body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
	padding: 0;
	margin: 0;
}

body {
	font-family: 'Microsoft YaHei', Helvetica, Arial, sans-serif;
	-webkit-tap-highlight-color: transparent;
	font-size: 14px;
}

html {
	color: #333;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

img {
	max-width: 100%;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}


audio,
canvas,
video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,
img,
abbr,
acronym {
	border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
	font-style: normal;
	font-weight: normal;
}

ol,
ul {
	list-style: none;
}

caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,
q:after {
	content: '';
}

abbr,
acronym {
	border: 0;
	font-variant: normal;
}

sup {
	vertical-align: text-top;
}

sub {
	vertical-align: text-bottom;
}

input,
textarea,
select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	-webkit-tap-highlight-color: transparent;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

input {
	outline: none;
	border-radius: 0;
}

input[type="submit"],
input[type="reset"],
input[type="number"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.cf:after {
	clear: both;
	display: table;
	content: " "
}

a {
	text-decoration: none;
	-webkit-touch-callout: none;
	color: #333;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}
@keyframes slideFromRight {
	from {
	  transform: translateX(100%);
	}
	to {
	  transform: translateX(0);
	}
}
a:hover {
	color: #2dbfa9;
}

img {
	max-width: 100%;
}

* {
	box-sizing: border-box;
}



/* flex 閻㈩垰鍟惇锟�*/
.d-flex {
	display: flex;
}

.d-flex-center-center {
	display: flex;
	align-items: center;
	justify-content: center;
}

.leftBox {
	overflow: hidden;
}

.articleLeft {
	overflow: hidden;
}

.d-flex-center {
	display: flex;
	align-items: center;
}

.d-flex-en {
	display: flex;
	align-items: flex-end;
}

.d-flex-start {
	display: flex;
	align-items: flex-start;
}

.d-flex-end {
	display: flex;
	justify-content: flex-end;
}

.d-flex-between {
	display: flex;
	justify-content: space-between;
}

.d-flex-justify-center {
	display: flex;
	justify-content: center;
}

.d-flex-center-between {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.flex-row-reverse {
	flex-direction: row-reverse;
}

.flex-1 {
	flex: 1;
}

.flex-column {
	flex-direction: column;
}

.flex-wrap {
	flex-wrap: wrap;
}

.flex-shrink {
	flex-shrink: 0;
}

.text-overflow {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.text-overflow1 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.text-overflow2 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.text-overflow3 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.text-overflow4 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}
.hide{
	display: none!important;
}

#main {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	overflow: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	tap-highlight-color: rgba(0, 0, 0, 0);
}

#appContainer {
	position: absolute;
	overflow: hidden;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

#appContainer img {
	width: 100%;
	height: 100%;
}

.navBox {
	top: 3.25rem;
	left: 1rem;
	z-index: 9;
	width: 8.15rem;
	position: absolute;
	z-index: 99;
}

.navBox .navTitle {
	padding: 0 1rem;
	height: 1.25rem;
	line-height: 1.25rem;
	font-size: 24px;
	position: relative;
	font-size: .5rem;
	border-radius: 10px 10px 0 0;
	background: rgba(255, 255, 255, .75);
}

.navBox .navTitle::after {
	position: absolute;
	content: "";
	background: url('../img/icon_tit.png') no-repeat;
	background-size: contain;
	width: .5rem;
	height: 1rem;
	top: .4rem;
	left: .5rem;
}

.navBox .navTitle::before {
	position: absolute;
	content: "";
	background: url('../img/icon_up.png') no-repeat;
	background-size: contain;
	right: .5rem;
	top: .4rem;
	width: .5rem;
	height: .5rem;
}
.navBox .navTitle.close::before{
	background-image: url('../img/icon_down.png');

}
.navBox .navTitle.close {
	border-radius: 10px;
}

.navBox .navTitle.hide::before {
	background-image: url('../img/icon_down.png');
}



.navList {
	padding: 10px !important;
	width: 100%;
	height: 12.75rem;
	overflow: hidden;
	overflow-y: auto;
	background-color: rgba(255, 255, 255, .75);
	position: absolute;
	left: 0;
	top: 1.25rem;
	z-index: 200;
	box-sizing: border-box;
	border-radius: 0 0 10px 10px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.navList.hide {
	height: 0;
	opacity: 0;
}





.navList::-webkit-scrollbar {
	width: 5px;
	/* 璁剧疆婊氬姩鏉＄殑瀹藉害 */
}

.navList::-webkit-scrollbar-track {}

.navList::-webkit-scrollbar-thumb {
	background-color: rgba(255, 255, 255, .8);
	border-radius: 5px;
	/* 璁剧疆婊氬姩鏉℃粦鍧楃殑鑳屾櫙棰滆壊 */
}

.sideMenu ul {

	display: none;
	/* 榛樿閮介殣钘� */
}

.sideMenu h3 {
	padding-left: 1.2rem;
	background-color: rgba(255, 255, 255, .5);
	height: 1.1rem;
	line-height: 1.1rem;
	font-size: .45rem;
	border-radius: 10px;
	margin-bottom: 10px;
	position: relative;
	cursor: pointer;
}

.sideMenu h3.on,.sideMenu h3:hover {
	background: linear-gradient(to right, #42c1eb, #0765f5);
	color: #fff;
	border-radius: 20px;
}
.sideMenu h3.on a{
	color: #fff;
}


.sideMenu h3:hover a {
	display: block;
	color: #fff !important;
}

.sideMenu ul {
	background-color: rgba(255, 255, 255, .5);
	border-radius: 10px;
	margin-bottom: 10px;
	overflow: hidden;
}
.sideMenu ul.on{
	display: block;
}
.sideMenu ul li {
	height: 1.5rem;
	line-height: 1.5rem;
	padding-left: .6rem;
	font-size: .4rem;
	cursor: pointer;
	border-bottom: 1px solid #f1f1f1: 
}

.sideMenu ul li a {
	display: block;
}

.sideMenu ul li.on,
.sideMenu ul li:hover {
	background: #2497f7;
}

.sideMenu ul li.on a,
.sideMenu ul li:hover a {
	color: #fff;
}


.navBtn {
	position: absolute;
	z-index: 999;
	right: 0rem;
	top: 10%;
	width: 3rem;
}

#thumbs {
	position: relative;
	width: 100%;
}

#thumbs .swiper-slide {
	border-radius: 0px;
    height: 1.7rem;
    margin:15px 10px;
	/* width: 4rem !important;
	height: 2rem !important; */
}

#thumbs .swiper-slide img {
	border-radius: 0px;
	border: 1px #fff solid;
	max-width: 100%;
	height: 100%;
}

#thumbs .swiper-slide-active {}

#thumbs .swiper-slide-thumb-active {
	overflow: hidden;
	transform: scale(1.15);
    transition: all .1s;

}

#thumbs .swiper-slide-thumb-active img {
	border: 1px #f60 solid;
}

#gallerys {
	position: fixed;
	overflow: hidden;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 1;
	height: 100%;
}

#gallerys .swiper-slide {
	position: relative;
}


.sideMenu h3 em {
	position: absolute;
	left: .5rem;
	top: .3rem;
	border-left: .25rem solid #138ff7;
	border-top: .25rem solid transparent;
	border-bottom: .25rem solid transparent;
}


.sideMenu h3.on em,.sideMenu h3:hover em {
	border-top: .25rem solid #fff;
	border-right: .25rem solid transparent;
	border-left: .25rem solid transparent;
	top: .43rem;
}


.bottom {
	box-sizing: border-box;
	left: 0;
	padding-bottom: 1rem;
	padding-left: .5rem;
	padding-right: .5rem;

	bottom: 0;
	right: 0;
	z-index: 1000000000;
	position: absolute;
}

.bottom_two {
	box-sizing: border-box;
	left: 0;
	padding-bottom: 1rem;
	padding-left: .5rem;
	padding-right: .5rem;

	bottom: 0;
	right: 0;
	z-index: 1000000000;
	position: absolute;
}

.top {
	cursor: pointer;
	position: absolute;
	z-index: 1000000;
	left: 1rem;
	top: 1rem;
	color: #f60;
	font-size: .38rem;
	width: 3.7rem;
}

.panoinfo-box {
	height: 18rem;
	overflow-y: auto;
	position: absolute;
	right: .75rem;
	top: 3.25rem;
	z-index: 999;
	padding-right: .5rem;
	box-sizing: border-box
}

.panoinfo {
	width: 8.5rem;
	background-color: rgba(255, 255, 255, .8);
	padding: 0.375rem;
	box-sizing: border-box;
	margin-bottom: 0.75rem;
	border-radius: 8px;
}

.panoinfo h1 {
	text-align: center;
	font-size: .45rem;
	color: #1f1f1f;
	margin: 12px 0;
}

.panoinfo_content {
	width: 100%;
	height: 7.2rem;
	overflow-y: auto;
	font-size: .34rem;
	line-height: .7rem;
	color: #2e2e2e
}

.panoinfo_content::-webkit-scrollbar-thumb {
	background: rgba(0, 0, 0, .3);
	border-radius: 5px
}

.panoinfo_content::-webkit-scrollbar {
	background-color: transparent;
	width: 5px;
	border-radius: 10px
}

.panoinfo_img {
	position: relative;
	cursor: pointer;
}

.panoinfo_img .imgs {
	display: block;
	width: 100%;
	height: auto;
}

.panoinfo_img .panoinfo_img_icon {
	position: absolute;
	left: 50%;
	top: 50%;
	width: .8rem;
	height: .8rem;
	margin-left: -.4rem;
	margin-top: -.4rem;
}

.videoed {
	display: none;
	width: 50px;
	height: 50px;
	position: absolute;
	left: 45%;
	top: 45%;
	z-index: 99;
	border-radius: 100%;
}

.videos {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .8);
}

.video {
	width: 100%;
	height: 100%;
}

.vclose {
	position: absolute;
	right: 1%;
	top: 1%;
	border-radius: 100%;
	cursor: pointer;
}

.panoinfo-box::-webkit-scrollbar {
	width: 5px;
	/* 璁剧疆婊氬姩鏉＄殑瀹藉害 */
}

.panoinfo-box::-webkit-scrollbar-track {}

.panoinfo-box::-webkit-scrollbar-thumb {
	background-color: rgba(255, 255, 255, .8);
	border-radius: 5px;
	/* 璁剧疆婊氬姩鏉℃粦鍧楃殑鑳屾櫙棰滆壊 */
}

.top img {
	width: 100%;
}

.navBtn {
	display: none;
}

.navGb {
	display: none;
}

.gbb {
	display: none;
}

.bottomTxt {
	display: none;
}


.mobilebot_link {
	display: none;
	width: 2rem;
	position: absolute;
	z-index: 1000000000;
	top: -1.8rem;
	left: 50%;
	transform: translate(-50%) rotate(180deg);
	-webkit-animation: jump 1.5s linear infinite;
	animation: jump 1.5s linear infinite
}

.mobilebot_link img {
	position: relative;
	z-index: 10000000001;
}

.mobilebot_link--close {
	-webkit-animation: unset;
	animation: unset;
	transform: translateX(-50%) rotate(0deg)
}
.button_bar{
	position: absolute;
	width: 6rem;
	left: 1rem;
	bottom: 15%;
	display: flex;
    align-items: center;
    z-index: 999;
}
.button_item{
	width: 1rem;
	height: 1rem;
	background:url('../img/icon_full.png') no-repeat;
	background-size: cover; 
	margin-right: .5rem;
}
.button_item.full.on{
	background-image: url('../img/icon_full_on.png');
}
.button_item.fav{
	background-image: url('../img/icon_fav.png'); 
}
.button_item.fav.on{
	background-image: url('../img/icon_fav_on.png'); 
}
.button_item.share{
	position: relative;
	background-image: url('../img/icon_share.png'); 
}
.button_item.share.on{
	background-image: url('../img/icon_share_on.png'); 
}
.button_item.music{
	background-image: url('../img/icon_music.png'); 
}
.button_item.music.on{
	background-image: url('../img/icon_music_on.png'); 
}
.share_bar{
	background: hsla(0, 0%, 100%, .3);
	padding: .5rem;
	display: block;
	width: 6rem;
	position: absolute;
	left: 1rem;
	bottom:1.5rem;
	border-radius: .5rem;
	z-index: 100;
}
.share_item{
	width: 1rem;
	color: #fff;
	text-align: center;
}
.qrcode_box{
	width: 100%;
    padding-bottom: .3rem;
    border-bottom: 1px solid #fff; 
    margin-bottom: .3rem;

}
.qrcode{
	width: 3.175rem;
    height: 3.175rem;
    background: hsla(0, 0%, 100%, .5);
    border-radius: 3px;
    border: 1px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
.share_btn{
	width: 1rem;
	height: 1rem;
	background:url('../img/icon_wechat.png') no-repeat;
	background-size: cover; 
}
.wechat .share_btn:hover,.wechat.on .share_btn{
	background-image: url('../img/icon_wechat_on.png');
}
.wechat .share_btn{
	background-image: url('../img/icon_wechat.png'); 
}
.weibo .share_btn:hover,.weibo.on .share_btn{
	background-image: url('../img/icon_weibo_on.png');
}
.weibo .share_btn{
	background-image: url('../img/icon_weibo.png'); 
}
.qq .share_btn:hover,.qq.on .share_btn{
	background-image: url('../img/icon_qq_on.png');
}
.qq .share_btn{
	background-image: url('../img/icon_qq.png'); 
}
.product {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .8);
    z-index: 999;
}
.product .product_content_left {
    width: 17.5rem;
    height: 12.5rem;
}
.product .product_content_right {
    flex: 1;
    margin-left: 1rem;
}
.product .close {
    cursor: pointer;
    display: block;
    width: 1.25rem;
    height: 1.25rem;
    position: absolute;
    right: 1rem;
    top: 1rem;
    z-index: 9;
    background: url('../img/gb.png') no-repeat 50% / 100% 100%;
}
.product .title {
    text-align: center;
    font-size: .7rem;
    color: #1f1f1f;
    font-weight: 700;
}
.product .text {
    width: 100%;
    height: 10.75rem;
    overflow-y: auto;
    font-size: .5rem;
    color: #2e2e2e;
    margin-top: .75rem;
    line-height: 1rem;
}
.product .product_content_left img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}
.video_btn{
	width: 1rem;
	height: 3rem;
	background: #fff;
	display: flex;
	justify-content: center;
    align-items: center;
}
.video_btn.left{
	margin-right: .5rem;
}
.video_btn.right:before,.video_btn.left:before{
	display: flex;
	 content: " ";
	 width: .6rem; 
	 height: .6rem;
	 background: url('../img/icon-right.png') no-repeat;
	 background-size: contain;

}
.video_btn.left:before{
	 background-image: url('../img/icon-left.png');

}
.video_btn.right{
	margin-left: .5rem;
}
.new_videos{
	position: absolute;
	z-index: 99;
	width: 930px; 
	height: 500px; 
	left: calc(50% - 465px);
	top: calc(50% - 250px);
}
@-webkit-keyframes jump {
	0% {
		transform: translate(-50%) rotate(180deg);
		opacity: 1
	}

	to {
		transform: translate(-50%, -30%) rotate(180deg);
		opacity: 0
	}
}

@keyframes jump {
	0% {
		transform: translate(-50%) rotate(180deg);
		opacity: 1
	}

	to {
		transform: translate(-50%, -30%) rotate(180deg);
		opacity: 0
	}
}



@media (max-width: 960px) {
	.mobilebot_link {
		display: block;
	}

	#video {
		width: 100% !important;
		height: 100% !important; 
	}

	.bottom {
		bottom: -1rem;
		opacity: .8;
	}

		.bottom_two {
		bottom: -1rem;
		opacity: .8;
	}

	.bottom.mobilebot--open {
		bottom: 0;
		opacity: 1;
	}

	#thumbs {
		display: none;
	}

	.bottom .bottomTxt {
		display: flex !important;
	}


	.top {
		right: .5rem;
		top: .5rem;
	}

	.top img{
		width: 85%;
	}

	.panoinfo h1 {
		font-size: .6rem;
	}

	.navBtn {
		display: block;
	}

	.panoinfo_content {
		font-size: .48rem;
	}

	.navGb {
		display: block;
		position: absolute;
		left: .5rem;
		top: .5rem;
		width: 1rem;
		height: 1rem;
		z-index: 20000000000000;
	}

	.navBox {
		background: rgba(0, 0, 0, .8);
		border-radius: 0;
		padding-top: 2rem;
		position: fixed;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		width: 100%;
		z-index: 20000000000000;
		transition: all .2s;
    	transform: translateX(100%);
	}
	.nav_open{
		transform: translateX(0);
	}
	.mNavBox{
		width: 10.4rem;
	    height: 15.2rem;
	    position: absolute;
	    right: 0;
	    top: 20%;
	}
	.navBox .navTitle {
		font-size: .65rem;
		height: 1.45rem;
		line-height: 1.45rem;
		background: #fff;
	}

	.navList {
		padding: .4rem .5rem .5rem !important;
		position: relative;
		height: 90%;
		top:0;
		background: #fff;
	}

	.sideMenu h3 {
		background: #f0f0f0;
	}
	.sideMenu h3 em{
		border-left-color: #656565;
	}
	.sideMenu ul {
		background: #f0f0f0;
	}

	.sideMenu ul li {
		height: 1.5rem;
		line-height: 1.5rem;
		padding-left: 0.9rem;
		font-size: .46rem;
		cursor: pointer;
		border-bottom:1px solid #dbdbdb;

	}

	.navBox .navTitle.hide::before {
		top: .45rem;
	}

	.navBox .navTitle::before {
		top: .65rem;
	}

	.sideMenu h3.on em {
		top: .5rem;
	}

	.sideMenu h3 em {
		top: .4rem;
	}

	.sideMenu h3 {
		height: 1.4rem;
		line-height: 1.4rem;
		font-size: .55rem;
	}

	.bottom {
		padding: .4rem;
		border-radius: 8px;
		margin: .5rem;
		background: #fff;
	}

		.bottom_two {
		padding: .4rem;
		border-radius: 8px;
		margin: .5rem;
		
	}

	.bottom .bottomTxt {
		margin-bottom: 8px;
	}

	.bottom .bottomTxt h1 {
		font-size: .55rem;
		font-weight: bold;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		overflow: hidden;
	}

	.bottom .bottomTxt .btns {
		background: #f60;
		color: #fff;
		font-size: .4rem;
		padding: .2rem .3rem;
		border-radius: .3rem;
		display: none;
	}

	.bottom.mobilebot--open .btns {
		display: block;
	}

	.bottom.mobilebot--open #thumbs {
		display: block;
	}

	.panoinfo-box {
		display: none;
		height: 100%;
		box-sizing: border-box;
		padding: .8rem .4rem;
		padding-bottom: 0;
		position: fixed;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		z-index: 30000000000000;
		background: linear-gradient(180deg, #f2f6ff, #fefeff 50%, #fff);
	}


	.panoinfo {
		box-shadow: 0 3px 12px 0 rgba(13, 68, 109, .2);
		width: 100%;
	}


	.gbb {
		display: block;
		position: fixed;
		right: .3rem;
		top: .5rem;
		z-index: 100;
		width: .9rem;
		height: .9rem;

		border-radius: 100%;
		background: #fff;
		box-shadow: 0 3px 12px 0 rgba(13, 68, 109, .2);
	}

	.gbb img {
		width: .7rem;
		height: .7rem;
		display: block;
		margin: .1rem auto;
	}

	.panoinfo-box::-webkit-scrollbar-thumb {
		background: rgba(0, 0, 0, .3);
		border-radius: 5px;
	}

	.panoinfo_content {
		height: 100%;
	}
	.full,.share{
		display: none;
	}
	.button_bar{
		display: block;
		top:;
		right: 0rem;
		left: auto;
		z-index: 9999;
		width: 2rem;
	}
	.button_item{
		margin-bottom: .5rem;
	}
	.product {
	    position: fixed;
	    top: 0;
	    left: 0;
	    right: 0;
	    bottom: 0;
	    background: linear-gradient(180deg, #f2f6ff, #fefeff 50%, #fff);
	    z-index: 999;
	    overflow-y: auto;
	    padding: .96rem;
	    box-sizing: border-box;
	}
	.product .title {
	    font-size: .8rem;
	    color: #1f1f1f;
	    font-weight: 700;
	}
	.product .product_content{
	    width: 100%;
	    display: block;
	}
	.product .product_content_left{
		width: 100%;
		height: 280px;
		margin-bottom: .5rem;
	}

	.product .product_content_video{
	width:100%;
	height:100%;
	}
	.product .product_content_right{
		margin-left: 0;
	}


	.product .text {
	    width: 100%;
	    font-size: .56rem;
	    color: #2e2e2e;
	    margin-top: .5rem;
	    line-height: .96rem;
	}
	.product .close {
	    width: 1.6rem;
	    height: 1.6rem;
	    position: fixed;
	    z-index: 9;
	    top: .3rem;
	    right: .3rem;
	    background: url(../img/conten_close.png) no-repeat 50% / 100% 100%;
	}

}

/* 新添加 */

.pages {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.indexPc {
	width: 100%;
	height: 100%;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.indexPc:hover {
	transform: scale(1.05);
}






.img5 {
	cursor: pointer;
	color: #fff;
	-webkit-animation: button-breath 2s ease infinite;
	animation: button-breath 2s ease infinite;
}

@-webkit-keyframes button-breath {
	0% {
		transform: scale(1)
	}

	50% {
		transform: scale(1.1)
	}

	to {
		transform: scale(1)
	}
}

@keyframes button-breath {
	0% {
		transform: scale(1)
	}

	50% {
		transform: scale(1.1)
	}

	to {
		transform: scale(1)
	}
}




.indexNBox {
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	padding-top: 80px;
	padding-left: 80px;
	padding-right: 80px;
	position: absolute;
	padding-bottom: 250px;

}






@media (max-width: 960px) {

	.indexNBox {

		padding-left: 50px;
		padding-right: 50px;
		padding-bottom: 250px;

	}

	.img2 {
		margin-top:-50px;
		height: 80px;
	}

	.img3 {
		margin:30px;
		
	}

	.img5 {
		height: 40px;
		margin:80px 0;
	}



	.video_btn{
		width: .8rem;
		height: 1.6rem;
	}
	.video_btn.left{
		margin-right: .5rem;
	}
	.video_btn.right:before,.video_btn.left:before{
		 width: .3rem; 
		 height: .3rem;

	}
	.new_videos{
		left: auto;
		top:auto;
		width: 100%;
		height: 60%;
		left: calc(0%);
		top: calc(10%);
	}
}


@media (min-width:960px) and (max-width:1280px){

		.img2 {
		height: 100px;
	}

		.product .product_content {
	    width: 16rem;
	    height: 10rem;
	    position: absolute;
	    left: 49%;
	    top: 50%;
	    transform: translate(-50%, -50%);
	    background: url(../img/product_bg.png) no-repeat 50% / 100% 100%;
	    display: flex;
	    justify-content: space-between;
	    align-items: center;
	    padding: 0 0.5rem;
	    box-sizing: border-box;
	}

	.product .product_content_left {
    width:45%;
    height: 50%;
	margin-top: 30px;
}

	.product .product_content_right {
	width:45%;
	 height:80%;
    flex: 1;
    margin-left: 1rem;
}

	.product .text {
    width: 100%;
    height: 70%;
    overflow-y: auto;
    font-size: .5rem;
    color: #2e2e2e;
    margin-top: 0.75rem;
    line-height: 1rem;
}



	.new_videos{
	position: absolute;
	z-index: 99;
	width: 45%;
	height:30%;
	left:27%;
	top:20%;
}

	.product .product_content_video {
    width:100%;
    height: 85%;
	
}

}


@media (min-width:1280px) and (max-width:1440px){


	.product .product_content {
	width: 25rem;
	height: 20rem;
	position: absolute;
	left: 49%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: url(../img/product_bg.png) no-repeat 50% / 100% 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 1rem;
	box-sizing: border-box;
	}

	.product .product_content_left {
    width:50%;
    height: 50%;
	
}

	.product .product_content_right {
	width:40%;
	 height:80%;
    flex: 1;
    margin-left: 1rem;
}

	.product .text {
    width: 100%;
    height: 70%;
    overflow-y: auto;
    font-size: .5rem;
    color: #2e2e2e;
    margin-top: 0.75rem;
    line-height: 1rem;
}

	.product .product_content_video {
    width:100%;
    height: 70%;
	
}

}



@media (min-width:1440px) and (max-width:1680px){


	.product .product_content {
	width: 25rem;
	height: 20rem;
	position: absolute;
	left: 49%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: url(../img/product_bg.png) no-repeat 50% / 100% 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 1rem;
	box-sizing: border-box;
	}

	.product .product_content_left {
    width:45%;
    height: 50%;
	
}

	.product .product_content_right {
	width:45%;
	 height:80%;
    flex: 1;
    margin-left: 1rem;
}

	.product .text {
    width: 100%;
    height: 70%;
    overflow-y: auto;
    font-size: .5rem;
    color: #2e2e2e;
    margin-top: 0.75rem;
    line-height: 1rem;
}

	.product .product_content_video {
    width:100%;
    height: 65%;
	
}

}

@media (min-width:1680px) and (max-width:1920px){


	.product .product_content {
	width: 30rem;
	height: 20rem;
	position: absolute;
	left: 49%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: url(../img/product_bg.png) no-repeat 50% / 100% 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 1rem;
	box-sizing: border-box;
	}

	.product .product_content_left {
    width:45%;
    height: 50%;
	
}

	.product .product_content_right {
	width:45%;
	 height:80%;
    flex: 1;
    margin-left: 1rem;
}

	.product .text {
    width: 100%;
    height: 80%;
    overflow-y: auto;
    font-size: .5rem;
    color: #2e2e2e;
    margin-top: 0.75rem;
    line-height: 1rem;
}


	.product .product_content_video {
    width:100%;
    height: 75%;
	
}


}

@media (min-width:1920px) and (max-width:2560px){

.product .product_content {
	width: 25rem;
	height: 20rem;
	position: absolute;
	left: 49%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: url(../img/product_bg.png) no-repeat 50% / 100% 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 1rem;
	box-sizing: border-box;
	}

	.product .product_content_left {
    width:45%;
    height: 50%;
	
}

	.product .product_content_right {
	width:45%;
	 height:80%;
    flex: 1;
    margin-left: 1rem;
}

	.product .text {
    width: 100%;
    height: 80%;
    overflow-y: auto;
    font-size: .5rem;
    color: #2e2e2e;
    margin-top: 0.75rem;
    line-height: 1rem;
}

	.product .product_content_video {
    width:100%;
    height: 65%;
	
}

}


@media (min-width:2560px) and (max-width:2880px){

.product .product_content {
	width: 20rem;
	height: 15rem;
	position: absolute;
	left: 49%;
	top: 40%;
	transform: translate(-50%, -50%);
	background: url(../img/product_bg.png) no-repeat 50% / 100% 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 1rem;
	box-sizing: border-box;
	}

	.product .product_content_left {
    width:45%;
    height: 50%;
	
}

	.product .product_content_right {
	width:45%;
	 height:80%;
    flex: 1;
    margin-left: 1rem;
}

	.product .text {
    width: 100%;
    height: 80%;
    overflow-y: auto;
    font-size: .5rem;
    color: #2e2e2e;
    margin-top: 0.75rem;
    line-height: 1rem;
}

	.product .product_content_video {
    width:100%;
    height: 75%;
	
}

}

/*
@media (min-width: 1920px) {
	.button_item.full:hover,.button_item.full.on{
	background-image: url('../img/icon_full_on.png');
	}
	.button_item.fav{
		background-image: url('../img/icon_fav.png'); 
	}
	.button_item.fav:hover,.button_item.fav.on{
		background-image: url('../img/icon_fav_on.png'); 
	}
	.button_item.share{
		position: relative;
		background-image: url('../img/icon_share.png'); 
	}
	.button_item.share:hover,.button_item.share.on{
		background-image: url('../img/icon_share_on.png'); 
	}
	.button_item.music{
		background-image: url('../img/icon_music.png'); 
	}
	.button_item.music:hover,.button_item.music.on{
		background-image: url('../img/icon_music_on.png'); 
	}
	.product .product_content {
	    width: 30rem;
	    height: 20rem;
	    position: absolute;
	    left: 50%;
	    top: 50%;
	    transform: translate(-50%, -50%);
	    background: url(../img/product_bg.png) no-repeat 50% / 100% 100%;
	    display: flex;
	    justify-content: space-between;
	    align-items: center;
	    padding: 0 1rem;
	    box-sizing: border-box;
	}
}
*/