@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) {}
@font-face {
  font-family: "Arial-BoldMT";
  src: url("../fonts/Arial-BoldMT.woff2") format("woff2"),
   url("../fonts/Arial-BoldMT.woff") format("woff"),
    url("../fonts/Arial-BoldMT.ttf") format("truetype"),
     url("../fonts/Arial-BoldMT.eot") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "HelveticaNeueLT-ExtBlackCond";
  src: url("../fonts/HelveticaNeueLT-ExtBlackCond.woff2") format("woff2"),
       url("../fonts/HelveticaNeueLT-ExtBlackCond.woff") format("woff"),
       url("../fonts/HelveticaNeueLT-ExtBlackCond.ttf") format("truetype"),
       url("../fonts/HelveticaNeueLT-ExtBlackCond.eot") format("embedded-opentype");
	font-weight: normal;
  font-style: normal;
}

* {
	box-sizing: border-box;
}

img {
	display: block;
}
.clr {
	clear: both;
}
.inner {
	width: 1400px;
	margin: 0 auto;
}
@media screen and (max-width: 1399px){
	.inner{
	margin: 0 auto;
	width: 1200px;
}
}
@media screen and (max-width: 1199px) {
	.inner {
		width: 100%;
		padding: 0 2%;
	}
}
.q_header{
	margin: 0 auto;
	width: 1380px;
}
.header .q_header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 94px;
}
.hd_l {
	display: flex;
	align-items: flex-end;
}
.hd_l img {
	display: block;
}
.hdnav {
	display: flex;
	align-items: center;
	height: 100%;
}
.hdnav>li {
	/*padding: 0 7px;*/
	/*display: flex;
	align-items: center;
	justify-content: center;*/
	position: relative;
	text-align: center;
	margin-left: 44px;
	/*border-right: 1px #cccccc dashed;*/
}
.hdnav>li.active{
	color: #0c71c9;
}
.hdnav>li a {
	height: 91px;
	line-height: 91px;
	text-align: center;
	font-size: 15px;
	color: #333333;
	font-weight: bold;
}
.hdnav>li.active a {
	color: #0065b2;
	
}
.hdnav>li .q_head_line {
   width: 102px;
    height: 3px;
}
.hdnav>li.active .q_head_line {
	background-image: linear-gradient(-90deg, 
		#00d694 0%, 
		#0064b2 100%), 
	linear-gradient(
		#df5dbd, 
		#df5dbd);
	background-blend-mode: normal, 
		normal;
	/*margin-top: 29px;*/
}
/*.hdnav>li:last-child{
	border-right:none;
}*/
.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: 20px;
	font-weight: bold;
	line-height: 20px;
	color: #333333;
}
.q_hdnav_phone1 span{
	margin-right: 9px;
}
.q_hdnav_phone1 span img,
.q_hdnav_input_icon a img{
	max-width: 100%;
}
.q_hdnav_phone{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.q_hdnav_input{
	margin-right: 54px;
}
.q_hdnav_input input{
	width: 150px;
	height: 37px;
	background-color: #ededed;
	padding: 13px;
	outline: none;
}
.q_hdnav_input_icon{
	width: 38px;
	height: 37px;
	background-color: #147ac1;
	display: flex;
	justify-content: center;
	align-items: center;
}
.q_head_phone p{
	font-size: 12px;
	color: #666666;
	padding-bottom: 11px;
	line-height: 11px;
}
.q_head_phone h1{
	font-size: 20px;
	color: #333333;
	line-height: 15px;
}


.head{
	width: 100%;
	height: 40px;
	background-color: #fafafa;
}
.head_1{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.head .head_1 p{
	font-size: 14px;
	line-height: 40px;
	color: #999999;
}
.head_2 a{
	font-size: 14px;
	line-height: 17px;
	color: #999999;
	padding: 0 7px;
	border-right: 1px solid #999;
}
.head_2 a.active{
	color: #153f98;
}
.head_2 a:last-child{
	border-right: unset;
}

.hdnav>li .sub_navs {
    box-shadow: 0 1px 5px 0px #ccc;
    background-color: #fff;
    position: absolute;
    top: 91px;
    left: 0;
    z-index: 99999;
    width: 100%;
     display: none; 
}
.hdnav>li .sub_navs span{
	display: block;
    height: 3px;
	background-image: linear-gradient(-90deg, 
		#00d694 0%, 
		#0064b2 100%), 
	linear-gradient(
		#df5dbd, 
		#df5dbd);
	background-blend-mode: normal, 
		normal;
}
.hdnav>li .sub_navs .sub_navs_1{
    padding: 20px 24px;
}
.hdnav>li .sub_navs .sub_navs_1 a {
    /*height: unset;*/
    line-height: 26px;
    text-align: center;
    font-size: 13px;
    color: #333333;
    font-weight:400;
}
.hdnav>li .sub_navs .sub_navs_1 a.active ,
.hdnav>li .sub_navs .sub_navs_1 a:hover{
    color: #0065b2;
}
.hdnav>li:hover .sub_navs {
     display: block; 
}
.yinc{
	display: none;
}

@media (max-width: 1399px){
	.q_header{
	margin: 0 auto;
	width: 1200px;
}
.hdnav>li {
    margin-left: 30px;
}
.hdnav>li .q_head_line {
    width: 90px;
}
.hdnav>li .sub_navs .sub_navs_1 {
    padding: 20px 11px;
    text-align: center;
}
}
@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 {
		width: 60%;
		margin-left: 0;
		text-align: center;
		line-height: 32px;
    	border-bottom: 1px dotted #ccc;
    	padding: 0;
    	border-right: none;
    	margin: 0 auto;
    	margin-top: 10px;
	}
	.hdnav>li a {
		font-size: 12px;
		    height: auto;
     line-height: unset; 
    border-top: unset!important;
	}
	.hdnav_1{
	width: 100%;
}
.q_hdnav{
		display: none;
	}
	
	.q_header {
		width: 100%;
		padding: 0 2%;
	}
	/*.hdnav>li.active {
    border-bottom: unset;
}*/
.q_head_phone{
	display: none;
}
.hdnav>li .q_head_line {
    display: none;
}
.hdnav {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: fixed;
    top: 119px;
    left: 0;
    z-index: 999999;
    padding-top: 10px;
    background: rgba(255,255,255,1);
}
.yinc{
	display: block;
}
.hdnav>li:hover .sub_navs {
     display: none; 
}
}
@media (max-width: 767px) {
.head_2 {
    display: none;
}
	.hd_l img {
		width: 90%;
	}
.hdnav {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: fixed;
    top: 100px;
    left: 0;
    z-index: 999999;
    padding-top: 10px;
    background: rgba(255,255,255,1);
}
}


.q_home_swiper .swiper-slide img{
	max-width: 100%;
}
.q_home_swiper .swiper-pagination-bullet {
    width: 20px;
	height: 4px;
	background-color: #ffffff;
	opacity: 0.3;
    display: inline-block;
    border-radius: 0;
}
.q_home_swiper .swiper-pagination-bullet-active {
	opacity: 1;
}
.q_home_swiper .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 3px;
}
.q_table{
	padding: 100px 0 92px;
}
.q_tables{
	padding: 0 30px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
.q_tables li{
	width: 300px;
	height: 320px;
	background-color: #ffffff;
	border: solid 1px #e5e5e5;
	padding: 54px 58px 0;
	text-align: center;
}
.q_tables li img{
	max-width: 100%;
	margin: 0 auto;
	/*transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;*/
}
.q_tables li h1{
	font-size: 18px;
	font-weight: bold;
	line-height: 18px;
	padding: 38px 0 19px;
	color: #333333;
}
.q_tables li p{
	font-size: 14px;
	line-height: 22px;
	color: #666666;
}
.q_tables li:hover {
    box-shadow: 0px 6px 20px 0px 
		rgba(188, 188, 188, 0.5);
	  border: unset;
}
/*.q_tables li:hover img {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
}*/
.q_homeproduct{
	padding-bottom: 87px;
}
.public{
	text-align: center;
}
.public h1{
	font-family: Arial-BoldMT;
	font-size: 60px;
	line-height: 44px;
	color: rgba(238,238,238,0.6);
}
.public h2{
	font-size: 30px;
	font-weight: bold;
	line-height: 29px;
	color: #333333;
	margin-top: -13px;
}
.public span{
	display: block;
	margin: 19px auto 0;
	width: 42px;
	height: 3px;
	background-image: linear-gradient(-90deg, 
		#00d694 0%, 
		#0064b2 100%), 
	linear-gradient(
		#df5dbd, 
		#df5dbd);
	background-blend-mode: normal, 
		normal;
}
.q_homeproduct_1{
	padding: 60px 0;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
.q_homeproduct_1 li{
	width: 436px;
	height: auto;
	background-color: #ffffff;
}
.q_homeproduct_1 li .q_homeproduct_img_1{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 317px;
	border: solid 1px #e5e5e5;
	border-bottom: unset;
}
.q_homeproduct_1 li .q_homeproduct_img_1 img{
	/* max-width: 100%; */
	max-width: 50%;
}
.q_homeproduct_2{
	width: 100%;
	height: 70px;
	background-color: #ededed;
	font-size: 20px;
	font-weight: bold;
	line-height: 70px;
	color: #666666;
	text-align: center;
}
.q_homeproduct_1 li:hover .q_homeproduct_2{
	background-image: linear-gradient(-90deg, 
		#00d694 0%, 
		#0064b2 100%), 
	linear-gradient(
		#ededed, 
		#ededed);
	background-blend-mode: normal, 
		normal;
	color: #fff;
}
.public_more a{
	width: 130px;
	height: 46px;
	background-image: ;
	background-blend-mode: ;
	border-style: solid;
	border-width: 1px;
	border-image-source: linear-gradient(-90deg, 
		#00d694 0%, 
		#0064b2 100%);
	border-image-slice: 1;
	margin: 0 auto;
	font-size: 14px;
	line-height: 46px;
	color: #0065b2;
	text-align: center;
	display: block;
}
.public_more:hover a{
	background-image: linear-gradient(-90deg, 
		#00d694 0%, 
		#0064b2 100%), 
	linear-gradient(
		#df5dbd, 
		#df5dbd);
	background-blend-mode: normal, 
		normal;
	color: #FFFFFF;
}
.q_hope img{
	max-width: 100%;
}
.q_home_company{
	padding: 88px 0 86px;
}
.q_home_company_1{
	padding: 0 112px 0 90px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
.q_home_company_text .public{
	text-align: left;
	padding-top: 16px;
}
.q_home_company_text .public span{
	margin: 19px 0 0;
}
.q_home_company_text{
	width: 465px;
}
.q_home_company_text p{
	font-size: 14px;
	line-height: 32px;
	color: #333333;
	padding: 40px 0 47px;
}
.public_more_b a{
	width: 130px;
	height: 46px;
	background-image: linear-gradient(-90deg, 
		#00d694 0%, 
		#0064b2 100%), 
	linear-gradient(
		#df5dbd, 
		#df5dbd);
	background-blend-mode: normal, 
		normal;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 46px;
	text-align: center;
	display: block;
}
.public_more_b:hover a{
	color: #0065b2;
	background: #fff;
	border-style: solid;
	border-width: 1px;
	border-image-source: linear-gradient(-90deg, 
		#00d694 0%, 
		#0064b2 100%);
	border-image-slice: 1;
}
.q_home_news{
	width: 100%;
	height: auto;
	background-color: #f9f9f9;
	padding: 75px 0 85px;
}
.q_home_news .public h1{
	color: rgba(228,228,228,0.6);
}
.q_home_news_1{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	padding: 60px 0;
}
.q_home_news_1 li{
	width: 436px;
	height: auto;
	background-color: #ffffff;
	padding-bottom: 34px;
}
.q_home_news_1 li img{
	max-width: 100%;
	margin: 0 auto;
}
.q_home_news_1 li .q_home_news_tittle{
	padding: 30px 20px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.q_home_news_1 li .q_home_news_tittle h1{
	font-size: 17px;
	font-weight: bold;
	color: #333333;
}
.q_home_news_1 li .q_home_news_tittle h1:first-child{
	width: 325px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap; 
}
.q_home_news_1 li p{
	font-size: 13px;
	padding: 19px 20px 0;
	color: #666666;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.q_home_news_1 li:hover{
	box-shadow: 0px -6px 20px 0px 
		rgba(153, 153, 153, 0.5);
}
.q_home_news_1 li:hover .q_home_news_tittle h1{
	color: #153f98;
}
.q_home_partner{
	padding: 85px 0 70px;
}
.q_home_partner_1{
	padding: 60px 43px 0;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
.q_home_partner_1 li{
	/* width: 301px; */
	width: 329px;
	height: 105px;
	border-style: solid;
	border-width: 1px;
	border-image-source: linear-gradient(-90deg, 
		#00d694 0%, 
		#0064b2 100%);
	border-image-slice: 1;
	margin-bottom: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.q_home_partner_1 li img{
	max-width: 100%;
	max-height: 100%;
}
.foot{
	width: 100%;
	height: auto;
	background-color: #232323;
	padding: 35px 0 0;
}
.foot .foot_1{
	text-align: center;
}
.foot .foot_1 a{
	padding: 0 8px;
	border-right: 1px solid #999999;
	font-size: 14px;
	line-height: 14px;
	color: #999999;
}
.foot .foot_1 a:last-child{
	border-right: unset;
}
.foot_2{
	display: flex;
	justify-content: center;
	align-items: center;
	padding:41px 0 46px;
}
.foot_2 p{
	font-size: 14px;
	line-height: 14px;
	color: #999999;
	padding: 0 38px;
}
.foot_3{
	border-top: 1px solid #4a4a4a;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 19px 0;
}
.foot_3 p{ 
	font-size: 14px;
	line-height: 14px;
	color: #999999;
	padding: 0 37px;
}
.q_home_company_img img{
	max-width: 100%;
}
@media screen and (max-width: 1399px){
	.q_tables {
    padding: 0;
}
.q_tables li {
    width: 24%;
}
.q_homeproduct_1 li {
    width: 32%;
}
.q_home_company_1 {
    padding: 0 30px;
}
.q_home_news_1 li {
    width: 32%;
}
.q_home_news_1 li .q_home_news_tittle h1:first-child {
    width: 80%;
}
.q_home_partner_1 li {
	width: 24%;
	
}
.q_table {
    padding: 50px 0 46px;
}
.q_homeproduct_1 {
    padding: 30px 0;
}
.q_homeproduct {
    padding-bottom: 45px;
}
.q_home_company {
    padding: 44px 0 43px;
}
.q_home_news {
    padding: 43px 0;
}
.q_home_news_1 {
    padding: 30px 0;
}
.q_home_partner {
    padding: 46px 0 35px;
}
.q_home_partner_1 {
    padding: 30px 30px 0;
}
}

@media (max-width:1199px) {
	.q_tables li {
    padding: 54px 20px 0;
}
.q_home_company_img {
    width: 50%;
}
.q_home_company_1 {
    padding: 0;
}
.q_home_company_text {
    width: 48%;
}
.q_home_company_text .public {
    padding-top: 0;
}
.q_home_partner_1 {
    padding: 30px 0 0;
}
.foot_2 p {
    padding: 0 10px;
}
}

@media (max-width:990px) {
	.q_table {
    padding: 30px 0;
}
.q_tables li {
    height: 270px;
    padding: 20px 6px 0;
}
.q_tables li h1 {
    padding: 30px 0 19px;
}
.public h1 {
    font-size: 50px;
    line-height: 30px;
}
.public h2 {
    font-size: 24px;
    line-height: 24px;
}
.public span {
    margin: 14px auto 0;
}
.q_homeproduct_1 {
    padding: 20px 0;
}
.q_homeproduct_1 li .q_homeproduct_img_1 {
    height: 240px;
}
.q_homeproduct_2 {
    height: 50px;
    font-size: 16px;
    line-height: 50px;
}
.public_more a,
.public_more_b a {
    width: 100px;
    height: 35px;
    font-size: 12px;
    line-height: 35px;
}
.q_homeproduct {
    padding-bottom: 30px;
}
.q_home_company_text p {
    line-height: 20px;
    padding: 8px 0;
}
.q_home_company {
    padding: 44px 0 30px;
}
.q_home_news {
    padding: 30px 0 15px;
}
.q_home_news_1 {
    padding: 20px 0;
}
.q_home_news_1 li .q_home_news_tittle {
    padding: 15px 8px 0;
}
.q_home_news_1 li p {
    padding: 10px 8px 0;
    font-size: 12px;
}
.q_home_news_1 li .q_home_news_tittle h1 {
    font-size: 16px;
}
.q_home_news_1 li .q_home_news_tittle h1:first-child {
    width: 75%;
}
.q_home_news_1 li {
    padding-bottom: 20px;
}
.q_home_partner_1 li {
    height: 100px;
    margin-bottom: 15px;
}
.q_home_partner {
    padding: 25px 0 20px;
}
.q_home_partner_1 {
    padding: 15px 0 0;
}
.foot_2 {
    flex-wrap: wrap;
    padding: 10px;
}
.foot_2 p {
    padding: 5px;
}
}

@media (max-width:767px) {
	.q_tables li {
    height: auto;
    padding: 15px 6px;
    width: 100%;
    margin-bottom: 10px;
}
.q_tables li h1 {
    padding: 15px 0 8px;
    font-size: 16px;
    line-height: 16px;
}
.q_tables li p {
    font-size: 12px;
    line-height: 18px;
}
.q_table {
    padding: 20px 0;
}
.q_homeproduct_1 li {
    width: 100%;
    margin-bottom: 10px;
}
.q_homeproduct_1 {
    padding: 15px 0 10px;
}
.q_home_company {
    padding: 30px 0;
}
.q_home_company_img {
    width: 100%;
}
.q_home_company_text {
    width: 100%;
}
.q_home_news_1 li {
    width: 100%;
    margin-bottom: 10px;
}
.q_home_news_1 {
    padding: 15px 0 5px;
}
.q_home_partner {
    padding: 20px 0 10px;
}
.q_home_partner_1 li {
    width: 49%;
    margin-bottom: 10px;
}
.foot .foot_1 a {
    padding: 0px 3px;
    font-size: 12px;
}
.foot_2 p {
    font-size: 13px;
}
.foot_3 {
    flex-wrap: wrap;
}
.public h2 {
    font-size: 20px;
    line-height: 24px;
}
.public h1 {
    font-size: 29px;
    line-height: 30px;
}
}



.public_s{
	text-align: center;
}
.public_s h1{
	font-family: HelveticaNeueLT-ExtBlackCond;
	font-size: 60px;
	line-height: 44px;
	color: rgba(238,238,238,0.6);
}
.public_s h2{
	font-size: 30px;
	font-weight: bold;
	line-height: 29px;
	color: #333333;
	margin-top: -13px;
}
.public_s span{
	display: block;
	margin: 19px auto 0;
	width: 42px;
	height: 3px;
	background-image: linear-gradient(-90deg, 
		#00d694 0%, 
		#0064b2 100%), 
	linear-gradient(
		#df5dbd, 
		#df5dbd);
	background-blend-mode: normal, 
		normal;
}
.q_pageban img {
    width: 100%;
}
.q_contect {
    padding: 62px 0 90px;
}
.q_crumbs {
    width: 100%;
    height: 44px;
    border-bottom: 1px solid rgba(54,49,35,0.08);
    font-size: 14px;
    line-height: 44px;
    color: #666666;
}
.q_contect .public h2 {
    font-size: 34px;
    line-height: 34px;
    margin-top: -14px;
}
.q_contect_1 {
	padding: 60px 0 74px;
}
.q_new_new_1 a {
    width: 100%;
    border-bottom: #e5e5e5 1px solid;
    height: 246px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 40px 0;
    /*position: relative;*/
}
.q_new_new_1_time {
    padding: 48px 44px 37px 50px;
    text-align: center;
}
.q_new_new_1_time h1 {
    font-size: 30px;
    color: #999999;
    line-height: 23px;
}
.q_new_new_1_time_line {
    width: 110px;
    height: 1px;
    background-color: #e5e5e5;
    margin: 24px 0;
}
.q_new_new_1_time h2 {
    font-size: 12px;
    color: #999999;
    line-height: 9px;
}
.q_new_new_1 img {
    max-height: 100%;
    max-width: 100%;
}
.q_new_new_word {
    width: 705px;
    margin: 0 50px 0 66px;
    text-align: left;
}
.q_new_new_1_word {
    font-size: 18px;
    color: #333333;
    margin-bottom: 26px;
}
.q_new_new_word p {
    width: 100%;
    height: auto;
    font-size: 14px;
    color: #666666;
    margin-bottom: 30px;
    
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.q_new_new_1_view{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	padding-top: 29px;
    border-top: 1px solid #e5e5e5;
}
.q_new_new_1_view h6 {
    font-size: 12px;
    color: #999999;
    display: flex;
    align-items: center;
}
.q_new_new_1_view h6 span {
    background-image: url(../images/q_new_1_left.png);
    background-repeat: no-repeat;
    width: 23px;
    height: 14px;
    display: inline-block;
    margin-right: 11px;
}
.q_new_new_1_icon {
    width: 31px;
    height: 20px;
}
.q_new_new_1 a:hover .q_new_new_1_icon {
    background-image: url(../images/q_new_1_right.png);
    background-repeat: no-repeat;
    width: 31px;
    height: 20px;
}
.q_new_new_1 a:hover{
	background-color: #f5f5f5;
	border-bottom: #f5f5f5 1px solid;
}
.q_new_new_1 a:hover .q_new_new_1_time h1,
.q_new_new_1 a:hover .q_new_new_1_time h2,
.q_new_new_1 a:hover .q_new_new_1_view h6,
.q_new_new_1 a:hover .q_new_new_1_word{
    color: #0065b2;
}
.q_new_new_1 a:hover .q_new_new_1_view h6 span {
    background-image: url(../images/q_new_1_left1.png);
}
.q_new_new_1 a:hover .q_new_new_1_time_line {
    background-color: #0065b2;
}

#pagesize {
    margin: 0 0 0;
    display: flex;
    justify-content: center;
}
#pagesize ul li {
    display: inline-block;
    font-size: 16px;
    color: #FFFFFF;
    width: 26px;
		height: 26px;
		background-color: #cccccc;
    margin: 0 5px;
    box-shadow: unset;
    padding: 0;
}
#pagesize ul li a {
    display: list-item;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    line-height: 26px;
    color: #FFFFFF;
    text-align: center;
}
#pagesize ul li a.active, #pagesize ul li a:hover {
    background-color: #0065b2;
    color: #ffffff;
    border-color: #0065b2;
}


@media (max-width:1399px) {
	.q_new_new_word {
    width: 600px;
    margin: 0px 0 0 23px;
}
}

@media (max-width:1199px) {
	.q_new_new_1_time {
    padding: 48px 20px 37px;
}
.q_new_new_word {
    width: 42%;
}
.q_contect {
    padding: 31px 0 45px;
}
.q_contect_1 {
    padding: 10px 0 30px;
}
.q_new_new_1 a {
    height: auto;
    padding: 20px 0;
}
.q_new_new_1 img {
    width: 34%;
}
}

@media (max-width:990px) {
	.q_new_new_1 a {
    align-items: center;
}
.q_new_new_1 img {
    width: 34%;
}
.public_s h1 {
    font-size: 50px;
    line-height: 30px;
}
.public_s h2 {
    font-size: 24px;
    line-height: 24px;
}
.public_s span {
    margin: 14px auto 0;
}
}

@media (max-width:767px) {
.q_new_new_1_time {
    padding: 10px 0px;
    width: 21%;
}
.q_new_new_1_time_line {
    width: 100%;
}
.q_new_new_1 img {
    width: 77%;
}
.q_new_new_word {
    width: 100%;
    margin: 10px 0 0;
}
.q_new_new_1_word {
    font-size: 16px;
    margin-bottom: 8px;
}
.q_new_new_word p {
    font-size: 12px;
    margin-bottom: 12px;
}
.q_new_new_1_view {
    display: none;
}
.q_new_new_1 a{
	  padding: 20px 0 0;
}
.q_contect_1 {
    padding: 10px 0 20px;
}
.public_s h2 {
    font-size: 20px;
    line-height: 24px;
}
.public_s h1 {
    font-size: 29px;
    line-height: 30px;
}
}


.q_new{
	padding: 60px 0 84px;
}
.q_new .q_new_tittle{
	text-align: center;
}
.q_new .q_new_tittle h1{
	font-size: 30px;
	line-height: 30px;
	color: #333333;
}
.q_new .q_new_tittle p{
	font-size: 13px;
	line-height: 13px;
	color: #999999;
	padding: 22px 0 57px;
}
.q_new .q_new_tittle span{
	padding-left: 37px;
}
.q_new .q_new_xq p{
	font-size: 14px;
	line-height: 27px;
	color: #666666;
	text-indent: 30px;
}
.q_new .q_new_xq img{
	padding: 60px 0;
	max-width: 100%;
	margin: 0 auto;
}
.q_new .q_new_xq{
	padding-bottom: 40px;
	border-bottom: 1px solid rgba(54,49,35,0.08);
}
.q_new_page_next {
    padding-top: 24px;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.q_new_page_next_prev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-family: SourceHanSansCN-Normal;
    font-size: 14px;
    color: #333;
    opacity: 0.8;
}
.q_new_page_next_prev a {
    line-height: 14px;
    padding-bottom: 17px;
}
.q_new_page_next_prev a.q_news_next{
    padding-bottom: 0;
}
.q_news_back {
    width: 129px;
		height: 32px;
		border-radius: 4px;
		border: solid 1px #0065b2;
		font-size: 14px;
		line-height: 32px;
		color: #0065b2;
		text-align: center;
}

@media (max-width:1365px) {

}

@media (max-width:1199px) {
		.q_new {
    padding: 30px 0 42px;
}
.q_new .q_new_tittle p {
    padding: 15px 0 20px;
}
.q_new .q_new_xq p {
    line-height: 23px;
}
.q_new .q_new_xq img {
    padding: 20px 0;
}
.q_new .q_new_xq {
    padding-bottom: 20px;
}
.q_new_page_next {
    padding-top: 15px;
}
.q_new_page_next_prev a {
    padding-bottom: 12px;
}
.q_new .q_new_tittle h1 {
    font-size: 26px;
    line-height: 26px;
}
}

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

@media (max-width:767px) {
	.q_new {
    padding: 20px 0 35px;
}
  .q_new .q_new_tittle h1 {
    font-size: 19px;
    line-height: 20px;
}
.q_new .q_new_tittle p {
    padding: 10px 0 12px;
}
.q_new .q_new_xq p {
    line-height: 20px;
    font-size: 12px;
    text-indent: 20px;
}
.q_new .q_new_xq img {
    padding: 10px 0;
}
.q_new_page_next_prev {
    width: 70%;
}
.q_new_page_next_prev a {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.q_news_back {
    width: 28%;
    font-size: 12px;
}
}


.qx_connect_1 {
    margin: 85px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.qx_connect_2 {
    width: 800px;
    height: auto;
}
#dituContent_1 {
    width: 100%;
    height: 450px;
}
.qx_connect_3 {
    width: 324px;
    height: auto;
    margin-left: 60px;
}
.qx_connect_foot_add {
    padding-left: 3px;
}
.qx_connect_foot_add h1 {
    font-size: 24px;
    line-height: 24px;
    color: #333333;
    margin-bottom: 21px;
}
.qx_connect_foot_add span {
    width: 70px;
	height: 3px;
	background-image: linear-gradient(-90deg, 
		#00d694 0%, 
		#0064b2 100%), 
	linear-gradient(
		#df5dbd, 
		#df5dbd);
	background-blend-mode: normal, 
		normal;
		display: block;
}
.qx_connect_foot_add1{
	padding: 33px 0 14px;
}
.qx_connect_foot_add1 p {
    font-size: 14px;
    line-height: 14px;
    color: #333333;
    padding-bottom: 20px;
}
.qx_contect_right1 img {
    max-width: 100%;
    max-height: 100%;
}
.qx_contect_right1 p {
    width: 158px;
    font-size: 14px;
    line-height: 12px;
    color: #666666;
    text-align: center;
    padding-top: 9px;
}


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

@media (max-width:1199px) {
	.qx_connect_2 {
    width: 60%;
}
.qx_connect_3 {
    width: 30%;
}
}

@media (max-width:990px) {
	.qx_connect_1 {
    margin: 30px 0;
}
	#dituContent_1 {
    height: 350px;
}
.qx_connect_foot_add h1 {
    margin-bottom: 12px;
}
.qx_connect_foot_add1 {
    padding: 15px 0 0;
}
.qx_connect_foot_add1 p {
    padding-bottom: 8px;
}
.qx_connect_3 {
    margin-left: 30px;
    width: 35%;
}
}

@media (max-width:767px) {
	#dituContent_1 {
    height: 200px;
}
.qx_connect_2 {
    width: 100%;
}
.qx_connect_3 {
    width: 100%;
    margin: 15px 0 0;
}
}


.q_product{
	margin: 60px 0 39px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.q_product li{
	width: 230px;
	height: 50px;
	border-style: solid;
	border-width: 1px;
	border-image-source: linear-gradient(90deg, 
		#0064b2 0%, 
		#00d694 100%);
	border-image-slice: 1;
	margin: 0 16px;
	font-size: 16px;
	line-height: 50px;
	text-align: center;
	color: #0065b2;
}
.q_product li.active,
.q_product li:hover{
	background-image: linear-gradient(90deg, 
		#0064b2 0%, 
		#00d694 100%), 
	linear-gradient(0deg, 
		#0064b2 0%, 
		#00d694 100%);
	background-blend-mode: normal, 
		normal;
	color: #ffffff;
}
.q_product_p{
	font-size: 16px;
	line-height: 16px;
	color: #666666;
	text-align: center;
}
.q_product_s{
	margin: 81px 0 35px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
.q_product_s li{
	width: 440px;
	height: 500px;
	background-color: #ffffff;
	border: solid 1px #e5e5e5;
	margin-bottom: 39px;
	text-align: center;
}
.q_product_s li:last-child{
	width: 440px;
	height: auto;
	background-color: #ffffff;
	border: unset;
	margin-bottom: 0;
}
.q_product_s li .q_product_s_img{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
	padding: 48px 0;
}
.q_product_s li .q_product_s_img img{
	max-width: 100%;
	max-height: 225px;
}
.q_product_s li h1{
	font-size: 20px;
	font-weight: bold;
	line-height: 20px;
	color: #333333;
	padding: 13px 0 15px;
}
.q_product_s li p{
	font-size: 14px;
	line-height: 15px;
	color: #666666;
	padding: 0 0 33px;
}
.q_product_s li .q_product_s_div{
	width: 93px;
	height: 31px;
	border-style: solid;
	border-width: 1px;
	border-image-source: linear-gradient(90deg, 
		#0064b2 0%, 
		#00d694 100%);
	border-image-slice: 1;
	font-size: 14px;
	line-height: 31px;
	text-align: center;
	color: #0065b2;
	margin: 0 auto;
}
.q_product_s li:hover{
	box-shadow: 0px 6px 20px 0px 
		rgba(188, 188, 188, 0.5);
	border: solid 1px #eeeeee;
}
.q_product_s li:hover .q_product_s_div{
	background-image: linear-gradient(90deg, 
		#0064b2 0%, 
		#00d694 100%);
	color: #FFFFFF;
}


@media (max-width:1399px) {
	.q_product_s li:last-child {
    width: 32%;
}
.q_product_s li {
    width: 32%;
    height: 400px;
}
.q_product_s li .q_product_s_img {
    padding: 30px 0 0;
}
.q_product_s li p {
    padding: 0 0 20px;
}
.q_product_s {
    margin: 50px 0 25px;
}
}

@media (max-width:1199px) {
	.q_product li {
    width: 23%;
    margin: 0 9px;
}

}

@media (max-width:990px) {
	.q_product li {
    width: 22%;
    margin: 0 5px;
    height: 40px;
    font-size: 12px;
    line-height: 40px;
}
.q_product {
    margin: 30px 0 20px;
}
.q_product_s {
    margin: 30px 0 10px;
}
.q_product_s li {
    width: 49%;
    margin-bottom: 15px;
}
}

@media (max-width:767px) {
	.q_product li {
    width: 49%;
    margin: 0 0 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.q_product_p {
    display: none;
}
.q_product {
    margin: 20px 0 10px;
    justify-content: space-between;
}
.q_product_s {
    margin: 10px 0 10px;
}
.q_product_s li .q_product_s_img {
    padding: 15px 0 0;
}
.q_product_s li {
    width: 100%; 
    height: auto;
    padding-bottom: 15px;
}
.q_product_s li p {
    padding: 0 0 12px;
    font-size: 12px;
    line-height: 12px;
}
.q_product_s li h1 {
    font-size: 18px;
    line-height: 18px;
    padding: 13px 0 10px;
}
.q_product_s li:last-child {
    padding-bottom: 0;
}
}


.q_gywm{
	padding-top: 62px;
}
.q_about{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	flex-wrap: wrap;
	padding: 37px 0;
}
.q_about_img img{
	max-width: 100%;
}
.q_about_1{
	width: 662px;
	margin-left: 99px;
}
.q_about_1 img{
	margin-bottom: 40px;
	max-width: 100%;
}
.q_about_1 p{
	font-size: 14px;
	line-height: 27px;
	color: #666666;
}
.q_about_2{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.q_about_2 li img{
	max-width: 100%;
}
.q_culture{
		width: 100%;
    height: 818px;
    background-size: cover;
    background-position: top;
    background: url(../images/q_culture1.png)no-repeat center center;
}
.q_culture .public_s{
	padding-top: 90px;
}
.q_culture_img{
	margin: 70px 0 0;
}
.q_culture_img img{
	max-width: 100%;
	margin: 0 auto;
}
.q_culture_img1{
	display: none;
	margin-top: 15px;
}
.q_culture_img1 img{
	max-width: 100%;
	margin: 0 auto;
}
.q_zzjg{
	padding: 92px 0 95px;
}
.q_zzjg_img{
	margin-top: 60px;
}
.q_zzjg_img img{
	max-width: 100%;
	margin: 0 auto;
}
.q_history{
	width: 100%;
    height: 977px;
    background-size: cover;
    background-position: top;
    background: url(../images/q_history1.png)no-repeat center center;
}
.q_history .public_s{
	padding-top: 18px;
}
.q_history_img{
	margin: 60px 0 0;
}
.q_history_img img{
	max-width: 100%;
	margin: 0 auto;
}
.q_history_img1{
	display: none;
	margin-top: 15px;
}
.q_history_img1 img{
	max-width: 100%;
	margin: 0 auto;
}

@media (max-width:1365px) {
	.q_about {
    justify-content: space-between;
    padding: 37px 0;
}
.q_about_1 {
    width: 50%;
    margin-left: 0;
}
.q_about_2 li{
    width: 24%;
}
}

@media (max-width:1199px) {
	.q_gywm {
    padding-top: 31px;
}
.q_about_img {
    width: 48%;
}
.q_culture {
    height: auto;
}
.q_culture .public_s {
    padding-top: 45px;
}
.q_culture_img {
    margin: 35px 0 0;
}
.q_zzjg {
    padding: 46px 0 30px;
}
.q_zzjg_img {
    margin-top: 30px;
}
.q_history {
    height: auto;
    padding-bottom: 30px;
}
.q_history_img {
    margin: 40px 0 0;
}
}

@media (max-width:990px) {
	.q_about_1 img {
    margin-bottom: 20px;
    max-width: 80%;
}
.q_about_1 p {
    font-size: 12px;
    line-height: 18px;
}
.q_about {
    padding: 20px 0;
}
}

@media (max-width:767px) {
	.q_about_img {
    width: 100%;
}
	.q_about_1 {
    width: 100%;
    margin-top: 15px;
}
.q_about_1 img {
    margin-bottom: 10px;
}
.q_about {
    padding: 15px 0;
}
.q_gywm {
    padding-top: 20px;
}
.q_culture {
    background: none;
}
.q_culture .public_s {
    padding-top: 25px;
}
.q_culture_img {
    display: none;
}
.q_culture_img1 {
    display: block;
}
.q_zzjg {
    padding: 25px 0 15px;
}
.q_history .public_s {
    padding-top: 15px;
}
.q_history {
    background: none;
    
    padding-bottom: 0;
}
.q_history_img {
    display: none;
}
.q_history_img1 {
    display: block;
}
.q_about_2 li {
    width: 49%;
    margin: 0 0 5px;
}
.q_history .inner {
    width: 100%;
    padding: 0;
}
}


.q_join{
	padding-top: 60px;
}
.careers li {
    margin-bottom: 20px;
}
.careers .care_title {
    padding: 0 90px;
    width: 100%;
    height: 60px;
    line-height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f7f7f7;
    color: #666;
    font-size: 20px;
}

.careers li.active .care_title {
    background-image: linear-gradient(90deg, 
		#0064b2 0%, 
		#00d694 100%);
    color: #fff;
}
.careers .care_title .care_detail {
    display: flex;
    align-items: center;
    cursor: pointer;
}
.careers .care_title .icons {
    width: 16px;
    height: 15px;
    display: block;
    object-fit: contain;
    background: url(../images/care1.png) no-repeat center center/100% 100%;
    margin-left: 5px;
    transition: .3s;
}
.careers li.active .icons {
	width: 15px;
    height: 4px;
    background-image: url(../images/care2.png);
}
.careers .care_body {
    display: none;
    background: #f3f6fa;
    padding: 30px 90px 46px;
    transition: .4s;
}
.careers li.active .care_body {
    display: block;
}
.careers .care_body p {
    line-height: 30px;
    color: #666666;
    font-size: 14px;
}
.careers .care_body p strong{
    line-height: 30px;
    color: #333333;
    font-weight: bold;
    font-size: 16px;
    padding-right: 5px;
}
.careers .care_body a {
    width: 114px;
	height: 40px;
	background-image: linear-gradient(90deg, 
		#0064b2 0%, 
		#00d694 100%);
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 40px;
	letter-spacing: 2px;
	color: #ffffff;
	display: block;
	text-align: center;
}

@media (max-width:990px) {
	.careers .care_title {
    padding: 0 30px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
}
.careers .care_body {
    display: none;
    background: #f3f6fa;
    padding: 30px 30px 46px;
    transition: .4s;
}
.q_join {
    padding-top: 20px;
}
}

@media (max-width:767px) {
		.careers .care_title {
    padding: 0 15px;
}
.careers .care_body {
    display: none;
    background: #f3f6fa;
    padding: 15px 15px 46px;
    transition: .4s;
}
}

