﻿.bg-blue1 {
  background: #0082d1;
}
.bg-l {
  background: #cef0ff;
}
.bg-f2 {
  background: #f2f2f2;
}
.bg-liyou {
  background: url(../Images/bg-4liyou.jpg) no-repeat center top;
}
.f-blue1 {
  color: #0082d1;
}
.f-blue2 {
  color: #2196f3;
}
.f-green {
  color: #ccdb38;
}
.f-21 {
  color: #212121;
}
.f-72 {
  color: #727272;
}
.f-b6 {
  color: #b6b6b6;
}
.f-ff {
  color: #ffffff;
}
.f-00 {
  color: #000000;
}
.f-tel {
  font-size: 30px;
}
.opic2 {
  opacity: .7;
}
.clear {
  clear: both;
}
.box-shadow {
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}
.text-shadow {
  text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
}
.position {
  position: relative;
  z-index: 100;
}
.bor-bottom {
  border-bottom: 1px solid #b6b6b6;
}
/*头部信息*/
.top-head {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.top-word {
  line-height: 31px;
  font-size: 12px;
}
.top-word a {
  color: #727272;
  display: inline-block;
  padding: 0px 10px;
}
.top-tag {
  background: #0082d1;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.tel-center {
  line-height: 100%;
}
.tel-center h3 {
  font-size: 20px;
  font-family: "楷体";
  line-height: 120%;
  font-weight: bold;
}
.tel-center i {
  font-size: 16px;
  margin-left: 10px;
}
.container {
  max-width: 1170px;
}
/*主体导航样式*/
.nav-bg {
  background: url(../Images/nav-bg.jpg) repeat-x left top;
  line-height: 53px;
}
.top-nav ul li {
  float: left;
  width: 11%;
  height: 53px;
  text-align: center;
}
.top-nav ul li a {
  color: #ffffff;
}
/*幻灯片控制器样式*/
#owl-demo {
  background: #ffffff;
}
#owl-demo .owl-controls {
  position: absolute;
  right: 0px;
  text-align: center;
  line-height: 22px;
  bottom: 15px;
  left: 50%;
  margin-left: -30px;
}
#owl-demo .owl-page {
  float: left;
}
#owl-demo span {
  display: inline-block;
  font-size: 20px;
  text-align: center;
  padding: 0 5px;
  border-radius: 30%;
  margin-right: 5px;
  color: #ffffff;
  padding: 5px 10px;
  background: #0082d1;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
}
#owl-demo .active span {
  color: #000000;
}
#owl-demo .active span:hover {
  background: #0082d1;
  color: #000000;
}
/*搜索栏样式*/
.search {
  color: #ffffff;
  line-height: 46px;
}
.search a {
  color: #ffffff;
  margin-right: 10px;
}
.search input {
  width: 250px;
}
input {
  height: 24px;
  border-radius: 5px;
  background: #ffffff;
  border: none;
  font-size: 12px;
  color: #727272;
  padding: 0 5px;
  margin: 0;
}
button {
  height: 24px;
  line-height: 24px;
  border-radius: 5px;
  color: #212121;
  border: none;
  background: #ffffff;
}
button:hover {
  color: #0082d1;
}
/*我们的服务*/
.service {
  overflow: hidden;
}
.service li {
  padding-top: 30px;
  text-align: center;
  width: 20%;
  float: left;
  animate-duration: 2s;
  animate-delay: 1s;
  animate-iteration-count: 1;
}
.service li img {
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.service li:hover img {
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.service li p {
  margin-top: 10px;
  text-align: center;
  font-size: 18px;
  color: #212121;
}
.service li p i {
  padding-left: 60px;
  background: url(../Images/icon-l.jpg) no-repeat left center;
}
.service li p span {
  display: block;
  float: right;
  background: url(../Images/icon-r.jpg) no-repeat left center;
  width: 37px;
  margin-right: 10px;
}
/*案例展示*/
.tit-main h1 {
  font-size: 36px;
  font-weight: bold;
}
.tit-main h2 {
  position: relative;
  font-size: 40px;
  padding-top: 25px;
}
.tit-main h2 span {
  position: absolute;
  z-index: -1;
  top: 0;
  font-size: 66px;
  margin-left: -60px;
  color: #ddd;
}
.tit-main h2 i {
  text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
}
.tit-main h3 {
  font-size: 40px;
  background: url(../Images/case.jpg) no-repeat center top;
  padding-top: 30px;
  text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
}
.tit-main h4 {
  font-size: 40px;
  background: url(../Images/khjz.jpg) no-repeat center top;
  padding-top: 30px;
  text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
}
.tit-main p {
  margin-top: 10px;
  font-size: 16px;
}
.tit-main blockquote {
  display: inline-block;
  padding: 5px 25px;
  border: 1px solid #b6b6b6;
}
.tit-main blockquote i {
  color: #0082d1;
}
.new-into {
  position: relative;
  z-index: 10;
}
.new-into .new-into-into {
  position: absolute;
  top: -150px;
}
.new-into .new-into-into h2 {
  padding: 80px 10px;
  position: relative;
  background: #0082d1;
  font-size: 20px;
  padding-top: 25px;
}
.new-into .new-into-into h2 span {
  position: absolute;
  top: 10px;
  font-size: 36px;
  color: rgba(255, 255, 255, 0.2);
  z-index: 0;
}
.new-into .new-into-into h2 i {
  text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
  border-bottom: 2px solid #ffffff;
}
.new-into .new-into-menu a {
  display: inline-block;
  padding: 0px 5px;
  border: 1px solid #ffffff;
  font-size: 14px;
  color: #ffffff;
  margin: 20px 10px 0 0;
}
.new-into .new-into-menu a:hover {
  background: #212121;
}
/*下拉样式表*/
.accordion {
  text-align: center;
}
.accordion i {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.accordion .open .link {
  color: #0082d1;
}
.accordion .open i {
  color: #0082d1;
}
.accordion .open .glyphicon-chevron-down {
  -moz-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  transform: scaleY(-1);
  /*IE*/
  filter: FlipV;
  margin-top: -5px;
}
.accordion .accordion-box {
  display: inline-block;
  text-align: center;
  width: 14%;
  font-size: 16px;
  border: 1px solid #b6b6b6;
  margin: 0 10px;
  position: relative;
  z-index: 10;
  line-height: 36px;
}
.accordion .accordion-box a {
  font-size: 16px;
}
.accordion .accordion-box ul {
  display: none;
  position: absolute;
  top: 36px;
  background: #ffffff;
  width: 100%;
  border: 1px solid #b6b6b6;
}
.accordion .accordion-box ul li {
  display: block;
  text-align: center;
}
/*案例列表*/
.prolist-main {
  overflow: hidden;
}
.prolist-main li {
  border: 1px solid #ffffff;
  width: 25%;
  float: left;
}
.prolist-main-into {
  overflow: hidden;
}
.prolist-main-into li {
  margin-top: 10px;
  border: 1px solid #ffffff;
  width: 25%;
  overflow: hidden;
  float: left;
}
.prolist-main-into li .prolist-main-tit a {
  display: block;
  text-align: center;
  font-size: 18px;
  line-height: 46px;
  background: #b6b6b6;
  color: #212121;
}
.prolist-main-into li .prolist-main-tit a:hover {
  background: #0082d1;
  color: #ffffff;
}
.fanye {
  text-align: center;
}
.fanye span {
  display: inline-block;
  padding: 2px 10px;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
  border: 1px solid #ddd;
  margin: 0 5px;
}
.fanye span:hover {
  background: #0082d1;
  color: #ffffff;
}
.fanye a {
  display: inline-block;
  padding: 2px 10px;
  background: #ddd;
  margin: 0 5px;
}
.fanye a:hover {
  background: #0082d1;
  color: #ffffff;
}
.program .tit-main h3 {
  background: url(../Images/program-txt.png) no-repeat center top;
}
.program .program-list {
  background: url(../Images/program-img.png) no-repeat 52% 140px;
  padding: 50px 0;
}
.program .program-list .col-md-2 {
  padding-top: 100px;
}
.program .program-list .left {
  padding-right: 170px;
}
.program .program-list .right {
  padding-left: 205px;
}
.program .program-item {
  margin-bottom: 50px;
}
.program .program-item h4 {
  font-size: 22px;
  line-height: 22px;
  color: #000;
  margin-left: 70px;
}
.program .program-item h5 {
  font-size: 14px;
  color: #999999;
  margin-left: 70px;
  margin-bottom: 12px;
}
.program .program-item p {
  margin: 0px 0px 0px 70px;
  margin-bottom: 0 !important;
  font-size: 14px;
  color: #666666;
  line-height: 28px;
}
.program .program-item p span {
  color: #0082d1;
}
.program .program-item .number {
  float: left;
  padding: 1px;
  border: 1px solid #0082d1;
}
.program .program-item .number span {
  text-align: center;
  display: inline-block;
  font-size: 36px;
  font-weight: bold;
  line-height: 40px;
  width: 50px;
  height: 40px;
  color: #fff;
  background: #0082d1;
}
/* portfolio content */
.folio-item .item-wrap {
  background: #111417;
  overflow: hidden;
  position: relative;
}
.folio-item .item-wrap a {
  display: block;
  cursor: pointer;
  position: relative;
 
} 
/* overlay */
.folio-item .item-wrap .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 130, 209, 0.6);
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  zoom: 1;
  -moz-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.folio-item .item-wrap .link-icon {
  display: block;
  height: 30px;
  border: 1px solid #ffffff;
  padding: 0px 10px;
  font-size: 14px;
  text-align: center;
  color: #ffffff;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  zoom: 1;
  -moz-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  position: absolute;
  top: 60%;
  left: 50%;
  margin-top: -15px;
  margin-left: -40px;
}
.folio-item .item-wrap .link-icon a {
  color: #ffffff;
}
.folio-item .item-wrap img {
  vertical-align: bottom;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.folio-item .portfolio-item-meta {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 10%;
  left: -100px;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  zoom: 1;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.folio-item .portfolio-item-meta h5 {
  font-size: 25px;
  letter-spacing: 2px;
  color: white;
  margin: 0;
}
.folio-item .portfolio-item-meta p {
  font-size: 13px;
  color: #ffffff;
  margin: 0;
}
/* on hover */
.folio-item:hover .overlay,
.folio-item:hover .link-icon,
.folio-item:hover .portfolio-item-meta {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  zoom: 1;
}
.folio-item:hover .portfolio-item-meta {
  left: 0;
}
.folio-item:hover .item-wrap img {
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
/**/
.bg-about {
  background: url(../Images/line-about-y.jpg) no-repeat left top 20px;
}
/*选择我们的四大理由*/
.liyou4 li {
  position: relative;
  width: 23%;
  margin: 0 1%;
  float: left;
  z-index: 1;
  text-align: center;
  color: #ffffff;
}
.liyou4 li img {
  max-width: 95%;
}
.liyou4 li .liyou-word {
  position: absolute;
  top: 20%;
  left: 10%;
  width: 80%;
  display: inline-block;
}
.liyou4 li .liyou-word h5 {
  font-size: 18px;
  font-weight: bold;
}
/*我们的优势*/
.shuzi li h1 {
  font-size: 50px;
  color: #0082d1;
}
.shuzi li p {
  font-size: 16px;
  color: #212121;
}
.kehu img {
  border: 1px solid #b6b6b6;
}
/*新闻列表*/
.new {
  -webkit-transition: all 0.4s ;
  -o-transition: all 0.4s ;
  transition: all 0.4s ;
}
.new ul li {
  overflow: hidden;
  border-bottom: 1px dashed #b6b6b6;
  line-height: 36px;
}
.new ul li i {
  float: right;
}
.new-tit {
  font-size: 18px;
}
.new-tit a {
  float: right;
  font-size: 12px;
}
/*底部样式*/
.link-main {
  border-top: 1px solid #b6b6b6;
}
.link-main a {
  padding: 0 15px;
  border-right: 1px solid #b6b6b6;
}
.foot-menu {
  background: #303032;
  text-align: center;
  line-height: 36px;
}
.foot-menu a {
  color: #ffffff;
  padding: 0 35px;
}
.foot {
  background: #0082d1;
  overflow: hidden;
}
.foot input {
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
  width: 95%;
}
.foot button {
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}
.foot button:hover {
  background: rgba(0, 0, 0, 0.2);
  color: #ffffff;
}
/*面包屑*/
.mianbao a {
  margin: 0 5px;
}
.main-into {
  min-height: 600px;
}
/*内页新闻样式*/
.new-center {
  box-shadow: 0px 5px 35px rgba(0, 0, 0, 0.2);
  padding: 20px;
}
.newslist-into li {
  margin-bottom: 20px;
}
.newslist-into li p {
  overflow: hidden;
  border-bottom: 1px solid #b6b6b6;
}
.cens-into {
  box-shadow: 0px 5px 35px rgba(0, 0, 0, 0.2);
  padding: 10px 20px 20px 20px;
}
.news-into-tit {
  font-size: 26px;
  border-bottom: 1px solid #b6b6b6;
}
.news-into-tit p {
  font-size: 12px;
  line-height: 100%;
}
.product-slider-con {
  background-color: #eee;
}
.product-photo-slider {
  position: relative;
  margin-bottom: 20px;
  margin-top: 20px;
  text-align: center;
}
.product-photo-slider .photo-con {
  margin-bottom: 20px;
}
.product-photo-slider .slider-thumbnail {
  position: absolute;
  left: 10%;
  bottom: 10%;
  width: 320px;
}
.product-photo-slider .slider-thumbnail img {
  width: 60px;
  margin: 0 auto;
  padding: 2px;
  border: 1px solid #fff;
}
.product-des {
  margin-top: 20px;
}
.product-des h1 {
  font-size: 24px;
  border-bottom: 1px dashed #999;
}
.product-des h1 span {
  margin-left: 30px;
  font-size: 14px;
  color: #666;
}
.product-des .product-des-category {
  border-bottom: 1px solid #999;
  margin-bottom: 20px;
}
.product-des .product-des-category span {
  padding-right: 10px;
  font-weight: bold;
}
.product-des .product-des-tel {
  background-color: #fb444d;
  font-size: 24px;
  color: #fff;
  display: inline-block;
  padding: 10px 20px;
}
.product-des .product-des-tel span {
  padding-right: 25px;
}
.cut-banner {
  font-size: 20px;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 40px;
  background-color: #999;
}
.cut-banner p {
  display: inline-block;
  padding: 5px 30px;
  border-left: 45px solid #fb444d;
  color: #fff;
  margin-bottom: 0 !important;
}
