.top-wrapper {
  height: 30px;
  background-color: #eee;
  font-size: 12px;
  line-height: 30px;
}

.top-wrapper a {
  padding-left: 20px;
}

.logo {
  padding: 85px 20px 0 0;
  height: 129px;
  text-align: right;
  font-size: 12px;
  background-image: url('../images/index_03.jpg');
}

.logo a {
  padding-left: 10px;
}

.nav {
  height: 54px;
  background-color: #0055b9;
}

.nav ul li a {
  width: 150px;
  text-align: center;
  display: block;
  font-size: 16px;
  /* padding: 0 30px; */
  line-height: 54px;
  color: #fff;
}

.nav ul li:hover a {
  background-color: #0076ff;
}

.banner-bottom {
  height: 65px;
  box-shadow: 0 10px 10px #eee;
}

.banner-bottom .hot {
  line-height: 65px;
  font-size: 14px;
}

.banner-bottom .hot span {
  color: #0055b9
}

.banner-bottom .search-wrapper {
  margin-top: 17px;
}

.banner-bottom .search-wrapper .search {
  vertical-align: top;
  width: 200px;
  height: 30px;
  padding: 0 20px;
  border-top: 1px solid #b5b5b5;
  border-right: none;
  border-bottom: 1px solid #b5b5b5;
  border-left: 1px solid #b5b5b5;
}

.banner-bottom .search-wrapper .submit {
  width: 44px;
  height: 30px;
  border: none;
  background-image: url('../images/index_12.jpg');
}

.index-title {
  padding: 60px 0;
  text-align: center;
  text-transform: uppercase;
}

.index-title span {
  font-size: 30px;
  color: #0055b9;
}

.index-title p {
  color: #b5b5b5;
  font-size: 12px;
}

.pro-wrapper {
  height: 838px;
  background-image: url('../images/pro_bg.jpg');
}

.pro {}

.pro-list {
  width: 210px;
}

.pro-list p.pro-list-title {
  background-color: #0055b9;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}

.pro-list>ul {
  line-height: 40px;
  padding-bottom: 30px;
  background-color: #fff;
}

.pro-list ul li {
  padding: 0px 0;
}

.pro-list ul li a {
  display: block;
  padding-left: 35px;
}

.pro-list ul li a:hover {
  background-color: #0055b9;
  color: #fff;
}

.pro-list ul li ul li {}

.pro-list ul li ul li a {
  display: block;
  padding-left: 60px;
}

.pro-show {
  width: 960px;
}

.pro-show ul {
  flex-wrap: wrap;
}

.pro-show ul li {
  margin-right: 30px;
}

.pro-show li img {
  width: 210px;
  height: 160px;
}

.pro-show li:hover img {
  box-shadow: 0 0 15px #aaa;
}

.pro-show li span {
  display: block;
  line-height: 46px;
}

.case-wrapper {
  margin-bottom: 40px;
}

.case li {
  width: 265px;
  text-align: center;
}

.case li p {
  height: 58px;
  line-height: 58px;
  color: #000;
  background-color: #efefef;
}

.case li img {
  width: 265px;
  height: 235px;
  border: 1px solid #efefef;
}

.case li span {
  display: block;
  line-height: 40px;
  background-color: #a0a0a0;
}

.case li:hover span {
  color: #fff;
  background-color: #0055b9;
}

.news-wrapper {
  height: 552px;
  background-image: url('../images/pro_bg.jpg');
}

.news-t {
  height: 130px;
  position: relative;
}

.news-t p {
  top: 45px;
  position: absolute;
  z-index: 1;
  font-size: 26px;
  color: #0055b9;
}

.news-t p span {
  font-size: 14px;
  color: #000;
  text-transform: uppercase;
}

.news-t b {
  top: 60px;
  position: absolute;
  text-transform: uppercase;
  font-size: 70px;
  line-height: 70px;
  color: #626262;
  font-weight: normal;
  opacity: .1;
}

.news {
  width: 575px;
}

.news-content {}

.news-content li {
  margin-bottom: 35px;
}

.news-content img {
  width: 215px;
  height: 155px;
}

.news-content .news-right {
  width: 335px;
}

.news-content .news-right a {
  display: block;
  width: 335px;
  font-size: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news-content .news-right p {
  font-size: 12px;
  padding: 20px 0;
}

.news-content .news-right span {
  display: block;
  font-size: 12px;
}

.support {
  width: 575px;
}

.support-content li {
  margin-bottom: 30px;
}

.support-content .ask {}

.support-content .ask span {
  width: 30px;
  height: 30px;
  margin-right: 20px;
  line-height: 30px;
  text-align: center;
  background-color: #848484;
  color: #fff;
}

.support-content .ask a {
  width: 525px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.support-content .answer {}

.support-content .answer span {
  width: 30px;
  height: 30px;
  margin-right: 20px;
  line-height: 30px;
  text-align: center;
}

.support-content .answer p {
  width: 525px;
  font-size: 12px;
  color: #848484;
}

.bottom {
  color: #fff;
  padding: 40px 0 50px;
  background-color: #3a3a3a;
}

.bottom a {
  color: #fff;
}

.bottom a:hover {
  color: #0055b9;
}

.bottom-title {
  font-size: 20px;
  margin-bottom: 30px;
}

.bottom-title span {
  font-size: 12px;
  text-transform: uppercase;
}

.link {
  width: 220px;
}

.link-content {
  line-height: 30px;
}

.contact {
  width: 360px;
}

.contact-content {
  line-height: 30px;
}

.fast {
  width: 360px;
}

.fast-content {
  flex-wrap: wrap;
}

.fast-content a {
  margin-right: 20px;
  line-height: 30px;
}

.foot {
  font-size: 12px;
  text-align: center;
  height: 60px;
  line-height: 60px;
  color: #8c8c8c;
  background-color: #2a2a2a;
}

.inside-gray {
  background-color: #f4f4f4;
  padding: 30px 0 130px;
}

.inside-title {
  height: 120px;
  padding: 40px 0;
}

.inside-title li {
  width: 190px;
  height: 40px;
  line-height: 40px;
  margin-right: 25px;
  text-align: center;
}

.inside-title li a {
  display: block;
  border: 1px solid #0055b9;
}

.inside-title li:hover a {
  display: block;
  color: #fff;
  background-color: #0055b9;
}

.inside-publish {
  width: 1200px;
}

.inside-publish ul {
  flex-wrap: wrap;
}

.inside-publish ul li {
  margin-right: 30px;
  width: 270px;
}

.inside-publish li img {
  width: 270px;
  height: 200px;
}

.inside-publish li:hover img {
  box-shadow: 0 0 15px #aaa;
}

.inside-publish li span {
  display: block;
  text-align: center;
  line-height: 46px;
}

.case-inside {
  width: 960px;
}

.case-inside ul {
  flex-wrap: wrap;
}

.case-inside li {
  width: 210px;
  margin-right: 30px;
  margin-bottom: 30px;
  text-align: center;
}

.case-inside li p {
  height: 58px;
  line-height: 58px;
  color: #000;
  background-color: #efefef;
}

.case-inside li img {
  width: 210px;
  height: 160px;
  border: 1px solid #efefef;
}

.case-inside li span {
  display: block;
  line-height: 40px;
  background-color: #a0a0a0;
}

.case-inside li:hover span {
  color: #fff;
  background-color: #0055b9;
}

.inside-single {}

.inside-single h2 {
  font-size: 30px;
}

.inside-single h2::after {
  display: block;
  margin: 10px 0 30px;
  content: '';
  width: 190px;
  height: 4px;
  background-color: #0055b9;
}

.news-inside ul {
  flex-wrap: wrap;
}

.news-inside li {
  width: 575px;
  margin-bottom: 35px;
}

.news-inside img {
  width: 215px;
  height: 155px;
}

.news-inside .news-right {
  width: 335px;
}

.news-inside .news-right a {
  display: block;
  width: 335px;
  font-size: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news-inside .news-right p {
  font-size: 12px;
  padding: 20px 0;
}

.news-inside .news-right span {
  display: block;
  font-size: 12px;
}

.single-height {
  height: 50px;
}

.order {
  padding: 50px 0;
  min-height: 300px;
  background-image: url('../images/zxsy_03.jpg');
  background-repeat: no-repeat;
  background-position: right bottom;
}

.order .bar {
  margin-bottom: 15px;
}

.order .bar label {
  display: inline-block;
  width: 190px;
  text-align: right;
  padding-right: 20px;
}

.order .bar input[type='text'] {
  width: 375px;
  height: 36px;
  padding: 0 10px;
  border: 1px solid #a1a1a1;
}

.order .bar textarea {
  width: 375px;
  height: 90px;
  padding: 0 10px;
  border: 1px solid #a1a1a1;
}
.order .bar button {
  margin-left: 194px;
  width: 120px;
  height: 40px;
  border: none;
  color: #fff;
  background-color: #0055b9;
}