* {
  box-sizing: border-box;
  font-size: 16px;
  color: #666;
  font-family: "Microsoft YaHei UI"; }

a {
  color: #666;
  text-decoration: none; }

a:hover {
  color: #74B0A7; }

body {
  min-width: 1280px;
  background: url("../images/bg.jpg") top center no-repeat; }

.fleft {
  float: left; }

.fright {
  float: right; }

.clearfix, .list-inline, .main-wrap {
  overflow: auto;
  _height: 1%; }

.margin-bottom30 {
  margin-bottom: 30px !important; }

.no-padding {
  margin: 0;
  padding: 0; }

.list-unstyle {
  margin: 0;
  padding: 0;
  list-style: none; }

.list-inline li {
  float: left; }

.line-height30 {
  line-height: 30px; }

.color999 {
  color: #999; }

.colorccc {
  color: #ccc; }

.main-wrap {
  position: relative;
  width: 1280px;
  margin: 0 auto; 

}

.header {
  height: 330px; }

.header .logo {
  position: absolute;
  top: 100px;
  left: 0;
  display: block;
  width: 640px;
  height: 226px;
  background: url("../images/logo.png") no-repeat; }

.header .search_box {
  position: absolute;
  top: 85px;
  right: 0;
 width: 565px;
   height: 120px;
  /*padding: 10px 15px;*/
  border-radius: 15px;
  margin-top: 70px;
  }

.header .search_box input {
  float: left;
  border: none;
  top: 0;
 padding-left: 20px;
  margin: 0;
  width: 510px;
  line-height: 50px;
  height: 50px; }

.header .search_box button {
  float: right;
  border: none;
  padding: 0;
  margin: 0;
  background-color: transparent;
  line-height: 50px;
  height: 50px;
  width: 50px;
  cursor: pointer; }

.header .search_box button i {
  font-size: 36px; }

.header .search_box button:hover {
  background-color: #f0f0f0; }

.header p {
  display: block;
  position: absolute;
  margin: 0;
  top: 10px;
  right: 0px;
  line-height: 40px;
  color: #fff; }

.header p a {
  color: #fff; }

.header p a:hover {
  text-decoration: underline; }

.nav-bar {
  margin-bottom: 30px; }

.nav-bar li {
  width: 11.11111111%; }

.nav-bar a {
  display: block;
  width: 100%;
  height: 80px;
  line-height: 80px;
  background-color: #74B0A7;
  font-size: 24px;
  color: #fff;
  text-align: center; }

.nav-bar a:hover {
  background-color: #579a90; }

.nav-bar a.curr {
  background-color: #353535; }

#slider_box, #dynamic, #photo_slider {
  position: relative;
  overflow: hidden;
  text-align: center;
  width: 645px;
  height: 525px;
  margin: 0 auto; }

#slider_box .dots, #dynamic .dots, #photo_slider .dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50px;
  z-index: 3; }

#slider_box .dots li, #dynamic .dots li, #photo_slider .dots li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 4px;
  text-indent: -999em;
  border: 2px solid #fff;
  border-radius: 6px;
  cursor: pointer;
  opacity: .4;
  -webkit-transition: background .5s, opacity .5s;
  -moz-transition: background .5s, opacity .5s;
  transition: background .5s, opacity .5s; }

#slider_box .dots li.active, #dynamic .dots li.active, #photo_slider .dots li.active {
  background: #fff;
  opacity: 1; }

#slider_box .arrow, #dynamic .arrow, #photo_slider .arrow {
  position: absolute;
  width: 20px;
  height: 35px;
  top: 50%;
  margin-top: -18px;
  overflow: hidden;
  z-index: 2;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }

#slider_box #al, #dynamic #al, #photo_slider #al {
  left: 15px; }

#slider_box #ar, #dynamic #ar, #photo_slider #ar {
  right: 15px; }

#slider_box #al2, #dynamic #al2, #photo_slider #al2 {
  left: 0; }

#slider_box #ar2, #dynamic #ar2, #photo_slider #ar2 {
  right: 0; }

#slider_box #al3, #dynamic #al3, #photo_slider #al3 {
  left: 0; }

#slider_box #ar3, #dynamic #ar3, #photo_slider #ar3 {
  right: 0; }

#slider_box ul, #dynamic ul, #photo_slider ul {
  z-index: 1;
  width: 600%;
  overflow: hidden; }

#slider_box ul .slider-item, #dynamic ul .slider-item, #photo_slider ul .slider-item {
  width: 800px;
  float: left;
  height: 425px;
  position: relative;
  overflow: hidden; }

#slider_box ul .slider-item .slider-title, #dynamic ul .slider-item .slider-title, #photo_slider ul .slider-item .slider-title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 800px;
  max-height: 56px;
  padding: 15px;
  text-align: left;
  line-height: 28px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  background: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.9)); }

#slider_box .progress, #dynamic .progress, #photo_slider .progress {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 15%;
  min-height: 3px;
  overflow: hidden;
  z-index: 2;
  background: #74B0A7; }

.news {
  width: 320px;
  height: 425px;
  padding-top: 20px;
  padding-left: 20px;
  padding-bottom: 20px;
  background-color: #F6F6F6;
  padding-right: 20px; }

#slider_box {
    width: 800px;
    height: 426px;
}

#dynamic {
  width: 440px;
  height: 425px;
  background-color: #F6F6F6; }

#dynamic ul .slider-item {
  width: 450px;
  padding-left: 20px;
  padding-right: 20px;
  float: left;
  height: 425px;
  position: relative;
  overflow: hidden; }

#dynamic h3 {
  width: 100%;
  margin: 0 0 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
  text-align: center;
  font-size: 36px;
  font-weight: lighter;
  color: #74B0A7; }

#dynamic h3 span {
color: rgb(87, 154, 144);
font-weight: bold;
font-size: 21px;

  margin-top: 15px;
  display: block; 
   }

#dynamic dd {
  margin-left: 0;
  text-align: left; }

.adv-full140 a {
  display: block;
  width: 100%;
  height: 140px; }

.footer {
  background-color: #74B0A7;
  color: #fff;
  text-align: center;
  height: 120px;
  padding: 30px 0;
  line-height: 30px; }

.footer p {
  color: #e6f1ef;
  line-height: 30px;
  margin: 0; }

.footer p span {
  color: #fff; }
.footer p a {
  color: #fff;  }
.footer p a:hover {
  color: black;  }
.tabbox {
  width: 570px;
  height: 320px;
  background: #fff;
  overflow: hidden; }

.tabbox .tab {
  background: #fff;
  height: 70px;
  border-bottom: 2px solid #ccc; }

.tabbox .tab a {
  border-bottom: 2px solid #ccc;
  float: left;
  width: 16.6666666666%;
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-size: 18px;
  font-weight: lighter;
  text-decoration: none;
  color: #666; }

.tabbox .tab a:hover {
  color: #fff;
  text-decoration: none;
  border-bottom-color: #74B0A7; }

.tabbox .tab a.on {
  color: #579a90;
  font-weight: bold;
  font-size: 21px;
  text-decoration: none;
  border-bottom-color: #74B0A7; }

.tabbox .content {
  overflow: hidden;
  width: 645px;
  height: 250px;
  position: relative; }

.tabbox .content div {
  width: 645px;
  padding: 20px 20px 0;
  height: 250px;
  float: left; }

.block-title {
  width: 100%;
  margin: 0;
  padding: 0;
  height: 70px;
  border-bottom: 2px solid #ccc; }

.block-title span {
  display: block;
  float: left;
  padding: 0 20px;
  line-height: 70px;
  height: 70px;
  border-bottom: 2px solid #74B0A7;
  color: #579a90;
  font-weight: bold;
  font-size: 21px; }

.banshi {
  width: 700px; }

.banshi .block-content {
  padding: 20px 20px 0;
  height: 230px; }

.banshi .block-content ul {
  margin-left: -20px;
  margin-right: -20px; }

.banshi .block-content li {
  width: 33.33333333333333333%;
  height: 200px;
  padding-left: 5px;
  padding-right: 5px; }

.banshi .block-content li a {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 40px;
  background-color: #77C9E9;
  text-align: center;
  color: #fff; }

.banshi .block-content li a i {
  font-size: 72px;
  color: #fff; }

.banshi .block-content li a p {
  margin: 0;
  margin-top: 15px;
  font-size: 24px;
  color: #fff; }

.banshi .block-content li a:hover {
  background-color: #4bb8e2; }

.banshi .block-content li .bs2 {
  background-color: #95BB5B; }

.banshi .block-content li .bs2:hover {
  background-color: #7ba043; }

.banshi .block-content li .bs3 {
  background-color: #FEBD48; }

.banshi .block-content li .bs3:hover {
  background-color: #feab15; }

.photo_news {
  width: 700px; }

.photo_news #photo_slider {
  width: 700px;
  margin-top: 20px; }

.photo_news #photo_slider .slider-item {
  width: 700px;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  height: 200px;
  position: relative;
  overflow: hidden; }

.photo_news .block-content div {
  position: relative;
  float: left;
  left: 0;
  width: 33.333333333%;
  height: 200px; }

.photo_news .block-content div img {
  width: 220px;
  height: 200px; }

.photo_news .block-content div p {
  position: absolute;
  display: none;
  margin: 0;
  bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
  left: 10px;
  width: 240px;
  height: 50px;
  line-height: 50px; }

.photo_news .block-content div a:hover p {
  display: block; }

.article_list li, .article_list dd {
  list-style: none;
  background: url("../images/dot.png") no-repeat 5px 11px;
  text-indent: 30px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.article_list li p, .article_list dd p {
  margin: 0;
  padding-left: 30px;
  line-height: 24px;
  font-size: 14px;
  color: #777;
  overflow: hidden;
  white-space: normal; }

.article_list li span, .article_list dd span {
  float: right;
  font-size: 14px;
  color: #999; }

.article_list .more {
  display: block;
  float: none;
  width: 70px;
  margin-top: 15px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background-color: #74B0A7;
  color: #fff; }

.article_list .more:hover {
  background-color: #579a90; }

.friend-link h3 {
  font-size: 18px; }

.friend-link span {
  float: left;
  color: #ccc;
  font-size: 12px;
  line-height: 35px; }

.friend-link a {
  display: block;
  float: left;
  line-height: 35px; }
