.header {
  position: relative;
  height: 160px;
  background-image: url(../images/top_bg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.header .watermark {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.header .logo {
  width: 916px;
  height: 79px;
  margin: 40px 0;
}
.header .logo a {
  display: block;
  width: 100%;
  height: 100%;
}
.main_nav {
  height: 50px;
}
.main_nav .right_text {
  float: right;
  width: 180px;
  height: 50px;
  background: #E5DFEA;
}
.main_nav .right_text .nav-search {
  position: relative;
  width: 180px;
  height: 50px;
  background: #E5DFEA;
  background-size: 100% 100%;
  display: inline-block;
  line-height: 50px;
  padding: 0 45px 0 20px;
  overflow: hidden;
}
.main_nav .right_text .nav-search form {
  height: 50px;
}
.main_nav .right_text .nav-search input.keywords {
  width: 100%;
  height: 50px;
  line-height: 50px;
  color: #fff;
  border: 0;
  background: transparent;
}
.main_nav .right_text .btn-sub {
  position: absolute;
  right: 0;
  top: 0;
  width: 46px;
  height: 50px;
  background: url(../images/icon_search.png) center center no-repeat transparent;
  border: none;
}
.index-part1 .index-bn {
  width: 100%;
  height: 430px;
}
.index-part1 .index-bn .item {
  height: 430px;
  position: relative;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.index-part1 .slick-dots {
  position: absolute;
  right: 50%;
  bottom: 0;
  padding: 17px 0;
  font-size: 0;
}
.index-part1 .slick-dots li {
  height: 12px;
  width: 12px;
  display: inline-block;
  border-radius: 50%;
  background: #eee;
  background: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  margin: 0 4px;
}
.index-part1 .slick-dots li * {
  display: none;
}
.index-part1 .slick-dots .slick-active {
  background: #ED9B52;
}
/* 左右按钮 */
.index-part1 .slick-arrow {
  position: absolute;
  top: 50%;
  width: 60px;
  height: 60px;
  font-size: 0;
  z-index: 9;
}
.index-part1 .slick-prev {
  left: 18%;
  background: url(../images/banner_arr_1.png) no-repeat center center;
  background-size: 60px 60px;
}
.index-part1 .slick-next {
  right: 18%;
  background: url(../images/banner_arr_2.png) no-repeat center center;
  background-size: 60px 60px;
}
.index-part1 {
  background-image: url(../images/banner_bg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.index-part2 {
  padding: 34px 0 70px;
}
.index-part2 .dynamics {
  float: left;
  width: 568px;
}
.index-part2 .dynamics .dynamics_title {
  margin-bottom: 23px;
  border-bottom: 2px solid #E1E1E1;
}
.index-part2 .dynamics .dynamics_title .title {
  float: left;
  padding-bottom: 10px;
  margin-bottom: -2px;
  border-bottom: 2px solid #5C307D;
}
.index-part2 .dynamics .dynamics_title .title h4 {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 20px;
  color: #5C307D;
}
.index-part2 .dynamics .dynamics_title .more {
  float: right;
  margin-top: 10px;
}
.index-part2 .dynamics .dynamics_title .more a {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 12px;
  color: #666666;
}
.index-part2 .dynamics .dynamics_list ul li a {
  display: block;
  width: 100%;
  height: 100%;
 color: #000;
}

.right_msg a:link{
    color:none;
}

.index-part2 .dynamics .dynamics_list ul li a:link {
    color:none;
}

.index-part2 .dynamics .dynamics_list ul li a:hover .left_img img {
  transform: scale(1.1);
}
.index-part2 .dynamics .dynamics_list ul li a:hover .right_msg .title h4 {
  color: #5C307D;
}

.index-part2 .dynamics .dynamics_list ul .right_msg a:link {
    color: black;
}

.index-part2 .dynamics .dynamics_list a .left_img img{
 float: left;
  width: 300px;
  height: 200px;
  overflow: hidden;
}


.index-part2 .dynamics .dynamics_list ul .left_img img {
  float: left;
  width: 300px;
  height: 200px;
  overflow: hidden;
}
.index-part2 .dynamics .dynamics_list ul li a .left_img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.index-part2 .dynamics .dynamics_list ul .right_msg {
  float: right;
  width: 243px;
  border-bottom: 2px solid #E5E5E5;
}
.index-part2 .dynamics .dynamics_list ul li a .right_msg .title h4 {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 16px;
  color: #383838;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /*想省略几行就写几*/
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.index-part2 .dynamics .dynamics_list ul li a .right_msg .summy {
  margin: 3px 0;
}
.index-part2 .dynamics .dynamics_list ul li a .right_msg .summy p {
  text-indent: 2em;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /*想省略几行就写几*/
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.index-part2 .dynamics .dynamics_list ul li a .right_msg .time {
  margin-bottom: 9px;
  text-align: right;
}
.index-part2 .dynamics .dynamics_list ul li a .right_msg .time span {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 12px;
  color: #898989;
}
.index-part2 .notice {
  float: right;
  width: 568px;
}
.index-part2 .notice .notice_title {
  margin-bottom: 23px;
  border-bottom: 2px solid #E1E1E1;
}
.index-part2 .notice .notice_title .title {
  float: left;
  padding-bottom: 10px;
  margin-bottom: -2px;
  border-bottom: 4px solid #5C307D;
}
.index-part2 .notice .notice_title .title h4 {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 20px;
  color: #5C307D;
}
.index-part2 .notice .notice_title .more {
  float: right;
  margin-top: 10px;
}
.index-part2 .notice .notice_title .more a {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 12px;
  color: #666666;
}
.index-part2 .notice .notice_list ul li {
  margin-bottom: 18px;
}
.index-part2 .notice .notice_list ul li:last-child {
  margin-bottom: 0;
}
.index-part2 .notice .notice_list ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.index-part2 .notice .notice_list ul li a:hover .title h4 {
  color: #5C307D;
}
.index-part2 .notice .notice_list ul li a .time {
  float: left;
  width: 87px;
  height: 25px;
  background: #EEEEEE;
  margin-right: 15px;
}
.index-part2 .notice .notice_list ul li a .time p {
  text-align: center;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 12px;
  color: #5C307D;
  line-height: 25px;
}
.index-part2 .notice .notice_list ul li a .title {
  float: left;
  width: calc(100% - 87px - 25px);
}
.index-part2 .notice .notice_list ul li a .title h4 {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /*想省略几行就写几*/
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.index-part3 {
  padding: 0 0 60px;
}
.index-part3 .policy {
  float: left;
  width: 568px;
}
.index-part3 .policy .policy_title {
  margin-bottom: 10px;
  border-bottom: 2px solid #E1E1E1;
}
.index-part3 .policy .policy_title .title {
  float: left;
  padding-bottom: 10px;
  margin-bottom: -2px;
  border-bottom: 2px solid #5C307D;
}
.index-part3 .policy .policy_title .title h4 {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 20px;
  color: #5C307D;
}
.index-part3 .policy .policy_title .more {
  float: right;
  margin-top: 10px;
}
.index-part3 .policy .policy_title .more a {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 12px;
  color: #666666;
}
.index-part3 .policy .title_img {
  width: 568px;
  height: 94px;
  margin-bottom: 19px;
}
.index-part3 .policy .title_img img {
  width: 100%;
  height: 100%;
}
.index-part3 .policy .policy_list ul li {
  margin-bottom: 23px;
}
.index-part3 .policy .policy_list ul li:last-child {
  margin-bottom: 0;
}
.index-part3 .policy .policy_list ul li a {
  display: block;
  width: 100%;
  height: 100%;
  padding-left: 17px;
  position: relative;
}
.index-part3 .policy .policy_list ul li a:hover .title h4 {
  color: #5C307D;
}
.index-part3 .policy .policy_list ul li a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  border: 6px solid transparent;
  border-left-color: #5C307D;
}
.index-part3 .policy .policy_list ul li a .title {
  float: left;
  width: 445px;
}
.index-part3 .policy .policy_list ul li a .title h4 {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.index-part3 .policy .policy_list ul li a .time {
  float: right;
}
.index-part3 .policy .policy_list ul li a .time span {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 12px;
  color: #999999;
}

#zcwj {
    margin-right: 63px;
}

.index-part3 .information {
  float: left;
  
  width: 568px;
}
.index-part3 .information .information_title {
  margin-bottom: 10px;
  border-bottom: 2px solid #E1E1E1;
}
.index-part3 .information .information_title .title {
  float: left;
  padding-bottom: 10px;
  margin-bottom: -2px;
  border-bottom: 2px solid #5C307D;
}
.index-part3 .information .information_title .title h4 {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 20px;
  color: #5C307D;
}
.index-part3 .information .information_title .more {
  float: right;
  margin-top: 10px;
}
.index-part3 .information .information_title .more a {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 12px;
  color: #666666;
}
.index-part3 .information .title_img {
  width: 568px;
  height: 94px;
  margin-bottom: 19px;
}
.index-part3 .information .title_img img {
  width: 100%;
  height: 100%;
}
.index-part3 .information .information_list ul li {
  margin-bottom: 23px;
}
.index-part3 .information .information_list ul li:last-child {
  margin-bottom: 0;
}
.index-part3 .information .information_list ul li a {
  display: block;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  position: relative;
}
.index-part3 .information .information_list ul li a:hover .title h4 {
  color: #5C307D;
}
.index-part3 .information .information_list ul li a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 12px;
  height: 14px;
  background: url(../images/index_title_2.png) no-repeat center center;
}
.index-part3 .information .information_list ul li a .title {
  float: left;
  width: 445px;
}
.index-part3 .information .information_list ul li a .title h4 {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.index-part3 .information .information_list ul li a .time {
  float: right;
}
.index-part3 .information .information_list ul li a .time span {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 12px;
  color: #999999;
}
.index-part4 .links .links_title {
  margin-bottom: 23px;
  border-bottom: 2px solid #E1E1E1;
}
.index-part4 .links .links_title .title {
  float: left;
  padding-bottom: 10px;
  margin-bottom: -2px;
  border-bottom: 2px solid #5C307D;
}
.index-part4 .links .links_title .title h4 {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 20px;
  color: #5C307D;
}
.index-part4 .links .links_list ul li {
  float: left;
  width: 232px;
  height: 70px;
  margin-left: 10px;
}
.index-part4 .links .links_list ul li:first-child {
  margin-left: 0;
}
.index-part4 .links .links_list ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.index-part4 .links .links_list ul li a:hover img {
  transform: translateY(-5px);
}
.index-part4 .links .links_list ul li a img {
  width: 232px;
  height: 70px;
  transition: all 0.5s;
}
.footer {
  height: 107px;
  padding: 32px 0;
  margin-top: 48px;
  text-align: center;
  background: #5C307D;
}
.footer .address {
  margin-bottom: 12px;
}
.footer .address p {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 12px;
  color: #FFFFFF;
}
.footer .copyright p {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 12px;
  color: #FFFFFF;
}

