/*********************************************************************************

	Version: 1.0

	Note: This is custom css. All custom styles (user styles) declare here.

**********************************************************************************/

/*框架*/
.box{
  /* margin-top:50px; */
   /* margin-bottom:50px; */
    overflow:hidden;}


/*九宫格*/
.jiugong{float:left; width:100%;}
.jiugong ul{
  margin: 0;
  padding: 0;
}
.jiugong li{float:left;
   list-style: none;
  width:33.333%; text-align:center; padding-bottom:20px; padding-top:20px;}
.jiugong li em{display:block; width:50px; height:50px; margin:0 auto;}
.jiugong li a{color:rgba(18, 17, 18, 0.95);}

.jiugong li.bline{border-bottom: 1px solid rgba(18, 17, 18, 0.95);}
.jiugong li.rline{background:url(../images/line.png) repeat-y right;}

.jiugong li.jg01 em{background:url(../images/jg01.png) no-repeat;}
.jiugong li.jg02 em{background:url(../images/jg02.png) no-repeat;}
.jiugong li.jg03 em{background:url(../images/jg03.png) no-repeat;}
.jiugong li.jg04 em{background:url(../images/jg04.png) no-repeat;}
.jiugong li.jg05 em{background:url(../images/jg05.png) no-repeat;}
.jiugong li.jg06 em{background:url(../images/jg06.png) no-repeat;}
.jiugong li.jg07 em{background:url(../images/jg07.png) no-repeat;}
.jiugong li.jg08 em{background:url(../images/jg08.png) no-repeat;}
.jiugong li.jg09 em{background:url(../images/jg09.png) no-repeat;}

.jiugong li:hover{background:#009fd7;}
.jiugong li:hover a{color:#fff;}
.jiugong li:hover.jg01 em{background:url(../images/jg01-hover.png) no-repeat;}
.jiugong li:hover.jg02 em{background:url(../images/jg02-hover.png) no-repeat;}
.jiugong li:hover.jg03 em{background:url(../images/jg03-hover.png) no-repeat;}
.jiugong li:hover.jg04 em{background:url(../images/jg04-hover.png) no-repeat;}
.jiugong li:hover.jg05 em{background:url(../images/jg05-hover.png) no-repeat;}
.jiugong li:hover.jg06 em{background:url(../images/jg06-hover.png) no-repeat;}
.jiugong li:hover.jg07 em{background:url(../images/jg07-hover.png) no-repeat;}
.jiugong li:hover.jg08 em{background:url(../images/jg08-hover.png) no-repeat;}
.jiugong li:hover.jg09 em{background:url(../images/jg09-hover.png) no-repeat;}
.about p em{color:#009fd7;}
.about{
  /* padding: 0 60px; */
}

.bg-breadcrumb-my{
background-image: url(../../images/banner1.jpg);
background-repeat: no-repeat;
background-size: 100%;
background-position: center center;
background-origin:content-box;
}
@media only screen and (max-width: 767px) {
 .bg-breadcrumb-my{
	background-image: url(../../images/banner1.jpg);
	background-repeat: no-repeat;
	background-size: 100% 120px;
	background-position: center center;
	background-origin:content-box;
	}
}

.jie .jie-box + .jie-box {
  margin-left: 7px;
}

.jie .jie-box {
  display: inline-block;
  background: #de2532;
  border-radius: 5px;
  min-width: 120px;
  min-height: 120px;
  text-align: center;
  padding: 17px 10px;
}

.jie .jie-box h2 {
  color: #ffffff;
  margin-bottom: 0;
  font-size: 46px;
  font-weight: 300;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  line-height: 1.15;
}

.jie .jie-box h4 {
  color: #ffffff;
  margin-bottom: 0;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
}

.jie .jie-day {
  background: #f6c32f;
}

.jie .jie-hour {
  background: #6ecf3f;
}

.jie .jie-minute {
  background: #3c9feb;
}

.jie .jie-second {
  background: #de2532;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .jie .jie-box {
    min-width: 100px;
    min-height: 100px;
    padding: 13px 8px;
  }
  .jie .jie-box h2 {
    font-size: 38px;
  }
  .jie .jie-box h4 {
    font-size: 18px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .jie .jie-box {
    min-width: 80px;
    min-height: 80px;
    padding: 10px 8px;
  }
  .jie .jie-box h2 {
    font-size: 32px;
  }
  .jie .jie-box h4 {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .jie .jie-box {
    min-width: 80px;
    min-height: 80px;
    padding: 10px 8px;
  }
  .jie .jie-box h2 {
    font-size: 32px;
  }
  .jie .jie-box h4 {
    font-size: 16px;
  }
}

@media only screen and (max-width: 575px) {
  .jie {
    margin-left: -7px;
    padding: 0 50px;
  }
  .jie .jie-box {
    margin-top: 7px;
  }
  .jie .jie-box:first-child {
    margin-left: 7px;
  }
}