﻿*{
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
}
html {
overflow-x:hidden;

}
body {
  font-family: "微软雅黑";
  color: #808080;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  word-spacing: 2px;
  -webkit-font-smoothing: antialiased;
}
p {
  margin-bottom: 26px;
}
a {
  color: #4ecdc4;
  text-decoration: none !important;
  -webkit-transition: color 0.3s;
          transition: color 0.3s;
}
a:hover {
  color: #4c4c4c;
}
.clearfix, .c {
    zoom: 1;
    clear: both;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Oswald";
  color: #4c4c4c;
  letter-spacing: 1px;
  font-weight: 400;
}
.form-control {
  border-radius: 2px !important;
  padding: 15px 20px !important;
  height: auto;
  border-color: #e5e5e5 !important;
  box-shadow: none !important;
}
.form-control:focus {
  border-color: #4ecdc4 !important;
}

.no-padding {
  padding: 0 !important;
}
.float-nan {
  float: none;
}
.img-responsive {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.btn {
  font-family: "Oswald";
  font-size: 16px;
  letter-spacing: 1px;
  border-radius: 40px;
  padding: 8px 30px;
  margin-bottom: 5px;
  -webkit-transition: color 0.3s, background-color 0.3s, border-color 0.3s;
          transition: color 0.3s, background-color 0.3s, border-color 0.3s;
}
.btn.btn-lg {
  padding: 10px 35px;
  letter-spacing: 2px;
  font-size: 21px;
}
.btn.btn-sm {
  padding: 7px 20px;
  font-size: 14px;
}
.btn.btn-xs {
  padding: 5px 15px;
  font-size: 12px;
}
.btn-default {
  color: #676767;
  border-color: #e5e5e5;
}
.btn-default:hover {
  color: #fff;
  background-color: #4ecdc4;
  border-color: #4ecdc4;
}
.btn-default-o {
  color: #f2f2f2;
  border-color: #f2f2f2;
  background-color: transparent;
}
.btn-default-o:hover {
  color: #4ecdc4;
  background-color: #fff;
  border-color: #fff;
}
.btn-main-o {
  color: #4ecdc4;
  border-color: #4ecdc4;
  background-color: transparent;
}
.btn-main-o:hover {
  color: #fff;
  background-color: #4ecdc4;
  border-color: #4ecdc4;
}
.btn-dark-o {
  color: #4c4c4c;
  border-color: #4c4c4c;
  background-color: transparent;
}
.btn-dark-o:hover {
  color: #fff;
  background-color: #4c4c4c;
  border-color: #4c4c4c;
}
.btn-dark {
  color: #fff;
  background-color: #4c4c4c;
  border-color: #4c4c4c;
}
.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active {
  background-color: #333333;
  border-color: #333333;
  color: #fff;
}
.btn-main {
  color: #fff;
  background-color: #4ecdc4;
  border-color: #4ecdc4;
}
.btn-main:hover,
.btn-main:focus,
.btn-main:active {
  background-color: #33b5ac;
  border-color: #33b5ac;
  color: #fff;
}
.btn-link {
  font-weight: 400;
  color: #4ecdc4;
}
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  color: #4c4c4c;
  text-decoration: none;
}
.section-title {
  margin-bottom: 70px;
}
.section-title h3 {
  font-family: "Oswald";
  text-transform: uppercase;
  color: #4c4c4c;
  font-weight: 400;
  letter-spacing: 2px;
  font-size: 28px;
  line-height: 48px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  clear: both;
  position: relative;
  padding: 0 10px;
}
.section-title p {
  font-family: "Oswald";
  text-transform: uppercase;
  color: #4ecdc4;
  font-size: 38px;
  line-height: 58px;
  font-weight: 700;
  letter-spacing: 3px;
}
.section-title.st-center {
  text-align: center;
}
.section-title.st-center:before {
  margin: auto;
}
.section-title:before {
  content: "";
  display: block;
  width: 150px;
  height: 51px;
  background-image: url(../images/title-top.png);
  background-repeat: no-repeat;
}
.bottom-line {
  margin-bottom: 20px;
}
.bottom-line:after {
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  background-color: #4ecdc4;
  margin-top: 5px;
}
.tooltip.top .tooltip-arrow {
  bottom: 1px;
}
.tac {
  text-align: center;
}
.nicescroll-rails {
  background: rgba(0, 0, 0, 0.1);
  width: 5px;
  z-index: 9999 !important;
}
.nicescroll-rails:hover {
  opacity: 1 !important;
}
.nicescroll-rails > div {
  background: #4ecdc4 !important;
}
/* ---------------------------------------------- /*
 * Mouse animate icon
/* ---------------------------------------------- */
.mouse-icon {
  position: absolute;
  left: 50%;
  bottom: 40px;
  border: 2px solid #fff;
  border-radius: 16px;
  height: 40px;
  width: 24px;
  margin-left: -15px;
  display: block;
  z-index: 10;
  opacity: 0.7;
}
.mouse-icon .wheel {
  -webkit-animation-name: drop;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-play-state: running;
  -webkit-animation-name: drop;
          animation-name: drop;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.mouse-icon .wheel {
  position: relative;
  border-radius: 10px;
  background: #fff;
  width: 2px;
  height: 6px;
  top: 4px;
  margin-left: auto;
  margin-right: auto;
}
@-webkit-keyframes drop {
  0% {
    top: 5px;
    opacity: 0;
  }
  30% {
    top: 10px;
    opacity: 1;
  }
  100% {
    top: 25px;
    opacity: 0;
  }
}
@keyframes drop {
  0% {
    top: 5px;
    opacity: 0;
  }
  30% {
    top: 10px;
    opacity: 1;
  }
  100% {
    top: 25px;
    opacity: 0;
  }
}
.home {
  background-image: url(../images/hero-img9.jpg);
  background-position: top center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #000;
  padding: 100px 0;
  position: relative
  /* Temp CSS */
  /* Temp CSS End */
}
.home .st-brand {
  text-align: center;
  margin-bottom: 50px;
}
.home .st-home-unit {
  position: relative;
}
.home .hero-txt {
  color: #fff;
  text-align: center;
}
.home .hero-txt .hero-title {
  font-family: "Oswald";
  color: #fff;
  text-transform: uppercase;
  font-size: 70px;
  line-height: 85px;
  font-weight: 400;
  letter-spacing: 8px;
  word-spacing: 4px;
  margin-bottom: 15px;
  margin-top: 5px;
  padding: 20px 10px;
}
.home .hero-txt .hero-work {
  font-family: "Oswald";
  font-weight: 300;
  letter-spacing: 2px;
  margin-bottom: 0;
}
.home .hero-txt .hero-work:after {
  content: "";
  display: block;
  width: 200px;
  height: 4px;
  margin: 20px auto 0;
  background-color: transparent;
  border-width: 1px 0;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.3);
}
.home .hero-txt a.btn {
  text-transform: uppercase;
}
.home .hero-txt a.btn.left-btn {
  margin-right: 20px !important;
}
.home .hero-txt .hero-sub-title {
  font-family: "Oswald";
  font-size: 30px;
  letter-spacing: 5px;
  font-weight: 300;
  margin-bottom: 70px;
}
.home .hero-txt .hero-img {
  margin-top: 80px;
}
.st-highlight {
  color: #4ecdc4;
}
.navbar-default {
  background: rgba(255, 255, 255, 1.0); 
  background: #fff;filter: alpha(opacity=100);
  border-width: 0;
  margin-bottom: 0 !important;
  height: 90px;
  -webkit-transition: background-color 0.3s, height 0.3s;
          transition: background-color 0.3s, height 0.3s;
}
.navbar-default:hover {
  background: rgba(255, 255, 255, 1.0) !important;
  background: #fff;filter: alpha(opacity=100);
  border-width: 0;
  margin-bottom: 0 !important;
  height: 90px;
  -webkit-transition: background-color 0.8s, height 0.8s;
          transition: background-color 0.8s, height 0.8s;
 -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
 -moz-box-shadow:0px 1px 10px  rgba(0, 0, 0, 0.1);  
-webkit-box-shadow:0px 1px 10px rgba(0, 0, 0, 0.1); 
box-shadow: 0px 1px 10px  rgba(0, 0, 0, 0.1); 
}


.st-navbar-mini .navbar-default {
  background: rgba(255, 255, 255, 1.0) !important;
  background: #fff;filter: alpha(opacity=100);
   border-width: 0;
  margin-bottom: 0 !important;
  height: 60px;
  -webkit-transition: background-color 0.5s, height 0.5s;
          transition: background-color 0.5s, height 0.5s;
 -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
-moz-box-shadow:0px 1px 10px  rgba(0, 0, 0, 0.2);  
-webkit-box-shadow:0px 1px 10px rgba(0, 0, 0, 0.2); 
box-shadow: 0px 1px 10px  rgba(0, 0, 0, 0.2);  

}

.st-navbar-mini .navbar-default .navbar-brand {padding-top: 15px;

}
.st-navbar-mini .navbar-default .navbar-brand img {
  height: 30px;
}
.st-navbar-mini .navbar-default .navbar-nav > li.active > a,
.st-navbar-mini .navbar-default .navbar-nav > li.active a:hover,
.st-navbar-mini .navbar-default .navbar-nav > li.active a:focus,
.st-navbar-mini .navbar-default .navbar-nav > li.active a:active {
  background-color: rgba(0, 0, 0, 0.5);
  color:#000000;
}
.navbar-brand {
  height: auto;
  padding-top: 20px;
  -webkit-transition: padding 0.3s;
          transition: padding 0.3s;
		  padding-left:3%;
}
.navbar-brand img {
  height: 48px;
  -webkit-transition: height 0.3s;
          transition: height 0.3s;
}
.navbar-nav{padding-right:3%;}
.navbar-nav > li > a {
  font-family:"微软雅黑";
  font-size: 15px;
  font-weight:normal;
  padding-left: 15px;
  padding-right: 15px;
  color: #000;
  -webkit-transition: color 0.3s, background-color 0.3s, padding 0.3s;
          transition: color 0.3s, background-color 0.3s, padding 0.3s;
}
.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus,
.navbar-nav > li > a:active {
  color: #0096b2;
  outline-width: 0;
  background:url(../images/topbg.gif) repeat-x top;
   
}
.navbar-nav > li.active > a,
.navbar-nav > li.active a:hover,
.navbar-nav > li.active a:focus,
.navbar-nav > li.active a:active {
  color: #0096b2;
  background:url(../images/topbg.gif) repeat-x top;
}
.navbar-default .navbar-nav > li > a {
font-family: "微软雅黑";
  color: #000;
}
.navbar-default .navbar-nav > li.active > a,
.navbar-default .navbar-nav > li.active a:hover,
.navbar-default .navbar-nav > li.active a:focus,
.navbar-default .navbar-nav > li.active a:active {
  color: #0096b2;
  background-color: rgba(0, 0, 0, 0);
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #0096b2;
}
.drop-menu-effect {position:absolute; z-index:100;}
.drop-menu-effect a.selected{ background:url(../images/topbg.gif) repeat-x top; position:relative; z-index:300; color: #0096b2;}
.drop-menu-effect .selected .submenu{display:block;}
.drop-menu-effect .submenu{display:none;position:absolute;left:0px; top:65px; background:#ffffff; width:100px; z-index:200; -moz-border-radius:0px 0px 6px 6px;      /* Gecko browsers */
    -webkit-border-radius: 0px 0px 6px 6px;   /* Webkit browsers */
    border-radius:0px 0px 6px 6px; overflow:hidden; padding:0px 0px 10px 0px;}

.drop-menu-effect .submenu li{background:#ffffff;  line-height:24px; list-style:none; width:100px; text-align:center; padding:5px 0px;}
.drop-menu-effect .submenu li a{text-align:center; font-family:"Microsoft YaHei";line-height:24px;background:none; color:#333; font-size:13px; font-weight:normal; padding:0px;}
.drop-menu-effect .submenu li a:hover{font-weight:normal; color:#008cae; text-decoration:none; padding:0px;}
.st-navbar-mini .navbar-default .drop-menu-effect .submenu{display:none;position:absolute;left:0px; top:40px; background:#ffffff; width:100px; z-index:200; -moz-border-radius:0px 0px 6px 6px;      /* Gecko browsers */
    -webkit-border-radius: 0px 0px 6px 6px;   /* Webkit browsers */
    border-radius:0px 0px 6px 6px; overflow:hidden; padding:0px 0px 10px 0px;}


  .st-navbar-mini .navbar-default .navbar-nav > li > a {
    padding-top: 15px;
  
  }


.left-control:hover, 
.right-control:hover, 
 {
  background-color:#028fcc;
}

.twitter-left-control:hover, 
.twitter-right-control:hover, 
.btn-loadmore:hover  {
	border: 1px solid #028fcc;
}

.caption .btn-start:hover, 
.left-control:hover, 
.right-control:hover {
	border-color: #028fcc;
}

.twitter-icon .fa-twitter:after {
	border-color: #028fcc transparent transparent;
}








/*banner*/


.chb_about_img_kuang{
    position: absolute;
    top: 8px;
    left: 20px;
    width: 70px;
    height: 79px;
    background: url(../images/chb_about_img_kuang.png) no-repeat center;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.chb_about_ul{
    width: 1200px;
    margin: 0 auto;
	margin-top:30PX;
}
.chb_about_img{
    height: 44px;
    margin: 15px auto 0 auto;
}
.chb_about_img1{
    width: 38px;
    background: url(../images/chb_about_img1.png) no-repeat 0 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.chb_about_ul li:hover .chb_about_img1{
    background: url(../images/chb_about_img1.png) no-repeat -42px 0;
    -webkit-transform: rotate(-60deg);
    -moz-transform: rotate(-60deg);
    -o-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    transform: rotate(-60deg);
}
.chb_about_img2{
    width: 53px;
    background: url(../images/chb_about_img2.png) no-repeat 0 3px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.chb_about_ul li:hover .chb_about_img2{
    background: url(../images/chb_about_img2.png) no-repeat -55px 3px;
    -webkit-transform: rotate(-60deg);
    -moz-transform: rotate(-60deg);
    -o-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    transform: rotate(-60deg);
}
.chb_about_img3{
    width: 35px;
    background: url(../images/chb_about_img3.png) no-repeat 0 0px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.chb_about_ul li:hover .chb_about_img3{
    background: url(../images/chb_about_img3.png) no-repeat -41px 0px;
    -webkit-transform: rotate(-60deg);
    -moz-transform: rotate(-60deg);
    -o-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    transform: rotate(-60deg);
}
.chb_about_img4{
    width: 40px;
    background: url(../images/chb_about_img4.png) no-repeat 0 0px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.chb_about_ul li:hover .chb_about_img4{
    background: url(../images/chb_about_img4.png) no-repeat -44px 0px;
    -webkit-transform: rotate(-60deg);
    -moz-transform: rotate(-60deg);
    -o-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    transform: rotate(-60deg);
}
.chb_about_img5{
    width: 35px;
    background: url(../images/chb_about_img5.png) no-repeat 0 2px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.chb_about_ul li:hover .chb_about_img5{
    background: url(../images/chb_about_img5.png) no-repeat -38px 2px;
    -webkit-transform: rotate(-60deg);
    -moz-transform: rotate(-60deg);
    -o-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    transform: rotate(-60deg);
}
.chb_about_ul li{

    height: 88px;
    overflow: hidden;
    position: relative;
    float: left;
    border-right: 1px solid #BEBEBE;
}
.chb_about_ul li.chb_about_ul_li_last{
    border-right: none;
}
.chb_about_ul li:hover .chb_about_img_kuang{
    background: url(../images/chb_about_img_kuang2.png) no-repeat center;
    -webkit-transform: rotate(60deg);
    -moz-transform: rotate(60deg);
    -o-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
}
.chb_about_icon{
    position: absolute;
    right: 52px;
    top: 23px;
    width: 17px;
    height: 17px;
    float: left;
    background: url(../images/chb_about_icon.png) no-repeat center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.chb_about_liname{
    position: absolute;
    top: 20px;
    left: 110px;
    font-size: 16px;
    color: #333333;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.chb_about_lienname{
    position: absolute;
    top: 50px;
    left: 110px;
    font-size: 12px !important;
    font-family: Arial;


    color: #bebebe;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.chb_about_li{
    padding-top: 8px;
}
.chb_about_ul li:hover .chb_about_liname{
    top: -30px;
}
.chb_about_ul li:hover .chb_about_lienname{
    top: 80px;
}
.chb_about_ul li:hover .chb_about_icon{
    opacity: 0;
    right: 30px;
}
.chb_about_con_hover{
    position: absolute;
    width: 120px;
    font-size: 13px;
	line-height:25PX;
    color: #008cae;
    left: 100px;
    top: 12px;
    opacity: 0;
    filter:alpha(opacity=0);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.chb_about_ul li:hover .chb_about_img_kuang{
    left: 20px;
}
.chb_about_ul li:hover .chb_about_con_hover{
    opacity: 1;
    filter:alpha(opacity=1);
}

.chb_about_li1{ width:239px;}
.chb_about_li2{ width:239px;}
.chb_about_li3{ width:239px;}
.chb_about_li4{ width:239px;}
.chb_about_li5{ width:240px;}


.comp{ width:1200px; margin:0 auto; padding-top:50px;}
.comp_tit{ width:230px; height:40px; margin:0 auto; text-align:center; font-size:30px; color:#000000; margin-top:50px;}
.comp_test{ width:1200px; line-height:30px; text-align:center; color:#333333; font-size:14px;}

.news{ width:1200px; margin:0 auto; padding-top:40px; overflow:hidden;}



.chb_dongtai_con_l{
    float: left;
    width: 582px;
}
#chb_main .am-panel{
    background: none;
}
.chb_dongtai_positon_img{
    height: 154px;
    overflow: hidden;
    position: relative;
}
.chb_dongtai_positon_img img{
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -o-transform:scale(1);
    -ms-transform:scale(1);
    transform:scale(1);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.chb_dongtai_positon_date{
    position: absolute;
    width: 68px;
    height: 68px;
    top: 0;
    left: 0;
    background-color: #008cae;
}
.chb_dongtai_positon_date_ri{
    font-size: 32px;
    margin-top: 3px;
    color: #ffffff;
    text-align: center;
    font-weight: 400;
}
.chb_dongtai_positon_date_nian{
    font-size: 12px;
    color: #ffffff;
    text-align: center;
}
.chb_dongtai_positon:hover .chb_dongtai_positon_img img{
    -webkit-transform:scale(1.1);
    -moz-transform:scale(1.1);
    -o-transform:scale(1.1);
    -ms-transform:scale(1.1);
    transform:scale(1.1);
}
.chb_dongtai_con{
    margin-top: 70px;
}
.chb_dongtai_positon_more{
    background-color: #008cae;
    width: 168px;
    height: 37px;
    text-align: center;
    line-height: 37px;
    font-size: 14px;
    color: #ffffff;
    margin-top: 32px;
}
.chb_dongtai_positon_name{
    font-size: 18px;
    color: #333333;
    margin-top: 17px;
}
.chb_dongtai_positon_js{
    margin-top: 10px;
    font-size: 14px;
    color: #8c8c8c;
}
.chb_dongtai_con_li_date{
    float: left;
	padding-top:20px;
}
.chb_dongtai_con_r{
    float: right;
}
.chb_dongtai_con_li_ri{
    text-align: center;
    font-size: 46px;
    font-weight:500;
    color: #bebebe;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.chb_dongtai_con_ul li{
    width: 562px;
    padding-bottom: 15px;
    margin-bottom: 10px;
    border-bottom: 1px solid #E4E4E4;
}
.chb_dongtai_con_ul li:hover .chb_dongtai_con_li_nian{
    color: #008cae;
}
.chb_dongtai_con_ul li:hover .chb_dongtai_con_li_name{
    color: #008cae;
}
.chb_dongtai_con_ul li:hover .chb_dongtai_con_li_js{
    color: #008cae;
}
.chb_dongtai_con_ul li:hover .chb_dongtai_con_li_ri{
    color: #008cae;
}
.chb_dongtai_con_li_nian{
    font-size: 14px;
    color: #bebebe;
    text-align: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
	line-height:40px;
}
.chb_dongtai_con_li_con{
    float: right;
    width: 480px;
}
.chb_dongtai_con_li_name{
    font-size: 16px;
    color: #333333;
    font-weight: 400;
    margin-bottom: 6px;
    margin-top: 10px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.chb_dongtai_con_li_js{
    font-size: 14px;
    color: #8c8c8c;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
	line-height:22px;
}



.cp_main{width: 1200px;
overflow: hidden;
margin: 0px auto;
position: relative;
padding-top:80px;
z-index:300;
}

.cp_main .title{width:278px; height:64px; margin:0 auto; margin-top:40px; margin-bottom:38px;}
.cp_lb{overflow:hidden; width:1240px; margin-top:20px;}
.margin_rihgt{margin-right:0px !important;}
.spa_pic {
position: relative;
float: left;
width: 230px;
margin-right:12px;
overflow: hidden;
background: #000;
height:303px;
}

.spa_circle {
z-index: 1;
position: absolute;
left: 50%;
top: 50%;
width: 138px;
height: 138px;
margin-left: -69px;
margin-top: -69px;
opacity: 1;
cursor: pointer;
}

.spa_bg {
width: 8px;
height: 8px;
left: 50%;
top: 50%;
margin-left: -4px;
margin-top: -4px;
position: absolute;
}
.spa_font {
width: 98px;
height: 80px;
padding-top: 20px;
position: absolute;
left: 50%;
top: 50%;
margin-left: -49px;
margin-top: -46px;
text-align: center;
z-index: 2;
background: url(../images/spance_icon01.jpg) no-repeat center bottom;
font: 14px/20px "微软雅黑";
color: #717171;
}
.spa_font span {
display: block;
text-align: center;
font: 12px/20px Arial;
color: #c5c5c5;
}




.footer{ width:100%; margin-top:70px; background-color:#2a292c;}
.footer_1{ width:100%; height:78px; background:url(../images/footer2.gif) repeat-x top; text-align:center;}
.footer_1_1{ width:108px; height:78px; margin:0 auto;}
.footer_2{ width:100%; padding:30px 0px;}
.footer_1_2{ width:310px; height:50px; margin:0 auto;}
.footer_3{ width:100%; padding:20px 0px;}
.footer_1_3{ width:1027px; margin:0 auto;}
.footernav{ width:170px; height:45px; float:left; text-align:center; border-left:1px #444444 dotted;}
.footernav_1{ width:90px; margin:0 auto; text-align:center; height:25px; color:#CCCCCC; font-size:16px;}
.footernav_2{ width:90px; margin:0 auto; text-align:center; height:20px; color:#666666; font-size:12px; font-family:Arial, Helvetica, sans-serif;}
.footernavlast{border-right:1px #444444 dotted;}
.footer_4{ width:100%; padding:20px 0px 30PX 0PX;}
.footer_1_4{ width:482px; height:125px; margin:0 auto;}
.footer_5{ width:100%; padding:20px 0px; background-color:#1f1f22;}
.footer_5_1{ width:726px; margin:0 auto; height:30px;}
.footbotnav{ width:180px; height:30px; border-left:1px #333333 dotted; text-align:center; float:left;}
.footbotnavlast{border-right:1px #333333 dotted;}
.footer_6{ width:100%; height:45px; background-color:#161616; text-align:center; line-height:45px; color:#999999; font-size:13px;}

.caption{ top:0px; margin:0px; padding:0px;}