/* CSS Document */

@font-face {
  font-family: 'DINPRO-REGULAR';
  src: url(../fonts/DINPRO-REGULAR.ttf) format('truetype'), url(../fonts/DINPRO-REGULAR.eot) format('eot'), url(../fonts/DINPRO-REGULAR.woff) format('woff'), url(../fonts/DINPRO-REGULAR.woff2) format('woff2');
}
@media screen and (max-width: 1000px){
  .ygprod,.ygprod1 {
    display: none !important;
  }

}
@font-face {
  font-family: 'AGENCYR';
  src: url(../fonts/AGENCYR.ttf) format('truetype'), url(../fonts/AGENCYR.eot) format('eot'), url(../fonts/AGENCYR.woff) format('woff'), url(../fonts/AGENCYR.woff2) format('woff2');
}
@font-face {
  font-family: 'AGENCYB';
  src: url(../fonts/AGENCYB.ttf) format('truetype'), url(../fonts/AGENCYB.eot) format('eot'), url(../fonts/AGENCYB.woff) format('woff'), url(../fonts/AGENCYB.woff2) format('woff2');
}
@font-face {
  font-family: 'Swiss721';
  src: url(../fonts/Swiss721.ttf) format('truetype'), url(../fonts/Swiss721.eot) format('eot'), url(../fonts/Swiss721.woff) format('woff'), url(../fonts/Swiss721.woff2) format('woff2');
}
@font-face {
  font-family: 'Swiss721BT-BlackCondensed';
  src: url(../fonts/Swiss721BT-BlackCondensed.ttf) format('truetype'), url(../fonts/Swiss721BT-BlackCondensed.eot) format('eot'), url(../fonts/Swiss721BT-BlackCondensed.woff) format('woff'), url(../fonts/Swiss721BT-BlackCondensed.woff2) format('woff2');
}
body {
  font-family: 'Poppins', sans-serif;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

p{
  font-weight: 400;
}
.ui.container {
  padding: 0px 15px;
  position: relative;
  width: 1430px;
}
.btn {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 18px 50px;
  text-decoration: none;
  position: relative;
}
.btn4 {
  border: 1px solid #d0d0d0;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.btn4:hover {
  color: #fff;
}
.btn4 .btnbg-x {
  background: #3598DC;
  position: absolute;
  z-index: -1;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -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;
  opacity: 0;
  *filter: alpha(opacity=0);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}
.btn4:hover .btnbg-x {
  -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);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  opacity: 1;
  *filter: alpha(opacity=100);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
.btn4 span {
  position: relative;
  z-index: 1;
}
.btn6 {
  position: relative;
  border: 1px solid #fff;
  color: #fff;
  overflow: hidden;
  -webkit-transition: border-color 0.3s, color 0.3s;
  transition: border-color 0.3s, color 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.btn6:hover {
  border-color: #da251d;
}
.btn6 .bg_in {
  background: #da251d;
  position: absolute;
  top: 0;
  left: 0;
  width: 150%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  *filter: alpha(opacity=0);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  -webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
  transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
  -webkit-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform .3s, opacity .3s;
}
.btn6:hover .bg_in {
  opacity: 1;
  *filter: alpha(opacity=100);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  -webkit-transform: rotate3d(0, 0, 1, 0deg);
  transform: rotate3d(0, 0, 1, 0deg);
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.btn6 span {
  position: relative;
  z-index: 1;
}
.btn6 span img {
  vertical-align: middle;
}
#header {
  z-index: 100;
  position: fixed;
  width: 100%;
}
#header .h-top {
  line-height: 36px;
  height: 36px;
  background: #171717;
}
#header .h-top ul {
  float: right;
  margin-right: -15px;
}
#header .h-top ul li {
  line-height: 36px;
  font-size: 14px;
  color: white;
  display: inline-block;
  height: 36px;
  margin-top: -3px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#header .h-top ul li.active,
#header .h-top ul li:hover {
  background: #fd2318;
}
#header .h-top ul li a {
  padding: 0 15px;
}
#header .nav {
  display: inline-block;
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
  padding: 25px 0;
  transition: .3s ease;
}
#header .nav.active{
  background: rgba(0, 0, 0, 1);
}
#header .nav .ui.menu {
  display: flex;
  align-items: center;
  margin: 0 auto;
  padding: 0 70px;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  margin-right: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin: 0 32px;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7);
  z-index: 100;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: uppercase;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  color: #fd2318;
  -webkit-transition: .5s .5s border;
  -moz-transition: .5s .5s border;
  -ms-transition: .5s .5s border;
  -o-transition: .5s .5s border;
  transition: .5s .5s border;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  background: #fff;
  top: 100%;
  left: 0;
  width: auto;
  white-space: nowrap;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  transition: transform 0.5s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #fd2318;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  position: relative;
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  font-size: 12px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}

#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li ul.sub-menu {
  left: 100%;
  top: 0;
  position: absolute;
  width: 240px;
  display: none;
  opacity: 1;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
  font-size: 14px;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}

#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover .sub-menu {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .h-search {
  background-color: rgba(255, 255, 255, 0.7);
  width: 22px;
  height: 22px;
  border-radius: 100%;
  position: relative;
  transition: .5s ease;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  margin-right: 0;
  cursor: pointer;
  cursor: hand;
}
#header .nav .ui.menu .h-search img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#header .nav .ui.menu .h-search:hover {
  background-color: #da251d;
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#banner .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 80px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#banner .slick-arrow:hover {
  background-color: #fd2318;
}
#banner:hover .slick-arrow {
  opacity: 1;
}
#banner .slick-prev {
  background: url("../images/banner-btn-l.png") no-repeat center center rgba(0, 0, 0, 0.3);
  left: 15px;
}
#banner .slick-next {
  background: url("../images/banner-btn-r.png") no-repeat center center rgba(0, 0, 0, 0.3);
  right: 15px;
}
#banner ul.slick-dots {
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
#banner ul.slick-dots li {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 0 10px;
  border-radius: 100%;
  border: 6px solid white;
  background-color: #fd2318;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  border-color: #fd2318;
  background-color: white;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
table {
  width: 100%;
  margin-bottom: 20px;
  word-break: break-word;
}
table td,
table th {
  padding: 5px 10px;
  border: 1px solid #666;
 
}
table td:first-child {
  color: #2d2d2d;
}
table td:last-child {
  color: #666;
}

.seoPublic .title {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 2em;
}
.seoPublic > div {
  padding: 60px 0;
}
.seoPublic > div:nth-child(odd) {
  background: #fafafa;
}
.seoPublic .Auxil-about .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.seoPublic .Auxil-about .box .left {
  width: 40%;
}
.seoPublic .Auxil-about .box .left .img {
  height: 100%;
  background-size: cover;
  background-position: center center;
  display: block;
}
.seoPublic .Auxil-about .box .right {
  width: 60%;
  padding-left: 5%;
  padding-top: 20px;
  padding-bottom: 20px;
}
.seoPublic .Auxil-about .box .right div.h3 {
  font-size: 24px;
  font-weight: normal;
  line-height: 1.2;
  margin-bottom: 1em;
}
.seoPublic .Auxil-about .box .right .text {
  font-size: 16px;
  line-height: 1.8;
  color: #666;
  max-height: 400px;
  overflow: auto;
}
.seoPublic .Auxil-honor .list ul {
  margin: -10px;
}
.seoPublic .Auxil-honor .list ul li {
  padding: 10px;
}
.seoPublic .Auxil-honor .list ul li a {
  display: block;
}
.seoPublic .Auxil-honor .list ul li a img {
  width: 100%;
}
.seoPublic .Auxil-news .list ul {
  margin: -13px;
}
.seoPublic .Auxil-news .list ul li {
  padding: 13px;
}
.seoPublic .Auxil-news .list ul li a.img-box {
  display: block;
  height: 240px;
  background-size: cover;
  background-position: center center;
}
.seoPublic .Auxil-news .list ul li .content {
  margin-top: 30px;
}
.seoPublic .Auxil-news .list ul li .content div.h6 {
  font-size: 22px;
  line-height: 1.6;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.seoPublic .Auxil-news .list ul li .content div.h6:hover {
  color: #cc0606;
}
.seoPublic .Auxil-news .list ul li .content time {
  font-size: 14px;
  margin-top: 0.5em;
  display: block;
}
.seoPublic .Auxil-news .list ul li .content p {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.4;
  margin: 1em 0;
}
.seoPublic .Auxil-news .list ul li .content a.link {
  font-weight: 300;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-bottom: 1px solid transparent;
  display: inline-block;
}
.seoPublic .Auxil-news .list ul li .content a.link:hover {
  border-color: #cc0606;
  color: #cc0606;
}
.seoPublic .Auxil-form .form ul {
  margin: -10px;
}
.seoPublic .Auxil-form .form ul li {
  padding: 10px;
}
.seoPublic .Auxil-form .form ul li input,
.seoPublic .Auxil-form .form ul li textarea {
  display: block;
  width: 100%;
  border: 1px solid #eee;
  font-size: 16px;
  padding: 8px 15px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.seoPublic .Auxil-form .form ul li textarea {
  height: 100px;
}
.seoPublic .Auxil-form .form ul li input:focus,
.seoPublic .Auxil-form .form ul li textarea:focus {
  border-color: #cc0606;
}
.seoPublic .Auxil-form .form ul li.wid-100 {
  width: 100%;
}
.seoPublic .Auxil-form .form ul li input[type="submit"] {
  width: auto;
  display: inline-block;
  padding-left: 25px;
  padding-right: 25px;
  background: #cc0606;
  color: whitesmoke;
  border: none;
}
.seoPublic .Auxil-form .form ul li input[type="submit"]:hover {
  background: #222;
}
.seoPublic .seoIndustry .text {
  font-size: 16px;
  line-height: 1.8;
  color: #666;
}
.seoPublic .text a:hover {
  text-decoration: underline;
}
.seoPublic .Auxil-through {
  padding: 15px 0;
  background: none !important;
}
.seoPublic .Auxil-through a {
  display: inline-block;
  line-height: 40px;
  height: 40px;
  padding: 0 25px;
  font-size: 14px;
  color: black;
  border: 1px solid #eee;
  background: #f8f8f8;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.seoPublic .Auxil-through a:hover {
  background: #cc0606;
  color: white;
}
.seoPublic .Auxil-related .list ul {
  margin: -20px -25px;
}
.seoPublic .Auxil-related .list ul li {
  padding: 20px 25px;
}
.seoPublic .Auxil-related .list ul li .box {
  display: block;
  background: white;
  -o-box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
  -webkit-box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
  box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
}
.seoPublic .Auxil-related .list ul li .box a.img-box {
  display: block;
}
.seoPublic .Auxil-related .list ul li .box .content {
  display: block;
  padding: 20px;
  text-align: center;
}
.seoPublic .Auxil-related .list ul li .box .content div.h3 {
  font-size: 22px;
  color: #111;
  font-weight: 500;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.seoPublic .Auxil-related .list ul li .box .content div.h3:hover {
  color: #cc0606;
}
.seoPublic .Auxil-related .list ul li .box .content p {
  display: block;
  font-size: 16px;
  color: #888;
  line-height: 1.6;
  font-weight: 400;
  margin: 0.5em 0;
  height: 4.8em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.seoPublic .Auxil-related .list ul li .box .content a.more {
  display: inline-block;
  vertical-align: middle;
  line-height: 40px;
  height: 40px;
  padding: 0 20px;
  border: 1px solid #cc0606;
  font-size: 16px;
  font-weight: 700;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #cc0606;
}
.seoPublic .Auxil-related .list ul li .box .content a.more i {
  margin-left: 5px;
}
.seoPublic .Auxil-related .list ul li .box .content a.more:hover {
  color: white;
  background: #cc0606;
}
@media screen and (max-width: 1400px) {
  .seoPublic .title {
    font-size: 28px;
    margin-bottom: 1.5em;
  }
  .seoPublic .Auxil-about .box .right div.title,
  .seoPublic .Auxil-related .list ul li .box .content div.h3 {
    font-size: 20px;
  }
  .seoPublic .Auxil-form .form ul li input,
  .seoPublic .Auxil-form .form ul li textarea,
  .seoPublic .Auxil-about .box .right .text,
  .seoPublic .Auxil-news .list ul li .content p,
  .seoPublic .seoIndustry .text,
  .seoPublic .Auxil-related .list ul li .box .content p {
    font-size: 14px;
  }
  .seoPublic .Auxil-news .list ul li .content div.h6 {
    font-size: 18px;
  }
  .seoPublic .Auxil-related .list ul li .box .content a.more {
    font-size: 14px;
    line-height: 34px;
    height: 34px;
    padding: 0 15px;
  }
  .seoPublic .Auxil-related .list ul li {
    padding: 15px;
  }
  .seoPublic .Auxil-related .list ul {
    margin: -15px;
  }
}
@media screen and (max-width: 1000px) {
  .seoPublic .title {
    font-size: 24px;
    margin-bottom: 1em;
  }
  #cp-Nav {
    display: block;
  }
  #cp-Nav .nav {
    padding: 0 15px;
  }
  #cp-Nav .nav div.title {
    font-size: 18px;
    font-weight: bold;
    padding: 8px 10px;
    background: #cc0606;
    border-radius: 5px;
    color: white;
  }
  #cp-Nav .nav i.mask {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 230;
    background: rgba(0, 0, 0, 0.2);
  }
  #cp-Nav .nav > ul {
    display: none;
  }
  #cp-Nav .nav ul {
    position: fixed;
    top: 10%;
    max-height: 80%;
    left: 5%;
    width: 90%;
    padding: 20px;
    border-radius: 5px;
    background: white;
    z-index: 300;
    font-size: 16px;
    overflow: auto;
  }
  #cp-Nav .nav ul ul {
    padding: 0 10px;
    font-size: 14px;
    position: static;
    max-height: none;
    width: 100%;
    margin: 10px 0;
  }
  #cp-Nav .nav ul li a {
    display: block;
    padding: 5px 0;
    line-height: 28px;
  }
  .seoPublic .Auxil-about .box {
    display: block;
  }
  .seoPublic .Auxil-about .box .right {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
  .seoPublic .Auxil-about .box .left {
    width: 100%;
    padding: 0;
  }
  .seoPublic .Auxil-about .box .left .img {
    height: 300px;
  }
  .seoPublic .Auxil-about .box .right div.h3 {
    font-size: 18px;
  }
  .seoPublic > div {
    padding: 30px 0;
  }
  .seoPublic .Auxil-about .box .right .text {
    line-height: 2;
    max-height: none;
  }
}

.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a {
  width: 50px;
  height: 80px;
  background-color: rgba(255, 255, 255, 0.2);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a:hover {
  background-color: #fd2318;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a.nivo-prevNav {
  background-image: url(../images/banner-btn-l.png);
}
#banner .metaslider .slider-wrapper .nivo-directionNav a.nivo-nextNav {
  background-image: url(../images/banner-btn-r.png);
}
#banner .theme-default .nivo-controlNav {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: auto !important;
}
#banner .theme-default .nivo-controlNav a {
  width: 25px  !important;
  height: 25px !important;
  background: #fff !important;
  border: 7px solid #7d7d7d !important;
  border-radius: 100% !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0 8px !important;
}
#banner .theme-default .nivo-controlNav a.active {
  border-color: #fd2318 !important;
}
#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  display: none;
  z-index: 20;
}
#mobile:before {
  content: '';
  width: 200vh;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#mobile #menu-on {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  position: absolute;
  left: 100%;
  top: 0;
  cursor: pointer;
  cursor: hand;
}
#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #222;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#mobile #menu-on i.line1 {
  top: 12px;
}
#mobile #menu-on i.line2 {
  top: 19px;
}
#mobile #menu-on i.line3 {
  top: 26px;
}
#mobile .menu-content {
  width: 100%;
  height: 100vh;
  display: block;
  background: #222;
  padding: 40px 10%;
  overflow-y: auto;
  color: white;
}
#mobile .menu-content::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}
#mobile .menu-content::-webkit-scrollbar-button {
  display: none;
}
#mobile .menu-content::-webkit-scrollbar-track {
  background-color: #222;
}
#mobile .menu-content::-webkit-scrollbar-thumb {
  background-color: #eee;
}
#mobile .menu-content h3 {
  font-size: 20px;
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 10px;
}
#mobile .menu-content h3 i {
  font-size: 16px;
  position: relative;
  top: -1px;
}
#mobile .menu-content .menu-logo {
  display: block;
}
#mobile .menu-content .menu-logo img {
  margin: 0 auto;
}
#mobile .menu-content .menu-list {
  margin: 40px 0;
}
#mobile .menu-content .menu-list ul li {
  font-size: 15px;
  color: inherit;
  text-transform: uppercase;
  line-height: 20px;
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: #fd2318;
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 14px;
  line-height: 28px;
}
#mobile .menu-content .menu-list ul li li a:after {
  content: '';
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .menu-content .mob-search form {
  position: relative;
}
#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: black;
}
#mobile .menu-content .mob-search form input[type="submit"] {
  width: 45px;
  height: 45px;
  background: url("../images/icon-search-white.png") no-repeat center center #222;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
}
#mobile .menu-content .mob-yuy {
  margin: 40px 0;
}
#mobile .menu-content .mob-yuy ul li {
  margin-bottom: 10px;
  color: inherit;
  font-size: 14px;
}
#mobile .menu-content .mob-yuy ul li img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#mobile .menu-content .mob-share ul li {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #333;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 14px;
  margin-right: 3px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: #fd2318;
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
}
#mobile.active {
  left: 0;
}
#mobile.active:before {
  right: 0;
}
#mobile.active #menu-on i.line1 {
  -webkit-transform: translateX(-50%) rotateZ(45deg);
  -moz-transform: translateX(-50%) rotateZ(45deg);
  -ms-transform: translateX(-50%) rotateZ(45deg);
  -o-transform: translateX(-50%) rotateZ(45deg);
  transform: translateX(-50%) rotateZ(45deg);
  top: 12px;
  margin-left: 3px;
}
#mobile.active #menu-on i.line2 {
  opacity: 0;
}
#mobile.active #menu-on i.line3 {
  -webkit-transform: translateX(-50%) rotateZ(-45deg);
  -moz-transform: translateX(-50%) rotateZ(-45deg);
  -ms-transform: translateX(-50%) rotateZ(-45deg);
  -o-transform: translateX(-50%) rotateZ(-45deg);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}
#mobile.white .menu-content {
  background: white;
  color: black;
}
#mobile.white .menu-content .menu-list ul li li a:after {
  background: black;
}
#mobile.white .menu-content .mob-search form input {
  border: 1px solid black;
}
#mobile.white .menu-content .mob-search form input[type="submit"] {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.language-box {
  margin-left: 25px;
  font-size: 17px;
  line-height: 17px;
}
.language-box .language-img {
  display: inline-block;
  vertical-align: middle;
}
.language-box .zhuyu {
  color: rgba(255, 255, 255, 0.7);
  display: inline-block;
  vertical-align: middle;
}
.language-box .zhuyu i {
  margin-left: 5px;
}
.language-box .hover-language {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.language-box ul.sub-menu {
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  background: #fff;
  top: 100%;
  right: 8%;
  /*width: 50px;*/
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  transition: transform 0.5s, opacity 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
  -moz-transition: -moz-transform 0.5s, opacity 0.5s;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  display: none \9;
}
.language-box ul.sub-menu li a {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  font-size: 14px!important;
  color: #000000!important;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
.language-box ul.sub-menu li:hover a {
  background: #ffb11b;
  color: white!important;
}
.language-box .hover-language:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#banner .left {
  max-width: 950px;
}
#banner.swiper-container {
  z-index: 0;
}
#banner .banner-text {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
#banner .swiper-slide.swiper-slide-active .banner-text h7 {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  transition-delay: 1000ms;
}
#banner .swiper-slide.swiper-slide-active .banner-text .btn-box {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  transition-delay: 1500ms;
}
#banner .swiper-slide.swiper-slide-active .banner-text p {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  transition-delay: 1000ms;
}
#banner .banner-text p {
  position: relative;
  display: block;
  font-size: 16px;
  color: #fff;
  margin-bottom: 55px;
  opacity: 0;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
  -ms-transform: translateX(20px);
  -o-transform: translateX(20px);
  transform: translateX(20px);
}
#banner .banner-text h7 {
  font-family: "Swiss721";
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  color: #fff;
  font-size: 60px;
  line-height: 60px;
  margin-bottom: 20px;
  opacity: 1;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  transform: translateY(-20px);
}
#banner .banner-text h7 small {
  font-size: 30px;
  display: block;
  text-transform: none;
  font-weight: 300;
}
#banner .btn-box {
  position: relative;
  display: block;
  font-size: 18px;
  opacity: 0;
  -webkit-transition: all 1500ms ease;
  -moz-transition: all 1500ms ease;
  -ms-transition: all 1500ms ease;
  -o-transition: all 1500ms ease;
  transition: all 1500ms ease;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
}
#banner .swiper-button-next,
#banner .swiper-button-prev {
  width: 45px;
  height: 70px;
  background-color: rgba(255, 255, 255, 0.1);
}
#banner .swiper-button-next:hover,
#banner .swiper-button-prev:hover {
  background-color: #a61e28;
}
#banner .swiper-pagination-bullet {
  width: 80px;
  height: 5px;
  border-radius: unset;
  background-color: #fff;
  opacity: .4;
}
#banner.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 50px;
}
#banner .swiper-pagination-bullet-active {
  background-color: #a61e28;
  opacity: 1;
}
.our-service .box {
  position: relative;
  top: -100px;
}
.our-service .service-list {
  box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.5);
}
.our-service ul li:first-child .service-box {
  border: none;
}
.our-service ul li .service-box {
  border-left: 1px solid #ebebeb;
  padding: 50px 75px;
  position: relative;
  background-color: #fff;
  background-position: center right 15%;
  background-repeat: no-repeat;
}
.our-service ul li .service-box .service-icon {
  height: 80px;
  width: 80px;
  background-repeat: no-repeat;
  background-position: left center;
  transition: .5s ease;
}
.our-service ul li:nth-child(1) .service-box .service-icon {
  background-image: url(../images/service-icon1.png);
}
.our-service ul li:nth-child(1) .service-box:hover .service-icon {
  background-image: url(../images/service-icon1-c.png);
}
.our-service ul li:nth-child(2) .service-box .service-icon {
  background-image: url(../images/service-icon2.png);
}
.our-service ul li:nth-child(2) .service-box:hover .service-icon {
  background-image: url(../images/service-icon2-c.png);
}
.our-service ul li:nth-child(3) .service-box .service-icon {
  background-image: url(../images/service-icon3.png);
}
.our-service ul li:nth-child(3) .service-box:hover .service-icon {
  background-image: url(../images/service-icon3-c.png);
}
.our-service .service-box .content h1 {
  font-size: 24px;
  margin-top: 10px;
}
.our-service .service-box .content .text {
  font-size: 16px;
  font-weight: 300;
  margin-top: 15px;
  margin-bottom: 30px;
}
.our-service .service-box .content .ty-btn a {
  display: inline-block;
  font-size: 16px;
  font-weight: 300;
  border: 1px solid #d1d1d1;
  padding: 12px 35px;
}
.our-service .btn4 .btnbg-x {
  background-color: #da251d;
}
.our-service .service-box:hover .btn4 {
  color: #fff;
}
.our-service .service-box:hover .btnbg-x {
  -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);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  opacity: 1;
  *filter: alpha(opacity=100);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
.our-pro-cat .pro-cat-text {
  font-size: 22px;
  font-weight: 300;
  text-align: center;
  max-width: 1240px;
  margin: 0 auto;
}
.our-pro-cat .cat-mask {
  width: 100%;
  height: 100%;
  padding: 40px 55px;
  top: 0;
  left: 0;
}
/*.our-pro-cat .cat-mask:before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  transition: .5s ease;
  background-color: rgba(0, 0, 0, 0.2);
}*/
/*.our-pro-cat .cat-mask:hover:before{
  opacity: 0;
}*/
.our-pro-cat .cat-mask .content {
  position: relative;
  z-index: 10;
}
.our-pro-cat .cat-mask .content h2,
.our-pro-cat .cat-mask .content h1 {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  position: relative;
  top: 0;
  opacity: 1;
  transition: .5s ease;
}
.our-pro-cat .cat-mask .content .txt{
  font-size: 14px;
  color: rgba(255, 255, 255, .5)
}
.our-pro-cat .cat-box:hover .cat-img img {
  transform: scale(1.1);
}
.our-pro-cat .pro-cat-list .cat-img {
  overflow: hidden;
  -webkit-filter: grayscale(50%);
  -moz-filter: grayscale(50%);
  -ms-filter: grayscale(50%);
  -o-filter: grayscale(50%);
  filter: grayscale(50%);
  transition: .5s ease;
}

.our-pro-cat .pro-cat-list ul li:hover .cat-img{
  -webkit-filter: initial;
  -ms-filter: initial;
  filter: initial;
}

.our-pro-cat .pro-cat-list .cat-img img {
  width: 100%;
  transition: .5s ease;
}
.our-pro-cat .pro-cat-list {
  margin-top: 45px;
}
.our-pro-cat .pro-cat-list ul li:nth-child(odd) {
  position: relative;
  top: 100px;
}
.our-pro-cat {
  padding-bottom: 100px;
  margin-bottom: 115px;
  position: relative;
}
.our-pro-cat .box{
  padding: 50px 0;
}
.our-pro-cat::before {
  content: url(../images/pro-cat-after.png);
  color: #ebebeb;
  position: absolute;
  bottom: 0;
  right: 0;
}
.mainCon2 {
  position: relative;
  padding: 80px 0 230px;
  background: url(../images/mainCon2_bg.jpg) no-repeat 50% 100%;
}
.mainCon2 .txtArea {
  width: 1430px;
  margin: 0 auto;
  padding: 0 15px;
}
.mainCon2 .txtArea > .tit {
  position: relative;
  font-size: 60px;
  line-height: 80px;
  color: #000;
  font-weight: 700;
}
.mainCon2 .txtArea .txt {
  position: relative;
  font-size: 16px;
  color: #555;
  width:590px;
  line-height:32px;
}
.mainCon2 .txtArea .txt h1{
display:inline;
}
.mainCon2 .img {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -103px;
  overflow: hidden;
}
.mainCon2 .txtArea .btns {
  position: relative;
  width: 220px;
  margin-top: 20px;
}
.mainCon2 .txtArea .btns a {
  position: relative;
  display: block;
  padding: 15px 0;
  font-size: 20px;
  font-weight: 700;
  color: #000;
  border-bottom: 1px solid #c4c4c4;
  background: url(../images/mainCon2_icon.png) no-repeat 100% 50%;
  box-sizing: border-box;
}
.mainCon2 .txtArea .btns a:last-child {
  border-bottom: none;
}
.mainCon2 .txtArea .btns a:hover,
.mainCon2 .txtArea .btns a:focus {
  color: #cc0606;
  background: url(../images/mainCon2_icon_on.png) no-repeat 100% 50%;
  border-color: #cc0606;
}
.mainCon2 .txtArea .downBtns {
  position: relative;
  overflow: hidden;
  margin-top: 20px;
  width: 450px;
}
.mainCon2 .txtArea .downBtns p {
  float: left;
  width: 220px;
  margin-left: 10px;
  margin-top: 10px;
}
.mainCon2 .txtArea .downBtns p:nth-child(2n-1) {
  margin-left: 0;
}
.mainCon2 .txtArea .downBtns a {
  position: relative;
  display: block;
  font-size: 16px;
  color: #555;
  line-height: 1.4;
  text-align: center;
  padding: 18px 0;
  background: #fff;
}
.mainCon2 .txtArea .downBtns a span {
  display: block;
  text-align: left;
  padding: 0 20px;
  background: url(../images/mainCon2_down.png) no-repeat right 20px center;
}
.mainCon2 .txtArea .downBtns a:hover,
.mainCon2 .txtArea .downBtns a:focus {
  background: #cc0606;
  color: #fff;
}
.mainCon2 .txtArea .downBtns a:hover span,
.mainCon2 .txtArea .downBtns a:focus span {
  background-image: url(../images/mainCon2_down_on.png);
}
.mainCon3 {
  position: relative;
  padding: 80px 0 220px;
  background: url(../images/mainCon3_bg.jpg) no-repeat 100% 100%;
}
.mainCon3 .topArea {
  padding-bottom: 170px;
}
.mainCon3 .topArea .course-box {
  text-align: center;
}
.mainCon3 .topArea .course-box .icon {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}
.mainCon3 .topArea .course-box .course-text {
  margin-top: 20px;
}
.mainCon3 .topArea .course-box .course-text h2 em {
  font-size: 44px;
  line-height: 44px;
  font-family: 'Swiss721BT-BlackCondensed';
}
.mainCon3 .topArea .course-box .course-text h2 span {
  font-size: 16px;
}
.mainCon3 .topArea .course-box .course-text h6 {
  font-size: 18px;
  font-weight: bold;
}
.mainCon3 .bottomArea {
  position: relative;
  top: 150px;
  opacity: 0;
  height: 340px;
  text-align: center;
}
.mainCon3 .bottomArea:after {
  content: '';
  display: block;
  clear: both;
}
.mainCon3 .bottomArea .box {
  position: relative;
  float: left;
  width: 257px;
  height: 338px;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-left: 0;
}
.mainCon3 .bottomArea .box:before {
  content: '';
  position: absolute;
  bottom: 90px;
  left: 50%;
  width: 40px;
  height: 2px;
  background: #034874;
  margin-left: -20px;
}
.mainCon3 .bottomArea .box:first-child {
  width: 258px;
  border-left: 1px solid #e0e0e0;
}
.mainCon3 .bottomArea .box:last-child {
  width: 258px;
}
.mainCon3 .bottomArea .box a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.mainCon3 .bottomArea .box a > .icon {
  padding-top: 80px;
}
.mainCon3 .bottomArea .box a > .tit {
  font-family: "Poppins", arial, sans-serif;
  font-weight: normal;
  font-size: 20px;
  color: #000;
  line-height: 28px;
  margin-top: 40px;
}
.mainCon3 .bottomArea .box.on {
  top: -51px;
  width: 365px;
  height: 442px;
  border: 0;
  box-shadow: 40px 40px 50px 0px rgba(0, 0, 0, 0.5);
  z-index: 2;
}
.mainCon3 .bottomArea .box:first-child.on {
  width: 366px;
  border-left: 1px solid rgba(255, 255, 255, 0);
}
.mainCon3 .bottomArea .box .hover {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/mainCon3_bg1.jpg") no-repeat 50% 50%;
  background-size: cover;
}
.mainCon3 .bottomArea .box:first-child .hover {
  display: block;
}
.mainCon3 .bottomArea .box.box2 .hover {
  background: url("../images/mainCon3_bg2.jpg") no-repeat 50% 50%;
  background-size: cover;
}
.mainCon3 .bottomArea .box.box3 .hover {
  background: url("../images/mainCon3_bg3.jpg") no-repeat 50% 50%;
  background-size: cover;
}
.mainCon3 .bottomArea .box.box4 .hover {
  background: url("../images/mainCon3_bg4.jpg") no-repeat 50% 50%;
  background-size: cover;
}
.mainCon3 .bottomArea .box.box5 .hover {
  background: url("../images/mainCon3_bg5.jpg") no-repeat 50% 50%;
  background-size: cover;
}
.mainCon3 .bottomArea .box .hover .icon {
  padding-top: 40px;
}
.mainCon3 .bottomArea .box .hover .tit {
  font-family: "Poppins", arial, sans-serif;
  font-weight: normal;
  font-size: 26px;
  color: #fff;
  line-height: 1.1;
  margin-top: 30px;
}
.mainCon3 .bottomArea .box .hover .txt {
  font-size: 16px;
  color: #fff;
  line-height:32px;
  margin-top: 25px;
}
.mainCon3 .bottomArea .box .hover .more {
  display: none;
  font-size: 16px;
  color: #fff;
  line-height: 34px;
  height: 34px;
  padding-right: 50px;
  background: url("/common_en/images/icon/mainCon3_more_icon.png") no-repeat right 1px top 0;
  margin-top: 35px;
}
.mainCon3 .bottomArea .box.on .hover .more {
  display: inline-block;
}
.ty-title {
  text-align: center;
}
.ty-title h2,
.ty-title h1 {
  font-size: 44px;
  font-weight: 700;
}
.ty-title .text {
  font-size: 18px;
  line-height: 30px;
  margin-top: 15px;
}
.media {
  overflow: hidden;
  position: relative;
  display: block;
}
.media .overlay {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 3;
  opacity: 1;
  transition: all ease-in-out 0.5s;
  display: none;
}
/*.media:hover .overlay {
  opacity: 0;
}*/
.media .project-img img {
  width: 100%;
}
.media .image-details {
  text-align: center;
  color: white;
  padding: 10px 15px;
  z-index: 4;
  position: static!important;
}

.media .image-details h2 {
  font-size: 24px;
  color: #000;
}
.media .image-details p {
  line-height: 2;
  font-size: 15px;
  margin-top: 10px;
  font-weight: 300;
  color: #000;
}
.our-application .app-box {
  margin: 30px -100px 0;
}
.our-application .app-box .swiper-father {
  padding: 0 100px;
  position: relative;
}
.our-application .app-box .swiper-father .app-jt {
  width: 53px;
  height: 78px;
  top: 35%;
  background-color: rgba(0, 0, 0, 0.5);
  background-size: auto;
  transform: translateY(-50%);
}
.our-application .swiper-button-prev {
  background-image: url(../images/app-prev.png);
}
.our-application .swiper-button-next {
  background-image: url(../images/app-next.png);
}
.our-application .box {
  padding: 45px 0 90px;
}
.Test-Center {
  background-image: url(../images/test-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.Test-Center .box {
  padding: 160px 0 140px;
}
.Test-Center .ty-title {
  text-align: left;
  color: #fff;
}
.Test-Center .ty-title .text {
  line-height: 2;
  opacity: .9;
}
.Test-Center .test-box {
  max-width: 700px;
  width: 700px;
}
.Test-Center .test-box .join-btn {
  position: relative;
  z-index: 10;
}
.Test-Center .test-box .join-btn .btn {
  padding: 20px 70px;
  border-color: rgba(255, 255, 255, 0.3);
  margin-top: 40px;
}
.Test-Center .test-box .join-btn .btn:hover {
  border-color: #da251d;
}
.Test-Center .test-box .join-btn .btn span {
  font-size: 18px;
  font-weight: 300;
}
.our-news .box {
  padding: 60px 0;
}
.our-news .news-list {
  padding-bottom: 20px;
  margin-top: 45px;
}
.our-news .news-list .news-box .img-box img {
  width: 100%;
  height: 400px;
}
.our-news .news-list .con-box {
  margin-top: -83px;
  position: relative;
  z-index: 10;
  padding: 0 25px;
}
.our-news .news-list .con-box .content {
  background: #fff;
  padding: 30px 35px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5);
}
.our-news .news-list .con-box .content h3 {
  font-size: 17px;
  line-height: 17px;
  font-weight: bold;
  margin-bottom: 10px;
  line-height:30px;
}
.our-news .news-list .con-box .content time {
  font-size: 15px;
  font-style: italic;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.our-news .news-list .con-box .content .news-time img {
  vertical-align: middle;
}
.our-news .news-list .con-box .content .txt {
  font-size: 15px;
  margin-top: 10px;
  line-height:28px;
}
.our-news .news-list .con-box .content .news-btn a {
  display: inline-block;
  font-size: 15px;
  line-height: 15px;
  border-bottom: 1px solid #000;
  margin-top: 10px;
}
.our-clients {
  border-top: 1px solid #f2f2f2;
}
.our-clients .clients-list {
  margin-top: 15px;
}
.our-clients .swiper-pagination {
  position: relative;
  margin-top: 25px;
}
.our-clients .swiper-pagination-bullet {
  width: 17px;
  height: 17px;
  margin: 0 13px;
}
.our-clients .swiper-pagination-bullet-active {
  background-color: #7f7f7f;
}
.our-clients .box {
  padding: 55px 0 70px;
}
.contact-box {
  background-image: url(../images/contact-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.contact-box .box {
  padding: 65px 0 80px;
}
.contact-box .ty-title {
  color: #fff;
}
.contact-box .form {
  text-align: center;
  margin-top: 30px;
}
.contact-box .form input[type="text"],
.contact-box .form input[type="email"] {
  height: 55px;
  background-color: rgba(0, 0, 0, 0.3);
  border: 1px solid #5c5c5c;
  font-size: 16px;
  padding: 0 15px;
  color: #fff;
}
.contact-box .form input[type="submit"] {
  height: 55px;
  background-color: #cc0606;
  color: #fff;
  border: none;
  font-size: 18px;
  text-transform: uppercase;
}
.contact-box .form .one{
  width: 20%;
}
.contact-box .form .two{
  width: 20%;
}
.contact-box .form .three{
  width: 44%;
}
.contact-box .form .send-btn{
  width: 15%;
}
.contact-box .contact-ul {
  margin-top: 40px;
}
.contact-box .contact-ul .add-box {
  font-size: 16px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.7);
  padding-left: 50px;
  background-repeat: no-repeat;
  background-position: left top;
  min-height: 50px;
  line-height: 30px;
}
.contact-box .contact-ul li:nth-child(1) .add-box {
  background-image: url(../images/contact-icon1.png);
}
.contact-box .contact-ul li:nth-child(2) .add-box {
  background-image: url(../images/contact-icon2.png);
}
.contact-box .contact-ul li:nth-child(3) .add-box {
  background-image: url(../images/contact-icon3.png);
}
.contact-box .contact-ul li {
  display: inline-block;
  vertical-align: top;
  padding: 15px 55px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.contact-box .contact-ul li:last-child {
  border: none;
}
.contact-box .contact-ul li {
  text-align: left;
}
.contact-box .contact-ul ul {
  text-align: center;
}
#footer {
  background-color: #0e0e0e;
}
#footer .footer-top .footer-list h2.title {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.8);
}
#footer .footer-top .footer-list .ygfoot,
#footer .footer-top .footer-list .text {
  font-size: 16px;
  color: #fff;
  opacity: .7;
  margin-top: 20px;
  line-height:30px;
}
#footer .footer-top .box {
  font-size: 0;
  padding: 60px 30px;
}
#footer .footer-top .footer-list {
  display: inline-block;
  vertical-align: top;
  padding-top: 45px;
}
#footer .footer-top .footer-list:first-child {
  padding-top: 0;
}
#footer .footer-top .footer-list .link-ul {
  margin-top: 20px;
}
#footer .footer-top .footer-list .link-ul li {
  font-size: 16px;
  margin-bottom: 5px;
  color: rgba(255, 255, 255, 0.6);
  line-height:28px;
}
#footer .footer-top .footer-list .link-ul li:nth-child(7)~li {display:none;}
#footer .footer-top .footer-list .other-li {
  margin-top: 20px;
}
#footer .footer-top .footer-list .other-li li {
  display: inline-block;
  margin-right: 25px;
}
#footer .footer-top .footer-list .other-li a {
  display: inline-block;
  width: 18px;
  height: 18px;
  background-color: #fff;
  border-radius: 3px;
  font-size: 16px;
  text-align: center;
  line-height: 18px;
}
#footer .footer-top .footer-list.one {
  width: 37%;
  padding-right: 8%;
}
#footer .footer-top .footer-list.two {
  width: 15%;
}
#footer .footer-top .footer-list.three {
  width: 21%;
}
#footer .footer-top .footer-list.four {
  width: 27%;
}
#footer .footer-bottom p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.2);
  line-height:28px;
}
#footer .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
#footer .footer-bottom .box {
  padding: 15px 0;
}
#footer .footer-bottom .fr img {
  width: 250px;
  vertical-align: middle;
}


.tab {
	border-bottom:1px solid #e1e1e1;
  font-size: 0;
}
.tab-list {
	width:33.33%;
  display: inline-block;
	text-align:center;
	padding:24px 0;
	border-left:1px solid #e1e1e1;
	position:relative;
}
.tab-list:last-child {
	border-right:1px solid #e1e1e1;
}
.tab-list:after {
	content:'';
	position:absolute;
	bottom:0;
	left:0;
	width:0%;
	height:2px;
	background:#fd2318;
	transition:width cubic-bezier(.47,-.01,.09,1.08) .6s;
}
.tab-list:hover p,
.tab-list.active p {
	transform:translateY(-60px);
}
.tab-list:hover i,
.tab-list.active i {
	transform:translateY(-60px);
}
/*.tab-list:hover:after {
	width:100%;
}*/
.tab-list:hover:after,
.tab-list.active:after {
	width:100%;
}

.tab-list.this p {
	transform:translateY(-60px);
}
.tab-list.this i {
	transform:translateY(-60px);
}
.tab-list.this:after {
	width:100%;
	right:auto;
	left:0;
}
.tab-list .effect {
	overflow:hidden;
}
.tab-list i {
	width:40px;
	height:40px;
	margin-right:20px;
  display: inline-block;
  vertical-align: middle;
	position:relative;
	transition:transform ease .5s;
	-ms-transition:transform ease .5s;
	-o-transition:transform ease .5s;
	-webkit-transition:transform ease .5s;
	-moz-transition:transform ease .5s;
}

.tab-list:nth-child(1) i:after {
    background: url(../images/tab-icon1-c.png) no-repeat center;
}
.tab-list:nth-child(2) i:after {
    background: url(../images/tab-icon2-c.png) no-repeat center;
}
.tab-list:nth-child(3) i:after {
    background: url(../images/tab-icon3-c.png) no-repeat center;
}

.tab-list i:after {
	content:'';
	width:100%;
	height:100%;
	left:0;
	top:0;
	position:absolute;
	transition:transform ease .4s;
	-ms-transition:transform ease .4s;
	-o-transition:transform ease .4s;
	-webkit-transition:transform ease .4s;
	-moz-transition:transform ease .4s;
	transform:translateY(60px);
}
.tab-list p {
  display: inline-block;
  vertical-align: middle;
	font-size:16px;
	color:#666;
	transition:transform ease .4s;
	-ms-transition:transform ease .4s;
	-o-transition:transform ease .4s;
	-webkit-transition:transform ease .4s;
	-moz-transition:transform ease .4s;
	position:relative;
}
.tab-list p:after {
	content:attr(data-hover);
	position:absolute;
	bottom:0;
	width:100%;
	left:0;
	color:#fd2318;
	transform:translateY(60px);
}

@media screen and (max-width: 1600px) {
  .our-application .app-box {
    margin: 30px 0 0;
  }
  .our-application .app-box .swiper-father {
    padding: 0 70px;
  }
  #header .nav .ui.menu .logo img {
    width: 350px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 25px;
  }
}
@media screen and (max-width: 1430px) {
  .ui.container {
    width: 1230px!important;
  }
  .mainCon2 .txtArea {
    width: 1230px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 15px;
    margin: 0 15px;
  }
  #header .nav .ui.menu .logo img {
    width: 300px;
  }
  #banner .banner-text h7 small {
    font-size: 25px;
  }
  #banner .banner-text h7 {
    font-size: 45px;
    line-height: 45px;
  }
  #banner .banner-text p {
    font-size: 16px;
  }
  #banner .btn-box {
    font-size: 16px;
  }
  .our-service ul li .service-box {
    padding: 30px 40px;
  }
  .our-service .service-box .content h1 {
    font-size: 20px;
    margin-top: 0;
  }
  .our-service .service-box .content .text {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .our-service .service-box .content .ty-btn a {
    font-size: 14px;
  }
  .our-pro-cat .pro-cat-text {
    font-size: 16px;
  }
  .our-pro-cat .cat-mask .content h1 {
    font-size: 25px;
  }
  .mainCon2 .txtArea > .tit {
    font-size: 55px;
    line-height: 70px;
  }
  .mainCon2 .txtArea .txt {
    font-size: 14px;
  }
  .mainCon2 .txtArea .btns a {
    font-size: 16px;
  }
  .mainCon2 .txtArea .downBtns p {
    width: 205px;
  }
  .mainCon2 .txtArea .downBtns a {
    font-size: 14px;
    padding: 15px 0;
  }
  .mainCon3 .bottomArea .box .hover {
    display: none !important;
  }
  .mainCon3 .bottomArea .box.on {
    width: 20%;
    height: 340px;
    top: 0;
    border: 1px solid #e0e0e0;
    border-left: 0;
    box-shadow: none;
  }
  .mainCon3 .bottomArea .box:first-child {
    width: 20%;
  }
  .mainCon3 .bottomArea .box:first-child.on {
    width: 20%;
    border-left: 1px solid #e0e0e0;
  }
  .mainCon3 .bottomArea .box {
    width: 20%;
    height: 340px;
    box-sizing: border-box;
  }
  .mainCon3 .bottomArea .box:last-child {
    width: 20%;
  }
  .ty-title h1 {
    font-size: 35px;
  }
  .ty-title .text {
    font-size: 16px;
    line-height: normal;
  }
  .media .image-details h2 {
    font-size: 20px;
  }
  .contact-box .form input[type="text"],
  .contact-box .form input[type="email"] {
    margin-right: 10px;
  }
  .contact-box .contact-ul li {
    padding: 15px 0;
  }
  .mainCon2 .img {
    margin-left: -53px;
  }
  .mainCon2 .img img {
    height: 520px;
  }
  .mainCon3 {
    padding: 60px 0 150px;
  }
}
@media screen and (max-width: 1230px) {
  .contact-box .contact-ul li{
    display: block;
    border: none;
  }

  .tab {
    display: none;
  }

  .ui.container {
    width: 970px!important;
  }
  .mainCon2 .txtArea {
    width: 970px;
  }
  #header {
    display: none;
  }
  #mobile {
    display: block;
  }
  .sideBar{
    display: none;
  }
  .our-service ul li .service-box {
    padding: 20px;
  }
  #banner .swiper-button-next,
  #banner .swiper-button-prev {
    display: none;
  }
  .our-application .app-box .swiper-father .app-jt {
    display: none;
  }
  .our-application .app-box .swiper-father {
    padding: 0;
  }
  .contact-box .form input[type="text"],
  .contact-box .form input[type="email"] {
    width: 300px;
  }
  
  #footer .footer-top .footer-list.one {
    display: block;
    width: 600px;
    text-align: center;
    margin: 0 auto;
    padding-right: 0;
  }
  #footer .footer-top .footer-list.two {
    width: 33.33%;
  }
  #footer .footer-top .footer-list.three {
    width: 33.33%;
  }
  #footer .footer-top .footer-list.four {
    width: 33.33%;
  }
  .mainCon2 .img {
    margin-left: 0;
  }
  .our-pro-cat .cat-mask .content h1 {
    transform: translateY(0);
    opacity: 1;
  }
  .our-pro-cat .cat-box:hover .cat-img img {
    transform: scale(1);
  }

}
@media screen and (max-width: 1023px) {
  .mainCon2 .img {
    margin-left: 17px;
  }
  .mainCon2 .img img {
    position: relative;
    left: -20%;
    max-width: none;
  }
  .mainCon2 .txtArea .downBtns a span {
    padding: 0 10px;
    background-position: right 10px center;
  }
}
@media screen and (max-width: 970px) {
  .contact-box .form input[type="text"],
  .contact-box .form input[type="email"] {
    width: 100%;
  }
  .contact-box .form input[type="submit"] {
      width: 100%;
  }

  .ui.container {
    width: 768px!important;
  }
  .mainCon2 .txtArea {
    width: 768px;
  }
  #banner .banner-text {
    top: 50%;
  }
  #banner.swiper-container-horizontal > .swiper-pagination-bullets {
    display: none;
  }
  .our-service .box {
    top: 0;
  }
  .our-service .box {
    padding: 60px 0;
  }
  .our-pro-cat .pro-cat-list ul li:nth-child(odd) {
    top: 0;
  }
  .mainCon2 .img {
    position: relative;
    width: 100%;
    left: 0;
    margin-top: 25px;
    margin-left: 0;
  }
  .mainCon2 .img img {
    left: 0;
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  .mainCon2 .txtArea .btns {
    top: 0 !important;
    width: 100%;
    margin-top: 13px;
  }
  .mainCon2 .txtArea .downBtns {
    text-align: center;
    margin-top: 20px;
    width: 100%;
  }
  .mainCon2 .txtArea .downBtns p {
    width: 49%;
    margin-left: 2%;
  }
  .mainCon3 .topArea .grid-box.three > .column {
    width: 100%;
  }
  .mainCon3 .topArea ul li:first-child .course-box {
    border-top: 0;
  }
  .mainCon3 .topArea .course-box {
    display: table;
    width: 100%;
    border-top: 1px solid #e0e0e0;
  }
  .mainCon3 .topArea .course-box .icon {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 88px;
  }
  .mainCon3 .topArea .course-box .course-text {
    display: table-cell;
    padding: 15px 0 20px;
    text-align: left;
    vertical-align: middle;
  }
  .mainCon3 .topArea .course-box .icon img {
    height: 30px;
  }
  .mainCon3 .topArea .course-box .course-text h2 em {
    font-size: 35px;
    line-height: 35px;
  }
  .mainCon3 .topArea {
    padding-bottom: 60px;
  }
  .mainCon3 .bottomArea .box:first-child {
    width: 100%;
  }
  .mainCon3 .bottomArea .box {
    width: 50%;
    height: auto;
  }
  .mainCon3 .bottomArea .box2,
  .mainCon3 .bottomArea .box4 {
    border-left: 1px solid #e0e0e0 !important;
  }
  .mainCon3 .bottomArea .box2,
  .mainCon3 .bottomArea .box3 {
    border-top: 0 !important;
    border-bottom: 0 !important;
  }
  .mainCon3 .bottomArea .box.on {
    width: 50%;
    height: auto;
  }
  .mainCon3 .bottomArea .box:first-child.on {
    width: 100%;
  }
  .mainCon3 .bottomArea .box:last-child {
    width: 50%;
  }
  .mainCon3 {
    padding: 25px 0 60px;
    background-size: 100% auto;
  }
  .mainCon3 .bottomArea {
    height: auto;
    overflow: hidden;
  }
  .mainCon3 .bottomArea .box a {
    padding: 30px 0 60px;
    height: 85px;
    display: inline-table;
  }
  .mainCon3 .bottomArea .box a > .icon {
    padding-top: 0;
  }
  .mainCon3 .bottomArea .box a > .tit {
    font-size: 14px;
    line-height: 2;
    margin-top: 20px;
  }
  .mainCon3 .bottomArea .box a > .icon img {
    height: 30px;
  }
  .mainCon3 .bottomArea .box:before {
    bottom: 25px;
  }
  .our-service .service-list .grid-box.three > .column {
    width: 100%;
  }
  .our-service ul li .service-box {
    border-bottom: 1px solid #e0e0e0;
  }
  .Test-Center .box {
    padding: 90px 0;
  }
  #footer .footer-bottom p {
    float: none;
    text-align: center;
  }
  .contact-box .form input[type="submit"] {
    margin-top: 20px;
  }
  #banner .banner-text h7 small {
    font-size: 20px;
  }
  #banner .banner-text h7 {
    font-size: 35px;
    line-height: 35px;
  }
  #banner .left {
    max-width: 100%;
    text-align: center;
  }
  #banner .banner-text p {
    font-size: 14px;
    margin-bottom: 25px;
  }
  .our-service .service-box .content .text {
    margin-top: 0;
    margin-bottom: 10px;
  }
  .our-pro-cat .pro-cat-text {
    line-height: 2;
    font-size: 14px;
  }
  .our-pro-cat::before {
    display: none;
  }
  .our-pro-cat {
    margin-bottom: 0;
    padding-bottom: 60px;
  }
  .mainCon2 {
    padding: 0 0 45px;
  }
  .mainCon2 .txtArea > .tit {
    font-size: 39px;
    line-height: 60px;
  }
  .mainCon2 .txtArea .txt {
    margin-top: 20px;
    font-size: 13px;
  }
  .ty-title h1 {
    font-size: 25px;
  }
  .ty-title .text {
    display: none;
  }
  .contact-box .ty-title .text,
  .Test-Center .ty-title .text {
    display: block;
  }
  .our-news .news-list .con-box .content {
    padding: 15px;
  }
  .our-news .news-list .con-box {
    padding: 0 10px;
  }
  .our-news .news-list .con-box .content .txt {
    font-size: 13px;
  }
  .our-news .news-list .con-box .content time {
    font-size: 13px;
  }
  .our-news .news-list .con-box .content .news-btn a {
    font-size: 13px;
    line-height: 13px;
  }
}
@media screen and (max-width: 768px) {
  .ui.container {
    width: 100%!important;
    overflow: hidden;
  }
  .our-pro-cat .pro-cat-list ul li {
    width: 100%!important
  }
  .Test-Center .test-box {
    max-width: 100%;
    width: 100%;
  }
  .mainCon2 .txtArea {
    width: 100%;
    overflow: hidden;
  }
  .our-pro-cat .cat-mask {
    padding: 20px 30px;
  }
  .our-pro-cat .cat-mask .content h1 {
    font-size: 20px;
  }
  .mainCon2 .txtArea .downBtns a {
    font-size: 12px;
  }
  .mainCon2 .txtArea .downBtns a span {
    padding: 0 10px;
  }
  #footer .footer-top .footer-list.four {
    display: none;
  }
  #footer .footer-top .footer-list.two {
    width: 50%;
  }
  #footer .footer-top .footer-list.three {
    width: 50%;
  }
  #footer .footer-top .footer-list .text {
    font-size: 14px;
  }
  #footer .footer-top .footer-list .link-ul li {
    font-size: 14px;
  }
  .ty-title .text {
    font-size: 14px;
  }
  #banner .btn-box {
    font-size: 14px;
  }

  .body-sidebar{
    display: none;
  }
}
@media screen and (max-width: 660px) {
  .contact-box .form input[type="text"],
  .contact-box .form input[type="email"] {
    display: block;
    margin: 10px auto 0;
  }
  #banner .banner-text h7 small {
    font-size: 16px;
  }
  #banner .banner-text h7 {
    font-size: 25px;
    line-height: 25px;
  }
  #banner .banner-text p {
    font-size: 13px;
    margin-bottom: 10px;
  }
  .btn {
    padding: 10px 30px;
  }
  #footer .footer-top .footer-list.one {
    max-width: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 660px) {
  #banner .banner-text h7 {
    margin-bottom: 10px;
  }

  .ty-title h2, .ty-title h1{
    font-size: 24px;
  }

  .our-pro-cat .cat-mask .content h2,
  .our-pro-cat .cat-mask .content h1{
    font-size: 18px;
  }

  .contact-box .contact-ul .add-box{
    font-size: 14px;
  }

  #footer .footer-top .footer-list.two,
  #footer .footer-top .footer-list.three{
    display: none;
  }
}





/* 内页模板 */
.inner-banner {
  margin-top: 0 !important;
  overflow: hidden;
  height: 500px;
  position: relative;
  text-align: center;
  padding-top: 200px;
  color: white;
  z-index: 1;
}
/*.inner-banner:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: -1;
}*/
.inner-banner h3 {
  font-size: 28px;
  line-height: 40px;
  margin-bottom: 15px;
  letter-spacing: 1px;
  display: inline-block;
  text-transform: uppercase;
  font-family: "Poppins";
  font-weight: 500;
}
.inner-banner .mbx {
  font-size: 16px;
}
.inner-banner .mbx a,
.inner-banner .mbx span {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
  line-height: 24px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-banner .mbx a:first-child:before {
  content: "\f015";
  font-family: "FontAwesome";
  color: #da251c;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  font-size: 20px;
}
.inner-banner .mbx a:hover {
  color: #da251c;
}
.inner-page {
  font-size: 14px;
  line-height: 1.8;
  position:relative;
  z-index:1;
}
.inner-page p {
  line-height: 2;
  color: #333;
  font-size: 14px;
}
.inner-page .text {
  color: #828893;
}
.inner-page .text table tr:nth-child(odd){
  background-color: #eaeaea;
}
.inner-page .text p {
  color: inherit;
}
.inner-page i.small-tit {
  color: #da251c;
  font-size: 18px;
  text-transform: uppercase;
  font-family: "Poppins";
  font-weight: 500;
}
.inner-page h3.title,
.inner-page h1.title {
  color: #111;
  text-transform: capitalize;
  font-size: 32px;
  line-height: 38px;
  margin: 15px 0;
  position: relative;
  font-family: "Poppins";
  font-weight: 600;
}
.inner-page h3.title.mt0,
.inner-page h1.title.mt0 {
  margin-top: 0;
}
.inner-page .form ul {
  margin: -5px;
}
.inner-page .form ul li {
  padding: 5px;
}
.inner-page .form ul li.wid-100 {
  width: 100%;
}
.inner-page .form ul li input,
.inner-page .form ul li textarea {
  width: 100%;
  padding: 10px 15px;
  background: #f8f9fa none repeat scroll 0 0;
  border: medium none;
  font-size: 14px;
}
.inner-page .form ul li input::-webkit-input-placeholder,
.inner-page .form ul li textarea::-webkit-input-placeholder {
  color: #242424;
}
.inner-page .form ul li input:-moz-placeholder,
.inner-page .form ul li textarea:-moz-placeholder {
  color: #242424;
}
.inner-page .form ul li input::-moz-placeholder,
.inner-page .form ul li textarea::-moz-placeholder {
  color: #242424;
}
.inner-page .form ul li input:-ms-input-placeholder,
.inner-page .form ul li textarea:-ms-input-placeholder {
  color: #242424;
}
.inner-page .form ul li textarea {
  height: 120px;
  resize: vertical;
}
.ygprod{
font-size:24px;}
.ygprod1{
line-height:30px;
padding:5px 0 20px;}
.inner-page .form ul li input[type="submit"] {
  background: #da251c;
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  font-family: "Poppins";
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
}
.inner-page .form ul li input[type="submit"]:hover {
  background: #222;
}

.inner-page .m-page {
  text-align: right;
  float: none;
  margin: 30px -5px 0;
}
.inner-page .m-page a,
.inner-page .m-page span {
  display: inline-block;
  text-align: center;
  width: 45px;
  height: 35px;
  font-size: 15px;
  line-height: 35px;
  border-radius: 5px;
  color: #111;
  font-weight: 500;
  -moz-box-shadow: 0 2px 10px 0 #d8dde6;
  -o-box-shadow: 0 2px 10px 0 #d8dde6;
  box-shadow: 0 2px 10px 0 #d8dde6;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  margin: 5px;
}
.inner-page .m-page a:hover {
  background: #da251c none repeat scroll 0 0;
  color: #fff;
}


.product-page .product-1 {
  padding: 100px 0;
}
.product-page .product-1 .top .left {
  width: 20%;
}
.product-page .product-1 .top .left #product-list li {
  position: relative;
  border: 1px solid #E2E2E2;
  border-radius: 5px;
  padding: 25px 30px;
}
.product-page .product-1 .top .left #product-list li.active a {
  color: #cc0606
}
.product-page .product-1 .top .left #product-list li i {
  position: absolute;
  right: 25px;
  top: 25px;
  font-size: 24px;
  color: #000;
  cursor: pointer;
}
.product-page .product-1 .top .left #product-list li a {
  display: inline-block;
  font-size: 16px;
  font-family: Poppins;
  font-weight: bold;
  color: #000000;
  line-height: 1.5;
  text-transform: uppercase;
}
.product-page .product-1 .top .left #product-list li ul.children {
  margin-top: 20px;
}
.product-page .product-1 .top .left #product-list li ul.children li {
  margin-bottom: 15px;
  padding: 0;
  border: none;
  border-radius: 0;
}
.product-page .product-1 .top .left #product-list li ul.children li a {
  font-weight: 400;
  color: rgba(0, 0, 0, 0.8);
  text-transform: capitalize
}
.product-page .product-1 .top .left #product-list li ul.children li.active a {
  color: #cc0606
}
.product-page .product-1 .top .left #product-list li ul.children li:last-child {
  margin-bottom: 0;
}
.product-page .product-1 .top .right {
  width: 80%;
  padding-left: 30px;
}
.product-page .product-1 .top .right .cate-img {
  position: relative;
  padding-bottom: 50px;
}
.product-page .product-1 .top .right .cate-img .mask {

  width: 100%;

}
.product-page .product-1 .top .right .cate-img .mask .tit {
  font-size: 48px;
  font-family: Poppins;
  font-weight: 400;
  color: #000;
  line-height: 1.2;
}
.product-page .product-1 .top .right .cate-img .mask .cona {
  font-size: 16px;
  font-family: Poppins;
  font-weight: 400;
  color: #000;
  line-height: 24px;
  opacity: 0.7;
  margin-top: 35px;
}
/*.product-page .product-1 .top .right .bottom {
  padding-top: 20px;
}*/
.product-page .product-1 .top .right .bottom ul {
  margin: 0 -16px;
}
.product-page .product-1 .top .right .bottom ul li {
  padding: 0 16px;
  margin-bottom: 62px;
}
.product-page .product-1 .top .right .bottom ul li .box {
  background: #FFFFFF;
  border: 2px solid #E2E2E2;
}
.product-page .product-1 .top .right .bottom ul li .box .img {
  margin: 11px;
  position: relative;
  padding-bottom: 0;
  background: #eeeeee;
  padding-bottom: 40px;
}
.product-page .product-1 .top .right .bottom ul li .box .img .btn {
  position: absolute;
  left: 50%;
  width: 74%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 14px;
  padding: 0;
  text-align: center;
}
.product-page .product-1 .top .right .bottom ul li .box .img .btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px 18px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 7px 8px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 7px 8px 0px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.product-page .product-1 .top .right .bottom ul li .box .img .btn a p {
  font-size: 16px;
  font-family: Poppins;
  font-weight: bold;
  color: #000000;
  line-height: 1;
  text-transform: uppercase;
}
.product-page .product-1 .top .right .bottom ul li .box .img .btn a i {
  display: inline-block;
  font-size: 23px;
  font-family: Poppins;
  font-weight: bold;
  color: #000000;
  line-height: 1;
  margin-left: 26px;
}
.product-page .product-1 .top .right .bottom ul li .box .img .btn a:hover {
  background: #cc0606;
}
.product-page .product-1 .top .right .bottom ul li .box .img .btn a:hover p,
.product-page .product-1 .top .right .bottom ul li .box .img .btn a:hover i {
  color: #fff;
}
.product-page .product-1 .top .right .bottom ul li .box .tit {
  font-size: 20px;
  font-family: Poppins;
  font-weight: 500;
  color: #333333;
  line-height: 1.5;
  padding: 20px 45px 10px;
  text-align: center;
  height: 120px
}
.product-page .product-1 .top .right .bottom ul li .box .tit:hover {
  color: #cc0606;
}

.prodet-page .prodet-1 {
  padding-top: 110px;
}
.prodet-page .prodet-1 .container {
  width: 1520px;
}
.prodet-page .prodet-1 .top .left {
  width: 68%;
  padding-left: 56px;
}
.prodet-page .prodet-1 .top .left .img-box {
  background: #EEEEEE
}
.prodet-page .prodet-1 .top .right {
  width: 32%;
  padding-left: 65px;
}
.prodet-page .prodet-1 .top .right span {
  display: inline-block;
  font-size: 16px;
  font-family: Poppins;
  font-weight: 500;
  color: #e60012;
  line-height: 1;
  margin-top: 39px;
  text-transform: uppercase;
  letter-spacing: 3.5px;
}
.prodet-page .prodet-1 .top .right .asli {
  position: relative;
  padding-bottom: 30px;
}
.prodet-page .prodet-1 .top .right .asli::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #333333;
  opacity: 0.2;
}
.prodet-page .prodet-1 .top .right h1 {
  position: relative;
  font-size: 20px;
  font-family: Poppins;
  font-weight: bold;
  color: #333333;
  line-height: 1.5;
  padding: 15px 0 10px;
  text-transform: uppercase;
}
.prodet-page .prodet-1 .top .right .tit4 {
  font-size: 18px;
  font-family: Poppins;
  font-weight: bold;
  color: #000000;
  line-height: 1;
  padding: 22px 0;
}
.prodet-page .prodet-1 .top .right .profea {
  font-size: 16px;
  font-family: Poppins;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1.8;
}
.prodet-page .prodet-1 .top .right .prointo {
  font-size: 16px;
  font-family: Poppins;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1.5;
}
.prodet-page .prodet-1 .top .right .btn {
  margin-top: 85px;
  display: block;
  padding: 0
}
.prodet-page .prodet-1 .top .right .btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 15px;
  border-bottom: 1px solid #000;
}
.prodet-page .prodet-1 .top .right .btn a p {
  font-size: 16px;
  font-family: Poppins;
  font-weight: bold;
  color: #000000;
  line-height: 1;
}
.prodet-page .prodet-1 .top .right .btn a i {
  display: inline-block;
  width: 39px;
  height: 7px;
  background: url(../images/bann3.png) no-repeat center;
}
.prodet-page .prodet-2 {
  padding: 180px 0 275px;
}

.prodet-page .prodet-2 span {
  display: block;
  font-size: 16px;
  font-family: Poppins;
  font-weight: 500;
  color: #e60012;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 3.5px;
}
.prodet-page .prodet-2 .list {
  margin-top: 80px;
}
.prodet-page .prodet-2 .list ul li .box {
  background: #FFFFFF;
  border: 2px solid #E2E2E2;
}
.prodet-page .prodet-2 .list ul li .box .img {
  margin: 11px;
  position: relative;
  margin-bottom: 0;
  text-align: center;
  background: #EEEEEE
}
.prodet-page .prodet-2 .list ul li .box .img .btn {
  position: absolute;
  left: 50%;
  width: 74%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 14px;
  padding: 0;
  text-align: center;
}
.prodet-page .prodet-2 .list ul li .box .img .btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px 28px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 7px 8px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 7px 8px 0px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.prodet-page .prodet-2 .list ul li .box .img .btn a p {
  font-size: 16px;
  font-family: Poppins;
  font-weight: 500;
  color: #000000;
  line-height: 1;
  text-transform: uppercase;
}
.prodet-page .prodet-2 .list ul li .box .img .btn a i {
  display: inline-block;
  font-size: 23px;
  font-family: Poppins;
  font-weight: bold;
  color: #000000;
  line-height: 1;
  margin-left: 26px;
}
.prodet-page .prodet-2 .list ul li .box .img .btn a:hover {
  background: #cc0606;
}
.prodet-page .prodet-2 .list ul li .box .img .btn a:hover p,
.prodet-page .prodet-2 .list ul li .box .img .btn a:hover i {
  color: #fff;
}
.prodet-page .prodet-2 .list ul li .box .tit {
  font-size: 20px;
  font-family: Poppins;
  font-weight: 500;
  color: #333333;
  line-height: 1.5;
  padding: 20px 45px 10px;
  text-align: center;
  height: 120px;
}
.prodet-page .prodet-2 .list ul li .box .tit:hover {
  color: #cc0606;
}
.prodet-page .prodet-3 {
  padding-bottom: 172px;
}

.prodet-page .prodet-3 .top .left {
  margin-top: 25px;
  width: 43%;
}
.prodet-page .prodet-3 .top .left .tit {
  font-size: 48px;
  font-family: Poppins;
  font-weight: 400;
  color: #1D1D1D;
  line-height: 1.6;
}
.prodet-page .prodet-3 .top .left p {
  font-size: 16px;
  font-family: Poppins;
  font-weight: 400;
  color: #1D1D1D;
  line-height: 1.5;
  margin-top: 25px;
}
.prodet-page .prodet-3 .top .right {
  width: 57%;
  padding-left: 125px;
}
.prodet-page .prodet-3 .top .right .form ul li {
  margin-bottom: 20px;
}
.prodet-page .prodet-3 .top .right .form ul li:last-child {
  margin-bottom: 0
}
.prodet-page .prodet-3 .top .right .form ul li input[type=text] {
  width: 100%;
  height: 58px;
  border: none;
  border-bottom: 2px solid #000;
  font-size: 16px;
  background: transparent;
  font-family: Poppins;
  font-weight: 400;
  color: #000000;
  padding: 0;
  line-height: 1;
}
.prodet-page .prodet-3 .top .right .form ul li input::-webkit-input-placeholder {
  /* WebKit browsers，webkit内核浏览器 */
  color: #000;
}
.prodet-page .prodet-3 .top .right .form ul li input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #000;
}
.prodet-page .prodet-3 .top .right .form ul li input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #000;
}
.prodet-page .prodet-3 .top .right .form ul li input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #000;
}
.prodet-page .prodet-3 .top .right .form ul li label {
  display: block;
  font-size: 16px;
  font-family: Poppins;
  font-weight: 400;
  color: #000000;
  line-height: 1;
  padding-top: 25px;
}
.prodet-page .prodet-3 .top .right .form ul li textarea {
  width: 100%;
  height: 168px;
  margin-top: 7px;
  background: #FFFFFF;
  border: 1px solid #DADADA;
  font-size: 14px;
  font-family: Poppins;
  font-weight: 400;
  color: #9D9D9D;
  line-height: 2;
  padding-left: 14px;
  padding-top: 5px;
}
.prodet-page .prodet-3 .top .right .form ul li input[type=submit] {
  width: 230px;
  height: 49px;
  background: #cc0606;
  border-radius: 5px;
  font-size: 16px;
  font-family: Poppins;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 1;
  text-transform: uppercase;
  border: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-top: 14px
}
.prodet-page .prodet-3 .top .right .form ul li input[type=submit]:hover {
  background: #e37600;
}

.about-page .about-1 {
  padding: 70px 0;
}
.about-page .about-1 .left {
  width: 42%;
  padding-right: 15px;
  vertical-align: middle;
}
.about-page .about-1 .left .box2 {
  position: relative;
  z-index: 1;
}
.about-page .about-1 .left .box2:after {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(222, 123, 34, 0.33);
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: -1;
}
.about-page .about-1 .left .box2:before {
  content: '';
  background: rgba(0, 0, 0, 0.34) none repeat scroll 0 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.about-page .about-1 .left .box2 .play {
  position: absolute;
  color: white;
  bottom: 20px;
  font-family: "Poppins";
  font-weight: 500;
  right: 20px;
  text-transform: uppercase;
  font-size: 16px;
  z-index: 1;
  cursor: pointer;
  cursor: hand;
}
.about-page .about-1 .left .box2 .play i {
  background: #da251c none repeat scroll 0 0;
  border: 2px solid #da251c;
  border-radius: 100px;
  color: #fff;
  display: inline-block;
  font-size: 24px;
  height: 58px;
  line-height: 15px;
  margin: 0 10px 0 0;
  padding: 20px;
  text-align: center;
  width: 58px;
}
.about-page .about-1 .right {
  width: 58%;
  padding-left: 15px;
  vertical-align: middle;
}
.about-page .about-1 .right h5 {
  color: #111;
  font-weight: 500;
  text-transform: capitalize;
  font-size: 20px;
  margin-top: 35px;
  position: relative;
  line-height: 30px;
  margin-bottom: 10px;
  font-family: "Poppins";
  font-weight: 500
}
.about-page .about-1 .right h5:before {
  position: absolute;
  height: 4px;
  width: 10%;
  background: #da251c none repeat scroll 0 0;
  content: "";
  left: 0;
  top: -20px;
}
.about-page .about-1 .right h5:after {
  position: absolute;
  content: "";
  top: -20px;
  left: 11%;
  height: 4px;
  width: 15px;
  background: #ddd none repeat scroll 0 0;
}
.about-page .about-1 .right .text ul {
  display: inline-block;
  width: 100%;
  margin: 20px 0;
}
.about-page .about-1 .right .text ul li {
  color: #111;
  margin: 5px 0;
  text-transform: capitalize;
  padding-left: 15px;
  position: relative;
  font-size: 16px;
  font-weight: 400;
  width: 50%;
  float: left;
}
.about-page .about-1 .right .text ul li:after {
  content: "\f101";
  position: absolute;
  left: 0;
  top: 0;
  font-family: "FontAwesome";
  color: #da251c;
}
.about-page .about-2 {
  background: #f8f9fc;
  padding: 70px 0;
}
.about-page .about-2 .left {
  padding-right: 15px;
}
.about-page .about-2 .right {
  padding-left: 15px;
}
.about-page .about-2 .right .content {
  background: white none repeat scroll 0 0;
  padding: 20px 5px;
  border-radius: 5px;
}
.about-page .about-2 .right .content li {
  text-transform: capitalize;
  color: #333;
  padding: 5px 15px;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  font-size: 15px;
}
.about-page .about-2 .right .content li i {
  color: #da251c;
  margin-right: 10px;
}
.about-page .about-3 {
  padding: 70px 0;
  background: url("../images/about-3-bg.png") center center #da251c;
  color: white;
  text-align: center;
}
.about-page .about-3 h3,
.about-page .about-3 p {
  color: inherit;
}
.about-page .about-3 p {
  max-width: 850px;
  display: block;
  margin: 30px auto;
}
.about-page .about-3 a.more {
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 14px;
  border: 2px solid #fff;
  color: #da251c;
  background: #fff none repeat scroll 0 0;
  padding: 12px 35px;
  letter-spacing: 1px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.about-page .about-3 a.more:hover {
  background: transparent;
  color: #fff;
}
.about-page .about-4 {
  padding: 70px 0;
}
.about-page .about-4 .top {
  display: block;
}
.about-page .about-4 .top .left {
  vertical-align: middle;
}
.about-page .about-4 .top .right {
  text-align: right;
  vertical-align: middle;
}
.about-page .about-4 .top .right a.more {
  display: inline-block;
  vertical-align: middle;
  color: #da251c;
  line-height: 40px;
  height: 40px;
  padding: 0 10px;
  font-size: 18px;
  font-weight: 400;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  z-index: 1;
}
.about-page .about-4 .top .right a.more:after {
  content: '';
  height: 100%;
  width: 2px;
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  background: #da251c;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  z-index: -1;
}
.about-page .about-4 .top .right a.more i {
  margin-left: 5px;
}
.about-page .about-4 .top .right a.more:hover {
  color: white;
}
.about-page .about-4 .top .right a.more:hover:after {
  width: 100%;
}
.about-page .about-4 .bottom {
  padding-top: 50px;
}
.about-page .about-4 .bottom ul {
  margin: -15px;
}
.about-page .about-4 .bottom ul li {
  padding: 15px;
}
.about-page .about-4 .bottom ul li .box {
  box-shadow: 0 0 15px rgba(72, 73, 121, 0.3);
  padding: 10px;
  border-radius: 5px;
}
.about-page .about-4 .bottom ul li .box a.img-box {
  margin-bottom: 10px;
  display: block;
}
.about-page .about-4 .bottom ul li .box h5 {
  display: block;
  color: #111;
  font-family: "Poppins";
  font-weight: 500;
  font-size: 22px;
  padding: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.about-page .about-4 .bottom ul li .box:hover h5 {
  background: #da251c;
  color: white;
}
.faq-page .faq-1 {
  padding: 70px 0;
  text-align: center;
  background: #edeff2;
}
.faq-page .faq-1 .search {
  max-width: 550px;
  display: block;
  margin: 20px auto;
  position: relative;
}
.faq-page .faq-1 .search input {
  width: 100%;
  border: medium none;
  color: #111;
  left: 0;
  padding: 0 70px 0 15px;
  border-radius: 30px;
  background: white;
  display: block;
  line-height: 50px;
  height: 50px;
}
.faq-page .faq-1 .search input::-webkit-input-placeholder {
  color: #242424;
}
.faq-page .faq-1 .search input:-moz-placeholder {
  color: #242424;
}
.faq-page .faq-1 .search input::-moz-placeholder {
  color: #242424;
}
.faq-page .faq-1 .search input:-ms-input-placeholder {
  color: #242424;
}
.faq-page .faq-1 .search button {
  width: 50px;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
  border: none;
  line-height: 50px;
  height: 50px;
  color: #da251c;
}
.faq-page .faq-1 p {
  max-width: 770px;
  display: block;
  margin: 0 auto;
}
.faq-page .faq-2 {
  padding: 70px 0;
}
.faq-page .faq-2 .left {
  width: 66%;
  padding-right: 15px;
}
.faq-page .faq-2 .left ul li {
  margin-bottom: 15px;
  border: 1px solid #eee;
}
.faq-page .faq-2 .left ul li:last-child {
  margin-bottom: 0;
}
.faq-page .faq-2 .left ul li h4 {
  display: block;
  text-align: left;
  padding: 15px;
  background: #f7f7f7 none repeat scroll 0 0;
  color: #111;
  border-radius: 0;
  font-weight: 400;
  font-size: 20px;
  cursor: pointer;
  cursor: hand;
}
.faq-page .faq-2 .left ul li h4 span {
  margin-right: 5px;
  color: #da251c;
}
.faq-page .faq-2 .left ul li .content {
  padding: 20px 30px;
  display: none;
}
.faq-page .faq-2 .right {
  width: 34%;
  padding-left: 15px;
}
.faq-page .faq-2 .right .box2 {
  padding: 30px;
  background: #edeff2;
}
.faq-page .faq-2 .right .box2 h3.title {
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 30px;
}
.faq-page .faq-2 .right .box2 .form ul li {
  width: 100%;
}
.service-page {
  padding: 70px 0;
}
.service-page.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li:first-child {
  display:none;
}
.service-page.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li ul {
  display:none !important;
}
.service-page h3.title {
  font-size: 24px;
}
.service-page .form {
  padding-top: 30px;
}
.news-page {
  padding: 60px 0;
}
.news-page .news-list ul {
  margin: -15px;
}
.news-page .news-list ul li {
  padding: 15px;
}
.news-page .news-list ul li:last-child {
  margin-bottom: 0;
}
.news-page .news-list ul li a.img-box {
  display: block;
}
.news-page .news-list ul li a.img-box img {
  width: 100%;
}
.news-page .news-list ul li .box {
  padding: 10px;
  -moz-box-shadow: 0 0 10px rgba(72, 73, 121, 0.15);
  -o-box-shadow: 0 0 10px rgba(72, 73, 121, 0.15);
  box-shadow: 0 0 10px rgba(72, 73, 121, 0.15);
}
.news-page .news-list ul li .box .content {
  padding: 20px;
  position: relative;
}
.news-page .news-list ul li .box .content time {
  position: absolute;
  width: 65px;
  height: 65px;
  top: -35px;
  background: #da251c none repeat scroll 0 0;
  color: #fff;
  line-height: 23px;
  text-align: center;
  border-radius: 5px;
  display: block;
  font-family: "Poppins";
  font-weight: 500;
  font-size: 20px;
  padding: 8px 0;
  left: 15px;
}
.news-page .news-list ul li .box .content h3 {
  margin-top: 25px;
  font-family: "Poppins";
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 15px;
  color: #111;
  display: inline-block;
  line-height: 28px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  height: 54px;

overflow: auto;
}
.news-page .news-list ul li .box .content h3:hover {
  color: #da251c;
}
.news-page .news-list ul li .box .content a.more {
  text-transform: capitalize;
  font-weight: 400;
  padding: 5px 0 5px 20px;
  margin-top: 20px;
  display: inline-block;
  color: #da251c;
  border-left: 1px solid #da251c;
  font-size: 16px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.news-page .news-list ul li .box .content a.more i {
  -webkit-transition: 0.5s padding-left;
  -moz-transition: 0.5s padding-left;
  -ms-transition: 0.5s padding-left;
  -o-transition: 0.5s padding-left;
  transition: 0.5s padding-left;
}
.news-page .news-list ul li .box .content a.more:hover {
  color: #111;
  border-left: 1px solid #111;
}
.news-page .news-list ul li .box .content a.more:hover i {
  padding-left: 5px;
}
.newdet-page {
  padding: 60px 0;
}
.newdet-page .news-content h3.title {
  font-size: 24px;
}
.newdet-page .news-content a.img-box {
  display: block;
}
.newdet-page .news-content a.img-box img {
  width: 100%;
}
.newdet-page .news-content time {
  width: 65px;
  height: 65px;
  margin-top: -35px;
  background: #da251c none repeat scroll 0 0;
  color: #fff;
  line-height: 23px;
  text-align: center;
  border-radius: 5px;
  display: block;
  font-family: "Poppins";
  font-weight: 500;
  font-size: 20px;
  padding: 8px 0;
  left: 15px;
  position: relative;
  z-index: 1;
}
.newdet-page .news-content .tag {
  font-size: 14px;
  color: #828893;
  font-weight: 400;
}
.newdet-page .news-content .tag em {
  color: black;
}
.newdet-page .news-content .tag h6,
.newdet-page .news-content .tag div {
  display: inline-block;
  vertical-align: middle;
}
.newdet-page .news-content .tag div {
  margin-left: 15px;
}
.newdet-page .news-content .tag div i {
  color: #da251c;
  margin-right: 5px;
}
.newdet-page .news-content .content {
  padding: 15px 0;
  margin: 10px 0;
  border-top: 1px #eee dashed;
  border-bottom: 1px #eee dashed;
  text-align: left;
  font-size: 15px;
  line-height: 28px;
}
.newdet-page .news-content .content p {
  padding: 5px 0;
}
.newdet-page .news-content .share {
  text-align: left;
}
.newdet-page .news-content .share h4 {
  display: inline-block;
  vertical-align: middle;
  font-weight: 400;
  color: #333;
  font-size: 14px;
}
.newdet-page .news-content .share ul {
  display: inline-block;
}
.newdet-page .news-content .share ul li {
  width: auto;
  padding: 5px;
}
.newdet-page .news-content .share ul li a {
  display: block;
  padding: 0 15px;
  line-height: 32px;
  height: 32px;
  border-radius: 5px;
  background: #edeff2;
  font-size: 12px;
  color: #666;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.newdet-page .news-content .share ul li a:hover {
  color: white;
  background: #da251c;
}
.newdet-page .news-content .m-link {
  padding-top: 15px;
  text-align: left;
  margin-top: 15px;
  border-top: 1px #eee dashed;
}
.newdet-page .news-content .m-link a {
  font-size: 14px;
  color: #666;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.newdet-page .news-content .m-link a:hover {
  color: #da251c;
  text-decoration: underline;
}
.contact-page {
  padding: 70px 0;
}
.contact-page .button-group .button {
  background: #da251c !important;
}
.contact-page .amap-copyright,
.contact-page .amap-logo {
  display: none !important;
}
.contact-page .contact-2 {
  padding-bottom: 70px;
}
.contact-page .contact-2 .left {
  width: 55%;
  padding-right: 40px;
}
.contact-page .contact-2 .left .form {
  -moz-box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
  -o-box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
  box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
  padding: 30px;
}
.contact-page .contact-2 .right {
  width: 45%;
  padding-left: 15px;
}
.contact-page .contact-2 .right h3.title {
  position: relative;
  padding-bottom: 15px;
}
.contact-page .contact-2 .right h3.title:after {
  position: absolute;
  height: 4px;
  width: 18%;
  background: #da251c none repeat scroll 0 0;
  content: "";
  left: 0;
  bottom: 0;
}
.contact-page .contact-2 .right h3.title:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 20%;
  height: 4px;
  width: 20px;
  background: #ddd none repeat scroll 0 0;
}
.contact-page .contact-2 .right ul {
  padding-top: 20px;
  margin: -10px;
}
.contact-page .contact-2 .right ul li {
  padding: 10px;
}
.contact-page .contact-2 .right ul li.wid-100 {
  width: 100%;
}
.contact-page .contact-2 .right ul li h6 {
  font-size: 14px;
  margin-bottom: 7px;
  text-transform: capitalize;
  color: #828893;
  font-family: "Poppins";
  font-weight: 500;
}
.contact-page .contact-2 .right ul li p {
  font-size: 15px;
  color: #111;
  text-transform: capitalize;
  line-height: normal;
  letter-spacing: 1px;
}


.gallery-page {
  padding: 70px 0;
}
.gallery-page .gallery-list ul {
  margin: -15px;
}
.gallery-page .gallery-list ul li {
  padding: 15px;
}
.gallery-page .gallery-list ul li .box {
  box-shadow: 0 0 10px rgba(72, 73, 121, 0.3);
  padding: 10px;
  border-radius: 5px;
}
.gallery-page .gallery-list ul li .box a.img-box {
  margin-bottom: 10px;
  display: block;
}
.gallery-page .gallery-list ul li .box h5 {
  display: block;
  color: #111;
  font-family: "Poppins";
  font-weight: 500;
  font-size: 18px;
  padding: 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.gallery-page .gallery-list ul li .box:hover h5 {
  background: #da251c;
  color: white;
}
@media screen and (max-width: 1250px) {


 

  .inner-banner h3 {
    font-size: 34px;
    line-height: 1.6px;
  }
  .inner-banner .mbx {
    font-size: 14px;
  }
  .inner-page h3.title {
    font-size: 28px;
    line-height: 28px;
  }
  #mapContainer {
    height: 300px !important;
  }
  .news-page .news-list ul li .box .content h3 {
    font-size: 20px;
    line-height: 24px;
  }
  .faq-page .faq-2 .left ul li h4 {
    font-size: 16px;
    padding: 12px;
  }
  .faq-page .faq-2 .right .box2 {
    padding: 20px 10px;
  }
  .faq-page .faq-2 .right .box2 h3.title {
    margin-bottom: 20px;
  }
  .inner-page .form ul li input,
  .inner-page .form ul li textarea {
    padding: 8px 15px;
  }
  .about-page .about-1 .right h5 {
    font-size: 16px;
    line-height: 24px;
  }
  .about-page .about-1 .right .text ul {
    margin: 10px 0;
  }
  .about-page .about-1 .right .text ul li {
    font-size: 14px;
    margin: 3px 0;
  }
  .inner-page i.small-tit {
    font-size: 16px;
  }
  .about-page .about-4 .bottom ul li .box h5 {
    font-size: 18px;
  }
}
@media screen and (max-width: 1000px) {
  .seoIndustry.Auxil-industry{
        display: none !important;
  }
  .product-page .product-1 .top .right .cate-img .mask .tit h1{
   font-size: 26px;
line-height: 40px;
  }
  a.foota{
        display: none !important;
  }
  .inner-page h3.title {
    font-size: 24px;
    line-height: 26px;
  }
  .about-page .about-1 .right h5 {
    font-size: 14px;
    line-height: 20px;
  }
  .news-page .news-list ul li {
    width: 50%!important;
  }
  .about-page .about-1,
  .about-page .about-2,
  .about-page .about-3,
  .gallery-page,
  .faq-page .faq-1,
  .faq-page .faq-2,
  .news-page,
  .newdet-page,
  .service-page,
  .contact-page,
  .about-page .about-4 {
    padding: 40px 0;
  }
  .contact-page .contact-2 {
    padding-bottom: 40px;
  }
  .about-page .about-2 .right .content li {
    font-size: 13px;
    padding: 2px 10px;
  }
  .about-page .about-3 a.more {
    padding: 6px 25px;
  }
  .about-page .about-4 .top .right a.more {
    font-size: 16px;
    line-height: 34px;
    height: 34px;
  }
  .about-page .about-4 .bottom ul li {
    padding: 10px;
  }
  .about-page .about-4 .bottom ul {
    margin: -10px;
  }
  .about-page .about-4 .bottom ul li .box h5 {
    font-size: 16px;
    padding: 5px;
  }

  .faq-page .faq-2 .left {
    width: 100%;
    padding-right: 0;
  }
  .faq-page .faq-2 .right {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
  }

  .gallery-page .gallery-list ul li .box h5 {
    font-size: 16px;
  }
  .inner-page .m-page {
    text-align: center;
  }
  .inner-page .m-page a,
  .inner-page .m-page span {
    width: 35px;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    -moz-box-shadow: 0 2px 5px 0 #d8dde6;
    -o-box-shadow: 0 2px 5px 0 #d8dde6;
    box-shadow: 0 2px 5px 0 #d8dde6;
  }
  .inner-page h3.title {
    font-size: 20px !important;
    line-height: 24px;
  }
  .faq-page .faq-2 .left ul li h4 {
    font-size: 14px;
  }
  .inner-banner {
    height: 300px;
    padding-top: 120px;
  }
  .inner-banner h3 {
    font-size: 28px;
    line-height: 50px;
  }

  .news-page .news-list ul li .box .content time,
  .newdet-page .news-content time {
    font-size: 16px;
    width: 50px;
    height: 50px;
    line-height: 20px;
    top: -25px;
  }
  .newdet-page .news-content time {
    top: 0;
    margin-top: -25px;
  }
  .news-page .news-list ul li .box .content a.more {
    font-size: 14px;
    padding: 2px 0 2px 15px;
  }
  .contact-page .contact-2 .right ul li p {
    font-size: 13px;
  }
  .contact-page .contact-2 .right ul li h6 {
    margin-bottom: 3px;
  }
  .about-page .about-4 .bottom {
    padding-top: 30px;
  }
}
@media screen and (max-width: 700px) {
  .contact-page .contact-2 .left {
    width: 100%;
    padding-right: 0;
  }
  .contact-page .contact-2 .right {
    width: 100%;
    padding-left: 0;
    padding-top: 30px;
  }
    .news-page .news-list ul li {
    width: 100%!important;
  }
  .news-page .news-list ul li .box .content h3 {
    height: auto;
  }
  .news-page .news-list ul li .box .content time {
    position: static
  }
  .inner-page .form ul li {
    width: 100% !important;
  }

  .gallery-page .gallery-list ul li .box h5 {
    font-size: 14px;
  }
  .about-page .about-1 .left,
  .about-page .about-2 .left,
  .about-page .about-4 .top .left {
    padding-right: 0;
    width: 100%;
  }
  .about-page .about-1 .right,
  .about-page .about-2 .right,
  .about-page .about-4 .top .right {
    width: 100%;
    padding-top: 30px;
    padding-left: 0;
  }
  .about-page .about-4 .top .right {
    text-align: left;
    padding-top: 20px;
  }
  .about-page .about-4 .bottom ul li .box h5 {
    font-size: 14px;
  }
}
@media screen and (max-width: 500px) {
  .inner-banner h3 {
    font-size: 24px;
    line-height: 46px;
  }
  .about-page .about-1 .right .text ul li {
    font-size: 12px;
  }
  .faq-page .faq-2 .left ul li h4 {
    padding: 8px;
  }


  .inner-page p,
  .inner-page {
    font-size: 13px;
    line-height: 2;
  }
  .news-page .news-list ul li .box .content h3 {
    font-size: 16px;
    line-height: 20px;
  }
  .contact-page .contact-2 .left .form {
    padding: 10px;
  }
  .button-group .button:nth-child(2) {
    display: none;
  }
  .button-group {
    padding: 5px !important;
    bottom: 0 !important;
    right: 15px !important;
  }
  .inner-banner {
    height: 240px;
    padding-top: 80px;
  }
}




/* 扒站样式 */
.about-big-title{
	font-size: 50px;
	color: #000;
	font-weight: normal;
	margin-top: 100px;
	text-align: center;
}
.h3TxtArea {
    margin-bottom: 73px;
    text-align: center;
}
.h3TxtArea .txt {
    font-size: 16px;
    line-height: 31px;
    color: #555;
    margin-top: 26px;
}

.companyDiv .mTit {font-size:30px; font-family:"Poppins", arial, sans-serif; font-weight:bold; color:#000; margin-bottom:25px; text-align:center;} /* ???? */
.companyDiv .sTit {text-align:center; line-height:1.5;font-size: 15px;}
.companyDiv .summaryArea {margin-top:80px;}
.companyDiv .summaryArea .mainImg {position:relative; height:810px; margin-bottom:217px; background: url(../images/summaryArea_main.jpg)no-repeat center; background-attachment: fixed;}
.companyDiv .summaryArea .mainImg .inner {height:100%; position:relative;}
.companyDiv .summaryArea .mainImg .txtArea {
	position:absolute; bottom:-140px; left:0; width:795px; height:457px; padding:80px 60px; box-sizing:border-box; box-shadow:30px 30px 80px rgba(0,0,0,0.3); color:#fff;
	background:url("../images/mainImg_Bg.png") no-repeat center; background-size:cover; 
}
.companyDiv .summaryArea .mainImg .txtArea .tit {font-size:30px; line-height:36px; font-family:"Poppins", arial, sans-serif; font-weight:bold; margin-bottom:30px;}
.companyDiv .summaryArea .mainImg .txtArea .txt {line-height:28px; margin-top:20px; color:rgba(255,255,255,0.8)}
.summaryDiv > div {padding-top:80px; position:relative; top:0; left:0;}
.summaryDiv > div:after {content:""; display:block; clear:both;}
.summaryDiv > div .txtArea {float:left; width:700px; padding:42px 60px; box-sizing:border-box;}
.summaryDiv > div .txtArea .tit {font-size:30px; line-height:34px; color:#000; font-family:"Poppins", arial, sans-serif; font-weight:bold;}
.summaryDiv > div .txtArea .tit .greenT {color:#8bbf45;}
.summaryDiv > div .txtArea .txt {line-height:28px; margin-top:40px; }
.summaryDiv > div .imgArea {float:left; width:700px; height:450px; overflow:hidden; box-sizing:border-box;}
.summaryDiv > div .imgArea img {width:100%;}
.summaryDiv > div:first-child .txtArea {float:right;}
.summaryDiv > div:first-child .imgArea {float:right;}
.companyArea1 {position:relative; top:0; left:0; padding:260px 0 80px; background:url("../images/companyArea1_bg.jpg") no-repeat center top; background-size:cover;}
.companyList {margin-top:60px;}
.companyList:after {content:""; display:block; clear:both;}
.companyList li {text-align: center;padding: 0 10px}
.companyList li .box {
  background: #fdfdfd;
  padding: 30px;
}
.companyList li:first-child {margin-left:0}
.companyList li .icon {margin-bottom:40px;height: 60px;}
.companyList li .icon img {
  margin: 0 auto
}
.companyList li .tit {font-size:20px; line-height:1.3; font-family:"Poppins", arial, sans-serif; font-weight:bold; color:#000; margin-bottom:30px;}
.companyList li .txt {line-height:28px;height: 150px;overflow: auto}
.gradeList {position:relative;border-bottom:1px solid #e0e0e0; margin-bottom:150px;}
.gradeList:after {content:""; display:block; clear:both;}
.gradeList li {float:left; width:350px; padding:80px 0; text-align:center;}
.gradeList li .tit {font-size:18px; line-height:1.3; min-height:46px; color:#000; margin-bottom:30px;}
.gradeList li .txt {font-size:20px; color:#000;}
.gradeList li .txt strong {font-size:50px; color:#000; font-family:"Poppins", arial, sans-serif; font-weight:700; font-family:'Poppins', sans-serif;}
.gradeList li .date {font-size:15px; position:absolute; bottom:20px; right:0;}
.bizArea {
  padding: 60px 0
}
.bizArea .imgCon {margin-top:80px; position:relative;}
.bizArea .imgCon img {width:100%;}
/* 2018-10-30 ???? */
.bizArea .imgCon .img2 , .bizArea .imgCon .img3 , .bizArea .imgCon .img4 {position:absolute; top:0; left:0;}
.bizArea .imgCon > a {display:inline-block; position:absolute; background:#545a66; color:#fff; padding:15px 60px ; text-align:center; top:-25px; left:50%; border-radius:3px; transform:translateX(-50%);}
.bizArea .list {
  margin-top: 50px;
}

.prod_subList .txtArea .subTxt ul{
    margin:-5px;
}
.prod_subList .txtArea .subTxt ul li{
    padding:5px;
}


.inner {
    width: 1400px;
    margin: 0 auto;
}
.prodCon {background:#fff; position:relative; max-width:1920px; margin:0 auto;padding-top: 60px;}
.prodCon .inner {position:relative;}
.prod_subList {position:relative; top:0; left:0; opacity:1; height:555px; padding-top:80px; background:url("../images/prod_subList_bg.jpg") no-repeat 100% bottom;}
.prod_subList:nth-of-type(even) {background-position:0 bottom; text-align:right;}
// .prod_subList:nth-of-type(1) {padding-top:120px;}
.prod_subList.type4{background-size:1660px 500px; height:600px;}
.prod_subList .txtArea {position:absolute; top:0; left:-500px; min-height:475px; padding:65px 0 0 1200px;background-repeat: no-repeat; }
.prod_subList:nth-of-type(even) .txtArea {left:auto; right:-500px; padding:65px 1200px 0 0;background-position: 100% top;}
.prod_subList .txtArea .mTxt {font-size:37px; line-height: 55px; font-family:Poppins ; font-weight:bold; color:#000;}
.prod_subList .txtArea .subTxt {font-size:18px; line-height:28px; margin:35px 0 30px;}
.prod_subList .txtArea .linkArea {text-align:right;}
.prod_subList:nth-of-type(odd) .txtArea .linkArea {text-align:left;}
.prod_subList .txtArea .linkArea > div {display:inline-block; max-width:330px; vertical-align:top; text-align:left;}
.prod_subList .txtArea .linkArea a {display:inline-block; margin-right:10px;  width:160px; font-size:17px; line-height:1.3; font-family:"Poppins", arial, sans-serif; font-weight:normal; padding:19px 0 15px; margin-right:5px; border-bottom:1px solid #ccc; text-align:left;} 
.prod_subList .txtArea .linkArea a:nth-of-type(even) {margin-right:0}
.prod_subList .txtArea .linkArea a.w230 {width:230px;}
/*.prod_subList .txtArea .linkArea.type2 a {display:block;}*/
.prod_subList .txtArea .linkArea a:hover {color:#8bbf45; border-color:#8bbf45; background:url("../images/linkArea_icon_on.png") no-repeat right 57%;}
.prodCon .bottArea {position:relative; padding:140px 0 150px; background:url("../images/prodBottArea_bg.jpg") no-repeat center; background-size:cover; color:#fff; text-align:center; margin-top:80px;}
.prodCon .bottArea .tit {font-size:40px; font-family:"Poppins", arial, sans-serif; font-weight:bold; }
.prodCon .bottArea .txt {font-size:18px; margin:30px 0 50px;}
.prodCon .bottArea a {display:inline-block; border:2px solid #fff; border-radius:3px; padding:19px 100px 19px 24px; background:url("../images/prodBottArea_arrow.png") no-repeat right 30px center; font-size:18px; color:#fff;}


.m1m {
    line-height: 30px;
    text-align: center;
    width: 100px;
    border-radius: 25px;
    margin-top: 20px;
    font-style: normal;
}
.m1m a {
  display: block;
    line-height: 30px;
    font-size: 15px;
    color: #047c17;
    background: #FFFFFF;
    text-align: center;
    width: 100px;
    border-radius: 3px;
    font-style: normal;
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
}

.ny_pro_con_tu:nth-child(even) .ny_pro_con_tu_l{
  float: right;
}
.ny_pro_con_tu {
    margin-top: 15px;
    /*background: #047c17;*/
    background-color: #89d729; /* 不支持线性的时候显示 */
    background-image: linear-gradient(-45deg, #034874 0, #89d729 50% );
    margin-bottom: 30px;
}
.ny_pro_con_tu:nth-child(even){
  background-color: #89d729; /* 不支持线性的时候显示 */
  background-image: linear-gradient(135deg, #89d729 0, #034874 50%);
}
.ny_pro_con_tu_l{
  width: 50%;
  float: left;
}
.ny_pro_con_tu_l img{
  width: 100%;
}
.ny_pro_con_tu_r{
  width: 50%;
  float: left;
  padding-left: 60px;
  padding-top: 50px;
}
.ny_pro_con_tu_r h2{
    font-size: 35px;
    color: #fff;
    font-weight: bold;
    line-height: 70px;
}
.ny_pro_con_tu_r ul{
  margin: 10px -10px 30px;
}
.ny_pro_con_tu_r ul li {
    line-height: 27px;
    color: #fff;
    padding:5px 10px;
}
.ny_pro_con_tu_r ul li a{
  font-size: 16px;
}


@media screen and (max-width:1430px) {
	.inner {
	    width: auto;
	    padding: 0 5%;
	}
	
	.prodCon {max-width:100%;overflow: hidden;}
	.prod_subList {height:445px; background-size:1340px auto}
	.prod_subList.type4 {height:500px; background-size:1340px 425px;}
	.prod_subList .txtArea {min-height:355px; padding:45px 0 0 890px;}
	.prod_subList:nth-of-type(even) .txtArea { padding:45px 890px 0 0;}
	.prod_subList .txtArea {background-size:850px auto;}
	.prod_subList .txtArea .mTxt {font-size:40px;}
	.prod_subList .txtArea .subTxt {margin:30px 0 20px;}
	.prod_subList .txtArea .linkArea a {font-size:16px; padding:13px 0 11px;}



  .companyDiv .summaryArea .mainImg {
    margin-bottom: 227px;
  }
  .summaryDiv > div .imgArea {
    width: 50%;
    height: auto;
  }
  .summaryDiv > div .txtArea {
    width: 50%;
    padding: 0 20px;
  }
  .companyArea1 {
    padding-bottom: 60px;
  }
  .companyList {
    margin-top: 50px;
  }
  .companyList li {
    width: 19%;
    padding: 30px 10px;
    margin-left: 1%;
  }
  .companyList li .icon {
    margin-bottom: 30px;
  }
  .companyList li .tit {
    margin-bottom: 20px;
  }

  .gradeList li {
    width: 25%;
  }
  .gradeList li .txt {
    font-size: 16px;
  }
  .gradeList li .txt strong {
    font-size: 36px;
  }

  .bizArea .imgCon > a {
    padding: 10px 40px;
    font-size: 14px;
    top: -20px;
  }

  .summaryDiv > div .txtArea .txt {
    margin-top: 20px;
  }
}

@media screen and (max-width:1023px) {
	.prod_subList {height:auto; padding-bottom:50px; background-size:1500px auto;}	
	.prod_subList.type4 {height:auto; padding-bottom:50px; background-size:1500px auto;}
	.prod_subList .txtArea {position:relative; top:0; left:0; width:100%; min-height:auto; padding:0; padding-top:320px;}
	.prod_subList:nth-of-type(even) .txtArea {left:auto; right:auto; padding:0; padding-top:320px;}
	.prod_subList .txtArea {background-size:695px auto; background-position:center top;}
  .prod_subList:nth-of-type(even) .txtArea {background-size:695px auto; background-position:center top;}
	.prod_subList .txtArea .mTxt {font-size:45px;}
	.prod_subList .txtArea .subTxt {font-size:18px; line-height:28px; margin:20px 0 15px;}


  .companyDiv .summaryArea .mainImg .txtArea {
    margin-left: 5%;
    width: 90%;
    height: 517px;
    padding: 60px 40px;
  }

  .summaryDiv > div .imgArea {
    float: none!important;
    width: auto;
    height: auto;
    margin-bottom: 30px;
  }
  .summaryDiv > div .txtArea {
    float: none;
    width: auto;
    padding: 0;
  }

  .companyArea1 {
    margin-top: 80px;
    padding-top: 80px;
    background: url(../images/companyArea1_bg_m.jpg) no-repeat center bottom;
    background-size: cover;
  }
  .companyList li {
    width: 48%;
    margin: 20px 2% 0 0;
    height: 300px;
  }
  .companyList li:nth-child(-n+2) {
    margin-top: 0;
  }
  .companyList li:nth-child(even) {
    margin-right: 0;
  }

  .gradeList {
    margin-bottom: 120px;
  }
  .gradeList li {
    width: 50%;
    padding: 60px 0;
  }

  .bizArea .imgCon > a {
    padding: 6px 24px;
    font-size: 12px;
    top: -20px;
  }
}

@media screen and (max-width:768px) {

	.prod_subList {height:auto; padding:50px 0 50px; background-size:1340px auto;}
	.prod_subList .txtArea {padding-top:230px;}
	.prod_subList:nth-of-type(even) .txtArea {background-size:500px auto;padding-top:230px;}
	.prod_subList .txtArea {background-size:500px auto;}
	.prod_subList .txtArea .mTxt {font-size:22px;}
	.prod_subList .txtArea .subTxt {font-size:13px; line-height:1.3; margin:20px 0 15px;}
	.prod_subList .txtArea .linkArea > div {max-width:100%; width:100%;}
	.prod_subList .txtArea .linkArea:after {content:""; display:block; clear:both;}
	.prod_subList .txtArea .linkArea a {font-size:13px; padding:10px 0 8px;}
	.prod_subList .txtArea .linkArea a:nth-of-type(even) {float:right;}
	.prod_subList .txtArea .linkArea a:hover {background-size:5px auto;}
	.prodCon .bottArea {padding:70px 0 75px; margin-top:50px;}
	.prodCon .bottArea .tit {font-size:15px; font-family:"Poppins", arial, sans-serif; font-weight:bold; }
	.prodCon .bottArea .txt {font-size:13px; margin:15px 0 25px;}
	.prodCon .bottArea a {border:1px solid #fff; padding:10px 50px 9px 12px; background-position:right 15px center; font-size:13px;}


  .about-big-title{
    font-size: 29px;
    line-height: 1.3;
    margin-top: 50px;
    padding: 0 3%;
  }
  .h3TxtArea .txt {
    font-size: 13px;
    line-height: 20px;
    margin-top: 25px;
    line-height: 1.6;
  }
  .companyDiv .summaryArea {
    margin-top: 40px;
  }
  .companyDiv .summaryArea .mainImg {
    height: 405px;
    margin-bottom: 230px;
    background-size: cover;
  }
  .companyDiv .summaryArea .mainImg .txtArea {
    bottom: auto;
    top: 330px;
    width: 94%;
    height: auto;
    margin-left: 3%;
    padding: 40px 30px;
    box-shadow: 35px 35px 40px rgba(0,0,0,0.4);
  }
  .companyDiv .summaryArea .mainImg .txtArea .tit {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  .companyDiv .summaryArea .mainImg .txtArea .txt {
    font-size: 13px;
    line-height: 1.5;
    margin-top: 10px;
  }
  .summaryDiv > div {
    padding-top: 40px;
  }
  .summaryDiv > div .imgArea {
    margin-top: 10px;
  }
  .summaryDiv > div .txtArea .tit {
    font-size: 16px;
    line-height: 1.5;
  }
  .summaryDiv > div .txtArea .txt {
    font-size: 13px;
    line-height: 1.5;
    margin-top: 20px;
  }
  .companyArea1 {
    padding: 40px 0;
    margin-top: 40px;
  }
  .companyDiv .mTit {
    font-size: 22px;
    margin-bottom: 15px;
  }
  .companyDiv .sTit {
    font-size: 13px;
    line-height: 1.5;
    padding: 0 3%;
  }
  .companyList {
    margin-top: 30px;
  }
  .companyList li .icon {
    margin-bottom: 15px;
  }
  .companyList li .tit {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .companyList li .txt {
    font-size: 13px;
    line-height: 1.5;
  }
  .companyList li {
    width: 48%;
    height: 270px;
    margin: 10px 2% 0 0;
  }
  .gradeList {
    margin-bottom: 75px;
    font-size: 0;
  }
  .gradeList li {
    padding: 30px 0;
    float: none;
    display: inline-block;
  }
  .gradeList li .tit {
    font-size: 14px;
    min-height: 37px;
    margin-bottom: 15px;
  }
  .gradeList li .txt {
    font-size: 12px;
  }
  .gradeList li .txt strong {
    font-size: 24px;
    letter-spacing: -0.3px;
  }
  .gradeList li .date {
    font-size: 10px;
    bottom: 10px;
  }

  .companyDiv .mTit {
    font-size: 22px;
    margin-bottom: 15px;
  }
  .companyDiv .sTit {
    font-size: 13px;
    line-height: 1.5;
    padding: 0 3%;
  }
  .bizArea .imgCon {
    margin-top: 40px;
  }
  .bizArea .imgCon > a {
    padding: 5px 20px;
    font-size: 12px;
    top: -20px;
  }
}

@media screen and (max-width: 450px) {
  .companyDiv .summaryArea .mainImg {
      margin-bottom: 373px;
  }
}




/* body-slider */
.body-sidebar {
	position:fixed;
	right:25px;
	bottom:120px;
	z-index:2;
}
.body-sidebar li.ty-li {
	display:block;
	width:40px;
	height:40px;
	line-height:40px;
	text-align:center;
	font-size:18px;
	color:white;
	background:#666;
	margin-bottom:5px;
	cursor:pointer;
	cursor:hand;
	transition:.5s;
	position:relative;
}
.body-sidebar li.ty-li:hover {
	background:#e3222b;
}
.body-sidebar li.ty-li dl {
	position:absolute;
	left:100%;
	bottom:0;
	width:200px;
	background:white;
	box-shadow:0 0 10px rgba(0,0,0,.1);
	padding:20px 15px;
	opacity:0;
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
-ms-transform: translateX(0);
-o-transform: translateX(0);
transform: translateX(0);
-webkit-transition: .5s;
-moz-transition: .5s;
-ms-transition: .5s;
-o-transition: .5s;
transition: .5s;
	z-index:-1;
	color:black;
	text-align:left;
}
.body-sidebar li#msg dl {
	top:auto;
	bottom:0;
	width:150px;
	display:inline-block;
}
.body-sidebar li#msg dl dd {
	width:120px;
	padding:5px;
	display:inline-block;
	float:left;
}
.body-sidebar li.ty-li:hover dl {
	left:0;
	opacity:1;
-webkit-transform: translateX(-100%);
-moz-transform: translateX(-100%);
-ms-transform: translateX(-100%);
-o-transform: translateX(-100%);
transform: translateX(-100%);
}
.body-sidebar li.ty-li dl dt {
	font-size:18px;
	margin-bottom:10px;
}
.body-sidebar li.ty-li dl dd {
	font-size:14px;
	line-height:24px;
	margin-bottom:5px;
	position:relative;
	z-index:1;
}
.body-sidebar li.ty-li dl dd:hover {
	color:#ff6500;
	text-decoration:underline;
}




.body-sidebar .body-msg {
	left:100%;
	opacity:0;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  position: absolute;
  bottom: 0;
  width: 310px;
  border-radius: 10px;
  padding: 25px;
  background: #252525;
	display:block;
  z-index: -1;
}
.body-sidebar li.ty-li:hover .body-msg {
	left:0;
	opacity:1;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.body-sidebar .body-msg ul {
  margin: -8px 0;
}
.body-sidebar .body-msg ul li {
  padding: 8px 0;
	display:block !important;
}
.body-sidebar .body-msg ul li:nth-last-child(2) {
  padding-bottom: 0;
}
.body-sidebar .body-msg ul li:last-child {
  padding: 0;
}
.body-sidebar .body-msg ul li input,
.body-sidebar .body-msg ul li textarea {
  line-height: 40px;
  height: 40px;
  border-radius: 10px;
  background: #171717;
  padding: 0 15px;
  border: none;
  width: 100%;
  font-size: 12px;
  color: white;
  font-family: "Poppins";
}
.body-sidebar .body-msg ul li input::-webkit-input-placeholder,
.body-sidebar .body-msg ul li textarea::-webkit-input-placeholder {
  text-transform: uppercase;
  color: #fefefe;
}
.body-sidebar .body-msg ul li input:-moz-placeholder,
.body-sidebar .body-msg ul li textarea:-moz-placeholder {
  text-transform: uppercase;
  color: #fefefe;
}
.body-sidebar .body-msg ul li input::-moz-placeholder,
.body-sidebar .body-msg ul li textarea::-moz-placeholder {
  text-transform: uppercase;
  color: #fefefe;
}
.body-sidebar .body-msg ul li input:-ms-input-placeholder,
.body-sidebar .body-msg ul li textarea:-ms-input-placeholder {
  text-transform: uppercase;
  color: #fefefe;
}
.body-sidebar .body-msg ul li textarea {
  height: 190px;
  padding-bottom: 45px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  line-height: 24px;
  padding: 18px 15px;
}
.body-sidebar .body-msg ul li input[type="submit"] {
  background: url("../images/icon-send.png") no-repeat center right 10px #171717;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
	color:transparent;
}

.body-msg li{
  width: 100%;
  height: auto;
}




/* 新的厂房展示 */
.myself-factory-1{
  background-color: #F3F4F6;
}
.factories .brilliant {
    padding: 60px 0 0;
    background-color: #F3F4F6;
}

.text h2{
  font-weight: 700;
  font-style: normal;
  font-size: 48px;
  line-height: 58px;
  color: #162c35!important;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.text p {
    font-weight: 300;
    font-style: normal;
    font-size: 16px;
    line-height: 30px;
    color: #777!important;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.myself-factory-1 .title p{
  margin: 10px 0 35px;
}

.factories .brilliant .content-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 1920px;
    margin: 0 auto;
    font-size: 0;
}
.factories .brilliant .slider-single {
    position: relative;
    max-width: 1920px;
    max-width: 970px;
    width: 51%;
    max-height: 600px;
    overflow: hidden;
}
.slick-arrow{
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  transform: translate(0,-50%);
  width: 16px;
  height: 32px;
  padding: 0;
  margin: 0;
  outline: none;
  cursor: pointer;
  text-align: center;
  background-color: transparent;
  color: transparent;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  background-repeat: none;
  background-position: center center;
}
.slick-arrow.btn-l, .slick-arrow.slick-prev {
    left: 0;
    background-image: url(../images/btn-right.png);
    -webkit-background-size: cover;
    background-size: cover;
}
.slick-arrow.btn-r, .slick-arrow.slick-next {
    right: 0;
    background-image: url(../images/btn-left-selected.png);
    -webkit-background-size: cover;
    background-size: cover;
}
.factories .brilliant .right {
    max-width: 480px;
    width: 35%;
    margin-left: 100px;
    margin-top: 0;
    padding: 20px 0;
}
.factories .brilliant .right h2 {
    margin-bottom: 30px;
}
article p:not(:last-child) {
    margin-bottom: 15px;
}
.factories .brilliant .right .btn-group {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 50px;
}
.factories .brilliant .right .btn-group .slick-arrow {
    position: relative;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
.factories .brilliant .btn-group .arr-l {
    margin-right: 40px;
}
.factories .datas{
  padding: 70px 0;
  background-color: #0a252f;
}
.factories .datas .content-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.factories .datas .item {
    max-width: 380px;
    width: 32%;
}
.factories .datas .item .num {
  
    font-weight: 700;
    font-style: normal;
    font-size: 48px;
    line-height: 58px;
    color: #fff;
}
.factories .datas .item .num span {
    margin-left: 10px;
}
.factories .datas .item p {
    color: #fff!important;
    margin-top: 10px;
}
.factories .dedicated {
    padding: 120px 0;
    background-color: #F3F4F6;
}
.factories .dedicated .content-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 50px -10px 0;
}
.factories .dedicated .slick-arrow.slick-prev {
    left: 30px;
}
.factories .dedicated .slick-arrow.slick-next {
    right: 30px;
}
.factories .dedicated .item {
  padding: 0 10px;
}
.factories .dedicated .item img{
  margin: 0 auto;
}
.factories .dedicated .text h3 {
    font-size: 24px;
    color: #162c35!important;
    margin: 15px 0 10px;
}

.factories .schedule .content-wrap {
    max-width: 1920px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 0;
}

.factories .schedule .text {
    max-width: 560px;
    width: 38%;
    margin-right: 90px;
}

.factories .schedule .img {
    max-width: 970px;
    width: 53%;
    max-height: 600px;
    overflow: hidden;
}
.factories .schedule .img img{
  width: 100%;
}

.factories .assure {
    padding: 120px 0 0;
    background-color: #F3F4F6;
}
.factories .assure .content-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 50px;
}
.factories .assure .item {
    width: 31%;
    margin-bottom: 30px;
}
.factories .assure .img {
    overflow: hidden;
    margin-bottom: 15px;
}
.factories .assure .img img{
  width: 100%;
}

.factories .cta {
    padding: 60px 0 80px;
    background-color: #e9ebec;
}
.factories .cta .text p {
    margin: 15px 0 30px;
}
.cta-btn a {
    display: inline-block;
    font-weight: 500;
    font-style: normal;
    font-size: 18px;
    line-height: 18px;
    color: #fff!important;
    background: #ad1c1c;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 15px 40px;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}



.service .qc {
    padding: 80px 0 120px;
    background-color: #F3F4F6;
}
.service .qc .content-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 0;
}
.service .qc .img {
    max-width: 580px;
    max-height: 560px;
    width: 50%;
    overflow: hidden;
}
.service .qc .text {
    width: 46%;
    padding-right: 60px;
}
.service .qc .text h2 {
    margin-bottom: 30px;
}

.service .design .content-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: #fff;
    font-size: 0;
}
.service .design {
    background: url(../images/design.jpg) no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 120px 0;
}
.service .design .text h2 {
    margin-bottom: 30px;
}
.service .design .img {
    max-height: 560px;
    width: 51%;
    overflow: hidden;
    display: inline-block;
}
.service .design .img img{
  width: 100%;
}
.service .design .text {
    width: 49%;
    padding: 30px 80px;
    display: inline-block;
}
.service .design .text article {
    margin-bottom: 50px;
}
.section-link {
    display: inline-block;
    font-weight: 500;
    font-style: normal;
    font-size: 18px;
    line-height: 1.2;
    color: #dbae78!important;
    text-decoration: underline!important;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.service .spare .slick-prev {
  left: -40px;
}
.service .spare .slick-next {
  right: -40px;
}
.service .spare {
    padding: 120px 0;
    background-color: #F3F4F6;
}
.service .spare .title {
    max-width: 790px;
    margin: 0 auto;
}
.service .spare .title p {
    margin: 20px 0 50px;
}
.text p a {
    color: #dbae78!important;
    text-decoration: underline!important;
}
.service .spare .content-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -10px;
}
.service .spare .item {
    width: 32.5%;
    padding: 10px;
    overflow: hidden;
}


@media screen and (max-width: 1230px){
  .ny_pro_con_tu_l{
    float: none;
    width: 100%;
  }
  .ny_pro_con_tu_r{
    float: none;
    width: 100%;
    padding: 30px;
  }

  .text h2 {
      font-size: 40px;
      line-height: 1.5;
  }

  .factories .datas .item .num {
      font-size: 35px;
  }

  .factories .brilliant .right {
      width: 42%;
      margin-left: 4%;
  }
  .factories .schedule .text {
      margin-right: 7%;
  }
}

@media screen and (min-width: 1000px){
  .factories .brilliant .btn-l,
  .factories .brilliant .btn-r {
      display: none;
  }
}

@media screen and (max-width: 1000px){
  .text h2 {
      font-size: 30px;
      line-height: 1.5;
  }
  .factories .brilliant .slider-single {
      width: 95%;
      margin: 0 auto 30px;
  }

  .factories .brilliant .right {
      width: 95%;
      max-width: 970px;
      margin: 0 auto 30px;
      padding: 0;
  }
  .factories .brilliant .right .btn-group {
      display: none;
  }
  .factories .brilliant {
      padding: 60px 0;
  }

  .factories .datas .item .num {
      font-size: 30px;
  }

  .factories .schedule .text {
      width: 95%;
      max-width: 970px;
      margin: 0 auto 30px;
  }
  .factories .schedule .img {
      width: 95%;
      max-width: 970px;
      margin: 0 auto;
  }
  .factories .schedule {
      padding: 60px 0;
  }

  .service .design .text {
      padding: 30px;
  }
}

@media screen and (max-width: 768px){
  .ny_pro_con_tu_r h2{
    font-size: 25px;
  }

  .text h2 {
      font-size: 26px;
      line-height: 1.5;
  }
  .factories .datas .item .num {
      font-size: 26px;
  }

  .text h3 {
      font-size: 18px!important;
  }

  .factories .dedicated {
      padding: 60px 0;
  }

  .factories .assure {
      padding: 60px 0 0;
  }

  .service .qc .img {
      width: 100%;
      margin: 0 auto 30px;
  }
  .service .qc .text {
      width: 100%;
      max-width: 580px;
      margin: 0 auto;
      padding-right: 0;
  }

  .service .design .img {
      width: 100%;
      margin: 0 auto;
  }
  .service .design .text {
      width: 100%;
      max-width: 660px;
      margin: 0 auto;
  }

  .service .qc {
      padding: 60px 0;
  }
  .service .design {
      padding: 60px 0;
  }
  .service .spare{
      padding: 60px 0;
  }
}

@media screen and (max-width: 660px) {
  .factories .datas .item {
      width: 48%;
      margin: 0 auto;
  }
}

@media screen and (max-width: 550px) {
  .factories .assure .item {
      width: 100%;
      margin: 0 auto 20px;
  }
}

@media screen and (max-width: 440px) {
  .factories .datas .item {
      width: 100%;
      margin: 0 auto 20px;
      max-width: unset;
  }
}


@media screen and (max-width: 1630px) {
   .product-page .product-1 .top .right {
    padding-left: 30px;
  }
  .product-page .product-1 .top .right .bottom ul li .box .img .btn a {
    padding: 12px 15px;
  }
  .product-page .product-1 .top .right .bottom ul li .box .img .btn {
    width: 85%;
  }
  .prodet-page .prodet-1 .top .left {
    padding-left: 0;
  }
}

@media screen and (max-width: 1320px) {
   .product-page .product-1,
   .prodet-page .prodet-1 {
    padding: 80px 0;
  }
   .product-page .product-1 .top .right .cate-img .mask .tit,
   .prodet-page .prodet-3 .top .left .tit {
    font-size: 26px;
  }
  .product-page .product-1 .top .right .cate-img .mask .cona {
    margin-top: 10px;
  }
   .product-page .product-1 .top .left {
    display: none;
  }
  .product-page .product-1 .top .right {
    width: 100%;
    padding-left: 0;
  }
   .prodet-page .prodet-1 .top .right {
    padding-left: 30px;
  }
  .prodet-page .prodet-2 .list ul li .box {
    text-align: center;
  }
  .prodet-page .prodet-3 .top .right {
    padding-left: 60px;
  }
  .prodet-page .prodet-3 {
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 972px) {
   .product-page .product-1,
   .prodet-page .prodet-2 {
    padding: 10px 0;
  }
  .prodet-page .prodet-1 {
    padding-top: 60px;
  }
  .prodet-page .prodet-1 .top .right .btn {
    margin-top: 30px;
  }
  .product-page .product-1 .top .right .bottom ul li {
    width: 50%;
    margin-bottom: 40px;
  }
   .prodet-page .prodet-1 .top .left {
    width: 100%;
  }
  .prodet-page .prodet-1 .top .right {
    width: 100%;
    padding-left: 0;
  }
  .prodet-page .prodet-2 .list {
    margin-top: 30px;
  }
  .prodet-page .prodet-3 .top .left {
    width: 100%;
  }
  .prodet-page .prodet-3 .top .right {
    padding-left: 0;
    margin-top: 30px;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
   .product-page .product-1 .top .right .cate-img .mask .tit,
   .prodet-page .prodet-3 .top .left .tit {
    font-size: 32px;
  }
  .product-page .product-1 .top .right .cate-img .mask {
    position: static;
    padding: 30px 0;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  .product-page .product-1 .top .right .cate-img .mask .tit,
  .product-page .product-1 .top .right .cate-img .mask .cona {
    color: #000;
  }
   .product-page .product-1 .top .right .bottom ul li {
    width: 100%;
    text-align: center;
  }
  .product-page .product-1 .top .right .bottom ul li .box .img .btn a {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (max-width: 450px) {
   .product-page .product-1 .top .right .cate-img .mask .tit {
    font-size: 26px;
  }
    .prodet-page .prodet-2 .list ul li .box .img .btn {
    width: 95%;
  }
  .prodet-page .prodet-3 {
    padding-bottom: 40px;
  }
}


.search-pro form{
    position: relative;
    display: inline-block;
}
.search-pro input[type="text"]{
    width: 300px;
    height: 50px;
    border: 1px solid;
    border-radius: 30px;
    background-color: transparent;
    padding: 0 30px;
    color: #fff;
}
.search-pro input[type="submit"]{
    width: 50px;
    height: 50px;
    background-color: transparent;
    background-image: url(../images/small-search.png);
    background-position: center;
    background-repeat: no-repeat;
    border: none;
    position: absolute;
    right: 0;
    top: 0;
}


.sideBar {
  padding: 25px 0 22px;
  background: #ffffff;
}
.sideBar .side-menu {
  position: relative;
  margin-top: 15px;
}
.sideBar .side-menu .nowCat {
  background: black url("../images/sidebar-line.png") no-repeat 93% center;
  cursor: pointer;
  width: 226px;
  height: 40px;
  line-height: 40px;
  display: block;
  padding-left: 15px;
  color: white;
  font-size: 16px;
  border: 1px solid white;
  text-transform: capitalize;
}
.sideBar .side-menu .cat-list {
  display: none;
  z-index: 111;
  position: absolute;
  width: 100%;
  padding: 10px 0;
  background: black;
  left: 0;
  top: 100%;
}
.sideBar .side-menu .cat-list li {
  padding: 6px 12px 6px 16px;
}
.sideBar .side-menu .cat-list li a {
  display: block;
  color: white;
  padding: 5px;
}
.sideBar .side-menu .cat-list li a:hover {
  color: #fff;
  text-decoration: underline;
}
.nowTit {
    font-size: 24px;
    text-transform: capitalize;
    color: black;
}
.bread-crumbs{
  font-size: 14px;
  margin-top: 7px;
}



.p_boxTitle {
    width: auto;
    height: 40px;
    line-height: 40px;
    color: #333;
    background: #fafafa;
    border-top: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
    box-sizing: content-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    display: -webkit-box;
}

.p_boxTitle .col {
    text-align: center;
    font-size: 14px;
    border-right: 1px solid #e6e6e6;
    float: left\0;
    box-sizing: border-box;
    border-bottom: 1px solid #e6e6e6;
    font-weight: bold;
}

.d_titleA {
    width: 111px;
    display: none;
}

.d_titleB {
    width: 30%;
    background: rgb(152, 152, 152);
    color: #fff;
    height: 50px;
    line-height: 50px;
}
.d_titleC {
    width: 30%;
    background: rgb(152, 152, 152);
    color: #fff;
    height: 50px;
    line-height: 50px;
}
.d_titleE {
    width: auto;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: block;
    -moz-box-flex: 1;
    -webkit-box-flex: 1;
    align-items: flex-start;
    min-width: 160px\0;
    height: 50px;
    line-height: 50px;
    color: #fff;
    background: rgb(152, 152, 152);
}

.p_article:nth-child(even){
  background-color: rgb(241, 241, 241);
}

.p_article {
    width: auto;
    color: #666666;
    border-bottom: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
    clear: both;
    min-height: 111px;
    height: auto;
    box-sizing: content-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    display: -webkit-box;
    margin: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}

.p_article .col,
.p_article .p_images {
    box-sizing: border-box;
    font-size: 12px;
    border-right: 1px solid #e6e6e6;
    height: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    float: left\0;
}


.d_titleN {
    width: 30%;
    margin: 0;
}
.d_titleO {
    width: 30%;
    text-align: center;
}

.d_titleQ {
    width: auto;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: block;
    -moz-box-flex: 1;
    -webkit-box-flex: 1;
    align-items: flex-start;
    min-width: 160px\0;
    -webkit-justify-content: flex-start !important;
    -moz-justify-content: flex-start !important;
    justify-content: flex-start !important;
}


.p_article .col .font {
    line-height: 28px;
    font-size: 14px;
    color: #333;
    text-align: center;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    font-family: Poppins;
}


.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li{
  position: relative;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li ul.sub-menu{
  display: none;
  position: absolute;
  left: 100%;
  top: -5px;
  width: 100%;
}


.sideBar .side-menu .cat-list li{
  position: relative;
}
.sideBar .side-menu .cat-list li ul.sub-menu{
  position: absolute;
  right: 100%;
  top: 0;
  width: 100%;
  background-color: black;
  display: none;
}
.sideBar .side-menu .cat-list li:hover ul.sub-menu{
  display: block;
}
.product-page .product-1 .top .right .cate-img .mask .tit h1{
  font-size: 34px;
}
/*-----seo start------*/
.wahaha {
    line-height: 2;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    position: relative;
    top: 0;
    opacity: 1;
    transition: .5s ease;
}
/*-----seo end------*/
