@charset "UTF-8";
/******************************************************* FOOTER END */
* {
  line-height: 1;
  margin: 0;
  padding: 0;
}

html {
  font-size: 10px;
  min-height: 100%;
}

body {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  font-size: 1.6rem;
}

#edition-cn {
  font-family: "微软雅黑";
}

#edition-en {
  font-family: "Arial";
}

img {
  border: 0px;
  display: block;
}

ul,
li,
dl,
dd,
dt,
p,
ol,
h1,
h2,
h3,
h4,
h5 {
  font-size: 12px;
  font-weight: normal;
  padding: 0;
  margin: 0;
}

.index {
  overflow: hidden;
}

.pointer {
  cursor: pointer;
}

a,
input,
button {
  outline: none;
}

::-moz-focus-inner {
  border: 0px;
}

a {
  color: #000;
  text-decoration: none !important;
}

a:focus,
a:hover {
  color: #000;
}

/*--------------------字体---------------------*/
@font-face {
  font-family: 'NeoSansStd-Bold';
  /*小标题*/
  src: url("/templets/fonts/NeoSansStd-Bold.eot");
  /* IE9 Compat Modes */
  src: url("/templets/fonts/NeoSansStd-Bold.eot?#iefix") format("embedded-opentype"), url("/templets/fonts/NeoSansStd-Bold.woff") format("woff"), url("/templets/fonts/NeoSansStd-Bold.ttf") format("truetype"), url("/templets/fonts/NeoSansStd-Bold.svg#NeoSansStd-Bold") format("svg");
  /* Legacy iOS */
}

/*--------------------通用---------------------*/
label.error {
  text-indent: -9999999px;
  display: none !important;
}

p,
h2,
h3,
h4 {
  margin: 0;
  line-height: 1;
}

ul,
ol {
  margin: 0;
  padding-left: 0;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
}

a:hover {
  text-decoration: none;
}

.fwb {
  font-weight: bold;
}

.op0 {
  opacity: 0;
}

.font-en {
  font-family: "微软雅黑";
}

.wenyue-cn {
  font-family: "wenyue";
}

.timesroman {
  font-family: "Times New Roman";
}

/*--------------------dufault---------------------*/
body {
  overflow-x: hidden;
}

figure {
  margin: 0;
}

.wrap {
  overflow: hidden;
  margin: 0 auto;
  width: 1210px;
  min-width: 1210px;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clearfix {
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
  content: '.';
  clear: both;
}

.header-block {
  width: 100%;
  height: 146px;
}

/******************************************************* DEFAULT END */
/***
*** header ***
***/
.header {
  position: relative;
  border-bottom: 1px solid #ddd;
}

.header .wrap {
  overflow: visible;
  max-width: 1210px;
  min-width: auto;
  width: 100%;
}

.header .logo {
  padding: 23px 0 30px 5px;
  width: 17.5%;
  min-width: 163px;
}

.header .logo img {
  max-width: 100%;
}

.header .cont-info {
  padding-top: 34px;
  font-size: 14px;
  line-height: 21px;
}

.header .cont-info span {
  display: inline-block;
  height: 21px;
  width: 35px;
  vertical-align: middle;
  padding-right: 14px;
}

.header .cont-info .phone {
  background: url("/templets/images/icon-phone.png") no-repeat;
  margin-left: 0;
  opacity: 0;
}

.header .cont-info .email {
  background: url("/templets/images/icon-email.png") no-repeat;
  opacity: 0;
}

.header .cont-info .language {
  background: url("/templets/images/icon-earth.png") left center no-repeat;
}

.header .cont-info .language a {
  display: inline-block;
  height: 23px;
  line-height: 23px;
}

.header .cont-info .language a:hover {
  color: #e63d21;
}

.menu {
  float: left;
  height: 60px;
  margin-left: 63px;
  margin-top: 15px;
}

.menu .wrap {
  overflow: visible;
}

.menu ul li {
  float: left;
  position: relative;
  height: 85px;
}

.menu ul li a {
  position: relative;
  display: block;
  line-height: 60px;
  padding: 0 20px;
  font-size: 14px;
  font-weight: normal;
}

.menu ul li a:before {
  content: "";
  height: 20px;
  width: 1px;
  background-color: #ddd;
  position: absolute;
  display: block;
  top: 50%;
  margin-top: -10px;
  left: 0;
}

.menu ul li a:after {
  opacity: 0;
  visibility: hidden;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 80%;
  content: "";
  height: 4px;
  background: #e63d21;
  -webkit-transition: all .22s ease;
  transition: all .22s ease;
}

.menu ul li:first-child a:before {
  display: none;
}

.menu ul li.on > a:after,
.menu ul li:hover > a:after {
  opacity: 1;
  visibility: visible;
}

.menu ul li.on > a,
.menu ul li:hover > a {
  color: #e63d21;
}

.menu ul li > ul {
  position: absolute;
  top: 84px;
  left: 50%;
  z-index: 99;
  width: 146px;
  margin-left: -73px;
  display: none;
}

.menu ul li > ul > li {
  float: none;
  background: #f0f0f0;
  height: 40px;
  text-transform: uppercase;
}

.menu ul li > ul > li a {
  padding: 0;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  border-left: 0;
  color: #222;
}

.menu ul li > ul > li a:before, .menu ul li > ul > li a:after {
  display: none;
}

.menu ul li > ul > li a:hover {
  color: #000;
}

.menu ul li > ul > li:hover {
  background-color: #e0e0e0;
}

.menu .menu-r {
  height: 40px;
  margin-left: 25px;
  margin-top: 11px;
}

.menu .menu-r a {
  display: inline-block;
  height: 40px;
}

.menu .menu-r .search {
  width: 40px;
  background: url("/templets/images/icon-search.png") no-repeat;
  background-position: 10px 10px;
}

.menu .menu-r .buycart span {
  display: inline-block;
  height: 40px;
  padding-left: 26px;
  background: url("/templets/images/icon_gouwu_hei.png") center no-repeat;
  vertical-align: top;
}

.menu .menu-r .buycart:hover span {
  background: url("/templets/images/icon_gouwu_f.png") center no-repeat;
}

.menu .menu-r .buycart sup {
  color: #fff;
  font-size: 12px;
}

.menu .menu-r .hascar sup {
  padding: 1px 5px;
  border-radius: 3px;
  background: #e63d21;
}

.header-block {
  display: none;
}

/*-------------------- shouji ---------------------*/
.langen {
  display: block;
}

.langcn {
  display: none;
}

.menu-sj {
  display: none;
}

.menu-m {
  z-index: 999;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background: #393939;
}

.menu-m {
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  -webkit-transition: 0.88s cubic-bezier(0.19, 1, 0.22, 1);
  transition: 0.88s cubic-bezier(0.19, 1, 0.22, 1);
}

.menu-top-show {
  transform: translateY(0);
  -webkit-transform: translateY(0);
}

.menu-m li {
  line-height: 4.2rem;
  text-align: center;
}

.menu-m li a {
  position: relative;
  color: #fff;
  display: block;
  line-height: 4.2rem;
  font-size: 1.6rem;
}

.menu-m li i {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4.2rem;
  display: block;
  background: #383636;
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  transform: scaleY(0);
  -webkit-transform: scaleY(0);
}

.menu-m a.open i {
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform: scaleY(1);
  -webkit-transform: scaleY(1);
}

.menu-m li ul ul {
  display: none;
}

.nav-menu {
  padding: 5.8rem 0 2rem;
}

.nav-menu ul {
  padding: 0;
}

.nav-menu h1 {
  line-height: 1.2em;
  color: #fff;
  font-weight: bold;
  margin-bottom: 20px;
}

.nav-menu .language-sj {
  text-align: center;
  padding: 10px;
}

.nav-menu .language-sj a {
  color: #fff;
}

.menu-son {
  background: #24282b;
  display: none;
}

.menu-son li {
  border-bottom: 1px solid #444;
}

.menu-son li:last-child {
  border-bottom: none;
}

.menu-btn {
  z-index: 9999;
  position: absolute;
  top: 50%;
  margin-top: -2.5rem;
  right: 5%;
  height: 5rem;
  line-height: 5rem;
  font-size: 1.6rem;
  color: #727272;
  display: block;
  text-align: left;
  cursor: pointer;
}

.menu-btn:hover {
  color: #727272;
}

.menu-btn img {
  height: 20px;
  float: left;
  margin: 1.7rem 1.6rem 0 0;
}

.menu-btn span {
  position: relative;
  float: left;
  margin: 2.5rem .8rem 0 0;
  width: 1.6rem;
  height: 2px;
  display: block;
  background: #727272;
}

.menu-btn i {
  position: absolute;
  left: 0;
  width: 1.6rem;
  height: 2px;
  display: block;
  background: #fff;
  transition-duration: .3s,.3s;
  -webkit-transition-duration: .3s,.3s;
  transition-delay: .3s,0s;
  -webkit-transition-delay: .3s,0s;
}

.menu-btn i.mbtn-top {
  top: -0.6rem;
  -webkit-transition-property: top,-webkit-transform;
  transition-property: top,-webkit-transform;
  transition-property: top,transform;
  transition-property: top,transform,-webkit-transform;
  -webkit-transition-property: top,transform;
  background: #727272;
}

.menu-btn i.mbtn-bottom {
  bottom: -0.6rem;
  -webkit-transition-property: bottom,-webkit-transform;
  transition-property: bottom,-webkit-transform;
  transition-property: bottom,transform;
  transition-property: bottom,transform,-webkit-transform;
  -webkit-transition-property: bottom,transform;
  background: #727272;
}

.menu-btn .menu-font {
  font-style: normal;
}

.menu-btn-on span {
  background: #393939;
  margin-right: 1.6rem;
}

.menu-btn-on img {
  display: none;
}

.menu-btn-on, .menu-btn-on:hover {
  color: #fff;
}

.menu-btn-on i.mbtn-top, .menu-btn-on i.mbtn-bottom {
  background: #fff;
  transition-delay: 0s,.3s;
  -webkit-transition-delay: 0s,.3s;
}

.menu-btn-on i.mbtn-top {
  top: 0;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.menu-btn-on i.mbtn-bottom {
  bottom: 0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.menu-btn-on .menu-font {
  display: none;
}

/******************************************************* HEADER END */
/***
*** banner ***
***/
.banner .banner-tit {
  background: url("/templets/images/banner-logo.png") no-repeat;
  background-size: 100% auto;
  max-width: 200px;
  height: 47px;
  margin: 0 auto;
  margin-bottom: 40px;
}

.banner .banner-littit {
  color: #fff;
  font-family: "Arial";
  text-align: center;
  font-size: 26px;
  line-height: 40px;
}

.banner .carousel-caption {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.banner .know-more {
  line-height: 48px;
  width: 210px;
  background: #fff;
  text-align: center;
  font-size: 14px;
  border-radius: 24px;
  height: 48px;
  margin: 30px auto 0;
  display: block;
}

.banner .slideBox .prev,
.banner .slideBox .next {
  position: absolute;
  left: 3%;
  top: 50%;
  margin-top: -25px;
  display: block;
  width: 32px;
  height: 40px;
  background: url("/templets/images/slider-arrow.png") -110px 5px no-repeat;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.banner .slideBox .next {
  left: auto;
  right: 3%;
  background-position: 8px 5px;
}

.banner .slideBox .prev:hover,
.banner .slideBox .next:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}

.banner .slideBox .prevStop {
  display: none;
}

.banner .slideBox .nextStop {
  display: none;
}

.carousel-indicators li {
  background-color: #e63d21;
  border: 1px solid #e63d21;
  opacity: 0.68;
  margin-left: 3px;
  margin-right: 3px;
}

.glyphicon-chevron-left,
.glyphicon-chevron-right {
  color: #e63d21;
}

.carousel-indicators .active {
  border: 1px solid #e63d21;
  background-color: #e63d21;
  opacity: 1;
  margin-left: 3px;
  margin-right: 3px;
}

#edition-en .banner .banner-littit {
  font-size: 50px;
}

/******************************************************* BANNER END */
/***
*** index ***
***/
#edition-cn .about-carousel .about-text {
  font-family: "微软雅黑";
}

.index-pro {
  padding: 70px 0 60px;
}

.index-pro .procontainer {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
}

.index-pro .pro-list {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

.index-pro .pro-list a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.index-pro .pro-list .pro-tit {
  opacity: 0;
  visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(179, 179, 179, 0.8);
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.index-pro .pro-list .pic {
  width: 100%;
}

.index-pro .pro-list .pic img {
  width: 100%;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.index-pro .pro-list .single-tit {
  text-align: center;
  vertical-align: middle;
  font-size: 45px;
  font-family: 'Microsoft YaHei';
  font-weight: normal;
  font-weight: bold;
}

.index-pro .pro-list .single-tit em {
  font-style: normal;
  display: block;
  padding-top: 20px;
  font-size: 44px;
}

.index-pro .pro-list .single-lit {
  font-size: 44px;
  font-family: 'Arial';
}

.index-pro .pro-list .single-lit span {
  color: #e6212b;
}

.index-pro .pro-list:hover .pro-tit {
  opacity: 1;
  visibility: visible;
  z-index: 9;
}

.news-kkp-more a {
  display: block;
  width: 200px;
  line-height: 46px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  margin: 0 auto;
  background: #e63d21;
  border-radius: 23px;
  border: 1px solid #e63d21;
}

.news-kkp-more a:hover {
  color: #e63d21;
  background: #fff;
}

.index-about {
  padding: 75px 0 0;
  margin-bottom: 80px;
}

.index-about .fancyboxvideo {
  display: block;
  max-width: 1170px;
  margin: 0 auto;
}

.index-about .fancyboxvideo img {
  vertical-align: top;
}

.index-about .about-title {
  margin: 0 auto 40px;
}

.index-about .about-content {
  max-width: 1150px;
  margin: 0 auto 60px;
  color: #555;
}

.index-about .about-content p {
  line-height: 26px;
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  text-align: justify;
}

.index-about .about-content p span {
  font-family: "Arial";
  line-height: 26px;
  font-size: 16px;
  font-weight: normal;
}

.index-about .about-kkp {
  width: 100%;
  background: #ffffff;
  padding-top: 60px;
}

.index-about .about-kkp a {
  display: block;
  width: 200px;
  line-height: 46px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  margin: 0 auto;
  background: #e63d21;
  border-radius: 23px;
  border: 1px solid #e63d21;
}

.index-about .about-kkp a:hover {
  color: #e63d21;
  background: #fff;
}

.about-carousel {
  overflow: hidden;
}

.about-carousel .about-text {
  font-family: "Arial";
  position: absolute;
  width: 100%;
  display: block;
  color: #fff;
  left: 0;
  top: 0;
  font-weight: normal;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  height: 30%;
  padding-top: 8%;
  font-size: 16px;
  text-indent: 10%;
  z-index: 11;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.about-carousel .on {
  /* Safari 5.1 - 6.0 */
  /* Opera 11.6 - 12.0 */
  /* Firefox 3.6 - 15 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.about-carousel .about-cont,
.about-carousel .about-cont1 {
  position: absolute;
  top: 0;
  left: 0;
  padding: 15% 10% 0;
  width: 100%;
  height: 100%;
  background: rgba(179, 179, 179, 0.8);
  color: #000;
  display: none;
}

.about-carousel .about-cont p,
.about-carousel .about-cont1 p {
  font-size: 13px;
  line-height: 18px;
  font-weight: normal;
  font-family: "Arial";
}

.about-carousel .about-cont p span,
.about-carousel .about-cont1 p span {
  font-size: 13px;
  line-height: 18px;
  font-weight: normal;
  font-family: "Arial" !important;
}

.about-carousel .owl-controls {
  max-width: 1200px;
  width: 100%;
  margin: 0;
  position: absolute;
  top: 50%;
  margin-top: -27px !important;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.about-carousel .owl-nav {
  max-width: 1200px;
  margin: 0 auto;
  top: 0;
  position: relative;
}

.about-carousel .owl-prev,
.about-carousel .owl-next {
  z-index: 11;
  position: absolute;
  left: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  text-indent: 999px;
  width: 53px;
  height: 53px;
  background: url("/templets/images/about-btnleft.png") no-repeat !important;
  -webkit-transition: all .3s;
  transition: all .3s;
  opacity: .8;
}

.about-carousel .owl-prev:hover,
.about-carousel .owl-next:hover {
  opacity: 1;
}

.about-carousel a:hover .about-text {
  color: #000;
}

.about-carousel .owl-next {
  left: auto;
  right: 0;
  background: url("/templets/images/about-btnright.png") no-repeat !important;
}

#edition-cn .about-carousel .about-cont p, #edition-cn .about-carousel .about-cont1 p {
  font-family: "微软雅黑";
}

.index-news {
  background: #f0f0f0;
  padding: 50px 0 100px;
}

.index-news h2 {
  background: url("/templets/images/index-newtit.png") no-repeat;
  width: 212px;
  height: 26px;
  margin: 0 auto 68px;
  position: relative;
}

.index-news .news-title {
  margin: 0 auto 55px;
}

.index-news .picScroll-left {
  overflow: hidden;
  position: relative;
}

.index-news .picScroll-left .hd {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  margin-bottom: 0;
}

.index-news .picScroll-left .hd ul {
  margin: 0 auto;
  width: 78px;
}

.index-news .picScroll-left .hd ul li {
  width: 8px;
  height: 8px;
  display: inline-block;
  margin-right: 16px;
  border: 1px solid #666;
  border-radius: 50%;
  overflow: hidden;
  text-indent: -999px;
  cursor: pointer;
}

.index-news .picScroll-left .hd ul li.on {
  background: #e63d21;
  border: 1px solid #e63d21;
}

.index-news .picScroll-left .bd {
  padding-bottom: 38px;
  overflow: hidden;
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
}

.index-news .picScroll-left .bd li {
  float: left;
  padding: 0 10px;
}

.index-news .picScroll-left .bd li a {
  display: block;
  width: 100%;
  padding-top: 10px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.index-news .picScroll-left .bd li a .new-pic {
  width: 100%;
  overflow: hidden;
}

.index-news .picScroll-left .bd li a .new-pic img {
  width: 100%;
}

.index-news .picScroll-left .bd li a .data {
  padding-bottom: 12px;
}

.index-news .picScroll-left .bd li a .data span {
  font-size: 14px;
  display: block;
  line-height: 18px;
  color: #000;
  font-family: "Arial";
}

.index-news .picScroll-left .bd li a .new-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 30px;
  color: #000;
  font-size: 16px;
  padding-bottom: 15px;
  font-weight: 600;
  padding-top: 30px;
  font-family: "Arial";
}

.index-news .picScroll-left .bd li a .new-sectitle {
  color: #aaa;
  font-size: 14px;
  margin-bottom: 15px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.index-news .picScroll-left .bd li a .new-content {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 44px;
  line-height: 22px;
  font-size: 14px;
  margin-bottom: 26px;
  color: #777;
  font-family: "Arial";
}

.index-news .picScroll-left .bd li a:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.index-news .picScroll-left .all-new {
  display: block;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  line-height: 44px;
  width: 344px;
  background: #b90000;
  border: 1px solid #b90000;
}

.index-news .picScroll-left .all-new:hover {
  color: #b90000;
  background: #fff;
}

/******************************************************* INDEX END */
/***
*** page ***
***/
/* 关于敬记页面ABOUT KKP */
.video-bg {
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

.video-con {
  max-width: 1170px;
  width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.video-con .por {
  position: relative;
}

#video {
  max-width: 1170px;
  width: 100%;
  height: 100%;
}

.videoclose {
  display: table-cell;
  vertical-align: middle;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 50px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  right: -44px;
  top: -44px;
  cursor: pointer;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.videoclose img {
  display: inline-block;
  vertical-align: middle;
}

.videoclose:hover {
  background-color: #fff !important;
}

.page-about .cebian {
  position: fixed;
  top: 163px;
  left: 50%;
  margin-left: calc(-585px - 120px);
  width: 140px;
  height: 90px;
  overflow: hidden;
}

.page-about .cebian ul {
  height: 150px;
  width: 140px;
  position: absolute;
  top: 30px;
  left: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.page-about .cebian li {
  font-size: 12px;
  text-align: center;
  line-height: 30px;
  font-family: 'Arial';
  color: #aaa;
  opacity: .4;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.page-about .cebian .active {
  font-size: 15px;
  opacity: 1;
  font-weight: 600;
  color: #777;
}

.page-about .synopsis .container {
  padding: 50px 0 70px;
}

.page-about .synopsis .synopsis-tit {
  font-size: 35px;
  font-weight: 600;
  text-align: center;
}

.page-about .synopsis .link {
  width: 18px;
  height: 6px;
  background: #e63d21;
  display: block;
  margin: 17px auto 30px;
}

.page-about .synopsis .synopsis-r {
  width: 100%;
}

.page-about .synopsis .synopsis-r .synopsis-video {
  width: 100%;
  margin-bottom: 40px;
}

.page-about .synopsis .synopsis-r .synopsis-video video {
  width: 100%;
  background: #000;
  height: 250px;
}

.page-about .synopsis .synopsis-r .synopsis-content {
  font-size: 16px;
  text-align: justify;
}

.page-about .synopsis .synopsis-r .synopsis-content p {
  line-height: 22px;
  color: #555;
  font-size: 16px !important;
}

.page-about .synopsis .synopsis-r .synopsis-content span {
  font-size: 16px !important;
}

.page-about .evolution {
  background: url("/templets/images/about-evolution.jpg") no-repeat;
  background-position: center center;
}

.page-about .evolution .productcontainer {
  padding: 95px 0 280px;
}

.page-about .evolution .evolution-tit {
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 160px;
  text-align: center;
  text-transform: Uppercase;
}

.page-about .evolution .evolution-tit::after {
  content: "";
  width: 18px;
  height: 0;
  border-bottom: 6px solid #e63d21;
  display: block;
  margin: 17px auto 30px;
}

.page-about .evolution ul {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
}

.page-about .evolution ul::before {
  content: "";
  display: block;
  width: 100%;
  border-bottom: 2px solid #ccc;
  position: absolute;
  left: 0;
  top: 64px;
}

.page-about .evolution ul li .evolution-year {
  text-align: center;
  color: #e63d21;
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 25px;
}

.page-about .evolution ul li .dian {
  width: 100%;
}

.page-about .evolution ul li .dian .ico {
  width: 10px;
  height: 10px;
  margin: 0 auto 20px;
  background: #fff;
  border: 3px solid #e63d21;
  border-radius: 50%;
}

.page-about .evolution ul li .evolution-con p {
  text-align: center;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
}

.page-about .vision {
  padding: 148px 0 245px;
  background: url("/templets/images/about-vision.jpg") no-repeat;
  background-position: center center;
}

.page-about .vision .vision-tit {
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 100px;
  text-align: center;
  text-transform: Uppercase;
}

.page-about .vision .vision-tit::after {
  content: "";
  width: 18px;
  height: 0;
  border-bottom: 6px solid #e63d21;
  display: block;
  margin: 17px auto 10px;
}

.page-about .vision .vision-content {
  text-align: center;
  color: #000;
}

.page-about .vision .vision-content p {
  line-height: 50px !important;
  font-size: 28px;
  font-weight: 400;
}

.page-about .vision .vision-content span {
  font-size: 22px !important;
  font-weight: 600;
}

.page-about .philosophy {
  padding: 94px 0 200px;
  background: #f0f0f0;
  background: url("/templets/images/about-philosophy.jpg") center no-repeat;
}

.page-about .philosophy .philosophy-tit {
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 130px;
  text-align: center;
  text-transform: Uppercase;
}

.page-about .philosophy .philosophy-tit::after {
  content: "";
  width: 18px;
  height: 0;
  border-bottom: 6px solid #e63d21;
  display: block;
  margin: 17px auto 30px;
}

.page-about .philosophy ul {
  max-width: 900px;
  margin: 0 auto;
}

.page-about .philosophy ul li .ico {
  width: 47px;
  height: 59px;
  display: block;
  margin: 0 auto;
  background: url("/templets/images/ico-co.png");
  margin-bottom: 25px;
}

.page-about .philosophy ul li .philosophy-des {
  text-align: center;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
}

.page-about .philosophy ul li:nth-child(2) span {
  background: url("/templets/images/ico-ci.png");
}

.page-about .philosophy ul li:nth-child(3) span {
  background: url("/templets/images/ico-bq.png");
}

.page-about .honor {
  padding: 90px 0 100px;
}

.page-about .honor .wrap {
  overflow: visible;
}

.page-about .honor .honor-tit {
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 70px;
  text-align: center;
  text-transform: Uppercase;
}

.page-about .honor .honor-tit::after {
  content: "";
  width: 18px;
  height: 0;
  border-bottom: 6px solid #e63d21;
  display: block;
  margin: 17px auto 30px;
}

.page-about .honor .honor-list li {
  margin: 10px 0;
  position: relative;
  cursor: pointer;
}

.page-about .honor .honor-list li .honor-wc {
  width: 100%;
  height: 100%;
  background: #f1f1f1;
  -webkit-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
}

.page-about .honor .honor-list li .honor-wc .lit-pic {
  margin: 0 auto;
  width: 100%;
  height: 170px;
  padding-top: 25px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.page-about .honor .honor-list li .honor-wc .lit-pic img {
  margin: 0 auto;
}

.page-about .honor .honor-list li .honor-wc .lit-year {
  font-size: 15px;
  padding-top: 10px;
  line-height: 20px;
  text-align: center;
  -webkit-transition: all .3s;
  transition: all .3s;
  color: #a5a5a5;
}

.page-about .honor .honor-list li .honor-wc .lit-des {
  width: 90%;
  font-size: 15px;
  line-height: 24px;
  text-align: center;
  margin: 0 auto;
  -webkit-transition: all .3s;
  transition: all .3s;
  color: #a5a5a5;
}

.page-about .honor .honor-list li .active {
  background: #fff;
}

.page-about .honor .honor-list li a {
  /* opacity: 0; visibility: hidden; */
  width: 286px;
  height: 250px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  background: #fff;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.page-about .honor .honor-list li a img {
  display: inline-block;
  max-height: 233px;
  max-width: 286px;
  width: auto;
  height: auto;
  vertical-align: middle;
}

.page-about .honor .honor-list li a:hover .lit-year {
  font-size: 16px;
  font-weight: bold;
  color: #000;
}

.page-about .honor .honor-list li a:hover .lit-des {
  font-size: 16px;
  font-weight: bold;
  color: #000;
}

.page-about .honor .honor-list li .bs {
  -webkit-transform: translate(0, -10px);
          transform: translate(0, -10px);
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/******************************************************* PAGE END */
/* 我们的专业页面EXPERTISE */
.page-expertise .swip-tit {
  font-size: 35px;
  font-weight: 600;
  padding-top: 55px;
  text-align: center;
  text-transform: Uppercase;
}

.page-expertise .swip-tit::after {
  content: "";
  width: 18px;
  height: 0;
  border-bottom: 6px solid #e63d21;
  display: block;
  margin: 17px auto 40px;
}

.page-expertise .swip-box {
  width: 480px;
}

.page-expertise .swip-box .tit {
  font-size: 28px;
  margin-bottom: 40px;
  font-weight: 600;
}

.page-expertise .swip-box .cont p {
  font-size: 16px;
  line-height: 24px;
  text-align: justify;
}

.page-expertise .swiper-pagination-white .swiper-pagination-bullet-active {
  background: #e63d21;
  width: 30px;
  border-radius: 4px;
}

.page-expertise .swiper-pagination-bullet {
  background: #525252;
  opacity: 1;
}

.page-expertise .swiper-container {
  width: 100%;
  height: 100%;
}

.page-expertise .swip-pic {
  display: none;
  width: 100%;
  background-size: auto 100% !important;
}

.page-expertise .swip-pic img {
  width: 100%;
  opacity: 0;
}

.page-expertise .yanfa, .page-expertise .baozhang {
  height: 657px;
}

.page-expertise .yanfa .swip-box, .page-expertise .baozhang .swip-box {
  position: absolute;
  top: 30%;
  left: 13%;
}

.page-expertise .shebei, .page-expertise .huanbao {
  height: 657px;
}

.page-expertise .shebei .swip-box, .page-expertise .huanbao .swip-box {
  position: absolute;
  top: 30%;
  right: 13%;
}

#edition-en .page-expertise .swip-box .tit {
  font-family: 'NeoSansStd-Bold';
}

/******************************************************* PAGE END */
/* 产品页面PRODUCT */
.productcontainer {
  margin: 0 auto;
  width: 90%;
  max-width: 1170px;
}

.page-product {
  padding: 60px 0 57px;
}

.page-product .product-h4 {
  margin-bottom: 20px;
  font-size: 35px;
  font-weight: 600;
  text-align: center;
}

.page-product .product-link {
  width: 18px;
  height: 6px;
  background: #e63d21;
  display: block;
  margin: 17px auto 62px;
}

.page-product form .open-option {
  text-align: center;
  font-weight: 600;
  color: #000;
  line-height: 44px;
  vertical-align: middle;
  line-height: 44px;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  color: #000;
  font-size: 14px;
  cursor: pointer;
  display: none;
  cursor: pointer;
}

.page-product form .open-option img {
  display: inline-block;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

.page-product form .open-option:hover {
  -webkit-box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.1);
}

.page-product form .option-box div {
  line-height: 44px;
  border-bottom: 1px solid #ccc;
  padding-left: 129px;
  position: relative;
  color: #555;
  font-size: 14px;
}

.page-product form .option-box div span {
  font-weight: 600;
  position: absolute;
  top: 15px;
  left: 0;
  color: #1b1b1b;
  font-size: 16px;
  text-indent: 14px;
}

.page-product form .option-box div label {
  margin-right: 30px;
  font-family: 'Arial';
}

.page-product form .option-box div input {
  border: none;
  background: #f2f2f2;
  margin-right: 7px;
}

.page-product form .option-box div input[type='checkbox'] {
  width: 15px;
  height: 15px;
  vertical-align: middle;
  margin-top: 0;
}

.page-product form .option-box .capacity select {
  background: #f2f2f2;
  border: none;
  width: 100px;
  height: 25px;
  text-align: center;
  text-align-last: center;
  padding: 0 1%;
  font-size: 14px;
}

.page-product form .option-box .capacity select option {
  text-align: center;
}

.page-product form .option-box .keyword {
  line-height: 50px;
}

.page-product form .option-box .keyword input {
  width: 315px;
  line-height: 25px;
  padding-left: 10px;
}

.page-product form .option-box .close-option {
  padding-left: 0;
  background: #fff;
  text-align: center;
  font-weight: 600;
  color: #000;
  line-height: 44px;
  vertical-align: middle;
  cursor: pointer;
}

.page-product form .option-box .close-option img {
  display: inline-block;
}

.page-product form .option-box .close-option:hover {
  -webkit-box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.1);
}

.page-product form .search-btn {
  padding-top: 34px;
  border-bottom: none;
  text-align: center;
}

.page-product form .search-btn input {
  display: inline-block;
  width: 150px;
  line-height: 41px;
  padding-left: 72px;
  background: url("/templets/images/ico-serach-m.png") no-repeat #e63d21;
  color: #fff;
  font-size: 20px;
  background-size: 24px 24px;
  background-position: 38px 9px;
  text-align: left;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.page-product form .search-btn input:nth-child(2) {
  margin-left: 12px;
}

.page-product .product-list {
  padding-top: 60px;
}

.page-product .product-list ul {
  margin-left: -5px;
  margin-right: -5px;
}

.page-product .product-list ul li {
  position: relative;
  padding-left: 5px;
  padding-right: 5px;
  margin: 10px 0 37px 0;
  float: left;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.page-product .product-list ul li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.page-product .product-list ul li .pro-img {
  width: 100%;
}

.page-product .product-list ul li .pro-img img {
  width: 100%;
}

.page-product .product-list ul li .pro-info {
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: rgba(230, 61, 33, 0.8);
}

.page-product .product-list ul li .pro-info p {
  font-size: 16px;
  line-height: 34px;
  color: #fff;
  word-break: break-all;
}

.page-product .product-list ul li .pro-info .pro-tit {
  width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -40%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.page-product .product-list ul li:hover .pro-info {
  opacity: 1;
}

#edition-en .page-product form .search-btn input {
  padding-left: 52px;
  background-position: 22px 9px;
}

/******************************************************* PAGE END */
.art-product .pro-content {
  padding-top: 60px;
  margin-bottom: 68px;
}

.art-product .pro-content .pro-pic {
  max-width: 460px;
  width: 100%;
  float: left;
  position: relative;
}

.art-product .pro-content .pro-pic .see-around {
  position: absolute;
  top: 25px;
  left: 24px;
  display: block;
  background: url("/templets/images/360-see-m.png") no-repeat;
  width: 48px;
  height: 48px;
  background-size: cover;
  z-index: 1;
}

.art-product .pro-content .pro-pic .see-video {
  position: absolute;
  top: 25px;
  left: 86px;
  display: block;
  background: url("/templets/images/videowatch2.png") no-repeat center center;
  background-size: 100%;
  width: 48px;
  height: 48px;
  z-index: 1;
}

.art-product .pro-content .pro-pic .pro-slider {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.art-product .pro-content .pro-pic .pro-slider .bigImg {
  position: relative;
  width: 100%;
  margin-bottom: 22px;
}

.art-product .pro-content .pro-pic .pro-slider .bigImg li {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}

.art-product .pro-content .pro-pic .pro-slider .bigImg li img {
  vertical-align: middle;
  width: 100%;
}

.art-product .pro-content .pro-pic .pro-slider .smallScroll {
  position: relative;
}

.art-product .pro-content .pro-pic .pro-slider .smallScroll .owl-controls {
  margin-top: 0;
}

.art-product .pro-content .pro-pic .pro-slider .sPrev,
.art-product .pro-content .pro-pic .pro-slider .sNext {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 14px;
  height: 100%;
  line-height: 100%;
  text-indent: -9999px;
  background: url("/templets/images/next-btn.jpg") no-repeat center center;
  opacity: .8;
}

.art-product .pro-content .pro-pic .pro-slider .sPrev {
  left: 0;
  background: url("/templets/images/pre-btn.jpg") no-repeat center center;
}

.art-product .pro-content .pro-pic .pro-slider .sPrev:hover,
.art-product .pro-content .pro-pic .pro-slider .sNext:hover {
  opacity: 1;
}

.art-product .pro-content .pro-pic .pro-slider .smallImg {
  display: inline-block;
  width: calc(100% - 52px);
  overflow: hidden;
  margin: 0 26px;
}

.art-product .pro-content .pro-pic .pro-slider .smallImg .tempWrap {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.art-product .pro-content .pro-pic .pro-slider .smallImg ul {
  width: 9999px;
  overflow: hidden;
}

.art-product .pro-content .pro-pic .pro-slider .smallImg li {
  float: left;
  cursor: pointer;
  display: inline-table;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.art-product .pro-content .pro-pic .pro-slider .smallImg a {
  display: table;
}

.art-product .pro-content .pro-pic .pro-slider .smallImg img {
  width: 100%;
}

.art-product .pro-content .pro-pic .pro-slider .smallImg .on {
  border: 1px solid #e63d21;
}

.art-product .pro-content .pro-info {
  margin-left: 510px;
}

.art-product .pro-content .pro-info .pro-tit {
  font-size: 24px;
  line-height: 65px;
  font-family: 'Arial';
  font-weight: 600;
}

.art-product .pro-content .pro-info .capacity {
  height: 34px;
}

.art-product .pro-content .pro-info .pro-cont > div {
  font-size: 14px;
  border-right: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  color: #555;
  font-family: "Arial";
  background: #8f8f8f;
  overflow: hidden;
}

.art-product .pro-content .pro-info .pro-cont > div .cont-tit {
  height: 100%;
  line-height: 34px;
  font-weight: 600;
  width: 152px;
  text-indent: 14px;
  color: #fff;
}

.art-product .pro-content .pro-info .pro-cont > div .cont-con {
  line-height: 34px;
  min-height: 34px;
  font-size: 14px;
  padding-left: 12px;
  margin-left: 152px;
  background: #fff;
}

.art-product .pro-content .pro-info .inquiry {
  text-transform: uppercase;
  text-indent: 15px;
  display: block;
  width: 180px;
  height: 50px;
  color: #fff;
  line-height: 50px;
  text-align: center;
  font-weight: 600;
  font-family: 'Arial';
  background: url("/templets/images/addtocart.png") no-repeat #e63d21;
  background-position: 18px 16px;
  margin-top: 41px;
  border-radius: 5px;
  -webkit-transition: none;
  transition: none;
}

.art-product .pro-content .pro-info .inquiry.added {
  background: url("/templets/images/dagou.png") no-repeat #e63d21;
  background-position: 14px 5px;
  background-size: 38px;
}

.art-product .accessories {
  padding: 46px 0 55px;
  background: #f4f4f4;
}

.art-product .accessories .accessories-tit {
  font-family: 'Arial';
  text-transform: uppercase;
  font-size: 35px;
}

.art-product .accessories .accessories-tit::after {
  content: "";
  height: 0;
  width: 18px;
  border-bottom: 6px solid #e63d21;
  margin: 15px 0 20px;
  display: block;
}

.art-product .accessories .accessories-content ul {
  margin-left: -5px;
  margin-right: -5px;
}

.art-product .accessories .accessories-content li {
  float: left;
  padding: 10px 5px 0;
  width: 20%;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.art-product .accessories .accessories-content li a {
  display: block;
  height: 100%;
  width: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.art-product .accessories .accessories-content li .acc-pic {
  width: 100%;
}

.art-product .accessories .accessories-content li .acc-pic img {
  width: 100%;
}

.art-product .accessories .accessories-content li .acc-model {
  font-size: 16px;
  font-family: 'Arial';
  padding-top: 22px;
}

.art-product .accessories .accessories-content li:hover a {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.art-product .series {
  padding-top: 46px;
  background: #fff;
}

.art-product .series .accessories-content li .acc-tit {
  font-size: 16px;
  font-family: 'Arial';
  padding-top: 22px;
}

.art-product .series .accessories-content li .acc-model {
  padding-top: 13px;
}

#edition-cn .art-product-series .pro-content .pro-info .pro-cont li .message {
  font-family: "微软雅黑";
}

.art-product-series .pro-content .pro-info .pro-tit {
  font-size: 24px;
  font-family: 'Arial';
  padding-bottom: 9px;
}

.art-product-series .pro-content .pro-info .pro-cont {
  width: auto;
}

.art-product-series .pro-content .pro-info .pro-cont tr {
  overflow: hidden;
}

.art-product-series .pro-content .pro-info .pro-cont tr .model {
  background: #8f8f8f;
  color: #fff;
}

.art-product-series .pro-content .pro-info .pro-cont .message-tit .message {
  font-weight: 600;
}

.art-product-series .including {
  padding: 46px 0 120px;
  border-top: 4px solid #f3f3f3;
}

.art-product-series .including .including-tit {
  font-family: 'Arial';
  font-size: 35px;
}

.art-product-series .including .including-tit::after {
  content: "";
  height: 0;
  width: 18px;
  border-bottom: 6px solid #e63d21;
  margin: 5px 0 20px;
  display: block;
}

.art-product-series .including .including-content li {
  float: left;
  width: 20%;
  padding: 0 5px;
  margin-top: 10px;
}

.art-product-series .including .including-content li:hover .acc-box {
  opacity: 1;
  visibility: visible;
}

.art-product-series .including .including-content li a {
  display: block;
  height: 100%;
  width: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
  position: relative;
}

.art-product-series .including .including-content li a .acc-box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(230, 61, 33, 0.8);
  -webkit-transition: all .3s;
  transition: all .3s;
  visibility: hidden;
  opacity: 0;
}

.art-product-series .including .including-content li a .acc-box .acc-model {
  margin-top: 30px;
}

.art-product-series .including .including-content li a .acc-box div {
  color: #fff;
  width: 80%;
  text-align: left;
  font-size: 16px;
  margin: 0 auto;
  line-height: 34px;
}

.art-product-series .including .including-content li a .acc-pic {
  width: 100%;
  height: 100%;
}

.art-product-series .including .including-content li a .acc-pic img {
  width: 100%;
}

.art-product-series .including .including-content li .inc-pic {
  width: 100%;
}

.art-product-series .including .including-content li .inc-pic img {
  width: 100%;
}

.art-product-series .including .including-content li .inc-model {
  font-size: 16px;
  font-family: 'Arial';
  padding: 22px 0 20px;
}

#edition-cn .art-product-series .including .including-tit {
  font-family: "微软雅黑";
  font-size: 24px;
  line-height: 40px;
}

/* 企业资讯页面NEW */
/******************************************************* PAGE END */
/* 企业资讯页面NEW */
/******************************************************* PAGE END */
/* 企业资讯页面NEWS */
.page-news {
  margin-bottom: 50px;
}

.page-news .news-h4 {
  padding: 60px 0 0;
  margin-bottom: 20px;
  font-size: 35px;
  font-weight: 600;
  text-align: center;
}

.page-news .news-link {
  width: 18px;
  height: 6px;
  background: #e63d21;
  display: block;
  margin: 17px auto 30px;
}

.page-news .news-l {
  width: 200px;
  padding: 32px 5px;
  margin-right: 20px;
}

.page-news .news-l .news-title {
  line-height: 50px;
  font-size: 16px;
  border-bottom: 1px solid #000000;
  text-indent: 20px;
  background: #333;
  border-bottom: 1px solid #fff;
  color: #fff;
}

.page-news .news-l li {
  border-bottom: 1px solid #fff;
}

.page-news .news-l li a {
  width: 100%;
  display: block;
  line-height: 40px;
  font-size: 14px;
  text-indent: 20px;
  -webkit-transition: all .1s;
  transition: all .1s;
  background: #dbdbdb;
}

.page-news .news-l li:hover > a,
.page-news .news-l .on > a {
  color: #fff;
  background: #797979;
}

.page-news .new-list {
  max-width: 980px;
  width: 94%;
  min-width: 320px;
  margin: 0 auto;
}

.page-news .new-list li {
  border-bottom: 1px solid #ddd;
}

.page-news .new-list li a {
  display: block;
  padding: 32px 0;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.page-news .new-list li a .img-box {
  width: calc( 46% - 40px);
  max-width: 370px;
  max-height: 170px;
  margin-right: 40px;
  overflow: hidden;
}

.page-news .new-list li a .img-box img {
  width: 100%;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.page-news .new-list li a .news-cont {
  width: 54%;
  position: relative;
}

.page-news .new-list li a .news-cont .news-title {
  max-width: 450px;
  width: 82%;
  margin: 14px 0 10px;
  font-size: 18px;
  line-height: 28px;
  font-weight: normal;
  color: #575757;
  -webkit-transition: all .5s;
  transition: all .5s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.page-news .new-list li a .news-cont .news-sectitle {
  color: #999;
  font-size: 14px;
  max-width: 400px;
  width: 86%;
  line-height: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.page-news .new-list li a .news-cont .news-data {
  position: absolute;
  right: 0;
  top: 11px;
  font-size: 30px;
  font-family: 'arial', "微软雅黑";
  margin-bottom: 12px;
  color: #999;
  border-radius: 16px;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.page-news .new-list li a .news-cont .news-data div:first-child {
  padding: 18px 20px 8px;
  color: #323232;
  font-size: 20px;
  font-weight: 600;
  text-align: right;
}

.page-news .new-list li a .news-cont .news-data div:first-child + div {
  padding: 8px 20px 12px;
  font-size: 24px;
  color: #111;
  font-weight: bold;
}

.page-news .new-list li a .news-cont .news-description {
  padding-top: 10px;
  line-height: 20px;
  max-width: 450px;
  width: 86%;
  -webkit-transition: all .3s;
  transition: all .3s;
  font-size: 14px;
  color: #999;
  width: 80%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.page-news .new-list li:hover .news-cont .news-sectitle {
  color: #666;
}

.page-news .new-list li:hover .news-cont .news-title,
.page-news .new-list li:hover .news-cont .news-data {
  color: #333;
}

.page-news .new-list li:hover .news-cont .news-title,
.page-news .new-list li:hover .news-cont .news-sectitle {
  margin-left: 10px;
}

/******************************************************* PAGE END */
/* 企业资讯详情页面ARTICLE_NEW */
.art-news {
  padding-top: 30px;
}

.art-news h2 {
  font-size: 18px;
  line-height: 50px;
  text-align: center;
  font-weight: 600;
}

.art-news .new-data {
  font-size: 12px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
  text-align: center;
  color: #aaa;
}

.art-news{
  max-width: 1000px;
  min-height: 350px;
  margin: 0 auto;
  font-size: 16px;
}

.art-news .new-info{padding: 30px 0}
.art-news .new-info p {
  line-height: 30px;
  font-size: 16px;
}

.art-news .new-info p span {
  line-height: 30px;
  font-size: 16px;
}

.art-news .new-info img {
  display: inline-block;
  max-width: 100%;
}

.art-news .prenext {
  padding: 30px 0;
  margin-bottom: 80px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  font-size: 0;
}

.art-news .prenext span,
.art-news .prenext a {
  display: inline-block;
  width: 33.3333%;
  text-align: center;
  font-size: 16px;
  text-transform: capitalize;
}

.art-news .prenext a:hover {
  color: #e63d21;
}

.new-info video{width: 100% !important;height: auto !important}

/******************************************************* PAGE END */
/* 人才页面TALENT */
.page-talent .talent-l {
  width: 200px;
  margin-right: 20px;
}

.page-talent .talent-l .talent-title {
  line-height: 50px;
  font-size: 16px;
  border-bottom: 1px solid #fff;
  color: #fff;
  background: #333;
  text-indent: 20px;
}

.page-talent .talent-l li {
  border-bottom: 1px solid #fff;
}

.page-talent .talent-l li a {
  width: 100%;
  display: block;
  line-height: 40px;
  font-size: 14px;
  background: #dbdbdb;
  text-indent: 20px;
}

.page-talent .talent-l li:hover > a,
.page-talent .talent-l .on > a {
  color: #fff;
  background: #797979;
}

.page-talent .talent-r {
  max-width: 900px;
  width: 100%;
  padding: 0 25px;
  margin: 0 auto;
}

.page-talent .talent-r .talent-tit {
  line-height: 50px;
  font-size: 16px;
  background: #333;
  text-indent: 20px;
  color: #fff;
}

.page-talent .talent-r .talent-cont {
  padding-top: 30px;
  padding-right: 50px;
}

.page-talent .talent-r .talent-cont p {
  line-height: 20px;
}

.page-talent .talent-r .talent-cont img {
  display: inline-block;
  max-width: 500px;
}

.page-talent .talent-r .news-list li {
  border-bottom: 1px solid #ddd;
}

.page-talent .talent-r .news-list li a {
  display: block;
  padding: 32px 20px;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.page-talent .talent-r .news-list li a .img-box {
  width: 180px;
  height: 78px;
  margin-right: 20px;
  overflow: hidden;
}

.page-talent .talent-r .news-list li a .img-box img {
  width: 100%;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.page-talent .talent-r .news-list li a .news-cont {
  width: 75%;
  position: relative;
}

.page-talent .talent-r .news-list li a .news-cont .news-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  -webkit-transition: all .3s;
  transition: all .3s;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.page-talent .talent-r .news-list li a .news-cont .news-data {
  display: none;
  opacity: 0;
  color: #aaa;
  position: absolute;
  right: 0;
  top: 4px;
  font-size: 14px;
}

.page-talent .talent-r .news-list li a .news-cont .news-description {
  padding-top: 10px;
  line-height: 20px;
  -webkit-transition: all .3s;
  transition: all .3s;
  font-size: 14px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.page-talent .talent-r .news-list li:hover .news-cont .news-description,
.page-talent .talent-r .news-list li:hover .news-cont .news-title {
  margin-left: 10px;
}

.page-talent .talent-r .news-list li:hover .news-cont .news-description {
  font-weight: normal;
}

.page-talent .talent-r .news-list li:hover .news-cont .news-title {
  font-weight: bold;
}

.page-talent .work {
  width: 600px;
  height: 400px;
  background: #f00;
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -200px;
  margin-left: -300px;
}

.list-talent .talent-info {
  margin-top: 20px;
}

.list-talent .talent-info li {
  margin-bottom: 50px;
  border: 1px solid #ccc;
}

.list-talent .talent-info li .recruitment-tit {
  font-size: 16px;
  padding: 15px 0;
  border-bottom: 1px solid #ccc;
  background: #dbdbdb;
  text-indent: 14px;
  font-weight: 600;
}

.list-talent .talent-info li .recruitment-tit span {
  font-size: 14px;
  margin-right: 20px;
}

.list-talent .talent-info li .recruitment-add {
  font-size: 14px;
  padding: 21px 0;
}

.list-talent .talent-info li .recruitment-cont {
  padding: 20px;
}

.list-talent .talent-info li .recruitment-cont p {
  font-size: 14px !important;
  line-height: 20px !important;
  font-family: "微软雅黑" !important;
  font-weight: normal;
}

.list-talent .talent-info li .recruitment-cont a {
  text-decoration: none !important;
}

.list-talent .talent-info li .recruitment-cont span {
  font-size: 14px !important;
  line-height: 20px !important;
  font-family: "微软雅黑" !important;
}

.list-talent .talent-info li .add-post {
  cursor: pointer;
  padding: 10px 0;
  width: 150px;
  text-align: center;
  font-size: 14px;
  background: #e63d21;
  color: #fff;
  margin-top: 20px;
  display: block;
  border: 1px solid #e63d21;
}

.list-talent .talent-info li .add-post:hover {
  color: #e63d21;
  background: #fff;
}

.art-talent {
  width: 800px;
  margin: 0 auto;
}

.art-talent .rec-tit {
  font-size: 24px;
  line-height: 50px;
  border-bottom: 1px solid #eaeaea;
  text-indent: 14px;
}

.art-talent .rec-require {
  padding-top: 30px;
}

.art-talent .rec-require p {
  font-size: 14px;
  line-height: 20px;
}

#edition-en .list-talent .talent-info li .recruitment-cont span,
#edition-en .list-talent .talent-info li .recruitment-cont p {
  font-family: "Arial" !important;
}

/******************************************************* PAGE END */
/* 联系页面CONTACT */
.page-map .map-banner {
  width: 100%;
  display: none;
}

.page-map .map-banner img {
  width: 100%;
}

.page-map .wrap {
  width: 100%;
  min-width: auto;
}

.page-map .alladdress {
  padding: 50px 0 30px;
  overflow: hidden;
}

.page-map .alladdress li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  width: 25%;
  line-height: 24px;
  margin-bottom: 30px;
}

.page-map .alladdress li .address-wrap {
  padding: 0 15px;
}

.page-map .alladdress li .address-wrap .address-wrap-in {
  padding-bottom: 15px;
  border: 9px solid #dcdcdc;
}

.page-map .alladdress li i {
  display: block;
  width: 27px;
  height: 27px;
  margin: 0 0 20px;
  background: url(/templets/images/foot-add.png) no-repeat;
  cursor: pointer;
}

.page-map .alladdress li .alladdress-tit {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  padding: 10px 20px 19px;
  margin-bottom: 20px;
  text-transform: Uppercase;
}

.page-map .alladdress li .alladdress-cont {
  padding: 0 20px;
}

.page-map .alladdress li .alladdress-cont p {
  line-height: 22px;
  padding-bottom: 20px;
}

.page-map .alladdress li .alladdress-cont p,
.page-map .alladdress li .alladdress-cont span {
  font-size: 16px;
}

.page-map .alladdress li:nth-child(1) .address-wrap-in {
  border-color: #ffc8cb;
}

.page-map .alladdress li:nth-child(1) .alladdress-tit {
  background: #ffc8cb;
}

.page-map .alladdress li:nth-child(1) .alladdress-cont .address-contact {
  padding-left: 42px;
  background: url("/templets/images/con-add1.png") no-repeat;
  cursor: pointer;
  -webkit-transition: all .23s ease;
  transition: all .23s ease;
}

.page-map .alladdress li:nth-child(1) .alladdress-cont .address-contact:hover {
  color: #e63d21;
}

.page-map .alladdress li:nth-child(1) .alladdress-cont .address-tel {
  padding-left: 42px;
  background: url("/templets/images/add-tb1-dh.jpg") no-repeat;
}

.page-map .alladdress li:nth-child(1) .alladdress-cont .address-fax {
  padding-left: 42px;
  background: url("/templets/images/add-tb1.png") no-repeat;
  background-position: 0 -212px;
}

.page-map .alladdress li:nth-child(1) .alladdress-cont .address-youxiang {
  padding-left: 42px;
  background: url("/templets/images/add-tb1.png") no-repeat;
  background-position: 0 -171px;
}

.page-map .alladdress li:nth-child(2) .address-wrap-in {
  border-color: #f0c38b;
}

.page-map .alladdress li:nth-child(2) .alladdress-tit {
  background: #f0c38b;
}

.page-map .alladdress li:nth-child(2) .alladdress-cont .address-contact {
  padding-left: 42px;
  background: url("/templets/images/con-add2.png") no-repeat;
  cursor: pointer;
  -webkit-transition: all .23s ease;
  transition: all .23s ease;
}

.page-map .alladdress li:nth-child(2) .alladdress-cont .address-contact:hover {
  color: #e63d21;
}

.page-map .alladdress li:nth-child(2) .alladdress-cont .address-email {
  padding-left: 42px;
  background: url("/templets/images/add-tb2.png") no-repeat;
  background-position: 0 -63px;
}

.page-map .alladdress li:nth-child(2) .alladdress-cont .address-tel {
  padding-left: 42px;
  background: url("/templets/images/add-tb2-dh.jpg") no-repeat;
}

.page-map .alladdress li:nth-child(2) .alladdress-cont .address-fax {
  padding-left: 42px;
  background: url("/templets/images/add-tb2.png") no-repeat;
  background-position: 0 -212px;
}

.page-map .alladdress li:nth-child(2) .alladdress-cont .address-youxiang {
  padding-left: 42px;
  background: url("/templets/images/add-tb2.png") no-repeat;
  background-position: 0 -171px;
}

.page-map .alladdress li:nth-child(3) .address-wrap-in {
  border-color: #bef1af;
}

.page-map .alladdress li:nth-child(3) .alladdress-tit {
  background: #bef1af;
}

.page-map .alladdress li:nth-child(3) .alladdress-cont .address-contact {
  padding-left: 42px;
  background: url("/templets/images/con-add3.png") no-repeat;
  cursor: pointer;
  -webkit-transition: all .23s ease;
  transition: all .23s ease;
}

.page-map .alladdress li:nth-child(3) .alladdress-cont .address-contact:hover {
  color: #e63d21;
}

.page-map .alladdress li:nth-child(3) .alladdress-cont .address-email {
  padding-left: 42px;
  background: url("/templets/images/add-tb3.png") no-repeat;
  background-position: 0 -63px;
}

.page-map .alladdress li:nth-child(3) .alladdress-cont .address-tel {
  padding-left: 42px;
  background: url("/templets/images/add-tb3-dh.jpg") no-repeat;
}

.page-map .alladdress li:nth-child(3) .alladdress-cont .address-fax {
  padding-left: 42px;
  background: url("/templets/images/add-tb3.png") no-repeat;
  background-position: 0 -212px;
}

.page-map .alladdress li:nth-child(3) .alladdress-cont .address-youxiang {
  padding-left: 42px;
  background: url("/templets/images/add-tb3.png") no-repeat;
  background-position: 0 -171px;
}

.page-map .alladdress li:nth-child(4) .address-wrap-in {
  border-color: #c2dfed;
}

.page-map .alladdress li:nth-child(4) .alladdress-tit {
  background: #c2dfed;
}

.page-map .alladdress li:nth-child(4) .alladdress-cont .address-contact {
  padding-left: 42px;
  background: url("/templets/images/con-add4.png") no-repeat;
  cursor: pointer;
  -webkit-transition: all .23s ease;
  transition: all .23s ease;
}

.page-map .alladdress li:nth-child(4) .alladdress-cont .address-contact:hover {
  color: #e63d21;
}

.page-map .alladdress li:nth-child(4) .alladdress-cont .address-email {
  padding-left: 42px;
  background: url("/templets/images/add-tb4.png") no-repeat;
  background-position: 0 -63px;
}

.page-map .alladdress li:nth-child(4) .alladdress-cont .address-tel {
  padding-left: 42px;
  background: url("/templets/images/add-tb4-dh.jpg") no-repeat;
}

.page-map .alladdress li:nth-child(4) .alladdress-cont .address-fax {
  padding-left: 42px;
  background: url("/templets/images/add-tb4.png") no-repeat;
  background-position: 0 -212px;
}

.page-map .alladdress li:nth-child(4) .alladdress-cont .address-youxiang {
  padding-left: 42px;
  background: url("/templets/images/add-tb4.png") no-repeat;
  background-position: 0 -171px;
}

.page-map .map-wrap {
  width: 100%;
  background: url("/templets/images/china-bg.jpg") no-repeat center center;
  text-align: center;
}

.page-map .map-wrap .map {
  position: relative;
  max-height: 600px;
  display: inline-block;
}

.page-map .map-wrap .map img {
  margin: 0 auto;
  max-width: 680px;
  margin: 0 auto;
  width: 100%;
}

.page-map .map-point {
  width: 100%;
  height: 100%;
}

.page-map .map-point .map-address {
  height: inherit;
}

.page-map .map-point .map-address li {
  position: absolute;
}

.page-map .map-point .map-address li a {
  width: 40px;
  height: 40px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  position: relative;
  border-radius: 50%;
  background: #fff;
}

.page-map .map-point .map-address li a:hover .map-list-info {
  opacity: 1;
  visibility: visible;
  z-index: 9;
}

.page-map .map-point .map-address li a i {
  width: 21px;
  height: 26px;
  display: inline-block;
}

.page-map .map-point .map-address li a .map-list-info {
  opacity: 0;
  visibility: hidden;
  z-index: 0;
  z-index: -1;
  position: absolute;
  width: auto;
  padding: 10px;
  background-color: #fafafa;
  -webkit-box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  text-align: left;
  -webkit-transition: opacity .24s ease;
  transition: opacity .24s ease;
}

.page-map .map-point .map-address li a .map-list-info p {
  font-weight: normal;
  font-size: 14px;
  color: #555;
  line-height: 18px;
}

.page-map .map-point .map-address li:nth-child(1) {
  bottom: 15%;
  right: 21%;
  z-index: 1;
}

.page-map .map-point .map-address li:nth-child(1) .map-list-info {
  bottom: auto;
  width: 206px;
  top: 44px;
  left: 14px;
}

.page-map .map-point .map-address li:nth-child(1) i {
  background: url("/templets/images/con-add1.png") no-repeat;
  background-size: cover;
}

.page-map .map-point .map-address li:nth-child(2) {
  bottom: 13%;
  right: 28%;
  z-index: 1;
}

.page-map .map-point .map-address li:nth-child(2) .map-list-info {
  width: 233px;
  bottom: auto;
  top: 44px;
  left: -186px;
  left: 50%;
  margin-left: -95px;
}

.page-map .map-point .map-address li:nth-child(2) i {
  background: url("/templets/images/con-add2.png") no-repeat;
  background-size: cover;
}

.page-map .map-point .map-address li:nth-child(3) {
  bottom: 20.5%;
  right: 26%;
}

.page-map .map-point .map-address li:nth-child(3) .map-list-info {
  bottom: auto;
  left: 50%;
  top: -3px;
  margin-left: -80px;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  width: 217px;
}

.page-map .map-point .map-address li:nth-child(3) i {
  background: url("/templets/images/con-add3.png") no-repeat;
  background-size: cover;
}

.page-map .map-point .map-address li:nth-child(4) {
  top: 56%;
  right: 12%;
}

.page-map .map-point .map-address li:nth-child(4) .map-list-info {
  top: -43px;
  left: -27px;
  bottom: auto;
  width: 96px;
}

.page-map .map-point .map-address li:nth-child(4) i {
  background: url("/templets/images/con-add4.png") no-repeat;
  background-size: cover;
}

.page-map .map-point .map-addname li {
  position: absolute;
  font-size: 16px;
}

.page-map .map-point .map-addname li:nth-child(1) {
  bottom: 18%;
  right: 15.5%;
}

.page-map .map-point .map-addname li:nth-child(2) {
  bottom: 16%;
  right: 36%;
}

.page-map .map-point .map-addname li:nth-child(3) {
  bottom: 29%;
  right: 26%;
}

.page-map .map-point .map-addname li:nth-child(4) {
  top: 52%;
  right: 12%;
}

#edition-en .page-map .alladdress .alladdress-tit {
  min-height: 69px;
}

/******************************************************* PAGE END */
/***
*** footer ***
***/
.footer {
  background: #f3f3f3;
  padding: 52px 0 26px;
}

.footer .foot_l .foot-logo {
  margin-bottom: 27px;
}

.footer .foot_l .power {
  font-size: 12px;
  color: #aaa;
  line-height: 26px;
}

.footer .foot_l .power div {
  padding: 5px 0;
}

.footer .foot_l .power a {
  color: #aaa;
  line-height: 20px;
}

.footer .foot_l .power a:hover {
  color: #e63d21;
}

.footer .foot_l .power .banquan,
.footer .foot_l .power .beian {
  display: inline-block;
  width: auto;
}

.footer .foot_l .power1 {
  font-size: 12px;
  color: #aaa;
  line-height: 26px;
  font-family: "Arial";
}

.footer .foot_l .power1 div {
  padding: 5px 0;
}

.footer .foot_l .power1 a {
  color: #aaa;
}

.footer .foot_l .power1 .banquan,
.footer .foot_l .power1 .beian {
  display: inline-block;
  width: auto;
}

.footer .foot_r .foot-contact div span {
  display: block;
  width: 27px;
  height: 26px;
  margin: 0 auto 20px;
}

.footer .foot_r .foot-contact div p {
  font-weight: 600;
  font-size: 14px;
}

.footer .foot_r .foot-contact .address p {
  text-align: center;
}

.footer .foot_r .foot-contact .address span {
  background: url("/templets/images/foot-add.png") no-repeat;
}

.footer .foot_r .foot-contact .mail span {
  background: url("/templets/images/foot-mail.png") no-repeat;
}

.footer .foot_r .foot-contact .mail span a {
  display: block;
  height: 100%;
  width: 100%;
}

.footer .foot_r .mail {
  text-align: center;
}

.footer .foot_r .message {
  margin-top: 18px;
}

.footer .foot_r .message a {
  display: inline-block;
  margin: 0 3px;
  height: 36px;
  width: 34px;
}

.footer .foot_r .message .alibaba {
  width: 50px;
  margin: 0;
  background: url(../images/icon_alibaba.png) center no-repeat;
  background-size: 100% auto;
}

.footer .foot_r .message .alibaba, .footer .foot_r .message .facebook {
  -webkit-transition: all .3s;
  transition: all .3s;
}

.footer .foot_r .message .alibaba:hover, .footer .foot_r .message .facebook:hover {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.footer .foot_r .message .weixin > img {
  -webkit-transition: all .3s;
  transition: all .3s;
}

.footer .foot_r .message .weixin:hover > img {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.footersj {
  padding: 22px 0 16px;
  background-color: #f3f3f3;
  font-size: 14px;
  color: #777;
}

.footersj a {
  color: #777;
}

.footersj .power div {
  padding: 5px 0;
}

.footersj .power a {
  line-height: 20px;
}

.footersj .address span {
  display: block;
  width: 27px;
  height: 26px;
  margin: 0 auto 20px;
  background: url(/templets/images/foot-add.png) no-repeat;
}

.footersj .address p {
  font-size: 14px;
  color: #333;
  font-weight: 600;
  padding-bottom: 5px;
}

.footersj .message {
  margin-top: 18px;
  margin-bottom: 20px;
}

.footersj .message a {
  display: inline-block;
  margin: 0 7px;
  height: 36px;
  width: 34px;
}

.footersj .message .alibaba {
  width: 50px;
  margin: 0;
  background: url(../images/icon_alibaba.png) center no-repeat;
  background-size: 100% auto;
}

.footer-menu {
  z-index: 100;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 5rem;
  text-align: center;
  background: #393939;
}

.footer-menu li {
  text-align: center;
  height: 5rem !important;
}

.footer-menu li:nth-child(2) {
  border-left: 1px solid #555;
}

.footer-menu a {
  color: #fff;
  font-size: 1.4rem;
  line-height: 5rem;
}

.footer-menu span {
  display: inline-block;
  height: 1.5rem;
  width: 2rem;
  vertical-align: middle;
  margin-right: .6rem;
}

.footer-menu li:nth-child(1) span {
  background: url("../images/ico-mail-m.png") no-repeat;
  background-size: 100% 100%;
}

.footer-menu li:nth-child(2) span {
  background: url("../images/ico-phone-m.png") no-repeat;
  background-size: 100% 100%;
}

/*翻页样式*/
.paging {
  text-align: center;
  padding: 45px;
  font-size: 12px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.paging li {
  display: inline-block;
  line-height: 24px;
  text-align: center;
  font-size: 12px;
}

.paging li a {
  display: inline-block;
  color: #000;
  background: #f2f2f2;
  width: 24px;
  height: 24px;
  line-height: 24px;
  margin-right: 8px;
  font-size: 12px;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.paging li.thisclass a,
.paging li:hover a {
  background: #e63d21;
  color: #fff;
}

.pageinfo {
  letter-spacing: 1px;
}

.pageinfo strong {
  font-family: "Arial";
  font-weight: normal;
  font-size: 14px;
}

.paging li.i a,
.paging li a.i,
.paging li.n a,
.paging li a.e,
.paging li.p a,
.paging li.e a {
  text-indent: -9999px;
}

.paging li.i a {
  text-indent: -9999px;
  background: url(../images/paging_btn.png) #f2f2f2 7px center no-repeat;
}

.paging li a.e {
  background: url(../images/paging_btn.png) #f2f2f2 -152px center no-repeat;
}

.paging li.e a {
  background: url(../images/paging_btn.png) #f2f2f2 -152px center no-repeat;
}

.paging li.p a {
  background: url(../images/paging_btn.png) #f2f2f2 -32px center no-repeat;
}

.paging li.n a {
  background: url(../images/paging_btn.png) #f2f2f2 -100px center no-repeat;
}

.paging li.i:hover a {
  background: url(../images/paging_btn_hover.png) 7px center no-repeat #e63d21;
}

.paging li:hover a.e {
  background: url(../images/paging_btn_hover.png) -152px center no-repeat #e63d21;
}

.paging li.e:hover a {
  background: url(../images/paging_btn_hover.png) -152px center no-repeat #e63d21;
}

.paging li.p:hover a {
  background: url(../images/paging_btn_hover.png) -32px center no-repeat #e63d21;
}

.paging li.n:hover a {
  background: url(../images/paging_btn_hover.png) -100px center no-repeat #e63d21;
}

/*固定侧边拦*/
.float-right-box {
  width: 200px;
  position: fixed;
  right: 0;
  top: 50%;
  margin-top: -127px;
  background-color: #b3b3b3;
  -webkit-box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  -webkit-transition: width 0.3s ease 0s;
  transition: width 0.3s ease 0s;
}

.float-right-box.on {
  width: 50px;
}

.float-right-box .top-list {
  width: 100%;
}

.float-right-box .top-list ul {
  width: 100%;
}

.float-right-box .top-list li {
  width: 100%;
  position: relative;
  border-bottom: 1px solid #fff;
  -webkit-transition: background 0.3s ease 0s;
  transition: background 0.3s ease 0s;
  height: 50px;
}

.float-right-box .top-list li:last-child {
  border-bottom: 0;
}

.float-right-box .top-list a {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
  height: 51px;
}

.float-right-box .top-list .ico {
  display: inline-block;
  width: 50px;
  height: 49px;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background 0.3s ease 0s;
  transition: background 0.3s ease 0s;
  z-index: 2;
}

.float-right-box .top-list .ico_email {
  background: url(../images/email.png) no-repeat center #b3b3b3;
}

.float-right-box .top-list .ico1 {
  background: url(../images/ico_58.png) no-repeat center #b3b3b3;
}

.float-right-box .top-list .ico2 {
  background: url(../images/ico_59.png) no-repeat center #b3b3b3;
}

.float-right-box .top-list .ico3 {
  background: url(../images/ico_60.png) no-repeat center #b3b3b3;
}

.float-right-box .top-list .ico4 {
  background: url(../images/ico_61.png) no-repeat center #b3b3b3;
}

.float-right-box .top-list .ico5 {
  background: url(../images/ico_62.png) no-repeat center #b3b3b3;
}

.float-right-box .top-list .ico6 {
  background: url(../images/wechaticon.png) no-repeat center #b3b3b3;
}

.float-right-box .top-list .ico7 {
  background: url(../images/ico_69.png) no-repeat center #b3b3b3;
}

.float-right-box .icodizhi {
  background: url(../images/loca.png) no-repeat center #b3b3b3;
}

.float-right-box .top-list .ico8 {
  background: url(../images/icon_sj.png) no-repeat center center #b3b3b3;
}

.float-right-box .top-list .stt {
  display: inline-block;
  font-size: 14px;
  line-height: 50px;
  color: #fff;
  -webkit-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
  position: absolute;
  left: 22px;
  top: 0;
  z-index: 1;
  width: 222px;
}

.float-right-box .top-list li:hover .stt {
  color: #191919;
}

.float-right-box .top-list li:hover .ico_email {
  background: url(../images/email_h.png) no-repeat center center #fff;
}

.float-right-box .top-list li:hover .ico1 {
  background: url(../images/ico_58_h.png) no-repeat center center #fff;
}

.float-right-box .top-list li:hover .ico2 {
  background: url(../images/ico_59_h.png) no-repeat center center #fff;
}

.float-right-box .top-list li:hover .ico3 {
  background: url(../images/ico_60_h.png) no-repeat center center #fff;
}

.float-right-box .top-list li:hover .ico4 {
  background: url(../images/ico_61_h.png) no-repeat center center #fff;
}

.float-right-box .top-list li:hover .ico5 {
  background: url(../images/ico_62_h.png) no-repeat center center #fff;
}

.float-right-box .top-list li:hover .ico6 {
  background: url(../images/wechaticon_on.png) no-repeat center center #fff;
}

.float-right-box .top-list li:hover .ico7 {
  background: url(../images/ico_69_h.png) no-repeat center center #fff;
}

.float-right-box .top-list li:hover .ico8 {
  background: url(../images/icon_sj_h.png) no-repeat center center #fff;
}

.float-right-box .top-list li:hover .icodizhi {
  background: url(../images/loca_f.png) no-repeat center center #fff;
}

.float-right-box .top-list li:hover {
  background-color: #fff;
}

.float-right-box .top-list li:hover .img {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.float-right-box .top-list .return-webtop .stt {
  font-family: "Arial";
  text-align: left;
  font-weight: bold;
}

.float-right-box .bot-share {
  position: relative;
  height: 50px;
}

.float-right-box .bot-share a {
  display: inline-block;
  width: 50px;
  height: 50px;
  -webkit-transition: background 0.3s ease 0s;
  transition: background 0.3s ease 0s;
  margin: 0;
  padding: 0;
  float: left;
}

.float-right-box .bot-share .share {
  width: 200px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.float-right-box .bot-share .sina {
  background: url(../images/ico_63.png) no-repeat center;
}

.float-right-box .bot-share .wx {
  background: url(../images/ico_64.png) no-repeat center;
}

.float-right-box .bot-share .tx {
  background: url(../images/ico_65.png) no-repeat center;
}

.float-right-box .bot-share .more {
  background: url(../images/ico_66.png) no-repeat center;
}

.float-right-box .bot-share a:hover {
  background-color: #525354;
}

.float-right-box .bot-share .share-ico {
  background: url(../images/ico_67.png) no-repeat center #191919;
  width: 50px;
  height: 50px;
  display: inline-block;
  cursor: pointer;
  z-index: 2;
  position: absolute;
  top: 0;
  right: 0;
}

#wechat .img {
  position: absolute;
  right: 200px;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  width: 150px;
  height: 150px;
  -webkit-transition: all .3s;
  transition: all .3s;
  top: 50%;
  margin-top: -75px;
}

#wechat .img img {
  width: 150px;
  height: 150px;
}

.float-right-box .top-list li:hover #wechat .img {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.float-right-box .top-list li.am-gotop {
  opacity: 0;
  visibility: hidden;
  height: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.float-right-box .top-list li.am-gotopon {
  visibility: visible;
  opacity: 1;
  height: 50px;
}

.float-right-box .top-list li:hover .icoche {
  background: #fff url(../images/icon_gouwu_hei.png) no-repeat center center;
}

.icoche {
  background: #b3b3b3 url(../images/icon_gouwu.png) center center no-repeat;
}

.send {
  display: none;
}

.reveal-modal-bg {
  position: fixed;
  background: rgba(0, 0, 0, 0.4);
  filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr='#66000000', endcolorstr='#66000000');
  z-index: 1000;
  display: none;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}

.reveal-modal {
  visibility: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 600px;
  width: 80%;
  max-height: 690px;
  background: #fff;
  position: fixed;
  z-index: 9999;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

.jDialog .jDialog-content {
  padding: 15px 20px;
  position: relative;
}

.jDialog .close {
  position: absolute;
  top: 15px;
  right: 20px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  border: 0;
  background: url(../images/d_close.png) center center no-repeat;
}

.jDialog .close:hover {
  background: url(../images/d_close_h.png) center center no-repeat;
}

.jDialog h2 {
  color: #fff;
  font-size: 30px;
  text-align: center;
  line-height: 2;
  padding-top: 13px;
  border-bottom: 1px solid #ccc;
}

.jDialog form > ul {
  padding: 30px 0 20px;
}

.jDialog form > ul:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}

.jDialog form > ul > li {
  float: left;
  width: 240px;
}

.jDialog form > ul > li:last-child {
  padding-left: 39px;
  margin-left: 40px;
  border-left: 1px solid #ccc;
  height: 130px;
}

.jDialog form > ul > li:last-child h3 {
  color: #2c8dd1;
  font-size: 20px;
  margin-top: -6px;
  line-height: 2;
}

.jDialog form > ul > li:last-child h3.form-title-cn {
  font-weight: bold;
  font-size: 24px;
  margin-top: 0;
  padding-top: 13px;
}

.jDialog form > ul > li:last-child li input {
  margin: 8px 5px 0 0;
  width: 13px;
  height: 13px;
  float: left;
}

.jDialog form > ul > li:first-child {
  text-align: center;
}

.jDialog form > ul > li:first-child h3 {
  color: #fff;
  font-size: 24px;
  line-height: 2;
}

.jDialog form > h3 {
  text-align: center;
  line-height: 1;
  margin-bottom: 25px;
}

.jDialog form > input {
  border: 1px solid #aaa;
  padding: 0 10px;
  height: 44px;
  margin-bottom: 8px;
  color: #555;
}

.jDialog form > textarea {
  border: 1px solid #aaa;
  padding: 0 10px;
  height: 80px;
  margin-bottom: 8px;
  color: #444;
  font-family: "微软雅黑";
  line-height: 24px;
}

.jDialog form .intxt {
  max-width: 538px;
  width: 100%;
  display: block;
}

.jDialog form .code {
  width: 320px;
}

.jDialog form .coolbg {
  width: 200px;
  position: relative;
  left: 50%;
  margin-left: -100px;
  height: 46px;
  color: #fff;
  background: #e63d21;
  line-height: 46px;
  cursor: pointer;
}

.jDialog form .coolbg:hover {
  font-weight: bold;
}

.jDialog p {
  text-align: center;
  font-size: 18px;
  border-top: 1px solid #ccc;
  margin-top: 20px;
  padding-top: 10px;
}

.jDialog p a {
  color: #fff;
}

.jDialog p a:hover {
  color: #aaa;
}

.xunpan h2 {
  height: 400px;
  line-height: 400px;
  margin-bottom: 80px;
  font-size: 50px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  background: url("/templets/images/xunjia.jpg") no-repeat center center;
}

.xunpan h2 span {
  font-size: 60px;
}

.xunpan .ft-car-list li:nth-child(1) {
  border-top: 1px solid #ddd;
}

.xunpan .ft-car-list li {
  padding: 0 40px;
  overflow: hidden;
  border-bottom: 1px solid #ddd;
}

.xunpan .ft-car-list li .carpic {
  width: 150px;
  height: 150px;
  float: left;
  display: block;
}

.xunpan .ft-car-list li p {
  float: left;
  text-align: center;
  height: 150px;
  line-height: 150px;
  font-size: 18px;
}

.xunpan .ft-car-list li .title-car {
  text-align: left;
}

.xunpan .ft-car-list li .shan {
  float: right;
  text-align: right;
}

.xunpan .ft-car-list li .shan-text {
  cursor: pointer;
}

.xunpan .ft-car-list li .icon-shan {
  width: 40px;
  height: 40px;
  display: inline-block;
  background: url(../images/delete.png);
  vertical-align: middle;
}

.xunpan .ft-car-list li .icon-shan:hover {
  width: 40px;
  height: 40px;
  display: inline-block;
  background: url(../images/delete_h2.png);
}

.xunpan .ft-car-list li .shan-text:hover {
  color: #e63d21;
}

.xunpan .ft-car-list li img {
  width: 80%;
  padding-top: 10%;
}

.xunpan .ft-inquiry-list {
  max-width: 600px;
  width: 90%;
  margin: 0 auto;
  border: 1px solid #eee;
  border-bottom: 0;
}

.xunpan .ft-inquiry-list li {
  height: 160px;
  padding: 20px 0;
  border-bottom: 1px solid #eee;
}

.xunpan .ft-inquiry-list li .carpic {
  width: 50%;
  padding-left: 40px;
  float: left;
}

.xunpan .ft-inquiry-list li .carpic img {
  width: 120px;
}

.xunpan .ft-inquiry-list li p {
  width: 50%;
  float: left;
  height: 120px;
  line-height: 120px;
  font-size: 18px;
  text-align: center;
}

.xunpan .ft-inquiry-list .message {
  height: 60px;
  font-size: 18px;
  line-height: 20px;
  padding-left: 30px;
}

.xunpan .ft-inquiry-list .message span {
  font-size: 16px;
  line-height: 20px;
}

.xunpan .ft-inquiry-list .message .data {
  float: right;
}

.xunpan .ft-inquiry-list .message .data span {
  padding-right: 30px;
}

.xunpan .backlist {
  display: block;
  width: 150px;
  color: #fff;
  background: #e63d21;
  text-align: center;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  margin: 30px auto 70px;
  border-radius: 20px;
  border: 1px solid #e63d21;
}

.xunpan .backlist:hover {
  color: #e63d21;
  background: #fff;
}

.openselect {
  margin: 40px 0;
  display: inline-block;
  background-color: #e63d21;
  color: #fff;
  border-radius: 50px;
  padding: 0 30px;
  line-height: 40px;
  border: 1px solid #e63d21;
  text-transform: uppercase;
}

.openselect:hover {
  background-color: #fff;
  color: #e63d21;
}

.xunpan .reveal-modal {
  max-height: 480px;
}

#edition-en .left-nav {
  width: 230px;
}

@media screen and (min-width: 1919px) {
  #edition-cn .left-nav,
  #edition-en .left-nav {
    left: 5%;
    width: 250px;
  }
  #edition-cn .left-nav ul li.active,
  #edition-en .left-nav ul li.active {
    font-size: 26px;
  }
  #edition-cn .left-nav ul li.active2,
  #edition-en .left-nav ul li.active2 {
    font-size: 18px;
  }
}

.page-about > div {
  position: relative;
  overflow: hidden;
}

.page-about > div > a {
  position: absolute;
  top: 50%;
  height: 0;
  display: block;
  width: 100%;
}

.left-nav {
  position: fixed;
  z-index: 98;
  left: 0;
  width: 150px;
  top: 50%;
  margin-top: -105px;
  overflow: visible;
}

.left-nav div a {
  color: #6b7381;
}

.left-nav ul {
  display: block;
  height: 100%;
  width: 100%;
  overflow: visible;
  top: 0;
  position: relative;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.left-nav ul.active {
  top: 0;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.left-nav ul.active2 {
  top: -50px;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.left-nav ul.active3 {
  top: -100px;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.left-nav ul.active4 {
  top: -150px;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.left-nav ul.active5 {
  top: -200px;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.left-nav ul li {
  height: 37px;
  line-height: 37px;
  font-size: 14px;
  text-align: left;
  text-indent: 10px;
  opacity: 0;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  color: #000;
}

.left-nav ul li a {
  color: #000;
}

.left-nav ul li.active {
  opacity: 1;
  font-size: 24px;
  font-weight: bold;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.left-nav ul li.active3 {
  opacity: 0.4;
  font-size: 18px;
  font-weight: bold;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.left-nav ul li.active2 {
  opacity: 0.4;
  font-size: 14px;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.left-nav div {
  height: 37px;
  line-height: 37px;
  text-align: right;
  font-weight: bold;
  position: relative;
  top: -30rem;
  font-size: 22px;
}

.footer .wrap {
  overflow: visible;
}

.weixin {
  position: relative;
}

.alibaba {
  position: relative;
}

.alibaba:hover .qrcode {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  visibility: visible;
  top: -130px;
}

.weixin:hover .qrcode {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.qrcode {
  visibility: hidden;
  -webkit-transition: all .22s ease;
  transition: all .22s ease;
  opacity: 0;
  border: 5px solid #fff;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
  top: -140px;
  left: 50%;
  margin-left: -65px;
  position: absolute;
  -webkit-box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.1);
  z-index: 100;
}

.qrcode img {
  width: 120px;
}

.index-tit-sty-cn {
  display: block;
  font-size: 35px;
  font-family: "微软雅黑";
  font-weight: bold;
  text-align: center;
}

.tit-link {
  display: block;
  width: 18px;
  height: 6px;
  background: #e63d21;
  display: block;
  margin: 17px auto 50px;
}

.index-tit-sty-en {
  font-family: "Arial";
  font-size: 32px;
  text-align: center;
  font-weight: bold;
}

#edition-en .tit-link {
  margin: 17px auto 50px;
}

#edition-en .index-about-t {
  font-family: "Arial";
  font-size: 35px;
  font-weight: 600;
}

#edition-en .index-about-t + .tit-link {
  margin: 20px auto 50px;
}

.cata-wrap {
  margin: 60px 0 40px;
}

.cata-wrap .wrap {
  max-width: 1170px;
  width: 90%;
  margin: 0 auto;
  min-width: auto;
}

.cate-list {
  max-width: 1170px;
  width: 100%;
}

.cate-list li {
  padding: 0;
  margin-bottom: 30px;
}

.cate-list li a {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 98%;
}

.cate-list li div {
  width: 100%;
  overflow: hidden;
}

.cate-list li div:after {
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
  position: absolute;
  width: 100%;
  height: inherit;
  background-color: rgba(255, 255, 255, 0.2);
  content: "";
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.cate-list li a:hover p {
  color: #1b1b1b;
}

.cate-list li:hover img {
  margin-top: -10px;
}

.cate-list li a:hover span {
  height: 60px;
}

.cate-list li a:hover div:after {
  z-index: 9;
  opacity: 1;
}

.cate-list li span:hover {
  background-color: #fff;
}

.cate-list li span {
  overflow: hidden;
  z-index: 10;
  position: absolute;
  bottom: 48px;
  left: 0;
  text-align: center;
  height: 0;
  -webkit-transition: all .22s ease;
  transition: all .22s ease;
  display: block;
  width: 100%;
  background-color: rgba(179, 179, 179, 0.8);
}

.cate-list li i {
  opacity: 1;
  display: inline-block;
  margin: 15px 0;
  width: 30px;
  height: 30px;
  background: url(../images/link.png) center center no-repeat;
}

.cate-list li span:hover i {
  background: url(../images/link_f.png) center center no-repeat;
}

.cate-list li img {
  display: inline-block;
  height: auto;
  width: 100%;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.cate-list li p {
  padding: 16px 0;
  background: #f8f8f8;
  color: #A6A6A6;
  text-align: center;
  font-size: 16px;
}

/*-------------------- edition-en ---------------------*/
#edition-en .langen {
  display: none;
}

#edition-en .langcn {
  display: block;
}

#edition-en .menu {
  margin-left: 85px;
}

#edition-en .menu ul li a {
  padding: 0 21px;
}

#edition-en .page-about .synopsis .synopsis-tit {
  font-family: "Arial";
}

#edition-en .page-about .evolution .evolution-tit {
  font-family: "Arial";
}

#edition-en .page-about .vision .vision-tit {
  font-family: "Arial";
}

#edition-en .page-map .map-point .map-addname li:nth-child(1) {
  right: 8%;
}

#edition-en .page-map .map-point .map-addname li:nth-child(3) {
  right: 23%;
}

#edition-en .page-map .map-point .map-addname li:nth-child(4) {
  right: 10%;
}

#edition-en .page-map .map-point .map-address li:nth-child(1) .map-list-info {
  width: 216px;
}

#edition-en .page-map .map-point .map-address li:nth-child(2) .map-list-info {
  width: 292px;
  margin-left: -145px;
}

#edition-en .page-map .map-point .map-address li:nth-child(3) .map-list-info {
  width: 273px;
  margin-left: -127px;
}

#edition-en .page-map .map-point .map-address li:nth-child(4) .map-list-info {
  left: -98px;
  width: 265px;
}

#edition-en .art-product-series .including .including-tit::after {
  margin: 15px 0 20px;
}

.page-banner {
  height: 400px;
}

.page-banner .font {
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 400px;
  font-size: 50px;
  color: #fff;
  font-weight: 600;
}

.page-banner .font span {
  font-size: 60px;
}

.page-banner.p-tal {
  background: url("/templets/images/people-banner.jpg") no-repeat;
  background-position: top center;
  margin-bottom: 40px;
}

.page-banner.p-pro {
  background: url("/templets/images/product-banner.jpg") no-repeat;
  background-position: top center;
}

.page-banner.p-pro .font {
  line-height: 436px;
}

.page-news .page-banner {
  background: url("/templets/images/new-banner.jpg") no-repeat;
  background-position: top center;
  margin-bottom: 40px;
}

.page-map .page-banner {
  background: url("/templets/images/contact-banner.jpg") no-repeat;
  background-position: top center;
  margin-bottom: 30px;
}

#edition-en .index-news .bd li a .new-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 30px;
}
/*# sourceMappingURL=css.css.map */