
/* Background */

.rsMinW { position: relative }
.rsMinW, .rsMinW .rsOverflow, .rsMinW .rsVideoFrameHolder, .rsMinW .rsThumbs { background-color: #fff; color: #000 }
/***************
*
*  1. Arrows
*
****************/

.rsMinW .rsArrow { width: 40px; text-align: center; height: 90px; line-height: 90px; position: absolute; top: 50%; margin-top: -28px; display: block; cursor: pointer; z-index: 21; background: #35af99; color:#fff; filter: alpha(opacity=40); -moz-opacity: 0.4; -khtml-opacity: 0.4; opacity: 0.4; -webkit-transition: .1s cubic-bezier(.3,0,0,1); -moz-transition: .1s cubic-bezier(.1,0,0,1); transition: .1 cubic-bezier(.3,0,0,1) }
.rsMinW .rsArrow i.iconfont { line-height: 90px }
.rsMinW .rsArrowLeft { left: -70px }
.rsMinW .rsArrowRight { right: -70px }
.rsMinW:hover .rsArrowLeft { left: 0 }
.rsMinW:hover .rsArrowRight { right: 0 }
.rsArrowLeft:hover, .rsArrowRight:hover { width:70px; background: #32d189; filter: alpha(opacity=90); -moz-opacity: 0.9; -khtml-opacity: 0.9; opacity: 0.9 }

/***************
*
*  2. Bullets
*
****************/

.rsMinW .rsBullets { display: none }
.rsMinW .rsBullet { width:8px; height:8px; line-height:8px; margin: 5px 0; cursor: pointer }
.rsMinW .rsBullet span { display: block; width:8px; height:8px; -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; background:#5a6e71 }
.rsMinW .rsBullet.rsNavSelected span { background: #d72e8b }

/* 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: 1000 !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%; max-width: 1920px; margin: 0 auto }
.slide-con { width: 100%; height: 100%; position: relative }
.slide-txtbox { position: relative; left: auto; top: auto }

/*-------------------首页kv-------------------*/ 

.in-kvbox { height: 450px }
.in-kvbox .slide-con { height: 450px; overflow: hidden }
.in-kvbox .rsMinW .rsBullets { display: none }

.inkv-bg { width: 100%; height: 100%; position: relative }

.inkvnewyear-bg { background: url(../images/index/inkvnewyear-bg.jpg) center no-repeat; background-size: auto 100% }
.inkvemoji-bg { background: url(../images/index/inkvemoji-bg.jpg) center no-repeat; background-size: auto 100% }

.inkv8-18-bg { background: url(../images/index/inkv8-18-bg.jpg?v=1.1) center no-repeat; background-size: auto 100% }
.inkvir10-bg { background: url(../images/index/inkvir10-bg.jpg) center no-repeat; background-size: auto 100% }
.inkv6-bg { background: url(../images/index/inkv6-bg.jpg) center no-repeat; background-size: auto 100% }
.inkv7-bg { background: url(../images/index/inkv7-bg.jpg) center no-repeat; background-size: auto 100% }
.inkvN1-bg { background: url(../images/index/inkvN1-bg.jpg?v0.1) center no-repeat; background-size: auto 100% }
.inkvN6-bg { background: url(../images/index/inkvN6-bg.jpg?v0.1) center bottom no-repeat; background-size: auto 100% }
.inkv27-bg { background: url(../images/index/kv-0827.jpg?v0.1) center bottom no-repeat; background-size: auto 100% }

.inkv01-bg { background: url(../images/index/inkv01-bg.jpg?v0.1) center no-repeat; background-size: auto 100% }
.inkv0-bg { background: url(../images/index/inkv0-bg.jpg) center no-repeat; background-size: auto 100% }
.inkv2-bg { background: url(../images/index/inkv2-bg.jpg) center no-repeat; background-size: auto 100% }
.inkv3-bg { background: url(../images/index/inkv3-bg.jpg) center no-repeat; background-size: auto 100% }
.inkv4-bg { background: url(../images/index/inkv4-bg.jpg) center no-repeat; background-size: auto 100% }
.inkv5-bg { background: url(../images/index/inkv5-bg.jpg) center no-repeat; background-size: auto 100% }
.inkv1-bg {background: url(../images/index/inkv1116-bg.jpg) center no-repeat; background-size: auto 100% }

.inkv22-bg { background: url(../images/index/inkv22-bg.jpg) center no-repeat; background-size: auto 100% }

.inkv02-txt02 { margin-top: 5%; margin-bottom: 3% }
.inkv03-txt01 { margin-top: 10%; margin-bottom: 5% }
.inkv04-txt01 { margin-top: 20% }
.inkv04-txt02 { margin-top: 6%; margin-bottom: 6% }

.inkv2021-bg { background: url(../images/index/inkv1116-bg.jpg) center no-repeat; background-size: auto 100% }

.inkv1216-1 { background: url(../images/index/inkv1216-1.jpg) center no-repeat; background-size: auto 100% }
.inkv1216-2 { background: url(../images/index/inkv1216-2.jpg) center no-repeat; background-size: auto 100% }
.inkv1216-3 { background: url(../images/index/inkv1216-3.jpg) center no-repeat; background-size: auto 100% }
.inkv1216-4 { background: url(../images/index/inkv1216-4.jpg) center no-repeat; background-size: auto 100% }



@media ( max-width:800px ) {
.rsMinW .rsBullets { width:100%; left: 0; margin-left: 0; text-align: center; bottom: 10px }
.rsMinW .rsBullet { display: inline-block; margin: 5px }
.rsMinW .rsArrow, .rsMinW .rsArrowIcn { display:none!important }

.in-kvbox.rsMinW .rsArrow { width: 30px; height: 60px; line-height: 60px; top: 130px!important; margin-top: 0!important }
.rsMinW .rsArrow i.iconfont { line-height: 60px }

.inkv03-txt01 { margin-top: 30%; margin-bottom: 5% }
.inkv4-bg .width50 { width: 70% }

.in-kvbox { height:250px; padding-bottom: 20px }
.in-kvbox .slide-con { height:250px }

.inkv8-18-bg { background: url(../images/index/mo_inkv8-18-bg.jpg) center no-repeat; background-size: auto 100% }
.inkvir10-bg { background: url(../images/index/mo_inkvir10-bg.jpg) center no-repeat; background-size: auto 100% }
.inkv6-bg { background: url(../images/index/mo_inkv6-bg.jpg) center no-repeat; background-size: auto 100% }
.inkv7-bg { background: url(../images/index/mo_inkv7-bg.jpg) center no-repeat; background-size: auto 100% }
.inkvN1-bg { background: url(../images/index/mo_inkvN1-bg.jpg) center no-repeat; background-size: auto 100% }
.inkvN6-bg { background: url(../images/index/mo_inkvN6-bg.jpg?v0.1) center bottom no-repeat; background-size: auto 100% }
.inkv27-bg { background: url(../images/index/mo_kv-0827.jpg?v0.1) center bottom no-repeat; background-size: auto 100% }

.inkv01-bg { background: url(../images/index/mo_inkv01-bg.jpg?v0.1) center no-repeat; background-size: cover }
.inkv0-bg { background: url(../images/index/mo_inkv0-bg.jpg) center no-repeat; background-size: cover }
.inkv2-bg { background: url(../images/index/mo_inkv2-bg.jpg) center no-repeat;background-size: auto 100%;}
.inkv3-bg { background: url(../images/index/mo_inkv3-bg.jpg) center no-repeat;background-size: auto 100%;}
.inkv4-bg { background: url(../images/index/mo_inkv4-bg.jpg) center no-repeat;background-size: auto 100%;}
.inkv5-bg { background: url(../images/index/mo_inkv5-bg.jpg) center no-repeat; background-size: auto 100% }
.inkv1-bg { background: url(../images/index/mo_inkv1116-bg.jpg?v0.1) center no-repeat; background-size: cover }


.inkv22-bg { background: url(../images/index/mo_inkv22-bg.jpg) center bottom no-repeat; background-size: auto 100% }


.inkvemoji-bg { background: url(../images/index/mo_inkvemoji-bg.jpg) center center no-repeat; background-size: auto 100% }
.inkvnewyear-bg { background: url(../images/index/mo_inkvnewyear-bg.jpg) center center no-repeat; background-size: auto 100% }

.inkv2021-bg { background: url(../images/index/mo_inkv1116-bg.jpg) center no-repeat; background-size: auto 100% }


.inkv1216-1 { background: url(../images/index/mo_inkv1216-1.jpg) center no-repeat; background-size: auto 100% }
.inkv1216-2 { background: url(../images/index/mo_inkv1216-2.jpg) center no-repeat; background-size: auto 100% }
.inkv1216-3 { background: url(../images/index/mo_inkv1216-3.jpg) center no-repeat; background-size: auto 100% }
.inkv1216-4 { background: url(../images/index/mo_inkv1216-4.jpg) center no-repeat; background-size: auto 100% }


}
