/**********************公用样式*************************/
a {
  color: #393D49;
  text-decoration: none !important;
}

p {
  margin-bottom: 0;
}

ul {
  padding-left: 0;
  list-style: none;
}

.flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #07a5b0 !important;
}

.fixednav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  right: 0;
}

.overf {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/**********************页眉*************************/
.subhead {
  background: #f5f5f5;
  line-height: 35px;
  font-size: 12px;
}

.subhead .pull-right {
  padding-right: 6px;
}

.subhead .col-md-8 h1 {
  font-size: 12px;
  margin: 0;
  line-height: 37px;
}

.subhead .subhead-city {
  cursor: pointer;
  position: relative;
  border: 1px solid #f5f5f5;
  border-top: none;
  border-bottom: none;
  padding: 0 10px 1px 5px;
  width: 130px;
}

.subhead .subhead-city b {
  color: #07a5b0;
  font-weight: normal;
}

.subhead .subhead-city i {
  color: #07a5b0;
  font-size: 14px;
}

.subhead .subhead-city .hot-city {
  position: absolute;
  top: 36px;
  left: -1px;
  z-index: 998;
  width: 406px;
  height: auto;
  border: 1px solid #d8d8d8;
  display: none;
}

.subhead .subhead-city .hot-city h2 {
  width: 100%;
  height: 38px;
  border-bottom: 1px #d8d8d8 solid;
  background-color: #f4f4f4;
  margin: 0;
  font-size: 12px;
}

.subhead .subhead-city .hot-city h2 span {
  color: #07a5b0;
  border-bottom: 2px solid #07a5b0;
  float: left;
  width: 60px;
  margin-right: 2px;
  line-height: 36px;
  text-align: center;
  margin-left: 26px;
}

.subhead .subhead-city .hot-city div {
  padding: 10px 0 9px 26px;
  background: #FFFFFF;
  line-height: 28px;
}

.subhead .subhead-city .hot-city div a {
  color: #666;
  padding: 0 16px;
  display: inline-block;
}

.subhead .subhead-city .hot-city div a:hover {
  color: #07a5b0;
}

.subhead .subhead-city .hot-city div a:last-of-type {
  color: #999;
}

.subhead .subhead-city:hover {
  border: 1px solid #d8d8d8;
  border-top: none;
  border-bottom: none;
}

.subhead .subhead-city:hover:after {
  content: '';
  display: block;
  width: 115px;
  height: 2px;
  background: #f5f5f5;
  position: absolute;
  top: 36px;
  left: 0;
  z-index: 999;
}

.subhead .subhead-city:hover .hot-city {
  display: block;
}

.head {
  padding: 20px 0;
}

.head .logo {
  float: left;
  width: 40%;
  padding-top: 10px;
}

.head .logo a {
  display: block;
  float: left;
}

.head .logo span {
  float: left;
  border-left: 1px solid #000000;
    margin-top: 15px;
    margin-left: 20px;
}

.head .logo span p {
  margin-left: 10px;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 10px;
}

.head .slogan {
  float: left;
  width: 37%;
  padding: 6px 0 0 20px;
}

.head .slogan span {
  display: inline-block;
  text-align: center;
  margin-left: 40px;
}

.head .slogan span i {
  font-size: 32px;
  color: #fe5e50;
  height: 39px;
  display: block;
}

.head .tel {
  float: left;
  width: 23%;
}

.head .tel .phone {
  width: 175px;
  float: left;
  padding-top: 13px;
}

.head .tel .phone i {
  font-size: 30px;
  float: left;
  display: block;
  color: #fe6151;
  margin-right: 5px;
}

.head .tel .phone span {
  font-size: 20px;
}

.head .tel img {
  float: left;
  display: block;
}

.nav-box {
  background: #07a5b0;
  height: 51px;
  line-height: 51px;
}

.nav-box .flex li {
  list-style: none;
  flex: auto;
  text-align: center;
}

.nav-box .flex li a {
  color: #FFFFFF;
  font-size: 15px;
  display: block;
}

.nav-box .flex li:hover, .nav-box .flex li.active {
  background: rgba(0, 0, 0, 0.2);
}

/* .nav-box .flex li:last-child {
  display: none;
} */

.city-menu {
  float: left;
  width: 216px;
  position: relative;
}

.city-menu c {
  display: block;
  color: #FFFFFF;
  font-size: 15px;
  padding: 0 15px;
  background: #ff9900;
}

.city-menu c i {
  margin-right: 30px;
  width: 40px;
  height: 35px;
  background: url(../image/city.png) no-repeat;
  background-position: 10px -95px;
  display: block;
  float: left;
  margin-top: 5px;
  margin-left: 20px;
}

.city-menu:hover b {
  background: #ff6600;
}

.city, .city dl dd {
  border: 1px solid #ff9900;
  -webkit-box-shadow: 0px 0px 3px #ff6600;
  -moz-box-shadow: 0px 0px 3px #ff6600;
  box-shadow: 0px 0px 3px #ff6600;
}

.city {
  position: absolute;
  width: 100%;
  left: 0;
  top: 51px;
  z-index: 999;
  display: none;
}

.city dl {
  margin-bottom: 0;
  position: relative;
}

.city dl dt {
  font-weight: normal;
  padding-left: 30px;
  color: #ccc;
  line-height: 51px;
  background: #f8f8f8;
  border-top: 1px solid #ccc;
}

.city dl dt:after {
  content: '>';
  font-family: '宋体';
  display: inline-block;
  color: #666;
  font-weight: bold;
  font-size: 16px;
  position: absolute;
  top: 0;
  right: 20px;
  -webkit-transition: 0.35s;
  -moz-transition: 0.35s;
  -ms-transition: 0.35s;
  -o-transition: 0.35s;
  transition: 0.35s;
}

.city dl dt span {
  color: #666;
}

.city dl dt:hover {
  background: #FFFFFF;
}

.city dl dt:hover span {
  color: #07a5b0;
}

.city dl dt:hover:after {
  color: #07a5b0;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.city dl dd {
  position: absolute;
  width: 450px;
  left: 214px;
  top: -1px;
  background: #FFFFFF;
  padding: 0 0px 30px 20px;
  display: none;
}

.city dl dd p {
  font-size: 18px;
  color: #07a5b0;
  margin-top: 20px;
  margin-bottom: 15px;
}

.city dl dd p:first-of-type {
  margin-top: 10px;
}

.city dl dd a {
  padding-right: 20px;
  display: inline-block;
}

.city dl dd a:hover {
  color: #ff9900;
}

.city dl:hover dd {
  display: block;
}

/**********************index*************************/
.title {
  margin: 60px 0;
  text-align: center;
}

.title c {
  font-size: 20px;
  font-weight: bold;
}

.title span {
  display: block;
  width: 160px;
  height: 1px;
  background: #07a5b0;
  margin: 10px auto;
  position: relative;
}

.title span::after {
  content: '';
  display: block;
  width: 15px;
  height: 6px;
  background: #07a5b0;
  position: absolute;
  top: -3px;
  left: 50%;
  margin-left: -7px;
}

.services {
  padding-bottom: 30px;
}

.ser-cont {
  position: relative;
  margin-bottom: 30px;
}

.ser-cont img {
  width: 100%;
}

.ser-cont div {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  background-color: rgba(23, 21, 21, 0.42);
  color: #FFFFFF;
}

.ser-cont div c {
  display: block;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
  margin-top: 50px;
}

.youshi-max {
  background: #FBFBFB;
  padding-bottom: 60px;
}

.youshi-max ul {
  margin-bottom: 0;
}

.youshi-max ul li {
  width: 18.64%;
  float: left;
  background-color: #FFFFFF;
  border-radius: 4px;
  cursor: pointer;
  margin-right: 1.7%;
  padding-bottom: 30px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.youshi-max ul li i {
  width: 88px;
  height: 88px;
  overflow: hidden;
  display: block;
  margin: 30px auto 25px;
  background: url(../image/youshi.png) no-repeat;
}

.youshi-max ul li c {
  display: block;
  margin-bottom: 10px;
  margin-top: 0;
  font-size: 22px;
  height: 35px;
  line-height: 35px;
  text-align: center;
}

.youshi-max ul li p {
  padding: 0 26px;
  line-height: 22px;
  color: #666;
  overflow:hidden; 
text-overflow:ellipsis;
display:-webkit-box; 
-webkit-box-orient:vertical;
-webkit-line-clamp:3; 
}

.youshi-max ul li:nth-child(1) i {
  background-position: 0px 0px;
}

.youshi-max ul li:nth-child(2) i {
  background-position: -88px 0px;
}

.youshi-max ul li:nth-child(3) i {
  background-position: -176px 0px;
}

.youshi-max ul li:nth-child(4) i {
  background-position: -264px 0px;
}

.youshi-max ul li:last-of-type {
  margin-right: 0;
}

.youshi-max ul li:last-of-type i {
  background-position: -352px 0px;
}

.youshi-max ul li:hover {
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

.standard {
  padding-bottom: 30px;
}

.pic-desc-row {
  border-radius: 3px;
  background: #eee;
  overflow: hidden;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 10px 25px -12px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 10px 25px -12px rgba(0, 0, 0, 0.6);
  box-shadow: 0 10px 25px -12px rgba(0, 0, 0, 0.6);
}

.pic-desc-row h3, .pic-desc-row img {
  float: left;
  width: 50%;
}

.pic-desc-row img {
  padding: 8px;
}

.pic-desc-row h3 {
  font-size: 20px;
  color: #525252;
  position: relative;
  padding-left: 40px;
  line-height: 43px;
  margin: 1.2em 0 0;
}

.pic-desc-row h3 small {
  display: block;
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.pic-desc-row h3 small:before {
  content: 'F';
  position: absolute;
  font-size: 60px;
  left: 0;
  top: 5px;
}

.pic-desc-row:hover {
  cursor: pointer;
  transform: translate(4%, 0px);
  -webkit-transition: 0.35s;
  -moz-transition: 0.35s;
  -ms-transition: 0.35s;
  -o-transition: 0.35s;
  transition: 0.35s;
}

.pic-desc-row:hover small:before {
  color: #07a5b0;
}

.about {
  padding: 60px 0;
  text-align: center;
  background-image: url(../image/banner-6.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  color: #FFFFFF;
  z-index: -2;
  position: relative;

}
.about::after{
    content: '';
    width: 100%;
    position: absolute;
    background: rgb(0 0 0 / 60%);
    top: 0;
    height: 100%;
    left: 0;
    z-index: -1;
    bottom: 0;
}

.about c {
  display: block;
  margin-bottom: 10px;
  position: relative;
  margin-top: 0;
  font-size: 30px;
  margin-bottom: 1em;
  padding-bottom: 5px;
  z-index: 1;
}

.about c::after {
  content: '';
  display: inline-block;
  width: 60px;
  border-bottom: 3px solid #FFFFFF;
  position: absolute;
  left: 50%;
  margin-left: -30px;
  top: 130%;
  z-index: 1;
}

.about p {
  line-height: 2;
  margin-bottom: 3em;
  font-size: 16px;
  padding: 0 25%;
  z-index: 1;
}

.about a {
  padding: 1.1em 2em;
  background: #07a5b0;
  color: #FFFFFF;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  border-radius: 6px;
  font-size: 16px;
  z-index: 1;
}

.about a:hover {
  -webkit-box-shadow: 0 10px 25px -12px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 10px 25px -12px rgba(0, 0, 0, 0.6);
  box-shadow: 0 10px 25px -12px rgba(0, 0, 0, 0.6);
  z-index: 1;
}

.solution {
  padding-bottom: 60px;
  background-color: #FBFBFB;
}

.solution .col-md-2 {
  width: 20%;
}

.tuwen-bg {
  border-radius: 3px;
  background: #FFFFFF;
  padding: 1em;
  transition: 0.25s;
  box-shadow: 0 10px 25px -12px rgba(0, 0, 0, 0.6);
}

.tuwen-bg:hover {
  transform: translate(0px, -10px);
}

.tuwen-bg img {
  width: 100%;
  border-radius: 50%;
}

.tuwen-bg c {
  display: block;
  margin-bottom: 10px;
  font-size: 20px;
  text-align: center;
  margin-top: 20px;
  color: #525252;
  padding-bottom: 8px;
  border-bottom: 1px dashed #DDDDDD;
}

.tuwen-bg p {
  color: #525252;
  font-size: 14px;
  margin-top: 8px;
  min-height: 40px;
}

.case {
  background: url(../image/bg1.png) no-repeat;
  height: 650px;
}

.case .title {
  margin-bottom: 40px;
}

.case li img {
  width: 100%;
}

.zx-honor li {
  background: #FFFFFF;
  height: 423px;
  width: 336px;
  border-radius: 10px;
  padding: 45px 23px 20px 23px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  cursor: default;
}

.zx-honor li h3 {
  font-size: 18px;
  margin-top: 0;
  font-weight: bold;
}

.news {
  background: #FBFBFB;
  padding-bottom: 60px;
}

.news .title {
  margin-bottom: 40px;
}

.news ul {
  margin-bottom: 30px;
}

.news ul li {
  margin-top: -1px;
  float: left;
  width: 50%;
  padding: 0 30px;
  position: relative;
}

.news ul li a {
  display: block;
  height: 56px;
  line-height: 56px;
  border-bottom: 1px dotted #e0e0e0;
  position: relative;
  padding-right: 100px;
  padding-left: 20px;
}

.news ul li a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -3px;
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background: #000000;
}

.news ul li a time {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
  color: #777777;
}

.news ul li:hover {
  z-index: 1;
  background: #FFFFFF;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
}

.news ul li:hover a {
  border-bottom: 1px solid #FFFFFF;
  color: #07a5b0;
}

.news ul li:hover a::before {
  background-color: #07a5b0;
}

.news ul li:hover a time {
  color: #07a5b0;
}

.more {
  display: block;
  background: #07a5b0;
  margin: 0 auto;
  width: 132px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  color: #FFFFFF;
}

.more:hover {
  background-color: #ff9900;
  color: #FFFFFF;
}

.index-city {
  padding-bottom: 50px;
}

.index-city .title {
  margin-bottom: 40px;
}

.index-city li {
  width: 9%;
  float: left;
  background: #FBFBFB;
  margin: 0.5%;
  text-align: center;
  padding: 6px 10px;
  border-radius: 5px;
  line-height: 35px;
  border: 1px solid #f5f5f5;
}

.index-city li a {
  display: block;
}

.index-city li:hover {
  background: #07a5b0;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}

.index-city li:hover a {
  color: #FFFFFF;
}

footer {
  padding-bottom: 35px;
  background: #222;
}

footer ul {
  padding: 35px 0px;
  overflow: hidden;
  margin-bottom: 0;
}

footer ul li {
  width: 182px;
  float: left;
  height: auto;
  border-right: #393939 1px solid;
  margin-right: 10px;
}

footer ul li p {
  font-size: 15px;
  color: #C8C8C8;
  line-height: 35px;
  font-weight: bold;
}

footer ul li a {
  display: block;
  color: #83888A;
  line-height: 26px;
}

.telephone {
  width: 215px;
  margin-left: 0px;
}

.telephone p span {
  font-size: 13px;
  font-weight: normal;
}

.telephone c {
  font-size: 27px;
  color: #83888A;
  line-height: 50px;
  margin-top: -5px;
  padding-left: 1px;
  display: block;
}

.telephone a {
  border: 1px solid #83888A;
  margin-top: 20px;
  display: inline-block;
  padding: 0 15px;
  border-radius: 3px;
  line-height: 30px;
  color: #C8C8C8;
  text-align: center;
}

.telephone a:hover {
  background: #07a5b0;
  border-color: #07a5b0;
}

.telephone a:hover:last-of-type {
  background: #ff9900;
  border-color: #ff9900;
  color: #FFFFFF;
}

.telephone a:last-of-type {
  margin-left: 20px;
}

.wechat {
  margin-right: 0px;
  border: none;
  width: 100px;
  float: right;
}

.wechat p {
  font-size: 14px;
  font-weight: normal;
  color: #07a5b0;
}

.wechat p img {
  width: 100px;
  height: 100px;
}

.links {
  border-top: #393939 1px solid;
  padding: 25px 0 10px;
  color: #C8C8C8;
}

.links a {
  color: #83888A;
  margin: 0 5px;
}

.links p {
  margin-top: 10px;
  text-align: center;
  color: #83888A;
}

.add {
  background: #07a5b0;
  color: #fff;
  height: 35px;
  line-height: 35px;
}

.add h1 {
  font-size: 14px;
  display: inline-block;
  margin: 0;
}

.add a {
  color: #fff;
}

.main .container {
  padding-top: 3em;
  padding-bottom: 3em;
}

.new1 {
  padding-top: 0;
  background: #fff;
  padding-bottom: 30px;
}

.new1 > h4 {
  padding-left: 18px;
  background: url(../image/line1.gif) left 9px no-repeat;
  color: #464646;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 30px;
}

.new1 p {
  line-height: 56px !important;
}

.new1 li h4 {
  width: 70% !important;
  font-size: 14px !important;
}

.banner img {
  width: 100%;
}

.item {
  position: relative;
}

.item .img {
  overflow: hidden;
  padding: 0;
  width: 29%;
  margin: 20px 2%;
  border-radius: 3px;
}

.item .img img {
  width: 100%;
  border-radius: 5px;
  height: 230px;
}

.item .img .it-cont {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  text-align: center;
}

.item .img .it-cont:hover {
  background: rgba(57, 61, 73, 0.7);
}

.item .img .it-cont:hover p {
  opacity: 1;
}

.item .img .it-cont a {
  display: block;
}

.item .img .it-cont a c {
  display: block;
  background: rgba(57, 61, 73, 0.7);
  color: #fff;
  height: 50px;
  font-size: 20px;
  line-height: 50px;
  margin-top: 180px;
  transition: 0.35s;
}

.item .img .it-cont a p {
  line-height: 24px;
  text-align: left;
  font-size: 12px;
  margin: 50px 20px;
  box-shadow: 0px 0px 15px #fff;
  border-radius: 5px;
  color: #fff;
  opacity: 0;
  padding: 2em;
  transform: translate3d(0, -250px, 0);
  transition: 0.35s;
}

.page {
  text-align: center;
}

.info {
  background: #fff;
  padding: 30px 10px;
}

.info h1 {
  font-size: 24px;
}

.info p {
  line-height: 30px;
  text-indent: 2rem;
}
.info p img{
    max-width: 100%;
    height: auto !important;
}

.main {
  background: #f7f7f7;
}

.shinei img {
  width: 100%;
}

.shinei h3 {
  margin: 0;
}

.shinei > p:nth-child(2) {
  clear: both;
  line-height: 30px;
  margin-top: 20px;
  padding: 0 5px;
  border-radius: 3px;
  border: 1px dotted #07a5b0;
  color: #959595;
  margin: 20px 0;
}

.shinei > p:nth-child(4) {
  margin: 20px 0;
}

.shinei > p:nth-child(6), .shinei > p:nth-child(8), .shinei > p:nth-child(10), .shinei > p:nth-child(12) {
  margin: 0px 0px 10px;
  line-height: 24px;
  font-size: 14px;
  padding: 0px;
  color: #5b5b5b;
}

.shinei > p:nth-child(6) span, .shinei > p:nth-child(8) span, .shinei > p:nth-child(10) span, .shinei > p:nth-child(12) span {
  color: #07a5b0;
}

.shinei h5 {
  margin: 20px 0px 6px;
  line-height: 26px;
  color: #333333;
  font-size: 13px;
  padding: 0px;
  border-bottom: 1px dotted #b6b6b6;
}

.shinei table {
  width: 100%;
}

.shinei table tr td {
  border: #aeaeae 3px solid;
  padding: 5px 8px;
  line-height: 40px;
  text-align: center;
}

.sn_new {
  margin-top: 30px;
}

.sn_new dl {
  margin: 0 !important;
}

.left ul {
  padding: 0;
}

.left ul li {
  background: #07a5b0;
  line-height: 50px;
  text-align: center;
  border-bottom: 1px solid #fff;
}

.left ul li:first-child {
  border-radius: 5px 5px 0 0;
}

.left ul li:last-child {
  border-radius: 0 0 5px 5px;
}

.left ul li:hover {
  background: #ff9900;
}

.left ul li a {
  color: #fff;
  display: block;
}

.left ul .active {
  background: #ff9900;
}

.xxk1 .on {
  display: block;
}

.xxk1 .ctbj1 {
  padding: 0;
  text-align: center;
  list-style: none;
  overflow: hidden;
}

.xxk1 .ctbj1 li {
  height: 40px;
  background: #07a5b0;
  border: 1px solid #FBFBFB;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  color: #fff;
  float: left;
  width: 33.3333%;
  display: inline-block;
}

.xxk1 .ctbj1 li:hover {
  background: #07a5b0;
}

.xxk1 .ctbj1 li.cur {
  background: #ff9900;
}

.xxk1 .ctbj {
  height: 300px;
  display: none;
}

.xxk1 .ctbj .ctbj-fw {
  width: 46%;
  height: 80px;
  font-size: 12px;
  color: #959595;
  margin-top: 3px;
  margin-bottom: 12px;
  padding-left: 80px;
  overflow: hidden;
  margin: 10px 20px 0px 10px;
  float: left;
  line-height: 24px;
}

.xxk1 .ctbj .ctbj-fw span {
  color: #525252;
  font-size: 15px;
}

.xxk1 .ctbj h3 {
  padding-top: 20px;
  margin-top: 0;
  font-size: 32px;
  color: #525252;
  font-weight: bold;
}

.xxk1 .ctbj h4 small {
  display: inline-block;
  padding: 5px 12px;
  font-size: 12px;
  margin: 10px 10px 10px 0;
  color: #07a5b0;
  vertical-align: middle;
  background-color: #F0F0F0;
  font-weight: normal;
  border-radius: 50px;
}

.xxk1 .ctbj p {
  text-indent: 2em;
  margin-top: 20px;
  font-size: 14px;
  line-height: 28px;
}

.xxk1 .ctbj .fw-1 {
  background: url(../image/fw.png) no-repeat 0px 5px;
}

.xxk1 .ctbj .fw-2 {
  background: url(../image/fw.png) no-repeat 0px -75px;
}

.xxk1 .ctbj .fw-3 {
  background: url(../image/fw.png) no-repeat 0px -155px;
}

.xxk1 .ctbj .fw-4 {
  background: url(../image/fw.png) no-repeat 0px -235px;
}

.xxk1 .ctbj .fw-5 {
  background: url(../image/fw.png) no-repeat 0px -315px;
}

.xxk1 .ctbj .fw-6 {
  background: url(../image/fw.png) no-repeat 0px -395px;
}

.xxk1 .ctbj .fw-7 {
  background: url(../image/fw-1.png) no-repeat 0px 5px;
}

.xxk1 .ctbj .fw-8 {
  background: url(../image/fw-1.png) no-repeat 0px -75px;
}

.xxk1 .ctbj .fw-9 {
  background: url(../image/fw-1.png) no-repeat 0px -155px;
}

.xxk1 .ctbj .fw-10 {
  background: url(../image/fw-1.png) no-repeat 0px -235px;
}

.xxk1 .ctbj .fw-11 {
  background: url(../image/fw-1.png) no-repeat 0px -315px;
}

.xxk1 .ctbj .fw-12 {
  background: url(../image/fw-1.png) no-repeat 0px -395px;
}

.xxk1-1 .on {
  display: block;
}

.xxk1-1 img {
  width: 100%;
}

.xxk1-1 .ctbj1-1 {
  padding: 0;
  text-align: center;
  list-style: none;
  overflow: hidden;
}

.xxk1-1 .ctbj1-1 li {
  height: 40px;
  background: #07a5b0;
  border: 1px solid #FBFBFB;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  color: #fff;
  float: left;
  width: 20%;
  display: inline-block;
}

.xxk1-1 .ctbj1-1 li:hover {
  background: #07a5b0;
}

.xxk1-1 .ctbj1-1 li.cur {
  background: #07a5b0;
}

.xxk1-1 .ctbj-1 {
  display: none;
}

.news_content1 {
  padding-top: 20px;
}

.news_content1 dl {
  box-shadow: 1px 2px 5px #07a5b0;
  background: #fff;
  width: 100%;
  display: table;
  margin-bottom: 15px;
}

.news_content1 dl dt {
  background-color: rgba(0, 160, 233, 0.5) !important;
  vertical-align: middle;
  display: table-cell;
  width: 100px;
  text-align: center;
  color: #666;
}

.news_content1 dl dt c {
  display: block;
  font-size: 30px;
  color: #fff;
}

.news_content1 dl dt span {
  color: #fff;
}

.news_content1 dl dd {
  background: #FBFBFB !important;
  padding: 10px;
}

.news_content1 dl dd a {
  text-decoration: none;
}

.news_content1 dl dd h4 {
  height: 22px;
  overflow: hidden;
  margin-top: 10px;
  color: #07a5b0;
  font-size: 20px;
}

.news_content1 dl dd h4 a {
  color: #000000;
  text-decoration: none;
}

.news_content1 dl dd p {
  height: 33px;
  overflow: hidden;
  font-size: 14px;
  text-indent: 2em;
  color: #000;
  padding-bottom: 10px;
  margin: 0;
  line-height: 28px;
  letter-spacing: 0.5px;
}

.news_content1 dl:hover dd {
  background-color: rgba(0, 160, 233, 0.7) !important;
}

.news_content1 dl:hover dt {
  background-color: rgba(0, 160, 233, 0.6) !important;
}

.news_content1 dl:hover dt b,
.news_content1 dl:hover dt span {
  color: #FFFFFF !important;
}

.news_content1 dl:hover dd h4 {
  color: #fff;
}

.news_content1 dl:hover dd p {
  color: #fff;
}

.news_content1 dl:hover dd p a {
  color: #fff;
}

.lc {
  margin-top: 30px;
  margin-bottom: 30px;
}

.lc h3 {
  margin: 0;
  border-bottom: 1px solid #E8E8E8;
  padding: 20px 30px;
  color: #525252;
}

.lc img {
  padding: 20px;
  max-width: 100%;
}

.cl {
  padding: 0;
  margin-bottom: 30px;
}

.cl h3 {
  margin: 0;
  padding: 20px 0;
  color: #525252;
  border-bottom: 1px solid #E8E8E8;
  margin-bottom: 20px;
}

.cl .col-md-4 {
  width: 32%;
  margin: 0.5%;
  padding: 15px;
  background: #eee;
  border-radius: 3px;
}

.cl .col-md-4 img {
  width: 90px;
  height: 90px;
  float: left;
  display: block;
  margin-right: 5px;
  padding: 5px;
}

.cl .col-md-4 span {
  color: #07a5b0;
}

.cl .col-md-4 p {
  font-size: 12px;
  padding-top: 10px;
  line-height: 25px;
  height: 60px;
  overflow: hidden;
  color: #636366;
}

.cl .col-md-4 p span {
  color: #000;
}

.new-tel {
  margin-bottom: 30px;
  clear: both;
  background: #f8f8f8;
  padding: 20px 0;
  border-radius: 5px;
  overflow: hidden;
}

.new-tel div:first-of-type {
  padding: 8px 0 5px 20px;
  width: 50%;
  float: left;
  border-right: 1px solid #E5E5E5;
}

.new-tel div:first-of-type i {
  background: url(../image/zc_dh.png) no-repeat;
  height: 50px;
  width: 50px;
  float: left;
  margin-right: 22px;
}

.new-tel div:first-of-type c {
  margin-top: -15px;
  line-height: 75px;
  font-size: 18px;
  color: #07a5b0;
  display: block;
}

.new-tel div:last-of-type {
  padding-top: 10px;
  padding-right: 10px;
  width: 50%;
  float: left;
}

.new-tel div:last-of-type h5 {
  display: block;
  width: 280px;
  margin: auto;
  margin-right: 0;
}

.new-tel div:last-of-type h5 a {
  display: inline-block;
  height: 28px;
  padding: 0 15px;
  border: none;
  border-radius: 3px;
  overflow: visible;
  font-size: 14px;
  line-height: 28px;
  color: #fff;
  text-align: center;
  background: #07a5b0;
}

.new-tel div:last-of-type h5 a:last-child {
  background: #07a5b0;
  margin-left: 17px;
}

.new-tel div:last-of-type i {
  height: 50px;
  width: 50px;
  float: left;
  margin-right: 22px;
  background: url(../image/zc_kf.png) no-repeat;
}

.new-tel div:last-of-type span {
  color: #999;
  display: block;
  padding-top: 7px;
}

.path {
  margin-bottom: 30px;
}

.path h4 {
  padding-left: 18px;
  margin-bottom: 5px;
  margin-top: 0;
  background: url(../image/line.gif) left 9px no-repeat;
  color: #07a5b0;
  font-size: 15px;
  line-height: 30px;
}

.path div a {
  display: inline-block;
  text-align: center;
  border-radius: 3px;
  border: 1px solid #E8E8E8;
  color: #525252;
  margin: 0 20px 10px 0;
  width: 22%;
  line-height: 40px;
}

.path div a:hover {
  background: #07a5b0;
  color: #fff;
}

.new1 {
  padding-top: 0;
  background: #fff;
  padding-bottom: 30px;
}

.new1 > h4 {
  padding-left: 18px;
  background: url(../image/line1.gif) left 9px no-repeat;
  color: #464646;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 30px;
}

.new1 li h4 {
  width: 70% !important;
  font-size: 14px !important;
}

.jszc {
  text-align: center;
  padding-top: 20px;
}

#contact-p {
  position: fixed;
  right: 0;
  bottom: 50%;
  margin-bottom: -73.5px;
  z-index: 9999;
}

#contact-p div {
  width: 44px;
  height: 44px;
  margin-bottom: 5px;
  position: relative;
}

#contact-p div a {
  color: #FFFFFF;
  display: block;
  background: #07a5b0;
  transition: 0.35s;
  position: absolute;
  left: 0;
  width: 170px;
  height: 44px;
  line-height: 44px;
}

#contact-p div a:hover {
  left: -110px;
}

#contact-p div a i {
  float: left;
  font-size: 28px;
  padding: 0 8px;
}

#contact-p div a span {
  display: block;
  float: left;
}

#contact-p div img {
  width: 150px;
  display: none;
  position: absolute;
  left: -110px;
  bottom: -150px;
}

#contact-p div:hover img {
  display: block;
}

#contact-p .gototop {
  display: none;
}

@media (max-width: 767px) {
  .head {
    padding: 15px 0;
  }
  .head .logo {
    width: 100%;
    float: none;
    overflow: hidden;
    padding-top: 0;
  }
  .head .logo a {
    float: none;
  }
  .head .logo a img {
    width: 100%;
  }
  .banner [class^="b"] {
    height: 201px;
  }
  .title {
    margin: 30px 0;
  }
  .title h1 {
    font-size: 16px;
  }
  .services {
    padding-bottom: 10px;
  }
  .youshi-max ul li {
    width: 48%;
  }
  .pic-desc-row img, .pic-desc-row h3 {
    width: 100%;
  }
  .pic-desc-row h3 {
    margin: 10px 0;
  }
  .solution .col-md-2 {
    width: 50%;
    margin-bottom: 10px;
  }
  .case {
    display: none;
  }
  .news ul li {
    width: 100%;
	padding: 0;
  }
  .index-city li {
    width: 24%;
  }

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9{
	padding: 0;
}
.about p{
    padding: 0 15px;
    overflow: hidden;
    height: 150px;
    text-align: left;
    text-indent: 2em;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
.about p:hvoer{

}

  footer ul li:nth-child(1), footer ul li:nth-child(2), footer ul li:nth-child(3), footer ul li:nth-child(4) {
    display: none;
  }
  #contact {
    display: block !important;
    display: table;
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background: #07a5b0;
  }
  #contact > a {
    display: table-cell;
    vertical-align: middle;
    line-height: 40px;
    text-align: center;
    color: #FFFFFF;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    border-left: 1px solid rgba(255, 255, 255, 0.1);
  }
  #contact > a:last-child {
    border-right: 0;
  }
  #contact div {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    line-height: 40px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
  }
  #contact div > a {
    color: #FFFFFF;
  }
  #contact div ul {
    min-width: 100px;
    padding: 10px;
  }
  #contact div ul li a {
    padding: 5px 15px;
    text-align: center;
    border-bottom: 1px solid #eee;
  }
  #contact div ul li:last-child a {
    border-bottom: 0;
  }
  .info img {
    width: 100%;
  }
  .news .xxk .bjxw1 li {
    width: 100%;
  }
  .news .xxk .bjxw1 li h4 {
    width: 60%;
  }
  .bjcs li {
    width: 24%;
  }
  .bjcs li a {
    font-size: 12px;
  }
  c {
    display: block;
    font-size: 16px;
  }
  .owl-theme .owl-dots {
    bottom: 0;
  }
  .xxk1 .ctbj .ctbj-fw {
    width: 100%;
  }
  .ctbj {
    height: 100% !important;
  }
  .ctbj c {
    display: block;
    font-size: 18px !important;
  }
  .bjxw1 li {
    float: none !important;
  }
  .foot_nav .container {
    padding: 0 !important;
  }
  .foot_left {
    padding: 0 !important;
  }
  .head .col-md-5 {
    margin-top: 0;
  }
  .shinei table tr td {
    line-height: 1;
  }
  .path {
    clear: both;
    margin-top: 3em;
  }
  .path div a {
    width: 47%;
    overflow: hidden;
    white-space: nowrap;
    margin: 1%;
  }
  a {
    font-size: 12px !important;
  }
  .head .col-md-5 img {
    margin: auto;
    display: block !important;
    float: none;
  }
  .row {
    margin: 0 !important;
  }
  .item .img {
    width: 100%;
  }
  .logo img {
    display: block;
    margin: auto;
    width: auto !important;
  }
}