﻿/* 公共 ----------------------------------------------------- */
body{font-family: "微软雅黑","Microsoft Yahei";}
a:hover{color: none;} 
/* 通用模块 -------------------------------------------------- */

/* 布局 */
.wp{ width:1200px; margin:0 auto;}
/* 头部 */
#hd{height: 133px;line-height: 133px;}
#hd .logo{float: left;width: 306px;padding-left: 54px;}
#hd .logo img{vertical-align: middle;}
#hd .nav{width: 1200px;overflow: hidden;text-align: center;}
#hd .nav ul{display: inline-block;}
#hd .nav ul li{float: left;}
#hd .nav ul li a{color: #4f4f4f;font-size: 18px;display: inline-block;width: 140px;text-align: center;position: relative;}
#hd .nav ul li a em{text-transform: capitalize;}
#hd .nav ul li a:before{content:'';display: none;position: absolute;width: 60px;height: 6px;background-color: #fff;top: 0;left: 50%;margin-left: -30px;}
#hd .nav ul li a span{display: none;}
#hd .nav ul li.on a{/*border-top: 6px solid #ee6066;*/line-height: 133px;color: #ee6066;}
#hd .nav ul li a:hover span,#hd .nav ul li a:hover:before,#hd .nav ul li.on a:before{display: block;}
#hd .nav ul li a:hover em{display: none;}
/* 小导航 */
#mobile-menu{
width: 100%;
position:fixed;
z-index: 50;
display: none;
top: 0;
}
.m-nav{
position: absolute;
top: 60px;
width: 100%;
display: none;
background-color: rgba(0,0,0,.8);
}
.m-nav a{
display: block;
text-align: center;
font-size: 14px;
height: 40px;
line-height: 40px;
color: #fff;
border-bottom: 1px solid #333;
}
.m-nav a:hover{background-color: #ee6066;}
.m-hd{height: 60px;padding: 0 10px;background-color: #fff;}
.m-hd .logo{padding:12px 0 0 8px;display: inline-block;}
.m-hd .logo img{height: 40px;}
.m-trigger{
height: 60px;
cursor: pointer;
width: 30px;
float: right;
background: url(../images/m_btn1.gif) no-repeat left center;
-webkit-background-size: 25px;
-moz-background-size: 25px;
-o-background-size: 25px;
background-size: 25px;
}
/* 底部 */
#fd img{width: 100%;display: block;}
.fd{overflow: hidden;background: #2c2c2c;padding: 30px 0;}
.fd .fdl{font-size: 14px;line-height: 20px;color: #818181;float: left;}
.fd .fdr{float: right;}
.fd .fdr .bds_weixin{background: url(../images/f-ico1.png) no-repeat;width: 31px;height: 25px;}
.fd .fdr .bds_tsina{background: url(../images/f-ico2.png) no-repeat;width: 29px;height: 24px;margin-left: 32px;}
.fd .fdr .bds_sqq{background: url(../images/f-ico3.png) no-repeat;width:24px;height: 28px;margin-left: 32px;}
/* top */
.float-wrap{}
#float-bar {
z-index: 50;
right:71px;
top:80%;
position: fixed;
width: 60px;
display: none;
}
#float-bar ul li{height: 60px;}
#float-bar ul li a{display: inline-block; width: 60px;height: 60px;border-radius:6px;}
#float-bar ul li.s1 a{background:#fff url(../images/arr2.png) no-repeat center;}



/* 案例 */
.bd-bg{background:#ee6066;padding:134px 0;}
.tit{text-align: center;}
.tit .titpic{margin-bottom: 35px;}
.tit h3{font-size: 24px;color: #fff;}
.list-con{padding: 0 15px;overflow: hidden;margin-top: 76px;}
.list-con ul.ul-case li{width: 50%;float: left;padding: 0 30px;margin-bottom: 62px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;}
.list-con ul.ul-case li .li-con{border-radius: 6px;overflow: hidden;}
.list-con ul.ul-case li img{display: block;width: 100%;}
.list-con ul.ul-case li .pic{position: relative;}
.list-con ul.ul-case li .pic .hover{position: absolute;left: 0;top: 0;width: 100%;height: 100%;text-align: center;
    background-color: rgba(29,210,255,0.6);
    opacity: 0;
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 0)';
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    -webkit-transform: translate(556px,-100px) rotate(180deg);
    -moz-transform: translate(556px,-100px) rotate(180deg);
    -o-transform: translate(556px,-100px) rotate(180deg);
    -ms-transform: translate(556px,-100px) rotate(180deg);
    transform: translate(556px,-100px) rotate(180deg);
    -webkit-transition: all 0.2s 0.4s ease-in-out;
    -moz-transition: all 0.2s 0.4s ease-in-out;
    -o-transition: all 0.2s 0.4s ease-in-out;
    -ms-transition: all 0.2s 0.4s ease-in-out;
    transition: all 0.2s 0.4s ease-in-out;
}
.list-con ul.ul-case li .pic .hover h3{margin-top: 40px;    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 16px;
    padding: 10px;
    background: rgba(52,73,94,0.8);
    webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.list-con ul.ul-case li .pic .hover p{
    font-size: 12px;
    position: relative;
    color: #fff;
    padding: 20px 40px 10px 40px;
    text-align: center;
    -webkit-transform: translateX(300px) rotate(90deg);
    -moz-transform: translateX(300px) rotate(90deg);
    -o-transform: translateX(300px) rotate(90deg);
    -ms-transform: translateX(300px) rotate(90deg);
    transform: translateX(300px) rotate(90deg);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.list-con ul.ul-case li .pic .hover .more-new{
    display: inline-block;
    padding: 7px 14px;
    background: #fff;
    color: #aaa;
    text-transform: uppercase;
    font-size: 13px;
    -webkit-transform: translateY(-200px);
    -moz-transform: translateY(-200px);
    -o-transform: translateY(-200px);
    -ms-transform: translateY(-200px);
    transform: translateY(-200px);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.list-con ul.ul-case li .pic:hover .hover{
    opacity: 1;
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    -ms-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: translate(0px,0px);
    -moz-transform: translate(0px,0px);
    -o-transform: translate(0px,0px);
    -ms-transform: translate(0px,0px);
    transform: translate(0px,0px);
}
.list-con ul.ul-case li .pic:hover .hover h3{
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
    transition-delay: 0.5s;
}
.list-con ul.ul-case li .pic:hover .hover p{
    -webkit-transform: translateX(0px) rotate(0deg);
    -moz-transform: translateX(0px) rotate(0deg);
    -o-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    -ms-transition-delay: 0.4s;
    transition-delay: 0.4s;
}
.list-con ul.ul-case li .pic:hover .hover .more-new{
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.list-con ul.ul-case li .li-con .txt{
    position: relative;z-index: 60;
    background: url(../images/snv_news.gif) repeat;overflow: hidden;}
.list-con ul.ul-case li .li-con .txt h3{font-size: 22px; color: #4f4f4f;padding: 0 30px; border-bottom: 1px solid #DCDCDC;height: 62px;line-height: 62px;}
.list-con ul.ul-case li .li-con .txt h3 a{color: #4f4f4f;}
.list-con ul.ul-case li .li-con .txt h3 span{font-size: 14px;float: right;font-weight: normal;}
.list-con ul.ul-case li .li-con .txt .pl{float: left;color: #969696;font-size: 14px;line-height: 22px;}
/*.list-con ul.ul-case li .li-con .txt .more{padding-right: 20px;margin-top: 16px; background:url(../images/arr1.png) no-repeat;width: 30px;height: 30px;display: inline-block;float: right;}*/
.list-con ul.ul-case li .li-con .txt .txt-b{padding: 15px 30px;overflow: hidden;}
.list-con ul.ul-case li .li-con .txt a .t-more{display: none;}
.list-con ul.ul-case li .li-con .txt a:hover .more{display: none;}
.list-con ul.ul-case li .li-con .txt a:hover .t-more{display: block;}
.list-con ul.ul-case li .li-con .txt .t-more{margin-top: 16px;width: 81px;height: 30px;display: inline-block;float: right;background: #1D4372;color: #fff;text-align: center;line-height: 30px;}
.list-con ul.ul-case li .li-con .pic{position: relative;
    padding-top: 52%;
    -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
    transition:.3s;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.list-con ul.ul-case li:hover .pic{
    -webkit-transform: scale(1.06);
    -moz-transform: scale(1.06); 
    -ms-transform: scale(1.06); 
    -o-transform: scale(1.06); 
    transform: scale(1.06);
    transform-origin: 50% 50%;
}
.list-con ul.ul-case li .li-con .pic .cir{position: absolute;bottom:18px;right:20px;}
.list-con ul.ul-case li .li-con .pic span{font-size: 14px; width: 55px;height: 55px;background:rgba(29,67,114,.8);color: #fff;line-height: 55px;border-radius: 50%;text-align: center;display: inline-block;}
.btn{padding: 0 30px;}
.btn a{margin: 0;}
/* 首页 */

.home-top{background: #1d4372;}
.home-top .nav ul li a{color: #fff !important;}
.home-top .nav ul li.on a,.home-top .nav ul li a:hover{/*border-top: 6px solid #fff;*/color: #fff;}
.home-top .logo{/*background:url(../images/four.jpg) no-repeat 110px bottom !important;*/padding-left: 89px !important;width: 271px !important;}
.banner .slider1{position: relative;}
.banner .slider1 .slick-track,.banner .slider1,.banner,html,body,.banner .slider1 .slick-list{height: 100%;}
.banner .slider1 .pic{
    background-repeat: no-repeat;
    background-position: center 133px;
    position: relative;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.banner .slider1 .pic .banner-video{
    background-repeat: no-repeat;
    background-position: center 0;
    width: 760px;
    height: 400px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -150px;
    margin-left: -380px;
}
.banner .slider1 .pic .banner-video a{
    font-size: 30px;
    font-style: italic;
    color: #fff;
    position: absolute;
    top: 257px;
    outline: 0;
}
.banner .slider1 .pic .banner-video a.a1{
    left: 190px;
}
.banner .slider1 .pic .banner-video a.a2{
    left: 455px;
}
.banner .slider1 .pic .banner-video a:hover{
    text-decoration: underline;
}
.banner #video1,.banner #video2{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 90;
}
.banner .close{
    position: absolute;
    right: 20px;
    top: 20px;
    background: url(../images/close.png) no-repeat;
    width: 24px;
    height: 23px;
    display: inline-block;
}
/*.banner .drop{display: none;position: absolute;bottom: 0;left: 50%;margin-left: -75px; width: 150px;height: 45px;background: #1d4372 url(../images/arr3.png) no-repeat center;display: inline-block;border-radius: 5px 5px 0 0;}*/
.slider1 .slick-prev, .slider1 .slick-next,
.banner .slider .slick-prev,
.banner .slider .slick-next {
position: absolute;
top: 50%;
margin-top: -62px;
width: 37px;
height: 125px;
z-index: 49;
color: transparent;
border: 0;
outline: none;
cursor: pointer;
}
.slider1 .slick-prev,
.banner .slider .slick-prev {
background: url(../images/btnl.png) no-repeat;
left: 102px;
}
.slider1 .slick-next,
.banner .slider .slick-next {
background: url(../images/btnr.png) no-repeat;
right: 102px;
}
.slider1 li{
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50% 100%;
    background-repeat: no-repeat;
}
.slick-dots{position: absolute;left: 118px;bottom: 80px;}
.slick-dots li{float: left;margin-right: 30px;}
.slick-dots li button{font-size: 0;line-height: -999px;border:0;background:#4d4d4d; width: 15px;height: 15px;border-radius: 50%;}
.slick-dots li.slick-active button{background: #fff;}
.ma{padding: 175px 0;}
.ma img{margin: 0 auto;display: block;}
.ma p{text-align: center;font-size: 20px;color: #1d4372;margin-top: 22px;}

/* 服务 */
.list-con2{overflow: visible;}
.list-con2 ul li{width: 33.33%;float: left;padding: 0 30px;margin-bottom:0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}
.list-con2 ul li .li-con{padding:25px;background: url(../images/snv_news.gif);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;}
.list-con2 ul li h3{margin-bottom: 35px; color: #1D4372;font-size: 22px;text-align: center;}
.list-con2 ul li p{color: #4f4f4f;font-size: 14px;line-height: 22px;height: 120px;}
.list-con2 ul li img{width: auto;margin:23px auto;}
.list-con2 ul li strong{display: block;text-align: center;color: #4f4f4f;font-size: 14px;margin:10px 0;}
.list-con2 ul li span{display: block;text-align: center;color: #4f4f4f;font-size: 14px;line-height: 30px;}
.slick-arrow{cursor: pointer; position: absolute;top: 50%;width: 60px;height: 60px;font-size: 0;line-height: -999;border: 0;outline: none;}
.slick-arrow:hover{opacity: .7;}
.slick-prev{position: absolute;left: -125px;background:url(../images/ser-btnl.png) no-repeat;}
.slick-next{position: absolute;right: -125px;background: url(../images/ser-btnr.png) no-repeat;}

/*新闻 */
.tit-top{text-align: center;}
.tit-top h2{text-align: center;}
.tit-top p{margin-top: 30px;margin-bottom: 75px;font-size: 24px;color: #fff;}
.box-news{padding:0 45px;margin-top: 76px;overflow: hidden;}
.box-news .ul-pic-txt li{overflow: hidden; margin-bottom: 30px;padding: 10px;border-radius: 5px;background: url(../images/snv_news.gif) repeat;}
.box-news .ul-pic-txt .pic{
    overflow: hidden;
    position: relative;
 width: 220px; display: inline-block;float: left;}
.box-news .ul-pic-txt .pic u{
    padding-top: 64%;
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.box-news .ul-pic-txt img{width:100%;display: block;}
.box-news .ul-pic-txt .txt{overflow: hidden;padding-left: 28px;padding-right: 100px;}
.box-news .ul-pic-txt h3{line-height:40px;font-size: 24px;}
.box-news .ul-pic-txt h3 a{color: #2c2c2c;}
.box-news .ul-pic-txt p{padding-top: 15px;padding-bottom: 20px;font-size: 14px;color: #8e8e8e;}
.box-news .ul-pic-txt .datetime{padding-left: 24px;color: #8e8e8e;background: url(../images/colock.png) no-repeat left center;}

.btn-next,.btn-prev{border-radius: 5px; margin-top: 20px; display: inline-block;width: 182px;height: 34px;line-height: 34px;text-align: center;color: #fff;border: 1px solid #1D4372;font-size: 14px;}
.btn-next{float: right;}
.btn-prev{float: left;}
.btn-next:hover{color: #fff;}
.btn-prev:hover{color: #fff;}
/* 拍摄 */
.box-pro .pic img{width: 100%;}
.box-pro{padding: 0 45px;margin-top: 76px;}
.box-pro .pic{overflow: hidden;background: #fff;border-radius: 5px;padding:0 82px;padding-bottom: 80px; }
.box-pro .pic h3{text-align: center;height: 160px;line-height: 160px;font-size: 24px;border-bottom: 1px dashed #909090;margin-bottom: 60px;}

/* 我们 */
.home-top2{border-bottom: 1px solid #4C698E;}
/*.home-top2 .logo{background: none !important;}*/
.bd-bg2{background: #1d4372;}
.box-us{text-align: center;color: #fff;}
.box-us .wp-us{width: 820px;margin: 0 auto;margin-top: 40px;}
.box-us .pic{margin-top: 80px;vertical-align: middle;border-radius: 5px;}
.box-us .pic .pic-1{max-width: 270px;}
.box-us .pic .pic-2{max-width: 420px;padding-top: 20px;}
.box-us .row{margin-top: 75px;}
.box-us .wp-us h3{margin-bottom: 10px;font-size: 20px;}
.box-us .wp-us p{line-height: 24px;font-size: 14px;}
#float-bar ul li.s2 a {background: #fff url(../images/arr4.png) no-repeat center;}



.bd-bg{
    -moz-animation: color-swith 40s .5s ease infinite alternate;
    -webkit-animation: color-swith 40s .5s ease infinite alternate;
    animation: color-swith 40s .5s ease infinite alternate;
    background-color: #1d4372;
    -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
    transition:.3s;
} 
@-webkit-keyframes color-swith{
    0% { background-color: #1d4372; }
    35% { background-color: #1460c2; }
    70% { background-color: #398eeb; }
    100% { background-color: #5363c5; }
}
@-moz-keyframes color-swith{
    0% { background-color: #1d4372; }
    35% { background-color: #1460c2; }
    70% { background-color: #398eeb; }
    100% { background-color: #5363c5; }
}
@-webkit-keyframes color-swith{
    0% { background-color: #1d4372; }
    35% { background-color: #1460c2; }
    70% { background-color: #398eeb; }
    100% { background-color: #5363c5; }
}

.con-txt{
    background-color: #fff;
    padding: 70px 75px;
    margin-bottom: 96px;
}
.con-txt-tit{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 30px;
    text-align: center;
}
.con-txt-info{
    border-bottom: 1px dotted #8e8e8e;
    text-align: center;
    padding-bottom: 15px;
    color: #8e8e8e;
    margin-bottom: 25px;
}
.con-txt-info span{
    background: url(../images/time.png) left center no-repeat;
    padding-left: 22px;
    text-align: center;
}
.con-txt-body{
    color: #8e8e8e;
    font-size: 14px;
    line-height: 24px;
    word-break:break-all;
}
.con-txt-prev{
    margin-bottom: 45px;
    border-top: 1px dotted #8e8e8e;
    color: #8e8e8e;
    font-size: 14px;
    line-height: 24px;
    padding-top: 5px;
    clear:both;
    overflow: hidden;
}
.con-txt-prev a{
    color: #8e8e8e;
}
.banner{
    position: relative;
    height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    overflow: hidden;
}
.banner-arrow{
    position: absolute;
    bottom: 20px;
    width: 70px;
    left: 50%;
    cursor: pointer;
}

.mouse_scroll {
    position: absolute;
    z-index: 5;
    bottom: 0;
    left: 50%;
    display: block;
    width: 24px;
    height: 100px;
    margin: 0 auto;
    margin-left: -12px;
}
.m_scroll_arrows {
    display: block;
    width: 5px;
    width: 16px;
    height: 5px;
    height: 16px;
    margin: 0 0 3px 4px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    border-right: 2px solid white;
    border-bottom: 2px solid white;
}
.unu {
    margin-top: 1px;
}
.unu,
.doi,
.trei {
    -webkit-animation: mouse-scroll 1s infinite;
    -moz-animation: mouse-scroll 1s infinite;
}
.unu {
    -webkit-animation-delay: .1s;
    -moz-animation-delay: .1s;
    -webkit-animation-direction: alternate;
}
.doi {
    margin-top: -6px;
    -webkit-animation-delay: .2s;
    -moz-animation-delay: .2s;
    -webkit-animation-direction: alternate;
}
.trei {
    margin-top: -6px;
    -webkit-animation-delay: .3s;
    -moz-animation-delay: .3s;
    -webkit-animation-direction: alternate;
}
.mouse {
    top: 170px;
    width: 24px;
    height: 42px;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    border: 2px solid white;
    -webkit-border-radius: 14px;
    border-radius: 14px;
}
.wheel {
    position: relative;
    display: block;
    width: 2px;
    width: 4px;
    height: 5px;
    height: 4px;
    margin: 5px auto;
    border: 2px solid #fff;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background: white;
}
.wheel {
    -webkit-animation: mouse-wheel .6s linear infinite;
    -moz-animation: mouse-wheel .6s linear infinite;
}
@-webkit-keyframes mouse-wheel {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateY(6px);
        -ms-transform: translateY(6px);
        transform: translateY(6px);
        opacity: 0;
    }
}
@-webkit-keyframes mouse-scroll {
    0% {
        opacity: 0;
    }
    50% {
        opacity: .5;
    }
    100% {
        opacity: 1;
    }
}
@-o-keyframes mouse-scroll {
    0% {
        opacity: 0;
    }
    50% {
        opacity: .5;
    }
    100% {
        opacity: 1;
    }
}
@keyframes mouse-scroll {
    0% {
        opacity: 0;
    }
    50% {
        opacity: .5;
    }
    100% {
        opacity: 1;
    }
}

.pc-move{
    position: relative;
    height: 200px;
}
.pc-move div{
    position: absolute;
    top: 0;
    left: 0;
    height: 188px;
    width: 100%;
}
.wp-us .pic2{
    width: 270px;
}
.wp-us .pic-2{
    width: 420px;
}

.pc-move{
    height: 188px;
}
.bdshare-button-style0-32 a{
    opacity: .6;
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 60)';
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
    -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
    transition:.3s;
}
.bdshare-button-style0-32 a:hover{
    opacity: 1 !important;
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 100)' !important;
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100) !important;
}


.banner .slick-slider,
.banner .slick-slider .slick-track, 
.banner .slick-slider .slick-list{
    height: 100%;
    width: 100%;
}
.banner .pic{
    height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.ul-about{
    margin-top: 30px;
}
.ul-about *{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.ul-about li{
    float: left;
    width: 33.3333%;
    padding: 0 18px;
    margin-bottom: 50px;
    overflow: hidden;
}
.ul-about li a{
    display: block;
    padding-top: 58%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.ul-news-snv{
    overflow: hidden;
    clear:both;
}
.ul-news-snv li{
    float: left;
    margin-bottom: 29px;
}
 .ul-news-snv li a{
    height: 41px;
    line-height: 41px;
    padding: 0 33px;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
 }
 .ul-news-snv li a:hover,
 .ul-news-snv li.on a{
    background: url(../images/snv_news.gif) repeat-x;
    border-radius: 5px;
    color: #1d4372;
 }
 .pages{
    text-align: center;
 }
 .pages ul li{
    display: inline-block;
    margin: 0 17px;
    vertical-align: middle;
 }
 .pages ul li.page-count{
    display: none !important;
 }
 .pages ul li a,.pages ul li.on{
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    color: #fff;
    font-size: 14px;
    border-radius: 100%;
    
 }
 .pages ul li.on{
    color: #2c2c2c;
    background: rgba(255,255,255,.5);
 }
 .pages ul li a:hover{
    /*background: #ff7200;*/
    background: #fff;
    color: #2c2c2c;
    /*color: #fff;*/
 }
 .pages ul li.page-next a,
 .pages ul li.page-prev a{
    background: url(../images/page_prev.png) no-repeat center top;
    width: 40px;
    height: 40px;
    text-indent: -9999999px;
    margin-top: 0;
 }
 .pages ul li.page-prev a{margin-right: 48px;}
 .pages ul li.page-next a{
    background-image: url(../images/page_next.png);
    margin-left: 48px;
 }


 /*******************************
     -------[=浮动框-工具栏]-------
 ********************************/
 #floatBar{position: fixed;right: 0;top: 50%;z-index: 9999;width: 50px;
     -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
     -o-transform: translateY(-50%);
     -ms-transform: translateY(-50%);
     transform: translateY(-50%);
 }
 #floatBar ul{background-color: #111;border-radius: 5px 0 0 5px;
     border: 1px solid #333;-moz-opacity: 0.7;opacity: 0.7;
     -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 70)';
     filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
     transition: .3s;
     -ms-transition: .3s;
     -moz-transition: .3s;
     -webkit-transition: .3s;
     -o-transition: .3s;
 }
 #floatBar li{width: 50px;height: 50px;}
 #floatBar li i{width: 50px;height: 50px;display: block;
     position: relative;z-index: 1;cursor: pointer;
     background: url(../images/icons.png) no-repeat;
     transition: .3s;
     -ms-transition: .3s;
     -moz-transition: .3s;
     -webkit-transition: .3s;
     -o-transition: .3s;
 }
 #floatBar li.up i{background-position: -63px -150px;}
 #floatBar li.s1 i{background-position: -63px -20px;}
 #floatBar li.s2 i{background-position: -62px -108px;}
 #floatBar li.s3 i{background-position: -59px -66px;}
 #floatBar li.down i{background-position: -63px -190px;}
 #floatBar li.up, #floatBar li.down{display: none !important;}

 #floatBar li:hover i{-moz-opacity: 0.4;opacity: 0.4;
     -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 40)';
     filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
 }
 #floatBar li .pop{position: absolute;top: 50px;right: -260px;
     padding: 15px 20px;height: 150px;color: #fff;font-size: 14px;line-height: 30px; 
     border: 1px solid #333;border-right: none;background: #111;
     -moz-border-radius: 10px 0 0 10px;
     -webkit-border-radius: 10px 0 0 10px;
     border-radius: 10px 0 0 10px;
     -moz-opacity: 0;opacity: 0;filter: alpha(opacity=0);
     -webkit-transition: all .4s ease-in-out .1s;
     -moz-transition: all .4s ease-in-out .1s;
     -ms-transition: all .4s ease-in-out .1s;
     -o-transition: all .4s ease-in-out .1s;
     transition: all .4s ease-in-out .1s;
     overflow: hidden;
 }
 #floatBar li:hover .pop{right: 49px;-moz-opacity: 1;opacity: 1;filter: alpha(opacity=100);}
 #floatBar li.s1 .pop{width: 155px;}
 #floatBar li.s2 .pop{width: 155px;}
 #floatBar li.s3 .pop{width: 155px;}
 #floatBar li.s3 .pop img{width: 155px;border: 2px solid #fff;}
 #floatBar .btn1{margin-top: 12px;}

 #floatBar .switch {
     display: block;margin: 18px auto 0;
     width: 26px;height: 26px;cursor: pointer;
     background: url(../images/icons.png) no-repeat 0px -640px;
     -webkit-transition-delay: .15s;
     -moz-transition-delay: .15s;
     -ms-transition-delay: .15s;
     -o-transition-delay: .15s;
     transition-delay: .15s;
 }
 #floatBar.off ul{margin-left: 50px;}
 #floatBar.off .switch{background-position: -32px -640px;}
 .btn1 {
     display: block;
     width: 100px;
     height: 35px;
     line-height: 32px;
     color: #00dfb9;
     font-size: 16px;
     text-align: center;
     border: 1px solid #00dfb9;
     -moz-border-radius: 5px;
     -webkit-border-radius: 5px;
     border-radius: 5px;
     -webkit-transition: all .3s ease-in-out 0s;
     -moz-transition: all .3s ease-in-out 0s;
     -ms-transition: all .3s ease-in-out 0s;
     -o-transition: all .3s ease-in-out 0s;
     transition: all .3s ease-in-out 0s;
 }

 .hover-txt em{
    padding: 7px 14px;
    background: #fff;
    color: #aaa;
    text-transform: uppercase;
    font-size: 13px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -17px;
    margin-left: -42px;
    -webkit-transform: translateY(-200px);
    -moz-transform: translateY(-200px);
    -o-transform: translateY(-200px);
    -ms-transform: translateY(-200px);
    transform: translateY(-200px);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
 }

.hover-txt{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: rgba(29,210,255,0.6);
    opacity: 0;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity= 0)';
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    -webkit-transform: translate(206px,-100px) rotate(180deg);
    -moz-transform: translate(206px,-100px) rotate(180deg);
    -o-transform: translate(206px,-100px) rotate(180deg);
    -ms-transform: translate(206px,-100px) rotate(180deg);
    transform: translate(206px,-100px) rotate(180deg);
    -webkit-transition: all 0.2s 0.4s ease-in-out;
    -moz-transition: all 0.2s 0.4s ease-in-out;
    -o-transition: all 0.2s 0.4s ease-in-out;
    -ms-transition: all 0.2s 0.4s ease-in-out;
    transition: all 0.2s 0.4s ease-in-out;
}
.ul-pic-txt .pic:hover .hover-txt{
    opacity: 1;
      -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
      filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
      -webkit-transition-delay: 0s;
      -moz-transition-delay: 0s;
      -o-transition-delay: 0s;
      -ms-transition-delay: 0s;
      transition-delay: 0s;
      -webkit-transform: translate(0px,0px);
      -moz-transform: translate(0px,0px);
      -o-transform: translate(0px,0px);
      -ms-transform: translate(0px,0px);
      transform: translate(0px,0px);
}
.ul-pic-txt .pic:hover .hover-txt em{

-webkit-transform: translateY(0px);
-moz-transform: translateY(0px);
-o-transform: translateY(0px);
-ms-transform: translateY(0px);
transform: translateY(0px);
-webkit-transition-delay: 0.3s;
-moz-transition-delay: 0.3s;
-o-transition-delay: 0.3s;
-ms-transition-delay: 0.3s;
transition-delay: 0.3s;

}
