@charset "UTF-8";
.col-md-20 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 768px) {
  .col-md-20 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

a:hover,
a:focus {
  color: #D9060F;
  text-decoration: none !important;
  cursor: pointer;
}

ol {
  margin-bottom: 0;
}

ul,
li {
  padding: 0;
  margin: 0;
  list-style: none;
}
.con img{max-width:100%;height:auto;}

.con table p{margin-bottom: 0;}

.pd {
  padding: 40px 0;
}

.pd img{max-width:100%;height:auto;}

@media (min-width: 992px) {
  .pd {
    padding: 80px 0;
  }
}

.bg1 {
  background: #F5F5F5;
}

.bg2 {
    background: #F5F5F5;
    background-image: url(/upload/2020/07/24/201912181987677.jpg);
    background-attachment: fixed;
    align-items: center;
	-webkit-box-pack: center;
    justify-content: center;

}


.dt-tit {
  text-align: center;
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .dt-tit {
    margin-bottom: 50px;
  }
}

.dt-tit h4 {
  font-weight: 500;
  font-size: 24px;
  line-height: 34px;
  color: #111111;
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .dt-tit h4 {
    font-size: 30px;
    line-height: 45px;
  }
}

.dt-tit span {
  font-size: 16px;
  line-height: 24px;
  color: #999999;
  text-transform: uppercase;
}

.ywly .item {
  text-align: center;
  display: block;
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .ywly .item {
    margin-bottom: 0;
  }
}

.ywly .item:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.ywly .item:hover p {
  color: #D9060F;
}

.ywly .item .img {
  overflow: hidden;
}

.ywly .item .img img {
  -webkit-transition: all .3s;
  transition: all .3s;
}

.ywly .item p {
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 28px;
  color: #333333;
}

.rmcp .nav {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px;
}

.rmcp .nav li a {
  display: inline-block;
  padding: 6px 20px;
  font-size: 16px;
  line-height: 24px;
  margin: 0 10px;
  border: 1px solid #DDDDDD;
  color: #666666;
}

.rmcp .nav li a.active {
  border: 1px solid #D9060F;
  background: #D9060F;
  color: #FFFFFF;
}

.rmcp .tab-content {
  width: 100%;
}

.rmcp .tab-content .tabCon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.rmcp .tab-content .tabCon .item {
  display: block;
  text-align: center;
  background: #FFFFFF;
  margin-bottom: 30px;
}

.rmcp .tab-content .tabCon .item:hover {
  -webkit-box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.1);
}

.rmcp .tab-content .tabCon .item:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.rmcp .tab-content .tabCon .item .img {
  overflow: hidden;
  padding: 8px;
}

.rmcp .tab-content .tabCon .item .img img {
  -webkit-transition: all .3s;
  transition: all .3s;
  
}

.rmcp .tab-content .tabCon .item .txt {
  padding: 15px 20px;
  position: relative;
}

.rmcp .tab-content .tabCon .item .txt::after {
  content: '';
  width: 86%;
  height: 1px;
  background: #ebebeb;
  position: absolute;
  top: 0px;
  left: 7%;
}

.rmcp .tab-content .tabCon .item .txt p {
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.jjfa {
  background-image: url(../images/07.jpg);
  background-repeat: no-repeat;
}

.jjfa .dt-tit h4 {
  color: #FFFFFF;
}

.jjfa .dt-tit span {
  color: #cccccc;
}

.jjfa .item {
  background: #ffffff;
  padding: 15px;
  display: block;
  margin-bottom: 15px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media (min-width: 992px) {
  .jjfa .item {
    margin-bottom: 0;
  }
}

.jjfa .item .media img {
  width: 120px;
}

@media (min-width: 768px) {
  .jjfa .item .media img {
    width: 180px;
  }
}

@media (min-width: 992px) {
  .jjfa .item .media img {
    width: 270px;
  }
}

.jjfa .item .media h5 {
  font-size: 18px;
  line-height: 28px;
  color: #333333;
  margin-top: 0;
  margin-bottom: 4px;
}

@media (min-width: 992px) {
  .jjfa .item .media h5 {
    margin-top: 5px;
    margin-bottom: 10px;
  }
}

.jjfa .item .media p {
  font-size: 14px;
  line-height: 22px;
  max-height: 66px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .jjfa .item .media p {
    -webkit-line-clamp: 3;
    margin-bottom: 10px;
  }
}

.jjfa .item .media span {
  font-size: 14px;
  line-height: 22px;
  color: #D9060F;
}

.hzkh .hzkh-logo {
  padding-bottom: 40px;
}

.hzkh .hzkh-logo img {
  display: block;
  width: 100%;
  margin-bottom: 30px;
}

.gywm .txt {
  margin-top: 40px;
}

@media (min-width: 992px) {
  .gywm .txt {
    margin-top: 0;
  }
}

.gywm .txt h4 {
  font-weight: 500;
  font-size: 24px;
  line-height: 34px;
  color: #111111;
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .gywm .txt h4 {
    margin-bottom: 30px;
    font-size: 30px;
    line-height: 45px;
  }
}

.gywm .txt h4 span {
  font-size: 16px;
  line-height: 24px;
  color: #999999;
  text-transform: uppercase;
  font-weight: normal;
  display: inline-block;
  margin-left: 8px;
}

.gywm a.btn {
  border: 1px solid #ebebeb;
  padding: 10px 30px;
  color: #666666;
  font-size: 14px;
  line-height: 20px;
  border-radius: 0;
  margin-top: 20px;
}

.gywm a.btn:hover {
  background: #D9060F;
  color: #ffffff;
  border: 1px solid #D9060F;
}

.gsxw .item {
  display: block;
  background: #ffffff;
  padding: 30px 30px 20px;
  margin-bottom: 20px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.gsxw .item:hover {
  -webkit-box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.1);
  margin-top: -5px;
}

@media (min-width: 992px) {
  .gsxw .item {
    margin-bottom: 0;
  }
}

.gsxw .item h4 {
  font-size: 16px;
  line-height: 24px;
  height: 24px;
  color: #000000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.gsxw .item span {
  font-size: 12px;
  line-height: 18px;
  color: #999999;
}

.gsxw .item p {
  font-size: 14px;
  line-height: 22px;
  color: #666666;
  margin: 15px 0 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.gsxw .item i {
  display: inline-block;
  width: 100%;
  text-align: right;
  font-style: normal;
  font-size: 12px;
  line-height: 18px;
  color: #D9060F;
}

.footer {
  background: #333;
}

.footer .footer-nav h4 {
  margin-bottom: 0;
}

.footer .footer-nav h4 a {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  line-height: 16px;
  margin-top: 0;
  margin-bottom: 20px;
  display: inline-block;
}

.footer .footer-nav h4 a:hover {
  color: #D9060F;
}

.footer .footer-nav p {
  margin-bottom: 0;
}

.footer .footer-nav p a {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #f2f2f2;
  margin-bottom: 6px;
  display: inline-block;
}

.footer .footer-nav p a:hover {
  color: #D9060F;
}

.footer .footer-contact ul li {
  font-size: 14px;
  line-height: 20px;
  color: #f2f2f2;
  margin-bottom: 6px;
}

.bq {
  background: #222222;
  padding: 15px 0;
}

.bq .txt {
  text-align: center;
}

.bq .txt span {
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
}

.nbanner {
  width: 100%;
}


@media (max-width: 768px) {
	.ml-banner .img-fluid{
	max-width: 150%;
	height: auto;
	margin-left: -25%;
	}
}

#page {
  text-align: center;
  margin-top: 40px;
}

#page .pagination {
  margin: 20px 0 0;
}

#page .pagination > .active > a {
  z-index: 3;
  color: #FFFFFF;
  cursor: default;
  background-color: #D9060F;
  border-color: #D9060F;
}

#page .pagination > li > a,
#page .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #999;
  border: 1px solid #ddd;
}

.gsjj img {
  margin-top: 30px;
}

.qyzz .item {
  text-align: center;
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .qyzz .item {
    margin-bottom: 0;
  }
}

.qyzz .item p {
  font-size: 16px;
  line-height: 24px;
  margin-top: 15px;
  margin-bottom: 0;
}

.cjzs .img {
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .cjzs .img {
    margin-bottom: 0;
  }
}

.njjfa {
  background: #F5F5F5;
}

.njjfa .item {
  margin-bottom: 20px;
}

.place {
  background: #F5F5F5;
}

.place .place-nav {
  float: right;
  font-size: 12px;
  color: #636363;
  text-align: right;
  line-height: 40px;
}

.place .place-nav a {
  color: #636363;
}

.place .place-nav a:hover {
  color: #D9060F;
}

.ncon h4 {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}

.ncon .tag {
  text-align: center;
  color: #999;
  font-size: 14px;
  margin-bottom: 40px;
}

.ncon p {
  margin-bottom: 20px;
}

.ngsxw .item {
  margin-bottom: 30px;
}

a.back {
  margin-top: 60px;
  display: inline-block;
  padding: 8px 24px;
  border: 1px solid #D9060F;
  color: #D9060F;
  -webkit-transition: .2s;
  transition: .2s;
  border-radius: 4px;
}

a.back:hover {
  background: #D9060F;
  color: #FFFFFF;
}

.lxwm .item {
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .lxwm .item {
    margin-bottom: 0;
  }
}

.lxwm .item h5 {
  font-size: 18px;
  line-height: 30px;
}

.lxwm .item ul li {
  font-size: 14px;
  line-height: 24px;
  color: #666666;
}

.lxwm .thumbnail {
  padding: 6px;
  background-color: #fff;
  margin-top: 0;
}

@media (min-width: 992px) {
  .lxwm .thumbnail {
    margin-top: 50px;
  }
}

.product-list .filter-options-item {
  background: #ffffff;
  border-radius: 2px;
  padding: 25px 20px 15px;
  margin: 0 0 30px;
}

.product-list .filter-options-item .filter-options-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

.product-list .filter-options-item .nav-item {
  padding: 10px 0 12px;
  border-bottom: .5px solid #ebebeb;
}

.product-list .filter-options-item .nav-item:last-child {
  border-bottom: 0;
}

.product-list .filter-options-item .nav-item .item-con {
  position: relative;
  display: block;
  font-size: 16px;
}

.product-list .filter-options-item .nav-item .item-con a {
  color: #333333;
}

.product-list .filter-options-item .nav-item .item-con a.on {
  color: #C60911;
}

.product-list .filter-options-item .nav-item .item-con .pro-dropdown {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 14px;
  padding: 2px 4px;
  cursor: pointer;
}

.product-list .filter-options-item .nav-item .pro-drop {
  margin-top: 8px;
  display: none;
}

.product-list .filter-options-item .nav-item .pro-drop li {
  padding-left: 20px;
}

.product-list .filter-options-item .nav-item .pro-drop li a {
  font-size: 14px;
  line-height: 24px;
  color: #666666;
}

.product-list .item {
  display: block;
  text-align: center;
  background: #FFFFFF;
  margin-bottom: 30px;
}

.product-list .item:hover {
  -webkit-box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.1);
}

.product-list .item:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.product-list .item .img {
  overflow: hidden;
  padding: 8px;
}

.product-list .item .img img {
  -webkit-transition: all .3s;
  transition: all .3s;
   
}

.product-list .item .txt {
  padding: 15px 20px;
  position: relative;
}

.product-list .item .txt::after {
  content: '';
  width: 86%;
  height: 1px;
  background: #ebebeb;
  position: absolute;
  top: 0px;
  left: 7%;
}

.product-list .item .txt p {
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.pro-detail {
  padding: 50px 0;
}

.pro-detail .pro-banner {
  margin-bottom: 30px;
}

.pro-detail .pro-txt {
  padding-left: 0;
}

@media (min-width: 992px) {
  .pro-detail .pro-txt {
    padding-left: 30px;
  }
}

.pro-detail .pro-txt h4 {
  font-size: 24px;
  color: #111111;
  line-height: 40px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #ccc;
}

.pro-detail .pro-txt p {
  font-size: 16px;
  line-height: 30px;
  color: #333333;
}

.pro-bottom {
  padding: 30px 0;
}

.pro-bottom .tab-tit {
  padding: 8px 80px;
  background: #D9060F;
  font-size: 16px;
  color: #FFFFFF;
  text-align: center;
  line-height: 20px;
  display: inline-block;
  margin-bottom: 30px;
}

.pro-bottom .con img {
  display: block;
  max-width: 100%;
  margin: 10px auto;
  height: auto !important;
}

.pro-bottom .con p {
  font-size: 14px;
  color: #555555;
  line-height: 24px;
}

.pro-paging {
  margin-bottom: 40px;
}

.pro-paging .paging-box {
  background: #F7F7F7;
  font-size: 15px;
  line-height: 24px;
  padding: 10px 20px;
}

.pro-paging .paging-box a {
  color: #555;
  margin: 5px 0;
}

.pro-paging .paging-box .left {
  float: left;
}

.pro-paging .paging-box .right {
  float: left;
}

@media (min-width: 992px) {
  .pro-paging .paging-box .right {
    float: right;
  }
}

.nNav {
  margin-bottom: 50px;
  text-align: center;
}

.nNav a {
  display: inline-block;
  text-align: center;
  padding: 6px 15px;
  border: 1px solid #CCCCCC;
  color: #666;
  font-size: 14px;
  margin: 0 20px 15px 0;
}

.nNav a.on, .nNav a:hover {
  background-color: #D9060F;
  border-color: #D9060F;
  color: #FFFFFF;
}
.ywjs ul {padding-inline-start: 40px;}
.ywjs ul li {list-style-type: disc;} 

.ywjs .item h4 {
  margin-bottom: 20px;
}

.ywjs .item h5 {
  margin-bottom: 10px;
}

.ywjs .line {
  border: 1px dashed #ebebeb;
  margin: 60px 0;
}

/* 放大功能 */
.tb-pic a {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.tb-pic a img {
  vertical-align: middle;
  width: 100%;
  height: 100%;
  padding:5px;
}

.jqzoom{padding:5px;}

.tb-pic a {
  *display: block;
  *font-family: Arial;
  *line-height: 1;
  display: block;
}

.tb-thumb {
  overflow: hidden;
}

.tb-thumb li {
  float: left;
  overflow: hidden;
  width: 20%;
  border: 1px solid transparent;
}

.tb-booth {
  position: relative;
  z-index: 1;
}

.tb-thumb .tb-selected {
  padding: 1px;
  border: 1px solid #D9060F;
}

.tb-thumb .tb-selected div {
  border: medium none;
}

div.zoomDiv {
  z-index: 999;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 200px;
  height: 200px;
  background: #ffffff;
  display: none;
  text-align: center;
  overflow: hidden;
}

div.zoomMask {
  position: absolute;
  background: url("../images/mask.png") repeat scroll 0 0 transparent;
  cursor: move;
  z-index: 1;
}

.tb-thumb li:last-child {
  margin: 0;
}

.ch-category {
  text-align: center;
  margin-bottom: 30px;
  padding: 0 15px;
}

@media (min-width: 992px) {
  .ch-category {
    margin-bottom: 50px;
  }
}

.ch-category a {
  color: #333;
  font-size: 14px;
  line-height: 30px;
}

@media (min-width: 768px) {
  .ch-category a {
    font-size: 16px;
  }
}

.ch-category a.active {
  color: #D9060F;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.ch-category a:hover {
  color: #D9060F;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.ch-category span {
  display: inline-block;
  margin: 0 12px;
  color: #cccccc;
}

@media (min-width: 768px) {
  .ch-category span {
    margin: 0 30px;
  }
}

#cd-timeline {
  position: relative;
  padding: 2em 0;
  margin-top: 2em;
  margin-bottom: 2em;
}

#cd-timeline::before {
  /* this is the vertical line */
  content: '';
  position: absolute;
  top: 0;
  left: 18px;
  height: 100%;
  width: 4px;
  background: #d7e4ed;
}

@media only screen and (min-width: 1170px) {
  #cd-timeline {
    margin-top: 3em;
    margin-bottom: 3em;
  }
  #cd-timeline::before {
    left: 50%;
    margin-left: -2px;
  }
}

.cd-timeline-block {
  position: relative;
  margin: 2em 0;
}

.cd-timeline-block:after {
  content: "";
  display: table;
  clear: both;
}

.cd-timeline-block:first-child {
  margin-top: 0;
}

.cd-timeline-block:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 1170px) {
  .cd-timeline-block {
    margin: 2em 0;
  }
  .cd-timeline-block:first-child {
    margin-top: 0;
  }
  .cd-timeline-block:last-child {
    margin-bottom: 0;
  }
}

.cd-timeline-img {
  position: absolute;
  top: 18px;
  left: 8px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 3px solid #ffffff;
}

.cd-timeline-img img {
  display: block;
  width: 24px;
  height: 24px;
  position: relative;
  left: 50%;
  top: 50%;
  margin-left: -12px;
  margin-top: -12px;
}

.cd-timeline-img.c1 {
  background: #CCCCCC;
}

.cd-timeline-img.c2 {
  background: #D9060F;
}

@media only screen and (min-width: 1170px) {
  .cd-timeline-img {
    width: 24px;
    height: 24px;
    left: 50%;
    margin-left: -12px;
  }
  .cssanimations .cd-timeline-img.is-hidden {
    visibility: hidden;
  }
  .cssanimations .cd-timeline-img.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-1 0.6s;
    animation: cd-bounce-1 0.6s;
  }
}

.cd-timeline-content {
  position: relative;
  margin-left: 60px;
  background: white;
  border-radius: 0.25em;
  padding: 1em;
}

.cd-timeline-content:after {
  content: "";
  display: table;
  clear: both;
}

.cd-timeline-content h2 {
  color: #303e49;
}

.cd-timeline-content p, .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
  font-size: 13px;
  font-size: 0.8125rem;
}

.cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
  display: inline-block;
}

.cd-timeline-content p {
  margin: 1em 0;
  line-height: 1.6;
}

.cd-timeline-content .cd-read-more {
  float: right;
  padding: .8em 1em;
  background: #acb7c0;
  color: white;
  border-radius: 0.25em;
}

.no-touch .cd-timeline-content .cd-read-more:hover {
  background-color: #bac4cb;
}

a.cd-read-more:hover {
  text-decoration: none;
  background-color: #424242;
}

.cd-timeline-content .cd-date {
  float: left;
  padding: .8em 0;
  opacity: 0.7;
  font-weight: bold;

}

.cd-timeline-content::before {
  content: '';
  position: absolute;
  top: 16px;
  right: 100%;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-right: 7px solid white;
}

@media only screen and (min-width: 768px) {
  .cd-timeline-content h2 {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .cd-timeline-content p {
    font-size: 1rem;
  }
  .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media only screen and (min-width: 1170px) {
  .cd-timeline-content {
    margin-left: 0;
    padding: 1em;
    width: 45%;
  }
  .cd-timeline-content::before {
    top: 24px;
    left: 100%;
    border-color: transparent;
    border-left-color: white;
  }
  .cd-timeline-content .cd-read-more {
    float: left;
  }
  .cd-timeline-content .cd-date {
    position: absolute;
    width: 100%;
    left: 122%;
    top: 0;
    font-size: 20px;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content {
    float: right;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
    top: 24px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: white;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
    float: right;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
    left: auto;
    right: 122%;
    text-align: right;
  }
  .cssanimations .cd-timeline-content.is-hidden {
    visibility: hidden;
  }
  .cssanimations .cd-timeline-content.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-2 0.6s;
    animation: cd-bounce-2 0.6s;
  }
}

@media only screen and (min-width: 1170px) {
  /* inverse bounce effect on even content blocks */
  .cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
    -webkit-animation: cd-bounce-2-inverse 0.6s;
    animation: cd-bounce-2-inverse 0.6s;
  }
}
/*# sourceMappingURL=style.css.map */





.prolc{
    background: #F2F2F2;
    padding: 60px 0 36px;
}
.prolc .item {
	background: #FFFFFF;
	border-radius: 6px;
	padding: 30px;
	text-align: center;
	position: relative;
	margin-bottom: 24px;
}
.prolc .item i {
	font-size: 18px;
	line-height: 30px;
	color: #FFFFFF;
	position: absolute;
	top: 2px;
	left: 8px;
	z-index: 100;
}
.prolc .item img {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 99;
}
.prolc .item h4 {
	font-size: 18px;
	line-height: 30px;
	color: #111111;
	margin-bottom: 12px;
	font-weight: normal;
}
.prolc .item p {
	font-size: 14px;
	line-height: 24px;
	color: #636363;
}

.col-zdlg-2-5{
float: left;
width:20%;
}