@charset "utf-8";
/* CSS Document */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}
body {
  margin: 0;
  background: #fff;
  font-size: 12px;
}
form,
ul,
ol,
li,
input {
  padding: 0;
}
img {
  border: 0px;
}
ul,
ol,
li {
  list-style: none;
  margin: 0;
}
div,
p,
h1,
h2,
h3,
h4,
b,
form,
input,
textarea,
ul,
ol,
li,
a,
dd,
dt,
dl,
i,
em,
pre {
  color: #333;
  font-family: "Microsoft YaHei", tahoma, Arial, "微软雅黑", Helvetica, sans-serif;
  margin: 0;
  padding: 0;
}
/*a{text-decoration:none;}
*/
/*清空浮动的代码-start*/
.clr:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.clr {
  display: block;
}
html[xmlns] .clr {
  display: block;
}
* html .clr {
  height: 1%;
}
img {
  border: 0px;
}
/*清空浮动的代码-end*/
.a_hidden {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.pic-x {
  width: 100%;
  display: block;
}
.pic-y {
  height: 100%;
  display: block;
}
.pic-center-x {
  width: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.pic-center-y {
  height: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* 在线链接服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
@font-face {
  font-family: 'webicon';
  /* Project id 3324516 */
  src: url('//at.alicdn.com/t/c/font_3324516_ge7bkhnhqfa.woff2?t=1686561759718') format('woff2'), url('//at.alicdn.com/t/c/font_3324516_ge7bkhnhqfa.woff?t=1686561759718') format('woff'), url('//at.alicdn.com/t/c/font_3324516_ge7bkhnhqfa.ttf?t=1686561759718') format('truetype');
}
.iconfont {
  font-family: "webicon" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.display-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.module-borwseltie9 {
  padding: 50px 0 50px 240px;
  background: url("/images/ie.png") no-repeat 50px 68px;
}
.module-borwseltie9 .tit {
  font-size: 18px;
  margin-bottom: 14px;
  line-height: 1;
}
.module-borwseltie9 .desc {
  font-size: 14px;
  line-height: 24px;
}
.module-borwseltie9 .link-btn {
  float: left;
  width: 90px;
}
.module-borwseltie9 .link-btn img {
  text-align: center;
  display: block;
  margin: 10px auto;
}
.module-borwseltie9 .link-btn span {
  color: #898989;
  display: block;
  text-align: center;
}
.gradient-right {
  background-image: -webkit-gradient(linear, left top, right top, from(#5dcfff), to(#398fff));
  background-image: linear-gradient(to right, #5dcfff, #398fff);
}
.gradient-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#398fff), to(#5dcfff));
  background-image: linear-gradient(#398fff, #5dcfff);
}
.gradient-text {
  color: #5dcfff;
  position: relative;
}
.gradient-text:before {
  content: attr(data-text);
  width: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 10;
  color: #398fff;
  -webkit-mask: -webkit-gradient(linear, left top, right top, from(#398fff), to(transparent));
  -webkit-mask: linear-gradient(to right, #398fff, transparent);
}
.gradient-text3 {
  color: #ffeed7;
  position: relative;
}
.gradient-text3:before {
  content: attr(data-text);
  width: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 10;
  color: #398fff;
  -webkit-mask: -webkit-gradient(linear, left top, right top, from(#398fff), color-stop(transparent), to(#398fff));
  -webkit-mask: linear-gradient(to right, #398fff, transparent, #398fff);
}
/*滚动条整体样式*/
body::-webkit-scrollbar {
  width: 6px;
  height: 1px;
}
body::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px #398cff;
  box-shadow: inset 0 0 5px #398cff;
  background: #5dcfff;
}
@-webkit-keyframes mymove {
  from {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes mymove {
  from {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.module-header {
  width: 100%;
  height: 80px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 7;
  padding: 0 20px;
  background: #fff;
}
.module-header .main {
  max-width: 1400px;
  margin: 0 auto;
}
.module-header .main .logo {
  height: 80px;
  float: left;
  margin-right: 80px;
}
.module-header .main .logo .pic,
.module-header .main .logo .picwh {
  height: 100%;
  display: block;
}
.module-header .main .module-nav {
  float: left;
}
.module-header .main .contact {
  padding: 16px 70px 0 70px;
  height: 80px;
  background: #398cff;
  position: absolute;
  right: 0;
  top: 0;
}
.module-header .main .contact .tip {
  font-size: 18px;
  display: block;
  line-height: 1;
  position: relative;
  padding-left: 26px;
  color: #fff;
}
.module-header .main .contact .tip:before {
  content: '\e649';
  font-family: 'webicon';
  font-size: 20px;
  position: absolute;
  left: 0;
  top: 0;
}
.module-header .main .contact .tel {
  line-height: 1;
  display: block;
  font-size: 24px;
  color: #fff;
  font-weight: 700;
  padding-top: 12px;
  font-style: normal;
}
.module-header .main .openmenu {
  float: right;
  height: 78px;
  color: #333;
  line-height: 78px;
  font-family: 'webicon';
  font-size: 30px;
  padding: 0 15px;
  text-decoration: none;
  display: none;
  cursor: pointer;
}
.module-header-perch {
  height: 80px;
}
/*头部导航*/
.module-nav {
  text-align: center;
}
.module-nav .link-a {
  margin: 0 20px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  line-height: 78px;
  color: #333;
  display: block;
  text-align: center;
  font-size: 16px;
  text-decoration: none;
  position: relative;
}
.module-nav .link-a:before {
  content: '';
  width: 0;
  height: 3px;
  background: #398cff;
  position: absolute;
  left: 50%;
  bottom: 30%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.module-nav .link-a:hover:before {
  width: 100%;
}
.module-nav .link-a.activity:before {
  width: 100%;
}
.module-nav .btn {
  position: relative;
  float: left;
}
.module-nav .btn .pop {
  position: absolute;
  top: 80px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 2;
  opacity: 0;
  background-color: #fff;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  visibility: hidden;
}
.module-nav .btn .pop .link-b {
  font-size: 16px;
  line-height: 40px;
  white-space: nowrap;
  padding: 0 20px;
  display: block;
  text-decoration: none;
  text-align: left;
  position: relative;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.module-nav .btn .pop .link-b:after {
  content: '\e62d';
  opacity: 0;
  font-family: 'webicon';
  font-weight: 700;
  font-size: 10px;
  position: absolute;
  right: 4px;
  top: 0;
  line-height: 40px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.module-nav .btn .pop .link-b:hover {
  color: #398cff;
  background: #f5f5f5;
}
.module-nav .btn .pop .link-b:hover:after {
  opacity: 1;
  right: 6px;
}
.module-nav .btn .pop .activity {
  color: #398cff;
}
.module-nav .btn:hover .pop {
  top: 78px;
  opacity: 1;
  visibility: visible;
}
/*联系我们*/
.module-footer {
  position: relative;
  z-index: 2;
  background: #fff;
  border-top: 1px solid #b0d1ff;
}
.module-footer .bd {
  max-width: 1460px;
  margin: 0 auto;
  padding: 100px 30px 0 30px;
  height: 626px;
  position: relative;
}
.module-footer .bd .left {
  float: left;
}
.module-footer .bd .left .logo {
  height: 80px;
  display: block;
  margin-bottom: 20px;
}
.module-footer .bd .left .logo .pic {
  height: 100%;
}
.module-footer .bd .left .info {
  height: 200px;
}
.module-footer .bd .left .info li {
  font-size: 24px;
  color: #333;
  line-height: 26px;
  margin-bottom: 18px;
}
.module-footer .bd .left .info li:before {
  content: '\e649';
  font-family: 'webicon';
  font-size: 24px;
  color: #333;
  float: left;
  line-height: 26px;
  width: 40px;
  display: block;
}
.module-footer .bd .left .info li:nth-child(2):before {
  content: '\e844';
}
.module-footer .bd .left .info li:nth-child(3):before {
  content: '\e602';
}
.module-footer .bd .left .info .address {
  font-size: 14px;
}
.module-footer .bd .left .code {
  margin-right: 50px;
  width: 100px;
  float: left;
}
.module-footer .bd .left .code .img {
  display: block;
  width: 100%;
}
.module-footer .bd .left .code canvas {
  display: block;
}
.module-footer .bd .left .code .tip {
  font-size: 16px;
  color: #333;
  opacity: 0.5;
  line-height: 1;
  padding-top: 10px;
  display: block;
  text-align: center;
}
.module-footer .bd .nav {
  float: right;
}
.module-footer .bd .nav .btn {
  float: left;
  margin-left: 50px;
}
.module-footer .bd .nav .link-a {
  font-size: 16px;
  color: #333;
  line-height: 1;
  text-decoration: none;
  display: block;
  font-weight: 700;
}
.module-footer .bd .nav .link-a:hover {
  text-decoration: underline;
}
.module-footer .bd .nav .pop {
  padding-top: 25px;
}
.module-footer .bd .nav .pop .link-b {
  font-size: 14px;
  color: #333;
  opacity: 0.5;
  line-height: 30px;
  display: block;
  text-decoration: none;
}
.module-footer .bd .nav .pop .link-b:hover {
  opacity: 1;
}
.module-footer .bd .contact {
  height: 74px;
  position: absolute;
  right: 30px;
  bottom: 148px;
}
.module-footer .bd .contact .btn {
  float: left;
  position: relative;
  margin-left: 20px;
  text-decoration: none;
}
.module-footer .bd .contact .btn .icon {
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  color: #333;
  font-family: "webicon" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  font-size: 22px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.module-footer .bd .contact .btn .img {
  position: absolute;
  top: 80px;
  left: 50%;
  margin-left: -50px;
  width: 100px;
  border: 4px solid #333;
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background-color: #1856a6;
  border-radius: 5px;
  visibility: hidden;
}
.module-footer .bd .contact .btn .img:before {
  content: '';
  border-color: transparent transparent #333 transparent;
  border-style: dashed dashed solid dashed;
  border-width: 10px;
  position: absolute;
  left: 50%;
  top: -20px;
  margin-left: -10px;
}
.module-footer .bd .contact .btn:hover .img {
  top: 60px;
  opacity: 1;
  visibility: visible;
}
.module-footer .ft {
  background: #398cff;
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 48px;
  border-top: 1px solid #fff;
}
.module-footer .ft a {
  color: #fff;
  font-size: 16px;
}
.module-title .chi {
  font-size: 32px;
  line-height: 1;
  font-weight: 700;
  display: block;
  color: #333;
  position: relative;
  padding-bottom: 16px;
}
.module-title .line:before {
  content: "";
  width: 80px;
  height: 2px;
  background: #398cff;
  position: absolute;
  bottom: -4px;
  left: 0;
}
.module-title .eng {
  font-size: 16px;
  line-height: 1.5;
  color: #595959;
}
.module-title.center {
  text-align: center;
}
.module-title.center .line:before {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.module-title.while .chi,
.module-title.while .eng {
  color: #fff;
}
/*浮动的按钮*/
.module-floatbtnwin {
  position: fixed;
  right: 20px;
  top: 40%;
  width: 46px;
  margin-top: -100px;
  z-index: 4;
}
.module-floatbtnwin ul li {
  width: 100%;
  height: 46px;
  position: relative;
  margin-bottom: 16px;
}
.module-floatbtnwin ul li a {
  height: 100%;
  width: 100%;
  display: block;
  text-decoration: none;
}
.module-floatbtnwin ul li .icon {
  width: 100%;
  height: 46px;
  display: block;
  font-family: "webicon";
  color: #fff;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  font-style: normal;
  font-size: 22px;
  text-align: center;
  line-height: 46px;
  border-radius: 30px;
  position: relative;
  background: #398cff;
}
.module-floatbtnwin ul li .tip {
  display: none;
}
.module-floatbtnwin ul li .pop {
  position: absolute;
  right: 90px;
  top: 0;
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  visibility: hidden;
  border-radius: 10px;
  background-color: #398cff;
}
.module-floatbtnwin ul li .pop:before {
  content: '';
  border-color: transparent transparent transparent #398cff;
  border-style: dashed dashed dashed solid;
  border-width: 10px;
  position: absolute;
  top: 50%;
  right: -20px;
  margin-top: -10px;
}
.module-floatbtnwin ul li:hover {
  border: 0;
}
.module-floatbtnwin ul li:hover .icon {
  color: #fff;
  opacity: 0.8;
}
.module-floatbtnwin ul li:hover .icon:before {
  display: none;
}
.module-floatbtnwin ul .li2 .pop {
  height: 60px;
  line-height: 60px;
  color: #fff;
  font-size: 24px;
  padding: 0 20px;
  white-space: nowrap;
}
.module-floatbtnwin ul .li2:hover .pop {
  right: 60px;
  opacity: 1;
  visibility: visible;
}
.module-floatbtnwin ul .li3 .pop {
  width: 140px;
  padding: 10px;
  white-space: nowrap;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.module-floatbtnwin ul .li3 .pop img {
  width: 100%;
  display: block;
  margin-bottom: 10px;
}
.module-floatbtnwin ul .li3:hover .pop {
  right: 60px;
  opacity: 1;
  visibility: visible;
}
.module-floatbtnwin ul .li5 {
  cursor: pointer;
}
/*内页-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
#Validform_msg {
  color: #7d8289;
  font: 12px/1.5 tahoma, arial, 5b 8b 4f 53, sans-serif;
  width: 280px;
  -webkit-box-shadow: 0px 0px 3px #aaa;
  -moz-box-shadow: 0px 0px 3px #aaa;
  background: #fff;
  position: absolute;
  top: 0px;
  right: 50px;
  z-index: 99999;
  display: none;
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#999999');
  -webkit-box-shadow: 0 0 20px #000;
  box-shadow: 0 0 20px #000;
}
#Validform_msg .iframe {
  position: absolute;
  left: 0px;
  top: -1px;
  z-index: -1;
}
#Validform_msg .Validform_title {
  line-height: 40px;
  height: 40px;
  text-align: left;
  font-weight: bold;
  padding: 0 20px;
  color: #333;
  position: relative;
  background-color: #ddd;
}
#Validform_msg a.Validform_close:link,
#Validform_msg a.Validform_close:visited {
  line-height: 40px;
  position: absolute;
  right: 20px;
  top: 0px;
  color: #333;
  text-decoration: none;
  font-size: 12px;
}
#Validform_msg a.Validform_close:hover {
  color: #666;
}
#Validform_msg .Validform_info {
  padding: 20px;
  border-top: none;
  text-align: left;
}
.Validform_checktip {
  position: absolute;
  bottom: -20px;
  left: 60px;
  font-size: 14px;
  color: #898989;
}
.Validform_wrong {
  color: #db1111;
}
.Validform_right {
  display: none;
}
.module-pages {
  padding: 60px 0 80px 0;
  text-align: center;
}
.module-pages a {
  border: 1px solid #398cff;
  color: #398cff;
  margin: 0 15px;
  display: inline-block;
  height: 60px;
  width: 60px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  text-align: center;
  line-height: 60px;
  font-size: 24px;
  border-radius: 50px;
  text-decoration: none;
}
.module-pages .prev,
.module-pages .next,
.module-pages .first,
.module-pages .end,
.module-pages .rows {
  display: none;
}
.module-pages .rows {
  font-size: 14px;
  color: #398cff;
}
.module-pages a.activity {
  background: #398cff;
  color: #fff;
}
.module-pages a:hover {
  background: #398cff;
  color: #fff;
}
.module-pages input {
  font-size: 14px;
}
.module-pages .text {
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 26px;
  border: 1px solid #c7d1d9;
}
.module-pages .sub {
  width: 36px;
  height: 36px;
  color: #fff;
  background: #398cff;
  border: 0;
  cursor: pointer;
  border-radius: 3px;
}
.module-articpages {
  position: relative;
  min-height: 84px;
}
.module-articpages .a_hidden {
  color: #4c4c4c;
  font-size: 18px;
  line-height: 42px;
  width: 400px;
}
.module-articpages .a_hidden .link:hover {
  color: #398cff;
}
.module-articpages .link-btn {
  width: 174px;
  height: 60px;
  line-height: 60px;
  font-size: 18px;
  border-radius: 40px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  background: #398cff;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -30px;
}
/*
  @name: 编辑器样式模块
  @description: 编辑器样式模块
  @author: 帅秋
*/
.module_editor {
  width: 100%;
}
.module_editor {
  word-wrap: break-word;
}
.module_editor img {
  max-width: 100%;
}
.module_editor table {
  max-width: 100%;
}
.module_editor pre {
  word-wrap: break-word !important;
  word-break: break-all !important;
  display: block;
  white-space: normal !important;
}
.pagein-category {
  border-bottom: 1px solid #e6e6e6;
  padding: 0 30px;
}
.pagein-category .bd {
  max-width: 1400px;
  margin: 0 auto;
}
.pagein-category .link-a {
  float: left;
  line-height: 80px;
  font-size: 18px;
  text-decoration: none;
  position: relative;
  color: #333;
  margin: 12px 30px 0 0;
}
.pagein-category .link-a:before {
  content: '';
  width: 0;
  height: 3px;
  background-image: -webkit-gradient(linear, left top, right top, from(#5dcfff), to(#398fff));
  background-image: linear-gradient(to right, #5dcfff, #398fff);
  position: absolute;
  left: 50%;
  bottom: -1px;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.pagein-category .link-a:hover:before {
  width: 100%;
}
.pagein-category .activity:before {
  width: 100%;
}
.pagein-categorybtn .link-a {
  line-height: 48px;
  font-size: 20px;
  text-decoration: none;
  position: relative;
  border: 1px solid #fff;
  color: #fff;
  margin: 0 10px;
  padding: 0 20px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  display: inline-block;
  border-radius: 30px;
}
.pagein-categorybtn .link-a:hover {
  background: #fff;
  color: #398cff;
}
.pagein-categorybtn .activity {
  background: #fff;
  color: #398cff;
}
.pagein-banner {
  width: 100%;
  z-index: 1;
}
.pagein-banner .pic {
  display: block;
  width: 100%;
}
.pagein-position {
  height: 70px;
}
.pagein-position .main {
  max-width: 1460px;
  margin: 0 auto;
  padding: 0 30px;
}
.pagein-position .main .left {
  float: left;
  line-height: 70px;
}
.pagein-position .main .left .tip {
  float: left;
  font-size: 16px;
}
.pagein-position .main .left .link-a,
.pagein-position .main .left .gt,
.pagein-position .main .left .last {
  float: left;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}
.pagein-position .main .left .link-a:hover {
  color: #398cff;
}
.pagein-position .main .left .gt {
  font-style: normal;
  padding: 0 5px;
}
.pagein-position .main .left .last {
  color: #398cff;
}
/*=====================================*/
/*================【关于我们】=============*/
/*=====================================*/
.pagein-aboutus {
  background-color: #ffffff;
}
.pagein-aboutus .modifydarn {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 0;
  position: relative;
}
.pagein-aboutus .modifydarn .left {
  float: left;
  width: 40%;
}
.pagein-aboutus .modifydarn .left .module-title {
  width: 100%;
  padding-bottom: 20px;
}
.pagein-aboutus .modifydarn .left .scroll {
  padding-top: 70px;
}
.pagein-aboutus .modifydarn .left .scroll .box {
  margin-bottom: 50px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.pagein-aboutus .modifydarn .left .scroll .box .txt {
  position: relative;
}
.pagein-aboutus .modifydarn .left .scroll .box .txt .num {
  font-size: 58px;
  line-height: 1;
  font-weight: 400;
  color: #ffa44e;
  display: block;
  padding-right: 20px;
}
.pagein-aboutus .modifydarn .left .scroll .box .txt .unit {
  font-size: 16px;
  color: #ffa44e;
  position: absolute;
  right: 0;
  bottom: 5px;
}
.pagein-aboutus .modifydarn .left .scroll .box .tip {
  font-size: 16px;
  font-weight: 400;
  color: #333;
  padding-left: 10px;
  display: block;
}
.pagein-aboutus .modifydarn .module_editor {
  float: left;
  width: 60%;
  font-size: 16px;
  line-height: 2;
  position: relative;
}
.pagein-aboutus .praise {
  padding: 17.7% 0 4.6% 0;
  background: url("http://img3.dyq.cn/group5/M03/33/26/AgAAAGCrP2WAbeloAAMzKWSqD_g001.jpg") no-repeat center top / auto 407px #f8fbfe;
}
.pagein-aboutus .praise .bd {
  max-width: 1200px;
  margin: 0 auto;
  width: 90%;
  position: relative;
}
.pagein-aboutus .praise .bd .shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pagein-aboutus .praise .bd .shadow:before,
.pagein-aboutus .praise .bd .shadow:after {
  content: '';
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
}
.pagein-aboutus .praise .bd .shadow:before {
  left: 0;
  -webkit-box-shadow: 0 5px 15px #f8dec7;
  box-shadow: 0 5px 15px #f8dec7;
  border-radius: 100px 0 0 100px;
}
.pagein-aboutus .praise .bd .shadow:after {
  right: 0;
  -webkit-box-shadow: 0 5px 15px #c3dff1;
  box-shadow: 0 5px 15px #c3dff1;
  border-radius: 0 100px 100px 0;
}
.pagein-aboutus .praise .bd .module-title {
  position: relative;
  z-index: 2;
  padding: 40px 0 30px 0;
  border-radius: 100px;
  background: #fff;
}
.pagein-aboutus .praise .bd .module-title .chi {
  margin-bottom: 20px;
  z-index: 2;
}
.pagein-aboutus .praise .bd .module-title .line:before {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #ff8f25), color-stop(50%, #317ee9));
  background-image: linear-gradient(to right, #ff8f25 50%, #317ee9 50%);
}
.pagein-aboutus .culture {
  background: url("http://img3.dyq.cn/group5/M03/35/82/AQAAAGCrRIKARTUwAAL-P-orcCg579.jpg") no-repeat center / cover;
  height: 600px;
  padding-top: 78px;
}
.pagein-photo {
  padding: 70px 0;
}
.pagein-photo .module-title {
  margin-bottom: 70px;
}
.pagein-photo .bd {
  height: 330px;
  max-width: 1400px;
  width: 90%;
  margin: 0 auto;
}
.pagein-photo .bd .swiper-container {
  width: 100%;
  height: 100%;
}
.pagein-photo .bd .swiper-container .swiper-slide {
  width: 470px;
}
.pagein-photo .bd .swiper-container .swiper-button-prev {
  left: 100px;
}
.pagein-photo .bd .swiper-container .swiper-button-next {
  right: 100px;
}
.pagein-photo .bd .swiper-container .swiper-button-white {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #398cff;
  background-size: auto 50%;
}
.pagein-photo .bd .tr-img {
  height: 100%;
  overflow: hidden;
  position: relative;
}
.pagein-honor {
  padding: 70px 0 120px 0;
  background: url("http://img1.dyq.cn/group5/M03/35/8C/AQAAAGCrZSCAcc50AAHdiy4-g2o845.jpg") center / cover;
}
.pagein-honor .module-title {
  margin-bottom: 70px;
}
.pagein-honor .bd {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  position: relative;
}
.pagein-honor .bd .tr {
  width: 100%;
  display: block;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  text-decoration: none;
  overflow: hidden;
  position: relative;
}
.pagein-honor .bd .tr-img {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 0;
  padding: 35% 0;
  background: #fafafa;
}
.pagein-honor .bd .tr-img .pic {
  height: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: auto;
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.pagein-honor .bd .tr-item .name {
  font-size: 20px;
  line-height: 40px;
  color: #fff;
  padding: 0 20px;
  width: 100%;
  text-align: center;
}
.pagein-honor .bd .tr:hover .tr-img .pic {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  -ms-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
}
.pagein-honor .bd .tr:hover .tr-item {
  height: 100%;
}
.pagein-honor .bd .module-handle {
  bottom: -80px;
}
.module-handle {
  position: absolute;
  bottom: -114px;
  height: 56px;
  left: 50%;
  width: 170px;
  margin-left: -85px;
}
.module-handle .btn {
  width: 56px;
  height: 56px;
  line-height: 56px;
  border-radius: 50%;
  top: 0;
  position: absolute;
  font-family: "webicon";
  background-color: #5dcfff;
  text-align: center;
  font-size: 20px;
  color: #fff;
}
.module-handle .button-prev {
  left: 0;
}
.module-handle .button-next {
  right: 0;
}
.module-handle .swiper-button-disabled {
  opacity: 0.5;
}
.pagein-abouttime {
  width: 100%;
  z-index: 2;
  height: 766px;
  overflow: hidden;
  background: url("http://img3.dyq.cn/group5/M03/33/5F/AgAAAGCsrOmAKqhuAAXel0scQAE353.jpg") no-repeat center;
  position: relative;
}
.pagein-abouttime .time-tab {
  position: absolute;
  left: 32%;
  top: 220px;
  height: 124px;
  z-index: 3;
}
.pagein-abouttime .time-tab .point-list .item {
  position: absolute;
  width: 18px;
  height: 18px;
  margin: -9px 0 0 -9px;
  cursor: pointer;
}
.pagein-abouttime .time-tab .point-list .item .point {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 100%;
}
.pagein-abouttime .time-tab .point-list .item .point:before,
.pagein-abouttime .time-tab .point-list .item .point:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -1;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: rgba(11, 183, 181, 0.3);
  opacity: 0;
}
.pagein-abouttime .time-tab .point-list .item .year {
  position: absolute;
  left: 50%;
  bottom: 0;
  font-size: 16px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
  color: #fff;
  padding-bottom: 40px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.pagein-abouttime .time-tab .point-list .item:nth-child(1) {
  top: 72px;
  left: 0;
}
.pagein-abouttime .time-tab .point-list .item:nth-child(2) {
  top: 20px;
  left: 500px;
}
.pagein-abouttime .time-tab .point-list .item:nth-child(3) {
  top: 2px;
  left: 1000px;
}
.pagein-abouttime .time-tab .point-list .item:nth-child(4) {
  top: 6px;
  left: 1500px;
}
.pagein-abouttime .time-tab .point-list .item:nth-child(5) {
  top: 28px;
  left: 2000px;
}
.pagein-abouttime .time-tab .point-list .item:nth-child(6) {
  top: 66px;
  left: 2500px;
}
.pagein-abouttime .time-tab .point-list .item:nth-child(7) {
  top: 102px;
  left: 3000px;
}
.pagein-abouttime .time-tab .point-list .item:nth-child(8) {
  top: 120px;
  left: 3500px;
}
.pagein-abouttime .time-tab .point-list .item:nth-child(9) {
  top: 122px;
  left: 4000px;
}
.pagein-abouttime .time-tab .point-list .item:nth-child(10) {
  top: 115px;
  left: 4500px;
}
.pagein-abouttime .time-tab .point-list .item:nth-child(11) {
  top: 102px;
  left: 5000px;
}
.pagein-abouttime .time-tab .point-list .item:nth-child(12) {
  top: 85px;
  left: 5500px;
}
.pagein-abouttime .time-tab .point-list .cur .point {
  background: #398cff;
}
.pagein-abouttime .time-tab .point-list .cur .point:before {
  -webkit-animation: pointAni 3s 0.75s infinite;
  animation: pointAni 3s 0.75s infinite;
}
.pagein-abouttime .time-tab .point-list .cur .point:after {
  -webkit-animation: pointAni 3s infinite;
  animation: pointAni 3s infinite;
}
.pagein-abouttime .time-tab .point-list .cur .year {
  opacity: 0;
}
.pagein-abouttime .focus {
  width: 1200px;
  position: absolute;
  bottom: 90px;
  left: 50%;
  margin-left: -600px;
}
.pagein-abouttime .focus .name {
  font-size: 46px;
  color: #fff;
  font-weight: 400;
}
.pagein-abouttime .focus .txt {
  font-size: 20px;
  color: #fff;
  height: 76px;
}
.pagein-abouttime .focus .module-handle {
  position: relative;
  margin: 0 auto;
  bottom: 0;
  left: 0;
}
/*===========案例============*/
.pagein-joinlist {
  background-color: #f8fbfe;
  padding-top: 60px;
}
.pagein-joinlist .module-title {
  max-width: 1200px;
  margin: 0 auto;
  width: 90%;
  padding-bottom: 30px;
}
.pagein-joinlist .bd {
  max-width: 1200px;
  margin: 0 auto;
  width: 90%;
}
.pagein-joinlist .bd .tr {
  -webkit-box-shadow: 0 6px 10px #e5e5e5;
  box-shadow: 0 6px 10px #e5e5e5;
  margin-bottom: 24px;
  border-radius: 13px;
  background-color: #fff;
}
.pagein-joinlist .bd .tr-hd {
  padding: 0 42px 0 24px;
  cursor: pointer;
}
.pagein-joinlist .bd .tr-hd .name {
  float: left;
  font-size: 26px;
  line-height: 100px;
}
.pagein-joinlist .bd .tr-hd .close {
  float: right;
  width: 32px;
  height: 32px;
  margin-top: 34px;
  position: relative;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.pagein-joinlist .bd .tr-hd .close:before,
.pagein-joinlist .bd .tr-hd .close:after {
  content: '';
  position: absolute;
  background: #398cff;
}
.pagein-joinlist .bd .tr-hd .close:before {
  width: 2px;
  height: 100%;
  top: 0;
  left: 15px;
}
.pagein-joinlist .bd .tr-hd .close:after {
  width: 100%;
  height: 2px;
  left: 0;
  top: 15px;
}
.pagein-joinlist .bd .tr .module_editor {
  padding: 20px 24px;
  display: none;
}
.pagein-joinlist .bd .activity .tr-hd .close {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.pagein-casedetail {
  background: #f5f5f5;
}
.pagein-casedetail .module-title {
  padding: 90px 0 60px 0;
  text-align: center;
}
.pagein-casedetail .bd {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 130px;
}
.pagein-casedetail .bd .focus {
  height: 624px;
}
.pagein-casedetail .bd .focus .img {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #fff;
}
.pagein-casedetail .bd .focus .img .pic {
  height: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.pagein-casedetail .bd .focus .big {
  height: 486px;
  margin-bottom: 10px;
}
.pagein-casedetail .bd .focus .big .tr {
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  text-decoration: none;
  overflow: hidden;
  background: #fff;
}
.pagein-casedetail .bd .focus .big .tr-img {
  width: 762px;
  height: 100%;
  float: left;
  position: relative;
  overflow: hidden;
}
.pagein-casedetail .bd .focus .big .tr-img .pic {
  height: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.pagein-casedetail .bd .focus .big .tr-item {
  position: relative;
  padding: 0 30px;
  float: left;
  width: 438px;
  height: 100%;
}
.pagein-casedetail .bd .focus .big .tr-item:before {
  content: '';
  width: 378px;
  height: 1px;
  background-color: #b3b3b3;
  position: absolute;
  bottom: 30px;
  left: 30px;
}
.pagein-casedetail .bd .focus .big .tr-item .name {
  font-size: 34px;
  line-height: 1;
  color: #333333;
  padding: 40px 0 50px 0;
  position: relative;
}
.pagein-casedetail .bd .focus .big .tr-item .name:before {
  content: '';
  width: 56px;
  height: 2px;
  background: #398cff;
  position: absolute;
  top: 100px;
  left: 0;
}
.pagein-casedetail .bd .focus .big .tr-item .txt {
  font-size: 16px;
  line-height: 36px;
  color: #666666;
  min-height: 250px;
}
.pagein-casedetail .bd .focus .big .tr-item .link-more {
  border: 1px solid #398cff;
  background: #398cff;
  border-radius: 30px;
  padding: 0 20px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  font-size: 14px;
  color: #fff;
  line-height: 46px;
  display: inline-block;
  text-decoration: none;
  position: relative;
}
.pagein-casedetail .bd .focus .big .tr-item .link-more:after {
  content: '\e62d';
  font-family: "webicon";
  margin-left: 8px;
}
.pagein-casedetail .bd .focus .big .tr-item .link-more:hover {
  opacity: 0.7;
}
.pagein-casedetail .bd .focus .small {
  height: 126px;
  position: relative;
}
.pagein-casedetail .bd .focus .small .swiper-container {
  height: 100%;
}
.pagein-casedetail .bd .focus .small .swiper-slide-thumb-active .img {
  border: 2px solid #398cff;
}
/*=====================================*/
/*================【产品】=============*/
/*=====================================*/
.pagein-productlist {
  padding-top: 20px;
  background: #f8fbfe;
}
.pagein-productlist .download {
  max-width: 1400px;
  margin: 0 auto;
  font-size: 16px;
  background: #398cff;
  line-height: 40px;
  margin-bottom: 20px;
}
.pagein-productlist .download .type {
  float: left;
  padding-left: 20px;
  color: #fff;
}
.pagein-productlist .download .type .iconfont {
  color: #fff;
  margin-right: 10px;
}
.pagein-productlist .download .btn {
  float: right;
  background: #fd9352;
  color: #fff;
  padding: 0 14px;
}
.pagein-productlist .download .btn:after {
  content: '\e62d';
  font-family: 'webicon';
  margin-left: 10px;
}
.pagein-productlist .hd {
  width: 246px;
  position: absolute;
  left: 0;
}
.pagein-productlist .hd .module-title {
  background: #fd9352;
  color: #fff;
  padding: 15px;
}
.pagein-productlist .hd .module-title .chi {
  padding-bottom: 10px;
  color: #fff;
}
.pagein-productlist .hd .module-title .eng {
  line-height: 1;
  color: #fff;
}
.pagein-productlist .hd .category .btn {
  position: relative;
  border-bottom: 1px solid #fff;
}
.pagein-productlist .hd .category .btn .link-a {
  padding-left: 14px;
  line-height: 50px;
  color: #fff;
  display: block;
  font-size: 18px;
  text-decoration: none;
  position: relative;
  background: #398cff;
}
.pagein-productlist .hd .category .btn .link-a:before {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  right: 6px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  border-color: transparent transparent transparent #fff;
  border-style: dashed dashed dashed solid;
  border-width: 6px;
  -webkit-transform-origin: 25% center;
  -ms-transform-origin: 25% center;
  transform-origin: 25% center;
}
.pagein-productlist .hd .category .btn .pop {
  z-index: 2;
  background-color: #fff;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  height: 0;
  overflow: hidden;
}
.pagein-productlist .hd .category .btn .pop .link-b {
  font-size: 16px;
  line-height: 40px;
  white-space: nowrap;
  padding: 0 20px;
  display: block;
  text-decoration: none;
  text-align: left;
  position: relative;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.pagein-productlist .hd .category .btn .pop .link-b:after {
  content: '\e62d';
  opacity: 0;
  font-family: 'webicon';
  font-weight: 700;
  font-size: 10px;
  position: absolute;
  right: 4px;
  top: 0;
  line-height: 40px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.pagein-productlist .hd .category .btn .pop .link-b:hover {
  color: #398cff;
  background: #f5f5f5;
}
.pagein-productlist .hd .category .btn .pop .link-b:hover:after {
  opacity: 1;
  right: 6px;
}
.pagein-productlist .hd .category .btn .pop .activity {
  color: #398cff;
}
.pagein-productlist .hd .category .btn.activity .link-a:before {
  -webkit-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}
.pagein-productlist .hd .category .btn.activity .pop {
  height: auto;
}
.pagein-productlist .bd {
  max-width: 1400px;
  min-height: 800px;
  margin: 0 auto;
  padding-left: 256px;
  position: relative;
}
.pagein-productlist .bd ul li {
  float: left;
  width: 33.33%;
  padding: 0 12px 26px 12px;
}
.pagein-productlist .bd ul li .tr {
  width: 100%;
  display: block;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  text-decoration: none;
  overflow: hidden;
  background: #fff;
}
.pagein-productlist .bd ul li .tr-img {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 36% 0;
  background: #ecf2f5;
}
.pagein-productlist .bd ul li .tr-img .pic {
  height: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.pagein-productlist .bd ul li .tr-img:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  z-index: 3;
  opacity: 0;
  background-image: linear-gradient(-45deg, #5cd5e6, #0133a2);
}
.pagein-productlist .bd ul li .tr-item {
  height: 44px;
  position: relative;
  padding: 0 10px;
}
.pagein-productlist .bd ul li .tr-item .name {
  font-size: 16px;
  line-height: 44px;
  color: #4c4c4c;
  text-align: center;
}
.pagein-productlist .bd ul li .tr:hover .tr-img:before {
  opacity: 0.5;
}
.pagein-productdetail {
  background-color: #f8fbfe;
}
.pagein-productdetail-main {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto 20px auto;
  padding-right: 260px;
  position: relative;
}
.pagein-productdetail .bd {
  padding: 40px 24px 26px 24px;
  background: #fff;
}
.pagein-productdetail .bd .info {
  float: right;
  width: 45%;
}
.pagein-productdetail .bd .info .name {
  font-size: 36px;
  line-height: 42px;
  font-weight: 400;
  margin-bottom: 20px;
}
.pagein-productdetail .bd .info .param {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  padding: 40px 0 16px 0;
}
.pagein-productdetail .bd .info .param .li {
  font-size: 18px;
  color: #595959;
  line-height: 1.6;
}
.pagein-productdetail .bd .info .articpages {
  padding-top: 66px;
}
.pagein-productdetail .bd .info .articpages .link-goto {
  float: left;
  width: 168px;
  line-height: 60px;
  border: 1px solid #666666;
  text-align: center;
  font-size: 18px;
  text-decoration: none;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.pagein-productdetail .bd .info .articpages .link-goto:after {
  content: '\e62d';
  font-family: 'webicon';
  margin-left: 10px;
}
.pagein-productdetail .bd .info .articpages .link-goto:hover {
  background: #398cff;
  color: #fff;
}
.pagein-productdetail .bd .info .articpages .link-a {
  float: left;
  line-height: 62px;
  padding: 0 20px;
}
.pagein-productdetail .bd .info .articpages .link-a:hover {
  color: #398cff;
}
.pagein-productdetail .bd .info .articpages .link-btn {
  float: right;
  background: #398cff;
  color: #fff;
  border-radius: 30px;
  width: 150px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  text-align: center;
  line-height: 50px;
  text-decoration: none;
}
.pagein-productdetail .bd .info .articpages .link-btn:hover {
  border-radius: 0;
}
.pagein-productdetail .bd .focus {
  width: 50%;
  float: left;
}
.pagein-productdetail .bd .focus .img {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #f5f5f5;
}
.pagein-productdetail .bd .focus .img .pic {
  height: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.pagein-productdetail .bd .focus .big {
  height: 400px;
  margin-bottom: 6px;
}
.pagein-productdetail .bd .focus .small {
  height: 100px;
  position: relative;
}
.pagein-productdetail .bd .focus .small .swiper-container {
  height: 100%;
}
.pagein-productdetail .bd .focus .small .swiper-slide-thumb-active .img {
  border: 2px solid #398cff;
}
.pagein-productdetail .ft {
  background: #ffffff;
}
.pagein-productdetail .ft .tit {
  width: 150px;
  line-height: 50px;
  text-align: center;
  font-weight: 400;
  background: #398cff;
  color: #fff;
}
.pagein-productdetail .ft .module-editor {
  padding: 20px;
}
.pagein-productdetail .pagein-productdetail-rank {
  position: absolute;
  top: 0;
  right: 0;
  width: 240px;
}
.pagein-productdetail .pagein-productdetail-rank .module-title:before {
  display: none;
}
.pagein-productdetail .pagein-productdetail-rank .bd {
  padding: 10px 0;
}
.pagein-productdetail .pagein-productdetail-rank .bd li {
  width: 100%;
}
.pagein-solution {
  background-color: #f8fbfe;
  padding: 20px 0;
}
.pagein-solution .main {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  position: relative;
}
.pagein-solution .main .category {
  width: 246px;
  position: absolute;
  left: 0;
}
.pagein-solution .main .category .btn {
  position: relative;
  border-bottom: 1px solid #fff;
}
.pagein-solution .main .category .btn .link-a {
  padding-left: 14px;
  line-height: 50px;
  color: #fff;
  display: block;
  font-size: 18px;
  text-decoration: none;
  position: relative;
  background: #398cff;
}
.pagein-solution .main .category .btn .link-a:before {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  right: 6px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  border-color: transparent transparent transparent #fff;
  border-style: dashed dashed dashed solid;
  border-width: 6px;
  -webkit-transform-origin: 25% center;
  -ms-transform-origin: 25% center;
  transform-origin: 25% center;
  -webkit-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}
.pagein-solution .main .category .btn .pop {
  z-index: 2;
  background-color: #fff;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  overflow: hidden;
}
.pagein-solution .main .category .btn .pop .link-b {
  font-size: 16px;
  line-height: 40px;
  white-space: nowrap;
  padding: 0 20px;
  display: block;
  text-decoration: none;
  text-align: left;
  position: relative;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.pagein-solution .main .category .btn .pop .link-b:after {
  content: '\e62d';
  opacity: 0;
  font-family: 'webicon';
  font-weight: 700;
  font-size: 10px;
  position: absolute;
  right: 4px;
  top: 0;
  line-height: 40px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.pagein-solution .main .category .btn .pop .link-b:hover {
  color: #398cff;
  background: #f5f5f5;
}
.pagein-solution .main .category .btn .pop .link-b:hover:after {
  opacity: 1;
  right: 6px;
}
.pagein-solution .main .category .btn .pop .activity {
  color: #398cff;
}
.pagein-solution .main .bd {
  padding-left: 266px;
}
.pagein-solution .main .bd .item {
  background: #fff;
  padding: 20px;
}
.pagein-download {
  background-color: #f8fbfe;
  padding-top: 50px;
}
.pagein-download .bd {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}
.pagein-download .bd .nolist {
  text-align: center;
  padding: 0  0 100px 0 ;
  font-size: 30px;
}
.pagein-download .bd ul li {
  padding: 14px 0;
  border-bottom: 1px dashed #ccc;
}
.pagein-download .bd ul li .tr {
  width: 100%;
  display: block;
  position: relative;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  text-decoration: none;
  overflow: hidden;
}
.pagein-download .bd ul li .tr-item {
  position: relative;
}
.pagein-download .bd ul li .tr-item .name {
  font-size: 24px;
  line-height: 1;
  padding: 0 0 10px 0;
  overflow: hidden;
  color: #4c4c4c;
}
.pagein-download .bd ul li .tr-item .file_code {
  font-size: 16px;
  line-height: 1;
  padding: 0 0 10px 0;
  display: block;
}
.pagein-download .bd ul li .tr-item .time {
  font-size: 16px;
  color: #999999;
  display: block;
}
.pagein-download .bd ul li .tr-item .more {
  font-size: 16px;
  line-height: 40px;
  position: absolute;
  top: 10px;
  right: 0;
  border: 1px solid #398cff;
  color: #398cff;
  text-decoration: none;
  padding: 0 20px;
}
.pagein-download .bd ul li .tr-item .more:hover {
  background: #398cff;
  color: #fff;
}
/*=====================================*/
/*================【新闻】=============*/
/*=====================================*/
.pagein-newslist {
  background-color: #ecf2f5;
  position: relative;
  z-index: 2;
}
.pagein-newslist .module-title {
  text-align: center;
  padding: 90px 0 50px 0;
}
.pagein-newslist .pagein-categorybtn {
  text-align: center;
  max-width: 1400px;
  margin: 0 auto;
  border-bottom: 1px solid #398cff;
  padding-bottom: 50px;
}
.pagein-newslist .pagein-categorybtn .link-a {
  border-color: #398cff;
  color: #333;
}
.pagein-newslist .pagein-categorybtn .activity {
  background-image: -webkit-gradient(linear, left top, right top, from(#5dcfff), to(#398fff));
  background-image: linear-gradient(to right, #5dcfff, #398fff);
  color: #fff;
  border: 0;
  line-height: 50px;
}
.pagein-newslist .bd .nolist {
  text-align: center;
  padding: 0  0 100px 0 ;
  font-size: 30px;
}
.pagein-newslist .bd ul {
  max-width: 1460px;
  margin: 0 auto;
  padding-top: 40px;
}
.pagein-newslist .bd ul li {
  float: left;
  width: 33.33%;
  padding: 0 30px 40px 30px;
}
.pagein-newslist .bd ul li .tr {
  width: 100%;
  display: block;
  position: relative;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  text-decoration: none;
  overflow: hidden;
}
.pagein-newslist .bd ul li .tr-img {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 35% 0;
  height: 0;
}
.pagein-newslist .bd ul li .tr-img .pic {
  height: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.pagein-newslist .bd ul li .tr-item {
  position: relative;
  height: 260px;
  background: #fff;
  padding: 40px 30px 0 30px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.pagein-newslist .bd ul li .tr-item .time {
  padding: 0 0 36px 0;
  position: relative;
  z-index: 2;
  font-size: 20px;
  font-weight: 700;
  color: #398cff;
  line-height: 1;
  display: block;
}
.pagein-newslist .bd ul li .tr-item .name {
  font-size: 22px;
  line-height: 28px;
  height: 100px;
  overflow: hidden;
  color: #4c4c4c;
  position: relative;
  z-index: 2;
}
.pagein-newslist .bd ul li .tr-item .more {
  font-size: 16px;
  padding-top: 16px;
  display: block;
  color: #666666;
  line-height: 1;
  position: relative;
  z-index: 2;
}
.pagein-newslist .bd ul li .tr-item .more:after {
  content: '\e62d';
  font-family: 'webicon';
  font-size: 12px;
  width: 32px;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  line-height: 32px;
  color: #fff;
  border-radius: 50%;
  background-image: -webkit-gradient(linear, left top, right top, from(#5dcfff), to(#398fff));
  background-image: linear-gradient(to right, #5dcfff, #398fff);
}
.pagein-newslist .bd ul li .tr:hover {
  -webkit-transform: translate3d(0, -10px, 0px);
  transform: translate3d(0, -10px, 0px);
  -webkit-box-shadow: 0 5px 15px rgba(92, 157, 203, 0.5);
  box-shadow: 0 5px 15px rgba(92, 157, 203, 0.5);
}
.pagein-newslist .bd ul li .tr:hover .tr-img .pic {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  -ms-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
}
.pagein-newslist .bd ul li .tr:hover .tr-item .name {
  color: #398cff;
}
.pagein-newsdetail {
  background-color: #f5f5f5;
  padding: 0 0 60px 0;
}
.pagein-newsdetail-info {
  text-align: center;
}
.pagein-newsdetail-info .name {
  font-size: 28px;
  letter-spacing: 1px;
  line-height: 50px;
}
.pagein-newsdetail-info .desc {
  font-size: 16px;
  color: #808080;
  padding: 16px 0;
  display: block;
  line-height: 1;
}
.pagein-newsdetail .bd {
  max-width: 1400px;
  margin: 0 auto;
  background-color: #fff;
  padding: 30px 34px;
  border-radius: 20px;
}
.pagein-newsdetail .bd .module_editor {
  padding: 20px 0;
  min-height: 600px;
  font-size: 16px;
}
.pagein-singlelist .bd {
  max-width: 1200px;
  margin: 0 auto;
  background-color: #fff;
  padding: 30px 34px;
}
.pagein-singlelist .bd .module_editor {
  padding: 20px 0;
  min-height: 600px;
}
.pagein-search {
  background: #f5f5f5;
}
.pagein-search .homepage-search {
  padding: 50px 0;
}
.homepage-search {
  padding: 110px 0;
}
.homepage-search .module-title {
  text-align: center;
}
.homepage-search .module-title .eng {
  font-size: 16px;
  line-height: 1;
  padding: 20px 0 56px 0;
  display: block;
}
.homepage-search .form {
  max-width: 900px;
  margin: 0 auto;
}
.homepage-search .form .inp {
  width: 85%;
  float: left;
  padding-left: 20px;
  border: 1px solid #999999;
  border-radius: 30px 0 0 30px;
  height: 50px;
}
.homepage-search .form .btn {
  width: 15%;
  float: left;
  background: #398cff;
  color: #fff;
  font-size: 16px;
  border-radius: 0 30px 30px 0;
  height: 50px;
  border: 0;
}
/*=====================================*/
/*================【联系】=============*/
/*=====================================*/
.pagein-contactus {
  padding-top: 60px;
  background: #ecf2f5;
}
.pagein-contactus .bd {
  padding-bottom: 78px;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 30px 30px 30px;
}
.pagein-contactus .bd .info {
  width: 47%;
  float: left;
  position: relative;
  padding-top: 60px;
}
.pagein-contactus .bd .info:before {
  content: '';
  width: 100%;
  position: absolute;
  bottom: 23px;
  left: 0;
  height: 2px;
  background-image: -webkit-gradient(linear, left top, right top, from(#5dcfff), to(#398fff));
  background-image: linear-gradient(to right, #5dcfff, #398fff);
}
.pagein-contactus .bd .info .dl {
  position: relative;
  margin-bottom: 66px;
}
.pagein-contactus .bd .info .dl .iconfont {
  font-family: "webicon";
  color: #398cff;
  color: #5dcfff;
  position: relative;
  font-size: 45px;
  width: 58px;
  position: absolute;
  left: 0;
  bottom: 0;
  line-height: 1;
}
.pagein-contactus .bd .info .dl .iconfont:before {
  content: attr(data-text);
  width: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 10;
  color: #398fff;
  -webkit-mask: -webkit-gradient(linear, left top, right top, from(#398fff), to(transparent));
  -webkit-mask: linear-gradient(to right, #398fff, transparent);
}
.pagein-contactus .bd .info .dl .email {
  font-size: 40px;
}
.pagein-contactus .bd .info .dl dt,
.pagein-contactus .bd .info .dl dd {
  color: #333333;
  padding-left: 56px;
  line-height: 1;
}
.pagein-contactus .bd .info .dl dt {
  font-size: 18px;
  margin-bottom: 12px;
}
.pagein-contactus .bd .info .dl dd {
  font-size: 20px;
  font-weight: 700;
}
.pagein-contactus .bd .form {
  width: 50%;
  float: right;
}
.pagein-contactus .bd .form .tit {
  font-size: 24px;
  line-height: 1;
  padding: 60px 0 20px 0;
  letter-spacing: 2px;
  display: block;
}
.pagein-contactus .bd .form .li .input {
  margin-bottom: 20px;
  position: relative;
}
.pagein-contactus .bd .form .li .input .text,
.pagein-contactus .bd .form .li .input .txt {
  background: #fff;
  width: 100%;
  height: 60px;
  border: 0;
  font-size: 16px;
  padding: 10px 20px;
  display: block;
}
.pagein-contactus .bd .form .li .input .txt {
  height: 190px;
}
.pagein-contactus .bd .form .li .input .Validform_checktip {
  position: absolute;
  left: 10px;
  bottom: -20px;
  line-height: 20px;
}
.pagein-contactus .bd .form .sub-btn {
  width: 100%;
  height: 60px;
  font-size: 20px;
  color: #fff;
  border: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(#5dcfff), to(#398fff));
  background-image: linear-gradient(to right, #5dcfff, #398fff);
}
/*=====================================*/
/*================【首页】=============*/
/*=====================================*/
.homepage-banner {
  width: 100%;
  z-index: 5;
}
.homepage-banner .link-img {
  width: 100%;
  overflow: hidden;
  display: block;
}
.homepage-banner .pic {
  width: 100%;
}
.homepage-banner .swiper-slide {
  overflow: hidden;
}
.homepage-banner .homepage-banner-pagination {
  bottom: 50px;
}
.homepage-banner .homepage-banner-pagination .swiper-pagination-bullet {
  width: 40px;
  height: 4px;
  border-radius: 5px;
  opacity: 0.5;
  background: #fff;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.homepage-banner .homepage-banner-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
.homepage-solution {
  background: #f8fbfe;
  padding-bottom: 70px;
  position: relative;
}
.homepage-solution:before {
  content: '';
  width: 70px;
  height: 70px;
  background-image: linear-gradient(135deg, #a0c7ff 20%, #e7f1fe, #f4f9fe);
  border-radius: 50%;
  position: absolute;
  right: 6%;
  top: 20%;
}
.homepage-solution .module-title {
  padding: 50px 0 40px 0;
}
.homepage-solution .bd {
  max-width: 1400px;
  width: 90%;
  margin: 0 auto;
}
.homepage-solution .bd .li {
  float: left;
  width: 20%;
  padding: 0 8px;
}
.homepage-solution .bd .li .link-a {
  width: 100%;
  position: relative;
  display: block;
}
.homepage-solution .bd .li .link-a .pic {
  display: block;
  width: 100%;
  background: #fff;
}
.homepage-solution .bd .li .link-a .item {
  position: absolute;
  top: 46px;
  left: 20px;
}
.homepage-solution .bd .li .link-a .item .title {
  font-size: 20px;
  margin-bottom: 14px;
  line-height: 1;
  position: relative;
  font-weight: 700;
}
.homepage-solution .bd .li .link-a .item .title:before {
  content: '';
  width: 50px;
  height: 2px;
  background: #398cff;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  position: absolute;
  top: -16px;
  left: 0;
}
.homepage-solution .bd .li .link-a .item .more {
  font-size: 14px;
  color: #666666;
  line-height: 1;
}
.homepage-solution .bd .li .link-a .item .more:after {
  content: '\e62d';
  font-family: "webicon";
  font-size: 14px;
  margin-left: 6px;
}
.homepage-solution .bd .li .link-a:hover .item .title:before {
  width: 100%;
}
.homepage-solution .bd .li .link-a:hover .item .more {
  color: #398cff;
}
.homepage-aboutus {
  height: 470px;
}
.homepage-aboutus .img {
  float: left;
  width: 50%;
  height: 100%;
  position: relative;
}
.homepage-aboutus .img .pic {
  max-width: 100%;
}
.homepage-aboutus .item {
  float: right;
  width: 50%;
  height: 100%;
  padding: 60px 0 0 40px;
  background: url("http://img2.dyq.cn/group5/M03/32/F9/AQAAAGCZ7nGASfluAAIqPh1NlG0234.jpg") center / cover;
}
.homepage-aboutus .item .module-title {
  margin-bottom: 20px;
}
.homepage-aboutus .item .module-title .chi {
  color: #fff;
}
.homepage-aboutus .item .scroll .box {
  float: left;
  text-align: center;
  margin-right: 50px;
}
.homepage-aboutus .item .scroll .box .txt {
  position: relative;
}
.homepage-aboutus .item .scroll .box .txt .num {
  font-size: 58px;
  line-height: 1;
  font-weight: 400;
  color: #ffa44e;
  display: block;
  padding-right: 20px;
}
.homepage-aboutus .item .scroll .box .txt .unit {
  font-size: 16px;
  color: #ffa44e;
  position: absolute;
  right: 0;
  bottom: 5px;
}
.homepage-aboutus .item .scroll .box .tip {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  display: block;
}
.homepage-aboutus .item .info {
  width: 66%;
  text-indent: 2em;
  font-size: 16px;
  line-height: 2;
  color: #fff;
  padding: 40px 0 14px 0;
  overflow: hidden;
}
.homepage-aboutus .item .link-more {
  width: 132px;
  height: 42px;
  padding: 0 20px;
  border-radius: 40px;
  border: 1px solid #398cff;
  background: #fff;
  font-size: 16px;
  color: #398cff;
  line-height: 40px;
  text-decoration: none;
  position: relative;
  display: block;
}
.homepage-aboutus .item .link-more:before {
  content: '\e62d';
  font-family: "webicon";
  font-size: 16px;
  position: absolute;
  right: 20px;
  top: 0;
  z-index: 2;
}
.homepage-aboutus .item .link-more:hover {
  background: #398cff;
  color: #fff;
}
.homepage-product .bd {
  width: 50%;
  float: left;
  overflow: hidden;
  position: relative;
  padding: 120px 1% 0 6%;
}
.homepage-product .bd .focus {
  width: 100%;
}
.homepage-product .bd .focus .li {
  width: 33.33%;
  float: left;
  padding: 0 10px;
}
.homepage-product .bd .tr {
  width: 100%;
  display: block;
  position: relative;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  text-decoration: none;
  overflow: hidden;
  background: #fff;
}
.homepage-product .bd .tr-img {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 0;
  padding: 46% 0;
}
.homepage-product .bd .tr-img .pic {
  height: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.homepage-product .bd .tr-item {
  position: relative;
  background: #fff;
  padding: 0 14px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.homepage-product .bd .tr-item .name {
  font-size: 16px;
  line-height: 30px;
  height: 50px;
  color: #4c4c4c;
  position: relative;
  z-index: 2;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.homepage-product .bd .tr:hover .tr-img .pic {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  -ms-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
}
.homepage-product .bd .tr:hover .tr-item .name {
  color: #398cff;
}
.homepage-product .cate {
  padding: 120px 40px 50px 46px;
  width: 50%;
  float: right;
  position: relative;
  background: url("http://img3.dyq.cn/group5/M03/30/A1/AgAAAGCZ9GOAH4ilAABYnZ7fAVI084.jpg") no-repeat right bottom;
}
.homepage-product .cate .wrap {
  width: 550px;
  max-width: 80%;
}
.homepage-product .cate .module-title .chi {
  padding-bottom: 36px;
}
.homepage-product .cate .module-title .eng {
  line-height: 2;
}
.homepage-product .cate .nav {
  padding-top: 80px;
  width: 80%;
}
.homepage-product .cate .nav .link-btn,
.homepage-product .cate .nav .link-more {
  font-size: 20px;
  line-height: 56px;
  color: #398cff;
  display: block;
  margin-bottom: 32px;
  border: 1px solid #398cff;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  padding: 0 20px;
  border-radius: 40px;
  position: relative;
}
.homepage-product .cate .nav .link-btn:after,
.homepage-product .cate .nav .link-more:after {
  content: '';
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.homepage-product .cate .nav .link-btn:after {
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background-color: #398cff;
}
.homepage-product .cate .nav .link-more {
  text-decoration: none;
  color: #398cff;
}
.homepage-product .cate .nav .link-more:after {
  content: '\e62d';
  font-family: 'webicon';
  font-size: 1em;
}
.homepage-product .cate .nav .link-more:hover {
  background: #398cff;
  color: #fff;
}
.homepage-product .cate .nav .activity {
  background: #398cff;
  color: #fff;
}
.homepage-product .cate .nav .activity:after {
  background-color: #fff;
}
.homepage-news {
  padding: 80px 0 100px 0;
  background: url("http://img1.dyq.cn/group5/M03/33/04/AQAAAGCaIUCACVKZAAkF1lI9Cs4621.jpg") center / cover;
}
.homepage-news .module-title .chi {
  color: #fff;
  padding-bottom: 48px;
}
.homepage-news .bd {
  max-width: 1400px;
  width: 90%;
  margin: 0 auto;
}
.homepage-news .bd .nav {
  text-align: center;
}
.homepage-news .bd .nav .link-btn {
  width: 150px;
  height: 50px;
  line-height: 48px;
  text-align: center;
  border: 1px solid #fff;
  display: inline-block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 20px;
  border-radius: 30px;
  color: #fff;
  margin: 0 10px;
  text-decoration: none;
  position: relative;
}
.homepage-news .bd .nav .activity {
  color: #fff;
  border-color: #398cff;
  background: #398cff;
}
.homepage-news .bd .focus {
  width: 100%;
  padding: 40px 0;
}
.homepage-news .bd .focus .li {
  float: left;
  width: 50%;
  padding: 10px;
}
.homepage-news .bd .tr {
  width: 100%;
  display: block;
  position: relative;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  text-decoration: none;
  overflow: hidden;
}
.homepage-news .bd .tr-img {
  width: 37%;
  position: absolute;
  overflow: hidden;
  left: 0;
  top: 0;
  height: 100%;
}
.homepage-news .bd .tr-img .pic {
  width: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.homepage-news .bd .tr-item {
  width: 63%;
  float: right;
  position: relative;
  background: #fff;
  padding: 22px 16px 18px 15px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.homepage-news .bd .tr-item .name {
  font-size: 24px;
  line-height: 1;
  padding: 0 0 20px 0;
  color: #4c4c4c;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.homepage-news .bd .tr-item .info {
  font-size: 16px;
  display: block;
  color: #666666;
  line-height: 2;
  height: 4em;
  overflow: hidden;
}
.homepage-news .bd .tr-item .time {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  line-height: 1;
  display: block;
}
.homepage-news .bd .tr-item .time:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 80px;
  height: 1px;
  background-color: #666666;
}
.homepage-news .bd .tr-item .time:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  width: 30px;
  height: 1px;
  background-color: #666666;
}
.homepage-news .bd .tr:hover {
  -webkit-transform: translate3d(0, -10px, 0px);
  transform: translate3d(0, -10px, 0px);
  -webkit-box-shadow: 0 5px 15px rgba(92, 157, 203, 0.5);
  box-shadow: 0 5px 15px rgba(92, 157, 203, 0.5);
}
.homepage-news .bd .tr:hover .tr-img .pic {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  -ms-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
}
.homepage-news .bd .tr:hover .tr-item {
  background: #398cff;
}
.homepage-news .bd .tr:hover .tr-item .name {
  color: #fff;
}
.homepage-news .bd .tr:hover .tr-item .info {
  color: #fff;
}
.homepage-news .bd .tr:hover .tr-item .time {
  color: #fff;
}
.homepage-news .bd .tr:hover .tr-item .time:before,
.homepage-news .bd .tr:hover .tr-item .time:after {
  background: #fff;
}
.homepage-news .ft {
  text-align: center;
}
.homepage-news .ft .link-more {
  width: 150px;
  height: 50px;
  text-align: center;
  margin: 0 auto;
  border: 1px solid #fff;
  line-height: 50px;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 20px;
  border-radius: 30px;
  color: #fff;
  text-decoration: none;
  position: relative;
}
.homepage-news .ft .link-more:hover {
  color: #fff;
  border-color: #398cff;
  background: #398cff;
}
.homepage-case {
  background: url("http://img2.dyq.cn/group5/M03/33/18/AQAAAGCaTIeAKnZKAAA5m_i9FzE165.png") no-repeat 90% 30%;
}
.homepage-case .module-title {
  padding: 60px 0 40px 0;
}
.homepage-case .bd {
  max-width: 1220px;
  width: 90%;
  margin: 0 auto;
}
.homepage-case .bd .li {
  width: 25%;
  float: left;
  padding: 10px;
}
.homepage-case .bd .li .tr {
  width: 100%;
  display: block;
  position: relative;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  text-decoration: none;
  overflow: hidden;
  background: #fff;
}
.homepage-case .bd .li .tr-img {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 0;
  padding: 40% 0;
  background: #f5f5f5;
}
.homepage-case .bd .li .tr-img .pic {
  height: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.homepage-case .bd .li .tr-item {
  position: relative;
  background: #fff;
  height: 72px;
  padding: 0 14px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.homepage-case .bd .li .tr-item .name {
  font-size: 18px;
  line-height: 40px;
  height: 50px;
  text-align: center;
  color: #4c4c4c;
  position: relative;
  z-index: 2;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.homepage-case .bd .li .tr-item .info {
  font-size: 16px;
  line-height: 1;
}
.homepage-case .bd .li .tr:hover .tr-img .pic {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  -ms-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
}
.homepage-case .bd .li .tr:hover .tr-item {
  background: #398cff;
}
.homepage-case .bd .li .tr:hover .tr-item .name {
  color: #fff;
}
.homepage-case .bd .li .tr:hover .tr-item .info {
  color: #fff;
}
.homepage-case .ft {
  text-align: center;
  padding: 30px 0 60px 0;
}
.homepage-case .ft .link-more {
  width: 150px;
  height: 50px;
  text-align: center;
  margin: 0 auto;
  border: 1px solid #398cff;
  line-height: 50px;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 20px;
  border-radius: 30px;
  color: #398cff;
  text-decoration: none;
  position: relative;
}
.homepage-case .ft .link-more:after {
  content: '\e62d';
  font-family: 'webicon';
  font-size: 1em;
  margin-left: 10px;
}
.homepage-case .ft .link-more:hover {
  color: #fff;
  border-color: #398cff;
  background: #398cff;
}
.homepage-brand {
  background: #f8fbfe;
}
.homepage-brand .module-title {
  padding: 60px 0 40px 0;
}
.homepage-brand .bd {
  max-width: 1220px;
  width: 90%;
  margin: 0 auto;
}
.homepage-brand .bd .tr {
  width: 20%;
  float: left;
  padding: 10px;
  position: relative;
}
.homepage-brand .bd .tr-img {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 0;
  padding: 30% 0;
  background: #fff;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.homepage-brand .bd .tr-img .pic {
  max-width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.homepage-brand .bd .tr:hover .tr-img {
  -webkit-transform: translate3d(0, -10px, 0px);
  transform: translate3d(0, -10px, 0px);
  -webkit-box-shadow: 0 5px 15px rgba(198, 228, 250, 0.8);
  box-shadow: 0 5px 15px rgba(198, 228, 250, 0.8);
}
.homepage-brand .ft {
  text-align: center;
  padding: 30px 0 60px 0;
}
.homepage-brand .ft .link-more {
  width: 150px;
  height: 50px;
  text-align: center;
  margin: 0 auto;
  border: 1px solid #398cff;
  line-height: 50px;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 20px;
  border-radius: 30px;
  color: #398cff;
  text-decoration: none;
  position: relative;
}
.homepage-brand .ft .link-more:after {
  content: '\e62d';
  font-family: 'webicon';
  font-size: 1em;
  margin-left: 10px;
}
.homepage-brand .ft .link-more:hover {
  color: #fff;
  border-color: #398cff;
  background: #398cff;
}
@media screen and (max-width: 1366px) {
  .homepage-aboutus {
    height: 470px;
  }
  .homepage-aboutus .item {
    padding: 60px 0 0 20px;
  }
  .homepage-aboutus .item .scroll .box {
    margin-right: 20px;
  }
  .homepage-aboutus .item .scroll .box .txt .num {
    font-size: 46px;
  }
  .homepage-aboutus .item .scroll .box:last-child {
    margin-right: 0;
  }
  .homepage-aboutus .item .info {
    width: 100%;
  }
  .homepage-product .bd {
    padding: 60px 1% 0 6%;
    width: 50%;
  }
  .homepage-product .bd .focus .li {
    width: 50%;
  }
  .homepage-product .bd .focus .li:nth-child(n+5) {
    display: none;
  }
  .module-footer .bd .nav .btn:nth-child(n+5) {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .module-header .main .openmenu {
    display: block;
  }
  .module-header .main .module-nav .link-a {
    color: #333;
  }
  .module-header .main .module-nav .link-a:before {
    background: #5dcfff;
  }
  .module-header .main .contact {
    display: none;
  }
  .module-nav {
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0);
    overflow-y: auto;
    position: fixed;
    right: 0;
    top: 0;
    height: 100vh;
    background: #fff;
    width: 60vw;
    z-index: 1501;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .module-nav .btn {
    float: none;
  }
  .module-nav .btn .pop {
    position: static;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    visibility: visible;
    background: #ecf2f5;
  }
  .module-footer .bd {
    height: auto;
  }
  .module-footer .bd .left {
    float: none;
  }
  .module-footer .bd .left .logo {
    margin: 0 auto 48px auto;
    text-align: center;
  }
  .module-footer .bd .left .info {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
  }
  .module-footer .bd .imgcode {
    text-align: center;
    padding-bottom: 20px;
  }
  .module-footer .bd .imgcode .code {
    display: inline-block;
    float: none;
    margin: 0;
  }
  .module-footer .bd .imgcode .code:last-child {
    display: none;
  }
  .module-footer .bd .nav,
  .module-footer .bd .contact {
    display: none;
  }
  .module-title .chi {
    font-size: 34px;
    padding-bottom: 14px;
  }
  .module-title .eng {
    font-size: 20px;
  }
  .homepage-solution .bd {
    overflow-x: auto;
  }
  .homepage-solution .bd ul {
    white-space: nowrap;
  }
  .homepage-solution .bd .li {
    width: 220px;
    display: inline-block;
    float: none;
  }
  .homepage-aboutus .item .scroll .box {
    margin-right: 5px;
  }
  .homepage-aboutus .item .scroll .box .txt .num {
    font-size: 40px;
    padding-right: 0;
  }
  .homepage-aboutus .item .scroll .box:last-child .txt .num {
    padding-right: 20px;
  }
  .homepage-product .cate {
    padding: 40px 10px 50px 20px;
  }
  .homepage-product .cate .wrap {
    width: 100%;
    max-width: 100%;
  }
  .homepage-product .bd {
    padding: 40px 1% ;
  }
  .homepage-product .bd .focus .li:nth-child(n+5) {
    display: block;
  }
  .homepage-news {
    padding: 40px 0 30px 0;
  }
  .homepage-news .bd .focus .li {
    width: 100%;
  }
  .pagein-aboutus .modifydarn .left {
    float: none;
    width: 100%;
  }
  .pagein-aboutus .modifydarn .left .module-title {
    text-align: center;
  }
  .pagein-aboutus .modifydarn .left .module-title .line:before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .pagein-aboutus .modifydarn .left .scroll {
    width: 100%;
    text-align: center;
  }
  .pagein-aboutus .modifydarn .left .scroll .box {
    display: inline-block;
    padding: 0 20px;
  }
  .pagein-aboutus .modifydarn .module_editor {
    float: none;
    width: 100%;
    padding: 0 20px;
  }
  .pagein-abouttime .focus {
    width: 100%;
    margin: 0;
    left: 20px;
  }
  .pagein-honor {
    padding: 40px 0;
  }
  .pagein-honor .bd ul li {
    width: 50%;
  }
  .pagein-productlist .bd ul li {
    width: 50%;
  }
  .pagein-productdetail .bd {
    width: 100%;
    overflow: hidden;
    max-width: 100%;
  }
  .pagein-productdetail .bd .focus {
    width: 50%;
  }
  .pagein-productdetail .bd .info {
    width: 50%;
    padding-left: 20px;
  }
  .pagein-productdetail .ft {
    width: 100%;
    overflow: hidden;
  }
  .pagein-productdetail .ft .module-editor {
    padding: 14px;
  }
  .pagein-productdetail-main {
    padding: 0;
  }
  .pagein-productdetail .pagein-productdetail-rank {
    position: static;
    width: 100%;
  }
  .pagein-productdetail .pagein-productdetail-rank .bd {
    min-height: auto;
  }
  .pagein-productdetail .pagein-productdetail-rank .bd li {
    width: 33.33%;
  }
  .homepage-brand .bd .tr {
    width: 25%;
  }
  .pagein-newslist .bd ul li {
    width: 50%;
  }
  .pagein-contactus .bd .info {
    width: 100%;
    margin: 0;
  }
  .pagein-contactus .bd .form {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .module-header {
    height: 50px;
  }
  .module-header .main .logo {
    height: 40px;
    margin-top: 5px;
  }
  .module-header .main .openmenu {
    height: 50px;
    line-height: 50px;
  }
  .module-header-perch {
    height: 50px;
  }
  .module-nav .btn .link-a {
    line-height: 60px;
  }
  .module-footer .bd .left .info {
    width: 100%;
  }
  .module-footer .bd .left .info li {
    font-size: 14px;
  }
  .module-footer .bd .left .info li:before {
    font-size: 18px;
    width: 30px;
  }
  .module-footer .ft {
    font-size: 14px;
    line-height: 22px;
  }
  .module-floatbtnwin {
    display: none;
  }
  .module-title .chi {
    font-size: 30px;
    padding-bottom: 10px;
  }
  .module-title .eng {
    font-size: 18px;
  }
  .homepage-aboutus {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 0;
  }
  .homepage-aboutus .item {
    float: none;
    width: 100%;
    margin-bottom: 20px;
    padding: 20px 10px;
  }
  .homepage-aboutus .item .scroll {
    width: 100%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .homepage-aboutus .item .scroll .box {
    display: inline-block;
  }
  .homepage-aboutus .img {
    float: none;
    width: 100%;
  }
  .homepage-product {
    width: 100%;
    overflow: hidden;
    padding: 0 10px;
  }
  .homepage-product .cate {
    width: 100%;
    padding: 40px 0;
  }
  .homepage-product .bd {
    width: 100%;
  }
  .homepage-product .bd ul li {
    width: 50%;
  }
  .homepage-news {
    padding: 40px 0 30px 0;
  }
  .homepage-news .bd .nav .link-btn {
    font-size: 16px;
    width: auto;
    padding: 0 14px;
    margin: 0 3px;
  }
  .homepage-news .bd .focus .li {
    width: 100%;
    position: relative;
  }
  .homepage-news .bd .focus .li .tr-img {
    width: 100%;
    padding: 30% 0;
    position: relative;
  }
  .homepage-news .bd .focus .li .tr-item {
    width: 100%;
  }
  .homepage-case .bd .li {
    width: 50%;
  }
  .homepage-brand .bd .tr {
    width: 33.33%;
  }
  .pagein-category {
    overflow-y: auto;
    padding: 0 20px;
  }
  .pagein-category .bd {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .pagein-category .link-a {
    line-height: 60px;
    font-size: 14px;
  }
  .pagein-position {
    height: auto;
  }
  .pagein-position .main {
    padding: 10px 20px;
  }
  .pagein-position .main .left {
    line-height: 20px;
  }
  .pagein-position .main .left .tip {
    font-size: 13px;
  }
  .pagein-position .main .left .link-a,
  .pagein-position .main .left .gt,
  .pagein-position .main .left .last {
    font-size: 13px;
  }
  .pagein-aboutus .modifydarn .module-title {
    font-size: 26px;
  }
  .pagein-aboutus .modifydarn .left .scroll .box {
    margin-bottom: 20px;
    padding: 0;
  }
  .pagein-aboutus .modifydarn .left .scroll .box .txt .num {
    font-size: 30px;
  }
  .pagein-honor {
    padding-bottom: 120px;
  }
  .pagein-honor .module-title {
    margin-bottom: 30px;
  }
  .pagein-productlist .bd ul li {
    width: 50%;
  }
  .pagein-productlist .bd {
    padding: 0;
  }
  .pagein-productlist .bd .hd {
    width: 100%;
    position: relative;
  }
  .pagein-productdetail .bd {
    padding: 20px 14px 16px 14px;
  }
  .pagein-productdetail .bd .focus {
    width: 100%;
  }
  .pagein-productdetail .bd .info {
    width: 100%;
    padding: 0;
  }
  .pagein-productdetail .bd .info .name {
    font-size: 26px;
    margin-bottom: 20px;
    padding-top: 20px;
  }
  .pagein-productdetail .bd .info .param {
    padding-top: 20px;
  }
  .pagein-productdetail .bd .info .param .li {
    height: auto;
    line-height: 40px;
  }
  .pagein-productdetail .bd .info .articpages {
    padding-top: 30px;
  }
  .pagein-productdetail .ft .module-editor {
    padding: 14px;
  }
  .pagein-productdetail .pagein-productdetail-rank .bd li {
    width: 50%;
  }
  .pagein-solution .main {
    width: 100%;
  }
  .pagein-solution .main .category {
    width: 100%;
    position: relative;
    border-bottom: 1px solid #f5f5f5;
  }
  .pagein-solution .main .bd {
    padding: 0;
  }
  .pagein-download .bd ul li .tr-item .time {
    margin-bottom: 10px;
  }
  .pagein-download .bd ul li .tr-item .more {
    position: static;
    display: inline-block;
  }
  .pagein-newslist .module-title {
    padding: 40px 0 20px 0;
  }
  .pagein-newslist .bd ul {
    padding-top: 0;
  }
  .pagein-newslist .bd ul li {
    width: 100%;
    padding: 0 20px 20px 20px;
  }
  .pagein-newsdetail {
    padding: 0;
  }
  .pagein-newsdetail-info .name {
    font-size: 24px;
    line-height: 1.5;
  }
  .pagein-newsdetail .bd {
    padding: 30px 14px;
  }
  .module-articpages .link-btn {
    position: static;
    display: block;
    margin: 0;
  }
  .module-articpages .a_hidden {
    width: 100%;
  }
  .pagein-contactus {
    padding: 0;
  }
  .pagein-contactus .bd .info:before {
    bottom: 0;
  }
  .pagein-contactus .bd .info .dl {
    margin-bottom: 30px;
  }
}
/*弹窗*/
.d17-popup-mask {
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  z-index: 100;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  pointer-events: none;
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  opacity: 0;
}
.d17-popup {
  position: fixed;
  background-color: #FFF;
  z-index: 101;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  pointer-events: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.d17-popup-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.d17-popup-left {
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  left: 0;
  top: 0;
  height: 100%;
}
.d17-popup-right {
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
  right: 0;
  top: 0;
  height: 100%;
}
.d17-popup-bottom {
  -webkit-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  transform: translate(0, 100%);
  right: 0;
  bottom: 0;
}
.d17-popup-show {
  pointer-events: auto;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.d17-popup-center {
  background-color: #FFF;
  z-index: 102;
  position: fixed;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%) scale(0.8);
  -ms-transform: translate(-50%, -50%) scale(0.8);
  transform: translate(-50%, -50%) scale(0.8);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  border-radius: 2px;
  pointer-events: none;
}
.d17-popup-center * {
  pointer-events: none;
}
.d17-popup-center.d17-popup-show {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  pointer-events: auto;
}
.d17-popup-center.d17-popup-show * {
  pointer-events: auto;
}
