.preloader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	background: none repeat scroll 0 0 #ffffff;
}

.spinner {
	border: 1px solid transparent;
	border-radius: 5px;
	position: relative;
}

.spinner:before {
	content: '';
	box-sizing: border-box;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 45px;
	height: 45px;
	margin-top: -10px;
	margin-left: -10px;
	border-radius: 50%;
	border: 1px solid #959595;
	border-top-color: #ffffff;
	animation: spinner .9s linear infinite;
}

@-webkit-@keyframes spinner {
	to {
		transform: rotate(360deg);
	}
}

@keyframes spinner {
	to {
		transform: rotate(360deg);
	}
}

.mouse-icon {
	position: absolute;
	bottom: 30px;
	width: 100%;
	display: flex;
	justify-content: center;
	animation: rotate 2s linear infinite;
}
.index-head{
	background-color: rgba(0,0,0,0.5);
}
.index-head .item {
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.index-head .item .head-txt {
	color: white;
	flex-direction: column;
	z-index: 888;
	-webkit-user-select:none;
   -moz-user-select:none;
   -ms-user-select:none;
   user-select:none;
}

.index-head .bantxt {
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
}

.head-txt h3 {
	font-size: 5em;
	margin-bottom: 0;
	font-family: 'Source Sans Pro', sans-serif;
}

.head-txt p {
	font-size: 16px;
	margin: 20px 0;
	position: relative;
}

.head-txt:hover div.head-txt>p {
	color: red;
}

.head-txt hr {
	height: 5px;
	color: white;
	width: 30%;
	opacity: 0;
}
.head-txt p:after{
	content: "";
	display: inline-block;
	width: 100px;
	position: absolute;
	left:0;
	top: 40px;
	background-color: red;
	border-top: 1px solid white;
	
}
.index-head video {
	position: fixed;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
	transform: translateX(-50%) translateY(-50%);
	background-size: cover;
	transition: 1s opacity;
}

.carousel-control.left {
	background-image: none;
	background-repeat: repeat-x;
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right {
	left: auto;
	right: 0;
	background-image: none;
	background-repeat: repeat-x;
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.carousel {
	padding: 0;
	width: 100%;
}

.dio1 {
	z-index: 10;
	bottom: 100px;
}

.index-about {
	width: 100%;
	height: 100%;
	background-image: url(../images/img/index-bg1.png);
	background-size: 100% 100%;
	padding-bottom: 20px;
}

.index-about .info {
	padding: 0 10%;
	transition: all 1.5s;
}

.index-about .info .txt {
	height: 100%;
	padding: 0;
}

.index-about .info .txtList {
	height: 80%;
	display: flex;
	justify-content: flex-end;
	padding: 5px;
	margin-right: 2vw;
}
.index-about .info .txtList p{
	writing-mode: tb-rl;
	margin-bottom: 0;
	line-height: 1.8vw;
	color: #211d1e;
	font-size: 1.3vw;
	font-weight: 500;
	font-family: FZX-f;
	transition: all 1s;
	height: 15vw;
}

.next {
	height: 20%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	position: relative;
	top: 0.5vw;
	right: 2vw;
}

.index-about .info .txtIcon {
	top: 0;
	left: -20px;
	transition: all 1s;
}

.index-about .info .info-video {
	border-radius: 15px;
	padding: 0;
	position: relative;
	left: -3px;
	overflow: hidden;
	transition: all 1s;
}

.index-about .info .info-video .index-start {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
	transition: all 1s;
	position: absolute;
	left: 0;
	top: 0;
	margin-right: 3px;
	border-radius: 15px;
}

#info-video {
	display: none;
}

.index-about .info .info-video .index-start:hover {
	background-color: rgba(0, 0, 0, 0.6);
}

.index-about .info .info-video .index-start img {
	width: 100px;
	height: 100px;
	cursor: pointer;
}

.index-about .info .info-video .index-start img:hover {
	animation: start 3s linear infinite;
}

.index-about .info .info-video embed {
	height: 100%;
	width: 100%;
	transition: all 1s;
	position: absolute;
	left: 0;
	top: 0;
}

.index-about .info-img {
	padding: 0;
	overflow: hidden;
	transition: all 1s;
}

.index-about .info-img>div {
	overflow: hidden;
	border-radius: 10px;
}

.index-about .info-img>div img {
	width: 100%;
	border-radius: 5px;
}
.index-about .info-img>div img:hover .about-mask{
	display: block;
}
.index-about .info-img>div:first-child {
	width: 100%;
	padding: 0;
	position: relative;
}

.index-about .info-img>div:last-child {
	width: 100%;
	margin: 0;
	padding: 0;
	margin-top: 3px;
}
.index-about .info-b>div {
	overflow: hidden;
	display: flex;
	margin-top: 10px;
}

.index-about .info-imgone {
	border-radius: 10px;
	margin-top: 3px;
	margin-right: 3px;
	padding: 0;
	overflow: hidden;
	display: flex;
}

.index-about .info-imgtwo {
	border-radius: 10px;
	padding: 0;
	margin-top: 3px;
	overflow: hidden;
	display: flex;
}
.about-mask {
  position: absolute;
  top: 0px;
  left: 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width:100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  display: none;
  border-radius: 10px;
}
.about-mask p {
	font-size: 14px;
	letter-spacing: 0.2px;
	margin-top: 0;
	color: #101010;	
}

.about-mask h1 {
 position: relative;
  margin: 0 0 20px 0;
  padding: 15px 0;
  font-size: 22px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color:black;
  
}
.about-mask h1:after{
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  height: 2px;
  width: 100%;
  content: '';
  background-color: #8D909B;
}
.mask-in{
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform:scale(1);
  -webkit-transition: -webkit-transform 1s , opacity 1s linear;
  transition: transform 1s, opacity 1s linear;
}
.mask-in.in{
	background-color: rgba(255, 255, 255, 0.8);
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform:scale(0.9);
}
.index-show {
	width: 100%;
	background-image: url(../images/img/show-bg.png);
	background-size: 100% 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.titleshowBg {
	background-image: url(../images/img/show-bg.png);
	background-size: 100% 100%;
	margin: 0;
}

.index-show .index-showBanner {
	padding: 0 0px;
	padding-bottom: 100px;
	width: 100%;
	background-image: url(../images/img/show-bg.png);
	background-size: 100% 100%;
	height: auto;
}

.index-show .txt,
.index-join .txt {
	justify-content: flex-end;
}

.index-show .img {
	justify-content: flex-start;
	display: block;
}

.index-join .img {
	top: 0;
}

.index-show .txt p,
.index-show .txt .h,
.index-join .txt p,
.index-join .txt .h {
	display: inline-block;
	height: 65%;
	writing-mode: tb-rl;
	margin-bottom: 0;
	line-height: 2;
	color: #211d1e;
	font-size: 1.3vw;
	font-weight: 500;
	font-family:FZX-j;
	color: #7b5f36;
	transition: all 1s;
}

.index-show .txt .h {
	font-size: 22px;
	font-weight: bold;
	padding-left: 30px;
	height: 30vw;
}

.index-show .txt p {
	position: relative;
	height: 30vw;
	max-height: 450px;
	letter-spacing: 3px;
}

.index-show .txt h3,
.index-join .txt h3 {
	font-weight: bold;
	line-height: 4;
	margin-top: -20px;
}

.index-show .dio2 {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 0;
}

.index-show:hover .show-next {
	display: block;
}

.show-next {
	display: none;
}

.index-show .dio2 li {
	margin: 5px;
	width: 30px;
	height: 10px;
	background-color: #1b1b1b;
}

.index-show .dio2 .active {
	width: 40px;
	background-color: #4d2503;
}

.index-show .img img {
	width: 50%;
}

.M-showH {
	position: absolute;
	width: 100%;
	color: #7b5c2f;
	font-weight: bold;
	font-family: FZX-j;
	display: none;
}

.index-news {
	height: auto;
	width: 100%;
	padding: 0 10%;
	background-color: white;
}

.index-news .all-title {
	background-color: white;
}

.index-news .infoList {
	height: auto;
	padding-bottom: 5vw;
}

.index-news .infoList .item {
	padding: 7px;
	overflow: hidden;
	margin-bottom: 20px;
	cursor: pointer;
}
.index-news .infoList .item .pic{
	display: block;
	overflow:hidden;
}
.index-news .infoList .item .new-txt{
	height: auto;
	width: 100%;
	color: #7b5f36;
	font-family: "宋体";
	display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
 	margin-bottom: 20px;
}

.index-news .infoList .item p {
	height: 50px;
	line-height: 50px;
	text-align: center;
	margin-bottom: 0;
	font-size: 19px;
	color: #86754e;
	font-family: "宋体";
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.index-news .infoIcon{
	position: absolute;
	right: 0;
	bottom: 30px;
	}
	.index-news .infoIcon b{
		font-size: 10px
	}

.index-join {
	width: 100%;
	background-image: url(../images/img/show-bg.png);
	background-size: 100% 100%;
	padding-bottom: 100px;
	overflow: hidden;
}

.index-join .index-joinBanner {
	padding-bottom: 20px;
}

.index-join .txt p {
	height: 80%;
	max-height: 450px;
}

.index-join .txt .h {
	font-weight: bold;
	font-size: 34px;
	margin: 0 30px;
	margin-right: 0;
}

.index-join .img {
	width: 45%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	padding-left: 100px;
	justify-content: center;
}

.index-join .img .item {
	width: 60%;
	height: auto;
	padding: 0;
	background-size: 100% 100%;
	position: relative;
}

.index-join .joinlist {
	display: flex;
	justify-content: center;
}

.index-join .img .item img {
	width: 100%;
}

.index-join .item .item-info {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
	transition: all 0.5s;
	cursor: pointer;
	top: 0;
	left: 0;
}

.index-join .item .item-info:hover {
	background-color: rgba(0, 0, 0, 0.6);
	
}

.index-join .item .item-info h3 {
	margin: 0;
	padding: 20px;
	color: white;
	font-size: 24px
}

.index-join .item .item-info p {
	margin-left: 20px;
	color: white;
	font-size: 14px;
	font-family: "宋体";
	font-weight: bold;
}

.index-join .item .but {
	width: 27px;
	height: 27px;
	border: 1px solid white;
	border-radius: 50%;
	padding-right: 8px;
	transition: all 0.5s;
	cursor: pointer;
	right: 20px;
	bottom: 20px;
}

.index-join .item .but:hover {
	background-color: #E4B9B9;
}

.index-join .item .but::after {
	content: "";
	width: 10px;
	height: 10px;
	border-top: 2px solid white;
	border-right: 2px solid white;
	transform: rotate(45deg);
	display: block;
	margin-left: 5px;
}

.index-join .join-but {
	position: absolute;
	width: 140px;
	height: 50px;
	line-height: 50px;
	border: 1px solid #bca481;
	color: #bca481;
	text-align: center;
	font-size: 15px;
	bottom: -50px;
	left: 10%;
	cursor: pointer;
	transition: all 0.5s linear;
	text-decoration: none;
}

.index-join .join-but:hover {
	background-color: #bca481;
	color: white;
}

.join-infotxt {
	height: auto;
	width: 90%;
	margin: 0 auto;
	margin-bottom: 20px;
	border: 1px solid #7b5f36;
	display: none;
	overflow: hidden;
	position: relative;
}

.join-infotxt h3 {
	background-color: #7b5f36;
	color: white;
	text-align: center;
	padding: 10px 0;
	margin: 0;
	margin-bottom: 20px;
}

.join-infotxt p {
	padding: 0 20px;
	font-size: 15px;
	color: #7b5f36;
	line-height: 1.5;
	text-indent: 2em;
	letter-spacing: 5px;
}

.index-sever {
	width: 100%;
	background-image: url(../images/img/index-bg1.png);
	background-size: 100% 100%;
}

.index-sever .sever-box {
	padding: 0 10%;
	overflow: hidden;
}

.index-sever .sever-box>div {
	display: flex;
	align-items: center;
	justify-content: center;
}

.index-sever .sever-code,
.index-sever .sever-info {
	min-height: 25vw;
	display: flex;
	
	flex-direction: column;
	justify-content: center;
	padding: 0;
}

.index-sever .sever-code {
	height: 25vw;
	padding-bottom: 30px;
	border:;
}
.BMap_bubble_content p{
	margin-bottom: 5px;
}
.index-sever .sever-info h3 {
	margin-bottom: 25px;
	color: #532c08;
	font-family: FZX-j;
	font-size: 36px
}

.index-sever .sever-info p {
	margin-bottom: 25px;
	font-size: 20px;
	letter-spacing: 2px;
	font-family: FZX-j;
	color: #211d1e;
}

.index-sever .sever-info .mycode {
	width: 25%;
	margin-top: 10px;
	margin-bottom: 30px;
}

.index-sever .sever-info .mycode p {
	min-width: 100px;
	font-family: "微软雅黑";
	font-size: 15px;
	left: 50%;
	transform: translate(-50%);
}

.index-sever .sever-info img {
	width: 100%;
	margin-bottom: 10px;
}

.index-sever .sever-code #dituContent {
	width: 100%;
	height: 80%;
}

.index-sever .all-title {
	margin: 0;
}


/*---------------------------------------
  BUTTONS               
-----------------------------------------*/

.section-btn {
	margin: 22px 0;
	padding: 0;
}

.section-btn button {
	outline: 0 none !important;
	border: none;
}

.section-btn a,
.section-btn button {
	line-height: 45px;
	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	perspective: 1000px;
	color: #ffffff;
	font-weight: normal;
}

.section-btn a span,
.section-btn button span {
	position: relative;
	display: inline-block;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 0.5px;
	padding: 5px 25px;
	background: #7b5f36;
	border-radius: 1px;
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transform-origin: 50% 0;
	-moz-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.section-btn a span::before,
.section-btn button span::before {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000000;
	border-radius: 1px;
	color: #ffffff;
	padding: 5px 25px;
	content: attr(data-hover);
	-webkit-transition: background 0.3s;
	-moz-transition: background 0.3s;
	transition: background 0.3s;
	-webkit-transform: rotateX(-90deg);
	-moz-transform: rotateX(-90deg);
	transform: rotateX(-90deg);
	-webkit-transform-origin: 50% 0;
	-moz-transform-origin: 50% 0;
	transform-origin: 50% 0;
}

.section-btn a:hover span,
.section-btn a:focus span,
.section-btn button:hover span,
.section-btn button:focus span {
	-webkit-transform: rotateX(90deg) translateY(-22px);
	-moz-transform: rotateX(90deg) translateY(-22px);
	transform: rotateX(90deg) translateY(-22px);
}

.csstransforms3d .section-btn a:hover span::before,
.csstransforms3d .section-btn a:focus span::before,
.csstransforms3d .section-btn button:hover span::before,
.csstransforms3d .section-btn button:hover span::before {
	background: #000000;
}

@keyframes rotate {
	0% {
		transform: translateY(0);
	}
	25% {
		transform: translateY(10px);
	}
	50% {
		transform: translateY(20px);
	}
	75% {
		ransform: translateY(10px);
	}
	100% {
		transform: translateY(0);
	}
}

@keyframes start {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}

@keyframes fade-in {
	0% {
		opacity: 0;
	}
	/*初始状态 透明度为0*/
	40% {
		opacity: 0;
	}
	/*过渡状态 透明度为0*/
	100% {
		opacity: 1;
	}
	/*结束状态 透明度为1*/
}

@-webkit-keyframes fade-in {
	/*针对webkit内核*/
	0% {
		opacity: 0;
	}
	40% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.wrapper {
	animation: fade-in;
	/*动画名称*/
	animation-duration: 1.5s;
	/*动画持续时间*/
	-webkit-animation: fade-in 1.5s;
	/*针对webkit内核*/
}

@keyframes fade-up {
	0% {
		top: -80px;
	}
	/*初始状态 透明度为0*/
	25% {
		top: -60px;
	}
	50% {
		top: -40px;
	}
	/*过渡状态 透明度为0*/
	75% {
		top: -20px;
	}
	100% {
		top: 0;
	}
	/*结束状态 透明度为1*/
}

@keyframes fade-Joinleft {
	0% {
		left: -50px;
	}
	/*初始状态 透明度为0*/
	40% {
		left: -20px;
	}
	/*过渡状态 透明度为0*/
	100% {
		left: 0px;
	}
	/*结束状态 透明度为1*/
}

.upDown {
	animation: fade-up;
	/*动画名称*/
	animation-duration: 2s;
	/*动画持续时间*/
	-webkit-animation: fade-up 2s;
	/*针对webkit内核*/
}

@media screen and (max-width:1500px) {

}

@media screen and (max-width:1300px) {

	.index-join .info .txtList p {
		line-height: 25px;
		font-size: 14px
	}
	.index-news .txt p {
		-webkit-line-clamp: 3;
	}
	.index-join .txt {
		display: none;
	}
	.join-infotxt {
		display: block;
		margin-left: 3%;
		animation: fade-Joinleft;
		/*动画名称*/
		animation-duration: 2s;
		/*动画持续时间*/
		-webkit-animation: fade-Joinleft 2s;
		/*针对webkit内核*/
	}
	.index-join .joinlist {
		padding-bottom: 100px;
	}
	.index-join .join-but {
		left: 50%;
		bottom: 30px;
		transform: translate(-50%);
	}
	.index-join .img {
		padding: 0;
		width: 100%;
	}
	.index-join .img .item {
		flex-direction: row;
		width: 90%;
		margin: 0 auto;
		margin-bottom: 20px;
	}
	.index-join {
		padding-bottom: 0;
	}
}

@media screen and (max-width:1200px) {

	.index-show .txt p {
		height: 90%;
		font-size: 1.8vw;
		line-height: 1.8;
	}
	.index-news .txt p {
		-webkit-line-clamp: 2;
	}
	.index-join .txt {
		width: 100%;
		padding: 0;
	}
	.index-show .txt p {
		height: 40%;
		min-height: 300px;
	}
	.head-txt h3 {
		font-size: 4em
	}
}

@media screen and (max-width:1000px) {
	.index-about .info .txtList{
		margin: 0;
	}
	.index-about .info .txtList p {
		writing-mode: initial;
		line-height: 1.5;
		font-size: 2vw;
		padding:0 40px;
		height: auto;
		
		
	}
	.index-about .info .info-video {
		height: 50vw;
		margin: 20px auto;
	}
	.index-about .info .info-video embed {
		height: 50vw;
	}
	.index-about .info .txtIcon {
		left: -10px;
	}
	.info-b {
		display: none;
	}
	.info-img {
		display: none;
	}
	.index-news {
		padding: 10px 0;
		padding-bottom: 50px;
	}
	.index-news .news-1,
	.index-news .news-2 {
		padding: 5px;
	}
	.index-join .joinlist {
		display: block;
	}
	.index-join .txt .h {
		display: none;
	}
	.index-join .txt {
		display: none;
	}
	.join-infotxt {
		margin: 20px auto;
	}
	.index-sever {
		padding: 0 10px;
		padding-bottom: 30px;
		margin: 0 auto;
	}
	.index-sever .sever-info {
		height: auto;
		padding: 5% 0;
		padding-top: 0;
	}
	.index-sever .sever-info h3 {
		margin-bottom: 10px;
		font-size: 20px
	}
	.index-sever .sever-info p {
		margin-bottom: 5px;
		font-size: 14px
	}
}

@media screen and (max-width:800px) {
	.index-head{
	background: url(../images/img/index-banner1.jpg) center center no-repeat;
	background-size: cover;
	}
	.index-head video {
		display: none;
	}
	.index-about .info .txtList img{
		margin-bottom: 40px;
		max-height: 180px;
}
.index-about .info .txtList p{
	padding-bottom: 30px;
}
	.index-about .info .txtList p .index-join .info .txtList p {
		line-height: 35px;
		font-size: 18px
	}
	.index-about .info .info-video {
		height: 55vw;
		margin: 10px auto;
	}
	.index-about .info .info-video embed {
		height: 55vw;
	}
	.index-show {
		justify-content: center;
	}
	.index-show .txt p,
	.index-show .txt h3 {
		writing-mode: horizontal-tb;
		font-size: 12px line-height: 0;
		text-align: end;
		
	}
	.index-show .txt p {
		line-height: 1.1;
		font-size: 15px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 4;
		overflow: hidden;
		height: auto;
		padding: 0 5px;
		min-height: 0;
		
	}
	.index-show .txt .h {
		display: none;
	}
	.index-show .M-showH {
		display: block;
		margin-top: -20px;
	}
	.index-show .index-showBanner .item {
		margin: 20px 0;
	}
	.index-show .index-showBanner .item div {
		height: 50vw;
	}
	.index-show .img img {
		width: 70%;
	}
	.index-show .index-showBanner {
		height: auto;
		padding-bottom: 20px;
	}
	.index-show .index-showBanner,
	.index-show {
		height: auto;
	}
	.index-show .txt,
	.index-show .img {
		justify-content: flex-start;
		padding: 0;
	}
	.index-news .txt h4 {
		height: 100%;
		display: inline-block;
		font-size: 16px;
		margin: 0;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.index-news .txt p {
		display: none;
	}
	.index-sever .sever-info .mycode {
		width: 30%;
		height: auto;
	}
	.sever-cen {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.index-head .item {
		background-position: center;
		background-size: cover;
	}
	.index-sever .sever-info .mycode {
		margin-top: 35px;
	}
	.head-txt h3 {
		font-size: 3em;
	}
	.index-news .txt {
		padding: 30px 10px;
	}
	.index-news .news-1,
	.index-news .news-2 {
		padding: 5px 10px;
	}
	.index-sever .sever-box{
		padding: 0;
	}
	.index-sever .sever-box>div {
		flex-direction: column;
	}
	.index-sever .sever-code #dituContent {
		margin: 0 auto;
		height: 50vw;
		box-shadow: 0 0 10px #C0C0C0;
		border-radius: 10px;
	}
	.index-sever .sever-code {
		height: 30vw;
		padding-bottom: 0;
		
	}
}

@media screen and (max-width:600px) {
	.index-about .info .txtList p {
		line-height: 1.7;
		font-size: 15px
	}
	.index-about .info .info-video {
		height: 55vw;
		margin: 10px auto;
	}
	.index-about .info .info-video embed {
		height: 55vw;
	}
	.index-news .txt h4 {
		font-size: 13px
	}
	.index-show .dio2 {
		position: absolute;
		left: 20px;
		width: 100%;
	}
	.head-txt h3 {
		font-size: 2em
	}
	.index-news .txt {
		padding: 20px 10px;
	}
	.index-sever .sever-code {
		height: 50vw;
		
	}
	.index-news .infoList .item{
		display: flex;
		align-items: center;
		justify-content: center;
		border-bottom: 1px solid #EEEEEE;
		padding: 0 20px;
	}
	.index-news .infoList .item .pic{
		display: none;
	}
	.index-news .infoList .item .new-txt{
		display: none;
	}
	.index-news .btn{
		margin-right: 0;
	}
	.index-news .infoList{
		padding-bottom: 0;
	}

.index-news .infoList .item p{
	font-size: 14px;
    color: #323232;
    line-height: 43px;
    max-height: 40px;
    overflow: hidden;
    margin-bottom: 5px;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    padding-right: 15px;
    font-weight: bold;
    text-align: left;
}

.index-news .btn:hover {
	padding: 0 10px;
	text-align: center;
	color: white;
	background-color:#86754e;
}

}

@media screen and (max-width:400px) {
	.index-about .info .txtList p {
		font-size: 15px;
		line-height: 1.5;
	}
}