@charset "UTF-8";
.pull-left,
.pulll-right{ _display: inline; }
.pull-left{ float: left; }
.pull-right{ float: right; }

.block-center{ 
	width: 1000px;
	margin-left: auto; 
	margin-right: auto;
}
.clearfix{ *zoom:1; }
.clearfix:after,
.clearfix:before{
	display: table;
	line-height: 0;
	content: "";
}
.clearfix:after{ clear: both; }
body,button,input,select,textarea{
	font-size: 14px;
	font-family: tahoma,Helvetica,"Microsoft YaHei", \5FAE\8F6F\96C5\9ED1;
	color: #666;
}

/* 1. index 
================================================*/

/* 1.1 slide banner轮播 */
.page-slide{
  width: 100%;
  overflow: hidden;
  position: relative;
}

/* 1.2 guide 引导 */


/* 1.3 item 列表 */
.tc-item-warp{
  overflow: hidden;
  margin-top: 50px;
  padding-bottom: 50px;
}
.tc-item-warp ul{
  width: 1300px;
  padding-left: 27px;
}
.tc-item-warp ul li{
  width: 216px;
  float: left;
  _display:inline;
  margin-right: 94px;
}
.tc-item-warp .item-title,
.item-title a,
.tc-item-warp .item-info{
  color: #4e4b4b;
}
.item-title a:hover{ text-decoration: none;}
.tc-item-warp .item-info{
  margin-top: 35px;
  line-height: 30px;
  /*height: 120px;
  overflow: hidden;*/
}
.tc-item-warp .item-lk{
  margin-top: 35px;
}
.tc-item-warp .item-icon{
  width: 216px;
  height: 180px;
  /*line-height: 180px;*/
  position: relative;
  text-align: center;
  vertical-align: middle;
}
.item-icon p{
  position: absolute;
  transition-timing-function:linear;
  -moz-transition-timing-function:linear;
  -webkit-transition-timing-function:linear;
  -o-transition-timing-function:linear;
}

/*icon1*/
.icon1 {
  width: 146px;
  height: 47px;
  position: absolute;
  left: 25px;
  top: 102px;
  background: url('images/icon1-bg.png') no-repeat;
}
.icon1 .icon1-1{
  width: 124px;
  height: 23px;
  left: 11px;
  bottom: 14px;
  background: url('images/icon1-1.png') no-repeat;
}
.icon1 .icon1-2{
  width: 83px;
  height: 69px;
  left: 35px;
  bottom: 25px;
  background: url('images/icon1-2.png') no-repeat;
}

/* icon2 */
.icon2{
  width: 164px;
  height: 41px;
  position: absolute;
  left: 25px;
  top: 105px;
  background: url('images/icon2-bg.png') no-repeat;
}
.icon2 .icon2-1{
  width: 164px;
  height: 21px;
  left: 0;
  bottom: 14px;
  background: url('images/icon2-1.png') no-repeat;
}
.icon2 .icon2-2{
  width: 76px;
  height: 78px;
  left: 45px;
  bottom: 25px;
  background: url('images/icon2-2.png') no-repeat;
}

/* icon3 */
.icon3{
  width: 171px;
  height: 43px;
  position: absolute;
  left: 17px;
  top: 103px;
  background: url('images/icon3-bg.png') no-repeat;
}
.icon3 .icon3-1{
  width: 147px;
  height: 36px;
  left: 13px;
  bottom: 14px;
  background: url('images/icon3-1.png') no-repeat;
}
.icon3 .icon3-2{
  width: 85px;
  height: 54px;
  left: 44px;
  bottom: 25px;
  background: url('images/icon3-2.png') no-repeat;
}

/* icon4 */
.icon4{
  width: 170px;
  height: 46px;
  position: absolute;
  left: 18px;
  top: 105px;
  background: url('images/icon4-bg.png') no-repeat;
}
.icon4 .icon4-1{
  width: 117px;
  height: 30px;
  left: 27px;
  bottom: 14px;
  background: url('images/icon4-1.png') no-repeat;
}
.icon4 .icon4-2{
  width: 89px;
  height: 52px;
  left: 43px;
  bottom: 25px;
  background: url('images/icon4-2.png') no-repeat;
}

.tc-item-warp li:hover p{
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-iteration-count:infinite;
  -webkit-animation-direction:alternate;
  -moz-animation-fill-mode: forwards;
  -moz-animation-iteration-count:infinite;
  -moz-animation-direction:alternate;
  animation-fill-mode: forwards;
  animation-iteration-count:infinite;
  animation-direction:alternate;

  animation-timing-function:ease-in-out;
  -webkit-animation-timing-function:ease-in-out;
  -moz-animation-timing-function:ease-in-out;

  -webkit-animation-duration:.5s;
  -moz-animation-duration:.5s;
  animation-duration:.5s;
}
.tc-item-warp li:hover p.icon-b{
  -webkit-animation-name: animationb;
  -webkit-animation-duration:.82s;
  -moz-animation-name: animationb;
  -moz-animation-duration:.82s;
  animation-name: animationb;
  animation-duration:.82s;
}
@-webkit-keyframes animationb{
    100%{
      bottom: 25px;
    }
}
@-moz-keyframes animationb{
    100%{
      bottom: 25px;
    }
}
@keyframes animationb{
    100%{
      bottom: 25px;
    }
}
.tc-item-warp li:hover p.icon-t{
  -webkit-animation-name: animationt;
  -webkit-animation-duration:.8s;
  -moz-animation-name: animationt;
  -moz-animation-duration:.8s;
  animation-name: animationt;
  animation-duration:.8s;
}
@-webkit-keyframes animationt{
    100%{
      bottom: 45px;
    }
}
@-moz-keyframes animationt{
    100%{
      bottom: 45px;
    }
}
@keyframes animationt{
    100%{
      bottom: 45px;
    }
}


/* team content */
.team-content{
  /*margin-top: 20px;*/
  background-color: #f8fafe;
}
.right-info{
  width: 918px;
  background-color: #fff;
  overflow: hidden;
  padding:35px 30px 30px 30px;
}

/* Page header 【页头】
=================================================*/
.page-header,
.header-fixed{
    height: 80px;
    width: 100%;
    font-size: 16px;
	background:url(images/head-bg.jpg) repeat-x;
}
/*header fixed*/
.header-fixed{background-color: #fff;-webkit-box-shadow:0 -1px 15px #f6f6f6;-moz-box-shadow:0 -1px 15px #f6f6f6;box-shadow: 0 -1px 15px #f6f6f6;position: fixed;_position:absolute;z-index: 80;top: 0;}
.header-nav a{ color: #504e57;}
.header-nav a:hover{color: #4688f1;text-decoration: none;}
.header-nav li{float: left; _display:inline;height: 80px;line-height: 80px;word-spacing: -4px;margin-left:20px;}

.banner-wrap {width:100%;margin:0 auto;text-align:center;}
.banner{height:600px; background:url(images/00.jpg) center top no-repeat #081827;min-width:1024px}
.banner1{height:600px; background:url(images/01.jpg) center top no-repeat #b3172c;min-width:1024px}
.banner2{height:600px; background:url(images/02.jpg) center top no-repeat #4c9dd4;min-width:1024px}
.banner3{height:600px; background:url(images/03.jpg) center top no-repeat #d7d8da;min-width:1024px}
.banner4{height:600px; background:url(images/04.jpg) center top no-repeat #1d1d1b;min-width:1024px}
.banner5{height:600px; background:url(images/05.jpg) center top no-repeat #54bbfe;min-width:1024px}
.banner6{height:600px; background:url(images/06.jpg) center top no-repeat #0a0a0c;min-width:1024px}
.banner7{height:600px; background:url(images/07.jpg) center top no-repeat #48a6dc;min-width:1024px}

/* Page container
=================================================*/
.content-warp{width: 100%;padding:50px 0;}
.content-warp2{width: 100%;padding:50px 0;background-color: #f2f5fa;}
.block-center{ width: 1000px;margin-left: auto;margin-right: auto;}
.f48{font-size: 36px;font-weight: 400;}
.content-title{color: #555252;text-align:center;}
.content-info{*zoom:1;width:1000px;font-size: 16px;color: #828181; margin-top:50px;line-height: 28px;}
.content-info .right{width:290px;float:left; display:inline;}
.content-info .left{ width:680px;float:left; display:inline;padding-right:30px}
.content-info p{ clear:both; text-indent:2em; padding:5px 0;}
.content-img{ text-align:center; padding-top:50px;}
.content-img2{ float:left; text-align:center;}
.content-img3{ float:left; padding-left:50px;text-align:center;}

/* 内容2 */
.preRevie-warp{width: 100%;text-align: center; background-color: #f2f5fa;padding-top:50px;padding-bottom: 50px;}
.f36{ font-size: 36px; font-weight: 400; }
.preRevie-title{color: #524f4e;}
.pre-content{width: 1000px;margin-top: 50px;overflow: hidden;}

.pre-content .left{float: left;_display:inline;width: 475px;overflow: hidden;padding-bottom: 20px;}
.pre-content a:hover{ text-decoration: none;}
.pre-content .pic{width: 432px;height:354px; padding:20px;}
.pre-content .title,
.pre-content .info{text-align: left;padding:0 20px;line-height: 25px;color: #524f4e;}
.pre-content .title{color: #524f4e;height: 62px;line-height: 69px;overflow:hidden;}
.pre-content .right{float: left;_display:inline;width:475px;margin-left:50px;overflow: hidden;padding-bottom: 20px;}

.pre-content ul{width:1000px; padding-top:30px;}
.pre-content ul li{float: left;_display:inline;width: 400px;margin: auto 50px;overflow: hidden;}
.f22{ font-size: 18px; font-weight: 400; line-height:30px;}
.pre-content li .pre-list{padding-bottom: 18px;}
.pre-list a:hover{ text-decoration: none;}
.pre-list .list-pic{width:400px;height: 260px;}
.pre-list .list-title,
.pre-list .list-info{text-align: left;padding:0 20px;}
.pre-list .list-title{color: #524f4e;height: 62px;line-height: 69px;overflow:hidden;}
.pre-list .list-info{line-height: 25px;color: #524f4e;}

.content03{width: 1000px;margin-top: 50px;overflow: hidden;}
.content03-title{color:#555252;text-align:left;font-size:20px; font-weight:200; width:230px; padding:10px; background:#F0F0F0;border-radius: 15px 5px; } 
.content03-main{width: 1000px;}
.content03-main img{float:left; border:0;}
.content03-main p{ float:left;line-height:45px;font-size:16px;}
.content03-main .info{ text-indent:2em;}

.about-info{display: inline-block;*zoom:1;text-align:left;width: 1000px;font-size:16px;color: #828181;margin-top: 26px;line-height:30px;text-indent:2em;}
.about{display: inline-block;*zoom:1;text-align:left;width: 1000px;font-size:16px;color: #828181;margin-top: 26px;line-height:30px;}
.about img{ border:0; float:right;}
.about ul{ width:600px;}
.about ul li{ width:250px; float:left;list-style: none;}
.about p{ clear:both;}

.footer{background: #27303f; color:#818c9e; }
.footer-main{margin:0 auto;background: #27303f;overflow:hidden; padding:0; width:1000px;font-family:"微软雅黑"}
.footer-main ul{ overflow:hidden; float:left;padding:20px 20px 30px;;}
.footer-main ul li{float:left; padding-right:20px;}
.footer-main ul li h3{ background:url(images/line.gif) repeat-x bottom; padding-bottom:2px;}
.footer-main ul li h3 span{padding:62px 0 10px 40px; display:inline-block;font-size:15px; line-height:24px;  color:#818c9e;}
.footer a{color:#818c9e}
.footer a:hover{color:#fff}
.footer-main .ft_link{padding:10px 0 30px 40px;}
.footer-main .ft_link a{ display:block; line-height:24px;}
.footer-main .bh1 span{ background:url(images/icon01.png) no-repeat 55px 23px;}
.footer-main .bh2 span{ background:url(images/icon02.png) no-repeat 55px 23px;}
.footer-main .bh3 span{ background:url(images/icon03.png) no-repeat 55px 23px;}
.footer-main .bh4 span{ background:url(images/icon04.png) no-repeat 55px 23px;}
.footer-main .bh5 span{ background:url(images/icon05.png) no-repeat 55px 23px;}
.cont-tu{ float:left; padding-top:100px; padding-left:20px;}
.cont-tu h3{font-size:15px; line-height:30px;  color:#818c9e;text-align:center;}

.bottom {background: #19202d;color:#818c9e;}
.bottom a{color:#818c9e;}
.bottom .bottom-main{width:1000px;margin:0 auto;background: #19202d; line-height:42px; padding:0;height:42px;}
.bottom .bottom-main .flink {float:right; margin-right:10px; padding:0 10px;}
.bottom .bottom-main .flink a{padding:0 10px; border-right:#999 1px solid;}
.bottom .bottom-main .copyright{float:left; margin-left:10px;}

/* 回到顶部 */
 #returnTop {
	_display:none;
	position:fixed;
	_position:absolute;
	z-index:999;
	right:15px;
	bottom:-100px;
	_bottom:auto;
	width:60px;
	height:60px;
	text-indent:-999px;
	overflow:hidden;
	background-image:url(images/top_btn.png);
	_background-image:url(images/top_btn.png);
	background-repeat:no-repeat;
	background-position:0 0;
	transition:bottom 0.9s;
	-webkit-transition:bottom 0.9s;
	-moz-transition:bottom 0.9s;
	-o-transition:bottom 0.9s;
}
#returnTop:hover {
	width:60px;
	height:60px;
	background-image:url(images/top_btn_hover.png);
	_background-image:url(images/top_btn_hover.png);
}