<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.banner {
  position: relative;
}

.bantxt {
  position: absolute;
  z-index: 6;
  bottom: 46px;
}
.bantxt h3 {
  font-size: 48px;
  color: #FFF;
  line-height: 1.3em;
}

.banconbox {
  position: absolute;
  width: 51.8%;
  background: rgba(52, 29, 0, 0.73);
  bottom: 0;
  z-index: 2;
  height: 306px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding-left: 17.5%;
}

.bantxt-row {
  display: none;
}

.bantxtbox {
  position: relative;
  margin-top: 33px;
  padding-top: 60px;
  padding-left: 45px;
  width: 86%;
}
.bantxtbox::before {
  content: "";
  width: 4px;
  height: 122px;
  background: #FC9615;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.bantxtbox::after {
  content: "";
  width: 274px;
  height: 8px;
  background: #FC9615;
  position: absolute;
  left: -23px;
  top: 30px;
}
.bantxtbox h3 {
  font-size: 48px;
  color: #fff;
  text-transform: uppercase;
  line-height: 1.3em;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-height: 2.6em;
  margin-bottom: 15px;
}
.bantxtbox h5 {
  font-size: 30px;
  color: #fff;
  text-transform: uppercase;
  line-height: 1.3em;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-height: 2.6em;
  margin-bottom: 15px;
}
.bantxtbox h4 {
  font-size: 36px;
  color: #fff;
  text-transform: uppercase;
  line-height: 1.3em;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-height: 2.6em;
  margin-bottom: 15px;
}
.bantxtbox p {
  font-size: 16px;
  color: #FFF;
  line-height: 1.5em;
}
.bantxtbox p span {
  display: inline-block;
  line-height: 45px;
  font-size: 24px;
  background: rgba(255, 255, 255, 0.16);
  padding: 0 15px;
}

.banbtnbox {
  position: absolute;
  right: 55px;
  width: 18.5%;
  top: 32px;
  z-index: 6;
}
.banbtnbox .swiper-button-prev, .banbtnbox .swiper-button-next {
  position: static;
  margin: 0;
  background: url(../images/right.png) no-repeat center center #FFF;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.banbtnbox .swiper-button-prev:hover, .banbtnbox .swiper-button-next:hover {
  background-color: rgba(255, 255, 255, 0.4);
}
.banbtnbox .swiper-button-prev {
  background: url(../images/left.png) no-repeat center center #FFF;
}

.swiper-num {
  color: #FFF;
  font-size: 18px;
}

.banbtn {
  width: 90px;
}

.inepctxt {
  width: 47.4%;
  float: left;
}
.inepctxt h4 {
  font-size: 30px;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: bold;
}
.inepctxt h3 {
  font-size: 48px;
  font-weight: bold;
  text-transform: uppercase;
  background: #FC9615;
  color: #FFF;
  display: inline-block;
  padding: 0 30px;
  margin-left: 15%;
  margin-bottom: 40px;
}

.inepcpic {
  float: right;
  overflow: hidden;
  border-radius: 0px 40px 0px 0px;
}

.inepcrow {
  position: relative;
  padding-bottom: 80px;
}

.inepclist {
  position: absolute;
  width: 87%;
  background: #FFF;
  bottom: 0;
  padding-top: 40px;
}
.inepclist li {
  width: 23%;
  float: left;
  margin-right: 1.5%;
}
.inepclist li .aniimg {
  border-radius: 4px;
}
.inepclist li h4 {
  padding: 15px 0;
  text-align: center;
}
.inepclist li:hover .aniimg img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.inepclist li:hover h4 {
  color: #FC9615;
}

.inprobox {
  background: url(../images/inprobg.jpg) no-repeat 100% top;
}

.inprotab {
  background: rgba(255, 255, 255, 0.16);
  border-radius: 72px;
  padding: 25px 50px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.inprotab li {
  width: 9.3%;
}
.inprotab li h4 {
  color: #FFF;
  text-align: center;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 15px;
  line-height: 1em;
  min-height: 2em;
}
.inprotab li:hover .aniimg img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.inprotab li:hover h4 {
  color: #FC9615;
}
.inprotab .promore h4 {
  color: #FC9615;
}

.prolist {
  background: #FFFFFF;
  border-radius: 40px;
  margin-top: 60px;
  padding: 1px 50px;
}
.prolist li {
  width: 30%;
  margin-right: 5%;
  float: left;
  margin-top: 50px;
  position: relative;
}
.prolist li .aniimg {
  border-radius: 4px;
}
.prolist li:nth-child(3n) {
  margin-right: 0;
}
.prolist li span {
  display: block;
  right: 22px;
  bottom: 32px;
  position: absolute;
  background: #FC9615;
  border-radius: 10px;
  font-weight: normal;
  padding: 7px 5px;
  color: #FFF;
}
.prolist li span img {
  width: 21px;
  margin: 5px auto 0;
}
.prolist li:hover .aniimg img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.5;
}
.prolist li:hover h4 {
  color: #FC9615;
}

.prolisttxt {
  background: #F4FAFE;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  width: 88.5%;
  height: 57px;
  padding-left: 25px;
  padding-right: 35px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.prolisttxt h4 {
  font-size: 17px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.3em;
  overflow: hidden;
  max-height: 2.6em;
}

.insolubox {
  background: url(../images/insolubg.jpg) no-repeat;
  -o-background-size: cover;
     background-size: cover;
}

.insulutxt {
  float: left;
  width: 64%;
}
.insulutxt h4 {
  margin-top: 27px;
  font-size: 30px;
  color: #FFF;
  font-weight: bold;
  padding-left: 28px;
  padding-top: 18px;
  position: relative;
}
.insulutxt h4:before {
  content: "";
  display: block;
  width: 19%;
  height: 4px;
  background: #FC9615;
  position: absolute;
  left: 0;
  top: 0;
}

.insulutxt-con {
  background: rgba(255, 255, 255, 0.25);
  margin-top: 35px;
  padding: 30px;
  padding-right: 40.5%;
}
.insulutxt-con p {
  color: #FFF;
  margin-bottom: 40px;
  line-height: 1.5em;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 9;
  min-height: 13.5em;
}
.insulutxt-btn{
  min-height:4.8em ;
}
.insulutxt-con a {
  color: #FFF;
  display: block;
  background: url(../images/solujtbg.png) no-repeat left center;
  padding-left: 26px;
  -o-background-size: 15px 15px;
     background-size: 15px 15px;
  font-size: 17px;
  margin-top: 1.4em;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.insulutxt-con a:hover {
  opacity: 0.8;
}

.insulupic {
  float: left;
  width: 36%;
}

.solurow {
  position: relative;
}

.solurowtab {
  position: absolute;
  background: #FC9615;
  width: 24.4%;
  right: 36%;
  z-index: 2;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding: 26px 35px;
  top: 0;
}
.solurowtab li {
  color: #FFF;
  font-size: 17px;
  line-height: 62.3px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.48);
  position: relative;
  cursor: pointer;
}
.solurowtab li:last-child {
  border: 0 none;
}
.solurowtab li:before {
  content: "";
  width: 6px;
  display: block;
  height: 6px;
  background: #FFF;
  border-radius: 50%;
  position: absolute;
  left: -15px;
  top: 50%;
  margin-top: -3px;
}
.solurowtab .solutabact {
  color: rgba(255, 255, 255, 0.4);
}

.solubtnbox {
  height: 57px;
  position: absolute;
  width: 41.8%;
  bottom: 22px;
  right: 0;
}
.solubtnbox .swiper-pagination {
  position: static;
}
.solubtnbox .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background: #FFFFFF;
  opacity: 0.29;
  border-radius: 7px;
  margin: 5px;
}
.solubtnbox .swiper-pagination-bullet-active {
  width: 32px;
  height: 14px;
  background: #FC9615;
  border-radius: 7px;
  opacity: 1;
}

.solubtn {
  width: 140px;
}
.solubtn .swiper-button-next {
  position: static;
  width: 50%;
  height: 57px;
  background: url(../images/solur.png) no-repeat center center #FC9615;
  margin: 0;
}
.solubtn .swiper-button-next:hover {
  opacity: 0.9;
}
.solubtn .swiper-button-prev {
  width: 50%;
  margin: 0;
  height: 57px;
  background: url(../images/solul.png) no-repeat center center #161D27;
  position: static;
}
.solubtn .swiper-button-prev:hover {
  opacity: 0.9;
}

.casebox {
  position: relative;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-top: 90px;
}
.casebox &gt; img {
  position: absolute;
  top: 0;
  z-index: -1;
}

.casleft {
  width: 38.5%;
  padding-top: 20px;
  background: #FFF;
  border-top: 10px solid #FC9615;
}

.casleftlist {
  margin-right: 40px;
}

.casleftlist li {
  font-size: 17px;
  padding: 30px 20px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  border-bottom: 1px dashed rgba(252, 150, 21, 0.24);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.casleftlist li a {
  position: relative;
}
.casleftlist li a::before {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  border: 2px solid #FC9615;
  border-radius: 6px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  left: -20px;
  top: 5px;
  position: absolute;
}
.casleftlist li h4 {
  font-size: 17px;
  position: relative;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.casleftlist li p {
  display: none;
}
.casleftlist li img {
  display: none;
}
.casleftlist li.castop a::before {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  border: 2px solid #FC9615;
  border-radius: 6px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  left: -20px;
  top: 10px;
  position: absolute;
}
.casleftlist li.castop h4 {
  font-size: 24px;
  color: #FC9615;
  font-weight: bold;
  position: relative;
  margin-bottom: 20px;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.25em;
  max-height: 2.5em;
}
.casleftlist li.castop p {
  display: block;
  color: #4D4D4D;
  line-height: 1.5em;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  max-height: 6em;
}
.casleftlist li.castop img {
  display: block;
  width: 30px;
  margin-top: 15px;
}

.casright {
  width: 57.6%;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding-right: 40px;
}
.casright li {
  width: 45.5%;
}
.casright li .aniimg {
  border: 2px solid #FFFFFF;
  border-radius: 6px;
}
.casright li h4 {
  padding: 0 20px;
  margin: 20px 0;
  position: relative;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 1.25em;
  height: 3.75em;
  font-size: 17px;
}
.casright li h4::before {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  border: 2px solid #FC9615;
  border-radius: 6px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  left: 0px;
  top: 6px;
  position: absolute;
}
.casright li:hover .aniimg img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.casright li:hover h4 {
  color: #FC9615;
}

/*aboutus*/
.noustxt {
  width: 37.5%;
}

.abouticon li {
  width: 47.4%;
  background: #FC9615;
  margin-top: 20px;
  padding: 20px 0;
}

.abouticon li img {
  width: 39px;
  margin: 0 auto 0;
}

.abouticon li h4 {
  font-size: 24px;
  color: #FFF;
  text-align: center;
  margin-top: 10px;
}

.nouspic {
  width: 57.5%;
}

.nouspic iframe {
  width: 100%;
  height: 100%;
}

.nousbox {
  -webkit-align-items: normal;
     -moz-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
}

.propospic {
  width: 31.3%;
}

.propostxt {
  width: 62.6%;
}
.propostxt p {
  line-height: 1.6em;
}
.propostxt h4 {
  font-size: 30px;
  font-weight: bold;
  border-left: 15px solid #FC9615;
  padding-left: 15px;
  line-height: 23px;
  margin-bottom: 28px;
  margin-top: 28px;
}

.propos {
  margin-bottom: 50px;
}
.propos:last-child {
  margin-bottom: 0;
}

.que {
  font-size: 24px;
  color: #FC9615;
  font-weight: bold;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #FC9615;
}
.que span {
  float: right;
}

.culturepic {
  position: relative;
  margin-top: 50px;
}
.culturepic img {
  width: 50%;
}
.culturepic .culturetxt {
  position: absolute;
  top: 0;
  height: 100%;
  padding: 50px 0;
  left: 50%;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #FFF;
}
.culturepic .culturetxt ul {
  width: 41%;
}
.culturepic .culturetxt ul li {
  margin-bottom: 30px;
  padding-left: 20px;
}
.culturepic .culturetxt h4 {
  font-size: 24px;
  font-weight: bold;
  position: relative;
}
.culturepic .culturetxt h4::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: #FFFFFF;
  border-radius: 50%;
  position: absolute;
  left: -20px;
  top: 50%;
  margin-top: -5px;
}

.tation p {
  margin-top: 1.5em;
}

.tationpic {
  margin-top: 50px;
}
.tationpic img {
  width: 32.8%;
  border: 2px solid #FFFFFF;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

/*about-1*/
.hisbox li {
  -webkit-align-items: normal;
     -moz-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  position: relative;
}
.hisbox li:before {
  content: "";
  display: block;
  width: 1px;
  background: #E6E6E6;
  position: absolute;
  height: 100%;
  left: 24.9%;
  top: -12px;
}
.hisbox li:after {
  content: "";
  display: block;
  background: url(../images/time.png) no-repeat center center #FFF;
  width: 20px;
  height: 20px;
  -o-background-size: 15px 15px;
     background-size: 15px 15px;
  position: absolute;
  top: -8px;
  left: 24.1%;
}

.hispic {
  border-top: 6px solid #E6E6E6;
  width: 21.6%;
  padding-top: 30px;
  padding-bottom: 40px;
}
.hispic h4 {
  font-size: 40px;
  font-weight: bold;
  color: #BD1D21;
  margin-bottom: 20px;
}
.hispic img {
  width: 66%;
}

.histxt {
  width: 71.6%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 6px solid #E6E6E6;
}
.histxt div {
  width: 100%;
}
.histxt p {
  position: relative;
  color: #1A1A1A;
  margin: 1.5em 0;
}
.histxt p:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #BD1D21;
  border: 4px solid #FFFFFF;
  border-radius: 50%;
  position: absolute;
  left: -5.7%;
  top: 7px;
}

/*about-2*/
.honorbox {
  padding-bottom: 0;
}

.honorpic {
  width: 37.8%;
}

.honortxt {
  width: 58.3%;
}
.honortxt img {
  width: 47.5%;
  margin-bottom: 45px;
}

.honorlist {
  margin-top: 60px;
}
.honorlist li {
  padding: 50px 0;
  background: #F1F6FC;
}
.honorlist li:nth-child(2n) {
  background: #FFF;
}

.honorlisttxt {
  width: 64%;
}
.honorlisttxt h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}

.honorlistpic {
  width: 28%;
}

.honorimg img {
  width: 31%;
  margin-top: 30px;
}

/*about-3*/
.forcebox {
  background: url(../images/forcebg.jpg) no-repeat 100% bottom;
}

.forcetop {
  background: #FFF;
  padding: 14px;
  padding-right: 60px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

.forcetopleft {
  width: 32.3%;
  float: left;
}

.forcetopright {
  width: 59.8%;
  float: right;
}

.forcetxt {
  margin-bottom: 3em;
  position: relative;
}
.forcetxt li {
  display: none;
}
.forcetxt li:first-child {
  display: block;
}
.forcetxt span {
  font-size: 30px;
  color: #FC9615;
  font-weight: bold;
  position: absolute;
  border-bottom: 4px solid #FC9615;
  left: -40px;
  top: -35px;
}
.forcetxt h4 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
}
.forcetxt p {
  height: 6em;
  line-height: 1.5em;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.swiperforcebox .swiper-slide {
  background: #fff;
}
.swiperforcebox .swiper-slide-active img {
  opacity: 0.5;
}

.forcetop {
  position: relative;
}

.forcebtnbox {
  position: absolute;
  width: 18%;
  right: 60px;
  bottom: -30px;
}
.forcebtnbox .swiper-pagination {
  float: left;
  position: static;
  font-size: 18px;
  width: auto;
  color: #FC9615;
  margin-right: 35px;
  margin-top: -10px;
}
.forcebtnbox .swiper-pagination .swiper-pagination-current {
  font-weight: bold;
  font-size: 30px;
}
.forcebtnbox .forcebtn {
  width: 140px;
  float: left;
}
.forcebtnbox .swiper-button-next {
  position: static;
  width: 50%;
  height: 57px;
  background: url(../images/solur.png) no-repeat center center #FC9615;
  margin: 0;
}
.forcebtnbox .swiper-button-next:hover {
  background-color: #161D27;
}
.forcebtnbox .swiper-button-prev {
  width: 50%;
  margin: 0;
  height: 57px;
  background: url(../images/solul.png) no-repeat center center #FC9615;
  position: static;
}
.forcebtnbox .swiper-button-prev:hover {
  background-color: #161D27;
}

.forceen {
  text-align: center;
}
.forceen h5 {
  color: #FFF;
  display: inline-block;
  font-size: 24px;
  position: relative;
}
.forceen h5:before {
  content: "";
  display: block;
  width: 33px;
  height: 10px;
  left: -14px;
  top: -15px;
  background: #FC9615;
  position: absolute;
}
.forceen h5:after {
  content: "";
  display: block;
  width: 33px;
  height: 2px;
  background: #FC9615;
  position: absolute;
  right: 0;
  bottom: -10px;
}

.abouttable {
  overflow: hidden;
  border-bottom: 1px solid #DCE0E6;
  height: 590px;
}
.abouttable table {
  text-align: center;
  font-size: 16px;
  border-spacing: 0;
  border-collapse: collapse;
  border-bottom: 1px solid #DCE0E6;
  width: 100%;
  max-width: 100%;
  color: #666666;
  border-right: 1px solid #DCE0E6;
}
.abouttable table th, .abouttable table td {
  border-left: 1px solid #DCE0E6;
}
.abouttable table td {
  height: 45px;
  width: auto;
  line-height: 1.1em;
}
.abouttable table tr:nth-child(odd) {
  background-color: #fff;
}
.abouttable table tr:nth-child(even) {
  background-color: #F1F6FC;
}
.abouttable table tr:first-child {
  background: #FC9615;
  color: #fff;
}
.abouttable table tr:first-child td {
  font-size: 24px;
  font-weight: bold;
  line-height: 50px;
}
.abouttable table tr td:first-child {
  font-weight: bold;
}
.abouttable table th {
  font-weight: bold;
  background-color: #FC9615;
  color: #fff;
  border-top: none;
  padding: 20px 0;
}
.abouttable table th:first-child {
  border-left: none;
}

.tablemore {
  display: block;
  width: 34%;
  height: 44px;
  background: #FC9615;
  margin: 40px auto 0;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  color: #FFF;
  cursor: pointer;
  line-height: 44px;
}
.tablemore font {
  background: url(../images/tablemore.png) no-repeat right center;
  padding-right: 30px;
}
.tablemore:hover {
  opacity: 0.9;
}

.abouttabrow {
  padding-bottom: 0;
}

.expertit {
  text-align: left;
  margin-bottom: 30px;
}
.expertit h4 {
  width: 205px;
  height: 50px;
  background: #FC9615;
  position: relative;
  float: left;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding-left: 20px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.expertit h4 span {
  color: #FFF;
  font-size: 18px;
  font-weight: bold;
}
.expertit h4:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 0 0 22px;
  border-color: transparent transparent transparent #FC9615;
  position: absolute;
  right: -22px;
  top: 0;
}
.expertit h5 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  display: inline-block;
  margin-left: 20px;
  line-height: 50px;
  padding-right: 5px;
  padding-left: 40px;
  border-top: 4px solid #FC9615;
}

.expertlist {
  padding: 40px 0;
  border-bottom: 1px dashed #CAD4E0;
}
.expertlist:last-child {
  border-bottom: 0 none;
}

.experitem .expertxt {
  width: 79.3%;
}
.experitem .expertxt p {
  margin-bottom: 1.5em;
  line-height: 1.5em;
}
.experitem .expertxt p:last-child {
  margin-bottom: 0;
}
.experitem img {
  width: 14.5%;
}

.expertlist:nth-child(2n) .expertit {
  text-align: right;
}
.expertlist:nth-child(2n) .expertit h4 {
  float: right;
  padding-left: 10px;
  padding-right: 20px;
  text-align: left;
}
.expertlist:nth-child(2n) .expertit h4:before {
  right: auto;
  left: -22px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 50px 22px;
  border-color: transparent transparent #FC9615 transparent;
}
.expertlist:nth-child(2n) .expertit h5 {
  margin-right: 20px;
  margin-left: 0;
  padding-left: 5px;
  padding-right: 40px;
}

/*about4*/
.expostpic {
  width: 50%;
  position: relative;
  float: left;
}
.expostpic:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 23px 32px 23px 0;
  border-color: transparent #fff transparent transparent;
  right: 0;
  top: 50%;
  margin-top: -23px;
}

.exposttxt {
  float: right;
  width: 45.5%;
  padding: 45px 50px;
  padding-left: 0;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.exposttxt h4 {
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
  border-left: 10px solid #FC9615;
  padding-left: 10px;
  margin-top: 20px;
  margin-bottom: 30px;
}
.exposttxt p {
  padding-left: 20px;
}
.exposttxt img {
  width: auto;
}

.expostlist li:nth-child(2n) .expostpic {
  float: right;
}
.expostlist li:nth-child(2n) .expostpic::before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 23px 0 23px 32px;
  border-color: transparent transparent transparent #fff;
  right: auto;
  left: 0;
}
.expostlist li:nth-child(2n) .exposttxt {
  float: left;
  padding-right: 0;
}

/*epc*/
.epctoptxt {
  width: 50%;
}
.epctoptxt h4 {
  font-size: 24px;
  font-weight: bold;
}
.epctoptxt h3 {
  display: inline-block;
  font-size: 48px;
  background: #FC9615;
  color: #FFF;
  font-weight: bold;
  line-height: 50px;
  padding: 0 20px;
  margin-top: 20px;
  margin-bottom: 40px;
}
.epctoptxt a {
  line-height: 50px;
  display: inline-block;
  border: 1px solid #D9D9D9;
  font-size: 15px;
  margin-top: 40px;
  padding: 0 20px;
}
.epctoptxt a b {
  font-weight: bold;
  font-size: 16px;
  color: #FC9615;
  text-transform: uppercase;
}
.epctoptxt a:hover {
  border-color: #bdbdbd;
}

.epctoppic {
  width: 44.4%;
}

.epcitem {
  background: url(../images/epcbg.jpg) no-repeat;
  -o-background-size: cover;
     background-size: cover;
}
.epcitem .content {
  width: 1400px;
}
.epcitem ul li {
  width: 25%;
  text-align: center;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
.epcitem ul li:last-child {
  border-right: 0 none;
}
.epcitem ul li img {
  width: 40px;
  display: block;
  margin: 0 auto;
}
.epcitem ul li h4 {
  font-size: 42px;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  font-family: Arial;
  padding: 10px 0;
  display: inline-block;
  position: relative;
}
.epcitem ul li h4:before {
  content: "";
  display: block;
  width: 75%;
  height: 1px;
  background: rgba(255, 255, 255, 0.6);
  position: absolute;
  bottom: 3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}
.epcitem ul li p {
  text-align: center;
  color: #FFF;
}

.epcrow li {
  padding: 50px 0;
}
.epcrow li:nth-child(2n) {
  background: #F4FAFE;
}
.epcrow li:nth-child(2n) .epcrowpic span {
  right: auto;
  left: -60px;
}

.epcrowpic {
  width: 42.1%;
  border: 4px solid #FFFFFF;
  position: relative;
}
.epcrowpic span {
  display: inline-block;
  font-size: 60px;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  font-family: Arial;
  background: #FC9615;
  padding: 10px 30px;
  top: 20px;
  position: absolute;
  right: -60px;
}

.epcrowtxt {
  width: 45.6%;
}
.epcrowtxt h4 {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 30px;
}
.epcrowtxt p {
  margin-bottom: 40px;
  line-height: 1.5em;
}

.epcbtn a {
  display: inline-block;
  padding-left: 40px;
  padding-right: 50px;
  position: relative;
  font-size: 18px;
}
.epcbtn a:last-child {
  padding-right: 0;
}
.epcbtn a:before {
  content: "";
  display: block;
  position: absolute;
  width: 28px;
  height: 28px;
  background: url(../images/epcmoicon1.png) no-repeat 0 0;
  left: 0;
  top: 50%;
  margin-top: -14px;
}
.epcbtn a.epcbtn2:before {
  background: url(../images/epcmoicon2.png) no-repeat 0 0;
}
.epcbtn a.epcbtn3:before {
  background: url(../images/epcmoicon3.png) no-repeat 0 0;
}
.epcbtn a.epcbtn4:before {
  background: url(../images/epcmoicon4.png) no-repeat 0 0;
}
.epcbtn a.epcbtn5:before {
  background: url(../images/epcmoicon5.png) no-repeat 0 0;
}
.epcbtn a.epcbtn6:before {
  background: url(../images/epcmoicon6.png) no-repeat 0 0;
}
.epcbtn a.epcbtn7:before {
  background: url(../images/epcmoicon7.png) no-repeat 0 0;
}
.epcbtn a.epcbtn8:before {
  background: url(../images/epcmoicon8.png) no-repeat 0 0;
}
.epcbtn a:hover {
  color: #FC9615;
}
.epcbtn a:hover::before {
  background-position: -28px 0;
}

.certbox li {
  width: 23%;
}
.certbox li:last-child img {
  margin-bottom: 15px;
}
.certbox li:last-child img:last-child {
  margin-bottom: 0;
}

.affairebox {
  padding-bottom: 0;
}

.affairerowcon {
  overflow: hidden;
  padding: 110px 0;
}

.affairerow {
  position: relative;
}
.affairerow .swiper-container {
  overflow: visible;
}
.affairerow li {
  text-align: center;
  font-size: 18px;
  background: none;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
       justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  width: 37%;
  -moz-box-align: center;
       align-items: center;
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  -moz-transition: 300ms;
  transition: 300ms;
  position: relative;
}
.affairerow li:hover .affairetxt {
  background: rgba(252, 150, 21, 0.95);
}
.affairerow .swiper-slide-active {
  z-index: 3;
  -webkit-transform: scale(1.4);
     -moz-transform: scale(1.4);
      -ms-transform: scale(1.4);
       -o-transform: scale(1.4);
          transform: scale(1.4);
  z-index: 3;
  margin-left: 10%;
}
.affairerow .swiper-slide-active .affairetxt {
  display: block;
  position: absolute;
  left: 0;
  background: rgba(252, 150, 21, 0.9);
  width: 63%;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding: 28px 30px;
  text-align: left;
  top: 50%;
  z-index: 2;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.affairerow .swiper-slide-active .affairepic {
  width: 73.5%;
  position: relative;
  margin-left: 26.5%;
}
.affairerow .swiper-slide-active .affairepic:after {
  content: "";
  display: block;
  background: #FC9615;
  width: 100%;
  height: 100%;
  right: -15px;
  top: 15px;
  position: absolute;
  z-index: -1;
}
.affairerow .affairepic {
  width: 75%;
  position: relative;
}
.affairerow .affairetxt {
  display: none;
}
.affairerow .affairetxt h4 {
  font-size: 20px;
  margin-bottom: 20px;
  color: #FFF;
}
.affairerow .affairetxt h4 span {
  display: inline-block;
  background: url(../images/affmore.png) no-repeat;
  width: 15px;
  height: 15px;
  -o-background-size: cover;
     background-size: cover;
  vertical-align: middle;
}
.affairerow .affairetxt p {
  font-size: 14px;
  color: #FFF;
  line-height: 1.5em;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  height: 7.5em;
}

.affairebtn {
  position: absolute;
  width: 78%;
  border: 1px solid #FC9615;
  right: 0;
  top: 88px;
  bottom: 88px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.affairebtn .swiper-button-prev {
  position: absolute;
  float: right;
  background-color: #FC9615;
  height: 54px;
  width: 54px;
  -o-background-size: 18px;
     background-size: 18px;
  top: 50%;
  z-index: 3;
  right: 0;
  left: auto;
}
.affairebtn .swiper-button-prev:hover {
  opacity: 0.9;
}
.affairebtn .swiper-button-next {
  position: absolute;
  float: right;
  background-color: #FC9615;
  height: 54px;
  width: 54px;
  -o-background-size: 18px;
     background-size: 18px;
  top: 50%;
  z-index: 3;
  right: -54px;
}
.affairebtn .swiper-button-next:hover {
  opacity: 0.9;
}

/*epc*/
.epcmonav {
  margin-top: 30px;
  overflow: hidden;
}

.epcmonav li {
  width: 12.25%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  text-align: center;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 54px;
  box-sizing: border-box;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 14px;
  margin-left: -9px;
  margin-right: 8px;
}

.epcmonav li a {
  color: #FFF;
  display: inline-block;
  text-align: left;
}

.epcmonav li:before {
  content: "";
  height: 51%;
  width: 100%;
  position: absolute;
  background: #fc9615;
  display: block;
  left: 0;
  z-index: -1;
  top: 0;
  -webkit-transform: skewX(30deg);
  -moz-transform: skewX(30deg);
  -ms-transform: skewX(30deg);
  -o-transform: skewX(30deg);
  transform: skewX(30deg);
}

.epcmonav li:after {
  content: "";
  height: 51%;
  width: 100%;
  z-index: -1;
  position: absolute;
  background: #fc9615;
  display: block;
  right: 0;
  -webkit-transform: skewX(-30deg);
  -moz-transform: skewX(-30deg);
  -ms-transform: skewX(-30deg);
  -o-transform: skewX(-30deg);
  transform: skewX(-30deg);
  bottom: 0;
}

.epcmonav li:hover:after, .epcmonav li:hover:before, .epcmonav li.epcact:after, .epcmonav li.epcact:before {
  background: #341d00;
}

.testtop {
  position: relative;
}
.testtop img {
  width: 41.2%;
}

.testtoptxt {
  width: 74%;
  background: #FFF;
  position: absolute;
  right: 0;
  top: 45px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding: 30px 30px 50px 60px;
}
.testtoptxt:before {
  content: "";
  display: block;
  width: 41px;
  height: 30px;
  background: #FC9615;
  position: absolute;
  left: 0;
  top: 35px;
}
.testtoptxt p {
  margin-top: 1.5em;
  line-height: 1.5em;
}

.testhui {
  background: #F1F6FC;
}

.epcdetail {
  padding: 40px 0;
}
.epcdetail h3 {
  font-size: 24px;
  font-weight: bold;
  position: relative;
  padding-top: 15px;
  margin-bottom: 35px;
}
.epcdetail h3:before {
  content: "";
  width: 57px;
  height: 10px;
  background: #FC9615;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.epcdetail h4 {
  font-size: 18px;
  font-weight: bold;
  margin-top: 40px;
  padding-left: 20px;
  position: relative;
}
.epcdetail h4:before {
  content: "";
  width: 8px;
  height: 8px;
  background: #FC9615;
  border-radius: 50%;
  position: absolute;
  left: 0%;
  top: 50%;
  margin-top: -4px;
}
.epcdetail p {
  line-height: 1.5em;
  margin-top: 1.5em;
}

.avanpic {
  width: 31.5%;
}

.avantxt {
  width: 61%;
}

.pendantpic {
  width: 31.8%;
}

.pendanttxt {
  width: 63%;
}
.pendanttxt p {
  margin-top: 0;
}

.pendanttxt2 {
  width: 58.8%;
}
.pendanttxt2 p {
  margin-top: 0;
}

.pendantpic2 {
  width: 36.3%;
}

.pendantbox {
  margin-top: 40px;
}

.detestpic {
  width: 25.7%;
}

.detesttxt {
  width: 67%;
}

.epccase img {
  width: 23.3%;
  margin-top: 23px;
}

.epcproimg {
  margin-top: 40px;
  margin-bottom: 50px;
}
.epcproimg img {
  width: 30.8%;
}

ul.flipbox {
  width: 81.6%;
  margin: 40px auto;
  border: 0 none;
}
ul.flipbox li {
  border: 1px solid #E6E6E6;
  position: relative;
  width: 30%;
}
ul.flipbox li i {
  position: absolute;
  display: block;
  width: 28px;
  height: 28px;
  background: #010101;
  right: 0;
  bottom: 0;
}

#flb-lightbox img {
  display: inline-block;
  width: auto;
}

.nopadbot {
  padding-bottom: 0;
}
.nopadbot .epcdetail {
  padding: 0;
}

.epctable table {
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
  margin: 30px 0;
  border: 1px solid #F2F2F2;
}
.epctable table tr {
  background: #f1f1f1;
  text-align: center;
}
.epctable table tr:nth-child(2n) {
  background: #FFF;
}
.epctable table tr:hover td {
  background: #FC9615;
  color: #FFF;
}
.epctable table td {
  border-right: 1px solid #F2F2F2;
  padding: 10px;
}

ul.flipbox1 {
  width: 100%;
}
ul.flipbox1 li {
  width: 22.1%;
}

.epctit {
  margin-bottom: 40px;
}
.epctit h2 {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  position: relative;
}
.epctit h2:after {
  content: "";
  display: block;
  width: 250px;
  height: 4px;
  background: #FC9615;
  margin: 16px auto 0;
}

.grsjtop {
  margin-bottom: 50px;
}
.grsjtop h5 {
  font-weight: bold;
  margin-top: 10px;
}
.grsjtop img {
  position: absolute;
  right: 0;
  width: 34.2%;
  top: -50px;
}

.grsjtxt {
  width: 50%;
}
.grsjtxt p {
  margin-top: 0;
}

.grsjpic {
  width: 44%;
}

.touspic {
  width: 30.75%;
}

.toustxt {
  width: 63.8%;
}
.toustxt h3 {
  margin-bottom: 0;
}

.tousbox {
  margin-top: 40px;
}

.civilbox h3 {
  margin-bottom: 30px;
  margin-top: 48px;
}

.civilpic {
  margin-top: 40px;
}
.civilpic li {
  width: 18%;
}

.conceptbox {
  padding-top: 30px;
}
.conceptbox p {
  margin-bottom: 1.5em;
}

.planbox {
  padding-top: 0;
}

.planimg {
  padding-top: 37px;
}
.planimg img {
  width: 31%;
}

.geologtxt &gt; p {
  margin-top: 0;
}

.zhizaotxt:before {
  display: none;
}
.zhizaotxt img {
  margin: 0 auto;
  width: auto;
  max-width: 100%;
}

.zhizaocon {
  padding-top: 0;
  padding-bottom: 0;
}
.zhizaocon h3 {
  margin-top: 50px;
}

.zhizaorow {
  padding-bottom: 40px;
}

.zhizaoavan {
  padding-top: 0;
}

.zhizaocon h4 {
  color: #FC9615;
}

.supportbox {
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.supportbox .avanpic {
  width: 34.5%;
}

.usinelist {
  position: relative;
  margin-top: 38px;
}
.usinelist img {
  width: 34%;
}
.usinelist ul {
  background: #FFF;
  width: 70.5%;
  position: absolute;
  right: 0;
  top: 28px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding: 50px 60px;
  padding-right: 35px;
}
.usinelist ul li {
  font-size: 18px;
  font-weight: bold;
  line-height: 2em;
}

.xmglsitetxt {
  width: 65.5%;
}
.xmglsitetxt p {
  margin-top: 0;
}

.xmglsitepic {
  width: 27.3%;
}

.xmglsite {
  margin-bottom: 30px;
}

.xmglpicbox {
  padding: 50px 0;
}

.depuisimg {
  margin-top: 40px;
}
.depuisimg img {
  width: 31.9%;
}

.fonderiebox {
  position: relative;
  margin-bottom: 70px;
}

.fonderiepic {
  width: 37%;
}

.fonderietxt {
  width: 70.5%;
  position: absolute;
  background: #FFF;
  top: 57px;
  right: 0;
  padding-top: 25px;
  padding-left: 45px;
  padding-bottom: 45px;
}

.grpxtoptxt &gt; img {
  width: 31.5%;
}

.grpxles {
  margin-top: 50px;
}

.grpxlestxt {
  width: 67.8%;
}
.grpxlestxt p {
  font-weight: bold;
  margin: 1em 0;
}

.grpxlespic {
  width: 27.3%;
}

.grpxles-trois {
  padding: 60px 0;
}
.grpxles-trois p {
  margin-bottom: 1.5em;
}

.schanwap {
  margin: 40px 0;
}
.schanwap .avanpic {
  width: 33.3%;
}
.schanwap .avantxt {
  width: 61.9%;
}
.schanwap .avantxt h3 {
  margin-bottom: 20px;
}

/*product*/
.proitem li {
  float: left;
  width: 31.3%;
  border: 1px solid #E6E6E6;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  margin-right: 3.05%;
  background: #FFF;
  padding-bottom: 30px;
  margin-top: 35px;
}
.proitem li:nth-child(3n) {
  margin-right: 0;
}
.proitem li .aniimg img {
  width: 80%;
  margin: 0 auto;
}
.proitem li h4 {
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}
.proitem li:hover {
  box-shadow: 0px 0px 17px 1px rgba(0, 0, 0, 0.09);
}
.proitem li:hover h4 {
  color: #BD1D21;
}
.proitem li:hover .aniimg img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.prorowtop {
  -webkit-align-items: initial;
     -moz-box-align: initial;
      -ms-flex-align: initial;
          align-items: initial;
}

.prorowleft {
  width: 31.4%;
  position: relative;
  z-index: 1;
  padding: 0 15px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding-bottom: 28px;
}
.prorowleft &gt; img {
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: -1;
  left: 0;
}

.prorowleftcon {
  border: 8px solid #FC9615;
  border-radius: 6px;
  padding: 50px 20px;
  height: 100%;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  background: #FFF;
}
.prorowleftcon h3 {
  font-weight: bold;
  font-size: 18px;
  color: #FC9615;
  text-transform: uppercase;
  padding-bottom: 10px;
  position: relative;
  margin-bottom: 20px;
}
.prorowleftcon h3:after {
  content: "";
  display: block;
  width: 42px;
  height: 2px;
  background: #FC9615;
  left: 0;
  bottom: 0;
  position: absolute;
}
.prorowleftcon ul li {
  padding: 12px 0;
  border-bottom: 1px dashed rgba(252, 150, 21, 0.4);
  background: url(../images/proright.png) no-repeat right center;
  padding-right: 30px;
}
.prorowleftcon ul li a {
  font-size: 14px;
}
.prorowleftcon ul li:hover a {
  color: #FC9615;
}

.prorowright {
  width: 65.6%;
}
.prorowright .proitem {
  width: 100%;
}
.prorowright .proitem li {
  width: 47.5%;
  margin-right: 5%;
}
.prorowright .proitem li:nth-child(3n) {
  margin-right: 5%;
}
.prorowright .proitem li:nth-child(2n) {
  margin-right: 0%;
}
.prorowright .titbox {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: left;
}
.prorowright .titbox h2 {
  font-size: 40px;
}

.prorow:nth-child(2n) {
  background: #F1F6FC;
}

.propage .prolist {
  border-radius: 0;
  padding: 0;
  margin-top: 0;
}

/*product-detail*/
.prolistleft {
  float: left;
  width: 67%;
}

.prolistleft .liuyanbox {
  margin-bottom: 0;
}

.prorow li {
  width: 46.4%;
  margin-bottom: 40px;
}

.prorow li:hover .aniimg img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.prorow li:hover h4 {
  color: #BD1D21;
  font-weight: bold;
}

.prorow li:hover img {
  opacity: 0.5;
}

.prorowtxt {
  padding: 0 20px;
  margin-top: 20px;
  min-height: 3em;
}

.prorowtxt h4 {
  text-align: center;
  font-size: 16px;
  line-height: 1.5em;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-height: 3em;
  overflow: hidden;
}

.sidebox {
  width: 24.1%;
  float: right;
}

.proside {
  border: 1px solid #E6E6E6;
  border-radius: 10px;
  padding-bottom: 30px;
  margin-bottom: 80px;
  position: relative;
}

.proside h3 {
  height: 50px;
  background: #FC9615;
  border-radius: 10px 10px 0px 0px;
  font-size: 18px;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  line-height: 50px;
  text-transform: uppercase;
}

.proside .prosideul {
  padding: 5px 11px;
}

.proside .prosideul li {
  border-bottom: 1px solid #F6F6F6;
  padding: 15px 12px;
}

.proside .prosideul li:last-child {
  border: 0 none;
}

.proside .prosideul li a {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -moz-box-pack: space-between;
  -webkit--moz-box-pack: space-between;
  box-pack: space-between;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  box-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.proside .prosideul li .aniimg {
  width: 26%;
  border: 1px solid #F2F2F2;
  border-radius: 6px;
  height: 50px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.proside .prosideul li .aniimg img {
  width: auto;
  max-height: 100%;
  max-width: 100%;
}

.proside .prosideul li h4 {
  width: 66%;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-height: 3em;
  overflow: hidden;
  line-height: 1.5em;
}

.proside .prosideul li:hover .aniimg img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.proside .prosideul li:hover h4 {
  color: #FC9615;
}

.more {
  width: 198px;
  height: 34px;
  line-height: 34px;
  background: #FC9615;
  border-radius: 4px;
  display: block;
  margin: 0 auto;
  text-align: center;
  color: #FFF;
}

.more img {
  width: 14px;
  height: 7px;
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
}

.more:hover {
  opacity: 0.95;
}

.proside .more {
  position: absolute;
  bottom: -13px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.detailtop {
  position: relative;
}
.detailtop img {
  width: 63%;
  margin: 0 auto;
  border-radius: 4px;
}
.detailtop h1 {
  background: #FC9615;
  font-size: 24px;
  font-weight: bold;
  position: absolute;
  padding: 10px 20px;
  bottom: 25px;
  color: #FFF;
}

.detailtop-txt {
  position: relative;
  z-index: 2;
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #FFF;
  margin-top: 40px;
}
.detailtop-txt a {
  color: #FC9615;
  font-weight: bold;
}

.detailtop-txt p {
  margin: 1em 0;
  line-height: 1.5em;
}

.detailtop-txt p b {
  font-size: 18px;
}

.chatbutton {
  background: #F1F6FD;
  margin-top: 40px;
  padding: 30px 35px;
}

.chatbutton .chatbtn {
  width: 56%;
  overflow: hidden;
}

.chatbutton .chatbtn a {
  width: 29%;
  float: left;
  margin-left: 4%;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.chatbutton .chatbtn a img {
  width: auto;
  display: inline-block;
  vertical-align: middle;
}

.casechat {
  margin-top: 30px;
}

.casechat .chatbtn img {
  width: auto;
  display: inline-block;
  vertical-align: middle;
}

.casechat .chatbtn {
  width: 100%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 20px;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  box-pack: space-between;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  box-align: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.casechat .chatbtn a {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  width: 48%;
  text-align: center;
  padding-left: 0;
}

.casechat .proapp {
  padding: 0 20px;
  margin-top: 15px;
}

.casechat .proapp img {
  margin-top: -3px;
}

.proapp img {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin-right: 8px;
}

.proapp a {
  font-weight: bold;
  color: #FC9615;
  font-size: 24px;
}

.article {
  padding-top: 40px;
  padding-bottom:70px;
}
.article &gt; ul li {
  padding-left: 20px;
  margin-bottom: 30px;
  position: relative;
}
.article &gt; ul li:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #FC9615;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 0;
  top: 7px;
}

.article &gt; h4, .article &gt; h3 {
  font-size: 24px;
  font-weight: bold;
  padding-left: 13px;
  border-left: 10px solid #FC9615;
  margin: 30px 0;
}

.article &gt; img, .article &gt; p &gt; img {
  width: auto;
  display: block;
  max-width: 100%;
  margin: 30px auto;
}

.tablebox table, .table {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ddd;
}

.table {
  margin-top: 40px;
}

.tablebox table th, .table th {
  text-align: center;
  font-size: 14px;
  padding: 5px;
  border: 1px solid #ddd;
}

.tablebox table td, .table td {
  text-align: center;
  border: 1px solid #ddd;
  padding: 10px 5px;
  font-size: 14px;
}

.caseside {
  padding: 10px;
}

.caseside li {
  padding: 20px 0;
  border-bottom: 1px solid #F6F6F6;
  font-size: 16px;
}

.caseside li:last-child {
  border: 0 none;
}

.caseside li a {
  line-height: 1.5em;
}

.caseside li:hover a {
  font-weight: bold;
  color: #FC9615;
}

.case-error {
  text-align: center;
  border-bottom: 1px solid #eee;
  padding-bottom: 40px;
}

.case-error img {
  display: inline-block;
  width: 23%;
}

.case-error-p {
  font-size: 20px;
  color: #808080;
  display: inline-block;
  margin-left: 86px;
  vertical-align: bottom;
}

.case-error-p p {
  margin-bottom: 30px;
  text-align: left;
  font-size: 20px;
}

.case-error-p p:last-child {
  padding-left: 35px;
}

.case-error-more {
  font-size: 24px;
  text-align: center;
  color: #fff;
  padding: 10px 0;
  background: #FC9615;
  width: 230px;
  border-radius: 40px;
  margin: 50px auto;
}

/*solutions*/
.prolist li span b {
  font-weight: normal;
}

.solumain:nth-child(2n) {
  background: #F1F6FC;
}
.solumain:nth-child(2n) .prolisttxt {
  background: #FFF;
}
.solumain .prolist {
  padding: 0;
  margin-top: 0;
  border-radius: 0;
  background: none;
}
.solumain .prolist li {
  width: 23.3%;
  margin-top: 30px;
  margin-right: 2.26%;
}
.solumain .prolist li:nth-child(3n) {
  margin-right: 2.26%;
}
.solumain .prolist li:nth-child(4n) {
  margin-right: 0%;
}
.solumain .prolist li:hover h4 {
  font-weight: bold;
}

.gyjsbox {
  overflow: hidden;
  margin-bottom: 20px;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -moz-box-pack: space-between;
  -webkit--moz-box-pack: space-between;
  box-pack: space-between;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  box-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.gyjsbox img {
  width: 25.7%;
}
.gyjsbox div {
  width: 69%;
}
.gyjsbox div h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}
.gyjsbox div p {
  font-size: 16px;
}

div.flipbox {
  width: 80%;
  border: 1px solid #E6E6E6;
  margin: 0 auto;
}

/*case*/
.casesbtnbox {
  margin-top: 50px;
}

.casesbtn {
  margin-bottom: 20px;
  line-height: 30px;
}

.casesbtn span {
  display: block;
  text-align: right;
  width: 7.5%;
  float: left;
}

.casesbtn label {
  width: 4.5%;
  margin: 0 1%;
  height: 30px;
  background: #EEE;
  border-radius: 4px;
  display: block;
  cursor: pointer;
  text-align: center;
  color: #333;
  float: left;
  line-height: 30px;
}

.casesbtn ul {
  width: 85%;
  float: right;
  overflow: hidden;
}

.casesbtn ul li {
  float: left;
  padding: 0 10px;
  margin-right: 10px;
  margin-bottom: 5px;
  cursor: pointer;
}

.casesbtn .casesbtnact {
  border-radius: 4px;
  background: #FC9615;
  color: #FFF;
}

.caseitem li {
  width: 30%;
  border: 1px solid #ddd;
  margin-right: 5%;
  float: left;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 45px;
}

.caseitem li:nth-child(3n) {
  margin-right: 0;
}

.caseitem li h4 {
  font-size: 18px;
  font-weight: bold;
  padding: 0 15px;
  margin: 15px 0;
  line-height: 1.7em;
  height: 5.1em;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.caseitem li:hover .aniimg img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.caseitem li:hover h4 {
  color: #FC9615;
}

.casestxt {
  margin: 15px;
  height: 15.3em;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 9;
  padding: 0 10px;
  position: relative;
}

.casestxt:before {
  content: "";
  background: #f0f6f6;
  display: block;
  position: absolute;
  top: -10px;
  bottom: -10px;
  width: 100%;
  left: 0;
  z-index: -1;
}

.casestxt p {
  color: #666;
  line-height: 1.7em;
  max-height: 11.9em;
  overflow: hidden;
}

.casestxt p::before {
  content: "";
  background: url(../images/casesicon.png) no-repeat;
  width: 13px;
  height: 15px;
  -o-background-size: cover;
  background-size: cover;
  display: inline-block;
  margin-right: 5px;
}

.caseitenchat {
  padding: 15px;
  width: 87%;
  margin: 0 auto;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -moz-box-pack: space-between;
  -webkit--moz-box-pack: space-between;
  box-pack: space-between;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  box-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.caseitenchat a {
  display: block;
  width: 48%;
  line-height: 40px;
  background-color: #FC9615;
  border-radius: 5px;
  color: #FFF;
  font-size: 18px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  margin-bottom: 10px;
  text-align: center;
  padding-left: 28px;
}

.caseitenchat a img {
  display: block;
  width: auto;
  float: left;
  margin-top: 8px;
}

.caseitenchat a:hover {
  opacity: 0.85;
}

.article .jjfabox li {
  margin-top: 40px;
  border-radius: 10px;
  border: 1px dashed #E6E6E6;
  padding: 40px 30px;
  position: relative;
}
.article .jjfabox li:before {
  display: none;
}
.article .jjfabox li span {
  position: absolute;
  display: inline-block;
  height: 35px;
  line-height: 35px;
  background: #FC9615;
  color: #FFF;
  font-size: 30px;
  font-weight: bold;
  border-radius: 6px;
  padding: 0 25px;
  left: 30px;
  top: -14px;
}

.cases-probox .prolist {
  margin-top: 0;
  padding: 0;
  border-radius: 0;
}
.cases-probox .prolist li {
  width: 46%;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 42px;
}

/*news*/
.newsitembox {
  margin-bottom: 50px;
  background: #F1F6FD;
}

.newsitem li {
  width: 30.7%;
  margin-right: 3.95%;
  float: left;
  position: relative;
}
.newsitem li:nth-child(3n) {
  margin-right: 0;
}
.newsitem li:hover .aniimg img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.newsitem li:hover .newsitem-tit {
  background: rgba(252, 150, 21, 0.7);
}

.newsitem-tit {
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  height: 78px;
  bottom: 0;
  left: 0;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 20px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.newsitem-tit h4 {
  color: #FFF;
  line-height: 1.3em;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  max-height: 3.9em;
}

.newsitem h4 {
  text-transform: none;
}

.newsrow {
  margin-top: 50px;
  padding-bottom: 20px;
}

.newsrow li {
  margin-bottom: 30px;
  width: 46%;
  padding-left: 16px;
  position: relative;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.3em;
  max-height: 2.6em;
}

.newsrow li:before {
  content: "";
  display: block;
  position: absolute;
  width: 5px;
  height: 5px;
  background: #FC9615;
  border-radius: 50%;
  left: 2px;
  top: 7px;
}

.newsrow li:hover a {
  color: #FC9615;
}

.zhuantilist li {
  width: 46.6%;
  margin-bottom: 50px;
}

.zhuantilist li h4 {
  margin: 20px 0;
  font-size: 18px;
  line-height: 1.3em;
  font-weight: bold;
  text-transform: uppercase;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 2.6em;
}

.zhuantilist li p {
  line-height: 1.3em;
  color: #4D4D4D;
  max-height: 2.6em;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.zhuantilist li:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.zhuantilist li:hover h4 {
  color: #FC9615;
}

.dynamicpic {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  box-pack: space-between;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  box-align: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.dynamicpic &gt; .aniimg {
  width: 57%;
}

.dynamicpic .dynamicimg {
  width: 41%;
  overflow: hidden;
}

.dynamicpic .dynamicimg .aniimg:first-child {
  margin-bottom: 10px;
}

.newslist-item li {
  border-bottom: 1px dashed #F2F2F2;
  padding: 30px 0;
}

.newslist-item li a {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  box-pack: space-between;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  box-align: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.newslist-item li .aniimg {
  width: 21.1%;
}

.newslist-item li:hover .aniimg img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.5;
}

.newslist-item li:hover h4 {
  color: #FC9615;
}

.newslist-itemtxt {
  width: 72%;
}

.newslist-itemtxt h4 {
  font-size: 18px;
  font-weight: bold;
  border-left: 8px solid #FC9615;
  padding-left: 14px;
  margin-left: -24px;
  margin-bottom: 15px;
}

.newslist-itemtxt span {
  color: #808080;
  font-size: 14px;
  display: block;
  margin-bottom: 20px;
}

.newslist-itemtxt p {
  color: #4D4D4D;
  height: 5.1em;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.newsdetailtop h1 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

.newsdetailtop &gt; span {
  color: #4D4D4D;
  text-align: center;
  display: block;
  margin-top: 14px;
}

.article-news {
  padding-bottom: 40px;
}

.prevlist {
  border-top: 1px solid #F2F2F2;
  border-bottom: 1px solid #F2F2F2;
  padding-top: 15px;
  padding-bottom: 35px;
  margin-bottom: 50px;
}
.prevlist li {
  margin-top: 20px;
}
.prevlist li span {
  font-weight: bold;
  font-size: 18px;
}
.prevlist li a {
  font-size: 16px;
}
.prevlist li:hover a {
  color: #FC9615;
}

/*contact*/
.tactbox &gt; p {
  margin-bottom: 1.7em;
}

.tactrow {
  background: #F1F6FC;
}

.tactrow {
  margin-top: 50px;
  padding: 50px 70px;
}
.tactrow li {
  position: relative;
  z-index: 1;
  width: 28.35%;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding-top: 50px;
}
.tactrow li:before {
  content: "";
  display: block;
  width: 141px;
  height: 63px;
  background: url(../images/tactbg.png) no-repeat;
  -o-background-size: cover;
     background-size: cover;
  position: absolute;
  z-index: -1;
  bottom: -23px;
  left: -17px;
}
.tactrow li:after {
  content: "";
  display: block;
  width: 141px;
  height: 63px;
  background: url(../images/tactbg.png) no-repeat;
  -o-background-size: cover;
     background-size: cover;
  position: absolute;
  z-index: -1;
  bottom: -23px;
  right: -17px;
}

.tacttxt {
  padding: 70px 20px 30px;
  height: 8.5em;
  background: #FFF;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.tacticon {
  width: 117px;
  height: 117px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  border-radius: 50%;
  padding: 15px;
  background: #FFF;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}

.tacticon-con {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  border: 1px dashed #FC9615;
  padding: 5px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.tacticon-con img {
  border-radius: 50%;
  background: #FC9615;
}

.tacttxtcon p {
  position: relative;
  padding-left: 15px;
  line-height: 1.5em;
  margin-bottom: 0.5em;
}
.tacttxtcon p:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #FC9615;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 0;
  top: 8px;
}
.tacttxtcon &gt; a {
  margin-top: -25px;
  font-size: 18px;
  display: block;
  text-align: center;
}
.tacttxtcon &gt; a b {
  color: #FC9615;
  font-size: 24px;
}
.tacttxtcon &gt; a:hover {
  opacity: 0.9;
}
.tacttxtcon .chatbtn {
  width: 151px;
  margin: 35px auto 0;
}
.tacttxtcon .chatbtn img {
  width: auto;
  display: inline-block;
  vertical-align: middle;
}

.mapbox {
  padding-top: 0;
  height: 500px;
}
.mapbox iframe {
  height: 100%;
}

/*search*/
.searpage h2 {
  font-size: 36px;
  text-align: center;
  margin-bottom: 60px;
}

.searpage h2 b {
  font-size: 60px;
}

.searmodel {
  width: 70%;
  margin: 0 auto;
  height: 60px;
  background: #F5F5F5;
  border-radius: 6px;
  line-height: 60px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 40px;
  position: relative;
  padding-right: 80px;
}

.searmodel input[type=text] {
  line-height: 60px;
  font-size: 24px;
  border: 0 none;
  display: block;
  width: 100%;
  background: none;
}

.searmodel input[type=submit] {
  background: url(../images/searchbtn.png) no-repeat center center;
  width: 38px;
  height: 60px;
  display: block;
  position: absolute;
  right: 40px;
  border: 0 none;
  top: 0;
}

.keyword-red {
  color: #FC9615;
}

.searpage {
  padding-bottom: 0;
}

.searchlist li {
  padding: 30px 0;
  border-bottom: 1px dashed #E6E6E6;
}

.searchlist li:last-child {
  border-bottom: 0 none;
}

.searchlist li:hover h4 {
  color: #FC9615;
}

.searchlist h4 {
  margin-bottom: 25px;
  font-size: 18px;
  font-weight: bold;
}

.searchlist p {
  color: #4D4D4D;
}

.fourbox h1 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 60px;
}

.fourtxt {
  width: 53.5%;
}

.fourpic {
  width: 41%;
}

.fourtxt ul li {
  margin-bottom: 30px;
  overflow: hidden;
}

.fourtxt ul li img {
  float: left;
  width: auto;
  margin-right: 15px;
  margin-top: 9px;
}

.fourtxt ul li span {
  font-weight: bold;
  margin-top: 9px;
  font-size: 18px;
  display: block;
  float: left;
  margin-right: 10px;
}

.fourtxt ul li a {
  font-size: 24px;
  font-weight: bold;
}

.fourtxt ul li a b {
  color: #FC9615;
  font-size: 30px;
}

.fourtxt ul li p {
  float: left;
  width: 83%;
  margin-top: 5px;
}

.fourtxt .chatbtn {
  width: 62%;
  margin-left: 6%;
}

.fourtxt .chatbtn a {
  width: 44%;
}

.fourtxt .chatbtn a img {
  width: auto;
  display: inline-block;
  vertical-align: middle;
}

.fournav li {
  width: 33.33%;
  background: #F2FAFF;
  text-align: center;
}

.fournav li h4 {
  margin-top: 70px;
  font-size: 24px;
  display: inline-block;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  width: 36%;
  line-height: 1.5em;
}

.fournav li h4:before {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background: #FC9615;
  position: absolute;
  left: -50px;
  top: 50%;
}

.fournav li h4:after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background: #FC9615;
  position: absolute;
  right: -50px;
  top: 50%;
}

.fournav li a {
  margin-bottom: 70px;
  margin-top: 50px;
}

.fournav-txt {
  height: 280px;
}

@media (max-width: 1700px) {
  .culturepic .culturetxt h4 {
    font-size: 22px;
  }
  .culturepic .culturetxt ul li {
    margin-bottom: 20px;
  }
  .culturepic .culturetxt ul li p {
    line-height: 1.6em;
  }
}
@media (max-width: 1600px) {
  .culturepic .culturetxt h4 {
    font-size: 20px;
  }
  .culturepic .culturetxt p {
    line-height: 1.5em;
  }
  .culturepic .culturetxt ul li {
    margin-bottom: 20px;
  }
  .propostxt h4 {
    font-size: 26px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .que {
    font-size: 20px;
    padding-bottom: 15px;
  }
  .epctit h2 {
    font-size: 28px;
  }
  .epcdetail h3:before {
    width: 48px;
    height: 8px;
  }
  .epcdetail h3 {
    margin-bottom: 25px;
    font-size: 22px;
  }
  .hispic h4 {
    font-size: 36px;
  }
  .forcetxt h4 {
    margin-bottom: 25px;
  }
  .forcetxt {
    margin-bottom: 2em;
  }
  .abouttable table tr:first-child td {
    font-size: 20px;
  }
  .exposttxt h4 {
    margin-bottom: 20px;
  }
  .epcitem ul li img {
    width: 32px;
  }
  .epcitem ul li h4 {
    font-size: 36px;
  }
  .epcrowpic span {
    font-size: 50px;
  }
  .epcrowtxt h4 {
    margin-bottom: 20px;
    font-size: 20px;
  }
  .epcrowtxt p {
    margin-bottom: 30px;
  }
  .affairerow .affairetxt h4 {
    font-size: 18px;
  }
  .bantxtbox h5 {
    font-size: 26px;
  }
  .bantxtbox h3 {
    font-size: 40px;
  }
  .bantxtbox p span {
    font-size: 20px;
  }
  .inepctxt h4 {
    font-size: 26px;
  }
  .inepctxt h3 {
    font-size: 44px;
    margin-bottom: 30px;
  }
  .insulutxt h4 {
    font-size: 26px;
    padding-top: 12px;
  }
  .castop h4 {
    font-size: 20px;
  }
  .casleft {
    padding-top: 40px;
  }
  .casleftlist li {
    padding: 20px 20px;
  }
  .banconbox {
    padding-left: 13%;
  }
  .fourtxt ul li {
    margin-bottom: 20px;
  }
  .fourtxt ul li a b {
    font-size: 26px;
  }
  .fourtxt ul li a {
    font-size: 22px;
  }
  .fournav li a {
    margin-top: 40px;
    margin-bottom: 55px;
  }
  .fourbox h1 {
    margin-bottom: 45px;
  }
  .searpage h2 {
    font-size: 30px;
    margin-bottom: 50px;
  }
  .searpage h2 b {
    font-size: 50px;
  }
  .tacttxtcon .chatbtn {
    margin-top: 30px;
  }
  .solubtnbox{
    bottom: 10px;
  }
}
@media (max-width: 1500px) {
  .culturepic .culturetxt h4 {
    font-size: 16px;
  }
  .culturepic .culturetxt ul li {
    margin-bottom: 15px;
  }
  .propostxt h4 {
    font-size: 22px;
    margin-bottom: 15px;
  }
  .abouticon li h4 {
    font-size: 20px;
  }
  .epctit h2 {
    font-size: 26px;
  }
  .forcetxt h4 {
    margin-bottom: 20px;
  }
  .abouttable table tr:first-child td {
    font-size: 18px;
  }
  .banbtn {
    width: 80px;
  }
  .banbtnbox .swiper-button-prev, .banbtnbox .swiper-button-next {
    width: 36px;
    height: 36px;
    -o-background-size: 36px 36px;
       background-size: 36px 36px;
  }
  .banconbox {
    padding-left: 11%;
  }
  .casleftlist li.castop h4{
    font-size: 18px;
    margin-bottom: 15px;
  }
  .casleftlist li.castop p{
    font-size: 15px;
  }
  .casleftlist li.castop a::before{
    top: 6px;
  }
  .solurowtab li{
    font-size: 16px;
  }
  .affairerow .affairetxt p{
    font-size: 11.4px;
  }
}
@media (max-width: 1400px) {
  .banconbox {
    padding-left: 10%;
  }
}
@media (max-width: 1380px) {
  .epcitem .content {
    width: 90%;
  }
  .solurowtab li{
    line-height: 60px;
  }
  .solubtnbox{
    bottom: 26px;
  }
  .solurowtab li{
    font-size: 14px;
  }
}</pre></body></html>