.w1760 {
	width: 1760px;
	margin: 0 auto
}

.header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 120px;
	z-index: 999;
    /*padding: 20px 0;*/
   /*border-bottom: 1px solid #63839c;*/
}

.header_con .logo a{
	width: 227px;
	height: 68px;
	background:url(../images/q/q_logos_2.png) no-repeat center center;
    cursor: pointer;
    display: block;
}
.header_con.active {
	background-color: #ffffff
}

.header_con {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	border-bottom: 1px solid #63839c;
}

/*.header_con:hover {
	background-color: #121b34
}*/.q_header .header_con,
.header_con.active{
   border-bottom: 1px solid #ffffff;
}

.header_con .w1760 {
	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: 120px;
	margin: 0 30px;
}



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

.main_nav ul>li>a {
	display: block;
	color: #ffffff;
	font-size: 18px;
	border-top: 2px solid rgba(255,255,255,0);
}
.main_nav ul>li.active>a {
	color: #ffffff;
	font-weight: bold;
	border-top: 2px solid #ffffff;
}

.main_nav ul>li:hover>a {
	color: #ffffff;
	font-weight: bold;
	border-top: 2px solid #ffffff;
}

.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: 50px;
	overflow: hidden;
	background: #ffffff;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 10;
	width: 100%
}

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

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

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

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

.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% - 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 {
	-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-left: 20px;
	position: relative;
	line-height: 40px;
	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 0 0 30px;
}
.cnen_tab .cnen_tab_1{
    display: flex;
    align-items: center;
}
.cnen_tab .cnen_tab_1 a{
	width: 20px;
	height: 20px;
    background:url(../images/q/cnen_tab_1_a.png) no-repeat center center/20px 20px;
    cursor: pointer;
}
/*.cnen_tab .cnen_tab_1 a.active{
	color: #006600;
}*/
.cnen_tab .cnen_tab_1 span{
	width: 1px;
	height: 17px;
	background-color: #ffffff;
	margin: 0 20px;
	display: block;
	
}
.nav_show {
	top: 50px;
}
.contact-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 3% 0;
}
.contact-wrapper .contact-addr {
    width: 24%;
    margin-bottom: 3%;
}


.header_search_btn {
    width: 19px;
	height: 19px;
    background:url(../images/q/search_1.png) no-repeat center center/19px 19px;
    cursor: pointer;
}

.search_box {
    position: fixed;
    width: 100%;
    height: 80px;
    background-color: #eaeaea;
    z-index: 99;
    padding: 20px 20%;
    display: none;
    margin-top: 120px;
}
.search_box form {
    width: 100%;
    display: flex;
    align-items: center;
}
.search_box input[type="text"] {
    outline: none;
    width: 80%;
    height: 40px;
    background-color: #fff;
    display: block;
    padding: 0 20px;
}
.search_box input[type="submit"] {
    outline: none;
    width: 20%;
    height: 40px;
    background-color: #fff;
    display: block;
    cursor: pointer;
    background-color: #333;
    color: #fff;
}
.q_header .header_con {
    background-color: #ffffff;
}
.q_header .header_search_btn,
.header_con.active .header_search_btn {
    background:url(../images/q/search.png) no-repeat center center/19px 19px;
}
.q_header .header_con .logo a,
.header_con.active .logo a{
	background:url(../images/q/logo.png) no-repeat center center;
}
.q_header .main_nav ul>li>a,
.header_con.active .main_nav ul>li>a {
	color: #333333;
}
.q_header .main_nav ul>li.active>a,
.header_con.active .main_nav ul>li.active>a {
	color: #3c8ddf;
	border-top: 2px solid #3c8ddf;
}

.q_header .main_nav ul>li:hover>a,
.header_con.active .main_nav ul>li:hover>a {
	color: #3c8ddf;
	border-top: 2px solid #3c8ddf;
}
.q_header .cnen_tab .cnen_tab_1 span,
.header_con.active .cnen_tab .cnen_tab_1 span {
    background-color: #333333;
}

.q_header .search_box {
    margin-top: 0;
}
@media (max-width:1759px) {
	.w1760 {
		width: 1570px;
	}
}
@media (max-width:1599px) {
	.w1760 {
		width: 1450px;
	}
	.cnen_tab {
    margin: 0 40px;
}
.main_nav {
    width: 700px;
}
.main_nav ul>li {
    margin: 0;
}
}
@media (max-width:1477px) {
	.w1760 {
		width: 1330px;
	}
	
}

@media (max-width:1365px) {
	.w1760 {
		width: 1170px;
	}
	

}

@media (max-width:1219px) {
	.w1760 {
		width: 970px
	}
	.cnen_tab {
    margin: 0 0 0 20px;
}
.main_nav {
    width: 600px;
}
.header {
    height: 80px;
}
.main_nav ul>li {
    line-height: 80px;
}
.logo {
    width: 165px;
}
.logo img {
    max-width: 100%;
    max-height: 100%;
}
}

@media (max-width:990px) {
	.w1760 {
		width: 750px
	}
	.main_nav ul>li>a {
		font-size: 14px
	}
	.main_nav {
    width: 450px;
}
.header {
		display: none
	}
	.p_fixed {
		display: block
	}
}

@media (max-width:767px) {
	.w1760 {
		width: 96%
	}
	.header {
		display: none
	}
	.p_fixed {
		display: block
	}
}
.q_w1220 {
    width: 1220px;
    margin: 0 auto;
}
@media (max-width: 1365px){
.q_w1220 {
    width: 1170px;
    padding: 0 2%;
}
}
@media (max-width:1219px) {
	.q_w1220 {
    width: 970px;
    padding: 0 2%;
}
}
@media (max-width:990px) {
	.q_w1220 {
    width: 100%;
    padding: 0 2%;
}
}





.footer{
	width: 100%;
	height: auto;
	background-color: #333333;
}
.foot{
	padding: 45px 0 37px;
}
.q_flex{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
.foot_1 .foot_s li a{
	font-size: 18px;
	line-height: 17px;
	color: #ffffff;
	margin-right: 38px;
}
.foot_1 .foot_s li:last-child a{
	margin-right: 0;
}
.q_logo_1{
	margin-top: 63px;
	width: 267px;
	height: 80px;
    background: url(../images/q/q_logo_2.png) no-repeat center/100% 100%;
}
.foot_2{
	width: 1px;
	height: 161px;
	background-color: #d2d2d2;
	display: block;
}
.foot_3{
	width: 242px;
}
.foot_3 h1{
	font-size: 36px;
	line-height: 29px;
	color: #ffffff;
    letter-spacing: 1px;
    margin-bottom: 40px;
}
.foot_4 li{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin-bottom: 10px;
}
.foot_4 li:last-child{
	margin-bottom: 0;
}
.foot_4 li div{
	width: 16px;
	height: 18px;
	margin-right: 12px;
}
.foot_4 li div img{
	max-width: 100%;
}
.foot_4 li p{
	font-size: 14px;
	line-height: 18px;
	color: #ffffff;
	width: 214px;
}
.foots_1{
	height: auto;
	border-top: 1px solid #d2d2d2;
}
.foots_1 p{
	font-size: 14px;
	color: #ffffff;
	line-height: 62px;
}

.q_foot .footer{
	background-color: #f9f9f9;
}
.q_foot .foot_1 .foot_s li a{
	color: #333333;
}
.q_foot .q_logo_1{
    background: url(../images/q/q_logo_1.png) no-repeat center/100% 100%;
}
.q_foot .foot_3 h1 {
    color: #333333;
}
.q_foot .foot_4 li p {
    color: #999999;
}
.q_foot .foots_1 p{
	font-size: 14px;
	color: #333333;
	line-height: 62px;
}

@media (max-width: 1365px){
.foot_1 .foot_s li a {
    margin-right: 23px;
}
}
@media (max-width:990px) {
.q_logo_1 {
    margin-top: 20px;
}
.foot_2 {
    display: none;
}
.foot_3 h1 {
    margin: 20px 0 10px;
    font-size: 26px;
    line-height: 22px;
}
.foot_3 {
    width: 100%;
}
.foot_4 li p {
    width: 100%;
}
.foot {
    padding: 40px 0 30px;
}
.q_foot .foots_1 p,
.foots_1 p {
    line-height: 50px;
}
}
@media (max-width:767px) {
	.foot_1 .foot_s li a {
    font-size: 15px;
    margin-right: 20px;
}
.foot_1 .foot_s li:last-child a {
    margin-right: 20px;
}
.q_logo_1 {
    width: 50%;
    height: 50px;
}
.foot_3 h1 {
    font-size: 22px;
}
.q_foot .foots_1 p,
.foots_1 p {
    line-height: 20px;
}
.foots_1 {
    padding: 10px 0;
}
}




.q_pgban {
    width: 100%;
    margin-top: 120px;
}
.q_pgban img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.q_croms{
	width: 100%;
	height: 60px;
	box-shadow: 0px 1px 8px 0px 
		rgba(208, 208, 208, 0.35);
}
.q_croms .q_w1220 {
    font-size: 14px;
    line-height: 60px;
    color: #999999;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.q_spaces{
	display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap; 
}
.q_spaces div{
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.q_croms .q_w1220 i.q_home {
    display: block;
    width: 12px;
    height: 15px;
    background: url(../images/q/q_home.png) no-repeat center/100% 100%;
    margin-right: 11px;
}
.q_croms a {
    margin: 0 3px;
    font-size: 14px;
	color: #666666;
}
.q_cate_nav ul li {
    display: inline-block;
    margin-left: 70px;
}
.q_cate_nav ul li a {
    font-size: 16px;
    color: #333333;
    display: inline-block;
    margin: 0;
}
.q_cate_nav ul li.hover a, .q_cate_nav ul li:hover a {
    color: #378bde;
}
.q_cate_nav ul li.hover span{
	width: 26px;
	height: 2px;
	border: solid 1px #378bde;
	display: block;
    margin: -2px auto 0;
}
.inter_click {
		display: none;
    width: 25px;
    height: 25px;
    background: url(../images/q/downmore.png) no-repeat center/100% 100%;
}
.q_honer{
	padding: 90px 0;
}
.q_tittle{
	text-align: center;
}
.q_tittle h1{
	font-size: 34px;
	font-weight: bold;
	line-height: 34px;
	letter-spacing: 2px;
	color: #333333;
}
.q_tittle_span{
	width: 452px;
	height: 1px;
	background-color: #eeeeee;
	margin: 14px auto 26px;
	position: relative;
}
.q_tittle_span span{
	width: 101px;
	height: 1px;
	background-color: #0086f8;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	display: block;
}
.q_tittle h2{
	font-size: 18px;
	line-height: 16px;
	color: #666666;
}
.q_honer_1{
	margin-top: 56px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
.q_honer_1 li{
	width: 295px;
}
.q_honer_1 li .q_honer_2{
	width: 100%;
	height: 360px;
	background-color: #eeeeee;
	display: flex;
	justify-content: center;
	align-items: center;
}
.q_honer_1 li .q_honer_2 img{
	width: 245px;
	height: 330px;
}
.q_honer_1 li p{
	font-size: 20px;
	line-height: 20px;
	letter-spacing: 1px;
	color: #333333;
	text-align: center;
	margin: 30px 20px 0;
}
.q_left.q_tittle {
    text-align: left;
}
.q_left .q_tittle_span {
    margin: 14px 0 26px;
}
.q_left .q_tittle_span span {
    right: unset;
    margin: unset;
}
.q_right{
	margin-top: 8px;
}
.q_right li{
	margin-left: 29px;
}
.q_right li a{
	font-size: 16px;
	color: #333333;
	padding-bottom: 18px;
    display: block;
}
.q_right .active{
	border-bottom: 2px solid #378bde;
	color: #378bde;
}
.q_scsb{
	margin-top: 64px;
}
.q_scsb li{
	width: 560px;
}
.q_scsb li img{
	max-width: 100%;
}
.q_scsb li p{
	font-size: 20px;
	line-height: 18px;
	color: #333333;
	padding-top: 30px;
	text-align: center;
	padding-bottom: 20px
}
.q_khal{
	padding: 90px 0 100px;
}
.q_khal h1{
	font-size: 22px;
	line-height: 22px;
	color: #333333;
	text-align: center;
}
.q_khal_1{
	padding-top: 47px;
}
.q_khal p{
	font-size: 16px;
	line-height: 25px;
	color: #333333;
	padding-bottom: 33px;
}
.q_khal h6{
	font-size: 16px;
	line-height: 14px;
	color: #999999;
	padding: 24px 0 29px;
	text-align: center;
}
.q_khal img{
	max-width: 100%;
}
.q_partner{
	margin-top: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.q_partner li{
	width: 180px;
	height: 98px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.q_partner li img{
	max-width: 100%;
}
.q_contact{
	margin-top: 50px;
}
#dituContent_1 {
    width: 100%;
    height: 592px;
}
.q_news_xq_more {
    padding-top: 40px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.q_news_xq_more a {
    font-size: 16px;
    line-height: 16px;
    color: #333333;
}
.q_news_xq_more a span{
    color: #999999;
}
.q_product{
	margin-top: 64px;
}
.q_product li{
	margin-bottom: 59px;
	width: 290px;
}
.q_product .q_product_1{
	width: 100%;
	height: 314px;
	background-color: #eeeeee;
    text-align: center;
}
.q_product p{
	font-size: 20px;
	line-height: 20px;
	color: #333333;
	text-align: center;
	margin-top: 32px;
}
.q_product li:hover .q_product_1{
	box-shadow: 0px 3px 22px 2px 
		rgba(32, 32, 32, 0.16);
}
.q_products{
	display: none;
}
.q_honer .c1_more {
    margin: 9px auto 0;
}
.q_honer_1 li:hover .q_honer_2{
	background-color: #378bde;
}
.q_honer_1 li:hover p {
    color: #378bde;
}

.q_product .q_product_1 img{
	max-width: 100%;
}




@media (max-width: 1365px){
.q_honer_1 li {
    width: 24%;
}
.q_honer_1 li .q_honer_2 img {
    width: 90%;
    height: 268px;
}
.q_honer_1 li .q_honer_2 {
    height: 300px;
}
.q_honer {
    padding: 60px 0;
}
.q_honer_1 {
    margin-top: 35px;
}
.q_right li {
    margin-left: 15px;
}
.q_scsb li {
    width: 49%;
}
.q_khal {
    padding: 60px 0;
}
.q_contact {
    margin-top: 30px;
}
#dituContent_1 {
    height: 400px;
}
.q_product li {
    margin-bottom: 40px;
    width: 260px;
}
.q_product .q_product_1 {
    width: 100%;
    height: auto;
}
}
@media (max-width:1219px) {
	.q_pgban {
    margin-top: 80px;
}
.q_honer {
    padding: 40px 0;
}
.q_khal {
    padding: 40px 0;
}
.q_right {
    margin-top: 20px;
}
.q_right li:first-child {
    margin-left: 0;
}
.q_scsb {
    margin-top: 20px;
}
.q_khal_1 {
    padding-top: 20px;
}
.q_product li {
    width: 24%;
}
.q_product {
    margin-top: 50px;
}
.contact-wrapper .contact-addr {
    width: 49%;
}
.contact-wrapper .contact-addr h4 {
    font-size: 16px;
}
.contact-wrapper .contact-addr h5 {
    font-size: 14px;
}
}
@media (max-width:990px) {
.q_pgban {
    margin-top: 0;
}
.q_tittle h1 {
    font-size: 30px;
    line-height: 30px;
}
.q_tittle h2 {
    font-size: 16px;
}
.q_tittle_span {
    margin: 12px auto 14px;
}
.q_honer_1 {
    margin-top: 20px;
}
.q_honer {
    padding: 30px 0;
}
.q_khal {
    padding: 30px 0;
}
.q_honer_1 li .q_honer_2 {
    height: 250px;
}
.q_honer_1 li .q_honer_2 img {
    height: 215px;
}
.q_honer_1 li p {
    font-size: 14px;
    line-height: 14px;
    margin: 15px 0px 0;
}
.q_cate_nav ul li {
    margin-left: 40px;
}
.q_khal p {
    font-size: 14px;
    padding-bottom: 15px;
}
.q_khal p {
    font-size: 12px;
    padding-bottom: 10px;
    line-height: 20px;
}
.q_partner li {
    width: 20%;
}
.q_partner {
    margin-top: 50px;
}
.q_product {
    margin-top: 30px;
}
.q_product li {
    width: 24%;
}
.q_product p {
    font-size: 18px;
    margin-top: 15px;
}
.q_product li {
    margin-bottom: 25px;
}
}
@media (max-width:767px) {
	.q_cate_nav {
    background-color: #f9f9f9;
    width: 100%;
}
.q_cate_nav {
     display: none; 
}
.q_cate_nav ul li:not(:last-child) {
    border-bottom: 1px solid #e7e7e7;
}
.q_cate_nav ul li {
    width: 100%;
    padding: 0;
    margin-left: 0;
    font-size: 16px;
    color: #333;
}
.q_cate_nav ul li:hover, .q_cate_nav ul li.active {
    color: #00a338;
}
.q_cate_nav ul li>a {
    width: 100%;
    height: 35px;
    line-height: 35px;
    position: relative;
    display: block;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}
.q_spaces{
    width: 80%;
}
.q_spaces div{
    width: 90%;
}
.inter_click {
		display: block;
}
.q_cate_nav ul li.hover span {
    display: none;
}
.q_cate_nav ul,
.q_cate_nav{
	line-height: 35px;
	position: relative;
  z-index: 8;
}
.q_tittle h1 {
    font-size: 24px;
    line-height: 24px;
}
.q_tittle_span {
    width: 100%;
}
.q_tittle h2 {
    font-size: 14px;
}
.q_honer_1 li .q_honer_2 {
    height: auto;
    padding: 10px;
}
.q_honer_1 li {
    width: 49%;
}
.q_honer_1 li .q_honer_2 img {
    height: auto;
}
.q_honer_1 li .q_honer_2 img {
    width: 100%;
}
.q_honer_1 li p {
    margin: 15px 0;
}
.q_left .q_tittle_span {
    margin: 10px 0 13px;
}
.q_right {
    margin-top: 12px;
}
.q_right.q_flex{
	flex-wrap: nowrap;
    overflow-x: scroll;
    white-space: nowrap;
}
.q_right li a {
    padding-bottom: 10px;
}
.q_scsb li {
    width: 100%;
}
.q_scsb li p {
    font-size: 14px;
    line-height: 14px;
    padding: 15px 0;
}
.q_croms {
    height: 40px;
}
.q_croms .q_w1220 {
    line-height: 40px;
}
.q_partner li {
    width: 180px;
}
.q_partner {
    margin-top: 20px;
}
.q_contact {
    margin-top: 20px;
}
#dituContent_1 {
    height: 250px;
}
.q_khal h6 {
    font-size: 13px;
    line-height: 14px;
    padding: 12px 0 15px;
}
.q_news_xq_more {
    padding-top: 10px;
}
.q_news_xq_more a {
    font-size: 14px;
    line-height: 20px;
}
.q_khal h1 {
    font-size: 20px;
}
.q_product li {
    width: 49%;
}
.contact-wrapper .contact-addr {
    width: 100%;
}

}

