.slider-pro {
    font-family: 'Open Sans', Arial;
}
/* Example 5 */

#example5 .sp-thumbnail-image-container {
	width: 220px;
	height: 160px;
	overflow:hidden;
	float: left;
}

#example5 .sp-thumbnail-image {
	height: 160px;
	width:100%;
	transition:all 0.3s;
}
#example5 .sp-thumbnail-image:hover{
	
	-webkit-transform:scale(1.2,1.2);
    -moz-transform:scale(1.2,1.2);
    -transform:scale(1.2,1.2);
	
}


#example5 .sp-thumbnail-description {
	font-size: 14px;
	color: #333;
}
.banner-title{ position: absolute; z-index:1; width:955px; top:440px;line-height:40px; color:#fff; background-color:rgba(0,91,172,0.5); filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7F0047C0,endcolorstr=#7F0047C0); text-align:left; font-size:24px; padding-left:5px; font-family:"黑体"; font-weight:bold}
@media screen and (max-width:1270px){
.banner-title{ position: absolute; z-index:1; width:824px; top:371px; line-height:40px; color:#fff; background-color:rgba(0,91,172,0.5); text-align:center}
	
	
}
@media screen and (max-width:960px){
.banner-title{ position: absolute; z-index:1; width:768px; top:344px; line-height:40px; color:#fff; background-color:rgba(0,91,172,0.5); text-align:center}
	
}
@media screen and (max-width:800px){
.banner-title{ position: absolute; z-index:1; width:640px; top:281px; line-height:40px; color:#fff; background-color:rgba(0,91,172,0.5); text-align:center}
	
}










/* colors */
/* tab setting */
/* breakpoints */
/* selectors relative to radio inputs */
.tabs {
  margin:auto;
  position: relative;
  background: white;
  padding: 0;
  padding-bottom: 0;
  margin-top: 50px;
  width: 60%;
  max-width:1200px;
  /*height: 250px;*/
 
  border-radius: 5px;
  min-width: 240px;
}
.tabs input[name="tab-control"] {
  display: none;
}
.tabs ul li label {
  font-family: "Montserrat";
  font-weight: bold;
  font-size: 18px;
  color: #1f966b;
}
.tabs ul {
  list-style-type: none;
  padding-left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.tabs ul li {
	float:left;
  box-sizing: border-box;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 25%;
  padding: 0;
  text-align: center;
  height:40px;  border:2px solid #ccc; border-radius:10px; margin:20px 5px; color:#666; font-size:1.2em; line-height:40px
}
.tabs ul li label {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #929daf;
  padding: 5px auto;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  white-space: nowrap;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.tabs ul li label:hover, .tabs ul li label:focus, .tabs ul li label:active {
  outline: 0;
  color: #bec5cf;
}
.tabs input[name="tab-control"]:nth-of-type(1):checked ~ ul > li:nth-child(1) {
  border:2px solid #1f966b
}
.tabs input[name="tab-control"]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label {
  cursor: default;
  color: #1f966b;
}
.tabs input[name="tab-control"]:nth-of-type(2):checked ~ ul > li:nth-child(2) {
  border:2px solid #1f966b
}
.tabs input[name="tab-control"]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label {
  cursor: default;
  color: #1f966b;
}
.tabs input[name="tab-control"]:nth-of-type(3):checked ~ ul > li:nth-child(3) {
  border:2px solid #1f966b
}
.tabs input[name="tab-control"]:nth-of-type(3):checked ~ ul > li:nth-child(3) > label {
  cursor: default;
  color: #1f966b;
}
.tabs input[name="tab-control"]:nth-of-type(4):checked ~ ul > li:nth-child(4) {
  border:2px solid #1f966b
}
.tabs input[name="tab-control"]:nth-of-type(4):checked ~ ul > li:nth-child(4) > label {
  cursor: default;
  color: #1f966b;
}
.tabs input[name="tab-control"]:nth-of-type(6):checked ~ ul > li:nth-child(6) {
  border:2px solid #1f966b
}
.tabs input[name="tab-control"]:nth-of-type(6):checked ~ ul > li:nth-child(6) > label {
  cursor: default;
  color: #1f966b;
}
.tabs input[name="tab-control"]:nth-of-type(5):checked ~ ul > li:nth-child(5) {
  border:2px solid #1f966b
}
.tabs input[name="tab-control"]:nth-of-type(5):checked ~ ul > li:nth-child(5) > label {
  cursor: default;
  color: #1f966b;
}
.tabs input[name="tab-control"]:nth-of-type(7):checked ~ ul > li:nth-child(7) {
  border:2px solid #1f966b
}
.tabs input[name="tab-control"]:nth-of-type(7):checked ~ ul > li:nth-child(7) > label {
  cursor: default;
  color: #1f966b;
}
@media screen and (max-width:980px){
.tabs{ width:100%;}
}