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 {
  overflow: hidden;
  background: #f4f2f3;
  line-height: 30px;
  font-size: 14px;
}
.h-top span {
  float: left;
  font-size: 14px;
  color: #999999;
}
.h-top span + span {
  float: right;
}
.h-top span a {
  color: #999999;
}
.nav_logo {
  overflow: hidden;
  padding: 18px 0;
}
.nav_logo h1 {
  float: left;
}
.nav_logo .logo_tel {
  background: url("../images/tel.png") no-repeat left center;
  padding-left: 65px;
  float: left;
  margin: 10px 0 0 76px;
}
.nav_logo .logo_tel small {
  display: block;
  font-size: 14px;
  color: #414141;
}
.nav_logo .logo_tel b {
  display: block;
  font-size: 22px;
  color: #656565;
}
.nav_logo form {
  position: absolute;
  right: 0;
  top: 30px;
}
.nav_logo form input {
  width: 227px;
  line-height: 38px;
  height: 38px;
  border: 1px solid #ccc;
  border-radius: 5px;
  display: block;
  background: none;
}
.nav_logo form button {
  position: absolute;
  width: 48px;
  height: 38px;
  display: block;
  background: #999999 url("../images/sch.png") no-repeat center;
  right: -44px;
  top: 0px;
  border-radius: 0 5px 5px 0;
}
nav {
  overflow: hidden;
  background: #656565;
}
nav ul li {
  float: left;
  text-align: center;
  font-size: 14px;
  -moz-transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  position: relative;
  width: 150px;
}
nav ul li > a {
  -moz-transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  display: block;
  position: relative;
  padding: 15px 0;
  text-align: center;
  color: #fff;
}
nav ul li > a span {
  position: relative;
  z-index: 3;
}
nav ul li > a small {
  display: block;
  font-size: 12px;
}
nav ul li > a:hover {
  background: #656565;
}
nav ul li > a:before {
  display: block;
  content: '';
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
  position: absolute;
  right: 0;
  top: 0;
}
/*main*/
#main {
  padding-bottom: 80px;
}
/*equ*/
.main-title {
  text-align: center;
  position: relative;
  margin: 60px 0;
  background: url("../images/titlebg.png") no-repeat center 27px;
}
.main-title b {
  font-size: 40px;
  color: #333;
  position: relative;
  z-index: 2;
}
.main-title span {
  position: absolute;
  left: 0;
  top: 8px;
  width: 100%;
  text-align: center;
  font-size: 32px;
  color: #ededed;
}
.main-title small {
  display: block;
  font-size: 12px;
  color: #999999;
  position: relative;
  z-index: 2;
  margin-top: 20px;
}
.equ_ul li {
  overflow: hidden;
  padding: 20px;
  box-shadow: 0 0 5px #ccc;
  margin-bottom: 30px;
}
.equ_ul li a {
  display: block;
  overflow: hidden;
}
.equ_ul li img {
  float: left;
  width: 490px;
  height: 295px;
}
.equ_ul li div {
  width: 630px;
  float: right;
  position: relative;
}
.equ_ul li div b {
  display: block;
  font-size: 22px;
  color: #666666;
  margin-bottom: 20px;
  margin-top: 35px;
}
.equ_ul li div small {
  display: block;
  font-size: 14px;
  color: #666666;
  line-height: 30px;
}
.equ_ul li div span {
  width: 208px;
  line-height: 38px;
  background: #499a00;
  color: #fff;
  text-align: center;
  display: block;
  margin-top: 45px;
}
.equ_ul li div:after {
  display: block;
  content: '';
  background: url("../images/c1.jpg") no-repeat center;
  width: 128px;
  height: 17px;
  position: absolute;
  left: -40px;
  top: 0;
}
.equ_ul li:nth-of-type(even) img {
  float: right;
}
.equ_ul li:nth-of-type(even) div {
  float: left;
}
.equ_ul li:nth-of-type(even) div:after {
  display: block;
  content: '';
  background: url("../images/c2.jpg") no-repeat center;
  width: 128px;
  height: 17px;
  position: absolute;
  left: 542px;
  top: 0;
}
/*adv*/
.adv {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.adv > img {
  margin: 0 auto;
  position: absolute;
  left: 50%;
  margin-left: -960px;
  top: 0;
}
.adv .adv_con {
  background: #f5f5f5;
  padding-top: 200px;
  padding-bottom: 60px;
}
.adv .adv_con .adv_con_a {
  padding-bottom: 90px;
}
.adv .adv_con .adv_con_a::after {
  display: block;
  content: '';
  clear: both;
}
.adv .adv_con .adv_con_a div {
  padding-bottom: 20px;
  margin-bottom: 15px;
}
.adv .adv_con .adv_con_a div p b {
  font-size: 26px;
  color: #666666;
}
.adv .adv_con .adv_con_a div p b span {
  color: #656565;
}
.adv .adv_con .adv_con_a div p small {
  display: block;
  font-size: 14px;
  color: #999999;
}
.adv .adv_con .adv_con_a strong {
  display: block;
  color: #666666;
  font-weight: 400;
  background: url("../images/t1.png") no-repeat left top;
  padding-left: 35px;
}
.adv .adv_con .adv_con_1 {
  position: relative;
}
.adv .adv_con .adv_con_1 div {
  overflow: hidden;
  background: url("../images/t2.png") no-repeat left bottom;
}
.adv .adv_con .adv_con_1 div img {
  float: left;
}
.adv .adv_con .adv_con_1 div p {
  float: left;
  margin-left: 20px;
}
.adv .adv_con .adv_con_1 ul {
  width: 740px;
}
.adv .adv_con .adv_con_1 ul li {
  margin-bottom: 40px;
}
.adv .adv_con .adv_con_1 ul li + li strong {
  width: 607px;
}
.adv .adv_con .adv_con_1 > img {
  position: absolute;
  right: 0;
  top: 0;
}
.adv .adv_con .adv_con_2 {
  position: relative;
  padding-bottom: 30px;
}
.adv .adv_con .adv_con_2 div {
  overflow: hidden;
  background: url("../images/t2.png") no-repeat right bottom;
}
.adv .adv_con .adv_con_2 div img {
  float: right;
}
.adv .adv_con .adv_con_2 div p {
  float: right;
  margin-right: 20px;
}
.adv .adv_con .adv_con_2 ul {
  width: 740px;
  float: right;
}
.adv .adv_con .adv_con_2 ul li {
  margin-bottom: 40px;
}
.adv .adv_con .adv_con_2 ul li + li strong {
  /* width: 650px; */
}
.adv .adv_con .adv_con_2 > img {
  position: absolute;
  left: 0;
  top: -72px;
}
.adv .adv_tel {
  height: 173px;
  background: url("../images/telbg.png") no-repeat center;
  margin-top: -25px;
}
.adv .adv_tel p {
  position: absolute;
  right: 144px;
  top: 50px;
}
.adv .adv_tel p small {
  display: block;
  font-size: 16px;
  color: #666666;
}
.adv .adv_tel p b {
  display: block;
  font-size: 30px;
  color: #656565;
}
.adv .adv_tel a {
  display: block;
  width: 140px;
  line-height: 35px;
  background: #656565;
  color: #fff;
  text-align: center;
  position: absolute;
  right: 0;
  top: 80px;
  -moz-transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
.adv .adv_tel a:hover {
  background: #499a00;
}
.product {
  margin: 40px 0 80px;
  overflow: hidden;
}
.product .pro-r {
  float: right;
  width: 910px;
}
.pro-list {
  overflow: hidden;
  width: 960px;
}
.pro-list li {
  width: 294px;
  position: relative;
  overflow: hidden;
  float: left;
  margin: 0 25px 25px 0;
}
.pro-list li a {
  display: block;
}
.pro-list li a p {
  /*width: 294px;*/
  height: 192px;
  background: #fff;
  border: 1px solid #ccc;
  border-bottom: 0 ;

}
.pro-list li a p img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  -moz-transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
.pro-list li a span {
  display: block;
  line-height: 40px;
  background: #999999;
  text-align: center;
  color: #fff;
  width: 100%;
  font-size: 14px;
  -moz-transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
.pro-list li a:hover img {
  opacity: 0.3;
}
.pro-list li a:hover span {
  background: #656565;
}
.sub-page .pro-list li {
  margin: 0 10px 25px 0;
}
/*company*/
.company {
  border-top: 4px solid #656565;
}
.com-con {
  overflow: hidden;
}
.com-con small {
  font-size: 14px;
  color: #666666;
  line-height: 40px;
  text-align: center;
  display: block;
  margin-bottom: 35px;
}
.com-con small a {
  color: #656565;
}
.com-con small a:hover {
  color: #656565;
}
.com-con ul li {
  float: left;
}
.com-con ul li small {
  display: block;
  font-size: 16px;
  color: #656565;
  font-weight: bold;
}
.com-con ul li i {
  display: block;
  width: 81px;
  height: 8px;
  background: url("../images/001.png") no-repeat center;
  margin: 62px 70px 0 70px;
}
.com-con ul li img {
  -moz-transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
.com-con ul li:hover img {
  transform: rotateY(180deg);
}
.com-zi {
  background: url("../images/zibg.jpg") no-repeat center;
  overflow: hidden;
  padding: 40px 0 30px;
}
.com-zi .com-zi-l {
  width: 372px;
  height: 230px;
  float: left;
  overflow: hidden;
}
.com-zi .com-zi-l video {
  width: 100%;
  height: 100%;
}
.com-zi .com-zi-r {
  width: 785px;
  float: right;
  color: #fff;
}
.com-zi .com-zi-r small {
  font-size: 15px;
  display: block;
  margin-bottom: 23px;
}
.com-zi .com-zi-r ul li {
  float: left;
  margin-left: 35px;
}
.com-zi .com-zi-r ul li:first-child {
  margin-left: 0;
}
.com-zi .com-zi-r ul li img {
  width: 236px;
  height: 158px;
}
/*news*/
.news {
  overflow: hidden;
}
.news .news-left {
  width: 490px;
  float: left;
}
.news .news-left img {
  display: block;
  width:100%;
  height: 100%;
  object-fit: cover;
}
.news .news-left b {
  display: block;
  font-size: 16px;
  margin: 10px 0;
  color: #555555;
  font-weight: 400;
}
.news .news-left span {
  font-size: 14px;
  color: #8d8d8d;
}
.news ul {
  width: 600px;
  float: right;
}
.news ul li {
  overflow: hidden;
  height: 80px;
  margin-bottom: 12px;
  -moz-transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
.news ul li p {
  width: 100px;
  background: #656565;
  color: #fff;
  text-align: center;
  float: left;
  height: 100%;
}
.news ul li p b {
  display: block;
  font-size: 35px;
  font-weight: 500;
}
.news ul li p small {
  display: block;
  font-size: 14px;
}
.news ul li div {
  width: 460px;
  float: left;
  padding: 20px;
}
.news ul li div span {
  display: block;
  font-size: 16px;
  color: #555555;
  -moz-transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
.news ul li div small {
  display: block;
  font-size: 14px;
  color: #8d8d8d;
  -moz-transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
.news ul li:hover {
  background: #656565;
}
.news ul li:hover div span {
  color: #fff;
}
.news ul li:hover div small {
  color: #fff;
}
/*footer*/
footer {
  background: #303030;
  overflow: hidden;
}
footer .footer_nav {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(200, 200, 200, 0.18);
}
footer .footer_nav li {
  float: left;
  line-height: 55px;
}
footer .footer_nav li a {
  font-size: 16px;
  color: #c8c8c8;
}
footer .footer_links {
  width: 920px;
  overflow: hidden;
  margin-top: 35px;
}
footer .footer_links li {
  font-size: 14px;
  color: #c8c8c8;
  margin-right: 35px;
  float: left;
}
footer .footer_links li span {
  padding-left: 10px;
}
footer .f-center {
  position: relative;
}
footer .f-center img {
  position: absolute;
  right: 0;
  top: -35px;
  z-index: 2;
}
footer .f-bottom {
  line-height: 44px;
  border-top: 1px solid rgba(200, 200, 200, 0.18);
  font-size: 14px;
  color: #c8c8c8;
  margin-top: 40px;
}
footer .f-bottom a {
  font-size: 14px;
  color: #c8c8c8;
}
.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 #656565;
}
/*sidebar*/
.sidebar {
  width:260px;
  float: left;
}
.sidebar .s-top p {
  color: #fff;
  background: #656565;
  padding: 20px 0;
}
.sidebar .s-top p b {
  display: block;
  font-size: 22px;
  background: url("../images/sbg.png") no-repeat left center;
  padding-left: 30px;
  margin-left: 43px;
  margin-bottom: 10px;
}
.sidebar .s-top p small {
  font-size: 14px;
  text-align: center;
  display: block;
}
.sidebar .s-top div {
  background: #fff;
  position: relative;
  border: 1px solid #ccc;
  padding-bottom: 20px;
}
.sidebar .s-top div ul {
  position: relative;
  padding-top: 20px;
}
.sidebar .s-top div ul li {
  width: 90%;
  font-size: 15px;
  margin: 0 auto 10px;
  border-bottom: 1px solid #ccc;
  position: relative;
  text-indent: 25px;
}
.sidebar .s-top div ul li:before {
  display: block;
  content: '';
  width: 5px;
  height: 5px;
  background: #656565;
  position: absolute;
  background: #ccc;
  left: 10px;
  top: 50%;
  margin-top: -2.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: #656565;
  font-weight: bold;
}
.sidebar .s-top div ul li:hover a {
  background: #656565;
  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: #656565;
}
.sidebar .s-top div > a {
  display: block;
  width: 140px;
  line-height: 35px;
  background: #656565;
  color: #fff;
  text-align: center;
  -moz-transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  margin: 10px auto 0 auto;
}
.sidebar .s-top div > a:hover {
  background: #499a00;
}
.index-location {
  overflow: hidden;
  border-bottom: 1px solid #ccc;
  padding-bottom: 8px;
  margin-bottom: 25px;
}
.index-location b {
  color: #656565;
  font-size: 20px;
  border-left: 2px solid #656565;
  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: #656565;
}
/*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: #656565;
  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: #656565;
  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: #656565;
  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: #656565;
}
.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 img {
  max-width: 860px;
}
.news_time {
  margin-bottom: 25px;
}

.xl{
  margin:20px 0;
}
.xl p{
  font-size: 16px;
  color:#333;
  line-height: 25px;
}
