﻿body {
  font-family: "syRegular", Arial, "Microsoft Yahei", "微软雅黑", SimSun, Arial, tahoma, arial !important;
  margin: 0;
  padding: 0;
  font-style: normal !important;
  font-variant: normal !important;
  color: #222;
  font-size: 12px;
}

html {
  font-size: 62.5%;
}

a {
  color: #333;
  text-decoration: none;
  outline: none;
  transition: .3s linear;
  -webkit-transition: .3s linear;
  -o-transition: .3s linear;
  -moz-transition: .3s linear;
}

a:hover {
  color: #0c6fb8;
  text-decoration: none;
  outline: none;
}

a:focus {
  outline: none;
  text-decoration: none;
}

.clear {
  clear: both;
  font-size: 0px;
  line-height: 0;
  height: 0;
}

* html .clearfix {
  zoom: 1;
}

*:first-child+html .clearfix {
  zoom: 1;
}

.cell,
.cell2,
.cell3 {
  border-collapse: collapse;
  border-spacing: 0;
}

.yh {
  font-family: "Microsoft Yahei", "微软雅黑";
}

a,
img {
  border: 0px;
}

br {
  font-family: SimSun;
}

p {
  margin: 0px;
  padding: 0px;
  line-height: 20px;
}

i {
  margin: 0px;
  padding: 0px;
  font-style: normal;
}

ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

ul li {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

br {
  margin: 0px;
  padding: 0px;
}

.clearheight {
  width: 100%;
  height: 1px;
  overflow: hidden;
}

input,
select,
textarea {
  font-family: "Myriad Pro", Arial, "Microsoft Yahei";
  outline: none;
}

input::-ms-clear,
input::-ms-reveal {
  display: none;
}

input[type="text"]:disabled {
  background-color: #999;
}

input::-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
}

input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
}

input:-ms-input-placeholder {
  color: #999;
}

input::-webkit-input-placeholder {
  color: #999;
}

input[type="text"],
input[type="button"],
input[type="submit"],
input[type="reset"],
select,
textarea,
button {
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 100px white inset;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

input[type=button],
input[type=text],
input[type=password] {
  -webkit-appearance: none;
  outline: none
}

/*loading*/
.loading {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 9998;
  display: block;
}

.loading b.b1 {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  background-color: #004c98;
  position: absolute;
  left: 0px;
  top: 0%;
}

.container {
  width: 100%;
}

.section {
  width: 100%;
  background-color: #fff;
  position: relative;
}
.commonPage{
  height: 100vh;
  background-color:  #0052B8;
}
.commonContent{
  position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

@-webkit-keyframes an_02 {
  0% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
}

@keyframes an_02 {
  0% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
}

.an_02 {
  -webkit-animation-name: an_02;
  animation-name: an_02
}


@-webkit-keyframes an_01 {
  0% {
    transform: scale(0.99, 0.99);
    -moz-transform: scale(0.99, 0.99);
    -webkit-transform: scale(0.99, 0.99);
  }

  50% {
    transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
  }

  100% {
    transform: scale(0.99, 0.99);
    -moz-transform: scale(0.99, 0.99);
    -webkit-transform: scale(0.99, 0.99);
  }
}

@keyframes an_01 {
  0% {
    transform: scale(0.96, 0.96);
    -moz-transform: scale(0.96, 0.96);
    -webkit-transform: scale(0.96, 0.96);
  }

  50% {
    transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
  }

  100% {
    transform: scale(0.96, 0.96);
    -moz-transform: scale(0.96, 0.96);
    -webkit-transform: scale(0.96, 0.96);
  }
}


@-webkit-keyframes an_03 {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes an_03 {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.an_03 {
  -webkit-animation-name: an_03;
  animation-name: an_03;
}

@-webkit-keyframes an_zdy {
  0% {}

  100% {}
}

@keyframes an_zdy {
  0% {}

  100% {}
}

.an_zdy {
  -webkit-animation-name: an_zdy;
  animation-name: an_zdy;
}




/*common*/
.in_body {
  min-height: 100vh;
  position: relative;
  opacity: 0;
}

.home_body {
  overflow: hidden;
  height: 100vh;
}

.wrap {
  width: 100%;
  margin: 0px auto;
  padding: 0px;
}

.wrap_c {
  margin: 0px 8%;
  padding: 0px 0px;
}
.header-con{
  display: flex;
  justify-content: space-between;
}

.wrap_in {
  margin: 0px 40px 0px 30px;
}

.wrap_nr {
  margin: 0px auto;
  padding: 0px;
}

.w_wap {
  display: none !important;
}

.topfr {
  position: absolute;
  left: 0px;
  top: .2rem;
  z-index: 99999;
}

.topfr .fl img {
  display: block;
  width: 120px;
  margin-top: 10px;
}

.top_menu ul li {
  float: left;
  margin-left: .4rem;
  position: relative;
}

.top_menu ul li .topm_t {
  width: 100%;
  padding: 0 10px;
  overflow: hidden;
  line-height: 50px;
}

.top_menu ul li .topm_t a {
  display: inline-block;
  font-size: 16px;
  color: #fff;
}

.top_menu ul li .active a::before{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: rgb(255,255,255);
  content: "";
  border-radius: 2px;
}

.top-two ul li .topm_t a {
  display: flex;
  align-items: center;
}
.top-two ul li .topm_t a .img1{
  width: 16px;
  height: 16px;
  margin-right: 10px;
}
.top_menu ul li .topm_t a .img2, .top-two ul li .topm_t a .img2{
  width: 14px;
  height: 10px;
  margin-left: 10px;
}

.top_menu ul li .topm_c {
  width: 120px;
  overflow: hidden;
  position: absolute;
  left: 50%;
  margin-left: -60px;
  top: 0.5rem;
  padding: .07rem 0px;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: .05rem;
  display: none;
}

.top_menu ul li .topm_c p {
  width: 100%;
  overflow: hidden;
  text-align: center;
  line-height: 40px;
  padding: 0px 10px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  transition: .3s linear;
  -webkit-transition: .3s linear;
  -o-transition: .3s linear;
  -moz-transition: .3s linear;
}

.top_menu ul li .topm_c p a {
  color: #fff;
  font-size: 15px;
}

.top_menu ul li .topm_c p:hover {
  background-color: #0068b7;
}

.top_menu ul li:nth-child(3) .topm_c {
  width: 2rem;
  margin-left: -1rem;
}

.top_menu ul li:hover .topm_c {
  display: block;
}

.top_menu ul li:nth-child(1) {
  margin-left: 0px;
}

.top_other {
  position: fixed;
  z-index: 100;
  top: 0px;
  padding: 20px 0px;
  transition: .3s linear;
  -webkit-transition: .3s linear;
  -o-transition: .3s linear;
  -moz-transition: .3s linear;
  /* background: #005ac8; */
  background: inherit;
}

.top_other_on {
  background-color: #005ac8;
}

.container {
  background-color: #0774ab;
}

.banner_slide {
  width: 100%;
  overflow: hidden;
  height: 100vh;
  position: relative;
}

.banner_slide .swiper-slide {
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 100vh;
}
.swiper-pagination{
  position: absolute;
  bottom: 50px;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  z-index: 12;
}
.swiper-pagination .sp{
  display: inline-block;
  width: 20px;
  height: 2px;
  background: rgb(118,167,215);
  /* background: yellow; */
  margin-right: 12px;
}
.swiper-pagination span.active{
  background: rgb(177,202,230);
  /* background: red; */
}

.banner_slide .swiper-slide b.b1 {
  width: 104%;
  height: 104%;
  overflow: hidden;
  display: block;
  position: absolute;
  left: -2%;
  top: -2%;
}
.banner_slide .swiper-slide b.b2 {
  display: none;
}

.banner_slide .swiper-slide .b1.on {
  -webkit-filter: url(#water);
  filter: blur(5px) url(#water);
}

.banner_slide .swiper-slide .bs_c {
  width: 100%;
  overflow: hidden;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: flex-start;
}

.banner_slide .swiper-slide .bsc_c {
  width: 100%;
  overflow: hidden;
}

.banner_slide .swiper-slide p {
  width: 100%;
  overflow: hidden;
  color: #fff;
}

.banner_slide .swiper-slide p.p1 {
  font-size: .6rem;
  line-height: .8rem;
}

.banner_slide .swiper-slide p.p2 {
  font-size: .6rem;
  line-height: .8rem;
}

.banner_slide .swiper-slide p.p3 {
  font-size: .2rem;
  line-height: .3rem;
  color: rgba(255, 255, 255, 0.8);
  text-transform: uppercase;
  margin-top: .2rem;
}

.banner_slide .swiper-slide p.p4 {
  margin-top: .4rem;
}

.banner_slide .swiper-slide p.p4 a {
  display: inline-block;
  line-height: .5rem;
  padding: 0px .4rem;
  background-color: #fff;
  border-radius: .1rem;
  font-size: .14rem;
  color: #0068b7;
  font-weight: bold;
}

.banner_slide .swiper-slide p.p4 a:hover {
  background-color: #0068b7;
  color: #fff;
}
.first-con{
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 13;
  background: #005ac8;
  display: flex;
}
.first-hidden{
  display: none;
}
.first-item{
  width: 50%;
  margin-top: 80px;
  height: calc(100% - 80px);
  display: flex;
  border-top: 1px solid rgb(56,124,205);
}
.first-item .item-item{
  width: 33.333%;
  height: 100%;
}
.first-item .item-item a{
  display: inline-block;
  width: 100%;
  height: 100%;
  border-right: 1px solid rgb(56,124,205);
}
.first-item .item-item .title{
  text-align: center;
  margin: 130px 0 50px 0;
  color: #fff;
  font-size: 30px;
  font-weight: 550;
}
.first-item .item-item a p{
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin-bottom: 10px;
  font-size: 16px;
  color: #fff;
}

#chatBtn{
  position: fixed;
  display: block;
  background-color: rgb(91, 121, 154);
  border-radius: 5px 0px 0px 5px;
  right: -1px;
  bottom: 237px;
  padding: 10px 8px;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  z-index: 100;
}


.btnfr {
  overflow: hidden;
  background-color: #0045c7;
}

.btn_01 {
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid #fff;
  padding: .5rem 0px .3rem 0px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
}

.btn_01 .fl p {
  width: 100%;
  overflow: hidden;
  font-size: .16rem;
  color: #fff;
  line-height: .3rem;
}

.btn_01 .fl p.p1 {
  margin-bottom: .3rem;
}

.btn_01 .fl p.p1 img {
  display: block;
  width: 120px;
  /* width: 200px; */
}

.btn_02 {
  width: 100%;
  overflow: hidden;
  margin: .5rem 0px;
  min-height: 1.42rem;
  position: relative;
  padding-left: 2.18rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.btn_02 .fl {
  position: absolute;
  left: 0px;
  top: 0px;
}

.btn_02 .fl label {
  width: 1.4rem;
  height: 1.4rem;
  display: block;
  border: none;
  overflow: hidden;
}

.btn_02 .fl label img {
  width: 100%;
  height: 100%;
}

.btn_02 .fr {
  width: 100%;
  overflow: hidden;
}

.btn_02 .fr ul {
  width: 100%;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between
}

.btn_02 .fr ul li p {
  width: 100%;
  overflow: hidden;
}

.btn_02 .fr ul li p.p1 {
  line-height: .5rem;
  margin-bottom: .2rem;
}

.btn_02 .fr ul li p.p1 label {
  width: .5rem;
  height: .5rem;
  display: block;
  border: 1px solid #fff;
  border-radius: 50%;
  overflow: hidden;
  float: left;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.btn_02 .fr ul li p.p1 label img {
  display: block;
}

.btn_02 .fr ul li p.p1 span {
  float: left;
}

.btn_02 .fr ul li p.p1 span.sp1 {
  font-size: .16rem;
  color: #fff;
  margin-left: .15rem;
}

.btn_02 .fr ul li p.p1 span.sp2 {
  font-size: .16rem;
  color: #7b7b7b;
  margin-left: .2rem;
}

.btn_02 .fr ul li p.p2 {
  font-size: .16rem;
  color: #fff;
  line-height: .4rem;
}

.btn_02 .fr ul li p.p2 a {
  font-size: .16rem;
  color: #fff;
  line-height: .4rem;
}

.btn_02 .fr ul li p.p3 {
  font-size: .16rem;
  color: #fff;
  line-height: .4rem;
}

.menuikfr {
  position: relative;
  width: 34px;
  height: 30px;
  margin-right: 20px;
}

.menu_click {
  display: block;
  position: absolute;
  top: -2px;
}

.menu_click em, .header-menu em{
  width: 34px;
  height: 34px;
  display: block;
  overflow: hidden;
  float: left;
  position: relative;
  cursor: pointer;
}

.menu_click em i, .header-menu em i {
  cursor: pointer;
  width: 60%;
  display: block;
  overflow: hidden;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 15%;
  top: 10px;
  transition: .3s ease-in-out;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
}

.menu_click em i.i1, .header-menu em i.i1 {
  top: 10px;
}

.menu_click em i.i2, .header-menu em i.i2 {
  top: 17px;
}

.menu_click em i.i3, .header-menu em i.i3 {
  top: 24px;
  width: 40%;
}

.menu_click em.on i.i2 {
  opacity: 0;
}

.menu_click em.on i.i1 {
  width: 60%;
  left: 20%;
  transform: translateY(8px) rotate(45deg);
  -ms-transform: translateY(8px) rotate(45deg);
  -moz-transform: translateY(8px) rotate(45deg);
  -webkit-transform: translateY(8px) rotate(45deg);
  -o-transform: translateY(8px) rotate(45deg);
}

.menu_click em.on i.i3 {
  width: 60%;
  left: 20%;
  top: 25px;
  transform: translateY(-8px) rotate(-45deg);
  -ms-transform: translateY(-8px) rotate(-45deg);
  -moz-transform: translateY(-8px) rotate(-45deg);
  -webkit-transform: translateY(-8px) rotate(-45deg);
  -o-transform: translateY(-8px) rotate(-45deg);
}

.header-left{
  position: fixed;
  top: 16px;
  left: 10px;
  display: none;
}
.header-menu{
  width: 34px;
  height: 30px;
  position: relative;
}


@media screen and (max-width:1200px) {
  .header-left{
    display: none;
  }

  .wrap_in {
    margin: 0px 10px;
  }

  .wrap_c {
    margin: 0px 15px;
    padding: 0px;
    width: auto;
  }

  .wrap_nr {
    margin: 0px 10px;
  }

  .w_pc {
    display: none !important;
  }

  .w_wap {
    display: block !important;
  }

  .topfr {
    top: 0px;
    padding: .2rem 0px;
  }

  .fr .top_menu {
    display: none;
    position: absolute;
    left: 0px;
    top: 1rem;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
  }
  .top-two{
    margin-right: 30px;
  }

  .fr .top_menu ul {
    width: 100%;
    overflow: hidden;
  }

  .fr .top_menu ul li {
    width: 100%;
    overflow: hidden;
    margin: 0px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }

  .fr .top_menu ul li .topm_t {
    width: 100%;
    overflow: hidden;
    padding: 0rem .2rem;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }

  .fr .top_menu ul li .topm_t a {
    background-size: .16rem;
    padding: .1rem 0px;
    width: 100%;
    padding-right: 0px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  .fr .top_menu ul li .active a::before{
    background: none;
  }

  .fr .top_menu ul li .topm_t a.a1 {
    background-size: .16rem;
  }

  .fr .top_menu ul li .topm_c {
    width: 100%;
    overflow: hidden;
    position: relative;
    left: 0px;
    top: 0px;
    margin: 0px;
    display: none;
    background-color: initial;
    padding: 0px 0px .15rem 0px;
  }

  .fr .top_menu ul li .topm_c p {
    width: 100%;
    text-align: left;
    line-height: .4rem;
    padding: 0px .2rem;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }

  .fr .top_menu ul li .topm_c {
    width: 100%;
    overflow: hidden;
    position: relative;
    left: 0px;
    top: 0px;
    margin: 0px;
    display: none;
    background-color: initial;
    padding: 0px 0px .15rem 0px;
  }

  .fr .top_menu ul li .topm_c p {
    width: 100%;
    text-align: left;
    line-height: .4rem;
    padding: 0px .2rem;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }

  .fr .top_menu ul li:hover .topm_c {
    display: block;
  }

  .btn_01 {
    display: block;
  }

  .btn_01 .fl {
    width: 100%;
  }

  .btn_01 .fr {
    width: 100%;
    margin-top: .2rem;
  }

  .btn_02 {
    padding: 0px;
  }

  .btn_02 .fl {
    position: relative;
    width: 100%;
    display: none;
  }

  .btn_02 .fr {
    width: 100%;
  }

  .btn_02 .fr ul {
    display: block;
  }

  .btn_02 .fr ul li {
    width: 50%;
    float: left;
  }

  .btn_02 .fr ul li:nth-child(3) {
    width: 100%;
    margin-top: 20px;
  }

  .btn_02 .fr ul li p.p1 span.sp2 {
    display: none;
  }
}



@media screen and (max-width:992px) {
  
}

@media screen and (max-width:768px) {
  .banner_slide .swiper-slide b.b2 {
    display: block;
  }
  #chatBtn{
    bottom: 150px;
  }
  .top-two{
    margin-right: 0;
  }

  .top_menu ul li .topm_t{
    line-height: 30px;
  }
  .top_menu ul li .topm_t a{
    font-size: 14px;
  }
  .top_menu ul li .topm_c p a{
    font-size: 13px;
  }
  .topfr .fl img, .btn_01 .fl p.p1 img {
    width: 90px;
  }
  .topfr .fl img{
    margin-top: 5px;
  }
  .top_menu ul li .topm_c p,.fr .top_menu ul li .topm_c p{
    line-height: 26px;
  }
}

.preloader {
  background-color: #005AC8;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1000;
  overflow: hidden;
}
.preloader .angular-shape {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transform: rotate(50deg) scale(1, 3.5);
}
.preloader .angular-shape > div:first-child {
  background: #005AC8;
  width: 20%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.preloader .angular-shape > div:nth-child(2) {
  background: #005AC8;
  width: 30%;
  height: 100%;
  position: absolute;
  left: 35%;
  top: 0;
}
.preloader .angular-shape > div:nth-child(3) {
  background: #005AC8;
  width: 20%;
  height: 100%;
  position: absolute;
  left: 80%;
  top: 0;
}
.preloader .spinner {
  width: 80px;
  height: 80px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.preloader .double-bounce1, .preloader .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}
.preloader .double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}