﻿@import url(pscroll.css);

/*内页*/
.o_big {
  overflow: hidden;
}

.o_big img {
  width: 100%;
  -webkit-animation: SlickIn cubic-bezier(1, 0, .5, .5) 1s;
  animation: SlickIn cubic-bezier(1, 0, .5, .5) 1s;
}

/*当前位置*/
.postions {
  height: 35px;
  line-height: 35px;
  overflow: hidden;
  color: #919191;
  font-size: 16px;
  background: #fff;
  margin-bottom: 25px;
  padding: 10px 20px;
}

.postions a {
  color: #919191;
  font-size: 16px;
}

/*二级栏目样式*/
.second_menu {
  background: #fff;
  overflow: hidden;
  padding-top: 25px;
  text-align: center;

}

.second_menu a {
  display: inline-block;
  padding: 7px 30px;
  font-size: 18px;
  height: 40px;
  line-height: 40px;
  background-color: #f0f0f0;
  transition: all 0.3s;
  margin-bottom: 2%;
  margin-left: 0.5%;
  margin-right: 0.5%;
  position: relative;
  border: 1px solid #e0e0e0;
  overflow: hidden;
  border-radius: 5px;
  color: #595959;
  user-select: none;
  vertical-align: middle;
}

.second_menu a:hover {
  background-color: #A40000;
  color: #fff;
  box-shadow: 0 1px 10px 1px rgba(164, 0, 0, .6);
}

.second_menu a.csel {
  background-color: #A40000;
  color: #fff;
  box-shadow: 0 1px 10px 1px rgba(164, 0, 0, .6);
}

/*分页*/
.yema {
  width: 100%;
  text-align: center;
  clear: both;
  overflow: hidden;
  padding-top: 40px;
  padding-bottom: 40px;
  clear: both;
}

.yema a {
  display: inline-block;
  height: 26px;
  line-height: 26px;
  padding-left: 10px;
  overflow: hidden;
  padding-right: 10px;
  min-width: 12px;
  margin-left: 1px;
  margin-right: 1px;
  text-align: center;
  color: #757575;
  font-size: 13px;
  border: 1px solid #cccccc;
}

.yema a:hover {
  text-decoration: none;
  color: #fff;
  background-color: #215e21;
  border: 1px solid #215e21;
}

.yema a.on {
  color: #fff;
  background-color: #215e21;
  border: 1px solid #215e21;
}

.yema a.first,
.yema a.last {
  margin-right: 0;
}

.yema a.first:hover,
.yema a.last:hover {
  background-color: #ec2029;
}

/*分页样式3 边框圆角 pages  */
.pagination-wrapper {
  padding: 1em 0 2em 0;
}

.pagination {
  height: 34px;
  text-align: center;
}

.pagination li {
  display: inline-block;
  height: 34px;
  margin-right: 0.3em;
  font-size: 14px;
}

.pagination li a {
  display: inline-block;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  padding: 0 0.8em;
  border: 1px solid #dddddd;
  color: #555555;
  text-decoration: none;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.pagination li a:hover {
  background: #f5f5f5;
  color: #0099ff;
}

.pagination li.thisclass {
  background: #09f;
  color: #fff;
  height: 32px;
  line-height: 32px;
  padding: 0 12px;
  font-size: 14px;
  border: 1px solid #09f;
  text-decoration: none;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.pagination li.thisclass a,
.pagination li.thisclass a:hover {
  background: transparent;
  border-color: #09f;
  color: #fff;
  cursor: default;
}



/*产品列表页样式*/
.marketing {
  overflow: hidden;
  padding-top: 8px;
  background-color: #fff;
  margin-bottom: 3%;
  padding-bottom: 2%;
}

.marketing ul {
  margin-left: 0.5%;
}
.marketing li {
  float: left;
  width: 31%;
  margin-left: 1%;
  margin-right: 1%;
  overflow: hidden;
  margin-bottom: 2%;
  background-color: #fff;
}

.marketing li.line {
  border: 1px solid #e8e8e8;
}
.marketing 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;
}

.marketing li .imgs {
  width: 100%;
  overflow: hidden;
}

.marketing li h2 {
  font-weight: normal;
  font-size: 24px;
  color: #333333;
  max-width: 350px;
  line-height: 45px;
  height: 45px;
  text-align: center;
  overflow: hidden;
  padding: 1% 5%;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: all 0.3s;
}

.marketing li p {
  line-height: 20px;
  height: 40px;
  overflow: hidden;
  color: #929292;
  font-size: 14px;
  text-align: left;
  padding-left: 5%;
  padding-right: 5%;
  margin-bottom: 5%;
}

.marketing li em {
  display: block;
  color: #ee697e;
  font-size: 14px;
  line-height: 20px;
  height: 20px;
  overflow: hidden;
}

.marketing li label {
  display: block;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  height: 20px;
  overflow: hidden;
}

.marketing 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);
}

.marketing 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;
}

.marketing li:hover h2 {
  color: #6B0000;
}

.marketing li:hover .line {
  border: 1px solid #fff;
}


/*详细页产品列表样式*/

.i_title {
  margin-top: 3%;
  margin-bottom: 2%;
  overflow: hidden;
  text-align: center;
}

.i_title h2 {
  overflow: hidden;
  font-weight: 400px;
  color: #1F1A17;
  letter-spacing: 0px;
  text-transform: uppercase;
  font-family: "微软雅黑", "Arial", "Microsoft YaHei";
}

.i_title p {
  color: #BF2527;
  padding-bottom: 15px;
}

.product_list {
  overflow: hidden;
  padding-bottom: 20px;
  padding-top: 8px;
}

.product_list ul li {
  float: left;
  width: 32.1%;
  margin-left: 0.5%;
  margin-right: 0.5%;
  overflow: hidden;
  margin-bottom: 1.5%;
  background-color: #fff;
}

.product_list ul li .product_b {
  border: 1px solid #e8e8e8;
}

.product_list ul li:nth-child(3n+0) {
  margin-right: 0;
}

.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;
}

.product_list ul li .imgs {
  width: 100%;
  overflow: hidden;
}

.product_list ul li h2 {
  font-weight: normal;
  font-size: 24px;
  color: #333333;
  max-width: 350px;
  line-height: 45px;
  height: 45px;
  text-align: center;
  overflow: hidden;
  padding-top: 2%;
  padding-left: 2%;
  padding-right: 2%;
  padding-bottom: 1%;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: all 0.3s;
  margin: 0 auto;
}

.product_list ul li p {
  line-height: 20px;
  height: 40px;
  overflow: hidden;
  color: #929292;
  font-size: 14px;
  text-align: left;
  padding-left: 2%;
  padding-right: 2%;
  max-width: 350px;
  margin: 0 auto;
}

.product_list ul li em {
  float: left;
  display: block;
  color: #929292;
  font-size: 14px;
  margin-top: 8px;
  margin-bottom: 15px;
  line-height: 20px;
  height: 20px;
  overflow: hidden;
}

.product_list ul li label {
  float: right;
  display: block;
  color: #929292;
  font-size: 14px;
  margin-top: 8px;
  margin-bottom: 15px;
  line-height: 20px;
  height: 20px;
  overflow: hidden;
}

.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);
}

.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;
}

.product_list ul li:hover h2 {
  color: #6B0000;
}

.product_list ul li:hover .product_b {
  border: 1px solid #fff;
}



/*新闻动态列表*/
.news_list {
  width: 1300px;
  padding: 20px;
  margin: 0 auto;
}

.news_list li a {
  background-color: #fff;
  display: block;
  padding: 30px;
  overflow: hidden;
  -webkit-transition: all .5s;
  transition: all .5s;
  margin-bottom: 25px;
}

.news_list li .imgs {
  width: 19%;
  float: left;
  display: inline;
  overflow: hidden;
}

.news_list 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_list 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_list li .text {
  margin: 0 0 0 290px;
  position: relative;
  padding-right: 180px;
  -webkit-transition: all .5s;
  transition: all .5s
}

.news_list li .text h4 {
  margin: 0;
  font-weight: 400;
  font-size: 22px;
  position: relative;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding-top: 20px
}

.news_list li .text p {
  line-height: 2;
  height: 60px;
  overflow: hidden;
  margin: 10px 0 0;
  color: #999;
  font-size: 16px;
}

.news_list li .date {
  position: absolute;
  padding: 25px 0;
  width: 120px;
  right: 0;
  top: 0
}

.news_list li .date small {
  font-size: 28px
}

.news_list li .date strong {
  font-size: 70px;
  margin-top: 5px;
  padding-left: 8px;
}

.news_list 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);
}

.news_list li a:hover {
  color: #a40000;
  box-shadow: 0 1px 18px 1px rgba(164, 0, 0, .6);
}

.news_list li a:hover .text h4 {
  color: #A40000;
}

.news_list li a:hover .date {
  color: #6B0000;
}

.news_list li a:hover .date i:before {
  -webkit-transform: translateX(10px);
  transform: translateX(10px)
}

/*新闻详细页*/
.newsDetails {overflow:hidden; width: 70%; float: left;font-size:16px; color:#666666; line-height: 28px;font-family: Microsoft Yahei;margin-right:1.5%; margin-bottom:1.5%;background: #fff;padding: 20px;
}

.newsDetails_page img {
  margin-bottom: 15px;
  max-width: 100%;
}

.newsDetails_page .show_t {
  height: 45px;
  line-height: 45px;
  text-align: center;
  padding-top: 1%;
  padding-bottom: 1%;
  font-size: 28px;
  color: #333;
  font-weight: 400;
}

.newsDetails_page .con_line {
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #999999;
  border-bottom: 1px solid #d3d3d3;
  text-align: center;
}

.newsDetails_page .con_id {
  line-height: 30px;
  overflow: hidden;
  white-space: normal;
  word-break: break-all;
  padding-top: 20px;
  text-align: left;
  padding-bottom: 40px;
  padding-left: 2%;
  padding-right: 2%;
}

.newsDetails_page .con_id img {
  display: block;
  margin: 0 auto;
  padding: 0 10px;
  /* max-width:650px */
}

.newsDetails_page table {
  border-collapse: collapse;
  border-spacing: 0;
}

.newsDetails_page table td {
  line-height: 22px;
  height: 27px;
  border: 1px solid #ccc;
  padding: 5px 10px;
}

/*新闻详细页右侧相关新闻*/
.relatedNews {
  width: 25%;
  float: right;

}

.relatedNews .list {
  background: #fff;
  margin-bottom: 25px;
  padding: 25px 30px;
  box-sizing: border-box;
}

.relatedNews .list .title {
  line-height: 48px;
  font-size: 22px;
  color: #333333;
}

.relatedNews .list li:last-child a {
  border-bottom: none;
}

.relatedNews .list li a {
  display: block;
  border-bottom: solid 1px #e6e6e6;
  padding: 12px 0;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}

.relatedNews .list li a:hover .tit {
  color: #e12524;
}

.relatedNews .list li .tit {
  height: 20px;
  line-height: 20px;
  font-size: 16px;
  color: #333333;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}

.relatedNews .list li .txt {
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  color: #c8c8c8;
  margin-top: 14px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}

.relatedNews .list li .txt span {
  margin-left: 16px;
}

.relatednews_list {
  overflow: hidden;
  width: 320px;
  float: left;
  font-size: 16px;
  color: #666666;
  line-height: 28px;
  font-family: Microsoft Yahei;
  text-indent: 2em;
}

.relatednews_list img {
  margin-bottom: 15px;
  max-width: 100%;
}

.relatednews_list .show_t {
  height: 45px;
  line-height: 45px;
  text-align: center;
  padding-top: 2%;
  padding-bottom: 2%;
  font-size: 36px;
  color: #333;
  font-weight: 400;
}

.relatednews_list .con_line {
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #999999;
  border-bottom: 1px solid #d3d3d3;
  text-align: center;
}

.relatednews_list .con_id {
  line-height: 30px;
  overflow: hidden;
  white-space: normal;
  word-break: break-all;
  padding-top: 20px;
  text-align: left;
  padding-bottom: 40px;
}

.relatednews_list .con_id img {
  display: block;
  margin: 0 auto;
  padding: 10px;
  /* max-width:650px */
}

.relatednews_list table {
  border-collapse: collapse;
  border-spacing: 0;
}

.relatednews_list table td {
  line-height: 22px;
  height: 27px;
  border: 1px solid #ccc;
  padding: 5px 10px;
}

/*一级栏目页详细*/
.first_column_page {
  overflow: hidden;
  font-size: 16px;
  color: #666666;
  line-height: 28px;
  font-family: Microsoft Yahei;
  text-indent: 2em;
  background-color: #fff;
  padding: 25px 30px;
  margin-bottom: 25px;
}

.first_column_page img {
  margin-bottom: 15px;
  max-width: 100%;
}

.first_column_page .show_t {
  height: 45px;
  line-height: 45px;
  text-align: center;
  padding-top: 2%;
  padding-bottom: 2%;
  font-size: 36px;
  color: #333;
  font-weight: 400;
}

.first_column_page .con_line {
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #999999;
  border-bottom: 1px solid #d3d3d3;
  text-align: center;
}

.first_column_page .con_id {
  line-height: 30px;
  overflow: hidden;
  white-space: normal;
  word-break: break-all;
  padding-top: 20px;
  text-align: left;
  padding-bottom: 40px;
}

.first_column_page .con_id img {
  display: block;
  margin: 0 auto;
  padding: 10px;
  /* max-width:650px */
}

.first_column_page table {
  border-collapse: collapse;
  border-spacing: 0;
}

.first_column_page table td {
  line-height: 22px;
  height: 27px;
  border: 1px solid #ccc;
  padding: 5px 10px;
}

.prenext {
  border-bottom: 1px dashed #d3d3d3;
  font-size: 14px;
  line-height: 22px;
  margin-top: 2%;
  margin-left: 2%;
  margin-right: 4%;
  padding: 2%;
  color: #444;
}

.prenext span {
  float: left;
  width: 108px;
  color: #666666;
  font-size: 16px;
}

.prenext a {
  color: #444;
}

.prenext a:hover {
  color: #00a1e9;
  text-decoration: none;
}

.prenext:last-child {
  border-top: 0;
  margin-top: 0;
  margin-bottom: 10px;
}

.goback {
  float: right;
  height: 26px;
  line-height: 26px;
  text-align: right;
  padding-left: 23px;
  background: url(../images/goback.png) left center no-repeat;
  font-size: 14px;
  color: #333333;
  margin-top: 8px;
  /* border-bottom:1px solid #a6a6a6;*/
}

.fenxiang {
  height: 30px;
  overflow: hidden;
}

.fenxiang .span {
  float: right;
  font-size: 14px;
  line-height: 34px;
}

/*公司介绍*/
.about_bg {
  background-color: #f5f5f5;
  overflow: hidden;
}

.about_div {
  overflow: hidden;
}

.about_div .i_one_div_txt {
  width: 46.9%;
  padding-left: 1.6%;
  padding-right: 1.5%;
}

.about_div .i_one_div_txt .i_one_con {
  max-width: 588px;
}

.about_div .i_one_div_txt .i_one_t {
  line-height: 30px;
  color: #d7000f;
  ;
}

.about_div .i_one_div_txt .i_one_t img {
  display: block;
  margin-top: 12%;
  margin-bottom: 2%;
}

.about_div .i_one_div_txt .i_one_p {
  color: #666666;
  font-size: 14px;
  line-height: 30px;
  padding-top: 2%;
  /*height:260px; */
  overflow: hidden;
  text-align: left;
}

.about_div .i_one_div_txt .i_one_p.brandfont {
  font-size: 14px;
  text-align: center;
  padding-top: 0;
}

.about_div .i_one_div_img {
  width: 50%;
  overflow: hidden;
}

.about_div .i_one_div_img img {
  width: 100%;
  -webkit-transition: all 0.8s ease-out;
  -ms-transition: all 0.8s ease-out;
  -moz-transition: all 0.8s ease-out;
  -o-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}

.about_div .i_one_div_img:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.about_two {
  overflow: hidden;
  text-align: center;
  padding-top: 3%;
  padding-bottom: 3%;
  background-color: #fff;
  width: 98%;
  padding-left: 1%;
  padding-right: 1%;
}

.about_two ul li {
  float: left;
  width: 30.33%;
  margin-left: 1.5%;
  margin-right: 1.5%;
  overflow: hidden;
  color: #7b7b7b;
  font-size: 14px;
  line-height: 24px;
}

.about_two ul li h2 {
  font-weight: normal;
  color: #333333;
  margin-bottom: 2%;
}

.about_two ul li p {
  margin: 0 auto;
  max-width: 400px;
}

/*企业荣誉*/
.honor_ul {
  overflow: hidden;
}

.honor_ul ul li {
  width: 23.5%;
  margin-right: 2%;
  float: left;
  overflow: hidden;
  margin-bottom: 3%;
  text-align: center;
}

.honor_ul ul li:nth-child(4n+0) {
  margin-right: 0;
}

.honor_ul ul li .imgs {
  width: 100%;
  overflow: hidden;
}

.honor_ul ul li .imgs img {
  width: 100%;
  -webkit-transition: all 0.8s ease-out;
  -ms-transition: all 0.8s ease-out;
  -moz-transition: all 0.8s ease-out;
  -o-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}

.honor_ul ul li h2 {
  color: #333333;
  font-size: 16px;
  font-weight: normal;
  height: 42px;
  overflow: hidden;
  line-height: 42px;
}

.honor_ul ul li:hover .imgs img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.honor_ul ul li:hover h2 {
  color: #d7000f;
}

/*联络我们*/
#map {
  float: left;
  width: 800px;
  height: 550px;
  border: #ccc solid 1px;
  font-size: 12px;
  margin-bottom: 2%;
}

.content {
  padding: 30px;
  background-color: #fff;
  clear: both;
  height: 550px;
}

.content .address {
  width: 420px;
  float: right;
  padding: 0 5px;
  box-sizing: border-box;
}

.content .address::-webkit-scrollbar {
  width: 4px;
}

.content .address::-webkit-scrollbar-button {
  display: none;
}

.content .address::-webkit-scrollbar-thumb {
  background: #eee;
}

.content .address .top {
  border-bottom: solid 1px #ebebeb;
  padding: 10px 0;
}

.content .address .top:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}

.content .address .phone {
  width: 100%;
  float: left;
  font-size: 20px;
  color: #555555;
  padding: 10px 0;
}

.content .address .phone a{
  font-size: 20px;
  color: #6B0000;
}

.content .address .phone p{
  padding-left: 60px;
  box-sizing: border-box;
  background: no-repeat 10px 5px;
  line-height: 28px;
  margin: 0 0 6px 0;
}

.content .address ul li {
  border-bottom: solid 1px #ebebeb;
  padding: 20px 0px 20px 15px;
  box-sizing: border-box;
  line-height: 28px;
  font-size: 16px;
  color: #555555;
  cursor: pointer;
}

/*相关案例*/
.case_ul {
  overflow: hidden;
  padding-top: 1%;
}

.case_ul ul li {
  float: left;
  width: 23.5%;
  overflow: hidden;
  margin-bottom: 2%;
  margin-right: 2%;
  text-align: center;
  background-color: #f5f5f5;
}

.case_ul ul li:nth-child(4n+0) {
  margin-right: 0;
}

.case_ul ul li img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.case_ul ul li .imgs {
  overflow: hidden;
  width: 100%;
}

.case_ul ul li .imgs img {
  display: 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;
}

.case_ul ul li .txts {
  overflow: hidden;
  transition: all 0.3s;
  padding-bottom: 25px;
  padding-top: 25px;
  padding-left: 26px;
  padding-right: 2%;
  text-align: left;
}

.case_ul ul li .txts h2 {
  height: 36px;
  line-height: 36px;
  overflow: hidden;
  font-weight: normal;
  color: #215e21;
}

.case_ul ul li .txts .p {
  font-size: 14px;
  color: #399539;
  line-height: 20px;
  height: 20px;
  overflow: hidden;
}

.case_ul ul li:hover .imgs 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);
}

.case_ul ul li:hover .txts h2 {
  color: #d7000f;
}

.case_ul ul li .desc {
  display: none;
}

/*人才招聘*/
.job_ul {
  overflow: hidden;
  border: 1px solid #e9e9e9;
  margin-bottom: 4%;
}

.job_ul ul li {
  float: left;
  overflow: hidden;
  width: 25%;
  cursor: pointer;
  transition: all 0.3s;
}

.job_ul ul li .job_div {
  overflow: hidden;
  border-right: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 40px;
}

.job_ul ul li:nth-child(4n+0) .job_div {
  border-right: 0;
}

.job_ul ul li .job_txt {
  max-width: 220px;
  width: 94%;
  margin: 0 auto;
}

.job_ul ul li h2 {
  height: 102px;
  line-height: 102px;
  background: url(../images/job_bg2.jpg) left bottom no-repeat;
  margin-top: 3%;
  color: #505050;
  font-size: 20px;
  margin-bottom: 7%;
}

.job_ul ul li .p {
  font-size: 14px;
  color: #646464;
  line-height: 26px;
  overflow: hidden;
}

.job_ul ul li em {
  font-size: 14px;
  color: #949494;
  font-style: normal;
  display: block;
  padding-top: 28px;
  overflow: hidden;
}

.job_ul ul li:hover {
  background-color: #0265f8;
}

.job_ul ul li:hover h2 {
  color: #fff;
  background: url(../images/job_bg1.jpg) left bottom no-repeat;
}

.job_ul ul li:hover .p {
  color: #fff;
}

.job_ul ul li:hover em {
  color: #fff;
}

.job_ul ul li dl {
  display: none;
  overflow: hidden;
}

/*解决方案*/
.solution_bg {
  background: url(../images/solution_bg.jpg) center center no-repeat;
  background-size: cover;
  overflow: hidden;
  padding-top: 3%;
  padding-bottom: 2%;
}

.solution_bg .solution_t {
  color: #ffffff;
  font-size: 32px;
  text-align: center;
  margin-top: 1%;
  margin-bottom: 3%;
}

.solution_bg .solution_ul ul li {
  float: left;
  width: 32%;
  margin-right: 2%;
  overflow: hidden;
  margin-bottom: 2%;
  position: relative;
}

.solution_bg .solution_ul ul li:nth-child(3n+0) {
  margin-right: 0;
}

.solution_bg .solution_ul ul li .imgs {
  overflow: hidden;
}

.solution_bg .solution_ul ul li .imgs img {
  width: 100%;
  display: block;
  -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;
}

.solution_bg .solution_ul ul li .txts {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  color: #fff;
}

.solution_bg .solution_ul ul li .table {
  display: table;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

.solution_bg .solution_ul ul li .td {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
}

.solution_bg .solution_ul ul li .txts img {
  margin: 0 auto;
  width: 20%;
  max-width: 90px;
  display: block;
  margin-bottom: 5%;
  /*margin-top:50px;*/
}

.solution_bg .solution_ul ul li .txts h2 {
  color: #efefef;
  font-weight: normal;
  margin: 0 auto;
  margin-bottom: 3%;
  max-width: 350px;
  width: 94%;
  font-size: 28px;
}

.solution_bg .solution_ul ul li .txts p {
  font-size: 14px;
  line-height: 22px;
  margin: 0 auto;
  max-width: 350px;
  width: 94%;
  overflow: hidden;
}

.solution_bg .solution_ul ul li:hover .imgs 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);
}

/*产品详细*/
.product_con {
  overflow: hidden;
  font-size: 16px;
  color: #444444;
  position: relative;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

.product_con .bigimg {
  width: 100%;
  display: block;
  min-height: 250px;
  filter: Alpha(Opacity=0);
  opacity: 0;
}

.product_con .tabel {
  display: table;
  width: 100%;
  height: 100%;
}

.product_con .td {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

.product_con .td.vt {
  vertical-align: top;
  margin-top: 5%;
}

.product_con .txts {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.product_con .txts .pt {
  margin-top: 10%;
  font-weight: normal;
  margin-bottom: 2%;
}

.product_con .txts .p1 {
  color: #444444;
  font-size: 16px;
  line-height: 26px;
  max-width: 680px;
  width: 96%;
  margin: 0 auto;
}

.product_con .txts .p2 {
  color: #444444;
  font-size: 16px;
  line-height: 36px;
}

.product_con .txts .p2 label {
  color: #6d6d6d;
  font-size: 12px;
  font-family: Arial;
  padding-right: 3px;
}

.product_three {
  max-width: 1120px;
  width: 94%;
  margin: 0 auto;
  overflow: hidden;
  margin-top: 3%;
}

.product_three_l {
  float: left;
  width: 37.5%;
  overflow: hidden;
  text-align: left;
}

.product_three_img {
  float: right;
  width: 59%;
}

.product_three_img img {
  width: 100%;
}

.product_con .txts .product_three_l .pt {
  margin-top: 5%;
}

/*产品详细2*/
.product_con2 {
  overflow: hidden;
  font-size: 14px;
  line-height: 22px;
}

.product_con2 img {
  width: 100%;
  display: block;
}

.product_blank {
  height: 0;
  font-size: 0;
  overflow: hidden;
}

/*解决方案2*/
.solution_bg2 {
  background: url(../images/solution_bg3.jpg) center center no-repeat;
  background-size: cover;
  overflow: hidden;
  padding-top: 3%;
  padding-bottom: 3%;
}

.solution_bg2 .solution_t2 {
  text-align: center;
  overflow: hidden;
  color: #333333;
  width: 94%;
  max-width: 900px;
  margin: 0 auto;
}

.solution_bg2 .solution_desc {
  color: #535353;
  font-size: 15px;
  line-height: 24px;
  width: 94%;
  max-width: 900px;
  margin: 0 auto;
  margin-top: 1%;
  text-align: center;
}

.solution_bg3 {
  background: url(../images/solution_bg2.jpg) center center no-repeat;
  overflow: hidden;
  margin-top: 2%;
  padding-bottom: 8%;
}

.solution_con {
  width: 96%;
  max-width: 1520px;
  margin: 0 auto;
}

.solution_con ul li {
  float: left;
  margin-top: 3%;
  overflow: hidden;
}

.solution_con ul li:nth-child(1) {
  width: 13%;
  padding-top: 9%;
}

.solution_con ul li:nth-child(2) {
  width: 22%;
  padding-right: 2%;
  padding-top: 8%;
}

.solution_con ul li:nth-child(3) {
  width: 20%;
}

.solution_con ul li:nth-child(4) {
  width: 20%;
  padding-left: 2%;
  padding-right: 2%;
  padding-top: 6%;
}

.solution_con ul li:nth-child(5) {
  width: 19%;
  padding-top: 10%;
}

.solution_con ul li .img {
  max-width: 90%;
  margin: 0 auto;
  display: block;
  -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;
}

.solution_con ul li h2 {
  font-weight: bold;
  font-size: 18px;
  color: #424242;
  text-align: center;
  margin-bottom: 10px;
  overflow: hidden;
  background: url(../images/solution_bg4.png) center bottom no-repeat;
  background-size: auto 50px;
  padding-bottom: 55px;
}

.solution_con ul li .solution_box {
  margin-bottom: 20px;
}

.solution_con ul li .solution_box: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);
}

.solution_con ul li .solution_box:nth-child(2) {
  margin-bottom: 0%;
}

.solution_con ul li .solution_box:nth-child(2) h2 {
  background: url(../images/solution_bg4.png) center top no-repeat;
  background-size: auto 50px;
  padding-bottom: 0px;
  padding-top: 55px;
}

.solution_con ul li:nth-child(3) .solution_box:nth-child(1) {
  margin-bottom: 5%;
}

.solution_con ul li:nth-child(3) .solution_box:nth-child(1):hover .img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.solution_con ul li:nth-child(3) .solution_box:nth-child(2) {
  margin-top: 18%;
}

.solution_con ul li:nth-child(2) .solution_box:nth-child(2) {
  margin-left: 36%;
}

.solution_con ul li:nth-child(4) .solution_box:nth-child(2) {
  margin-right: 36%;
}

.b_link {
  overflow: hidden;
  margin-bottom: 1%;
  margin-top: 2%;
}

.b_link ul li {
  float: left;
  width: 15.8%;
  margin-right: 1%;
  margin-bottom: 2%;
  overflow: hidden;
}

.b_link ul li:nth-child(6n+0) {
  margin-right: 0;
}

.b_link ul li .imgs {
  overflow: hidden;
  border: 1px solid #f0f0f0;
}

.b_link ul li .imgs img {
  display: 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;
}

.b_link ul li:hover .imgs 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);
}

.b_link ul li h2 {
  font-weight: normal;
  text-align: center;
  font-size: 15px;
  margin-top: 10px;
  height: 22px;
  line-height: 22px;
  overflow: hidden;
}


@media screen and (max-width: 1440px) {

  /*解决方案2*/
  .solution_con ul li:nth-child(4) {
    padding-top: 4%;
  }

  .solution_con ul li:nth-child(5) {
    padding-top: 8%;
  }
}

@media screen and (max-width: 1200px) {

  /*硬件产品*/
  .product_a a {
    height: 50px;
    line-height: 50px;
  }

  /*公司动态*/
  .news_con ul li .i_about_r h3 {
    font-size: 16px;
    margin-bottom: 0.5%;
  }

  .news_con ul li .i_about_r label {
    margin-bottom: 0.5%;
  }

  .news_con ul li .i_about_r .p {
    line-height: 22px;
    max-height: 44px;
  }

  .news_con ul li .i_about_r .news_more {
    margin-top: 1%;
    height: 32px;
    line-height: 32px;
  }

  /*公司介绍*/
  .about_div .i_one_div_txt .i_one_t img {
    margin-top: 6%;
    margin-bottom: 1%;
    width: 40px;
  }

  .about_div .i_one_div_txt .i_one_p {
    padding-top: 1%;
    line-height: 20px;
    font-size: 13px;
  }

  .about_two ul li {
    line-height: 22px;
    font-size: 13px;
  }

  /*联络我们*/
  .contact_r h2 {
    font-size: 24px;
  }

  /*解决方案*/
  .solution_bg .solution_t {
    font-size: 28px;
  }

  .solution_bg .solution_ul ul li .txts img {
    /*margin-top:30px;*/
    width: 18%;
  }

  .solution_bg .solution_ul ul li .txts h2 {
    margin-bottom: 2%;
  }

  .solution_bg .solution_ul ul li .txts p {
    font-size: 13px;
    line-height: 20px;
  }

  /*解决方案2*/
  .solution_con ul li h2 {
    font-size: 16px;
  }

  .solution_bg3 {
    background-position: center 20%;
  }

  .solution_con ul li:nth-child(4) {
    padding-top: 0%;
  }

  .solution_con ul li:nth-child(2) {
    padding-top: 0%;
  }

  .solution_con ul li:nth-child(5) {
    padding-top: 1%;
  }
}

@media screen and (max-width: 1100px) {

  /*内页*/
  .o_big {
    background-size: auto 110%;
  }

  /*公司动态*/
  .news_con ul li .i_about_r h3 {
    font-size: 15px;
    margin-bottom: 0.4%;
  }

  .news_con ul li .i_about_r label {
    margin-bottom: 0.4%;
    font-size: 12px;
  }

  .news_con ul li .i_about_r .p {
    line-height: 18px;
    max-height: 36px;
    font-size: 12px;
  }

  /*相关案例*/
  .case_ul ul li .txts {
    padding-top: 10px;
    padding-bottom: 15px;
  }

  .case_ul ul li .txts .p {
    font-size: 13px;
  }

  /*人才招聘*/
  .job_ul ul li {
    width: 33.33%;
  }

  .job_ul ul li:nth-child(4n+0) .job_div {
    border-right: 1px solid #e9e9e9;
  }

  .job_ul ul li:nth-child(3n+0) .job_div {
    border-right: 0;
  }

  /*解决方案*/
  .solution_bg .solution_t {
    font-size: 24px;
  }

  .solution_bg .solution_ul ul li .txts img {
    /*margin-top:20px;*/
    width: 16%;
  }

  .solution_bg .solution_ul ul li .txts p {
    font-size: 12px;
    line-height: 18px;
    max-height: 180px;
  }
}

@media screen and (max-width: 1000px) {

  /*内页*/
  .o_big {
    background-size: auto 120%;
  }

  /*公司动态*/
  .news_con ul li .i_about_r .news_more {
    margin-top: 0.5%;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
  }

  /*企业荣誉*/
  .honor_ul ul li {
    width: 32%;
  }

  .honor_ul ul li:nth-child(4n+0) {
    margin-right: 2%;
  }

  .honor_ul ul li:nth-child(3n+0) {
    margin-right: 0;
  }

  /*工程案例*/
  .case_ul ul li {
    width: 32%;
  }

  .case_ul ul li:nth-child(4n+0) {
    margin-right: 2%;
  }

  .case_ul ul li:nth-child(3n+0) {
    margin-right: 0;
  }

  /*解决方案2*/
  .solution_con ul li h2 {
    font-size: 14px;
  }

  .b_link ul li {
    width: 19%;
  }

  .b_link ul li:nth-child(6n+0) {
    margin-right: 1.1%;
  }

  .b_link ul li:nth-child(5n+0) {
    margin-right: 0;
  }
}

@media screen and (max-width: 960px) {

  /*内页*/
  .o_big {
    background-size: auto 130%;
  }

  /*硬件产品*/
  .product_a a {
    height: 46px;
    line-height: 46px;
  }

  /*公司动态*/
  .news_con ul li .i_about_r h3 {
    font-size: 14px;
  }

  /*公司介绍*/
  .about_div .i_one_div_txt .i_one_t img {
    width: 30px;
    margin-top: 3%;
  }

  .about_two ul li {
    line-height: 20px;
    font-size: 12px;
  }

  /*联络我们*/
  .map {
    float: left;
    padding-bottom: 3%;
    display: none;
  }

  .contact_r h2 {
    font-size: 20px;
  }

  /*解决方案*/
  .solution_bg .solution_t {
    font-size: 20px;
  }

  .solution_bg .solution_ul ul li .txts img {
    /*margin-top:15px;*/
    width: 14%;
    margin-bottom: 3%;
  }

  .solution_bg .solution_ul ul li .txts h2 {
    font-size: 20px;
  }

  /*产品详细*/
  .product_con .td.vt {
    vertical-align: middle;
  }

  .product_con .txts .p1 {
    font-size: 14px;
  }

  .product_con .txts .p2 {
    font-size: 14px;
    line-height: 26px;
  }


}

@media screen and (max-width: 830px) {

  /*内页*/
  .o_big {
    background-size: auto 140%;
  }

  /*新闻列表更多按钮隐藏*/
  .news_con ul li .i_about_r .news_more {
    display: none;
  }

  /*公司介绍*/
  .about_div .i_one_div_txt {
    width: 96%;
    padding-left: 2%;
    padding-right: 2%;
    margin-bottom: 3%;
    padding-top: 2%;
  }

  .about_div .i_one_div_txt .i_one_con {
    max-width: none;
  }

  .about_div .i_one_div_img {
    width: 100%;
  }

  .about_two ul li {
    width: 97%;
    margin-bottom: 3%;
  }

  /*解决方案*/
  .solution_bg .solution_ul ul li {
    width: 49%;
  }

  .solution_bg .solution_ul ul li:nth-child(3n+0) {
    margin-right: 2%;
  }

  .solution_bg .solution_ul ul li:nth-child(2n+0) {
    margin-right: 0%;
  }

  /*解决方案2*/
  .b_link ul li {
    width: 24%;
  }

  .b_link ul li:nth-child(5n+0) {
    margin-right: 1.1%;
  }

  .b_link ul li:nth-child(4n+0) {
    margin-right: 0;
  }
}

@media screen and (max-width: 780px) {

  /*内页*/
  .o_big {
    background-size: auto 150%;
  }

/*一级栏目页详细*/
.first_column_page {
  font-size: 15px;
  padding: 2%;
  margin-bottom: 25px;
}

  /*新闻动态列表*/
  .news_list {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }

  .news_list li a {
    padding: 15px;
    margin-bottom: 10px
  }

  .news_list li .imgs {
    width: 30%;
    padding-top: 15px;
    padding-right: 15px;

  }

  .news_list li .text {
    margin-left: 100px;
    padding-right: 0px;
  }

  .news_list li .text h4 {
    font-size: 17px;
    padding-top: 15px;
  }

  .news_list li .text p {
    line-height: 23px;
    font-size: 15px;
    height: 46px;
    overflow: hidden
  }

  .news_list li .date {
    display: none;
  }


  .news_list li a:hover {
    padding-left: 0
  }

  .news_list li a:hover .text {
    padding: 0 40px 0 0
  }

  .news_list li:first-child a {
    padding-top: 0;
    margin-top: 0;
    border-top: 0
  }

  /*新闻动态列表页*/
  .news_con {
    background: #fff;
    padding-left: 1.5%;
    padding-right: 1.5%;
  }

  .news_con ul li {
    padding-top: 3%;
    padding-bottom: 3%;
  }

  .news_con ul li .imgs {
    width: 30%;
  }

  .news_con ul li .i_about_r {
    width: 67%;
  }

  .news_con ul li .i_about_r h3 {
    font-size: 18px;
  }

  /*新闻动态详细页*/
  .newsDetails {
    width: 100%;
    padding-left: 1%;
    padding-right: 1%;
    margin-bottom: 15px;
  }

  .newsDetails_page .show_t {
    font-size: 18px;
    line-height: 28px;
    height: auto;
    text-align: left;
  }

  .newsDetails_page .con_line {
    font-size: 12px;
    line-height: 22px;
    height: auto;
    text-align: left;
  }

  .newsDetails_page .con_id {
    padding-left: 2%;
    margin-right: 2%;
    font-size: 15px;
  }

  .newsDetails_page .con_id img {
    width: 100%;
    height: auto;
    padding-left: 0px;
  }

  /*推荐新闻动态详细页*/
  .relatedNews {
    width: 100%;
  }
  .relatedNews .list {
    margin-bottom: 1%;
    padding: 5%;
  }
  .relatedNews .list li .txt {
    display: none;
  }
  .relatedNews .list li .tit{
     font-size: 15px;
  }

  /* 网络营销列表 */
  .marketing li {
    float: left;
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
    overflow: hidden;
    margin-bottom: 2%;
    background-color: #fff;
  }
  .marketing li h2 {
    font-size: 17px;
  }

  /*详细产品列表*/
  .product_list ul li {
    width: 49%;
  }

  .product_list ul li:nth-child(3n+0) {
    margin-right: 0.5%;
  }

  .product_list ul li:nth-child(2n+0) {
    margin-right: 0;
  }

  .product_list ul li h2 {
    font-size: 16px;
  }

  /*当前位置*/
  .postions {
    font-size: 13px;
    margin-bottom: 10px;
    color: #919191;
  }

  .postions a {
    color: #919191;
    font-size: 13px;
  }

  /*二级栏目*/
  .second_menu {
    padding-top: 10px;
    text-align: left;
    padding-left: 15px;
    margin-bottom: 10px;
  }

  .second_menu a {
    padding: 5px 16px;
    font-size: 15px;
    height: 25px;
    line-height: 25px;
    margin-right: 20px;
  }

  /*公司动态详细*/
  .first_column_page .show_t {
    font-size: 20px;
    margin-top: 2%;
    margin-bottom: 0px;
  }

  .prenext {
    font-size: 15px;
  }

  .prenext span {
    width: 70px;
    font-size: 15px;
  }

  /*联系我们*/
  .content {
    float: left;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
  }

  .content .address {
    width: 100%;
    background-color: #fff;
    margin: 0;
    padding: 0;
  }
.content .address .phone {
  width: 100%;
  float: left;
  font-size: 20px;
  color: #555555;
  padding: 10px 0;
}

.content .address .phone a{
  font-size: 20px;
  color: #6B0000;
}
.content .address .phone p{
  padding-left: 5%;
}
  /*地图*/
  #map {
    width: 100%;
    height: 400px;
  }

  /*工程案例*/
  .case_ul ul li {
    width: 49%;
  }

  .case_ul ul li:nth-child(3n+0) {
    margin-right: 2%;
  }

  .case_ul ul li:nth-child(2n+0) {
    margin-right: 0;
  }

  /*人才招聘*/
  .job_ul ul li {
    width: 50%;
  }

  .job_ul ul li:nth-child(3n+0) .job_div {
    border-right: 1px solid #e9e9e9;
  }

  .job_ul ul li:nth-child(2n+0) .job_div {
    border-right: 0;
  }

  /*解决方案2*/
  .solution_bg3 {
    background: none;
  }

  .solution_con ul li:nth-child(1) {
    width: 50%;
  }

  .solution_con ul li:nth-child(2) {
    width: 50%;
    padding-right: 0;
  }

  .solution_con ul li:nth-child(3) {
    width: 50%;
  }

  .solution_con ul li:nth-child(4) {
    width: 50%;
    padding-left: 0;
    padding-right: 0;
  }

  .solution_con ul li:nth-child(5) {
    width: 50%;
  }

  .solution_con ul li .solution_box {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 640px) {

  /*内页*/
  .o_big {
    background-size: auto 160%;
  }

  /*新闻动态列表页*/
  .news_con {
    background: #fff;
    margin-left: 1%;
    margin-right: 1%;
  }

  .news_con ul li {
    padding-top: 3%;
    padding-bottom: 3%;
  }

  .news_con ul li .imgs {
    width: 37%;
  }

  .news_con ul li .i_about_r {
    width: 60%;
  }

  .news_con ul li .i_about_r h3 {
    font-size: 16px;
  }

  .news_con ul li .i_about_r .news_more {
    display: none;
  }

  /*公司动态*/
  .news_con ul li .imgs {
    width: 29%;
  }

  .news_con ul li .i_about_r {
    width: 68%;
  }

  /*新闻动态详细页*/
  .newsDetails {
    width: 100%;
    padding: 0;
  }

  .newsDetails_page {
    width: 98%;
    padding-left: 2%;
    padding-right: 2%;
  }

  .newsDetails_page .show_t {
    font-size: 20px;
    height: auto;
    text-align: left;
    padding-left: 2%;
    padding-right: 2%;
  }

  .newsDetails_page .con_line {
    font-size: 12px;
    text-align: left;
    padding-left: 2%;
    padding-right: 2%;
    width: 94%;
  }

  .newsDetails_page .con_id {
    padding-left: 2%;
    padding-right: 2%;
  }

  .newsDetails_page .con_id img {
    width: 100%;
    height: auto;
    padding-left: 0px;
  }

  /*推荐新闻动态详细页*/
  .relatedNews {
    width: 100%;
  }

  .relatedNews .list {
    margin-bottom: 1%;
    padding: 5%;
  }

/* 网络营销列表 */
  .marketing li {
    float: left;
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
    overflow: hidden;
    margin-bottom: 2%;
    background-color: #fff;
  }
  /*企业荣誉*/
  .honor_ul ul li {
    width: 49%;
  }

  .honor_ul ul li:nth-child(4n+0) {
    margin-right: 2%;
  }

  .honor_ul ul li:nth-child(3n+0) {
    margin-right: 2;
  }

  .honor_ul ul li:nth-child(2n+0) {
    margin-right: 0;
  }

  /*相关案例*/
  .case_ul ul li .txts {
    padding-left: 4%;
  }

  /*人才招聘*/
  .job_ul ul li h2 {
    font-size: 18px;
    height: 80px;
    line-height: 80px;
  }

  .job_ul ul li .p {
    font-size: 13px;
  }

  .job_ul ul li em {
    font-size: 13px;
  }

  /*解决方案*/
  .solution_bg .solution_t {
    margin-bottom: 5%;
  }

  .solution_bg .solution_ul ul li {
    width: 100%;
    margin-right: 0%;
  }

  .solution_bg .solution_ul ul li:nth-child(2n+0) {
    margin-right: 3%;
  }

  .solution_bg .solution_ul ul li .txts img {
    width: 21%;
  }

  /*产品详细*/
  .product_con .txts .p1 {
    font-size: 12px;
    line-height: 20px;
  }

  .product_con .txts .p2 {
    font-size: 12px;
    line-height: 22px;
  }

  .product_three_l {
    width: 50%;
  }

  .product_three_img {
    width: 48%;
  }

  /*解决方案2*/
  .b_link ul li {
    width: 32.5%;
  }

  .b_link ul li:nth-child(4n+0) {
    margin-right: 1.1%;
  }

  .b_link ul li:nth-child(3n+0) {
    margin-right: 0;
  }

  /*防伪code.html*/
  .fangwei_div .fangwei_con .imgs {
    width: 40%;
    margin-right: 0;
    margin-bottom: 4%;
  }

  .fangwei_div .fangwei_con .fangwei_txt {
    width: 100%;
    height: 250px;
  }
}

@media screen and (max-width: 480px) {

  /*内页*/
  .o_big {
    background-size: auto 170%;
  }

  /*硬件产品*/
  .product_a a {
    height: 36px;
    line-height: 36px;
    width: 48.4%;
  }
/* 网络营销列表 */
 .marketing ul {
    margin:0;
  }
  .marketing li {
    float: left;
    width: 47%;
    margin-left: 1%;
    margin-right: 1%;
    overflow: hidden;
    margin-bottom: 2%;
    background-color: #fff;
  }
  .marketing li p {
  font-size: 15px;
  }
 
  /*公司动态详细*/
  .first_column_page .show_t {
    font-size: 22px;
    line-height: 30px;
  }

  .first_column_page .con_id img {
    width: 100%;
    height: auto;
  }

  /*公司介绍*/
  .about_div .i_one_div_txt .i_one_p {
    line-height: 30px;
    font-size: 13px;
  }

  /*相关案例*/
  .case_ul ul li .txts h2 {
    font-size: 13px;
    height: 30px;
    line-height: 30px;
  }

  /*人才招聘*/
  .job_ul ul li .job_div {
    padding-bottom: 30px;
  }

  .job_ul ul li .job_txt {
    width: 90%;
  }

  .job_ul ul li h2 {
    font-size: 16px;
    height: 50px;
    line-height: 50px;
  }

  .job_ul ul li .p {
    font-size: 12px;
    line-height: 22px;
    padding-top: 20px;
  }

  .job_ul ul li em {
    font-size: 12px;
  }

  /*解决方案*/
  .solution_bg .solution_ul ul li .txts h2 {
    font-size: 18px;
  }

}

@media screen and (max-width: 360px) {

  /*内页*/
  .o_big {
    background-size: auto 180%;
  }
}

@media screen and (max-width: 320px) {}