@charset "utf-8";
/* CSS Document */
.banner {
  display: flex;
  align-items: center;
  height: 480px;
}
.title_info {
  color: #fff;
}
.title_info span {
  font-size: 50px;
  font-family: arial;
}
.title_info h3 {
  font-size: 60px;
}
.title_info i {
  margin-top: 30px;
  display: block;
  width: 108px;
  height: 2px;
  background: #ffffff;
}
.smenu {
  background: url(../images/bg2.png);
  height: 56px;
  line-height: 56px;
  margin-top: -56px;
  position: relative;
  z-index: 100;
}
.smenu ul {
  display: flex;
  justify-content: space-around;
}
.smenu ul li {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  flex: 1;
  position: relative;
}
.smenu ul li a {
  display: block;
  color: #c9dae3;
}
.smenu ul li:hover,
.smenu ul li.cur {
  background: #2a65bd;
}
.smenu ul li:hover a,
.smenu ul li.cur a {
  color: #fff;
}
.smenu ul li ul {
  position: absolute;
  border-top: 1px solid #fff;
  left: 0;
  top: 56px;
  width: 100%;
  height: auto;
  display: none;
  background-color: rgba(41, 101, 189, 0.8);
}
.smenu ul li ul li {
  display: block;
  font-size: 15px;
}
.smenu ul li ul li a {
  line-height: 35px;
  padding: 5px 0;
}
.smenu ul li:hover ul {
  display: block;
}
.smenu ul li ul li a:hover {
  background-color: #2965bd;
}
.about_group {
  background: #f2f7ff;
  padding: 75px 0;
}
.about_group .w2 {
  display: flex;
  justify-content: space-between;
}
.about_group .text {
  width: 58%;
}
.about_group .text span {
  color: #d6dff1;
  font-size: 55px;
  font-weight: bold;
  font-family: arial;
  text-transform: capitalize;
}
.about_group .text h3 {
  color: #434a67;
  font-size: 30px;
}
.about_group .text i {
  display: block;
  width: 32px;
  height: 3px;
  background: #cfd6e7;
  margin: 18px 0 20px;
}
.about_group .text .t {
  color: #7887b3;
  font-size: 16px;
  line-height: 30px;
  position: relative;
  z-index: 2;
}
.about_group .text .t img {
  max-width: 100%;
}
.about_group .img_box {
  width: 40%;
  position: relative;
}
.about_group .img_box .img {
  display: block;
  line-height: 0;
  overflow: hidden;
}
.about_group .img_box .img img {
  width: 100%;
}
.about_group .img_box .box {
  position: absolute;
  left: -37px;
  top: 50%;
  transform: translateY(-50%);
  max-width: 240px;
  width: 100%;
  min-height: 310px;
  background: #2965bd;
}
.about_group .img_box .box .d {
  color: #fff;
  padding-left: 58px;
  margin-top: 42px;
}
.about_group .img_box .box .d .bt {
  font-size: 55px;
  font-family: arial;
  font-weight: bold;
}
.about_group .img_box .box .d .bt span {
  font-weight: normal;
  font-size: 15px;
}
.about_group .img_box .box .d p {
  font-size: 14px;
}
.imglist {
  display: flex;
  justify-content: space-around;
}
.imglist img {
  width: 45%;
  border-radius: 10px;
}
.spic {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.spic div {
  text-align: center;
  padding: 10px 0;
  display: flex;
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  width: 20%;
}
.spic div img {
  max-width: 200px;
  max-height: 100px;
}
.spic2 {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.spic2 div {
  text-align: center;
  padding: 10px 0;
  display: flex;
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  width: 25%;
}
.spic2 div img {
  max-width: 300px;
  max-height: 200px;
}
.wz {
  font-size: 16px;
  line-height: 2;
  text-align: center;
}
.npic {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 30px -10px;
}
.npic a {
  width: calc(25% - 20px);
  position: relative;
  display: block;
  margin: 10px;
  border: 1px solid #eee;
  box-sizing: border-box;
}
.npic a img.pimg {
  width: 100%;
}
.npic a .big {
  position: absolute;
  right: 0;
  top: 0;
}
.npic a span {
  display: block;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  border-top: 1px solid #ddd;
}
.pmain {
  padding: 50px 0;
}
.plocal {
  line-height: 75px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: right;
  font-size: 14px;
  border-bottom: 1px solid #e5e5e5;
}
.plocal h3 {
  font-size: 28px;
  color: #2965bd;
  font-weight: bold;
}
.productlist ul {
  padding: 30px 0px;
  display: flex;
  flex-wrap: wrap;
}
.productlist ul li {
  width: 33.333333%;
  padding: 10px 5px;
  box-sizing: border-box;
}
.productlist a {
  display: block;
  position: relative;
  margin: 0 10px;
  background-color: white;
  padding: 30px;
  box-sizing: border-box;
  overflow: hidden;
}
.productlist a img {
  width: 100%;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.productlist a h3 {
  display: block;
  font-size: 24px;
  margin-bottom: 30px;
  font-weight: bold;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.productlist a p {
  margin-top: 30px;
  font-size: 16px;
  line-height: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.productlist a span {
  margin: 30px auto 0 auto;
  display: block;
  width: 160px;
  line-height: 42px;
  background: #2965bd url(../images/a1_icon5.svg) 80% center no-repeat;
  color: #fff;
  font-size: 16px;
  padding: 0 20px;
  box-sizing: border-box;
}
.productlist a:hover span {
  opacity: 0.8;
}
.productshow {
  padding: 50px 0;
  display: flex;
  justify-content: space-between;
}
.productshow h1 {
  font-size: 24px;
  color: #2965bd;
  margin-bottom: 20px;
}
.productshow h2 {
  display: block;
  color: #666;
  margin-bottom: 30px;
  border-bottom: 1px solid #ddd;
  line-height: 50px;
  font-size: 16px;
  font-weight: bold;
}
.procon {
  width: 70%;
}
.prodesc {
  line-height: 2;
  font-size: 16px;
}
.prodesc h3 {
  display: block;
  color: black;
  font-weight: bold;
}
.prodesc ul li {
  line-height: 200%;
}
.procontent {
  font-size: 16px;
  line-height: 2;
}
.procontent table {
  border-collapse: collapse;
  width: 100%;
}
.procontent table tr th {
  text-align: center;
}
.procontent table tr td:first-child {
  text-align: left;
  color: #333;
}
.procontent table tr td strong {
  display: block;
  background-color: #ddd;
  margin: 0 -10px;
  padding: 0 10px;
  font-weight: bold;
}
.procontent table td {
  border: 1px solid #ddd;
  line-height: 35px;
  text-align: center;
  font-size: 14px;
  color: #666;
}
.procontent table td p {
  padding: 0 10px;
}
.procontent .firstRow {
  background-color: #2965bd;
  color: white;
}
.procontent .firstRow TD {
  color: #FFF;
}
.procontent .firstRow TD:first-child {
  color: #FFF;
  text-align: center;
}
.procontent table td .tit {
  display: block;
  background-color: #eee;
  text-align: left;
}
.proother {
  border-top: 1px solid #EAEAEA;
  margin-top: 50px;
  width: 25%;
  background-color: #fafafa;
}
.proother h4 {
  font-weight: bold;
  padding: 12px 14px;
  line-height: 23px;
  margin-bottom: 20px;
  background: #035cac;
  font-size: 16px;
  color: #fff;
}
.proother a {
  padding: 20px;
  box-sizing: border-box;
  display: block;
}
.proother a img {
  width: 100%;
}
.proother a span {
  display: block;
  text-align: center;
  line-height: 50px;
  background-color: #2965bd;
  color: white;
}
.proother a:hover span {
  background-color: #e77918;
}
.search {
  text-align: center;
  margin-top: 50px;
}
.inp_text {
  width: 80%;
  max-width: 500px;
  background-color: #ccc;
  padding: 0 20px;
  box-sizing: border-box;
  line-height: 50px;
  border: 0;
}
.inp_button {
  background-color: #2965bd;
  color: white;
  line-height: 50px;
  text-align: center;
  border: 0;
  width: 20%;
  max-width: 100px;
}
.newslist ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.newslist ul li {
  width: 50%;
}
.newslist a {
  margin-bottom: 10px;
  float: left;
  padding: 30px 0;
  padding-right: 75px;
  box-sizing: border-box;
  display: flex;
}
.newslist a:hover {
  background: #2965bd;
  transition: 0.5s ease-in-out;
  color: #ffffff;
}
.newslist a:hover .left {
  transition: 0.5s ease-in-out;
  color: #ffffff;
}
.newslist a:hover .right h3 {
  transition: 0.5s ease-in-out;
  color: #ffffff;
}
.newslist a:hover .right p {
  transition: 0.5s ease-in-out;
  color: #def1ff;
}
.newslist a .left {
  width: 145px;
  text-align: center;
  line-height: 1;
  color: #222222;
  transition: 0.5s ease-in-out;
  font-family: "beba";
}
.newslist a .left .num {
  font-size: 50px;
  line-height: 1;
  padding-bottom: 10px;
  margin-bottom: 10px;
  position: relative;
}
.newslist a .left .num:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 45px;
  background: #dddddd;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.newslist a .left .time {
  font-size: 16px;
}
.newslist a .right {
  width: calc(100% - 145px);
}
.newslist a .right h3 {
  font-size: 20px;
  color: #222222;
  line-height: 22px;
  height: 22px;
  overflow: hidden;
  transition: 0.5s ease-in-out;
  margin-bottom: 15px;
}
.newslist a .right p {
  transition: 0.5s ease-in-out;
  font-size: 14px;
  color: #666666;
  line-height: 26px;
}
.newslist a .right p {
  height: 52px;
  overflow: hidden;
}
.news-info {
  display: flex;
  justify-content: space-between;
  padding-top: 50px;
}
.news-info .leftwrap {
  width: 70%;
}
.news-info .rightwrap {
  width: 28%;
}
.news-info h1 {
  font-weight: normal;
  color: #2965bd;
  margin-bottom: 14px;
  font-size: 18px;
  line-height: 30px;
}
.news-info .entry-meta {
  padding: 8px 20px;
  background: #edf1f7;
  overflow: hidden;
  color: #505050;
  line-height: 36px;
  font-size: 14px;
}
.news-info .contwrap {
  font-size: 14px;
  padding-top: 20px;
  padding-bottom: 40px;
  color: #555;
  line-height: 27px;
}
.rightwrap h4 {
  font-weight: bold;
  padding: 12px 14px;
  line-height: 23px;
  margin-bottom: 20px;
  background: #035cac;
  font-size: 16px;
  color: #fff;
}
.rightwrap li {
  width: 100%;
  padding-bottom: 7px;
  padding-top: 3px;
  border-bottom: 1px solid #dadada;
}
.rightwrap li a {
  color: #333;
  display: inline-block;
  font-size: 14px;
  line-height: 28px;
}
.rightwrap li .post-date {
  display: block;
  line-height: 21px;
  font-size: 13px;
  color: #999;
  margin-top: 1px;
}
.paging {
  height: 48px;
  padding: 20px 0;
  width: 100%;
  border-top: 1px solid #ddd;
  display: flex;
  justify-content: space-between;
}
.paging span {
  font-size: 14px;
  line-height: 22px;
}
.paging .return {
  display: block;
  background-color: #2965bd;
  color: white;
  height: 34px;
  line-height: 34px;
  margin-top: 10px;
  text-align: center;
  width: 100px;
  font-size: 14px;
}
.paging .return:hover {
  background-color: #cc0000;
}
@media screen and (max-width: 1024px) and (min-width: 0) {
  .banner {
    height: 280px;
    background-size: auto 100% ;
  }
  .title_info span {
    font-size: 30px;
  }
  .title_info h3 {
    font-size: 40px;
  }
  .about_group {
    padding: 30px 0;
  }
  .about_group .w2 {
    flex-direction: column;
  }
  .about_group .text {
    width: 100%;
  }
  .about_group .text span {
    font-size: 36px;
  }
  .about_group .text h3 {
    font-size: 18px;
  }
  .about_group .img_box {
    width: 100%;
  }
  .smenu {
    display: none;
  }
  .plocal span {
    display: none;
  }
  .productlist ul {
    padding: 20px 0;
    box-sizing: border-box;
  }
  .productlist ul li {
    width: 50%;
    box-sizing: border-box;
  }
  .npic a {
    width: calc(50% - 20px);
  }
  .productshow {
    flex-direction: column;
  }
  .procon {
    width: 100%;
  }
  .proother {
    width: 100%;
  }
  #news-list ul li {
    width: 47%;
  }
  #newslist a {
    padding: 10px 0;
    padding-right: 25px;
  }
  .news-info {
    flex-direction: column;
    padding: 20px 0;
  }
  .news-info .leftwrap {
    width: 100%;
  }
  .news-info .rightwrap {
    width: 100%;
  }
  .contact {
    margin: 20px 0;
  }
  .contact-words {
    height: 100%;
    box-sizing: border-box;
    width: 100%;
    position: static;
    top: 0;
    right: 0;
    background-color: #2965bd;
    padding: 30px;
    color: white;
    font-size: 18px;
    line-height: 200%;
  }
  .contact-words a {
    color: white;
  }
  .spic {
    margin: 50px 0;
  }
  .spic div {
    width: 33.333333%;
  }
  .spic div img {
    max-width: 100%;
  }
  .spic2 {
    margin: 50px 0;
  }
  .spic2 div {
    width: 33.333333%;
  }
  .spic2 div img {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) and (min-width: 0px) {
  .productlist ul li {
    width: 100%;
    box-sizing: border-box;
  }
  #news-list ul li {
    width: 97%;
  }
  .spic div {
    width: 50%;
  }
  .spic2 div {
    width: 50%;
  }
  .acon {
    padding: 30px 10px;
  }
  .acon {
    flex-direction: column;
  }
  .acon > div {
    width: 100%;
  }
  .bg2 .acon .a-left {
    order: 1;
  }
  .bg2 .acon .a-right {
    order: 2;
  }
  .ppic div {
    width: 50%;
  }
  .ppic div img {
    max-width: 200px;
    max-height: 80px;
  }
}
