@charset "gb2312";
/* @reset */

/* Inside and outside margins to allow the browser to behave differently */
html, body, div,a,span,img,dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, legend, input, textarea, p, blockquote, th, td, button, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  margin: 0;
  padding: 0;
}

/* Reset HTML5 tags */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

/* Remove the list of symbols */
ol, ul {
  list-style: none;
}
.clear {
  clear: both;
}
body{
	font-family: '微软雅黑';
}
body a,.steps-grid-left1 h4,.steps-grid-left2,.steps-grid-left2 span,ul.team-icons{
	transition: 0.5s ease-in-out;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	-ms-transition: 0.5s ease-in-out;
	text-decoration:none;
}
h1,h2,h3,h4,h5,h6{
	font-family: '微软雅黑';
}
p{
	margin:0;
}
ul,label{
	margin:0;
	padding:0;
}
body a:link,a:visited,a:hover,a:active{
	text-decoration:none;
  outline: none;
  color: #333;
}
/*--search-button--*/
form.navbar-form.navbar-right {
  margin: 0;
  padding: 0;
}
.form-group {
  position: relative;
}
input.form-control {
    padding: 8px 32px 8px 13px;
    height: inherit;
    font-size:14px;
    border-color: #C19226;
	-webkit-appearance: none;
}
button.btn.btn-default {
  border: none;
  width: 19px;
  height: 19px;
  position: absolute;
  top: 21%;
  right: 5%;
  padding: 0;
  outline: none;
  box-shadow: none;
}
button.btn.btn-default:focus {
  background-color:inherit !important;
  box-shadow: none !important;
  border-color:none !important;
  
}
span.glyphicon.glyphicon-search {
    font-size: 1.3em;
	color:#A6A6A6;
}
span.glyphicon.glyphicon-search:focus {
    outline: none;
}
button.btn.btn-default:hover {
    background-color: #FFF;
}
/*--//search-button--*/
.navbar-default {
    margin: 0;
    border: none;
}
/*--top-nav--*/
.top-nav,.navbar-header{
  min-height: 76px;
}
.navbar-default {
    background-color: #4c4c4c;
}
.navbar-toggle{
  margin-top: 20px;
}
.navbar{
  border-radius: 0;
}
.navbar-default .navbar-nav > li > a{
  color: #fff;
  outline: none;
}
h1 a.navbar-brand {
    font-size: 1.5em;
    margin: 0 !important;
    display: block;
    height: 0;
    line-height: 0;
}
.wow{
  height: 100px;
  padding: 0;
}
h1 a img{
  width:260px;
  height:74px;
  margin-top: 2px;
}
.navbar-default .navbar-brand,.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus{
	color:#353535;
}
.navbar-nav > li > a {
    padding: 2em 1.1em;
    font-size: 1em;
}
div#bs-example-navbar-collapse-1 {
    padding: 0;
}
/* Bounce To Bottom */
.hvr-bounce-to-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-bounce-to-bottom:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:#43C8FA;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-bounce-to-bottom:hover a, .hvr-bounce-to-bottom:focus, .hvr-bounce-to-bottom:active {
  color: #fff;
}
.navbar-nav > li > a:hover {
    color: #fff !important;
}
.hvr-bounce-to-bottom:hover:before, .hvr-bounce-to-bottom:focus:before, .hvr-bounce-to-bottom:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
    background-color:#43C8FA;
}
.common-nav{
  padding-right: 200px!important;
}
/*--//top-nav--*/

/*首页*/

.nav-below{
  margin-top: 20px;
  text-align: center;
}
.nav-below ul li{
  float: left;
  margin-bottom: 20px;
  padding-right: 0px;
  padding-left: 0px;
}
.nav-below img{
  padding-right: 2px;
  padding-left: 2px;
}
/*.nav-below ul li img{
  width: 257px;
  height: 140px;
}*/
/*正文*/
h2{
  font-size: 20px;
  line-height: 40px;
  border-bottom: 1px solid #e0e0e0;
}
h2 a{
  font-size: 14px;
  float: right;
}
h2 a:hover{
  text-decoration: none;
}
.sub-title-box{
  height: 40px;
  margin-bottom: 10px;
  padding: 0!important;
  border-bottom: 1px solid #e0e0e0;
}
.big-screen{
  margin-top: 20px;
}
.index-container-box h3{
  font-size: 20px!important;
  float: left!important;
  line-height: 40px!important;
  margin: 0!important;
}
.index-container-box .sub-title-box p{
  font-size: 14px;
  line-height: 40px;
  cursor: pointer;
  float: right;
}
.img_box{
  float: left;
  margin-bottom: 20px;
}
.news-list{
  padding-right: 0!important;
  padding-left: 0!important;
}
.date{
  float:right;
}
.news-list li .brief{
  display: inline-block;
  width: 80%;
  margin-left: 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.notice-first ul li{
  text-align: left;
}
.pre-img,.next-img{
  display: inline-block;
  position: relative;
  height: 100%;
  vertical-align: middle;
}
.pre-img span,.next-img span{
  position: absolute;
  top:50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.news-list li{
  cursor: pointer;
  position: relative;
}
.news-list li img{
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.news-list li span{
  line-height: 235%;
  font-size: 14px;
}
.news-list-top li span{
  line-height: 170%;
}
.news-list li img{
  display: inline-block;
  height: 5px;
  width: 5px;
  vertical-align: middle;
}
.second-second li img{
  display: inline-block;
  height: 5px;
  width: 5px;
  vertical-align: middle;
}
.notice-left-list,.notice-left-list div{
  padding:0!important;
}
.notice-left-list img{
  padding: 0px!important;
  width: 120px;
  height: 80px;
}
.notice-second img,.notice-second p{
  margin-top: 25px;
}
.notice-left-list p{
  padding: 0!important;
  text-align: left;
  padding-left: 5px!important;
}
.notice-left-list p{
  font-size: 14px;
  line-height: 35px;
  cursor: pointer;
  width: 200px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.notice-left-list p span{
  font-size: 14px;
  cursor: pointer;
  display: block;
  width: 200px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.notice-left-list .big{
  font-size: 16px;
  line-height: 2.5;
}
.notice-left-list .small{
  font-size: 14px;
}
/*右侧*/
.right-info{
  text-align: center;
}
.right-info .first,.right-info .second,.right-info .third{
  padding-right: 0;
  padding-left: 0;
  margin-bottom: 5px;
  height: 77px;
  cursor: pointer;
  position: relative;
}
.right-info div span{
  font-size: 16px;
  color: #fff;
  line-height: 100%;
  position: absolute;
  top: 50%;
  left: 40%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

/*.right-info img:first-child{
  margin-top: 20px;
}*/
.right-info ul li{
  font-size: 14px;
  line-height: 220%;
}
.right-info ul li:first-child{
  margin-top: 5px;
}
.f-link {
  padding-left: 0!important;
  padding-right: 0!important;
  text-align: left;
}
.f-link ul li{
  line-height: 270%;
}
/*底部*/
.info-footer{
  width: 100%;
  height: 130px;
  margin-top: 25px;
  text-align: center;
  font-size: 14px;
  background: #2cb1df;
  color: #fff;
  bottom: 0px;
}
.info-footer p{
  line-height: 250%;
  margin:0!important;
}
.info-footer .top{
  padding-top: 20px;
}
/*二级页面*/
.second-html,.third-html{
  background: url(imagesnav_bg.png) repeat-y;
  position: absolute;
}
.second-img{
  width: 100%;
}
.second-first{
  margin-top: 20px;
  text-align: center;
}
.second-second{
  margin-top: 20px;
}
.second-first ul li{
  font-size: 16px;
  height: 60px;
  cursor: pointer;
  border-bottom: 1px solid #e0e0e0;
}
.second-first ul li:last-child{
  margin-bottom: 30px;
}
.second-first ul li span{
  line-height: 60px;
}
.second-first a img{
  width: 200px;
  height: 100px;
  margin-bottom: 20px;
}
.second-second ul li{
  font-size: 16px;
  height: 60px;
  cursor: pointer;
  line-height: 60px;
  border-bottom: 1px dashed #e0e0e0;
}
.second-second ul li:first-child{
  border-bottom: 1px solid #e0e0e0;
  font-size: 18px;
}
.second-second ul li:last-child{
  margin-bottom: 5px;
}
@media (max-width:640px){
.common-nav{
  padding-right: 0px!important;
}
.second-second .brief{
  display: inline-block;
  width: 170px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.sec-img li img{
  line-height: 60px;
  margin-bottom: 50px;
  width: 2px;
  height: 2px;
}
.news-list li img{
  height: 2px;
  width: 2px;
}
.pages-select{
  text-align: center!important;
  /*padding-left: 0px;*/
}
}
@media screen and (min-width: 1400px) and (max-width: 1700px) {
.big-screen{
  margin-top: 3px!important;
}
.big-style ul li span{
  line-height: 195%;
}
}
@media screen and (min-width: 1700px) and (max-width: 2000px) {
.big-screen{
  margin-top: 35px!important;
}
.big-style ul li span{
  line-height: 250%;
}
.right-info .first,.right-info .second,.right-info .third{
  height: 97px!important;
}
.right-info div span{
  font-size: 25px;
}

.pages-box{
  font-size: 15px;
}
/*.pages-box ul li{
  float: left;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-right:1px solid #e0e0e0;
  border-top:1px solid #e0e0e0;
  border-bottom:1px solid #e0e0e0;
}*/
.pagination{
  margin: 0;
}
/*.pages-box ul li:first-child{
  border-left:1px solid #e0e0e0;
}*/
.pages-box ul li a{
  color: #36b2dd;
  width: 35px;
  height: 35px;
}
.pages-box{
  text-align: center;
}
.pages-select{
  text-align: right;
  /*padding-left: 0px;*/
}
.pages-num{
  width: 40px;
  height: 35px;
}
.turn-pages{
  width: 50px;
  height: 35px;
  cursor: pointer;
}
.second-footer{
  margin-top: 25px;
}

/*三级页面*/
.third-second ul li{
  font-size: 16px!important;
  color: #999;
}
.third-second h3{
  font-size: 24px;
  margin-top: 55px;
  text-align: center;
}
.third-second p{
  font-size: 14px;
  text-indent: 2em;
  line-height: 200%;
  color: #666;
}
.third-second div p:first-child{
  color: #999;
  margin-top: 20px;
  display: block;
  text-align: center;
}
.third-second img{
  /*max-width: 630px;*/
  width: 80%;
  display: block;
  margin: 35px auto;
}