

/*carousel*/
#indexCarouser img {
	width: 100%;
}
#indexCarouser .carousel-caption {
	display: none;
}
/*end-carousel*/


/*area*/


.area-list .outline {
	margin-top: 40px;
  font-size: 20px;
  line-height: 40px;
  color: #a6a5a5;
}
.area-list .ct {
   color: #a5a5a5;
}
.area-list .ct h4 {
  font-size: 32px;
}
.area-list .ct span {
	padding: 0 10px;
	font-size: 50px;
	font-family: 'CONTEXT';
	line-height: 200%;
  color: #df1020;
}
.area-list .ct h5 {
  font-size: 20px;
}
.area-list .btn {
	display: block;
	padding: 60px 0;
  text-align: center;
  color: #fff;
}
.area-list .btn a {
	display: block;
	width: 120px;
  height: 40px;
  margin: 0 auto;
  line-height: 40px;
  box-shadow: 0px 0px 0px 3px #d2d5d8;
  border: 1px solid #888888;
  border-radius: 20px;
  color: #666666;
  transition: all 0.4s ease 0s;
}
.area-list .info-data {
	width: 25%;
	float: left;
	text-align: center;
}

.say-content {
  position: relative;
  width: 100%;
  height: 500px;
  background: #df1020;
  overflow: hidden;
  color: #fff;
  text-align: center;
}
.say-content .say-info .sub {
  width: 50px;
  height: 4px;
  background: #fff;
  margin: 30px auto;
}

.say-content .say-info p {
  font-size: 50px;
  line-height: 60px;
}
.say-content .say-info .khs{
  font-size: 35px;
}
.advantage h4 {
  color: #444;
  font-size: 36px;
  line-height: 36px;
  margin-top: 60px;
}
.advantage .outline {
 	margin: 10px 0px;
  font-size: 18px;
  line-height: 40px;
  color: #444;
}
.advantage img {
	padding-top: 30px;
}
.area-list h3 {
  font-size: 36px;
  padding: 0 20px;
  color: #333;
}
.box2Img img {
  width: 100%;
  transition: all 0.4s ease 0s;
}
.item .box2Tit {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 20px;
  font-size: 30px;
  line-height: 34px;
  color: #fff;
  transition: all 0.4s ease 0s;
  box-sizing: border-box;
}
.ellipsis {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.ellipsis p {
    font-size: 22px;
}
.ellipsis p:nth-of-type(3) {
    line-height: 49px;
    letter-spacing: 2px;
}
.box2Con,  .box2Img {
  position: relative;
  overflow: hidden;
}
.box2HovBg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 10px;
  background: rgba(83,1,3,1);
  box-sizing: border-box;
  color: #FFFFFF;
  opacity: 0;
  transform: translateY(-100%);
  transition: all 0.4s ease 0s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.box2Con.active .box2Hov {
  height: 100%;
}
.box2HovBg h4 {
  padding: 10px 0;
  text-align: center;
  font-size: 22px;
  opacity: 0;
  transform: translateY(-100%);
  transition: all 0.4s ease 0s;
}
.box2Item {
  overflow: hidden;
  padding: 0 20px;
  font-size: 15px;
  line-height: 26px;
  letter-spacing: 1px;
  opacity: 0;
  transform: translateY(100%);
  transition: all 0.4s ease 0s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
.box2Con.active .box2HovBg {
  transform: translateY(0);
  opacity: 1;
}
.box2Con.active .box2HovBg h4 , .box2Con.active .box2Item {
  transform: translateY(0);
  opacity: 1;
}
.box2Hov a{
  color: #fff;
}
.box2Con.active .box2Tit{
  transform: translateY(100%);
}
.box4Bg {
  padding: 10px 20px;
  position: relative;
  background: url(/images/box4bg.jpg) center center no-repeat;
  background-size: cover;
}

.boxlink a{
  float: left;
  padding: 0 5px;
  margin: 2px 5px;
  font-size: 14px;
}
.server-link-box {
  position: relative;
}
.server-link {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.area-list .box4Bg .title {
  padding: 20px 0 60px 0;
  text-align: center;
}
.area-list .box4Bg .title h3 {
  color: #fff;
}
.box4Bg .outline {
  margin-top: 10px;
  color: #fff;
}
.box4Bg .news-style {
  background: #ffffff;
  box-shadow: 0px 0px 6px #333333;
}
.box4Bg .news-style a {
  color: #fff;
}
.news_list .contents {
  position: relative;
  display: block;
  width: 100%;
  height: 170px;
  padding: 15px 0px;
  background: #ffffff;
  border-radius: 3px;
  box-sizing: border-box;
  border: 1px solid #dddddd;
  color: #fbfbfb;
  transition: all 0.3s ease 0s;
}
.news_list .news_time {
  float: left;
  width: 140px;
  height: 140px;
  text-align: center;
  border-right: 1px solid #dddddd;
}
.news_list .news_time h3 {
  padding: 15px 0px;
  font-size: 52px;
  font-weight: bold;
  color: #df1020;
}
.news_list .news_time h4 {
  font-size: 18px;
  color: #df1020;
}

.news_contents_box {
  position: absolute;
  left: 140px;
  top: 0px;
  height: 170px;
  padding: 15px;
  box-sizing: border-box;
}
.news_list .news_contents h3 {
  padding: 0;
  margin-bottom: 15px;
  color: #2D2D2D;
  font-size: 18px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.news_list .news_contents h5 {
  overflow: hidden;
  line-height: 24px;
  font-size: 14px;
  color: #B5B5B5; 
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.news_list .news_contents .number {
  position: absolute;
  left: 20px;
  bottom: 10px;
  line-height: 25px;
  color: #A2A2A2;
  font-size: 14px;
}
.news_list .news_contents .more_link2 {
  position: absolute;
  right: 20px;
  bottom: -2px;
  color: #A3A3A3;
  transform: translateY(-50%);
  transition: all 0.3s ease 0s;
  font-size: 14px;
  line-height: 25px;
}
.area-list .box4Bg .btn a {
  color: #fff;
}
.boxlink{
  position: relative;
  z-index: 10;
  margin-top: 10px;
  padding: 0 10px;
}
/*end-area*/

.main-nav .layui-nav-item:hover .layui-nav-child{
  display: block!important;
}





/* 大屏幕 */
@media (min-width: 978px) { 
	.area-list .outline {
		padding: 0 20px;
	}
}
@media (min-width: 1200px) { 

}
@media (min-width: 1600px) { 
 
}
@media screen and (max-width: 1366px){
	.say-content .say-info {
	    padding-top: 24px;
	}
}
/* 平板电脑和小屏电脑之间的分辨率 */
@media (min-width: 768px) and (max-width: 979px) {
	.area-list .outline {
		padding: 0 10px;
	}
	.area-list .info-data {
		width: 50%;
	}
}
@media (max-width: 1024px) {
  .area-list .item .advantage{
    padding: 50px 0 0 0;
  }
  .advantage h4{
    margin-top: 0px;
  }
  .area-list .item .advantage  .title{
    padding: 50px 0
  } 
  .box2Item {
    font-size: 12px;
    padding: 0 10px;
    line-height: 22px;
  }
  .boxlink {
    height: 38px;
    overflow: hidden;
    padding: 0;
  }
  .boxlink a {
    padding: 4px;
    margin: 4px;
    font-size: 12px;
  }
  .box2HovBg h4 {
    font-size: 16px;
    padding: 5px;
  }
}
  
/* 横向放置的手机和竖向放置的平板之间的分辨率 */
@media (max-width: 768px) {
	.area-list .info-data {
		width: 50%;
	}
	.area-list .item .title {
		padding: 30px 0;
	}
	.area-list .outline {
    padding: 0 10px;
 		margin-top: 28px;
 		font-size: 16px;
 	}
  .box4Bg .title {
    padding: 20px 0;
  }
  .area-list .box4Bg .outline {
    margin-top: 0;
    font-size: 14px;
  }
 	.area-list .btn {
 		padding: 40px 0;
 	}
  .advantage h4 {
    font-size: 18px;
    margin-top: 12px;
  }
  .advantage .outline {
    margin: 5px 0px;
    font-size: 14px;
    line-height: 30px;
    color: #444;
  }
  .area-list .item .advantage  .title{
    padding: 10px 0
  } 
  .area-list .item .advantage{
    padding: 30px 0 0 0;
  }
  .area-list h3 {
    font-size: 26px;
  }
  .area-list .hz{
    margin-top: 8px;
    font-size: 16px;
  }
  .box2HovBg h4 {
    padding: 0;
  }
}
.cul_item{
  border: 2px solid #c7c4c3;
}
@media screen and (max-width: 676px){
  .advantage img {
    width: 100%;
    padding: 30px 20px 0 20px;
    box-sizing: border-box;
  }
}
/* 横向放置的手机及分辨率更小的设备 */
@media (max-width: 480px) {
	.area-list .info-data {
		width: 100%;
	}
	.say-content .say-info .sub {
    width: 40px;
    height: 3px;
	}
  .say-content .say-info p {
    font-size: 22px;
	}
  .area-list .item .advantage .title {
    padding: 0 20px;
  }
}


