@charset "utf-8";
*{margin: 0;
  padding: 0;
  font: inherit;
  line-height: inherit;
  vertical-align: baseline;}
 
  
body{
	font: 14px/1.7 SourceHanSans,Microsoft Yahei,'helvetica neue',Arial, Helvetica,tahoma,\5FAE\8F6F\96C5\9ED1,\5B8B\4F53,sans-serif;
	overflow-x: hidden;
	color: #333;
}

h1,h2,h3,h4,h5,h6,p,ul,li,dl,dt,dd,ol,form,span,input,a,div{ margin:0px; padding:0px; font-style:normal; border:0;}	
input, button, select { font-size:100%; box-sizing:border-box;margin:0; padding:0; vertical-align:middle; border:1px solid #ccc; outline:none;line-height:normal; color:#666;}
img {border:0px;border:none;}
ul,li{ list-style:none;}
a {-webkit-transition:all 0.3s ease;transition:all 0.3s ease; text-decoration:none; outline:none;color:inherit;}

.w1100{width:1100px;}
.w1140{width:1140px;}
.w100 { width:100%; }
.md {margin:0 auto; }
.fl {float:left;}
.rt {float:right;}
.clear {clear:both;}
ul::after {content: "."; clear: both; display: block; height: 0; overflow: hidden;}
.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	overflow: hidden;
}
.clear {clear:both;}
.bg-none {background:none;}
.pr {position: relative;}
.pa {position: absolute;}

	/* 设置滚动条的样式 */
 		::-webkit-scrollbar { width: 5px;}/* 滚动槽 *
 		::-webkit-scrollbar-track {}
 		/* 滚动条滑块 */
 		::-webkit-scrollbar-thumb { background: #ccc; }
 		::-webkit-scrollbar-thumb:window-inactive { background: #ccc;}
/* 基础的CSS样式 */

@font-face { 
    font-family: "SourceHanSans"; 
	src: url("http://chengchi.oss-cn-shanghai.aliyuncs.com/kehu/font/siyuanheiti.ttf") format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
	url("http://chengchi.oss-cn-shanghai.aliyuncs.com/kehu/font/siyuanheiti.eot?#iefix") format('embedded-opentype'); /* IE6-IE8 */
}




/*loading*/
.homebody {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #20293a;
}

.loading {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 300px;
  background-color: #20293a;
  color: #20293a;
  border-radius: 50%;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  animation: text 10s ease infinite;
}
.loading span{
 display:block;
  position: absolute;
  content: "";
  top: -5%;
  left: -5%;
  right: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  transform: scale(0.85);
  filter: blur(5vw);
  background: linear-gradient(270deg, #00fcbd, #7400f9);
  background-size: 150% 150%;
  border-radius: 50%;
  animation: glowmation 10s linear infinite;
}
@keyframes glowmation {
  0% {
    top: -3%;
    left: -3%;
    background-position: 0% 50%;
    background-size: 150% 150%;
  }
  12.5% {
    top: -3%;
    left: 0;
    background-size: 70% 30%;
  }
  25% {
    top: -3%;
    left: 3%;
    background-size: 100% 50%;
  }
  37.5% {
    top: 0;
    left: 3%;
    background-size: 70% 30%;
  }
  50% {
    top: 3%;
    left: 3%;
    background-position: 100% 50%;
    background-size: 30% 30%;
  }
  62.5% {
    top: 3%;
    left: 0;
    background-size: 30% 70%;
  }
  75% {
    top: 3%;
    left: -3%;
    background-size: 50% 100%;
  }
  87.5% {
    top: 0;
    left: -3%;
    background-size: 30% 70%;
  }
  100% {
    top: -3%;
    left: -3%;
    background-position: 0% 50%;
    background-size: 150% 150%;
  }
}
@keyframes text {
  0% {
    color: #7400f9;
  }
  50% {
    color: #00fcbd;
  }
  100% {
    color: #7400f9;
  }
}


/*banner*/

.i-ban {
  /* position: relative; */
  overflow: hidden;
  width: 100%;
  z-index: 1;
  height: 100vh;
}
.i-ban ul, .i-ban li {
  width: 100%;
  height: 100%;
}
.i-ban li {
  background-size: cover !important;
  position: absolute;
  left: 100%;
  top: 0;
  overflow: hidden;
}
.i-ban li a{
  display: block;
  width: 100%;
  height: 100%;
}
.i-ban li .cent-cont {
  position: absolute;
  right: 50px;
  top: 50%;
  margin-top: -149px;
  color: #fff;
  z-index: 3;
}
.i-ban li .gray-bg {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #000;
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.i-ban li .word {
  color: #fff;
  font-size: 40px;
  line-height: 68px;
}
.i-ban li .word p {
  position: relative;
  overflow: hidden;
  height: 68px;
}
.i-ban li .word p .font-sign {
  position: relative;
  display: block;
  top: 20px;
  opacity: 0;
  filter: alpha(opacity=0);
  font-weight:300;
  text-align: right;
}
.i-ban li .word p .font2 {font-size:26px;}
.i-ban li .word p .font3 {font-size:26px;}

.i-ban li .word span.line {
  display: block;
  height: 4px;
  background-color: #fff;
  opacity: 0.7;
  filter: alpha(opacity=70);
  width: 0;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
}
.i-ban li .word .font {
  display: block;
  position: relative;
  top: 20px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.i-ban li .link {
  display: block;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  margin-top: 50px;
  transition: all 0.3s ease 0s;
  cursor: pointer;
    position: absolute;
    overflow: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    bottom: 40px;
    left: 50%;
    margin-left: -21px;
}
.i-ban li .link i {
  display: block;
  width: 100%;
  height: 100%;
  background: url(/css/banner/ico_16.png) no-repeat center;
  position: absolute;
  left: 0;
  top: 0;
}
.i-ban li .link:hover {
  border: 1px solid white;
}
.i-ban li.active .word p .font-sign {
  top: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  transform: rotate(0);
  transition: all 0.5s ease 0s;
}
.i-ban li.active .link {
  opacity: 1;
  filter: alpha(opacity=1);
  transition: all 0.3s ease 0.6s;
}
.i-ban li.active .link i {
  animation: downico 1.5s ease-out infinite;
}
.i-ban .btns {
  position: absolute;
  bottom: 80px;
  right: 50%;
  z-index: 10;
  width:  1200px;
  margin-right: -600px;
}
.btns .fl{
	float:right;
	} 
.i-ban .btns span {
  display: inline-block;
  width: 50px;
  height: 4px;
  margin-right: 10px;
  background-color: #3a333f;
  position: relative;
  cursor: pointer;
}
.i-ban .btns span i {
  display: block;
  height: 100%;
  position: absolute;
  width: 0;
  background-color: #918c94;
}

@keyframes downico {
  0% {
    top: 0;
    opacity: 1;
  }
  35% {
    top: 50%;
    opacity: 0;
  }
  65% {
    top: -50%;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
/*ban*/

/*quick-link*/
.quick-link ul {
	width:1200px;
	position: absolute;
	bottom: 2px;
	left: 50%;
	margin-left: -600px;
	z-index: 9;
}
.quick-link ul li {
    width: 298px;
    margin-right: 2px;
    float: left;
    position: relative;
    top: 0px;
    overflow: hidden;
    height: 55px;
    background: #fff;
}
.quick-link ul li.lastli {margin-right:0px}
.quick-link ul li a {
    width: auto;
    padding: 15px 20px 0 20px;
    display: block;
    transition: background 0.3s;
    position: relative;
    z-index: 2;
    /* background: #fff; */
    font-size: 16px;
}


.index_wrap {
	position: relative;
	/* min-height:550px; */
	/* max-height:900px; */
	/* overflow: hidden; */
}
.index_wrap .home_banner {
	/*background:url(/css/background.jpg) no-repeat;*/
	width: 100%;
	height: 100%;
	background-size:cover;
}
#home_video {width:100%;}
.index_wrap .H2_txt {
	position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
    top: 35%;
    z-index: 3;
}
.index_wrap .H2_txt img {display:block;padding-bottom:10px;margin:0 auto;}
.H2_txt .modalLink {
	position: absolute;
    left: 50%;
    z-index: 3;
    font-size: 16px;
    height: 48px;
    width: 200px;
    border: 1px solid #fff;
    color: #fff;
    text-align: center;
    line-height: 48px;
    cursor: pointer;
    background: transparent;
    animation: bob 1.8s infinite cubic-bezier(.455,.03,.515,.955);
    margin-left: -100px;
    margin-top:30px;
}
.H2_txt .modalLink:hover {
    background: url(/css/white20.png) repeat;
    color: #000000;
}
@keyframes bob {
	0%,100% {
		transform: translateY(0)
	}

	50% {
		transform: translateY(-10px)
	}
}

@keyframes bob-sm {
	0%,100% {
		transform: translateY(0)
	}

	50% {
		transform: translateY(-4px)
	}
}
/*
.pattern {
	position: absolute;
	width: 100%;
	height:100%;
    left: 0;
    z-index: 2;
    top: 0;
    background: url(/css/pattern.png);
}
*/
.language-btn .select dt{
    font-weight: bold;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    height: 40px;
    width: 100px;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    color: transparent;
    transition: opacity 0.4s;
}

.language-btn .select dd{
	position: absolute;
    right: 0;
    display: none;
    top: 35px;
    width: 100px;
    margin-left: -58px;
    background: #fff;
    border-radius: 3px;
    display: none;
    height: auto;
    box-shadow: 0px 0px 10px 1px rgba(0,0,0,.1);
}
.language-btn  .select dd ul{max-height:250px;overflow:auto;}
.language-btn  .select dd ul i {
	position: absolute;
    width: 0;
    height: 0;
    left: 50%;
    top: -10px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #fff;
    margin-left: -5px;
}
.language-btn  .select dd ul li a{
    display: block;
    border-bottom: 1px solid #dbdbdb;
    line-height: 35px;
    font-size: 14px;
    color: #545454;
    text-align: center;
}
.language-btn  .select dd u .latli a {border-bottom: none;}

/*index_box1*/
.index_box1 {padding: 20px 0px 40px;background: url(/css/quxian.jpg) no-repeat fixed;}
.index_box1 .w1140 {position: relative; z-index: 2;}

.index_box1 .fl {width:550px;}
.index_box1 .fl img {width:100%}
.slideBox .prev,
.slideBox .next{ z-index: 5;position:absolute; right:50px; bottom:15px; margin-top:-25px; display:block; width:32px; height:40px; background: url(/css/slider-arrow.png) -90px 5px no-repeat; filter:alpha(opacity=50);opacity:0.5;   }
.slideBox .next{ left:auto; right:20px; background-position:8px 5px; }
.slideBox .prev:hover,
.slideBox .next:hover{ filter:alpha(opacity=100);opacity:1;  }
#indexgs {
	position: absolute;
    left: -100px;
    top: 85px;
}
.slideBox .pp {
	background: url(/css/PP.png) no-repeat;
    position: absolute;
    left: -25px;
    top: -25px;
    width: 502px;
    height: 467px;
}


.index_box1 .rt {
    width: 450px;
    padding: 60px 70px 50px;
    font-size: 15px;
    text-align: justify;
    line-height: 28px;
}
.index_box1   h2  {text-align:center;}
.index_box1   h2 span {
	display:block;
	margin:0 auto;
	width: 70px;
	height: 3px;
	display: block;
	margin-bottom: 60px;
	background: #21a1f5;
	background: linear-gradient(to right, #1f68f0 0, #1ab9fa 64%);
}
.index_box1 .rt p img {padding-right:5px;}
/*
.index_box1 .rt a {
    display: block;
    width: 180px;
    background: #fff;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin: 0 auto;
    margin-top: 50px;
    border-bottom: 2px solid #7fc4fc;
}
.index_box1 .rt a:hover {border-bottom: 2px solid #1d87f4;}
*/
.actionBtn1 {
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    display: block;
    width: 180px;
    height: 50px;
    line-height: 50px;
    margin-top: 50px;
    /* background: #fff; */
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    border: 1px solid #7fc4fc;
}
.actionBtn1 span {
	 position:relative;
	 transition:color .25s ease-out;
	 -webkit-transition:color .5s ease-out;
	 -moz-transition:color .5s ease-out;
}
.actionBtn1:hover span {
	 color:#fff;
}
.actionBtn1 .hover {
	position:absolute;
	 top:0;
	 left:0;
	 display:block;
	 width:100%;
	 height:100%;
	 background: #21a1f5;
	 background: linear-gradient(to right, #1f68f0 0, #1ab9fa 64%);
	 border:1px solid transparent;
	transform:scale(1,0);
	 -webkit-transform:scale(1,0);
	 -moz-transform:scale(1,0);
	 -ms-transform:scale(1,0);
	 transform-origin:center top;
	 -webkit-transform-origin:center top;
	 -moz-transform-origin:center top;
	 -ms-transform-origin:center top;
	transition:all .2s ease-out;
	 -webkit-transition:all .2s ease-out;
	 -moz-transition:all .2s ease-out;
}
.actionBtn1:hover .hover {
	transform:scale(1,1);
	-webkit-transform:scale(1,1);
	-moz-transform:scale(1,1);
	-ms-transform:scale(1,1);
}

.index_box1 .ib3 {
    position: absolute;
    right: 0;
    bottom: 0;
    
}
.index_box1 .ib3 img {display:block;animation: cuan 3s infinite cubic-bezier(.455,.03,.515,.955);}
@keyframes cuan {
	0%,100% {
		transform: translateX(0)
	}

	50% {
		transform: translateX(16px)
	}
}

@keyframes bob-sm {
	0%,100% {
		transform: translateX(0)
	}

	50% {
		transform: translateX(-4px)
	}
}

.index_box1 .slideBox{ width:500px; position:relative;/*overflow:hidden;*/}

.index_box1 .slideBox .bd{ position:relative; height:100%; z-index:1;   }
.index_box1 .slideBox .bd li{ zoom:1; vertical-align:middle; }
.index_box1 .slideBox .bd img{
	width: 500px;
    display: block;
    object-fit: cover;
    height: 466px;
}

.index_box2 {padding:0px 0px 50px;}
.index_box2 h2 {font-size:26px; font-weight:normal; text-align: center;padding-bottom:30px;}

.index_box2 ul li {
    position: relative;
    float: left;
    width: 165px;
    height: 150px;
    background: #f7f7f7;
    margin-right: 30px;
    margin-bottom: 30px;
}
.index_box2 ul li.mr0 {margin-right: 0px;}

.index_box2 ul li img {
    width: 140px;
    display: block;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    margin-left: -70px;
    top: 28%;
}

.index_box3 {
	min-height:400px;
}
.index_box3 .people .title_zone {position:relative; width:1200px;height:591px;margin:0 auto}
.index_box3 .title_zone p {margin-top:75px; color:#fff; font-size:36px; text-align:center; line-height:49px;}

.index_box3 .worldwide {background:url(/css/worldwide_bg.jpg) center 0 no-repeat;}
.index_box3 .worldwide #imgContainer{display:block;position:absolute;top: 120px;left:50%;width:420px;height:350px;text-align:center;overflow:hidden;margin-left:-210px;}
.index_box3 .worldwide .worldwide_text {
	position: absolute;
	top: 310px;
	left: 50%;
	margin-left: -86px;
}
.index_box3 .worldwide .title_zone .img.feat01 {top: 150px;left:72px;width:225px;}
.index_box3 .worldwide .title_zone .img.feat03 {top: 80px;right: 120px;}

.index_box3 .worldwide .title_zone .img {display:block; position:absolute; width:215px; text-align:center;}

.index_box3 .people .title_zone .text {
	display:block;
	font-size:24px;
	color:#fff;
	line-height:24px;
	margin-top: 10px;
	transition: all .4s ease-in;
	-moz-transition: all .4s ease-in;
	-webkit-transition: all .4s ease-in;
	-o-transition: all .4s ease-in;
}
.index_box3 .people .title_zone .feat01 .text {background: url(/css/world_btn02.png) no-repeat 30px; padding-left: 10px;}
.index_box3 .people .title_zone .feat01 .text:hover {background: url(/css/world_btn02.png) no-repeat 15px; padding-left: 10px;}

.index_box3 .people .title_zone .feat03 .text {padding-left: 10px;background: url(/css/world_btn01.png) no-repeat 175px;padding-right: 10px;}
.index_box3 .people .title_zone .feat03 .text:hover {background: url(/css/world_btn01.png) no-repeat right;}


.index_box3 .feat01 .jian {
	background: url(/css/world_icon02.png) no-repeat;
    width: 60px;
    height: 60px;
    position: absolute;
    left: 80px;
    top: 55px;
}
.index_box3 .feat03 .jian {
	background: url(/css/world_icon01.png) no-repeat;
    width: 60px;
    height: 60px;
    position: absolute;
    left: 80px;
    top: 55px;
}

.index_box4 {padding: 40px 0px 70px;background: #eee;}
.index_box4 .pic-box {width: 1140px;margin:0 auto;}
.index_box4 .pic-box img {width:100%;display:block;transition: all .5s;height: 660px;}

.index_box4 .pic-box .li01,
.index_box4 .pic-box .li02 {width:590px;position: relative;}

.index_box4 .pic-box .li01 {
	padding-right:20px;
	height: 660px;
	overflow: hidden;
	width: 530px;
	}

.index_box4 .pic-box .li02 .li02-t {padding-bottom:20px;}
.index_box4 .pic-box .li02 img {width:590px; height:320px;}

.select_box .bgs {
	position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    border: 20px solid transparent;
    border-top-color: rgba(33, 161, 245, 0.29);;
    border-left-color: rgba(33, 161, 245, 0.29);;
    -webkit-transition: border .35s ease-in-out;
    -moz-transition: border .35s ease-in-out;
    -o-transition: border .35s ease-in-out;
    transition: border .35s ease-in-out;
}
.sele:hover .bgs {border-width: 260px;}

.pic-box .li02 li:hover .img {
	-webkit-transform: scale(1.03);
    transform: scale(1.03);
}
.enter-name {
    position: absolute;
    bottom: 40px;
    left: 30px;
}
.enter-name h2 {
	font-size: 26px;
	color: #fff;
	font-weight: normal;
	letter-spacing: 3px;
	background: url(/css/ibjt.png) no-repeat right;
	padding-right: 60px;
}

.index_wenhua {padding:20px 0px 70px;     background: #eaeef2;}
.index_wenhua ul li {
	float: left;
    text-align: center;
    width: 280px;
    margin-right:150px;
}
.index_wenhua ul li.wh3 {margin-right:0px;}
.index_wenhua ul li .ico {position: relative;}
.index_wenhua ul li img {width: 75px;}
.index_wenhua ul li .ico span {
    display: block;
    width: 288px;
    height: 277px;
    background: url(/css/shadow1.png) no-repeat;
    position: absolute;
    top: 30px;
    left: 105px;

}

.index_wenhua .wh1 span {background: url(/css/wh1.png) no-repeat;}
.index_wenhua .wh2 span {background: url(/css/ib22.png) no-repeat;}
.index_wenhua ul li span {
	 display: block;
	width: 75px;
    height: 75px;
    margin: 0 auto;
    padding-bottom: 10px;
}
.index_wenhua ul li  h3 {
	font-size: 20px;
	padding-bottom: 10px;
	    padding-top: 10px;
}
.index_wenhua ul li p {font-size: 16px;}




.index_box4 h2 img {display:block; margin:0 auto;padding-bottom:30px;}
.index_box4 .category2 {width: 1000px; margin: 0 auto;}
.index_box4 .category2 li {
	float:left; 
	width:500px; 
	text-align: center;
}
.index_box4 .category2 li a:hover p {text-decoration: underline;}
.index_box4 .category2 li p {font-size: 22px; padding: 5px 0 50px;}
.index_box4 .category2 .mid_plus {
	left: 50%;
    top: 20%;
    width: 42px;
    margin-left: -21px;}
#DoubleViewer {margin:0 auto;}


.top-titile {
	text-align: center;
	margin-bottom: 40px;
	margin-top: 50px;
}
.top-titile .horiz {
    width: 250px;
    text-align: center;
    height: 2px;
    background: #322;
    margin: 0 auto;
    margin-top: 10px;
    position: relative;
    margin-bottom: 15px;
}
.top-titile .horiz span {
	display: block;
    background: #21a1f5;
    background: linear-gradient(to right, #1f68f0 0, #1ab9fa 64%);
    height: 4px;
    width: 80px;
    position: absolute;
    top: -1px;
    left: 50%;
    margin-left: -40px;
}

.top-titile p {
	font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 1px;
}


.index_box5 {padding: 30px 0px 80px;background: url(/css/body-bg.jpg) right;}
.index_box5 .top-titile {
margin-bottom:52px;
font-size: 30px;
letter-spacing: 1px;}

.cpxx h2,
#about h2,
.index_wenhua h2{font-size: 30px;
letter-spacing: 1px;
	
}
.ib5_main .L {
	position: relative;
	width: 530px;
	height: 571px;
	overflow: hidden;
	margin-top: 0px;
}
.ib5_main .L .pic {width:530px; height:548px; overflow: hidden;}
.ib5_main .L img {
width: 100%;
    transition: transform 12s cubic-bezier(.23, 1, .32, 1);
    transform: scale(1);
    /* position: absolute; */
    /* left: -50%; */
    height: 100%;
    object-fit: cover;
}
.ib5_main .L:hover img {transform: scale(1.1);}
.ib5_main .L  .text {
	width: 100%;
    position: absolute;
    top: 0;
    background: url(/css/black_bg.png) repeat-x;
    color: #fff;
}
.ib5_main .L  .text h2 {
	padding: 30px 30px 5px;
    font-size: 20px;
    font-weight: normal;
}
.ib5_main .L .text span {display: block;
    padding-left: 30px;
    padding-bottom: 20px;
    color: #FFF;
}
.ib5_main .viewmore {
    position: absolute;
    left: -130px;
    top: 180px;
    transition: all .4s ease-in;
    -moz-transition: all .4s ease-in;
    -webkit-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    color: #fff;
}
.ib5_main .viewmore p {
	background: #21a1f5;
    background: linear-gradient(to right, #1f68f0 0, #1ab9fa 64%);
    padding: 8px 25px;
}
.ib5_main .L:hover .viewmore {left: 30px;}

/*scroll*/
.scrollbox{
	width: 570px;
	margin: -38px auto 0;
	overflow: hidden;
	position: relative;
}
#scrollDiv{
	width: 570px;
    height: 560px;
    overflow: hidden;
}/*这里的高度和超出隐藏是必须的*/


#scrollDiv li {
	border-bottom: #B7B7B7 dashed 1px;
	border: #dadada 1px solid;
	margin-bottom: 12px;
	padding: 15px 20px;
	background: #fff;
}
#scrollDiv li h3{
	font-weight:bold;
	display: block;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
#scrollDiv li .time {
    display: block;
    line-height: 26px;
    color: #666;
    font-size: 13px;
}

#scrollDiv li div{
	line-height: 22px;
    height: 40px;
    overflow: hidden;
    color: #666;
}

.scroltit{ 
	height:28px; 
	margin-bottom:10px;
}
.scroltit .updown{
	float:right; 
	width: 28px;
    height: 27px;
    margin-left:6px;
    transition: all .4s ease-in;
    -moz-transition: all .4s ease-in;
   -webkit-transition: all .4s ease-in;
   -o-transition: all .4s ease-in;
   }
#but_up{ 
	background:url(/css/scroll/news_btn_top.jpg) no-repeat 0 0; 
	text-indent:-9999px;
}
#but_up:hover {background-position: 0 -27px;}

#but_down{ 
	background:url(/css/scroll/news_btn_bottom.jpg) no-repeat 0 0; 
	text-indent:-9999px
}
#but_down:hover {background-position: 0 -27px;}



/*
.index_box5 ul li {
	width: 352px;
	height:420px;
    margin-right: 40px;
    float:left;
    box-shadow: 0 0 15px 0 rgb(183, 183, 183), 0 0 0 transparent;
    transition: all .4s ease-in;    
}
.index_box5 ul li:hover {
    margin-top: -10px;
}
.index_box5 ul li img {width:100%; display:block; height: 234px;}
.index_box5 ul li .miaoshu {
	position: relative;
	background: #f7f7f7;
	padding: 20px;
	height: 146px;
}
.index_box5 .miaoshu h2 {
	font-size: 16px;
	font-weight:normal;
    line-height: 22px;
    padding-bottom: 10px;
    height: 44px;
}
.index_box5 ul .lastli {margin-right:0px;}
*/


.AF{
	position: relative;
    z-index: 3;}


.footer {
	background: #fff;
	padding-top: 50px;
}
.footer_one {width:1140px; margin:0 auto;padding-bottom:15px;}
.footer_one .foot_ul {margin-right:80px; }
.footer_one .foot_ul2 {margin-right:0px;}
.footer_one .foot_ul h3 {font-size:16px; padding-bottom: 10px;}
.footer_one .foot_ul li a {font-size:13px;}

.footer_rt {float:right;}
.footer_rt img {width:120px;}
.footer_rt p {font-size: 13px; text-align: center; line-height: 20px;}


.footer2 {background:#000;}
.footer_two {
    width: 1140px;
    margin: 0 auto;
    border-top: 1px solid #ccc;
    padding-top: 10px;
    font-size: 13px;
    padding-bottom: 5px;
    color: #fff;
}

.index .page5 .list .shiye1 a,
.index .page5 .list .shiye2 a
 {
 	font-size: 30px;
 	color: #fff;
 	letter-spacing: 2px;
 	font-weight: lighter;
 }



