
/* Background */

.rsMinW { position: relative }
.rsMinW, .rsMinW .rsOverflow, .rsMinW .rsVideoFrameHolder, .rsMinW .rsThumbs { background-color: #fff; color: #000 }
/***************
*
*  1. Arrows
*
****************/

.rsMinW .rsArrow { height: 110px; width: 40px; position: absolute; top: 50%; margin-top: -55px; display: block; cursor: pointer; z-index: 21; }
.rsMinW .rsArrowLeft { left: 0 }
.rsMinW .rsArrowRight { right: 0 }
.rsMinW .rsArrowIcn { width: 40px; height: 110px; position: absolute; cursor: pointer; background: url(../images/kv-icon.png) transparent; }
.rsMinW .rsArrowIcn { filter: alpha(opacity=0); -moz-opacity: 0; -khtml-opacity: 0; opacity: 0; transition-duration: 0.3s; -webkit-transition-duration: 0.3s; -moz-transition-duration: 0.3s; -o-transition-duration: 0.3s }
.rsMinW:hover .rsArrowIcn { filter: alpha(opacity=30); -moz-opacity: 0.3; -khtml-opacity: 0.3; opacity: 0.3 }

.rsMinW.rsHor .rsArrowLeft .rsArrowIcn { background-position: 0 0; background-color: #fff; }
.rsMinW.rsHor .rsArrowRight .rsArrowIcn { background-position: -45px 0; background-color: #fff; }

.rsArrowLeft:hover .rsArrowIcn, .rsArrowRight:hover .rsArrowIcn { filter: alpha(opacity=100); -moz-opacity: 1; -khtml-opacity: 1; opacity: 1 }

/***************
*
*  2. Bullets
*
****************/

.rsMinW .rsBullets { position: absolute; bottom: 15px; left: 0; width: 100%; z-index: 35; text-align: center; height:12px; line-height:12px; overflow: hidden; }
.rsMinW .rsBullet { height:10px; line-height:10px; display: inline-block;  *display:inline; *zoom:1; margin: 0 5px }
.rsMinW .rsBullet span { display: block; width:10px; height:10px; -moz-border-radius:50%; -webkit-border-radius:50%; border-radius:50%; background:#fff }
.rsMinW .rsBullet.rsNavSelected span { background: #004386 }

/* v1.0.5 */
/* Core RS CSS file. 95% of time you shouldn't change anything here. */
.royalSlider { width: 100%; position: relative; direction: ltr }
.royalSlider > * { float: left; }
.rsWebkit3d .rsSlide { -webkit-transform: translateZ(0); }
.rsWebkit3d .rsSlide, .rsWebkit3d .rsContainer, .rsWebkit3d .rsThumbs, .rsWebkit3d .rsPreloader, .rsWebkit3d img, .rsWebkit3d .rsOverflow, .rsWebkit3d .rsBtnCenterer, .rsWebkit3d .rsAbsoluteEl, .rsWebkit3d .rsLink { -webkit-backface-visibility: hidden; }
.rsFade.rsWebkit3d .rsSlide, .rsFade.rsWebkit3d img, .rsFade.rsWebkit3d .rsContainer { -webkit-transform: none; }
.rsOverflow { width: 100%; height: 100%; position: relative; overflow: hidden; float: left; -webkit-tap-highlight-color: rgba(0,0,0,0); }
.rsVisibleNearbyWrap { width: 100%; height: 100%; position: relative; overflow: hidden; left: 0; top: 0; -webkit-tap-highlight-color: rgba(0,0,0,0); }
.rsVisibleNearbyWrap .rsOverflow { position: absolute; left: 0; top: 0; }
.rsContainer { position: relative; width: 100%; height: 100%; -webkit-tap-highlight-color: rgba(0,0,0,0); }
.rsArrow, .rsThumbsArrow { cursor: pointer; }
.rsThumb { float: left; position: relative; }
.rsArrow, .rsNav, .rsThumbsArrow { opacity: 1; -webkit-transition: opacity 0.3s linear; -moz-transition: opacity 0.3s linear; -o-transition: opacity 0.3s linear; transition: opacity 0.3s linear; }
.rsHidden { opacity: 0; visibility: hidden; -webkit-transition: visibility 0s linear 0.3s, opacity 0.3s linear; -moz-transition: visibility 0s linear 0.3s, opacity 0.3s linear; -o-transition: visibility 0s linear 0.3s, opacity 0.3s linear; transition: visibility 0s linear 0.3s, opacity 0.3s linear; }
.rsGCaption { width: 100%; float: left; text-align: center; }
/* Fullscreen options, very important ^^ */
.royalSlider.rsFullscreen { position: fixed !important; height: auto !important; width: auto !important; margin: 0 !important; padding: 0 !important; z-index: 2147483647 !important; top: 0 !important; left: 0 !important; bottom: 0 !important; right: 0 !important; }
.royalSlider .rsSlide.rsFakePreloader { opacity: 1 !important; -webkit-transition: 0s; -moz-transition: 0s; -o-transition: 0s; transition: 0s; display: none; }
.rsSlide { position: absolute; left: 0; top: 0; display: block; overflow: hidden; height: 100%; width: 100%; background:url(../images/loader.gif) center center no-repeat; }
.royalSlider.rsAutoHeight, .rsAutoHeight .rsSlide { height: auto; }
.rsPreloader { position: absolute; z-index: 0; }
.rsNav { -moz-user-select: -moz-none; -webkit-user-select: none; user-select: none; }
.rsNavItem { -webkit-tap-highlight-color: rgba(0,0,0,0.25); }
.rsThumbs { cursor: pointer; position: relative; overflow: hidden; float: left; z-index: 22; }
.rsTabs { float: left; background: none !important; }
.rsTabs, .rsThumbs { -webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-tap-highlight-color: rgba(0,0,0,0); }
.rsVideoContainer { width: auto; height: auto; line-height: 0; position: relative; }
.rsVideoFrameHolder { position: absolute; left: 0; top: 0; background: #141414; opacity: 0; -webkit-transition: .3s; }
.rsVideoFrameHolder.rsVideoActive { opacity: 1; }
.rsVideoContainer iframe, .rsVideoContainer video, .rsVideoContainer embed, .rsVideoContainer .rsVideoObj { position: absolute; z-index: 50; left: 0; top: 0; width: 100%; height: 100%; }
/* ios controls over video bug, shifting video */
.rsVideoContainer.rsIOSVideo iframe, .rsVideoContainer.rsIOSVideo video, .rsVideoContainer.rsIOSVideo embed { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding-right: 44px; }
img.rsImg { max-width: none; }
.grab-cursor { cursor: url(grab.png) 8 8, move; }
.grabbing-cursor { cursor: url(grabbing.png) 8 8, move; }
.rsNoDrag { cursor: auto; }
.rsLink { left: 0; top: 0; position: absolute; width: 100%; height: 100%; display: block; z-index: 20; background: url(blank.gif); }

/*-------------------焦点图框架内容-------------------------*/
#slider-with-blocks-1 { width: 100% }
.slide-con { width: 100%; height: 100%; position: relative }
.slide-txtbox { position: relative; left: auto; top: auto }

/*-------------------首页kv-------------------*/ 


.in-kvbox { height: 1000px }

.masking { width: 100%; height: 100%; position:absolute; top: 0; left: 0; z-index: 2; background: rgba(0,0,0,0.1); background: transparent\9; transition-duration:0.2s; -webkit-transition-duration: 0.2s; -moz-transition-duration: 0.2s; -o-transition-duration: 0.2s }
.in-kvbox:hover .masking { background: rgba(0,0,0,0) }

.inkv-bg, .cdkv-bg { width: 100%; height: 100%; position: relative; 
-webkit-transition: -webkit-transform 2s cubic-bezier(.23, 1, .32, 1), -webkit-filter 2s cubic-bezier(.23, 1, .32, 1), filter 2s cubic-bezier(.23, 1, .32, 1);
       -moz-transition:    -moz-transform 2s cubic-bezier(.23, 1, .32, 1), -webkit-filter 2s cubic-bezier(.23, 1, .32, 1), filter 2s cubic-bezier(.23, 1, .32, 1);
            transition:         transform 2s cubic-bezier(.23, 1, .32, 1), -webkit-filter 2s cubic-bezier(.23, 1, .32, 1), filter 2s cubic-bezier(.23, 1, .32, 1);
}
.in-kvbox:hover .inkv-bg, .cd-kvbox:hover .cdkv-bg
{
    -webkit-transform: scale(1.02);
       -moz-transform: scale(1.02);
        -ms-transform: scale(1.02);
            transform: scale(1.02);
}

.inkv1-bg { background: url(../images/index/inkv1-bg.jpg) center bottom no-repeat; background-size: cover }
.inkv2-bg { background: url(../images/index/inkv2-bg.jpg) center center no-repeat; background-size: cover }
.inkv3-bg { background: url(../images/index/inkv3-bg.jpg) center center no-repeat; background-size: cover }

.inkv4-bg { background: url(../images/index/inkv4-bg.jpg) center center no-repeat; background-size: cover }

.inkv-line01 { position: absolute; right: 130px; top: 0; z-index: 3 }
.inkv-line02 { position: absolute; left: 0; top: 465px; z-index: 3 }

.inkv1-text01 { position:absolute; left:50%; -webkit-transform: translate(-50%, 0); -moz-transform: translate(-50%, 0); -ms-transform: translate(-50%, 0); -o-transform: translate(-50%, 0); transform: translate(-50%, 0); top: 325px; z-index: 4 }

.inkv4-text01 { position:absolute; left:25%; top: 560px; z-index: 4 }

.rollline-box { width: 60px; text-align: center; position: absolute; top: 0; left: 50%; margin-left: -30px; animation:moveIconUp 3s infinite ;
-moz-animation:moveIconUp 3s infinite ; /* Firefox */
-webkit-animation:moveIconUp 3s infinite ; /* Safari and Chrome */
-o-animation:moveIconUp 3s infinite  /* Opera */; }
@-webkit-keyframes moveIconUp {
	0% { margin-top:10px; opacity: 0 }
	50% { margin-top:0; opacity: 1 }
	100% { margin-top:10px; opacity: 0 }
}
@keyframes moveIconUp {
	0% { margin-top:10px; opacity: 0 }
	50% { margin-top:0; opacity: 1 }
	100% { margin-top:10px; opacity: 0 }
}
@-moz-keyframes moveIconUp {
	0% { margin-top:10px; opacity: 0 }
	50% { margin-top:0; opacity: 1 }
	100% { margin-top:10px; opacity: 0 }
}
@-o-keyframes moveIconUp {
	0% { margin-top:10px; opacity: 0 }
	50% { margin-top:0; opacity: 1 }
	100% { margin-top:10px; opacity: 0 }
}
.rollline { height: 66px }

.inkv-add { width: 40px; height: 40px; position: absolute; right: 340px; top: 150px; z-index: 10 }
.inkv-addicon { width: 40px; text-align: center; height: 40px; line-height: 44px; cursor: pointer }
.inkv-addtxt { width: 380px; height: 0; overflow: hidden; position: absolute; top: 40px; left: 0; z-index: 11 }
.inkv-addtxt a { color: #fff }
.inkv-addtxt a:hover { color: #fff; filter:alpha(opacity=80); -moz-opacity:0.8; -khtml-opacity:0.8; opacity:0.8 }

/*-------------------作品详情页kv-------------------*/ 
.cd-kvbox { height: 500px; background:url(../images/loader.gif) center center no-repeat } 
.cdkv1-txt { position:absolute; left:20%; top: 30%; z-index: 4; padding: 20px 60px 20px 20px }
.cdkv2-txt { position:absolute; left:10%; top: 20%; z-index: 4; padding: 20px 60px 20px 20px }


/*-------------------服务kv-------------------*/ 
.service-kvbox { height: 500px; background:url(../images/loader.gif) center center no-repeat } 
.ed-kvbox { background: url(../images/service/ed-kvbg.jpg) center center no-repeat; background-size: cover }
.evaluation-kvbox { background: url(../images/service/evaluation-kvbg.jpg) center center no-repeat; background-size: cover }

@media ( max-width:800px ) {
.rsMinW .rsArrow, .rsMinW .rsArrowIcn, .inkv-add, .inkv-addicon { display:none }

.in-kvbox { height:42em }
.inkv-line01, .inkv-line02 { width: 0; height: 0;}

.inkv4-bg { background: url(../images/index/mo-inkv4-bg.jpg) top center no-repeat; background-size: 100% auto }

.inkv1-text01 { top: 12em; width: 60% }

.inkv4-text01 { top: 26em; left: 50%; -webkit-transform: translate(-50%, 0); -moz-transform: translate(-50%, 0); -ms-transform: translate(-50%, 0); -o-transform: translate(-50%, 0); transform: translate(-50%, 0) }
.inkv4-text01 img { max-width: 60% }

.cd-kvbox, .service-kvbox { height: 20em } 

}

