/*首页*/
.pro_sort .third_box {
    display: none;
}

.pro_sort .active .third_box {
    display: block;
}
.touch-btn {
    position: relative;
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.touch-box {
    position: absolute;
    top: 16px;
    right: 0;
    z-index: 600;
    color: #777;
    display: none;
}

.touch-btn:hover .touch-box {
    display: block;
}

.touch-box .arrow {
    border-bottom: 7px solid #fff;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    display: block;
    height: 0;
    position: absolute;
    right: 46px;
    top: -6px;
}

.touch-box .wrap {
    padding: 20px 0; /*width:280px;*/
    background: #fff;
    border-radius: 2px;
    border: 1px solid #eee;
    text-align: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.touch-box .wrap .ms {
    padding: 0 0 15px;
}

.touch-box .wrap .wenben {
    padding: 10px 0;
    white-space: nowrap;
}

.touch-box .wrap h1 {
    font-size: 16px;
    margin: 0;
    color: #111;
}

.touch-box .wrap .code img {
    width: 120px;
    height: 120px;
}
/**.touch-box .wrap .code li{width:50%;float:left}*/
.touch-box .wrap table {
    width: 100%;
}

.touch-box .wrap table td {
    padding: 0 15px;
    border-right: 1px solid #ddd;
}

.touch-box .wrap table td:last-child {
    border-right: 0;
}
.vrlogo {
    float: left;
    margin: 20px 0;
}

.vrlogo img {
    float: left;
    margin-right: 20px;
}

.vrlogo h3 {
    float: left;
    color: #4c4c4c;
    font-size: 40px;
    line-height: 66px;
}

.sTel {
    float: right;
    margin: 20px 0;
}

.sTel p {
    color: #4c4c4c;
    font-size: 14px;
}

.sTel em {
    display: block;
    color: #cda84a;
    font-size: 30px;
    font-style: normal;
    font-weight: bold;
}

.header.vr {
    background: none;
}
.fullSlide{width:100%;position:relative;height:500px;;background:#000; margin:0; padding:0;}
.fullSlide .bd{margin:0 auto ;position:relative;z-index:0;overflow:hidden; top:0 !important;  padding:0 !important; }
.fullSlide .bd ul{width:100% !important;}
.fullSlide .bd li{width:100% !important;height:500px;overflow:hidden;text-align:center;}
.fullSlide .bd li a{display:block;height:500px;}
.fullSlide .hd{width:100%;position:absolute;z-index:1;bottom:20px;left:0;height:30px;line-height:30px;}
.fullSlide .hd ul{text-align:center;}
.fullSlide .hd ul li{cursor:pointer;display:inline-block;*display:inline;zoom:1;width:42px;height:11px;margin:1px;overflow:hidden;background:#000;filter:alpha(opacity=50);opacity:0.5;line-height:999px;}
.fullSlide .hd ul .on{background:#f00;}
.fullSlide .prev,.fullSlide .next{display:block;position:absolute;z-index:1;top:50%;margin-top:-30px;left:2%;z-index:1;width:40px;height:60px;background:url("style/images/slider-arrow.png") -126px -137px #000 no-repeat;cursor:pointer;filter:alpha(opacity=50);opacity:0.5;display:none;}
.fullSlide .next{left:auto;right:2%;background-position:-6px -137px;  }





/*pc轮播图区域*/
.swiperBox{
    padding: 0;
    margin-top: 0px;
}
.swiperBox  .swiper-button-prev,
.swiperBox  .swiper-button-next{
    position: absolute;
    width: 81px;
    height: 82px;
    background: rgba(0,0,0,0.2);
    top: 50%;
    z-index: 11111;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transition: all .3s;
}
.swiperBox  .swiper-button-prev:before,
.swiperBox  .swiper-button-next:before{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 17px;
    height: 30px;
    background: #fff;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    background: url(../images/pres.png) no-repeat center;
    background-size: 100%;
}
.swiperBox  .swiper-button-next:before {
    background: url(../images/nexts.png) no-repeat center;
}
.swiperBox  .swiper-button-prev:hover,
.swiperBox  .swiper-button-next:hover{
    background: rgba(0,0,0,0.4);
}
.swiperBox .swiper-pagination span{
    width: 16px;
    height: 16px;
    background: #01458e;
    opacity: 0.5;
}
.swiperBox .swiper-pagination-bullet-active {
    background: #bbb8b8;
    text-align: center;
    position: relative;
}
.swiperBox .swiper-pagination-bullet-active:before{
    width: 10px;
    height: 10px;
    display: inline-block;
    text-align: center;
    background: #fff;
    opacity: 0.7;
    content: " ";
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -5px 0  0 -5px;
}


.u-des{
    margin-left: 0 !important;
}
.newul{
    padding: 0;
    font-size: 0;
}
.newul a{
    color: #999999;
}
.date_y{
    font-size: 14px;
}