
.m_header{
	display: none
}

@media (max-width: 1199px) {
	div#header-wrapper{
		display: none!important;
}
	.m_header {
		display: block;
		position: relative;
		height: 50px;
		left: 0;
		top: 0
	}
	.sp_header {
		height: 50px;
		overflow: hidden;
		background: #fff;
		position: fixed;
		z-index: 10;
		width: 100%;
		top: 0;
		z-index: 999999
	}
	.sp_logo {
		padding: 10px;
		float: left;
		height: 50px;
		width: 80%;
    display: flex;
    align-items: center;
	}
	.sp_logo img {
		/*margin: auto;
		max-height: 30px*/
		
    max-width: 100%;
	}
	.sp_nav {
		width: 50px;
		float: right;
		position: relative;
		cursor: pointer;
		height: 30px;
		margin-top: 15px
	}
	.sp_nav span {
		display: block;
		background: #f5b247;
		width: 30px;
		height: 2px;
		position: absolute;
		left: 10px;
		transition: all ease 0.35s
	}
	.sp_nav span:nth-of-type(1) {
		top: 0px
	}
	.sp_nav span:nth-of-type(2) {
		top: 10px
	}
	.sp_nav span:nth-of-type(3) {
		top: 20px
	}
	.sp_nav_se span:nth-of-type(1) {
		top: 10px;
		transform: rotate(45deg)
	}
	.sp_nav_se span:nth-of-type(2) {
		width: 0
	}
	.sp_nav_se span:nth-of-type(3) {
		top: 10px;
		transform: rotate(-45deg)
	}
	.sjj_nav {
		position: fixed;
		z-index: 9999999;
		background: #ffffff;
		width: 100%;
		height: calc(100% - 50px);
		font-size: 14px;
		line-height: 40px;
		top: -100%;
		left: 0;
		overflow: auto;
		overflow-x: hidden;
		transition: top ease 0.35s;
	}
	.nav_show {
		top: 50px
	}
	.sjj_nav>ul>li:first-child {
		overflow: hidden;
		border-top: 0
	}
	.sjj_nav>ul>li:first-child>a {
    float: left;
    width: calc(100% - 70px);
}
	.sjj_nav>ul>li:first-child .language {
		float: right;
		width: 70px;
		overflow: hidden;
		line-height: 30px;
		margin-top: 5px
	}
	.sjj_nav>ul>li:first-child .language a {
		width: 35px;
		float: left;
		border-left: 1px #ddd solid;
		text-align: center;
		color: #999
	}
	.sjj_nav ul li i {
		position: absolute;
		top: 5px;
		right: 0px;
		border-left: 1px #ddd solid;
		height: 30px;
		padding: 0px 7px 0 7px
	}
	.sjj_nav ul li i svg {
		transform: rotate(-90deg);
		transition: all ease 0.35s
	}
	.sjj_nav ul li .sjj_nav_i_se svg {
		transform: rotate(0deg)
	}
	.sjj_nav ul li {
		border-top: 1px #ddd solid;
		margin: 0 20px;
		position: relative;
		line-height: 30px;
		font-size: 14px
	}
	.sjj_nav>ul>li:last-child {
		border-bottom: 1px #ddd solid
	}
	.sjj_nav ul li ul {
		display: none
	}
	.sjj_nav ul li a {
		color: #666;
		width: 100%;
		display: block;
		text-decoration: none;
	}
	.sjj_nav ul li ul li a {
		color: #999;
		display: block;
		text-align: left
	}
	.sjj_nav ul li i svg {
		width: 20px;
		height: 20px;
		fill: #555
	}
	.sjj_nav ul li .sjj_nav_i_se svg {
		fill: #f5b247
	}
	.sjj_nav ul li ul li>ul {
		margin-left: 10px
	}
}

/*导航结束*/





.q_cpxq_top{
	padding: 73px 0 114px;
}
.q_cpxq_top1{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.q_cpxq_top1_img{
	width: 546px;
	height: auto;
}
.q_cpxq_top1_img img{
	max-width: 100%;
}
.q_cpxq_top1_text{
	width: 564px;
	height: auto;
	margin-right: 27px;
}
.q_cpxq_top1_text h1{
	font-size: 22px;
	font-weight: bold;
	line-height: 22px;
	color: #da251c;
	padding-bottom: 74px;
}
.q_cpxq_top1_text h2{
	font-size: 20px;
	font-weight: bold;
	line-height: 20px;
	color: #333333;
	padding-bottom: 20px;
	display: flex;
	align-items: center;
}
.q_cpxq_top1_text h2 span{
	width: 26px;
	height: 3px;
	background-color: #da251c;
	margin-right: 8px;
}
.q_cpxq_top1_text p{
	font-size: 14px;
	line-height: 25px;
	color: #666666;
}
.q_cpxq_top2{
	width: 100%;
}
.q_cpxq_top2 p em{
	border-bottom: solid 1px #c1c1c1;
	margin: 60px 0 20px;
	display: block;
}
.q_cpxq_top2 p em strong{
	font-size: 20px;
	font-weight: bold;
	line-height: 20px;
	color: #333333;
	padding-bottom: 12px;
	border-bottom: solid 3px #da251c;
	display: inline-block;
    margin-bottom: -1px;
}
.q_cpxq_top2 p{
	font-size: 16px;
	line-height: 27px;
	color: #666666;
}
.q_cpxq_top2 p img{
	max-width: 100%;
	padding-top: 20px;
}


.q_cpxq_top4{
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
	flex-wrap: wrap;
	margin-bottom: 30px;
}
.q_cpxq_top4 h1{
	font-size: 22px;
	font-weight: bold;
	line-height: 22px;
	color: #da251c;
	margin-right: 20px;
}
.q_cpxq_top4 ul{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}
.q_cpxq_top4 ul li{
	font-size: 14px;
	line-height: 14px;
	color: #666666;
	padding: 0 13px;
	border-right: 1px solid #666666;
}
.q_cpxq_top4 ul li:last-child{
	border-right: 0;
}
.q_cpxq_top5{
	width: 100%;
	height: auto;
	background-image: linear-gradient(0deg, 
		#ececec 0%, 
		#f9f9f9 100%);
	padding: 35px 0;
	text-align: center;
	display: flex;
    align-items: center;
    justify-content: center;
}
.q_cpxq_top5 img{
	max-width: 100%;
}



.q1_left {
    width: 260px;
}
.q1_left h2 {
    height: 55px;
    background-color: #da251c;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #ffffff;
    line-height: 55px;
    text-align: center;
}
.q1_left .qul {
    padding: 0 7px 5px;
    border: 2px solid #da251c;
}
.q1_left .qul .qli {
    margin-top: 5px;
}
.q_twomenu {
    height: 55px;
    padding: 0 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f6f6f6;
}
.q_twomenu h3 {
    font-size: 18px;
    letter-spacing: 1px;
    color: #333333;
}
.q_twomenu img {
    width: 20px;
    height: 20px;
}
.q1_left .qul .qli.active .q_twomenu img {
    -webkit-transform: rotate(90deg);
}
.qli .q_threemenu {
    display: none;
}
.q_threemenu ul li {
    height: auto;
    background-color: #f6f6f6;
    font-size: 14px;
    color: #999999;
    line-height: 19px;
    padding: 14px 30px;
    margin-top: 3px;
}
.q_threemenu ul li.active{
    background-color: rgba(216,36,29,0.1);
    color: #da251c;
}
.q_threemenu ul li:hover{
    background-color: rgba(216,36,29,0.1);
    color: #da251c;
}
.q_product_1{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
.q1_right{
	width: 900px;
	height: auto;
}
.q1_right h1{
	font-size: 22px;
	font-weight: bold;
	line-height: 22px;
	color: #333333;
	padding-bottom: 14px;
	border-bottom: solid 1px #c1c1c1;
}
.q1_right_div{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 17px 0 14px;
}
.q1_right_div h2{
	padding: 17px 75px;
	background-color: #f6f6f6;
	font-size: 18px;
	line-height: 18px;
	color: #333333;
}
.q1_right_div h2:first-child{
	padding: 17px 150px;
}
.q1_right_ul li{
	margin-bottom: 10px;
}
.q1_right_ul li:last-child{
	margin-bottom: 40px;
}
.q1_right_ul li a{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.q1_right_ul_title{
	width: 140px;
	height: 140px;
	background-image: linear-gradient(-45deg, 
		#fda601 0%, 
		#ffe7c1 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 14px;
}
.q1_right_ul_title h6{
    line-height: 23px;
	font-size: 17px;
	font-weight: bold;
	color: #333333;;
}
.q1_right_ul_neirong{
	width: 750px;
	height: 140px;
	background-color: #ffffff;
	border: solid 1px #feb328;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.q1_right_ul_neirong li{
	width: 25%;
	height: 140px;
	border-right: solid 1px #feb328;
	display: flex;
	justify-content: center;
	align-items: center;
}
.q1_right_ul_neirong li:last-child{
	border-right: 0;
}
.q1_right_ul_neirong li img{
	max-width: 100%;
}
.q1_right_ul_neirong li p{
	font-size: 16px;
	line-height: 25px;
	color: #333333;
	text-align: center;
}
.q1_right_div1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 14px;
}
.q1_right_div1 h2 {
    padding: 17px 234px;
    background-color: #f6f6f6;
    font-size: 18px;
    line-height: 18px;
    color: #333333;
}
.q1_right_div1 h2:first-child {
    padding: 17px 179px;
}
.q1_right_ul_neirong1 {
    width: 750px;
    height: 140px;
    background-color: #ffffff;
    border: solid 1px #feb328;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.q1_right_ul_neirong1 li {
    width: 67%;
    height: 140px;
    border-right: solid 1px #feb328;
    display: flex;
    justify-content: center;
    align-items: center;
}
.q1_right_ul_neirong1 li:first-child{
    width: 33%;
}
.q1_right_ul_neirong1 li img {
    max-width: 100%;
}
.q1_right_ul_neirong1 li p {
    font-size: 14px;
    line-height: 23px;
    color: #333333;
    padding: 0 29px;
}
.q1_right_ul_neirong1 li p strong {
	font-weight: bold;
    font-size: 16px;
}
.q1_right_ul_neirong1 li div{
	width: 100%;
}
.q1_right_ul_neirong1 li:last-child{
	border-right: 0;
}
.q_cpzx_1{
	padding: 40px 0 54px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
.q_cpzx_1 li{
	width: 210px;
	height: auto;
}
.q_cpzx_1 li a div{
	width: 100%;
	height: 190px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 16px;
}
.q_cpzx_1 li a div img{
	max-width: 100%;
}
.q_cpzx_1 li a p{
	font-size: 16px;
	line-height: 16px;
	color: #333333;
	text-align: center;
}
.q1_right1 .q_cpzx_1:last-child{
	padding: 40px 0 0;
}


@media (max-width:1199px) {
	.q_cpxq_top1_img {
    width: 45%;
}
.q_cpxq_top1_text {
    width: 50%;
}
.q_cpxq_top {
    padding: 40px 0 60px;
}
.q_cpxq_top1_text h1 {
    padding-bottom: 55px;
}
.q_cpxq_top2 p em {
    margin: 30px 0 10px;
}
.q_cpxq_top2 p {
    font-size: 15px;
    line-height: 22px;
}
.q_cpxq_top2 p em strong {
    font-size: 18px;
    line-height: 18px;
    padding-bottom: 8px;
}
.q_cpxq_top2 p img {
    padding-top: 10px;
}
.q1_right {
    width: 74%;
}
.q1_left h2 {
    height: 50px;
    font-size: 18px;
    line-height: 50px;
}
.q_twomenu h3 {
    font-size: 15px;
}
.q_threemenu ul li {
    font-size: 12px;
}
.q1_left {
    width: 23%;
}
.q1_right_div h2 {
    width: 20%;
    padding: 10px 0;
    text-align: center;
    font-size: 16px;
}
.q1_right_div h2:first-child {
    padding: 10px 0;
    width: 40%;
}
.q1_right_ul_title {
    width: 19%;
}
.q1_right_ul_neirong {
    width: 80%;
}
.q1_right_div {
    padding: 12px 0;
}
.q_twomenu {
    padding: 0 15px;
}
.q1_right_ul_neirong li p {
    font-size: 14px;
    line-height: 23px;
}
.q1_right h1 {
    padding-bottom: 10px;
    font-size: 20px;
    line-height: 20px;
}
.q1_right_ul li:last-child {
    margin-bottom: 20px;
}

.q1_right_div1 h2 {
    width: 52%;
    padding: 10px 0;
    text-align: center;
    font-size: 16px;
}
.q1_right_div1 h2:first-child {
    padding: 10px 0;
    width: 48%;
}
.q1_right_ul_neirong1 {
    width: 80%;
}
.q1_right_ul_neirong1 li:first-child {
    width: 35%;
}
.q1_right_ul_neirong1 li {
    width: 65%;
}
.q1_right_ul_neirong1 li p {
    font-size: 12px;
    line-height: 20px;
}
.q1_right_ul_neirong1 li p strong {
    font-size: 14px;
}
.q_cpzx_1 li {
    width: 24%;
    height: auto;
}
.q_cpzx_1 li a div {
    height: auto;
    margin-bottom: 10px;
}
.q_cpzx_1 {
    padding: 20px 0 30px;
}
}

@media (max-width:990px) {
.q_cpxq_top2 p {
    font-size: 14px;
    line-height: 20px;
}
.q_cpxq_top1_text p {
    font-size: 12px;
    line-height: 20px;
}
.q_cpxq_top {
    padding: 20px 0 40px;
}
.q_cpxq_top1_text {
    margin-right: 0;
}
.q_cpxq_top1_text h1 {
    font-size: 20px;
    line-height: 20px;
    padding-bottom: 45px;
}
.q_cpxq_top1_text h2 {
    font-size: 18px;
    line-height: 18px;
    padding-bottom: 15px;
}
.q_cpxq_top2 p em {
    margin: 20px 0 5px;
}
.q_cpxq_top4 ul li {
    padding: 0 5px;
}
.q_cpxq_top5 img {
    max-width: 70%;
}
	.q1_left h2 {
    height: 40px;
    font-size: 16px;
    line-height: 40px;
}
.q1_left {
    width: 26%;
}
.q_twomenu {
    height: auto;
    padding: 10px 12px;
}
.q_threemenu ul li {
    line-height: 18px;
    padding: 7px;
}
.q1_right {
    width: 72%;
}
.q1_right_ul_neirong1 li img {
    max-width: 88%;
}
.q1_right h1 {
    font-size: 16px;
    line-height: 16px;
}
}

@media (max-width:767px) {
	.q_cpxq_top1_img {
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
}
.q_cpxq_top {
    padding: 0 0 20px;
}
.q_cpxq_top1_text h1 {
    font-size: 18px;
    line-height: 17px;
    padding-bottom: 15px;
    text-align: center;
}
.q_cpxq_top1_text h2 {
    font-size: 14px;
    line-height: 14px;
    padding-bottom: 8px;
}
.q_cpxq_top1_text {
    width: 100%;
}
.q_cpxq_top2 p em strong {
    font-size: 16px;
    line-height: 16px;
    border-bottom: solid 2px #da251c;
}
.q_cpxq_top2 p em {
    margin: 15px 0 5px;
}
.q_cpxq_top2 p {
    font-size: 12px;
    line-height: 18px;
}
.q_cpxq_top5 img {
    max-width: 90%;
}
.q_cpxq_top5 {
    padding: 15px 0;
}
.q_cpxq_top4 {
    margin-bottom: 15px;
}
.q_cpxq_top4 h1 {
    font-size: 18px;
    line-height: 18px;
    margin-right: 0px;
}
.q_cpxq_top4 ul li {
    font-size: 12px;
    line-height: 20px;
}
.q_cpxq_top4 ul {
    margin-top: 7px;
}
	.q1_left {
    width: 100%;
    margin-bottom: 15px;
}

.q_twomenu {
    padding: 8px;
}
.q_twomenu h3 {
    font-size: 14px;
}
.q1_right {
    width: 100%;
    overflow: hidden;
    overflow-x: scroll;
    white-space: nowrap;
}
.q1_right1 {
    width: 768px;
}
.q1_right h1 {
    font-size: 14px;
    line-height: 14px;
}
.q1_right_div h2:first-child {
    padding: 7px 0;
}
.q1_right_div h2 {
    padding: 7px 0;
    font-size: 14px;
}
.q1_right_ul_title h6 {
    line-height: 20px;
    font-size: 14px;
}
.q_right {
    overflow: unset;
    overflow-x: unset;
    white-space: unset;
}
.q_right1 {
    width: 100%;
}
.q_cpzx_1 {
    padding: 0;
}
.q1_right1 .q_cpzx_1:last-child {
    padding: 0;
}
.q_cpzx_1 li {
    width: 49%;
    height: auto;
    margin-top: 10px;
}
.q_cpzx_1 li a p {
    font-size: 12px;
    line-height: 12px;
}
.q_cpzx_1 li a div img {
    width: 100%;
}
}



/*首页*/
div#header-wrapper header #header-en .imgover{
    width: 80px;
	height: 32px;
	background-color: #f3f3f3;
	font-size: 14px;
	line-height: 32px;
	text-align: center;
	color: #333333;
	display: block;
	text-decoration:none;
	margin-left: 40px;
}
div#header-wrapper header #header-en p{
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
}
div#header-wrapper header #header-en p img{
	max-width: 100%;
}
div#header-wrapper header #header-en p b{
	font-size: 24px;
	font-weight: bold;
	line-height: 24px;
	color: #da251c;
	margin-left: 10px;
}
nav#nav ul#mainNav{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
nav#nav ul#mainNav li{
	width: 291px;
	height: 54px;
	background-color: #f3f3f3;
	box-shadow: 0px 6px 16px 0px 
		rgba(3, 0, 0, 0.1);
	border: solid 1px #ffffff;
	text-align: center;
}
nav#nav ul#mainNav li a{
	font-size: 18px;
	line-height: 54px;
	color: #333333;
	text-decoration:none;
}
nav#nav ul#subNav{
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
nav#nav ul#subNav li {
    text-align: center;
    padding: 0 44px;
}
nav#nav ul#subNav li a{
    font-size: 16px;
	line-height: 16px;
	color: #666666;
	text-decoration:none;
}
.q_home_swiper{
	display: none;
}


.q_home_swiper2{
	margin: 30px 0 57px;
	position: relative;
}
.q_home_swiper2 .swiper-slide img{
	width: 100%;
}
.q_home_swiper2 .swiper-button-next,.q_home_swiper2 .swiper-button-prev {
    width: 40px;
    height: 40px;
    background-size: 40px 40px;
    margin-top: -20px;
}
.q_home_swiper2 .swiper-button-next, .q_home_swiper2 .swiper-container-rtl .swiper-button-prev {
    background: url(../images/qx/right.png) no-repeat center center;
    right: -65px;
}

.q_home_swiper2 .swiper-button-prev, .q_home_swiper2 .swiper-container-rtl .swiper-button-next {
    background: url(../images/qx/left.png) no-repeat center center;
    left: -65px;
}

.q_home_gywm{
	padding-bottom: 60px;
}
.q_home_gywm .h_container{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	flex-wrap: wrap;
}
.q_home_gywm_img{
	width: 575px;
}
.q_home_gywm_img img{
	max-width: 100%;
}
.q_home_gywm_text{
	width: 581px;
	height: auto;
	padding-bottom: 23px;
}
.q_home_h1{
	font-size: 26px;
	line-height: 26px;
	font-weight: bold;
	color: #333333;
	padding-bottom: 13px;
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
	border-bottom: solid 1px #c1c1c1;
	margin: 0;
}
.q_home_h1 span{
	width: 28px;
	height: 24px;
	display: block;
	margin-right: 10px;
}
.q_home_h1 span img{
	max-width: 100%;
}
.q_home_gywm_text h2{
	font-size: 16px;
	line-height: 16px;
	color: #333333;
	padding: 39px 0 24px;
}
.q_home_gywm_text p{
	font-size: 14px;
	line-height: 24px;
	color: #666666;
}
.q_home_gywm_text a{
	display: block;
	font-size: 14px;
	line-height: 40px;
	color: #ffffff;
	width: 129px;
	height: 40px;
	background-color: #da251c;
	text-align: center;
	margin-top: 57px;
}
.q_home_xw1{
	position: relative;
}
.q_home_xw1 a{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	position: absolute;
	bottom: 17px;
	right: 0;
	font-size: 14px;
	line-height: 14px;
	color: #666666;
	text-decoration:none;
}
.q_home_xw1 a span{
	width: 13px;
	height: 13px;
	display: block;
	margin-left: 6px;
}
.q_home_xw2{
	width: 100%;
}
.q_home_xw2 li{
	border-bottom: solid 1px #eeeeee;
}
.q_home_xw2 li a{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	height: 57px;
	text-decoration: none;
}
.q_home_xw2 li a h1{
	font-size: 16px;
	color: #999999;
	width: 90px;
}
.q_home_xw2 li a p{
	font-size: 14px;
	color: #666666;
    width: 75%;
    overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap; 
}
.q_home_xw2 li a h2{
	width: 7px;
	height: 13px;
}
.q_home_xw2 li a h2 img{
	max-width: 100%;
}
.q_home_lxwm{
	padding: 60px 0;
}
.q_home_lxwm1{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	margin-top: 35px;
}
.q_home_lxwm1 li{
	width: 380px;
	height: 130px;
	border: solid 1px #e8e8e8;
}
.q_home_lxwm1 li div img{
	max-width: 100%;
	margin: 0 auto;
}
.q_home_lxwm1 li div{
	margin: 17px auto 19px;
}
.q_home_lxwm1 li p{
	font-size: 16px;
	line-height: 16px;
	color: #333333;
	text-align: center;
}
.foot{
	width: 100%;
	height: auto;
	background-color: #e6e6e6;
	padding: 55px 0 0;
}
.foot1{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	padding-bottom: 10px;
}
.foot1 li:nth-child(2),
.foot1 li:nth-child(4),
.foot1 li:nth-child(6){
	border-right: 1px solid rgba(193,193,193,0.3);
	height: 93px;
}
.foot1 li img{
	max-width: 100%;
}
.foot1 li h1{
	font-size: 14px;
	line-height: 1;
	color: #333333;
	display: inline-block;
	padding-bottom: 14px;
	border-bottom: solid 2px #da251c;
	margin-bottom: 20px;
}
.foot1 li p{
	font-size: 12px;
	line-height: 1;
	color: #666666;
	padding-bottom: 18px;
}
.foot1_ul{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	width: 200px;
}
.foot1_ul p a{
	font-size: 12px;
	line-height: 1;
	color: #666666;
	padding-bottom: 18px;
	text-decoration: none;
}
.foot1 li h6{
	font-size: 14px;
	line-height: 1;
	color: #333333;
	padding-top: 8px;
	text-align: center;
}
.foot2{
	border-top: 1px solid rgba(193,193,193,0.3);
	height: auto;
	padding: 15px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.foot2 p{
	font-size: 12px;
	line-height: 1;
	color: #666666;
}
.q_home_xw1 a span img{
    max-width: 100%;
}
.q_zpxx{
	padding: 14px 0 99px;
}
.q_zpxx1 li{
	margin-top: 49px;
	width: 100%;
	height: auto;
	padding: 40px;
	background-color: #f9f9f9;
}
.q_zpxx1 li h1{
	font-size: 20px;
	line-height: 1;
	color: #da251c;
	padding-bottom: 18px;
	position: relative;
}
.q_zpxx1 li h1:after{
	width: 40px;
	height: 2px;
	background-color: #da251c;
	content: "";
	display: block;
    position: absolute;
    bottom: 0;
}
.q_zpxx2{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	padding: 31px 0 28px;
}
.q_zpxx2 p{
	font-size: 14px;
	line-height: 1;
	color: #666666;
	margin-right: 60px;
}
.q_zpxx2 p span{
	color: #333333;
}
.q_zpxx3{
	padding-bottom: 15px;
}
.q_zpxx3 h2{
	font-size: 14px;
	line-height: 1;
	color: #333333;
	padding-bottom: 18px;
}
.q_zpxx3 p{
	font-size: 14px;
	line-height: 1;
	color: #999999;
	padding-bottom: 16px;
}
.q_zpxx1 li .q_zpxx3:last-child{
	padding-bottom: 0;
}
.q_zpxx1 li .q_zpxx3:last-child p:last-child{
	padding-bottom: 0;
}
.q_zpxx4{
	text-indent: 18px;
}
.q_zpxx1 li:hover{
	background-color: #ffffff;
	box-shadow: 0px 6px 18px 0px 
		rgba(153, 153, 153, 0.12);
}

@media (max-width:1330px) {
.q_home_swiper2 .swiper-button-next, .q_home_swiper2 .swiper-container-rtl .swiper-button-prev {
    right: 10px;
}
.q_home_swiper2 .swiper-button-prev, .q_home_swiper2 .swiper-container-rtl .swiper-button-next {
    left: 10px;
}
}
@media (max-width:1199px) {
.wideslider{
	display: none;
}
div#container {
    background: unset; 
}
.q_home_swiper{
	display: block;
	width: 100%;
}
.q_home_swiper .swiper-slide img{
	max-width: 100%;
}
.q_home_swiper2 {
    margin: 10px 0 30px;
}
.q_home_gywm_img {
    width: 50%;
}
.q_home_gywm_text {
    width: 47%;
    padding-bottom: 0;
}
.q_home_gywm_text h2 {
    line-height: 1;
    padding: 25px 0 16px;
    overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap; 
}
.q_home_gywm_text a {
    margin-top: 30px;
	text-decoration:none;
}
.q_home_h1 {
    font-size: 20px;
    line-height: 1;
}
.q_home_gywm {
    padding-bottom: 40px;
}
.q_home_xw2 li a p {
    width: 80%;
}
.q_home_lxwm {
    padding: 40px 0;
}
.q_home_lxwm1 li {
    width: 32%;
}
.q_home_lxwm1 {
    margin-top: 25px;
}
.q_home_xw2 li a {
    height: 50px;
}
.q_zpxx1 li {
    margin-top: 20px;
    padding: 25px;
}
.q_zpxx {
    padding: 0 0 50px;
}
.q_zpxx1 li h1 {
    padding-bottom: 15px;
}
.q_zpxx2 {
    padding: 20px 0 15px;
}
.q_zpxx2 p {
    margin-right: 45px;
}
.q_zpxx3 h2 {
    padding-bottom: 10px;
}
.q_zpxx3 p {
    padding-bottom: 8px;
}
.q_zpxx3 {
    padding-bottom: 10px;
}
}
@media (max-width:990px) {
	.q_home_swiper2 {
    margin: 10px 0 20px;
}
.q_home_gywm_text p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.q_home_gywm {
    padding-bottom: 30px;
}
.q_home_xw2 li a {
    height: 40px;
}
.q_home_xw2 li a h1 {
    font-size: 12px;
    width: 70px;
}
.q_home_lxwm {
    padding: 30px 0;
}
.q_home_lxwm1 {
    margin-top: 20px;
}
.q_home_lxwm1 li {
    height: auto;
    padding: 10px 0;
}
.q_home_lxwm1 li div {
    margin: 0 0 10px;
}
.foot1 li:first-child{
	width: 100%;
	margin-bottom: 15px;
}
.foot {
    padding: 30px 0 0;
}
.foot1 li:nth-child(2){
	display: none;
}
.q_home_swiper2 .swiper-button-next, .q_home_swiper2 .swiper-button-prev {
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
    margin-top: -15px;
}
.q_zpxx2 p {
    margin-right: 0;
    padding-bottom: 5px;
    width: 100%;
}
}
@media (max-width: 767px){
	
.q_home_gywm {
    padding-bottom: 20px;
}
.q_home_gywm_img {
    width: 100%;
}
.q_home_gywm_img img {
    margin: 0 auto;
}
.q_home_gywm_text {
    width: 100%;
    margin-top: 15px;
}
.q_home_h1 {
    font-size: 16px;
    line-height: 1;
    padding-bottom: 10px;
}
.q_home_gywm_text h2 {
    padding: 15px 0 7px;
}
.q_home_gywm_text p {
    font-size: 12px;
    line-height: 2;
    -webkit-line-clamp: 24;
}
.q_home_gywm_text h2 {
    font-size: 14px;
}
.q_home_gywm_text a {
    font-size: 12px;
    line-height: 30px;
    width: 120px;
    height: 30px;
    margin-top: 10px;
}
.q_home_xw2 li a {
    height: auto;
}
.q_home_xw2 li a p {
    width: 90%;
}
.q_home_xw2 li a h1 {
    font-size: 12px;
    line-height: 1;
    padding: 10px 0 5px;
    width: 100%;
}
.q_home_xw1 a {
    bottom: 10px;
    font-size: 12px;
    line-height: 1;
}
.q_home_lxwm1 {
    margin-top: 0;
}
.q_home_lxwm1 li {
    margin: 10px 0 0;
    width: 100%;
}
.q_home_lxwm {
    padding: 20px 0;
}
.foot1 li:nth-child(4) ,
.foot1 li:nth-child(6) {
    display: none;
}
.foot1 li {
    width: 100%;
}
.foot1 li:last-child img {
margin: 0 auto;
}
.foot2 p {
    width: 100%;
    padding-bottom: 10px;
}
.foot2 p:last-child {
    padding-bottom: 0;
}
.q_zpxx1 li {
    margin-top: 10px;
    padding: 10px;
}
.q_zpxx1 li h1 {
    padding-bottom: 12px;
    font-size: 16px;
}
.q_zpxx2 {
    padding: 15px 0 10px;
}
.q_zpxx2 p,
.q_zpxx3 h2,
.q_zpxx3 p {
    font-size: 12px;
}
.q_zpxx {
    padding: 0 0 30px;
}
}

nav#nav ul#subNav li.hover:hover a {
    color: #da251c;
    font-weight: bold;
}
nav#nav ul#subNav li.hover a {
    color: #da251c;
    font-weight: bold;
}
nav#nav ul#mainNav li.active{
	background-color: #da251c;
}
nav#nav ul#mainNav li.active a {
    color: #ffffff;
}
nav#nav ul#mainNav li.active:hover{
	background-color: #da251c;
}
nav#nav ul#mainNav li.active:hover a {
    color: #ffffff;
}