@charset "utf-8";
/* CSS Document */
/* bigcolumn-wrap */
.bigcolumn-wrap {
  overflow: hidden;
}
.big-img-box {
  margin: 10px auto;
  position: relative;
  z-index: 2;
}
.big-img-box::before,
.big-img-box::after {
  content: '';
  width: 10px;
  height: 30px;
  position: absolute;
  background-image: linear-gradient(to top, #e70a06 0%, #c61412 100%);
  bottom: -15px;
  border-radius: 10px;
  box-shadow: rgba(195, 195, 195, 0.55) 0px 2px 4px;
}
.big-img-box::before {
  left: 25%;
}
.big-img-box::after {
  right: 25%;
}
.big-img-box img {
  width: 100%;
  display: block;
}
.big-news-wrap {
  background-color: #f5f5f5;
  overflow: hidden;
}
.big-news-inner {
  width: 1400px;
  background-color: #fff;
  height: 120px;
  margin-bottom: 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.big-news-inner > dt {
  height: 90px;
  overflow: hidden;
  margin: 15px;
  margin-top: 0;
  margin-bottom: 20px;
  display: block;
}
.big-news-inner > dt > a {
  font-size: 38px;
  font-weight: bold;
  color: #3848a0;
  height: 58px;
  line-height: 58px;
  overflow: hidden;
  display: inline-block;
}
.big-news-inner > dt > p {
  font-size: 20px;
  color: #555;
  margin: 0 90px;
  line-height: 36px;
}
.big-news-inner > dd {
  position: relative;
  float: right;
  width: 85px;
  height: 35px;
  bottom: 35px;
  right: 15px;
}
.big-news-inner > dd a {
  position: relative;
  color: #fff;
  width: 85px;
  height: 35px;
  line-height: 30px;
  /* position: absolute; */
  z-index: 3;
  display: inline-block;
  font-size: 16px;
  transition: all 0.2s;
}
.big-news-inner > dd a:hover {
  /* font-weight: bold; */
  margin-left: -10px;
}
.big-news-inner > dd a:hover::after {
  content: '';
  display: block;
  border: 5px solid transparent;
  border-right-width: 0;
  border-left-color: #fff;
  position: relative;
  left: 62px;
  top: -20px;
}
.big-news-inner > dd::before,
.big-news-inner > dd::after {
  content: '';
  position: absolute;
  width: 80px;
  height: 30px;
  background-color: #1457b5;
  border-radius: 30px 0;
  left: 0;
  top: 0;
  z-index: 1;
}
.big-news-inner > dd::after {
  left: 5px;
  top: 5px;
  background-color: #eee;
  z-index: 0;
}

.news-cloumn-box {
  position: relative;
}
.news-slide-box {
  height: 428px;
  margin: 30px 0;
}
.news-slide-count {
  font-size: 0;
  position: absolute;
  right: 268px;
  top: 45px;
  z-index: 5;
}
.news-cloumn-box .tns-nav {
  position: absolute;
  right: 90px;
  width: 400px;
  top: 100px;
  z-index: 5;
  /* background-color: #f0f; */
  overflow: hidden;
  text-align: center;
}
.news-cloumn-box .tns-nav button {
  width: 8px;
  height: 8px;
  border-radius: 8px;
  display: inline-block;
  border: 0;
  background-color: #e5e5e5;
  margin: 0 5px;
}
.news-cloumn-box .tns-nav button.tns-nav-active {
  background-color: #1457b5;
}
.news-cloumn-box .tns-controls {
  position: absolute;
  top: 100px;
  right: 35px;
  width: 620px;
  z-index: 5;
}
.news-cloumn-box .tns-controls button {
  width: 26px;
  height: 11px;
  background: url(icon-nart.png) 0 0 no-repeat;
  border: 0;
  background-color: transparent;
  float: right;
}
.news-cloumn-box .tns-controls button:first-child {
  float: left;
  transform: scaleX(-1);
}
.news-slide-count > li {
  display: inline-block;
}
.news-slide-count > .ns_current {
  font-size: 30px;
  color: #1457b5;
}
.news-slide-count > .ns_total {
  font-size: 24px;
  color: #d1d1d1;
}
.news-slide-count > .ns_total::before {
  content: '/';
  margin: 0 3px;
}
.ns-item {
  overflow: hidden;
  position: relative;
  height: 428px;
}
.ns-item > dt {
  width: 760px;
  height: 428px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.ns-item > dt img {
  width: 100%;
  height: 100%;
}
.ns-item > dd {
  position: absolute;
  right: 8px;
  top: 0;
  z-index: 2;
}
.ns-item-text {
  width: 670px;
  height: 360px;
  background-color: #fff;
  box-shadow: rgba(189, 204, 217, 0.18) 0px 0 8px;
  margin-top: 38px;
  box-sizing: border-box;
  padding: 80px 40px 0;
  border-bottom: 50px solid transparent;
  overflow: hidden;
}
.ns-item-text > dt {
  font-size: 24px;
  line-height: 1.5;
}
.ns-item-text > dd {
  margin-top: 22px;
  font-size: 18px;
  color: #555;
  line-height: 1.8;
  text-indent: 2em;
}
.ns-item > dd > a {
  display: block;
  width: 170px;
  height: 50px;
  background: #1457b5 url(icon-nartw.png) 128px center no-repeat;
  position: relative;
  z-index: 3;
  margin: -20px auto 0;
  padding-left: 50px;
  line-height: 50px;
  color: #fff;
  box-sizing: border-box;
  transition: all 0.3s;
}
.ns-item > dd > a:hover {
  border-radius: 4px;
  box-shadow: rgba(55, 55, 55, 0.3) 0px 0 8px;
  margin-top: -25px;
}
.common-tabnews-box {
  overflow: hidden;
  margin: 30px auto;
}
.news-tab-title {
  font-size: 0;
  text-align: center;
}
.news-tab-title > li {
  display: inline-block;
  font-size: 24px;
  color: #333;
  line-height: 36px;
  padding: 0 46px;
  position: relative;
}
.news-tab-title > li::before {
  content: '';
  position: absolute;
  width: 1px;
  height: 24px;
  background-color: #e5e5e5;
  left: 0;
  top: 6px;
}
.news-tab-title > li:first-child::before {
  display: none;
}
.news-tab-title > li.cur,
.news-tab-title > li.cur a {
  font-weight: bold;
  color: #1457b5;
}
.news-tab-box {
  margin: 20px 6px 0;
  background-color: #fff;
  height: 290px;
  font-size: 0;
  box-shadow: 0px 0px 12px 0px rgba(229, 229, 229, 0.75);
}

.news-tab-item {
  width: 347px;
  display: inline-block;
  font-size: 16px;
  box-sizing: border-box;
  padding: 30px;
}
.news-tab-item > dt {
  color: #c3c3c3;
  height: 60px;
  line-height: 60px;
}
.news-tab-item > dt > b {
  font-size: 52px;
  margin-right: 10px;
}
.news-tab-item > dd {
  margin-top: 20px;
}
.news-tab-item > dd > a {
  font-weight: bold;
  color: #000;
  line-height: 1.5;
  height: 60px;
  overflow: hidden;
  display: block;
  font-size: 20px;
}
.news-tab-item > dd > a:hover {
  color: #1457b5;
}
.news-tab-item > dd > p {
  margin-top: 10px;
  height: 120px;
  overflow: hidden;
  color: #666;
  line-height: 1.5;
  height: 70px;
}
.tab3-con-box {
  overflow: hidden;
}
.tab3-title-wrap {
  height: 50px;
  line-height: 50px;
  background-color: #f5f9ff;
  border-bottom: 5px solid #ecf1f7;
  padding-bottom: 5px;
  position: relative;
}
.tab3-title-box {
  font-size: 0;
  height: 60px;
}
.tab3-title-box > li {
  font-size: 26px;
  display: inline-block;
  width: 33.3%;
  text-align: center;
  height: 55px;
  border-bottom: 5px solid transparent;
  cursor: pointer;
  line-height: 56px;
  transition: all 0.3s ease-in-out;
}
.tab3-title-box > li.cur {
  border-bottom-color: #1557b3;
  background-color: #3073d0;
  color: #fff;
  font-weight: bold;
}
.tab3-title-line {
  height: 5px;
  width: 33%;
  margin: 0;
  padding: 0;
  background: #2f73d2;
  position: absolute;
  left: 0;
  bottom: -5px;
}
.topic-slide-wrap {
  overflow: hidden;
  position: relative;
  height: 360px;
  margin: 30px auto;
}
.topic-slide-box {
  width: 640px;
  position: absolute;
  left: 0;
  top: 0;
}
.topic-slide-box .item {
  height: 360px;
}
.topic-slide-box .item img {
  width: 100%;
  height: 100%;
}
.topic-slide-dot {
  position: absolute;
  top: 0;
  right: 0;
  width: 720px;
  background: url(bg-sunmout.png) center center no-repeat;
  background-size: cover;
  height: 360px;
}
.topic-slide-dot > li {
  /* display: block; */
  font-size: 20px;
  line-height: 2;
  position: relative;
  transition: all 0.8s cubic-bezier(0.7, 0.5, 0.2, 1);
}
.topic-slide-dot > li.tns-nav-active {
  font-weight: bold;
}
.topic-slide-dot > li.tns-nav-active b {
  color: #1457b5;
  font-weight: bold;
}
.topic-slide-dot > li b {
  margin-right: 1rem;
  font-size: 30px;
  color: #555;
  margin-top: 0.5rem;
  font-weight: normal;
  cursor: default;
  margin-left: 0.5rem;
}
.topic-slide-dot > li::after {
  transition: all 0.8s cubic-bezier(0.7, 0.5, 0.2, 1);
  content: '';
  width: 0;
  height: 100%;
  background: #e6ecf5;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.topic-slide-dot > li:hover {
  padding: 0 0.5rem;
}
.topic-slide-dot > li:hover::after {
  background: #e6ecf5;
  width: 100%;
}
.more-button {
  position: absolute;
  width: 85px;
  height: 50px;
  bottom: 0;
  left: 700px;
}
.more-button a {
  position: relative;
  color: #fff;
  width: 85px;
  height: 35px;
  line-height: 30px;
  /* position: absolute; */
  z-index: 3;
  display: inline-block;
  font-size: 16px;
  transition: all 0.2s;
  text-align: center;
}

.more-button a:hover {
  /* font-weight: bold; */
  margin-left: -10px;
}
.more-button a:hover::after {
  content: '';
  display: block;
  border: 5px solid transparent;
  border-right-width: 0;
  border-left-color: #fff;
  position: relative;
  left: 62px;
  top: -20px;
}
.more-button::before,
.more-button::after {
  content: '';
  position: absolute;
  width: 80px;
  height: 30px;
  background-color: #1457b5;
  border-radius: 30px 0;
  left: 0;
  top: 0;
  z-index: 1;
}
.more-button::after {
  left: 5px;
  top: 5px;
  background-color: #eee;
  z-index: 0;
}
.disclose-items {
  font-size: 0;
  overflow: hidden;
}
.disclose-items > li {
  display: inline-block;
  font-size: 20px;
  width: 16%;
  height: 4rem;
  text-align: center;
  line-height: 4rem;
  overflow: hidden;
  background: #4185e5 url(bg-texture.png) center center no-repeat;
  background-size: cover;
  border-radius: 5px;
  transition: all 0.3s;
}
.disclose-items > li:not(:first-child) {
  margin-left: 0.8%;
}
.disclose-items > li a {
  color: #fff;
  font-weight: bold;
}
.disclose-items > li:hover {
  background-color: #4e93f4;
}
.disclose-news-box {
  overflow: unset;
}
.disclose-news-box .news-tab-title {
  text-align: left;
}
.disclose-news-box .news-tab-title > li {
  padding: 0 36px;
}
.home-common-medias {
  overflow: hidden;
  height: 410px;
}
.home-common-medias > dt {
  width: 1020px;
  position: relative;
}
.home-common-medias .tns-controls button {
  width: 60px;
  height: 60px;
  border: 0;
  background: url(cir-nar-lt.png) center center no-repeat;
  position: absolute;
  left: 0;
  top: -60px;
  right: auto;
  bottom: 0;
  margin: auto;
  z-index: 2;
}
.home-common-medias .tns-controls button:last-child {
  left: auto;
  right: 0;
  background: url(cir-nar-rt.png) center center no-repeat;
}
.cloumn-topic {
  overflow: hidden;
}
.cloumn-topic img {
  width: 100%;
  height: 180px;
  display: block;
  transition: all 0.5s linear;
}
.cloumn-topic img:hover {
  transform: rotate3d(-3, 10, 0, 15deg);
  /* transform: rotate(5deg) scale(1.1); */
  position: relative;
  z-index: 0;
  box-shadow: rgba(17, 12, 46, 0.15) 10px 14px 10px 0px;
}

@keyframes horizontal-spin {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(-360deg);
  }
}
.cloumn-topic p {
  height: 246px;
  overflow: hidden;
  font-size: 16px;
  color: #c5c5c5;
  line-height: 1.5;
  padding: 0 0.5em;
}
.cloumn-topic p a {
  display: block;
  font-size: 20px;
  color: #333;
  margin: 30px 0 10px;
}
.cloumn-topic p a:hover {
  color: #1457b5;
}
.home-common-medias > dd {
  width: 350px;
}
.home-media-box {
  height: 196px;
  margin-bottom: 18px;
  overflow: hidden;
  position: relative;
}
.home-media-box > dt {
  position: relative;
  width: 100%;
  height: 100%;
}
.home-media-box > dt img {
  width: 100%;
  height: 100%;
  transition: transform 0.5s;
}
.home-media-box > dt:hover img {
  transform: scale(1.1);
}
.home-media-box > dt b {
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  display: block;
  width: 100%;
  font-weight: normal;
  text-align: center;
}
.home-media-box > dt b a {
  color: #fff;
}
.home-media-box > dd {
  position: absolute;
  z-index: 2;
  background-color: rgba(195, 195, 195, 0.55);
  left: 0;
  top: 0;
  font-size: 14px;
  background: #bd1a2d;
  padding: 5px 10px;
  height: 20px;
  line-height: 20px;
}
.home-media-box > dd a {
  color: #fff;
}
.home-media-box > dd a:hover {
  font-weight: bold;
}
.home-media-box > dt b a:hover {
  font-weight: bold;
}
.home-service-title {
  font-size: 0;
  background: url(zwfwtit.png) 0px 40px repeat-x;
  height: 50px;
  margin: 30px 0 20px;
  width: 471px;
}
.home-service-title > li {
  font-size: 20px;
  display: inline-block;
  background: #e5e5e5;
  width: 141px;
  height: 40px;
  line-height: 40px;
  margin-right: 16px;
  text-align: center;
}
.home-service-title > li.cur {
  background-color: #2072e4;
}
.home-service-title > li.cur a {
  color: #fff;
}
.home-service-items {
  font-size: 0;
}
.home-service-items > li {
  display: inline-block;
  width: 335px;
  margin-left: 20px;
  font-size: 18px;
  box-sizing: border-box;
  border: 1px solid #e5e5e5;
  text-align: center;
  height: 60px;
  line-height: 60px;
  margin-bottom: 20px;
  transition: all 0.3s;
  overflow: hidden;
}
.home-service-items > li img {
  width: 30px;
  height: 30px;
  margin-top: 15px;
  /* margin-left: 100px; */
  display: inline-block;
  margin-right: 10px;
}
.home-service-items > li a {
  display: inline-block;
  vertical-align: top;
}
.home-service-items > li:nth-child(4n + 1) {
  margin-left: 0;
}
.home-service-items > li:hover {
  background-color: #2072e4;
}
.home-service-items > li:hover img {
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(131deg)
    brightness(105%) contrast(106%);
}
.home-service-items > li:hover a {
  color: #fff;
}
.service-hot-link {
  font-size: 0;
  background-color: #2072e4;
  color: #eef5ff;
  height: 50px;
  line-height: 50px;
  margin: 10px 0 30px;
}
.service-hot-link > dt,
.service-hot-link > dd {
  display: inline-block;
  font-size: 16px;
}
.service-hot-link > dt {
  font-size: 18px;
  font-weight: bold;
  margin-left: 20px;
}
.service-hot-link > dd a {
  color: #eef5ff;
  margin-left: 20px;
}
.service-hot-link > dd a:hover {
  font-weight: bold;
  color: #fff;
}
.service-topic-items {
  overflow: hidden;
  box-shadow: 0px 0px 12px 0px rgba(229, 229, 229, 0.75);
  margin: 0 6px;
  font-size: 0;
  margin-bottom: 30px;
  padding: 30px 0;
}
.service-topic-item {
  width: 461px;
  border-right: 1px solid #e5e5e5;
  display: inline-block;
  height: 200px;
  font-size: 18px;
  box-sizing: border-box;
  overflow: hidden;
  padding: 0 30px;
}
.service-topic-item > dt {
  width: 200px;
  float: left;
}
.service-topic-item > dt dl dt {
  font-size: 22px;
  margin-top: 10px;
}
.service-topic-item > dt dl dd {
  font-size: 16px;
  color: #999;
  max-height: 56px;
  line-height: 28px;
  overflow: hidden;
  margin: 10px 0;
}
.service-topic-item > dt ul li {
  font-size: 16px;
  line-height: 30px;
}
.service-topic-item:last-child {
  border-right: 0;
}
.service-topic-item > dd {
  float: right;
}
.service-topic-item > dd img {
  width: 160px;
  transition: all 0.5s linear;
}
.service-topic-item:hover > dd img {
  transform: rotate3d(-5, -10, 0, 35deg);
}
.home-interaction-box {
  overflow: hidden;
  margin: 30px auto 20px;
  padding: 6px 0;
}
.home-interaction-box > dt {
  height: 450px;
  width: 600px;
  box-shadow: 0px 0px 12px 0px rgba(229, 229, 229, 0.75);
  margin-left: 6px;
  background: url(bg-online-talk.png) center center no-repeat;
  background-size: 96% 96%;
  padding: 20px;
  box-sizing: border-box;
}
.home-interaction-box > dd {
  height: 450px;
  width: 770px;
  box-shadow: 0px 0px 12px 0px rgba(229, 229, 229, 0.75);
  margin-right: 6px;
}
.home-online-talk-title {
  font-weight: bold;
  font-size: 22px;
}
.home-online-talk-title a {
  color: #1457b5;
}
.onlinetalk-item > dt {
  height: 176px;
  box-sizing: border-box;
  margin: 50px 20px 10px;
  width: 520px;
}
.onlinetalk-item > dt b {
  float: left;
  width: 164px;
  height: 176px;
  overflow: hidden;
}
.onlinetalk-item > dt b a {
  color: #3d67a6;
  font-size: 18px;
  line-height: 1.5;
  display: inline-block;
  margin: 1em 0;
  height: 140px;
  overflow: hidden;
}
.onlinetalk-item > dt img {
  float: right;
  width: 316px;
  height: 176px;
  box-shadow: 0px 3px 6px 0px rgba(85, 113, 169, 0.75);
}
.onlinetalk-item > dd {
  background-color: #dbe4f0;
  height: 96px;
  width: 520px;
  margin: 20px 20px 10px;
  overflow: hidden;
  border-radius: 25px;
  box-sizing: border-box;
  line-height: 1.8;
  padding: 0.35rem 1rem;
}
.online-dot {
  width: 520px;
  overflow: hidden;
  text-align: center;
  margin: 0 auto;
}
.online-dot li {
  width: 8px;
  height: 8px;
  border-radius: 8px;
  display: inline-block;
  border: 0;
  background-color: #7b8fac;
  margin: 0 5px;
}
.online-dot li.tns-nav-active {
  background-color: #142a4a;
  width: 10px;
  height: 10px;
  border-radius: 10px;
}

.home-interaction-box > dd {
  padding: 20px;
  box-sizing: border-box;
}
.interaction-tab-title {
  font-size: 0;
}
.interaction-tab-title > li {
  display: inline-block;
  font-size: 22px;
  color: #333;
  line-height: 30px;
  padding: 0 26px;
  position: relative;
}
.interaction-tab-title > li::before {
  content: '';
  position: absolute;
  width: 1px;
  height: 24px;
  background-color: #e5e5e5;
  left: 0;
  top: 6px;
}
.interaction-tab-title > li:first-child::before {
  display: none;
}
.interaction-tab-title > li.cur,
.interaction-tab-title > li.cur a {
  font-weight: bold;
  color: #1457b5;
}
.interaction-tab-box {
  margin: 20px 0 0;
  /* background-color: #f00; */
  height: 260px;
  overflow: hidden;
}
.interaction-tab-item li {
  font-size: 18px;
  line-height: 2;
  height: 36px;
  overflow: hidden;
}
.interaction-tab-item li::before {
  content: '';
  width: 5px;
  height: 5px;
  display: block;
  background-color: #999;
  float: left;
  border-radius: 5px;
  margin-top: 15px;
  margin-right: 10px;
}
.interaction-tab-item li span {
  float: right;
  color: #999;
  font-size: 16px;
}
.interaction-tab-banner {
  margin-top: 10px;
  height: 100px;
  width: 100%;
}
.interaction-tab-banner img {
  width: 100%;
  height: 100%;
}
.interaction-items-link {
  box-shadow: 0px 0px 12px 0px rgba(229, 229, 229, 0.75);
  margin: 0 6px 30px;
  font-size: 0;
  overflow: hidden;
  padding: 30px 0;
}
.interaction-items-link li {
  display: inline-block;
  font-size: 22px;
  width: 25%;
  box-sizing: border-box;
  height: 208px;
  border-right: 1px solid #e5e5e5;
  overflow: hidden;
}
.interaction-items-link li:last-child {
  border-right: 0;
}
.interaction-items-link li img {
  display: block;
  height: 150px;
  max-width: 60%;
  margin: 0 auto;
  transition: all 0.5s linear;
}
.interaction-items-link li > a {
  margin-left: 15%;
  display: inline-block;
  margin-top: 20px;
}
.interaction-items-link li:hover img {
  transform: rotate3d(-5, -10, 0, 35deg);
}
