body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
  margin: 0;
  padding: 0;
}
caption,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  display: block;
  margin: 0;
  padding: 0;
}
body,
button,
input,
select,
textarea {
  font: 12px/1.5 Microsoft YaHei;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}
address,
cite,
dfn,
em,
var {
  font-style: normal;
}
code,
kbd,
pre,
samp {
  font-family: courier, courier, monospace;
}
li {
  list-style: none;
}
a,
a:hover,
a:link,
a:visited,
a:active {
  text-decoration: none;
}
img {
  border: 0;
}
button,
input,
select,
textarea {
  font-size: 100%;
  outline: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.hide {
  display: none;
}
body {
  font-family: pingfang, "Microsoft YaHei", 微软雅黑, \9ed1\4f53, \5b8b\4f53,
    "Microsoft JhengHei", 华文细黑, STHeiti, MingLiu;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.clr {
  display: block;
  clear: both;
}
body {
  min-width: 960px;
}
.inner {
  min-width: 960px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.t-1 {
  margin-top: 90px;
}
hr {
  margin: 30px 0;
}
.header {
  height: 90px;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  background: #fff;
}
.header-hide {
  background: #fff !important;
  border-bottom: 1px solid #e5e5e5;
}
.header .inner {
  height: 100%;
}
.header .logo {
  float: left;
  height: 100%;
  display: block;
}
.header .logo img {
  margin-top: 22px;
}
.header .nav {
  /*width:55%;*/
  float: right;
  height: 100%;
}
.header .nav a {
  display: block;
  color: #151b44;
}
.header .nav .out-li {
  display: inline-block;
  /*width:20%;*/
  margin-left: 50px;
  float: left;
  font-size: 16px;
  color: #aaa;

  position: relative;
}
.header .nav .out-li .out-a {
  text-align: right;
  line-height: 90px;
}
.header .nav .out-li .out-a span {
  padding-bottom: 2px;
  border-bottom: 0 solid #151b44;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  transition: all 0.15s;
}
.header .nav .out-li:hover .out-a span {
  border-bottom: 2px solid #151b44;
}
.header .nav .out-li .out-a span.on {
  border-bottom: 2px solid #151b44;
}
.header .nav .out-li:first-child {
  margin-left: 0;
}
.header .nav .out-li .items {
  height: 0;
  position: absolute;
  width: 300px;
  top: 90%;
  left: -30px;
  z-index: 10;
  -webkit-transition: height 0.2s ease-out;
  -moz-transition: height 0.2s ease-out;
  transition: height 0.2s ease-out;
  overflow: hidden;
  background: #fff;
}
.header .nav .out-li:hover .items {
  /*height:100px;*/
  overflow: visible;
}
.header .nav .out-li .items .second-a {
  position: relative;
  background: #fff;
}
.header .nav .out-li .items .second-a .i1 {
  padding: 5px 30px;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  transition: all 0.15s;
  position: relative;
  color: #1b76bb;
}

.header .nav .out-li .items .second-a .i1 .jt {
  position: absolute;
  right: 30px;
  top: 10px;
}
.header .nav .out-li .items .second-a .i1 .jt img {
  height: 11px;
}
.header .nav .out-li .items .second-a .second-items {
  width: 242px;
  position: absolute;
  left: 100%;
  top: 0;
  background: #fff;
  height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  transition: all 0.15s;
}
.header .nav .out-li .items .second-a .second-items a {
  display: block;
  padding: 5px 30px;
  color: #999;
  font-size: 14px;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  transition: all 0.15s;
}
.header .nav .out-li .items .second-a .second-items a:hover {
  padding-left: 35px;
  color: #151b44 !important;
}
.header .nav .out-li .items .second-a .second-items a.on {
  padding-left: 35px;
  color: #151b44 !important;
}
.header .nav .out-li .items .second-a .i1:hover {
  padding-left: 35px;
  color: #151b44 !important;
}
.header .nav .out-li .items .second-a .i1.on {
  padding-left: 35px;
  color: #151b44 !important;
}

.header .nav .out-li .items .second-a:hover .second-items {
  height: auto;
  visibility: visible;
  opacity: 1;
  overflow: visible;
}
/*banner*/
.banner img {
  width: 100%;
}
.banner {
  position: relative;
}

.banner .swiper-container:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 40%;
}
.banner .swiper-container .swiper-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.i-part {
  padding-top: 70px;
  padding-bottom: 70px;
}
.i-part2 .top .left {
  width: 34%;
  padding: 35px;
  float: left;
  position: absolute;
  left: 0;
  height: 100%;
  display: flex;
  align-items: center;
}
.i-part .top {
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
}
.i-part1 {
  padding-top: 0;
}
.i-part1 .content {
  padding-top: 70px;
}
.i-part1 .top .left img {
  max-width: 100%;
}
.i-part2 .top .right {
  width: 66%;
  float: right;
  padding: 35px;
  color: #fff;
  font-size: 16px;
  text-align: justify;
  line-height: 36px;
  border-left: 2px solid #fff;
}
.i-part1 .swiper-container:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 38.4%;
}
.i-part1 .swiper-container .swiper-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.i-part1 .swiper-container img {
  max-width: 100%;
}
.i-part1 .swiper-container a {
  display: block;
}
.i-part1 .swiper-container p {
  text-align: center;
  font-size: 16px;
  color: #333;
}
.i-part1 .swiper-container .swiper-slide {
  transition: All 0.4s ease-in-out;
  -webkit-transition: All 0.4s ease-in-out;
  -moz-transition: All 0.4s ease-in-out;
  -o-transition: All 0.4s ease-in-out;
}
.i-part1 .swiper-container .swiper-slide:hover {
  transform: translate(0, -10px);
  -webkit-transform: translate(0, -10px);
  -moz-transform: translate(0, -10px);
  -o-transform: translate(0, -10px);
  -ms-transform: translate(0, -10px);
}
.i-part1 .swiper-container .swiper-slide:hover p {
  color: #151b44;
}
.i-part1 .bottom {
  position: relative;
}

.i-part1 .bottom .arrow-left {
  background: url(../images/jt-1.jpg) no-repeat left center;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  z-index: 99;
}
.i-part1 .bottom .arrow-right {
  background: url(../images/jt-2.jpg) no-repeat right center;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  z-index: 99;
}

.i-part2 {
  text-align: center;
  color: #fff;
}
.i-part2 .p1 {
  font-size: 28px;
}
.i-part2 .p2 {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 25px;
}
.i-part2 .p3 {
  font-size: 28px;
}
.i-part3 ul li {
  width: 25%;
  float: left;
  text-align: center;
  transition: All 0.4s ease-in-out;
  -webkit-transition: All 0.4s ease-in-out;
  -moz-transition: All 0.4s ease-in-out;
  -o-transition: All 0.4s ease-in-out;
}
.i-part3 ul li a {
  display: block;
}
.i-part3 ul li img {
  max-width: 100%;
}
.i-part3 ul li:hover {
  transform: translate(0, -10px);
  -webkit-transform: translate(0, -10px);
  -moz-transform: translate(0, -10px);
  -o-transform: translate(0, -10px);
  -ms-transform: translate(0, -10px);
}
.i-part3 ul li p {
  margin-top: 40px;
  display: inline-block;
  padding: 10px 35px;
  border: 1px solid #d6d7dd;
  font-size: 18px;
  color: #151b44;
  border-radius: 50px;
  -webkit-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}
.i-part3 ul li:hover p {
  color: rgb(27, 118, 187);
  border-color: rgb(27, 118, 187);
}
.i-part4 {
  color: #fff;
  text-align: center;
}
.i-part4 .title {
  font-size: 40px;
  font-weight: bold;
}
.i-part4 ul li {
  float: left;
  width: 25%;

  font-size: 28px;
  margin-top: 35px;
}
.footer {
  background: #212121;
  padding-top: 40px;
}

.footer .list {
  float: left;
  width: 16.6666%;
  color: #828282;
}
.footer .top .list:first-child {
  margin-left: 0;
}
.footer .list a {
  color: #828282;
  font-size: 14px;
  line-height: 28px;
}
.footer .list .title {
  color: #fff;
  font-size: 18px;
  margin-bottom: 10px;
}
.footer .list .title a {
  color: #fff;
}
.footer .list li .items {
  display: none;
}
.footer .list li .items a {
  display: block;
}
.footer .list li {
  padding-left: 16px;
  position: relative;
}
.footer .list li:first-child {
  padding-left: 4px;
}
.footer .list li .jt {
  position: absolute;
  left: 0;
  top: 7px;
}
.footer .list li a:hover {
  color: #fff;
}
.footer .list li:hover {
  cursor: pointer;
}
.footer .list3 li {
  padding-left: 0 !important;
  font-size: 14px;
  line-height: 28px;
}
.footer .list4 {
  float: right;
  text-align: center;
}
.footer .list4 li {
  display: inline-block;
}
.footer .list4 li a {
  background: #2f7cd3;
  border-radius: 4px;
  width: 136px;
  height: 40px;
  text-align: center;
  color: #fff;
  line-height: 40px;

  display: block;

  -webkit-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}
.footer .list4 li a i {
  display: inline-block;
  margin-right: 10px;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  background: url(../images/zixun-8acf43c5a9.png) center no-repeat;
}
.footer .list4 li a:hover {
  background: #414042;
}
.footer .bottom {
  margin-top: 40px;
  border-top: 1px solid #484848;
  text-align: center;
  padding: 20px 0;
  font-size: 14px;
  color: #828282;
}
.footer .bottom .left {
  float: left;
}
.footer .bottom .right {
  float: right;
  display: block;
}
.gotop {
  position: fixed;
  width: 41px;
  height: 41px;

  right: 25px;
  bottom: 25px;
  display: none;
  background: url(../images/jt-3.jpg) no-repeat center;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.gotop:hover {
  background: url(../images/jt-4.jpg) no-repeat center;
}

/*äº§å“*/
.top-img {
  height: 200px;
}
.top-img p {
  text-align: center;
  color: #fff;
  font-weight: bold;
  line-height: 200px;
  font-size: 46px;
  letter-spacing: 10px;
  text-transform: uppercase;
}
.product-content {
  padding-top: 50px;
  padding-bottom: 50px;
}
.product-content .left {
  width: 24%;
  float: left;
}
.product-content .right {
  float: left;
  width: 76%;
}
.product-content .left .list {
  margin-bottom: 35px;
}
.product-content .left .list a {
  color: #1b76bb;
  font-size: 14px;
  line-height: 28px;
}
.product-content .left .list .title {
  font-size: 18px;
  margin-bottom: 10px;
  color: #888;
}
.product-content .left .list li .items {
  display: none;
}
.product-content .left .list li .items a {
  display: block;
}
.product-content .left .list1 li {
  padding-left: 16px;
  position: relative;
}
.product-content .left .list1 li:first-child {
  padding-left: 4px;
}
.product-content .left .list li .jt {
  position: absolute;
  left: 0;
  top: 7px;
}
.product-content .left .list li a:hover {
  color: #333;
}
.product-content .left .list li:hover {
  cursor: pointer;
}
.product-content .right .list {
  padding-bottom: 35px;
  background: url(../images/x.jpg) no-repeat bottom center;
  margin-bottom: 20px;
}
.product-content .right .i-left {
  width: 35%;
  float: left;
}
.product-content .right .i-left .title {
  text-transform: uppercase;
  color: #151b44;
  font-size: 38px;
  font-weight: bold;
}
.product-content .right .i-left .desc {
  color: #151b44;
  font-size: 14px;
  color: #828282;
  line-height: 26px;
  margin: 15px 0 20px;
}
.product-content .right .i-left ul li a {
  font-size: 16px;
  color: #1b76bb;
  font-weight: bold;
  display: block;
}
.product-content .right .i-left ul li a:hover {
  color: #151b44;
}
.product-content .right .i-right {
  width: 65%;
  float: left;
}
.product-content .right .i-right li {
  float: left;
  width: 50%;
}
.product-content .right .i-right li a {
  display: block;
  text-align: center;
}
.product-content .right .i-right li img {
  max-width: 100%;
}
.product-content .right .i-right li p {
  font-size: 14px;
  color: #828282;
  text-transform: uppercase;
  font-style: italic;
}
/*äº§å“åˆ—è¡¨*/
.plist-content {
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
}
.plist-content .desc {
  display: inline-block;
  width: 50%;
  text-align: center;
  line-height: 28px;
  color: #828282;
  font-size: 16px;
}
.plist-content ul li {
  width: 50%;
  text-align: center;
  float: left;
}
.plist-content ul li a {
  display: block;
}
.plist-content ul li img {
  max-width: 100%;
}
.plist-content ul li p {
  color: #333;
  font-size: 32px;
  line-height: 40px;
  margin: 25px 0;
  text-transform: uppercase;
}
.plist-content ul li span {
  display: inline-block;
  padding: 13px 40px;
  border-radius: 30px;
  cursor: pointer;
  -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out,
    border-color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out,
    border-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out,
    border-color 0.2s ease-in-out;
  border: 1px solid #d6d7dd;
  color: rgb(21, 27, 68);
  font-size: 16px;
}
.plist-content ul li span:hover {
  color: #1b76bb;
  border-color: #1b76bb;
}

/*äº§å“è¯¦æƒ…*/
.pshow-content {
  padding-top: 40px;
}
.pshow-content .top {
  position: relative;
  display: flex;
  align-items: center;
}
.pshow-content .top .left {
  width: 50%;
  float: left;
  text-align: center;
  padding: 0 15px;
}

.pshow-content .top .left img {
  max-width: 100%;
}
.pshow-content .top .right {
  width: 50%;
  float: left;
  padding: 0 15px;
}
.pshow-content .top .right .title {
  font-size: 38px;
  color: #151b44;
  line-height: 40px;
  margin-bottom: 25px;
  text-transform: uppercase;
}
.pshow-content .top .right .desc {
  color: #828282;

  font-size: 16px;
  line-height: 28px;
}
.pshow-content .tab-content {
  margin: 0 auto;
  padding-bottom: 50px;
}
.pshow-content .tab-content .nav {
  border-bottom: 1px solid #e5e5e5;
  height: 52px;
  display: table;
  text-align: center;
  width: 100%;
  position: relative;
}
.pshow-content .tab-content .nav span {
  position: relative;
  display: table-cell;
  line-height: 52px;
  -webkit-transition: color 0.2s ease-out, background-color 0.2s ease-out,
    border-color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out, background-color 0.2s ease-out,
    border-color 0.2s ease-out;
  transition: color 0.2s ease-out, background-color 0.2s ease-out,
    border-color 0.2s ease-out;
  color: #666;
  font-size: 16px;
}

.pshow-content .tab-content .nav span:hover {
  border-bottom: 1px solid #333;
  cursor: pointer;
}
.pshow-content .tab-content .nav span.on {
  border-bottom: 1px solid #333;
}
.pshow-content .tab-content .tab-main {
  padding: 30px 0;
  border-bottom: 1px solid #e5e5e5;
}
.pshow-content .tab-content .tab-i {
  display: none;
}
.pshow-content .tab-content .tab-i p img {
  width: 100%;
}
.pshow-content .tab-content .tab-i h2 {
  color: #333;
  font-size: 36px;
  margin: 25px 0;
}
.pshow-content .tab-content .tab-i table td {
  line-height: 28px;
  color: #828282;
  border: none;
  font-size: 15px;
  /*width:33.3333%;*/
  padding: 0 15px;
}
.pshow-content .tab-content .tab-i p {
  line-height: 28px;
  color: #828282;
  border: none;
  font-size: 15px;
}
.pshow-content .tab-content .tab-i table {
  width: 100%;
}
.pshow-content .tab-content .tab-main .tab-i:first-child table td {
  /*width:50%;*/
}
.intere {
  background: #131b43;
  padding-top: 50px;
  padding-bottom: 50px;
  color: #fff;
}
.intere .left {
  width: 66.6666%;
  float: left;
  font-size: 32px;
  line-height: 40px;
  font-weight: 500;
}
.intere div {
  padding: 0 15px;
}
.intere .right {
  width: 33.3333%;
  float: left;
}
.intere .right a {
  display: inline-block;
  color: #fff;
  border: 2px solid #ffffff;
  font-size: 16px;
  font-weight: 600;
  border-radius: 30px;
  cursor: pointer;
  -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out,
    border-color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out,
    border-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out,
    border-color 0.2s ease-in-out;
  padding: 13px 40px;
}
.intere .right a:hover {
  background: #212121;
  border-color: #212121;
}

/*è½¯ä»¶*/
.soft-content {
  padding-top: 40px;
}
.soft-content .soft-i {
  margin-bottom: 40px;
  padding-left: 340px;
  position: relative;
  min-height: 231px;
}
.soft-content .soft-i .left {
  position: absolute;
  top: 0;
  left: 0;
}
.soft-content .soft-i .title {
  font-size: 32px;
  color: #333;
  margin-bottom: 15px;
}
.soft-content .soft-i .desc {
  font-size: 14px;
  color: #666;
  line-height: 26px;
}
/*é™„ä»¶*/
.access-content {
  padding-top: 40px;
  padding-bottom: 40px;
}
.access-content .access-i {
  width: 33.3333%;
  float: left;
  min-height: 620px;
}
.access-content .access-i img {
  max-width: 100%;
}
.access-content .access-i .title {
  font-size: 16px;
  line-height: 28px;
  color: #828282;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}
.access-content .access-i .desc {
  font-size: 16px;
  line-height: 28px;
  color: #828282;
  padding: 0 15px;
}
.fj-bg {
  background: #151b44;
  padding: 70px 0;
  color: #fff;
  text-align: center;
}
.fj-bg .p1 {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 25px;
}
.fj-bg .p2 {
  display: inline-block;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 1px;
  border-radius: 30px;
  cursor: pointer;
  -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out,
    border-color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out,
    border-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out,
    border-color 0.2s ease-in-out;
  padding: 13px 40px;
  border: 2px solid transparent;
  background: #fff;
  color: #151b44;
}
.fj-bg .p2:hover {
  color: #fff;
  background: #333;
}
/*æŠ€æœ¯*/
.tech-content {
  padding-top: 40px;
}
.tech-content .tech-i1 {
  width: 66.6666%;
  margin: 0 auto;
  text-align: center;
  color: #828282;
  font-size: 16px;
  line-height: 28px;
}
.tech-content .tech-i1 img {
  max-width: 100%;
}
.tech-content .tech-i2 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.tech-content .tech-i2 .list {
  width: 33.3333%;
  padding: 0 15px;
  float: left;
  min-height: 250px;
}
.tech-content .tech-i2 .list .title {
  color: #828282;
  font-size: 16px;
  line-height: 28px;
  font-weight: bold;
  margin-bottom: 10px;
}
.tech-content .tech-i2 .list .desc {
  color: #828282;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  margin-bottom: 10px;
}
.tech-i3 {
  background: #131b43;
}
.tech-i3 .left {
  width: 33.3333%;
  float: left;
  padding: 0 15px;
  color: #fff;
  margin-top: 13%;
}
.tech-i3 .left .title {
  font-size: 36px;
  line-height: 40px;
  margin-bottom: 25px;
}
.tech-i3 .left .desc {
  font-size: 16px;
  line-height: 26px;
}
.tech-i3 .right {
  width: 66.6666%;
  float: left;
  padding: 0 15px;
}
.tech-i3 .right img {
  max-width: 100%;
  display: block;
}
/*f&q*/
.fq-content {
  padding-top: 40px;
  padding-bottom: 40px;
}
.fq-content .list {
  margin-bottom: 22px;
}
.fq-content .list .title {
  padding: 14px 20px 14px 0;
  background: #f8f8f8;
  color: #666;
  font-size: 20px;
  border: 1px solid #f0f0f0;
}
.fq-content .list .title:hover {
  background: #f6f6f6;
}
.fq-content .list .title.on {
  background: #e3e3e3;
}
.fq-content .list .title.on .i {
  background-image: url(../images/sq.png);
}
.fq-content .list .title .i {
  display: inline-block;
  width: 46px;
  height: 16px;
  background: url(../images/zk.png) no-repeat center;
}
.fq-content .list .text {
  padding: 25px 14px 20px 14px;
  background: #f8f8f8;
  border: 1px solid #f0f0f0;
  border-top: none;
  color: #828282;
  font-size: 16px;
  line-height: 28px;
  display: none;
}
.fq-content .fq-bottom {
  margin-top: 75px;
}
.fq-content .fq-bottom div {
  width: 50%;
  float: left;
}
.fq-content .fq-bottom .left {
  padding-right: 15px;
  padding-left: 42px;
  background: url(../images/sj.png) no-repeat center left;
  font-size: 28px;
  line-height: 52px;
  color: #333;
  font-weight: 300;
  min-height: 43px;
}
.fq-content .fq-bottom .right {
  text-align: right;
  padding-left: 15px;
}
.fq-content .fq-bottom .right a {
  border: 2px solid transparent;
  color: #fff;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  letter-spacing: 1px;
  display: inline-block;
  border-radius: 30px;
  cursor: pointer;
  -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out,
    border-color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out,
    border-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out,
    border-color 0.2s ease-in-out;
  padding: 13px 40px;
  background: #151b44;
}
.fq-content .fq-bottom .right a:hover {
  color: #151b44;
  background: #333;
}
/*å…³äºŽæˆ‘ä»¬*/
.about-content {
  padding: 40px 0;
}
.about-content .about-i1 .left {
  width: 50%;
  float: left;
  padding-right: 15px;
}
.about-content .about-i1 .left .title {
  font-size: 36px;
  color: #151b44;
  text-align: left;
  margin: 25px 0;
  font-weight: 700;
  font-style: normal;
}
.about-content .about-i1 .left .desc {
  color: #828282;

  font-size: 15px;
  line-height: 28px;
  font-style: normal;
  font-weight: 400;
}
.about-content .about-i1 .right {
  width: 50%;
  float: left;
  padding-left: 15px;
}
.about-content .about-i1 .right img {
  max-width: 100%;
}
.about-content .about-i2 .inner {
  height: 150px;
  color: #fff;
  text-align: center;
}
.about-content .about-i2 .p1 {
  font-size: 50px;
  margin-bottom: 15px;
}
.about-content .about-i2 .p2 {
  font-size: 30px;
}
.about-content .about-i3 {
  padding-top: 40px;
  padding-bottom: 20px;
}
.about-content .about-i3 .left {
  width: 50%;
  float: left;
  padding-right: 15px;
}
.about-content .about-i3 .right {
  width: 50%;
  float: left;
  padding-right: 15px;
}
.about-content .fq-bottom {
  margin-top: 50px;
}
.about-content .fq-bottom div {
  float: left;
}
.about-content .fq-bottom .left {
  width: 66.6666%;
  padding-right: 15px;
  padding-left: 42px;
  background: url(../images/sj.png) no-repeat center left;
  font-size: 28px;
  line-height: 36px;
  color: #333;
  font-weight: 300;
  min-height: 43px;
}
.about-content .fq-bottom .right {
  width: 33.3333%;
  padding-left: 15px;
}
.about-content .fq-bottom .right a {
  border: 2px solid transparent;
  color: #fff;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  letter-spacing: 1px;
  display: inline-block;
  border-radius: 30px;
  cursor: pointer;
  -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out,
    border-color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out,
    border-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out,
    border-color 0.2s ease-in-out;
  padding: 13px 40px;
  background: #151b44;
}
.about-content .fq-bottom .right a:hover {
  border-color: #333;
  color: #333;
  background: none;
}
.about-content .line {
  margin-top: 30px;
}
.about-content .line p {
  width: 80%;
  margin: 0 auto;
  height: 3px;
  background: #ebebeb;
}
/*è”ç³»æˆ‘ä»¬*/
.contact-content {
  padding-top: 40px;
  padding-bottom: 40px;
}
.contact-content .i1 p {
  width: 66.6666%;
}
.contact-content .i1 .p1 {
  font-size: 36px;
  color: #151b44;
  margin-bottom: 25px;
}
.contact-content .i1 .p2 {
  margin: 25px 0;
  font-weight: 400;
  line-height: 26px;
  color: #333;
  font-size: 20px;
}
.contact-content .i1 {
  margin-bottom: 70px;
}
.contact-content .i2 .left {
}
.contact-content .i2 .left .list {
  margin-bottom: 50px;
}
.contact-content .i2 .left h2 {
  font-size: 20px;
  color: #000;
}
.contact-content .i2 .left p {
  color: #828282;
  font-size: 16px;
  line-height: 36px;
  font-style: normal;

  margin-bottom: 25px;
}
.contact-content .i2 .left .list .p2 {
  color: #1b76bb;
  font-size: 16px;
  line-height: 28px;
}
.contact-content .i2 .left a {
  color: #1b76bb;
}
.contact-content .i2 .left .list .p2 a:hover {
  color: #333;
}
.contact-content .i2 .left .list .p3 {
  color: #828282;
  font-size: 16px;
  line-height: 28px;
  font-style: normal;
  font-weight: 400;
}

/*æ‹›è˜*/
.zp-desc {
  font-size: 16px;
  line-height: 28px;
  color: #828282;
  margin-bottom: 40px;
}

/*æ–°é—»*/
.news-content {
  padding-top: 40px;
  padding-bottom: 40px;
}

.news-content .list li a {
  display: block;
}
.news-content .list li {
  text-align: center;
  width: 25%;
  float: left;
  margin-left: 2%;
  margin-bottom: 20px;
  transition: All 0.4s ease-in-out;
  -webkit-transition: All 0.4s ease-in-out;
  -moz-transition: All 0.4s ease-in-out;
  -o-transition: All 0.4s ease-in-out;
}
.news-content .list li:hover {
  transform: translate(0, -10px);
  -webkit-transform: translate(0, -10px);
  -moz-transform: translate(0, -10px);
  -o-transform: translate(0, -10px);
  -ms-transform: translate(0, -10px);
}
.news-content .list li:nth-child(3n + 1) {
  margin-left: 0;
}
.news-content .list li img {
  width: 203px;
  border: 1px solid #999;
}
.news-content .list li .newsp {
  font-size: 16px;
  color: #828282;
  margin-top: 10px;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.news-content .list li .newsp1 {
  margin-top: 20px;
  display: inline-block;
  padding: 10px 35px;
  border: 1px solid #d6d7dd;
  font-size: 16px;
  color: #151b44;
  border-radius: 50px;
  -webkit-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}
.news-content .list li:hover .newsp1 {
  color: rgb(27, 118, 187);
  border-color: rgb(27, 118, 187);
}
.news-content .title {
  font-size: 18px;
  text-align: center;
  color: #333;
}
.news-content .time {
  font-size: 16px;
  text-align: left;
  color: #1b76ba;
  margin: 25px 0;
}
.news-content .desc {
  margin-top: 10px;
  font-size: 16px;
  color: #828282;
  line-height: 28px;
}

.news-content .desc img {
  width: 100%;
  margin: 30px 0;
}

.news-content .desc h2 {
  font-size: 30px;
  color: #151b44;
  margin: 0 0 30px 0;
}
.news-content .desc h4 {
  font-size: 30px;
  color: #1b76ba;
  margin: 0 0 30px 0;
}
.news-content .desc h6 {
  font-size: 14px;
  color: #1b76ba;
  margin: 0;
}
.news-content .desc td img {
  width: 80%;
}
.news-content .desc video {
  margin: 20px 0;
  width: 100%;
  height: 100%;
}
/*æ–°é—»æ”¹*/
.news-content .news-main {
  margin: 40px 0;
  width: 49%;
  float: left;
  margin-left: 2%;
}
.news-content .list .news-main:nth-child(2n + 1) {
  margin-left: 0;
}
.news-content .news-main .left {
  width: 40%;
  float: left;
  overflow: hidden;
}
.news-content .news-main .left img {
  width: 100%;
}
.news-content .news-main .right {
  width: 56%;
  float: right;
  position: relative;
}
.news-content .news-main .right .title1 {
  font-size: 16px;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.news-content .news-main .right .desc {
  font-size: 14px;
  color: #808080;
}
.news-content .news-main .right .xq {
  font-size: 12px;
  color: #808080;
  margin-top: 10px;
}
/*åˆ†é¡µ*/

.map {
  height: 500px;
}

.am-pagination {
  text-align: center;
}

.am-pagination li {
  display: inline-block;
  padding: 10px;
  text-align: center;

  color: #828282;
  font-size: 14px;
}

.am-pagination li.am-active {
  font-size: 14px;
  display: inline-block;

  text-align: center;

  color: #fff;
  background: #06a7f1;
  border-radius: 6px;
}

.am-pagination li.am-active a {
  color: #fff;
}

.am-pagination li a {
  color: #828282;
  text-align: center;
}

.gl-container {
  padding-top: 40px;
}
.gl-container .top-title {
  margin-bottom: 30px;
}
.gl-container .top-title .t1 {
  margin-bottom: 20px;
}
.gl-container .top-title .p1 {
  font-size: 18px;
  color: #828282;
  font-weight: bold;
}

.gl-container .top-title .p2 {
  font-size: 16px;
  text-align: justify;
  color: #828282;
  line-height: 28px;
}
.gl-container .top-title .desc {
  font-size: 16px;
  text-align: justify;
  text-indent: 2em;
  color: #828282;
}
.gl-container .gl-part {
  margin-bottom: 50px;
}
.gl-container .gl-part2 .list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.gl-container .gl-part1 .left {
  width: 48%;
  float: left;
}

.gl-container .gl-part1 .left img {
  width: 100%;
}
.gl-container .gl-part1 .right {
  width: 50%;
  float: right;
  font-size: 16px;
  color: #828282;
  line-height: 1.6;
}
.gl-container .gl-part1 .right p {
  margin-bottom: 10px;
}
.gl-container .gl-part1 .right .main-content {
  margin-bottom: 40px;
}
.gl-container .gl-part1 .right a {
  color: #e61f19;
  text-decoration: underline;
  margin-top: 10px;
  display: block;
  font-weight: bold;
  font-size: 18px;
}
.gl-container .gl-part1 .right .video {
  display: block;
  color: #e61f19;
  text-decoration: underline;
  margin-top: 10px;
  cursor: pointer;
  font-weight: bold;
  font-size: 18px;
}
.gl-container #box {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 101;
  background: url(fancybox_overlay.png);
}
.gl-container .wrapper {
  left: 50%;

  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);

  text-align: center;
}
.gl-container .wrapper video {
}
.gl-container .wrapper .close {
  position: absolute;
  top: 0;
  right: 0;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
  background-image: url(fancybox_sprite.png);
}
.gl-container .gl-part2 .list li {
  width: 48%;
  float: left;
  margin-left: 4%;
  margin-bottom: 15px;
}
.gl-container .gl-part2 .list li:nth-child(2n + 1) {
  margin-left: 0;
}
.gl-container .gl-part2 .list li img {
  width: 100%;
}
.gl-container .gl-part2 .list li p {
  text-align: center;
  color: #333;
  font-size: 16px;
}
.jj-container .jj-i {
  width: 70%;
  margin: 0 auto 40px;
}
.jj-container .jj-i ul {
  display: flex;
  justify-content: space-between;
}
.jj-container .jj-i li {
  text-align: center;
}
.jj-container .jj-i img {
  margin-bottom: 10px;
}
.jj-container .jj-i .title {
  text-align: center;
  margin-bottom: 20px;
  font-size: 18px;
}
.jj-container .jj-i p {
  font-size: 14px;
  color: #333;
}

.in-i1 .img .left {
  width: 48%;
  float: left;
}
.in-i1 .img .right {
  width: 48%;
  float: right;
}
.in-i1 .img img {
  width: 100%;
}
.in-i1 .img .right .l {
  width: 49%;
  float: left;
}
.in-i1 .img .right .r {
  width: 49%;
  float: right;
}
.in-i1 .desc {
  font-size: 16px;
  color: #828282;
}

.ap-part1 .title {
  font-size: 20px;
  color: #333;
  font-weight: bold;
  margin-bottom: 10px;
}
.ap-part1 .content {
  font-size: 16px;
  line-height: 1.6;
  color: #828282;
}
.ap-part1 .content img {
  max-width: 100%;
}
.gl-container .gl-part1 .right .point {
  padding-left: 18px;
  position: relative;
}
.gl-container .gl-part1 .right .point:before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  background: #828282;
  border-radius: 50%;
  margin-top: -3px;
  top: 50%;
  left: 0;
}

.djjc-container .part1 {
  padding: 50px 20px;
}
.djjc-container .part1 .title {
  font-size: 36px;
  color: #151b44;
  text-align: center;
  margin-bottom: 45px;
  font-weight: bold;
}
.djjc-container .part1 .left {
  width: 50%;
  float: left;
  color: #828282;
  font-size: 15px;
  line-height: 28px;
  font-style: normal;
  font-weight: 400;
  text-align: justify;
}
.djjc-container .part1 .right {
  width: 40%;
  float: right;
  text-align: right;
}
.djjc-container .part1 .right img {
  max-width: 100%;
}
.djjc-container .part2 {
  background: #1f4c79;
  color: #fff;
  padding: 50px 0;
}
.djjc-container .part2 .title {
  font-size: 36px;

  text-align: center;
  margin-bottom: 45px;
  font-weight: bold;
}
.djjc-container .part2 .content .text {
  float: left;
  font-size: 15px;
  text-align: center;
  line-height: 1.8;
}
.djjc-container .part2 .content .text .info {
  display: inline-block;
  text-align: left;
}
.djjc-container .part2 .content .text1 {
  text-align: left;
  width: 25%;
}
.djjc-container .part2 .content .text2 {
  width: 42.5%;
  border-right: 1px solid #4b85bb;
  border-left: 1px solid #4b85bb;
}
.djjc-container .part2 .content .text3 {
  padding-left: 70px;
  width: 32.5%;
}
.djjc-container .part3 .text3 {
  text-align: center;
  color: #828282;
  font-size: 15px;
  line-height: 28px;
  font-style: normal;
  font-weight: 400;
}
.djjc-container .part4 .catelist {
  padding-bottom: 35px;
  background: url(../images/x.jpg) no-repeat bottom center;
  margin-bottom: 20px;
}
.djjc-container .part4 .left {
  width: 31%;
  float: left;
}
.djjc-container .part4 .left .title1 {
  text-transform: uppercase;
  color: #151b44;
  font-size: 38px;
  font-weight: bold;
}
.djjc-container .part4 .left .desc {
  font-size: 14px;
  color: #828282;
  line-height: 26px;
  margin: 15px 0 20px;
}
.djjc-container .part4 .left li a {
  font-size: 16px;
  color: #1b76bb;
  font-weight: bold;
  display: block;
}
.djjc-container .part4 .left li a:hover {
  color: #151b44;
}
.djjc-container .part4 .right {
  width: 69%;
  float: right;
}
.djjc-container .part4 .right li {
  float: left;
  width: 50%;
  text-align: center;
  margin-bottom: 10px;
}
.djjc-container .part4 .right li img {
  max-width: 100%;
}
.djjc-container .part4 .right li p {
  font-size: 14px;
  color: #828282;
  text-transform: uppercase;
  font-style: italic;
  margin-top: 10px;
}

.pshow-content .cpvideo {
  position: relative;
  padding: 40px 100px;
  margin-bottom: 40px;
}
.pshow-content .cpvideo p {
  font-size: 32px;
  color: #333;
  margin-bottom: 30px;
}
.pshow-content .cpvideo video {
  width: 100%;
}

.op-part1 {
  padding-top: 50px;
  background: #f7f7f7;
}
.op-part1 .left {
  width: 50%;
  float: left;
  margin-top: 50px;
}
.op-part1 .left img {
  max-width: 60%;
}
.op-part1 .left .desc {
  margin-top: 50px;
  font-size: 20px;
  color: #151b44;
}
.op-part1 .left h3 {
  font-size: 34px;
  margin: 15px 0;
  color: #1b76bb;
  font-weight: normal;
  position: relative;
  padding-bottom: 15px;
}
.op-part1 .left h3:after {
  position: absolute;
  content: "";
  width: 100px;
  height: 3px;
  bottom: 0;
  left: 0;
  background: #151b44;
}
.op-part1 .right {
  width: 50%;
  float: right;
  padding-left: 10px;
}
.op-part1 .right img {
  width: 100%;
}
.op-part2 {
  padding: 50px 0;
}
.op-part2 .left {
  width: 60%;
  float: left;
}
.op-part2 .left img {
  width: 90%;
  display: block;
}
.op-part2 .right {
  width: 40%;
  padding-left: 30px;
  font-size: 20px;
  color: #333;
  float: right;
  line-height: 1.8;
}
.op-part2 .right h3 {
  font-size: 28px;
  color: #1b76bb;
}
.op-part3 {
  padding-bottom: 50px;
}
.op-part3 .list {
  width: 18%;
  float: left;
  margin-left: 2.5%;
  text-align: center;
}
.op-part3 .list:first-child {
  margin-left: 0;
}
.op-part3 .list .content {
  font-size: 16px;
  color: #151b44;
}
.op-part4 {
  padding-top: 80px;
  padding-bottom: 50px;
}
.op-list .img {
  width: 35%;
}
.op-list .img img {
  display: block;
  max-width: 100%;
}
.op-list .text {
  width: 65%;
  font-size: 16px;
  color: #333;
  padding: 30px 30px 0;
}
.op-list .text h3 {
  color: #1b76bb;
  font-size: 26px;
  margin-bottom: 10px;
}
.op-list .left {
  float: left;
}
.op-list .right {
  float: right;
  margin-bottom: 50px;
}
.op-part6 {
  background: #f7f7f7;
  padding: 50px 0;
}
.op-part6 .content {
  position: relative;
}
.op-part6 .desc {
  width: 56%;
  float: right;
  margin-right: 4%;
  font-size: 16px;
  line-height: 32px;
}
.op-part6 .img {
  width: 35%;
  position: absolute;
  bottom: -50px;
  left: 0;
}
.op-part6 .img img {
  width: 80%;
  display: block;
}
.evo-part1 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
  background-image: url(../images/Omega_BlueBG_RGB.jpg) !important;
}
.evo-part1 .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.evo-part1 .left {
  width: 33.3333%;
  float: left;
  padding: 0 15px;
}
.evo-part1 .left img {
  display: block;
  width: 100%;
}
.evo-part1 .right {
  width: 66.6666%;
  float: right;
  padding: 0 15px;
  text-align: center;
}
.evo-part1 .right .p1 {
  font-size: 28px;
  color: #fff;
}
.evo-part1 .right .p2 {
  font-size: 24px;
  color: #fff;
  margin-top: 12px;
}
.evo-part1 .right .btn a {
  display: inline-block;
  padding: 13px 40px;
  background: #141b43;
  border-radius: 30px;
  border: 2px solid #fff;
  margin-top: 30px;
  color: #fff;
  font-size: 18px;
}
.evo-part2 {
  background: #f2f2f2;
  padding: 60px 0;
}
.evo-part2 .text {
  width: 33.3333%;
  float: left;
}
.evo-part2 .text .p1 {
  font-size: 24px;
  color: #333;
}
.evo-part2 .text .desc {
  font-size: 16px;
  color: #333;
  margin-top: 15px;
}
.evo-part2 .imgs {
  width: 66.6666%;
  float: left;
  padding-left: 30px;
}
.evo-part2 .imgs .img {
  width: 31%;
  float: left;
  margin-left: 3.5%;
  background: #fff;
}
.evo-part2 .imgs .img:first-child {
  margin-left: 0;
}
.evo-part2 .imgs .img img {
  width: 100%;
  display: block;
}

.ma-part1 {
  padding: 50px 0;
}
.ma-part1 .left {
  width: 50%;
  float: left;
  padding-right: 15px;
}
.ma-part1 .right {
  width: 50%;
  float: left;
  padding-left: 15px;
}
.ma-part1 .right img {
  display: block;
  width: 100%;
}
.ma-part1 .left .p1 {
  font-size: 40px;
  color: #333;
  margin: 25px 0;
}
.ma-part1 .left .p2 {
  font-size: 16px;
  color: #333;
  line-height: 1.6;
  line-height: 32px;
}
.ma-part2 {
  padding: 50px 0;
  background-image: url(../images/omega_BG_light.jpg) !important;
}
.ma-part2 .p1 {
  text-align: center;
  font-size: 26px;
  color: #333;
}
.ma-part2 .p2 {
  text-align: center;
  font-size: 14px;
  color: #666;
  margin: 14px 0;
}
.ma-part2 .list-content .list {
  width: 31%;
  float: left;
  margin-left: 3.5%;
  text-align: center;
}
.ma-part2 .list-content .list:first-child {
  margin-left: 0;
}
.ma-part2 .list-content .list img {
  max-width: 100%;
}
.ma-part2 .list-content .list .t1 {
  font-size: 22px;
  color: #333;
  margin: 23px 0 18px;
  font-weight: bold;
}
.ma-part2 .list-content .list .desc {
  font-size: 14px;
  color: #666;
}
.ma-part3 {
  padding: 50px 0;
}
.ma-part3 .title {
  text-align: center;
  font-size: 26px;
  color: #333;
  margin-bottom: 40px;
}
.ma-part3 .left {
  width: 25%;
  float: left;
  padding-right: 15px;
}
.ma-part3 .left img {
  display: block;
  width: 100%;
}
.ma-part3 .right {
  width: 75%;
  padding-left: 15px;
  float: right;
}
.ma-part3 .right .list {
  width: 48%;
  float: left;
  margin-left: 4%;
  margin-bottom: 30px;
}
.ma-part3 .right .list:nth-child(2n + 1) {
  margin-left: 0;
}
.ma-part3 .right .list .p1 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #333;
  font-weight: bold;
}
.ma-part3 .right .list .desc {
  font-size: 16px;
  line-height: 1.8;
  color: #666;
}
.ma-part3 .right .list .desc p {
  position: relative;
  padding-left: 10px;
}
.ma-part3 .right .list .desc p:before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #333;
}

.ma-part4 {
  padding: 50px 0;
  background-image: url(../images/code_background1.jpg) !important;
}
.ma-part4 .p1 {
  text-align: center;
  font-size: 26px;
  color: #fff;
  margin-bottom: 20px;
}
.ma-part4 .p2 {
  text-align: center;
  font-size: 14px;
  color: #e2e2e2;
}
.ma-part4 .list-content {
  margin-top: 50px;
}
.ma-part4 .list-content .list {
  width: 18%;
  float: left;
  margin-left: 2.5%;
  text-align: center;
}
.ma-part4 .list-content .list:first-child {
  margin-left: 0;
}
.ma-part4 .list-content .list img {
  max-width: 100%;
}
.ma-part4 .list-content .list .t1 {
  font-size: 18px;
  color: #fff;
  margin: 10px 0;
  font-weight: bold;
}
.ma-part4 .list-content .list .desc {
  color: #fff;
  font-size: 14px;
}
.wx-container .wx-part {
  padding: 50px 0;
}
.wx-container .wx-part1 {
  text-align: center;
}
.wx-container .wx-part1 .p1 {
  color: #151b44;
  font-weight: bold;
  margin-bottom: 35px;
  font-size: 30px;
}
.wx-container .wx-part1 .desc {
  color: #333;
  font-size: 16px;
  line-height: 1.8;
}
.wx-container .common-title {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: #333;
  margin-bottom: 35px;
}
.wx-container .wx-part2 {
  background: #fafafa;
}
.wx-container .wx-part2 .list li {
  float: left;
  width: 30%;
  margin-left: 5%;
  margin-bottom: 20px;
  text-align: center;
}
.wx-container .wx-part2 .list li:nth-child(3n + 1) {
  margin-left: 0;
}
.wx-container .wx-part2 .list li img {
  width: 100%;
  display: block;
}
.wx-container .wx-part2 .list li p {
  text-align: center;
  color: #333;
  font-size: 16px;
  margin-top: 10px;
}
.wx-container .wx-part3 .wx-main {
  padding-top: 60px;
}
.wx-container .wx-part3 .wx-main .item {
  float: left;
  width: 21%;
  margin-left: 18.5%;
  border: 1px solid #dedede;
  border-radius: 12px;
  text-align: justify;
  padding: 15px;
  background: #fff;
}
.wx-container .wx-part3 .wx-main .item:first-child {
  /*margin-left:0;*/
}
.wx-container .wx-part3 .wx-main .item748 {
  display: none;
}
.wx-container .wx-part3 .wx-main .item .btitle {
  color: #151b44;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  display: block;
}
.wx-container .wx-part3 .wx-main .item .title {
  font-size: 14px;
  color: #333;
  margin-bottom: 10px;
  display: block;
}
.wx-container .wx-part3 .wx-main .item .title:hover {
  text-decoration: underline;
}
.wx-container .wx-part3 .wx-main .item .ck {
  text-align: center;
  font-size: 12px;
  color: #1b76bb;
}
.wx-part4 .common-title {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: #333;
}
.wx-part4 {
  text-align: center;
  color: #fff;
  padding-top: 97px;
}
.wx-part4 .p2 {
  font-size: 16px;
  margin-bottom: 40px;
}
.wx-part4 img {
  width: 170px;
}
.wx-part4 .img p {
  font-size: 16px;
  margin-top: 10px;
}

.position-nav {
  padding: 20px 0;
}
.position-nav a {
  display: inline-block;
  font-size: 14px;
  color: #333;
}
.position-nav a.on span {
  color: #333;
}
.position-nav a span {
  color: #657cc0;
  font-size: 12px;
}
.pro-desc {
  padding: 30px 0;
}
.pro-desc h1 {
  font-size: 40px;
  color: #414143;
}
.pro-desc .p1 {
  color: #4f9cdf;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
}
.pro-desc .p2 {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  margin-top: 30px;
  margin-bottom: 10px;
}
.pro-desc .detail {
  font-size: 16px;
  color: #333;
  line-height: 26px;
}
.pro-tab {
  margin-top: 10px;
}
.pro-tab .nav li {
  width: 20%;
  text-align: center;
  float: left;
}
.pro-tab .nav li a {
  display: inline-block;
  padding: 15px 10px;
  color: #333;
  font-weight: bold;
  font-size: 20px;
  position: relative;
}
.pro-tab .nav li a.on {
  border-bottom: 4px solid #e61f19;
}
.pro-tab .nav li a:hover {
  border-bottom: 4px solid #e61f19;
}
.pro-tab .nav-fixed {
  position: fixed;
  top: 90px;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 99;
}
.pro-content {
  padding: 40px 0;
  background: #f2f2f2;
}
.pro-content .i {
  padding: 30px 0;
}
.pro-content #i1 .left {
  width: 66.16666%;
  float: left;
  text-align: center;
}
.pro-content #i1 .left img {
  max-width: 100%;
}
.pro-content #i1 .right {
  margin-left: 1.5%;
  width: 32.3333333333%;
  float: left;
}
.pro-content #i1 .right .list {
  border-bottom: 2px solid #fff;
}
.pro-content #i1 .right .list .title {
  height: 44px;
  padding: 10px 20px 10px 0;
  background: #c5c2c0;
  color: #5c5b5a;
  font-size: 16px;
  font-weight: bold;
  border: 1px solid #f2f2f2;
  position: relative;
}
.pro-content #i1 .right .list .title:hover {
  background: #1b76bb;
  color: #fff;
  cursor: pointer;
}
.pro-content #i1 .right .list .title:hover .s-i {
  background-image: url(../images/jt-3.png);
}
.pro-content #i1 .right .list .title.on {
  background: #1b76bb;
  color: #fff;
}
.pro-content #i1 .right .list .title .s-i2 {
  position: absolute;
  left: 46px;
  top: 10px;
}
.pro-content #i1 .right .list .title.on .s-i {
  background-image: url(../images/sq.png);
}
.pro-content #i1 .right .list .title .s-i {
  display: inline-block;
  width: 46px;
  height: 22px;
  background: url(../images/zk.png) no-repeat center;
  border: none;
}
.pro-content #i1 .right .list .text {
  padding: 20px 46px;
  background: #f2f2f2;

  border-top: none;
  color: #222;
  font-size: 16px;
  line-height: 28px;
  display: none;
}
.pro-content .i-else {
  padding: 0;
}
.pro-content .i-else .inner {
  padding: 35px 0;
  border-top: 1px solid #9a9a9a;
}
.pro-content .i-else .title {
  font-size: 20px;
  color: #464646;
  font-weight: bold;
}
.pro-content .i-else .list-pro li {
  width: 23.875%;
  margin-left: 1.5%;
  float: left;
}
.pro-content .i-else .list-pro.guige li {
  min-height: 360px;
}
.pro-content .i-else .list-pro li:nth-child(4n + 1) {
  margin-left: 0;
}
.pro-content .i-else .list-pro li a {
  display: block;
}
.pro-content .i-else .list-pro .img {
  text-align: center;
  overflow: hidden;
}
.pro-content .i-else .list-pro .img:hover img {
  transform: scale(1.1);
}
.pro-content .i-else .list-pro img {
  max-width: 100%;
  transition: all 0.6s;
}
.pro-content .i-else .list-pro .p1 {
  font-size: 16px;
  color: #333;
  margin: 5px 0;
  text-align: center;
  font-weight: bold;
}
.pro-content .i-else .list-pro .p2 {
  font-size: 14px;
  color: #333;
}
.pro-content #i3 .list-pro li {
  margin-top: 25px;
}
.pro-content .i-else .list-pro1 li {
  width: 17.6%;
  margin-left: 3%;
  float: left;
}
.pro-content .i-else .list-pro1 li:nth-child(5n + 1) {
  margin-left: 0;
}
.pro-content .i-else .list-pro1 li a {
  display: block;
}
.pro-content .i-else .list-pro1 .img {
  text-align: center;
  overflow: hidden;
  border-bottom: 1px solid #908e8c;
}
.pro-content .i-else .list-pro1 .img:hover img {
  transform: scale(1.1);
}
.pro-content .i-else .list-pro1 img {
  max-width: 100%;
  transition: all 0.6s;
}
.pro-content .i-else .list-pro1 .p1 {
  font-size: 16px;
  color: #333;
  margin: 5px 0;

  font-weight: bold;
}
.pro-content .i-else .list-pro1 .p2 {
  font-size: 14px;
  color: #333;
}
.pro-content #i5 .title .right {
  float: right;
  font-size: 14px;
  color: #666;
}
.pro-content #i5 .content {
  margin-top: 30px;
}
.common-top {
  text-align: center;
  margin-bottom: 50px;
  margin-top: 50px;
}
.common-top .title {
  font-size: 50px;
  color: #333;
  font-weight: bold;
}
.common-top .p1 {
  font-size: 22px;
  color: #151b44;
  margin: 20px 0 25px;
}
.common-top .p2 {
  font-size: 22px;
  color: #333;
}
.list1-content .list {
  margin-top: 20px;
  padding-bottom: 50px;
}
.list1-content .list li {
  float: left;
  width: 31.6%;
  margin-right: 2.6%;
}
.list1-content .list li a {
  display: block;
}
.list1-content .list li .img {
  overflow: hidden;
  background: #f5f5f6;
}
.list1-content .list li img {
  transition: all 0.6s;
  width: 100%;
  display: block;
}
.list1-content .list li .img:hover img {
  transform: scale(1.1);
}
.list1-content .list li .p1 {
  text-align: center;
  font-size: 20px;
  color: #151b44;
  margin-top: 15px;
  margin-bottom: 10px;
}
.list1-content .list li .p2 {
  font-size: 16px;
  color: #666;
  line-height: 28px;
  text-align: center;
}

a.btn {
  padding: 13px 26px;
  border: 2px solid #008FC9;
  border-radius: 30px;
  background-color: #FFF;
  color: #008FC9;
}

.lm-zhbt .intro {
  background-color: #eff9fc;
}

.lm-zhbt .intro h3 {
  color: #161d44;
  font-size: 32px;
  font-weight: 400;
  margin: 0 auto;
  margin-bottom: 40px;
  text-align: center;
}
.lm-zhbt .intro .else {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  color: #333;
  font-size: 18px;
}

.lm-zhbt .intro .txt {
  flex: 1;
  margin-right: 40px;
}
.lm-zhbt .intro .txt p {
  margin-bottom: 30px;
  text-indent: 2em;
}
.lm-zhbt .intro img {
  width: 45%;
}
.lm-zhbt .list.i-news {
  display: flex;
  flex-direction: column;
  padding-bottom: 60px;
}
.lm-zhbt .list.i-news .news-main {
  margin-top: 30px;
  background-color: #F5F5F4;
  padding: 60px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.lm-zhbt .list.i-news .news-main .left {
  width: 30%;
}
.lm-zhbt .list.i-news .news-main .left img {
  display: block;
  width: 100%;
  overflow: hidden;
}
.lm-zhbt .list.i-news .news-main .right {
  width: 60%;
  margin-left: 10%;
}
.lm-zhbt .list.i-news .news-main .right .title1 {
  font-size: 24px;
  color: #151B44;
  margin-bottom: 20px;
}

.lm-zhbt .list.i-news .news-main .right .desc {
  font-size: 16px;
  color: #000330;
  margin-bottom: 30px;
  line-height: 36px;
}
.lm-zhbt .list.i-news .news-main .right .plz,
.lm-zhbt .list.i-news .news-main .right .xq {
  display: flex;
  flex-direction: row;
  margin-top:30px;
}
.lm-zhbt .list.i-news .news-main .right .plz .tip {
  font-size: 18px;
  line-height: 24px;
  color: #0F6FB7;
  width: 50%;
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  align-items: center;
}
.lm-zhbt .list.i-news .news-main .right .plz .tip img {
  width: 24px;
  margin-right: 10px;
}
.lm-zhbt .list.i-news .news-main .right .xq .btn {
  font-size: 20px;
  line-height: 1;
  color: #0B9FE7;
  margin-right: 30px;
  /* padding: 10px 24px; */
}
.view-zh {
  padding: 60px 0;
}
.view-zh .news-content {
  background-color: #F5F5F4;
  padding: 60px;
}
.view-zh .news-content .news-main {
  width: 100%;
  float: none;
  margin: 0;
  padding: 0;

  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.view-zh .news-content .news-main .left {
  width: 30%;
}
.view-zh .news-content .news-main .left img {
  display: block;
  width: 100%;
  overflow: hidden;
}
.view-zh .news-content .news-main .right {
  width: 60%;
  margin-left: 10%;
}
.view-zh .news-content .news-main .right .title1 {
  font-size: 24px;
  color: #151B44;
  margin-bottom: 20px;
}

.view-zh .news-content .news-main .right .desc {
  font-size: 16px;
  color: #000330;
  margin-bottom: 30px;
  line-height: 36px;
}
.view-zh .news-content .news-main .right .plz,
.view-zh .news-content .news-main .right .xq {
  display: flex;
  flex-direction: row;
  margin-top:30px;
}
.view-zh .news-content .news-main .right .plz .tip {
  font-size: 18px;
  line-height: 24px;
  color: #0F6FB7;
  width: 50%;
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  align-items: center;
}
.view-zh .news-content .news-main .right .plz .tip img {
  width: 24px;
  margin-right: 10px;
}
.view-zh .news-content .news-main .right .xq .btn {
  font-size: 20px;
  line-height: 1;
  color: #0B9FE7;
  margin-right: 30px;
  /* padding: 10px 24px; */
}
.view-zh .news-content .zh-content {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #8a8a8a;
  font-size: 16px;
  line-height: 2;
}
.view-zh .news-content .zh-content img {
  width: 100%;
  overflow: hidden;
  display: block;
}
.tech-blog .news-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  /* padding: 40px 0; */
}
.tech-blog .news-content .side {
  width: 25%;
  padding-right: 0px;
}
.tech-blog .news-content .side h4 {
  font-size: 20px;
  font-weight: 400;
  color: #a5a5a5;
  margin-bottom: 30px;
}
.tech-blog .news-content .side ul li,
.tech-blog .news-content .side ul li a {
  font-size: 16px;
  color: #828282;
  margin-bottom: 30px;
}
.tech-blog .news-content .side ul li span {
  display: block;
  font-size: 14px;
  color: #a5a5a5;
  margin: 10px 0;
}
.tech-blog .news-content .view-content {
  width: 70%;
}
.tech-blog .news-content .list.i-news {
  width: 75%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.tech-blog .news-content .list.i-news .news-main {
  width: 46%;
  margin: 0 auto;
  float: none;
}
.tech-blog .news-content .list.i-news .news-main {
  display: flex;
  flex-direction: column;
}
.tech-blog .news-content .list.i-news .news-main .left,
.tech-blog .news-content .list.i-news .news-main .right {
  width: 100%;
}
.tech-blog .news-content .list.i-news .news-main .right {
  border: 1px solid #d6d6d6;
  border-top: none;
  padding: 30px 20px;
}
.tech-blog .news-content .list.i-news .news-main .right .title1 {
  font-size: 20px;
  font-weight: 600;
  overflow: auto;
  white-space: wrap;
  text-overflow: none;
}
.tech-blog .news-content .list.i-news .news-main .right .desc {
  font-size: 14px;
  color: #777;
  display: block;
  margin: 20px 0 30px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
.tech-blog .news-content .list.i-news .news-main .right .btn {
  font-size: 16px;
  padding: 10px;
}
.lm-fzlc .news-content {
  padding-top: 0;
  padding-bottom: 0;
}
.lm-fzlc .news-content .else {
  padding-top: 40px;
}
.lm-fzlc .list.i-news {
  padding-bottom: 40px;
  display: flex;
  flex-direction: column;
  position: relative;
}
.lm-fzlc .list.i-news .line {
  position: absolute;
  left: 30%;
  top: 0;
  width: 1px;
  height: 100%;
  background: #E3E5EB;
}
.lm-fzlc .list.i-news .news-main {
  width: 100%;
  margin: 0;
  margin-top: 60px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.lm-fzlc .list.i-news .news-main .title {
  width: 30%;
  font-size: 45px;
  line-height: 1;
  text-align: left;
  color: #1B76BB;
  /* padding-right: 50px; */
}
.lm-fzlc .list.i-news .news-main .right {
  width: 70%;
  padding-left: 70px;
}
.lm-fzlc .list.i-news .news-main .sub-title {
  font-size: 36px;
  line-height: 1;
  color: #041845;
  margin-bottom: 40px;
}
.lm-fzlc .list.i-news .news-main ul {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding-left: 20px;
  font-size: 18px;
  line-height: 2;
  color: #333;
}
.lm-fzlc .list.i-news .news-main ul li,
.lm-fzlc .list.i-news .news-main p {
  transition: all 0s;
  transform: none;
  margin: 0 !important;
  list-style: disc;
  text-align: left;
  width: 100%;
  font-size: 16px;
  line-height: 2;
  color: #333;
}
