@charset "UTF-8";
/*--------------------初始化---------------------*/
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body {
  width: 100%;
  height: 100%;
  min-width: 1400px;
}

body {
  font-family: '微软雅黑';
}

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;
  color: #000;
}

a:hover {
  text-decoration: none;
}

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

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

.fl {
  float: left;
}

.fr {
  float: right;
}

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

img {
  display: block;
}

/*--------------------dufault---------------------*/
body {
  overflow-x: hidden;
  font-size: 14px;
}

figure {
  margin: 0;
}

.wrap {
  margin: 0 auto;
  width: 1200px;
  min-width: 1200px;
}

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

/*-----------------------------------------*/
/******************************************************* DEFAULT END */
/***
*** 头部 ***
***/
.header {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 15%;
  min-width: 210px;
  height: 100%;
  z-index: 999;
}

.header .logo {
  position: absolute;
  top: 35px;
  left: 50%;
  width: 100%;
  padding: 0 30px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

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

.header .logo .ltd-name {
  font-size: 12px;
  text-align: center;
  padding-top: 5px;
  color: #4096d1;
}

.header .menu {
  padding-top: 130px;
  padding-bottom: 1000px;
  -webkit-box-shadow: 5px 2px 10px rgba(0, 0, 0, 0.03);
          box-shadow: 5px 2px 10px rgba(0, 0, 0, 0.03);
}

.header .menu > ul > li {
  position: relative;
  padding-bottom: 30px;
}

.header .menu > ul > li a {
  display: block;
  height: 50px;
  line-height: 50px;
  padding: 0 40px;
  -webkit-transition: all 0s;
  transition: all 0s;
  color: #555;
}

.header .menu > ul > li > ul {
  position: absolute;
  width: 200px;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 100%;
  z-index: -99;
}

.header .menu > ul > li > ul li a {
  padding: 0 26px;
  border-bottom: 1px solid #eee;
}

.header .menu > ul > li > ul li .on, .header .menu > ul > li > ul li:hover a {
  font-weight: bold;
}

.header .menu > ul > li ul {
  display: none;
}

.header .menu > ul > li ul ul {
  display: none;
}

.header .menu > ul > li .on, .header .menu > ul > li > a:hover {
  color: #000;
  font-weight: bold;
}

.header .language a {
  display: block;
  height: 50px;
  line-height: 50px;
  padding: 0 40px;
  color: #555;
}

.header .language a:hover {
  color: #000;
  background: #f9f9f9;
}

.header .language .lang-logo {
  padding-right: 10px;
  padding-top: 12px;
  display: none;
}

.header .language .lang-tit .cn {
  display: none;
}

#edition-en .header .language .lang-tit .en {
  display: none;
}

#edition-en .header .language .lang-tit .cn {
  display: block;
}

.menu-block {
  display: none;
  position: fixed;
  left: 15%;
  top: 0;
  width: 200px;
  height: 100%;
  background: #fff;
  -webkit-box-shadow: 5px 2px 10px rgba(0, 0, 0, 0.03);
          box-shadow: 5px 2px 10px rgba(0, 0, 0, 0.03);
  z-index: 2;
}

/******************************************************* HEADER END */
/***
*** index ***
***/
.page {
  width: 85%;
  min-width: 1190px;
  margin-left: 15%;
  height: 100%;
}

.index-banner .swiper-container {
  width: 100%;
  height: 100vh;
}

.index-banner .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  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;
}

.index-banner .swiper-slide .comp {
  color: #fff;
  font-size: 108px;
  line-height: 130px;
  letter-spacing: 12px;
  text-transform: uppercase;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.index-banner .swiper-slide .info {
  color: #fff;
  font-size: 38px;
  letter-spacing: 2px;
  line-height: 46px;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
}

.index-banner .swiper-pagination-bullet {
  position: relative;
  width: 16px;
  height: 16px;
  background: none;
  opacity: 1;
}

.index-banner .swiper-pagination-bullet::after {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 50%;
}

.index-banner .swiper-pagination-bullet-active {
  border: 2px solid #fff;
}

.index-product {
  padding: 100px 50px 120px;
  background: #fafafa;
}

.index-product .product-head {
  padding-bottom: 60px;
}

.index-product .product-head .pro-tit {
  font-size: 22px;
  line-height: 30px;
  color: #333;
}

.index-product .product-head .pro-tit .cn {
  color: #ccc;
  font-size: 14px;
}

.index-product .product-head .pro-list li {
  float: left;
  margin-left: 60px;
  position: relative;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.index-product .product-head .pro-list li::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 0;
  background: #555;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.index-product .product-head .pro-list li a {
  display: block;
  width: 100%;
  line-height: 30px;
  color: #666;
}

.index-product .product-head .pro-list li a i {
  display: none;
  position: absolute;
  right: 20px;
  top: 8px;
  -webkit-transition: all .5s;
  transition: all .5s;
  opacity: 0;
}

.index-product .product-head .pro-list li:hover::after {
  width: 100%;
}

.index-product .product-head .pro-list li:hover a {
  color: #000;
}

.index-product .product-list {
  background: #fff;
  border: 1px solid #eaeaea;
  border-bottom: none;
}

.index-product .pro-item {
  height: 281px;
  float: left;
  width: 25%;
  padding: 20px 20px 0;
  border-bottom: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
}

.index-product .pro-item .pic {
  height: 200px;
  width: 500px;
  background: #fff;
  overflow: hidden;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.index-product .pro-item .pic img {
  margin: 0 auto;
  max-width: 90%;
  max-height: 90%;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.index-product .pro-item .tit {
  line-height: 40px;
  text-align: center;
  color: #555;
  padding-bottom: 40px;
}

.index-product .pro-item:nth-child(4n) {
  border-right: none;
}

.index-product .pro-item:hover .pic img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.index-product .pro-item:hover .tit {
  color: #000;
}

.index-about {
  padding: 0 0 100px;
  position: relative;
}

.index-about .about-box {
  padding: 80px 100px 50px;
  width: 66%;
  margin: 0 auto;
  background: #fff;
}

.index-about .about-box .tit {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  line-height: 40px;
  padding-bottom: 30px;
  color: #333;
}

.index-about .about-box .tit .cn {
  font-size: 14px;
  color: #ccc;
}

.index-about .about-box .cont {
  padding-bottom: 30px;
}

.index-about .about-box .cont .en {
  display: none;
}

.index-about .about-box .cont p {
  line-height: 24px;
  color: #333;
  text-align: center;
}

.index-about .about-box .more {
  display: block;
  width: 120px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  margin: 0 auto;
  color: #888;
}

.index-about .about-box .more:hover {
  padding-left: 30px;
}

.index-about .about-bg {
  width: 100%;
  overflow: hidden;
}

.index-about .about-bg img {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.index-about .about-list li {
  float: left;
  width: 25%;
  text-align: center;
}

.index-about .about-list li .big-font {
  font-size: 40px;
  font-weight: bold;
  padding-bottom: 5px;
  color: #137ad4;
}

.index-about .about-list li .big-font span {
  font-size: 16px;
}

.index-about .about-list li .en {
  display: none;
}

.index-xingwei {
  padding: 60px 0;
  background: #107cc6;
}

.index-xingwei .xingwei-tit {
  font-size: 30px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  padding-bottom: 40px;
}

.index-xingwei .xingwei-tit .cn {
  font-size: 14px;
  color: #ccc;
}

.index-xingwei .xingwei-cont {
  width: 70%;
  text-align: center;
  line-height: 24px;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 30px;
}

.index-xingwei .xingwei-cont .en {
  display: none;
}

.index-xingwei .more {
  display: block;
  width: 120px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  margin: 0 auto;
  color: #fff;
}

.index-xingwei .more:hover {
  padding-left: 30px;
}

#edition-en .index-about .big-font {
  font-family: '微软雅黑';
}

#edition-en .index-about .big-font span {
  font-family: 'Arial';
}

#edition-en .index-about .en {
  display: block;
}

#edition-en .index-about .cn {
  display: none;
}

#edition-en .index-product .product-head .pro-tit .cn {
  display: none;
}

#edition-en .index-xingwei .en {
  display: block;
}

#edition-en .index-xingwei .cn {
  display: none;
}

/******************************************************* INDEX END */
/***
*** page ***
***/
.page-tit {
  font-size: 26px;
  font-weight: bold;
  line-height: 30px;
  text-align: center;
  padding-bottom: 50px;
}

.page-tit .cn {
  font-size: 14px;
  color: #ccc;
}

#edition-en .page-tit .cn {
  display: none;
}

.page-banner {
  margin-bottom: 80px;
}

.page-banner img {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.page-about {
  background: #fafafa;
  padding: 0 0 80px;
}

.page-about .about-content {
  width: 1000px;
  min-height: 350px;
  margin: 0 auto;
}

.page-about .about-content p {
  line-height: 30px;
}

.page-about .about-content img {
  margin: 0 auto;
}

.page-about .about-contentsec {
  width: 1000px;
  margin: 0 auto;
}

.page-about .about-contentsec .about-cont {
  padding-bottom: 50px;
}

.page-about .about-contentsec .about-cont p {
  font-size: 16px;
  line-height: 30px;
  text-align: center;
}

.page-about .about-contentsec .about-cont .en {
  display: none;
}

.page-about .about-contentsec .cont-top {
  padding-bottom: 80px;
}

.page-about .about-contentsec .cont-top .cont-l {
  width: 50%;
}

.page-about .about-contentsec .cont-top .cont-l p {
  line-height: 30px;
}

.page-about .about-contentsec .cont-top .cont-l .en {
  display: none;
}

.page-about .about-contentsec .cont-top .cont-l .about-list li {
  float: left;
  width: 50%;
  text-align: center;
  padding: 23px 0;
}

.page-about .about-contentsec .cont-top .cont-l .about-list li .big-font {
  font-size: 50px;
  font-weight: 100;
  padding-bottom: 5px;
  color: #137ad4;
}

.page-about .about-contentsec .cont-top .cont-l .about-list li .big-font span {
  font-size: 14px;
}

.page-about .about-contentsec .cont-top .cont-r {
  width: 50%;
}

.page-about .about-contentsec .cont-top .cont-r img {
  width: 100%;
}

#edition-en .page-about .about-contentsec .cont-l .about-list li {
  padding: 18px 0;
}

#edition-en .page-about .about-contentsec .cont-l .about-list .big-font {
  font-family: '微软雅黑';
}

#edition-en .page-about .about-contentsec .cont-l .about-list .big-font span {
  font-family: 'Arial';
}

#edition-en .page-about .about-contentsec .cont-l .about-list .sm-font {
  height: 40px;
}

#edition-en .page-about .cn {
  display: none;
}

#edition-en .page-about .en {
  display: block;
}

.page-news {
  background: #fafafa;
  padding: 80px 0;
}

.page-news .page.tit {
  padding-bottom: 20px;
}

.page-news .news-list {
  padding: 0 50px;
  min-height: 400px;
}

.page-news .news-list li {
  position: relative;
  padding: 32px 20px 32px 36px;
  overflow: hidden;
  -webkit-transition: all .5s;
  transition: all .5s;
  cursor: pointer;
  border-bottom: 1px solid #ddd;
}

.page-news .news-list span {
  display: inline-block;
  width: 200px;
  height: 135px;
  overflow: hidden;
}

.page-news .news-list img {
  width: 200px;
  margin-right: 40px;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.page-news .news-list .txt {
  width: 80%;
  top: 32px;
  left: 280px;
  overflow: hidden;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.page-news .news-list .tit {
  width: 700px;
  margin: 5px 0 3px;
  font-size: 16px;
  line-height: 22px;
  font-weight: normal;
  color: #575757;
  -webkit-transition: all .5s;
  transition: all .5s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.page-news .news-list .date {
  position: absolute;
  right: 25px;
  top: 40px;
  font-size: 14px;
  margin-bottom: 12px;
  padding-bottom: 12px;
  color: #999;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.page-news .news-list .description {
  top: 80px;
  width: 800px;
  height: 56px;
  -webkit-transition: all .5s;
  transition: all .5s;
  font-size: 14px;
  color: #999;
  line-height: 28px !important;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-top: 20px;
}

.page-news .news-list a {
  display: block;
}

.page-news .news-list li:hover .description, .page-news .news-list .caiyan-news li:hover .tit {
  margin-left: 10px;
}

.page-news .news-list li:hover .date, .page-news .news-list .caiyan-news li:hover .tit {
  color: #333;
}

.page-news .news-list li:hover .description {
  color: #666;
}

.epd-news {
  padding: 80px 50px;
  background: #fafafa;
}

#news_con article {
  font-size: 14px;
  line-height: 28px;
}

#news_con article .title {
  width: 800px;
  color: #444;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  margin: 0 auto;
  line-height: 28px;
}

#news_con article .date {
  font-size: 12px;
  text-align: center;
  color: #aaa;
  margin-top: 17px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
}

#news_con article .body {
  width: 900px;
  margin: 50px auto 50px;
  min-height: 250px;
}

#news_con article .body p {
  line-height: 26px;
  font-size: 16px;
  color: #333;
}

#news_con article .body img {
  max-width: 800px;
  height: auto !important;
  display: block;
  margin: 0 auto;
}

.page-contact {
  background: #fafafa;
  padding: 80px 50px;
}

.page-contact .contact-list {
  padding-top: 50px;
}

.page-contact .contact-list li {
  float: left;
  width: 25%;
  padding: 0 10px;
}

.page-contact .contact-list li .contact-box {
  background: #eff0f5;
  position: relative;
}

.page-contact .contact-list li .contact-box .ico {
  position: absolute;
  display: block;
  left: 50%;
  top: -40px;
  margin-left: -40px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #555;
  font-size: 28px;
  line-height: 80px;
  text-align: center;
  color: #fff;
}

.page-contact .contact-list li .contact-box .cont {
  height: 200px;
  padding: 60px 15px 30px;
}

.page-contact .contact-list li .contact-box .cont .en {
  display: none;
}

.page-contact .contact-list li .contact-box .cont p {
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  text-align: center;
}

#edition-en .page-contact .cont .cn {
  display: none;
}

#edition-en .page-contact .cont .en {
  display: block;
}

.page-product .product-list .pro-item {
  margin: 0;
  background: #fff;
  border: 0;
  border-bottom: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
}

.page-product .product-list li:nth-child(1),
.page-product .product-list li:nth-child(2),
.page-product .product-list li:nth-child(3),
.page-product .product-list li:nth-child(4) {
  border-top: 1px solid #eaeaea;
}

.page-product .product-list li:nth-child(1),
.page-product .product-list li:nth-child(5),
.page-product .product-list li:nth-child(9) {
  border-left: 1px solid #eaeaea;
}

/******************************************************* PAGE END */
/***
*** product ***
***/
.page-product {
  padding: 40px 80px 50px;
  background: #fafafa;
}

.page-product .product-head {
  padding-bottom: 65px;
  margin-bottom: 30px;
}

.page-product .product-head .pro-tit {
  font-size: 22px;
  line-height: 50px;
  color: #333;
}

.page-product .product-head .pro-tit .sec-tit {
  display: none;
}

.page-product .product-head .pro-tit .cn {
  color: #ccc;
  font-size: 14px;
}

.page-product .product-head .pro-list .top-list {
  position: relative;
}

.page-product .product-head .pro-list .top-list > li {
  float: left;
  margin-left: 50px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.page-product .product-head .pro-list .top-list > li > a {
  position: relative;
  display: block;
  width: 100%;
  line-height: 50px;
  color: #666;
}

.page-product .product-head .pro-list .top-list > li > a::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 0;
  width: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid #eee;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  -webkit-transition: all .3s;
  transition: all .3s;
  opacity: 0;
}

.page-product .product-head .pro-list .top-list > li > a i {
  display: none;
  position: absolute;
  right: 20px;
  top: 8px;
  -webkit-transition: all .3s;
  transition: all .3s;
  opacity: 0;
}

.page-product .product-head .pro-list .top-list > li ul {
  display: none;
  border-radius: 5px;
  width: 676px;
  background: #eee;
  position: absolute;
  right: 0;
  padding: 0 20px;
  top: 50px;
}

.page-product .product-head .pro-list .top-list > li ul li {
  float: left;
  margin-left: 60px;
}

.page-product .product-head .pro-list .top-list > li ul li a {
  display: block;
  color: #555;
  line-height: 40px;
}

.page-product .product-head .pro-list .top-list > li ul li:nth-child(1) {
  margin-left: 0;
}

.page-product .product-head .pro-list .top-list > li ul li.on a, .page-product .product-head .pro-list .top-list > li ul li:hover a {
  color: #007ee4;
}

.page-product .product-head .pro-list .top-list > li:nth-child(4) > a:after {
  display: none;
}

.page-product .product-head .pro-list .top-list > li.on > a, .page-product .product-head .pro-list .top-list > li:hover > a {
  color: #000;
}

.page-product .product-head .pro-list .top-list > li.on > a::after, .page-product .product-head .pro-list .top-list > li:hover > a::after {
  opacity: 1;
}

.page-product .product-head .pro-list .top-list > li.on ul, .page-product .product-head .pro-list .top-list > li:hover ul {
  display: block;
}

.page-product .product-head .pro-list .top-list > li.hovlink > a::after {
  opacity: 1;
}

.page-product .product-head .pro-list .top-list > li.hovlink ul {
  opacity: 1;
  visibility: visible;
}

.page-product .product-head .pro-list .top-list > li.relink > a::after {
  opacity: 0;
}

.page-product .product-head .pro-list .top-list > li.relink ul {
  opacity: 0;
  visibility: hidden;
}

.page-product .pro-cont {
  width: 1190px;
  margin: 0 auto;
}

.page-product .pro-item {
  height: 281px;
  float: left;
  width: 25%;
  padding: 20px 20px 0;
  border-left: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  margin-left: -1px;
}

.page-product .pro-item .pic {
  height: 200px;
  width: 500px;
  background: #fff;
  overflow: hidden;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.page-product .pro-item .pic img {
  margin: 0 auto;
  max-width: 90%;
  max-height: 90%;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.page-product .pro-item .tit {
  line-height: 40px;
  text-align: center;
  color: #555;
  padding-bottom: 40px;
}

.page-product .pro-item:nth-child(4n-3) {
  border-left: none;
}

.page-product .pro-item:hover .pic img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.page-product .pro-item:hover .tit {
  color: #000;
}

.art-product {
  background: #fafafa;
  padding: 40px 50px 80px;
}

.art-product .product-head {
  padding-bottom: 65px;
  margin-bottom: 80px;
  border-bottom: 1px solid #eee;
}

.art-product .product-head .pro-tit {
  font-size: 22px;
  line-height: 50px;
  color: #333;
}

.art-product .product-head .pro-tit .sec-tit {
  display: none;
}

.art-product .product-head .pro-tit .cn {
  color: #ccc;
  font-size: 14px;
}

.art-product .product-head .pro-list .top-list {
  position: relative;
}

.art-product .product-head .pro-list .top-list > li {
  float: left;
  margin-left: 50px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.art-product .product-head .pro-list .top-list > li > a {
  position: relative;
  display: block;
  width: 100%;
  line-height: 50px;
  color: #666;
}

.art-product .product-head .pro-list .top-list > li > a::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 0;
  width: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid #eee;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  -webkit-transition: all .3s;
  transition: all .3s;
  opacity: 0;
}

.art-product .product-head .pro-list .top-list > li > a i {
  display: none;
  position: absolute;
  right: 20px;
  top: 8px;
  -webkit-transition: all .3s;
  transition: all .3s;
  opacity: 0;
}

.art-product .product-head .pro-list .top-list > li ul {
  display: none;
  border-radius: 5px;
  width: 676px;
  background: #eee;
  position: absolute;
  right: 0;
  padding: 0 20px;
  top: 50px;
}

.art-product .product-head .pro-list .top-list > li ul li {
  float: left;
  margin-left: 60px;
}

.art-product .product-head .pro-list .top-list > li ul li a {
  display: block;
  color: #555;
  line-height: 40px;
}

.art-product .product-head .pro-list .top-list > li ul li:nth-child(1) {
  margin-left: 0;
}

.art-product .product-head .pro-list .top-list > li ul li.on a, .art-product .product-head .pro-list .top-list > li ul li:hover a {
  color: #007ee4;
}

.art-product .product-head .pro-list .top-list > li:nth-child(4) > a:after {
  display: none;
}

.art-product .product-head .pro-list .top-list > li.on > a, .art-product .product-head .pro-list .top-list > li:hover > a {
  color: #000;
}

.art-product .product-head .pro-list .top-list > li.on > a::after, .art-product .product-head .pro-list .top-list > li:hover > a::after {
  opacity: 1;
}

.art-product .product-head .pro-list .top-list > li.on ul, .art-product .product-head .pro-list .top-list > li:hover ul {
  display: block;
}

.art-product .product-head .pro-list .top-list > li.hovlink > a::after {
  opacity: 1;
}

.art-product .product-head .pro-list .top-list > li.hovlink ul {
  opacity: 1;
  visibility: visible;
}

.art-product .product-head .pro-list .top-list > li.relink > a::after {
  opacity: 0;
}

.art-product .product-head .pro-list .top-list > li.relink ul {
  opacity: 0;
  visibility: hidden;
}

.art-product .pro-cont .pro-con-left {
  float: left;
  width: 648px;
  margin-right: 120px;
}

.art-product .pro-cont .pro-con-left-max {
  width: 572px;
  height: 572px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  border: 1px solid #a0a1a1;
}

.art-product .pro-cont .pro-con-left-max img {
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
}

.art-product .pro-cont .pro-con-left-min {
  height: 190px;
  border-bottom: 1px solid #a0a1a1;
  border-left: 1px solid #a0a1a1;
}

.art-product .pro-cont .pro-con-left-min li {
  float: left;
  width: 190px;
  height: 190px;
  border-right: 1px solid #a0a1a1;
  text-align: center;
}

.art-product .pro-cont .pro-con-left-min li a {
  width: 186px;
  height: 186px;
  display: block;
  border: 2px solid #fff;
  overflow: hidden;
}

.art-product .pro-cont .pro-con-left-min li.cur a {
  width: 186px;
  height: 186px;
  display: block;
  border: 2px solid #68ac52;
  overflow: hidden;
}

.art-product .pro-cont .pro-con-left-min li img {
  height: 100%;
}

.art-product .pro-cont .pro-con-left .product_pic {
  display: inline-block;
  width: 648px;
}

.art-product .pro-cont .pro-con-left .product_pic .big-img {
  width: 542px;
  height: 542px;
  border: 1px solid #dbdbdb;
  overflow: hidden;
}

.art-product .pro-cont .pro-con-left .product_pic .big-img .show {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 542px;
  height: 542px;
  padding: 0;
}

.art-product .pro-cont .pro-con-left .product_pic .jqzoom {
  position: relative;
  width: 542px;
  height: 542px;
  display: block;
}

.art-product .pro-cont .pro-con-left .product_pic .big-img .show span {
  display: block;
  background: #fff;
}

.art-product .pro-cont .pro-con-left .product_pic .jqzoom .big-box {
  position: relative;
  width: 542px;
  height: 542px;
  display: block;
}

.art-product .pro-cont .pro-con-left .product_pic .jqzoom img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.art-product .pro-cont .pro-con-left .product_pic .smallimg {
  width: 86px;
  height: 542px;
  overflow: hidden;
  position: relative;
  margin-right: 16px;
}

.art-product .pro-cont .pro-con-left .product_pic .smallimg .scrollbtn {
  position: absolute;
  left: 0;
  display: block;
  width: 84px;
  height: 20px;
  border: 1px solid #dbdbdb;
  cursor: pointer;
}

.art-product .pro-cont .pro-con-left .product_pic .smallimg .smallImgUp {
  top: 0;
  background: url(../images/arrowtop.png) center center no-repeat;
}

.art-product .pro-cont .pro-con-left .product_pic .smallimg .smallImgUp:hover {
  background: #818181 url(../images/arrowtop_h.png) center center no-repeat;
}

.art-product .pro-cont .pro-con-left .product_pic .smallimg .smallImgDown {
  bottom: 0;
  background: url(../images/arrowbot.png) center center no-repeat;
}

.art-product .pro-cont .pro-con-left .product_pic .smallimg .smallImgDown:hover {
  background: #818181 url(../images/arrowbot_h.png) center center no-repeat;
}

.art-product .pro-cont .pro-con-left .product_pic .smallimg .imagemenu {
  width: 86px;
  height: 494px;
  display: inline-block;
  position: relative;
  overflow: hidden;
  margin-top: 24px;
}

.art-product .pro-cont .pro-con-left .product_pic .smallimg .imagemenu ul {
  position: absolute;
  width: 86px;
  height: 999em;
  top: 0;
}

.art-product .pro-cont .pro-con-left .product_pic .smallimg .imagemenu ul li {
  width: 84px;
  height: 84px;
  border: 1px solid #dbdbdb;
  overflow: hidden;
  margin-bottom: 11px;
}

.art-product .pro-cont .pro-con-left .product_pic .smallimg .imagemenu ul li:first-child {
  margin-top: 9px;
}

.art-product .pro-cont .pro-con-left .product_pic .smallimg .imagemenu ul li a {
  width: 84px;
  height: 84px;
  display: block;
  background: #fff;
}

.art-product .pro-cont .pro-con-left .product_pic .smallimg .imagemenu ul li a img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.art-product .pro-cont .pro-con-left .product_pic .smallimg .imagemenu ul li.current, .art-product .pro-cont .products_article .product_pic .smallimg .imagemenu ul li:hover {
  border-color: #7c7c7c;
}

.art-product .pro-cont .zoomdiv {
  z-index: 100;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 542px;
  height: 542px;
  background: #fff;
  border: 1px solid #eee;
  display: none;
  text-align: center;
  overflow: hidden;
}

.art-product .pro-cont .zoomdiv .img-box {
  width: 1000px;
  height: 1000px;
  background: #fff;
}

.art-product .pro-cont .zoomdiv .img-box img {
  max-width: 100%;
  max-height: 100%;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
}

.art-product .pro-cont .jqZoomPup {
  z-index: 10;
  visibility: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 20px;
  height: 20px;
  background: url(/templets/images/bg_sign071.jpg);
  opacity: 0.6;
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  filter: alpha(Opacity=60);
}

.art-product .pro-cont .pro-con-right {
  float: right;
  width: calc(100% - 768px);
}

.art-product .pro-cont .pro-con-right h2 {
  font-size: 26px;
  color: #0679ea;
  line-height: 60px;
  padding: 20px 0 10px;
}

.art-product .pro-cont .pro-con-right .canshu p {
  background: none !important;
  font-size: 14px !important;
  line-height: 28px !important;
}

.art-product .pro-cont .pro-con-right .canshu span {
  background: none !important;
  font-size: 14px !important;
  line-height: 28px !important;
}

.art-product .pro-details .det-tit {
  border-bottom: 1px solid #eee;
}

.art-product .pro-details .det-tit .tit {
  display: inline-block;
  padding: 10px 30px;
  background: #0679ea;
  color: #fff;
  font-size: 18px;
  line-height: 20px;
}

.art-product .pro-details .det-cont {
  padding-top: 30px;
  width: 1000px;
  margin: 0 auto;
}

.art-product .pro-details .det-cont p {
  font-size: 16px;
  line-height: 24px;
  color: #333;
}

.art-product .pro-details .det-cont table {
  border-collapse: collapse;
  border-right: 1px solid #555;
  border-bottom: 1px solid #555;
  width: 100%;
}

.art-product .pro-details .det-cont table td {
  width: 25%;
  border-top: 1px solid #555;
  border-left: 1px solid #555;
  font-size: 16px;
  height: 36px;
  font-family: "微软雅黑";
  vertical-align: middle;
  text-align: center;
}

.art-product .pro-details .det-cont table td:nth-child(1) {
  text-align: left;
  text-indent: 10px;
}

.art-product .pro-details .det-cont img {
  max-width: 800px;
  margin: 0 auto;
}

.art-product .peijian {
  padding-top: 80px;
}

.art-product .peijian .peijian-tit .tit {
  font-size: 22px;
  color: #333;
}

.art-product .peijian .peijian-list {
  padding-top: 30px;
}

.art-product .peijian .peijian-list li {
  background: #fff;
  height: 281px;
  float: left;
  width: 25%;
  padding: 20px 20px 0;
  border-bottom: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
}

.art-product .peijian .peijian-list li .pic {
  height: 200px;
  width: 500px;
  background: #fff;
  overflow: hidden;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.art-product .peijian .peijian-list li .pic img {
  margin: 0 auto;
  max-width: 90%;
  max-height: 90%;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.art-product .peijian .peijian-list li .tit {
  line-height: 40px;
  text-align: center;
  color: #555;
}

.art-product .peijian .peijian-list li:nth-child(4n-3) {
  border-left: none;
}

.art-product .peijian .peijian-list li:nth-child(1),
.art-product .peijian .peijian-list li:nth-child(2),
.art-product .peijian .peijian-list li:nth-child(3),
.art-product .peijian .peijian-list li:nth-child(4) {
  border-top: 1px solid #eaeaea;
}

.art-product .peijian .peijian-list li:nth-child(1),
.art-product .peijian .peijian-list li:nth-child(5),
.art-product .peijian .peijian-list li:nth-child(9) {
  border-left: 1px solid #eaeaea;
}

.art-product .peijian .peijian-list li:hover .pic img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.art-product .peijian .peijian-list li:hover .tit {
  color: #000;
}

#edition-en .page-product .product-head .pro-list li ul {
  width: 1130px;
}

#edition-en .page-product .product-head .pro-list li ul li {
  margin-left: 25px;
}

#edition-en .page-product .product-head .pro-list li ul li:nth-child(1) {
  margin-left: 0;
}

#edition-en .art-product .product-head .pro-list .top-list > li ul {
  width: 1130px;
}

#edition-en .art-product .product-head .pro-list .top-list > li ul li {
  margin-left: 25px;
}

#edition-en .art-product .product-head .pro-list .top-list > li ul li:nth-child(1) {
  margin-left: 0;
}

/***********地图页面index_map ***********/
.page-map {
  padding: 80px 50px;
}

.page-map img {
  display: block;
  width: 100%;
  max-width: 100%;
}

/******************************************************* PRODUCT END */
/***
*** contact ***
***/
/******************************************************* CONTACT END */
/***
*** footer ***
***/
.footer .foot-info {
  background: #1d2124;
  color: #8f9294;
  padding: 80px 0;
}

.footer .foot-info p {
  line-height: 24px;
  padding-bottom: 6px;
}

.footer .foot-info .info-l {
  width: 50%;
  padding-left: 75px;
}

.footer .foot-info .info-l .tit {
  font-size: 22px;
  color: #fff;
  padding-bottom: 20px;
}

.footer .foot-info .info-l span {
  max-width: 75%;
}

.footer .foot-info .info-r {
  width: 50%;
}

.footer .foot-info .info-r form .inp-box {
  margin-bottom: 15px;
  width: 30%;
  padding-right: 20px;
}

.footer .foot-info .info-r form .inp-box input {
  text-indent: 5px;
  height: 40px;
  width: 100%;
  background: #1d2124;
  border: 0;
  outline: none;
  border-bottom: 1px solid #474a4d;
  color: #8f9294;
}

.footer .foot-info .info-r form .inp-box-text {
  width: 90%;
  padding-right: 20px;
  margin-bottom: 20px;
}

.footer .foot-info .info-r form .inp-box-text textarea {
  font-family: "微软雅黑";
  height: 80px;
  width: 100%;
  background: #1d2124;
  border: 0;
  outline: none;
  text-indent: 5px;
  border-bottom: 1px solid #474a4d;
  color: #8f9294;
}

.footer .foot-info .info-r form .coolbg {
  display: block;
  width: 100px;
  height: 36px;
  background: #1d2124;
  border: 1px solid #474a4d;
  color: #8f9294;
  -webkit-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
}

.footer .foot-info .info-r form .coolbg:hover {
  border: 1px solid #474a4d;
}

.footer .foot-power {
  background: #171a1c;
  text-align: left;
  color: #8f9294;
  font-size: 12px;
  line-height: 50px;
  padding-left: 90px;
}

.footer .foot-power a {
  color: #8f9294;
}

/******************************************************* FOOTER END */
/***
*** 其他通用样式 ***
***/
/*翻页样式*/
.paging {
  text-align: center;
  padding: 45px 0 0 0;
  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: 14px;
}

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

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

.pageinfo {
  letter-spacing: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.contentnav {
  margin: 0 auto;
  border-bottom: 1px solid #eee;
  padding-top: 40px;
  padding-bottom: 60px;
  text-align: center;
}

.contentnav div {
  display: inline-block;
}

.contentnav div:first-child + div {
  margin: 0 160px;
}

.contentnav a {
  display: block;
  width: 120px;
  line-height: 36px;
  font-size: 14px;
  text-align: center;
  border: 1px solid #555;
  color: #555;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.contentnav a:hover {
  background-color: #0679ea;
  border: 1px solid #0679ea;
  color: #fff;
}

.contentnav .t-prev a:hover {
  text-indent: -10px;
}

.contentnav .t-next a:hover {
  text-indent: 10px;
}

/*固定侧边拦*/
.float-right-box {
  width: 250px;
  position: fixed;
  right: 0;
  bottom: 80px;
  background-color: #555;
  z-index: 1000;
  -webkit-transition: width 0.3s ease 0s;
  transition: width 0.3s ease 0s;
}

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

.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 #666;
  height: 40px;
}

.float-right-box .top-list a {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
  height: 41px;
  -webkit-transition: all 0s;
  transition: all 0s;
}

.float-right-box .top-list .ico {
  display: inline-block;
  width: 40px;
  height: 39px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}

.float-right-box .top-list .ico_qq {
  background: url(../images/elf.png) no-repeat -68px -69px #555;
}

.float-right-box .top-list .ico_tel {
  background: url(../images/elf.png) no-repeat -150px -7px #555;
}

.float-right-box .top-list .ico_phone {
  background: url(../images/elf.png) no-repeat -68px -186px #555;
}

.float-right-box .top-list .ico_dizhi {
  background: url(../images/elf.png) no-repeat -189px -126px #555;
}

.float-right-box .top-list .ico_email {
  background: url(../images/elf.png) no-repeat -53px -7px #555;
}

.float-right-box .top-list .ico_wechat {
  background: url(../images/erweima.png) no-repeat center #555;
  background-size: 16px 16px;
}

.float-right-box .top-list .ico_top {
  background: url(../images/elf.png) no-repeat -150px -55px #555;
}

.float-right-box .top-list .stt {
  display: inline-block;
  font-size: 14px;
  line-height: 40px;
  color: #fff;
  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_qq {
  background: url(../images/elf.png) no-repeat -8px -69px #fff;
}

.float-right-box .top-list li:hover .ico_tel {
  background: url(../images/elf.png) no-repeat -102px -7px #fff;
}

.float-right-box .top-list li:hover .ico_phone {
  background: url(../images/elf.png) no-repeat -8px -186px #fff;
}

.float-right-box .top-list li:hover .ico_dizhi {
  background: url(../images/elf.png) no-repeat -129px -126px #fff;
}

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

.float-right-box .top-list li:hover .ico_wechat {
  background: url(../images/erweima_h.png) no-repeat center #fff;
  background-size: 16px 16px;
}

.float-right-box .top-list li:hover .ico_top {
  background: url(../images/elf.png) no-repeat -102px -55px #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;
}

#wechat .img {
  position: absolute;
  right: 250px;
  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;
  border-bottom: 0;
}

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

/******************************************************* OTHER END */
/*# sourceMappingURL=css.css.map */