:root {
 --AddtoCartColor: #e6e6e6;
 --BuyNowColor: #02fd00;
 --ThemesBoxTitleColor:#C48B55;
 --ThemesBoxTitleFont: "Poppins-SemiBold";
 --ThemesBoxSubTitleColor: #C48B55;
 --ThemesBoxSubTitleFont: "Poppins-SemiBold";
 --ThemesProductsTitleColor:#C48B55;
 --ThemesProductsTitleFont: "Poppins-SemiBold";
 --ThemesProductsPriceColor: #C48B55;
 --ThemesProductsPriceFont: "Poppins-Regular";
 --ThemesProductsDelPriceColor: #7c937b;
 --ThemesProductsDelPriceFont: "Poppins-Regular";
 --ThemesTextContentColor: #333;
 --ThemesTextContentFont: "Poppins-Regular";
 --ThemesHeaderBgColor: #fff;
 --ThemesHeaderTextColor: #C48B55;
 --ThemesBoardColor: {
#C48B55;
}
;
 --ThemesHeaderIconColor: #C48B55;
 --ThemesHeaderInputBorderColor: {
$ThemesHeaderInputBorderColor
};
 --ThemesNavBgColor: {
$ThemesNavBgColor
};
 --ThemesNavTextColor: #C48B55;
 --ThemesNavTextHoverColor: #C48B55;
 --ThemesNavLevel2TextColor: #000000;
 --ThemesNavLevel2TextHoverColor: #000000;
 --ThemesNavLevel3TextColor: #000000;
 --ThemesNavLevel3TextHoverColor: #000000;
 --ThemesNavLevel4TextColor: #000000;
 --ThemesNavLevel4TextHoverColor: #000000;
 --ThemesHeaderTipsColor: {
$ThemesHeaderTipsColor
};
 --ThemesFooterBgColor: #C48B55;
 --ThemesFooterTitleColor: #ffffff;
 --ThemesFooterTextColor: #ffffff;
 --ThemesFooterTextHoverColor: {
$ThemesFooterTextHoverColor
};
 --ThemesFooterIconColor: #ffffff;
 --ThemesFooterButtonColor: #507e5d;
 --ThemesFooterButtonHoverColor: {
$ThemesFooterButtonHoverColor
};
 --ThemesFooterButtonBgColor: #ffffff;
 --ThemesFooterButtonBgHoverColor: {
$ThemesFooterButtonBgHoverColor
};
 --ThemesFooterInputBorderColor: #ffffff;
 --ThemesFooterInputBgColor: #ffffff;
 --ThemesFooterInputColor:#C48B55;
 --ThemesCopyrightColor: {
$ThemesCopyrightColor
};
 --ThemesCopyrightBgColor: {
$ThemesCopyrightBgColor
};
 --ThemesReviewsStarColor: #C48B55;
 --ThemesAttrOptionColor: #000000;
 --ThemesProductSoldFontColor: {
$ThemesProductSoldFontColor
};
 --ThemesFooterLineColor: #ffffff;
 --ThemesBodyColor: #ffffff;
 --ThemesNavFont: Poppins-SemiBold;
 --ThemesFooterNavFont: Poppins-Regular;
 --ThemesCheckoutButtonBgColor: #000000;
 --ThemesCheckoutButtonTextColor: #ffffff;
 --ProductsSalesBgStyleColor: #215b32;
 --ProductsSalesTextColor: #fff;
 --ThemesAddToCartTextColor: #000;
 --ThemesAddToCartTextHoverColor: #fff;
 --ThemesAddToCartBgColor: #fff;
 --ThemesAddToCartBgHoverColor: #000;
 --ThemesAddToCartBorderColor: #000;
 --ThemesAddToCartBorderHoverColor: #000;
 --ThemesBuyNowTextColor: #fff;
 --ThemesBuyNowBgColor: #000;
 --ThemesButtonFont: Montserrat-Bold;
 --PreBackgroundColor: #F1F1F1;
}
body, html {
	font-family: "Poppins-Regular";
}
body.index {
	background-color: var(--ThemesBodyColor);
}
.themes_box_title {
	color: var(--ThemesBoxTitleColor);
	font-family: var(--ThemesBoxTitleFont);
}
.themes_box_subtitle {
	color: var(--ThemesBoxSubTitleColor);
	font-family: var(--ThemesBoxSubTitleFont);
}
.themes_products_title, .themes_products_title a {
	color: var(--ThemesProductsTitleColor);
	font-family: var(--ThemesProductsTitleFont);
}
.themes_products_price {
	color: var(--ThemesProductsPriceColor);
	font-family: var(--ThemesProductsPriceFont);
}
.themes_products_sales {
	background-color: var(--ProductsSalesBgStyleColor);
	color:var(--ProductsSalesTextColor);
}
.themes_products_origin_price, .themes_products_origin_price a {
	color: var(--ThemesProductsDelPriceColor);
	font-family: var(--ThemesProductsDelPriceFont);
}
.themes_text_content {
	color: var(--ThemesTextContentColor);
	font-family: var(--ThemesTextContentFont);
}
.icon-star1.star_1:before, .review_star .half_star:after {
	color: var(--ThemesReviewsStarColor);
}
.review_star .half_star:after {
	color: var(--ThemesReviewsStarColor);
}
.ly_email_one .top_text {
	color: var(--ThemesBoxTitleColor);
	font-family: var(--ThemesBoxTitleFont);
}
.ly_email_one .sub_text {
	color: #595959;
	font-family: var(--ThemesBoxSubTitleFont);
}
/* 产品详细购物车按钮 start */
.default_products_detail #addtocart_button {
	background-color: var(--ThemesAddToCartBgColor);
	border-width: 1px;
	border-style: solid;
	border-color: var(--ThemesAddToCartBorderColor);
	color: var(--ThemesAddToCartTextColor);
}
.default_products_detail #addtocart_button:hover {
	background-color: var(--ThemesAddToCartBgHoverColor);
	color:var(--ThemesAddToCartTextHoverColor);
	border-color: var(--ThemesAddToCartBorderHoverColor);
}
.default_products_detail #buynow_button {
	background-color: var(--ThemesBuyNowBgColor);
	border-width: 1px;
	border-style: solid;
	border-color: var(--ThemesBuyNowBgColor);
	color: var(--ThemesBuyNowTextColor);
}
.default_products_detail #buynow_button:hover {
	background-color: var(--ThemesBuyNowBgColor);
	border-width: 1px;
	border-style: solid;
	border-color: var(--ThemesBuyNowBgColor);
}
.shopping_add_to_cart .shopping_addtocart_add_btn {
	background-color: var(--ThemesAddToCartBgColor);
	border-style: solid;
	border-width: 1px;
	border-color: var(--ThemesAddToCartBorderColor);
	color: var(--ThemesAddToCartTextColor);
}
.shopping_add_to_cart .shopping_addtocart_add_btn:hover {
	background-color: var(--ThemesAddToCartBgHoverColor);
	color:var(--ThemesAddToCartTextHoverColor);
	border-color: var(--ThemesAddToCartBorderHoverColor);
}
.shopping_add_to_cart .shopping_addtocart_buy_btn {
	background-color: var(--ThemesBuyNowBgColor);
	border-width: 1px;
	border-style: solid;
	border-color: var(--ThemesBuyNowBgColor);
	color: var(--ThemesBuyNowTextColor);
}
.shopping_add_to_cart .shopping_addtocart_buy_btn:hover {
	background-color: var(--ThemesBuyNowBgColor);
}
#header.ly_header_79.header_fixed_top .headerFixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
}
@media screen and (max-width: 1000px) {
#header.ly_header_79 .headerFixed {
position: absolute;
top: 0;
left: 0;
width: 100%;
z-index: 100
}
}
#header.ly_header_79 {
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	min-width:unset;
	position: relative
}
#header.ly_header_79 .themes_global_header {
	display: flex;
	align-items: center
}
#header.ly_header_79 .default_nav_style {
	font-family: var(--ThemesNavFont)
}
#header.ly_header_79 .ly_i_wrapper_1680 {
	padding:30px 0 15px 0;
}
#header.ly_header_79 .ly_header_left {
	display:inline-block;
	vertical-align:middle
}
#header.ly_header_79 .ly_header_center {
	display:inline-block;
	vertical-align:middle;
	-webkit-box-flex:1;
	-webkit-flex:1;
	-ms-flex:1;
	flex:1;
	width:auto;
	width:calc(100% - 500px)
}
#header.ly_header_79 .ly_header_right {
	display:inline-block;
	vertical-align:middle;
	text-align:right
}
.ly_header_79 .ly_i_wrapper_1680 {
	width:1680px;
	padding:0 15px;
	margin:auto
}
.ly_header_79 .ly_header_menu_mb {
	display:none
}
.ly_header_79 .logo {
	text-align:left
}
.ly_header_79 .logo a img {
	top:0;
	left: 0
}
.ly_header_79 .default_nav_style li {
	display:inline-block;
	float:none;
	vertical-align:middle
}
.ly_header_79 .default_nav_style li a {
	display:block;
	font-size:14px;
	line-height:36px;
	padding:0 1.5625vw
}
.ly_header_79 .default_language_currency_style {
	display:inline-block;
	vertical-align:middle;
	cursor:pointer;
	margin-right:10px;
	float: none
}
.ly_header_79 .default_language_currency_style dt, .ly_header_79 .default_language_currency_style dt span {
	line-height:36px;
	display: inline-block;
	vertical-align: middle
}
.ly_header_79 .default_language_currency_style dt {
	padding:0 0;
	letter-spacing: 1px
}
.ly_header_79 .default_language_currency_style dt span:nth-child(1) {
padding-left:0
}
.ly_header_79 .default_language_currency_style dt span:nth-child(2) {
padding-right:0
}
.ly_header_79 .default_language_currency_style i:before {
	display:none
}
.ly_header_79 .default_search_style {
	position:relative;
	display:inline-block;
	width:36px;
	height:36px;
	vertical-align:middle;
	cursor:pointer
}
.ly_header_79 .default_search_style.down_search_wrapper {
	position:static
}
.ly_header_79 .default_search_style.down_search_wrapper .default_search_btn {
	position:relative
}
.ly_header_79 .default_search_style .default_search_btn {
	display:block;
	width:100%;
	height:100%
}
.ly_header_79 .default_search_style .iconfont {
	position:absolute;
	top:50%;
	left:50%;
	-webkit-transform:translate(-50%, -50%);
	-ms-transform:translate(-50%, -50%);
	transform:translate(-50%, -50%);
	font-size:23px
}
.ly_header_79 .default_account_style {
	position:relative;
	display:inline-block;
	width:36px;
	height:36px;
	vertical-align:middle;
	margin-left:20px;
	margin-right:20px;
	cursor:pointer
}
.ly_header_79 .default_account_style .global_login_sec {
	display:block;
	width:100%;
	height:100%
}
.ly_header_79 .default_account_style .global_login_sec .global_signin_module {
	left:-250px
}
.ly_header_79 .default_account_style .global_account_sec {
	display:block;
	width:100%;
	height:100%
}
.ly_header_79 .default_account_style .global_account_sec .AccountButton_sec {
	display:none
}
.ly_header_79 .default_account_style .global_account_sec .account_container_sec {
	left:-140px
}
.ly_header_79 .default_account_style .global_account_sec .account_box_sec {
	text-align:center
}
.ly_header_79 .default_account_style .global_account_sec .account_box_sec .btn {
	font-size:14px
}
.ly_header_79 .default_account_style .iconfont {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 24px
}
.ly_header_79 .default_shopping_cart_style {
	position: relative;
	display:inline-block;
	vertical-align:middle;
	cursor:pointer
}
.ly_header_79 .default_shopping_cart_style .text_0 {
	display:inline-block;
	width:36px;
	height:36px;
	vertical-align:middle;
	opacity: 0
}
.ly_header_79 .default_shopping_cart_style .cart_count {
	display:none
}
.ly_header_79 .default_shopping_cart_style .text_1 {
	display:none
}
.ly_header_79 .default_shopping_cart_style .cart_count_price {
	padding-left:6px;
	font-size:16px;
	line-height:36px;
	vertical-align:middle
}
.ly_header_79 .default_shopping_cart_style .themes_dropdown {
	left:-260px;
	font-size:14px
}
.ly_header_79 .default_shopping_cart_style .iconfont {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 6px;
	font-size: 22px
}
.ly_header_79 a:hover {
	text-decoration:unset
}
@media screen and (max-width:1760px) {
.ly_header_79 .ly_i_wrapper_1680 {
width:92%
}
}
@media screen and (max-width:1000px) {
#header.ly_header_79 .ly_header_left {
flex: 1
}
.ly_header_79 .ly_i_wrapper_1680 {
width:100%;
padding:0 4vw;
-webkit-box-sizing:border-box;
box-sizing:border-box;
overflow:hidden
}
#header.ly_header_79 {
min-height:60px;
-webkit-box-sizing:border-box;
box-sizing:border-box
}
#header.ly_header_79 .ly_i_wrapper_1680 {
display:-webkit-box;
display:-webkit-flex;
display:-ms-flexbox;
display:flex;
-webkit-box-align:center;
-webkit-align-items:center;
-ms-flex-align:center;
align-items:center;
-webkit-box-pack:justify;
-webkit-justify-content:space-between;
-ms-flex-pack:justify;
justify-content:space-between;
padding:20px 10px 5px 10px;
}
#header.ly_header_79 .ly_header_center {
display:none
}
#header.ly_header_79 .ly_header_right {
width:74px;
font-size: 0
}
.ly_header_79 .ly_header_menu_mb {
display:block;
width:74px;
height:18px;
text-align:center;
font-size:0;
cursor:pointer;
-webkit-transition:-webkit-transform .3s;
transition:-webkit-transform .3s;
-o-transition:transform .3s;
transition:transform .3s;
transition:transform .3s, -webkit-transform .3s;
transition:transform .3s, -webkit-transform .3s;
transition:transform .3s, -webkit-transform .3s;
transition:transform .3s, -webkit-transform .3s;
transition:transform .3s, -webkit-transform .3s;
transition:transform .3s, -webkit-transform .3s;
transition:transform .3s, -webkit-transform .3s;
transition:transform .3s, -webkit-transform .3s;
transition:transform .3s, -webkit-transform .3s;
-webkit-box-pack:center;
-webkit-justify-content:center;
-ms-flex-pack:center;
justify-content:center;
-webkit-box-orient:vertical;
-webkit-box-direction:normal;
-webkit-flex-direction:column;
-ms-flex-direction:column;
flex-direction:column
}
.ly_header_79 .ly_header_menu_mb span {
display:block;
margin-bottom:6px;
width:22px;
height:2px;
border-radius:0px;
-webkit-transition:background .5s cubic-bezier(.77, .2, .05, 1), opacity .55s ease, width .5s, -webkit-transform .5s cubic-bezier(.77, .2, .05, 1);
transition:background .5s cubic-bezier(.77, .2, .05, 1), opacity .55s ease, width .5s, -webkit-transform .5s cubic-bezier(.77, .2, .05, 1);
-o-transition:background .5s cubic-bezier(.77, .2, .05, 1), opacity .55s ease, transform .5s cubic-bezier(.77, .2, .05, 1), width .5s;
transition:background .5s cubic-bezier(.77, .2, .05, 1), opacity .55s ease, transform .5s cubic-bezier(.77, .2, .05, 1), width .5s;
transition:background .5s cubic-bezier(.77, .2, .05, 1), opacity .55s ease, transform .5s cubic-bezier(.77, .2, .05, 1), width .5s, -webkit-transform .5s cubic-bezier(.77, .2, .05, 1);
-webkit-transform-origin:19px;
-ms-transform-origin:19px;
transform-origin:19px
}
.ly_header_79 .ly_header_menu_mb span:last-child {
margin-bottom:0
}
.ly_header_79 .default_language_currency_style {
display:none
}
.ly_header_79 .default_account_style {
display:none
}
.ly_header_79 .default_shopping_cart_style .cart_count_price {
display:none
}
.ly_header_79 .ly_header_left {
padding:0 10px
}
.ly_header_79 .logo {
text-align:center
}
}
@media screen and (min-width:500px) and (max-width:1000px) {
.ly_header_79 .ly_i_wrapper_1680 {
width:92%
}
}
#header.ly_header_79 {
	background:url(dbeijing.jpg) repeat-x top  ;
}
.ly_header_79 .default_nav_style li a {
transition: .4s;
	color:var(--ThemesNavTextColor)
}
.ly_header_79 .default_nav_style li a:hover {
	color: #2d2d2d;
}
.ly_header_79 .default_shopping_cart_style .cart_count_price {
	font-family:"FuturaBT-Heavy";
	color:#E65C20;
}
.ly_header_79 .default_account_style .iconfont, .ly_header_79 .default_search_style .iconfont, .ly_header_79 .default_shopping_cart_style .iconfont {
	color: var(--ThemesHeaderIconColor)
}
@media screen and (max-width:1000px) {
.ly_header_79 .ly_header_menu_mb span {
background-color:var(--ThemesHeaderIconColor)
}
}
.ly_header_79 #mobile_header .btn_menu i {
	color: var(--ThemesHeaderIconColor)
}
.ly_header_79 #mobile_header .btn_menu .ajax_cart .cart_count {
	background-color:#E65C20;
	color: var(--ThemesHeaderBgColor)
}
/* 产品详细购物车按钮 end */
/*checkout按钮*/
.global_shopping_cart_box .checkout_btn button, body .product_price_container .button_info .btn_checkout {
	background-color: var(--ThemesCheckoutButtonBgColor);
	color:var(--ThemesCheckoutButtonTextColor)
}
.global_shopping_cart_box .checkout_btn button:hover, body .product_price_container .button_info .btn_checkout:hover {
	color:var(--ThemesCheckoutButtonTextColor)
}
.global_shopping_cart_box .checkout_btn .btn-loading {
	background-color: var(--ThemesCheckoutButtonBgColor);
	color:var(--ThemesCheckoutButtonBgColor)
}
.global_shopping_cart_box .checkout_btn .btn-loading:hover, .global_shopping_cart_box .checkout_btn .btn-loading:active {
	background-color: var(--ThemesCheckoutButtonBgColor);
	color:var(--ThemesCheckoutButtonBgColor)
}
.container_screen {
	width: 100%;
	max-width: 1440px;
}
@media screen and (max-width: 1560px) {
 .container_screen {
max-width: 1200px;
}
}
@media screen and (max-width: 1240px) {
 .container_screen {
max-width: 1000px;
}
}
@media screen and (max-width: 1000px) {
 .container_screen {
max-width: 92%;
}
}
.themes_box_button {
	font-family: var(--ThemesButtonFont);
}
/************** 效果 **************/
/* 过度效果 */
.transition2 {
transition:all .2s ease-in-out;
}
.transition3 {
transition:all .3s ease-in-out;
}
.transition4 {
transition:all .4s ease-in-out;
}
.transition5 {
transition:all .5s ease-in-out;
}
/* 鼠标经过向上移动 */
.translateY5:hover {
	transform:translateY(-5px);
}
.translateY10:hover {
	transform:translateY(-10px);
}
.translateY15:hover {
	transform:translateY(-15px);
}
/* 阴影投影 */
.boxshadow {
	box-shadow:0 0 25px 0 rgba(0, 0, 0, 0);
}
.boxshadow:hover {
	box-shadow:0 0 25px 0 rgba(0, 0, 0, .3);
}
/* 放大 */
.scale {
	overflow:hidden;
}
.scale:hover img {
	transform:scale(1.05);
}
/* 选项卡切换效果 */
.tab_show.current {
animation:tabShow .2s 1 0s linear forwards;
-webkit-animation:tabShow .2s 1 0s linear forwards;
}
@-webkit-keyframes tabShow {
 0% {
transform:translateY(30px);
opacity:0;
}
 50% {
transform:translateY(15px);
opacity:.5;
}
 100% {
transform:translateY(0);
opacity:1;
}
}
@keyframes tabShow {
 0% {
transform:translateY(30px);
opacity:0;
}
 50% {
transform:translateY(15px);
opacity:.5;
}
 100% {
transform:translateY(0);
opacity:1;
}
}
.ly_poster_289 a {
	text-decoration: none
}
.ly_poster_289 {
	position: relative
}
.ly_poster_289 .decorativeImag {
	background: url(images/index-bg.png) no-repeat top center / contain;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	pointer-events: none
}
.ly_poster_289 .carousel_wrapper .animate_transition {
	transition:transform 0.5s ease-in 0.05s, opacity 0.5s ease-in 0.05s
}
.ly_poster_289 .poster_box {
	position: relative
}
.ly_poster_289 .poster_box .carousel_box {
	position: relative;
	height: 100%
}
.ly_poster_289 .poster_box .carousel_box .carousel_none {
	opacity: 0;
	z-index: -1;
	pointer-events: none
}
.ly_poster_289 .poster_box .carousel_box .carousel_show {
	opacity: 1;
	z-index: 1;
	pointer-events: auto
}
.ly_poster_289 .poster_box .carousel_box .carousel_show.carousel_animate_scale .carousel_img {
	animation:carousel_img 2s ease
}
.ly_poster_289 .poster_box .carousel_box .carousel_item {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	overflow: hidden
}
.ly_poster_289 .poster_box .carousel_box .carousel_item .animate_btn {
	margin-top: 30px;
	padding: 19px 51px;
	opacity: 0;
	transition:all 1s;
	display: inline-block;
	font-size: 18px;
	border-radius: 30px
}
.ly_poster_289 .poster_box .carousel_box .carousel_item.carousel_show .animate_btn {
	opacity: 1
}
.ly_poster_289 .poster_box .carousel_box .carousel_item .flex_box {
	display: flex;
	align-items: stretch;
	justify-content: center;
	flex-wrap: wrap
}
.ly_poster_289 .poster_box .carousel_box .carousel_item .flex_box .img, .ly_poster_289 .poster_box .carousel_box .carousel_item .flex_box .info_box {
	width: 92%;
	position: relative;
	overflow: hidden
}
.ly_poster_289 .poster_box .carousel_box .carousel_item .flex_box .info_box .box {
	position: absolute;
	top: 45%;
	left: 40%;
	transform: translate(-50%, -40%);
	width: 80%;
	box-sizing: border-box;
	padding: 20px
}
.ly_poster_289 .poster_box .carousel_box .carousel_item .flex_box .info_box .box .carousel_title {
	line-height: .925
}
.ly_poster_289 .poster_box .carousel_box .carousel_item .flex_box .info_box .box .carousel_content {
	margin-top: 15px
}
.ly_poster_289 .poster_box .tab_type_position {
	position: absolute;
	bottom:23px;
	width: 100%;
	text-align: center;
	z-index: 1000;
	font-size: 0
}
.ly_poster_289 .poster_box .carousel_tab.btn_none {
	display: none
}
.ly_poster_289 .poster_box .carousel_tab .tab_btn {
	display: inline-block;
	vertical-align: middle
}
.ly_poster_289 .poster_box .carousel_tab .tab_dots {
	width: 10px;
	height: 10px;
	margin:0 4px;
	background-color: #ffffff4d;
	border-radius: 50%
}
.ly_poster_289 .poster_box .carousel_tab .tab_dots.activity {
	background-color: #ffffff
}
.ly_poster_289 .poster_box .carousel_tab .tab_line {
	width: 80px;
	height: 3px;
	margin:0 6px;
	background-color: #ffffff4d
}
.ly_poster_289 .poster_box .carousel_tab .tab_line.activity {
	background-color: #ffffff
}
.ly_poster_289 .poster_box .carousel_tab .tab_arrow {
	position: absolute;
	top:50%;
	transform: translateY(-50%);
	color:#a5a7ab;
	z-index: 15;
transition: all .3s
}
.ly_poster_289 .poster_box .carousel_tab .tab_arrow i {
	font-size: 46px
}
.ly_poster_289 .poster_box .carousel_tab .tab_arrow.tab_prev {
	left: 3%
}
.ly_poster_289 .poster_box .carousel_tab .tab_arrow.tab_next {
	right: 3%
}
.ly_poster_289 .poster_box .carousel_tab .tab_arrow:hover {
	color:#fff
}
.ly_poster_289 .poster_box .carousel_tab .tab_roundedLines {
	margin: 0 6px;
	width: 80px;
	height: 8px;
	border-radius: 10px;
	background-color: #ffffff4d
}
.ly_poster_289 .poster_box .carousel_tab .tab_roundedLines.activity {
	background-color: #fff
}
.ly_poster_289 .poster_box .compute_process_img{
	 
}

@media screen and (max-width: 1550px) {
.ly_poster_289 .poster_box .carousel_box .carousel_item .flex_box .info_box .box {
width: 85%
}
}
@media screen and (max-width: 1000px) {
.ly_poster_289 .poster_box .carousel_box .carousel_item .flex_box {
align-items: center;
}
.ly_poster_289 .poster_box .carousel_box .carousel_item .flex_box .img,  .ly_poster_289 .poster_box .carousel_box .carousel_item .flex_box .info_box {
width: 100%
}
.ly_poster_289 .poster_box .carousel_box .carousel_item .flex_box .info_box .box {
padding: 41.5px 0 50.5px;
width: 92%;
margin: 0 auto;
position: static;
transform: translate(0, 0)
}
.ly_poster_289 .poster_box .carousel_tab .tab_roundedLines {
margin: 0 4px;
width: 40px;
height: 4px
}
.ly_poster_289 .poster_box .carousel_box .carousel_item .flex_box .info_box .box .carousel_title {
line-height: 1.1
}
.ly_poster_289 .poster_box .carousel_box .carousel_item .flex_box .info_box .box .carousel_content {
margin-top: 0
}
.ly_poster_289 .poster_box .tab_type_position {
bottom: 25px
}
.ly_poster_289 .poster_box .carousel_box .carousel_item .animate_btn {
margin-top: 12px;
padding: 12px 32px
}
}

.ly_poster_289 .poster_box .webpic{ display:block;}
.ly_poster_289 .poster_box .telpic{ display:none;}

@media screen and (max-width: 750px) {
.ly_poster_289 .decorativeImag {
background: url(images/index-mobile-bg.png) no-repeat top center / contain
}
.ly_poster_289 .poster_box .webpic{ display:none;}
.ly_poster_289 .poster_box .telpic{ display:block;}
}
 @keyframes rise_up {
0% {
opacity:0;
transform:translateY(120%)
}
to {
	opacity:1;
	transform:translateY(0%)
}
}
 @keyframes carousel_img {
0% {
-webkit-transform: scale(1.3);
transform: scale(1.3)
}
to {
	-webkit-transform: scale(1);
	transform: scale(1)
}
}
.ly_poster_289[data-visual-id="5110"] {
	padding-top: 0px;
	padding-bottom: 0px;
}
.ly_poster_289[data-visual-id="5110"] .poster_box .carousel_box .carousel_item.Poster-1 {
 
	text-align: center;
}
.ly_poster_289[data-visual-id="5110"] .poster_box .carousel_box .carousel_item.Poster-1 .info_box .carousel_title {
	font-size: 65px;
	color: #ffffff;
}
.ly_poster_289[data-visual-id="5110"] .poster_box .carousel_box .carousel_item.Poster-1 .info_box .carousel_content {
	font-size: 20px;
	color: #ffffff;
}
.ly_poster_289[data-visual-id="5110"] .poster_box .carousel_box .carousel_item.Poster-1 .info_box .animate_btn {
	background-color:#922938 ;
	color: #ffffff;
	font-size: 18px;
}
.ly_poster_289[data-visual-id="5110"] .poster_box .carousel_box .carousel_item.Poster-1 .info_box .animate_btn:hover {
	background-color: #ffffff;
	color: #912532;
}
.ly_poster_289[data-visual-id="5110"] .poster_box .carousel_box .carousel_item.Poster-2 {
 
	text-align: center;
}
.ly_poster_289[data-visual-id="5110"] .poster_box .carousel_box .carousel_item.Poster-2 .info_box .carousel_title {
	font-size: 65px;
	color: #ffffff;
}
.ly_poster_289[data-visual-id="5110"] .poster_box .carousel_box .carousel_item.Poster-2 .info_box .carousel_content {
	font-size: 20px;
	color: #ffffff;
}
.ly_poster_289[data-visual-id="5110"] .poster_box .carousel_box .carousel_item.Poster-2 .info_box .animate_btn {
	background-color: #912532;
	color: #ffffff;
	font-size: 18px;
}
.ly_poster_289[data-visual-id="5110"] .poster_box .carousel_box .carousel_item.Poster-2 .info_box .animate_btn:hover {
	background-color: #ffffff;
	color: #912532;
}
.ly_poster_289[data-visual-id="5110"] .poster_box .carousel_box .carousel_item.Poster-3 {
	text-align: center;
}
.ly_poster_289[data-visual-id="5110"] .poster_box .carousel_box .carousel_item.Poster-3 .info_box .carousel_title {
	font-size: 65px;
	color: #ffffff;
}
.ly_poster_289[data-visual-id="5110"] .poster_box .carousel_box .carousel_item.Poster-3 .info_box .carousel_content {
	font-size: 20px;
	color: #ffffff;
}
.ly_poster_289[data-visual-id="5110"] .poster_box .carousel_box .carousel_item.Poster-3 .info_box .animate_btn {
	background-color: #ff840b;
	color: #ffffff;
	font-size: 18px;
}
.ly_poster_289[data-visual-id="5110"] .poster_box .carousel_box .carousel_item.Poster-3 .info_box .animate_btn:hover {
	background-color: #ffffff;
	color: #ff840b;
}
 @media screen and (max-width: 1000px) {
 .ly_poster_289[data-visual-id="5110"] {
padding-top: 0px;
padding-bottom: 0px;
}
 .ly_poster_289[data-visual-id="5110"] .poster_box .carousel_box .carousel_item.Poster-1 .info_box .carousel_title {
font-size: 34px;
}
 .ly_poster_289[data-visual-id="5110"] .poster_box .carousel_box .carousel_item.Poster-1 .info_box .carousel_content {
font-size: 14px;
}
 .ly_poster_289[data-visual-id="5110"] .poster_box .carousel_box .carousel_item.Poster-1 .info_box .animate_btn {
background-color: #ff840b;
font-size: 13px;
}
 .ly_poster_289[data-visual-id="5110"] .poster_box .carousel_box .carousel_item.Poster-2 .info_box .carousel_title {
font-size: 34px;
}
 .ly_poster_289[data-visual-id="5110"] .poster_box .carousel_box .carousel_item.Poster-2 .info_box .carousel_content {
font-size: 14px;
}
 .ly_poster_289[data-visual-id="5110"] .poster_box .carousel_box .carousel_item.Poster-2 .info_box .animate_btn {
background-color: #ff840b;
font-size: 13px;
}
 .ly_poster_289[data-visual-id="5110"] .poster_box .carousel_box .carousel_item.Poster-3 .info_box .carousel_title {
font-size: 34px;
}
 .ly_poster_289[data-visual-id="5110"] .poster_box .carousel_box .carousel_item.Poster-3 .info_box .carousel_content {
font-size: 14px;
}
 .ly_poster_289[data-visual-id="5110"] .poster_box .carousel_box .carousel_item.Poster-3 .info_box .animate_btn {
background-color: #ff840b;
font-size: 13px;
}
}
