﻿@charset "utf-8";
.column {
  overflow: hidden;
}

/*banner*/
.banner {
  overflow: hidden;
  z-index: 0;
  width: 100%;
  min-width: 1200px;
  position: relative;
}
.banner .bd {
  position: relative;
  z-index: 0;
}
.banner .bd li {
  width: 100%;
  min-width: 1200px;
}
.banner .bd li img {
  width: 100%;
}
.banner .bd li .con {
  display: none;
}
.banner .hd {
  width: 100%;
  min-width: 1200px;
  position: absolute;
  z-index: 1;
  bottom: 15px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: none;
  filter: alpha(opacity=60);
  opacity: 0.9;
}
.banner .hd ul {
  text-align: center;
  padding-top: 5px;
}
.banner .hd ul li {
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  background: #fff;
  cursor: pointer;
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 8px;
  height: 8px;
  margin: 5px;
  overflow: hidden;
  font-size: 0;
  border: 1px solid #ddd;
}
.banner .hd ul .on {
  background: #f8ba59;
  border: 1px solid #d2aa78;
}

.news {
  float: left;
  margin-right: 450px;
}
.notice {
  width: 370px;
  background: #f2f2f2;
  padding: 0 25px;
  height: 840px;
  padding-top: 20px;
  position: absolute;
  top: 0;
  right: 0;
}

.columnA {
  margin-top: 40px;
  margin-bottom: 40px;
}

.notice .hd .more {
  float: right;
  font-size: 16px;
  position: relative;
  padding-left: 40px;
  color: #333;
}
.notice .hd .more:before {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  background: #b4b4b4;
  position: absolute;
  left: 0;
  top: 36px;
}
.notice .hd {
  position: relative;
  line-height: 70px;
  margin-bottom: 20px;
  height: 70px;
}
.notice .hd h3 {
  color: #333;
  font-size: 36px;
  font-weight: normal;
}
.notice .hd h3 span {
  font-size: 45px;
  font-weight: bold;
  color: #e4e4e4;
  margin-top: 10px;
  float: left;
}
.notice .hd h3 b {
  font-weight: normal;
  float: left;
  margin-right: 9px;
  padding: 0 10px;
  position: relative;
  display: block;
  z-index: 1;
}
.notice .hd h3 b:after {
  content: "";
  display: block;
  width: 100%;
  height: 24px;
  background: #f9a747;
  position: absolute;
  bottom: 6px;
  left: 0;
  z-index: -1;
  opacity: 0.6;
}

.news .hd {
  position: relative;
  line-height: 70px;
  margin-bottom: 20px;
  height: 70px;
}
.news .hd h3 {
  color: #fff;
  font-size: 36px;
  font-weight: normal;
  display: block;
  height: 70px;
  float: left;
  width: 220px;
  background: #224b8e;
  background-image: -moz-radial-gradient(
    85% 50%,
    circle closest-side,
    rgb(102, 204, 255) 0%,
    rgb(34, 75, 142) 136%
  );
  background-image: -webkit-radial-gradient(
    85% 50%,
    circle closest-side,
    rgba(102, 204, 255, 0.56) 25%,
    rgb(34, 75, 142) 136%
  );
  background-image: -ms-radial-gradient(
    85% 50%,
    circle closest-side,
    rgb(102, 204, 255) 0%,
    rgb(34, 75, 142) 136%
  );
  line-height: 2;
}
.news .hd h3 span {
  font-size: 34px;
  font-weight: bold;
  color: #ffffff;
  opacity: 0.3;
}
.news .hd h3 b {
  font-weight: normal;
  position: relative;
  display: inline-block;
  z-index: 1;
  padding-left: 20px;
  padding-right: 10px;
}
.news .hd h3 b:after {
  content: "";
  display: none;
  width: 100%;
  height: 24px;
  background: #f9a747;
  position: absolute;
  bottom: 6px;
  left: 0;
  z-index: -1;
  opacity: 0.6;
}
.news .hd .more {
  float: right;
  font-size: 16px;
  position: relative;
  padding-left: 40px;
  color: #333;
}
.news .hd .more:before {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  background: #b4b4b4;
  position: absolute;
  left: 0;
  top: 36px;
}

.tpList {
  margin-top: 30px;
}
.tpList li {
  position: relative;
  margin-bottom: 30px;
  border-bottom: 1px dashed #f0f0f0;
  padding-bottom: 30px;
}
.tpList .pic {
  width: 300px;
  height: 200px;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 10px;
}
.tpList .pic img {
  width: 300px;
  height: 200px;
}
.tpList .con {
}
.tpList .con .title {
  font-size: 24px;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 15px;
}
.tpList .con .intro {
  font-size: 14px;
  line-height: 1.5;
  color: #666;
  margin-bottom: 15px;
}
.tpList .con .intro a {
  display: none;
}
.tpList .con .date {
  font-size: 14px;
  line-height: 1.5;
  color: #ccc;
}
.tpList li.hasPic .intro {
}
.tpList li.hasPic .con {
  min-height: 200px;
  margin-left: 330px;
}
.tpList li:last-child {
  border: none;
}
.tpList li.hasPic .date {
  display: none;
}

.tpList .pic .time {
  position: absolute;
  top: 60px;
  left: -10px;
  width: 75px;
  height: 75px;
  text-align: center;
  background: #224b8e;
  background-image: -moz-radial-gradient(
    50% 50%,
    circle closest-side,
    rgb(102, 204, 255) 0%,
    rgb(34, 75, 142) 100%
  );
  background-image: -webkit-radial-gradient(
    76% 69%,
    circle closest-side,
    rgba(62, 204, 255, 0.5) 25%,
    rgb(34, 75, 142) 136%
  );
  background-image: -ms-radial-gradient(
    50% 50%,
    circle closest-side,
    rgb(102, 204, 255) 0%,
    rgb(34, 75, 142) 100%
  );
  z-index: 1;
}
.tpList .pic a {
  overflow: hidden;
  width: 300px;
  height: 200px;
  display: block;
  z-index: 0;
}
.tpList .pic .time .dateRight {
  font-size: 42px;
  line-height: 48px;
  font-weight: 100;
  color: #fff;
}
.tpList .pic .time .date {
  font-size: 12px;
  height: 26px;
  overflow: hidden;
  display: block;
  width: 100%;
  color: #fff;
  line-height: 2;
}

.dateList {
  margin-top: 30px;
}
.dateList li {
  position: relative;
  margin-bottom: 30px;
}
.dateList .time {
  width: 65px;
  height: 80px;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
}
.dateList .time .dateRight {
  font-size: 47px;
  margin-bottom: 8px;
  line-height: 55px;
  font-weight: 100;
}
.dateList .time .date {
  font-size: 12px;
  height: 26px;
  overflow: hidden;
  display: block;
  width: 100%;
  color: #fff;
  background: #224b8e;
  background-image: -moz-radial-gradient(
    50% 50%,
    circle closest-side,
    rgb(102, 204, 255) 0%,
    rgb(34, 75, 142) 100%
  );
  background-image: -webkit-radial-gradient(
    78% 50%,
    circle closest-side,
    rgba(102, 204, 255, 0.56) 25%,
    rgb(34, 75, 142) 136%
  );
  background-image: -ms-radial-gradient(
    50% 50%,
    circle closest-side,
    rgb(102, 204, 255) 0%,
    rgb(34, 75, 142) 100%
  );
  line-height: 2;
}
.dateList li:last-child {
  margin-bottom: 0;
}

.dateList .con {
  height: 73px;
  margin-left: 80px;
  padding-top: 15px;
}
.dateList .con .title {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
}

.columnB {
  background: #f2f2f2;
  padding: 30px 0 60px 0;
}
.columnB .more {
  background: url(../img/icon-more-w.png) no-repeat center #224b8e;
  color: #fff;
  display: block;
  margin: 50px auto 0;
  width: 120px;
  text-align: center;
  font-size: 0;
  transition: 0.3s;
  height: 40px;
}
.columnB .more:hover {
  text-decoration: none;
  background: url(../img/icon-more-w.png) no-repeat center #f9a747;
  box-shadow: 0px 4px 16px rgba(60, 86, 144, 0.32);
  transform: translateY(-5px);
}
.columnB .thd {
  text-align: center;
  margin-bottom: 30px;
}
.columnB .thd h3 b {
  width: 150px;
  margin: 0 auto;
  font-size: 36px;
  font-weight: normal;
  display: block;
  padding: 0 10px;
  position: relative;
  display: block;
  z-index: 1;
}
.columnB .thd h3 b:after {
  content: "";
  display: block;
  width: 100%;
  height: 24px;
  background: #f9a747;
  position: absolute;
  bottom: 6px;
  left: 0;
  z-index: -1;
  opacity: 0.6;
}
.columnB .thd h3 span {
  font-size: 36px;
  font-weight: bold;
  display: block;
  color: #c6c6c6;
  line-height: 1;
  position: relative;
  display: block;
  z-index: 1;
}
.columnB .thd h3 span:after {
  content: "";
  display: block;
  width: 60px;
  margin: 15px auto 0;
  height: 1px;
  background: #c3c3c3;
  z-index: -1;
  opacity: 0.6;
}

/* nodeList */
.nodeList {
  margin: 0 -5px;
  overflow: hidden;
}
.nodeList li {
  line-height: 90px;
  float: left;
  transition: 0.3s;
  text-align: center;
  width: calc(25% - 30px);
  margin: 14px;
  font-size: 18px;
  background: #fff;
  border: 1px solid #fff;
}
.nodeList li:hover {
  border: 1px solid #224b8e;
  box-shadow: 0px 4px 16px rgba(60, 86, 144, 0.32);
  transform: translateY(-10px);
}
.nodeList li a {
  display: block;
}
.nodeList li a:hover {
  text-decoration: none;
  color: #224b8e;
}
.nodeList li a.tit {
  font-size: 15px;
  line-height: 1.2;
  padding-bottom: 30px;
}

.columnC {
  background: #144493;
  padding: 80px 0 80px 0;
}
.columnC .thd {
  text-align: left;
  margin-bottom: 30px;
  position: absolute;
  top: 54px;
  left: 0;
}
.columnC .thd h3 b {
  width: 150px;
  color: #fff;
  font-size: 36px;
  font-weight: normal;
  padding: 0 10px;
  position: relative;
  display: block;
  z-index: 1;
}
.columnC .thd h3 b:after {
  content: "";
  display: block;
  width: 100%;
  height: 24px;
  background: #f9a747;
  position: absolute;
  bottom: 6px;
  left: 0;
  z-index: -1;
  opacity: 0.6;
}
.columnC .thd h3 span {
  font-size: 36px;
  font-weight: bold;
  display: block;
  color: #ffffff;
  line-height: 1;
  position: relative;
  display: block;
  z-index: 1;
  opacity: 0.3;
}
.columnC .thd h3 span:after {
  content: "";
  display: block;
  width: 60px;
  margin: 15px 0 0;
  height: 1px;
  background: #c3c3c3;
  z-index: -1;
  opacity: 0.6;
}
.columnC .more {
  background: url(../img/icon-more-b.png) no-repeat center #ffffff;
  color: #fff;
  display: block;
  margin: 70px 0 0 0;
  width: 120px;
  text-align: center;
  font-size: 0;
  transition: 0.3s;
  height: 40px;
}
.columnC .more:hover {
  text-decoration: none;
  background: url(../img/icon-more-w.png) no-repeat center #f9a747;
  box-shadow: 0px 4px 16px rgba(60, 86, 144, 0.32);
  transform: translateY(-5px);
}

.columnC .bd {
  margin-left: 340px;
}
.columnC .nodeListpx {
}
.columnC .nodeListpx li {
  line-height: 90px;
  float: left;
  transition: 0.3s;
  text-align: center;
  width: 276px;
  font-size: 18px;
  background: #fff;
}
.columnC .nodeListpx li:hover {
  box-shadow: 0px 15px 15px rgb(19, 40, 80);
  transform: translateY(-10px);
}
.columnC .nodeListpx li a {
  display: block;
}
.columnC .nodeListpx li a:hover {
  text-decoration: none;
  color: #224b8e;
}
.columnC .nodeListpx li a.tit {
  font-size: 15px;
  line-height: 1.2;
  padding-bottom: 30px;
}
.columnC .nodeListpx li.k1 {
  margin-right: 30px;
  height: 212px;
  background: url(../img/k1bg.png) no-repeat center #1f58b5;
  background-size: cover;
}
.columnC .nodeListpx li.k2 {
  height: 212px;
  background: url(../img/k2bg.png) no-repeat center #1f58b5;
  background-size: cover;
}
.columnC .nodeListpx .li3 {
  margin-right: 30px;
}
.columnC .nodeListpx .li4 {
  background: #d0dae9;
}
.columnC .nodeListpx li.k1:hover {
  box-shadow: 0px 0px 0px rgb(19, 40, 80);
  transform: translate(0px, 0px);
}
.columnC .nodeListpx li.k2:hover {
  box-shadow: 0px 0px 0px rgb(19, 40, 80);
  transform: translate(0px, 0px);
}

.columnD {
  margin: 40px auto;
}
.columnD .thd {
  text-align: center;
  font-size: 24px;
  margin: 20px;
  font-weight: normal;
}
.columnD .thd b {
  font-weight: initial;
}
.columnD #friendLinks .bd ul {
  padding: 10px !important;
}
.columnD #friendLinks .bd ul li {
  transition: 0.3s;
  border: 1px solid #f0f0f0;
  width: 183px;
  height: 60px;
  margin-right: 14px;
  text-align: center;
  line-height: 30px;
}
.columnD #friendLinks .bd ul li .pe_u_thumb a{
   width: 183px;
   height: 60px;
   display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 10px;
}
.columnD #friendLinks .bd ul li .pe_u_thumb a img{
  max-width: 100%;
  max-height: 100%;
}
.columnD #friendLinks .bd ul li .pe_u_thumb_title {
  display: none;
}
.columnD .bd {
  margin-bottom: 30px;
}
.columnD #friendLinks .bd ul li:hover {
  border: 1px solid #224b8e;
  box-shadow: 0px 5px 7px rgb(231, 231, 232);
  transform: translateY(-5px);
}

.columnD #friendLinks .Arrow {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 89px;
  z-index: 9;
  border-radius: 20px;
  cursor: pointer;
  transition: 0.5s;
}
.columnD #friendLinks .Arrow.prev {
  left: -6px;
  background: url(../img/arrow-right.png) no-repeat #ebebeb center center;
  background-size: 60%;
}
.columnD #friendLinks .Arrow.next {
  right: -6px;
  background: url(../img/arrow-left.png) no-repeat #ebebeb center center;
  background-size: 60%;
}
.columnD #friendLinks .Arrow.prev:hover {
  background: url(../img/arrow-right.png) no-repeat #224b8e center center;
  background-size: 70%;
}
.columnD #friendLinks .Arrow.next:hover {
  background: url(../img/arrow-left.png) no-repeat #224b8e center center;
  background-size: 70%;
}
.columnD #friendLinks .tempWrap {
  width: 1200px !important;
}

/*@media screen and (max-width:1920px){
	.siteWidth{ width: 1400px; }
	.columnC .nodeListpx li{width: 330px;}
	.columnC .nodeListpx .k1,
	.columnC .nodeListpx .li3{ margin-right:60px !important;}
	.columnD #friendLinks .tempWrap{ width:1400px !important;}
}*/

/*index.css*/
