.main {
  width: 1200px;
  margin: 0 auto;
}

.head {
  width: 100%;
  background: #fff;
  height: 80px;
}

.hzsx {
  width: 1px;
  height: 50px;
  margin-left: 10px;
  border-left: 1px solid #dddddd;
}

.tels {
  color: rgb(255, 101, 55);
}

.hl_nav {
  background-color: #2b2b2b;
  color: #ffffff;
  height: 50px;
}

.hl_nav ul li {
  float: left;
  width: 130px;
  text-align: center;
  height: 50px;
  position: relative;
}

.hl_nav .na {
  height: 50px;
  line-height: 50px;
  color: #ffffff;
  font-size: 16px;
  display: block;
  position: relative;
  margin: 0 10px;
}

.active {
  background-color: #ff6637;
}

.hl_nav ul li:hover {
  background-color: #ff6637;
}

.hl_nav .menu-dropdown {
  text-align: left;
  background-color: #eeeeee;
  position: absolute;
  left: -5000px;
  opacity: 0;
  z-index: 100;
}

.hl_nav li:hover .menu-dropdown {
  left: 0;
  opacity: 1;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.hl_nav .menu-right:hover .menu-dropdown {
  left: auto;
  right: 0;
}

.hl_nav .menu-dropdown1 {
  width: 320px;
  padding-bottom: 10px;
}

.hl_nav .menu-dropdown2 {
  width: 480px;
  padding-bottom: 10px;
}

.hl_nav .menu-sub {
  margin: 5px 0;
}

.hl_nav .menu-sub a {
  margin: 10px 10px 0px 10px;
  width: 140px;
  display: block;
  float: left;
  text-align: center;
  background: #fff;
  height: 40px;
  line-height: 40px;
  color: #333;
}

.hl_nav .menu-sub a:hover {
  background: #ff6637;
  color: #fff;
}

.hl_nav .menu-sub li {
  white-space: nowrap;
  -webkit-transition: background-color 0.1s;
  -moz-transition: background-color 0.1s;
  -ms-transition: background-color 0.1s;
  -o-transition: background-color 0.1s;
  transition: background-color 0.1s;
}

.hl_nav .menu-sub li:hover {
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  -ms-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.search {
  float: left;
  margin-left: 40px;
  padding-top: 8px;
}
button,
input,
select {
  vertical-align: middle;
  outline: 0;
}

.search input {
  height: 30px;
  width: 186px;
  line-height: 30px;
  border: 1px solid #eee;
  text-indent: 2px;
  color: #333;
  padding-left: 10px;
  float: left;
  border-right: none;
  background: #fff;
}
.search button {
  float: left;
  width: 50px;
  background: #ff5842;
  border: none;
  height: 34px;
  cursor: pointer;
  position: relative;
  display: inline-block;
}
.search button i {
  width: 22px;
  height: 21px;
  margin: 6px 8px;
  background: url(../img/sou.png) no-repeat center;
  display: block;
}
.home .swiper-pagination-bullet-active {
  background: #fff;
  width: 30px;
  height: 12px;
}

.home .swiper-pagination-bullet {
  height: 12px;
  width: 20px;
  display: inline-block;
  border-radius: 0%;
  background: #eee;
}

.ty .title {
  text-align: center;
  font-size: 26px;
  font-weight: 400;
  color: #ff6537;
}

.ty .tit {
  display: block;
  margin: 0 auto;
  margin-top: 18px;
  width: 78px;
  height: 5px;
  background: #ff6537;
}

.hp .list li {
  width: 290px;
  float: left;
  display: block;
  margin-right: 13px;
  margin-bottom: 18px;
  margin-top: 10px;
}

.hp .list li:hover {
  transform: translateY(-5px);
}

.hp .list li:nth-child(4n) {
  margin-right: 0px;
}

.hp .list a {
  background: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  display: block;
  width: 280px;
  padding: 6px;
}

/* .hp .list a:hover {
  box-shadow: 0 0 6px #ff5842;
} */

.hp .list img {
  max-width: 100%;
  display: block;
}

.hp .list .text {
  text-align: center;
  padding: 12px;
  line-height: 26px;
}

.hp .list .text p {
  line-height: 25px;
  font-size: 16px;
  color: #333;
}

.zs1 {
  color: #ff7232;
}
.nn {
  width: 70px;
  height: 70px;

  background: linear-gradient(to right, #ff9432, #fe5a36);
  border-radius: 8px;
}

.nn .num {
  text-align: center;
  line-height: 40px;
  font-size: 40px;
  padding-top: 16px;
}

.lh40 {
  line-height: 40px;
}

.lh30 {
  line-height: 30px;
}
.lh35 {
  line-height: 35px;
}
.lh25 {
  line-height: 25px;
}

.kxx {
  border-top: 1px dashed #e5e5e5;
  margin: 20px 0px;
}

.w600 {
  width: 600px;
}

.kz .wn i {
  float: left;
  font-size: 0;
  display: inline-block;
  vertical-align: bottom;
  width: 8px;
  height: 8px;
  background-color: rgb(255, 101, 55);
  border-radius: 2px;
  margin-top: 8px;
  margin-right: 12px;
}

.kz .wn p {
  float: left;
  width: 480px;
}

.w500 {
  width: 500px;
}

.kz .ky {
  margin-left: 94px;
}
.al {
  background: url(../img/al.jpg);
}
.zs {
  background: url(../img/zs.jpg);
}
.br20 {
  border-radius: 20px;
}

.br10 {
  border-radius: 10px;
}

.br5 {
  border-radius: 5px;
}

.anli .swiper-wrapper {
  transition-timing-function: linear !important;
}

.anli .swiper-slide {
  margin-right: 20px;
}
.gszz .swiper-wrapper {
  transition-timing-function: linear !important;
}

.gszz .swiper-slide {
  margin-right: 20px;
}
.scsb .swiper-wrapper {
  transition-timing-function: linear !important;
}

.scsb .swiper-slide {
  margin-right: 20px;
}
.w650 {
  width: 650px;
}

.ab .ts2 {
  text-indent: 15px;
}
.w385 {
  width: 385px;
}
.hls li {
  float: left;
  margin-top: 20px;
  width: 570px;
  margin-right: 60px;
  padding-bottom: 20px;
  border-bottom: 1px dashed rgb(206, 204, 204);
}

.hls li:nth-child(2n) {
  margin-right: 0px;
}

.hls li a,
.news a {
  color: #000;
}

.hls li a:hover,
.news a:hover {
  color: #ff8000;
}
.news img {
  width: 200px;
  height: 130px;
}

.hls li i {
  float: left;
  font-size: 0;
  display: inline-block;
  vertical-align: bottom;
  width: 8px;
  height: 8px;
  background-color: #eaeaea;
  border-radius: 2px;
  margin-top: 3px;
  margin-right: 12px;
}
.link {
  padding-top: 15px;
  padding-bottom: 15px;
  color: #666;
}

.link a {
  color: #666;
  margin-right: 10px;
}
.foot {
  background: #101010;
  padding-top: 30px;
  padding-bottom: 20px;
}

.foot .fv {
  border-bottom: 1px solid #414040;
  padding-bottom: 20px;
}

.foot .fv li {
  float: left;
  width: 396px;
  color: #999;
  border-right: 1px solid #414040;
}

.foot .fv li:nth-child(3n) {
  border-right: none;
}

.foot .fv li a {
  width: 190px;
  color: #999;
  font-size: 16px;
  display: inline-block;
  text-align: center;
  margin-top: 20px;
}

.foot .fv li a:hover {
  color: #fff;
}
.w270 {
  width: 270px;
}

.w900 {
  width: 900px;
}

.zc .title {
  width: 100%;
  height: 40px;
  overflow: hidden;
  margin: 0 auto;
  padding-top: 5px;
  background: #f36723;
  box-sizing: border-box;
  padding-left: 15px;
}

.zc .title h3 {
  height: 30px;
  overflow: hidden;
  line-height: 30px;
  color: #fff;
  font-size: 20px;
  letter-spacing: 1px;
  padding: 0;
}

.zc .title p {
  margin-right: 5px;
}

.zc .menu {
  background: #fff;
  width: 100%;
  overflow: hidden;
  margin: 0 auto 20px;
  margin: 0 auto 0.2rem;
  padding: 20px 10px;
  padding: 0.2rem 0.1rem;
  box-sizing: border-box;
  border: 1px solid #ddd;
  border-top: 0;
}

.zc .menu .menu_li {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0 5px;
  box-sizing: border-box;
}

.zc .menu .menu_li p {
  width: 100%;
  height: 40px;
  overflow: hidden;
  line-height: 40px;
  color: #666;
  font-size: 16px;
  background-color: #f6f6f6;
  margin: 0 auto;
  padding: 0 0 0 20px;
  box-sizing: border-box;
  margin-bottom: 5px;
}

.zc .menu .menu_li > p:hover {
  background: #ff6637;
  color: #fff;
}

.zc .menu .menu_li > p > a {
  color: #444;
  display: block;
}

.zc .menu .menu_li > p:hover a {
  color: #fff;
}

.zc .menu .lx > p {
  line-height: 25px;
  color: #333;
}

.zc .menu .xw li i {
  float: left;
  font-size: 0;
  display: inline-block;
  vertical-align: bottom;
  width: 8px;
  height: 8px;
  background-color: #eaeaea;
  border-radius: 2px;
  margin-top: 2px;
  margin-right: 8px;
}

.zc .menu .xw li a {
  color: #333;
}

.zc .menu .xw li a:hover {
  color: #ff6637;
}
.yc .title {
  height: 38px;
  line-height: 38px;
  color: #333;
  border-bottom: 1px solid #ebebeb;
  position: relative;
}

.yc .title::after {
  content: "";
  width: 80px;
  height: 2px;
  background: #ff7f27;
  position: absolute;
  left: 0;
  bottom: -1px;
}

.yc .title .lypos a {
  color: #333;
}
.content {
  word-break: break-all;
}
.content p {
  color: #333;
  line-height: 25px;
  margin-bottom: 15px;
  text-align: justify;
  font-size: 16px;
}
.content p img {
  max-width: 100%;
}
.content strong {
  font-weight: bold;
}
.content hr {
  height: 1px;
  border: none;
  border-top: 1px dashed #999;
  margin-bottom: 15px;
}
.m-message {
  margin: 48px auto 0;
}

.m-message label {
  margin-bottom: 15px;
  display: block;
  font-size: 14px;
}

.m-message label span {
  width: 70px;
  height: 34px;
  line-height: 34px;
  color: #2f2f2f;
  float: left;
  font-weight: bold;
  text-align: right;
  margin-right: 30px;
  display: inline-block;
}

.m-message label input.inp,
.m-message label textarea,
.m-message label.code input {
  width: 77%;
  overflow: hidden;
  height: 32px;
  line-height: 32px;
  border: #cccccc 1px solid;
  border-radius: 3px;
  padding: 0 14px;
  box-sizing: border-box;
  color: #555;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.m-message label textarea {
  height: 72px;
  line-height: 24px;
  padding: 10px 14px;
}

.btn-1 {
  padding-left: 100px;
}

.btn-1 input {
  width: 80px;
  height: 32px;
  line-height: 32px;
  background: #e8e8e8;
  border: none;
  color: #333;
  margin-right: 22px;
  cursor: pointer;
  transition: 0.3s;
  text-align: center;
  font-size: 16px;
  margin-top: 20px;
}

.btn-1 input.focus {
  background: #0d62be;
  color: #fff;
}
.cp .list li {
  width: 290px;
  float: left;
  display: block;
  margin-right: 13px;
  margin-bottom: 18px;
  margin-top: 10px;
}
.cp .list li img,
.hp .list li img {
  width: 300px;
  height: 230px;
}
.cp .list li:hover {
  transform: translateY(-5px);
}

.cp .list li:nth-child(3n) {
  margin-right: 0px;
}

.cp .list a {
  background: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  display: block;
  width: 280px;
  padding: 6px;
}

/* .hp .list a:hover {
  box-shadow: 0 0 6px #ff5842;
} */

.cp .list img {
  max-width: 100%;
  display: block;
}

.cp .list .text {
  text-align: center;
  padding: 12px;
  line-height: 26px;
}

.cp .list .text p {
  line-height: 25px;
  font-size: 16px;
  color: #333;
}

.pages {
  height: 34px;
  padding: 20px 0;
  font-size: 14px;
  text-align: center;
}
.pages ul {
  display: inline-block;
  margin: 0 auto;
  padding: 0;
}
.pages ul li {
  float: left;
  font-family: microsoft yahei;
  margin: 0 2px;
  padding: 0 12px;
  line-height: 32px;
  background: #fff;
  border: 1px solid #d8dadf;
}
.pages ul li a {
  float: left;
  color: #555;
  display: block;
}
.pages ul li:hover {
  text-decoration: none;
  color: #fff;
  border: 1px #ff5a00 solid;
  background-color: #ff5a00;
}
.pages ul li:hover a {
  color: #fff;
}
.pages ul li:hover a:hover {
  color: #fff;
  text-decoration: none;
}
.pages ul li.cur {
  background-color: #ff5a00;
  color: #fff;
  border: 1px #ff5a00 solid;
}
.pages ul li.cur a {
  color: #fff;
}
.pages .pageinfo {
  line-height: 30px;
  padding-left: 5px;
}
.pages strong {
  font-weight: 400;
}
.article .box {
  padding: 20px;
  padding-top: 30px;
}
.article .box .tt h1 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
}
.article .box .tt span {
  color: #999;
  margin-right: 15px;
}
.article .box .next {
  margin-top: 15px;
  padding-bottom: 8px;
}
.article .box .content {
  border-top: solid 1px #f7f7f7;
  border-bottom: solid 1px #f7f7f7;
  margin: 10px 0;
  padding: 30px 0;
  word-break: break-all;
}
.article a {
  text-decoration: none;
  color: #333;
  outline: 0;
}
.fb600 {
  font-weight: 600;
}
.news li {
  padding-bottom: 10px;
  border-bottom: #eee 1px solid;
}
.full {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 1001;
}
.full li a {
  display: block;
  width: 52px;
  height: 52px;
  margin-bottom: 1px;
  position: relative;
  background: #656d71;
  z-index: 1;
  cursor: pointer;
}
.full li a:hover span,
.full li a:hover label {
  color: #242f35;
  background-color: #ffdb60 !important;
}
.full li:last-child a {
  border-bottom: 0;
}
.full li a span {
  display: block;
  width: 52px;
  height: 52px;
  position: relative;
  z-index: 100;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.full li:nth-child(2) a,
.full li:nth-child(1) a {
  z-index: 2;
}
.full li a label {
  display: block;
  width: 100px;
  white-space: nowrap;
  padding: 0 20px;
  position: absolute;
  line-height: 52px;
  color: #fff;
  z-index: -1;
  background: #000;
  bottom: 0;
  left: 100%;
  box-sizing: inherit;
  max-width: 300%;
  cursor: pointer;
}
.full li a:hover label {
  left: -120px;
  z-index: 101;
  cursor: pointer;
}
.full li a .lbl_img {
  padding: 10px;
  height: auto;
  line-height: normal;
}
.full li a span.span1 {
  background-image: url(../img/full1.png);
}
.full li a span.span2 {
  background-image: url(../img/full2.png);
}
.full li a span.span3 {
  background-image: url(../img/full3.png);
}
.full li a span.span4 {
  background-image: url(../img/full4.png);
}
