@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: #009944;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        -ms-border-radius: 0px;
        -o-border-radius: 0px;
} */
}


/* @font-face {
    font-family: ziti;
    src: url('../fonts/SourceHanSerifCN-Regular.otf');
    src: url('../fonts/SourceHanSerifCN-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
} */

html {
    font-size: 100px;
}

body {
    font-size: 16px;
    line-height: 1.6;
}

body.body-100vh {
    height: 100vh;
    overflow: hidden;
}

@media only screen and (min-width:1921px) {
    html {
        font-size: 150px;
    }
    body {
        line-height: 1.6;
    }
}

@media only screen and (max-width:1600px) {
    html {
        font-size: 90px;
    }
}

@media only screen and (max-width:1400px) {
    html {
        font-size: 70px;
    }
}

@media only screen and (max-width:1200px) {
    html {
        font-size: 60px;
    }
}

@media only screen and (max-width:1024px) {
    html {
        font-size: 55px;
    }
}

@media only screen and (max-width:768px) {
    html {
        font-size: 40px;
    }
}

@media only screen and (max-width:480px) {
    body {
        font-size: 14px;
        line-height: 1.4;
    }
}


/*=========
  基本默认值
  ==========*/

* {
    /* 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%;
    color: #000;
    font-family: sans-serif;
    overflow-x: hidden;
}

li {
    list-style: none;
}

img {
    border: none;
    vertical-align: middle;
    max-width: 100%;
    object-fit: cover;
}

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;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}

table {
    border-collapse: collapse;
}

blockquote,
body,
button,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
li,
ol,
p,
pre,
textarea,
ul {
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input,
textarea,
select {
    font-family: sans-serif;
    font-size: 14px;
    outline: none;
}

input {
    border: 0;
}


/*94%的内容*/

.container {
    width: 92%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1350px;
    position: relative;
}

.container1 {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1800px;
    position: relative;
}

.container2 {
    width: 92%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1400px;
    position: relative;
}

.wrap {
    width: 94%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    position: relative;
}


/* =========
  工具样式
  ========== */

.clearfix:before,
.clearfix:after {
    content: "";
    display: block;
}

.clearfix:after {
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.all {
    max-width: 100%;
    overflow: hidden;
}


/*图片通用样式*/

.img-common {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
}

.img-position {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.icon-common {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    -webkit-background-size: contain;
}


/*清除浮动*/

.clearfix:before,
.clearfix:after {
    content: "";
    display: block;
}

.clearfix:after {
    clear: both;
}


/*Flex居中样式*/

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

.flex-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}


/* share */

.bsBox,
.bsTop,
.bFind-wrapper-top,
.bFind-wrapper-top input {
    box-sizing: initial;
}


/*动画*/

.donghua {
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
}


/*文字溢出*/

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

.ellipsis1 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ellipsis2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.seo-box {
    position: fixed;
    top: 50%;
    left: 50%;
    height: 50%;
    max-height: 10vh;
    overflow-y: auto;
    transform: translate(-50%, -50%);
}

.out-bg {
    position: relative;
    z-index: 1;
    background-color: #ffffff;
}

.bai {
    background-color: #ffffff;
}

.nothing {
    font-size: 20px;
    color: #666666;
    text-align: center;
    padding: 3% 0;
}

.height80 {
    height: 80px;
}

.padding-top100 {
    padding-top: 90px;
}

.padding-top80 {
    padding-top: 80px;
}

.incom-line {
    width: 0.58rem;
    height: 2px;
    background-color: #80bd01;
}

.incom-line.center {
    margin: 0 auto;
}

.center {
    text-align: center;
}

.incommon-title .title {
    font-size: 36px;
    color: #2d383e;
    line-height: 1.1;
    font-weight: 300;
    padding-bottom: 0.36rem;
    position: relative;
    display: inline-block;
}

.incommon-title .title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    width: 50%;
    height: 2px;
    background-color: #00a0e9;
}

.incommon-title .title.ll::after {
    left: 0;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
}

.layui-form-radio>i:hover,
.layui-form-radioed>i {
    color: #171a1d;
}


/* #md, */

.main-md {
    position: absolute;
    top: -80px;
}


/* 通用箭头 */

.incom-arrow {
    position: relative;
    display: inline-block;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    background-color: #00a0e9;
    vertical-align: middle;
    transition: all .5s;
}

.incom-arrow::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -20px;
    width: 35px;
    height: 1px;
    background-color: #d3dce0;
}

.incom-arrow::after {
    content: "";
    position: absolute;
    left: 7px;
    top: 50%;
    width: 7px;
    height: 7px;
    border-style: solid;
    border-width: 1px;
    border-color: #d3dce0 #d3dce0 transparent transparent;
    transform: rotate(45deg);
    margin-top: -3.5px;
}

.incom-arrow.mm {
    width: 13px;
    height: 10px;
}

.incom-arrow.mm::before {
    background-color: #d0d0d0;
}

.incom-arrow.mm::after {
    width: 6px;
    height: 6px;
    margin-top: -2.5px;
    border-color: #d0d0d0 #d0d0d0 transparent transparent;
}

.incom-arrow.ll::after {
    border-color: transparent transparent#878888 #878888;
    right: auto;
    left: 1px;
}


/* ----------------------通用样式----------------------- */


/* =========

  首页

  ========== */


/*头部*/

.header {
    position: fixed;
    z-index: 100;
    width: 100%;
    left: 0;
    top: 0;
    height: 80px;
    line-height: 80px;
    transition: background .3s ease, color 1s ease 0.2s;
    -webkit-transition: background .3s ease, color 1s ease 0.2s;
    -moz-transition: background .3s ease, color 1s ease 0.2s;
    -ms-transition: background .3s ease, color 1s ease 0.2s;
    -o-transition: background .3s ease, color 1s ease 0.2s;
}

.header1,
.header[data-on='on'] {
    background-color: #fff;
    /* height: 80px;
    line-height: 80px; */
}

.header1[data-active="on"] {
    display: none;
}

.header .nav-box {
    text-align: center;
    max-width: 1800px;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.header.header1 .nav-box {
    border-bottom: 1px solid transparent;
}

.header .nav-box .logo {
    display: inline-block;
}


/* .header .nav-box .logo img {
    width: 172px;
    height: 32px;
} */

.header .nav-box .logo .logo2 {
    display: none;
}

.header1 .nav-box .logo .logo1,
.header[data-on='on'] .nav-box .logo .logo1 {
    display: none;
}

.header1 .nav-box .logo .logo2,
.header[data-on='on'] .nav-box .logo .logo2 {
    display: inline-block;
}


/*导航*/

.header .nav-box .nav {
    float: right;
    margin-left: 8%;
    position: relative;
    /* margin-top: 29px; */
    /* line-height: 32px; */
}

.header .nav-box .none {
    display: none;
}

.header .nav-box .nav .nLi {
    float: left;
    position: relative;
    margin-right: 0.54rem;
}

.header .nav-box .nav .nLi .a1 {
    display: block;
    font-size: 16px;
    color: #fff;
    /* padding: 0 20px; */
    /* height: 32px; */
    position: relative;
}

.header .nav-box .nav .nLi .a1::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #72beb7;
}

.header .nav-box .nav .nLi:last-child {
    margin-right: 0.45rem;
}

.header .nav-box .nav .on .a1 {
    color: #ffffff;
    /* background-color: #00bbb4; */
    /* border-top-left-radius: 5px; */
    /* border-top-right-radius: 5px; */
    font-weight: bold;
}

.header.header1 .nav-box .nav .nLi .a1,
.header[data-on='on'] .nav-box .nav .nLi .a1 {
    color: #272727;
}

.header .nav-box .nav .on .a1::after {
    width: 100%;
}

.header .nav-box .nav .sub {
    display: none;
    min-width: 149px;
    left: 50%;
    top: 100%;
    position: absolute;
    background-color: #fff;
    text-align: left;
    margin-left: -74px;
    border-top: 2px solid #fff;
    margin-top: -2px;
}

.header .nav-box .nav .on .sub {
    border-top: 2px solid #72beb7;
}

.header .nav-box .nav .sub li {
    position: relative;
    border-bottom: 1px solid #dddddd;
}

.header .nav-box .nav .sub li:last-child {
    border-bottom: none;
}

.header .nav-box .nav .sub li .a2 {
    display: block;
    height: 40px;
    line-height: 40px;
    color: #555555;
    font-size: 12px;
    /* text-indent: 32px; */
    padding: 0 0.32rem;
    white-space: nowrap;
}

.header .nav-box .nav .sub li .a2:hover {
    background-color: #f3f3f3;
}


/*导航 End*/


/*中英文切换*/

.header .chosebox {
    position: relative;
    width: 96px;
    height: 32px;
    cursor: pointer;
    margin-top: 24px;
    line-height: 32px;
    margin-left: 0.48rem;
    border-radius: 15.5px;
    -webkit-border-radius: 15.5px;
    -moz-border-radius: 15.5px;
    -ms-border-radius: 15.5px;
    -o-border-radius: 15.5px;
    border: 1px solid #ffffff;
}

.header.header1 .chosebox {
    border: 1px solid #b6b6b6;
}

.header .chosebox .show {
    height: 32px;
    color: #fff;
    font-size: 14px;
    width: 30px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 16px;
    z-index: -1;
}

.header1 .chosebox .show,
.header[data-on="on"] .chosebox .show {
    color: #808080;
}

.header .chosebox:after {
    content: "";
    position: absolute;
    right: 16px;
    top: 12px;
    width: 6px;
    height: 6px;
    border-left: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.header1 .chosebox:after,
.header[data-on="on"] .chosebox:after {
    border-color: #72beb7;
}

.header .chosebox[data-active="on"]:after {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    top: 14px;
}

.header .chosebox[data-active="on"] .a1 {
    display: block;
}

.header .chosebox[data-active="on"] .qiehuan {
    display: block;
}

.header .chosebox .qiehuan {
    position: absolute;
    top: 31px;
    left: 0;
    background-color: #fff;
    width: 110px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #ddd;
    border-top: 2px solid #72beb7;
    display: none;
}

.header .chosebox .qiehuan a {
    color: #000;
    font-size: 13px;
    margin-right: 10px;
}

.header .chosebox .qiehuan a:last-child {
    margin-right: 0;
}

@media only screen and (min-width: 500px) {
    .header .chosebox .qiehuan a:hover {
        color: #00bbb4;
    }
}


/*中英文切换 End*/


/*搜索*/

.header .search-box {
    width: 50px;
    text-align: center;
}

.header .search-box[data-active="on"] .search-form {
    right: 0;
    opacity: 1;
    visibility: visible;
}

.header .search-box[data-active="on"] .icon .ic1 {
    display: none;
}

.header1 .search-box[data-active="on"] .icon .ic2,
.header[data-on="on"] .search-box[data-active="on"] .icon .ic2 {
    display: none;
}

.header .search-box[data-active="on"] .icon .active {
    display: inline-block;
}

.header .search-box .icon {
    cursor: pointer;
}

.header .search-box .icon img {
    width: 21px;
    height: 21px;
}

.header .search-box .icon .ic2,
.header .search-box .icon .active {
    display: none;
}

.header1 .search-box .icon .ic1,
.header[data-on="on"] .search-box .icon .ic1 {
    display: none;
}

.header1 .search-box .icon .ic2,
.header[data-on="on"] .search-box .icon .ic2 {
    display: inline-block;
}

.header .search-box .search-form {
    width: 50%;
    height: 60px;
    position: fixed;
    top: 78px;
    right: -1000px;
    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;
    border: 1px solid #ddd;
    border-top: 2px solid #72beb7;
    line-height: 1;
    opacity: 0;
    visibility: hidden;
}

.header .search-box .search-form form {
    width: 100%;
    padding-left: 40px;
    position: relative;
}

.header .search-box .search-form form input[type="submit"] {
    width: 30px;
    height: 30px;
    background-image: url(../images/icon05.png);
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    background-color: transparent;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 13px;
}

.header .search-box .search-form form input[type="text"] {
    height: 30px;
    line-height: 30px;
    width: 100%;
    border: none;
    background: none;
}


/*搜索 End*/


/*小屏幕按钮*/

.header .mm-click {
    width: 50px;
    position: relative;
    cursor: pointer;
    z-index: 101;
    display: none;
    height: 80px;
}

.header .mm-click .line {
    width: 24px;
    height: 2px;
    background-color: #00bbb4;
    position: absolute;
    left: 0;
    top: 39px;
    margin-left: 13px;
}

.header .mm-click .line1 {
    margin-top: -9px;
}

.header .mm-click .line3 {
    margin-top: 9px;
}

.header .mm-click[data-active="on"] .line1 {
    margin-top: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.header .mm-click[data-active="on"] .line2 {
    display: none;
}

.header .mm-click[data-active="on"] .line3 {
    margin-top: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}


/*小屏幕按钮 End*/


/*小屏幕导航展开*/

.header .mm-nav-list {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: 10;
    right: -2000px;
    margin-top: 80px;
}

.header .mm-nav-list[data-active="on"] {
    right: 0;
}

.header .mm-nav-list[data-active="on"] .mml-box {
    right: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.header .mm-nav-list[data-active="on"] .mask {
    display: block;
    opacity: 1;
}

.header .mask {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.6);
    display: none;
    opacity: 0;
    margin-top: 80px;
}

.header .mm-nav-list .mml-box {
    margin-top: 80px;
    height: 100%;
    background-color: #111;
    width: 33.33333%;
    position: fixed;
    top: 0;
    right: -1000px;
    z-index: 100;
    min-width: 260px;
    -webkit-transition: all 1.5s;
    -o-transition: all 1.5s;
    transition: all 1.5s;
    overflow-y: auto;
}

.header .mm-nav-list .mml-box ul {
    min-height: 100%;
}

.header .mm-nav-list .mml-box ul .li1 {
    margin: 0 20px;
    border-bottom: 1px solid #222;
}

.header .mm-nav-list .mml-box ul li .mm-title {
    height: 59px;
    line-height: 59px;
    position: relative;
}

.header .mm-nav-list .mml-box ul li .a1 {
    color: #fff;
    font-size: 16px;
    position: absolute;
    top: 0;
    left: 0;
}

.header .mm-nav-list .mml-box ul li .jiantou:after {
    content: "";
    position: absolute;
    top: 15px;
    right: 10px;
    width: 8px;
    height: 8px;
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.header .mm-nav-list .mml-box ul li ul {
    margin-bottom: 20px;
    display: none;
}

.header .mm-nav-list .mml-box ul li[data-active="on"] ul {
    display: block;
}

.header .mm-nav-list .mml-box ul li[data-active="on"] .jiantou:after {
    top: 50%;
    right: 13px;
    -webkit-transform: rotate(45deg) translateY(-50%);
    -ms-transform: rotate(45deg) translateY(-50%);
    -o-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
}

.header .mm-nav-list .mml-box ul li ul li {
    margin: 0 10px;
}

.header .mm-nav-list .mml-box ul li ul li a {
    color: #fff;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    display: block;
}


/*小屏幕导航展开 End*/

@media only screen and (min-width: 500px) {
    .header .mm-nav-list .mml-box ul li .a1:hover {
        color: #00bbb4;
    }
    .header .mm-nav-list .mml-box ul li ul li a:hover {
        color: #00bbb4;
    }
}

@media only screen and (min-width: 1280px) {
    .header .mm-nav-list {
        display: none;
    }
}

@media only screen and (max-width: 1279px) {
    .header .nav-box .nav {
        display: none;
    }
    .header .mm-click {
        display: block;
    }
}

@media only screen and (max-width: 1023px) {
    .header .mm-nav-list .mml-box {
        width: 40%;
    }
}

@media only screen and (max-width: 800px) {
    .header,
    .header1,
    .header[data-on='on'] {
        height: 55px;
        line-height: 55px;
    }
    .header .chosebox {
        margin-top: 11px;
    }
    .header .mm-click {
        height: 55px;
    }
    .header .mm-click .line {
        top: 25px;
    }
    .header .search-box .search-form {
        top: 55px;
        height: 50px;
    }
    .header .mm-nav-list {
        margin-top: 55px;
    }
    .mask {
        margin-top: 55px;
    }
    .header .mm-nav-list .mml-box {
        margin-top: 55px;
    }
    .header .mm-nav-list .mml-box ul li .mm-title {
        height: 41px;
        line-height: 41px;
    }
    .header .mm-nav-list .mml-box ul li .a1 {
        font-size: 14px;
    }
    .header .mm-nav-list .mml-box ul li ul li a {
        font-size: 12px;
    }
    .header .mask {
        margin-top: 55px;
    }
    .header .nav-box .logo {
        width: 122px;
    }
    .height80 {
        height: 55px;
    }
}

@media only screen and (max-width: 600px) {
    .header .search-box .search-form {
        width: 70%;
    }
    .header .mm-nav-list .mml-box {
        width: 70%;
    }
}

@media only screen and (max-width: 500px) {
    .header .search-box {
        margin-left: 10px;
    }
    .header .mm-click {
        margin-left: 10px;
    }
}


/*头部 End*/


/*中间广告轮播*/

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

.banner {
    width: 100%;
    background: #000;
    position: relative;
}

.banner .nextbtn {
    position: absolute;
    bottom: 1rem;
    left: 50%;
    z-index: 1;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    cursor: pointer;
}

.banner .my-swiper {
    background-color: #e8e8e8;
    height: 945px;
}

.banner .my-swiper .btns {
    position: absolute;
    bottom: 0.6rem;
    right: 0;
    z-index: 1;
    display: flex;
}

.banner .my-swiper .btns .btn {
    width: 60px;
    height: 60px;
    background-size: 100% 100%;
    cursor: pointer;
    margin-left: 9px;
}

.banner .my-swiper .btn.prev {
    left: 3%;
    background-image: url(../images/p.png)
}

.banner .my-swiper .btn.next {
    right: 3%;
    background-image: url(../images/n.png)
}

.inbanner-pagination {
    position: absolute;
    left: 0;
    bottom: 0.6rem;
    z-index: 1;
}

.inbanner-pagination .swiper-pagination-bullet {
    width: 80px;
    height: 3px;
    background-color: #ffffff;
    margin: 0;
    margin-right: 10px;
    opacity: 1;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.inbanner-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #00bbb4;
}

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

.banner .my-swiper .swiper-slide a .container2 {
    height: 100%;
}

.banner .my-swiper .swiper-slide a .inb-title {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    max-width: 575px;
}

.banner .my-swiper .swiper-slide a .inb-title .btit {
    font-size: 0.6rem;
    color: #ffffff;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 0.15rem;
}

.banner .my-swiper .swiper-slide a .inb-title .stit {
    font-size: 18px;
    color: #ffffff;
}

.banner .my-swiper,
.bannerzhan {
    height: 945px;
}

@media only screen and (max-width: 1600px) {
    .banner .my-swiper,
    .bannerzhan {
        height: 788px;
    }
}

@media only screen and (max-width: 1440px) {
    .banner .my-swiper,
    .bannerzhan {
        height: 709px;
    }
    .banner .my-swiper .btn {
        width: 30px;
        height: 60px;
    }
}

@media only screen and (max-width: 1380px) {
    .banner .my-swiper,
    .bannerzhan {
        height: 680px;
    }
}

@media only screen and (max-width: 1280px) {
    .banner .my-swiper,
    .bannerzhan {
        height: 630px;
    }
    .banner .my-swiper .btn {
        width: 28px;
        height: 56px;
    }
    .banner .my-swiper .swiper-slide a .inb-title .btit {
        font-size: 36px;
    }
}

@media only screen and (max-width: 1024px) {
    .banner .my-swiper,
    .bannerzhan {
        height: 504px;
    }
    .banner .my-swiper .swiper-slide a .inb-title .stit {
        font-size: 16px;
    }
}

@media only screen and (max-width: 800px) {
    .banner .my-swiper .btn {
        display: none;
    }
    .banner .my-swiper,
    .bannerzhan {
        height: 72vh;
    }
    .banner .my-swiper .swiper-slide a .inb-title .btit {
        font-size: 32px;
    }
    .banner .my-swiper .swiper-slide a .inb-title .stit {
        font-size: 14px;
    }
    .inbanner-pagination .swiper-pagination-bullet {
        width: 48px;
    }
}


/*中间广告轮播 End*/

.inmain-content {
    background-size: auto;
}

.inmain-content .intwo-div {
    display: flex;
    padding: 2px 0 0;
}

.inmain-content .intwo-div .item {
    display: block;
    overflow: hidden;
    width: 50%;
    position: relative;
    padding-right: 1px;
}

.inmain-content .intwo-div .item:nth-child(2) {
    padding-right: 0;
    padding-left: 1px;
}

.inmain-content .intwo-div .item .img {
    padding-top: calc(650 / 959 * 100%);
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    overflow: hidden;
}

.inmain-content .intwo-div .item:hover .img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.inmain-content .intwo-div .item .info {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    padding: 0 0 0.6rem 0.6rem;
}

.inmain-content .intwo-div .item .info .tit {
    font-size: 36px;
    color: #1d1d1d;
    line-height: 1.1;
    margin-bottom: 0.14rem;
}

.inmain-content .intwo-div .item .info .desc {
    font-size: 14px;
    color: #3a3a3a;
    line-height: 1.71;
    height: 48px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0.38rem;
}

.inmain-content .intwo-div .item .info .more {
    width: 150px;
    height: 50px;
    background-color: #1f2525;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    font-weight: bold;
}

.inmain-content .intwo-div .item:hover .info .more {
    background-color: #00bbb4;
}


/* 热门产品 */

.inproduct {
    padding: 0.9rem 0 0.9rem;
}

.inproduct .inpro-tit {
    text-align: center;
    margin-bottom: 0.45rem;
}

.inproduct .inpro-tit .tit {
    font-size: 36px;
    color: #1d1d1d;
    line-height: 1.1;
    margin-bottom: 0.22rem;
}

.inproduct .inpro-tit .word {
    font-size: 14px;
    color: #3a3a3a;
}

.inproduct .inpro-cont {
    position: relative;
    padding: 0 0.6rem 0;
}

.inproduct .inpro-cont .btn {
    position: absolute;
    top: 35%;
    z-index: 1;
    background-image: url(../images/icon_03.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 18px;
    height: 33px;
    outline: none;
    cursor: pointer;
}

.inproduct .inpro-cont .btn.swiper-button-disabled {
    opacity: 0.35;
}

.inproduct .inpro-cont .btn.inpro-prev {
    left: 0;
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
}

.inproduct .inpro-cont .btn.inpro-next {
    right: 0;
}

.inpro-swiper {
    padding: 10px 0 20px;
    margin-bottom: 0.3rem;
}

.inpro-swiper .swiper-slide .item {
    display: block;
    position: relative;
    box-shadow: 0 5px 16px 1px rgba(0, 0, 0, .2);
    border-bottom-right-radius: 0.25rem;
    overflow: hidden;
}

.inpro-swiper .swiper-slide .item .img {
    padding-top: calc(250 / 540 * 100%);
    position: relative;
    overflow: hidden;
}


/* .inpro-swiper .swiper-slide .item:hover .img img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
} */

.inpro-swiper .swiper-slide .item .info {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    padding: 0 0.38rem;
}

.inpro-swiper .swiper-slide .item .info .tit {
    font-size: 24px;
    color: #ffffff;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.inpro-swiper .swiper-slide .item:hover .info .tit {
    color: #00bbb4;
}

.inpro-swiper .swiper-slide .item .info .desc {
    font-size: 14px;
    color: #ffffff;
    line-height: 1.71;
}

.inpro-swiper .swiper-slide .item .info .arrow {
    position: relative;
    width: 22px;
    display: inline-block;
}

.inpro-swiper .swiper-slide .item .info .arrow::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 22px;
    height: 2px;
    background-color: #ffffff;
    margin-top: -1px;
}

.inpro-swiper .swiper-slide .item .info .arrow::after {
    content: '';
    position: absolute;
    right: 1px;
    top: 50%;
    width: 10px;
    height: 10px;
    border-style: solid;
    border-width: 2px;
    border-color: #ffffff #ffffff transparent transparent;
    transform: rotate(45deg);
    margin-top: -5px;
}

.inpro-pagination {
    text-align: center;
}

.inpro-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border: 1px solid #b2c8c7;
    opacity: 1;
    outline: none;
    margin: 0 5px;
    background-color: transparent;
}

.inpro-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #00bbb4;
    border: 1px solid #00bbb4;
}


/* 关于乐为 */

.inabout {
    display: flex;
    height: 6rem;
}

.inabout .l-about {
    width: 66.5%;
    position: relative;
}

.inabout .l-about .gundong {
    position: absolute;
    top: 0.98rem;
    right: 0.12rem;
    z-index: 1;
    display: flex;
}

.inabout .l-about .gundong .item {
    padding: 0 0.44rem;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.inabout .l-about .gundong .item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: rgba(255, 255, 255, .35);
}

.inabout .l-about .gundong .item:nth-child(1):before {
    display: none;
}

.inabout .l-about .gundong .item .tit {
    font-size: 48px;
    color: #00dad2;
    font-weight: 300;
    line-height: 1.1;
    display: flex;
    align-items: baseline;
}

.inabout .l-about .gundong .item .unitC {
    font-size: 18px;
}

.inabout .l-about .gundong .item .unitC i {
    font-style: normal;
    font-size: 48px;
    color: #00dad2;
    font-weight: 300;
    line-height: 1.1;
}

.inabout .l-about .gundong .item .ww {
    font-size: 24px;
    color: #ffffff;
}

.inabout .bitem {
    position: relative;
}

.inabout .bitem .abtitle {
    position: absolute;
    left: 0.5rem;
    bottom: 0.56rem;
    z-index: 1;
}

.inabout .bitem .abtitle .tit {
    font-size: 36px;
    color: #ffffff;
    line-height: 1.1;
    margin-bottom: 0.15rem;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    white-space: nowrap;
}

.inabout .bitem:hover .abtitle .tit {
    letter-spacing: 15px;
    opacity: 0;
    visibility: hidden;
}

.inabout .bitem .abtitle .more {
    font-size: 14px;
    color: #ffffff;
    font-weight: bold;
    position: relative;
    padding-left: 15px;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.inabout .bitem .abtitle .more::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 8px;
    height: 8px;
    border-style: solid;
    border-width: 1px;
    border-color: #ffffff #ffffff transparent transparent;
    transform: rotate(45deg);
    margin-top: -4px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.inabout .bitem:hover .abtitle .more {
    color: #00bbb4;
    letter-spacing: 5px;
}

.inabout .bitem:hover .abtitle .more::before {
    border-color: #00bbb4 #00bbb4 transparent transparent;
}

.inabout .r-core {
    flex: 1;
    margin-left: 6px;
}


/* 首页新闻 */

.innews {
    display: flex;
    padding: 0.87rem 0;
}

.innews .l-title {
    width: 2.9rem;
}

.innews .l-title .abtitle {
    margin-bottom: 0.32rem;
}

.innews .l-title .abtitle .tit {
    font-size: 36px;
    color: #333333;
    line-height: 1.1;
    margin-bottom: 0.18rem;
}

.innews .l-title .abtitle .more {
    position: relative;
    padding-left: 15px;
    font-size: 14px;
    color: #6d6d6d;
    font-weight: bold;
}

.innews .l-title .abtitle .more::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 8px;
    height: 8px;
    border-style: solid;
    border-width: 1px;
    border-color: #00bbb4 #00bbb4 transparent transparent;
    transform: rotate(45deg);
    margin-top: -4px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.innews .l-title .btns {
    display: flex;
}

.innews .l-title .btns .btn {
    width: 36px;
    height: 30px;
    background-color: #e6e6e6;
    margin-right: 1px;
    position: relative;
    outline: none;
    cursor: pointer;
}

.innews .l-title .btns .btn::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 8px;
    height: 8px;
    border-style: solid;
    border-width: 1px;
    border-color: #656565 #656565 transparent transparent;
    transform: rotate(45deg);
    margin-top: -4px;
}

.innews .l-title .btns .btn.innews-prev::before {
    border-color: transparent transparent#656565 #656565;
}

.innews .l-title .btns .btn.innews-next::before {
    margin-left: -5px;
}

.innews .r-list {
    width: calc(100% - 2.9rem);
}

.innews-swiper .swiper-slide .item {
    display: flex;
}

.innews-swiper .swiper-slide .item .img {
    width: 220px;
}

.innews-swiper .swiper-slide .item .img .tp {
    padding-top: calc(140 / 220 * 100%);
    position: relative;
    overflow: hidden;
}

.innews-swiper .swiper-slide .item .img .tp img {
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.innews-swiper .swiper-slide .item .info {
    flex: 1;
    margin-left: 0.43rem;
    border-bottom: 1px dashed #dddddd;
}

.innews-swiper .swiper-slide .item .info .tit {
    font-size: 18px;
    color: #2c2c2c;
    margin-bottom: 5px;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.innews-swiper .swiper-slide .item .info .time {
    font-size: 14px;
    color: #00bbb4;
    margin-bottom: 0.15rem;
}

.innews-swiper .swiper-slide .item .info .desc {
    font-size: 14px;
    color: #999999;
    line-height: 1.57;
}

.innews-swiper .swiper-slide .item:hover .img .tp img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.innews-swiper .swiper-slide .item:hover .info .tit {
    color: #00bbb4;
}


/*右侧浮动*/

.online {
    width: 60px;
    position: fixed;
    right: 8px;
    bottom: 15%;
    z-index: 12;
}

.online a {
    display: block;
    width: 60px;
    height: 60px;
    background-color: #00bbb4;
    position: relative;
    border-top: 1px solid #ffffff;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    cursor: pointer;
}

.online a .text {
    background: rgba(0, 0, 0, .5);
    border-radius: 5px 0 0 5px;
    height: 60px;
    line-height: 60px;
    padding: 0 15px;
    color: #fff;
    position: absolute;
    right: 0px;
    top: 0px;
    -webkit-transform: translateX(110%);
    -moz-transform: translateX(110%);
    -ms-transform: translateX(110%);
    -o-transform: translateX(110%);
    transform: translateX(110%);
}

.online a:hover {
    background-color: #00bbb4;
}

.online a:hover .text {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
}

.online a:nth-child(1) {
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0;
    -o-border-radius: 5px 5px 0 0;
}

.online a.on1 {
    background-image: url(../images/foot_qq.png);
    border-top: 0px;
}

.online a.on1 .text {
    width: 140px;
}

.online a.on2 {
    background-image: url(../images/foot_tel.png);
}

.online a.on2 .text {
    width: 140px;
}

.online a.on3 {
    background-image: url(../images/foot_code.png);
}

.online a.on5 {
    background-image: url(../images/foot_chat.png);
}

.online a.on3 img {
    max-width: 1000px;
    position: absolute;
    right: 70px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    display: none;
    width: 120px;
}

.online a.on3:hover img {
    display: block;
}

.online a.on4 {
    background-image: url(../images/foot_top.png);
    display: none;
    border-radius: 0px 0 5px 5px;
    -webkit-border-radius: 0px 0 5px 5px;
    -moz-border-radius: 0px 0 5px 5px;
    -ms-border-radius: 0px 0 5px 5px;
    -o-border-radius: 0px 0 5px 5px;
}

@media only screen and (max-width: 1024px) {
    .online {
        display: none;
    }
}


/*右侧浮动 end*/


/*底部*/

.footer .foot-top {
    background-color: #e6e6e6;
}

.footer .foot-top .upper {
    padding-top: 50px;
    padding-bottom: 60px;
}

.footer .foot-top .upper .logo {
    display: block;
    float: left;
}

.footer .foot-top .upper .logo img {
    width: 120px;
    height: 36px;
}

.footer .foot-top .upper .ul1 {
    /* width: 40%; */
    float: left;
    min-width: 200px;
}

.footer .foot-top .upper .ul1 li.one,
.footer .foot-top .upper .lx-box .tit {
    margin-bottom: 5px;
}

.footer .foot-top .upper .ul1 li a {
    font-size: 14px;
    line-height: 2.14;
    color: #818181;
}

.footer .foot-top .upper .ul1 li.one a,
.footer .foot-top .upper .lx-box .tit {
    font-size: 18px;
    color: #333333;
}

.footer .foot-top .upper .lx-box {
    float: left;
    font-size: 14px;
    color: #818181;
    line-height: 2.14;
    /* width: 26%; */
    padding-left: 10px;
    overflow: hidden;
    min-width: 190px;
}

.footer .upper .tool-box {
    /* text-align: right; */
    float: right;
    /* width: 15%; */
    min-width: 120px;
    position: relative;
}

.footer .upper .tool-box .tit {
    font-size: 18px;
    color: #333333;
    margin-bottom: 0.24rem;
}

.footer .upper .tool-box .fshare {
    justify-content: flex-start;
}

.footer .upper .tool-box .a1 {
    width: 35px;
    height: 35px;
    text-align: center;
    /* line-height: 35px; */
    margin-right: 0.17rem;
    background-color: #c5c5c5;
    border-radius: 50%;
    opacity: 1;
}

.footer .upper .tool-box .weixin {
    position: relative;
}

.footer .upper .tool-box .email {
    margin-right: 0;
}

.footer .upper .tool-box .weixin .ewm {
    position: absolute;
    top: -112px;
    left: -40px;
    width: 108px;
    height: 108px;
    -webkit-transform: scale(0.001, 0.001);
    -ms-transform: scale(0.001, 0.001);
    -o-transform: scale(0.001, 0.001);
    transform: scale(0.001, 0.001);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.footer .upper .tool-box select {
    width: 100%;
    margin-top: 30px;
    background-color: transparent;
    border: 1px solid #b4b4b4;
    width: 180px;
    height: 30px;
    padding-left: 12px;
    color: #7b7b7b;
    font-size: 12px;
    overflow: hidden;
}

.footer .upper .tool-box select option {
    color: #7b7b7b;
    font-size: 13px;
}

.footer .bottom {
    position: relative;
    font-size: 12px;
    line-height: 1.8;
    color: #606060;
    overflow: hidden;
    padding-top: 19px;
    padding-bottom: 19px;
    display: flex;
    justify-content: space-between;
}

.footer .bottom a {
    color: #00bbb4
}

.footer .bottom a:hover {
    color: #000;
}

.footer .upper .tool-box .weixin:hover .ewm {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}

.footer .box .upper .ul1 li a:hover,
.footer .upper .tool-box .ul2 li a:hover {
    color: #000;
}

@media only screen and (max-width: 1280px) {
    .footer .foot-top .upper .ul1 {
        min-width: 144px;
    }
}

@media only screen and (max-width: 1024px) {
    .footer .foot-top .upper {
        padding: 3% 0 4%;
    }
    .footer .foot-top .upper .left,
    .footer .upper .tool-box {
        float: none;
    }
    .footer .foot-top .upper .left {
        margin-bottom: 3%;
        display: flex;
    }
}

@media only screen and (max-width: 800px) {
    .footer .box .upper .ul1 {
        display: none;
    }
    .footer .box .upper .lx-box {
        width: calc(100% - 240px);
        text-align: center;
        padding-left: 0;
    }
    .footer .box .upper {
        padding-top: 6.25%;
        padding-bottom: 7.5%;
    }
    .footer .bottom {
        display: block;
    }
}

@media only screen and (max-width: 640px) {
    .footer .foot-top .upper .ul1 {
        display: none;
    }
    .footer .foot-top .upper .lx-box {
        padding: 0;
        float: none;
    }
}

@media only screen and (max-width: 600px) {
    .footer .box .upper .logo {
        float: none;
        text-align: center;
    }
    .footer .box .upper .lx-box {
        float: none;
        width: 100%;
        margin-top: 5%;
        margin-bottom: 5%;
    }
    .footer .upper .tool-box {
        width: 100%;
    }
    .footer .upper .tool-box select {
        margin-top: 15px;
    }
    .footer .upper .tool-box .ul2 {
        margin-top: 20px;
    }
    .footer .bottom {
        padding-right: 0px;
    }
    .footer .bottom .href {
        position: relative;
        top: 0px;
        right: 0px;
    }
    .footer .foot-top .upper {
        padding: 20px 0 30px;
    }
}


/*底部 End*/


/*背景*/

.allbg-box {
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    height: 480px;
    margin-top: 80px;
}

.allbg-box .box .btit {
    color: #fff;
    font-size: 0.48rem;
    line-height: 1.1;
    text-transform: uppercase;
    margin-bottom: 0.1rem;
}

.allbg-box .box .stit {
    font-size: 18px;
    color: #ffffff;
    max-width: 38%;
}

.allbg-box .box .xx span {
    border: 1px solid #fff;
    display: inline-block;
    height: 38px;
    padding: 0 20px;
    line-height: 36px;
    font-size: 12px;
    font-weight: 300;
}


/* .allbg-box {
    height: 600px;
} */

@media only screen and (max-width: 1600px) {
    /* .allbg-box {
        height: 500px;
    } */
}

@media only screen and (max-width: 1440px) {
    .allbg-box {
        height: 450px;
    }
}

@media only screen and (max-width: 1380px) {
    .allbg-box {
        height: 432px;
    }
}

@media only screen and (max-width: 1280px) {
    .allbg-box {
        height: 400px;
    }
    .allbg-box .box .stit {
        font-size: 16px;
    }
}

@media only screen and (max-width: 1024px) {
    .allbg-box {
        height: 320px;
    }
    .allbg-box .box .btit {
        font-size: 30px;
    }
    .allbg-box .box .stit {
        max-width: 100%;
    }
}

@media only screen and (max-width: 800px) {
    .allbg-box {
        height: 280px;
        margin-top: 55px;
    }
    .allbg-box .box .btit {
        font-size: 28px;
        margin-bottom: 10px;
    }
    .allbg-box .box .stit {
        font-size: 14px;
    }
}

@media only screen and (max-width: 500px) {
    .allbg-box {
        height: 250px;
    }
}


/*背景 End*/


/* =========

  产品

  ========== */

.snav-box {
    position: relative;
    /* top: 80px; */
    width: 100%;
    height: 50px;
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    background-color: #f6f6f6;
    z-index: 11;
}

.snav-box[data-active="on"] {
    top: 0;
}

.snav-box[data-active="on"] .box {
    display: block;
}

.snav-box:after {
    content: "";
    position: absolute;
    width: calc(50% - 600px);
    left: 0;
    top: 0;
    height: 100%;
    background-color: #ebebeb;
    z-index: -1;
}

.snav-box .ul1 .li1 {
    float: left;
    position: relative;
    background: url(../images/header-sub-bg2.png) 100% 50% no-repeat;
}

.snav-box .ul1 .home {
    background-color: #ebebeb;
    background-image: url(../images/header-sub-bg.png);
}

.snav-box .ul1 .li1 .ullia {
    color: #777777;
    font-size: 12px;
    display: block;
    height: 48px;
    line-height: 48px;
    padding-left: 27px;
    padding-right: 78px;
    position: relative;
}

.snav-box .ul1 .home .ullia {
    padding-left: 27px;
    padding-right: 41px;
}

.snav-box .ul1 .li1 .ullia1:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 30px;
    width: 6px;
    height: 6px;
    border-left: 1px solid #777777;
    border-bottom: 1px solid #777777;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: -5px;
}

.snav-box .ul1 .home .ullia:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0px;
    width: 11px;
    height: 11px;
    margin-top: -6px;
    background-image: url(../images/icon03.png);
    background-repeat: no-repeat;
}

.snav-box .ul1 .li1 .sub1 {
    position: absolute;
    top: 51px;
    left: -20px;
    display: none;
    background-color: #fff;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    width: 250px;
}

.snav-box .ul1 .li1 .sub1 li {
    padding-left: 47px;
    border-bottom: 1px solid #ddd;
}

.snav-box .ul1 .li1 .sub1 li a {
    display: block;
    height: 40px;
    line-height: 40px;
    color: #999;
    overflow: hidden;
    font-size: 12px;
}

.snav-box .ul1 .li1 .sub1 li a:hover {
    color: #72beb7;
}

.snav-box .box {
    width: 22px;
    height: 14px;
    margin-top: 18px;
    position: relative;
    cursor: pointer;
    z-index: 101;
    display: none;
}

.snav-box .box .line {
    width: 22px;
    height: 2px;
    background-color: #2067aa;
    position: absolute;
    left: 0;
    top: 6px;
}

.snav-box .box .line1 {
    margin-top: -6px;
}

.snav-box .box .line3 {
    margin-top: 6px;
}

.as-browser {
    margin-top: 70px;
}

.as-browser .title {
    text-align: center;
    font-size: 14px;
    color: #333333;
}

@media only screen and (max-width: 1300px) {
    .snav-box:after {
        width: 100px;
    }
}

@media only screen and (max-width: 800px) {
    .snav-box {
        top: 52px;
        display: none;
    }
}


/*产品*/

.pro-class {
    max-width: 1074px;
    width: 94%;
    /* margin: 53px auto 80px; */
    border-bottom: 1px solid #d5d5d5;
    padding-bottom: 40px;
}

.pro-class:after {
    content: "";
    display: block;
    clear: both;
}

.pro-class .bbt {
    position: relative;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-bottom: 1px solid #d5d5d5;
    color: #333333;
    font-size: 24px;
    margin-bottom: 38px;
}

.pro-class .bbt span {
    display: inline-block;
    height: 50px;
    position: relative;
}

.pro-class .bbt span:after {
    content: "";
    width: 60px;
    height: 1px;
    background: #00bbb4;
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    display: block;
}

.pro-class .protypelist .swiper-slide {
    text-align: center;
    font-family: "sans-serif";
    font-size: 20px;
    font-weight: 300;
    color: #4a4a4a;
}

.pro-class .protypelist .swiper-slide .tu {
    margin-bottom: 10px;
}

.pro-class .protypelist .swiper-slide .tu img {
    display: block;
    width: 140px;
    margin: auto;
    border: 2px solid #c1c1c1;
    border-radius: 100%;
}

.pro-class .protypelist .swiper-slide:hover .tu img {
    transform: scale(0.8);
}

.pro-class .protypelist .swiper-slide:hover {
    color: #00bbb4;
}


/**/

.pro-tj {
    width: 94%;
    max-width: 1076px;
    margin: 0.88rem auto 0;
}

.pro-tj dl {
    display: block;
}

.pro-tj dl:after {
    content: "";
    display: block;
    clear: both;
}

.pro-tj dl dt {
    display: block;
    position: relative;
    clear: both;
    padding-left: -webkit-calc(33.33333333333% + 4px);
    padding-left: -moz-calc(33.33333333333% + 4px);
    padding-left: -ms-calc(33.33333333333% + 4px);
    padding-left: -o-calc(33.33333333333% + 4px);
    padding-left: calc(33.33333333333% + 4px);
}

.pro-tj dl dt .ttext {
    z-index: 10;
    position: absolute;
    left: 0px;
    top: 0px;
    width: -webkit-calc(33.33333333333% - 8px);
    width: -moz-calc(33.33333333333% - 8px);
    width: -ms-calc(33.33333333333% - 8px);
    width: -o-calc(33.33333333333% - 8px);
    width: calc(33.33333333333% - 8px);
    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;
}

.pro-tj dl dt .ttext .box {
    text-align: center;
    width: 100%;
    color: #4a4a4a;
    font-size: 40px;
    font-style: 300;
}

.pro-tj dl dt .left {
    height: 100%;
    top: 0px;
    left: 0px;
    position: absolute;
    width: -webkit-calc(33.33333333333% - 8px);
    width: -moz-calc(33.33333333333% - 8px);
    width: -ms-calc(33.33333333333% - 8px);
    width: -o-calc(33.33333333333% - 8px);
    width: calc(33.33333333333% - 8px);
}

.pro-tj dl dt .left .a {
    left: 0px;
    bottom: 0px;
    position: absolute;
}

.pro-tj dl dt:after {
    content: "";
    display: block;
    clear: both;
}

.pro-tj dl dd {
    display: block;
    float: left;
    margin-top: 12px;
    width: -webkit-calc(33.33333333333% - 8px);
    width: -moz-calc(33.33333333333% - 8px);
    width: -ms-calc(33.33333333333% - 8px);
    width: -o-calc(33.33333333333% - 8px);
    width: calc(33.33333333333% - 8px);
}

.pro-tj dl .a {
    display: block;
    background: #f2f2f2;
}

.pro-tj dl .a .tu {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.pro-tj dl .a .tu img {
    display: block;
    opacity: 0;
    width: 100%;
}

.pro-tj dl .a .info {
    padding: 15px 15px 10px;
}

.pro-tj dl .a .text {
    display: flex;
    justify-content: space-between;
    /* padding: 0 15px; */
    line-height: 24px;
    margin-bottom: 8px;
}

.pro-tj dl .a .text .href {
    overflow: hidden;
    color: #6d6d6d;
    font-size: 12px;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.pro-tj dl .a .text .bt {
    overflow: hidden;
    color: #444444;
    font-size: 24px;
    font-family: "sans-serif";
    font-style: 300;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.pro-tj dl .a:hover .text .bt,
.pro-tj dl .a:hover .text .href {
    color: #00bbb4;
}

.pro-tj dl .a .info .desc {
    font-size: 14px;
    color: #3a3a3a;
    line-height: 24px;
    height: 48px;
}

.pro-tj dl dt .right .info {
    padding: 0.35rem 15px 0.5rem;
}

.pro-tj dl dt .right .info .text {
    line-height: 1.1;
    align-items: flex-end;
}

.pro-tj dl dt .right .info .text .bt {
    font-size: 36px;
}

.pro-tj dl dt .right .info .desc {
    height: 100%;
}

.pro-tj dl dd:nth-child(3n+0) {
    margin: 12px 12px 0;
}


/****/

.pro-main .pro-list .list {
    border-bottom: 1px solid #eaeaea;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 40px;
    overflow: hidden;
}

.pro-main .pro-list .list ul:after {
    content: "";
    display: block;
    clear: both;
}

.pro-main .pro-list .list ul {
    display: block;
    margin-bottom: -1px;
}

.pro-main .pro-list .list ul li {
    display: block;
    border-right: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    width: 33.33333333333%;
    float: left;
}

.pro-main .pro-list .list ul li:nth-child(3n) {
    border-right: 0px;
}

.pro-main .pro-list .list ul li a {
    display: block;
    text-align: center;
}

.pro-main .pro-list .list ul li a .tu {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.pro-main .pro-list .list ul li a .tu img {
    display: block;
    opacity: 0;
    width: 100%;
}

.pro-main .pro-list .list ul li a .text {
    padding: 20px 10px 10px;
}

.pro-main .pro-list .list ul li a .text .title {
    color: #444444;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    font-size: 24px;
    margin-bottom: 10px;
}

.pro-main .pro-list .list ul li a .text .demo {
    padding: 0 10px;
    color: #00bbb4;
    font-size: 12px;
    height: 60px;
}

.all-Page-box {
    text-align: center;
    margin-bottom: 40px;
}

.all-Page-box a {
    display: inline-block;
    border-width: 2px;
    border-color: transparent;
    border-style: solid;
    height: 38px;
    text-align: center;
    min-width: 30px;
    line-height: 36px;
    position: relative;
    border-radius: 4px;
    margin: 0 10px;
}

.all-Page-box .btn,
.all-Page-box a.first,
.all-Page-box a.last,
.all-Page-box .select,
.all-Page-box .f-right,
.all-Page-box a.dian {
    display: none;
}

.all-Page-box .btn.song {
    display: inline-block;
}

.all-Page-box .btn .prev,
.all-Page-box .btn .next {
    position: relative;
    display: block;
    height: 100%;
}

.all-Page-box .btn .prev::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 14px;
    height: 14px;
    border-style: solid;
    border-width: 2px;
    border-color: transparent transparent #939393 #939393;
    transform: rotate(45deg);
    margin-top: -7px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.all-Page-box .btn .next::before {
    content: "";
    position: absolute;
    right: 50%;
    top: 50%;
    width: 14px;
    height: 14px;
    border-style: solid;
    border-width: 2px;
    border-color: #939393 #939393 transparent transparent;
    transform: rotate(45deg);
    margin-top: -7px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.all-Page-box .f-middle {
    margin: 0 1.05rem;
    font-size: 14px;
    color: #7b7b7b;
}

.all-Page-box .f-middle .active {
    display: inline-block;
    width: 32px;
    height: 38px;
    line-height: 38px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    font-size: 16px;
    color: #00bbb4;
}

.all-Page-box .f-middle .xie {
    margin: 0 10px;
}


/*  */

@media only screen and (max-width: 1024px) {
    .pro-class .protypelist .swiper-slide .tu img {
        width: 100px;
        border-width: 1px;
    }
    .pro-class .protypelist .swiper-slide {
        font-size: 16px;
    }
    .pro-class {
        /* margin: 5% auto 6%; */
        padding-bottom: 4%;
    }
    .pro-class .bbt {
        margin-bottom: 5%;
        font-size: 20px;
    }
    .pro-tj dl dt .ttext .box {
        font-size: 30px;
    }
    .pro-tj {
        /* margin-bottom: 6%; */
        width: 100%;
    }
    .pro-main .pro-list .list ul li a .text .title {
        font-size: 16px;
    }
}

@media only screen and (min-width: 650px) {
    .pro-main .pro-list .list ul li a {
        opacity: 0;
        -moz-transform: scale(.5);
        -ms-transform: scale(.5);
        -o-transform: scale(.5);
        -webkit-transform: scale(.5);
        transform: scale(.5);
    }
    .pro-main .pro-list .list ul li a[data-on="on"] {
        opacity: 1;
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    .pro-main .pro-list .list ul li a.proitem2 {
        transition-delay: .3s;
    }
    .pro-main .pro-list .list ul li a.proitem3 {
        transition-delay: .6s;
    }
    .pro-main .pro-list .list ul li a.proitem4 {
        transition-delay: .9s;
    }
    .pro-main .pro-list .list ul li a.proitem5 {
        transition-delay: 1.2s;
    }
    .pro-main .pro-list .list ul li a.proitem6 {
        transition-delay: 1.5s;
    }
    .pro-main .pro-list .list ul li a.proitem7 {
        transition-delay: 1.8s;
    }
    .pro-main .pro-list .list ul li a.proitem8 {
        transition-delay: 2.1s;
    }
    .pro-main .pro-list .list ul li a.proitem9 {
        transition-delay: 2.4s;
    }
}

@media only screen and (max-width: 650px) {
    .pro-tj {
        margin: 0 auto;
    }
    .pro-tj dl dt .right .text {
        margin-top: 0%;
    }
    .pro-tj dl dt {
        padding: 0px;
    }
    .pro-tj dl dt .ttext {
        position: relative;
        width: 100%;
        height: 80px;
    }
    .pro-tj dl dt .left {
        margin-left: 10px;
        display: none;
    }
    .pro-tj dl dt .left .a {
        position: relative;
        height: auto;
    }
    .pro-class .protypelist .swiper-slide .tu img {
        width: 80px;
    }
    .pro-class .protypelist .swiper-slide {
        font-size: 14px;
    }
    .pro-tj dl dt .a .text .bt {
        height: auto;
        font-size: 18px;
    }
    .pro-tj dl dd .a .text .bt {
        font-size: 16px;
    }
    .pro-tj dl dd:nth-child(3n+0) {
        margin: 12px 10px 0 0;
    }
    .pro-tj dl dd:nth-child(2n+1) {
        margin-right: 0px;
        margin-left: 0;
    }
    .pro-tj dl .a .info .desc {
        line-height: 18px;
        height: 36px;
    }
    .pro-tj dl dd {
        width: -webkit-calc(50% - 5px);
        width: -moz-calc(50% - 5px);
        width: -ms-calc(50% - 5px);
        width: -o-calc(50% - 5px);
        width: calc(50% - 5px);
        margin-right: 10px;
    }
    .pro-tj dl .a,
    .pro-tj dl dt .ttext {
        opacity: 1;
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    .pro-main .pro-list .list ul li:nth-child(3n),
    .pro-main .pro-list .list ul li {
        width: 50%;
        border-right: 1px solid #eaeaea;
    }
    .pro-main .pro-list .list ul li:nth-child(2n) {
        border-right: 0px;
    }
}

@media only screen and (max-width: 415px) {
    .pro-tj dl dd {
        width: 100%;
    }
}

@media only screen and (max-width: 400px) {
    .pro-tj dl dt .ttext .box {
        font-size: 22px;
    }
    .pro-class .protypelist .swiper-slide .tu img {
        width: 60px;
    }
    .pro-class .protypelist .swiper-slide {
        font-size: 12px;
    }
    .pro-main .pro-list .list ul li:nth-child(3n),
    .pro-main .pro-list .list ul li {
        width: 100%;
        border-right: 0px;
    }
}


/*产品详情*/


/*详细*/

.pro-up img,
.pro-view img {
    max-width: 100%;
}

.pro-up {
    padding: 40px 0;
}

.pro-view .pro-view-box .bbt {
    color: #444444;
    font-size: 36px;
    line-height: 1.6;
    margin-bottom: 20px;
    font-weight: 300;
}

.pro-view .pro-view-box {
    max-width: 1200px;
    margin: auto;
    width: 94%;
    color: #575757;
    line-height: 2;
    border-bottom: 1px solid #d6d6d6;
    padding-bottom: 50px;
}

.pro-up .main {
    width: 94%;
    margin: auto;
    max-width: 1200px;
    border-bottom: 1px solid #d6d6d6;
    padding-bottom: 50px;
}

.pro-up .main .right {
    padding-right: 0px;
    overflow: hidden;
}

@media only screen and (min-width:800px) {
    .pro-up .main {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row-reverse;
        -webkit-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-orient: horizontal;
        -ms-box-orient: horizontal;
        box-orient: horizontal;
    }
    .pro-up .main .left {
        max-width: 480px;
        width: 48%
    }
    .pro-up .main .ge {
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        -webkit-box-flex: 1;
    }
    .pro-up .main .right {
        position: relative;
        max-width: 600px;
        width: 50%;
    }
}

.pro-up .main .left .box .view {
    width: 100%;
}

.pro-up .main .left .box .view .title {
    color: #444444;
    margin-bottom: 20px;
    font-size: 36px;
    line-height: 1.4;
}

.pro-up .main .left .box .view .xx {
    font-size: 14px;
    color: #00bbb4;
    margin-bottom: 20px;
}

.pro-up .main .left .box .view .demo {
    line-height: 2;
    max-width: 260px;
    border-top: 1px solid #d6d6d6;
    padding: 20px 0;
}

.pro-up .main .left .box .view .href {
    margin-bottom: 20px;
    max-width: 260px;
}

.pro-up .main .left .box .view .href a {
    border: 1px solid #0077cc;
    border-radius: 3px;
    height: 43px;
    font-size: 16px;
    color: #fff;
    line-height: 41px;
    text-align: center;
    background: #1e86d9;
    display: block;
    background: -moz-linear-gradient(top, #3e9eea 0%, #0171c9 100%);
    background: -webkit-linear-gradient(top, #3e9eea 0%, #0171c9 100%);
    background: linear-gradient(to bottom, #3e9eea 0%, #0171c9 100%);
}

.pro-up .main .color-list {
    margin-top: 10px;
}

.pro-up .main .color-list .colorbox {
    width: 60px;
    position: relative;
    margin: 0 10px 0px 0;
    cursor: pointer;
    display: block;
    border-bottom: 2px solid #fff;
    padding-bottom: 5px;
}

.pro-up .main .color-list .colorbox.active {
    border-bottom: 2px solid #00bbb4;
}

.pro-up .main .left .box .view .xx:after {
    content: "";
    display: block;
    clear: both;
}

.pro-up .main .left .box .view .xx b {
    float: left;
    color: #282828;
    font-size: 30px;
    line-height: 30px;
}

.pro-up .main .left .box .view .xx img {
    height: 20px;
    float: left;
    margin: 5px 0px 0 5px;
}

.pro-up .main .left .box .view .share {
    padding: 10px 0;
}

.pro-up .main .left .box .view .buy-btn {
    border-radius: 4px;
    line-height: 50px;
    height: 50px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    background: #00A7D2;
    margin: 10px 0;
    width: 250px;
    cursor: pointer;
}

.tcview {
    line-height: 2;
    padding: 15px;
}

.pro-bottombanner .gallery-top1 {
    background: #ccc;
}

.gallery-thumbs1 .swiper-slide {
    background: #fff;
    width: auto;
}

.gallery-thumbs1 .swiper-slide img {
    opacity: .5;
    height: 100px;
    display: block;
}

.gallery-thumbs1 .swiper-slide.swiper-slide-active img {
    opacity: 1;
}

.pro-bottombanner .gallery-thumbs1 {
    position: absolute;
    max-width: 1100px;
    bottom: 5%;
    left: 50%;
    width: 94%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.pro-bottombanner {
    position: relative;
    overflow: hidden;
}

.pro-bottombanner .gallery-top1 .swiper-slide img {
    display: block;
}


/**/

.lan-box {
    background: #00A7D2;
    color: #fff;
    padding: 60px 0;
}

.lan-box .main {
    width: 94%;
    margin: auto;
    max-width: 1100px;
}

.lan-box .main .black {
    color: #000;
    font-size: 44px;
    text-align: center;
    margin-bottom: 25px;
}

.lan-box .main ul:after {
    clear: both;
    content: "";
    display: block;
}

.lan-box .main ul li a {
    color: #fff;
}

.lan-box .main ul li {
    display: block;
    float: left;
    width: 31%;
    margin: 0 3.5% 0 0;
    line-height: 1.6;
    font-size: 18px;
}

.lan-box .main ul li .bbt {
    font-size: 44px;
    margin-bottom: 15px;
    line-height: 1.2;
}

.lan-box .main ul li:nth-child(3n) {
    margin-right: 0px;
}

.ti-bottom {
    padding: 60px 0 0;
}

.ti-bottom .bbt {
    color: #000;
    font-size: 44px;
    text-align: center;
    margin-bottom: 50px;
}

.ti-bottom .list {
    display: block;
    width: 94%;
    max-width: 1200px;
    margin: auto;
    border-top: 1px solid #eaeaea;
}

.ti-bottom .list .swiper-slide {
    border-left: 1px solid #eaeaea;
    margin-left: -1px;
}

.ti-bottom .list .swiper-slide a {
    display: block;
}

.ti-bottom .list .swiper-slide a .tu {
    background-position: center;
    background-size: cover;
    margin: 20px;
}

.ti-bottom .list .swiper-slide a .tu img {
    display: block;
    width: 100%;
}

.ti-bottom .list .swiper-slide a .text {
    padding: 0 20px 40px;
    text-align: center;
}

.ti-bottom .list .swiper-slide a .text .title {
    color: #444444;
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 10px;
}

.ti-bottom .list .swiper-slide a .text .xx {
    color: #00bbb4;
    font-size: 12px;
}

@media only screen and (max-width:1600px) {
    .pro-up .main .left .box .view .title {
        font-size: 36px;
    }
    .gallery-thumbs1 .swiper-slide img {
        height: 80px;
    }
    .pro-view .pro-view-box .bbt {
        font-size: 32px;
    }
    .ti-bottom .bbt {
        font-size: 38px;
    }
}

@media only screen and (max-width:1440px) {
    .pro-up .main .left .box .view .title {
        font-size: 28px;
    }
    .gallery-thumbs1 .swiper-slide img {
        height: 70px;
    }
}

@media only screen and (max-width:1024px) {
    .lan-box,
    .ti-bottom {
        padding: 6% 0;
    }
    .lan-box .main ul li .bbt,
    .lan-box .main .black {
        font-size: 32px;
    }
    .lan-box .main ul li {
        font-size: 14px;
    }
    .pro-up .main {
        padding-bottom: 5%;
    }
    .pro-view .pro-view-box .bbt {
        font-size: 26px;
    }
    .ti-bottom .bbt {
        font-size: 30px;
        margin-bottom: 5%;
    }
    .pro-view .pro-view-box {
        margin-bottom: 5%;
    }
    .ti-bottom {
        margin-top: 6%;
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .ti-bottom .list .swiper-slide a .text .title {
        font-size: 20px;
    }
}

@media only screen and (max-width:799px) {
    .pro-bottombanner .swiper-button-white {
        display: none;
    }
    .pro-bottombanner .gallery-thumbs1 {
        position: relative;
        bottom: auto;
        background: #000;
        width: 100%;
    }
    .gallery-thumbs1 .swiper-slide {
        background: #000;
    }
    .gallery-thumbs1 .swiper-slide img {
        height: 40px;
    }
    .pro-up .main .left .box .view .title {
        font-size: 32px;
        padding-top: 15px;
    }
    .pro-up .main .left .box .view .demo {
        max-width: 100%;
    }
}

@media only screen and (max-width:500px) {
    .pro-view .pro-view-box .bbt {
        font-size: 22px;
    }
    .pro-up .main .color-list .colorbox {
        width: 50px;
    }
    .pro-up .main .left .box .view .xx b {
        font-size: 24px;
    }
    .pro-up .main .left .box .view .xx img {
        height: 14px;
        float: left;
        margin: 8px 0px 0 5px;
    }
    .pro-up .main .left .box .view .title {
        font-size: 20px;
    }
    .ti-bottom .bbt {
        font-size: 22px;
    }
    .lan-box .main ul li {
        float: none;
        width: 100%;
        margin: 0 0 5%;
    }
    .pro-up .main .left .box .view .href {
        max-width: 100%;
    }
    .ti-bottom .list .swiper-slide {
        border: 0px;
    }
}


/*产品 end*/


/*新闻*/

.news-top {
    /* margin-top: 141px; */
    position: relative;
    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;
    min-height: 267px;
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 42px;
}

.news-top .main {
    position: relative;
    padding: 30px 0;
}

.news-top .main .t3 {
    width: 110px;
    height: 37px;
    border: 1px solid #bfbfbf;
    display: block;
    margin: auto;
    text-align: center;
    line-height: 35px;
    color: #949494;
    font-size: 14px;
}

.news-top .main .ncname {
    font-size: 72px;
    color: #72beb7;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    line-height: 1.4;
    margin-top: 20px;
}

.news-banner {
    width: 94%;
    max-width: 1200px;
    margin: 0 auto 40px;
}

.news-banner a img {
    display: block;
    width: 100%;
}

.news-main .left ul {
    display: block;
}

.news-main .left ul:after {
    content: "";
    display: block;
    clear: both;
}

.news-main .left ul li {
    display: block;
    border-bottom: 1px solid #efefef;
    padding-bottom: 7%;
    margin-bottom: 7%;
}

.news-main .left ul li a {
    display: block;
    padding-left: 345px;
    position: relative;
    height: 207px;
}

.news-main .left ul li a .tu {
    position: absolute;
    left: 0px;
    top: 0px;
    overflow: hidden;
}

.news-main .left ul li a .tu .bbg {
    display: block;
    width: 100%;
}

.news-main .left ul li a .tu .pic {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
}

.news-main .left ul li a .tu:hover .pic {
    transform: scale(1.2) rotate(3deg);
}

.news-main .left ul li a .title {
    font-size: 24px;
    line-height: 30px;
    overflow: hidden;
    margin-bottom: 19px;
    max-height: 60px;
    color: #72beb7;
}

.news-main .left ul li a .demo {
    line-height: 24px;
    max-height: 96px;
    overflow: hidden;
    color: #757575;
    font-size: 13px;
    margin-bottom: 12px;
}

.news-main .left ul li a .rq {
    line-height: 20px;
    height: 20px;
    overflow: hidden;
    color: #838383;
    font-size: 13px;
    font-weight: bold;
}

.news-main {
    max-width: 1200px;
    margin: auto;
    padding: 0px 0 40px;
    width: 94%;
}

.news-main .right .search-box {
    margin-bottom: 30px;
}

.news-main .right .search-box .smallfont {
    display: block;
    font-size: 18px;
    color: #444444;
    height: 36px;
    font-family: "sans-serif";
}

.news-main .right .search-box input {
    width: 100%;
    border: 1px solid #e1e1e1;
    border-radius: 2px;
    background: #fff;
    height: 44px;
    padding: 0 10px 0 45px;
}

.news-main .right .search-box form {
    display: block;
    position: relative;
}

.news-main .right .search-box button {
    width: 40px;
    height: 44px;
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    border: 0px;
    background: none;
    background-color: transparent;
    cursor: pointer;
    outline: none;
}

.news-main .right .search-box button:after {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    content: "";
    display: block;
    border: 1px solid #7a7a7a;
    position: absolute;
    left: 14px;
    top: 16px;
}

.news-main .right .search-box button:before {
    width: 3px;
    height: 1px;
    content: "";
    display: block;
    background: #7a7a7a;
    position: absolute;
    left: 22px;
    top: 25px;
    transform: rotate(45deg)
}

.news-main .right .classlist {
    margin-bottom: 30px;
}

.news-main .right .classlist dt {
    display: block;
    font-size: 18px;
    color: #444444;
    height: 36px;
    font-family: "sans-serif";
}

.news-main .right .classlist dd {
    display: block;
    overflow: hidden;
    height: 57px;
    border-bottom: 1px solid #efefef;
}

.news-main .right .classlist dd a {
    display: block;
    line-height: 56px;
    color: #6b6b6b;
    font-size: 14px;
    position: relative;
    height: 56px;
    overflow: hidden;
}

.news-main .right .classlist dd a:hover,
.news-main .right .classlist dd.on a {
    color: #00bbb4;
    font-weight: bold;
}

.news-main .right .classlist dd a:after {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    margin: -3px 0;
    border-top: 1px solid #c1c1c1;
    border-right: 1px solid #c1c1c1;
    position: absolute;
    top: 50%;
    right: 2px;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.news-main .right .classlist dd a:hover:after,
.news-main .right .classlist dd.on a:after {
    border-color: #00bbb4;
}

.news-main .right .tj-list .smallfont {
    display: block;
    font-size: 18px;
    color: #444444;
    height: 36px;
    font-family: "sans-serif";
}

.news-main .right .tj-list ul li {
    display: block;
    border-bottom: 1px solid #efefef;
    line-height: 24px;
    padding: 16px 0;
}

.news-main .right .tj-list ul li a {
    display: block;
    position: relative;
    color: #6b6b6b;
    padding-right: 20px;
}

.news-main .right .tj-list ul li a:hover {
    color: #00bbb4;
}

.news-main .right .tj-list ul li a:hover:after {
    border-color: #00bbb4;
}

.news-main .right .tj-list ul li a:after {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    margin: -3px 0;
    border-top: 1px solid #c1c1c1;
    border-right: 1px solid #c1c1c1;
    position: absolute;
    top: 12px;
    right: 2px;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media only screen and (min-width:1024px) {
    .news-main:after {
        content: "";
        display: block;
        clear: both;
    }
    .news-main .left {
        width: 71.6%;
        float: left;
        padding-right: 35px;
        border-right: 1px solid #efefef;
    }
    .news-main .right {
        width: 25%;
        float: right;
    }
}

@media only screen and (max-width:1023px) {
    .news-top {
        padding: 4% 0;
    }
    .news-top .main .title {
        font-size: 38px;
    }
    .news-top {
        min-height: 250px;
        margin-bottom: 5%;
    }
    .news-banner {
        margin-bottom: 5%;
    }
    .news-top .main .ncname {
        font-size: 44px;
    }
    .news-main .left ul li {
        padding: 0 0 5%;
        margin-bottom: 5%;
    }
}

@media only screen and (max-width:580px) {
    .news-top {
        min-height: 150px;
    }
    .news-top .main .ncname {
        font-size: 28px;
    }
    .news-main .left ul li a {
        padding: 0px;
        height: auto;
    }
    .news-main .left ul li a .tu {
        position: relative;
        margin-bottom: 6%;
    }
    .news-main .left ul li a .title {
        line-height: 1.4;
        font-size: 18px;
        margin-bottom: 10px;
    }
    .news-main .left ul li a .title,
    .news-main .left ul li a .demo {
        max-height: 500px;
    }
}


/*view*/

.newsbannerlist {
    height: 390px;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.newsbannerlist .btn {
    width: 33px;
    height: 60px;
    background: rgba(0, 0, 0, .5);
    position: absolute;
    top: 50%;
    margin-top: -30px;
    cursor: pointer;
    z-index: 1;
}

.newsbannerlist .btn.prev {
    left: 20px;
}

.newsbannerlist .btn.next {
    right: 20px;
}

.newsbannerlist .btn:after {
    content: "";
    width: 20px;
    height: 20px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -11px -15px;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.newsbannerlist .btn.prev:after {
    margin: -11px -5px;
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.newsbannerlist .swiper-slide {
    width: auto;
    height: 390px;
}

.newsbannerlist .swiper-slide img {
    display: block;
    height: 100%;
}

.news-main .left.newsview .title {
    color: #00bbb4;
    font-size: 26px;
}

.news-main .left.newsview .xx {
    line-height: 20px;
    color: #6a6d69;
    margin: 10px 0;
}

.news-main .left.newsview .xx .bshare-custom {
    display: inline-block;
    top: -2px;
    position: relative;
    margin-left: 10px;
}

.news-main .left.newsview .content {
    line-height: 2;
    padding: 20px 0 40px;
    margin-bottom: 40px;
    color: #757575;
    border-bottom: 1px solid #efefef;
}

.news-bottom {
    margin-bottom: 40px;
}

.news-bottom .item {
    line-height: 22px;
    margin-bottom: 10px;
    display: flex;
}

.news-bottom .item b {
    display: inline-block;
    width: 100px;
    height: 22px;
    color: #00bbb4;
}

.news-bottom .item a {
    width: calc(100% - 100px);
}

.news-bottom .item span {
    margin-left: 30px;
    opacity: .6;
}

@media only screen and (max-width:799px) {
    .news-main .left.newsview .title {
        font-size: 22px;
    }
}

@media only screen and (max-width:700px) {
    .newsbannerlist .btn {
        transform: scale(.5);
    }
    .newsbannerlist .btn.prev {
        left: 0px;
    }
    .newsbannerlist .btn.next {
        right: 0px;
    }
    .newsbannerlist,
    .newsbannerlist .swiper-slide {
        height: 290px;
    }
}

@media only screen and (max-width:500px) {
    .news-main .left.newsview .title {
        font-size: 18px;
    }
    .newsbannerlist,
    .newsbannerlist .swiper-slide {
        height: 200px;
    }
    .news-bottom .item b {
        width: 60px;
    }
    .news-bottom .item span {
        display: none;
    }
    .news-bottom .item {
        overflow: hidden;
        height: 22px;
    }
}


/*新闻 end*/


/*合作伙伴*/

.partner-main {
    width: 94%;
    max-width: 1200px;
    margin: auto;
}

.partner-main .bbt {
    padding: 50px 0;
    text-align: center;
    color: #323232;
    font-size: 24px;
    line-height: 1.6;
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 50px;
    position: relative;
}

.partner-main .bbt:after {
    content: "";
    display: block;
    width: 100px;
    height: 1px;
    background: #72beb7;
    left: 50%;
    margin-left: -50px;
    bottom: -1px;
    position: absolute;
}

.partner-main .list {
    margin-bottom: 40px;
}

.partner-main .list ul:after {
    content: "";
    display: block;
    clear: both;
}

.partner-main .list ul li {
    display: block;
    float: left;
    width: 25%;
}

.partner-main .list ul li a {
    display: block;
    position: relative;
}

.partner-main .list ul li a .bbg {
    display: block;
    width: 100%;
    opacity: 0;
}

.partner-main .list ul li a .pic {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

.partner-main .list ul li a:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, .175);
    z-index: 2;
}

@media only screen and (max-width:799px) {
    .partner-main .list ul li {
        width: 33.3333333%;
    }
    .partner-main .bbt {
        padding: 5% 0;
        margin-bottom: 5%;
    }
    .partner-main .bbt {
        font-size: 18px;
    }
    .partner-main .list {
        margin-bottom: 5%;
    }
}

@media only screen and (max-width:500px) {
    .partner-main .list ul li {
        width: 50%;
    }
}


/*合作伙伴 end*/


/*行业*/

.partner-main .hylist ul:after {
    content: "";
    display: block;
    clear: both;
}

.partner-main .hylist ul li {
    display: block;
    float: left;
    width: 32%;
    margin: 0 2% 2% 0;
}

.partner-main .hylist ul li:nth-child(3n) {
    margin-right: 0px;
}

.partner-main .hylist ul li a {
    display: block;
}

.partner-main .hylist ul li a .tu {
    position: relative;
    background-position: center;
    background-size: cover;
    margin-bottom: 8px;
}

.partner-main .hylist ul li a .tu img {
    display: block;
    opacity: 0;
    width: 100%;
}

.partner-main .hylist ul li a .title {
    color: #72beb7;
    font-weight: bold;
    line-height: 30px;
    font-size: 16px;
    height: 30px;
    overflow: hidden;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.partner-main .hylist ul li a .demo {
    line-height: 18px;
    height: 36px;
    overflow: hidden;
    color: #7b7b7b;
    font-size: 14px;
}

.partner-main .hylist ul li a .href {
    height: 50px;
    line-height: 50px;
    font-size: 12px;
    font-weight: bold;
    color: #7b7b7b;
    position: relative;
    padding-left: 20px;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.partner-main .hylist ul li a .href:after {
    content: "";
    width: 5px;
    height: 5px;
    border-top: 1px solid #9c9c9c;
    border-right: 1px solid #9c9c9c;
    display: block;
    position: absolute;
    margin-top: -3px;
    top: 50%;
    left: 2px;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.partner-main .hylist ul li:hover a .title {
    color: #00bbb4;
}

.partner-main .hylist ul li:hover a .href {
    margin-left: 10px;
}

@media only screen and (max-width:800px) {
    .partner-main .hylist ul li:nth-child(3n),
    .partner-main .hylist ul li {
        width: 48.5%;
        margin: 0 3% 3% 0;
    }
    .partner-main .hylist ul li:nth-child(2n) {
        margin-right: 0px;
    }
}

@media only screen and (max-width:500px) {
    .partner-main .hylist ul li:nth-child(2n),
    .partner-main .hylist ul li:nth-child(3n),
    .partner-main .hylist ul li {
        width: 100%;
        margin: 0 0 4%;
    }
}


/*view*/

.hymd {
    position: absolute;
    top: -52px;
}

.hy-main {
    background: url(../images/hybg_02.jpg) top no-repeat;
    /* margin-top: 141px; */
    padding-top: 90px;
}

.hy-main .hy-up {
    width: 94%;
    max-width: 1200px;
    margin: auto;
}

.hy-main .hy-up .main {
    position: relative;
    padding-left: 69%;
}

.hy-main .hy-up:after {
    content: "";
    display: block;
    clear: both;
}

.hy-main .hy-up .tu {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 66.666666%;
    height: 100%;
    border-bottom: 4px solid #00bbb4;
    background-position: center;
    background-size: cover;
}

.hy-main .hy-up .tu img {
    display: none;
    width: 100%;
}

.hy-main .hy-up .right {
    border-bottom: 4px solid #6eb92b;
    min-height: 500px;
    position: relative;
    z-index: 2;
}

.hy-main .hy-up .right .title {
    height: 240px;
    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;
}

.hy-main .hy-up .right .title .text {
    width: 120%;
    margin-left: -20%;
    font-weight: bold;
    font-size: 48px;
    color: #00bbb4;
}

.hy-main .hy-up .right .demo {
    line-height: 2;
    color: #4b4b4b;
    font-size: 14px;
    padding-bottom: 15px;
}


/**/

.hy-main .hy-down {
    width: 94%;
    max-width: 1200px;
    margin: 60px auto;
    padding-right: 166px;
    position: relative;
}

.hy-main .hy-down .item {
    position: relative;
    margin-bottom: 40px;
}

.hy-main .hy-down .item .bbt {
    height: 60px;
    line-height: 60px;
    color: #323232;
    font-size: 36px;
}

.hy-main .hy-down .item .view {
    font-size: 14px;
    color: #4b4b4b;
    line-height: 2;
}

.pro-box.pc .th {
    height: 40px;
    line-height: 38px;
    border-bottom: 2px solid #00bbb4;
    color: #323232;
    font-size: 12px;
    font-weight: bold;
}

.pro-box.pc .th .td {
    height: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pro-box.pc .td {
    float: left;
    overflow: hidden;
    margin-right: 0.25%;
    min-height: 40px;
}

.pro-box.pc .td:nth-child(1) {
    width: 15.5%;
}

.pro-box.pc .td:nth-child(2) {
    width: 16%;
}

.pro-box.pc .td:nth-child(3) {
    width: 16%;
}

.pro-box.pc .td:nth-child(4) {
    width: 14.25%;
}

.pro-box.pc .td:nth-child(5) {
    width: 18.25%;
}

.pro-box.pc .td:nth-child(6) {
    width: 18.25%;
}

.pro-box.pc .tr {
    padding: 28px 0;
    display: block;
    font-size: 13px;
    border-bottom: 1px solid #e7e7e7;
}

.pro-box.pc .tr:after {
    content: "";
    display: block;
    clear: both;
}

.pro-box.pc .tr .td {
    height: 75px;
}

.pro-box.pc .tr .td:nth-child(1) {
    color: #00bbb4;
}

.pro-box.pc .tr .td img {
    display: block;
    width: 97px;
    height: 73px;
    border: 1px solid #ededed;
}


/**/

.pro-box.phone {
    display: none
}

.pro-box.phone ul li {
    display: block;
    border-bottom: 2px solid #00bbb4;
}

.pro-box.phone ul li .bbtt {
    height: 40px;
    line-height: 40px;
    position: relative;
    font-weight: bold;
    color: #00bbb4;
    font-size: 14px;
    cursor: pointer;
}

.pro-box.phone ul li .bbtt:after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    top: 50%;
    right: 2px;
    margin-top: -4px;
    position: absolute;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.pro-box.phone ul li .v-box {
    display: none
}

.pro-box.phone ul li .v-box .tu {
    text-align: center;
    padding-top: 3%;
    margin-bottom: 3%;
}

.pro-box.phone ul li .v-box .tu img {
    display: block;
    margin: auto;
    max-width: 100%;
}

.pro-box.phone ul li .v-box .href {
    color: #00bbb4;
    margin-bottom: 5%;
}

.pro-box.phone ul li .v-box .href a {
    color: #00bbb4;
    font-size: 14px;
    display: inline-block;
}

.pro-box.phone ul li .v-box .cs {
    border-top: 1px solid #00bbb4;
}

.pro-box.phone ul li .v-box .cs .ii {
    padding: 10px 0;
    line-height: 1.4;
    position: relative;
    border-bottom: 1px solid #ddd;
}

.pro-box.phone ul li .v-box .cs .ii:after {
    content: "";
    display: block;
    clear: both;
}

.pro-box.phone ul li .v-box .cs .ii:before {
    content: "";
    width: 1px;
    top: 0px;
    left: 50%;
    height: 100%;
    background: #ddd;
    display: block;
    position: absolute;
}

.pro-box.phone ul li .v-box .cs .ii div {
    width: 50%;
    float: left;
}

.pro-box.phone ul li .v-box .cs .ii .ll {
    padding-right: 10px;
    font-weight: bold;
    color: #000;
}

.pro-box.phone ul li .v-box .cs .ii .rr {
    padding-left: 10px;
}

.hy-main .hy-down .fly {
    position: absolute;
    top: 0px;
    right: 0px;
    color: #00bbb4;
    font-size: 16px;
    line-height: 30px;
}

.hy-main .hy-down .fly .btn {
    cursor: pointer;
}

.hy-main .hy-down .fly .btn:hover {
    text-decoration: underline;
}


/**/

.hy-main .hy-down .download-box {
    padding-top: 8px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.hy-main .hy-down .download-box ul:after {
    content: "";
    display: block;
    clear: both;
}

.hy-main .hy-down .download-box ul li {
    display: block;
    width: 50%;
    float: left;
    height: 48px;
    margin-bottom: 8px;
}

.hy-main .hy-down .download-box ul li a {
    display: inline-block;
    padding-left: 50px;
    background-image: url(../images/fj.jpg);
    background-position: left;
    background-repeat: no-repeat;
    background-size: auto 100%;
    height: 48px;
    line-height: 24px;
    color: #8b8b8b;
}

.hy-main .hy-down .download-box ul li a .bbtt {
    height: 24px;
    overflow: hidden;
    color: #00bbb4;
}


/**/

.hy-main .hy-down .ly-box {
    max-width: 660px;
}

.hy-main .hy-down .ly-box .xx {
    font-size: 14px;
    color: #4b4b4b;
    line-height: 1.4;
    margin-bottom: 10px;
}

.hy-main .hy-down .ly-box input {
    width: 100%;
    height: 40px;
    border: 1px solid #ddd;
    padding: 0 10px;
    background: #fff;
    margin-bottom: 15px;
}

.hy-main .hy-down .ly-box textarea {
    width: 100%;
    height: 150px;
    border: 1px solid #ddd;
    padding: 10px;
    background: #fff;
    margin-bottom: 15px;
}

.hy-main .hy-down .ly-box button {
    width: 110px;
    height: 40px;
    color: #fff;
    font-weight: bold;
    background: #00bbb4;
    border: 0px;
    border-radius: 0px;
    box-shadow: none;
    cursor: pointer;
}

@media only screen and (max-width:1000px) {
    .hy-main .hy-down {
        padding-right: 0px;
    }
    .hy-main .hy-down .fly {
        display: none;
    }
}

@media only screen and (max-width:800px) {
    .hy-main .hy-down {
        margin: 5% auto;
    }
    .hymd {
        position: absolute;
        top: -52px;
    }
    .hy-main {
        margin-top: 52px;
        padding-top: 3%;
        background-size: auto 200px;
    }
    .hy-main .hy-up .main {
        padding: 0px;
    }
    .hy-main .hy-up .tu {
        position: relative;
        background: none !important;
        width: 100%;
    }
    .hy-main .hy-up .tu img {
        display: block;
    }
    .hy-main .hy-up .right {
        min-height: 10px;
    }
    .hy-main .hy-up .right .title {
        height: auto;
        padding: 25px 0 10px;
    }
    .hy-main .hy-up .right .title .text {
        width: 100%;
        font-size: 36px;
        font-weight: 400;
        margin: 0px;
    }
}

@media only screen and (max-width:750px) {
    .pro-box.pc {
        display: none
    }
    .pro-box.phone {
        display: block;
    }
    .hy-main .hy-down .download-box ul li {
        width: 100%;
        height: 36px;
    }
    .hy-main .hy-down .download-box ul li a {
        height: 36px;
        line-height: 18px;
        padding-left: 40px;
    }
    .hy-main .hy-down .download-box ul li a .bbtt {
        height: 18px;
    }
    .hy-main .hy-down .ly-box .xx {
        font-size: 10px;
    }
}


/*行业 end*/

img {
    max-width: 100%;
}


/*搜索*/

.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: #00bbb4;
}

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

.map img {
    max-width: 10000px;
}


/*联系我们*/

.contact-main {
    padding-bottom: 50px;
}

.contact-main .up {
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 40px;
}

.contact-main .up:after {
    content: "";
    display: block;
    clear: both;
}

.contact-main .up .item {
    display: block;
    float: left;
    width: 48%;
    margin: 0 4% 4% 0;
}

.contact-main .up .item:nth-child(2n) {
    margin-right: 0px;
}

.contact-main .contactbbt {
    color: #00bbb4;
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 10px;
}

.contact-main .view {
    line-height: 2;
    font-size: 14px;
}

.contact-main .down:after {
    content: "";
    display: block;
    clear: both;
}

.contact-main .down .left {
    width: 48%;
    float: left;
    margin-bottom: 40px;
}

.contact-main .down .right {
    width: 48%;
    float: right;
    margin-bottom: 40px;
}

.contact-main .down .left .li {
    margin-bottom: 15px;
}

.contact-main .down .left .li .bt {
    font-size: 13px;
    color: #8d8d8d;
    font-weight: bold;
    line-height: 24px;
    height: 24px;
}

.contact-main .down .left .li input {
    width: 100%;
    height: 40px;
    padding: 0 10px;
    border: 1px solid #ddd;
}

.contact-main .down .left .li textarea {
    width: 100%;
    height: 240px;
    padding: 10px;
    border: 1px solid #ddd;
}

.contact-main .down .left button {
    color: #fff;
    font-size: 14px;
    width: 104px;
    height: 45px;
    background: #00bbb4;
    cursor: pointer;
    border-radius: 0px;
    border: 0px;
}

.contact-main .down .right .map {
    height: 660px;
}

.contact-bottom3:after {
    content: "";
    display: block;
    clear: both;
}

.contact-bottom3 a {
    display: block;
    margin-bottom: 1.5%;
    float: left;
    height: 228px;
    background-position: center;
    background-size: cover;
    width: 28.75%
}

.contact-bottom3 a:nth-child(2) {
    margin: 0 1.5%;
    width: 39.5%
}

.contact-banner {
    position: relative;
    overflow: hidden;
}

.contact-banner img {
    display: block;
    width: 100%;
}

.contact-banner .btn {
    width: 60px;
    height: 112px;
    border: 1px solid #fff;
    border-radius: 4px;
    background: rgba(255, 255, 255, .8);
    position: absolute;
    top: 50%;
    margin-top: -56px;
    cursor: pointer;
    z-index: 2;
}

.contact-banner .btn.prev {
    left: 2%;
}

.contact-banner .btn.next {
    right: 2%;
}

.contact-banner .btn:after {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    border-top: 2px solid #00bbb4;
    border-right: 2px solid #00bbb4;
    position: absolute;
    top: 50%;
    margin-top: -22px;
    margin-left: -3px;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.contact-banner .btn.prev:after {
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    margin-left: 22px;
}

.contact-dan {
    line-height: 2;
}


/**/

.zp-list {
    width: 94%;
    max-width: 1000px;
    margin: auto;
}

.zp-list .chosebox {
    margin-bottom: 60px;
}

.zp-list .chosebox .left {
    width: 50%;
    float: left;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    color: #989999;
    border: 1px solid #dddddd;
    border-bottom-color: #00bbb4;
    cursor: pointer;
}

.zp-list .chosebox .right {
    border-left: 0;
}

.zp-list .chosebox .active {
    border-color: #00bbb4;
    background-color: #00bbb4;
    font-weight: bold;
    color: #fff;
}

.zp-list ul li {
    display: block;
    margin-bottom: 40px;
    position: relative;
    padding-left: 130px;
}

.zp-list ul li img {
    width: 110px;
    position: absolute;
    left: 0px;
    top: 0px;
}

.zp-list ul li .title {
    font-size: 24px;
    margin-bottom: 10px;
    line-height: 1.4;
}

.zp-list ul li .title a {
    color: #202020;
}

.zp-list ul li .title a:hover {
    color: #00bbb4;
}

.zp-list ul li .xx {
    margin-bottom: 10px;
    line-height: 1.4;
    font-size: 12px;
    color: #878787;
}

.zp-list ul li .xx span {
    display: inline-block;
    margin-right: 20px;
}

.zp-list ul li .demo {
    color: #484747;
    line-height: 2;
    font-size: 12px;
    margin-bottom: 10px;
}

.zp-list ul li .href {
    line-height: 2;
}

.zp-list ul li .href a {
    color: #00bbb4;
    font-size: 12px;
}

.zp-view-top {
    padding: 50px 0 30px;
    text-align: center;
    color: #4b4b4b;
    line-height: 1.6;
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 50px;
    position: relative;
}

.zp-view-top .bt {
    font-size: 24px;
    color: #00bbb4;
    margin-bottom: 10px;
    line-height: 1.4;
}

.zp-view-top .xx span {
    display: inline-block;
    margin-right: 20px;
    font-size: 13px;
}

.zp-bottom {
    padding-top: 40px;
    border-top: 1px solid #ddd;
    text-align: center;
}

.zp-bottom .text {
    font-weight: 300;
    font-size: 24px;
    color: #545454;
    line-height: 1.4;
    margin-bottom: 10px;
}

.zp-bottom .email a {
    color: #00bbb4;
    font-weight: bold;
}

@media only screen and (max-width:800px) {
    .contact-main .down .left,
    .contact-main .down .right {
        width: 100%;
    }
    .contact-main .down .right .map {
        height: 300px;
    }
    .contact-bottom3 a {
        height: 140px;
    }
    .contact-main {
        padding-bottom: 5%;
    }
    .contact-banner .btn {
        -moz-transform: scale(.5);
        -ms-transform: scale(.5);
        -o-transform: scale(5);
        -webkit-transform: scale(.5);
        transform: scale(.5);
    }
    .zp-list ul li {
        padding-left: 90px;
    }
    .zp-list ul li img {
        width: 70px;
    }
    .zp-bottom {
        padding-top: 5%;
    }
    .zp-view-top {
        padding: 5% 0;
        margin-bottom: 5%;
    }
    .zp-view-top .bt {
        font-size: 18px;
    }
}

@media only screen and (max-width:1024px) {
    .zp-list .chosebox {
        margin-bottom: 5.8%;
    }
}

@media only screen and (max-width:800px) {
    .zp-list .chosebox .left {
        height: 36px;
        line-height: 36px;
        font-size: 14px;
    }
}

@media only screen and (max-width:650px) {
    .contact-main .up .item {
        width: 100%;
        margin-right: 0px;
    }
}

@media only screen and (max-width:500px) {
    .contact-banner .btn {
        display: none;
    }
    .contact-bottom3 a,
    .contact-bottom3 a:nth-child(2) {
        margin: 0 0 1.5%;
        width: 100%;
    }
    .zp-list ul li {
        padding-left: 0px;
    }
    .zp-list ul li img {
        display: none;
    }
    .zp-bottom .text {
        font-size: 18px;
    }
}

@media only screen and (max-width:414px) {
    .zp-list .chosebox .left {
        height: 30px;
        line-height: 30px;
        font-size: 12px;
    }
}

@media only screen and (max-width:400px) {
    .contact-main .down .right .map {
        height: 220px;
    }
}


/*关于我们*/

.dan-view-main {
    width: 94%;
    max-width: 1000px;
    margin: auto;
    padding: 50px 0;
}

.dan-view-main .bbt {
    position: relative;
    color: #454545;
    text-align: center;
    font-weight: 300;
    font-size: 48px;
    line-height: 1.4;
    margin-bottom: 50px;
    padding-bottom: 10px;
}

.dan-view-main .bbt:after {
    width: 48px;
    height: 1px;
    background: #00bbb4;
    display: block;
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -24px;
    bottom: 0px;
}

.dan-view-main .view {
    line-height: 2;
    color: #696969;
    text-align: justify;
}

.ab002001-b {
    background-image: url(../images/gybg_02.jpg);
    background-position: center;
    background-size: cover;
    padding-top: 40px;
}

.ab002001-b .bbt {
    color: #fff;
    text-align: center;
    line-height: 1.4;
    margin-bottom: 20px;
    font-size: 48px;
    font-weight: 300;
}

.ab002001-b .abbl {
    width: 94%;
    max-width: 1200px;
    margin: auto;
    overflow: hidden;
    padding-bottom: 100px;
}

.ab002001-b .abbl .swiper-wrapper {
    background: #fff;
    border-left: 1px solid #e6e8e9;
}

.ab002001-b .abbl .swiper-wrapper .swiper-slide {
    padding: 5% 3%;
    border-right: 1px solid #e6e8e9;
    background: #fff;
}

.ab002001-b .abbl .swiper-wrapper .swiper-slide .tu {
    margin-bottom: 20px;
}

.ab002001-b .abbl .swiper-wrapper .swiper-slide .tu img {
    display: block;
    margin: auto;
    height: 90px;
}

.ab002001-b .abbl .swiper-wrapper .swiper-slide .title {
    padding: 10px 0 20px;
    position: relative;
    line-height: 26px;
    font-size: 16px;
    color: #212121;
    margin-bottom: 20px;
}

.ab002001-b .abbl .swiper-wrapper .swiper-slide .title:after {
    content: "";
    display: block;
    background: #00bbb4;
    width: 30px;
    height: 1px;
    bottom: 0px;
    left: 0px;
    position: absolute;
}

.ab002001-b .abbl .swiper-wrapper .swiper-slide .demo {
    line-height: 2;
    color: #6e6e6e;
    font-size: 12px;
    text-align: justify;
}

.ab002001-b .abbl .swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
}

.ab002001-b .abbl .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #00bbb4;
}

.ab002001-b .abbl .swiper-pagination {
    bottom: 42px;
}

.ab002001-b .abbl .btn {
    width: 50px;
    height: 100px;
    position: absolute;
    bottom: 0px;
    cursor: pointer;
    z-index: 11;
}

.ab002001-b .abbl .btn:after {
    content: "";
    display: block;
    top: 50%;
    width: 20px;
    height: 20px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    position: absolute;
    margin-top: -12px;
    left: 5px;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.ab002001-b .abbl .btn.prev {
    left: 0px;
}

.ab002001-b .abbl .btn.next {
    right: 0px;
}

.ab002001-b .abbl .btn.next:after {
    left: 20px;
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.aboutview {
    padding-bottom: 40px;
    line-height: 2;
    width: 94%;
    margin: auto;
    max-width: 1200px;
}

.about002004 {
    padding-bottom: 40px;
    line-height: 2;
    width: 94%;
    margin: 40px auto;
    max-width: 1200px;
    margin-bottom: 40px;
    border-bottom: 1px solid #e8e8e8;
    position: relative;
}

.about002004 .text .title {
    color: #454545;
    font-size: 36px;
    line-height: 1.4;
    margin-bottom: 10px;
}

.about002004 .text .demo {
    line-height: 2;
}

.about002004 .tu img {
    display: block;
    width: 100%;
}

.about002004 .tu {
    background-position: center;
    background-size: cover;
}

.about002004 .text {
    padding-bottom: 40px;
    position: relative;
}

.about002004 .text:after {
    background: #00bbb4;
    width: 48px;
    height: 5px;
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.newsbannerlist.b {
    width: 94%;
    max-width: 1200px;
    margin: auto;
    padding: 40px 0;
    height: auto !important;
    border-top: 1px solid #e8e8e8;
}

.newsbannerlist.b:after {
    content: "";
    display: block;
    height: 1px;
    width: 48px;
    background: #00bbb4;
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -24px;
}

.newsbannerlist.b .swiper-slide {
    height: 204px;
}

.newsbannerlist.b .btn {
    background: rgba(0, 115, 220, .8);
    width: 27px;
    height: 55px;
}

.newsbannerlist.b .btn:after {
    width: 10px;
    height: 10px;
    margin-top: -6px;
}

.newsbannerlist.b .btn.prev {
    left: 0px;
}

.newsbannerlist.b .btn.next {
    right: 0px;
}

.newsbannerlist.b .btn.next:after {
    margin-left: -9px;
}


/**/

.about002002 {
    padding-bottom: 90px;
    margin: 40px auto;
    width: 94%;
    max-width: 1200px;
}

.about002002 .swiper-slide {
    overflow: hidden;
    margin-bottom: -90px;
}

.about002002 .swiper-slide .bbt {
    font-size: 16px;
    color: #00bbb4;
    text-align: center;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
}

.about002002 .swiper-slide .bbt div {
    margin: auto;
    max-width: 300px;
}

.about002002 .swiper-slide .dian {
    line-height: 36px;
    height: 36px;
    position: relative;
    letter-spacing: 4px;
    margin: 15px 0 30px;
}

.about002002 .swiper-slide .dian span {
    letter-spacing: 0px;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 0px;
    z-index: 1;
    display: inline-block;
    font-size: 14px;
    padding: 0 20px;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.about002002 .swiper-slide .dian span a {
    display: inline-block;
    border: 1px solid #b2b2b2;
    border-radius: 18px;
    width: 110px;
    text-align: center;
}

.about002002 .swiper-slide .text {
    margin: 5% 3% 0%;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 5% 0 2%;
}

.about002002 .swiper-slide .text ul li {
    display: block;
    margin-bottom: 3%;
    padding-left: 83px;
    color: #666666;
    font-size: 13px;
    line-height: 1.6;
    position: relative;
}

.about002002 .swiper-slide .text ul li .bt {
    position: absolute;
    left: 0px;
    top: 0px;
    max-width: 80px;
}

.about002002 .swiper-slide .text ul li.close {
    display: none;
}

.about002002 .swiper-slide .href {
    height: 90px;
    line-height: 90px;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
    color: #00bbb4;
}

.about002002 .swiper-slide .href span {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 90px;
}

.about002002 .swiper-slide .href span:after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border: 1px solid #147edf;
    border-radius: 100%;
    position: absolute;
    margin: -7px;
    top: 50%;
    left: 50%;
}

.about002002 .swiper-slide .href span:before {
    content: "+";
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    position: absolute;
    margin: -6px;
    top: 50%;
    left: 50%;
    line-height: 12px;
}

.about002002 .btn {
    width: 45px;
    height: 90px;
    cursor: pointer;
    position: absolute;
    z-index: 11;
    bottom: 0px;
}

.about002002 .btn:after {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    border-top: 2px solid #ddd;
    border-right: 2px solid #ddd;
    top: 50%;
    margin-top: -17px;
    position: absolute;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 2px;
}

.about002002 .btn.prev:after {
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    left: 8px;
}

.about002002 .btn.prev {
    left: 0px;
}

.about002002 .btn.next {
    right: 0px;
}


/**/

.about002003 {
    width: 94%;
    max-width: 1200px;
    padding: 40px 0;
    margin: auto;
}

.about002003 ul:after {
    content: "";
    display: block;
    clear: both;
}

.about002003 ul li {
    display: block;
    position: relative;
    width: 23.2%;
    margin: 0 2.4% 2.4% 0;
    float: left;
}

.about002003 ul li:nth-child(4n) {
    margin-right: 0px;
}

.about002003 ul li img {
    display: block;
    width: 100%;
}

.about002003 ul li .tu {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background-position: center;
    background-size: cover;
    z-index: 1;
}

.about002003 ul li .tu.cai {
    z-index: 2;
    opacity: 0;
}

.about002003 ul li:hover .tu.hei {
    opacity: 0;
}

.about002003 ul li:hover .tu.cai {
    opacity: 1;
}

.honor-bottom {
    background-position: center;
    background-size: cover;
    line-height: 2;
    padding: 50px 0;
}

.honor-bottom .view {
    width: 94%;
    max-width: 1200px;
    margin: auto;
}

@media only screen and (min-width:750px) {
    .about002004 .tu img {
        display: none
    }
    .about002004 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row-reverse;
        -webkit-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-orient: horizontal;
        -ms-box-orient: horizontal;
        box-orient: horizontal;
    }
    .about002004 .tu {
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        -webkit-box-flex: 1;
    }
    .about002004 .text {
        min-height: 320px;
        width: 380px;
        padding-right: 20px;
    }
    @media only screen and (max-width:1024px) {
        .about002004 .text {
            width: 300px;
            padding-right: 20px;
            min-height: 260px
        }
        .honor-bottom {
            padding: 5% 0;
        }
    }
}

@media only screen and (max-width:800px) {
    .about002003 {
        padding: 7% 0 4%;
    }
    .about002003 ul li:nth-child(4n),
    .about002003 ul li {
        margin: 0 3.5% 3.5% 0;
        width: 31%;
    }
    .about002003 ul li:nth-child(3n) {
        margin-right: 0px;
    }
    .about002003 ul li .tu.cai {
        opacity: 1;
    }
    .newsbannerlist.b {
        padding: 4% 0;
    }
    .about002004 .text:after {
        height: 2px;
    }
    .about002004 .text {
        padding-bottom: 4%;
    }
    .about002004 .text .title {
        font-size: 28px;
    }
    .about002004 .tu {
        margin-bottom: 10px;
    }
    .ab002001-b .bbt {
        font-size: 36px;
    }
    .dan-view-main {
        padding: 5% 0;
    }
    .dan-view-main .bbt {
        font-size: 36px;
        margin-bottom: 5%;
    }
    .ab002001-b .abbl .swiper-wrapper .swiper-slide .tu img {
        height: 80px;
    }
    .about002004 {
        margin-bottom: 4%;
        padding-bottom: 4%;
        margin-top: 4%;
    }
}

@media only screen and (max-width:500px) {
    .newsbannerlist.b .btn {
        display: none;
    }
    .ab002001-b .abbl .swiper-wrapper .swiper-slide {
        padding: 5%;
    }
    .about002002 .swiper-slide {
        margin-right: 20px;
    }
    .about002002 .swiper-slide .text {
        margin: 4% 0 1%;
    }
    .about002003 ul li:nth-child(4n),
    .about002003 ul li:nth-child(3n),
    .about002003 ul li {
        margin: 0 3% 3% 0;
        width: 48.5%;
    }
    .about002003 ul li:nth-child(2n) {
        margin-right: 0px;
    }
}


/* 核心能力 */

.competence-main {
    background-position: center top;
}

.competence-main .content {
    padding: 1.08rem 0 1.2rem;
}

.competence-main .content .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.competence-main .content .item .l-img,
.competence-main .content .item .r-info {
    max-width: 50%;
}

.competence-main .content .item .r-info {
    max-width: 474px;
    width: 48%;
}

.competence-main .content .item .r-info .tit {
    font-size: 32px;
    color: #3a3a3a;
    line-height: 1.31;
    margin-bottom: 0.4rem;
}

.competence-main .content .item .r-info .demo {
    font-size: 18px;
    color: #777777;
    line-height: 1.55;
}

.competence-view {
    padding: 6% 0;
}

.competence-view .view {
    font-size: 18px;
    color: #777777;
    line-height: 1.55;
}


/* 关于我们 */

.about-main {
    padding: .9rem 0 0;
}

.about-main .ab-introduce {
    display: flex;
    justify-content: space-between;
    padding: 0 0 0.78rem;
}

.about-main .ab-introduce .left,
.about-main .ab-introduce .right {
    max-width: 531px;
    border-top: 1px solid #dddddd;
    max-width: 48%;
}

.about-main .ablw-title .tit {
    font-size: 32px;
    color: #3a3a3a;
    line-height: 1.37;
    margin-bottom: 0.38rem;
    max-width: 531px;
}

.about-main .ab-introduce .left {
    padding: 0.45rem 0 0;
}

.about-main .ab-introduce .left .demo {
    font-size: 16px;
    color: #777777;
    line-height: 1.75;
}

.about-main .ab-introduce .right {
    padding-top: 0.7rem;
}

.about-main .ab-introduce .right .gundong {
    display: flex;
    margin-bottom: 0.88rem;
}

.about-main .ab-introduce .right .gundong .item {
    padding: 0 0.3rem;
    position: relative;
}

.about-main .ab-introduce .right .gundong .item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #eeeeee;
}

.about-main .ab-introduce .right .gundong .item:nth-child(1) {
    padding-left: 0;
}

.about-main .ab-introduce .right .gundong .item:nth-child(1)::before {
    display: none;
}

.about-main .ab-introduce .right .gundong .item .ii {
    margin-bottom: 0.26rem;
}

.about-main .ab-introduce .right .gundong .item .tit {
    font-size: 48px;
    color: #575757;
    line-height: 1.25;
    display: flex;
    align-items: baseline;
}

.about-main .ab-introduce .right .gundong .item .tit .unitC {
    font-size: 18px;
}

.about-main .ab-introduce .right .gundong .item .tit .unitC i {
    font-style: normal;
    font-size: 48px;
    color: #575757;
    line-height: 1.25;
}

.about-main .ab-introduce .right .gundong .item .ww {
    font-size: 18px;
    color: #797979;
}

.about-main .ab-culture {
    padding: 0.46rem 0 1.34rem;
}

.about-main .ab-culture .ctitle {
    font-size: 32px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 1.3rem;
}

.about-main .ab-culture .ctab {
    display: flex;
}

.about-main .ab-culture .ctab .tab {
    flex: 1;
    text-align: center;
    position: relative;
}

.about-main .ab-culture .ctab .tab::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: rgba(255, 255, 255, .25);
}

.about-main .ab-culture .ctab .tab:nth-child(1):before {
    display: none;
}

.about-main .ab-culture .ctab .tab .icon {
    margin-bottom: 0.46rem;
}

.about-main .ab-culture .ctab .tab .tt {
    font-size: 24px;
    color: #ffffff;
}

.about-main .ab-culture .ctab .tab .word {
    font-size: 16px;
    color: #ffffff;
    padding: 0 3%;
}

.about-main .ab-honor {
    padding: 0.6rem 0;
}

.about-main .ab-honor .htitle {
    text-align: center;
    font-size: 32px;
    color: #3a3a3a;
    margin-bottom: 0.5rem;
}

.honor-swiper .swiper-slide .img {
    margin-bottom: 0.15rem;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.honor-swiper .swiper-slide:hover .img {
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, .1);
}

.honor-swiper .swiper-slide .tit {
    text-align: center;
    font-size: 16px;
    color: #3a3a3a;
}


/* 产品中心 */

.product-main {
    padding: 0.8rem 0 1.02rem;
}

.product-main .pro-title {
    font-size: 36px;
    color: #3a3a3a;
    line-height: 1.22;
    margin-bottom: 0.35rem;
}

.product-list .item {
    width: calc((100% - 0.89rem) / 3);
    margin-right: 0.44rem;
    margin-bottom: 0.44rem;
    display: block;
    border: 1px solid #dddddd;
}

.product-list .item:nth-child(3n+0) {
    margin-right: 0;
}

.product-list .item:hover {
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, .1);
}

.product-list .item .info {
    padding: 0.4rem 0.4rem 0.62rem;
}

.product-list .item .info .tit {
    font-size: 32px;
    color: #00bbb4;
    font-weight: bold;
    line-height: 1.1;
    margin-bottom: 0.15rem;
}

.product-list .item .info .demo {
    font-size: 16px;
    color: #666666;
    line-height: 1.62;
    margin-bottom: 0.15rem;
    height: 50px;
}

.product-list .item .info .arrow {
    position: relative;
    display: inline-block;
    width: 22px;
    height: 14px;
}

.product-list .item .info .arrow::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #dddddd;
    margin-top: -1px;
}

.product-list .item .info .arrow::after {
    content: '';
    position: absolute;
    right: 2px;
    top: 50%;
    width: 10px;
    height: 10px;
    border-style: solid;
    border-width: 2px;
    border-color: #dddddd #dddddd transparent transparent;
    transform: rotate(45deg);
    margin-top: -5px;
}

.product-list .item .img {
    height: 80px;
}

.product-list .item .img img {
    width: 100%;
    height: 100%;
}


/* 产品详情 */

.provbanner {
    height: 410px;
}

.provbanner .prov-top {
    display: flex;
    transform: translateY(0.78rem);
    -webkit-transform: translateY(0.78rem);
    -moz-transform: translateY(0.78rem);
    -ms-transform: translateY(0.78rem);
    -o-transform: translateY(0.78rem);
}

.provbanner .prov-top .l-title {
    width: 5rem;
    padding-top: 0.75rem;
}

.provbanner .prov-top .l-title .tit {
    font-size: 48px;
    color: #0f2e2d;
    font-weight: bold;
    line-height: 1.1;
    margin-bottom: 0.5rem;
}

.provbanner .prov-top .l-title .btn {
    display: inline-block;
    width: 110px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background-color: #00bbb4;
    font-size: 14px;
    color: #ffffff;
    font-weight: bold;
}

.provbanner .prov-top .r-imgs {
    flex: 1;
    width: calc(100% - 5rem);
}

.productv-main {
    padding: 1.12rem 0 1.36rem;
}

.productv-main .view {
    font-size: 16px;
    color: #666666;
    line-height: 2.25;
    margin-bottom: 0.9rem;
}

.productv-main .btntab .tab {
    width: calc((100% - 0.23rem) / 2);
    margin-right: 0.22rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #dff1f2;
    height: 140px;
    padding: 0 0.38rem;
    position: relative;
}

.productv-main .btntab .tab:nth-child(2n+0) {
    margin-right: 0;
}

.productv-main .btntab .tab .icon {
    background-repeat: no-repeat;
    background-position: right center;
    position: absolute;
    right: 0.5rem;
    top: 0;
    width: 70px;
    height: 100%;
}

.productv-main .btntab .tab.yf .icon {
    background-image: url(../images/icon_01.png);
}

.productv-main .btntab .tab.yy .icon {
    background-image: url(../images/icon_02.png);
}

.productv-main .btntab .tab .tt {
    font-size: 24px;
    color: #212121;
    margin-bottom: 0.12rem;
}

.productv-main .btntab .tab .arr {
    position: relative;
    width: 210px;
}

.productv-main .btntab .tab .arr::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 2px;
    background-color: #1e2020;
}

.productv-main .btntab .tab .arr::after {
    content: '';
    position: absolute;
    right: 4px;
    top: 0;
    width: 2px;
    height: 16px;
    background-color: #1e2020;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    margin-top: -12px;
}


/* 响应 */

@media only screen and (min-width: 1921px) {
    /* html {
        zoom: 1.33;
    } */
    .layui-layer-photos {
        top: 50%!important;
        left: 50%!important;
        transform: translate(-50%, -50%)!important;
        -webkit-transform: translate(-50%, -50%)!important;
        -moz-transform: translate(-50%, -50%)!important;
        -ms-transform: translate(-50%, -50%)!important;
        -o-transform: translate(-50%, -50%)!important;
    }
    .banner .my-swiper .swiper-slide a .inb-title .btit {
        font-size: 60px;
    }
    .inabout {
        height: 600px;
    }
    .about-main {
        padding: 90px 0 0;
    }
    .about-main .ab-introduce .right .gundong {
        margin-bottom: 88px;
    }
    .about-main .ab-introduce .right .gundong .item {
        padding: 0 30px;
    }
    .about-main .ab-culture .ctitle {
        margin-bottom: 130px;
    }
    .about-main .ab-culture {
        padding: 46px 0 134px;
    }
    .about-main .ab-honor .htitle {
        margin-bottom: 50px;
    }
    .product-main {
        padding: 80px 0 102px;
    }
    .product-list .item .info {
        padding: 40px 40px 62px;
    }
    .provbanner .prov-top .l-title {
        width: 500px;
        padding-top: 75px;
    }
    .provbanner .prov-top .l-title .tit {
        margin-bottom: 50px;
    }
    .productv-main {
        padding: 112px 0 136px;
    }
    .productv-main .view {
        margin-bottom: 90px;
    }
    .allbg-box .box .btit {
        font-size: 48px;
    }
    .inabout .l-about .gundong {
        top: 98px;
    }
}

@media only screen and (max-width: 1440px) {
    .about-main .ablw-title .tit,
    .about-main .ab-honor .htitle,
    .about-main .ab-culture .ctitle {
        font-size: 30px;
    }
    .about-main .ab-introduce .right .gundong .item .tit,
    .about-main .ab-introduce .right .gundong .item .tit .unitC i {
        font-size: 42px;
    }
    .product-list .item .info .tit {
        font-size: 30px;
    }
    .product-main .pro-title {
        font-size: 32px;
    }
    .provbanner .prov-top .l-title .tit {
        font-size: 44px;
    }
    .provbanner {
        height: 360px;
    }
}

@media only screen and (max-width: 1280px) {
    .competence-main .content .item .r-info .tit {
        font-size: 30px;
    }
    .competence-main .content .item .r-info .demo {
        font-size: 16px;
    }
    .inmain-content .intwo-div .item .info .tit,
    .inproduct .inpro-tit .tit,
    .inabout .bitem .abtitle .tit,
    .innews .l-title .abtitle .tit {
        font-size: 32px;
    }
    .inpro-swiper .swiper-slide .item .info .tit {
        font-size: 20px;
    }
    .inpro-swiper .swiper-slide .item .info .desc {
        font-size: 12px;
        line-height: 1.4;
    }
    .inabout .l-about .gundong .item .tit,
    .inabout .l-about .gundong .item .unitC i {
        font-size: 40px;
    }
    .inabout .l-about .gundong .item .ww {
        font-size: 20px;
    }
    .about-main .ablw-title .tit,
    .about-main .ab-honor .htitle,
    .about-main .ab-culture .ctitle {
        font-size: 28px;
    }
    .about-main .ab-introduce .right .gundong .item .tit,
    .about-main .ab-introduce .right .gundong .item .tit .unitC i {
        font-size: 38px;
    }
    .product-list .item .info .tit {
        font-size: 28px;
    }
    .product-main .pro-title {
        font-size: 30px;
    }
    .provbanner .prov-top .l-title .tit {
        font-size: 40px;
    }
    .hy-main .hy-down .item .bbt {
        font-size: 32px;
    }
    .pro-tj dl dt .right .info .text .bt {
        font-size: 30px;
    }
    .pro-tj dl .a .text .bt {
        font-size: 20px;
    }
}

@media only screen and (max-width: 1025px) {
    .competence-main .content .item {
        display: block;
    }
    .competence-main .content .item .l-img,
    .competence-main .content .item .r-info {
        max-width: 100%;
        width: 100%;
    }
    .competence-main .content .item .l-img {
        margin-bottom: 3%;
        text-align: center;
    }
    .competence-main .content .item .r-info .tit {
        font-size: 26px;
    }
    .competence-main .content .item .r-info .demo {
        font-size: 14px;
    }
    .inmain-content .intwo-div {
        display: block;
    }
    .inmain-content .intwo-div .item {
        width: 100%;
        padding: 0;
        margin-bottom: 2px;
    }
    .inmain-content .intwo-div .item .info .tit,
    .inproduct .inpro-tit .tit,
    .inabout .bitem .abtitle .tit,
    .innews .l-title .abtitle .tit {
        font-size: 28px;
    }
    .inpro-swiper {
        margin-bottom: 0;
    }
    .inabout .l-about .gundong .item .tit,
    .inabout .l-about .gundong .item .unitC i,
    .inabout .l-about .gundong .item .unitC i {
        font-size: 36px;
    }
    .inabout .l-about .gundong .item .ww {
        font-size: 16px;
    }
    .about-main .ablw-title .tit,
    .about-main .ab-honor .htitle,
    .about-main .ab-culture .ctitle {
        max-width: 100%;
        font-size: 24px;
    }
    .about-main .ab-introduce {
        display: block;
    }
    .about-main .ab-introduce .left,
    .about-main .ab-introduce .right {
        max-width: 100%;
    }
    .about-main .ab-introduce .right {
        text-align: center;
    }
    .about-main .ab-introduce .right .gundong {
        justify-content: center;
    }
    .about-main .ab-introduce .right .gundong .item:nth-child(1) {
        padding: 0 0.3rem;
    }
    .about-main .ab-introduce .right .gundong .item .tit,
    .about-main .ab-introduce .right .gundong .item .tit .unitC i {
        font-size: 32px;
    }
    .about-main .ab-culture .ctab .tab .tt {
        font-size: 20px;
    }
    .product-list .item .info .tit {
        font-size: 24px;
    }
    .product-main .pro-title {
        font-size: 26px;
    }
    .provbanner {
        height: 290px;
    }
    .provbanner .prov-top .l-title .tit {
        font-size: 36px;
    }
    .hy-main .hy-down .item .bbt {
        font-size: 28px;
    }
    .pro-tj dl dt .right .info .text .bt {
        font-size: 26px;
    }
}

@media only screen and (max-width: 769px) {
    .inabout {
        display: block;
        height: 100%;
    }
    .inabout .l-about,
    .inabout .r-core {
        display: block;
        width: 100%;
        height: 100%;
        height: 240px;
    }
    .inabout .r-core {
        margin-left: 0;
        margin-top: 6px;
    }
    .inabout .l-about .gundong {
        top: 24px;
    }
    .inabout .l-about .gundong .item .tit,
    .inabout .l-about .gundong .item .unitC i {
        font-size: 32px;
    }
    .inabout .l-about .gundong .item .ww {
        font-size: 14px;
    }
    .inmain-content .intwo-div .item .info .tit,
    .inproduct .inpro-tit .tit,
    .inabout .bitem .abtitle .tit,
    .innews .l-title .abtitle .tit {
        font-size: 24px;
    }
    .innews {
        display: block;
    }
    .innews .l-title,
    .innews .r-list {
        width: 100%;
    }
    .innews .l-title {
        margin-bottom: 20px;
    }
    .product-list .item {
        width: calc((100% - 21px) / 2);
        margin-right: 20px;
        margin-bottom: 20px;
    }
    .product-list .item:nth-child(3n+0) {
        margin-right: 20px;
    }
    .product-list .item:nth-child(2n+0) {
        margin-right: 0;
    }
    .product-list .item .info .tit {
        font-size: 22px;
    }
    .product-list .item .info .demo {
        font-size: 14px;
        height: 46px;
    }
    .provbanner {
        height: auto;
    }
    .provbanner .prov-top {
        flex-direction: column-reverse;
    }
    .provbanner .prov-top .l-title,
    .provbanner .prov-top .r-imgs {
        width: 100%;
    }
    .provbanner .prov-top .l-title .tit {
        font-size: 32px;
    }
    .provbanner .prov-top .l-title .btn {
        height: 45px;
        line-height: 45px;
    }
    .productv-main .btntab .tab {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
        height: 120px;
    }
    .pro-tj dl dt .ttext .box {
        font-size: 26px;
    }
    .pro-tj dl dt .right .info .text .bt {
        font-size: 22px;
    }
    .pro-tj dl .a .text .bt {
        font-size: 16px;
    }
}

@media only screen and (max-width: 641px) {
    .competence-main .content .item .r-info .tit {
        font-size: 22px;
    }
    .about-main .ab-introduce .right .gundong .item {
        flex: 1;
    }
    .about-main .ab-introduce .right .gundong .item .tit,
    .about-main .ab-introduce .right .gundong .item .tit .unitC i {
        justify-content: center;
        font-size: 28px;
    }
    .about-main .ab-introduce .right .gundong .item .ww {
        font-size: 16px;
    }
    .about-main .ab-culture .ctab {
        display: block;
    }
    .about-main .ab-culture .ctab .tab::before {
        display: none;
    }
    .about-main .ab-culture .ctab .tab {
        margin-bottom: 30px;
    }
    .about-main .ab-culture .ctab .tab .word {
        font-size: 14px;
    }
    .about-main .ablw-title .tit {
        font-size: 20px;
    }
    .provbanner .prov-top .l-title .tit {
        font-size: 28px;
        margin-bottom: 15px;
    }
    .provbanner .prov-top .l-title .btn {
        width: 90px;
        height: 40px;
        line-height: 40px;
    }
    .hy-main .hy-up .right .title .text {
        font-size: 30px;
    }
    .hy-main .hy-down .item .bbt {
        font-size: 24px;
    }
    .pro-tj dl dt .ttext .box {
        font-size: 22px;
    }
}

@media only screen and (max-width: 601px) {
    .header .chosebox {
        margin-left: 10px;
        width: 82px;
    }
    .innews-swiper .swiper-slide .item {
        display: block;
    }
    .innews-swiper .swiper-slide .item .img {
        width: 100%;
        margin-bottom: 2%;
    }
    .innews-swiper .swiper-slide .item .info {
        margin: 0;
    }
    .banner .my-swiper .swiper-slide a .inb-title .btit {
        font-size: 28px;
    }
    .about-main .ab-culture {
        padding: 4% 0 6%;
    }
    .inmain-content .intwo-div .item .info .more {
        width: 135px;
        height: 42px;
        line-height: 42px;
    }
    .product-list .item {
        width: 100%;
        margin-right: 0;
    }
    .product-list .item:nth-child(3n+0) {
        margin-right: 0;
    }
    .productv-main .btntab .tab {
        height: 90px;
    }
    .productv-main .btntab .tab .tt {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .productv-main .btntab .tab .arr {
        width: 180px;
    }
}

@media only screen and (max-width: 415px) {
    .inabout .l-about .gundong .item .tit,
    .inabout .l-about .gundong .item .unitC i {
        font-size: 28px;
    }
    .banner .my-swiper .swiper-slide a .inb-title {
        text-align: center;
    }
    .inabout .l-about .gundong {
        width: 100%;
        right: 0;
    }
    .inabout .l-about .gundong .item {
        padding: 0 5px;
    }
    .productv-main .btntab .tab .arr {
        width: 160px;
    }
    .inmain-content .intwo-div .item .info .desc,
    .inpro-swiper .swiper-slide .item .info .desc {
        display: none;
    }
    .inmain-content .intwo-div .item .info .tit {
        margin-bottom: 20px;
    }
}