                /** 清除内外边距 **/

                body,
                h1,
                h2,
                h3,
                h4,
                h5,
                h6,
                hr,
                p,
                blockquote,
                /* structural elements 结构元素 */

                dl,
                dt,
                dd,
                ul,
                ol,
                li,
                /* list elements 列表元素 */

                pre,
                /* text formatting elements 文本格式元素 */

                form,
                fieldset,
                legend,
                button,
                input,
                textarea,
                /* form elements 表单元素 */

                th,
                td
                /* table elements 表格元素 */

                  {
                  margin: 0;
                  padding: 0;
                }

                /** 设置默认字体 **/

                body,
                button,
                input,
                select,
                textarea
                /* for ie */

                  {
                  font: 14px/1.0 "Microsoft YaHei", "黑体", "宋体", sans-serif;
                }

                h1,
                h2,
                h3,
                h4,
                h5,
                h6 {
                  font-size: 100%;
                  font-weight: normal;
                }

                address,
                cite,
                dfn,
                em,
                var,
                i {
                  font-style: normal;
                }

                /* 将斜体扶正 */

                code,
                kbd,
                pre,
                samp {
                  font-family: courier new, courier, monospace;
                }

                /* 统一等宽字体 */

                small {
                  font-size: 12px;
                }

                /* 小于 12px 的中文很难阅读, 让 small 正常化 */
                /** 重置列表元素 **/

                ul,
                li,
                ol {
                  list-style: none;
                }

                /** 重置文本格式元素 **/

                a {
                  text-decoration: none;
                  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
                  color: #333;
                }

                a:hover {
                  text-decoration: none;
                  cursor: pointer;
                }

                sup {
                  vertical-align: text-top;
                }

                /* 重置, 减少对行高的影响 */

                sub {
                  vertical-align: text-bottom;
                }

                /** 重置表单元素 **/

                legend {
                  color: #000;
                }

                /* for ie6 */

                fieldset,
                img {
                  border: 0;
                }

                /* img 搭车：让链接里的 img 无边框 */

                button,
                input,
                select,
                textarea {
                  font-size: 100%;
                  outline: none;
                }

                /* 使得表单元素在 ie 下能继承字体大小 */

                input::-ms-clear {
                  display: none;
                }

                /*隐藏文本框叉子*/

                input::-ms-reveal {
                  display: none;
                }

                /*隐藏密码框小眼睛*/
                /* 注：optgroup 无法扶正 */
                /** 重置表格元素 **/

                table {
                  border-collapse: collapse;
                  border-spacing: 0;
                }

                /* 重置 HTML5 元素 */

                article,
                aside,
                details,
                figcaption,
                figure,
                footer,
                header,
                hgroup,
                menu,
                nav,
                section,
                summary,
                time,
                mark,
                audio,
                video {
                  display: block;
                  margin: 0;
                  padding: 0;
                }

                body {
                  overflow-x: hidden;
                }

                @font-face {
                  font-family: "BEBAS";
                  src: url('../font/BEBAS___.TTF');
                  font-weight: normal;
                  font-style: normal;
                }

                @media screen and (max-width: 640px) {
                  html {
                    font-size: 20px;
                  }
                }

                @media screen and (max-width: 480px) {
                  html {
                    font-size: 20px;
                  }
                }

                @media screen and (max-width: 380px) {
                  html {
                    font-size: 18px;
                  }
                }

                @media screen and (max-width: 320px) {
                  html {
                    font-size: 16px;
                  }
                }

                p {
                  text-align: justify;
                  text-justify: inter-ideograph;
                }

                html {
                  font-size: 20px;
                  height: 100%;
                  background: #fff;
                }

                .clear::after {
                  content: ".";
                  display: block;
                  height: 0;
                  visibility: hidden;
                  clear: both;
                }

                .cen {
                  position: absolute;
                  margin: auto;
                  top: 0;
                  left: 0;
                  right: 0;
                  bottom: 0;
                }

                .center {
                  position: absolute;
                  top: 50%;
                  left: 50%;
                  transform: translate(-50%, -50%);
                }

                .content {
                  width: 1200px;
                  margin: 0 auto;
                  /* overflow: hidden; */
                }

                .pic-box {
                  overflow: hidden;
                  z-index: 33;
                  height: 100%;
                  width: 100%;
                }

                .pic-box img {
                  transition: all 0.5s ease;
                  width: 100%;
                  height: 100%;
                }

                .pic-box:hover img {
                  transform: scale(1.1, 1.1);
                }

                .swiper-container {
                  width: 100%;
                  /* height: 100%; */
                }

                .swiper-button-prev,
                .swiper-button-next {
                  outline: none;
                }

                img {
                  vertical-align: middle;
                }

                .swiper-slide a {
                  display: block;
                }

                .left {
                  float: left;
                }

                .right {
                  float: right;
                }

                @media screen and (max-width:500px) {}

                .head {
                  height: 60px;
                  background-color: #222222;
                  line-height: 60px;
                  overflow: hidden;
                  transition: all 0.5s ease;
                }

                .w15 {
                  width: 79%;
                  margin: 0 auto;
                }

                .head .link {
                  float: right;
                  font-size: 0;
                }

                .head .link a {
                  display: inline-block;
                  font-size: 16px;
                  color: #fff;
                  margin-left: 20px;
                  opacity: 0.9;
                  transition: all 0.3s ease;
                }

                .head .link a:hover {
                  opacity: 1;
                }

                .head-ul {
                  float: right;
                }

                .head-ul li {
                  float: left;
                }

                .head-ul li a {
                  font-size: 16px;
                  color: #fff;
                  display: block;
                  padding: 0 15px;
                  box-sizing: border-box;
                  border-right: 1px solid #a7a7a7;
                  line-height: 16px;
                  margin-top: 22px;
                  opacity: 0.7;
                  transition: all 0.3s ease;
                }

                .head-ul li a:hover {
                  opacity: 1;
                }

                .head-ul li:last-child a {
                  border-right: 0;
                }

                .hea-logo {
                  float: left;
                  line-height: 90px;
                }

                .hea-logo img {
                  height: 56px;
                }

                .header {
                  height: 90px;
                  background-color: #061e80;
                }

                .der-ul li {
                  float: left;
                  margin-right: 40px;
                }

                .der-ul {
                  float: left;
                  margin-left: 45px;
                }

                .der-ul li>a {
                  font-size: 18px;
                  display: block;
                  color: #fff;
                  padding-top: 45px;
                  box-sizing: border-box;
                  padding-bottom: 27px;
                  position: relative;
                }

                .der-ul li>a::after {
                  content: "";
                  position: absolute;
                  width: 0;
                  height: 4px;
                  background: #388bc2;
                  margin: auto;
                  left: 0;
                  right: 0;
                  bottom: 0;
                  transition: 0.5s;
                  -webkit-transition: 0.5s;
                }

                .der-ul li:hover>a::after {
                  width: 100%;
                }

                .der-ul li.act>a::after {
                  width: 100%;
                }

                .banswi a img {
                  width: 100%;
                }

                .banswi .swiper-button-next,
                .banswi .swiper-button-prev {
                  width: 35px;
                  height: 35px;
                  margin-top: 0;
                  background-size: 35px;
                  opacity: 0.5;
                  transition: all 0.5s ease;
                  transform: translateY(-50%);
                }

                .banswi .swiper-button-next:hover,
                .banswi .swiper-button-prev:hover {
                  opacity: 1;
                }

                .banswi .swiper-button-next {
                  background-image: url('../img/swr.png');
                  right: 15%;
                }

                .banswi .swiper-button-prev {
                  background-image: url('../img/swl.png');
                  left: 15%;
                }

                .der-form {
                  float: right;
                  margin-top: 30px;
                  position: relative;
                }

                .der-text {
                  width: 278px;
                  font-size: 16px;
                  height: 40px;
                  border: 1px solid rgba(255, 255, 255, 0.6);
                  border-radius: 10px;
                  background-color: transparent;
                  padding-left: 10px;
                  box-sizing: border-box;
                  color: #fff;
                  padding-right: 45px;
                }

                .der-sub {
                  border: none;
                  color: transparent;
                  background-color: transparent;
                  width: 20px;
                  height: 20px;
                  position: absolute;
                  background-image: url('../img/sea.png');
                  right: 20px;
                  background-repeat: no-repeat;
                  background-position: center;
                  top: 10px;
                  cursor: pointer;
                }

                .banswi .swiper-pagination-bullet {
                  opacity: 1;
                  background-color: transparent;
                  border: 1px solid #fff;
                }

                .banswi .swiper-pagination-bullet-active {
                  background-color: #fff;
                }

                .wel-soul .left {
                  /*margin-left: 18.7%;*/
                }

                .wti .tit {
                  font-size: 60px;
                  color: #dedede;
                  font-weight: bold;
                  font-family: 'Arial';
                  text-transform: uppercase;
                  margin-top: 88px;
                }

                .wel-soul .right img {
                  width: 100%;
                }

                .wti .tit2 {
                  font-size: 30px;
                  color: #383838;
                }

                .wti .ti {
                  font-size: 24px;
                  color: #404040;
                  font-weight: bold;
                  margin-top: 45px;
                  margin-bottom: 10px;
                }

                .wti .de {
                  font-size: 16px;
                  color: #666;
                  line-height: 25px;
                }

                .wel-soul .left {
                  /*width: 640px;*/
                  width: 63.2%;
                  padding-left: 18%;
                  box-sizing: border-box;
                  padding-right: 11%;
                }

                .more {
                  display: block;
                  line-height: 40px;
                  width: 140px;
                  /*background-color: #3e98d1;*/
                  /*color: #fff;*/
                  font-size: 14px;
                  border-radius: 20px;
                  text-align: center;
                  margin-top: 30px;
                  background-color: transparent;
                  color: #666;
                  border: 1px solid #dedede;
                  transition: all 0.5s ease;
                }

                .more:hover {
                  background-color: #3e98d1;
                  color: #fff;
                  border: 1px solid #3e98d1;
                }

                .wel-soul {
                  overflow: hidden;
                }

                .wel-soul .right {
                  width: 36.8%;
                  position: relative;
                }

                .swiper-button-nex,
                .swiper-button-pre {
                  width: 35px;
                  height: 35px;
                  position: absolute;
                  bottom: 20px;
                  background-repeat: no-repeat;
                  background-position: center;
                  cursor: pointer;
                  transition: all 0.3s ease;
                  outline: none;
                }

                .swiper-button-nex:hover,
                .swiper-button-pre:hover {
                  opacity: 0.8;
                }

                .swiper-button-nex {
                  background-image: url('../img/sr.png');
                  left: -55px;
                }

                .swiper-button-pre {
                  left: -95px;
                  background-image: url('../img/sl.png');
                }

                .right {
                  position: relative;
                }

                .right .xian {
                  width: 200px;
                  display: block;
                  border-top: 2px solid #3e98d1;
                  position: absolute;
                  top: 255px;
                  left: -160px;
                  z-index: 999;
                }

                .wel-four>div {
                  width: 25%;
                  float: left;
                  cursor: pointer;
                  position: relative;
                }

                .wel-four>div img {
                  width: 100%;
                }

                .wel-four {
                  overflow: hidden;
                }

                .wel-four .top {
                  background-color: #222222;
                  font-size: 16px;
                  color: #fff;
                  line-height: 26px;
                  position: absolute;
                  height: 100%;
                  width: 100%;
                  top: 0;
                  left: 0;
                  opacity: 0;
                  transition: all 0.5s ease;
                }

                .wel-four>.act .top {
                  opacity: 1;
                }

                .wel-four .top p {
                  width: 80%;
                  position: absolute;
                  top: 50%;
                  left: 50%;
                  transform: translate(-50%, -50%)
                }

                .wel-ab .left {
                  margin-left: 13.8%;
                  margin-top: 70px;
                }

                .wel-ab .right {
                  margin-right: 15%;
                  width: 465px;
                }

                .wel-ab .tit {
                  margin-top: 140px;
                }

                .wel-ab .de {
                  margin-top: 70px;
                }

                .wel-ab .more {
                  /*background-color: transparent;*/
                  /*color: #666;*/
                  /*border: 1px solid #dedede;*/
                  margin-bottom: 20px;
                }

                .ab-ul {
                  width: 300px;
                }

                .ab-ul li {
                  float: left;
                  font-size: 16px;
                  color: #3e98d1;
                  margin-right: 40px;
                  margin-bottom: 10px;
                }

                .ab-ul li a {
                  display: block;
                  color: #3e98d1;
                }

                .ab-ul li img {
                  margin-right: 10px;
                }

                .wel-id {
                  overflow: hidden;
                  background: -webkit-linear-gradient(left, #137de6, #00e0f5);
                  /* Safari 5.1 - 6.0 */
                  background: -o-linear-gradient(right, #137de6, #00e0f5);
                  /* Opera 11.1 - 12.0 */
                  background: -moz-linear-gradient(right, #137de6, #00e0f5);
                  /* Firefox 3.6 - 15 */
                  background: linear-gradient(to right, #137de6, #00e0f5);
                  /* 标准的语法 */
                }

                .wel-id .tit {
                  color: #fff;
                  margin-top: 60px;
                }

                .wel-id .tit2 {
                  color: #fff;
                }

                .wel-id .font {
                  float: left;
                }

                .wel-id .more {
                  float: right;
                  background-color: #fff;
                  color: #3e98d1;
                  margin-top: 120px;
                  border: none;
                }

                .wel-id .more:hover {
                  background-color: #3e98d1;
                  color: #fff;
                }

                .idswi {
                  width: 730px;
                  margin: 0 auto;
                  margin-top: 60px;
                  margin-bottom: 60px;
                  position: relative;
                }

                .id-swi {
                  height: 120px;
                }

                .id-swi a {
                  font-size: 16px;
                  color: #fff;
                  opacity: 0.8;
                }

                .id-swi a span {
                  float: right;
                  width: 120px;
                }

                .id-swi .swiper-slide-next a {
                  font-weight: bold;
                  font-size: 20px;
                  opacity: 1;
                }

                .swiper-button-ne,
                .swiper-button-pr {
                  width: 24px;
                  height: 24px;
                  background-repeat: no-repeat;
                  position: absolute;
                  bottom: 100px;
                  left: -45px;
                  cursor: pointer;
                  opacity: 0.5;
                  transition: all 0.5s ease;
                  outline: none;
                }

                .swiper-button-ne {
                  bottom: 35px;
                  background-image: url('../img/idx.png');
                }

                .swiper-button-pr {
                  bottom: 80px;
                  background-image: url('../img/ids.png');
                }

                .swiper-button-ne:hover,
                .swiper-button-pr:hover {
                  opacity: 1;
                }

                .wel-case {
                  background-image: url('../img/cabg.jpg');
                  background-repeat: no-repeat;
                  background-position: center;
                  overflow: hidden;
                }

                .wel-case .tit {
                  color: #fff;
                }

                .wel-case .tit2 {
                  color: #fff;
                  margin-bottom: 35px;
                }

                .case-box a {
                  display: block;
                  width: 380px;
                  float: left;
                  margin-right: 30px;
                }

                .case-box a:nth-child(3n) {
                  margin-right: 0;
                }

                .case-box a .ti {
                  font-size: 24px;
                  color: #333;
                  margin-top: 40px;
                  margin-bottom: 10px;
                }

                .case-box a .en {
                  font-size: 16px;
                  color: #ccc;
                  margin-bottom: 20px;
                }

                .case-box a .font {
                  overflow: hidden;
                  text-align: center;
                  background-color: #fff;
                  padding: 0 20px;
                  border-bottom: 10px solid #3e98d1;
                  box-sizing: border-box;
                }

                .case-box a .de {
                  border-top: 1px solid #dedede;
                  font-size: 14px;
                  color: #999;
                  line-height: 25px;
                  height: 130px;
                  padding-top: 40px;
                  box-sizing: border-box;
                }

                .case-box a:hover .pic-box img {
                  transform: scale(1.1);
                }

                .case-box {
                  margin-bottom: 60px;
                }

                .wel-know {
                  background-image: url('../img/know.jpg');
                  background-repeat: no-repeat;
                  background-position: center;
                  text-align: center;
                  overflow: hidden;
                }

                .wel-know .ti {
                  font-size: 30px;
                  color: #fff;
                  font-weight: bold;
                  margin-top: 80px;
                  margin-bottom: 15px;
                }

                .wel-know .en {
                  font-size: 30px;
                  color: #fff;
                  font-family: 'Arial';
                  margin-bottom: 70px;
                }

                .know-icon {
                  font-family: 0;
                  margin-bottom: 90px;
                }

                .know-icon a {
                  display: inline-block;
                  width: 60px;
                  height: 60px;
                  border-radius: 50%;
                  margin-right: 55px;
                  border: 1px solid #fff;
                  position: relative;
                  transition: all 0.5s ease;
                }

                .know-icon a:hover {
                  border: 1px solid #3e98d1;
                  background-color: #3e98d1;
                }

                .footer {
                  background-color: #333333;
                  padding-top: 80px;
                  overflow: hidden;
                }

                .foo-ul li {
                  float: left;
                  margin-right: 60px;
                }

                .foo-ul li:last-child {
                  margin-right: 0;
                  width: 257px;
                }

                .foo-ul li:first-child {
                  margin-right: 0;
                  width: 165px;
                  margin-right: 10px;
                }

                .foo-ul li a {
                  display: block;
                  font-size: 14px;
                  color: #fff;
                  opacity: 0.6;
                  line-height: 30px;
                  transition: all 0.3s ease;
                }

                .foo-ul li a:first-child {
                  font-size: 16px;
                  color: #fff;
                  opacity: 0.9;
                  margin-bottom: 30px;
                }

                .foo-ul {
                  position: relative;
                  float: left;
                }

                .foo-ul .xian {
                  width: 100%;
                  position: absolute;
                  border-top: 1px solid #717171;
                  top: 50px;
                  left: 0;
                }

                .wel-ab .xian {
                  top: 268px;
                  left: -140px;
                }

                .foo-ul li a:hover {
                  opacity: 1;
                }

                .foo-ul li:last-child a:hover {
                  opacity: 0.6;
                }

                .foo-ul li:last-child a:first-child:hover {
                  opacity: 1;
                }

                .ewmbox p {
                  font-size: 12px;
                  color: #fff;
                  text-align: center;
                  margin-top: 8px;
                  opacity: 0.7;
                }

                .ewmbox div {
                  display: inline-block;
                  margin-right: 20px;
                }

                .ewmbox {
                  font-size: 0;
                  /* margin-left: 20px; */
                }

                .ewmbox div:nth-child(2) {
                  margin-right: 0;
                }

                .ewm {
                  float: right;
                  margin-left: 20px;
                }

                .ewm .ti {
                  font-size: 12px;
                  margin-top: 30px;
                  margin-bottom: 8px;
                  color: #fff;
                  opacity: 0.8;
                }

                .ewm .time {
                  font-weight: bold;
                  font-size: 30px;
                  color: #fff;
                }

                .last {
                  line-height: 50px;
                  background-color: #222222;
                  margin-top: 45px;
                }

                .last p {
                  font-size: 12px;
                  color: #fff;
                  opacity: 0.5;
                }

                .last p a {
                  color: #fff;
                }

                .banswi.swiper-container-horizontal>.swiper-pagination-bullets,
                .swiper-pagination-custom,
                .swiper-pagination-fraction {
                  bottom: 40px;
                }

                .nei {
                  position: fixed;
                  top: 0;
                  left: 0;
                  width: 100%;
                }

                .nei .head {
                  background-color: rgba(0, 0, 0, 0.4);
                  /* position: absolute;
                    top: 0;
                    left: 0; */
                  width: 100%;
                  transition: all 0.5s ease;
                }

                .nei .header {
                  /* position: absolute;
                    top: 60px;
                    left: 0; */
                  width: 100%;
                  transition: all 0.5s ease;
                  background-color: transparent;
                }

                .ban img {
                  /*width: 100%;*/
                }

                .nav {
                  line-height: 50px;
                  height: 50px;
                  border-bottom: 1px solid #dedede;
                }

                .nav .san {
                  margin: 0 10px;
                }

                .nav-img {
                  margin-right: 10px;
                }

                .nav .link {
                  float: left;
                }

                .nav .link a {
                  font-size: 14px;
                  color: #666;
                }

                .nav-ul li {
                  float: left;
                  margin-right: 30px;
                  box-sizing: border-box;
                  /* line-height: 48px; */
                  transition: all 0.3s ease;
                  position: relative;
                }

                .nav-ul li.act a::before {
                  width: 100%;
                  /* border-bottom: 2px solid #3e98d1; */
                }

                .nav-ul li a::before {
                  content: "";
                  position: absolute;
                  width: 0;
                  height: 2px;
                  background: #3e98d1;
                  margin: auto;
                  left: 0;
                  right: 0;
                  bottom: 0;
                  transition: 0.5s;
                  -webkit-transition: 0.5s;
                }

                .nav-ul li:hover a::before {
                  width: 100%;
                }

                .nav-ul li a {
                  font-size: 14px;
                  color: #666;
                  display: block;
                }

                .nav-ul {
                  float: right;
                }

                .nav-ul li:last-child {
                  margin-right: 0;
                }

                .about {
                  background-color: #f9f9f9;
                  overflow: hidden;
                }

                .about .content {
                  margin-top: 40px;
                  background-color: #fff;
                  padding-top: 40px;
                  padding-bottom: 60px;
                  margin-bottom: 40px;
                }

                .w800 {
                  width: 800px;
                  margin: 0 auto;
                  overflow: hidden;
                }

                .about .ti {
                  font-weight: bold;
                  font-size: 22px;
                  color: #404040;
                  line-height: 60px;
                  background-image: url('../img/aboutus.png');
                  background-repeat: no-repeat;
                  background-position: left center;
                  margin-bottom: 40px;
                }

                .about .de p {
                  text-indent: 2em;
                  line-height: 25px;
                  color: #666;
                  font-size: 16px;
                }

                .about .de img {
                  width: 100%;
                  margin: 35px 0;
                }

                .cul .de img {
                  margin: 0;
                  /*margin-bottom: 40px;*/
                }

                .cul .de p {
                  margin-bottom: 35px;
                }

                .cul.content {
                  padding-bottom: 0;
                }

                .cul {
                  background-image: url('../img/ren.png');
                  background-repeat: no-repeat;
                  background-position: 970px 26px;
                }

                .cul .de p {
                  line-height: 30px;
                }

                .hon {
                  font-size: 0;
                  margin-bottom: 50px;
                }

                .honbox {
                  width: 380px;
                  margin-right: 20px;
                  display: inline-block;
                  margin-bottom: 40px;
                }

                .honbox:nth-child(3n) {
                  margin-right: 0;
                }

                .honbox .pic {
                  height: 250px;
                  position: relative;
                  background-color: #f5f5f5;
                  overflow: hidden;
                }

                .honbox .pic img {
                  transition: all 0.5s ease;
                  max-width: 95%;
                  max-height: 95%;
                }

                .honbox:hover .pic img {
                  transform: scale(1.1);
                }

                .hon {
                  margin-top: 60px;
                }

                .honbox p {
                  font-size: 18px;
                  color: #666;
                  margin-top: 20px;
                  text-align: center;
                }

                .join .content {
                  padding: 0;
                  overflow: hidden;
                }

                .jotop {
                  padding: 30px 0;
                  border-bottom: 1px solid #dedede;
                  padding-left: 40px;
                  font-size: 22px;
                  color: #333;
                  padding-right: 20px;
                }

                .jotop .name {
                  width: 145px;
                  display: inline-block;
                  margin-right: 40px;
                  border-right: 1px solid #dedede;
                }

                .jobtn {
                  display: block;
                  font-size: 16px;
                  color: #3e98d1;
                  width: 130px;
                  height: 30px;
                  text-align: center;
                  line-height: 30px;
                  border: 1px solid #3e98d1;
                  border-radius: 20px;
                  float: right;
                  transition: all 0.3s ease;
                }

                .jobtn:hover {
                  background-color: #3e98d1;
                  color: #fff;
                }

                .joc {
                  padding-left: 55px;
                  box-sizing: border-box;
                  margin-top: 28px;
                  margin-bottom: 40px;
                  position: relative;
                  overflow: hidden;
                  display: none;
                }

                .joc .name {
                  width: 130px;
                  display: inline-block;
                  font-size: 18px;
                  color: #333;
                  vertical-align: top;
                }

                .jobox {
                  overflow: hidden;
                }

                .joc .jode {
                  display: inline-block;
                  margin-left: 40px;
                  width: 75%;
                  margin-bottom: 35px;
                }

                .joc .jode p {
                  font-size: 16px;
                  color: #666;
                  line-height: 30px;
                }

                .joc .xian {
                  position: absolute;
                  border-right: 1px solid #dedede;
                  top: 0;
                  left: 187px;
                  height: 100%;
                  display: block;
                }

                .os {
                  font-size: 16px;
                  color: #db3632;
                  width: 75%;
                  display: inline-block;
                  margin-top: 35px;
                }

                .joc .jode:nth-child(5) {
                  margin-bottom: 0;
                }

                .jobtn.act {
                  background-color: #3e98d1;
                  color: #fff;
                }

                .zhan {
                  font-size: 16px;
                  color: #3e98d1;
                  border: 1px solid #3e98d1;
                  border-radius: 20px;
                  width: 130px;
                  text-align: center;
                  display: block;
                  margin: 40px auto 35px auto;
                  line-height: 30px;
                  transition: all 0.3s ease;
                }

                .zhan:hover {
                  background-color: #3e98d1;
                  color: #fff;
                }

                .case {
                  font-size: 0;
                  width: 1200px;
                  margin: 0 auto;
                  margin-top: 60px;
                  margin-bottom: 60px;
                }

                .case a {
                  display: inline-block;
                  width: 380px;
                  margin-right: 30px;
                }

                .case a:nth-child(3n) {
                  margin-right: 0;
                }

                .case a p {
                  height: 60px;
                  line-height: 60px;
                  background-color: #fff;
                  padding: 0 20px;
                  font-size: 18px;
                  color: #666;
                  box-sizing: border-box;
                }

                .case p span {
                  float: left;
                }

                .case p .jiantou {
                  width: 18px;
                  height: 60px;
                  float: right;
                  background-image: url('../img/jiantou.png');
                  background-repeat: no-repeat;
                  background-position: -31px center;
                  transition: all 0.5s ease;
                }

                .case a:hover .jiantou {
                  background-position: 0 center;
                }

                .detail {
                  margin-top: 60px;
                  margin-bottom: 80px;
                  text-align: center;
                }

                .detail .ti {
                  font-size: 22px;
                  color: #333;
                  margin-bottom: 20px;
                  /* line-height: 30px; */
                }

                .detail .time {
                  font-size: 16px;
                  margin-bottom: 20px;
                  color: #999;
                  /* line-height: 30px; */
                }

                .detail .de {
                  font-size: 18px;
                  color: #666;
                  line-height: 30px;
                }

                .detail img {
                  max-width: 100%;
                  margin: 15px 0;
                }

                .maptop {
                  line-height: 1.5;
                }

                .map {
                  height: 715px;
                  margin-top: 40px;

                  margin-bottom: 60px;
                }

                .mapbox {
                  cursor: pointer;
                }

                .mapbox .box .ti {
                  transition: 0.5s;
                }

                .mapbox .box:hover .ti {
                  color: #137de6;
                }

                .mapbox .box.act .ti {
                  color: #137de6;
                }

                .mapbox .box:first-child {
                  margin-bottom: 20px;
                }

                .anchorBL {
                  display: none;
                }

                .mapbox {
                  position: relative;
                }

                .maptop {
                  width: 400px;
                  /* height: 300px; */
                  background-color: #fff;
                  position: absolute;
                  top: 60px;
                  left: 125px;
                  padding: 35px 40px;
                  box-sizing: border-box;
                }

                .maptop .ti {
                  font-size: 20px;
                  color: #333;
                  font-weight: bold;
                  border-bottom: 1px solid #dedede;
                  padding-bottom: 15px;
                  position: relative;
                  margin-bottom: 20px;
                }

                .maptop .ti .xian {
                  position: absolute;
                  left: 0;
                  bottom: 0;
                  width: 55px;
                  border-bottom: 2px solid #3e98d1;
                }

                .maptop .de {
                  font-size: 14px;
                  color: #666;
                }

                .maptop .de p {
                  margin-bottom: 10px;
                }

                .maptop .de p img {
                  margin-right: 8px;
                }

                .news {
                  margin-top: 20px;
                  margin-bottom: 40px;
                }

                .news a {
                  display: block;
                  border-bottom: 1px solid #dedede;
                  padding: 30px 0;
                  box-sizing: border-box;
                }

                .news .font {
                  float: left;
                  width: 960px;
                }

                .news .font .ti {
                  font-size: 24px;
                  font-weight: bold;
                  color: #404040;
                  transition: all 0.5s ease;
                }

                .news a .pic {
                  float: left;
                  margin-right: 35px;
                  overflow: hidden;
                  width: 200px;
                }

                .news a .pic img {
                  transition: all 0.5s ease;
                  width: 100%;
                }

                .news .font .time {
                  font-size: 14px;
                  color: #999;
                  margin: 20px 0;
                }

                .news .font .de {
                  font-size: 16px;
                  color: #666;
                  line-height: 25px;
                }

                .news a:hover .pic img {
                  transform: scale(1.1);
                }

                .news a:hover .font .ti {
                  color: #3e98d1;
                }

                .page {
                  font-size: 0;
                  text-align: center;
                  margin-bottom: 80px;
                }

                .page a {
                  width: 35px;
                  height: 35px;
                  border: 1px solid #dedede;
                  box-sizing: border-box;
                  font-size: 14px;
                  color: #999;
                  display: inline-block;
                  vertical-align: top;
                  line-height: 35px;
                  text-align: center;
                  margin-right: 5px;
                  transition: all 0.5s ease;
                }

                .page a:hover {
                  background-color: #3e98d1;
                  border: 1px solid #3e98d1;
                  color: #fff;
                }

                .page a.act {
                  background-color: #3e98d1;
                  border: 1px solid #3e98d1;
                  color: #fff;
                }

                .pabtnl {
                  background-image: url('../img/pal.png');
                  background-repeat: no-repeat;
                  background-position: center;
                }

                .pabtnr {
                  background-image: url('../img/par.png');
                  background-repeat: no-repeat;
                  background-position: center;
                }

                .pabtnl:hover {
                  background-image: url('../img/pall.png');
                }

                .pabtnr:hover {
                  background-image: url('../img/parr.png');
                }

                .plan {
                  margin-top: 60px;
                  margin-bottom: 50px;
                  font-size: 0;
                }

                .plan a {
                  display: inline-block;
                  width: 380px;
                  margin-right: 30px;
                  position: relative;
                  margin-bottom: 30px;
                }

                .plan a:nth-child(3n) {
                  margin-right: 0;
                }

                .plan a img {
                  width: 100%;
                }

                .plco {
                  position: absolute;
                  top: 0;
                  left: 0;
                  width: 100%;
                  height: 100%;
                  background-color: rgba(0, 0, 0, 0.2);
                  transition: all 0.5s ease;
                }

                .plco p {
                  font-size: 18px;
                  color: #fff;
                  padding: 0 20px;
                  box-sizing: border-box;
                  position: absolute;
                  bottom: 30px;
                  left: 0;
                }

                .plan a:hover .plco {
                  opacity: 0;
                }

                .ptop {
                  position: absolute;
                  bottom: 0;
                  left: 0;
                  width: 100%;
                  height: 100%;
                  background-color: rgba(0, 0, 0, 0.7);
                  display: none;
                }

                .ptop .font {
                  padding: 0 20px;
                  box-sizing: border-box;
                  position: absolute;
                  bottom: 25px;
                  left: 0;
                  width: 100%;
                }

                .ptop .ti {
                  font-size: 18px;
                  color: #fff;
                  margin-bottom: 15px;
                }

                .ptop .de {
                  font-size: 14px;
                  color: #fff;
                  line-height: 25px;
                }

                .ptop .more {
                  width: 100px;
                  height: 30px;
                  line-height: 30px;
                  font-size: 12px;
                  margin-top: 8px;
                  color: #fff;
                }

                .plde {
                  margin-top: 50px;
                  margin-bottom: 80px;
                }

                .plde .ti {
                  border-left: 4px solid #acacac;
                  font-size: 22px;
                  box-sizing: border-box;
                  padding-left: 10px;
                  color: #464646;
                }

                .tibox {
                  box-shadow: 1px 1px 10px #eee;
                  margin-top: 40px;
                }

                .tibox .right {
                  width: 380px;
                }

                .tibox .left .tit {
                  font-size: 18px;
                  margin-bottom: 30px;
                  color: #464646;
                }

                .tibox .left {
                  padding: 35px 40px;
                  box-sizing: border-box;
                  width: 820px;
                }

                .tibox .de {
                  font-size: 14px;
                  text-indent: 2em;
                  color: #464646;
                  line-height: 25px;
                }

                .plde .title {
                  font-size: 22px;
                  text-align: center;
                  color: #464646;
                  position: relative;
                  margin-top: 60px;
                }

                .plde .title .zi {
                  width: 200px;
                  text-align: center;
                  display: inline-block;
                  background-color: #fff;
                }

                .plde .title .xian {
                  width: 100%;
                  border-top: 1px solid #dedede;
                  position: absolute;
                  left: 0;
                  top: 50%;
                  z-index: -1;
                }

                .plde .titde {
                  margin-top: 45px;
                }

                .plde .titde p {
                  text-indent: 2em;
                  font-size: 14px;
                  color: #464646;
                  line-height: 25px;
                }

                .titimg {
                  text-align: center;
                }

                .titimg img {
                  max-width: 100%;
                  margin-top: 45px;
                }

                .pro {
                  margin-top: 60px;
                  margin-bottom: 45px;
                }

                .pro .prolist {
                  float: left;
                  width: 280px;
                  margin-right: 40px;
                }

                .prolist .top {
                  font-size: 20px;
                  color: #fff;
                  height: 60px;
                  line-height: 60px;
                  padding-left: 40px;
                  box-sizing: border-box;
                  background-color: #3e98d1;
                  font-weight: bold;
                }

                .pro-ul .litop {
                  font-size: 18px;
                  color: #666;
                  line-height: 55px;
                  padding-left: 20px;
                  background-color: #f9f9f9;
                  border-bottom: 1px solid #dedede;
                  cursor: pointer;
                }

                .pro-ul .litop.act .san {
                  background-image: url('../img/psx.png');
                }

                .pro-ul .litop.act {
                  color: #3e98d1;
                  border: none;
                }

                .pro-ul .san {
                  width: 11px;
                  height: 11px;
                  display: inline-block;
                  background-image: url('../img/ps.png');
                  background-repeat: no-repeat;
                  background-position: center;
                  margin-right: 8px;
                }

                /* .pro-ul .litop:hover .san {
                    background-image: url('../img/psx.png');
                } */

                .li-de {
                  padding-left: 40px;
                  background-color: #eeeeee;
                  display: none;
                  border-bottom: 1px solid #dedede;
                }

                .li-de>div {
                  padding: 10px 0;
                  cursor: pointer;
                  font-size: 16px;
                  color: #666;
                  text-align: left
                }

                .li-de>div.act .san {
                  background-image: url('../img/psx.png');
                }

                .li-de>div.act {
                  color: #3e98d1;
                }

                .de-list a {
                  display: block;
                  font-size: 16px;
                  color: #666;
                  line-height: 35px;
                  padding-left: 40px;
                }

                .de-list a.act {
                  color: #3e98d1;
                }

                .de-list {
                  display: none;
                  text-align: left;
                }

                .pro-c {
                  float: right;
                  width: 880px;
                }

                .pro-a {
                  font-size: 0;
                }

                .pro-a a {
                  width: 280px;
                  margin-right: 20px;
                  display: inline-block;
                  position: relative;
                  margin-bottom: 40px;
                }

                .pro-a a:nth-child(3n) {
                  margin-right: 0;
                }

                .pro-a .pic {
                  background-color: #e1dee5;
                  position: relative;
                  height: 170px;
                  overflow: hidden;
                }

                .pro-c .pic img {
                  transition: all 0.5s ease;
                  max-width: 100%;
                  max-height: 95%;
                }

                .pro-c a:hover .pic img {
                  transform: scale(1.1)
                }

                .pro-bot {
                  border-bottom: 1px solid #dedede;
                }

                .pro-bot .ti {
                  font-size: 16px;
                  color: #666;
                  margin-top: 15px;
                }

                .pro-bot .time {
                  font-size: 14px;
                  color: #999;
                  margin-top: 10px;
                  margin-bottom: 10px;
                }

                .pro-bot .jt {
                  width: 25px;
                  height: 30px;
                  border-left: 1px solid #dedede;
                  float: right;
                  margin-top: 20px;
                  margin-right: 20px;
                  background-image: url('../img/jiantou.png');
                  background-repeat: no-repeat;
                  background-position: -24px center;
                  transition: all 0.5s ease;
                }

                .pro-c a:hover .jt {
                  background-position: 7px center;
                }

                .pro-bot .font {
                  float: left;
                }

                .pro-c a .xian {
                  width: 0;
                  position: absolute;
                  bottom: 0;
                  left: 0;
                  display: block;
                  border-top: 1px solid #666;
                  transition: all 0.5s ease;
                }

                .pro-c a:hover .xian {
                  width: 100%;
                }

                .pro-c .page {
                  text-align: left;
                  margin-bottom: 0;
                }

                .pro-detop {
                  border-top: 1px solid #dedede;
                  border-bottom: 1px solid #dedede;
                  margin-bottom: 40px;
                }

                .pro-detop .pic {
                  width: 280px;
                  background-color: #e1dee5;
                  position: relative;
                  height: 170px;
                  float: left;
                }

                .pro-detop .ti {
                  font-size: 20px;
                  color: #333;
                  font-weight: bold;
                  margin-bottom: 20px;
                }

                .pro-detop .font {
                  float: left;
                  width: 580px;
                  position: relative;
                  height: 170px;
                }

                .pro-detop .zi {
                  position: absolute;
                  top: 50%;
                  left: 55px;
                  transform: translateY(-50%);
                  width: 500px;
                }

                .pro-detop .de {
                  font-size: 14px;
                  color: #666;
                }

                .zia-box {
                  height: 45px;
                  line-height: 45px;
                  background-color: #f5f5f5;
                  font-size: 0;
                }

                .zia-box a {
                  height: 45px;
                  width: 140px;
                  border: 1px solid #d5d5d5;
                  box-sizing: border-box;
                  font-size: 16px;
                  color: #666;
                  display: inline-block;
                  text-align: center;
                  margin-left: -1px;
                  transition: all 0.3s ease;
                }

                .zia-box a.act {
                  background-color: #3e98d1;
                  border: 1px solid #3e98d1;
                  color: #fff;
                }

                .zia-box a:hover {
                  background-color: #3e98d1;
                  border: 1px solid #3e98d1;
                  color: #fff;
                }

                .pro-dezi .font {
                  border: 1px solid #dedede;
                  font-size: 14px;
                  color: #666;
                  padding: 30px;
                  box-sizing: border-box;
                  line-height: 25px;
                }

                .back {
                  width: 100px;
                  height: 40px;
                  line-height: 40px;
                  text-align: center;
                  color: #fff;
                  font-size: 16px;
                  display: block;
                  background-color: #3e98d1;
                  margin-top: 25px;
                }

                .down {
                  overflow: hidden;
                  background-color: #f9f9f9;
                }

                .down .content {
                  margin-top: 60px;
                  margin-bottom: 80px;
                }

                .down .content a {
                  line-height: 70px;
                  background-color: #fff;
                  display: block;
                  margin-bottom: 20px;
                  padding: 0 40px;
                  box-sizing: border-box;
                }

                .down a img {
                  margin-top: 20px;
                }

                .down a p {
                  transition: all 0.3s ease;
                  font-size: 18px;
                  color: #666;
                  width: 1000px;
                  margin-left: 10px;
                  float: left;
                  line-height: 60px;
                }

                .down a:hover p {
                  color: #3e98d1;
                }

                .ques {
                  margin-top: 60px;
                  margin-bottom: 80px;
                }

                .ques-a {
                  font-size: 0;
                  margin-bottom: 40px;
                }

                .ques-a a {
                  display: inline-block;
                  font-size: 18px;
                  color: #666;
                  background-color: #f9f9f9;
                  width: 150px;
                  box-sizing: border-box;
                  line-height: 50px;
                  text-align: center;
                  border-bottom: 1px solid #dedede;
                  border-top: 1px solid #dedede;
                  border-right: 1px solid #dedede;
                  transition: all 0.5s ease;
                }

                .ques-a a:first-child {
                  border-left: 1px solid #dedede;
                }

                .ques-a a:hover {
                  background-color: #3e98d1;
                  color: #fff;
                  border: 1px solid #3e98d1;
                }

                .ques-a a.act {
                  background-color: #3e98d1;
                  color: #fff;
                  border: 1px solid #3e98d1;
                }

                .db-top {
                  border-bottom: 1px solid #dedede;
                  /* padding: 20px 0; */
                  cursor: pointer;
                }

                .debox .num {
                  width: 50px;
                  line-height: 50px;
                  text-align: center;
                  height: 50px;
                  background-color: #3e98d1;
                  font-size: 24px;
                  color: #fff;
                  float: left;
                  margin-right: 15px;
                }

                .debox:nth-child(1) .db-top {
                  border-top: 1px solid #dedede;
                }

                .debox .de {
                  float: left;
                  line-height: 50px;
                  font-size: 20px;
                  color: #333;
                  width: 1036px;
                }

                .debox .right {
                  margin-top: 22px;
                  margin-right: 40px;
                }

                .db-top {
                  padding: 20px 0;
                }

                .debox .la {
                  background-color: #f9f9f9;
                  padding: 20px 80px;
                  box-sizing: border-box;
                  font-size: 16px;
                  color: #666;
                  line-height: 30px;
                  display: none;
                }

                .db-top.act {
                  border-bottom: none;
                }

                .db-top.act .right {
                  transform: rotate(180deg);
                }

                .list {
                  width: 100%;
                  background-color: rgba(0, 0, 0, 0.7);
                  position: absolute;
                  top: 90px;
                  /* height: 800px; */
                  left: 0;
                  z-index: 3;
                  display: none;
                }

                .hp-a {
                  width: 180px;
                  background-color: #3e98d1;
                  padding-bottom: 66px;
                  float: left;
                  position: relative;
                }

                .header {
                  position: relative;
                }

                .hp-a>div {
                  padding-left: 20px;
                  line-height: 65px;
                  transition: all 0.5s ease;
                  box-sizing: border-box;
                  /*position: relative;*/
                }

                .hpa {
                  line-height: 25px;
                  padding: 15px;
                  display: block;
                  font-size: 16px;
                  padding-left: 0;
                  color: #fff;
                  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
                  transition: all 0.5s ease;
                }

                .hpabox.act {
                  color: #3e98d1;
                  background-color: #fff;
                }

                .hpabox.act .hpa {
                  color: #3e98d1;
                }

                .hp-a>a.act {
                  /*background-color: #fff;*/
                }

                .hp-a .act a {
                  /*color: #3e98d1;*/
                }

                .hp-a>div:hover {
                  /*background-color: #fff;*/
                }

                .hp-a>div:hover a {
                  /*color: #3e98d1;*/
                }

                .hp-de {
                  width: 1020px;
                  float: right;
                  font-size: 0;
                  padding: 20px 50px;
                  /* height: 100px; */
                  box-sizing: border-box;
                }

                .hpbox {
                  display: inline-block;
                  width: 140px;
                  vertical-align: top;
                  margin-right: 40px;
                }

                .hpbox .ti {
                  line-height: 16px;
                  display: block;
                  font-size: 16px;
                  color: #fff;
                  opacity: 0.8;
                  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
                  padding-bottom: 10px;
                  margin-bottom: 10px;
                  transition: all 0.3s ease;
                }

                .hpbox .ti:hover {
                  opacity: 1;
                }

                .hpbox .de a {
                  display: block;
                  font-size: 14px;
                  line-height: 30px;
                  color: #fff;
                  opacity: 0.4;
                  transition: all 0.3s ease;
                }

                .hpbox .de a:hover {
                  opacity: 1;
                }

                .fanbox .ti {
                  font-size: 18px;
                  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
                  color: #3e98d1;
                  padding-bottom: 15px;
                  display: block;
                  margin-bottom: 15px;
                }

                .fan {
                  margin-top: 40px;
                  font-size: 0;
                }

                .fanbox {
                  display: inline-block;
                  width: 235px;
                  margin-right: 110px;
                  vertical-align: top;
                  margin-bottom: 20px;
                }

                .fan-a a {
                  display: inline-block;
                  font-size: 18px;
                  color: #fff;
                  min-width: 99px;
                  opacity: 0.7;
                  margin-bottom: 20px;
                  transition: all 0.3s ease;
                  line-height: 25px;
                }

                .fan-a a:hover {
                  opacity: 1;
                }

                .fan-a a:nth-child(2n) {
                  width: auto;
                }

                .fan-more {
                  font-size: 16px;
                  color: #3e98d1;
                  display: block;
                  float: right;
                  margin-right: -18px;
                  margin-bottom: 25px;
                }

                .list-a a {
                  display: inline-block;
                  opacity: 0.7;
                  font-size: 18px;
                  color: #fff;
                  margin: 30px 20px;
                  transition: all 0.3s ease;
                }

                .list-a a:hover {
                  opacity: 1;
                }

                .search .tit {
                  font-size: 23px;
                  color: #333;
                  font-weight: bold;
                  margin-top: 60px;
                  margin-bottom: 45px;
                }

                .search ul {
                  margin-bottom: 80px;
                }

                .search ul li {
                  border-bottom: 1px solid #eee;
                  padding: 20px;
                  text-align: left;
                  padding-right: 30%;
                  box-sizing: border-box;
                  padding-left: 0;
                }

                .search ul li a {
                  display: block;
                  width: 820px;
                  transition: all 0.3s ease;
                }

                .search ul li .ti {
                  font-size: 20px;
                  color: #333;
                  margin-bottom: 10px;
                  line-height: 25px;
                }

                .search ul li .de {
                  font-size: 18px;
                  color: #666;
                  line-height: 25px;
                }

                .search ul li a:hover {
                  padding-left: 20px;
                }

                .firight {
                  position: fixed;
                  right: -3px;
                  top: 40%;
                  z-index: 9999;
                }

                .firight a {
                  display: block;
                  width: 80px;
                  background-color: #3e98d1;
                  height: 57px;
                  margin-bottom: 1px;
                  border-radius: 5px;
                }

                .firight a p {
                  text-align: center;
                  font-size: 12px;
                  color: #fff;
                }

                .frimg {
                  height: 35px;
                  line-height: 35px;
                }

                .frnum {
                  transition: all 0.5s ease;
                  position: relative;
                }

                .frnum:hover {
                  margin-left: -185px;
                }

                .frnum .number {
                  position: absolute;
                  height: 57px;
                  background-color: #3e98d1;
                  width: 185px;
                  right: -182px;
                  top: 0;
                }

                .frnum .number p {
                  font-size: 22px;
                  color: #fff;
                  line-height: 38px;
                  border-left: 1px solid #9fcce8;
                  margin-top: 10px;
                }

                .wxfr {
                  position: relative;
                }

                .frewm {
                  position: absolute;
                  right: 100px;
                  top: 10%;
                  display: none;
                }

                .wxfr .frewm {}

                .nei {
                  height: 150px;
                  z-index: 99999;
                }

                .der-text::-webkit-input-placeholder {
                  color: #fff;
                }

                .der-text:-moz-placeholder {
                  color: #fff;
                }

                .der-text:-ms-input-placeholder {
                  color: #fff;
                }

                @media screen and (max-width:1715px) {
                  .der-text {
                    width: 225px;
                  }

                  .der-ul li>a {
                    font-size: 16px;
                  }
                }

                @media screen and (max-width:1600px) {
                  .hea-logo img {
                    height: 50px;
                  }
                }

                @media screen and (max-width:1500px) {
                  .der-ul li {
                    margin-right: 35px;
                  }

                  .der-ul {
                    margin-left: 30px;
                  }
                }

                @media screen and (max-width:1415px) {
                  .w15 {
                    width: 88%;
                  }
                }

                @media screen and (max-width:1750px) {
                  .wti .tit {
                    margin-top: 40px;
                    font-size: 54px;
                  }

                  .right .xian {
                    top: 130px;
                  }

                  .wel-ab .xian {
                    top: 160px;
                  }

                  .wti .tit2 {
                    font-size: 28px;
                  }

                  .wti .ti {
                    margin-top: 30px;
                    font-size: 22px;
                  }
                }

                @media screen and (max-width:1550px) {
                  .wel-soul .left {
                    padding-left: 11%;
                    padding-right: 6%;
                  }

                  .wel-four .top {
                    font-size: 14px;
                    line-height: 23px;
                  }
                }

                @media screen and (max-width:1450px) {
                  .wti .tit {
                    margin-top: 35px;
                    font-size: 50px;
                  }

                  .wti .tit2 {
                    font-size: 24px;
                  }

                  .wti .ti {
                    margin-top: 30px;
                    font-size: 18px;
                  }

                  .wel-soul .left {
                    padding-left: 8%;
                    padding-right: 6%;
                  }
                }

                @media screen and (max-width:1815px) {
                  .wel-ab .left {
                    width: 42%;
                  }
                }

                @media screen and (max-width:1617px) {
                  .wel-ab .left {
                    /*width: 38%;*/
                  }

                  .wel-ab .right {
                    width: 32%;
                    margin-right: 12%;
                  }

                  .wel-id .wti .tit {
                    font-size: 50px;
                  }
                }

                @media screen and (max-width:1400px) {
                  .wel-ab .right {
                    width: 36%;
                    margin-right: 8%;
                  }

                  .wel-ab .left {
                    position: absolute;
                    bottom: 0;
                    left: 8%;
                    margin-left: 0;
                  }

                  .wel-ab {
                    position: relative;
                  }

                  .wel-id .wti .tit,
                  .wel-case .wti .tit {
                    font-size: 44px;
                  }
                }

                .nav .link a:hover {
                  color: #3e98d1;
                }

                .hp-box {
                  position: relative;
                  width: 1020px;
                }

                .hp-de {
                  position: absolute;
                  width: 1020px;
                  top: 0;
                  left: 180px;
                  display: none;
                }

                .fontbox {
                  position: relative;
                }

                .fontbox .font {
                  display: none;
                }

                .nei.headfix {
                  position: fixed;
                  z-index: 999999
                }

                .nei.headfix .head {
                  background-color: #222;
                }

                .nei.headfix .header {
                  background-color: rgba(0, 0, 0, 0.6);
                }

                .wehe.headfix {
                  position: fixed;
                  z-index: 999999
                }

                .wehe.headfix .head {
                  background-color: #222;
                }

                .wehe.headfix .header {
                  background-color: rgba(0, 0, 0, 0.6);
                }

                .wehe {
                  position: fixed;
                  top: 0;
                  width: 100%;
                  z-index: 99999;
                }

                .banner {
                  /*margin-top: 150px;*/
                }

                .detail img {
                  margin: 0;
                  float: none !important;
                  margin-right: 1%;
                  vertical-align: top;
                  width: 30% !important;
                  margin-bottom: 1%;
                }

                .detail img:nth-child(3) {
                  margin-right: 0;
                }

                .detail p {
                  text-align: center;
                }

                .banner video {
                  width: 100%;
                }

                .banswi.swiper-container {
                  background-color: #000;
                }

                .vidbg {
                  position: absolute;
                  top: 0;
                  left: 0;
                  width: 100%;
                  height: 100%;
                  background-color: rgba(30, 35, 67, .5);

                }

                .vidbg img {
                  width: 100%;
                }

                .wehe:hover .head {
                  background-color: #222;
                }

                .wehe:hover .header {
                  background-color: rgba(0, 0, 0, 0.6);
                }

                .tibox h1 {
                  font-size: 18px;
                  margin-bottom: 30px;
                  color: rgb(70, 70, 70);
                }

                .vidbg .font {
                  position: absolute;
                  top: 50%;
                  left: 22%;
                }

                .vidbg .font p {
                  color: #fff;
                  font-size: 40px;
                  line-height: 70px;
                }

                .nav .right a {
                  margin-right: 20px;
                }

                .nav .right a:hover {
                  color: #3e98d1;
                }

                .der-ul li .pic {
                  display: inline-block;
                }

                .topsan.act {
                  color: #3e98d1;
                }

                .topsan.act .san {
                  background-image: url(../img/psx.png);
                }

                /*地图*/
                #map {
                  margin: 0 auto;

                }

                .mapde {
                  width: 980px;
                  height: 700px;
                  position: relative;
                  margin: 0 auto;
                  margin-bottom: 100px;
                  cursor: pointer;
                }

                .stbox {
                  width: 12px;
                  height: 18px;
                  background-repeat: no-repeat;
                  background: url('../img/map1.png');
                  /*transition: all 0.5s ease;*/
                  position: absolute;
                  top: 10%;
                  left: 10%;
                  z-index: 2
                }

                .stbox p {
                  font-size: 14px;
                  color: #333;
                  position: absolute;
                  top: 0;
                  left: 20px;
                  white-space: nowrap;
                }

                .s1 {
                  top: 46%;
                  left: 37%;
                }

                .s2 {
                  top: 40%;
                  left: 49%;
                }

                .s3 {
                  top: 58%;
                  left: 49%;
                }

                .s4 {
                  top: 26%;
                  left: 66%;
                }

                .s5 {
                  top: 17%;
                  left: 85%;
                }

                .s6 {
                  top: 51%;
                  left: 66%;
                }

                .s6 p {
                  top: 20px;
                  left: -24px;
                }

                .s7 {
                  top: 53%;
                  left: 71%;
                }

                .s7 p {
                  top: 20px;
                  left: -24px;
                }

                .s8 {
                  top: 57%;
                  left: 75%;
                }

                .s8 p {
                  top: 20px;
                  left: -59px;
                }

                .s9 {
                  top: 50%;
                  left: 75%;
                }

                .s10 {
                  top: 54%;
                  left: 76.5%;
                }

                .s11 {
                  top: 58%;
                  left: 77.5%;
                }

                .s12 {
                  top: 63%;
                  left: 75.5%;
                }

                .s13 {
                  top: 75%;
                  left: 72%;
                }

                .s14 {
                  top: 80%;
                  left: 65%;
                }

                .m15 {
                  position: absolute;
                  top: 66.1%;
                  left: 32.7%;
                }

                .m16 {
                  position: absolute;
                  top: 96.1%;
                  left: 47.7%;
                }

                .s15 {
                  top: 81%;
                  left: 38%;
                }

                .s16 {
                  top: 99%;
                  left: 50%;
                }

                .mapfont {
                  font-size: 0;
                }

                .mapfont .pic {
                  display: inline-block;
                  width: 25px;

                }

                .mapfont .zi {
                  display: inline-block;
                  width: -moz-calc(100% - 25px);
                  width: -webkit-calc(100% - 25px);
                  width: calc(100% - 25px);
                  vertical-align: top;
                  font-size: 20px;


                }

                .mapfont .ti {
                  color: #3e98d1;
                  font-weight: bold;
                }

                .fobox {
                  box-shadow: 1px 1px 10px #ccc;
                  padding: 30px 25px;
                  position: absolute;
                  top: 65%;
                  left: -11%;
                  background-color: #fff;
                  width: 380px;
                  box-sizing: border-box;
                  display: none;
                }

                .fobox .zi img {
                  margin-top: 15px;
                  margin-bottom: 15px;
                }

                .fobox .de p {
                  font-size: 14px;
                  color: #666;
                  line-height: 30px;
                }

                .stbox.act {
                  background-image: url('../img/map2.png');
                }

                .stbox.act p {
                  color: #3e98d1;
                }

                .fobox.act {
                  display: block;
                }

                .mapti {
                  font-size: 24px;
                  color: #333;
                  margin-top: 45px;
                }

                .par {
                  font-size: 0;
                  margin-top: 35px;
                  margin-bottom: 70px;
                }

                .par li {
                  display: inline-block;
                  width: 22%;
                  margin-right: 4%;
                  border: 1px solid #dedede;
                  box-sizing: border-box;
                  height: 100px;
                  position: relative;
                  vertical-align: top;
                  margin-bottom: 30px;
                }

                .par li img {
                  max-width: 100%;
                  max-height: 100%;
                }

                .par li:nth-child(4n) {
                  margin-right: 0;
                }

                .fobox {
                  display: none !important;
                }

                .dyd {
                  top: 69%;
                  left: 81.3%;
                }

                .s17 {
                  top: 72%;
                  left: 45%;
                }