* {
	box-sizing: border-box;
}

img {
	display: block;
}
.clr {
	clear: both;
}
.inner {
	width: 1200px;
	margin: 0 auto;
}
@media screen and (max-width: 1199px) {
	.inner {
		width: 100%;
		padding: 0 2%;
	}
}
.q_header{
	margin: 0 auto;
	width: 1790px;
}
.header .q_header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 89px;
}
.hd_l {
	display: flex;
	align-items: flex-end;
}
.hd_l img {
	display: block;
	/* width: 356px; */
}
.hdnav {
	display: flex;
	align-items: center;
	height: 100%;
}
.hdnav>li {
	margin-left: 15px;
	padding: 34px 15px;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.hdnav>li.active{
	border-bottom: 2px solid #0094dc;
}
.hdnav>li a {
	font-size: 16px;
	color: #333333;
}
.hdnav>li.active a {
	/*font-weight: bold;*/
	color: #137dc9;
}
.hdnav>li:last-child {
    margin-left: 0;
    padding: 0;
}
.navbtn	{
	width: 30px;
    height: 20px;
    display: none;
    position: relative;
}
.navbtn span {
	width: 30px;
    display: block;
    height: 2px;
    background: #333;
    border-radius: 2px;
    position: absolute;
    left: 0;
    transition: all .2s linear;
}
.navbtn span:nth-child(1) {
	top: 0;
}
.navbtn span:nth-child(2) {
	top: 10px;
}
.navbtn span:nth-child(3) {
	top: 20px;
}
.navbtn span.no1 {
    transform: rotate(45deg);
    top: 10px;
}
.navbtn span.no2 {
    visibility: hidden;
    opacity: 0;
}
.navbtn span.no3 {
    transform: rotate(-45deg);
    top: 10px;
}
.q_hdnav{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	flex-wrap: wrap;
	/*margin-bottom: 15px;*/
}
.q_hdnav p{
	/*margin-left: 27px;*/
	color: #e6e6e6;
}
.q_hdnav_1{
	font-size: 14px;
	color: #137dc9!important;
	padding-right: 8px;
}
.q_hdnav_2{
	font-size: 14px;
	color: #333333;
	padding-left: 8px;
}
.q_hdnav_phone1{
	margin-left: 54px;
	margin-right: 48px;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.2;
	color: #137dc9;
}
.q_hdnav_phone1 span{
	margin-right: 9px;
}
.q_hdnav_phone1 span img,
.q_hdnav_input_icon a img{
	max-width: 100%;
}
.q_hdnav_phone1 img {
	transition: 0.2s all;
}
.q_hdnav_phone1:hover img {
	transform: scale(1.2);
}
.q_hdnav_phone{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.q_hdnav_input{
	margin-right: 54px;
}
.q_hdnav_input input.searchinp{
	width: 150px;
	height: 37px;
	background-color: #ededed;
	padding: 13px;
	outline: none;
}
.q_hdnav_input_icon{
	display: block;
	width: 38px;
	height: 37px;
	background-color: #147ac1;
	background-image: url(../images/qx/q_search.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto;
}
@media (max-width:1692px) {
		.q_hdnav_input {
    margin-right: 25px;
}
.q_hdnav_phone1 {
    margin-left: 10px;
    margin-right: 20px;
}
.q_header {
    margin: 0 auto;
    width: 100%;
}
}
@media (max-width:1599px) {
	.q_hdnav_phone1{
		display: none;
	}
	.q_hdnav_input {
    margin-left: 30px;
}
}
@media (max-width:1477px) {
	.q_hdnav_input{
		display: none;
	}
		.q_hdnav p {
    margin-left: 60px;
}
}

@media (max-width:1365px) {
	.q_hdnav p {
    margin-left: 15px;
}
}

@media (max-width: 1199px) {
	.header .q_header {
		flex-wrap: wrap;
		width: 100%;
		padding: 0 3%;
		height: auto;
	}
	.hd_l {
		padding: 15px 0;
		width: 90%;
	}
	.navbtn {
		display: block;
	}
	.hdnav {
		display: none;
		width: 100%;
	}
	.hdnav>li {
		margin-left: 0;
		text-align: center;
		line-height: 32px;
    	border-top: 1px dotted #ccc;
    	padding: 0;
	}
	.hdnav>li a {
		font-size: 12px;
	}
	.hdnav_1{
	width: 100%;
}
.q_hdnav{
		display: none;
	}
	
	.q_header {
		width: 100%;
		padding: 0 2%;
	}
	.hdnav>li.active {
    border-bottom: unset;
}
}
@media (max-width: 767px) {
	
	.hd_l img {
		width: 85%;
	}
	
}

.q_index_banner .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
	background: url(../images/qx/q_index_right.png);
    right: 180px;
    left: auto;
    width: 53px;
    height: 53px;
}
.q_index_banner .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background: url(../images/qx/q_index_left.png);
    left: 180px;
    right: auto;
    width: 53px;
    height: 53px;
}
.q_index_banner .swiper-slide img{
	/* width: 100%; */
}

.q_index_product{
	padding: 73px 0 70px;
}
.q_index_tittle{
	font-size: 30px;
	font-weight: bold;
	color: #000000;
	text-align: center;
}
.q_index_tittle span{
	width: 47px;
	height: 3px;
	background-color: #147ac1;
    display: block;
	margin: 11px auto 0;
}
.q_index_product1{
	margin: 40px auto 0;
}
.q_space{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
.q_index_product1_1{
	background: url(../images/qx/q_index_product1_1.png) no-repeat center center;
    width: 476px;
	height: 684px;
	padding: 57px 55px 0 62px;
}
.q_index_product1_1 h1,
.q_index_product1_3 h1{
	font-size: 18px;
	font-weight: bold;
	line-height: 18px;
	color: #ffffff;
}
.q_index_product1_1 p{
	font-size: 15px;
	line-height: 23px;
	color: #ffffff;
	opacity: 0.7;
	margin: 39px 0 50px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.q_index_product1_1 a,
.q_index_product1_3 a{
	line-height: 23px;
	font-size: 12px;
	color: #919293;
	width: 104px;
	height: 23px;
	border: solid 1px #78797b;
	text-align: center;
	display: block;
	transition: 0.2s all;
}
.q_index_product1_1 a:hover,
.q_index_product1_3 a:hover{
	border: solid 1px #ffffff;
	background-color: #ffffff;
	color: #282828;
}
.q_index_product1_2{
	width: 724px;
}
.q_index_product1_3{
	width: 362px;
	height: 342px;
	background-color: #282828;
	padding: 58px 54px 0 55px;
}
.q_index_product1_3 p{
	font-size: 15px;
	line-height: 23px;
	color: #ffffff;
	opacity: 0.5;
	margin: 37px 0 59px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.q_index_product1_4{
    width: 362px;
	height: 342px;
	background-color: #f5f5f5;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.q_index_product1_5{
	width: 362px;
	height: 342px;
	background-color: #f5f5f5;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.q_index_product1_4 span,
.q_index_product1_5 span{
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.1);
    width: 100%;
    height: 100%;
	opacity: 0;
	transition: 0.2s all;
}
.q_index_product1_4:hover span,
.q_index_product1_5:hover span{
	display: flex;
	justify-content: center;
	align-items: center;
    opacity: 1;

}
.q_index_more{
	font-size: 14px;
	line-height: 40px;
	color: #727272;
	width: 159px;
	height: 40px;
	border: solid 1px #a2a2a2;
	margin: 49px auto 0;
	text-align: center;
	display: block;
	transition: 0.2s all;
}
.q_index_more span{
	background: url(../images/qx/q_index_more.png) no-repeat center center;
    width: 19px;
	height: 12px;
	display: inline-block;
	margin-left: 15px;
	transition: 0.2s all;
}
.q_index_more:hover span {
	margin-left: 22px;
}


.q_index_about{
	width: 100%;
	height: auto;
}
.q_index_about_1{
	/* background: url(../images/qx/q_index_about_1.png) no-repeat center center; */
    width: 50%;
	height: 733px;
	/* display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	flex-wrap: wrap; */
	position: relative;
}
.q_index_about_2{
	background: url(../images/qx/q_index_about_2.png) no-repeat center center;
    width: 50%;
	height: 733px;
	padding: 148px 226px 0 148px;
}
.q_index_about_1>img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.lh_hmaboutlist {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
	width: 250px;
}
.lh_hmaboutlist li {
	flex: 1;
	border-bottom: 1px solid #1f72ad;
}
.lh_hmaboutlist li:last-child {
	border-bottom: none;
}
.lh_hmaboutlist li a {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	background: #147ac1;
	height: 100%;
}
.lh_hmaboutlist li a h1 {
	font-size: 16px;
	color: #ffffff;
}
.lh_hmaboutlist li a p {
	font-size: 12px;
	color: #ffffff;
	opacity: 0.7;
	line-height: 1.4;
	margin-top: 25px;
}
@media (max-width:1399px) {
	.q_index_banner .swiper-slide img {
		width: 100%;
	}
}
@media (max-width:767px) {
	.lh_hmaboutlist {
		position: relative;
		flex-direction: row;
		width: 100%;
		height: 125px;
	}
	.lh_hmaboutlist li a {
		display: block;
		text-align: center;
		padding-top: 25px;
	}
	.lh_hmaboutlist li a h1 {
		font-size: 14px;
		color: #ffffff;
	}
}
/* .q_index_about_1 ul li{
	width: 251px;
	height: 121px;
	margin-bottom: 1px;
	background-color: #147ac1;
	box-shadow: 0px 1px 0px 0px 
		rgba(19, 106, 167, 0.92);
	padding-top: 28px;
}
.q_index_about_1 ul li:first-child{
	height: 123px;
}
.q_index_about_1 ul li:last-child{
	margin-bottom: 0;
}
.q_index_about_1 ul li div{
	width: 33px;
	height: 31px;
	margin: 0 auto;
}
.q_index_about_1 ul li:hover div {
	transform: rotate(360deg);
}
.q_index_about1{
	background: url(../images/qx/q_index_about1.png) no-repeat center center;
}
.q_index_about2{
	background: url(../images/qx/q_index_about2.png) no-repeat center center;
}
.q_index_about3{
	background: url(../images/qx/q_index_about3.png) no-repeat center center;
}
.q_index_about4{
	background: url(../images/qx/q_index_about4.png) no-repeat center center;
}
.q_index_about5{
	background: url(../images/qx/q_index_about5.png) no-repeat center center;
}
.q_index_about6{
	background: url(../images/qx/q_index_about6.png) no-repeat center center;
}
.q_index_about_1 ul li h1{
	font-size: 15px;
	line-height: 15px;
	color: #ffffff;
	padding-top: 15px;
	text-align: center;
} */
.q_index_about_2 .q_index_tittle{
	text-align: left;
}
.q_index_about_2 .q_index_tittle span{
	margin:11px 0 0;
}
.q_index_about_2 p{
	font-size: 14px;
	line-height: 27px;
	color: #333333;
	padding: 72px 0 97px;
	text-indent: 25px;
}
.q_index_about_2 p span{
	font-size: 14px;
	font-weight: bold;
	line-height: 27px;
	color: #147ac1;
}
.q_index_about_3{
	font-size: 14px;
	line-height: 40px;
	color: #FFFFFF;
	width: 159px;
	height: 40px;
	background-color: #147ac1;
	text-align: center;
	display: block;
	transition: 0.2s all;
}
.q_index_about_3 span{
	background: url(../images/qx/q_index_more1.png) no-repeat center center;
    width: 19px;
	height: 12px;
	display: inline-block;
	margin-left: 15px;
	transition: 0.2s all;
}
.q_index_about_3:hover span {
	margin-left: 22px;
}

.q_index_hzal{
	/* background: url(../images/qx/q_index_hzal.png) no-repeat center center; */
    width: 100%;
	height: 756px;
	padding: 70px 0 69px;
}
.q_index_hzal_1{
	position: relative;
	margin: 40px 0 50px;
}
.q_index_hzal_1 li{
	position: relative;
	width: 283px;
	height: 213px;
	overflow: hidden;
}
.q_index_hzal_1 li:first-child{
	/*background: url(../images/qx/q_index_hzal_1.png) no-repeat center center;*/
}
.q_index_hzal_1 li:nth-child(2){
	/*background: url(../images/qx/q_index_hzal_2.png) no-repeat center center;*/
    width: 593px;
	height: 446px;
}
.q_index_hzal_1 li:nth-child(3){
	/*background: url(../images/qx/q_index_hzal_3.png) no-repeat center center;*/
}
.q_index_hzal_1 li:nth-child(4){
	position: absolute;
	left: 0;
	bottom: 0;
	/*background: url(../images/qx/q_index_hzal_4.png) no-repeat center center;*/
}
.q_index_hzal_1 li:nth-child(5){
	position: absolute;
	right: 0;
	bottom: 0;
	/*background: url(../images/qx/q_index_hzal_5.png) no-repeat center center;*/
}
.q_index_hzal_1 li a div{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    position: absolute;
    bottom: 0;
    width: 100%;
	padding:11px 20px;
	height: 100%;
	/* flex-direction: row-reverse; */
	transition: 0.2s all;
}
.q_index_hzal_1 li a div span{
	background: url(../images/qx/q_index_hzal_1_icon.png) no-repeat center center;
    width: 20px;
	height: 20px;
}
.q_index_hzal_1 li a div h1{
	font-size: 14px;
	line-height: 20px;
	color: #ffffff;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap; 
}
/* .q_index_hzal_1 li:hover a div{
	background-color: rgba(0,0,0,0.5);
	display: unset;
} */
/* .q_index_hzal_1 li:hover a div h1{
	text-align: center;
	width: unset;
}
.q_index_hzal_1 li:hover a div span{
	margin: 80px auto 20px;
	display: block;
} */
/* .q_index_hzal_1 li:nth-child(2):hover a div h1{
	text-align: center;
	width: unset;
	font-size: 16px;
	font-weight: bold;
}
.q_index_hzal_1 li:nth-child(2):hover a div span{
	margin: 150px auto 30px;
	background: url(../images/qx/q_index_add.png) no-repeat center center;
    width: 36px;
	height: 36px;
} */
.q_index_hzal .q_index_about_3{
	margin: 0 auto;
}

.q_index_new{
	width: 100%;
	height: auto;
	background-color: #f8f8f8;
	padding: 62px 0 72px;
}
.q_index_new1{
	margin-top: 41px;
}
.q_index_new1_1{
	/*background: url(../images/qx/q_index_new1_1.png) no-repeat center center;*/
    width: 595px;
	height: 413px;
	position: relative;
}
.q_index_new1_1s{
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 134px;
	background-color: rgba(0,0,0,0.5);
	padding: 25px 35px 25px 32px;
}
.q_index_new1_1s h1{
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
	color: #ffffff;
	border-bottom: 1px solid #FFFFFF;
	padding-bottom: 16px;
	margin-bottom: 13px;
}
.q_index_new1_1s p{
	font-size: 14px;
	line-height: 19px;
	color: #ffffff;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.q_index_new1_1s span{
	background: url(../images/qx/q_index_new1_1s.png) no-repeat center center;
    width: 18px;
	height: 10px;
	display: inline-block;
	right: 35px;
	position: absolute;
}
.q_index_new1_2{
	width: 587px;
	height: 413px;
	background-color: #ffffff;
	padding: 31px 22px 34px 18px;
}
.q_index_new1_2 li{
	margin-bottom: 33px;
}
.q_index_new1_3{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.q_index_new1_2 li span{
	width: 4px;
	height: 4px;
	background-color: #4e525b;
	display: inline-block;
	border-radius: 50%;
	margin-right: 19px;
}
.q_index_new1_2 li p{
	font-size: 14px;
	line-height: 14px;
	color: #333333;
	width: 383px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap; 
}
.q_index_new1_2 li h6{
	font-size: 12px;
	line-height: 14px;
	color: #666666;
}
.q_index_new1_2 li:hover p,
.q_index_new1_2 li:hover h6{
	color: #0e8ad0;
}
.q_index_new1_2 li:hover span{
	background-color: #0e8ad0;
}
.q_yqlj{
	padding: 41px 0 46px;
}
.q_yqlj_1{
	display: flex;
	justify-content: flex-start;
}
.q_yqlj_1 b{
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
	color: #333333;
}
.q_yqlj_1 p{
	width: 1095px;
	margin-left: 25px;
}
.q_yqlj_1 p a{
	padding: 0 6px;
	font-size: 14px;
	line-height: 21px;
	color: #333333;
}
.q_yqlj_1 p a:first-child{
	padding: 0 6px 0 0;
}

.q_foot{
	width: 100%;
	height: auto;
	background-color: #3d3d3d;
	padding: 71px 0 70px;
}
.q_foot_1{
	width: 1017px;
}
.q_footer,
.q_footer_1{
	border-bottom: 1px solid #474747;
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 27px;
}
.q_footer_1{
	margin-bottom: 0;
}
.q_footer li{
	font-size: 14px;
	line-height: 14px;
	color: #ffffff;
	padding-bottom: 24px;
	padding-right: 89px;
}
.q_footer_1 li{
	padding-bottom: 34px;
	align-items: center;
	padding-right: 100px;
}
.q_footer_1 li:last-child{
	padding-right: 33px;
}
.q_footer_1 li p span{
	display: block;
	padding-bottom: 11px;
}
.q_footer_1 li p{
	font-size: 12px;
	line-height: 12px;
	color: #ffffff;
	padding-left: 15px;
}
.q_footer_erweima p{
	font-size: 14px;
	line-height: 14px;
	color: #ffffff;
	padding-bottom: 11px;
	text-align: center;
}
.q_footer_erweima img{
	max-width: 100%;
}
.q_footer_1s{
	width: 100%;
	height: auto;
	background-color: #555555;
	font-size: 12px;
	line-height: 12px;
	padding: 14px 0;
	color: #acacac;
	text-align: center;
}
.q_footer_1s span{
	padding-left: 25px;
}

.q_body {
    position: relative;
}
.q_right {
    position: fixed;
    top: 40%;
    right: 40px;
    z-index: 999;
    width: 65px;
    display: table;
    height: auto;
}
.q_right2 {
    position: relative;
}
.q_right1 {
    width: 65px;
    height: 70px;
    margin-bottom: 1px;
}
.q_right3 {
    position: absolute;
    top: 0;
    right: 65px;
    display: none;
}
.q_right3 p{
	width: 150px;
    height: 70px;
	font-size: 14px;
	line-height: 70px;
	color: #FFFFFF;
	background: #147ac1;
	text-align: center;
}
.q_right2:hover .q_right3 {
    display: block;
}
.q_index_new1_1 img{
	width: 100%;
	height: 100%;
}
.q_index_hzal_1 li a img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.2s all;
}
.q_index_hzal_1 li:hover img {
	transform: scale(1.1);
}
@media (max-width:1692px) {

}
@media (max-width:1599px) {

}
@media (max-width:1477px) {
.q_index_about_2 {
    padding: 148px 90px 0 89px;
}
}
@media (max-width:1365px) {

}
@media (max-width: 1199px) {
.q_index_product1_1 {
	width: 39%;
}
.q_index_product1_2 {
    width: 61%;
}
.q_index_product1_4,
.q_index_product1_5 {
    width: 50%;
}
.q_index_product1_3 {
    width: 50%;
}
.q_index_product1_4:hover,
.q_index_product1_5:hover {
    width: 50%;
}
.q_index_about_2 {
    padding: 70px 90px 0 89px;
}
.q_index_hzal_1 li {
    width: 24%;
}
.q_index_hzal_1 li:nth-child(2) {
    width: 50%;
}
.q_index_new1_1,
.q_index_new1_2 {
    width: 49%;
}
.q_index_new1_3,
.q_index_new1_2 li p {
    width: 80%;
}
.q_yqlj_1 p {
    width: 86%;
}
.q_foot_1 {
    width: 80%;
}
.q_footer li {
    padding-right: 52px;
}
.q_footer_1 li {
    padding-right: 26px;
}
.q_footer_1 li:last-child {
    padding-right: 0;
}
}
@media (max-width:990px) {
	.q_right{
		display: none;
	}
	.q_index_about_1,
	.q_index_about_2{
		width: 100%;
	}
	.q_index_hzal_1 li a h1 {
    width: 80%;
}
.q_index_new1_1, .q_index_new1_2 {
    width: 80%;
    margin: 0 auto;
}
.q_yqlj_1 p {
    width: 84%;
}
.q_footer li {
    padding-right: 28px;
}
.q_index_banner .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 10px;
}
.q_index_banner .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 10px;
}
}
@media (max-width: 767px) {
	.q_foot {
		padding: 30px 0;
	}
	.q_footer {
		display: none;
	}
	.q_footer_1 li {
		width: 100%;
		padding-right: 0;
		justify-content: flex-start;
		padding-bottom: 15px;
	}

	.q_index_product1_2.q_space {
		display: flex;
		flex-wrap: wrap;
	}
	.cpboxorder1 {
		order: 1;
	}
	.cpboxorder2 {
		order: 2;
	}
	.cpboxorder3 {
		order: 3;
	}
	.cpboxorder4 {
		order: 4;
	}
	.q_index_product1_1,
	.q_index_product1_2,
	.q_index_product1_4, 
	.q_index_product1_5,
	.q_index_product1_3{
		width: 100%;
	}
	/* .q_index_about_1 ul{
		display: none;
	} */
	.q_index_about_1, .q_index_about_2 {
    width: 100%;
}
/* .q_index_about_1 {
    height: 316px;
    background-size: contain;
} */
.q_index_about_1 {
	height: auto;
}
.q_index_about_2 p {
    padding: 67px 0 39px;
}
.q_index_about_2 {
    padding: 40px 10px 0 10px;
    height: 550px;
}
.q_index_hzal_1 li {
    width: 82%;
    margin: 0 auto 20px;
}
.q_index_hzal_1 li:nth-child(2) {
    width: 82%;
    height: 213px;
    background-size: contain;
}
.q_index_hzal_1 li:nth-child(4),
.q_index_hzal_1 li:nth-child(5)
{
	position: relative;
}
.q_index_hzal {
    width: 100%;
    height: auto;
    background-size: cover;
}
.q_index_new1_1, .q_index_new1_2 {
    width: 100%;
    margin: 0 auto;
}
.q_index_new1_1{
    background-size: contain;
    height: 250px;
}
.q_index_new1_1s p,
.q_index_new1_1s span{
	display: none;
}
.q_index_new1_1s {
    height: auto;
    padding: 25px 35px 0px 32px;
    background-color: rgba(0,0,0,0);
}
.q_index_new1_1s h1 {
    font-size: 14px;
}
.q_index_new1_3, .q_index_new1_2 li p {
    width: 75%;
}
.q_yqlj_1 p {
    width: 69%;
}
.q_foot_1 {
    width: 100%;
}
.q_footer_erweima {
    margin: 20px auto 0;
}
}




.q_page_banner img{
	max-width: 100%;
}
.q_crumbs {
    height: 48px;
    border-bottom: 1px solid #ececec;
    line-height: 48px;
}
.q_crumbs_1 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.q_crumbs_1 p a {
    font-size: 14px;
    color: #666666;
}
.q_about_jianjie{
	padding: 60px 0 79px;
}
.q_about_jianjie h1{
	font-size: 30px;
	font-weight: bold;
	line-height: 30px;
	color: #333333;
	text-align: center;
	margin-bottom: 39px;
}
.q_about_jianjie p{
	font-size: 14px;
	line-height: 25px;
	color: #333333;
	margin-bottom: 30px;
	text-indent: 25px;
}

.q_about_honer{
	padding: 4px 0 68px;
}
.q_about_honer ul li{
	width: 389px;
	height: 322px;
	background-color: #f5f5f5;
	margin-top: 37px;
	
}
.q_about_honer::after{
	content: '';
	background-color: #FFFFFF;
	height: auto;
    margin-top: 0;
}
.q_about_honer ul li a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}
.q_about_honer ul li img{
	max-width: 90%;
	max-height: 90%;
}
@media (max-width: 1199px) {
	.q_about_honer ul li {
	    width: 32%;
	}
}
@media (max-width: 990px) {
	.q_about_honer ul li {
	    width: 48%;
	}
}
@media (max-width:767px) {
	.q_about_honer ul li {
	    width: 100%;
	}
}


.q_case{
	padding: 65px 0 77px;
}
.q_case h1 {
    font-size: 30px;
    font-weight: bold;
    line-height: 30px;
    color: #333333;
    text-align: center;
    margin-bottom: 41px;
}
.q_case .q_index_more{
	margin: 19px auto 0;
}
.q_case_1 li{
	width: 379px;
	margin-bottom: 25px;
	overflow: hidden;
}
.q_case_1:after {
	content: '';
	display: block;
	width: 379px;
	height: 0;
	margin: 0;
}
.q_case_1 li p{
	width: 100%;
	height: 50px;
	padding: 0 56px;
	background-color: #f7f7f7;
	border: solid 1px #efefef;
	text-align: center;
	font-size: 16px;
	line-height: 50px;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap; 
}
.q_case_2{
	position: relative;
	overflow: hidden;
}
.q_case_2 span{
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.6);
	width: 100%;
	height: 100%;
	display: none;
}
.q_case_1 li:hover .q_case_2 span{
	display: flex;
	justify-content: center;
	align-items: center;
}
.q_case_1 li:hover p{
	background-color: #147ac1;
	color: #FFFFFF;
	border: solid 1px #147ac1;
}
.q_case_2 img{
	width: 100%;
	transition: 0.2s all;
}
.q_case_2:hover img {
	transform: scale(1.1);
}
.q_case_2 span img{
	max-width: 100%;
	width: unset;
}
@media (max-width: 1199px) {
	.q_case_1 li {
	    width: 32%;
	}
	.q_case_1:after {
		width: 32%;
	}
}
@media (max-width: 990px) {
	.q_case_1 li {
	    width: 48%;
	}
	.q_case_1:after {
		width: 48%;
	}
}
@media (max-width:767px) {
	.q_case_1 li {
	    width: 100%;
	}
	.q_case_1:after {
		width: 100%;
	}
}

.q_join_us{
	padding: 70px 0 0;
}
.q_join_us h1 {
    font-size: 30px;
    font-weight: bold;
    line-height: 30px;
    color: #333333;
    text-align: center;
    margin-bottom: 56px;
}
.q_join_us_1{
	width: 100%;
	height: auto;
	/* background-color: #f5f5f5; */
	padding: 56px 0 57px;
	border-bottom: 1px solid #ccc;
}
.q_join_us_2{
	padding-bottom: 15px;
	/* border-bottom: 1px solid #dfdede; */
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	flex-wrap: wrap;
}
.q_join_us_2 h1{
	/* width: 150px; */
	font-size: 20px;
	font-weight: bold;
	line-height: 22px;
	color: #333333;
	margin-bottom: 0;
	text-align: left;
}
.q_join_us_2 ul{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.q_join_us_2 li{
	border-right: 1px solid #dfdede;
	padding: 0 27px;
	font-size: 14px;
	line-height: 12px;
	color: #666666;
}
.q_join_us_2 li:last-child{
	border-right: none;
}
.q_join_us_2 p{
	font-size: 14px;
	line-height: 12px;
	color: #333333;
}
.q_join_us_3{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	flex-wrap: wrap;
}
.q_join_us_4 h2{
	padding: 30px 0 20px;
	font-size: 16px;
	line-height: 16px;
	color: #222222;
}
.q_join_us_4 p{
	font-size: 14px;
	line-height: 21px;
	color: #333333;
}
.q_join_us_5{
	width: 135px;
	height: 44px;
	border: solid 1px #949494;
	text-align: center;
	font-size: 14px;
	line-height: 44px;
	color: #333333;
}
.q_join_us_1:nth-child(2n+1){
	background-color: #FFFFFF;
}
@media (max-width: 990px) {
	.q_join_us_5 {
    margin-top: 20px;
}
}
@media (max-width:767px) {
	.q_join_us_2 li {
    padding: 0 19px;
    margin: 15px 0 0;
}
.q_join_us_2 p {
    width: 150px;
    margin: 15px 0 0;
}
}
.q_connect{
	padding: 70px 0 72px;
}
.q_connect h1 {
    font-size: 20px;
	font-weight: bold;
	line-height: 20px;
	padding-bottom: 23px;
	border-bottom: 1px solid #e6e6e6;
	color: #2a2a2a;
}
.q_connect_1{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 27px;
}
.q_connect_1 li{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	width: 47%;
	padding-bottom: 25px;
}
.q_connect_1 li p{
	font-size: 14px;
	line-height: 20px;
	color: #333333;
}
.q_connect_1 li div{
	margin-right: 17px;
}
.q_connect_2{
	margin-top: 30px;
	width: 100%;
	height: auto;
	/* border: solid 1px #147ac1; */
}
#dituContent {
    width: 100%;
    height: 392px;
}
@media (max-width: 990px) {
	.q_connect_1 li {
    width: 100%;
}
}
@media (max-width:767px) {
.q_connect_1 li div{
	margin-right: 16px;
	width: 10%;
}
.q_connect_1 li p{
	width: 84%;
}
}

.q_about{
	padding: 43px 0 90px;
}
.q_about_1{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 61px;
}
.q_about_1 li{
	padding: 0 30px;
	border-left: 1px solid #dbdbdb;
}
.q_about_1 li:last-child {
	border-right: 1px solid #dbdbdb;
}
.q_about_1 li a{
	font-size: 17px;
	line-height: 15px;
	color: #929292;
	transition: 0.2s all;
}
.q_about_1 li:hover a{
	color: #147ac1;
}
.q_about h1 {
    font-size: 30px;
    font-weight: bold;
    line-height: 30px;
    color: #333333;
    text-align: center;
    margin-bottom: 41px;
}
.q_about_1s{
	margin-bottom: 75px;
}
.q_about_text{
	width: 615px;
	padding-top: 44px;
	position: relative;
}
.q_about_text p{
	text-indent: 25px;
	font-size: 16px;
	line-height: 27px;
	color: #666666;
	text-align: justify;
}
.q_about_text .q_index_more{
	margin: 55px 0 0;
	position: absolute;
	right: 0;
}
.q_about_2s{
	width: 100%;
}
.q_about_2s img{
	max-width: 100%;
}
.q_about_3s{
	width: 100%;
	height: auto;
	background-color: #f5f5f5;
	padding: 72px 0 84px;
}
.q_about_3{
	margin: 3px auto;
}
.q_about_4s{
	padding: 86px 0 0;
}
.q_about_4{
	margin-top: 12px;
	position: relative;
}
.q_about_4 li{
	width: 50%;
	text-align: left;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.q_about_4_icon1{
	margin-left: 16px;
	margin-top: 13px;
}
.q_about_4_icon{
	margin-right: 16px;
	margin-top: 13px;
}
.q_about_4 li h2{
	font-size: 28px;
	line-height: 28px;
	color: #333333;
	margin-bottom: 22px;
}
.q_about_4 li p{
	font-size: 15px;
	line-height: 20px;
	color: #333333;
}
.q_about_4 li:nth-child(2n+1){
    flex-direction: row-reverse;
    text-align: right;
}
.q_about_4 li:nth-child(2){
	margin-top: 46px;
}
.q_about_4 li:nth-child(3){
	margin-top: -19px;
}
.q_about_4 li:nth-child(4){
	margin-top: 104px;
}
.q_about_4 li:nth-child(5){
	margin-top: -30px;
}
.q_about_4 li:nth-child(6){
	margin-top: 93px;
}
.q_about_4 li:nth-child(7){
	margin-top: -61px;
}
.q_about_4 li {
    margin-top: 0 !important;
}
.q_about_4 li:nth-child(even) {
    margin-top: 100px !important;
}
.q_about_4 li:nth-child(odd) {
    margin-top: -20px !important;
}
.q_about_5{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto; 
	z-index: -1;
	height: 100%;
}
.q_about_5_round{
	width: 22px;
	height: 22px;
	background-color: #dadada;
	border-radius: 50%;
	margin: 0 auto;
}
.q_about_5_line{
	width: 1px;
	height: 100%;
	background-color: #dcdcdc;
	margin: 0 auto;
}
.q_about_6{
	padding: 78px 0 0;
	margin: 0 auto;
	text-align: center;
}
.q_about_6 p{
	font-size: 20px;
	line-height: 28px;
	color: #999999;
}
.q_about_6 span{
	width: 9px;
	height: 9px;
	background-color: #ebebeb;
	border-radius: 50%;
	display: block;
	margin: 7px auto 0;
}


.q_about1 img,
.q_about_3 img{
	width: 100%;
}
@media (max-width:1199px) {
	.q_about1{
		width: 42%;
	}
	.q_about_text{
		width: 55%;
    padding-top: 15px;
	}
	.q_about_text .q_index_more {
    margin: 12px 0 0;
}
/*.q_about_5_line {*/
/*    height: 670px;*/
/*}*/
}

@media (max-width:990px) {}

@media (max-width:767px) {
	.q_about_1 li {
    padding: 0 18px;
}
.q_about1 {
    width: 100%;
}
.q_about_text {
    width: 100%;
    padding-top: 15px;
}
.q_about_text .q_index_more {
    left: 0;
}
.q_about_5,
.q_about_4_icon,
.q_about_4_icon1{
	display: none;
}
.q_about_4 li{
	width: 100%;
}
.q_about_4 li:nth-child(2),
.q_about_4 li:nth-child(3),
.q_about_4 li:nth-child(4),
.q_about_4 li:nth-child(5),
.q_about_4 li:nth-child(6),
.q_about_4 li:nth-child(7)
{
	margin-top: 15px;
}
.q_about_4 li:nth-child(2n+1) {
    text-align: left;
    flex-direction: unset;
}
}

@media (max-width:767px) {
	.q_index_product {
		padding: 30px 0;
	}
	.q_index_tittle {
		font-size: 24px;
	}
	.q_index_hzal {
		padding: 30px 0;
	}
	.q_index_hzal_1 {
		margin-bottom: 30px;
	}
	.q_index_new {
		padding: 30px 0;
	}
	.q_yqlj_1 {
		display: flex;
		flex-wrap: wrap;
	}
	.q_yqlj_1 b {
		display: block;
		width: 100%;
	}
	.q_yqlj_1 p {
		width: 100%;
		margin-left: 0;
		margin-top: 10px;
	}
	.q_yqlj_1 p a {
		font-size: 12px;
	}
	.q_yqlj {
		padding: 25px 0;
	}
	.q_index_hzal_1 li {
		width: 100%;
	}
	.q_index_hzal_1 li:nth-child(2) {
		width: 100%;
	}
	.q_index_product1_3 {
		padding: 40px 35px 0;
	}
	.q_index_about_2 p {
		padding: 30px 0;
	}
	.q_index_banner .swiper-button-next, .q_index_banner .swiper-button-prev {
		width: 26px;
		height: 26px;
		background-size: cover;
		margin-top: -13px;
	}
	.q_about h1 {
		font-size: 24px;
	}
	.q_about_1 li a {
		font-size: 14px;
	}
	.q_about_3s {
		padding: 30px 0;
	}
	.q_about_4s {
		padding-top: 30px;
	}
	.q_about_4 li h2 {
		font-size: 20px;
		margin-bottom: 10px;
	}
	.q_about_4 li p {
		font-size: 13px;
	}
	.q_about_6 {
		padding-top: 30px;
	}
	.q_about_6 p {
		font-size: 16px;
	}
	.q_join_us h1 {
		font-size: 24px;
	}
	.q_case h1 {
		font-size: 24px;
	}
	.q_case {
		padding: 30px 0;
	}
	.q_connect {
		padding: 30px 0;
	}
	.q_join_us {
		padding-top: 30px;
	}
	.q_join_us_2 li:first-child {
		padding-left: 0;
	}
	.q_about_4 li {
	    margin-top: 0 !important;
	    margin-bottom: 15px !important;
	}
	.q_about_4 li:nth-child(even) {
	    margin-top: 0 !important;
	}
	.q_about_4 li:nth-child(odd) {
	    margin-top: 0 !important;
	}
}


.company-intro img {
    display: inline-block;
}
.embed-icon {
    right: auto !important;
    left: 2px;
    width: auto;
    display: inline-block;
}