@font-face {
    font-family: 'Conv_DINCondensedC';
    src: url('../fonts/DINCondensedC.eot');
    src: local('â˜º'), url('../font/DINCondensedC.woff') format('woff'), url('../font/DINCondensedC.ttf') format('truetype'), url('../font/DINCondensedC.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: "microsoft yahei",Helvetica Neue, Helvetica, PingFang SC, Tahoma, Arial, sans-serif;
    height: 100%;
    position: relative;
}

input[type="text"] {
    -webkit-appearance: none;
}

textarea {
    -webkit-appearance: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
figure {
    font-weight: 400;
}

::-webkit-selection {
    color: #fff;
    background: #ff9600;
}

::-moz-selection {
    color: #fff;
    background: #ff9600;
}

::selection {
    color: #fff;
    background: #ff9600;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-uppercase,
.initialism {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

a {
    color: #6E6E6E;
    text-decoration: none
}

a:focus,
a:hover {
    color: #f94c30;
    transition: none
}

a.text-gray:hover {
    color: #6E6E6E
}

p {
    margin: 0
}

dl,
dd,
ul,
li {
    margin: 0;
    padding: 0;
    list-style: none
}

.fixed {
    z-index: 9999;
}

.bg-gray {
    background: #f3f6fa
}

.bg-sub {
    background: #6e6e6e
}

/*按钮*/
.btn {
    background: #f94c30;
    color: #fff;
    display: inline-block;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-weight: 700;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    border: none;
    font-family: inherit;
    border-radius: 5px;
    font-size: inherit;
    overflow: hidden;
    cursor: pointer;
    line-height: 60px;
    padding: 0 35px;
    display: inline-block;

}
.btn i{
    font-weight: normal;
}

.btn:after {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    width: 100%;
    height: 0;
    top: 50%;
    left: 50%;
    background: #fff;
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.btn:hover:after {
    height: 200%;
    opacity: 1;
}
.abutton {
    font-weight: bold;
    display:inline-block;
    margin: 1em;
    padding: 1em 2.5em;
    border: none;
    border-radius: 5px;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    background: #f94c30;
    color: #fff;
    -webkit-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
}
.abutton i{
    font-weight: normal;
}
.abutton:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 3px solid #f94c30;
    background:#ffeeeb;
    color: #f94c30;
    z-index: -1;
    border-radius: inherit;
    opacity: 0;
    -webkit-transform: scale3d(0.6, 0.6, 1);
    transform: scale3d(0.6, 0.6, 1);
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

.abutton:hover:before {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1;
}
/* 标签 */
.tag {
    display: inline-block;
    transition: .5s
}

.tag.padding {
    padding: 5px 12px
}

.tags {
    color: #f94c30 !important;
    border: 1px solid #f94c30 !important;
    background-color: unset;
}

/* 英文字体begin */
.Conv_DINCondensedC {
    font-family: "Conv_DINCondensedC";
}

/* 英文字体end */

.mb5 {
    margin-bottom: 5px;
}

/* 行距 begin*/
.blank {
    height: 10px;
    line-height: 10px;
    clear: both;
    font-size: 0
}

.blank-small {
    height: 20px;
    line-height: 20px;
    clear: both;
    font-size: 0
}

.blank-middle {
    height: 30px;
    line-height: 30px;
    clear: both;
    font-size: 0
}

.blank-big {
    height: 50px;
    line-height: 50px;
    clear: both;
    font-size: 0
}

.blank-large {
    height: 80px;
    line-height: 80px;
    clear: both;
    font-size: 0
}

/* 行距 end*/

.sidebar-l {
    margin-right: 20px
}

.sidebar-r {
    margin-left: 0px;
}

.container-layout {
    max-width: 84%;
}

.line-large {
    margin-left: -15px;
    margin-right: -15px
}

.line-large .x1,
.line-large .x2,
.line-large .x3,
.line-large .x4,
.line-large .x5,
.line-large .x6,
.line-large .x7,
.line-large .x8,
.line-large .x9,
.line-large .x10,
.line-large .x11,
.line-large .x12,
.line-large .xl1,
.line-large .xl2,
.line-large .xl3,
.line-large .xl4,
.line-large .xl5,
.line-large .xl6,
.line-large .xl7,
.line-large .xl8,
.line-large .xl9,
.line-large .xl10,
.line-large .xl11,
.line-large .xl12,
.line-large .xs1,
.line-large .xs2,
.line-large .xs3,
.line-large .xs4,
.line-large .xs5,
.line-large .xs6,
.line-large .xs7,
.line-large .xs8,
.line-large .xs9,
.line-large .xs10,
.line-large .xs11,
.line-large .xs12,
.line-large .xm1,
.line-large .xm2,
.line-large .xm3,
.line-large .xm4,
.line-large .xm5,
.line-large .xm6,
.line-large .xm7,
.line-large .xm8,
.line-large .xm9,
.line-large .xm10,
.line-large .xm11,
.line-large .xm12,
.line-large .xb1,
.line-large .xb2,
.line-large .xb3,
.line-large .xb4,
.line-large .xb5,
.line-large .xb6,
.line-large .xb7,
.line-large .xb8,
.line-large .xb9,
.line-large .xb10,
.line-large .xb11,
.line-large .xb12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

/* owl-carousel轮播插件 */
.owl-carousel .owl-dots {
    position: absolute;
    top: 50%;
    padding: 0;
    text-align: left;
    width: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
    position: relative;
    vertical-align: middle
}

.owl-carousel .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 0 5px;
    border-radius: 50%;
    background: #d3d3d3;
    display: inline-block;
    text-align: center;
    -webkit-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s
}

.owl-carousel .owl-dots .owl-dot.active span {
    width: 16px;
    height: 8px;
    background: #000;
    border-radius: 20px
}

.owl-carousel .owl-nav i {
    font-size: 23px;
    color: #fff
}

.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    background: #000;
    width: 42px;
    height: 42px;
    line-height: 42px;
    -webkit-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    position: absolute;
    text-align: center;
    border-radius: 50%;
    opacity: 0
}

.owl-carousel .owl-nav .owl-prev {
    background: #000;
    left: 20px;
    right: auto
}

.owl-carousel .owl-nav .owl-prev i {
    position: absolute;
    left: 8px;
}

.owl-carousel .owl-nav .owl-next {
    right: 20px
}

.owl-carousel .owl-nav .owl-next i {
    position: absolute;
    right: 8px
}

/* owl-carousel轮播插件 */

/* 首页轮播 */
.slides-arrow:hover .owl-nav .owl-next,
.slides-arrow:hover .owl-nav .owl-prev {
    opacity: .3
}

.slides-arrow.dot-center .owl-dots {
    position: relative;
    top: -30px;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    width: 100%
}

/* 首页轮播 */
.slider {
  width: 100%;
  height: 77vh;
  display: flex;
  flex-wrap: wrap;
  position: fixed;
  left: 0;
  top: 0;

}
.page-header {
  width: 100%;
  height: 550px;
  flex-wrap: wrap;
  align-items: center;
  position: fixed;
  left: 0;
  top: 0;
}
main {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 6;
}

/* 常用TAB */
.tab-normal .tab-head {
    border-radius: 0;
    font-size: 0;
    -webkit-text-size-adjust: none;
    width: 100%;
}

.tab-normal .tab .tab-nav li {
    display: inline-block;
    width: auto;
    text-align: center
}

.tab-normal .tab .tab-nav li a {
    background: #fff;
    color: #6e6e6e;
    border-radius: 30px;
    padding: 0px 20px;
    height: 42px;
    line-height: 42px;
    margin: 0 10px;
    display: block;
    border: 0;
    font-size: 16px;
}

.tab-normal .tab .tab-nav .active a {
    background: linear-gradient(-45deg, #FFD100, #ff9600);
    cursor: default;
    color: #fff;
    border-bottom: 0px solid #FD3C6B;
}

.tab-normal .tab .tab-nav .active {
    background: none
}

.tab-normal .tab .tab-nav .active a:hover {
    color: #FFF
}

.tab-normal .tab .tab-nav li a:focus {
    outline: none;
}

.tab-normal .tab .tab-nav li a:hover {
    background: linear-gradient(-45deg, #FFD100, #ff9600);
    color: #fff
}

.tab-normal .tab .tab-body {
    padding: 0;
    border-radius: 0;
    border-top: 0px solid #ff0000
}

/* 常用TAB */

/*  首页视频幻灯片  */
    .igoSwiper {
        width: 100%;
        height: 77vh;
    }

    .igoSwiper .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .igoSwiper .video {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: relative;
        z-index: 9;
    }

    .autoplay-progress {
        position: absolute;
        right: 16px;
        bottom: 16px;
        z-index: 10;
        width: 48px;
        height: 48px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: bold;
        color: #fff;
    }

    .autoplay-progress svg {
        --progress: 0;
        position: absolute;
        left: 0;
        top: 0px;
        z-index: 10;
        width: 100%;
        height: 100%;
        stroke-width: 4px;
        stroke: #fff;
        fill: none;
        stroke-dashoffset: calc(125.6 * (1 - var(--progress)));
        stroke-dasharray: 125.6;
        transform: rotate(-90deg);
    }

    .igoSwiper .igotxt {
        position: absolute;width: 60%;
        z-index: 10;
        text-align: left;
        color: #fff;
        left: 18%
    }

    .igoSwiper .igotxt h2,
    .igoSwiper .igotxt h3 {
        font-size: 5em;text-transform: uppercase;
        font-weight: bold;
        margin-bottom: 5px !important;
    }

    .igoSwiper .igotxt h2 {
        -webkit-text-stroke: 1px #fff;
        -webkit-text-fill-color: transparent;
        color: #fff;
    }

    .igoSwiper .igotxt h5 {
        border-left: 5px solid #f94c30;
        padding-left: 15px;
        color: #f5f5f5;
    }

    .igoSwiper .igotxt .ani {
        margin-bottom: 20px;
    }

    .igoSwiper .igotxt p.ani {
        margin-bottom: 50px;
    }
.igoSwiper .swiper-pagination{bottom: 30px;}
.igoSwiper .swiper-pagination span{width: 50px;height: 2px;background: #fff;transition: all 0.3s;}
.igoSwiper .swiper-pagination span.swiper-pagination-bullet-active{width: 80px;background: #f94c30}



.igo-service{padding: 100px 0;}
.igo-text-center span{background: rgba(249,76,48,.2);display: inline-block;padding: 5px 25px;border-radius: 5px;color: #f94c30;font-weight:bold;margin-bottom:25px;}
.igo-service .igo-serbox{ width:calc(33.333% - 30px); margin:50px 15px; border-radius: 10px;position:relative;transition: all 0.5s;padding:50px 30px 30px;}
.igo-service .active,.igo-service .igo-serbox:hover{box-shadow: 0 30px 30px 0 rgba(64, 75, 103, 0.06);}

.hv-image-play{position: relative; background-size: 100%;width: 64px;height: 64px;animation-play-state:paused ;animation: mover 0.5s steps(21) forwards;background-position-y: -2624px;margin: 50px auto; background-color: rgba(64, 75, 103, 0.06);border-radius: 10px;padding: 5px;}
.igo-serbox:hover .hv-image-play{animation-play-state:running ;animation: movex 0.5s steps(21) forwards;animation-iteration-count:1;}
.hv-image-play:after{content: ''; position: absolute;width: 30px;height: 3px; background: #f94c30;margin-left: -15px; top: 150%;}
.igo-serbox h3{font-weight:bold;line-height: 4em;}
.igo-serbox p{margin-bottom: 1em;}

@keyframes movex {
            0% { background-position-y: 0px; }
            99.9%{ background-position-y: -1344px; }
            100% { background-position-y: -2624px;}
           
        }
@keyframes mover {
            0% { background-position-y: -2624px; }
            0.001% { background-position-y: -1344px; }
            100% { background-position-y: 0px;}
           
        }

/* 首页产品 */
.carousel-pro .media {
    position: relative;
    -webkit-transition: .5s;
    transition: .5s;
}

.carousel-pro .media:hover {
    -webkit-transition: .5s;
    transition: .5s;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, .05);
}

.carousel-pro .button {
    background-color: #FFD100;
    transition: all .5s ease;
    box-shadow: 0 3px 8px 0px rgba(39, 39, 39, 0.26);
}

.carousel-pro .media:hover .button {
    color: #FFF;
    background-color: #ff9600;
    transition: all .5s ease;
}

.carousel-pro .media-body {
    padding: 10px 0 0 0
}

/* .carousel-pro:hover .owl-nav .owl-next,.carousel-pro:hover .owl-nav .owl-prev{opacity:.6} */
.carousel-pro.dot-center .owl-dots {
    position: relative;
    top: 30px;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    width: 100%
}

/* 首页产品 */

/* 首页关于我们 */
.home-about {
    background-repeat: no-repeat;
    background-position: center 50%;
    background-size: cover;
    background-attachment: fixed;
    padding: 8% 0;
}

.home-about .padding-large {
    padding: 40px 50px
}

.home-about h2 {
    position: relative;
    font-size: 6em;
    font-weight: bold;
    margin-bottom: 40px;
    word-break: break-all
}
.home-about h2 span{
    font-size: 24px;
    margin-left: 15px;
}
.yigoujia{
    background: rgba(0,0,0,0.7);
}
.yigoujia p{
    color: #fff;
    line-height: 35px;
    font-size: 16px;
}
/* 首页关于我们 */

/* 首页解决方案 */
.solution .media-img {
    position: relative;margin: 20px;
}
.solution .media-img a{
    width: 100%;
    height: 100%;
    display: block;
    padding-bottom: 70%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.solution .media-img .mask {
    opacity: 0;
    z-index: 3;
    background: rgba(249,76,48,.9);
    width: 100%;
    height: 100%;
    position: absolute;
    text-align: center;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    transition: 0.3s;
    
}

.solution .media-img .mask .subtitle {
    padding: 25px
}

.solution .media-img .mask .more {
    position: absolute;
    bottom: 25px;
    right: 25px
}

.solution .media-img:hover .mask {
    z-index: 5;
    transition: 0.3s;
    opacity: 1;
    transform: scale(1.1);
}

.solution .media-img .linear-link {
    z-index: 1;
    opacity: 1;
    background: linear-gradient(to bottom, rgba(0, 0, 0, .2) 65%, rgba(0, 0, 0, .8) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    transition: 0.3s;
}

.solution .media-img .linear-link .subtitle {
    padding: 0 25px;
    z-index: 3;
    width: 100%;
    bottom: 25px;
    left: 0;
    position: absolute;
    transition: 0.3s;
}

/* 首页解决方案 */

/* 首页新闻 */
.home-news-l {
    margin-right: 10px
}

.home-news-r {
    margin-left: 10px
}

.home-news-h .media-img {
    position: relative;
}

.home-news-h .media-img .post-title {
    background: #fff;
    bottom: -30px;
    left: 30px;
    width: 65%;
    padding: 20px;
    position: absolute;
    color: #333;
    transition: 0.5s;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.06)
}

.home-news-h .media-img:hover .post-title {
    bottom: 30px;
}

.home-news-h .media-img .post-title h3 a {
    color: #333;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    display: block;
}

/* .home-news-h .media-img:hover .post-title h3 a {color:#FFF;} */
.home-news-h .button {
    margin-top: 1rem;
    width: 48px;
    line-height: 28px;
    font-size: 18px;
    background: #f94c30;
    color: #fff
}

.home-news-h .media-img:hover .button {
    background: #ff9600;
    color: #fff;
}

.home-news-c:hover {
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.03);
}

.home-news-c .news-time {
    margin: 20px 15px 0 0px;
    border-right: 2px solid #eee;
    padding: 0
}

.home-news-c .news-time .text-large {
    font-size: 42px;
    line-height: 48px;
}

.home-news-c .news-title {
    margin-top: 20px;
    margin-left: 15px
}

.home-news-c .news-title h2 a {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 20px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.home-news-c:hover .news-title h2 a {
    color: #ff9600
}

/* 首页新闻 end */

/* 路径 */
.nav-bread {
    padding: 0;
    height: 70px;
    line-height: 70px;
    font-size: 0
}

.nav-bread h2 {
    font-size: 24px;
    font-weight: 600
}

.nav-bread i {
    color: #888888;
}

.nav-bread a {
    color: #888888;
    font-size: 14px;
    display: inline-block;
}

.nav-bread a:hover {
    color: #ff9600
}

.nav-bread a:after {
    content: "";
    padding: 0 10px;
    background: url(../images/nav-bread.png) no-repeat center 50%;
}

.nav-bread a:last-child:after {
    content: "";
    background: none;
}

/* 路径 */

/* 上下篇  */
.prenext-pro a.button {
    height: 70px;
    line-height: 70px;
    padding: 0 25px
}

.prenext-pro a.button:hover {
    background: #f94c30;
    color: #fff
}

.prenext-pro a.border {
    border: 1px solid #eee
}

/*分页 begin*/
.pagination li {
    margin: 0 5px;
    font-size: 14px;
    border: none;
    border-radius: 4px;
}

.pagination li a {
    border-radius: 4px;
    color: #6e6e6e;
    background: #fff;
    padding: 12px 16px;
    border: 1px solid #DCDCDC;
}

/* .pagination li i {font-weight:bold;font-size:18px;padding:0 3px} */
.pagination li.active a,
.pagination li a:hover {
    background: #f94c30;
    color: #fff;
    border: 1px solid #f94c30;
}

/*分页 end*/

/* 标题样式-居中 */
.title-c {
    position: relative;
}

.title-c h3 {
    position: relative;
    font-size: 30px;
    text-transform: uppercase;
    margin: 0 auto 50px auto;
    font-weight: 600
}

.title-c h3:before {
    background: #f94c30;
    content: '';
    display: block;
    position: absolute;
    width: 30px;
    height: 3px;
    bottom: -50px;
    left: 50%;
    margin-left: -15px;
}

/* 标题样式-左 */
.title-l h2 {
    line-height: 28px;
    height: 28px;
    color: #333;
    position: relative;
    font-size: 16px;
    letter-spacing: 0;
    padding-left: 20px;
    margin-bottom: 10px;
}

.title-l h2:before {
    content: '';
    display: block;
    position: absolute;
    width: 5px;
    height: 20px;
    top: 4px;
    background: #f94c30;
    left: 0
}

/* 下拉分类 */
.nav-tree {
    font-size: 0;
    height: 70px;
    line-height: 70px
}

/*font-size:0去掉 display:inline-block间隔 */
.nav-tree li {
    position: relative;
    display: inline-block;
}

.nav-tree li a {
    color: #6E6E6E;
    display: block;
    padding: 0 30px;
    font-size: 16px;
    background: #fff;
}

.nav-tree li a.active,
.nav-tree li a.cur {
    background: linear-gradient(-45deg, #FFD100, #ff9600);
    color: #fff
}

.nav-tree li.focusa a {
    background: linear-gradient(-45deg, #FFD100, #ff9600);
    color: #fff;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0;
}

.nav-tree li ul:after {
    position: absolute;
    top: -8px;
    left: 50%;
    margin-left: -8px;
    display: inline-block;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
    border-left: 8px solid transparent;
    content: '';
}

.nav-tree li ul {
    top: 70px;
    left: 0;
    background: #fff;
    padding: 10px 0;
    z-index: 99;
    position: absolute;
    width: 100%;
    display: none;
    border-radius: 0px;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.03);
}

.nav-tree li ul li {
    display: block;
    width: 100%;
    text-align: left;
}

.nav-tree li ul li.children a {
    font-size: 14px;
    background: #fff;
    border-radius: 0;
    box-shadow: none;
    display: block;
    color: #6e6e6e;
    line-height: 34px;
    height: 34px
}

.nav-tree li ul li.children a.active,
.nav-tree li ul li.children a:hover {
    color: #ff9600
}

/*
.nav-tree li ul li.children:first-child a{border-top-left-radius:0px;border-top-right-radius:0px;}
.nav-tree li ul li.children:last-child a{border-bottom-left-radius:5px;border-bottom-right-radius:5px;}
*/
/* 下拉分类 */

/* 属性 */
.filter-box .padding-big {
    padding: 15px 25px
}

.filter-box dl {
    margin: 15px 0;
    display: flex;
}

.filter-box dl dt {
    width: 8%;
    display: block;
    flex: none;
    line-height: 24px;
    font-weight: normal
}

.filter-box dl dd {
    display: block;
    float: left;
    position: relative;
}

.filter-nav ul li {
    margin: 0;
    display: block;
    float: left;
    width: auto;
    line-height: 24px;
}

.filter-nav ul li a {
    margin: 0 10px 0 0;
    padding: 2px 10px;
    cursor: pointer;
    display: block;
    color: #6E6E6E;
    transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}

.filter-nav ul li a:hover {
    color: #ff9600;
}

.filter-nav ul li a.active {
    color: #fff;
    background: #ff9600
}

.filter-nav ul li b {
    font-weight: normal;
}

/* 横向不带ICO导航 */
.nav-x {
    background: #fff;
    width: 100%;
    position: relative;
}

.nav-x .menu-toggle h3 {
    display: none
}

.nav-x ul {
    font-size: 0;
    -webkit-text-size-adjust: none;
    text-align: center
}

.nav-x li {
    display: inline-block
}

.nav-x li i {
    margin: 0px auto 5px auto;
    font-size: 24px;
    display: block;
}

.nav-x li a {
    font-size: 16px;
    padding: 0;
    height: 70px;
    line-height: 70px;
    color: #6e6e6e;
    text-align: center;
    display: block;
}

.nav-x li a:hover {
    color: #f94c30
}

.nav-x li a.active {
    background: linear-gradient(-45deg,  #ff9600,#f94c30);
    color: #fff
}

.col-2 {
    width: 15%
}

/* 横向不带ICO导航 */

/* 新闻列表 */
.list-news {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px
}

.list-news .time {
    margin-right: -20px;
    padding: 15px 0 10px 0;
    border-right: 1px solid #eee;
}

.list-news .time .text-large {
    font-size: 52px;
    line-height: 54px;
}

.list-news .news {
    margin-left: 50px;
    margin-right: 30px
}

.list-news .news h3 a {
    display: block;
    font-size: 24px;
    color: #333;
    margin-bottom: 20px
}

.list-news .button {
    width: 70px;
    line-height: 56px;
    font-size: 24px;
    border: 1px solid #ebebeb;
}

.list-news .button i {
    font-size: 22px;
}

.list-news:hover .button {
    background: #f94c30;
    color: #fff;
    border: 1px solid #f94c30
}

.list-news:hover h3 a {
    color: #f94c30
}

/* 新闻列表 */

/* 纯文字列表  begin*/
.list-post-text li {
    padding: 5px 0;
}

.list-post-text li a {
    display: block;
}

.list-post-text li.dot a {
    padding-left: 15px;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.list-post-text li.dot:hover a:before {
    background: #ff9600;
}

.list-post-text li.dot a:before {
    content: '';
    position: absolute;
    left: -2px;
    background: #ccc;
    width: 6px;
    height: 6px;
    top: 9px;
    border-radius: 50%
}

/* 纯文字列表  end*/

/* 下载列表 */
.normal-list li {
    position: relative;
    display: block;
    background: #FFF;
    margin-bottom: 20px;
    transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}

.normal-list li a {
    display: block;
    font-size: 16px;
    line-height: 24px;
    padding: 25px 30px 25px 50px;
    color: #333;
    transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}

.normal-list li span {
    color: #888888;
    position: absolute;
    right: 30px;
    top: 28px
}

.normal-list li:hover {
    background: #f94c30;
    color: #FFF;
    transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}

.normal-list li:hover a,
.normal-list li:hover span {
    color: #FFF
}

.normal-list li.dot:hover a:before {
    background: #fff;
}

.normal-list li.dot a {
    position: relative
}

.normal-list li.dot a:before {
    content: '';
    position: absolute;
    left: 30px;
    background: #ececec;
    width: 7px;
    height: 7px;
    top: 35px;
    border-radius: 50%
}

/* 下载详细页begin */
.download-detail {
    position: relative;
    z-index: 3
}

.download-detail .button-big {
    padding: 15px 25px
}

/* 下载详细页end */

/* ===视频教程 beign*/
/* ====视频教程列表 begin*/
.video-list .media {
    -webkit-transition: .5s;
    transition: .5s;
}

.video-list .media:hover {
    box-shadow: 0 30px 50px rgba(229, 229, 229, .8)
}

.video-list .media-img {
    position: relative;
    overflow: hidden
}

.video-list .media-body .padding-big {
    padding: 20px
}

.video-list .media-body h2 {
    margin: 0 0 20px 0;
    overflow: hidden
}

.video-list .media a.play {
    opacity: .6;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -24px;
    margin-top: -24px;
    width: 48px;
    height: 48px;
    line-height: 48px;
    background: rgba(0, 0, 0, .6);
    z-index: 2;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.video-list .media a.play i {
    font-size: 24px;
}

.video-list .media .playtime {
    position: absolute;
    bottom: 10px;
    right: 10px;
    padding: 0 8px;
    height: 20px;
    line-height: 18px;
    background: rgba(0, 0, 0, .5);
    z-index: 2;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.video-list .media:hover a.collect,
.video-list .media:hover a.play {
    opacity: 1;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.video-list .excerpt-info ul li.v2-1 {
    width: 50%
}

.video-list .excerpt-info ul li.v2-2 {
    width: 50%;
}

/* 视频教程列表 end*/

/* =====视频内容页 */
.video-detail .tab-head {
    border-radius: 0;
    font-size: 0;
    -webkit-text-size-adjust: none;
    padding-left: 25px;
    border-bottom: 1px solid #EFEFEF
}

.video-detail .tab .tab-nav li {
    display: inline-block;
    width: 13%;
    margin: 0
}

/* .video-detail .tab .tab-nav li:last-child {margin-right:0px} */
.video-detail .tab .tab-nav li a {
    color: #616770;
    padding: 18px 0;
    border: 0;
    border-bottom: 2px solid transparent;
    margin-bottom: -1px;
    display: block;
    line-height: 20px;
    font-weight: 500;
    border-radius: 0;
    font-size: 16px;
    text-align: center;
}

.video-detail .tab .tab-nav .active {
    border-radius: 0px;
}

.video-detail .tab .tab-nav .active a {
    margin-bottom: -1px;
    cursor: default;
    background: #FFF;
    border-bottom: 2px solid #ff9600;
    font-weight: 600
}

.video-detail .tab .tab-nav li a,
.video-detail .tab .tab-nav .active a:focus {
    outline: none;
}

.video-detail .tab .tab-body {
    border-radius: 0;
    border-top: solid 0px #ebebeb;
    padding: 25px
}

/* ======播放器 */
.jw-video{
    background: #0009;
}
.jw-video-expense {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #383838;
    z-index: 1;
    display: none
}

.jw-video-expense img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 100%;
    max-height: 100%;
}

.jw-video-expense .apply {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -20px;
    transform: translate(-50%, -50%);
}

.jw-video-expense .video-play {
    cursor: pointer;
    font-size: 0;
}

.jw-video-expense .video-play:before {
    content: '';
    width: 80px;
    height: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 8;
    margin-top: -40px;
    margin-left: -40px;
    border-radius: 50%;
    background: radial-gradient(rgba(0, 0, 0, .25) 40%, rgba(255, 255, 255, .65) 70%, rgba(0, 0, 0, .25) 100%);
    box-shadow: 0 0 8px 4px rgba(136, 136, 136, .35), 0 0 6px 3px rgba(255, 255, 255, 1);
    animation: fade 2.4s linear 0s infinite;
}

.jw-video-expense .video-play:after {
    content: '';
    width: 80px;
    height: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 9;
    margin-top: -40px;
    margin-left: -40px;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4MCIgaGVpZ2h0PSI4MCIgdmlld0JveD0iMCAwIDgwIDgwIj4KCTxkZWZzPgoJCTxzdHlsZT4KCQkgIC5jbHMtMSB7CgkJCWZpbGw6ICNmZmY7CgkJCWZpbGwtcnVsZTogZXZlbm9kZDsKCQkgIH0KCQk8L3N0eWxlPgoJPC9kZWZzPgoJPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMTEyMCwxMTE3YTQwLDQwLDAsMSwxLTQwLDQwQTQwLDQwLDAsMCwxLDExMjAsMTExN1ptMCw0YTM2LDM2LDAsMSwxLTM2LDM2QTM2LDM2LDAsMCwxLDExMjAsMTEyMVptLTUuNjIsNTIuNTEsMjAuMzctMTQuODhhMi4yNTQsMi4yNTQsMCwwLDAtLjA0LTMuNjdMMTExNCwxMTQwLjQ1YTIuMjczLDIuMjczLDAsMCwwLTMuNTgsMS44OGwwLjM1LDI5LjM4QTIuMjY5LDIuMjY5LDAsMCwwLDExMTQuMzgsMTE3My41MVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMDgwIC0xMTE3KSIvPgo8L3N2Zz4=) no-repeat;
}

.jw-video-expense .button {
    display: block;
    width: 180px;
    padding: 5px 20px;
    margin: 0 auto;
    margin-top: 135px;
    border-radius: 100px;
    font-style: normal;
    cursor: pointer;
}

.video-period .price {
    font-size: 32px;
    margin-top: 5px
}

.video-buy-now {
    cursor: pointer;
    width: 130px;
    float: right
}

.video-free-now {
    width: 130px;
    padding: 10px 0;
    float: right
}

.video-title h1 {
    font-size: 24px;
    display: block;
}

.video-period-title {
    padding: 15px 10px 15px 20px
}

.video-period-list {
    overflow: hidden;
    height: 410px;
    overflow-y: auto
}

.video-period-list li {
    height: 69px;
    width: 100%;
    border-bottom: 1px #433D3D solid;
    position: relative;
    text-align: left
}

.video-period-list li a {
    display: block;
    padding: 8px 10px 8px 50px
}

.video-period-list li a.cur {
    background: #2D2D2D;
    display: block;
}

.video-period-list li:hover {
    background: #2D2D2D;
}

.video-period-list li p {
    font-size: 14px;
    color: #888888;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.video-period-list li:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 13px;
    left: 18px;
    top: 15px;
    background: url(../images/video-ico.png) no-repeat;
    z-index: 4
}

.video-period-list li .video-info {
    padding-top: 8px;
    position: relative;
    color: #616770
}

.video-period-list li .video-info span {
    position: absolute;
    right: 0;
    width: 62px;
    text-align: right
}

.video-period-list li:last-child {
    border-bottom: none
}

.video-content-tit {
    padding: 5px 30px 0;
    line-height: 50px;
    border-bottom: 1px solid #ECEFF5
}

.video-content-tit h2 {
    font-size: 18px;
    color: #434C5A;
    border-bottom: 1px solid #434C5A;
    display: block;
    width: 72px;
    margin-bottom: -1px
}

/* 播放器 end*/
/* 视频内容页end */
/* 视频教程 end*/

/* 横向左图右字列表 begin*/
.list-post-x .media {
    margin-bottom: 20px
}

.list-post-x .media.border {
    border: 0;
    border-bottom: 1px solid #ECEFF5;
    padding-bottom: 20px
}

.list-post-x .media img {
    transition: all .3s ease-out
}

.list-post-x .media .thumb-md {
    position: relative;
    max-width: 100px;
    overflow: hidden
}

.list-post-x .media .thumb-md .playtime {
    position: absolute;
    bottom: 5px;
    right: 5px;
    padding: 0 5px;
    height: 20px;
    line-height: 18px;
    background: rgba(0, 0, 0, .6);
    z-index: 3;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.list-post-x .media .thumb-md .playicon {
    position: absolute;
    bottom: 5px;
    left: 5px;
    width: 20px;
    height: 20px;
    line-height: 18px
}

.list-post-x .media:hover img {
    transition: all .3s ease-out;
    transform: scale(1.1)
}

.list-post-x .media.media-x .float-left {
    margin-right: 15px
}

.list-post-x .media.media-x .float-right {
    margin-left: 15px
}

.list-post-x .media.media-x .media-body {
    text-align: left;
    padding: 0;
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.list-post-x .media.media-x .media-body h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.list-post-x .media a:hover {
    color: #434C5A
}

.list-post-x .media-body p {
    color: #888888;
    line-height: 22px
}

.list-post-x .media:last-child {
    margin-bottom: 0
}

/* 横向上图下字列表 end *

/* 内容 begin */
.article {
    overflow: hidden
}

.article .padding-large {
    padding: 40px;
}

.article .post h1 {
    font-size: 35px;
    color: #141414;
    line-height: 1.5;
        padding-bottom: 35px;
    border-bottom: 1px solid #e5ebe7;
}
.article .ey-price{background: #fff1f2;line-height: 50px; padding: 5px 30px;}
.article .post h2 {
    font-size: 24px;
    font-weight: 600;
    margin: 10px 0
}

.article .post h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 10px 0
}

.article .post .meta {
    margin-top: 15px;
}

.article .post .meta span {
    color: #a4a4a4;
}

.article .post hr {
    margin: 10px 0;
    height: 1px
}

.article .post strong {
    font-size: 16px;
    margin: 10px 0
}

.article .post table {
    margin: 20px 0
}

.article .post table th {
    background: #daf0fd;
    color: #fff;
    border: 1px solid #fff
}

.article .post table tr.ue-table-interlace-color-single {
    background: #daf0fd
}

.article .post p {
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 28px
}

.article .post img {
    max-width: 100%;
    height: auto !important;
}

.article .post a {
    text-decoration: none;
}

.article .post a:hover {
    color: #ff9600;
    border-bottom: 0 solid #ff9600
}

.article .post .text-right {
    text-align: right
}

.article .post ul li {
    padding: 0 0 5px 20px;
    position: relative;
    font-size: 16px
}

.article .post ul li p {
    line-height: 24px
}

.article .post ul li:before {
    content: '';
    position: absolute;
    top: 8px;
    left: 0;
    background: #888888;
    width: 7px;
    height: 7px;
    border-radius: 50%
}

.article .post ol {
    padding: 10px 0 0 0
}

.article .post ol.list-paddingleft-2 {
    position: relative
}

.article .post ol li {
    padding: 0;
    position: relative
}

.article .post ol li p {
    line-height: 26px;
    font-size: 16px;
    color: #888888
}

/* 内容 end */

/* 产品列表*/
.product-list{padding-left:80px;}
.product-list .media {
    -webkit-transition: .3s;
    transition: .3s;
}

.product-list .media:hover {
    -webkit-transition: .3s;
    transition: .3s;
    box-shadow: 0 5px 20px 5px rgba(0, 0, 0, .05);
}

.product-list .media-body {
    padding: 10px 0 0 0
}

.product-list .media:hover .media-body h2 a {
    color: #f94c30;
}

.price-info ul li.v2-1 {
    width: 50%
}

.price-info ul li.v2-2 {
    width: 50%;
}

/*产品列表*/
.comt-main{display:inline-block;width: 100%; padding: 100px 0}
.comt-main .contm-l{float: left;}
.comt-main .contm-r{float: right;}
.comt-main .contm-r .container{width: 100%;}
.sideMenu h3{border-bottom: 1px solid #e9e9e9;line-height: 60px;padding: 0 30px;font-size: 16px; cursor: pointer;text-transform: uppercase;}
.sideMenu h3.on{background: #ea5b1e;color: #fff;border-bottom: none;}
.sideMenu h3 i{float: right;font-size: 20px;position: relative1;transition: all 0.3s;}
.sideMenu h3.on i{transform: rotate(180deg);}
.sideMenu ul{background: #e9e9e9;}
.sideMenu ul li{line-height: 55px;}
.sideMenu ul li:hover,.sideMenu ul li.on{background: #ffa782;}
.sideMenu ul li a{display:inline-block;width: 100%; height: 100%;padding: 0 30px;text-transform: uppercase;}
.sideMenu ul li:hover a,.sideMenu ul li.on a{color: #fff}
.sideMenu ul li a em{display: inline-block; width:7px;height: 11px;background: url(/template/pc/skin/images/menu_aon.png) no-repeat;float: right;margin:22px 5px 0 0;opacity: 0;}
.sideMenu ul li:hover a em,.sideMenu ul li.on a em{opacity: 1;}
.textsed{text-decoration: line-through;margin-left: 20px;}
.comt-main .contm-r .padding-large{padding: 0;}
.comt-main .contm-r .product-list .media-body{padding: 10px 25px;}
.comt-main .contm-r .product-list .media-body .text-middle{font-size: 22px; color: #000;line-height: 55px;}
.comt-main .contm-r .product-list .media-body .text-middle:hover{color: #f94c30;}
.comt-main .contm-r .product-list .imgbst{ padding-bottom:70%;background-size:cover;overflow: hidden;background-position: center center;}
.comt-main .contm-r .product-list .imgbst img{height: 100%;}
.comt-main .contm-r .product-list .media-body p{color: rgba(0, 0, 0, .5);}
.img{ cursor: pointer;  transition: all 0.6s;  }  
.img:hover{ position:relative; z-index:99; transform: scale(1.1); }  

/* 产品详细页begin */
.product-description .padding-large {
    padding: 30px 0 0 30px
}

.product-description .padding-large-top {
    padding: 0
}

.product-description p {
    line-height: 24px
}

.product-description .zoomimg {
/*    width: 474px*/
}

/* PC端独有 */

/* 产品详情TAB begin */
.plei{position: relative;}
.plei h5{position: absolute;left: 18%;
    top: -300px; color: #fff; font-size: 40px;font-weight: bold;}

.article .ey-price span{line-height: 55px; display: inline-block;color: #8c8c8c;font-size: 14px;}
.article .ey-price .span1{margin-right: 15px;}
.article .ey-price .span2{text-decoration: line-through;}
.article .ey-price span b{font-size: 30px;line-height: 55px;float: right;margin-left: 15px;
    color: #d02b18;}
.article .ey-price .span3{float: right;}
.ey-can{margin: 30px auto; border-bottom: 1px solid #e5ebe7;}
.ey-can ul li{line-height: 50px;border: 1px solid #e5ebe7; border-bottom: none; padding: 0 30px;}
.ey-can ul li span{display: inline-block;width: 50%;float: right;border-left: 1px solid #e5ebe7; padding-left: 30px;}
.product-overview .tab-nav{background: #f5f6f7;border: 1px solid #f5f6f7;}

.layoutpd{padding: 80px 0 0;}

.layoutpd .contad{padding: 50px 90px 0;}
.layoutpd .contada{padding: 0 90px 90px}
.layoutpdb .contada{padding: 0 90px;}
.layoutpdb .tab .tab-body .tab-panel{padding: 0 80px 80px}
.product-overview .tab-head {
    border-radius: 0;
    font-size: 0;
    -webkit-text-size-adjust: none;
    width: 100%;
    
}

.product-overview .tab .tab-nav li {
    display: inline-block;
    width: 12%;
}

.product-overview .tab .tab-nav li a {
    margin-bottom: -1px;
    color: #6E6E6E;
    padding: 20px 0;
    display: block;
    line-height: 24px;
    border: 0;
    border-radius: 0;
    font-size: 18px;
    text-align: center;
}

.product-overview .tab .tab-nav .active {
    border-radius: 0px;
}

.product-overview .tab .tab-nav .active a {
    cursor: default;
    color: #fff;
    background: #f94c30;
    border-bottom: 3px solid #f94c30;
}

.product-overview .tab .tab-nav li a,
.product-overview .tab .tab-nav .active a:focus {
    outline: none;
}

.product-overview .tab .tab-body {
    padding: 0;
    border-radius: 0;
    border-top: solid 0px #ebebeb;
}

/* 产品详情TAB END */

/* 放大镜 begin */
#zoomimg {
    cursor: pointer;
    display: block
}

.pro-thumb .item img {
    border: 1px solid #ececec
}

.pro-thumb .item:hover img {
    border: 1px solid #ff9600
}

.pro-thumb:hover .owl-nav .owl-prev,
.pro-thumb:hover .owl-nav .owl-next {
    opacity: .6;
}

/* 放大镜 end */

/* 商品参数 */
.attribute li {
    position: relative;
    color: #666;
    line-height: 32px;
}

/* .attribute li:before {content:'';position:absolute;left:0px;background:#ccc;width:6px;height:6px;top:11px;border-radius:50%;} */
.attribute li span {
    color: #999
}

/* 商品参数 end */

/* 商品详情 */
.content img {
    max-width: 100% !important;
    height: auto !important;
}

/* 商品详情 end */

/* 产品详细页end */

.job-list {
    transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}

.job-list:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
    transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}

.job-list dt {
    font-weight: normal
}
/* 产品幻灯片 */
.swiper-box {
  margin: 20px auto;
  width: 100%;
  background: #f3f3f3;
}
.pic_page {
  position: absolute;
  z-index: 100;
  right: 20px;
  bottom: 20px;
  font-size: 18px;
  color: #FF5909;
  font-weight: bold
}
.pic_page img {
  display: block;
  width: 100%;
  height: 100%
}
.view {
  position: relative
}
.view .swiper-container {
  width: 100%;
  height: 500px
}
.view .swiper-container .swiper-slide img{width: auto;height: 100%;}
.view .swiper-container .swiper-slide{display: flex; justify-content: center;overflow: hidden;}
.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%;
  margin-top: 25px;
  position: relative;
  height: 150px;
  overflow: hidden;
}
.preview .swiper-container {
  margin-left: 55px;
  margin-right: 55px
}
.preview .swiper-slide {
  width: 182px;
  height: 125px;
  cursor: pointer;
  overflow: hidden
}
.preview .swiper-slide img {
  width: 178px;
  height: 121px;
  margin: 0 auto;
  border: 2px solid #edeef5
}
.preview .arrow-left {
  background-size: 100% 100%;
  position: absolute;
  left: 0px;
  top: 10px;
  margin-top: -9px;
  width: 44px;
  height: 121px;
  background: #353535;
  text-align: center;
  z-index: 10
}
.preview .arrow-left span {
  display: inline-block;
  width: 12px;
  height: 18px;
  background: url('../images/arrow_l@1x.png') no-repeat center;
  background-size: 100% 100%;
/*  transform: rotate(180deg);*/
  margin-top: 52px
}
.preview .arrow-right {
  position: absolute;
  right: 0px;
  top: 10px;
  margin-top: -9px;
  width: 44px;
  height: 121px;
  background: #353535;
  text-align: center;
  z-index: 10
}
.preview .arrow-right span {
  display: inline-block;
  width: 12px;
  height: 18px;
  background: url('../images/arrow_r@1x.png') no-repeat center;
  background-size: 100% 100%;
  margin-top: 52px
}
.preview .active-nav img {
  padding: 0;
  border-color: #ff5909;
  opacity: .9
}
/* 弹出层*/

.dialog {
    border-radius: 0;
    border: 0 solid #ebebeb;
    margin: 0 auto;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}

.dialog .dialog-head {
    font-size: 18px;
    border-bottom: 0;
    background: #FFF;
    color: #383838;
}

.dialog .dialog-head .close {
    float: right;
    line-height: 24px
}

.dialog .dialog-body {
    padding: 10px 40px 40px 40px;
}

.dialog-body h3 {
    font-size: 24px;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px
}

.dialog-body .form-group {
    padding-bottom: 20px
}

.dialog-body .input {
    height: 48px;
    line-height: 24px;
    padding: 0 12px;
    border: 1px solid #ebebeb;
    width: 100%;
    display: block;
    border-radius: 0px;
    -webkit-appearance: none;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.0) inset;
    background: transparent;
}

.dialog-body .textarea {
    padding: 10px 12px;
    line-height: 24px;
    width: 100%;
    background: transparent;
    border: 1px solid #ebebeb;
}

.dialog-body .label {
    padding-bottom: 10px;
    display: block;
    line-height: 24px;
}

.dialog-body .label label {
    font-weight: 400;
}

.dialog-body select {
    padding: 0 30px 0 8px;
    color: #ADADAD;
    border-radius: 0px;
    width: 100%;
    height: 48px;
    line-height: 48px;
    border: solid 1px #ebebeb;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(../images/select-down.png) no-repeat right 50%;
}

.dialog-body .form-tips .dialog-body .input-help ul {
    border: solid 0px #ebebeb;
    background: #fff;
    padding: 5px 10px;
    box-shadow: 0 0 0 #fff;
    border-radius: 0 0 4px 4px;
    width: 150px;
    min-width: 150px;
    width: auto;
    _width: 150px;
    color: #EE3333;
    font-size: 12px
}

.dialog-body .input::-webkit-input-placeholder,
.dialog-body .textarea::-webkit-input-placeholder {
    color: #6E6E6E;
}

.dialog-body .input:-moz-placeholder,
.dialog-body .textarea:-moz-placeholder {
    color: #6E6E6E;
}

.dialog-body .input::-moz-placeholder,
.dialog-body .textarea::-moz-placeholder {
    color: #6E6E6E;
}

.dialog-body .input:-ms-input-placeholder,
.dialog-body .textarea:-ms-input-placeholder {
    color: #6E6E6E;
}

.dialog-body .input-group .addon {
    background-color: #fff;
    border: 0px solid #EBEBEB;
    border-radius: 0px;
    line-height: 1;
    padding: 0;
    text-align: center
}

.dialog-body .input-group .addon img {
    max-height: 50px
}

/* 弹出层 end*/

/*  联系我们begin  */
.inside h2 {
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 20px
}

.inside .contact {
    padding: 0 0 50px 0;
}

.inside .contact hr {
    height: 1px;
    background: #F2F2F2
}

.inside .contact .media {
    margin: 0;
    padding: 0 0 30px 0;
}

.inside .contact .media span {
    width: 42px;
    height: 42px;
    line-height: 64px;
}

.inside .contact .media i {
    font-size: 36px;
}

.inside .contact .media .media-body {
    padding: 0 0 0 10px;
    margin-top: 0px;
}

.inside .contact .media .media-body a,
.inside .contact .media .media-body p {
    color: #333;
}

.text-cc{margin: 35px 0;}   
.text-cc a{color: #f94c30}
.inside .wx{border:none;background: #f2f2f2; padding: 0;}
.inside .wx img{width: 70%}
.inside .wx li p{line-height: 50px;}

.home-contact {
    background: #cacaca
}

.home-contact .title {
    position: relative;
    width: 590px;
    float: right;
    text-align: left;
}

.home-contact .title h2 {
    font-size: 64px;
    line-height: 64px;
    padding-top: 25%;
    padding-right: 50px;
    padding-bottom: 30px;
}

.home-contact .title h2 span {
    color: #ff9600
}

.home-contact .title a {
    font-size: 24px;
    text-decoration: none;
    border-bottom: 2px solid #ff9600;
    color: #FFF;
}

.home-contact .title a:hover {
    border-bottom: 0 solid #82CC37;
}

.home-contact .gb {
    position: relative;
    width: 590px;
    float: right;
    text-align: left;
}

/*guestbook*/
.guestbook {
    padding: 50px 80px 50px 0
}

.guestbook h2 {
    font-size: 24px;
    font-weight: 600
}

.guestbook .padding {
    padding: 50px;
}

.guestbook .form-group {
    padding-bottom: 20px
}

.guestbook .input {
    font-size: 16px;
    padding: 0 15px;
    height: 50px;
    line-height: 50px;
    border: 0;
    width: 100%;
    display: block;
    -webkit-appearance: none;
    transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1) 0s;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.0) inset;
}

.guestbook .textarea {
    padding: 12px;
    line-height: 24px;
    width: 100%;
    font-size: 16px;
    background: #fff;
    border: 0;
}


.guestbook .label {
    display: block;
    line-height: 24px;
}

.guestbook .label label {
    font-weight: 400;
}

.guestbook .field {
    font-size: 16px
}

.guestbook select {
    font-size: 16px;
    padding: 0 35px 0 15px;
    width: 100%;
    height: 50px;
    line-height: 50px;
    border: 0;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #fff url(../images/select-down.png) no-repeat right 50%;
    color: #666;
}

.guestbook .form-tips .guestbook .input-help ul {
    border: 0;
    background: #fff;
    padding: 5px 10px;
    box-shadow: 0 0 0 #fff;
    border-radius: 0 0 4px 4px;
    width: 150px;
    min-width: 150px;
    width: auto;
    _width: 150px;
    color: #EE3333;
    font-size: 12px
}

/* 联系我们end */

.channel-banner {
    height: 650px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin: 0;
    padding: 0;
    position: relative;
}
.channel-banner:before{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
	top: 0;
	left: 0;
}

.channel-banner .banner-info {
    position: absolute;
    top: 50%;
    margin-top: -50px;
    left: 0;
    right: 0;
    z-index: 3
}

.channel-banner .banner-info h3 {
    font-size: 6em;
    font-weight: 600;
    position: relative;
    text-transform: uppercase;
        text-align: left;
    padding-left: 14%;
}

.channel-banner .banner-info h3 span {
    margin-left: 25px;
    bottom: -10px;
    width: 30px;
    height: 15px;
    background: #f94c30;
    display: inline-block;
    
}

.channel-banner .banner-info p {
    font-size: 36px;
}

/* 底部地图版权 begin*/
footer {
    padding: 70px 0 0 0;
    position: relative;
}
footer.bg-main{background: #111;}
footer h3 {
    font-weight: 700;text-transform: uppercase;
    color: #fff
}

footer ul li.item-1 {
    width: 15%
}

footer ul li.item-2 {
    width: 15%
}

footer ul li.item-3 {
    width: 15%
}

footer ul li.item-4 {
    width: 15%
}

footer ul li.item-5 {
    width: 30%
}

footer ul li.item-6 {
    width: 10%
}

footer ul li ul li a {
    line-height: 32px;
    color: #888
}

footer ul li ul li a:hover,
footer .contact .media .media-body a:hover {
    color: #fff;
}

footer .contact {
    padding-top: 3px
}

footer .contact .media {
    margin: 0 0 5px 0;
    padding: 0 0 10px 0;
}

footer .contact .media span {
    width: 24px;
    height: 24px;
    background: none;
}

footer .contact .media i {
    line-height: 24px;
}

footer .contact .media .media-body a,
footer .contact .media .media-body {
    padding: 0;
    color: #888;
    line-height: 24px;
}

footer .qr {
    margin-left: 20px;
    background: #fff;
}

footer .qr img {
    width: 100%
}

footer .copyright {
    padding: 40px 0 60px 0;
    color: #888;
   
}

footer .copyright a {
    margin-left: 5px;
    color: #888
}

footer .tab-head {
    border-radius: 0;
    font-size: 0;
    -webkit-text-size-adjust: none;
    padding: 0;
    border-bottom: 1px solid #404040
}

footer .tab .tab-nav li {
    display: inline-block;
    width: auto;
    margin: 0 20px 0 0
}

footer .tab .tab-nav li a {
    color: #888;
    padding: 10px 0;
    border: 0;
    border-bottom: 1px solid transparent;
    margin-bottom: -1px;
    display: block;
    line-height: 20px;
    border-radius: 0;
    font-size: 16px;
}

footer .tab .tab-nav .active {
    border-radius: 0px;
}

footer .tab .tab-nav .active a {
    margin-bottom: -1px;
    cursor: default;
    border-bottom: 1px solid #FFB133;
}

footer .tab .tab-nav li a,
footer .tab .tab-nav .active a:focus {
    outline: none;
}

footer .tab .tab-body {
    border-radius: 0;
    border-top: solid 0px #ebebeb;
    padding: 25px 0
}

footer .tab .tab-body .flink a {
    display: inline-block;
    margin-right: 15px;
    line-height: 24px
}

footer .tab .tab-body .flink a img {
    width: 110px;
    height: 58px;
}
.fd-img li{position: relative;}
.fd-img li .img-pic{position: absolute;background: #fff;border-radius: 5px; width: 100px;padding: 5px;top: -330%;
    left: -50%;transition: all 0.3s;display: none;}
 .fd-img li a:hover .img-pic{display: block;}
 /* 侧边工具 */
.rdnav{position: fixed;top: 35%;right: 15px;z-index: 555;width: 65px; text-align: center;}
.rdnav ul li{width: 100%; margin-bottom: 1px;height: 65px;padding-top: 12px;position: relative;}
.rdnav ul li .rdbox{height: 65px; position: relative;overflow: hidden;}
.rdnav ul li span{display: inline-block;width: 100%;height: 100%; background:#000;position: absolute;top: 0;left: 0;transition: all 0.3s;padding-top: 15px;}
.rdnav ul li a{color: #fff;display: block;letter-spacing:3px;padding:0 13px 0 16px;}
.rdnav ul li span:nth-child(2){top:65px;}
.rdnav ul li:hover span:nth-child(1){top: -65px;}
.rdnav ul li:hover span:nth-child(2){top: 0;background: #f94c30;}
.rdnav ul li em{position: absolute; display:inline-block; width:0;height: 0; background:#000;top: 12px;right:66px;overflow: hidden;transition: all 0.3s;color: #fff;}
.rdnav ul li em p{text-align: left;border-bottom: 1px solid #333; padding-bottom: 10px;margin-bottom: 10px;}
.rdnav ul li em b{display: block;color: #f94c30}
.rdnav ul li em img{width: 100%;}
.rdnav ul li:hover em{width: 200px; padding: 15px;height: auto;}

/* 底部地图版权 end*/
/* 底部地图版权 end*/
@media screen and (max-width:1440px) {
    .container-layout {
        max-width: 93%;
    }
}
.abutton {
    font-weight: bold;
    display:inline-block;
    margin: 1em;
    padding: 1em 2.5em;
    border: none;
    border-radius: 5px;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    background: #f94c30;
    color: #fff;
    -webkit-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
}
.abutton:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 3px solid #f94c30;
    background: #fff;
    color: #f94c30;
    z-index: -1;
    border-radius: inherit;
    opacity: 0;
    -webkit-transform: scale3d(0.6, 0.6, 1);
    transform: scale3d(0.6, 0.6, 1);
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

.abutton:hover:before {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1;
}

@keyframes movex {
            0% { background-position-y: 0px; }
            99.9%{ background-position-y: -1344px; }
            100% { background-position-y: -2624px;}
           
        }
@keyframes mover {
            0% { background-position-y: -2624px; }
            0.001% { background-position-y: -1344px; }
            100% { background-position-y: 0px;}
           
        }

@media (min-width: 1440px) {
.abutton{margin: 0; padding: 0.85em 2em;}
}

@media (max-width: 1280px) {
.igoSwiper .igotxt h2, .igoSwiper .igotxt h3{font-size: 3em}
.abutton{margin: 0; padding: 0.85em 2em;margin-bottom:0!important;}
.igoSwiper .igotxt{padding-top: 3.5%;}
.guestbook{padding: 5em;}
}

@media (max-width: 1024px) {
.pc-header #igok{font-size: 2em;}
.pc-header .nav li a{padding: 0 8px;}
.channel-banner .banner-info h3{font-size: 4.5em;}
.inside .x5,.inside .x7{width: 100%;}
.inside .x7{padding-bottom: 4em;}
.inside .contact{padding: 0;}
.home-contact .x6,.home-contact .gb{width: 100%;}
.home-contact .gb{box-sizing: border-box;padding:0 15%;}
.guestbook{padding: 5em 0;}
}

@media (max-width: 850px) {
.container-layout{width:90%;}
.blank-large{height: 45px;}
.preloader .title .text-fill,.preloader .title .text-strok{font-size:1.8em;}
.pc-header .x2{width: 30%;}
.pc-header .x1{float: right;}
.pc-header .x1 .log-in,.list-news .x1,.igoSwiper .igotxt p.ani{display: none;}
.list-news .x6{width: 68%;}
.list-news .news h3 a{font-size: 1.2em;margin-bottom:0;}
footer ul li.item-5{width: 60%;}
footer ul li.item-6{width: 36%;}
footer .qr{width: 65%;float: right;}
.channel-banner{height: 450px;}
main{}
.channel-banner .banner-info{top: 65%;}
.channel-banner .banner-info h3{font-size: 2.2em;}
.igoSwiper .igotxt{width: 80%;}
.igoSwiper .igotxt h2, .igoSwiper .igotxt h3{font-size: 1.8em;margin-bottom: 25px !important;}

.igoSwiper .igotxt .btn{padding: 0 20px;line-height: 45px;font-size: 14px;}
.rdnav ul li:nth-child(2),.rdnav ul li:nth-child(3){display: none;}
.title-c h3{font-size: 22px;line-height: 1.5em;width: 80%;}
.igo-service .igo-serbox{width: 100%;box-sizing: border-box;margin: 20px 0; box-shadow: 0 30px 30px 0 rgba(64, 75, 103, 0.06);}
.home-about .padding-large,.product-description .padding-large{padding: 0;}
.home-about h2{font-size: 3em;margin-bottom:10px;}
.rdnav{top: auto;bottom: 15%;width:55px;}
.rdnav ul li ,.rdnav ul li .rdbox{height:55px;}
.rdnav ul li span{background: #f94c30;padding-top:12px;}
.yigoujia .x3,.product-description .padding-large .blank-small{display: none;}
.yigoujia .x9{width: 100%;padding: 0 2rem;}
.yigoujia p{font-size: 14px;line-height: 30px;}
.solution .x4{width:50%;}
.solution .media-img{margin:10px;}
.solution .media-img .linear-link .subtitle .text-middle{font-size: 14px;}
.igo_h_news,.igo_h_news .home-news-r .x7{width:100%;}
.igo_h_news .home-news-l{margin-right:0;}
.igo_h_news .img-new-h{min-height:16rem;}
.igo_h_news .home-news-h{margin-bottom:50px;}
.igo_h_news .home-news-h .media-img .post-title h3 a{font-size:16px;}
.igo_h_news .home-news-h .media-img .post-title p{display:none}
.igo_h_news .home-news-r{margin-left:0;}
.igo_h_news .home-news-r .x3{width:70%;}
.igo_h_news .home-news-r .x3 .img-new-w{max-height:105px}
.home-news-c .news-title h2 a{font-size:16px;margin-bottom:5px;}
footer .copyright{padding:30px 0 100px 0;}
.page-header{height:400px;}
.l_main{margin-top:400px!important;}
.comt-main{padding:50px 0;}
.comt-main .contm-l,.comt-main .contm-r{width:100%;}
.product-list{padding-left:0;padding-top:50px;}
.comt-main .contm-r .product-list .media-body .text-middle{font-size:16px;line-height:35px;}
.comt-main .contm-r .product-list .media-body{padding:10px 15px;}
.nav-bread a,.price-info ul li.v2-2{font-size:12px;}
.layoutpd .contad{padding:0 15px 0;}
.layoutpd .contada{padding:0 0 30px 0;}
.layoutpd .contada .x6{width:100%;}
.layoutpd .contada .swiper-box{margin:0 auto;}
.view .swiper-container{height:350px;}
.preview .arrow-left,.preview .arrow-right{width:30px; height:100px;}
.preview .arrow-right span,.preview .arrow-left span,.view_r{margin-top:40px;}
.preview .swiper-container{margin-left: 30px; margin-right: 31px;}
.preview .swiper-slide{width:165px;height:102px}
.preview .swiper-slide img{width:100%;height:100%;}
.product-description .padding-large .article{padding-left:0!important;}
.article .post h1{padding:15px;font-size:22px;}
.article .post p{font-size:12px;padding:15px;margin-bottom:0;}
.article .ey-price{padding:5px 15px;}
.article .ey-price span b{font-size:22px;}
.ey-number{padding:0 15px!important;}
.ey-buyaction,.article .post .meta{padding:15px;}
.ey-buyaction a{width:48%;line-height:30px;}
.layoutpdb .contada,.layoutpdb .tab .tab-body .tab-panel,.video-detail .tab-head,.download-detail .button-big,.igo_vew .article .padding-large,.lists_cont .article .padding-large,.lists_cont .article .post p{padding:0;}
.product-overview .tab .tab-nav li,.video-detail .tab .tab-nav li{width:33.33%;}
.product-overview .tab .tab-nav li a,.list-news .news h3{padding:15px 0;font-size:16px;}
.layoutpdb .tab .tab-body .tab-panel #myIframe{height:60vh!important;}
.jw-video video{height:355px!important;}
.sidebar-l{margin-right:0;}
.igo_vew .x9,.igo_vew .x10,.xbtn,.view_r,.list-news .x4,.list-news .x6{width:100%;}
.list-news {display:block;}
.list-news .news{margin:0 15px;}
.lists_ys .x4{width:50%;}



}

@media (max-width: 767px) {
.pc-header .x2{width: 50%;}
.pc-header .logo img{height: 45px;}
}