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: 30px 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: #0068b7;
}
.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: url(../images/navtop.png);
}
nav ul li:first-child:after {
  display: block;
  content: '';
  width: 1px;
  height: 100%;
  background: #ffffff;
  position: absolute;
  left: 0;
  top: 0;
}
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;
  line-height: 60px;
  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: #3bccfc;
}
nav ul li > a:before {
  display: block;
  content: '';
  width: 1px;
  height: 100%;
  background: #ffffff;
  position: absolute;
  right: 0;
  top: 0;
}
#thyNavStyle {
  background: #3bccfc;
}
/*main*/
#main {
  padding-bottom: 80px;
}
/*equ*/
.main-title {
  text-align: center;
  position: relative;
  margin: 60px 0;
  background: url("../images/p-bac.png") no-repeat center 80px;
}
.main-title b {
  font-size: 40px;
  color: #0068b7;
  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 .pic {
  float: right;
  width: 280px;
  height: 295px;
  margin-left: 0;
}
.equ_ul .pic .mask {
  position: absolute;
  width: 100%;
  height: 20px;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  line-height: 20px;
  color: white;
  font-size: 12px;
  bottom: 0;
  left: 0;
  margin-left: 0;
}
.equ_ul .pic .first {
  width: 100%;
  height: 140px;
  margin-bottom: 15px;
  position: relative;
  margin-left: 0;
  -moz-transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  overflow: hidden;
}
.equ_ul .pic .first img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  -moz-transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
.equ_ul .pic .last {
  width: 100%;
  height: 140px;
  position: relative;
  margin-left: 0;
  overflow: hidden;
  -moz-transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  transition-delay: 0.1s;
}
.equ_ul .pic .last img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  -moz-transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
.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 .pic-main {
  width: 460px;
  height: 295px;
  float: left;
  overflow: hidden;
  -moz-transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
.equ_ul li .pic-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  -moz-transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
.equ_ul li div {
  width: 330px;
  float: left;
  position: relative;
  margin-left: 30px;
}
.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: #0068b7;
  color: #fff;
  text-align: center;
  display: block;
  margin-top: 45px;
  -moz-transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
.equ_ul li:hover .pic-main {
  transform: translateX(5px);
}
.equ_ul li:hover .pic-main img {
  transform: scale(1.05);
}
.equ_ul li:hover .first {
  transform: translateX(-5px);
}
.equ_ul li:hover .first img {
  transform: scale(1.05);
}
.equ_ul li:hover .last {
  transform: translateX(-5px);
}
.equ_ul li:hover .last img {
  transform: scale(1.05);
}
.equ_ul li:hover div span {
  transform: translateY(-5px);
}
.equ_ul li:nth-child(even) .pic-main {
  float: right;
}
.equ_ul li:nth-child(even) .con {
  float: right;
  margin-left: 0;
  margin-right: 30px;
}
.equ_ul li:nth-child(even) .pic {
  float: left;
}
/*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: #f1fbff;
  padding-top: 200px;
  padding-bottom: 60px;
}
.adv .adv_con .adv_con_a {
  padding-bottom: 10px;
}
.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: #0068b7;
}
.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: 736px;
}
.adv .adv_con .adv_con_1 ul li {
  margin-bottom: 40px;
}
.adv .adv_con .adv_con_1 ul li + li strong {
  width: 600px;
}
.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: 550px;
  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;
  border-top: 1px solid #45bfe8;
}
.adv .adv_tel p {
  position: absolute;
  right: 217px;
  top: 77px;
}
.adv .adv_tel p small {
  display: block;
  font-size: 16px;
  color: #666666;
}
.adv .adv_tel p b {
  display: block;
  font-size: 30px;
  color: #0068b7;
}
.adv .adv_tel a {
  display: block;
  width: 140px;
  line-height: 35px;
  background: #0068b7;
  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: #4597e1;
}
.product {
  margin: 40px 0 80px;
  overflow: hidden;
}
.product .pro-r {
  float: right;
  width: 910px;
  overflow: hidden;
}
.pro-list {
  overflow: hidden;
  width: 810px;
}
.pro-list li {
  width: 255px;
  overflow: hidden;
  float: left;
  margin: 0 22px 37px 0;
  box-sizing: border-box;
  border: 1px solid #dfdfdf;
  position: relative;
}
.pro-list li .mask {
  width: 241px;
  height: 178px;
  position: absolute;
  top: 7px;
  left: 7px;
  background: url(../images/p-mask.png);
  -moz-transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  opacity: 0;
}
.pro-list li .mask div {
  text-align: center;
  font-size: 16px;
  color: white;
  margin-top: 95px;
}
.pro-list li a {
  display: block;
}
.pro-list li a p {
  width: 255px;
  height: 192px;
  overflow: hidden;
}
.pro-list li a p img {
  width: 100%;
  height: 100%;
  -moz-transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  object-fit: cover;
  object-position: center;
}
.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 {
  transform: scale(1.1);
}
.pro-list li a:hover .mask {
  opacity: 1;
}
.pro-list li:hover {
  border: 1px solid #0068b7;
}
.sub-page .pro-list li {
  margin: 0 10px 25px 0;
}
/*company*/
.to-com {
  -moz-transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
.to-com:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
}
.company {
  border-top: 4px solid #0068b7;
}
.honor {
  width: 100%;
  height: 260px;
  background: url(../images/h-bac.png);
}
.honor .main {
  width: 1200px;
  margin: 0 auto;
}
.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: #7bb401;
}
.com-con small a:hover {
  color: #0068b7;
}
.com-con ul li {
  float: left;
}
.com-con ul li small {
  display: block;
  font-size: 16px;
  color: #7bb401;
  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: 16px;
  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;
  background: #f5f5f5;
  padding-bottom: 50px;
}
.news .news-left {
  width: 490px;
  float: left;
}
.news .news-left img {
  display: block;
}
.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: #0068b7;
  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: #0068b7;
}
.news ul li:hover div span {
  color: #fff;
}
.news ul li:hover div small {
  color: #fff;
}
/*footer*/
footer {
  background: url(../images/f-bac.png) no-repeat center;
  overflow: hidden;
  background-size: cover;
}
footer .footer_nav {
  display: flex;
  justify-content: space-between;
}
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;
  width: 910px;
  border-bottom: 1px solid #a8a8a8;
  border-top: 1px solid #A8A8A8;
  height: 145px;
}
footer .f-center img {
  position: absolute;
  right: -290px;
  top: 0px;
  z-index: 2;
}
footer .f-bottom {
  line-height: 44px;
  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 #0068b7;
}
/*sidebar*/
.sidebar {
  width: 245px;
  float: left;
}
.sidebar .s-top p {
  color: #fff;
  background: #0068b7;
}
.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 #d2d2d2;
}
.sidebar .s-top div ul {
  position: relative;
}
.sidebar .s-top div ul li {
  width: 100%;
  font-size: 15px;
  position: relative;
  -moz-transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  height: 70px;
}
.sidebar .s-top div ul li a {
  display: block;
  -moz-transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  width: 86%;
  color: #666666;
  font-weight: bold;
  height: 70px;
  border-bottom: 1px solid #e9e9e9;
  margin-left: 7%;
  line-height: 70px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
}
.sidebar .s-top div ul li a:after {
  content: '';
  background: url(../images/j-t.png);
  position: absolute;
  width: 15px;
  height: 15px;
  right: 0;
  top: 27px;
}
.sidebar .s-top div ul li:hover {
  background: #1885df;
}
.sidebar .s-top div ul li:hover a {
  color: #fff;
}
.sidebar .s-top div ul li:hover a:after {
  background: url(../images/j-t2.png);
}
.sidebar .s-top div ul li:last-child a {
  border-bottom: none;
}
.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: #0068b7;
}
.sidebar .s-top div > a {
  display: block;
  width: 140px;
  line-height: 35px;
  background: #0068b7;
  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: #4597e1;
}
.index-location {
  overflow: hidden;
  border-bottom: 1px solid #ccc;
  padding-bottom: 8px;
  margin-bottom: 25px;
}
.index-location b {
  color: #0068b7;
  font-size: 20px;
  border-left: 2px solid #0068b7;
  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: #0068b7;
  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: #0068b7;
  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: #0068b7;
  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: #0068b7;
}
.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;
}
