
.intro_content .sy_biaoti h3{
	color: #474545;
	font-family:Microsoft YaHei;
	text-transform:uppercase;
}
.intro_content .sy_biaoti h2{
	font-size: 25px;
}
.intro_content .sy_biaoti img{
	width: 15%;
	margin: 15px auto;
	height: auto !important; 
}

.three_content .sy_biaoti h3{
    font-family:Microsoft YaHei;
	color: #474545;
	text-transform:uppercase;
}
.three_content .sy_biaoti h2{
	font-size: 25px;
}

/* 第一层内容 */
.intro_content .one_content{
	display: flex;
	margin-bottom: 10px;
}
.intro_content .one_content .lf_box{
	width: 45%;
}
.intro_content .one_content .lf_box img{
	width: 100%;
	border-radius: 3px;
}
.intro_content .one_content .rg_box{
	flex: 1;
	background: #f4f4f4;
	margin: 20px 0px;
	padding: 28px 33px 15px 33px;
	box-sizing: border-box;
	border-radius: 3px;
}
.intro_content .one_content .rg_box h4{
	font-size: 22px;
	line-height: 55px;
	height: 55px;
	position: relative;
}
.intro_content .one_content .rg_box h4:before{
	position: absolute;
	content: '';
	height: 4px;
	top: 2px;
	width: 6%;
	background: #dfca55;
}
.intro_content .one_content .rg_box p{
	line-height: 30px;
	font-size: 15px;
}
.intro_content .one_content .rg_box p.b{
	margin-bottom: 5px;
}
.intro_content .one_content .rg_box .bot_title{
	padding: 10px 20px;
	background: #dfca55;
	color: #F4F4F4;
	display: inline-block;
	font-size: 20px;
	text-spacing: 2px;
	border-radius: 8px;
	margin-top: 20px;
	letter-spacing:3px
}

/* 第二层 */
.intro_content .two_content{
	display: flex;
	flex-wrap: wrap;
}
.intro_content .two_content .top_box{
	width: 100%;
}
.intro_content .two_content .top_box ul{
	display: flex;
	flex-wrap: wrap;
}
.intro_content .two_content .top_box ul li{
	margin-right: 2%;
	width: 32%;
}
.intro_content .two_content .top_box ul li:nth-child(3){
	margin-right: 0px;
}
.intro_content .two_content .top_box ul li .image{
	width: 100%;
	height: 215px;
	overflow: hidden;
}
.intro_content .two_content .top_box ul li .image img{
	width: 100%;
}
.intro_content .two_content .top_box ul li .text{
	background: #fafafa;
	padding: 8px 10px;
	box-sizing: border-box;
	height: 170px;
}
.intro_content .two_content .top_box ul li .text h5{
	font-size: 20px;
	height: 40px;
	line-height: 40px;
}
.intro_content .two_content .top_box ul li .text p{
	line-height: 30px;
	font-size: 17px;
}
.intro_content .two_content .bot_box p{
	margin: 60px 0px;
	font-size: 22px;
	line-height: 50px;
	text-align: center;
	padding: 0px 5%;
	box-sizing: border-box;
}
.intro_content .two_content .bot_box .img, .intro_content .two_content .bot_box .img img{
	width: 100%;
}

/* 企业认证 */
.three_content{
	background: #f8f8f8;
	padding-bottom: 40px;
	box-sizing: border-box;
}
.three_content .sy_biaoti img{
	width: 9%;
	margin: 15px auto;
	height: auto !important; 
}
.three_content_show .three_content_show_title{
	background: url(../image/xian.png) no-repeat bottom left;
	background-size: 100%;
	height: 50px;
	margin: 10px 0px 20px 0px;
	line-height: 50px;
}
.three_content_show .three_content_show_title span{
	display: inline-block;
}
.three_content_show .three_content_show_title span:nth-child(1){
	width: 14.5%;
	margin-right: 2%;
	text-align: center;
	font-size: 25px;
	color: #fff;
}
.three_content_show .three_content_show_title span:nth-child(2){
	color: #dfca55;
	font-size: 16px;
}
.three_content_show .three_content_show_box{
	text-align: center;
	/*width:100%;*/
}
.three_content_show .three_content_show_box img{
	margin: 70px auto;
}

.three_content_show .three_content_show_box.flex_img img{
    width:100%;
}

.oshow ul{
	display: flex;
	padding: 0px 2%;
	box-sizing: border-box;
}
.oshow ul li{
	width: 31.3%;
	margin: 0px 1%;
}
.oshow ul li img{
	width: 100%;
}


/* 产品列表 */
.li_rg_show.xs{
    display: none;
}
.product .sy_biaoti{
	text-align: right;
	padding-top: 20px;
	margin-right: 6%;
	margin-bottom: 0px;
}
.product.intro_content .sy_biaoti img{
	width: 52%;
	margin: 15px 0px 15px 48%;
}
.product.intro_content .one_content .rg_box h4{
	text-align: right;
	margin-right: 6%;
}
.product.intro_content .one_content .rg_box h4:before{
	width: 0px;
}
.product.intro_content .one_content .rg_box{
	position: absolute;
	width: 51%;
	left: 0px;
	z-index: 2;
	top: 0px;
	box-shadow: 0px 3px 8px #625a5a;
	padding: 28px 33px 23px 33px;
}
.product.intro_content .one_content{
	position: relative;
	height: 630px;
	margin: 57px auto;
}
.product.intro_content .one_content .lf_box{
	position: absolute;
	width: 51%;
	right: 0px;
	top: 0px;
}

/* 产品介绍 */
.cpjs .cpjschild{
	display: flex;
	flex-wrap: wrap;
}
.cpjs .cpjschild .li{
	width: 100%;
	display: flex;
	margin-bottom: 70px;
	flex-wrap: wrap;
}
.cpjs .cpjschild .li .li_lf{
	width: 30%;
	margin-right: 5%;
	text-align: center;
}
.cpjs .cpjschild .li .li_lf .bhj{
	background: #f0f0f0;
	border-radius: 8px;
	padding: 20px 0px;
}
.cpjs .cpjschild .li .li_lf img{
	width: 46%;
	margin: 0 auto;
}
.cpjs .cpjschild .li .li_lf img.two{
	width: 80%;
	margin: 0 auto;
}
.cpjs .cpjschild .li .li_lf span{
	width: 100%;
	display: inline-block;
	text-align: center;
	height: 45px;
	color: #fff;
	background: #dfca55;
	border-radius: 8px;
	margin-top: -5px;
	line-height: 45px;
}
.cpjs .cpjschild .li .li_lf img.two{
	margin: 10px auto;
}
.cpjs .cpjschild .li .li_rg{
    width: 65%;
	flex: 1;
	display: flex;
	flex-wrap: wrap;
}
.cpjs .cpjschild .li .li_rg .li_rg_child{
	width: 100%;
	font-size: 16px;
	line-height: 40px;
	display: flex;
}
.cpjs .cpjschild .li .li_rg .li_rg_child.small{
	margin-bottom:10px;
}
.cpjs .cpjschild .li .li_rg .li_rg_child span{
	display: inline-block;
	width: 15%;
	height: 40px;
	line-height: 40px;
	border-radius: 5px;
	background: #DFCA55;
	color: #fff;
	text-align: center;
	margin-right: 3%;
}
.cpjs .cpjschild .li .li_rg .li_rg_child p{
	flex: 1;
}
.cpjs .cpjschild .li .li_rg .li_rg_show p{
	height: 40px;
	line-height: 40px;
	width: 100%;
}

.about .flex{
	display: flex;
	flex-wrap: wrap;
}

.about .three_content_show .three_content_show_box{
	width: 50%;
	height: 370px;
	line-height: 370px;
}
.about .three_content_show .three_content_show_box img{
	display: inline-block;
	margin: 0px;
}

/*企业文化*/
.culture .flex{
	display: flex;
	flex-wrap: wrap;
}
.three_content.culture{
    background: url(../image/curturl.png) no-repeat center top;
    background-size: 100%;
    padding-bottom: 114px;
}
.three_content.culture .sy_biaoti h3, .three_content.culture .sy_biaoti h2{
    color: #fff;
}
.three_content.culture .three_content_show{
    margin-top: 100px;
}
.three_content.culture .three_content_show .three_content_show_box{
    width:33.3%;
}
.three_content.culture .three_content_show .three_content_show_box span{
    padding: 8px 18px;
    font-size: 22px;
    display: inline-block;
    color: #fff;
	border-radius: 8px;
	margin-bottom: 10px;
	background-color: #DFCA55; /* 不支持线性的时候显示 */
    background-image: linear-gradient(to right, rgba(208,176,0,0.6), rgba(223,202,85,0.6));
}
.three_content.culture .three_content_show .three_content_show_box h5{
    font-size: 20px;
    line-height: 40px;
    width: 100%;
    padding: 10px 22%;
    box-sizing: box-sizing;
    text-align: center;
    display: inline-block;
    color: #fff;
	
}

/*简介*/
.intro_content.about .one_content.about_show{
    margin-bottom: 60px;
}
.intro_content.about .one_content.about_show .lf_box{
    width:50%;
}
.intro_content.about .one_content.about_show .lf_box p{
    text-align: center;
    height: 40px;
    line-height: 60px;
    font-size: 17px;
}
.intro_content.about .one_content.about_show .rg_box{
    background: none;
    margin: 0px;
    padding-top: 0px;
}
.intro_content.about .one_content.about_show .rg_box h3{
    text-align: left;
    height: 50px;
    font-size: 21px;
    color: #dfca55;
}
.intro_content.about .one_content.about_show .rg_box p{
    padding-left: 15px;
    box-sizing: border-box;
    line-height: 35px;
}
