﻿@charset "utf-8";
*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  font-style: normal;
  list-style: none;
}
html,
body {
  width: 100%;
  height: 100%;
}
body {
  font-size: 16px;
  line-height: 1.6;
  color: #666;
  font-family: 'Noto Sans SC', 'Source Han Sans', 'OPPO Sans', 'Roboto', 'MiSans', 'HarmonyOS Sans', '思源黑体', sans-serif;
  min-width: 1240px;
}
a {
  color: #666;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.5s;
}
a:active {
  outline: 0;
}
a:hover {
  outline: 0;
  color: #2190d9;
  text-decoration: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
em,
i {
  font-style: normal;
}
img {
  vertical-align: middle;
}
input,
select,
textarea {
  font-family: "Microsoft YaHei", "simsun", "Helvetica Neue", Arial, Helvetica, sans-serif;
}
textarea {
  overflow: auto;
}
input:focus,
textarea:focus,
button:focus,
select:focus {
  outline: 0;
}
input::-ms-clear {
  display: none;
}
@font-face {
  font-family: 'deckerregular';
  src: url('../fonts/decker-webfont.eot');
  src: url('../fonts/decker-webfont.eot') format('embedded-opentype'), url('../fonts/decker-webfont.woff2') format('woff2'), url('../fonts/decker-webfont.woff') format('woff'), url('../fonts/decker-webfont.ttf') format('truetype'), url('../fonts/decker-webfont.svg#deckerregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.clearfix,
.clear:after,
section:after {
  width: 100%;
  clear: both;
  line-height: 0;
  display: block;
  overflow: hidden;
  zoom: 1;
  font-size: 0;
  content: '.';
}
/* all */
section {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  padding: 0 20px;
}
/* header */
header > section:before {
  content: "";
  background: #1c7cb9;
  height: 171px;
  width: 100%;
  position: absolute;
  right: 100%;
  top: 0px;
}
header .logo {
  position: absolute;
  left: 0px;
  top: 0px;
  background: #1c7cb9;
  width: 200px;
  height: 154px;
  padding: 17px 0 0 0;
  z-index: 1;
}
header .logo img {
  width: 180px;
  height: 130px;
}
header .webdesc {
  padding: 30px 0 0 238px;
  height: 80px;
  float: left;
  color: #1c7cb9;
  font-size: 16px;
}
header .webdesc b {
  font-size: 20px;
  display: block;
  overflow: hidden;
}
header .tel {
  float: right;
  color: #0dbc57;
  padding: 30px 0 0 0;
  line-height: 1.4;
}
header .tel em {
  display: block;
  overflow: hidden;
  background: url(../images/icon_toptel.png) left center no-repeat;
  padding-left: 24px;
  letter-spacing: 4px;
}
header .tel span {
  font-size: 30px;
  font-family: 'deckerregular';
}
header nav {
  border-top: 1px solid #ddd;
  height: 60px;
  line-height: 60px;
}
header nav ul {
  padding: 0 40px 0 240px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
header nav ul li {
  float: left;
}
header nav ul li a {
  display: block;
  overflow: hidden;
  font-size: 16px;
  color: #333;
}
header nav ul li.on a {
  font-weight: bold;
  color: #1c7cb9;
}

/* banner */
.banner {
  width: 100%;
  height: 600px;
  overflow: hidden;
  position: relative;
}
.banner .pic li {
  height: 600px;
  background-repeat: no-repeat;
  background-position: center top;
  width: 100%;
}
.banner .pic li a{
  display: block;
  height: 100%;
  width: 100%;
}
.banner .pic li .box {
  background: #fff;
  width: 682px;
  height: 298px;
  margin: 170px auto 0 auto;
  text-align: center;
  font-size: 16px;
}
.banner .pic li .box .bt {
  font-size: 60px;
  padding: 35px 0 0 0;
  font-family: "simsun";
}
.banner .pic li .box .bt span {
  color: #1c7cb9;
  font-weight: bold;
}
.banner .pic li .box .info {
  line-height: 26px;
  height: 52px;
  overflow: hidden;
  margin: 5px 0 32px 0;
}
.banner .pic li .box a {
  display: inline-block;
  line-height: 46px;
  padding: 0 24px;
  background: #1c7cb9;
  color: #fff;
}
.banner .pic li .box a:hover {
  background: #155e8d;
}
.banner .num {
  position: absolute;
  left: 0px;
  bottom: 25px;
  width: 100%;
  text-align: center;
}
.banner .num li {
  display: inline-block;
  margin: 0 5px;
  width: 20px;
  height: 4px;
  cursor: pointer;
  transition: all 0.5s;
  background: #fff;
  opacity: 0.5;
}
.banner .num li.on {
  width: 60px;
  opacity: 1;
}
/* bannernei */
.bannernei {
  width: 100%;
  height: 400px;
  overflow: hidden;
  position: relative;
  background-repeat: no-repeat;
  background-position: center top;
}
.bannernei a{
  display: block;
  width: 100%;
  height: 100%;
}
.bannernei .box {
  background: #fff;
  width: 682px;
  height: 225px;
  margin: 90px auto 0 auto;
  text-align: center;
  font-size: 16px;
}
.bannernei .box .bt {
  font-size: 60px;
  padding: 30px 0 0 0;
  font-family: "simsun";
}
.bannernei .box .bt span {
  color: #1c7cb9;
  font-weight: bold;
}
.bannernei .box .info {
  line-height: 26px;
  height: 52px;
  overflow: hidden;
  margin: 5px 0 32px 0;
}
/* tan_video */
.tan_video {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}
.tan_video .box {
  position: absolute;
  width: 800px;
  height: 500px;
  left: 50%;
  top: 50%;
  margin: -250px 0 0 -400px;
  background: rgba(255, 255, 255, 0.5);
  padding: 15px;
  border-radius: 5px;
  box-shadow: 0 0 20px #ccc;
}
.tan_video .box .video {
  background: #fff url(../images/loading.gif) center center no-repeat;
  overflow: hidden;
}
.tan_video .box .video iframe {
  width: 100%;
  height: 500px;
}
.tan_video .box .close {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  position: absolute;
  right: -18px;
  top: -18px;
  background: #fff;
  cursor: pointer;
  box-shadow: 0 0 5px #ccc;
  transition: all 0.5s;
}
.tan_video .box .close:before,
.tan_video .box .close:after {
  width: 18px;
  height: 1px;
  background: #666;
  position: absolute;
  left: 9px;
  top: 17px;
  content: "";
  transform: rotate(45deg);
  transition: all 0.5s;
}
.tan_video .box .close:before {
  transform: rotate(45deg);
}
.tan_video .box .close:after {
  transform: rotate(-45deg);
}
.tan_video .box .close:hover {
  background: #2190d9;
}
.tan_video .box .close:hover:before,
.tan_video .box .close:hover:after {
  background: #fff;
}
.tan_video .box .close:hover:before {
  transform: rotate(315deg);
}
.tan_video .box .close:hover:after {
  transform: rotate(225deg);
}
/* all */
.web_box {
  width: 100%;
  overflow: hidden;
  padding: 60px 0;
}
.web_hbj {
  background: #f5f5f5;
}
.web_tit {
  overflow: hidden;
  text-align: center;
  line-height: 1;
  padding: 0 0 38px 0;
}
.web_tit span {
  font-size: 30px;
  color: #333;
}
.web_tit .small {
  font-size: 24px;
}
.web_tit i {
  display: block;
  overflow: hidden;
  background: url(../images/icon_webtit.png) center center no-repeat;
  height: 5px;
  margin: 10px 0 15px 0;
}
.web_tit .xian {
  width: 60px;
  height: 1px;
  background: #2190d9;
  margin: 20px auto 0 auto;
}
.web_tit em {
  color: #999;
  letter-spacing: 6px;
  font-weight: 'Arial';
  text-transform: uppercase;
}
.web_tit em.cn {
  letter-spacing: 0px;
}
.web_more {
  width: 168px;
  line-height: 46px;
  margin: 0 auto;
  display: block;
  overflow: hidden;
  color: #fff;
  background: #2190d9;
  border-radius: 46px;
  text-align: center;
}
.web_more:hover {
  background: #1a73ad;
  color: #fff;
}
.web_telzx {
  width: 400px;
  height: 44px;
  line-height: 44px;
  border: 1px solid #2190d9;
  color: #2190d9;
  text-align: center;
  overflow: hidden;
  font-size: 16px;
  margin: 0 auto;
}
.web_telzx span {
  display: block;
  overflow: hidden;
  float: left;
  width: 255px;
}
.web_telzx em {
  font-size: 18px;
}
.web_telzx a {
  float: right;
  display: block;
  overflow: hidden;
  width: 145px;
  background: #2190d9;
  color: #fff;
}
.catelist {
  border-bottom: 1px solid #dcdcdc;
  height: 60px;
  line-height: 60px;
  text-align: center;
}
.catelist ul {
  display: inline-block;
  float: right;
}
.catelist ul li {
  float: left;
}
.catelist ul li a {
  display: block;
  overflow: hidden;
  font-size: 18px;
  padding-left: 64px;
}
.catelist ul li.on a {
  color: #2190d9;
}
.position {
  padding: 30px 0 25px 0;
  overflow: hidden;
}
.page {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 50px 0 0 0;
}
.page a {
  margin: 0 7px;
}
.page  a {
  display: block;
  overflow: hidden;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  border: 1px solid #ddd;
  background-repeat: no-repeat;
  background-position: center center;
  color: #999;
  font-family: 'Arial';
}
.page  a:hover {
  border: 1px solid #2190d9;
  color: #2190d9;
}
.page .active{
  border: 1px solid #2190d9;
  background: #2190d9;
  color: #fff;
}
.page .prev {
  background-image: url(../images/icon_pageleft1.png);
  text-indent: -9999px;
}
.page .prev:hover {
  background-image: url(../images/icon_pageleft2.png);
}
.page .next {
  background-image: url(../images/icon_pageright1.png);
  text-indent: -9999px;
}
.page .next :hover {
  background-image: url(../images/icon_pageright2.png);
}
/* in_service */
.in_service li {
  width: 290px;
  height: 380px;
  float: left;
  margin-left: 20px;
  position: relative;
  overflow: hidden;
}
.in_service li img {
  width: 100%;
  height: 380px;
  transition: all 0.5s;
}
.in_service li .fd {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
  transition: all 0.5s;
}
.in_service li .fd i {
  display: block;
  overflow: hidden;
  margin: 240px auto 0 auto;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 0.5s;
}
.in_service li .fd .tb1 {
  background-image: url(../images/icon_ins1.png);
}
.in_service li .fd .tb2 {
  background-image: url(../images/icon_ins2.png);
}
.in_service li .fd .tb3 {
  background-image: url(../images/icon_ins3.png);
}
.in_service li .fd span {
  display: block;
  overflow: hidden;
  font-size: 20px;
  margin: 15px 0 0 0;
}
.in_service li .fd span:after {
  background: url(../images/icon_insbl.png) center center no-repeat;
  content: "";
  display: block;
  overflow: hidden;
  height: 6px;
  margin: 10px 0 20px 0;
  opacity: 0;
  transition: all 0.5s;
}
.in_service li .fd p {
  line-height: 20px;
  height: 40px;
  display: block;
  overflow: hidden;
  width: 74%;
  margin: 0 auto;
  opacity: 0;
  transition: all 1s;
}
.in_service li .fd a {
  display: block;
  overflow: hidden;
  background: url(../images/icon_insjt.png) center center no-repeat;
  text-indent: -9999px;
  width: 100px;
  height: 32px;
  margin: 40px auto 0 auto;
  border: 1px solid transparent;
  border-radius: 4px;
  opacity: 0;
  transition: all 1s;
}
.in_service li .fd a:hover {
  border: 1px solid #fff;
}
.in_service li:hover img {
  transform: scale(1.1);
}
.in_service li:hover .fd {
  background: rgba(33, 144, 217, 0.95);
}
.in_service li:hover .fd i {
  margin-top: 75px;
}
.in_service li:hover .fd span:after {
  opacity: 1;
}
.in_service li:hover .fd p {
  opacity: 1;
}
.in_service li:hover .fd a {
  opacity: 1;
}
.in_service li.first {
  margin-left: 0;
  width: 580px;
}
/* in_six */
.in_six {
  margin: -15px -15px 25px -15px;
  overflow: hidden;
  position: relative;
}
.in_six li {
  margin: 15px;
  overflow: hidden;
  border: 1px solid #ddd;
  width: 378px;
  height: 240px;
  float: left;
  background: #fff;
  position: relative;
}
.in_six li img {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: none;
}
.in_six li .box {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  z-index: 1;
  padding: 0 29px;
}
.in_six li .box .bt {
  border-bottom: 1px solid #ddd;
  overflow: hidden;
  height: 87px;
  line-height: 100px;
  text-align: center;
}
.in_six li .box .bt span {
  font-size: 36px;
  font-family: "simsun";
  float: left;
  color: #333;
}
.in_six li .box .bt em {
  font-weight: 'Arial';
  color: #999;
  float: left;
  padding: 9px 0 0 12px;
  text-transform: uppercase;
}
.in_six li .box .bt i {
  float: right;
  color: #06c;
  font-size: 36px;
  font-family: 'deckerregular';
}
.in_six li .box .info {
  line-height: 24px;
  height: 96px;
  overflow: hidden;
  margin: 20px 0 0 0;
}
.in_six li:hover img {
  display: block;
}
.in_six li:hover .box {
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
}
.in_six li:hover .box .bt span {
  color: #fff;
  float: none;
}
.in_six li:hover .box .bt em {
  display: none;
}
.in_six li:hover .box .bt i {
  display: none;
}
/* in_case */
.in_case {
  margin-bottom: 40px;
}
.in_case .swiper-slide {
  overflow: hidden;
}
.in_case .swiper-slide img {
  width: 100%;
  height: auto;
  transition: all 0.5s;
}
.in_case .swiper-slide .fd {
  position: absolute;
  left: 0px;
  bottom: 0px;
  right: 0px;
  height: 60px;
  background: rgba(0, 0, 0, 0.5);
  padding: 0 10%;
  transition: all 0.5s;
  text-align: center;
  color: #fff;
}
.in_case .swiper-slide .fd span {
  font-size: 16px;
  display: block;
  overflow: hidden;
  line-height: 60px;
  transition: all 0.5s;
}
.in_case .swiper-slide .fd i {
  display: block;
  overflow: hidden;
  background: url(../images/icon_incclose.png) center center no-repeat;
  height: 10px;
}
.in_case .swiper-slide .fd p {
  line-height: 24px;
  height: 48px;
  display: block;
  overflow: hidden;
  margin: 20px 0 40px 0;
  opacity: 0;
  transition: all 1s;
}
.in_case .swiper-slide .fd a {
  display: block;
  overflow: hidden;
  width: 140px;
  line-height: 44px;
  text-align: center;
  background: #06c;
  color: #fff;
  margin: 0 auto;
  opacity: 0;
  transition: all 1s;
}
.in_case .swiper-slide .fd a:hover {
  background: #0dbc57;
}
.in_case .swiper-slide:hover img {
  transform: scale(1.1);
}
.in_case .swiper-slide:hover .fd {
  background: rgba(33, 144, 217, 0.95);
  height: 100%;
}
.in_case .swiper-slide:hover .fd span {
  font-size: 24px;
  margin-top: 58px;
}
.in_case .swiper-slide:hover .fd p {
  opacity: 1;
}
.in_case .swiper-slide:hover .fd a {
  opacity: 1;
}
/* in_button */
.in_button {
  text-align: center;
  overflow: hidden;
}
.in_button a {
  width: 62px;
  height: 42px;
  border: 1px solid #ddd;
  display: inline-block;
  border-radius: 4px;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-position: center center;
}
.in_button .prev {
  background-image: url(../images/icon_left1.png);
}
.in_button .prev:hover {
  background-image: url(../images/icon_left2.png);
  background-color: #2190d9;
  border: 1px solid #2190d9;
}
.in_button .next {
  background-image: url(../images/icon_right1.png);
}
.in_button .next:hover {
  background-image: url(../images/icon_right2.png);
  background-color: #2190d9;
  border: 1px solid #2190d9;
}
.in_button .more {
  width: 136px;
  margin: 0 15px;
  background-image: url(../images/icon_cen1.png);
}
.in_button .more:hover {
  background-image: url(../images/icon_cen2.png);
  background-color: #2190d9;
  border: 1px solid #2190d9;
}
/* in_about */
.in_about {
  color: #fff;
  width: 100%;
  overflow: hidden;
}
.in_about section {
  background: url(../images/icon_inabj.png) repeat;
  padding: 100px 0;
}
.in_about section:before {
  position: absolute;
  width: 100%;
  height: 100%;
  right: 100%;
  content: "";
  top: 0px;
  background: url(../images/icon_inabj.png) repeat;
}
.in_about .tit {
  font-weight: 'Arial';
  font-size: 72px;
  opacity: 0.1;
  text-transform: uppercase;
  line-height: 1;
}
.in_about .box {
  padding: 40px 0 0 50px;
  width: 640px;
  font-size: 16px;
  line-height: 30px;
  position: relative;
}
.in_about .box:before {
  width: 20px;
  height: 2px;
  opacity: 0.6;
  content: "";
  background: #fff;
  position: absolute;
  left: 1px;
  top: 104px;
}
.in_about .box .bt {
  font-size: 24px;
}
.in_about .box .info {
  padding: 20px 0 45px 0;
  opacity: 0.8;
}
.in_about .box .more {
  display: block;
  overflow: hidden;
  width: 140px;
  line-height: 46px;
  background: #06c;
  color: #fff;
  text-align: center;
}
.in_about .box .more:hover {
  background: #139e4e;
}
.in_about .video {
  position: absolute;
  width: 460px;
  top: 0px;
  bottom: 0px;
  left: 740px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.in_about .video .js_video {
  display: block;
  overflow: hidden;
  position: relative;
}
.in_about .video .js_video img {
  width: 100%;
  height: auto;
}
.in_about .video .js_video .play {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.5s;
}
.in_about .video .js_video .play:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  background: url(../images/icon_inavideo.png) center center no-repeat;
}
.in_about .video .js_video:hover .play {
  background: rgba(33, 144, 217, 0.8);
}
/* in_news */
.in_news .tit {
  line-height: 1;
  overflow: hidden;
  padding: 0 0 35px 0;
}
.in_news .tit span {
  font-size: 30px;
  color: #333;
  display: block;
  overflow: hidden;
  padding: 0 0 8px 0;
}
.in_news .tit em {
  color: #999;
  font-family: 'Arial';
  text-transform: uppercase;
}
.in_news .left {
  float: left;
  width: 700px;
}
.in_news .left dl {
  overflow: hidden;
}
.in_news .left dl dt {
  overflow: hidden;
  margin-bottom: 9px;
}
.in_news .left dl dt .pic {
  float: left;
  margin-right: 20px;
  display: block;
  overflow: hidden;
  border-radius: 8px;
}
.in_news .left dl dt .pic img {
  width: 235px;
  height: 160px;
  transition: all 0.5s;
}
.in_news .left dl dt .pic img:hover {
  transform: scale(1.1);
}
.in_news .left dl dt .bt {
  overflow: hidden;
  line-height: 34px;
  margin: 10px 0 0 0;
}
.in_news .left dl dt .bt a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
  color: #333;
}
.in_news .left dl dt .bt a:hover {
  color: #2190d9;
}
.in_news .left dl dt .bt span {
  float: right;
  font-family: 'Arial';
  color: #999;
  padding: 0 0 0 15px;
}
.in_news .left dl dt p {
  display: block;
  overflow: hidden;
  height: 48px;
  line-height: 24px;
  margin: 7px 0 18px 0;
}
.in_news .left dl dt .more {
  font-family: 'Arial';
  color: #06c;
}
.in_news .left dl dt .more:hover {
  background: #06c;
  color: #fff;
  padding: 5px 8px;
  border-radius: 3px;
}
.in_news .left dl dd {
  border-bottom: 1px solid #ddd;
  overflow: hidden;
  height: 70px;
  line-height: 70px;
  position: relative;
}
.in_news .left dl dd a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  padding: 0 0 0 20px;
}
.in_news .left dl dd span {
  float: right;
  font-family: 'Arial';
  color: #999;
  padding: 0 0 0 15px;
}
.in_news .left dl dd:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin-top: -3px;
  background: #999;
  transition: all 0.5s;
}
.in_news .left dl dd:last-child {
  border-bottom: 0;
}
.in_news .right {
  float: right;
  width: 440px;
}
.in_news .right ul li {
  height: 70px;
  line-height: 70px;
  margin-top: 10px;
}
.in_news .right ul li a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 60px 0 40px;
  position: relative;
  background-color: #f5f5f5;
  background-position: 400px center;
  background-repeat: no-repeat;
  font-size: 16px;
}
.in_news .right ul li a:before {
  content: "";
  position: absolute;
  left: 21px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin-top: -3px;
  background: #999;
  transition: all 0.5s;
}
.in_news .right ul li:hover a {
  color: #fff;
  background-color: #2190d9;
  background-image: url(../images/icon_innright.png);
}
.in_news .right ul li:hover a:before {
  background: #fff;
}
.in_news .right ul li:first-child {
  margin-top: 0;
}
/* contact */
.contact {
  background: #fff;
  overflow: hidden;
  height: 311px;
}
.contact .box {
  float: left;
  width: 560px;
  padding: 40px;
  font-size: 16px;
  line-height: 36px;
}
.contact .box .bt {
  font-size: 24px;
  color: #333;
  padding: 0 0 15px 0;
}
.contact #bdmap {
  width: 560px;
  height: 385px;
  float: right;
}
/* mess */
.mess .tit {
  font-size: 16px;
  overflow: hidden;
  line-height: 1;
  padding: 0 0 30px 0;
}
.mess .tit span {
  color: #333;
  font-size: 30px;
}
.mess .form {
  padding: 40px 40px 30px 40px;
}
.mess .form li {
  margin: 10px;
  position: relative;
  float: left;
  width: 1100px;
  background: #fff;
}
.mess .form li input[type='text'] {
  width: 100%;
  height: 52px;
  border: 0;
  background: none;
  position: relative;
  z-index: 1;
  text-indent: 100px;
  color: #666;
}
.mess .form li textarea {
  width: 986px;
  height: 135px;
  border: 0;
  background: none;
  position: relative;
  z-index: 1;
  padding: 16px 16px 16px 100px;
  line-height: 26px;
  color: #666;
}
.mess .form li label {
  position: absolute;
  left: 0px;
  top: 0px;
  line-height: 52px;
  padding-left: 20px;
}
.mess .form li .sel_box {
  height: 52px;
  line-height: 52px;
  text-align: center;
  position: relative;
  z-index: 9;
}
.mess .form li .sel_box .select_title {
  padding: 0 65px 0 100px;
  position: relative;
  cursor: pointer;
  z-index: 1;
}
.mess .form li .sel_box .select_title:before {
  background: #ddd url(../images/icon_messdown.png) center center no-repeat;
  content: "";
  width: 65px;
  height: 52px;
  position: absolute;
  right: 0px;
  top: 0px;
}
.mess .form li .sel_box .select {
  display: none;
  position: absolute;
  right: 65px;
  top: 0;
  box-shadow: 0 4px 5px #ccc;
  left: 100px;
  line-height: 44px;
  padding: 52px 0 0 0;
}
.mess .form li .sel_box .select .option {
  cursor: pointer;
  border-top: 1px solid #eee;
  color: #999;
  background: #f8f8f8;
}
.mess .form li .sel_box .select .option:hover {
  background: rgba(33, 144, 217, 0.8);
  color: #fff;
}
.mess .form li .sel_box .select .option.cur {
  display: none;
}
.mess .form li.er {
  width: 540px;
}
.mess .form li.san {
  width: 353px;
}
.mess .form li.mianj input[type='text'] {
  text-indent: 135px;
}
.mess .form li.button {
  background: none;
  text-align: center;
  padding: 20px 0 0 0;
}
.mess .form li.button input {
  width: 165px;
  height: 50px;
  letter-spacing: 5px;
  color: #fff;
  border: 0;
  margin: 0 10px;
  font-size: 18px;
  transition: all 0.5s;
  cursor: pointer;
}
.mess .form li.button input:hover {
  opacity: 0.8;
}
.mess .form li.button input[type='submit'] {
  background: #2190d9;
}
.mess .form li.button input[type='button'] {
  background: #999;
}
/* honorlist */
.honorlist {
  margin: -15px -10px;
  overflow: hidden;
}
.honorlist li {
  margin: 15px 10px;
  float: left;
  width: 285px;
  text-align: center;
}
.honorlist li .pic {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  background: #fff;
  overflow: hidden;
}
.honorlist li .pic img {
  max-width: 100%;
  max-height: 100%;
  transition: all 0.5s;
}
.honorlist li .pic:hover img {
  transform: scale(1.1);
}
.honorlist li .bt {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  margin-top: 12px;
}
.honorlist.abbor {
  margin: -15px -9px 15px -9px;
}
.honorlist.abbor li {
  margin: 15px 9px;
  width: 286px;
}
.honorlist.abbor li .pic {
  border: 1px solid #ddd;
}
/* enginelist */
.enginelist {
  margin: -15px;
  overflow: hidden;
}
.enginelist li {
  margin: 15px;
  float: left;
  width: 380px;
  text-align: center;
}
.enginelist li .pic {
  display: block;
  overflow: hidden;
}
.enginelist li .pic img {
  width: 100%;
  height: 300px;
  transition: all 0.5s;
}
.enginelist li .pic:hover img {
  transform: scale(1.1);
}
.enginelist li .bt {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  margin-top: 12px;
}
/* newslist: ; */
.newslist {
  margin: -15px;
  overflow: hidden;
}
.newslist li {
  margin: 15px;
  float: left;
  width: 380px;
}
.newslist li .pic {
  display: block;
  overflow: hidden;
}
.newslist li .pic img {
  width: 100%;
  height: 258px;
  transition: all 0.5s;
}
.newslist li .pic:hover img {
  transform: scale(1.1);
}
.newslist li .info {
  overflow: hidden;
  position: relative;
  background: #fff;
  padding: 25px 20px;
}
.newslist li .info:before {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: #ddd;
}
.newslist li .info:after {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: #2190d9;
  transition: all 0.5s;
}
.newslist li .info .bt {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  color: #333;
  line-height: 30px;
}
.newslist li .info .bt:hover {
  color: #2190d9;
}
.newslist li .info p {
  display: block;
  overflow: hidden;
  height: 48px;
  line-height: 24px;
  margin: 5px 0 18px 0;
}
.newslist li .info em {
  background: url(../images/icon_time.png) left center no-repeat;
  height: 18px;
  line-height: 18px;
  padding: 0 0 0 26px;
  display: block;
  overflow: hidden;
  color: #999;
  font-family: 'Arial';
}
.newslist li:hover .info:after {
  width: 100%;
}
/* servicelist */
.servicelist {
  margin-top: -30px;
  overflow: hidden;
}
.servicelist li {
  margin-top: 30px;
  background: #fff;
  overflow: hidden;
}
.servicelist li .pic {
  display: block;
  overflow: hidden;
  float: left;
}
.servicelist li .pic img {
  width: 542px;
  height: 365px;
}
.servicelist li .box {
  padding: 56px 50px 0 50px;
  width: 558px;
  float: left;
}
.servicelist li .box .bt {
  line-height: 66px;
  font-size: 24px;
  color: #333;
}
.servicelist li .box .bt:after {
  background: #999;
  width: 20px;
  height: 2px;
  content: "";
  display: block;
  overflow: hidden;
}
.servicelist li .box .bt:hover {
  color: #2190d9;
}
.servicelist li .box p {
  height: 60px;
  display: block;
  overflow: hidden;
  line-height: 20px;
  margin: 25px 0 45px 0;
}
.servicelist li .box .more {
  display: block;
  overflow: hidden;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: 2px solid #06c;
  color: #06c;
}
.servicelist li .box .more:hover {
  background: #06c;
  color: #fff;
}
.servicelist li:nth-child(even) .pic {
  float: right;
}
/* view_news */
.view_news {
  background: #fff;
  overflow: hidden;
  padding: 50px;
  margin-bottom: 40px;
}
.view_news .bt {
  text-align: center;
  font-size: 30px;
  color: #2190d9;
  line-height: 46px;
}
.view_news .cs {
  border-bottom: 1px solid #ddd;
  margin-bottom: 40px;
  padding: 8px 0 20px 0;
  line-height: 26px;
  text-align: center;
  font-size: 16px;
  color: #999;
}
.view_news .body {
  font-size: 16px;
  line-height: 24px;
  overflow: hidden;
}
.view_news .body .erxun {
  margin: -10px;
  overflow: hidden;
}
.view_news .body .erxun li {
  float: left;
  margin: 10px;
  width: 540px;
}
.view_news .body .erxun li img {
  width: 100%;
  height: auto;
}
.view_news .body .erxun li:nth-child(odd) {
  clear: both;
}
.view_news_page {
  margin: 0 -20px 80px -20px;
  overflow: hidden;
}
.view_news_page li {
  width: 520px;
  line-height: 100px;
  margin: 0 20px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 30px;
  background: #fff;
  float: left;
  font-size: 18px;
  color: #333;
  transition: all 0.5s;
}
.view_news_page li a {
  font-size: 16px;
}
.view_news_page li:hover {
  background: #1cc628;
  color: #fff;
}
.view_news_page li:hover a {
  color: #fff;
}
/* view_case */
.view_case {
  background: #fff;
  overflow: hidden;
  padding: 40px;
}
.view_case .pic {
  float: left;
}
.view_case .pic img {
  width: 640px;
  height: 462px;
}
.view_case .box {
  width: 440px;
  float: right;
  padding: 30px 0 0 0;
}
.view_case .box .bt {
  font-size: 30px;
  color: #333;
  line-height: 54px;
}
.view_case .box .cs {
  line-height: 32px;
  color: #06c;
  font-size: 16px;
}
.view_case .box .cs:after {
  width: 20px;
  height: 2px;
  content: "";
  display: block;
  overflow: hidden;
  background: #999;
  margin: 15px 0 25px 0;
}
.view_case .box .info {
  line-height: 24px;
  overflow: hidden;
  min-height: 120px;
}
.view_case .box .but {
  display: block;
  overflow: hidden;
  width: 136px;
  line-height: 46px;
  text-align: center;
  background: #2190d9;
  color: #fff;
  border-radius: 5px;
  font-size: 16px;
  margin: 45px 0 20px 0;
}
.view_case .box .but:hover {
  background: #1a73ad;
}
.view_case .box .sm {
  font-size: 16px;
}
.view_case .tit {
  border-bottom: 1px solid #ddd;
  overflow: hidden;
  font-size: 16px;
  font-weight: bold;
  padding: 35px 0 15px 0;
  line-height: 20px;
  color: #333;
  width: 100%;
}
.view_case .atlas {
  margin: 30px -10px 50px -10px;
  overflow: hidden;
}
.view_case .atlas li {
  margin: 10px;
  float: left;
  width: 360px;
  overflow: hidden;
}
.view_case .atlas li img {
  width: 100%;
  height: 260px;
  transition: all 0.5s;
}
.view_case .atlas li img:hover {
  transform: scale(1.1);
}
.view_case .prevnext {
  border-top: 1px solid #ddd;
  overflow: hidden;
  font-size: 16px;
  padding: 25px 0 0 0;
}
.view_case .prevnext li {
  float: left;
  width: 550px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.view_case .prevnext li:last-child {
  float: right;
  text-align: right;
}
/* order_case */
.order_case {
  padding: 50px 0;
  width: 100%;
  position: relative;
}
.order_case .tit {
  text-align: center;
  overflow: hidden;
  line-height: 1;
  font-size: 24px;
  color: #333;
  padding: 0 0 30px 0;
}
.order_case .swiper-slide {
  background: #fff;
  margin: 0 0 20px 0;
  width: 580px;
}
.order_case .swiper-slide .box {
  padding: 35px 30px;
  overflow: hidden;
}
.order_case .swiper-slide .pic {
  display: block;
  overflow: hidden;
  margin-right: 20px;
  float: left;
}
.order_case .swiper-slide .pic img {
  width: 210px;
  height: 150px;
  transition: all 0.5s;
}
.order_case .swiper-slide .pic:hover img {
  transform: scale(1.1);
}
.order_case .swiper-slide .bt {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 50px;
  margin-top: 15px;
  font-size: 18px;
  color: #333;
}
.order_case .swiper-slide .bt:hover {
  color: #06c;
}
.order_case .swiper-slide p {
  line-height: 24px;
  display: block;
  overflow: hidden;
  height: 48px;
}
.order_case .swiper-slide:hover .box {
  box-shadow: 0 5px 5px #eee;
}
.order_case .prev,
.order_case .next {
  position: absolute;
  top: 195px;
  width: 30px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}
.order_case .prev {
  left: -45px;
  background-image: url(../images/icon_left3.png);
}
.order_case .prev:hover {
  background-image: url(../images/icon_left4.png);
}
.order_case .next {
  right: -45px;
  background-image: url(../images/icon_right3.png);
}
.order_case .next:hover {
  background-image: url(../images/icon_right4.png);
}
/* advantage */
.advantage .box {
  margin: 0 0 0 40px;
  float: left;
  width: 575px;
}
.advantage .box .bt {
  height: 100px;
  overflow: hidden;
  line-height: 1;
}
.advantage .box .bt i {
  font-size: 72px;
  border-bottom: 1px solid #06c;
  color: #06c;
  font-family: 'deckerregular';
  display: inline-block;
  padding: 20px 0 7px 0;
}
.advantage .box .bt span {
  font-family: "simsun";
  font-size: 36px;
  color: #333;
  padding: 0 15px;
}
.advantage .box .bt em {
  color: #999;
  font-family: 'Arial';
  text-transform: uppercase;
}
.advantage .box .info {
  font-size: 15px;
  line-height: 24px;
  overflow: hidden;
  height: 72px;
  margin: 25px 0;
}
.advantage .box .xun {
  overflow: hidden;
}
.advantage .box .xun p {
  float: left;
  width: 228px;
  overflow: hidden;
  margin-right: 20px;
}
.advantage .box .xun p img {
  width: 100%;
  height: 152px;
  transition: all 0.5s;
}
.advantage .box .xun p img:hover {
  transform: scale(1.1);
}
.advantage .pic {
  float: right;
  overflow: hidden;
}
.advantage .pic img {
  width: 560px;
  height: 374px;
  transition: all 0.5s;
}
.advantage .pic img:hover {
  transform: scale(1.1);
}
.web_hbj .advantage .box {
  float: right;
  margin: 0 30px 0 0;
}
.web_hbj .advantage .pic {
  float: left;
}
/* caselist */
.caselist {
  margin-top: -30px;
  overflow: hidden;
}
.caselist li {
  margin-top: 30px;
  padding: 40px 100px 40px 40px;
  background: #fff;
  overflow: hidden;
  position: relative;
}
.caselist li .pic {
  display: block;
  overflow: hidden;
  float: left;
  margin-right: 40px;
}
.caselist li .pic img {
  width: 305px;
  height: 220px;
  transition: all 0.5s;
}
.caselist li .pic:hover img {
  transform: scale(1.1);
}
.caselist li .bt {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 24px;
  color: #333;
  margin: 30px 0 8px 0;
}
.caselist li .bt:hover {
  color: #2190d9;
}
.caselist li span {
  color: #999;
  font-size: 16px;
}
.caselist li p {
  height: 48px;
  line-height: 24px;
  display: block;
  overflow: hidden;
  margin-top: 15px;
}
.caselist li .more {
  display: block;
  overflow: hidden;
  background: #ebebeb;
  width: 300px;
  line-height: 60px;
  text-align: center;
  position: absolute;
  right: -120px;
  top: 120px;
  font-family: 'Arial';
  transform: rotate(90deg);
  letter-spacing: 2px;
}
.caselist li .more:hover {
  background: #06c;
  color: #fff;
}
/* case_list */
.case_list .swiper-slide {
  width: 520px;
  height: 418px;
  text-align: center;
  position: relative;
}
.case_list .swiper-slide .box {
  position: absolute;
  left: 0;
  right: 215px;
  top: 78px;
  bottom: 0px;
  transition: all 0.5s;
}
.case_list .swiper-slide .pic {
  display: block;
  overflow: hidden;
}
.case_list .swiper-slide .pic img {
  width: 100%;
  height: 220px;
  transition: all 0.5s;
}
.case_list .swiper-slide .pic:hover img {
  opacity: 0.8;
}
.case_list .swiper-slide .bt {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
  margin: 15px 0 0 0;
}
.case_list .swiper-slide-active .box {
  top: 0;
  right: 0;
  width: 100%;
}
.case_list .swiper-slide-active .box .pic img {
  height: 375px;
}
.case_list .swiper-slide-prev .box {
  left: 215px;
  right: 0;
}
.case_list .prev,
.case_list .next {
  width: 80px;
  height: 46px;
  position: absolute;
  top: 165px;
  background-color: #999;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 5;
  text-indent: -9999px;
  cursor: pointer;
  transition: all 0.5s;
}
.case_list .prev:hover,
.case_list .next:hover {
  background-color: #06c;
}
.case_list .prev {
  left: 320px;
  background-image: url(../images/icon_left5.png);
}
.case_list .next {
  right: 320px;
  background-image: url(../images/icon_right5.png);
}
/* case_ban */
.case_ban {
  padding: 0 60px 50px 50px;
  position: relative;
  overflow: hidden;
}
.case_ban:before {
  width: 100%;
  background: #f5f5f5;
  bottom: 0px;
  left: 0px;
  position: absolute;
  content: "";
  height: 360px;
}
.case_ban li {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.case_ban li .pic {
  display: block;
  overflow: hidden;
  float: left;
  margin-right: 60px;
}
.case_ban li .pic img {
  width: 520px;
  height: 375px;
  transition: all 0.5s;
}
.case_ban li .pic:hover img {
  transform: scale(1.1);
}
.case_ban li .bt {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 30px;
  margin: 85px 0 0 0;
  line-height: 76px;
  color: #333;
}
.case_ban li .bt:hover {
  color: #2190d9;
}
.case_ban li .bt:after {
  content: "";
  width: 20px;
  height: 2px;
  background: #999;
  display: block;
  overflow: hidden;
}
.case_ban li p {
  height: 72px;
  line-height: 24px;
  display: block;
  overflow: hidden;
  margin: 32px 0;
}
.case_ban li .more {
  display: block;
  overflow: hidden;
  line-height: 46px;
  width: 146px;
  text-align: center;
  background: #2190d9;
  color: #fff;
  font-size: 16px;
}
.case_ban li .more:hover {
  background: #1a73ad;
}
.case_ban .prev,
.case_ban .next {
  width: 80px;
  height: 46px;
  position: absolute;
  top: 42px;
  background-color: #999;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 5;
  text-indent: -9999px;
  cursor: pointer;
  transition: all 0.5s;
}
.case_ban .prev:hover,
.case_ban .next:hover {
  background-color: #06c;
}
.case_ban .prev {
  right: 126px;
  background-image: url(../images/icon_left5.png);
}
.case_ban .next {
  right: 46px;
  background-image: url(../images/icon_right5.png);
}
/* whyus */
.whyus .tab {
  margin-bottom: 20px;
  overflow: hidden;
}
.whyus .tab li {
  float: left;
  margin-left: 12px;
  width: 188px;
  line-height: 76px;
  border: 1px solid #ddd;
  font-size: 30px;
  font-family: "simsun";
  color: #333;
  text-indent: 85px;
  position: relative;
  cursor: pointer;
  transition: all 0.5s;
}
.whyus .tab li i {
  display: block;
  overflow: hidden;
  position: absolute;
  left: 35px;
  width: 40px;
  height: 40px;
  top: 50%;
  margin-top: -20px;
  background-repeat: no-repeat;
  background-image: url(../images/icon_casefl.png);
  transition: all 0.5s;
}
.whyus .tab li .tb1 {
  background-position: 0 top;
}
.whyus .tab li .tb2 {
  background-position: -40px top;
}
.whyus .tab li .tb3 {
  background-position: -80px top;
}
.whyus .tab li .tb4 {
  background-position: -120px top;
}
.whyus .tab li .tb5 {
  background-position: -160px top;
}
.whyus .tab li .tb6 {
  background-position: -200px top;
}
.whyus .tab li.on {
  background: #2190d9;
  color: #fff;
  border: 1px solid #2190d9;
}
.whyus .tab li.on .tb1 {
  background-position: 0 bottom;
}
.whyus .tab li.on .tb2 {
  background-position: -40px bottom;
}
.whyus .tab li.on .tb3 {
  background-position: -80px bottom;
}
.whyus .tab li.on .tb4 {
  background-position: -120px bottom;
}
.whyus .tab li.on .tb5 {
  background-position: -160px bottom;
}
.whyus .tab li.on .tb6 {
  background-position: -200px bottom;
}
.whyus .tab li:first-child {
  margin-left: 0;
}
.whyus .box {
  background: url(../images/bj_sevice.jpg) center top no-repeat;
  width: 100%;
  overflow: hidden;
  height: 454px;
  padding: 60px 0;
}
.whyus .box li {
  position: relative;
  overflow: hidden;
  height: 454px;
}
.whyus .box li i {
  position: absolute;
  right: 20px;
  top: 22px;
  background: #06c;
  color: #fff;
  width: 60px;
  height: 105px;
  line-height: 146px;
  overflow: hidden;
  font-family: 'deckerregular';
  z-index: 2;
  font-size: 36px;
  text-align: center;
}
.whyus .box li .pic {
  display: block;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
}
.whyus .box li .pic img {
  width: 680px;
  height: 454px;
  transition: all 0.5s;
}
.whyus .box li .pic:hover img {
  transform: scale(1.1);
}
.whyus .box li .kj {
  position: relative;
  z-index: 1;
  background: #fff;
  width: 462px;
  padding: 0 60px;
  height: 330px;
  margin-top: 62px;
  float: right;
}
.whyus .box li .kj .bt {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 30px;
  margin: 35px 0 0 0;
  line-height: 74px;
  color: #333;
}
.whyus .box li .kj .bt:hover {
  color: #2190d9;
}
.whyus .box li .kj .bt:after {
  content: "";
  width: 20px;
  height: 2px;
  background: #999;
  display: block;
  overflow: hidden;
}
.whyus .box li .kj p {
  height: 72px;
  line-height: 24px;
  display: block;
  overflow: hidden;
  margin: 25px 0 45px 0;
}
.whyus .box li .kj .more {
  display: inline-block;
  line-height: 28px;
  color: #2190d9;
  border-bottom: 1px solid #2190d9;
}
.whyus .box li .kj .more:hover {
  background: #2190d9;
  color: #fff;
  padding: 0 10px;
  line-height: 32px;
}
/* service_flow */
.service_flow {
  overflow: hidden;
  padding: 0 0 40px 0;
}
.service_flow li {
  background: #f5f5f5;
  overflow: hidden;
  width: 150px;
  height: 150px;
  margin-left: 25px;
  float: left;
  text-align: center;
  font-size: 16px;
  color: #333;
  transition: all 0.5s;
}
.service_flow li i {
  transition: all 0.5s;
  display: block;
  overflow: hidden;
  margin: 35px auto 10px auto;
  width: 50px;
  height: 50px;
  background-image: url(../images/icon_caselc.png);
  background-repeat: no-repeat;
}
.service_flow li .tb1 {
  background-position: 0 top;
}
.service_flow li .tb2 {
  background-position: -50px top;
}
.service_flow li .tb3 {
  background-position: -100px top;
}
.service_flow li .tb4 {
  background-position: -150px top;
}
.service_flow li .tb5 {
  background-position: -200px top;
}
.service_flow li .tb6 {
  background-position: -250px top;
}
.service_flow li .tb7 {
  background-position: -300px top;
}
.service_flow li:hover {
  background: #2190d9;
  color: #fff;
}
.service_flow li:hover .tb1 {
  background-position: 0 bottom;
}
.service_flow li:hover .tb2 {
  background-position: -50px bottom;
}
.service_flow li:hover .tb3 {
  background-position: -100px bottom;
}
.service_flow li:hover .tb4 {
  background-position: -150px bottom;
}
.service_flow li:hover .tb5 {
  background-position: -200px bottom;
}
.service_flow li:hover .tb6 {
  background-position: -250px bottom;
}
.service_flow li:hover .tb7 {
  background-position: -300px bottom;
}
.service_flow li:first-child {
  margin-left: 0;
}
/* shigong */
.shigong li {
  float: left;
  width: 380px;
  height: 430px;
  position: relative;
  margin-left: 30px;
  overflow: hidden;
  background: #fff;
}
.shigong li .pic {
  display: block;
  overflow: hidden;
}
.shigong li .pic img {
  width: 100%;
  height: 215px;
  transition: all 0.5s;
}
.shigong li .pic:hover img {
  transform: scale(1.1);
}
.shigong li .box {
  padding: 0 35px;
  height: 215px;
  position: relative;
  text-align: center;
  overflow: hidden;
}
.shigong li .box .bt {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 24px;
  margin: 20px 0 0 0;
  line-height: 60px;
  color: #333;
}
.shigong li .box .bt:hover {
  color: #06c;
}
.shigong li .box .bt:after {
  content: "";
  width: 20px;
  height: 2px;
  background: #06c;
  display: block;
  overflow: hidden;
  margin: 0 auto;
}
.shigong li .box p {
  height: 48px;
  line-height: 24px;
  display: block;
  overflow: hidden;
  margin: 25px 0 45px 0;
}
.shigong li .box p strong {
  color: #2190d9;
}
.shigong li .box .more {
  position: absolute;
  left: 50%;
  margin-left: -65px;
  bottom: -36px;
  display: block;
  overflow: hidden;
  width: 130px;
  line-height: 36px;
  color: #fff;
  background: #2190d9;
}
.shigong li .box .more:hover {
  background: #1a73ad;
}
.shigong li .box:hover .more {
  bottom: 0;
}
.shigong li:nth-child(2) .pic {
  position: absolute;
  top: 215px;
  left: 0px;
}
.shigong li:first-child {
  margin-left: 0;
}
/* honor_gun */
.honor_gun {
  height: 362px;
  overflow: hidden;
}
.honor_gun .swiper-slide {
  text-align: center;
}
.honor_gun .swiper-slide .pic {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  border: 1px solid #ddd;
  height: 320px;
  width: 285px;
  overflow: hidden;
}
.honor_gun .swiper-slide .pic img {
  max-width: 100%;
  max-height: 100%;
  transition: all 0.5s;
}
.honor_gun .swiper-slide .pic:hover img {
  transform: scale(1.1);
}
.honor_gun .swiper-slide .bt {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  margin-top: 15px;
}
.honor_prev,
.honor_next {
  width: 80px;
  height: 46px;
  position: absolute;
  top: 250px;
  background-color: #999;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 5;
  text-indent: -9999px;
  cursor: pointer;
  transition: all 0.5s;
}
.honor_prev:hover,
.honor_next:hover {
  background-color: #06c;
}
.honor_prev {
  left: -60px;
  background-image: url(../images/icon_left5.png);
}
.honor_next {
  right: -60px;
  background-image: url(../images/icon_right5.png);
}
/* about_info */
.about_info {
  overflow: hidden;
}
.about_info .info {
  width: 640px;
  float: left;
  font-size: 16px;
  line-height: 26px;
  text-align: justify;
}
.about_info .pic {
  float: right;
  display: block;
  overflow: hidden;
}
.about_info .pic img {
  width: 520px;
  height: 345px;
}
/* about_xun */
.about_xun {
  padding: 60px 0 0 0;
  overflow: hidden;
}
.about_xun li {
  width: 380px;
  float: left;
  margin-left: 30px;
  background: #f5f5f5;
  padding: 35px 30px 30px 30px;
  transition: all 0.5s;
}
.about_xun li i {
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-image: url(../images/icon_aboutsan.png);
  display: block;
  overflow: hidden;
  transition: all 0.5s;
}
.about_xun li .tb1 {
  background-position: 0 top;
}
.about_xun li .tb2 {
  background-position: -50px top;
}
.about_xun li .tb3 {
  background-position: -100px top;
}
.about_xun li span {
  display: block;
  overflow: hidden;
  font-size: 24px;
  line-height: 60px;
  color: #333;
  padding: 0 0 20px 0;
  transition: all 0.5s;
}
.about_xun li span:after {
  content: "";
  width: 20px;
  height: 2px;
  background: #999;
  display: block;
  overflow: hidden;
  transition: all 0.5s;
}
.about_xun li .info {
  line-height: 24px;
  height: 72px;
  overflow: hidden;
}
.about_xun li:hover {
  background: #2190d9;
  color: #fff;
}
.about_xun li:hover .tb1 {
  background-position: 0 bottom;
}
.about_xun li:hover .tb2 {
  background-position: -50px bottom;
}
.about_xun li:hover .tb3 {
  background-position: -100px bottom;
}
.about_xun li:hover span {
  color: #fff;
}
.about_xun li:hover span:after {
  background: #ddd;
}
.about_xun li:first-child {
  margin-left: 0;
}
/* mien */
.mien .box {
  background: #fff;
  overflow: hidden;
  height: 460px;
}
.mien .box li {
  height: 460px;
}
.mien .box .ban {
  width: 800px;
  height: 460px;
  overflow: hidden;
  float: left;
  position: relative;
}
.mien .box .ban img {
  width: 100%;
  height: 460px;
}
.mien .box .ban .num {
  position: absolute;
  left: 0px;
  bottom: 22px;
  text-align: center;
  width: 100%;
}
.mien .box .ban .num li {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: rgba(255, 255, 255, 0.5);
  margin: 0 9px;
  border-radius: 50%;
  cursor: pointer;
}
.mien .box .ban .num li.on {
  background: #2190d9;
}
.mien .box .kj {
  padding: 40px;
  width: 400px;
  float: right;
}
.mien .box .kj ::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.mien .box .kj ::-webkit-scrollbar-track,
.mien .box .kj ::-webkit-scrollbar-thumb {
  border-radius: 999px;
  border: 5px solid transparent;
}
.mien .box .kj ::-webkit-scrollbar-track {
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2) inset;
}
.mien .box .kj ::-webkit-scrollbar-thumb {
  min-height: 20px;
  background-clip: content-box;
  box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.2) inset;
}
.mien .box .kj ::-webkit-scrollbar-corner {
  background: transparent;
}
.mien .box .kj .bt {
  display: block;
  overflow: hidden;
  font-size: 20px;
  font-weight: bold;
  line-height: 60px;
  color: #333;
  padding: 0 0 20px 0;
  transition: all 0.5s;
}
.mien .box .kj .bt:hover {
  color: #2190d9;
}
.mien .box .kj .bt:after {
  content: "";
  width: 20px;
  height: 2px;
  background: #999;
  display: block;
  overflow: hidden;
}
.mien .box .kj .info {
  line-height: 24px;
  overflow-y: auto;
  height: 288px;
}
.mien .tab {
  overflow: hidden;
  position: relative;
  margin-top: 20px;
  padding: 0 90px;
}
.mien .tab li {
  float: left;
  overflow: hidden;
  position: relative;
  margin: 0 10px;
}
.mien .tab li:before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.mien .tab li img {
  width: 150px;
  height: 86px;
}
.mien .tab li.on:before {
  display: none;
}
.mien .tab .prev,
.mien .tab .next {
  width: 80px;
  height: 46px;
  position: absolute;
  top: 50%;
  margin-top: -23px;
  background-color: #999;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 5;
  text-indent: -9999px;
  cursor: pointer;
  transition: all 0.5s;
}
.mien .tab .prev:hover,
.mien .tab .next:hover {
  background-color: #06c;
}
.mien .tab .prev {
  left: 0px;
  background-image: url(../images/icon_left5.png);
}
.mien .tab .next {
  right: 0px;
  background-image: url(../images/icon_right5.png);
}
/* 无限加载 */
#jiazai .loading {
  display: none;
  float: left;
  width: 100%;
  margin-top: 40px;
  height: 32px;
  background: url(../images/loading.gif) no-repeat center center;
}
#jiazai .loadend {
  display: none;
  text-align: center;
  color: #999;
  float: left;
  width: 100%;
  margin-top: 40px;
}
/* tan_pic */
.tan_pic {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  padding: 50px;
}
.tan_pic .box {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.tan_pic .box img {
  max-height: 100%;
  max-width: 100%;
}
.tan_pic .close {
  width: 36px;
  height: 36px;
  position: absolute;
  right: 0px;
  top: 0px;
  background: #fff;
  cursor: pointer;
  box-shadow: 0 0 5px #ccc;
  transition: all 0.5s;
}
.tan_pic .close:before,
.tan_pic .close:after {
  width: 18px;
  height: 1px;
  background: #666;
  position: absolute;
  left: 9px;
  top: 17px;
  content: "";
  transform: rotate(45deg);
  transition: all 0.5s;
}
.tan_pic .close:before {
  transform: rotate(45deg);
}
.tan_pic .close:after {
  transform: rotate(-45deg);
}
.tan_pic .close:hover {
  background: #2190d9;
}
.tan_pic .close:hover:before,
.tan_pic .close:hover:after {
  background: #fff;
}
.tan_pic .close:hover:before {
  transform: rotate(315deg);
}
.tan_pic .close:hover:after {
  transform: rotate(225deg);
}
/*news detail*/
.news_dets {
  padding: 50px 50px 0;
  background: #fff;
  margin-bottom: 50px;
}
.news_dets h3 {
  text-align: center;
  color: #333;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
.news_dets h5 {
  color: #999;
  text-align: center;
  margin: 0 0 20px;
}
.news_dets .dets-page {
  border-top: 1px solid #ddd;
  padding: 25px 0;
  margin: 30px 0 0;
}
.news_dets .dets-page .dets-page-left {
  width: 600px;
}
.news_dets .dets-page .dets-page-left p {
  margin-bottom: 10px;
}
.news_dets p {
  margin: 20px 0;
}