body {
  font-size: 14px;
  color: #333333;
}
body li {
  list-style: none;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-size: 14px;
  font-weight: normal;
}
.wrap{ 
  max-width:1584px; 
  width:95%; 
  margin:0 auto; 
  max-height:999999px;
}
.imgmouseon {
  overflow: hidden;
}
.imgmouseon img {
  cursor: pointer;
  transition: all 0.6s;
}
.imgmouseon img:hover {
  transform: scale(1.1);
}

/*头部*/
.header {
  top: 0px;
  background-color: #ffffff;
  padding: 15px 0px;
  position: sticky;
  position: -webkit-sticky;
  top: 0px;
  z-index: 1000;
  border-bottom: 1px solid #e7e7e7;
}
.header .wrap{
  flex-wrap: wrap;
  display: flex;
  justify-content: right;
  align-items: center;
}
.header .logo {
  width: 275px;
  height: 48px;
  display: flex;
  flex-flow: row wrap;
  align-content:center;
  margin-right: auto;
}
.header .logo img {
  display: block;
}
.header .henav {
  font-size: 16px;
  color: #2e2e2e;
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
  width: 55%;
  margin-right: 3%;
}
.header .henav a {
  display: inline-block;
  text-align: center;
  line-height: 36px;
}
.header .henav a:hover {
  color: #eb6423;
}
.header .henav li{
  position: relative;
  display: flex;
  flex-flow: row wrap;
  align-content: center;
}
.header .henav li .flobox {
  position: absolute;
  left: 50%;
  margin-left: -60px;
  margin-top: 30px;
  background-color: #ffffff;
  height: 0px;
  overflow: hidden;
  transition: all 0.5s;
  border-radius: 3px;
  padding: 0px 0px;
  width: 120px;
  z-index: 200;
}
.header .henav li .flobox a {
  display: list-item;
  text-align: center;
  color: #333333;
  font-size: 14px;
  line-height: 40px;
}
.header .henav li:hover .flobox {
  height: auto;
  padding: 10px 10px;
  margin-left: -70px;
  font-weight: normal;
}
.header .henav li .flobox a:hover {
  color: #eb6423;
}
.header .hela {
  font-size: 14px;
  margin-right: 1%;
  line-height: 36px;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  display: flex;
  flex-flow: row wrap;
  align-content: center;
}
.header .hela span{
  padding-left: 8px;
  color: #eb6423;
}
.header .hela img{
  width: 17px;
  height: 17px;
  margin-top: 10px;
}
.header .hela .flobox {
  position: absolute;
  left: 100%;
  margin-left: -60px;
  margin-top: 30px;
  background-color: #ffffff;
  height: 0px;
  overflow: hidden;
  transition: all 0.5s;
  border-radius: 3px;
  padding: 0px 0px;
  width: 60px;
  z-index: 200;
}
.header .hela .flobox a {
  display: list-item;
  text-align: center;
  color: #333333;
  font-size: 14px;
  line-height: 40px;
  list-style: none;
}
.header .hela:hover .flobox {
  height: auto;
  padding: 10px 20px;
  margin-left: -80px;
  font-weight: normal;
}
.header .hela:hover .flobox a{
  font-weight: normal;
}
.header .hela .flobox a:hover {
  color: #eb6423;
}
.header .hese input {
  color: #565656;
  width: 70px; 
  background-color:transparent;
  padding: 0px 8px 0px 16px;
  outline: none;
  line-height: 36px;
}
/*banner大图*/
.banner_index{
  width: 100%;
}
.banner_index .swiper-slide{
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  align-items: center;
  background-position: center center;
}
.banner_index .swiper-slide h1{
  font-size: 72px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
}
.banner_index .swiper-slide h2{
  font-size: 18px;
  font-weight: normal;
  color: #ffffff;
  text-align: center;
  margin:12px 0px 48px 0px;   
}
.banner_index .swiper-slide a{
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  margin: auto;
  display: block;
  width: 153px;
  height: 47px;
  border-radius: 25px;
  border: 2px solid #ffffff;
  line-height: 47px;
}
.banner_index .swiper-slide a:hover{
  color: #ffffff;
  width: 153px;
  height: 47px;
  border-radius: 25px;
  border: 2px solid #eb6423;
  line-height: 47px;
  background-color: #eb6423;
}
/*banner内页大图*/
.banner_oth {
  height: 480px;
  width: 100%;
}
.banner_oth .swiper-slide{
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  align-items: center;
  background-position: center center;
}
.banner_oth .swiper-slide h1{
  font-size: 48px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
}
.banner_oth .swiper-slide h2{
  font-size: 18px;
  font-weight: normal;
  color: #ffffff;
  text-align: center;
  margin-top: 12px;   
}
/*主体-主页*/
.center_index{
  background-color: #f3f5f6;
}
.center_index .wrap{
  padding: 85px 0px;
}
.center_index .title{
}
.center_index .title h1{
  font-size: 36px;
  color: #1e1e1e;
  font-weight: bold;
  line-height: 52px;
}
.center_index .title h2{
  font-size: 16px;
  color: #555555;
  padding-top: 26px;
}
.center_index .title h3{
  padding-top: 50px;
  padding-bottom: 50px;
}
.center_index .title h3 img{
  margin-right: 22px;
}
.center_index .content1 {
  background-color: #f5f5f5;
}
.center_index .content1 ul{
  overflow:hidden;
}
.center_index .content1 ul>li:nth-child(1){
  width: 49%;
  height: 539px;
}
.center_index .content1 ul li:nth-child(1) .img{
  height: 375px;
}
.center_index .content1 ul li:nth-child(1) h2{
  display: block;
}
.center_index .content1 ul li{
  width: 24%;
  height: 262px;
  background-color: #ffffff;
  border-radius: 15px;
  box-shadow: 0px 0px 18px #f0f0f0;
  margin-top: 15px;
  margin-left: 0.5%; 
  margin-right: 0.5%;
  float: left;
}
.center_index .content1 ul li .img{
  width: 100%;
  height: 150px;
  margin-top: 25px;
  overflow: hidden;
}
.center_index .content1 ul li .img img{
  height: 100%;
  margin: auto;
  display: block;
}
.center_index .content1 ul li h1{
  font-size: 20px;
  color: #202020;
  text-align: center;
  margin: 10px auto;
  height: 20px;
  overflow: hidden;
}
.center_index .content1 ul li h2{
  font-size: 16px;
  color: #7e7e7e;
  padding-bottom: 16px;
  text-align: center;
  display: none;
}
.center_index .content1 ul li .btn{
  width: 91px;
  height: 28px;
  font-size: 16px;
  display: block;
  border-radius: 50px;
  background-color: #ffffff;
  border: 1px solid #b9b9b9;
  line-height: 28px;
  text-align: center;
  margin: auto;
}
.center_index .content1 ul li:hover .btn{
  background-color: #f34c0e;
  color: #ffffff;
  border: 1px solid #f34c0e;
}
.center_index .content2{
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
}
.center_index .content2 li{
  width: 25%;
  position: relative;
}
.center_index .content2 li a{
  height: 100%;
  display: block;
  position: absolute;
  top: 0px;
  width: 100%;
}
.center_index .content2 .cobg{
}
.center_index .content2 .cobg img{
  width: 100%;
}
.center_index .content2 .coin{
  margin: 0% 10%;
  width: 80%;
  position: absolute;
  bottom: 13%;
}
.center_index .content2 h1{
  margin-top: 25px;
  font-size: 36px;
  font-weight: bold;
  color: #ffffff;
}
.center_index .content2 p{
  margin-top: 40px;
  font-size: 18px;
  line-height: 30px;
  color: #ffffff;
  display: none;
}
.center_index .content2 .btn{
  margin-top: 45px;
  display: none;
}
.center_index .content2 li:hover a{
  background-image: url(../images/img02-5.png);
  /*transition: all 0.6s;*/
}
.center_index .content2 li:hover a .coin{
  bottom: 50%;
  transform: translate(0%, 50%);
  transition: all 0.6s;
}
.center_index .content2 li:hover a p{
  overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical;
}
.center_index .content2 li:hover a .btn{
  display: block;
}
.center_index .content3 {
  background-color: #ffffff;
}
.center_index .content3 ul{
  flex-wrap: wrap;
  display: flex;
  justify-content: space-around;
  padding-top: 70px;
}
.center_index .content3 ul li{
  width: 354px;
  margin: 20px 0.5%;
}
.center_index .content3 ul h1{
  font-size: 46px;
  color: #969696;
  font-weight: bold;
}
.center_index .content3 ul h2{
  font-size: 16px;
  margin-top: 14px;
}
.center_index .content3 ul h3{
  font-size: 20px;
  line-height: 24px;
  margin-top: 33px;
  font-weight: bold;
  height: 50px; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical;
}
.center_index .content3 ul .img{
  margin-top: 15px; height:263px;display: flex;
  justify-content: center;
  align-items: center;
}
.center_index .content3 ul .img img{
  width: 100%;
  height: 100%;
}
.center_index .content3 ul p{
  font-size: 14px;
  line-height: 24px;
  color: #6e6c6c;
  margin-top: 22px;
  overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical;
}
.center_index .content3 ul .btn{
  font-size: 12px;
  line-height: 24px;
  color: #919191;
  margin-top: 23px;
}
.center_index .content3 ul li:hover h1,
.center_index .content3 ul li:hover h2,
.center_index .content3 ul li:hover h3,
.center_index .content3 ul li:hover .btn{
  color: #f34c0e;
}
.center_index .content4 {
  background-image: url(../images/bg01.png);
}
.center_index .content4 .title h1,
.center_index .content4 .title h2{
  color: #ffffff;
}
.center_index .content4 ul{
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
  padding-top: 50px;
}
.center_index .content4 ul li{
  padding: 20px 0px;
}
.center_index .content4 ul li h1{
  font-family: impact;
  font-size: 60px;
  text-align: center;
  position: relative;
}
.center_index .content4 ul li h1 span{
  font-size: 14px;
  top: 6px;
  margin-left: 4px;
  position: absolute;
}
.center_index .content4 ul li h2{
  font-size: 16px;
  text-align: center;
  padding-top: 10px;
}
.center_index .content4 .coin{
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px; width:100%; overflow:hidden;
}
.center_index .content4 .inle{ overflow:hidden;
  width: 43.5%;
  height: 417px;
  background-color: #ffffff;
  padding: 35px 3% 0px 3%;
  margin-top: 20px;
}
.center_index .content4 .inle input{
  height: 55px;
  border-bottom: 1px solid #ebebeb;
  display: block;
  width: 100%;
  outline: none;
  color: #555555;
  font-size: 16px;
}
.yzm{ float:right; margin-top:-56px; height:55px; width:100px;}
.center_index .content4 .inle .lebtn{
  background-color: #f34c0e;
  color: #ffffff;
  width: 227px;
  height: 62px;
  display: block;
  font-size: 16px;
  text-align: center;
  line-height: 62px;
  margin-top: 24px;
}
.center_index .content4 .inle .lebtn:hover{
  background-color: #ff6600;
}
.center_index .content4 .inri{
  width: 43.5%;
  height: 417px;
  background-color: #ffffff;
  padding: 35px 3% 0px 3%;
  margin-top: 20px;
}
.center_index .content4 .inri h1{
  font-size: 40px;
  color: #f34603;
  font-weight: bold;
  padding-top: 15px;
}
.center_index .content4 .inri h2{
  font-size: 24px;
  line-height: 30px;
  color: #909090;
  font-weight: lighter;
  padding-top: 22px;
}
.center_index .content4 .inri div{
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 44px;
}
.center_index .content4 .inri div a{
  font-size: 18px;
  line-height: 57px;
  color: #6b6b6b;
  /*width: 210px;*/
  width: 31.5%;
  height: 59px;
  border: 1px solid #e2e2e2;
  display: block;
  text-align: center;
  margin-top: 14px;
}
.center_index .content4 .inri div a:hover{
  color: #ffffff;
  background-color: #f34c0e;
  border: 1px solid #f34c0e;
}
/*内页统一样式-内页二级栏目*/
.nav_oth{
  width: 100%;
  height: 80px;
  border-bottom: 1px solid #e5e5e5;
}
.nav_oth .wrap{
  height: 100%;
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav_oth .nale li{
  padding: 0px 40px;
  display: inline-block;
  font-size: 16px;
  color: #656464; 
  border-right: 1px solid #d5d5d5;
}
.nav_oth .nale>li:nth-child(1){
  border-left: 1px solid #d5d5d5;
}
.nav_oth .nale a:hover,
.nav_oth .nale .onclick{
  color: #f44c0e; 
  font-weight: bold;
}
.nav_oth .nari{
  color: #777777; 
}
.nav_oth .nari span{
  margin: 0px 4px;
}
.nav_oth .nari a:hover,
.nav_oth .nari .onclick{
  color: #f44c0e; 
}
/*内页统一样式-标题*/
.center_oth .title{
  text-align: center;
  padding-bottom: 65px;
}
.center_oth .title h1{
  font-size: 36px;
  font-weight: bold;
  color: #3c3c3c;
  margin-top: 80px;
}
.center_oth .title h2{
  font-size: 16px;
  color: #7e7e7e;
  margin-top: 13px;
  text-transform: uppercase;
}
/*内页统一样式-页码*/
.page {
  color: #2c2b2b;
  font-size: 14px;
  line-height: 52px;
  padding-bottom: 100px;
}
.page{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.page .pale{
  display: flex;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
}
.page .pale a{
  border: 1px solid #e2e2e2;
  padding: 0px 22px;
  margin-right: 10px;
  border-radius: 4px;
  display: block;
}
.page .pale a:hover{
  color: #ffffff;
  background-color: #f34c0e;
  border: 1px solid #f34c0e;
}
.page .pale .cur{
  color: #ffffff;
  background-color: #f34c0e;
  border: 1px solid #f34c0e;
}
.page .pari{
  display: flex;
  align-content: center;
  justify-content: center;
}
.page .pari .painp{
  padding: 0px 22px;
  border-radius: 4px;
  display: block;
  border: 1px solid #e2e2e2;
  outline: none;
  margin-right: 10px;
  width: 35px;
}
.page .pari .btn{
  padding: 0px 22px;
  border-radius: 4px;
  display: block;
  color: #ffffff;
  background-color: #f34c0e;
  border: 1px solid #f34c0e;
}
/*走进奕龙-了解奕龙*/
.center_about .content1{
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
  padding-bottom: 80px;
}
.center_about .content1 .cole{
  width: 49%;
}
.center_about .content1 h1{
  font-size: 30px;
  font-weight: bold;
  color: #383838;
  line-height: 45px;
}
.center_about .content1 h2{
  font-size: 24px;
  color: #ff5d0d;
  margin-top: 10px;
  line-height: 36px;
}
.center_about .content1 h3{
  font-size: 14px;
  color: #9e9e9e;
  margin-top: 7px;
  margin-bottom: 25px;
  line-height: 21px;
}
.center_about .content1 p{
  font-size: 16px;
  color: #555555;
  line-height: 28px;
  text-indent: 2em;
}
.center_about .content1 .cori{
  width: 49%;
}
.center_about .content1 .cori img{
  width: 100%;
}
.center_about .content2{
  position: relative;
  height: 460px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.center_about .content2 .copo{
  position: absolute;
  width: 100%;
}
.center_about .content2 ul{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.center_about .content2 ul li{
  max-width: 160px;
  width: 20%;
}
.center_about .content2 h1{
  font-size: 18px;
  color: #ff7e00;
  font-weight: bold;
  margin-top: 10px;
}
.center_about .content2 p{
  font-size: 14px;
  color: #595959;
  line-height: 18px;
  margin-top: 7px;
}
.center_about .content2 li i{ display:block; margin-top:15px; background:#fff; width:24px; height:24px; border-radius:50%; position:relative; animation:changeBiger 2s linear infinite; transform:scale(1); transition:all .6s; box-shadow:0 0 7px rgba(199,96,48,.35);}
.center_about .content2 li i:after{ content:""; display:block; position:absolute; left:50%; width:12px; height:12px; top:50%; transform:translate(-50%,-50%); border-radius:50%; font-size:0; overflow:hidden; background:#ff7e00; z-index:2; transition:all .6s;}
.center_about .content2 h2{
  font-size: 30px;
  color: #ff7e00;
  font-weight: bold;
  margin-top: 10px;
}
.center_about .content2 .img img{
  width: 100%;
}
.center_about .content3{
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
}
.center_about .content3 h1{
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 27px;
  margin-top: 23px;
  margin-bottom: 50px;
  width: 100%;
}
.center_about .content3>li:nth-child(1){
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
}
.center_about .content3>li:nth-child(2){
  width: 75.83%;
}
.center_about .content3>li:nth-child(3){
  width: 22.16%;
}
.center_about .content3>li:nth-child(4),
.center_about .content3>li:nth-child(5),
.center_about .content3>li:nth-child(6){
  width: 32%;
}
.center_about .content3>li:nth-child(1) div{
  width: 49%;
}
.center_about .content3>li:nth-child(1) img,
.center_about .content3>li:nth-child(2) img,
.center_about .content3>li:nth-child(3) img,
.center_about .content3>li:nth-child(4) img,
.center_about .content3>li:nth-child(5) img,
.center_about .content3>li:nth-child(6) img{
  width: 100%;
}
/*走进奕龙-企业文化*/
.center_culture .content1{
  padding-bottom: 80px;
}
.center_culture .content1 p{
  font-size: 16px;
  line-height: 30px;
  color: #555555;
}
.center_culture .content2{
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
  padding-bottom: 80px;
}
.center_culture .content2 li{
  width: 23.17%;
  border: 1px solid #c3c3c3;
  border-top: 9px solid #df5718;
  padding-bottom: 50px;
  text-align: center;
}
.center_culture .content2 li:hover p{
  color: #666666;
}
.center_culture .content2 img{
  width: 63px;
  height: 56px;
  margin-top: 60px;
}
.center_culture .content2 h1{
  font-size: 24px;
  font-weight: bold;
  color: #eb6424;
  margin-top: 20px;
}
.center_culture .content2 p{
  margin: 28px 9% 0px 9%;
  font-size: 16px;
  line-height: 28px;
  text-align: left;
}
/*走进奕龙-公司荣誉*/
.center_Honorary .inmore{
  text-align: center;
  padding-bottom: 30px;
}
.center_Honorary .inmore h1{
  font-size: 16px;
  color: #7e7e7e;
  margin-top: 12px;
}
.center_Honorary .inmore a:hover h1{
  color: #eb6424;
}
.center_Honorary .content1{
  flex-wrap: wrap;
  display: flex;
  justify-content: flex-start;
  padding-bottom: 23px;
}
.center_Honorary .content1 li{
  width: 23%;
  margin-left: 1%;
  margin-right: 1%;
  padding-bottom: 50px;
}
.center_Honorary .content1 li a:hover h1{
  color: #eb6424;
}
.center_Honorary .content1 .imgmouseon
{
  height:205px;display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.center_Honorary .content1 img{
  height: 100%;
}
.center_Honorary .content1 h1{
  font-size: 16px;
  color: #383838;
  margin-top: 15px;
  text-align: center;
}
.center_Honorary .content1 h1.inh{
  color: #ff6600;
}
.center_Honorary .content2{
  flex-wrap: wrap;
  display: flex;
  justify-content: flex-start;
  padding-bottom: 23px;
}
.center_Honorary .content2 li{
  width: 23%;
  margin-left: 1%;
  margin-right: 1%;
  padding-bottom: 50px;
}
.center_Honorary .content2 li a:hover h1{
  color: #eb6424;
}
.center_Honorary .content2 .imgmouseon
{
  height:440px;display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.center_Honorary .content2 img{
  height: 100%;
}
.center_Honorary .content2 h1{
  font-size: 16px;
  color: #383838;
  margin-top: 15px;
  text-align: center;
}
/*走进奕龙-组织结构*/
.center_organization .content1{
  padding-bottom: 130px;
  text-align: center;
}
.center_organization .content1 img{
  max-width: 1337px;
  width: 100%; 
}
/*产品中心*/
.center_product .content1{
  flex-wrap: wrap;
  display: flex;
  justify-content: flex-start;
  padding-bottom: 23px;
}
.center_product .content1 li{
  width: 31.1%;
  margin-left: 1.1%;
  margin-right: 1.1%;
  padding-bottom: 50px;
}
.center_product .content1 li a:hover h1{
  color: #eb6424;
}
.center_product .content1 .img{
  height: 317px; 
  box-shadow: 0px 0px 18px #f0f0f0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.center_product .content1 img{
  max-width: 100%;
  max-height: 100%;
  max-height: 317px;
}
.center_product .content1 h1{
  font-size: 18px;
  color: #202020;
  margin-top: 15px;
  text-align: center;
}
.center_product .content1 li .btn{
  width: 93px;
  height: 30px;
  font-size: 16px;
  display: block;
  border-radius: 50px;
  background-color: #ffffff;
  border: 1px solid #b9b9b9;
  line-height: 30px;
  text-align: center;
  margin: auto;
  margin-top: 12px;
}
.center_product .content1 li:hover .btn{
  background-color: #f34c0e;
  color: #ffffff;
  border: 1px solid #f34c0e;
}
.center_product .content2{
  display: flex;
  align-items: center;
  padding: 40px 0px;
}
.center_product .content2 .btn{
  width: 91px;
  height: 31px;
  display: inline-block;
  background-image: url(../images/ico002-1.png);
}
.center_product .content2 span{
  color: #363434;
  font-size: 30px;
  margin-left: 20px;
}
.center_product .content3{
  color: #191c21;
  padding-bottom: 100px;
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
}
.center_product .content3 .cole{
  width: 53%;
}
.center_product .content3 .cori{
  width: 43%;
}
.center_product .content3 .cori h1{
  font-size: 22px;
  font-weight: bold;
}
.center_product .content3 .cori h2{
  font-size: 36px;
  font-weight: bold;
  margin-top: 6px;
  padding-bottom: 10px;
}
.center_product .content3 .cori h3{
  font-size: 16px;
  font-weight: bold;
  margin-top: 12px;
}
.center_product .content3 .cori h4,
.center_product .content3 .cori p{
  font-size: 14px;
  color: #828282;
  line-height: 24px;
  margin-top: 3px;
}
.center_product .content3 .btn{
  width: 148px;
  height: 40px;
  color: #ffffff;
  background-color: #eb6424;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  border-radius: 20px;
  margin-top: 85px;
}
.center_product .content3 .btn:hover{
  background-color: #fb7333;
}
.center_product .content3 .btn2{
  width: 148px;
  height: 40px;
  color: #ffffff;
  background-color: #ef8756;
  margin-left: 10px;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  border-radius: 20px;
}
.center_product .content3 .btn2:hover{
  background-color: #fc6016;
}
/*产品中心-合作伙伴*/
.center_product_hzhb_li .content{
  display: flex;
  flex-wrap: wrap;
  gap: 1.5%;
  padding-bottom: 100px;
}
.center_product_hzhb_li .content li{
  width: 18.8%;
  height: 140px;
  border: 1px solid #e7e7e7;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.center_product_hzhb_li .content li a{
  height: 100%;
  width: 100%;
  display: block;
  position: relative;
}
.center_product_hzhb_li .content li a img{
  position: absolute;
  max-width: 90%;
  max-height: 90%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.center_product_hzhb_con table{
  margin: 50px auto 100px auto;
  width: 95%;
  max-width: 890px;
  text-align: center;
  border-left: 1px solid #dcdcdc;
  border-top: 1px solid #dcdcdc;
  border-collapse: collapse;
}
.center_product_hzhb_con table tr:nth-child(1){
  border-right: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  background: #f2f2f2;
}
.center_product_hzhb_con table th{
  padding: 10px 0;
  font-size: 1em;
}
.center_product_hzhb_con table td{
  border-right: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  padding: 10px 0;
  font-size: 1em;
}
/*质量与服务-组织结构*/
.center_service .content1{
  max-width: 1036px;
  padding-bottom: 140px;
  text-align: center;
}
.center_service .content1 h1{
  font-size: 40px;
  line-height: 60px;
  color: #f55d2a;
  font-family: Impact;
  padding-top: 40px;
}
.center_service .content1 p{
  font-size: 16px;
  line-height: 28px;
  color: #3c3c3c;
}
/*质量与服务-技术实力*/
.center_technical .content1{
  flex-wrap: wrap;
  display: flex;
  justify-content: flex-start;
  padding-bottom: 23px;
}
.center_technical .content1 li{
  width: 31.1%;
  margin-left: 1.1%;
  margin-right: 1.1%;
  padding-bottom: 50px;
}
.center_technical .content1 li a:hover h1{
  color: #eb6424;
}
.center_technical .content1 .img{
  height: 317px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.center_technical .content1 img{
  width: 100%;
  height: 100%;
}
.center_technical .content1 h1{
  font-size: 18px;
  color: #202020;
  margin-top: 15px;
  text-align: center;
}
/*质量与服务-营销网络*/
.center_network .content1{
  text-align: center;
  margin-bottom: 70px;
}
.center_network .content1 img{
  max-width: 865px; 
  width: 100%;
}
.center_network .content2{
  flex-wrap: wrap;
  display: flex;
  justify-content: left;
  padding-bottom: 80px;
}
.center_network .content2 li{
  border: 1px solid #dbdbdb;
  width: 31.5%;
  margin-top: 40px;
  padding-bottom: 22px;
}
.center_network .content2>li:nth-child(3n+1){
  margin-right: 2%;
}
.center_network .content2>li:nth-child(3n+2){
  margin-right: 2%;
}
.center_network .content2 span{
  height: 3px;
  margin: 16px 30px 20px 30px;
  background-color: #dadada;
  display: block;
}
.center_network .content2 h1{
  margin: 25px 30px 20px 30px;
  color: #2c2c2c;
  font-size: 18px;
  font-weight: bold;
}
.center_network .content2 p{
  margin: 0px 30px 0px 30px;
  line-height: 30px;
  background-repeat: no-repeat;
  background-position: 0px 9px;
  padding-left: 22px;
}
/*党团建设*/
.center_party .content1{
  flex-wrap: wrap;
  display: flex;
  justify-content: left;
}
.center_party .content1 li{
  width: 23%;
  margin: 0px 1% 80px 1%;
}
.center_party .content1 li:hover h1{
  color: #f34c0e;
}
.center_party .content1 h1{
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  height: 50px;
  overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical;
}
.center_party .content1 .img{
  margin-top: 15px; height:230px;display: flex;
  justify-content: center;
  align-items: center;
}
.center_party .content1 .img img{
  width: 100%; height:100%;
}
.center_party .content1 p{
  font-size: 14px;
  line-height: 24px;
  color: #6e6c6c;
  margin-top: 22px;
  overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical;
}
.center_party .content1 .time{
  margin-top: 15px;
}
/*新闻中心*/
.center_news .content1 li{
  margin-bottom: 65px;
}
.center_news .content1 li:hover .comi h1{
  color: #eb5f1c;
}
.center_news .content1 a{
  display: flex;
  justify-content: space-between;
}
.center_news .content1 .cole img{
  width: 316px;
  height: 200px;
}
.center_news .content1 .comi{
  margin-left: 2%;
  margin-right: 4%;
  width: 80%;
}
.center_news .content1 .comi h1{
  color: #383838;
  font-size: 24px;
  font-weight: bold;
  padding-top: 20px;  
  overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:1; -webkit-box-orient:vertical;
}
.center_news .content1 .comi p{
  color: #555555;
  font-size: 16px;
  line-height: 28px;
  padding-top: 30px;  
  overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical;
}
.center_news .content1 .comi .time{
  color: #a1a1a1;
  font-size: 14px;
  padding-top: 30px;
}
.center_news .content1 .cori{
  width: 110px;
  text-align: center;
  padding-left: 40px;
  border-left: 1px solid #e3e3e3; 
  height: 108px;
  margin-top: 20px;
}
.center_news .content1 .cori h1{
  font-size: 48px;
  color: #8b8b8b;
  font-family: Impact;
  margin-top: 18px;
  width: 70px;
}
.center_news .content1 li:hover .cori h1{
  color: #eb5f1c;
}
.center_news .content1 .cori h2{
  font-size: 16px;
  color: #8b8b8b;
  margin-top: 5px;
  width: 70px;
}
.center_news .content2{
  display: flex;
  align-items: center;
  padding: 40px 0px;
}
.center_news .content2 .btn{
  width: 91px;
  height: 31px;
  display: inline-block;
  background-image: url(../images/ico002-1.png);
}
.center_news .content3{
  display: flex;
  justify-content: space-between;
  padding-bottom: 80px;
}
.center_news .content3 .cole h1{
  color: #363434;
  font-size: 28px;
  font-weight: bold;
}
.center_news .content3 .cole h2{
  color: #cecece;
  font-size: 16px;
  padding-top: 15px;
  padding-bottom: 20px;
}
.center_news .content3 .cole span{
  display: block;
  background-color: #ededed;
  height: 1px;
}
.center_news .content3 .cole p{
  font-size: 16px;
  line-height: 30px;
  margin-top: 30px;
}
.center_news .content3 .cole .img{
  text-align: center;
  margin-top: 30px;
}
.center_news .content3 .cole .img img{
  max-width: 100%;
}
.center_news .content3 .cori {
  width: 340px;
  padding-left: 45px;
  margin-left: 45px;
  border-left: 1px solid #efefef;
}
.center_news .content3 .cori .intitle{
  color: #000000;
  font-size: 18px;
  padding-top: 40px;
}
.center_news .content3 .cori li{
  padding-top: 30px;
}
.center_news .content3 .cori li:hover p{
  color: #eb5f1c;
}
.center_news .content3 .cori .img{
  width: 290px;
  height: 195px;
}
.center_news .content3 .cori .img img{
  width: 100%;
  height: 100%;
}
.center_news .content3 .cori p{
  font-size: 14px;
  line-height: 24px;
  color: #000000;
  margin-top: 5px;
}
.center_news .content3 .cori h1{
  font-size: 14px;
  color: #c5c5c5;
  margin-top: 5px;
}
/*人才招聘-岗位信息*/
.center_post .content1{
  display: flex;
  justify-content: left;
}
.center_post .content1 li a{
  width: 111px;
  height: 41px;
  border: 1px solid #e3e3e3;
  color: #6a6a6a;
  font-weight: bold;
  border-radius: 25px;
  display: block;
  text-align: center;
  line-height: 41px;
  margin-right: 8px;
}
.center_post .content1 li a:hover,
.center_post .content1 li a.onclick{
  color: #ffffff;
  background-color: #ec6828;
  border: 1px solid #ec6828;
}
.center_post .content2{
  flex-wrap: wrap;
  display: flex;
  justify-content: left;
  padding-bottom: 80px;
}
.center_post .content2 li{
  border: 1px solid #dbdbdb;
  width: 31.5%;
  margin-top: 40px;
  padding-bottom: 22px;
  flex-wrap: wrap;
  display: flex;
  justify-content: left;
}
.center_post .content2 li:hover h1{
  color: #ec6828;
}
.center_post .content2>li:nth-child(3n+1){
  margin-right: 2%;
}
.center_post .content2>li:nth-child(3n+2){
  margin-right: 2%;
}
.center_post .content2 span{
  height: 1px;
  width: 100%;
  margin: 16px 30px 20px 30px;
  background-color: #dadada;
  display: block;
}
.center_post .content2 h1{
  margin: 25px 30px 20px 30px;
  color: #525252;
  font-size: 18px;
  font-weight: bold;
}
.center_post .content2 p{
  margin: 0px 30px 0px 30px;
  line-height: 30px;
}
.center_post .content2 p.p2{
  width: 38%;
  display: block;
  white-space:nowrap;
}
.center_post .content2 p.p2:nth-child(2n+1){
  margin: 0px 0px 0px 30px;
}
.center_post .content2 p.p2:nth-child(2n+2){
  margin: 0px 30px 0px 30px;
}
.center_post .content2 .btn{
  width: 110px;
  height: 34px;
  border: 1px solid #e3e3e3;
  color: #ec6828;
  font-weight: bold;
  border-radius: 25px;
  display: inline-block;
  text-align: center;
  line-height: 34px;
  margin-right: 8px;
  margin-left: 30px;
}
.center_post .content2 .btn2{
  width: 110px;
  height: 34px;
  border: 1px solid #ec6828;
  color: #ffffff;
  background-color: #ec6828;
  font-weight: bold;
  border-radius: 25px;
  display: inline-block;
  text-align: center;
  line-height: 34px;
}
.center_post .content2 .btn:hover{
  border: 1px solid #ec6828;
  color: #ffffff;
  background-color: #ec6828;
}
.center_post .content2 .btn2:hover{
  background-color: #ff5b0b;
}
/*联系方式*/
.center_contact .content1{
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
}
.center_contact .content1 li{
  width: 190px;
  text-align: center;
  margin-bottom: 40px;
}
.center_contact .content1 li:hover .img{
  background-color: #ec6321;
}
.center_contact .content1 .img{
  width: 59px;
  height: 59px;
  background-color: #a8a8a8;
  text-align: center;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}
.center_contact .content1 h1{
  padding-top: 15px;
  font-size: 18px;
  color: #363434;
}
.center_contact .content1 h2{
  padding-top: 7px;
  font-size: 12px;
  color: #c9c9c9;
  text-transform: uppercase;
}
.center_contact .content1 p{
  padding-top: 7px;
  font-size: 14px;
  line-height: 24px;
  color: #787878;
}
.center_contact .map{
  height: 530px;
  overflow: hidden;
}
.center_contact .content2{
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
  padding-bottom: 80px;
}
.center_contact .content2 .inco{
  width: 49%;
  margin-bottom: 16px;
}
.center_contact .content2 .inco .coinp{
  width: 96%;
  height: 48px;
  border: 1px solid #dddddd;
  margin-top: 13px;
  padding: 0px 2%
}
.center_contact .content2 .inco2{
  width: 100%;
  margin-bottom: 16px;
}
.center_contact .content2 .inco2 .coinp2{
  width: 96%;
  height: 91px;
  border: 1px solid #dddddd; 
  margin-top: 17px;
  padding: 20px 1%
}
.center_contact .content2 .btn input{
  width: 148px;
  height: 46px;
  background-color: #ec6321;
  text-align: center;
  line-height: 46px;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  cursor:pointer;
}
.center_contact .content2 .btn:hover{
  background-color: #ff5300;
}

/*底部*/
.footer {
  background-color: #ffffff;
}
.footer .foto{
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
  align-content: center;
  padding: 60px 0px 50px 0px;
  border-bottom: 1px solid #d4d4d4;
}
.footer .foto .tori div{
  display: inline-block;
  margin-left: 20px;
  text-align: center;
}
.footer .foto .tori div span{
  display: block;
  color: #676767;
  text-align: center;
  margin-top: 7px;
}
.footer .nav {
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
  align-content: center;
  border-bottom: 1px solid #d4d4d4;
  padding: 50px 0px;
}
.footer .nav li{
  padding: 0px 10px;
}
.footer .nav a{
  display: block;
  font-size: 16px;
  line-height: 30px;
  color: #656565;
}
.footer .nav a:nth-child(1){
  font-size: 20px;
  color: #222222;
  margin-bottom: 9px;
}
.footer .nav a:hover {
  color: #eb6423;
}
.footer .foin {
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #d4d4d4;
  line-height: 30px;
  padding: 18px 0px;
}
.footer .foin div{
 margin: 0px 11px;
}
.footer .foin img{
 margin-right: 6px;
}
.footer .fobt {
  flex-wrap: wrap;
  display: flex;
  justify-content: left;
  align-content: center;
  padding: 40px 0px;
}

/*移动端头部*/
.sjhedes{ display:none; height:96px;}
.tuerhed{ position:fixed; width:100%; top:0; left:0; z-index:188; background:#fff; height:96px; box-shadow:1px 1px 0 rgba(33,29,30,.2); padding:0 2.5%;}
.losdj{ float:left;}
.losdj img{ height:54px; display:block; margin-top:21px;}
.sanh{ float:right; width:50px; padding:10px; margin:10px 30px 10px 0px;}
.sanh>div{ height:5px; margin:10px 0px; width:100%; transition:transform 0.5s,opacity 0.5s;}  
.sanh>div{ background-color:#333;}
.fuernavt{ position:fixed; padding-top:96px; top:0px; left:-100%; width:100%; height:100%; background-color:#fff; z-index:187;}
.benrvav{ width:100%; height:100%; overflow:hidden; overflow-y:scroll;}
.shojvas>a{ display:block; text-align:center; font-size:25px; line-height:200%; padding:10px 0px; border-bottom:1px solid #bbb; color:#333;}
.shojvas>div{ display:block; text-align:center; font-size:25px; line-height:200%; border-bottom:1px solid #bbb;}
.shojvas>div a{ color:#333;}
.showzhen{ position:relative;}
.jd{ position:absolute; top:26px; right:25px; width:11px; height:18px; background:url(../images/arrow4.svg) no-repeat center; background-size:100%; transition:transform 0.5s; z-index:-1;}
.maei{ padding:10px 0; font-size:25px; color:#333;}
.maei a{ color:#333; display:inline;}
.shopernc{ overflow:hidden; height:0px;}
.shopernc>div a,.shopernc .maei.line1{ display:block; text-align:center; font-size:24px; color:#666; padding:10px 0px; line-height:50px; border-top:1px solid #eee;}
.shopernc>div a.gray{ color:#666;}
.shopernc>div .maei a{ color:#666;}
.shopernc>div>div>div a{ color:#999;}
.shopernc .maei.line1{ border-top-color:#ddd;}
.shopernc .maei.line1 a{ display:inline!important; line-height:inherit; border:none; padding:0;}
.tesd>div{ background-color:#333!important;}
.tesd>div:nth-child(1){ transform:translate3d(0px,15px,0px) rotate(45deg);}
.tesd>div:nth-child(2){ opacity:0;}
.tesd>div:nth-child(3){ transform:translate3d(0px,-15px,0px) rotate(-45deg);}

/*点击图片放大*/
#zoom{ z-index:99990; position:fixed; top:0; left:0; display:none; width:100%; height:100%; background:rgba(0, 0, 0, 0.8); filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)"; -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";}
#zoom .content{ z-index:99991; position:absolute; top:50%; left:50%; width:200px; height:200px; background:#fff no-repeat 50% 50%; padding:0; margin:-100px 0 0 -100px; box-shadow:-10px 10px 10px rgba(0, 0, 0, 0.3); border-radius:4px;}
#zoom .content.loading{ background-image:url('../images/loading.gif');}
#zoom img{ display:block; max-width:none; background:#ececec; box-shadow:0 1px 3px rgba(0,0,0,0.25); border-radius:4px;}
#zoom .close{ z-index:99993; position:absolute; top:0; right:0; width:49px; height:49px; cursor:pointer; background:transparent url('../images/close4.png') no-repeat 50% 50%; opacity:1; filter:alpha(opacity=100); border-radius:0 0 0 4px;}
#zoom .previous,
#zoom .next{ z-index:99992; position:absolute; top:50%; overflow:hidden; display:block; width:49px; height:49px; margin-top:-25px;}
#zoom .previous{ left:0; background:url('../images/arrows.png') no-repeat 0 0; border-radius:0 4px 4px 0;}
#zoom .next{ right:0; background:url('../images/arrows.png') no-repeat 100% 0; border-radius:4px 0 0 4px;}
#zoom .close:hover,
#zoom .previous:hover,
#zoom .next:hover{ background-color:#0054a3;}
#zoom p{ text-align:center; color:#fff; font-size:16px; position:absolute; left:0; right:0; bottom:0; background:rgba(0,0,0,.5); z-index:99992; line-height:2; padding:10px 0;}

@keyframes changeBiger {
    from{ transform:scale(1.3)}
    25%{ transform:scale(1.1)}
    50%{ transform:scale(.9)}
    75%{ transform:scale(1.1)}
    to{ transform:scale(1.3)}
}



.recruit_pop_c{ position:fixed; border-radius:5px; max-width:980px; width:90%; top:50%; left:50%; transform:translate(-50%,-50%); padding:3.55% 2% 3.55% 3.55%;}
.close{ position:absolute; top:18px; right:20px; background:url(../images/close.png) 0 0 no-repeat; background-size:100%; width:28px; height:29px; cursor:pointer;}
.recruit_pop_c .r_tit{ font-size:24px; color:#000; line-height:2; padding:5px 0;}
.recruit_pop_c .txt_c{ max-height:380px; padding-right:2%;}
.recruit_pop_c .txt{ line-height:1.785714285714286; padding:15px 0; max-height:99999999px;}
.recruit_pop_c .txt p{ font-size:14px; color:#555;}
.recruit_pop_c .txt p b{ color:#000;}
.r_btn{ margin-top:40px;}
.r_btn:hover{ color:#fff;}
.deliver_pop .recruit_pop_c { max-width: 100%; text-align: center; width: 100%; height: 100%; display: block; padding-top: 430px; }
.deliver_pop .recruit_pop_c p{ font-size:24px; line-height:1.75;}
.deliver_pop .recruit_pop_c img{ display:block; margin:0 auto 20px auto;}


.video{ width:100%; float:left;}
.video li{ width:23%; float:left; margin:10px;}
.video li p { font-size: 16px; text-align: center; line-height: 42px; display: block; }
.video li img{ width:100%;}