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

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

li {
  list-style: none;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

img {
  display: block;
}

#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;
}

.am-container {
  padding-left: 1.6rem !important;
  padding-right: 1.6rem !important;
}

body {
  font-size: 1.2rem;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

/******************************************************* css初始化 END */
/***
***  头部  ***
***/
header {
  z-index: 999;
  position: fixed;
  top: 0;
  height: 60px;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.header-menu {
  padding: 0 1.6rem;
  height: 60px;
  background: #fff;
  -webkit-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.1);
}

.logo {
  padding-top: 12px;
}

.logo img {
  height: 36px;
}

.logo span {
  margin-left: 0.8rem;
  padding-left: 0.8rem;
  border-left: 1px solid #ddd;
}

.logo em {
  color: #d50f0f;
  line-height: 1.4rem;
  display: block;
}

.headerlogo {
  background: url(/template/images/headerlogo.png) no-repeat center;
  content: '';
  width: 100%;
  height: 30px;
  background-size: 80% auto;
}

.aboutlogo {
  background: url(/template/images/indexaboutlogo.png) no-repeat center;
  width: 100%;
  height: 50px;
  background-size: 80% auto;
}

.header-block {
  height: 60px;
}

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

.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.6rem;
}

.menu-m li a {
  position: relative;
  color: #fff;
  display: block;
  line-height: 4.6rem;
  font-size: 1.2rem;
  border-bottom: 1px solid  #1e60ac;
  text-indent: 1rem;
}

.menu-m li i {
  position: absolute;
  top: 0;
  right: 1rem;
  display: block;
  font-style: normal;
  font-size: 2.2rem;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  text-indent: 0;
}

.menu-m a.open i {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.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;
}

.menu-son {
  background: #2883eb;
  display: none;
}

.menu-son li a {
  font-size: 1.2rem;
}

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

.menu-btn {
  z-index: 9999;
  position: fixed;
  top: 0;
  right: 1rem;
  height: 60px;
  line-height: 60px;
  font-size: 1.4rem;
  color: #727272;
  display: block;
  text-align: left;
}

.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: 30px .8rem 0 0;
  width: 1.6rem;
  height: 2px;
  display: block;
  background: #2070cb;
}

.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: #2070cb;
}

.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: #2070cb;
}

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

.menu-btn-on span {
  background: #2070cb;
  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;
}

.language a {
  color: #fff;
  display: block;
  line-height: 4.6rem;
  font-size: 1.2rem;
  text-indent: 1rem;
  border-bottom: 1px solid  #1e60ac;
}

.language a:hover {
  color: #fff;
}

.language .cn {
  display: none;
}

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

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

/******************************************************* HEADER END */
.index-banner .am-direction-nav {
  display: none;
}

/*--------------------关于我们---------------------*/
/*--------------------产品列表---------------------*/
.index-pro .pro-tit {
  font-size: 2.2rem;
  text-align: center;
  font-weight: 600;
  color: #2070cb;
}

.index-pro .pro-list li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
}

.index-pro .pro-list li a .tit {
  width: 100%;
  font-size: 1.6rem;
  position: absolute;
  top: 1.5rem;
  right: 0rem;
  display: none;
}


.pro-list li .pro-img {
  width: 100%;
  height: 36vw;overflow: hidden;
  overflow: hidden;
  position: relative;
}

.pro-list li .pro-img img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.index-pro .pro-list li .pro-title {
  line-height: 3rem;
  font-size: 1.4rem;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-indent: 5px;
}

.index-pro .pro-list li:nth-child(2n-1) {
  padding-right: .8rem;
}

.index-pro .pro-list li:nth-child(2n) {
  padding-left: .8rem;
}

.index-pro .pro-list li:nth-child(8) a .tit {
  display: block;
  color: #555;
  top: 5.5rem;
  line-height: 1.8rem;
}

.index-pro .more {
  width: 40%;
  height: 3rem;
  line-height: 3rem;
  font-size: 1.4rem;
  text-align: center;
  display: block;
  margin: 1.4rem auto 0;
  color: #fff;
  background: #2070cb;
  border-radius: 1.5rem;
}

.index-advantage {
  background: #2070cb;
  padding-bottom: 2.4rem;
}

.index-advantage .page-tit {
  color: #fff;
}

.index-advantage .adv-content li a {
  margin: 1rem;
  display: block;
  border: 1px solid #fff;
}

.index-advantage .adv-content li a .pic img {
  margin: 1.6rem auto 0;
}

.index-advantage .adv-content li a .tit {
  padding-top: 1rem;
  font-size: 1.4rem;
  line-height: 2.2rem;
  text-align: center;
  color: #fff;
  padding-bottom: 1rem;
}

#edition-en .index-pro .pro-list li:nth-child(8) a .tit {
  top: 5.5rem;
}

/*--------------------关于我们---------------------*/
.index-about .about-tit {
  font-size: 2.2rem;
  text-align: center;
  font-weight: 600;
  color: #000;
}

.index-about .about-cont {
  font-size: 1.5rem;
}

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

.index-about .about-cont .more {
  width: 40%;
  height: 3rem;
  line-height: 3rem;
  font-size: 1.4rem;
  text-align: center;
  display: block;
  margin: 2.4rem auto;
  color: #fff;
  background: #2070cb;
  border-radius: 1.5rem;
}

.index-about .about-pic {
  width: 100%;
}

.index-about .about-pic img {
  width: 100%;
}

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

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

/*--------------------新闻---------------------*/
.index-news {
  background: #f7f7f7;
}

.index-news .news-list li {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

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

.index-news .news-list li .pic img {
  width: 100%;
}

.index-news .news-list li .new-contbox {
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-size: 1.6rem;
}

.index-news .news-list li .new-contbox h3 {
  color: #000;
  line-height: 2.2rem;
  font-weight: 600;
}

.index-news .news-list li .new-contbox .time {
  color: #aaa;
  font-size: 1.4rem;
  line-height: 3rem;
}

.index-news .news-list li .new-contbox .description {
  color: #333;
  font-size: 1.4rem;
  line-height: 2rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.index-news .news-list li .new-contbox .en {
  display: none;
}

.index-news .more {
  width: 40%;
  height: 3rem;
  line-height: 3rem;
  font-size: 1.4rem;
  text-align: center;
  display: block;
  margin: 2.4rem auto;
  color: #fff;
  background: #2070cb;
  border-radius: 1.5rem;
}

.page-about {
  padding-top: 2.4rem;
  background: #fafafa;
}

.page-about .about-content {
  min-height: 200px;
}

.page-about .about-content img {
  margin: 0 auto;
  max-width: 100%;
}

.page-about .about-list .am-gallery {
  padding: 0;
}

.page-about .about-list .am-gallery-overlay > li {
  padding: 0 0 1.6rem;
}

.page-about .about-list .am-gallery-overlay > li:nth-child(2n-1) {
  padding-right: .8rem;
}

.page-about .about-list .am-gallery-overlay > li:nth-child(2n) {
  padding-left: .8rem;
}

/***
***  脚部  ***
***/
.foot-pro {
  border-top: 1px solid #eee;
}

.foot-pro .foot-epd {
  padding: 1rem 0;
  font-size: 1.2rem;
  text-align: center;
  color: #aaa;
  line-height: 2rem;
}

.foot-pro .foot-epd p {
  width: 90%;
  margin: 0 auto;
}

.foot-pro .foot-epd p .kong {
  display: none;
}

.foot-pro .foot-epd a {
  color: #aaa;
}

.foot-pro .share {
  height: 60px;
}

.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #2070cb;
  position: fixed;
  bottom: 0;
  width: 100%;
  line-height: 60px;
}

.footer a {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  border-right: 1px solid #0883d4;
}

.footer a span {
  display: inline-block;
  margin-right: .6rem;
  font-size: 2rem;
}

.footer a:hover {
  color: #fff;
}

#edition-en .foot-epd p {
  display: inline;
}

#edition-en .foot-epd p .kong {
  display: inline;
}

.page-title {
  font-size: 1.8rem;
  line-height: 40px;
  color: #2070cb;
}

.page-title .tit {
  border-bottom: 1px solid #eee;
  text-indent: 5px;
}

.page-tit {
  text-align: center;
  line-height: 1;
  font-size: 2.2rem;
  color: #2070cb;
  font-weight: 600;
  padding: 0 1.5rem;
}

.page-choose {
  background: #fff;
}

.page-choose .choose-box {
  position: relative;
}

.page-choose .choose-title {
  font-size: 1.8rem;
  line-height: 40px;
  color: #000;
}

.page-choose .choose-title .title-box {
  border-bottom: 1px solid #eee;
}

.page-choose .choose-title .tit {
  text-indent: 5px;
}

.page-choose .choose-title i {
  margin-right: 5px;
  font-size: 1.6rem;
}

.page-choose .choose-list {
  position: absolute;
  z-index: 10;
  top: 42px;
  left: 0;
  width: 100%;
  line-height: 3.6rem;
  background: #fff;
  display: none;
}

.page-choose .choose-list li {
  border-bottom: 1px solid #eee;
}

.page-choose .choose-list li .tit {
  text-indent: 5px;
}

.page-choose .choose-list li i {
  margin-right: 5px;
  display: none;
}

.page-choose .choose-list li a {
  color: #333;
}

.page-choose .choose-list .on i {
  display: block;
}

.page-choose .choose-listmore {
  display: none;
  position: absolute;
  z-index: 10;
  top: 42px;
  left: 0;
  width: 100%;
  background: #fff;
}

.page-choose .choose-listmore ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.page-choose .choose-listmore ul li {
  width: 33.3%;
  margin-bottom: 1rem;
  text-align: center;
}

.page-choose .choose-listmore ul li .tit {
  display: inline-block;
  color: #333;
}

.page-choose .choose-listmore ul .on .tit {
  border-bottom: 2px solid #2070cb;
}

#edition-en .page-choose .choose-listthr > ul > li ul > li {
  width: 100%;
  text-align: left;
  padding-left: 10px;
}

#edition-en .page-choose .choose-listmore li {
  width: 50%;
}

.dt .en {
  display: none;
}

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

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

.page-contact .contact-info p {
  margin-bottom: .5rem;
  color: #555;
}

.page-contact .contact-info p strong {
  color: #000;
}

/******************************************************* INDEX END */
.pagemain .nodata {
  display: none;
  text-align: center;
  padding-bottom: 1rem;
}

.pagemain .loading {
  display: none;
  text-align: center;
  height: 0;
  font-size: 0;
}

.page-news {
  background: #fafafa;
}

.page-news [class*=am-u-] {
  padding: 0;
}

.page-news .am-list {
  margin-bottom: 0;
}

.page-news .am-list > li {
  border: 0;
  margin-bottom: 2.4rem;
}

.page-news .news-list li {
  background: #fff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.page-news .news-list li .pic {
  width: 100%;
}

.page-news .news-list li .pic img {
  width: 100%;
}

.page-news .news-list li .new-contbox {
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-size: 1.6rem;
}

.page-news .news-list li .new-contbox h3 {
  color: #000;
  line-height: 2.2rem;
  font-weight: 600;
}

.page-news .news-list li .new-contbox .time {
  color: #aaa;
  font-size: 1.4rem;
  line-height: 3rem;
}

.page-news .news-list li .new-contbox .description {
  color: #333;
  font-size: 1.4rem;
  line-height: 2rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.page-news .news-list li .new-contbox .en {
  display: none;
}

.art-news .news-info .news-tit {
  text-align: center;
  border-bottom: 1px solid #eee;
}

.art-news .news-info .news-tit .tit {
  font-weight: 600;
  color: #000;
}

.art-news .news-info .news-tit .data {
  font-size: 1.2rem;
  color: #aaa;
}

.art-news .news-info .news-content p {
  font-size: 1.5rem;
}

.art-news .news-info .news-content img {
  width: 100%;
}

.ajax-loading {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ajax-loading .loading-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}

.ajax-loading .loading-box i {
  font-size: 5rem;
  line-height: 5.4rem;
  color: #fff;
  text-shadow: 0 0 0 #555,0 0 2px #555;
}

.ajax-loading .loading-box p {
  color: #fff;
  text-shadow: 0 0 0 #555,0 0 2px #555;
}

.prenext li {
  padding: 0;
}

.prenext li a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 1.4rem;
  padding: 1rem 1rem;
  color: #444;
}

.prenext .epd-backlist a {
  background: #2070cb;
  color: #fff !important;
  border: 1px solid #2070cb;
}

.prenext .epd-prev, .prenext .epd-next {
  border: none;
}

.list-product-m {
  background: #fafafa;
}

.list-product-m .am-list > li {
  background-color: transparent;
  border-bottom: none;
  position: static;
}

.list-product-m .pro-list li {
  border-top: none;
}

.list-product-m .pro-list li:nth-child(2n-1) {
  padding-right: .8rem;
}

.list-product-m .pro-list li:nth-child(2n) {
  padding-left: .8rem;
}

.list-product-m .pro-list li a {
  color: #888;
  width: 100%;
  margin: 0 auto;
  border: 1px solid #eee;
}

.list-product-m .pro-list li a p {
  margin: 0 auto;
  background: #fff;
  color: #333;
  padding: 0 .5rem;
  line-height: 2.4rem;
}

.list-product-m .pro-list li a img {
  width: 100%;
}

.art-product {
  background: #fafafa;
}

.art-product .pro-info .pro-tit {
  text-align: center;
  color: #444;
  border-bottom: 1px solid #eee;
  font-size: 1.6rem;
  padding: 1rem 0;
}

.art-product .pro-info .pro-content .pro-cont .pic .am-figure-default {
  margin: 0;
}

.art-product .pro-info .pro-content .pro-cont .pic .am-figure-zoomable:after {
  display: none;
}

.art-product .pro-info .pro-content .pro-cont .cont p {
  padding-left: 2rem;
  margin-bottom: .5rem;
  line-height: 24px;
  font-size: 1.6rem;
  position: relative;
}

.art-product .pro-info .pro-content .pro-cont .cont p span {
  font-size: 1.6rem;
}

.art-product .pro-info .pro-content .pro-cont .cont p::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background: #333;
  position: absolute;
  left: 1rem;
  top: 9px;
  border-radius: 50%;
}

.art-product .pro-info .pro-content .pro-detail {
  background: #fafafa;
}

.art-product .pro-info .pro-content .pro-detail .tit {
  font-size: 1.8rem;
  color: #2070cb;
  border-bottom: 1px solid #eee;
  font-weight: 600;
}

.art-product .pro-info .pro-content img {
  width: 100%;
}

.art-product .pro-info .pro-content p {
  font-size: 1.6rem;
}

.art-product .am-figure-default img {
  margin: 0 auto;
}

/******************************************************* PAGE END */
/***
*** 留言 ***
***/
.page-liuyan .about-content form input {
  height: 3.4rem;
  width: 100%;
  text-indent: 1rem;
  margin-bottom: 1rem;
  color: #757575;
  font-size: 1.6rem;
}

.page-liuyan .about-content form .coolbg {
  height: 3.4rem;
  width: 40%;
  background: #2070cb;
  color: #fff;
  font-size: 1.6rem;
  border: 0;
  margin-bottom: 2rem;
}

.page-liuyan .about-content form textarea {
  width: 100%;
  height: 12rem;
  text-indent: 1rem;
  color: #757575;
  margin-bottom: 1rem;
  font-size: 1.6rem;
}

.page-liuyan .about-content form .center {
  margin-top: 10px;
}

.page-liuyan .about-content form .center input {
  text-indent: 0;
}

#edition-en .pao-zhaoshan li:nth-child(4), #edition-en .pao-zhaoshan li:nth-child(6), #edition-en .pao-zhaoshan li:nth-child(7) {
  display: none;
}

#edition-en .pao-zhaoshan li:nth-child(5) {
  clear: none;
  padding-right: 0;
  padding-left: .8rem;
}

#edition-en .pao-zhaoshan li:nth-child(8) {
  clear: none;
  padding-right: .8rem;
  padding-left: 0;
}

/******************************************************* PRODUCT END */
/***
*** contact ***
***/
/******************************************************* CONTACT END */
/***
*** footer ***
***/
/******************************************************* FOOTER END */