body {
  background: #f6f6f6;
}
.image-list {
  padding: 40px 38px 0;
  overflow: hidden;
}
.image-list ul {
  width: 1263px;
}
.image-list ul li {
  float: left;
  width: 362px;
  margin-right: 59px;
  margin-bottom: 30px;
}
.image-list ul li a {
  display: block;
  box-shadow: 0 0 0 rgba(123, 123, 123, 0.5);
  transition: all 0.3s ease;
}
.image-list ul li a .li-img {
  position: relative;
  z-index: 2;
  box-shadow: 0 0 40px rgba(123, 123, 123, 0.5);
  width: 100%;
  height: 241px;
}
.image-list ul li a .li-img img {
  display: block;
  width: 100%;
  height: 100%;
}
.image-list ul li a .li-info {
  background: #fff;
  padding: 0 20px;
  height: 120px;
  text-align: center;
  color: #333;
  overflow: hidden;
  position: relative;
  margin-top: 0;
  z-index: 1;
  transition: all 0.3s ease;
}
.image-list ul li a .li-info .li-title {
  font-size: 16px;
  line-height: 36px;
  padding-top: 27px;
}
.image-list ul li a .li-info .li-title-2 {
  font-size: 14px;
  line-height: 28px;
}
.image-list ul li a .li-info .li-desc {
  font-size: 14px;
  line-height: 22px;
  padding-top: 17px;
  position: relative;
  top: 100px;
  transition: all 0.3s ease;
}
.image-list ul li:hover a {
  box-shadow: 0 0 10px rgba(123, 123, 123, 0.5);
}
.image-list ul li:hover a .li-info {
  z-index: 3;
  margin-top: -100px;
  height: 220px;
}
.image-list ul li:hover a .li-info .li-title {
  color: #008aff;
}
.image-list ul li:hover a .li-info .li-desc {
  top: 0;
}
.news-body {
  padding: 50px 30px 0;
}
.news-body .news-type {
  width: 240px;
  background: #fff;
  margin-bottom: 50px;
}
.news-body .news-type a {
  height: 70px;
  border-bottom: 1px solid #dddddd;
  line-height: 70px;
  font-size: 16px;
  color: #414141;
  display: flex;
  justify-content: space-between;
  padding: 0 39px;
  transition: all 0.3s ease;
}
.news-body .news-type a span {
  font-family: '黑体';
  font-weight: 600;
}
.news-body .news-type a.on,
.news-body .news-type a:hover {
  color: #2096fe;
}
.news-body .news-type a:last-child {
  border: none;
}
.news-body .news-type .tui-tag-title {
  font-size: 16px;
  border-bottom: 1px solid #cecece;
  line-height: 40px;
}
.news-body .news-type .tui-tag-list {
  padding: 20px 0;
}
.news-body .news-type .tui-tag-list a {
  display: inline-block;
  color: #0053fb;
  font-size: 14px;
  margin: 5px;
}
.news-body .news-list {
  width: 950px;
}
.news-body .news-list ul li {
  transition: all 0.2s ease;
}
.news-body .news-list ul li a {
  display: block;
  padding: 27px 33px;
  color: #333;
  display: flex;
}
.news-body .news-list ul li a .li-img {
  width: 260px;
  height: 165px;
  overflow: hidden;
}
.news-body .news-list ul li a .li-img img {
  display: block;
  width: 100%;
  min-height: 100%;
}
.news-body .news-list ul li a .li-info {
  padding-top: 3px;
  width: 610px;
  padding-left: 18px;
}
.news-body .news-list ul li a .li-info .li-title {
  line-height: 37px;
  font-size: 16px;
  transition: all 0.3s ease;
}
.news-body .news-list ul li a .li-info .li-time {
  font-size: 12px;
  line-height: 17px;
}
.news-body .news-list ul li a .li-info .li-desc {
  line-height: 22px;
  font-size: 14px;
  height: 44px;
  overflow: hidden;
  padding-top: 11px;
}
.news-body .news-list ul li a .li-info .li-tags a {
  display: inline;
}
.news-body .news-list ul li a .li-info .li-view {
  margin-top: 23px;
  width: 98px;
  height: 28px;
  border: 1px solid #666666;
  font-size: 14px;
  line-height: 28px;
  text-align: center;
  transition: all 0.3s ease;
}
.news-body .news-list ul li:hover {
  background: #fff;
  box-shadow: 0 0 20px rgba(86, 86, 86, 0.06);
}
.news-body .news-list ul li:hover a .li-info .li-title {
  color: #008aff;
}
.news-body .news-list ul li:hover a .li-info .li-view {
  background: #008aff;
  color: #fff;
  border-color: #008aff;
  border-radius: 5px;
}
.news-body .tag-list {
  width: 950px;
}
.news-body .tag-list ul li {
  transition: all 0.2s ease;
  display: block;
  padding: 27px 33px;
  color: #333;
  display: flex;
}
.news-body .tag-list ul li .li-info {
  padding-top: 3px;
  padding-left: 18px;
}
.news-body .tag-list ul li .li-info .li-title {
  display: block;
  line-height: 37px;
  font-size: 16px;
  transition: all 0.3s ease;
  color: #333;
}
.news-body .tag-list ul li .li-info .li-time {
  font-size: 12px;
  line-height: 17px;
}
.news-body .tag-list ul li .li-info .li-tags {
  color: #333;
}
.news-body .tag-list ul li .li-info .li-tags a {
  display: inline;
  font-size: 14px;
  line-height: 28px;
  margin: 0 3px;
}
.news-body .tag-list ul li:hover {
  background: #fff;
  box-shadow: 0 0 20px rgba(86, 86, 86, 0.06);
}
.news-body .tag-list ul li:hover .li-info .li-title {
  color: #008aff;
}
.news-body .tag-list ul li:hover .li-info .li-view {
  background: #008aff;
  color: #fff;
  border-color: #008aff;
  border-radius: 5px;
}
.news-body .tui-tag {
  width: 200px;
  background: #fff;
  margin-bottom: 50px;
  box-shadow: 0 0 20px rgba(86, 86, 86, 0.06);
  padding: 15px;
}
.news-body .tui-tag .tui-tag-title {
  font-size: 16px;
  border-bottom: 1px solid #cecece;
  line-height: 40px;
}
.news-body .tui-tag .tui-tag-list {
  padding: 20px 0;
}
.news-body .tui-tag .tui-tag-list a {
  display: inline-block;
  color: #0053fb;
  font-size: 14px;
  margin: 5px;
}
.about {
  padding-top: 90px;
  padding-bottom: 110px;
}
.about .about-title {
  font-size: 40px;
  color: #333333;
}
.about .about-title-en {
  font-size: 36px;
  font-weight: 800;
  color: #999999;
}
.about .map {
  margin-top: 90px;
  width: 100%;
  height: 700px;
  box-shadow: 0 0 40px rgba(40, 135, 255, 0.5);
}
.about .about-bottom {
  justify-content: space-between;
  padding-top: 90px;
}
.about .about-bottom .about-info {
  padding-top: 70px;
  width: 800px;
  color: #333;
}
.about .about-bottom .about-info .about-address {
  justify-content: space-between;
  font-size: 16px;
}
.about .about-bottom .about-info .about-desc {
  padding-top: 50px;
  font-size: 14px;
  line-height: 28px;
}
.about .about-bottom .about-ewm {
  width: 280px;
}
.about .about-bottom .about-ewm img {
  width: 280px;
}
.about .about-bottom .about-ewm .ewm-title {
  font-size: 16px;
  line-height: 32px;
}
.about .about-bottom .about-ewm .ewm-title-en {
  font-size: 12px;
}
.news-view {
  width: 950px;
}
.news-view .news-view-body {
  padding: 0 19px;
  background: #fff;
}
.news-view .news-view-body .view-title {
  font-size: 18px;
  line-height: 60px;
  border-bottom: 2px solid #cccccc;
  font-weight: 600;
  color: #333;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news-view .news-view-body .view-title .back {
  font-size: 12px;
  color: #008aff;
  font-weight: 400;
}
.news-view .news-view-body .news-title {
  font-size: 18px;
  line-height: 20px;
  text-align: center;
  font-weight: 400;
  padding-top: 38px;
}
.news-view .news-view-body .news-tags {
  font-size: 12px;
  color: #666666;
  padding-top: 20px;
}
.news-view .news-view-body .news-tags span {
  margin: 0 20px;
}
.news-view .news-view-body .news-content {
  padding: 30px 15px;
  font-size: 14px;
  line-height: 28px;
}
.news-view .news-view-body .news-content img {
  max-width: 100%;
}
.news-view .news-view-body .news-content table {
  max-width: 100%;
}
.news-view .news-view-body .tag-list {
  padding: 10px;
}
.news-view .news-view-body .tag-list a {
  font-size: 12px;
  display: inline-block;
  margin: 5px;
}
.news-view .prev-next {
  padding-top: 30px;
  padding-bottom: 100px;
}
.news-view .prev-next a,
.news-view .prev-next span {
  display: block;
  font-size: 12px;
  line-height: 30px;
}
.image-list-2 {
  padding: 50px 0 100px 59px;
}
.image-list-2 ul li {
  float: left;
  margin-right: 38px;
  width: 362px;
  margin-bottom: 50px;
  box-shadow: 0 0 40px rgba(123, 123, 123, 0.5);
}
.image-list-2 ul li a {
  display: block;
}
.image-list-2 ul li a .li-img img {
  display: block;
}
.image-list-2 ul li a .li-info {
  background: #008aff;
  color: #fff;
  height: 159px;
  text-align: center;
}
.image-list-2 ul li a .li-info .li-title {
  font-size: 16px;
  line-height: 37px;
  padding-top: 14px;
}
.image-list-2 ul li a .li-info .li-desc {
  font-size: 14px;
  line-height: 28px;
  padding: 0 25px;
}
.ser-part .ser-part-title h1 {
  font-size: 20px;
  color: #333333;
  font-weight: 400;
  text-align: center;
  line-height: 39px;
}
.ser-part .ser-part-title .line {
  width: 43px;
  height: 8px;
  background-color: #0053fb;
  border-radius: 4px;
  margin: 0 auto;
  position: relative;
  top: 5px;
  z-index: 1;
}
.ser-part .ser-part-title .line-2 {
  width: 281px;
  height: 2px;
  background-color: #dedede;
  margin: 0 auto;
}
.ser-part .ser-part-title .desc {
  font-size: 14px;
  color: #737373;
  line-height: 28px;
  padding-top: 15px;
  text-align: center;
}
.ser-part .ser-list {
  padding-top: 40px;
  padding-bottom: 20px;
}
.ser-part .ser-list li {
  margin: 0 40px 15px;
  width: 150px;
}
.ser-part .ser-list li a {
  color: #333;
}
.ser-part .ser-list li a .li-img {
  width: 90px;
  height: 90px;
  overflow: hidden;
  margin: 0 auto;
}
.ser-part .ser-list li a .li-img img {
  display: block;
  width: 100%;
}
.ser-part .ser-list li a .li-title {
  text-align: center;
  font-size: 14px;
  line-height: 30px;
  padding-top: 15px;
}
.ser-part .ser-list li a .li-desc {
  font-size: 14px;
  line-height: 28px;
  height: 84px;
  overflow: hidden;
}
.ser-part .ys-list {
  padding: 40px 0px;
}
.ser-part .ys-list li {
  padding: 15px;
  margin: 0 20px;
  width: 226px;
  height: 224px;
}
.ser-part .ys-list li .li-title {
  font-size: 18px;
  color: #fff;
  line-height: 60px;
  border-bottom: 1px solid #c6b992;
  text-align: center;
}
.ser-part .ys-list li .li-desc {
  font-size: 14px;
  color: #fff;
  line-height: 25px;
  padding-top: 15px;
}
.ser-part .ys-list li:nth-child(1) {
  background-color: #eacf81;
  box-shadow: 0 0 17px #eacf81;
}
.ser-part .ys-list li:nth-child(2) {
  background-color: #6ac98f;
  box-shadow: 0 0 17px #6ac98f;
}
.ser-part .ys-list li:nth-child(3) {
  background-color: #fc7c79;
  box-shadow: 0 0 17px #fc7c79;
}
.ser-part .ys-list li:nth-child(4) {
  background-color: #5cb9ea;
  box-shadow: 0 0 17px #5cb9ea;
}
.ser-part .kf-list {
  padding: 40px 0px;
}
.ser-part .kf-list li {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 206px;
  margin: 0 48px;
  position: relative;
}
.ser-part .kf-list li .li-img {
  width: 91px;
  height: 100px;
  overflow: hidden;
}
.ser-part .kf-list li .li-img img {
  display: block;
  width: 100%;
}
.ser-part .kf-list li .li-title {
  font-size: 18px;
  color: #000000;
  line-height: 54px;
  padding-top: 13px;
}
.ser-part .kf-list li .li-line:before,
.ser-part .kf-list li .li-line:after {
  content: '';
  display: inline-block;
  width: 13px;
  height: 4px;
}
.ser-part .kf-list li .li-line:before {
  background-color: #3e87ff;
}
.ser-part .kf-list li .li-line:after {
  background-color: #3651f2;
}
.ser-part .kf-list li .li-desc {
  padding-top: 15px;
  line-height: 30px;
  font-size: 14px;
  color: #636363;
  height: 120px;
  padding: 15px 18px;
}
.ser-part .kf-list li:after {
  content: '';
  display: block;
  width: 57px;
  height: 25px;
  background: url(../images/jd.png) no-repeat center;
  position: absolute;
  top: 40px;
  right: -80px;
}
.ser-part .kf-list li:last-child:after {
  display: none;
}
.ser-part.fuwufanwei {
  background-color: #f3f3f3;
  padding-top: 35px;
}
.ser-part.womendeyoushi {
  background-color: #ffffff;
  padding-top: 35px;
}
.ser-part.kiafaliucheng {
  background-color: #f3f3f3;
  padding-top: 35px;
}
.ser-info {
  height: 400px;
  background: url(../images/ser-bg.png) no-repeat center;
}
.ser-info ul {
  padding-top: 140px;
}
.ser-info ul li {
  width: 200px;
  margin: 0 10px;
}
.ser-info ul li .li-img {
  width: 100%;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ser-info ul li .li-img img {
  display: block;
}
.ser-info ul li .li-title {
  font-size: 16px;
  color: #666666;
  line-height: 35px;
  text-align: center;
}
.case-view {
  padding: 38px 38px 100px 38px;
}
.case-view .content {
  box-shadow: 0 0 35px rgba(123, 123, 123, 0.5);
}
.case-view .content p,.case-view .content h2,.case-view .content h3 {
  padding: 20px;
  font-size: 14px;
  line-height: 28px;
}
figcaption{
  text-align: center;
  font-size: 14px;
  line-height: 28px;
  padding-bottom: 10px;
}
.case-view .content img {
  display: block;
  max-width: 100%;
}
.case-view .tag-list {
  padding: 10px;
}
.case-view .tag-list a {
  font-size: 12px;
  display: inline-block;
  margin: 5px;
}
.case-view .view-navs {
  display: flex;
  justify-content: space-between;
  padding-top: 30px;
}
.case-view .view-navs span,
.case-view .view-navs a {
  display: block;
  font-size: 14px;
  line-height: 32px;
  color: #333;
}
.case-view .view-navs span {
  color: #666;
}
.service-view {
  background: url(../images/service-view-bg.png) no-repeat bottom center;
}
.service-view .device-width-2 {
  width: 960px;
  margin: 0 auto;
  position: relative;
}
.service-view .service-title {
  position: absolute;
  top: -270px;
  font-size: 68px;
  font-family: '黑体';
  color: #fff;
  font-weight: 600;
  padding-left: 10px;
}
.service-view .content {
  margin-top: -100px;
}
.service-view .content .content-title {
  font-size: 20px;
  color: #333333;
  font-weight: 400;
  text-align: center;
  line-height: 39px;
}
.service-view .content .content-title .line {
  width: 43px;
  height: 8px;
  background-color: #0053fb;
  border-radius: 4px;
  margin: 0 auto;
  position: relative;
  top: 5px;
  z-index: 1;
}
.service-view .content h2 {
  font-size: 20px;
  color: #333333;
  font-weight: 400;
  line-height: 60px;
  border-top: 1px solid #e5e5e5;
  padding-top: 15px;
  margin-top: 30px;
  padding-left: 20px;
}
.service-view .content p {
  font-size: 14px;
  color: #3399ff;
  line-height: 28px;
  padding-left: 20px;
}
.service-view .service-kf {
  padding: 100px 0;
  font-size: 26px;
  line-height: 50px;
  text-align: center;
}
.service-view .service-kf .kf-btn {
  font-size: 16px;
  color: #fff;
  background: #0067ed;
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-left: 20px;
}
.service-view .view-navs {
  padding-bottom: 100px;
  justify-content: space-between;
}
.service-view .view-navs a,
.service-view .view-navs span {
  color: #333;
  font-size: 16px;
  margin: 0 40px;
}
