﻿
.video_container{
   position:relative;
   height: 700px;
	padding-top: 70px;
   display:none;
   text-align:center;
}

.video-play.scroll{
   position:fixed;
   height:240px;
   right:0px;
}
.close-video{
   position:absolute;
   right:200px;
   top:150px;
   width:50px;
   height:50px;
   font-size:20px;
   text-align:center;
   cursor:pointer;
   background:url(../../img/index/icon_close.png) no-repeat;
   background-size:auto 100%;
}
.close-video.scroll{
   position:fixed;
   z-index:9999;
   right:15px;
   width:30px;
   height:30px;
}

.right_content {
   position: fixed;
   z-index: 9999999;
   top:40%;
   right: -127px;
   cursor: pointer;
   transition: all .3s ease;
   /*transition: 过渡效果 */
}
 
.content-bar ul li {
   width: 168px;
   height: 40px;
   font: 16px / 53px 'Microsoft YaHei';
   /* 16 文字大小 53 行高 当使用这种格式时后面必须跟上字体: font: fontSize/line-height font-family */
   color: #fff;
   text-indent: 54px;
   margin-bottom: 3px;
   border-radius: 3px;
   transition: all .5s ease;
   overflow: hidden;
}

.content-bar .bar-tel {
   background:url(images/call.png);
   background-size:40px 40px;
   width:40px;
   height:40px;
}
 
.content-bar .bar-weixin {
   background:url(images/code.png);
   background-size:40px 40px;
   width:40px;
   height:40px;
}
 
.content-bar .bar-qq {
   text-indent: 0;
   background:url(images/service.png);
   background-size:40px 40px;
   width:40px;
   height:40px;
}
 
.content-bar .bar-top {
   background:url(images/top.png);
   background-size:40px 40px;

   height:40px;

}
 
.bar-qq a {
   display: block;
   text-indent: 54px;
   width: 100%;
   height: 100%;
   text-decoration: none;
   color: #fff;
}
 
.bar-weixin img {
   padding: 0 29px 25px 29px;
}

.uc-tel {
    position: absolute;
    right: 190px;
    top: 48px;
    width: 110px;
    box-shadow: 0px 1px 4px rgba(0,0,0,.1);
    background: #d92422;
    line-height: 30px;
    border-radius: 3px;
    padding: 0 10px;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
}

.dn {
    display: none;
}


.sanjiao_right{
    width:0;
    height:0;
    overflow:hidden;
    font-size: 0;     /*是因为, 虽然宽高度为0, 但在IE6下会具有默认的 */
    line-height: 0;  /* 字体大小和行高, 导致盒子呈现被撑开的长矩形 */
    border-width:10px;
    border-style:solid dashed dashed dashed;/*IE6下, 设置余下三条边的border-style为dashed,即可达到透明的效果*/
    border-color: transparent  transparent  transparent #d92422;
    position: absolute;
    right: -15px;
    top: 5px;
}

.uc-2vm-pop {
    position: absolute;
    right: 190px;
    top: -50px;
    width: 160px;
    height: 160px;
    box-shadow: 0px 1px 4px rgba(0,0,0,.1);
    background: #fff;
}


.uc-2vm-pop .logo-2wm-box {
    margin-top: 10px;
    margin-left: -73px;
}

.clearfix li:hover h3{
    /* transform: scale(1.1,1.1); */
}
.clearfix li:hover img{
    transform: scale(1.3,1.3);
}


#slide{
    position: relative;
    display: block;
    width: 100%;
    margin: auto;
    height: 100%;
    border: 0;
    overflow: hidden;
    margin-top: 30px;
   
}

.slides li.liBackImg1 a.video {
   position: absolute;
   width: 250px;
   height: 187.5px;
   background: url(images/unselected.gif) no-repeat;
   background-position: 50% 50%;
   background-size: 160% 160%;
   left: 50%;
   top: 50%;
   margin: -90px 0 0 150px;
   opacity: 0.6;
}

.slides li.liBackImg1 a.video:hover {
   background-image: url(images/selected.gif);
}