
@charset "UTF-8";
.con{width: 1200px;margin: 0 auto;}
.head_rt{
    position: relative;
    float: right;
    height: 110px;
    cursor: pointer;
    font-size: 0;
}
/*header*/

.header {
    z-index: 1000;
    position: fixed;
    top: 0;
    height: 85px;
    width: 100%;background: #fff;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1);
}
/*===============下拉==============*/
.head_main{margin:0 auto;width: 1560px;}
.container{margin:0 auto;width: 1680px;}
@media (max-width: 1680px){
  .container{width:1200px;}
  .head_main{width: 1200px;}
}
.container:before,.container:after{
  content: " ";display: table;
}
.head_bot{height: 85px;}
.header .logo{
    width: 212px;
    height: 33px;
    display: inline-block;
    margin-top: 26px;
    float: left;
}
.navbar{float: left;margin-left: 345.5px;}
.navbar *{-webkit-box-sizing: border-box;box-sizing: border-box;}
.category-item{float: left;}
.category-item-single{position: relative;}
.category-a{display: block;font-size: 18px;line-height: 85px;color: #555;-webkit-transition: all .6s;-o-transition: all .6s;transition: all .6s;position: relative;margin:0 37.5px;}
.category-a.on,.category-a:hover{color: #f08200;}
.category-a::after{content: '';width:0;height: 2px;background: #f08200;position: absolute;bottom: 0;left:50%;-webkit-transform: translateX(-50%);-ms-transform: translateX(-50%);transform: translateX(-50%);-webkit-transition: all .8s;-o-transition: all .8s;transition: all .8s;}
.category-item.active .category-a::after,.category-item:hover .category-a::after{width: 100%;}
.category-item.active .category-a,.category-item:hover .category-a{color:#e77410; }
.language{position: relative;margin:0 0 0 37.5px;}
.language a{display: inline-block;font-size: 16px;color: #333;vertical-align: middle;position: relative;padding-right: 20px;margin:0;}
.language>ul>li{position: relative; }
.language:hover ul{display: block;}
.language ul{width:100%;display: none;position: absolute;right: 0;bottom: 5px;z-index: 201;}
.language .cn:after{display: none;}
.language i{display: inline-block;font-size: 18px;color: #b7b7b7;position: absolute;right: 0;top: 50%;margin-top: -9px;-webkit-transition: all .6s;-o-transition: all .6s;transition: all .6s;}
.dropdown-menu *{-webkit-box-sizing: border-box;box-sizing: border-box;}
.language:hover i{color: #e77410;}
.language ul li:hover a{color: #e77410;}

.dropdown-menu.full-screen {
    position: absolute;
    top: 100%;
    z-index: 1100;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    height: 0;
    display: none;
/*    overflow: hidden;*/
    width: 100%;
    min-width: 1200px;
    left: 0;
    margin-top: -2px;
    -ms-box-shadow: 0 2px 2px 0 rgba(0,0,0,.05);
    -o-box-shadow: 0 2px 2px 0 rgba(0,0,0,.05);
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.05);
            box-shadow: 0 2px 2px 0 rgba(0,0,0,.05);
}
.dropdown-container{box-sizing: border-box;padding: 30px 0 60px;}
.p-drop-le{height: 100%;-webkit-box-sizing: border-box;box-sizing: border-box;position: relative;}
.p-drop-Lwrap{box-sizing: border-box;overflow-y: auto;max-height: 450px;}
.column-item{float: left;margin-right: 109px;margin-bottom: 90px;padding-right:30px;}
.column-item:nth-child(7n){margin-right: 0;}
.column-item a{display: block;font-size: 14px;color: #666;line-height: 30px;}
.column-item a:hover{color: #0e48a7;}
.column-item .nav-title{font-size: 16px;color: #333;margin-bottom: 9px;position: relative;padding-left: 12px;}
.column-item .nav-title:before{content: '';width: 2px;height: 25px;background: #0e48a7;position: absolute;left: 0;top: 50%;margin-top: -12.5px;}
.category-item:hover .dropdown-menu.full-screen{
    display: block;
    visibility: visible;
}
.dropdown-menu.single {
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    transform: translate(-50%,0);
    /* width: auto; */
    width: 198px;
    z-index: 1100;
    background: rgba(255,255,255,1);
    
    margin-top: 0;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: max-height .5s;
    -o-transition: max-height .5s;
    transition: max-height .5s;
    border: none;
    color: #303233;
    border-top: solid 2px #f08200;
    margin-top: -2px;
    height: auto;
    padding: 0;
    display: block;
}
.dropdown-menu.single ul{
	padding: 0px 0;
}
.dropdown-menu.single li{
    display: block;
    font-size: 16px;
    width: 100%;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;

    position: relative;
}
.dropdown-menu.single li:last-child{border-bottom: 0;}
.dropdown-menu.single li>a {
    padding: 22px 0px;
    text-align:center;
    white-space: nowrap;
    display: inline-block;
    width: 100%;
    color: #333;
    line-height: 1;
    height: auto;
    background: 0 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.dropdown-menu.single li>i{display: block;font-size: 16px;color: #4d4d4d;position: absolute;right: 25px;top:50%;margin-top: -8px;}
.dropdown-menu.single li:hover a{color:#fff;background: #f08200;}
.dropdown-menu.single li:hover i{color:#0e48a7; }
.category-item:hover .dropdown-menu.single
{
    box-shadow: 0 0 5px rgba(0,0,0,0.1); 
    max-height: 450px;
    opacity: 1;
}
.category-item:hover .dropdown-menu.full-screen{
	height: auto;
    opacity: 1;
}

/**/
.pro-nav{position: relative; height: 70px;border-top: solid 2px #f08200;background: #252525;transition: all .5s;}
.pro-nav .con{ text-align:center;}
.menu-one{ display:inline-block; padding-right: 60px;}

.menu-one .menu-a{float: left;display: block; position: relative; font-size: 16px;color: #d3d3d3;line-height: 68px;padding: 0 23px 0  5px;background: url(../images/menu-a.png) no-repeat right center;}
.menu-one:hover .menu-a{background-image: url(../images/menu-aH.png);color: #f08200;}
.menu-a:after{position: absolute;content: '';width: 35px;height: 68px;left: 0;top: 0;}
.menu-a1:after{background: url(../images/menu-a1.png) no-repeat center;}
.menu-one:hover .menu-a1:after{background: url(../images/menu-a1H.png) no-repeat center;}
.menu-a2:after{background: url(../images/menu-a2.png) no-repeat center;}
.menu-one:hover .menu-a2:after{background: url(../images/menu-a2H.png) no-repeat center;}
.menu-a3:after{background: url(../images/menu-a3.png) no-repeat center;}
.menu-one:hover .menu-a3:after{background: url(../images/menu-a3H.png) no-repeat center;}
.menu-a4:after{background: url(../images/menu-a4.png) no-repeat center;}
.menu-one:hover .menu-a4:after{background: url(../images/menu-a4H.png) no-repeat center;}
.menu-a5:after{background: url(../images/menu-a5.png) no-repeat center;}
.menu-one:hover .menu-a5:after{background: url(../images/menu-a5H.png) no-repeat center;}
.menu-a6:after{background: url(../images/menu-a6.png) no-repeat center;}
.menu-one:hover .menu-a6:after{background: url(../images/menu-a6H.png) no-repeat center;}
.one-bot{position: absolute;width: 100%;left: 0;top: 100%; display: none; height: 70px;border-top: solid 1px #373737;background: #252525;transition: all .5s;}
.menu-one:hover .one-bot{display: block;}
.menu-two{float: left;padding-left: 70px;}
.menu-two .menu-aa{display: block; position: relative; font-size: 16px;color: #b1b1b1;line-height: 68px;}
.two-bot{position: absolute;width: 100%;left: 0;top: 100%; display: none; height: 70px;border-top: solid 1px #373737;background: #252525;transition: all .5s;}
.menu-two:hover .two-bot{display: block;}
.menu-three{float: left;padding-left: 70px;display: block; position: relative; font-size: 16px;color: #b1b1b1;line-height: 68px;}
.menu-two:hover .menu-aa,.menu-three:hover{color: #f08200;}



@media (max-width:1680px){
  .category-a{margin:0 29.5px;}
  .navbar{float: left;margin-left: 110px;}
  .column-item{margin-right: 42px;}
  .language{margin:0 0 0 29.5px;}


}
/*===============轮播切换==============*/

.banner_index{margin-top: 85px;width: 100%;position: relative;overflow: hidden;}
.banner_index li a>img {display: block;width: 100%;}
.banner_index .slides li {position: relative;background-size: cover;background-repeat: no-repeat;background-position: center;}
.banner_index a {display: block;}
.ban-info{position: absolute;left:50%;top: 41%;transform: translate(-50%,-50%);}
.ban-infoIn ul li{color: #c1c0c0;font-size: 18px;float: left;position: relative;padding-right:22px;margin-right: 22px;transition: all 0.3s;}
.ban-infoIn h3{margin-bottom: 22px;}
.ban-infoIn h3 img{display: block;}
.ban-infoIn ul li:after{content:'';width: 1px;height: 18px;background: #838383;position: absolute;right: 0;top:50%;margin-top: -9px;}
.ban-infoIn ul li:last-child:after{display: none;}
.more-btn{width: 172px;height: 45px;position: relative;display: inline-block;border:1px solid rgba(160,160,160,0.38);transition: all 0.4s;border-radius: 22.5px;color: #a9a9a9;font-size: 14px;font-family: arial;text-transform: uppercase;padding-left:57px;line-height: 45px;transition: all 0.3s;}
.more-btn i{font-size: 12px;color: #9a9a9a;transition: all 0.3s;}
.more-btn:hover,.more-btn:hover i{color: #e77410;border-color: #e77410;}
.ban-infoIn .more-btn{margin-top: 88px;}
.ban-infoIn ul li:hover{color: #e77410;}
.banner_index .flex-direction-nav .flex-prev,
.banner_index .flex-direction-nav .flex-next {
    width: 21px;
    height:38px;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    font-size: 0;
}

.banner_index .flex-direction-nav .flex-prev {
    left: 100px;
    background: url(../images/left.png) no-repeat center;
}

.banner_index .flex-direction-nav .flex-next {
    right: 100px;
    background: url(../images/right.png) no-repeat center;
}

.banner_index .flex-direction-nav .flex-prev:hover {
    border-color: #00bb92;
    background: url(../images/lefth.png) no-repeat center;
}

.banner_index .flex-direction-nav .flex-next:hover {
    border-color: #00bb92;
    background: url(../images/righth.png) no-repeat center;
}
.banner_index .flex-control-paging {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    display: none;
}
.banner_index .flex-control-paging li a{position: relative;}
.banner_index .flex-control-paging li a:after{content: '';width: 16px;height: 16px;border:1px solid #fff;border-radius: 50%;position: absolute;left:50%;top:50%;margin-top: -8px;margin-left: -8px;opacity: 0;transition: all 0.3s;}
.banner_index .flex-control-paging li a.flex-active:after{opacity: 1;}

.banner_index .flex-control-paging li {
    float: left;
    margin:0 10px;
    cursor: pointer;
}
.banner_index .flex-control-paging a {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
    font-size: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}


@media (max-width:1680px){
    .ban_rt{width: 50%;}
    .in1_rtp{max-height: 195px;}
    .in4_rt{padding-top: 30px;}
    .in5_box li{width: 283px;margin-right: 22px;}
    .in5_box li .in5_pic{width:283px;height: 182px;}
    .foot_lf{width: 340px;}
    .foot_rt{width: 860px;}
    .foot_rtt a{margin-right: 27px;}
}
@media (max-width:1520px){
  .banner_index .flex-direction-nav .flex-prev{left: 20px;}
  .banner_index .flex-direction-nav .flex-next{right: 20px;}
}

@media (max-width:1280px){
    .banner_index .flex-direction-nav .flex-prev {
        display: none;
    }

    .banner_index .flex-direction-nav .flex-next {
        display: none;
    }
    .banner_index .flex-control-paging{display: block;}
}
/*加载*/
#preloader {
  position: fixed;
  width: 96px;
  height: 96px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
  border-radius: 16px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .2s ease-out, visibility 0s linear .2s;
  -o-transition: opacity .2s ease-out, visibility 0s linear .2s;
  transition: opacity .2s ease-out, visibility 0s linear .2s;
  z-index: 1002;
}

#preloader.fullscreen {
  padding: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  background-color: #fff;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#preloader.show {
  -webkit-transition: opacity .4s ease-out, visibility 0s linear 0s;
  -o-transition: opacity .4s ease-out, visibility 0s linear 0s;
  transition: opacity .4s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}

#preloader .circular {
  -webkit-animation: loader-rotate 2s linear infinite;
  animation: loader-rotate 2s linear infinite;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -24px;
  margin-left: -24px;
  display: block;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

#preloader .path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  -webkit-animation: loader-dash 1.5s ease-in-out infinite;
  animation: loader-dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
}
@-webkit-keyframes loader-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes loader-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes loader-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -136px;
  }
}

@keyframes loader-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -136px;
  }
}



/* 首页 */

/* kefu */
.kf {
        transition: .8s;
        -o-transition: .8s;
        -moz-transition: .8s;
        -webkit-transition: .8s;
        z-index: 999999;
        background-color: #fff;
        position: fixed;
        bottom: 100px;
        right: 20px;
        width: 62px;
        border-radius: 5px;
        display: none;
}

.kf span {
        z-index: 1000001;
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
        cursor: pointer;
        position: relative;
        display: block;
        width: 62px;
        height: 62px;
        border-bottom: 1px solid #e3e3e3;
        background:url(../images/kefu_j.png) no-repeat center #fff;
}
.kf span:hover{background-color:#e77410;}

.kf .zx {border-radius: 5px 5px 0 0;background-position: 0 0;}
.kf .zx:hover {background-position: 0 -62px;}

.kf .freetel {background-position:-62px 0;}
.kf .freetel:hover {background-position:-62px -62px;}
.kf .act {background-position:-186px 0;}
.kf .act:hover{background-position:-186px -62px;}
.kf .zxlya {background-position:-124px 0;}
.kf .zxlya:hover{background-position:-124px -62px;}
.kf .back_top {
        border-radius: 0 0 5px 5px;
        border: none;
        background-position:-248px 0;
}
.kf .back_top:hover {background-position:-248px -62px;}

.kf span div {
        display: none;
        background-color: #fff;
        border-radius: 5px;
        position: absolute;
        right: 75px;
        padding: 20px;
        font-size: 14px;
        color: #f4474c;
        bottom:2px;
}

.kf span div input {
        text-indent: .5em;
        display: block;
        margin: 15px 0;
        line-height: 28px;
        color: #696969;
        font-size: 12px;
        width: 140px;
        border: 1px solid #d1d1d1;
        border-radius: 2px;
        height: 28px;
}

.kf span div a {
        -o-transition: .5s;
        transition: .5s;
        -webkit-transition: .5s;
        display: block;
        background: #f4474c;
        border-radius: 2px;
        color: #fff;
        line-height: 26px;
        font-size: 12px;
        text-align: center;
        width: 79px;
        height: 26px;
}

.kf span div a:hover {
        background: #e77410;
}

.kfimgr{
        position: absolute;
        bottom:23px;
        right: -9px;
}

.kf span div i {
        display: block;
        position: absolute;
        width: 15px;
        height: 200px;
        right: -15px;
        top: 0;
}

.kf .zx div, .kf .freetel div,
.kf .zxlya div, .kf span:nth-child(4) div {
        text-align: center;
        min-width: 148px;
        font-size: 14px;
        color: #666;
}

.kf span:nth-child(4) div {
        white-space: nowrap;
}

.kf a{display:block;height: 68px;position:absolute;top:0;right:0;width: 100%}

.kf span div, .kf {
        -webkit-box-shadow: 0 2px 13px rgba(0, 0, 0, 0.25);
        box-shadow: 0 2px 13px rgba(0, 0, 0, 0.25);
}


.nav_center div, .index_nav_center div, .shou, .zhan {
        -webkit-box-shadow: 0 2px 18px rgba(0, 0, 0, 0.25);
        box-shadow: 0 2px 18px rgba(0, 0, 0, 0.25);
}

.shou {
        z-index: 1000000;
        cursor: pointer;
        width: 30px;
        height: 40px;
        top: 50%;
        margin-top: -15px;
        border-radius: 5px 0 0 5px;
        right: 62px;
        background: url("../images/kefu_j.png") no-repeat -310px 0 #fff;
        position: absolute;
}

.shou.on {background-position: -310px -40px;}

/* 首页 */
.in-one{padding: 60px 0;}
.tit{text-align: center;margin-bottom: 40px;}
.tit h3{font-size: 40px;color: #333;line-height: 40px;position: relative;padding-bottom: 16px;margin-bottom: 17px;}
.tit h3:after{content: '';width: 75px;height: 2px;background: #f08200;position: absolute;bottom: 0;left: 50%;margin-left: -37.5px;}
.tit p{color: #666;font-size: 20px;line-height: 20px;}
.in1-lf{width: 49.4%;float: left;}
.in1-pic{overflow: hidden;}
.in1-pic img{display: block;width: 100%;transition: all 0.3s;height: 100%;}
.in1-lf li{overflow: hidden;position: relative;margin-bottom: 20px;width: 830px;height: 370px;}
.in1-lf li:last-child{margin-bottom: 0;}
.in1-desc{height: 55px;background: rgba(0, 0, 0, 0.76);padding: 0 20px;position: absolute;bottom: -55px;left: 0;width: 100%;transition: all 0.4s;}
.in1-desc p{line-height: 55px;display: inline-block;font-size: 20px;color: #fff;}
.in1-desc i{display: inline-block;width: 17px;height: 11px;background: url(../images/right1.png) no-repeat center;position: absolute;right: 20px;top: 50%;margin-top: -5.5px;}
.in1-box li:hover .in1-desc{bottom: 0;}
.in1-box li:hover .in1-pic img{transform: scale(1.1);}
.in1-rt{width: 49.4%;float: right;}
.in1-rt li{position: relative;overflow: hidden;}
.in1-rt .in1-rttop li{width:405px;height: 370px;}
.in1-rttop li.li1{float: left; }
.in1-rttop li.li2{float: right;}
.in1-rttop{margin-bottom: 20px;}
.in1-rtbot li{width: 830px;height: 370px;}
.more-btn1{display: inline-block;width: 172px;height: 44px;line-height: 44px;background: #b4b4b4;color: #fff;font-size: 14px;text-align: center;margin-top: 30px;font-weight: lighter;transition: all 0.4s;}
.in1-box{text-align: center;}
.in1-boxin{text-align:left;}
.more-btn1:hover{background: #f08200;}


.in-two{padding: 20px 0 80px;}
.in2-lf{width: 48.15%;float: left;}
.in2-tit{position: relative;margin-bottom: 25px;}
.in2-tit h3{font-size: 26px;color: #333;line-height: 26px;display: inline-block;}
.in2-tit a{display: inline-block;width: 90px;height: 30px;border:1px solid #e5e5e5;text-align:center;line-height: 28px;color: #666;font-size: 14px;font-family: arial;position: absolute;right: 0;top: 50%;margin-top: -15px;transition: all 0.3s;}
.in2-tit a:hover{color: #f08200;border-color: #f08200;}

.in2_slide li img{display: block;width: 100%;transition: all 0.4s;}
.in2-lf:hover img{transform: scale(1.1);}
.in2_slide li{overflow: hidden;position: relative;}
.in2-lfdesc{width:100%;position: absolute;bottom: 0;left: 0; padding: 30px 28px;padding-top: 80px; background: -webkit-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,1)); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(rgba(0,0,0,0) ,rgba(0,0,0,1)); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(rgba(0,0,0,0) ,rgba(0,0,0,1)); /* Firefox 3.6 - 15 */
  background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,1)); /* 标准的语法 */}
.in2-lfdesc h3{font-size: 18px;color: #fff;margin-bottom: 6px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.in2-lfdesc p{font-size: 14px;color: #fff;line-height: 22px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;height: 44px;}
.in2-lfdesc span{font-size: 14px;color: rgba(255,255,255,0.45);font-family: arial;margin-top: 17px;display: inline-block;}
.in2_slide ul{padding: 0!important;}
.in2_btn a{opacity: 0; display: inline-block;width: 21px;height:38px;position: absolute;top: 50%; margin-top: -30px;-webkit-transition: .5s;-o-transition: .5s;transition: .5s;font-size: 0;transition: all 0.4s;}
.in2_slideBox{position: relative;}
.in2_slideBox:hover .in2_btn a{opacity: 1;}
.in2_btn a.in2_prev{background: url(../images/left.png) no-repeat center;left: 30px;}
.in2_btn a.in2_prev:hover{background: url(../images/lefth.png) no-repeat center;}
.in2_btn a.in2_next{background: url(../images/right.png) no-repeat center;right: 30px;}
.in2_btn a.in2_next:hover{background: url(../images/righth.png) no-repeat center;}

.in2-rt{width: 48.33%;float: right;}

.innews_item_lf span{display: inline-block;font-size: 40px;color: #999;font-family: 'open sans';margin-bottom: 5px;line-height: 40px;}
.innews_item_lf p{font-size: 14px;color: #999;}
.innews_item_lf{position: absolute;text-align: center;left: 0;top: 50%;transform: translateY(-50%);}
.innews_item_lf:after{content: '';width: 1px;height: 72px;background: #dedede;position: absolute;right: -44%;top: 50%;margin-top: -36px;}
.innews_item_rt{padding-left: 11.6%;box-sizing: border-box;}
.innews_item_rt h3{color: #555;font-size: 18px;margin-bottom: 6px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;transition: all 0.3s;line-height: 18px;transition: all 0.3s;}
.innews_item_rt p{color: #999;font-size: 14px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.in2-rttop-box .innews_item{position: relative;margin-bottom: 30px;}
.innews_item_rt i{display: inline-block;width: 17px;height: 11px;background: url(../images/right2.png) no-repeat center;margin-top: 13px;transition: all 0.3s;}
.in2-rttop-box {border-bottom: 1px solid #e9e9e9;}
.in2-rttop-box .innews_item:hover h3{color: #f08200;}
.in2-rttop-box .innews_item:hover i{background: url(../images/right2h.png) no-repeat center;}
.in2-rttop{margin-bottom: 47px;}
.in2-rtbot-item{margin-bottom: 25px;}
.in2-rtbot-item:last-child{margin-bottom: 0;}
.in2-rtbot-item h3{font-size: 18px;color: #555;padding-left: 44px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;background: url(../images/q.png) no-repeat left  center;line-height: 20px;margin-bottom: 12px;transition: all 0.3s;}
.in2-rtbot-item p{font-size: 14px;color: #999;padding-left: 44px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;background: url(../images/a.png) no-repeat left  center;line-height: 20px;}
.in2-rtbot-item:hover h3{color: #f08200;}


.footer{padding: 55px 0 48px;background:#1e1e1e;}
.foot-lf{width: 35.8%;float: left;}
.foot-lf .foot-logo{width: 212px;height: 33px;margin-bottom: 33px;}
.foot-lf .foot-logo img{display:block;width: 212px;height: 33px;}
.foot-lf .tel h3{font-family: "ITC";font-size: 24px;color: #fff;}
.foot-lf p{color: #999;font-size: 14px;line-height: 24px;}
.foot-lf .tel{margin-bottom: 16px;}
.foot-rt{width: 56.54%;float: right;}
.foot-rttop ul{font-size: 0;}
.foot-rttop li{display: inline-block;margin-right: 60px;vertical-align: middle;}
.foot-rttop li a{font-size: 16px;color: #fff;}
.foot-rttop li a:hover{color: #f08200;}
.foot-rttop li.jd{margin-right: 17px;transition: all .5s;}
.foot-rttop li.tm{margin-right: 0;transition: all .5s;}
.foot-rttop li img{display: block;}
.foot-rttop li.jd:hover,.foot-rttop li.tm:hover{transform: translateY(-5px);}
.foot-rttop{margin-bottom: 84px;}
.footer-friend{position: relative;width: 181px;margin-right: 18px;float: left;}
.footer-text{
  font-size: 14px;
  color: #999;
  line-height: 33px;
  border:1px solid #434343;
  padding:0 12px;
  width:100%;
  height: 35px;
  position: relative;
  cursor:pointer;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.footer-text::after{
  content: '';
    width: 11px;height: 6px;background: url(../images/up.png) no-repeat center;
    position: absolute;
    right:12px;
    top: 50%;
    margin-top: -2px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.footer-list{
  position:absolute;
  left:0;
  bottom: 27px;
  padding-bottom: 10px;
 width: 100%;
    z-index: 10;
    display: none;
}
.footer-list .m-padd{
    border:1px solid #f08200;
    background:#fff;
}

.footer-list a{display:block;padding:5px 10px;color:#999;}
.footer-list a:hover{color:#f08200; }

.footer-wechat{width: 181px;height: 35px;color: #999;font-size: 14px;line-height: 33px;border:1px solid #434343;padding:0 12px;position: relative;float: left;}
.footer-wx::after{
  content: '';
    width: 20px;height: 20px;background: url(../images/code.png) no-repeat center;
    position: absolute;
    right:12px;
    top: 50%;
    margin-top: -10px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.foot-mid-in{float: right;}
.footer-wx1{
  position:absolute;
  right:0;
  bottom: 27px;
  padding-bottom: 10px;
  width: 100%;
  z-index: 10;
  display: none;
}
.footer-wx1 img{display: block;margin:0 auto;}
.foot-rtmid{margin-bottom: 25px;}
.foot-rtbot p{float: left;color: #999;font-size: 14px;}
.foot-rtbot p a{color: #999;padding-right: 10px;}
.foot-rtbot p a:hover,.foot-mail:hover{color: #f08200;}
.foot-rtbot-in{float: right;}
.foot-mail{font-size: 14px;color: #999;padding-left: 20px;background: url(../images/mail.png) no-repeat left center;margin-left: 27px;}
@media (max-width:1680px){
  .in1-lf li{width: 592px;height: 264px;}
  .in1-rt .in1-rttop li{width:289px;height: 264px; }
  .in1-rtbot li{width: 592px;height: 264px;}
  .innews_item_rt{padding-left: 16%;}
  .in2-rttop{margin-bottom: 25px;}
  .in2-rttop-box .innews_item{margin-bottom: 20px;}
  .in2-rtbot-item.show{display: none;}
  .in2-lfdesc p{height: 22px;-webkit-line-clamp: 1;}
  .in2-rtbot-item:first-child{margin-bottom: 0;}
  .foot-rttop li{margin-right: 36px;margin-bottom: 20px;}
  .foot-rttop{margin-bottom: 68px;}
  .foot-rttop li.jd{margin-bottom: 0;}
  .foot-rttop li.tm{margin-bottom: 0;}
}


/*内页*/
/*产品中心*/
.ny-banner{
	height: 300px;
	position: relative;
	margin-top: 85px;
}
.ny-banner:after{
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
	top: 0;
	left: 0;
	z-index: 2;
}
.ny-font{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 3;
}
.ny-font .con{height: 100%;}
.ny-banner h3{
	font-size: 34px;
	color: white;
	line-height: 34px;
	margin-bottom: 15px;
}
.ny-banner h4{
	font-size: 14px;
	color: white;
	line-height: 14px;
}
.ny-banner a{
	font-size: 14px;
	color: white;
	line-height: 14px;
	padding: 0 15px;
	border-right: solid 1px white;
}
.ny-banner a:first-child{padding-left: 0;}
.ny-banner a:last-child{border: none;}

.product{
	background: #f6f6f6;
	padding: 60px 0 80px 0;
}
.pro-left{
	width: 260px;
	float: left;
}
.pro-search{
	border: solid 1px #e5e5e5;
	height: 46px;
	background: white;
}
.pro-search .text{
	border: none;outline: none;
	width: 85%;
	float: left;
	height: 44px;
	padding: 0 15px;
	color: #e5e5e5;
	font-size: 14px;
}
.pro-search .text:focus{
	color: #333;
}
.pro-search .submit{
	width: 15%;
	float: left;
	height: 44px;
	background: url(../images/pro-search.png) no-repeat center;
	border: none;
	outline: none;
}
.pro-h{
	height: 90px;
	background: #1e1e1e;
	padding: 26px 0 0 26px;
	margin-top: 30px;
}
.pro-h h3{
	font-size: 26px;
	color: white;
	line-height: 26px;
}
.pro-h h4{
	font-size: 13px;
	text-transform: uppercase;
	color: white;
	opacity: 0.67;
	margin-top: 5px;
}
.nav-list{background: white;padding: 0 6px;}
.nav-list li{overflow: hidden; opacity: 1;pointer-events: auto;-webkit-transform: none;transform: none;border-bottom: solid 1px #eeeeee;}
.nav-list li:last-child{border-bottom: none;}
.nav-item{position: relative;padding: 0 20px;}
.nav-list .open .nav-item a{color: #f08200;font-weight: bold;}
.nav-item a{font-size: 16px;line-height: 60px;margin-right: 60px;display: block;color: #333333;}
.category-cont a:last-child{border:none;}
.category-cont a.active{color:#af9472;}
.category-tig{font-size: 14px;color: #888;text-align: right;line-height: 60px;width: 20px;height: 60px; position: absolute;right: 15px;top: 0; z-index: 2;}
.category-tig::before,.category-tig::after{content: '';background: #888;position: absolute;top:50%;left: 50%;transition: all .3s;}
.category-tig::before{width: 13px;height: 13px;margin-top: -6.5px;margin-left: -6.5px;background: url(../images/top.png) no-repeat center;transition: all .5s;}
.nav-list li.open .category-tig::before{opacity: 1;transform: rotateZ(90deg);}
.category-cont{display: none;}
.nav-list li.open .category-cont{display: block;border-top: solid 1px #e5e5e5;}
.category-pad{padding: 5px 0;padding-left: 20px;}
.nav-list li.open .category-cont a.active{color: #f08200;font-weight: bold;}
.category-cont a {line-height: 40px;font-size: 14px;display: block;color: #888888;padding-left: 15px;position: relative;}
.category-cont a:after{
	position: absolute;
	content: '';
	width: 4px;
	height: 4px;
	background: #c6c6c6;
	border-radius: 50%;
	left: 0;
	top: 50%;
	margin-top: -2px;
}
.nav-list li.open .category-cont a.active:after{
	background: #f08200;
}
.nav-two{border-bottom: solid 1px #eeeeee;}
.nav-two:last-child{border-bottom: 0;}
.navt-item{position: relative;}
.nav-pa{padding: 5px 0;}
.nav-bot{display: none;}
.nav-bot a{line-height: 30px;}
.nav-two.open .nav-bot{padding-left: 20px; display: block;border-top: solid 1px #e5e5e5;}
.nav-pig{font-size: 14px;color: #888;text-align: right;line-height: 40px;width: 20px;height: 40px; position: absolute;right: 15px;top: 0; z-index: 2;}
.nav-pig::before,.nav-pig::after{content: '';background: #888;position: absolute;top:50%;left: 50%;transition: all .3s;}
.nav-pig::before{width: 13px;height: 13px;margin-top: -6.5px;margin-left: -6.5px;background: url(../images/top.png) no-repeat center;transition: all .5s;}
.nav-two.open .nav-pig::before{opacity: 1;transform: rotateZ(90deg);}
.nav-two.open .navt-item a {
    color: #f08200;
    font-weight: bold;
}
.nav-two.open .navt-item a:after{background: #f08200;}
.nav-two.open .nav-bot a.active{color: #f08200;}



.pro-right{
	width: 910px;
	float: right;
}
.pro-big{
	margin-left: -20px;
	padding-bottom: 10px;
}
.pro-list{
	display: block;
	width: 445px;
	float: left;
	margin-left: 20px;
	margin-bottom: 20px;
}   
.pro-pic{
	width: 445px;
	height: 355px;
	overflow: hidden;
} 
.pro-pic img{
	display: block;width: 100%;
	height: 100%;
	transition: all .5s;
}
.pro-tit{
	height: 55px;
	background: #646464;
	position: relative;
	z-index: 3;
}
.pro-tit h3{
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 0;
	background:url(../images/pro-tit.png) no-repeat right  20px center;
	padding:0 20px;
	color: #FFFFFF;
	font-size: 20px;
	line-height: 55px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-right: 50px;
	z-index: 3;
}
.pro-tit:after{
	position: absolute;
	content: '';
	width: 100%;
	height: 0;
	bottom: 0;
	left: 0;
	background-color: #f4a03d;
	transition: all .5s;
	z-index: 2;
}
.pro-list:hover img{
	transform: scale(1.1);
}
.pro-list:hover .pro-tit:after{
	height: 100%;
}
/*分页*/
.pagee {text-align: center;position: relative;}
.pagee a{margin:0 1px; display:inline-block;width: 40px;height: 40px; font-size: 16px;color: #333333;font-family: arial;text-align: center;line-height: 40px;border: solid 1px #dddddd;}
.pagee a.prev,.pagee a.next{font-size: 14px;color: #333333;}
.pagee a:hover,.pagee a.on{color: #fff;background: #f08200;border-color: #f08200;}


/*产品详情*/
.proi-top{padding:60px 0 50px 0;}
.pro_left{width:625px;float:left;overflow:hidden;height: 442px;}
/*图片放大镜样式*/
.jqzoom{float:left;border:none;position:relative;padding:0px;cursor:pointer;margin:0px;display:block;width:503px;height: 401px;overflow:hidden;}
.jqzoom img{width:100%; height:100%;}
.zoomdiv{z-index:100;position:absolute;top:0px;left:0px;width:368px;height:368px;background:#ffffff;display:none;text-align:center;overflow:hidden;}
.jqZoomPup{z-index:10;visibility:hidden;position:absolute;top:0px;left:0px;width:200px !important;height:200px !important;border:1px solid #aaa;background:#ffffff ;opacity: 0.5;-moz-opacity: 0.5;-khtml-opacity: 0.5;filter: alpha(Opacity=50);}

/*图片小图预览列表*/
.spec-preview{width:505px;height: 403px;border: solid 1px #e5e5e5;float: left;}
.spec-scroll{float: right;height: 91%;width: 85px;position: relative;}
.spec-scroll .prev{top: 0; background-image:url(../images/btn_l.png);background-repeat: no-repeat;background-position: center;}
.spec-scroll .next{bottom: 0; background-image:url(../images/btn_r.png);background-repeat: no-repeat;background-position: center;}
.spec-scroll .prev,.spec-scroll .next{width:85px;height: 15px;cursor:pointer;position: absolute;left: 0;}
.spec-scroll .prev:hover{background-image:url(../images/btn_lH.png);}
.spec-scroll .next:hover{background-image:url(../images/btn_rH.png);}
.spec-scroll .items{margin:auto;position:relative;width:100%;height:365px;overflow:hidden;margin-top: 50px;}
.spec-scroll .items ul{position:absolute;}
.spec-scroll .items ul li{width:85px;text-align:center;height: 77px;/* margin-bottom: 19px; */}
.spec-scroll .items ul li img{border:1px solid #e5e5e5;width:85px;height: 70px;}
.spec-scroll .items ul li.hover img { border:1px solid #d76619;}

.pro_right{padding-top: 25px;width: 465px;float: right;position: relative;height: 442px;overflow: hidden;}
.pror-tit{font-size: 30px;color: #444;line-height: 30px;font-weight: bold;margin-bottom: 40px; padding-bottom: 15px;position: relative;}
.pror-tit:after{position: absolute;content: '';width: 80px;height: 2px;left: 0;bottom: 0;background: #d76619;}
.pror-tit2{font-size: 18px;color: #333;line-height: 18px;margin-bottom: 10px;}
.pro_right p{line-height: 30px;font-size: 14px;color: #888;}
.pro_right a{
	display: block;
	float: left;
	margin-right: 13px;
	width: 33px;
	height: 33px;
	overflow: hidden;
	transition: all .5s;
}
.pro_right a:hover{transform: translateY(-5px);}
.pro_right img{display: block;width: 100%;height: 100%;}
.pro-bot{
	padding: 60px 0 150px 0;
	background: #f6f6f6;
}
.pro-bot h3{
	height: 70px;
	color: white;
	font-size: 24px;
	line-height: 70px;
	background: #d76619;
	padding-left: 38px;
}
.pro-img img{
	display: block;width: 100%;
}
.pro-img table{width: 100%;}
.pro-img td{border: solid 1px #c9c9c9;}
.pro-img th{
	height: 85px;
	background: #eeeeee;
	color: #000000;
	font-size: 24px;
	border: solid 1px #c9c9c9;
}
.pro-img td{font-size: 16px;color: #888;text-align: center;height: 67px;background: white;}

/*新闻中心*/
.news{
	padding: 28px 0 60px 0;
	background: #f6f6f6;
}
.news-top{
	height: 60px;
	background: white;
	margin-bottom: 57px;
}
.news-top a{
	display: block;
	width: 145px;
	height: 60px;
	line-height: 60px;
	color: #333;
	font-size: 16px;
	text-align: center;
	float: left;
}
.news-top a.active{color: #fff;background: #f08200;}
.news-big{
	margin-left: -30px;padding-bottom: 10px;
}
.news-list{
	display: block;
	float: left;
	width: 585px;
	margin-left: 30px;
	margin-bottom: 30px;
}
.news-pic{
	width: 585px;
	height: 310px;overflow: hidden;
}
.news-pic img{
	display: block;width: 100%;
	height: 100%;
	transition: all .5s;
}
.news-tit{
	height: 160px;
	background: white;
	padding:0 25px;
	transition: all .5s;
}
.news-font{
	padding: 20px 0;
	border-bottom: solid 1px #e1e1e1;
}
.news-left{
	width: 78px;
	border-right: solid 1px #e1e1e1;
	padding-right: 18px;
	float: left;
}
.news-time{
	font-size: 40px;
	text-align: center;
	color: #f08200;
}
.news-data{
	font-size: 16px;
	text-align: center;
	color: #888;
	font-family: arial;
}
.news-right{
	width: 455px;
	padding: 0 20px;
	float: left;
	font-size: 18px;
	color: #333333;
	line-height: 28px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.news-more{
	font-size: 14px;
	color: #888;
	height: 55px;
	line-height: 55px;
	background: url(../images/news-more.png) no-repeat right center;
}
.news-list:hover img{transform: scale(1.1);}
.news-list:hover .news-tit{background: #f08200;}
.news-list:hover .news-time,.news-list:hover .news-data,.news-list:hover .news-right,.news-list:hover .news-more{color: white;}
.news-list:hover .news-more{background-image: url(../images/news-moreH.png);}

/*新闻详情*/
.newsinfo{padding-bottom: 40px;}
.newsinfo h1{
	font-size: 22px;color: #666666;
	line-height: 22px;
	font-weight: bold;
	margin-bottom: 15px;
}
.newsinfo span.span1{
	float: left;
	padding-left: 22px;
	font-size: 14px;color: #999;
	margin-right: 25px;
	line-height: 19px;
}
.newsinfo p{color: #999;}
.newsinfo span.data{background: url(../images/data.png) no-repeat left center;}
.newsinfo span.zan{background: url(../images/zan.png) no-repeat left center;}
.newsinfo span.share{background: url(../images/share.png) no-repeat left center;}
.news-prev,.news-next{
	display: block;
	height: 52px;
	border-bottom: solid 1px #d9d9d9;
	border-top: solid 1px #d9d9d9;
	padding: 0 10px;
	line-height: 52px;
	font-size: 16px;color: #888888;
	margin-bottom: 19px;
	background: url(../images/news-more.png) no-repeat right 10px center;
}
.news-prev b,.news-next b{color: #666;font-weight: normal;}
.news-prev span,.news-next span{
	font-size: 14px;
	color: #999;
	font-family: arial;
	float: right;
	margin-right: 30px;
}
.news-next{margin-bottom: 0;}
.news-prev:hover,.news-next:hover{color: #f08200;}
.news-back{
	display: block;
	width: 198px;
	height: 40px;
	color: #333;
	line-height: 40px;
	text-align: center;
	border: solid 1px #d9d9d9;
	margin-top: 42px;
}
.news-back:hover{color: white;background: #f08200;border-color: #f08200;}

/*联系我们*/
.con-nav{padding-top: 28px;background: #f6f6f6;}
.con-nav .news-top{margin-bottom: 0;}
.con-one{
	padding: 0px 0 140px 0;
	background: #f6f6f6;
}
.con-one ul{
	overflow: hidden;padding: 0 60px; padding-top: 87px;
	
}
.con-one li{
	float: left;
	width: 33.3%;
	text-align: center;
}
.con-icon{
	width: 120px;
	height: 120px;
	margin: 0 auto;
	border-radius: 50%;
	border: solid 1px #ebebeb;
	background-color: white;
	background-repeat: no-repeat;
	background-position: center;
	transition: all .5s;
}
.con-icon1{background-image: url(../images/con1.png);}
.con-icon2{background-image: url(../images/con2.png);}
.con-icon3{background-image: url(../images/con3.png);}
.con-one li:hover .con-icon1{background-image: url(../images/con1H.png);}
.con-one li:hover .con-icon2{background-image: url(../images/con2H.png);}
.con-one li:hover .con-icon3{background-image: url(../images/con3H.png);}
.con-one li:hover .con-icon{background-color: #f08200;border-color: #f08200;}
.con-one li h3{
	font-size: 16px;
	color: #3c3c3c;
	line-height: 16px;
	margin-top: 30px;
	font-weight: bold;
}
.con-one li h4{
	font-size: 13px;
	color: #8f8f8f;
	line-height: 13px;
	margin-top: 10px;
}
.map img{display: block;width: 100%;}
.con-two{
	padding: 70px 0 60px 0 ;
	background: #f6f6f6;
}
.con-two h3{
	font-size: 26px;
	line-height: 26px;
	color: #3a3a3a;
	text-align: center;
	margin-bottom: 10px;
}
.con-two h4{
	font-size: 13px;
	line-height: 13px;
	color: #c5c5c5;
	text-transform: uppercase;
	
	font-family: arial;
	text-align: center;
}
.form{
	padding: 0 20px;
	margin-top: 64px;
}
.form-left{
	width: 578px;
	float: left;
}
.form-left .text{
	width: 100%;
	background: white;border: solid 1px #ebebeb;
	height: 48px;
	font-size: 13px;
	font-weight: lighter;
	color: #aeaeae;
	padding: 0 15px;
	margin-bottom: 7px;
}
.form-left .text:focus{color: #333;border-color: #f08200;}
.form-right{width: 567px;float: right;}
.form-right textarea{
	width: 100%;
	background: white;border: solid 1px #ebebeb;
	height: 157px;
	font-size: 13px;
	font-weight: lighter;
	color: #aeaeae;
	padding: 10px 15px;
	resize: none;
}
.form-right textarea:focus{color: #333;border-color: #f08200;}
.con-two .submit{
	width: 198px;
	margin-top: 20px;
	height: 40px;
	color: #666;
	text-align: center;
	line-height: 40px;
	border: solid 1px #ebebeb;
	background: white;
	transition: all .5s;
}
.con-two .submit:hover{
	background: #f08200;
	color: #fff;
}

/*售后服务*/
.service{
	padding: 28px 0 52px 0;
	background: #f6f6f6;
}
.service .news-top{margin-bottom: 40px;}

/*防伪查询*/
.fake{
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.8);
	z-index: 1001;
}
.fake-form{
	width: 900px;
	height: 455px;
	background: white;
	border-radius: 5px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	text-align: center;
}
.fake-form h3{
	font-size: 22px;
	color: #333333;
	font-weight: blod;
	line-height: 22px;
	text-align: center;
	margin-bottom: 15px;
}
.fake-form h4{
	font-size: 16px;
	color: #888;
	line-height: 16px;
	text-align: center;
	margin-bottom: 45px;
}
.fake-form .text{
	width: 660px;
	height: 60px;
	padding: 0 20px;
	border: solid 1px #dcdcdc;
}
.fake-form .submit{
	width: 172px;
	height: 44px;
	color: #888;
	font-size: 14px;
	font-weight: lighter;
	border: solid 1px #dcdcdc;
	text-align: center;
	line-height: 44px;
	background: none;
	outline: none;
	cursor: pointer;
	transition: all .5s;
}
.fake-form .submit:hover{
	background: #f08200;
	color: white;
	border-color: #f08200;
}
.fake-close{
	position: absolute;
	top: 17px;
	right: 17px;
	transition: all .5s;
}
.fake-close:hover{
	transform: rotateZ(180deg);
}


/*关于我们*/
.ab-nav{
	padding: 28px 0 60px 0;
	background: #f6f6f6;
}
.ab-nav .news-top{margin-bottom: 0;}
.about h3{
	font-weight: lighter;
	font-size: 40px;
	line-height: 40px;
	text-align: center;
	color: #444444;
	position: relative;
	padding-bottom: 16px;
	margin-bottom: 38px;
}
.about h3:after{
	position: absolute;
	content: '';
	width: 58px;
	height: 2px;
	background: #f08200;
	left: 50%;
	margin-left: -29px;
	bottom: 0;
}
.ab-one{
	padding-bottom: 90px;
	background: #f6f6f6;
}
/*锚点*/
.nei_anchor {text-align: center;display: none;position: fixed;left: 0;top: 0;font-size:0;width: 100%;z-index: 1001;background: #fff;box-shadow: 0px 0px 8px 0px #d6d6d6;}
.nei_anchor span {display: inline-block;*display: inline;*zoom: 1;}
.nei_anchor span a {font-size: 16px;color: #666;line-height: 60px;padding: 0 40px;display: inline-block;-webkit-transition: .5s;-moz-transition: .5s;-ms-transition: .5s;-o-transition: .5s;transition: .5s;position: relative;}
.nei_anchor span a:after{content: '';width: 1px;height: 17px;background: #dadada;position: absolute;right: 0;top: 50%;transform: translateY(-50%);}
.nei_anchor span.on a:after,.nei_anchor span a:hover:after{display: none;}
.nei_anchor span:hover a,
.nei_anchor span.on a {color: #fff;background: #f08200;}
.nei_anchor span.span1 a {
    background: transparent;
    color: #666;
}
/*发展历程*/
#historySlide{position: relative;width: 100%;overflow: hidden;}
#historySlide .history-c{height:450px;width: 100%;position: relative;}
.history-c .swiper-slide{width:1200px;height:450px;}
#historySlide .history-c .cont{position: relative;}
.abo-pic{float: left;width: 600px;height: 450px;overflow: hidden;}
.abo-pic img{display: block;width: 100%;height: 100%;transition: all .5s;}
.history-c .swiper-slide:hover img{transform: scale(1.1);}
.abo-right{float: left; width: 600px;height: 450px;background: white;text-align: center;}
.abo-right h4{font-size: 16px;color: #666;position: relative;padding-bottom: 25px;margin-bottom: 40px;}
.abo-right h4 span{font-size: 43px;color: #333;font-family: 'th';}
.abo-right h4:after{position: absolute;content: '';width: 47px;height: 2px;background: #f08200;left: 50%;margin-left: -23.5px;bottom: 0;}
.abo-right p{font-size: 16px;color: #777;line-height: 30px;}
#historySlide .history-scroll{height:70px;margin:0 auto;position: relative;margin-top: 20px;}
#historySlide .history-scroll:after{position: absolute;content: '';width: 100%;height: 1px;background: #cfcfcf;left: 0;top: 50%;margin-top: -0.5px;}
.history-scroll .swiper-container{padding: 0 70px;}
.history-scroll .swiper-slide{float: left;width:170px;height:70px;cursor: pointer;}
.history-scroll .swiper-slide.active-nav,.history-scroll .swiper-slide.active-nav:hover{color: #f08200;}
#historySlide .time-line{width:170px;height:70px;position: relative;}
.history-scroll .dot{width:10px;height: 10px;background: #cfcfcf; border-radius: 50%;position: absolute;top:30.5px;left:-5px;-webkit-transition: all .3s;-o-transition: all .3s;transition: all .3s;}

.history-scroll .swiper-slide.active-nav .dot{width: 23px;height: 31px;top: 14.5px;left: -11.5px; background: url(../images/abo-dot.png) no-repeat center;}
.history-scroll .daty{font-family: 'th';font-size:22px;line-height:22px;position: absolute;top: 50px;left: 0;-webkit-transform: translateX(-50%);-ms-transform: translateX(-50%);transform: translateX(-50%);z-index: 10;}
#historySlide .arrow-left,#historySlide .arrow-right{
    width:60px;height: 54px;
    position: absolute;top:50%;margin-top: -27px;
    background: rgba(0,0,0,0.37) url(../images/abo-left.png) no-repeat center;
    z-index: 10;
    cursor:pointer;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
#historySlide .arrow-left{left: 50%;margin-left: -60px;}
#historySlide .arrow-right{right: 50%;margin-right: -60px;-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);}
#historySlide .arrow-left:hover,#historySlide .arrow-right:hover{background-color: #f08200;}

.ab-two{
	padding-top: 80px;
	background:#f6f6f6 url(../images/abt-bg.png) no-repeat top center;
/*	background-attachment: fixed;*/
}
.ab-two h3{color: white;}
.ab-two h3:after{background: white;}
.abt-p{
	height: 200px;
	overflow-y: auto;
}
.abt-p p{
	text-align: center;font-size: 14px;
	line-height: 28px;
	color: #c5c5c5;
	margin-bottom: 28px;
}
.abt-p::-webkit-scrollbar {
  width: 4px;
  background-color: #757676;
}
.abt-p::-webkit-scrollbar-thumb {
  background-color:#b4b5b5;
  border-radius: 10px;
}
.ab-two ul{
	overflow: hidden;
	background: white;
	margin-top: 110px;
	height: 180px;
	padding: 55px 0;
}
.ab-two li{
	width: 25%;
	text-align: center;
	float: left;
	border-right: solid 1px #dddddd;
}
.ab-two li:last-child{border: none;}
.ab-two li .timer{
	font-size: 50px;
	color: #333;
	position: relative;
	font-family: 're';
}
.ab-two li .timer:after{
	position: absolute;
	content: '+';
	font-size: 20px;
	color: #333;
	top: -5px;
}
.ab-two li h4{
	font-size: 16px;
	color: #888;
}
.ab-three{
	padding-top: 70px;
	background: #f6f6f6;
}
.abe-swiper{
	height: 446px;
	position: relative;
	margin-bottom: 20px;
}
.abe-swiper:last-child{margin-bottom: 0;}
.abe-swiper .swiper-slide{
	height: 446px;
}
.abe-pic{
	width: 616px;
	height: 446px;
	float: left;
	overflow: hidden;
}
.abe-pic img{
	display: block;
	width: 100%;
	height: 100%;
	transition: all .5s;
}
.abe-swiper .swiper-slide:hover img{transform: scale(1.1);}
.abe-tit{
	width: 584px;
	height: 446px;
	background: white;float: left;
	padding: 120px 70px 0 97px;
}
.abe-tit h4{
	font-size: 30px;
	line-height: 30px;
	margin-bottom: 25px;
	font-weight: lighter;
	color: #000;
	text-align: center;
}
.abe-tit p{
	font-size: 14px;
	color: #666666;
	line-height: 28px;
	font-weight: lighter;
}
.abe-swiper .abe-right,.abe-swiper .abe-left{
	width: 60px;
	height: 54px;
	top: auto;
	bottom: 70px;
	margin-top: 0;
	background: #a1a1a1 url(../images/abo-left.png) no-repeat center;
}
.abe-swiper .abe-right{right: 70px;transform: rotateZ(180deg);}
.abe-swiper .abe-left{right: 130px;left: auto;border-right: solid 1px #dddddd;}
.abe-swiper .abe-right:hover,.abe-swiper .abe-left:hover{background-color: #f08200;}
.abe-tit1{
	padding: 120px 70px 0 70px;
}
.abe-swiper .abe-right1{left: 130px;right: auto;}
.abe-swiper .abe-left1{left: 70px;border-right: solid 1px #dddddd;}

.ab-four{
	padding-top: 88px;
	background: #f6f6f6;
}

.abf-left{
	width: 33.3%;
	float: left;
	padding-right: 3px;
}
.abf-mid{
	width: 33.3%;
	float: left;
	padding:0 3px;
}
.abf-right{
	width: 33.3%;
	float: left;
	padding-left: 3px;
}
.abf-mid .abf-top{margin-bottom: 0;margin-top: 9px;}
.abf-top{margin-bottom: 6px;overflow: hidden;}
.abf-top img{display: block;width: 100%;transition: all .5s;}
.abf-top:hover img{transform: scale(1.1);}
.abf-bot .abf-pic1{
	width:49.5%;
	float: left;
	
	overflow: hidden;
}
.abf-bot .abf-pic2{
	width:49.5%;
	float: left;
	margin-left: 6px;
	overflow: hidden;
}
.abf-bot .abf-pic1 img,.abf-bot .abf-pic2 img{display: block;width: 100%;transition: all .5s;}
.abf-bot .abf-pic1:hover img,.abf-bot .abf-pic2:hover img{transform: scale(1.1);}
.h-about-fig {
    width: 100%;
    height: 522px;
    margin-top: -1px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}
.vide-play {

    width: 104px;
    height: 104px;
	margin: 0 auto;
    cursor: pointer;
    transition: all .5s;
}
.abf-bg{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: url(../images/abv-bg.png) no-repeat center;
	background-size: cover;
	z-index: 22;
}
.abf-bg h3{font-size: 40px;line-height: 40px;color: white;text-align: center;margin-bottom: 35px;}
.h-about-fig.on .vide-play,.h-about-fig.on .abf-bg {
    opacity: 0;
}
.habout-video {
    width: 100%;
    height: 522px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.vidbacking-active-block-back {
    position: absolute;
    height: auto;
    width: 100%;
}




.service_content{
  background-color: #fff;
  padding: 60px;
  margin: 30px auto ;

} 
.content_details{
  overflow: hidden;
  margin-bottom: 40px;
}
.content_details:hover{
  cursor: pointer;
}
.content_details:hover .details_top h3{
  background-color: #f08200;
  border: 2px solid #f08200;
  color: #fff;
}

.content_details:hover .details_bottom .answers{
  border: 2px solid #f08200;
}

.content_details .details_top .top_back{
  overflow: hidden;
  background: url("../images/q.png") no-repeat left 15px center;
}
.content_details .details_top h3{
   font-size: 14px;
   color: #666666;
   height: 47px;   
   line-height: 43px;
   padding-left: 34px;
   padding-right: 137px;
   border: 2px solid #eeeeee;
   border-radius: 10px;
   margin-left: 60px;
   border-radius: 10px;
  margin-left: 67px;
  display: inline-block;
}
.details_bottom{
  overflow: hidden;
  background: url("../images/a.png") no-repeat 15px 15px;
  margin-top: 10px;
}
.details_bottom .answers{
     padding: 20px 90px 34px 35px;
     border: 2px solid #eeeeee;
      margin-left: 64px;
      border-radius: 10px;
   }
.details_bottom .answers p{
  font-size: 14px;
  color: #666666;
  line-height: 34px;
}
.service_content .about_page{
  margin: 0 auto;
  width: 366px;
}
.service_content .about_page a{
  display: inline-block;
  height: 30px;
  width: 30px;
  font-size: 14px;
  color: #2f2f2f;
  margin-right: 13px;
  text-align: center;
  line-height: 30px;
  font-family: "arial";
}
.service_content .about_page a:hover{
  color:#fff;
  background-color: #535c6a;
}

.service_content .about_page a.lasta{
  margin-right: 0px;
}
.service_content .about_page a.currentone{
   color:#fff;
  background-color: #535c6a;
}


.share-box {
    width: 170px;
    height: 50px;
    position: absolute;
    left: 60px;
    top: -14px;
    z-index: 33;
}

.share-hide{float: left;position: relative;padding-bottom: 10px;cursor: pointer;}
.news-share span{float: left;display: block; font-size: 14px;color: #666;padding-right: 20px;padding-left: 0;margin-right: 0; background: url(../images/share.png) no-repeat right center;line-height: 32px;}
.news-share a{float: left; width: 32px;height: 32px !important;padding: 0 !important;margin: 0 !important;margin-left: 9px !important;border-radius: 50%;opacity: 0.9;}
.news-share a.bds_tsina{background: url(../images/news-wb.png) no-repeat center;}
.news-share a.bds_weixin{background: url(../images/news-wx.png) no-repeat center;}
.news-share a.bds_sqq{background: url(../images/news-qq.png) no-repeat center;}
.news-share a.bds_linkedin{background: url(../images/news-in.png) no-repeat center;}
.news-share a.bds_qzone{background: url(../images/news-qz.png) no-repeat center;}
.news-share a:hover{opacity: 1 !important;}
.share-hide:hover .share-box{display: block;}
.bd_weixin_popup{width: 250px !important;height: 315px !important;}

.icon{width: 30px;height: 68px;overflow: hidden;float: left;}
.icon .icon-show,.icon .icon-hide{width: 100%;height: 100%;text-align: center;transition: all .5s;}
.icon .icon-hide{display: none;}
.menu-one:hover .icon-show{display: none;}
.menu-one:hover .icon-hide{display: block;}

@media all and (max-width: 1680px) {
	.abf-bot .abf-pic2,.abf-bot .abf-pic1{width: 49.3%;}
}
@media all and (max-width: 1320px) {
	.abf-bot .abf-pic2,.abf-bot .abf-pic1{width: 49.2%;}
}