
/*----------------------------------------*/
/*  1.  Theme default CSS
/*----------------------------------------*/
html, body {height: 100%;}
.floatleft {float:left !important;}
.floatright {float:right !important;}
.floatnone {float:none !important;}
.alignleft {text-align:left !important;}
.alignright {text-align:right !important;}
.aligncenter {text-align:center !important;}
.no-display { display:none; }
.no-margin { margin:0 !important; }
.no-padding { padding:0 !important; }
a:focus, button:focus {outline:0px solid}
input:focus {box-shadow: 0; outline: 0}
textarea {box-shadow: 0; outline: 0}
.fix {overflow:hidden}
p {}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-family: 'montserratsemi_bold';
}
a {-webkit-transition: all 0.3s ease 0s;transition: all 0.3s ease 0s;text-decoration:none; color: #000}
a:hover {
    color: #4c4c4c;
    text-decoration: none;
}
a:active, a:hover, a:focus {outline: 0 none; text-decoration: none}
ul{
    list-style: outside none none;
    margin: 0;
    padding: 0
}
.clear{clear:both}
::-moz-selection {background: #b3d4fc; text-shadow: none}
::selection {background: #b3d4fc; text-shadow: none}
.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
::-webkit-input-placeholder {opacity: 1 !important;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter: alpha(opacity=100)}
:-moz-placeholder {opacity: 1 !important;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter: alpha(opacity=100)}
::-moz-placeholder {opacity: 1 !important;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter: alpha(opacity=100)}
:-ms-input-placeholder {opacity: 1 !important;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter: alpha(opacity=100)}

@font-face {
    font-family: 'montserratbold';
    src: url('../font/montserrat-bold-webfont.eot');
    src: url('../font/montserrat-bold-webfont.eot') format('embedded-opentype'),
         url('../font/montserrat-bold-webfont.woff2') format('woff2'),
         url('../font/montserrat-bold-webfont.woff') format('woff'),
         url('../font/montserrat-bold-webfont.ttf') format('truetype'),
         url('../font/montserrat-bold-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'montserratlight';
    src: url('../font/montserrat-light-webfont.eot');
    src: url('../font/montserrat-light-webfont.eot') format('embedded-opentype'),
         url('../font/montserrat-light-webfont.woff2') format('woff2'),
         url('../font/montserrat-light-webfont.woff') format('woff'),
         url('../font/montserrat-light-webfont.ttf') format('truetype'),
         url('../font/montserrat-light-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'montserratregular';
    src: url('../font/montserrat-regular-webfont.eot');
    src: url('../font/montserrat-regular-webfont.eot') format('embedded-opentype'),
         url('../font/montserrat-regular-webfont.woff2') format('woff2'),
         url('../font/montserrat-regular-webfont.woff') format('woff'),
         url('../font/montserrat-regular-webfont.ttf') format('truetype'),
         url('../font/montserrat-regular-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'montserratsemi_bold';
    src: url('../font/montserrat-semibold-webfont.eot');
    src: url('../font/montserrat-semibold-webfont.eot') format('embedded-opentype'),
         url('../font/montserrat-semibold-webfont.woff2') format('woff2'),
         url('../font/montserrat-semibold-webfont.woff') format('woff'),
         url('../font/montserrat-semibold-webfont.ttf') format('truetype'),
         url('../font/montserrat-semibold-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    color: #222222;
    font-family: 'montserratlight';
    font-size: 14px;
    line-height: 22px;
    text-align: left;
    background: #fff
}
.wrapper{
    margin: 0 auto;
    width:1200px;
}

/*------Margin left-------*/
.ml-0 { margin-left: 0px }
.ml-10 { margin-left: 10px }
.ml-15 { margin-left: 15px }
.ml-20 { margin-left: 20px }
.ml-30 { margin-left: 30px }
.ml-40 { margin-left: 40px }
.ml-50 { margin-left: 50px }
.ml-60 { margin-left: 60px }
.ml-70 { margin-left: 70px }
.ml-80 { margin-left: 80px }
.ml-90 { margin-left: 90px }
.ml-100 { margin-left: 100px }
/*------Margin right-------*/
.mr-0 { margin-right: 0px }
.mr-10 { margin-right: 10px }
.mr-15 { margin-right: 15px }
.mr-20 { margin-right: 20px }
.mr-30 { margin-right: 30px }
.mr-40 { margin-right: 40px }
.mr-50 { margin-right: 50px }
.mr-60 { margin-right: 60px }
.mr-70 { margin-right: 70px }
.mr-80 { margin-right: 80px }
.mr-90 { margin-right: 90px }
.mr-100 { margin-right: 100px }
/*------Margin Top-------*/
.mt-0 { margin-top: 0px }
.mt-10 { margin-top: 10px }
.mt-15 { margin-top: 15px }
.mt-20 { margin-top: 20px }
.mt-30 { margin-top: 30px }
.mt-40 { margin-top: 40px }
.mt-50 { margin-top: 50px }
.mt-60 { margin-top: 60px }
.mt-70 { margin-top: 70px }
.mt-80 { margin-top: 80px }
.mt-90 { margin-top: 90px }
.mt-100 { margin-top: 100px }
/*------Margin Bottom-------*/
.mb-0 { margin-bottom: 0px }
.mb-10 { margin-bottom: 10px }
.mb-15 { margin-bottom: 15px }
.mb-20 { margin-bottom: 20px }
.mb-30 { margin-bottom: 30px }
.mb-40 { margin-bottom: 40px }
.mb-50 { margin-bottom: 50px }
.mb-60 { margin-bottom: 60px }
.mb-70 { margin-bottom: 70px }
.mb-80 { margin-bottom: 80px }
.mb-90 { margin-bottom: 90px }
.mb-100 { margin-bottom: 100px }
/*------Padding left-------*/
.pl-0 { padding-left: 0px }
.pl-10 { padding-left: 10px }
.pl-15 { padding-left: 15px }
.pl-20 { padding-left: 20px }
.pl-30 { padding-left: 30px }
.pl-40 { padding-left: 40px }
.pl-50 { padding-left: 50px }
.pl-60 { padding-left: 60px }
.pl-70 { padding-left: 70px }
.pl-80 { padding-left: 80px }
.pl-90 { padding-left: 90px }
.pl-100 { padding-left: 100px }
/*------Padding right-------*/
.pr-0 { padding-right: 0px }
.pr-10 { padding-right: 10px }
.pr-15 { padding-right: 15px }
.pr-20 { padding-right: 20px }
.pr-30 { padding-right: 30px }
.pr-40 { padding-right: 40px }
.pr-50 { padding-right: 50px }
.pr-60 { padding-right: 60px }
.pr-70 { padding-right: 70px }
.pr-80 { padding-right: 80px }
.pr-90 { padding-right: 90px }
.pr-100 { padding-right: 100px }
/*------Padding Top-------*/
.pt-0 { padding-top: 0px }
.pt-10 { padding-top: 10px }
.pt-15 { padding-top: 15px }
.pt-20 { padding-top: 20px }
.pt-30 { padding-top: 30px }
.pt-40 { padding-top: 40px }
.pt-50 { padding-top: 50px }
.pt-60 { padding-top: 60px }
.pt-70 { padding-top: 70px }
.pt-80 { padding-top: 80px }
.pt-90 { padding-top: 90px }
.pt-100 { padding-top: 100px }
.pt-110 { padding-top: 110px }
/*------Padding Bottom-------*/
.pb-0 { padding-bottom: 0px }
.pb-10 { padding-bottom: 10px }
.pb-15 { padding-bottom: 15px }
.pb-20 { padding-bottom: 20px }
.pb-30 { padding-bottom: 30px }
.pb-40 { padding-bottom: 40px }
.pb-50 { padding-bottom: 50px }
.pb-60 { padding-bottom: 60px }
.pb-70 { padding-bottom: 70px }
.pb-80 { padding-bottom: 80px }
.pb-90 { padding-bottom: 90px }
.pb-100 { padding-bottom: 100px }
.pb-110 { padding-bottom: 110px }
.pb-120 { padding-bottom: 120px }
.pb-130 { padding-bottom: 130px }
.block {display: block}
/*----------------------------------------*/
/*  2. Header CSS
/*----------------------------------------*/
header{
    margin:0px auto;
    width:1200px;
    height:78px;
    display:flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.logo{
    width:410px;
    height:50px;
}
.menu{
    width:721px;
    height:78px;
}
.menu li{
    float:left;
    width:103px;
    height:78px;
    line-height:78px;
    text-align:center;
    font-size:16px;
    position:relative;
}
.menu li a:hover{
    color:#0c84ff;
}
.menu li a .fa{
    margin-left:6px;
    font-size:18px;
}
.rotate180{
    transform:rotate(180deg);
}
.menu li .submenu{
    display:none;
    position:absolute;
    top:78px;
    left:-15px;
    width:133px;
    height:auto;
    background:#fff;
    z-index: 99
}
.menu li .submenu.product{
    display:none;
    position:absolute;
    top:78px;
    left:-25px;
    width:153px;
    height:auto;
    background:#fff;
    z-index: 99
}
.menu li .submenu a{
    display:block;
    width:100%;
    height:45px;
    line-height:45px;
    border-bottom:1px solid #f0f0f0;
}
.menu li .submenu a:hover{
    background:#f0f0f0;
}
/**
首页轮播
 */
.banner{
    width:100%;
    height:auto;
}
/**
关于我们
 */
.about{
    display:flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding:90px 0;
}
.about .about-l{
    width:580px;
    height:440px;
}
.about .about-l img{
    width:100%;
    height:100%;
}
.about .about-r{
    width: 560px;
    height:440px;
}
.about .about-title{

}
.about .about-title-top{
    display:flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.about .about-title-top .t{
    padding-right:20px;
    font-size:26px;
    background:url('../image/section-space.gif') right center no-repeat;
}
.about .about-title-top .en_t{
    font-size:20px;
    font-weight: normal;
    padding-left:20px;
}
.about .about-title-info{
    padding: 15px 0;
    color: #888;
}
.about .about-content{
    font-size:14px;
}
.about .about-content p{
    line-height:26px;
}
.about .about-more{
    display:block;
    width:120px;
    height:50px;
    line-height:50px;
    border-bottom:10px solid #0c84ff;
    text-align:center;
}
/**
honor
 */
.honor{
    background:#f5f6f8;
    padding:90px 0 40px 0;
}
.honor .honor-title{
    margin:0 auto;
}
.honor .honor-title-top{
    display:flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.honor .honor-title-top .t{
    font-size:26px;
    background:url('../image/section-space.gif') right center no-repeat;
    padding-right:20px;
}
.honor .honor-title-top .en_t{
    font-size:20px;
    font-weight: normal;
    padding-left:20px;
}
.honor .honor-title-info{
    padding: 15px 0;
    color: #888;
    text-align:center;
}
.carousel {
    -webkit-perspective: 500px;
    perspective: 500px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
}
.carousel > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
.carousel figure {
    margin: 0;
    width: 60%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
}
.carousel figure img {
    width: 100%;
    box-sizing: border-box;
    padding: 0 0px;
}
.carousel figure img:not(:first-of-type) {
    position: absolute;
    left: 0;
    top: 0;
}
.carousel span.prev {
    display:block;
    width:44px;
    height:72px;
    background: url('../image/honor_arrow_left.png') center no-repeat;
    cursor: pointer;
}
.carousel span.next {
    display:block;
    width:44px;
    height:72px;
    background: url('../image/honor_arrow_right.png') center no-repeat;
    cursor: pointer;
}
/**
推荐产品
 */
.recommend-product{
    margin:0 auto;
    width:1200px;
    padding:90px 0;
}
.recommend-product .recommend-product-title{
    margin:0 auto;
}
.recommend-product .recommend-product-title-top{
    display:flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.recommend-product .recommend-product-title-top .t{
    font-size:26px;
    background:url('../image/section-space.gif') right center no-repeat;
    padding-right:20px;
}
.recommend-product .recommend-product-title-top .en_t{
    font-size:20px;
    font-weight: normal;
    padding-left:20px;
}
.recommend-product .recommend-product-title-info{
    padding: 15px 0;
    color: #888;
    text-align:center;
}
.recommend-product-list{margin:0px auto;width:1200px;height:212px;padding-top:50px;position:relative;}
.recommend-product-list div.swiper-slide{position:relative;width:216px;height:162px;overflow:hidden;}
.recommend-product-list div.swiper-slide img{width:100%;height:100%;}
.recommend-product-list div.swiper-slide p{display:block;width:216px;padding:0;margin:0px auto;height:100px;color:#fff;line-height:50px;text-align:center;position:absolute;background-color: rgba(0,0,0,0.5);left:0;bottom:-50px;overflow:hidden;white-space:nowrap;}
.recommend-product-list div.swiper-slide a{margin:0px auto;border:1px solid #fff;border-radius:20px;display:block;width:100px;height:30px;line-height:30px;color:#fff;font-size:14px;}
.recommend-product-list div.swiper-slide a:hover{background:#0c84ff;border:0;}
.recommend-product-list-more{margin:0px auto;width:1200px;padding-top:30px;text-align:center;}
.recommend-product-list-more a{display:inline-block;width:120px;height:50px;line-height:50px;margin:0px auto;text-align:center;color:#444;font-size:14px;font-weight:bold;border-bottom:10px solid #0c84ff;}
.recommend-product-list .swiper-button-prev{left:-50px;}
.recommend-product-list .swiper-button-next{right:-50px;}
/**
NewsCenter
 */
.news{
    background:#f5f6f8;
    padding:90px 0;
}
.news .news-title{
    margin:0 auto;
}
.news .news-title-top{
    display:flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.news .news-title-top .t{
    font-size:26px;
    background:url('../image/section-space.gif') right center no-repeat;
    padding-right:20px;
}
.news .news-title-top .en_t{
    font-size:20px;
    font-weight: normal;
    padding-left:20px;
}
.news .news-title-info{
    padding: 15px 0;
    color: #888;
    text-align:center;
}
.news-inner{
    width:1200px;
    height:auto;
    padding-top:30px;
    display:flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
.news-inner-box{
    width:680px;
    height:390px;
}
.news-inner-title{
    width:240px;
    height:40px;
    display:flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
.news-inner-title div{
    width:120px;
    height:40px;
    line-height:40px;
    cursor:pointer;
    color:#fff;
    text-align:center;
}
.news-inner-title div.news-inner-title_on{
    background:#014ab0;
    color:#fff;
}
.news-inner-title div.news-inner-title_off{
    background:#0c84ff;
    color:#fff;
}
.news-inner-title div a{
    color:#fff;
}
.news-inner-conbox{
    width:680px;
    height:350px;
}
.news-inner-topic{
    width:680px;
    height:120px;
    margin:15px 0;
    padding:10px;
    background:#fff;
    display:flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
.news-inner-topic .image{
    width:158px;
    height:100px
}
.news-inner-topic .image img{
    width:100%;
    height:100%;
}
.news-inner-topic .con{
    width:490px;
    height:100px;
    overflow: hidden;
}
.news-inner-topic .con .title{
    font-weight:bold;
    width:490px;
    height:30px;
    overflow: hidden;
}
.news-inner-topic .con .intro{
    font-size:12px;
    color:#888;
    width:490px;
    height:70px;
    line-height:20px;
    overflow: hidden;
}
.news-inner-list{
    width:680px;
    height:200px;
    padding:15px;
}
.news-inner-list li{
    height:34px;
    line-height:34px;
}
.news-inner-list li span.datetime{
    float:right;
    color:#888;
}
.news-video{
    width:500px;
    height:390px;
    background:#fff;
}
.news-video .title{
    width:500px;
    height:40px;
    line-height:40px;
    font-size:16px;
    font-weight:bold;
    padding-left:15px;
}
.news-video .title span{
    font-size:14px;
    font-weight:normal;
    color:#888;
}
.news-video .content{
    width:500px;
    height:350px;
    padding:15px;
}
/**
footer
 */
footer{
    width:100%;
    height:auto;
    background:url('../image/foot_bg.gif');
    padding:50px 0 0 0;
}
footer .contact{
    padding-left:100px;
}
footer .contact h3{
    color:#fff;
    padding-bottom:20px;
}
footer .contact li{
    height:30px;
    line-height:30px;
    color:#f0f0f0;
}
footer .contact li a{
    color:#fff;
}
footer .contact li i.fa{
    margin-right:15px;
}
footer .links{
    padding-left:100px;
}
footer .links h3{
    color:#fff;
    padding-bottom:20px;
}
footer .links li{
    height:30px;
    line-height:30px;
    color:#f0f0f0;
}
footer .links li a{
    color:#fff;
}
footer .links li i.fa{
    margin-right:15px;
}
footer .copyright{
    border-top:1px solid #888;
    margin-top:20px;
    padding:20px;
    color:#eee;
    padding-left:100px;
}
footer .copyright span{
    margin-right:10px;
}
footer .copyright a{
    color:#eee;
}
/**
内页banner
 */
.breadcrumb-banner-area {
    color: #ffffff;
    padding: 82px 0;
    position: relative;
}
.breadcrumb-text {z-index: 9; position: relative;}
.breadcrumb-banner-area:after {
    /*background: #3b80f3 none repeat scroll 0 0;*/
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.breadcrumb-bar .breadcrumb {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    line-height: 12px;
    margin-bottom: 0;
    padding: 15px 0 0;
}
.breadcrumb-text h1 {
    line-height: 25px;
    padding-bottom: 51px;
    text-transform: uppercase;
    position: relative;
    font-size: 36px
}
.breadcrumb-text h1:after {
    background: #ffffff none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 29px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 2px;
}
.breadcrumb-bar li {
    color: #ffffff;
    font-family: "montserratregular";
    font-size: 12px;
    line-height: 12px;
    margin: 0 16px;
    position: relative;
    text-transform: uppercase;
}
.breadcrumb.text-left li {
    margin-left: 0;
    margin-right: 34px;
}
.breadcrumb.text-right li {
    margin-right: 0;
    margin-left: 34px;
}
.breadcrumb-text h1.text-left, .breadcrumb-text h1.text-right {padding-bottom: 22px;}
.breadcrumb-text h1.text-left::after, .breadcrumb-text h1.text-right::after {display: none;}
.breadcrumb-bar .breadcrumb > li:before {
    border-radius: 50%;
    content: "";
    display: inline-block;
    font-family: "Material-Design-Iconic-Font";
    font-size: 18px;
    position: absolute;
    right: -22px;
    color:#fff
}
.breadcrumb-bar .breadcrumb > li:nth-last-child(1):before {display: none;}
.breadcrumb-bar a {color: #ffffff;font-size: 14px;}
/**
单页面
 */
.inner-wrapper{
    margin:0 auto;
    width:980px;
}
.single-page-box{
    width:980px;
    height:auto;
    padding:30px;
}
.single-page-box .title{
    height:150px;
    font-size:35px;
    font-weight:bold;
    line-height:150px;
    text-align:center;
    color:#888;
}
.single-page-box .title::before{
    border-top:1px solid #ddd;
    content: " ";
    display: inline-block;
    height:10px;
    width:150px;
    margin-right:50px;
}
.single-page-box .title::after{
    border-top:1px solid #ddd;
    content: " ";
    display: inline-block;
    height:10px;
    width:150px;
    margin-left:50px;
}
.single-page-box .content{
    font-size:14px;
    line-height:30px;
}
.single-page-box .content p{
    text-indent:30px;
    padding:10px 0;
}
/**
文章模块
 */
.article-wrapper{
    margin:0 auto;
    width:1200px;
}
.article-list-box{
    width:1200px;
    height:auto;
    padding:30px;
}
.article-list-box .title{
    height:150px;
    font-size:35px;
    font-weight:bold;
    line-height:150px;
    text-align:center;
    color:#888;
}
.article-list-box .title::before{
    border-top:1px solid #ddd;
    content: " ";
    display: inline-block;
    height:10px;
    width:150px;
    margin-right:50px;
}
.article-list-box .title::after{
    border-top:1px solid #ddd;
    content: " ";
    display: inline-block;
    height:10px;
    width:150px;
    margin-left:50px;
}
.article-list-box .article-list{
    width:1140px;
    height:auto;
}
.article-list-item{
    width:1140px;
    height:300px;
    padding:15px;
    background:#f7f7f7;
    border-bottom:1px solid #ebebeb;
    margin-bottom: 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
.article-list-item:hover{
    background:#ebf1fb;
}
.article-list-item .item-image{
    width:420px;
    height:270px;
}
.article-list-item .item-image img{
    width:100%;
    height:100%;
}
.article-list-item .item-text{
    width:640px;
    height:270px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}
.article-list-item .item-text .tit{
    width:640px;
    height:60px;
    line-height:60px;
    font-size:25px;
    font-weight:bold;
    overflow: hidden;
}
.article-list-item .item-text .summary{
    width:640px;
    height:170px;
    line-height:30px;
    overflow: hidden;
}
.article-list-item .item-text .datetime{
    height:40px;
    color:#888;
}
.article-show-box{
    width:980px;
    height:auto;
    padding:30px;
}
.article-show-box .article-title{
    line-height:40px;
    padding:30px 0;
    text-align:center;
    font-size:28px;
    font-weight:bold;
}
.article-show-box .article-info{
    padding:15px 0;
    border-top:1px solid #eee;
    border-bottom:1px solid #eee;
    text-align:center;
}
.article-show-box .article-info span{
    display:inline-block;
    padding:0 15px;
}
.article-show-box .article-info span i{
    margin-right:10px;
}
.article-show-box .article-content{
    padding:30px 15px;
    line-height:30px;
}
.article-show-box .article-content p{
    text-indent:30px;
    padding:10px 0;
}
.article-show-box .article-prev-next{
    padding:15px;
    border-top:1px solid #eee;
    border-bottom:1px solid #eee;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
/**
产品中心
 */
.product-list-box{
    padding:30px;
    width:1200px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.product-nav-list{
    width:240px;
    height:auto;
    border-right:1px solid #ddd;
    padding:10px 0;
}
.product-nav-list li{
    height:50px;
    line-height:50px;
    border-bottom:1px solid #ddd;
    text-align:right;
    padding-right:50px;
}
.product-nav-list li.active{
    background:#f7f7f7;
}
.product-nav-list li:last-child{
    border-bottom:none;
}
.product-topcate-name{
    height:150px;
    font-size:35px;
    font-weight:bold;
    line-height:150px;
    text-align:center;
    color:#888;
}
.product-topcate-name::before{
    border-top:1px solid #ddd;
    content: " ";
    display: inline-block;
    height:10px;
    width:150px;
    margin-right:50px;
}
.product-topcate-name::after{
    border-top:1px solid #ddd;
    content: " ";
    display: inline-block;
    height:10px;
    width:150px;
    margin-left:50px;
}
.product-list{
    width:860px;
}
.product-list-body{
    width:860px;
    height:auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.product-list-item{
    width:272px;
    height:242px;
    border:1px solid #eee;
    margin-bottom:25px;
}
.product-list-item .product-image{
    width:270px;
    height:202px;
    position:relative;
    overflow: hidden;
}
.product-list-item .product-image img{
    width:100%;
    height:100%;
}
.product-list-item .product-title{
    width:270px;
    height:38px;
    line-height:38px;
    overflow: hidden;
    text-align:center;
}
.product-list-item .product-image .product-button{
    width:120px;
    height:32px;
    line-height:32px;
    background:#0c84ff;
    color:#fff;
    border-radius:16px;
    bottom:-32px;
    left:75px;
    position: absolute;
    text-align:center;
}
.product-empty{
    width:272px;
}
.product-content-top{
    width:860px;
    height:auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
.product-content-top .product-image-view{
    width:400px;
    height:300px;
}
.product-image-view .swiper-container{
    width:100%;
    height:100%;
}
.product-image-view .swiper-slide img{
    width:100%;
    height:100%;
}
.product-content-top .product-info{
    width:400px;
    height:300px;
}
.product-content-top .product-info .product-title{
    width:400px;
    height:80px;
    font-size:22px;
    font-weight: bold;
    line-height:40px;
    color:#888;
}
.product-content-top .product-info .product-other{

}
.product-content-top .product-info .product-other span{
    display:block;
    color:#888;
    height:40px;
    line-height:40px;
}
.product-content{
    width:860px;
    padding:30px 0;
}
.product-content .product-content-title{
    width:860px;
    height:40px;
    line-height:40px;
    background:#f7f7f7;
    padding-left:15px;
    border-bottom:1px solid #ebebeb;
}
.product-content .product-content-detail{
    padding:30px 15px;
    line-height:30px;
}
.product-content .product-content-detail p{
    text-indent:30px;
    padding:10px 0;
}
.product-prev-next{
    padding:20px 10px;
    border-top:1px solid #eee;
}
.product-prev-next div{
    line-height:30px;
}
/**
资质荣誉
 */
.picture-nav-list{
    width:1200px;
    height:auto;
    padding:30px;
    display:flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.picture-nav-list a{
    display:inline-block;
    height:50px;
    line-height:50px;
    width:150px;
    text-align:center;
    background:#f7f7f7;
}
.picture-nav-list a.active{
    background:#0c84ff;
    color:#fff;
}
.picture-list-box{
    width:1200px;
    padding:30px;
    height:auto;
}
.picture-list{
    width:1140px;
    height:auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.picture-list-item{
    width:322px;
    height:215px;
    position:relative;
    margin-bottom:40px;
    overflow: hidden;
    border:1px solid #ddd;
}
.picture-list-item .picture-image{
    width:320px;
    height:213px;
}
.picture-list-item .picture-image img{
    width:100%;
    height:100%;
    cursor: pointer;
}
.picture-list-item .picture-title{
    width:320px;
    height:40px;
    line-height:40px;
    text-align:center;
    position:absolute;
    bottom:-40px;
    background:rgba(0,0,0,0.5);
    color:#fff;
}
.picture-empty{
    width:322px;
}
/**
客服
 */
.floatWindow {
    position: fixed;
    right: 10px;
    bottom: 15%;
    width: 65px;
    z-index: 99;
    cursor: pointer;
    border-top: none;
}
.floatWindow .lists .items:first-child {
    padding: 20px 0;
    height: 120px;
    background-color: #0c84ff;
    color:#fff;
    font-size:14px;
}
.floatWindow .lists .items:first-child a{
    color:#fff;
    font-size:14px;
}
.floatWindow .lists .items {
    position: relative;
    width: 100%;
    height: 65px;
    text-align: center;
    font-size: 12px;
    color: #0c84ff;
    padding: 10px 0;
    border: 1px solid #0c84ff;
    border-radius: 5px;
    margin-bottom: 5px;
    background-color: #fff;
}
.floatWindow .lists .items:last-child:hover {
    background: #0c84ff;
    color: #fff;
}