@charset "utf-8";

/* CSS Document */
/*全屏*/
/*html, body{position:relative;height:100%;}*/
/*-----whole-----*/
.Header-wrapper,
.Container-wrapper,
.Footer-wrapper,
.container,
.banner-container {
  position: relative;
  top: 0px;
  left: 0px;
  width: 100%;
  min-width: 1200px;
  height: auto;
}

.contain {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

/*-----Header-----*/
.Header-wrapper {
  left: 0px;
  height: 75px;
  background-color: #ffffff;
  z-index: 100;
  border-bottom: 1px solid #e0e0e0;
  width: 100%;
  padding: 0 0 0 0;
}

.Header-wrapper.cur {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  top: 0px;
}

.Header-wrapper .logo {
  /*position:absolute;left:0px;top:0px;*/
  float: left;
  display: block;
  width: 20%;
  line-height: 75px;
}

/*logo*/
.Header-wrapper .nav-list {
  float: right;
  width: 60%;
}

/*nav*/
.nav-list>li {
  float: left;
  width: 9%;
  font-size: 16px;
  color: #555555;
}

.nav-list>li:last-child {
  width: 40%;
  border-left: 1px solid #e0e0e0;
  height: 75px;
  line-height: 75px;
  text-align: center;
}

.nav-list>li>a {
  display: block;
  height: 75px;
  line-height: 75px;
  text-align: center;
  font-size: 16px;
  color: #555555;
  border-left: 1px solid #e0e0e0;
  transition: none;
}

.nav-list>li .phone {
  display: inline-block;
  padding-left: 30px;
  background: url(../images/icon-1.png) no-repeat left center;
  margin-right: 15px;
}

.nav-list>li .lang {
  display: inline-block;
  padding-left: 52px;
  background: url(../images/icon-2.png) no-repeat left center;
  height: 22px;
  line-height: 22px;
}

.nav-list>li .lang a {
  display: inline-block;
  padding-right: 20px;
  background: url(../images/icon-dd1.png) no-repeat right center;
}

.nav-list>li .nav-box {
  position: absolute;
  top: 75px;
  left: 20px;
  width: 465px;
  height: 0px;
  overflow: hidden;
}

/*导航--下拉*/
.nav-list>li.nav-li:nth-child(5) .nav-box {
  left: initial;
  right: 0px;
}

.nav-box .nav-block {
  width: 100%;
  height: 100%;
  position: relative;
  top: -250px;
  background-color: #173269;
}

.nav-block .nav-2nd {
  float: left;
  width: 190px;
  height: 100%;
  padding: 18px 0 0 25px;
  position: relative;
  overflow: hidden;
}

.nav-block .nav-2nd a {
  display: block;
  height: 31px;
  line-height: 31px;
  font-size: 14px;
  color: #ffffff;
  padding-left: 25px;
  background: url(../images/icon-dd3.png) no-repeat left center;
  border-top: 1px solid #466390;
}

.nav-block .nav-2nd a:first-child {
  border-top: 0px;
}

.nav-box .nav-con {
  float: left;
  width: 275px;
  height: 100%;
  padding: 18px 25px 0;
  color: #ffffff;
}

.nav-con h1 {
  font-size: 22px;
  font-weight: normal;
  line-height: 35px;
  font-family: Impact;
}

.nav-con p {
  line-height: 24px;
  margin-top: 5px;
  font-size: 14px;
}

.nav-con a {
  padding-right: 12px;
  background: url(../images/icon-dd4.png) no-repeat right center;
  margin-top: 20px;
  float: right;
  font-size: 14px;
}

.nav-list>li.nav-li.cur>a {
  background: url(../images/icon-dd2.png) no-repeat bottom center;
}

.nav-list>li.nav-li.cur .nav-box {
  height: 250px;
}

.nav-list>li.nav-li.cur .nav-box .nav-block {
  top: 0px;
}

@media all and (max-width:1500px) {
  .Header-wrapper {
    padding: 0px;
  }
}

@media all and (max-width:1400px) {
  .nav-list>li .lang {
    display: none;
  }
}

@media all and (max-width:1300px) {
  .Header-wrapper .nav-list {
    width: 70%;
    margin-left: 0px;
  }
}

@media all and (max-width:1200px) {
  .Header-wrapper {
    padding: 0px;
    width: 1200px;
    left: 0;
    right: 0;
  }

  .Header-wrapper .container {
    width: 1200px;
    margin: 0 auto;
  }

  .Header-wrapper .logo {
    position: relative;
    float: left;
  }

  .nav-list>li,
  .nav-list>li:last-child {
    width: 120px;
  }

  .nav-list>li .phone {
    display: none;

  }
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/*-----Banner-----*/
.banner-container.swiper-container {
  height: 612px;
}

.banner-container {
  height: 380px;
}

.banner-container .bnr-img {
  width: 100%;
  height: auto;
}

.banner-container .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
}

.banner-container .swiper-pagination-bullet-active {
  background-color: #fff;
}

/*-----Footer-----*/
.container-footer {
  background-color: #efeeee;
  padding: 25px 0;
}

.container-copyright {
  background-color: #474747;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #888888;
}

.container-footer .fNav-list {
  overflow: hidden;
}

.fNav-list li {
  float: left;
  width: 185px;
  height: auto;
  color: #888888;
}

.fNav-list li h2,
.fNav-list li>a {
  display: block;
  line-height: 30px;
  padding-left: 16px;
}

.fNav-list li h2 {
  background: url(../images/icon-6.png) no-repeat left center;
  margin-bottom: 5px;
  font-weight: normal;
  color: #333333;
}

.fNav-list li.fn-info {
  width: 275px;
  color: #333333;
}

.fNav-list li.fn-info p {
  line-height: 30px;
}

.fNav-list li .share-box {
  margin-top: 10px;
}

.fNav-list li .share-box a {
  position: relative;
  display: inline-block;
  width: 27px;
  height: 27px;
  background-color: #8c8c8c;
  border-radius: 5px;
  background-image: url(../images/icon-share.png);
  background-repeat: no-repeat;
  margin-right: 5px;
  vertical-align: middle;
}

.fNav-list li .share-box a.wb {
  background-position: 0px center;
}

.fNav-list li .share-box a.tx {
  background-position: -34px center;
}

.fNav-list li .share-box a.rr {
  background-position: -65px center;
}

.fNav-list li .share-box a.wx {
  background-position: -99px center;
}

.fNav-list li .share-box a:hover {
  background-color: #183269;
}

.fNav-list li>a:hover {
  color: #000000;
}

.faS-ewm {
  position: absolute;
  top: -110px;
  left: -40px;
  width: 100px;
  height: 100px;
  padding: 2px;
  color: #c3a07d;
  text-align: center;
  background-color: #fff;
  display: none;
}

.faS-ewm:after {
  content: " ";
  display: block;
  width: 12px;
  height: 12px;
  background: url(../images/icon-fu.png) no-repeat;
  position: absolute;
  bottom: -11px;
  left: 41px;
}

.faS-ewm img {
  width: 96px;
  height: 96px;
}

.fNav-list li .share-box a.wx:hover .faS-ewm {
  display: block;
}

.contain-Flink {
  margin-top: 15px;
  padding: 20px 0 0 90px;
  border-top: 1px solid #dadada;
  color: #888888;
  line-height: 25px;
}

.contain-Flink span {
  position: absolute;
  left: 0px;
  display: inline-block;
  width: 90px;
  text-align: right;
}

.contain-Flink a {
  margin-right: 5px;
}

/*-----Container-----*/
.I-title {
  color: #333333;
  font-size: 28px;
  text-align: center;
  background: url(../images/I-title.png) no-repeat center center;
  margin-bottom: 45px;
}

.container-locate {
  height: 50px;
  border-bottom: 1px solid #e5e5e5;
}

/*当前位置*/
.container-locate .locate-nav {
  float: left;
}

.locate-nav a {
  float: left;
  display: block;
  width: 155px;
  height: 49px;
  line-height: 49px;
  text-align: center;
  border-right: 1px solid #e5e5e5;
}

.locate-nav a.cur,
.locate-nav a:hover {
  background-color: #183269;
  color: #ffffff;
}

.container-locate .locate-box {
  float: right;
}

.locate-box a {
  line-height: 49px;
  font-size: 12px;
  color: #555555;
  margin-left: 5px;
}

.locate-box a:first-child {
  padding-left: 20px;
  background: url(../images/icon-home.png) no-repeat left center;
}

/*首页--业务*/
.container-Ibiz {
  padding: 45px 0 90px 0;
}

.container-Ibiz .swiper-slide a {
  display: block;
  width: 308px;
  padding: 0 14px;
  text-align: center;
}

.container-Ibiz .swiper-slide .Ibiz-img {
  position: relative;
  width: 149px;
  height: 149px;
  /*border:1px solid #183269;border-radius:100%;*/
  margin: 0 auto;
}

.Ibiz-img:hover {
  border-color: #fff !important;
}

.Ibiz-img .rollover {
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;
  border: 1px solid #183269;
  border-radius: 100%;
  background-color: #fff;
}

.Ibiz-img:hover .rollover {
  opacity: 1;
}

.container-Ibiz .swiper-slide a h1 {
  font-size: 22px;
  color: #333333;
  font-weight: normal;
  margin: 20px 0 15px 0;
}

.container-Ibiz .swiper-slide a p {
  color: #888888;
  line-height: 22px;
}

.container-Ibiz .Ibiz-prev,
.container-Ibiz .Ibiz-next {
  display: block;
  width: 24px;
  height: 47px;
  background: url(../images/icon-swiper1.png) no-repeat;
  position: absolute;
  top: 82px;
  z-index: 2;
}

.container-Ibiz .Ibiz-prev {
  background-position: left center;
  left: -39px;
}

.container-Ibiz .Ibiz-next {
  background-position: right center;
  right: -39px;
}

/*首页--国际商贸*/
.container-Itrade {
  background: url(../images/bg-1.png) no-repeat center top;
  background-size: cover;
  text-align: center;
  color: #ffffff;
  padding: 90px 0 120px 0;
  height: 1020px;
}

.container-Itrade h1 {
  font-size: 30px;
}

.container-Itrade p {
  display: block;
  width: 1200px;
  line-height: 36px;
  margin: 33px auto 70px;
}

/*首页--关于*/
.container-Iabout {
  padding-bottom: 60px;
}

.container-Iabout .contain {
  margin-top: 60px;
}

.container-Iabout .Inews-list {
  overflow: hidden;
}

/*相关资讯*/
.Inews-list li {
  float: left;
  width: 380px;
  margin-left: 30px;
}

.Inews-list li:first-child {
  margin-left: 0px;
}

.Inews-list li a {
  display: block;
  border: 2px solid #ffffff;
  position: relative;
}

.Inews-list li a img {
  width: 376px;
  height: 216px;
}

.Inews-list li .Inews-box {
  padding: 25px 0 35px 0;
  height: 150px;
  background-color: #f8f9fa;
  position: relative;
  overflow: hidden;
}

.Inews-box .Inews-date {
  float: left;
  width: 105px;
  text-align: center;
}

.Inews-date h1 {
  display: block;
  width: 51px;
  margin: 0 auto;
  border-bottom: 1px solid #c9c9c9;
  font-size: 36px;
  color: #555555;
  margin-bottom: 6px;
}

.Inews-date p {
  color: #888888;
}

.Inews-box .Inews-block {
  float: left;
  width: 271px;
  padding-right: 18px;
}

.Inews-block h2 {
  color: #000000;
  font-weight: normal;
}

.Inews-block p {
  color: #888888;
  line-height: 22px;
  margin-top: 10px;
}

.Inews-list li a:hover {
  border-color: #183269;
}

.Inews-list li a:hover .Inews-box .Inews-date h1 {
  border-color: #ffffff;
}

.Inews-list li a:hover .Inews-box,
.Inews-list li a:hover .Inews-date h1,
.Inews-list li a:hover .Inews-date p,
.Inews-list li a:hover .Inews-block h2,
.Inews-list li a:hover .Inews-block p {
  color: #ffffff;
  background-color: #183269;
}

.Inews-more {
  display: block;
  width: 104px;
  height: 39px;
  line-height: 37px;
  padding-right: 12px;
  text-align: center;
  color: #555555;
  border: 1px solid #e7e7e7;
  background: url(../images/icon-dd5.png) no-repeat 85px center;
  margin: 30px auto 0;
}

.container-Iabout .Iabout-box {
  height: auto;
  position: relative;
  overflow: hidden;
}

/*关于我们*/
.Iabout-box .Iabout-block {
  float: left;
  width: 785px;
  height: 500px;
  padding: 44px 0 0 49px;
  background: url(../images/bg-2png.png);
  background-size: cover;
  position: relative;
}

.Iabout-block .Iabout-con {
  width: 449px;
  height: 287px;
  padding: 28px 40px 0 30px;
  background-color: rgba(255, 255, 255, 0.9);
}

.Iabout-con h1 {
  font-size: 18px;
  color: #333333;
  font-weight: normal;
  line-height: 18px;
}

.Iabout-con h1 i {
  display: inline-block;
  width: 15px;
  height: 2px;
  background-color: #183269;
  vertical-align: middle;
  margin-right: 5px;
}

.Iabout-con h1 span {
  vertical-align: middle;
}

.Iabout-con>p {
  color: #555555;
  line-height: 28px;
  margin-top: 10px;
}

.Iabout-con .Iabout-more {
  display: inline-block;
  color: #888888;
  padding-right: 20px;
  background: url(../images/icon-dd6.png) no-repeat right center;
  margin-top: 5px;
}

.Iabout-con ul {
  overflow: hidden;
  border-top: 1px solid #e0e0e0;
  padding-top: 19px;
  margin-top: 13px;
}

.Iabout-con ul li {
  float: left;
  width: 61px;
  text-align: center;
  margin-left: 98px;
}

.Iabout-con ul li:first-child {
  margin-left: 0px;
}

.Iabout-con ul li p {
  color: #555555;
}

.Iabout-con ul li .Iabout-img {
  display: inline-block;
  width: auto;
  height: 40px;
  position: relative;
}

.Iabout-img .rollover {
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;
}

.Iabout-con ul li:hover .rollover {
  opacity: 1;
}

.Iabout-con ul li:hover p {
  color: #183269;
}

.Iabout-box .Iabout-block2 {
  float: left;
  margin-left: 22px;
  width: 389px;
  height: 500px;
  background: url(../images/bg-3.png) repeat;
  border-bottom: 3px solid #183269;
}

.Iabout-block2 img {
  width: 389px;
  height: 244px;
}

.Iabout-block2 .Iabout-con {
  padding: 25px 25px 0;
}

/*当前位置*/
.ab-locate {
  width: 58px;
  background: url(../images/icon-line.png) repeat-y top center;
  position: absolute;
  right: 150px;
  top: 120px;
  z-index: 90;
}

.ab-locate a {
  display: block;
  width: 58px;
  height: 58px;
  padding: 10px 15px 0;
  text-align: center;
  border-radius: 100%;
  background: url(../images/icon-abl1.png) no-repeat center center;
}

.ab-locate a span {
  opacity: 0;
  font-size: 12px;
  line-height: 14px;
  color: #ffffff;
  word-break: break-all;
}

.ab-locate a.cur,
.ab-locate a:hover {
  background: #06235e;
}

.ab-locate a.cur span,
.ab-locate a:hover span {
  opacity: 1;
}

/*合作伙伴*/
.parter-list {
  overflow: hidden;
  width: auto;
  border-top: 1px solid #eeeeee;
  border-left: 1px solid #eeeeee;
}

.parter-list li {
  float: left;
  width: 16.6667%;
  height: 130px;
  border-right: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}

.parter-list li a {
  display: block;
  height: 100%;
  border: 5px solid #ffffff;
  text-align: center;
  line-height: 118px;
}

.parter-list li a:hover {
  border-color: #eeeeee;
}

/*--关于我们--*/
.ab-title {
  text-align: center;
  color: #555555;
}

.ab-title h1 {
  font-size: 42px;
  font-weight: normal;
  font-family: "Times New Roman", Times, serif;
}

.ab-title h2 {
  font-size: 24px;
  font-weight: normal;
}

.container-profile {
  background-color: #ffffff;
  padding-top: 80px;
  z-index: 2;
}

.container-profile .profile-box {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 55px;
}

.profile-box .scrollbar {
  width: 3px;
  height: auto;
  background-color: #e4e4e4;
}

.profile-box .track {
  width: 3px;
}

.profile-box .thumb {
  width: 7px;
  left: -2px;
  background-color: #c2c2c2;
}

.profile-box .viewport,
.profile-box .overview {
  width: 1140px;
  height: auto;
}

.profile-box .overview p {
  color: #555555;
  line-height: 26px;
  text-indent: 2em;
  margin-bottom: 30px;
}

.container-profile .profile-img {
  width: 100%;
  position: relative;
  bottom: -125px;
}

.container-culture {
  background-color: #f9f9f9;
  padding: 230px 0 85px;
  text-align: center;
}

.container-culture .culture-box {
  width: 465px;
  margin: 45px auto;
}

.culture-box p {
  text-align: left;
  padding-left: 22px;
  background: url(../images/icon-list1.png) no-repeat left center;
  color: #555555;
  line-height: 22px;
  margin-bottom: 10px;
}

.container-speech {
  padding: 85px 0;
}

.container-speech .speech-box {
  color: #555555;
  line-height: 28px;
  margin-top: 55px;
}

.speech-box img {
  float: left;
  margin: 0 30px 30px 0;
}

.container-com {
  background: url(../images/bg-4.png);
  background-size: cover;
  height: 780px;
  padding-top: 105px;
}

.container-com .ab-title {
  color: #ffffff;
  margin-bottom: 80px;
}

.container-history {
  padding: 85px 0;
  background-color: #f9f9f9;
  background-image: url(../images/bg-5.png);
  background-repeat: no-repeat;
  background-position: right top;
}

.container-history .hist-list {
  position: relative;
  width: 100%;
  height: 41px;
  margin-top: 110px;
}

/*发展时间轴*/
.hist-list .tl-btn {
  position: absolute;
  top: 0px;
  width: 13px;
  height: 20px;
  display: block;
  cursor: pointer;
  z-index: 100;
  background: url(../images/icon-swiper2.png) no-repeat;
  transition: none;
}

.hist-list .tl-btn.tl-prev {
  background-position: 0px 0px;
  left: 0;
}

.hist-list .tl-btn.tl-next {
  background-position: -41px 0px;
  right: 0;
}

.hist-list .tl-block {
  position: absolute;
  top: 2px;
  left: 70px;
  width: 1060px;
  height: 41px;
  overflow: hidden;
}

.hist-list .tl-block ul {
  overflow: hidden;
  height: 41px;
  background: url(../images/tl-line.png) repeat-x 0px 9px;
}

.hist-list .tl-block li {
  float: left;
  margin-right: 235px;
  margin-bottom: 0;
  display: inline;
  font-family: "Microsoft YaHei";
  font-size: 13px;
  background: url(../images/tl-ac.png) no-repeat center center;
  width: 20px;
  height: 20px;
  line-height: 51px;
  text-align: center;
  cursor: pointer;
}

.hist-list .tl-block li a span {
  position: absolute;
  top: 9px;
  left: 0px;
  width: 80px;
  text-align: center;
  font-size: 14px;
  color: #555555;
}

.hist-list .tl-block li.cur,
.time-list .tl-block li:hover {
  background: url(../images/tl-ho.png) no-repeat no-repeat center center;
}

.container-history .hist-box {
  height: 269px;
  overflow: hidden;
  margin-top: 70px;
  display: none;
}

.hist-box>img {
  float: left;
  width: 545px;
  height: 269px;
}

.hist-box .hist-block {
  float: left;
  width: 655px;
  height: 100%;
  background-color: #ffffff;
  padding: 48px 0 0 45px;
  font-size: 16px;
  color: #555555;
  line-height: 28px;
  overflow: hidden;
  position: relative;
}

.container-org {
  padding: 85px 0;
  background-color: #ffffff;
  text-align: center;
}

.container-org .ab-title {
  margin-bottom: 45px;
}

/*--合作伙伴--*/
.container-parter {
  padding: 80px 0;
}

.parter-bnr {
  position: absolute;
  left: 0px;
  top: 35%;
  text-align: center;
  width: 100%;
}

.parter-bnr h1 {
  font-size: 40px;
  color: #fff;
  font-weight: normal;
  text-align: center;
  margin-bottom: 20px;
}

.parter-bnr p {
  color: #fff;
  text-align: center;
  margin-bottom: 55px;
}

.parter-bnr .parter-bnr-btn {
  display: inline-block;
  width: 151px;
  height: 44px;
  line-height: 44px;
  padding-left: 23px;
  border: 1px solid #183269;
  font-size: 16px;
  color: #ffffff;
  background-color: #183269;
  border-radius: 5px;
}

.parter-bnr .parter-bnr-btn1 {
  background-image: url(../images/icon-cust1.png);
  background-repeat: no-repeat;
  background-position: 13px center;
}

.parter-bnr .parter-bnr-btn2 {
  color: #183269;
  background-color: rgba(255, 255, 255, 0.5);
  background-image: url(../images/icon-cust2.png);
  background-repeat: no-repeat;
  background-position: 21px center;
  margin: 0 25px;
}

.parter-bnr .parter-bnr-btn3 {
  background-image: url(../images/icon-cust3.png);
  background-repeat: no-repeat;
  background-position: 16px center;
}

/*留言*/
.container-message {
  padding: 50px 0 80px;
}

.msg-box ul {
  overflow: hidden;
}

.msg-box ul li {
  width: 50%;
  float: left;
  text-align: center;
  margin-top: 30px;
}

.msg-box ul li .msg-block {
  width: 460px;
  height: 48px;
  padding-left: 85px;
  border: 1px solid #dddddd;
  border-radius: 10px;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}

.msg-block label {
  position: absolute;
  left: 0px;
  top: 0px;
  line-height: 48px;
  width: 85px;
  text-align: center;
  font-size: 12px;
  color: #555555;
}

.msg-block label em {
  color: #ea0000;
  vertical-align: top;
}

.msg-block input[type=text] {
  width: 95%;
  border: 0px;
  height: 48px;
  line-height: 48px;
  padding: 0px;
  float: left;
}

.msg-box ul li.msg-con {
  width: 100%;
  text-align: left;
  padding: 0 50px;
}

.msg-box ul li.msg-con .msg-block {
  width: 1060px;
  height: 150px;
}

.msg-box ul li.msg-con textarea {
  height: 148px;
  width: 95%;
  border: 0px;
  resize: none;
}

.msg-box ul li:last-child {
  width: 100%;
}

.msg-box ul li .msg-btn {
  display: inline-block;
  width: 139px;
  height: 43px;
  line-height: 43px;
  padding: 0px;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  background-color: #183269;
  border: 0px;
  border-radius: 5px;
  margin-right: 15px;
  cursor: pointer;
}

.msg-box ul li .msg-btn:last-child {
  background-color: #363636;
}

/*联系我们*/
.container-aboutus {
  padding: 50px 0 80px;
}

.adr-list {
  overflow: hidden;
}

.adr-list li {
  float: left;
  width: 33.334%;
  color: #555555;
  line-height: 28px;
  margin-bottom: 30px;
}

.adr-list li h2 {
  font-size: 18px;
  color: #183269;
  font-weight: normal;
  margin-bottom: 5px;
}

.map {
  position: relative;
  overflow: hidden;
  height: auto;
  width: 100%;
}

/*新闻*/
/*新资讯显示方式 */
/*新资讯显示方式 */
.inf_lc {
  clear: both;
  padding: 5px 0 0;
}

.inf_lc li {
  padding: 7px 20px 0 0;
  height: 110px;
  overflow: hidden;
  margin: 0 0 30px;
  background: #f6f6f6;
}

.inf_lc li.bg {
  background: #f2f2f2;
}

.inf_lc li h4 {
  padding: 20px 5px 0 0;
  text-align: center;
  float: left;
  width: 64px;
  overflow: hidden;
}

.inf_lc li h4 b {
  font-weight: 100;
  display: block;
  line-height: 36px;
  height: 36px;
  overflow: hidden;
  font-size: 36px;
  font-family: Arial;
  text-transform: uppercase;
}

.inf_lc li h4 span {
  font-weight: 100;
  display: block;
  line-height: 16px;
  height: 16px;
  overflow: hidden;
  font-size: 12px;
  font-family: Arial;
  text-transform: uppercase;
  color: #343434;
}

.inf_lc li p {
  padding: 0 0 0 14px;
  line-height: 26px;
  width: 1005px;
  overflow: hidden;
  font-size: 14px;
  float: left;
  color: #666;
}

.inf_lc li p b {
  display: block;
  font-weight: 100;
  color: #000000;
}

.inf_lc li p b a,
.inf_lc li p b a:hover {
  color: #343434;
  font-weight: bold;
}

.inf_lc li p b a:hover {
  color: #00428c;
}

.inf_lc li .fr {
  margin: 20px 0 0;
  width: 70px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  color: #ffffff;
  background-color: #999;
}

.inf_lc li .fr:hover {
  background: #00428c;
}

dl.news_dl {
  border-bottom: 1px dashed #cccccc;
  color: #666;
  font-size: 14px;
  line-height: 22px;
}

dl.news_dl a {
  color: #000;
}

dl.news_dl dt {
  height: 24px;
  line-height: 24px;
  margin-bottom: 3px;
  margin-top: 5px;
  overflow: hidden;
  width: 720px;
}

dl.news_dl dd {
  font-size: 12px;
  height: 68px;
  margin-bottom: 10px;
  overflow: hidden;
  padding-top: 8px;
}

dl.news_dl dt {
  background: url("../images/dateBg.png") no-repeat scroll 10px center transparent;
  float: left;
  height: 64px;
  margin-bottom: 3px;
  width: 80px;
}

dl.news_dl .dt_1 {
  color: #000;
  display: block;
  font-family: Tahoma;
  font-size: 14px;
  font-weight: bold;
  height: 24px;
  line-height: 24px;
  text-decoration: none;
}

dl.news_dl .dt_1:hover {
  color: #61B905;
}

dl.news_dl .dt_2 {
  float: right;
  padding: 0 10px 0 8px;
  color: #fff;
  display: block;
  font-family: Verdana;
  font-size: 14px;
  padding-left: 12px;
  padding-top: 18px;
  width: 54px;
}

dl.news_dl .dt_3 {
  color: #464646;
  display: block;
  font: 18px/18px "Verdana";
  padding-left: 10px;
}

dl.news_dl .dt_3 a {
  color: #ff0000;
  text-decoration: underline;
}

/*资讯中心列表页面（图片列表）--dl_5*/
dl.dl_2s {
  height: 163px;
  overflow: hidden;
  vertical-align: top;
  margin-bottom: 20px;
  padding: 22px 25px;
  background: #f4f4f4;
}

dl.dl_2s dt {
  float: left;
  width: 240px;
  height: 163px;
  overflow: hidden;
}

dl.dl_2s dt a {
  display: block;
  width: 240px;
  height: 163px;
}

dl.dl_2s dt img {
  display: block;
  max-width: 240px;
  max-height: 163px;
}

dl.dl_2s dd {
  float: left;
  padding-left: 22px;
  width: 435px;
  overflow: hidden;
}

dl.dl_2s dd h4 {
  display: block;
  font-size: 16px;
  font-weight: normal;
  height: 28px;
  overflow: hidden;
  margin-bottom: 12px;
  line-height: 28px;
  padding: 4px 0 0;
}

dl.dl_2s dd h4 i {
  float: left;
  padding-right: 15px;
  display: none;
}

dl.dl_2s dd h4 a {
  color: #333;
  height: 22px;
  overflow: hidden;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
}

dl.dl_2s dd p {
  display: block;
  font-size: 13px;
  width: 435px;
  line-height: 28px;
  height: 84px;
  overflow: hidden;
}



/*加入我们*/
.contain-join {
  padding: 40px 0;
  color: #183269;
  line-height: 30px;
}

.container-join {
  padding-bottom: 50px;
  border-top: 1px solid #e4e4e4;
}

.container-join .contain {
  overflow: hidden;
}

.container-join .join-box {
  float: left;
  width: 880px;
  padding-top: 50px;
  position: relative;
  display: none;
}

.join-box h1 {
  font-size: 24px;
  color: #183269;
  margin-bottom: 15px;
}

.join-box h2 {
  font-size: 14px;
  color: #333333;
  margin-top: 5px;
}

.join-box p {
  line-height: 32px;
  color: #666666;
}

.container-join .join-nav {
  float: left;
  width: 320px;
  min-height: 500px;
  padding: 50px 0 0 50px;
  border-left: 1px solid #e4e4e4;
}

.join-nav h2 {
  font-size: 18px;
  color: #183269;
  padding-left: 20px;
  line-height: 49px;
}

.join-nav a {
  display: block;
  height: 50px;
  line-height: 49px;
  padding-left: 22px;
  border-top: 1px solid #e4e4e4;
  font-size: 16px;
  color: #484848;
  background: url(../images/icon-dd9.png) no-repeat 5px center;
}

.join-nav a:last-child {
  border-bottom: 1px solid #e4e4e4;
  line-height: 48px;
}

.join-nav a.cur,
.join-nav a:hover {
  background: url(../images/icon-dd10.png) no-repeat 5px center;
  color: #183269;
}

/*--业务范围--*/
.container-biz2,
.container-biz3,
.container-biz4 {
  text-align: center;
  background-color: #f1f1f1;
  padding: 60px 0;
}

.container-biz5 {
  text-align: center;
  background-color: #f1f1f1;
}

.container-biz3 {
  background-color: #ffffff;
}

.container-biz2 .biz-title,
.container-biz3 .biz-title,
.container-biz4 .biz-title {
  margin-bottom: 35px;
}

.container-biz4 .biz-title p,
.container-biz4 .biz-title h1 {
  color: #ffffff;
}

.container-biz4 .biz-title i {
  background-color: #ffffff;
}

.biz-title {
  text-align: center;
  position: relative;
}

.biz-title h1 {
  font-size: 28px;
  color: #333333;
  font-weight: normal;
}

.biz-title p {
  font-size: 16px;
  color: #888888;
  text-transform: uppercase;
}

.biz-title i {
  display: inline-block;
  width: 46px;
  height: 2px;
  background-color: #183269;
}

.container-biz {
  padding: 60px 0;
}

.container-biz .contain {
  overflow: hidden;
}

.container-biz .biz-box {
  float: left;
  width: 600px;
  position: relative;
}

.biz-box .biz-title {
  text-align: left;
}

.biz-box .biz-title p,
.biz-box .biz-title h1 {
  color: #183269;
}

.biz-box .biz-intro {
  min-height: 60px;
  width: 435px;
  color: #555555;
  line-height: 28px;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 25px;
}

.biz-box .biz-about {
  width: 435px;
  padding-right: 82px;
  background: url(../images/icon-biz.png) no-repeat right center;
}

.biz-about .phone {
  padding-left: 35px;
  background: url(../images/icon-phone.png) no-repeat left center;
  font-size: 16px;
  color: #555555;
  line-height: 22px;
}

.biz-about .phone em {
  font-size: 22px;
  color: #fc9400;
  line-height: 22px;
}

.biz-about .slogan {
  text-align: right;
  color: #555555;
  font-size: 18px;
  margin-top: 5px;
}

.container-biz .biz-img,
.biz-img img {
  float: left;
  width: 600px;
  height: 300px;
}

/*新加css*/
.Ibiz-nav {
  text-align: center;
  margin-bottom: 60px;
}

.Ibiz-nav a {
  display: inline-block;
  width: 210px;
  height: 40px;
  line-height: 38px;
  font-size: 20px;
  color: #666666;
  border: 1px solid #cbcbcb;
  border-radius: 38px;
  background-color: #f6f6f6;
  margin: 0 5px;
}

.Ibiz-nav a.cur,
.Ibiz-nav a:hover {
  background-color: #3184d0;
  color: #fff;
  border-color: #3184d0;
}

.Ibiz-swiper {
  position: relative;
  display: none;
}

/*--- Footer ---*/
.Footer-wrapper {
  z-index: 98;
}

.Fcr {
  line-height: 24px;
  padding: .1rem 0;
  text-align: center;
  font-size: 12px;
  color: #b6b6b6;
  background: #28292c;
}

/*.Footer{padding:.22rem 0 .26rem;background:#2e3033;}
.Footer dl dt{line-height:31px;font-size:15px;color:#fff;}
.Footer dl dd{color:#b6b6b6;margin:10px 0 0;}

.Footer .Fnav{width:16.5%;float:left;}
.Fnav.Fnav-ab{width:14.75%;}
.Fnav dd a{display:block;padding:5px 0;line-height:20px;}
.Fnav a:hover{color:#fff;}

.Footer .Fct{padding:0 .1rem 0 .59rem;width:31.75%;float:left;position:relative;}
.Fct:before,
.Fct:after{content:"";display:block;height:155px;width:1px;background:#777777;position:absolute;top:8px;}
.Fct:before{left:0px;}
.Fct:after{right:0px;}
.Fct dd .con{padding:5px 0 5px 36px;line-height:20px;}
.Fct dd .con.tel{background:url(../images/Fct-1.png) no-repeat left center;}
.Fct dd .con.mail{background:url(../images/Fct-2.png) no-repeat left center;}
.Fct dd .con.post{background:url(../images/Fct-3.png) no-repeat left center;}
.Fct dd .con.adr{background:url(../images/Fct-4.png) no-repeat left center;}

.Footer .Fcode{width:14.5%;font-size:13px;float:right;}
.Fcode dd img{width:90px;height:90px;object-fit:cover;margin:0 0 10px;}

.Footer-wrapper.on .Footer dl dd{display:block !important;}*/

.footer-container {
  padding: .25rem 0 .14rem;
  background: #2e3033;
}

.Flogo {
  display: block;
  width: 26.25%;
  height: 120px;
  line-height: 120px;
  font-size: 0px;
  text-align: center;
  float: left;
}

.Flogo img {
  max-width: 100%;
}

.Fct {
  width: 62.5%;
  padding: 19px 0 20px .5rem;
  border-left: 1px solid #3f4144;
  float: left;
}

.Fct li.l1 {
  width: 41.28571428571429%;
  float: left;
}

.Fct li.l2 {
  width: 58.71428571428571%;
  float: left;
}



.Fct li.l3 {
  width: 100%;
  float: left;
  color:white;
}

.Fct li.l4 {
  width: 100%;
  float: left;
  color:white;
}





.Fct li .con {
  padding: 5px 0 5px 35px;
  line-height: 24px;
  color: #b6b6b6;
}

.Fct li .con span {
  color: #cccccc;
}

.Fct li .con.tel {
  background: url(../images/Fct-1.png) no-repeat left 2px;
}

.Fct li .con.mail {
  background: url(../images/Fct-2.png) no-repeat left 2px;
}

.Fct li .con.post {
  background: url(../images/Fct-3.png) no-repeat left 2px;
}

.Fct li .con.adr {
  background: url(../images/Fct-4.png) no-repeat left 2px;
}

.Fewm {
  text-align: center;
  float: right;
}

.Fewm img {
  width: 90px;
  height: 90px;
  object-fit: cover;
}

.Fewm .type {
  line-height: 20px;
  font-size: 13px;
  color: #b6b6b6;
  margin: 10px 0 0;
}




.link {
  height: 130px;
  overflow: hidden;
  padding-top: 23px;
}

.link h4 {
  height: 28px;
  font: 18px "Microsoft Yahei";
  line-height: 28px;
  font-weight: bold;
  overflow: hidden;
  background: url(../images/link_line.gif) repeat-x center center;
}

.link h4 a {
  color: #1f242b;
  background: #ffffff;
  padding-right: 10px;
}

.link h4 span a {
  font: 12px "Microsoft Yahei";
  font-weight: normal;
  color: #555;
  line-height: 28px;
  display: inline-block;
  background: #ffffff;
  padding-left: 10px;
}

.link h5 {
  width: 100px;
  font: 30px Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  color: #777;
  float: left;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  margin-top: 8px;
}

.link p {
  font: 12px "Microsoft Yahei";
  color: #777;
  line-height: 30px;
}

.link p a {
  display: inline-block;
  color: #777;
  padding-right: 30px;
}