body {
  width: 100%;
  min-width: 1200px;
  min-height: 100%;
  position: relative;
  background: #fff;
  padding-top: 72px;
}
.header {
  width: 100%;
  height: 72px;
  background: #2e79bf;
  -webkit-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  z-index: 1000;
}
.header .head-container {
  width: 1200px;
  margin: 0 auto;
}
.header .head-container:after {
  content: '';
  display: block;
  visibility: hidden;
  clear: both;
}
.header .logo-img {
  width: 268px;
  height: 36px;
  margin-top: 18px;
  margin-left: -78px;
  float: left;
}
.header .head-menu-list {
  float: right;
  margin-top: 20px;
}
.header .head-menu-list > li {
  float: left;
  margin-left: 10px;
  position: relative;
  padding: 10px 10px;
}
.header .head-menu-list > li:first-child {
  margin-left: 0;
}
.header .head-menu-list > li:hover .menu-ol {
  height: auto;
  padding: 10px 0;
}
.header .head-menu-list > li:hover .menu-ol li {
  padding: 5px 0;
  height: 31px;
}
.header .head-menu-list > li:hover > a:after {
  width: 100%;
  left: 0;
  right: 0;
}
.header .head-menu-list > li > a {
  color: #fff;
  position: relative;
  font-size: 16px;
  letter-spacing: 1.5px;
  white-space: nowrap;
}
.header .head-menu-list > li > a:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -2px;
  width: 0;
  height: 1px;
  background: #fff;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.header .menu-ol {
  width: 100%;
  position: absolute;
  top: 33px;
  left: 0;
  background: #2e79bf;
  padding: 0;
  border-radius: 3px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header .menu-ol li {
  height: 0;
  text-align: center;
  padding: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
}
.header .menu-ol li a {
  font-size: 14px;
  color: #fff;
  letter-spacing: 1.5px;
  -webkit-transition: color .3s;
  transition: color .3s;
}
.header .menu-ol li a:hover {
  color: #53a7f4;
}
@media screen and (max-width: 1360px) {
  .header .logo-img {
    margin-left: 0;
  }
  .header .head-menu-list > li {
    margin-left: 5px;
  }
}
.banner {
  width: 100%;
}
.banner img {
  display: block;
  width: 100%;
  height: auto;
}
.crumbs {
  width: 1200px;
  height: 60px;
  margin: 0 auto;
}
.crumbs li {
  float: left;
}
.crumbs li a {
  font-size: 14px;
  color: #474747;
  line-height: 60px;
  -webkit-transition: color .3s;
  transition: color .3s;
}
.crumbs li a:hover {
  color: #2e79bf;
}
.crumbs li:after {
  content: '-';
  margin: 0 8px;
}
.crumbs li:last-child:after {
  display: none;
}
.page {
  width: 100%;
  height: 60px;
  position: relative;
  text-align: center;
}
.page ul {
  width: auto;
  height: 22px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.page ul li {
  float: left;
  color: #000;
}
.page ul li span {
  color: #000;
}
.page ul li input {
  width: 21px;
  height: 18px;
  border: 1px solid #474747;
  background: none;
}
.page ul li a {
  padding: 0 5px;
  margin: 0 5px;
  color: #474747;
}
.page ul li .page-active {
  border-bottom: 2px solid #2e79bf;
  color: #2e79bf;
}
.page ul li a:hover {
  color: #2e79bf;
}
.page > div {
  color: #474747;
}
.page > div .rows {
  color: #474747;
  padding: 2px 10px;
}
.page > div .current {
  color: #2e79bf;
  padding: 2px 10px;
  position: relative;
}
.page > div .current:after {
  content: '';
  display: block;
  width: 15px;
  height: 2px;
  background: #2e79bf;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.page > div a {
  padding: 2px 10px;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.page > div a:hover {
  color: #2e79bf;
}
#goTop {
  width: 50px;
  height: 0;
  overflow: hidden;
  position: fixed;
  z-index: 300;
  right: 10px;
  bottom: 100px;
  background: #fff;
  border-radius: 5px;
  text-align: center;
  -webkit-transition: height .3s;
  transition: height .3s;
}
#goTop i {
  float: right;
  color: #2e79bf;
  font-size: 40px;
  cursor: pointer;
  line-height: 50px;
  position: absolute;
  top: 53%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.footer {
  width: 100%;
  height: 126px;
  background: #2e79bf;
}
.footer .footer-container {
  width: 1200px;
  height: 126px;
  position: relative;
  margin: 0 auto;
}
.footer .footer-container p {
  line-height: 126px;
  float: left;
  color: #fff;
}
.footer .footer-container a {
  line-height: 126px;
  float: right;
  color: #fff;
  position: relative;
}
.footer .footer-container a:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 50px;
  width: 0;
  height: 1px;
  background: #fff;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.footer .footer-container a:hover:after {
  width: 100%;
  left: 0;
  right: 0;
}
.footer .footer-container .wechat-box {
  width: 80px;
  height: 100%;
  position: absolute;
  text-align: center;
  top: 0;
  right: 0;
}
.footer .footer-container .wechat-box img {
  width: 80px;
  height: 80px;
  margin-top: 14px;
}
.footer .footer-container .wechat-box h3 {
  font-weight: 500;
  color: #fff;
  font-size: 14px;
  letter-spacing: 2px;
}
/*@media screen and (min-width: 1920px) {
  body {
    width: 1920px;
    margin: 0 auto;
  }
}*/
.search-box {
  width: 100%;
  height: 43px;
  background: #2e79bf;
}
.search-box .search-ins {
  width: 1200px;
  margin: 0 auto;
}
.search-box .search-ins #search-date {
  float: left;
}
.search-box .search-ins #search-date span {
  color: #fff;
  line-height: 43px;
}
.search-box .search-ins #search-date #sch-day {
  margin-left: 10px;
}
.search-box .search-ins #weather {
  margin-left: 20px;
  margin-top: 9px;
}
.search-box .search-ins .form {
  position: relative;
  float: right;
}
.search-box .search-ins .form:after {
  content: '';
  display: block;
  visibility: hidden;
  clear: both;
}
.search-box .search-ins .input-bg {
  width: 244px;
  height: 26px;
  border-radius: 15px;
  background-color: #21578a;
  position: absolute;
  z-index: 10;
  top: 8px;
  left: 1px;
}
.search-box .search-ins input {
  width: 246px;
  height: 28px;
  border: 1px solid #477db0;
  border-radius: 15px;
  color: #fff;
  padding: 0 40px 0 20px;
  background: transparent;
  float: right;
  font-size: 16px;
  position: relative;
  top: 7px;
  z-index: 20;
}.search-box .search-ins input::placeholder{color:#fff}
.search-box .search-ins .blurdis {
  font-size: 16px;
  color: #fff;
  position: absolute;
  top: 10px;
  left: 24px;
  z-index: 15;
}
.search-box .search-ins .icon-search {
  border: none;
  outline: none;
  background: transparent;
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 11px;
  color: #fff;
  font-size: 16px;
  z-index: 40;
}
.subject {
  width: 100%;
  background: #fff;
}
.module-title {
  width: 100%;
  height: 40px;
  border-bottom: 3px solid #2e79bf;
  margin-bottom: 24px;
}
.module-title span {
  font-size: 24px;
  color: #474747;
  float: left;
  font-weight: 600;
  margin-top: -5px;
}
.module-title a {
  font-size: 16px;
  color: #666;
  float: right;
  margin-top: 6px;
  letter-spacing: 1px;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.module-title a:hover {
  color: #2e79bf;
}
.union-news {
  width: 1200px;
  height: 400px;
  margin: 60px auto;
}
.union-news > div {
  width: 525px;
  height: 100%;
  float: left;
}
.union-news > div .notice-list li {
  width: 100%;
  height: 25px;
  margin-bottom: 25px;
}
.union-news > div .notice-list li:hover .notice-title {
  color: #2e79bf;
}
.union-news > div .notice-list li:hover .notice-title:after {
  width: 100%;
  left: 0;
  right: 0;
}
.union-news > div .notice-list .notice-date {
  display: block;
  width: 104px;
  height: 25px;
  background: #2e79bf;
  color: #fff;
  line-height: 25px;
  text-align: center;
  float: left;
  margin-right: 14px;
  font-size: 14px;
  letter-spacing: 1px;
}
.union-news > div .notice-list .notice-title {
  font-size: 15px;
  line-height: 25px;
  float: left;
  letter-spacing: 0.5px;
  position: relative;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.union-news > div .notice-list .notice-title:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 1px;
  width: 0;
  height: 1px;
  background: #2e79bf;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.union-news .union-dynamic {
  float: right;
}
.union-news .union-dynamic .union-dynamic-info {
  width: 100%;
  height: 189px;
}
.union-news .union-dynamic .union-dynamic-info:after {
  content: '';
  display: block;
  visibility: hidden;
  clear: both;
}
.union-news .union-dynamic .union-dynamic-info > img {
  display: block;
  width: 276px;
  height: 189px;
  float: left;
}
.union-news .union-dynamic .union-dynamic-info .dynamic-info {
  float: right;
  width: 233px;
}
.union-news .union-dynamic .union-dynamic-info .dynamic-info h3 {
  color: #474747;
  font-size: 16px;
  line-height: 25px;
}
.union-news .union-dynamic .union-dynamic-info .dynamic-info span {
  display: block;
  margin-top: 10px;
  margin-bottom: 15px;
  color: #acacac;
  font-size: 12px;
  letter-spacing: 1px;
}
.union-news .union-dynamic .union-dynamic-info .dynamic-info p {
  color: #474747;
  text-indent: 2em;
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 1.5px;
}
.union-news .union-dynamic .dynamic-list {
  width: 100%;
}
.union-news .union-dynamic .dynamic-list li {
  width: 100%;
  height: 20px;
  margin-top: 14px;
}
.union-news .union-dynamic .dynamic-list li:after {
  content: '';
  display: block;
  visibility: hidden;
  clear: both;
}
.union-news .union-dynamic .dynamic-list li:hover i,
.union-news .union-dynamic .dynamic-list li:hover a {
  color: #2e79bf;
}
.union-news .union-dynamic .dynamic-list li:hover .icon-jiantou {
  opacity: 1;
}
.union-news .union-dynamic .dynamic-list li i,
.union-news .union-dynamic .dynamic-list li a {
  float: left;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.union-news .union-dynamic .dynamic-list li .icon-point-copy-copy-copy {
  color: #848484;
  font-size: 24px;
  margin-top: -5px;
  margin-left: -8px;
}
.union-news .union-dynamic .dynamic-list li a {
  display: block;
  max-width: 440px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  letter-spacing: 1px;
  margin-top: -2px;
  margin-left: 5px;
}
.union-news .union-dynamic .dynamic-list li .icon-jiantou {
  opacity: 0;
  font-size: 26px;
  margin-left: 30px;
  margin-top: -5px;
}
.activity {
  width: 1200px;
  height: 485px;
  margin: 0 auto;
  margin-bottom: 60px;
  overflow: hidden;
  position: relative;
}
.activity .activity-title {
  width: 164px;
  margin: 0 auto;
  text-align: center;
  border-bottom: 3px solid #2e79bf;
  padding-bottom: 12px;
  font-size: 24px;
  margin-bottom: 22px;
}
.activity .activity-title h3 {
  -webkit-transition: color .3s;
  transition: color .3s;
}
.activity .activity-title a:hover h3 {
  color: #2e79bf;
}
.activity .slides {
  width: 100%;
  height: 383px;
  position: relative;
}
.activity .slides li {
  -webkit-transition: all .45s;
  transition: all .45s;
}
.activity .slides li > a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.activity .slides li .slide-img,
.activity .slides li .slide-info,
.activity .slides li .slide-title,
.activity .slides li .img-mask {
  -webkit-transition: all .45s;
  transition: all .45s;
}
.activity .slides li .slide-img {
  display: block;
  width: 100%;
  height: auto;
  min-height: 100%;
}
.activity .slides li .slide-info {
  background: #2e79bf;
  color: #fff;
  font-size: 16px;
  padding: 7px 20px;
  position: absolute;
  left: 50%;
  bottom: 28px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
}
.activity .slides li .slide-title {
  width: 543px;
  margin: 0 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #474747;
  text-align: center;
  margin-top: 11px;
  opacity: 0;
}
.activity .slides li .img-mask {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 0;
  left: 0;
}
.activity .slides .slide-li-focus .slide-info {
  opacity: 1;
}
.activity .slides .slide-li-focus .slide-title {
  opacity: 1;
}
.activity .slides .slide-li-focus .img-mask {
  background: rgba(255, 255, 255, 0);
}
.activity .slide-control {
  width: 623px;
  margin: 0 auto;
  margin-top: 6px;
}
.activity .slide-control li {
  color: #474747;
  font-size: 30px;
  float: left;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.activity .slide-control li:hover {
  color: #2e79bf;
}
.activity .slide-control .icon-jiantou {
  float: right;
}
.activity .img-btn {
  width: 290px;
  height: 308px;
  position: absolute;
  z-index: 200;
  top: 106px;
  cursor: pointer;
}
.activity #right-btn {
  right: 0;
}
.teac {
  width: 100%;
  height: 540px;
  background: #abb7c2;
  overflow: hidden;
}
.teac .teac-title {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  margin-top: 35px;
}
.teac .teac-title a {
  color: #fff;
  -webkit-transition: color .3s;
  transition: color .3s;
}
.teac .teac-title a:hover {
  color: #2e79bf;
}
.teac .teac-content {
  width: 1200px;
  height: 330px;
  border: 2px solid #fff;
  margin: 0 auto;
  margin-top: 68px;
}
.teac .teac-content .teac-info {
  width: 440px;
  float: left;
  margin-top: 65px;
  margin-left: 50px;
}
.teac .teac-content .teac-info h3 {
  color: #fff;
  width: 380px;
  line-height: 30px;
  font-size: 18px;
}
.teac .teac-content .teac-info p {
  margin-top: 30px;
  line-height: 25px;
  text-indent: 2em;
  font-size: 16px;
  color: #fff;
}
.teac .teac-content .teac-info .icon-jiantou {
  color: #fff;
  font-size: 34px;
  float: right;
  margin-right: 10px;
  -webkit-transition: color .3s;
  transition: color .3s;
}
.teac .teac-content .teac-info .icon-jiantou:hover {
  color: #2e79bf;
}
.teac .teac-content .teac-img {
  width: 576px;
  height: 398px;
  float: right;
  margin-right: 48px;
  margin-top: -37px;
  -webkit-box-shadow: 0 0 7px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 7px 2px rgba(0, 0, 0, 0.5);
}
.teac .teac-content .teac-img img {
  display: block;
  width: 100%;
  min-height: 100%;
}
.s-window {
  width: 100%;
  height: 305px;
  background: url("../images/n-6.jpg") no-repeat center;
  overflow: hidden;
}
.s-window .s-title {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  margin-top: 50px;
}
.s-window .s-list {
  width: 1330px;
  margin: 0 auto;
}
.s-window .s-list:after {
  content: '';
  display: block;
  visibility: hidden;
  clear: both;
}
.s-window .s-list li {
  float: left;
  width: 190px;
  text-align: center;
  padding-top: 55px;
  position: relative;
}
.s-window .s-list li:after {
  content: '';
  display: block;
  width: 1px;
  height: 60px;
  background: #fff;
  position: absolute;
  top: 53px;
  right: 0;
}
.s-window .s-list li:last-child:after {
  display: none;
}
.s-window .s-list li:hover i {
  color: #53a7f4;
  text-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
}
.s-window .s-list li a {
  display: block;
}
.s-window .s-list li i {
  font-size: 50px;
  color: #fff;
  -webkit-transition: all .3s;
  transition: all .3s;
  text-shadow: 0 3px 10px rgba(0, 0, 0, 0);
}
.s-window .s-list li p {
  width: 100%;
  text-align: center;
  margin-top: 25px;
  color: #fff;
}
.link {
  width: 1200px;
  height: 325px;
  margin: 0 auto;
  margin-top: 45px;
  margin-bottom: 95px;
}
.link .link-title {
  width: 164px;
  margin: 0 auto;
  text-align: center;
  border-bottom: 3px solid #2e79bf;
  padding-bottom: 12px;
  font-size: 24px;
  margin-bottom: 22px;
}
.link .link-content {
  width: 100%;
  height: 258px;
  border: 1px solid #dddddd;
  background: #f6f6f6;
  overflow: hidden;
}
.link .link-content > li {
  width: 184px;
  height: 63px;
  background: #2e79bf;
  text-align: center;
  margin-top: 1px;
  margin-left: -1px;
  position: relative;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.link .link-content > li:first-child {
  margin-top: 0;
}
.link .link-content > li:nth-child(2) .link-ol {
  top: -64px;
}
.link .link-content > li:nth-child(3) .link-ol {
  top: -128px;
}
.link .link-content > li:nth-child(4) .link-ol {
  top: -192px;
}
.link .link-content > li:nth-child(5) .link-ol {
  top: -256px;
}
.link .link-content > li p {
  line-height: 63px;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.link .link-content .link-active {
  background: transparent;
}
.link .link-content .link-active p {
  color: #474747;
}
.link .link-content .link-active .link-ol {
  opacity: 1;
  z-index: 20;
}
.link .link-content .link-ol {
  width: 1017px;
  height: 321px;
  position: absolute;
  top: 0;
  left: 184px;
  opacity: 0;
  overflow-y: auto;
  -webkit-transition: all .3s;
  transition: all .3s;
  z-index: 10;
}
.link .link-content .link-ol li {
  width: 275px;
  height: 63px;
  float: left;
  text-align: left;
  padding-left: 34px;
}
.link .link-content .link-ol li:nth-child(4n) {
  width: 185px;
}
.link .link-content .link-ol li a {
  line-height: 63px;
  -webkit-transition: color .3s;
  transition: color .3s;
}
.link .link-content .link-ol li a:hover {
  color: #2e79bf;
}
.content-page {
  width: 100%;
  background: url("../images/bg.jpg") no-repeat center bottom;
  padding-bottom: 30px;
}
.content-box {
  width: 1200px;
  margin: 0 auto;
  background: #f7f7f7;
  padding: 30px 100px;
}
.content-box .content-title {
  height: 70px;
  text-align: center;
  padding-bottom: 12px;
  font-size: 24px;
  margin-bottom: 22px;
  position: relative;
}
.content-box .content-title h3 {
  font-weight: 500;
  letter-spacing: 2px;
  padding-bottom: 10px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-bottom: 3px solid #2e79bf;
}
.content-box .content-title span {
  font-size: 14px;
  color: #666;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.content-box .content-text {
  color: #474747;
  font-size: 14px;
}
.content-box .content-text:after {
  content: '';
  display: block;
  visibility: hidden;
  clear: both;
}
.content-box .content-text p {
  color: #474747;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 1px;
}
.content-box .content-text .text-1 {
  color: #2e79bf;
  text-align: center;
  font-weight: 600;
}
.content-box .content-text .table-container {
  overflow: hidden;
}
.content-box .content-text .text-container {
  float: left;
  position: relative;
}
.content-box .content-text .text-container:nth-child(even) {
  float: right;
}
.content-box .content-text .text-container .text-2 {
  color: #2e79bf;
}
.content-box .content-text .text-container .icon-point-copy-copy-copy {
  color: #2e79bf;
  position: absolute;
  top: 1px;
  left: 2px;
  font-size: 20px;
}
.content-box .content-text .text-container .text-table {
  table-layout: fixed;
  margin-left: 21px;
}
.content-box .content-text .text-container .text-table td {
  line-height: 24px;
  padding: 0 5px;
  white-space: nowrap;
}
.content-box .content-text-1 p {
  text-indent: 2em;
}
.content-box .content-text-2 p {
  color: #666;
  letter-spacing: 1.5px;
  line-height: 30px;
}
.content-box .content-text-2 .text-title-1 {
  font-size: 18px;
}
.content-box .content-text-2 .text-title-2 {
  font-size: 14px;
}
.content-box .content-text-2 .text-title-3 {
  color: #000;
}
.content-box .content-org {
  width: 848px;
  height: 687px;
  margin: 0 auto;
  margin-top: 60px;
}
.content-box .content-org img {
  width: 100%;
  height: 100%;
  display: block;
}
.list-page {
  width: 100%;
  background: url("../images/bg.jpg") no-repeat center bottom;
  padding-bottom: 30px;
}
.list-box {
  width: 1200px;
  margin: 0 auto;
  background: #f7f7f7;
  padding: 30px 100px;
}
.list-box .list-title {
  height: 70px;
  text-align: center;
  margin-bottom: 22px;
  position: relative;
}
.list-box .list-title h3 {
  letter-spacing: 2px;
  padding-bottom: 10px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-bottom: 3px solid #2e79bf;
  font-size: 28px;
}
.list-box .news-list {
  width: 100%;
  padding-bottom: 30px;
}
.list-box .news-list li {
  width: 100%;
  height: 236px;
  padding: 29px 0;
  border-top: 1px dashed #666;
}
.list-box .news-list li:last-child {
  border-bottom: 1px dashed #666;
}
.list-box .news-list li .list-img {
  display: block;
  width: 316px;
  height: 176px;
  float: left;
  overflow: hidden;
}
.list-box .news-list li .list-img img {
  display: block;
  width: 100%;
  min-height: 176px;
}
.list-box .news-list li .list-info {
  float: right;
  width: 638px;
  height: 176px;
  position: relative;
}
.list-box .news-list li .list-info .info-title {
  width: 100%;
  position: relative;
  top: 12px;
}
.list-box .news-list li .list-info .info-title:hover h3 {
  color: #2e79bf;
}
.list-box .news-list li .list-info .info-title h3 {
  font-size: 22px;
  color: #474747;
  -webkit-transition: color .3s;
  transition: color .3s;
}
.list-box .news-list li .list-info .info-title span {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #474747;
  font-size: 14px;
}
.list-box .news-list li .list-info .info-content {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #666;
  line-height: 26px;
  text-indent: 2em;
}
.list-box .news-list-notice li .list-info {
  width: 100%;
}
.list-box .news-list-notice li .info-content {
  top: 70px;
}
.list-box .commend-list {
  width: 100%;
}
.list-box .commend-list li {
  margin-bottom: 20px;
  overflow: hidden;
}
.list-box .commend-list li:after {
  content: '';
  display: block;
  visibility: hidden;
  clear: both;
}
.list-box .commend-list li:hover span,
.list-box .commend-list li:hover i {
  color: #2e79bf;
}
.list-box .commend-list li .iconfont {
  float: left;
  margin-right: 6px;
  margin-top: 1px;
}
.list-box .commend-list li .iconfont,
.list-box .commend-list li span {
  color: #474747;
  line-height: 20px;
  -webkit-transition: color .3s;
  transition: color .3s;
}
.list-box .commend-list li span {
  background: #f7f7f7;
  padding: 0 10px;
}
.list-box .commend-list li .commend-title {
  float: left;
  font-size: 18px;
}
.list-box .commend-list li .commend-date {
  float: right;
  font-size: 14px;
}
.list-box .commend-list li .border-line {
  display: block;
  width: 100%;
  height: 0;
  border-bottom: 1px dashed #666;
  margin-top: 9px;
  margin-left: 50px;
}
.contact-box {
  padding: 30px 50px;
}
.contact-box .contact-container {
  width: 1100px;
  height: 305px;
  margin: 0 auto;
  background: url("../images/n-6.jpg") no-repeat center center;
  overflow: hidden;
}
.contact-box .contact-container > h3 {
  color: #fff;
  font-size: 22px;
  text-align: center;
  margin-top: 50px;
}
.contact-box .contact-list {
  width: 1000px;
  margin: 0 auto;
}
.contact-box .contact-list:after {
  content: '';
  display: block;
  visibility: hidden;
  clear: both;
}
.contact-box .contact-list li {
  float: left;
  width: 250px;
  height: 170px;
  text-align: center;
  padding: 0 20px;
  padding-top: 55px;
  position: relative;
}
.contact-box .contact-list li:after {
  content: '';
  display: block;
  width: 1px;
  height: 60px;
  background: #fff;
  position: absolute;
  top: 53px;
  right: 0;
}
.contact-box .contact-list li:last-child p {
  bottom: -11px;
}
.contact-box .contact-list li:last-child:after {
  display: none;
}
.contact-box .contact-list li:hover i {
  color: #53a7f4;
  text-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
}
.contact-box .contact-list li a {
  display: block;
}
.contact-box .contact-list li i {
  font-size: 50px;
  color: #fff;
  -webkit-transition: all .3s;
  transition: all .3s;
  text-shadow: 0 3px 10px rgba(0, 0, 0, 0);
  position: relative;
}
.contact-box .contact-list li .icon-two {
  font-size: 75px;
  top: -14px;
}
.contact-box .contact-list li .icon-dianhua {
  font-size: 70px;
  top: -12px;
}
.contact-box .contact-list li .icon-building_ {
  font-size: 70px;
  top: -10px;
}
.contact-box .contact-list li p {
  width: 210px;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 50%;
  color: #fff;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.policy-box {
  padding: 30px;
}
.policy-box .policy-list {
  width: 1160px;
}
.policy-box .policy-list:after {
  content: '';
  display: block;
  visibility: hidden;
  clear: both;
}
.policy-box .policy-list li {
  margin-bottom: 45px;
  float: left;
  margin-right: 20px;
}
.policy-box .policy-list li:hover p {
  color: #2e79bf;
}
.policy-box .policy-list li > a {
  display: block;
  width: 365px;
  height: 538px;
  -webkit-box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.3);
  margin-bottom: 20px;
}
.policy-box .policy-list li > a img {
  display: block;
  width: 100%;
  min-height: 100%;
}
.policy-box .policy-list li p {
  font-size: 16px;
  color: #474747;
  margin-bottom: 10px;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.video-box {
  width: 1200px;
  margin: 0 auto;
  background: #f7f7f7;
  padding: 30px 30px;
}
.video-box .video-title {
  height: 70px;
  text-align: center;
  margin-bottom: 22px;
  position: relative;
}
.video-box .video-title h3 {
  letter-spacing: 2px;
  padding-bottom: 10px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-bottom: 3px solid #2e79bf;
  font-size: 28px;
}
.video-box .video-container:after {
  content: '';
  display: block;
  visibility: hidden;
  clear: both;
}
.video-box .video-container li {
  width: 550px;
  height: 300px;
  position: relative;
  -webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  float: left;
  margin-right: 40px;
  margin-bottom: 30px;
}
.video-box .video-container li:nth-child(even) {
  margin-right: 0;
}
.video-box .video-container li:hover .video-mask {
  opacity: 1;
}
.video-box .video-container li:hover .border-line {
  width: 550px;
}
.video-box .video-container li img {
  display: block;
  width: 100%;
  min-height: 100%;
}
.video-box .video-container li p {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 44px;
  color: #fff;
  font-size: 16px;
  line-height: 44px;
  text-align: center;
  background: rgba(0, 0, 0, 0.58);
}
.video-box .video-container li .border-line {
  width: 0;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 44px;
  background: #fff;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.video-box .video-container li .video-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 550px;
  height: 255px;
  background: rgba(0, 0, 0, 0.58);
  opacity: 0;
  overflow: hidden;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.video-box .video-container li .video-mask i {
  color: #fff;
  font-size: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.teac-list {
  width: 100%;
  overflow: hidden;
}
.teac-list:after {
  content: '';
  display: block;
  visibility: hidden;
  clear: both;
}
.teac-list li {
  width: 380px;
  height: 310px;
  margin-bottom: 30px;
  background: #e3eaf1;
  float: left;
  border-right: 1px solid #cfd4d7;
  padding: 30px 26px;
  text-align: center;
}
.teac-list li:nth-child(3n) {
  border-right: none;
}
.teac-list li a {
  display: block;
  width: 100%;
  height: 100%;
}
.teac-list li a:hover p,
.teac-list li a:hover span {
  color: #2e79bf;
}
.teac-list li div {
  width: 100%;
  height: 200px;
  overflow: hidden;
  margin-bottom: 15px;
  -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.5);
}
.teac-list li div img {
  display: block;
  margin: 0 auto;
  width: 100%;
  min-height: 100%;
}
.teac-list li p {
  color: #474747;
  font-size: 18px;
  text-align: center;
  margin-bottom: 5px;
}
.teac-list li span {
  color: #474747;
}
.teac-list li p,
.teac-list li span {
  -webkit-transition: color .3s;
  transition: color .3s;
}
.news-page {
  width: 100%;
  background: url("../images/bg.jpg") no-repeat center bottom;
  padding-bottom: 30px;
}
.news-box {
  width: 1200px;
  margin: 0 auto;
  background: #f7f7f7;
  padding: 30px 100px 70px 100px;
}
.news-box .news-title {
  text-align: center;
  margin-bottom: 30px;
  position: relative;
}
.news-box .news-title .title-container {
  width: 1000px;
}
.news-box .news-title h3 {
  letter-spacing: 2px;
  font-size: 26px;
  padding-bottom: 10px;
  border-bottom: 3px solid #2e79bf;
  margin-bottom: 10px;
}
.news-box .news-title span {
  font-size: 14px;
  color: #666;
  float: right;
}
.news-box .news-title .title-date {
  float: left;
}
.news-box .news-container {
  border-bottom: 1px dashed #666;
  padding-bottom: 50px;
  padding-top: 10px;
}
.news-box .news-container p {
  color: #666;
  line-height: 26px;
  letter-spacing: 1px;
  font-size: 14px;
}
.news-box .news-container div {
  color: #666;
  line-height: 26px;
  letter-spacing: 1px;
  font-size: 14px;
}
.news-box .news-container img {
  max-width: 1000px;
}
.news-box .prev-next {
  width: 100%;
  margin-top: 20px;
}
.news-box .prev-next a {
  float: left;
}
.news-box .prev-next a:hover span {
  color: #2e79bf;
}
.news-box .prev-next a:last-child {
  float: right;
}
.news-box .prev-next a span {
  color: #474747;
  -webkit-transition: color .3s;
  transition: color .3s;
}
.news-box table {
  border-collapse: collapse;
}
.news-box td {
  border: 1px solid #474747;
  padding: 10px;
}