body{font-family:Hiragino Sans GB, Microsoft Yahei, arial, sans-serif; font-size:12px; font-weight:normal; color:#333; background:#fff;}
*{margin:0; padding:0; border:0;}
ul,ol,li{ list-style:none;}
a{ text-decoration:none; color:#333; outline:none; blr:expression(this.onFocus=this.blur()); -webkit-transition:all 0.3s ease-in-out 0s; -moz-transition:all 0.3s ease-in-out 0s; -o-transition:all 0.3s ease-in-out 0s; -ms-transition:all 0.3s ease-in-out 0s; transition:all 0.3s ease-in-out 0s;}
a:hover{ text-decoration:none; color:#c9a063;}
img{ vertical-align:middle;}
a,img,button,input,textarea{ -webkit-tap-highlight-color:rgba(255,255,255,0);}
table{ border-collapse:collapse; border-spacing:0;}
section{ display:block;}
em,i{ font-style:normal;}
h1,h2,h3,h4,h5,h6{ font-weight:normal;}
p{ word-wrap:break-word; word-break:break-all;}
.clearfix:after{ content:"."; display:block; height:0; clear:both; visibility:hidden;}
.clear{ clear:both; font-size:0; height:0; line-height:0; overflow:hidden;}

/*banner*/
.banner{ width:100%; max-width:1920px; height:auto; margin:0 auto;}
.banner img{ width:100%; height:auto;}

/*包裹*/
.wrapper{ width:100%; max-width:1920px; height:auto; padding-top:25px; background:url(../images/bg_body.jpg) center top no-repeat; margin:0 auto;}
.media-wrapper{ width:1000px; height:562px; overflow:hidden; position:relative; margin:0 auto;}
.ie_tips{ width:100%; height:100%; background:#000; position:absolute; left:0; top:0; z-index:99; display:none; display:block\9;}
.ie_tips p{ padding-top:260px; font-size:16px; color:#fff; text-align:center;}

/*动态*/
.dongtai_wrap{ width:1000px; height:auto; background:#fff; padding:30px 0 0; margin:0 auto;}
.dongtai{ width:1020px; height:auto; text-align:center;}
.dongtai .item{ width:300px; height:auto; margin:0 20px 20px 0; display:inline-block; -webkit-transition:all 0.3s ease-in-out 0s; -moz-transition:all 0.3s ease-in-out 0s; -o-transition:all 0.3s ease-in-out 0s; -ms-transition:all 0.3s ease-in-out 0s; transition:all 0.3s ease-in-out 0s;}
.dongtai .item .pic{ height:170px; overflow:hidden; position:relative;}
.dongtai .item .pic .icon_play{ width:30px; height:30px; background:url(../images/icon_play.png) center center no-repeat; background-size:100% 100%; position:absolute; right:20px; bottom:15px;}
.dongtai .item .pic img{ 
	width:100%; height:100%; border:none;
	-webkit-transition: all 0.5s linear 0s;
	   -moz-transition: all 0.5s linear 0s;
		 -o-transition: all 0.5s linear 0s;
		-ms-transition: all 0.5s linear 0s;
			transition: all 0.5s linear 0s;
}
.dongtai .item:hover .pic img{
	-webkit-transform: scale(1.05);
	   -moz-transform: scale(1.05);
		 -o-transform: scale(1.05);
		-ms-transform: scale(1.05);
			transform: scale(1.05);
}
.dongtai .item .title{ height:40px; line-height:20px; padding:8px 0 3px; font-size:14px; font-weight:bold; overflow:hidden;}
.dongtai .item .title a{ color:#333;}

/*高清图集*/
.title_gallery{ width:1000px; height:60px; line-height:60px; text-align:center; font-size:30px; font-weight:bold; background:url(../images/bg_msg.jpg) center center repeat-x; margin:0 auto;}
.title_gallery a{ color:#6964ad; display:inline-block; padding:0 24px; background:#fff;}
.gallery_wrap{ width:1000px; height:562px; position:relative; overflow:hidden; margin:20px auto 60px; box-shadow:0 0 3px #ccc;}
.gallery_wrap .arrow_left_tkp{ width:96px; height:96px; background:url(../images/arrow_left.png) center center no-repeat; position:absolute; left:26px; top:50%; margin-top:-48px; z-index:9; cursor:pointer;}
.gallery_wrap .arrow_right_tkp{ width:96px; height:96px; background:url(../images/arrow_right.png) center center no-repeat; position:absolute; right:26px; top:50%; margin-top:-48px; z-index:9; cursor:pointer;}
.gallery_wrap .swiper-slide{ width:1000px; height:562px; line-height:562px; text-align:center; position:relative;}
.gallery_wrap .swiper-slide img{ width:auto; max-width:100%; height:100%; vertical-align:top;}
.gallery_wrap .swiper-slide a{ width:100%; height:100%; display:block;}
.gallery_wrap .txt{ width:95%; height:auto; line-height:1.6em; padding:8px 2.5%; background: url(../images/mask.png) repeat; color:#fff; position:absolute; bottom:0; left:0; font-size:18px;}
#page_tkp{ display:none;}

/*底部*/
.copyright{ width:100%; height:auto; padding:15px 0 20px; margin:0 auto; background:#fff; border-top:1px solid #eee; line-height:28px; color:#666; text-align:center;}
.copyright .link{ font-size:14px;}
.copyright .link a{ color:#666; margin:0 8px;}
.copyright .link a:hover{ color:#c9a063;}
.copyright .bottom a{ color:#666; margin-right:8px;}
.copyright .bottom a:hover{ color:#c9a063;}
.copyright .bottom span{ margin-right:8px;}

/*返回顶部*/
#tipback{ width:45px; height:45px; background:#dfdfdf url(http://r2d2.takungpao.cn/cn/common/images/back.png) center center no-repeat; cursor:pointer; position:fixed; left:50%; margin-left:500px; bottom:152px; z-index:100; display:none; _position:absolute;_bottom:auto;_top:expression(documentElement.scrollTop + 300);}

/*图片轮播样式*/
.swiper-container {
	width: 100%;
	height: 100%;
    margin: 0 auto;
    position: relative;
    overflow:visible;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    -webkit-transition-property: -webkit-transform, left, top;
    -webkit-transition-duration: 0s;
    -webkit-transform: translate3d(0px,0,0);
    -webkit-transition-timing-function: ease;
    -moz-transition-property: -moz-transform, left, top;
    -moz-transition-duration: 0s;
    -moz-transform: translate3d(0px,0,0);
    -moz-transition-timing-function: ease;
    -o-transition-property: -o-transform, left, top;
    -o-transition-duration: 0s;
    -o-transform: translate3d(0px,0,0);
    -o-transition-timing-function: ease;
    -o-transform: translate(0px,0px);
    -ms-transition-property: -ms-transform, left, top;
    -ms-transition-duration: 0s;
    -ms-transform: translate3d(0px,0,0);
    -ms-transition-timing-function: ease;
    transition-property: transform, left, top;
    transition-duration: 0s;
    transform: translate3d(0px,0,0);
    transition-timing-function: ease;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.swiper-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}
.swiper-wp8-horizontal { -ms-touch-action: pan-y;}
.swiper-wp8-vertical {-ms-touch-action: pan-x;}
.swiper-slide {
    width: 790px;
    height: 444px;
	float: left;
    position: relative;
	overflow:hidden;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}
.swiper-slide img{ width:100%; height:100%;}
.swiper-slide-active { opacity:1;}
.swiper-pagination-switch { width:8px; height:8px; background:#fff; border-radius:50%; opacity:0.8; filter:alpha(opacity=80); text-indent:-9999em; margin-left:8px; display:inline-block; cursor:pointer;}
.swiper-visible-switch { background:#fff;}
.swiper-active-switch { background:#c9a063;}

@media screen and (max-width:767px){
.banner{ overflow:hidden;}
.banner img{ width:180%; margin-left:-40%;}
.wrapper{ width:auto; padding-top:10px; background-size:100% auto;}
.media-wrapper{ width:auto; height:auto; margin:0 10px;}

/*动态*/
.dongtai_wrap{ width:100%; padding:10px 0;}
.dongtai{ width:100%; height:auto;}
.dongtai .item{ width:45.5%; margin:0 0 10px 3%; float:left;}
.dongtai .item .pic{ height:25.5vw;}
.dongtai .item .pic .icon_play{ width:30px; height:30px; background-size:100% auto; margin:-15px 0 0 -15px;}
.dongtai .item .pic img{ -webkit-transition: all 0s linear 0s; transition: all 0s linear 0s;}
.dongtai .item:hover .pic img{ -webkit-transform: scale(1); transform: scale(1);}
.dongtai .item .title{ padding:5px 0 3px; font-weight:normal;}
#tipback{ width:35px; height:35px; background-size:50% auto; margin-left:0; left:auto; right:15px; opacity:0.8;}
.copyright{ width:100%; padding:10px 0 15px; margin-top:0; line-height:24px;}
.copyright .bottom a{ display:none;}
.copyright .bottom span{ margin-right:0;}
.copyright .bottom em{ display:none;}

/*图集*/
.title_gallery{ width:auto; height:40px; line-height:40px; font-size:20px; font-weight:normal;}
.title_gallery a{ padding:0 20px;}
.gallery_wrap{ width:100%; height:53vw; margin:10px 0 25px;}
.gallery_wrap .swiper-slide{ width:100vw; height:53vw;}
.gallery_wrap .arrow_left_tkp{ width:30px; height:30px; margin-top:-15px; left:15px; background-size:100% 100%;}
.gallery_wrap .arrow_right_tkp{ width:30px; height:30px; margin-top:-15px; right:15px; background-size:100% 100%;}
.gallery_wrap .txt{ font-size:14px; line-height:1.5em; padding:5px 2.5%;}
}