头部 //////////////////////////////////////////////////////////////////////////// */

.header-main {
    position: static;
}

.header {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 78px;
    background-color: #fff;
    position: absolute;
    top: 0;
    z-index: 999;
    min-width: 1200px;
}

.navMenu {
    width: 1200px;
    margin: 0 auto;
}

.logo {
    float: left;
    position: relative;
}

.logo-img {
    float: left;
    width: 100px;
    position: absolute;
    z-index: 10;
    left: 0;
}

.navMenu .logo ul {
    margin: 0 auto;
    float: left;
    margin-left: 80px;
}

.navMenu li.to-show {
    height: 78px;
}

.navMenu .to-show {
    float: left;
    list-style-type: none;
    text-align: center;
    padding: 26px;
}

.navMenu .to-show a {
    text-decoration: none;
    font-size: 14px;
    color: #666;
    font-family: "Microsoft YaHei";
}

.navMenu .to-show a:hover {
    color: #fd8332;
}

.theme-gray .header-on .navMenu .to_show a,
.theme-white .header-on .navMenu .to_show a {
    color: #666;
}

.theme-gray .header-on .navMenu .to_show a,
.theme-white .header-on .navMenu .to_show a {
    color: #ff6600;
}

.navMenu .to-show a.store {
    background: url(../img/icon-store.png) no-repeat;
    padding-left: 24px;
    height: 22px;
    float: left;
}
.navMenu .to_show a.store:hover {
  background: url(../img/icon-store-on.png) no-repeat;
}

.navMenu .loginbar {
    float: right;
    height: 100%;
}

.navMenu .loginbar>ul {
    height: 78px;
    margin-left: 0;
}

.navbar-form {
    padding: 0;
    position: relative;
    /* left: 6px; */
    right: 6px;
    width: 180px;
    z-index: 11;
}

.theme-white .navMenu li .input-search-bg,
.theme-gray .header-on .navMenu li .input-search-bg,
.theme-white .header-on .navMenu li .input-search-bg,
.navMenu li .input-search-bg {
    background: url(../img/nav_search.png) no-repeat;
    /* width: 230px; */
    width: 18px;
    height: 30px;
    display: block;
    /* padding-left: 26px; */
    background-repeat: no-repeat;
    background-color: white;
    opacity: 1;
    background-position: 0px center;
    /* border: 1px solid #dcdcdc; */
    cursor: pointer;
    float: left;
    /* margin-right: -31px; */
    position: absolute;
    right: 0px;
    z-index: 10;
    height: 24px;
    top: 3px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.theme-white .navMenu li .input-search,
.theme-gray .header-on .navMenu li .input-search,
.theme-white .header-on .navMenu li .input-search,
.navMenu li .input-search {
    width: 20px;
    height: 30px;
    display: block;
    padding-left: 26px;
    background-repeat: no-repeat;
    background-color: white;
    opacity: 1;
    transition: width 0.5s;
    float: right;
}

.navMenu .loginbar>ul li.offline {
    width: 100px;
}

.navMenu .loginbar .nav-icon {
    padding-top: 32px;
}

.theme-white .navMenu li a.user,
.theme-gray .header-on .navMenu li a.user,
.theme-white .header-on #navMenu li a.user,
.navMenu li a.user {
    background: url(../img/nav_login.png) no-repeat;
    width: 16px;
    height: 16px;
    display: block;
}

.navMenu .offline .login-menu {
    position: absolute;
    top: 78px;
    left: 0px;
    background-color: #fff;
    display: none;
}

.navMenu .offline .login-menu ul {
    width: 100px;
    padding: 15px 0;
    margin-left: 0;
}

.navMenu .offline .login-menu ul li {
    padding: 0;
    width: 100%;
    line-height: 30px;
}

.navMenu .loginbar>ul li.offline a {
    margin: 0 auto;
}

.navMenu .offline,
.language {
    position: relative;
}

.navMenu .btn {
    border: none;
    background: none;
}

.navMenu li a.lang {
    background: url(../img/nav_language.png) no-repeat;
    padding-left: 24px;
    background-position: 0 center;
}

.navMenu .language a {
    padding: 0;
}


/*header-移入产品中心-显示详情*/

.proMain {
  width: 1200px;
  overflow: hidden;
  display: flex;
  margin: 0 auto;
  /* height: 340px; */
  /*background: white;*/
  position: relative;
}

.header-on .projectMenu {
    display: block;
    /* border-bottom: 1px solid #e9e9e9; */
    /* height: 280px; */
    height: auto;
    /* animation: mymove .5s; */
    /* -webkit-animation: mymove .5s; */
}

.projectMenu {
    /* display: none; */
}
.projectMenu {
    /* background-image: url(../images/board/project_menu.png); */
    /* background-color: #fff; */
    /* background-repeat: repeat-x; */
    /* height: 239px; */
    opacity: 1;
    width: 100%;
    position: absolute;
    left: 0px;
    top: 50px;
    z-index: 9;
    background-position: bottom;
    /* padding-top: 40px; */
    /* display: none; */
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=2);
    height: 0px;
    transition: height 0.5s;
}
.navmain-left {
    width: 180px;
    float: left;
    border-right: 1px solid #d0d0d0;
    position: relative;
    background: #FFFFFF;
}
.navmain-left .arrow {
    position: absolute;
    right: 28px;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    /* position: relative; */
    width: 6px;
    height: 10px;
}
.navmain-left .arrow::before, .navmain-left .arrow::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 7px;
    height: 1px;
    background: currentColor;
    transform-origin: left center;
    transform: rotate(40deg);
}
.navmain-left .arrow::after {
    top: auto;
    bottom: 0;
    transform: rotate(-40deg);
}
.navmain-left-active {
    background: #ff6600;
}
.navmain-left-active a {
    color: white;
}
.category-box {
    position: absolute;
    left: 180px;
    background: #FFFFFF;
    display: none;
}
.category-box ul li {
    float: left;
}
.category-box .standard {
    width: 204px;
    height: 170px;
}
.category-box ul li a {
    /* float: left; */
    width: 204px;
    height: 170px;
    display: block;
    border-right: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    position: relative;
}
.product-pic {
    text-align: center;
}


.standard .product-name {
    margin-top: 22px;
}
.product-name {
    display: block;
    text-align: center;
    color: #666;
    font-size: 12px;
    margin-top: 22px;
}
.category-name {
    font-size: 14px;
    color: #000;
    height: 48px;
    /* width: 180px; */
    /* text-align: center; */
    line-height: 48px;
    position: relative;
    display: block;
    padding-left: 20px;
}
.standard .product-pic .product-img-border {
    height: 100px;
    width: 100%;
    position: relative;
}

.category-box .standard .product-img {
    max-width: 124px;
    max-height: 124px;
}
.product-pic .product-img {
    margin: 0 auto;
    text-align: center;
    position: absolute;
    left: 50%;
    bottom: 0px;
    transform: translate(-50%);
}
.long .product-pic .product-img-border {
    height: 231px;
    width: 100%;
    position: relative;
}

.category-box .long .product-img {
    max-width: 124px;
    max-height: 211px;
}




.standard .product-name{
  margin-top: 22px;
}
.long .product-name{
  margin-top: 35px;
}
.broad .product-name{
  margin-top: 38px;
}


/* 重构 导航栏样式 */
.navmain-left{
  width: 180px;
  float: left;
  border-right: 1px solid #d0d0d0;
  position: relative;
  background: #FFFFFF;
}

.category-name{
  font-size: 14px;
  color: #000;
  height: 48px;
    /* width: 180px; */
  /* text-align: center; */
  line-height: 48px;
  position: relative;
  display: block;
  padding-left: 20px;
}
.navmain-left a:hover{
  background: #ff6600;
  color: white;
}

.navmain-left-active{
  background: #ff6600;
}
.navmain-left-active a{
  color: white;
}

.navmain-left .arrow{
  position: absolute;
  right: 28px;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
        /* position: relative; */
        width: 6px;
        height: 10px;
}
.navmain-left .arrow::before, .navmain-left .arrow::after{
  content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 7px;
    height: 1px;
    background: currentColor;
    transform-origin: left center;
    transform: rotate(40deg);
}

.navmain-left .arrow::after{
  top: auto;
    bottom: 0;
    transform: rotate(-40deg);
}

.category-box{
  position: absolute;
  left: 180px;
  background: #FFFFFF;
  /* display: none; */
}

.category-box-show{
  display: block; 
}
.category-box ul li a{
  /* float: left; */
  width: 204px;
  height: 170px;
  display: block;
  border-right: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  position: relative;
}
.category-box .standard{
  width: 204px;
  height: 170px;
}
.category-box .long{
  height: 336px;
  width: 204px;
}
.category-box .big{
  height: 170px;
  width: 366px;
}
.category-box .broad{
  height: 336px;
  width: 408px;
}

.category-box ul li{
  float: left;
  /* width: 204px;
  height: 170px; */
}

.standard .product-pic .product-img-border{
  height: 100px;
  width: 100%;
  position: relative;
}
.category-box .standard .product-img{
  max-width: 124px;
  max-height: 124px;
}

.long .product-pic .product-img-border{
  height: 231px;
  width: 100%;
  position: relative;
}
.category-box .long .product-img{
  max-width: 124px;
  max-height: 211px;
}

.broad .product-pic .product-img-border{
  height: 231px;
  width: 100%;
  position: relative;
}
.category-box .broad .product-img{
  max-width: 236px;
  max-height: 155px;
}

.big .product-pic .product-img-border{
  height: 111px;
  width: 100%;
  position: relative;
}
.category-box .big .product-img{
  max-width: 187px;
  max-height: 100px;
}

.product-pic{
  text-align: center;
}

.product-pic .product-img{
  margin: 0 auto;
  text-align: center;
  position: absolute; left: 50%; bottom: 0px;
    transform: translate(-50%);    /* 50%为自身尺寸的一半 */
}

.product-pic .product-img-active{
  transform: translateX(30px);
}

.product-name{
  display: block;
  text-align: center;
  color:#666;
  font-size: 12px;
  margin-top: 22px;
}

.category-product li a:hover span{
  color: #ff6600;
}

.standard .product-name{
  margin-top: 22px;
}
.long .product-name{
  margin-top: 35px;
}
.broad .product-name{
  margin-top: 38px;
}

.product-new{
  background: url(../images/product_new.png) no-repeat;

  width: 40px;
  height: 40px;
  position: absolute;
  right: 0;

}

.product-pic .product-label{

  position: absolute;
  width: 70px;
  top: 40px;
  transform: translateX(27px);
  /* display: none; */
  transition: transform 0.5s;
  /* opacity: 0; */
}

.product-pic .product-label-active{
  /* display: block; */
  transform: translateX(-12px);
  opacity: 1;
}

.standard .product-pic .soon{
  display: inline-block;
  background: #ededed;
  width: 80px;
  height: 80px;
  margin: 0px auto;
  position: absolute;
  bottom: 0px;
  transform: translate(-50%);
}
.standard .product-pic .soon p{
  padding-top: 20%;
  color: #666666;
  font-size: 18px;
}

.long .product-pic .soon{
  display: inline-block;
  background: #ededed;
  width: 102px;
  height: 196px;
  margin: 0px auto;
  position: absolute;
  bottom: 0px;
  transform: translate(-50%);
}
.long .product-pic .soon p{
  padding-top: 70%;
  color: #666666;
  font-size: 18px;
}

.big .product-pic .soon{
  display: inline-block;
  background: #ededed;
  width: 80px;
  height: 80px;
  margin: 0px auto;
  position: absolute;
  bottom: 0px;
  transform: translate(-50%);
}
.big .product-pic .soon p{
  padding-top: 20%;
  color: #666666;
  font-size: 18px;
}

.broad .product-pic .soon{
  display: inline-block;
  background: #ededed;
  width: 196px;
  height: 196px;
  margin: 0px auto;
  position: absolute;
  bottom: 0px;
  transform: translate(-50%);
}
.broad .product-pic .soon p{
  padding-top: 40%;
  color: #666666;
  font-size: 18px;
}


/*头部 //////////////////////////////////////////////////////////////////////////// */


/* 滚动图2 //////////////////////////////////////////////////////////////////////////// */

.sy-box {
    height: 680px;
    /*margin-bottom: 12px;*/
    min-width: 1200px;
}

.vice_banner .item {
    float: left;
    width: 290px;
    margin-right: 12px;
}

.thumbnail {
    /*width: 290px;*/
    border: none;
}

.discount-links .discount-store {
    position: static;
    display: block;
    float: left;
    width: 110px;
    height: 60px;
    background: url(/themes/t-firefly/public/assets/images/discount_shop.png);
}

.discount-links .discount-store:hover {
    background: url('/themes/t-firefly/public/assets/images/discount_shop_on.png');
}

.discount-links .discount-tb {
    position: static;
    display: block;
    float: right;
    width: 110px;
    height: 60px;
    margin-top: -5px;
    background: url(/themes/t-firefly/public/assets/images/discount_tb.png);
}

.discount-links .discount-tb:hover {
    background: url('/themes/t-firefly/public/assets/images/discount_tb_on.png');
}

.button-wrapper .renlianshibie_buy {
    background-color: #007aea;
    border: 1px solid #007aea;
}


/*.button-wrapper .renlianshibie_buy:hover{
    background-color: #007aea;
    border: 1px solid #007aea;
}*/

.aio_3399_bt {
    background: url('/themes/t-firefly/public/assets/images/banner/aio_3399_btbg.png') no-repeat;
    width: 85px;
    height: 84px;
    line-height: 84px;
    text-align: center;
    color: white;
}

.aio_3399_bt:hover {
    background: url('/themes/t-firefly/public/assets/images/banner/aio_3399_btbg_on.png') no-repeat;
    color: white;
}

.rk3399-links.aio-3288j a {
    position: relative;
    font-size: 16px;
    display: inline-block;
    color: rgba(255, 191, 53, 0.5);
}

.rk3399-links.aio-3288j .isActive {
    color: rgba(255, 191, 53, 1);
}

.rk3399-links.aio-3288j a:first-child::after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 1px;
    height: 16px;
    top: 4px;
    right: -2px;
    background-color: rgba(255, 191, 53, 0.5);
}

.rk3399-links.aio-3399 a,
.rk3399-links.aio-3128c a,
.rk3399-links.core-px3-sej a,
.rk3399-links.baidu_face a {
    position: relative;
    text-align: center;
    display: inline-block;
    font-size: 14px;
    color: #fff;
    width: 98px;
    height: 32px;
    line-height: 32px;
    background-color: #004b7f;
    border-radius: 3px;
}

.rk3399-links.baidu_face a {
    width: 110px;
    height: 42px;
    line-height: 42px;
    background-color: #323535;
    border-radius: 20px;
}

.rk3399-links.baidu_face a:last-child {
    margin-left: 15px;
}

.rk3399-links.aio-3399 a:hover {
    background-color: #0066a7;
}

.rk3399-links.aio-3399 a:first-child {
    margin-right: 20px;
}

.rk3399-links.aio-3128c a:first-child,
.rk3399-links.core-px3-sej a:first-child {
    margin-right: 9px;
}

.rk3399-links.aio-3128c a {
    width: 120px;
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    background-color: rgba(255, 255, 255, .3)
}

.rk3399-links.aio-3128c a.isActive {
    background-color: #427bd3;
}

.rk3399-links.core-px3-sej a {
    width: 120px;
    height: 44px;
    line-height: 44px;
    background-color: rgba(255, 255, 255, .3);
    color: #fff;
    font-size: 16px;
}

.rk3399-links.core-px3-sej a.isActive {
    background-color: #f3cd66;
    color: #000;
}

.rk3399-links.core3328 a.isActive {
    background-color: #a37a28;
    color: #fff;
}


/* .rk3399-links.baidu_face a.isActive {
    background-color: #e4c893;
} */

.rk3399-links.baidu_face a:hover {
    background-color: #e4c893;
}

.rk3399-links.Firefly-Core-All a {
    width: 98px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #a37800;
    border-radius: 4px;
    text-align: center;
    font-family: 'Microsoft Yahei';
    color: #a37800;
}

.rk3399-links.Firefly-Core-All a:hover {
    border: 1px solid #c08e00;
    color: #c08e00;
}

.rk3399-links.aio_all div a:hover img {
    transform: translate3d(0, -8px, 0);
    transition: all .5s
}

.rk3399-links.rocrk3399pc a {
    position: static;
    display: block;
    width: 150px;
    height: 45px;
    background: transparent;
    color: #000;
    line-height: 46px;
    text-align: center;
    border: 1px solid #000;
    font-size: 15px;
    border-radius: 8px;
}

.rk3399-links.ncc_s1 a {
    position: relative;
    display: inline-block;
    width: 150px;
    height: 45px;
    background: transparent;
    color: #fff;
    line-height: 46px;
    text-align: center;
    border: 1px solid #fff;
    font-size: 15px;
    border-radius: 8px;
}

.rk3399-links.rocrk3399pc a.isActive {
    background-color: #000;
    color: #fff;
    border: 1px solid #fff;
}

.rk3399-links.ncc_s1 a.isActive {
    background-color: #fff;
    color: #000;
    /* border: 1px solid #000; */
}

.rk3399-links.AIO-3399C a {
    border-radius: 8px;
    background-color: #fff;
    color: #ff6600;
}

.rk3399-links.ROC-RK3308-CC a {
    border-radius: 20px;
    background-color: #000dff;
    color: #fff;
    font-size: 16px;
    font-family: "Microsoft Yahei";
}

.rk3399-links.ROC-RK3308-CC a.isActive {
    background-color: #212bff;
}

.rk3399-links.AIO-3399C a.isActive {
    background-color: #ff6600;
    color: #fff;
}

.rocrk3399pc_play {
    position: relative;
    padding-left: 20px;
}

.ncc_s1_play {
    position: relative;
    padding-left: 20px;
}

.rocrk3399pc_play::before {
    content: "▲";
    text-align: center;
    line-height: 25px;
    transform: rotate(90deg);
    display: block;
    position: absolute;
    bottom: 7px;
    left: 20px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #000;
    /* background-color: red; */
}

.ncc_s1_play::before {
    content: "▲";
    text-align: center;
    line-height: 25px;
    transform: rotate(90deg);
    display: block;
    position: absolute;
    bottom: 6px;
    left: 15px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #fff;
    /* background-color: red; */
}

.core-jd4_play {
    padding-left: 10px;
}

.core-jd4_play::before {
    content: "";
    /* text-align: center; */
    /* line-height: 25px; */
    transform: rotate(90deg);
    display: block;
    position: absolute;
    bottom: 5px;
    left: 8px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid #fff;
    /* background-color: red; */
}

.core-jd4_play.isActive::before {
    content: "";
    /* text-align: center; */
    /* line-height: 25px; */
    transform: rotate(90deg);
    display: block;
    position: absolute;
    bottom: 5px;
    left: 8px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid #000;
    /* background-color: red; */
}

.core-jd4_play span {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 10px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    top: 50%;
    left: 20px;
    margin: -5px 0 0 -7px;
}

.core-jd4_play.isActive span {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 10px;
    border-color: transparent transparent transparent #000;
    position: absolute;
    top: 50%;
    left: 20px;
    margin: -5px 0 0 -7px;
}

.core3328-jd4_play::before {
    content: "";
    /* text-align: center; */
    /* line-height: 25px; */
    transform: rotate(90deg);
    display: block;
    position: absolute;
    bottom: 8px;
    left: 14px;
    width: 21px;
    height: 21px;
    border-radius: 50%;
    border: 1px solid #a37a28;
    /* background-color: red; */
}

.core3328-jd4_play.isActive::before {
    content: "";
    /* text-align: center; */
    /* line-height: 25px; */
    transform: rotate(90deg);
    display: block;
    position: absolute;
    bottom: 8px;
    left: 14px;
    width: 21px;
    height: 21px;
    border-radius: 50%;
    border: 1px solid #fff;
    /* background-color: red; */
}

.core3328-jd4_play span {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 10px;
    border-color: transparent transparent transparent #a37a28;
    position: absolute;
    top: 50%;
    left: 28px;
    margin: -5px 0 0 -7px;
}

.core3328-jd4_play.isActive span {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 10px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    top: 50%;
    left: 28px;
    margin: -5px 0 0 -7px;
}

.rk3399-links.core-jd4 a {
    position: relative;
    display: inline-block;
    width: 103px;
    height: 31px;
    background: transparent;
    color: #fff;
    line-height: 31px;
    text-align: center;
    border: 1px solid #fff;
    font-size: 14px;
    border-radius: 8px;
}

.rk3399-links.core3328 a {
    display: block;
    width: 128px;
    height: 38px;
    line-height: 38px;
    color: #a37a28;
    font-size: 16px;
    border: 1px solid #a37a28;
    position: relative;
    background: transparent;
    text-align: center;
    /* border: 1px solid #fff; */
    font-size: 14px;
    border-radius: 8px;
    padding-left: 8px;
}

.rk3399-links.core3328 a:last-child {
    margin-top: 10px;
}

.rk3399-links.rocrk3399pc .rocrk3399pc_play.isActive::before {
    border: 1px solid #fff;
}

.rk3399-links.ncc_s1 .ncc_s1_play.isActive::before {
    border: 1px solid #000;
}

.eca3399cai a span.left.isActive {
    background-image: url('../img/choose_left_on.png');
    color: #fff;
}

.eca3399cai a span.right.isActive {
    background-image: url('../img/choose_right_on.png');
    color: #fff;
}

.eca3399cai a span.left {
    background-image: url('../img/choose_left.png');
    color: #000;
}

.eca3399cai a span.right {
    background-image: url('../img/choose_right.png');
    color: #000;
}

.rk3399-links.face-rk3399 a {
    position: relative;
    display: inline-block;
    width: 150px;
    height: 45px;
    background: transparent;
    color: #fff;
    line-height: 45px;
    text-align: center;
    border: 1px solid #fff;
    font-size: 14px;
    border-radius: 8px;
}

.face-rk3399 a.isActive {
    border-radius: 8px;
    background-color: #008dca;
    border: 1px solid #008dca;
}

.button-wrapper {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    z-index: 1;
    position: relative;
}

.banner-btn a{
    position: relative;
            display: inline-block;
            width: 150px;
            height: 45px;
            background: transparent;
            color: #fff;
            line-height: 45px;
            text-align: center;
            border: 1px solid #fff;
            font-size: 14px;
            border-radius: 8px;
}
.banner-btn a.btn-blue{
    border: 1px solid #008dca;
            color: #008dca;
}
.banner-btn a.btn-blue-active{
    background: #008dca;
    color: white;
}
.ncc_s1_play::before {
    content: "▲";
    text-align: center;
    line-height: 25px;
    transform: rotate(90deg);
    display: block;
    position: absolute;
    bottom: 6px;
    left: 15px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #fff;
    /* background-color: red; */
}

/* 滚动图2 //////////////////////////////////////////////////////////////////////////// */


/*咨询 //////////////////////////////////////////////////////////////////////////// */

.container-full {
    min-width: 1200px;
}

.product-news .news-item {
    background: #fff;
    width: 291px;
    margin-right: 12px;
    text-align: center;
    transition: all .6s;
}

.product-news .news-item:hover {
    transform: scale(1);
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px);
    box-shadow: 0 0 10px #d8d8d8;
}

.product-news .news-item h2 {
    font-size: 20px;
    color: #3c3c3c;
    margin-bottom: 15px;
}

.product-news .news-item p {
    font-size: 14px;
    color: #969696;
}

.thumbnail {
    /* width: 290px; */
    border: none;
}


/*资讯 //////////////////////////////////////////////////////////////////////////// */


/*产品中心 //////////////////////////////////////////////////////////////////////////// */

#product_center_content {
    width: 100%;
    padding-bottom: 64px;
    padding-top: 70px;
}

#product_center_content .all_product_cont {
    width: 1200px;
    margin: 0 auto;
}

.all_product_cont .t-title {
    text-align: center;
    font-size: 34px;
    color: #3b3b3b;
    margin-bottom: 50px;
}


/* 产品中心-导航和内容详情样式 */

.category_none {
    display: none;
}

.product_list_hover {
    transform: translateY(-2px);
    box-shadow: 0 0 8px #d8d8d8;
}

.all_product_cont .nav_category {
    width: 900px;
    /* min-height: 460px; */
    position: relative;
    margin: 0 auto;
    padding-bottom: 60px;
}

.nav_category_height {
    height: 460px;
}

.all_product_cont .nav_category>ul>li {
    float: left;
    font-size: 16px;
    cursor: pointer;
    padding-bottom: 10px;
    margin-right: 40px;
}

.color_val {
    color: #757575;
}

.onclick_bg {
    border-bottom: 2px solid #ff6600;
    color: #ff6600;
}

.category_chile {
    width: 1200px;
    min-height: 100px;
    position: absolute;
    left: 50%;
    margin-left: -600px;
    top: 83px;
}

.nav_child_product_list li {
    float: left;
    width: 221px;
    height: 178px;
    padding-top: 15px;
    margin-right: 18px;
    margin-bottom: 18px;
    transition: all .5s;
    border: 1px solid #dcdcdc;
    position: relative;
}

.nav_child_product_list li .product_img {
    width: 162px;
    height: 100px;
    margin-bottom: 15px;
    margin-left: 29px;
}

.nav_child_product_list li .product_img img {
    width: 162px;
    height: 100px;
}

.nav_child_product_list li .product_name {
    text-align: center;
    width: 100%;
    font-size: 14px;
    color: #757575;
}

.hover_layer {
    height: 100%;
    width: 100%;
    background: #000;
    opacity: 0.5;
    display: none;
}

.layer_play_btn {
    display: none;
    width: 34px;
    height: 34px;
    background: url(../img/playbtn.png);
}


/*产品中心 //////////////////////////////////////////////////////////////////////////// */


/*解决方案 //////////////////////////////////////////////////////////////////////////// */

#home_dz_server {
    width: 100%;
    background: #f5f5f6;
    padding-bottom: 2px;
}

.content-what {
    text-align: center;
    background-color: #f9f9f9;
}

.content-topic {
    padding-top: 81px;
    padding-bottom: 31px;
    font-size: 34px;
}

.sub-h {
    padding-bottom: 31px;
    color: #999999;
}

span {
    display: inline-block;
    zoom: 1;
}


/* 解决方案详情样式 */

.content-what .what-list {
    font-size: 0;
    height: 448px;
}

.content-what .what-item:nth-child(1) {
    height: 388px;
    padding: 0 22px;
    z-index: 1;
}

.content-what .what-item {
    display: inline-block;
    position: relative;
    width: 60px;
    margin-left: -2px;
    line-height: 1.6;
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
    background-color: #fff;
    color: #323232;
    border-radius: 4px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
    transition: width .5s ease, height .5s ease, box-shadow .3s ease;
    cursor: pointer;
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

.content-what .what-item span {
    visibility: visible;
    transition: opacity .15s ease .4s;
    position: absolute;
    width: 14px;
    top: 50%;
    left: 22px;
    transform: translateY(-50%);
}

span {
    display: inline-block;
    zoom: 1;
}

.content-what .what-item-1 .what-item-bg {
    background: url(../images/solution/adv_machine.png?v1) center/cover no-repeat;
    background-size: 100%;
}

.content-what .what-item .what-item-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity .4s ease .1s;
    border-radius: 4px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
}

.content-what .what-item:nth-child(2) {
    height: 408px;
    padding: 0 22px;
    z-index: 3;
}

.content-what .what-item:nth-child(3) {
    height: 428px;
    padding: 0 22px;
    z-index: 5;
}

.content-what .what-item:nth-child(4) {
    height: 448px;
    padding: 0 22px;
    z-index: 7;
}

.content-what .what-item-active {
    width: 857px;
    height: 441px!important;
    background-size: cover;
    margin-right: 2px;
    z-index: 9!important;
    transition: width .4s ease, height .4s ease;
}

.content-what .what-item {
    display: inline-block;
    position: relative;
    width: 60px;
    margin-left: -2px;
    line-height: 1.6;
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
    background-color: #fff;
    color: #323232;
    border-radius: 4px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
    transition: width .5s ease, height .5s ease, box-shadow .3s ease;
    cursor: pointer;
}

.content-what .what-item:nth-child(5) {
    height: 428px;
    padding: 0 22px;
    z-index: 5;
}

.content-what .what-item:nth-child(6) {
    height: 408px;
    padding: 0 22px;
    z-index: 3;
}

.content-what .what-item:nth-child(7) {
    height: 388px;
    padding: 0 22px;
    z-index: 2;
}

.content-what .what-item .what-item-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity .4s ease .1s;
    border-radius: 4px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
}


/*解决方案追加*/

.content-topic {
    padding-top: 81px;
    padding-bottom: 31px;
    font-size: 34px;
}

.sub-h {
    padding-bottom: 31px;
    color: #999999;
}

.content-what {
    text-align: center;
    background-color: #f9f9f9;
}

.content-what .what-list {
    font-size: 0;
    height: 448px;
}

.content-what .what-list-mobile {
    display: none
}

.content-what .what-more {
    display: none;
    max-width: 682px;
    margin: 0 auto;
    padding: 0 40px;
    color: #323232;
    font-size: 14px;
    text-align: left
}

.content-what .what-item {
    display: inline-block;
    position: relative;
    width: 60px;
    margin-left: -2px;
    line-height: 1.6;
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
    background-color: #fff;
    color: #323232;
    border-radius: 4px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
    transition: width .5s ease, height .5s ease, box-shadow .3s ease;
    cursor: pointer
}

.content-backers .backers-detail,
.content-invers .invers-item {
    box-shadow: 0 0 4px 0 rgba(179, 179, 179, .17), inset 0 -3px 0 0 rgba(103, 77, 199, .05)
}


/*.content-what .what-item:hover{background-image:linear-gradient(160deg,rgba(101,70,194,.2) 0,rgba(119,115,228,.2) 50%,rgba(93,136,238,.2) 100%)}*/

.content-what .what-item:hover {
    background: #ffe0cc;
}

.content-what .what-item .what-item-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity .4s ease .1s;
    border-radius: 4px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
}

.content-what .what-item span {
    visibility: visible;
    transition: opacity .15s ease .4s;
    position: absolute;
    width: 14px;
    top: 50%;
    left: 22px;
    transform: translateY(-50%)
}

.content-what .what-item-1 .what-item-bg {
    background: url(../img/adv_machine.png) center/cover no-repeat;
    background-size: 100%;
}

.content-what .what-item-2 .what-item-bg {
    background: url(../img/gateway.png) center/cover no-repeat;
    background-size: 100%;
}

.content-what .what-item-3 .what-item-bg {
    background: url(../img/vending_machine.png) center/cover no-repeat;
    background-size: 100%;
}

.content-what .what-item-4 .what-item-bg {
    background: url(../img/server.png) center/cover no-repeat;
    background-size: 100%;
}

.content-what .what-item-5 .what-item-bg {
    background: url(../img/face.png) center/cover no-repeat;
    background-size: 100%;
}

.content-what .what-item-6 .what-item-bg {
    background: url(../img/ranging.png) center/cover no-repeat;
    background-size: 100%;
}

.content-what .what-item-7 .what-item-bg {
    background: url(../img/features.png) center/cover no-repeat;
    background-size: 100%;
}

.content-what .what-item-active {
    width: 857px;
    height: 441px!important;
    background-size: cover;
    margin-right: 2px;
    z-index: 9!important;
    transition: width .4s ease, height .4s ease;
}

.content-what .what-item-active span {
    visibility: hidden;
    opacity: 0
}

.content-what .what-item-active .what-item-bg {
    transition: opacity .5s ease 0s;
    opacity: 1;
    visibility: visible
}

.content-what .what-item:nth-child(1) {
    height: 388px;
    padding: 0 22px;
    z-index: 1
}

.content-what .what-item:nth-child(2) {
    height: 408px;
    padding: 0 22px;
    z-index: 3
}

.content-what .what-item:nth-child(3) {
    height: 428px;
    padding: 0 22px;
    z-index: 5
}

.content-what .what-item:nth-child(4) {
    height: 448px;
    padding: 0 22px;
    z-index: 7
}

.content-what .what-item:nth-child(5) {
    height: 428px;
    padding: 0 22px;
    z-index: 5
}

.content-what .what-item:nth-child(6) {
    height: 408px;
    padding: 0 22px;
    z-index: 3
}

.content-what .what-item:nth-child(7) {
    height: 388px;
    padding: 0 22px;
    z-index: 2
}


/*.content-what .what-item:nth-child(8){height:388px;padding:0 22px;z-index:3}
  .content-what .what-item:nth-child(9){height:368px;padding:0 22px;z-index:2}*/

@media (max-width:1320px) {
    .content-what .what-item-active {
        width: 619.2px;
        height: 409.5px!important;
        background-size: cover;
        margin-right: 2px;
        z-index: 9!important;
        transition: width .4s ease, height .4s ease;
        border: 4px solid #fff
    }
    .content-what .what-item-active span {
        visibility: hidden;
        opacity: 0
    }
    .content-what .what-item-active .what-item-bg {
        transition: opacity .5s ease 0s;
        opacity: 1;
        visibility: visible
    }
    .content-what .what-item:nth-child(1) {
        height: 349.2px;
        padding: 0 22px;
        z-index: 1
    }
    .content-what .what-item:nth-child(2) {
        height: 367.2px;
        padding: 0 22px;
        z-index: 3
    }
    .content-what .what-item:nth-child(3) {
        height: 385.2px;
        padding: 0 22px;
        z-index: 5
    }
    .content-what .what-item:nth-child(4) {
        height: 403.2px;
        padding: 0 22px;
        z-index: 7
    }
    .content-what .what-item:nth-child(5) {
        height: 385.2px;
        padding: 0 22px;
        z-index: 5
    }
    .content-what .what-item:nth-child(6) {
        height: 367.2px;
        padding: 0 22px;
        z-index: 3
    }
    .content-what .what-item:nth-child(7) {
        height: 349.2px;
        padding: 0 22px;
        z-index: 2
    }
}


/*解决方案追加结束*/


/*解决方案 //////////////////////////////////////////////////////////////////////////// */


/*商品推荐 //////////////////////////////////////////////////////////////////////////// */

#recomment_products {
    width: 100%;
    background: #fff;
    padding-top: 70px;
    padding-bottom: 40px;
}

.recomment_products_list {
    width: 1200px;
    margin: 0 auto;
}

.recomment_products_list .recom_title {
    text-align: center;
    font-size: 34px;
    color: #3b3b3b;
    margin-bottom: 50px;
}

.recomment_products_list .list_content {
    width: 100%;
    height: 334px;
}

.list_content ul li {
    width: 230px;
    height: 334px;
    background: #fff;
    transition: all .5s;
    margin-right: 12px;
    float: left;
    border: 1px solid #dcdcdc;
    cursor: pointer;
}

.list_content ul li:hover,
.last_recom_product .top_product:hover,
.read_more:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 8px #d8d8d8;
}

.list_content ul li.first_three .three_thunb {
    width: 188px;
    height: 128px;
    margin-left: 21px;
    margin-top: 50px;
    margin-bottom: 50px;
}

.list_content ul li.first_three .desc_down_price {
    text-align: center;
}

.name_01p {
    font-size: 14px;
    color: #3a3a3a;
    padding-left: 15px;
    padding-right: 15px;
}

.name_02p {
    font-size: 14px;
    color: #a4a4a4;
}

.name_03p {
    font-size: 14px;
    color: #ff6600;
}

.last_recom_product {
    float: left;
    width: 230px;
    height: 334px;
}

.last_recom_product .top_product {
    padding-top: 40px;
    padding-left: 14px;
    padding-right: 14px;
    margin-bottom: 14px;
    cursor: pointer;
    border: 1px solid #dcdcdc;
}

.top_product,
.read_more {
    background: #fff;
    width: 230px;
    height: 160px;
    transition: all .5s;
    cursor: pointer;
}

.top_product .left_name_pri {
    float: left;
    width: 100px;
    margin-top: 10px;
    text-align: center;
}

.top_product .right_pri_img {
    width: 100px;
    height: 60px;
    float: left;
}

.right_pri_img img {
    width: 100px;
    height: 60px;
}

.read_more {
    font-size: 18px;
    color: #3a3a3a;
    float: left;
    line-height: 160px;
    border: 1px solid #dcdcdc;
}

.read_more .more {
    margin-left: 54px;
    margin-right: 52px;
    float: left;
}

.read_more .pic {
    float: left;
    width: 43px;
    height: 43px;
}


/*商品推荐 //////////////////////////////////////////////////////////////////////////// */


/* //////////////////////////////////////////////////////////////////////////// */


/* //////////////////////////////////////////////////////////////////////////// */


/* 商品推荐//////////////////////////////////////////////////////////////////////////// */


/* 商品推荐//////////////////////////////////////////////////////////////////////////// */


/* 应用领域//////////////////////////////////////////////////////////////////////////// */

.yingyong {
    background: url(../img/app_areabg.png) no-repeat center;
    background-size: cover;
    margin-top: 32px;
    padding-bottom: 60px;
}

.product_server h1 {
    margin-top: 72px;
    margin-bottom: 16px;
    font-size: 32px;
    color: #333;
    /* font-weight: bold; */
}

.product_server ul {
    border-bottom: none;
    position: relative;
}

.product_server ul li {
    float: left;
    text-align: center;
    width: 300px;
}

.product-area li a {
    width: 291px;
    height: 180px;
    display: block;
    text-align: right;
    line-height: 180px;
    padding-right: 14px;
    font-size: 18px;
    color: #3c3c3c;
    transition: all .6s;
    margin-bottom: 12px;
    background-color: #b6b6b6;
}


/* 应用领域-鼠标移上去特效 */

.product-area li a:hover {
    transform: scale(1);
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px);
    /*box-shadow: 0 0 10px #888888;*/
    background: #b6b6b6;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .15);
}

.yingyong-content h1,
.yingyong-content p.ps_desc {
    color: #fff !important;
}

.yingyong .row {
    margin: 0;
}

.yingyong .item-yy {
    background-color: rgba(255, 255, 255, 0.5);
    height: 180px;
    width: 291px;
    margin: 6px;
    padding: 0;
}

.yingyong .item-yy:hover {
    transform: scale(1);
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
    transition: all .6s;
    box-shadow: 0 0 10px #888888;
}

.yingyong .item-yy:nth-child(1),
.item-yy:nth-child(5) {
    margin-left: auto;
}

.yingyong .item-yy:nth-child(4),
.item-yy:nth-child(8) {
    margin-right: auto;
}

.yingyong .item-yy .left {
    padding-top: 15px;
    padding-left: 20px;
    padding-bottom: 20px;
    height: 100%;
}

.yingyong .item-yy .left h4 {
    color: #3c3c3c;
    margin: 15px 0;
    text-align: left;
    padding-left: 8px;
    margin-bottom: 8px;
}

.yingyong .item-yy .left p {
    font-size: 12px;
    line-height: 20px;
    padding: 0;
    margin-bottom: 26px;
    text-align: left;
    margin-left: 10px;
    color: #999;
}

.yingyong .item-yy .left a {
    font-size: 12px;
    display: block;
    text-align: left;
    padding-left: 10px;
}

.yingyong .item-yy .right {
    display: table;
    vertical-align: middle;
    /*text-align: center;*/
    height: 100%;
}

.yingyong .item-yy .right span {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.yingyong .item-yy .right img {
    margin: 0 auto;
}


/*应用领域 //////////////////////////////////////////////////////////////////////////// */


/*社区动态 //////////////////////////////////////////////////////////////////////////// */

.product_server {
    padding-bottom: 7px;
}

.news .news-list {
    padding: 0;
    width: 390px;
    overflow: hidden;
    float: left;
}

.news .news-list .i-box {
    overflow: hidden;
    width: 390px;
    height: 180px;
}

.news .news-list img {
    width: 40px;
    height: 40px;
}

.news .news-list li:hover p {
    color: #ff6600;
}

.news .news-list:nth-child(2) {
    padding: 0;
    margin: 0 14px;
}

.news .news-list p {
    padding: 0;
    font-size: 14px;
    color: #3c3c3c;
    text-align: left;
    padding-left: 18px;
}

.news .product_server ul li {
    float: left;
    text-align: center;
    /*width: 100%;*/
    width: 392px;
    height: 268px;
    cursor: pointer;
}

.news .product_server ul li.first {
    margin-bottom: 20px;
}

.news .product_server ul li.first p {
    border-top: 1px solid #e8e8e8;
    padding: 4px 0;
    padding-left: 18px;
}

.news-list-block {
    color: white;
    margin-top: 176px;
    padding: 0 30px;
}

.news .news-list img {
    width: 40px;
    height: 40px;
}

.news-list-block img {
    float: left;
    border-radius: 50%;
    width: 30px;
    height: 30px;
}

.product_server span {
    color: #999;
}

.news-list-block .right span.author {
    color: white;
    font-size: 14px;
    text-align: left;
    display: block;
    padding-left: 58px;
    padding-top: 1px;
    float: none;
}

.news-list-block .right span {
    color: white;
    padding-left: 16px;
    margin-top: 2px;
    float: left;
}

.news-list-block .right span.view {
    background: url(../img/view.png) no-repeat left center;
    padding-left: 19px;
    margin-left: 18px;
}

.news-list-block .right span.comment {
    background: url(../img/comment.png) no-repeat left center;
    margin-left: 30px;
}

.news-list-block .forum-name {
    text-align: left;
    display: block;
    font-size: 16px;
    color: white;
    margin-top: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    /* background-image: -webkit-image-set(url(https://openfile.meizu.com/group1/M00/01/FD/Cgbj0VmnfuuAUJo4AAKGZoXr_jw820.jpg) 1x, url(https://openfile.meizu.com/group1/M00/01/EF/Cgbj0FmnfuyAV8_uAAdDw3k9Bds916.jpg) 2x); */
}


/*社区动态 //////////////////////////////////////////////////////////////////////////// */


/*定制与合作 //////////////////////////////////////////////////////////////////////////// */

.dingzhi {
    background-color: #f5f5f5;
    height: 806px;
    padding-bottom: 60px;
}

.dingzhi .btngroup {
    border: 1px #e5e5e5 solid;
}

.dingzhi .btngroup {
    width: 310px;
    margin: 0 auto;
    margin-bottom: 30px;
}

.dingzhi .btngroup li {
    width: 154px;
    background-color: #fff;
    height: 40px;
}

.product_server ul li {
    float: left;
    text-align: center;
    width: 300px;
}

.product_server ul {
    border-bottom: none;
    position: relative;
}

.dingzhi .btngroup li.active a {
    background-color: #ff6600;
    color: #fff;
    border-radius: 0;
}

.dingzhi .btngroup li:nth-child(2) {
    border-left: 1px #e5e5e5 solid;
}

.dingzhi .btngroup li:nth-child(2) a:hover {
    color: #ff6600;
    background-color: #fff;
}

.dingzhi .btngroup li a {
    width: 100%;
    height: 100%;
    line-height: 18px;
    color: #3c3c3c;
    font-size: 18px;
}

#uploadForm {
    width: 834px;
    height: 540px;
    margin: 0 auto;
}

#uploadForm .form-control {
    display: inline-block;
}

#uploadForm #username {
    width: 254px;
    height: 40px;
}

#uploadForm #phoneNumber {
    width: 254px;
    height: 40px;
}

#uploadForm #email {
    width: 302px;
    height: 40px;
}

#uploadForm #company {
    width: 512px;
    height: 40px;
}

#uploadForm #newsfrom {
    width: 302px;
    height: 40px;
    padding: 8px 12px;
}

#uploadForm #newsfrom {
    color: #969696;
    height: 40px;
}

#uploadForm #detcontent {
    height: 300px;
    width: 818px;
    resize: none;
}

#uploadForm .form-group {
    margin-bottom: 12px;
}

.verify_img {
    margin-top: -4px;
}

#uploadForm form .submit {
    width: 200px;
    height: 38px;
    color: #fff;
    font-size: 18px;
    background-color: #ff6600;
    border: none;
    float: right;
    margin-right: 18px;
}


/*定制与合作 //////////////////////////////////////////////////////////////////////////// */


/* 注册//////////////////////////////////////////////////////////////////////////// */

.zhuce {
    padding-top: 30px;
    padding-bottom: 24px;
}

.product_server {
    padding-bottom: 7px;
}

.product_server p.ps_desc {
    margin-bottom: 27px;
    font-size: 16px;
    color: #666;
}

.product_server p {
    font-size: 18px;
    color: #333;
    padding: 0 70px;
    line-height: 32px;
}

.product_server a.register {
    background: #f60;
    color: white;
    padding: 6px 18px;
    margin-left: 32px;
}


/* 注册//////////////////////////////////////////////////////////////////////////// */


/* 底部//////////////////////////////////////////////////////////////////////////// */

.footer-content {
    min-width: 120px;
}

.f-main {
    /* height: 482px; */
    width: 100%;
    background-color: #373d41;
    padding: 54px 0 70px 0;
    color: #ccc;
    font-size: 12px;
}

.f-main .container {
    position: relative;
    padding-left: 64px;
}

.f-main .footer_img {
    position: absolute;
    top: 10px;
    left: 0;
}

.col-md-2 {
    width: 194px!important;
    float: left;
}

#footer h5,
#footer h4 {
    font-weight: bold;
    color: #d0d0d0;
}

.f-main .item:first-child h4 {
    font-size: 16px;
}

.f-main h4,
h5 {
    color: #cacbcc;
}

.f-main li {
    line-height: 2.5;
}

.f-main li a {
    font-weight: normal;
    color: #ccc;
}

.f-main .item:nth-child(1)::after {
    content: ' ';
    width: 1px;
    height: 330px;
    background-color: #797979;
    position: absolute;
    top: 10px;
    right: 25%;
}


/* 底部//////////////////////////////////////////////////////////////////////////// */


/* 右侧边栏//////////////////////////////////////////////////////////////////////////// */

.sidebar-container {
    width: 52px;
    position: fixed;
    top: 50%;
    right: 10px;
    z-index: 999;
    margin-top: -14px;
}

.sidebar-container ul li {
    width: 52px;
    height: 52px;
    cursor: pointer;
    margin-bottom: 5px;
}

.sidebar-container ul li.ws_consuling {
    background: url(../img/zx.png) center no-repeat;
}


/* 在线咨询 */

.ws_consuling .ws_contact_mode {
    width: 190px;
    height: 266px;
    right: 52px;
    padding-top: 18px;
    padding-left: 17px;
    padding-right: 17px;
    background: url(../img/contact_pig.png) no-repeat;
    position: absolute;
    display: none;
}

.ws_contact_mode .can_title,
.ws_contact_mode .work_time,
.contact_photo .phone_title {
    font-size: 14px;
    color: #ff7632;
}

.ws_contact_mode .contact_photo,
.ws_contact_mode .cen_contact,
.ws_contact_mode .juti_time {
    margin-top: 8px;
}

.cen_contact .kefu {
    margin-bottom: 8px;
    height: 20px;
    line-height: 20px;
    padding-left: 30px;
    background: url(../img/kefu.png) left center no-repeat;
}

.cen_contact .kefu a {
    font-size: 13px;
    color: #666;
}

.ws_contact_mode .juti_time p {
    font-size: 13px;
}

.ws_contact_mode .juti_time p {
    font-size: 13px;
}


/* 点击查询 */

.sidebar-container ul li.ws_consuling {
    background: url('../img/zx.png') center no-repeat;
}

.sidebar-container ul li.ws_consuling:hover {
    background: url('../img/zx_on.png') center no-repeat;
}


/* 点击购买 */

.sidebar-container ul li.ws_shopping {
    background: url('../img/shop.png') center no-repeat;
}

.sidebar-container ul li.ws_shopping:hover {
    background: url('../img/shopping_on.png') center no-repeat;
}


/* 关注微信 */

.sidebar-container ul li.ws_weixin {
    background: url(../img/wx.png) center no-repeat;
}

.sidebar-container ul li.ws_weixin:hover {
    background: url('../img/weix_on.png') center no-repeat;
}


/* 置顶 */

.sidebar-container ul li.ws_zhiding {
    display: none;
    background: url(../img/zding.png) center no-repeat;
}

.sidebar-container ul li.ws_zhiding:hover {
    cursor: pointer;
    background: url('../img/zding_on.png') center no-repeat;
}


/* 右侧边栏//////////////////////////////////////////////////////////////////////////// */






/*新增——备案号/////////////////////////////////////////////////////////////////////////*/
  .record{
    text-align: center;
    background: #373d41e6;
    padding: 23px 0;
    color: #bbc1c5;
  }
  .record a{
    color: #bbc1c5;
    cursor: pointer;
  }
/*新增——备案号/////////////////////////////////////////////////////////////////////////*/