﻿/*reset*/

/*common*/
a:hover {
  color: #3755d7;
  text-decoration: none;
}

a:-webkit-any-link {
  text-decoration: none;
}

.color-white {
  color: white !important;
}

.red {
  color: #3755d7 !important;
}

.suspension {
  position: fixed;
  z-index: 55;
  right: 0;
  bottom: 85px;
  width: 70px;
}

.suspension-box {
  position: relative;
  float: right;
}

.suspension .a {
  display: block;
  width: 44px;
  height: 44px;
  background-color: #353535;
  margin-bottom: 4px;
  cursor: pointer;
  outline: none;
}

.suspension .a.active,
.suspension .a:hover {
  background: #3755d7;
}

.suspension .a .i {
  float: left;
  width: 44px;
  height: 44px;
  background-image: url(../images/side_icon.png);
  background-repeat: no-repeat;
}

/* .suspension .a-service .i{background-position:0 0;} */
.suspension .a-service .i {
  width: 20px;
  height: 20px;
  margin-top: 12px;
  margin-left: 12px;
  background-image: url(../images/suspension-bg.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}

.suspension .a-service-phone .i {
  width: 20px;
  height: 20px;
  margin-top: 12px;
  margin-left: 12px;
  background-image: url(../images/suspension-bg.png);
  background-repeat: no-repeat;
  background-position: -27px 0;
}

.suspension .a-qrcode .i {
  background-position: -44px 0;
}

.suspension .a-cart .i {
  background-position: -88px 0;
}

.suspension .a-top .i {
  background-position: -132px 0;
}

.suspension .a-top {
  background: #D2D3D6;
  display: none;
}

.suspension .a-top:hover {
  background: #c0c1c3;
}

.suspension .d {
  display: none;
  width: 223px;
  background: #fff;
  position: absolute;
  right: 67px;
  min-height: 90px;
  border: 1px solid #E0E1E5;
  border-radius: 3px;
  box-shadow: 0px 2px 5px 0px rgba(161, 163, 175, 0.11);
}

.suspension .d .arrow {
  position: absolute;
  width: 8px;
  height: 12px;
  background: url(../images/side_bg_arrow.png) no-repeat;
  right: -8px;
  top: 31px;
}

.suspension .d-service {
  top: 0;
}

.suspension .d-service-phone {
  top: 34px;
}

.suspension .d-qrcode {
  top: 78px;
}

.suspension .d .inner-box {
  padding: 8px 22px 12px;
}

.suspension .d-service-item {
  border-bottom: 0px solid #eee;
  padding: 14px 0;
}

.suspension .d-service .d-service-item {
  border-bottom: none;
}

.suspension .d-service-item .circle {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  overflow: hidden;
  background: #F1F1F3;
  display: block;
  float: left;
  margin-top: 15px;
}

.suspension .d-service-item .i-qq {
  width: 44px;
  height: 44px;
  background: url(../images/side_con_icon03.png) no-repeat center 15px;
  display: block;
  transition: all .2s;
  border-radius: 50%;
  overflow: hidden;
}

.suspension .d-service-item:hover .i-qq {
  background-position: center 3px;
}

.suspension .d-service-item .i-tel {
  width: 44px;
  height: 44px;
  background: url(../images/side_con_icon02.png) no-repeat center center;
  display: block;
}

.suspension .d-service-item h3 {
  float: left;
  width: 112px;
  line-height: 44px;
  font-size: 15px;
  margin-left: 12px;
}

.suspension .d-service-item .text {
  float: left;
  width: 112px;
  line-height: 22px;
  font-size: 15px;
  margin-left: 12px;
}

.suspension .d-service-item .text .number {
  font-family: Arial, "Microsoft Yahei", "HanHei SC", PingHei, "PingFang SC", "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
}

.suspension .d-service-intro {
  padding-top: 10px;
}

.suspension .d-service-intro p {
  float: left;
  line-height: 27px;
  font-size: 12px;
  width: 50%;
  white-space: nowrap;
  color: #888;
}

.suspension .d-service-intro i {
  background: url(../images/side_con_icon01.png) no-repeat center center;
  height: 27px;
  width: 14px;
  margin-right: 5px;
  vertical-align: top;
  display: inline-block;
}

.suspension .d-qrcode {
  text-align: center;
}

.suspension .d-qrcode .inner-box {
  padding: 20px 0;
}

.suspension .d-qrcode p {
  font-size: 16px;
  color: #93959c;
}


@media screen and (min-width: 1024px) {
  .kgkg01 {
    width: 100%;
  }

  .kgkg02 {
    width: 25%;
    position: relative;
    float: left;
  }

  .kgkg002 {
    width: 28%;
    position: relative;
    float: left;
  }

  .kgkg003 {
    width: 68%;
    position: relative;
    float: right;
    padding-top: 44px;
  }

  .kgkg004 {
    font-weight: 900;
    color: #000;
    font-size: 18px;
  }

  .kgkg005 {
    font-weight: 400;
    color: #757575;
    font-size: 16px;
  }
}


@media screen and (max-width: 1024px) {
  .kgkg01 {
    width: 80%;
    margin: 0px auto;
  }

  .kgkg02 {
    width: 100%;
    position: relative;
    float: left;
  }

  .kgkg002 {
    width: 28%;
    position: relative;
    float: left;
  }

  .kgkg003 {
    width: 68%;
    position: relative;
    float: right;
    padding-top: 44px;
  }

  .kgkg004 {
    font-weight: 900;
    color: #000;
    font-size: 18px;
  }

  .kgkg005 {
    font-weight: 400;
    color: #757575;
    font-size: 16px;
  }
}


@media (min-width:770px) {
  .pcheader {
    border-bottom: solid 1px #ddd;
    position: relative;
  }

  .ner {
    background: #000000;
    overflow: hidden;
  }

  .ner .left {
    float: left;
    width: 18%;
    padding: 20px 0px;
    position: relative;
  }

  .ner .left ul {}

  .ner .left ul li {
    padding-bottom: 15px;
    margin-top: 20px;
    padding: 15px 30px 15px 30px;
  }

  .ner .left ul li a {
    color: #fff;
    font-size: 18px;
  }

  .ner .left ul li:hover,
  .ner .left ul li.active a {
    background: #fff;
    color: #000000;
  }

  .ner .left ul li:hover a {
    color: #000000;
  }

  .ner .right {
    overflow: hidden;
    background: #fff;
    padding: 50px;
    min-height: 230px;
  }

  .ner .right h3 {
    font-size: 20px;
    color: #090909;
    font-weight: normal;
    overflow: hidden;
  }

  .ner .right .list {
    margin-bottom: 15px;
    overflow: hidden;
  }

  .ner .right .item {
    border: solid 1px #D4D4D4;
    padding: 30px;
    margin-top: 30px;
    margin-bottom: 50px;
    overflow: hidden;
  }

  .ner .right .item .pic {
    width: 160px;
    float: left;
    margin-right: 30px;
    height: 230px;
    line-height: 230px;
  }

  .ner .right .item .pic img {
    width: 100%;
    vertical-align: middle;
  }

  .ner .right .item .title {
    font-size: 18px;
    margin-top: 50px;
  }

  .ner .right .item .stitle,
  .ner .right .item .guide,
  .ner .right .item .more {
    font-size: 14px;
    color: #010101;
    margin-top: 10px;
  }

  .ner .right .item a {
    color: #010101;
  }
}

@media (max-width:768px) {
  .ner {
    background: #000000;
    overflow: hidden;
  }

  .ner .left {
    float: left;
    width: 104px;
    padding: 20px 0px;
    position: relative;
  }

  .ner .left ul {
    position: fixed;
    padding-left: 10px;
  }

  .ner .left ul li {
    line-height: 30px;
    display: block;
    margin-top: 20px;
    width: 100%;
  }

  .ner .left ul li a {
    color: white;
    font-size: 14px;
    /*width:50px;*/
    word-wrap: break-word;
  }

  .ner .left ul li a:hover,
  .ner .left ul li.active a {
    border-bottom: solid 2px #ffffff;
  }

  .ner .right {
    overflow: hidden;
    background: #fff;
    padding: 15px;
    min-height: 230px;
  }

  .ner .right h3 {
    font-size: 16px;
    color: #090909;
    font-weight: normal;
  }

  .ner .right .list {
    margin-bottom: 15px;
  }

  .ner .right .item {
    border: solid 1px #D4D4D4;
    padding: 10px;
    margin-top: 15px;
    height: 120px;
    ;
  }

  .ner .right .item .pic {
    width: 50px;
    float: left;
    margin-right: 10px;
    height: 100px;
    line-height: 100px;
  }

  .ner .right .item .pic img {
    width: 100%;
    vertical-align: middle;
  }

  .ner .right .item .title {
    font-size: 14px;
    padding-top: 12px;
    height: 35px;
    overflow: hidden;
  }

  .ner .right .item .stitle,
  .ner .right .item .guide,
  .ner .right .item .more {
    font-size: 10px;
    color: #010101;
  }

  .ner .right .item a {
    color: #010101;
  }
}



.title {
  padding: 0px 0px;
}

.title h3 {
  font-size: 20px;
  font-weight: 200;
  height: 26px;
  line-height: 26px;
  padding-left: 10px;
}

.s1 {
  padding-left: 18%;
  padding-right: 10%;
  height: 300px;
}

.s1 .swiper-3d {
  height: 425px;
}

.s1 .swiper-slide {
  transition: 300ms;
  transform: scale(0.5);
  height: 350px;
  text-align: center;
}

.s1 .swiper-slide-active,
.s1 .swiper-slide-duplicate-active {
  transform: scale(1);
  margin-top: 75px;
}

.s2 {
  /*background: #294197;*/
  overflow: hidden;
  min-height: 500px;
}

@media screen and (min-width: 1024px) {
  .s2 .right {
    /*float:right;background: #3855D7; overflow: hidden; */
    width: 1200px;
    margin: 0 auto;
    color: #444;
    font-size: 16px;
  }
}

@media screen and (max-width: 1024px) {
  .s2 .right {
    /*float:right;background: #3855D7; overflow: hidden; */
    width: 100%;
    margin: 0 auto;
    color: #444;
    font-size: 16px;
  }
}

.s2 .right .c2 {
  padding: 2% 5%;
  background: #f9f9f9;
}

.s2 .right .c3 {
  background: #fff;
}

.s2 .right .zhongh {
  text-align: center;
  font-size: 40px;
  color: #283ca0;
  margin-bottom: 40px;
}

.s2 .right .c1 {
  background: #fff;
  min-height: 300px;
  padding: 5% 0;
  color: #000;
}

.s2 .right .c1 .rr {
  padding-left: 20px;
}

.s2 .right .c1 .rr .kk {
  color: #787878;
}

.s2 .right .c1 .rr .ttt {
  padding-top: 30px;
}

.s2 .right .c1 .rr .tt {
  line-height: 2;
  padding-bottom: 10px;
  border-bottom: 1px #ccc solid;
  color: #444;
}

.s2 .right .c1 .rr .tt span {
  display: inline-block;
  color: #787878;
  width: 200px;
}

.s2 .right .c1 h1 {
  font-size: 34px;
  margin-bottom: 20px;
  margin-top: 30px;
}

.s2 .right .c1 p {
  line-height: 30px;
  margin-bottom: 20px;
  margin-top: 20px;
}

.s2 .right .c1 h3 {
  margin: 20px 0px;
}

.s2 .right hr {
  background-color: #fff;
}

.s2 .right ul {
  padding-left: 20px;
}

.s2 .right ul li {
  list-style-type: disc;
  font-weight: bold;
  line-height: 30px;
}

.s2 .right .info {
  /*background-color: #fff; border-radius: 10px;*/
  margin-top: 15px;
  padding: 0 20px;
  color: #000
}

.s2 .right .info h3 {
  font-size: 20px;
  line-height: 2;
}

.s2 .right .info h3.pd {
  margin-top: 20px;
}

.s2 .right .info p {
  line-height: 1.7;
  color: #a6a6a6;
  font-size: 16px;
}

.s2 .right .content h3 {
  font-size: 18px;
  height: 30px;
  line-height: 30px;
}

.s2 .right .link {
  margin-top: 30px;
  margin-left: 20px;
}

.s2 .right .link h3 {
  display: inline-block;
  font-size: 16px;
  padding: 8px 20px;
  background: #283ca0;
  border-radius: 50px;
}

.pccerts {
  text-align: center;
  padding: 50px 0px;
  position: relative;
}

.pccerts .title {
  padding: 10px;
  font-size: 18px;
}

.pccerts .next3 {
  right: -80px;
}

.pccerts .prev3 {
  left: -80px;
}

@media (max-width:768px) {
  .single .xx .zhongh {
    color: #283ca0;
  }

  .mm .link h3 {
    background: #283ca0;
  }
}


.newslist {
  overflow: hidden;
}

.newslist .item {
  overflow: hidden;
}

.newslist .item.active {
  background: #3855D7;
}

.newslist .item .left h2 {
  font-size: 2rem;
  line-height: 3rem;
}

.newslist .item .left a {
  color: #000;
}

.newslist .item .left p {
  color: #000;
  font-size: 16px;
  padding-top: 10%;
}

.newslist .item.active .left h2 {
  font-size: 2rem;
  line-height: 3rem;
}

.newslist .item.active .left a {
  color: #fff;
}

.newslist .item.active .left p {
  color: #fff;
  font-size: 16px;
  padding-top: 10%;
}

.newslist .item .right {
  width: 60%;
  float: left;
  overflow: hidden;
}

.newslist .item .pic {
  overflow: hidden;
}

.newslist .item .title {
  padding: 10px;
}

.newslist .item .title h2 {
  font-size: 18px;
  line-height: 26px;
}

.newslist .item .title h2 a {
  color: #3755d7;
}

.newslist .item .info {
  line-height: 26px;
  font-size: 14px;
  padding: 0px 10px;
}

.newslist .item .more {
  padding: 10px 10px 30px 10px;
}

.newslist .item .more a {
  border: solid 1px #000;
  color: #3755d7;
  border-radius: 30px;
  height: 30px;
  line-height: 30px;
  padding: 0px 15px;
  display: inline-block;
}

@media screen and (min-width: 1024px) {
  .brandwrap {
    max-width: 1200px;
    margin: 0px auto;
  }

  .pc .item.active,
  .pc .item {
    background: #fff;
    border: solid 1px #c8c8c8;
    margin-top: 20px;
    padding: 15px;
  }

  .pc .item .left {
    width: 30%;
    float: left;
    padding-left: 0%;
    padding-top: 0%;
    overflow: hidden;
  }

  .pc .item .left a {
    display: block;
    height: 260px;
  }

  .pc .item .right {
    width: 65%;
    float: left;
    overflow: hidden;
    padding-left: 20px;
  }
}


@media screen and (max-width: 1024px) {
  .brandwrap {
    max-width: 1200px;
    margin: 0px auto;
  }

  .pc .item.active,
  .pc .item {
    background: #fff;
    border: solid 1px #c8c8c8;
    margin-top: 20px;
    padding: 15px;
  }

  .pc .item .left {
    width: 100%;
    float: left;
    padding-left: 0%;
    padding-top: 0%;
    overflow: hidden;
  }

  .pc .item .left a {
    display: block;
    height: 260px;
  }

  .pc .item .right {
    width: 100%;
    float: left;
    overflow: hidden;
    padding-left: 20px;
  }
}


.pc .item .right h2 {
  font-size: 26px;
  line-height: 40px;
  padding-bottom: 10px;
}

.pc .item .right a {
  color: #000;
}

.pc .item .right p {
  line-height: 30px;
  font-size: 14px;
}

.pc .item .more {
  padding: 10px 10px 30px 0px;
}

.pc .item .more a {
  background: #f4f4f4;
  border: solid 1px #c8c8c8;
  color: #000;
  border-radius: 0px;
  height: 40px;
  line-height: 40px;
  padding: 0px 15px;
  display: inline-block;
  font-size: 14px;
}

.wap .item.active,
.pc .item {
  background: #fff;
  border: solid 1px #c8c8c8;
  margin-top: 20px;
  padding: 15px;
}

.wap .item .left {
  width: 30%;
  float: left;
  padding-left: 0%;
  padding-top: 28%;
  overflow: hidden;
}

.wap .item .left a {
  display: block;
  height: 95px;
}

.wap .item .right {
  width: 95%;
  float: left;
  overflow: hidden;
  padding-left: 20px;
}

.wap .item .right h2 {
  font-size: 20px;
  line-height: 40px;
  padding-bottom: 10px;
}

.wap .item .right a {
  color: #000;
}

.wap .item .right p {
  line-height: 30px;
  font-size: 14px;
}

.wap .item .more {
  padding: 10px 10px 30px 0px;
}

.wap .item .more a {
  background: #f4f4f4;
  border: solid 1px #c8c8c8;
  color: #000;
  border-radius: 0px;
  height: 40px;
  line-height: 40px;
  padding: 0px 15px;
  display: inline-block;
  font-size: 14px;
}

.newsmore {
  padding: 50px 0px 100px 0px;
  /*text-align: center;*/
}

.newsmore h3 {
  font-size: 24px;
  border-bottom: solid 3px #040404;
  display: inline-block;
  height: 40px;
}

@media screen and (min-width: 1024px) {
  .xz {
    padding: 50px 0px;
    text-align: center;
  }
}

@media screen and (max-width: 1024px) {
  .xz {
    padding: 14px 0px;
    text-align: center;
  }
}

.xz ul li {
  width: 150px;
  display: inline-block;
  margin: 0px 15px;
}

.xz ul li a {
  background: #DFDFDF;
  display: block;
  text-align: center;
  color: #676767;
  border-radius: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
}

.xz ul li a:hover {
  background: #333;
  display: block;
  text-align: center;
  color: #fff;
  border-radius: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
}

.xz ul li.active a {
  background-color: #333;
  color: #fff;
}

.wp-pagenavi {
  margin: 20px 0px;
  background-color: #505050;
  overflow: hidden;
  padding: 10px 0px;
}

.wp-pagenavi span,
.wp-pagenavi a {
  border: solid 1px #fff;
  color: #000;
  border-radius: 30px;
  padding: 3px 10px;
  background: #fff;
}

.wp-pagenavi span.current {
  background: #3755D7;
  color: #fff;
  border: solid 1px #3755D7;
}

@media (max-width: 768px) {
  .xz ul li {
    width: 100px;
    display: inline-block;
    margin: 0px 10px;
  }

  .xz ul li a {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }

  .newsmore {
    padding: 30px 0px;
  }
}




@media screen and (min-width: 1024px) {
  .gsgs04 {
    text-align: right;
    padding: 44px 0px;
    width: 1088px;
    margin: 0px auto;
  }
}

@media screen and (max-width: 1024px) {
  .gsgs04 {
    text-align: right;
    padding: 44px 0px;
    width: 90%;
    margin: 0px auto;
  }
}


.caselist {
  float: left;
  width: 100%;
  padding: 0px 0;
}

.caselist .case_top_search {
  height: 72px;
  width: 100%;
  background: #014099;
  padding: 0 14px 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 20px;
}

.caselist .case_top_search .case_top_tit {
  color: #fff;
  font-size: 18px;
  line-height: 72px;
}

.caselist .case_top_search .case_top_input {
  display: flex;
}

.caselist .case_top_search .case_top_input .input_text {
  width: 306px;
  height: 48px;
  background: rgba(255, 255, 255, 0.2);
  padding: 0 20px;
}

.caselist .case_top_search .case_top_input .input_text::placeholder {
  font-size: 16px;
  color: #fff;
}

.caselist .case_top_search .case_top_input .input_search {
  width: 116px;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  text-indent: 50px;
  letter-spacing: 3px;
  background: url(../img/search3.png) #e60012 top 50% left 20px no-repeat;
  transition: all .5s ease;
}

.caselist .case_top_search .case_top_input .input_search:hover {
  font-size: 0;
  background: url(../img/search3.png) #e60012 top 50% center no-repeat;
}

.caselist .case_down_list ul {
  width: calc(100% + 20px);
  margin: -10px;
}

@media screen and (min-width: 1024px) {
  .caselist .case_down_list ul li {
    width: 33.3%;
    float: left;
    padding: 10px;
  }
}

@media screen and (max-width: 1024px) {
  .caselist .case_down_list ul li {
    width: 100%;
    float: left;
    padding: 10px;
  }
}


.caselist .case_down_list ul li a {
  float: left;
  width: 100%;
  box-shadow: 0 0 27px 0 rgba(0, 0, 0, 0.11);
}

.caselist .case_down_list ul li .pic {
  position: relative;
  padding-bottom: 66.6%;
  overflow: hidden;
  width: 100%;
  display: block;
}

.caselist .case_down_list ul li .pic img {
  width: 100%;
  max-height: 100%;
  transition: all 0.5s ease;
  height: auto;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

.caselist .case_down_list ul li .text {
  padding: 24px 28px;
  float: left;
  width: 100%;
  background: #fff;
}

.caselist .case_down_list ul li .text .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.caselist .case_down_list ul li .text .top .tit {
  font-size: 20px;
  color: #333;
}

.caselist .case_down_list ul li .text .top .label {
  line-height: 28px;
  background: #014099;
  color: #fff;
  padding: 0 8px;
}

.caselist .case_down_list ul li .text .info {
  font-size: 16px;
  line-height: 30px;
  color: #666;
  margin-top: 12px;
}

.caselist .case_down_list ul li:hover .pic img {
  transform: scale(1.1);
}

.fy {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  float: left;
  width: 100%;
}

.fy a {
  height: 34px;
  width: 34px;
  border: 1px solid #e5e5e5;
  text-align: center;
  line-height: 34px;
  margin: 0 4.5px;
  transition: all 0.5s ease;
  position: relative;
  color: #696969;
}

.fy a.on {
  background: #014099;
  color: #fff;
}

.fy a:hover {
  background: #014099;
  color: #fff;
}

.fy a.prev:after {
  content: "";
  height: 6px;
  width: 6px;
  border-top: 1px solid #696969;
  border-right: 1px solid #696969;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(225deg);
}

.fy a.prev:after:hover:after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

.fy a.next::before {
  content: "";
  height: 6px;
  width: 6px;
  border-top: 1px solid #696969;
  border-right: 1px solid #696969;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}

.fy .prev:hover:after,
.fy .next:hover:before {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

@media screen and (min-width: 1024px) {
  .max-width {
    width: 1280px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 1024px) {
  .max-width {
    width: 100%;
    margin: 0 auto;
  }
}


.hjhj01 {
  color: #000;
  font-weight: bold;
}

.hjhj02 {
  max-width: 100%
}

.hjhj03 {
  color: #000;
  font-weight: 100;
  line-height: 200%;
  padding: 34px 0px;
}

.hjhj04 {
  font-weight: bold;
  color: #000;
}

.content-text {
  line-height: 200%;
}



@media screen and (min-width: 1024px) {
  .kgkx01 {
    width: 100%;
  }

  .kgkx02 {
    width: 78%;
    position: relative;
    float: left;
  }

  .kgkx03 {
    width: 18%;
    position: relative;
    float: right;
  }

  .kgkx04 {
    text-align: right
  }
}

@media screen and (max-width: 1024px) {
  .kgkx01 {
    width: 100%;
  }

  .kgkx02 {
    width: 100%;
    position: relative;
    float: left;
  }

  .kgkx03 {
    width: 100%;
    position: relative;
    float: right;
  }

  .kgkx04 {
    text-align: right
  }
}