@charset "utf-8";

/*=========================================   nie ===============================================*/
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 {
  border: 0;
  outline: 0;
  list-style: none;
  box-sizing: border-box;
}

body {
  font-family: "  Microsoft YaHei", "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 24px;
  text-align: left;
  background: #fff;
  font-style: normal;
  font-weight: 100;
  color: #5a5b5c;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

a:link,
a:active,
a:visited,
a:hover {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}


button {
  border-radius: 0px;
  -webkit-border-radius: 0px;
  outline: none;
}

input {
  border-radius: 0;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}


input,
select {
  border-radius: 0;
  outline: none;
}

input[type="checkbox"] {
  -webkit-appearance: checkbox;
}

input:-ms-clear {
  display: none;
}

/*消除 IE10 里面的那个叉号*/
input,
textarea {
  border: 0;
  -webkit-appearance: none;
}

textarea {
  resize: none;
  outline: none;
}

/*去掉提交框右下角箭头*/
img {
  border: 0;
  vertical-align: middle;
  max-width: 100% !important;
  height: auto !important;
  _width: expression(this.width > 100% ? "100%": this.width) !important;

}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  margin: 0;
  padding: 0;
}

*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  margin: 0;
  padding: 0;
}

button {
  cursor: pointer;
}

/*这个可以不用*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  font-variant: normal;
  white-space: normal;
}

/*全局的字体链接*/
a {
  text-decoration: none;
}



.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0px;
}

.container:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0px;
}

.btn {
  color: #fff;
  background-color: #FFBD1F;
  text-align: center;
  display: inline-block;
  padding: 9px 35px;
  font-size: 14px;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
  overflow: hidden;
}

.btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 100%;
  -webkit-transform: scale(2);
  transform: scale(2);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  background: #FFBD1F none repeat scroll 0 0;
}

.btn:hover:before {
  -webkit-transform: scale(0);
  transform: scale(0);
}

/*全局公共样式*/
.container {
  clear: both;
  width: 100%;
  margin: 0 auto;
  padding: 0px 10px;
}

h1 {
  font-size: 28px;
  color: #333;
  line-height: 1.2;
  text-transform: capitalize;
}

p {
  font-size: 14px;
  line-height: 1.6;
  color: #666;
}

.ul-list {
  margin-left: -2%;
}
.ul-list .longtailitem{margin-bottom:10px;border-bottom:1px solid #ccc}
.ul-list .longtailitem  a{display: block;background: #FFBD1F ;color:#fff; padding:8px 15px;}
.ul-list .longtailitem h2{color:#fff; }
.ul-list .longtailitem p{color:#666;font-size:14px}
.li-list-3,
.li-list-4,
.li-list-4s {
  width: 98%;
  float: left;
  margin-left: 2%;
  margin-bottom: 20px;
}

.padding {
  padding-top: 30px;
  padding-bottom: 30px;
}

.margin-top {
  margin-top: 30px;
}

.index-title {
  text-align: center;
  margin-bottom: 20px;
}

.index-title h2 {
  font-size: 26px;
  color: #333;
  line-height: 1.2;
  margin-bottom: 30px;
  text-transform: capitalize;
  position: relative;
}

.index-title h2::before {
  content: "";
  width: 120px;
  height: 5px;
  background-color: #FFBD1F;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -18px;
}

.index-title p {
  font-size: 14px;
  line-height: 1.6;
  color: #666;
}

@media screen and (min-width: 500px) {

  .li-list-3,
  .li-list-4,
  .li-list-4s {
    width: 48%;
  }
}

@media screen and (min-width: 768px) {
  .container {
    width: 750px;
    padding: 0;
  }

  h1 {
    font-size: 30px;
  }



  .padding {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .margin-top {
    margin-top: 40px;
  }

  .index-title {
    margin-bottom: 25px;
  }

  .index-title h2 {
    font-size: 28px;
  }
}

@media screen and (min-width: 992px) {
  .container {
    padding: 0;
    width: 970px;
  }

  h1 {
    font-size: 32px;
  }

  p {
    font-size: 16px;
  }

  .li-list-3,
  .li-list-4 {
    width:48%;
  }

  .padding {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .margin-top {
    margin-top: 50px;
  }

  .index-title h2 {
    font-size: 30px;
  }
}

@media screen and (min-width: 1200px) {
  .container {
    padding: 0;
    width: 1170px;
  }

  h1 {
    font-size: 36px;
  }

  .li-list-4 {
    width:31%;
  }
  .li-list-4-1 {
    width:31%;
  }
  .padding {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .margin-top {
    margin-top: 70px;
  }

  .li-list-4s {
    width: 23%;
    margin-bottom: 0;
  }

  .index-title h2 {
    font-size: 32px;
  }

  .index-title {
    margin-bottom: 30px;
  }

  .index-title p {
    font-size: 15px;
  }
}

/*hearder*/
.hearder {
  position: fixed;
  left: 0;
  right: 0;
  top: 20px;
  z-index: 6;
  transition: all 0.5s;
  background-color: rgba(34, 34, 34, 0.80);
}

.hearder .container {
  position: relative;
}


.hearder .logo {
  position: absolute;
  width: 144px;
  padding: 0;
  top: -10px;
  background-color: #FFBD1F;
}

.hearder .logo:before {
  content: " ";
  position: absolute;
  top: 0;
  right: -10px;
  width: 0px;
  height: 0px;
  border-bottom: 10px solid rgba(0, 0, 0, 0.5);
  border-right: 10px solid transparent;
}

.hearder .logo:after {
  content: " ";
  position: absolute;
  bottom: 0;
  right: -10px;
  width: 0px;
  height: 0px;
  border-top: 10px solid rgba(0, 0, 0, 0.5);
  border-right: 10px solid transparent;
}

.hearder .menu {
  position: relative;
  float: right;
  padding: 5px 10px 9px;
  cursor: pointer;
  display: block;
  background-color: #FFBD1F;
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
}

.menu .icon-bar {
  display: block;
  width: 22px;
  background-color: #fff;
  margin-top: 4px;
  height: 2px;
  border-radius: 1px;
  transition: all 0.3s;
}

.hearder .navlist {
  width: 250px;
  position: absolute;
  right: 10px;
  top: 50px;
  background-color: #181818;
  padding: 10px;
  display: none;
}

.hearder .navlist li {
  float: none;
}

.hearder .navlist li a {
  padding: 0;
  font-size: 14px;
  line-height: 36px;
  color: #fff;
  display: block;
  text-align: center;
  text-transform: capitalize;
}

@media screen and (min-width: 768px) {
  .hearder {
    top: 30px;
  }

  .hearder .logo {
    width: 160px;
  }

  .hearder .menu {
    display: none;
  }

  .hearder .navlist {
    width: auto;
    padding: 0;
    background: none;
    position: static;
    float: right;
    display: block;
  }

  .hearder .navlist li {
    float: left;
    width: auto;
  }

  .hearder .navlist li a {
    display: block;
    padding: 0 20px;
    line-height: 60px;
    color: #fff;
    font-size: 16px;
  }


}

@media screen and (min-width: 992px) {
  .hearder .logo {
    width: 180px;
    top: -15px;
  }

  .hearder .logo:after {
    right: -15px;
    border-top: 15px solid rgba(0, 0, 0, 0.5);
    border-right: 15px solid transparent;
  }

  .hearder .logo:before {
    right: -15px;
    border-bottom: 15px solid rgba(0, 0, 0, 0.5);
    border-right: 15px solid transparent;
  }
}

@media screen and (min-width: 1200px) {
  .hearder .navlist li a {
    font-size: 16px;
    position: relative;
    text-transform: uppercase;
    color: rgba(255, 204, 255, 0);

  }

  .hearder .navlist li a::before,
  .hearder .navlist li a::after {
    width: 100%;
    text-transform: capitalize;
    height: 100%;
    position: absolute;
    text-align: center;
    color: #fff;
    left: 0;
    top: 0;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
    -webkit-perspective: 800;
  }

  .hearder .navlist li a::before {
    content: attr(data-title);
    -webkit-backface-visibility: hidden;
    -webkit-transform: rotateX(0deg) translateZ(-25px);
    -moz-transform: rotateX(0deg) translateZ(-25px);
    -o-transform: rotateX(0deg) translateZ(-25px);
    -ms-transform: rotateX(0deg) translateZ(-25px);
    transform: rotateX(0deg) translateZ(-25px);
  }

  .hearder .navlist li a::after {
    content: attr(data-title);
    -webkit-transform: rotateX(90deg) translateZ(25px);
    -moz-transform: rotateX(90deg) translateZ(25px);
    -o-transform: rotateX(90deg) translateZ(25px);
    -ms-transform: rotateX(90deg) translateZ(25px);
    transform: rotateX(90deg) translateZ(25px);
    color: #fff;

  }

  .hearder .navlist li a:hover::before {
    -webkit-transform: rotateX(90deg) translateZ(-25px);
    -moz-transform: rotateX(90deg) translateZ(-25px);
    -o-transform: rotateX(90deg) translateZ(-25px);
    -ms-transform: rotateX(90deg) translateZ(-25px);
    transform: rotateX(90deg) translateZ(-25px);
  }

  .hearder .navlist li a:hover::after {
    -webkit-transform: rotateX(0deg) translateZ(25px);
    -moz-transform: rotateX(0deg) translateZ(25px);
    -o-transform: rotateX(0deg) translateZ(25px);
    -ms-transform: rotateX(0deg) translateZ(25px);
    transform: rotateX(0deg) translateZ(25px);
    background-color: #FFBD1F;
  }
}

/*hearder*/
/*banner*/
.banner {
  background: url(../images/banner.jpg) no-repeat center;
  background-size: cover;
  padding: 120px 0 100px;
  position: relative;
  text-align: center;
}

.banner strong {
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 1.5px;
  display: block;
  max-width: 350px;
  font-weight: 700;
  margin-bottom: 15px;
  margin: 0 auto 15px;
}

.banner h1 {
  color: #fff;
  margin-bottom: 15px;
  font-size: 30px;
  text-transform: capitalize;
}

.banner p {
  color: #fff;
  margin-bottom: 20px;
}

.banner .more {
  padding: 12px 40px;
}

@media screen and (min-width: 480px) {

  .banner h1 {
    margin-bottom: 20px;
    font-size: 50px;
  }

  .banner p {
    margin-bottom: 25px;
  }
}

@media screen and (min-width: 768px) {
  .banner {
    padding: 180px 0;
  }

  .banner strong {
    max-width: 700px;
  }

  .banner h1 {
    margin-bottom: 25px;
    font-size: 60px;
  }

  .banner p {
    margin-bottom: 30px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 992px) {
  .banner {
    padding: 200px 0;
  }



  .banner h1 {
    font-size: 70px;
  }

  .banner p {
    max-width: 750px;
  }
}

@media screen and (min-width: 1200px) {

  .banner {
    padding: 240px 0;
  }

  .banner h1 {
    font-size: 95px;

  }

  .banner p {
    font-size: 20px;
    max-width: 900px;
  }
}

/*banner*/

/*pro-index*/
.pro-index {}

.pro-index.margin-top {}

.pro-index li {
  background-color: #fff;
  margin-bottom: 20px;
  box-shadow: 0 5px 13px rgba(56, 86, 145, 0.13);
  border-radius: 15px;
  border:1px solid #ddd;
}

.pro-index li .imgs,
.pro-index li .imgs img {
  display: block;
  width: 100%;
  height: auto;
  transition: all 0.3s;
  overflow: hidden;
}

.pro-index li h3 a {
  text-align: left;
  padding: 7px 30px 7px 10px;
  line-height: 30px;
  font-size: 16px;
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  display: block;
  transition: all 0.3s;
  background: url(../images/arw.png) no-repeat #FFBD1F right 10px center;

}

.pro-index li:hover h3 a {
  background: url(../images/arw.png) no-repeat #FFBD1F right 10px center;

}

.pro-index li:hover img {
  transform: scale(1.2);
  transition: all 0.3s;
}

@media screen and (min-width: 768px) {
  .pro-index li h3 a {
    font-size: 18px;
    line-height: 36px;
  }
}

/*pro-index*/
/*sol-index */
.sol-index li {
  margin-bottom: 20px;
  position: relative;
  width: 98%;
  /*margin-left: 2%;*/
}

.sol-index li .case-pic {
  display: block;
  margin-bottom: 15px;
  overflow: hidden;
}

.sol-index li:hover .case-pic img {
  transform: scale(1.1);
  transition: all 0.3s;
}

.sol-index li .case-pic img {
  display: block;
  width: 100%;
  height: auto;
  transition: all 0.3s;
}

.sol-index li .case-info {
  overflow: hidden;
  text-align: center;
}

.sol-index li h3 a {
  font-size: 18px;
  display: block;
  line-height: 1.2;
  margin-bottom: 10px;
  color: #333;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.sol-index li .case-info p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin-bottom: 10px;
  font-size: 14px;
}



@media screen and (min-width: 520px) {
  .sol-index li {
    width: 48%;
    float: left;
  }

  .sol-index li .case-info p {
    height: 66px;
  }
}

@media screen and (min-width: 768px) {
  .sol-index li {
    padding: 30px 0 0 30px;
    margin-bottom: 30px;
    width: 98%;
    float: none;
  }

  .sol-index li .case-pic {
    display: block;
    margin-bottom: 0;
    position: absolute;
    /*width: 200px;*/
    top: 0;
    left: 0;
    -webkit-box-shadow: 0 5px 13px rgba(56, 86, 145, 0.47);
    -moz-box-shadow: 0 5px 13px rgba(56, 86, 145, 0.47);
    -ms-box-shadow: 0 5px 13px rgba(56, 86, 145, 0.47);
    -o-box-shadow: 0 5px 13px rgba(56, 86, 145, 0.47);
    box-shadow: 0 5px 13px rgba(56, 86, 145, 0.47);
    border-radius: 9px;
    overflow: hidden;
  }

  .sol-index li .case-info {
    text-align: left;
    -webkit-box-shadow: 0 5px 13px rgba(56, 86, 145, 0.13);
    -moz-box-shadow: 0 5px 13px rgba(56, 86, 145, 0.13);
    -ms-box-shadow: 0 5px 13px rgba(56, 86, 145, 0.13);
    -o-box-shadow: 0 5px 13px rgba(56, 86, 145, 0.13);
    box-shadow: 0 5px 13px rgba(56, 86, 145, 0.13);
    padding: 8px 15px 8px 10px;
    border-radius: 10px;
  }
}

@media screen and (min-width: 992px) {
  .sol-index li {
    width: 48%;
    float: left;
  }


}

/*sol-index */
/*footer */
.footer {
  background: url(../images/foot-bg.jpg) no-repeat bottom center;
  background-size: cover;
}

.footer .foot-list {
  width: 100%;
  float: none;
  margin-bottom: 20px;
}

.foot-list li {
  width: 100%;
}

.foot-list li a {
  line-height: 40px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 15px;
  color: #fff;
  display: block;
  padding-left: 20px;
  background: url(../images/reply_bg.png) no-repeat left center;
  transition: all 0.3s;
}

.foot-list li a:hover {
  background: url(../images/reply_bg-hover.png) no-repeat left center;
  color: #FFBD1F;
  transition: all 0.3s;
}

.footer strong {
  font-size: 24px;
  display: block;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 10px;
}

.footer strong span {
  color: #FFBD1F;
}

.footer .foot-cont {
  width: 100%;
  float: none;
}

.foot-cont p {
  line-height: 40px;

  font-size: 15px;
  color: #fff;
}

.foot-cont p a {
  color: #FFBD1F;
}

@media screen and (min-width: 768px) {
  .foot-list li {
    width: 48%;
    float: left;
    margin-right: 4%;
  }

  .foot-list li:nth-of-type(2n) {
    margin-right: 0;
  }
}

@media screen and (min-width: 992px) {
  .footer .foot-list {
    width: 70%;
    float: left;
    margin-bottom: 0;
  }

  .footer .foot-cont {
    width: 28%;
    float: right;
  }

  .footer .foot-list strong {
    margin-bottom: 15px;
  }
}

/*footer*/

/*loading*/
.loading {
  padding-top: 180px;
  padding-bottom: 10px;
  background: url(../images/nav.jpg) no-repeat center;
  background-size: cover;
}

.loading ol {
  display: inline-block;
  background: url(../images/pl.png) rgba(21, 34, 43, 0.85) no-repeat left 10px center;
  background-size: 18px;
  padding: 5px 10px 5px 40px;
}

.loading ol li {
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
}

.loading ol li a {
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  display: block;
}

.loading ol li a:hover {
  color: #FFBD1F;
}

/*loading*/

/*about*/

/*about-home-index*/
.about-home-index {
  background: url(../images/sec_bg1.jpg) no-repeat bottom center;
}

.about-home-index.bg {
  background: #fff;
}

.about-home-fl {
  width: 100%;
  margin-bottom: 30px;
}

.about-home-fl img {
  width: 100%;
  height: auto;
}

.about-home-fl img:last-child {
  display: none;
}

.about-home-fl .about-img2 {
  display: none;
}

.about-home-fr span {
  font-size: 16px;
  display: block;
  color: #FFBD1F;
  margin-bottom: 6px;
}

.about-home-fr .hh {
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 15px;
  text-transform: capitalize;
}

.about-home-fr .text {
  margin-bottom: 20px;
}


.about-home-fr ul {
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
  padding: 20px 15px;
}

.about-home-fr li {
  width: 33.333%;
  float: left;
  text-align: center;
}

.about-home-fr li h3 {
  color: #FFBD1F;
  font-size: 34px;
  line-height: 1.3;
  font-family: Impact, 'Arial Narrow Bold', sans-serif;
  margin-bottom: 5px;
}

.about-home-fr li p {
  text-transform: capitalize;
}

@media screen and (min-width: 480px) {
  .about-home-fr .hh {
    font-size: 28px;
  }
}

@media screen and (min-width: 768px) {
  .about-home-fl {
    width: 50%;
    margin-bottom: 0;
    padding-right: 20px;
    float: left;
  }

  .about-home-fr {
    width: 50%;
    margin-bottom: 0;
    padding-left: 20px;
    float: right;
  }

  .about-home-fr .hh {
    font-size: 24px;
  }
}

@media screen and (min-width: 992px) {

  .about-home-fl .about-img2,
  .about-home-fl img:last-child {
    display: block;
    margin-top: 20px;
  }

  .about-home-fl .about-img1 {
    margin-right: 4%;
  }

  .about-home-fl .about-img2,
  .about-home-fl .about-img1 {
    /*width: 48%;*/
    float: left;
  }

  .about-home-fr li+li {
    border-left: solid 1px #FFBD1F;
  }

  .about-home-fr .text {
    margin-bottom: 30px;
    line-height: 1.8;
  }

  .about-home-fr .hh {
    font-size: 36px;
  }

  .about-home-fr li {
    line-height: 40px;
    font-size: 16px;
  }
}

@media screen and (min-width: 1200px) {

  .about-home-fr,
  .about-home-fl {
    width: 48%;
    padding-left: 0;
  }

  .about-home-fr {
    padding-top: 30px;
  }

  .about-home-fr span {
    font-weight: 500;
  }

  .about-home-fr .hh {
    font-size: 32px;
  }

  .about-home-fr ul {
    padding: 30px 15px;
  }

  .about-home-fr .text {
    margin-bottom: 40px;
  }

  .about-home-fr li h3 {
    font-size: 48px;
  }
}

/*about-home-index*/

.about-item {}

.about-item1 .p1 {
  font-size: 16px;
  line-height: 44px;
  background-color: #f0f0f0;
  padding: 0 10px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333;
  display: block;
}

.about-item1 img,
.about-item img {
  width: 100%;
  height: auto;
  display: block;
}

/*about*/

/*contact*/
/*contact-top*/
.contact-top .list-font {
  width: 100%;
  overflow: hidden;
  padding-top: 30px;
}

.contact-top .list-font li {
  width: 100%;
  padding: 0;
  float: none;
  margin-bottom: 40px;
}

.contact-top .list-font li:last-child {
  margin-bottom: 0;
}

.contact-top .contact-item {
  border: 1px solid #ccc;
  text-align: center;
  transition: all 0.5s;
  width: 90%;
  margin: 0 auto;
  padding: 0 20px 20px;
}

.contact-top .contact-item .icon {
  width: 70%;
  height: 64px;
  display: inline-block;
  margin-bottom: 10px;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 0.5s;
  background-color: #fff;
  margin-top: -32px;
}

.contact-top .item-01 .icon {
  background-image: url(../images/icon_contact_01.png);
}

.contact-top .item-02 .icon {
  background-image: url(../images/icon_contact_02.png);
}

.contact-top .item-03 .icon {
  background-image: url(../images/icon_contact_03.png);
}

.contact-top .contact-item h4 {
  margin-bottom: 10px;
  transition: all 0.5s;
  font-size: 20px;
  color: #31323a;
  font-weight: 700;
}

.contact-top .contact-item p a,
.contact-top .contact-item p span {
  display: inline-block;
  height: 36px;
  line-height: 36px;
  padding: 0 20px;
  border-radius: 36px;
  background-color: #ff9d34;

  color: #fff;
  transition: all 0.5s;
}

.contact-top .contact-item p {
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 24px;
  min-height: 48px;
  color: #7a7a7a;
  transition: all 0.5s;
}

@media screen and (min-width: 992px) {
  .contact-top .list-font li {
    width: 33.333333%;
    float: left;
    margin-bottom: 0;
  }
}

/*contact-top*/

/*lyb-message*/

.lyb-message .lyb-cont {
  position: relative;
  box-sizing: border-box;
  clear: both;
  padding: 40px 20px;
  border-top-left-radius: 30px;
  background: #ffe1c2;
  background: -moz-linear-gradient(top, #ffe1c2 0%, #fff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffe1c2), color-stop(100%, #fff));
  background: -webkit-linear-gradient(top, #ffe1c2 0%, #fff 100%);
  background: -o-linear-gradient(top, #ffe1c2 0%, #fff 100%);
  background: -ms-linear-gradient(top, #ffe1c2 0%, #fff 100%);
  background: linear-gradient(to bottom, #ffe1c2 0%, #fff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFE1C2, endColorstr=#FFFFFF, GradientType=0);
}

.message-text {
  width: 100%;
}

.message-text .text {
  font-size: 24px;
  line-height: 1.1;
  font-weight: bold;
  color: #333;
}

.message-text .text2 {
  color: #666;
  font-size: 14px;
  line-height: 24px;
  margin-top: 10px;
}

.lyb-cont .msg-pic {
  display: none;
  position: absolute;
  left: 25px;
  bottom: 30px;
}

.message-form {
  padding: 18px;
  margin-top: 30px;
  border-radius: 30px 10px 0 0;
  background-color: #fff;
  box-shadow: -1px -1px 10px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: -1px -1px 10px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: -1px -1px 10px 0 rgba(0, 0, 0, 0.2);
}

.message-form::before {
  content: "";
  position: absolute;
  top: -20px;
  right: 0px;
  width: 120px;
  height: 80px;
  background: url(../images/msg-pic01.png) no-repeat center;
  background-size: contain;
}

.send {
  width: 100%;
}

.send .input-panel {
  width: 100%;
  overflow: hidden;
}

.send .one,
.send .two,
.send .three,
.send .four {
  width: 100%;
  float: none;
}

.send .me {
  margin-top: 20px;
}

.send .me strong {
  display: block;
  line-height: 24px;
  font-size: 16px;
  color: #333;
  margin-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.send .me input[type="text"] {
  display: block;
  width: 100%;
  height: 44px;
  line-height: 44px;
  color: #333;
  font-size: 14px;
  padding-left: 15px;
  border: 1px solid #ffedda;
  border-radius: 6px;
  background-color: #fff9f3;
  border: none;
  outline: none;
  box-sizing: border-box;
}

.send .me textarea {
  width: 100%;
  height: 140px;
  line-height: 24px;
  color: #333;
  padding: 10px;
  resize: none;
  font-size: 14px;
  padding-left: 15px;
  border: 1px solid #ffedda;
  border-radius: 6px;
  background-color: #fff9f3;
  box-sizing: border-box;
  overflow: hidden;
  display: block;
  font-family: "  Microsoft YaHei", "Open Sans", sans-serif;
}

.send .PorConSixXX {
  display: none;
}

.send .btn-primary {
  height: 44px;
  line-height: 44px;
  background: #ff9d34;
  width: 100%;
  padding: 0 10px;
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  display: block;
  margin-top: 20px;
  transition: all 0.5s ease-in-out;
  border: none;
  cursor: pointer;
}

@media screen and (min-width: 768px) {

  .send .one,
  .send .two,
  .send .three,
  .send .four {
    width: 48%;
    float: left;
  }

  .send .two,
  .send .four {
    margin-left: 4%;
  }
}

@media screen and (min-width: 992px) {
  .lyb-cont .msg-pic {
    display: block;
    z-index: -1;
  }

  .lyb-message .lyb-cont {
    padding: 60px 40px 30px 390px;
    position: relative;
    z-index: 1;
  }

  .message-text {
    width: 330px;
    position: absolute;
    left: 40px;
    top: 60px;
  }

  .message-form::before {
    top: 0;
    right: 60px;
    width: 181px;
    height: 139px;
  }
}

/*lyb-message*/

/*contact*/

/*prolist*/
.pro-top {
  margin-top: 30px;
  margin-bottom: 30px;
}

.pro-top li {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

.pro-top li.active a,
.pro-top li:hover a {
  background-color: #FFBD1F;
}

.pro-top li a {
  font-size: 14px;
  line-height: 40px;
  padding: 0 10px;
  background-color: #15222bd9;
  display: block;
  color: #fff;
  text-align: center;
}

.pro-list {
  background-color: #fff;
}



/*prolist*/

/*products*/
.products-fl {
  width: 100%;
}

.products-fl p {
  border-radius: 5px;
  padding: 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2) inset;
}

.products-fl p img {
  border-radius: 5px;
  width: 100%;
  height: auto;
}

.products-fr {
  width: 100%;
  padding-top: 20px;
}

.products-fr h1 {
  font-size: 24px;
  color: #333;
  line-height: 1.2;
  margin-bottom: 8px;
}

.products-fr p {
  font-size: 14px;
  line-height: 1.8;
}

.products-fr p span {
  font-weight: 500;
}

.pro_email {
  font-size: 14px;
  color: #001133;
  background: url(../images/pro-emil.png) no-repeat left center;
  padding: 15px 0 15px 26px;
  background-size: 20px;
  border-top: dotted 1px #ccc;
  margin-top: 20px;
}

.pro_email a {
  color: #fc6a20;
  display: inline-block;
  margin-left: 3px;
  font-size:18px;
  font-weight:bold;
}

.products-footer {
  margin-top: 40px;
}

.products-footer h3,
.products-footer h2 {
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 10px;
}

.products-footer img {
  max-width: 700px !important;
  width: 100%;
  height: auto;
  margin: 10px auto;
}

.products-footer p {
  font-size: 14px;
  line-height: 1.8;
  margin: 10px 0;
}

@media screen and (min-width: 768px) {
  .products-fl {
    width: 340px;
    float: left;
  }

  .products-fr {
    overflow: hidden;
    padding-top: 0;
    padding-left: 20px;
    width: auto;
  }
}

@media screen and (min-width: 992px) {
  .products-fl {
    width: 450px;
  }

  .products-fr h1 {
    font-size: 28px;
    margin-bottom: 10px;
  }

  .products-footer h3,
  .products-footer h2 {
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 15px;
  }

  .products-footer p {
    font-size: 16px;
    margin: 15px 0;
  }
}

/*products*/
/*longword*/

/*longword*/

/*footer-bottom*/
.footer-bottom {
  background-color: rgba(0, 0, 0, 0.8);
  line-height: 30px;
  padding: 16px 0;
}

.footer-bottom p {
  font-size: 14px;
  color: #fff;
  text-align: center;
}

.footer-bottom p a {
  color: #FFBD1F;
  margin-left: 8px;
}

/*footer-bottom*/

/* longbtm-zxy */
.longbtm-zxy {}

.longbtm-zxy .longbtm-fl {
  width: 100%;
}

.longbtm-fl li {
  width: 98%;
  margin-left: 2%;
  margin-bottom: 20px;
}

.longbtm-fl li .info-img img {
  max-width: 100%;
  display:block;
  max-height:150px;
}

.longbtm-fl li .cain-text {
  width: 92%;
  /*margin-top: -50px;*/
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
  position: relative;
  transition: all 0.3s;
  padding: 15px;
  border-radius: 5px;
    overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}

.longbtm-fl li:hover .cain-text {
  transition: all 0.3s;
  transform: translateY(-10px);
  width: 100%;
}

.longbtm-fl li .cain-text h2 {
  font-size: 16px;
  line-height: 1.4em;
  height:50px;
  margin-bottom: 10px;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  color:#000;
}

.longbtm-fl li .cain-text p {
  font-size: 13px;
  overflow: hidden;
  -webkit-line-clamp:3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  max-height:100px;
 display: -webkit-box;
-webkit-line-clamp:3;
-webkit-box-orient: vertical;
overflow: hidden;
}

.longbtm-zxy .longbtm-fr {
  width: 100%;
}

.longbtm-fr .widget-btm {
  padding: 20px;
  border: 1px solid #f2f2f2;
  background-color: #fff;
  margin-bottom: 20px;
}

.widget-btm h4 {
  font-size: 24px;
  line-height: 1.2;
  color: #002c5b;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
  text-transform: capitalize;
}

.widget-btm h4::before {
  content: "#c";
  font-size: 0;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -21px;
  background-color: #f2f2f2;
}

.widget-btm h4::after {
  content: "#c";
  font-size: 0;
  width: 15%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -21px;
  background-color: #FFBD1F;
}

.widget-btm .img {
  text-align: center;
}

.widget-btm li a {
  display: block;
  padding: 15px 20px;
  position: relative;
  color: #002c5b;
  background-color: #f5f5f5;
  z-index: 1;
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 5px;
  outline: dashed 1px rgba(255, 255, 255, .5);
  outline-offset: -5px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.widget-btm li:last-child a {
  margin-bottom: 0;
}

.widget-btm li a:hover {
  background-color: #FFBD1F;
  color: #fff;
}

@media screen and (min-width: 520px) {
  .longbtm-fl li {
    width: 48%;
    float: left;
  }

  .longbtm-fl li .cain-text h3 {
    height: 50px;
  }

  .longbtm-fl li .cain-text p {
    height: 132px;
  }
}

@media screen and (min-width: 992px) {
  .longbtm-zxy .longbtm-fl {
    width: 68%;
    float: left;
  }

  .longbtm-zxy .longbtm-fr {
    width: 28%;
    float: right;
  }
}

@media screen and (min-width: 1200px) {
  .longbtm-zxy .longbtm-fl {
    width: 67%;
  }

  .longbtm-zxy .longbtm-fr {
    width: 29%;
  }
}

/* longbtm-zxy */