@charset "utf-8";
/* CSS Document */
.header {
  width: 100%;
  position: relative;
  height: 790px;
  background: url(../images/pic.jpg) center top no-repeat;
}
.header-con {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 20;
  width: 100%;
  height: 790px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.top {
  width: 100%;
}
.top .w {
  max-width: 1920px;
  height: 80px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top .r-top {
  display: flex;
  align-items: center;
}
.t-bor {
  width: 1px;
  background-color: #c7c7c7;
  height: 25px;
  margin: 0 10px;
}
.r-topnav {
  display: flex;
  font-size: 12px;
  align-items: center;
}
.r-topnav li {
  padding: 0 10px;
}
.r-topnav li a {
  display: flex;
  align-items: center;
  color: #fff;
}
.r-topnav li a span {
  margin-left: 10px;
}
.r-topnav li a .gp {
  display: flex;
  flex-direction: column;
  margin-left: 10px;
}
.r-topnav li a .gp span {
  margin-left: 0;
  color: #7b7b7b;
}
.r-topnav li a .gp b {
  color: #1669c7;
  font-weight: bold;
  font-family: arial;
}
.topnav {
  font-size: 22px;
  height: 40px;
  display: flex;
  justify-content: center;
}
.topnav a {
  color: white;
  font-size: 22px;
  margin: 0 30px;
  font-family:"微软雅黑";
  font-weight:bold;
}
.topnav a:hover {
  font-weight: bold;
  background: url(../images/nico.png) center bottom no-repeat;
}
.topnav a.active {
  font-weight: bold;
  background: url(../images/nico.png) center bottom no-repeat;
}
.xh {
  margin-bottom: 50px;
}

.xh li:nth-child(1){position:absolute;left:0;top:0;}
.xh li:nth-child(2){position:absolute;left:0px;top:0;display:none;}
.xh:hover li:nth-child(2){display:block;}

#header-sticky{}
.so{display:none;}
.ds{position: fixed;top: 0;}
.header-sticky {
  background-color: white;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 10000;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.header-sticky .hw {
  display: flex;
  height: 80px;
  justify-content: space-around;
  align-items: center;
}
.header-sticky .top .r-top {
  display: flex;
  align-items: center;
}
.header-stick .t-bor {
  width: 1px;
  background-color: #c7c7c7;
  height: 25px;
  margin: 0 10px;
}
.header-sticky .topnav {
  font-size: 22px;
  height: 40px;
  display: flex;
  justify-content: center;

}
.header-sticky .topnav a {
  color: #000;
  font-size: 22px;
  margin: 0 20px;
    font-family:"微软雅黑";
  font-weight:bold;
}
.header-sticky .topnav a:hover {
  font-weight: bold;
  background: url(../images/nico1.png) center bottom no-repeat;
  color: #0a4fa0;
}
.header-sticky .topnav a.active {
  font-weight: bold;
  background: url(../images/nico1.png) center bottom no-repeat;
  color: #0a4fa0;
}
.header-sticky .r-topnav {
  display: flex;
  font-size: 12px;
  align-items: center;
}
.header-sticky .r-topnav li {
  padding: 0 5px;
}
.header-sticky .r-topnav li a {
  display: flex;
  align-items: center;
  color: #000;
}


.home-about {
  background: url(../images/about.jpg) center bottom no-repeat;
}
.home-about .w {
  width: 1200px;
  height: 420px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  align-items: center;
}
.home-about-left {
  width: 50%;
}
.home-about-left h2 {
  font-size: 1.8rem;
  color: #696969;
}
.home-about-left h3 {
  font-size: 3.6rem;
  color: #0a4fa0;
  text-transform: uppercase;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}
.home-about-left .bor {
  width: 5rem;
  height: 5px;
  background-color: #0a4fa0;
}
.home-about-left img {
  margin-top: 50px;
}
.home-aboutcon h3 {
  font-size: 30px;
  font-weight: bold;
  color: black;
}
.home-aboutcon p {
  font-size: 15px;
  margin-top: 20px 0;
  width: 70%;
  margin: 3% 0 ;
}
.more {
  display: block;
  transition: all 0.3s ease 0s;
  width: 200px;
  line-height: 55px;
  height: 55px;
  color: #696969;
  background: url(../images/jia1.png) 85% center no-repeat;
  border: 1px solid #696969;
  box-sizing: border-box;
  padding: 0 20px;
  font-size: 18px;
}
.more:hover {
  border: 1px solid #0a4fa0;
  width: 210px;
  background: #0a4fa0 url(../images/jia.png) 85% center no-repeat;
  color: white;
}
.cont {
  background: url(../images/aboutbg.jpg) center bottom no-repeat;
}
.cont .w {
  height: 470px;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  transition-delay: 2s;
}
.cont dl {
  padding: 0 5%;
}
.cont dl dt {
  margin-right: 10px;
  margin-top: 20px;
  height: 50px;
  display: flex;
  align-items: center;
}
.cont dl dd .num {
  font-size: 70px;
}
.cont dl dd .num sup {
  font-size: 28px;
}
.cont dl dd .tit {
  font-size: 16px;
}
.home-product {
  background: url(../images/productbg.jpg) center bottom no-repeat;
  height: 750px;
  color: white;
  display: flex;
  align-items: center;
}
.home-product h2 {
  font-size: 30px;
}
.home-product h3 {
  font-size: 60px;
  text-transform: uppercase;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}
.home-product .bor {
  width: 85px;
  height: 5px;
  background-color: #0a4fa0;
}
.home-product .xinghao {
  margin-top: 50px;
  font-size: 25px;
}
.home-product .title {
  margin-top: 20px;
  font-size: 40px;
  font-weight: bold;
}
.home-product .desc {
  margin-top: 20px;
  font-size: 15px;
}
.home-product .more1 {
  display: block;
  width: 95px;
  margin-top: 30px;
  line-height: 36px;
  color: white;
  border: 2px solid white;
  background: url(../images/jiantou.png) 80% center no-repeat;
  border-radius: 18px;
  padding: 0 20px;
}

.home-product1.owl-buttons {
  display: none;
}
.home-product1 .owl-pagination {
  text-align: center;
  margin-top: 10px;
}
.home-product1 .owl-page {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #c5c5c5;
  margin-right: 5px;
  *display: inline;
  *zoom: 1;
}
.home-product1 .owl-pagination .active {
  background-color: #cd0e06;
}
.home-product1 .item{padding:20px;}
.home-product1 .item img{width:100%;}

.home-product1 .item a span {
  display: block;
  font-size: 18px;
  line-height: 55px;
  color: #696969;
  text-align: center;
}

.home-product1 .item a {
  display: block;
  text-align: center;
}
.home-product1 .item a:hover {
  box-sizing: border-box;
}
.home-product1 .item a:hover span {
  background-color: #1f3e8a;
  color: white;
  text-align: center;
}

.home-product .more1:hover {
  border: 1px solid #0a4fa0;
  background: #0a4fa0 url(../images/jiantou.png) 80% center no-repeat;
}
/* 新闻 */
.hotnews {
  background: url(../images/q-4.png) center top no-repeat;
  height: 490px;
  position: relative;
}
.newspic {
  position: absolute;
  right: 0;
  top: 20%;
  overflow: hidden;
}
.newtit {
  position: absolute;
  left: 10%;
  top: 20%;
}
.newtit h3 {
  font-size: 50px;
  color: #696969;
}
.newtit h4 {
  font-size: 80px;
  font-weight: bold;
  font-family: arial;
  text-transform: uppercase;
  color: #003894;
}
.newtit p {
  font-size: 18px;
  color: #696969;
}
.newtit .more {
  margin-top: 20px;
  border: 1px solid #696969;
  color: #696969;
  background-image: url(../images/jia1.png);
}
.newtit .more:hover {
  color: white;
  background-image: url(../images/jia.png);
}
.newslist {
  background: #ededed;
  padding: 20px 0;
}
.newslist .w {
  display: flex;
  align-items: center;
  height: 100%;
}
.newslist .w dl {
  width: 50%;
  display: flex;
  position: relative;
}
.active .newslist dl:first-child {
  transition-delay: 1s;
}
.active .newslist dl:nth-child(2) {
  transition-delay: 1.5s;
}
.newslist .w dl dt {
  width: 80px;
  height: 62px;
  background: url(../images/icon-5.png) center no-repeat;
  color: white;
  line-height: 62px;
  font-size: 24px;
  display: block;
  text-align: center;
  margin-right: 30px;
  font-family:"宋体";
}
.newslist .w dl dd .date {
  font-size: 70px;
  font-family: arial;
  color: #003894;
}
.newslist .w dl dd h3 {
  font-size: 35px;
  color: #003894;
  display: block;
  width: 75%;
}
.newslist .w dl dd .type {
  color: #696969;
  font-size: 16px;
  margin-top: 20px;
  display: block;
}
.newslist .w dl dd a {
  margin-top: 20px;
  background: #0073bd url(../images/jiantou.png) 50px center no-repeat;
  width: 100px;
  line-height: 36px;
  height: 36px;
  display: block;
  transition: all 0.3s ease 0s;
}
.newslist .w dl dd a:hover {
  width: 120px;
  background: #0073bd url(../images/jiantou.png) 70px center no-repeat;
}
/* 产品 */
.boxbg4 {
  /*background: url(../images/productbg3.jpg) no-repeat top right;*/
  height: 645px;
  padding-top: 50px;
  box-sizing: border-box;
}
.boxbg4 .w {
  padding-right: 10%;
  box-sizing: border-box;
}
.home-p-nav {
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
}
.home-p-nav .left h3 {
  font-size: 50px;
  color: #696969;
  font-weight: normal;
}
.home-p-nav .left h4 {
  font-size: 88px;
  font-family: arial;
  font-weight: bold;
  text-transform: uppercase;
  color: #003894;
}
.home-p-nav p {
  margin-top: 3%;
  font-size: 20px;
  color: #003894;
}
.home-p-nav p a {
  display: inline-block;
  margin: 0 30px;
  color: #003894;
}
.home-p-nav .more {
  border: 1px solid #696969;
  color: #696969;
  background-image: url(../images/jia1.png);
}
.home-p-nav .more:hover {
  color: white;
  background-image: url(../images/jia.png);
}
.home-prolist ul {
  display: flex;
  justify-content: space-between;
  margin-top: 3%;
}
.home-prolist ul li {
  padding: 0 10px;
}
.home-prolist ul li a span {
  display: block;
  font-size: 18px;
  line-height: 55px;
  color: #696969;
  text-align: center;
}
.home-prolist ul li a img {
  max-width: 100%;
  max-height: 90%;
}
.home-prolist ul li a {
  display: block;
  text-align: center;
}
.home-prolist ul li a:hover {
  box-sizing: border-box;
}
.home-prolist ul li a:hover span {
  background-color: #1f3e8a;
  color: white;
  text-align: center;
}
@media screen and (max-width: 1024px) and (min-width: 0px) {
  .header {
    display: none;
  }
  .msidepic {
    display: block;
    background: url(../images/pic.jpg) center top no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: 100% 100%;
    height: 15rem;
  }
  .msidepic img {
    max-width: 70%;
  }
  .home-about {
    background-color: #fff;
  }
  .home-about .w {
    width: 100%;
    height: auto;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .home-about-left {
    width: 100%;
    text-align: center;
    padding: 2rem;
  }
  .home-about-left h3 {
    font-size: 2.6rem;
    margin: 0.5rem 0;
  }
  .home-about-left .bor {
    margin: 0 auto;
  }
  .home-about-left img {
    margin-top: 50px;
  }
  .home-aboutcon {
    width: 100%;
    text-align: center;
  }
  .home-aboutcon h3 {
    font-size: 1.5rem;
    font-weight: bold;
    color: black;
  }
  .home-aboutcon p {
    font-size: 1rem;
    margin-top: 20px 0;
    width: 100%;
    margin: 2rem 0 ;
  }
  .more {
    margin: 0 auto;
    display: block;
    transition: all 0.3s ease 0s;
    width: 13rem;
    line-height: 4rem;
    height: 4rem;
    color: #fff;
    background: #0a4fa0;
    border: 1px solid #696969;
    box-sizing: border-box;
    padding: 0 20px;
    font-size: 1.2rem;
  }
  .cont .w {
    justify-content: space-around;
  }
  .cont dl {
    padding: 0 1%;
  }
  .cont dl dd .num {
    font-size: 2rem;
  }
  .cont dl dd .num sup {
    font-size: 2rem;
  }
  .cont dl dd .tit {
    font-size: 1.2rem;
  }
  .home-product {
    background: url(../images/productbg.jpg) center bottom no-repeat;
    height: auto;
    background-size: auto 100%;
    padding: 2rem;
  }
  .home-product h2 {
    font-size: 2rem;
  }
  .home-product h3 {
    font-size: 3rem;
  }
  .home-product .bor {
    width: 5rem;
  }
  .home-product .xinghao {
    margin-top: 2rem;
    font-size: 3rem;
  }
  .home-product .title {
    margin-top: 0.5rem;
    font-size: 2rem;
    font-weight: bold;
  }
  .home-product .desc {
    margin-top: 0.5rem;
    font-size: 1rem;
  }
  /* 新闻 */
  .hotnews {
    background: none;
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  .newspic {
    position: static;
    right: 0;
    top: 0%;
    overflow: hidden;
    order: 2;
  }
  .newspic img {
    width: 100%;
  }
  .newtit {
    position: static;
    left: 0%;
    top: 0%;
    text-align: center;
    padding: 2rem 0;
  }
  .newtit h3 {
    font-size: 2rem;
  }
  .newtit h4 {
    font-size: 3rem;
  }
  .newtit p {
    font-size: 1rem;
    color: #696969;
  }
  .newtit .more {
    margin-top: 20px;
    color: #fff;
    background: #0a4fa0;
  }
  .newslist {
    background: #ededed;
    height: auto;
  }
  .newslist .w {
    height: 100%;
    flex-wrap: wrap;
  }
  .newslist .w dl {
    width: 100%;
    display: flex;
    position: relative;
    margin: 1rem auto;
  }
  .newslist .w dl dd .date {
    font-size: 3rem;
  }
  .newslist .w dl dd h3 {
    font-size: 2rem;
    width: 100%;
  }
  /* 产品 */
  .boxbg4 {
    background: none;
    height: auto;
  }
  .boxbg4 .w {
    padding-right: 0%;
    box-sizing: border-box;
  }
  .home-p-nav {
    flex-direction: column;
  }
  .home-p-nav .left {
    text-align: center;
    width: 100%;
  }
  .home-p-nav .left h3 {
    font-size: 2rem;
  }
  .home-p-nav .left h4 {
    font-size: 3rem;
  }
  .home-p-nav p {
    display: none;
  }
  .home-p-nav p a {
    display: inline-block;
    margin: 0 30px;
    color: #003894;
  }
  .home-p-nav .more {
    border: 1px solid #696969;
    color: #fff;
    text-align: center;
    background: #0a4fa0;
  }
  .home-p-nav .more:hover {
    color: white;
    background-image: url(../images/jia.png);
  }
  .home-prolist ul {
    flex-direction: column;
  }
  .home-prolist ul li {
    width: 100%;
    box-sizing: border-box;
    padding: 0 10px;
  }
}
