﻿/*首页CSS*/

/* 分屏栏目 */
.i_title {
  margin-top: 3%;
  margin-bottom: 2%;
  overflow: hidden;
  text-align: center;
}

.i_title h2 {
  overflow: hidden;
  font-weight: 400px;
  font-size: 40px;
  color: #9b0910;
  letter-spacing: 0px;
  text-transform: uppercase;
  font-family: 'Microsoft YaHei', '微软雅黑', 'Arial';
}

.i_title p {
  color: #b33c42;
  font-size: 22px;
  padding-bottom: 15px;
}

/* 关于我们 */
.in_about {
  padding: 30px 0 40px 0;
  background: url(../images/map_bg.jpg);
  background-size: cover;
}

.in_about dt {
  float: left;
  position: relative;
  width: 32%;
  margin: 0 0 20px 20px;
}

.in_about dt:before {
  content: '';
  position: absolute;
  left: -20px;
  bottom: -20px;
  width: 100%;
  height: 100%;
  background-color: #9b0910;
}

.in_about dt img {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.in_about dd {
  float: right;
  width: 58%;
  margin: 20px;
  background-color: #fff;
  box-shadow: 0 1px 18px 1px rgba(54, 62, 69, 0.6);
  padding: 35px;
  position: relative;
  top: -20px;
}

.in_about dd h4 {
  font-size: 26px;
  line-height: 30px;
  padding-bottom: 18px;
}

.in_about dd p {
  font-size: 16px;
  line-height: 26px;
  color: #666;
}

.in_about dd a:hover h4 {
  color: #9b0910;
}

* 新闻中心 */ .news_bg {
  background: url(../images/news_bg.jpg) center center no-repeat;
  background-size: cover;
  overflow: hidden;
  padding: 30px 0 60px 0;
}

.news {
  padding: 0px;
  margin-bottom: 30px;
}

.news li {
  float: left;
  width: 48%;
  background-color: #fff;
  margin-bottom: 20px;
  margin-right: 20px;
  padding: 0;
}

.news li:nth-child(2n + 0) {
  margin-right: 0;
}

.news li .imgs {
  float: left;
  width: 32%;
  overflow: hidden;
  padding: 0;
}

.news li .newsimgs {
  width: 220px;
  height: 130px;
  overflow: hidden;
}

.news li .imgs img {
  width: 100%;
  /* -webkit-transform: scale(1) rotate(0deg);transform: scale(1) rotate(0deg);transition-duration: 0.3s;transition-timing-function: ease-out;transition-property: opacity, transform, filter;*/
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.news li:hover .imgs img {
  /*-webkit-transform: scale(1.2) rotate(4deg); transform: scale(1.2) rotate(4deg);*/
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

.news li .text {
  float: right;
  width: 62%;
  padding: 0 3%;
}

.news li .text h4 {
  font-weight: 400;
  font-size: 18px;
  height: 35px;
  line-height: 35px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 10px;
}

.news li .text p {
  color: #666;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  font-size: 16px;
}

.news li a:hover {
  background-color: #9b0910;
  color: #fff;
}

.news li a:hover .text p,
.news li a:hover .date small {
  color: #fff;
}

.news li a {
  display: block;
  margin: 0;
  background-color: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;
  position: relative;
}

.news li .date {
  float: left;
  height: 24px;
  margin-left: 20px;
  margin-top: 5px;
}

.news li .date small {
  font-size: 14px;
  color: #5f5f5f;
}
.news li .date span {
  display: block;
  float: left;
  color: #5f5f5f;
  width: 13px;
  height: 12px;
  margin: 3px 10px 0 0;
  background: url(../images/time_bg.png) center center no-repeat;
}

/* 新闻中心 */
.in_news_bg {
  background: url(../images/news_bg.jpg) center center no-repeat;
  background-size: cover;
  overflow: hidden;
  padding: 30px 0 60px 0;
}

.in_news {
  padding: 0px;
  margin-bottom: 30px;
}

.in_news li {
  float: left;
  width: 48%;
  background-color: #fff;
  margin-bottom: 20px;
  margin-right: 20px;
  padding: 0;
}

.in_news li:nth-child(2n + 0) {
  margin-right: 0;
}

.in_news li .imgs {
  float: left;
  width: 32%;
  overflow: hidden;
  padding: 0;
}

.in_news li .newsimgs {
  width: 220px;
  height: 130px;
  overflow: hidden;
}

.in_news li .imgs img {
  width: 100%;
  /* -webkit-transform: scale(1) rotate(0deg);transform: scale(1) rotate(0deg);transition-duration: 0.3s;transition-timing-function: ease-out;transition-property: opacity, transform, filter;*/
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.in_news li:hover .imgs img {
  /*-webkit-transform: scale(1.2) rotate(4deg); transform: scale(1.2) rotate(4deg);*/
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

.in_news li .text {
  float: right;
  width: 62%;
  padding: 0 3%;
}

.in_news li .text h4 {
  font-weight: 400;
  font-size: 18px;
  height: 35px;
  line-height: 35px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 10px;
}

.in_news li .text p {
  color: #666;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  font-size: 16px;
}

.in_news li a:hover {
  background-color: #9b0910;
  color: #fff;
}

.in_news li a:hover .text p,
.in_news li a:hover .date small {
  color: #fff;
}

.in_news li a {
  display: block;
  margin: 0;
  background-color: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;
  position: relative;
}

.in_news li .date {
  float: left;
  height: 24px;
  margin-left: 20px;
  margin-top: 5px;
}

.in_news li .date small {
  font-size: 14px;
  color: #5f5f5f;
}
.in_news li .date span {
  display: block;
  float: left;
  color: #5f5f5f;
  width: 13px;
  height: 12px;
  margin: 3px 10px 0 0;
  background: url(../images/time_bg.png) center center no-repeat;
}
/* 首页产品中心 */
.i_product_bg {
  background: url(../images/aids_bg.jpg) center center no-repeat;
  background-size: cover;
  overflow: hidden;
  padding: 30px 0 60px 0;
}

.i_product_list {
  overflow: hidden;
  padding-bottom: 10px;
  padding-top: 10px;
}

.i_product_list ul li {
  float: left;
  width: 31%;
  margin: 0 1% 2% 1%;
  overflow: hidden;
  text-align: center;
  background-color: #fff;
}

.i_product_list ul li:nth-child(3n + 0) {
  margin-right: 0;
}

.i_product_list ul li img {
  display: inline-block;
  width: 100%;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  vertical-align: middle;
}

.i_product_list ul li .imgs {
  width: 100%;
  overflow: hidden;
}

.i_product_list ul li .list-img {
  width: 100%;
  height: 280px;
  overflow: hidden;
}

.i_product_list ul li .txts {
  overflow: hidden;
  background-color: #fff;
  transition: all 0.3s;
  padding: 15px 5%;
  text-align: left;
}

.i_product_list ul li .txts h2 {
  font-weight: normal;
  color: #111111;
  line-height: 40px;
  height: 40px;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: all 0.3s;
}

.i_product_list ul li .txts p {
  line-height: 26px;
  height: 52px;
  overflow: hidden;
  color: #333333;
  font-size: 16px;
}

.i_product_list ul li em {
  display: block;
  color: #ee697e;
  font-size: 14px;
  margin-top: 10px;
  line-height: 20px;
  height: 20px;
  overflow: hidden;
}

.i_product_list ul li label {
  display: block;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  height: 20px;
  overflow: hidden;
  margin-top: 5px;
}

.i_product_list ul li:hover img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

.i_product_list ul li:hover {
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  -webkit-transform: translate3d(0, -2px, 0);
  transform: translate3d(0, -2px, 0);
  transition: all 0.3s;
}

.i_product_list ul li:hover h2 {
  color: #9b0910;
}

.i_case_bg {
  background: url(../images/i_case_bg.jpg) center center no-repeat;
  background-size: cover;
  overflow: hidden;
  padding: 30px 0 60px 0;
}

.i_case_bg .i_title h2 {
  color: #fff;
}

.i_case_bg .i_title p {
  color: #fff;
}

/*友情链接*/
.i_link {
  overflow: hidden;
  margin-bottom: 1%;
}

.i_link ul li span {
  font-weight: normal;
  text-align: center;
  font-size: 14px;
  margin-top: 10px;
  height: 22px;
  line-height: 22px;
  overflow: hidden;
}

.i_link ul li {
  float: left;
  padding: 3px 10px;
  height: 22px;
  line-height: 22px;
  overflow: hidden;
}

.i_link ul li:nth-child(14n + 0) {
  margin-right: 0;
}

.i_link ul li a {
  display: block;
  color: #fff;
}

.i_link ul li a:hover {
  color: #fff;
}

.banner_pos {
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
}

.banner_pos .banner_div {
  /* display:table; vertical-align:bottom; */
  height: 100%;
  width: 100%;
  position: relative;
}

/*.banner_pos .wrap .td{ display:table-cell; vertical-align:bottom;height:100%;}*/
/*.banner_pos img{transition:all 0.3s;filter: Alpha(Opacity=100);opacity: 1.0; max-width:100%;}*/
.banner_pos .img001 {
  height: 100%;
  width: 57.6%;
  vertical-align: bottom;
  position: absolute;
  bottom: 0;
  right: 0%;
}

.banner_pos .img001 img {
  height: 100%;
  filter: Alpha(Opacity=0);
  opacity: 0;
}

.banner_pos .txtsbox {
  float: left;
  width: 50%;
}

.banner_pos .txts {
  float: right;
  margin-right: 3%;
  margin-top: 20%;
  width: 94%;
  max-width: 536px;
  text-align: left;
}

.banner_pos .txts h2 {
  color: #00a1e9;
}

.banner_pos .txts p {
  color: #767676;
  margin-top: 6%;
}

.banner_pos .txts a {
  margin-top: 6%;
  width: 220px;
  display: block;
  height: 48px;
  line-height: 48px;
  border: 1px solid #606060;
  text-align: center;
  font-size: 12px;
  color: #a2a2a2;
}

.banner_pos .txts a em {
  float: right;
  margin-right: 7%;
  font-style: normal;
  font-family: '宋体';
  font-size: 18px;
}

.banner_pos .txts a:hover {
  border: 1px solid #00a1e9;
}

.banner_pos .txts a:hover {
  color: #00a1e9;
}

/*公司介绍*/

.in-big {
  float: left;
  padding: 15px;
  width: 42%;
  border: 1px solid #eaeaea;
}

.in-big-img {
  overflow: hidden;
}

.in-big-img img {
  width: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.in-big-con {
  padding-top: 18px;
}

.in-big-con h4 {
  font-size: 18px;
  color: #535353;
  line-height: 24px;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.in-big:hover .in-big-con h4 {
  color: #0093dd;
}

.in-big-con p {
  font-size: 14px;
  color: #888888;
  line-height: 22px;
  margin-top: 6px;
  height: 44px;
  overflow: hidden;
}

.in-small {
  float: right;
  width: 52%;
  margin-top: -14px;
}

.ins-box {
  position: relative;
  border-top: 1px solid #e2e2e2;
  padding: 14px 0;
}

.in-small .ins-box:first-child {
  border-top: none;
}

.ins-box-date {
  float: right;
  width: 80px;
  height: 20px;
  background: #f8f8f8;
  text-align: center;
}

.ins-box-date h4 {
  font-size: 36px;
  font-weight: normal;
  color: #b0b0b0;
}

.ins-box-date p {
  font-size: 14px;
  color: #b0b0b0;
  line-height: 22px;
}

.ins-box a:hover .ins-box-date {
  background: #9b0910;
}

.ins-box a:hover .ins-box-date h4 {
  color: #fff;
}

.ins-box a:hover .ins-box-date p {
  color: #fff;
}

.ins-box-p {
  position: relative;
  float: left;
  width: 74%;
  margin-left: 0px;
  padding-top: 6px;
}

.ins-box-p h4 {
  font-size: 18px;
  line-height: 26px;
  color: #484848;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.ins-box-p:hover h4 {
  color: #0093dd;
}

.ins-box-p p {
  font-size: 14px;
  line-height: 22px;
  height: 44px;
  color: #888888;
  overflow: hidden;
  /*text-overflow: ellipsis;
    white-space: nowrap;*/
  margin-top: 6px;
}

.ins-box-more {
  position: absolute;
  top: -1px;
  right: 0;
  width: 40px;
  height: 60px;
  background: #fff url('../images/ins-more.png') no-repeat center bottom;
}

.ins-box a:hover .ins-box-more {
  background: #fff url('../images/ins-more-on.png') no-repeat center bottom;
}

/*动画*/

@media screen and (max-width: 1760px) {
}

@media screen and (max-width: 1440px) {
}

@media screen and (max-width: 1300px) {
  .in_about dd {
    float: right;
    width: 56%;
    margin: 2%;
    background-color: #fff;
    box-shadow: 0 1px 18px 1px rgba(54, 62, 69, 0.6);
    padding: 2% 2%;
    position: relative;
    top: -25px;
  }

  .in_about dd h4 {
    font-size: 26px;
    line-height: 35px;
    padding-bottom: 2%;
  }

  .in_about dd p {
    font-size: 16px;
    line-height: 26px;
    color: #666;
    height: 156px;
    overflow: hidden;
  }
}

@media screen and (max-width: 1200px) {
  /* 分屏栏目 */
  .i_title {
    margin-top: 3%;
    margin-bottom: 2%;
    overflow: hidden;
    text-align: center;
  }

  .i_title h2 {
    font-size: 20pt;
  }

  .i_title p {
    font-size: 14pt;
  }

  /* 关于我们 */
  .in_about dd {
    float: right;
    width: 56%;
    margin: 2%;
    background-color: #fff;
    box-shadow: 0 1px 18px 1px rgba(54, 62, 69, 0.6);
    padding: 2% 2%;
    position: relative;
    top: -25px;
  }

  .in_about dd h4 {
    font-size: 22px;
    line-height: 35px;
    padding-bottom: 2%;
  }

  .in_about dd p {
    height: 130px;
    overflow: hidden;
  }
}

@media screen and (max-width: 1000px) {
  /* 分屏栏目 */
  .i_title {
    margin-top: 2%;
    margin-bottom: 1.5%;
    overflow: hidden;
    text-align: center;
  }

  .i_title h2 {
    font-size: 18pt;
  }

  .i_title p {
    font-size: 13pt;
  }

  /* 关于我们 */
  .in_about dd {
    float: right;
    width: 56%;
    margin: 2%;
    background-color: #fff;
    box-shadow: 0 1px 18px 1px rgba(54, 62, 69, 0.6);
    padding: 2% 2%;
    position: relative;
    top: -25px;
  }

  .in_about dd h4 {
    font-size: 22px;
    line-height: 35px;
    padding-bottom: 2%;
  }

  .in_about dd p {
    height: 130px;
    overflow: hidden;
  }

  .i_link ul li {
    padding: 3px 10px;
  }

  .i_link ul li:nth-child(6n + 0) {
    margin-right: 1.1%;
  }

  .i_link ul li:nth-child(5n + 0) {
    margin-right: 0;
  }
}

@media screen and (max-width: 960px) {
  /* 分屏栏目 */
  .i_title {
    margin-top: 2%;
    margin-bottom: 1.5%;
    overflow: hidden;
    text-align: center;
  }

  .i_title h2 {
    font-size: 18pt;
  }

  .i_title p {
    font-size: 13pt;
  }

  /* 关于我们*/
  .in_about dd p {
    font-size: 16px;
    height: 104px;
    overflow: hidden;
  }

  /* 大爱行动样*/
  .i_product_list ul li {
    width: 46%;
    margin: 2%;
  }

  .i_product_list ul li p {
    font-size: 15px;
  }

  .i_product_list ul li:nth-child(3n + 0) {
    margin-right: 2%;
  }

  .i_product_list ul li:nth-child(2n + 0) {
    margin-right: 0;
  }

  .i_product_list ul li .list-img {
    max-width: 415px;
    height: 260px;
  }
}

@media screen and (max-width: 830px) {
  /* 分屏栏目 */
  .i_title {
    margin-top: 2%;
    margin-bottom: 1.5%;
    overflow: hidden;
    text-align: center;
  }

  .i_title h2 {
    font-size: 18pt;
  }

  .i_title p {
    font-size: 13pt;
  }

  /* 关于我们*/
  .in_about dd p {
    font-size: 16px;
  }

  /* 大爱行动样式 */
  .i_product_list ul li {
    width: 46%;
    margin: 2%;
  }

  .i_product_list ul li p {
    font-size: 15px;
  }

  .i_product_list ul li:nth-child(3n + 0) {
    margin-right: 2%;
  }

  .i_product_list ul li:nth-child(2n + 0) {
    margin-right: 0;
  }

  .i_product_list ul li .list-img {
    max-width: 415px;
    height: 260px;
  }

  /*公司介绍*/
  .i_about_div .i_one_div_txt {
    width: 96%;
    padding-left: 2%;
    padding-right: 2%;
    margin-bottom: 3%;
    padding-top: 2%;
  }

  .i_about_div .i_one_div_txt .i_one_con {
    max-width: none;
  }

  .i_about_div .i_one_div_img {
    width: 100%;
  }

  .i_about_two ul li {
    width: 97%;
    margin-bottom: 3%;
  }

  /*公司业务*/
  .i_service ul li {
    width: 100%;
  }

  .i_link ul li {
    padding: 3px 5px;
  }

  .i_link ul li:nth-child(5n + 0) {
    margin-right: 1.1%;
  }

  .i_link ul li:nth-child(4n + 0) {
    margin-right: 0;
  }
}

@media screen and (max-width: 780px) {
  /* 分屏栏目 */
  .i_title {
    margin-top: 2%;
    margin-bottom: 1.5%;
    overflow: hidden;
    text-align: center;
  }

  .i_title h2 {
    font-size: 18pt;
  }

  .i_title p {
    font-size: 13pt;
  }

  /* 关于我们*/
  .in_about dd h4 {
    font-size: 18px;
  }

  .in_about dd p {
    font-size: 16px;
  }

  /* 新闻 */
  .in_news li .date,
  .in_news li .date small {
    display: none;
  }

  .in_news li .newsimgs {
    width: 260px;
    height: 106px;
    overflow: hidden;
  }

  /* 大爱行动 */
  .i_product_list ul li {
    width: 46%;
    margin: 2%;
  }

  .i_product_list ul li p {
    font-size: 15px;
  }

  .i_product_list ul li:nth-child(3n + 0) {
    margin-right: 2%;
  }

  .i_product_list ul li:nth-child(2n + 0) {
    margin-right: 0;
  }

  .i_product_list ul li .list-img {
    max-width: 390px;
    height: 240px;
  }

  .in-big {
    float: left;
    width: 95%;
    padding-left: 2%;
    padding-right: 2%;
    margin-bottom: 3%;
  }

  .in-small {
    float: left;
    width: 96%;
    padding-left: 2%;
    padding-right: 2%;
  }
}

@media screen and (max-width: 640px) {
  /* 分屏栏目 */
  .i_title {
    margin-top: 2%;
    margin-bottom: 1.5%;
    overflow: hidden;
    text-align: center;
  }

  .i_title h2 {
    font-size: 18pt;
  }

  .i_title p {
    font-size: 13pt;
  }
  /* 关于我们*/
  .in_about dt {
    float: left;
    position: relative;
    width: 96%;
    margin: 0 0 2% 2%;
  }

  .in_about dt img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }

  .in_about dd {
    float: left;
    width: 96%;
    margin: 0 2%;
    background-color: #fff;
    box-shadow: none;
    padding: 0 0 5% 0;
    top: 0;
  }

  .in_about dd h4 {
    font-weight: 400;
    font-size: 12pt;
    line-height: 20pt;
    margin-top: 2%;
    margin-left: 5%;
  }

  .in_about dd p {
    padding: 0 3%;
    font-size: 10pt;
    line-height: 20pt;
  }

  .in_about dt:before {
    display: none;
  }

  /* 产品图片 */
  .i_product_list ul li {
    width: 47%;
    margin: 1.5%;
  }

  .i_product_list ul li p {
    font-size: 15px;
  }

  .i_product_list ul li:nth-child(3n + 0) {
    margin-right: 1.5%;
  }

  .i_product_list ul li:nth-child(2n + 0) {
    margin-right: 0;
  }

  .i_product_list ul li .list-img {
    max-width: 320px;
    height: 200px;
  }

  /* 首页新闻 */
  .in_news {
    margin: 0;
    padding: 0;
    width: 100%;
  }

  .in_news li .newsimgs {
    width: 100%;
    height: 100px;
    overflow: hidden;
  }

  .in_news li {
    width: 96%;
    margin: 0 2% 2% 2%;
    padding: 0;
  }

  .in_news li .date {
    float: left;
    width: 90px;
    height: 25px;
    margin-left: 3%;
    margin-top: 5px;
  }

  .in_news li .date small a {
    display: block;
    font-size: 14px;
    color: #5f5f5f;
  }

  .in_news li .newsimgs {
    width: 260px;
    height: 106px;
    overflow: hidden;
  }

  .in_news li .text {
    float: left;
  }

  .in_news li .text h4 {
    font-size: 16px;
    height: 35px;
    line-height: 35px;
    padding-top: 2%;
    margin: 0;
  }

  .in_news li .text p {
    line-height: 1.45;
    height: 40px;
    font-size: 15px;
  }
  /* 底部导航 */
  .i_link ul li {
    padding: 3px 5px;
  }

  .i_link ul li:nth-child(4n + 0) {
    margin-right: 1.1%;
  }

  .i_link ul li:nth-child(3n + 0) {
    margin-right: 0;
  }
}

@media screen and (max-width: 480px) {
  /* 分屏栏目 */
  .i_title {
    margin-top: 1%;
    margin-bottom: 1%;
    overflow: hidden;
    text-align: center;
  }

  .i_title h2 {
    font-size: 16pt;
  }

  .i_title p {
    font-size: 12pt;
  }

  /* 关于我们*/
  .in_about dt {
    float: left;
    position: relative;
    width: 96%;
    margin: 0 0 2% 2%;
  }

  .in_about dt img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }

  .in_about dd {
    float: left;
    width: 96%;
    margin: 0 2%;
    background-color: #fff;
    box-shadow: none;
    padding: 0 0 5% 0;
    top: 0;
  }

  .in_about dd h4 {
    font-weight: 400;
    font-size: 12pt;
    line-height: 20pt;
    margin-top: 2%;
    margin-left: 5%;
  }

  .in_about dd p {
    padding: 0 3%;
    font-size: 10pt;
    line-height: 20pt;
  }

  .in_about dt:before {
    display: none;
  }

  /* 首页新闻 */
  .in_news li {
    width: 96%;
    margin: 0 2% 2% 2%;
    padding: 0;
  }

  .in_news li .newsimgs {
    width: 100%;
    height: 100px;
    overflow: hidden;
  }

  .in_news li .text h4 {
    font-size: 12pt;
    height: 28pt;
    padding-top: 1%;
    padding-right: 0;
    margin: 0;
  }

  .in_news li .text p {
    line-height: 16pt;
    font-size: 10pt;
  }

  /* 大爱行动 */
  .i_product_list ul li {
    width: 48%;
    margin: 1%;
  }

  .i_product_list ul li p {
    font-size: 12pt;
  }

  .i_product_list ul li:nth-child(3n + 0) {
    margin-right: 1%;
  }

  .i_product_list ul li:nth-child(2n + 0) {
    margin-right: 0;
  }

  .i_product_list ul li .list-img {
    max-width: 240px;
    height: 160px;
  }
}

@media screen and (max-width: 360px) {
  /* 分屏栏目 */
  .i_title {
    margin-top: 1%;
    margin-bottom: 1%;
    overflow: hidden;
    text-align: center;
  }

  .i_title h2 {
    font-size: 16pt;
  }

  .i_title p {
    font-size: 12pt;
  }

  /* 关于我们*/
  .in_about dt {
    float: left;
    position: relative;
    width: 96%;
    margin: 0 0 2% 2%;
  }

  .in_about dt img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }

  .in_about dd {
    float: left;
    width: 96%;
    margin: 0 2%;
    background-color: #fff;
    padding-bottom: 5%;
    box-shadow: none;
  }

  .in_about dd h4 {
    font-weight: 400;
    font-size: 13pt;
    line-height: 30pt;
    margin-top: 2%;
    margin-left: 5%;
  }

  .in_about dd p {
    padding: 0 5% 10% 5%;
    font-size: 10pt;
  }

  .in_about dt:before {
    display: none;
  }

  /* 阜爱新闻 */
  .in_news li {
    width: 96%;
    margin: 0 2% 2% 2%;
    padding: 0;
  }

  .in_news li .newsimgs {
    width: 100%;
    height: 80px;
    overflow: hidden;
  }

  .in_news li .text h4 {
    font-size: 12pt;
    height: 30px;
    padding-right: 0;
    margin: 0;
  }

  .in_news li .text p {
    font-size: 10pt;
  }

  /* 大爱行动 */
  .i_product_list ul li {
    width: 48%;
    margin: 1%;
  }

  .i_product_list ul li p {
    font-size: 10pt;
  }

  .i_product_list ul li:nth-child(3n + 0) {
    margin-right: 1%;
  }

  .i_product_list ul li:nth-child(2n + 0) {
    margin-right: 0;
  }

  .i_product_list ul li .list-img {
    height: 130px;
    max-width: 180px;
  }
}
