.w1396 {
  width: 1396px;
  margin: 0 auto;
  height: 100%;
}

.header-region .w1396 {
  height: 113px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-logo {
  display: block;
  max-height: 100%;
}

.header-logo img {
  display: block;
  max-height: 100%;
}

.header-tel {
  font-size: 30px;
  color: #000;
  font-weight: bold;
  font-family: arial;
  display: flex;
  align-items: center;
}
.header-tel img {
  margin-right: 10px;
}

.navbar {
  height: 99px;
  background: #00a2e9;
}

.search-region {
    height: 81px;
    background: #00a2e9;
    display: none;
  }
  .search-region .w1396 {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .search-region .search-hot {
    font-size: 14px;
    color: #fff;
  }
  .search-region .search-hot a {
    padding: 0 10px;
  }
  .search-region .search-form {
    margin: 0;
  }
  .search-region .search-form .search-key {
    width: 433px;
    height: 32px;
    border: none;
    outline: none;
    background: url(../image/sbtn.png) no-repeat 10px center #f2f3f3;
    padding: 0 10px 0 33px;
    color: #999;
  }
  .search-region .search-form .search-button {
    width: 63px;
    height: 32px;
    border: none;
    background: #616161;
    outline: none;
    cursor: pointer;
    vertical-align: top;
    color: #fff;
  }

.slogan-region {
  height: 149px;
  background: #edeeee;
}
.slogan-region .w1396 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 27px;
  color: #111;
    text-align: center;
}
.slogan-region span {
  display: block;
  font-size: 65px;
  color: #00a2e9;
  line-height: 1;
  font-family: arial;
  font-weight: bold;
}
.slogan-region span::after {
  /*content: "+";*/
  font-size: 20px;
  margin-left: 10px;
  vertical-align: top;
}
.slogan-region span i{
    font-size: 24px;
}


.product-region {
  padding: 80px 0 0 0;
  overflow: hidden;
}
.product-title {
  text-align: center;
  margin-bottom: 50px;
}
.product-title h2 {
  font-size: 45px;
  color: #333;
}
.product-title h2 span {
  color: #00a2e9;
}
.product-title p {
  font-size: 28px;
  color: #00a2e9;
}
.product-list .hd {
  margin-bottom: 30px;
}
.product-list .hd ul {
  display: flex;
  justify-content: space-between;
  font-size: 24px;
  color: #898989;
}
.product-list .hd ul li {
  flex: 1 1 auto;
  text-align: center;
}
.product-list .hd a {
  display: block;
  padding: 8px 0;
  border-bottom: 1px solid #c5c5c5;
}
.product-list .hd ul li.on a{
    background: #00a2e9;
    color: #fff;
}
/*
.product-list .bd ul li {
  float: left;
  width: 450px;
  height: 290px;
  margin-right: 23px;
  position: relative;
  margin-bottom: 25px;
  overflow: hidden;
}
.product-list .bd ul li:nth-of-type(3n) {
  margin-right: 0;
}
.product-list .bd ul li img {
  transition: all 0.3s;
  width: 100%;
  height: 100%;
}

.product-list .bd ul li p {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  line-height: 50px;
  font-size: 24px;
  color: #fff;
  text-align: center;
  padding: 0 10px;
  background: rgba(0, 162, 233, 0.5);
}
.product-list .bd ul li:hover img {
  transform: scale(1.05);
}

.product-list .bd ul li:hover p {
  background: rgba(0, 162, 233, 1);
}
*/

.product-list .bd ul li {
  float: left;
  width: 330px;
  /*height: 415px;*/
  margin-right: 23px;
  position: relative;
  /*margin-bottom: 25px;*/
  padding-bottom: 50px;
  overflow: hidden;
}
.product-list .bd ul li:nth-of-type(4n) {
  margin-right: 0;
}
.product-list .bd ul li .img{
    width: 100%;
    height: 415px;
    overflow: hidden;
}
.product-list .bd ul li img {
  transition: all 0.3s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-list .bd ul li p {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  /*line-height: 50px;*/
  font-size: 21px;
  /*color: #fff;*/
  /*text-align: center;*/
  padding: 15px;
  /*background: rgba(0, 162, 233, 0.5);*/
  background: #fff;
  border: #eee solid  1px;
  display: flex;
  transition: all 0.3s;
}
.product-list .bd ul li p span{ flex:1;}
.product-list .bd ul li p i{display: inline-block;padding: 8px 20px;
    border-radius: 20px;
    background: #fff;
    font-size: 16px;
    color: #222;
    position: absolute;
    left: 50%;
    top: 71px;
    margin-left: -52px; 
    opacity: 0; 
    transition: all 0.3s;
}
.product-list .bd ul li p em{font-family:serif; transition: all 0.3s;}
.product-list .bd ul li:hover img {
  transform: scale(1.05);
}

.product-list .bd ul li:hover p {
    color: #fff;
    background: rgba(0, 162, 233, 1);
    text-align: center;
    padding-bottom: 90px;
}
.product-list .bd ul li:hover p span{
    text-align: center;
}
.product-list .bd ul li:hover p i{
    
    opacity: 1;
}
.product-list .bd ul li:hover p em{ display:none;}

.avantage-region {
  padding: 80px 0;
}
.avantage-title {
  text-align: center;
  margin-bottom: 75px;
}
.avantage-title h2 {
  font-size: 45px;
  color: #333;
  border-bottom: 3px solid #00a2ea;
  margin: 0 80px;
  padding-bottom: 5px;
}
.avantage-title h2 span {
  color: #00a2ea;
}
.avantage-title p {
  height: 60px;
  line-height: 57px;
  padding: 0 40px;
  font-size: 36px;
  color: #fff;
  background: #00a2ea;
  display: inline-block;
}
.avantage-list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.avantage-list li {
  width: 48%;
}
.avantage-list li:not(:nth-last-child(-n + 2)) {
  margin-bottom: 50px;
}
.avantage-list div {
  position: relative;
}
.avantage-list img {
  max-width: 100%;
  display: block;
}
.avantage-list i {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 29%;
  background: url(../image/avanti.png);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 130px;
  font-style: italic;
  font-weight: bold;
  font-family: arial;
}
.avantage-list h3 {
  font-size: 36px;
  color: #00a2e9;
  margin-top: 20px;
}
.avantage-list h4 {
  font-size: 16px;
  color: #898989;
  text-transform: uppercase;
  font-family: arial;
  margin-bottom: 20px;
}
.avantage-list p {
  font-size: 18px;
  line-height: 24px;
  color: #1a1a1a;
}

.avant2-region {
  font-size: 18px;
  color: #fff;
  text-align: center;
  height: 200px;
  background: url(../image/avant2bg.png) no-repeat center;
}

.avant2-region .w1396 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.avant2-region a {
  display: block;
  width: 160px;
  height: 54px;
  margin: 0 auto;
  background: #333;
  color: #fff;
  font-size: 24px;
  line-height: 54px;
  border-radius: 40px;
  margin-bottom: 10px;
}
.avant2-region span {
  font-weight: bold;
}

.case-region {
  padding: 80px 0;
}
.case-title {
  text-align: center;
  margin-bottom: 50px;
}
.case-title p {
  font-size: 28px;
  font-family: arial;
  text-transform: uppercase;
}
.case-title h2 {
  font-size: 45px;
  color: #333;
  line-height: 1;
  margin-top: 5px;
}
.case-title h2 span {
  color: #00a2e9;
}
.case-body {
  position: relative;
  height: 290px;
}
.case-body .hd {
}

.case-body .hd a {
  display: block;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: cursive;
  font-size: 35px;
  color: #999;
  cursor: pointer;
  position: absolute;
  z-index: 9;
  top: 33%;
  line-height: 1;
}
.case-body .hd a:hover {
  background: #fff;
  color: #333;
}
.case-body .hd .prev {
  left: 10px;
}
.case-body .hd .next {
  right: 10px;
}

.case-body .bd {
  height: 290px;
  overflow: hidden;
}
.case-body li {
  width: 450px;
  height: 290px;
  position: relative;
  margin-right: 23px;
  overflow: hidden;
}
.case-body li img {
  transition: all 0.3s;
}

.case-body li:hover img {
  transform: scale(1.05);
}

.case-body p {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50px;
  line-height: 50px;
  color: #fff;
  background: rgba(0, 162, 233, 0.5);
  font-size: 24px;
  text-align: center;
  transition: all 0.3s;
}

.case-body li:hover p {
  background: rgba(0, 162, 233, 1);
}

.honor-region {
  padding: 80px 0;
}

.honor-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 20px;
  color: #333;
  margin-bottom: 68px;
}

.honor-title-left p {
  font-size: 28px;
  color: #9fa0a0;
}
.honor-title-left h2 {
  font-size: 45px;
  color: #333333;
}
.honor-title-middle {
  align-self: flex-end;
  margin-bottom: 5px;
}

.honor-title-link {
  position: relative;
  width: 200px;
  height: 42px;
  background: #595757;
  border-radius: 21px;
  text-align: center;
  color: #fff;
  font-size: 27px;
}
.honor-title-link:before,.honor-title-link:after { position: absolute; right:5px; top:5px; width:32px; height:32px; display:block;}
.honor-title-link:before{ content:' '; background:#fff; border-radius:50%; background:#00a2e9; }
.honor-title-link:after{ content:'>';color: #fff; font-family:'宋体'; font-size:18px; line-height:32px;text-align:center; text-indent:4px;}
.honor-title-link:hover{
    background:#00a2e9;
    color: #fff;
}
.honor-title-link:hover:before{
    background:#595757;
}

.honor-body li {
  width: 335px;
  margin-right: 18px;
  border-radius: 10px;
  overflow: hidden;
}
.honor-body li a {
  display: block;
}

.honor-body li img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  transition: all 0.3s;
}

.honor-body li:hover img {
  transform: scale(1.05);
}

.about-region {
  height: 890px;
  padding-top: 85px;
  background: url(../image//abbg.png) no-repeat center;
}
.about-region .honor-title {
  margin-bottom: 45px;
}

.about-title {
  font-size: 33px;
  color: #00a2e9;
  font-weight: bold;
  margin-bottom: 60px;
}
.about-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.about-body .about-left {
  align-self: normal;
  margin-right: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.about-body .about-left .about-content {
  height: 240px;
  overflow: hidden;
  font-size: 18px;
  line-height: 30px;
  color: #333;
  text-align: justify;
}
.about-body .about-left ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 24px;
  color: #727171;
}
.about-body .about-left ul span {
  display: block;
  font-size: 38px;
  color: #00a2e9;
  font-family: arial;
  font-weight: bold;
  line-height: 1;
}
.about-body .about-left ul span::after {
  /*content: "+";*/
  font-size: 20px;
  vertical-align: top;
}
.about-body .about-left ul span i{
    font-size: 21px;
}
.about-body .about-right {
  width: 794px;
  flex: 0 0 auto;
}
.about-body .about-right img {
  width: 100%;
  display: block;
}

.news-region {
  padding: 80px 0;
}

.news-region .w1396 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.news-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}
.news-title h2 {
  width: 128px;
  height: 42px;
  border-radius: 21px;
  color: #fff;
  background: #595757;
  font-size: 18px;
  font-weight: normal;
  text-align: center;
  line-height: 42px;
}
.news-title p {
  flex: 1 1 auto;
  margin: 0 20px;
  font-size: 18px;
  text-transform: uppercase;
}
.news-title a {
  font-size: 16px;
  color: #00a2e9;
}
.news-title:hover h2 {
  background: #00a2e9;
}

.news-left {
  flex: 1 1 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.news-left-item {
  width: 450px;
  margin-right: 24px;
}

.news-left-list {
  font-size: 18px;
  line-height: 2;
}
.news-right {
  flex: 0 0 auto;
  width: 455px;
  margin-bottom: 10px;
}
.news-left-img{
    border-radius: 5px ;
    border: #ccc solid 1px;
    overflow: hidden;
}
.news-left-img img{
    width: 100%;
    height: 230px;
    object-fit: cover;
}
.news-right-list {
  margin-bottom: 8px;
}
.news-right-list li {
    margin-bottom: 20px;
}
.news-right-list h3 {
  font-size: 18px;
  color: #333;
  font-weight: 5;
  margin-bottom: 5px;
}
.news-right-list p {
  font-size: 14px;
  line-height: 20px;
  color: #898989;
}
.news-right-list li:hover h3 {
  color: #00a2e9;
}
.area-region {
    font-size: 14px;
    color: #000;
    line-height: 50px;
    margin: 20px 0;
  }
  .area-region span {
    display: inline-block;
    background: url(../image/aicon.png) no-repeat left center;
    padding-left: 40px;
  }
  .area-region a {
    color: #000;
    padding: 0 5px;
  }
.footer {
  background: url(../image/footerbg.jpg) no-repeat center;
}

.footer .footer-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
    padding: 120px 0 80px;
}
.footer-title {
  margin-bottom: 20px;
}
.footer-title h3 {
  font-size: 20px;
  font-weight: normal;
}
.footer-title p {
  font-size: 24px;
  font-family: arial;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 5px;
}

.footer-contact-content {
  font-size: 20px;
  line-height: 54px;
}
.footer-code {
  font-size: 16px;
  text-align: center;
}
.footer-code-img {
  width: 118px;
  height: 118px;
  border: 1px solid #fff;
  padding: 4px;
  border-radius: 3px;
  margin-bottom: 8px;
}
.footer-code-img img {
  width: 100%;
  display: block;
}

.footer-menu{
    width: 20%;
}
.footer-menu .footer-title {
  text-align: right;
}
.footer-menu-content {
  display: flex;
  flex-wrap: wrap;
  font-size: 18px;
  line-height: 3;
}
.footer-menu-content a {
  width: 50%;
  text-align: right;
}

.footer-more{
    color: rgba(255,255,255,.5);
    font-size: 13px;
    text-align: center;
    padding-bottom: 20px;
    border-top: 1px solid #3b3b3b;
    padding-top: 19px;
}
