@charset "utf-8";
/* CSS Document */

body {
  margin: 0 auto;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif, "微软雅黑";
  min-width: 1320px;
  background: #ffffff;
}

.wrapper {
  width: 1320px;
  margin: 0 auto;
}

a {
  outline: none;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

img {
  border: 0;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.cb {
  clear: both;
  height: 0;
}

li {
  list-style: none;
}

div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
form,
label,
input,
textarea,
img,
ul,
li,
dl,
dt,
dd {
  padding: 0;
  margin: 0;
}

.t-center {
  text-align: center;
}

.hide {
  display: none;
}

.bg01 {
  background: #ffffff;
  box-shadow: 0 1px 5px #aeaeae;
  border-bottom: 1px solid #8fb192;
}

.bg02 {
  background: url(../images/bg02.png) center repeat-y;
}

.bg_fff {
  background: #fff;
}

.bg_gray {
  background: #eeeeee;
}

.bg_footer {
  background: #ffffff;
  box-shadow: 0 1px 5px #aeaeae;
  border-top: 1px solid #8fb192;
}



.img_scale img {
  transition: 0.6s all;
  -webkit-transition: 0.6s all;
}

.img_scale:hover img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
}








.index_quick {
  text-align: right;
  color: #42655f;
  font-size: 14px;
  line-height: 30px;
  padding: 10px 0;
  position: relative;
  height: 70px;
}

.index_quick a {
  color: #42655f;
  padding: 0 15px;
  text-decoration: none;
}

.index_search {
  width: 300px;
  color: #FFF;
  position: absolute;
  font-size: 16px;
  height: 29px;
  line-height: 29px;
  top: 60px;
  right: 0;
  background: #FFF;
  padding: 2px;
  border: 1px solid #42655f;
}

.index_search .input {
  height: 29px;
  line-height: 33px;
  background: none;
  border: 0;
  width: 187px;
  color: #959595;
  padding-left: 10px;
  float: left;
}

.index_search .btn {
  background: url(../images/btn.png) no-repeat;
  width: 47px;
  height: 29px;
  border: 0;
  cursor: pointer;
  float: left;
}

.index_search .btn1 {
  width: 47px;
  height: 29px;
  border: 0;
  cursor: pointer;
  float: left;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.nav {
  padding: 0;
  height: 40px;
  line-height: 40px;
  position: relative;
  z-index: 1;
}

.nav a {
  color: #42655f;
  text-decoration: none
}

.nav .nLi {
  float: left;
  position: relative;
  display: inline;
}

.nav .nLi h3 {
  float: left;
}

.nav .nLi h3 a {
  display: block;
  padding: 0 20px;
  font-size: 20px;
  font-weight: normal
}

.nav .sub {
  display: none;
  width: 140px;
  left: 0;
  top: 40px;
  position: absolute;
  background: #42655f;
  line-height: 26px;
  padding: 5px 0;
}

.nav .sub li {
  zoom: 1;
}

.nav .sub a {
  display: block;
  padding: 0 10px;
  border-bottom: 1px solid #CCC;
  text-align: center;
  color: #fff;
}

.nav .sub a:hover {
  background: #fff;
  color: #42655f;
}

.nav .on h3 a {
  background: #42655f;
  color: #fff;
}

.slideBox {
  width: 1320px;
  height: 250px;
  overflow: hidden;
  position: relative;
}

.slideBox .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}

.slideBox .bd li {
  zoom: 1;
  vertical-align: middle;
}

.slideBox .bd img {
  width: 1320px;
  height: 250px;
  display: block;
}

/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev,
.slideBox .next {
  position: absolute;
  left: 3%;
  top: 50%;
  margin-top: -25px;
  display: block;
  width: 32px;
  height: 40px;
  background: url(../images/slider-arrow.png) -110px 5px no-repeat;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.slideBox .next {
  left: auto;
  right: 3%;
  background-position: 8px 5px;
}

.slideBox .prev:hover,
.slideBox .next:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}

.slideBox .prevStop {
  display: none;
}

.slideBox .nextStop {
  display: none;
}

.index_quick01 {
  border: 1px solid #bfc2c2;
  width: 1252px;
  position: absolute;
  bottom: 0;
  left: 33px;
  height: 100px;
}

.index_quick01 .item {
  height: 100px;
  background: rgba(255, 255, 255, .9);
  text-align: center;
  width: 178px;
  font-size: 16px;
  border-right: 1px solid #bfc2c2;
  float: left;
}

.index_quick01 .item a {
  display: block;
  height: 84px;
  color: #42655f;
  text-decoration: none;
  padding-top: 16px;
}

.index_quick01 .item a i {
  font-size: 40px;
}

.index_quick01 .item a span {
  display: block;
  padding-top: 10px;
}

.index_quick01 .item:hover {
  background: #42655f;
}

.index_quick01 .item:hover a {
  color: #fff;
}

.index_history {
  width: 850px;
  margin-left: 15px;
  margin-top: 40px;
}

.index_history .t {
  border-bottom: 2px solid #8fb192;
  height: 58px;
  line-height: 58px;
}

.index_history .t a {
  float: right;
  color: #333333;
  font-size: 16px;
  text-decoration: none;
}

.index_history .t a:hover {
  color: #8fb192;
}

.index_history .con {
  background: #ffffff;
  height: 470px;
  overflow-y: auto;
  margin-top: 20px;
  padding: 25px 15px;
}

.index_history .con .item {
  border-bottom: 1px dashed #8fb192;
  padding-bottom: 13px;
  margin-bottom: 14px;
}

.index_history .con .item img {
  float: left;
  width: 247px;
  height: 139px;
}

.index_history .con .item .txt {
  width: 520px;
  float: right;
  color: #888888;
  font-size: 14px;
  margin-right: 15px;
}

.index_history .con .item .txt a {
  display: block;
  color: #42655f;
  font-size: 16px;
  padding: 10px 0 5px 0;
}

.index_history .con .item .txt p {
  padding: 10px 0 20px 0;
  line-height: 24px;
}

.index_history .con .item .txt span {
  color: #42655f;
  font-size: 14px;
  font-weight: bold;
}

.index_history .con .item .txt span i {
  margin-right: 5px;
  font-weight: normal;
}

.index_notice {
  width: 410px;
  margin-right: 15px;
  margin-top: 40px;
}

.index_notice .t {
  border-bottom: 2px solid #8fb192;
  height: 58px;
  line-height: 58px;
}

.index_notice .t a {
  float: right;
  color: #333333;
  font-size: 16px;
  text-decoration: none;
}

.index_notice .t a:hover {
  color: #8fb192;
}

.index_notice .con {
  background: #ffffff;
  height: 470px;
  margin-top: 20px;
  padding: 25px 15px;
}

.index_notice .item {
  height: 70px;
  overflow: hidden;
  border-bottom: 1px dashed #8fb192;
  padding-bottom: 13px;
  margin-bottom: 16px;
}

.index_notice .item .date {
  width: 75px;
  height: 66px;
  background: #42655f;
  text-align: center;
  font-size: 14px;
  color: #fff;
}

.index_notice .item .date span {
  font-size: 28px;
  display: block;
  padding-top: 10px;
  color: #fff;
}

.index_notice .item .txt {
  width: 270px;
  margin-right: 15px;
  font-size: 16px;
}

.index_notice .item .txt h2 {
  color: #42655f;
  font-size: 16px;
  font-weight: normal;
}

.index_notice .item a {
  color: #42655f;
  font-size: 16px;
  line-height: 30px;
  text-decoration: none;
  display: block;
}

.index_notice .item a:hover h2 {
  font-weight: bold;
}

.index_academic {
  width: 410px;
  margin-top: 40px;
  margin-left: 15px;
}

.index_academic .t {
  border-bottom: 2px solid #8fb192;
  height: 58px;
  line-height: 58px;
}

.index_academic .t a {
  float: right;
  color: #333333;
  font-size: 16px;
  text-decoration: none;
}

.index_academic .t a:hover {
  color: #8fb192;
}

.index_academic .con {
  background: #ffffff;
  height: 270px;
  margin-top: 20px;
  padding: 25px 15px;
}

.index_academic .item {
  height: 70px;
  overflow: hidden;
  border-bottom: 1px dashed #8fb192;
  padding-bottom: 13px;
  margin-bottom: 16px;
}

.index_academic .item .date {
  width: 75px;
  height: 66px;
  text-align: center;
  font-size: 14px;
  color: #42655f;
  border-right: 1px solid #cccccc;
}

.index_academic .item .date span {
  font-size: 28px;
  display: block;
  padding-top: 10px;
  color: #42655f;
}

.index_academic .item .txt {
  width: 270px;
  margin-right: 15px;
  font-size: 16px;
}

.index_academic .item .txt h2 {
  color: #42655f;
  font-size: 16px;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.index_academic .item a {
  color: #42655f;
  font-size: 16px;
  line-height: 30px;
  text-decoration: none;
  display: block;
}

.index_academic .item a:hover h2 {
  font-weight: bold;
}

.index_info {
  width: 410px;
  margin-top: 40px;
  margin-left: 30px;
}

.index_info .t {
  border-bottom: 2px solid #8fb192;
  height: 58px;
  line-height: 58px;
}

.index_info .t a {
  float: right;
  color: #333333;
  font-size: 16px;
  text-decoration: none;
}

.index_info .t a:hover {
  color: #8fb192;
}

.index_info .con {
  background: #ffffff;
  height: 270px;
  margin-top: 20px;
  padding: 25px 15px;
}

.index_info .con ul li {
  height: 55px;
  line-height: 55px;
  color: #888888;
  font-size: 16px;
  border-bottom: 1px dashed #035128;
}

.index_info .con ul li span {
  float: right
}

.index_info .con ul li a {
  float: left;
  width: 290px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #42655f;
  padding-left: 5px;
  text-decoration: none;
}

.index_info .con ul li a:hover {
  font-weight: bold;
}

.index_pic {
  background: #ffffff;
  height: 400px;
  margin-top: 40px;
  width: 410px;
  margin-right: 15px;
  /* padding: 25px 15px; */
}

.index_pic .item {
  width: 100px;
  height: 100px;
  text-align: center;
  border-radius: 5px;
  overflow: hidden;
  margin: 17px 18px;
}

.index_pic .item span {
  display: block;
}

.index_pic .item a {
  color: #42655f;
  font-size: 16px;
  display: block;
  height: 90px;
  text-decoration: none;
  padding-top: 10px;
}

.index_pic .item a i {
  font-size: 32px !important;
}

.index_pic .item:hover {
  background: #8fb192;
}

.index_pic .item span {
  padding: 10px 15px 0 15px;
}

.index_select select {
  width: 410px;
  height: 40px;
  border-radius: 5px;
  margin: 32px 0;
}

.foot_01 {
  padding: 25px 0;
  width: 425px;
  color: #42655f;
  line-height: 24px;
  font-size: 16px;
  height: 130px;
}

.foot_01 p {
  margin-bottom: 5px;
}

.copyright {
  background: #42655f;
  color: #fff;
  padding: 15px 0;
  text-align: center;
  line-height: 24px;
  font-size: 16px;
}

.slideBox01 {
  width: 100%;
  height: 330px;
  position: relative;
}

.ny_t {
  height: 80px;
  background: rgba(255, 255, 255, .9);
  position: absolute;
  font-size: 30px;
  line-height: 80px;
  font-weight: normal;
  color: #42655f;
  padding: 0 30px;
  width: 1280px;
  left: 0;
  bottom: 0;
  z-index: 9;
}

.ny_t span {
  padding-left: 10px;
  font-size: 18px;
}

.ny_t .ny_pos {
  color: #333333;
  font-size: 16px;
  line-height: 80px;
  float: right;
}

.ny_t .ny_pos a {
  color: #333333;
  padding: 0 5px;
}

.page01 .ny_title {
  font-size: 30px;
  color: #42655f;
  text-align: center;
  padding-top: 30px;
  line-height: 50px;
}

.page01 .ny_title span {
  display: block;
  font-size: 18px;
}

.page01 .con1 {
  padding: 20px 50px;
}

.page01 .con1 p {
  margin-top: 15px;
  line-height: 26px;
  font-size: 16px;
  color: #0c302a;
}

.ny_con .list01 li {
  width: 616px;
  height: 266px;
  background: #fff;
  float: left;
  margin: 15px 7px;
}

.ny_con .list01 li img {
  width: 190px;
  height: 266px;
  float: left;
}

.ny_con .list01 li .txt {
  width: 395px;
  margin-right: 10px;
  float: right;
}

.ny_con .list01 li .txt .txt_header {
  border-bottom: 1px solid #cccccc;
  height: 80px;
  font-size: 24px;
  color: #42655f;
  line-height: 40px;
  padding-top: 14px;
}

.ny_con .list01 li .txt .txt_header span {
  display: block;
  color: #606060;
  font-size: 16px;
}

.ny_con .list01 li .txt p {
  padding: 10px 0;
  font-size: 16px;
  line-height: 30px;
  color: #606060;
}

.ny_menu {
  height: 50px;
  line-height: 40px;
  border-left: 2px solid #42655f;
  float: left;
  margin-left: 15px;
  margin-top: 15px;
}

.ny_menu a {
  display: inline-block;
  color: #222222;
  margin: 0 10px;
  font-size: 16px;
  text-decoration: none;
}

.ny_menu a:hover {
  color: #42655f;
  border-bottom: 1px solid #42655f;
}

.ny_menu a.hover {
  color: #42655f;
  border-bottom: 1px solid #42655f;
}

.ny_menu1 {
  height: 50px;
  line-height: 40px;
  margin-left: 15px;
  margin-top: 15px;
  font-size: 24px;
  color: #222222;
}

.ny_menu1 a {
  display: inline-block;
  color: #222222;
  margin: 0 10px;
  font-size: 16px;
  text-decoration: none;
  border-radius: 10px;
  border: 1px solid #eeeeee;
  padding: 0 5px;
}

.ny_menu1 a:hover {
  color: #42655f;
  border: 1px solid #42655f;
}

.ny_menu1 a.hover {
  color: #42655f;
  border: 1px solid #42655f;
}

.ny_con .header {
  text-align: center;
  margin-top: 20px;
  border-bottom: 1px solid #b2b2b2;
}

.ny_con .header h2 {
  color: #42655f;
  font-size: 24px;
}

.ny_con .header p {
  padding: 15px 0;
  color: #606060;
  font-size: 12px;
  text-align: left;
}

.ny_con .details {
  font-size: 16px;
  color: #0c302a;
  line-height: 30px;
  padding: 20px 0;
}

.ny_con .content {
  background: #ffffff;
  padding: 20px;
}

.ny_con .np {
  line-height: 30px;
  color: #333333;
  padding-top: 15px;
  font-size: 16px;
  border-top: 1px solid #b5b5b5;
}

.ny_con .np a {
  color: #333333;
  text-decoration: none;
}

.ny_con .np a:hover {
  font-weight: bold;
}

.ny_con .np p {
  padding-bottom: 10px;
}

.ny_con .list02 li {
  width: 585px;
  height: 120px;
  background: #fff;
  float: left;
  margin: 15px 7px;
}

.ny_con .list02 li .date {
  width: 390px;
  margin: 20px auto 10px auto;
  background: url(../images/ny05.png) center repeat-x;
  text-align: center;
}

.ny_con .list02 li .date span {
  display: inline-block;
  background: #fff;
  color: #42655f;
  font-size: 18px;
  padding: 0 5px;
}

.ny_con .list02 li .date span i {
  font-size: 18px !important;
}

.ny_con .list02 li p {
  padding: 10px 0;
  font-size: 20px;
  line-height: 30px;
  color: #42655f;
  text-align: center;
}

.ny_con .list02 li a {
  text-decoration: none;
}

.ny_con .list02 li:hover p {
  font-weight: bold;
}

.ny_con .list {
  padding: 20px 0;
  width: 1200px;
  margin: 0 auto;
}

.ny_con .list li {
  line-height: 24px;
  height: 168px;
  font-size: 16px;
  width: 100%;
  margin: 12px auto;
  background: #fff;
  position: relative;
}

.ny_con .list li img {
  width: 300px;
  height: 168px;
  position: absolute;
  left: 0;
  top: 0;
}

.ny_con .list li .txt {
  width: 740px;
  margin-left: 350px;
}

.ny_con .list li .txt a {
  color: #42655f;
  font-size: 22px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: normal;
  text-decoration: none;
  margin-top: 30px;
}

.ny_con .list li:hover a {
  font-weight: bold;
}

.ny_con .list li .txt p {
  color: #606060;
  margin-top: 30px;
  font-size: 16px;
}

.ny_con .list li .date {
  position: absolute;
  top: 0;
  left: 0;
  background: #42655f;
  color: #fff;
  line-height: 36px;
  padding: 0 5px;
}

.ny_menu2{
  border: 1px solid #cccccc;
  width: 1260px;
  margin: 0 auto;
}
.ny_menu2_t{
  height: 60px;
  border: 1px solid #cccccc;
  line-height: 60px;
  background: #42655f;
  width: 100px;
  text-align: center;
  color: #fff;
  font-size: 24px;
  float: left;
}
.txtScroll-left {
  width: 1158px;
  position: relative;
}

.txtScroll-left .hd {
  overflow: hidden;
  height: 60px;
  background: #42655f;
  border: 1px solid #cccccc;
  padding: 0;
  width: 90px;
}
.txtScroll-left .hd .prev{
  background: url(../images/left.png) no-repeat;
  width: 25px;
  height: 10px;
  float: left;
  cursor: pointer;
  margin-left: 12px;
}
.txtScroll-left .hd .next{
  background: url(../images/right.png) no-repeat;
  width: 25px;
  height: 10px;
  float: right;
  cursor: pointer;
  margin-right: 12px;
}
.txtScroll-left .hd .prev,
.txtScroll-left .hd .next {
  margin-top: 25px;
}

/* .txtScroll-left .hd .next {
  background-position: 0 -50px;
}

.txtScroll-left .hd .prevStop {
  background-position: -60px 0;
}

.txtScroll-left .hd .nextStop {
  background-position: -60px -50px;
} */

.txtScroll-left .bd {
  padding: 0;
  width: 1066px;
  overflow: hidden;
}

.txtScroll-left .bd ul {
  overflow: hidden;
  zoom: 1;
}

.txtScroll-left .bd ul li {
  float: left;
  width: 80px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  border: 1px solid #cccccc;
  color: #222222;
  font-size: 12px;
}
.txtScroll-left .bd ul li:hover{
  background: #8fb192;
}
.txtScroll-left .bd ul li:hover a{
  color: #fff;
}
.txtScroll-left .bd ul li a{
  color: #222222;
  text-decoration: none;
}

.txtScroll-left .bd ul li span {
  font-size: 18px;
}