﻿@charset "UTF-8";
.img-full-fa {
  width: 100%;
  height: 100%;
  text-align: center;
}
.img-full {
  width: 100%;
  height: 100%;
}
.img-full-scale {
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.img-full-scale-fa {
  width: 100%;
  height: 100%;
  text-align: center;
}
.img-center-fa {
  position: relative;
  width: 100%;
  height: 100%;
}
.img-center {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  width: auto;
  height: auto;
  max-width: 100%;
}
/*单页*/
.page {
  min-height: 200px;
  padding: 20px 10px;
}
.page p {
  line-height: 2;
  color: #666666;
}
.page blockquote {
  text-indent: 2rem;
}
.page table {
  border: 1px solid #333333;
}
.page .td {
  border-bottom: 1px solid #333333;
}
.page img {
}
#banner {
  width: 100%;
  height: 600px;
  position: relative;
}
#banner .hd {
  position: absolute;
  bottom: 20px;
  left: 50%;
  z-index: 100;
}
#banner .hd li {
  width: 20px;
  height: 20px;
  background-color: #000176;
  border-radius: 50%;
  display: inline-block;
  margin: 0 5px;
  cursor: pointer;
}
#banner .hd .on {
  background-color: #f8b529;
}
#banner .bd a {
  display: block;
  width: 100%;
  height: 600px;
}
#banner .prev {
  background: url("../picture/prev.png") no-repeat center;
  left: 3%;
}
#banner .next {
  background: url("../picture/next.png") no-repeat center;
  right: 3%;
}
.btn {
  width: 47px;
  height: 120px;
  position: absolute;
  top: 50%;
  margin-top: -60px;
}
.banner-bottom {
  background-color: #000176;
}
.banner-bottom .hot-word {
  width: 100%;
  text-align: center;
  float: left;
}
.banner-bottom .hot-word li {
  display: inline-block;
  padding: 8px 24px 8px 17px;
  margin: 5px 0;
  position: relative;
}
.banner-bottom .hot-word li:after {
  content: "/";
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  position: absolute;
  right: 0;
  top: 8px;
}
.banner-bottom .hot-word li a {
  font-size: 16px;
  line-height: 24px;
  display: block;
  color: #ffffff;
}
.banner-bottom .hot-word li a:hover {
  text-decoration: none;
  color: #f8b62a;
}
.home-product {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
}
.home-product ul li {
  margin-left: 25px;
  width: 150px;
  float: left;
}
.home-product ul li:first-child {
  margin-left: 0;
}
.home-product ul li a.img {
  width: 100%;
  height: 100%;
  text-align: center;
  display: block;
}
.home-product ul li a.img:hover img {
  transform: translateY(-5px);
}
.home-product ul li img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.home-product ul li a.word {
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 28px;
  color: #666666;
  text-align: center;
  white-space: normal;
  text-overflow: ellipsis;
  overflow: hidden;
}
.home-product ul li a.word:hover {
  text-decoration: none;
  color: #ff0000;
}
.home-con-title {
  overflow: hidden;
  border-bottom: 1px solid #163a84;
  margin-bottom: 10px;
}
.home-con-title .home-more {
  display: block;
  float: right;
  font-size: 14px;
  line-height: 24px;
  margin: 12px 0 2px 0;
  text-transform: uppercase;
  color: #666666;
}
.home-con-title p {
  font-size: 16px;
  line-height: 36px;
  color: #163a84;
  vertical-align: baseline;
  position: relative;
  float: left;
}
.home-con-title p span {
  display: inline-block;
  font-size: 12px;
  line-height: 36px;
  color: #666666;
  font-weight: normal;
  text-transform: uppercase;
}
.graphic {
  margin-top: 30px;
  margin-bottom: 10px;
  overflow: hidden;
}
.graphic .graphic-img {
  position: relative;
  width: 100%;
  height: 100%;
  width: 180px;
  height: 350px;
  float: left;
}
.graphic .graphic-img img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  width: auto;
  height: auto;
  max-width: 100%;
  width: 100%;
  padding-right: 50px;
  height: 350px;
}
.graphic .graphic-word {
  width: 570px;
  float: right;
  background-color: #f1f1f1;
}
.graphic .graphic-word h3 {
  font-size: 24px;
  line-height: 30px;
  font-weight: normal;
}
.graphic .graphic-word > span {
  font-size: 12px;
  line-height: 30px;
  color: #999999;
  display: block;
}
.graphic .graphic-word p {
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px;
  margin-bottom: 28px;
  height: 180px;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
}
.graphic .graphic-word .grahic-btn {
  display: inline-block;
  font-size: 14px;
  line-height: 30px;
  border: 2px solid #333333;
  padding: 0 18px;
}
.graphic .graphic-word .grahic-btn:hover {
  text-decoration: none;
  color: #e02339;
}
.bottom-line {
  margin-top: 25px;
}
.bottom-line .graphic-img {
  height: 216px;
  padding-right: 0;
}
.bottom-line .graphic-img img {
  padding-right: 0;
  height: 216px;
}
.bottom-line .graphic-word {
  height: 216px;
  background-color: #eeeeee;
}
.bottom-line .graphic-word h1 {
  font-size: 20px;
  line-height: 36px;
  border-bottom: 1px solid #cccccc;
  font-weight: bold;
}
.bottom-line .graphic-word p {
  font-size: 12px;
  line-height: 20px;
  margin-top: 6px;
  margin-bottom: 15px;
  height: 60px;
}
.bottom-line .graphic-word .grahic-btn {
  border: 1px solid #000066;
  line-height: 25px;
}
.news-problem {
  width: 100%;
  overflow: hidden;
  margin-top: 40px;
  margin-bottom: 50px;
  min-height: 355px;
}
.news-problem .news {
  width: 780px;
  float: left;
}
.news-problem .problem {
  width: 380px;
  float: right;
}
.news-problem .problem .list-con {
  margin-top: 20px;
}
.news-no-bottom {
  margin-top: 20px;
}
.news-no-bottom .graphic-img {
  height: 135px;
  padding-right: 0;
}
.news-no-bottom .graphic-img img {
  padding-right: 0;
  height: 135px;
  width:180px;
}
.news-no-bottom .graphic-word {
  height: 135px;
  background-color: #ffffff;
}
.news-no-bottom .graphic-word div {
  font-size: 12px;
  line-height: 25px;
  font-weight: bold;
}
.news-no-bottom .graphic-word p {
  font-size: 12px;
  line-height: 25px;
  margin-top: 0;
  margin-bottom: 15px;
  height: 75px;
}
.news-no-bottom .graphic-word .grahic-btn {
  border: 0;
  line-height: 25px;
  color: #040d58;
  padding: 0;
}
.news-list-double {
  margin-top: 25px;
  margin-bottom: 15px;
  overflow: hidden;
  border-top: 1px solid #dcdcdc;
}
.news-list-double .list-one {
  width: 370px;
  float: left;
  margin-left: 40px;
}
.news-list-double .list-one:first-child {
  margin-left: 0;
}
ul.list-con {
  width: 100%;
  margin-top: 14px;
}
ul.list-con li {
  overflow: hidden;
  font-size: 12px;
  line-height: 25px;
}
ul.list-con li > a {
  width: 73%;
  float: left;
  color: #666666;
  display: block;
  position: relative;
  padding-left: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
ul.list-con li > a:before {
  content: "○";
  position: absolute;
  left: 0;
  top: 0;
}
ul.list-con li > span {
  display: block;
  float: right;
}
.case .case-title {
  margin-bottom: 20px;
}
.case .case-title p {
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  position: relative;
}
.case .case-title p:before,
.case .case-title p:after {
  width: 470px;
  height: 1px;
  background-color: #eeeeee;
  content: "";
  position: absolute;
  top: 16px;
}
.case .case-title p:before {
  left: 0;
}
.case .case-title p:after {
  right: 0;
}
#case {
  width: 100%;
  position: relative;
  margin-bottom: 50px;
}
#case .bd {
  width: 1030px;
  margin: 0 auto;
}
#case .case-btn {
  width: 35px;
  height: 75px;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -35px;
}
#case .prev {
  background: url("../picture/small-arrow-prev.jpg") no-repeat center;
  left: 0;
}
#case .next {
  background: url("../picture/small-arrow-next.jpg") no-repeat center;
  right: 0;
}
.partners {
  padding-bottom: 20px;
  border-bottom: 2px solid #dedede;
}
.partners .partners-list {
  margin-top: 30px;
}
.partners .partners-list li {
  float: left;
  width: 176px;
 margin: 0 12px;
}
/*.partners .partners-list li:first-child {*/
  /*padding-left: 30px;*/
/*}*/
.partners .partners-list li:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.partners .partners-list li a {
  width: 100%;
  height: 100%;
  text-align: center;
  display: block;
}
.partners .partners-list li a img {
  width: 100%;
  height: 100%;
}
.link {
  margin-top: 20px;
  margin-bottom: 30px;
  overflow: hidden;
}
.link > a {
  font-size: 15px;
  line-height: 25px;
  color: #031375;
  display: block;
  text-align: center;
  width: 150px;
  float: left;
  margin-bottom: 5px;
}
.link > a:hover {
  text-decoration: none;
  color: #f8b529;
}
.link > a span {
  font-size: 12px;
  line-height: 22px;
  display: block;
  color: #333333;
  text-transform: uppercase;
  position: relative;
}
.link > a span:before,
.link > a span:after {
  content: "";
  width: 38px;
  height: 1px;
  background-color: #dcdcdc;
  position: absolute;
  top: 10px;
}
.link > a span:before {
  left: 0;
}
.link > a span:after {
  right: 0;
}
.link .link-list {
  width: 1004px;
  margin-left: 46px;
  overflow: hidden;
  float: left;
}
.link .link-list li {
  float: left;
  margin: 0 17px;
}
.link .link-list li a {
  font-size: 12px;
  line-height: 22px;
  display: block;
}
