.toux {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 11111;
  background: rgba(0, 0, 0, 0.62); }

.tou {
  line-height: 40px;
  color: #999999;
  border-bottom: 1px solid #767676; }
  .tou a {
    color: #999999; }
  .tou .yu {
    text-align: center;
    min-width: 172px;
    border-right: 1px solid #767676;
    text-transform: uppercase;
    float: left; }
  .tou .hy {
    padding: 0 50px;
    display: flex;
    float: left; }
  .tou .k1 {
    padding-right: 32px;
    float: right; }

.tou1 {
  display: flex;
  justify-content: space-between;
  height: 80px;
  align-items: center; }
  .tou1.bgx {
    background: #292d31; }
  .tou1 .logo {
    margin-left: 50px;
    max-width: 322px;
    text-align: center; }
    .tou1 .logo a img{
      display: block; 
      width: 100%;
    }
  .tou1 #formsearch {
    min-width: 225px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-right: 34px; 

}
    .tou1 #formsearch input {
      outline: none;
      border: none;
      background: none;
      height: 30px;
      line-height: 30px; }
      .tou1 #formsearch input#keyword {
        width: 183px;
        text-indent: 12px;
        background: #fff; }
      .tou1 #formsearch input#s_btn {
        padding: 0 12px;
        text-align: center;
        width: 30px;
        height: 24px;
        box-sizing: content-box; }

.c1 {
  padding: 6.85vh 24px 26px; }
  .c1 h2 {
    text-align: center;
    font-size: 30px;
    color: #06599f;
    line-height: 1;
    font-weight: 600;
    text-transform: uppercase; }
    @media (max-width: 760px) {
      .c1 h2 {
        font-size: 24px; } }
    .c1 h2 p {
      font-size: 20px;
      margin-top: 24px; }
      @media (max-width: 760px) {
        .c1 h2 p {
          margin-top: 18px;
          font-size: 16px; } }
  .c1 .content {
    margin-top: 36px; }
    .c1 .content .list2 {
      text-align: center; }
      .c1 .content .list2 .slick-dots {
        margin-top: 5.35vh;
        display: flex;
        justify-content: center; }
        @media (max-width: 780px) {
          .c1 .content .list2 .slick-dots {
            margin-top: 0; } }
        .c1 .content .list2 .slick-dots li {
          margin: 0 10px;
          width: 10px;
          height: 10px;
          border-radius: 50%;
          background: #b0b0b0; }
          .c1 .content .list2 .slick-dots li button {
            display: none;
            font-size: 0; }
          .c1 .content .list2 .slick-dots li.slick-active {
            background-color: #06599f; }
      .c1 .content .list2 li.slick-slide {
        margin: 0 1.5vw; }
        .c1 .content .list2 li.slick-slide .img img {
          width: 100%; }
        .c1 .content .list2 li.slick-slide h3 {
          color: #00253d;
          font-size: 16px;
          line-height: 56px; }
          .c1 .content .list2 li.slick-slide:hover h3{
             color: #06599f;
          }
.bg {
  background: url(../images/bg.png);
  background-size: 100% 100%;
    
}
  .bg .c2 {
    padding: 30px 12px 0; }
    .bg .c2 .list1 {
      margin-bottom: 17px;
      display: flex;
      flex-wrap: wrap; }
      .bg .c2 .list1 li {
        width: 50%;
        padding: 0 12px; }
        @media (max-width: 780px) {
          .bg .c2 .list1 li {
            width: 100%; }
            .bg .c2 .list1 li:nth-child(1) {
              margin-bottom: 17px; } }
        .bg .c2 .list1 li a {
          position: relative;
          display: block; }
        .bg .c2 .list1 li .img {
          overflow: hidden; }
          .bg .c2 .list1 li .img img {
            width: 100%;
            transition: .35s transform ease, .35s -webkit-transform ease; }
        .bg .c2 .list1 li .zi {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          display: flex;
          justify-content: center;
          text-align: center;
          align-items: center;
          color: #fff;
          padding: 0 20px; }
          .bg .c2 .list1 li .zi .zi1 {
            width: 100%; }
            .bg .c2 .list1 li .zi .zi1 h3 {
              font-weight: 600;
              font-size: 34px; }
              @media (max-width: 780px) {
                .bg .c2 .list1 li .zi .zi1 h3 {
                  font-size: 28px; } }
              @media (max-width: 760px) {
                .bg .c2 .list1 li .zi .zi1 h3 {
                  font-size: 20px; } }
            .bg .c2 .list1 li .zi .zi1 dd {
              font-size: 20px;
              margin-top: 22px; }
              @media (max-width: 780px) {
                .bg .c2 .list1 li .zi .zi1 dd {
                  font-size: 16px;
                  margin-top: 6px; } }
        .bg .c2 .list1 li:hover .img img {
          transform: scale(1.025); }
    .bg .c2 .list2 {
      padding: 0 12px;
      display: flex;
      flex-wrap: wrap; }
      .bg .c2 .list2 li {
        margin-bottom: 18px; }
        @media (max-width: 780px) {
          .bg .c2 .list2 li:last-child {
            margin-bottom: 0; } }
        .bg .c2 .list2 li a {
          position: relative;
          display: block; }
        .bg .c2 .list2 li .img {
          overflow: hidden; }
          .bg .c2 .list2 li .img img {
            transition: .35s transform ease, .35s -webkit-transform ease;
            width: 100%; }
        .bg .c2 .list2 li .zi {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          display: flex;
          justify-content: center;
          text-align: center;
          align-items: center;
          color: #fff;
          padding: 0 20px; }
          .bg .c2 .list2 li .zi .zi1 {
            width: 100%; }
            .bg .c2 .list2 li .zi .zi1 h3 {
              font-weight: 600;
              font-size: 34px; }
              @media (max-width: 780px) {
                .bg .c2 .list2 li .zi .zi1 h3 {
                  font-size: 28px; } }
              @media (max-width: 760px) {
                .bg .c2 .list2 li .zi .zi1 h3 {
                  font-size: 20px; } }
            .bg .c2 .list2 li .zi .zi1 dd {
              font-size: 24px;
              margin-top: 30px; }
              @media (max-width: 780px) {
                .bg .c2 .list2 li .zi .zi1 dd {
                  font-size: 16px;
                  margin-top: 6px; } }
        .bg .c2 .list2 li:hover .img img {
          transform: scale(1.025); }
  .bg .c3 {
    padding-top: 7.28vh;
    padding-bottom: 9vh; }
    @media (max-width: 780px) {
      .bg .c3 {
        padding: 4vh 0; } }
    .bg .c3 .tu {
      text-align: center; }
      .bg .c3 .tu img {
        max-width: 100%; }
        @media (max-width: 760px) {
          .bg .c3 .tu img {
            max-width: 100px; } }
    .bg .c3 dd {
      margin: 32px auto 0;
      max-width: 1253px;
      text-align: center;
      font-size: 16px;
      line-height: 32px;
      color: #235c89; }
      @media (max-width: 1260px) {
        .bg .c3 dd {
          padding: 0 24px; } }
      @media (max-width: 760px) {
        .bg .c3 dd {
          padding: 0 15px;
          line-height: 28px;
          font-size: 14px; } }

@media (max-width:640px) {
    .bg .c2 .list2 li .zi{
        padding:0 5px;
    }
    .bg .c2 .list2 li .zi .zi1 h3{
         font-size: 18px;
    }
    .bg .c2 .list2 li .zi .zi1 dd{
            font-size: 14px;
    }
}

/* 公司简介 */

.about {
    padding: 56px 0 47px 0;
    position: relative;
    margin-top: 85px;
}

.aboutbg {
    width: 100%;
    height: 100%;
    background: #eee;
    position: absolute;
    top: 0;
    right: 50%;
    margin-right: 45px;
}

.aboutimg img {
max-width:100%; height:auto !important;width:auto !important;
}

.about .col-md-6 {
    padding: 0;
}

.aboutimg {
    position: relative;
    left: -50px;
    opacity: 0;
    transition: all 1s;
}

.on .aboutimg {
    left: 0;
    opacity: 1;
    transition-delay: 0.7s;
}

.about .text {
    padding: 0 10% 0 60px;
    color: #5a5a5a;
    font: 400 14px/30px "Microsot Yahei";
    position: absolute;
    top: 0;
    opacity: 0;
    transition: all 1.2s;
    padding-top: 3%
}

.about.on .text {
    right: 0;
    opacity: 1;
    transition-delay: 1s;
}

.about .text .con {
    padding-top: 50px;
    height: 200px;
    overflow: hidden;
}

.about .text .more {
    padding-top: 60px;
}

.about .text .more a {
    color: #264a96;
    font: 400 14px/30px "Microsot Yahei";
}

@media (max-width: 991px) {
    .about {
        padding: 0;
        margin-top: 20px;
    }
    .aboutbg {
        display: none;
    }
    .about .text {
        padding: 20px;
        position:relative;
    }
    .about .text .con {
        padding-top: 20px;
    }
    .about .text .more {
        padding-top: 20px;
    }
}



.foot {
  padding-top: 44px;
  background: #292d31; }
  .foot .footx {
    max-width: 1325px;
    margin-left: auto;
    margin-right: auto; }
    .foot .footx .foot1 {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      width: 93.2%;
      margin-left: auto;
      margin-right: auto; }
      @media (max-width: 992px) {
        .foot .footx .foot1 {
          -webkit-flex-direction: column;
          flex-direction: column; } }
      .foot .footx .foot1 .foot1-1 {
        -webkit-box-flex: 1;
        -webkit-flex: auto;
        flex: auto; }
        .foot .footx .foot1 .foot1-1 h2 {
          font-size: 30px;
          color: #ffffff;
          font-weight: 600; }
        .foot .footx .foot1 .foot1-1 dd {
          font-size: 14px;
          color: #a89968;
          margin-top: 14px; }
      .foot .footx .foot1 .foot1-2 {
        -webkit-box-flex: 1;
        -webkit-flex: auto;
        flex: auto;
        justify-content: flex-end;
        display: flex; }
        @media (max-width: 992px) {
          .foot .footx .foot1 .foot1-2 {
            justify-content: flex-start;
            margin-top: 20px; } }
        .foot .footx .foot1 .foot1-2 #formsearch {
          width: 92.5%;
          position: relative; }
          .foot .footx .foot1 .foot1-2 #formsearch input {
            height: 64px;
            line-height: 64px;
            border: none;
            background: none; }
            .foot .footx .foot1 .foot1-2 #formsearch input#keyword {
              width: 100%;
              background: #fff;
              font-size: 14px;
              text-indent: 20px;
              color: #a89968; }
              .foot .footx .foot1 .foot1-2 #formsearch input#keyword::-webkit-input-placeholder {
                color: #a89968; }
            .foot .footx .foot1 .foot1-2 #formsearch input#s_btn {
              position: absolute;
              right: 4px;
              top: 5px;
              z-index: 11;
              width: 52px;
              height: 53px; }
    .foot .footx .foot2 {
      margin-top: 40px;
      border-top: 1px solid #3c3f43; }
      .foot .footx .foot2 .foot2-1 {
        width: 93.2%;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        padding: 30px 0;
        margin: 0 auto;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between; }
        @media (max-width: 780px) {
          .foot .footx .foot2 .foot2-1 li {
            display: none; }
            .foot .footx .foot2 .foot2-1 li:last-child {
              display: block; } }
        .foot .footx .foot2 .foot2-1 li h2 {
          color: #fff;
          font-size: 18px; }
          .foot .footx .foot2 .foot2-1 li h2:hover {
            color: #a89968; }
        .foot .footx .foot2 .foot2-1 li .sec {
          margin-top: 14px;
          color: #fff;
          line-height: 30px;
          font-size: 14px; }
          .foot .footx .foot2 .foot2-1 li .sec a {
            color: #fff;
            display: block; }
            .foot .footx .foot2 .foot2-1 li .sec a:hover {
              color: #a89968; }
    .foot .footx .foot3 {
      width: 93.2%;
      margin: 0 auto;
      justify-content: space-between;
      display: flex;
      color: #fff;
      padding: 30px 0;
      align-items: center;
      line-height: 1.6; }
      @media (max-width: 992px) {
        .foot .footx .foot3 {
          -webkit-flex-direction: column;
          flex-direction: column;
          text-align: center;
          padding-top: 0; } }
      .foot .footx .foot3 a {
        color: #fff; }
      .foot .footx .foot3 dt {
        font-weight: normal; }

.c1_left{
    /* margin-top: 3%; */
    /*margin-left: 1%;*/
}
.c1_left h5{
    font-family: "Arial";
    font-size: 30px;
    line-height: 1.1;
    color: #202020;
    font-weight: 400;
}

.c1_left h3{
    color: #06599f;
    font-size: 36px;
    font-weight: 400;
    margin-top: 2%;
}

.c1_left .abb_txt{
    padding: 5.34375% 0;
    color: #5a5a5a;
    font-size: 14px; 
    line-height: 2;
    width:90%;
}

.c1_left .abbmore{
    display: block;
    line-height: 50px;
    color: #264a96;
    font-size: 14px;
}

@media (max-width:768px){
    .c1_left h5{
        font-size: 20px;
    }
    .c1_left h3{
        font-size: 22px;
    }
}
@media (max-width: 1200px){
    .c1_left h5{
        font-size: 16px;
    }
    .c1_left h3{
        font-size: 18px;
    }
    .c1_left .abb_txt{
        overflow: hidden;
        padding: 0;
        font-size: 12px;
        line-height: 2;
        width: 100%;
    }
}
@media (max-width: 1366px){
    .c1_left h5{
        font-size: 20px;
    }
    .c1_left h3{
        font-size: 24px;
    }
    .c1_left .abb_txt{
        overflow: hidden;
        padding: 0;
        font-size: 14px;
        line-height: 2;
        width: 100%;
    }
}

.banners {
    margin-top: 120px;
    width: 100%;
    height: 100%;
    position: relative;
}
.banners ul.bc {
    position: relative;
    padding: 0px;
    margin: 0px;
    z-index: 5;
    width: 100%;
    height: 100%;
    /*background: url(../images/ys1.png);*/
    background-size: cover;
}
.banners ul.bc li {
    position: absolute;
    display: none;
    width: 100%;
    height: 100%;
}
.banners ul.bc li div{
    position: absolute;
    width: 40%;
    top:7.8125vw;
    left:10%;
}

.banners ul.bc li div h3{
    font:bold 50px/2 "Sitka";
    color: #ffffff;
    text-transform: uppercase;
    font-family: "Sitka";
}
.banners ul.bc li div p{
    font:16px/2 "";
    color: #e9e9e9;
}
.banners ul.bc li div a{
    display: block;
    /*width: 130px;*/
    /*height: 40px;*/
    margin-top: 134px;
    /*text-align: center;*/
    /*font:18px/40px "";*/
    /*color: #111;*/
    /*border:1px solid #111;*/
    /*border-radius: 5px;*/

}

@media (max-width: 1200px){
    .banners ul.bc li div h3{
        font-size:35px;
    }
    .banners ul.bc li div p{
        max-height:60px;
        overflow:hidden;
    }
}





.banners .numbox {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100;
    height: 100%;
}
.banners .numbox:before {
    content: ".";
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    visibility: hidden;
}
.banners .numbox .numn {
    width: 394px;
    display: inline-block;
    vertical-align: middle;
}
.banners .numn li {
    font: 400 16px/60px "Microsoft Yahei";
    color: #fff;
}
.banners .numn li {
    *display: inline;
    _zoom: 1;
    _display: inline;
}
.banners .numn li.num_hover {
    background-color: rgba(6, 89, 159, .89);
}
.banners .numn li a {
    display: block;
    color: #fff;
    padding-left: 64px;
}
.banners .numn li.num_hover a {
    color: #fff;
    background: url(../images/list2.png) no-repeat 38px 50%;
}


.xyin-news {
  background: url(../images/newsbg.png)  repeat-y  center;
  padding: 45px 0
}
.xyin-title {
  text-align: center;
  font-size: 30px;
  color: #1e1b1e;
  padding-bottom: 15px;
  background: url(../images/bottomline.png) bottom no-repeat;
}

@media (max-width:768px) {
  .xyin-title {
    font-size: 20px
  }
}


.xyin-news .xyin-news-list {
  margin: 40px 0
}

.xyin-news .xyin-news-list li {
  display: inline-block;
  width: calc(50% - 10px);
  margin: 0 3px
}

.xyin-news .xyin-news-list li a {
  color: #787878
}

.xyin-news .xyin-news-list li a .xyin-news-content {
  padding: 20px 40px
}

.xyin-news .xyin-news-list li a .xyin-news-content h3 {
  font-size: 16px;
  color: #1e1b1e;
  margin-bottom: 20px
}

.xyin-news .xyin-news-list li a .xyin-news-content .summary {
  color: #787878;
  line-height: 25px;
  margin-bottom: 30px
}

.xyin-news .xyin-news-list li a .xyin-news-content span {
  display: block;
  width: 90px;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  float: left;
  border-top: 2px solid #1e1b1e;
}

@media (max-width:768px) {
  .xyin-news .xyin-news-list li a .xyin-news-content {
    padding: 20px
  }
}

.xyin-news .xyin-news-list li:hover {
  -webkit-box-shadow: 1px 1px 5px #ebebeb;
  box-shadow: 1px 1px 5px #ebebeb;
  background: #fff;
}

.xyin-news .xyin-news-list li:hover a .xyin-news-content span {
  border-top: 2px solid #06599f;
}

@media (max-width:768px) {
  .xyin-news .xyin-news-list li {
    width: 100%
  }
}

.xyin-news a.more {
  margin: 0 auto;
  margin-top: 30px;
  display: block;
  background: #06599f;
  width: 175px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  font-size: 14px
}


.xy-tonglan {
  background: #343234;
  background-size: 100% 100%;
  padding: 60px 0;
  color: #c2c2c2;
  line-height: 24px;
}
.xy-tonglan a{color: #c2c2c2;}

.xy-tonglan .foot-contact {
  border-bottom: 1px solid #555556;
  padding-bottom: 20px
}

.xy-tonglan .foot-contact .foot-nav h3 {
  font-size: 16px;
  padding: 15px 0;
  margin-bottom: 15px;
  background: url(../images/line.jpg) 0 100% no-repeat
}

.xy-tonglan .links {
  margin-top: 30px;
  margin-bottom: 30px;
}

.xy-tonglan .links a {
  color: #c1c1c1
}

.xy-tonglan .links a:hover {
  color: #c9a370
}
.ftly{
  float: right ;
}
.xy-tonglan .foot-message .input-item {
  width: 100%;
  margin-bottom: 5px
}

.xy-tonglan .foot-message .input-item span {
  display: inline-block;
  vertical-align: top;
  width: 20%;
  margin-right: 3%;
  text-align: right
}

.xy-tonglan .foot-message .input-item input[type=text] {
  border: 1px solid #626161;
  background: rgba(255,255,255,.08);
  width: 75%;
  height: 30px;
  text-indent: 5px
}

.xy-tonglan .foot-message .input-item input[type=text]#checkcode {
  width: 48%
}

.xy-tonglan .foot-message .input-item .content {
  border: 1px solid #626161;
  background: rgba(255,255,255,.08);
  width: 75%;
  resize: none
}

.xy-tonglan .foot-message .input-item #checkCodeImg1 {
  width: 25%;
  height: 30px
}

.xy-tonglan .foot-message .input-item .msgbtn {
  width: 110px;
  height: 30px;
  background: #06599f;
  border: 1px solid #06599f;
  color: #fff
}

.xy-footer {
  padding: 20px 0;
  background: #000;
  position: relative;
}

.xy-footer a {
  color: hsla(0,0%,100%,.5)
}

.xy-footer .xy-ft-cpy {
  font-size: 13px;
  color: hsla(0,0%,100%,.4);
  padding-top: 5px;
  line-height: 1.6;
}

.xy-footer .xy-ft-cpy a {
  color: hsla(0,0%,100%,.5)
}

@media (max-width:990px) {
  .xy-footer:before {
    display: none
  }
  .ftly{
  float: none ;
}
}

@media (max-width:768px) {
  .xy-footer {
    padding: 10px 0;
    border-top: 1px solid #5b5c63;
    text-align: center
  }

  .xy-footer .xy-ft-cpy {
    padding-top: 0
  }
}

.max-container {
  max-width:1400px;
  margin:0 auto
}
@media (max-width:1680px) {
  .max-container {
  width:98%
  }
}
@media (min-width:1600px) and (max-width:1920px) {
  .container {
  width:1370px
}

/*# sourceMappingURL=index.css.map */
