body,
html {
  font-family: "微软雅黑";
  -webkit-font-smoothing: antialiased;
  background: #fff;
}
.onesct{
	background: #fff;
	
}
.onesct .container{
	border: 0;
}

#intr{
	background: #fff;
	padding-bottom: 25px;
}
.title_div{
	padding: 25px 0;
}

.title_div h2{
	font-size: 25px;
	font-weight: normal;
	margin: 0;
	height: 27px;
	overflow: hidden;
}

.title_div h2 span{
	color: #e7b472;
	font-size: 16px;
	margin-left: 10px;
}

.info_com{
	line-height: 28px;
	font-size: 14px;
	height: 378px;
	overflow: hidden;
}

.info_com p{
	text-indent: 2em;
}

.friendtwo{
	background: #f5f5f5;
	padding: 10px 10px;
	padding-bottom: 1px;
	height: 378px;
	overflow: hidden;
}

.friendtwo ul li{
	margin-bottom: 10px;
}

.friendtwo ul li img{
	width: 100%;
	height: 63px;
}

.picdiv{
	width: 100%;
	position: relative;
}
.picdiv_bg{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 195px;
	background: #e7b472;
}

.swiper-container{
	height: auto;
	margin-bottom: 55px;
	margin-top: 10px;
}

.swiper-slide{
	height: 330px;
	border: 1px solid #ddd;
	background: #fff;
}


.news_title h2{
	background: url(../images/title.png) no-repeat;
	color: #fff;
	font-size: 16px;
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
}

.newsdiv ul li,
.info_com ul li{
	line-height: 40px;
	font-size: 14px;
	height: 40px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	padding-left: 10px;
	background: url(../images/new.png) 0px center no-repeat;
}
.info_com .news_title h2{
	margin-top: 0;
}
.newsdiv a{
	font-size: 14px;
	color: #999;
}
.newsdiv a:hover{
	color: #e7b472;
}

.newsdiv ul li a{
	color: #333;
}

.newsdiv img{
	width: 100%;
	height: auto;
	margin-top: 10px;
	border: 1px solid #ddd;
}

.newsdiv .btn{
	color: #e7b472;
	border: 1px solid #e7b472;
	float: right;
	margin-top: 20px;
}

.foresec{
	background: #f5f5f5;
}

.foresec h2{
	text-align: left;
	color: #333;
}

.foresec h2 span{
	display: inline-block;
	color: #e7b472;
	width: auto;
}
.server_img {
	padding-bottom: 20px;
}
.server_img img{
	width: 100%;
}




.navlogo .collapse .navbar-nav{
	padding: 0;
}
.navbar-nav li{
	position: relative;
	height: 100px;
	line-height: 100px;
}
.navlogo .collapse .navbar-nav > li > a{
	line-height: 100px;
}
.navlogo .collapse .navbar-nav > li > a:hover{
	color: #e7b472;
}

.navbar_child{
	display: none;
	position: absolute;
	z-index: 100;
	width: 100%;
	background: #fff;
}

.navbar_child:before{
	content: "";
	display: block;
	width: 70px;
	height: 5px;
	background: #e7b472;
	top: -5px;
	left: 50%;
	margin-left: -35px;
	position: absolute;
}

.navbar_child a{
	display: block;
	text-align: center;
	line-height: 35px;
	color: #666;
	font-size: 14px;
}

.navbar_child a:hover{
	background: #e7b472;
	color: #fff;
	text-decoration: none;
}

.navbar-nav li:hover .navbar_child{
	display: block;
}


@media only screen and (max-width: 1200px){
	.info_com{
		height: auto;
	}
	.info_com p{
		font-size: 14px;
		margin-bottom: 0;
	}
	.swiper-slide{
		height: 280px;
	}
	.container{
		padding: 0px 10px;
	}
}

.scsdiv {
  background: #f5f5f5;
  padding-bottom: 40px;
}
.scsdiv .scsct {
  background: #e9e9e9;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 5px;
}
.scsdiv .scsct span {
  display: block;
  width: 100%;
  font-size: 25px;
  line-height: 40px;
  text-align: center;
  color: #000;
}
.scsdiv .scsct span:before {
  display: block;
  width: 80px;
  height: 80px;
  background: #e7b472;
  color: #fff;
  text-align: center;
  line-height: 80px;
  font-size: 45px;
  margin: 10px auto;
  border-radius: 80px;
}
.scsdiv .scsct label {
  display: block;
  text-align: center;
  color: #000;
  font-size: 14px;
  font-weight: normal;
}
.onesct {
  background: #f5f5f5;
}
.onesct .container{
	background: #f5f5f5;
}

