.mbxnav .nav_bar_box {
	overflow: hidden;
}
.mbxnav .nav_bar_box .breadcrumb {
	display: inline-block;
	width: 62%;
	margin-bottom: 0px;
}
.mbxnav .nav_bar_box .breadcrumb a {
	color: #666;
}
.mbxnav .bar_qy_hy {
	width: 100%;
	display: inline-block;
	text-align: center;
	padding: 20px 0;
}
.mbxnav .bar_qy_hy span {
	display: inline-block;
	padding: 10px 10px;
	cursor: pointer;
	color: #999;
}
.mbxnav .bar_qy_hy .active a {
	color: #6d0fc5;
	font-size: 20px;
	font-weight: bold;
}
.fbxj {
	width: 100%;
	overflow: hidden;
	box-shadow: 0 0 17px rgba(0,0,0,0.09);
    border: 6px solid #fff;
    margin-top: 30px;
}
.right_input {
	overflow: hidden;
	height: auto;
	position: relative;
	margin-top: 3px;
	width: 100%;
}
.right_input .red {
}
.right_input h4 {
	text-align: center;
	color: #690599;
}
#bzbox{
	width: 100%;
	overflow: hidden;
}
#bzContact{
	width: 99%;
	height: 200px;
}
.right_input li {
	text-align: left;
	display: block;
	overflow: hidden;
	padding: 5px 0;
	margin-top: 23px;
	margin-bottom: -13px;
	width: 50%;
	float: left;
}
.right_input li input {
	height: 38px;
}
.right_input li input, .right_input li textarea {
	font-size: 12px;
	border: 0;
	padding: 10px;
	border-radius: 5px;
	background-color: #f6f6f6;
	width: 97%;
	outline: none;
}
.right_input li .red {
	display: inline-block;
	color: red;
}
.right_input .fbxj_sub {
	text-align: center;
	padding: 20px 0;
	width: 100%;
	margin-bottom: 10px;
}
.right_input .fbxj_sub span {
	display: inline-block;
    width: 172px;
    border: 0;
    background: #0082ea;
    color: #fff;
    border-radius: 5px;
    font-size: 14px;
    height: 46px;
    line-height: 46px;
    cursor: pointer;
	padding: 0;
	transition: all 0.5s linear;
}
.right_input .fbxj_sub span:hover{
	background-color:#000
}
.tips {
	font-size: 12px;
	margin-left: 10px;
	margin-top: -5px;
	color: red!important;
}


::-webkit-input-placeholder { /* WebKit browsers */
 color: #ccc;
 font-size: 12px;
}
/* 关于我们--开始 */

.AboutUs {
	padding: 40px 0 85px 0;
}
.AboutUs_title {
	text-align: center;
}
.AboutUs_title h3 {
	font-size: 78px;
	color: #6d6d6d;
	text-transform: uppercase;
	opacity: 0.1;
}
.AboutUs_title h4 {
	font-size: 30px;
	color: #2f2f2f;
	font-weight: bold;
	margin-top: -40px;
}
.AboutUs_title span {
	display: block;
	width: 3px;
	height: 33px;
	background-color: #2196f3;
	margin: 20px auto auto auto;
}
.AboutUs_d .p {
	font-size: 16px;
	color: #666666;
	line-height: 36px;
	text-align: center;
	margin: 30px 0;
}
.AboutUs2_ul li a span img {
	width: 100%;
}
.comCount {
	width: 80%;
	margin: auto;
}
.comCount .countLi {
	float: left;
	width: 25%;
	position: relative;
}
.comCount .countLi::after {
	width: 1px;
	height: 47px;
	position: absolute;
	top: 50%;
	margin-top: -23px;
	left: 0;
	border-left: #dadada solid 1px;
	content: "";
}
.comCount .countLi:first-child::after {
	border-left: none;
}
.comCount .countLi .big {
	text-align: center;
}
.comCount .countLi .big .bigCen {
	display: inline-block;
	vertical-align: top;
	color: #2196f3;
	font-size: 38px;
	line-height: 1;
	position: relative;
	margin-left: -20px;
}
.comCount .countLi .big .bigCen .bigS {
	position: absolute;
	left: 100%;
	font-size: 24px;
	padding-left: 10px;
	bottom: 0;
	font-weight: normal;
}
.comCount .countLi .big .bigCen .bigS i {
	font-size: 38px;
}
.comCount .countLi .bigText {
	color: #666666;
	font-size: 16px;
	line-height: 1;
	text-align: center;
	margin-top: 16px;
}
.wh_box{
	width: 100%;
    overflow: hidden;
    margin: 50px 0;
}
.wh_box li{
	text-align: center;
}
.wh_box li h4{
	font-size: 15px;
    font-weight: bold;
}
@media screen and (max-width:1199px) {
	.comCount {
		width: 80%;
	}
}

@media screen and (max-width:991px) {
	.AboutUs {
		padding: 50px 0;
	}
}

@media screen and (max-width:767px) {
	.comCount .countLi:last-child .big .bigCen .bigS {
		min-width: 0;
	}
	.AboutUs {
		padding: 30px 0;
	}
	.AboutUs_title h3 {
		font-size: 50px;
	}
	.AboutUs_title h4 {
		font-size: 22px;
		margin-top: -30px;
	}
	.AboutUs_title span {
		width: 2px;
		height: 20px;
		margin-top: 10px;
	}
	.AboutUs_d .p {
		font-size: 13px;
		line-height: 22px;
		margin: 10px 0;
	}
	.comCount {
		width: 100%;
	}
	.comCount .countLi {
		width: 50%;
	}
	.comCount .countLi::after {
		border: none;
	}
	.AboutUs_d .p br {
		display: none;
	}
	.AboutUs_d .p {
		text-align: justify;
	}
	.comCount .countLi .big .bigCen {
		font-size: 20px;
	}
	.comCount .countLi .big .bigCen .bigS {
		font-size: 13px;
	}
	.comCount .countLi .big .bigCen .bigS i {
		font-size: 16px;
	}
	.comCount .countLi .bigText {
		font-size: 12px;
		margin: 10px 0 20px 0;
	}
}

.AboutUs2 {
	padding: 75px 0 70px 0;
}
.AboutUs2_title {
	text-align: center;
}
.AboutUs2_title h3 {
	font-size: 34px;
	color: #fff;
	position: relative;
	z-index: 1;
}
.AboutUs2_title span {
	display: block;
	margin-top: -20px;
}
.AboutUs2 .p {
	font-size: 16px;
	line-height: 36px;
	color: #fff;
	opacity: 0.8;
	margin: 34px 0;
	text-align: center;
}
.AboutUs2_ul {
	text-align: center;
}
.AboutUs2_ul li {
	display: inline-block;
	width: 9.94%;
	margin: 2.48%;
	vertical-align: top;
}
.AboutUs2_ul li span {
	border-radius: 50%;
	border: 2px solid rgba(255,255,255,0.2);
	width: 100%;
	display: block;
}
.AboutUs2_ul li span img:nth-child(2) {
	display: none;
}
.AboutUs2_ul li h6 {
	font-size: 18px;
	color: #fff;
	margin-top: 16px;
}
.AboutUs2_ul li:hover span {
	background-color: #fff;
}
.AboutUs2_ul li:hover span img:nth-child(1) {
	display: none;
}
.AboutUs2_ul li:hover span img:nth-child(2) {
	display: block;
}
/* 质量控制开始*/
.ih-item.circle .img:before {
    position: absolute;
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 50%;
    box-shadow: inset 0 0 0 16px rgba(255, 255, 255, 0.6), 0 1px 2px rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.ih-item.circle .info {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    border-radius: 50%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.ih-item.square {
    position: relative;
    width: 100%;
    height: auto;
    border: 8px solid #fff;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    margin: 20px 0;
}

.ih-item.square .info {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.ih-item.square.effect11 .img img{
	width: 100%;
	height: auto;
}	
.ih-item.square.effect11 {
    overflow: hidden;
}
.ih-item.square.effect11.colored .info h3 {
    background: rgba(12, 34, 52, 0.6);
}

.ih-item.square.effect11 .img {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.ih-item.square.effect11 .info {
    background: #333333;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.35s ease 0.2s;
    -moz-transition: all 0.35s ease 0.2s;
    transition: all 0.35s ease 0.2s;
}

.ih-item.square.effect11 .info h3 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    font-size: 18px;
    padding: 10px;
    background: #111111;
    margin: 50px 0 0 0;
}

.ih-item.square.effect11 .info p {
    font-size: 14px;
    position: relative;
    color: #bbb;
    padding: 20px 20px 20px;
    text-align: center;
}

.ih-item.square.effect11 a:hover .img {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
}

.ih-item.square.effect11 a:hover .info {
    visibility: visible;
    opacity: 1;
}

.ih-item.square.effect11.left_to_right .info {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
}

.ih-item.square.effect11.left_to_right a:hover .info {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.ih-item.square.effect11.right_to_left .info {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}

.ih-item.square.effect11.right_to_left a:hover .info {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.ih-item.square.effect11.top_to_bottom .info {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
}

.ih-item.square.effect11.top_to_bottom a:hover .info {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.ih-item.square.effect11.bottom_to_top .info {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
}

.ih-item.square.effect11.bottom_to_top a:hover .info {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}	
/* 质量控制结束 */
@media screen and (max-width:991px) {
	.AboutUs2 {
		padding: 50px 0;
	}
	.AboutUs2_title h3 {
		font-size: 28px;
	}
}

@media screen and (max-width:767px) {
	.AboutUs2 {
		padding: 30px 0;
	}
	.AboutUs2_title h3 {
		font-size: 22px;
	}
	.AboutUs2 .p {
		font-size: 13px;
		line-height: 22px;
		margin: 20px 0;
		text-align: justify;
	}
	.AboutUs2 .p br {
		display: none;
	}
	.AboutUs2_ul li {
		width: 30%;
		margin: 0;
	}
	.AboutUs2_ul li span {
		width: 80%;
		margin: auto;
	}
	.AboutUs2_ul li h6 {
		font-size: 13px;
		margin: 10px 0 15px 0;
	}
	.wh_box{
		width: 100%;
		overflow: hidden;
		margin: 0 0 50px;
	}
	.wh_box li {
		text-align: center;
		padding: 0;
	}
	.ih-item.square.effect11 .info h3 {
		text-transform: uppercase;
		color: #fff;
		text-align: center;
		font-size: 16px;
		padding: 10px;
		background: #111111;
		margin: 15px 0 0 0;
	}	
	.ih-item.square.effect11 .info p {
		font-size: 12px;
		position: relative;
		color: #bbb;
		padding: 10px;
		text-align: center;
	}
	#square .bs-example .row .col-xs-6{
		padding:0 10px;
	}
	.ih-item.square {
		margin: 8px 0;
	}
}
.AboutUs3 {
	padding: 75px 0 0;
	text-align: center;
	font-size: 16px;
	color: #666666;
	line-height: 36px;
}

@media screen and (max-width:991px) {
	.AboutUs3 {
		padding: 50px 0;
	}
	.right_input li .red {
		display: inline-block;
		color: red;
		float: left;
		line-height: 38px;
	}
	.right_input li {
		text-align: left;
		display: block;
		overflow: hidden;
		padding: 5px 0;
		margin-top: 15px;
		margin-bottom: -13px;
		width: 100%;
		float: left;
	}
	.right_input li:first-child{
		margin-top: 0;
	}
	.fbxj {
		width: 100%;
		overflow: hidden;
		box-shadow: 0 0 17px rgba(0,0,0,0.09);
		border: 6px solid #fff;
		margin-top: 0px;
	}
	.right_input {
		overflow: hidden;
		height: auto;
		position: relative;
		margin-top: 3px;
		width: 100%;
		padding: 8px;
	}
	#bzContact {
		width: 99%;
		height: 160px;
	}
}

@media screen and (max-width:767px) {
	.AboutUs3 {
		padding: 30px 0;
		font-size: 13px;
		line-height: 22px;
		text-align: justify;
	}
	.AboutUs3 br {
		display: none;
	}
}
/* 关于我们-结束 */

/* 联系我们--开始 */
.pz_main{
	margin-bottom: 50px;
}
.contact {
	padding: 40px 0;
}
.contactMap {
	width: 100%;
	box-shadow: 0 0 17px rgba(0,0,0,0.09);
	border: 6px solid #fff;
	margin-top: 30px;
}
#dituContent{
	width:100%;
	height:540px;
}
.contact_d {
	margin-top: 0px;
}
.contact_d_r {
	box-shadow: 0 0 17px rgba(0,0,0,0.09);
	width: 67.23%;
	float: right;
	background: url(/assets/image/j38.jpg) bottom right no-repeat;
	background-size: cover;
	padding: 0 60px;
	border: 6px solid #fff;
}
.contact_d_r h4 {
	font-size: 18px;
	color: #1f1f1f;
	padding: 20px 0 0 0;
	font-weight: bold;
}
.contact_d_r_list {
	padding: 1px 0;
}
.contact_d_r_list span {
	font-size: 22px;
    float: left;
    color: #2196f3;
}
.contact_d_r_list div {
	margin-left: 30px;
    font-size: 14px;
    color: #333333;
    line-height: 30px;
}
.contact_d_r_list div p {
	display: inline;
}
.contact_d_l {
	width: 30.31%;
	float: left;
	box-shadow: 0 0 17px rgba(0,0,0,0.09);
	height:615px;
}
.ewm{
	width: 50%;
    display: block;
    margin: 180px auto 20px;
}
.contact_d_l h5 {
	font-size: 18px;
	color: #1f1f1f;
	line-height: 28px;
	text-align: center;
	margin-top: 17px;
}

@media screen and (max-width:1199px) {
	.contact {
		padding: 40px 0 85px 0;
	}
}

@media screen and (max-width:991px) {

	.contact_d_r,  .contact_d_l {
		height: 430px;
	}
	.contact {
		padding: 40px 0 50px 0;
	}
}

@media screen and (max-width:767px) {
	#dituContent{
		height: 200px;
		width: 100%;
	}
	.container{
		padding: 0 10px;
	}	
	.contact_d {
		margin-top: 15px;
	}
	.contact_d_r {
		width: 100%;
		padding: 10px;
		height: auto;
	}
	.contact_d_r h4 {
		font-size: 18px;
		padding: 10px 0;
	}
	.contact_d_r_list div {
		font-size: 13px;
	}
	.contact_d_r_list {
		padding: 0;
	}
	.contact_d_l {
		width: 100%;
		margin-top: 15px;
		height: auto;
		padding-bottom: 15px;
	}
	.contact_d_l h5 {
		font-size: 14px;
		line-height: 20px;
		margin-top: 10px;
	}
	.contact {
		padding: 20px 0;
	}
	.ewm {
		width: 50%;
		display: block;
		margin: 35px auto 20px;
	}

}
/* 联系我们--结束 */
