/*
 * @Author: Shu Binqi
 * @Date: 2021-06-30 15:19:56
 * @Last Modified by: Shu Binqi
 * @Last Modified time: 2021-07-09 16:03:27
 */

/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
* {
    font-size: 14px;
    line-height: 1.5;
    font-family: 14px/1.5 "\5FAE\8F6F\96C5\9ED1","SimSun",Oswald-Regular,arial,sans-serif;
    box-sizing: border-box;
}
body {
	line-height: 1;
    overflow-x: hidden;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a,
a:hover {
    text-decoration: none;
    color: inherit;
}
a:hover {
    color: inherit;
}
.clearfix {
    zoom: 1;
}
.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
}
.tac {
    text-align: center;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.bg-white {
    background: #fff;
}
.bg-gray {
    background: #f9faff;
}
.bg-gray20 {
    background: #f2f3f7;
}
.section {
    padding: 60px 0;
}
.section.p0 {
    padding: 0;
}
.section.page-banner {
    display: block;
    padding: 0;
    height: 0;
    padding-bottom: 35.7%;
    position: relative;
    overflow: hidden;
}
.page-banner-box {
    position: absolute;
    width: 100%;
    height: 100%;
}
.page-banner .container {
    height: 100%;
    display: flex;
    align-items: center;
    padding-top: 60px;
    z-index: 2;
}
.page-banner .container > .row {
    height: 100%;
    flex: 1;
}
.page-banner .container .col-md-6 {
    display: flex;
    align-items: center;
}
.page-banner .banner-title {
    width: 100%;
}
.page-banner .banner-title h2 {
    font-size: 32px;
    font-weight: 300;
    line-height: 1.5;
    color: #fff;
    text-align: center;
    margin-bottom: 18px;
}
.page-banner .banner-title p {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    color: #fff;
    letter-spacing: 30px;
    text-align: center;
    padding-left: 30px;
}
.page-banner-animate1 {
    height: 100%;
    background: url(../images/s1.png) no-repeat center;
    background-size: cover;
    z-index: 3;
    position: relative;
}
.page-banner .clouds {
    position: absolute;
    left: 0;
    top: 0;
    width: 3984px;
    height: 100%;
    z-index: 1;
    animation: clouds_loop 80s linear infinite;
}
.page-banner .clouds img {
    display: block;
    float: left;
    width: 100%;
}
@-webkit-keyframes clouds_loop {
    from {
        -webkit-transform: translate3d(0%, 0, 0);
                transform: translate3d(0%, 0, 0);
    }
    to {
        -webkit-transform: translate3d(-50%, 0, 0);
                transform: translate3d(-50%, 0, 0);
    }
}
@keyframes clouds_loop {
    from {
        -webkit-transform: translate3d(0%, 0, 0);
                transform: translate3d(0%, 0, 0);
    }
    to {
        -webkit-transform: translate3d(-50%, 0, 0);
                transform: translate3d(-50%, 0, 0);
    }
}
.shine {
    background-image: url(../images/shine.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 35px;
    height: 35px;
    animation: opacity-change 1s ease-in-out infinite;
    -webkit-animation: opacity-change 1s ease-in-out infinite;
    -moz-animation: opacity-change 1s ease-in-out infinite;
    -o-animation: opacity-change 1s ease-in-out infinite;
    position: absolute;
    left: 100px;
    top: 120px;
    transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -o-transform: rotate(15deg);
}
.shine2 {
    animation: opacity-change 1.75s ease-in-out infinite;
    -webkit-animation: opacity-change 1.75s ease-in-out infinite;
    -moz-animation: opacity-change 1.75s ease-in-out infinite;
    -o-animation: opacity-change 1.75s ease-in-out infinite;
}
@keyframes opacity-change {
    0% { opacity: 0; }
    50% { opacity: 1; }
    100% { opacity: 0; }
}
@-webkit-keyframes opacity-change {
    0% { opacity: 0; }
    50% { opacity: 1; }
    100% { opacity: 0; }
}
@-moz-keyframes opacity-change {
    0% { opacity: 0; }
    50% { opacity: 1; }
    100% { opacity: 0; }
}
@-o-keyframes opacity-change {
    0% { opacity: 0; }
    50% { opacity: 1; }
    100% { opacity: 0; }
}
.page-title {
    margin-bottom: 60px;
}

.page-title h3 {
    font-size: 40px;
    font-weight: bold;
    color: #333;
    line-height: 1.5;
    margin-bottom: 1px;
    text-align: center;
}
.page-title p {
    font-size: 18px;
    line-height: 1.5;
    opacity:0.4;

    text-align: center;
}
.page-title.white h3 {
    color: #fff;
}
.page-title.white p {
    color: #fff;
}
.back-list {
    margin-top: 20px;
    text-align: center;
}
.btn-default {
    display: inline-block;
    color: #3760f4;
    border: 1px solid #3760f4;
    padding: 0 30px;
    font-size: 16px;
    height: 42px;
    line-height: 40px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}
.btn-default:hover {
    color: #fff;
    background: #3760f4;
}
.list-item .item-img {
    display: block;
    overflow: hidden;
}
.item-img img {
    display: block;
    width: 86%;
    height: 98%;
    float:right;
}
.item-text {
    padding: 20px;
}
.section.page-banner-product {
    height: 600px;
}

/* 分页 */
.pagination {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.pagination li {
    margin: 0 5px;
}
.pagination li a,
.pagination li span {
    display: block;
    height: 44px;
    min-width: 44px;
    word-break: keep-all;
    white-space: nowrap;
    background: #fff;
    font-size: 14px;
    line-height: 44px;
    color: #7f7f7f;
    text-align: center;
}
.pagination li:hover a {
    color: #3760f4;
}
.pagination li.active:hover a {
    color: #fff;
}
.pagination li.disabled span {
    cursor: not-allowed;
}
.pagination li.active span {
    display: block;
    height: 44px;
    min-width: 44px;
    word-break: keep-all;
    white-space: nowrap;
    font-size: 14px;
    line-height: 44px;
    color: #fff;
    text-align: center;
    background: #3760f4;
}
/* 分页 */

/* 首页 */
.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px 40px;
    z-index: 99;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}
.header-fixed {
    position: fixed;
    top: -120px;
    left: 0;
    width: 100%;
    padding: 20px 40px;
    z-index: 99;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}
.header-fixed .container-fluid {
    display: flex;
    justify-content: space-between;
}
.header-fixed.a,
.header-fixed.active {
    position: fixed;
    top: 0;
    background: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.header-fixed.a .logo,
.header-fixed.active .logo {
    background: url(../images/logo.png) no-repeat left;
    background-size: contain;
}
.header-fixed.a .nav > li > a,
.header-fixed.active .nav > li > a {
    color: #000;
}
.nav > li > i {
    display: none;
}
.header-fixed.a .navbar li:hover a:after,
.header-fixed.a .navbar li.active a:after,
.header-fixed.active .navbar li:hover a:after,
.header-fixed.active .navbar li.active a:after {
    width: 100%;
    left: 0;
    background: #F74B37;
}
.header-fixed.a .header-search i,
.header-fixed.active .header-search i {
    color: #333;
}
.header .container-fluid {
    display: flex;
    justify-content: space-between;
}
.logo {
    display: block;
   width: 406px;
    height:55px;
    background:no-repeat left;
    /*background-size: contain;*/
}
.logo img {
   
    height: 100%;
}
.navbar {
    display: flex;
}
.nav > li {
    float: left;
    margin: 0 35px;
    position: relative;
}
.nav > li > a {
    display: block;
    color: #fff;
    line-height: 48px;
    position: relative;
}
.nav > li > a:after {
    content: "";
    width: 0px;
    height: 2px;
    position: absolute;
    left: 50%;
    bottom: 8px;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}
    .nav > li:hover > a:after,
    .nav > li.active > a:after {
        width: 100%;
        left: 0;
        background: #F74B37;
    }
.nav > li:hover .nav-down {
    top: 65px;
    visibility: inherit;
    opacity: 1;
}
.nav .nav-down {
    position: absolute;
    top: 60px;
    left: 50%;
    width: auto;
    padding: 5px;
    background: rgba(0, 0, 0, 0.5);
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    visibility: hidden;
    opacity: 0;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}
.nav .nav-down:before {
    content: "";
    height: 20px;
    width: 100%;
    position: absolute;
    top: -20px;
    left: 0;
}
.nav .nav-down:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 12.5px 11px 12.5px;
    border-color: transparent transparent rgba(0, 0, 0, 0.5) transparent;
    position: absolute;
    left: 50%;
    top: -11px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.nav-down > li > a {
    font-size: 14px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    padding: 0 25px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    display: block;
    word-break: keep-all;
    white-space: nowrap;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}
.nav-down > li:last-child a {
    border-bottom: 0;
}
.nav-down > li > a:hover {
    color: #3760f4;
}
.navbar .header-search {
    margin-left: 30px;
    position: relative;
}
.navbar .header-search i {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 24px;
    line-height: 55px;
}
.header-search .search-form {
    position: absolute;
    right: 0;
    top: 60px;
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.menu {

    float:right;
}

.header-search:hover .search-form {
    top: 65px;
    visibility: inherit;
    opacity: 1;
}
.header-search .search-form input {
    line-height: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 1);
    outline: none;
    padding: 0 15px;
    border: 1px solid #E6E6E6;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
}
.footer {
    background: #0a1733;
    color: rgba(255, 255, 255, 0.9);
}
.footer-contact {
    display: flex;
    justify-content: space-between;
    padding: 45px 0 20px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-contact span {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 700;
    font-family: DINAlternate-Bold, DINAlternate;
}
.footer-contact .wxcode {
    position: relative;
}
.footer-contact .wxcode img {
    display: block;
    width: 24px;
    height: 24px;
}
.footer-contact .wxcode .show-code {
    display: block;
    position: absolute;
    top: -120px;
    left: 50%;
    margin-left: -60px;
    width: 120px;
    height: 120px;
    visibility: hidden;
    opacity: 0;
    background: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}
.footer-contact .wxcode:hover .show-code {
    visibility: inherit;
    opacity: 1;
    top: -128px;
}
.footer-copy {
    padding: 28px 0 35px 0;
}
.copy-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}
.copy-nav .footer-tel {
    font-size: 18px;
    line-height: 30px;
}
.copy-nav .footer-nav li {
    float: left;
    margin-left: 70px;
}
.copyright {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.4);
}
.copyright a {
    display: inline-block;
    margin-left: 5px;
}
.copyright .support {
    color: rgba(20, 42, 90, 0.9);
}
.tool-bar {
    position: fixed;
    right: 10px;
    bottom: 50px;
    width: 40px;
    height: 40px;
}
.tool-bar .totop {
    display: block;
    width: 40px;
    height: 40px;
    font-size: 40px;
    color: #fff;
    z-index: 9999;
    border: 1px solid rgba(255, 255, 255, 0.8);
    visibility: hidden;
    opacity: 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}
.tool-bar .totop.top {
    visibility: inherit;
    opacity: 1;
}
.tool-bar .totop i {
    font-size: 40px;
}

.index-banner {
    width: 100%;
    min-height: 660px;
    height: 100vh;
    overflow: hidden;
    position: relative;
}
.index-banner .swiper-button-prev,
.index-banner .swiper-button-next {
    color: transparent;
    width: 70px;
    height: 70px;
}
.index-banner .swiper-button-prev i,
.index-banner .swiper-button-next i {
    font-size: 80px;
    color: #e5d7d7;
}
.index-banner .swiper-button-prev,
.index-banner .swiper-container-rtl .swiper-button-next {
    background-image: none;
    left: 30px;
}
.index-banner .swiper-button-next,
.index-banner .swiper-container-rtl .swiper-button-prev {
    background-image: none;
    right: 30px;
}
.index-banner .swiper-pagination {
    width: 100%;
    bottom: 30px;
}
.index-banner .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border: 6px solid rgba(255,255,255,.5);
    background: transparent;
    opacity: 1;
    margin: 0 5px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}
    .index-banner .swiper-pagination-bullet-active {
        width: 36px;
        height: 12px;
        border: 6px solid rgba(255,255,255,.5);
        background: #fff;
        border-radius: 7px;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        -ms-border-radius: 7px;
        -o-border-radius: 7px;
    }
.swiper-banner {
    min-height: 100%;
}
.banner-container {
    min-height: 660px;
    height: 100vh;
    max-width: 100%;
    padding: 0 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner-container2{
    background: url(/static/images/banner02_bg@2x.png) no-repeat center;
    background-size: cover;
}
.banner-item {
    width: 100%;
}
.banner-item img {
    max-width: 100%;
}
.swiper-banner .swiper-slide h2 {
    font-size: 32px;
    line-height: 1.5;
    color: #fff;
    margin-bottom: 10px;
    transform: rotate3d(1, 0, 0, 90deg);
    -webkit-transform: rotate3d(1, 0, 0, 90deg);
    -moz-transform: rotate3d(1, 0, 0, 90deg);
    -ms-transform: rotate3d(1, 0, 0, 90deg);
    -o-transform: rotate3d(1, 0, 0, 90deg);
    transition: all 1.2s ease;
    -webkit-transition: all 1.2s ease;
    -moz-transition: all 1.2s ease;
    -ms-transition: all 1.2s ease;
    -o-transition: all 1.2s ease;
}
.swiper-banner .swiper-slide.swiper-slide-active h2 {
    transform: rotate3d(0, 0, 0, 0);
    -webkit-transform: rotate3d(0, 0, 0, 0);
    -moz-transform: rotate3d(0, 0, 0, 0);
    -ms-transform: rotate3d(0, 0, 0, 0);
    -o-transform: rotate3d(0, 0, 0, 0);
}
.swiper-banner .swiper-slide p {
    font-size: 20px;
    font-weight: 200;
    line-height: 2;
    color: #fff;
    margin-bottom: 10px;
    transform: translateY(-50px);
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transition: all 1.2s ease;
    -webkit-transition: all 1.2s ease;
    -moz-transition: all 1.2s ease;
    -ms-transition: all 1.2s ease;
    -o-transition: all 1.2s ease;
}
.swiper-banner .swiper-slide.swiper-slide-active p {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
}
.banner-item .col-md-5 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.banner-item .item-img .a2 {
    position: absolute;
    right: 0;
    top: 0;
/*    -webkit-animation: animate-1 10s infinite ease-in-out;
    animation: animate-1 10s infinite ease-in-out;*/
}
.banner-item .item-img .a3 {
    position: absolute;
    left: 0;
    top: 0;
    animation:  icon 6s linear infinite;
}
.banner-item .item-img .a4 {
    position: absolute;
    left: 0;
    top: 0;
    animation:  icon 6s linear infinite;
}
.banner-item .item-img .a5 {
    position: absolute;
    left: 0;
    top: 0;
    animation:  icon 6s linear infinite;
}
.swiper-banner .swiper-slide .banner-item .a1 {
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transition: all 0.8s ease;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
}
.swiper-banner .swiper-slide.swiper-slide-active .banner-item .a1 {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
}
.swiper-banner .swiper-slide .banner-item .a2,
.swiper-banner .swiper-slide .banner-item .a3,
.swiper-banner .swiper-slide .banner-item .a4,
.swiper-banner .swiper-slide .banner-item .a5 {
    top: -30%;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
}
.swiper-banner .swiper-slide.swiper-slide-active .banner-item .a2,
.swiper-banner .swiper-slide.swiper-slide-active .banner-item .a3,
.swiper-banner .swiper-slide.swiper-slide-active .banner-item .a4,
.swiper-banner .swiper-slide.swiper-slide-active .banner-item .a5 {
    top: 0;
}
@-webkit-keyframes animate-1 {
    0% { transform: translate(0, 0); -webkit-transform: translate(0, 0); -moz-transform: translate(0, 0); -ms-transform: translate(0, 0); -o-transform: translate(0, 0); }
    50% { transform: translateX(60px); -webkit-transform: translateX(60px); -moz-transform: translateX(60px); -ms-transform: translateX(60px); -o-transform: translateX(60px); }
    100% { transform: translate(0, 0); -webkit-transform: translate(0, 0); -moz-transform: translate(0, 0); -ms-transform: translate(0, 0); -o-transform: translate(0, 0); }
}
@keyframes animate-1 {
    0% { transform: translate(0, 0); -webkit-transform: translate(0, 0); -moz-transform: translate(0, 0); -ms-transform: translate(0, 0); -o-transform: translate(0, 0); }
    50% { transform: translateX(60px); -webkit-transform: translateX(60px); -moz-transform: translateX(60px); -ms-transform: translateX(60px); -o-transform: translateX(60px); }
    100% { transform: translate(0, 0); -webkit-transform: translate(0, 0); -moz-transform: translate(0, 0); -ms-transform: translate(0, 0); -o-transform: translate(0, 0); }
}
@keyframes icon{
	0%{
		opacity:1;
		transform: translateY(0px);
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		-ms-transform: translateY(0px);
		-o-transform: translateY(0px);
    }
	50%{
		opacity: 1;
		transform: translateY(15px);
		-webkit-transform: translateY(15px);
		-moz-transform: translateY(15px);
		-ms-transform: translateY(15px);
		-o-transform: translateY(15px);
}
	100%{
		opacity: 1;
		transform: translateY(0px);
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		-ms-transform: translateY(0px);
		-o-transform: translateY(0px);
}
}

.index-product {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #000;
    height: calc(100vh - 70px);
    min-height: 800px;
}
.index-product .page-title {
    position: absolute;
    top: 65px;
    width: 100%;
    z-index: 3;
}
.index-product .index-product-top {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
}
.index-product .swiper_slide_bg {
    height: 100%;
}
.index-product .swiper_slide_bg > img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.index-product .swiper-text {
    display: flex;
    align-items: center;
    height: 100%;
    position: relative;
    z-index: 9;
    background: linear-gradient(-90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%, rgba(0, 0, 0, 0.8) 100%);
}
.index-product .swiper-text h4 {
    /*max-width: 480px;*/
    font-size: 40px;
    font-weight: 500;
    line-height: 1.5;
    color: #fff;
    margin-bottom: 20px;
}
.index-product .swiper-text p {
    max-width: 480px;
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    margin-bottom: 45px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2; /* 行数 */
    -webkit-box-orient: vertical;
}
.index-product .swiper-text .more {
    display: inline-block;
    width: 174px;
    height: 50px;
    font-size: 16px;
    line-height: 50px;
    color: #fff;
    text-align: center;
    background: url(/static/images/icon-ling.svg) no-repeat center;
    background-size: contain;
}
.index-product .slide_detail {
    height: 100px;
    /*max-width: 100%;*/
    padding: 0 20px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-sizing: border-box;
    display: flex;
    /*justify-content: space-between;*/
}
.index-product .slide_detail span {
    font-size: 18px;
    line-height: 100px;
    color: #fff;
}
.index-product .slide_detail span:nth-child(1) {
    flex: auto;
    margin-right: 10px;
}
.index-product .slide_detail span:nth-child(2) {
    text-align: right;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;  行数 
    -webkit-box-orient: vertical;
}

.index-product-thumbs {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}
.index-product-thumbs .swiper-slide {
    width: 16.6%!important;
    cursor: pointer;
}
    .index-product-thumbs .swiper-slide-thumb-active {
        background: rgba(177,214,255,.2);
        opacity: 1;
        width: 16.6% !important;
        border-bottom: 4px solid #F74B37;
    }
.index-partner {
    background: url(../images/partner_bg.jpg) no-repeat center;
    background-size: cover;
}
.index-partner .partner-company .page-title {
    margin-top: 100px;
}

/* 首页 */

/* 关于我们 */
.about-company {
    background: url(../images/about-bg1s.jpg) no-repeat right;
    background-size: contain;
}
.company-intro {
    max-width: 1050px;
    margin: 0 auto;
}
.company-intro p {
    font-size: 16px;
    line-height: 1.5;
    color: #333;
    margin-bottom: 15px;
}
.company-number {
    margin-top: 70px;
}
.company-number .col-md-4 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.company-number img {
    display: block;
    width: 90px;
    height: 90px;
    margin-right: 10px;
}
.company-number span {
    font-size: 14px;
    line-height: 1.5;
    color: #333;
}
.company-number i {
    display: block;
    font-size: 58px;
    font-weight: 700;
    line-height: 1.1;
    color: #333;
}
.company-number .col-md-4:nth-child(1) i {
    width: 136px;
}
.about-certificate {
    background: url(../images/about-bg2.png) no-repeat center;
    background-size: cover;
}
.certificate-main {
    position: relative;
}
.certificate-swiper .swiper-slide {
    padding-bottom: 40px;
}
.certificate-swiper .certificate-item {
    position: relative;
}
.certificate-swiper .certificate-item:after {
    content: "";
    height: 98%;
    width: 92%;
    background: rgba(255, 255, 255, 0.1);
    position: absolute;
    left: 4%;
    top: 4%;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.certificate-swiper .certificate-item:before {
    content: "";
    height: 98%;
    width: 86%;
    background: rgba(255, 255, 255, 0.04);
    position: absolute;
    left: 6.5%;
    top: 6%;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.certificate-swiper img {
    max-width: 100%;
    display: block;
}
.certificate-swiper p {
    font-size: 16px;
    line-height: 50px;
    color: #3b3b3b;
    text-align: center;
    background: #fff;
    overflow: hidden;
    border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -ms-border-radius: 0 0 5px 5px;
    -o-border-radius: 0 0 5px 5px;
}
.certificate-main .swiper-button-next,
.certificate-main .swiper-button-prev {
    width: 70px;
    height: 70px;
    background: #fff;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.certificate-main .swiper-button-next i,
.certificate-main .swiper-button-prev i {
    font-size: 70px;
    color: #3760f4;
}
.certificate-main .swiper-button-prev,
.certificate-main .swiper-container-rtl .swiper-button-next {
    left: -100px;
}
.certificate-main .swiper-button-next,
.certificate-main .swiper-container-rtl .swiper-button-prev {
    right: -100px;
}
.certificate-main .swiper-pagination {
    width: 100%;
}
.certificate-main .swiper-pagination span {
    opacity: 1;
    border: 2px solid #fff;
    background: transparent;
    width: 14px;
    height: 14px;
    margin: 0 5px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}
.certificate-main .swiper-pagination .swiper-pagination-bullet-active {
    width: 35px;
    height: 14px;
    background: #fff;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
}
.about-advantage {
    background: url(../images/about-bg3.jpg) no-repeat center;
    background-size: cover;
}
.about-contact {
    background: url(../images/about-bg4.jpg) no-repeat center;
    background-size: cover;
}
.contact-list .list-item {
    padding: 55px;
    background: #fff;
    text-align: center;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
.contact-list .font_family {
    display: inline-block;
    margin: 0 auto 40px auto;
    font-size: 60px;
    color: #333;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}
.contact-list .list-item h4 {
    font-size: 20px;
    line-height: 1.5;
    color: #000;
    margin-bottom: 7px;
}
.contact-list .list-item p {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    color: #000;
}
.contact-list .list-item p a {
    font-size: 28px;
    line-height: 54px;
}
.contact-list .list-item:hover {
    box-shadow: 0px 7px 14px 0px rgba(221, 221, 221, 0.43);
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
}
.contact-list .list-item:hover .font_family {
    color: #3760f4;
}
.culture-list .list-item {
    background: #fff;
    border: 1px solid #E1E6F0;
    padding: 70px 50px;
    text-align: center;
    transition: all .5s;
    height: 100%;
}
.culture-list .list-item img {
    width: 140px;
    height: 140px;
    display: block;
    margin: 0 auto 50px auto;
    max-width: 100%;
    transition: all 1s;
}
.culture-list .list-item h4 {
    font-size: 20px;
    color: #343434;
    margin-bottom: 10px;
}
.culture-list .list-item p {
    font-size: 16px;
    color: #808080;
    line-height: 1.5;
    margin-bottom: 10px;
}
.culture-list .list-item:hover {
    -webkit-box-shadow: 0 15px 30px rgb(0 0 0 / 10%);
    box-shadow: 0 15px 30px rgb(0 0 0 / 10%);
    -webkit-transform: translate3d(0,-2px,0);
    transform: translate3d(0,-4px,0);
}
.culture-list .list-item:hover img {
    transform: rotate(360deg);
}
.about-advantage .col-md-7 img {
    max-width: 100%;
}
.about-advantage .col-md-5 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.about-advantage .col-md-5 p {
    font-size: 22px;
    color: #fff;
    line-height: 70px;
}
.about-advantage .col-md-5 strong {
    font-size: 36px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 700;
    line-height: 70px;
}
.staff-img p {
    font-size: 16px;
    line-height: 1.5;
    color: #333;
    text-align: center;
    margin-bottom: 36px;
}
.staff-img p .more {
    display: inline-block;
    color: #3760f4;
    border: 1px solid #3760f4;
    padding: 10px 0 10px 15px;
    font-size: 0;
    height: 42px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}
.staff-img p .more span {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 1.5;
}
.staff-img p .more i {
    font-size: 40px;
    line-height: 0;
    margin-left: 40px;
    margin-right: -5px;
    vertical-align: middle;
    display: inline-block;
}
.staff-img p .more:hover {
    color: #fff;
    background: #3760f4;
}
.staff-img img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}
.staff-animate {
    position: relative;
}
.staff-animate .a2 {
    position: absolute;
    left: 25%;
    top: 6%;
    width: 6%;
    /*height: 72px;*/
    animation: animate-circle 3s linear infinite;
}
@keyframes animate-circle {
    0%{-webkit-transform:rotate(0deg);}
    25%{-webkit-transform:rotate(90deg);}
    50%{-webkit-transform:rotate(180deg);}
    75%{-webkit-transform:rotate(270deg);}
    100%{-webkit-transform:rotate(360deg);}
}
@-webkit-keyframes animate-circle {
    0%{-webkit-transform:rotate(0deg);}
    25%{-webkit-transform:rotate(90deg);}
    50%{-webkit-transform:rotate(180deg);}
    75%{-webkit-transform:rotate(270deg);}
    100%{-webkit-transform:rotate(360deg);}
}
/* 关于我们 */

/* 经典案例 */
.case-list {
    
}
.case-list .list-item {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 30px;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 30px;
}
.case-list .list-item:hover h4 {
    color: #3760f4;
}
.case-list .item-img {
    flex: none;
    width: 380px;
    max-width: 100%;
    margin-right: 40px;
}
.case-list .item-text {
    flex: 1;
    overflow: hidden;
}
.case-list .item-text h4 {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    color: #333;
    margin-bottom: 15px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}
.case-list .item-text .intro {
    font-size: 16px;
    line-height: 1.5;
    color: #333;
    margin-bottom: 50px;
}
.case-list .item-text button {
    cursor: pointer;
    width: 150px;
    line-height: 20px;
    font-size: 14px;
    color: #3760f4;
    text-align: left;
    border: 1px solid #3760f4;
    background: #fff;
    padding: 14px 15px;
    position: relative;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}
.case-list .item-text button i {
    position: absolute;
    right: 0;
    top: 15px;
    font-size: 36px;
}
.case-list .item-text button:hover {
    background: #3760f4;
    color: #fff;
}
/* 经典案例 */

/* 新闻列表 */
.news-nav  {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.news-nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: 45px;
}
.news-nav ul li {
    margin: 0 35px;
}
.news-nav ul a {
    display: block;
    font-size: 18px;
    line-height: 1.5;
    color: #7e7e7e;
    position: relative;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}
.news-nav ul a:after {
    content: "";
    position: absolute;
    left: -35px;
    top: 4px;
    height: 20px;
    width: 2px;
    background: #e6e6e6;
}
.news-nav li:first-child a:after {
    display: none;
}
.news-nav li:hover a,
.news-nav li.active a {
    color: #333;
}
.news-list .col-md-4 {
    margin-bottom: 20px;
}
.news-list .list-item {
    display: block;
    height: 100%;
    border: 1px solid #E6E6E6;
}
.news-list .item-padding {
    height: 0;
    padding-bottom: 75%;
    position: relative;
}
.news-list .item-padding img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}
.news-list .item-padding .item-time {
    position: absolute;
    left: 0;
    top: 0;
    background: #3760F4;
    padding: 10px;
}
.news-list .item-time span:nth-child(1) {
    display: block;
    font-size: 30px;
    line-height: 1.3;
    color: #fff;
    text-align: center;
}
.news-list .item-time span:nth-child(2) {
    display: block;
    font-size: 14px;
    line-height: 1.5;
    color: #fff;
    text-align: center;
}
.news-list .item-text {
    padding: 30px;
}
.news-list .item-text h4 {
    font-size: 18px;
    line-height: 1.5;
    color: #333;
    margin-bottom: 10px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}
.news-list .item-text p {
    font-size: 14px;
    line-height: 1.5;
    color: #808080;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3; /* 行数 */
    -webkit-box-orient: vertical;
}
.news-list .list-item:hover img {
    transform: scale(1.08);
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
}
.news-list .list-item:hover h4 {
    color: #3760f4;
}

.zxmore {
    display:none;
}
/* 新闻列表 */

/* 产品栏目列表 */
.product-sort-nav li {
    float: left;
    width: 16.6%;
}
.product-sort-nav li a {
    display: flex;
    /*justify-content: space-between;*/
    padding: 35px 20px;
    border-right: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    transition: all .5s;
}
.product-sort-nav li a span {
    font-size: 18px;
    color: #505050;
    transition: all .5s;
}
.product-sort-nav li a span:nth-child(1) {
    display: inline-block;
    
    margin:0 auto;
}
.product-sort-nav li a span:nth-child(2) {
    display: inline-block;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
    .product-sort-nav li a:hover {
        background: #F74B37;
    }
.product-sort-nav li a:hover span {
    color: #fff;
}
.product-sort-list {
    overflow: hidden;
}
.product-sort-list .list-item .container {
    padding: 170px 0;
}
.product-sort-list .list-item:nth-child(odd) .product-sort-box {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.76) 52%, #000000 100%);
}
.product-sort-list .list-item:nth-child(even) .product-sort-box {
    background: linear-gradient(-90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.76) 52%, #000000 100%);
}
.product-sort-list .item-text h4 {
    font-size: 33px;
    font-weight: 500;
    line-height: 1.5;
    color: #fff;
    margin-bottom: 30px;
}
.product-sort-list .item-text .intro {
    font-size: 18px;
    line-height: 1.5;
    color: #fff;
    margin-bottom: 50px;
}
.product-sort-list  .list-item:nth-child(odd) .row .col-md-6:first-child {
    opacity: 0;
}
.product-sort-list  .list-item:nth-child(even) .row .col-md-6:last-child {
    opacity: 0;
}
    .product-sort-list .item-text a.more {
        display: inline-block;
        width: 174px;
        height: 50px;
        font-size: 16px;
        line-height: 50px;
        color: #fff;
        text-align: center;
        background: url(/static/images/icon-ling.svg) no-repeat center;
        background-size: contain;
    }
.product-sort-list .item-text a.more span {
    display: block;
    width: 174px;
    height: 50px;
    /* border: 1px solid #fff; */
}
/*.product-sort-list .item-text a.more:after {
    content: "";
    width: 50px;
    height: 50px;
    border: 1px solid #fff;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    position: absolute;
    left: -32px;
    top: -32px;
}
.product-sort-list .item-text a.more:before {
    content: "";
    width: 50px;
    height: 50px;
    border: 1px solid #fff;
    position: absolute;
    right: -32px;
    bottom: -32px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
.product-sort-list .item-text a.more span:after {
    content: "";
    width: 149px;
    height: 25px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    position: absolute;
    right: 0;
    top: 0;
}
.product-sort-list .item-text a.more span:before {
    content: "";
    width: 149px;
    height: 25px;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    position: absolute;
    left: 0;
    bottom: 0;
}*/
/* 产品栏目列表 */

/* 产品列表 */
.product-banner-box {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.76) 52%, #000000 100%);
}
.product-title h2 {
    font-size: 35px;
    font-weight: 500;
    line-height: 1.5;
    color: #fff;
    margin-bottom: 30px;
}
.product-title p {
    font-size: 18px;
    line-height: 1.5;
    color: #fff;
    margin-bottom: 10px;
}
.product-fileds .fileds-item {
    display: flex;
    padding: 35px 30px;
    background: #fff;
    margin-bottom: 40px;
    border: 1px solid #ECECEC;
}
.product-fileds .fileds-item span:nth-child(1) {
    min-width: 82px;
    margin-right: 20px;
}
.product-fileds ul li {
    float: left;
    margin-right: 25px;
}
.product-fileds span {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    line-height: 1.5;
    color: #333;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}
.product-fileds i {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    border: 1px solid #b4b4b4;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    position: relative;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}
.product-fileds li i:after {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}
.product-fileds li:hover span {
    color: #3760f4;
}
.product-fileds li:hover i {
    border-color: #3760f4;
}
.product-fileds li.active i {
    border-color: #3760f4;
}
.product-fileds li:hover i:after,
.product-fileds li.active i:after {
    width: 8px;
    height: 8px;
    background: #3760f4;
}
.product-list .list-item {
    display: block;
    margin-bottom: 20px;
}
.product-list .item-img {
    height: 0;
    padding-bottom: 100%;
    position: relative;
    overflow: hidden;
}
.product-list .list-item img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}
.product-list .list-item p {
    padding: 20px 10px;
    font-size: 18px;
    line-height: 1.5;
    color: #333;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}
.product-list .list-item:hover img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
}
.product-list .list-item:hover p {
    color: #3760f4;
}
/* 产品列表 */

/* 产品详情页 */
.section.product {
    margin-top: 75px;
    padding-top: 60px;
    overflow: hidden;
}
.product-content {
    display: flex;
    flex-wrap: wrap;
}
.product-c-left {
    flex: 0 0 200px;
    width: 200px;
}
.product-c-right {
    flex: 1;
}
.position-nav {
    margin-top: 10px;
    margin-bottom: 12px;
}
.position-nav a {
    display: inline-block;
    font-size: 14px;
    color: #808080;
    line-height: 1.5;
    position: relative;
    margin-right: 20px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}
.position-nav a:hover {
    color: #3760f4;
}
.position-nav a:hover i {
    color: #808080;
}
.position-nav a i {
    position: absolute;
    right: -14px;
    top: -1px;
}
.position-nav a:last-child i {
    display: none;
}
.product-top h1 {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    color: #333;
    margin-bottom: 15px;
}
.product-top .p-info {
    margin-bottom: 15px;
}
.product-top .p-info-text {
    background: #f3f3f3;
    padding: 25px 15px 20px 5px;
}
.product-top .p-tel p,
.product-top .p-info-text p {
    display: flex;
    justify-content: flex-start;
    font-size: 14px;
    line-height: 1.5;
    color: #333;
    margin-bottom: 5px;
}
.product-top .p-tel span,
.product-top .p-info-text span {
    width: 84px;
    flex: none;
    font-size: 14px;
    line-height: 1.5;
    color: #808080;
    display: flex;
    justify-content: space-around;
    margin-right: 10px;
}
.product-top .p-tel {
    font-size: 14px;
    line-height: 1.5;
    color: #333;
    margin-bottom: 5px;
    padding: 10px 15px 10px 5px;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 20px;
}
.product-top .btn-default {
    display: inline-block;
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    background: #3760f4;
    padding: 8px 50px;
    margin-bottom: 20px;
}
.p-info-bg {
    display: block;
    height: 45px;
    background: linear-gradient(135deg, #6899FA 0%, #3760F4 100%);
}
.product-c-right .tab-hd {
    background: #f7f7f7;
    border-bottom: 1px solid #3760f4;
}
.product-c-right .tab-hd span {
    display: inline-block;
    font-size: 14px;
    line-height: 40px;
    padding: 0 24px;
    color: #333;
    cursor: pointer;
}
.product-c-right .tab-hd span.active {
    color: #fff;
    background: #3760f4;
}
.content-type {
    display: flex;
    flex-wrap: wrap;
    padding: 40px;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 25px;
}
.content-type span {
    width: 33.3333%;
    font-size: 14px;
    line-height: 30px;
    color: #808080;
}
.content-main {
    color: #808080;
    padding: 20px 0px;
}
.content-main span,
.content-main p {
    font-size: 16px;
    line-height: 1.5;
    color: #808080;
}
.content-main h1,
.content-main h2,
.content-main h3,
.content-main h4 {
    color: #808080;
}
.content-main p {
    margin-bottom: 15px;
}
.content-main p strong {
    color: #333;
    font-weight: 700;
}
.content-main img,
.content-main video,
.content-main table {
    height: 100%;
    max-width: 100%;
}
.content-main table h1,
.content-main table h2,
.content-main table h3,
.content-main table h4,
.content-main table h5,
.content-main table p {
    margin-bottom: 0;
}
.content-main table td {
    font-size: 16px;
    line-height: 1.5;
    padding: 15px 0;
    color: #808080;
    vertical-align: middle;
}
.product-table td {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.product-table td.ul p {
    position: relative;
    line-height: 3;
}
.product-table td.ul p:after {
    content: "";
    width: 40px;
    height: 1px;
    background: #ddd;
    position: absolute;
    bottom: 0;
    left: 0;
}
.content-main h3 {
    color: #808080;
    margin-bottom: 15px;
}
.content-main h1,
.content-main h2,
.content-main h4 {
    margin-bottom: 15px;
}
.product-changjing li p {
    padding-left: 30px;
    line-height: 2;
    color: #808080;
    position: relative;
}
.product-changjing li p:after {
    content: "";
    width: 30px;
    height: 30px;
    background: url(/static/images/icon-gou.svg) no-repeat left center;
    background-size: 20px 20px;
    position: absolute;
    top: 1px;
    left: 0;
}

/* 详情页轮播图 */
.swiper-box {
    width: 100%;
    margin-bottom: 20px;
}
.pic_page {
    position: absolute;
    z-index: 100;
    right: 20px;
    bottom: 20px;
    font-size: 18px;
    color: #FF5909;
    font-weight: bold;
}
.view {
    position: relative;
}
.swiper-padding {
    height: 0;
    position: relative;
    padding-bottom: 100%;
}
.view .swiper-container {
    width: 100%;
    height: 100%;
    position: absolute;
}
.view .swiper-container img {
    width: 100%;
    height: 100%;
    border: 1px solid #E6E6E6;
}
.view .arrow-left {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -25px;
    width: 28px;
    height: 50px;
    background: url('../images/arrow_l.png') no-repeat center;
    background-size: 100%;
    z-index: 10
}
.view .arrow-right {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -25px;
    width: 28px;
    height: 50px;
    background: url('../images/arrow_r.png') no-repeat center;
    z-index: 10
}
.view .swiper-slide div {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}
.preview {
    width: 100%;
    height: 90px;
    margin-top: 18px;
    position: relative;
}
.preview .swiper-container {
    margin-left: 45px;
    margin-right: 45px
}
.preview .swiper-slide {
    width: 110px;
    height: 90px;
    cursor: pointer;
    overflow: hidden;
}
.preview .swiper-slide img {
    width: 90px;
    height: 90px;
    margin: 0 auto 0 10px;
    border: 1px solid #E6E6E6;
}
.preview .arrow-right,
.preview .arrow-left {
    position: absolute;
    top: 10px;
    margin-top: -10px;
    width: 40px;
    height: 90px;
    background: #f5f5f5;
    text-align: center;
    z-index: 10;
    overflow: hidden;
}
.preview .arrow-left {
    left: 0px;
}
.preview .arrow-right {
    right: 0px;
}
.preview .arrow-left i,
.preview .arrow-right i {
    font-size: 70px;
    line-height: 90px;
    transform: translateX(-15px);
    display: inline-block;
    transition: all .5s;
}
.preview .arrow-left:hover i,
.preview .arrow-right:hover i {
    color: #3760f4;
}
.preview .active-nav img {
    padding: 0;
    border: 1px solid #3760f4;
    opacity: .9;
}
/* 详情页轮播图 */
/* 产品详情页 */

/* 合作伙伴 */
.partner-company .partner-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.partner-company .partner-list .col-8-1:first-child {
    margin-left: 0;
}
.partner-list {
    margin-bottom: 8%;
}
.partner-list .col-8-1 {
    float: left;
    width: 16.66%;
    margin-bottom: -106px;
}
    .partner-list .col-8-1:nth-child(7) {
        margin-left: 8.33%;
    }
    .partner-list .col-8-1:nth-child(18) {
        margin-left: 25%;
    }
.partner-list .list-item {
    position: relative;
}
.partner-list .list-item img {
    width: 100%;
    display: block;
    transition: all .5s;
    position: relative;
    z-index: 2;
}
.partner-list .list-item .back {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform: rotateY(180deg);
    z-index: 1;
}
.partner-list .list-item:hover img {
    /*transform: scale(1.1);*/
    transform: rotateY(180deg);
    z-index: 1;
}
.partner-list .list-item:hover .back {
    transform: rotateY(360deg);
    z-index: 2;
}
/* 合作伙伴 */


.service-speed {
    background: url(../images/service-bg1.jpg) no-repeat center;
    background-size: cover;
}
.speed-list {
    margin-top: 70px;
}
.speed-list .list-item {
    padding: 50px;
}
.speed-list .list-item img {
    width: 100px;
    height: 100px;
    display: block;
    margin: 0 auto;
}
.speed-list .list-item h4 {
    font-size: 20px;
    font-weight: 500;
    color: #333;
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: center;
}
.speed-list .list-item p {
    font-size: 16px;
    line-height: 1.5;
    color: #808080;
    text-align: center;
}
.repair-list .item-img {
    height: 0;
    position: relative;
    padding-bottom: 51.7%;
    overflow: hidden;
}
.repair-list .item-img img {
    width: 100%;
    height: 100%;
    position: absolute;
}
.repair-list .item-text {
    background: #fff;
    padding: 25px;
    border: 1px solid #E1E6F0;
    height: 225px;
}
.repair-list .item-text h4 {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    color: #333;
    margin-bottom: 20px;
}
.repair-list .item-text p {
    font-size: 16px;
    line-height: 1.5;
    color: #7e7e7e;
}

.case-content-box {
    padding: 60px;
    background: #fff;
}
.case-content-box h1 {
    font-size: 24px;
    line-height: 1.5;
    color: #333;
    margin-bottom: 24px;
}
.case-content-box .time {
    font-size: 14px;
    line-height: 1.5;
    color: #7e7e7e;
    margin-bottom: 45px;
}
.content-editor {
    font-size: 14px;
    color: #808080;
    line-height: 1.8;
}
.content-editor p {
    margin-bottom: 10px;
}
.content-editor h2 {
    font-size: 24px;
    font-weight: 700;
    color: #000;
}
.content-editor h3 {
    font-size: 20px;
    font-weight: 700;
    color: #333;
}
.content-editor h4 {
    font-size: 18px;
    font-weight: 700;
    color: #333;
}
.content-editor h5 {
    font-size: 16px;
    font-weight: 700;
    color: #333;
}
.content-editor img,
.content-editor table,
.content-editor video {
    height: auto;
    max-width: 100%;
}
.content-editor table {
    width: 100% !important;
}
.content-editor table p {
    margin-bottom: 0;
}
.content-editor table td {
    padding: 5px;
    vertical-align: middle;
}
.news-c-right .news-c-nav {
    padding-bottom: 20px;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 30px;
}
.news-c-nav li a {
    display: block;
    font-size: 16px;
    line-height: 1.5;
    color: #333;
    padding: 15px;
}
.news-c-nav li.active a {
    color: #fff;
    background: #3760f4;
}
.hot-news > p {
    font-size: 16px;
    line-height: 1.5;
    color: #808080;
    margin-bottom: 30px;
}
.hot-news-list li a {
    display: block;
    padding-left: 15px;
    font-size: 14px;
    color: #333;
    line-height: 1.5;
    position: relative;
}
.hot-news-list li {
    padding-bottom: 20px;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 20px;
}
.hot-news-list li i {
    display: block;
    width: 14px;
    height: 14px;
    font-size: 30px;
    color: #333;
    position: absolute;
    left: -8px;
    top: -11.6px;
}
.search-news {
    position: relative;
}
.search-news input {
    width: 100%;
    height: 40px;
    font-size: 12px;
    line-height: 40px;
    color: #808080;
    border: 1px solid #E6E6E6;
    padding: 0 45px 0 15px;
}
.search-news button {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 0;
    font-size: 20px;
    color: #fff;
    background: #3760f4;
    position: absolute;
    right: 0;
    top: 0;
}

.product-recommend h4 {
    background: #f7f7f7;
    border-bottom: 1px solid #3760f4;
    margin-bottom: 10px;
}
.product-recommend h4 span {
    display: inline-block;
    font-size: 14px;
    line-height: 40px;
    color: #fff;
    padding: 0 24px;
    background: #3760f4;
}
.recommend-list {
    margin-bottom: 20px;
}
.recommend-list a {
    display: block;
}
.recommend-list .item-text {
    padding: 0;
    text-align: center;
}
.recommend-list .item-text h4 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.recommend-list .item-text p {
    font-size: 14px;
    line-height: 1.5;
    color: #333;
    padding: 0;
}
.product-c-left {
    flex: none;
    width: 200px;
    border: 1px solid #EAEAEA;
    margin-bottom: 20px;
    margin-right: 20px;
}
.product-c-left h3 {
    padding: 0 15px;
    font-size: 14px;
    line-height: 40px;
    background: #F7F7F7;
}
.product-c-left .recommend-list {
    padding: 20px 20px 0 20px;
}
.product-c-left .recommend-list li {
    margin-bottom: 10px;
}
.product-c-right {
    flex: 1;
}

.search-main .search-form {
    max-width: 980px;
    margin: 0 auto 30px auto;
    position: relative;
}
.search-main .search-form input {
   width: 100%;
   height: 50px;
   border: 1px solid #ccc;
   font-size: 18px;
   line-height: 48px;
   color: #808080;
   padding: 0 75px 0 15px;
}
.search-main .search-form button {
    position: absolute;
    right: 0;
    top: 0;
    width: 70px;
    height: 50px;
    line-height: 50px;
    border: 0;
    font-size: 20px;
    color: #fff;
    background: #3760f4;
    cursor: pointer;
}
.search-main .key {
    font-size: 18px;
    line-height: 1.5;
    color: #808080;
    margin-top: 15px;
}
.search-main .key strong {
    font-weight: 700;
    color: red;
}
.search-list {
    max-width: 1040px;
    margin: 0 auto;
}
.search-list .list-item {
    margin-bottom: 20px;
    padding: 10px;
    background: #fff;
    transition: all .5s;
    border-bottom: 1px solid #ebebeb;
}
.search-list .sort {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    margin-bottom: 15px;
    transition: all .5s;
}
.search-list .sort:hover {
    color: #3760f4;
}
.search-list h4 {
    margin-bottom: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 15px;
}
.search-list h4 a {
    display: block;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    color: #1a1919;
    transition: all .5s;
}
.search-list h4:hover a {
    color: #3760f4;
}
.search-list .list-item .more {
    font-size: 14px;
    color: #808080;
    line-height: 36px;
    /* border-bottom: 1px solid rgba(0, 0, 0, 0.1); */
    padding-right: 40px;
    display: inline-block;
    position: relative;
}
.search-list .list-item:hover {
    box-shadow: 0px 2px 6px 0px rgb(0 0 0 / 10%);
}

.setit {
font-size:40px;
font-weight:bold;
text-align:center;
}
.semtit {
    font-size: 18px;
    font-weight:400;
    text-align:center;
    color:#333333;
    opacity:0.5;
}


.toptel {
    font-size: 16px;
    float: right;
    color: #ffffff;
    padding: 0 34px 0 0;
}


.header-fixed .toptel {
    color:#F74B37;
}

.toptel a {
    font-size: 14px;
    padding: 0 36px 0 10px;
}

.header-fixed .toptel a {
        
        color: #333333;
       
    }

.mbbg2 {
    background: url(/static/images/banner02.jpg) no-repeat center;
    background-size: cover;
}

.mbant {
    font-size: 1.25em;
    width: 90%;
}

.mbanmg {

padding:0;

}
.casetit {
    text-align:center;
}
.zxzx {
    border: 0;
    width: 100%;
    padding:60px 0;
    height: 80vh;
    overflow: auto
}

.zxfyz {
    position: absolute;
    left: 5vw;
    top: 42%;
}
.zxfyy {
    position: absolute;
    right: 5vw;
    top: 42%;
}

.zxbg {
background:linear-gradient(to bottom,#ffffff,#efefef);

}
.fl { float:left;
}

.fr {
    float: right;
}

.mgr20 {
margin-right:20px;
}

.botadr {
    width: 100%;
    text-decoration: none;
    line-height: 20px;
    color: rgba(255,255,255,.4);
}

.zxim {
    width: inherit;
    height: 36.14%;
   
    overflow: hidden;
}

    .zxim img {
        height: auto;
       
        max-width: 100%;
      
        
    }

    @media (min-width: 1200px) {

        /*    .setit {
        font-size: 30px;
        font-weight: bold;
        text-align: center;
    }

    .semtit {
        font-size: 14px;
        font-weight: 400;
        text-align: center;
        opacity: 0.5;
    }*/

    }

    @media (max-width: 766px) {

        .zxim {
            width: 100%;
            height: 18.32%;
            display: flex;
            justify-content: center;
            align-items: center;
            overflow: hidden;
        }
            .zxim img {
                height: auto;
                width: auto;
                max-width: 100%;
            }

        .zxqhjt {
            display: none;
        }

        .zxmore {
            font-size: 14px;
            color: #666666;
            text-align: center;
            margin: 0 auto;
            display: block;
        }

            .zxmore a {
                text-decoration-line: none;
            }

        .botadr span img {
            width: 16px;
            height: 16px;
        }

        .mgr20 {
            margin: 0;
        }

        .partner-list {
            margin: 4vh 0 8vh 0;
        }

            .partner-list .col-8-1 {
                width: 25%;
                margin-bottom: -36px;
            }

                .partner-list .col-8-1:nth-child(1) {
                    margin-left: 12.5%;
                }

                .partner-list .col-8-1:nth-child(8) {
                    margin-left: 12.5%;
                }

                .partner-list .col-8-1:nth-child(7) {
                    margin-left: 0;
                }

                .partner-list .col-8-1:nth-child(15) {
                    margin-left: 12.5%;
                }

                .partner-list .col-8-1:nth-child(18) {
                    margin-left: 25%;
                }

                .partner-list .col-8-1:nth-child(20) {
                    margin-left: 37.5%;
                }


        .programmeList li {
            background: none;
        }

        .containerbt {
            padding: 0 15px;
        }

        .zxfyz {
            position: absolute;
            left: 4vw;
            top: 1330px;
            margin-top: 20px;
        }

            .zxfyz img {
                width: 48px;
            }

        .zxfyy img {
            width: 48px;
        }

        .zxfyy {
            position: absolute;
            right: 4vw;
            top: 1330px;
            margin-top: 20px;
        }

        .zxzx {
            border: 0;
            width: 100%;
            height: 1320px;
            overflow: auto
        }

        .casetit .casetit span {
            text-align: center;
            padding-left: 0;
            font-size: 1em;
        }

        .mbbg2 {
            background: url(/static/images/banner02-phone.jpg) no-repeat center;
            background-size: cover;
        }

        .mbanmg {
            padding: 0;
            right: 7%;
        }

        .mbant {
            font-size: 1em;
            width: 100%;
            left: 7%;
        }

        .toptel {
            display: none;
        }
    }

    @media (min-width: 1440px) {
    }

    @media (min-width: 1600px) {
        .container {
            width: 1600px;
            max-width: 1600px;
        }

        .index-partner .container {
            width: 1600px;
            max-width: 1600px;
        }
    }

    @media (min-width: 1200px) {
        .newgs {
        padding:6em 0 0 0;
        
        }

        .containerbt {
            width: 1200px;
            max-width: 1200px;
            margin: 0 auto;
        }
    }

    @media (min-width: 768px) {
        .container {
            max-width: 100%;
            padding: 0 15px;
            margin: 0 auto;
        }

        .row {
            margin-left: -10px;
            margin-right: -10px;
            display: -ms-flexbox;
            display:flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        }
        .rowzx {
            margin-left: -10px;
            margin-right: -10px;
            display: -ms-flexbox;
            display: block;
        }
        .col-md-2 {
            flex: 0 0 16.66666%;
            max-width: 16.66666%;
        }

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

        .col-md-4 {
            flex: 0 0 33.33333%;
            max-width: 33.33333%;
        }

        .col-md-5 {
            flex: 0 0 41.66666%;
            max-width: 41.66666%;
        }

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

        .col-md-7 {
            flex: 0 0 58.33333%;
            max-width: 58.33333%;
        }

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

        .col-md-10 {
            flex: 0 0 100%;
            max-width: 100%;
        }

        .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
            position: relative;
            width: 100%;
            padding-left: 10px;
            padding-right: 10px;
        }
    }

    @media (max-width: 1680px) {
        .nav > li {
            margin: 0 25px;
        }

        .index-product .swiper-text h4 {
            max-width: 600px;
        }

        .index-product .swiper-text p {
            max-width: 600px;
        }
    }

    @media (max-width: 1440px) {
        .nav > li {
            margin: 0 18px;
        }
    }

    @media (max-width: 1368px) {
        .nav > li {
            margin: 0 14px;
        }

        .container {
            padding: 0;
        }
    }

    @media (max-width: 1200px) {
        .index-product .swiper-text h4 {
            max-width: 100%;
        }

        .index-product .swiper-text p {
            max-width: 100%;
        }

        .nav > li {
            margin: 0 10px;
        }

        .logo {
            height: 44px;
            margin-top: 5px;
            background-size: contain;
        }
    }

    @media (max-width: 1024px) {
        .menu {
            display: block;
            float: right;
            cursor: pointer;
            height: 40px;
            width: 30px;
            position: absolute;
            top: -5px;
            right: 5px;
        }

            .menu span {
                display: inline-block;
                width: 30px;
                height: 3px;
                background-color: #333;
                border-radius: 5px;
                position: absolute;
                top: 20px;
                left: 0px;
            }

                .menu span:before {
                    content: '';
                    display: inline-block;
                    width: 30px;
                    height: 3px;
                    background-color: #333;
                    border-radius: 5px;
                    position: absolute;
                    top: -10px;
                    left: 0px;
                    transition: transform 0.1s ease-out,top 0.3s ease 0.2s;
                    transform: rotate(0deg);
                }

                .menu span:after {
                    content: '';
                    display: inline-block;
                    width: 30px;
                    height: 3px;
                    background-color: #333;
                    border-radius: 5px;
                    position: absolute;
                    top: 10px;
                    left: 0px;
                    transition: transform 0.1s ease-out,top 0.3s ease 0.2s;
                    transform: rotate(0deg);
                }

        .header.fixed .menu span, .header-fixed.fixed .menu span {
            background-color: transparent !important;
        }

            .header.fixed .menu span:before, .header-fixed.fixed .menu span:before {
                transition: top 0.3s ease,transform 0.1s ease-out 0.2s;
                transform: rotate(45deg);
                top: 0px;
            }

            .header.fixed .menu span:after, .header-fixed.fixed .menu span:after {
                transition: top 0.3s ease,transform 0.1s ease-out 0.2s;
                transform: rotate(-45deg);
                top: 0px;
            }

        .header .menu span,
        .header .menu span:before,
        .header .menu span:after,
        .header-fixed .menu span,
        .header-fixed .menu span:before,
        .header-fixed .menu span:after {
            background-color: #fff;
        }

        .header-fixed.a .menu span,
        .header-fixed.a .menu span:before,
        .header-fixed.a .menu span:after,
        .header-fixed.active .menu span,
        .header-fixed.active .menu span:before,
        .header-fixed.active .menu span:after {
            background-color: #000;
        }

        .header .container-fluid,
        .header-fixed .container-fluid {
            position: relative;
            z-index: 4;
        }

        .header::after {
            content: "";
            display: block;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.55);
            position: fixed;
            top: 0;
            left: 0;
            z-index: 2;
            visibility: hidden;
            opacity: 0;
            transition: all .5s;
            -webkit-transition: all .5s;
            -moz-transition: all .5s;
            -ms-transition: all .5s;
            -o-transition: all .5s;
        }

        .header.fixed::after,
        .header-fixed.fixed::after {
            visibility: inherit;
            opacity: 1;
        }

        .navbar {
            display: block;
            position: fixed;
            top: 100%;
            right: -300px;
            width: 300px;
            height: calc(100% - 65px);
            transition: all .5s;
            -webkit-transition: all .5s;
            -moz-transition: all .5s;
            -ms-transition: all .5s;
            -o-transition: all .5s;
        }

            .navbar.active {
                top: 66px;
                right: 0;
                background: #fff;
            }

            .navbar .nav {
                width: 300px;
                height: 100%;
                overflow: auto;
                padding: 20px;
                flex: 1;
            }

            .navbar.active li {
                width: 100%;
                margin: 0;
            }

            .navbar.active .nav > li > a {
                color: #333;
                line-height: 50px;
            }

        .logo {
            height: 36px;
        }

        .header,
        .header-fixed {
            padding: 15px;
        }

        .partner-list {
            padding: 0;
        }



        .banner-container {
            padding: 0 15px;
        }

        .index-banner .swiper-button-next, .index-banner .swiper-container-rtl .swiper-button-prev {
            right: -15px;
        }

        .index-banner .swiper-button-prev, .index-banner .swiper-container-rtl .swiper-button-next {
            left: 5px;
        }

        .index-product {
            min-height: calc(100vh - 60px);
        }

            .index-product .page-title {
                top: 35px;
            }

        .page-title.white h3 {
            font-size: 24px;
        }

        .page-title.white p {
            font-size: 14px;
        }

        .index-product .swiper-text h4 {
            font-size: 20px;
            margin-bottom: 10px;
        }

        .index-product .swiper-text p {
            font-size: 13px;
            width: 80%;
        }

        .nav .nav-down {
            position: relative;
            top: 0;
            left: 0;
            transform: translateX(0);
            -webkit-transform: translateX(0);
            -moz-transform: translateX(0);
            -ms-transform: translateX(0);
            -o-transform: translateX(0);
            opacity: 1;
            visibility: inherit;
            display: none;
            transition: all 0;
            -webkit-transition: all 0;
            -moz-transition: all 0;
            -ms-transition: all 0;
            -o-transition: all 0;
        }

            .nav .nav-down:after {
                display: none;
            }

        .nav-down > li > a,
        .navbar.active .nav-down li a {
            color: #fff;
        }

        .navbar.active .nav > li > a {
            line-height: 45px;
        }

        .nav > li > i {
            width: 45px;
            height: 45px;
            display: block;
            position: absolute;
            right: -15px;
            top: 0;
            font-size: 45px;
            color: #333;
            transition: all .5s;
            -webkit-transition: all .5s;
            -moz-transition: all .5s;
            -ms-transition: all .5s;
            -o-transition: all .5s;
        }

        .nav > li.down > i {
            transform: rotate(90deg);
            -webkit-transform: rotate(90deg);
            -moz-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            -o-transform: rotate(90deg);
        }

        .nav > li:hover .nav-down {
            top: 0;
        }

        .product-fileds .fileds-item {
            padding: 20px;
            margin-bottom: 20px;
        }

        .product-list .col-md-4 {
            width: 50%;
        }

        .product-list .list-item p {
            padding: 10px;
        }

        .product-list .list-item {
            margin-bottom: 10px;
        }

            .product-list .list-item p {
                font-size: 16px;
            }

        .section.product {
            padding-top: 20px;
        }

        .position-nav {
            display: none;
        }
    }

    @media (max-width: 767px) {
        .programmeList li > .media > .media-body {
        padding:2em 0;
        }

        .programmeList li > .media > .pull-left {
        display:contents;
        }
        .nnewsmain {
            width: 86vw;
            padding: 4em 0 2em 0;
            margin: 0 auto;
        }

        .newslistp {
            text-align: center;
            padding: 0.5em 0 3em 0;
            margin: 0 auto;
        }

        .newslistp .on {
            color: #F74B37;
        }

        .newslistp a {
            color: #666;
            margin: 0 1em;
        }


        .Contectmore {
            background-color: #fafafa;
            margin-bottom: 2em;
            overflow: hidden;
            display:table-caption;
        }

        .Contectmore > .pull-left {
            width: 80vw;
            height: auto;
            overflow: hidden;
        }

            .Contectmore > .pull-left img {
                width: 100%
            }

        .Contectmore > .media-body {
            padding: 3em;
            text-align: center;
            display:inline-block;
        }

        .prtuct-title span {
            font-size: 1em;
            
        }


        .banner-container2 {
            background: url(/static/images/case01.png) no-repeat center;
            background-size: cover;
        }

        .header-fixed {
            overflow: hidden;
        }

        .index-product .swiper-text .more {
            font-size: 14px;
            width: 120px;
        }

        .index-product .slide_detail {
            height: 60px;
            padding: 0 8px;
        }

            .index-product .slide_detail span:nth-child(1) {
                margin-right: 5px;
                font-size: 14px;
            }

            .index-product .slide_detail span {
                line-height: 60px;
            }

        .row {
            
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        }

        .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
            position: relative;
            margin: 0 auto;
        }

        .swiper-banner .swiper-slide h2 {
            font-size: 20px;
        }

        .swiper-banner .swiper-slide p {
            font-size: 14px;
            line-height: 24px;
            text-align: justify;
        }

        /*        .section {
            padding: 25px 0;
        }*/

        .page-title h3 {
            font-size: 24px;
        }

        .page-title p {
            font-size: 14px;
        }

        .page-title {
            margin-bottom: 20px;
        }

        .section.page-banner {
            height: 260px;
        }

        .section.page-banner-product {
            height: 400px;
        }

        .product-title h2 {
            font-size: 24px;
            margin-bottom: 20px;
        }

        .product-title p {
            font-size: 14px;
        }

        .page-banner .container {
            padding-top: 40px;
        }

        .page-banner .banner-title h2 {
            font-size: 28px;
            margin-bottom: 10px;
        }

        .page-banner .banner-title p {
            letter-spacing: 15px;
            padding-left: 15px;
        }

        .partner-list .col-8-1 {
            /* width: 33.33333%; */
            /*            margin-bottom: -14px;*/
        }

        /*        .partner-list {
            margin-bottom: 10px;
        }*/
        /* .partner-list .col-8-1:nth-child(9n+1) {
        margin-left: 0;
    }
    .partner-list .col-8-1:nth-child(5n+1),
    .partner-list .col-8-1:first-child {
        margin-left: 16.66666%;
    } */

        .news-nav ul {
            margin-bottom: 25px;
        }

            .news-nav ul li {
                margin: 0 15px;
            }

            .news-nav ul a:after {
                left: -15px;
            }

        .news-list .item-text {
            padding: 15px;
        }

        .case-content-box {
            padding: 20px;
            margin-bottom: 20px;
        }

        .case-list .item-text {
            padding: 15px 0;
        }

            .case-list .item-text h4 {
                font-size: 18px;
                margin-bottom: 10px;
            }

            .case-list .item-text .intro {
                font-size: 14px;
                margin-bottom: 15px;
            }

            .case-list .item-text button {
                padding: 10px;
            }

                .case-list .item-text button i {
                    top: 10px;
                }

        .case-list .list-item {
            padding-bottom: 10px;
            margin-bottom: 25px;
        }

        .certificate-main .swiper-button-next, .certificate-main .swiper-button-prev {
            width: 40px;
            height: 40px;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        }

            .certificate-main .swiper-button-next i, .certificate-main .swiper-button-prev i {
                font-size: 40px;
            }

        .certificate-main .swiper-button-prev, .certificate-main .swiper-container-rtl .swiper-button-next {
            left: 10px;
        }

        .certificate-main .swiper-button-next, .certificate-main .swiper-container-rtl .swiper-button-prev {
            right: 10px;
        }

        .certificate-main .swiper-pagination {
            bottom: 0;
        }

            .certificate-main .swiper-pagination span {
                margin: 0 3px;
            }

            .certificate-main .swiper-pagination .swiper-pagination-bullet-active {
                width: 30px;
            }

        .company-number .col-md-4 {
            width: 33.33333%;
        }

        .company-number {
            margin-top: 30px;
        }

            .company-number img {
                width: 48px;
                height: 48px;
                margin-bottom: 5px;
                margin: 0 auto 10px auto;
            }

            .company-number span {
                text-align: center;
            }

            .company-number i {
                font-size: 36px;
                text-align: center;
            }

            .company-number .col-md-4:nth-child(1) i {
                width: auto;
            }

        .about-advantage .col-md-5 p {
            font-size: 14px;
            line-height: 45px;
        }

        .about-advantage .col-md-5 strong {
            font-size: 30px;
            line-height: 45px;
        }

        .culture-list .col-md-3 {
            width: 50%;
        }

        .culture-list .list-item {
            padding: 20px 10px;
            margin-bottom: 20px;
        }

            .culture-list .list-item img {
                width: 70px;
                height: 70px;
                margin-bottom: 20px;
            }

            .culture-list .list-item h4 {
                font-size: 18px;
            }

            .culture-list .list-item p {
                font-size: 14px;
            }

        .contact-list .list-item {
            padding: 20px;
            margin-bottom: 20px;
        }

        .contact-list .font_family {
            font-size: 40px;
            margin-bottom: 15px;
        }

        .contact-list .list-item p a {
            font-size: 24px;
            line-height: 1.5;
        }

        .contact-list .list-item p {
            font-size: 16px;
        }

        .footer-contact {
            padding: 25px 0 10px 0;
        }

        .copy-nav .footer-tel {
            width: 100%;
            text-align: center;
        }

        .footer-nav {
            display: none;
        }

        .footer-copy {
            padding: 20px 0;
        }

        .footer-contact .wxcode .show-code {
            left: -35px;
        }

        .copyright {
            flex-wrap: wrap;
        }

            .copyright span {
                width: 100%;
                text-align: center;
                display: block;
                line-height: 24px;
            }

        /*                .copyright span a {
                    display: block;
                }*/

        .product-sort-nav {
            width: 100%;
            overflow-x: auto;
            padding: 0 15px;
        }

            .product-sort-nav ul {
                display: flex;
            }

            .product-sort-nav li {
                width: 100%;
            }

                .product-sort-nav li a {
                    min-width: 260px;
                    padding: 15px;
                    font-size:1em;
                }

                    .product-sort-nav li a span {
                        font-size: 0.9em;
                    }

        .product-sort-list .list-item:nth-child(even) .row .col-md-6:last-child,
        .product-sort-list .list-item:nth-child(odd) .row .col-md-6:first-child {
            display: none;
        }

        .product-sort-list .list-item .container {
            padding: 60px 0;
        }

        .product-sort-list .item-text h4 {
            font-size: 1.25em;
            margin-bottom: 10px;
        }

        .product-sort-list .item-text .intro {
            font-size: 0.9em;
            margin-bottom: 20px;
        }
        .product-sort-list .item-text a.more {
        width:120px;
        font-size:0.88em;
        }

        .product-sort-list .item-text a.more span {
            width: 120px;
         
        }

        .recommend-list {
            flex-wrap: nowrap;
            overflow: auto;
            padding-bottom: 10px;
        }

            .recommend-list .col-md-2 {
                width: 120px;
            }

            .recommend-list .list-item .item-img {
                width: 120px;
            }

            .recommend-list .item-text {
                width: 120px;
                padding: 10px 0;
            }

        .product-c-left {
            display: none;
        }

        .product-c-right .tab-hd span {
            padding: 0 12px;
        }

        .speed-list {
            margin-top: 0px;
        }

            .speed-list .list-item {
                padding: 15px 20px;
            }

                .speed-list .list-item img {
                    width: 48px;
                    height: 48px;
                }

                .speed-list .list-item h4 {
                    font-size: 18px;
                    margin-top: 15px;
                }

                .speed-list .list-item p {
                    font-size: 14px;
                }

        .repair-list .list-item {
            margin-bottom: 20px;
        }

        .repair-list .item-text {
            padding: 15px;
        }

            .repair-list .item-text h4 {
                font-size: 18px;
                margin-bottom: 10px;
            }

            .repair-list .item-text p {
                font-size: 14px;
            }

        .pagination li {
            margin-bottom: 5px;
        }

            .pagination li a,
            .pagination li span,
            .pagination li.active span {
                height: 36px;
                min-width: 36px;
                line-height: 36px;
            }

        .search-list .item-text {
            padding: 0;
        }

        .index-partner .partner-company .page-title {
            margin-top: 40px;
        }
    }

    @media (max-width: 380px) {
        .header .container-fluid, .header-fixed .container-fluid {
            height: 36px;
        }

        .logo {
            height: 30px;
            margin-top: 3px;
        }

        .index-banner {
            min-height: 500px;
        }

        .page-banner .banner-title p {
            font-size: 12px;
        }

        .page-banner .banner-title h2 {
            font-size: 24px;
        }

        .product-title h2 {
            font-size: 24px;
        }

        .product-title p {
            font-size: 12px;
        }

        .company-number img {
            width: 36px;
            height: 36px;
        }

        .company-number i {
            font-size: 28px;
        }

        .company-number span {
            width: 100%;
            display: block;
            font-size: 12px;
        }

        .culture-list .list-item p {
            font-size: 12px;
        }

        .case-content-box h1 {
            font-size: 20px;
        }

        .case-content-box {
            padding: 15px;
        }

        .news-nav ul a {
            font-size: 16px;
        }

        .news-list .item-text h4 {
            font-size: 16px;
        }

        .news-list .item-text p {
            font-size: 12px;
        }
    }


    /*newnews*/
@media (min-width: 1200px) {

    .nnewsmain {
        width: 1200px;
        padding: 6em 0 2em 0;
        margin: 0 auto;
    }

    .newslistp {
        text-align: center;
        padding: 0.5em 0 3em 0;
        margin: 0 auto;
    }

        .newslistp .on {
            color: #F74B37;
        }

        .newslistp a {
            color: #666;
            margin: 0 1em;
        }
}