* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

ul,
li {
    list-style: none;
}
@font-face {
    font-family: SourceHanSans;
    src: url('fonts/SourceHanSansCN-Normal_0.otf')
}

html,
body {
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #fff;
    color: #333;
    font-size: 65.5%;
}
body {
  border: 1px solid #fff;
}

a {
    text-decoration: none;
}

img {
    display: block;
}

.clearfix:after {
    content: '';
    display: block;
    height: 0;
    line-height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    zoom: 1;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.background-gray {
    background-color: #f5f5f5;
}

.hidden {
    display: none;
}

.container {
    width: 1400px;
    margin: auto;
}
.green-bg {
  background-color: #009c52 !important;
}

.flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.flex-align-center {
  display: flex;
  align-items: center;
}
select::-ms-expand {
    display: none;
}

select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url("../images/select-btn.gif") no-repeat right center;
    cursor: pointer;
}

input,
textarea,
select {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .15);
    padding-left: 15px;
    margin: 8px 0;
    box-sizing: border-box;
    font-family: "Arial", "Microsoft YaHei", "黑体", "宋体", sans-serif;
}

button {
    border: 0;
    outline: none;
}

/* 头部 */
header {
  width: 100%;
  height: 40px;
  background-color: #231815;
}
.header-content {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-ad, .header-fun {
  display: flex;
  align-items: center;
}
header p {
  font-size: 1.4rem;
  color: #bebebe;
  display: flex;
  align-items: center;
}
header i {
  display: block;
 font-style: initial;
  height: 30px;
 font-size: 16px;
 color: #bebebe;
 
 margin-top: 15px;
}
.header-ad p {
  display: flex;
  align-items: center;
}
.header-ad p::before {
  content: '';
  display: inline-block;
  width: 1px;
  height: 20px;
  background-color: #fff;
  margin: 0 10px;
}
.header-fun p::before {
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  
}
.header-fun p.tel::before {
  background-position: -60px 0;
}
.header-fun p.lang::before {
  background-position: -90px 0;
}
.header-fun p.login::before {
  background-position: -120px 0;
}
.header-fun p.lang {
  margin: 0 30px;
  cursor: pointer;
}
.header-fun p.lang::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 4px solid #dedede;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  margin-left: 5px;
}
.header-fun p.sign::before{
	background: none;
}
.header-fun p.lang a{
	color: #bebebe;
	margin: 0 10px;
}
.header-fun p.sign, .header-fun p.login{
	display: none;
}
/* 导航 */
.nav-mian{
	position: relative;
}
.web-nav {
  height: 85px;
  align-items: center;
}
.web-nav ul {
  height: 100%;
  align-items: center;
}
.web-nav ul li {
  height: 100%;
  margin: 0 5px;
  border-bottom: 2px solid transparent;
}
.web-nav ul li>a {
  width: 100%;
  height: 100%;
  padding: 0 15px;
  display: flex;
  align-items: center;
  color: #333;
  font-size: 20px;
}
.web-nav ul li>a:hover{
	color: #ec594a;
}
.web-nav ul li.hover,
.web-nav ul li:hover {
  color: #fff;
  border-color: #ec594a;
}
.web-nav ul li dl {
  border-top: 1px solid #e1e1e1;
  position: absolute;
  width: 100%;
  top: 85px;
  left: 0;
  background-color: #fff;
  z-index: 99;
  padding: 15px;
  display: none;
  
}
.web-nav ul li dl.pro-drop-dl{
	height: 660px;
	background: #f5f5f5;
	padding-top: 40px;
}
.web-nav ul li dl.pro-drop-dl ul li:hover{
    border: none;	
}
.pro-drop{
	position: relative;
}
.pro-down{
	position: absolute;
	width: 50%;
	background: #fff;
	left:30%;
	top: -40px;
	height: 660px;
	display: none;
	padding: 50px;
}
.pro-drop ul li .pro-down a{
		color: #1E90FF;
}
.pro-down a:hover{
	text-decoration: underline;
}
.pro-down a{
	line-height: initial;
	height: auto;
	margin-bottom: 20px;
}
.pro-drop .pro-down ul li{
	height: auto;
	line-height: initial;
	margin-bottom: 20px;
	font-size: 1.4rem;
}
.pro-down ul li.active a{
	color: #e83421;
}
.pro-drop ul>li{
	margin: 0;
	width: 12.5%;
}
.pro-drop ul{
	display: block;
}
.pro-drop ul>li .pro-down li{
	width: 90%;
	text-align: center;
}

.pro-down-block{
	display: block;
}
.pro-down ul li{
	color: #000;
}
.pro-down ul li:hover {
	color: #000;
}
.pro-drop ul li i{
	display: inline-block;
	width: 50px;
	height: 50px;
	background-image: url(../images/icon.png);
	margin: auto;
	float: left;
	margin-top: 5px;
	margin-right: 8px;
	margin-left: 30px;
}
.pro-drop ul li{
	height: 60px;
	line-height: 60px;
	width: 50%;
}
.pro-drop ul li.active{
	background: #fff;
}
.pro-drop ul li a{
	display: block;
	width: auto;
	padding: 0;
	font-size: 1.6rem;
	overflow: hidden;
	color: #333;
}
.pro-drop ul li a strong{
	font-weight: normal;
}
.pro-down ul li a{
	font-size: 14px;
	height: 50px;
}
.pro-drop ul li:nth-child(1) i{
  background-position: -4px -428px;
}
.pro-drop ul li:nth-child(2) i{
 /* background-position: -50px -428px; */
  background-position: -95px -428px;
}
.pro-drop ul li:nth-child(3) i{
  /* background-position: -95px -428px; */
   background-position: -235px -428px;
}
.pro-drop ul li:nth-child(4) i{
  background-position: -141px -428px;
}
.pro-drop ul li:nth-child(5) i{
  background-position: -189px -428px;
}
.pro-drop ul li:nth-child(6) i{
  background-position: -235px -428px;
}
.pro-drop ul li:nth-child(7) i{
  background-position: -276px -428px;
}
.pro-drop ul li:nth-child(8) i{
  background-position: -317px -428px;
}
.pro-drop ul li:nth-child(9) i{
  background-position: -354px -428px;
}
.pro-drop ul li:hover .all,
.pro-drop ul li.cur .all {
  background-position: 0 -470px;
}
.pro-drop ul li:nth-child(1):hover i,
.pro-drop ul li.cur .pre-processing {
  background-position: -4px -470px;
}
.pro-drop ul li:nth-child(2):hover i,
.pro-drop ul li.cur .bake {
  /* background-position: -50px -470px; */
  background-position: -95px -470px;
}
.pro-drop ul li:nth-child(3):hover i,
.pro-drop ul li.cur .deep-fry {
 /* background-position: -95px -470px; */
  background-position: -235px -470px;
}
.pro-drop ul li:nth-child(4):hover i,
.pro-drop ul li.cur .quick-freeze {
  background-position: -141px -470px;
}
.pro-drop ul li:nth-child(5):hover i,
.pro-drop ul li.cur .season {
  background-position: -189px -470px;
}
.pro-drop ul li:nth-child(6):hover i,
.pro-drop ul li.cur .drying {
  background-position: -235px -470px;
}
.pro-drop ul li:nth-child(7):hover i,
.pro-drop ul li.cur .general {
  background-position: -276px -470px;
}
.pro-drop ul li:nth-child(8):hover i,
.pro-drop ul li.cur .dedicated {
  background-position: -317px -470px;
}
.pro-drop ul li:nth-child(9):hover i,
.pro-drop ul li.cur .drym {
  background-position: -353px -470px;
}


.web-nav ul li dl.solu-drop .row{
	margin-left: -15px;
	margin-right: -15px;
}
.web-nav ul li dl.solu-drop{
	padding-bottom: 95px;
	padding-top: 40px;
}
.web-nav ul li dl.solu-drop dd h3{
	padding-bottom: 5px;
	margin-bottom: 16px;
	border-bottom: 1px solid #e1e1e1;
	font-size: 18px;
	font-weight: normal;
	height: 60px;
	line-height: 30px;
}
.web-nav ul li dl.solu-drop dd:hover h3{
	color: #e83421;
	border-bottom: 1px solid #e83421;
}

.web-nav ul li dl.solu-drop dd{
	float: left;
	width: 25%;
	padding: 0 15px;
	margin-bottom: 25px;
}
.web-nav ul li dl.solu-drop dd img{
	width: 100%;
	transition: all .5s;
}
.web-nav ul li dl.solu-drop dd:hover img{
	transform: scale(1.06,1.06);
}
.web-nav ul li dl dd {
  line-height: 40px;
}
.web-nav ul li dl dd a {
  font-size: 1.6rem;
  color: #333;
}

.header-search form {
  width: 220px;
  position: relative;
}
.header-search .nav-input {
  width: 100%;
  height: 45px;
  padding: 0 40px 0 20px;
  color: #3b5fa9;
  margin: 0;
  border: none;
  border-bottom: 2px solid #e83421;
  overflow: hidden;
}
.header-search .nav-button {
  position: absolute;
  right: 2px;
  top: 1px;
  width: 44px;
  height: 42px;
  background: none;
  background-image: url(../images/icon.png);
  background-position: -360px -210px;
  cursor: pointer;
  border-left: none;
  border-radius: 3px;
}

.header-search p {
  height: 30px;
  line-height: 30px;
  font-size: 1.2rem;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.header-search p a {
  color: #000000;
  background-color: #dcdcdc;
  padding: 4px;
  margin: 0 5px;
}

/* 手机端头部 */
.mobile-top {
  width: 100%;
  height: 70px;
  position: fixed;
  z-index: 99;
  top: 0;
  padding: 0 2%;
  display: none;
  background-color: #fff;
  box-shadow: 0 0 3px 3px #dedede;
}
.mobile-top .header {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header-search-btn {
  width: 45px;
  height: 45px;
  background-image: url(../images/icon.png);
  background-repeat: no-repeat;
  margin-right: 10px;
  background-position: 0 -30px;
}
.header-btn{
  display: flex;
}
.hamburger {
  margin: 0 20px;
}
.hamburger .line {
  width: 32px;
  height: 3px;
  background-color: #ae394b;
  display: block;
  margin: 7px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.hamburger.is-active .line:nth-child(2) {
  opacity: 0;
}
.hamburger.is-active .line:nth-child(1) {
  -webkit-transform: translateY(10px) rotate(45deg);
  -ms-transform: translateY(10px) rotate(45deg);
  -o-transform: translateY(10px) rotate(45deg);
  transform: translateY(10px) rotate(45deg);
}

.hamburger.is-active .line:nth-child(3) {
  -webkit-transform: translateY(-10px) rotate(-45deg);
  -ms-transform: translateY(-10px) rotate(-45deg);
  -o-transform: translateY(-10px) rotate(-45deg);
  transform: translateY(-10px) rotate(-45deg);
}
.mobile-search {
  width: 100% !important;
  position: fixed;
  left: 0;
  background-color: rgba(0,0,0,0.5);
  top: 70px;
  z-index: 1000;
  padding: 20px;
  display: none;
  height: auto;
}
.mobile-search form {
  width: 60%;
  margin: auto;
  position: relative;
}

.mobile-nav {
  width: 210px;
  position: fixed;
  z-index: 99;
  background-color: #fff;
  border-radius: 10px;
  padding: 0 20px;
  box-shadow: 0 0 2px 3px #dfdfdf;
  right: 10px;
  top: 70px;
  display: none;
}
.mobile-nav:before {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-bottom: 12px solid #fff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  top: -12px;
  right: 15px;
}

.mobile-nav ul li {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-bottom: 1px solid #e9e9ef;
}

.mobile-nav ul li a {
    display: block;
    font-size: 1.8rem;
    color: #333;
}


/* 底部 */
footer {
    background: #f6f6f6;
}
.footer-con-list {
  position: relative;
}
.footer-con-list li {
    width: 16%;
    padding: 60px 0 40px;
}
.footer-con-list li p {
  color: #666;
  font-size: 2.2rem;
  margin-bottom: 30px;
}

.footer-con-list li a,
.footer-con-list li span {
  display: block;
  color: #b8b8b8;
  font-size: 1.6rem;
  line-height: 1.6;
  margin: 10px 0;
}
.li-contact img{
	display: inline;
	width: 30%;
	margin: 0 1%;
}
.footer-con-list li.li-news {
  width: 20%;
}
.footer-con-list li.li-contact {
  width: 32%;
  border-left: 1px solid #dcdcdc;
  padding-left: 4%;
}
.footer-con-list li.li-contact span {
  display: flex;
  align-items: center;
}
.footer-con-list li.li-contact span::before {
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  background-image: url(../images/icon.png);
}
.footer-con-list li.li-contact span:nth-of-type(1):before {
  background-position: -270px 0;
}
.footer-con-list li.li-contact span:nth-of-type(2):before {
  background-position: -300px 0;
}
.footer-con-list li.li-contact span:nth-of-type(3):before {
  background-position: -330px 0;
}
.footer-con-list li.li-contact span:nth-of-type(4):before {
  background-position: -360px 0;
}


.footer-con-list li a {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.footer-con-list li a:hover {
  text-decoration: underline;
}

.copyright {
  height: 80px;
  line-height: 80px;
  color: #999;
  font-size: 1.6rem;
  border-top: 1px solid #dcdcdc;
  background: linear-gradient(90deg, #f4f4f4 50%, #e83421 50%);
  position: relative;
}
.copyright .container {
  flex-wrap: nowrap;
}
.copyright p {
  width: 68%;
  height: 80px;
  background-color: #f4f4f4;
}
.copyright .footer-ad {
  width: 33%;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  position: absolute;
  top: 0;
  right: 0;
}
.copyright .footer-ad span {
  color: #fff;
  font-size: 2.4rem;
  padding-left: 20px;
}

/* 标题 */
.home-section-caption {
  text-align: center;
  padding-bottom: 30px;
  color: #333;
}
.home-section-caption h2,.about-video h2,.culture-top h2,.culture-btm h2{
  font-size: 60px;
  font-weight: lighter;
  text-align: center;
}
.home-section-caption h2 {
  font-size: 5.2rem;
  font-weight: lighter;
  
}
.home-section-caption p {
  width: 80%;
  margin: 10px auto 0;
  font-size: 1.8rem;
}

/* service 首页和技术支持页面共用 */
.home-service {
  background: url(../images/service-bg.jpg);
}
.home-service-number {
  width: 45%;
  background: rgba(0,0,0,0.1);
  padding: 0 4%;
  display: flex;
  align-items: center;
}
.home-service-number ul li {
  width: 50%;
  height: 150px;
  margin-bottom: 40px;
}
.home-service-number ul li img {
  height: 50px;
}

.home-service-number ul li .li-text {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
.home-service-number ul li p {
  width: 100%;
  font-size: 3.2rem;
  line-height: 35px;
      margin-top: 20px;
}
.home-service-number ul li span {
  display: block;
  width: 100%;
  font-size: 1.8rem;
}
.home-service-list {
  width: 55%;
  background-color: #fff;
}
.home-service-list ul li {
  padding: 30px 24% 30px 40px;
  color: #333;
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
}
.home-service-list ul li::before {
  content: '';
  display: none;
  width: 0;
  height: 0;
  border-right: 20px solid #e83421;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -20px;
  margin: auto;
}
.home-service-list ul li:first-child,
.home-service-list ul li:last-child {
  background-color: #f0f0f0;
}
.home-service-list ul li .icon {
  display: block;
  width: 60px;
  height: 60px;
  background-image: url(../images/icon.png);
  flex-shrink: 0;
}
.home-service-list ul li:nth-of-type(1) .icon {
  background-position: 0 -210px;
}
.home-service-list ul li:nth-of-type(2) .icon {
  background-position: -60px -210px;
}
.home-service-list ul li:nth-of-type(3) .icon {
  background-position: -120px -210px;
}
.home-service-list ul li .line {
  display: inline-block;
  width: 1px;
  height: 80px;
  background-color: #333;
  margin: 0 30px;
}
.home-service-list ul li h3 {
  font-size: 2rem;
  font-weight: normal;
  margin-bottom: 5px;
}
.home-service-list ul li p {
  font-size: 1.4rem;
line-height: 22px;
  overflow: hidden;
}
.home-service-list ul li:hover {
  background-color: #e83421;
  color: #fff;
}
.home-service-list ul li:hover::before {
  display: block;
}
.home-service-list ul li:hover .line {
  background-color: #fff;
}
.home-service-list ul li:hover:nth-of-type(1) .icon {
  background-position: -180px -210px;
}
.home-service-list ul li:hover:nth-of-type(2) .icon {
  background-position: -240px -210px;
}
.home-service-list ul li:hover:nth-of-type(3) .icon {
  background-position: -300px -210px;
}

/* 产品列表 */
.home-machine-list li {
  width: 23%;
  margin-bottom: 20px;
  text-align: center;
}
.home-machine-list li img {
  width: 100%;
  border-radius: 8px;
  border: 1px solid #dcdcdc;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.home-machine-list li:hover img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.home-machine-list li p {
  color: #333;
  font-size: 2.2rem;
  width: 100%;
  margin: 10px 0;
}
.home-machine-list li span {
  font-size: 1.4rem;
  color: #999;
}

/* process */
.home-process {
  height: 180px;
  background: url(../images/process-bg.jpg) no-repeat top center;
  margin: 10px auto 50px;
}
.home-process-list {
  padding-left: 18.5%;
  height: 100%;
  padding-right: 1.5%;
}
.home-process-list ul {
  height: 100%;
}
.home-process-list ul li {
  width: 18.5%;
  height: 100%;
  background-color: #f0f0f0;
  text-align: center;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  cursor: pointer;
  position: relative;
}
.home-process-list ul li i {
  display: block;
  width: 60px;
  height: 60px;
  background-image: url(../images/icon.png);
  margin: 0 auto 10px;
}
.home-process-list ul li:nth-of-type(1) i {
  background-position: 0 -270px;
}
.home-process-list ul li:nth-of-type(2) i {
  background-position: -60px -270px;
}
.home-process-list ul li:nth-of-type(3) i {
  background-position: -120px -270px;
}
.home-process-list ul li:nth-of-type(4) i {
  background-position: -180px -270px;
}
.home-process-list ul li:nth-of-type(5) i {
  background-position: -240px -270px;
}
.home-process-list ul li:nth-of-type(6) i {
  background-position: -300px -270px;
}
.home-process-list ul li p {
  width: 100%;
  font-size: 2rem;
}
.home-process-list ul li::after {
  content: '';
  display: none;
  width: 0;
  height: 0;
  border-left: 20px solid #e83421;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -20px;
  margin: auto;
  z-index: 5;
}
.home-process-list ul li:hover {
  background-color: #e83421;
  color: #fff;
}
.home-process-list ul li:hover:nth-of-type(1) i {
  background-position: 0 -330px;
}
.home-process-list ul li:hover:nth-of-type(2) i {
  background-position: -60px -330px;
}
.home-process-list ul li:hover:nth-of-type(3) i {
  background-position: -120px -330px;
}
.home-process-list ul li:hover:nth-of-type(4) i {
  background-position: -180px -330px;
}
.home-process-list ul li:hover:nth-of-type(5) i {
  background-position: -240px -330px;
}
.home-process-list ul li:hover:nth-of-type(6) i {
  background-position: -300px -330px;
}
.home-process-list ul li:hover::after {
  display: block;
}


.home-news .news-first {
  width: 32%;
  background-color: #f0f0f0;
}
.home-news .news-first:hover {
  background-color: #e83421;
}
.home-news .news-first:hover h3,
.home-news .news-first:hover p {
  color: #fff;
}
.home-news .news-first img {
  width: 100%;
}
.home-news .news-first .li-text {
  padding: 20px;
  color: #666;
  font-size: 14px;
}
.home-news .news-first h3 {
  color: #333;
  font-size: 18px;
  margin: 10px 0;
  line-height: 30px;
  height: 60px;
  overflow: hidden;
}
/* 新增 */
.prosingle-lc p{
	text-align: center;
	font-size: 16px;
	margin-bottom: 60px;
}
.prosingle-lc dl{
	width: 20%;
	padding: 0 1%;
	float: left;
}
.prosingle-lc dl span{
	display: block;
	margin: 24px 0 30px 0;
	font-size: 22px;
	color: #666666;
}
.prosingle-lc dl dd{
	font-size: 18px;
	color: #666666;
	line-height: 34px;
}



/* 新增 */
.foot-top{
	overflow: hidden;
	padding-top: 24px;
	padding-bottom: 20px;
	border-bottom: 2px solid #dcdcdc;
	margin-bottom: 65px;
}
.foot-top a{
	float: left;
	font-size: 16px;
	color: #646464;
	padding-top: 10px;

}
.foot-top form{
	float: right;
	width: 320px;
	height: 44px;
	border: 2px solid #bebebe;
	border-radius: 5px;
	position: relative;
}
.foot-top form input{
	width: 100%;
	height: 40px;
	margin: 0;
	background: none;
	outline: none;
}
.foot-top form button{
	position: absolute;
	right: 0;
	top: 0;
	height: 40px;
	width: 50px;
	border-left: 2px solid #bebebe;
}
.foot-top form button img{
	margin: auto;
}
.foot-main-con{
	width: 19%;
}
.foot-main-con  dl img{
	width: 100px;
}
.foot-main-con p{
	font-size: 18px;
	margin-bottom: 32px;
}
.foot-main-con ul li{
	margin-bottom: 24px;
}
.foot-main-con ul li a{
	font-size: 14px;
	color: #646464;
}
.foot-main-con ul li a:hover, .foot-sh ul li a:hover{
	color: #e83421;
}
.foot-main-con dl{
	float: left;
	width: 50%;
	margin-bottom: 30px;
}
.about-what{
    height: 500px;
	background: url(../images/ab-whatban.jpg) no-repeat center;
	padding: 50px 0 0;
}
.about-what-lis{
   margin-top: 30px;
}
.about-what-list ul li{
	width: 23%;
	text-align: center;
}
.about-what-list ul li img{
	margin: auto;
}
.about-what-list ul li p{
   color: white;
   margin-top: 20px;
   font-size: 2.2rem;
   line-height: 40px;
}
.about-xian{
   border: 1px solid #e83421;
   margin: 0 44%;
}

.foot-main-con dl dd{
	font-size: 14px;
	color: #646464;
	margin-top: 10px;
}
.foot-main-con ul li {
	overflow: hidden;
}
.foot-main-con ul li span{
	float: left;
	width: 40px;
}
.foot-main-con ul li a{
	width: 80%;
	float: left;
}
.foot-sh ul{
	float: left;
}
.foot-sh ul li{
	display: inline-block;
	margin: 0 40px;
	font-size: 14px;
	color: #646464;
}
.foot-sh ul li:first-child{
	margin-left: 0;
}
.foot-sh ul li a{
	color: #646464;
}
.social-share{
	float: right;
}
.foot-sh{
	margin-top: 10px;
	padding: 40px 0;
	border-top: 2px solid #dcdcdc;
}
.foot-qp{
	height: 70px;
	line-height: 70px;
	background: #ececec;
	text-align: center;
}
.foot-qp ul li{
	display: inline-block;
	font-size: 14px;
	color: #646464;
	margin: 0 20px;
}
.social-top{
	font-size: 16px;
}
.culture-top h2, .culture-btm h2{
	    font-size: 60px;
	    font-weight: lighter;
	    text-align: center;
		    padding: 0px 0 20px 0;
}
.ipro-main li h3:hover, .ipro-main li span:hover{
	color: #e83421;
}
.ipro-main li span{
	color: #1E90FF;
}
.ipro-main li span:hover{
	text-decoration: underline;
}
.ipro-main li img{
	transition: all .5s;
}
.ipro-main li:hover img{
	transform: scale(1.1,1.1);
}
.foot-top form:hover{
	border:2px solid #e83421;
}

.foot-top form button{
	    background-image: url(../images/icon.png);
	    background-position: -360px -210px;
}
.foot-top form:hover button{
	border-left: 2px solid #e83421;
	
	background: #e83421;
	background-image:  url(../images/icon.png);
	background-position: -400px -210px;
}
.foot-top form:hover button img{
	display: none;
}
.contactfix{
	position: fixed;
	top: 40%;
	right: 0;
	z-index: 22;
}
.contactfix ul li{
	height: 40px;
	line-height: 40px;
	border-bottom-left-radius: 40px;
	border-top-left-radius: 40px;
	padding-right: 10px;
	margin-bottom: 10px;
	transition: all .5s;
	transform: translateX(175px);
	cursor: pointer;
}
.contactfix ul li:hover{
	transform: translateX(0);
}
.contactfix ul li:last-child:hover{
	transform: translateX(175px);
}
.contactfix ul li span{
	color: #fff;
	display: inline-block;
	width: 130px;
	padding-left: 20px;
}
.contactfix ul li span img{
	margin-right: 10px;
	display: inline;
}
.contactfix ul li a{
	color: #fff;
}
.swt{
	padding-left: 180px;
}
.swt img{
	width: 80px;
}
/* #LRdiv0{
		display: none !important;
	} */
@media screen and (max-width: 1440px) {
  .container {
      width: 1180px;
  }
  .copyright .footer-ad span {
    font-size: 2rem;
  }
  .home-service-number ul li img {
    width: 120px;
  }
  .home-process {
    height: 150px;
  }
  .home-process-list {
    padding-left: 17.5%;
  }
}
@media screen and (max-width: 1200px) {
  .container {
      width: 1100px;
  }
  .header-search form {
    width: 200px;
  }
  .home-service-number {
    padding: 0 2%;
  }
}

@media screen and (min-width:992px) and (max-width:1199px) {
}

.contactfix{
	
	position: fixed;
	top: 40%;
	right: 0;
	z-index: 22;
}
.contactfix ul li{
	height: 40px;
	line-height: 40px;
	border-bottom-left-radius: 40px;
	border-top-left-radius: 40px;
	padding-right: 10px;
	margin-bottom: 10px;
	transition: all .5s;
	transform: translateX(175px);
	cursor: pointer;
}
.contactfix ul li:hover{
	transform: translateX(0);
}
.contactfix ul li:last-child:hover{
	transform: translateX(175px);
}
.contactfix ul li span{
	color: #fff;
	display: inline-block;
	width: 130px;
	padding-left: 20px;
}
.contactfix ul li span img{
	margin-right: 10px;
	display: inline;
}
.contactfix ul li a{
	color: #fff;
}
#LRdiv0{
	display: none !important;
}

/* 手机端 */
.headm, .footm, .home-partner-listm{
	display: none;
}
@media screen and (max-width:1024px) {
	.contactfix ul{
		display: none;
	}
	.swt{
		padding-left: 0;
	}
	.swt img{
		width: 60px;
	}
	.contactfix{
		top: 60%;
	}
	
	#LRfloater0 img{
		width: 150px !important;
	}
	.headm, .footm, .home-partner-listm{
		display: block;
	}
	.nav-mian, header, footer, .home-partner-list{
		display: none;
	}
	.home-partner-listm {
		padding: 0 15px;
	}
	.home-partner-listm li{
		width: 48%;
		margin-bottom: 15px;
	}
	.home-partner-listm li img{
		width: 100%;
	}
	.container{
		width: auto;
		padding: 0 15px;
	}
	.headm{
		height: 75px;
		border-bottom: 1px solid #dcdcdc;
		background: #fff;
		position: fixed;
		width: 100%;
		left: 0;
		top: 0;
		z-index: 22;
	}
	.logom{
		float: left;
	}
	.headm-tel{
		float: right;
	}
	.navm{
		float: right;
		padding-top: 35px;
	}
	.logom{
		width: 18%;
		padding-top: 16px;
	}
	.logom img{
		width: 100%;
	}
	.headm-tel img{
		display: inline;
	}
	.headm-tel{
		font-size: 14px;
		color: #333;
		padding-top: 13px;
		    padding-right: 26px;
		
	}
	.headm-tel span{
		display: block;
	}
	.navm img{
		display: none;
		width: 25px;
	}
	.navm img.navimg-block{
		display: block;
	}
	.navm-main{
		position: fixed;
		top: 75px;
		left: 0;
		width: 100%;
		z-index: 22;
		background: #fff;
		overflow: auto;
		height: 100%;
		padding-bottom: 95px;
		display: none;
	}
	.navm-main ul li{
		border-bottom: 1px solid #dcdcdc;
		line-height: 78px;
		color: #333333;
		font-size: 20px;
		padding:0 15px;
	}
	.navm-main ul li span{
		float: right;
		color: #bebebe;
		transition: all .5s;
		font-family: simsun;
	}
	.navm-main ul li span.active{
		transform: rotate(90deg);
	}
	.navm-main ul li a{
		color: #333;
	}
	.navm .navm-main ul li img{
		vertical-align: middle;
		display: inline;
		width: 20px;
		margin-right: 10px;
	}
	.navm-down{
		overflow: hidden;
		padding-bottom: 25px;
		display: none;
	}
	.navm-down a{
		float: left;
		width: 49%;
		line-height: initial;
		font-size: 16px;
		margin-right: 1%;
		margin-top: 20px;
		text-decoration: underline;
	}
	.foot-ul{
		background: #f5f5f5;
	}
	.foot-ul ul li{
		line-height: 85px;
		font-size: 20px;
		overflow: hidden;
		border-bottom: 1px solid #999999;
	}
	.foot-ul ul li:last-child{
		border: none;
	}
	.foot-ul ul li span{
		float: right;
	}
	.foot-ul ul li a{
		color: #333333;
		font-size: 18px;
	}
	.foot-ul-btm{
		line-height: 65px;
		background: #dcdcdc;
		overflow: hidden;
	}
	.foot-ul-btm a{
		font-size: 16px;
		color: #333;
		float: left;
		width: 20%;
	}
	.foot-con{
		text-align: center;
		padding: 10px 0;
		margin-bottom: 75px;
	}
	.foot-con img{
		display: inline;
		margin-right: 10px;
	}
	.foot-con a{
		font-size: 22px;
		color: #e83421;
	}
	.foot-con a span{
		font-size: 16px;
		color: #999999;
	}
	.foot-con p{
		font-size: 18px;
		color: #333;
	}
	.foot-fix{
		position: fixed;
		z-index: 20;
		width: 100%;
		left: 0;
		bottom: 0;
		background: #f5f5f5;
		height: 75px;
		overflow: hidden;
	}
	.foot-fix dl{
		float: left;
		width: 25%;
		text-align: center;
		font-size: 18px;
	}
	.foot-fix dl dd{
		color: #666;
	}
	.foot-fix dl.acitve dd{
		color: #e83421;
	}
	.foot-fix dl img{
		margin: auto;
		display: inline;
		vertical-align: middle;
		height: 22px;
	}
	.foot-fix dl dd{
		font-size: 16px;
	}
	.foot-fix dl dt{
		height: 45px;
		line-height: 45px;
	}
	.fenge{
		margin-bottom: 75px;
	}
	.about-what-list ul li{
		width: 48%;
	}
	.home-service-list, .home-service-number{
		width: 100%;
	}
	.about-what-list ul li img{
		margin: 0 auto !important;
		width: 35%;
	}
	.about-what-list ul li p{
		text-align: center;
		font-size: 16px;
		    line-height: 24px;
	}
	.home-service-number ul li{
		width: 48%;
	}
	.home-service-number ul li img{
		width: 180px;
	}
	.navm-main ul li a{
		display: inline-block;
		width: 90%;
	}
	.navm-main ul li .navm-down a{
		width: 49%;
	}
	.home-service-list ul li p{
		height: auto;
	}
	.foot-con{
		margin-bottom: 120px;
		text-align: center;
	}
}
@media screen and (min-width:768px) and (max-width:1199px) {
	.logom{
		width: 10%;
	}
	
}
@media screen and (max-width: 480px) {
}

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

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