@charset "UTF-8";


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

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

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

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

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


* {
	box-sizing: border-box;
}

img {
	display: block;
}
.clr {
	clear: both;
}
.inner {
	width: 1200px;
	margin: 0 auto;
}
/*@media (max-width:1399px) {
	.inner {
    width: 1200px;
}
}*/
@media screen and (max-width: 1199px) {
	.inner {
		width: 100%;
		padding: 0 2%;
	}
}
.header{
	box-shadow: 0px 3px 13px 0px 
		rgba(5, 5, 5, 0.15);
}
.q_header{
	margin: 0 auto;
	width: 1200px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 90px;
}
.header .q_header {
	height: 90px;
}
.hd_l {
	display: flex;
	align-items: flex-end;
}
.hd_l img {
	display: block;
}
.hd_l a {
    width: 285px;
	height: 61px;
    display: inline-block;
    background: url(../images/logo.png) no-repeat center center;
    background-size: contain;
}
/*.header .hd_l a {
    width: 167px;
	height: 45px;
    display: inline-block;
    background: url(../images/q_logo.png) no-repeat;
}*/
.hdnav {
	display: flex;
	align-items: center;
	height: 100%;
}
.hdnav>li {
	padding: 0 31px;
	height: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	border-right: 2px #c5c5c5 solid;
}
.hdnav>li a {
	font-size: 16px;
	color: #333333;
	position: relative;
	font-weight: bold !important;
}
/*.hdnav>li.active span {
	width: 100%;
	height: 3px;
	background-color: #37ada5;
	display: block;
	position: absolute;
    bottom: -35px;
}*/
.hdnav>li.active a {
	color: #1f2d7f;
	font-weight: bold;
}
/*.hdnav>li:first-child{
	border-left: 1px #a2a2a2 solid;
}*/
.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;
}
.header .hdnav>li:last-child{
	border-right: unset;
	padding-right: 0;
}
/*.header .hdnav>li a {
	color: #ffffff;
}
.header .hdnav>li.active a {
	color: #37ada5;
}*/
/*.header .hdnav>li:first-child{
	border-left: 1px #949494 solid;
}*/
/*.top {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 20;
}*/
/*.header .top {
    background-color: rgba(0,0,0,0.4);
}*/
/*@media (max-width: 1399px) {
	.q_header {
    width: 100%;
}
}*/

@media (max-width: 1199px) {
	.q_header {
		flex-wrap: wrap;
		width: 100%;
		padding: 0 3% 1%;
		height: auto;
	}
.header{
	box-shadow: unset;
}
.header .q_header {
		height: auto;
}
	.hd_l {
		padding: 5px 0;
		width: 90%;
	}
	.navbtn {
		display: block;
	}
	.hdnav {
		display: none;
		width: 100%;
	}
	.hdnav>li {
		width: 60%;
		text-align: center;
    height: 25px;
    	padding: 0;
    	border-right: none;
    	margin: 0 auto;
	}
	.hdnav>li.active span {
    bottom: -3px;
}
	.hdnav>li a {
		font-size: 12px;
	}
	.hdnav_1{
	width: 100%;
}


.hdnav>li:first-child{
	border-left:unset;
}

.hdnav>li {
    border-right:unset;
}

.header,
.header .top {
   background: #fff;
}
.header .hdnav>li a {
    color: #666;
}
.header .hd_l a {
    background: url(../images/logo.png) no-repeat center center;
    background-size: contain;
}
}
@media (max-width: 767px) {
	
	.hd_l img {
		width: 90%;
	}
	.q_banner {
    margin-top: 58px;
}
}


.home_swiper{
	width: 100%;
	box-shadow: 2px 1px 0px 0px 
		rgba(5, 5, 5, 0.1);
}
.home_swiper .swiper-button-next, .home_swiper .swiper-button-prev {
    width: 16px;
	height: 30px;
    background-size: 16px 30px;
    outline: none;
}
.home_swiper .swiper-pagination-bullet {
    width: 20px;
    height: 4px;
    display: inline-block;
    border-radius: 2px;
    background: #FFFFFF;
    opacity: 1;
}
.home_swiper .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
}
.home_swiper .swiper-pagination-bullet-active {
    width: 40px;
}
.home_swiper img{
	width: 100%;
}
.home_product{
	padding: 40px 0;
}
.total_tittle{
	position: relative;
}
.total_tittle h1{
	font-size: 70px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 55px;
	color: rgba(0,0,0,0.06);
	text-align: center;
}
.total_tittle h2{
	font-size: 30px;
	line-height: 29px;
	letter-spacing: 1px;
	color: #333333;
	font-weight: bold;
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 0;
}
.total_tittle a{
	font-size: 14px;
	line-height: 30px;
	letter-spacing: 1px;
	color: #1f2d7f;
	width: 125px;
	height: 30px;
	background-color: #ffffff;
	border: solid 1px #1f2d7f;
	display: block;
	text-align: center;
	position: absolute;
	right: 0;
	bottom: 0;
}
.space{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
.home_product .home_product1 li{
	margin-top: 30px;
	width: 285px;
	height: auto;
	background-color: #ffffff;
	border: solid 1px #e0e0e0;
}
.home_product1 li .home_product2{
	overflow: hidden;
}
.home_product1 li .home_product3{
	border-top: solid 1px #e0e0e0;
	height: auto;
}
.home_product1 li:hover .home_product2 img{
    transform: scale(1.1);
    transition: all linear 0.4s;
}
.home_product1 li .home_product2 img{
	max-width: 100%;
	margin: 0 auto;
	height: 200px;
	object-fit: contain;
}
.home_product1 li h1{
	font-size: 20px;
	font-weight: bold;
	line-height: 20px;
	letter-spacing: 1px;
	color: #333333;
	padding: 15px;
	text-align: center;
}
/*.home_product1 li h2{
	font-size: 14px;
	line-height: 11px;
	color: #999999;
	letter-spacing: 1px;
	text-align: center;
}
*/
.home_solution{
	width: 100%;
	height: auto;
	background-color: #f6fbff;
	padding: 40px 0 43px;
}
.home_solution .home_solution1 li{
	margin-top: 30px;
	width: 386px;
	height: auto;
	background-color: #ffffff;
	box-shadow: 2px 1px 16px 0px 
		rgba(5, 5, 5, 0.06);
}
.home_solution1 li .home_solution2{
	overflow: hidden;
}
.home_solution1 li:hover .home_solution2 img{
    transform: scale(1.1);
    transition: all linear 0.4s;
}
.home_solution1 li .home_solution2 img{
	width: 100%;
	height: 250px;
	object-fit: cover;
}
.home_solution1 li .home_solution3{
	padding: 39px 24px 50px;
	text-align: center;
}
.home_solution1 li .home_solution3 h1{
	font-size: 20px;
	font-weight: bold;
	line-height: 20px;
	color: #333333;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.home_solution1 li .home_solution3 span{
	width: 60px;
	height: 1px;
	background-color: #666666;
	display: block;
	margin: 20px auto;
}
.home_solution1 li .home_solution3 p{
	font-size: 14px;
	line-height: 21px;
	color: #999999;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.home_solution1 li:hover{
	background-color: #1f2d7f;
}
.home_solution1 li:hover .home_solution3 h1,
.home_solution1 li:hover .home_solution3 p{
	color: #FFFFFF;
}

.home_solution1 li:hover .home_solution3 span{
	background-color: #FFFFFF;
}

.home_about{
	width: 100%;
	height: 370px;
	background: url(../images/home_about.png)no-repeat center center;
	padding: 51px 0 62px;
}
.home_about .total_tittle h1 {
    color: rgba(255,255,255,0.1);
}
.home_about .total_tittle h2 {
    color: rgba(255,255,255,0.8);
}
.home_about p{
	font-size: 14px;
	line-height: 23px;
	letter-spacing: 0.5px;
	color: rgba(255,255,255,0.8);
	text-align: center;
	padding-top: 62px;
}
.home_about a{
	font-size: 14px;
    line-height: 30px;
    letter-spacing: 1px;
    color: rgba(255,255,255,0.5);
    width: 125px;
    height: 30px;
    background-color: rgba(255,255,255,0);
    border: solid 1px rgba(255,255,255,0.5);
    display: block;
    text-align: center;
    margin: 39px auto 0;
}
.home_news{
	padding: 40px 0 62px;
}
.home_news1{
	margin-top: 27px;
}
.home_news1 li{
	width: 380px;
	height: auto;
	border-bottom: 1px solid #e5e5e5;
}
.home_news1 li .home_news2{
	overflow: hidden;
}
.home_news1 li:hover .home_news2 img{
    transform: scale(1.1);
    transition: all linear 0.4s;
}
.home_news1 li .home_news2 img{
	max-width: 100%;
	width: 100%;
	height: 300px;
	object-fit: contain;
	background-color: #ffffff;
}
.home_news3{
	padding: 41px 0 40px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.home_news3_1{
	width: 80px;
	height: 80px;
	border: solid 1px rgba(0,0,0,0.2);
	padding: 19px 0 13px;
}
.home_news3_1 h1{
	font-size: 20px;
	line-height: 15px;
	color: #333333;
	text-align: center;
}
.home_news3_1 span{
	width: 20px;
	height: 1px;
	background-color: rgba(0,0,0,0.3);
	display: block;
	margin: 10px auto;
}
.home_news3_1 h2{
	font-size: 14px;
	line-height: 11px;
	color: #666666;
	text-align: center;
}
.home_news3_2{
	width: 280px;
}
.home_news3_2 h3{
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
	color: #333333;
	padding-bottom: 23px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap; 
}
.home_news3_2 p{
	font-size: 14px;
	line-height: 19px;
	color: #999999;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.home_news1 li:hover{
	border-bottom: 1px solid #1f2d7f;
}
.home_news1 li:hover .home_news3_1{
	border: solid 1px #1f2d7f;
	background-color: #1f2d7f;
}
.home_news1 li:hover .home_news3_1 h1,
.home_news1 li:hover .home_news3_1 h2{
	color: #FFFFFF;
}
.home_news1 li:hover .home_news3_1 span{
	background-color: #ffffff;
}
.home_news1 li:hover .home_news3_2 h3{
	color: #1f2d7f;
}
.home_partner{
	width: 100%;
	height: auto;
	background-color: rgba(79,157,214,0.1);
	padding: 39px 0 60px;
}
.home_partner1{
	margin-top: 33px;
}

.home_partner1 .swiper-slide img{
	width: 100%;
}
.foot{
	width: 100%;
	height: auto;
	background-color: #404040;
}
.foot .foot1{
	border-bottom: 1px solid rgba(255,255,255,1);
}
.foot .foot1 h1{
	font-size: 16px;
	font-weight: bold;
	line-height: 56px;
	letter-spacing: 1px;
	color: rgba(255,255,255,1);
}
.foot2{
	padding: 21px 0 9px;
}
.foot2_1 h1{
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
	letter-spacing: 1px;
	color: rgba(255,255,255,1);
}
.foot2_1 h2{
	width: 30px;
	height: 1px;
	background-color: rgba(255,255,255,1);
	margin: 15px 0 21px;
}
.foot2_1 p{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 14px;
	line-height: 12px;
	letter-spacing: 1px;
	color: rgba(255,255,255,1);
	padding-bottom: 20px;
}
.foot2_1 p span{
	width: 13px;
	height: 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-right: 10px;
}
.foot2_2{
	width: 205px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.foot2_2 a{
	font-size: 14px;
	line-height: 12px;
	letter-spacing: 1px;
	color: rgba(255,255,255,1);
	padding-bottom: 20px;
}
.foot3_1 p{
	font-size: 14px;
	line-height: 12px;
	letter-spacing: 1px;
	color: rgba(255,255,255,1);
	text-align: center;
	padding-top: 9px;
}
.footer{
	width: 100%;
	height: 40px;
	background-color: #313131;
}
.footer p{
	font-size: 12px;
	line-height: 40px;
	color: rgba(255,254,254,1);
}
.footer p a{
	color: #fff;
}
.hdnav>li a:hover{
	color: #1f2d7f;
	font-weight: bold;
}
.total_tittle a:hover{
	color: #FFFFFF;
    background-color: #1f2d7f;
}
.home_about a:hover{
	color: #000;
    background-color: #FFFFFF;
}

.foot3_3 img{
	max-width: 100%;
	width: 150px;
}



.crumbs {
    width: 100%;
    height: 60px;
	background-color: #ffffff;
	box-shadow: 0px 0px 16px 0px 
		rgba(200, 200, 200, 0.35);
}
.crumbs_1 {
    display: flex;
    align-items: center;
}
.crumbs_1 .huan_img {
    margin-right: 10px;
}
.crumbs_1 a, .crumbs_1 em {
    font-size: 14px;
    color: #666666;
    line-height: 60px;
}
.solution{
	padding: 40px 0 80px;
}
.solution1,
.news{
	margin-top: 40px;
}
.solution1 ul li{
	width: 380px;
	height: auto;
	margin-bottom: 40px;
}
.solution1 ul li a .solution2{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.solution1 ul li a .solution2 img{
	width: 100%;
	height: 250px;
	object-fit: cover;
}
.solution1 ul li:hover a .solution2 img{
    transform: scale(1.1);
    transition: all linear 0.4s;
}
.solution3{
	border-bottom: 1px solid #e5e5e5;
}
.solution3 h1{
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
	color: #333333;
	padding: 43px 0 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap; 
}
.solution3 p{
	font-size: 14px;
	line-height: 18px;
	color: #999999;
	margin-bottom: 43px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.solution1 ul li:hover .solution3 h1{
	color: #1f2d7f;
}
.solution1 ul li:hover .solution3{
	border-bottom: 1px solid #1f2d7f;
}
.solution1 ul li:last-child{
	width: 380px;
	height: auto;
	margin-bottom: 0;
}

.solution #pagesize {
    padding: 10px 0 0;
}

#pagesize {
    text-align: center;
}
#pagesize ul li {
    display: inline-block;
    font-size: 14px;
    color: #666666;
}
#pagesize ul li a,#pagesize ul li span {
    width: 36px;
	height: 40px;
	margin: 0;
    /* border: solid 1px #bfbfbf; */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #666666;
    line-height: 40px;
}
#pagesize ul li:first-child ,
#pagesize ul li:last-child {
   display: none;
}
#pagesize ul li.active span, #pagesize ul li a:hover {
    background-color: #1f2d7f;
    color: #ffffff;
    border-color: #1f2d7f;
}
#pagesize ul li:first-child a.active, #pagesize ul li:first-child a:hover,
#pagesize ul li:last-child a.active, #pagesize ul li:last-child a:hover {
    background-color: #FFFFFF;
    color: #1f2d7f;
    border-color: #1f2d7f;
}



.caselist ul,.newslist ul {
	justify-content: flex-start;
}
.caselist ul li,.newslist ul li {
	margin-right: 30px;
}
.caselist ul li:nth-child(3n),.newslist ul li:nth-child(3n) {
	margin-right: 0px;
}

.news ul li{
	width: 380px;
	height: auto;
	margin-bottom: 40px;
}
.news ul li:last-child{
	width: 380px;
	height: auto;
	margin-bottom: 0;
	border-bottom: unset;
}
.news ul li a .home_news2 img {
    width: 100%;
    height: 300px;
	object-fit: cover;
	background-color: #ffffff;
}

.download{
	padding: 40px 0 80px;
}
.download1 {
    margin-top: 40px;
}
.download #pagesize {
    padding: 10px 0 0;
}
.download2 li{
	width: 100%;
	height: auto;
	padding: 26px 36px 26px 30px;
	background-color: #ffffff;
	box-shadow: 0px 0px 20px 0px 
		rgba(187, 187, 187, 0.4);
	margin-bottom: 20px;
}
.download2 li a{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.download2 li .download3,
.download2 li .download4{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.download2 li .download3 span{
	width: 36px;
	height: 48px;
	display: inline-block;
	background: url(../images/download3_pdf.png)no-repeat center center;
	margin-right: 20px;
}
.download2 li .download3 h1{
	font-size: 16px;
	line-height: 17px;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap; 
}
.download2 li .download4 .download4_1{
	margin-right: 24px;
}
.download2 li .download4 .download4_1 span{
	width: 25px;
	height: 20px;
	display: block;
	background: url(../images/download4_eye.png)no-repeat center center;
	margin: 0 auto 13px;
}
.download2 li .download4 .download4_2 span{
	width: 25px;
	height: 20px;
	display: block;
	background: url(../images/download4_down.png)no-repeat center center;
	margin: 0 auto 13px;
}
.download2 li .download4 p{
	font-size: 12px;
	line-height: 11px;
	color: #999999;
}
.download2 li:hover{
	background-color: #1f2d7f;
}
.download2 li:hover .download3 span{
	background: url(../images/download3_pdf1.png)no-repeat center center;
}
.download2 li:hover .download3 h1{
	color: #FFFFFF;
}
.download2 li:hover .download4 .download4_1 span{
	background: url(../images/download4_eye1.png)no-repeat center center;
}
.download2 li:hover .download4 .download4_2 span{
	background: url(../images/download4_down1.png)no-repeat center center;
}
.download2 li:hover .download4 p{
	color: #FFFFFF;
}
.company{
	padding: 40px 0 60px;
}
.company1{
	padding: 40px 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
}
.company1_1{
	width: 560px;
	height: auto;
	border: solid 1px rgba(98, 98, 98, 0.3);
}
.company1_1 img{
	max-width: 100%;
}
.company1_2{
	width: 580px;
}
.company1_2 h1{
	font-size: 24px;
	line-height: 25px;
	letter-spacing: 2px;
	color: #333333;
}
.company1_2 h2{
	font-size: 16px;
	line-height: 14px;
	color: #999999;
	padding: 9px 0 18px;
}
.company1_2 span{
	width: 60px;
	height: 2px;
	background-color: #1f2d7f;
	margin-bottom: 41px;
	display: block;
}
.company1_2 p{
	line-height: 22px;
	font-size: 14px;
	color: #666666;
	padding-bottom: 36px;
}
.company1_2 p:last-child{
	padding-bottom: 0;
}
.aboutpage p {
	padding-bottom: 10px;
}
.about_page {
	align-items: center;
}

.partner{
	padding: 41px 0 0;
}
.partner li{
	width: 224px;
	height: auto;
	margin-bottom: 40px;
}
.partner1{
	border: solid 1px rgba(0, 0, 0, 0.2);
	padding: 10px;
}
.partner1 img{
	max-width: 100%;
}
.partner li h1{
	font-size: 14px;
	line-height: 12px;
	color: #666666;
	text-align: center;
	padding-top: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap; 
}
.partner li.partners{
	margin-bottom: 0;
}
.honer{
	padding-top: 40px;
}
.honer li{
	width: 386px;
	height: auto;
	background-color: #f0f0f0;
	padding: 30px 33px;
	margin-bottom: 20px;
}
.honer li.honers{
	width: 386px;
	height: auto;
	background-color: unset;
	padding: 0;
	margin-bottom: 0;
}
.honer li h1{
	font-size: 16px;
	line-height: 16px;
	color: #333333;
	padding-top: 18px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap; 
}
.honer1 img{
	max-width: 100%;
}





@media (max-width:1199px) {
	.home_product .home_product1 li {
    width: 24%;
    height: auto;
}
/*.home_product1 li h2 {
    padding-bottom: 15px;
}*/
.home_solution .home_solution1 li {
    width: 32%;
    height: auto;
}
.home_about p {
    padding-top: 45px;
}
.home_news3_2 {
    width: 70%;
}
.home_news1 li {
    width: 32%;
}
	.solution1 ul li {
    width: 32%;
}
	.news ul li {
    width: 32%;
}
.company1 {
    align-items: center;
}
.company1_1 {
    width: 48%;
}
.company1_2 {
    width: 50%;
}
.company1_2 p {
    line-height: 20px;
    padding-bottom: 5px;
}
.company1_2 span {
    margin-bottom: 30px;
}
.honer li {
    width: 32%;
}
.honer li.honers {
    width: 32%;
}
}

@media (max-width:990px) {
	.home_product .home_product1 li {
    width: 32%;
}
.main-im  {
	display: none;
}
.foot3_3 img {
	width: 130px;
}
.home_news3_1 {
    width: 27%;
}
	.solution1 ul li {
    width: 48%;
}
	.news ul li {
    width: 48%;
}
.company1_2 h2 {
    padding: 4px 0 9px;
}
.company1_2 span {
    margin-bottom: 10px;
}
.company1_2 p {
    line-height: 16px;
    padding-bottom: 0; 
}
.partner li {
    margin-bottom: 20px;
}
.partner li.partners {
     margin-bottom: 20px; 
}
.honer li {
    padding: 20px;
}
}

@media (max-width:767px) {
	.total_tittle h1 {
    font-size: 40px;
    line-height: 40px;
}
.total_tittle h2 {
    font-size: 18px;
    line-height: 18px;
}
.total_tittle a{
	display: none;
}
.home_product .home_product1 li {
    width: 48%;
    margin-top: 15px;
}
.home_solution .home_solution1 li {
    width: 100%;
    height: auto;
}
.home_swiper .swiper-pagination-bullet {
    width: 10px;
}
.home_swiper .swiper-pagination-bullet-active {
    width: 20px;
}
.home_about p {
	font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}
.home_about {
    height: auto;
    padding: 40px 0 40px;
}
.home_news1 li {
    width: 100%;
}
.footer {
    height: auto;
    padding: 15px 0 5px;
}
.footer p {
    line-height: 12px;
    padding-bottom: 10px;
    text-align: center;
    width: 100%;
}
.header .hd_l a {
    background: url(../images/logo.png) no-repeat left center;
    background-size: 55%;
    height: 45px;
}
.hangye_content .hy_date:last-child {
	display: none;
}
.q_header {
    padding: 0 3%;
}
.hd_l {
    padding: 5px 0; 
}
.hdnav {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: fixed;
    top: 55px;
    left: 0;
    z-index: 999999;
    padding-top: 10px;
    background: rgba(255,255,255,1);
}
.hdnav>li {
    height: 40px;
}
.hdnav>li a {
    font-size: 18px;
}
.home_product1 li .home_product2 {
    height: 120px;
}
.home_product1 li .home_product2 img {
    max-height: 100%;
}
.home_product1 li h1 {
    font-size: 14px;
    line-height: 14px;
    padding: 10px 0;
}
/*.home_product1 li h2 {
    font-size: 12px;
}*/
.home_solution1 li .home_solution3 {
    padding: 19px 12px 25px;
}
.home_solution1 li .home_solution3 span {
    margin: 13px auto;
}
.home_news3 {
    padding: 15px 0;
}
.home_news3_2 h3 {
    padding-bottom: 8px;
    font-size: 15px;
}
.home_news3_2 p {
    font-size: 13px;
    line-height: 16px;
}
.home_news {
    padding: 40px 0 30px;
}
.home_swiper .swiper-button-next, .home_swiper .swiper-button-prev {
    width: 8px;
    height: 15px;
    background-size: 8px 15px;
    outline: none;
}
.home_swiper .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	right: 15px;
}
.home_swiper .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 15px;
}
.news ul li {
    width: 100%;
    margin-bottom: 12px;
	margin-right: 0px;
}
.solution1 ul li {
    width: 100%;
	margin-right: 0px;
    margin-bottom: 20px;
}

#pagesize ul li a {
    display: none;
}
#pagesize ul li:first-child a,
#pagesize ul li:last-child a{
    display: block;
}
.solution3 h1 {
    padding: 21px 0 12px;
	font-size: 14px;    
}
.solution3 p {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 15px;
}
.solution {
    padding: 30px 0 30px;
}
.solution #pagesize {
    padding: 0;
}
.solution1, .news {
    margin-top: 20px;
}
.download {
    padding: 30px 0 30px;
}
.download2 li:last-child{
	margin-bottom: 0;
}
.download1 {
    margin-top: 20px;
}
.download2 li .download3{
    width: 65%;
}
.download2 li {
    padding: 15px 10px;
    margin-bottom: 10px;
}
.download2 li .download3 span{
	display: none;
}
.download2 li .download4 .download4_1 {
    margin-right: 10px;
}
.company {
    padding: 20px 0;
}
.company1_1 {
    width: 100%;
}
.company1_2 {
    width: 100%;
    padding-top: 10px;
}
.total_tittle h1 {
    font-size: 35px;
    line-height: 34px;
}
.company1 {
    padding: 20px 0;
}
.partner {
    padding: 21px 0 0;
}
.partner li {
    width: 49%;
    margin-bottom: 20px;
}
.partner li.partners {
    margin-bottom: 5px;
}
.honer {
    padding-top: 20px;
}
.honer li {
    padding: 10px;
    width: 49%;
    margin-bottom: 10px;
}
.honer li h1 {
    font-size: 12px;
    line-height: 12px;
    padding-top: 9px;
}
.company1_2 h2 {
    font-size: 14px;
}
.company1_2 h1 {
    font-size: 20px;
    line-height: 20px;
}
.company1_2 p {
    font-size: 14px;
	line-height: 24px;
}
.download2 li .download3 h1 {
    font-size: 14px;
}
.home_news3_1 {
    width: 20%;
    height: 70px;
    padding: 10px 0;
}
.home_news3_2 {
    width: 78%;
}
.home_solution1 li .home_solution3 h1 {
    font-size: 16px;
    line-height: 16px;
}
.home_solution1 li .home_solution3 p {
    font-size: 12px;
    line-height: 20px;
}
.home_partner1 .swiper-slide {
    width: 160px!important;
}
.home_partner1 {
    margin-top: 20px;
}
.home_partner {
    padding: 30px 0 30px;
}
.home_product {
    padding: 20px 0;
}
}

@media (max-width:335px) {
	.foot2_1 p {
    font-size: 13px;
}
.foot2_2 a {
    font-size: 13px;
}
.download2 li .download3 {
    width: 62%;
}
.total_tittle h1 {
    font-size: 31px;
    line-height: 31px;
}
}



.home_product .home_product1 li:hover h1,
.home_product .home_product1 li:hover h2{
	color: #fff;
}
.home_product .home_product1 li:hover .home_product3,
.home_product .home_product1 li:hover .home_product3{
	background-color: #1f2d7f;
}

.right_ewm img {
	height: 140px;
	margin: 10px 0px;
}
.right_ewm p {
	font-size: 16px ;
padding-left: 23px;
}