body,ul,li,p,h1,h2,h3,h4{padding: 0;margin: 0;}
body{
	background: #fff;
	font-family: 微软雅黑;
	min-height: 660px;
	overflow-x: hidden;
}
i{
	font-style: normal;
}
li{
	list-style: none;
}
img{
	max-width: 100%;
	-webkit-user-select: none;
	-moz-user-select: none;
}
a{
	color: #333;
}
a:hover,a:focus{
	text-decoration: none;
	color: #333;
}
.none{
	display: none;
}
.opacity{
	opacity: 0;
}
.section4 .container{
	height: 100%;
}
.navbar-default{
	background: #fff;
	box-shadow: 0 0 3px rgba(255,121,31,0.3);
}
.navbar-default .navbar-nav>li>a{
	font-size: 16px;
	color: #333;
	text-transform: capitalize;
	display: flex;
	display: -webkit-flex;
	flex-flow: column;
	-webkit-flex-flow: column;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	padding: 0 30px;
	text-align: center;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	transition: all .2s ease-out;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
	color: #333;
	background: none;
	text-decoration: none;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form{
	margin-top: 30px;
	margin-right: -30px;
}
.navbar-default .navbar-nav>li>a i,.navbar-default .navbar-nav>li>a span{
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	transition: all .2s ease-out;
}
.navbar-default .navbar-nav>li>a:hover i{
	margin-top: -30px;
}
.tablet .navbar-default .navbar-nav>li>a i,.navbar-default .navbar-nav>.active>a i{
	margin-top: -30px;
}
.navbar-brand{
	height: 90px;
	padding: 26px 15px;
}
.navbar-brand img{
	height: 100%;
}
.navbar-default .navbar-nav li{
	position: relative;
	z-index: 10;
}
.navbar-default .navbar-nav li.back {
	background:#c4e9ff;
    width: 9px;
    height: 100%;
    z-index: 0;
    position: absolute;
	top: 0;
	box-sizing: content-box;
	border-bottom: 2px solid #117ab3;
}
.navbar-default .navbar-nav .current a{
	color: #117ab3
}

footer{
	background: #130800;
}

.section1{
	background: url(../image/secbg1.jpg) no-repeat center;
	background-size: cover;
}
.section2{
	background: url(../image/secbg2.jpg);
}
.section3{
	background: -moz-radial-gradient(circle, #ffffff, #ffefe4); 
	background: -webkit-gradient(radial, center center, 0, center center, 100%, from(#ffffff), to(#ffefe4)); 
	background: -webkit-radial-gradient(circle, #ffffff, #ffefe4);
}
.section4{
	background: -moz-radial-gradient(circle, #fff4ed, #ffd9bf); 
	background: -webkit-gradient(radial, center center, 0, center center, 100%, from(#fff4ed), to(#ffd9bf)); 
	background: -webkit-radial-gradient(circle, #fff4ed, #ffd9bf);
}
.section5{
	background: url(../image/secbg5.jpg) no-repeat center;
	background-size: cover;
}
.section6{
	background: url(../image/secbg6.png) no-repeat center;
	background-size: cover;
}
.p1_info{
	color: #fff;
}
.p1_img{
	position: relative;
}
.p1_img img{
	width: 100%;
}
.p1_tit1{
	font-size: 500%;
	letter-spacing: 5px;
	font-weight: lighter;
}
.p1_tit2{
	font-size: 500%;
	font-weight: 500;
	letter-spacing: 5px;
}
.p1_txt{
	line-height: 2;
	font-size: 100%;
	padding: 1em 0;
}

.area-xm1{
	display: block;
	position: absolute;
	z-index: 100;
	width: 29.18%;
	height: 30.02%;
	left: 32%;
	top: 0;
	margin-top: -60px;
}
.area-xm2{
	display: block;
	position: absolute;
	z-index: 100;
	width: 33.5%;
	height: 69.97%;
	left: 31.6%;
	bottom: 0;
	margin-bottom: 60px;
}
.area-xm3{
	display: block;
	position: absolute;
	z-index: 100;
	width: 29%;
	height: 57.92%;
	left: 2.6%;
	bottom: 0;
	margin-bottom: 60px;
}
.area-xm4{
	display: block;
	position: absolute;
	z-index: 100;
	width: 30%;
	height: 60%;
	left: 65%;
	top: 21%;
	margin-top: -60px;
}

.panda012{
	-webkit-animation: bounceInDown 30s;
	animation: bounceInDown 30s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-delay:0.3s;
	-webkit-animation-delay:0.3s;
}

.home_tit{
	text-align: center;
	position: relative;
	z-index: 10;
}
.home_tit p{
	text-transform: uppercase;
	color: #333333;
}
.home_tit h3{
	font-size: 200%;
	color: #333333;
	letter-spacing: 5px;
	position: relative;
	padding-bottom: 10px;
	padding-top: 6px;
}
.home_tit h3:after{
	content: "";
	width: 2em;
	height: 3px;
	background:  #30bdff;
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -1em;
}
.pctrR a{
	display: block;
	background: url(../image/pctrR.png) no-repeat;
	background-size: cover;
	width: 3em;
	height: 3em;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	transition: all .2s ease-out;
	margin-top: 1em;
}
.pctrR a:hover{
	-webkit-transform:  translateX(10px);
	transform: translateX(10px);
}
.p2_btm{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 2;
}
.p2_btm img{
	width: 100%;
}
.panda_icon{
	position: absolute;
	bottom: 10px;
	right: 6.66%;
	width: 7.4%;
	z-index: 1;
	-webkit-animation: ring 2.5s linear both infinite;
    animation: ring 2.5s linear both infinite;
}
.panda_icon img{
	width: 100%;
}
.cutecontent .home_tit{
	padding-bottom: 30px;
}
.cuteItems{
	margin-left: 0;
	margin-right: 0;
}
.cuteItems .col-md-3{
	padding: 0;
	float: left;
	width: 25%;
}
.cuteImg{
	display: block;
	position: relative;
}
.cuteImg{
	-webkit-transform: translateY(30px);
	transform: translateY(30px);
	width: 100%;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	transition: all .2s ease-out;
}
.cuteImg:hover{
	transform: translateY(0px)
}
.cuteTit1{
	position: absolute;
	top: 2em;
	left: 0;
	width: 100%;
	text-align: center;
	color: #333;
	padding-bottom: 8px;
}
.cuteTit1:after{
	content: "";
	height: 2px;
	background: #fce5d5;
	width: 40px;
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -20px;
}
.cuteTit1 p:first-child{
	font-size: 100%;
	text-transform: uppercase;
}
.cuteTit1 p:last-child{
	font-size: 160%;
}
.panda_go{
	position: absolute;
	bottom: 0;
	left: -150px;
	width: 150px;
	height: 150px;
	z-index: 10;
	-webkit-animation: circle 30s linear both infinite;
    animation: circle 30s linear both infinite;
	-webkit-animation-delay: 3s;
	animation-delay: 3s;
}
.panda_go img{
	-moz-transform:scaleX(-1);
    -webkit-transform:scaleX(-1);
    -o-transform:scaleX(-1);
    transform:scaleX(-1);
}
.xmzou{
	display: block;
	width: 150px;
	height: 150px;
}
.sec_btm{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 26px;
	background: url(../image/secbg3.jpg);
	z-index: 0;
}
.video-box{
	background: #ffede1;
	width: 90%;
	position: relative;
	margin-top: 160px;
	z-index: 10;
}
.video-info{
	width: 30%;
	padding: 2em;
	line-height: 1.8em;
}
.video-info h4{
	text-transform: uppercase;
	font-size: 180%;
	color: #30bdff;
	font-weight: 200;
}
.video-info h3{
	text-transform: uppercase;
	font-size: 130%;
	padding: 1em 0;
	position: relative;
	margin-bottom: 1em;
	color: #000;
}
.video-info h3:after{
	content: "";
	height: 2px;
	width: 40px;
	background: #30bdff;
	position: absolute;
	top: 100%;
	left: 0;
}
.video-img{
	position: absolute;
	bottom: 50px;
	right:-50px;
	width: 70%;
}
.video-img video,.video-img img{
	width: 100%;
	height: 100%;
}
.sec-ball{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(404.png) no-repeat center;
	background-size: cover;
	z-index: 0;
}
.stores-box{
	position: relative;
	height: 100%;
	z-index: 10;
}
.stores-main{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 10;
}
.stores-shop{
	position: relative;
	margin-top: 80px;
}
.stores-shop a{
	color: #666;
}
.brand-box{
	padding-top: 80px;
}
.arr{
	display: inline-block;
	background: #f6e632;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	color: #30bdff;
	line-height: 26px;
	text-align: center;
}
.time-axis{
	position: relative;
}
.time-axis:before{
	content: "";
	height: 6px;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 0;
	background: #33bdfd;
}
.time-axis .container{
	padding: 0;
}
.brand-origin{
	background: #30bdff;
	color: #fff;
	text-align: right;
	padding: 2em;
	line-height: 1.8;
}
.brand-origin h3{
	font-size: 200%;
}
.brand-origin h4{
	font-size: 150%;
	padding: 0.6em 0;
}
.brand-origin .year{
	display: inline-block;
	background: #f6e632;
	color: #30bdff;
	font-size: 120%;
	padding: 0 1em;
	margin-bottom: 1em;
}
.brand-info{
	position: relative;
	line-height: 1.8;
}
.brand-info h4{
	font-size: 110%;
	text-transform: uppercase;
}
.brand-info h3{
	font-size: 150%;
	padding: 0.6em 0;
	position: relative;
}
.brand-info h3:after{
	content: "";
	height: 2px;
	width: 60px;
	position: absolute;
	background: #30bdff;
	top: 100%;
	left: 0;
}
.brand-info p{
	padding-top: 1.8em;
}
.time-year{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	margin: 2em 1em;
}
.time-year li{
	position: relative;
	height: 8em;
	width: 20%;
}
.time-year li:before{
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	background: #33bdfd;
	border: 5px solid #33bdfd;
	box-shadow: -1px 0px 2px #30bdff,0px -1px 2px #30bdff,1px 0px 2px #30bdff,0px 1px 2px #30bdff;
	border-radius: 10px;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	margin-left: -10px;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.time-year li h4{
	display: block;
	width: 100%;
	text-align: center;
	position: absolute;
	top: 50%;
	margin-top: 12px;
	color: #30bdff;
	opacity: 1;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	transition: all .2s ease-out;
    font-size:100%;
}
.time-year li p{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -50px;
	width: 5em;
	text-align: center;
	margin-left: -2.5em;
	background: #30bdff;
	border-radius: 0.2em;
	padding: 0.3em 0;
	color: #fff;
	font-size: 115%;
	opacity: 0;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	transition: all .2s ease-out;
}
.time-year li p:after{
	content: "";
	width:0; 
    height:0; 
    border-left:6px solid transparent;
    border-right:6px solid transparent;
    border-top:8px solid #30bdff;
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -6px;
}
.time-info{
	background: #30bdff;
	position: absolute;
	top: 60%;
	left: 0;
	width: 100%;
	border-radius: 6px;
	padding: 10px;
	color: #fff;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .4s ease-out;
	-moz-transition: all .4s ease-out;
	transition: all .4s ease-out;
}
.time-info:before{
	content: "";
	width:0; 
    height:0; 
    border-left:6px solid transparent;
    border-right:6px solid transparent;
    border-bottom:8px solid #30bdff;
	position: absolute;
	top: -8px;
	left: 50%;
	margin-left: -6px;
}
.time-info div:first-child{
	padding-bottom: 8px;
	position: relative;
	padding-left: 4em;
	font-size: 90%;
	letter-spacing: -1px;
}
.time-info div:first-child i{
	position: absolute;
	top: 0;
	left: 0;
	width: 4em;
}
.time-year li:hover h4{
	opacity: 0;
	margin-top: 0;
}
.time-year li:hover p{
	opacity: 1;
	margin-top: -60px;
}
.time-year li:hover:before{
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}
.time-year li:hover .time-info{
	visibility: visible;
	opacity: 1;
	top: 72%;
}
.time-year .yanse01:before{
	background: #33bdfd;
	
}
.time-year .yanse01 span{
	color: #33bdfd
}
.time-year .yanse01 p{
	background: #b1d658
}
.time-year .yanse01 p:after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #b1d658;
}
.time-year .yanse01 .time-info{
	background: #b1d658;
}
.time-year .yanse01 .time-info:before {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 8px solid #b1d658;
}
.time-year .yanse02:before{
	
}
.time-year .yanse02 span{
	color: #71c999
}
.time-year .yanse02 p{
	background: #71c999
}
.time-year .yanse02 p:after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #71c999;
}
.time-year .yanse02 .time-info{
	background: #71c999;
}
.time-year .yanse02 .time-info:before {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 8px solid #71c999;
}
.time-year .yanse03:before{
	
}
.time-year .yanse03 span{
	color: #5eb9df
}
.time-year .yanse03 p{
	background: #5eb9df
}
.time-year .yanse03 p:after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #5eb9df;
}
.time-year .yanse03 .time-info{
	background: #5eb9df;
}
.time-year .yanse03 .time-info:before {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 8px solid #5eb9df;
}
.time-year .yanse04:before{
	
}
.time-year .yanse04 span{
	color: #e2ce32
}
.time-year .yanse04 p{
	background: #e2ce32
}
.time-year .yanse04 p:after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #e2ce32;
}
.time-year .yanse04 .time-info{
	background: #e2ce32;
}
.time-year .yanse04 .time-info:before {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 8px solid #e2ce32;
}
.time-year .yanse05:before{
	
}
.time-year .yanse05 span{
	color: #fc84a7
}
.time-year .yanse05 p{
	background: #fc84a7
}
.time-year .yanse05 p:after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #fc84a7;
}
.time-year .yanse05 .time-info{
	background: #fc84a7;
}
.time-year .yanse05 .time-info:before {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 8px solid #fc84a7;
}
.news-box{
	padding-top: 5em;
	position: relative;
}
.news-list{
	display: flex;
	display: -webkit-flex;
	align-items: stretch;
	-webkit-align-items: stretch;
}
.news-list-img{
	display: block;
	overflow: hidden;
	background: #000;
}
.news-list-img img{
	width: 100%;
	-webkit-transition: all .4s ease-out;
	-moz-transition: all .4s ease-out;
	transition: all .4s ease-out;
}
.news-list-img:hover img{
	-webkit-transform: scale(1.02);
	transform: scale(1.02);
	opacity: 0.8;
}
.news-list .col-md-6:last-child{
	background: -moz-linear-gradient(left, rgba(255,255,255,0.3), rgba(255,255,255,1));
	background: -webkit-linear-gradient(left, rgba(255,255,255,0.3), rgba(255,255,255,1));
	background: -o-linear-gradient(left, rgba(255,255,255,0.3), rgba(255,255,255,1));
}
.news-info{
	margin: 2em 2em 0 0;
	line-height: 1.8;
	border-bottom: 1px solid #dcdcdc;
}
.news-info-date{
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: baseline;
	align-items: baseline;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.news-info-date p{
	background: #30bdff;
	color: #fff;
	font-size: 220%;
	font-weight: 200;
	padding: 0.2em 0.6em;
	border-radius: 0.2em;
}
.news-info-date p i{
	display: inline-block;
	margin: 0 6px;
	-webkit-transform: rotate(20deg);
	transform: rotate(20deg);
	font-size: 130%;
	line-height: 1;
	letter-spacing: -5px;
	color: #737373;
}
.news-info-date h3{
	position: relative;
	font-size: 130%;
	padding-bottom: 6px;
	color: #333;
}
.news-info-date h3:after{
	content: "";
	height: 1px;
	width: 200%;
	position: absolute;
	top: 100%;
	right: 0;
	background: #999;
}
.newest-list .news-info-date p{
	background: none;
	color: #333;
	padding: 0;
}
.news-info-date d{
	display: inline-block;
	transform: translateY(-6px)
}
.news-info-date m{
	display: inline-block;
	transform: translateY(6px)
}
.news-info h3{
	font-size: 130%;
	padding: 1em 0;
}
.news-info h3 a{
	display: inline-block;
	position: relative;
	color: #333;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	transition: all .2s ease-out;
	padding-bottom: 0.5em;
}
.news-info h3 a:after{
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	height: 1px;
	background: #30bdff;
	width: 0%;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	transition: all .5s ease-out;
}
.news-info h3 a:hover{
	color: #30bdff;
}
.news-info h3 a:hover:after{
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	height: 1px;
	background: #30bdff;
	width: 100%;
}
.news-info-txt{
	color: #808080;
	padding-bottom: 0.5em;
}
.news-box .swiper-button-next,.news-box  .swiper-container-rtl .swiper-button-prev{
	background-image: none;
	border: 1px solid #30bdff;
	width: 2em;
	height: 2em;
	border-radius: 50%;
	top: 100%;
	right: 2em;
	margin-top: -2.6em;
	color: #30bdff;
	outline: none;
}
.news-box .swiper-button-next:before,.news-box .swiper-container-rtl .swiper-button-prev:before{
	content: ">";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	text-align: center;
	height: 2em;
	line-height: 2em;
	width: 2em;
	font-family: 宋体;
}
.news-box .swiper-button-prev.swiper-button-disabled,.news-box .swiper-button-next.swiper-button-disabled{
	opacity: 1;
	border: 1px solid #d1d1d1;
	color: #d1d1d1;
}
.news-box .swiper-button-prev,.news-box .swiper-container-rtl .swiper-button-next{
	background-image: none;
	border: 1px solid #d1d1d1;
	width: 2em;
	height: 2em;
	border-radius: 50%;
	top: 100%;
	right: 5em;
	left: auto;
	margin-top: -2.6em;
	color: #d1d1d1;
	opacity: 1;
	outline: none;
}
.news-box .swiper-button-prev:before,.news-box .swiper-container-rtl .swiper-button-next:before{
	content: "<";
	position: absolute;
	top: 0;
	left: -2px;
	z-index: 2;
	text-align: center;
	height: 2em;
	line-height: 2em;
	width: 2em;
	font-family: 宋体;
	
}
.news-box .swiper-button-prev,.news-box .swiper-container-rtl .swiper-button-next{
	opacity: 1;
	border: 1px solid #30bdff;
	color: #30bdff;
}
.news-box .swiper-pagination-fraction, .swiper-pagination-custom,.news-box .swiper-container-horizontal > .swiper-pagination-bullets{
	padding-left: 60px;
}
.section7{
	background: url(../image/fbg1.jpg);
	position: relative;
    z-index: 10;
}
.footer{
	padding: 1em 0;
}
.f_nav{
	overflow: hidden;
}
.f_nav li{
	float: left;
	width: 20%;
}
.f_nav a{
	display: inline-block;
	position: relative;
	color: #cccccc;
	-webkit-transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	transition: all 1s ease-out;
}
.f_nav a:after{
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	width: 0px;
	height: 1px;
	background: #fff;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.f_nav a:hover{
	color: #fff;
}
.f_nav li a:hover:after{
	width: 100%;
}
.f_nav h3{
	font-size: 130%;
	border-bottom: 1px solid #cccccc;
	padding: 0.5em 0;
	display: inline-block;
	margin-bottom: 0.5em;
}
.f_nav h3 a:after{
	display: none;
}
.f_nav p{
	padding: 4px 0;
}
.contact{
	color: #ccc;
}
.contact h3{
	font-size: 130%;
	text-transform: uppercase;
	padding: 0.5em 0;
}
.share_bar{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: flex-end;
	-webkit-justify-content: flex-end;
	padding: 1em 0 0.3em 0;
}
.tablet .share_bar{
	width: 50%;
}
.share_bar a{
	display: inline-block;
	width: 2.4em;
	height: 2.4em;
	border-radius: 50%;
	border: 1px solid #ccc;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	transition: all .3s ease-out;
	margin-left: 1em;
	position: relative;
}
.share_sina{
	background: url(../image/share_sina.png) no-repeat center;
	background-size: 1.4em 1.4em;
}
.share_sina:hover{
	background: #30bdff url(../image/share_sina.png) no-repeat center;
	background-size: 1.4em 1.4em;
	border: 1px solid #30bdff;
}
.share_wechat{
	background: url(../image/share_wechat1.png) no-repeat center;
	background-size: 1.4em 1.4em;
}
.share_wechat_active{
	background: #30bdff url(../image/share_wechat1.png) no-repeat center;
	background-size: 1.4em 1.4em;
	border: 1px solid #30bdff;
}
.share_wechat span{
	display: block;
	position: absolute;
	bottom: 2.6em;
	left: -50px;
	z-index: 10;
	opacity: 0;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	transition: all .3s ease-out;
	width: 124px;
	height: 124px;
	visibility: hidden;
	background: #fff;
	padding: 2px;
	box-shadow: 0 0 3px rgba(0,0,0,0.3);
	box-sizing: border-box;
}
.share_wechat span img{
	width: 120px;
	height: 120px;
}
.share_wechat span:before{
	content: "";
	width:0; 
    height:0; 
    border-left:6px solid transparent;
    border-right:6px solid transparent;
    border-top:6px solid #fff;
	position: absolute;
	bottom: -6px;
	left: 50%;
	margin-left: -3px;
	margin-top: 6px;
}
.share_wechat:hover span{
	visibility: visible;
	opacity: 1;
	z-index: 10;
	bottom: 3.4em;
}
.share_tao{
	background: url(../image/share_tao.png) no-repeat center;
	background-size: 1.4em 1.4em;
}
.share_tao:hover{
	background: #30bdff url(../image/share_tao.png) no-repeat center;
	background-size: 1.4em 1.4em;
	border: 1px solid #30bdff;
}
.share_T{
	background: url(../image/share_T.png) no-repeat center;
	background-size: 1.4em 1.4em;
}
.share_T:hover{
	background: #30bdff url(../image/share_T.png) no-repeat center;
	background-size: 1.4em 1.4em;
	border: 1px solid #30bdff;
}
.share_dou{
	background: url(../image/share_dou.png) no-repeat center;
	background-size: 1.4em 1.4em;
}
.share_dou:hover{
	background: #30bdff url(../image/share_dou.png) no-repeat center;
	background-size: 1.4em 1.4em;
	border: 1px solid #30bdff;
}
.tel{
	font-size: 130%;
	padding: 8px 0;
}
.tel span{
	margin-right: 6px;
}
.copyright{
	border-top: 1px solid #333333;
	color: #ccc;
	font-size: 110%;
	line-height: 2;
	padding: 1em 0;
}
.copyright a{
	color: #ccc;
}

.panda_whole{
	display: none;
}
.oricon{
	position: absolute;
}
.oricon img{
	width: 100%;
	height: auto;
}
.oricon-01{
	left: 6.3%;
	top: 11.1%;
	width: 10.8%;
	text-align: center;
}
.oricon-02{
	left: 60.2%;
	top: 16.8%;
	width: 10.8%;
	text-align: center;
}
.oricon-03{
	left: 38.5%;
	top: 61.5%;
	width: 10.8%;
	text-align: center;
}
.oricon-04{
	left: 81.5%;
	top: 62.8%;
	width: 10.8%;
	text-align: center;
}
.orico-01{
	left: 22.7%;
	top: 25.1%;
	width: 8.3%; 
}
.orico-02{
	left: 35.0%;
	top: 17.3%;
	width: 8.3%; 
}
.orico-03{
	left: 48.9%;
	top: 11.3%;
	width: 8.3%; 
}
.orico-04{
	left: 82.3%;
	top: 14.3%;
	width: 8.3%; 
}
.orico-05{
	left: 13.5%;
	top: 47%;
	width: 8.3%; 
}
.orico-06{
	left: 29.9%;
	top: 43.1%;
	width: 8.3%; 
}
.orico-07{
	left: 43.3%;
	top: 29.1%;
	width: 8.3%; 
}
.orico-08{
	left: 75.2%;
	top: 35.8%;
	width: 8.3%; 
}
.orico-09{
	left: 48.3%;
	top: 57.3%;
	width: 8.3%; 
}
.orico-10{
	left: 60.4%;
	top: 50.8%;
	width: 10.8%; 
}
.orico-11{
	left: 7.7%;
	top: 75%;
	width: 8.3%; 
}
.orico-12{
	left: 20.6%;
	top: 68.6%;
	width: 8.3%; 
}
.orico-13{
	left: 28%;
	top: 81.1%;
	width: 8.3%; 
}
.orico-14{
	left: 56%;
	top: 78.5%;
	width: 8.3%; 
}
.orico-15{
	left: 70.7%;
	top: 80.6%;
	width: 8.3%; 
}



.shape-01{
	position: absolute;
	top: 30%;
	left: 30px;
	z-index: 1;
	-webkit-animation: shakeLeftUp 2.8s linear both infinite;
    animation: shakeLeftUp 2.8s linear both infinite;
}
.shape-02{
	position: absolute;
	top: 80%;
	left: 30px;
	z-index: 1;
	-webkit-animation: shakeLeftUp 3.2s linear both infinite;
    animation: shakeLeftUp 3.2s linear both infinite;
}
.shape-03{
	position: absolute;
	top: 80%;
	right: 30px;
	z-index: 1;
	-webkit-animation: shakeUp 3s linear both infinite;
    animation: shakeUp 3s linear both infinite;
}
.shape-04{
	position: absolute;
	top: 50%;
	left: 30px;
	z-index: 1;
	-webkit-animation: shakeUp 5s linear both infinite;
    animation: shakeUp 5s linear both infinite;
}
.shape-05{
	position: absolute;
	top: 80%;
	left: 30px;
	z-index: 1;
	-webkit-animation: shakeUp 2.5s linear both infinite;
    animation: shakeUp 2.5s linear both infinite;
}
.shape-06{
	position: absolute;
	top: 70%;
	right: 30px;
	z-index: 1;
	-webkit-animation: shakeUp 4.5s linear both infinite;
    animation: shakeUp 4.5s linear both infinite;
}
.ball01{
	-webkit-animation: ring 3s linear both infinite;
    animation: ring 3s linear both infinite;
}
.ball02{
	-webkit-animation: ring 3.5s linear both infinite;
    animation: ring 3.5s linear both infinite;
}
.ball03{
	-webkit-animation: ring 2s linear both infinite;
    animation: ring 2s linear both infinite;
}
.ball04{
	-webkit-animation: ring 2.5s linear both infinite;
    animation: ring 2.5s linear both infinite;
}
.ball05{
	-webkit-animation: ring 2.5s linear both infinite;
    animation: ring 2.5s linear both infinite;
}
.ball06{
	-webkit-animation: ring 2.1s linear both infinite;
    animation: ring 2.1s linear both infinite;
}
.ball07{
	-webkit-animation: ring 3s linear both infinite;
    animation: ring 3s linear both infinite;
}
.ball08{
	-webkit-animation: ring 2.3s linear both infinite;
    animation: ring 2.3s linear both infinite;
}
.about-brand-ico1{
	position: absolute;
	top: 10px;
	left: -3%;
	width: 8%;
	-webkit-animation: ring 2s linear both infinite;
    animation: ring 2s linear both infinite;
}
.about-brand-ico2{
	position: absolute;
	top: 10px;
	right: -3%;
	width: 8%;
	-webkit-animation: ring 2.3s linear both infinite;
    animation: ring 2.3s linear both infinite;
}
.about-brand-ico1 img,.about-brand-ico2 img{
	width: 100%;
}


.xm{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 999;
	width: 185px;
	height: 60px;
	background: url(../image/xmtou.png) 0 0 no-repeat;
	animation: xmtou 1.5s steps(6) infinite;
}


@keyframes xmtou {
	to {
		background-position: -1110px 0;
	}
}
@keyframes xmzou {
	to {
		background-position: -900px 0;
	}
}

@keyframes circle {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(110vw);
            transform: translateX(110vw);
  }
}

.cban{
	height: 460px;
	position: relative;
	margin-top: 90px;
}
.icon-panda01{
	position: absolute;
	top: 16.5%;
	left: 1em;
	z-index: 1;
	width: 8.5%;
	-webkit-animation: shakeUp 3.8s linear both infinite;
    animation: shakeUp 3.8s linear both infinite;
}
.icon-panda02{
	position: absolute;
	top: 29.5%;
	right: 1em;
	z-index: 1;
	width: 8.5%;
	-webkit-animation: shakeUp 3.5s linear both infinite;
    animation: shakeUp 3.5s linear both infinite;
}
.cban-tit{
	position: absolute;
	top: 16.5%;
	left: 0;
	width: 100%;
	text-align: center;
}
.cban-tit img{
	width: 45%;
}
.cTab{
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: stretch;
	align-items: stretch;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	
	padding: 30px 0;
}
.cTab li{
	width: 20%;
	padding: 0 1em;
}
.cTab li a{
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 0 2px 10px rgba(57,129,200,1);
	font-size: 130%;
	height: 3em;
	line-height: 3em;
	border-radius: 1.5em;
	text-align: center;
	background: #fbb581;
	color: #fff;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	transition: all .2s ease-out;
}
.cTab li i{
	display: block;
	width: 30px;
	height: 30px;
	margin-right: 6px;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	transition: all .2s ease-out;
}
.cTab .mqbar1{
	background: #30bdff;
}
.cTab .mqbar2{
	background: #30bdff;
}
.cTab .mqbar3{
	background: #30bdff;
}
.cTab .mqbar4{
	background: #30bdff;
}
.cTab .mqbar1 i{
	background: url(../image/mq-icon1.png) no-repeat;
	background-size: cover;
}
.cTab li:hover .mqbar1 i,.cTab .active .mqbar1 i{
	background: url(../image/mq-icon1-active.png) no-repeat;
	background-size: cover;
}
.cTab .mqbar2 i{
	background: url(../image/mq-icon2.png) no-repeat;
	background-size: cover;
}
.cTab li:hover .mqbar2 i,.cTab .active .mqbar2 i{
	background: url(../image/mq-icon2-active.png) no-repeat;
	background-size: cover;
}
.cTab .mqbar3 i{
	background: url(../image/mq-icon3.png) no-repeat;
	background-size: cover;
}
.cTab li:hover .mqbar3 i,.cTab .active .mqbar3 i{
	background: url(../image/mq-icon3-active.png) no-repeat;
	background-size: cover;
}
.cTab .mqbar4 i{
	background: url(../image/mq-icon4.png) no-repeat;
	background-size: cover;
}
.cTab li:hover .mqbar4 i,.cTab .active .mqbar4 i{
	background: url(../image/mq-icon4-active.png) no-repeat;
	background-size: cover;
}
.cTab .cybar1{
	background: #30bdff;
}
.cTab .cybar2{
	background: #30bdff;
}
.cTab .cybar3{
	background: #30bdff;
}
.cTab .cybar4{
	background: #30bdff;
}
.cTab .cybar1 i{
	background: url(../image/cy-icon1.png) no-repeat;
	background-size: cover;
}
.cTab li:hover .cybar1 i,.cTab .active .cybar1 i{
	background: url(../image/cy-icon1-active.png) no-repeat;
	background-size: cover;
}
.cTab .cybar2 i{
	background: url(../image/cy-icon2.png) no-repeat;
	background-size: cover;
}
.cTab li:hover .cybar2 i,.cTab .active .cybar2 i{
	background: url(../image/cy-icon2-active.png) no-repeat;
	background-size: cover;
}
.cTab .cybar3 i{
	background: url(../image/cy-icon3.png) no-repeat;
	background-size: cover;
}
.cTab li:hover .cybar3 i,.cTab .active .cybar3 i{
	background: url(../image/cy-icon3-active.png) no-repeat;
	background-size: cover;
}
.cTab .cybar4 i{
	background: url(../image/cy-icon4.png) no-repeat;
	background-size: cover;
}
.cTab li:hover .cybar4 i,.cTab .active .cybar4 i{
	background: url(../image/cy-icon4-active.png) no-repeat;
	background-size: cover;
}
.cTab .lxbar1{
	background: #30bdff;
}
.cTab .lxbar2{
	background: #30bdff;
}
.cTab .lxbar1 i{
	background: url(../image/lx-icon1.png) no-repeat;
	background-size: cover;
}
.cTab li:hover .lxbar1 i,.cTab .active .lxbar1 i{
	background: url(../image/lx-icon1-active.png) no-repeat;
	background-size: cover;
}
.cTab .lxbar2 i{
	background: url(../image/lx-icon2.png) no-repeat;
	background-size: cover;
}
.cTab li:hover .lxbar2 i,.cTab .active .lxbar2 i{
	background: url(../image/lx-icon2-active.png) no-repeat;
	background-size: cover;
}
.cTab li:hover a{
	color: #333;
}
.cTab .active a{
	color: #333;
}
.cTab2{
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: stretch;
	align-items: stretch;
}
.cTab2 li{
	width: 50%;
	text-align: center;
}
.cTab2 li a{
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	font-size: 125%;
	color: #999;
	border-bottom: 1px solid #dcdcdc;
	padding: 0.5em 0;
}
.cTab2 li a span{
	margin-left: 8px;
}
.cTab2 li em{
	font-style: normal;
}
.cTab2 .active a{
	border-bottom: 1px solid #30bdff;
	color: #333333;
    line-height: 26px;
}
.cTab2 .active a span{
	color: #30bdff;
}
.cTab2 .icon-pc{
	display: inline-block;
	background: url(../image/mq-icon-pc.png) no-repeat;
	background-size: cover;
	width: 26px;
	height: 26px;
	margin-right: 5px;
}
.cTab2 .icon-ph{
	display: inline-block;
	background: url(../image/mq-icon-ph.png) no-repeat;
	background-size: cover;
	width: 26px;
	height: 26px;
	margin-right: 5px;
}
.cTab2 .active .icon-pc{
	background: url(../image/mq-icon-pc-active.png) no-repeat;
	background-size: cover;
}
.cTab2 .active .icon-ph{
	background: url(../image/mq-icon-ph-active.png) no-repeat;
	background-size: cover;
}
.cTab2 .icon-duanzi{
	display: inline-block;
	background: url(../image/a2.png) no-repeat;
	background-size: cover;
	width: 26px;
	height: 26px;
	margin-right: 5px;
}
.cTab2 .icon-lianzai{
	display: inline-block;
	background: url(../image/s2.png) no-repeat;
	background-size: cover;
	width: 26px;
	height: 26px;
	margin-right: 5px;
}
.cTab2 .active .icon-duanzi{
	background: url(../image/a1.png) no-repeat;
	background-size: cover;
}
.cTab2 .active .icon-lianzai{
	background: url(../image/s1.png) no-repeat;
	background-size: cover;
}
.cTab2 .icon-dtbq{
	display: inline-block;
	background: url(../image/d2.png) no-repeat;
	background-size: cover;
	width: 26px;
	height: 26px;
	margin-right: 5px;
}
.cTab2 .icon-jtbq{
	display: inline-block;
	background: url(../image/f2.png) no-repeat;
	background-size: cover;
	width: 26px;
	height: 26px;
	margin-right: 5px;
}
.cTab2 .active .icon-dtbq{
	background: url(../image/d1.png) no-repeat;
	background-size: cover;
}
.cTab2 .active .icon-jtbq{
	background: url(../image/f1.png) no-repeat;
	background-size: cover;
}
.cTab2 .icon-dmtx{
	display: inline-block;
	background: url(../image/q1.png) no-repeat;
	background-size: cover;
	width: 26px;
	height: 26px;
	margin-right: 5px;
}
.cTab2 .active .icon-dmtx{
	background: url(../image/q1.png) no-repeat;
	background-size: cover;
}
.classify-box{
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	background: #fff8f2;
	padding: 1em;
}
.classify-box a{
	display: block;
	border: 1px solid #333333;
	color: #333333;
	padding: 0.2em 1em;
	background: #ffffff;
	border-radius: 1em;
	margin: 0.5em 0.5em;
	font-size: 100%;
	line-height: 1.6em;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	transition: all .5s ease-out;
}
.classify-box.bizhi .active{
	background: #fbb581;
}
.classify-box.manhua{
	background: #fff3f7;
}
.classify-box.manhua .active{
	background: #fc84a7;
}
.classify-box.manhua a:hover{
	background: #fc84a7;
}
.classify-box.bizhi a:hover{
	background: #fbb581;
}
.classify-box.daimeng .active{
	background: #5eb9df;
}
.classify-box.daimeng a:hover{
	background: #5eb9df;
}
.classify-box.biaoqing .active{
	background: #b1d658;
}
.classify-box.biaoqing a:hover{
	background: #b1d658;
}
.picture-box{
	padding: 30px 0;
}
.picture-box2{
	overflow: hidden;
	margin-left: -15px;
	margin-right: -15px;
}
.picture-main{
	float: left;
	width: 20%;
	box-sizing: border-box;
	padding: 15px;
}

.modal{
	top:10%;
}
.modal-content{
	border-radius: 0px;
	min-height: 100%;
}
.modal-header{
	padding: 0px;
	border-bottom: 1px solid #000;
}
.modal-title{
	padding: 15px;
	color: #30bdff;
}
.modal-photo{
	text-align: center;
}
button.close{
	opacity: 1;
	border: 1px solid #333;
	border-radius: 50%;
	width: 26px;
	height: 26px;
	background: #fff;
	line-height: 20px;
}
.modal-header .close{
	margin-top: -8px;
	margin-right: -8px;
}
.modal-footer{
	text-align: center;
	
}
.download{
	display: inline-block;
	color: #30bdff;
	font-size: 110%;
}
.download img{
	margin-right: 5px;
	vertical-align: middle;
	height: 16px;
	width: auto;
}
.download:hover{
	color: #30bdff;
}
.download:hover img{
	-webkit-animation: arrow 1s linear both infinite;
    animation: arrow 1s linear both infinite;
}
.picture-box.caricature .col-md-4{
	padding-top: 15px;
	padding-bottom: 15px;
}
.creative-shop{
	padding: 10px 0 50px 0;
}
.shop-box{
	display: block;
	padding: 10px 0;
}
.shop-img{
	background: url(../image/shop-stand.png) no-repeat bottom;
	background-size: 100% auto;
	text-align: center;
}
.shop-box h3{
	font-size: 100%;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	border-left: 2px solid #dcdcdc;
	border-right: 2px solid #dcdcdc;
	border-bottom: 2px solid #dcdcdc;
	padding: 10px;
}
.shop-box:hover{
	color: #30bdff;
}
.shop-box:hover .shop-img{
	background: url(../image/shop-stand-hover.png) no-repeat bottom;
	background-size: 100% auto;
	text-align: center;
}
.shop-box:hover h3{
	border-left: 2px solid #30bdff;
	border-right: 2px solid #30bdff;
	border-bottom: 2px solid #30bdff;
}
.newest-list a{
	display: block;
	position: relative;
	line-height: 1.8;
	color: #666;
	margin-bottom: 5em;
}
.main-heading2{
	font-size: 170%;
	padding-bottom: 1em;
	margin-bottom: 1em;
	color: #30bdff;
	display: inline-block;
	position: relative;
}
.main-heading2:after{
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	height: 1px;
	background: #dcdcdc;
	width: 3em;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	transition: all .5s ease-out;
}
.main-heading2:hover{
	color: #30bdff
}
.main-heading2:hover:after{
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	height: 1px;
	background: #30bdff;
	width: 100%;
}


.contactTop{
	border-bottom: 1px solid #dcdcdc;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	padding: 50px 0;
	position: relative;
}
.contactTop ul li{
	font-size: 160%;
	padding: 5px 0;
	letter-spacing: 5px;
}
.contactTop ul li i,.contactTop ul li img{
	margin-right: 12px;
	width: 30px;
}
.contactTop ul li a{
	color: #30bdff;
}
.lxtou{
	position: absolute;
	bottom: 0;
	left: 10%;
	width: 14%;
	line-height: 0;
}
.contactBox{
	border-bottom: 1px solid #dcdcdc;
	padding-bottom: 3em;
}
.contactTit{
	letter-spacing: 5px;
	padding: 2em 0;
}
.contactTit a{
	font-size: 250%;
	color: #30bdff;
}
.contactTit span{
	font-size: 120%;
	color: #dcdcdc;
	text-transform: uppercase;
}
.contact-info{
	font-size: 115%;
	line-height: 1.8;
}
.about-info{
	color: #666;
}
.about-info h3{
	font-size: 150%;
    color: #fff;
    padding: 0.5em 1em;
    position: relative;
    background: #30bdff;
    margin: 20px 0;
   
}
.about-info h3:after{
	content: "";
	background: #3a81c8;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: -1;
}
.about-tit{
	text-align: center;
	position: relative;
	line-height: 2;
	padding: 1em 0;
	margin: 2em 0;
}
.about-tit:after{
	content: "";
	width: 50px;
	height: 2px;
	background: #30bdff;
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -25px;
}
.about-tit h3{
	font-size: 250%;
	color: #30bdff;
	letter-spacing: 5px;
	position: relative;
	display: inline-block;
}
.about-tit h3:after{
	display: block;
	content: "";
	background: url(../image/icon-ab.gif) no-repeat;
	background-size: 100% auto;
	width: 30px;
	height: 16px;
	position: absolute;
	top: 0;
	right: -40px;
}
.about-tit p{
	font-size: 110%;
	text-transform: uppercase;
	color: #dcdcdc;
	font-weight: bold;
	left: -3px;
}
.aboutImg{
	text-align: center;
	padding: 1em 0;
}
.aboutImg img{
	width: 80%;
}
.about-box{
	position: relative;
}
.brand-story-txt{
	padding: 5% 10%;
	line-height: 1.6;
	text-align: center;
}
.ideabox{
	padding: 0 10%;
}
.ideainfo{
	display: flex;
	display: -webkit-flex;
	align-items: flex-start;
	-webkit-align-items: flex-start;
	justify-content: flex-end;
	-webkit-justify-content: flex-end;
}
.ideaNum{
	flex-shrink: 0;
	width: 130px;
}
.ideatxt{
	padding: 0.3em 1em;
	text-align: right;
	overflow: hidden;
}
.ideatxt h3{
	font-size: 200%;
	padding-bottom: 12px;
}
.ideabox .col-md-6{
	padding-top: 50px;
	padding-bottom: 50px;
}
.ideabox .col-md-6:nth-child(2n) .ideatxt{
	text-align: left;
}
.ideabox .col-md-6:first-child .ideatxt h3{
	color: #76cb9c;
}
.ideabox .col-md-6:nth-child(2n) .ideatxt h3{
	color: #e0c911;
}
.ideabox .col-md-6:nth-child(3n) .ideatxt h3{
	color: #5eb9df;
}
.ideabox .col-md-6:nth-child(4n) .ideatxt h3{
	color: #fc84a7;
}
.oricon-img{
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	line-height: 0;
}
.oricon-01 .oricon-img .oricon-img-def,.oricon-02 .oricon-img .oricon-img-def,.oricon-03 .oricon-img .oricon-img-def,.oricon-03 .oricon-img .oricon-img-def{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 1;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	transition: all .5s ease-out;
}
.oricon-01 .oricon-img .oricon-img-hover,.oricon-02 .oricon-img .oricon-img-hover,.oricon-03 .oricon-img .oricon-img-hover,.oricon-04 .oricon-img .oricon-img-hover{
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	transition: all .5s ease-out;
}
.oricon-01:hover,.oricon-02:hover,.oricon-03:hover,.oricon-04:hover{
	-webkit-animation: swingUp 3s linear both infinite;
    animation: swingUp 3s linear both infinite;
}
.oricon-img .oricon-img-def{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 1;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.oricon-img .oricon-img-hover{
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.oricon-img:hover .oricon-img-def{
	opacity: 0;
}
.oricon-img:hover .oricon-img-hover{
	opacity: 1;
}
.contact-list{
	display: block;
	font-size: 110%;
	border-bottom: 1px solid #dcdcdc;
	padding: 2em 0;
}
.shop-name{
	position: relative;
	padding: 1em 0;
	margin-bottom: 1em;
}
.shop-name:after{
	content: "";
	height: 1px;
	background: #30bdff;
	width: 30px;
	position: absolute;
	top: 100%;
	left: 0;
}
.shop-name h3{
	font-size: 200%;
	color: #30bdff;
	padding-bottom: 0.3em;
}
.shop-name p{
	text-transform: uppercase;
	color: #dcdcdc;
	font-size: 110%;
}
.shop-tel{
	color: #30bdff;
	font-size: 150%;
	padding-top: 10px;
}
.shop-tel span{
	margin-right: 12px;
}
.news-box .news-info-date p i{
	color: #fff;
}
a.btn-yp{
	float: right;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 115%;
	height: 3em;
	line-height: 3em;
	border-radius: 1.5em;
	text-align: center;
	background: #30bdff;
	padding: 0 1.5em;
	color: #fff;
	box-shadow: 0 2px 10px rgba(57,129,200,1);
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	transition: all .2s ease-out;
}
a.btn-yp i{
	display: block;
	width: 20px;
	height: 20px;
	background: url(../image/icon-yp.png) no-repeat;
	background-size: cover;
	margin-right: 10px;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	transition: all .2s ease-out;
}
a.btn-yp:hover{
	color: #333;
}
a.btn-yp:hover i{
	background: url(../image/icon-yp-hover.png) no-repeat;
	background-size: cover;
}
.yptit{
	text-align: center;
	font-size: 220%;
	color: #30bdff;
	padding: 2em 0;
}
.ypbox{
	padding: 10px 0 50px 0;
}
.ypform{
	position: relative;
	margin: 10px 0;
}
.yp-label{
	position: absolute;
	top: 0;
	left: 0;
	width: 4em;
	text-align: right;
	height: 34px;
	line-height: 34px;
}
.yp-inbox{
	padding-left: 4.5em;
	line-height: 34px;
}
.news-title{
	font-size: 200%;
	color: #333;
	text-align: center;
	line-height: 2;
}
.news-source{
	text-align: center;
	color: #999;
	padding-top: 6px;
}
.ico-time{
	margin-right: 3px;
	display: inline-block;
	background: url(../image/ico-time.png) no-repeat 0 0;
	background-size: auto 100%;
	width: 14px;
	height: 14px;
	vertical-align: middle;
	margin-bottom: 2px;
}
.ico-view{
	margin-right: 3px;
	display: inline-block;
	background: url(../image/ico-view.png) no-repeat 0 0;
	background-size: auto 100%;
	width: 16px;
	height: 16px;
	vertical-align: middle;
	margin-bottom: 4px;
}
.details{
	font-size: 120%;
	line-height: 1.8em;
	padding: 2em 0;
}
.fbg{
	background: url(../image/fbg1.jpg);
	color: #666666;
	padding-bottom: 1em;
}
.news-box{
	margin-bottom: 120px;
}
.f-flex{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	padding-top: 5px;
}
figure.effect-layla {
	position: relative;
	overflow: hidden;
}
figure.effect-layla img {
	width: 100%;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

figure.effect-layla figcaption {
	padding: 8%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	background: rgba(0,0,0,0);
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
	box-sizing: border-box;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	flex-direction: column;
	-webkit-flex-direction: column;
	justify-content: center;
	-webkit-justify-content: center;
	text-shadow: 0 1px 3px rgba(0,0,0,0.8);
}

figure.effect-layla figcaption::before,
figure.effect-layla figcaption::after {
	position: absolute;
	content: '';
	opacity: 0;
}

figure.effect-layla figcaption::before {
	top: 8%;
	right: 5%;
	bottom: 8%;
	left: 5%;
	z-index: -1;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}

figure.effect-layla figcaption::after {
	top: 5%;
	right: 8%;
	bottom: 5%;
	left: 8%;
	z-index: -1;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0;
}

figure.effect-layla h2 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	opacity: 0;
	text-align: center;
	color: #fff;
	font-size: 150%;
}

figure.effect-layla p {
	padding-top: 0.5em;
	text-transform: none;
	opacity: 0;
	-webkit-transform: translate3d(0,-10px,0);
	transform: translate3d(0,-10px,0);
	color: #fff;
}

figure.effect-layla h2 {
	-webkit-transform: translate3d(0,-30px,0);
	transform: translate3d(0,-30px,0);
}

figure.effect-layla img,
figure.effect-layla figcaption::before,
figure.effect-layla figcaption::after,
figure.effect-layla p {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}
figure.effect-layla:hover figcaption{
	background: rgba(0,0,0,0.3);
}
figure.effect-layla:hover img{
	-webkit-transform: scale(1.03);
	transform: scale(1.03);
}
figure.effect-layla:hover figcaption::before,
figure.effect-layla:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-layla:hover h2,
figure.effect-layla:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-layla:hover figcaption::after,
figure.effect-layla:hover h2,
figure.effect-layla:hover p,
figure.effect-layla:hover img {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}

figure.effect-layla .download{
	background:#fff url(../image/download.png) no-repeat center;
	width: 30px;
	border-radius: 50%;
	height: 30px;
}
figure.effect-layla .download:hover{
	background:#30bdff url(../image/download-hover.png) no-repeat center;
}
figure.effect-layla .view{
	display: block;
	margin: 0 auto;
	background:#fff url(../image/view.png) no-repeat center;
	width: 30px;
	height: 30px;
	border-radius: 50%;
}
figure.effect-layla .view:hover{
	background:#30bdff url(../image/view-hover.png) no-repeat center;
}
.ptit22{
	width: 35%;
	height: 60px;
	position: absolute;
	top: 10px;
	left: 30px;
	z-index: 10;
	text-align: center;
	line-height: 60px;
	font-size: 180%;
    color: #ffffff;
}


.popVideo{
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	z-index: 10001;
	display: flex;
	align-items: center;
	justify-content: center;
}
.p_close{
	position: absolute;
	top: 0;
	right: 0;
}
.newest-list .col-md-7{
	position: relative;
}
.newest-list-txt{
	height: 4em;
	overflow: hidden;
	line-height: 2em;
}
.news-list-flex{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	padding-top: 2em;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 58.33333333%;
	box-sizing: border-box;
	padding: 0 25px 0 15px;
}
.news-list-flex p:first-child{
	color: #30bdff;
	border-bottom: 2px solid #30bdff;
}
.back-list{
	text-align: center;
	padding: 2em 0;
}
.back-list a{
	display: inline-block;
	border: 1px solid #30bdff;
	border-radius: 4px;
	padding: 5px 10px;
	color: #30bdff;
}
.p1_tit11{
	font-size: 300%;
}
.p1_tit22{
	font-size: 200%;
}
.type-flex{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	padding-top: 0.6em;
}
.type-flex .type-bar{
	display: block;
    border: 1px solid #333333;
    color: #333333;
    padding: 0.2em 1em;
    background: #ffffff;
    border-radius: 1em;
    font-size: 85%;
    line-height: 1.6em;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}


.bg00{
	background: #89d4ff;
	margin-top: 90px;
}
.index0{
	padding: 100px 0 80px 0;
}
.index0 .p1_txt{
	text-shadow: 0 0 3px rgba(0,0,0,0.3)
}
.index0 .col-md-5{
	position: relative;
	z-index: 2;
}
.index0 .col-md-7{
	position: relative;
	z-index: 0;
}
.yun31{
	position: absolute;
	top: 0;
	left: 0;
	width: 24.8%;
	transform: translateX(-80px)
}
.yun32{
	position: absolute;
	top: 10px;
	right: 0;
	width: 24.8%;
	transform: translateX(80px);
}
.index0{
	position: relative;
	overflow-x: hidden;
}

.p1_tit1,.index0 .p1_tit2,.index0 .p1_tit11{
	color: #117ab3;
}
.index0 .p1_tit22{
	color: #117ab3;
	font-size: 180%;
}
.index1{
	padding-bottom: 150px;
}
.index1 .cuteImg{
	box-shadow: 10px 10px 20px rgba(0,0,0,0.2)
}
.index2{
	padding: 60px 0;
	position: relative;
}
.index2:before{
	content: "";
	background: #30bdff;
	width: 35%;
	height: 60px;
	position: absolute;
	top: 10px;
	left: 30px;
	z-index: 1
}
.index2:after{
	content: "";
	background: #3a81c8;
	width: 35%;
	height: 60px;
	position: absolute;
	top: 20px;
	left: 40px;
	z-index: 0;
}

.index2 .video-box{
	background: #30bdff;
	color: #fff;
	border-radius: 8px;
	width: 100%;
	margin-top: 250px;
}
.index2 .video-img{
	border-radius: 10px;
	width: 68%;
	right: auto;
	left: 30%;
}
.index2 .video-img img{
	border-radius: 10px;
}
.index2 .video-img:after{
	content: "";
	width: 100%;
	height: 100%;
	z-index: -1;
	background: #1c6e94;
	position: absolute;
	top: 10px;
	left: 10px;
	border-radius: 10px;
}
.index2 .video-info{
	padding: 3em;
}
.index2 .video-info h4{
	font-weight: bold;
	color: #fff;
	font-size: 140%;
	font-family:'Glyphicons Halflings';
}
.index2 .video-info h3{
	font-size: 140%;
	color: #fff;
	padding: 0.3em 0;
}
.index2 .video-info h3:after{
	display: none;
}
.index3{
	position: relative;
	padding: 0px 0 200px 0;
	min-height: 600px;
}
.tree{
	position: absolute;
	bottom: 0;
	line-height: 0;
	left: 42.55%;
	width: 32%;
	text-align: center;
	z-index: 12;
}
.forest{
	position: absolute;
	bottom: 0;
	line-height: 0;
	left: 0;
	width: 100%;
	z-index: 1;
}
.creativeShop00{
	position: relative;
	z-index: 10;
}
.shopDraw{
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 0;
	width: 40%;
}
.shopDraw img{
	width: 100%;
}
.creativeShop00 ul{
	background: #f9e6df;
	border-radius: 160px;
	display: flex;
	display: -webkit-flex;
	align-items: stretch;
	-webkit-align-items: stretch;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	margin-left: 3.58%;
	padding-left: 40%;
	padding-top: 3%;
	padding-bottom: 3%;
}
.creativeShop00 ul li{
	position: relative;
	width: 50%;
	box-sizing: border-box;
	padding: 5% 13%;
	color: #30bdff;
}
.creativeShop00 ul li .oricon-01,.creativeShop00 ul li .oricon-02,.creativeShop00 ul li .oricon-03,.creativeShop00 ul li .oricon-04{
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
}
.shop-tit{
	text-align: center;
	padding: 50px 0 80px 0;
}
.shop-tit img{
	width: 80%;
}
.index4{
	position: relative;
	background: url(../image/brand-bg.jpg) no-repeat top;
	background-size: cover;
	border-top: 20px solid #e9cd6c;
}
.index4 .brand-box{
	overflow: hidden;
	padding: 200px 0 300px 0;
}
.index4 .brand-origin{
	background: none;
	padding: 2em 4em 2em 2em
}
.index4 .brand-origin p{
	font-size: 120%;
}
.index4 .brand-origin .year{
	background: none;
	color: #fff;
	font-size: 200%;
	padding: 0;
	margin-bottom: 0;
	font-weight: bold;
}
.index4 .brand-origin h3{
	font-weight: bold;
	font-size: 250%;
}
.index4 .brand-origin h4{
	font-weight: bold;
}
.index4 .brand-info p{
	font-size: 120%;
}
.index4 .brand-info h4{
	font-size: 150%;
	color: #fff;
}
.index4 .brand-info h3{
	font-size: 120%;
	color: #fff;
}
.index4 .brand-info h3:after{
	display: none;
}
.index4 .brand-info p{
	padding-top: 1em;
	color: #fff;
	font-size: 110%;
}
.index5{
	padding: 10px 0;
}
.yun31{
	-webkit-animation: shake 20s linear infinite;
	animation: shake 20s linear infinite;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-delay:0s;
	-webkit-animation-delay:0s;
}
.yun32{
	-webkit-animation: shake 20s linear infinite;
	animation: shake 20s linear infinite;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-delay:-5s;
	-webkit-animation-delay:-5s;
}
.yun{
	-webkit-animation: ring 100s linear infinite;
	animation: ring 100s linear infinite;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-delay:0s;
	-webkit-animation-delay:0s;
}
.yun2{
	-webkit-animation: ring 100s linear infinite;
	animation: ring 100s linear infinite;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-delay:5s;
	-webkit-animation-delay:5s;
}
.yun21{
	-webkit-animation: yun 200s linear infinite;
	animation: yun 200s linear infinite;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-delay:-100s;
	-webkit-animation-delay:-100s;
}
.yun22{
	-webkit-animation: yun 160s linear infinite;
	animation: yun 160s linear infinite;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-delay:-60s;
	-webkit-animation-delay:-60s;
}
.panda01{
	-webkit-animation: bounceInDown 30s;
	animation: bounceInDown 30s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.panda03{
	-webkit-animation: bounceInRight 30s;
	animation: bounceInRight 30s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-delay:0.6s;
	-webkit-animation-delay:0.6s;
}
@keyframes yun{
  0% {
    -webkit-transform: translateX(100vw);
            transform: translateX(100vw);
  }
  100% {
    -webkit-transform: translateX(-100vw);
            transform: translateX(-100vw);
  }
}

.inner-banner{
	background: #89d4ff;
	position: relative;
	overflow: hidden;
}
.cban-tree{
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	line-height: 0;
}
.cban-panda1{
	position: absolute;
	bottom: 18%;
	left: 27.08%;
	z-index: 1;
	width: 5.6%;
	-webkit-animation: shake 7s linear both infinite;
    animation: shake 7s linear both infinite;
	line-height: 0;
}

.cban-panda2{
	position: absolute;
	right: 34%;
	z-index: 1;
	bottom: 17%;
	width: 5.6%;
	-webkit-animation: shake 7s linear both infinite;
    animation: shake 7s linear both infinite;
	line-height: 0;
}
.cban-panda1 img,.cban-panda2 img{
	width: 100%;
}
@media (max-width: 1680px){
	.cban-panda1{
		bottom: 15%;
	}
	.cban-panda2{
		bottom: 12%;
	}
}
@media (max-width: 1440px){
	.cban-panda1{
		bottom: 12%;
	}
	.cban-panda2{
		bottom: 11%;
	}
}
@media (max-width: 1200px){
	.cban-panda1{
		bottom: 8%;
	}
	.cban-panda2{
		bottom: 7%;
	}
}
.cban-yun1{
	position: absolute;
	top: 30%;
	left: 0;
	-webkit-animation: yun 160s linear infinite;
	animation: yun 160s linear infinite;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-delay:0s;
	-webkit-animation-delay:0s;
	width: 30%;
}
.cban-yun2{
	position: absolute;
	top: 48%;
	left: 0;
	width: 30%;
	-webkit-animation: yun 160s linear infinite;
	animation: yun 160s linear infinite;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-delay:-60s;
	-webkit-animation-delay:-60s;
}
.cban-yun3{
	position: absolute;
	top: 30%;
	left: 0;
	-webkit-animation: yun 160s linear infinite;
	animation: yun 160s linear infinite;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-delay:-30s;
	-webkit-animation-delay:-30s;
	width: 10%;
}
.ab-top-line{
	border-top: 20px solid #33bdfd;
	height: 40px;
	background: #fff;
}
.ab-bg{
	background: #89d3fe;
}
.ab-img22{
	padding-top: 2em;
	text-align: center;
}
 .ab-img222{
		display: none;
	}
.about-caption{
	text-align: center;
	color: #fff;
	padding: 4em 0 2em 0;
	line-height: 2;
	text-shadow: 0 0 3px rgba(0,0,0,0.3);
}
.about-caption h3{
	font-size: 200%;
}
.about-caption p{
	letter-spacing: 2px;
	text-transform: uppercase;
}
.about-panda{
	padding:0 100px;
}
.about-panda-info{
	position: relative;
	background: #33bdfd;
	color: #fff;
	padding: 60px 60px 30px 60px;
	border-radius: 10px;
	width: 70%;
	box-sizing: border-box;
	margin-top: 60px;
	margin-bottom: 30px;
}
.about-panda-info:before{
	content: "";
	width: 100%;
	height: 100%;
	border-radius: 10px;
	background: #3a81c8;
	position: absolute;
	top: 8px;
	left: 8px;
	z-index: -1;
}
.about-panda-tit{
	position: absolute;
	top: -30px;
	left: -30px;
	z-index: 10;
}
.about-panda-tit h3{
	position: relative;
	padding: 20px 20px;
	background: #33bdfd;
	color: #fff;
	border-radius: 10px;
	font-size: 150%;
}
.about-panda-tit h3:before{
	content: "";
	width: 100%;
	height: 100%;
	border-radius: 10px;
	background: #3a81c8;
	position: absolute;
	top: 8px;
	left: 8px;
	z-index: -1;
}
.about-panda-info-2{
	margin-left: 30%;
}
.about-panda-info-2:before{
	content: "";
	width: 100%;
	height: 100%;
	border-radius: 10px;
	background: #3a81c8;
	position: absolute;
	top: 8px;
	right: 8px;
	left: auto;
	z-index: -1;
}
.about-panda-info-2 .about-panda-tit{
	top: -30px;
	right: -30px;
	left: auto;
}
.about-panda-info-2 .about-panda-tit h3:before{
	content: "";
	width: 100%;
	height: 100%;
	border-radius: 10px;
	background: #3a81c8;
	position: absolute;
	top: 8px;
	right: 8px;
	left: auto;
	z-index: -1;
}
.for{
padding:0 50px;
}
.about-story{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	flex-direction:row;
	-webkit-flex-direction: row;
}
.about-story-img{
	flex: 1;
	-webkit-flex: 1;
	flex-shrink: 0;
	-webkit-flex-shrink: 0;
}
.about-story-txt{
	flex: 2;
	-webkit-flex: 2;
	padding: 0 2em;
	color: #fff;
	font-size: 110%;
	line-height: 2.6;
}
.about-story:nth-child(2n){
	flex-direction:row-reverse;
	-webkit-flex-direction: row-reverse;
}
.a1{
	padding:0 50px;
   	}
.idea-book{
	padding: 20px;
	background: url(../image/book.jpg) no-repeat;
	background-size: 100% 100%;
	margin-bottom: 60px;
}
.idea-info{
	display: flex;
	display: -webkit-flex;
	align-items: flex-start;
	-webkit-align-items: flex-start;
	padding: 50px 0;
}
.idea-info .idea-img{
	flex: 1;
	-webkit-flex: 1;
}
.idea-info .idea-img img{
	width: 80%;
	margin-left: -60px;
}
.idea-txt{
	flex: 1;
	-webkit-flex: 1;
	color: #fff;
	font-size: 110%;
	line-height: 1.8;
}
.idea-txt h3{
	font-size: 130%;
	padding: 30px 0 15px 0;
}
.type-bar:hover{
    background: #30bdff;
}



.carousel {
    padding: 0 30px 0 30px;
}

.carousel-control.right {
    background: none;
    right: -36px;
}

.carousel-control.left {
    background: none;
    left: -42px;
}

.glyphicon-chevron-right:before {
    display: inline-block;
    content: ">";
    font-family: "宋体";
    color: #333;
    margin-top: -0.5em;
    font-size: 30px;
    width: 36px;
    height: 36px;
    line-height: 26px;
    padding: 5px;
    text-align: center;
    border: 1px solid #333;
    border-radius: 50%;
}

.glyphicon-chevron-left:before {
    display: inline-block;
    content: "<";
    font-family: "宋体";
    color: #333;
    font-size: 30px;
    margin-top: -0.5em;
    width: 36px;
    height: 36px;
    line-height: 26px;
    padding: 5px;
    text-align: center;
    border: 1px solid #333;
    border-radius: 50%;
}





@media (max-width: 1200px){
	.index2 .video-info{
		padding: 2em;
	}
}
@media (max-width: 1024px){
	.tablet	.orico-11{
		display: none;
	}
	.tablet	.cuteItems{
		padding: 2% 9%;
	}
	.tablet	.cutecontent .home_tit{
		padding-bottom: 1em;
	}
	.tablet .share_bar{
		width: 100%;
	}
	.cban{
		height: 300px;
	}
	.shape-01,.shape-02,.shape-03,.shape-04,.shape-05,.shape-06{
		display: none;
	}
	.tablet	.oricon-01{
		font-size: 85%;
		letter-spacing: -1px;
		left: 9%;
		top: 9%;
	}
	.tablet	.oricon-02,.tablet	.oricon-03{
		font-size: 85%;
		letter-spacing: -1px;
	}
	.tablet	.oricon-04{
		font-size: 85%;
		letter-spacing: -1px;
		left: 76%;
		top: 60%;
	}
	.tablet	.video-box{
		margin-top: 140px;
	}	
	.tablet .news-list{
		-webkit-flex-direction: column;
		flex-direction: column;
	}
	.tablet .news-list .col-md-6{
		float: none;
		width: 100%;
		height: auto !important
	}
}
@media (max-width: 992px){
	.index2:before{
		width: 50%;
		height: 40px;
	}
	.index2:after {
		content: "";
		width: 50%;
		height: 40px;
	}
	.ptit22{
		font-size: 160%;
		width: 50%;
		line-height: 40px;
		height: 40px;
        color: #ffffff;
	}
	.fp-section .container{
		padding-top: 50px;
	}
	.cban{
		margin-top: 50px;
	}
	.time-axis .container{
		padding: 0;
	}
	.navbar-brand{
		height: 50px;
		padding: 10px;
	}
	.navbar-default .navbar-nav>li>a{
		padding: 0 10px;
	}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form{
		margin-top: 10px;
		margin-right: -30px;
	}
	.navbar-default .navbar-nav>li>a{
		font-size: 14px;
	}
	.video-box{
		width: 100%;
		margin-top: 30px;
	}
	.video-info{
		width: 100%;
	}
	.video-img{
		position: relative;
		bottom: 0;
		left: 0px;
		right: 0px;
		width: 100%;
	}
	.news-box{
		padding-top: 1.2em;
		padding-bottom: 3em;
	}
	.news-list{
		-webkit-flex-direction: column;
		flex-direction: column;
	}
	.news-list .col-md-6{
		float: none;
		height: auto !important
	}
	.news-list .col-md-6:last-child{
		background: #fff;
	}
	.news-info-date{
		align-items: center;
		-webkit-align-items: center;
	}
	.news-info-date p{
		font-size: 125%;
		padding: 0 0.5em;
		line-height: 1.4em;
	}
	.news-info h3{
		font-size: 110%;
		padding: 0.5em 0;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
	}
	.news-info{
		padding: 1em;
		border-bottom: 0;
		margin: 0;
		height: auto !important
	}
	.news-box .swiper-pagination-fraction, .swiper-pagination-custom, .news-box .swiper-container-horizontal > .swiper-pagination-bullets{
		padding-left: 0px;
	}
	.news-box .swiper-button-prev, .news-box .swiper-container-rtl .swiper-button-next{
		left: 10px;
		right: auto;
	}
	.contact{
		padding-top: 1em;
	}
	.stores-shop{
		margin-left: 2em;
		margin-right: 2em;
		margin-top: 30px;
	}
	.panda_local{
		display: none;
	}
	.panda_whole{
		display: block;
	}
	.orico-11{
		display: none;
	}
	.cutecontent{
		bottom: 0;
	}
	.cTab li{
		width: 25%;
		padding: 0 0.5em;
	}
	.cTab li a{
		height: 2.6em;
		line-height: 2.6em;
		border-radius: 1.3em;
	}
	.brand-info{
		margin-top: 2em;
	}
	.tablet	.news-info{
		min-height: 140px;
	}
	.brand-box{
		padding-top: 2em;
	}
	.tablet	.cuteItems .col-md-3{
		width:50%;
		padding: 2% 10%;
		text-align: center;
	}
	.tablet	.cuteImg{
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
	.picture-box{
		padding: 15px 0;
	}
	.picture-box .col-md-4,.picture-box .col-md-6{
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.picture-main{
		width: 50%;
	}
	.picture-box.caricature{
		padding: 0px 0px;
	}
	.creative-shop .col-md-3{
		float: left;
		width: 50%;
	}
	.newest-list a{
		margin-bottom: 3em;
	}
	.fp-section .fbg .container{
		padding-top: 0px;
	}
	.main-heading2{
		margin-top: 1em;
	}
	.news-list-flex{
		padding-top: 1em;
		position: relative;
		width: 100%;
		left: 0;
	}
	.index4 .brand-box{
		overflow: hidden;
		padding: 100px 0 200px 0;
	}
	.index1{
		padding-bottom: 60px;
	}
	.index2 .video-box{
		margin-top: 60px;
	}
	.index3{
		position: relative;
		padding: 10px 0 130px 0;
		min-height: 0px;
	}
	.shop-tit{
		padding: 0px 0 60px 0;
	}
}
@media (max-height: 768px){
	.fp-section .container{
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
	}
	.section2.fp-section .container{
		-webkit-transform: scale(0.6);
		transform: scale(0.6);
	}
	.section4.fp-section .container{
		-webkit-transform-origin:bottom;
		transform-origin:bottom;
		-webkit-transform: scale(0.95);
		transform: scale(0.95);
	}
	.cutecontent .home_tit{
		padding-bottom: 20px;
	}
	.section4.fp-section .container .stores-main{
		width: 80%;
		left: 10%;
	}
	.section4.fp-section .container .stores-main .stores-shop{
		margin: 2em 0 0 0;
	}
	.tablet .section4.fp-section .container .stores-main .stores-shop{
		margin: 2em 0 0 0;
	}
	.brand-box{
		padding-top: 20px;
	}
	.time-year{
		margin: 1em;
	}
}
@media (max-width: 480px){
	.section7.fp-section .container{
		padding-top: 0px;
	}
	.navbar-brand{
		height: 50px;
		padding: 10px;
	}
	.navbar-default .navbar-nav>li>a i{
		margin-top: -30px;
	}
	.navbar-default .navbar-nav li.back {
		display: none;
		z-index: -100;
		height: 0px;
		overflow: hidden;
	}
	.pull-right{
		float: none !important
	}
	.navbar-nav{
		margin: 0;
		padding: 20px 0;
	}
	.kuang{
		display: none;
	}
	.home_tit h3{
		font-size: 120%;
		color: #333333;
	}
	.video-info{
		line-height: 1.4;
		padding: 1em;
	}
	.video-info h4{
		font-size: 130%;
	}
	.video-info h3{
		font-size: 100%;
		padding: 0.5em 0;
	}
	.sec_btm{
		height: 10px;
	}
	.brand-box{
		padding-top: 1em;
		line-height: 1.5;
	}
	.brand-info{
		margin-top: 1em;
	}
	.brand-info h3{
		font-size: 120%;
	}
	.brand-info h4{
		font-size: 100%;
	}
	.brand-info p{
		padding-top: 1em;
		font-size: 90%;
		line-height: 1.4
	}
	.icon-house{
		height: 40px;
	}
	.brand-origin{
		padding: 1em;
		height: 0px;
		overflow: hidden;
	}
	.brand-origin h3{
		font-size: 110%;
	}
	.brand-origin h4{
		font-size: 100%;
		padding: 0.2em 0;
	}
	.brand-origin .year{
		font-size: 100%;
	}
	.f_nav{
		display: none;
	}
	.p1_tit1{
		font-size: 280%;
        font-weight: 600;
	}
	.p1_tit2{
		font-size: 280%;
		font-weight: 600;
	}
	.p1_txt{
		line-height: 1.8;
		font-size: 110%;
        height:10em;
	}
	.orico-11{
		display: none;
	}
	.section4 .container{
		height: auto !important;
	}
	.stores-main{
		bottom: 2em;
		position: relative;
	}
	.section4.fp-section .container .stores-main {
		width: 100%;
		left: 0%;
	}
	.cutecontent{
		bottom: 5%;
	}
	.cuteItems{
		padding: 2% 8%;
	}
	.cutecontent .home_tit{
		padding-bottom: 1em;
	}
	.cuteItems .col-md-3{
		width:50%;
		padding: 2% 8%;
		text-align: center;
	}
	.cuteImg{
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
	.brand-box .col-md-3{
		display: none;
	}
	.cban{
		height: 140px;
	}
	.cTab{
		padding: 15px 0;
	}
	.cTab li{
		padding: 0 2px;
	}
	.cTab li a{
		height: auto;
		border-radius: 0.5em;
		font-size: 100%;
		letter-spacing: -1px;
		-webkit-flex-direction: column;
		flex-direction: column;
		line-height: 1;
		padding: 5px 0;
		box-shadow: 0 2px 5px rgba(57,129,200,1);
	}
	.cTab li i{
		width: 20px;
		height: 20px;
		margin-bottom: 3px;
	}
	.cTab2 li a{
		font-size: 100%;
	}
	.cTab2 li em{
		display: none;
	}
	.cTab2 li a span{
		margin-left: 0px;
	}
	.classify-box a{
		font-size: 85%;
	}
	.picture-box{
		padding: 8px 0;
	}
	.picture-box .col-md-6{
		width: 100%;
		float: none;
	}
	.picture-box .col-md-4,.picture-box .col-md-6,.picture-box2 .col-md-6{
		padding-bottom: 7px;
		padding-top: 7px;
	}
	.picture-main{
		padding: 7px 15px;
	}
	.ball03{
		width: 8%;
	}
	.ball04{
		width: 10%;
	}
	.ball06{
		width: 15%;
	}
	.ball06{
		width: 8%;
	}
	.oricon-01{
		font-size: 85%;
		letter-spacing: -1px;
		left: 9%;
		top: 9%;
	}
	.oricon-02,.oricon-03{
		font-size: 85%;
		letter-spacing: -1px;
	}
	.oricon-04{
		font-size: 85%;
		letter-spacing: -1px;
		left: 76%;
		top: 60%;
	}
	.time-year{
		margin: 1em;
	}
	.time-year li{
		height: 6em;
	}
	.xm{
		display: none;
	}
	.time-axis{
		display: none;
	}
	.stores-shop{
		margin-left: 0em;
		margin-right: 0em;
	}
	.newest-list a{
		margin-bottom: 1.5em;
	}
	.main-heading2{
		font-size: 115%;
	}
	.contactTop ul li{
		font-size: 110%;
		letter-spacing: 1px;
	}
	.contactTop ul li i img{
		width: 20px;
	}
	.contactBox{
		padding-bottom: 2em;
	}
	.contactTit{
		letter-spacing: 2px;
		padding: 1em 0;
	}
	.contactTit a{
		font-size: 150%;
	}
	.contactTit span{
		font-size: 110%;
	}
	.contact-info{
		font-size: 100%;
	}
	.cban .about-tit{
		margin: 0;
		line-height: 1.6;
		padding: 0.6em 0;
	}
	.about-tit{
		margin: 1em 0;
		line-height: 1.6;
		padding: 0.6em 0;
	}
	.about-tit h3{
		font-size: 140%;
	}
	.about-tit h3:after{
		display: block;
		content: "";
		background: url(../image/icon-ab.gif) no-repeat;
		background-size: 100% auto;
		width: 20px;
		height: 14px;
		position: absolute;
		top: 0;
		right: -26px;
	}
	.about-tit p{
		font-size: 100%;
	}
	.about-info h3{
		font-size: 120%;
	}
	.ideabox .col-md-6{
		padding: 10px 0;
	}
	.ideatxt h3{
		font-size: 110%;
	}
	.ideaNum{
		width: 80px;
	}
	.ball01,.ball02,.ball03,.ball04,.ball05,.ball06,.ball07,.ball08{
		display: none;
	}
	.panda_go{
		width: 90px;
		height: 90px;
	}
	.copyright{
		line-height: 1.6
	}
	.fp-section .container {
		-webkit-transform: scale(0.95);
		transform: scale(0.95);
	}
	.section2.fp-section .container{
		-webkit-transform: scale(1);
    	transform: scale(1);
	}
	.contact-list{
		padding: 1em 0;
	}
	.shop-name h3{
		font-size: 130%;
		color: #30bdff;
		padding-bottom: 0.3em;
	}
	.shop-name p{
		text-transform: uppercase;
		color: #dcdcdc;
		font-size: 100%;
	}
	.shop-tel{
		color: #30bdff;
		font-size: 120%;
		padding-top: 10px;
	}
	.contactTit span{
		display: block;
	}
	a.btn-yp{
		box-shadow: 0 2px 5px rgba(57,129,200,1);
		font-size: 100%;
		height: 2.4em;
		line-height: 2.4em;
		border-radius: 1.2em;
		text-align: center;
		background: #30bdff;
		padding: 0 1em;
	}
	.yptit{
		text-align: center;
		font-size: 120%;
		color: #30bdff;
		padding: 1em 0;
	}
	.news-title{
		font-size: 130%;
		line-height: 1.4em;
	}
	.details{
		padding: 1em 0;
		font-size: 105%;
	}
	.share_bar{
		margin: 0 auto;
	}
	.flogo{
		display: none;
	}
	.f-flex{
		flex-direction: column;
		-webkit-flex-direction: column;
		align-items: flex-start;
		-webkit-align-items: flex-start;
	}
	.news-info-txt{
		height: 4.2em;
		overflow: hidden;
		font-size: 85%;
		line-height: 1.4em;
	}
	.news-info-date{
		padding-top: 1em;
	}
	
	figure.effect-layla h2{
		font-size: 120%;
	}
	.newest-list-txt{
		height: 4em;
		line-height: 2em;
		overflow: hidden;
	}
	.newest-list .news-info-date p{
		background: #30bdff;
		color: #fff;
		padding: 0.3em 0.5em;
	}
	.newest-list .news-info-date p i{
		color: #fff;
	}
	.news-info-date p{
		font-size: 100%;
		padding: 0.3em 0.5em;
	}
	.news-info-date d{
		transform: translateY(-3px);
	}
	.news-info-date m{
		transform: translateY(3px);
	}
	.popVideo{
		width: 100%;
		left: 0;
	}
	.p1_tit11{
		font-size: 200%;
	}
	.index0 .p1_tit22{
		font-size: 130%;
	}
	
	
	
	.bg00{
		margin-top: 50px;
	}
	.index0{
		padding: 30px 0 80px 0;
	}
	.index1{
		padding-bottom: 20px;
	}
	.index2{
		padding: 30px 0;
	}
	.index2:before{
		width: 80%;
		height: 40px;
	}
	.index2:after {
		content: "";
		width: 80%;
		height: 40px;
	}
	.index2 .video-img{
		width: 80%;
		left: 10%;
		bottom: 20px;
	}
	.index1	.cuteItems{
		padding: 2% 2%;
	}
	.index1	.cuteItems .col-md-3{
		width:50%;
		padding: 2% 2%;
		text-align: center;
	}
	.index3{
		padding: 0px 0 80px 0;
		min-height: auto;
	}
	.creativeShop00 ul{
		border-radius: 30px;
	}
	.shop-tit{
		padding: 20px 0;
	}
	.index4 .brand-box{
		overflow: hidden;
		padding: 20px 0 50px 0;
	}
	.index4 .brand-origin{
		height: auto;
		display: none;
	}
	.index4 .brand-info p{
		font-size: 95%;
		line-height: 2;
	}
	.index4 .brand-info h4{
		font-size: 120%;
	}
	.index4 .brand-origin h3{
		font-size: 130%;
	}
	.index4 .brand-origin .year{
		font-size: 120%;
	}
	.creativeShop00 ul{
		margin-left: 3.58%;
		padding-left: 40%;
		padding-top: 3%;
		padding-bottom: 3%;
	}
	.creativeShop00 ul li{
		padding: 3% 10%;
	}
	.index2 .video-box{
		margin-top: 60px;
	}
	.p1_img{
		width: 80%;
		margin: 0 auto 0 auto;
	}
	.index0 .col-md-7{
		z-index: 10;
	}
	.contactTop ul li i,.contactTop ul li img{
		margin-right: 12px;
		width: 18px;
	}
	.ptit22{
		line-height: 40px;
		width: 80%;
        font-size:150%;
        color: #ffffff;
	}
    .carousel-control.right {
        background: none;
        right: 0;
        width: auto;
    }

    .carousel-control.left {
        background: none;
        left: 0;
        width: auto;
    }
  	.about-panda{
	padding:0;
    }
	.about-panda-info{
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		padding: 50px 30px 30px 30px;
        margin-top: 20px;
		font-size: 85%;
	}
	.a1{
	padding:0;
   	}
	.idea-book{
		background: #3a81c8;
		border-radius: 10px;
		padding: 20px;
		position: relative;
		z-index: 1;
	}
	.idea-book:after{
		content: "";
		width: 100%;
		height: 100%;
		border-radius: 10px;
		background: #33bdfd;
		position: absolute;
		top: -8px;
		right: 8px;
		z-index: -1;
	}
	.about-caption{
		padding: 2em 0 1em 0;
	}
	.for{
	padding:0;
	}
	.about-story{
		padding-bottom: 1em;
	}
	.about-story .about-story-txt{
		line-height: 1.2;
		font-size: 85%;
	}
	.idea-info{
		padding: 0;
	}
	.idea-info .idea-img{
		display: none;
	}
	.about-panda-tit h3{
		font-size: 130%;
		padding: 15px;
	}
	.about-panda-tit{
		top: -15px;
		left: -15px;
	}
	
	.about-panda-info-2 .about-panda-tit{
		top: -15px;
		right: -15px;
	}
	.about-caption h3{
		font-size: 150%;
	}
	.idea-txt{
		font-size: 85%;
		line-height: 1.4;
		padding-bottom: 10px;
		margin-top: -20px;
	}
	.idea-txt h3{
		padding: 20px 0 12px 0;
	}
    .cban-panda1{
	width: 10%;
	-webkit-animation: shake 9s linear both infinite;
    animation: shake 9s linear both infinite;
	
}

    .cban-panda2{
	width: 10%;
	-webkit-animation: shake 9s linear both infinite;
    animation: shake 9s linear both infinite;
}
    .navbar-default .navbar-nav li{
    padding: 10px 0 0 0;
}
    .index0,.index1,.index2,.index3{
width:100%;
overflow:hidden;
}
    .ab-img22{
	padding-top:0px;
    display:none;
}
    .ab-img222{
		display: block;
	}
}