body {
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
}
.flag-wrapper {
  width: 100%;
  display: inline-block;
  position: relative;
  box-shadow: 0 0 2px black;
  overflow: hidden;
  margin-bottom: 20px;
}
.flag-wrapper:after {
  padding-top: 75%;
  /* ratio */
  display: block;
  content: '';
}
.flag-wrapper .flag {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
}
.no-wrap {
  white-space: nowrap;
  margin-bottom: 8px;
  overflow: hidden;
}
.all-flags .flag-icon-background {
  cursor: pointer;
}
.jumbotron {
  position: relative;
  font-size: 16px;
  color: #fff;
  color: rgba(255, 255, 255, 0.75);
  text-align: center;
  border-radius: 0;
  padding-bottom: 80px;
  background: linear-gradient(to right, #0d6632, #f4c01a);
}
.jumbotron h1 {
  margin-bottom: 15px;
  font-weight: 300;
  letter-spacing: -1px;
  color: #fff;
}
.jumbotron iframe {
  width: 100px!important;
  height: 20px!important;
  border: none;
  overflow: hidden;
  margin: 2px;
}
.jumbotron p a,
.jumbotron .jumbotron-links a {
  font-weight: 500;
  color: #fff;
}
.jumbotron .jumbotron-links {
  margin-top: 15px;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  font-size: 14px;
}
.jumbotron .jumbotron-links li {
  display: inline;
}
.jumbotron .jumbotron-links li   li {
  margin-left: 20px;
}
.jumbotron .bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 18px;
  background-color: rgba(0, 0, 0, 0.2);
}
.btn-outline {
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 18px 24px;
  font-size: inherit;
  font-weight: 500;
  color: #fff;
  /* redeclare to override the `.jumbotron a` */
  background-color: transparent;
  border-color: #fff;
  border-color: rgba(255, 255, 255, 0.5);
  transition: all 0.1s ease-in-out;
}
.btn-outline:hover,
.btn-outline:active {
  color: #0d6632;
  background-color: #fff;
  border-color: #fff;
}
.how-to {
  padding: 20px;
}
.how-to h2 {
  text-align: center;
}
.how-to li {
  font-size: 21px;
  line-height: 1.7;
  margin-top: 20px;
}
.how-to li p {
  font-size: 16px;
  color: #555;
}
.how-to code {
  font-size: 85%;
  word-wrap: break-word;
  white-space: normal;
}
footer {
  text-align: center;
  opacity: 0.8;
  padding: 50px;
  background: linear-gradient(to right, #f4c01a, #0d6632);
}
footer a {
  color: #fff;
}
footer a:hover {
  color: #fff;
}
.links {
  margin: 0;
  list-style: none;
  padding-left: 0;
}
.links li {
  display: inline;
  padding: 0 10px;
}



/* 通用背景标题样式 */
.select .title {

	width: 100%;

	height: 45px;

	line-height: 45px;

	background: #f08932;

    text-align: left;
    margin-bottom: 20px;

}


 .select .title h1 {

	font-size: 18px;font-weight: bold;

	font-family:  arial,'helveticaltstd-bold', helvetica, sans-serif !important;

	color: #fff;

	padding-left: 2%;

	box-sizing: border-box;

}



/*发展历程*/

.gr-develop {

	position: relative;

    overflow: hidden;
    
    margin-top: 35px;

}

.gr-develop .fr{ float: none ;}
.gr-develop  *{ box-sizing: border-box;}

.develop-content {

	margin-top: 45px;

	border: 1px solid #dddddd;

	background: #f5f5f5;

	width: 100%;

	height: 540px;

	position: relative;

	overflow: hidden;

}

.develop-content .item-list {

	position: absolute;

	left: 0;

	top: 0;

}

.develop-content .item-list .item {

	position: relative;

	width: 1080px;

	height: 530px;

	padding: 50px 60px;

    overflow: hidden;
    margin: 0;

}

.develop-content .item-list .item .cont {

	overflow: hidden;

	padding-top: 15px;

	padding-right: 0;
	text-align: center;

}

.develop-content .item-list .item .cont .tit {

	font-size: 24px;

	color: #333;

	padding-bottom: 24px;

	margin-bottom: 30px;

	line-height: 1.4;

}

.develop-content .item-list .item .cont .des {

	font-size: 16px;

	color: #888;

}

.develop-content .item-list .item .bd .item~.item {

	display: none;

}

.develop-content .item-list .item .hd {

	position: absolute;

	bottom: 0;

}

.develop-content .item-list .item .arr {

	display: none;

	position: absolute;

	left: 0;

	top: 50%;

}

.develop-content .item-list .item .hd {

	display: none;

	position: absolute;

	left: 60px;

	top: 50%;

}

.develop-content .slick-dots {

	position: absolute;

	bottom: 35px;

	width: 100% !important;

	height: auto !important;

	left: 0 !important;

	display: block;

	width: 100%;

	top: 201px;

	text-align: left;

}

.develop-content .item-list .item .hd i,

.slick-dots li {

	display: inline-block;

	/*width: 13px;
	
	height: 13px;*/

	/*background-color: #ddd;*/

	margin: 0 4px;

	border-radius: 50%;

	cursor: pointer;

	-webkit-transition: .3s;

	-o-transition: .3s;

	transition: .3s;

}

.develop-content .item-list .item .hd i.on,

.slick-dots li.slick-active {

	/*background-color: #e07e2b;*/

}

.develop-content .item-list .item60 .hd,

.develop-content .item-list .item62 .hd,

.develop-content .item-list .item64 .hd,

.develop-content .item-list .item65 .hd {

	display: block;

}

.develop-content .item-list .item60 .arr {

	display: block;

}

.develop-content .item-list .item .arr a {

	display: inline-block;

	width: 10px;

	height: 10px;

	background-color: red;

}

/*.develop-content .item-list .item .bd .j-develop {
	
	display: none;
	
	
	
	}
	
	.develop-content .item-list .item .bd .j-develop.on {
	
	display: block;
	
	
	
	}*/

.develop-content .item-list .item .bd .j-develop .cont .tit,

.develop-content .item-list .item .bd .j-develop .devlop-pic {

	opacity: 0;

	visibility: hidden;

	-webkit-transition: .5s;

	-o-transition: .5s;

	transition: .5s;
	text-align: center;

}

.develop-content .item-list .item .bd .j-develop .cont .tit,

.develop-content .item-list .item .bd .j-develop .devlop-pic {

	opacity: 1;

	visibility: visible;

}





.develop-year {

	height: 41px;

	overflow: hidden;

	width: 84%;

	position: relative;

	float: left;

	margin-left: 3%;

}

.develop-head {

	width: 100%;

	height: 37px;

	line-height: 37px;

}

.develop-year ul {

	position: absolute;

	left: 0;

	top: 0;

}

.develop-year ul li {

	position: relative;

	width: 110px;

	height: 37px;

	margin: 0 15px;

	color: #6b6b6b;

	font-size: 18px;

	text-align: center;

	cursor: pointer;

	-webkit-transition: .3s;

	-o-transition: .3s;

	transition: .3s;

}

.develop-year ul li:before {

	content: "";

	position: absolute;

	left: 0;

	top: 0;

	width: 100%;

	height: 41px;

	background: url(/uploads/image/_aimages/icon-year-on.png) no-repeat center;

	opacity: 0;

	visibility: hidden;

	-webkit-transition: .3s;

	-o-transition: .3s;

	transition: .3s;

}

.develop-year ul li.on:before {

	opacity: 1;

	visibility: visible;

}

.develop-year ul li.on {

	color: #ee964c;

}

.gr-develop .prev-btn,

.gr-develop .next-btn {

	width: 5%;

	height: 32px;

	cursor: pointer;

	margin-top: 2px;

	opacity: .7;

	-webkit-transition: .3s;

	-o-transition: .3s;

	transition: .3s;

}

.gr-develop .prev-btn:hover,

.gr-develop .next-btn:hover {

	opacity: 1;

}

.gr-develop .prev-btn {

	float: left;
	background: url(/uploads/image/_aimages/icon-prev.png) no-repeat left center;

}

.gr-develop .next-btn {

	background: url(/uploads/image/_aimages/icon-next.png) no-repeat right center;
	float: right;

}