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;
}
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;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #555;
}

body,
button,
input,
select,
textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  padding: 0;
  border: none;
  *vertical-align: middle;
}

button:focus,
input:focus,
select:focus,
textarea:focus {
  outline: none;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible;
}

button[disabled],
input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *height: 12px;
  *width: 12px;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #555;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #555;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #555;
}
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;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  overflow-x: hidden;
}
.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;
  font-family: helvetica_neue, Helvetica, Arial, sans-serif;
}
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;
}

/*hearder*/
.hearder {
  position: absolute;
  top: 45px;
  left: 0;
  right: 0;
  z-index: 5;
  width: 100%;
}
.hearder.abt {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
.hearder.abt .na_list {
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
}
.hearder.abt .hd_top {
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
}
.hd_top {
  box-sizing: border-box;
  width: 100%;
  background-color: #fff;
}
.hd_top .top_site {
  background-color: #232323;
  padding: 0 10px;
}
.top_site .tilter {
  font-size: 14px;
  font-weight: 600;
  line-height: 40px;
  float: left;
  color: #fff;
  padding-left: 10px;
}
.top_site .icon_top {
  float: right;
}
.icon_top span {
  float: left;
  height: 100%;
  line-height: 40px;
  display: block;
  width: 40px;
  height: 40px;
  font-size: 0;
  cursor: pointer;
}
.icon_top span:hover {
  background-color: #f55b14;
}
.hearder .na_list {
  background-color: #fff;
  padding: 0 25px;
}
.na_list .logo {
  float: left;
  padding-top: 22px;
}
.na_list .ul_list {
  float: right;
  position: relative;
  padding: 15px 0;
}
.ul_list .u_lt {
  float: right;
}
.u_lt li {
  float: left;
}
.u_lt li a {
  display: block;
  padding: 0 20px;
  font-size: 16px;
  font-weight: bold;
  line-height: 50px;
  position: relative;
}
.u_lt li a:hover {
  background-color: #f55b14;
  color: #fff;
}
.ul_list .liuya {
  float: right;
  background-color: #39b54a;
  font-weight: bold;
  display: inline-block;
  padding: 12px 21px;
  letter-spacing: 0.35px;
  color: #fff;
  text-transform: capitalize;
  text-decoration: none;
  margin-left: 20px;
}
.ul_list .liuya:hover {
  background-color: #f55b14;
}
.ul_list .menu {
  width: 44px;
  height: 34px;
  background-color: #f55b14;
  cursor: pointer;
  float: right;
  display: none;
  margin-top: 5px;
  margin-bottom: 5px;
  text-align: center;
  line-height: 1;
}
.menu .bar {
  display: inline-block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  margin-top: 16px;
  background-color: #fff;
  position: relative;
}
.menu .bar::before {
  width: 22px;
  height: 2px;
  border-radius: 1px;
  background-color: #fff;
  content: "";
  position: absolute;
  top: -6px;
  left: 0;
  right: 0;
}
.menu .bar::after {
  width: 22px;
  height: 2px;
  border-radius: 1px;
  background-color: #fff;
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  right: 0;
}
@media (max-width: 992px) {
  .hd_top {
    display: none;
  }
  .na_list .logo {
    padding-top: 15px;
  }
  .hearder .na_list {
    background-color: #fff;
    padding: 0 10px;
  }
  .na_list .ul_list {
    float: right;
    position: relative;
    padding: 10px 0;
  }
  .ul_list .liuya {
    display: none;
  }
  .ul_list .u_lt {
    float: none;
    display: none;
    width: 120px;
    position: absolute;
    right: -10px;
    top: 65px;
    background: rgba(0, 0, 0, 0.8);
    padding: 10px 0;
  }
  .u_lt li {
    width: 100%;
    float: none;
  }
  .u_lt li a {
    color: #fff;
    font-size: 14px;
    line-height: 36px;
    padding: 0;
    display: block;
    width: 100%;
    text-align: center;
  }
  .ul_list .menu {
    display: block;
  }
}

/*hearder*/

/* main_xy */

.main_xy {
  margin-top: 50px;
}
.main_xy h2 {
  font-size: 28px;
  color: #333;
  font-weight: 600;
  line-height: 34px;
  margin-bottom: 30px;
  position: relative;
  text-align: center;
}

.main_xy ul {
  margin-left: -2%;
}
.main_xy li {
  width: 23%;
  float: left;
  margin-left: 2%;
  margin-bottom: 30px;
  border-bottom: 3px solid #edf1f5;
}
.main_xy li a {
  display: block;
}
.main_xy li a img {
  width: 100%;
  height: auto;
}
.main_xy li a.btm {
  font-size: 18px;
  text-transform: capitalize;
  overflow: hidden;
  text-align: center;
  line-height: 44px;

  color: #333;

  text-overflow: ellipsis;

  white-space: nowrap;
}

.main_xy li:hover {
  border-bottom: 3px solid #f55b14;
}
@media (max-width: 860px) {
  .main_xy li {
    width: 48%;
  }
}
@media (max-width: 414px) {
  .main_xy li {
    width: 98%;
  }
}
/* main_xy */

.banner {
  position: relative;
  overflow: hidden;
}
.banner img {
  width: 100%;
  height: auto;
  min-height: 530px;
  -webkit-object-fit: cover;
  object-fit: cover;
  vertical-align: middle;
}
.banner .ban-con {
  position: absolute;
  top: 35%;
  width: 80%;
  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;
  text-align: center;
}

.ban-con strong {
  display: block;
  font-size: 50px;
  line-height: 1.2;
}
.ban-con p {
  font-size: 18px;
  line-height: 32px;
  font-weight: 300;
  margin-top: 20px;
  letter-spacing: 1px;
}
.ban-con .btn,
.ban-con .more {
  text-transform: uppercase;
  display: inline-block;
  font-size: 15px;
  line-height: 42px;
  padding: 0 25px;
  font-weight: 600;
  background-color: #39b54a;
  color: #fff;
  margin-top: 20px;
}
.ban-con .more {
  background-color: #f55b14;
}
.ban-con .btn:hover {
  background-color: #f55b14;
}
.ban-con .more:hover {
  background-color: #39b54a;
}

.hero-waves {
  display: block;
  width: 100%;
  height: 60px;
  z-index: 5;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.wave1 use {
  -webkit-animation: move-forever1 10s linear infinite;
  animation: move-forever1 10s linear infinite;
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
}

.wave2 use {
  -webkit-animation: move-forever2 8s linear infinite;
  animation: move-forever2 8s linear infinite;
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
}

.wave3 use {
  -webkit-animation: move-forever3 6s linear infinite;
  animation: move-forever3 6s linear infinite;
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
}

@-webkit-keyframes move-forever1 {
  0% {
    transform: translate(85px, 0%);
  }
  100% {
    transform: translate(-90px, 0%);
  }
}

@keyframes move-forever1 {
  0% {
    transform: translate(85px, 0%);
  }
  100% {
    transform: translate(-90px, 0%);
  }
}

@-webkit-keyframes move-forever2 {
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
}

@keyframes move-forever2 {
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
}

@-webkit-keyframes move-forever3 {
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
}

@keyframes move-forever3 {
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
}
@media screen and (max-width: 1200px) {
  .banner .ban-con {
    top: 40%;
    text-align: center;
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .ban-con strong {
    display: block;
    font-size: 30px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 860px) {
  .banner .ban-con {
    top: 30%;
  }
  .ban-con strong {
    font-size: 26px;
  }
  .ban-con p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
    margin-top: 15px;
    letter-spacing: 0;
  }
}

/*home_sty*/
.home_sty {
  margin-top: 60px;
}
.home_fl {
  float: left;
  width: 430px;
  margin-right: 30px;
}
.home_fr {
  overflow: hidden;
}
.home_fr h2 {
  width: 100%;
  overflow: hidden;
  line-height: 30px;
  font-size: 24px;
  color: #f55b14;
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 20px;
  text-transform: uppercase;
  font-weight: bold;
}
.home_fr h2 span {
  color: #333;
}
.home_fr h2:before {
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  background: #c8c8c8;
  position: absolute;
  left: 0;
  bottom: 0;
}
.home_fr p {
  line-height: 2;
  font-size: 14px;
  color: #878787;
  margin-bottom: 30px;
  height: 112px;
  overflow: hidden;
}
.home_fr .more {
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 0 30px;
  height: 48px;
  font-size: 14px;
  border-radius: 0;
  line-height: 48px;
  text-transform: uppercase;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  color: #fff;
  transition: all 0.5s ease-in-out;
  background-color: #f55b14;
}
@media screen and (max-width: 767px) {
  .home_fl {
    width: 360px;
  }
  .home_fr h2 {
    margin-bottom: 20px;
    padding-bottom: 15px;
  }
  .home_fr p {
    margin-bottom: 20px;
    height: 112px;
  }
}
@media screen and (max-width: 767px) {
  .home_fl {
    width: 100%;
    margin-bottom: 10px;
    float: none;
  }
}
/*home_sty*/

/* about */
.about {
  margin-top: 40px;
}
.about h3 {
  font-size: 20px;
  font-weight: 600;
  color: #f55b14;
  margin-bottom: 15px;
  margin-top: 15px;
}
.about p {
  margin-bottom: 25px;
  line-height: 26px;
  font-size: 14px;
  color: #666;
}
.about img {
  width: 100%;
  height: auto;
  display: block;
}
/* about */

/* nav */
.cing {
  background: url(../images/video.jpg) no-repeat;
  background-size: cover;
  padding-top: 250px;
  padding-bottom: 10px;
}

.cing ol {
  display: block;
  padding: 10px 20px 10px 43px;
  color: #fff;
  background: url(../images/pl.png) left 15px top 10px no-repeat rgba(57, 181, 74, 0.5);
  background-size: 18px;
}

.cing ol li {
  color: #fff;
  float: left;
  line-height: 20px;
}
.cing ol li a,
.cing ol li span {
  display: block;
  color: #fff;
  font-size: 14px;
}
@media screen and (max-width: 992px) {
  .cing {
    padding-top: 150px;
  }
}
/* nav */

/* lyb_cont */
.lyb_cont {
  margin-top: 40px;
}
.lyb_cont .text {
  width: 100%;
  line-height: 1.6;
  font-size: 20px;
  font-weight: 800;
  color: #fff;
  text-transform: capitalize;
  text-align: center;
  margin-bottom: 10px;
  color: #333;
}
.lyb_cont .text2 {
  text-align: left;
  line-height: 2;
  font-size: 14px;
  color: #878787;
  overflow: hidden;
  // margin-bottom: 30px;
  font-family: "Open Sans", sans-serif;
}
.send {
  width: 100%;
}
.send .input-panel {
  width: 100%;
  clear: both;
}
.send .one,
.send .two,
.send .three,
.send .four {
  width: 48%;
  float: left;
}
.send .PorConSixXX p .choose_input:checked:before {
  border: 1px solid #f55b14;
}

.send .PorConSixXX p .choose_input:checked:after {
  display: block;
  width: 8px;
  height: 4px;
  left: 2px;
  top: 3px;
  border: 2px solid #f55b14;
  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);
}
.send .me {
  margin-top: 20px;
}
.send .me.five {
  clear: both;
}
.send .me strong {
  display: block;
  height: 24px;
  line-height: 24px;
  font-size: 16px;
  color: #333;
  margin-bottom: 5px;
}
.send .me input[type="text"] {
  display: block;
  width: 100%;
  background: #fff;
  border: none;
  outline: none;
  height: 48px;
  line-height: 48px;
  font-size: 16px;
  color: #333;
  padding: 0 10px;
  border-radius: 5px;
  border-left: 3px solid #f55b14;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
}
.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;
}
.send .me textarea {
  width: 100%;
  height: 140px;
  line-height: 24px;
  font-size: 16px;
  color: #333;
  padding: 10px;
  background: #fff;
  resize: none;
  border-radius: 5px;
  border-left: 3px solid #f55b14;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  clear: both;
  font-family: Arial, sans-serif;
}
.send .PorConSixXX {
  display: inline-block;
  padding-left: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #999;
  position: relative;
  margin: 15px 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: 2px;
  top: 2px;
  cursor: pointer;
}
.send .PorConSixXX p .choose_input:before,
.send .PorConSixXX p .choose_input:after {
  content: "";
  position: absolute;
}
.send .PorConSixXX p .choose_input:before {
  width: 18px;
  height: 18px;
  left: -3px;
  top: -3px;
  display: block;
  border: 1px solid #ddd;
  background-color: #fff;
}
.send .btn-primary {
  height: 48px;
  line-height: 48px;
  background: #f55b14;
  padding: 0 30px;
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  display: block;
  float: right;
  margin-top: 10px;
  transition: all 0.5s ease-in-out;
  border: none;
}
@media screen and (max-width: 480px) {
  .send .one,
  .send .two,
  .send .three,
  .send .four {
    width: 100%;
    float: none;
  }
  .send .two,
  .send .four {
    margin-left: 0;
  }
}

/* lyb_cont */

/*pr_zxy*/
.pr_zxy {
  margin-top: 50px;
}

.pr_zxy .img {
  float: left;
  margin-right: 20px;
  max-width: 340px;
}
.pp_fr {
  overflow: hidden;
}
.pp_fr h1 {
  font-size: 22px;
  line-height: 24px;
  color: #333;
  margin-bottom: 10px;
}
.pp_fr p {
  font-size: 14px;
  margin-bottom: 5px;
  line-height: 22px;
}
.pp_fr .yx {
  display: block;
  padding-left: 30px;
  font-size: 16px;
  line-height: 30px;
  color: #14a5f0;
  background: url(../images/icon_yx3.png) no-repeat left center;
  background-size: 20px 20px;
}
.pp_fr .btno {
  color: #fff;
  background-color: #14a5f0;
  width: 145px;
  height: 40px;
  font-size: 15px;
  line-height: 38px;
  display: block;
  margin-top: 5px;
  border-radius: 5px;
  text-align: center;
  transition: all 0.5s;
}

.cpxqTwo {
  clear: both;
  padding-top: 20px;
}
.cpxqTwo h3 {
  font-size: 18px;
  margin-bottom: 15px;
  line-height: 26px;
  color: #333;
}
.cpxqTwo p {
  color: #666;
  line-height: 1.6;
  font-size: 14px;
  margin-bottom: 15px;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .pr_zxy .img {
    float: none;
    margin-right: 0;
    margin-bottom: 20px;
    display: block;
  }
}

/*pr_zxy*/

.list_z {
  margin-top: 40px;
}
.list_z ul {
  margin-left: -2%;
}
.list_z li {
  width: 23%;
  float: left;
  border-radius: 4px;
  font-size: 14px;
  border: solid 1px #e9e9e9;
  margin-bottom: 15px;
  margin-left: 2%;
}
.list_z li a {
  display: block;
  line-height: 40px;
  text-align: center;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 10px;
  font-size: 14px;
  text-transform: capitalize;
  color: #333;
  background-color: #fff;
}
.list_z li a.active {
  background-color: #f55b14;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .list_z li {
    width: 31.3%;
  }
}
@media screen and (max-width: 480px) {
  .list_z li {
    width: 48%;
  }
}

/* section-gap */
.section-gap {
  position: relative;
  z-index: 1;
  background: url(../images/video.jpg) no-repeat center;
  background-size: cover;
  padding: 40px 0;
}

.section-gap h2 {
  font-size: 32px;
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.2;
  position: relative;
}
.section-gap h2::before,
.section-gap h2::after {
  position: absolute;
  left: 49%;
  bottom: -10px;
  width: 60px;
  height: 1px;
  background: #f55b14;
  content: "";
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
}
.section-gap h2::after {
  bottom: -12px;
  left: 51%;
}
.section-gap .text {
  font-size: 14px;
  color: #f9f9f9;
  text-align: center;
  line-height: 1.6;
  margin-bottom: 30px;
}

.section-gap ul {
  margin-left: -2%;
}
.section-gap ul li {
  border: 1px solid #777777;
  border-radius: 10px;
  background-color: rgba(249, 249, 255, 0.102);
  padding: 20px 30px;
  color: #fff;
  margin-left: 2%;
  margin-bottom: 20px;
  width: 48%;
  box-sizing: border-box;
  float: left;
}
.section-gap ul li h4 {
  padding-left: 40px;
  font-size: 18px;
  line-height: 38px;
  font-weight: 600;
}
.section-gap ul li p {
  font-size: 14px;
  line-height: 24px;
  display: -webkit-box;

  -webkit-box-orient: vertical;

  -webkit-line-clamp: 3;

  overflow: hidden;
  height: 72px;
  margin-top: 10px;
}

.section-gap ul li h4.ht1 {
  background: url(../images/comp1.png) no-repeat left center;
  background-size: auto 30px;
}
.section-gap ul li h4.ht2 {
  background: url(../images/comp2.png) no-repeat left center;
  background-size: auto 30px;
}

.section-gap ul li h4.ht3 {
  background: url(../images/comp3.png) no-repeat left center;
  background-size: auto 30px;
}

.section-gap ul li h4.ht4 {
  background: url(../images/comp4.png) no-repeat left center;
  background-size: auto 30px;
}

@media (max-width: 860px) {
  .section-gap ul li {
    width: 98%;
    padding: 15px 10px;
  }
  .section-gap ul li h4 {
    font-size: 16px;
  }
  .section-gap h2 {
    font-size: 28px;
  }
}

/* section-gap */

/*long-protyle*/
.long-protyle {
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
  background-color: #f7f7f7;
}
.long-protyle h1 {
  font-size: 32px;
  color: #333;
  text-align: center;
  margin-bottom: 25px;
  line-height: 1.2;
  position: relative;
}
.long-protyle h1::before,
.long-protyle h1::after {
  position: absolute;
  left: 49%;
  bottom: -10px;
  width: 60px;
  height: 1px;
  background: #f55b14;
  content: "";
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
}
.long-protyle h1::after {
  bottom: -12px;
  left: 51%;
}
.long-protyle p {
  font-size: 16px;
  line-height: 1.7;
  color: #555;
  margin-bottom: 25px;
}
.long-protyle .cwc-btn {
  display: inline-block;
  padding: 8px 40px;
  background-color: #39b54a;
  font-size: 14px;
  color: #fff;
}
.long-protyle .cwc-btn:hover {
  background-color: #f55b14;
}

@media (max-width: 992px) {
  .long-protyle h1 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .long-protyle p {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .long-protyle h1 {
    font-size: 26px;
  }
  .long-protyle p {
    font-size: 14px;
  }
}
/*long-protyle*/
/*about-area*/
.about-area {
  margin-top: 50px;
  margin-bottom: 40px;
}
.about-area .about-fl {
  width: 50%;
  float: left;
  box-sizing: border-box;
  padding-right: 30px;
}
.about-area .about-fr {
  width: 50%;
  float: right;
}
.about-fl h2 {
  margin-bottom: 20px;
  text-transform: capitalize;
  position: relative;
  padding-bottom: 10px;
  line-height: 1;
  font-size: 30px;
}
.about-fl h2::before,
.about-fl h2::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 1px;
  content: "";
  background: #f55b14;
}
.about-fl h2::after {
  left: 10px;
  bottom: -2px;
}
.about-fl p {
  font-size: 16px;
  line-height: 28px;
  color: #555;
  text-align: left;
  margin-bottom: 20px;
}
.about-fr ul {
  margin-left: -2%;
}
.about-fr li {
  width: 48%;
  float: left;
  margin-left: 2%;
  margin-bottom: 25px;
  background-color: #f55b14;
  position: relative;
  padding: 30px;
  text-align: center;
}
.about-fr li::before {
  content: "";
  width: auto;
  height: auto;
  position: absolute;
  left: 15px;
  top: 15px;
  right: 15px;
  bottom: 15px;
  border: dashed 1px #fff;
  transition: all 0.3s;
}
.about-fr li:hover::before {
  border: solid 1px #fff;
  transition: all 0.3s;
}
.about-fr li strong {
  display: inline-block;
  font-size: 50px;
  line-height: 60px;
  color: #fff;
  margin-bottom: 10px;
}
.about-fr li p {
  font-size: 14px;
  text-align: center;
  color: #fff;
  line-height: 1.6;
  height: 46px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .about-fl p {
    font-size: 14px;
    line-height: 24px;
    color: #555;
    text-align: left;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 860px) {
  .about-area .about-fl {
    width: 100%;
    float: none;
    padding-right: 0;
    margin-bottom: 30px;
  }
  .about-area .about-fr {
    width: 100%;
    float: none;
  }
  .about-area {
    margin-top: 40px;
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 480px) {
  .about-fr li {
    width: 98%;
  }
}
/*about-area*/

/* index-pro */

.index-pro {
  margin-bottom: 30px;
  margin-top: 40px;
}
.index-pro h2 {
  font-size: 32px;
  color: #333;
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.2;
  position: relative;
}
.index-pro h2::before,
.index-pro h2::after {
  position: absolute;
  left: 49%;
  bottom: -10px;
  width: 60px;
  height: 1px;
  background: #f55b14;
  content: "";
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
}
.index-pro h2::after {
  bottom: -12px;
  left: 51%;
}
.index-pro .text {
  font-size: 14px;
  color: #666;
  text-align: center;
  line-height: 1.6;
  margin-bottom: 30px;
}
.index-pro ul {
  margin-left: -2%;
}
.index-pro li {
  width: 31.3%;
  margin-left: 2%;
  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;
  float: left;
  text-align: center;
  position: relative;
  background-color: #fff;
}
.index-pro li::before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 10%;
  height: 2px;
  background: #f55b14;
  content: "";
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  opacity: 0.3;
}
.index-pro li::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 10%;
  height: 2px;
  background: #f55b14;
  content: "";
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  opacity: 0.3;
}
.index-pro li:hover::before,
.index-pro li:hover::after {
  width: 50%;
  opacity: 0.8;
}
.index-pro li .img,
.index-pro li .img img {
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
  transition: all 0.3s;
  position: relative;
}
.index-pro li .img::before {
  position: absolute;
  top: 0;
  width: 0;
  height: 100%;
  background: #000;
  content: "";
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  opacity: 0.5;
  left: 0;
  z-index: 1;
}
.index-pro li:hover .img::before {
  width: 50%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.index-pro li .img::after {
  position: absolute;
  top: 0;
  width: 0;
  height: 100%;
  background: #000;
  content: "";
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  opacity: 0.5;
  right: 0;
  z-index: 1;
}
.index-pro li:hover .img::after {
  width: 50%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.index-pro li .pro-info {
  padding: 10px 10px 15px;
}
.index-pro li .pro-info h3 a {
  line-height: 38px;
  font-size: 22px;
  display: block;
  font-weight: bold;
  color: #212121;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
  border-bottom: solid 1px #f2f2f2;
}
.index-pro li .pro-info p {
  color: #666;
  font-size: 15px;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-top: 8px;
  text-align: center;
}

.index-pro li .pro-btn {
  margin-top: 10px;
  border: 1px solid #f55b14;
  position: relative;
  padding: 0 30px;
  font-size: 16px;
  font-weight: bold;
  line-height: 38px;
  display: inline-block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  color: #f55b14;
  transition: all 0.3s;
}
.index-pro li:hover .pro-btn {
  background-color: #f55b14;
  color: #fff;
  transition: all 0.3s;
}
.index-pro li:hover img {
  transform: scale(1.2);
  transition: all 0.3s;
}

@media screen and (max-width: 992px) {
  .index-pro h2 {
    font-size: 28px;
  }
  .index-pro li .pro-info h3 a {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .index-pro li {
    width: 48%;
  }
}
@media screen and (max-width: 500px) {
  .index-pro li {
    width: 98%;
  }
  .index-pro li .pro-info h3 a {
    font-size: 18px;
  }
  .index-pro {
    margin-bottom: 30px;
  }
}
/* index-pro */

/* index-sol */

.index-sol {
  margin-bottom: 30px;
  margin-top: 40px;
}

.index-sol h2 {
  font-size: 32px;
  color: #333;
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.2;
  position: relative;
}
.index-sol h2::before,
.index-sol h2::after {
  position: absolute;
  left: 49%;
  bottom: -10px;
  width: 60px;
  height: 1px;
  background: #f55b14;
  content: "";
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
}
.index-sol h2::after {
  bottom: -12px;
  left: 51%;
}
.index-sol .text {
  font-size: 14px;
  color: #666;
  text-align: center;
  line-height: 1.6;
  margin-bottom: 30px;
}
.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: 300px;
  height: auto;
  overflow: hidden;
  transition: all 0.3s;
  float: left;
  margin-right: 15px;
}
.index-sol li .sol-info {
  overflow: hidden;
}
.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;
}
.index-sol li .sol-info .sol-btn {
  display: inline-block;
  width: 160px;
  line-height: 40px;
  text-align: center;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  border-radius: 40px;
  border: 1px dashed #f55b14;
  margin-top: 20px;
  color: #f55b14;
  font-size: 16px;
  box-shadow: 0 0 0 0 #f55b14 inset;
  transition: all 0.5s;
}
.index-sol li:hover .sol-info .sol-btn {
  box-shadow: 0 42px 0 0 #f55b14 inset;
  transition: all 0.5s;
  color: #fff;
}
.index-sol li .sol-info span {
  display: block;
  border-bottom: 1px solid #eee;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
  .index-sol li .img,
  .index-sol li .img img {
    width: 240px;
  }
  .index-sol li .sol-info .sol-btn {
    display: inline-block;
    width: 120px;
    line-height: 36px;
    text-align: center;
    -webkit-border-radius: 36px;
    -moz-border-radius: 36px;
    -ms-border-radius: 36px;
    -o-border-radius: 36px;
    border-radius: 36px;
    border: 1px dashed #f55b14;
    margin-top: 14px;
    color: #f55b14;
    font-size: 14px;
  }
}
@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;
  }
}

.newli_cnt {
  padding: 50px 0 40px;
  background: #212121;
  position: relative;
  margin-top: 30px;
  width: 100%;
  overflow: hidden;
}
.newli_cnt:after {
  content: "";
  position: absolute;
  top: 0;
  right: -50px;
  width: 75%;
  height: 25px;
  background-color: #fff;
  -webkit-transform: skew(60deg);
  transform: skew(60deg);
}
.newli_cnt h2 {
  text-align: left;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  text-transform: capitalize;
  color: #fff;
}
.newli_cnt ul {
  margin-left: -2%;
}
.newli_cnt li {
  width: 23%;
  margin-left: 2%;
  float: left;
}
.newli_cnt li a {
  padding: 0 0 0 20px;
  margin: 0px;
  background: url(../images/reply_bg.png) no-repeat left center;
  color: #999;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 40px;
  border-bottom: dashed 1px #504f4f;
  text-align: left;
}
.newli_cnt li a:hover {
  color: #f55b14;
}
@media screen and (max-width: 992px) {
  .newli_cnt li {
    width: 31.3%;
  }
}
@media screen and (max-width: 767px) {
  .newli_cnt li {
    width: 48%;
  }
}
@media screen and (max-width: 414px) {
  .newli_cnt li {
    width: 98%;
  }
}

/* single  */

.single {
  padding: 10px 0;
  background: #212121;
  position: relative;
}
.single::before {
  top: 1px;
  background: #30333e;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  left: 0;
  position: absolute;
}
.single::after {
  top: 0;
  background: #181817;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  left: 0;
  position: absolute;
}
.single .wetyll {
  line-height: 32px;
  font-size: 14px;
  color: #fff;
  opacity: 0.7;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .single .wetyll {
    float: none;
    text-align: center;
  }
}
/* single  */

/* long-conter */
.long-conter {
  margin-top: 20px;
}
.long-conter .side-list {
  width: 26%;
  float: right;
}
.side-list .side-pro {
  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);
  box-sizing: border-box;
  margin-bottom: 20px;
}
.side-pro strong {
  position: relative;
  display: block;
  font-size: 22px;
  margin-bottom: 30px;
  line-height: 30px;
}

.side-pro strong:before {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 18%;
  height: 4px;
  width: 15px;
  background-color: #ddd;
}

.side-pro strong:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 4px;
  width: 15%;
  background-color: #ffc02a;
}
.side-pro ul li {
  border-bottom: 1px dashed #ddd;
  padding: 10px 0;
}
.side-pro ul li a {
  display: block;
  font-size: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 30px;
}
.side-pro ul 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-conter .slider-box {
  width: 70%;
  float: left;
}
.slider-box ul {
  margin-left: -2%;
}
.slider-box li {
  width: 31.3%;
  float: left;
  margin-left: 2%;
  margin-bottom: 36px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  position: relative;
}
.slider-box li .img,
.slider-box li .img img {
  display: block;
  width: 100%;
  height: auto;
}
.slider-box li .long-box {
  padding: 15px;
}
.long-box .crusher {
  font-size: 16px;
  line-height: 21px;
  height: 42px;
  color: #30373f;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  text-transform: capitalize;
  text-align: left;
  margin-bottom: 8px;
  font-weight: bold;
}
.long-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 25px;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  height: 72px;
}
.long-box .btn {
  background: #f55b14;
  color: #fff;
  width: 120px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  font-size: 15px;
  margin-bottom: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -21px;
  font-weight: bold;
  border-radius: 6px;
}
.slider-box li:hover img {
  opacity: 0.56;
}
.slider-box li:hover .long-box .btn {
  background-color: #f55b14;
}
.side-pro.side-sol ul li .img,
.side-pro.side-sol ul li .img img {
  display: block;
  width: 100%;
  height: auto;
}
.side-pro.side-sol ul li {
  border: none;
  padding: 0;
}
.side-pro.side-sol ul li a::before {
  display: none;
}
.side-pro.side-sol ul li .txt {
  font-size: 16px;
  line-height: 44px;
  text-align: center;
  color: #444;
  text-transform: capitalize;
}
@media screen and (max-width: 992px) {
  .slider-box li {
    width: 48%;
  }
}
@media screen and (max-width: 767px) {
  .long-conter .slider-box {
    width: 100%;
    float: none;
    margin-bottom: 30px;
  }
  .long-conter .side-list {
    width: 100%;
    float: none;
    margin-bottom: 30px;
  }
  .side-pro.side-sol ul {
    margin-left: -2%;
  }
  .side-pro.side-sol ul li {
    width: 31.3%;
    float: left;
    margin-left: 2%;
  }
}
@media screen and (max-width: 500px) {
  .slider-box li {
    width: 98%;
  }
  .side-pro.side-sol ul li {
    width: 48%;
  }
  .side-pro.side-sol ul li .txt {
    font-size: 14px;
    line-height: 40px;
  }
}
/* long-conter */
