@charset "utf-8";
@font-face {
    font-family: "PINGFANG";
    src: url("../fonts/PINGFANG.TTF");
}
@font-face {
    font-family: "PINGFANG";
    src: url(//:) format("no404"), url("../fonts/PINGFANG.TTF") format("ttc");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "PINGFANG-BOLD";
    src: url("../fonts/PINGFANG-BOLD.TTF");
}
@font-face {
    font-family: "PINGFANG-BOLD";
    src: url(//:) format("no404"), url("../fonts/PINGFANG-BOLD.TTF") format("ttc");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "PINGFANG-EXTRALIGHT";
    src: url("../fonts/PINGFANG-EXTRALIGHT.TTF");
}
@font-face {
    font-family: "PINGFANG-EXTRALIGHT";
    src: url(//:) format("no404"), url("../fonts/PINGFANG-EXTRALIGHT.TTF") format("ttc");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "PINGFANG-SC-REGULAR";
    src: url("../fonts/PINGFANG-SC-REGULAR.TTF");
}
@font-face {
    font-family: "PINGFANG-SC-REGULAR";
    src: url(//:) format("no404"), url("../fonts/PINGFANG-SC-REGULAR.TTF") format("ttc");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: fontawesome;
    src: url(../fonts/fontawesome-webfont.eot?v=4.7.0);
    src: url(../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'), url(../fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'), url(../fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'), url(../fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'), url(../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');
    font-weight: 400;
    font-style: normal
}
body {
    font-family: "Microsoft YaHei", 微软雅黑, "Helvetica Neue", Helvetica, Arial, sans-serif;;
    color: #333;
    background: #f7f7fa;
    font-size: 16px;
    font-weight: normal;
}
a {
    color: #999;
}
p {
    margin: 0;
}
img{
    width: 100%;
}
a:hover {
    color: #0085cd;
    text-decoration: none;
}
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
a:visited,
a:active {
    text-decoration: none;
}
/********************************header**********************************************/
.header-header {
    width: 100%;
    background-color: #fff;
    z-index: 999;
    border: 1px solid #eee;
}
.header-header .logo{
    padding: 13px 0;
}
.header-header .logo img{
    width: auto;
}
.nav-category li{
    float: left;
    transition: all 500ms;
    text-align: center;
}
.nav-category li.nav_list{
    position: static;
}
.nav-category li a{
    display: inline-block;
    position: relative;
    padding: 26px 28px;
    color: #333;
}
.nav-category li a:before{
    content: "";
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: 1px;
    background: #0085cd;
    height: 2px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.nav-category li a:hover:before,
.nav-category li a:focus:before,
.nav-category li a:active:before{
    left: 0;
    right: 0;
}
.nav-share{
    float: left;
    position: relative;
}
.nav-share ul li{
    line-height: 74px;
}
.nav-share .fa{
    color: #999;
    font-size: 18px
}
.nav-share .fa.fa-close{
    display: none;
}
.nav-share .site-search {
    width: 400px;
    height: auto;
    border-bottom: 1px solid #e2e3e4;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
    text-align: left;
    position: absolute;
    top: 100%;
    z-index: 1041;
    right: -50px;
    background-color: #fff;
    padding: 15px;
    display: none;
}
.site-search input{
    width: 235px;
    height: 42px;
    padding-left: 10px;
    margin-right: 15px;
    color: #000;
    font-size: 12px;
}
.site-search input:hover,
.site-search input:focus{
    border: 1px solid #0085cd;
}
.site-search button{
    background-color: #0085cd;
    border: 1px solid #0085cd;
    padding: 0 34px;
    line-height: 39px;
    border-radius: 0;
    color: #fff;
    transition: background-color 500ms ease-in ;
}
.site-search button:hover{
    background-color: #fff;
    color: #0085cd;
    border: 1px solid #0085cd;
}
.header-header .col-md-8{
    position: static;
}
.nav-ul2-wrap{
    position: absolute;
    top: 74px;
    left: 0;
    width: 100%;
    background-color: #fff;
    height: 0;
    opacity: 1;
    overflow: hidden;
    transition: all .3s;
    z-index: 3;
}
.nav-ul2-wrap .nav-menu{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: left;
    z-index: 999;
    padding: 20px 0;
   display: flex;
   justify-content: center;
   border-top: 1px solid #f1f1f1;
}
.nav-ul2-wrap .nav-menu li{
    width: 100%;
    text-align: center;
    max-width: 200px;
    display: inline-block;
    margin: 5px;
}
.nav-ul2-wrap .nav-menu li .nav-subtitle{
   padding: 10px;
}
.nav-ul2-wrap .nav-menu li a {
    color: #666;
    white-space: nowrap;
    padding: 5px;
}
.nav-ul2-wrap .nav-menu li img {
    max-width: 400px;
    max-height: 170px;
}
@media (min-width: 769px) {
.nav-ul2-wrap .nav-menu li:first-child img {
  display: block;
}

}
.nav-ul2-wrap .nav-menu li:hover img {
    display: block;
    z-index: 1;
}

#shade{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.6);
    z-index: 2;
    pointer-events: none;
    display: none;
}
.nav_list .fa{
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    line-height: 74px;
}
@media (max-width: 1440px ) {
    .nav-ul2-wrap,.nav-ul2-wrap .nav-menu{
        width: 500px;
    }
    .nav-ul2-wrap .nav-menu li img {
        max-width: 300px;
    }
}
@media (max-width: 1200px ) {
    .nav-ul2-wrap,.nav-ul2-wrap .nav-menu{
        width: 200px;
    }
    .nav-ul2-wrap .nav-menu li:hover img{
        display: none;
    }
    .nav-ul2-wrap .nav-menu li a{
        padding: 20px 15px;
        width: 100%;
    }
}
@media (max-width: 991px ) {
    .nav-share {
        float: right;
        position: absolute;
        top: 0;
        right: 44px;
    }
}
@media (max-width: 767px ) {
    .navbar-toggle{
        color: #000;
        z-index: 9;
        line-height: 74px;
        padding: 0 10px;
        margin: 0;
    }
    .nav-share {
        right: 60px;
    }
    .nav-category li.nav_list{
        width: 100%;
        text-align: left;
    }
    .navbar-collapse{
        transform: translate(-100%, 0);
        height: 100%;
        left: 0;
        position: fixed;
        transition: transform .3s;
        top: 74px;
        width: 100%;
        z-index: 9999;
        display: block;
        background: #0085cd;
    }
    .nav-category li a {
        color: #fff;
    }
    .navbar-collapse.in {
        transform: translate(0, 0);
    }
    .nav_list .fa.fa-angle-up{
        display: inline-block;
    }
    .nav-ul2-wrap, .nav-ul2-wrap .nav-menu{
        width: 100%;
    }
    .nav-ul2-wrap,.nav-ul2-wrap .nav-menu{
        position: relative;
        background: none;
        top: 0;
    }
    .nav-ul2-wrap .nav-menu{
        margin: 0;
    }
    .nav-ul2-wrap .nav-menu li a{
        padding: 20px 40px;
        color: #fff;
    }
}
/*----------------------------------banner-----------------------------*/
.carousel-control{
    position: absolute;
    top: 48%;
    width: 27px;
    height: 44px;
    text-shadow: none;
    opacity: 1;
    background: none;
}
.carousel-control.left{
    left: 40px;
    background: none;
}
.carousel-control.right{
    right: 40px;
    background: none;
}
.carousel-control span{
    width: 100%;
    height: 100%;
    background-size: cover;
    opacity: 0.3;
}
.carousel-control span:hover{
    opacity: 1;
}
.carousel-control.left .go-left{
    background: url("../images/go_left.png") center center no-repeat;
}
.carousel-control.right .go-right{
    background: url("../images/go_right.png") center center no-repeat;
}
.carousel-indicators li,
.carousel-indicators .active{
    width: 22px;
    height: 22px;
    border: none;
    background: url("../images/icon6.png") center center no-repeat;
}
.carousel-indicators .active{
    background: url("../images/icon5.png") center center no-repeat;
}
@media (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
        font-size: 62px;
        margin-top: -50px;
    }
}
.index-plate{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 15px 0;
}
.index-about, .index-product, .index-service,
.index-news, .index-news-content, .index-number,
.product-list-page, .info-page{
    padding: 70px 0;
}
/*----------------------------------首页产品size-----------------------------*/
.product-size-box{
    float: left;
    padding: 3.3% 7px;
    text-align: center;
}
.product-size-box a,
.block-box a{
    display: inline-block;
    text-align: center;
    color: #333;
    transition: .4s;
    position: relative;
}
.product-size-box a:hover,
.block-box a:hover{
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    box-shadow: 0 4px 30px rgba(0,0,0,.15);
}
.product-size-box a span{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    display: block;
    font-size: 24px;
    background: rgba(0, 0, 0, 0.4);
    padding: 5px 15px;
    color: #fff;
}

@media (max-width: 768px) {
    .product-size-box a span{
            font-size: 16px;
    }
}

/*----------------------------------首页静态模块-----------------------------*/
.block-box{
    padding: 3px;
    overflow: hidden;
}
.block-box span{
    position: absolute;
    left: 40px;
    bottom: 35px;
}
.block-box p img{
        -webkit-transition:all 1s;
    -moz-transition:all 1s;
    -o-transition:all 1s;
    }
   .block-box p img:hover {
    -webkit-transform:scale(1.1);
        -moz-transform:scale(1.1);
        -o-transform:scale(1.1);

   }
/*----------------------------------首页博客-----------------------------*/
.index-blog{
    position: relative;
    height: 190px;
    margin-top: 39px;
}
.index-blog:before{
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    left: 0;
    top: 0;
    background: url("../images/blog.jpg") center center no-repeat;
    background-size: cover;
    z-index: -1;
}
.index-blog-list,
.index-blog-title{
    float: left;
}
.index-blog-list{
    width: 47%;
}
.box-list{
    width: 20%;
    height: 95px;
    float: left;
    border: 1px solid #000;
    position: relative;
    text-align: center;
    overflow: hidden;
    line-height: 95px;
}
.box-list img {
    max-width: 100%;
    width: auto;
}
.box-list:before{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    content: "";
    background: rgba(36,36,36,.6);
    transition: .4s;
}
.box-list:hover:before{
    background: none;
}
.index-blog-title{
    width: 6%;
    background-color: #0085cd;
    text-align: center;
    padding: 54px 0;
}
.index-blog-title a{
    color: #fff;
}
.index-blog-title span{
    display: block;
    margin-bottom: 22px;
}
.index-blog-title .fa{
    font-size: 38px;
}
/*----------------------------------底部-----------------------------*/
footer{
    background: #242424;
    color: #fff;
    padding-top: 3.3%;
    margin-top: 15px;
}
footer .text-box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 676px;
}
footer dl {
    padding-left: 6%;
}
footer dl dt {
    font-weight: normal;
    min-width: 100px;
    padding-bottom: 5px;
    margin-bottom: 18px;
    border-bottom: 1px solid #666666;
}
footer dl dd {
    font-size: 12px;
    line-height: 25px;
}
footer h5 {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 16px;
}
footer .ft_btn.btn1 {
    min-width: 180px;
    color: #cccccc;
    font-size: 12px;
    background-color: #666666;
    margin-right: 10px;
    border-radius: 20px;
    border: none;
    outline: none;
    padding-left: 15px;
    padding-right: 15px;
    display: inline-block;
    align-items: center;
    height: 32px;
}
footer .ft_btn {
    align-items: center;
    height: 32px;
    font-size: 14px;
    background-color: #0085cd;
    border-radius: 20px;
    border: none;
    outline: none;
    padding-left: 15px;
    padding-right: 15px;
    display: inline-block;
}
footer .ft_btn.btn1::-webkit-input-placeholder{
    color: #a2a2a2;
    font-size: 12px;
}
.addthis_inline_share_toolbox_pyjj{
    margin-top: 32px;
}
footer .at-style-responsive .at-share-btn{
    display: inline-block;
    width: 28px;
    height: 28px;
    transition: .2s;
}
footer .at-style-responsive .at-share-btn+a {
    margin-left: 18px;
}
footer .footer-bottom {
    text-align: center;
    font-size: 12px;
    color: #666666;
    padding-top: 5%;
    padding-bottom: 27px;
}
/*----------------------------------产品列表页-----------------------------*/
.product-list-page{
    padding: 40px 0;
}
.product-body{
    margin-bottom: 30px;
    box-shadow: 0 0 5px 0px #eeeeee;
    border:1px solid #eee;
    background-color: #fff;
}
.product-title{
    line-height: 28px;
    text-align: center;
    font-size: 18px;
    padding: 20px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.product-title a {
    color:#000;
}
.product-lecturer{
    position: relative;
    padding: 20px 0 25px;
    text-align: center;
    color: #0085cd;
    font-size: 18px;
    display: block;
}
.product-header{
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.product-body:hover{
    background-color: #2178cb;
}
.product-body:hover .product-t a{
    color: #fff;
}
.product-header .shade {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 20px;
    height: 100%;
    background-color: rgba(0,0,0,.6);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .4s;
    font-size: 14px;
    line-height: 28px;
}
.product-header img {
    transition: .4s;
}
.product-header:hover img{
    transform: scale(1.2);
}
.page-pagination{
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: center;
}
.page-pagination .pagination{
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.page-pagination .pagination>li>a {
    margin: 0 4px;
    color: #666666;
    font-size: 14px;
}
.page-pagination .pagination > li > a,
.page-pagination .pagination > li > span {
    padding: 17px 23px;
    border: none;
    border-radius: 0;
    margin: 0 4px;
    transition: 0.4s;
}
.page-pagination .pagination>li>a:focus,
.page-pagination .pagination>li>a:hover,
.page-pagination .pagination>li>span:focus,
.page-pagination .pagination>li>span:hover,
.page-pagination .pagination>li>a.active,
.page-pagination .pagination>.active>a{
    background-color: #0085cd;
    color: #fff;
    border-color:#0085cd;
    box-shadow: none;
}
/*.product-list:nth-child(even) .product-header{
    order: 2;
}
*/



/*----------------------------------产品详情页-----------------------------*/
.product-detail-nav{
    width: 100%;
    height: auto;
    overflow: hidden;
    background-color: #fff;
    z-index: 9;
    top: 0;
}
.product-detail-title{
    line-height: 66px;
    align-items: center;
    color: #333;
    text-align: left;
    float: left;
}
.product-attribute{
    float: right;
    padding: 23px 0;
}
.product-detail-attribute{
    background-color: #fff;
    box-shadow: 0 0 12px #f0f0f0;
    font-size: 14px;
    color: #666666;
    display: none;
}
.product-attribute li{
    float: left;
    padding: 0 18px;
}
@media (max-width: 768px){
.product-detail-title{
    line-height: 30px;
    padding-left: 15px;
    margin-top: 5px;
}
  .product-attribute li{
    padding: 0 14px;
}
}

.detail-1,.detail-2,.detail-3,
.detail-4,.detail-5,.detail-6{
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}
.detail-body{
    position: absolute;
    left: 0;
    top: 0;
    padding-top: 8%;
    bottom: 25%;
    width: 100%;
    height: 100%;
}
@media (max-width: 768px){
.detail-body{
 position: initial;
 color:#000;
}
}

.detail-header{
    font-size: 40px;
    font-weight: bold;
    width: 35%;
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.detail-header:before{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 53px;
    height: 4px;
    background-color: #fff;
    content: "";
}
.detail-content{
    width: 50%;
    font-size: 20px;
    line-height: 33px;
}
.detail-footer ul{
    width: 50%;
    height: auto;
    overflow: hidden;
    margin-top: 30px;
}
.detail-footer ul li{
    float: left;
    width: 20%;
    font-size: 13px;
    text-align: center;
}
.detail-footer ul li img{
    width: auto;
    padding-bottom: 10px;
}
.detail-2 .detail-body{
    left: 41%;
    top: 0;
    padding-top: 6%;
}
.detail-3 .detail-body{
    padding-top: 5%;
}
.detail-3 .detail-header{
    width: 100%;
    text-align: center;
    margin-bottom: 0;
}
.detail-3 .detail-header:before{
    display: none;
}
.detail-3 .detail-content{
    width: 80%;
    margin-left: 10%;
    text-align: center;
}
.detail-5 .detail-body{
    top: 10%;
    text-align: center;
}
.detail-5 .detail-header{
    width: 100%;
}
.detail-5 .detail-header:before{
    display: none;
}
.detail-5 .detail-footer{
    width: 100%;
}
.detail-5 .detail-footer ul{
    width: 80%;
    margin-left: 10%;
}
.detail-5 .detail-footer ul li{
    text-align: center;
}
.video{
    /*margin-top: 70px;*/
    background: #000;
}
.video video{
    width: 100%;
    height: auto;
}
.details2-title {
    font-size: 36px;
    background-color: #f7f8f9;
    text-align: left;
    padding: 5px 10px;
    color: #000;
}
.text-orange {
    color: #1196db!important;
}
.specs-content{
    padding: 40px 0;
}
.product-detail-attribute .table>tbody>tr>td{
    border: none;
}
.product-detail-attribute .table>tbody>tr>td:first-child{
    color: #0085cd;
}
.product-detail-attribute .table>tbody>.firstRow>td,
.product-detail-attribute .table>tbody>.firstRow>td:first-child{
    font-size: 18px;
    color: #666666;
    margin-bottom: 20px;
    display: block;
}
.download-content{
  /*  text-align: right;*/
}
.download-title{
    line-height: 30px;
    margin-top: 8px;
    text-align: left;
}
.download-content p{
    border-bottom: 1px dashed #ccc;
}
.download-content a{
   /* background-color: #0085cd;
    border: 1px solid #0085cd;*/
    width: 100%;
    padding: 5px 15px;
    color: #000;
    margin-top: 8px;
    display: inline-block;
    margin-right: 30px;
    transition: 0.6s;
}
.download-content .icon-download{
    display: inline-block;
    float: right;
}
.download-content a:hover{
    color: #0085cd;
    background: none;
}
@media (max-width: 767px){
.download-content .no-padding{
   display: block;
    float: left;
    width: 100%;
 }
}

.faq-problem{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 30px;
    background-color: #f7f8f9;
    padding: 30px 15px;
    line-height: 28px;
}
.faq-problem .faq-title{
    font-size: 18px;
    color: #0085cd;
    font-weight: 500;
}
.faq-problem .faq-answer{
    font-size: 14px;
    color: #999;
    text-indent: 2em;
    margin-top: 20px;
}
/*----------------------------------博客列表页-----------------------------*/
.news-banner{
    position: relative;
}
.news-banner .banner-text{
    position: absolute;
    top: 35%;
    left: 46%;
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    text-transform: uppercase;
}
.blog-title{
    border: none;
    padding: 1.9% 0;
    text-align: center;
}
.blog-title li {
    float: inherit;
    display: inline-block;
}
.blog-title li a{
    margin-right: 0;
    border-radius: 0;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    display: block;
    padding: 10px 20px;
}
.blog-title> li.active > a{
    color: #0085cd;
    background: transparent;
    border: none;
}
.news-list p {
    min-height: 84px;
    padding: 20px 15px 0;
    font-size: 14px;
    color: #666666;
    letter-spacing: 1px;
    line-height: 23px;
}
.blog-content{
    min-height: 84px;
    padding: 20px 15px 0;
    font-size: 14px;
    color: #666666;
    letter-spacing: 1px;
    line-height: 23px;
    display: block;
}
.blog-footer .icon-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
    font-size: 14px;
    color: #cccccc;
}
.blog-footer .icon-wrap img{
    width: auto;
    margin-right: 8px;
    vertical-align: middle;
    float: left;
}
.blog-footer .icon-wrap span{
    display: inline-block;
}
.blog-footer .icon-wrap span+span {
    margin-left: 5px;
}
.blog-body{
    display: block;
    background-color: #fff;
    padding-bottom: 20px;
    margin-bottom: 9.3%;
    transition: .4s;
}
.blog-body:hover {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    box-shadow: 0 4px 30px rgba(0,0,0,.15);
}
/*----------------------------------博客详情页-----------------------------*/
.blog-info,
.blog-recommended{
    width: 100%;
    height: auto;
    overflow: hidden;
    background-color: #fff;
    padding: 40px 20px;
    color: #333;
}
.frame-l-t{
    margin-top: 0;
    margin-bottom: 30px;
    letter-spacing: 0.5px;
    text-align: left;
}
.marginB37 {
    margin-bottom: 5%;
}
.newsDt-itr {
    font-size: 14px;
    background-color: #eeeeee;
    padding: 14px 20px;
    text-align: left;
}
.click-button-images button{
    box-shadow: none;
    background: none;
    border: none;
    padding: 0;
    line-height: 16px;
}
.click-button-images span{
    margin-left: 5px;
    margin-top: 3px;
    float: right;
}
.blog-comment{
    width: 100%;
    height: auto;
    overflow: hidden;
    background-color: #fff;
    margin-top: 15px;
    margin-bottom: 50px;
}
.comment-title{
    border-bottom: 1px solid #f7f7fa;
    margin: 0;
    padding: 16px 0 16px 20px;
    color: #333;
    font-size: 14px;
}
.comment-title img{
    width: auto;
    margin-right: 5px;
}
.blog-comment form{
    margin-top: 40px;
    padding: 0 20px;
}
.blog-comment textarea{
    width: 100%;
    height: 10rem;
    padding: 10px 15px;
    border-color: #e2e2e2;
    color: #555;
}
.blog-comment textarea::-webkit-input-placeholder,
.blog-comment textarea:-moz-placeholder,
.blog-comment textarea:-ms-input-placeholder{
    color: #999;
    font-size: 14px;
}
.blog-comment button{
    padding: 10px 25px;
    background-color: #0085cd;
    border: 1px solid #0085cd;
    box-shadow: none;
    border-radius: 0;
    margin-top: 20px;
    float: right;
    transition: 0.3s;
    margin-bottom: 30px;
}
.blog-comment button:hover{
    background-color: #fff;
    color: #0085cd;
}
.blog-article{
    font-size: 14px;
    line-height: 24px;
}
.blog-info .at-share-btn-elements{
    text-align: center;
    padding: 30px 0;
}
.blog-info .at-resp-share-element .at-share-btn{
    margin-right: 20px;
}
.blog-recommended{
    padding: 40px 0;
}
.blog-recommended h5 {
    font-size: 18px;
    color: #666666;
    margin-top: 0;
    margin-bottom: 27px;
    padding-left: 15px;
}
.recommended-list{
   /* width: 100%;*/
    height: auto;
    overflow: hidden;
    color: #666666;
    font-size: 14px;
    align-items: center;
    line-height: 20px;
    letter-spacing: 1px;
    margin-bottom: 15px;
}
.recommended-title{
    line-height: 25px;
        margin: 5px 0;
}
/*.recommended-list+.recommended-list{
    margin-top: 15px;
}*/
/*----------------------------------关于我们页-----------------------------*/
.no-padding{
    padding: 0;
}
.about-list{
    padding-bottom: 7%;
    /*padding: 0 15px 7% 15px;*/
}
.product-category{
    width: 100%;
    height: auto;
    overflow: hidden;
    background-color: #eeeeee;
    padding-top: 6%;
    margin-bottom: 10%;
}
.product-category .product-body{
    background: none;
}
.product-category .product-header img{
    width: auto;
}
.product-category .product-header:hover img {
    transform: scale(1);
}
.product-content h2 {
    font-size: 30px;
    font-weight: bold;
    margin-top: 40px;
    margin-bottom: 15px;
    text-align: center;
}
.product-content .desc {
    max-width: 322px;
    margin: 0 auto;
    line-height: 36px;
    text-align: center;
}
.product-footer {
    text-align: center;
}
.product-footer a {
    font-size: 14px;
    color: #333333;
    border: 1px solid #cccccc;
    padding: 13px 36px;
    display: inline-block;
    margin-top: 15.6%;
    margin-bottom: 12%;
    transition: .4s;
}
.product-footer a:hover{
    background-color: #0085cd;
    border-color: #0085cd;
    color: #fff;
    text-align: center;
}
/*----------------------------------联系我们页-----------------------------*/
.contact-page{
    width: 100%;
    height: auto;
    overflow: hidden;
    background-color: #fff;
    padding: 70px 0;
}
.content-banner{
    position: relative;
}
.contact-title{
    position: absolute;
    top: 35%;
    left: 45%;
    font-size: 36px;
    text-transform: uppercase;
    margin-bottom: 30px;
    color: #fff;
}
.contact-us{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.contact-us li{
    font-size: 14px;
    line-height: 24px;
    color: #999;
    margin-bottom: 15px;
}
.contact-us li span{
    font-size: 14px;
    padding-right: 10px;
    color: #121212;
}
.contact-us li img{
    width: auto;
    max-width: 100%;
}
.contact-item-list{
    margin-top: 10%;
}
.contact-item-list .control-label{
    display: none;
}
.contact-item-list input, .contact-item-list textarea {
    font-size: 14px;
    color: #999;
    border: none;
    border-bottom: 1px solid #e5e5e5;
    border-radius: 0;
    box-shadow: none;
    outline: none !important;
    height: 48px;
    background: #fff;
}
.contact-item-list textarea {
    resize: none;
    height: 9em;
}
.contact-item-list input::-webkit-input-placeholder,
.contact-item-list textarea::-webkit-input-placeholder{
    color: #999;
}
.contact-item-list input::-moz-placeholder,
.contact-item-list textarea::-moz-placeholder{
    color: #999;
}
.contact-item-list input:-ms-input-placeholder,
.contact-item-list textarea:-ms-input-placeholder{
    color: #999;
}
.contact-item-list .btn-default{
    font-size: 17px;
    font-weight: 400;
    width: 50%;
    letter-spacing: 2px;
    background: #0085cd;
    border-color: #0085cd;
    padding: 10px 0;
    border-radius: 0;
    margin-top: 10px;
    color: #fff;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.contact-item-list input:focus,
.contact-item-list textarea:focus{
    background-color: transparent;
    border-color: rgba(2,122,195,0.35);
    outline: 0;
    background-size: 100% 100%,100% 100%;
    transition-duration: .3s;
    box-shadow: none;
}
.contact-item-list input:hover,
.contact-item-list textarea:hover{
    border-color: rgba(2,122,195,0.35);
}
.contact-item-list .btn-default:hover {
    background: #fff;
    color: #0085cd;
}
/*----------------------------------产品详情页-----------------------------*/
#w0-error,#w0-success{
    opacity: 1;
    position: fixed;
    width: 40%;
    top: 30%;
    left: 35%;
    z-index: 999;
    background: #fff;
    padding: 100px;
    border-color: #cacaca;
}
#w0-error button.close,#w0-success button.close{
    position: absolute;
    right: 15px;
    top: 15px;
}
/*----------------------------------新闻列表页-----------------------------*/
.manual-page{
    padding-bottom: 30vh;
    background-color: #f7f7fa;
}
.nav-left,.article-right{
    width: 100%;
    height: auto;
    overflow: hidden;
    background-color: #fff;
}
.nav-left h4{
    color: #0085cd;
    padding: 25px 0 25px 24px;
    margin: 0;
    text-transform: uppercase;
}
.nav-left li a{
    border: none;
    color: #666;
    display: block;
    font-size: 14px;
    padding: 14px 24px;
}
.nav-left li.active a,
.nav-left li a:hover{
    color: #fff;
    background-color: #0085cd;
}
.article-right{
    padding: 0 15px;
}
.article-title {
    margin: 0;
    border-bottom: 1px solid #eeeeee;
    padding: 4% 0;
    letter-spacing: 1px;
    color: #666;
    font-weight: bold;
}
.support-search {
    display: flex;
    justify-content: space-between;
    margin-bottom: 37px;
    margin-top: 20px;
    padding-right: 25px;
}
.support-search .article-title{
    color: #333;
    font-size: 18px;
    padding-left: 15px;
    border: none;
    padding-top: 0;
    padding-bottom: 0;
}
.support-search form{
    position: relative;
}
.support-search input{
    width: 300px;
    color: #999999;
    font-size: 12px;
    outline: none;
    border: 1px solid #e1e1e1;
    line-height: 36px;
    border-radius: 20px;
    padding: 0 13px;
}
.support-search button{
    position: absolute;
    right: 15px;
    top: 0;
    border: none;
    border-radius: 0;
    background: url("../images/search-icon.png") center center no-repeat;
    width: 18px;
    height: 18px;
    padding: 18px 0;
}
.support-search button:hover{
    background-color: transparent;
}
.support-box {
    position: relative;
}
.support-box .news-title a{
    font-size: 14px;
    height: 62px;
    margin-bottom: 0;
    padding-top: 8px;
    text-align: center;
    display: block;
}
.support-box .text-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 14px;
    padding: 56px 20px 0;
    text-align: center;
    background-color: rgba(0,0,0,.8);
    opacity: 0;
    transition: .4s;
}
.support-box:hover .text-box {
    opacity: 1;
}
.support-box .text-box h4 {
    margin-top: 0;
    margin-bottom: 20px;
}
.support-box .text-box a,
.support-box .text-box p{
    display: block;
    border: 1px solid #fff;
    margin-bottom: 10px;
    color: #fff;
}
.article-content{
    color: #666;
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 40px;
}
.article-content p{
    padding-top: 20px;
}
/*----------------------------------支付页-----------------------------*/
.page-news-index,.page-singlepage-index{
    background-color: #fff;
}
.pay-list {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 27vh;
}
.pay-title{
    text-align: center;
    height: 1px;
    background-color: #eee;
    position: relative;
    margin: 9.1% auto;
        width: 100%;
    float: left;
}
.pay-title h1 {
    margin-bottom: 0;
    display: inline-block;
    margin-top: -20px;
    background-color: #fff;
    padding: 0 6%;
    color: #333;
}
.pay-title img{
    width: auto;
    margin-bottom: 0;
    display: inline-block;
    margin-top: -40px;
    background-color: #fff;
    padding: 0 6%;
    color: #333;
}
.pay-page .index-news-pic{
    text-align: center;
}
.pay-page .index-news-pic img{
    width: auto;
}
.pay-page .support-box{
    border: 1px solid #dddddd;
    width: 70%;
    margin-left: 15%;
    padding: 20px 0;
    transition: .4s;
}
.pay-page .support-box .news-title a{
    height: auto;
}
.pay-page .support-box:hover {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    box-shadow: 0 4px 30px rgba(0,0,0,.15);
}
/*----------------------------------我们公司页-----------------------------*/
.page-singlepage-index{
    color: #333;
}
/*----------------------------------新闻详情页-----------------------------*/
.info-new-page{
    padding: 70px 0;
    color: #666;
    line-height: 28px;
    font-size: 14px;
}
.info-news-title{
    margin-bottom: 30px;
    text-align: center;
}
.info-news-title h2{
    font-size: 20px;
}
.info-news-title h6{
    color: #333;
}
.info-new-page p{
    text-indent: 2rem;
}
.info-new-page img{
    width: auto;
    max-width: 100%;
}
/*----------------------------------产品搜索页-----------------------------*/
.page-products-search{
    background-color: #fff;
}
.page-products-search .details2-title{
    margin-bottom: 30px;
    color: #333;
    padding-left: 15px;
}
@media (max-width: 1440px) {
    .detail-header{
        font-size: 3rem;
        width: 60%;
    }
    .detail-content{
        font-size: 1.8rem;
        width: 60%;
    }
    .detail-footer ul{
        width: 80%;
    }
}
@media (max-width: 1200px) {
    .detail-body {
        padding-left: 5%;
    }
}
@media (max-width: 991px) {
    .detail-header{
        font-size: 2.2rem;
        width: 100%;
    }
    .detail-content{
        font-size: 1.6rem;
        width: 100%;
    }
    .detail-footer ul{
        width: 100%;
    }
    .detail-2 .detail-body {
        left: 0;
    }
}
@media (max-width: 767px) {
	.detail-header:before{
	 background-color: #000;
	}
    .detail-1>img,.detail-2>img,
    .detail-3>img,.detail-4>img,
    .detail-5>img{
       max-width: 100%;
    }
    .detail-body {
        padding: 5% 2%;
    }
    .detail-header {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    .detail-content{
        line-height: 24px;
    }
    .detail-3 .detail-content{
        width: 100%;
        margin-left: 0;
    }
    .detail-footer ul li,
    .detail-5 .detail-footer ul li{
        width: 50%;
        text-align: left;
    }
    .detail-footer ul li img{
        display: none;
    }

    .block-box {
        text-align: center;

    }

    .index-blog-list {
        width: 40%;
    }
    .index-blog-title {
        width: 20%;
    }
    .box-list{
        width: 50%;
    }
    .contact-item-list .col-md-6,.contact-item-list .col-md-12{
        padding: 0;
    }
    footer .text-box {
        display: block;
    }
    footer dl {
        padding-left: 0;
    }
    .index-about .index-title{
        text-align: center;
    }
    .index-about-content,.index-service{
        padding-left: 15px;
        padding-right: 15px;
    }
    .index-service .item{
        padding-right: 0;
        padding-bottom: 20px;
    }
    .index-about-video,.index-about-text,
    .index-event-item{
        width: 100%;
        padding-left: 0;
    }
    .index-event-item{
        padding-top: 20px;
    }
    .index-service-item{
        border: none;
        border-bottom: 1px solid #dce4ea;
    }
    .choose-title{
        margin-top: 30px;
        margin-bottom: 20px;
    }
    .index-choose .choose-desc{
        width: 100%;
    }
    .footer-about,.footer-study{
        border-right: none;
        border-bottom: 1px solid #a2abb7;
    }
    .footer-content .col-md-2{
        width: 50%;
    }
    .product-title{
        padding: 0 15px;
    }
  
    .product-title:before {
        left: 15px;
    }
    .news-list-page .index-news-text a {
        font-size: 18px;
    }
    .news-list-page .index-news-text p {
        font-size: 14px;
    }
    .news-list-page .index-news-list{
        padding: 0;
    }
    .index-news-pic{
        margin-top: 20px;
    }
    .manual-page .col-sm-9{
        padding: 0;
    }
    .support-search {
        display: block;
    }
    .support-search input {
        width: 100%;
    }
    .about-list{
        /*padding-bottom: 7%;*/
        padding: 0 15px 7% 15px;
    }
    .pay-page .support-box {
        margin-top: 30px;
    }
    .pay-title {
        margin: 70px auto;
    }
    .pay-list{
        margin-bottom: 40px;
    }
    .nav-share .site-search {
        width: 300px;
    }
    .site-search input {
        width: 160px;
    }
    .site-search button {
        padding: 0 20px;
    }
}
@media (max-width: 480px) {
    .index-number-list{
        width: 50%;
    }
    .index-number-list .number{
        font-size: 36px;
    }
    .number-desc{
        font-size: 18px;
    }
    .index-features .index-number-list{
        min-height: 270px;
    }
}

.skype{
    position: fixed;
    bottom: 20px;
    right: 10px;
    z-index: 1;
}
.cn{
   position: absolute;
    width: 30px;
    height: 30px;
    right: 107px;
    top: 5px;
    z-index: 10;
    display: none;
}
.cn img{
    max-width:100px;
}

.captchaimg img {
  width:auto;
  max-width: 100%;
}
#w1-error,#w1-success{
    position: fixed;
    z-index: 9999999999999999;
    width: 50%;
    bottom: 0;
    left: 0;
}
.index-blog-list .box-list .up-img{
  -webkit-animation: loader 3s infinite;
  -webkit-animation-timing-function: cubic-bezier(0.030, 0.615, 0.995, 0.415);
  -webkit-animation-fill-mode: both;
  -moz-animation: loader 3s infinite;
  -moz-animation-timing-function: cubic-bezier(0.030, 0.615, 0.995, 0.415);
  -moz-animation-fill-mode: both;
  -ms-animation: loader 3s infinite;
  -ms-animation-timing-function: cubic-bezier(0.030, 0.615, 0.995, 0.415);
  -ms-animation-fill-mode: both;
  animation: loader 3s infinite;
  animation-timing-function: cubic-bezier(0.030, 0.615, 0.995, 0.415);
  animation-fill-mode: both;
}
.index-blog-list .box-list .left-img{
  -webkit-animation: loaderleft 4s infinite;
  -webkit-animation-timing-function: cubic-bezier(0.030, 0.615, 0.995, 0.415);
  -webkit-animation-fill-mode: both;
  -moz-animation: loaderleft 4s infinite;
  -moz-animation-timing-function: cubic-bezier(0.030, 0.615, 0.995, 0.415);
  -moz-animation-fill-mode: both;
  -ms-animation: loaderleft 4s infinite;
  -ms-animation-timing-function: cubic-bezier(0.030, 0.615, 0.995, 0.415);
  -ms-animation-fill-mode: both;
  animation: loaderleft 4s infinite;
  animation-timing-function: cubic-bezier(0.030, 0.615, 0.995, 0.415);
  animation-fill-mode: both;
}
/*上*/
@-webkit-keyframes loader {
          0% {-webkit-transform: translateY(0px); opacity: 0;}
          25% {opacity: 1;}
          50% {-webkit-transform: translateY(-30px); opacity: 0;}
          100% {opacity: 0;}
      }

      @-moz-keyframes loader {
          0% {-moz-transform: translateY(0px); opacity: 0;}
          25% {opacity: 1;}
          50% {-moz-transform: translateY(-30px); opacity: 0;}
          100% {opacity: 0;}
      }

      @-keyframes loader {
      0% {-transform: translateY(0px); opacity: 0;}
      25% {opacity: 1;}
      50% {-transform: translateY(-30px); opacity: 0;}
      100% {opacity: 0;}
      }

      @-ms-keyframes loader {
          0% {-ms-transform: translateY(0px); opacity: 0;}
          25% {opacity: 1;}
          50% {-ms-transform: translateY(-30px); opacity: 0;}
          100% {opacity: 0;}
      }

/*左*/

      @-webkit-keyframes loaderleft {
          0% {-webkit-transform: translateX(-30px); opacity: 0;}
          25% {opacity: 1;}
          50% {-webkit-transform: translateX(0px); opacity: 0;}
          100% {opacity: 0;}
      }

      @-moz-keyframes loaderleft {
          0% {-moz-transform: translateX(-30px); opacity: 0;}
          25% {opacity: 1;}
          50% {-moz-transform: translateX(0px); opacity: 0;}
          100% {opacity: 0;}
      }

      @-keyframes loaderleft {
      0% {-transform: translateX(-30px); opacity: 0;}
      25% {opacity: 1;}
      50% {-transform: translateX(0px); opacity: 0;}
      100% {opacity: 0;}
      }

      @-ms-keyframes loaderleft {
          0% {-ms-transform: translateX(-30px); opacity: 0;}
          25% {opacity: 1;}
          50% {-ms-transform: translateX(0px); opacity: 0;}
          100% {opacity: 0;}
      }
/*旋转*/
.logo img {
    max-height:50px;
}


/*banner vr*/

.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom: 20;
}

.swiper-pagination-bullet{
    width: 50px;
    height: 5px;
    display: inline-block;
    border-radius: 0;
}
.vr-play{
        position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;

}
.vr-play svg{
animation: run  15s infinite linear;
max-width: 200px;
}
@keyframes run
{
from {transform: rotate(0deg);}
to {transform: rotate(359deg);}
}
  @media (max-width: 1200px){
.vr-play svg{
    width: 100px;
}
  }
.text-center{
    text-align: center;

}

 .index-sm_banner .index-b-title
 {
    color: #000;
    font-weight: bold;
 }
.index-sm_banner .index-b-text{
 color: #646464;
 font-size: 16px;
}
.index-sm_banner{
    padding: 15px;
    margin: 8px -8px;
    background-color: #f3f3f3;
    display: block;
    position: relative;
    overflow: hidden;
    background-position: center;
    background-size: cover;
    font-size: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.index-sm_banner:hover {
    box-shadow: 0 15px 15px rgb(0 0 0 / 20%);
    -webkit-box-shadow: 0 15px 30px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    background-color: #2178cb;
}

/*contact page*/
.page-contact-container p{
    position: relative;
    padding-left: 40px;
    line-height: 40px;
}
.page-contact-container svg{
    position: absolute;
    left: 0;
    top: 0;
}
.cuntact-add{
    padding-top: 15px;
}
.cuntact-add p{
    padding-left: 60px;
    line-height: 35px;
}
.page-contact-container a{
    color: #147ceb;
}

.about-page-video{
    padding-top: 25px;
}

.breadcrumbs li {
    display: inline-block;
    color: #333;
    padding: 10px;
}

.p-nav_list{
       position: relative !important;
}

.product-subnav{
    background: #f5f5f5;
    position: absolute;
    left: 236px;
    top: 0;
    display: none;
}
.nav-ul2-wrap-2 .nav-menu li:last-child .product-subnav{
    bottom: 0;
    top: auto;
}
.product-subnav li {
    padding: 0 5px;
}

.nav-ul2-wrap-2{
   width: 500px;
    background: none;
    transition: all .3s;
}
.nav-ul2-wrap-2 .nav-menu{
    flex-direction: column;
    background: #fff;
    width: min-content;
}
.nav-ul2-wrap-2 .nav-menu li{
    text-align: left;
    max-width: 270px;
    position: relative;
   
}
.nav-ul2-wrap-2 .nav-menu li:hover .product-subnav{
 display: block;
}
@media (min-width: 769px) {

.index-sm_banner{
    min-height: 486px;
}
}
  .product-body:hover .product-title h4{
   color: #fff !important;
    }

.product-body:hover .product-more{
    background-color: #fff;
}