@font-face {
  font-family: 'iconfont';
  /* project id 995532 */
  src: url('//at.alicdn.com/t/font_995532_rlvq3amej7s.eot');
  src: url('//at.alicdn.com/t/font_995532_rlvq3amej7s.eot?#iefix')
      format('embedded-opentype'),
    url('//at.alicdn.com/t/font_995532_rlvq3amej7s.woff2') format('woff2'),
    url('//at.alicdn.com/t/font_995532_rlvq3amej7s.woff') format('woff'),
    url('//at.alicdn.com/t/font_995532_rlvq3amej7s.ttf') format('truetype'),
    url('//at.alicdn.com/t/font_995532_rlvq3amej7s.svg#iconfont') format('svg');
}
.iconfont {
  font-family: 'iconfont' !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
.clear:after {
  visibility: hidden;
  display: block;
  height: 0;
  font-size: 0;
  content: '';
  clear: both;
}
body,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
input,
li,
ol,
p,
select,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
}
* {
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* text-transform: uppercase; */
}
i {
  font-style: normal;
}
body,
html {
  min-height: 100%;
}
body {
  font-family: 'Microsoft YaHei';
  font-size: 14px;
  color: #333;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
ol,
ul {
  list-style: none;
}
img {
  border: none;
  vertical-align: middle;
}
a {
  text-decoration: none;
  color: #232323;
}
a:hover,
a:focus {
  text-decoration: none;
}
table {
  border-collapse: collapse;
  table-layout: fixed;
}
input,
textarea {
  outline: none;
  border: none;
}
textarea {
  resize: none;
  overflow: auto;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: '.';
  width: 0;
  height: 0;
  visibility: hidden;
  display: block;
  clear: both;
  overflow: hidden;
}
.index-title {
  text-align: center;
  font-weight: bold;
}
.index-title p:first-child {
  font-size: 40px;
  color: #f79100;
}
.index-title p:first-child span {
  color: #eed9c3;
}
.index-title p:last-child {
  color: #aba197;
  font-size: 14px;
  margin-top: 20px;
}
header {
  height: 82px;
  width: 100%;
  position: relative;
}
header .top {
  width: 1200px;
  margin: 0 auto;
}
header .top .logo {
  display: block;
  float: left;
  margin-top: 7px;
  /* position: absolute; */
  /* left: 50px; */
}
header .top nav {
  float: right;
}
header .top nav ul li {
  position: relative;
  height: 100%;
  float: left;
  margin: 0 14px;
  padding: 0;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
header .top nav ul li > a {
  line-height: 1;
  font-size: 15px;
  color: #333333;
  display: block;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  /* margin: 40px auto 0;. */
  text-align: center;
  height: 82px;
  line-height: 82px;
  padding: 0 20px;
  min-width: 100px;
}
header .top nav ul li .three {
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 12px;
  border-width: 0;
  border-style: solid;
  border-color: #005fad transparent transparent transparent;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
header .top nav ul li .line {
  width: 0;
  height: 3px;
  background: #005fad;
  position: absolute;
  bottom: 0;
  right: 0;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
header .top nav ul li:hover,
header .top nav ul li.on {
  /* padding: 0 53px; */
}
header .top nav ul li:hover > a,
header .top nav ul li.on > a {
  /* margin: 32px auto 0; */
  color: #005fad;
}
header .top nav ul li:hover .three,
header .top nav ul li.on .three {
  border-width: 4px;
}
header .top nav ul li:hover .line,
header .top nav ul li.on .line {
  width: 100%;
}
header .top nav ul .sub {
  position: absolute;
  z-index: 1111;
  display: none;
  min-width: 150px;
  background: rgba(0, 0, 0, 0.4);
  top: 82px;
  left: 50%;
  transform: translateX(-50%);
  right: 0;
  text-align: center;
  padding: 0 15px;
}
header .top nav ul .sub a {
  display: block;
  width: 100%;
  line-height: 35px;
  display: inline-block;
  color: #fefefe;
  font-size: 14px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
header .top nav ul .sub a:hover {
  color: #ffcf2c;
}
/*banner*/
.banner {
  position: relative;
  width: 100%;
}
.banner > a {
  display: block;
  line-height: 42px;
  width: 52px;
  height: 46px;
  position: absolute;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  top: 400px;
}
.banner .prev {
  left: 7.8%;
  background: rgba(0, 0, 0, 0.4);
}
.banner .next {
  right: 7.8%;
  background: #005fad;
}
.banner .search {
  width: 100%;
  height: 50px;
  z-index: 3;
  position: absolute;
  background: rgba(0, 0, 0, 0.45);
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.banner .search .search-cont {
  width: 1200px;
  margin: 0 auto;
}
.banner .search .search-cont .text {
  float: left;
  line-height: 50px;
  color: #dcdcdc;
  font-size: 14px;
}
.banner .search .search-cont .text span {
  color: #ffffff;
  font-size: 14px;
}
.banner .search .search-cont .input {
  position: relative;
  width: 380px;
  height: 34px;
  top: 4px;
  float: right;
  display: inline-block;
}
.banner .search .search-cont .input input {
  border: 1px solid #aab1b5;
  border-radius: 17px;
  text-indent: 23px;
  background: none;
  color: #ffffff;
}
.banner .search .search-cont .input input::-webkit-input-placeholder {
  font-size: 14px;
  color: #ffffff;
}
.banner .search .search-cont .input input:-moz-placeholder {
  font-size: 14px;
  color: #ffffff;
}
.banner .search .search-cont .input input::-moz-placeholder {
  font-size: 14px;
  color: #ffffff;
}
.banner .search .search-cont .input input:-ms-input-placeholder {
  font-size: 14px;
  color: #ffffff;
}
.banner .search .search-cont .input .iconfont {
  position: absolute;
  font-size: 22px;
  color: #ffffff;
  right: 16px;
  top: 10px;
  cursor: pointer;
}
.banner .bd {
  /* margin: 0 auto;
  position: relative;
  z-index: 0;
  overflow: hidden; */
}
.banner .bd ul {
  width: 100% !important;
}
.banner .bd ul li {
  width: 100% !important;
  text-align: center;
}
.banner .bd ul li a {
  display: block;
}
.index-news {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  line-height: 1;
}
.index-news .left {
  width: 430px;
  height: 564px;
  position: absolute;
  border: 1px solid #e5e5e5;
  top: -82px;
  z-index: 1000;
  background: #ffffff;
}
.index-news .left .tit {
  margin: 30px 0 0 28px;
  line-height: 22px;
  background: url(../images/three.png) no-repeat 194px center;
}
.index-news .left .tit p {
  float: left;
  color: #333333;
  font-size: 22px;
  font-weight: bold;
}
.index-news .left .tit span {
  color: #a7a7a7;
  font-size: 14px;
  margin-left: 14px;
  text-transform: uppercase;
}
.index-news .left .pic {
  width: 370px;
  height: 258px;
  margin-top: 28px;
  margin-left: 28px;
  overflow: hidden;
}
.index-news .left .pic img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.index-news .left .pic:hover img {
  transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.index-news .left .title {
  display: block;
  margin: 0 28px;
  color: #333333;
  font-size: 16px;
  margin-top: 30px;
}
.index-news .left > p {
  color: #888888;
  font-size: 13px;
  line-height: 2;
  margin: 24px 28px 0;
}
.index-news .left .info {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 69px;
  background: #f5f5f5;
}
.index-news .left .info .num {
  width: 109px;
  height: 66px;
  background: #ffffff;
  float: left;
  color: #eeeeee;
  font-size: 60px;
  text-align: center;
  line-height: 66px;
}
.index-news .left .info .more {
  display: block;
  width: 319px;
  height: 100%;
  float: right;
  border-top: 3px solid #005fad;
  color: #888888;
  font-size: 13px;
  line-height: 69px;
  text-align: center;
}
.index-news .left .color {
  width: 37px;
  height: 3px;
  background: #005fad;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
}
.index-news .right {
  width: 100%;
}
.index-news .right .tit {
  width: 100%;
  height: 97px;
  position: relative;
  border-bottom: 1px solid #e5e5e5;
}
.index-news .right .tit p {
  color: #f3f3f3;
  font-size: 70px;
  position: absolute;
  left: 30px;
  top: 24px;
}
.index-news .right .tit span {
  font-size: 28px;
  color: #005fad;
  z-index: 2;
  position: absolute;
  top: 54px;
  left: 66px;
  text-shadow: 2px 2px 0 #ffffff;
}
.index-news .right ul li {
  width: 377px;
  height: 385px;
  border: 1px solid #e5e5e5;
  border-top: none;
  float: left;
  margin-left: 33px;
}
.index-news .right ul li:nth-child(1) {
  margin-left: 0;
}
.index-news .right ul li .pic {
  width: 310px;
  height: 216px;

  overflow: hidden;
  margin: 0 auto;
  margin-top: 26px;
}
.index-news .right ul li .pic img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  object-fit: contain;
}
.index-news .right ul li .title {
  display: block;
  color: #333333;
  font-size: 15px;
  margin: 30px 20px 0;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.index-news .right ul li p {
  color: #888888;
  font-size: 13px;
  line-height: 2;
  margin: 22.5px 20px 0;
}
.index-news .right ul li:hover .title {
  color: #005fad;
}
.index-news .right ul li:hover img {
  transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.index-news-1 {
  width: 100%;
  height: 200px;
  background: #f7f7f7;
  margin-top: 57px;
}
.index-news-1 ul {
  width: 1200px;
  margin: 0 auto;
}
.index-news-1 ul li {
  width: 548px;
  height: 100%;
  position: relative;
  line-height: 1;
  float: left;
}
.index-news-1 ul li:first-child {
  margin-right: 104px;
}
.index-news-1 ul li .date {
  color: #d8d8d8;
  font-size: 26px;
  margin-top: 34px;
}
.index-news-1 ul li .title {
  display: block;
  margin-top: 24px;
  color: #333333;
  font-size: 15px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.index-news-1 ul li p {
  color: #888888;
  font-size: 13px;
  line-height: 26px;
  margin-top: 23.5px;
}
.index-news-1 ul li .gray {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 3px;
  background: #acacac;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.index-news-1 ul li .green {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 3px;
  background: #005fad;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.index-news-1 ul li:hover .title {
  color: #005fad;
}
.index-news-1 ul li:hover .gray {
  width: 39px;
}
.index-news-1 ul li:hover .green {
  width: 505px;
}
.index-product {
  position: relative;
  width: 1200px;
  height: 325px;
  margin: 83px auto 0;
  line-height: 1;
}
.index-product .tit {
  width: 82px;
  height: 100%;
  position: relative;
  float: left;
}
.index-product .tit p {
  position: absolute;
  left: 0;
  color: #f3f3f3;
  font-size: 54px;
  writing-mode: vertical-lr;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: vertical-lr;
}
.index-product .tit span {
  position: absolute;
  right: 0;
  top: 20px;
  display: block;
  font-size: 30px;
  color: #005fad;
  width: 30px;
}
.index-product .tit .icon {
  position: absolute;
  left: 61px;
  top: 241px;
  width: 12px;
  height: 21px;
  background: url(../images/three1.png) no-repeat center center;
}
.index-product .picScroll-left .hd a {
  display: block;
  top: 202px;
  width: 48px;
  height: 40px;
  position: absolute;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
}
.index-product .picScroll-left .hd .prev {
  background: #f1f1f1;
  left: 69px;
}
.index-product .picScroll-left .hd .prev .iconfont {
  color: #a8a8a8;
  font-size: 22px;
}
.index-product .picScroll-left .hd .next {
  background: #005fad;
  right: 0;
}
.index-product .picScroll-left .hd .next .iconfont {
  color: #ffffff;
  font-size: 22px;
}
.index-product .picScroll-left .bd {
  width: 980px;
  margin-left: 144px;
  height: 250px;
}
.index-product .picScroll-left .bd ul {
  width: 980px;
}
.index-product .picScroll-left .bd ul li {
  position: relative;
  width: 320px;
  height: 247px;
  float: left;
  margin-right: 10px;
}
.index-product .picScroll-left .bd ul li .pic {
  width: 100%;
  height: 100%;
}
.index-product .picScroll-left .bd ul li .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-product .picScroll-left .bd ul li .mask {
  position: absolute;
  width: 100%;
  height: 180px;
  bottom: 0;
  background: #000000;
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.8) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgba(0, 0, 0, 0)),
    color-stop(100%, rgba(0, 0, 0, 0.8))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.8) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.8) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.8) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.8) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(0,0,0,0)', endColorstr='rgba(0,0,0,0.8)', GradientType=0);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.index-product .picScroll-left .bd ul li .info .title {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 30px;
  display: block;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  line-height: 35px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  padding: 0 10px;
}
.index-product .picScroll-left .bd ul li:hover .info .title {
  display: none;
}
.index-product .picScroll-left .bd ul li .info .desc {
  margin: 0 29px;
  position: absolute;
  bottom: -52px;
  color: #ffffff;
  font-size: 13px;
  line-height: 26px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.index-product .picScroll-left .bd ul li .info .list {
  position: absolute;
  bottom: -43px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.index-product .picScroll-left .bd ul li .info .list a {
  display: block;
  margin: 15px 53px 0;
  color: #ffffff;
  font-size: 14px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.index-product .picScroll-left .bd ul li .info .list a:hover {
  color: #ffe400;
}
.index-product .picScroll-left .bd ul li:hover .mask {
  height: 100%;
  background: #005fad;
}
.index-product .picScroll-left .bd ul li:hover .info .title {
  bottom: 214px;
  font-size: 20px;
}
.index-product .picScroll-left .bd ul li:hover .info .desc {
  bottom: 145px;
}
.index-product .picScroll-left .bd ul li:hover .info .list {
  bottom: 52px;
}
:root .mask {
  filter: none;
}
.index-about {
  width: 100%;
  line-height: 1;
  margin-top: 77px;
  height: 359px;
  background: #f5f5f5;
}
.index-about .pic {
  width: 30%;
  height: 263px;
  float: left;
  margin-top: 48px;
}
.index-about .pic img {
  width: 100%;
  height: 100%;
}
.index-about .info {
  margin-left: 33%;
  margin-right: 18.75%;
  padding-top: 48px;
}
.index-about .info .tit p {
  display: inline;
  font-size: 70px;
  color: #e7e7e7;
  text-transform: uppercase;
}
.index-about .info .tit span {
  font-size: 30px;
  color: #005fad;
  margin-left: 12px;
}
.index-about .info > p {
  font-size: 13px;
  line-height: 32px;
  color: #333333;
  margin-top: 40px;
}
.index-honor {
  position: relative;
  width: 100%;
  height: 393px;
  line-height: 1;
}
.index-honor .bg {
  position: absolute;
  z-index: -1;
  bottom: 0;
  width: 100%;
  height: 202px;
  background: #e7e7e7;
}
.index-honor .cont {
  width: 1200px;
  height: 100%;
  position: relative;
  margin: 0 auto;
  background: url(../images/honor.png) no-repeat left center;
}
.index-honor .cont .slideBox {
  float: right;
}
.index-honor .cont .text {
  margin-left: 276px;
  padding-top: 50px;
}
.index-honor .cont .text .p1 {
  color: #666666;
  font-size: 13px;
}
.index-honor .cont .text .p2 {
  color: #333333;
  font-size: 20px;
  margin-top: 20px;
}
.index-honor .cont .text .p3 {
  color: #c1c1c1;
  font-size: 12px;
  line-height: 20px;
  margin-top: 18px;
}
.index-honor .cont .tit {
  position: absolute;
  left: 407px;
  top: 235px;
  width: 348px;
  height: 72px;
}
.index-honor .cont .tit p {
  font-size: 24px;
  text-align: center;
  color: #005fad;
}
.index-honor .cont .tit hr {
  border: 1px dashed #d2d2d2;
}
.index-honor .cont .tit span {
  display: block;
  color: #e0e0e0;
  font-size: 28px;
  text-align: center;
  background: url(../images/three1.png) no-repeat 240px center;
  line-height: 22px;
}
.index-honor .cont .slideBox {
  position: absolute;
  right: 0;
  bottom: 29px;
}
.index-honor .cont .slideBox .bd {
  width: 444px;
  height: 312px;
}
.index-honor .cont .slideBox .bd ul li {
  width: 100%;
  height: 100%;
}
.index-honor .cont .slideBox .bd ul li img {
  border: 1px solid #dcdcdc;
  width: 100%;
  height: 100%;
}
.index-honor .cont .slideBox > a {
  position: absolute;
  width: 25px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  bottom: 0;
}
.index-honor .cont .slideBox > a .iconfont {
  font-size: 17px;
  color: #ffffff;
}
.index-honor .cont .slideBox .prev {
  background: #dddddd;
  left: -50px;
}
.index-honor .cont .slideBox .next {
  background: #005fad;
  left: -25px;
}
.index-team {
  width: 100%;
  height: 597px;
  line-height: 1;
  background: url(../images/team-bg.jpg) no-repeat center center;
}
.index-team .cont {
  width: 1200px;
  margin: 0 auto;
}
.index-team .cont .tit .p1 {
  font-size: 80px;
  color: #f3f3f3;
  padding-top: 66px;
}
.index-team .cont .tit .p2 {
  font-size: 30px;
  color: #005fad;
  margin-left: 158px;
}
.index-team .cont .tit .p3 {
  color: #888888;
  font-size: 14px;
  float: right;
  margin-top: 9px;
}
.index-team .cont .first {
  width: 100%;
  height: 446px;
  margin-top: 90px;
}
.index-team .cont .first .pic {
  float: left;
  width: 350px;
  height: 100%;
}
.index-team .cont .first .pic img {
  width: 100%;
  height: 100%;
}
.index-team .cont .first .right {
  width: 850px;
  float: left;
}
.index-team .cont .first .right .info {
  position: relative;
  height: 216px;
  margin-left: 112px;
}
.index-team .cont .first .right .info .icon {
  position: absolute;
  width: 25px;
  height: 30px;
  left: -49px;
  top: 16px;
  background: url(../images/icon.png) no-repeat center center;
}
.index-team .cont .first .right .info .text p:first-child {
  color: #333333;
  font-size: 20px;
  padding-top: 20px;
  font-weight: bold;
}
.index-team .cont .first .right .info .text p:nth-child(2) {
  font-size: 18px;
  color: #005fad;
  margin-top: 40px;
}
.index-team .cont .first .right .info .text p:nth-child(2) span {
  font-weight: bold;
  color: #555555;
  margin-left: 6px;
}
.index-team .cont .first .right .info .text p:last-child {
  margin-top: 18px;
  font-size: 13px;
  color: #333333;
  line-height: 28px;
}
.index-team .cont .first .right .info .more {
  display: block;
  width: 120px;
  height: 113px;
  background: #f7f7f7;
  position: absolute;
  top: 16px;
  right: 30px;
  padding: 0 18px;
  text-align: center;
  font-size: 13px;
  line-height: 24px;
  color: #777777;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.index-team .cont .first .right .info .more .iconfont {
  display: block;
  font-size: 30px;
  color: #dddddd;
  margin: 16px auto;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.index-team .cont .first .right .info .more:hover {
  background: #005fad;
  color: #ffffff;
}
.index-team .cont .first .right .info .more:hover .iconfont {
  color: #ffffff;
}
.index-team .cont .first .right .prides {
  width: 850px;
  height: 230px;
}
.index-team .cont .first .right .prides a {
  display: block;
  float: left;
  width: 50%;
  height: 100%;
}
.index-team .cont .first .right .prides a p {
  font-size: 16px;
  text-align: center;
  margin-top: 149px;
}
.index-team .cont .first .right .prides a span {
  display: block;
  text-align: center;
  font-size: 16px;
  margin-top: 16px;
}
.index-team .cont .first .right .prides .gray {
  background: url(../images/gray.jpg) no-repeat center center;
}
.index-team .cont .first .right .prides .gray p {
  color: #444444;
}
.index-team .cont .first .right .prides .gray span {
  color: #c3c3c3;
}
.index-team .cont .first .right .prides .green {
  background: url(../images/green.jpg) no-repeat center center;
}
.index-team .cont .first .right .prides .green p {
  color: #ffffff;
}
.index-team .cont .first .right .prides .green span {
  color: #4cc999;
}
.index-team .cont .teamScroll-left {
  position: relative;
  width: 1200px;
  height: 290px;
  margin: 0 auto;
  line-height: 1;
}
.index-team .cont .teamScroll-left .hd a {
  display: block;
  top: 125px;
  width: 48px;
  height: 40px;
  position: absolute;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
}
.index-team .cont .teamScroll-left .hd .prev {
  background: #f1f1f1;
  left: -48px;
}
.index-team .cont .teamScroll-left .hd .prev .iconfont {
  color: #a8a8a8;
  font-size: 22px;
}
.index-team .cont .teamScroll-left .hd .next {
  background: #005fad;
  right: -48px;
}
.index-team .cont .teamScroll-left .hd .next .iconfont {
  color: #ffffff;
  font-size: 22px;
}
.index-team .cont .teamScroll-left .bd {
  margin-top: 50px;
}
.index-team .cont .teamScroll-left .bd ul li {
  width: 590px;
  height: 290px;
  float: left;
  margin: 0 5px;
  display: flex;
}
.index-team .cont .teamScroll-left .bd ul li .pic {
  width: 227px;
  height: 100%;
  float: left;
}
.index-team .cont .teamScroll-left .bd ul li .pic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.index-team .cont .teamScroll-left .bd ul li .right {
  width: 363px;
  height: 100%;
  float: left;
  border: 1px solid #eeeeee;
  background: #ffffff;
  padding-right: 20px;
}
.index-team .cont .teamScroll-left .bd ul li .right .tit {
  height: 87px;
  border-bottom: 1px solid #dedede;
}
.index-team .cont .teamScroll-left .bd ul li .right .tit .icon {
  float: left;
  width: 15px;
  height: 19px;
  background: url(../images/icon.png) no-repeat center center;
  background-size: 15px 19px;
  margin: 41px 0 0 20px;
}
.index-team .cont .teamScroll-left .bd ul li .right .tit > p {
  float: left;
  color: #333333;
  font-size: 20px;
  font-weight: bold;
  margin-top: 39px;
  margin-left: 13px;
  width: 140px;
  white-space: nowrap;
}
.index-team .cont .teamScroll-left .bd ul li .right .tit .more {
  float: right;
  color: #888888;
  font-size: 13px;
  line-height: 23px;
  /* margin-left: 113px; */
  margin-top: 42px;
}
.index-team .cont .teamScroll-left .bd ul li .right .tit .more p {
  float: left;
  margin-right: 12px;
}
.index-team .cont .teamScroll-left .bd ul li .right .tit .more .iconfont {
  font-size: 23px;
  color: #005fad;
  line-height: 23px;
}
.index-team .cont .teamScroll-left .bd ul li .right .post {
  color: #005fad;
  font-size: 15px;
  margin: 0 32px;
  line-height: 28px;
}
.index-team .cont .teamScroll-left .bd ul li .right .post span {
  color: #333333;
  font-weight: bold;
}
.index-team .cont .teamScroll-left .bd ul li .right .post1 {
  margin-top: 16px;
}
.index-team .cont .teamScroll-left .bd ul li .right .desc {
  margin: 0 30px;
  color: #555555;
  font-size: 13px;
  line-height: 28px;
  margin-top: 9px;
}
footer {
  width: 100%;
  height: 246px;
  background: #3b3b3b;
  line-height: 1;
}
footer .foot {
  width: 1200px;
  margin: 0 auto;
  display: flex;
}
footer .foot .foot-nav {
  float: left;
}
footer .foot .foot-nav dl {
  display: inline-block;
  vertical-align: top;
  margin-right: 60px;
  margin-top: 45px;
}
footer .foot .foot-nav dl dt a {
  color: #ffffff;
  font-size: 16px;
}
footer .foot .foot-nav dl dd {
  margin-top: 13px;
}
footer .foot .foot-nav dl dd a {
  color: #999999;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
footer .foot .foot-nav dl dd:hover a {
  color: #ffcf2c;
}
footer .foot .contact {
  float: right;
  margin-top: 45px;
}
footer .foot .contact .tit {
  color: #ffffff;
  font-size: 16px;
  margin-bottom: 23px;
}
footer .foot .contact .tit span {
  color: #6a6a6a;
  margin-left: 5px;
  text-transform: uppercase;
}
footer .foot .contact img {
  float: left;
  display: block;
  width: 93px;
  height: 93px;
  margin-right: 18px;
}
footer .foot .contact p {
  margin-left: 111px;
  color: #ababab;
  font-size: 13px;
  line-height: 26px;
}
footer .foot .contact p:first-child {
  line-height: 1;
}
footer .foot .contact p span {
  color: #ffcf2c;
  font-size: 20px;
}
footer .foot .links {
  float: left;
  width: 214px;
  margin-top: 45px;
  margin-left: 56px;
}
footer .foot .links .tit {
  color: #ffffff;
  font-size: 16px;
  margin-bottom: 23px;
}
footer .foot .links .tit span {
  color: #6a6a6a;
  margin-left: 5px;
}
footer .foot .links ul li {
  width: 102px;
  height: 50px;
  float: left;
  margin-right: 10px;
  margin-top: 10px;
}
footer .foot .links ul li:nth-child(even) {
  margin-right: 0;
}
footer .foot .links ul li img {
  display: block;
  width: 100%;
  height: 100%;
}
.ny-banner {
  width: 100%;
  height: 530px;
}
.public-cont {
  position: relative;
  width: 1200px;
  margin: 48px auto 0;
}
.public-cont .side {
  line-height: 1;
  width: 176px;
  float: left;
}
.public-cont .side > .tit p {
  color: #005fad;
  font-size: 26px;
}
.public-cont .side > .tit span {
  display: block;
  margin-top: 18px;
  color: #b5b5b5;
  font-size: 14px;
}
.public-cont .side > .tit span::before {
  display: block;
  float: left;
  margin-right: 16px;
  content: '';
  width: 11px;
  height: 11px;
  border-radius: 7px;
  background: #005fad;
}
.public-cont .side .line {
  width: 1px;
  height: 33px;
  background: #e0e0e0;
  position: absolute;
  left: 5px;
  top: 55px;
}
.public-cont .side ul {
  margin-top: 30px;
}
.public-cont .side ul li {
  position: relative;
  width: 171px;
  height: 60px;
  border-left: 1px solid #e0e0e0;
  margin-left: 5px;
}
.public-cont .side ul li::before {
  position: absolute;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  top: 25.5px;
  left: -5px;
  display: block;
  float: left;
  content: '';
  width: 9px;
  height: 9px;
  border-radius: 5px;
  border: 1px solid #d8d8d8;
  background: #ffffff;
}
.public-cont .side ul li a {
  display: block;
  width: 149px;
  height: 100%;
  line-height: 60px;
  color: #555555;
  font-size: 16px;
  margin-left: 21px;
  border-bottom: 1px dashed #e5e5e5;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.public-cont .side ul li:hover a,
.public-cont .side ul li.on a {
  color: #005fad;
}
.public-cont .side ul li:hover::before,
.public-cont .side ul li.on::before {
  background: #005fad;
  border-color: #005fad;
}
.public-cont .side .side-contact {
  position: relative;
  margin-top: 72px;
}
.public-cont .side .side-contact .tit p {
  font-size: 26px;
  color: #005fad;
}
.public-cont .side .side-contact .tit span {
  display: block;
  font-size: 14px;
  color: #b5b5b5;
  margin-left: 18px;
  margin-top: 14px;
}
.public-cont .side .side-contact .color {
  position: absolute;
  top: 48px;
  width: 10px;
  height: 29px;
  background: url(../images/color.png) no-repeat center center;
}
.public-cont .side .side-contact .cont {
  background: #f5f5f5;
  padding: 29px 16px;
  margin-top: 8px;
}
.public-cont .side .side-contact .cont .title1 {
  color: #333333;
  font-size: 13px;
  line-height: 30px;
}
.public-cont .side .side-contact .cont span {
  display: block;
  font-size: 20px;
  color: #005fad;
  line-height: 30px;
}
.public-cont .side .side-contact .cont .title2 {
  color: #333333;
  font-size: 13px;
  line-height: 30px;
}
.public-cont .side .side-contact .cont .cont1 {
  font-size: 13px;
  color: #555555;
  line-height: 30px;
}
.public-cont .side .side-contact .cont .title3 {
  color: #333333;
  font-size: 13px;
  line-height: 30px;
}
.public-cont .side .side-contact .cont .add {
  font-size: 13px;
  color: #555555;
  line-height: 30px;
}
.ny-right {
  width: 960px;
  float: right;
}
.pro-pics ul li {
  width: 300px;
  height: 270px;
  margin-right: 30px;
  margin-top: 46px;
  float: left;
}
.pro-pics ul li:nth-child(3n) {
  margin-right: 0;
}
.pro-pics ul li .pic {
  width: 100%;
  height: 220px;
  overflow: hidden;
}
.pro-pics ul li .pic img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.pro-pics ul li .title {
  display: block;
  margin-top: 6px;
  width: 100%;
  height: 44px;
  border: 1px solid #e5e5e5;
  text-align: center;
  line-height: 44px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.pro-pics ul li:hover .pic img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.pro-pics ul li:hover .title {
  background: #005fad;
  border-color: #005fad;
  color: #ffffff;
}
.pro-cus ul li {
  width: 100%;
  height: 353px;
  margin-top: 53px;
}
.pro-cus ul li .tit {
  position: relative;
  height: 48px;
  border-bottom: 1px solid #e5e5e5;
}
.pro-cus ul li .tit p {
  font-size: 20px;
  color: #005fad;
  text-align: center;
  font-weight: bold;
}
.pro-cus ul li .tit .line {
  width: 40px;
  height: 5px;
  background: #005fad;
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.pro-cus ul li .cont {
  height: 200px;
  margin-top: 40px;
}
.pro-cus ul li .cont .pic {
  width: 300px;
  height: 100%;
  float: left;
}
.pro-cus ul li .cont .pic img {
  width: 100%;
  height: 100%;
}
.pro-cus ul li .cont .info {
  width: 620px;
  float: right;
}
.pro-cus ul li .cont .info .desc {
  color: #666666;
  font-size: 13px;
  line-height: 30px;
  height: 120px;
}
.pro-cus ul li .cont .info .list {
  margin-top: 8px;
}
.pro-cus ul li .cont .info .list a {
  float: left;
  width: 310px;
  color: #333333;
  font-size: 14px;
  line-height: 22px;
  margin-top: 15px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.pro-cus ul li .cont .info .list a:hover {
  color: #005fad;
}
.pro-cus ul li .cont .info .list a span {
  display: block;
  float: left;
  font-size: 22px;
  line-height: 22px;
  color: #005fad;
}
.pro-cus ul li .more {
  width: 100%;
  height: 38px;
  background: #f5f4f4;
  display: block;
  text-align: center;
  margin-top: 27px;
  line-height: 38px;
  color: #666666;
  font-size: 13px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.pro-cus ul li .more:hover {
  background: #005fad;
  color: #ffffff;
}
.team-cus .top {
  width: 100%;
  height: 350px;
  margin-top: 53px;
}
.team-cus .top .head {
  width: 200px;
  float: left;
}
.team-cus .top .head .pic {
  display: block;
  width: 200px;
  height: 250px;
}
.team-cus .top .head .pic img {
  width: 100%;
  height: 100%;
}
.team-cus .top .head .more {
  display: block;
  width: 200px;
  height: 90px;
  background: #005fad;
  line-height: 90px;
  font-size: 13px;
  margin-top: 10px;
  color: #ffffff;
}
.team-cus .top .head .more .iconfont {
  color: #ffffff;
  vertical-align: middle;
  font-size: 23px;
  margin-left: 55px;
  margin-right: 15px;
}
.team-cus .top .info {
  width: 750px;
  height: 350px;
  border: 1px solid #dcdcdc;
  float: right;
  padding: 38px 53px;
}
.team-cus .top .info .title {
  line-height: 1;
}
.team-cus .top .info .title .icon {
  float: left;
  width: 15px;
  height: 18px;
  background: url(../images/icon.png) no-repeat left center;
  background-size: 15px 18px;
}
.team-cus .top .info .title .name {
  float: left;
  margin-left: 23px;
  color: #333333;
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
}
.team-cus .top .info .title p {
  float: left;
  color: #005fad;
  font-size: 15px;
  margin-left: 73px;
  line-height: 20px;
}
.team-cus .top .info .title p span {
  color: #333333;
}
.team-cus .top .info .desc {
  color: #555555;
  font-size: 13px;
  line-height: 28px;
  margin-top: 22px;
}
.team-cus .top .info .prize {
  margin-top: 32px;
}
.team-cus .top .info .prize .item {
  float: left;
  width: 258px;
  height: 142px;
  margin-right: 126px;
}
.team-cus .top .info .prize .item .tit {
  line-height: 1;
  font-size: 16px;
  color: #005fad;
}
.team-cus .top .info .prize .item .tit span {
  color: #bebebe;
}
.team-cus .top .info .prize .item .line {
  width: 100%;
  height: 5px;
  margin-top: 17px;
  background: #eeeeee;
}
.team-cus .top .info .prize .item .desc {
  color: #333333;
  font-size: 13px;
}
.team-cus .top .info .prize .item:last-child {
  margin-right: 0;
}
.team-cus ul li {
  width: 100%;
  height: 250px;
  line-height: 1;
  margin-top: 40px;
}
.team-cus ul li .pic {
  height: 100%;
  width: 200px;
  float: left;
}
.team-cus ul li .pic img {
  width: 100%;
  height: 100%;
}
.team-cus ul li .info {
  width: 750px;
  float: right;
  height: 100%;
  background: #f5f5f5;
  padding: 35px;
}
.team-cus ul li .info .tit {
  line-height: 23px;
  vertical-align: middle;
}
.team-cus ul li .info .tit .icon {
  float: left;
  width: 15px;
  height: 18px;
  margin-right: 23px;
  background: url(../images/icon.png) no-repeat left center;
  background-size: 15px 18px;
}
.team-cus ul li .info .tit .name {
  color: #333333;
  font-size: 20px;
  font-weight: bold;
}
.team-cus ul li .info .tit .more {
  float: right;
  color: #888888;
  font-size: 13px;
  vertical-align: middle;
}
.team-cus ul li .info .tit .more .iconfont {
  color: #005fad;
  font-size: 23px;
  vertical-align: middle;
}
.team-cus ul li .info .line {
  margin-top: 20px;
  margin-bottom: 18px;
  width: 100%;
  height: 1px;
  background: #dedede;
}
.team-cus ul li .info .title {
  color: #005fad;
  font-size: 15px;
  line-height: 28px;
}
.team-cus ul li .info .title span {
  color: #333333;
  font-weight: bold;
}
.team-cus ul li .info .desc {
  color: #555555;
  font-size: 13px;
  line-height: 28px;
  margin-top: 7px;
}
.news-detail {
  margin-top: 53px;
}
.news-detail h2 {
  text-align: center;
}
.news-detail .date {
  color: #666666;
  text-align: center;
  margin-top: 20px;
}
.news-detail .content-body {
  margin-top: 20px;
  line-height: 30px;
  font-size: 13px;
  color: #333333;
}
.news-pics {
  width: 100%;
}
.news-pics ul li {
  height: 218px;
  border-bottom: 1px solid #eaeaea;
  padding: 32px 0;
}
.news-pics ul li .pic {
  width: 220px;
  height: 154px;
  float: left;
}
.news-pics ul li .pic img {
  width: 100%;
  height: 100%;
}
.news-pics ul li .info {
  float: right;
  width: 692px;
}
.news-pics ul li .info .title {
  display: block;
  line-height: 16px;
  color: #333333;
  font-size: 16px;
  margin-top: 17px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.news-pics ul li .info .title span {
  display: block;
  float: right;
  color: #888888;
  font-size: 12px;
}
.news-pics ul li .info .desc {
  color: #888888;
  float: left;
  font-size: 13px;
  line-height: 26px;
  width: 538px;
  margin-top: 30px;
}
.news-pics ul li .info .more {
  float: right;
  display: block;
  width: 110px;
  height: 70px;
  background: #f7f7f7;
  line-height: 70px;
  text-align: center;
  color: #777777;
  margin-top: 37px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.news-pics ul li:hover .title {
  color: #005fad;
}
.news-pics ul li:hover .more {
  background: #005fad;
  color: #ffffff;
}
.pro-cus-detail {
  margin-bottom: 95px;
}
.pro-cus-detail .sku {
  width: 100%;
  height: 452px;
  margin-top: 52px;
}
.pro-cus-detail .sku .pic {
  width: 616px;
  height: 100%;
  float: left;
}
.pro-cus-detail .sku .pic img {
  width: 100%;
  height: 100%;
}
.pro-cus-detail .sku .info {
  width: 307px;
  float: right;
}
.pro-cus-detail .sku .info .title {
  color: #333333;
  font-size: 16px;
  line-height: 16px;
}
.pro-cus-detail .sku .info .title::before {
  display: block;
  content: '';
  width: 4px;
  height: 16px;
  background: #005fad;
  float: left;
  margin-right: 14px;
}
.pro-cus-detail .sku .info .desc {
  color: #888888;
  font-size: 13px;
  line-height: 26px;
  margin-top: 23px;
}
.pro-cus-detail .sku .info .multipleLine {
  width: 307px;
  height: 312px;
  position: relative;
  margin-top: 23px;
}
.pro-cus-detail .sku .info .multipleLine .hd {
  width: 100%;
}
.pro-cus-detail .sku .info .multipleLine .hd a {
  width: 19px;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.pro-cus-detail .sku .info .multipleLine .hd a .iconfont {
  font-size: 18px;
  color: #888888;
}
.pro-cus-detail .sku .info .multipleLine .hd .prev {
  top: 0;
}
.pro-cus-detail .sku .info .multipleLine .hd .next {
  bottom: 0;
}
.pro-cus-detail .sku .info .multipleLine .bd {
  height: 260px;
  padding-top: 14px;
  box-sizing: content-box;
  overflow: hidden;
}
.pro-cus-detail .sku .info .multipleLine .bd ul {
  zoom: 1;
  height: 100%;
}
.pro-cus-detail .sku .info .multipleLine .bd ul li {
  width: 144px;
  height: 106px;
  float: left;
  margin-right: 19px;
  margin-top: 24px;
}
.pro-cus-detail .sku .info .multipleLine .bd ul li:nth-child(even) {
  margin-right: 0;
}
.pro-cus-detail .sku .info .multipleLine .bd ul li img {
  width: 100%;
  height: 100%;
}
.pro-cus-detail .pro-cus-body .tit {
  width: 100%;
  height: 48px;
  margin-top: 50px;
  background: #f5f5f5;
  text-align: center;
}
.pro-cus-detail .pro-cus-body .tit span {
  display: inline-block;
  line-height: 45px;
  padding: 0 28px;
  border-bottom: 3px solid #005fad;
}
.pro-cus-detail .pro-cus-body p {
  color: #555555;
  font-size: 13px;
  line-height: 30px;
  margin-top: 42px;
}
.join-title {
  width: 100%;
  margin-top: 53px;
}
.join-title ul li {
  background: #5c5c5c;
  height: 38px;
}
.join-title ul li div {
  float: left;
  height: 100%;
  text-align: center;
  line-height: 38px;
  color: #ffffff;
  font-size: 15px;
  border-right: 1px solid #ffffff;
}
.join-title ul li .name {
  width: 310px;
}
.join-title ul li .num {
  width: 217px;
}
.join-title ul li .add {
  width: 217px;
}
.join-title ul li .time {
  width: 216px;
  border: none;
}
.join-list ul li {
  width: 100%;
  height: 50px;
  margin-top: 8px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.join-list ul li:first-child {
  margin-top: 19px;
}
.join-list ul li:nth-child(odd) {
  background: #f7f7f7;
}
.join-list ul li:nth-child(even) {
  background: #f1fcf8;
}
.join-list ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.join-list ul li div {
  float: left;
  height: 24px;
  line-height: 24px;
  margin-top: 13px;
  border-right: 1px solid #dcdcdc;
  text-align: center;
  color: #333333;
  font-size: 14px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.join-list ul li .name {
  width: 310px;
}
.join-list ul li .num {
  width: 217px;
}
.join-list ul li .add {
  width: 217px;
}
.join-list ul li .time {
  width: 216px;
  border: none;
}
.join-list ul li:hover {
  background: #005fad;
}
.join-list ul li:hover div {
  color: #ffffff;
}
.page {
  margin-top: 62px;
  margin-bottom: 58px;
}
.page ul {
  text-align: center;
}
.page ul li {
  display: inline-block;
  width: 30px;
  height: 31px;
  vertical-align: top;
}
.page ul li.num {
  border: 1px solid #715b52;
}
.page ul li.num a {
  line-height: 29px;
  color: #000000;
  font-size: 14px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.page ul li.num:hover a {
  color: #005fad;
}
.page ul li.prev {
  background: #474747;
}
.page ul li.prev a {
  line-height: 29px;
  font-size: 14px;
  color: #b8b8b8;
}
.page ul li.next {
  background: #005fad;
}
.page ul li.next a {
  line-height: 29px;
  font-size: 14px;
  color: #ffffff;
}
.crumb {
  height: 54px;
  line-height: 54px;
  border-bottom: 1px solid #e5e5e5;
}
.crumb p {
  float: right;
  font-size: 13px;
  color: #999999;
}
.crumb p a {
  font-size: 13px;
  color: #999999;
}
.crumb p a:last-child {
  color: #005fad;
}
