/* ===================================
  base  start 
=====================================*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figure,
footer,
header,
menu,
nav,
section,
input,
a,
time,
mark,
audio,
video,
details,
summary,
.navbar {
  margin: 0;
  padding: 0;
  border: none;
  line-height: 1.5;
  box-sizing: border-box;
}

ul,
ol {
  list-style: none;
}

a,
a:focus,
a:hover,
a:active {
  outline: 0;
  cursor: pointer;
  text-decoration: none;
}

a,
button,
input {
  border: none;
  outline: none;
}

img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
  overflow: hidden;
}

body {
  font-family: "Source Han Sans CN", Arial, verdana;
  font-size: 16px;
  background-color: #fff;
  color: #333;
  line-height: 1.5;
}

body.wfEditorMode a.wfEditorMode {
  display: block;
  height: 1.3em;
  line-height: 1.3em;
  margin: 0;
  padding: 0 0.5em;
  background: white;
  color: #99ccff;
  font-size: 16px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100000;
}

body.wfEditorMode .add>a.wfEditorMode {
  top: -22px;
}

/* ===================================
  base  end 
=====================================*/
.flex-jcc {
  display: flex;
  justify-content: center;
}

.left-line:before {
  /* content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  height: 100%;
  background: #fff; */
}

.left-line.col-999:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  height: 100%;
  background: #999;
}

/* ===================================
  global  start 
=====================================*/
.container-1 {
  max-width: 1630px;
  margin: 0 auto;
  padding: 0 15px;
}

.a-block {
  display: block;
}

.pr {
  position: relative;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

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

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

/* nav */
.nav-menu-wrap {
  padding: 24px 4.02%;
}

.nav-menu {
  /* position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 900; */
  /* background: rgba(255, 255, 255, 0.7); */
  background-color: #f2f2f2;
  /*支持rgba的浏览器*/
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2ffffff, ff, endColorstr=#B2ffffff, ff);
  /*IE8支持*/
}

.nav-menu.alt-index {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 900;
}

.nav-menu-item {
  /* position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 900; */
  background: #f2f2f2;
}

.nav-list .item a {
  position: relative;
  display: block;
  font-size: clamp(16px, calc((20 / 1920) * 100vw), 20px);
  color: #000;
  padding-bottom: 5px;
}

.nav-list .item a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 2px;
  background-color: #014099;
}

.nav-list .item {
  padding: 16px 32px;
}

/* .nav-serach,
.nav-contact,
.a-logo {
  line-height: 100px;
} */
.nav-serach form {
  display: inline-block;
}

.nav-con-more {
  display: inline-block;
  font-size: 22px;
  padding: 0 35px;
  line-height: 66px;
  height: 66px;
  border-radius: 33px;
  text-align: center;
  background: #fff;
  color: #195bae;
}

.nav-con-more.active {
  background: #195bae;
  color: #fff;
}

.input {
  display: inline-block;
  width: 292px;
  height: 66px;
  line-height: 56px;
  padding: 5px 20px;
  font-size: 22px;
  border-radius: 33px;
  background-image: url("../images/ser.png");
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 90% center;
}

.nav-contact {
  margin-left: 18px;
}

.nav-serach {
  margin-left: 32px;
}

.go-more {
  position: relative;
  display: inline-block;
  height: 66px;
  font-size: 22px;
  color: #014099;
  line-height: 66px;
  background-color: #fff;
  padding: 0 105px 0 46px;
  border-radius: 33px;
  background-image: url("../images/jl.png");
  background-repeat: no-repeat;
  background-position: 90% center;
}

.go-more.alt {
  background-image: url("../images/iconmeg.png");
}

.go-more:before {
  content: "";
  position: absolute;
  right: 66px;
  top: 0;
  width: 1px;
  height: 100%;
  background: #014099;
}

/* footer */
.footer {
  padding: 70px 0 30px 0;
  background-image: url("../images/footbg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
}

.footer-list {
  margin-top: 70px;
}

.footer-list>.item {
  float: left;
  width: 20%;
}

.f-l-b-p {
  float: left;
  width: 19.8%;
  padding-left: 13px;
  font-size: 18px;
  color: #999;
}

.f-l-item-box {
  float: right;
  width: 79.2%;
}

.footer-item-list .item a {
  display: block;
  font-size: 22px;
  line-height: 32px;
  color: #b4c8e6;
}

.footer-item-list .item h4 a {
  font-size: 24px;
  color: #fff;
  margin-bottom: 13px;
}

.foot-cont {
  margin-top: 60px;
}

.footer1 {
  border-bottom: 1px solid #3466ad;
}

.foot-cont {
  padding-bottom: 93px;
}

.foot-cont .go-more {
  margin: 0 13px;
}

.footer2 {
  padding-top: 36px;
}

.foot2-p {
  font-size: 18px;
  color: #b4c8e6;
  margin-bottom: 18px;
}

.foot-cn,
.foot-en {
  display: inline-block;
  margin: 0 19px;
}

.foot-cn p,
.foot-en p {
  font-size: 16px;
  color: #8ca7cf;
}

.f-img-lang {
  display: block;
  width: 40px;
  height: 40px;
  margin: auto;
}

.foot-en .f-img-lang,
.foot-cn .f-img-lang {
  background-image: url("../images/cn.png");
  background-repeat: no-repeat;
  background-position: 0 center;
}

.foot-en .f-img-lang {
  background-image: url("../images/en.png");
}

.foot-cn.active .f-img-lang,
.foot-en.active .f-img-lang {
  background-position: -40px center;
}

.footer2-bottom-p {
  margin-top: 27px;
  font-size: 18px;
  color: #8ca7cf;
}

.footer2-bottom-p a {
  font-size: 18px;
  color: #8ca7cf;
}

.f-share {
  display: inline-block;
  width: 20px;
  height: 27px;
  margin: 0 5px;
  vertical-align: middle;
  background-image: url("../images/iconf1.png");
  background-repeat: no-repeat;
  background-position: 0 center;
}

.f-share.alt2 {
  background-position: -25px center;
}

.f-share.alt3 {
  background-position: -47px center;
}

.toTop {
  position: fixed;
  right: 60px;
  bottom: 80px;
  z-index: 100;
  cursor: pointer;
  display: none;
  width: 66px;
  height: 66px;
  border: 1px solid #014099;
  background-color: #fff;
  border-radius: 33px;
  background-image: url("../images/topbig.png");
  background-repeat: no-repeat;
  background-position: center center;
}

.toTop img {
  display: block;
  width: 100%;
}

.bread {
  /* position: fixed;
  left: 0;
  top: 100px; */
  padding-left: 4.02%;
  width: 100%;
  z-index: 900;
  background: #f2f2f2;
  padding-bottom: 25px;
}

.bread-list .item {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  color: #999;
}

.bread-list .item a {
  display: block;
  font-size: 16px;
  color: #999;
}

.bread-list .item.active a {
  color: #014099;
}

.main-a-link {
  padding: 22px 0;
  text-align: center;
  background: #f2f2f2;
}

.main-a-link.active {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100;
}

.mian-al-list .item {
  display: inline-block;
  padding: 0 20px;
}

.mian-al-list .item a {
  font-size: 20px;
  color: #000;
}

.mian-al-list .item.active a {
  color: #014099;
  text-decoration: underline;
}

.aside {
  position: fixed;
  left: 26px;
  top: 50%;
  margin-top: -100px;
}

.aside-item {
  position: relative;
  z-index: 10;
  width: 54px;
  height: 54px;
  border: 1px solid #999;
  border-radius: 27px;
  margin-bottom: 14px;
  background-image: url("../images/aiconbig.png");
  background-repeat: no-repeat;
  background-position: center 0px;
}

.aside-item.alt1 {
  background-position: center 18px;
}

.aside-item.alt2 {
  background-position: center -48px;
}

.aside-item.alt3 {
  background-position: center -114px;
}

.aside-item.alt4 {
  background-position: center -180px;
}

.aside-item.alt5 {
  background-position: center -245px;
}

.aside-item.alt6 {
  background-position: center -315px;
}

.aside-item.alt-news {
  background-image: url("../images/niconb.png");
}

.aside-item.alt-pro {
  background-image: url("../images/piconb.png");
}

.aside-item.alt-pro1 {
  background-image: url("../images/pro1iconb.png");
}

.aside-list .item:hover .aside-item,
.aside-list .item.active .aside-item {
  border-color: #014099;
  background-color: #014099;
  background-image: url("../images/aiconhbig.png");
}

.aside-list .item:hover .aside-item.alt-news,
.aside-list .item.active .aside-item.alt-news {
  background-image: url("../images/niconhb.png");
}

.aside-list .item:hover .aside-item.alt-pro,
.aside-list .item.active .aside-item.alt-pro {
  background-image: url("../images/piconbh.png");
}

.aside-list .item:hover .aside-item.alt-pro1,
.aside-list .item.active .aside-item.alt-pro1 {
  background-image: url("../images/pro1iconhb.png");
}

.aside-list .item:hover .aside-item.alt1,
.aside-list .item.active .aside-item.alt1 {
  background-position: center 18px;
}

.aside-list .item:hover .aside-item.alt2,
.aside-list .item.active .aside-item.alt2 {
  background-position: center -48px;
}

.aside-list .item:hover .aside-item.alt3,
.aside-list .item.active .aside-item.alt3 {
  background-position: center -114px;
}

.aside-list .item:hover .aside-item.alt4,
.aside-list .item.active .aside-item.alt4 {
  background-position: center -180px;
}

.aside-list .item:hover .aside-item.alt5,
.aside-list .item.active .aside-item.alt5 {
  background-position: center -245px;
}

.aside-list .item:hover .aside-item.alt6,
.aside-list .item.active .aside-item.alt6 {
  background-position: center -315px;
}

.aside-item-info {
  position: absolute;
  left: 27px;
  top: 0;
  background: #fff;
  width: 0;
  height: 54px;
  border-top-right-radius: 27px;
  border-bottom-right-radius: 27px;
  font-size: 16px;
  line-height: 54px;
  color: #000;
  padding-left: 0;
  overflow: hidden;
  /* transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s; */
}

.aside-list .item.active .aside-item-info,
.aside-list .item:hover .aside-item-info {
  width: 125px;
  padding-left: 39px;
}

.louceng {
  position: relative;
}

.louceng .alevel {
  position: absolute;
  left: 0;
  top: 0;
}

/* ===================================
  global  end 
=====================================*/
/* ===================================
  index  start 
=====================================*/
.section-ban>img {
  display: block;
  width: 100%;
}

.ban-down {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 10;
  width: 360px;
  height: 231px;
  background: url("../images/bg1.png") no-repeat center center;
}

.ban-d-btn {
  position: absolute;
  right: 28px;
  bottom: 20px;
  font-size: 16px;
  color: #fff;
  padding-bottom: 38px;
  background: url("../images/jdown.png") no-repeat center bottom;
}

.ban-info {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.ban-info-par {
  display: table;
  width: 100%;
  height: 100%;
  text-align: center;
}

.ban-info-item {
  display: table-cell;
  /* vertical-align: middle; */
  padding-top: 10%;
  /* text-shadow: 1px 1px 1px #5f5f5f; */
}

.ban-info-box {
  width: 580px;
  margin: 0 auto;
  /* padding-left: 40px; */
}

.ban-info-box header {
  margin-bottom: 38px;
}

.ban-more {
  padding-bottom: 20px;
}

.ban-info-box {
  text-align: left;
}

.ban-info-box header h1 {
  font-size: 50px;
  /* font-size: 60px; */
  color: #05439a;
  line-height: 1;
  margin-bottom: 30px;
}

.ban-info-box header p {
  font-size: 30px;
  color: #05439a;
  line-height: 45px;
}

.section2 {
  padding: 107px 0 85px 0;
  background-image: url("../images/iproductbg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
}

.i-h2 {
  font-size: 40px;
  line-height: 58px;
  color: #fff;
}

.i-por-right,
.i-por-left {
  display: inline-block;
  vertical-align: middle;
  width: 40%;
}

.i-por-right {
  width: 59%;
}

.g-p {
  width: 10%;
  font-size: 16px;
  color: #999;
  text-align: center;
  line-height: 1;
}

.g-wrap {
  width: 90%;
}

.g-p .item,
.g-wrap .item {
  display: none;
}

.g-p .item.active,
.g-wrap .item.active {
  display: block;
}

.g-wrap h2 {
  font-size: 34px;
  line-height: 1;
  color: #fff;
  margin-bottom: 21px;
}

.g-wrap h2 #id {
  font-style: oblique;
}

.g-wrap h2 i {
  font-style: unset;
}

.g-wrap p {
  font-size: 22px;
  line-height: 30px;
  color: #fff;
  padding-right: 50px;
}

.ban-more.alt {
  margin-top: 39px;
}

.i-pro-img img {
  display: block;
  width: 100%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.i-pro-img:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.index-porduct {
  height: 769px;
}

.i-p-pagination .swiper-pagination-switch {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #fff;
  color: #fff;
  margin-right: 10px;
  cursor: pointer;
  line-height: 50px;
  text-align: center;
}

.i-p-pagination .swiper-active-switch {
  background: #fff;
  color: #014099;
}

.section3 {
  padding: 92px 0;
  background-image: url("../images/inewbg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
}

.i-new-left {
  width: 29%;
}

.i-new-right {
  width: 71%;
}

.col-000 {
  color: #000;
}

.i-n-header p {
  font-size: 22px;
  color: #999;
}

.alt-new {
  margin-top: 60px;
}

.i-n-i-l {
  width: 14.3%;
  padding-left: 20px;
}

.i-n-i-l p {
  font-size: 22px;
  color: #999;
}

.i-n-i-r {
  width: 85%;
}

.i-n-i-r h2 {
  width: 80%;
  font-size: 34px;
  color: #014099;
  line-height: 50px;
  margin-bottom: 20px;
}

.i-n-i-r p {
  width: 70%;
  font-size: 22px;
  color: #000;
  line-height: 40px;
}

.go-info-more {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #014099;
  padding-bottom: 3px;
  margin-top: 40px;
  margin-bottom: 20px;
  padding-right: 18px;
  background-image: url("../images/newj.png");
  background-repeat: no-repeat;
  background-position: 95% center;
  border-bottom: 1px solid #014099;
}

.go-info-more.alt-news {
  position: absolute;
  bottom: 0;
  margin-bottom: 0;
}

.go-info-more.alt-news.alt-nlist {
  right: 0;
}

.i-new-list .item {
  float: left;
  width: 33.33%;
  padding: 0 1px;
}

.i-n-list-box {
  padding: 20px;
  background: #fff;
}

.i-n-list-box span {
  font-size: 18px;
  line-height: 30px;
  color: #999;
}

.i-new-bottom {
  margin-top: 80px;
}

.bg-4 {
  padding: 70px 0 94px 0;
  background-image: url("../images/iabout1bg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
}

.i-about-p {
  width: 29%;
  font-size: 24px;
  line-height: 40px;
  color: #fff;
  margin: 10px 0 30px 0;
}

.i-about-l,
.i-about-r {
  width: 50%;
  padding: 76px 116px 57px 116px;
  background-image: url("../images/iabout2bg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
}

.i-about-r {
  background-image: url("../images/iabout3.jpg");
}

.i-a-item-l {
  width: 10%;
  font-size: 18px;
  color: #999;
  padding-left: 13px;
}

.page-template-page_service .ban-info-item .about-t-p {
  font-size: 30px;
}

@media screen and (max-width: 1440px) {
  .page-template-page_service .ban-info-item .about-t-p {
    font-size: 22px;
    line-height: 34px;
  }
}

.i-a-item-r {
  width: 90%;
}

.i-a-item-r h2 {
  font-size: 32px;
  color: #fff;
}

.i-a-item-r p {
  font-size: 22px;
  color: #fff;
}

.i-a-more {
  padding-left: 10%;
}

.i-a-more a {
  display: block;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  background-color: #fff;
  background-image: url("../images/jl.png");
  background-repeat: no-repeat;
  background-position: center center;
  margin-top: 133px;
}

.section5 {
  padding: 92px 0 126px 0;
  background-image: url("../images/iquan.jpg");
  background-repeat: no-repeat;
  background-position: center center;
}

.i-map-l {
  width: 29%;
}

.i-map-r {
  width: 71%;
}

.i-map-r img {
  display: block;
  width: 100%;
}

.alt-b {
  border: 1px solid #014099;
}

/* ===================================
  index  end 
=====================================*/
/* ===================================
  about  start 
=====================================*/
.main-wrap.alt {
  /* padding-top: 149px; */
}

.item-ban {
  height: 787px;
}

.item-ban.alt-detail {
  height: 520px;
}

.ban-info-par.alt {
  text-align: left;
}

.about-t-h2 {
  font-size: 60px;
  color: #05439a;
  line-height: 70px;
  margin-bottom: 30px;
}

.go-more.active {
  color: #fff;
  background-color: #014099;
  background-image: url("../images/jlh.png");
  border: 1px solid #014099;
}

.go-more.active:before {
  background-color: #fff;
}

.about-section6,
.about-section5,
.about-section4,
.about-section3,
.about-section2,
.about-section1 {
  padding: 100px 0;
}

.about-section5 {
  padding-bottom: 0;
}

.about-section6 {
  background-color: #ededed;
}

.about-section4 {
  background-image: url("../images/whbg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
}

.about-section1 {
  border-bottom: 1px solid #e8e8e8;
}

.about-header1 {
  margin-bottom: 57px;
}

.a-h2,
.about-header1 h2 {
  font-size: 40px;
  color: #000;
  margin-bottom: 30px;
}

.a-h2.col-fff {
  color: #fff;
}

.about-header1 p {
  font-size: 20px;
  color: #000;
  line-height: 35px;
  margin-bottom: 32px;
}

.about-com-list .item {
  float: left;
  width: 25%;
  text-align: center;
}

.about-com-list .item .text1 {
  font-size: 44px;
  color: #014099;
}

.about-com-list .item .text2 {
  font-size: 20px;
  color: #000;
}

.about-com-list .item .a-c-b-img {
  width: 80px;
  height: 80px;
  margin: auto;
  background-image: url("../images/aicon_cbig.png");
  background-repeat: no-repeat;
  background-position: 0 center;
}

.about-com-list .item .a-c-b-img.alt1 {
  background-position: 13px center;
}

.about-com-list .item .a-c-b-img.alt2 {
  background-position: -127px center;
}

.about-com-list .item .a-c-b-img.alt3 {
  background-position: -298px center;
}

.about-com-list .item .a-c-b-img.alt4 {
  background-position: -446px center;
}

.fz-time-line {
  padding: 0 80px;
}

.fz-time-line:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -80%;
  width: 2px;
  height: 40px;
  background: #014099;
}

.fz-time-box {
  height: 80px;
}

.fz-btn {
  position: absolute;
  left: 0;
  top: 50%;
  width: 66px;
  height: 66px;
  border: 1px solid #014099;
  border-radius: 50%;
  margin-top: -33px;
  background-image: url("../images/fzjbig.png");
  background-repeat: no-repeat;
  background-position: 0 center;
  cursor: pointer;
}

.fz-btn.next {
  background-position: -66px center;
  left: auto;
  right: 0;
}

.fz-time-box:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  background: #014099;
  margin-top: -1px;
}

.fz-s-a {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 14px;
  height: 14px;
  border: 1px solid #014099;
  border-radius: 50%;
  margin-left: -7px;
  margin-top: -7px;
  background-color: #fff;
  color: #fff;
  text-align: center;
  line-height: 14px;
  overflow: hidden;
}

.fz-s-a:hover {
  cursor: default;
}

.fz-time-box .swiper-slide-active .fz-s-a {
  width: 80px;
  height: 80px;
  margin-left: -40px;
  margin-top: -40px;
  line-height: 80px;
  background-color: #014099;
}

.join-gs-wrap {
  height: 520px;
}

.fz-time-info {
  margin-top: 80px;
  height: 520px;
}

.fz-t-l,
.fz-t-r {
  width: 50%;
  height: 100%;
  background-color: #f2f2f2;
}

.fz-info-img .swiper-wrapper,
.f-i-i-box,
.fz-info-img {
  height: 100%;
}

.fz-info-img .swiper-slide {
  width: 100%;
  height: 100%;
}

.fz-info-text {
  position: relative;
  height: 440px;
}

.fz-info-text:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  height: 100%;
  background-color: #999;
}

.fz-t-l {
  padding: 40px;
}

.f-item-t {
  padding-left: 26px;
}

.f-item-t h2 {
  font-size: 44px;
  color: #014099;
}

.f-item-t p {
  font-size: 24px;
  color: #000;
}

.about-team-list {
  margin-left: -36px;
  margin-right: -36px;
}

.about-team-list .item {
  float: left;
  width: 25%;
  padding: 0 36px 72px 36px;
}

.a-t-img {
  overflow: hidden;
}

.a-t-img img {
  display: block;
  width: 100%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transform-origin: 50% 0%;
  transform: scale(1.2);
}

.a-t-img:hover img {
  transform: scale(1.25);

}

.a-t-t {
  padding: 20px 30px;
  background-color: #f2f2f2;
  color: #000;
}

.a-t-t .text1 {
  font-size: 22px;
}

.a-t-t .tex2 {
  font-size: 20px;
}

.about-wh-list .item {
  float: left;
  width: 50%;
}

.about-wh-list .item .wh-img {
  width: 68px;
  height: 66px;
  margin-bottom: 30px;
  background-image: url("../images/whiconbig.png");
  background-repeat: no-repeat;
  background-position: 0 center;
  margin-left: 5%;
}

.about-wh-list .item .wh-img.alt1 {
  background-position: 0 center;
}

.about-wh-list .item .wh-img.alt2 {
  background-position: -547px center;
}

.about-wh-list .item .wh-img.alt3 {
  background-position: -1093px center;
}

.wh-info:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  height: 134px;
  background-color: #999;
}

.wh-info .wh-i-l {
  float: left;
  width: 13.75%;
  font-size: 16px;
  padding-left: 14px;
  color: #999;
}

.wh-info .wh-i-r {
  float: left;
  width: 86.25%;
  color: #fff;
  padding-right: 11.75%;
  margin-left: 5%;
}

.wh-info .wh-i-r .text1 {
  font-size: 24px;
  margin-bottom: 16px;
}

.wh-info .wh-i-r .text2 {
  font-size: 20px;
  line-height: 30px;
}

.about-t-p {
  font-size: 30px;
  color: #05439a;
  line-height: 40px;
  margin-bottom: 40px;
}

/* ===================================
  about  end 
=====================================*/
/* ===================================
  joinus  start 
=====================================*/
.join-gs-wrap {
  background-color: #f2f2f2;
}

.j-gs-l,
.j-gs-r {
  float: left;
  width: 50%;
  height: 100%;
}

.j-gs-l {
  padding: 40px;
}

.j-gs-r {
  float: right;
  overflow: hidden;
}

.j-gs-r img {
  display: block;
  width: 100%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.j-gs-r:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.j-gs-text {
  padding-left: 23px;
  color: #000;
}

.j-gs-text:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  height: 100%;
  background-color: #999;
  display: block;
}

.j-gs-text h2 {
  font-size: 26px;
  margin-bottom: 23px;
}

.j-gs-text .text1 {
  font-size: 22px;
  line-height: 30px;
}

.j-gs-text {
  height: 440px;
}

.about-section4.alt-join,
.about-section2.alt-join {
  background-color: #ededed;
}

.about-section4.alt-join {
  background-image: none;
}

.join-rc-wrap {
  margin-top: 37px;
}

.join-rc-tabs {
  color: #000;
}

.join-rc-tabs .text1 {
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 24px;
  padding-bottom: 5px;
  margin: 0 20px;
  cursor: pointer;
}

.join-rc-tabs .text1:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #014099;
  display: none;
}

.join-rc-tabs .text1.active {
  color: #014099;
}

.join-rc-tabs .text1.active:before {
  display: block;
}

.join-rc-select {
  margin-top: 23px;
}

.j-rc-dq,
.j-rc-bm {
  display: inline-block;
  vertical-align: middle;
  margin: 0 8px;
}

.go-more.alt-join.active:hover {
  background-image: url("../images/jdh.png");
}

.go-more.alt-join {
  background-position: 84% center;
}

.go-more.alt-join.active {
  background-image: url("../images/jd.png");
}

.join-rc-info {
  margin-top: 40px;
  background-color: #fff;
}

.join-rc-table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

.join-rc-table td,
.join-rc-table th {
  width: 16.66%;
  text-align: left;
}

.join-rc-table th {
  font-size: 20px;
  padding: 23px 30px;
  color: #014099;
}

.join-rc-table td {
  font-size: 18px;
  color: #000;
  padding: 11px 30px 22px 30px;
  border-bottom: 1px solid #e8e8e8;
}

.join-rc-table thead {
  border-bottom: 2px solid #014099;
}

.join-paga-list .item {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}

.join-paga-list .item a {
  display: block;
  width: 66px;
  height: 66px;
  text-align: center;
  line-height: 66px;
  background-color: #f2f2f2;
  color: #000;
  border-radius: 50%;
}

.join-paga-list .item.page.active a {
  background-color: #014099;
  color: #fff;
}

.join-paga-list .item.last a,
.join-paga-list .item.first a {
  background-image: url("../images/fzjbig.png");
  background-repeat: no-repeat;
  background-position: 0 center;
  background-color: #fff;
  border: 1px solid #014099;
}

.join-paga-list .item.last a {
  background-position: -66px center;
}

.join-pagation {
  margin-top: 40px;
  padding-bottom: 40px;
}

.join-xc-wrap {
  display: table;
  width: 100%;
  background-color: #fff;
}

.j-xc-l,
.j-xc-r {
  width: 50%;
  display: table-cell;
  vertical-align: top;
  overflow: hidden;
}

.j-xc-l img {
  display: block;
  width: 100%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.j-xc-l:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.j-xc-r {
  padding: 40px;
  border: 1px solid #e8e8e8;
}

.j-xc-t-img {
  display: block;
  width: 66px;
  height: 66px;
  background-image: url("../images/xcbig.png");
  background-repeat: no-repeat;
  background-position: center top;
  margin-left: 10%;
  margin-bottom: 30px;
}

.j-xc-t-img.alt2 {
  background-position: center bottom;
}

.j-xc-t-box .text1 {
  width: 10%;
  font-size: 16px;
  line-height: 25px;
  color: #666;
  padding-left: 13px;
}

.j-xc-t-box .text2 {
  width: 90%;
}

.j-xc-t-box .text2 h2 {
  font-size: 24px;
  color: #000;
  margin-bottom: 10px;
}

.j-xc-t-box:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  height: 130px;
  background-color: #999;
}

.j-xc-text1 {
  margin-bottom: 40px;
}

.text2-list .item {
  font-size: 20px;
  line-height: 30px;
  padding-left: 15px;
  color: #666;
  background-image: url("../images/jpoint.png");
  background-repeat: no-repeat;
  background-position: left 9px;
}

.text2-list .item h4 {
  color: #000;
  margin-bottom: 18px;
}

.text2-itemlist {
  margin-bottom: 18px;
}

.text2-itemlist li {
  font-size: 16px;
  line-height: 22px;
}

.a-p {
  font-size: 20px;
  color: #000;
  margin-bottom: 36px;
}

.join-gs-wrap.alt-px {
  margin-bottom: 54px;
  background-color: #fff;
}

.join-gs-wrap.odd.alt-px .j-gs-l {
  float: left;
  width: 50%;
}

.join-gs-wrap.odd.alt-px .j-gs-r {
  float: right;
  width: 50%;
}

.join-gs-wrap.even.alt-px .j-gs-l {
  float: right;
  width: 50%;
}

.join-gs-wrap.even.alt-px .j-gs-r {
  float: left;
  width: 50%;
}

.j-gs-text .px-text1 {
  float: left;
  width: 10%;
  font-size: 22px;
  color: #999;
  line-height: 30px;
}

.j-gs-text .px-text2 {
  float: left;
  width: 90%;
}

.join-zy-wrap {
  margin-top: 77px;
}

.j-yg-l,
.j-yg-r {
  width: 48%;
}

.j-yg-l img,
.j-yg-r img {
  display: block;
  width: 100%;
}

.j-yg-l .join-playbtn,
.j-yg-r .join-playbtn {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-left: -30px;
  margin-top: -30px;
  background-image: url("../images/joinj.png");
  background-repeat: no-repeat;
  background-position: center center;
}

.job-content {
  display: none;
}

.job-content.active {
  display: block;
}

.job-ul {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 50;
  display: none;
  width: 100%;
}

.job-ul a {
  display: block;
  font-size: 18px;
  line-height: 32px;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  background-color: #014099;
}

.job-ul a:hover {
  color: #014099;
  background-color: #fff;
}

/* ===================================
  joinus  end 
=====================================*/
/* ===================================
  service  start 
=====================================*/
.service-lc-wrap img {
  display: block;
  width: 100%;
}

.service-jszc-cont1 {
  display: table;
  width: 100%;
}
.service-jszc-cont1 .modify_jszc >img {
  width: 100%;
}

.s-jszc-l,
.s-jszc-r {
  width: 50%;
  display: table-cell;
  vertical-align: middle;
}

.s-jszc-l-img {
  width: 81%;
  margin: auto 0 auto auto;
}

.s-jszc-l-img img {
  display: block;
  width: 100%;
}

.s-jszc-r-box {
  position: relative;
  display: inline-block;
  width: 720px;
  height: 720px;
}

.s-jszc-r-box .s-jszc-r-centerp {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 50;
  margin-left: -75px;
  margin-top: -25px;
  font-size: 54px;
  color: #fff;
  font-weight: bold;
}

.s-jszc-r-box .item {
  position: absolute;
  display: table;
  width: 368px;
  height: 368px;
  background-color: rgba(1, 64, 153, 0.9);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#E5014099, 99, endColorstr=#E5014099, 99);
  /*IE8支持*/
  border-radius: 50%;
}

.s-jszc-r-box .item.alt1 {
  left: 50%;
  top: 0;
  margin-left: -184px;
}

.s-jszc-r-box .item.alt1 .s-js-img {
  width: 108px;
}

.s-jszc-r-box .item.alt1 .s-js-r-cont {
  top: -44px;
}

.s-jszc-r-box .item.alt2 {
  right: 0;
  top: 50%;
  margin-top: -184px;
  z-index: 10;
}

.s-jszc-r-box .item.alt2 .s-js-img {
  width: 126px;
}

.s-jszc-r-box .item.alt2 .s-js-r-cont {
  right: -13px;
}

.s-jszc-r-box .item.alt3 {
  left: 50%;
  bottom: 0;
  margin-left: -184px;
}

.s-jszc-r-box .item.alt3 .s-js-img {
  width: 120px;
}

.s-jszc-r-box .item.alt4 {
  left: 0;
  top: 50%;
  margin-top: -184px;
  z-index: 10;
}

.s-jszc-r-box .item.alt4 .s-js-img {
  width: 116px;
}

.s-jszc-r-box .item.alt4 .s-js-r-cont {
  left: -13px;
}

.s-js-r-cont {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  z-index: 20;
}

.s-js-r-cont .text1 {
  font-size: 26px;
  color: #fff;
  margin-top: 10px;
}

.s-js-r-cont .s-js-img {
  margin: 0 auto;
}

.s-js-r-cont .s-js-img img {
  display: block;
  width: 100%;
}

.service-jszc-wrap2 {
  margin-top: 77px;
}

.service-jszc-wrap2 .item {
  background: #fff;
  margin-bottom: 40px;
}

.service-jszc-wrap2 .item .s-i-c1-l {
  position: relative;
  padding: 40px;
  width: 50%;
}

.service-jszc-wrap2 .item .s-i-c1-r {
  width: 50%;
  overflow: hidden;
}

.service-jszc-wrap2 .item .s-i-c1-r img {
  display: block;
  width: 100%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.service-jszc-wrap2 .item .s-i-c1-r:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.service-jszc-wrap2 .item.odd .s-i-c1-l {
  float: left;
}

.service-jszc-wrap2 .item.odd .s-i-c1-r {
  float: right;
}

.service-jszc-wrap2 .item.even .s-i-c1-l {
  float: right;
}

.service-jszc-wrap2 .item.even .s-i-c1-r {
  float: left;
}

.service-jszc-wrap2 .s-i-cont1 {
  border-bottom: 1px solid #e8e8e8;
}

.s-jszc-common-box:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  height: 100%;
  background-color: #999;
}

.s-jszc-common-box .s-com-l {
  position: absolute;
  left: 3px;
  top: 0;
  font-size: 22px;
  color: #999;
  padding-left: 13px;
}

.s-jszc-common-box .s-com-l.style1 {
  font-size: 16px;
}

.s-jszc-common-box .s-com-r {
  padding-left: 60px;
}

.s-jszc-common-box .s-com-r h2 {
  font-size: 26px;
  color: #000;
  line-height: 35px;
}

.s-jszc-common-box .s-com-r h3 {
  font-size: 24px;
  color: #000;
  margin-bottom: 17px;
}

.s-jszc-common-box .s-com-r ul li {
  font-size: 22px;
  line-height: 32px;
  color: #666;
  padding-left: 20px;
  background-image: url("../images/jpoint.png");
  background-repeat: no-repeat;
  background-position: left 10px;
}

.s-com-down {
  position: absolute;
  left: 4.42%;
  bottom: 40px;
  width: 66px;
  height: 66px;
  border: 1px solid #014099;
  border-radius: 50%;
  background-color: #014099;
  background-image: url("../images/jdownb.png");
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}

.s-com-down:hover {
  background-color: transparent;
  background-image: url("../images/jdownbh.png");
}

.s-i-c-l-img img,
.s-i-cont1-img img {
  display: block;
  width: 100%;
}

.s-i-c-l-img {
  width: 66px;
  height: 66px;
  margin-left: 60px;
  margin-bottom: 40px;
}

.service-jszc-wrap2 .item .s-i-cont1-img {
  position: absolute;
  bottom: 60px;
}

.service-jszc-wrap2 .item.odd .s-i-cont1-img {
  right: 55%;
}

.service-jszc-wrap2 .item.even .s-i-cont1-img {
  right: 5%;
}

.service-jszc-wrap2 .item.even .s-com-down {
  left: 54.42%;
}

.service-jszc-wrap2 .item.alt1 .s-i-cont1-img {
  width: 228px;
}

.service-jszc-wrap2 .item.alt1 .s-i-cont2-list .item {
  width: 33.33%;
}

.service-jszc-wrap2 .item.alt2 .s-i-cont1-img {
  width: 250px;
}

.service-jszc-wrap2 .item.alt2 .s-i-cont2-list .item {
  width: 50%;
}

.service-jszc-wrap2 .item.alt3 .s-i-cont1-img {
  width: 214px;
}

.service-jszc-wrap2 .item.alt3 .s-i-cont2-list .item {
  width: 33.33%;
}

.service-jszc-wrap2 .item.alt4 .s-i-cont1-img {
  width: 234px;
}

.service-jszc-wrap2 .item.alt4 .s-i-cont2-list .item {
  width: 50%;
}

.s-i-cont2 {
  padding: 77px 0 120px 0;
}

.s-i-cont2-list .item {
  float: left;
  margin-bottom: 0;
  padding-left: 40px;
}

/* ===================================
  service  end 
=====================================*/
/* ===================================
  contactUs  start 
=====================================*/
.cont-class-wrap {
  position: absolute;
  right: 0;
  bottom: 0;
}

.cont-class-wrap .item {
  display: inline-block;
  vertical-align: middle;
  margin-left: 30px;
}

.cont-class-wrap .item .cont-r-img {
  display: inline-block;
  vertical-align: middle;
  width: 50px;
}

.cont-class-wrap .item .cont-r-img img {
  display: block;
  width: 100%;
}

.cont-class-wrap .item span {
  display: inline-block;
  vertical-align: middle;
  font-size: 22px;
  color: #000;
}

.louceng.alt-cont {
  border-bottom: 1px solid #e8e8e8;
}

.cont-sec2-box {
  height: 520px;
  background-color: #f2f2f2;
  margin-bottom: 54px;
}

.container-1 p {}

.cont-sec2-box:last-child .cont-s-b-r {
  /* display: none; */
}

.about-section3:last-child .cont-sec2-box:last-child .cont-s-b-r img {

  /* display: none; */
}

.cont-sec2-box.alt-style1 {
  margin-bottom: 0;
}

.cont-sec2-box .cont-s-b-l {
  padding: 40px;
}

.cont-sec2-box .cont-s-b-l,
.cont-sec2-box .cont-s-b-r {
  width: 50%;
  height: 100%;
}

.cont-sec2-box .cont-s-b-r {
  overflow: hidden;
}

.cont-sec2-box .cont-s-b-r img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.cont-sec2-box .cont-s-b-r:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.cont-sec2-box.odd .cont-s-b-l {
  float: left;
}

.cont-sec2-box.odd .cont-s-b-r {
  float: right;
}

.cont-sec2-box.even .cont-s-b-l {
  float: right;
}

.cont-sec2-box.even .cont-s-b-r {
  float: left;
}

.cont-s-b-l-text {
  position: relative;
  padding-left: 30px;
  height: 100%;
}

.cont-s-b-l-text:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  height: 100%;
  background-color: #999;
}

.cont-s-b-l-text h2 {
  font-size: 26px;
  color: #014099;
  margin-bottom: 25px;
}

.cont-s-b-l-text p {
  font-size: 22px;
  line-height: 32px;
  color: #000;
}

.cont-s-b-l-more {
  position: absolute;
  left: 30px;
  bottom: 30px;
}

.cont-s-more {
  position: relative;
  display: block;
  font-size: 22px;
  color: #000;
  line-height: 66px;
  height: 66px;
  border-radius: 33px;
  padding: 0 100px 0 54px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 90% center;
}

.cont-s-more.alt-zb {
  background-image: url("../images/cicon11.png");
}

.cont-s-more.alt-gc {
  background-image: url("../images/cicon22.png");
}

.cont-s-more.alt-xs {
  background-image: url("../images/cicon33.png");
}

.cont-s-more:before {
  content: "";
  position: absolute;
  right: 25%;
  top: 0;
  display: block;
  width: 1px;
  height: 100%;
  background-color: #999;
}

/* ===================================
  contactUs  end 
=====================================*/
/* ===================================
  news  start 
=====================================*/
.news-up-wrap {
  height: 520px;
  background-color: #f2f2f2;
}

.news-up-wrap .n-up-l,
.news-up-wrap .n-up-r {
  float: left;
  width: 50%;
  height: 100%;
}

.news-up-wrap .n-up-l {
  padding: 40px;
}

.news-up-wrap .n-up-r {
  float: right;
  overflow: hidden;
}

.news-up-wrap .n-up-r img {
  display: block;
  width: 100%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.news-up-wrap .n-up-r:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.n-up-l-item {
  height: 100%;
  padding-left: 25px;
}

.n-up-l-item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 2px;
  height: 100%;
  background-color: #999;
}

.n-up-l-item span {
  font-size: 22px;
  color: #999;
}

.n-up-l-item h2 {
  font-size: 26px;
  color: #014099;
  line-height: 32px;
  margin-bottom: 30px;
  margin-top: 20px;
}

.n-up-l-item p {
  font-size: 22px;
  line-height: 30px;
  color: #000;
}

.news-list .item {
  padding: 40px;
  border-bottom: 1px solid #e8e8e8;
}

.news-list .news-l-box {
  position: relative;
  padding-right: 90px;
}

.news-list .news-l-box h2 {
  font-size: 24px;
  color: #000;
  line-height: 26px;
}

.news-list .news-l-box p {
  font-size: 16px;
  color: #999;
}

.act-box {
  background-color: #fff;
}

.act-box .act-b-l,
.act-box .act-b-r {
  float: left;
  width: 50%;
  height: 100%;
}

.act-box.odd .act-b-l {
  float: left;
}

.act-box.odd .act-b-r {
  float: right;
}

.act-box.even .act-b-l {
  float: right;
}

.act-box.even .act-b-r {
  float: left;
}

.act-box .act-b-l {
  padding: 40px;
}

.act-box .act-b-r {
  float: right;
  overflow: hidden;
}

.act-box .act-b-r img {
  display: block;
  width: 100%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.act-box .act-b-r:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.act-b-l-item {
  padding-left: 25px;
}

.act-b-l-item h2 {
  font-size: 26px;
  color: #000;
  margin-bottom: 20px;
}

.act-b-l-item h2 #id {
  font-style: oblique;
}

.act-b-l-item h2 i {
  font-style: unset;
}

.act-b-l-item p {
  font-size: 22px;
  color: #000;
  margin-bottom: 20px;
}

.act-b-l-item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  height: 120px;
  background-color: #999;
}

.act-box {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  margin-bottom: 54px;
}

.act-box .act-more {
  position: absolute;
  width: 66px;
  height: 66px;
  background-color: #014099;
  border: 1px solid #014099;
  border-radius: 33px;
  background-image: url("../images/nbtn.png");
  background-repeat: no-repeat;
  background-position: -66px center;
}

.act-box.odd .act-more {
  bottom: 40px;
  left: 5.33%;
}

.act-box.even .act-more {
  bottom: 40px;
  left: 55.33%;
}

.news-d-wrap .n-d-l {
  float: left;
  width: 25%;
}

.news-d-wrap .n-d-r {
  float: right;
  width: 74%;
}

.n-d-l-text {
  position: relative;
  padding-left: 30px;
  padding-right: 40px;
}

.n-d-l-text:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  height: 100%;
  background-color: #999;
}

.n-d-l-text h2 {
  font-size: 40px;
  line-height: 54px;
  color: #014099;
}

.n-d-l-text p {
  font-size: 24px;
  line-height: 32px;
  color: #000;
  margin: 10px 0;
  padding-bottom: 10px;
}

.n-d-r-text p {
  font-size: 22px;
  color: #000;
  line-height: 30px;
  margin-bottom: 30px;
}

/* ===================================
  news  end 
=====================================*/
/* ===================================
  product  start 
=====================================*/
.pro-gs-wrap {
  font-size: 0;
  margin-top: 80px;
}

.pro-gs-wrap .item.alt-1 {
  margin-top: -35px;
}

.pro-gs-wrap .box {
  position: relative;
  display: inline-block;
  width: 260px;
  height: 260px;
  line-height: 260px;
  text-align: center;
  background-color: #014099;
  border-radius: 50%;
  margin: 0 20px;
}

.pro-gs-wrap .box .text1 {
  position: absolute;
  width: 100%;
  display: block;
  font-size: 22px;
  color: #fff;
  padding: 26px;
  box-sizing: border-box;
  line-height: 260px;
}

.pro-gs-wrap .box .text1 #em {
  font-style: oblique;
}

.pro-gs-wrap .box.alt1 {
  background-color: #fff;
  border: 2px solid #014099;
}

.pro-gs-wrap .box.alt3 {
  background-color: rgba(1, 64, 153, 0.9);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#E5014099, 99, endColorstr=#E5014099, 99);
  /*IE8支持*/
}

.pro-gs-wrap .box.alt3:hover {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#ffffff);
  /*IE8支持*/
}

.pro-gs-wrap .box.alt4 {
  background-color: rgba(1, 64, 153, 0.6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99014099, 99, endColorstr=#99014099, 99);
  /*IE8支持*/
}

.pro-gs-wrap .box.alt4:hover {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#ffffff);
  /*IE8支持*/
}

.pro-gs-wrap .box.alt5 {
  background-color: rgba(1, 64, 153, 0.7);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2014099, 99, endColorstr=#B2014099, 99);
  /*IE8支持*/
}

.pro-gs-wrap .box.alt5:hover {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#ffffff);
  /*IE8支持*/
}

.pro-gs-wrap .box.alt6 {
  background-color: rgba(1, 64, 153, 0.8);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#C8014099, 99, endColorstr=#C8014099, 99);
  /*IE8支持*/
}

.pro-gs-wrap .box.alt6:hover {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#ffffff);
  /*IE8支持*/
}

.pro-gs-wrap .box:hover {
  border: 2px solid #014099;
  background-color: #fff;
}

.pro-gs-wrap .box:hover .text1 {
  color: #014099;
}

.act-b-l-item.alt-pro-s {
  padding-left: 64px;
}

.act-b-l-item .text-lit {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 22px;
  color: #999;
  padding-left: 13px;
}

.act-b-l-item .text3 {
  display: block;
  font-size: 22px;
  color: #999;
}

.act-b-l-item .p-more {
  display: block;
  font-size: 22px;
  color: #999;
  margin-bottom: 5px;
}

.act-box:hover .text3,
.act-box:hover .p-more {
  display: block;
  color: #fff;
}

.main-cala-list .item {
  float: left;
}

.main-cala-list .item:hover a,
.main-cala-list .item.active a {
  background-color: #014099;
  color: #fff;
}

.main-cala-list .item:hover a:before,
.main-cala-list .item.active a:before {
  display: block;
}

.main-cala-list .w100 {
  width: 100%;
}

.main-cala-list .w50 {
  width: 50%;
}

.main-cala-list .w25 {
  width: 25%;
}

.main-cala-list a {
  position: relative;
  display: block;
  font-size: 24px;
  color: #000;
  text-align: center;
  line-height: 80px;
}

.main-cala-list a:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  display: none;
  width: 40px;
  height: 13px;
  margin-left: -20px;
  background-image: url("../images/calajb.png");
  background-repeat: no-repeat;
  background-position: center center;
}

.product-wrap .pro-m-l {
  float: left;
  width: 30%;
  /* padding-right: 166px; */
}

.product-wrap .pro-m-l .text4 {
  font-size: 26px;
  color: #014099;
}

.product-wrap .pro-m-l .text4.alt-pro1 {
  color: #fff;
}

.product-wrap .pro-m-r {
  float: right;
  width: 66.66%;
}

.product-wrap .pro-m-r p {
  font-size: 22px;
  line-height: 32px;
  color: #000;
  margin-bottom: 35px;
}

.pro-cp-text {
  padding-bottom: 20px;
  padding-left: 26px;
}

.pro-cp-text h2 {
  font-size: 40px;
  color: #014099;
  margin-bottom: 30px;
}

.pro-cp-text p {
  font-size: 22px;
  color: #000;
  line-height: 32px;
  margin-bottom: 40px;
}

.pro-cp-text:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  height: 100%;
  background-color: #999;
  display: block;
}

.go-more.alt-pro.active {
  background-image: url("../images/pdfb.png");
  background-position: 88% center;
}

.p-m-r-wrap {
  margin-bottom: 30px;
  /* margin-bottom: 130px; */
}

.pro-m-r-list .item {
  float: left;
  width: 50%;
  min-height: 130px;
  padding-right: 115px;
}

.pro-m-r-list.alt-pro1 h2 {
  color: #fff;
}

.pro-m-r-list.alt-pro1 ul li {
  color: #d0d2d5;
  background: url('../images/fpoint.png') no-repeat 0 10px;
}

.pro-m-l-text {
  color: #000;
  padding-left: 60px;
}

.pro-m-l-text h2 {
  font-size: 26px;
  margin-bottom: 20px;
}

.pro-m-l-text ul li {
  font-size: 22px;
  line-height: 32px;
  padding-left: 22px;
  color: #666;
  background: url('../images/jpoint.png') no-repeat 0 10px;
}

.pro-m-l-text .text-1 {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 16px;
  color: #999;
  padding-left: 13px;
}

.pro-m-l-text:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  height: 130px;
  background-color: #999;
}

.about-section1.alt-pro1 {
  background-color: #596372;
}

.a-h2.alt-pro1 {
  color: #fff;
}

.sup {
  font-size: 12px;
}

.pro-m-r-list.odd .p-m-l {
  float: left;
}

.pro-m-r-list.odd .p-m-r {
  float: right;
}

.pro-m-r-list.even .p-m-l {
  float: right;
}

.pro-m-r-list.even .p-m-r {
  float: left;
}

.pro-m-l-img {
  width: 92.5%;
  overflow: hidden;
}

.pro-m-l-img img {
  display: block;
  width: 100%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.pro-m-l-img:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

/* ===================================
  product  end 
=====================================*/
/* ===================================
  search  atart 
=====================================*/
.search-wrap {
  max-width: 1000px;
  margin: 100px auto;
  padding: 0 20px;
}

.input-sear {
  float: left;
  width: 85%;
  font-size: 24px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #999;
  padding: 0 20px;
}

.input-sear:focus {
  border: 1px solid #014099;
}

.input-btn {
  float: right;
  width: 15%;
  font-size: 20px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  background: #014099;
  cursor: pointer;
}

.input-btn:hover {
  color: #014099;
  background: #fff;
  border: 1px solid #014099;
}

/* ===================================
  search  end 
=====================================*/

/* 2018-10-10 */
.fz-time-line {
  height: 700px;
}

.fz-time-box {
  height: 100%;
}

.fz-time-line:before {
  width: 0;
}

.fz-s-a-alt {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  font-size: 24px;
  color: #014099;
  text-align: center;
}

.fz-time-box .swiper-slide {
  position: relative;
}

.fz-time-box .swiper-slide:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 14px;
  height: 14px;
  border: 1px solid #014099;
  border-radius: 50%;
  margin-left: -7px;
  margin-top: -7px;
  background-color: #fff;
  color: #fff;
  text-align: center;
  line-height: 14px;
  overflow: hidden;

}

.fz-time-box .swiper-slide.odd .fz-s-a-alt {
  top: 55%;
}

.fz-time-box .swiper-slide.even .fz-s-a-alt {
  bottom: 55%;
}

.fz-s-a-text {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
}

.fz-time-box .swiper-slide.odd .fz-s-a-text {
  top: 65%;
}

.fz-time-box .swiper-slide.even .fz-s-a-text {
  bottom: 72%;
}

.fz-s-a-text p {
  position: relative;
  font-size: 20px;
  color: #000;
  padding-left: 15px;
  font-family: '宋体';
  line-height: 20px;
  font-weight: bold;
  font-size: 18px !important;
}

.fz-s-a-text p:before {
  content: "";
  position: absolute;
  left: 2px;
  top: 0;
  display: block;
  width: 2px;
  height: 100%;
  background: #014099;
}

/* 2018-10-10 */

/* 2018-10-11 */
.nav-lang-link {
  display: inline-block;
  font-size: 22px;
  padding: 0 5px;
  line-height: 66px;
  height: 66px;
  text-align: center;
  color: #000;
}

.nav-lang-link.active {
  color: #014099;
}

/* 2018-10-11 */

/* 2018-10-15 */
.join-yg-wrap .video-js {
  width: 100%;
}

.join-yg-wrap .vjs-poster {
  background-size: cover;
}

.join-yg-wrap .vjs-big-play-button {
  display: none;
}

.join-playbtn {
  cursor: pointer;
}

/* 2018-10-15 */


/* 2018-10-19 */
.pro-text-h3 {
  font-size: 22px;
  color: #2f2f2f;
  margin-bottom: 15px;
}

.pro-m-l-text ul {
  margin-bottom: 15px;
}

.about-section1.alt-pro1 {
  border-bottom: 0;
}

.main-cala-list .w33 {
  width: 33.33%;
}

.pro-gs-wrap .box .jg {
  position: absolute;
  left: 0;
  top: 0;
  display: table;
  width: 100%;
  height: 100%;
}

.pro-gs-wrap .box .text1 {
  position: static;
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  font-size: 22px;
  color: #fff;
  line-height: 25px;
  top: 30px;
}

.pro-gs-wrap .box.alt1 {
  background-color: #014099;
  border: none;
}

.pro-gs-wrap .box.alt1:hover .text1 {
  color: #014099;
}

.pro-gs-wrap .box {
  background-color: rgba(1, 64, 153, 0.9);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#E5014099, 99, endColorstr=#E5014099, 99);
}

.pro-gs-wrap .box.alt3 {
  background-color: rgba(1, 64, 153, 0.8);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#E5014099, 99, endColorstr=#E5014099, 99);
}

.pro-gs-wrap .box.alt4 {
  background-color: rgba(1, 64, 153, 0.5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99014099, 99, endColorstr=#99014099, 99);
}

.pro-gs-wrap .box.alt5 {
  background-color: rgba(1, 64, 153, 0.6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2014099, 99, endColorstr=#B2014099, 99);
}

.pro-gs-wrap .box.alt6 {
  background-color: rgba(1, 64, 153, 0.7);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#C8014099, 99, endColorstr=#C8014099, 99);
}

/*2018-11-27*/
.join-rc-info ul li {
  border-top: 1px solid #e5e5e5;
}

.join-rc-info ul li .table-title {
  font-size: 18px;
  color: #354c9f;
  padding: 20px 0px;
  font-weight: bold;
  padding-left: 30px;
  position: relative;
  cursor: pointer;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

.join-rc-info ul li .table_con {
  padding-left: 30px;
  padding-bottom: 20px;
  display: none;
}

.join-rc-info ul li .table_con p {
  font-size: 16px;
  line-height: 30px;
}

.join-rc-info ul li .table-title:after {
  content: '';
  position: absolute;
  right: 15px;
  top: 50%;
  background: url(../images/img31.png) no-repeat left top;
  width: 25px;
  height: 25px;
  margin-top: -12px;
}

.join-rc-info ul li .table-title.active:after {
  background: url(../images/img32.png) no-repeat left top;
}

.join-zy-wrap {
  display: none;
}

.join-zy-wrap.active {
  display: block;
}

/*2018-11-27 end*/
/* 2018-10-19 */
.go-more.alt-pro.alt-760,
.go-more.alt-pro.alt-759,
.go-more.alt-pro.alt-768,
.go-more.alt-pro.alt-655,
.go-more.alt-pro.alt-651,
.go-more.alt-pro.alt-657 {
  display: none;
}

.go-more.alt-pro.active .alt-760 {
  display: none;
}

@media screen and (min-width: 1200px) {

  .pro-gs-wrap .box.alt6:hover,
  .pro-gs-wrap .box.alt5:hover,
  .pro-gs-wrap .box.alt4:hover,
  .pro-gs-wrap .box.alt3:hover,
  .pro-gs-wrap .box.alt2:hover,
  .pro-gs-wrap .box.alt1:hover {
    border: 2px solid #014099;
    background-color: #fff;
  }

  .nav-lang-link:hover {
    color: #014099;
  }

  .foot-cn:hover .f-img-lang,
  .foot-en:hover .f-img-lang {
    background-position: -40px center;
  }

  .footer-item-list .item a:hover {
    color: #fff;
    text-decoration: underline;
  }

  .go-more:hover {
    color: #fff;
    background-color: #014099;
    background-image: url("../images/jlh.png");
  }

  .go-more:hover:before {
    background-color: #fff;
  }

  .i-p-pagination .swiper-pagination-switch:hover {
    background: #fff;
    color: #014099;
  }

  .i-a-more a:hover {
    background-color: #014099;
    background-image: url("../images/jlh.png");
  }

  .go-more.alt:hover {
    background-image: url("../images/iconmegh.png");
  }

  .alt-b:hover {
    border: 1px solid #fff;
  }

  .nav-con-more:hover {
    background: #195bae;
    color: #fff;
  }

  .nav-list .item.active a,
  .nav-list .item:hover a {
    color: #014099;
  }

  .nav-list .item.active a:before,
  .nav-list .item:hover a:before {
    display: block;
  }

  .go-more.active:hover {
    color: #014099;
    background-color: #fff;
    background-image: url("../images/jl.png");
  }

  .go-more.active:hover:before {
    background-color: #014099;
  }

  .mian-al-list .item:hover a {
    color: #014099;
    text-decoration: underline;
  }

  .join-rc-tabs .text1:hover {
    color: #014099;
  }

  .join-rc-tabs .text1:hover:before {
    display: block;
  }

  .join-paga-list .item.page:hover a {
    background-color: #014099;
    color: #fff;
  }

  .s-com-down:hover {
    background-color: transparent;
    background-image: url("../images/jdownbh.png");
  }

  .cont-s-more:hover {
    color: #014099;
  }

  .cont-s-more:hover:before {
    background-color: #014099;
  }

  .act-box:hover {
    background-color: #014099;
  }

  .act-box:hover .act-b-l-item p,
  .act-box:hover .act-b-l-item h2 {
    color: #fff;
  }

  .act-box:hover .act-more {
    background-color: #fff;
    background-image: url("../images/nbtnh.png");
  }

  .go-more.alt-pro.active:hover {
    background-image: url("../images/pdfhb.png");
  }
}







@media screen and (max-width: 1440px) and (min-width: 1200px) {
  .s-com-down:hover {
    background-color: transparent;
    background-image: url("../images/jdownh.png");
  }

  .act-box:hover .act-more {
    background-color: #fff;
    background-image: url("../images/nbtnh.png");
  }

  .go-more.alt-pro.active:hover {
    background-image: url("../images/pdfh.png");
  }
}

@media screen and (max-width: 1440px) {
  .aside-item {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background-image: url("../images/aicon.png");
  }

  .aside-item.alt1 {
    background-position: center 14px;
  }

  .aside-item.alt1.alt-pro1 {
    background-position: center 11px;
  }

  .aside-item.alt2 {
    background-position: center -37px;
  }

  .aside-item.alt3 {
    background-position: center -87px;
  }

  .aside-item.alt4.alt-pro1 {
    background-position: center -138px;
  }

  .aside-item.alt4 {
    background-position: center -135px;
  }

  .aside-item.alt5 {
    background-position: center -188px;
  }

  .aside-item.alt5.alt-join {
    background-position: center -185px;
  }

  .aside-item.alt6 {
    background-position: center -241px;
  }

  .aside-item.alt6.alt-join {
    background-position: center -236px;
  }

  .aside-item.alt-news {
    background-image: url("../images/nicon.png");
  }

  .aside-item.alt-pro {
    background-image: url("../images/picon.png");
  }

  .aside-item.alt-pro1 {
    background-image: url("../images/pro1icon.png");
  }

  .aside-list .item:hover .aside-item,
  .aside-list .item.active .aside-item {
    border-color: #014099;
    background-color: #014099;
    background-image: url("../images/aiconh.png");
  }

  .aside-list .item:hover .aside-item.alt-news,
  .aside-list .item.active .aside-item.alt-news {
    background-image: url("../images/niconh.png");
  }

  .aside-list .item:hover .aside-item.alt-pro,
  .aside-list .item.active .aside-item.alt-pro {
    background-image: url("../images/piconh.png");
  }

  .aside-list .item:hover .aside-item.alt-pro1,
  .aside-list .item.active .aside-item.alt-pro1 {
    background-image: url("../images/pro1iconh.png");
  }

  .aside-list .item:hover .aside-item.alt1.alt-pro1,
  .aside-list .item.active .aside-item.alt1.alt-pro1 {
    background-position: center 11px;
  }

  .aside-list .item:hover .aside-item.alt1,
  .aside-list .item.active .aside-item.alt1 {
    background-position: center 14px;
  }

  .aside-list .item:hover .aside-item.alt2,
  .aside-list .item.active .aside-item.alt2 {
    background-position: center -37px;
  }

  .aside-list .item:hover .aside-item.alt3,
  .aside-list .item.active .aside-item.alt3 {
    background-position: center -87px;
  }

  .aside-list .item:hover .aside-item.alt4.alt-pro1,
  .aside-list .item.active .aside-item.alt4.alt-pro1 {
    background-position: center -138px;
  }

  .aside-list .item:hover .aside-item.alt4,
  .aside-list .item.active .aside-item.alt4 {
    background-position: center -135px;
  }

  .aside-list .item:hover .aside-item.alt5,
  .aside-list .item.active .aside-item.alt5 {
    background-position: center -188px;
  }

  .aside-list .item:hover .aside-item.alt5.alt-join,
  .aside-list .item.active .aside-item.alt5.alt-join {
    background-position: center -185px;
  }

  .aside-list .item:hover .aside-item.alt6,
  .aside-list .item.active .aside-item.alt6 {
    background-position: center -241px;
  }

  .aside-list .item:hover .aside-item.alt6.alt-join,
  .aside-list .item.active .aside-item.alt6.alt-join {
    background-position: center -236px;
  }

  .aside-item-info {
    left: 20px;
    width: 0;
    height: 40px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    font-size: 12px;
    line-height: 40px;
  }

  .about-com-list .item .text1 {
    font-size: 34px;
  }

  .about-com-list .item .text2 {
    font-size: 16px;
  }

  .about-com-list .item .a-c-b-img {
    width: 60px;
    height: 60px;
    margin: auto;
    background-image: url("../images/aicon_c.png");
    background-repeat: no-repeat;
    background-position: 0 center;
  }

  .about-com-list .item .a-c-b-img.alt1 {
    background-position: 9px center;
  }

  .about-com-list .item .a-c-b-img.alt2 {
    background-position: -96px center;
  }

  .about-com-list .item .a-c-b-img.alt3 {
    background-position: -224px center;
  }

  .about-com-list .item .a-c-b-img.alt4 {
    background-position: -335px center;
  }

  .fz-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-top: -25px;
    background-image: url("../images/fzj.png");
  }

  .fz-btn.next {
    background-position: -50px center;
  }

  .f-item-t {
    padding-left: 20px;
  }

  .f-item-t h2 {
    font-size: 34px;
  }

  .f-item-t p {
    font-size: 18px;
  }

  .a-t-t {
    padding: 20px 30px;
  }

  .a-t-t .text1 {
    font-size: 18px;
  }

  .a-t-t .tex2 {
    font-size: 16px;
  }

  .about-team-list {
    margin-left: -27px;
    margin-right: -27px;
  }

  .about-team-list .item {
    padding: 0 27px 54px 27px;
  }

  .about-wh-list .item .wh-img {
    width: 52px;
    height: 50px;
    margin-bottom: 30px;
    background-image: url("../images/whicon.png");
    margin-left: 5%;
  }

  .about-wh-list .item .wh-img.alt1 {
    background-position: 0 center;
  }

  .about-wh-list .item .wh-img.alt2 {
    background-position: -414px center;
  }

  .about-wh-list .item .wh-img.alt3 {
    background-position: -829px center;
  }

  .wh-info:before {
    width: 1px;
    height: 100px;
  }

  .wh-info .wh-i-l {
    font-size: 14px;
    padding-left: 14px;
    color: #999;
  }

  .wh-info .wh-i-r .text1 {
    font-size: 18px;
    margin-bottom: 16px;
  }

  .wh-info .wh-i-r .text2 {
    font-size: 16px;
    line-height: 24px;
  }

  .about-t-p {
    font-size: 22px;

    line-height: 34px;
  }

  .j-gs-text h2 {
    font-size: 20px;
  }

  .j-gs-text .text1 {
    font-size: 16px;
    line-height: 24px;
  }

  .join-rc-table th {
    font-size: 16px;
  }

  .join-rc-table td {
    font-size: 14px;
  }

  .join-paga-list .item a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
  }

  .join-paga-list .item.page.active a {
    background-color: #014099;
    color: #fff;
  }

  .join-paga-list .item.last a,
  .join-paga-list .item.first a {
    background-image: url("../images/fzj.png");
  }

  .join-paga-list .item.last a {
    background-position: -50px center;
  }

  .toTop {
    width: 50px;
    height: 50px;
    background-image: url("../images/top.png");
  }

  .j-xc-t-img {
    width: 50px;
    height: 50px;
    background-image: url("../images/xc.png");
  }

  .j-xc-t-box .text1 {
    font-size: 14px;
    line-height: 20px;
    padding-left: 13px;
  }

  .j-xc-t-box .text2 {
    width: 90%;
  }

  .j-xc-t-box .text2 h2 {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .j-xc-t-box:before {
    height: 100px;
  }

  .j-xc-text1 {
    margin-bottom: 40px;
  }

  .text2-list .item {
    font-size: 16px;
    line-height: 24px;
    padding-left: 15px;
  }

  .text2-itemlist li {
    font-size: 14px;
    line-height: 22px;
  }

  .j-gs-text .px-text1 {
    font-size: 16px;
    line-height: 24px;
  }

  .join-gs-wrap.alt-px {
    margin-bottom: 40px;
  }

  .s-js-r-cont .text1 {
    font-size: 20px;
  }

  .s-jszc-r-box {
    width: 540px;
    height: 540px;
  }

  .s-jszc-r-box .s-jszc-r-centerp {
    margin-left: -55px;
    margin-top: -25px;
    font-size: 40px;
    z-index: 50;
  }

  .s-jszc-r-box .item {
    width: 278px;
    height: 278px;
  }

  .s-jszc-r-box .item.alt1 {
    margin-left: -139px;
  }

  .s-jszc-r-box .item.alt1 .s-js-img {
    width: 81px;
  }

  .s-jszc-r-box .item.alt1 .s-js-r-cont {
    top: -44px;
  }

  .s-jszc-r-box .item.alt2 {
    margin-top: -139px;
  }

  .s-jszc-r-box .item.alt2 .s-js-img {
    width: 95px;
  }

  .s-jszc-r-box .item.alt2 .s-js-r-cont {
    right: -13px;
  }

  .s-jszc-r-box .item.alt3 {
    margin-left: -139px;
  }

  .s-jszc-r-box .item.alt3 .s-js-img {
    width: 90px;
  }

  .s-jszc-r-box .item.alt4 {
    margin-top: -139px;
  }

  .s-jszc-r-box .item.alt4 .s-js-img {
    width: 87px;
  }

  .s-jszc-r-box .item.alt4 .s-js-r-cont {
    left: -13px;
  }

  .s-jszc-common-box:before {
    height: 100%;
  }

  .s-jszc-common-box .s-com-l {
    font-size: 16px;
  }

  .s-jszc-common-box .s-com-l.style1 {
    font-size: 14px;
  }

  .s-jszc-common-box .s-com-r {
    padding-left: 45px;
  }

  .s-jszc-common-box .s-com-r h2 {
    font-size: 20px;
    line-height: 24px;
  }

  .s-jszc-common-box .s-com-r h3 {
    font-size: 18px;
  }

  .s-jszc-common-box .s-com-r ul li {
    font-size: 16px;
    line-height: 24px;
  }

  .s-com-down {
    width: 50px;
    height: 50px;
    background-image: url("../images/jdown.png");
  }

  .service-jszc-wrap2 .item.alt1 .s-i-cont1-img {
    width: 171px;
  }

  .service-jszc-wrap2 .item.alt2 .s-i-cont1-img {
    width: 188px;
  }

  .service-jszc-wrap2 .item.alt3 .s-i-cont1-img {
    width: 161px;
  }

  .service-jszc-wrap2 .item.alt4 .s-i-cont1-img {
    width: 176px;
  }

  .s-i-c-l-img {
    width: 50px;
    height: 50px;
    margin-left: 45px;
    margin-bottom: 30px;
  }

  .cont-class-wrap .item {
    margin-left: 22px;
  }

  .cont-class-wrap .item .cont-r-img {
    width: 38px;
  }

  .cont-class-wrap .item span {
    font-size: 16px;
  }

  .cont-sec2-box {
    margin-bottom: 40px;
    height: 390px;
    background-color: #f2f2f2;
  }

  .cont-sec2-box .cont-s-b-l {
    padding: 40px;
  }

  .cont-sec2-box .cont-s-b-l,
  .cont-sec2-box .cont-s-b-r {
    width: 50%;
    height: 100%;
  }

  .cont-sec2-box .cont-s-b-r {
    overflow: hidden;
  }

  .cont-sec2-box .cont-s-b-r img {
    display: block;
    width: 100%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
  }

  .cont-sec2-box.odd .cont-s-b-l {
    float: left;
  }

  .cont-sec2-box.odd .cont-s-b-r {
    float: right;
  }

  .cont-sec2-box.even .cont-s-b-l {
    float: right;
  }

  .cont-sec2-box.even .cont-s-b-r {
    float: left;
  }

  .cont-s-b-l-text {
    padding-left: 22px;
  }

  .cont-s-b-l-text h2 {
    font-size: 20px;
  }

  .cont-s-b-l-text p {
    font-size: 16px;
    line-height: 24px;
  }

  .cont-s-b-l-more {
    left: 22px;
  }

  .cont-s-more {
    font-size: 16px;
    line-height: 50px;
    height: 50px;
    border-radius: 25px;
    padding: 0 75px 0 40px;
    background-color: #fff;
  }

  .n-up-l-item span {
    font-size: 16px;
  }

  .n-up-l-item h2 {
    font-size: 20px;
    line-height: 28px;
  }

  .n-up-l-item p {
    font-size: 16px;
    line-height: 24px;
  }

  .news-list .item {
    padding: 40px;
  }

  .news-list .news-l-box {
    position: relative;
    padding-right: 90px;
  }

  .news-list .news-l-box h2 {
    font-size: 18px;
    line-height: 26px;
  }

  .news-list .news-l-box p {
    font-size: 14px;
  }

  .act-b-l-item h2 {
    font-size: 20px;
  }

  .act-b-l-item .p-more,
  .act-b-l-item p.text3 {
    font-size: 16px;
  }

  .act-b-l-item:before {
    height: 90px;
  }

  .act-box {
    margin-bottom: 40px;
  }

  .act-box .act-more {
    width: 50px;
    height: 50px;
    border-radius: 25px;
    background-image: url("../images/nbtn.png");
    background-position: -9px center;
  }

  .item-ban {
    height: 590px;
  }

  .item-ban.alt-detail {
    height: 390px;
  }

  .n-d-l-text h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .n-d-l-text p {
    font-size: 18px;
    line-height: 30px;
  }

  .n-d-r-text p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 22px;
  }

  .pro-gs-wrap .item.alt-1 {
    margin-top: -27px;
  }

  .pro-gs-wrap .box {
    width: 200px;
    height: 200px;
    line-height: 200px;
  }

  .pro-gs-wrap .box .text1 {
    font-size: 16px;
    /* line-height: 200px; */
  }

  .act-b-l-item.alt-pro-s {
    padding-left: 48px;
  }

  .bread-list .item a {
    font-size: 14px;
  }

  .main-a-link {
    padding: 16px 0;
  }

  .main-cala-list a {
    font-size: 18px;
    line-height: 60px;
  }

  .main-cala-list a:before {
    width: 30px;
    height: 10px;
    margin-left: -15px;
    background-image: url("../images/calaj.png");
  }

  .product-wrap .pro-m-l {
    /* padding-right: 125px; */
  }

  .product-wrap .pro-m-l .text4 {
    font-size: 20px;
  }

  .product-wrap .pro-m-r p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 30px;
  }

  .pro-cp-text {
    padding-left: 20px;
  }

  .pro-cp-text h2 {
    font-size: 30px;
  }

  .pro-cp-text p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 40px;
  }

  .go-more.alt-pro.active {
    background-image: url("../images/pdf.png");
  }

  .pro-m-r-list .item {
    min-height: 220px;
  }

  .pro-m-l-text {
    padding-left: 45px;
  }

  .pro-m-l-text h2 {
    font-size: 18px;
  }

  .pro-m-l-text ul li {
    font-size: 16px;
    line-height: 24px;
    padding-left: 16px;
    background: url('../images/jpoint.png') no-repeat 0 10px;
  }

  .pro-m-l-text .text-1 {
    font-size: 14px;
  }

  .pro-m-l-text:before {
    height: 100px;
  }

  .nav-lang-link {
    font-size: 16px;
    line-height: 50px;
    height: 50px;
  }

  .index-porduct {
    height: 669px;
  }

  .pro-text-h3 {
    font-size: 16px;
  }
}






/* 投资者关系 */
.in_img {
  height: 780px;
  background: url("../images/bj.png") no-repeat;
}

.my_first {
  width: 1050px;
  height: 530px;
  margin: 0 auto;
  padding-top: 75px;
}

.post {
  width: 1050px;
  height: 530px;
  background: rgba(0, 0, 0, 0.4);
  margin-top: 75px;
  padding: 60px 40px;
}

.my_first .post h1 {
  color: #fff;
}

.my_rightss {
  position: absolute;
  /* top: 36.5%; */
  top: 31.5%;
  /* top: 30%; */
  /* top: 29.5%; */
  right: 28%;
}

.border_left1 {
  background: #1e376d;
  width: 120px;
  height: 60px;
  color: #fff;
  font-size: 18px;
  line-height: 60px;
  text-align: center;
  border-right: 1px solid #fff;
  border-top-left-radius: 60px;
  border-bottom-left-radius: 60px;
}

.border_right1 {
  background: #1e376d;
  width: 70px;
  height: 60px;
  line-height: 60px;
  position: relative;
  top: -60px;
  left: 120px;
  border-top-right-radius: 60px;
  border-bottom-right-radius: 60px;
}

.border_right1 a img {
  width: 20px;
  margin-left: 20px;
}

.post .img_in img {
  margin-top: 35px;
  /* height: 340px; */
}

.center {
  margin: 0 auto;
  /* height: 1500px; */
  background-color: rgb(236, 236, 236);
}

.tab-g {
  border-bottom: 0;
  height: 36px;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 60px;
  background: rgb(235, 235, 235);
}

.tab-g li {
  list-style: none;
  display: inline-block;
  height: 32px;
  margin-right: 20px;
  color: BLACK;
  font-size: 22px;
  line-height: 34px;
  text-align: center;
  cursor: pointer;

}

.tab-g li.active-gn {
  color: blue;
  border-bottom: 3px solid blue;
}

.bottom .products {
  padding: 0 0 200px 10px;
  margin: 0 auto;
}

.bottom .products .main-gn {
  display: none;
}

.bottom .products .main-gn.selected-gn {
  display: block;
}

.my_top {
  position: relative;
  width: 1600px;
  margin: 0 auto;
}

.my_left {
  font-size: 24px;
  font-weight: bold;
  margin-top: 50px;
  margin-bottom: 60px;
}

.my_right {
  position: absolute;
  top: 0%;
  right: 0%;
}

.my_rights {
  position: absolute;
  /* top: 0%; */
  top: 165%;
  /* right:5%; */
  left: 8.5%;
}

.my_hgh {
  height: 40px;
  width: 200px;
  padding: 0 10px;
}

.my_one {
  height: 110px;
  width: 1600px;
  background: #fff;
  margin: 0 auto;
  margin-top: 10px;
}

.my_one .my_two {
  margin-left: 50px;
  overflow: hidden;
  /* float: right; */
}

.my_one .my_two .my_back {
  background: #ddd;
  width: 70px;
  height: 70px;
  margin-top: 20px;
  border-radius: 35px;
}

.my_one .my_cen {
  position: relative;
  top: -56px;
  left: 85px;
}

.my_pic {
  margin-left: 24px;
  margin-top: 19px;

}

.my_word {
  /* color: #ddd; */
  color: #524e4e;
  /* font-size: 14px; */
  font-size: 18px;
}

.my_word1 {
  font-size: 16px;
  font-weight: bold;
}

.my_right1 {
  /* float: left; */
  position: relative;
  top: -88px;
  left: 1340px;
}

.my_download {
  position: relative;
  top: -24px;
  left: 90px;
}

.my_look img {
  width: 20px;
}

.my_look a {
  text-decoration: none;
  color: #1e376d;
  font-size: 14px;
}

.my_download a {
  text-decoration: none;
  color: #1e376d;
}

.my_download img {
  width: 15px;
}

.my_download a {
  font-size: 14px;
}

.my_goods {
  /* width: 100%; */
  /* height: 1020px; */
  background: #fff;
  margin: 0 auto;
  padding-left: 100px;
  padding-right: 100px;
  padding-bottom: 10px;
}

.my_word2 {
  font-size: 22px;
  font-weight: bolder;
  padding-top: 90px;
}

.my_word3 {
  font-weight: bold;
  margin-top: 20px;
}

.my_word4 {
  text-align: right;
  font-size: 14px;
  color: #ddd;
  margin-top: 10px;
}

.hr {
  width: 100%;
  margin: 0 auto;
  margin-top: 20px;
  border: 1px solid #1e376d;
}

.my_heng {
  height: 80px;
  line-height: 80px;

}

.hr1 {
  border: 1px solid #ddd;
  margin-top: 20px;
}

.my_heng {
  border-bottom: 1px solid #ddd;
  width: 100%;
}

.my_heng .my_table1 td {
  width: 200px;
  font-weight: bolder;
  color: #1e376d;
}

.my_heng .my_table2 td span {
  color: red;
}

.my_pho {
  display: flex;
  margin: 60px 100px;
}

.pho_left {
  width: 50%;
  margin-right: 60px;
}

.pho_right {
  width: 50%;
}

.my_word5 {
  width: 120px;
  height: 45px;
  background: #1e376d;
  color: #fff;
  line-height: 45px;
  text-align: center;
}

.my_word6 {
  width: 120px;
  height: 45px;
  background: #1e376d;
  color: #fff;
  line-height: 45px;
  text-align: center;
}

.my_border {
  width: 100%;
  height: 100%;
  /* border: 1px solid #ddd;  */
  border-top: 2px solid #1e376d;
  margin-right: 100px;
}

.my_border1 {
  width: 100%;
  height: 100%;
  /* border: 1px solid #ddd; */
  border-top: 2px solid #1e376d;
}

.border_left {
  background: #1e376d;
  width: 130px;
  height: 60px;
  color: #fff;
  line-height: 60px;
  text-align: center;
  font-size: 18px;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}

.border_right {
  background: #1e376d;
  width: 60px;
  height: 60px;
  line-height: 60px;
  position: relative;
  top: -60px;
  left: 131px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}

.my_click {
  padding: 20px 15px;
  width: 58px;

}

.my_one1 {
  /* height: 100px; */
  width: 1600px;
  /* background: #fff; */
  margin: 0 auto;
  margin-top: 10px;
}

.my_one1 .my_two1 {
  margin-left: 10px;
  overflow: hidden;
}

.my_one1 .my_two1 .my_back1 {
  margin-top: 20px;
}

.my_one1 .my_cen1 {
  position: relative;
  top: -56px;
  left: 85px;
}

.my_pic1 {
  margin-left: 24px;
  margin-top: 19px;
}

.my_interact {
  position: relative;
  top: -28px;
  left: 70px;
  font-weight: bolder;
}

.list {
  margin-top: 60px;
}

.list dl {
  margin-top: 20px;
}

.list dl dt {
  width: 1600px;
  margin: 0 auto;
  font-size: 18px;
  font-weight: bolder;
  padding: 20px;
  background: #fff url('../images/jia.png') no-repeat 97% center;
  cursor: pointer;
  padding-right: 100px;
}

.list dl dt span {
  margin-left: 20px;
  color: black;
}

.list dl dd {
  padding: 25px 45px 10px 0px;
}

.list dl dd p {
  margin: 20px 5px;
  font-size: 16px;
  line-height: 26px;
}

.hide {
  display: none;
}

.list dl dt.active {
  background: #fff url('../images/jian.png') no-repeat 97% center;
  cursor: pointer;
}

.show {
  /* margin-left: -50px; */
  margin-top: -25px;
  background: rgb(243, 243, 243);
  padding: 15px 0px;
  width: 1600px;
}

.slide {
  position: relative;
  top: -58px;
  left: 1500px;
}

.backurl {
  width: 45px;
  height: 45px;
  background: url(../images/jia.png) no-repeat center;
}

table tr {
  height: 60px;
}

.da {
  width: 40px;
  padding-left: 17px;
}

.pan1 {
  width: 50px;
  color: rgb(141, 140, 140);
}

.pan2 {
  position: relative;
  top: 10px;
  margin-top: 10px;
  padding-right: 200px;
  color: rgb(141, 140, 140);
}

.zhu {
  color: red;
  padding-left: 20px;
}

.zhu span {
  color: rgb(141, 140, 140);
  margin-left: 10px;
}

.nav-links {
  margin-top: clamp(20px, calc((100 / 1920) * 100vw), 100px);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(8px, calc((12 / 1920) * 100vw), 12px);
}

.nav-links .page-numbers {
  --w:  clamp(30px, calc((40 / 1920) * 100vw), 40px);
  font-size: clamp(14px, calc((18 / 1920) * 100vw), 18px);
  width: var(--w);
  height: var(--w);
  color: #000;
  border-radius: 50%;
  background-color: #f2f2f2;
  display: flex;
  justify-content: center;
  align-items: center;
}
.nav-links .page-numbers.current {
  color: #fff;
  background-color: #05439a;
}
.nav-links .page-numbers.prev,
.nav-links .page-numbers.next {
  color: #05439a;
}
@media screen and (max-width: 1200px) {
  .in_img {
    margin-top: 10%;
    width: 100%;
    height: 100%;
  }

  .my_top {
    width: 80%;
  }

  .my_one {
    width: 80%;
  }

  .my_right1 {
    top: -88px;
    left: 78%;
  }

  .my_pho {
    display: block;
  }

  .my_one1 {
    width: 80%;
  }

  .list dl dt {
    width: 80%;
  }

  .show {
    width: 85%;
    margin-left: 10.5%;
  }

  .pan2 {
    padding-right: 50px;
    top: 0%;
  }
}

@media screen and (max-width: 980px) {
  .bottom .products {
    padding: 0px 0 200px 0px;
    margin: 0 auto;
  }

  .my_top {
    width: 90%;
  }

  .my_one {
    width: 90%;
  }

  .my_one .my_two .my_back {
    width: 40px;
    height: 40px;
  }

  .my_one .my_two {
    margin-left: 2%;
  }

  .my_pic {
    margin-left: 13px;
    margin-top: 10px;
    width: 40%;
  }

  .my_one .my_cen {
    left: 50px;
    margin-top: 5%;
  }

  .my_right1 {
    top: 0%;
    left: 3%;
    margin-top: -53px;
  }

  .my_goods {
    padding-left: 1%;
    padding-right: 1%;
  }

  .my_pho {
    margin: 20px 5px;
  }

  .my_border {
    width: 100%;
    height: 100%;
    padding-bottom: 20px;
  }

  .my_border1 {
    width: 100%;
    height: 100%;
    padding-bottom: 20px;
  }

  .my_one1 {
    width: 96%;
  }

  .list dl dt {
    width: 96%;
  }

  .show {
    width: 101%;
    margin-left: 2%;
  }

  .pan2 {
    padding-right: 5px;
  }

  .post .img_in {
    width: 35%;
  }

  .my_first .post h1 {
    font-size: 14px;
  }

  .my_rightss {
    /* top: 31.5%; */
    top: 31.5%;
    right: 16%;
  }

  .border_left1 {
    height: 40px;
    width: 70px;
    font-size: 14px;
    line-height: 40px;
  }

  .border_right1 {
    height: 40px;
    width: 30px;
    top: -40px;
    left: 70px;
    line-height: 40px;
  }

  .border_right1 a img {
    width: 15px;
    margin-left: 5px;
  }

  .pho_left {
    width: 100%;
  }

  .pho_right {
    width: 100%;
  }
}