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;
  font-size: 14px;
  line-height: 38px;
  color: #939393;
  border-bottom: 1px solid #ccc;
}
.h-top small {
  font-size: 14px;
}
.h-top .wrapper > span {
  float: right;
  background: url("../images/tel.png") no-repeat left center;
  padding-left: 30px;
}
.h-top a {
  color: #939393;
}
.h-top a:hover {
  color: #0f60cc;
}
.h-top ol {
  float: right;
  margin-left: 20px;
}
.h-top ol li {
  float: left;
}
.h-top ol li span {
  padding: 0 10px;
  color: #939393;
}
nav {
  background: #fff;
}
nav::after {
  display: block;
  content: '';
  clear: both;
}
nav h1 {
  position: absolute;
  left: 0;
  top: 22px;
  z-index: 100;
}
nav ul {
  width: 935px;
  float: right;
}
nav ul li {
  float: left;
  text-align: center;
  width: 116.875px;
  font-size: 14px;
  -moz-transition: all 150ms linear;
  -webkit-transition: all 150ms linear;
  transition: all 150ms linear;
}
nav ul li a {
  color: #808080;
  -moz-transition: all 150ms linear;
  -webkit-transition: all 150ms linear;
  transition: all 150ms linear;
  display: block;
  padding: 50px 0;
}
nav ul li span {
  display: block;
}
nav ul li small {
  display: block;
}
nav ul li:hover {
  background: #0f60cc;
}
nav ul li:hover a {
  color: #fff;
}
/*main*/
/*pro-type*/
.type-title {
  text-align: center;
  position: relative;
  padding-top: 48px;
  padding-bottom: 40px;
}
.type-title strong {
  position: absolute;
  width: 100%;
  text-align: center;
  font-size: 55px;
  color: #ebebeb;
  left: 0;
  top: 38px;
}
.type-title b {
  display: block;
  font-size: 35px;
  color: #0f60cc;
  position: relative;
  z-index: 2;
}
.type-title small {
  display: block;
  background: url("../images/tbg.png") no-repeat center;
  font-size: 16px;
  color: #525252;
  position: relative;
  z-index: 2;
}
.pro-type-all {
  overflow: hidden;
  margin-bottom: 63px;
}
.pro-type-all div {
  width: 382px;
  float: left;
  border: 1px solid #ccc;
  overflow: hidden;
  border-right: 0;
  height: 446px;
  position: relative;
}
.pro-type-all div img {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  -moz-transition: all 600ms linear;
  -webkit-transition: all 600ms linear;
  transition: all 600ms linear;
}
.pro-type-all div p {
  position: absolute;
  left: 34px;
  top: 30px;
}
.pro-type-all div p b {
  display: block;
  font-size: 20px;
  color: #363636;
  -moz-transition: all 150ms linear;
  -webkit-transition: all 150ms linear;
  transition: all 150ms linear;
}
.pro-type-all div p small {
  display: block;
  font-size: 12px;
  color: #898989;
}
.pro-type-all div:hover b {
  color: #0f60cc;
}
.pro-type-all div:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}
.pro-type-all ul {
  width: 816px;
  float: right;
}
.pro-type-all ul li {
  width: 400px;
  float: left;
  height: 222px;
  position: relative;
  border: 1px solid #ccc;
  overflow: hidden;
}
.pro-type-all ul li:nth-of-type(1) p {
  left: 250px;
}
.pro-type-all ul li:nth-of-type(3) p {
  left: 34px;
  top: 30px;
}
.pro-type-all ul li:nth-of-type(4) p {
  right: 34px;
  top: 30px;
  left: inherit;
}
.pro-type-all ul li:nth-of-type(2) img {
  width: 80%;
  right: 0;
  left: inherit;
}
.pro-type-all ul li img {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  -moz-transition: all 600ms linear;
  -webkit-transition: all 600ms linear;
  transition: all 600ms linear;
}
.pro-type-all ul li p {
  position: absolute;
  left: 34px;
  top: 30px;
}
.pro-type-all ul li p b {
  display: block;
  font-size: 20px;
  color: #363636;
  -moz-transition: all 150ms linear;
  -webkit-transition: all 150ms linear;
  transition: all 150ms linear;
}
.pro-type-all ul li p small {
  display: block;
  font-size: 12px;
  color: #898989;
}
.pro-type-all ul li:hover b {
  color: #0f60cc;
}
.pro-type-all ul li:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}
.product {
  padding: 0 0 40px 0;
  overflow: hidden;
}
.sidebar {
  width: 245px;
  float: left;
}
.sidebar .s-tit {
  background: #0f60cc;
  line-height: 112px;
  text-align: center;
  color: #fff;
}
.sidebar .s-tit b {
  font-size: 24px;
}
.sidebar > small {
  display: block;
  font-size: 14px;
  color: #4a4a4a;
  margin-bottom: 45px;
  margin-top: 40px;
}
.sidebar > a {
  display: block;
  width: 100%;
  background: #eb7c08 url("../images/jt.png") no-repeat 150px center;
  line-height: 48px;
  color: #fff;
  text-indent: 25px;
  -moz-transition: all 150ms linear;
  -webkit-transition: all 150ms linear;
  transition: all 150ms linear;
}
.sidebar > a:hover {
  background: #0f60cc url("../images/jt.png") no-repeat 150px center;
}
.sidebar ul.pro-type-list {
  border: 1px solid #ccc;
  border-top: 0;
  padding: 0 20px 20px;
}
.sidebar ul.pro-type-list li {
  font-size: 14px;
  color: #494949;
  border-bottom: 1px solid #aaaaaa;
}
.sidebar ul.pro-type-list li a {
  display: block;
  padding: 20px 0;
  overflow: hidden;
}
.sidebar ul.pro-type-list li a b {
  display: block;
  width: 27px;
  height: 27px;
  background: #ff5a21;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 28px;
  float: left;
  -moz-transition: all 150ms linear;
  -webkit-transition: all 150ms linear;
  transition: all 150ms linear;
}
.sidebar ul.pro-type-list li a span {
  display: block;
  float: left;
  font-size: 16px;
  color: #7a7a7a;
  padding-left: 15px;
  padding-top: 3px;
  -moz-transition: all 150ms linear;
  -webkit-transition: all 150ms linear;
  transition: all 150ms linear;
}
.sidebar ul.pro-type-list li:hover a b {
  background: #0f60cc;
}
.sidebar ul.pro-type-list li:hover a span {
  color: #0f60cc;
}
.index-location {
  overflow: hidden;
  border-bottom: 1px solid #ccc;
  padding-bottom: 8px;
  margin-bottom: 25px;
}
.index-location b {
  color: #0f60cc;
  font-size: 20px;
  border-left: 2px solid #0f60cc;
  padding-left: 10px;
}
.index-location small {
  font-size: 16px;
  color: #afafaf;
}
.index-location a {
  float: right;
  font-size: 14px;
  color: #6f6f6f;
}
.info-right {
  width: 925px;
  float: right;
}
.info-right .pro-list {
  width: 940px;
}
.pro-list li {
  float: left;
  width: 295px;
  margin: 0 15px 25px 0;
}
.pro-list li p {
  height: 295px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.pro-list li p img {
  width: 100%;
  height: 100%;
  -moz-transition: all 150ms linear;
  -webkit-transition: all 150ms linear;
  transition: all 150ms linear;
}
.pro-list li span {
  display: block;
  font-size: 15px;
  color: #4a4a4a;
  -moz-transition: all 150ms linear;
  -webkit-transition: all 150ms linear;
  transition: all 150ms linear;
  margin-top: 10px;
}
.pro-list li:hover span {
  color: #0f60cc;
}
.pro-list li:hover img {
  transform: scale(0.95);
  -webkit-transform: scale(0.95);
}
.sidebar2 .s-tit span,
.sidebar2 .s-tit b,
.sidebar2 > small {
  color: #fff;
}
.sidebar2 .s-tit {
  border-bottom: 2px solid #fff;
}
.sidebar2 > a:hover {
  background: #eb7c08 url("../images/jt.png") no-repeat 150px center;
}
/*case*/
.case {
  background: #f0f0f2;
  padding: 0 0 75px 0;
  overflow: hidden;
}
.case .type-title strong {
  color: #d3d3d3;
}
.case .case-r {
  width: 100%;
}
.case .case-r ol {
  overflow: hidden;
  width: 1007px;
  margin: 0 auto 35px auto;
}
.case .case-r ol li {
  width: 200px;
  height: 100px;
  background: #fff;
  float: left;
  border: 1px solid #ccc;
  margin-left: -1px;
  position: relative;
}
.case .case-r ol li:after {
  display: block;
  content: '';
  width: 0;
  height: 3px;
  background: #0f60cc;
  position: absolute;
  left: 0;
  bottom: 0;
  -moz-transition: all 150ms linear;
  -webkit-transition: all 150ms linear;
  transition: all 150ms linear;
}
.case .case-r ol li:nth-of-type(1) {
  margin-left: 0;
}
.case .case-r ol li a {
  display: block;
}
.case .case-r ol li span {
  position: absolute;
  z-index: 2;
  background: #fff;
  display: block;
  left: 107px;
  top: 41px;
}
.case .case-r ol li b {
  color: #d3d3d3;
  position: absolute;
  font-size: 60px;
  font-weight: 400;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.case .case-r ol li:hover:after {
  width: 100%;
}
.case .case-r ul {
  padding-bottom: 8px;
}
.case .case-r ul li {
  padding: 10px 10px 0 10px;
  overflow: hidden;
  float: left;
}
.case .case-r ul li span {
  display: block;
  font-size: 14px;
}
.case .case-r ul li p {
  overflow: hidden;
}
.case .case-r ul li p img {
  height: 166px;
  width: 270px;
  -moz-transition: all 150ms linear;
  -webkit-transition: all 150ms linear;
  transition: all 150ms linear;
}
.case .case-r ul li:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.case .case-r ul li:hover span {
  color: #0f60cc;
}
/*adv*/
.adv {
  overflow: hidden;
  padding: 0 0 65px 0;
}
.adv .adv-con {
  position: relative;
}
.adv .adv-con:before {
  display: block;
  content: '';
  width: 167px;
  height: 174px;
  background: url("../images/cleft.jpg") no-repeat center;
  position: absolute;
  left: 0;
  top: 0;
}
.adv .adv-con:after {
  display: block;
  content: '';
  width: 167px;
  height: 171px;
  background: url("../images/cright.jpg") no-repeat center;
  position: absolute;
  right: 0;
  bottom: 0;
}
.adv .adv-con .adv-con-list {
  overflow: hidden;
  margin-bottom: 50px;
}
.adv .adv-con .adv-con-list ul {
  width: 565px;
  float: left;
}
.adv .adv-con .adv-con-list ul li {
  margin-bottom: 25px;
  position: relative;
}
.adv .adv-con .adv-con-list ul li div {
  overflow: hidden;
  margin-bottom: 25px;
}
.adv .adv-con .adv-con-list ul li div b {
  width: 62px;
  height: 62px;
  color: #fff;
  text-align: center;
  line-height: 62px;
  background: #0f60cc;
  display: block;
  float: left;
  font-size: 30px;
}
.adv .adv-con .adv-con-list ul li div p {
  float: left;
  margin-left: 15px;
  margin-top: 10px;
}
.adv .adv-con .adv-con-list ul li div p span {
  display: block;
  font-weight: bold;
  font-size: 20px;
  color: #525252;
}
.adv .adv-con .adv-con-list ul li div p small {
  font-size: 14px;
  color: #acacac;
  display: block;
}
.adv .adv-con .adv-con-list ul li > span {
  display: block;
  font-size: 16px;
  color: #696969;
  position: relative;
  padding-left: 30px;
}
.adv .adv-con .adv-con-list ul li > span:before {
  display: block;
  content: '';
  width: 10px;
  height: 10px;
  background: #ff5a21;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 5px;
}
.adv .adv-con .adv-con-list .adv-con-list-c {
  float: right;
  width: 567px;
  text-align: center;
}
.adv .adv-con .adv-con-list .adv-con-list-c p {
  margin-top: 25px;
}
.adv .adv-con .adv-con-list .adv-con-list-c p a {
  display: inline-block;
  width: 105px;
  line-height: 30px;
  background: #0f60cc;
  color: #fff;
  margin: 0 10px;
  font-size: 14px;
}
.adv .adv-con .adv-con-list .adv-con-list-c p a:hover {
  background: #ff5a21;
}
.adv .adv-con .adv-con-list .adv-con-list-c img {
  max-width: 100%;
}
/*jie*/
.jie {
  background: #0f60cc;
  padding: 80px 0 60px 0;
}
.jie p {
  color: #fff;
}
.jie p span {
  font-size: 40px;
}
.jie p small {
  font-size: 24px;
}
.jie b {
  display: block;
  width: 540px;
  height: 50px;
  line-height: 50px;
  background: #fff;
  color: #0f60cc;
  text-align: center;
  font-size: 22px;
  margin: 10px 0;
}
.jie strong {
  font-size: 22px;
  color: #fff;
  font-weight: 500;
}
.jie strong span {
  font-size: 27px;
}
.jie a {
  width: 200px;
  line-height: 40px;
  background: #ff5a21;
  color: #fff;
  text-align: center;
  display: block;
  margin-top: 15px;
  margin-left: 335px;
}
.jie img {
  position: absolute;
  right: 0;
  top: -61px;
  height: 320px;
}
/*company*/
.company {
  overflow: hidden;
  background: url("../images/combg2.jpg") no-repeat center;
  padding: 84px 0;
  position: relative;
  background-size: cover;
}
.company .company-left {
  width: 460px;
  height: 280px;
  padding: 75px;
  background: rgba(254, 89, 33, 0.81);
  color: #fff;
}
.company .company-left span {
  display: block;
  font-size: 26px;
  margin-left: -15px;
}
.company .company-left b {
  display: block;
  font-size: 30px;
  padding-top: 30px;
}
.company .company-left small {
  font-size: 18px;
  display: block;
  padding-bottom: 30px;
}
.company .company-left ul li {
  font-size: 14px;
  background: url("../images/list.png") no-repeat left center;
  padding-left: 35px;
  margin-bottom: 15px;
}
.company .company-right {
  padding: 35px;
  background: #0f60cc;
  color: #fff;
  width: 620px;
  position: absolute;
  right: 0;
  top: 72px;
}
.company .company-right b {
  font-size: 20px;
  display: block;
  margin-bottom: 25px;
}
.company .company-right small {
  display: block;
  font-size: 16px;
  line-height: 30px;
}
.company .company-right:before {
  display: block;
  content: '';
  border-left: 10px solid #ff5a21;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -5px;
}
/*news*/
.news {
  overflow: hidden;
  padding-bottom: 65px;
  margin-top: 55px;
}
.news .new-left {
  width: 790px;
  float: left;
}
.news .new-left .new-t {
  line-height: 40px;
  background: #efefef;
  position: relative;
  overflow: hidden;
  margin-bottom: 22px;
}
.news .new-left .new-t > a {
  position: absolute;
  right: 20px;
  top: 8px;
}
.news .new-left .new-t ol li {
  float: left;
  width: 120px;
  font-size: 14px;
  text-align: center;
  border-top: 2px solid transparent;
  -moz-transition: all 150ms linear;
  -webkit-transition: all 150ms linear;
  transition: all 150ms linear;
}
.news .new-left .new-t ol li:first-child {
  background: #fff;
  border-top: 2px solid #0f60cc;
}
.news .new-left .new-t ol li:hover {
  background: #fff;
  border-top: 2px solid #0f60cc;
}
.news .new-left .new-left-c {
  overflow: hidden;
}
.news .new-left .new-left-c img {
  float: left;
  width: 484px;
  height: 300px;
}
.news .new-left .new-left-c p {
  float: right;
  width: 260px;
}
.news .new-left .new-left-c p b {
  display: block;
  font-size: 22px;
  color: #0f60cc;
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
}
.news .new-left .new-left-c p small {
  font-size: 14px;
  color: #929292;
  display: block;
  margin: 15px 0;
  line-height: 30px;
}
.news .new-left .new-left-c p a {
  display: block;
  width: 122px;
  line-height: 35px;
  background: #0f60cc;
  color: #fff;
  text-align: center;
  font-size: 14px;
  float: right;
  -moz-transition: all 150ms linear;
  -webkit-transition: all 150ms linear;
  transition: all 150ms linear;
}
.news .new-left .new-left-c p a:hover {
  background: #ff5a21;
}
.news .new-left > ol li {
  width: 46%;
  float: left;
  overflow: hidden;
  line-height: 45px;
  color: #616161;
}
.news .new-left > ol li a {
  color: #616161;
  border-bottom: 1px dashed #ccc;
  display: block;
  -moz-transition: all 150ms linear;
  -webkit-transition: all 150ms linear;
  transition: all 150ms linear;
}
.news .new-left > ol li span {
  float: right;
}
.news .new-left > ol li:nth-of-type(2),
.news .new-left > ol li:nth-of-type(4) {
  float: right;
}
.news .new-left > ol li:hover a {
  color: #0f60cc;
}
.news .new-right {
  width: 365px;
  float: right;
}
.news .new-right .new-t {
  line-height: 40px;
  background: #efefef;
  position: relative;
  overflow: hidden;
  margin-bottom: 22px;
}
.news .new-right .new-t > a {
  position: absolute;
  right: 20px;
  top: 8px;
}
.news .new-right .new-t span {
  padding-left: 30px;
  display: block;
  font-size: 14px;
}
.news .new-right ul li {
  padding: 21px 0;
  border-bottom: 1px dashed #ccc;
}
.news .new-right ul li p {
  overflow: hidden;
  margin-bottom: 5px;
}
.news .new-right ul li p span {
  display: inline-block;
  width: 23px;
  height: 23px;
  text-align: center;
  line-height: 23px;
  color: #fff;
  background: #707070;
}
.news .new-right ul li p small {
  text-indent: 10px;
  display: inline-block;
}
.news .new-right ul li p + p span {
  background: #0f60cc;
}
.news .new-right ul li p + p small {
  color: #9f9f9f;
}
/*links*/
.links {
  overflow: hidden;
}
.links ul {
  overflow: hidden;
}
.links ul li {
  font-size: 14px;
  color: #989898;
  float: left;
  margin-right: 80px;
}
.links ul li a {
  color: #989898;
}
/*footer*/
#main + footer {
  margin-top: 40px;
}
footer {
  background: #0f60cc;
  padding: 40px 0;
  overflow: hidden;
  color: #fff;
}
footer .wrapper {
  position: relative;
  height: 100%;
}
footer .wrapper:before {
  display: block;
  content: '';
  width: 1px;
  background: #5d98e3;
  height: 200px;
  position: absolute;
  left: 323px;
  top: -40px;
}
footer .wrapper:after {
  display: block;
  content: '';
  width: 1px;
  background: #5d98e3;
  height: 200px;
  position: absolute;
  right: 190px;
  top: -40px;
}
footer a {
  color: #fff;
}
footer a:hover {
  color: #fff !important;
}
footer .wrapper > img {
  float: left;
  margin-top: 12px;
}
footer .f-right {
  width: 770px;
  float: right;
  position: relative;
}
footer .f-right div span {
  font-size: 14px;
  display: block;
  color: #fff;
  line-height: 40px;
}
footer .f-right > img {
  position: absolute;
  right: 0;
  top: 10px;
}
/*sidebar*/
.right .pro-list {
  width: 890px;
}
.right .pro-list li {
  width: 270px;
}
.right .pro-list li p {
  height: 270px;
  border: 1px solid #ccc;
}
.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;
}
.sbar {
  width: 240px;
  float: left;
}
.sbar .sidebar2 {
  width: 236px;
  border: 2px solid #0f60cc;
  border-radius: 10px;
  padding-bottom: 15px;
  background: #fff;
}
.sbar .sidebar2 .s-title {
  text-align: center;
  padding: 19px 0;
  color: #fff;
  background: #0f60cc;
}
.sbar .sidebar2 .s-title h3 {
  font-size: 22px;
}
.sbar .sidebar2 .s-title small {
  display: block;
  font-size: 12px;
  opacity: 0.5;
}
.sbar .sidebar2 ul {
  padding: 0 22px;
}
.sbar .sidebar2 ul li a {
  display: block;
  padding: 15px 0;
  border-bottom: 1px dashed #b6cae4;
  font-size: 14px;
  color: #999999;
  position: relative;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.sbar .sidebar2 ul li a i {
  position: absolute;
  right: 0;
  top: 50%;
  font-size: 14px;
  margin-top: -7px;
}
.sbar .sidebar2 ul li a:hover {
  color: #0f60cc;
}
.sbar .sidebar2 > a {
  display: block;
  width: 130px;
  line-height: 35px;
  font-size: 14px;
  text-align: center;
  color: #fff;
  background: #0f60cc;
  margin: 35px auto 0 auto;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.sbar .sidebar2 > a:hover {
  background: #c1c1c1;
}
.sbar .scon {
  background: #0f60cc;
  color: #fff;
  margin-top: 35px;
  padding: 0 15px;
  border-radius: 10px;
  padding-bottom: 15px;
}
.sbar .scon .s-title {
  text-align: center;
  padding: 19px 0;
  color: #fff;
  background: #0f60cc;
}
.sbar .scon .s-title h3 {
  font-size: 22px;
}
.sbar .scon .s-title small {
  display: block;
  font-size: 12px;
  opacity: 0.5;
}
.sbar .scon ul li {
  font-size: 14px;
  margin-bottom: 10px;
}
.sbar .scon img {
  display: block;
  margin-top: 25px;
}
/*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: #0f60cc;
  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 150ms linear;
  -webkit-transition: all 150ms linear;
  transition: all 150ms linear;
}
.zizhi li b {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.zizhi li img {
  display: block;
  width: 246px;
  height: 192px;
  -moz-transition: all 150ms linear;
  -webkit-transition: all 150ms linear;
  transition: all 150ms linear;
}
.zizhi li span {
  display: block;
  line-height: 40px;
  background: #ededed;
  text-align: center;
  color: #2e2e2e;
  font-size: 14px;
}
.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);
}
.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: #0f60cc;
  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: #0f60cc;
}
.sub-page .article .pro-tit {
  width: 600px;
}
.sub-page .article .pro-img {
  /* width: 400px; border: 3px solid #ccc; padding: 5px; margin-top: 20px; .swiper-container{width: 400px; margin-left: auto; margin-right: auto;} .swiper-wrapper{img{display: block;} } .gallery-thumbs{margin-top: 30px; .swiper-slide{width: 80px; opacity: 0.4; img{width: 80px; height: 80px; display: block;} } .swiper-slide-active{opacity: 1; border: 2px solid @color;} } */
}
.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;
}
