.n_home {
  background: #f1f1f1;
}
.n_home .home_topbar {
  height: 35px;
  line-height: 35px;
  background: #E3E3E3;
}
.n_home .home_topbar .home_topbar_wrap {
  width: 1226px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
}
.n_home .home_topbar .home_topbar_wrap a {
  color: #626262;
  cursor: pointer;
}
.n_home .home_topbar .home_topbar_wrap a:hover,
.n_home .home_topbar .home_topbar_wrap a.mainColor {
  color: #ca4300;
}
.n_home .home_topbar .home_topbar_menu * {
  color: #626262;
  height: 13px;
  line-height: 13px;
}
.n_home .home_topbar .home_topbar_menu span {
  padding-left: 15px;
}
.n_home .home_topbar .home_topbar_menu span.myorder {
  cursor: pointer;
}
.n_home .home_topbar .home_topbar_menu span.myorder:hover {
  color: #ca4300;
}
.n_home .home_topbar .home_topbar_menu .pro_icon {
  width: 40px;
  height: 17px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.n_home .home_topbar .home_topbar_menu .home_topbar_menu-border {
  border-left: 1px solid #626262;
  margin-left: 15px;
}
.n_home .home_topbar .home_topbar_menu .home_topbar_menu-car {
  padding-left: 15px;
  position: relative;
}
.n_home .home_topbar .home_topbar_menu .home_topbar_menu-car svg {
  position: absolute;
  width: 12px;
  height: 12px;
  top: 0;
  left: 0;
}
.n_home .home_top {
  background: #fff;
  height: 89px;
  border-bottom: 1px solid #E5E5E5;
}
.n_home .home_top .home_top_logo {
  float: left;
  margin-top: 5px;
  width: 350px;
  height: 80px;
  align-items: center;
  display: flex;
}
.n_home .home_top .home_top_logo img {
  height: auto;
  margin-right: 22px;
}
.n_home .home_top .home_top_logo .slogan {
  font-size: 14px;
  color: #333333;
  line-height: 22px;
}
.n_home .home_top .home_top_logo .slogan img {
  width: 19px;
  height: 14px;
  margin-right: 5px;
  vertical-align: sub;
}
.n_home .home_top .home_top_logo .slogan svg {
  width: 19px;
  height: 14px;
  margin-right: 5px;
  vertical-align: sub;
}
.n_home .home_top .home_top_logo .slogan .sub-title {
  font-size: 12px;
  color: #959595;
}
.n_home .home_top .home_top_search {
  width: 468px;
  border: 1px solid #ca4300;
  border-radius: 20px;
  height: 35px;
  line-height: 35px;
  float: left;
  position: relative;
  margin: 25px 0 25px 65px;
}
.n_home .home_top .home_top_search .home_top_search_input,
.n_home .home_top .home_top_search .home_top_search_btn {
  border: 0;
  outline: 0;
  position: absolute;
  border-radius: 20px;
}
.n_home .home_top .home_top_search .home_top_search_input {
  left: 1px;
  width: 445px;
  padding-left: 15px;
  height: 38px;
  line-height: 38px;
  top: 0;
  font-size: 14px;
  color: #333;
}
.n_home .home_top .home_top_search .form-control{
	border: 0;
    width: 80%;
    height: 35px;
	border-radius: 30px 0 0 30px;
    float: left;
	padding-left: 23px;
}
.n_home .home_top .home_top_search .form-sousuo{
	width: 15%;
    border: 0;
    height: 35px;
    border-radius: 0 30px 30px 0;
	background: url(/img/sousuo.png) #da261e center content-box no-repeat;
    background-size: 40%;
}
.n_home .home_top .home_top_search .form-sousuo::after{

}

.n_home .home_top .home_top_search .home_top_search_btn {
  width: 80px;
  background: #ca4300;
  right: -40px;
  cursor: pointer;
  z-index: 3;
  height: 40px;
  line-height: 40px;
  top: -1px;
  text-align: center;
  padding-top: 7px;
}
.n_home .home_top .home_top_search .home_top_search_btn svg {
  width: 22px;
  height: 22px;
}
.n_home .home_top .home_top_search .home_top_search_btn:hover {
  background: #f49000;
}
.n_home .home_top .home_top_search .home_top_search_hotWord {
  position: absolute;
  z-index: 2;
  text-align: right;
  top: 5px;
  right: 56px;
  height: 20px;
  font-size: 12px;
}
.n_home .home_top .home_top_search .home_top_search_hotWord a {
  display: inline-block;
  width: 54px;
  padding: 0 3px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  overflow: hidden;
  background: #F3F3F3;
  color: #878787;
  border-radius: 5px;
  margin-left: 5px;
}
.n_home .home_top .home_top_search .home_top_search_hotWord a:hover {
  background: #ca4300;
  color: #fff;
}
.n_home .home_top .home_top_search .home_top_search_history {
  display: none;
  position: absolute;
  top: 39px;
  left: 19px;
  width: 100%;
  z-index: 5;
  background: #fff;
  border-top: 0;
  width: 410px;
  height: 215px;
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  padding: 15px 0;
}
.n_home .home_top .home_top_search .home_top_search_history li {
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  padding: 0 25px;
  cursor: pointer;
  overflow: hidden;
}
.n_home .home_top .home_top_search .home_top_search_history li:hover {
  background: #F5F5F5;
}
.n_home .home_top .home_top_hotline {
  float: right;
  width: 192px;
  margin-top: 20px;
}
.n_home .home_top .home_top_hotline .home_top_hotline_phone {
  height: 28px;
  line-height: 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 4px;
  margin-bottom: 5px;
}
.n_home .home_top .home_top_hotline .home_top_hotline_phone * {
  height: 28px;
  line-height: 28px;
  display: block;
  float: left;
  color: #c50202;
}
.n_home .home_top .home_top_hotline .home_top_hotline_phone em {
  color: #727272;
  font-size: 15px;
}
.n_home .home_top .home_top_hotline .home_top_hotline_phone i {
  width: 20px;
  height: 19px;
  background: url('/static/images/phone_icon.png') no-repeat;
}
.n_home .home_top .home_top_hotline .home_top_hotline_phone .icon {
  width: 20px;
  height: 19px;
}
.n_home .home_top .home_top_hotline .home_top_hotline_phone span {
  font-size: 22px;
  font-weight: bold;
  color: #ca4300;
  width: 150px;
}
.n_home .home_top .home_top_hotline .home_top_hotline_intro {
  font-size: 12px;
  color: #878787;
  text-align: right;
}
.home-ads {
  background: #e8e8e8;
}
.home-ads .wrap {
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-ads .wrap .bottom-item {
  display: flex;
  align-items: center;
  color: #333;
  font-size: 16px;
  line-height: 16px;
}
.home-ads .wrap .bottom-item:not(:last-child) {
  margin-right: 100px;
}
.home-ads .wrap .bottom-item svg {
  width: 32px;
  height: 37px;
  margin-right: 20px;
}

@media screen and (max-width: 480px){

	.body{
		width: 100%;
	}
	.n_home{
		width: 100%;
		min-width: 100%;
	}
	.n_home .home_topbar{
		width: 100%;
	}
	.n_home .home_topbar .home_topbar_wrap{
		width: 100%;
		display: block;
	}
	.n_home .home_topbar .home_topbar_menu{
		width: 50%;
		display: block;
		float: right;
	}
	.n_home .home_topbar .home_topbar_menu .home_topbar_menu-border{
		display: none;
	}
	.wrap{
		width: 100%;
		min-width: 100%;
	}
.n_home .home_top .home_top_logo{
	width: 40%;
    padding-left: 10px;
}

.n_home .home_top .home_top_logo .slogan{
	display: none;
}
.n_home .home_top .home_top_hotline .home_top_hotline_phone{
	width: 100%;
	margin-top: 20px;
}
.n_home .home_top .home_top_hotline .home_top_hotline_phone .icon{
	width: 20%;
}
.n_home .home_top .home_top_hotline .home_top_hotline_phone span{
	width: 80%;
}
.n_home .home_top .home_top_hotline .home_top_hotline_intro{
	width: 100%;
}
.n_home .home_top .home_top_logo img{
	margin-right: 0;
}
.n_home .home_top .home_top_hotline{
	width: 55%;
    height: 80px;
    margin-top: 0;
}
.n_home .home_top .home_top_search{
	display: none;
}



.n_nav{
	height: 80px;
}
.n_nav ul{
	width: 100%;
	height: auto;
}
.n_nav li{
	width: 33.333333%;
}

.n_nav li a{
	width: 100%;
}
.n_nav li .hot{
    right: 10px;
    top: 0px;
}

.n_wrap{
	width: 100%;
	height: 180px;
    margin-bottom: 20px;
}
.n_category #service, .n_category #industry{
	width: 100%;

}
.n_category .side{
	display: none;
}
 .n_category #industry{
	display: none;
 }

 .n_banner{
	 width: 100%;
    left: auto;
	height: 180px;
 }
 .n_banner .swiper-container{
	height: 180px;
 }
 .n_banner .swiper-wrapper{
	height: 180px;
 }
.swiper-container-fade .swiper-slide-active{
	width: 100% !important;
    height: 100%;
    background-size: 100%;
}
.n_banner .swiper-button-prev{
	top: 65px;
}
.n_banner .swiper-button-next{
	top: 65px;
}
.baa{
	height: auto;
}

.homeCon-head{
	height: 50px;
    line-height: 50px;
	padding: 0 10px;
}

.homeCon10 .oiq-wrap{
	padding-bottom: 10px;
}
.homeCon10 .oiq-wrap .oiq-bg{
	width: 100%;
    background-size: 100% 100%;
    height: 200px;
}
.homeCon10 .oiq-wrap .oiq-plan{
	width: 100%;
	height: 280px;
	border: none;
}
.homeCon10 .oiq-wrap .oiq-plan .oiq_msg{
    display: none;
}
.homeCon10 .homeCon-head a{
	padding-left: 0;
}
.homeCon-head a.more{
	padding-top: 22px;
}
.homeCon-head ul{
	padding-top: initial;
}

.homeCon-head ul li{
    width: 33.333333%;
}
.homeCon-head ul li.homeCon-head-bg{
	display: none;
}

.homeCon8-body .side{
    margin: 0 auto;
    text-align: center;
    width: 100%;
    height: auto;
}
.homeCon8-body .side img{
	position: relative;
}
.homeCon8-body .list{
	width: 100%;
}
.homeCon8-body .list li{
	width: 48%;
    padding: 10px 0.5% 0;
}
.homeCon8-body .list h2{
	width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.homeCon8-body .list p{
	width: 100%;
}
.homeCon8-body .list img{
	width: 100%;
    height: 75.28px;	
}
.homeCon8-body .list li:nth-child(n+4){
	border-bottom: inset;
}
.homeCon8-body .list h2 span.active{
	max-width: 100%;
}
.homeCon8-body .list h2 span strong{
	display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.homeCon6{
	padding-bottom: 20px;
}
.homeCon6-item-list .more{
	top: 140px;
	right: 172.5px;
}
.homeCon6-item-list.homeCon6-li a.more{
	right: 172.5px;
}
.homeCon7 .homeCon7-body li{
	margin-bottom: 10px;
    width: 100%;
    margin-right: 0;
}
.homeCon6-body .homeCon6-item{
	width: 100%;
    margin-right: 0;
}
.homeCon6-item-line{
	width: 100%;
    padding: 35px 0 0;
}
.homeCon6-item-list ul{
    width: 100%;
    padding: 38px 0 0;
}
.homeCon7 .homeCon7-bg{
	width: 100%;
}
.homeCon7 .homeCon7-mark{
	width: 100%;	
}
.homeCon7 .homeCon7-con{
	width: 100%;
    padding: 30px 0;
}
.home-logos-item{
	height: auto;
    padding-bottom: 0;
}
.home-logos-item .item1{
	width: 100%;
    height: auto;
	margin-bottom: 10px;
}
.home-logos-item .item1 li{
	width: 48%;
    height: 75.84px;
    margin: 10px 0.5% 0;
}
.home-logos-item .item1 img{
	width: 100%;
    height: auto;
}
.home-logos-item .item2{
	width: 100%;
    height: auto;
	margin-bottom: 10px;
	display: none;
}
.home-logos-item .item2 li{
	width: 48%;
    height: auto;
    margin: 10px 0.5% 0;
	float: left;
}
.home-logos-item .item2 img{
	width: 100%;
    height: auto;
}
.home-logos-item .item3{
	width: 100%;
	display: none;
}
.home-logos-item .item3 li{
    margin: 0 2.5% 0 0;
	width: 30%;
	height: auto;
}
.home-logos-item .item3 img{
	width: 100%;
    height: auto;
}
.descripBox{
	width: 100%;
	height: auto;
}
.descripBox ul{
	width: 100%;
}
.descripLi.big{
	width: 50%;
    padding: 0 0 60px 0;
    margin: 0;
    border: none;
}
.descripLi.big .bigBox{
	padding: 0 5px 0 10px;
}
.descripLi.big .liTitle{
	width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.descrip{
	height: auto;
    padding-bottom: 50px;
}
.learnMore{
    width: 100%;
    background: none;
    height: auto;
}
.bigBox .liTitle{
	font-size: 18px;
}
.learnMore-icon{
    width: 15px;
    height: 15px;
	background-size: 100%;	
	right: auto;
}
.learnMore-word{
    left: 20px;
    line-height: 20px;
    top: 8px;
	font-size: 10px;
}
.yqlianjie{
	width: 100%;
    font-size: 13px;
    color: #666;
}
.yqlianjie a{
    color: #666;
}
.helpinfo{
    min-width: 100%;

}
.wrap-lg{
	max-width: 100%;
    min-width: 100%;
}
.wrap-lg .f_link{
	width: 20%;
    float: left;
    padding-right: 5%;
}
.wrap-lg .f_link:nth-child(4){

}
.wrap-lg .f_link:nth-child(5), .wrap-lg .f_link:nth-child(6){
	display: none;
}
.helpinfo .helpinfo-item{
	width: 100%;
	text-align: center;
}
.helpinfo .helpinfo_seo{
	padding: 0 10px;
}
.footer{
	padding: 20px 10px 70px 0;
}


}
