.news_a {
  padding-bottom: 6.25%;
}
.product-ul a {
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  width:22.9%;
  float: left;
  margin:1%;
  padding:1%;
  border: 0.5px #ced1d6 solid;
}
.product-ul a .time {
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  color: #999999;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 18px;
}
.product-ul a .title {
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  color: #444444;
  font-weight: bold;
  margin-bottom: 24px;
  line-height: 30px;
}
.product-ul a .imgbox {
  overflow: hidden;
  margin-bottom: 30px;
}
.product-ul a .imgbox img {
  width: 100%;
    object-fit: cover;
  /*height: 290px;*/
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}
.product-ul a .more {
  color: #333333;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}
.product-ul a .more img {
  margin-left: 13px;
  position: relative;
  top: -1px;
}
.product-ul a .more .act {
  display: none;
}

.product-ul a:hover {
  background-color: #015aa1;
}
.product-ul a:hover .time,
.product-ul a:hover .title,
.product-ul a:hover .more {
  color: #fff;
}
.product-ul a:hover .imgbox img {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.product-ul a:hover .more .act {
  display: inline-block;
}
.product-ul a:hover .more .nor {
  display: none;
}
.news_b {
  background: #f5f5f5;
  padding: 4.5% 0 5.2083%;
}
.news_b .wrap1400 {
  padding: 4.5% 3.5%;
  background: #fff;
}
.news_b .wrap1400 .newtlbox {
  padding-bottom: 50px;
  text-align: center;
}
.news_b .wrap1400 .newtlbox .tl {
  font-size: 24px;
  color: #444444;
  font-weight: bold;
  margin-bottom: 26px;
}
.news_b .wrap1400 .newtlbox .where {
  font-size: 14px;
  color: #999999;
}
.news_b .wrap1400 .newtlbox .where span {
  margin-right: 30px;
}
.news_b .wrap1400 .newtlbox .where span:last-child {
  margin-right: 0;
}
.news_b .wrap1400 .newcont {
  padding: 30px 0;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  color: #666666;
  line-height: 28px;
}
.news_b .wrap1400 .newcont .b {
  font-weight: bold;
  display: block;
}
.search_a {
  padding-bottom: 6.25%;
}
.search_a .result_te {
  font-size: 18px;
  color: #444444;
  padding: 60px 0;
}
.search_a .result_te span {
  font-weight: bold;
}
.search_a .tabbox {
  width: 100%;
  max-width: 560px;
  border: solid 1px #e5e5e5;
  margin: 0 auto 65px;
}
.search_a .tabbox .tab {
  width: 50%;
  cursor: pointer;
  color: #444;
  float: left;
  text-align: center;
  font-size: 16px;
  color: #444444;
  line-height: 60px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}
.search_a .tabbox .tab:first-child {
  border-right: 1px solid #e5e5e5;
}
.search_a .tabbox .actTab,
.search_a .tabbox .tab:hover {
  color: #fff;
  background: #015aa1;
}
.search_a .content .box {
  display: none;
}
.search_a .content .box:nth-child(1) {
  display: block;
}
@media (max-width: 1440px) {
  .product-ul a {
    padding:2%;
  }
  .product-ul a .time {
    font-size: 14px;
  }
  .product-ul a .title {
    font-size: 16px;
    margin-bottom: 16px;
    line-height: 26px;
  }
  .news_b .wrap1400 .newtlbox .tl {
    font-size: 20px;
  }
}
@media (max-width: 1280px) {
  .product-ul a {
    padding: 50px 2%;
  }
  .news_b .wrap1400 .newtlbox .tl {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  .product-ul a {
    padding: 40px 2%;
  }
}
@media (max-width: 768px) {
  .news_a {
    padding-bottom: 50px;
  }
  .product-ul {
    border: none;
  }
  .product-ul a {
    padding: 40px 4%;
    width: 100%;
    border: 1px solid #e5e5e5!important;
    margin-bottom: 20px;
  }
  .product-ul a .title {
    max-height: 52px;
    height: auto;
  }
  .product-ul a:last-child {
    margin-bottom: 0;
  }
  .moreBtn {
    width: 100%;
    height: 44px;
    background-color: #005aa1;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    text-align: center;
    line-height: 44px;
    color: #fff;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    margin-top: 40px;
  }
  .moreBtn img {
    margin-left: 12px;
    position: relative;
    top: -2px;
  }
  .news_b {
    padding: 50px 0;
  }
  .news_b .wrap1400 {
    padding: 40px 20px;
  }
  .news_b .wrap1400 .newtlbox {
    padding-bottom: 10px;
  }
  .news_b .wrap1400 .newtlbox .tl {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .news_b .wrap1400 .newtlbox .where {
    font-size: 12px;
  }
  .news_b .wrap1400 .newtlbox .where span {
    margin-right: 10px;
  }
  .news_b .wrap1400 .newcont {
    padding: 20px 0;
  }
}

/* news */

.news_a {
  padding-bottom: 6.25%;
}
.news-ul a {
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  width:47%;
  float: left;
  margin:1%;
  padding: 1%;
  border: 0.5px #ced1d6 solid;
}
.news-ul a .time {
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  color: #999999;
  font-weight: bold;
  font-size: 16px;
}
.news-ul a .title {
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  font-size: 18px;
  color: #444444;
      line-height: 30px;
    padding-bottom: 4%;
}

.news-ul a .titleboy{margin-bottom:7%;line-height: 30px;} 
.news-ul a .imgbox {
  overflow: hidden;
  width: 30%;
  float: left;
}
.news-ul a .newbox {
  overflow: hidden;
  width: 67%;
  float: right;
}
.news-ul a .imgbox img {
  width: 100%;
  min-height: 230px;
  max-height: 230px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}
.news-ul a .more {
  color: #333333;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}
.news-ul a .time{width: 45%;float: left;}
	.news-ul a .more{float: right;}
.news-ul a .more img {
  margin-left: 13px;
  position: relative;
  top: -1px;
}
.news-ul a .more .act {
  display: none;
}

.news-ul a:hover {
  background-color: #015aa1;
}
.news-ul a:hover .time,
.news-ul a:hover .title,
.news-ul a:hover .more,.news-ul a:hover .titleboy {
  color: #fff;
}
.news-ul a:hover .imgbox img {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.news-ul a:hover .more .act {
  display: inline-block;
}
.news-ul a:hover .more .nor {
  display: none;
}
.news-ul a img{object-fit: cover;}
.pre{    float: left;}
.next{    float: right;}
.news_b {
  background: #f5f5f5;
  padding: 4.5% 0 5.2083%;
}
.news_b .wrap1400 {
  padding: 4.5% 3.5%;
  background: #fff;
}
.news_b .wrap1400 .newtlbox {
  padding-bottom: 50px;
  text-align: center;
}
.news_b .wrap1400 .newtlbox .tl {
  font-size: 24px;
  color: #444444;
  font-weight: bold;
  margin-bottom: 26px;
}
.news_b .wrap1400 .newtlbox .where {
  font-size: 14px;
  color: #999999;
}
.news_b .wrap1400 .newtlbox .where span {
  margin-right: 30px;
}
.news_b .wrap1400 .newtlbox .where span:last-child {
  margin-right: 0;
}
.news_b .wrap1400 .newcont {
  padding: 30px 0;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  color: #666666;
  line-height: 28px;
}
.news_b .wrap1400 .newcont .b {
  font-weight: bold;
  display: block;
}
.search_a {
  padding-bottom: 6.25%;
}
.search_a .result_te {
  font-size: 18px;
  color: #444444;
  padding: 60px 0;
}
.search_a .result_te span {
  font-weight: bold;
}
.search_a .tabbox {
  width: 100%;
  max-width: 560px;
  border: solid 1px #e5e5e5;
  margin: 0 auto 65px;
}
.search_a .tabbox .tab {
  width: 50%;
  cursor: pointer;
  color: #444;
  float: left;
  text-align: center;
  font-size: 16px;
  color: #444444;
  line-height: 60px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}
.search_a .tabbox .tab:first-child {
  border-right: 1px solid #e5e5e5;
}
.search_a .tabbox .actTab,
.search_a .tabbox .tab:hover {
  color: #fff;
  background: #015aa1;
}
.search_a .content .box {
  display: none;
}
.search_a .content .box:nth-child(1) {
  display: block;
}
@media (max-width: 1440px) {

  .news-ul a .time {
    font-size: 14px;
  }
  .news-ul a .title {
    font-size: 16px;
    margin-bottom: 16px;
    line-height: 26px;
  }
  .news_b .wrap1400 .newtlbox .tl {
    font-size: 20px;
  }
  
}
@media (max-width: 1280px) {
  .news-ul a {
	width: 100%;
  }
  .news_b .wrap1400 .newtlbox .tl {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
	.wrap1400{width: 100%;}
  .news_a {
    padding-bottom: 50px;
  }
  .news-ul {
    border: none;
  }
  .news-ul a {
    width: 100%;
    border: 1px solid #e5e5e5!important;
    margin-bottom: 20px;
  }
  .news-ul a .title {
    max-height: 52px;
    height: auto;
	padding-bottom:0;
  }
  .news-ul a:last-child {
    margin-bottom: 0;
  }
  .moreBtn {
    width: 100%;
    height: 44px;
    background-color: #005aa1;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    text-align: center;
    line-height: 44px;
    color: #fff;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    margin-top: 40px;
  }
  .moreBtn img {
    margin-left: 12px;
    position: relative;
    top: -2px;
  }
  .news_b {
    padding: 50px 0;
  }
  .news_b .wrap1400 {
    padding: 40px 20px;
  }
  .news_b .wrap1400 .newtlbox {
    padding-bottom: 10px;
  }
  .news_b .wrap1400 .newtlbox .tl {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .news_b .wrap1400 .newtlbox .where {
    font-size: 12px;
  }
  .news_b .wrap1400 .newtlbox .where span {
    margin-right: 10px;
  }
  .news_b .wrap1400 .newcont {
    padding: 20px 0;
  }
  .news-ul a .title{}
  .news-ul a .titleboy{margin-bottom:3%;}
}
@media (max-width: 458px) {
	.news-ul a .imgbox{display: none;}
	.news-ul a .newbox{float: inherit;width: 100%;}
	
}

.sol_a {
  padding-bottom: 0.87%;
  overflow: hidden;
    background-color: #f8f8f8;
}

.sol_a .sol-ul .imgbox {
  width: 68%;
  float: left;
  overflow: hidden;
}
.sol_a .sol-ul .imgbox img {
  width: 100%;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}
.sol_a .sol-ul .textbox {
    width: 31.25%;
    padding: 9% 5%;
    float: left;
}
.sol_a .sol-ul .textbox .tlbox {
  padding-bottom: 27px;
  position: relative;
  margin-bottom: 36px;
}
.sol_a .sol-ul .textbox .tlbox .cn {
  font-size: 22px;
  font-weight: bold;
  color: #444444;
  margin-bottom: 12px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}
.sol_a .sol-ul .textbox .tlbox .en {
  color: #aaaaaa;
}
.sol_a .sol-ul .textbox .te {
  line-height: 26px;
  letter-spacing: 0px;
  color: #888888;
  margin-bottom: 15px;
}
.sol_a .sol-ul .textbox .tlbox::after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #e5e5e5;
  bottom: 0;
  left: 0;
}
.sol_a .sol-ul .textbox .tlbox::before {
  content: '';
  width: 45px;
  height: 2px;
  background-color: #015aa1;
  left: 0;
  bottom: 0;
}
.sol_a .sol-ul .textbox a{
	background-color: #015aa1;
    padding: 3%;
    text-align: center;
    color: #ffff;
	transition: all .5s;
    width: 50%;
    margin: 2% 0;
	border-radius: 25px;
}
.sol_a .sol-ul .textbox a:hover{
	-webkit-transform: scale(1.1);
	   -moz-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	        transform: scale(1.1);
}
.sol_a .sol-ul:hover .imgbox img {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.sol_a .sol-ul:hover .textbox .tlbox .cn {
  color: #015aa1;
}
.sol_a .sol-ul:last-child {
  margin-bottom: 0;
}


@media (max-width: 1280px) {
  .sol_a .sol-ul .textbox{padding: 2%;}
}
@media (max-width: 768px) {
  .sol_a .sol-ul .textbox .tlbox{margin-bottom:auto;    padding-bottom: 10px;}
}
@media (max-width: 480px) {
  .sol_a .sol-ul .imgbox,.sol_a .sol-ul .textbox{width: 100%;float: initial;}
  
}