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;
  height: 30px;
  line-height: 30px;
  background: #0059ac;
  font-size: 12px;
}
.h-top small {
  float: left;
  font-size: 12px;
  color: #fff;
}
.h-top p {
  float: right;
  color: #fff;
}
.h-top p span {
  margin-right: 25px;
}
.h-top p a {
  color: #fff;
  margin-right: 10px;
  border-right: 1px dotted #a3a3a3;
  padding-right: 10px;
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 30px;
  background-size: 26px;
  font-size: 16px;
  font-weight: bold;
}
.h-top p a:nth-of-type(1){background-image:url("../images/cn.png");}
.h-top p a:nth-of-type(2){background-image:url("../images/en.png");}

.h-top p b {
  color: #f56912;
}
.logo {
  position: relative;
  z-index: 100;
  padding: 60px 0 70px;
  border-bottom: 2px solid #0059ac;
}
.logo .wrapper {
  position: relative;
}
.logo .wrapper h1 {
  position: absolute;
  width: 153px;
  height: 60px;
  left: 50%;
  top: 50%;
  margin-left: -116px;
  margin-top: -30px;
}
.logo ul li {
  float: left;
  margin-right: 42px;
  position: relative;
  height: 70px;
}
.logo ul li:hover a {
  color: #0059ac;
}
.logo ul li:hover div {
  transform: translateY(0);
  opacity: 1;
}
.logo ul li.li_left {
  margin-left: 230px;
}
.logo ul li div {
  position: absolute;
  left: -11px;
  top: 30px;
  width: 120px;
  text-align: center;
  opacity: 0;
  transform: translateY(50px);
  -moz-transition: all 150ms linear;
  -webkit-transition: all 150ms linear;
  transition: all 150ms linear;
}
.logo ul li div:after {
  display: block;
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: -8px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #e3e3e3;
}
.logo ul li div a {
  display: block;
  height: 44px;
  line-height: 44px;
  background: #e3e3e3;
  -moz-transition: all 150ms linear;
  -webkit-transition: all 150ms linear;
  transition: all 150ms linear;
}
.logo ul li div a:hover {
  background: #0059ac;
  color: #fff;
}
.logo ul li a {
  font-size: 14px;
  color: #666666;
}
.logo ul li a span {
  display: block;
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 24px;
}
.logo ul li:nth-of-type(1) a span {
  background-image: url("../images/n1.png");
}
.logo ul li:nth-of-type(2) a span {
  background-image: url("../images/n2.png");
}
.logo ul li:nth-of-type(3) a span {
  background-image: url("../images/n3.png");
}
.logo ul li:nth-of-type(4) a span {
  background-image: url("../images/n4.png");
}
.logo ul li:nth-of-type(5) a span {
  background-image: url("../images/n5.png");
}
.logo ul li:nth-of-type(6) a span {
  background-image: url("../images/n6.png");
}
.logo ul li:nth-of-type(7) a span {
  background-image: url("../images/n7.png");
}
.logo ul li:nth-of-type(8) a span {
  background-image: url("../images/n8.png");
}
/************************main************************/
/*company*/
.main_title {
  text-align: center;
  background: url("../images/mbg.png") no-repeat center;
  padding: 60px 0 52px;
}
.main_title b {
  font-size: 27px;
  color: #0059ac;
  display: block;
  margin-bottom: 15px;
}
.main_title b span {
  color: #f56912;
}
.main_title small {
  display: block;
  font-size: 12px;
  color: #666666;
  margin-bottom: 5px;
}
.company {
  overflow: hidden;
  padding-bottom: 65px;
  background: url("../images/combg.jpg") no-repeat center;
}
.company .company_left {
  width: 660px;
  float: left;
}
.company .company_left h3 {
  font-size: 26px;
  color: #0059ac;
  letter-spacing: 0px;
}
.company .company_left > span {
  display: block;
  font-size: 12px;
  color: #afafaf;
}
.company .company_left > small {
  display: block;
  margin: 20px 0;
  font-size: 14px;
  line-height: 30px;
  color: #5d5d5d;
}
.company .company_left > b {
  display: block;
  font-size: 16px;
  color: #525252;
  margin-bottom: 10px;
}
.company .company_left > a {
  display: block;
  margin-top: 15px;
  width: 130px;
  line-height: 32px;
  background: #f56912;
  color: #fff;
  text-align: center;
  -moz-transition: all 150ms linear;
  -webkit-transition: all 150ms linear;
  transition: all 150ms linear;
}
.company .company_left > a:hover {
  background: #0059ac;
}
.company .company_right {
  width: 480px;
  float: right;
}
.company .company_right img {
  display: block;
}
/*product*/
.main-title {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 40px;
}
.main-title p {
  font-size: 36px;
}
.main-title p span {
  color: #282828;
}
.main-title p b {
  color: #0059ac;
}
.main-title p small {
  display: block;
  font-size: 16px;
  color: #3a3a3a;
  background: url("../images/tbg.png") no-repeat center top;
  padding-top: 20px;
  margin-top: 20px;
}
.main-title2 p span {
  color: #fff;
}
.main-title2 p small {
  color: #fff;
}
.product {
  background: url("../images/mbg.jpg");
  overflow: hidden;
  padding-bottom: 45px;
}
/*sidebar*/
.sidebar {
  width: 280px;
  float: left;
  overflow: hidden;
  background: #0059ac;
  padding: 5px;
}
.sidebar .s-tit {
  background: #0059ac url("../images/sbg.jpg") no-repeat center;
  padding: 28px 0;
  text-align: center;
}
.sidebar .s-tit b {
  display: block;
  color: #fff;
  font-size: 24px;
}
.sidebar .s-tit small {
  font-size: 12px;
  color: #fff;
}
.sidebar ul {
  background: #fff;
  margin-top: 3px;
  padding: 0 15px;
  padding-bottom: 10px;
}
.sidebar ul li a {
  display: block;
  position: relative;
  border-bottom: 1px dashed #ccc;
  padding: 15px 0;
  font-size: 15px;
}
.sidebar ul li a span {
  position: relative;
  z-index: 2;
  color: #4f4f4f;
  -moz-transition: all 150ms linear;
  -webkit-transition: all 150ms linear;
  transition: all 150ms linear;
  padding-right: 22px;
  display: block;
}
.sidebar ul li a b {
  width: 16px;
  height: 16px;
  background: #999999;
  border-radius: 50%;
  position: absolute;
  display: block;
  right: 6px;
  top: 50%;
  margin-top: -8px;
  -moz-transition: all 150ms linear;
  -webkit-transition: all 150ms linear;
  transition: all 150ms linear;
}
.sidebar ul li a b:after {
  border-left: 4px solid #fff;
  border-bottom: 4px solid transparent;
  border-top: 4px solid transparent;
  display: block;
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -1px;
  margin-top: -4px;
}
.sidebar ul li a:hover span,
.sidebar ul li a.act span {
  color: #0059ac;
  font-weight: bold;
}
.sidebar ul li a:hover b,
.sidebar ul li a.act b {
  background: #0059ac;
}
.sidebar ul .sb_last a {
  display: block;
  width: 100%;
  line-height: 35px;
  background: #0059ac;
  color: #fff;
  text-align: center;
  padding: 0;
  margin: 10px 0 0 0;
  border-bottom: 0;
  -moz-transition: all 150ms linear;
  -webkit-transition: all 150ms linear;
  transition: all 150ms linear;
}
.sidebar ul .sb_last a:hover {
  background: #f56912;
}
.info-right {
  width: 875px;
  float: right;
}
.pro-list li {
  width: 260px;
  float: left;
  margin-right: 25px;
  margin-bottom: 25px;
  height: 236px;
  overflow: hidden;
}
.pro-list li:hover span {
  background: #0059ac;
  color: #fff;
}
.pro-list li:hover b {
  opacity: 1;
}
.pro-list li p {
  height: 188px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  background: #fff;
  border: 1px solid #ccc;
  position: relative;
  width: 265px;
}
.pro-list li p img {
  max-width: 100%;
  display: block;
  -moz-transition: all 150ms linear;
  -webkit-transition: all 150ms linear;
  transition: all 150ms linear;
  margin: 0 auto;
  max-height: 100%;
}
.pro-list li p b {
  background: rgba(0, 0, 0, 0.54) url("../images/sch.png") no-repeat center;
  width: 265px;
  height: 188px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -moz-transition: all 150ms linear;
  -webkit-transition: all 150ms linear;
  transition: all 150ms linear;
}
.pro-list li span {
  display: block;
  text-align: center;
  -moz-transition: all 150ms linear;
  -webkit-transition: all 150ms linear;
  transition: all 150ms linear;
  background: #eeeeee;
  font-size: 14px;
  color: #666666;
  line-height: 38px;
  height: 38px;
  overflow: hidden;
  margin-top: 5px;
}
/*adv*/
.adv {
  background: url("../images/about.jpg") no-repeat center;
  overflow: hidden;
  background-size: cover;
  padding-bottom: 100px;
}
.adv ul {
  box-shadow: 0 2px 50px #464646;
}
.adv ul::after {
  display: block;
  content: '';
  clear: both;
}
.adv ul li {
  width: 20%;
  position: relative;
  float: left;
}
.adv ul li img {
  display: block;
}
.adv ul li p {
  background: #fff;
  text-align: center;
  height: 193px;
  padding-top: 35px;
  -moz-transition: all 150ms linear;
  -webkit-transition: all 150ms linear;
  transition: all 150ms linear;
  position: relative;
  z-index: 10;
}
.adv ul li p b {
  display: block;
  font-size: 30px;
  color: #373737;
  background: url("../images/tbg2.png") no-repeat center;
  -moz-transition: all 150ms linear;
  -webkit-transition: all 150ms linear;
  transition: all 150ms linear;
}
.adv ul li p strong {
  display: block;
  font-size: 15px;
  color: #373737;
  margin-bottom: 10px;
  -moz-transition: all 150ms linear;
  -webkit-transition: all 150ms linear;
  transition: all 150ms linear;
}
.adv ul li p small {
  display: block;
  font-size: 14px;
  color: #969696;
  padding: 0 9px;
  -moz-transition: all 150ms linear;
  -webkit-transition: all 150ms linear;
  transition: all 150ms linear;
}
.adv ul li p img {
  position: absolute;
  left: 50%;
  bottom: -40px;
  width: 32px;
  margin-left: -16px;
  opacity: 0;
  -moz-transition: all 150ms linear;
  -webkit-transition: all 150ms linear;
  transition: all 150ms linear;
}
.adv ul li:hover p {
  height: 243px;
  margin-top: -50px;
  background: #0059ac;
}
.adv ul li:hover p b {
  color: #fff;
  background: url("../images/tbg.png") no-repeat center;
}
.adv ul li:hover p strong {
  color: #fff;
}
.adv ul li:hover p small {
  color: #fff;
}
.adv ul li:hover p img {
  opacity: 1;
  bottom: -20px;
}
/*case*/
.case {
  background: url("../images/mbg.jpg");
  overflow: hidden;
  padding-bottom: 45px;
}
.case .case_con {
  box-shadow: 0 5px 10px #ccc;
  padding: 25px;
  overflow: hidden;
  background: #fff;
}
.case .case_con_t {
  overflow: hidden;
}
.case .case_con_t img {
  float: left;
  width: 395px;
}
.case .case_con_t div {
  float: right;
  width: 700px;
  margin-right: 25px;
  margin-top: 45px;
}
.case .case_con_t div b {
  display: block;
  font-size: 18px;
  color: #0059ac;
  margin-bottom: 15px;
}
.case .case_con_t div small {
  display: block;
  font-size: 14px;
  color: #525253;
  line-height: 30px;
}
.case .case_con_t div p {
  float: right;
  margin-top: 25px;
}
.case .case_con_t div p a {
  display: inline-block;
  width: 44px;
  height: 44px;
  border: 1px solid #ccc;
  text-align: center;
  line-height: 44px;
  -moz-transition: all 150ms linear;
  -webkit-transition: all 150ms linear;
  transition: all 150ms linear;
  cursor: pointer;
  overflow: hidden;
}
.case .case_con_t div p a:hover {
  background: #f56912;
  color: #fff;
}
.case .case_con_t div p a:first-child {
  transform: rotateZ(180deg);
  line-height: 38px;
}
.case .case_con_b {
  overflow: hidden;
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px solid #ccc;
}
.case .case_con_b ul li {
  float: left;
  margin: 0 4px;
  overflow: hidden;
  width: 280px;
  height: 196px;
}
.case .case_con_b ul li img {
  -moz-transition: all 150ms linear;
  -webkit-transition: all 150ms linear;
  transition: all 150ms linear;
  width: 100%;
  height: 100%;
}
.case .case_con_b ul li:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
/*honor*/
.honor {
  background: url("../images/casebg.jpg") no-repeat center;
  padding: 65px 0;
}
.honor p {
  text-align: center;
  margin-bottom: 50px;
}
.honor p a {
  width: 153px;
  height: 45px;
  display: inline-block;
  background: #fff;
  color: #0059ac;
  margin: 0 10px;
  border-radius: 15px;
  line-height: 45px;
  -moz-transition: all 150ms linear;
  -webkit-transition: all 150ms linear;
  transition: all 150ms linear;
}
.honor p a:hover {
  background: #f56912;
  color: #fff;
}
.honor ul {
  overflow: hidden;
}
.honor ul li {
  width: 400px;
  height: 310px;
  float: left;
  background: #000;
}
.honor ul li img {
  opacity: 1;
  -moz-transition: all 150ms linear;
  -webkit-transition: all 150ms linear;
  transition: all 150ms linear;
}
.honor ul li:hover img {
  opacity: 0.6;
}
/*news*/
.news {
  overflow: hidden;
  padding-bottom: 45px;
}
.news .new_left {
  width: 408px;
  float: left;
}
.news .new_left strong {
  display: block;
  font-size: 20px;
  color: #999999;
  font-weight: 400;
}
.news .new_left b {
  display: block;
  color: #333333;
  font-size: 16px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.news .new_left small {
  display: block;
  font-size: 14px;
  color: #666666;
  margin-bottom: 10px;
}
.news .new_left a {
  display: block;
  width: 240px;
  line-height: 35px;
  height: 35px;
  text-align: center;
  background: #0059ac;
  -moz-transition: all 150ms linear;
  -webkit-transition: all 150ms linear;
  transition: all 150ms linear;
  color: #fff;
  font-size: 14px;
  margin-top: 18px;
}
.news .new_left a:hover {
  background: #f56912;
}
.news .news_right {
  width: 600px;
  float: right;
}
.news .news_right ul li {
  margin-bottom: 23px;
}
.news .news_right ul li a {
  display: block;
  position: relative;
}
.news .news_right ul li a strong {
  position: absolute;
  right: 0;
  top: 0;
  background: url("../images/jt.png") no-repeat center bottom;
  padding-bottom: 28px;
  margin-top: 10px;
  -moz-transition: all 150ms linear;
  -webkit-transition: all 150ms linear;
  transition: all 150ms linear;
  color: #999999;
}
.news .news_right ul li a b {
  display: block;
  font-size: 14px;
  color: #666666;
  position: relative;
  width: 508px;
  margin-bottom: 15px;
  -moz-transition: all 150ms linear;
  -webkit-transition: all 150ms linear;
  transition: all 150ms linear;
}
.news .news_right ul li a small {
  display: block;
  font-size: 14px;
  color: #999999;
  line-height: 25px;
  width: 508px;
  -moz-transition: all 150ms linear;
  -webkit-transition: all 150ms linear;
  transition: all 150ms linear;
}
.news .news_right ul li a:hover strong {
  background: url("../images/jt2.png") no-repeat center bottom;
  color: #0059ac;
}
.news .news_right ul li a:hover b {
  color: #0059ac;
}
.news .news_right ul li a:hover small {
  color: #0059ac;
}
/*contact*/
.con_logo {
  overflow: hidden;
}
.con_logo h1 {
  float: left;
  margin-bottom: 35px;
}
.con_logo h1 small {
  display: block;
  font-size: 16px;
  color: #666666;
}
.con_logo ul {
  width: 742px;
  float: right;
}
.con_logo ul li {
  float: left;
  padding: 10px 40px;
  border-left: 1px solid #ccc;
}
.con_logo ul li small {
  font-size: 14px;
  color: #666666;
  display: block;
  margin-bottom: 10px;
}
.con_logo2 {
  margin-top: 38px;
}
.con_logo2 h1 {
  width: 188px;
}
.con_logo2 h1 img {
  max-width: 100%;
}
.con_logo2 h1 small {
  font-size: 13px;
}
.con_logo2 ul {
  width: auto;
}
.con_logo2 ul li {
  float: left;
  padding: 10px 24px;
  border-left: 1px solid #ccc;
}
.contact {
  background: url("../images/conbg.jpg") no-repeat center;
  overflow: hidden;
  background-size: cover;
}
.contact .con_ewm {
  position: relative;
  padding-bottom: 105px;
}
.contact .con_ewm .con_ewm_left {
  float: left;
}
.contact .con_ewm textarea {
  width: 540px;
  float: left;
  margin-left: 18px;
  height: 167px;
  background: #e4e4e4;
  border: 0;
}
.contact .con_ewm input[type=text] {
  width: 440px;
  line-height: 44px;
  background: #e4e4e4;
  display: block;
  height: 44px;
  border: 0;
  margin-bottom: 16px;
  text-indent: 10px;
}
.contact .con_ewm img {
  position: absolute;
  right: 0;
  top: 0;
}
.contact .con_ewm button {
  display: block;
  width: 240px;
  line-height: 35px;
  height: 35px;
  text-align: center;
  background: #0059ac;
  -moz-transition: all 150ms linear;
  -webkit-transition: all 150ms linear;
  transition: all 150ms linear;
  color: #fff;
  font-size: 14px;
  position: absolute;
  right: 500px;
  bottom: 51px;
  font-family: "microsoft yahei";
}
.contact .con_ewm button:hover {
  background: #f56912;
}
/*footer*/
footer {
  background: #0059ac;
}
footer ul {
  border-bottom: 1px dashed rgba(204, 204, 204, 0.66);
  overflow: hidden;
  font-size: 14px;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}
footer ul li {
  float: left;
  line-height: 54px;
}
footer ul li a {
  color: #fff;
}
footer .f_login {
  line-height: 37px;
  font-size: 12px;
  opacity: 0.5;
  color: #fff;
}
footer .f_login a {
  color: #fff;
}
footer .f_login span {
  float: right;
}
/*sidebar*/
.s_b_con {
  background: #fff;
  padding: 20px;
}
.s_b_con li {
  font-size: 14px;
  margin-bottom: 5px;
}
button {
  outline: none;
}
.sub-page .sidebar {
  width: 270px;
}
.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: #0059ac;
  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: 184px;
  -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: #0059ac;
  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: #0059ac;
}
.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: #e79934;
  border-radius: 4px;
  width: 250px;
}
.sub-page .article .pro-text a.hs:hover {
  background: #c07c2f;
}
.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: #e79934;
  color: #fff;
}
.sub-page .article .content {
  font-size: 15px;
  line-height: 30px;
  color: #333;
}
.sub-page .article .content img {
  max-width: 860px;
}
.sub-page .article .content table {
  width: 100%;
  text-align: left;
}
.sub-page .article .content table td{text-indent: 10px;}
/*Ã¥Å½â€ Ã§Â»Æ’*/
.linian,
.list-paddingleft-2 {
  background: #f5f5f5;
  border: 5px solid #d5cfcf;
  padding: 80px 120px;
  font-family: "Microsoft YaHei";
}
.linian ul,
.list-paddingleft-2 ul {
  list-style: none;
}
.linian li,
.list-paddingleft-2 li {
  height: 60px;
  width: 100%;
  margin-bottom: 25px;
}
.linian li p.p_1,
.list-paddingleft-2 li p.p_1 {
  text-indent: 47px;
}
.linian li p.p_2,
.list-paddingleft-2 li p.p_2 {
  text-indent: 245px;
}
.linian li p.p_3,
.list-paddingleft-2 li p.p_3 {
  text-indent: 335px;
}
.linian li p.ptitle,
.list-paddingleft-2 li p.ptitle {
  font-size: 20px;
  display: block;
  font-weight: bold;
  text-align: left;
}
strong {
  color: #db3620;
}
.linian li p.pnr,
.list-paddingleft-2 p.pnr {
  display: block;
  width: 100%;
  font-weight: bold;
  font-size: 10px;
  color: #000;
  text-align: left;
  margin: 5px 0 0 0;
}
/*Ã¥ÂË†Ã¤Â½Å“Ã¤Â¼â„¢Ã¤Â¼Â´*/
.shi_ul {
  width: 950px;
}
.shi_ul li {
  float: left;
  width: 196px;
  height: 147px;
  background: #fff;
  border: 1px solid #ccc;
  position: relative;
  margin: 0 10px 15px 10px;
}
.shi_ul li img {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
