@charset "utf-8";
/* CSS Document */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  margin: 0px;
  padding: 0px;
  font-size: 12px;
  font-family: "微软雅黑", "黑体";
  color: #898989;
  line-height: 1;
  background: #fff;
  height: 100vh;
  /* min-width: 1400px; */
}
ul,
li,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
form,
input {
  margin: 0px;
  padding: 0px;
}
input,
textarea {
  font-family: "font1", "微软雅黑";
  border: none;
  outline: none;
  background: none;
}
ul,
li {
  list-style: none;
}
img {
  border: 0px;
  padding: 0px;
  display: block;
}
a {
  color: #5c5c5c;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
h2,
h3,
h4,
b,
strong {
  font-weight: normal;
}
em,
i {
  font-style: normal;
}

.clear {
  zoom: 1;
}
.clear:after {
  content: "";
  display: block;
  clear: both;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.hidden {
  display: none;
  background: url() no-repeat center;
}
@font-face {
  font-family: "font1";
  src: url("../images/FONT2.OTF");
}

.header {
  width: 100%;
  position: fixed;
  /*position: absolute;*/
  background: #007aff;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 10000;
  height: 120px;
}
.headerbox {
  overflow: hidden;
  position: relative;
  /* width: 1820px; */
  max-width: 94%;
  height: 120px;
  margin: 0 auto;
}
.logo {
  width: 302px;
  position: absolute;
  left: 0;
  top: 30px;
}
.logo img {
  width: 100%;
}
.ssbtn {
  position: absolute;
  cursor: pointer;
  background: url(../images/a_06.png);
  top: 60px;
  right: 0;
  width: 21px;
  height: 21px;
}
.nav {
  text-align: center;
}
.nav ul {
  overflow: hidden;
}
.nav li {
  display: inline-block;
  padding: 0 20px;
  margin-top: 60px;
  font-size: 15px;
}
.nav li a {
  color: #fff;
}
.fgt {
  height: 120px;
}

.banner {
  overflow: hidden;
}
.banner img {
  width: 100%;
}
.banner .swiper-button-next:after,
.banner .swiper-rtl .swiper-button-prev:after {
  color: #fff;
}
.banner .swiper-button-prev:after,
.banner .swiper-rtl .swiper-button-next:after {
  color: #fff;
}
.banner .swiper-pagination {
  bottom: 30px;
}
.banner .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  opacity: 1;
  background: #cccccc;
}
.banner .swiper-pagination-bullet-active {
  background: #fff;
}

.fgqy {
  overflow: hidden;
  /* width: 1660px; */
  max-width: 1660px;
  margin: 0 auto;
  padding-top: 210px;
  position: relative;
}
.fgqy_left {
  /* float: left;*/
  width: 95%;
  overflow: hidden;
  position: relative;
}
.fgqy_left .swiper-slide {
  width: 80%;
}
.spbox1 {
  position: relative;
}
.spbox1 img {
  width: 100%;
}
.fgqy_left .swiper-button-next:after,
.fgqy_left .swiper-button-prev:after {
  color: #fff;
}
.bfbtn {
  cursor: pointer;
  background: url(../images/a_02.png);
  width: 120px;
  height: 120px;
  background-size: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
/* .fgqy_right h2{font-size: 56px; color: #000; font-weight: bold; margin-bottom: 55px;} */
.fgqy_right {
  /* float: right;
  width: 40%; */
}
.fgqy_right p {
  font-size: 14px;
  line-height: 1.8;
  text-indent: 28px;
  color: #666666;
}

.fgjs {
  overflow: hidden;
  width: 1660px;
  max-width: 94%;
  margin: 0 auto;
  padding: 260px 0 75px;
  position: relative;
  position: relative;
}
.fgjs_left {
  /* float: left; */
  /* width: 55%; */
  height: 650px;
  background-image: linear-gradient(#0284cb, #e8f4fa);
  padding: 0 150px 0 70px;
}
.fgjs_title h2 {
  font-weight: bold;
  color: #fff;
  font-size: 38px;
  padding: 85px 0 15px;
}
.fgjs_title ul {
  border-top: 5px solid rgba(255, 255, 255, 0.6);
  text-align: right;
}
.fgjs_title li {
  display: inline-block;
}
.fgjs_title li span {
  display: block;
  cursor: pointer;
  font-size: 20px;
  line-height: 48px;
  color: #fff;
  opacity: 0.6;
  padding: 0 20px;
  position: relative;
}
.fgjs_title li span:before {
  position: absolute;
  content: "";
  border-top: 5px solid #fff;
  width: 0;
  top: -5px;
  left: 50%;
  transform: translateX(-50%);
  transition: All 0.4s ease-in-out;
}
.fgjs_title li.cur span {
  opacity: 1;
}
.fgjs_title li.cur span:before {
  width: 100%;
}
.text_qh {
  overflow: hidden;
  padding-top: 60px;
  animation: fadeIn 1.5s 1;
}
.text_qh p {
  font-size: 16px;
  line-height: 1.8;
  color: #fff;
  text-indent: 32px;
}
.text_qh a,
.fgqy_right a {
  display: block;
  float: right;
  font-size: 16px;
  color: #0f87cd;
  line-height: 24px;
  border-bottom: 2px solid #0f87cd;
  margin-top: 100px;
}
.fgjs_tp {
  position: absolute;
  bottom: 0;
  top: 180px;
  left: -100px;
}
.fgjs_tp img {
  width: 100%;
}
.fgjstpqh {
  animation: fadeIn 0.5s 1;
}

.mlin {
  text-align: center;
  padding: 300px 0;
  background: url(../images/a_21.png) no-repeat right bottom;
}
.mlin h2 {
  font-size: 54px;
  font-weight: bold;
  color: #0083cb;
  margin-bottom: 50px;
}
.mlin h3 {
  color: #60c3f9;
}

.mlin p {
  font-size: 18px;
  color: #000;
}

.dyxx {
  text-align: center;
  background: #79b9ff;
  padding: 50px 0;
}
.dyxx h2 {
  font-size: 38px;
  color: #fff;
}
.dyxx h3 {
  font-size: 14px;
  line-height: 1.6;
  color: #fff;
  margin: 20px 0;
}
.dywb {
  margin: 0 auto;
  overflow: hidden;
  width: 275px;
  height: 52px;
  border: 1px solid #a1a1a1;
}
.dyxx p {
  font-size: 12px;
  color: #fff;
  margin-top: 30px;
}
.btn1 {
  width: 55px;
  height: 50px;
  background: #fff;
  border: none;
  font-size: 16px;
  border: none;
  cursor: pointer;
  float: right;
}
.wby1 {
  float: left;
  width: calc(100% - 55px);
  padding: 0 15px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  font-size: 16px;
}
.wby1::-webkit-input-placeholder {
  color: #fff;
}
.dyxx p input {
  vertical-align: middle;
  margin: -2px 5px 0 0;
}
.footer {
  background: #007aff;
}
.footerbox {
  width: 1000px;
  margin: 0 auto;
}
.gnfl {
  padding: 50px 0 125px;
}
.gnfl ul {
  overflow: hidden;
}
.gnfl li {
  float: left;
  width: 33.33%;
}
.gnfl h2 {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 20px;
}
.gnfl dt {
  line-height: 2.6;
  font-size: 14px;
}
.gnfl dt a {
  color: #fff;
}
.gnfl dt a:hover {
  opacity: 0.6;
}
.bqxx p {
  font-size: 14px;
  color: #fff;
  padding: 20px 0;
}
.bqxx p a {
  float: right;
}

/*zxc*/
.nav li.cur a {
  color: #fff;
  font-weight: bold;
  font-size: 18px;
}
.nav a:hover {
  color: #fff;
  font-weight: bold;
}
.banner1 {
  position: relative;
  background: url(../images/banner1.jpg) no-repeat center center;
  height: 770px;
  background-size: cover;
}
.bannertext {
  position: absolute;
  width: 100%;
  text-align: center;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.bannertext h2 {
  font-weight: bold;
  font-size: 58px;
  color: #fff;
  margin-bottom: 50px;
}
.bannertext p {
  color: #fff;
  font-size: 18px;
}

/*gywm*/
.banner2 {
 /* z-index: 10000;*/
  background: url(../images/banner2.jpg) no-repeat center center;
  height: 770px;
  background-size: cover;
  position: relative;
  
}
.bannertext2 {
  position: absolute;
  bottom: 110px;
  right: 110px;
  width: 710px;
  /*width: 100%;*/
}
.bannertext2 h2 {
  font-size: 58px;
  font-weight: bold;
  text-align: right;
  margin-bottom: 30px;
  color: #fff;
}
.bannertext2 p {
  font-size: 16px;
  line-height: 1.8;
  text-indent: 32px;
  color: #fff;
}
.fljj {
  width: 1450px;
  margin: 0 auto;
  overflow: hidden;
  padding: 150px 0;
  max-width: 94%;
}
.fljj_tp {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  height: 500px;

}
.fljj_tp img {
  width: 100%;
   height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.fljj_tp img:hover {
  transform: scale(1.1);
}
.swiper-slide {
  height: 100%;
}
.fljj_nr {
  /* float: right;
  width: calc(100% - 770px); */
}
.fljj_nr h2,
.fgqy_right h2 {
  color: #000;
  font-weight: bold;
  font-size: 38px;
  margin-bottom: 50px;
  line-height: 1.5;
}
.fljj_nr p {
  font-size: 14px;
  line-height: 1.8;
  color: #666;
  text-indent: 28px;
}
.fljj_nr a {
  display: block;
  font-size: 14px;
  line-height: 26px;
  border-bottom: 2px solid #0083cb;
  color: #0083cb;
  margin-top: 80px;
  float: right;
}

.bj1 {
  background: #f2f7f9;
}
.flgg {
  width: 1450px;
  margin: 0 auto;
  overflow: hidden;
  padding: 150px 0;
  max-width: 94%;
}
.flgg_right {
  
  float: right;
  height: 500px;
  overflow: hidden;
  position: relative;
}
.flgg_right img {
  width: 100%;
 height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.flgg_right img:hover {
  transform: scale(1.1);
}

.flgg_left {
  /* float: left;
  width: calc(100% - 770px); */
}
.flgg_left h2 {
  color: #000;
  font-weight: bold;
  font-size: 38px;
  margin-bottom: 50px;
  line-height: 1.5;
}
.flgg_left p {
  font-size: 14px;
  line-height: 1.8;
  color: #666;
  text-indent: 28px;
}
.flgg_left a {
  display: block;
  font-size: 14px;
  line-height: 26px;
  border-bottom: 2px solid #0083cb;
  color: #0083cb;
  margin-top: 80px;
  float: right;
}
#loutiNav a {
  color: #fff;
}
.b-line::after {
  content: "";
  position: absolute;
  display: block;
  /* bottom: -10; */
  /* left: 0; */
  width: 500px;
  height: 4px;
  background: linear-gradient(to right, #0083cb, transparent);
}

/*cyfg*/
.banner3 {
  background: url(../images/banner3.jpg) no-repeat center center;
  height: 770px;
  background-size: cover;
}
.rem {
  width: 116px;
  float: right;
}
.rem h3 {
  color: #0083cb;
  font-size: 14px;
  margin-top: 10px;
  text-align: center;
}
.intop {
  height: 500px;
}
.fljj_tp .swiper-button-next:after,
.fljj_tp .swiper-button-prev:after {
  color: #fff;
}
.flgg_right .swiper-button-next:after,
.flgg_right .swiper-button-prev:after {
  color: #fff;
}

.banner4 {
  background: url(../images/banner4.jpg) no-repeat center center;
  height: 770px;
  background-size: cover;
}
.khfwbox {
  margin: 0 auto;
  width: 80%;
  min-width:1200px;
  padding-top: 70px;
}
.khtitle h2 {
  color: #fff;
  font-size: 52px;
  margin-bottom: 60px;
  font-weight: bold;
}
.kfnr ul {
  overflow: hidden;
  margin-left: -90px;
}
.kfnr li {
  float: left;
  width: 25%;
  padding-left: 90px;
}
.kfbox {
  background-image: linear-gradient(#0183cb, #7a99ab);
  height: 340px;
  padding: 30px 0 0 35px;
}
.kfbox h2 {
  font-weight: bold;
  color: #fff;
  font-size: 34px;
  margin: 20px 0;
}
.kfbox a {
  display: inline-block;
  line-height: 24px;
  font-size: 14px;
  color: #fff;
  border-bottom: 1px solid #fff;
}
.kfbox p {
  color: #fff;
  font-size: 14px;
  margin-top: 90px;
}
.kfbox h3 {
  font-size: 14px;
  color: #fff;
  line-height: 24px;
}
.kfbox p span {
  padding-left: 20px;
}
.sub {
  position: fixed;
  /*position: absolute;*/
  width: 100%;
  height: 60px;
  top: 100px;
  left: 0;
  text-align: center;
  background: #007aff;
  z-index: 100;
}
.sub ul {
  font-size: 0;
}
.sub li {
  display: inline-block;
  font-size: 16px;
  line-height: 60px;
  color: #fff;
  padding: 0 25px;
}
.sub span {
  color: #fff;
  cursor: pointer;
}
#loutiNav li span.active {
  font-weight: bold;
  color: #fff;
}
/*#loutiNav.on1 {
  left: 0;
  top: 0;
  position: fixed;
  z-index: 10000
}
*/
.spbj {
  position: fixed;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
  display: none;
}
.spbox {
  position: fixed;
  z-index: 10001;
  width: 800px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none;
}
.ggbtn {
  position: absolute;
  top: 120px;
  right: 25px;
  background: url(../images/a_18.png);
  width: 50px;
  height: 50px;
  cursor: pointer;
}

/* searchBar */
.starch-bar {
  width: 200px;
  height: 31px;
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
  right: 30px;
  top: -5px;
  border-radius: 5px;
  opacity: 0;
  transition: all 0.2s;
}
.show {
  opacity: 1;
}
.starch-bar input {
  line-height: 31px;
  border: none;
  width: 90%;
  margin-left: 20px;
  outline: none;
  color: #fff;
}
.mobile-btn{
  display: none;
}

/* 响应式移动端 */
@media (max-width: 768px) {
  .logo img {
    width: 100px;
  }
  .sub{
    top: 79px;
  }
  .nav,
  
  .swiper-button-next,
  .swiper-button-prev,
  .swiper-pagination {
    display: none;
  }
  .header,
  .fgt {
    height: 80px;
  }
  .fgqy {
    padding-top: 50px;
  }
  .fgqy_left {
    display: block;
  }
  .fgqy_right {
    margin-top: 40px;
  }
  .fgqy_right h2 {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .fgjs {
    padding: 70px 0 75px;
  }
  .abt{
    margin-top:60px;
  }
  .fgjs_left {
    height: 650px;
    background-image: linear-gradient(#0284cb, #e8f4fa);
    padding: 0 30px 0 30px;
    zoom: 0.8;
  }
  .fgjs_tp {
    position: relative;
    /* bottom: 0; */
    top: 10px;
    left: 0;
  }
  .mlin {
    padding: 80px 0;
  }
  .mlin h2 {
    font-size: 32px;
    margin-bottom: 20px;
  }
  .mlin h3 {
    font-size: 16px;
  }
  .dyxx h2 {
    font-size: 24px;
  }
  .dyxx h3 {
    margin: 20px;
  }
  /* .footer{display: none;} */
  .footerbox {
    width: 100%;
  }
  .gnfl {
    text-align: center;
    padding: 50px 0 65px;
  }
  .bqxx {
    text-align: center;
  }
  .bqxx a {
    display: none;
  }
  .bqxx span {
    display: block;
    margin: 0 !important;
    padding-top: 20px;
  }
  .text_qh a,
  .fgqy_right a {
    margin-top: 50px;
  }

  /* zxc */
  .bannertext h2 {
    font-size: 38px;
  }
  .bannertext p {
    font-size: 16px;
  }
  .banner1 {
    height: 500px;
  }

  /* gywm */
  .sub li {
    font-size: 14px;
    padding: 0 15px;
  }
  .bannertext2 {
    position: absolute;
    bottom: 50px;
    right: 0;
    width: auto;
    /*margin: 30px;*/
    width: 100%;
    padding:0 10px;
    margin-top: 60px;
  }
  .bannertext2 h2 {
    font-size: 32px;
    text-align: center;
  }
  .fljj_tp {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
  .col-sm-6{
    overflow: hidden;
  }
  .fljj {
    width: 100%;
    padding: 30px 0;
  }
  .fljj_nr h2,
  .fgqy_right h2 {
    margin-bottom: 20px;
  }
  .b-line::after {
    width: 300px;
  }
  .flgg {
    padding: 50px 0;
  }
  .flgg_right {
    margin: 20px 0;
    width: 100%;
    height: auto;
  }
  .banner3 {
    height: 250px;
  }


  .kfnr li {
    width: 100%;
  }
  .khfwbox {
    width: 100%;
  }

  .banner4 {
    height: 1540px;
  }
  
@media screen and (min-width: 1000px){
  .mobile-nav{
    display: none;
  }
}
 
  @media screen and (max-width: 768px){
    .banner2{
  height: 550px;
}
    .nav-head{
      top: 80px !important;
    }
    .intop{
      height: auto;
    }
    .fljj_tp img{
      height: auto;
    }
     /* 移动端导航 */
  .mobile-btn{
    width: 32px;
    height: 32px;
    position: fixed;
    right: 20px;
    top: 25px;
    color: #fff;
    display: block;
  }
  .mobile-nav{
    z-index:100002;
    width: 100%;
    height: 50px;
    position: fixed;
    top: 60px;
    left: 0;
    display: none;
  }
  .mobile-nav ul li a{
    display: block;
    line-height: 50px;
    background-color: rgba(0, 122, 255, 0.9);
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    font-size: 16px;
    text-align: center;
    color: rgba(255, 255, 255, 0.8);
  }
  .ssbtn{
    right: 14%;
    top: 30px;
  }
 
  .starch-bar input{
    width: 100%;
    
  }
  .starch-bar{
    width: 130px;
  }
  }
  @media screen and (min-width:769px){
  .mobile-nav{
      display: none !important;
    }
     }

