.product-container{
	max-width: 100%;
	margin: 0 auto;
	padding: 50px 0;
	background: #f2f2f2;
	position: relative;
	z-index: 2;
	box-shadow: 0 0 6px rgba(0,0,0,0.2);
}
.tabcontent-header-menu{
	text-align: center;
	z-index: 4;
	position: relative;
}
.tabcontent-inner{
	overflow: hidden;
	max-width: 100%;
	display: block;
	padding: 0;
	margin: 0 auto;
	width: 100%;
	position: relative;
	background-color: transparent;
}
.tabcontent-inner ul{
	text-align: center;
	display: block;
	width: 100%;
	flex-wrap: wrap;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
.tabcontent-inner ul li{
    display: block;
    margin: 0 10px;
	position: relative;
}
.tabcontent-inner ul li button{
    width: 200px;
	background: transparent;
	color: #727171;
	font-size: 18px;
	line-height: normal;
	border: 1px solid #9e9e9f;
	padding: 10px 0;
}
.tabcontent-inner ul li button.active,
.tabcontent-inner ul li button:hover{
	background: #9e9e9f;
	color: #ffffff;
}

@media screen and (max-width:1200px) {
    .tabcontent-inner ul li button{
        width: 150px;
    }
}
@media screen and (max-width:992px) {
    .tabcontent-inner ul li button{
        width: 120px;
    }
}
@media screen and (max-width:767px) {
    .tabcontent-inner ul li{
        margin: 5px 0;
    }
    .tabcontent-inner ul li button{
        width: 200px;
        font-size: 14px;
        padding: 10px 0;
    }
    .product-container{
        padding: 20px 0;
    }
}
@media screen and (min-width:1380px) {
	.product-container{
		padding: 50px 40px;
	}
}
.about-container{
	width: 100%;
	margin: 0px auto;
	max-width: 1720px;
	padding: 0 15px;
}


.about-content{
	padding: 50px 0 40px;
}
.about-content .about-content-box{
	margin: 0 0 30px;
}
.about-content .about-content-box .title{
	line-height: 38px;
	font-size: 20px;
	color: #595757;
	padding: 0 0 0 145px;
	background: url(../images/about-title.jpg) no-repeat center left;
}
.about-content .about-content-box .post-content{
	padding: 30px 0 20px 0;
}
.about-content .about-content-box .post-content span{
	color: #3e3a39;
}
.about-content .about-content-box .post-img img{
	display: block;
	width: 70%;
	max-width: 370px;
}
.about-content .about-video{
	align-items: center;
	justify-content: center;
	display: flex;
}
@media screen and (min-width:992px) {
	.about-container{
		padding: 0 40px;
	}
	.about-content{
		padding: 100px 0 80px;
	}
	.about-content .about-content-box{
		margin: 0;
	}
	.about-content .about-content-box .post-content{
		padding: 60px 100px 60px 0;
	}
	.about-content .about-content-box .post-img img{
		display: block;
		width: auto;
	}
}

.about-culture{
	padding: 0 0 40px;
}
.about-culture .row{
	padding: 0 0 0 0px;
	position: relative;
}
.about-culture .row .title{
	width: 100%;
	padding: 0 15px;
	color: #595757;
	margin: 0 0 10px;
}
.about-culture .row .title span{
	border-top: 4px solid #fec526;
	font-size: 20px;
	padding: 10px 0 0;
	font-family: 'SourceHanSans-Medium';
	display: inline-block;
}

.about-culture .row .item .box{
	text-align: center;
	border-bottom: 1px solid #949394;
}
.about-culture img{
	display: block;
	margin: 20px auto;
}
.about-culture h3{
	font-weight: normal;
	font-size: 20px;
	color: #595757;
	font-family: 'SourceHanSans-Medium';
	margin: 0 0 10px;
}
.about-culture p{
	color: #727171;
	font-size: 16px;
	padding: 0 0 20px;
}
@media screen and (min-width:992px) {
	.about-culture{
		padding: 0 0 80px;
	}
	.about-culture .row{
		margin: 0;
	}
	.about-culture .row .title{
		padding: 0;
		margin: 0 0 40px;
	}
	.about-culture .row .item{
		padding: 0;
	}
	.about-culture .row .item .box{
		text-align: left;
		border-bottom: 0;
		padding: 0 0 0 20px;
		border-left: 1px solid #949394;
	}
	.about-culture img{
		margin: 0 0 30px;
	}
	.about-culture p{
		font-size: 14px;
	}
}
@media screen and (min-width:1280px) {
	.about-culture .row{
		padding: 0 0 0 200px;
	}
	.about-culture .row .title{
		width: auto;
		margin: 0;
		position: absolute;
		left: 0;
		top: 0;
	}
	.about-culture .row .item .box{
		padding: 0 0 0 30px;
	}
	.about-culture .row .title span{
		padding: 40px 0 0;
	}
}








.about-worth{
	padding: 0 0 40px;
}
.about-worth-title img{
	display: block;
	margin: 0 auto 20px;
}
.about-worth-title h3{
	text-align: center;
	font-weight: normal;
	font-size: 20px;
	font-family: 'SourceHanSans-Light';
	color: #595757;
}
.about-worth-list{
	text-align: center;
	line-height: 30px;
}
.about-worth-list .col-6{
	margin: 30px 0 0;
	font-size: 16px;
	color: #727171;
	border-right: 1px solid #949394;
}
.about-worth-list .col-6:nth-child(even){
	border-right: 0;
}
@media screen and (min-width:768px) {
	.about-worth{
		padding: 0 0 60px;
	}
	.about-worth-list .col-6:nth-child(even){
		border-right: 1px solid #949394;
	}
	.about-worth-list .col-6:nth-child(3),
	.about-worth-list .col-6:nth-child(6){
		border-right: 0;
	}
}
@media screen and (min-width:992px) {
	.about-worth-list .col-6{
		margin: 80px 0 40px;
	}
	.about-worth{
		padding: 0 0 80px;
	}
}





.qcyl{
	padding: 50px 15px;
	min-height: 0;
	overflow: hidden;
	position: relative;
	box-sizing: content-box;
	z-index: 4;
}
.qcyl .qcyl-bg{
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
	background: url(../images/qcyl-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: center center;
}
.qcyl-container{
	position: relative;
	z-index: 3;
	max-width: 768px;
	margin: 0 auto;
	width: auto !important;
}
.qfy_title{
	text-align: center;
	padding: 0 0 70px;
}
.qfy_title_image_warpper{
	display: inline-block;
	position: relative;
	max-width: 100%;
}
.header_title{
	font-size: 20px;
	font-family: 'SourceHanSans-Light';
	font-weight: normal;
	font-style: normal;
	padding: 0;
	color: #555555;
	display: block;
	line-height: 45px;
}
.header_title1{
	font-size: 16px;
	color: #c4bcac;
	margin: 5px 0 10px;
}
.header_subtitle{
	font-size: 14px;
	padding: 2px;
	color: #727171;
	display: block;
	line-height: 22px;
	font-family: 'SourceHanSans-Light';
}
.qfy-row{
	padding: 30px 0 0;
}
.qfy-row .row{
	margin: 0;
}
.qfy-row .item{
	padding: 0;
}
.qfy-row .item .column_inner{
	margin: 0 0 0 0;
	min-height: 496px;
}
.qfy-row .item .column_inner .vc_img img{
	display: block;
	height: 126px;
	margin: 0 auto;
}
.qfy-row .item .column_inner .vc_header{
	padding: 20px 0 25px;
	text-align: center;
	font-size: 18px;
	font-family: 'SourceHanSans-Regular';
	color: #595757;
	line-height: 27px;
}
.qfy-row .item .column_inner .qfy-text{
	text-align: center;
	line-height: 28px;
	color: #727171;
	padding: 0 10px;
	font-family: 'SourceHanSans-Light';
	letter-spacing: 1px;
	font-size: 14px;
}
.qfy-row .item .column_inner .qfy-list{
	border: 1px dashed #7c7878;
	text-align: center;
	font-size: 16px;
	line-height: 30px;
	padding: 20px 0;
	color: #727171;
	display: block;
	margin: 30px 10px;
}
.qfy-row .item .column_inner .qfy-list .row{
    margin: 0 -7.5px;
}
.qfy-row .item .column_inner .qfy-list .col-6{
    padding: 0 7.5px;
}

@media screen and (min-width:768px) {
	.qfe_row{
		padding: 0;
	}
	.qfy-row .item .column_inner .qfy-list{
	    display: none;
	}
}
@media screen and (min-width:992px) {
	.qcyl-container{
		max-width: 1280px;
		margin: 0 auto;
	}

	.qcyl{
		padding: 25vh 0 20vh;
		min-height: 600px;
		overflow: hidden;
		position: relative;
		box-sizing: content-box;
		z-index: 4;
	}
	.qcyl .qcyl-bg{
		position: absolute;
		width: 100%;
		left: 0;
		top: 0;
		bottom: 0;
		z-index: 1;
		background: url(../images/qcyl-bg.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-attachment: fixed;
		background-position: center center;
	}
	.qcyl-container{
		position: relative;
		z-index: 3;
		width: auto !important;
	}
	.qfy_title{
		text-align: center;
		padding: 0 0 70px;
	}
	.qfy_title_image_warpper{
		display: inline-block;
		position: relative;
		max-width: 100%;
	}
	.header_title{
		font-size: 30px;
		font-weight: normal;
		font-style: normal;
		color: #555555;
		display: block;
		line-height: 45px;
	}
	.header_title1{
		font-size: 20px;
		margin: 10px 0 15px;
	}
	.header_subtitle{
		font-size: 16px;
		padding: 2px;
		color: #666666;
		display: block;
		line-height: 22px;
	}
	.qfy-row{
		padding: 30px 0 0;
	}
	.qfy-row .row{
		margin: 0;
	}
	.qfy-row .item{
		padding: 0;
	}
	.qfy-row .item .column_inner{
		margin: 0 36px 0 0;
	}
	.qfy-row .item .column_inner .vc_img img{
		display: block;
		max-width: 100%;
		width: auto;
		margin: 0 auto;
	}
	.qfy-row .item .column_inner .vc_header{
		padding: 20px 0 25px;
		text-align: center;
		font-size: 18px;
		color: #333333;
		line-height: 27px;
	}
	.qfy-row .item .column_inner .qfy-text{
		text-align: center;
		line-height: 28px;
		letter-spacing: 1px;
		font-size: 16px;
	}
	.qfy-row .item .column_inner .qfy-list{
		border: 1px dashed #7c7878;
		text-align: center;
		font-size: 16px;
		line-height: 30px;
		padding: 20px 0;
		margin: 50px 0 0;
	}
}


.about-title{
	padding: 50px 0;
	text-align: center;
}
.about-title h3{
	color: #595757;
	font-size: 24px;
	margin: 0;
	font-family: 'SourceHanSans-Light';
	font-weight: normal;
}
.about-title h4{
	font-size: 20px;
	color: #c4bcac;
	margin: 15px 0 10px;
	font-weight: normal;
}
.about-title p{
	color: #727171;
	font-size: 14px;
	line-height: 30px;
}
@media screen and (min-width:992px) {
	.about-title{
		padding: 100px 0;
	}
	.about-title h3{
		font-size: 30px;
	}
	.about-title h4{
		font-size: 24px;
	}
	.about-title p{
		font-size: 16px;
	}
}
.about-progress{
	padding: 0 0 160px;
}
.about-progress-list{
	position: relative;
}
.about-progress-list .row{
	padding: 0 0 0 30px;
	position: relative;
}
.about-progress-list::after{
	content: "";
	left: 10px;
	top: 5px;
	bottom: 0;
	width: 2px;
	position: absolute;
	border-left: 1px solid #e6e7e7;
	border-right: 1ox solid #cecfcf;
}
.about-progress-list::before{
	content: " -";
	line-height: 4px;
	position: absolute;
	width: 10px;
	padding-left: 1px;
	color: #999;
	height: 10px;
	border: 2px solid #d59c4a;
	background: #ffffff;
	bottom: 0;
	left: 5px;
	border-radius: 50%;
	z-index: 999;
}
.about-progress-list .col-12{
	margin: 0 0 30px;
}
.about-progress-list h3{
	font-weight: normal;
	color: #3e3a39;
	line-height: 20px;
	font-size: 22px;
	margin: 0 0 5px;
	position: relative;
}
.about-progress-list h3::after{
	content: "";
	width: 10px;
	height: 10px;
	left: -24px;
	z-index: 999;
	border-radius: 50%;
	position: absolute;
	border: 2px solid #d59c4a;
	background: #ffffff;
	top: 50%;
	margin: -5px 0 0;
}
.about-progress-list p{
	color: #717071;
	font-size: 16px;
	line-height: 30px;
}
@media screen and (min-width:768px) {
	.about-progress-list::after{
		left: 50%;
		margin-left: -1px;
	}
	.about-progress-list .col-12:nth-child(odd){
		text-align: right;
		max-width: 50%;
		padding-right: 90px;
	}
	.about-progress-list .col-12:nth-child(even){
		padding-left: calc(50% + 60px);
	}
	.about-progress-list .col-12:nth-child(odd) h3::after{
		right: -79px;
		left: auto;
	}
	.about-progress-list .col-12:nth-child(even) h3::after{
		left: -81px;
	}
	.about-progress-list::before{
		bottom: 0;
		left: 50%;
		margin-left: -5px;
	}
}







.about-company{
	padding-bottom:60px;
}
.about-company .about-title{
	padding-bottom: 60px;
}
.about-company-wrap{
	width: 100%;
	margin: 0 auto;
	max-width: 1210px;
	padding: 0 40px;
}

.about-company-wrap .item{
	text-align: center;
	line-height: 36px;
	font-size: 16px;
	margin: 0 0 60px;
	color: #727171;
}
.about-company-wrap .item p{
	display: inline-block;
}
.about-company-wrap .company-name{
	padding: 0 0 0 40px;
	background: url(../images/company-name.png) no-repeat left center;
}
.about-company-wrap .company-address{
	padding: 0 0 0 40px;
	background: url(../images/company-address.png) no-repeat left center;
}

@media screen and (max-width:767px) {
	.about-company {
		padding-bottom: 30px;
	}
	.about-company .about-title{
		padding-bottom: 30px;
	}
	.about-company-wrap .item{
		text-align: left;
		line-height: 20px;
		font-size: 16px;
		margin: 0 0 10px;
	}
	.about-company-wrap .item:nth-child(3n){
		margin: 0 0 30px;
	}
	.about-company-wrap .company-name{
		padding: 0 0 0 24px;
		background: url(../images/company-name.png) no-repeat left center;
		background-size: auto 100%;
	}
	.about-company-wrap .company-address{
		padding: 0 0 0 24px;
		background: url(../images/company-address.png) no-repeat left center;
		background-size: auto 100%;
	}

}




.about-duty{
	padding: 0 0 100px;
}

.about-duty .col-md-7{
	padding-right: 100px;
}
.about-duty .col-md-7 .about-duty-title h4{
	color: #c4bcac;
	font-weight: normal;
	font-size: 20px;
}
.about-duty .col-md-7 .about-duty-title h3{
	font-size: 30px;
	font-weight: normal;
	margin-top: 10px;
	font-family: 'SourceHanSans-Light';
	color: #595757;
}
.about-duty-content{
	font-size: 16px;
	line-height: 40px;
	color: #717071;
	padding: 30px 0 0;
}
.about-duty .col-md-5{
	display: flex;
	justify-content: center;
	align-items: center;
}
.about-duty img{
	display: block;
	max-width: 100%;
}
@media screen and (max-width:767px) {
	.about-duty{
		padding: 0 0 50px;
	}
	.about-duty .col-md-7{
		padding-right: 0;
		margin: 0 0 20px;
	}
	.about-duty img{
		max-width: 50%;
	}
	.about-duty-content{
		line-height: 30px;
	}
}






.contact-map{
	padding: 40px 0 0;
	background: #eeedec;
}
.contact-map .page-title{
	margin: 0 0 30px;
}
@media screen and (min-width:768px) {
	.contact-map{
		padding: 60px 0 0;
		background: #eeeded;
	}
	.contact-map .page-title{
		margin: 0 0 60px;
	}
}
@media screen and (min-width:992px) {
	.contact-map{
		padding: 170px 0 0;
		background: #eeeded;
	}
	.contact-map .page-title{
		margin: 0 0 150px;
	}
}
.about-map{
	width: 100%;
	height: 660px;
	/*background: url(../images/about-map.jpg) no-repeat center;*/
}
/*.about-map:hover{*/
/*    background: url(../images/about-map2.jpg) no-repeat center;*/
/*}*/
.about-map-wrap{
	width: 768px;
	height: 530px;
	margin: 0 auto;
	position: relative;
}
.about-map-wrap .item{
	width: 26px;
	height: 40px;
	cursor: pointer;
	position: absolute;
	background: url(../images/map-icon.png);
}
.about-map-wrap .item:hover{
    background: url(../images/map-icon3.png);
}
.about-map-wrap .item:nth-child(1){
	left: 172px;
	top: 25px;
}
.about-map-wrap .item:nth-child(2){
	left: 498px;
	top: 180px;
}
.about-map-wrap .item:nth-child(3){
	left: 328px;
	top: 352px;
}
.about-map-wrap .item .item-box{
	display: inline-block;
	position: absolute;
	width: 250px;
	padding: 10px 0;
	left: 60px;
	top: 50%;
	margin-top: -27px;
	display: none;
	font-size: 16px;
	text-align: center;
	border: 1px solid #595757;
	border-left: 0;
	background: rgba(220,221,221,0.5);
}
.about-map-wrap .item .item-box::after{
    content: "";
    width: 1px;
    top: 0;
    height: calc(50% - 15px);
    position: absolute;
    left: 0;
    background: #595757;
}
.about-map-wrap .item .item-box::before{
    content: "";
    width: 1px;
    bottom: 0;
    height: calc(50% - 15px);
    position: absolute;
    left: 0;
    background: #595757;
}
.about-map-wrap .item:nth-child(2) .item-box::after{
    content: "";
    width: 1px;
    top: 0;
    height: calc(50% - 15px);
    position: absolute;
    right: 0;
    left: auto;
    background: #595757;
}
.about-map-wrap .item:nth-child(2) .item-box::before{
    content: "";
    width: 1px;
    bottom: 0;
    height: calc(50% - 15px);
    position: absolute;
    right: 0;
    left: auto;
    background: #595757;
}
.about-map-wrap .item .item-box p{
	font-size: 14px;
	line-height: 30px;
}
.about-map-wrap .item .item-box i{
    display: block;
	width: 23px;
	height: 34px;
	position: absolute;
	left: -23px;
	top: 50%;
	margin: -17px 0 0;
	background: url(../images/map-icon1.png);
}
.about-map-wrap .item:nth-child(2) .item-box{
	width: 440px;
	left: -473px;
	top: 50%;
	padding: 10px 20px;
	margin-top: -90px;
	text-align: center;
}
.about-map-wrap .item:nth-child(2) .item-box{
    border-right: 0;
    border-left: 1px solid #595757;
}
.about-map-wrap .item:nth-child(2) .item-box i{
	left: auto;	
	right: -23px;
	background: url(../images/map-icon2.png);
}
@media screen and (max-width:767px) {
	.about-map{
		width: 100%;
		height: 320px;
		background: url(../images/about-map1.jpg) no-repeat center;
	}
	.about-map:hover{
        background: url(../images/about-map1.jpg) no-repeat center;
    }
	.about-map-wrap{
		width: 300px;
		height: 320px;
	}
	.about-map-wrap .item:nth-child(1){
		left: 60px;
		top: 0px;
	}
	.about-map-wrap .item:nth-child(2){
		left: 255px;
		top: 95px;
	}
	.about-map-wrap .item:nth-child(3){
		left: 153px;
		top: 198px;
	}
	.about-map-wrap .item .item-box{
		width: 200px;
	}
	.about-map-wrap .item:nth-child(2) .item-box{
		width: 220px;
		left: -253px;
		top: 50%;
		padding: 10px 10px;
		z-index: 9999;
		margin-top: -146px;
		text-align: center;
	}
	.about-map-wrap .item:nth-child(3) .item-box{
		width: 150px;
		right: auto;
		padding: 0 10px;
		line-height: 20px;
		left: -170px;
	}
	.about-map-wrap .item:nth-child(3) .item-box p{
		line-height: 20px;
		padding: 10px 0;
	}
	.about-map-wrap .item:nth-child(3) .item-box i{
    	left: auto;	
    	right: -23px;
    	background: url(../images/map-icon2.png);
    }
    .about-map-wrap .item:nth-child(3) .item-box{
        border: 1px solid #595757;
        border-right: 0;
    }
    .about-map-wrap .item:nth-child(3) .item-box::after{
        content: "";
        width: 1px;
        top: 0;
        height: calc(50% - 15px);
        position: absolute;
        right: 0;
        left: auto;
        background: #595757;
    }
    .about-map-wrap .item:nth-child(3) .item-box::before{
        content: "";
        width: 1px;
        bottom: 0;
        height: calc(50% - 15px);
        position: absolute;
        right: 0;
        left: auto;
        background: #595757;
    }
}