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

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

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-tc {
  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;
}

/*--------------------dufault---------------------*/
img {
  display: block;
}

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

/*-----------------------------------------*/
input[type=button], input[type=submit] {
  -webkit-appearance: none;
}

input[type="button"], input[type="submit"], input[type="reset"] {
  -webkit-appearance: none;
}

textarea {
  -webkit-appearance: none;
}

.button {
  border-radius: 0;
}

/******************************************************* DEFAULT END */
/***
*** header ***
***/
.header .logo {
  width: 100%;
  overflow: hidden;
}

.header .logo a {
  display: block;
}

.header .logo a img {
  margin: 0 auto;
}

.menu {
  background: #395aa9;
  height: 52px;
}

.menu .wrap {
  text-align: center;
}

.menu .wrap > ul {
  display: inline-block;
}

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

.menu .wrap > ul li a {
  display: block;
  height: 52px;
  line-height: 52px;
  padding: 0 35px;
  color: #fff;
  font-size: 16px;
  -webkit-transition: all 0s;
  transition: all 0s;
}

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

.menu .wrap > ul li ul li {
  width: 100%;
  background: #395aa9;
  border-bottom: 1px solid #eee;
}

.menu .wrap > ul li ul li a {
  text-align: center;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  padding: 0;
}

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

.menu .wrap > ul > li::after {
  content: "";
  display: block;
  height: 14px;
  width: 0;
  border-right: 1px solid #fff;
  position: absolute;
  right: 0;
  top: 20px;
}

.menu .wrap > ul > li:nth-child(5) ul {
  width: 200px;
  left: -23px;
}

.menu .wrap > ul > li:nth-last-child(2)::after {
  display: none;
}

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

/******************************************************* HEADER END */
/***
*** index ***
***/
.index-banner {
  background: #f5f5f5;
  padding: 20px 0 0;
  /* 本例子css */
  /* 下面是前/后按钮代码，如果不需要删除即可 */
}

.index-banner .slideBox {
  width: 100%;
  min-width: 1200px;
  overflow: hidden;
  position: relative;
}

.index-banner .slideBox .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}

.index-banner .slideBox .bd li {
  zoom: 1;
  vertical-align: middle;
}

.index-banner .slideBox .bd img {
  width: 1200px;
  display: block;
}

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

.index-banner .slideBox .prev {
  background: url("/templets/images/left.png") no-repeat rgba(0, 0, 0, 0.3);
  background-size: cover;
}

.index-banner .slideBox .next {
  left: auto;
  right: 3%;
  background: url("/templets/images/right.png") no-repeat rgba(0, 0, 0, 0.3);
  background-size: cover;
}

.index-banner .slideBox .prev:hover {
  background: url("/templets/images/left.png") no-repeat rgba(0, 0, 0, 0.5);
  background-size: cover;
}

.index-banner .slideBox .next:hover {
  background: url("/templets/images/right.png") no-repeat rgba(0, 0, 0, 0.5);
  background-size: cover;
}

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

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

.index-jituan {
  background: #f5f5f5;
  padding: 42px 0;
}

.index-jituan .jianjie {
  width: 450px;
}

.index-jituan .jianjie .jianjie-tit {
  font-size: 24px;
  color: #395aa9;
  font-weight: bold;
  line-height: 1;
  padding-bottom: 36px;
}

.index-jituan .jianjie .jianjie-pic {
  width: 100%;
  height: 200px;
  overflow: hidden;
}

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

.index-jituan .jianjie .jianjie-cont {
  font-size: 16px;
  line-height: 26px;
  text-indent: 2em;
  background: #fff;
  padding: 15px 25px;
}

.index-jituan .dongtai {
  margin-left: 50px;
  width: 420px;
}

.index-jituan .dongtai .dt-tit {
  font-size: 24px;
  color: #395aa9;
  font-weight: bold;
  line-height: 1;
  padding-bottom: 36px;
}

.index-jituan .dongtai .dt-cont .dt-f {
  width: 420px;
}

.index-jituan .dongtai .dt-cont .dt-f .new-list li {
  font-size: 16px;
  line-height: 1;
  margin-bottom: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 15px;
  position: relative;
}

.index-jituan .dongtai .dt-cont .dt-f .new-list li a {
  -webkit-transition: all 0s;
  transition: all 0s;
}

.index-jituan .dongtai .dt-cont .dt-f .new-list li a .tit {
  width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.index-jituan .dongtai .dt-cont .dt-f .new-list li a .data {
  color: #aaa;
  padding-right: 18px;
}

.index-jituan .dongtai .dt-cont .dt-f .new-list li::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background: #395aa9;
  border-radius: 50%;
  position: absolute;
  top: 5px;
  left: 0;
}

.index-jituan .dongtai .dt-cont .dt-f .new-list li:hover a {
  color: #395aa9;
}

.index-jituan .tongdao {
  width: 248px;
}

.index-jituan .tongdao .td-tit {
  font-size: 24px;
  color: #395aa9;
  font-weight: bold;
  line-height: 1;
  padding-bottom: 36px;
}

.index-jituan .tongdao .td-cont .list li {
  font-size: 16px;
  line-height: 1;
  margin-bottom: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 15px;
  position: relative;
}

.index-jituan .tongdao .td-cont .list li a {
  -webkit-transition: all 0s;
  transition: all 0s;
}

.index-jituan .tongdao .td-cont .list li a .tit {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.index-jituan .tongdao .td-cont .list li a .data {
  color: #aaa;
  padding-right: 18px;
}

.index-jituan .tongdao .td-cont .list li::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background: #395aa9;
  border-radius: 50%;
  position: absolute;
  top: 5px;
  left: 0;
}

.index-jituan .tongdao .td-cont .list li:hover a {
  color: #395aa9;
}

.index-jituan .tongdao .td-cont .zhengshu {
  padding-top: 30px;
}

.index-jituan .tongdao .td-cont .zhengshu img {
  width: 100%;
}

.index-slider {
  padding: 48px 0;
  /* 本例子css */
}

.index-slider .lunbo {
  width: 100%;
  overflow: hidden;
  position: relative;
  border: 1px solid #ddd;
}

.index-slider .lunbo .hd {
  height: 15px;
  overflow: hidden;
  position: absolute;
  right: 50%;
  bottom: 5px;
  z-index: 1;
  margin-right: -22px;
}

.index-slider .lunbo .hd ul {
  overflow: hidden;
  zoom: 1;
  float: left;
}

.index-slider .lunbo .hd ul li {
  float: left;
  margin-right: 5px;
  width: 10px;
  height: 10px;
  background: #fff;
  cursor: pointer;
  border-radius: 50%;
}

.index-slider .lunbo .hd ul li.on {
  background: #002172;
  color: #fff;
}

.index-slider .lunbo .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}

.index-slider .lunbo .bd li {
  zoom: 1;
  vertical-align: middle;
}

.index-slider .lunbo .bd img {
  width: 100%;
  display: block;
}

.index-pic {
  padding: 50px 0 30px;
}

.index-pic .pic-tit {
  min-width: 1200px;
  font-weight: bold;
  line-height: 1;
  font-size: 24px;
  color: #395aa9;
  padding-bottom: 50px;
  text-align: center;
}

.index-pic .pic-ul {
  height: 234px;
  position: relative;
  overflow: hidden;
}

.index-pic .pic-ul ul {
  width: 4000px;
  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-pic .pic-ul 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(-2000px);
            transform: translateX(-2000px);
  }
}

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

.index-pic .pic-ul li {
  float: left;
  margin-bottom: 16px;
  line-height: 34px;
  font-size: 14px;
}

.index-pic .pic-ul li .pic-img {
  width: 250px;
  height: 200px;
}

.index-pic .pic-ul li .pic-img .box {
  overflow: hidden;
  height: 100%;
}

.index-pic .pic-ul li .pic-img .box img {
  height: 100%;
  width: auto;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.index-pic .pic-ul li .tit {
  margin: 0 5%;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}

.index-pic .pic-ul li:hover .box img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.index-pic .pic-ul li:hover a {
  color: #395aa9;
}

.index-yewu {
  background: #f7f8fc;
  padding: 50px 0 30px;
}

.index-yewu .yewu-tit {
  font-weight: bold;
  line-height: 1;
  font-size: 24px;
  color: #395aa9;
  padding-bottom: 25px;
  text-align: center;
}

.index-yewu .yewu-cont .yewu-list {
  padding: 40px 1px 0;
}

.index-yewu .yewu-cont .yewu-list li {
  float: left;
  width: 280px;
  margin-right: 26px;
  margin-bottom: 20px;
}

.index-yewu .yewu-cont .yewu-list li .pic-img {
  width: 280px;
  height: 220px;
  border: 1px solid #eee;
  background: #fff;
}

.index-yewu .yewu-cont .yewu-list li .pic-img .box {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.index-yewu .yewu-cont .yewu-list li .pic-img .box img {
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
  -o-object-fit: cover;
     object-fit: cover;
}

.index-yewu .yewu-cont .yewu-list li .tit {
  font-size: 14px;
  color: #333;
  text-align: center;
  line-height: 34px;
  padding: 0 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.index-yewu .yewu-cont .yewu-list li:hover .pic-img .box img {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
}

.index-yewu .yewu-cont .yewu-list li:hover .tit {
  color: #395aa9;
}

.index-yewu .yewu-cont .yewu-list li:nth-child(4n) {
  margin-right: 0;
}

/******************************************************* INDEX END */
/***
*** page ***
***/
.page-l {
  position: relative;
}

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

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

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

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

.page-left-menu ul li a {
  display: block;
  height: 56px;
  padding-left: 45px;
  font-size: 16px;
  line-height: 56px;
  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: #395aa9;
}

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

.page-right {
  width: 930px;
  float: right;
  padding-bottom: 50px;
}

.page-right .news-wrap {
  width: 930px;
  min-height: 380px;
}

.page-right .location {
  width: 100%;
  border-bottom: 1px solid #ddd;
}

.page-right .pager-cont {
  color: #555;
}

.page-right .pager-cont p {
  line-height: 26px;
}

.page-right .pager-cont p img {
  max-width: 800px;
  margin: 0 auto !important;
}

.page-right .pager-cont table {
  border-collapse: collapse;
  border-right: 1px solid #555;
  border-bottom: 1px solid #555;
}

.page-right .pager-cont table td {
  border-top: 1px solid #555;
  border-left: 1px solid #555;
  font-size: 16px;
  height: 36px;
  vertical-align: middle;
  text-align: center;
}

.page-right .pager-cont img {
  padding-left: 20px;
  padding-bottom: 10px;
}

.location {
  width: 954px;
  margin: 0 auto;
  position: relative;
  border-bottom: 0;
  height: 65px;
  padding: 0 13px;
}

.location h2 {
  float: left;
  position: relative;
  line-height: 45px;
  color: #395aa9;
  font-size: 20px;
}

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

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

.location a:hover {
  color: #395aa9;
}

.page-mess {
  padding-top: 50px;
}

.page-about .page-right .pager-cont table {
  width: 900px;
  border: 0;
}

.page-about .page-right .pager-cont table td {
  width: 33%;
  border: 0;
  font-size: 14px;
  padding: 10px 0;
  vertical-align: top;
}

.page-about .page-right .pager-cont table td img {
  margin: 0 auto;
}

.page-about .page-right .pager-cont table td p {
  padding: 0 15px;
}

.page-about .page-right .pager-cont img {
  padding: 0;
}

.page-about .page-right .about-table img {
  max-width: 225px;
  margin: 0 auto !important;
}

.page-qiye .page-left-menu {
  width: 325px;
}

.page-qiye .page-left-menu a {
  padding-left: 45px;
  background: url(../images/icon-s.png) 13px center no-repeat;
}

.page-qiye .page-right {
  width: 845px;
}

.page-qiye .page-right .location {
  width: 845px;
}

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

.page-news .pager-cont {
  padding-top: 0 !important;
}

.page-news .pager-cont .newslist {
  margin-bottom: 20px;
}

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

.page-news .pager-cont .newslist span {
  position: relative;
  display: inline-block;
  width: 174px;
  height: 120px;
  overflow: hidden;
}

.page-news .pager-cont .newslist .nopicture {
  visibility: hidden;
  opacity: 0;
  width: 172px;
  height: 118px;
  letter-spacing: 1.15px;
  border: 1px solid #183883;
  line-height: 120px;
  color: #183883;
  font-size: 12px;
  text-align: center;
  font-style: normal;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.page-news .pager-cont .newslist .showtext .nopicture {
  display: block;
  visibility: visible;
  opacity: 1;
}

.page-news .pager-cont .newslist img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 174px;
  max-width: 174px;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.page-news .pager-cont .newslist .img_span {
  width: 174px;
  height: 118px;
  overflow: hidden;
  display: inline-block;
}

.page-news .pager-cont .newslist .txt {
  position: absolute;
  width: 72.5%;
  top: 32px;
  left: 242px;
  overflow: visible;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.page-news .pager-cont .newslist2 .txt {
  top: 5px;
}

.page-news .pager-cont .newslist .tit {
  width: 500px;
  margin: 14px 0 3px;
  font-size: 16px;
  line-height: 22px;
  font-weight: bold;
  color: #575757;
  -webkit-transition: all .5s;
  transition: all .5s;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.page-news .pager-cont .newslist .tit b {
  font-weight: bold;
}

.page-news .pager-cont .newslist .tit span {
  font-weight: bold;
}

.page-news .pager-cont .newslist .date {
  position: absolute;
  right: 10px;
  top: 11px;
  font-size: 30px;
  font-family: 'AvantGardeITCbyBT-Book', "å¾®è½¯é›…é»‘";
  margin-bottom: 12px;
  padding-bottom: 12px;
  color: #999;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.page-news .pager-cont .newslist .description {
  top: 80px;
  width: 500px;
  height: 45px;
  -webkit-transition: all .5s;
  transition: all .5s;
  font-size: 13px;
  color: #999;
  line-height: 22px !important;
}

.page-news .pager-cont .newslist a {
  display: block;
}

.page-news .pager-cont .newslist li:hover {
  background-color: #fff;
}

.page-news .pager-cont .newslist li:hover .description, .page-news .pager-cont .newslist li:hover .tit {
  margin-left: 10px;
}

.page-news .pager-cont .newslist li:hover .date, .page-news .pager-cont .newslist li:hover .tit {
  color: #333;
}

.page-news .pager-cont .newslist li:hover .description {
  color: #666;
}

.page-news .zhiyuan-list {
  padding-top: 30px;
}

.page-news .zhiyuan-list li {
  float: left;
  width: 300px;
  margin-right: 15px;
  padding-bottom: 30px;
}

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

.page-news .zhiyuan-list li .pic img {
  width: 100%;
  padding: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.page-news .zhiyuan-list li .tit {
  height: 40px;
  line-height: 40px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: #395aa9;
  color: #fff;
  padding: 0 8px;
}

.page-news .zhiyuan-list li:hover .pic img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.page-news .zhiyuan-list li:nth-child(3) {
  margin-right: 0;
}

#news_con {
  padding-top: 50px;
}

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

#news_con article table {
  border-collapse: collapse;
}

#news_con article .new-head {
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
}

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

#news_con article .date {
  font-size: 12px;
  text-align: center;
  color: #aaa;
  margin-top: 17px;
}

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

#news_con article .body p {
  line-height: 26px !important;
  font-size: 16px !important;
  color: #333 !important;
  font-family: '微软雅黑' !important;
}

#news_con article .body p span {
  line-height: 26px !important;
  font-size: 16px !important;
  color: #333 !important;
  font-family: '微软雅黑' !important;
}

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

.page-rongyu .page-right {
  width: 900px;
}

.page-rongyu .rongyu-list {
  padding: 0 15px;
}

.page-rongyu .rongyu-list li {
  float: left;
  width: 270px;
  margin-bottom: 16px;
  line-height: 34px;
  font-size: 14px;
  margin-right: 30px;
}

.page-rongyu .rongyu-list li .pic-img {
  width: 270px;
  height: 220px;
  border: 1px solid #eee;
}

.page-rongyu .rongyu-list li .pic-img .box {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.page-rongyu .rongyu-list li .pic-img .box img {
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 0;
  height: 100%;
  width: auto;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.page-rongyu .rongyu-list li .tit {
  margin: 0 5%;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}

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

.page-rongyu .rongyu-list li:hover .pic-img .box img {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
}

.page-rongyu .rongyu-list li:hover .tit {
  color: #395aa9;
}

.page-jingying .page-left-menu {
  width: 275px;
}

.page-jingying .page-left-menu ul li {
  height: 44px;
}

.page-jingying .page-left-menu ul li a {
  line-height: 44px;
  height: 44px;
}

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

.page-jingying .page-right {
  width: 900px;
}

.page-jingying .jingying-list {
  padding: 0 15px;
}

.page-jingying .jingying-list li {
  width: 270px;
  float: left;
  margin-bottom: 16px;
  line-height: 34px;
  font-size: 14px;
  margin-right: 30px;
}

.page-jingying .jingying-list li .pic-img {
  width: 270px;
  height: 220px;
  border: 1px solid #eee;
}

.page-jingying .jingying-list li .pic-img .box {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.page-jingying .jingying-list li .pic-img .box img {
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 0;
  max-height: 100%;
  max-width: 100%;
  width: auto;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.page-jingying .jingying-list li .tit {
  margin: 0 5%;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}

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

.page-jingying .jingying-list li:hover .pic-img .box img {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
}

.page-jingying .jingying-list li:hover .tit {
  color: #395aa9;
}

.page-gongcheng .jingying-list li .pic-img .box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

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

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

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

.page-anli .anli-list li .pic {
  width: 270px;
  height: 220px;
  overflow: hidden;
  border: 1px solid #eee;
}

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

.page-anli .anli-list li .pic img {
  position: relative;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.page-anli .anli-list li .img-fluid {
  margin: 0 auto;
  -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: translate(-50%, -50%) scale(1.05);
          transform: translate(-50%, -50%) scale(1.05);
}

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

.page-contact {
  padding-top: 60px;
}

.page-contact .location {
  width: 1000px;
}

.page-contact .contact-cont {
  width: 1000px;
  margin: 0 auto;
  border-top: 1px solid #eee;
  padding: 30px 0 50px;
}

.page-contact .contact-cont .cont-l {
  padding-left: 20px;
}

.page-contact .contact-cont .cont-l p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 10px;
  color: #333;
}

.page-contact .form-cont {
  width: 1000px;
  margin: 0 auto;
  border-top: 1px solid #eee;
  padding: 50px 20px;
}

.page-contact .form-cont .form-tit {
  text-align: center;
  color: #395aa9;
  font-size: 24px;
  padding-bottom: 50px;
}

.page-contact .form-cont form {
  width: 100%;
  margin: 0 auto;
}

.page-contact .form-cont form .inp-box {
  padding-bottom: 20px;
}

.page-contact .form-cont form .inp-box input {
  width: 32%;
  float: left;
  margin-right: 2%;
  height: 40px;
  font-size: 14px;
  text-indent: 10px;
}

.page-contact .form-cont form .inp-box input:nth-child(3) {
  margin-right: 0;
}

.page-contact .form-cont form .inp-box textarea {
  width: 100%;
  height: 150px;
  font-family: '微软雅黑';
  padding-top: 10px;
  text-indent: 10px;
}

.page-contact .form-cont form .coolbg {
  width: 150px;
  height: 40px;
  background: #395aa9;
  border: 1px solid #395aa9;
  color: #fff;
  -webkit-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
}

.page-contact .form-cont form .coolbg:hover {
  color: #395aa9;
  background: #fff;
}

.page-search {
  padding-top: 60px;
  padding-bottom: 20px;
}

.page-search .location {
  width: 1000px;
}

.page-search .search-cont {
  width: 1000px;
  margin: 0 auto;
  border-top: 1px solid #eee;
}

.page-search .newslist {
  margin-bottom: 20px;
}

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

.page-search .newslist span {
  position: relative;
  display: inline-block;
  width: 174px;
  height: 120px;
  overflow: hidden;
}

.page-search .newslist .nopicture {
  visibility: hidden;
  opacity: 0;
  width: 172px;
  height: 118px;
  letter-spacing: 1.15px;
  border: 1px solid #183883;
  line-height: 120px;
  color: #183883;
  font-size: 12px;
  text-align: center;
  font-style: normal;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.page-search .newslist .showtext .nopicture {
  display: block;
  visibility: visible;
  opacity: 1;
}

.page-search .newslist img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 174px;
  max-width: 174px;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.page-search .newslist .img_span {
  width: 174px;
  height: 118px;
  overflow: hidden;
  display: inline-block;
}

.page-search .newslist .txt {
  position: absolute;
  width: 72.5%;
  top: 32px;
  left: 242px;
  overflow: visible;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.page-search .newslist2 .txt {
  top: 5px;
}

.page-search .newslist .tit {
  width: 500px;
  margin: 14px 0 3px;
  font-size: 16px;
  line-height: 22px;
  font-weight: normal;
  color: #575757;
  -webkit-transition: all .5s;
  transition: all .5s;
  margin-bottom: 10px;
}

.page-search .newslist .date {
  position: absolute;
  right: 10px;
  top: 11px;
  font-size: 30px;
  font-family: 'AvantGardeITCbyBT-Book', "å¾®è½¯é›…é»‘";
  margin-bottom: 12px;
  padding-bottom: 12px;
  color: #999;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.page-search .newslist .description {
  top: 80px;
  width: 500px;
  height: 45px;
  -webkit-transition: all .5s;
  transition: all .5s;
  font-size: 13px;
  color: #999;
  line-height: 22px !important;
}

.page-search .newslist a {
  display: block;
}

.page-search .newslist li:hover {
  background-color: #fff;
}

.page-search .newslist li:hover .description, .page-search .newslist li:hover .tit {
  margin-left: 10px;
}

.page-search .newslist li:hover .date, .page-search .newslist li:hover .tit {
  color: #333;
}

.page-search .newslist li:hover .description {
  color: #666;
}

/******************************************************* PAGE END */
/***
*** product ***
***/
/******************************************************* PRODUCT END */
/***
*** contact ***
***/
/******************************************************* CONTACT END */
/***
*** footer ***
***/
.footer .footer-con {
  padding: 40px 0;
  background: #395aa9;
}

.footer .footer-con .foot-list > li {
  float: left;
  padding-right: 60px;
}

.footer .footer-con .foot-list > li .tit {
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  padding-bottom: 10px;
  font-weight: bold;
}

.footer .footer-con .foot-list > li li {
  font-size: 14px;
  color: #fff;
  line-height: 24px;
  margin-bottom: 5px;
}

.footer .footer-con .foot-list > li li a {
  color: #fff;
}

.footer .footer-con .foot-list > li:nth-child(6) {
  padding-right: 0;
}

.footer .footer-con .foot-r .wx {
  position: relative;
}

.footer .footer-con .foot-r .wx .tit {
  position: absolute;
  bottom: 12px;
  left: 0;
  width: 100%;
  color: #333;
  font-size: 12px;
  text-align: center;
}

.footer .footer-con .foot-r .wx:nth-child(1) {
  margin-right: 12px;
}

.footer .foot-info span {
  font-size: 12px;
  color: #555;
  line-height: 40px;
}

.footer .foot-info span a {
  color: #555;
}

.footer .foot-info span a:hover {
  color: #395aa9;
}

.footer .foot-info .weihu {
  float: right;
}

.footer .youqing {
  background: #e5e5e5;
  padding: 10px 0;
}

.footer .youqing .tit {
  display: inline;
  color: #555;
  font-size: 14px;
  line-height: 21px;
}

.footer .youqing .cont {
  display: inline;
}

.footer .youqing .cont li {
  float: left;
  padding-right: 20px;
  line-height: 20px;
  color: #555;
  line-height: 24px;
  font-size: 12px;
}

.footer .youqing .cont li a {
  font-size: 12px;
  color: #555;
}

.footer .youqing .cont li:nth-child(1) {
  padding-right: 0;
}

.footer .erweima {
  width: 254px;
  height: 150px;
  background: url("/templets/images/erweima.png") no-repeat;
  position: fixed;
  bottom: 150px;
  right: 20px;
  z-index: 9999;
}

.banner {
  min-width: 1200px;
}

.banner img {
  width: 100%;
}

/******************************************************* FOOTER END */
/*翻页**********************************************************************/
.paging {
  text-align: center;
  padding: 30px;
  font-size: 12px;
  color: #395aa9;
}

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

.paging li a {
  display: inline-block;
  color: #395aa9;
  border: 1px solid #395aa9;
  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: #395aa9;
  color: #fff;
}

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

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

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

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

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

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

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

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

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

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

.paging table {
  margin: 0 auto;
  color: #333;
  font-size: 14px;
}

.paging table td {
  min-width: 24px;
}

.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: #395aa9;
  border: 1px solid #395aa9;
  color: #fff;
}

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

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

.banner .banner-box {
  display: none;
}

.banner .banner-box img {
  width: 100%;
}

#news_con .list-paddingleft-2 li {
  float: left;
  width: 50%;
  padding: 0 10px 0 30px;
  line-height: 40px;
  position: relative;
}

#news_con .list-paddingleft-2 li::before {
  content: "";
  height: 6px;
  width: 6px;
  background: #395aa9;
  border-radius: 50%;
  position: absolute;
  top: 17px;
  left: 12px;
}

#news_con .list-paddingleft-2 li p {
  line-height: 40px !important;
}

/*固定侧边拦*/
.float-right-box {
  width: 250px;
  position: fixed;
  right: 0;
  top: 50%;
  margin-top: -127px;
  background-color: #395aa9;
  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 #395aa9;
}

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

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

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

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

.float-right-box .top-list .ico_wechat {
  background: url(../images/elf.png) no-repeat -67px -127px #395aa9;
}

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

.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/elf.png) no-repeat -7px -127px #fff;
}

.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;
}
/*# sourceMappingURL=css.css.map */