.w1840 {
	width: 1840px;
	margin: 0 auto
}

.header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 87px;
	z-index: 999;
    padding: 20px 0;
}

.header_con.active {
	background-color: #ffffff
}

.header_con {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0
}

/*.header_con:hover {
	background-color: #121b34
}*/

.header_con .w1840 {
	height: 100%;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	font-size: 16px;
	color: #aaa;
	-webkit-box-pack: justify;
	justify-content: space-between
}

.main_nav {
	width: 750px
}

.main_nav ul {
	-webkit-box-pack: justify;
	justify-content: space-between;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center
}

.main_nav ul>li {
	position: relative;
	line-height: 47px
}

.main_nav ul>li.active>a {
	color: #009800;
	font-weight: bold;
}

.main_nav ul>li:hover .sub_nav {
	display: block
}

.main_nav ul>li>a {
	display: block;
	color: #333333;
	font-size: 16px;
}
.main_nav ul>li.active>span {
	width: 27px;
	height: 2px;
	background-color: #009800;
	display: block;
	margin: -2px auto 0;
}

.main_nav ul>li:hover>a {
	color: #009800;
	font-weight: bold;
}
.main_nav ul>li:hover>span {
	width: 27px;
	height: 2px;
	background-color: #009800;
	display: block;
	margin: -2px auto 0;
}
.main_nav .sub_nav {
	display: none;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	top: 47px;
	background-color: #ccc;
	width: 250px;
	background-color: #121b33;
	border-radius: 6px;
	border: solid 1px #3d4362;
	padding: 15px 13px
}

.main_nav .sub_nav::before {
	content: "";
	border: 1px solid #3d4362;
	width: 10px;
	height: 10px;
	position: absolute;
	left: 50%;
	top: -10px;
	border-bottom-color: transparent;
	border-left-color: transparent;
	-webkit-transform: rotate(-45deg) translateX(-50%);
	transform: rotate(-45deg) translateX(-50%);
	background-color: #121b33
}

.main_nav .sub_nav a {
	display: block;
	font-size: 13px;
	line-height: 29px;
	color: #d7d7d7
}

.main_nav .sub_nav a:hover {
	color: #1c4da0
}

#navid3 .sub_nav,
#navid4 .sub_nav {
	width: 120px
}

.sp_header {
	height: 80px;
	overflow: hidden;
	background: #ffffff;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 10;
	width: 100%
}

.p_fixed {
	display: none;
	height: 80px;
	position: relative;
	left: 0;
	top: 0;
	width: 100%
}

.sp_logo {
	padding: 10px;
	float: left;
	height: 80px
}

.sp_logo img {
	margin: auto;
	max-height: 60px
}

.sp_nav {
	width: 50px;
	float: right;
	position: relative;
	cursor: pointer;
	height: 30px;
	margin-top: 30px
}

.sp_nav span {
	display: block;
	background: #666666;
	width: 30px;
	height: 2px;
	position: absolute;
	left: 10px;
	-webkit-transition: all ease 0.35s;
	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;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.sp_nav_se span:nth-of-type(2) {
	width: 0
}

.sp_nav_se span:nth-of-type(3) {
	top: 10px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.sjj_nav {
	position: fixed;
	z-index: 9;
	background: #fff;
	width: 100%;
	height: calc(100% - 50px);
	font-size: 14px;
	line-height: 40px;
	top: -100%;
	left: 0;
	overflow: auto;
	overflow-x: hidden;
	-webkit-transition: top ease 0.35s;
	transition: top ease 0.35s
}

.sjj_nav>ul>li:first-child {
	overflow: hidden;
	border-top: 0
}

.sjj_nav>ul>li:first-child>a {
	float: left;
	width: calc(100% - 120px)
}

.sjj_nav>ul>li:first-child .language {
	float: right;
	width: 120px;
	overflow: hidden;
	line-height: 30px;
	margin-top: 5px
}

.sjj_nav>ul>li:first-child .language a {
	width: 60px;
	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 {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transition: all ease 0.35s;
	transition: all ease 0.35s
}

.sjj_nav ul li .sjj_nav_i_se svg {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg)
}

.sjj_nav ul li {
	border-top: 1px #ddd solid;
	margin: 0 20px;
	position: relative;
	line-height: 50px;
	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;
	display: block;
	width: 80%
}

.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: #121b34
}

.sjj_nav ul li ul li>ul {
	margin-left: 10px
}

.q_space {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.cnen_tab {
	margin:0 111px 0 49px;
}
.cnen_tab p{
    display: flex;
    align-items: center;
}
.cnen_tab p a{
	font-size: 16px;
	color: #333333;
}
.cnen_tab p a.active{
	color: #009800;
}
.cnen_tab p span{
	width: 1px;
	height: 12px;
	background-color: #666666;
	opacity: 0.3;
	margin: 0 8px;
	display: block;
	
}
.nav_show {
	top: 80px;
}
.q_hdnav_phone {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.q_hdnav_input {
    width: 320px;
	height: 30px;
    border: solid 1px rgba(102,102,102,0.3);
    padding: 0 20px;
}
.q_hdnav_input input.searchinp {
    background-color: rgba(255,255,255,0);
    padding: 0;
    font-size: 12px;
    color: #666666;
    outline: none;
    width: 264px;
	height: 30px;

}
.q_hdnav_input input:-internal-autofill-previewed,
.q_hdnav_input input:-internal-autofill-selected {
    -webkit-text-fill-color: #666666;
    transition: background-color 5000s ease-out 0.5s;
}

.q_hdnav_input_icon {
    background-color: rgba(255,255,255,0);
    display: block;
    width: 14px;
	height: 14px;
    background-image: url(../images/q/q_search.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
}

@media (max-width:1839px) {
	.w1840 {
		width: 1570px;
	}
}
@media (max-width:1599px) {
	.w1840 {
		width: 1450px;
	}
	.cnen_tab {
    margin: 0 40px;
}
.main_nav {
    width: 700px;
}
}
@media (max-width:1477px) {
	.w1840 {
		width: 1330px;
	}
	.q_hdnav_input {
    width: 200px;
}
.q_hdnav_input input.searchinp {
    width: 144px;
}
}

@media (max-width:1365px) {
	.w1840 {
		width: 1170px;
	}
	.q_hdnav_input {
    display: none;
}

}

@media (max-width:1199px) {
	.w1840 {
		width: 970px
	}
	.cnen_tab {
    margin: 0 0 0 20px;
}
.main_nav {
    width: 600px;
}
}

@media (max-width:990px) {
	.w1840 {
		width: 750px
	}
	.main_nav ul>li>a {
		font-size: 14px
	}
	.main_nav {
    width: 450px;
}
.header {
    height: 87px;
    padding: 0;
}
}

@media (max-width:768px) {
	.w1840 {
		width: 96%
	}
	.header {
		display: none
	}
	.p_fixed {
		display: block
	}
}




.swiper1 img {
    max-width: 100%;
}
.pagination1 .swiper-pagination-bullet {
    width: 16px;
    height: 6px;
    background-color: #ffffff;
    opacity: 0.6;
	border-radius: 3px;
    -webkit-transition: .3s;
    transition: .3s;
}
.pagination1 .swiper-pagination-bullet-active {
    width: 32px;
    height: 6px;
    background-color: #ffffff;
    opacity: 1;
    border-radius: 3px;
    -webkit-transition: .3s;
    transition: .3s;
}
.swiper1.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 6px;
}
.swiper1.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 338px;
    right: 0;
    left: 0;
    width: 1200px;
    text-align: right;
    margin: 0 auto;
}


.main{
	position: relative;
}
.q_home{
	position: absolute;
	bottom: 110px;
    z-index: 10;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.w1200{
	width: 1200px;
	margin: 0 auto
}
.q_home ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.q_home ul li{
	width: 595px;
	height: 188px;
	background-color: #ffffff;
}
.q_home ul li a{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
}
.q_home_img {
    width: 262px;
    height: 188px;
}
.q_home_img img{
	max-width: 100%;
	height: 100%;
}
.q_home_1{
	padding: 27px 0 0 27px;
	width: 310px;
}
.q_home_1 h1{
	font-size: 26px;
	line-height: 25px;
	color: #333333;
}
.q_home_1 p{
	font-size: 14px;
	line-height: 20px;
	color: #666666;
	margin: 28px 0 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.q_home_2{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.q_home_2 h5{
	font-size: 12px;
	color: #666666;
	line-height: 12px;
}
.q_home_2 h6{
	font-size: 12px;
	color: #008f00;
	line-height: 12px;
}
.q_home_1 h2{
	font-size: 14px;
	line-height: 14px;
	color: #009800;
	margin: 27px 0 18px;
	overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
width: 97%;
}
.q_home_1 h3{
	font-size: 14px;
	line-height: 14px;
	color: #666666;
	margin: 0 0 21px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap; 
}
.foot{
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 50px;
	background-color: #ffffff;
	z-index: 10;
}
.foot p{
	font-size: 14px;
	line-height: 50px;
	color: #333333;
	text-align: center;
}
/*首页*/

.q_zxns{
	margin: 60px 100px 10px 100px;
}
.q_zxns_1 .q_zxns_2{
	padding-bottom: 20px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.q_zxns_1 .q_zxns_2 span{
	    width: 8px;
    height: 8px;
    background-color: #009800;
    display: block;
    margin-right: 15px;
    border-radius: 50%;
}
.q_zxns_1 .q_zxns_2 h1{
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
	color: #333333;
}
.q_zxns_3{
	padding:0 0 20px 30px;
}
.q_zxns_3 li p{
	font-size: 14px;
	color: #666666;
	padding-bottom: 20px;
}
.footer .foot{
    position: static;
    border-top: 1px solid #dcdcdc;
}
/*招贤纳士结束*/

.q_jspt{
	padding: 70px 163px 37px 128px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.q_jspt h1{
	width: 210px;
	height: 40px;
	background-color: #009800;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	color: #ffffff;
}
.q_jspt_img img{
    width: 95%;
}
/*技术平台结束*/

.q_xyyf{
	padding: 50px 92px 40px 122px;
}
.q_xyyf_1{
	border-bottom: 1px solid #f3f3f3;
	padding-bottom: 50px;
}
.q_xyyf_1 h1{
	font-size: 18px;
	font-weight: bold;
	line-height: 18px;
	color: #009800;
	padding-bottom: 30px;
}
.q_xyyf_2{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
.q_xyyf_2 li{
	width: 620px;
	height: 200px;
	background-color: #f8f8f8;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
.q_xyyf_2 div:first-child{
	width: 300px;
}
.q_xyyf_2 div img{
	max-width: 100%;
}
.q_xyyf_3{
	width: 320px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.q_xyyf_3 h1{
	font-size: 20px;
	font-weight: bold;
	line-height: 20px;
	color: #333333;
	width: 100%;
	text-align: center;
	padding: 53px 0 0;
}
.q_xyyf_3 span{
	width: 32px;
	height: 2px;
	background-color: #009800;
	display: block;
	margin: 19px auto;
}
.q_xyyf_7 span{
	width: 32px;
	height: 2px;
	background-color: #009800;
	display: block;
	margin: 19px 0;
}
.q_xyyf_3 p{
	font-size: 14px;
	line-height: 19px;
	color: #666666;
	width: 100%;
	text-align: center;
	padding: 0 45px;
}
.q_xyyf .q_xyyf_1:nth-child(2){
	margin-top: 50px;
	border-bottom: 0;
    padding-bottom: 0;
}
.q_xyyf_4 h1{
	font-size: 18px;
	font-weight: bold;
	line-height: 18px;
	color: #009800;
	padding-bottom: 30px;
}
.q_xyyf_5{
	position: relative;
}
.q_xyyf_6 img{
	max-width: 100%;
}
.q_xyyf_7{
	position: absolute;
	top: 20px;
	left: 278px;
	width: 745px;
	height: 161px;
	border: solid 1px #e5e5e5;
    z-index: -1;
	padding: 40px 76px 0 92px;
}
.q_xyyf_7 h2{
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
	color: #333333;
}
.q_xyyf_8{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
    padding: 0 15px;
	/*padding-top: 43px;*/
}
.q_xyyf_8 li{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 14px;
	line-height: 14px;
	color: #333333;
    width: unset;
    height: unset;
}
.q_xyyf_8 li span{
	width: 10px;
	height: 10px;
	display: block;
	background: url(../images/q/q_xyyf_8.png);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    margin-right: 10px;
    /*margin: 0 5px 0 0;*/
}
/*在研产品结束*/
.q_lxwm{
	padding: 40px 112px 30px 102px;
}
.q_lxwm_1{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	margin-bottom: 30px;
}
.q_lxwm_1 li{
	width: 290px;
	height: 150px;
	/*border: solid 1px #e5e5e5;*/
}
.q_lxwm_1 li span{
	width: 40px;
	height: 40px;
    display: flex;
    margin: 27px auto 22px;
    justify-content: center;
    align-items: center;
}
.q_lxwm_1 li p{
	font-size: 14px;
	line-height: 18px;
	color: #666666;
	text-align: center;
	padding: 0 42px;
}
#dituContent_1 {
    width: 100%;
    height: 300px;
}
/*联系我们结束*/
.q_partner{
	padding: 5px 0 8px;
}
.q_partner_1{
	width: 950px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin: 0 auto;
}
.q_partner_1 li{
	width: 290px;
	height: 227px;
	/*border: solid 1px #e5e5e5;*/
	margin-top: 40px;
	padding: 0 35px;
}
.q_partner_1 li div{
	height: 160px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.q_partner_1 li span{
	width: 206px;
	height: 2px;
	border: solid 1px #e5e5e5;
	display: none;
	margin: 0 auto;
}
.q_partner_1 li p{
	font-size: 17px;
	line-height: 18px;
	color: #333333;
	text-align: center;
	padding-top: 20px;
}



@media (max-width:1839px) {
.q_jspt {
    padding: 70px 10px 37px 10px;
}
.q_xyyf {
    padding: 50px 10px 40px;
}
/*.q_xyyf_2 li {
    width: 570px;
}*/
/*.q_xyyf_3 {
    width: 270px;
}*/
.q_xyyf_3 p {
    padding: 0px 20px;
}
.q_lxwm {
    padding: 40px 5px 20px;
}
}
@media (max-width:1599px) {
.q_jspt h1 {
    margin: 0 auto;
}
.q_jspt_img {
    margin: 40px auto 0;
}
/*.q_xyyf_2 li {
    width: 520px;
}
.q_xyyf_3 {
    width: 220px;
}*/
.q_xyyf_7 {
    width: 635px;
}
.q_lxwm_1 li {
    width: 260px;
}
.q_lxwm_1 li p {
    padding: 0 15px;
}
}
@media (max-width:1477px) {
/*.q_xyyf_2 li {
    width: 490px;
}
.q_xyyf_3 {
    width: 190px;
}*/
.q_xyyf_7 {
    width: 570px;
}
.q_lxwm_1 li {
    width: 24%;
}
}

@media (max-width:1365px) {
.q_home {
    bottom: 80px;
}
.swiper1.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 60px;
    width: 100%;
    text-align: center;
}
/*.q_xyyf_2 li {
    width: 410px;
    height: 140px;
}
.q_xyyf_2 div:first-child {
    width: 210px;
}
.q_xyyf_3 {
    width: 200px;
}
.q_xyyf_3 h1 {
    padding: 21px 0 0;
}*/
.q_xyyf {
    padding: 30px 10px 40px;
}
.q_xyyf_1 h1,.q_xyyf_4 h1 {
    padding-bottom: 15px;
}
.q_xyyf_3 h1 {
    padding-bottom: 0;
}
.q_xyyf_1 {
    padding-bottom: 30px;
}
.q_xyyf .q_xyyf_1:nth-child(2) {
    margin-top: 30px;
}
.q_xyyf_6 {
    width: 300px;
}
.q_xyyf_7 {
    top: 15px;
    left: 285px;
    height: 170px;
    padding: 20px 50px 0;
    width: 540px;
}
.q_lxwm_1 li p {
    font-size: 12px;
    line-height: 16px;
}
}

@media (max-width:1199px) {
	.w1200 {
		width: 970px
	}
	.q_home ul li{
    width: 480px;
    height: 136px;
}
.q_home_img {
    width: 190px;
}
.q_home_img img {
	width: 100%;
    height: 136px;
}
.q_home_1 {
    padding: 15px;
    width: 290px;
    height: 100%;
}
.q_home_1 h1 {
    font-size: 21px;
    line-height: 20px;
}
.q_home_1 p {
    font-size: 12px;
    line-height: 18px;
    margin: 10px 0 6px;
}
.q_home_1 h2 {
    font-size: 12px;
    line-height: 12px;
    margin: 15px 0 10px;
}
.q_home_1 h3 {
    font-size: 12px;
    line-height: 12px;
    margin: 0 0 20px;
}
.q_zxns {
    margin: 40px 20px 10px 20px;
}
.q_zxns_3 {
    padding: 0 0 10px 15px;
}
.q_zxns_3 li {
    font-size: 14px;
    color: #666666;
    padding-bottom: 10px;
}
/*.q_xyyf_2 li {
    width: 631px;
    height: 200px;
    margin-bottom: 20px;
}
.q_xyyf_2 div:first-child {
    width: 300px;
}
.q_xyyf_3 {
    width: 331px;
}
.q_xyyf_3 h1 {
    padding: 53px 0 0;
}*/
/*.q_xyyf_6 {
    width: 439px;
}*/
.q_xyyf_7 {
    width: 340px;
    /*position: unset;*/
    padding: 20px 27px 0 35px;
}
/*.q_xyyf_8 {
    padding-top: 30px;
}*/
.q_xyyf_6 img{
	width: 100%;
}
}

@media (max-width:990px) {
	.w1200 {
		width: 750px
	}
	.q_home {
    position: unset;
     bottom: unset; 
    margin: 20px auto;
}
.foot {
    position: unset;
    width: 100%;
    height: 50px;
	border-top: 1px solid #dcdcdc;
}
.swiper1.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 15px;
    width: 100%;
    text-align: center;
}
.q_home ul li{
    width: 100%;
    height: 188px;
    margin-bottom: 15px;
}
.q_home_img {
    width: 262px;
}
.q_home_img img {
    width: 100%;
    height: 188px;
}
.q_home_1 {
    padding: 30px;
    width: 488px;
}
.q_home_1 h1{
	font-size: 26px;
	line-height: 25px;
}
.q_home_1 p{
	font-size: 14px;
	line-height: 20px;
	margin: 28px 0 18px;
}
.q_home_2 h5{
	font-size: 12px;
	line-height: 12px;
}
.q_home_2 h6{
	font-size: 12px;
	line-height: 12px;
}
.q_home_1 h2{
	font-size: 14px;
	line-height: 14px;
    margin: 20px 0 15px;
}
.q_home_1 h3{
	font-size: 14px;
	line-height: 14px;
	margin: 0 0 20px;
}
.q_jspt {
    padding: 30px 10px 20px 10px;
}
.q_xyyf_2 li {
    width: 410px;
    height: 140px;
}
.q_xyyf_8 li {
    width: 100%;
    height: unset;
    font-size: 12px;
    line-height: 20px;
}
.q_xyyf_2 div:first-child {
    width: 210px;
}
.q_xyyf_3 {
    width: 200px;
}
.q_xyyf_3 h1 {
    padding: 21px 0 0;
    font-size: 16px;
    line-height: 16px;
}
.q_xyyf_3 span {
    margin: 10px auto;
}
.q_xyyf_3 p {
    padding: 0px 20px;
    font-size: 12px;
    line-height: 16px;
}
.q_xyyf_6 ,.q_xyyf_7{
    width: 415px;
}
.q_lxwm_1 li {
    width: 49%;
    margin-bottom: 10px;
}
.q_partner_1 {
    width: 100%;
}
.q_partner_1 li {
    margin-top: 20px;
}
.q_xyyf_7 {
     position: unset; 
    height: 135px;
}
.q_xyyf_8 li span {
    margin: 0 5px 0 0;
}
}

@media (max-width:768px) {
	.w1200 {
		width: 96%
	}
	.q_home_img {
    width: 100%;
    height: auto;
}
.q_home {
    margin: 15px auto;
}
.q_home_1 {
    padding: 15px 5px;
    width: 100%;
}
.q_home ul li{
    width: 100%;
}
.q_home ul li{
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}
.q_home_1 h1 {
    font-size: 21px;
    line-height: 20px;
}
.q_home_1 p {
    font-size: 12px;
    line-height: 18px;
    margin: 12px 0 10px;
}
.q_home_1 h2 {
    font-size: 12px;
    line-height: 12px;
    margin: 15px 0 10px;
}
.q_home_1 h3 {
    font-size: 12px;
    line-height: 12px;
    margin: 0 0 20px;
}
.foot p {
    line-height: 20px;
    margin: 0 auto;
}
.foot {
    display: flex;
    align-items: center;
}
.q_home_img img {
    width: 100%;
    height: auto;
}
.q_zxns {
    margin: 30px 10px 10px 10px;
}
.q_zxns_3 {
    padding: 0 0 10px 0;
}
.q_zxns_3 li {
    line-height: 14px;
    padding-bottom: 6px;
    font-size: 12px;
}
.q_zxns_1 .q_zxns_2 h1 {
    font-size: 15px;
}
.q_jspt h1 {
    font-size: 14px;
}
.q_jspt_img {
    margin: 20px auto 0;
}
.q_xyyf_2 li {
    width: 100%;
    height: auto;
    margin-bottom: 0;
}
.q_xyyf_2 div:first-child {
    width: 100%;
}
.q_xyyf_3 {
    width: 100%;
    padding-bottom: 20px;
}
.q_xyyf_3 h1 {
    font-size: 16px;
}
.q_xyyf_3 span {
    margin: 10px auto;
}
.q_xyyf_7 span {
    margin: 12px 0 10px 0;
}
.q_xyyf_3 p {
    font-size: 12px;
    padding: 0px 7px;
}
.q_xyyf_6, .q_xyyf_7 {
    width: 100%;
}
.q_xyyf_7 {
    padding: 10px;
    height: auto;
}
.q_xyyf_8 {
    padding-top: 0;
}
.q_xyyf {
    padding: 30px 10px 0px;
}
.q_xyyf_2 div img ,
.q_xyyf_6 img{
    width: 100%;
}
.q_xyyf_5 {
    position: relative;
    width: 100%;
}
.q_lxwm {
    padding: 30px 0 10px;
}
.q_lxwm_1 {
    margin-bottom: 5px;
}
.q_partner_1 li {
    width: 100%;
}
}




#pagesize{
	text-align: center;
	margin-top: 10px;
}
#pagesize li {
    display: inline-block;
}

.lh_hxtdtext span {
    display: inline-block;
    margin-right: 15px;
    width: 8px;
    height: 8px;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    background-image: url(../images/lh/navarrow2.png);
}



.lh_pgban {
    position: fixed;
    top: 0;
    z-index: 9;
    height: 190px;
}
.lh_pgban img {
    height: 100%;
}
.lh_pgcon {
    margin-top: 190px;
}

.q_shouji_banner{
	width: 100%;
	display: none;
}
.q_shouji_banner img{
	max-width: 100%;
}
.q_shouji_gywm{
	padding: 25px 0 10px; 
	display: none;
}
.q_shouji_gywm h1{
	font-size: 21px;
	line-height: 20px;
	color: #3c3c3c;
	padding-bottom: 15px;
	text-align: center;
}
.q_shouji_gywm1 img{
	max-width: 100%;
}
.q_shouji_gywm h2{
	font-size: 17px;
	font-weight: 500;
	color: #009800;
	line-height: 16px;
	text-align: center;
	padding: 20px 0 15px;
}
.q_shouji_gywm p{
	font-size: 12px;
	line-height: 16px;
	/*letter-spacing: 2px;*/
	color: #666666;
}
.q_shouji_gywm a{
	display: block;
	width: 150px;
	height: 30px;
	background-color: #009800;
	font-size: 12px;
	line-height: 30px;
	color: #ffffff;
	text-align: center;
	margin: 10px auto 0;
}

@media (max-width:1199px){
.lh_pgban {
    height: 150px;
}
.lh_pgcon {
    margin-top: 150px;
}
}
@media (max-width:990px){
.lh_pgban {
    height: 100px;
}
.lh_pgcon {
    margin-top: 100px;
}
}
@media (max-width:768px){
	.lh_pgban {
    position: unset;
    top:unset;
    z-index: 9;
    height: 100px;
    display: none;
}
.lh_pgcon {
    margin-top: 0;
}
.swiper1{
	display: none;
}
.q_home ul li:first-child {
    display: none;
}
.q_shouji_banner,
.q_shouji_gywm{
	display: block;
}
}




.sidenav.q_qq{
    display: block;
}