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

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 {
  max-width:100%;
}

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

figure {
  margin: 0;
}

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

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

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

/*-----------------------------------------*/
/******************************************************* DEFAULT END */
/***
*** header ***
***/
.header .headerbox {
  height: 76px;
  position: relative;
}

.header .headerbox .logo {
  position: absolute;
  top: 0;
  left: 0;
}

.header .headerbox .head-info {
  padding-top: 22px;
}

.header .headerbox .head-info .item {
  float: left;
}

.header .headerbox .head-info .item .ico {
  height: 32px;
  width: 32px;
  margin-right: 16px;
  background: url("/templets/images/ali.jpg") no-repeat;
}

.header .headerbox .head-info .item .tit {
  line-height: 32px;
}

.header .headerbox .head-info .item .tit span {
  font-size: 18px;
  font-weight: 600;
  color: #fc0001;
}

.header .headerbox .head-info .item:nth-child(2) {
  margin-left: 45px;
}

.header .headerbox .head-info .item:nth-child(2) .ico {
  background: url("/templets/images/daili.jpg") no-repeat;
}

.header .headerbox .head-info .item a:hover .tit {
  color: #05346a;
}

.header .menu {
  background: #05346a;
  height: 50px;
}

.header .menu .wrap > ul > li {
  float: left;
  position: relative;
}

.header .menu .wrap > ul > li a {
  display: block;
  line-height: 50px;
  padding: 0 40px;
  color: #fff;
}

.header .menu .wrap > ul > li ul {
  display: none;
  position: absolute;
  width: 100%;
  top: 50px;
  left: 0;
  z-index: 10;
}

.header .menu .wrap > ul > li ul li {
  float: none;
}

.header .menu .wrap > ul > li ul li a {
  padding: 0;
  text-align: center;
  background: #05346a;
  border-bottom: 1px solid #08497d;
}

.header .menu .wrap > ul > li ul li:hover a {
  background: #fff;
  color: #05346a;
}

.header .menu .wrap > ul > li:hover > a, .header .menu .wrap > ul li.on > a {
  background: #08497d;
}

/******************************************************* HEADER END */
/***
*** index ***
***/
/*--------------------轮播图---------------------*/
.index-banner .swiper-container {
  width: 100%;
  height: 598px;
  min-width: 1400px;
}

.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-button-next,
.index-banner .swiper-button-prev {
  width: 40px;
  height: 40px;
  margin-top: -20px;
}

.index-banner .swiper-button-next {
  right: 55px;
  border-radius: 5px;
  background: url("/templets/images/right.png") rgba(0, 0, 0, 0.1) no-repeat;
  background-size: contain;
}

.index-banner .swiper-button-prev {
  left: 55px;
  border-radius: 5px;
  background: url("/templets/images/left.png") rgba(0, 0, 0, 0.1) no-repeat;
  background-size: contain;
}

.index-banner .swiper-button-next:hover {
  background: url("/templets/images/right.png") rgba(0, 0, 0, 0.2) no-repeat;
  background-size: contain;
}

.index-banner .swiper-button-prev:hover {
  background: url("/templets/images/left.png") rgba(0, 0, 0, 0.2) no-repeat;
  background-size: contain;
}

.index-banner .swiper-pagination-bullet-active {
  background: #05346a;
}

.index-product {
  padding-top: 55px;
}

.index-product .pro-head {
  padding-top: 37px;
  text-align: center;
}

.index-product .pro-head ul {
  display: inline-block;
}

.index-product .pro-head li {
  float: left;
  margin-right: 14px;
}

.index-product .pro-head li a {
  display: block;
  width: 130px;
  height: 36px;
  border-radius: 18px;
  line-height: 36px;
  background: #efefef;
  text-align: center;
  font-weight: 600;
}

.index-product .pro-head li:hover a, .index-product .pro-head li.on a {
  color: #fff;
  background: #05346a;
}

.index-product .pro-list {
  height: 650px;
  margin-top: 50px;
}

.index-product .pro-list li {
  float: left;
  margin-right: 18px;
  width: 225px;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.index-product .pro-list li .pic {
  width: 100%;
  overflow: hidden;
}

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

.index-product .pro-list li .tit {
  text-align: center;
  line-height: 54px;
  height: 54px;
  color: #555;
}

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

.index-product .pro-list li:hover .tit {
  color: #05346a;
}

.index-product .pro-list li:nth-child(5n) {
  margin-right: 0;
}

.index-kehu {
  padding-top: 50px;
  background: #f4f4f4;

}

.index-kehu .kehu-pic {
  margin-top: 45px;
  width: 100%;
  max-width:1920px;
  margin-left:auto;
  margin-right:auto;
  overflow: hidden;
}

.index-kehu .kehu-pic ul {
  width: 3840px;
  cursor: pointer;
  animation: myfirst infinite linear 80s;
  -moz-animation: myfirst infinite linear 80s;
  /* Firefox */
  -webkit-animation: myfirst infinite linear 80s;
  /* Safari 和 Chrome */
  -o-animation: myfirst infinite linear 80s;
}

.index-kehu .kehu-pic ul li {
  float: left;
}

.index-kehu .kehu-pic ul li .pic {
  height: 244px;
}

.index-kehu .kehu-pic ul li .pic img {
  height: 100%;
}

.index-kehu .kehu-pic ul li .tit {
  color: #555;
  line-height: 60px;
  text-align: center;
}

.index-kehu .kehu-pic ul:hover {
  animation-play-state: paused;
  -webkit-animation-play-state: paused;
  /* Safari 和 Chrome */
}

@-webkit-keyframes myfirst {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-1920px);
            transform: translateX(-1920px);
  }
}

@keyframes myfirst {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-1920px);
            transform: translateX(-1920px);
  }
}

.index-question {
  background: url("/templets/images/question.jpg") no-repeat top center;
  height: 211px;
}

.index-question .question {
  padding-top: 50px;
  color: #fff;
  font-size: 28px;
  line-height: 50px;
  text-align: center;
}

.index-question .answer {
  line-height: 50px;
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  text-align: center;
}

.index-choose {
  padding-top: 50px;
}

.index-choose .liyou-list {
  padding-top: 62px;
}

.index-choose .liyou-list .liyou-item {
  width: 577px;
  padding-bottom: 30px;
}

.index-choose .liyou-list .liyou-item .tit {
  position: relative;
  padding-left: 72px;
  line-height: 62px;
  font-size: 24px;
}

.index-choose .liyou-list .liyou-item .tit .num {
  position: absolute;
  top: 0;
  left: 0;
  width: 56px;
  height: 72px;
  font-size: 36px;
  font-family: 'Gilroy-Bold';
  text-align: center;
  color: #fff;
  background: url("/templets/images/juxing.png") no-repeat;
}

.index-choose .liyou-list .liyou-item .cont {
  height: 371px;
  width: 577px;
  background: #efefef;
}

.index-choose .liyou-list .liyou-item .gongcheng-cont {
  padding: 20px 28px;
}

.index-choose .liyou-list .liyou-item .gongcheng-cont .gongcheng-list {
  height: 100%;
}

.index-choose .liyou-list .liyou-item .gongcheng-cont .item-l {
  width: 50%;
  height: 100%;
  overflow: hidden;
}

.index-choose .liyou-list .liyou-item .gongcheng-cont .item-l .item-box {
  height: 3360px;
  cursor: pointer;
  animation: itemscr-l infinite linear 56s;
  -moz-animation: itemscr-l infinite linear 56s;
  /* Firefox */
  -webkit-animation: itemscr-l infinite linear 56s;
  /* Safari 和 Chrome */
  -o-animation: itemscr-l infinite linear 56s;
}

.index-choose .liyou-list .liyou-item .gongcheng-cont .item-r {
  width: 50%;
  height: 100%;
  overflow: hidden;
}

.index-choose .liyou-list .liyou-item .gongcheng-cont .item-r .item-box {
  height: 2460px;
  cursor: pointer;
  animation: itemscr-r infinite linear 42s;
  -moz-animation: itemscr-r infinite linear 42s;
  /* Firefox */
  -webkit-animation: itemscr-r infinite linear 42s;
  /* Safari 和 Chrome */
  -o-animation: itemscr-r infinite linear 42s;
}

.index-choose .liyou-list .liyou-item .gongcheng-cont .item-box p {
  font-size: 14px;
  line-height: 30px;
  color: #555;
}

.index-choose .liyou-list .liyou-item .gongcheng-cont .item-l .item-box:hover {
  animation-play-state: paused;
  -webkit-animation-play-state: paused;
  /* Safari 和 Chrome */
}

.index-choose .liyou-list .liyou-item .gongcheng-cont .item-r .item-box:hover {
  animation-play-state: paused;
  -webkit-animation-play-state: paused;
  /* Safari 和 Chrome */
}

@-webkit-keyframes itemscr-l {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-1680px);
            transform: translateY(-1680px);
  }
}

@keyframes itemscr-l {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-1680px);
            transform: translateY(-1680px);
  }
}

@-webkit-keyframes itemscr-r {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-1230px);
            transform: translateY(-1230px);
  }
}

@keyframes itemscr-r {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-1230px);
            transform: translateY(-1230px);
  }
}

.index-choose .fuwu .tit {
  position: relative;
  padding-left: 72px;
  line-height: 62px;
  font-size: 24px;
}

.index-choose .fuwu .tit .num {
  position: absolute;
  top: 0;
  left: 0;
  width: 56px;
  height: 72px;
  font-size: 36px;
  font-family: 'Gilroy-Bold';
  text-align: center;
  color: #fff;
  background: url("/templets/images/juxing.png") no-repeat;
}

.index-choose .fuwu .cont {
  height: 215px;
  background: url("/templets/images/fuwu-pic.jpg") no-repeat center center;
}

.index-about {
  padding: 50px 0;
}

.index-about .about-tit {
  font-size: 30px;
  line-height: 1;
  font-weight: 600;
  color: #05346a;
  padding-bottom: 45px;
}

.index-about .about-cont .cont-l {
  color: #555;
  line-height: 30px;
  width: 525px;
  padding-bottom: 45px;
}

.index-about .about-cont .cont-l strong {
  color: #000;
}

.index-about .about-zhongzhi {
  padding: 32px 0;
  border-top: 1px solid #e0e0e0;margin-top:32px;
}

.index-about .about-zhongzhi .tit {
  line-height: 42px;
  color: #05346a;
  font-weight: 600;
}

.index-about .about-zhongzhi .more {
  display: block;
  border: 1px solid #05346a;
  background: #05346a;
  color: #fff;
  line-height: 40px;
  width: 166px;
  height: 40px;
  border-radius: 5px;
  text-align: center;
}

.index-about .about-zhongzhi .more:hover {
  color: #05346a;
  background: #fff;
}

/******************************************************* INDEX END */
/***
*** page ***
***/
.page-tit {
  text-align: center;
}

.page-tit .tit {
  display: inline-block;
  line-height: 1;
  font-size: 30px;
  color: #05346a;
  font-weight: 600;
  padding: 0 20px;
  position: relative;
}

.page-tit .tit .bef-line {
  width: 182px;
  height: 1px;
  background: #e9e9e9;
  position: absolute;
  left: -182px;
  top: 15px;
}

.page-tit .tit .bef-line::after {
  content: "";
  display: block;
  height: 9px;
  width: 9px;
  background: #c4c4c4;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  position: absolute;
  top: -4px;
  right: 0;
}

.page-tit .tit .aff-line {
  width: 182px;
  height: 1px;
  background: #e9e9e9;
  position: absolute;
  right: -182px;
  top: 15px;
}

.page-tit .tit .aff-line::after {
  content: "";
  display: block;
  height: 9px;
  width: 9px;
  background: #c4c4c4;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  position: absolute;
  top: -4px;
  left: 0;
}

.page-banner {
  width: 100%;
  height: 450px;
}

.page-banner .banner-bg {
  height: 100%;
}

.page-l {
  position: relative;
}

.page-left-menu {
  position: relative;
  float: left;
  display: none;
  width: 240px;
  background: #05346a;
}

.page-left-menu.on {
  display: block;
}

.page-left-menu h1 {
  height: 80px;
  font-size: 20px;
  color: #fff;
  line-height: 80px;
  text-indent: 24px;
  font-weight: bold;
}

.page-left-menu ul li {
  height: 40px;
  padding-left: 5px;
  margin-bottom: 10px;
}

.page-left-menu ul li a {
  display: block;
  height: 40px;
  padding-left: 45px;
  font-size: 16px;
  line-height: 40px;
  color: #fff;
  background: url(../images/icon-s.png) 12px center no-repeat;
  -webkit-transition: all .35s ease-in;
  transition: all .35s ease-in;
}

.page-left-menu ul li.on a,
.page-left-menu ul li a:hover {
  padding-left: 20px;
  background: url(../images/icon-s.png) 34px center no-repeat #f0fff8;
  color: #05346a;
}

.page-left-menu.fixed {
  position: fixed;
  top: 50px !important;
}

.page-r {
  width: 900px;
}

.page-r .page-tit {
  border-bottom: 1px solid #ccc;
  height: 65px;
  padding: 0 13px;
  margin-bottom: 40px;
}

.page-r .page-tit h2 {
  float: left;
  position: relative;
  line-height: 45px;
  color: #05346a;
  font-size: 20px;
}

.page-r .page-tit p {
  width: 100%;
  text-align: right;
  line-height: 45px;
}

.page-r .page-tit p, .page-r .page-tit a {
  color: #333;
  font-size: 14px;
}

.page-r .page-tit a:hover {
  color: #05346a;
}

.page-about {
  padding: 50px 0;
  margin: 0 auto;
}

.page-about .about-content p {
  font-size: 16px;
  line-height: 24px;
  color: #333;
}

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

.page-news {
  padding: 50px 0;
}

.page-news .news-list {
  min-height: 200px;
}

.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 {
  -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: 20px;
  top: 41px;
  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: 700px;
  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 {
  background-color: #fff;
}

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

.page-news .page-tit {
  margin-bottom: 0;
}

.epd-news {
  padding-top: 40px;
  padding-bottom: 0;
}

#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-anli {
  padding-bottom: 60px;
}

.page-anli .anli-title {
  padding: 50px 0;
  text-align: center;
  color: #000103;
  font-size: 24px;
  line-height: 1;
  font-weight: 600;
}

.page-anli .anli-list li {
  width: 290px;
  margin-right: 10px;
  margin-bottom: 20px;
  float: left;
}

.page-anli .anli-list li .pic {
  width: 100%;
  overflow: hidden;
}

.page-anli .anli-list li .img-fluid {
  width: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.page-anli .anli-list li .tit {
  line-height: 40px;
  text-align: center;
}

.page-anli .anli-list li:hover .img-fluid {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.page-anli .anli-list li:nth-child(4n) {
  margin-right: 0;
}

.page-zhengshu {
  padding-bottom: 60px;
}

.page-zhengshu .zhengshu-title {
  padding: 50px 0;
  text-align: center;
  color: #000103;
  font-size: 24px;
  line-height: 1;
  font-weight: 600;
}

.page-zhengshu .zhengshu-list li {
  width: 290px;
  margin-right: 10px;
  margin-bottom: 20px;
  float: left;
  border: 1px solid #eee;
}

.page-zhengshu .zhengshu-list li a {
  display: block;
}

.page-zhengshu .zhengshu-list li .pic {
  width: 288px;
  height: 400px;
  overflow: hidden;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.page-zhengshu .zhengshu-list li .pic img {
  width: 100%;
  max-height: 400px;
}

.page-zhengshu .zhengshu-list li .img-fluid {
  width: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.page-zhengshu .zhengshu-list li .tit {
  line-height: 40px;
  text-align: center;
}

.page-zhengshu .zhengshu-list li:nth-child(4n) {
  margin-right: 0;
}

.page-zhengshu .zhengshu-list li:hover .img-fluid {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.page-product {
  padding: 50px 0;
}

.page-product .product-head {
  padding-bottom: 20px;
  margin-bottom: 40px;
  border-bottom: 1px solid #eee;
}

.page-product .product-head .tit {
  color: #000103;
  font-size: 24px;
  line-height: 1;
  font-weight: 600;
}

.page-product .product-head .tit::after {
  content: "";
  display: block;
  height: 0;
  width: 62px;
  margin-top: 10px;
  border-bottom: 3px solid #05346a;
}

.page-product .product-head .list li {
  float: left;
  margin-left: 45px;
  cursor: pointer;
  margin-bottom: 12px;
}

.page-product .product-head .list li a {
  display: block;
  height: 28px;
  line-height: 28px;
  -webkit-transition: all 0s;
  transition: all 0s;
  font-size: 14px;
  color: #616161;
}

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

.page-product .product-head .list .on a, .page-product .product-head .list li:hover a {
  color: #05346a;
  border-bottom: 2px solid #05346a;
}

.page-product .product-list {
  min-height: 400px;
}

.page-product .product-list li {
  float: left;
  margin-right: 14px;
  width: 214px;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.page-product .product-list li .pic {
  width: 100%;
  overflow: hidden;
}

.page-product .product-list li .pic img {
  width: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.page-product .product-list li .tit {
  text-align: center;
  line-height: 54px;
  height: 54px;
  color: #555;
}

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

.page-product .product-list li:hover .tit {
  color: #05346a;
}

.page-product .product-list li:nth-child(4n) {
  margin-right: 0;
}

.page-product .paging {
  padding-top: 20px;
}

.art-product {
  padding: 50px 0 0;
}

.art-product .pro-cont {
  padding-bottom: 50px;
}

.art-product .pro-cont .pro-l {
  padding-top: 5px;
  width: 50%;
}

.art-product .pro-cont .pro-l .pic {
  width: 500px;
  border: 1px solid #eee;
}

.art-product .pro-cont .pro-l .pic img {
  max-width: 100%;
  margin: 0 auto;
}

.art-product .pro-cont .pro-r {
  width: 50%;
}

.art-product .pro-cont .pro-r .tit {
  width: 100%;
  font-size: 22px;
  line-height: 30px;
  padding-bottom: 20px;
  color: #05346a;
  border-bottom: 1px solid #eee;
}

.art-product .pro-cont .pro-r .des {
  margin-top: 20px;
  min-height: 135px;
  width: 100%;
}

.art-product .pro-cont .pro-r .des p {
  padding-left: 15px;
  margin-bottom: 8px;
  line-height: 22px;
  font-size: 16px;
  color: #333;
  position: relative;
}

.art-product .pro-cont .pro-r .des p span {
  font-size: 16px;
  color: #333;
}



.art-product .pro-cont .pro-r .contentnav {
  text-align: left;
  border-bottom: none;
  padding: 20px 0 0;
}

.art-product .pro-cont .pro-r .contentnav div:first-child + div {
  margin: 0 30px;
}

.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: #05346a;
  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 {
  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;
}

.page-wangluo .wangluo-title {
  padding-top: 50px;
  text-align: center;
  color: #000103;
  font-size: 24px;
  line-height: 1;
  font-weight: 600;
}

.page-wangluo .wangluo-title::after {
  content: "";
  display: block;
  height: 0;
  width: 62px;
  margin: 20px auto 50px;
  border-bottom: 3px solid #05346a;
}

.page-contact .con-map {
  width: 100%;
  height: 400px;
}

.page-contact .contact-title {
  padding-top: 50px;
  text-align: center;
  color: #000103;
  font-size: 24px;
  line-height: 1;
  font-weight: 600;
}

.page-contact .contact-info {
  margin-top: 80px;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 80px;
}

.page-contact .contact-info li {
  float: left;
  position: relative;
  width: 25%;
}

.page-contact .contact-info li .big-font, .page-contact .contact-info li .small-font {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                not supported by any browser */
}

.page-contact .contact-info li .big-font {
  text-align: center;
}

.page-contact .contact-info li .big-font .iconfont {
  font-size: 80px;
  color: rgba(153, 153, 153, 0.1);
}

.page-contact .contact-info li .small-font {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -23px;
  color: #333;
}

.page-contact .contact-info li .small-font .iconfont {
  font-size: 46px;
}

.page-contact .contact-info li .small-font .iconfont::after {
  content: "";
  display: block;
  width: 30px;
  height: 0;
  margin: 11px auto 0;
  border-bottom: 1px solid #05346a;
}

.page-contact .contact-info li .info-cont {
  text-align: center;
}

.page-contact .contact-info li .info-cont .tit {
  padding: 10px 0 20px;
  font-size: 16px;
  font-family: 'Montserrat';
  letter-spacing: 1px;
}

.page-contact .contact-info li .info-cont .cont {
  margin: 0 auto;
  font-size: 14px;
  color: #777;
}

/******************************************************* PAGE END */
/***
*** product ***
***/
/******************************************************* PRODUCT END */
/***
*** contact ***
***/
/******************************************************* CONTACT END */
/***
*** footer ***
***/
.footer .foot-info {
  background: #05346a;
  color: #ffffff;
  position: relative;
}

.footer .foot-info p {
  line-height: 30px;
}

.footer .foot-info p a {
  color: #fff;
}

.footer .foot-info .info-l {
  font-size: 14px;
  width: 468px;
  padding: 50px 60px 50px 0;
  position: relative;
  z-index: 1;
  background: #05346a;
}

.footer .foot-info .info-l strong {
  display: block;
  font-size: 26px;
  font-weight: 400;
  margin-bottom: 20px;
}

.footer .foot-info .map-img {
  position: absolute;
  right: 0;
  top: 0;
  width: 65%;
  height: 100%;
  background: url("/templets/images/index_map.jpg") no-repeat;
  background-size: cover;
  background-position: center center;
}

.footer .foot-power {
  text-align: center;
  font-size: 14px;
  color: #5f5f5f;
}

.footer .foot-power span {
  line-height: 50px;
}

.footer .foot-power a {
  color: #5f5f5f;
}

/******************************************************* 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: #05346a;
  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: #05346a;
  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 #05346a;
}

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

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

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

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

.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: #05346a;
  border: 1px solid #05346a;
  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;
  top: 50%;
  margin-top: -127px;
  background-color: #05346a;
  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 #eee;
  height: 50px;
}

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

.float-right-box .top-list .ico {
  display: inline-block;
  width: 50px;
  height: 49px;
  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 #05346a;
}

.float-right-box .top-list .ico_tel {
  background: url(../images/elf.png) no-repeat -188px -9px #05346a;
}

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

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

.float-right-box .top-list .ico_email {
  background: url(../images/elf.png) no-repeat -67px -8px #05346a;
}

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

.float-right-box .top-list .ico_top {
  background: url(../images/elf.png) no-repeat -188px -69px #05346a;
}

.float-right-box .top-list .stt {
  display: inline-block;
  font-size: 14px;
  line-height: 50px;
  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 -128px -9px #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 -7px -8px #fff;
}

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

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

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