
.carousel-indicators{
	transform: translateY(-60px);
}
@media screen and (max-width: 992px) {
  #carousel-example-generic{
	  margin-top: 60px;
	  height: 240px;
  }
  .carousel-inner>.item>img{
	  height: 240px;
  }
  .carousel-indicators{
  	transform: translateY(-15px);
  }
}
@media screen and (max-width: 540px) {
	#carousel-example-generic{
		  margin-top: 50px;
	}
	#carousel-example-generic{
		  margin-top: 50px;
		  height: 200px;
	}
	.carousel-inner>.item>img{
		  height: 200px;
	}
}
@media screen and (max-width: 414px) {
	#carousel-example-generic{
		  height: 150px;
	}
	.carousel-inner>.item>img{
		  height: 150px;
	}
}
@media screen and (max-width: 360px) {
	#carousel-example-generic{
		  height: 120px;
	}
	.carousel-inner>.item>img{
		  height: 120px;
	}
	.carousel-indicators{
		transform: translateY(0px);
	}
}
/* ä»‹ç»å¼€å§‹ */
.introduce{
	transform: translateY(-60px);
	display:-webkit-flex;
	display: flex;
}
.introduce .item{
	-webkit-flex:1;
	flex:1;
	overflow: hidden;
	padding: 30px 24px 35px 30px;
}
.introduce .item:nth-of-type(1){
	border-radius: 20px 0px 0px 20px;
	background: #2662AA;
}
.introduce .item:nth-of-type(2){
	background: #18D3C6;
}
.introduce .item:nth-of-type(3){
	background: #1572E4;
	border-radius: 0px 20px 20px 0px;
}
.introduce .item .title{
	text-align: left;	
}
.introduce .item .title span{
	font-size: 19px;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 40px;
	margin-top: 5px;
	margin-left: 10px;
}
.introduce .item .title img{
	width: 40px;
	height: 40px;
	display: inline-block;
	transform: translateY(-5px);
}
.introduce .item .content{
	text-align: left;
	margin-top: 10px;
	font-size: 16px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 26px;
}
@media screen and (max-width: 992px) {
	.introduce .item .title span{
		font-size: 16px;
	}
	.introduce .item .title img{
		width: 30px;
		height: 30px;
	}
	.introduce .item .content{
		font-size: 14px;
	}
	.introduce{
		transform: translateY(-25px);
	}
	.introduce .item{
		padding: 20px 20px 25px 20px;
	}
}
@media screen and (max-width: 540px) {
	.introduce{
		display: none;
	}
}
/* ä»‹ç´¹çµæŸ */

/* èŽ·å–æŠ¥ä»·å¼€å§‹ */
.get_order {
  height: 200px;
  margin-top: 50px;
  padding-top: 42px;
  box-sizing: border-box;
  background: #FFFFFF;
  box-shadow: 0px 30px 80px 0px rgba(212, 212, 212, 0.4);
  border-radius: 10px;
  display: flex;
}
.get_order .title {
  width: 214px;
  height: 205px;
  padding-left: 61px;
  box-sizing: border-box;
}
.get_order .title .item {
  width: 120px;
  height: 40px;
  background: #E6E6E6;
  border-radius: 4px;
  font-size: 18px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #FFFFFF;
  margin-bottom: 37px;
  line-height: 40px;
}
.get_order .title .item .order_border {
  display: none;
}
.get_order .title .active {
  background: #2662AA;
}
.get_order .title .item:hover {
  background: #2662AA;
  cursor: default;
}
.get_order .right {
  padding: 0px;
}
.get_order .right .item {
  width: 50%;
  display: flex;
  float: left;
  margin-bottom: 35px;
}
.get_order .right .item .select_item {
  display: flex;
  width: 480px;
}
.get_order .right .item .select_item .s_title {
  margin-right: 4px;
  font-size: 18px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #333333;
  line-height: 40px;
}
.get_order .right .item .select_item .select {
  position: relative;
  width: 130px;
  display: flex;
}
.get_order .right .item .select_item .select .trant {
  width: 8px;
  height: 5px;
  position: absolute;
  right: 24px;
  top: 17px;
}
.get_order .right .item .select_item .select .s_select {
  width: 130px;
  height: 40px;
  background: #F0F0F0;
  border-radius: 4px;
  margin-right: 16px;
  -webkit-appearance: none;
  border: none;
  padding-left: 10px;
  box-sizing: border-box;
}
.get_order .right .item .select_item .big_select {
  width: 260px;
}
.get_order .right .item .select_item .big_select .s_select {
  width: 260px;
  outline: none;
}
@media screen and (max-width: 1200px) {
  .get_order .right .item {
    width: 50%;
    display: flex;
    float: left;
  }
  .get_order .right .item .select_item {
    display: flex;
    width: 480px;
  }
  .get_order .right .item .select_item .s_title {
    margin-right: 2px;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #333333;
    line-height: 40px;
  }
  .get_order .right .item .select_item .select {
    position: relative;
    width: 110px;
    display: flex;
  }
  .get_order .right .item .select_item .select .trant {
    width: 8px;
    height: 5px;
    position: absolute;
    right: 24px;
    top: 17px;
  }
  .get_order .right .item .select_item .select .s_select {
    width: 110px;
    font-size: 12px;
  }
  .get_order .right .item .big_select {
    width: 220px !important;
  }
  .get_order .right .item .big_select .s_select {
    width: 220px !important;
    outline: none;
  }
}
.get_order .make_order button {
  width: 120px;
  height: 117px;
  background: #2662AA;
  border-radius: 4px;
  font-size: 22px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #FFFFFF;
  outline: none;
  border: none;
}
@media screen and (max-width: 1200px) {
  .get_order .make_order button {
    margin-top: 20px;
    width: 100px;
    height: 95px;
    font-size: 18px;
  }
}
@media screen and (max-width: 994px) {
  .get_order {
    overflow: hidden;
    height: auto;
    padding-top: 0px;
    display: block;
  }
  .get_order .title {
    width: 100%;
    height: 70px;
    overflow: hidden;
    display: flex;
    position: relative;
  }
  .get_order .title .item {
    width: auto;
    float: left;
    margin-bottom: 0px;
    position: absolute;
    top: 20px;
    font-size: 26px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #999999;
    background: none;
  }
  .get_order .title .item .order_border {
    width: 50px;
    height: 4px;
    background: #2662AA;
    margin: 0px auto;
  }
  .get_order .title .active {
    color: #2662AA;
  }
  .get_order .title .active .order_border {
    display: block;
  }
  .get_order .title .item:nth-of-type(1) {
    left: 200px;
  }
  .get_order .title .item:nth-of-type(2) {
    right: 200px;
  }
  .get_order .right {
    padding-left: 50px;
    padding-right: 50px;
    overflow: hidden;
  }
  .get_order .right .item {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .get_order .right .item .select_item {
    width: 100%;
  }
  .get_order .right .item .select_item .s_title {
    font-size: 22px;
  }
  .get_order .right .item .select_item .select {
    width: 220px;
    height: 40px;
    background: #F0F0F0;
    border-radius: 4px;
    margin-right: 50px;
  }
  .get_order .right .item .select_item .select .trant {
    right: 10px;
  }
  .get_order .right .item .select_item .select .s_select {
    width: 220px;
    margin-right: 0px;
  }
  .get_order .right .item .select_item .select:nth-of-type(3) {
    margin-right: 0px;
  }
  .get_order .right .item .big_select {
    margin-right: 0px !important;
    width: 490px !important;
  }
  .get_order .right .item .big_select .s_select {
    width: 490px !important;
  }
  .get_order .make_order #search {
    width: 500px;
    height: 60px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 540px) {
	.get_order_container{
		margin-top: 40px;
	}
  .get_order {
    transform: translateY(-20px);
  }
  .get_order .title .item:nth-of-type(1) {
    left: 100px;
  }
  .get_order .title .item:nth-of-type(2) {
    right: 100px;
  }
  .get_order .right {
    padding-left: 30px;
    padding-right: 30px;
  }
  .get_order .right .item .select_item .s_title {
    font-size: 20px;
  }
  .get_order .right .item .select_item .select {
    width: 160px;
    height: 40px;
    margin-right: 20px;
  }
  .get_order .right .item .select_item .select .trant {
    right: 10px;
  }
  .get_order .right .item .select_item .select .s_select {
    width: 160px;
    margin-right: 0px;
  }
  .get_order .right .item .select_item .select:nth-of-type(3) {
    margin-right: 0px;
  }
  .get_order .right .item .big_select {
    margin-right: 0px !important;
    width: 340px !important;
  }
  .get_order .right .item .big_select .s_select {
    width: 340px !important;
  }
  .get_order .make_order #search {
    width: 320px;
    height: 50px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 414px) {
  .get_order .title {
    height: 60px;
  }
  .get_order .title .item {
    top: 10px;
    font-size: 20px;
  }
  .get_order .title .item:nth-of-type(1) {
    left: 80px;
  }
  .get_order .title .item:nth-of-type(2) {
    right: 80px;
  }
  .get_order .right {
    padding-left: 30px;
    padding-right: 30px;
  }
  .get_order .right .item .select_item .s_title {
    font-size: 14px;
  }
  .get_order .right .item .select_item .select {
    width: 120px;
    margin-right: 11px;
  }
  .get_order .right .item .select_item .select .s_select {
    width: 120px;
  }
  .get_order .right .item .big_select {
    margin-right: 0px !important;
    width: 250px !important;
  }
  .get_order .right .item .big_select .s_select {
    width: 250px !important;
  }
  .get_order .make_order #search {
    width: 180px;
    height: 40px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 411px) {
  .get_order {
    transform: translateY(-15px);
  }
  .get_order .right {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (max-width: 375px) {
  .get_order {
    transform: translateY(-15px);
  }
  .get_order .right {
    padding-left: 25px;
    padding-right: 25px;
  }
  .get_order .right .item .select_item .select {
    width: 105px;
  }
  .get_order .right .item .select_item .select .s_select {
    width: 105px;
  }
  .get_order .right .item .big_select {
    width: 220px !important;
    margin-right: 0px !important;
  }
  .get_order .right .item .big_select .s_select {
    width: 220px !important;
  }
  .get_order .make_order #search {
    width: 170px;
  }
}
@media screen and (max-width: 360px) {
  .get_order .title .item:nth-of-type(1) {
    left: 60px;
  }
  .get_order .title .item:nth-of-type(2) {
    right: 60px;
  }
  .get_order .right {
    padding-left: 20px;
    padding-right: 20px;
  }
  .get_order .right .item .select_item .select {
    width: 100px;
  }
  .get_order .right .item .select_item .select .s_select {
    width: 100px;
  }
  .get_order .right .item .big_select {
    margin-right: 0px !important;
    width: 210px !important;
  }
  .get_order .right .item .big_select .s_select {
    width: 210px !important;
  }
}
@media screen and (max-width: 320px) {
  .get_order .title .item {
    font-size: 17px;
  }
  .get_order .title .item:nth-of-type(1) {
    left: 40px;
  }
  .get_order .title .item:nth-of-type(2) {
    right: 40px;
  }
  .get_order .right {
    padding-left: 15px;
    padding-right: 15px;
  }
  .get_order .right .item {
    margin-bottom: 5px;
  }
  .get_order .right .item .select_item .s_title {
    font-size: 12px;
  }
  .get_order .right .item .select_item .select {
    width: 90px;
  }
  .get_order .right .item .select_item .select .s_select {
    width: 90px;
  }
  .get_order .right .item .big_select {
    margin-right: 0px !important;
    width: 190px !important;
  }
  .get_order .right .item .big_select .s_select {
    width: 190px !important;
  }
  .get_order .make_order #search {
    width: 130px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 280px) {
  .get_order .title .item {
    font-size: 16px;
  }
  .get_order .right {
    padding-left: 15px;
    padding-right: 15px;
  }
  .get_order .right .item {
    margin-bottom: 5px;
  }
  .get_order .right .item .select_item .s_title {
    font-size: 12px;
  }
  .get_order .right .item .select_item .select {
    width: 70px;
  }
  .get_order .right .item .select_item .select .s_select {
    width: 70px;
  }
  .get_order .right .item .big_select {
    margin-right: 0px !important;
    width: 150px !important;
  }
  .get_order .right .item .big_select .s_select {
    width: 150px !important;
  }
  .get_order .make_order #search {
    width: 100px;
    margin-bottom: 15px;
  }
}
/* èŽ·å–æŠ¥ä»·ç»“æŸ */

/* å¸¸è§é—®é¢˜å¼€å§‹ */
.querstion {
  margin-top: 100px;
}
.querstion .main {
  margin-top: 70px;
}
.querstion .main .main_item {
  margin-bottom: 60px;
  height: 250px;
}
.querstion .main .main_item .item {
  width: 550px;
  height: 250px;
  background: #FFFFFF;
  border: 1px solid #E6E6E6;
  box-shadow: 0px 21px 150px 0px rgba(181, 181, 181, 0.2);
  border-radius: 10px;
  padding: 35px 30px 35px 30px;
  display: flex;
  cursor:default !important;
}

.querstion .main .main_item .item .item_img {
  overflow: hidden;
}
.querstion .main .main_item .item .item_img img {
  width: 180px;
  height: 180px;
  margin-right: 29px;
  float: left;
  transition: 1s;
}
@media screen and (max-width: 1200px) {
  .querstion .main .main_item .item .item_img img {
    width: 165px;
    height: 165px;
  }
}
.querstion .main .main_item .item .item_main {
  width: 301px;
  float: left;
}
.querstion .main .main_item .item .item_main .item_title {
  font-size: 24px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #333333;
  text-align: left;
  margin-bottom: 30px;
}
.querstion .main .main_item .item .item_main .item_content {
  text-align: left;
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #666666;
  line-height: 26px;
}
@media screen and (max-width: 1200px) {
  .querstion .main .main_item .item .item_main .item_content {
    font-size: 15px;
    line-height: 22px;
  }
}
.querstion .main .main_item .item:hover {
  cursor: pointer;
}
@media screen and (max-width: 1200px) {
  .querstion .main .main_item .item {
    width: 520px;
    height: 220px;
    padding: 25px 20px 25px 20px;
  }
  .querstion .main .main_item .item .item_main .item_title {
    margin-bottom: 10px;
  }
}
.querstion .main .main_item .item:nth-of-type(1) {
  float: left;
}
.querstion .main .main_item .item:nth-of-type(2) {
  float: right;
}
@media screen and (max-width: 1200px) {
  .querstion .main .main_item .item {
    width: 420px;
  }
}
.querstion {
  margin-top: 50px;
}
@media screen and (max-width: 1024px) {
  .querstion .main .main_item .item {
    height: 180px;
  }
  .querstion .main .main_item .item .item_img img {
    width: 130px;
    height: 130px;
    margin-right: 39px;
  }
}
@media screen and (max-width: 992px) {
  .querstion .main {
    margin-top: 30px;
  }
  .querstion .main .main_item {
    height: auto;
    background: white;
    overflow: hidden;
    margin-bottom: 10px;
  }
  .querstion .main .main_item .item {
    width: 100%;
    overflow: hidden;
    margin-bottom: 10px;
    height: auto;
    padding: 25px 20px 25px 20px;
    box-shadow: none;
  }
  .querstion .main .main_item .item .item_img {
    overflow: hidden;
  }
  .querstion .main .main_item .item .item_img img {
    width: 120px;
    height: 120px;
    margin-right: 29px;
  }
  .querstion .main .main_item .item .item_main {
    width: 451px;
    float: left;
  }
  .querstion .main .main_item .item .item_main .item_title {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .querstion .main .main_item .item .item_main .item_content {
    font-size: 16px;
    color: #666666;
    line-height: 26px;
  }
}
@media screen and (max-width: 768px) and screen and (max-width: 1200px) {
  .querstion .main .main_item .item .item_main .item_content {
    font-size: 15px;
    line-height: 22px;
  }
}
@media screen and (max-width: 540px) {
  .querstion {
    margin-top: 20px;
  }
  .querstion .main .main_item .item {
    padding: 25px 20px 15px 20px;
  }
  .querstion .main .main_item .item .item_img {
    overflow: hidden;
  }
  .querstion .main .main_item .item .item_img img {
    width: 110px;
    height: 110px;
    margin-right: 45px;
  }
  .querstion .main .main_item .item .item_main {
    width: 451px;
    float: left;
  }
  .querstion .main .main_item .item .item_main .item_title {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .querstion .main .main_item .item .item_main .item_content {
    font-size: 16px;
    color: #666666;
    line-height: 26px;
  }
}
@media screen and (max-width: 414px) {
  .querstion .main .main_item .item {
    padding: 20px 10px 15px 20px;
  }
  .querstion .main .main_item .item .item_img {
    overflow: hidden;
  }
  .querstion .main .main_item .item .item_img img {
    width: 120px;
    height: 120px;
    margin-right: 165px;
  }
  .querstion .main .main_item .item .item_main .item_title {
    font-size: 18px;
    margin-bottom: 0px;
  }
  .querstion .main .main_item .item .item_main .item_content {
    font-size: 15px;
    line-height: 24px;
  }
}
@media screen and (max-width: 375px) {
  .querstion .main .main_item .item {
    padding: 20px 10px 15px 20px;
  }
  .querstion .main .main_item .item .item_img img {
    width: 110px;
    height: 110px;
    margin-right: 170px;
  }
  .querstion .main .main_item .item .item_main .item_title {
    font-size: 18px;
    margin-bottom: 0px;
  }
  .querstion .main .main_item .item .item_main .item_content {
    font-size: 13px;
    line-height: 24px;
  }
}
@media screen and (max-width: 320px) {
  .querstion .main .main_item .item {
    padding: 20px 10px 15px 10px;
  }
  .querstion .main .main_item .item .item_img img {
    width: 80px;
    height: 80px;
    margin-right: 170px;
  }
  .querstion .main .main_item .item .item_main .item_title {
    margin-bottom: 0px;
  }
  .querstion .main .main_item .item .item_main .item_content {
    line-height: 22px;
  }
}
@media screen and (max-width: 280px) {
  .querstion .main .main_item .item {
    padding: 10px 10px 15px 10px;
  }
  .querstion .main .main_item .item .item_img img {
    width: 80px;
    height: 80px;
    margin-right: 190px;
  }
  .querstion .main .main_item .item .item_main .item_title {
    margin-bottom: 0px;
  }
  .querstion .main .main_item .item .item_main .item_content {
    font-size: 12px;
    line-height: 22px;
  }
}
/* å¸¸è§é—®é¢˜ç»“æŸ */



/* å®žåŠ›ä¿éšœå¼€å§‹ */
.guarantee{
	background: #FFFFFF;
}
.guarantee .main{
	padding-top: 100px;
	padding-bottom: 100px;
	overflow: hidden;
	
}
.guarantee .main .left{
	width: 350px;
	height: 350px;
	float: left;
	margin-left: 40px;
	margin-right: 133px;
}
.guarantee .main .left img{
	width: 100%;
	height: 100%;
	transform: translateY(70px);
}
.guarantee .main .right{
	width: 650px;
	overflow: hidden;
	float: left;
	background: #FFFFFF;
	box-shadow: 0px 21px 150px 0px rgba(181, 181, 181, 0.2);
}
.guarantee .main .right .item{
	width: 100%;
	padding: 30px 55px 20px 54px;
	border-radius: 10px;
}
.guarantee .main .right .item .title{
	text-align: left;
	font-size: 24px;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #EFA73B;
	line-height: 26px;
}
.guarantee .main .right .item .text{
	text-align: left;
	margin-top: 11px;
	font-size: 16px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #333333;
	line-height: 24px;
}
@media screen and (max-width: 1300px) {
	.guarantee .main .left{
		margin-left: 80px;
		margin-right: 50px;
	}
}
@media screen and (max-width: 1200px) {
	.guarantee .main .left{
		width: 280px;
		height: 280px;
		margin-left: 30px;
		margin-right: 50px;
	}
	.guarantee .main .left img{
		width: 100%;
		height: 100%;
		transform: translateY(90px);
	}
	.guarantee .main .right{
		width: 500px;
	}
	.guarantee .main .right .item{
		padding: 30px 35px 20px 34px;
	}
}
@media screen and (max-width: 994px) {
	.guarantee{
		margin-top: 40px;
	}
	.guarantee .main{
		padding-top: 50px;
	}
	.guarantee .main .left{
		display: none;
	}
	.guarantee .main .right{
		width: 670px;
		margin: 0px auto;
		float: none;
	}
}
@media screen and (max-width: 540px) {
	.guarantee .main .right{
		width: 100%;
	}
}
/* å®žåŠ›ä¿éšœç»“æŸ */


/* æ–°é—»å’¨è¯¢å¼€å§‹ */
.news .main{
	margin-top: 60px;
	padding-left: 30px;
	padding-right: 30px;
}
.news .main  a{
	text-decoration: none !important;
}
.news .main  a:hover{
	text-decoration: none !important;
}
.news .main .left{
	width: 540px;
	overflow: hidden;
	background: #FFFFFF;
	box-shadow: 0px 20px 49px 0px rgba(231, 231, 231, 0.46);
	border-radius: 10px;
	float: left;
	padding-bottom: 48px;
}
.news .main .left .left_img{
	height: 280px;
	width: 100%;
}
.news .main .left .title{
	margin-top: 16px;
	font-size: 20px;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #333333;
	line-height: 26px;
}
.news .main .left .text{
	font-size: 16px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #666666;
	line-height: 26px;
	padding: 24px 44px 42px 45px;
	height: 150px;
	text-align: left;
}
.news .main .left button{
	width: 100px;
	height: 40px;
	background: #F3A309;
	border: 1px solid #E6E6E6;
	border-radius: 4px;
	color: white;
}
.news .main .left button #more{
	width: 18px;
	height: 5px;
	display: inline-block;
	transform: translateY(-1px);
	margin-right: 7px;
	    outline: none;
}
.news .main .left .themore{
	color: white;
}
.news .main .right{
	width: 566px;
	height: 560px;
	box-sizing: border-box;
	background: #FFFFFF;
	box-shadow: 0px 20px 49px 0px rgba(231, 231, 231, 0.46);
	border-radius: 20px;
	float: right;
	padding: 33px 36px 49px 35px;
}
.news .main .right .title{
	text-align: left;
	font-size: 24px;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #333333;
	line-height: 26px;
	margin-bottom: 29px;
}
.news .main .right .item{
	padding-bottom: 10px;
	margin-bottom: 16px;
	overflow: hidden;
	border-bottom: 1px solid #E6E6E6;
}
.news .main .right .item:nth-of-type(5){
	border: none;
}
.news .main .right .item .item_left{
	float: left;
	width: 130px;
	height: 88px;
	margin-right: 18px;
}
.news .main .right .item .item_left img{
	width: 100%;
	height: 100%;
}
.news .main .right .item .item_right .item_right_title{
 text-align: left;
 font-size: 18px;
 font-family: Source Han Sans CN;
 font-weight: 500;
 color: #333333;
 line-height: 26px;
 margin-top: 5px;
}
.news .main .right .item .item_right .item_right_text{
 text-align: left;
 margin-top: 22px;
 font-size: 14px;
 font-family: Source Han Sans CN;
 font-weight: 400;
 color: #666666;
 line-height: 26px;
}
@media screen and (max-width: 1200px) {
	.news{
		display: none;
	}
	.partner{
		padding-top: 0px;
	}
}
/* æ–°é—»å’¨è¯¢ç»“æŸ */
/* åˆä½œä¼™ä¼´å¼€å§‹å¼€å§‹ */
.success{
	margin-top: 60px;
}
/* åˆä½œä¼™ä¼´ç»“æŸ */

/* æœåŠ¡æµç¨‹å¼€å§‹ */
.service {
  height: 470px;
  background: url(../img/bg.png);
  background-size: 100% 100%;
  padding-top: 0px;
  box-sizing: border-box;
  margin-bottom: 60px;
  margin-top: 40px;
}
.service .main {
  margin-top: 73px;
}
.service .main .top_list {
  height: 120px;
  margin-bottom: 107px;
}
.service .main .bottom {
  height: 120px;
}
.service .main .item {
  width: 100px;
  height: 110px;
  text-align: center;
  float: left;
  margin-left: 40px;
  margin-top: -20px;
}
.service .main .item .top {
  margin-bottom: 22px;
}
.service .main .item .top img {
  width: 100px;
  height: 100px;
  margin: 0px auto;
}
.service .main .item .bottom {
  font-size: 20px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #FFFFFF;
}
.service .main .border {
  width: 185px;
  height: 16px;
  float: left;
  margin-left: 26px;
  margin-top: 17px;
  position: relative;
}
.service .main .border img {
  width: 185px;
  height: 16px;
}
.service .main .border .number {
  position: absolute;
  top: -30px;
  right: 75px;
}
.service .main .border .number img {
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 1500px) {
.service{
	display: none;
}
}
@media screen and (max-width: 1200px) {
  .service .main .item {
    width: 90px;
    height: 100px;
  }
  .service .main .item .top img {
    width: 50px;
    height: 50px;
  }
  .service .main .border {
    width: 150px;
    height: 15px;
  }
  .service .main .border img {
    width: 150px;
    height: 15px;
  }
}
@media screen and (max-width: 768px) {
  .service {
    overflow: hidden;
    height: 400px;
    background-image: url(../img/bg.png);
    padding-top: 29px;
    margin-top: 10px;
    display: none;
  }
  .service .main {
    margin-top: 43px;
  }
  .service .main .top_list {
    height: 80px;
    margin-bottom: 47px;
  }
  .service .main .bottom {
    height: 120px;
  }
  .service .main .item {
    width: 80px;
    height: 60px;
    margin-left: 10px;
    margin-top: -20px;
  }
  .service .main .item .top {
    margin-bottom: 0px;
  }
  .service .main .item .top img {
    width: 80px;
    height: 80px;
    margin: 0px auto;
  }
  .service .main .item .bottom {
    font-size: 15px;
  }
  .service .main .border {
    width: 90px;
    height: 10px;
    margin-left: 26px;
    margin-top: 20px;
  }
  .service .main .border img {
    width: 90px;
    height: 10px;
  }
  .service .main .border .number {
    position: absolute;
    top: -25px;
    right: 30px;
  }
  .service .main .border .number img {
    width: 25px;
    height: 25px;
  }
}
@media screen and (max-width: 540px) {
  .service {
    height: 360px;
    padding-top: 20px;
  }
  .service .main {
    margin-top: 33px;
  }
  .service .main .top_list {
    height: 80px;
    margin-bottom: 47px;
  }
  .service .main .bottom {
    height: 120px;
  }
  .service .main .item {
    width: 60px;
    height: 60px;
    margin-left: 10px;
    margin-top: -20px;
  }
  .service .main .item .top img {
    width: 60px;
    height: 60px;
    margin: 0px auto;
  }
  .service .main .item .bottom {
    font-size: 15px;
  }
  .service .main .border {
    width: 60px;
    height: 10px;
    margin-left: 16px;
    margin-top: 10px;
  }
  .service .main .border img {
    width: 60px;
    height: 5px;
  }
  .service .main .border .number {
    position: absolute;
    top: -25px;
    right: 20px;
  }
  .service .main .border .number img {
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 414px) {
  .service {
    height: 330px;
    padding-top: 20px;
  }
  .service .main {
    margin-top: 33px;
  }
  .service .main .top_list {
    height: 80px;
    margin-bottom: 47px;
  }
  .service .main .bottom {
    height: 120px;
  }
  .service .main .item {
    width: 50px;
    height: 40px;
    margin-left: 10px;
    margin-top: -20px;
  }
  .service .main .item .top img {
    width: 50px;
    height: 50px;
    margin: 0px auto;
  }
  .service .main .item .bottom {
    font-size: 12px;
  }
  .service .main .border {
    width: 35px;
    height: 10px;
    margin-left: 10px;
    margin-top: 10px;
  }
  .service .main .border img {
    width: 35px;
    height: 4px;
  }
  .service .main .border .number {
    top: -15px;
    right: 10px;
  }
  .service .main .border .number img {
    width: 13px;
    height: 13px;
  }
}
@media screen and (max-width: 375px) {
  .service {
    height: 340px;
    padding-top: 20px;
  }
  .service .main {
    margin-top: 33px;
  }
  .service .main .top_list {
    height: 80px;
    margin-bottom: 47px;
  }
  .service .main .bottom {
    height: 120px;
  }
  .service .main .item {
    width: 50px;
    margin-left: 5px;
  }
  .service .main .item .top img {
    width: 50px;
    height: 50px;
    margin: 0px auto;
  }
  .service .main .item .bottom {
    font-size: 10px;
  }
  .service .main .border {
    width: 35px;
    height: 10px;
    margin-left: 5px;
    margin-top: 5px;
  }
  .service .main .border img {
    width: 35px;
    height: 4px;
  }
  .service .main .border .number {
    top: -15px;
    right: 10px;
  }
  .service .main .border .number img {
    width: 13px;
    height: 13px;
  }
}
@media screen and (max-width: 320px) {
  .service {
    height: 320px;
    padding-top: 20px;
  }
  .service .main {
    margin-top: 33px;
  }
  .service .main .top_list {
    height: 80px;
    margin-bottom: 47px;
  }
  .service .main .bottom {
    height: 120px;
  }
  .service .main .item {
    width: 40px;
    margin-left: 5px;
  }
  .service .main .item .top img {
    width: 40px;
    height: 40px;
    margin: 0px auto;
  }
  .service .main .item .bottom {
    font-size: 11px;
  }
  .service .main .border {
    width: 30px;
    height: 10px;
    margin-left: 5px;
    margin-top: 5px;
  }
  .service .main .border img {
    width: 30px;
    height: 4px;
  }
  .service .main .border .number {
    top: -15px;
    right: 10px;
  }
  .service .main .border .number img {
    width: 13px;
    height: 13px;
  }
}
/* æœåŠ¡æµç¨‹ç»“æŸ */

/* ä¼ä¸šèµ„è´¨å¼€å§‹ */
.qualification {
	padding: 20px 70px 20px 70px;
	margin-top: 40px;
	white-space:nowrap;
	overflow: hidden;
}
.qualification .active span{
	color: gray !important;
}

.qualification .container{
	padding: 20px 160px 20px 160px;
}

.qualification .container .item_arr{
	width: 100%;
	height: 300px;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	float: left;
}
.qualification .container .show{
	height: 300px;
	width: 100%;
	overflow: hidden;
	position: relative;
	margin-top: 40px;
}
.qualification .container .item_arr:nth-of-type(1){
	position: absolute;
	left: 0px;
}
.qualification .container .item_arr:nth-of-type(2){
	position: absolute;
	left: 100%;
}
.qualification .container .item_arr .arr_item{
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
	height: 100%;
}
.qualification .container .item_arr .arr_item img{
	width: 300px;
	height: 200px;
	margin: 40px auto;
}
@media screen and (max-width:1440px) {
	.qualification{
		display: none;
	}
}
/* ä¼ä¸šèµ„è´¨ç»“æŸ */