/*全局样式*/
@charset "utf-8";
html {
  overflow-x: hidden;
}
body, ol, ul, h1, h2, h3, h4, h5, h6, p, th, td, dl, dd, form, fieldset, legend, input, textarea, select {
  margin: 0;
  padding: 0
}
body {
  font: 14px/1.8 "微软雅黑", "sans-serif", HELVETICA;
  color: #333;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  min-width: 320px;
  max-width: 1920px;
  margin: 0 auto !important;
}
input:required, textarea:required {
  outline: 0 none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none !important;
}
input, textarea {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  outline: none;
}
* {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none !important;
  cursor: pointer !important;
  color: #000;
}
a:focus {
  outline: none !important;
}
ul, li, dl, dt, dd {
  list-style-type: none;
}
i {
  font-style: normal
}
ul {
  margin: 0;
}
li {
  list-style: none;
  vertical-align: top;
}
img {
  max-width: 100%;
}
.clearfix:after, .clearfix:before {
  clear: both;
}
.container-fluid {
  max-width: 1430px !important;
}
.tr5 {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.tr2 {
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-height: initial;
}
.overflow2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.bjcover {
  background-position: 50% 50%;
  background-size: cover;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
header {
  position: relative;
  z-index: 111;
}
header .box1 {
  border-bottom: 1px solid #eee;
}
header .box1 .tt1 {
  font-size: 15px;
  color: #000;
  line-height: 40px;
}
header .box1 .tt2 {
  font-size: 15px;
  color: #fff;
  background-color: #0066d0;
  padding: 0 20px;
  line-height: 40px;
}
header .box1 .tt2 img {
  position: relative;
  top: -1px;
  padding-right: 6px;
}
header .box2 .logo {
  line-height: 120px;
  height: 120px;
  font-size: 0;
  display: block;
}
header .box2 .logo img {
  max-height: 66%;
}
/*pc导航*/
header nav a {
  transition: all .2s;
}
header nav ul {
  font-size: 0;
  margin: 0;
}
header nav ul > li {
  position: relative;
  text-align: center;
  display: inline-block;
  vertical-align: top;
}
header nav ul > li > a {
  line-height: 120px;
  display: block;
  color: #333;
  font-size: 16px;
  padding: 0 20px;
}
header nav ul > li:hover > a {
  color: #0066d0;
}
header nav ul > li.active > a {
  color: #0066d0;
}
header nav .ul {
  display: none;
  position: absolute;
  left: 0;
  top: calc(100% - 36px);
  width: 120%;
  margin-left: -10%;
  right: 0;
  background: rgba(255, 255, 255, 1);
  padding: 2px 0 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  border-radius: 0 0 10px 10px;
  overflow: hidden;
}
header nav .ul a {
  font-size: 14px;
  color: #333;
  line-height: 23px;
  padding: 8px;
  display: block;
}
header nav .ul a:hover {
  background-color: #0066d0;
  color: #fff;
}
header nav .ul a.active {
  background-color: #0066d0;
  color: #fff;
}
header nav ul > li:hover .ul {
  display: block;
}
/*banner*/
.banner {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.banner .swiper-slide {
  overflow: hidden;
}
.banner .swiper-slide .bjcover {
  display: block;
  width: 100%;
  height: 700px;
}
.banner .swiper-pagination-bullet {
  background: #fff;
  opacity: .6;
  transition: all .2s;
}
.banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 30px;
  border-radius: 4px;
  opacity: 1;
}
/*头部公用*/
.main66 {
  padding: 66px 0;
}
.title {
  text-align: center;
  margin-bottom: 44px;
}
.title .div1 {
  font-size: 40px;
  font-weight: bold;
  color: #000;
}
.title .div2 {
  font-size: 0;
}
.title .div2 span {
  display: inline-block;
  font-size: 18px;
  padding: 0 20px;
  position: relative;
}
.title .div2 span:after {
  content: "";
  width: 328px;
  height: 2px;
  background: url(../images/t3.png) no-repeat center center;
  position: absolute;
  right: 100%;
  top: 1px;
  bottom: 0;
  margin: auto 0;
}
.title .div2 span:before {
  content: "";
  width: 328px;
  height: 2px;
  background: url(../images/t3-1.png) no-repeat center center;
  position: absolute;
  left: 100%;
  top: 1px;
  bottom: 0;
  margin: auto 0;
}
.title1 {
  text-align: center;
  margin-bottom: 44px;
}
.title1 .div1 {
  font-size: 0;
}
.title1 .div1 span {
  font-size: 40px;
  font-weight: bold;
  color: #0066d0;
  display: inline-block;
  position: relative;
  padding: 0 20px;
}
.title1 .div1 span:after {
  content: "";
  width: 66px;
  height: 12px;
  background: url(../images/t2-1.png) no-repeat center center;
  position: absolute;
  right: 100%;
  top: 3px;
  bottom: 0;
  margin: auto 0;
}
.title1 .div1 span:before {
  content: "";
  width: 66px;
  height: 12px;
  background: url(../images/t2.png) no-repeat center center;
  position: absolute;
  left: 100%;
  top: 3px;
  bottom: 0;
  margin: auto 0;
}
.title1 .div2 {
  font-size: 18px;
}
.title2 {
  font-size: 0;
  text-align: center;
  margin-top: -15px;
  margin-bottom: 15px;
  border-bottom: 1px #ccc dashed;
}
.title2 a {
  display: inline-block;
  vertical-align: top;
  position: relative;
  border: 1px solid #eee;
  box-shadow: 0 0 11px rgba(0, 0, 0, .03);
  font-size: 18px;
  color: #333;
  line-height: 48px;
  min-width: 150px;
  text-align: center;
  transition: all .2s;
  margin: 0 10px 15px 0;
  padding: 0 10px;
}
.title2 a:hover {
  background-color: #0066d0;
  color: #fff;
}
.title2 a.active {
  background-color: #0066d0;
  color: #fff;
}
/* “互联网+”实施和应用企业 */
.main1 {
  background-color: #f4f4f4;
}
.main1 .lb1 {
  margin: -10px;
}
.main1 .list {
  display: block;
  margin: 10px;
  box-shadow: 0 0 11px rgba(0, 0, 0, .03);
  background-color: #fff;
  padding: 20px;
}
.main1 .list .bjcover {
  padding-top: 72%;
}
.main1 .list .tt {
  padding: 25px 0;
  max-width: 250px;
  margin: 0 auto;
  text-align: center;
}
.main1 .list .tt1 {
  font-size: 24px;
  color: #000;
  transition: all .3s;
}
.main1 .list .tt2 {
  width: 52px;
  height: 2px;
  background: #0066d0;
  margin: 16px auto 0;
}
.main1 .list .tt3 {
  font-size: 15px;
  color: #999;
  line-height: 26px;
  height: 78px;
  -webkit-line-clamp: 3;
  margin-top: 22px;
}
.main1 .list:hover .bjcover {
  transform: scale(1.06);
}
.main1 .list:hover .tt1 {
  color: #0158c6;
}
/* 服务项目 */
.main2 .lb2 {
  margin: -10px;
}
.main2 .list {
  display: block;
  margin: 10px;
}
.main2 .list .img {
  padding: 20px;
  border: 1px solid #eee;
  box-shadow: 0 0 11px rgba(0, 0, 0, .03);
  background-color: #fff;
}
.main2 .list .img .bjcover {
  padding-top: 72%;
}
.main2 .list .tt {
  border: 1px solid #eee;
  box-shadow: 0 0 11px rgba(0, 0, 0, .03);
  background-color: #fff;
  margin-top: 2px;
}
.main2 .list .tt1 {
  font-size: 20px;
  color: #000;
  line-height: 62px;
  padding: 0 20px;
}
.main2 .list .tt2 {
  font-size: 14px;
  background-color: #f4f4f4;
  color: #000;
  padding: 0 20px;
  line-height: 40px;
  position: relative;
}
.main2 .list .tt2 i {
  position: absolute;
  right: 20px;
  top: 2px;
  font-size: 20px;
}
.main2 .list:hover .img .bjcover {
  transform: scale(1.06);
}
.main2 .list:hover .tt1 {
  color: #0158c6;
}
.main2 .list:hover .tt2 {
  color: #0158c6;
}
/* 条幅 */
.main3 {
  overflow: hidden;
}
/* 工程案例 */
.main4 .box {
  margin: -20px -10px 0;
}
.main4 .list {
  display: block;
  width: calc(25% - 20px);
  margin: 20px 10px 0;
  float: left;
  position: relative;
}
.main4 .list .bjcover {
  padding-top: 72%;
}
.main4 .list .tt {
  position: absolute;
  left: 0;
  bottom: 0;
  line-height: 54px;
  font-size: 18px;
  color: #fff;
  background: rgba(0, 0, 0, .7);
  padding: 0 20px;
  width: 100%;
}
.main4 .list .tt i {
  display: none;
}
.main4 .list:nth-child(1) {
  width: calc(50% - 20px);
}
.main4 .list:nth-child(1) .bjcover {
  padding-top: calc(72% + 5px);
}
.main4 .list:nth-child(1) .tt {
  background: rgba(0, 102, 208, .8);
  font-size: 20px;
  line-height: 74px;
  padding: 0 70px 0 58px;
}
.main4 .list:nth-child(1) .tt:after {
  content: "";
  width: 10px;
  height: 10px;
  background: #fff;
  position: absolute;
  left: 30px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.main4 .list:nth-child(1) .tt i {
  position: absolute;
  right: 20px;
  top: 0;
  display: block;
  font-size: 30px;
  font-weight: normal;
}
.main4 .list:hover .bjcover {
  transform: scale(1.06);
}
.main4 .list:hover .tt {
  background-color: #0066d0;
}
/* 选择宇申科技的四大优势 */
.main5 .container-fluid {
  max-width: 1230px !important;
  position: relative;
}
.lb5 {
  position: relative;
}
.lb5 .max {
  width: 1200px;
  margin: 0 auto;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
}
.lb5 .max:after {
  content: "";
  width: 1200px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border: 12px solid #0066d0;
  border-left: 0;
  z-index: 2;
  right: 0;
  margin: 0 auto;
}
.lb5 .max:before {
  content: "";
  width: 1200px;
  height: 100%;
  background: #fff;
  position: absolute;
  right: calc(100% - 12px);
  top: 0;
  z-index: 5;
  border-right: 12px solid #0066d0;
}
.lb5 .list {
  padding: 66px 50% 66px 66px;
  min-height: 600px;
}
.lb5 .list .tt1 {
  position: relative;
  padding-left: 80px;
  min-height: 74px;
  font-size: 30px;
  color: #000;
  line-height: 40px;
  padding-bottom: 30px;
  margin-bottom: 22px;
  border-bottom: 1px solid #405895;
}
.lb5 .list .tt1 div {
  display: block;
  font-size: 16px;
  color: #000;
  margin-top: 5px;
  line-height: 24px;
}
.lb5 .list .tt1 span {
  width: 62px;
  height: 74px;
  background: #0066d0;
  border-bottom-right-radius: 20px;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 0;
  text-align: center;
  padding-top: 7px;
}
.lb5 .list .tt1 span i {
  display: inline-block;
  vertical-align: top;
  font-size: 34px;
  color: #fff;
  border-bottom: 1px solid #fff;
  line-height: 50px;
  font-family: 'Arial';
  font-weight: bold;
}
.lb5 .list ul {
  height: 150px;
  overflow-y: auto;
}
.lb5 .list ul li {
  font-size: 16px;
  color: #000;
  line-height: 25px;
  margin-bottom: 25px;
  padding-left: 20px;
  position: relative;
}
.lb5 .list ul li:after {
  content: "";
  width: 8px;
  height: 8px;
  background: url(../images/tu7.png) no-repeat left center;
  position: absolute;
  left: 0;
  top: 9px;
}
.lb5 .swiper-container {
  position: relative;
  z-index: 4;
}
.lb5 .swiper-slide {
  position: relative;
}
.lb5 .swiper-slide .bjcover {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: calc(50% - 50px);
  height: calc(100% - 80px);
  margin: auto 0;
  z-index: 1;
}
.lb5 .box1 {
  position: absolute;
  left: 12px;
  bottom: 22px;
  width: 100%;
  padding: 12px;
}
.lb5 .box2 {
  width: calc(66% + 160px);
  background: #fff;
  position: relative;
  z-index: 6;
  padding: 20px 20px 20px 46px;
}
.lb5 .box2 .list2 {
  display: block;
  width: calc(25% - 10px);
  margin-left: 10px;
  ;
  float: left;
}
.lb5 .box2 .list2 .bjcover {
  padding-top: 62%;
}
.lb5 .box2 .list2 .tt {
  font-size: 17px;
  text-align: center;
  margin-top: 10px;
}
/* 关于宇申科技 */
.main7 {
  background-color: #f5f5f5;
}
.main7 .box {
  position: relative;
}
.main7 .box .bjimg {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50%;
}
.main7 .box .tt {
  position: relative;
  padding-right: calc(50% + 50px);
  margin-top: -15px;
}
.main7 .box .tt .tt1 {
  font-size: 26px;
  color: #000;
  padding-bottom: 26px;
  margin-bottom: 26px;
  position: relative;
}
.main7 .box .tt .tt1:after {
  content: "";
  width: 88px;
  height: 2px;
  background: #0066d0;
  position: absolute;
  left: 0;
  bottom: 0;
}
.main7 .box .tt .tt2 {
  font-size: 15px;
  line-height: 34px;
  max-height: 238px;
  overflow: hidden;
}
.main7 .box .tt .tt3 {
  margin-top: 33px;
  font-size: 0;
}
.main7 .box .tt .tt3 a {
  display: inline-block;
  vertical-align: top;
  transition: all .2s;
  width: 120px;
  text-align: center;
  font-size: 15px;
  color: #fff;
  border-radius: 30px;
  background: #0066d0;
  line-height: 38px;
  margin-right: 20px;
}
.main7 .box .tt .tt3 a:nth-child(2) {
  background-color: #96c700;
}
.main7 .box .tt .tt3 a:hover {
  background-color: #F51616;
}
/* 新闻动态 */
.main8 .box .listbox {
  display: none;
  margin: -14px -7px 0;
}
.main8 .box .listbox.active {
  display: block;
}
.main8 .box .list {
  display: block;
  padding: 15px;
  background: #f7f7f7;
  float: left;
  width: calc(50% - 14px);
  margin: 14px 7px 0;
  position: relative;
}
.main8 .box .list .img {
  width: 166px;
  height: 122px;
  float: left;
}
.main8 .box .list .img .bjcover {
  height: 100%;
}
.main8 .box .list .tt {
  width: calc(100% - 166px);
  float: left;
  padding: 15px 110px 0 40px;
}
.main8 .box .list .tt .tt1 {
  font-size: 18px;
  color: #000;
}
.main8 .box .list .tt .tt2 {
  font-size: 14px;
  color: #999;
  line-height: 25px;
  height: 50px;
  overflow: hidden;
  margin-top: 10px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.main8 .box .list .tt .tt3 {
  width: 100px;
  padding-top: 22px;
  border-left: 1px solid #ddd;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  text-align: center;
  font-family: 'Arial';
  font-size: 26px;
  color: #999;
}
.main8 .box .list .tt .tt3 span {
  display: block;
  font-size: 18px;
}
.main8 .box .list .tt .tt3 i {
  transition: all 0.3s;
  width: 22px;
  height: 22px;
  background: #405895 url(../images/tu8.png) no-repeat center center;
  border-radius: 50%;
  display: block;
  margin: 22px auto 0;
}
.main8 .box .list:hover .bjcover {
  transform: scale(1.06);
}
.main8 .box .list:hover .tt .tt1 {
  color: #405895;
}
.main8 .box .list:hover .tt .tt3 i {
  background-color: #F51616;
}
.main9 {
  background: #000000;
  padding: 25px 0;
}
.main9 .tt {
  padding-left: 180px;
  position: relative;
  min-height: 60px;
}
.main9 .tt img {
  display: block;
  max-width: 160px;
  position: absolute;
  left: 0;
  top: 6px;
}
.main9 .tt a {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  color: #fff;
  line-height: 25px;
  padding: 3px 6px;
}
.main9 .tt a:hover {
  text-decoration: underline !important;
}
.title4 {
  padding: 20px 0;
  border-bottom: 1px dashed #ddd;
  margin-bottom: 60px;
}
.title4 .tt {
  background: url(../images/tu10.png) no-repeat left 3px;
  line-height: 26px;
  font-size: 16px;
  color: #333;
  padding-left: 30px;
}
.ny {
  padding: 0 0 66px;
}
.nycp {
  margin: 0 -10px;
}
.nycp .list {
  display: block;
  overflow: hidden;
  width: calc(33.33% - 20px);
  float: left;
  margin: 0 10px 20px;
}
.nycp .list .bjcover {
  padding-top: 70%;
  position: relative;
  z-index: 1;
  position: relative;
}
.nycp .list .tt {
  background: #F4F4F4;
  line-height: 60px;
  font-size: 16px;
  text-align: center;
  color: #000;
  position: relative;
}
.nycp .list .bjcover:after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .4) url(../images/tu4.png) no-repeat center center;
  position: absolute;
  left: 0;
  top: -100%;
  z-index: 2;
  transition: all .3s;
}
.nycp .list:hover .bjcover:after {
  top: 0;
}
.nycp .list .tt:after {
  content: "";
  width: 100%;
  height: 0;
  background: #0066d0;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  transition: all .3s;
  overflow: hidden;
}
.nycp .list .tt div {
  position: relative;
  z-index: 2;
}
.nycp .list:hover .tt:after {
  height: 100%;
}
.nycp .list:hover .tt {
  color: #fff;
}
/*内页新闻*/
.nyxw {
  margin: 0 -10px;
}
.nyxw .list {
  margin-bottom: 20px;
  display: block;
  padding: 14px;
  border: 1px solid #e9e9e9;
  box-shadow: 0 4px 4px rgba(0, 0, 0, .06);
  width: calc(50% - 20px);
  margin: 0 10px 20px;
  float: left;
}
.nyxw .list .img {
  width: calc(9% + 156px);
  float: left;
}
.nyxw .list .img .bjcover {
  height: 200px;
}
.nyxw .list .tt {
  float: left;
  width: calc(91% - 156px);
  padding-left: 22px;
}
.nyxw .list .tt1 {
  font-size: 17px;
  color: #000;
  font-weight: bold;
  line-height: 27px;
  margin-top: 10px;
}
.nyxw .list .tt2 {
  color: #b1b1b1;
  font-size: 12px;
  line-height: 28px;
}
.nyxw .list .tt3 {
  color: #333333;
  line-height: 25px;
  height: 75px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.nyxw .list .tt4 {
  width: 96px;
  border: 1px solid #d9d9d9;
  border-radius: 20px;
  text-align: center;
  color: #333333;
  line-height: 29px;
  margin-top: 14px;
  position: relative;
  padding-right: 20px;
}
.nyxw .list .tt4:after {
  content: "";
  width: 10px;
  height: 7px;
  background: url("../images/tu29.png") no-repeat center center;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  transition: all 0.3s;
  z-index: 1;
}
.nyxw .list .tt4:before {
  content: "";
  width: 0;
  height: 7px;
  background: url("../images/tu29-1.png") no-repeat center center;
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  transition: all 0.3s;
  z-index: 2;
}
.nyxw .list:hover .tt4 {
  background-color: #0066d0;
  color: #fff;
  border-color: #0066d0;
}
.nyxw .list:hover .tt4:before {
  width: 10px;
  transition: all 0.3s;
  right: 20px;
}
.nyxw .list:hover .img .bjcover {
  transform: scale(1.06);
}
/*详情页*/
.danye {
  color: #000000;
  font-size: 14px;
  line-height: 180%;
}
.danye .topbox {
  margin-bottom: 24px;
  text-align: center;
}
.danye .bt {
  color: #000;
  font-size: 22px;
  padding-bottom: 10px;
}
.danye .rq {
  color: #555555;
  font-size: 14px;
}
.danye .xian {
  width: 100%;
  height: 1px;
  margin-top: 14px;
  border-bottom: 1px dashed #ccc;
}
.danye .img {
  margin: 0 auto 18px auto;
  display: block;
}
.danye .img img {
  display: block;
  margin: 0 auto;
}
.danye img{
  max-width: 100% !important;
	height: auto !important;
	margin: 5px auto !important;
}
.danye .ditu {
  height: 400px;
  position: relative;
  margin: 20px auto;
  border: 1px solid #eee;
}
footer {
  background-color: #4c4c4c;
  color: #fff;
}
footer .box1 {
  padding: 50px 0;
}
footer .box1 .list1 {
  width: calc(46% - 210px);
  float: left;
}
footer .box1 .list2 {
  width: calc(7% + 70px);
  float: left;
  text-align: center;
  font-size: 14px;
  line-height: 32px;
  min-height: 180px;
  border-right: 1px solid rgba(255, 255, 255, .3);
}
footer .box1 .list2 .ul {
  display: inline-block;
  vertical-align: top;
  font-size: 0;
  text-align: left;
}
footer .box1 .list2 a {
  display: block;
  color: rgba(255, 255, 255, .88);
  font-size: 14px;
}
footer .box1 .list2 a:nth-child(1) {
  font-size: 18px;
  padding-bottom: 12px;
  color: #fff;
}
footer .box1 .list2 a:hover {
  text-decoration: underline !important;
  color: #fff;
}
footer .box1 .list3 {
  width: 33%;
  float: left;
  padding: 0 160px 0 3%;
  position: relative;
}
footer .box1 .list3 a {
  font-size: 18px;
  padding-bottom: 12px;
  color: #fff;
  display: block;
}
footer .box1 .list3 .img {
  width: 140px;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #405895;
  text-align: center;
  line-height: 40px;
}
footer .box2 .tt {
  border-top: 1px solid rgba(255, 255, 255, .3);
  padding: 25px 0 30px;
  color: #fff;
  line-height: 25px;
}
footer .box2 .tt1 {
  float: left;
}
footer .box2 .tt2 {
  float: right;
}
footer .box2 a {
  color: #fff;
}
footer .box2 a:hover {
  text-decoration: underline !important;
}

.menu-child-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
	
}
.menu-child-list>li {
  width: calc(100% / 6);
  float: left;
  padding-right: 3px;
  margin-bottom: 3px;
}
.menu-child-list>li>a {
  display: block;
  overflow: hidden;
  height: 46px;
  line-height: 46px;
  background-color: #fff;
  font-size: 14px;
  color: #333;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.menu-child-list>li>a:hover , .menu-child-list>li>a.act{
  background-color: #0066d0;
  color: #fff;
}
/* -webkit-line-clamp: 2; */
/* transition: all 0.3s; */
/* 0066d0 */
/*transform:scale(1.06);*/
/*媒体查询开始*/
@media (min-width:1200px) {
  .main8 .box .list:nth-child(1) {
    padding: 25px;
  }
  .main8 .box .list:nth-child(1) .img {
    height: 185px;
    width: 252px;
  }
  .main8 .box .list:nth-child(1) .tt {
    padding-right: 30px;
    width: calc(100% - 252px);
  }
  .main8 .box .list:nth-child(1) .tt .tt2 {
    height: 100px;
    -webkit-line-clamp: 4;
  }
  .main8 .box .list:nth-child(1) .tt .tt3 {
    font-size: 0;
    top: auto;
    bottom: 0;
    height: 44px;
    border: 0;
    padding: 0;
    width: 60px;
  }
  .main8 .box .list:nth-child(1) .tt .tt3 span {
    display: none;
  }
  .main8 .box .list:nth-child(1) .tt .tt3 i {
    margin: 0;
  }
  .main8 .box .list:nth-child(4) {
    padding: 25px;
    margin-top: -69px;
  }
  .main8 .box .list:nth-child(4) .img {
    height: 185px;
    width: 252px;
  }
  .main8 .box .list:nth-child(4) .tt {
    padding-right: 30px;
    width: calc(100% - 252px);
  }
  .main8 .box .list:nth-child(4) .tt .tt2 {
    height: 100px;
    -webkit-line-clamp: 4;
  }
  .main8 .box .list:nth-child(4) .tt .tt3 {
    font-size: 0;
    top: auto;
    bottom: 0;
    height: 44px;
    border: 0;
    padding: 0;
    width: 60px;
  }
  .main8 .box .list:nth-child(4) .tt .tt3 span {
    display: none;
  }
  .main8 .box .list:nth-child(4) .tt .tt3 i {
    margin: 0;
  }
}
@media (max-width:1430px) {
  .banner .swiper-slide .bjcover {
    height: auto;
    padding-top: 47%;
  }
}
@media (max-width:1299px) {
  header nav ul > li > a {
    padding: 0 26px;
  }
  .menu-child-list {
    width: 100%;
  }
}
@media (max-width:1199px) {
  /*pc导航*/
  header nav {
    display: none;
    width: 180px;
    float: none;
    padding: 15px 20px 20px;
    margin: 0;
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 113;
    background: #fff;
    box-shadow: 0 0 6px rgba(0, 0, 0, .1)
  }
  header nav ul > li {
    display: block;
    width: 100%;
    text-align: left;
    padding: 0;
    border-bottom: 1px solid #ddd;
  }
  header nav ul > li:after {
    display: none;
  }
  header nav ul > li:before {
    display: none;
  }
  header nav ul > li:nth-last-child(1) {
    border: 0;
  }
  header nav ul > li > a {
    display: block;
    color: #333;
    font-size: 15px;
    padding-left: 10px;
    line-height: 48px;
  }
  header nav ul > li:hover .ul {
    display: none;
  }
  header nav ul > li:hover > a {
    color: #0158c6;
    background-color: transparent;
  }
  header nav ul > li.active > a {
    color: #0158c6;
    background-color: transparent;
  }
  /*移动导航按钮*/
  header .lanmu {
    width: 30px;
    font-size: 0;
    height: 21px;
    position: absolute;
    right: 15px;
    bottom: 49px;
    cursor: pointer;
    z-index: 2;
  }
  header .lanmu i {
    display: inline-block;
    width: 100%;
    height: 3px;
    background: #0066d0;
    border-radius: 3px;
    transition: all 0.6s;
  }
  header .lanmu i:nth-child(2), .lanmu i:nth-child(3) {
    width: 40%;
    margin: 6px 0;
  }
  header .lanmu i:nth-child(2) {
    margin-right: 10%;
  }
  header .lanmu i:nth-child(3) {
    margin-left: 10%;
  }
  header .lanmu.active i:nth-child(1) {
    transform: rotate(45deg) translateY(4px) translateX(5px);
  }
  header .lanmu.active i:nth-child(4) {
    transform: rotate(-45deg) translateY(-8px) translateX(8px);
  }
  header .lanmu.active i:nth-child(2) {
    transform: translateX(-30px);
    opacity: 0;
  }
  header .lanmu.active i:nth-child(3) {
    transform: translateX(30px);
    opacity: 0;
  }
  .title .div1 {
    font-size: 30px;
  }
  .title .div2 span {
    font-size: 16px;
  }
  .title1 .div2 {
    font-size: 16px;
  }
  .title1 .div1 span {
    font-size: 30px;
  }
  .main4 .list .tt {
    font-size: 15px;
  }
  .main4 .list:nth-child(1) .tt {
    font-size: 18px;
  }
  .lb5 .list {
    padding: 50px 50% 50px 30px;
  }
  .lb5 .box2 {
    padding-left: 0;
  }
  .main7 .box .tt .tt4 .tt5 {
    margin-right: 10px;
  }
  .main8 .box .list {
    width: calc(100% - 14px);
  }
  /*内页新闻*/
  .nyxw .list {
    width: calc(100% - 20px);
  }
  footer .box1 .list1 {
    width: 100%;
    margin-bottom: 30px;
  }
  footer .box1 .list2 {
    width: calc(10% + 60px);
  }
  footer .box1 .list3 {
    width: calc(70% - 180px);
  }
}
@media (max-width:991px) {
  .banner .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    margin: 0 3px -3px !important;
  }
  .banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 20px;
  }
  .main4 .list {
    width: calc(50% - 20px);
  }
  .main4 .list:nth-child(1) {
    width: calc(100% - 20px);
  }
  .main3 img {
    width: 150%;
    max-width: 150%;
    margin-left: -25%;
  }
  .lb5 .box1 {
    display: none;
  }
  .lb5 .max {
    display: none;
  }
  .lb5 .list {
    padding: 0;
    min-height: inherit;
  }
  .lb5 .list ul {
    height: auto;
  }
  .lb5 .swiper-slide .bjcover {
    position: relative;
    padding-top: 60%;
    right: auto;
    top: auto;
    bottom: auto;
    width: calc(100% - 30px);
    height: auto;
    margin: 0 auto;
    margin: 0 15px;
  }
  .lb5 .box1 {
    position: absolute;
    left: 12px;
    bottom: 22px;
    width: 100%;
    padding: 12px;
  }
  .lb5 .box2 {
    width: calc(66% + 160px);
    background: #fff;
    position: relative;
    z-index: 6;
    padding: 20px 20px 20px 46px;
  }
  .lb5 .box2 .list2 {
    display: block;
    width: calc(25% - 10px);
    margin-left: 10px;
    ;
    float: left;
  }
  .lb5 .box2 .list2 .bjcover {
    padding-top: 60%;
  }
  .lb5 .box2 .list2 .tt {
    font-size: 17px;
    text-align: center;
    margin-top: 10px;
  }
  .main7 .box .main66 {
    padding-top: 0;
  }
  .main7 .box .tt {
    margin-top: 0;
  }
  .main7 .box .bjimg {
    display: block;
    position: relative;
    height: auto;
    padding-top: 50%;
    width: 100%;
    margin-bottom: 20px;
  }
  .main7 .box .tt {
    padding-right: 0;
  }
  .nycp .list .tt {
    font-size: 15px;
  }
}
@media (max-width:767px) {
  header .box2 .logo {
    height: 80px;
    line-height: 80px;
    max-width: calc(100% - 46px);
  }
  header .lanmu {
    bottom: 30px;
  }
  /*头部公用*/
  .main66 {
    padding: 36px 0;
  }
  .title {
    margin-bottom: 26px;
    overflow: hidden;
  }
  .title .div1 {
    font-size: 22px;
  }
  .title .div2 {
    font-size: 0;
  }
  .title .div2 span {
    font-size: 14px;
    padding: 0 10px;
  }
  .title1 {
    margin-bottom: 26px;
  }
  .title1 .div1 span {
    font-size: 22px;
    padding: 0;
  }
  .title1 .div1 span:after {
    background-size: 40px !important;
  }
  .title1 .div1 span:before {
    background-size: 40px !important;
  }
  .title1 .div2 {
    font-size: 14px;
  }
  .title2 {
    margin-top: -8px;
    /*margin-bottom: 24px;*/
	padding-bottom: 15px;
  }
  .title2 a {
    font-size: 14px;
    line-height: 38px;
    min-width: 110px;
    margin: 1px;
    box-shadow: none;
  }
  /* “互联网+”实施和应用企业 */
  .main1 .lb1 {
    margin: -5px;
  }
  .main1 .list {
    margin: 5px;
    box-shadow: none;
    padding: 10px;
  }
  .main1 .list .tt {
    padding: 15px 0;
    max-width: 100%;
  }
  .main1 .list .tt1 {
    font-size: 16px
  }
  .main1 .list .tt2 {
    width: 40px;
    height: 1px;
    margin-top: 8px;
  }
  .main1 .list .tt3 {
    font-size: 13px;
    margin-top: 12px;
  }
  /* 服务项目 */
  .main2 .lb2 {
    margin: -5px;
  }
  .main2 .list {
    margin: 5px;
  }
  .main2 .list .img {
    padding: 0;
    box-shadow: none;
  }
  .main2 .list .tt {
    box-shadow: none;
    margin: 0;
    border: 0;
  }
  .main2 .list .tt1 {
    font-size: 14px;
    line-height: 44px;
    padding: 0 5px;
    text-align: center;
  }
  .main2 .list .tt2 {
    font-size: 12px;
    line-height: 30px;
    display: none;
  }
  .main2 .list .tt2 i {
    right: 20px;
    font-size: 16px;
  }
  /* 工程案例 */
  .main4 .box {
    margin: -10px -5px 0;
  }
  .main4 .list {
    width: calc(50% - 10px);
    margin: 10px 5px 0;
  }
  .main4 .list .tt {
    font-size: 14px;
    line-height: 40px;
    padding: 0 5px;
  }
  .main4 .list:nth-child(1) {
    width: calc(100% - 10px);
  }
  .main4 .list:nth-child(1) .bjcover {
    padding-top: 72%;
  }
  .main4 .list:nth-child(1) .tt {
    font-size: 16px;
    line-height: 60px;
    padding: 0 54px 0 38px;
  }
  .main4 .list:nth-child(1) .tt:after {
    left: 18px;
    width: 6px;
    height: 6px;
  }
  .main4 .list:nth-child(1) .tt i {
    right: 15px;
    font-size: 20px;
  }
  .lb5 .list .tt1 {
    padding-left: 60px;
    min-height: 60px;
    font-size: 22px;
    line-height: 30px;
    padding-bottom: 25px;
    margin-bottom: 18px;
  }
  .lb5 .list .tt1 div {
    font-size: 15px;
    margin-top: 4px;
  }
  .lb5 .list .tt1 span {
    width: 50px;
    height: 60px;
    border-bottom-right-radius: 11px;
  }
  .lb5 .list .tt1 span i {
    font-size: 28px;
    line-height: 40px;
  }
  .lb5 .list ul li {
    font-size: 15px;
  }
  .main7 .box .tt .tt1 {
    font-size: 20px;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .main7 .box .tt .tt1:after {
    width: 50px;
  }
  .main7 .box .tt .tt2 {
    line-height: 30px;
    max-height: 240px;
  }
  .main7 .box .tt .tt3 {
    margin-top: 20px;
  }
  .main8 .box .list .tt {
    padding: 4px 20px 0 30px;
  }
  .main8 .box .list .tt .tt2 {
    margin-top: 6px;
  }
  .main8 .box .list .tt .tt3 {
    width: 100%;
    padding-top: 6px;
    border-left: 0;
    position: relative;
    right: auto;
    top: auto;
    height: auto;
    text-align: left;
    font-size: 20px;
  }
  .main8 .box .list .tt .tt3 span {
    display: inline;
    padding-left: 10px;
    font-size: 14px;
  }
  .main8 .box .list .tt .tt3 i {
    margin: 0;
    position: absolute;
    right: 0;
    top: auto;
    bottom: 0;
  }
  .nycp {
    margin: 0 -6px;
  }
  .nycp .list {
    width: calc(50% - 12px);
    margin: 0 6px 12px;
  }
  .nycp .list .tt {
    font-size: 14px;
    line-height: 44px;
    padding: 0 5px 0 10px;
  }
  .nycp .list .bjcover:after {
    display: none;
  }
  /*详情页*/
  .danye .bt {
    font-size: 18px;
    padding-bottom: 4px;
  }
  .danye .img {
    margin: 0 auto 15px auto;
  }
  .danye .ditu {
    height: 360px;
    margin: 15px auto;
  }
  .danye .xian {
    margin-top: 10px;
  }
  .title4 {
    margin-bottom: 40px;
  }
  .title4 .tt {
    font-size: 14px;
  }
  footer {
    background-color: #4c4c4c;
    color: #fff;
  }
  footer .box1 {
    padding: 30px 0;
  }
  footer .box1 .list2 {
    width: 100%;
    border: 0;
    padding: 10px 0;
    text-align: left;
    min-height: inherit;
  }
  footer .box1 .list2 .ul {
    display: inline-block;
    vertical-align: top;
    font-size: 0;
    text-align: left;
  }
  footer .box1 .list2 .ul a {
    display: inline-block;
    vertical-align: top;
    padding-right: 20px;
  }
  footer .box1 .list2 .ul a:nth-child(1) {
    display: block;
    padding-bottom: 4px;
  }
  footer .box1 .list3 {
    width: 100%;
    padding: 20px 0 0;
  }
  footer .box1 .list3 .img {
    display: none;
  }
  footer .box2 .tt {
    padding: 15px 0 20px;
  }
	
  .menu-child-list {
    /*display: none;*/
    width: 100%;
  }
  .menu-child-list>li {
    width: 50%;
    padding-right: 0;
    margin-bottom: 3px;
  }
  .menu-child-list>li>a {
    height: 36px;
    line-height: 36px;
  }
}
@media (max-width:600px) {
  .main7 .box .tt .tt4 {
    padding-top: 20px;
  }
  .main7 .box .tt .tt4 .tt5 {
    margin-top: 10px;
  }
  .main8 .box .list {
    padding: 0;
    background: fixed;
  }
  .main8 .box .list .img {
    width: 130px;
    height: 100px;
  }
  .main8 .box .list .tt {
    width: calc(100% - 130px);
    padding: 0 0 0 15px;
  }
  .main8 .box .list .tt .tt1 {
    font-size: 16px;
  }
  .main8 .box .list .tt .tt2 {
    font-size: 12px;
    line-height: 20px;
    height: 40px;
    margin-top: 2px;
  }
  .main8 .box .list .tt .tt3 {
    font-size: 16px;
    padding-top: 4px;
  }
  .main8 .box .list .tt .tt3 span {
    font-size: 12px;
  }
  .main8 .box .list .tt .tt3 i {
    display: none;
  }
  .main9 .tt {
    padding-left: 100px;
  }
  .main9 .tt img {
    max-width: 86px;
  }
  .main9 .tt a {
    font-size: 13px;
    line-height: 22px;
  }
  /*内页新闻*/
  .nyxw .list {
    margin-bottom: 20px;
    padding: 0;
    box-shadow: 0 0 0;
  }
  .nyxw .list .img {
    width: 100%;
    float: none;
  }
  .nyxw .list .img .bjcover {
    height: auto;
    padding-top: 60%;
  }
  .nyxw .list .tt {
    float: none;
    width: 100%;
    padding-left: 0;
    padding: 0 10px;
    padding: 10px 20px 20px;
  }
  .nyxw .list .tt1 {
    text-overflow: inherit;
    white-space: inherit;
    overflow: inherit;
    line-height: 24px;
  }
  .nyxw .list .tt3 {
    height: auto;
    max-height: 75px;
  }
}
@media (max-width:479px) {
  .danye .ditu {
    height: 300px
  }
}
/*手机底部*/
@media (max-width:991px) {
  footer {
    margin-bottom: 51px;
  }
  .sjdibu {
    height: 50px;
    background: #0158c6;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 113;
    border-top: solid 1px #fff;
    width: 100%;
    text-align: center;
    font-size: 0;
  }
  .sjdibu .box1 a {
    display: inline-block;
    vertical-align: top;
    color: #fff;
    padding: 5px;
  }
  .sjdibu .box1 a span {
    color: #fff;
    font-size: 16px;
    line-height: 20px;
  }
  .sjdibu .box1 a h6 {
    font-size: 12px;
    line-height: 20px;
    margin: 0;
  }
  .sjdibu .box2 {
    position: fixed;
    left: 0;
    bottom: 51px;
    z-index: 112;
    width: 100%;
    background: #fff;
    box-shadow: 0 -2px 4px rgba(0, 0, 0, .1);
    padding: 6px 0;
    display: none;
  }
  .sjdibu .box2 img {
    max-height: 140px;
    display: block;
    margin: 0 auto;
  }
}