﻿html,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
blockquote,
pre,
form,
fieldset,
figure,
figcaption,
table,
th,
td img {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
a,
abbr,
acronym,
address,
big,
blockquote,
body,
caption,
cite,
code,
dd,
dl,
dt,
fieldset,
form,
h1,
time,
h2,
h3,
h4,
h5,
h6,
html,
img,
ins,
kbd,
label,
legend,
li,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
ul {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
}
body {
  font-family: Verdana;
  font-size: 14px;
  margin: 0;
  line-height: 24px;
  color: #333;
  box-sizing: border-box;
}
* {
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
.transition {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
a {
  text-decoration: none;
  color: #333;
  cursor: pointer;
}
a:link,
a:active,
a:visited,
a:hover {
  background: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}
input {
  border-radius: 0;
  outline: none;
}
img {
  border: 0;
  vertical-align: middle;
}
ul,
li,
dl,
dt,
dd {
  list-style: none;
}
body {
  font-family: helvetica_neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #333;
  margin: 0;
  padding: 0;
}
.clearfix::after {
  content: "";
  clear: both;
  display: block;
  overflow: hidden;
  font-size: 0;
  height: 0;
}
.clearfix {
  zoom: 1;
}
.conteains::after {
  content: "";
  clear: both;
  display: block;
  overflow: hidden;
  font-size: 0;
  height: 0;
}
textarea {
  resize: none;
  outline: none;
}
img {
  height: auto;
  max-width: 100%;
  _width: expression(this.width > 100% ? "100%": this.width);
}

.conteains {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
  box-sizing: border-box;
}

.banner {
  position: relative;
  overflow: hidden;
}
.banner img {
  width: 100%;
  height: auto;
  min-height: 420px;
  -webkit-object-fit: cover;
  object-fit: cover;
  vertical-align: middle;
}
.banner .ban-con {
  position: absolute;
  top: 35%;
  width: 70%;
  color: #fff;
  left: 50%;
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
  transform: translate(-50%);
  line-height: 1.2;
  max-width: 1200px;
}
.ban-con span {
  display: block;
  color: #f0450e;
  font-size: 20px;
  line-height: 1.2;
}
.ban-con strong {
  display: block;
  font-size: 50px;
  line-height: 1.2;
  margin-top: 10px;
}
.ban-con p {
  font-size: 18px;
  line-height: 32px;
  font-weight: 300;
  margin-top: 20px;
  letter-spacing: 1px;
}
.ban-con .btn01 {
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  font-size: 15px;
  line-height: 46px;
  padding: 0 40px;
  position: relative;
  background-color: #f0450e;
  margin-top: 20px;
  z-index: 1;
}
.btn-more::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #feb401;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.btn-more:hover::before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
@media screen and (max-width: 1200px) {
  .banner .ban-con {
    top: 25%;
  }
}
@media screen and (max-width: 992px) {
  .banner .ban-con {
    top: 20%;
    text-align: center;
    width: 90%;
  }
  .ban-con strong {
    display: block;
    font-size: 30px;
    line-height: 1.2;
    margin-top: 10px;
  }
}
@media screen and (max-width: 480px) {
  .ban-con strong {
    display: none;
  }
}

/*page_hear*/
.page_hear {
  background: #f0450e;
  text-align: center;
  padding: 80px 0 80px;
  box-sizing: border-box;
  position: relative;
}
.page_hear h1 {
  font-size: 28px;
  color: #fff;
  margin-bottom: 18px;
  line-height: 34px;
}
.page_hear .more {
  width: 200px;
  height: 40px;
  line-height: 40px;
  position: relative;
  border-radius: 40px;
  overflow: hidden;
  margin: 0 auto;
  background-color: #fff;
  z-index: 5;
  font-size: 14px;
  font-weight: bold;
}
.more a {
  display: block;
  line-height: 40px;
  color: #f0450e;
}
.fu {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
}

.fu:before {
  position: relative;
  display: block;
  margin-top: 100%;
  content: "";
}

.fu:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  content: "";
}

.fu {
  -moz-animation: anim-out 0.75s;
  -webkit-animation: anim-out 0.75s;
  animation: anim-out 0.75s;
}

.fu:after {
  -moz-animation: anim-out-pseudo 0.75s;
  -webkit-animation: anim-out-pseudo 0.75s;
  animation: anim-out-pseudo 0.75s;
}

.fu,
.fu:after {
  animation-iteration-count: infinite;
  animation-duration: 1.3s;
}

@-webkit-keyframes anim-in-pseudo {
  0% {
    background: rgba(0, 0, 0, 0.25);
  }

  100% {
    background: transparent;
  }
}

@-moz-keyframes anim-in-pseudo {
  0% {
    background: rgba(0, 0, 0, 0.25);
  }

  100% {
    background: transparent;
  }
}

@-ms-keyframes anim-in-pseudo {
  0% {
    background: rgba(0, 0, 0, 0.25);
  }

  100% {
    background: transparent;
  }
}

@keyframes anim-in-pseudo {
  0% {
    background: rgba(0, 0, 0, 0.25);
  }

  100% {
    background: transparent;
  }
}

@-webkit-keyframes anim-out {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

@-moz-keyframes anim-out {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

@-ms-keyframes anim-out {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

@keyframes anim-out {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

@-webkit-keyframes anim-out-pseudo {
  0% {
    background: rgba(0, 0, 0, 0.25);
  }

  100% {
    background: transparent;
  }
}

@-moz-keyframes anim-out-pseudo {
  0% {
    background: rgba(0, 0, 0, 0.25);
  }

  100% {
    background: transparent;
  }
}

@-ms-keyframes anim-out-pseudo {
  0% {
    background: rgba(0, 0, 0, 0.25);
  }

  100% {
    background: transparent;
  }
}

@keyframes anim-out-pseudo {
  0% {
    background: rgba(0, 0, 0, 0.25);
  }

  100% {
    background: transparent;
  }
}

.page_hear p {
  font-size: 16px;
  line-height: 1.6;
  color: #fff;
  width: 60%;
  margin: 0 auto;
  margin-bottom: 30px;
}
.page_left,
.page_right {
  position: absolute;
  height: 100%;
  width: 100%;
  right: 0;
  top: 0;
  overflow: hidden;
}
.page_left::before {
  content: "";
  width: 300px;
  height: 150px;
  background: rgba(255, 255, 255, 0.1);
  position: absolute;
  left: -90px;
  top: 60px;
  border-radius: 6px;
  -webkit-transform: skew(25deg, -12deg);
  transform: skew(25deg, -12deg);
  moz-transform-origin: top left;
  -webkit-transform-origin: top left;
  transform-origin: top left;
}
.page_left::after {
  content: "";
  width: 150px;
  height: 600px;
  background: rgba(255, 255, 255, 0.15);
  position: absolute;
  left: 0px;
  top: 100px;
  border-radius: 4px;
  -webkit-transform: skew(-25deg, 10deg);
  transform: skew(-25deg, 10deg);
  moz-transform-origin: top left;
  -webkit-transform-origin: top left;
  transform-origin: top left;
}
.page_right::after {
  content: "";
  width: 300px;
  height: 150px;
  background: rgba(255, 255, 255, 0.1);
  position: absolute;
  right: -60px;
  top: 45px;
  border-radius: 4px;
  -webkit-transform: skew(25deg, -10deg);
  transform: skew(25deg, -10deg);
  moz-transform-origin: top left;
  -webkit-transform-origin: top left;
  transform-origin: top left;
}

.page_right::before {
  content: "";
  width: 150px;
  height: 600px;
  background: rgba(255, 255, 255, 0.15);
  position: absolute;
  right: 0px;
  top: 90px;
  border-radius: 6px;
  -webkit-transform: skew(25deg, 10deg);
  transform: skew(25deg, 10deg);
  moz-transform-origin: top left;
  -webkit-transform-origin: top left;
  transform-origin: top left;
}

@media screen and (max-width: 860px) {
  .page_hear p {
    font-size: 14px;
    width: 95%;
    margin: 0 auto 30px;
  }
}
/*page_hear*/

/*products*/
.pro_conter {
  margin-top: 30px;

  border-bottom: 1px solid #ccc;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.pro_conter .p_img {
  width: 400px;
  float: left;
  margin-right: 20px;
}
.pro_conter .p_img img {
  width: 400px;
  display: block;
  height: auto;
}
.pro_conter .p_txt {
  overflow: hidden;
}
.p_txt h1 {
  font-weight: 500;
  line-height: 28px;
  margin: 5px auto 15px;
  font-size: 22px;
}
.p_txt p {
  font-size: 14px;
  margin: 10px 0;
  color: #555;
  line-height: 1.5;
}
.p_txt .online {
  margin-top: 10px;
}
.online a {
  line-height: 38px;
  width: 150px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  display: block;
  float: left;
}
.online a:hover {
  text-decoration: underline;
}
.online .online_01 {
  background: #f0450e;
}
.online .online_02 {
  background: #3c4457;
}
.online img {
  vertical-align: middle;
  margin-right: 8px;
  padding-right: 2px;
}
.prod_txt {
  overflow: hidden;
  margin-bottom: 30px;
}
.prod_txt h3 {
  font-size: 22px;
  color: #333;
  text-align: left;
  line-height: 1.2;
  margin: 10px 0;
}
.prod_txt p {
  font-size: 14px;
  line-height: 1.6;
  color: #666;
  margin: 10px 0;
}
.prod_txt p img {
  /*max-width: 800px;*/
  text-align: center;
  margin: 10px 0;
}
@media screen and (max-width: 767px) {
  .pro_conter .p_img {
    width: auto;
    float: none;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
/*products*/
/*prolist*/

.mepro_list {
  margin-top: 30px;
  margin-bottom: 20px;
}
.mepro_list ul {
  margin-left: -2%;
}
.mepro_list li {
  display: block;
  float: left;
  text-align: center;
  width: 23%;
  margin-left: 2%;
  margin-bottom: 10px;
}
.mepro_list li a {
  color: #414141;
  font-size: 14px;
  cursor: pointer;
  background-color: #f0450e;
  color: #fff;
  display: block;
  padding: 7px 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mepro_list li a.active {
  background-color: #c02000;
}
@media (max-width: 992px) {
  .mepro_list li {
    width: 31.3%;
  }
}
@media (max-width: 767px) {
  .mepro_list li {
    width: 48%;
  }
}
@media (max-width: 375px) {
  .mepro_list li {
    width: 98%;
  }
}
/* plit_cont */
.plit_cont {
  margin-top: 30px;
}
.plit_cont ul {
  margin-left: -2%;
}
.plit_cont li {
  width: 31.3%;
  margin-left: 2%;
  margin-bottom: 20px;
  float: left;
  box-sizing: border-box;
  padding: 20px;
  border: solid 1px #ddd;
}
.plit_cont li a {
  display: block;
}
.plit_cont li a img {
  width: 100%;
  height: auto;
}
.plit_cont li .aht {
  font-size: 18px;
  margin: 10px 0px 5px;
  color: #333;
  line-height: 1;
  font-weight: 600;
  overflow: hidden;
  display: block;
  text-overflow: ellipsis;

  white-space: nowrap;
}
.plit_cont li .ptit {
  line-height: 1.5;
  height: 64px;
  margin-bottom: 15px;
  font-size: 14px;

  display: -webkit-box;

  -webkit-box-orient: vertical;

  -webkit-line-clamp: 3;

  overflow: hidden;
}
.plit_cont li .p_red {
  line-height: 40px;
  text-align: center;
  position: relative;
  font-size: 14px;
  margin-bottom: 0;
  height: auto;
  text-transform: capitalize;
}
.plit_cont li .p_red a {
  color: #fff;
  display: block;
  background: #f0450e;
}

@media (max-width: 860px) {
  .plit_cont li {
    width: 48%;
  }
}
@media (max-width: 480px) {
  .plit_cont li {
    width: 98%;
  }
}
/*prolist*/

/* header_nyb */
.header_nyb {
  position: relative;
  box-sizing: border-box;
  z-index: 6;
  padding: 15px 0;
  background-color: #fff;
}

.header_nyb .logos {
  display: block;
  float: left;
  background: #fefefe;
}

.header_nyb .ul_nyb {
  float: right;
}
.ul_nyb li {
  float: left;
  line-height: 46px;
  position: relative;
  transition: all 0.5s;
  cursor: pointer;
}

.ul_nyb li a {
  color: #333;
  text-align: center;
  padding: 0 20px;
  font-size: 16px;
  font-weight: bold;
  display: block;
  position: relative;
  z-index: 1;
}
.ul_nyb li a::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #f0450e;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.ul_nyb li:hover a::before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.ul_nyb li:hover a {
  color: #fff;
}
.menu {
  float: right;
  width: 34px;
  height: 34px;
  display: none;
}
.menu img {
  width: 100%;
  height: auto;
  display: block;
}
.m {
  display: none;
}
.ul {
  position: absolute;
  right: 10px;
  top: 55px;
  width: 100px;
  box-sizing: border-box;
  padding: 10px;
  box-sizing: border-box;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.5);
  background-color: #fff;
  z-index: 99;
  text-align: left;
}
.ul li {
  line-height: 30px;
}
@media (max-width: 860px) {
  .ul_nyb {
    display: none;
  }
  .header_nyb .logos {
    max-width: 150px;
  }
  .menu {
    display: block;
  }
  .header_nyb {
    padding: 10px 0;
  }
}
/* header_nyb */

/* subnav */

.subnav {
  padding: 10px 10px 10px 40px;
  background: url(../images/home.png) #f0450e no-repeat left 15px center;
  background-size: 18px;
}
.subnav li {
  display: inline-block;
}
.subnav li a,
.subnav li span {
  display: block;
  font-size: 14px;
  text-transform: capitalize;
  color: #fff;
  line-height: 1.2;
}
@media (max-width: 860px) {
  .loading {
    padding: 90px 0 10px;
  }
}
/* subnav */

/* about*/
.about_top {
  margin-bottom: 30px;
}
.about_top img {
  float: left;
  margin-right: 20px;
  max-width: 450px;
}
.about_top .pull_text {
  overflow: hidden;
}
.pull_text h1 {
  font-weight: 500;
  line-height: 28px;
  margin: 5px auto 15px;
  font-size: 22px;
}
.pull_text p {
  font-size: 16px;
  color: #555;
  line-height: 1.5;
  margin-bottom: 20px;
}
.pull_text a {
  line-height: 38px;
  width: 150px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  background: #f0450e;
  text-transform: capitalize;
  display: block;
}

.about_brand {
  padding-top: 40px;
  padding-bottom: 30px;
}
.about_brand h3 {
  text-align: center;
  font-size: 28px;
  margin-bottom: 30px;
}
.about_int {
  margin-bottom: 30px;
  margin-left: -2%;
}
.about_int li {
  float: left;
  width: 23%;
  margin-left: 2%;
  position: relative;
  background: #f5f5f5;
  box-sizing: border-box;
  padding: 15px;
  box-sizing: border-box;
  min-height: 190px;
}
.about_int .img {
  width: 100%;
  overflow: hidden;
  text-align: center;
}
.about_int .img .su {
  border-radius: 38px;
  -moz-border-radius: 38px;
  -webkit-border-radius: 38px;
  overflow: hidden;
  background: #f0450e;
  line-height: 80px;
  height: 80px;
  font-size: 30px;
  color: #fff;
  font-family: "Impact";
  text-align: center;
}
.about_int .p1 {
  font-size: 16px;
  color: #3c3c3c;
  width: 100%;
  overflow: hidden;
  text-align: center;
  margin-top: 5px;
  line-height: 26px;
}
.about_duce {
  margin-left: -2%;
  margin-top: 30px;
}
.about_duce li {
  width: 31.3%;
  float: left;
  margin-left: 2%;
}
.about_duce li img {
  width: 100%;
  height: auto;
}

.about_duce li p {
  font-size: 16px;
  color: #333;
  text-align: center;
  line-height: 24px;
  padding: 10px 3px;
}
@media (max-width: 860px) {
  .about_int {
    margin-bottom: 0;
  }
  .about_int li {
    width: 48%;
    margin-bottom: 20px;
  }
  .about_top img {
    width: 100%;
    height: auto;
    display: block;
    float: none;
    margin-bottom: 20px;
    max-width: 100%;
  }
  .pull_text p {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .about_duce li {
    width: 98%;
  }
}
@media (max-width: 414px) {
  .about_int li {
    width: 98%;
  }
}
/* about*/

/* contact */
.contact-infot {
  margin: 30px auto;
  overflow: hidden;
}
.contact-infot .pip {
  font-size: 26px;
  font-weight: 700;
  color: #333;
  text-align: center;
  margin-bottom: 20px;
  line-height: 34px;
}
.contact-infot p {
  line-height: 28px;
  margin-bottom: 20px;
  font-size: 15px;
  text-align: center;
}
.contact-infot ul {
  overflow: hidden;
  list-style: none;
}
.contact-infot ul li {
  float: left;
  width: 31.3%;
  margin: 0 1% 20px;
  list-style: none;
}
.contact-infot ul li img {
  display: block;
  text-align: center;
  margin: 0 auto 15px;
}
.contact-infot ul li span {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  display: block;
  margin-bottom: 8px;
}
.contact-infot ul li a {
  font-size: 16px;
  display: block;
  text-align: center;
  font-size: 20px;
  color: #013e7f;
}
.contact-infot ul li a.price {
  font-size: 18px;
  background: #212b5c;
  color: #fff;
  width: 170px;
  padding: 6px 0;
  margin: 0 auto;
  margin-top: 10px;
}

@media (max-width: 550px) {
  .contact-infot ul li {
    float: none;
    width: 100%;
    margin: 16px 0;
    line-height: 34px;
  }
  .contact-infot ul li img {
    width: 28px;
    float: left;
    margin: 3px 6px 3px 0;
  }
  .contact-infot ul li span {
    display: inline-block;
    font-weight: normal;
    margin-bottom: 0;
  }
  .contact-infot ul li a,
  .contact-infot ul li p {
    display: inline-block;
    margin-left: 4px;
  }
  .contact-infot ul li a.price {
    width: 140px;
    padding: 0;
    margin-top: 0;
  }
  .contact-infot p {
    margin-bottom: 0;
  }
  .contact-infot ul li span {
    font-size: 16px;
  }
}

/* contact */

/* lyb_zxy */
.lyb_zxy {
  background-repeat: no-repeat;
  background-position: top center;
  transition: all 0.5s ease-in-out;
  margin-bottom: 40px;
}
.lyb_zxy_cont {
  border-radius: 30px;
  background: #f0450e;
  overflow: hidden;
  -webkit-box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1);
  position: relative;
}
.lyb_zxy_cont::before {
  content: "";
  width: 248px;
  height: 91px;
  background: url(../images/pro_banner_01.png) no-repeat;
  background-size: contain;
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.message_form {
  width: 63.5%;
  padding: 50px 4%;
  position: relative;
  float: left;
  background: #fff;
  border-radius: 40px 0 0 40px;
}
.contact_info {
  width: 36.5%;
  background: #f0450e;
  padding: 120px 50px 100px;
  float: right;
}
.message_form .fl_p {
  font-size: 30px;
  width: 100%;
  height: 48px;
  line-height: 48px;
  color: #333333;
  text-transform: uppercase;
  overflow: hidden;
}
.send {
  width: 100%;
  overflow: hidden;
}
.send .input-panel {
  width: 100%;
  overflow: hidden;
}
.send .one,
.send .two,
.send .three,
.send .four {
  width: 48%;
  float: left;
}
.send .me {
  margin-top: 40px;
}
.send .two,
.send .four {
  margin-left: 4%;
}
.send .me strong {
  display: block;
  height: 24px;
  line-height: 24px;
  font-size: 16px;
  color: #333;
  margin-bottom: 5px;
}
input,
textarea {
  font-family: Arial, "PT Serif", Georgia, "Helvetica Neue", Helvetica, sans-serif;
}
.send .me input[type="text"] {
  display: block;
  width: 100%;
  background: #f5f5f5;
  border: none;
  outline: none;
  height: 48px;
  line-height: 48px;
  font-size: 16px;
  color: #333;
  padding: 0 10px;
}
.send .me textarea {
  width: 100%;
  height: 140px;
  line-height: 24px;
  font-size: 16px;
  color: #333;
  padding: 10px;
  background: #f5f5f5;
  resize: none;
  border: none;
}
button,
input {
  line-height: normal;
}
.send .PorConSixXX {
  display: inline-block;
  padding-left: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  color: #999;
  position: relative;
  margin: 30px 0 0;
}
.send .PorConSixXX p {
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 3px;
}
.send .PorConSixXX p .choose_input {
  width: 12px;
  height: 12px;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  height: 12px;
  width: 12px;
}
.send .PorConSixXX p .choose_input:before {
  width: 18px;
  height: 18px;
  left: -3px;
  top: -1px;
  display: block;
  border: 1px solid #ddd;
  background-color: #fff;
}
.send .PorConSixXX p .choose_input:before,
.send .PorConSixXX p .choose_input:after {
  content: "";
  position: absolute;
}
.send .btn-primary {
  height: 48px;
  line-height: 48px;
  background: #f0450e;
  padding: 0 30px;
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  display: block;
  float: right;
  margin-top: 20px;
  transition: all 0.5s ease-in-out;
  border: none;
  cursor: pointer;
}

.contact_info .p_fr {
  width: 100%;
  font-size: 36px;
  color: #fff;
  text-transform: uppercase;
  line-height: 1.3;
  margin-bottom: 60px;
}
.contact_info .contact-address {
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  margin-top: 50px;
  padding-left: 55px;
  background: url(../images/ca.png) left center no-repeat;
  background-size: 30px 30px;
}
.contact_info .contact_email {
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  margin-top: 50px;
  padding-left: 55px;
  background: url(../images/ca1.png) left center no-repeat;
  background-size: 30px 30px;
}
.contact_info .contact_email a {
  color: #fff;
}
.send .PorConSixXX p .choose_input:checked:before {
  border: 1px solid #f0450e;
}

.send .PorConSixXX p .choose_input:checked:after {
  display: block;
  width: 8px;
  height: 4px;
  left: 2px;
  top: 3px;
  border: 2px solid #f0450e;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media (max-width: 860px) {
  .message_form {
    width: 100%;
    border-radius: 40px 40px 0 40px;
  }
  .contact_info {
    width: 100%;
    padding: 30px 50px 30px;
  }
  .contact_info .p_fr {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .contact_info .contact-address,
  .contact_info .contact_email {
    margin-top: 20px;
  }
  .lyb_zxy_cont::before {
    content: "";
    width: 200px;
    height: 73px;
  }
}

@media (max-width: 640px) {
  .send .me {
    margin-top: 30px;
  }
}
@media (max-width: 500px) {
  .lyb_zxy_cont::before {
    display: none;
  }
}
@media (max-width: 480px) {
  .send .one,
  .send .two,
  .send .three,
  .send .four {
    width: 100%;
    float: left;
  }
  .send .two,
  .send .four {
    margin-left: 0%;
  }
  .send .me {
    margin-top: 20px;
  }
  .contact_info {
    width: 100%;
    padding: 30px 20px 30px;
  }
}
@media (max-width: 414px) {
  .send .PorConSixXX {
    margin-top: 0;
  }
}

/* lyb_zxy */

/* zxy_modely */
.zxy_modely {
  margin-bottom: 40px;
  margin-top: 40px;
}
.zxy_modely .text {
  width: 100%;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 10px;
  text-align: center;
  line-height: 48px;
  padding-bottom: 15px;
  text-transform: capitalize;
  position: relative;
}
.zxy_modely .text::before {
  content: "";
  display: block;
  width: 80px;
  height: 3px;
  border-radius: 1px;
  background-color: #f0450e;
  position: absolute;
  left: 50%;
  margin-left: -40px;
  bottom: 10px;
}
.single-line-3 li {
  width: 30%;
  float: left;
}
.single-line-3 li + li {
  margin-left: 5%;
}
.service-panel {
  width: 100%;
  margin-top: 30px;
}
.service-panel dt {
  width: 120px;
  height: 120px;
  margin: 0 auto;
}
.service-panel dt span {
  display: block;
  width: 100%;
  height: 100%;
}
.service-panel dt span img {
  display: block;
  width: 100%;
  height: 100%;
}
.service-panel dd {
  width: 100%;
  overflow: hidden;
}
.service-panel dd strong {
  display: block;
  width: 100%;
  height: 32px;
  line-height: 32px;
  margin: 20px 0 10px;
  font-size: 18px;
  color: #f0450e;
  font-weight: bold;
  text-align: center;
}
.service-panel dd {
  width: 100%;
  overflow: hidden;
}
.service-panel dd p {
  display: block;
  width: 100%;
  text-align: center;
  line-height: 24px;
  font-size: 16px;
  color: #666;
}

@media screen and (max-width: 860px) {
  .single-line-3 li {
    width: 100%;
  }
  .single-line-3 li + li {
    margin: 0;
  }
  .service-panel dd p {
    width: 90%;
    text-align: center;
    line-height: 24px;
    font-size: 16px;
    color: #666;
    margin: 0 auto;
  }
}

/* zxy_modely */

/* services-index */
.services-index {
  position: relative;
  padding: 90px 0px 60px;
  width: 100%;
  overflow: hidden;
}
.services-index::before {
  content: "";
  position: absolute;
  right: 40%;
  top: 0;
  width: auto;
  left: 0;
  bottom: 176px;
  background: #f7f7f7;
}
.services-index .services-img {
  position: absolute;
  left: 50%;
  top: 50px;
  width: 70%;
  bottom: 0;
  background: #000000;
  -webkit-transform: skewX(12deg);
  -ms-transform: skewX(12deg);
  transform: skewX(12deg);
  overflow: hidden;
}
.services-index .services-img::before {
  position: absolute;
  left: -100px;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transform: skewX(-12deg) scale(1.2);
  -ms-transform: skewX(-12deg) scale(1.2);
  transform: skewX(-12deg) scale(1.2);
  background-image: url(../images/s1.jpg);
  content: "";
}
.services-index .conteains {
  position: relative;
  z-index: 2;
}
.services-index span {
  display: block;
  font-size: 14px;
  color: #777777;
  text-transform: uppercase;
  margin-bottom: 10px;
  line-height: 1;
}
.services-index h2 {
  position: relative;
  display: block;
  font-size: 36px;
  line-height: 1.2;
  color: #222222;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 0;
}
.services-index .text {
  display: block;
  text-transform: capitalize;
  font-size: 17px;
  color: #6a6a6a;
  margin-bottom: 30px;
}
.services-index ul {
  margin-left: -2%;
}
.services-index li {
  width: 31.3%;
  margin-left: 2%;
  position: relative;
  display: block;
  padding: 40px 40px 38px;
  background: #ffffff;
  outline: 3px solid rgba(0, 0, 0, 0);
  outline-offset: -3px;
  overflow: hidden;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 700ms ease;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
  box-sizing: border-box;
  float: left;
}
.services-index li .img {
  width: 90px;
  height: 90px;
  text-align: center;
  background: #f8f8f8;
  margin-bottom: 20px;
  transition: all 700ms ease;
  line-height: 90px;
}
.services-index li .img img {
  width: 45px;
  height: auto;
}
.services-index li strong {
  font-size: 22px;
  color: #333;
  text-align: left;
  display: block;
  line-height: 1.1;
  margin-bottom: 10px;
}
.services-index li p {
  font-size: 16px;
  color: #666;
  text-align: left;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.services-index li:hover .img {
  background: #242424;
  transition: all 700ms ease;
}

.cat-one {
  padding: 60px 0;
  background-color: #f0450e;
}
.cat-one h2 {
  float: left;
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  line-height: 48px;
}
.cat-one .thm-btn {
  float: right;
  padding: 12px 38px;
  background-color: #fff;
  color: #222222;
  font-size: 16px;
  font-weight: bold;
  z-index: 1;
  position: relative;
  transition: all 0.5s;
}
.cat-one .thm-btn:hover {
  color: #fff;
  transition: all 0.5s;
}
@media screen and (max-width: 992px) {
  .services-index li strong {
    font-size: 20px;
  }
  .services-index li {
    padding: 20px;
    margin-bottom: 20px;
  }
  .services-index li .img {
    width: 80px;
    height: 80px;
    line-height: 80px;
  }
  .services-index h2 {
    font-size: 30px;
  }
  .services-index {
    padding: 60px 0px 40px;
  }
}
@media screen and (max-width: 860px) {
  .services-index .services-img {
    display: none;
  }
  .services-index::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    left: 0;
    bottom: 0;
    background: #f7f7f7;
  }
  .services-index {
    padding: 40px 0px 20px;
  }
  .services-index h2 {
    font-size: 28px;
  }
  .services-index .text {
    font-size: 15px;
    margin-bottom: 20px;
  }
  .services-index li strong {
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .cat-one h2 {
    float: none;
    text-align: center;
    font-size: 28px;
    line-height: 1.2;
    margin-bottom: 20px;
  }
  .cat-one .thm-btn {
    float: none;
    display: inline-block;
  }
  .cat-one {
    padding: 40px 0;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .services-index li {
    width: 48%;
  }
}
@media screen and (max-width: 480px) {
  .services-index li {
    width: 98%;
  }
  .cat-one h2 {
    font-size: 24px;
  }
  .cat-one {
    padding: 30px 0;
  }
}
/* services-index */

/* foot */
.foot {
  padding: 15px 0;
  border-top: 1px solid #434242;
  position: relative;
}
.foot::before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: #000;
}
.foot p {
  font-size: 14px;
  color: #999;
  text-align: center;
}

/* long_cont */

.long_cont {
  margin-top: 50px;
  margin-bottom: 30px;
}

.long_fl {
  float: left;
  width: 26%;
}

.long_fl .fl_prot {
  padding: 20px;
  background: #fff;
  -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.11);
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.11);
  margin-bottom: 20px;
}

.long_fl h2 {
  position: relative;
  display: block;
  font-size: 22px;
  margin-bottom: 30px;
  line-height: 30px;
  max-width: 240px;
}
.long_fl h2:before {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 18%;
  height: 4px;
  width: 15px;
  background-color: #ddd;
}
.long_fl h2:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 4px;
  width: 15%;
  background-color: #21bcd8;
}
.long_fl .fl_prot li a {
  display: block;
}
.long_fl .fl_prot li {
  margin-bottom: 25px;
}
.long_fl .fl_prot li h3 a {
  font-size: 16px;
  display: block;
  margin-bottom: 3px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 600;
  margin-top: 8px;
}
.long_fl .fl_prot li p {
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  font-size: 15px;
}

.long_fl .fl_list li a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 6px;
  height: 6px;
  background-color: #444;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  margin-right: 8px;
  margin-top: -2px;
}
.long_fl .fl_conts {
  background-color: #f0450e;
  padding: 20px;
  -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.11);
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.11);
}
.long_fl .fl_conts h4 {
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  color: #fff;
  margin-bottom: 10px;
}
.long_fl .fl_conts p {
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
  color: #fff;
}
.long_fl .fl_conts a {
  display: block;
  padding: 5px 0;
  margin: 10px 0 0 0;
  background: #fff;
  text-align: center;
  width: 140px;
  color: #f60;
}
.long_fr {
  float: right;
  width: 70%;
}

.longword_bd ul {
  margin-left: -2%;
}
.longword_bd li {
  width: 31.3%;
  float: left;
  margin-left: 2%;
  margin-bottom: 20px;
  -webkit-box-shadow: 0px 2px 3px 0px rgba(50, 50, 50, 0.2);
  -moz-box-shadow: 0px 2px 3px 0px rgba(50, 50, 50, 0.2);
  box-shadow: 0px 2px 3px 0px rgba(50, 50, 50, 0.2);
  padding-bottom: 15px;
}
.longword_bd li .img {
  display: block;
  width: 100%;
}
.longword_bd li h3 {
    height:48px;
  font-size: 16px;
  /*line-height: 1.2;*/
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 5px;
  padding: 0 10px;
  cursor: pointer;
  margin-top: 15px;
}

.longword_bd li p {
  font-size: 14px;
  line-height: 1.5;
  height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-align: left;
  margin-bottom: 15px;
  padding: 0 10px;
}
.longword_bd li .more {
  color: #fff;
  background: #f0450e;
  padding: 8px 20px;
  display: inline-block;
  line-height: 1.3;
  font-size: 14px;
  cursor: pointer;
  margin-left: 10px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 992px) {
  .long_fl {
    float: none;
    width: 100%;
  }
  .long_fr {
    float: none;
    width: 100%;
  }
  .long_fl .fl_prot ul {
    margin-left: -2%;
  }
  .long_fl .fl_prot ul li {
    width: 23%;
    float: left;
    margin-left: 2%;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 640px) {
  .longword_bd li {
    width: 48%;
  }

  .long_fl .fl_prot ul li {
    width: 48%;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 375px) {
  .longword_bd li {
    width: 98%;
  }
  .long_fl .fl_prot ul li {
    width: 98%;
  }
}

/* long_cont */

/*zxy_footer*/
.zxy_footer {
  padding-top: 25px;
  margin-top: 30px;
  background-color: #0c2e60;
}
.f_cont {
  padding: 10px 0 30px;
}

.f_fl {
  width: 25%;
  float: left;
}
.f_ft {
  width: 71%;
  float: left;
  margin-left: 4%;
}

.f_fl h2 {
  color: #fff;
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 20px;
}
.f_fl p {
  font-size: 16px;
  color: #fff;
  line-height: 1.7;
  margin-bottom: 15px;
}
.f_fl .more {
  background: #f0450e;
  color: #fff;
  position: relative;
  z-index: 1;
  display: inline-block;
  font-size: 13px;
  padding: 5px 15px 6px 15px;
  cursor: pointer;
  font-family: "Open Sans", Arial;
}

.f_ft h2 {
  color: #fff;
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 20px;
}
.f_ft ul {
  margin-left: -2%;
}
.f_ft ul li {
  width: 31.3%;
  float: left;
  margin-left: 2%;
  padding: 5px 0 5px 0;
  box-sizing: border-box;
  background: url(../images/dotted_line.gif) repeat-x left bottom;
}

.f_ft ul li a {
  padding: 0 0 0 20px;
  margin: 0px;
  background: url(../images/arrow2.gif) no-repeat left center;
  color: #fff;
  display: block;
  overflow: hidden;
  font-size: 16px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.f_fr h2 {
  color: #fff;
  font-size: 16px;
  line-height: 18px;
  font-family: "Open Sans", sans-serif, arial;
  font-weight: 700;
  padding: 0 0 20px 0;
}
.f_fr ul li {
  padding: 5px 0 5px 0;
  box-sizing: border-box;
}
.f_fr li a {
  padding: 0 0 0 20px;
  margin: 0px;
  background: url(../images/arrow2.gif) no-repeat left center;
  color: #999;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.f_fr li:hover a {
  color: #ccc;
}
.f_ft li:hover a {
  color: #ccc;
}

@media screen and (max-width: 860px) {
  .f_fl {
    width: 100%;
    float: none;
    margin-bottom: 40px;
  }
  .f_ft {
    width: 100%;
    float: none;
    margin: 0 0 20px 0;
  }
}
@media screen and (max-width: 640px) {
  .f_ft ul li {
    width: 48%;
  }
}
@media screen and (max-width: 375px) {
  .f_fr ul li,
  .f_ft ul li {
    width: 100%;
    float: none;
    margin-right: 0;
  }
}
/*zxy_footer*/

.fl_cont {
  background-color: #fff;
  padding: 20px;
  -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.11);
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.11);
  margin-bottom: 25px;
  box-sizing: border-box;
  position: relative;
  margin-top: 50px;
}
.fl_cont .fl_box {
  position: absolute;
  left: 20px;
  top: 20px;
  right: 340px;
  bottom: 20px;
}
.fl_cont h1 {
  font-size: 28px;
  line-height: 1.2;
  margin-bottom: 10px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  /*white-space: nowrap;*/
}
.fl_cont p {
  font-size: 14px;
  color: #555;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
.fl_cont .gvt {
  width: 120px;
  line-height: 38px;
  background-color: #f0450e;
  color: #fff;
  text-align: center;
  display: block;
  margin-top: 20px;
  position: relative;
  z-index: 1;
}

.fl_cont .imgs {
  display: block;
  width: 300px;
  float: right;
}
.fl_cont .imgs img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 640px) {
  .fl_cont .fl_box {
    position: static;
    margin-bottom: 20px;
  }
  .fl_cont .imgs {
    width: 100%;
    float: none;
  }
}

/*new_list*/
.new_list {
  padding: 30px 0;
  background: url(../images/1b.jpg) no-repeat top center;
  background-size: cover;
  margin-top: 40px;
}
.new_list strong {
  display: block;
  color: #eee;
  font-size: 28px;
  font-weight: normal;
  line-height: 1.2;
  padding-bottom: 10px;
  position: relative;
  margin-bottom: 20px;
}
.new_list strong:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 50px;
  height: 3px;
  background-color: #fe6c01;
}
.new_list strong::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.09);
}
.new_list ul {
  margin-left: -2%;
}
.new_list li {
  width: 23%;
  float: left;
  margin-left: 2%;
}
.new_list li a {
  display: block;
  color: #ccc;
  line-height: 40px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 15px;
  position: relative;
  padding-left: 18px;
}
.new_list li a:before {
  content: "";
  position: absolute;
  left: 5px;
  top: 17px;
  width: 6px;
  height: 6px;
  background-color: #ccc;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.new_list li:hover a {
  color: #fe6c01;
}
.new_list li:hover a::before {
  background-color: #fe6c01;
}
@media screen and (max-width: 992px) {
  .new_list li {
    width: 31.3%;
  }
}
@media screen and (max-width: 767px) {
  .new_list li {
    width: 48%;
  }
}
@media screen and (max-width: 414px) {
  .new_list li {
    width: 98%;
  }
}
/*new_list*/

/*sol-list*/

.sol-list {
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: center;
}
.sol-list h2 {
  position: relative;
  letter-spacing: 0.5px;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.1;
  color: #333;
  text-align: center;
}

.sol-list .text {
  color: #999;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 30px;
  text-align: center;
}
.sol-list ul {
  margin-left: -2%;
}
.sol-list li {
  width: 31.3%;
  float: left;
  margin-left: 2%;
  margin-bottom: 20px;
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: 0px 0px 10px #dfdfdf;
  transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  border-radius: 0 0 10px 10px;
  text-align: center;
}
.sol-list li .img {
  display: block;
  overflow: hidden;
}
.sol-list li:hover .img img {
  transform: scale(1.2);
  transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}
.sol-list li .img img {
  display: block;
  width: 100%;
  height: auto;
  transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}
.sol-list li .p-box {
  position: relative;
  width: 100%;
  padding: 15px;
  z-index: 9;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.sol-list li .p-box h3 a {
  display: block;
  font-size: 20px;
  color: #232323;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}
.sol-list li .p-box p {
  line-height: 24px;
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-align: center;
  color: #666;
  margin-bottom: 10px;
}

.sol-list li .p-box .more {
  display: inline-block;
  font-weight: 600;
  font-size: 14px;
  padding: 6px 20px;
  background-color: #f0450e;
  color: #fff;
  border-radius: 4px;
  position: relative;
  z-index: 1;
  transition: 1.1s;
}

@media screen and (max-width: 992px) {
  .sol-list li .p-box h3 a {
    font-size: 18px;
    line-height: 1.2;
    margin: 0px 0 5px;
  }
  .sol-list {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .sol-list h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .sol-list li {
    width: 48%;
  }
  .sol-list {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 480px) {
  .sol-list li {
    width: 98%;
  }
}
/*sol-list*/

/* index-sol */

.index-sol {
  margin-top: 50px;
  margin-bottom: 30px;
  text-align: center;
}

.index-sol h2 {
  position: relative;
  letter-spacing: 0.5px;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.1;
  color: #333;
  text-align: center;
}

.index-sol .text {
  color: #999;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 30px;
  text-align: center;
}
.index-sol ul {
}
.index-sol li {
  margin-bottom: 25px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 1px 10px rgba(160, 160, 160, 0.3);
  -moz-box-shadow: 0px 1px 10px rgba(160, 160, 160, 0.3);
  -ms-box-shadow: 0px 1px 10px rgba(160, 160, 160, 0.3);
  -o-box-shadow: 0px 1px 10px rgba(160, 160, 160, 0.3);
  box-shadow: 0px 1px 10px rgba(160, 160, 160, 0.3);
  transition: all 0.3s;
  padding: 15px;
  box-sizing: border-box;
  background-color: #fff;
}
.index-sol li .img,
.index-sol li .img img {
  display: block;
  width: 260px;
  height: auto;
  overflow: hidden;
  transition: all 0.3s;
  float: left;
  margin-right: 15px;
}
.index-sol li .sol-info {
  overflow: hidden;
  text-align: left;
}
.index-sol li .sol-info h3 a {
  font-size: 22px;
  font-weight: bold;
  display: block;
  line-height: 1.2;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 10px;
}
.index-sol li .sol-info p {
  line-height: 28px;
  height: 84px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  color: #666;
  font-size: 16px;
  margin-bottom: 15px;
}

.index-sol li .sol-info .sol-btn {
  display: inline-block;
  font-weight: 600;
  font-size: 14px;
  padding: 6px 20px;
  background-color: #f0450e;
  color: #fff;
  position: relative;
  z-index: 1;
  transition: 1.1s;
}

@media screen and (max-width: 767px) {
  .index-sol li .img,
  .index-sol li .img img {
    width: 240px;
  }
}
@media screen and (max-width: 550px) {
  .index-sol li .img,
  .index-sol li .img img {
    width: 100%;
    height: auto;
    margin-right: 0;
    float: none;
  }
  .index-sol li .img {
    margin-bottom: 15px;
  }
  .index-sol li .sol-info h3 a {
    margin-bottom: 0;
  }
  .index-sol li .sol-info p {
    line-height: 24px;
    height: 72px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    color: #666;
    font-size: 14px;
  }
  .index-sol {
    margin-bottom: 20px;
    margin-top: 40px;
  }
}
/* index-sol */
