@charset "utf-8";
/* CSS Document */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}
body {
  margin: 0;
  background: #f5f5f5;
  min-width: 1300px;
}
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: Arial, "Microsoft YaHei", tahoma, "微软雅黑", 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: 'iconfont';
  /* project id 2309900 */
  src: url('//at.alicdn.com/t/font_2309900_hwhcbjxusoi.eot');
  src: url('//at.alicdn.com/t/font_2309900_hwhcbjxusoi.eot?#iefix') format('embedded-opentype'), url('//at.alicdn.com/t/font_2309900_hwhcbjxusoi.woff2') format('woff2'), url('//at.alicdn.com/t/font_2309900_hwhcbjxusoi.woff') format('woff'), url('//at.alicdn.com/t/font_2309900_hwhcbjxusoi.ttf') format('truetype'), url('//at.alicdn.com/t/font_2309900_hwhcbjxusoi.svg#iconfont') format('svg');
}
.iconfont {
  font-family: "iconfont" !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;
}
/*滚动条整体样式*/
body::-webkit-scrollbar {
  width: 6px;
  height: 1px;
}
body::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px #2348b1;
  box-shadow: inset 0 0 5px #2348b1;
  background: #2348b1;
}
.module-header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 4;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  background-color: #fff;
  height: 64px;
}
.module-header .main {
  width: 1300px;
  margin: 0 auto;
  position: relative;
}
.module-header .main .logo {
  height: 41px;
  position: absolute;
  top: 12px;
  left: 0;
}
.module-header .main .logo .pic-y {
  float: left;
  margin-right: 16px;
}
.module-header .main .logo .name {
  float: left;
  font-size: 22px;
  line-height: 44px;
  font-weight: 400;
}
.module-header .main .info {
  position: absolute;
  top: 0;
  right: 0;
}
.module-header .main .info .tel {
  line-height: 64px;
  display: inline-block;
  font-size: 16px;
  color: #2348b1;
  padding-left: 24px;
}
.module-header .main .info .tel:before {
  content: '\e606';
  font-family: 'iconfont';
  font-size: 20px;
  position: absolute;
  left: 0;
  top: 0;
}
.module-header .main .info .btn {
  position: relative;
  text-decoration: none;
  display: inline-block;
}
.module-header .main .info .btn .icon {
  width: 56px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  color: #2348b1;
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  font-size: 20px;
}
.module-header .main .info .btn .img {
  position: absolute;
  top: 64px;
  left: 50%;
  margin-left: -50px;
  width: 100px;
  border: 4px solid #fff;
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background-color: #1856a6;
  border-radius: 5px;
  visibility: hidden;
}
.module-header .main .info .btn .img:before {
  content: '';
  border-color: transparent transparent #fff transparent;
  border-style: dashed dashed solid dashed;
  border-width: 10px;
  position: absolute;
  left: 50%;
  top: -20px;
  margin-left: -10px;
}
.module-header .main .info .btn:hover .img {
  top: 60px;
  opacity: 1;
  visibility: visible;
}
/*头部导航*/
.module-nav {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
}
.module-nav-perch {
  height: 64px;
}
.module-nav .link-a {
  float: left;
  width: 100px;
  line-height: 64px;
  color: #4c4c4c;
  display: block;
  text-align: center;
  font-size: 16px;
  text-decoration: none;
  position: relative;
}
.module-nav .link-a:hover {
  color: #2348b1;
}
.module-nav .link-a.activity {
  color: #2348b1;
}
.module-nav .btn {
  float: left;
  width: 90px;
  position: relative;
}
.module-nav .btn .link-a {
  width: 100%;
}
.module-nav .btn .pop {
  position: absolute;
  top: 120px;
  left: -55px;
  z-index: 2;
  width: 200px;
  padding: 8px 0;
  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: 2;
  display: block;
  text-decoration: none;
  text-align: center;
  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: 'iconfont';
  font-weight: 700;
  font-size: 10px;
  position: absolute;
  right: 4px;
  top: 0;
  line-height: 32px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.module-nav .btn .pop .link-b:hover {
  color: #2348b1;
  padding-left: 6px;
}
.module-nav .btn .pop .link-b:hover:after {
  opacity: 1;
  right: 14px;
}
.module-nav .btn .pop .activity {
  color: #2348b1;
}
.module-nav .btn .align-c .link-b {
  text-align: left;
  padding-left: 20px;
}
.module-nav .btn .align-c .link-b:hover {
  padding-left: 26px;
}
.module-nav .btn:hover .pop {
  top: 64px;
  opacity: 1;
  visibility: visible;
}
/*联系我们*/
.module-footer {
  background: #3857b0;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.module-footer .bd {
  width: 100%;
  width: 1300px;
  margin: 0 auto;
  position: relative;
  padding: 28px 0 20px 0;
}
.module-footer .bd .logo {
  float: left;
  width: 38%;
  padding-top: 26px;
}
.module-footer .bd .logo .link-block {
  height: 65px;
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.module-footer .bd .info {
  float: left;
  width: 38%;
  border-left: 1px solid #7a87af;
  border-right: 1px solid #7a87af;
  padding: 6px 2%;
  min-height: 134px;
}
.module-footer .bd .info li {
  font-size: 16px;
  color: #fff;
  line-height: 34px;
}
.module-footer .bd .info li:before {
  content: '\e606';
  font-family: 'iconfont';
  font-size: 16px;
  color: #fff;
  margin-right: 12px;
}
.module-footer .bd .info li:nth-child(2):before {
  content: '\e896';
}
.module-footer .bd .info li:nth-child(3):before {
  content: '\e670';
}
.module-footer .bd .wxcode {
  float: left;
  width: 24%;
  text-align: center;
  padding-top: 14px;
  min-height: 134px;
}
.module-footer .bd .wxcode .code {
  margin: 0 12px;
  width: 90px;
  display: inline-block;
}
.module-footer .bd .wxcode .code .img {
  display: block;
  width: 100%;
}
.module-footer .bd .wxcode .code canvas {
  display: block;
}
.module-footer .bd .wxcode .code .tip {
  font-size: 16px;
  color: #fff;
  line-height: 1;
  padding-top: 10px;
  display: block;
  text-align: center;
}
.module-footer .bd .contact {
  float: left;
  width: 20%;
  text-align: center;
  padding-top: 30px;
}
.module-footer .bd .contact .btn {
  position: relative;
  text-decoration: none;
  margin: 0 10px;
  display: inline-block;
}
.module-footer .bd .contact .btn .icon {
  width: 56px;
  height: 56px;
  line-height: 54px;
  text-align: center;
  border: 1px solid #fff;
  color: #fff;
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  font-size: 24px;
  border-radius: 50%;
}
.module-footer .bd .contact .btn .img {
  position: absolute;
  top: 80px;
  left: 50%;
  margin-left: -50px;
  width: 100px;
  border: 4px solid #fff;
  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 #fff 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 {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  text-align: center;
  line-height: 40px;
  background-color: #262626;
}
.module-footer .ft a {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
}
.module-title .chi {
  font-size: 24px;
  letter-spacing: 2px;
  font-weight: 700;
  line-height: 1;
  position: relative;
  padding-bottom: 26px;
  display: block;
  text-align: center;
  /*&:before{content: '';width: 70px;height: 2px;background-color: @font-color;position: absolute;left: 50%;bottom: 0;transform: translate(-50%,0);}*/
}
/*浮动的按钮*/
.module-floatbtnwin {
  position: fixed;
  right: 0;
  top: 40%;
  width: 56px;
  margin-top: -100px;
  z-index: 4;
}
.module-floatbtnwin ul li {
  width: 100%;
  height: 136px;
  position: relative;
}
.module-floatbtnwin ul li a {
  height: 100%;
  width: 100%;
  padding: 14px;
  text-align: center;
  display: block;
  text-decoration: none;
  border: 1px solid #2348b1;
  color: #2348b1;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background-color: #fff;
}
.module-floatbtnwin ul li a .icon {
  width: 100%;
  display: block;
  font-family: "iconfont";
  color: #2348b1;
  font-style: normal;
  font-size: 26px;
  text-align: center;
  line-height: 1;
  position: relative;
}
.module-floatbtnwin ul li a .tip {
  width: 100%;
  display: block;
  font-size: 16px;
  line-height: 20px;
}
.module-floatbtnwin ul li a:hover {
  background: #2348b1;
  color: #fff;
}
.module-floatbtnwin ul li a:hover .icon {
  color: #fff;
}
/*=====================================*/
/*================【首页】=============*/
/*=====================================*/
.homepage-banner {
  width: 100%;
  height: 300px;
}
.homepage-banner .link-img,
.homepage-banner .link {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.homepage-banner .link-img .pic,
.homepage-banner .link .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%);
}
.homepage-banner-pagination {
  bottom: 60px;
}
.homepage-banner-pagination .swiper-pagination-bullet-active {
  background-color: #2348b1;
}
.homepage-content {
  background: #f5f5f5;
  width: 90%;
  width: 1300px;
  margin: 0 auto;
  padding-top: 20px;
}
.homepage-box {
  float: left;
  width: 55.23%;
  margin-bottom: 24px;
}
.homepage-box-item {
  border-radius: 14px;
  -webkit-box-shadow: 0 5px 14px #d9d9d9;
  box-shadow: 0 5px 14px #d9d9d9;
  background: #fff;
  padding: 10px 20px 0 20px;
}
.homepage-box:nth-child(even) {
  width: 44.77%;
  padding-left: 24px;
}
.homepage-box .hd {
  border-bottom: 1px solid #d9d9d9;
}
.homepage-box .hd .chi {
  font-size: 18px;
  line-height: 46px;
  position: relative;
  float: left;
  color: #2348b1;
  font-weight: 400;
}
.homepage-box .hd .chi:before {
  content: '';
  width: 100%;
  height: 2px;
  background: #2348b1;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.homepage-box .hd .more {
  float: right;
  position: relative;
  font-size: 14px;
  line-height: 46px;
  padding-right: 16px;
  text-decoration: none;
}
.homepage-box .hd .more:after {
  content: '\e62d';
  font-family: 'iconfont';
  font-weight: 700;
  line-height: 46px;
  font-size: 12px;
  position: absolute;
  top: 0;
  right: 0;
}
.homepage-box .hd .more:hover {
  color: #2348b1;
}
.homepage-product {
  position: relative;
  height: 150px;
}
.homepage-product .btn {
  float: left;
  text-align: left;
  /*border-bottom:1px solid #cccccc;*/
}
.homepage-product .btn .link-a {
  font-size: 15px;
  line-height: 50px;
  margin-right: 75px;
  display: inline-block;
  cursor: pointer;
  /*border-bottom: 2px solid #999999;*/
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.homepage-product .btn .link-a:hover {
  color: #2348b1;
}
.homepage-product .btn:last-child .link-a {
  margin-right: 0;
}
.homepage-product .pop {
  display: none;
  position: absolute;
  top: 64px;
  left: 0;
  width: 100%;
  height: 76px;
  overflow: hidden;
}
.homepage-product .pop .link-b {
  float: left;
  font-size: 15px;
  line-height: 38px;
  margin-right: 20px;
  position: relative;
  padding-left: 16px;
  text-decoration: none;
}
.homepage-product .pop .link-b:after {
  content: '\e62d';
  font-family: 'iconfont';
  font-weight: 700;
  line-height: 40px;
  color: #2348b1;
  font-size: 12px;
  position: absolute;
  top: 0;
  left: 0;
}
.homepage-product .pop .link-b:hover {
  color: #2348b1;
}
.homepage-product .activity {
  /*.link-a{background-color: #2348b1;color: #fff;}*/
}
.homepage-product .activity .pop {
  display: block;
}
.homepage-case {
  position: relative;
  height: 150px;
  padding-top: 18px;
}
.homepage-case .link-block {
  display: block;
  text-decoration: none;
}
.homepage-case .link-block .img {
  height: 84px;
  overflow: hidden;
  border-radius: 10px;
}
.homepage-case .link-block .img .pic-x{
  object-fit:cover;height: 100%;
}
.homepage-case .link-block .name {
  font-size: 15px;
  padding-top: 10px;
  line-height: 1;
  text-align: center;
}
.homepage-case .link-block:hover .name {
  color: #2348b1;
}
.homepage-case .swiper-button-next,
.homepage-case .swiper-button-prev {
  background-color: rgba(0, 0, 0, 0.5);
  width: 26px;
  height: 44px;
  margin-top: -40px;
  background-size: auto 16px;
}
.homepage-friends {
  position: relative;
  height: 130px;
  padding: 15px 0;
}
.homepage-friends ul {
  height: 100px;
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}
.homepage-friends li {
  height: 100%;
  width: auto;
}
.homepage-friends li .img {
  height: 100%;
  position: relative;
  overflow: hidden;
}
.homepage-news {
  position: relative;
  height: 130px;
  padding: 13px 0;
}
.homepage-news li {
  height: 26px;
}
.homepage-news li .tr {
  display: block;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  text-decoration: none;
  position: relative;
}
.homepage-news li .tr:before {
  content: '\e62d';
  font-family: 'iconfont';
  font-weight: 700;
  line-height: 26px;
  color: #2348b1;
  font-size: 12px;
  position: absolute;
  top: 0;
  left: 0;
}
.homepage-news li .tr-item .name {
  float: left;
  width: 70%;
  font-size: 15px;
  line-height: 26px;
  color: #4c4c4c;
  padding-left: 24px;
}
.homepage-news li .tr-item .time {
  float: left;
  width: 30%;
  text-align: right;
  line-height: 26px;
  font-size: 16px;
}
.homepage-news li .tr:hover .name,
.homepage-news li .tr:hover .time {
  color: #2348b1;
}
/*内页-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
#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 #2348b1;
  color: #2348b1;
  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: #2348b1;
}
.module-pages a.activity {
  background: #2348b1;
  color: #fff;
}
.module-pages a:hover {
  background: #2348b1;
  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: #2348b1;
  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: #2348b1;
}
.module-articpages .link-btn {
  width: 174px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  border-radius: 40px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  background: #0055a7;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -25px;
}
/*
  @name: 编辑器样式模块
  @description: 编辑器样式模块
  @author: 帅秋
*/
.module_editor {
  width: 100%;
  min-height: 400px;
}
.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 {
  padding: 40px 0 ;
  margin: 0 auto;
  text-align: center;
}
.pagein-category .link-a {
  line-height: 52px;
  font-size: 24px;
  text-decoration: none;
  position: relative;
  display: inline-block;
  color: #333;
  margin: 0 15px;
}
.pagein-category .link-a:before {
  content: '';
  width: 0;
  height: 2px;
  background: #2348b1;
  position: absolute;
  left: 50%;
  bottom: 0;
  -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-banner {
  width: 100%;
  min-width: 1300px;
  z-index: 1;
}
.pagein-banner .pic {
  display: block;
  width: 100%;
}
.pagein-position .main {
  width: 1200px;
  margin: 0 auto;
  border-top: 0;
  padding: 34px 0 0 198px;
}
.pagein-position .main .left {
  float: left;
  line-height: 1;
}
.pagein-position .main .left .icon {
  float: left;
  font-size: 16px;
  font-family: 'iconfont';
  margin-right: 6px;
  color: #808080;
}
.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;
  color: #808080;
}
.pagein-position .main .left .link-a:hover {
  color: #2348b1;
}
.pagein-position .main .left .gt {
  font-style: normal;
  padding: 0 5px;
}
.pagein-position .main .left .last {
  color: #2348b1;
}
.pagein-content {
  width: 90%;
  width: 1300px;
  min-height: 600px;
  margin: 0 auto;
  padding: 22px 0 0 198px;
  position: relative;
}
.pagein-side {
  position: absolute;
  top: 22px;
  left: 0;
  width: 176px;
}
.pagein-side .title {
  padding-left: 20px;
  background: #fff;
}
.pagein-side .title .chi {
  color: #335cd2;
  line-height: 54px;
  font-size: 19px;
  font-weight: 400;
}
.pagein-side .title .eng {
  color: #fff;
  line-height: 30px;
  font-size: 14px;
  background-color: #2348b1;
  display: none;
}
.pagein-side .category {
  background-color: #fff;
  margin-bottom: 40px;
}
.pagein-side .category .btn {
  position: relative;
  border-top: 1px solid #ccc;
}
.pagein-side .category .btn .link-a {
  line-height: 44px;
  padding-left: 20px;
  font-size: 16px;
  color: #666;
  text-decoration: none;
  display: block;
  cursor: pointer;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.pagein-side .category .btn .link-a:hover {
  background: #3857b0;
  color: #fff;
}
.pagein-side .category .btn .link-b {
  text-decoration: none;
  padding-left: 40px;
  position: relative;
  display: block;
  line-height: 44px;
  border-top: 1px solid #ccc;
  font-size: 16px;
}
.pagein-side .category .btn .link-b:before,
.pagein-side .category .btn .link-b:after {
  position: absolute;
  top: 0;
  line-height: 44px;
  font-size: 12px;
  font-weight: 700;
  font-family: 'iconfont';
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.pagein-side .category .btn .link-b:before {
  content: '\e62d';
  left: 26px;
}
.pagein-side .category .btn .link-b:hover,
.pagein-side .category .btn .link-b.on {
  color: #335cd2;
}
.pagein-side .category .activity .link-a {
  background: #3857b0;
  color: #fff;
}
.pagein-side .nav .link-block {
  background-color: #fff;
  display: block;
  margin-bottom: 10px;
  text-decoration: none;
}
.pagein-side .nav .link-block .name {
  font-size: 16px;
  text-align: center;
  display: block;
  line-height: 2;
}
.pagein-side .nav .link-block:hover {
  color: #2348b1;
}
.pagein-side .info {
  text-align: center;
  height: 110px;
  background-color: #fff;
}
.pagein-side .info .tip {
  font-size: 16px;
  overflow: hidden;
  line-height: 1;
  color: #2348b1;
  display: block;
}
.pagein-side .info .tip:before {
  content: '\e606';
  font-size: 18px;
  width: 30px;
  height: 30px;
  line-height: 28px;
  color: #2348b1;
  display: block;
  margin: 18px auto 10px auto;
  border: 1px solid #2348b1;
  border-radius: 50%;
  font-family: 'iconfont';
}
.pagein-side .info .tel {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  color: #2348b1;
  padding-top: 6px;
}
/*=====================================*/
/*================【关于我们】=============*/
/*=====================================*/
.pagein-aboutus-tit {
  font-size: 24px;
  font-weight: 700;
  padding: 32px 0;
  position: relative;
  /*margin-bottom: 30px;
        &:before{content: '';width: 54px;height: 2px;background: #2348b1;position: absolute;bottom: -1px;left: 0;}*/
}
.pagein-aboutus .introduction {
  padding: 0 30px 30px 30px;
  background: #fff;
  margin-bottom: 20px;
}
.pagein-aboutus .course ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 26px;
}
.pagein-aboutus .course ul li .name {
  width: 134px;
  font-size: 24px;
  color: #2348b1;
  font-weight: 700;
  line-height: 1;
}
.pagein-aboutus .course ul li .bar {
  width: 18.666%;
  height: 1px;
  background: #bdc8e7;
  margin: 16px 14px 0 0;
}
.pagein-aboutus .course ul li .txt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 20px;
  line-height: 32px;
}
.pagein-aboutus .course ul li:nth-child(n+5) {
  display: none;
}
.pagein-aboutus .course .more {
  width: 134px;
  height: 42px;
  line-height: 40px;
  cursor: pointer;
  border: 1px solid #2348b1;
  color: #2348b1;
  text-align: center;
  font-size: 16px;
  border-radius: 30px;
  margin: 0 auto;
  display: none;
}
.pagein-aboutus .course .more:after {
  content: '\e686';
  font-size: 14px;
  margin-left: 12px;
  font-family: 'iconfont';
}
.pagein-aboutus .culture ul li {
  margin-bottom: 26px;
}
.pagein-aboutus .culture ul li .name {
  font-size: 24px;
  color: #333;
  line-height: 30px;
  margin-bottom: 14px;
  position: relative;
  padding-left: 16px;
}
.pagein-aboutus .culture ul li .name:before {
  content: '';
  width: 4px;
  height: 24px;
  background: #2348b1;
  position: absolute;
  top: 4px;
  left: 0;
}
.pagein-aboutus .culture ul li .txt {
  font-size: 18px;
  line-height: 30px;
  color: #666666;
}
.pagein-aboutus .honor {
  position: relative;
}
.pagein-aboutus .honor .focus .img {
  height: 248px;
  position: relative;
  overflow: hidden;
}
.pagein-aboutus .honor .focus .name {
  font-size: 20px;
  text-align: center;
  line-height: 1;
  margin-top: 16px;
  color: #4c4c4c;
}
.pagein-aboutus .honor .focus .swiper-button-prev,
.pagein-aboutus .honor .focus .swiper-button-next {
  top: 32px;
  margin: 0;
  left: auto;
  width: 54px;
  height: 54px;
  background-size: auto 20px;
  border: 1px solid #2348b1;
  background-color: #2348b1;
  border-radius: 30px;
}
.pagein-aboutus .honor .focus .swiper-button-prev {
  right: 120px;
}
.pagein-aboutus .honor .focus .swiper-button-next {
  right: 32px;
}
/*=====================================*/
/*================【项目】=============*/
/*=====================================*/
.pagein-productlist {
  padding: 0 0 0 60px;
}
.pagein-productlist .category-two {
  margin: 0 0 26px 0;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.pagein-productlist .category-two:before,
.pagein-productlist .category-two:after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #cccccc;
  position: absolute;
  left: 0;
  top: 51px;
}
.pagein-productlist .category-two:after {
  top: 123px;
}
.pagein-productlist .category-two .link-a {
  line-height: 52px;
  font-size: 17px;
  text-decoration: none;
  margin: 0 32px;
  position: relative;
  color: #999999;
  display: inline-block;
}
.pagein-productlist .category-two .link-a:after {
  content: '';
  height: 2px;
  background-color: #999999;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.pagein-productlist .category-two .link-a:hover,
.pagein-productlist .category-two .link-a.activity {
  color: #333;
}
.pagein-productlist .category-two .link-a:hover:after,
.pagein-productlist .category-two .link-a.activity:after {
  background-color: #2348b1;
}
.pagein-productlist .bd {
  width: 100%;
  overflow: hidden;
}
.pagein-productlist .bd ul {
  min-height: 520px;
  width: 1112px;
}
.pagein-productlist .bd ul li {
  width: 25%;
  float: left;
  padding: 0 70px 60px 0;
}
.pagein-productlist .bd ul li .tr {
  width: 100%;
  display: block;
  background: #fff;
  text-decoration: none;
  overflow: hidden;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.pagein-productlist .bd ul li .tr-img {
  width: 100%;
  position: relative;
  height: 174px;
  overflow: hidden;
}
.pagein-productlist .bd ul li .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%);
  width: auto;
  max-width: 100%;
  max-height: 100%;
}
.pagein-productlist .bd ul li .tr-item {
  width: 100%;
  position: relative;
}
.pagein-productlist .bd ul li .tr-item .name {
  font-size: 16px;
  line-height: 44px;
  color: #4c4c4c;
  text-align: center;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.pagein-productlist .bd ul li .tr:hover .tr-item .name {
  color: #fff;
  background-color: #3857b0;
}
.pagein-productdetail {
  background-color: #fff;
  padding: 0 30px;
}
.pagein-productdetail-info {
  border-bottom: 1px solid #999999;
  padding: 36px 0 20px 0;
  text-align: center;
}
.pagein-productdetail-info .name {
  font-size: 28px;
  letter-spacing: 1px;
  padding: 0 0 14px 0;
}
.pagein-productdetail-info .desc {
  font-size: 16px;
  color: #808080;
  display: block;
  line-height: 1;
}
.pagein-productdetail .bd {
  padding: 22px 0 22px 538px;
  position: relative;
}
.pagein-productdetail .bd .focus {
  width: 508px;
  height: 320px;
  position: absolute;
  top: 22px;
  left: 0;
}
.pagein-productdetail .bd .focus .img {
  height: 100%;
  overflow: hidden;
  position: relative;
}
.pagein-productdetail .bd .focus .img .pic-center-x {
  width: auto;
  max-width: 100%;
  max-height: 100%;
}
.pagein-productdetail .bd .desc {
  min-height: 320px;
}
.pagein-productdetail .bd .desc .tit {
  font-size: 22px;
  line-height: 1;
  padding: 20px 0;
  position: relative;
  /* &:before{content: '';width: 70px;height: 2px;background-color: @font-color;position: absolute;bottom: 0;left: 0;}*/
}
.pagein-productdetail .bd .desc .txt {
  font-size: 16px;
  line-height: 30px;
}
.pagein-productdetail .tab-nav .btn {
  float: left;
  width: 142px;
  height: 46px;
  text-align: center;
  line-height: 46px;
  font-style: normal;
  border: 1px solid #999999;
  cursor: pointer;
}
.pagein-productdetail .tab-nav .activity {
  background-color: #2348b1;
  color: #fff;
  border-color: #2348b1;
}
.pagein-productdetail .tab-con {
  padding: 20px 0 30px 0;
}
/*=====================================*/
/*================【新闻】=============*/
/*=====================================*/
.pagein-newslist {
  background-color: #fff;
  padding: 0 30px;
}
.pagein-newslist .bd .nolist {
  text-align: center;
  padding: 0  0 100px 0 ;
  font-size: 30px;
}
.pagein-newslist .bd ul {
  min-height: 520px;
}
.pagein-newslist .bd ul li .tr {
  display: block;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  text-decoration: none;
  border-bottom: 1px solid #b3b3b3;
  position: relative;
}
.pagein-newslist .bd ul li .tr:before {
  content: '';
  width: 4px;
  height: 20px;
  background-color: #2348b1;
  position: absolute;
  left: 0;
  top: 24px;
}
.pagein-newslist .bd ul li .tr-item .name {
  float: left;
  width: 70%;
  font-size: 18px;
  line-height: 68px;
  color: #4c4c4c;
  padding-left: 24px;
}
.pagein-newslist .bd ul li .tr-item .time {
  float: left;
  width: 30%;
  text-align: right;
  line-height: 68px;
  font-size: 18px;
}
.pagein-newslist .bd ul li .tr:hover .name,
.pagein-newslist .bd ul li .tr:hover .time {
  color: #2348b1;
}
.pagein-newsdetail {
  background-color: #fff;
  padding: 0 30px;
}
.pagein-newsdetail-info {
  border-bottom: 1px solid #999999;
  padding: 36px 0 20px 0;
  text-align: center;
}
.pagein-newsdetail-info .name {
  font-size: 24px;
  letter-spacing: 1px;
  padding: 0 0 14px 0;
}
.pagein-newsdetail-info .desc {
  font-size: 16px;
  color: #808080;
  display: block;
  line-height: 1;
}
.pagein-newsdetail .bd .module_editor {
  padding: 34px 0;
  min-height: 600px;
}
.pagein-caselist .hd {
  margin-bottom: 16px;
}
.pagein-caselist .hd .title {
  line-height: 72px;
  font-size: 24px;
  position: relative;
  font-weight: 400;
  /*&:before{content: '';width: 64px;height: 2px;background: @font-color;position: absolute;left: 0;bottom: 0;}*/
}
.pagein-caselist .hd ul {
  border-left: 1px solid #b3b3b3;
  border-top: 1px solid #b3b3b3;
}
.pagein-caselist .hd ul li {
  width: 14.285%;
  float: left;
  height: 96px;
  border-right: 1px solid #b3b3b3;
  border-bottom: 1px solid #b3b3b3;
  background: #fff;
}
.pagein-caselist .hd ul li .tr-img {
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.pagein-caselist .hd 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-caselist .hd ul li:hover .tr-img {
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}
.pagein-caselist .bd .title {
  line-height: 72px;
  font-size: 24px;
  position: relative;
  font-weight: 400;
  /*&:before{content: '';width: 64px;height: 2px;background: @font-color;position: absolute;left: 0;bottom: 0;}*/
}
.pagein-caselist .bd ul li {
  margin-bottom: 20px;
}
.pagein-caselist .bd ul li .tr {
  display: block;
  height: 200px;
  background: #fff;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  position: relative;
  text-decoration: none;
}
.pagein-caselist .bd ul li .tr-img {
  width: 288px;
  height: 100%;
  overflow: hidden;
  position: absolute;
}
.pagein-caselist .bd ul li .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%);
}
.pagein-caselist .bd ul li .tr-item {
  height: 100%;
  padding: 0 20px 0 304px;
}
.pagein-caselist .bd ul li .tr-item .name {
  font-size: 22px;
  padding: 34px 0 18px 0 ;
  line-height: 1;
  color: #4c4c4c;
  letter-spacing: 1px;
}
.pagein-caselist .bd ul li .tr-item .txt {
  font-size: 16px;
  line-height: 20px;
  height: 78px;
  color: #4c4c4c;
}
.pagein-caselist .bd ul li .tr-item .hand {
  border-top: 1px solid #b3b3b3;
}
.pagein-caselist .bd ul li .tr-item .time,
.pagein-caselist .bd ul li .tr-item .more {
  font-size: 16px;
  line-height: 46px;
  float: left;
}
.pagein-caselist .bd ul li .tr-item .more {
  float: right;
  position: relative;
  padding-right: 16px;
}
.pagein-caselist .bd ul li .tr-item .more:after {
  content: '\e62d';
  font-family: 'iconfont';
  font-weight: 700;
  line-height: 46px;
  font-size: 12px;
  position: absolute;
  top: 0;
  right: 0;
}
.pagein-caselist .bd ul li .tr:hover .hand {
  border-color: #2348b1;
}
.pagein-servicedetail .bd {
  background-color: #fff;
  min-height: 514px;
  padding: 30px 30px;
}
.pagein-servicedetail .bd .title {
  line-height: 72px;
  font-size: 24px;
  margin-bottom: 30px;
  position: relative;
  text-align: center;
  font-weight: 400;
  /*&:before{content: '';width: 64px;height: 2px;background: @font-color;position: absolute;left: 50%;margin-left: -32px; bottom: 0;}*/
}
/*=====================================*/
/*================【品牌】=============*/
/*=====================================*/
.pagein-joinlist {
  position: relative;
  background-color: #fff;
  z-index: 2;
  padding: 42px 30px 0 30px;
}
.pagein-joinlist .module-title .chi {
  font-weight: 400;
}
.pagein-joinlist .bd {
  padding-top: 50px;
}
.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: 16px;
  line-height: 70px;
}
.pagein-joinlist .bd .tr-hd .close {
  float: right;
  width: 32px;
  height: 32px;
  margin-top: 20px;
  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: #2348b1;
}
.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-contactus {
  position: relative;
  background-color: #fff;
  z-index: 2;
}
.pagein-contactus .bd {
  position: relative;
}
.pagein-contactus .bd .tit {
  font-size: 24px;
  line-height: 1;
  font-weight: 400;
  padding: 40px 0 30px 40px;
  letter-spacing: 1px;
  display: block;
}
.pagein-contactus .bd .info {
  padding: 0 0 50px 46px;
}
.pagein-contactus .bd .info .dl {
  float: left;
  width: 30%;
  padding-left: 40px;
  position: relative;
}
.pagein-contactus .bd .info .dl .iconfont {
  font-size: 20px;
  color: #2348b1;
  position: absolute;
  top: 8px;
  left: 0;
}
.pagein-contactus .bd .info .dl dt {
  font-size: 14px;
  line-height: 36px;
  color: #333;
}
.pagein-contactus .bd .info .dl dd {
  font-size: 14px;
  line-height: 36px;
  color: #333;
  font-weight: 700px;
}
.pagein-contactus .bd .info .dl:nth-child(4) {
  width: 40%;
}
.pagein-contactus .bd .culture ul {
  padding-left: 40px;
}
.pagein-contactus .bd .culture ul li {
  margin-bottom: 20px;
}
.pagein-contactus .bd .culture ul li .name {
  font-size: 14px;
  color: #333;
  line-height: 30px;
  margin-bottom: 8px;
  position: relative;
  padding-left: 16px;
}
.pagein-contactus .bd .culture ul li .name:before {
  content: '';
  width: 4px;
  height: 22px;
  background: #2348b1;
  position: absolute;
  top: 4px;
  left: 0;
}
.pagein-contactus .bd .culture ul li .txt {
  font-size: 14px;
  line-height: 30px;
  color: #666666;
}
.pagein-contactus .bd .form {
  padding-bottom: 100px;
}
.pagein-contactus .bd .form .tit {
  padding: 40px 0 20px 40px;
}
.pagein-contactus .bd .form .li {
  padding: 0 46px;
  width: 33.33%;
  float: left;
}
.pagein-contactus .bd .form .li .input {
  padding-top: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.6);
}
.pagein-contactus .bd .form .li .input .text,
.pagein-contactus .bd .form .li .input .txt {
  background: none;
  width: 100%;
  height: 44px;
  line-height: 44px;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
  border: 0;
}
.pagein-contactus .bd .form .li .input .text::-webkit-input-placeholder,
.pagein-contactus .bd .form .li .input .txt::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.pagein-contactus .bd .form .w100 {
  width: 100%;
}
.pagein-contactus .bd .form .sub-btn {
  width: 100%;
  height: 64px;
  cursor: pointer;
  font-size: 20px;
  color: #2348b1;
  border: 1px solid #2348b1;
  display: block;
  background: none;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  margin-top: 50px;
}
.pagein-contactus .bd .form .sub-btn:hover {
  background: #2348b1;
  color: #fff;
}
