
#allmap {
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0;
  font-family: " ";
}

body {
  font-family:   !important;
  color: #333333;
  /*letter-spacing:2px;*/
}

ul,
li,
div {
  padding: 0;
  margin: 0;
  list-style: none;
}

a {
  text-decoration: none;
}

@media screen and (max-width: 1200px) {
  .top {
    display: none;
  }
}

.top {
  background-color: #151A59;
  width: 100%;
  height: auto;
}

.top .top_head {
  display: flex;
  justify-content: flex-end;
  /*padding-right: 200px;*/
}

.top .top_head ul {
  display: flex;
  color: #ffffff;
  height: 100px;
  font-size: 16px;

}

.text {
  padding: 36px 0;
  text-align: center;
  width: 130px;
  font-size: 18px;
  padding-bottom: 10px;
    text-align: left;
    padding-left: 23px !important;

}

.top_color {
  background-color: #ffffff;
  color: #151A59;
}

.top_list div {
  text-align: center;
  font-size: 14px;
  padding: 10px 10px;
    text-align: left;
    padding-left: 23px !important;
  /*display: none;*/
}

.list_color {
  background-color: #151A59;
  color: #ffffff;
}

.content {
  background-image: url('../image/beijin1.png');
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: auto;
}

.content .index {
  /*background-image: url('./img/04.png');
  background-repeat:no-repeat;
  background-size: 100% 100%;*/
  width: 100%;
  /*height: 439.6px;*/
  display: flex;
  justify-content: center;
}

/*轮播图*/

.container {
  /*width:1538px;
 height:503.31px;*/
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}

.list {
  /*width:1538px*5;
 height:503.31px;*/
  position: absolute;

}

.list>img {
  float: left;
  /*width:1538px;
 height:503.31px;*/
}

.pointer {
  position: absolute;
  width: 100px;
  bottom: 20px;
  /*left:740px;*/
}

.pointer>span {
  cursor: pointer;
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #7b7d80;
  border-radius: 50%;
  border: 1px solid #fff;
}

.pointer .on {
  background: #28a4c9;
}

.arrow {
  position: absolute;
  text-decoration: none;
  width: 40px;
  height: 40px;
  background: #727d8f;
  color: #fff;
  font-weight: bold;
  line-height: 40px;
  text-align: center;
  top: 180px;
  display: none;
}

.arrow:hover {
  background: #0f0f0f;
}

.left {
  left: 0;
}

.right {
  right: 0;
}

.container:hover .arrow {
  display: block;
}





.box {
  width: 100%;
  /*height: 425px;
  padding: 30px;
  display: flex;*/
  /*justify-content: center;*/
  /*margin-bottom: 30px;*/
}

.name_top {
  margin: 30px 0;
  width: 100%;
  display: flex;
  justify-content: center;
}

.name_top p {
  color: #151A59;
  font-weight: Bold;
  font-size: 30px;
  text-align: center;
  border-bottom: solid #151A59 3.5px;

}

/*.about_box{
  display: flex;
  width: 100%;
  justify-content: center;
}
.about_left{
  display: flex;
  align-items:baseline;
  margin-right: 50px; 
}*/
.card_1 {
  background-color: #f4c258;
  background-image: linear-gradient(#f4c258, #eda202);
  text-align: center;
  color: #ffffff;
  padding: 20px 17px 40px;
  border-radius: 5px;
  margin: 10px;
  /*width: 150px;*/
}

.card_1 div {
  margin-bottom: 10px;
}

.card_1 div p {
  margin: 0;
  font-size: 8px;
}

.card_1 img {
  width: 24px;
  height: 27px
}

.card_2 {
  background-color: #151A59;
  background-image: linear-gradient(#585bca, #1d2089);
  text-align: center;
  color: #ffffff;
  padding: 60px 17px 70px;
  border-radius: 5px;
  margin: 10px;
  /*width: 150px;*/
}

.card_2 div {
  margin-bottom: 10px;
}

.card_2 div p {
  margin: 0;
  font-size: 8px;
}

.card_2 img {
  width: 40px;
  height: 37.5px
}

.card_3 {
  background-color: #3090CD;
  background-image: linear-gradient(#3c9fde, #1d81c0);
  text-align: center;
  color: #ffffff;
  padding: 40px 17px 24px;
  border-radius: 5px;
  margin: 10px;
  /*width: 150px;*/
}

.card_3 div {
  margin-bottom: 10px;
}

.card_3 div p {
  margin: 0;
  font-size: 8px;
}

.card_3 img {
  width: 20.5px;
  height: 23.5px
}

.about_right {
  width: 1000px ;
  margin-top: 15px;
  line-height: 27px;
}

.about_right div {
  margin: 20px 0 0;
}

.about_right_text {
  text-align: center;
  font-weight: bold;
  font-size: 20px
}

.about_box {
  display: flex;
  width: 100%;
  justify-content: center;
}

.about_left {
  /*width: 50%;*/
  display: flex;
  align-items: baseline;
  margin-right: 50px;
}

/*.about_left div{
  margin: 0 10px;
}
.card_1{
  margin-top: 90px;
  width:184px;
  height: 280px; 
}
.card_1 img{
  width: 100%;
  height: 100%;
  box-shadow: 5px 5px 5px rgba(0,0,0,0.5);
}
.about_left div{
  text-align: center;
  height: auto;
}
.but{
  margin: 0 10px;
}
.about_right{
  width: 46%;
}*/







.yewu {
  background-image: url('/image/yewu.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: auto;
  padding-top: 5px;
  margin-top: 30px;
}

.yewu .yewu_top {
  width: 100%;
  display: flex;
  justify-content: center;
}

.yewu .yewu_top p {
  color: #ffffff;
  font-weight: Bold;
  font-size: 20px;
  text-align: center;
  width: 80px;
  border-bottom: solid #ffffff 3.5px;
}

.yewu .yewu_text {
  color: #ffffff;
  text-align: left;
  display: flex;
  justify-content: center;
  font-size: 15px;
  /*margin: 20px 0 0;*/
}

.yewu .yewu_text p {
  width: 910px;
}

.yewu .yewu_box {
  display: flex;
  justify-content: center;
}

.yewu .yewu_box .yewu_card {
  background-color: #ffffff;
  width: 282px;
  border-radius: 10px;
  height: 444px;
  color: #313131;
  text-align: center;
  font-size: 26px;
  /*padding-top: 35px;*/
  margin: -40px -25px 0;
  transform: scale(0.7);
}

.yewu .yewu_box .yewu_card div {
  margin-bottom: 22px;
  /*margin-top: 22px;*/
}

.yewu .yewu_box .yewu_card div img {
  /*width: 85px;
  height: 85px;*/
  width: 100%;
}

.yewu .yewu_box .yewu_card div p {
  font-size: 16px;
}

.yewu .yewu_box .yewu_card .yewu_but {
  font-size: 16px;
  color: #ffffff;
  width: 100%;
  display: flex;
  justify-content: center;
}

.yewu_but div {
  text-align: center;
  width: 170px;
  height: 48px;
  background-color: #909090;
  line-height: 48px;
  border-radius: 4px;
}

.content .friend .friend_top {
  width: 100%;
  display: flex;
  justify-content: center;
}

.content .friend .friend_top p {
  color: #151A59;
  font-weight: Bold;
  font-size: 20px;
  text-align: center;
  width: 80px;
  border-bottom: solid #151A59 3.5px;

}

.friend_text {
  display: flex;
  justify-content: center;
}

.friend_text p {
  width: 910px;
  /*margin: 0 17%;*/
  /*width: 66%;*/
  font-size: 15px;
  /*line-height: 32px;*/
  line-height: 24px;
}

.friend {
  /*padding: 40px 0;*/
}

.friend div {
  /*margin-bottom: 20px;*/
}

.friend_img {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 920px;
}

.friend_img img {
  width: 220px;
  height: 160px;
}

.content .callme .callme_top {
  width: 100%;
  display: flex;
  justify-content: center;
}

.content .callme .callme_top p {
  color: #151A59;
  font-weight: Bold;
  font-size: 20px;
  text-align: center;
  width: 80px;
  border-bottom: solid #151A59 3.5px;
  margin-bottom: 30px;
}

.callme .callme_box {
  display: flex;
  /*height: 400px;*/
}

.callme_data {
  /*background-color: #151A59;*/
  width: 50%;
  /*height: 600px;
  color: #ffffff;
  text-align: right;
  background-image: url('./img/index_4.png');
  background-repeat:no-repeat;
  background-size: 100% 100%;*/
  border-right: solid #909090 5px;
}

.callme_data div {
  /*margin-bottom: 30px;*/
}

.callme_may {
  /*background-color: red;*/
  border-left: solid #909090 5px;

  width: 50%;
  /*height: 400px;*/
}

.callme_but {
  display: flex;
  flex-direction: row-reverse;
}

.callme_but div {
  color: #151A59;
  background-color: #ffffff;
  width: 100px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50px;
}

.callme_tubiao {
  z-index: 1;
  /*margin:0 -60px; */
  margin: 0 -40px;
}

.callme_tubiao a div {
  width: 80px;
  height: 80px;
  margin: 35px 0;
}

.callme_tubiao a div img {
  width: 100%;
  height: 100%;
}

/*.callme_tubiao div{
  padding: 10px;
  margin: 60px 0;
}*/
.shouji_zi p {
  line-height: 40px;
}

.buttom {
  background-color: #151A59;
  width: 100%;
  height: 300px;
  color: #ffffff;
}

.buttom_top {
  display: flex;
  justify-content: center;
}

.buttom_top div {
  margin: 16px 30px;
}

.buttom_content {
  display: flex;
  justify-content: center;
  font-size: 18px;
  align-items: flex-end;
  border-top: solid #323568 0.1px;
  border-bottom: solid #323568 0.1px;
}

.buttom_content div {
  margin: 10px 60px;
      height: 128px;
}

.buttom_buttom {
  text-align: center;
  margin-top: 20px;
  display: flex;
  justify-content: center;
}

.buttom_text {
  font-size: 14px;
}

.buttom_logo img {
  width: 110px;
  height: 125px;
  text-align: center;
  padding-bottom: 23px;
}

.weixin {
  text-align: center;
  /*margin-bottom: -0px;*/
}

.weixin img {
  width: 90px;
  height: 90px;
}

.weixin p {
  padding: 5px 0;
}

.about_but {
  background-color: #151A59;
  color: #ffffff;
  text-align: center;
  width: 140px;
  height: 40px;
  line-height: 40px;
  margin: 13px 10px 0
}

.callme_text1 {
  font-size: 26px;
}

.callme_text2 {
  font-size: 24px;
}

.callme_text3 {
  font-size: 18px;
}

.shouji_top {
  width: 100%;
  /*height: 100px;*/
  background-color: #151A59;
}

.shouji_list .shouji_box {
  width: 100%;
  background-color: #151A59;
  color: #ececec;
  font-size: 30px;
  line-height: 130px;
  padding: 0 4%;
 /* opacity: 0.9;*/
  height: 130px;
  display: flex;
  justify-content: space-between;
}

.shouji_list .shouji_box a {
  margin-left: 20px;
  font-size: 46px;
}

/*.shouji_callme_tubiao div{
  background-color: #70bbf0;
  padding: 10px;
  width: 60px;
  border-radius: 50px;
  margin: 30px 0;
}*/
.shouji_van {
  display: flex;
  justify-content: space-between;
  margin: 0 4%;
  padding: 5px 0 height: 130px;
  line-height: 130px;
  text-align: center;
}

.erji {
  width: 100%;
 background-color: #151A59;
  line-height: 130px;
  /*opacity: 0.9;*/
}

.erji a {
  color: #fff!important;
}

.erji div {
  height: 130px;
  font-size: 40px;
  margin: 0 6%
}

.nav_box {
  width: 910px;
  display: flex;
  justify-content: space-between;
}

/*.callme_may{
  height: 600px;
}*/
/*@media screen and (min-width: 1920px) {
    .callme_box{
      height: 600px;
    }
}*/

.buttom {
  color: #cdced6
}

@media screen and (min-width: 1200px) {
  .shouji_block {
    width: 100%;
    height: 100px;
  }

  .shouji_head {

    display: none;
  }

  .shouji_callme_tubiao {
    display: none;
  }

  .shouji_zi {
    transform: scale(0.8);
    margin-right: -25px;
  }

  .yd {
    display: none;
  }

  .about_left {
    margin: 0;
    /*width: 400px;*/
    margin-right: 20px;
    transform: scale(0.9);
  }

  .about_right {
    margin: 0;
  }

  .jz {
    display: flex;
    justify-content: center;
  }

  .dizhi {
    /*margin: 60px 0;*/
    font-size: 16px;
    /*margin-top: -370px;*/
    color: #ffffff;
  }

  .dizhi .dizhi_z {
    margin-bottom: 30px
  }

  .callme_data .pc {
    position: relative;
  }

  .dizhi {
    position: absolute;
    top: 35px;
    right: 70px;
  }

  /*.chulai{
    position: absolute;width: 450px
  }*/
  .yewu_text p {
    position: absolute;
  }

  .friend_text p {
    position: absolute;
  }

  .card_1,
  .card_2,
  .card_3,
  .about_but {
    width: 150px;
  }

  .callme .callme_box {
    height: 400px;
  }

  /*.yewu_text{
    height: 50px;
  }*/
  .friend_text {
    height: 60px;
  }

  .name_top p {
    font-size: 22px
  }

  .about_right div:nth-child(2) {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 1px;
  }

  .about_right div:nth-child(3) {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 1px;
  }

  .about_right_text {
    font-size: 16px
  }

  .name_top {
    margin: 40px 0 0px;
  }

  .dizhi_z,
  .dizhi_x {
    font-size: 14px;
  }

  .dizhi_z p:nth-child(1),
  .dizhi_x p:nth-child(1) {
    font-size: 16px;
  }

  .dizhi {
    top: 50px;
    right: 150px
  }

  .yewu_text {
    margin: 10px 0
  }

  .friend_text {
    margin: 10px 0
  }

  .card_1 div {
    margin-bottom: 10px;
    margin-top: 10px;
  }

  .callme .callme_box {
    margin-top: 20px;
  }

  .about_right div {
    margin: 10px 0 0;
  }

  .buttom_text p {
    margin: 0 0 2px;
	    margin-top: 17px;
  }


}

@media screen and (max-width: 1200px) {
  .content {
    background-image: none;
  }

  .lg {
    display: none;
  }

  .pc {
    display: none;
  }

  .callme_box {
    display: flex;
    flex-direction: column;
  }

  /*.shouji_zi{
    transform:scale(1);
    padding-right: 240px;
    padding-top: 100px;
  }*/
  .callme_tubiao {
    display: none;
  }

  /*.callme_may{
    display: flex;
  }*/
  .shouji_block {
    width: 100%;
    height: 130px;
  }

  .buttom_top div {
    font-size: 25px;
  }

  .buttom_content {
    font-size: 18px;
  }

  .buttom_content div {
    margin: 10px 30px;
  }

  .buttom_buttom {
    text-align: center;
    margin-top: 20px;
  }

  .buttom_text {
    text-align: left;
    padding-bottom: 30px
  }

  .weixin img {
    width: 150px;
    height: 150px;
  }

  .buttom_logo img {
    width: 170px;
    height: 180px;
  }

  .buttom {
    height: auto;
  }

  .buttom_buttom {
    display: flex;
    flex-direction: column;
  }


  .about_box {
    display: flex;
    flex-direction: column-reverse;
  }

  /*.content .about .about_left{
    display: flex;
    align-items:baseline;
    justify-content: center;
    margin-right: 0;
    font-size: 30px;
  }
  .card_1{
    background-color: #FFAE00;
    text-align: center;
    color: #ffffff;
    padding: 100px 51px 120px;
    border-radius: 15px;
    margin: 12px;

  }
  .card_1 img{
    width: 72px;
    height: 81px;
  }
  .card_1 div{
    margin-bottom: 30px;
  }
  .card_1 div p{
    margin: 0;
    font-size: 26px;
  }
  .card_2{
    background-color: #151A59;
    text-align: center;
    color: #ffffff;
    padding: 160px 51px 150px;
    border-radius: 15px;
    margin: 12px;

  }
  .card_2 div{
    margin-bottom: 30px;
  }
  .card_2 div p{
    margin: 0;
    font-size: 26px;
  }
  .card_2 img{
    width: 120px;
    height: 112.5px;
  }
  .card_3{
    background-color: #3090CD;
    text-align: center;
    color: #ffffff;
    padding: 140px 51px 70px;
    border-radius: 15px;
    margin: 12px;
  }
  .card_3 div{
    margin-bottom: 30px;
  }
  .card_3 div p{
    margin: 0;
    font-size: 26px;
  }
  .card_3 img{
    width: 61.5px;
    height: 76.5px
  }
  .about_right{
    width: 92%;
    font-size: 28px;
    margin: 0 4% 60px;
  }
  .about_right div{
    margin: 30px 0 0;
  }
  .about_but{
    width: 288px;
    height: 80px;
    line-height: 80px;
    margin: 18px 12px 0;
  }
  .about_right_text{
    text-align: center;
    font-weight: bold;
    font-size: 50px
  }
  .content .about .about_top{
    margin-top: 50px;
  }
  .content .about .about_top p{
    font-size: 50px;
    width: 240px;

  }*/
  /*.content .yewu .yewu_top p{
    font-size: 50px;
    width: 240px;
  }
  .yewu .yewu_text p{
    font-size: 30px;
    text-align: left;
    margin: 0 4%;
  }*/
  .yewu {
    margin-top: 76px;
  }

  .yewu .yewu_box {
    display: flex;
    /*justify-content: center;*/
    flex-wrap: wrap;
    width: 100%;
    /*height: 700px;*/
    /*overflow: hidden;*/

  }

  .yewu .yewu_box .yewu_card {
    width: 400px;
    border-radius: 25px;
    height: 600px;
    font-size: 40px;
    margin: 40px 30px;
    transform: scale(1);
  }

  /*.yewu .yewu_box .yewu_card div{
    margin-top: 40px;
  }*/
  /*.yewu .yewu_box .yewu_card div img{
    width: 130px;
    height: 130px;
  }*/
  .yewu .yewu_box .yewu_card div p {
    font-size: 20px;
  }

  .yewu .yewu_box .yewu_card .yewu_but {
    font-size: 30px;
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .yewu_but div {
    width: 240px;
    height: 80px;
    line-height: 80px;
  }

  /*.lunbo{
    display: flex;
    justify-content: space-between;
    align-items: baseline;
  }*/
  .name_top {
    margin: 58px 0 38px;
  }

  .name_top p {
    font-size: 49px;
    border-bottom: solid #151A59 6px;
  }

  .about_right {
    width: 92%;
    margin: 50px 4% 0;
    /*font-size: 40px;*/
    /*width: 100%;*/
  }

  .about_left {
    width: 92%;
    margin: 0 4%;
    display: flex;
    justify-content: center;
  }

  /*.about_right_text{
    font-size: 55px;
  }*/



  .card_1 {
    padding: 40px 55px 50px;
    border-radius: 5px;
    margin: 16px;
    font-size: 30px;
  }

  .card_1 div {
    margin-bottom: 10px;
  }

  .card_1 div p {
    margin: 0;
    font-size: 20px;
  }

  .card_1 img {
    width: 90px;
    height: 100px
  }

  .card_2 {
    padding: 120px 17px 130px;
    border-radius: 5px;
    margin: 16px;
    width: 300px;
    font-size: 30px;
  }

  .card_2 div {
    margin-bottom: 10px;
  }

  .card_2 div p {
    margin: 0;
    font-size: 20px;
  }

  .card_2 img {
    width: 120px;
    height: 100px
  }

  .card_3 {
    padding: 80px 60px 50px;
    border-radius: 5px;
    margin: 16px;
    font-size: 30px;
  }

  .card_3 div {
    margin-bottom: 10px;
  }

  .card_3 div p {
    margin: 0;
    font-size: 8px;
    font-size: 20px;
  }

  .card_3 img {
    width: 70px;
    height: 80px
  }

  .about_but {
    width: 256.48px;
    height: 72px;
    line-height: 72px;
    margin: 16px 16px 0;
    font-size: 26px;
  }

  .yewu .yewu_text {
    width: 92%;
    margin: 0 4%;

    display: flex;
    justify-content: center;
  }

  .yewu_text p {
    /*font-size: 40px;*/
    font-size: 40px;
    text-align: left;
    line-height: 60px;
  }

  .friend .friend_text {
    width: 92%;
    margin: 0 4%;

    display: flex;
    justify-content: center;
  }

  .friend_text p {
    font-size: 40px;
    text-align: left;
    line-height: 60px;
  }

  .friend_img img {
    width: 290px;
    height: 190px;
  }

  .friend_img {
    margin-top: 40px;
  }

  .callme_data {
    width: 100%;
  }

  .callme_may {
    width: 100%
  }

  .shouji_callme_tubiao div {
    width: 80px;
    height: 80px;
    margin: 70px 0;
  }

  .shouji_callme_tubiao div img {
    width: 100%;
    height: 100%;
  }

  .shouji_callme_box {
    width: 92%;
    margin: 0 4%;
    display: flex;
    justify-content: space-between;
    padding-bottom: 30px;
  }

  .shouji_callme_text {
    font-size: 20px;
  }

  .shouji_callme_text_top {
    font-size: 36px;
    line-height: 60px;
  }

  .shouji_callme_text p {
    font-size: 28px;
    line-height: 60px;
  }

  .shouji_callme_text ul li {
    line-height: 50px;
  }

  .friend {
    width: 100%
  }

  .callme_may {
    height: 600px;
    width: 100%;
  }

  .buttom_text {
    font-size: 20px;
    padding-bottom: 0
  }

  .buttom_content {
    display: flex;
    align-items: flex-start;
    padding: 30px 0 10px;
  }

  .buttom_buttom {
    display: flex;
    flex-direction: column;
    padding: 0 26.3%;
  }

  .buttom_buttom {
    text-align: left;
  }

  .sjmingpian {
    display: flex;
    justify-content: space-between;
  }

  .sjcallme_tubiao {
    z-index: 1;
    margin-left: -120px;
    margin-top: 170px;
  }

  .sjcallme_tubiao div img {
    width: 120px;
    height: 120px;
  }

  .sjcallme_tubiao div {
    margin: 80px 0;
  }

  .name p {
    border-bottom: solid #151A59 10px;
  }

  .buttom {
    color: #cdced6
  }

  .buttom_content {
    border-top: solid #323568 2px;
    border-bottom: solid #323568 2px;
  }

  .about_right_text {
    font-size: 50px;
  }

  .chulai {
    font-size: 40px;
    line-height: 60px;
  }

  .about_right div {
    margin: 0 0 40px;
  }

  .friend div {
    margin-bottom: 40px;
  }

  .yewu {
    padding: 30px 0 80px;
  }

  .name_top {
    margin: 80px 0 38px;
  }

  .name {
    margin: 80px 0 30px;
  }

  .sjmingpian {
    position: relative;
  }

  .sjdizhi {
    position: absolute;
    /*z-index: 1;*/
    color: #cdced6;
    font-size: 34px;
    top: 220px;
    left: 100px
  }

  .dizhi_z p:nth-child(1),
  .dizhi_x p:nth-child(1) {
    font-size: 40px
  }

  .dizhi_z {
    margin-bottom: 60px;
  }

  .sjcall {
    position: absolute;

  }

  .sjcall p {
    color: #ffffff;
    border-bottom: solid #ffffff 6px;
  }

  .yewu .yewu_box .yewu_card div p {
    font-size: 23px;
  }

}

@media screen and (min-width: 1920px) {

  /*.callme_tubiao{
    margin: 70px -40px;
  }*/
  .dizhi {}

  .box {
    transform: scale(1.2);
    margin: 100px 0;
  }

  .yewu {
    transform: scale(1.2);
    margin: 120px 0;
  }

  .friend {
    transform: scale(1.2);
    margin: 180px 0;
  }

  .callme {
    transform: scale(1.2);
    margin: 100px 0 45px;
  }

  .nav_box {
    width: 1092px;
  }


}
