* {
    margin: 0;
    padding: 0;
}

html,
body {
    font: 12px/12px 'MicrosoftYaHei', 'Verdana', arial;
    width: 100%;
}

img {
    vertical-align: top;
    max-width: 100%;
    object-fit: cover;
}

del,
ins,
u,
s,
a,
a:hover {
    text-decoration: none;
}

html,
body,
fieldset,
img,
iframe,
abbr {
    border: 0;
}

a,
button {
    cursor: pointer;
    color: #333;
}

li {
    list-style: none;
}

input {
    outline: none;
}

@font-face {
    font-family: tonjay;
    src: url(../../Public/font/hinted-7347120aa03bd2fd653113b5efb69393.woff) format("woff"), url(../../Public/font/hinted-7347120aa03bd2fd653113b5efb69393.woff2) format("woff2");
}

html,
body {
    background: #fff;
    overflow: hidden;
    overflow-y: auto;
}

.maxW {
    max-width: 1200px;
    margin: auto;
}

.clear:after {
    content: "";
    height: 0;
    clear: both;
    overflow: hidden;
    display: block;
}

.clear {
    *zoom: 1;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.box {
    display: inline-block;
    vertical-align: top;
}

.head-c {
    padding: 20px;
    background: #fff;
    position: relative;
}

.head-c>a {
    width: 200px;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
}

.head-c>a img {
    width: 100%;
}

.head-c .logo-q {
    display: none;
}

.head-c .head-r .head-r-search {
    width: 260px;
    position: relative;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
}

.head-c .head-r .head-r-search input {
    color: #000;
    height: 40px;
    width: 95%;
    line-height: 40px;
    padding-left: 5%;
    border-radius: 4px;
    border: 1px solid #000;
    background: none;
}

.head-c .head-r .head-r-search input:focus {
    border-color: #2eb1e7;
}

.head-c .head-r .head-r-search input::-webkit-input-placeholder {
    color: #000;
}

.head-c .head-r .head-r-search input::-moz-placeholder {
    color: #000;
}

.head-c .head-r .head-r-search input:-ms-input-placeholder {
    color: #000;
}

.head-c .head-r .head-r-search button {
    color: #fff;
    width: 45px;
    height: 100%;
    border: 0;
    outline: none;
    position: absolute;
    top: 1px;
    right: -1px;
    cursor: pointer;
    font-size: 0;
    overflow: hidden;
    background: url("../../Public/imges/3.png") 12px 8px no-repeat;
}

.head-c .head-r .head-c-txt {
    font-size: 0;
    vertical-align: middle;
    margin-right: 20px;
}

.head-c .head-r .head-c-txt a {
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
    border: 1px solid #fff;
    border-radius: 4px;
    overflow: hidden;
    padding: 3px;
    background: #9f9f9f;
}

.head-c .head-r .head-c-txt .en {
    color: #fff;
    margin-left: 10px;
}

.head-c .head-r .head-c-txt .cn {
    color: #000;
    background: #2eb1e7;
    border-color: #2eb1e7;
    margin-left: 10px;
}

.head-c .head-muam {
    display: none;
    position: absolute;
    right: 10px;
    top: 4px;
    outline: none;
    border: 0;
    width: 32px;
    height: 32px;
    background: url("../../Public/imges/list.png") no-repeat;
}

.head-home {
    background: #000000;
}

.head-home .logo-h {
    display: none;
}

.head-home .logo-q {
    display: block;
}

.head-home .head-r .head-r-search input {
    color: #fff;
    border-color: #fff;
}

.head-home .head-r .head-r-search input::-webkit-input-placeholder {
    color: #fff;
}

.head-home .head-r .head-r-search input::-moz-placeholder {
    color: #fff;
}

.head-home .head-r .head-r-search input:-ms-input-placeholder {
    color: #fff;
}

.head-menu {
    background: #000000;
    border-top: 4px solid #2eb1e7;
}

.head-menu .head-r .head-r-search input {
    border: 1px solid #fff;
    background: none;
}

.head-menu .head-r .head-r-search input:focus {
    border-color: #2eb1e7;
}

.head-menu-ls>li {
    float: left;
    width: 14.2857142857%;
    position: relative;
}

.head-menu-ls>li>a {
    text-align: center;
    color: #fff;
    display: block;
    height: 40px;
    line-height: 40px;
    font-weight: bold;
    font-size: 16px;
    width: 100%;
    border-radius: 0 0 6px 6px;
    overflow: hidden;
}

.head-menu-ls>li>a:hover {
    background: #2eb1e7;
}

.head-menu-ls>li .active {
    color: #fff;
    background: #2eb1e7;
}

.head-menu-ls>li .active:hover {
    color: #fff;
}

.head-menu-ls .level {
    background: #0e282a;
    padding-bottom: 20px;
    border-radius: 0 0 10px 10px;
    display: none;
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    z-index: 3;
}

.head-menu-ls .level a {
    font-size: 14px;
    color: #FFF;
    display: block;
    text-align: center;
    line-height: 36px;
    height: 36px;
    border-bottom: 1px solid #2eb1e7;
}

.head-menu-ls .level a:hover {
    background: #2eb1e7;
}

.head {
  position: relative;
  top: 0; }

.fixdTop {
  padding-top: 156px; }
  .fixdTop .head {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    transition: all .3s; }

/* ******************************* */
.d-device {
    position: relative;
}

.d-device .arrow-left-btn {
    background: url("../../Public/imges/arrows.png") no-repeat left top;
    position: absolute;
    left: 0;
    top: 45%;
    margin-top: -20px;
    width: 24px;
    height: 80px;
    z-index: 3;
    display: block;
    left: 0;
    border-radius: 0 6px 6px 0;
}

.d-device .arrow-right-btn {
    background: url("../../Public/imges/arrows.png") no-repeat left bottom;
    position: absolute;
    right: 0;
    top: 45%;
    margin-top: -20px;
    width: 24px;
    height: 80px;
    z-index: 3;
    display: block;
    right: 0;
    border-radius: 6px 0 0 6px;
}

.slider {
    width: 100%;
    height: 540px;
    overflow: hidden;
    position: relative;
}

.slider .swiper-container {
    height: 100%;
}

.slider .swiper-wrapper {
    height: 100%;
}

.slider .swiper-slide {
    //display: flex;
    justify-content: center;
    align-items: center;
}

.slider .swiper-slide img {
    width: 100%;
}

.slider .pagination {
    position: absolute;
    left: 0;
    text-align: center;
    bottom: 5px;
    width: 100%;
    z-index: 3;
    text-align: center;
}

.slider .pagination span {
    display: inline-block;
    vertical-align: top;
    width: 20px;
    height: 3px;
    background: #2eb1e7;
    margin-right: 10px;
}

.slider .swiper-pagination-switch {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #999;
    box-shadow: 0px 1px 2px #555 inset;
    margin: 0 3px;
    cursor: pointer;
}

.slider .swiper-active-switch {
    background: #fff;
}

.slider .slider-pagination {
    font-size: 0;
}

.slider .slider-pagination span {
    display: inline-block;
    vertical-align: middle;
    width: 100px;
    height: 60px;
    border-radius: 6px;
    overflow: hidden;
}

.slider .slider-pagination span img {
    width: 100%;
    height: 100%;
}

.slider .slider-pagination .swiper-active-switch {
    width: 120px;
    height: 80px;
}

.home-slider {
    height: 1080px;
}

.home-slider .slider-jswbox {
    position: absolute;
    bottom: 160px;
    left: 0;
    width: 100%;
    z-index: 3
}


#jswbox {
    width: 900px;
    height: 100px;
    margin: 0 auto;
    position: relative;
}

#jswbox ul {
    height: 100%;
    position: relative;
}

#jswbox li {
    position: absolute;
    width: 0;
    height: 0;
    z-index: 0;
    cursor: pointer;
    overflow: hidden;
    top: 152px;
    left: 10px;
    border: 1px solid #0000;
    border-radius: 10px;
    overflow: hidden;
}

#jswbox li img {
    width: 100%;
    height: 100%;
    vertical-align: top;
    float: left;
}

#jswbox .addHightLight {
    border-color: #2eb1e7 !important;
}

#jswbox pre {
    display: none;
}

/* ******************************** */
.slot {
    padding: 15px 0;
    box-shadow: 0 2px 8px 0 rgba(7, 17, 27, 0.06);
    color: #666666;
}

.slot a {
    color: #666666;
    font-size: 14px;
}

.slot a i {
    padding-right: 10px;
}

.slot a:hover {
    color: #283b59;
}

.slot img {
    width: 12px;
    margin: 0 5px;
}

/* *************************************** */
.right-column {
    position: fixed;
    right: 25px;
    bottom: 10%;
    z-index: 2;
}

.right-column button {
    display: block;
    color: #fff;
    border-radius: 5px;
    background: #283b59;
    border: 0;
    padding: 30px;
    outline: none;
    margin-bottom: 20px;
}

.right-column .top {
    display: none;
    background: #283b59 url("../../Public/imges/top.png") 15px 15px no-repeat;
}

.right-column .top:hover {
    background-color: #ccc;
}

.right-column .feedback {
    background: #283b59 url("../../Public/imges/edit.png") 15px 15px no-repeat;
}

.right-column .right-code {
    display: none;
    position: absolute;
    right: 0;
    top: -300px;
    padding: 30px 20px 20px;
    width: 230px;
    background-color: #283b59;
}

.right-column .right-code i {
    position: absolute;
    right: 4px;
    top: 4px;
    display: block;
    width: 20px;
    height: 20px;
    background-size: cover;
    background: url("../../Public/imges/del.png");
}

.right-column .right-code img {
    width: 100%;
    margin-bottom: 20px;
}

.right-column .right-code p {
    color: #FFFFFF;
    line-height: 20px;
}

/* **************************************** */
.foolter {
    background: #e6eaed;
    padding: 30px 0 30px;
    box-shadow: inset 1px 0px 2px 0px rgba(0, 0, 0, 0.48);
}

.foolter .foolter-l-url {
    padding-top: 20px;
}

.foolter .foolter-l-url a {
    font-size: 14px;
    color: #000;
    margin: 0 5px;
}

.foolter .foolter-l-url a:hover {
    color: #283b59;
}

.foolter .foolter-r {
    font-size: 14px;
    font-family: "Microsoft YaHei";
}

.foolter .foolter-r p {
    padding-top: 20px;
    text-align: right;
}

.foolter .foolter-r a {
    font-size: 14px;
    color: #000;
    margin: 0 5px;
}

.foolter .foolter-r a:hover {
    color: #283b59;
}

/* ******************************************** */
.m-header {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 11;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}

.m-header a {
    color: #666666;
}

.m-header .x-btn {
    width: 25px;
    height: 25px;
    text-align: right;
    right: 300px;
    top: 5px;
    color: white;
    font-size: 2rem;
    position: absolute;
    cursor: pointer;
}

.m-header .x-btn img {
    width: 100%;
    height: 100%;
}

.m-header .show-ul {
    right: 0px !important;
}

.m-header .hide-ul {
    right: -280px !important;
}

.m-header .own-child {
    background: url("/images/592257d2d4c32.png") no-repeat 240px/auto 20px;
    background-color: white;
}

.m-header .mul-lv1 {
    width: 280px;
    height: 100%;
    right: -280px;
    position: absolute;
    background-color: white;
}

.m-header ul {
    transition: 0.3s;
    right: -280px;
    color: #666666;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}

.m-header .mul-lv1 {
    list-style: none;
    padding-left: 10px;
}

.m-header .mul-lv2 {
    list-style: none;
    padding-left: 10px;
}

.m-header .mul-lv3 {
    list-style: none;
    padding-left: 10px;
}

.m-header .mul-lv4 {
    list-style: none;
    padding-left: 10px;
}

.m-header .mul-lv1 a {
    width: 100%;
    line-height: 1.4;
    font-size: 18px;
    text-decoration: none;
    vertical-align: middle;
    display: inline-block;
}

.m-header .mul-lv1 .mli-lv1 {
    height: 51px;
    line-height: 51px;
    padding-bottom: 2px;
    border-bottom-color: #eeeeee;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.m-header .mul-lv2 .mli-lv2 {
    height: 51px;
    line-height: 51px;
    padding-bottom: 2px;
    border-bottom-color: #eeeeee;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.m-header .mul-lv3 .mli-lv3 {
    height: 51px;
    line-height: 51px;
    padding-bottom: 2px;
    border-bottom-color: #eeeeee;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.m-header .mul-lv4 .mli-lv4 {
    height: 51px;
    line-height: 51px;
    padding-bottom: 2px;
    border-bottom-color: #eeeeee;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.m-header .mul-lv2 {
    top: 0px;
    width: 280px;
    height: 100%;
    right: -290px;
    position: absolute;
    z-index: 2;
    background-color: white;
}

.m-header .mul-lv3 {
    top: 0px;
    width: 280px;
    height: 100%;
    right: -290px;
    position: absolute;
    z-index: 2;
    background-color: white;
}

.m-header .mul-lv4 {
    top: 0px;
    width: 280px;
    height: 100%;
    right: -290px;
    position: absolute;
    z-index: 2;
    background-color: white;
}

.m-header .up-lv {
    cursor: pointer;
    background-color: #506171;
}

.m-header .up-lv::before {
    background: url("/images/5922580533d4b.png?_t=1511771617000") no-repeat center/90% #506171;
    width: 40px;
    height: 55px;
    margin-right: 5px;
    margin-left: -10px;
    vertical-align: middle;
    display: inline-block;
    content: "";
}

.m-header .up-lv a {
    width: auto;
    color: white;
}

/* ******************************************** */
.home-list {
    padding-bottom: 60px;
}

.home-list .home-list-slot {
    max-height: 450px;
    overflow: hidden;
}

.home-list .news-swiper {
    height: 312px;
    overflow: hidden;
}

.home-list .home-list-title {
    text-align: center;
    margin-bottom: 30px;
}

.home-list .home-list-title h1 {
    color: #333333;
    font-size: 35px;
    line-height: 38px;
    padding: 20px 0 10px;
}

.home-list .home-list-title>p {
    color: #818181;
}

.home-list .home-list-title .home-list-top {
    margin-top: 30px;
}

.home-list .home-list-title .home-list-nav {
    background: #fff;
    display: inline-block;
    vertical-align: top;
    height: 45px;
    border: 1px solid #cbcbcb;
    border-radius: 35px;
    padding: 0 17.5px;
    background: #fff;
    margin: auto;
    font-size: 0;
    padding: 0 30px;
}

.home-list .home-list-title .home-list-nav>a,
.home-list .home-list-title .home-list-nav>span {
    width: 95px;
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    line-height: 45px;
    font-size: 16px;
    cursor: pointer;
}

.home-list .home-list-title .home-list-nav .active {
    color: #fff;
    background: #283b59;
}

.home-list .home-product a {
    display: block;
    float: left;
    width: 32.5%;
    height: 147px;
    text-align: center;
    background: #283b59;
    margin: 0.4166666667%;
    overflow: hidden;
    position: relative;
        box-shadow: 0px 0px 4px #CFCFCF;
    /*box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1)*/;
    border-radius: 3px;
    transition: all .7s ease 0s;
        box-shadow: 0px 0px 4px #CFCFCF;
}

.home-list .home-product a img {
    margin: 15px 0;
    -moz-transition: all .35s ease-in;
    -webkit-transition: all .35s ease-in;
    -o-transition: all .35s ease-in;
    transition: all .35s ease-in;
}

.home-list .home-product a p {
    line-height: normal;
    font-size: 16px;
    color: #fff;
    -moz-transition: all .35s ease-in;
    -webkit-transition: all .35s ease-in;
    -o-transition: all .35s ease-in;
    transition: all .35s ease-in;
}

.home-list .home-product a:hover {
    -moz-transition: all .35s ease-in;
    -webkit-transition: all .35s ease-in;
    -o-transition: all .35s ease-in;
    transition: all .35s ease-in;
    box-shadow: 0 2px 8px 0 rgba(7, 17, 27, 0.06);
}

.home-list .home-product a:hover img {
    transform: scale(1.2);
}

.home-list .home-product a:hover p {
    transform: scale(0.95);
}

.home-list .home-mp a:nth-of-type(1) {
    background-color: #4399eb;
}

.home-list .home-mp a:nth-of-type(2) {
    background-color: #85c338;
}

.home-list .home-mp a:nth-of-type(3) {
    background-color: #f5b448;
}

.home-list .home-mp a:nth-of-type(4) {
    background-color: #c270cd;
}

.home-list .home-mp a:nth-of-type(5) {
    background-color: #2ebad8;
}

.home-list .home-mp a:nth-of-type(6) {
    background-color: #937bf9;
}

.home-list .home-video a {
    height: 215px;
}

.home-list .home-video a img {
    margin: 0;
    width: 100%;
    height: 100%;
}

.home-list .home-video a:hover {
    -moz-transition: all .35s ease-in;
    -webkit-transition: all .35s ease-in;
    -o-transition: all .35s ease-in;
    transition: all .35s ease-in;
}

.home-list .home-video a:hover .home-video-txt {
    top: 0;
}

.home-list .home-video a:hover img {
    transform: scale(0.95);
}

.home-list .home-video .home-video-txt {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 77%;
    left: 0;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all .7s ease 0s;
    -moz-transition: all .7s ease 0s;
    transition: all .7s ease 0s;
    background: url("../../Public/imges/bg_05.png");
}

.home-list .home-video .home-video-txt i {
    display: inline-block;
    vertical-align: top;
    width: 1px;
    height: 80px;
    background: #2eb1e7;
    margin: 15px 0;
}

.home-list .home-video .home-video-txt div {
    font-size: 14px;
}

.home-list .home-video .home-video-txt p {
    padding-top: 20px;
}

.home-list .home-video .home-video-txt:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 6px;
    background: #2eb1e7;
}

.home-list .home-news a {
    height: auto;
    width: 24.1666666667%;
    -moz-transition: all .35s ease-in;
    -webkit-transition: all .35s ease-in;
    -o-transition: all .35s ease-in;
    transition: all .35s ease-in;
    background-color: #fff;
}

.home-list .home-news a img {
    margin: 0;
    height: 200px;
    width: 100%;
    overflow: hidden;
        object-fit: contain;
}

.home-list .home-news a p {
    color: #000000;
    text-align: left;
    font-size: 16px;
    line-height: 20px;
    height: 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 20px;
}

.home-list .home-news a div {
    text-align: left;
    padding: 0 20px 20px;
}

.home-list .home-news a:hover {
    background: #2eb1e7;
    -moz-transition: all .35s ease-in;
    -webkit-transition: all .35s ease-in;
    -o-transition: all .35s ease-in;
    transition: all .35s ease-in;
}

.home-list .home-news a:hover p,
.home-list .home-news a:hover div {
    color: #fff;
}

.home-list .home-news a:hover img {
    transform: scale(0.95);
}

.about-us {
    padding-top: 20px;
}

.about-us .introduction p {
    font-size: 14px;
    line-height: 2;
    padding: 3px 0;
}

.about-us .introduction p img {
    margin: 0 5px;
}

.about-us .about-ulr {
    background: #f3f3f3;
}

.about-us .about-gs {
    margin: 40px auto 0;
}

.about-us .about-gs>a {
    display: block;
    float: left;
    text-align: center;
    width: 33.3333333333%;
    padding: 5% 0;
    position: relative;
    transition: all .3s;
}

.about-us .about-gs>a p {
    color: #333;
    font-size: 16px;
    padding-top: 20px;
}

.about-us .about-gs>a:after {
    content: "";
    display: block;
    width: 1px;
    height: 60%;
    background: #ddd;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.about-us .about-gs>a:hover {
    background: #2eb1e7;
}

.about-us .about-gs>a:hover p {
    color: #fff;
}

.about-us .about-gs>a:last-of-type:after {
    display: none;
}

.product {
    padding: 20px 0 60px;
}

.product>h1 {
    text-align: center;
    font-size: 36px;
    line-height: normal;
    padding: 20px 0 40px 0;
}

.product .product-l {
    width: 75%;
}

.product .product-l a {
    display: block;
    width: 32.2222222222%;
    height: 235px;
    overflow: hidden;
    position: relative;
    background: #fff;
    margin: 0 1.1111111111% 1.1111111111% 0;
    /*box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1)*/;
    -moz-transition: all .35s ease-in;
    -webkit-transition: all .35s ease-in;
    -o-transition: all .35s ease-in;
    transition: all .35s ease-in;
        box-shadow: 0px 0px 4px #CFCFCF;
}

.product .product-l a div {
    height: 205px;
    overflow: hidden;
}

.product .product-l a p {
    color: #fff;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #283b59;
    -moz-transition: all .35s ease-in;
    -webkit-transition: all .35s ease-in;
    -o-transition: all .35s ease-in;
    transition: all .35s ease-in;
}

.product .product-l a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    -moz-transition: all .5s ease-in;
    -webkit-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    transition: all .5s ease-in;
    object-fit: contain;
}

.product .product-l a .product-hv {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 18px;
    color: #fff;
    z-index: 3;
    top: 0;
    left: 0;
    transform: scale(0) rotate(30deg);
    line-height: 205px;
    background: rgba(0, 0, 0, 0.5);
    -moz-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.product .product-l a:hover {
    box-shadow: 0 2px 8px 0 rgba(7, 17, 27, 0.06);
}

.product .product-l a:hover p {
    background: #2eb1e7;
    color: #fff;
}

.product .product-l a:hover img {
    transform: scale(0.9);
}

.product .product-l a:hover .product-hv {
    transform: scale(1) rotate(360deg);
}

.product .product-r {
    width: 20.8333333333%;
}

.product .product-r h1 {
    font-size: 20px;
    line-height: normal;
    padding: 15px 0;
    color: #5e5e5f;
}

.product .product-r h1 i {
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    margin-left: 5px;
}

.product .product-r .product-r-search {
    position: relative;
}

.product .product-r .product-r-search input {
    border: 1px solid #000;
    height: 40px;
    line-height: 40px;
    width: 100%;
    text-indent: 12px;
    border-radius: 4px;
}

.product .product-r .product-r-search input:focus {
    border-color: #2eb1e7;
}

.product .product-r .product-r-search button {
    position: absolute;
    top: 1px;
    right: -1px;
    width: 45px;
    height: 40px;
    line-height: 40px;
    outline: none;
    text-align: center;
    color: #fff;
    border: none;
    font-size: 0;
    border-radius: 0 4px 4px 0;
    background: url("../../Public/imges/3.png") 10px 8px no-repeat;
}

.product .product-r .product-r-muan {
    background: #fff;
    box-shadow: 0 2px 8px 0 rgba(7, 17, 27, 0.06);
    margin-top: 20px;
}

.product .product-r .product-r-muan-ls>p {
    cursor: pointer;
    line-height: 25px;
    font-size: 16px;
    padding: 10px 30px;
    background: #fff;
    border-bottom: 1px solid #ddd;
}

.product .product-r .product-r-muan-ls>p i {
    color: #fff;
    text-indent: 0;
    display: block;
    float: right;
    border-radius: 50%;
    overflow: hidden;
    text-align: center;
    width: 25px;
    height: 25px;
    line-height: 25px;
    background: #ddd;
}

.product .product-r .product-r-muan-ls ul {
    display: none;
}

.product .product-r .product-r-muan-ls ul li {
    line-height: 25px;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
}

.product .product-r .product-r-muan-ls ul li a {
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0 30px;
}

.product .product-r .product-r-muan-ls ul li a:hover {
    background: #283b59;
    color: #fff;
}

.product .product-r .product-r-muan-ls .active a {
    background: #2eb1e7;
    color: #fff;
}


.product-D {
    background: #fff;
}

.product-D>h1 {
    font-size: 36px;
    line-height: normal;
    text-align: center;
    padding: 30px 0 60px;
}

.product-D .product-intro-l {
    width: 515px;
}

.product-D .product-intro-l .product-preview {
    height: 515px;
    overflow: hidden;
}

.product-D .product-intro-l .product-preview img {
    width: 100%;
    height: 100%;
}

.product-D .product-intro-l .product-preview-ls li {
    float: left;
    width: 110px;
    height: 100px;
    overflow: hidden;
    border: 1px solid #eee;
    margin: 10px 5px 0 0;
    cursor: pointer;
}

.product-D .product-intro-l .product-preview-ls li img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.product-D .product-intro-l .product-preview-ls li:hover {
    border-color: #2eb1e7;
}

.product-D .product-intro-l .product-preview-ls .active {
    border-color: #2eb1e7;
}

.product-D .product-intro-r {
    width: 570px;
}

.product-D .product-intro-r .product-intro-name {
    font-size: 18px;
    border-bottom: 1px solid #ddd;
    padding: 0 0 20px 0;
}

.product-D .product-intro-r .product-intro-txt {
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
}

.product-D .product-intro-r .product-intro-txt p {
    font-size: 14px;
    line-height: 24px;
    padding: 5px 0;
    word-wrap: break-word;
    word-break: break-all;
}

.product-D .product-tap {
    padding: 30px 0 60px;
}

.product-D .product-tap-btn {
    border-bottom: 1px solid #2eb1e7;
}

.product-D .product-tap-btn a {
    display: block;
    float: left;
    width: 150px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 16px;
    margin-right: 20px;
    background: #9f9f9f;
    border-radius: 6px 6px 0 0;
    overflow: hidden;
    color: #fff;
}

.product-D .product-tap-btn a:hover {
    background: #2eb1e7;
}

.product-D .product-tap-btn .active {
    background: #2eb1e7;
}

.product-D .product-tap-info {
    padding: 25px;
}

.product-D .product-tap-info>li,
.product-D .product-tap-info .product-tap-lis {
    line-height: 24px;
    font-size: 14px;
}

.product-D .product-tap-info>li p,
.product-D .product-tap-info .product-tap-lis p {
    color: #666;
    padding: 2px 0;
    word-wrap: break-word;
    word-break: break-all;
}

.product-D .product-tap-info .active {
    display: block;
}

.product-D .product-tap-file>li {
    width: 45%;
    border-bottom: 1px solid #eee;
    padding: 0 0 10px 0;
    margin: 0 20px 20px 0;
}

.product-D .product-tap-file .product-icon {
    width: 70px;
    height: 70px;
    overflow: hidden;
    margin-right: 10px;
}

.product-D .product-tap-file .product-icon img {
    width: 100%;
    height: 100%;
}

.product-D .product-tap-file .product-url p {
    color: #666;
}

.product-D .product-tap-file .product-url a {
    color: #666;
}

.product-D .product-tap-file .product-url a:hover {
    color: #283b59;
}

.video {
    padding: 20px 0 60px;
}

.video>h1 {
    font-size: 36px;
    line-height: normal;
    text-align: center;
    padding: 20px 0 40px;
}

.video .video-list li {
    float: left;
    width: 23.3333333333%;
    overflow: hidden;
    background: #fff;
    border-radius: 4px;
    /*box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1)*/;
    margin: 0.8333333333%;
    -moz-transition: all .35s ease-in;
    -webkit-transition: all .35s ease-in;
    -o-transition: all .35s ease-in;
    transition: all .35s ease-in;
        box-shadow: 0px 0px 4px #CFCFCF;
}

.video .video-list li>a {
    display: block;
    height: 150px;
}

.video .video-list li>a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    -moz-transition: all .35s ease-in;
    -webkit-transition: all .35s ease-in;
    -o-transition: all .35s ease-in;
    transition: all .35s ease-in;
}

.video .video-list li>div {
    padding: 20px 10px;
}

.video .video-list li>div a {
    display: block;
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: normal;
    margin-bottom: 20px;
}

.video .video-list li>div div {
    color: #999;
}

.video .video-list li:hover {
    box-shadow: 0 2px 8px 0 rgba(7, 17, 27, 0.06);
    -moz-transition: all .35s ease-in;
    -webkit-transition: all .35s ease-in;
    -o-transition: all .35s ease-in;
    transition: all .35s ease-in;
}

.video .video-list li:hover a {
    color: #283b59;
}

.video .video-list li:hover img {
    transform: scale(0.95);
}

.player {
    padding: 20px 0 60px;
}

.player>h1 {
    text-align: center;
    font-size: 36px;
    line-height: normal;
    padding: 20px 0 40px 0;
}

.player .player-v {
    background: #000;
}

.player .vodeo-player {
    height: 500px;
}

.player .vodeo-player iframe {
    width: 100%;
}

.player .vodeo-player video {
    width: 100%;
    height: 100%;
}

.player .vodeo-txt {
    margin-top: 20px;
}

.player .vodeo-txt-l {
    width: 75%;
}

.player .vodeo-txt-l>h3 {
    color: #666;
    font-size: 16px;
    line-height: 45px;
    height: 45px;
    padding: 0 20px;
}

.player .vodeo-txt-l>div {
    padding: 20px;
    background: #fff;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
}

.player .vodeo-txt-l p {
    font-size: 14px;
    line-height: 24px;
    padding: 5px 0;
}

.player .vodeo-txt-l img {
    margin: 5px 0;
}

.player .vodeo-txt-r {
    width: 22.5%;
}

.player .vodeo-txt-r>h3 {
    color: #666;
    font-size: 16px;
    line-height: 45px;
    height: 45px;
    padding: 0 20px;
}

.player .vodeo-txt-r ul {
    background: #fff;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
}

.player .vodeo-txt-r ul li {
    cursor: pointer;
    padding: 0 20px;
    line-height: 40px;
    height: 40px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    border-bottom: 1px solid #eee;
}

.player .vodeo-txt-r ul li:hover {
    color: #283b59;
}

.case {
    padding: 20px 0 60px;
}

.case>h1 {
    text-align: center;
    font-size: 36px;
    line-height: normal;
    padding: 20px 0 40px 0;
}

.case .case-list {
    -webkit-box-shadow: 0px 0px 0px #CFCFCF;
    box-shadow: 0px 0px 10px #CFCFCF;
    background: #fff;
    margin-bottom: 20px;
    -moz-transition: all .35s ease-in;
    -webkit-transition: all .35s ease-in;
    -o-transition: all .35s ease-in;
    transition: all .35s ease-in;
}

.case .case-list:hover {
    box-shadow: 0 2px 8px 0 rgba(7, 17, 27, 0.06);
    transform: scale(0.95);
}

.case .case-l {
    width: 19.1666666667%;
    overflow: hidden;
}

.case .case-l img {
    width: 100%;
    height: 100%;
}

.case .case-r {
    width: 75%;
    padding: 1.6666666667% 1.6666666667% 1.6666666667% 0;
}

.case .case-r-ls a {
    position: relative;
    font-size: 14px;
    line-height: 24px;
}

.case .case-r-ls a:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 1px;
    height: 12px;
    background: #999;
    margin: 0 10px;
}

.case .case-r-ls a:hover {
    color: #283b59;
}

.case .case-r-title {
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
    line-height: normal;
    margin-bottom: 10px;
}

.case .case-r-title h3 {
    float: left;
    font-size: 18px;
}

.case .case-r-title a {
    float: right;
    font-size: 14px;
}

.case .case-r-title a:hover {
    color: #283b59;
}

.case-cs .case-txt-l {
    width: 75%;
    text-align: center;
}

.case-cs .case-txt-l p {
    font-size: 14px;
    padding: 3px 0;
    line-height: 24px;
    color: #9f9f9f;
}

.case-cs .case-txt-r {
    width: 22.5%;
}

.case-cs .case-txt-r ul {
    background: #fff;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
}

.case-cs .case-txt-r ul li {
    cursor: pointer;
    padding: 0 20px;
    line-height: 40px;
    height: 40px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    border-bottom: 1px solid #eee;
}

.case-cs .case-txt-r ul li:hover {
    color: #283b59;
}

.contact {
    background: #fff;
    padding: 20px 0 0;
}

.contact .contact-title {
    text-align: center;
    line-height: normal;
}

.contact .contact-title h1 {
    color: #333333;
    font-size: 35px;
    line-height: 38px;
    padding: 20px 0 10px;
}

.contact .contact-title>p {
    font-size: 24px;
}

.contact .contact-box {
    padding: 60px 0 60px;
}

.contact .contact-l {
    width: 66.6666666667%;
}

.contact .contact-l .contact-l-title {
    border-bottom: 1px solid #ddd;
    font-size: 20px;
    padding-bottom: 10px;
    margin-bottom: 30px;
    display: none;
}

.contact .contact-l .contact-l-title a {
    display: block;
    float: left;
    line-height: normal;
    margin-right: 30px;
}

.contact .contact-l .contact-l-title a:hover {
    color: #283b59;
}

.contact .contact-l .contact-l-title .active {
    color: #283b59;
}

.contact .contact-l .contact-l-l {
    width: 44.75%;
    height: 400px;
    border: 1px solid #ddd;
    border-radius: 20px;
    overflow: hidden;
}

.contact .contact-l .contact-l-r {
    width: 47.5%;
}

.contact .contact-l .contact-l-r li {
    font-size: 14px;
    padding: 10px 0;
    line-height: 20px;
}

.contact .contact-r {
    width: 31%;
}

.contact .contact-r .contact-l-title {
    border-bottom: 1px solid #ddd;
    font-size: 20px;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

.contact .contact-r .contact-l-title a {
    line-height: normal;
    margin-right: 30px;
}

.contact .contact-r .contact-r-r {
    height: 60px;
    font-size: 14px;
    line-height: 60px;
}

.contact .contact-r .contact-r-r span {
    display: block;
    float: left;
    width: 40%;
}

.contact .contact-r .contact-r-r input {
    width: 59%;
    height: 30px;
    text-indent: 12px;
    border: 1px solid #ddd;
}

.contact .contact-r .contact-r-r input:focus {
    border-color: #283b59;
}

.contact .contact-r .contact-r-r button {
    color: #fff;
    width: 120px;
    line-height: 30px;
    background: #283b59;
    text-align: center;
    height: 30px;
    border: none;
    outline: none;
    border-radius: 30px;
}

.contact .contact-r .contact-r-r strong {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    text-align: center;
    width: 80px;
    height: 30px;
    line-height: 30px;
    background: #f3fbfe;
    overflow: hidden;
    color: #999;
}

.contact .contact-r .contact-r-r strong img {
    width: 100%;
    height: 100%;
}

.contact .contact-r .contact-code input {
    width: 67px;
}

.contact .contact-r .contact-code a {
    height: 32px;
    font-size: 14px;
    line-height: 32px;
    display: inline-block;
    vertical-align: middle;
}

.contact .contact-r .contact-code a img{
    height: 100%;
}

.service {
    padding: 20px 0 60px;
}

.service>h1 {
    font-size: 36px;
    line-height: normal;
    text-align: center;
    padding: 20px 40px;
}

.service .service-muan {
    width: 18.3333333333%;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
}

.service .service-muan h1 {
    font-size: 24px;
    line-height: normal;
    padding: 15px 0;
    color: #5e5e5f;
}

.service .service-muan h1 i {
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    margin-left: 5px;
}

.service .service-muan a {
    display: block;
    font-size: 14px;
    line-height: 40px;
    background: #fff;
    padding: 0 20px;
    border-bottom: 1px solid #fff;
}

.service .service-muan a:hover {
    border-color: #2eb1e7;
}

.service .service-muan .active {
    color: #fff;
    background: #2eb1e7;
}

.service .service-wp {
    width: 79.1666666667%;
}

.service .service-list {
    float: left;
    width: 30%;
    height: 140px;
    background: #fff;
    padding: 1.25% 0.8333333333%;
   /* -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);*/
    border-radius: 3px;
    margin: 0.5555555556%;
    -moz-transition: all .35s ease-in;
    -webkit-transition: all .35s ease-in;
    -o-transition: all .35s ease-in;
    transition: all .35s ease-in;
    box-shadow: 0px 0px 4px #CFCFCF;
}

.service .service-list .service-title {
    padding-bottom: 10px;
}

.service .service-list .service-title a {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    max-height: 40px;
    line-height: 20px;
    overflow: hidden;
    width: 80%;
}

.service .service-list .service-title i {
    width: 40px;
    height: 40px;
    background: url("../../Public/imges/down.png") no-repeat;
    background-size: cover;
    cursor: pointer;
}

.service .service-list .service-txt {
    font-size: 12px;
    line-height: 20px;
    height: 100px;
    overflow: hidden;
}

.service .service-list:hover {
    box-shadow: 0 2px 8px 0 rgba(7, 17, 27, 0.06);
    background-color: #2eb1e7;
}

.service .service-list:hover .service-title a {
    color: #fff;
}

.service .service-list:hover .service-txt {
    color: #fff;
}

.product-list {
    height: 60px;
    background: url("../../Public/imges/h-1.png") no-repeat;
    background-size: 100% 100%;
    color: #fff;
}

.product-list h3 {
    font-size: 20px;
    line-height: 60px;
}

.product-list i {
    font-style: normal;
    font-size: 12px;
    margin-left: 10px;
    font-weight: 200;
}

.h-product {
    height: 400px;
    overflow: hidden;
}

.h-product .swiper-slide a {
    text-align: center;
    display: block;
    width: 100%;
    height: 100%;
}

.h-product .swiper-slide img {
    height: 100%;
}

.h-product .swiper-wrapper {
    z-index: 2;
}

.h-product .h-pagination {
    z-index: 3;
    text-align: right;
    position: absolute;
    bottom: 0;
    width: 100%;
    display: none;
}

.h-product .h-pagination span {
    display: inline-block;
    vertical-align: top;
    width: 20px;
    height: 3px;
    background: #2eb1e7;
    margin-right: 10px;
}

.h-product-b {
    height: 25px;
    background: url("../../Public/imges/h-2.png") no-repeat;
    background-size: 100% 100%;
}

.home-d-title h3 {
    font-size: 24px;
    line-height: 60px;
}

.home-d-title i {
    font-style: normal;
    font-size: 12px;
    margin-left: 10px;
    font-weight: 200;
}

.tapa-wp .cases-tap a,
.tapa-wp .new-tap a {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    width: 167px;
    list-style: none;
    cursor: pointer;
    height: 30px;
    line-height: 30px;
    background: #9f9f9f;
    color: #fff;
    border-radius: 4px;
    overflow: hidden;
    font-size: 14px;
    margin-bottom: 10px;
}

.tapa-wp .cases-tap .antive,
.tapa-wp .new-tap .antive {
    background: #2eb1e7;
}

.tapa-wp .cases-home {
    margin-top: 20px;
    margin-bottom: 20px;

}

.tapa-wp .tab-item {
    display: none;
}

.tapa-wp .show {
    display: block;
}

.href-link {
    margin-bottom: 20px;
}

.href-link a {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    width: 152px;
    list-style: none;
    cursor: pointer;
    height: 30px;
    line-height: 30px;
    background: #9f9f9f;
    color: #fff;
    border-radius: 4px;
    overflow: hidden;
    font-size: 14px;
}

.href-link .antive {
    background: #2eb1e7;
}

.title-wrop {
    padding: 15px 0;
    color: #5e5e5f;
    text-align: center;
}

.title-wrop h1 {
    font-size: 24px;
    line-height: normal;
}

.title-wrop i {
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    margin-left: 5px;
}

.pages{
   height: 40px;
       max-width: 1200px;
       margin: 40px auto 0;
       text-align: center;
}
.pages>div {
    height: 100%;
}

.pages>div>span,
.pages>div>a {
    display: inline-block;
    vertical-align: top;
    height: 24px;
    color: #333;
    background: #ddd;
    line-height: 24px;
    text-align: center;
    border-radius: 4px;
    margin-right: 5px;
    padding: 0 7px;
}

.pages>div .current {
    color: #fff;
    background: #2eb1e7;
}

.pages .rows {
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
    line-height: 25px;
}

@media screen and (max-width: 1480px) {
    .maxW {
        -moz-transition: all .35s ease-in;
        -webkit-transition: all .35s ease-in;
        -o-transition: all .35s ease-in;
        transition: all .35s ease-in;
        max-width: 1100px;
    }

    .service .service-list .service-title i {
        width: 30px;
        height: 30px;
    }
}

@media screen and (max-width: 1380px) {
    .maxW {
        -moz-transition: all .35s ease-in;
        -webkit-transition: all .35s ease-in;
        -o-transition: all .35s ease-in;
        transition: all .35s ease-in;
        max-width: 1000px;
    }
}

@media screen and (max-width: 450px) {
    .maxW {
        max-width: 450px;
    }

    .main {
        padding-top: 90px;
    }

    #jswbo {
        width: 450px;
    }

    .product-title,
    .cases-tap,
    .new-tap {
        padding: 0 20px;
    }

    .right-column {
        right: 5px;
    }

    .right-column button {
        transform: scale(0.6);
        margin: 0;
    }

    .right-column .right-code {
        top: -252px;
        width: 150px;
    }

    .head-fixd {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 3;
    }

    .head-c {
        padding: 0;
    }

    .head-c>a {
        width: 30%;
        float: none;
        padding: 10px 0 10px 5px;
    }

    .head-c>a img {
        max-width: none;
    }

    .head-c .head-c-txt {
        position: absolute;
        top: 11px;
        right: 10%
    }

    .head-c .head-r {
        float: none;
        background-color: #000;
        padding: 5px 10px;
    }

    .head-c .head-r .head-r-search {
        width: 100%;
        height: auto;
    }

    .head-c .head-r .head-r-search input {
        color: #fff;
        border: none;
        height: 30px;
        border-radius: 4px;
        background-color: #333;
    }

    .head-c .head-r .head-r-search button {
        font-size: 0;
        background: url("../../Public/imges/3.png") 8px 8px no-repeat;
    }

    .head-c .head-muam {
        display: block;
    }

    .head-menu {
        display: none;
    }

    .slot {
        padding: 10px 20px;
    }

    .slider {
        height: 180px;
    }

    .title-wrop,
    .href-link {
        padding: 0 20px;
    }

    .title-wrop {
        margin-bottom: 10px;
    }

    .home-list {
        padding-bottom: 10px;
    }

    .home-list .home-list-slot {
        max-height: none;
    }

    .home-list .m-video-slot {
        max-height: 1350px;
    }

    .home-list .news-swiper {
        height: auto;
    }

    .home-list .m-news-slot {
        max-height: 1088px;
    }

    .home-list .home-list-title h1 {
        font-size: 22px;
    }

    .home-list .home-list-title>p {
        font-size: 12px;
    }

    .home-list .home-product {
        padding: 0 15px;
    }

    .home-list .home-product a {
        float: none;
        width: 100%;
        margin: 0 0 10px 0;
    }

    .home-list .home-news a img {
        height: 160px;
    }

    .h-product {
        height: 140px;
    }

    .foolter {
        box-shadow: 1px 0px 2px 0px rgba(0, 0, 0, 0.48);
    }

    .foolter .foolter-cont {
        padding: 0 15px;
    }

    .foolter .foolter-cont>div {
        float: none;
    }

    .foolter .foolter-cont>div p {
        text-align: left;
    }

    .foolter .foolter-cont .foolter-r {
        margin-top: 20px;
    }

    .foolter .foolter-cont .foolter-l-url a {
        margin: 0 10px 0 0;
    }

    .introduction {
        padding: 0 15px;
    }

    .product>h1 {
        font-size: 22px;
        padding: 0 0 20px 0;
    }

    .product .product-r {
        display: none;
    }

    .product .product-box {
        padding: 0 15px;
    }

    .product .product-l {
        width: 100%;
    }

    .product .product-l>a {
        height: auto;
        float: none;
        width: 100%;
    }

    .product .product-l>a div {
        height: 280px;
    }

    .product-D>h1 {
        font-size: 22px;
    }

    .product-D .product-intro {
        padding: 0 15px;
    }

    .product-D .product-intro>div {
        float: none;
    }

    .product-D .product-intro-l {
        width: 100%;
    }

    .product-D .product-intro-r {
        width: 100%;
    }

    .product-D .product-intro-r .product-intro-name {
        padding-top: 30px;
    }

    .product-D .product-tap {
        padding: 30px 15px 30px;
    }

    .product-D .product-tap-btn a {
        width: auto;
        padding: 0 10px;
        font-size: 14px;
        margin: 0 10px 10px 0;
    }

    .product-D .product-tap-info {
        padding: 20px 0;
    }

    .product-D .product-tap-file li {
        float: none;
        width: 100%;
    }

    .product-D .product-tap-file .product-icon {
        width: 50px;
        height: 50px;
    }

    .video>h1 {
        font-size: 22px;
        padding: 0 0 20px 0;
    }

    .video .video-list {
        padding: 0 15px;
    }

    .video .video-list li {
        float: none;
        width: 100%;
        margin-bottom: 10px;
    }

    .video .video-list li>div a {
        margin-bottom: 10px;
    }

    .player>h1 {
        font-size: 22px;
        padding: 0 0 20px 0;
    }

    .player .vodeo-player {
        height: 250px;
    }

    .player .vodeo-txt {
        padding: 0 15px;
    }

    .player .vodeo-txt>div {
        float: none;
        width: 100%;
    }

    .player .vodeo-txt h3 {
        padding: 0;
        font-size: 14px;
    }

    .case>h1 {
        font-size: 22px;
        padding: 0 0 20px 0;
    }

    .case>ul {
        padding: 0 15px;
    }

    .case .case-list>div {
        float: none;
        width: 100%;
    }

    .case .case-list .case-r {
        width: auto;
        padding: 10px;
    }

    .case .case-txt {
        padding: 0 15px;
    }

    .case .case-txt>div {
        float: none;
        width: 100%;
    }

    .case .case-txt .case-txt-r {
        margin-top: 30px;
    }

    .contact .contact-title>h1 {
        font-size: 22px;
        padding: 0 0 10px 0;
    }

    .contact .contact-title p {
        font-size: 16px;
    }

    .contact .contact-box {
        padding: 0 15px;
    }

    .contact .contact-box>div {
        width: 100%;
        float: none;
        padding: 20px 0;
    }

    .contact .contact-box .contact-l-title {
        margin-bottom: 15px;
    }

    .contact .contact-box .contact-l-title a {
        font-size: 14px;
        line-height: 30px;
        margin-right: 15px;
    }

    .contact .contact-l-cont>div {
        float: none;
    }

    .contact .contact-l-cont .contact-l-l {
        display: none;
    }

    .contact .contact-l-cont .contact-l-r {
        width: 100%;
    }

    .contact .contact-l-cont .contact-l-r li {
        padding: 10px 0;
    }

    .contact .contact-r .contact-r-r {
        height: 40px;
        line-height: 40px;
    }

    .service .service-cont {
        margin-top: 20px;
    }

    .service .service-cont>div,
    .service .service-cont>ul {
        float: none;
        width: 100%;
    }

    .service .service-cont .service-wp li {
        float: none;
        width: 100%;
    }

    .service .service-cont .service-wp .service-list {
        margin: 0;
        width: auto;
        height: auto;
        padding: 15px 20px;
        margin-bottom: 10px;
    }

    .service .service-cont .service-wp .service-file {
        padding: 0 15px;
    }

    .service .service-cont .service-wp .service-txt {
        height: auto;
        max-height: 100px;
    }

    .service .service-cont .service-muan {
        margin-bottom: 20px;
        overflow: hidden;
        overflow-x: auto;
        height: 40px;
        width: 100%;
    }

    .service .service-cont .service-muan a {
        display: inline-block;
        vertical-align: top;
        float: left;
    }

    .d-device .arrow-btn {
        width: 18px;
        height: 82px;
        margin-top: -41px;
    }
}

/*# sourceMappingURL=style.css.map */