@charset "utf-8";
.clearjs {
  width: 100%;
  clear: both;
  line-height: 0;
  display: block;
  overflow: hidden;
  zoom: 1;
  font-size: 0;
  content: '.'
}
*, *:before, *:after {
  margin: 0;
  padding: 0;
  list-style: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
html, body {
  -webkit-touch-callout: none;
  -webkit-text-size-adjust: none;
  width: 100%;
  overflow-x: hidden
}
body {
  font-size: 14px;
  color: #333;
  line-height: normal;
  font-family: 'Microsoft Yahei', 'Helvetica Neue', Helvetica, 'Lucida Grande', Arial, 'Hiragino Sans GB', 'WenQuanYi Micro Hei', STHeiti, SimSun, sans-serif;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  font-weight: 400
}
a {
  color: #333;
  text-decoration: none;
  cursor: pointer;
  transition: all .6s
}
a:hover {
  color: rgba(0, 118, 254, 0.8)
}
table {
  border-collapse: collapse;
  border-spacing: 0
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal
}
em, i {
  font-style: normal
}
img {
  vertical-align: middle;
  transition: all 1s
}
input, select, textarea {
  font-family: 'Microsoft Yahei', 'Helvetica Neue', Helvetica, 'Lucida Grande', Arial, 'Hiragino Sans GB', 'WenQuanYi Micro Hei', STHeiti, SimSun, sans-serif;
  font-size: 14px
}
textarea {
  overflow: auto
}
input:focus, textarea:focus, button:focus, select:focus {
  outline: 0
}
input::-ms-clear {
  display: none
}
input[type="text"], input[type="button"], input[type="submit"], textarea {
  -webkit-appearance: none
}
.clearfix:after {
  width: 100%;
  clear: both;
  line-height: 0;
  display: block;
  overflow: hidden;
  zoom: 1;
  font-size: 0;
  content: '.'
}
.container {
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px
}
.pc {
  display: block !important
}
.wap {
  display: none !important
}
.web-bj {
  background: #f2f2f2
}
.sys-top {
  background: #F8F8F8;
  font-size: 14px;
  line-height: 1
}
.sys-top .container {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  height: 35px
}
.sys-top .welcome {
  color: #666
}
.sys-top ul {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  color: #666
}
.sys-top ul li {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin-left: 15px
}
.sys-top ul li i {
  font-size: 24px;
  margin-right: 5px;
  color: rgba(0, 118, 254, 0.8)
}
.sys-top ul li em {
  font-size: 14px
}
.sys-top ul li:first-child {
  margin-left: 0
}
header {
  position: relative;
  z-index: 9999;
  background: #fff
}
header .container {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between
}
header .logo {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 0
}
header .logo img {
  height: 60px;
  width: auto
}
.notop header .logo img {
  height: 50px;

}
header .navbut {
  display: none
}
header nav {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center
}
header nav ul {
  margin-right: 15px
}
header nav ul li {
  float: left;
  position: relative
}
header nav ul li > a {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  height: 100px;
  font-size: 16px;
  line-height: 1;
  padding: 0 14px
}
header nav ul li .iconfont {
  margin-left: 5px;
  font-size: 13px;
  font-weight: bold
}
header nav ul li .sub {
  display: none;
  position: absolute;
  left: -20px;
  top: 80%;
  white-space: nowrap;
  min-width: 120px;
  line-height: 40px;
  padding: 5px;
  background: #fff;
  box-shadow: 0 0 4px 0 rgba(116, 116, 116, 0.35);
  border-radius: 0px 0px 4px 4px;
  text-align: center
}
header nav ul li .sub a {
  padding: 0 20px 0 15px;
  font-size: 14px;
  color: #666;
  display: block;
  overflow: hidden
}
header nav ul li .sub a:hover {
  background-color: #F8F8F8;
  color: rgba(0, 118, 254, 0.8)
}
header nav ul li.on > a, header nav ul li.hover > a {
  color: rgba(0, 118, 254, 0.8)
}
header nav .but {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin: 0 -5px;
  overflow: hidden
}
header nav .but a.red {
  background: #FF7805
}
header nav .but a {
  margin: 0 5px;
  background: rgba(0, 118, 254, 0.8);
  color: #fff;
  line-height: 36px;
  position: relative;
  text-align: center;
  display: block;
  overflow: hidden;
  padding: 0 20px;
  border-radius: 40px
}
header nav .but a:after {
  left: 0;
  width: 100%;
  position: absolute;
  bottom: -100%;
  transform: scale(.8);
  content: '';
  height: 100%;
  transition: all .6s;
  background: #ff7805;
  opacity: 0;
  border-radius: 40px
}
header nav .but a span {
  position: relative;
  z-index: 1
}
header nav .but a:hover:after {
  transform: scale(1);
  bottom: 0;
  opacity: 1
}
header .tel {
  display: none
}
header .search {
  margin-left: 15px;
  position: relative;
  z-index: 5
}
header .search .icon-sousuolansea {
  font-size: 30px;
  cursor: pointer;
  color: rgba(0, 118, 254, 0.8)
}
header .search form {
  display: none;
  position: absolute;
  top: -6px;
  right: -10px;
  width: 300px;
  padding: 0 8px 0 0
}
header .search form input {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 0;
  padding: 0 10px;
  border: 1px solid #ccc;
  height: 42px;
  box-shadow: 0 0 10px #ccc;
  border-radius: 10px 0 0 10px
}
header .search form button {
  width: 42px;
  height: 42px;
  background: rgba(0, 118, 254, 0.8);
  color: #fff;
  border: 0;
  cursor: pointer;
  font-size: 20px
}
header .search.cur form {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center
}
header .nav-sub {
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
  top: 100%;
  background: #fff;
  box-shadow: 0 0 10px #eee
}
header .nav-sub .container {
  display: none
}
header .nav-sub .container.cur {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between
}
header .nav-sub ul {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 0;
  border-left: 1px solid #eee
}
header .nav-sub ul li {
  float: left;
  width: 33.33333333%;
  border-right: 1px solid #eee;
  padding: 20px 30px
}
header .nav-sub ul li .tit {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  font-size: 16px;
  line-height: 1;
  color: #000
}
header .nav-sub ul li .tit i {
  font-size: 30px;
  margin-right: 10px;
  color: rgba(0, 118, 254, 0.8)
}
header .nav-sub ul li .xun {
  margin: 10px 0 15px 0;
  line-height: 26px;
  height: 78px;
  overflow: hidden;
  font-size: 13px
}
header .nav-sub ul li .xun a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 0 0 10px;
  position: relative
}
header .nav-sub ul li .xun a:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  height: 1px;
  width: 5px;
  background: #ccc;
  transition: all .6s
}
header .nav-sub ul li .xun a:hover {
  padding: 0 0 0 20px
}
header .nav-sub ul li .xun a:hover:before {
  width: 15px;
  background: rgba(0, 118, 254, 0.8)
}
header .nav-sub ul li .desc {
  text-align: center;
  color: #888;
  line-height: 20px;
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
  border: 1px dashed #ddd;
  border-bottom: 0;
  padding: 8px;
  color: #DB2322;
  border-radius: 4px 4px 0 0
}
header .nav-sub ul li .more {
  display: block;
  overflow: hidden;
  position: relative;
  background: rgba(0, 118, 254, 0.8);
  color: #fff;
  text-align: center;
  line-height: 40px;
  font-size: 16px
}
header .nav-sub ul li .more:after {
  left: 0;
  width: 100%;
  position: absolute;
  bottom: -100%;
  border-radius: 100%;
  transform: scale(.8);
  content: '';
  height: 100%;
  transition: all .6s;
  background: #ff7805;
  opacity: 0
}
header .nav-sub ul li .more em {
  position: relative;
  z-index: 1
}
header .nav-sub ul li .more:hover:after {
  bottom: 0;
  border-radius: 0;
  transform: scale(1);
  opacity: 1
}
header .nav-sub dl {
  width: 35%;
  border-right: 1px solid #eee
}
header .nav-sub dl dd {
  border-bottom: 1px solid #eee
}
header .nav-sub dl dd a {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 26px 20px
}
header .nav-sub dl dd .pic {
  overflow: hidden;
  margin-right: 15px
}
header .nav-sub dl dd .pic img {
  height: 80px;
  width: 120px
}
header .nav-sub dl dd .box {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 0
}
header .nav-sub dl dd .box span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px
}
header .nav-sub dl dd .box p {
  color: #666;
  font-size: 14px;
  line-height: 22px;
  display: block;
  overflow: hidden;
  max-height: 44px;
  margin-top: 8px
}
header .nav-sub dl dd:hover .pic img {
  transform: scale(1.05)
}
header .nav-sub dl dd:last-child {
  border-bottom: 0
}
.notop header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  box-shadow: 0 0 10px #eee
}
.notop header nav ul li > a {
  height: 70px
}
.foot-tips {
  background: rgba(0, 118, 254, 0.8);
  color: #fff
}
.foot-tips .container {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 20px 10px
}
.foot-tips li {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center
}
.foot-tips li .iconfont {
  font-size: 32px;
  border: 1px solid #fff;
  border-radius: 50%;
  width: 62px;
  height: 62px;
  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;
  line-height: 1;
  position: relative;
  transition: all .6s
}
.foot-tips li .iconfont:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  background: #ff7805;
  transform: scale(0);
  opacity: 0;
  transition: all .6s
}
.foot-tips li .iconfont:before {
  position: relative;
  z-index: 5
}
.foot-tips li .box {
  font-size: 14px;
  white-space: nowrap;
  margin-left: 10px
}
.foot-tips li .box .b {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
  font-size: 16px
}
.foot-tips li .box .b span {
  font-weight: bold;
  font-size: 18px;
  position: relative;
  padding: 0 10px 0 0
}
.foot-tips li .box .b span:after {
  content: '';
  position: absolute;
  right: 3px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  background: #fff;
  opacity: .5;
  height: 14px
}
.foot-tips li .box .b em {
  opacity: .7
}
.foot-tips li .box p {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  opacity: .9
}
.foot-tips .line {
  height: 70px;
  width: 0;
  border-left: 1px dashed #fff;
  opacity: .5
}
.foot-tips li:hover .iconfont {
  border-color: #ff7805
}
.foot-tips li:hover .iconfont:after {
  opacity: 1;
  transform: scale(1)
}
footer {
  background: #000000;
  padding: 30px 0;
  color: #888
}
footer a {
  color: #888
}
footer a:hover {
  color: #fff
}
footer .container {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap
}
footer .tit {
  overflow: hidden;
  position: relative;
  color: #fff;
  line-height: 1;
  padding: 0 0 15px 0;
  font-size: 16px;
  margin-bottom: 12px
}
footer .tit:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  background: #cbcbcb;
  width: 100%
}
footer .tit:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  background: #ff7805;
  z-index: 1;
  width: 2em
}
footer .nav ul {
  line-height: 26px
}
footer .ewm {
  margin: 0 -20px;
  overflow: hidden;
  max-width: 350px;
  line-height: 1
}
footer .ewm li {
  padding: 0 20px;
  width: 50%;
  float: left;
  text-align: center
}
footer .ewm li img {
  width: 100%;
  height: auto;
  margin-bottom: 15px
}
footer .cont .bt {
  font-size: 18px;
  color: #fff
}
footer .cont .tel {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  line-height: 1;
  font-size: 30px;
  color: #ff7805;
  padding: 20px 0
}
footer .cont .tel .iconfont {
  font-size: 50px;
  margin-right: 10px
}
footer .cont .tel em {
  font-weight: bold
}
footer .cont .text {
  line-height: 26px
}
footer .yijuhua {
  clear: both;
  text-align: center !important;
  max-width: 900px;
  padding-top: 10px;
  margin: 0 auto;
  font-size: 12px;
  line-height: 1.5
}
footer .copy {
  border-top: 1px solid #333;
  padding: 20px 0 0 0;
  margin-top: 25px;
  width: 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: space-between;
  justify-content: space-between
}
footer .copy .left {
  color: #888
}
footer .copy .left a {
  color: #888
}
.qyzt li {
  width: 25%;
  float: left;
  padding: 5px;
}
.banner a {
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
  height: 600px
}
.banner a img {
  width: 100%;
  height: auto;
  display: none
}
.banner .banner-num {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 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;
  z-index: 5
}
.banner .banner-num .swiper-pagination-bullet {
  border-radius: 50%;
  opacity: 1;
  transition: all .6s;
  width: 12px;
  height: 12px;
  background: #555;
  margin: 0 5px;
  border: 2px solid #fff;
  cursor: pointer
}
.banner .banner-num .swiper-pagination-bullet-active {
  background: rgba(0, 118, 254, 0.8)
}
.banner .banner-next, .banner .banner-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  border-radius: 3px;
  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;
  line-height: 1;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 20px;
  padding: 20px 0;
  color: #fff;
  z-index: 5;
  cursor: pointer;
  opacity: 0;
  transition: all .6s
}
.banner .banner-next:hover, .banner .banner-prev:hover {
  background-color: rgba(0, 159, 229, 0.5)
}
.banner .banner-next {
  right: 10px
}
.banner .banner-prev {
  left: 10px
}
.banner:hover .banner-next, .banner:hover .banner-prev {
  opacity: 1
}
.in-tit {
  text-align: center;
  line-height: 1.5;
  margin-bottom: 30px
}
.in-tit .t1 {
  font-size: 28px;
  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;
  font-weight: bold
}
.in-tit .t1:after, .in-tit .t1:before {
  width: 65px;
  height: 1px;
  background: #c1c1c1;
  content: '';
  display: block;
  overflow: hidden
}
.in-tit .t1:after {
  margin-left: 18px
}
.in-tit .t1:before {
  margin-right: 18px
}
.in-tit .t2 {
  color: #999;
  font-size: 16px;
  margin-top: 12px
}
.in-zyxun {
  padding: 30px 0
}
.in-zyxun ul {
  margin: -30px
}
.in-zyxun ul li {
  float: left;
  width: 50%;
  padding: 30px 70px 30px 30px
}
.in-zyxun ul li a {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 20px 0 0 0
}
.in-zyxun ul li a:before, .in-zyxun ul li a:after {
  content: '';
  position: absolute;
  bottom: 0px;
  z-index: 1;
  width: 0;
  height: 1px;
  transition: all .6s
}
.in-zyxun ul li a:before {
  background: #ff7805;
  left: 0
}
.in-zyxun ul li a:after {
  background: rgba(0, 118, 254, 0.8);
  right: 0
}
.in-zyxun ul li .box {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 0;
  text-align: center
}
.in-zyxun ul li .box .ico {
  position: relative;
  width: 75px;
  height: 75px;
  margin: 0 auto;
  overflow: hidden
}
.in-zyxun ul li .box .ico img {
  width: 100%;
  height: 100%;
  transition: all .6s
}
.in-zyxun ul li .box span {
  margin-top: 25px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 24px;
  color: #333;
  font-weight: bold
}
.in-zyxun ul li .box span:after {
  width: 36px;
  height: 1px;
  background-color: #FED337;
  margin: 20px auto;
  content: '';
  display: block;
  overflow: hidden
}
.in-zyxun ul li .box p {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  color: #666
}
.in-zyxun ul li .pic {
  position: relative;
  margin-right: -40px;
  width: 45%;
  height: 280px;
  overflow: hidden
}
.in-zyxun ul li .pic img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  width: auto;
  min-width: 100%;
  transition: all 1s
}
.in-zyxun ul li .text {
  margin: 20px;
  padding: 20px 0 0 0;
  border-top: 1px dashed #DDE7F0;
  text-indent: 2em;
  color: #999;
  line-height: 24px;
  height: 92px;
  overflow: hidden
}
.in-zyxun ul li:hover a:before {
  width: 8%
}
.in-zyxun ul li:hover a:after {
  width: 88%
}
.in-zyxun ul li:hover .box .ico img {
  transform: translateY(-100%)
}
.in-zyxun ul li:hover .pic img {
  transform: translateX(-50%) scale(1.15)
}
.in-about {
  background: url(../img/bj_a2.jpg) center top no-repeat;
  padding: 0 0 60px 0
}
.in-about .position {
  width: 100%;
  height: 460px;
  position: relative;
  overflow: hidden
}
.in-about .position li {
  position: absolute;
  left: 50%;
  background: url(../img/icon_dian.png) center top no-repeat;
  padding: 35px 0 0 0;
  width: 200px;
  text-align: center;
  color: #fff;
  font-size: 16px
}
.in-about .position .f1 {
  margin-left: -789px;
  top: 205px
}
.in-about .position .f2 {
  margin-left: -503px;
  top: 185px
}
.in-about .position .f3 {
  margin-left: -269px;
  top: 336px
}
.in-about .position .f4 {
  margin-left: -3px;
  top: 282px
}
.in-about .position .f5 {
  margin-left: 590px;
  top: 108px
}
.in-about .container {
  position: relative
}
.in-about .container:before {
  content: '';
  position: absolute;
  left: 10px;
  right: 10px;
  top: 0;
  background: #fff;
  height: 50%
}
.in-about .box-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 50px;
  position: relative;
  z-index: 10;
  border-left: 5px solid #eee;
  box-shadow: 0 5px 15px #bbb
}
.in-about .left {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 0;
  padding: 20px 40px
}
.in-about .left .tit {
  line-height: 1
}
.in-about .left .tit span {
  font-size: 28px
}
.in-about .left .tit p {
  margin: 15px 0;
  font-size: 16px;
  text-transform: uppercase
}
.in-about .left .tit:after {
  content: "";
  display: block;
  overflow: hidden;
  width: 30px;
  height: 2px;
  background: #474747
}
.in-about .left .text {
  line-height: 32px;
  font-size: 16px;
  margin: 5% 0;
  color: #666
}
.in-about .left .sbt {
  display: inline-block;
  position: relative;
  font-size: 16px
}
.in-about .left .sbt:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -23px;
  width: 13px;
  height: 1px;
  background: #333333
}
.in-about .left ul {
  overflow: hidden;
  margin-top: 20px
}
.in-about .left ul li {
  width: 33.33333333%;
  float: left;
  color: #333;
  font-size: 16px
}
.in-about .left ul li i {
  font-size: 40px;
  color: rgba(0, 118, 254, 0.8);
  margin: 0 0 5px 8px;
  display: inline-block;
  transition: all .6s
}
.in-about .left ul li:hover i {
  transform: rotate(360deg)
}
.in-about .right {
  width: 50%;
  position: relative
}
.in-about .right .small {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 100%;
  background: #ffffff;
  padding: 0 120px 0 0;
  height: 80px;
  line-height: 80px;
  text-align: center
}
.in-about .right .small .swiper-slide {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  position: relative;
  cursor: pointer;
  transition: all .6s
}
.in-about .right .small .swiper-slide:before, .in-about .right .small .swiper-slide:after {
  content: "";
  position: absolute;
  left: 50%;
  height: 15px;
  width: 1px;
  background: #dddddd;
  transition: all 1s
}
.in-about .right .small .swiper-slide:before {
  top: 12px
}
.in-about .right .small .swiper-slide:after {
  bottom: 12px
}
.in-about .right .small .swiper-slide:hover {
  color: rgba(0, 118, 254, 0.8)
}
.in-about .right .small .swiper-slide:hover:before, .in-about .right .small .swiper-slide:hover:after {
  background: rgba(0, 118, 254, 0.8);
  height: 0
}
.in-about .right .small .swiper-slide-thumb-active {
  color: rgba(0, 118, 254, 0.8)
}
.in-about .right .small .swiper-slide-thumb-active:before, .in-about .right .small .swiper-slide-thumb-active:after {
  height: 0;
  background: rgba(0, 118, 254, 0.8)
}
.in-about .right .small .but {
  position: absolute;
  right: 0;
  top: 0;
  width: 120px
}
.in-about .right .small .but li {
  width: 50%;
  float: left;
  height: 80px;
  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;
  line-height: 1;
  background: #999999;
  color: #fff;
  font-size: 24px;
  cursor: pointer;
  outline: 0;
  transition: all .6s
}
.in-about .right .small .but li:hover {
  background: rgba(0, 118, 254, 0.8)
}
.in-about .right .small .but li.swiper-button-disabled {
  cursor: not-allowed;
  background: #aaa
}
.in-about .right .big a {
  display: block;
  overflow: hidden;
  position: relative;
  height: 500px
}
.in-about .right .big a img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  min-width: 100%;
  width: auto;
  transition: all .6s
}
.in-about .right .big a .fd {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 118, 254, 0.8);
  color: #fff;
  z-index: 5;
  padding: 15px;
  transition: all .6s
}
.in-about .right .big a .fd span {
  font-size: 16px
}
.in-about .right .big a .fd p {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 5px
}
.in-about .right .big a:hover img {
  transform: translateX(-50%) scale(1.15)
}
.in-about .right .big a:hover .fd {
  background-color: rgba(0, 118, 254, 0.8)
}
.in-about .in-tit {
  position: relative;
  z-index: 10
}
.in-about .xun {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: -12px
}
.in-about .xun li {
  width: 25%;
  padding: 12px
}
.in-about .xun li .box {
  height: 100%;
  border-radius: 9px;
  overflow: hidden;
  box-shadow: 0 10px 10px rgba(124, 152, 180, 0.156);
  position: relative;
  padding: 30px 20px;
  text-align: center
}
.in-about .xun li .box:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 118, 254, 1);
  transition: all .6s;
  opacity: 0;
  z-index: 5
}
.in-about .xun li .ico {
  display: block;
  overflow: hidden;
  position: relative;
  width: 112px;
  height: 112px;
  margin: 0 auto
}
.in-about .xun li .ico i, .in-about .xun li .ico:after {
  position: absolute;
  width: 100px;
  height: 100px;
  border-radius: 25%;
  background: #35d4cf;
  background: -webkit-linear-gradient(45deg, #35d4cf, #5ef5ca);
  background: -o-linear-gradient(45deg, #35d4cf, #5ef5ca);
  background: -moz-linear-gradient(45deg, #35d4cf, #5ef5ca);
  background: linear-gradient(45deg, #35d4cf, #5ef5ca);
  transition: all .6s
}
.in-about .xun li .ico i {
  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;
  left: 0;
  top: 0;
  z-index: 2;
  color: #fff;
  font-size: 50px;
  line-height: 1
}
.in-about .xun li .ico:after {
  right: 0;
  bottom: 0;
  content: '';
  opacity: .2
}
.in-about .xun li span {
  font-size: 24px;
  display: block;
  margin: 12px 0 8px 0
}
.in-about .xun li p {
  font-size: 16px;
  color: #888
}
.in-about .xun li .fd {
  position: absolute;
  left: 0;
  top: 20px;
  right: 0;
  bottom: 20px;
  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;
  text-align: justify;
  z-index: 9;
  color: #fff;
  font-size: 16px;
  line-height: 28px;
  transition: all .6s;
  transform: scale(0);
  opacity: 0
}
.in-about .xun li .fd .scrollbar {
  width: 100%;
  max-height: 100%;
  padding: 0 20px
}
.in-about .xun li:nth-child(1) .ico i, .in-about .xun li:nth-child(3) .ico i, .in-about .xun li:nth-child(6) .ico i, .in-about .xun li:nth-child(1) .ico:after, .in-about .xun li:nth-child(3) .ico:after, .in-about .xun li:nth-child(6) .ico:after {
  background: #4c88fa;
  background: -webkit-linear-gradient(45deg, #4c88fa, #5cdcff);
  background: -o-linear-gradient(45deg, #4c88fa, #5cdcff);
  background: -moz-linear-gradient(45deg, #4c88fa, #5cdcff);
  background: linear-gradient(45deg, #4c88fa, #5cdcff)
}
.in-about .xun li:nth-child(2) .ico i, .in-about .xun li:nth-child(4) .ico i, .in-about .xun li:nth-child(7) .ico i, .in-about .xun li:nth-child(2) .ico:after, .in-about .xun li:nth-child(4) .ico:after, .in-about .xun li:nth-child(7) .ico:after {
  background: #fc791e;
  background: -webkit-linear-gradient(45deg, #fc791e, #ffda93);
  background: -o-linear-gradient(45deg, #fc791e, #ffda93);
  background: -moz-linear-gradient(45deg, #fc791e, #ffda93);
  background: linear-gradient(45deg, #fc791e, #ffda93)
}
.in-about .xun li:hover .box:after {
  opacity: 1
}
.in-about .xun li:hover .ico i {
  left: 6px;
  top: 6px
}
.in-about .xun li:hover .ico:after {
  width: 100%;
  height: 100%
}
.in-about .xun li:hover .fd {
  opacity: 1;
  transform: scale(1)
}
.in-hengxx {
  background: #333
}
.in-hengxx .container {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 15px 10px;
  position: relative
}
.in-hengxx .container:after {
  content: '';
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  width: 83%;
  background: url(../img/bj_s2.jpg) repeat
}
.in-hengxx .tit {
  background: url(../img/bj_s1.jpg) repeat;
  width: 30%;
  text-align: center;
  line-height: 1;
  padding: 35px 0;
  position: relative;
  z-index: 1
}
.in-hengxx .tit b {
  font-size: 30px
}
.in-hengxx .tit b span {
  color: rgba(0, 118, 254, 0.8)
}
.in-hengxx .tit p {
  text-transform: uppercase;
  color: #888;
  font-size: 14px;
  display: block;
  margin-top: 8px
}
.in-hengxx .text {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 0;
  color: #fff;
  font-size: 16px;
  position: relative;
  z-index: 5;
  padding: 0 0 0 1%;
  line-height: 1.5
}
.in-hengxx a {
  position: absolute;
  right: 25px;
  z-index: 2;
  background: #fff;
  line-height: 34px;
  padding: 0 15px;
  bottom: 15px
}
.in-hengxx a:after {
  content: '';
  position: absolute;
  left: 2px;
  right: 2px;
  bottom: 2px;
  top: 2px;
  border: 1px solid transparent;
  transition: all 1s;
  transform: scale(0)
}
.in-hengxx a:hover {
  background: #333;
  color: #fff
}
.in-hengxx a:hover:after {
  border-color: #666;
  transform: scale(1)
}
.in-zixun {
  overflow: hidden;
  padding: 60px 0
}
.in-zixun .wid50 {
  float: left;
  width: 50%
}

.in-zixun .container {
  position: relative
}
.in-zixun .container:before, .in-zixun .container:after {
  position: absolute;
  top: 13px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  content: '';
  background: #403f44;
  z-index: 8
}
.in-zixun .container:before {
  left: 10px
}
.in-zixun .container:after {
  right: 10px
}
.in-zixun .li {
  width: 33.33333333%;
  padding: 0 15px;
  float: left;
  position: relative
}
.in-zixun .li:before {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  top: 15px;
  height: 1px;
  background: #d2d2d2
}
.in-zixun .tit {
  text-align: center;
  position: relative;
  z-index: 5
}
.in-zixun .tit span {
  display: inline-block;
  padding: 0 10px;
  background: #fff;
  line-height: 30px;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 8px
}
.in-zixun .tit a {
  display: block;
  overflow: hidden;
  margin: 0 auto;
  width: 50px;
  line-height: 20px;
  border-radius: 20px;
  background: #403f44;
  color: #fff
}
.in-zixun .tit a:hover {
  background: rgba(0, 118, 254, 0.8)
}
.in-zixun .pic {
  display: block;
  overflow: hidden;
  position: relative;
  height: 170px;
  margin: 20px 0 15px 0
}
.in-zixun .pic img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  min-width: 100%;
  width: auto;
  transition: all .6s
}
.in-zixun .pic .fd {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  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;
  padding: 0 10px
}
.in-zixun .pic .fd span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 15px;
  background-color: rgba(0, 0, 0, 0.55);
  color: #fff;
  font-size: 20px;
  line-height: 45px
}
.in-zixun .pic:hover img {
  transform: translateX(-50%) scale(1.15)
}
.in-zixun .wz {
  line-height: 31px
}
.in-zixun .wz li a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  padding: 0 0 0 15px
}
.in-zixun .wz li a:after {
  content: '';
  border-bottom: 1px solid rgba(0, 118, 254, 0.8);
  width: 0;
  transition: all .6s;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0
}
.in-zixun .wz li a:hover {
  text-indent: 5px
}
.in-zixun .gund a {
  display: block;
  line-height: 26px;
  border-bottom: 1px dashed #eee;
  padding: 10px 0;
  position: relative
}
.in-zixun .gund a:after, .in-zixun .gund a:before {
  content: '';
  position: absolute;
  bottom: -1px;
  z-index: 5;
  height: 1px;
  width: 0;
  transition: all .6s
}
.in-zixun .gund a:after {
  right: 0;
  background: rgba(0, 118, 254, 0.8)
}
.in-zixun .gund a:before {
  left: 0;
  background: #000
}
.in-zixun .gund a:hover {
  border-bottom: transparent
}
.in-zixun .gund a:hover:after {
  width: 88%
}
.in-zixun .gund a:hover:before {
  width: 8%
}
.in-zixun .gund .w {
  padding: 0 0 0 35px;
  font-size: 18px;
  position: relative;
  color: #333;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}
.in-zixun .gund .w:before {
  position: absolute;
  left: 0;
  top: 0;
  content: 'Q';
  width: 26px;
  background: rgba(0, 118, 254, 0.8);
  color: #fff;
  font-size: 16px;
  border-radius: 50%;
  display: block;
  overflow: hidden;
  text-align: center
}
.in-zixun .gund .d {
  margin-top: 5px;
  padding: 0 0 0 35px;
  position: relative;
  color: #888;
  height: 52px;
  overflow: hidden
}
.in-zixun .gund .d:before {
  position: absolute;
  left: 0;
  top: 0;
  content: 'A';
  width: 26px;
  background: #939393;
  color: #fff;
  font-size: 16px;
  border-radius: 50%;
  display: block;
  overflow: hidden;
  text-align: center
}
.in-news {
  background: url(../img/newbg.jpg) repeat center center;
  padding: 60px 0;
  color: #fff
}
.in-news .tab {
  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;
  margin-bottom: 30px;
  overflow: hidden
}
.in-news .tab li {
  padding: 0 25px;
  font-size: 16px;
  position: relative;
  cursor: pointer
}
.in-news .tab li:before {
  content: '';
  position: absolute;
  width: 16px;
  height: 1px;
  background: #bbb;
  left: -8px;
  top: 50%
}
.in-news .tab li:first-child:before {
  display: none
}
.in-news .tab li.on {
  color: rgba(0, 118, 254, 0.8)
}
.in-news .li {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between
}
.in-news .li .big {
  background: #fff;
  display: block;
  overflow: hidden;
  padding: 20px;
  width: 33%;
  position: relative
}
.in-news .li .big:after, .in-news .li .big:before {
  content: '';
  position: absolute;
  bottom: 0px;
  z-index: 5;
  height: 1px;
  width: 0;
  transition: all .6s
}
.in-news .li .big:after {
  right: 0;
  background: rgba(0, 118, 254, 0.8)
}
.in-news .li .big:before {
  left: 0;
  background: #000
}
.in-news .li .big .pic {
  position: relative;
  overflow: hidden;
  height: 240px;
  margin-bottom: 20px
}
.in-news .li .big .pic img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  min-width: 100%;
  width: auto;
  transition: all .6s
}
.in-news .li .big .box {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  color: #333
}
.in-news .li .big .left {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 0;
  margin-right: 10px
}
.in-news .li .big .left span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px
}
.in-news .li .big .left p {
  margin-top: 8px;
  color: #888;
  line-height: 25px;
  height: 50px;
  display: block;
  overflow: hidden
}
.in-news .li .big .right {
  background: rgba(0, 118, 254, 0.8);
  color: #fff;
  width: 90px;
  height: 90px;
  border-radius: 4px;
  text-align: center;
  line-height: 1;
  font-size: 16px
}
.in-news .li .big .right em {
  font-size: 58px;
  display: block;
  padding: 5px 0 3px 0;
  font-weight: 200
}
.in-news .li .big:hover {
  box-shadow: 0 8px 35px rgba(0, 0, 0, 0.2)
}
.in-news .li .big:hover:before {
  width: 10%
}
.in-news .li .big:hover:after {
  width: 85%
}
.in-news .li .big:hover .pic img {
  transform: translateX(-50%) scale(1.15)
}
.in-news .li ul {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 0;
  margin-left: 20px;
  background: #fff
}
.in-news .li ul li {
  width: 50%;
  float: left;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  transition: all .6s;
  position: relative
}
.in-news .li ul li:after, .in-news .li ul li:before {
  content: '';
  position: absolute;
  bottom: -1px;
  z-index: 5;
  height: 1px;
  width: 0;
  transition: all .6s
}
.in-news .li ul li:after {
  right: 0;
  background: rgba(0, 118, 254, 0.8)
}
.in-news .li ul li:before {
  left: 0;
  background: #000
}
.in-news .li ul li a {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 0 20px;
  height: 130px;
  color: #333
}
.in-news .li ul li .date {
  text-align: center;
  line-height: 1;
  transition: all .6s
}
.in-news .li ul li .date em {
  font-size: 46px;
  display: block;
  margin-bottom: 8px;
  font-weight: 200
}
.in-news .li ul li .box {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 0;
  margin-left: 15px
}
.in-news .li ul li .box span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px
}
.in-news .li ul li .box p {
  margin-top: 6px;
  color: #888;
  font-size: 14px;
  line-height: 25px;
  height: 50px;
  display: block;
  overflow: hidden
}
.in-news .li ul li:hover {
  box-shadow: 0 8px 35px rgba(0, 0, 0, 0.2)
}
.in-news .li ul li:hover .date {
  color: rgba(0, 118, 254, 0.8)
}
.in-news .li ul li:hover:before {
  width: 10%
}
.in-news .li ul li:hover:after {
  width: 85%
}
.in-news .li ul li:nth-child(1), .in-news .li ul li:nth-child(2) {
  border-top: 0
}
.in-news .li ul li:nth-child(2n+1) {
  border-left: 0
}
.in-she {
  padding: 60px 0
}
.in-she .desc {
  width: 100%;
  max-width: 770px;
  margin: 0 auto 60px auto;
  color: #666;
  line-height: 1.8;
  text-align: center
}
.in-she .xun li {
  float: left;
  width: 20%;
  border-left: 1px solid #e6e6e6;
  border-top: 1px solid #e6e6e6;
  position: relative;
  padding: 10px
}
.in-she .xun li:before {
  content: '';
  width: 60px;
  height: 50px;
  background: #fff;
  position: absolute;
  top: -25px;
  left: -30px
}
.in-she .xun li:after {
  content: '';
  width: 4px;
  height: 4px;
  background: #e6e6e6;
  position: absolute;
  top: -2px;
  left: -2px
}
.in-she .xun li a {
  display: block;
  overflow: hidden;
  height: 140px;
  position: relative;
  z-index: 5
}
.in-she .xun li a img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  width: auto;
  transition: all 1s
}
.in-she .xun li a img:nth-child(1) {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter ….3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  filter: gray;
  -webkit-filter: grayscale(100%);
  opacity: .7;
  transform: translate(-50%, -50%)
}
.in-she .xun li a img:nth-child(2) {
  opacity: 0;
  transform: translate(-50%, -50%) rotateY(180deg)
}
.in-she .xun li a:hover img:nth-child(1) {
  transform: translate(-50%, -50%) rotateY(180deg);
  opacity: 0
}
.in-she .xun li a:hover img:nth-child(2) {
  transform: translate(-50%, -50%) rotateY(0);
  opacity: 1
}
.in-she .xun li:nth-child(1), .in-she .xun li:nth-child(2), .in-she .xun li:nth-child(3), .in-she .xun li:nth-child(4), .in-she .xun li:nth-child(5) {
  border-top-width: 0
}
.in-she .xun li:nth-child(1):before, .in-she .xun li:nth-child(2):before, .in-she .xun li:nth-child(3):before, .in-she .xun li:nth-child(4):before, .in-she .xun li:nth-child(5):before {
  display: none
}
.in-she .xun li:nth-child(1):after, .in-she .xun li:nth-child(2):after, .in-she .xun li:nth-child(3):after, .in-she .xun li:nth-child(4):after, .in-she .xun li:nth-child(5):after {
  display: none
}
.in-she .xun li:nth-child(5n+1) {
  border-left-width: 0
}
.in-she .xun li:nth-child(5n+1):before {
  display: none
}
.in-she .xun li:nth-child(5n+1):after {
  display: none
}
.link {
  margin-top: 60px
}
.link .tit {
  border-bottom: 1px solid #efefef;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 0 10px 0;
  margin-bottom: 15px
}
.link .tit b {
  font-size: 30px;
  opacity: .5
}
.link .tit em {
  font-size: 30px;
  opacity: .5;
  font-weight: 200;
  margin: 0 0 0 3px
}
.link .tit span {
  margin-top: 8px
}
.link ul {
  margin: 0 -10px;
  overflow: hidden;
  line-height: 26px
}
.link ul li {
  float: left;
  padding: 0 10px
}
.link ul li a {
  color: #666
}
.link ul li a:hover {
  color: rgba(0, 118, 254, 0.8)
}
.page-top {
  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-position: center top;
  background-repeat: no-repeat;
  background-size: auto 100%;
  height: 500px;
  color: #fff;
  text-align: center;
  padding: 0 10px;
  position: relative
}
.page-top .bt {
  font-size: 48px;
  font-weight: bold;
  z-index: 2;
  position: relative
}
.page-top .text {
  margin-top: 10px;
  font-size: 22px;
  line-height: 32px;
  letter-spacing: 10px;
  opacity: .9;
  z-index: 2;
  position: relative
}
.page-top .more {
  z-index: 2;
  position: relative;
  line-height: 40px;
  width: 140px;
  font-size: 18px;
  background: linear-gradient(90deg, #f7b175 0%, #ff7805 100%);
  display: block;
  margin: 30px auto 0 auto;
  text-align: center;
  color: #fff;
  border-radius: 4px
}
.page-top .more:hover {
  background: linear-gradient(180deg, #f7b175 0%, #ff7805 100%)
}
.page-top .vt {
  font-size: 30px;
  z-index: 2;
  position: relative
}
.page-top.small {
  height: 430px
}
.page-top.small:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: -webkit-linear-gradient(left, rgba(30, 95, 116, 0.7) 0%, rgba(23, 9, 49, 0.7) 100%);
  background: -o-linear-gradient(left, rgba(30, 95, 116, 0.7) 0%, rgba(23, 9, 49, 0.7) 100%);
  background: -ms-linear-gradient(left, rgba(30, 95, 116, 0.7) 0%, rgba(23, 9, 49, 0.7) 100%);
  background: linear-gradient(to right, rgba(30, 95, 116, 0.7) 0%, rgba(23, 9, 49, 0.7) 100%)
}
.main {
  padding: 0 0 50px 0
}
.main .container {
  max-width: 1200px;
  padding: 0;
  background: #fff;
  margin-top: -60px;
  position: relative
}
.main .position-offtop {
  position: absolute;
  right: 0;
  top: -30px;
  line-height: 30px;
  color: #fff;
  font-size: 14px
}
.main .position-offtop a {
  color: #fff;
  opacity: .8
}
.main .position-offtop a:hover {
  color: #ff7805
}
.main.main-upt .container {
  background: none
}
.main .web-cate {
  background: #fff;
  height: 60px;
  line-height: 60px;
  position: relative;
  margin-bottom: 20px
}
.main .web-cate:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #eee
}
.main .web-cate .swiper-slide {
  width: auto
}
.main .web-cate .swiper-slide a {
  display: block;
  overflow: hidden;
  position: relative;
  font-size: 16px;
  margin: 0 10px
}
.main .web-cate .swiper-slide a:before, .main .web-cate .swiper-slide a:after {
  position: absolute;
  bottom: 0;
  width: 0;
  height: 1px;
  border-radius: 50%;
  content: '';
  z-index: 8;
  transition: all .6s
}
.main .web-cate .swiper-slide a:before {
  left: 0;
  background: #000
}
.main .web-cate .swiper-slide a:after {
  right: 0;
  background: rgba(0, 118, 254, 0.8)
}
.main .web-cate .swiper-slide:hover a, .main .web-cate .on a {
  color: rgba(0, 118, 254, 0.8)
}
.main .web-cate .swiper-slide:hover a:before, .main .web-cate .on a:before {
  width: 15%
}
.main .web-cate .swiper-slide:hover a:after, .main .web-cate .on a:after {
  width: 80%
}
.list-news li {
  margin-top: 20px
}
.list-news li a {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  color: #333
}
.list-news li .date {
  width: 100px;
  height: 112px;
  background: #4F4F4F;
  color: #fff;
  text-align: center;
  line-height: 1;
  transition: all .6s
}
.list-news li .date em {
  font-weight: 200;
  display: block;
  font-size: 46px;
  margin: 20px 0 8px 0
}
.list-news li .box {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 0;
  background: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 30px;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
  position: relative
}
.list-news li .box:before, .list-news li .box:after {
  content: '';
  position: absolute;
  bottom: 0px;
  z-index: 1;
  width: 0;
  height: 1px;
  transition: all .6s
}
.list-news li .box:before {
  background: #ff7805;
  left: 0
}
.list-news li .box:after {
  background: rgba(0, 118, 254, 0.8);
  right: 0
}
.list-news li .pic {
  overflow: hidden
}
.list-news li .pic img {
  width: 250px;
  height: 150px;
  transition: all .6s
}
.list-news li .pic img:hover {
  transform: scale(1.05)
}
.list-news li .kj {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 0;
  position: relative;
  margin-left: 20px
}
.list-news li .kj span {
  font-size: 20px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px
}
.list-news li .kj p {
  font-size: 13px;
  color: #666;
  line-height: 25px;
  height: 75px;
  display: block;
  overflow: hidden
}
.list-news li .kj em {
  position: absolute;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  line-height: 1;
  color: #666
}
.list-news li .kj em i {
  width: 0;
  transition: all .6s;
  font-size: 18px;
  overflow: hidden;
  opacity: 0
}
.list-news li:first-child {
  margin-top: 0
}
.list-news li:hover .date {
  width: 112px;
  background: #ff7805
}
.list-news li:hover .box:before {
  width: 5%
}
.list-news li:hover .box:after {
  width: 93%
}
.list-news li:hover .kj em i {
  width: 23px;
  opacity: 1;
  color: rgba(0, 118, 254, 0.8)
}
.list-case {
  margin: -16px;
  overflow: hidden
}
.list-case li {
  width: 33.33333333%;
  float: left;
  padding: 16px
}
.list-case li .box {
  background: #fff;
  position: relative;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.1)
}
.list-case li .box:before, .list-case li .box:after {
  content: '';
  position: absolute;
  bottom: 0px;
  z-index: 1;
  width: 0;
  height: 1px;
  transition: all .6s
}
.list-case li .box:before {
  background: #ff7805;
  left: 0
}
.list-case li .box:after {
  background: rgba(0, 118, 254, 0.8);
  right: 0
}
.list-case li .pic {
  display: block;
  overflow: hidden;
  position: relative
}
.list-case li .pic img {
  width: 100%;
  height: auto;
  transition: all .6s
}
.list-case li .pic span {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -50px;
  line-height: 50px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background: #000;
  padding: 0 15px;
  font-size: 16px;
  color: #fff;
  opacity: .5;
  transition: all .6s;
  z-index: 5
}
.list-case li .pic .ewm_code {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  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;
  z-index: 9;
  opacity: 0;
  transition: all .6s
}
.list-case li .pic .ewm_code canvas {
  height: 50%;
  width: auto;
  padding: 5px;
  background: #fff
}
.list-case li .kj {
  padding: 0 15px;
  height: 86px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  line-height: 1
}
.list-case li .kj .left {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 0;
  margin-right: 10px
}
.list-case li .kj .left span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px
}
.list-case li .kj .left p {
  color: #666;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 10px
}
.list-case li .kj .right {
  line-height: 1
}
.list-case li .kj .right em {
  color: #999;
  font-size: 14px;
  margin-bottom: 10px;
  text-align: right;
  display: block
}
.list-case li .kj .right em i {
  margin-right: 3px;
  font-size: 14px
}
.list-case li .kj .right .ico {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin: 0 -3px;
  overflow: hidden
}
.list-case li .kj .right .ico i {
  font-size: 20px;
  color: rgba(0, 118, 254, 0.8);
  padding: 0 3px
}
.list-case li.ewmhover .pic .ewm_code {
  opacity: 1
}
.list-case li:hover .box:before {
  width: 10%
}
.list-case li:hover .box:after {
  width: 86%
}
.list-case li:hover .pic img {
  transform: scale(1.05)
}
.list-case li:hover .pic span {
  bottom: 0
}
.view .htit {
  font-size: 24px;
  padding: 35px 0 0;
  text-align: center;
  color: #333
}
.view .ctit {
  margin: 30px 0 20px 0;
  overflow: hidden;
  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;
  position: relative
}
.view .ctit:before, .view .ctit:after {
  content: "";
  position: absolute;
  left: 0px;
  height: 1px;
  background: #eee;
  width: 100%
}
.view .ctit:before {
  top: 52%
}
.view .ctit:after {
  bottom: 52%
}
.view .ctit .cen {
  background: #fff;
  overflow: hidden;
  padding: 0 10px;
  position: relative;
  z-index: 1;
  text-align: center;
  line-height: 1;
  background: rgba(0, 118, 254, 0.8);
  color: #fff;
  padding: 10px;
  font-size: 14px;
  border-radius: 10px
}
.view .ctit .cen span {
  display: block;
  overflow: hidden;
  font-size: 26px;
  padding: 0 0 10px 0
}
.view .ctit .cen em {
  text-transform: uppercase;
  color: #eee
}
.view .ncs {
  height: 60px;
  border-bottom: 1px solid #eee;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 0 30px;
  line-height: 1;
  color: #666
}
.view .ncs span {
  padding: 0 5px
}
.view .position {
  height: 60px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 0 30px;
  line-height: 1;
  font-size: 14px;
  color: #666;
  border-bottom: 1px solid #eee
}
.view .position .left {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center
}
.view .position .left i {
  font-size: 18px;
  margin-right: 5px
}
.view .position .right a {
  border: 1px solid rgba(0, 118, 254, 0.8);
  color: rgba(0, 118, 254, 0.8);
  padding: 0 15px;
  line-height: 30px;
  display: block;
  overflow: hidden
}
.view .position .right a:hover {
  background: rgba(0, 118, 254, 0.8);
  color: #fff
}
.view .ndesc {
  padding: 18px 50px;
  line-height: 20px;
  min-height: 36px;
  position: relative;
  background: #f5f5f5;
  border-radius: 40px 0 40px 0;
  color: #888;
  font-size: 13px;
  margin-top: 30px
}
.view .ndesc font {
  color: rgba(0, 118, 254, 0.8)
}
.view .ndesc:before, .view .ndesc:after {
  position: absolute;
  font-size: 36px;
  font-family: "iconfont" !important;
  transform: scale(-1);
  line-height: 1;
  opacity: .8
}
.view .ndesc:before {
  content: "\e873";
  left: 0;
  top: -15px
}
.view .ntongji {
  text-align: right;
  overflow: hidden;
  color: #888
}
.view .ntongji span {
  color: rgba(0, 118, 254, 0.8);
  font-weight: bold
}
.view .nonurl {
  text-align: center;
  font-size: 20px;
  color: #ff7805
}
.view .nonurl a {
  color: #ff7805
}
.view .nonurl a:hover {
  text-decoration: underline
}
.view .nhowto {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  line-height: 22px;
  margin-top: 10px
}
.view .nhowto dt {
  opacity: .6
}
.view .nhowto dd {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 0
}
.view .nhowto dd a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
  color: rgba(0, 118, 254, 0.8);
  width: 20%;
  padding-right: 10px
}
.view .nhowto dd a:hover {
  text-decoration: underline
}
.view .nhowto dd a:nth-child(even) {
  padding-right: 0
}
.view .view-news {
  padding: 0 30px 30px
}
.view .view-news .ntongji {
  margin-top: 15px
}
.view .view-news .web-body {
  margin: 20px 0 0
}
.view .view-case {
  padding: 0 0 30px 0
}
.view .view-case .flex-box {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  box-shadow: 0 10px 15px #ccc
}
.view .view-case .flex-box .tit {
  line-height: 1;
  overflow: hidden;
  margin-bottom: 20px
}
.view .view-case .flex-box .tit em {
  color: #aaa;
  font-size: 200;
  font-size: 28px
}
.view .view-case .flex-box .tit span {
  font-size: 24px;
  display: block;
  margin: 10px 0 15px 0
}
.view .view-case .flex-box .tit:after {
  display: block;
  width: 20px;
  height: 2px;
  content: '';
  background-color: #ccc
}
.view .view-case .flex-box .left {
  width: 65%;
  padding: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between
}
.view .view-case .flex-box .left .pic {
  width: 35%
}
.view .view-case .flex-box .left .pic img {
  width: 100%;
  height: auto
}
.view .view-case .flex-box .left .box {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 0;
  margin-left: 20px
}
.view .view-case .flex-box .left .text {
  line-height: 1.8;
  color: #666
}
.view .view-case .flex-box .left .more {
  display: block;
  overflow: hidden;
  width: 120px;
  text-align: center;
  border: solid 1px #ccc;
  font-size: 15px;
  line-height: 36px;
  color: #666;
  margin-top: 20px
}
.view .view-case .flex-box .left .more:hover {
  border-color: rgba(0, 118, 254, 0.8);
  color: rgba(0, 118, 254, 0.8)
}
.view .view-case .flex-box .right {
  background: #f5f5f5;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 0;
  padding: 30px
}
.view .view-case .flex-box .right .text {
  color: #888
}
.view .view-case .flex-box .right .text p {
  display: block;
  overflow: hidden;
  position: relative;
  margin-top: 10px;
  padding: 0 0 0 15px;
  line-height: 1.8
}
.view .view-case .flex-box .right .text p:before {
  content: '';
  position: absolute;
  left: 0;
  top: 11px;
  height: 4px;
  width: 4px;
  border-radius: 50%;
  background: #aaa
}
.view .view-case .flex-box .right .text p:first-child {
  margin-top: 0
}
.sys-page {
  padding: 0 30px 30px 30px;
  overflow: hidden
}
.web-body {
  overflow: hidden;
  line-height: 2;
  text-align: justify;
  color: #333
}
.web-body .more {
  display: block;
  overflow: hidden;
  width: 300px;
  text-align: center;
  border: solid 1px #ccc;
  font-size: 15px;
  line-height: 36px;
  color: #666;
  margin: 20px auto 0
}
.web-body .more:hover {
  border-color: rgba(0, 118, 254, 0.8);
  color: rgba(0, 118, 254, 0.8)
}
.web-body img {
  max-width: 100% !important;
  width: auto !important;
  height: auto !important
}
.view-but {
  background: #f2f2f2;
  margin-top: 45px;
  height: 45px
}
.view-but a {
  height: 90px;
  width: 90px;
  border-radius: 50%;
  background: #666666;
  font-size: 20px;
  color: #fff;
  display: block;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
  top: -45px;
  z-index: 111;
  text-align: center;
  padding: 17px 20px 0 20px
}
.view-but a:hover {
  background: #FF7805;
  color: #fff
}
.view-more {
  overflow: hidden;
  border-top: 15px solid #f2f2f2
}
.view-more li {
  width: 33.33333333%;
  float: left;
  text-align: center;
  padding: 0 15px;
  font-size: 16px;
  line-height: 1
}
.view-more li a {
  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;
  height: 60px
}
.view-more li i {
  margin-right: 10px
}
.view-more li:nth-child(2) {
  border-right: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5
}
.xg-box {
  padding: 30px;
  border-top: 15px solid #f2f2f2
}
.xg-box .tit {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  border-bottom: 1px solid #eaeaea;
  position: relative;
  padding: 0 0 15px 0;
  line-height: 1;
  margin-bottom: 20px
}
.xg-box .tit:before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: -1px;
  height: 1px;
  width: 20px;
  background: rgba(0, 118, 254, 0.8);
  z-index: 5
}
.xg-box .tit b {
  font-size: 20px
}
.xg-box .tit b em {
  color: rgba(0, 118, 254, 0.8)
}
.xg-box .tit a {
  color: #888
}
.xg-box .tit a:hover {
  color: rgba(0, 118, 254, 0.8)
}
.xg-box .news {
  background: #fff;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between
}
.xg-box .news .tou {
  width: 55%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center
}
.xg-box .news .tou .pic {
  overflow: hidden;
  margin-right: 15px
}
.xg-box .news .tou .pic img {
  width: 250px;
  height: 160px;
  transition: all .6s
}
.xg-box .news .tou .pic img:hover {
  transform: scale(1.1)
}
.xg-box .news .tou .box {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 0
}
.xg-box .news .tou .box span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #333;
  transition: all .6s;
  font-size: 18px;
  font-weight: bold
}
.xg-box .news .tou .box span:hover {
  color: rgba(0, 118, 254, 0.8)
}
.xg-box .news .tou .box p {
  line-height: 24px;
  height: 96px;
  display: block;
  overflow: hidden;
  color: #666;
  margin: 8px 0
}
.xg-box .news .tou .box em {
  color: #888;
  line-height: 1
}
.xg-box .news .tou .box em:hover {
  color: rgba(0, 118, 254, 0.8)
}
.xg-box .news .line {
  border-left: 1px dashed #ddd;
  margin: 0 25px;
  height: 150px
}
.xg-box .news ul {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 0
}
.xg-box .news ul li {
  line-height: 26px
}
.xg-box .news ul li a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  padding: 0 12px
}
.xg-box .news ul li a:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 3px;
  background: #666;
  border-radius: 50%
}
.xg-box .news ul li a em {
  float: right;
  color: #888;
  font-size: 90%
}
.xg-box .case ul {
  margin: -10px;
  overflow: hidden
}
.xg-box .case ul li {
  width: 25%;
  float: left;
  padding: 10px
}
.xg-box .case ul li .pic {
  overflow: hidden;
  margin-bottom: 12px
}
.xg-box .case ul li .pic img {
  width: 100%;
  height: auto;
  transition: all .6s
}
.xg-box .case ul li span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  font-size: 16px;
  color: #666;
  transition: all .6s;
  line-height: 1
}
.xg-box .case ul li:hover .pic img {
  transform: scale(1.05)
}
.xg-box .case ul li:hover span {
  color: rgba(0, 118, 254, 0.8)
}
.pagination {
  width: 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;
  padding: 30px 0 0 0
}
.pagination li {
  padding: 0 5px
}
.pagination li a, .pagination li span {
  display: block;
  overflow: hidden;
  padding: 0 12px;
  line-height: 32px;
  background: #fff;
  box-shadow: 0 0 5px #eee;
  color: #666
}
.pagination li a:hover {
  background: #666;
  color: #fff;
  border-color: #666
}
.pagination li.active span {
  cursor: default;
  background: rgba(0, 118, 254, 0.8);
  color: #fff
}
.pagination li.disabled span {
  background: #ddd;
  color: #888;
  cursor: not-allowed
}
.box-erwai {
  margin-top: 30px
}
.box-erwai .tit {
  overflow: hidden;
  font-size: 20px;
  font-weight: bold
}
.box-erwai .wenda {
  overflow: hidden
}
.box-erwai .wenda ul li {
  border-bottom: 1px dashed #e4e4e4;
  padding: 20px 10px;
  width: 50%;
  float: left
}
.box-erwai .wenda ul li .w {
  padding: 0 0 0 35px;
  line-height: 28px;
  position: relative;
  display: block;
  overflow: hidden;
  font-size: 16px;
  margin-bottom: 10px
}
.box-erwai .wenda ul li .w:before {
  content: "Q";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 16px;
  background: rgba(0, 118, 254, 0.8);
  color: #fff;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  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
}
.box-erwai .wenda ul li .d {
  padding: 0 0 0 35px;
  line-height: 22px;
  height: 66px;
  position: relative;
  display: block;
  overflow: hidden;
  color: #666;
  cursor: pointer
}
.box-erwai .wenda ul li .d:before {
  content: "A";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 16px;
  background: #ff7805;
  color: #fff;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  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
}
.box-erwai .wenda ul li .d .m {
  position: absolute;
  right: 0;
  bottom: 0;
  background: #fff;
  background: -webkit-linear-gradient(left, #fff, #eee);
  background: -o-linear-gradient(left, #fff, #eee);
  background: -moz-linear-gradient(left, #fff, #eee);
  background: linear-gradient(left, #fff, #eee);
  padding: 0 5px 0 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  cursor: pointer
}
.box-erwai .wenda ul li .d .m i {
  color: rgba(0, 118, 254, 0.8);
  margin-left: 5px
}
.box-erwai .wenda ul li .auto {
  height: auto
}
.box-erwai .wenda ul li .auto .m {
  display: none
}
.heng-bptext {
  background: url(../img/bj_map.jpg) center top no-repeat;
  background-size: 100% 100%;
  height: 300px;
  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;
  color: #fff;
  padding: 20px;
  text-align: center
}
.heng-bptext .t1 {
  font-size: 32px
}
.heng-bptext .t2 {
  font-size: 42px;
  padding: 15px 0;
  font-weight: bold
}
.heng-bptext .t2 span {
  display: inline-block;
  margin: 0 10px;
  padding: 0 15px;
  color: #666;
  background-color: #fff
}
.heng-bptext .t3 {
  font-size: 24px
}
.page-box {
  padding: 15px 30px 50px 30px
}
.page-box .page-tit {
  margin-bottom: 25px;
  margin-top: 40px
}
.page-box .page-tit .bt {
  font-size: 36px;
  text-align: center;
  line-height: 1
}
.page-box .page-tit .text {
  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;
  margin-top: 15px
}
.page-box .page-tit .text .bor {
  padding: 10px 0;
  color: #666;
  font-size: 18px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee
}
.page-box .page-tit:first-of-type {
  margin-top: 0
}
.page-box .page-tab {
  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;
  margin: -5px;
  overflow: hidden;
  flex-wrap: wrap
}
.page-box .page-tab li {
  margin: 5px;
  padding: 10px 22px;
  font-size: 16px;
  line-height: 20px;
  color: #666;
  border: 1px solid #ccc;
  border-radius: 60px;
  cursor: pointer;
  transition: all .6s
}
.page-box .page-tab li.on, .page-box .page-tab li:hover {
  color: #fff;
  background-color: rgba(0, 118, 254, 0.8);
  border-color: rgba(0, 118, 254, 0.8)
}
.page-box .box-nrban .page-tab {
  margin-bottom: 20px
}
.page-box .box-nrban .swiper-slide {
  padding: 0 0 0 40px
}
.page-box .box-nrban .swiper-slide .t {
  position: relative;
  margin-bottom: 25px;
  padding: 30px;
  border: 1px solid #eee
}
.page-box .box-nrban .swiper-slide .t .bt {
  margin-left: -70px;
  background: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center
}
.page-box .box-nrban .swiper-slide .t .bt em {
  font-size: 58px;
  font-weight: bold;
  color: rgba(0, 118, 254, 0.8)
}
.page-box .box-nrban .swiper-slide .t .bt p {
  font-size: 15px;
  line-height: 24px;
  color: #ccc
}
.page-box .box-nrban .swiper-slide .t .bt p span {
  display: block;
  font-size: 24px;
  line-height: 30px;
  color: rgba(0, 118, 254, 0.8)
}
.page-box .box-nrban .swiper-slide .t .desc {
  font-size: 16px;
  line-height: 1.5
}
.page-box .box-nrban .swiper-slide .x {
  overflow: hidden;
  margin: 0 -15px
}
.page-box .box-nrban .swiper-slide .x .li {
  width: 50%;
  float: left;
  padding: 0 15px
}
.page-box .box-nrban .swiper-slide .x .li2 {
  padding: 0 15px
}
.page-box .box-nrban .swiper-slide .x .li2 li {
  width: 50%;
  float: left
}
.page-box .box-nrban .swiper-slide .x .tit {
  padding: 5px;
  overflow: hidden
}
.page-box .box-nrban .swiper-slide .x .tit span {
  position: relative;
  margin-bottom: 15px;
  padding: 5px 15px;
  font-size: 18px;
  font-weight: normal;
  color: #fff;
  background-color: rgba(0, 118, 254, 0.8);
  display: inline-block
}
.page-box .box-nrban .swiper-slide .x .tit span:after, .page-box .box-nrban .swiper-slide .x .tit span:before {
  content: "";
  position: absolute;
  left: -5px;
  right: -5px;
  display: block;
  height: 10px;
  border: 1px solid rgba(0, 118, 254, 0.8)
}
.page-box .box-nrban .swiper-slide .x .tit span:before {
  border-bottom: 0;
  top: -5px
}
.page-box .box-nrban .swiper-slide .x .tit span:after {
  border-top: 0;
  bottom: -5px
}
.page-box .box-nrban .swiper-slide .x .text {
  font-size: 16px;
  line-height: 1.6
}
.page-box .box-nrban .swiper-slide .x .text ul {
  padding: 0 0 5px 30px;
  overflow: hidden;
  font-size: 16px;
  color: #666
}
.page-box .box-nrban .nrban-num {
  width: auto;
  left: auto;
  bottom: auto;
  position: absolute;
  right: 20px;
  top: 20px;
  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;
  z-index: 5
}
.page-box .box-nrban .nrban-num .swiper-pagination-bullet {
  border-radius: 20px;
  opacity: 1;
  transition: all .6s;
  width: 12px;
  height: 12px;
  background: #666;
  margin: 0 3px;
  cursor: pointer
}
.page-box .box-nrban .nrban-num .swiper-pagination-bullet-active {
  width: 30px;
  background: rgba(0, 118, 254, 0.8)
}
.page-box .box-msban .page-tab {
  margin-top: 20px
}
.page-box .box-msban .swiper-slide {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between
}
.page-box .box-msban .swiper-slide .pic {
  width: 48%
}
.page-box .box-msban .swiper-slide .pic img {
  width: 100%;
  height: auto
}
.page-box .box-msban .swiper-slide .box {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 0;
  margin-left: 4%
}
.page-box .box-msban .swiper-slide .bt {
  font-size: 20px
}
.page-box .box-msban .swiper-slide .bt span {
  font-size: 36px;
  margin-right: 10px;
  font-weight: bold
}
.page-box .box-msban .swiper-slide .desc {
  color: #666;
  margin-top: 5px
}
.page-box .box-msban .swiper-slide .cs {
  overflow: hidden;
  line-height: 28px;
  color: #666;
  padding: 15px 0
}
.page-box .box-msban .swiper-slide .cs p {
  display: block;
  overflow: hidden;
  padding: 0 0 0 20px;
  position: relative;
  font-size: 16px
}
.page-box .box-msban .swiper-slide .cs p:before {
  content: "\e6bf";
  font-family: "iconfont" !important;
  position: absolute;
  left: 0;
  top: 0
}
.page-box .box-msban .swiper-slide .text {
  font-size: 16px;
  line-height: 1.5
}
.page-box .box-msban .swiper-slide .text p {
  margin-top: 10px
}
.html-read {
  text-align: center;
  padding: 5px 0
}
.html-read a {
  color: rgba(0, 118, 254, 0.8)
}
.qybodyhtml {
  margin: 0 0 20px 0;
  overflow: hidden;
  font-size: 14px;
  line-height: 1.8
}
.qybodyhtml .wid50 {
  float: left;
  width: 50%
}
.qybodyhtml ul, .qybodyhtml ol {
  list-style-type: disc;
  margin-left: 20px
}
.qybodyhtml ul li, .qybodyhtml ol li {
  list-style: inherit;
  list-style-type: inherit;
  padding: 1px 0
}
.qybodyhtml em {
  background: #7BAEF4;
  color: #fff;
  border-radius: 100px;
  display: inline-block;
  padding: 0 9px;
  margin: 2px 5px;
  font-style: normal
}
.qybodyhtml h2 {
  border-left: 5px solid #0e9ce4;
  font-size: 22px !important;
  line-height: 1.2 !important;
  margin: 15px 0 10px 0 !important;
  padding: 0 0 0 15px !important;
  color: #000 !important;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center
}
.qybodyhtml h2:after {
  content: "";
  width: 0;
  margin-left: 10px;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 1px;
  background: #eee
}
.qybodyhtml h3 {
  border-left: 5px solid #ff6600;
  font-size: 18px !important;
  line-height: 1.2 !important;
  margin: 15px 0 10px 8px !important;
  padding: 0 0 0 15px !important;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center
}
.qybodyhtml h3:after {
  content: "";
  width: 0;
  margin-left: 10px;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 1px;
  background: #efefef
}
.qybodyhtml img {
  max-width: 100% !important;
  height: auto !important;
  margin: 10px 0
}
.qybodyhtml table {
  border: 1px solid #ddd;
  width: 100%;
  margin: 10px 0
}
.qybodyhtml table th, .qybodyhtml table td {
  border: 1px solid #ddd;
  padding: 5px 10px;
  text-align: left
}
.qybodyhtml table th {
  background: #6aa84f;
  color: #fff
}
.qybodyhtml > *:first-child {
  margin-top: 0 !important
}
.web-body {
  font-size: 16px;
  color: #333;
  line-height: 2;
  text-align: justify
}
.web-body > *:first-child {
  margin-top: 0 !important
}
.web-body > *:last-child {
  margin-bottom: 0 !important
}
.web-body p {
  display: block
}
.web-body hr {
  height: 10px;
  width: 100%;
  overflow: hidden;
  clear: both;
  border: 0
}
.web-body .system-html-hr {
  background: #f0f0f0
}
.web-body img {
  width: auto !important;
  max-width: 100% !important;
  height: auto !important;
  margin: 10px 0
}
.web-body table {
  margin: 10px 0
}
.web-body .system-html-h1 {
  color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  margin: 10px 0
}
.web-body .system-html-h1 a {
  color: #fff
}
.web-body .system-html-h1 .system-html-h1-i {
  background: rgba(0, 118, 254, 0.8);
  width: 48px;
  height: 48px;
  border: 4px solid #fff;
  font-size: 22px;
  border-radius: 50%;
  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;
  font-weight: bold;
  position: relative;
  z-index: 1;
  margin: -4px 0 -4px -4px
}
.web-body .system-html-h1 .system-html-h1-body {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 0;
  margin-left: -8px
}
.web-body .system-html-h1 .system-html-h1-bj {
  background: rgba(0, 118, 254, 0.8);
  border-radius: 0 200px 200px 0;
  font-size: 16px;
  line-height: 22px;
  padding: 5px 2em 5px 18px;
  float: left
}
.web-body .system-html-h2 {
  color: #000;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  margin: 10px 0
}
.web-body .system-html-h2 a {
  color: #000
}
.web-body .system-html-h2 .system-html-h2-i {
  background: rgba(0, 118, 254, 0.8);
  width: 40px;
  height: 40px;
  color: #fff;
  font-size: 22px;
  border-radius: 50%;
  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;
  font-weight: bold;
  position: relative;
  z-index: 1
}
.web-body .system-html-h2 .system-html-h2-body {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 0;
  font-size: 18px;
  padding: 0 0 0 10px;
  line-height: 1.5
}
.web-body .system-html-h3 {
  margin: 10px 0;
  overflow: hidden
}
.web-body .system-html-h3 .system-html-h3-body {
  position: relative;
  padding: 0 10px 0 30px;
  display: inline-block;
  background: rgba(0, 118, 254, 0.8);
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  margin-right: 15px
}
.web-body .system-html-h3 .system-html-h3-body:after {
  content: '';
  right: -15px;
  top: 0;
  position: absolute;
  border-top: solid 15px transparent;
  border-bottom: solid 15px transparent;
  border-left: solid 15px rgba(0, 118, 254, 0.8)
}
.web-body .system-html-h3 .system-html-h3-body:before {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 50%;
  display: block;
  overflow: hidden;
  content: ''
}
.web-body .system-html-h3 .system-html-h3-body a {
  color: #fff
}
.web-body .system-html-h4 {
  overflow: hidden;
  margin: 10px 0
}
.web-body .system-html-h4 .system-html-h4-body {
  font-size: 18px;
  display: inline-block;
  border-bottom: 3px solid rgba(0, 118, 254, 0.8);
  padding: 0 0 10px 40px;
  position: relative;
  line-height: 30px;
  color: #000;
  font-weight: bold;
  overflow: hidden
}
.web-body .system-html-h4 .system-html-h4-body a {
  color: #000
}
.web-body .system-html-h4 .system-html-h4-body img {
  position: absolute;
  left: 0;
  top: 0;
  height: 30px !important;
  width: 30px !important;
  margin: 0 !important
}
.web-body .system-html-h5 {
  overflow: hidden;
  margin: 10px 0;
  font-size: 18px;
  line-height: 1;
  color: rgba(0, 118, 254, 0.8);
  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
}
.web-body .system-html-h5 a {
  color: rgba(0, 118, 254, 0.8)
}
.web-body .system-html-h5 img {
  height: 26px !important;
  width: 26px !important;
  margin: 0 10px 0 0 !important
}
.web-body .system-html-h6 {
  background-image: url(data:image/gif;base64,R0lGODlhEgASAKIAANnu/+n1/7ng/8Hk/8nn/9Hr/+Hy/////yH/C05FVFNDQVBFMi4wAwEAAAAh+QQFAAAHACwAAAAAEgASAAADQWgyZfEwRlOEcDI/QwYBmkYJRCh2BGZCnNCs08CocGAVNVvI9Mp5PRNFltt0XrkRsqaYFQMDVyrZcQVPBNI1Y0gAADs=);
  background-repeat: repeat;
  padding: 20px;
  overflow: hidden;
  text-align: center;
  margin: 10px 0
}
.web-body .system-html-h6 .system-html-h6-bt {
  border-radius: 8px;
  background-image: linear-gradient(to right, rgba(0, 118, 254, 0.8), rgba(0, 159, 229, 0.8));
  padding: 5px 15px;
  display: inline-block;
  color: #fff;
  position: relative;
  z-index: 1;
  letter-spacing: 2px;
  font-size: 16px
}
.web-body .system-html-h6 .system-html-h6-bt a {
  color: #fff
}
.web-body .system-html-h6 .system-html-h6-body {
  margin-top: -20px;
  border: dashed 2px rgba(0, 159, 229, 0.5);
  background-color: rgba(255, 255, 255, 0.5);
  padding: 25px 15px 15px;
  text-align: justify;
  overflow: hidden
}
.web-body .system-html-h7 {
  text-align: center;
  position: relative;
  margin: 27px 0 10px 17px;
  border: 2px solid rgba(0, 159, 229, 0.5);
  border-radius: 0 6px 0 0
}
.web-body .system-html-h7 .system-html-h7-i {
  position: absolute;
  left: -17px;
  top: -17px;
  background: #fefefe;
  width: 34px;
  height: 34px;
  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: 2px solid rgba(0, 159, 229, 0.5);
  border-radius: 50%; background: rgba(0, 159, 229, 1);
  font-size: 18px;
  color: #fff
}
.web-body .system-html-h7 .system-html-h7-bt {
  background: rgba(255, 255, 255, 0.8);
  color: #000;
  text-align: left; 
	
  border-bottom: 2px solid rgba(0, 159, 229, 0.5);
  padding: 10px 0 10px 30px;
  line-height: 22px;
  font-size: 18px
}
.web-body .system-html-h7 .system-html-h7-bt a {
  color: rgba(0, 118, 254, 0.8)
}
.web-body .system-html-h7 .system-html-h7-body {
  padding: 15px;
  text-align: justify;
  overflow: hidden
}
.web-body .system-html-h7 .system-html-h7-body a {
  color: rgba(0, 118, 254, 0.8)
}
@media (max-width:999px) {
  .web-body {
    font-size: 14px;
    line-height: 20px
  }
  .web-body img {
    margin: 10px 0 6px 0
  }
  .web-body table {
    margin: 10px 0 6px 0
  }
  .web-body .system-html-h1 {
    margin: 10px 0 6px 0
  }
  .web-body .system-html-h1 .system-html-h1-i {
    width: 34px;
    height: 34px;
    border-width: 2px;
    font-size: 18px;
    margin: -2px 0 -2px -2px
  }
  .web-body .system-html-h1 .system-html-h1-body {
    margin-left: -5px
  }
  .web-body .system-html-h1 .system-html-h1-bj {
    font-size: 14px;
    line-height: 20px;
    padding: 2px 1em 2px 10px
  }
  .web-body .system-html-h2 {
    margin: 10px 0 6px 0
  }
  .web-body .system-html-h2 .system-html-h2-i {
    background: rgba(0, 118, 254, 0.8);
    width: 30px;
    height: 30px;
    font-size: 18px
  }
  .web-body .system-html-h2 .system-html-h2-body {
    font-size: 16px;
    padding: 0 0 0 5px
  }
  .web-body .system-html-h3 {
    margin: 10px 0 6px 0
  }
  .web-body .system-html-h3 .system-html-h3-body {
    padding: 0 5px 0 20px;
    line-height: 24px;
    margin-right: 10px;
    font-size: 14px
  }
  .web-body .system-html-h3 .system-html-h3-body:after {
    content: '';
    right: -10px;
    top: 0;
    position: absolute;
    border-top-width: 12px;
    border-bottom-width: 12px;
    border-left-width: 10px
  }
  .web-body .system-html-h3 .system-html-h3-body:before {
    left: 10px;
    width: 4px;
    height: 4px
  }
  .web-body .system-html-h4 {
    margin: 10px 0 6px 0
  }
  .web-body .system-html-h4 .system-html-h4-body {
    font-size: 16px;
    border-bottom-width: 2px;
    padding: 0 0 5px 35px;
    line-height: 26px
  }
  .web-body .system-html-h4 .system-html-h4-body img {
    height: 26px !important;
    width: 26px !important
  }
  .web-body .system-html-h5 {
    margin: 10px 0 6px 0;
    font-size: 16px
  }
  .web-body .system-html-h5 img {
    height: 24px !important;
    width: 24px !important;
    margin: 0 5px 0 0 !important
  }
  .web-body .system-html-h6 {
    padding: 10px;
    margin: 10px 0 6px 0
  }
  .web-body .system-html-h6 .system-html-h6-bt {
    border-radius: 3px;
    padding: 5px 10px;
    font-size: 14px
  }
  .web-body .system-html-h6 .system-html-h6-body {
    margin-top: -15px;
    border-width: 1px;
    padding: 20px 10px 10px
  }
  .web-body .system-html-h7 {
    margin: 23px 0 6px 13px;
    border-width: 1px;
    border-radius: 0 3px 0 0
  }
  .web-body .system-html-h7 .system-html-h7-i {
    left: -13px;
    top: -13px;
    width: 26px;
    height: 26px;
    border-width: 1px;
    font-size: 15px
  }
  .web-body .system-html-h7 .system-html-h7-bt {
    border-bottom-width: 1px;
    padding: 6px 0;
    font-size: 16px
  }
  .web-body .system-html-h7 .system-html-h7-body {
    padding: 10px
  }
}
.box-erwai .wenda ul li.wid100 {
  width: 100%
}
.list_news_er {
  margin: -25px;
  padding: 15px;
  overflow: hidden
}
.list_news_er li {
  width: 50%;
  float: left;
  padding: 10px
}
.list_news_er li a {
  color: #333;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  position: relative;
  padding: 35px 70px
}
.list_news_er li a:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background: #fff;
  transition: all .3s
}
.list_news_er li .date {
  position: relative;
  z-index: 1;
  font-size: 16px
}
.list_news_er li .date em {
  display: block;
  overflow: hidden;
  font-size: 48px;
  line-height: 1
}
.list_news_er li .date em:after {
  display: block;
  overflow: hidden;
  content: "";
  margin: 15px 0;
  height: 3px;
  width: 25px;
  background: #e7e7e7
}
.list_news_er li .box {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 0;
  position: relative;
  z-index: 1;
  border-left: 1px solid #e7e7e7;
  padding: 0 0 0 40px;
  margin: 0 0 0 40px
}
.list_news_er li .box span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px
}
.list_news_er li .box p {
  display: block;
  overflow: hidden;
  line-height: 24px;
  height: 48px;
  margin: 15px 0 25px 0;
  color: #888;
  text-align: justify
}
.list_news_er li .box em {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  color: #888;
  line-height: 1
}
.list_news_er li .box em .iconfont {
  display: block;
  overflow: hidden;
  font-size: 18px;
  width: 0;
  transition: all .3s
}
.list_news_er li:hover a:before {
  transform: scale(1.025);
  box-shadow: 0 15px 15px rgba(0, 0, 0, 0.1)
}
.list_news_er li:hover .box em .iconfont {
  width: 28px
}
.tablecon .table {
  overflow: hidden
}
.tablecon span.bt1 {
  font-size: 18px;
  color: #FF7805;
  font-weight: 500
}
.tablecon .table table {
  width: 100%;
  text-align: center;
  line-height: 1.8;
  font-size: 16px
}
.tablecon .table table td, .tablecon .table table th {
  height: 60px
}
.tablecon .table table img {
  height: 20px;
  width: auto
}
.tablecon .table table .tit {
  font-size: 18px;
  background: #e1e1e1;
  padding: 5px
}
.tablecon .table table .sbt {
  font-weight: bold;
  border: 1px solid #e5e5e5;
  padding: 5px;
  width: 15%
}
.tablecon .table table .bt {
  font-size: 16px;
  border: 1px solid #e5e5e5;
  padding: 5px;
  width: 25%
}
.tablecon .table table .y1 {
  background: #f8f5e7;
  color: #666
}
.tablecon .table table .y2 {
  background: #f8ece7;
  color: #666
}
.tablecon .table table .y3 {
  background: #ebf5f9;
  color: #666
}
.tablecon .table table tr:nth-child(odd) .y1 {
  background: #eeecdf
}
.tablecon .table table tr:nth-child(odd) .y2 {
  background: #eee3df
}
.tablecon .table table tr:nth-child(odd) .y3 {
  background: #e1ecf1
}
.pad30 {
  padding-top: 30px
}
.msbody {
  color: #FF7805;
  text-align: center;
  font-size: 18px;
  padding-bottom: 25px
}
a.key_link {
  color: rgba(0, 118, 254, 0.8)
}
a.key_link2 {
  color: rgba(0, 118, 254, 0.8);
  text-indent: 2em;
  padding-top: 20px;
  display: block
}
.copyright {
  padding: 15px 0;
  overflow: hidden;
  color: #999 !important;
  font-size: 14px
}
.bdwhite {
  background: #fff !important;
  padding: 30px !important
}
.wid50 {
  float: left !important;
  width: 50% !important
}
.wid20 {
  float: left !important;
  width: 16.6666666% !important
}
.wid100 {
  width: 100% !important
}
.orange {
  color: #FF7805 !important
}
.green {
  color: green !important
}
.blue {
  color: blue !important
}
.red {
  color: red !important
}
header .nav-sub dl dd .pic p {
  text-align: center;
  padding-top: 5px
}
.fixed-bottom-nav {
  display: none
}
.right-pendant {
  position: fixed;
  top: calc(30% + 45px);
  transform: translateY(-50%);
  right: 18px;
  z-index: 999
}
.right-pendant ul li {
  position: relative;
  width: 83px;
  height: 70px;
  background-color: rgba(0, 118, 254, 0.8);
  color: #fff;
  text-align: center;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center
}
.right-pendant ul li a {
  color: #fff
}
.right-pendant ul li span.iconfont {
  font-size: 26px
}
.right-pendant ul li p {
  color: #fff
}
.right-pendant ul li:first-child {
  border-radius: 4px 4px 0 0
}
.right-pendant ul li:last-child {
  border-radius: 0 0 4px 4px
}
.right-pendant ul li:hover {
  background-color: #f60
}
.right-pendant ul li:hover .inner {
  display: block;
  transform: translateX(0) translateY(-50%);
  opacity: 1
}
.right-pendant .inner {
  position: absolute;
  top: 50%;
  background-color: rgba(0, 118, 254, 0.8);
  right: 103px;
  transform: translateY(-50%) translateX(103px);
  transition: all .6s;
  z-index: -1;
  opacity: 0;
  
}
.right-pendant .telMessage {
  border-radius: 6px 0 0 6px;
  width: 230px;
  height: 70px;
  line-height: 70px;
  font-size: 18px
}
.right-pendant .telMessage .icon.iconfont {
  font-size: 26px;
  vertical-align: middle;
  padding-left: 18px
}
.right-pendant .wechat {
  width: 166px;
  height: 182px;
  background-color: rgba(0, 118, 254, 0.8);
  padding: 15px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1
}
.right-pendant .wechat img {
  max-width: 100%;
  margin-bottom: 14px;
  height: 120px
}
.in-fuwu {
  background: url(../img/bj_a1.png) center top no-repeat;
  background-size: cover;
  padding: 60px 0
}
.in-fuwu .tab {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 0 30px
}
.in-fuwu .tab li {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  z-index: 5;
  padding-bottom: 30px;
  cursor: pointer
}
.in-fuwu .tab li:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid rgba(0, 118, 254, 0.8);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  display: none;
  opacity: .5
}
.in-fuwu .tab li .iconfont {
  width: 60px;
  height: 60px;
  line-height: 1;
  border-radius: 50%;
  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 #999;
  font-size: 24px;
  color: #666;
  transition: all .6s
}
.in-fuwu .tab li em {
  font-size: 16px;
  margin-left: 10px;
  color: #666
}
.in-fuwu .tab li.on:after {
  display: block
}
.in-fuwu .tab li.on .iconfont {
  color: #fff;
  border-color: rgba(0, 118, 254, 0.8);
  background: rgba(0, 118, 254, 0.8);
  transform: rotateY(180deg)
}
.in-fuwu .tab li.on em {
  color: rgba(0, 118, 254, 0.8)
}
.in-fuwu .li {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 32px 0 32px 32px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  background: #fff
}
.in-fuwu .li .pic {
  width: 40%
}
.in-fuwu .li .pic img {
  width: 100%;
  height: auto
}
.in-fuwu .li .box {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 0
}
.in-fuwu .li .padding {
  padding: 0 55px
}
.in-fuwu .li .tit {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  border-bottom: 1px solid #e5e6e7;
  padding-top: 30px;
  padding-bottom: 30px
}
.in-fuwu .li .tit span {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 0;
  font-size: 22px;
  color: #2f3446
}
.in-fuwu .li .tit a {
  display: block;
  overflow: hidden;
  display: inline-block;
  width: 106px;
  margin-left: 10px;
  line-height: 24px;
  border: 1px solid rgba(0, 118, 254, 0.8);
  color: rgba(0, 118, 254, 0.8);
  text-align: center
}
.in-fuwu .li .tit a:last-child {
  background: rgba(0, 118, 254, 0.8);
  color: #fff
}
.in-fuwu .li .text {
  padding: 20px 0;
  line-height: 30px;
  font-size: 15px;
  color: #666
}
.in-fuwu .li .cs {
  overflow: hidden;
  margin: -2px -10px
}
.in-fuwu .li .cs li {
  width: 33.33333333%;
  padding: 2px 10px;
  float: left;

  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center
}
.in-fuwu .li .cs li:before {
  font-family: "iconfont";
  content: "\e620";
  font-size: 14px;
  transform: scale(.6);
  margin-left: -6px
}
.in-fuwu .li .cs.er li {
  width: 50%
}
.in-yous {
  padding: 60px 0
}
.in-yous ul {
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: -15px
}
.in-yous ul li {
  width: 25%;
  padding: 15px;
  line-height: 1
}
.in-yous ul li .box {
  box-shadow: 0 0 10px #eee;
  height: 100%;
  text-align: center;
  padding: 40px 10px;
  border-radius: 6px
}
.in-yous ul li .iconfont {
  font-size: 50px
}
.in-yous ul li .bt {
  font-weight: bold;
  margin: 30px 0 10px 0;
  font-size: 20px
}
.in-yous ul li .text {
  line-height: 32px
}
.in-yous ul li:hover .box {
  background: url(../img/shinianbg.jpg) center top no-repeat;
  background-size: cover;
  color: #fff
}
.jztime {
  height: 100%;
  overflow: hidden
}
.morejz {
  display: block;
  overflow: hidden;
  text-align: center;
  border: solid 1px #ccc;
  font-size: 15px;
  line-height: 36px;
  color: #666;
  margin-top: 20px;
  padding: 0 15px;
  width: 33.3333%;
  float: left
}
.dzall {
  border: 1px solid #ccc;
  justify-content: center;
  margin: 20px auto;
  width: 150px;
  border-radius: 20px;
  text-align: center
}
.dianzan_btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.dianzan_btn {
  background: url('../img/jjfa3.png') no-repeat 40px center;
  padding-left: 18px;
}
.dianzan_btn:active {
  background: url('../img/jjfa3_active.png') no-repeat 40px center;
}
.dianzan_btn.ed {
  background: url('../img/jjfa3_active.png') no-repeat 40px center;
}