header,
footer,
#main {
  width: 100%;
  overflow: hidden;
  min-width: 1200px;
}
.wrapper {
  width: 1200px;
  margin: 0 auto;
  display: block;
  position: relative;
}
/* 变量 */
/*css3*/
.clear::after {
  display: block;
  content: '';
  clear: both;
}
/************************header************************/
.h-top {
  padding: 15px 0;
  background: url("../images/hbg.jpg") no-repeat center;
  overflow: hidden;
}
.h-top::after {
  display: block;
  content: '';
  clear: both;
}
.h-top h1 {
  float: left;
}
.h-top b {
  position: absolute;
  right: 232px;
  top: 7px;
  font-size: 22px;
  color: #0770bd;
  background: url("../images/tel.png") no-repeat left center;
  padding-left: 22px;
}
.h-top form {
  position: absolute;
  right: 0;
  top: 0;
}
.h-top form input {
  width: 188px;
  line-height: 36px;
  height: 36px;
  border: 1px solid #ccc;
  border-radius: 20px;
  display: block;
  background: none;
}
.h-top form button {
  position: absolute;
  width: 16px;
  height: 16px;
  display: block;
  background: url("../images/sch.png") no-repeat center;
  right: 16px;
  top: 11px;
}
.h-top ul {
  position: absolute;
  right: 0;
  top: 57px;
}
.h-top ul li {
  float: left;
  text-align: center;
  font-size: 14px;
  -moz-transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  margin-left: 50px;
  position: relative;
}
.h-top ul li > a {
  color: #313131;
  -moz-transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  display: block;
  position: relative;
}
.h-top ul li > a span {
  position: relative;
  z-index: 3;
}
.h-top ul li > a:hover {
  color: #0770bd;
}
/*main*/
#main{
  margin-bottom: 55px;
}
.product {
  margin: 40px 0 80px;
}
.product .type_ul {
  overflow: hidden;
  width: 1250px;
}
.product .type_ul li {
  width: 590px;
  overflow: hidden;
  margin-bottom: 15px;
  float: left;
  margin-right: 18px;
}

.product .type_ul li > a {
  width: 110px;
  text-align: center;
  line-height: 75px;
  background: #0770bd;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  display: block;
  float: left;
}
.product .type_ul li p {
  width: 440px;
  background: #e6e6e6;
  height: 35px;
  float: right;
  padding: 20px;
}
.product .type_ul li p a {
  width: 33.3%;
  font-size: 14px;
  height: 20px;
  overflow: hidden;
  color: #5f5f5f;
  display: inline-block;
  float: left;
}
.product .type_ul li p a:hover {
  color: #0770bd;
}
.product .type_ul li img {
  display: block;
  height: 202px;
}
.product .pro-list {
  overflow: hidden;
  width: 1250px;
}
.product .pro-list li {
  width: 390px;
  height: 287px;
  position: relative;
  overflow: hidden;
  float: left;
  margin: 0 15px 15px 0;
}
.product .pro-list li a {
  display: block;
}
.product .pro-list li a > img {
  width: 100%;
  height: 100%;
}
.product .pro-list li a b {
  display: block;
  background: rgba(0, 0, 0, 0.75);
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 2;
  width: 100%;
  height: 100%;
  -moz-transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
.product .pro-list li a div {
  position: absolute;
  top: 70%;
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 18px;
  z-index: 3;
  margin-top: -32px;
  -moz-transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  transition-delay: 0.1s;
  opacity: 0;
}
.product .pro-list li a div span {
  display: block;
  margin-bottom: 10px;
}
.product .pro-list li a:hover b {
  top: 0;
}
.product .pro-list li a:hover div {
  top: 50%;
  opacity: 1;
}
/*company*/
.company {
  background: url("../images/conbg.jpg") no-repeat center;
  padding: 58px 0 56px 0;
  color: #ffffff;
  overflow: hidden;
}
.company small {
  font-size: 14px;
  line-height: 30px;
  display: block;
}
.company .wrapper > div {
  width: 570px;
  float: left;
}
.company .wrapper > div h2 {
  font-size: 32px;
}
.company .wrapper > div span {
  display: block;
  font-size: 18px;
  margin-bottom: 40px;
}
.company p {
  width: 560px;
  float: right;
  margin-top: 105px;
}
.company p a {
  display: block;
  text-align: center;
  width: 174px;
  line-height: 35px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 25px;
  margin-top: 45px;
  -moz-transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
.company p a:hover {
  color: #ffc306;
  border: 1px solid #ffc306;
}
/*cases*/
.case {
  background: url("../images/casebg.jpg") no-repeat top center;
}
.case h3 {
  overflow: hidden;
  padding: 80px 0 45px 0;
}
.case h3 span {
  font-size: 34px;
  color: #fff;
  float: left;
  display: block;
}
.case h3 a {
  display: block;
  color: #fff;
  text-align: center;
  width: 174px;
  line-height: 35px;
  border: 1px solid #fff;
  border-radius: 25px;
  -moz-transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  float: right;
}
.case h3 a:hover {
  color: #0770bd;
  border: 1px solid #0770bd;
}
.case .case_wrap {
  position: relative;
}
.case .multiple_ul {
  overflow: hidden;
}
.case .pro-list {
  overflow: hidden;
}
.case .pro-list li {
  width: 390px;
  height: 287px;
  position: relative;
  overflow: hidden;
  float: left;
  margin: 0 5px;
  background: #eee;
}
.case .pro-list li a {
  display: block;
}
.case .pro-list li a > img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
}
.case .pro-list li a b {
  display: block;
  background: rgba(0, 0, 0, 0.75);
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 2;
  width: 100%;
  height: 100%;
  -moz-transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
.case .pro-list li a div {
  position: absolute;
  top: 70%;
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 18px;
  z-index: 3;
  margin-top: -32px;
  -moz-transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  transition-delay: 0.1s;
  opacity: 0;
}
.case .pro-list li a div span {
  display: block;
  margin-bottom: 10px;
}
.case .pro-list li a:hover b {
  top: 0;
}
.case .pro-list li a:hover div {
  top: 50%;
  opacity: 1;
}
.case ol li {
  position: absolute;
  top: 130px;
  z-index: 10;
  cursor: pointer;
}
.case ol li:first-child {
  left: -100px;
}
.case ol li + li {
  right: -100px;
}
/*news*/
.news h3 {
  overflow: hidden;
  padding: 80px 0 45px 0;
}
.news h3 span {
  font-size: 34px;
  color: #424242;
  float: left;
  display: block;
}
.news h3 a {
  display: block;
  color: #424242;
  text-align: center;
  width: 174px;
  line-height: 35px;
  border: 1px solid #424242;
  border-radius: 25px;
  -moz-transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  float: right;
}
.news h3 a:hover {
  color: #0770bd;
  border: 1px solid #0770bd;
}
.news ul {
  width: 1230px;
}
.news ul li {
  width: 390px;
  float: left;
  margin-right: 15px;
}
.news ul li a {
  display: block;
}
.news ul li img {
  display: block;
}
.news ul li b {
  display: block;
  color: #2d2c2c;
  margin: 25px 0;
  -moz-transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
.news ul li span {
  font-size: 14px;
  color: #727272;
  margin-bottom: 18px;
  display: block;
}
.news ul li small {
  display: block;
  font-size: 12px;
  color: #0770bd;
}
.news ul li:hover b {
  color: #0770bd;
}
/*footer*/
footer {
  background: #484a4e;
  padding: 40px 0 0 0;
  overflow: hidden;
  color: #fff;
}
footer .f-top {
  overflow: hidden;
  padding-bottom: 35px;
}
footer .f-top ul li {
  float: left;
  margin-right: 40px;
  background: url("../images/border.jpg") no-repeat right center;
  padding-right: 85px;
  min-height: 180px;
}
footer .f-top ul li > a {
  display: block;
  font-size: 16px;
  color: #fff;
  margin-bottom: 10px;
}
footer .f-top ul li p a {
  display: block;
  font-size: 14px;
  color: #bebebe;
  margin-bottom: 5px;
}
footer .f-top ul li p a:hover {
  color: #fff;
}
footer .f-top ol {
  position: absolute;
  right: 0;
  top: 0;
}
footer .f-top ol li {
  float: left;
  text-align: center;
  margin-left: 15px;
}
footer .f-top ol li img {
  width: 115px;
}
footer .f-top ol li small {
  font-size: 14px;
  color: #bebebe;
  display: block;
  margin-top: 10px;
}
footer .f-bottom {
  padding-bottom: 15px;
  background: #0770bd;
  padding-top: 15px;
}
footer .f-bottom span {
  display: block;
  font-size: 14px;
  color: #fff;
}
footer .f-bottom span a {
  color: #fff;
}
footer .f-bottom span span {
  float: right;
}
.product-ul {
  margin-top: 30px;
}
.product-ul li {
  overflow: hidden;
  border: 1px solid #ccc;
  padding: 10px;
  position: relative;
  width: 95%;
  margin: 0 auto 25px auto;
}
.product-ul li a {
  display: block;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.product-ul li img {
  float: left;
  width: 200px;
  height: 148px;
}
.product-ul li p {
  float: right;
  width: 617px;
  color: #666;
}
.product-ul li p span {
  display: block;
  font-size: 20px;
  color: #d70404;
  font-weight: bold;
  height: 26px;
}
.product-ul li p small {
  display: block;
  font-size: 14px;
  margin-top: 15px;
  height: 63px;
}
.product-ul li p b {
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-weight: 500;
  font-size: 15px;
  background: #0770BD;
  color: #fff;
  width: 60px;
  line-height: 30px;
  text-align: center;
}
.product-ul li:hover {
  border: 1px solid #0770bd;
}
/*sidebar*/
.sidebar {
  width: 250px;
  float: left;
  background: #0770bd url("../images/sbbg.png") no-repeat top center;
  padding: 25px 7px 7px 7px;
}
.sidebar .s-top p {
  text-align: center;
  color: #fff;
}
.sidebar .s-top p b {
  display: block;
  font-size: 30px;
}
.sidebar .s-top p span {
  font-size: 14px;
}
.sidebar .s-top div {
  background: #fff;
  position: relative;
  margin-top: 25px;
  padding-bottom: 30px;
}
.sidebar .s-top div:after {
  display: block;
  content: '';
  width: 100%;
  height: 17px;
  background: url("../images/sbg2.png") no-repeat center;
  position: absolute;
  left: 0;
  top: -17px;
  background-size: cover;
}
.sidebar .s-top div ul {
  position: relative;
  padding-top: 20px;
}
.sidebar .s-top div ul li {
  width: 90%;
  border: 1px solid #ccc;
  text-align: center;
  font-size: 15px;
  margin: 0 auto 10px;
  box-shadow: 0 1px 1px #ccc;
  border-radius: 5px;
}
.sidebar .s-top div ul li a {
  display: block;
  -moz-transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  padding: 12px 0;
  border-radius: 5px;
  color: #0770bd;
  font-weight: bold;
}
.sidebar .s-top div ul li:hover a {
  background: #f5a22c;
  color: #fff;
}
.sidebar .s-top div > span {
  background: url("../images/tel2.png") no-repeat left center;
  padding-left: 35px;
  display: block;
  margin-left: 25px;
  margin-top: 30px;
}
.sidebar .s-top div > span small {
  display: block;
  font-size: 14px;
  color: #303030;
}
.sidebar .s-top div > span b {
  display: block;
  font-size: 20px;
  color: #0770bd;
}
.index-location {
  overflow: hidden;
  border-bottom: 1px solid #ccc;
  padding-bottom: 8px;
  margin-bottom: 25px;
}
.index-location b {
  color: #0770bd;
  font-size: 20px;
  border-left: 2px solid #0770bd;
  padding-left: 10px;
}
.index-location small {
  font-size: 16px;
  color: #afafaf;
}
.index-location a {
  float: right;
  font-size: 14px;
  color: #6f6f6f;
}
/*sidebar*/
.prev_next a:hover {
  color: #da0922;
}
.prev_next {
  font-size: 14px;
  margin-top: 20px;
}
div.page {
  margin: 20px 0 20px 0;
  clear: both;
  float: right;
  font-size: 14px;
}
div.page a {
  padding: 2px 5px;
  margin: 2px;
  color: #fff;
  text-decoration: none;
  background: #9b9b9b;
}
div.page a:hover {
  background: #5c5c5c;
}
div.page span.current {
  padding: 2px 8px;
  font-weight: 700;
  margin: 2px;
  color: #fff;
  background-color: #da0922;
}
div.page span.disabled {
  padding: 2px 5px;
  margin: 2px;
  color: #dddddd;
}
.prev_next .prev,
.prev_next .next {
  font-size: 13px;
  border-top: 1px solid #ccc;
  padding: 5px 25px;
}
.prev_next .prev a:hover,
.prev_next .next a:hover {
  color: #da0922;
}
.prev_next .prev {
  margin-top: 20px;
  background: url("../images/prev_bg.png") no-repeat left center;
  background-size: 18px;
}
.prev_next .next {
  border-bottom: 1px solid #ccc;
  background: url("../images/next_bg.png") no-repeat left center;
  background-size: 18px;
}
/*news*/
.new_right li {
  border-bottom: 1px dashed #999999;
  padding: 15px 0;
}
.new_right li:first-child {
  margin-top: 20px;
  padding-top: 0;
}
.new_right li p {
  overflow: hidden;
}
.new_right li b {
  float: left;
  color: #000;
  font-weight: bold;
  -moz-transition: all 150ms linear;
  -webkit-transition: all 150ms linear;
  transition: all 150ms linear;
}
.new_right li small {
  float: right;
  color: #666666;
  font-weight: 400;
}
.new_right li span {
  display: block;
  line-height: 26px;
  color: #666666;
  padding: 10px 0 0 0;
}
.new_right li:hover b {
  color: #085dbd;
}
/*jobs*/
ul.jobs li {
  border-bottom: 2px dotted #ccc;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: 15px;
  line-height: 30px;
  padding-left: 20px;
  position: relative;
}
ul.jobs li a {
  display: block;
  position: absolute;
  background-color: #0770bd;
  color: #ffffff;
  padding: 1px 8px;
  top: 50px;
  left: 500px;
}
ul.jobs li a:hover {
  border-radius: 8px;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -ms-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
ul.jobs li strong {
  color: #b50000;
}
.zizhi {
  width: 880px;
}
.zizhi li {
  padding: 10px;
  border: 1px solid #ccc;
  float: left;
  margin: 0 24px 20px 0;
  -moz-transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
.zizhi li b {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.zizhi li img {
  display: block;
  width: 246px;
  height: 192px;
  -moz-transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
.zizhi li span {
  display: block;
  line-height: 40px;
  background: #ededed;
  text-align: center;
  color: #2e2e2e;
  font-size: 14px;
  -moz-transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
.zizhi li:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.zizhi li:hover {
  -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.18);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.18);
  -webkit-transform: translate3d(0, -2px, 0);
  transform: translate3d(0, -2px, 0);
}
.zizhi li:hover span {
  background: #0770bd;
  color: #fff;
}
.container {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.left {
  float: left !important;
}
.right {
  float: right !important;
}
.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  zoom: 1;
}
.sub-page {
  padding-top: 60px;
  padding-bottom: 70px;
  overflow: hidden;
  background: #f2f2f2;
}
.sub-page .article {
  width: 860px;
  background: #fff;
  padding: 25px;
}
.sub-page .article .cat {
  height: 52px;
  line-height: 52px;
  border-bottom: 2px solid #ccc;
  margin-bottom: 20px;
}
.sub-page .article .cat b {
  display: block;
  float: left;
  padding: 0 40px;
  background: #0770bd;
  color: #fff;
  font-size: 18px;
  height: 56px;
  line-height: 56px;
  margin-left: -2px;
  margin-top: -2px;
}
.sub-page .article .cat span {
  float: right;
  font-size: 14px;
  color: #666;
}
.sub-page .article .cat span a {
  color: #666;
}
.sub-page .article .cat span a:hover {
  color: #0770bd;
}
.sub-page .article .pro-tit {
  width: 600px;
}
.sub-page .article .pro-img {
  width: 400px;
  border: 3px solid #ccc;
  padding: 5px;
  margin-top: 20px;
  height: 400px;
  position: relative;
}
.sub-page .article .pro-img img {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.sub-page .article .pro-text {
  width: 400px;
  padding-top: 30px;
}
.sub-page .article .pro-text ul {
  font-size: 16px;
  line-height: 35px;
}
.sub-page .article .pro-text ul b {
  font-size: 24px;
  color: #e79934;
}
.sub-page .article .pro-text a.hs {
  display: block;
  text-align: center;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #fff;
  background: #d1020c;
  border-radius: 4px;
  width: 250px;
}
.sub-page .article .pro-text a.hs:hover {
  background: #b1000a;
}
.sub-page .article h1.title {
  font-size: 24px;
  color: #2a2a2a;
  line-height: 54px;
}
.sub-page .article .desct {
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  overflow: hidden;
  background: #f1f1f1;
}
.sub-page .article .desct b {
  display: block;
  float: left;
  padding: 0 20px;
  background: #d1020c;
  color: #fff;
}
.sub-page .article .content {
  font-size: 15px;
  line-height: 30px;
  color: #333;
}
.sub-page .article .content table{ width: 100% !important;}

.sub-page .article .content img {
  max-width: 100%;
}
.news_time {
  margin-bottom: 25px;
}
