﻿@charset "UTF-8";

/********** 内页样式 **********/
article{
	overflow: hidden;
}
.grey{
	background: #f6f6f6;
}

/* banner */
.banner{
	color: #fff;
	position: relative;
	margin-bottom: 120px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
#overlay {
    position: absolute;
    top: 0; right: 0; left: 0; bottom: 0;
    background: rgba(0,0,0,0.3);
    -webkit-transition: color,0.8s, ease;
    transition: color,0.8s, ease;
}
#banner .text-center {
	width: 100%;
	text-align: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	color: #fff;
}
#banner .text-center .f-title{

margin-bottom: 25px;

/* font-weight: bold; */

/* letter-spacing: 18px; */
}
#banner .text-center .title{
	font-size: 80px;
	font-family: "GenSenMaruGothicTW-Regular";
	margin-bottom: 10vh;
}

/* btn */
.btn-send{
	display: inline-block;
	background-color: #383838;
	color: #fff;
	width: 150px;
	padding: 12px 15px;
	border: none;
	cursor: pointer;
	border-radius: 0;
}
.btn-send:hover{
	background-color: #414141;
	color: #fff;
}

/* image */
.default-container .image{
	overflow: hidden;
}
.default-container .image .imgbox{
    background-size: cover;
    background-repeat: no-repeat;
    transition: all .7s cubic-bezier(.19,1,.22,1);
    -webkit-transition: all .7s cubic-bezier(.19,1,.22,1);
    -moz-transition: all .7s cubic-bezier(.19,1,.22,1);
    -ms-transition: all .7s cubic-bezier(.19,1,.22,1);
    -o-transition: all .7s cubic-bezier(.19,1,.22,1);
    -khtml-transition: all .7s cubic-bezier(.19,1,.22,1);
    text-align: center;
}
.default-container .image:hover .imgbox{
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-khtml-transform: scale(1.05);
}

/* list */
.news-content{
	float: none !important;
}
.news .news-content ul li{
		float:left;
	}
.n_list>div,.n_list>li{
	float:left;
	margin-bottom: 60px;
	/* padding: 0 40px; */
}
.n_list .image{
	height: 280px;
}
.n_list .image .imgbox{
	position: relative;
	width: 100%;
	height: 100%;
}
.n_list .image img{
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 0;
}
.n_list .n_title{
	margin-top: 1em;
}
.n_list .n_title h6{
	line-height: 1.5;
	word-break:break-all;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	overflow: hidden;
	height: 3em;
}

/* page */
.Page{
	margin-bottom: 0 !important;
}
.pagination>li{}
.pagination>li>a, .pagination>li>span{
  margin:0 8px;
  border-radius: 3px !important;
  color: #999;
  font-size: 14px !important;
  display: block;
  border: 1px #e5e5e5 solid;
}
.pagination>li:last-child>a, .pagination>li:last-child>span{
  margin-right: 0;
}
.page-item.active .page-link{
  border-color: #FD4415 !important;
  color: #FD4415 !important;
  background: #ffffff !important;
}
.page-item .page-link:hover{
	color: #FD4415;
	background: #fff;
	border-color: #FD4415;
}

/* mask */
.mask{
  position: relative;
  overflow: hidden;
  padding: 0;
}
.mask a{
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgb(0,0,0,0.3);
  z-index: 9;
}
.mask a:hover{
  background: transparent;
}

/*面包屑导航*/
.bread_crumbs_nav{
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.bread_crumbs_nav ul>li{
	display: inline-block;
	font-size: 0;
}
.bread_crumbs_nav ul>li:after{
	content: ">";
	display: inline-block;
	font-size: 14px;
	color: #c6c6c6;
	margin-left: 25px;
	margin-right: 25px;
}
.bread_crumbs_nav ul>li:nth-last-of-type(1):after{
	content: "";
	display: none;
}
.bread_crumbs_nav ul>li{
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	max-width: 50%;
}
.bread_crumbs_nav ul>li>a{
	font-size: 14px;
	color: #c6c6c6;
	text-decoration: none;
}
.bread_crumbs_nav ul>li>a.active,
.bread_crumbs_nav ul>li>a:hover{
	color: #333333;
}
.bread_crumbs_nav.ny-banner-bread_crumbs_nav ul>li>a.active,
.bread_crumbs_nav.ny-banner-bread_crumbs_nav ul>li>a:hover{
	color: #ffffff;
}

/* 块 */
article{
	margin-bottom: 180px;
}

/* aboutus */
.concept .title{
	font-family:"GenSenMaruGothicTW-Regular";
}
.conceptbox{
	margin: 120px auto 0;
}
.conceptbox .title{
	position: relative;
	margin-bottom: 30px;
	text-align: center;
}
.conceptbox .title:before,.conceptbox .title:after{
	font-family: "Helvetica_Roman";
	font-size: 80px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	line-height: 1;
}
.conceptbox .title:before{
	content:"“";
	left: 0;
}
.conceptbox .title:after{
	content:"”";
	right: 0;
}
.conceptbox .note{
	padding: 0 3em;
}
.aboutus .row.box2 .text-box{
	padding-left: 4%;
}
.aboutus .text-box{
}

/* contactus */
.contactus .column-title{
	margin-bottom: 120px;
}
.contactus .concept hr{
	margin-top: 120px;
	margin-bottom: 0;
}
.contactus .right .address{
	margin-bottom: 20px;
}
.contactus em {
    font-style: normal;
    color: #222222;
    font-weight: bold;
    margin-right: 0.5em;
}
.contactus .right p{
	margin-bottom: 10px;
}
.contactus .right form>.row{
	margin-bottom: 10px;
}
.contactus .right .ewm{
	margin-top: 20px;
}
.contactus .right .ewm img{
	width: 140px;
	margin-left: -12px;
}
.contactus .right .wx img{
	width: 120px;
	margin-top: 0.6rem;
	margin-left: -5px;
}
.contactus .btn-send{
	float: right;
}
.ContactUs .info01{
	margin-bottom:1em;
}
.ContactUs h2{
	font-weight: bold;
}

.note{
	color: #737373;
	line-height: 2;
	text-align: justify;
}
.note p{
	margin-bottom: 1em;
}

/* Stores */
.storesimg h4{
	font-size: 1.5rem !important;
}

/* videolist */
.videolist>li{
    float: left;
}
.videolist i{
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  width: 2.5rem;
  height: 2.5rem;
  font-size: 1.5rem;
  line-height: 1;
  color: rgb(255,255,255,0.8);
}
.videolist a:hover i{
  color: #fff;
}
.videolist .image{
	height: 280px;
}

/* Storeslist */
.Storeslist .n_list .box{
  border: 1px #ddd solid;
  position: relative;
  text-align: left;
  padding: 18px 30px;
  background: #f7f7f7;
  width: 100%;
}
.Storeslist .n_list>div{
	margin-bottom:30px;
	padding: 0;
}
.Storeslist .n_list>div:nth-child(2n-1){
	transition-delay: 0.4s;
}
.Storeslist .n_list>div:nth-child(2n){
	transition-delay: 0.8s;
}
.Storeslist .n_list .box:hover{
  border-color: #bababa;
}
.Storeslist h4{
  margin: 0.3rem 0 1rem;
}
.Storeslist p{
  line-height: 2;
}
.Storeslist .fixed{
  position: absolute;
  width: 32px;
  right: 20px;
  top: 18px;
}
.Storeslist .info{
	color: #666;
}
.Storeslist .n_list .Page{
	margin-top: 30px;
}

/* productlist */
.productlist .image{
	height: 260px;
}
.productlist .n_title h6{
	height: 1.5em;
}
.productlist .n_title p{
	color: #999;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

/* history */
.historybg{
	/* height: 100vh; */
	position: relative;
	color: #fff;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
.history{
	position: relative;
}
.history .bread_crumbs_nav ul>li>a{
	color: #c6c6c6;
}
.history:before{
	background-color: #000;
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top:0;
	opacity: 0.6;
}
.events h3{
	line-height: 2;
}
.events hr{
	border-color: #fff;
	opacity: 0.6;
}
.eventslist{
	margin: 140px 0;
}
.eventslist>div{
	padding-bottom: 100px;
	/* padding-left: 2em; */
	position: relative;
	overflow: hidden;
}
.eventslist .left{
    position: revert;
    padding-left: 0;
}
.eventslist>div:first-child .left h1{
	color: #FD4415;
}
.eventslist>div:first-child .left h1:before{
	background: #FD4415;
	border-color: #FD4415;
}
.eventslist h1{
	padding-left: 1.5em;
	position: relative;
}
.eventslist .left i{
	position: absolute;
	display: block;
	height: 100%;
	width: 10px;
	left: 0;
	top: 45px;
	border-right: 1px #fff solid;
	opacity: 0.5;
}
.eventslist .left h1:before{
	content: "";
	width: 20px;
	height: 20px;
	/* background: #fff; */
	border: 2px #fff solid;
	display: block;
	border-radius: 100%;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.eventslist .right p{
	font-size: 20px;
	color: #fff;
}
.eventslist .right p.date{
	font-family: "Helvetica_Thin";
	line-height: 2;
	font-size: 24px;
}
.eventslist .right p.date:after{
	content: "月";
	margin-left: 5px;
}
.eventslist .right li{
	border-bottom: 1px rgba(255,255,255,0.5) dashed;
	margin-bottom: 30px;
}
.eventslist .right li:last-child{
	border: none;
}

/* newslist */
.news .news-content ul {
    width: 100%;
    margin: auto;
}
.news .news-content ul li a {
    /* float:left; */
    padding: 40px 50px;
    border: 1px solid #E5E5E5;
    position: relative;
    visibility: visible;
    animation-name: fadeInUp;
    background: #fff;
    overflow: hidden;
    /* width: 30.667%; */
    /* margin-right: 4%; */
    margin-bottom: 2em;
    display: block;
}
.news .news-content ul li:hover a {
	box-shadow: 0 0px 20px rgba(0,0,0,.1);
}
.news .news-content ul li:nth-child(3n){
	margin-right: 0;
}
.news .news-content ul li time {
    display:block;
    font-size: 24px;
    color: #ccc;
    font-family: "Futura";
    margin-bottom: 10px;
}
.news .news-content ul li h4 {
    font-size: 16px;
    color: #3a3a3a;
    position: relative;
    line-height: 1.5;
    padding-bottom: 12px;
    margin-bottom: 25px;
    text-align: justify;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    height: 4em;
}
.news .news-content ul li h4:before{
	content: "";
	position: absolute;
	left: 0px;
	bottom: 0;
	width: 100%;
	height: 15px;
	background: #ffffff;
}
.news .news-content ul li h4:after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0;
    width: 20%;
    transition: all 1s;
    border-bottom: 2px #FFA873 solid;
}
.news .news-content ul li:hover h4:after {
    width: 100%;
}
.news .news-content ul li p{
    height: 36px;
    margin-bottom: 35px;
    font-size:12px;
    color: #999;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    text-align: justify;
}
.news .news-content ul li .pic {
    width:100%;
    height: 230px;
    overflow:hidden;
    position: relative;
}

/* Newsshow */
.NewsDetails{
	background: #fff;
	padding: 70px;
}
.NewsDetails h3{
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
}
.NewsDetails .time{
  text-align: center;
  margin: 20px 0 30px;
}
.NewsDetails .time span{
  display: inline-block;
  margin-right: 10px;
  color: #999;
  font-size: 14px;
}
.NewsDetails .Detail{
  position: relative;
  padding: 20px 20px 20px 80px;
  margin-bottom: 0.6rem;
  background: #efefef;
  color: #808080;
  line-height: 2;
  text-align: justify;
  font-size: 14px;
}
.NewsDetails .Detail:before{
	content: "“";
	font-size: 80px;
	font-family: "Helvetica_Roman";
	color: #FD4415;
	position: absolute;
	top: 10px;
	left: 25px;
	line-height: 1;
}
.Newscontent{
  padding: 0 15px;
  border-bottom: 1px #ddd solid;
  margin: 30px auto 20px;
}
.Newscontent p{
  margin-bottom: 1em;
  overflow: hidden;
  line-height: 2;
}
.Newscontent img{
  max-width: 80%;
  display: block;
  margin: auto;
}
.NewsDetails .Newsbtn a{
  margin-bottom: 0.11rem;
  display: block;
}
.NewsDetails .Newsbtn a:last-child{
  margin-bottom: 0;
}
.NewsDetails .Newsbtn .btn-send{
  float: right;
}
.NewsRight{
  max-width: 300px;
  padding: 0;
  left: 5%;
}
li:nth-child(3n-2),.n_list>div:nth-child(3n-2){
	transition-delay: 0.4s;
}
li:nth-child(3n-1),.n_list>div:nth-child(3n-1){
	transition-delay: 0.8s;
}
li:nth-child(3n),.n_list>div:nth-child(3n){
	transition-delay: 1.2s;
}
.NewsLeft{
  border-top: 1px #ddd dotted;
  padding-bottom: 1.3rem;
}
.NewsDetailslist{
  /* display:none; */
}
.NewsDetailslist{
  padding: 25px;
  background: #fff;
}
.NewsDetailslist h5{
  color: #999;
  font-size: 18px;
}
.NewsDetailslist .Newsbox{
  overflow: hidden;
}
.NewsDetailslist .Newsbox li{
  margin: 30px auto 0px;
  overflow: hidden;
  border-bottom: 1px #e5e5e5 solid;
  padding-bottom: 10px;
  animation-name: fadeInUp;
}
.NewsDetailslist .Newsbox li:last-child{
	margin-bottom: 0;
	border: none;
}
.NewsDetailslist .Newsbox .col-xs-12{
  overflow: hidden;
  padding: 0 5px;
}
.NewsDetailslist .Newsbox a{
  line-height: 3;
  text-align: center;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  text-overflow: ellipsis;
  font-size: 16px;
}
.Newsbtn{
	padding: 0 15px;
}


/* product show */
.ProductInfo{
	background: #fff;
	padding: 80px 60px;
	text-align: center;
}
.ProductInfo>div{
	display: inline-block;
	vertical-align: top;
	text-align: left;
}
.ProductInfo .right{
	margin-left: 2em;
	max-width: 40%;
	overflow: hidden;
}
.ProductInfo table{
}
.ProductRight ul{
	margin-top: 10px;
}
.ProductRight .Newsbox h5{
	padding-left: 20px;
}
.ProductRight .Newsbox li{
	/* width: 33.33%; */
	
	padding: 0 15px;
	border: none;
	margin: 10px auto 0;
}


/* video */
.productVideo{
	position: fixed;
	height: 100vh;
	width: 100vw;
	z-index: 99;
	left: 0;
	top: 0;
	display: none;
}
.productVideo .mask{
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
	left: 0;
	top: 0;
}
.productVideo video{
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 0;
	left: 0;
	max-width: 100%;
	max-height: 100%;
	height: auto;
	width: auto;
}
.productVideo .vclose{
	position: absolute;
	right: 20px;
	top: 20px;
	width: 35px;
	cursor: pointer;
}
/* imgCarousel */
.imgCarousel{
  position: relative;
}
.imgCarousel button{
	cursor: pointer;
}
.imgCarousel .mainimg{
	position: relative;
	background: #f5f5f5;
	border: 1px #e5e5e5 solid;
	height: 600px;
}
.imgCarousel .carousel-item{

}
.imgCarousel .carousel-item img{

}
.imgCarousel .carousel-indicators{
	position: static;
	margin: 10px 0 0;
	width: 100%;
	display: block;
}
.videoimg{
	/* margin-top: 15px; */
	/* padding-left: 0; */
	/* margin-left: -15px; */
	/* margin-right: 10px; */
	width: 20%;
	float: left;
}
.pro_img{
		width: 80%;
		float: right;
	}
.imgCarousel .carousel-indicators li, .videoimg .imgbox{
	/* margin: 10px 10px 0; */
	height: 125px;
	/* width: 125px; */
	max-width: 33.333333%;
	background: #f5f5f5;
	border: 1px #e5e5e5 solid;
	overflow: hidden;
	padding: 0;
}
.carousel-item.active{
	display: block;
}
.imgCarousel .carousel-indicators li{
    	float: left;
    	width: 28.3333%;
    	margin: 0 0px 0 5%;
    }
.imgCarousel .carousel-indicators li.active{
	border-color: #ff603a;
}
.imgCarousel .carousel-indicators li:before,.imgCarousel .carousel-indicators li:after{
	display:none;
}
.imgCarousel .carousel-indicators li img{
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}
.carousel-control-next, .carousel-control-prev{
	background: none;
	border: none;
}
.videoimg .imgbox{
	position: relative;
	margin: 10px 0;
	max-width: 100%;
	display: flex;
}
.videoimg .imgbox .mask{
	background: rgba(0,0,0,0.6);
	width: 100%;
	height: 100%;
	position: absolute;
	z-index:1;
	text-align: center;
	cursor: pointer;
}
.videoimg .imgbox:hover .mask{
	background: rgba(0,0,0,0.4);
}
.videoimg .imgbox .mask img{
	position: absolute;
	left: 0;
	right: 0;
}
.videoimg .imgbox img{
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}

.ProductInfo h2{
	margin: 20px auto 40px;
	line-height: 1.3;
}
.ProductInfo table{
  margin-bottom: 0.6rem;
  margin-top: 0.62rem;
}
.ProductInfo table td{
  padding: 10px 0;
  font-size: 14px;
  color: #777;
}
.ProductInfo .btn{
  border-radius: 0;
  width: auto;
  margin-top: 30px;
  padding: 15px 30px;
}

.ProductInfo .Details{
  overflow: hidden;
  float: right;
}
/* ProductDetails */
.ProductDetails p{
  overflow: hidden;
  line-height: 2;
}
.ProductDetails img{
	width: 100%;
}
.ProductDetails{
	float: left;
}
.ProductRight{
  max-width: revert;
  left: 0;
  margin-top: 90px;
  /* padding-right: 15px; */
  float: right;
}

/* invest */
.column-title.text-center .cn{
  line-height: 1;
}
.column-title.text-center .cn:after{
	content: "";
	width: 80px;
	border-bottom: 10px #EEEEEE solid;
	display: block;
	margin: 10px auto 20px;
}
.column-title.text-center .notes{
	color: #999;
}

/* invest */
.invest .box1 input,.invest .box1 select{
	padding: 12px 15px;
}
.invest .box1 .btn-send{
	margin-left: 15px;
}
.invest .box2 img{
	width: 100%;
}
.invest .box2 .image{
	position: relative;
}
.invest .box2 .mask{
	position: absolute;
	text-align: center;
	left: 0;
	background: rgba(0,0,0,0.5);
	height: 100%;
	width: 100%;
	z-index: 1;
}
.invest .box2 .mask>div{
	width: 80%;
	margin: auto;
	color: #fff;
}
.invest .box2 .mask .row{
	height: 100%;
}
.invest .box2 i{
	width: 65px;
	display: block;
	margin: 0 auto 0.5em;
}
.invest .box2 .text{
	margin-top: 2em;
	padding: 0 3%;
	opacity: 0.8;
}
.invest .box3 .left,.invest .box3 .right{
	float: left;
}
.invest .box3 .left>p{
	margin: 2em 0;
	font-size: 16px;
}
.invest .box3 .left h2{
	margin-bottom: 0.2em;
}.invest .box3 .left .col-4{
	text-align: center;
	margin: 3em 0 6em;
}
.invest .box3 .left .col-4 p{
	font-size: 16px;
	color: #999
}
.invest .box3 .ab_intro_icons{
	margin-top: 5em;
}
.invest .ab_intro_icons li{
	padding: 0 50px;
	text-align: center;
	line-height: 1.2;
	color: #999;
}
.invest .ab_intro_icons strong{
	color: #E94922;
	font-family: "Helvetica_Thin";
	font-weight: normal;
	display: inline-block;
	font-size: 4em;
	margin-right: 0.2em;
}
.invest .ab_intro_icons li p{
	font-size: 16px;
}
.invest .box4 .ab_intro_icons{
	margin-bottom: 3em;
}
.invest .box4 .text{
	font-size: 14px;
	padding: 0;
	margin-bottom: 3em;
	opacity: 1;
}
.invest .box4 h4{
	margin-bottom: 0.5rem;
}
.invest .box4 p{
	opacity: 0.8;
	line-height:1;
}
.invest .box4 p:after{
	content:"";
	border-bottom: 2px #fff solid;
	display: block;
	width: 2em;
	margin: auto;
	margin-top: 1em;
}
.invest .box4 .mask .row{
	width:90%;
}
.invest .box5 ul{
	margin-bottom: 2em;
}
.invest .box5 ul:last-child{
	margin-bottom: 0;
}
.invest .box5 li{
    width: 17%;
    margin-bottom: 1em;
}
.invest .box5 li p{
	font-size: 18px;
	color: #666;
}
.invest .box5 li i{
	width: 40px;
	display: block;
	margin: 0 auto 0.5em;
}
.invest .box5 .icon{
	border: 1px #ddd solid;
	height: 150px;
	width: 150px;
	margin: 0 auto 1em;
	border-radius: 100%;
}
.invest .box5 .icon:hover{
	border-color: #ff603a;
	color: #ff603a;
}
.invest .box6 .col-lg-3{
	height: 533px;
	overflow: hidden;
}
.invest .box6 .col-lg-4{
	margin-bottom: 2em;
	height: 250px;
	overflow: hidden;
}
#InvestCarousel{
	padding: 0;
}
#InvestCarousel .mainimg{
	height: auto;
}
#InvestCarousel .carousel-indicators{
	position: absolute;
	padding: 0 4%;
	bottom: 0;
	background: rgba(0,0,0,0.5);
	margin: 0;
}
#InvestCarousel .carousel-indicators li{
	height: 150px;
	padding: 0;
	border-width: 3px;
	margin: 15px 10px;
	width: 20%;
	-webkit-box-flex: revert;
	-webkit-flex: revert;
	-ms-flex: revert;
	flex: revert;
	background: rgba(0,0,0,0.6);
}
.invest .box8 h5{
	margin-bottom: 1em;
}
.invest .box8 p{
	margin-top: 0.5em;
	color: #666;
}
/* map */
#map_canvas{
  overflow: hidden;
  position: relative;
  z-index: 0;
  background-color: rgb(243, 241, 236);
  color: rgb(0, 0, 0);
  text-align: left;
  height: 250px;
  width: 100%;
}
.map{
  position: relative;
  width: 100%;
  margin-bottom: 3em;
}
.VideoView{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 99;
	display: none;
}
.VideoView iframe{
	border: none;
	width: 100%;
	height: 100%;
}
.VideoView .mask{
	width: 100%;
	height: 100%;
	background: rgb(0,0,0,0.75);
}
.VideoView img{
	position: absolute;
	top: 15px;
	right: 15px;
	width: 30px;
	cursor: pointer;
}

/********** 响应式 **********/

@media screen and (min-width: 1200px) {
	.column-title.text-center .cn{
	  font-size: xx-large;
	}
	.default-container .column-title li{
		max-width: 180px;
		float: left;
	}
}

@media screen and (min-width: 1440px) {
    .column-title.text-center .cn{
	  font-size: xxx-large;
	}
}

@media screen and (max-width: 1680px) {
	article{
		margin-bottom: 80px;
	}

	/* invest */
	.invest .box6 .col-lg-3{
		height: 430px;
	}
	.invest .box6 .col-lg-4{
		margin-bottom: 30px;
		height: 200px;
	}
	.ProductRight{
		margin-top: 82px;
		max-width: 330px;
	}

}
@media screen and (max-width: 1440px) {
	.bread_crumbs_nav{
		margin-bottom: 0;
	}
	article{
		/* margin-bottom: 65px; */
	}
	.invest .box1 form>div{
		padding: 0 8px;
	}
	.invest .ab_intro_icons strong{
		font-size: 3em;
	}
	#InvestCarousel .carousel-indicators li{
	    height: 130px;
	}
	.invest .box3 .left .col-4{
		margin: 2em 0 3em;
	}

	/* news */
	.n_list>div,.n_list>li{
		margin-bottom: 1.8em;
	}
	.news .news-content ul li .pic{
		height: 180px;
	}

    /* 	history  */
    .eventslist h1{
    	font-size: 30px;
    }
    .eventslist .right p.date{
    	line-height: 1.5;
    }
    .eventslist .right .note p{
    	font-size: 18px;
    }
    .events h3{
    	font-size: 24px;
    }

    /* product*/
    .imgCarousel .videoimg{
    	/* position: absolute; */
    	/* bottom: 100px; */
    	/* margin: 10px 0 0; */
    }
    .imgCarousel .mainimg{
    	height: 450px;
    }
    .imgCarousel .carousel-indicators li, .videoimg .imgbox{
    	height: 100px;
    }
    .ProductRight{
		max-width: 25%;
	}

    /* video */
    .videolist .image{
		height: 230px;
	}

    /* contactus */
	.contactus .concept hr{
		margin-top: 100px;
		margin-bottom: 40px;
	}

	/* Stores */
	.storesimg h4{
		font-size: 1.3rem !important;
	}

}
@media screen and (max-width: 1199px) {
	article{
		/* margin-bottom: 50px; */
	}

	/* news */

	.news .news-content ul li .pic{
		height: 150px;
	}
	.NewsRight{
		left: 15px;
	}

    /* aboutus */
    .conceptbox{
    	margin: 5em auto 0;
    }
	.conceptbox .note{
		padding: 0 1em;
	}
	.eventslist>div{
		padding-bottom: 2em;
	}
	.contactus .box>.column-title{
		display: none;
	}
	.contactus .column-title{
		margin: 1em auto 3em;
	}
	.contactus .concept hr{
		margin-top: 80px;
		margin-bottom: 20px;
	}

	/* invest */
	.invest .ab_intro_icons li{
    	padding: 0 2em;
    }
    .invest .ab_intro_icons li p{
    	font-size: 14px;
    }
    .invest .box5 li{
		width: 19%;
		margin-bottom: 1em;
	}
	.invest .box3 .left .col-4{
		margin: 1em 0 2em;
	}
	.invest .box6 .col-lg-3{
		height: 350px;
	}
	.invest .box6 .col-lg-4{
		margin-bottom: 30px;
		height: 160px;
	}
	#InvestCarousel .carousel-indicators li{
	    height: 100px;
	}

    /* product show */
	.imgCarousel .mainimg{
    	height: 350px;
    }
    .ProductInfo h2{
    	margin-bottom: 30px;
    }
    .ProductInfo table td{
    	padding: 8px 0;
    }
    .ProductInfo .btn{
    	font-size: 16px;
    	margin-top: 15px;
    }
    .ProductDetails,.ProductRight{
		max-width: 100%;
		width: 100%;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		padding: 0;
		left: 0;
	}
	.ProductRight{
		margin-top: 60px;
	}
	.ProductRight .Newsbox li {
        width: 33.33%;
		float:left;
    }


    /* video */
    .videolist .image{
		height: 180px;
	}
}

@media screen and (max-width: 1024px){

    /* invest */
    .invest .ab_intro_icons li{
    	padding: 0 2em;
    }
	.invest .ab_intro_icons strong{
		font-size: 2em;
		font-weight: bold;
	}
    .invest .box1 form>div{
    	margin-bottom: 2em;
    }
	.invest .box2 .text{
		font-size: 12px;
	}

	/* news */
	.n_list>div,.n_list>li{
		margin-bottom: 2em;
	}
	.news .news-content ul li a{
		padding: 2em 2em;
		margin-bottom: 2em;
	}
	.news .news-content ul li .pic{
		height: 110px;
	}
	.news .news-content ul li h4{
		margin-bottom: 1em;
	}
	.news .news-content ul li p{
		margin-bottom: 1.5em;
	}

	.column-title.text-center .notes{
		font-size: 12px;
		line-height: 1.5;
	}

	.column-title.text-center .cn:after{
		border-width: 6px;
		width: 60px;
	}
	.invest .box3 .left>p{
		font-size: 14px;
		padding: 0 15px;
	}
	.invest .box3 .left .col-4{
		margin: 1em 0 1em;
	}
	.invest .box5 .icon{
		width: 120px;
		height: 120px;
	}
	.invest .box5 li p{
		font-size: 16px;
	}
	.invest .box6 .col-lg-3{
		height: 316px;
	}
	.invest .box6 .col-lg-4{
		margin-bottom: 20px;
		height: 150px;
	}

	.invest .box7 .carousel-indicators{
		display:none;
	}

    /* product */
	.imgCarousel .carousel-indicators li, .videoimg .imgbox{
    	height: 70px;
    }

    /* Stores */
	.storesimg h4{
		font-size: 1.1rem !important;
		color: #999;
	}

}

@media screen and (max-width: 991px) {

	article{
		margin-bottom: 35px;
	}

	/*面包屑导航*/
	.bread_crumbs_nav {
	    padding-top: 20px;
	    padding-bottom: 20px;
	}
	.bread_crumbs_nav ul>li:after {
	    margin-left: 20px;
	    margin-right: 20px;
	}

    /* banner */
    .banner{
		margin-bottom: 5em;
	}
	#banner .text-center .f-title {
	    font-size: 18px;
	    margin-bottom: 15px;
	}
	#banner .text-center .title {
	    font-size: 50px;
	}

	/* news */
	li:nth-child(4n-3),.n_list>div:nth-child(4n-3){
	    transition-delay: 0s;
	}
	li:nth-child(4n-2),.n_list>div:nth-child(4n-2){
		transition-delay: 0.4s;
	}
	li:nth-child(4n-1),.n_list>div:nth-child(4n-1){
	    transition-delay: 0.8s;
	}
	li:nth-child(4n),.n_list>div:nth-child(4n){
		transition-delay: 1.2s;
	}
	.n_list>div,.n_list>li{
		margin-bottom: 1em;
	}
	.NewsRight{
		left: 0;
		margin-top: 20px;
	}
	.NewsDetailslist .Newsbox li{
		border: none;
		margin-bottom: 0;
		padding-bottom: 0;
	}
	.news .news-content ul li a{
		padding: 1.5em 2em 2em;
	}
	.news .news-content ul li .pic{
		height: 160px;
	}
	.news .news-content ul li p{
    margin-bottom: 15px;
}
	.news .news-content ul li h4{
		margin-bottom: 15px;
		font-size: 16px !important;
	}
	.navbar ul{
		-webkit-box-pack: end!important;
		-webkit-justify-content: flex-end!important;
		-ms-flex-pack: end!important;
		justify-content: flex-end!important;
		margin-right: 0px;
	}

	/* aboutus */
	.aboutus .image-box{
		margin-bottom: 2em;
	}
	.contactus .concept hr{
		margin-top: 50px;
		margin-bottom: 30px;
	}
	.conceptbox .title{
		font-size: 32px;
		width: 80%;
		margin: 0 auto 30px;
	}
	.conceptbox .title:before, .conceptbox .title:after{
		font-size: 60px;
	}
	.events h3{
    	font-size: 22px;
    }
	.eventslist{
		margin: 4em auto 6em;
	}
	.eventslist h1{
		font-size: 24px;
	}
	.eventslist .right p.date{
		font-size: 20px;
	}
	.eventslist .right .note p{
		font-size: 16px;
	}

    /* invest */
    .Storeslist h4{
    	font-size: 16px !important;
    	font-weight: bold;
    }
    .Storeslist p{
    	line-height: 1.5;
    	font-size: 12px;
    }
	.invest .box2 .col-6{
		margin-bottom: 2em;
	}
	.invest .box3 .left>p{
		margin-top: 0;
	}
	.invest .box3 .left .col-4{
		margin: 1em 0 2em;
	}
	.invest .box3 .left .col-4 p{
		font-size: 14px;
	}
	.invest .box5 .icon{
		width: 100px;
		height: 100px;
	}
	.invest .box5 .icon i{
		width: 30px;
		margin-bottom: 0.2em;
	}
	.invest .box5 li p{
		font-size: 14px;
	}
	.invest .box6 .col-lg-3{
		margin-bottom: 20px;
	}
	.invest .box6 .col-lg-3,.invest .box6 .col-lg-4{
		height: auto;
		width: 50%;
	}
	.invest .box8{
		padding-bottom: 1em;
	}
    .invest .box8 .col-lg-6{
    	margin-bottom: 1.5em;
    }
    .invest .box8 p{
    	margin-top: 0;
    }
    .invest .map{
    	margin-bottom: 0.2em;
    }

    /* product */
    .imgCarousel .mainimg{
    	height: 450px;
    }
    .imgCarousel>div{
    	margin-left: 0;
    }
    .imgCarousel{
    	/* margin-left:15px; */
    	padding: 0;
    }
    .imgCarousel .carousel-indicators li, .videoimg .imgbox{
    	height: 120px;
    }
    .ProductInfo{
    	padding: 60px 40px;
    }
    .ProductInfo>div{
    	width: 100% !important;
    	max-width: 100% !important;
    }
    .ProductInfo .right{
    	margin-left: 0 !important;
    }
    .ProductInfo h2{
    	margin: 20px 0;
    	font-weight: bold;
    }

    /*video*/
    .videolist .image{
		height: 210px;
	}


}

@media screen and (max-width: 767px) {

	hr{
		margin: 3em 0;
	}


	/*面包屑导航*/
	.bread_crumbs_nav {
	    padding-top: 10px;
	    padding-bottom: 10px;
	    margin-bottom: 0;
	}
	.bread_crumbs_nav ul>li:after {
	    margin-left: 10px;
	    margin-right: 10px;
	}
	.bread_crumbs_nav ul>li>a {
	    font-size: 12px;
	}

    /* page	 */
    .pagination-lg .page-link{
    	padding: 0.3rem 0.7rem;
    }

    /* news */
	
    .n_list>div,.n_list>li{
		margin-bottom: 1em;
	}
    .news .news-content ul li .pic{
		height: 130px;
	}
	.NewsDetails{
		padding: 40px 50px;
	}
	.NewsDetails h3{
		font-size: 24px;
		text-align: left;
	}

    /* banner */
    .banner{
		margin-bottom: 4em;
	}
	#banner .text-center .f-title {
	    font-size: 16px;
	    margin-bottom: 15px;
	}
	#banner .text-center .title {
	    font-size: 36px;
	}

	/* aboutus */
	.contactus .concept hr{
		margin-top: 40px;
		margin-bottom: 0px;
	}
	.events h3{
    	font-size: 18px;
    	text-align: center;
    }
	.eventslist{
		margin: 2em 0 6em;
	}
	.conceptbox{
		margin-top: 4em;
	}
	.conceptbox .title{
		font-size: 24px;
		width: 80%;
		margin: 0 auto 30px;
	}
	.conceptbox .title:before, .conceptbox .title:after{
		font-size: 50px;
	}
	.eventslist .left i{
		width: 5px;
		top: 30px;
	}
	.eventslist .left h1{
		padding-left: 1em;
		font-size: 20px;
		line-height: 1.5em;
	}
	.eventslist .left h1:before{
		width: 10px;
		height: 10px;
	}
	.contactus .btn-send{
		margin: auto;
		float: revert;
		display: block;
	}

	/* invest */
	.invest .box1{
		padding: 0 15px;
	}
    .invest .box1 form>div{
    	margin-bottom: 1em;
    	padding: 0;
    }
    .invest .box1 form>div.left{
    	padding-right: 1em;
    }
    .invest .box1 .btnbox{
    	margin-bottom: 0;
    }
    .invest .box2 i{
    	width: 3em;
    }

    .invest .ab_intro_icons li{
    	padding: 0 1.5em;
    }
    .invest .ab_intro_icons li p{
    	font-size: 12px;
    }
    .invest .box3 .ab_intro_icons{
    	margin-top: 1em;
    }
    .invest .box4 .ab_intro_icons{
		margin-bottom: 2em;
	}
    .invest .box5 .icon{
    	width: 90px;
    	height: 90px;
    }
    .invest .box5 li{
		width: 18%;
		margin-bottom: 0;
	}
    .invest .box5 li p{
		font-size: 12px;
	}
	.invest .box5 .icon i{
		width: 28px;
	}

	/* Stores */
	.storesimg h4{
		font-size: 14px !important;
	}

	/* product */
	.imgCarousel{
		padding: 0;
		margin-left: 0;
	}
    .imgCarousel .mainimg{
    	height: 350px;
    	/* margin-bottom: 1.5em; */
    	overflow: hidden;
    }
    .imgCarousel .carousel-indicators li, .videoimg .imgbox{
    	height: 90px;
    }
    .imgCarousel>div{
    	margin: auto;
    }
    .ProductInfo{
    	padding: 3em 3em;
    }
    .ProductInfo h2{
    	margin: 20px 0;
    	font-weight: bold;
    }
    .ProductInfo table td{
    	padding: 5px 0;
    	font-size: 12px;
    }
    .ProductInfo .btn{
    	font-size: 16px;
    }

    .productlist .image{
    	height: 160px;
    }
    .productlist .n_title{
    	margin-top: 0;
    	text-align: center;
    }
    .productlist .n_title h6{
    	margin-bottom: 0.2em;
    }
    .productlist .n_title p{
    	font-size: 12px;
    }

    .default-container .column-title .nav-link{
    	font-size: 14px;
    }

    /*video*/
    .videolist .image{
		height: 170px;
	}

}

}

@media (min-width: 576px) and (max-width: 767px) {

}

@media screen and (max-width: 575px) {

	/*面包屑导航*/
	.bread_crumbs_nav {
	    padding-top: 12px;
	    padding-bottom: 12px;
	}
	.bread_crumbs_nav ul>li:after {
	    margin-left: 10px;
	    margin-right: 10px;
	}

	/* banner */
    .banner{
		margin-bottom: 3em;
	}

	/* news */
	li:nth-child(2n-1),.n_list>div:nth-child(2n-1){
	    transition-delay: 0.2s;
	}
	li:nth-child(2n),.n_list>div:nth-child(2n){
		transition-delay: 0.4s;
	}
	.n_list>div,.n_list>li{
		padding:0;
	}
	.news .news-content{
		margin-top: -15px;
	}
	.news .news-content ul li{
		padding: 0;
	}
	.page-item .page-link[aria-label="Previous"],.page-item .page-link[aria-label="Next"]{
		font-size: 0px !important;
		/* opacity: 0; */
	}
	.page-item .page-link[aria-label="Previous"]:before{
		content: "<";
		display: block;
		font-size: 14px;
	}
	.page-item .page-link[aria-label="Next"]:before{
		content: ">";
		display: block;
		font-size: 14px;
	}
	.news .news-content ul li .pic{
		height: revert;
	}
	.news .news-content ul li .pic img{
		position: revert;
	}
	.NewsDetails h3{
		font-size: 20px;
		text-align: left;
	}
	.NewsDetails .time{
		margin: 0.5em 0 1em;
	}
	.NewsDetails .time span{
		font-size: 12px;
	}
	.NewsDetails{
		padding: 30px 30px;
	}
	.NewsDetails .Detail{
		font-size: 12px;
		padding: 20px 20px 20px 50px;
	}
	.NewsDetails .Detail:before{
		left: 13px;
		font-size: 65px;
	}
	.NewsDetailslist .Newsbox li{
		margin-top: 1em;
		padding: 0;
	}
	.NewsDetailslist h5{
		font-size: 16px;
		padding: 5px 0;
	}
	.NewsDetailslist .Newsbox a{
		font-size: 12px;
	}
	.NewsDetailslist{
	    padding: 15px 20px;
	 }

	.imgCarousel .mainimg{
    	height: 240px;
    }
	.ProductInfo{
    	padding: 2em 2em;
    }
    .ProductRight .NewsDetailslist .Newsbox li{
    	padding: 0;
    	width: 100% !important;
    }

    .imgCarousel .carousel-indicators{
    	padding: 0;
    	height: 50px;
    }
    .imgCarousel .carousel-indicators li, .videoimg .imgbox{
    	height: 50px;
    }


	/* aboutus */
	.conceptbox{
		margin-top: 2.5em;
	}
	.events h3{
		font-size: 16px;
		line-height: 1.5;
	}
	.eventslist{
		margin: 1em 0 3em;
	}

	/* invest */
	.invest .box1 form>div.left.col-12{
    	padding-right: 0;
    }
	.invest .box2 .row{
		padding: 0 15px;
	}
	.invest .box2 .col-6{
		margin-bottom: 0;
		padding: 0;
	}
	.invest .box4 p{
		font-size: 12px;
	}

	.invest .box3 .left>p{
		font-size: 12px;
		padding: 0;
	}
	.invest .box3 .left .col-4{
		margin-bottom: 0em;
	}
	.invest .box3 .left .col-4 p{
		font-size: 12px;
	}
	.invest .ab_intro_icons li{
    	padding: 0 1em;
    	margin-top: 1em;
    }
    .invest .box4 .ab_intro_icons li{
    	margin-top: 0;
    }
    .invest .box5 ul{
    	margin: 0 0 1em;
    }
    .invest .box5 li{
    	width: 33%;
    	margin-bottom: 0;
    }
    .invest .box5 .icon{
    	width: 80px;
    	height: 80px;
    	line-height: 1;
    }
    .invest .box5 .icon>div{
    	padding: 0;
    }
    .invest .box8 p{
    	font-size: 12px;
    }

    .productlist .image{
    	height: auto;
    }
    .n_list .image img,.videolist .image IMG{
    	position: revert;
    }
    .n_list>div{
		margin-bottom: 1.5em;
		padding: 0;
	}
    .videolist .image{
    	height:auto;
    }
    .n_list .n_title h6{
    	height:revert;
    }
    .n_list .n_title{
    	margin-top: 0.5em;
    }
    .ProductInfo .btn{
    	font-size: 12px;
    }
    .ProductInfo .right{
    	text-align: center;
    }
    .ProductInfo table{
    	text-align: left;
    }
    .ProductInfo .videoimg .imgbox img{
    	width: 40%;
    }
    .navbar ul{
		-webkit-box-pack: justify!important;
		-webkit-justify-content: space-between!important;
		-ms-flex-pack: justify!important;
		justify-content: space-between!important;
		margin-right: 0px;
		padding-left: 15px;
	}
	.navbar li{
		padding: 0;
		max-width: 48%;
	}


}

@media screen and (max-width: 480px){
	.invest .box2 .text{
		display: none;
	}
	.invest .box4 .align-self-end{
		align-self: center !important;
	}

	/* aboutus*/
	.eventslist .right .note p{
		font-size: 14px;
	}

}

/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {

}
