@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%
}
body {
  font-size: 14px;
  color: #222;
  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: #222;
  text-decoration: none;
  cursor: pointer;
  transition: all .6s
}
a:hover {
  color: #2274fc
}
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
}
h1, h2, h3, h4, h5 {
  font-weight: 300
}
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 {
  margin-left: 100px;
  margin-right: 100px
}
.pc {
  display: block
}
.wap {
  display: none
}
.home nav .cate .hide {
  display: block
}
.sys-top {
  border-bottom: 1px solid #e0e0e0;
  color: #5c5c5c
}
.sys-top a {
  color: #5c5c5c
}
.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
}
.sys-top .welcome {
  font-weight: normal
}
.sys-top .href {
  margin: 0 -15px
}
.sys-top .href li {
  float: left;
  position: relative;
  z-index: 10000
}
.sys-top .href li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 12px;
  background: #ccc
}
.sys-top .href li a {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  height: 46px;
  padding: 0 15px;
  line-height: 1
}
.sys-top .href li i {
  margin-right: 5px
}
.sys-top .href li img {
  display: none;
  position: absolute;
  left: 0px;
  top: 100%;
  box-shadow: 0 0 10px #ccc;
  height: auto;
  width: 100%
}
.sys-top .href li:first-child:before {
  display: none
}
.sys-top .href li:hover a {
  color: #2274fc
}
.sys-top .href li:hover img {
  display: block
}
header .container {
  height: 170px;
  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 img {
  height: 88px;
  width: auto
}
header .search {
  width: 540px
}
header .search form {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 10px
}
header .search form input[type='text'] {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 0;
  padding: 0 15px;
  height: 44px;
  border: 0;
  background: #f2f2f2;
  border-radius: 3px 0 0 3px
}
header .search form input[type='submit'] {
  background: #1e5dc7;
  border-radius: 0 3px 3px 0;
  width: 110px;
  height: 44px;
  border: 0;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  transition: all .6s
}
header .search form input[type='submit']:hover {
  background: #2274fc
}
header .search .xg {
  white-space: nowrap;
  overflow: hidden
}
header .search .xg a {
  padding: 0 8px
}
header .tel {
  background: url(../img/icon_tel.png) left center no-repeat;
  padding: 0 0 0 60px;
  font-size: 24px;
  font-weight: bold;
  color: #ff225c;
  line-height: 44px
}
header .navbut {
  display: none
}
nav {
  background: #1e5dc7
}
nav .container {
  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: 999
}
nav .cate {
  width: 220px
}
nav .cate .default {
  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;
  line-height: 1;
  color: #fff;
  background: #373737;
  font-size: 18px;
  border-radius: 12px 12px 0 0;
  cursor: pointer
}
nav .cate .default i {
  margin-right: 5px;
  font-size: 20px
}
nav .cate .hide {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  height: 575px;
  background: #373737;
  width: 220px;
  border-radius: 0 0 12px 12px;
  padding: 18px 0 0 0;
  z-index: 9999
}
nav .cate .hide li > a {
  color: #fff;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  line-height: 54px;
  padding: 0 40px 0 30px;
  font-size: 16px
}
nav .cate .hide li > a:after {
  content: "\e604";
  font-family: "iconfont";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1
}
nav .cate .hide li .sub {
  display: none;
  position: absolute;
  z-index: 99;
  left: 100%;
  top: 0;
  background-color: rgba(255, 255, 255, 0.8);
  height: 100%;
  border-radius: 0 0 12px 12px
}
nav .cate .hide li .sub .bt {
  border-left: 2px solid #2274fc;
  color: #2274fc;
  font-size: 20px;
  padding: 0 0 0 10px;
  line-height: 2;
  margin: 25px 0 5px 30px;
  border-radius: 12px 0 0 0
}
nav .cate .hide li .sub .xun {
  margin: 0 0 0 35px;
  max-width: 580px;
  line-height: 28px
}
nav .cate .hide li .sub .xun a {
  display: block;
  overflow: hidden;
  float: left;
  padding: 0 10px;
  color: #444
}
nav .cate .hide li .sub .xun a:hover {
  color: #2274fc
}
nav .cate .hide li:hover > a {
  background: #2274fc
}
nav .nav {
  margin-left: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center
}
nav .nav li {
  margin: 0 0 0 1px;
  position: relative
}
nav .nav li > a {
  display: block;
  overflow: hidden;
  padding: 0 30px;
  line-height: 60px;
  font-size: 15px;
  color: #fff;
  border-radius: 12px 12px 0 0
}
nav .nav li .sub {
  position: absolute;
  left: 0;
  top: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  line-height: 30px;
  min-width: 100%;
  white-space: nowrap;
  display: none
}
nav .nav li .sub a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 22px;
  color: #fff
}
nav .nav li .sub a:hover {
  background-color: rgba(0, 0, 0, 0.5)
}
nav .nav li:first-child {
  margin: 0
}
nav .nav li:hover > a {
  background: #1b53b1
}
nav .nav li.on > a {
  background: #1b53b1
}
footer {
  background: #474747;
  color: #b9b9b9
}
footer a {
  color: #b9b9b9
}
footer a:hover {
  color: #fff
}
footer .bj {
  background: #1e5dc7;
  padding: 0 80px
}
footer .bj ul {
  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: 120px;
  color: #fff
}
footer .bj ul li {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  font-size: 20px;
  line-height: 35px
}
footer .bj ul li i {
  font-size: 70px;
  margin-right: 20px
}
footer .bj ul li.line {
  background: #487bd2;
  width: 1px;
  height: 70px
}
footer > .container {
  padding: 50px 80px 0 80px;
  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
}
footer .nav .tit {
  font-size: 18px;
  color: #fff;
  line-height: 1
}
footer .nav .tit:after {
  content: '';
  width: 32px;
  height: 3px;
  background: #fff;
  margin: 15px 0 20px 0;
  display: block
}
footer .nav ul {
  line-height: 35px
}
footer .nav ul a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}
footer .nav .er {
  overflow: hidden
}
footer .nav .er ul {
  float: left;
  margin-left: 50px
}
footer .nav .er ul:first-child {
  margin-left: 0
}
footer .ewm {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 0;
  max-width: 25%
}
footer .ewm .kj {
  width: 154px;
  text-align: center;
  float: right
}
footer .ewm .kj img {
  width: 100%;
  height: auto;
  margin-bottom: 10px
}
footer .copy {
  width: 100%;
  border-top: 1px solid #585858;
  line-height: 30px;
  padding: 20px 0 30px 0;
  text-align: center;
  margin-top: 30px
}
footer .copy .link a {
  padding-right: 5px
}
.fixed-bottom-kefu {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 7777;
  background-color: rgba(0, 0, 0, 0.6)
}
.fixed-bottom-kefu .container {
  margin: 0 180px;
  height: 200px;
  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
}
.fixed-bottom-kefu .ren {
  position: absolute;
  left: -185px;
  bottom: 0
}
.fixed-bottom-kefu .ren img {
  width: 503px;
  height: 274px
}
.fixed-bottom-kefu .icon-closec {
  position: absolute;
  right: 50px;
  top: 20px;
  width: 32px;
  height: 32px;
  line-height: 1;
  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-radius: 50%;
  background: #484848;
  color: #fff;
  cursor: pointer
}
.fixed-bottom-kefu .icon-closec:hover {
  background: #2274fc
}
.fixed-bottom-kefu .box {
  font-size: 20px;
  width: 770px;
  color: #fff
}
.fixed-bottom-kefu .box em {
  font-size: 24px;
  font-weight: bold;
  color: #2274fc;
  margin-left: 20px
}
.fixed-bottom-kefu .box form {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  margin-top: 20px
}
.fixed-bottom-kefu .box form:before {
  content: '';
  width: 1px;
  height: 10px;
  background: #e2e2e2;
  position: absolute;
  left: 50px;
  top: 50%;
  transform: translateY(-50%)
}
.fixed-bottom-kefu .box form .icon-huatu {
  position: absolute;
  left: 0;
  top: 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;
  height: 50px;
  width: 50px;
  color: #2274fc;
  font-size: 16px
}
.fixed-bottom-kefu .box form input[type='text'] {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 0;
  height: 50px;
  padding: 0 10px 0 65px;
  border: 0
}
.fixed-bottom-kefu .box form input[type='submit'] {
  width: 140px;
  height: 50px;
  border: 0;
  background: #2274fc;
  color: #fff;
  cursor: pointer;
  transition: all .6s
}
.fixed-bottom-kefu .box form input[type='submit']:hover {
  background: #3b84fc
}
.fixed-bottom-kefu .box form a {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 20px;
  height: 50px;
  line-height: 1;
  background: #ff225c;
  color: #fff;
  font-size: 14px;
  margin-left: 5px
}
.fixed-bottom-kefu .box form a i {
  font-size: 20px;
  margin-right: 5px
}
.fixed-bottom-kefu .box form a:hover {
  background: #ff3c6f
}
.sys-bj {
  background: #f2f2f2
}
.sys-pic {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  width: auto;
  min-width: 100%;
  transition: all .6s
}
.nbanner {
  height: 300px;
  width: 100%;
  background-position: center top;
  background-size: auto 100%
}
.main {
  padding: 40px 0 60px 0
}
.main > .container {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between
}
.main .main-left {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 0
}
.main .main-left .positionwhite {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 25px
}
.main .main-left .positionwhite i {
  font-size: 24px;
  margin-right: 5px
}
.main .main-left .position {
  padding: 0 20px;
  background: #1e5dc7;
  height: 56px;
  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;
  color: #fff;
  border-radius: 6px 6px 0 0;
  margin-bottom: 25px
}
.main .main-left .position .tit {
  font-size: 22px
}
.main .main-left .position .tit em {
  color: #ff225c
}
.main .main-left .position .wz a {
  color: #fff
}
.main .main-left .position .wz a:hover {
  text-decoration: underline
}
.main .main-left .position .search-down {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center
}
.main .main-left .position .search-down input[type='text'], .main .main-left .position .search-down select, .main .main-left .position .search-down input[type='submit'] {
  width: 150px;
  padding: 0 10px;
  border-radius: 2px;
  height: 30px;
  border: 0;
  background: #fff
}
.main .main-left .position .search-down select {
  margin: 0 10px
}
.main .main-left .position .search-down input[type='submit'] {
  width: auto;
  padding: 0 15px;
  cursor: pointer;
  transition: all .6s
}
.main .main-left .position .search-down input[type='submit']:hover {
  background: #ff225c;
  color: #fff
}
.main .main-left .box-erwai {
  margin-top: 40px;
  overflow: hidden
}
.main .main-left .main-cate {
  margin-top: -25px;
  margin-bottom: 25px;
  border-bottom: 1px dashed #cccccc;
  padding: 15px;
  overflow: hidden
}
.main .main-left .main-cate a {
  display: block;
  overflow: hidden;
  float: left;
  margin: 5px;
  padding: 0 10px;
  border-radius: 50px;
  line-height: 28px;
  font-size: 15px
}
.main .main-left .main-cate a.on {
  background: #1e5dc7;
  color: #fff
}
.main .main-left .main-cate-down {
  margin-top: -25px;
  padding: 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;
  flex-wrap: wrap
}
.main .main-left .main-cate-down a {
  display: block;
  overflow: hidden;
  float: left;
  margin: 5px;
  padding: 0 10px;
  border-radius: 3px;
  line-height: 30px;
  background: #dddddd
}
.main .main-left .main-cate-down a.on {
  background: #1e5dc7;
  color: #fff
}
.main .main-right {
  width: 300px;
  margin-left: 35px
}
.main .main-right .li {
  background: #f5f5f5;
  border-radius: 6px 6px 0 0;
  overflow: hidden;
  margin-top: 25px
}
.main .main-right .li .tit {
  background: #1e5dc7;
  height: 56px;
  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;
  color: #fff;
  font-weight: bold;
  font-size: 20px
}
.main .main-right .li .tit i {
  font-size: 24px;
  font-weight: normal;
  margin-right: 10px
}
.main .main-right .li:first-of-type {
  margin-top: 0
}
.main .main-right .menu {
  text-align: center
}
.main .main-right .menu li a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  line-height: 48px;
  border-left: 4px solid transparent
}
.main .main-right .menu li.on a {
  background: #fff;
  border-left-color: #1e5dc7;
  font-weight: bold;
  color: #1e5dc7
}
.main .main-right .xun-jcxm {
  padding: 20px;
  overflow: hidden
}
.main .main-right .xun-jcxm li {
  background: #fff;
  margin-top: 15px
}
.main .main-right .xun-jcxm li .pic {
  overflow: hidden
}
.main .main-right .xun-jcxm li .pic img {
  width: 100%;
  height: auto;
  transition: all .6s
}
.main .main-right .xun-jcxm li span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 10px 10px 0 10px;
  font-size: 18px;
  font-weight: bold;
  color: #222
}
.main .main-right .xun-jcxm li p {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 5px 10px 10px 10px;
  color: #888;
  font-size: 16px
}
.main .main-right .xun-jcxm li p em {
  color: #ff225c
}
.main .main-right .xun-jcxm li:first-child {
  margin-top: 0
}
.main .main-right .xun-jcxm li:hover .pic img {
  transform: scale(1.05)
}
.main .main-right .xun-jcxm li:hover span {
  color: #2274fc
}
.sys-tit {
  text-align: center;
  line-height: 1;
  margin-bottom: 30px;
  overflow: hidden
}
.sys-tit .bt {
  font-size: 30px;
  font-weight: bold
}
.sys-tit .bt span {
  color: #2274fc
}
.sys-tit .text {
  color: #888;
  text-transform: capitalize;
  font-size: 20px;
  margin: 12px 0
}
.sys-tit .line {
  height: 10px;
  position: relative;
  width: 178px;
  margin: 0 auto
}
.sys-tit .line:after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  height: 1px;
  background: #e9e9e9;
  width: 100%
}
.sys-tit .line:before {
  content: '';
  z-index: 1;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #2274fc
}
.in-box {
  padding: 60px 0 80px 0
}
.in-box .in-tit {
  margin: 30px 0 25px 0;
  line-height: 1
}
.in-box .in-tit span {
  position: relative;
  padding: 14px 28px 0 20px;
  display: inline-block;
  background: url(../img/icon_tit_rt.png) right top no-repeat;
  background-size: auto 34px;
  font-size: 32px;
  font-weight: bold
}
.in-box .in-tit span:before {
  content: '';
  position: absolute;
  left: 0;
  top: 26px;
  width: 12px;
  height: 12px;
  background: url(../img/icon_tit_lc.png);
  background-size: 100% 100%
}
.in-box .in-tit p {
  font-size: 16px;
  margin-top: 15px
}
.in-box .in-tit-cen {
  text-align: center
}
.in-box .in-tit:first-of-type {
  margin-top: 0
}
.in-index {
  padding: 25px 0 80px 0
}
.in-index .container {
  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
}
.in-index .banner {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 0;
  margin: 0 30px 0 250px;
  border-radius: 12px
}
.in-index .banner .swiper-slide a {
  display: block;
  overflow: hidden;
  height: 550px;
  position: relative
}
.in-index .banner .banner-num {
  position: absolute;
  left: 0;
  bottom: 15px;
  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
}
.in-index .banner .banner-num .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border: 1px solid #fff;
  border-radius: 50%;
  cursor: pointer;
  opacity: .5;
  margin: 0 3px
}
.in-index .banner .banner-num .swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1
}
.in-index .banner .banner-next, .in-index .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
}
.in-index .banner .banner-next:hover, .in-index .banner .banner-prev:hover {
  background-color: rgba(34, 116, 252, 0.5)
}
.in-index .banner .banner-next {
  right: 10px
}
.in-index .banner .banner-prev {
  left: 10px
}
.in-index .banner:hover .banner-next, .in-index .banner:hover .banner-prev {
  opacity: 1
}
.in-index .jiance {
  width: 280px;
  height: 550px;
  background: #f0f0f0;
  border-radius: 12px;
  text-align: center;
  position: relative
}
.in-index .jiance .tit {
  font-size: 36px;
  font-weight: bold;
  color: #2274fc;
  margin: 50px 0 10px 0
}
.in-index .jiance .desc {
  color: #2274fc;
  font-size: 16px
}
.in-index .jiance .link {
  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;
  flex-wrap: wrap;
  margin: 35px 0 45px 0
}
.in-index .jiance .link li {
  line-height: 30px;
  width: 98px;
  font-size: 16px;
  margin: 4px
}
.in-index .jiance .link li a {
  color: #606060;
  display: block;
  overflow: hidden;
  border: 1px solid #cbcbcb
}
.in-index .jiance .link li:hover a {
  background: #2274fc;
  color: #fff
}
.in-index .jiance .sm {
  font-size: 24px;
  margin-bottom: 10px
}
.in-index .jiance .count {
  color: #ff225c;
  font-size: 36px;
  font-weight: bold
}
.in-index .jiance .ico {
  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: absolute;
  left: 0;
  width: 100%;
  bottom: 25px
}
.in-index .jiance .ico li {
  width: 52px;
  color: #888
}
.in-index .jiance .ico li i {
  font-size: 32px;
  color: #2274fc;
  display: block;
  margin-bottom: 5px;
  opacity: .8
}
.in-index .wuxun {
  width: 100%;
  overflow: hidden;
  margin: 28px 0 55px 0
}
.in-index .wuxun ul {
  overflow: hidden;
  margin: -15px
}
.in-index .wuxun ul li {
  width: 20%;
  float: left;
  padding: 15px
}
.in-index .wuxun ul li a {
  display: block;
  overflow: hidden;
  background: #d1e2ff;
  position: relative;
  height: 180px;
  padding: 20px 25px;
  border-radius: 12px
}
.in-index .wuxun ul li span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 32px;
  color: #2274fc
}
.in-index .wuxun ul li p {
  font-size: 20px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #737373;
  margin: 5px 0 0 0;
  position: relative;
  z-index: 1
}
.in-index .wuxun ul li i {
  position: absolute;
  right: 20px;
  bottom: 15px;
  color: #2274fc;
  font-size: 80px;
  transition: all 1.5s
}
.in-index .wuxun ul li:hover a {
  background: #ebf2ff
}
.in-index .wuxun ul li:hover i {
  transform: rotateY(360deg)
}
.in-index .erlan {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  box-shadow: 0 0 10px #eee
}
.in-index .erlan .li {
  width: 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
}
.in-index .erlan .li:nth-child(2) {
  background: #f1f1f1
}
.in-index .erlan .li:nth-child(2) .box {
  padding: 30px 35px
}
.in-index .erlan .bpic {
  width: 290px;
  height: 485px;
  position: relative;
  overflow: hidden
}
.in-index .erlan .box {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 0;
  padding: 0 30px
}
.in-index .erlan .px {
  overflow: hidden;
  margin: -10px -15px
}
.in-index .erlan .px li {
  padding: 10px 15px;
  width: 50%;
  float: left;
  text-align: center;
  font-size: 16px
}
.in-index .erlan .px li .pic {
  overflow: hidden;
  position: relative;
  height: 176px;
  margin-bottom: 10px
}
.in-index .erlan .px li p {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}
.in-index .erlan .px li:hover .pic img {
  transform: translateX(-50%) scale(1.05)
}
.xun-jcjg {
  margin: -12px
}
.xun-jcjg li a {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  padding: 12px
}
.xun-jcjg li a:before {
  content: '';
  box-shadow: 0 0 15px inset #eee;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: all .6s
}
.xun-jcjg li .pic {
  width: 185px;
  height: 126px;
  margin-right: 15px;
  overflow: hidden;
  position: relative
}
.xun-jcjg li .pic img:hover {
  transform: translateX(-50%) scale(1.05)
}
.xun-jcjg li .text {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 0
}
.xun-jcjg li .text span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 20px;
  color: #222;
  transition: all .6s
}
.xun-jcjg li .text span:hover {
  color: #2274fc
}
.xun-jcjg li .text p {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #7f7f7f;
  margin: 10px 0 15px 0
}
.xun-jcjg li .text .cs {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  white-space: nowrap;
  overflow: hidden
}
.xun-jcjg li .text .cs .but {
  color: #6a6a6a;
  line-height: 28px;
  padding: 0 10px;
  border-radius: 2px;
  background: #efefef;
  margin-right: 10px
}
.xun-jcjg li .text .cs .money {
  font-size: 16px;
  color: #ff225c
}
.xun-jcjg li.rec a:after {
  content: '';
  width: 35px;
  height: 35px;
  background: url(../img/icon_rec.png);
  background-size: 100% 100%;
  position: absolute;
  right: 0;
  top: 0
}
.xun-jcjg li:first-of-type {
  margin-top: 0
}
.xun-jcjg li:hover a:before {
  opacity: 1
}
.xun-jcjg .num {
  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: 5px
}
.xun-jcjg .num span {
  width: 20px;
  height: 4px;
  margin: 0 3px;
  background: #ccc;
  cursor: pointer
}
.xun-jcjg .num .on {
  background: #ff225c
}
.in-jiance {
  background: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 12px;
  overflow: hidden
}
.in-jiance .px {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 0;
  height: 572px;
  border-right: 1px solid #e9e9e9
}
.in-jiance .px li {
  width: 50%;
  float: left;
  border-top: 1px solid #e9e9e9;
  border-left: 1px solid #e9e9e9;
  height: 286px;
  text-align: center;
  padding: 25px 25px 0 25px;
  font-size: 18px;
  position: relative
}
.in-jiance .px li:before {
  content: '';
  box-shadow: 0 0 15px inset #ddd;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: all .6s
}
.in-jiance .px li a {
  display: block;
  overflow: hidden
}
.in-jiance .px li .pic {
  overflow: hidden;
  position: relative;
  height: 174px
}
.in-jiance .px li .pic img {
  min-width: inherit
}
.in-jiance .px li span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #222;
  margin: 10px 0 3px 0;
  transition: all .6s
}
.in-jiance .px li em {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #ff225c
}
.in-jiance .px li:hover:before {
  opacity: 1
}
.in-jiance .px li:hover .pic img {
  transform: translateX(-50%) scale(1.05)
}
.in-jiance .px li:hover span {
  color: #2274fc
}
.in-jiance .px li:nth-child(1), .in-jiance .px li:nth-child(2) {
  border-top: 0
}
.in-jiance .px li:nth-child(1), .in-jiance .px li:nth-child(3) {
  border-left: 0
}
.in-jiance .xun-jcjg {
  min-width: 390px;
  margin: 0 40px
}
.in-jiance .xun-jcjg li {
  border-bottom: 1px solid #e9e9e9;
  padding: 25px 0;
  margin: 0;
  position: relative
}
.in-jiance .xun-jcjg li:before {
  content: '';
  position: absolute;
  width: 0;
  height: 1px;
  background: #000;
  left: 0;
  bottom: -1px;
  opacity: 0;
  transition: all .6s
}
.in-jiance .xun-jcjg li:after {
  content: '';
  position: absolute;
  width: 0;
  height: 1px;
  background: #ff225c;
  right: 0;
  bottom: -1px;
  opacity: 0;
  transition: all .6s
}
.in-jiance .xun-jcjg li a {
  padding: 0
}
.in-jiance .xun-jcjg li a:before {
  display: none
}
.in-jiance .xun-jcjg li:last-child {
  border-bottom: 0
}
.in-jiance .xun-jcjg li:hover:before {
  width: 10%;
  opacity: 1
}
.in-jiance .xun-jcjg li:hover:after {
  width: 88%;
  opacity: 1
}
.in-jiance .bpic {
  display: block;
  overflow: hidden;
  position: relative;
  width: 446px;
  height: 572px
}
.in-jiance .bpic .fd {
  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;
  color: #fff;
  text-align: center;
  z-index: 5
}
.in-jiance .bpic .fd .cen {
  display: none;
  font-size: 30px;
  line-height: 1.8
}
.in-jiance .bpic .fd .cen b {
  font-size: 36px
}
.in-jiance .bpic .fd span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 36px;
  font-weight: bold;
  padding: 0 25px;
  line-height: 70px
}
.in-jiance .bpic .fd .more {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  font-size: 18px;
  opacity: .9
}
.in-jiance .bpic:hover .fd {
  background-color: rgba(0, 0, 0, 0.5)
}
.in-jiance .bpic:hover .cen {
  display: block
}
.in-jiance .bpic:hover span {
  display: none
}
.in-jiance .bpic:hover img {
  transform: translateX(-50%) scale(1.05)
}
.xun-help {
  margin: 0 -30px -20px -30px;
  overflow: hidden
}
.xun-help dl {
  float: left;
  width: 25%;
  padding: 20px 30px
}
.xun-help dl dt {
  text-align: center;
  font-size: 28px;
  margin-bottom: 20px;
  line-height: 1
}
.xun-help dl dt a {
  display: block;
  overflow: hidden;
  color: #ff2f65
}
.xun-help dl dt i {
  font-size: 70px;
  margin-bottom: 10px;
  transition: all .6s;
  display: inline-block
}
.xun-help dl dt:hover i {
  transform: rotateY(360deg)
}
.xun-help dl dd {
  border-bottom: 1px dashed #bdbdbd;
  line-height: 38px
}
.xun-help dl dd a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 10px
}
.xun-help dl dd li {
  border-bottom: 1px dashed #bdbdbd
}
.xun-help dl dd:last-child {
  border-bottom: 0
}
.xun-help dl:nth-child(2) dt a {
  color: #ffbc30
}
.xun-help dl:nth-child(3) dt a {
  color: #3dca37
}
.xun-help dl:nth-child(4) dt a {
  color: #3e7bc7
}
.xun-help dl:nth-child(5) {
  clear: both
}
.xun-help dl:nth-child(5) dt a {
  color: #05b0ff
}
.xun-help dl:nth-child(6) dt a {
  color: #9547fe
}
.xun-help dl:nth-child(7) dt a {
  color: #f27f41
}
.xun-help dl:nth-child(8) dt a {
  color: #9b9b9b
}
.in-news {
  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 .left {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 0
}
.in-news .left .tit {
  margin-bottom: 25px;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center
}
.in-news .left .tit li {
  line-height: 52px
}
.in-news .left .tit li span {
  display: block;
  overflow: hidden;
  padding: 0 20px;
  font-size: 24px;
  font-weight: bold;
  border-radius: 4px;
  cursor: pointer
}
.in-news .left .tit li a {
  position: absolute;
  right: 0;
  top: 0;
  color: #666666;
  font-size: 16px
}
.in-news .left .tit li a:hover {
  color: #2274fc
}
.in-news .left .tit li.on span {
  background: #2274fc;
  color: #fff
}
.in-news .left .list ul li {
  margin-top: 20px
}
.in-news .left .list ul li a {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center
}
.in-news .left .list ul li .pic {
  width: 260px;
  height: 168px;
  margin-right: 15px;
  overflow: hidden;
  position: relative;
  border-radius: 4px
}
.in-news .left .list ul li .pic img:hover {
  transform: translateX(-50%) scale(1.05)
}
.in-news .left .list ul li .box {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 0
}
.in-news .left .list ul li .box span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 20px;
  color: #222;
  transition: all .6s;
  font-weight: bold
}
.in-news .left .list ul li .box span:hover {
  color: #2274fc
}
.in-news .left .list ul li .box p {
  font-size: 16px;
  line-height: 30px;
  height: 60px;
  display: block;
  overflow: hidden;
  color: #666666;
  margin: 10px 0 20px 0
}
.in-news .left .list ul li .box em {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  font-size: 16px;
  color: #666666;
  line-height: 1
}
.in-news .left .list ul li .box em i {
  color: #ff225c;
  font-size: 20px;
  margin-right: 8px
}
.in-news .left .list ul li:first-of-type {
  margin-top: 0
}
.in-news .right {
  width: 42%;
  margin-left: 50px
}
.in-news .right .tit {
  height: 52px;
  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;
  margin-bottom: 25px
}
.in-news .right .tit span {
  font-size: 24px;
  font-weight: bold;
  padding: 0 0 0 15px;
  border-left: 6px solid #2274fc
}
.in-news .right .tit a {
  color: #666666;
  font-size: 16px
}
.in-news .right .tit a:hover {
  color: #2274fc
}
.in-news .right .list {
  margin: 0 -10px;
  overflow: hidden
}
.in-news .right .list li {
  width: 50%;
  float: left;
  padding: 0 10px
}
.in-news .right .list li a {
  display: block;
  overflow: hidden;
  position: relative;
  height: 544px;
  border-radius: 6px
}
.in-news .right .list li span {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  background: #fff;
  line-height: 52px;
  padding: 0 25px 0 15px;
  font-size: 16px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #222;
  transition: all .6s
}
.in-news .right .list li span:after {
  content: "\e604";
  font-family: "iconfont";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%)
}
.in-news .right .list li:hover span {
  background: #2274fc;
  color: #fff
}
.in-news .right .list li:hover img {
  transform: translateX(-50%) scale(1.05)
}
.in-hezuo {
  background: url(../img/bj_hzhb.jpg) center bottom no-repeat
}
.in-hezuo .in-tit {
  margin-bottom: 35px
}
.in-hezuo ul {
  margin: -14px 80px;
  overflow: hidden
}
.in-hezuo ul li {
  float: left;
  width: 20%;
  padding: 14px
}
.in-hezuo ul li a {
  display: block;
  overflow: hidden;
  height: 118px;
  position: relative;
  box-shadow: 0 0 10px #eee;
  border-radius: 4px;
  background: #fff
}
.in-hezuo ul li img {
  min-width: inherit
}
.in-hezuo ul li:hover a {
  box-shadow: 0 0 10px rgba(34, 116, 252, 0.5)
}
.in-hezuo ul li:hover img {
  transform: translateX(-50%) scale(1.05)
}
.box-baogao {
  width: 100%;
  max-width: 820px;
  margin: 80px auto 100px auto;
  font-size: 16px;
  color: #666
}
.box-baogao .tit {
  text-align: center;
  font-weight: bold;
  text-transform: capitalize;
  line-height: 1;
  margin-bottom: 35px
}
.box-baogao .tit span {
  color: #2274fc;
  font-size: 38px;
  display: block;
  margin-bottom: 10px
}
.box-baogao form {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center
}
.box-baogao form input[type='text'] {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 0;
  height: 50px;
  border: 1px solid #ccc;
  border-right: 0;
  padding: 0 15px
}
.box-baogao form input[type='submit'] {
  padding: 0 25px;
  height: 50px;
  background: #2274fc;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  border: 0;
  cursor: pointer;
  transition: all .6s
}
.box-baogao form input[type='submit']:hover {
  background: #3b84fc
}
.box-baogao .down {
  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: 35px -20px 0 -20px
}
.box-baogao .down li {
  padding: 0 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center
}
.box-baogao .down li i {
  font-size: 30px;
  color: #2274fc;
  margin-right: 15px
}
.box-baogao .down li span {
  color: #2274fc
}
.box-baogao .down li a {
  display: block;
  overflow: hidden;
  padding: 0 10px;
  line-height: 26px;
  border: 1px solid #ff225c;
  color: #ff225c;
  border-radius: 3px;
  font-size: 14px
}
.box-baogao .down li a:hover {
  background: #ff225c;
  color: #fff
}
.box-baogao .desc {
  margin-top: 30px;
  text-align: center;
  line-height: 2
}
.box-baogao .desc .tips {
  color: #2274fc
}
.list-news {
  margin: -12px 0;
  overflow: hidden
}
.list-news li {
  padding: 12px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between
}
.list-news li .pic {
  display: block;
  overflow: hidden;
  position: relative;
  width: 225px;
  height: 150px
}
.list-news li .pic:hover img {
  transform: translateX(-50%) scale(1.05)
}
.list-news li .box {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 0;
  margin: 0 0 0 30px;
  position: relative
}
.list-news li .box .bt {
  font-size: 18px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: bold
}
.list-news li .box p {
  display: block;
  overflow: hidden;
  line-height: 22px;
  height: 66px;
  color: #888;
  margin: 12px 0 0 0
}
.list-news li .box .cs {
  position: absolute;
  left: 0;
  bottom: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  color: #666;
  line-height: 1
}
.list-news li .box .cs .iconfont {
  margin-left: 15px;
  margin-right: 5px;
  font-size: 16px
}
.list-news li .box .cs .iconfont:first-child {
  margin-left: 0
}
.list-news li .box .but {
  position: absolute;
  right: 0;
  bottom: 0;
  overflow: hidden;
  padding: 5px 0 0 0
}
.list-news li .box .but a {
  display: inline-block;
  background: #999999;
  color: #fff;
  margin-left: 10px;
  line-height: 30px;
  padding: 0 20px
}
.list-news li .box .but a:hover {
  opacity: .8
}
.list-news li .box .but a:first-child {
  background: #1e5dc7
}
.box-huanjing {
  position: relative;
  overflow: hidden;
  padding: 0 60px
}
.box-huanjing a {
  text-align: center;
  font-size: 16px
}
.box-huanjing a .pic {
  position: relative;
  height: 200px;
  overflow: hidden;
  margin-bottom: 10px
}
.box-huanjing a p {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}
.box-huanjing a:hover .pic img {
  transform: translateX(-50%) scale(1.05)
}
.box-huanjing .huanjing-next, .box-huanjing .huanjing-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  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;
  color: #fff;
  background: #1e5dc7;
  border-radius: 50%;
  font-size: 20px;
  cursor: pointer;
  outline: 0
}
.box-huanjing .huanjing-next:hover, .box-huanjing .huanjing-prev:hover {
  background: #ff225c
}
.box-huanjing .huanjing-next {
  right: 10px
}
.box-huanjing .huanjing-prev {
  left: 10px
}
.list-fuwu {
  margin: -15px;
  overflow: hidden
}
.list-fuwu li {
  float: left;
  width: 25%;
  padding: 15px
}
.list-fuwu li a {
  display: block;
  padding: 8px 8px 10px 8px;
  border: 1px solid #cccccc;
  color: #222;
  position: relative
}
.list-fuwu li a:before {
  content: '';
  width: 111px;
  height: 103px;
  background-size: 100% 100% !important;
  position: absolute;
  left: -8px;
  top: 0;
  z-index: 1;
  display: none
}
.list-fuwu li .pic {
  overflow: hidden;
  position: relative;
  height: 220px
}
.list-fuwu li .pic:hover img {
  transform: translateX(-50%) scale(1.05)
}
.list-fuwu li .normal {
  font-size: 18px;
  font-weight: normal;
  text-align: center
}
.list-fuwu li span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
  margin-top: 10px;
  font-weight: bold;
  color: #222;
  transition: all .6s
}
.list-fuwu li span:hover {
  color: #2274fc
}
.list-fuwu li p {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #888;
  padding: 5px 0
}
.list-fuwu li .cs {
  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
}
.list-fuwu li .cs .l {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}
.list-fuwu li .cs .l em {
  color: #ff225c;
  font-weight: bold
}
.list-fuwu li .cs .r {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}
.list-fuwu li .cs .r del {
  color: #888
}
.list-fuwu li.res a:before {
  display: block;
  background: url(../img/icon_tbtj.png)
}
.list-fuwu li.hot a:before {
  display: block;
  background: url(../img/icon_rmjc.png)
}
.list-jigou {
  margin: -15px;
  overflow: hidden
}
.list-jigou li {
  float: left;
  width: 25%;
  padding: 15px
}
.list-jigou li a {
  display: block;
  border: 1px solid #cccccc;
  color: #222;
  position: relative
}
.list-jigou li .pic {
  overflow: hidden;
  position: relative;
  height: 220px;
  margin: 10px
}
.list-jigou li .box {
  background: #e8e8e8;
  border-top: 1px solid #ccc;
  padding: 10px;
  transition: all .6s
}
.list-jigou li span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
  color: #222;
  transition: all .6s
}
.list-jigou li p {
  display: block;
  overflow: hidden;
  margin-top: 3px;
  color: #888;
  line-height: 20px;
  height: 40px;
  font-size: 12px;
  transition: all .6s
}
.list-jigou li:hover .pic img {
  transform: translateX(-50%) scale(1.05)
}
.list-jigou li:hover .box {
  background: #2274fc
}
.list-jigou li:hover span {
  color: #fff
}
.list-jigou li:hover p {
  color: #eee
}
.view-news {
  overflow: hidden
}
.view-news .bt {
  font-size: 22px;
  overflow: hidden;
  text-align: center;
  padding: 10px 0 0 0
}
.view-news .cs {
  text-align: center;
  font-size: 12px;
  color: #888;
  overflow: hidden;
  padding: 10px 0 15px 0;
  border-bottom: 1px solid #e9e9e9
}
.view-news .cs span {
  padding: 0 10px
}
.view-news .dateyy {
  line-height: 50px;
  text-align: right;
  overflow: hidden;
  color: #666
}
.view-news .dateyy em {
  color: #2274fc;
  font-weight: bold
}
.view-news .desc {
  background: #ebebeb;
  position: relative;
  color: #666666;
  line-height: 24px;
  padding: 20px 50px 15px 50px
}
.view-news .desc em {
  position: absolute;
  left: 0px;
  top: -13px;
  background: #1e5dc7;
  color: #fff;
  padding: 0 10px;
  line-height: 26px;
  text-align: center
}
.view-news .desc em:after {
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-left: 4px solid #1e5dc7;
  border-bottom: 4px solid transparent
}
.view-news .web-body {
  padding: 25px 0
}
.view-news .copysm {
  background: #ebebeb;
  color: #999999;
  line-height: 24px;
  padding: 20px;
  overflow: hidden;
  margin: 0 auto 20px;
  width: 80%
}
.view-news .sxfx {
  overflow: hidden;
  line-height: 26px;
  padding: 15px 200px 0 0;
  position: relative;
  color: #888
}
.view-news .sxfx p {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}
.view-news .sxfx .bdsharebuttonbox {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%)
}
.view-news .xgxw {
  overflow: hidden;
  margin-top: 30px
}
.view-news .xgxw .tit {
  position: relative;
  overflow: hidden;
  height: 34px;
  margin-bottom: 10px
}
.view-news .xgxw .tit:before {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 2px;
  background: #eee;
  content: ""
}
.view-news .xgxw .tit span {
  height: 34px;
  display: block;
  overflow: hidden;
  border-bottom: 2px solid #2274fc;
  padding: 0 8px;
  float: left;
  font-size: 18px;
  position: relative;
  z-index: 1
}
.view-news .xgxw .xun {
  overflow: hidden;
  margin: 0 -10px
}
.view-news .xgxw .xun li {
  width: 50%;
  padding: 0 10px;
  float: left
}
.view-news .xgxw .xun li a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 28px;
  padding: 0 0 0 15px;
  position: relative;
  color: #666
}
.view-news .xgxw .xun li a:before {
  width: 3px;
  height: 3px;
  background: #666666;
  position: absolute;
  content: "";
  left: 4px;
  top: 50%;
  margin-top: -2px
}
.view-news .xgxw .xun li a:hover {
  color: #2274fc
}
.list-down {
  width: 100%;
  overflow-x: auto;
  white-space: nowrap
}
.list-down table {
  width: 100%;
  text-align: center
}
.list-down table thead {
  background: #ececec
}
.list-down table thead td {
  height: 50px;
  font-size: 16px;
  padding: 0 10px
}
.list-down table tbody tr {
  border-bottom: 1px solid #eee
}
.list-down table tbody tr td {
  height: 60px;
  padding: 0 10px
}
.list-down table tbody tr td i {
  font-size: 38px;
  color: #1e5dc7
}
.list-down table tbody tr td a.on {
  display: inline-block;
  line-height: 26px;
  border: 1px solid #ff225c;
  color: #ff225c;
  border-radius: 3px;
  padding: 0 8px
}
.list-down table tbody tr td a.on:hover {
  background: #ff225c;
  color: #fff
}
.list-down table tbody tr td:first-child {
  color: #2274fc
}
.list-down table tbody tr:hover {
  background: #f0f0f0
}
.box-contact {
  padding: 15px 0 0 0
}
.box-contact .desc {
  text-align: center;
  color: #666;
  line-height: 1.8
}
.box-contact .cont {
  padding: 40px 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: space-between;
  justify-content: space-between
}
.box-contact .cont .zi {
  text-align: center;
  width: 25%
}
.box-contact .cont .zi i {
  font-size: 100px
}
.box-contact .cont .zi span {
  display: block;
  font-size: 18px;
  padding: 10px 0
}
.box-contact .cont .zi p {
  color: #666666
}
.box-contact .cont .line {
  height: 240px;
  width: 1px;
  background: transparent;
  background: -webkit-linear-gradient(180deg, transparent 0%, #ccc 50%, transparent 100%);
  background: -o-linear-gradient(180deg, transparent 0%, #ccc 50%, transparent 100%);
  background: -moz-linear-gradient(180deg, transparent 0%, #ccc 50%, transparent 100%);
  background: linear-gradient(180deg, transparent 0%, #ccc 50%, transparent 100%)
}
.box-contact .cont .ewm {
  position: relative;
  width: 460px;
  padding-top: 18px;
  color: #666;
  line-height: 1;
  max-width: 49%
}
.box-contact .cont .ewm .bt {
  line-height: 34px;
  font-size: 20px;
  color: #ff225c;
  padding: 0 25px;
  border: 1px solid #ccc;
  background: #f0f0f0;
  border-radius: 6px;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  white-space: nowrap
}
.box-contact .cont .ewm ul {
  margin: 0 -5px;
  overflow: hidden;
  border: 1px solid #dddddd;
  padding: 35px 20px 25px 20px;
  border-radius: 12px;
  text-align: center
}
.box-contact .cont .ewm ul li {
  float: left;
  width: 50%;
  padding: 0 5px
}
.box-contact .cont .ewm ul li img {
  width: 100%;
  height: auto;
  border: 1px solid #eee;
  margin-bottom: 10px
}
.box-contact #bdmap {
  width: 100%;
  height: 540px;
  font-size: 12px;
  line-height: 24px
}
.box-contact #bdmap h4 {
  color: #2274fc;
  border-bottom: 1px solid #eee;
  padding: 0 0 5px 0;
  margin: 0 0 5px 0;
  font-size: 16px
}
.box-contact #bdmap img {
  transition: all 0s
}
.box-contact .tit {
  padding: 40px 0 15px 0;
  border-bottom: 1px solid #dddddd;
  color: #1e5dc7;
  font-size: 30px;
  margin-bottom: 15px
}
.box-contact .text {
  font-size: 16px;
  line-height: 2;
  color: #666;
  overflow: hidden
}
.view-jigou .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
}
.view-jigou .tit .pic img {
  height: 90px;
  width: auto
}
.view-jigou .tit .bt {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 0;
  padding: 0 20px;
  font-size: 28px
}
.view-jigou .tit .line {
  display: none
}
.view-jigou .tit .tel {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 20px;
  color: #ff225c;
  font-size: 20px;
  line-height: 1
}
.view-jigou .tit .tel i {
  font-size: 50px;
  margin-right: 10px
}
.view-jigou .tit .tel em {
  display: block;
  font-weight: bold;
  font-size: 24px;
  margin-top: 8px
}
.view-jigou .tit .ewm img {
  height: 90px;
  width: auto
}
.view-jigou .desc {
  background: #ebebeb;
  position: relative;
  color: #666666;
  line-height: 24px;
  padding: 20px 10px 15px 10px;
  margin: 40px 0
}
.view-jigou .desc em {
  position: absolute;
  left: 0px;
  top: -13px;
  background: #1e5dc7;
  color: #fff;
  padding: 0 10px;
  line-height: 26px;
  text-align: center
}
.view-jigou .desc em:after {
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-left: 4px solid #1e5dc7;
  border-bottom: 4px solid transparent
}
.view-jigou .case {
  position: relative;
  line-height: 24px;
  padding: 20px 20px 20px 20px;
  border: 1px solid #ddd
}
.view-jigou .case em {
  position: absolute;
  left: 0px;
  top: -13px;
  background: #1e5dc7;
  color: #fff;
  padding: 0 10px;
  line-height: 26px;
  text-align: center
}
.view-jigou .case em:after {
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-left: 4px solid #1e5dc7;
  border-bottom: 4px solid transparent
}
.view-jigou .case ul {
  margin: -10px;
  overflow: hidden
}
.view-jigou .case ul li {
  float: left;
  width: 25%;
  padding: 10px
}
.view-jigou .case ul li a {
  display: block;
  overflow: hidden;
  position: relative;
  height: 230px
}
.view-jigou .case ul li a:hover img {
  transform: translateX(-50%) scale(1.05)
}
.view-jigou .sxfx {
  overflow: hidden;
  line-height: 26px;
  padding: 0 200px 0 0;
  position: relative;
  color: #888;
  margin-top: 35px
}
.view-jigou .sxfx p {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}
.view-jigou .sxfx .bdsharebuttonbox {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%)
}
.view-jigou .cont {
  width: 100%;
  max-width: 900px;
  overflow: hidden;
  margin: 0 auto;
  position: relative
}
.view-jigou .cont:before {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  top: 50%;
  height: 1px;
  background: transparent;
  background: -webkit-linear-gradient(left, transparent 0%, #cbcbcb 50%, transparent 100%);
  background: -o-linear-gradient(left, transparent 0%, #cbcbcb 50%, transparent 100%);
  background: -moz-linear-gradient(left, transparent 0%, #cbcbcb 50%, transparent 100%);
  background: linear-gradient(left, transparent 0%, #cbcbcb 50%, transparent 100%)
}
.view-jigou .cont:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0px;
  bottom: 0px;
  width: 1px;
  background: transparent;
  background: -webkit-linear-gradient(top, transparent 0%, #cbcbcb 50%, transparent 100%);
  background: -o-linear-gradient(top, transparent 0%, #cbcbcb 50%, transparent 100%);
  background: -moz-linear-gradient(top, transparent 0%, #cbcbcb 50%, transparent 100%);
  background: linear-gradient(top, transparent 0%, #cbcbcb 50%, transparent 100%)
}
.view-jigou .cont li {
  width: 50%;
  float: left;
  text-align: center;
  height: 200px;
  color: #000;
  padding: 40px 0 0 0
}
.view-jigou .cont li a {
  color: #222
}
.view-jigou .cont li .iconfont {
  font-size: 44px
}
.view-jigou .cont li span {
  display: block;
  overflow: hidden;
  font-size: 20px;
  padding: 12px 0 10px 0
}
.view-jigou .cont li p {
  font-size: 16px;
  color: #666;
  width: 100%;
  max-width: 280px;
  margin: 0 auto
}
.view-jigou .cont li p em {
  color: #2274fc;
  display: block;
  overflow: hidden;
  font-size: 20px;
  font-weight: bold;
  padding: 8px 0 0 0
}
.view-jigou .form {
  width: 100%;
  max-width: 880px;
  overflow: hidden;
  margin: 0 auto;
  position: relative
}
.view-jigou .form li {
  padding: 10px;
  width: 50%;
  float: left
}
.view-jigou .form li input, .view-jigou .form li textarea {
  width: 100%;
  border: 1px solid #dddddd;
  background: #fdfdfd;
  height: 38px;
  padding: 0 10px;
  float: left
}
.view-jigou .form li textarea {
  height: 100px;
  padding: 10px
}
.view-jigou .form li input[type='submit'] {
  background: #333333;
  color: #fff;
  cursor: pointer;
  transition: all .6s;
  height: 44px;
  font-size: 16px;
  border: 0
}
.view-jigou .form li input[type='submit']:hover {
  background: #1e5dc7
}
.view-jigou .form li.all {
  width: 100%
}
.view-pro {
  position: relative
}
.view-pro .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;
  margin-bottom: 45px
}
.view-pro .flex-box .left {
  width: 398px;
  position: relative
}
.view-pro .flex-box .left .ico {
  width: 111px;
  height: 103px;
  background-size: 100% 100% !important;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 22;
  display: none
}
.view-pro .flex-box .left .res {
  display: block;
  background: url(../img/icon_tbtj.png)
}
.view-pro .flex-box .left .hot {
  display: block;
  background: url(../img/icon_rmjc.png)
}
.view-pro .flex-box .left img {
  width: 100%;
  height: auto
}
.view-pro .flex-box .left .small {
  position: relative;
  margin-top: 10px
}
.view-pro .flex-box .left .small img {
  cursor: pointer;
  opacity: .6
}
.view-pro .flex-box .left .small .swiper-slide {
  background: #000
}
.view-pro .flex-box .left .small .swiper-slide-thumb-active img {
  opacity: 1
}
.view-pro .flex-box .left .prev, .view-pro .flex-box .left .next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  width: 20px;
  padding: 10px 0;
  line-height: 1;
  z-index: 1;
  outline: 0;
  text-align: center;
  cursor: pointer
}
.view-pro .flex-box .left .prev:hover, .view-pro .flex-box .left .next:hover {
  background: #2274fc
}
.view-pro .flex-box .left .prev {
  left: 0
}
.view-pro .flex-box .left .next {
  right: 0
}
.view-pro .flex-box .right {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 0;
  margin-left: 40px
}
.view-pro .flex-box .bt {
  font-weight: bold;
  font-size: 24px
}
.view-pro .flex-box .desc {
  font-size: 16px;
  padding: 15px 0 20px 0;
  color: #444
}
.view-pro .flex-box .jgewm {
  background: #f6f6f6;
  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 0 0 20px;
  color: #666;
  font-size: 16px;
  line-height: 1.5
}
.view-pro .flex-box .jgewm img {
  height: 100px;
  width: auto
}
.view-pro .flex-box .jgewm del {
  color: #222
}
.view-pro .flex-box .jgewm em {
  color: #ff225c;
  font-size: 24px
}
.view-pro .flex-box .text {
  color: #444;
  font-size: 16px;
  line-height: 24px;
  padding: 20px 0
}
.view-pro .flex-box .text p {
  padding: 5px 0
}
.view-pro .flex-box .but {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center
}
.view-pro .flex-box .but a {
  display: block;
  overflow: hidden;
  width: 152px;
  line-height: 40px;
  border: 1px solid #2274fc;
  color: #2274fc;
  text-align: center;
  font-size: 20px;
  background: #d9e8ff
}
.view-pro .flex-box .but a:last-child {
  background: #2274fc;
  color: #fff;
  margin-left: 14px
}
.view-pro .flex-box .but a:hover {
  background: #2274fc;
  color: #fff
}
.view-pro .tab {
  margin: 0 0 25px 0;
  line-height: 50px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  background: #eeeeee
}
.view-pro .tab li a {
  display: block;
  overflow: hidden;
  padding: 0 20px;
  font-size: 16px;
  font-weight: bold
}
.view-pro .tab li.on a {
  background: #1e5dc7;
  color: #fff
}
.view-pro .tab.fixed {
  position: absolute;
  left: 0;
  z-index: 99;
  width: 100%
}
.view-pro .tab-height {
  width: 100%;
  overflow: hidden;
  clear: both
}
.view-pro .tit {
  text-align: center;
  overflow: hidden;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 25px
}
.view-pro .tit .line {
  width: 100%;
  max-width: 320px;
  margin: 10px auto 0 auto;
  position: relative
}
.view-pro .tit .line:after {
  content: '';
  display: block;
  overflow: hidden;
  margin: 0 auto;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #2274fc;
  position: relative;
  z-index: 1
}
.view-pro .tit .line:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  height: 1px;
  background: #f0f0f0;
  width: 100%
}
.view-pro .pingjia-nodata {
  text-align: center;
  overflow: hidden;
  color: #888
}
.view-pro .pingjia-nodata img {
  display: inline-block;
  max-width: 300px;
  height: auto;
  margin-bottom: 10px
}
.view-pro .baozhang {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  text-align: center;
  overflow: hidden
}
.view-pro .baozhang li {
  width: 152px
}
.view-pro .baozhang li i {
  width: 90px;
  height: 90px;
  line-height: 1;
  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: 0 auto;
  border-radius: 50%;
  border: 2px solid transparent;
  font-size: 40px;
  transition: all .6s
}
.view-pro .baozhang li span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  margin: 15px 0 10px 0
}
.view-pro .baozhang li p {
  line-height: 20px;
  color: #666
}
.view-pro .baozhang li:nth-child(1) i {
  border-color: #ff1919;
  color: #ff1919
}
.view-pro .baozhang li:nth-child(2) i {
  border-color: #3882fd;
  color: #3882fd
}
.view-pro .baozhang li:nth-child(3) i {
  border-color: #1aa48d;
  color: #1aa48d
}
.view-pro .baozhang li:nth-child(4) i {
  border-color: #ffba03;
  color: #ffba03
}
.view-pro .baozhang li:hover i {
  transform: rotate(360deg)
}
.view-pro .wenda {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  overflow: hidden
}
.view-pro .wenda form {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center
}
.view-pro .wenda form input[type='text'] {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 0;
  padding: 0 15px;
  height: 44px;
  border: 0;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 3px 0 0 3px
}
.view-pro .wenda form input[type='submit'] {
  background: #2274fc;
  border-radius: 0 3px 3px 0;
  width: 110px;
  height: 44px;
  border: 0;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  transition: all .6s
}
.view-pro .wenda form input[type='submit']:hover {
  background: #1e5dc7
}
.view-pro .wenda .tips {
  text-align: center;
  margin-top: 20px;
  overflow: hidden
}
.view-pro .wenda ul li {
  border-bottom: 1px dashed #e4e4e4;
  padding: 20px 0
}
.view-pro .wenda ul li .w {
  padding: 0 0 0 50px;
  line-height: 28px;
  position: relative;
  display: block;
  overflow: hidden;
  font-size: 18px;
  margin-bottom: 10px
}
.view-pro .wenda ul li .w:before {
  content: "\e7a1";
  font-family: "iconfont";
  position: absolute;
  left: 0;
  top: 0;
  color: #2274fc;
  font-size: 28px
}
.view-pro .wenda ul li .d {
  padding: 0 0 0 50px;
  line-height: 28px;
  height: 56px;
  position: relative;
  display: block;
  overflow: hidden;
  color: #666;
  cursor: pointer
}
.view-pro .wenda ul li .d:before {
  content: "\e777";
  font-family: "iconfont";
  position: absolute;
  left: 0;
  top: 0;
  color: #ff225c;
  font-size: 28px
}
.view-pro .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
}
.view-pro .wenda ul li .d .m i {
  color: #2274fc;
  margin-left: 5px
}
.view-pro .wenda ul li .auto {
  height: auto
}
.view-pro .wenda ul li .auto .m {
  display: none
}
.web-body {
  overflow: hidden;
  line-height: 1.8;
  text-align: justify
}
.web-body img {
  max-width: 100% !important;
  width: auto !important;
  height: auto !important
}
.pagination {
  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; clear: both;
}
.pagination li {
  padding: 0 5px
}
.pagination li a, .pagination li span {
  display: block;
  overflow: hidden;
  padding: 0 12px;
  line-height: 32px;
  border: 1px solid #ddd;
  border-radius: 3px;
  background: #f9f9f9
}
.pagination li a:hover {
  background: #1e5dc7;
  color: #fff;
  border-color: #1e5dc7
}
.pagination li.active span {
  cursor: default;
  background: #1e5dc7;
  color: #fff;
  border-color: #1e5dc7
}
.pagination li.disabled span {
  background: #eee;
  color: #888;
  cursor: not-allowed
}
.float_kefu {
  position: fixed;
  right: 20px;
  bottom: 140px;
  z-index: 999
}
.float_kefu > li {
  margin-top: 4px;
  position: relative
}
.float_kefu > 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;
  width: 38px;
  height: 38px;
  line-height: 1;
  text-align: center;
  border: 1px solid #2274fc;
  color: #2274fc;
  font-size: 28px;
  background: #fff
}
.float_kefu > li .pic {
  height: auto;
  border: 0
}
.float_kefu > li .pic img {
  width: 100%;
  height: auto
}
.float_kefu > li .backtop {
  opacity: 0
}
.float_kefu > li .backtop.cur {
  opacity: 1
}
.float_kefu > li .hide {
  display: none;
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 15px 0 0
}
.float_kefu > li .hide:before {
  content: "";
  position: absolute;
  right: 6px;
  top: 50%;
  width: 0;
  height: 0;
  transform: translateY(-50%);
  border-top: 8px solid transparent;
  border-left: 10px solid #fff;
  border-bottom: 8px solid transparent;
  z-index: 1
}
.float_kefu > li .hide:after {
  content: "";
  position: absolute;
  right: 5px;
  top: 50%;
  width: 0;
  height: 0;
  transform: translateY(-50%);
  border-top: 9px solid transparent;
  border-left: 10px solid #2274fc;
  border-bottom: 9px solid transparent
}
.float_kefu > li .hide .bj {
  border: 1px solid #2274fc;
  background: #fff;
  border-radius: 5px;
  overflow: hidden
}
.float_kefu > li .hide .ewm {
  padding: 5px 5px 10px 5px;
  overflow: hidden;
  text-align: center
}
.float_kefu > li .hide .ewm img {
  width: 120px;
  height: 120px
}
.float_kefu > li .hide .tel {
  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;
  width: 390px;
  padding: 15px
}
.float_kefu > li .hide .tel .iconfont {
  font-size: 30px;
  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;
  border: 4px solid #eee;
  border-radius: 50%
}
.float_kefu > li .hide .tel .info {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 20px 0 10px
}
.float_kefu > li .hide .tel .info .bt {
  font-size: 16px;
  border-bottom: 1px solid #d9d9d9;
  line-height: 1;
  padding: 0 0 8px 0;
  position: relative
}
.float_kefu > li .hide .tel .info .bt em {
  color: #ff225c;
  padding-left: 5px
}
.float_kefu > li .hide .tel .info .bt .but {
  position: absolute;
  right: 0px;
  top: -2px;
  background: #2274fc;
  color: #fff;
  border-radius: 3px;
  display: inline-block;
  font-size: 12px;
  line-height: 20px;
  padding: 0 5px
}
.float_kefu > li .hide .tel .info .bt .but:hover {
  background: #ff225c
}
.float_kefu > li .hide .tel .info ul {
  overflow: hidden;
  padding: 5px 0 0 0
}
.float_kefu > li .hide .tel .info ul li {
  line-height: 22px;
  font-size: 12px;
  color: #999;
  float: left;
  width: 50%;
  position: relative;
  padding: 0 0 0 10px
}
.float_kefu > li .hide .tel .info ul li:before {
  content: "";
  width: 4px;
  height: 4px;
  border: 1px solid #ccc;
  border-radius: 50%;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%)
}
.float_kefu > li .hide .pay {
  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;
  width: 390px;
  padding: 15px
}
.float_kefu > li .hide .pay .iconfont {
  font-size: 30px;
  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;
  border: 4px solid #eee;
  border-radius: 50%
}
.float_kefu > li .hide .pay .text {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 20px 0 10px
}
.float_kefu > li .hide .pay .text span {
  display: block;
  overflow: hidden;
  font-size: 16px;
  border-bottom: 1px solid #d9d9d9;
  line-height: 1;
  padding: 0 0 8px 0
}
.float_kefu > li .hide .pay .text p {
  line-height: 18px;
  height: 36px;
  display: block;
  overflow: hidden;
  font-size: 12px;
  color: #999;
  margin-top: 5px
}
.float_kefu > li .hide .pay a {
  display: block;
  overflow: hidden;
  width: 82px;
  line-height: 36px;
  text-align: center;
  background: #2274fc;
  color: #fff;
  border-radius: 5px
}
.float_kefu > li .hide .pay a:hover {
  background: #333
}
.float_kefu > li:hover > a {
  background: #2274fc;
  color: #fff
}
.web-body .xgnew ul, .pagebody .xgnew ul {
  overflow: hidden;
  clear: both
}
.web-body .xgnew ul li, .pagebody .xgnew ul li {
  line-height: 28px
}
.web-body .xgnew ul li a, .pagebody .xgnew ul li a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 0 0 10px;
  position: relative;
  font-size: 14px;
  color: #666
}
.web-body .xgnew ul li a:before, .pagebody .xgnew ul li a:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  width: 3px;
  height: 3px;
  margin-top: -2px;
  background: #666
}
.web-body h4 {
  border-bottom: 1px solid #eee;
  font-weight: bold;
  color: #39F;
  position: relative;
  font-size: 16px;
  margin-bottom: 5px;
  margin-top: 20px
}
.html-read {
  text-align: center
}
.html-read a {
  color: #1e5dc7
}
.web_body_html ul, .web_body_html ol {
  list-style-type: disc;
  margin-left: 20px
}
.web_body_html ul li, .web_body_html ol li {
  list-style: inherit;
  list-style-type: inherit;
  padding: 1px 0
}
.web_body_html em {
  background: #4897F3;
  color: #fff;
  border-radius: 100px;
  display: inline-block;
  padding: 0 9px;
  margin: 2px 5px;
  font-style: normal
}
.web_body_html h2 {
  border-left: 5px solid #1e5dc7;
  font-size: 20px !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
}
.web_body_html 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
}
.web_body_html 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
}
.web_body_html 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
}
.web_body_html img {
  max-width: 100% !important;
  height: auto !important;
  margin: 10px 0
}
.web_body_html table {
  border: 1px solid #ddd;
  width: 100%;
  margin: 10px 0
}
.web_body_html table th, .web_body_html table td {
  border: 1px solid #ccc;
  padding: 5px 10px;
  text-align: left
}
.web_body_html table th {
  background: #6aa84f;
  color: #fff
}
.web_body_html > *:first-child {
  margin-top: 0 !important
}
.view-pro .wid100 {
  max-width: 100%
}
.view-pro .wid500 {
  max-width: 500px;
  margin: 0 auto
}
.mar30 {
  margin-top: 30px
}
.kefu_bottom, .kefu_bottom_weixin {
  display: none
}
.lantext {
  margin: 15px 0;
  text-align: center;
  color: #666
}
.view-news .hjask {
  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-news .hjask dt {
  opacity: .6
}
.view-news .hjask dd {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 0
}
.view-news .hjask dd a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
  color: #1e5dc7;
  width: 25%;
  padding-right: 10px
}
.view-news .hjask dd a:hover {
  text-decoration: underline
}
.view-news .hjask dd a:nth-child(even) {
  padding-right: 0
}
.huaj-link {
  padding: 50px
}
.huaj-link h3 {
  border-bottom: 1px solid #ddd;
  margin: 0;
  font-size: 18px;
  color: #000;
  padding-bottom: 15px
}
.huaj-link h3 small {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: normal;
  color: #999
}
.huaj-link ul {
  margin-left: -20px
}
.huaj-link li {
  float: left;
  margin-left: 20px;
  margin-top: 20px
}
.ztzt{line-height: 2}
.ztzt li{width:33.3333%; float:left}
.inboxnone{padding:0 !important}