@charset "utf-8";

@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(../fonts/opensan.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}


@font-face {
	font-family: 'roboto';
	src: url(../fonts/roboto.woff2) format('woff2'),
} 

@font-face {
	font-family: 'robotoslab';
	src: url(../fonts/robotoslab.woff2) format('woff2'),
}  
body {
	font-family: 'Open Sans';
	padding: 0;
	margin: 0;
}

a:hover,
a:focus {
	text-decoration: none;
}

a {
	color: #505050;
}

ul,
ol {
	list-style: none;
	padding: 0;
}

img {
	/* max-width: 100%; */
}

.text_center {
	text-align: center;
}

.left {
	float: left;
}

.right {
	float: right;
}

.bg_style {
	background-position: center;
	background-repeat: no-repeat;
}

.logo_color {
	color: rgb(218, 37, 29);
}


.width40 {
	width: 40%;
	margin: 0 auto;
}
.pagination>li>a, .pagination>li>span{
    color: #b4976d;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    background-color: #b4976d;
    border-color: #b4976d;
}
@media (min-width: 1500px) {
	.container {
		width: 1440px;
		padding: 0;
	}
}

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

.hidden-md {
	display: none;
}

button:focus,
input:focus {
	outline: none !important;
}
.in_co_right_div input[type=checkbox],
.in_co_right_div input[type=radio], 
.in_co_right_div select{
    display: block !important;
}

.in_co_right_div input[type=checkbox]{
    
    margin: 1px -25px 0;
}
/*  */
.navbar-header{
    
    width: 15%;
}
nav.navbar-default {
	background: #b4976d;
	border-radius: 0;
	border: 0;
	padding: 15px 0;
	margin-bottom: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99;
}

nav.navbar-default img{
    width: 100%;
}
nav.navbar-default .navbar-nav>li>a {
	color: #fff;
	font-size: 17px;
	font-weight: bold;
	padding: 15px;
}

nav.navbar-default .navbar-nav>li:last-child>a {
	border: 1px solid #fff;
	padding: 4px 18px;
	border-radius: 30px;
	margin-top: 9px;
	font-weight: 400;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
	background: none;
	color: #fff;
	border-bottom: 3px solid #fff;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
	background: none;
	color: #fff;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
	color: #ffffff;
	background-color: transparent;
	border-bottom: 3px solid #fff;
}

.navbar-nav>li>.dropdown-menu {

	background: #b4976d;
	/* width: 100%; */
	border: 0;
    transform: translateX(38px);
	border-radius: 0
}

.navbar>.container .navbar-brand,
.navbar>.container-fluid .navbar-brand {
	margin-left: -15px;
	color: #fff;
	font-size: 32px;
    padding: 0;
	font-weight: 100;
}

.dropdown-menu>li {
	margin-bottom: 10px;
}

.dropdown-menu>li>a {
	font-size: 17px;
	color: #fff;
	padding: 7px 29px;
}

.n_banner,
.banner {
	background-size: cover;
	background-position: center;
	position: relative;
}

.banner {
	height: 86vh;
	margin-top: 80px;
}

.n_banner {
	height: 400px;
	margin-top: 80px;
	position: relative;
}
	.n_banner:after{
	    content: '';
	    background: rgba(0,0,0,.6);
	    position: absolute;top: 0;
	    width: 100%;
	    height: 100%;
	}

.banner_txt {
	position: absolute;
	width: 80%;
	color: #fff;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
	z-index: 9;
}

.banner::after {
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .3);
	position: absolute;
	top: 0;
	left: 0;
}

.banner_txt h3,
.banner_txt h2 {

	font-size: 50px;
	font-weight: bold;
	letter-spacing: 3px;
}

.banner_txt h3 {
    font-size: 55px;
}
.n_banner h2 {
	font-size: 35px
}

.banner_txt p {

    font-size: 30px;
    font-weight: 300;
    margin-top: 10px;
}

.banner_txt  a{
    font-size: 28px;
}
.numCount {
	margin: 50px 0px 90px;
}

.numCount li {
	float: left;
	width: 25%;
	text-align: center;
}

.numCount li .item {
	margin: 0 10px;
}

.numCount li .indc {
	font-size: 16px;
	font-weight: bold;
	width: 80%;
	margin: 0 auto;
    font-family: 'robotoslab';
}

.numCount li .numU {
	line-height: 1.3;
	text-align: center;
	display: inline-block;
	margin: 0 auto;
}

.numCount li .numCX {
	font-size: 54px;
	color: #b4976d;
	font-weight: bold;
	float: left;
}

.numCount li .numU .unitC {
	font-size: 26px;
	line-height: 1.3;
	margin-left: 0.3em;
	float: left;
	margin-top: 10px;
	color: #b4976d;
}

.numCount li .numU sup {
	vertical-align: top;
}

.numCount li .numU sub {
	vertical-align: baseline;
}

@media (max-width:800px) {
	.numCount li .numCX {
		font-size: 36px;
	}
}

@media (max-width:640px) {
	.numCount li .numCX {
		font-size: 7vw;
	}
}

@media (max-width:480px) {
	.numCount {
		font-size: 0.5vw;
	}
}

.index_about video {
	width: 100%;
    height: 555px;
    background: #000;
	border-radius: 10px;
}

.btn_all {
	background-color: #b4976d;
	font-size: 14px;
	color: #FFFFFF;
	border-radius: 0px 0px 0px 0px;
    display: inline-block;
    border: 0;
	padding: 8px 20px 8px 20px;
    margin-top: 20px;
}

.index_about_txt {
	margin-bottom: 30px;
	font-size: 17px;
	/* font-weight: 100; */
	line-height: 30px;
}

.index_video_right {

	position: absolute;
	right: 30px;
	bottom: 30px;
}

.index_video_right li {
	margin-bottom: 10px;
}

.index_video_right li a {
	width: 40px;
	height: 40px;
	color: #fff;
	text-align: center;
	line-height: 40px;
	display: block;
	background: #b4976d;
	border-radius: 100%;
}

.colAll {
	color: #b4976d;
}

.title {
	text-align: center;
	font-size: 4rem;
	margin: 60px 0;
}


.title p {
	font-size: 15px;
}

.index_why .in_why_txt video,
.index_why img {
	width: 100%;
	margin-bottom: 20px;
    height: 264px;
}

.in_why_txt {
	text-align: center;
}

.in_why_txt b {
	font-size: 22px;
	margin-bottom: 10px;
	display: block;
}


.in_why_txt p {
	font-size: 16px;
}

.index_why .row {
	margin-bottom: 40px;
}

.in_pro_tit {
	display: inline-block;
	margin: 0 auto;
}

.in_pro_tit span:nth-child(1) {
	font-size: 50px;
	font-weight: bold;
	color: #b4976d;
	display: block;
	float: left;
}

.in_pro_tit span:nth-child(2) {
	display: block;
	float: left;
	font-size: 28px;
	color: #000;
	font-weight: bold;
	text-align: center;
	margin: 0 0 0 20px;
}

.index_prod .col-md-4 {
	text-align: center;
}

.index_prod {
	margin-top: 80px;
}

.index_prod .in_pro_left_txt {
	margin-top: 2rem;
}

.index_prod .js {
	width: 80%;
	margin: 39px auto;
	font-size: 18px;
	line-height: 28px;
}

.ser1 .in_pro_left_txt .js {

	margin: 19px 0;
}

.index_prod .in_why_txt {
	margin-bottom: 20px;
}

.index_factories .in_why_txt img,
.index_prod .in_why_txt img {
	border-radius: 10px;
	margin-bottom: 15px;
	width: 100%;
}

.index_prod .in_why_txt b {
	font-size: 16px;
}

.index_process {
	background: #f5f5f5;
	margin: 40px 0;
	padding: 20px 50px;
}

.index_process h3 {
	font-weight: bold;
	margin-bottom: 30px;
}

.index_process ul {
	overflow: hidden;
	padding-top: 20px;
}

.index_process li div span:nth-child(1) {
	height: 4px;
	width: 129%;
	background: #b4976d;
	display: block;
}

.index_process li div span:nth-child(2) {
	width: 16px;
	height: 16px;
	display: block;
	border-radius: 40px;
	border: 4px solid #b4976d;
	background-color: #fff;
	margin-bottom: 26px;
	margin-top: -10px;
	margin-left: 33px;
}

.index_process li {
	float: left;
	width: 20%;
}

.index_process li b {
	height: 60px;
	font-weight: bold;
	display: block;
	font-size: 20px;
	margin-bottom: 20px;
	padding-right: 40px;
}

.index_process li p {
	padding-right: 40px;
	font-size: 16px
}

.index_factories {
	margin: 80px 0;
}

.index_factories.one::after {
	content: '';
	width: 800px;
	height: 70px;
	background: url(../images/Flooring-Staircase-Manufacturer-2-768x93.png) no-repeat center;
	display: block;
	margin: -39px auto 55px;
	background-size: cover;
}

.index_factories.two .in_why_txt {
	text-align: left;
}

.index_factories.two .col-md-4 {
	margin-bottom: 45px;
}

.index_factories.two .in_why_txt a{margin-top:0}
.index_factories.two .in_why_txt p {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}

.ser1_Customized,
.index_advantages {
	background-image: url(../images/bg.png);
	background-size: cover;
	color: #fff;
	padding: 30px 0;
}

.index_advantages h1 {
	margin-bottom: 40px;
}

.index_advantages .col-md-6:nth-child(2) {
	padding-top: 150px;
}

.in_adv_con {
	margin-bottom: 50px;
}

.in_adv_con b {
	display: block;
	font-size: 22px;
	font-weight: 500;
	margin: 20px 0;
}

.in_adv_con p {
	font-size: 16px;
	width: 60%;
	line-height: 22px;
	font-weight: 300;
	letter-spacing: 1px;
}

.in_adv_num {
	width: 80%;
	margin: 0 auto;
}

.in_adv_num li {
	float: left;
	width: 60%;
	margin: 0 auto;
}

.in_adv_num li:nth-child(2) {
	width: 40%;
}

.in_adv_num li p {
	float: left;
}

.in_adv_num li p:nth-child(1) {
	color: #b4976d;
	font-size: 20px;
	font-weight: bold;
	padding: 0 20px 0 0;
	margin-right: 20px;
	border-right: 1px solid #fff;
}

.in_adv_num li p span {
	float: left;
}

.in_adv_num li p:nth-child(1) span:nth-child(1) {
	font-size: 50px;
}

.in_adv_num li p:nth-child(1) span:nth-child(2) {

	margin-top: 16px;
	font-size: 29px;
	margin-left: 5px;
}

.in_adv_num li p:nth-child(2) {
	font-size: 17px;
	margin-top: 20px;
	font-weight: 200;
}

.in_contact_form div.in_contact_right,
.in_contact_form div.in_contact_left {
	width: 50%;
}

.index_faq,
.in_contact_form {
	width: 90%;
	margin: 0 auto;
}

.in_contact_form div.in_contact_left {
	background-image: url(../images/contact.png);
	border-radius: 10px 0 0 10px;
	height: 1033px;
	position: relative;
	overflow: hidden;
	background-position: center;
	background-size: cover;
}

.in_contact_form div.in_contact_left div img {
	width: 90px;
}

.onde .in_contact_form div.in_contact_left div {
	position: absolute;
	z-index: 9;
	bottom: 30px;
	color: #fff;
	text-align: center;
	width: 59%;
	margin: 0 auto;
	font-size: 18px;
	transform: translateX(35%);
}

.in_contact_form div.in_contact_left::after {
	position: absolute;
	content: '';
	background: rgba(0, 0, 0, .5);
	top: 0;
	width: 100%;
	height: 100%;
}

.in_contact_right {
	padding: 30px 60px;
	background: #f5f5f5;
}

.in_co_right_div {
	margin-bottom: 10px;
}

.in_co_right_div .left {
	width: 48%;
}

.in_co_right_div .left:nth-child(1) {
	margin-right: 4%;
}

.in_co_right_div label span {
	color: red;
}

.in_co_right_div p,
.in_co_right_div label {
	font-weight: 500;
	font-size: 16px;
	color: #000;
    margin-bottom: 10px;
}

.checkbox-inline+.checkbox-inline,
.radio-inline+.radio-inline {
	margin: 0;
	display: block;
}

.in_co_right_div .checkbox-inline {
	margin-bottom: 12px;
}

.index_faq {
	margin: 70px auto;
}

.blsit-list li {
	display: none;
}

.blsit-list li:nth-child(1) {
	display: block;
}

.blist {
	float: right;
	margin: 35px 0;
}

.blist li.active {
	color: #b4976d;
}

.blist li {
	float: left;
	font-size: 18px;
	color: #000;
	font-weight: bold;
}

.blist li::after {
	content: "";
	border-right: 1px solid #999;
	font-size: 14px;
	color: #999;
	color: #999;
	margin: 0 13px;
	padding: 5px 0;
}

.blist li:last-child::after {
	display: none;
}

.panel-default>.panel-heading {
	background: none;
}

.panel-title {
	padding: 5px 0;
	font-size: 20px;
	color: #000;
}

.panel,
.panel-default>.panel-heading+.panel-collapse>.panel-body {
	border: 0;
	box-shadow: none
}

.panel {
	border-bottom: 1px solid #e5e5e5;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
	border: 1px solid #e5e5e5;
	border-bottom: 0;
}

.panel-title>a span:nth-child(2){
    float: left;
    width: 81%;
    line-height: 29px;
    text-align: left;
}
.panel-title>a span:nth-child(1) {
	display: block;
	width: 30px;
	height: 30px;
	background: #000;
	color: #fff;
	text-align: center;
	line-height: 30px;
	border-radius: 50px;
	float: left;
	margin-right: 10px;
	margin-top: -5px;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
	color: #000;
	font-size: 17px;
}

.index_faq .btn_all {
	margin-top: 30px;
	border-radius: 20px;
	display: inline-block;
}

/* footer */
.footer_contact {
	background: #b4976d;
	color: #F1E0C6;
	padding: 20px 0;
}

.ft_contact_img {
	display: flex;
}

.ft_li_cont {
	width: 22%;
	margin-right: 1%;
}

.ft_li_cont img {
	width: 100%;
}

.ft_li_cont:last-child {
	margin-right: 0;
}

.btnBgfff {
	background-color: #fff;
	color: #b4976d;
	display: inline-block;
	padding: 6px 22px;
	font-size: 16px;
	border-radius: 24px;
}

.ft_contact_txt {
	margin: 20px 0 0;
	font-size: 22px;
}

footer {
	background-color: rgb(33, 33, 34);
	color: rgb(255, 255, 255);
	padding: 50px 0;
}

footer a {
	color: rgb(255, 255, 255);
}

.footer_left_nav ul {
	float: left;
	width: 40%;
	margin-top: 30px;
}

.footer_right_icon span,
.footer_left_nav ul li:nth-child(1) {
	font-size: 20px;
	font-weight: bold;
}

.footer_left_nav li {
	font-size: 16px;
	margin-bottom: 10px;
	font-weight: 100;
}
.footer_left_img {
    width: 30%;
}
.copyright_ft {
	margin-top: 40px;
	font-weight: 100;
	font-size: 20px;
	color: rgb(102, 102, 102);
}

.footer_right_icon ul {
	display: flex;
	margin: 35px 0;
}


.footer_right_icon li {
	float: left;
	width: 13%;
	margin-right: 2%;
}

.footer_right_icon li a {
	display: inline;
	border: 1px solid #fff;
	width: 70px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	display: block;
}

.footer_right_icon li:last-child {
	margin-right: 0;
}

.footer_right_icon img {
	margin-top: -14px;
	width: 30px;
}

.footer_right_icon svg {
	width: 30px;
	margin-top: 18px;
	fill: rgb(255, 255, 255);
}

.footer_right_icon p {
	font-size: 20px;
	margin-top: 20px;
	font-weight: bold;
}

.footer_right_icon i {
	font-size: 26px;
	float: left;
	margin-right: 10px;
}

.icon_tb_fix {
	position: fixed;
	right: 20px;
	bottom: 40px;
}

.icon_tb_fix span {
	position: absolute;
	width: 140px;
	background-color: rgb(45, 183, 66);
	right: 0;
	bottom: 14px;
	padding: 8px;
	display: none;
	text-align: right;
	color: #fff;
	border-radius: 8px;
	z-index: 0;
}

.icon_tb {
	background-color: rgb(45, 183, 66);
	width: 70px;
	border-radius: 100%;
	height: 70px;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 99;
	line-height: 70px;
	transition: transform 0.5s ease;
	box-shadow: 0 6px 8px 2px rgba(0, 0, 0, .14);
	-webkit-box-shadow: 0 6px 8px 2px rgba(0, 0, 0, .14);
	-moz-box-shadow: 0 6px 8px 2px rgba(0, 0, 0, .14);
	/* 平滑过渡效果 */
}

.icon_tb:before {
	content: '';
	display: block;
	width: 40px;
	height: 40px;
	margin: 12px auto;
	background-size: contain;
	background-image: url(../images/fix_left.svg);
	background-repeat: no-repeat;
	background-position: center;
}
#MoreViedo video{
    width: 100%;
}
/*.icon_tb:hover:before {*/
/*	width: 30px;*/
/*	height: 30px;*/
/*	margin: 22px auto;*/
/*	background-image: url(../images/fix_close.svg);*/
/*}*/

/*.icon_tb_fix:hover .icon_tb {*/
/*	transform: translateX(-90px);*/
/*}*/

/*.icon_tb_fix:hover span {*/
/*	display: block;*/
/*}*/

/* server */
.ser1_left_img {
	margin-top: 60px;
}

.ser1_left_img .left {
	width: 50%;
}
.ser1_left_img img{
    width: 100%;
}

.ser1_right_img {
	margin-bottom: 10px;
}

.ser1_hz {
	margin: 80px 0 0px;
}

.ser1_ch img,
.ser1_hz img {
	width: 100%;
}

.ser1_ch .js {
	width: 92%;
	margin: 65px auto 0;
}

.ser1_ch .js p {
	margin-top: 20px;
}

.ser1_liuc {
	border-top: 1px solid #BDBDBD;
	margin: 30px 0;
}

.ser1_liuc .numCount li {
	width: 33%;
}

.ser1_liuc_right {
	width: 50%;
	border-left: 1px solid #BDBDBD;
}

.ser1_liuc_left {
	width: 50%;
	padding-top: 70px;
}

.ser1_liuc_left img {
	width: 90%;
}

.ser1_liuc_ri_li {
	margin-left: -30px;
	width: 60%;
}

.ser1_liuc_ri_li .left:nth-child(1) {
	width: 20%;
}

.ser1_liuc_ri_li .left:nth-child(1) img {
	width: 64px;
}

.ser1_liuc_ri_li .left:nth-child(2) {
	width: 80%;
}

.ser1_liuc_ri_li .left:nth-child(2) b {
	margin-bottom: 10px;
	display: block;
	color: #000;
	font-size: 20px;
}

.ser1_liuc_ri_li .left:nth-child(2) p {
	font-size: 18px;
	margin-bottom: 32px;
}

.ser1_liuc_right_tt {
	margin: 52px 0 40px 80px;
	color: #000;
}

.ser1_Case,
.ser1_Stylized {
	padding: 50px 0;
	background-color: #EEEEEE;
}

.ser1_Stylized h1 {
	margin-top: 76px;
}

.ser1_Stylized p {
	font-size: 17px;
	margin: 30px 0;
}

.ser1_Stylized li {
	font-size: 16px;
	margin-bottom: 10px;
}

.ser4_Step svg,
.ser1_Stylized svg {
	width: 20px;
	fill: #b4976d;
	margin-right: 10px;
	float: left;
	margin-top: 3px;
}

.beer-slider {
	display: inline-block;
	position: relative;
	overflow: hidden;
}

.beer-slider *,
.beer-slider:before,
.beer-slider:after,
.beer-slider *:before,
.beer-slider *:after {
	box-sizing: border-box;
}

.beer-slider img {
	vertical-align: bottom;
}

.beer-slider>img {
	max-width: 100%;
	height: auto;
}

.ser1_left_img .left img,
.ser1_right_img img {
	width: 100%;
}

.beer-reveal {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 50%;
	overflow: hidden;
	z-index: 1;
	opacity: 0;
	transition: opacity 0.35s;
}

.beer-reveal> :first-child {
	width: 200%;
	max-width: none;
}

.beer-reveal>img:first-child {
	height: auto;
}

.beer-range {
	position: absolute;
	z-index: 2;
	top: 0;
	bottom: 0;
	height: 100%;
	margin: 0;
	left: -1px;
	width: calc(100% + 2px);
	cursor: pointer;
	-webkit-appearance: slider-horizontal !important;
	-moz-appearance: none;
	opacity: 0;
	-ms-touch-action: auto;
	touch-action: auto;
}

.beer-range::-webkit-slider-thumb {
	-webkit-appearance: none;
	height: 300vh;
}

.beer-range::-moz-range-thumb {
	-webkit-appearance: none;
	height: 300vh;
}

.beer-range::-ms-tooltip {
	display: none;
}

.beer-handle {
	position: absolute;
	z-index: 2;
	pointer-events: none;
	opacity: 0;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
	color: #000;
	background: rgba(255, 255, 255, 0.5);
	width: 48px;
	height: 48px;
	border-radius: 50%;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0);
	transition: background 0.3s, box-shadow 0.3s, opacity 0.5s 0.25s;
}

.beer-handle:before,
.beer-handle:after {
	content: '';
	position: absolute;
	width: 10px;
	height: 10px;
	top: 50%;
	border-top: solid 2px;
	border-left: solid 2px;
	transform-origin: 0 0;
}

.beer-handle:before {
	left: 10px;
	transform: rotate(-45deg);
}

.beer-handle:after {
	right: 0;
	transform: rotate(135deg);
}

.beer-range:focus~.beer-handle {
	background: rgba(255, 255, 255, 0.85);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
}

.beer-slider[data-beer-label]:after,
.beer-reveal[data-beer-label]:after {
	content: attr(data-beer-label);
	position: absolute;
	bottom: 4.5rem;
	font-size: 15px;
	line-height: 1;
	padding: 1.5rem;
	border-radius: 0.125rem;
	color: #FFFFFF;
	background-color: #666666;
}

.beer-slider[data-beer-label]:after {
	right: 3.5rem;
}

.beer-reveal[data-beer-label]:after {
	left: 3.5rem;
}

.beer-slider[data-beer-label=""]:after,
.beer-reveal[data-beer-label=""]:after {
	content: none;
}

.beer-ready .beer-reveal,
.beer-ready .beer-handle {
	opacity: 1;
}

.ser1_Floorplan {
	margin: 30px auto 60px;
}

.ser1_Floorplan img {
	width: 100%;
	margin-bottom: 10px;
}

.ser1_Customized .js p {
	margin-top: 20px;
}

.ser1_ban_ol {
	position: absolute;
	top: -177px;
	bottom: 10px;
	left: 47%;
	z-index: 15;
	width: 71%;
}

.ser1_Customized {
	background-size: 100%;
	background-repeat: no-repeat;
}

#Customized_banner {
	margin-top: 230px;
}

#Customized_banner .item {
    transform: translateX(23%);
	text-align: center;
    
}
#Customized_banner img{
    width: 57%;
}

.ser1_Case .blist li,
.carousel-indicators .active,
.ser1_ban_ol li {
	float: left;
	width: 23%;
	margin-right: 2%;
	font-size: 14px;
	height: 54px;
	line-height: 54px;
	border: 0;
	text-indent: 0;
	margin-bottom: 2%;
	text-align: center;
	background: #fff;
	font-weight: bold;
	color: #000;
	padding: 0;
	border-radius: 36px;
}

.ser1_ban_ol li:nth-child(4n+4) {
	margin-right: 0;
}

.ser1_Case .blist li.active,
.ser1_ban_ol li.active {
	background: #b4976d;
	color: #fff;
}

.ser1_cust_txt {
	color: #000000;
	margin-top: 20px;
	width: 35%;
	font-size: 18px;
}

.carousel-control.right,
.carousel-control.left {
	background: none;
	border: 1px solid #ddd;
	line-height: 48px;
	border-radius: 100%;
}

.carousel-control .glyphicon-menu-left,
.carousel-control .glyphicon-menu-right {

	font-size: 17px;
	color: #999;
}

.carousel-control.left {
	left: 40%;
}

.carousel-control.right {
	right: 40%;
}

.carousel-control {
	bottom: 0;
	width: 50px;
	height: 50px;
	opacity: 1;
	-moz-transform: translate(0, 0%);
	-ms-transform: translate(0, 0%);
	-webkit-transform: translate(0, 0%);
	transform: translate(0, 0%);
	top: 110%;
}

.ser1_Case .blsit-list,
.ser1_Case .blist {
	width: 100%;
	float: initial;
	margin: 0 auto;
}

.ser1_Case .blist {
	margin-top: 50px;
	margin-bottom: 20px;
}

.ser1_Case .blist li::after {
	display: none;
}

.ser1_Case .blsit-list img {
	width: 100%
}

.index_contact {
	margin-bottom: 85px;
}

/* .ser2 */
. .ser2 {
	margin-top: 80px;
}

.ser2 .row {
	margin-top: 30px;
}

.ser2 .in_pro_left_txt p {
	font-size: 15px;
	margin-top: 25px;
	line-height: 25px;
}

.ser2_img {
	margin-top: 20px;
}

.ser2_scenario {
	background-size: 100%;
	padding-top: 40px;
	background-repeat: no-repeat;
}

.ser2_scenario img {
	width: 100%;
}

.ser2_scenario p {
	margin: 20px 0;
	font-size: 15px;
}

.ser2_scenario li {
	width: 32%;
	float: left;
	margin-bottom: 2%;
	margin-right: 2%;
}

.ser2_scenario li:nth-child(3n+3) {
	margin-right: 0;
}

.ser2_scenario li:nth-child(4) {
	margin-left: 20%;
}

.ser2_scenario .tt {
	margin-bottom: 50px;
}

.ser2_scen_left {
	width: 70%;
	margin-right: 2%;
	float: left;
}

.ser2_scen_right {
	width: 28%;
	float: left;
}

.ser2_onsite {
	padding-top: 30px;
	margin: 40px 0;
	border-top: 1px solid #BEBEBE;
}

.ser2_onsite img {
	display: block;
	margin: 20px auto;
}

.ser2_onsite .numCount li .numCX {
	color: #000;
	font-size: 35px;
}


.ser2_onsite .numCount li .numU .unitC {
	font-size: 20px;
	margin-top: 6px;
	color: #040404;
}

.ser2_onsite .numCount {
	margin: 50px 0px;
}

.ser3_order_ul {
	position: relative;
	margin-top: 40px;
}

.ser3_order_ul::after {
	content: '';
	width: 3px;
	background-color: #b4976d;
	height: 340px;
	display: block;
	position: absolute;
	top: 0;
	z-index: -3;
	left: 28px;
}

.ser3_order_ul li {
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: bold;
	line-height: 60px;
	color: #000;
}

.ser3_order_ul li span {
	width: 60px;
	height: 60px;
	display: block;
	border-radius: 100%;
	background: #b4976d;
	margin-right: 15px;
	color: #fff;
	text-align: center;
	float: left;
}

.index_prod.ser3 .in_pro_left_txt {
	margin-top: 0;
}

.ser3_Factory {
	background: #313131;
	color: #fff;
	margin: 50px 0 0;
}

.ser3_Factory .left:nth-child(2) {

	width: 16%;
	margin: 5% 5% 0;
}

.ser3_Factory .left:nth-child(2) p {
	line-height: 28px;
	font-size: 16px;
}

.ser4 h1 {
	width: 70%;
	margin-bottom: 20px;
}

.ser4 .js {
	margin: 0 0 10px;
}

.ser4_ser .col-md-4 {
	margin-bottom: 20px;
	text-align: center;
	font-size: 16px;

}

.ser4_Delivery {
	background-color: #F5F5F5F5;
	padding: 20px 0 50px;
}

.ser4_Step {
	margin: 50px 0;
	color: #000;
	font-size: 18px;
}

.ser5 img,
.ser4_Step img {
	width: 100%;
}

.ser4_Step b {
	font-size: 20px;
}

.ser4_Step h1 b {
	font-size: 32px;
	margin-bottom: 20px;
	display: block;
}

.ser4_Step li {
	margin-bottom: 20px;
}

.ser4_Step li:nth-child(2) svg {
	margin-bottom: 11px;
}

.ser_Step1 {
	width: 75%;
}

.ser_Step1 p{
    margin-bottom: 10px;
}

.ser_Step1 h1{
        margin-top: 20px;
}
.ser4_Step2 {
	margin: 50px 0 156px;
}

.ser4_Step2 .container {
	position: relative;
}

.ser4_Step2 .ser4_Step2_left {
	background: #f8f8f8;
	width: 80%;
}

.ser4_Step2_left_txt {
	width: 56%;
	padding: 57px;
}

.ser4_Step2_right {
	width: 44%;
	position: absolute;
	right: 0;
	top: 18%;
}

.ser_Delay {
	padding: 40px 0;
	background-color: #F2F2F2F2;
}

.ser_Step1 img {
	width: 50px;
	margin-right: 20px;
	float: left;
}

.ser_Delay li {
	font-weight: bold;
	line-height: 50px;
}

.ser_Delay li:last-child {
	line-height: 28px;
}

.ser4_Services h1 {
	margin-bottom: 50px;
}

.ser5 img.icon {
	width: 80px;

}

.ser5 .txt_left {
	width: 87%;
	padding: 20px;
	background: #f2f2f2;
	margin-top: 20px;
}

.ser5 .txt_left h1 {
	margin-top: 0;
	margin-bottom: 20px;
}

.txt_div {
	position: absolute;
	top: 153px;
}

.ser5_2 .row {
	margin: 50px 0;
}

.ser5_2 .txt_div {

	width: 63%;
	right: 0;
}

.ser6 .col-md-6 {
	margin-bottom: 40px;
}

/* product */
.prod_list_tt{
    margin-top: 20px;
}
.product_type {
	border-bottom: 1px solid #ddd;
}

.product_type ul {
	display: flex;
	margin: 60px 0;
}

.product_type li {
	float: left;
	text-align: center;
	width: 16.6%;
	font-size: 16px;

}
.pro_list .col-md-4{
    margin-bottom: 20px;
}
.pro_img{
    height: 315px;
}
.xs_pro_ty {
    margin: 30px 0;
    text-align: center;
}
.xs_pro_ty a,

.product_type li a {
	color: #000;

}
.xs_pro_ty span,
.product_type li span {
	display: block;
	width: 80px;
	text-align: center;
	border-radius: 100px;
	height: 80px;
	margin: 0 auto 10px;
	line-height: 80px;
	background-color: #f5f5f5;
}

.xs_pro_ty span img,
.product_type li img {
	width: 40px;
}

.pro_search {
	margin: 30px 0;
}

.pro_search input[type="text"] {
	width: 30%;
	padding: 10px;
	border-radius: 4px;
	border: 1px solid #333;
}

.pro_search button,
.pro_search input[type="submit"] {
    padding: 8px 20px;
    border-radius: 4px;
    background-color: #b4976d;
    font-size: 16px;
    border: 0;
}

.pro_typ {
	margin: 30px 0;
}

.pro_typ li {
	margin-right: 20px;
	float: left;
	font-size: 16px;
	border: 1px solid #ddd;
	padding: 5px 20px;
}

.pro_list {
	margin-bottom: 40px;
}
.pro_list img{
    width: 100%;
}

.pro_list li {
	margin-bottom: 20px;
}

.pro_list p {
	text-align: center;
	margin: 10px 0;
	color: #000;
	font-size: 16px;
}
 
.xs_pro_ty div.active span,
.product_type li.active span,
.pro_typ li.active {
	background-color: #b4976d;
}

.pro_typ li.active a {

	color: #fff;
}


.xs_pro_ty div.active span img,
.product_type li.active span img {
	mix-blend-mode: screen;
}

.xs_pro_ty .swiper-button-next{
        background-image: url(../images/right.png);    background-size: 20px;
}

.xs_pro_ty .swiper-button-prev{
        background-image: url(../images/left.png);    background-size: 20px;
}
.xs_pro_ty .swiper-button-next,
.xs_pro_ty .swiper-button-prev {  
    width: 30px;
    height: 30px;
    background-color: #ddd;border-radius: 100%;
}
.detail_top_s {
	margin: 150px 0 50px;
	color: #000;
}

.detail_top_s li {
	float: left;
	font-size: 18px;
}

.detail_top_s li a {
	color: #b4976d;
}

.detail_top_s li a::after {
	content: '/';
	color: #000;
	margin: 0 10px;
}

.detail_top {
	margin-top: 40px;
}
	.detail_top .gallery-thumbs {
		height: 20%;
		box-sizing: border-box;
		padding: 10px 0;
	}

	.detail_top .gallery-thumbs .swiper-slide {
		width: 25%;
		height: 100%;
		opacity: 0.4;
	}

	.detail_top .gallery-thumbs .swiper-slide-active {
		opacity: 1;
	}

	.detail_top .swiper-container {
		width: 100%;
		height: 400px;
		margin-left: auto;
		margin-right: auto;
	}

	.detail_top .gallery-thumbs {

		height: 110px;
	}

	.detail_top .swiper-slide {
		background-size: cover;
		background-position: center;
	}
.ban {
	width: 600px;
	position: relative;
	overflow: hidden;
}

.ban2 img {
    width: 100%;
    height: auto;
}

.ban2 {
	width: 600px;
	height: 600px;
	position: relative;
	overflow: hidden;
}

.ban2 ul {
	position: absolute;
	left: 0;
	top: 0;
}

.ban2 ul li {
	width: 600px;
	height: 600px;
}

.prev {
	float: left;
	cursor: pointer;
}

.num {
	height: 82px;
	overflow: hidden;
	width: 430px;
	position: relative;
	float: left;
}

.min_pic {
	padding-top: 10px;
	width: 500px;
}

.num ul {
	position: absolute;
	left: 0;
	top: 0;
}

.num ul li {
	width: 80px;
	height: 80px;
	margin-right: 5px;
	padding: 1px;
}

.num ul li.on {
	border: 1px solid red;
	padding: 0;
}

.prev_btn1 {
	width: 16px;
	text-align: center;
	height: 18px;
	margin-top: 40px;
	margin-right: 20px;
	cursor: pointer;
	float: left;
}

.next_btn1 {
	width: 16px;
	text-align: center;
	height: 18px;
	margin-top: 40px;
	cursor: pointer;
	float: right;
}

.prev1 {
	position: absolute;
	top: 220px;
	left: 20px;
	width: 28px;
	height: 51px;
	z-index: 9;
	cursor: pointer;
}

.next1 {
	position: absolute;
	top: 220px;
	right: 20px;
	width: 28px;
	height: 51px;
	z-index: 9;
	cursor: pointer;
}

.mhc {
	background: #000;
	width: 100%;
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(Opacity=50);
	position: absolute;
	left: 0;
	top: 0;
	display: none;
}

.pop_up {
	padding: 10px;
	background: #fff;
	position: fixed;
	-position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -255px;
	margin-top: -255px;
	display: none;
	z-index: 99;
}

.pop_up_xx {
	width: 40px;
	height: 40px;
	position: absolute;
	top: -40px;
	right: 0;
	cursor: pointer;
}

.pop_up2 {
	width: 500px;
	height: 500px;
	position: relative;
	overflow: hidden;
}

.pop_up2 {
	width: 500px;
	height: 500px;
	position: relative;
	overflow: hidden;
	float: left;
}

.pop_up2 ul {
	position: absolute;
	left: 0;
	top: 0;
}

.pop_up2 ul li {
	width: 500px;
	height: 500px;
	float: left;
}

.detail_top {
	margin-bottom: 50px;
}

.detail_top_right h1 {
	color: #000;
}

.detail_top_right p {
	font-size: 18px;
	line-height: 29px;
	margin: 40px 0;
	letter-spacing: 0;
	font-weight: bold;
}

.detail_top_right a span {
	margin-right: 10px;
}

.detail_img {
	text-align: center;
	border: 1px solid #ddd;
	padding: 20px;
}

.detail_img img {
	max-width: 100%;
}

.detail_tt {
	border-radius: 10px 10px 0 0;
	border: 1px solid #ddd;
	border-bottom: 0;
	display: inline-block;
	padding: 20px;
}

.sidebar1 {
	float: right;
	width: 20%;
	background-color: #93A5C4;
	padding-bottom: 10px
}

.content {
	padding: 10px 0;
	width: 100%;
	float: right;
}

.content ol,
.content ul {
	padding: 0 15px 15px 40px
}

.fltrt {
	float: right;
	margin-left: 8px
}

.fltlft {
	float: left;
	margin-right: 8px
}

.clearfloat {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0
}


.content>div {
	margin: 20px 15px
}

@media screen and (max-width:900px) {
	.content>div {
		width: 100% !important
	}
}

#logo {
	background-size: contain;
	width: 25px;
	height: 25px;
	display: inline-block;
	position: relative;
	bottom: -4px;
	left: -4px;
}

.elem,
.elem * {
	box-sizing: border-box;
	margin: 0 !important;
}

.elem {
	display: inline-block;
	font-size: 0;
	width: 33%;
	border: 20px solid transparent;
	border-bottom: none;
	background: #fff;
	padding: 10px;
	height: auto;
	background-clip: padding-box;
}

.elem>span {
	display: block;
	cursor: pointer;
	height: 0;
	padding-bottom: 70%;
	background-size: cover;
	background-position: center center;
}

.detail_tt2 {
	text-align: left;
	margin-bottom: 40px;
}

.detail_img .pro_list {

	text-align: left;
}

.detail_img .pro_list p {
	text-align: left;
	margin: 10px 0 20px;
}

.about_Ordering {

	background: #f5f5f5;
	margin: 40px 0;
	padding: 20px 50px;
}


.about_Ordering .blist {
	float: inherit;
	display: inline-block;
}

.about_Ordering .blist li {
	background: #2A2A2A;
	color: #fff;
	margin-right: 10px;
	font-weight: 500;
	padding: 5px 12px;
}

.about_Ordering .blist li.active {
	background-color: #b4976d;
}

.about_Ordering .blist li:after {
	display: none;
}

.about_Ordering img {
	width: 90%;
}

.about_Ordering .about_step {
	line-height: 50px;
	margin-bottom: 20px;
	position: relative;
    height: 54px;
	font-weight: bold;
}

.about_Ordering .about_step span:nth-child(1) {
	width: 50px;
	height: 50px;
	font-size: 20px;
	font-weight: bold;
	border-radius: 100%;
	display: block;
	line-height: 50px;
	background-color: #b4976d;
	color: #fff;
	margin-right: 20px;
	text-align: center;
	float: left;
}

.about_Ordering .about_step span:nth-child(2) {
	background-color: #f5f5f5;
	position: relative;
	z-index: 999;
	padding: 0 10px 0 0;
}

.about_Ordering .about_step span:nth-child(2).long{
    
    float: left;
    width: 66%;
    line-height: 20px;
    text-align: center;
}
.about_Ordering .about_step:after {
	content: '';
	display: block;
	width: 300px;
	height: 2px;
	background: #ddd;
	position: absolute;
	right: 0;
	top: 25px;

}

.sin .swiper-slide {
	width: 33.33%;

}

.ab_sh_txt {
	width: 40%;
	background-size: cover;
	height: 400px;
	padding: 63px 50px;
	color: #fff;
}

.ab_sh_img {
	background-size: cover;
	height: 400px;
	width: 40%;
}

.ab_sh_txt .tx {
	width: 70%;
	float: right;
	font-size: 18px;
	line-height: 30px;
}

.ab_sh_txt.right .tx {
	float: left;
}

.ab_sh_txt .tx h1 {
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 20px;
}

.margin-bottom60 {
	margin-bottom: 60px;
}

.contact_form.in_contact_form {

	box-shadow: 0 0 16px 11px rgb(0 0 0 / 4%);
	border-radius: 48px;
	width: 100%;
}

.contact_form.in_contact_form div.in_contact_left {
	background: #fff;
	padding: 50px 74px;
	height: auto;
}

.contact_form.in_contact_form div.in_contact_left::after {
	display: none;
}

.contact_form.in_contact_form div.in_contact_right {
	height: 1097px;
	border-radius: 0 48px 48px 0;
	color: #000;
}

.contact_form.in_contact_form div.in_contact_right h1 {
	font-size: 25px;font-weight: 500;
	margin-bottom: 40px;
}

.contact_form.in_contact_form div.in_contact_right p {
	margin-bottom: 30px;
	font-size: 17px;
}

.contact_form.in_contact_form div.in_contact_right img {
	width: 100%;
	margin-top: 140px;
}

.contact_form.in_contact_form div.in_contact_right svg{
    fill: #b4976d;
    width: 30px;
}
.contact_form.in_contact_form div.in_contact_right span:nth-child(1) {
	color: #b4976d;
	font-size: 36px;
	float: left;
	margin-right: 20px;
}
.contact_form.in_contact_form div.in_contact_right span:nth-child(2) {
    float: left;
    width: 85%;
    font-size: 17px;
}
.contact_sales {
	margin: 60px 0;
}

.contact_sales .tt {
	width: 60%;
	margin: 0 auto 40px;
}

.contact_sales .tt p {
	font-size: 15px;
}

.contact_sales ul {
	margin-top: 20px;
}

.contact_sales ul li {
	font-size: 18px;
	margin-bottom: 20px;
}

.contact_sales ul li img {
	margin-right: 10px;
}

.footer_contact.con {
	padding: 50px 0;
}

.footer_contact.con h3 {
	width: 60%;
}