body{
	background: #ffffff;
	color: #5e5a56;
	font-family: graphik;
	font-size: 18px;
}
.border-bottom {
    border-bottom: 1px solid #2b2a28;
}
.text-right{
	text-align: right;
}
.flex-flow {
	display: flex;
}
.flex-reverse {
    flex-direction: row-reverse !important;
}
/*头部样式*/

/*index页面*/
.nice-tit {
	padding: 100px 20px;
}
.nice-tit-h1, .nice-tit-h2, .nice-tit-h3 {
	padding: 10px 0;
}
.nice-tit-h1 {
	margin-bottom: 25px;
	font-size: 40px;
    font-weight: bold;
	color: #000;
}
.nice-tit-h2 {
    font-size: 20px;
    text-transform: uppercase;
	font-weight: bold;
	color: #000;
}
.describe-row{
	display: flex;
}
.describe-box .describe-img {
	padding: 0;
}
.describe-box .describe-img img{
	max-width: 100%;
}
.describe-box .describe-text{
	display: flex;
	align-items: center;
	padding: 0;
}
.describe-text-left{
	padding-right: 10%;
	padding-left: calc(( 100vw - 1180px ) / 2);
}
.describe-text-right{
	padding-left: 10%;
	padding-right: calc(( 100vw - 1180px ) / 2);
}
.describe-text-block {
	margin-top: 50px;
}
.describe-text h2{
	font-size: 45px;
    font-weight: bolder;
    color: #000;
	text-transform: capitalize;
}
.describe-text-block h6{
	margin-bottom: 15px;
	font-size: 18px;
	text-transform: uppercase;
	color: #000;
	font-weight: bold;
}
.describe-text-block p{
	font-size: 18px;
}
/* 选择我们 */
.choose-us-box {
	position: relative;
	padding-top: 140px;
	background: #f2f2f2;
}
.choose-us-header {
	text-align: center;
}
.choose-us-header .choose-us-header-title {
	margin-bottom: 36px;
	padding: 0 20px;
	font-size: 48px;
	color: #000;
}
.choose-us-header .choose-us-header-title label{
}
.choose-us-header .choose-us-header-desc {
	max-width: 420px;
	margin: auto;
}
.choose-us-cont {
	padding: 60px 100px 80px;
}
.choose-us-cont-text {
	padding-left: calc(( 100vw - 1280px ) / 2);
	padding-right: 10%;
	line-height: 36px;
	font-size: 20px;
}
.choose-row{
    align-items: center;
}
.choose-us-cont-img img{
	
}
.choose-us-data{
	padding: 0 15%;
}
.choose-us-data-item {
	border-top: 1px solid #ddd;
}
.choose-us-data-item1{
	padding: 60px 20px 40px;
	text-align: center;
	border-right: 1px solid #ddd;
}
.choose-us-data-item:last-child .choose-us-data-item1 {
	border: 0;
}
.choose-us-data-number {
	margin-bottom: 12px;
	font-size: 48px;
	color: #000;
}
.choose-us-data-bottom-line {
	margin-top: 40px;
    margin-right: 18%;
	border-color: #ddd;
}
/* 生产流程 */
.process-header {
	padding: 100px 10px;
	text-align: center;
}
.process-header .process-header-title {
	margin-bottom: 36px;
	padding: 0 20px;
    color: #000;
	font-size: 45px;
    font-weight: bold;
}
.process-header .process-header-desc {
	max-width: 650px;
	margin: auto;
}
.process-cont{
	display: grid;
	flex-wrap: nowrap;
    flex-direction: column;
	align-items: stretch;
    grid-template-columns: repeat(1,minmax(200px,1fr));
    grid-column-gap: 20px;
    grid-row-gap: 240px;
    width: 100%;
    max-width: 1220px;
    padding-left: 20px;
    padding-right: 20px;
	margin: 100px auto 0;
}
.process-item{
	display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
	position: relative;
}
.process-item:before {
    transform: translateY(10%);
    position: absolute;
    left: 110px;
    top: 100%;
    width: 2px;
    height: 180px;
    background-color: #dadbdb;
    content: "";
}
.process-item:last-child:before {
	content: none;
}
.process-item-reverse {
	display: flex;
	justify-content: space-between;
}
.process-item-number {
    line-height: 1.3;
    color: #dadbdb;
    font-size: 180px;
    font-family: '宋体';
}
.process-item-cont {
	flex: 1;
	padding: 0 60px;
    font-size: 20px;
}
.process-item-cont h3 {
    margin-bottom: 30px;
    margin-top: 30px;
	font-size: 36px;
    color: #000;
}
.process-item-img img{
	margin: auto;
}
.common-bottom-line{
	margin: 100px 100px 0 0;
    border-color: #999;
}
.common-header {
	padding: 100px 10px;
	text-align: center;
}
.common-header .common-header-title {
	margin-bottom: 36px;
	padding: 0 20px;
    color: #000;
	font-size: 45px;
    font-weight: bold;
}
.common-header .common-header-desc {
	max-width: 650px;
	margin: auto;
}
.material-box{
	padding: 30px 0 0;
}
.material-cont{
	padding: 0 5%;
}
.material-cont-item{
	display: flex;
	padding: 2vw 2vw;
}
.material-cont-item-img {
	width: 36%;
}
.material-cont-item-desc{
	display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    background: #f5f5f5;
    font-size: 30px;
    color: #000;
}
.product-show {
	padding-bottom: 50px;
	background: #f5f5f5
}
.product-item-box{
    margin: 25px 10px;
	padding: 100px 0;
	/* background: #f5f5f5; */
	background: #fff;
	border-radius: 5px;
	text-align: center;
    color: #000;
}
.leave-message-box {
	padding: 100px 0px;
	background: #222;
	color: #d0d0d0;
}
.message-header-title{
	padding: 0 0 40px;
    text-align: center;
	font-size: 30px;
    font-weight: bold;
}
.message-cont {
	padding: 0 100px;
}
.message-list-item{
	padding: 0 0 20px;
}
.message-list-item-name{
	padding-left: 10px;
	margin-bottom: 10px;
}
.message-list-item-input{
	width: 100%;
    height: 40px;
    padding: 5px 10px;
    background: none;
    color: #fff;
    font-size: 18px;
    border-bottom: 1px solid #464646;
}
.submit-now-btn{
	background: #ffd400;
    border-radius: 30px;
    color: #333;
}
.contact-us {
	padding: 80px 0;
	text-align: center;
}
.contact-item{
	padding: 25px 15px;
}
.contact-icon{
	height: 30px;
    vertical-align: middle;
}
.contact-item a{
	color: #d0d0d0;
}

/* 单页模板 */
.index-banner {
	position: relative;
    height: 85vh;
    background-color: #f0edeb;
    background-repeat: no-repeat;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    text-align: justify;
    background-position: 100% 0%;
	background-size: contain;
}
.index-header {
	max-width: 1220px; margin: auto; padding-top: 20px;
}
.index-header img{
	height: 50px;
}
.index-banner-body {
	display: flex; align-items: center; justify-content: space-between;max-width: 1220px; height: calc(100% - 180px); margin: auto;
}
.index-banner-left {
	width: 45%;
}
.index-banner-right {
	width: 45%;
}
.index-banner-title {
	font-size: 80px;color: #000;font-weight: bold; margin-bottom: 20px;
}
.index-banner-text {
	
}


/* 手机端 */
@media (max-width: 768px){
	.flex-flow {
		flex-wrap: wrap;
	}
	.carousel-inner>.item>img {
		/* max-width: unset;
    	max-height: 290px; */
	}
	.nice-tit {
		padding: 40px 20px;
	}
	.nice-tit-h1, .nice-tit-h2, .nice-tit-h3 {
		padding: 10px 0;
	}
	.nice-tit-h1 {
		font-size: 30px;
	}
	.nice-tit-h2 {
	    font-size: 16px;
	}
	.nice-tit-h3 {
	    font-size: 16px;
	}
	.describe-row {
		flex-wrap: wrap;
	}
	.describe-text-right, .describe-text-left {
		padding: 60px 15px;
	}
	.describe-text h2 {
		font-size: 30px;
	}
	.describe-text-block h6 {
	    font-size: 16px;
	}
	.describe-text-block p {
	    font-size: 16px;
	}
	.choose-us-cont-text{
		padding: 0 15px 30px;
		font-size: 18px;
	}
	.choose-us-cont {
		padding: 60px 15px 60px;
	}
	.choose-us-header .choose-us-header-title {
	    font-size: 28px;
	}
	.choose-us-box {
	    padding-top: 60px;
	}
	.choose-us-data {
		padding: 0 15px;
	}
	.choose-us-data-item{
		border-top: 1px solid #ddd;
		padding: 20px 0;
	}
	.choose-us-data-item1{
		padding: 30px 0px;
		border-color: #ddd;
	}
	.choose-us-data-item1+.choose-us-data-item1 {
	    border-color: #ddd;
	}
	.choose-us-data-number {
	    font-size: 40px;
	}
	.choose-us-data-desc{
		font-size: 14px;
	}
	.choose-us-data-bottom-line {
		margin: 0;
	}
	.process-item {
	    flex-direction: column;
	}
	.process-item-reverse{
		flex-direction: column-reverse;
	}
	.process-item:before {
	    content: none;
	}
	.process-header .process-header-title {
	   font-size: 30px;
	}
	.process-header {
	    padding: 80px 10px 40px;
	}
	    
	.process-cont {
		margin-top: 20px;
		padding-left: 0;
	    padding-right: 0;
	}
	.process-item-number {
		line-height: 1;
	    font-size: 47px;
	    padding: 0 0 20px 20px;
	}
	.process-item-cont h3 {
	    margin-bottom: 20px;
	    margin-top: 20px;
	    font-size: 25px;
	}
	.process-item-cont {
	    padding: 15px 15px;
	    font-size: 18px;
	}	
	.process-cont {
	    grid-row-gap: 40px;
	}
	.common-header .common-header-title {
	   font-size: 30px;
	}
	.common-header {
	    padding: 80px 10px 40px;
	}
	.material-box{
		padding-bottom: 50px;
	}
	.material-cont {
	    padding: 0 15px;
	}
	.material-cont-item-img{
		width: 50%;
	}
	.material-cont-item-desc {
    	font-size: 20px;
	}
	.product-item-box {
		margin: 7px 0;
	    padding: 0 0 30px;
	}
	.leave-message-box{
		padding: 50px 0;
	}
	.message-cont {
	    padding: 0 15px;
	}
	.contact-us {
		padding: 40px 0;
	}
	.contact-item {
	    padding: 15px 15px;
	}
	
	/* 单页模板 */
	.index-banner {
		height: auto;
		background-size: cover;
    	background-position: 0% 100%;
	}
	.index-header {
	    padding-left: 20px;
	}
	.index-header img {
	    height: 30px;
	}
	.index-banner-body {
		padding: 60px 15px 150px;
	}
	.index-banner-right {
		display: none;
	}
	.index-banner-left {
	    width: 100%;
	}
	.index-banner-title {
	    font-size: 50px;
	}
	.index-banner-text {
	    text-align: left;
	}
	
	
		
}
@media (min-width: 768px) {
	
	
}
