body{
	background: #F6F8FC;
}
.main {
	margin-left: auto;
	margin-right: auto;
	z-index: 1;
	width: 100%;
}
.container {
	min-width: 1340px;
	padding: 0;
	position: relative;
}
.content {
	margin: 0 auto;
	width: 1200px;
	background: #FFFFFF;
	border-radius: 4px;
	/* position: absolute; */
	/* left: 50%; */
	/* margin-left: -600px; */
	/* top: -50px; */
	margin-bottom: 50px;
	text-align: center;
	margin-top: -50px;
	padding-bottom: 40px;
}

.infobot {
  margin-top: 16px;
}
.infobot ul {
  overflow: hidden;
  width: 1155px;
  margin: auto;
}
.infobot .li {
  cursor: pointer;
  width: 71px;
  margin: 0 22px!important;
  float: left;
  text-align: center;
}
.infobot .li img {
  /* width: 35px; */
  height: 32px;
}
.infobot .li .img1 {
  display: none;
}
.infobot .li .line2 {
  padding: 10px 0 6px;
  font-size: 16px;
  color: #333;
}
.infobot .li .line3 {
  color: #999;
  font-size: 14px;
}
.infobot .li_active {
  border-bottom: 2px solid #2983FF;
}
.infobot .li_active .line2,
.infobot .li_active .line3 {
  color: #2983FF;
}
.infobot .li_active .img1 {
  display: inline-block;
}
.infobot .li_active .img2 {
  display: none;
}
.infobot .imgbot {
  padding-top: 42px;
  border-top: 1px solid #ddd;
}
.infobot .imgbot .img {
  display: none;
  width: 100%;
}
.infobot .imgbot .img_active {
  display: block;
}
.infobot .imgbot .cont_warp {
}
.infobot .imgbot .cont_warp .six_cont {
	width: 100%;
	margin: 0 auto;
	height: 475px;
}
.infobot .imgbot .cont_warp .cont {
	width: 33.3%;
	height: auto;
	float: left;
	padding: 5px;
	text-align: center;
	position: relative;
	margin: 0px auto 32px auto;
	overflow: hidden;
}
.infobot .imgbot .cont_warp .cont .img1 {
	width: 275px;
	margin: 0 auto;
	box-shadow: 0 0 5px 2px rgba(4, 0, 0, 0.1);
	background: #020035;
	border-radius: 5px;
}
.infobot .imgbot .cont_warp .cont img {
	width: 275px;
	height: 200px;
	border-radius: 5px;
	opacity: 0.7;
}
.infobot .imgbot .cont_warp .cont span {
	color: #fff;
	position: absolute;
	top: 45%;
	width: 100%;
	left: 0;
	font-size: 16px;
}
.cont .er{
	/* width: 275px; */
	height: 200px;
	left: 20px;
	right: 20px;
	bottom: 5px;
	position: absolute;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	top: 100%;
	-webkit-transition: top .3s ease-out;
	-moz-transition: top .3s ease-out;
	transition: top .3s ease-out;
}
.cont .ewm{
	width:275px;
	height: 200px;
	margin: 0 auto;
	background: #FFFFFF;
	border-radius: 4px;
}
.infobot .imgbot .cont_warp .cont .ewm img {
	width: 200px;
	height: 200px;
	padding: 20px;
}
.cont_warp .cont:hover .er {
	top: 5px;
}













@media (max-width: 768px) {
.container {
	min-width: 100%;
	padding: 0;
	position: relative;
}
.content {
	width: 100%;
	position: sticky;
	margin-bottom: 0;
	padding-bottom: 0.3rem;
	margin-top: 0;
}

.infobot {
  margin-top: 0.16rem;
}
.infobot ul {
  overflow: hidden;
  width: 1280px;
  margin: auto;
}
.infobot .li {
  cursor: pointer;
  width: 0.6rem;
  margin: 0 0.25rem!important;
  float: left;
  text-align: center;
}
.infobot .li img {
  /* width: 35px; */
  height: 32px;
}
.infobot .li .img1 {
  display: none;
}
.infobot .li .line2 {
  padding: 0.1rem 0 0.06rem;
  font-size: 0.14rem;
  color: #333;
}
.infobot .li .line3 {
  color: #999;
  font-size: 14px;
}
.infobot .li_active {
  border-bottom: 0.02rem solid #2983FF;
}
.infobot .li_active .line2,
.infobot .li_active .line3 {
  color: #2983FF;
}
.infobot .li_active .img1 {
  display: inline-block;
}
.infobot .li_active .img2 {
  display: none;
}
.infobot .imgbot {
  padding-top: 42px;
  border-top: 1px solid #ddd;
}
.infobot .imgbot .img {
  display: none;
  width: 100%;
}
.infobot .imgbot .img_active {
  display: block;
}
	.infobot .imgbot .cont_warp .six_cont {
		width: 100%;
		height: auto;
	}
	.infobot .imgbot .cont_warp .cont:nth-child(2n+2) {
		width: 45%;
		height: auto;
		float: left;
		margin: 0 3% 0 2%;
		padding: 1%;
		text-align: center;
		position: relative;
		margin-bottom: 0.18rem;
	}
	.infobot .imgbot .cont_warp .cont:nth-child(2n+1) {
		width: 45%;
		height: auto;
		float: left;
		margin: 0 2% 0 3%;
		padding: 1%;
		text-align: center;
		position: relative;
		margin-bottom: 0.18rem;
	}
	.infobot .imgbot .cont_warp .cont .img1 {
		width: 100%;
		box-shadow: 0 0 0.05rem 0.02rem rgba(4, 0, 0, 0.1);
	}
	.infobot .imgbot .cont_warp .cont img {
		width: 100%;
		height: 150px;
	}
	.infobot .imgbot .cont_warp .cont span {
		color: #fff;
		position: absolute;
		top: 40%;
		width: 100%;
		left: 0;
		font-size: 0.14rem;
	}
	.cont .er {
    width: 96%;
    height: auto;
    left: 2%;
    right: 0.2rem;
    bottom: 0.03rem;
    position: absolute;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    top: 100%;
    -webkit-transition: top .3s ease-out;
    -moz-transition: top .3s ease-out;
    transition: top .3s ease-out;
}
.cont .ewm{
	width: 100%;
	height: 100%;
	margin: 0 auto;
	background: #FFFFFF;
}
.infobot .imgbot .cont_warp .cont .ewm img {
	width: auto;
	height: 100%;
	padding: 0.1rem;
}
.cont_warp .cont:hover .er {
	top: 0.03rem;
}

}