  /* 南京新突破网络 */
/* 网址：https://www.x-tp.cn/ */

@charset "utf-8";

/* 首页 */
body {
  background: url(/template/demo/html/images/bodyBG.jpg) no-repeat top center;
  background-size: 100%;
}

@media screen and (max-width:1500px) {
  body {
    background-size: auto;
  }
}

a {
  color: #333;
  /* transition: all .4s; */
}

a:hover {
  color: #0B4793 !important;
}

.colorHC {
  color: #0B4793;
}

/* 头部 */

.header {
  width: 100%;
  position: relative;
}

.navActive {
  background-color: #093C7D;
}

.header .topbox {
  height: 120px;
}

.header .logo h1 {
  text-indent: -9999px;
}

.header .logo a {
  display: block;
  width: 280px;
  height: 78px;
  background: url(/template/demo/html/images/logo.png) no-repeat center;
  background-size: 100%;
}

.header .search {
  width: 280px;
  height: 42px;
  line-height: 42px;
  font-size: 14px;
  border-radius: 42px;
  overflow: hidden;
  position: relative;
}

.header .search input {
  width: 100%;
  height: 42px;
  padding: 0 20px;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, .5);
  transition: 0.4s;
}

.header .search input:focus {
  background-color: #fff;
}

.header .search button {
  position: absolute;
  right: 15px;
  font-size: 24px;
  color: #738EB0;
  cursor: pointer;
  background: transparent;
  border: none;
  height: 100%;
}

.header .nav {
  background: #0B4793;
  position: relative;
}

.header .nav .navlist {
  font-size: 18px;
  padding: 0;
  width: 14.5%;
  text-align: center;
}

.header .nav .navlist>a {
  display: block;
  color: #fff !important;
  line-height: 64px;
  height: 64px;
}

.header .nav .navlist>a span {
  font-size: 24px;
  margin-right: 5px;
}

.header .nav .navlist:hover {
  background: #093C7D;
}

.header .subnav {
  position: absolute;
  left: 0px;
  top: 64px;
  width: 100%;
  text-align: center;
  box-shadow: 0 8px 10px rgba(0, 0, 0, .1);
  border-radius: 0 0 5px 5px;
  overflow: hidden;
  /* padding: 5px 0; */
  background: #fff;
  transition: all .4s;
  height: 0px;
  line-height: 64px;
  font-size: 16px;
  z-index: 100;
}

.header .subnav .flex {
  justify-content: center;
}

.header .subnav li {
  padding: 0 10px;
}

.header .nav .navlist:hover .subnav {
  height: 64px;
}

/* 主体 */

/* 第一部分 */

.indexBox01 .slideshow {
  width: 620px;
  height: 390px;
  overflow: hidden;
  background: #eee;
  position: relative;
  margin: 0;
}

.indexBox01 .slideshow a {
  display: block;
}

.indexBox01 .slideshow .slideImg {
  display: block;
  width: 100%;
  height: 390px;
  object-fit: fill;
}

.indexBox01 .slideTitle {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .6);
  width: 100%;
  height: 42px;
  line-height: 42px;
  padding: 0 20px;
  box-sizing: border-box;
  color: #fff;
}

.indexBox01 .slideTitle p {
  width: 75%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.pagination {
  width: auto !important;
  right: 15px !important;
  left: auto !important;
}

.indexBox01 .swiper-pagination-bullet {
  width: 16px;
  height: 6px;
  border-radius: 0;
  background-color: rgba(255, 255, 255, 1);
  opacity: .8;
}

.indexBox01 .swiper-pagination-bullet-active {
  background-color: #0070FF;
  opacity: 1;
}

.indexBox01 .ListBox {
  width: 550px;
  height: 390px;
}

.indexBox01 .ListBox .listTitle {
  height: 36px;
  line-height: 1.5;
  border-bottom: 1px solid #D6E1F0;
  margin-bottom: 30px;
  background-color: transparent;
}

.listTitle a {
  position: relative;
  margin-right: 30px;
}

.listActive {
  font-weight: bold;
  color: #0B4793;
}

.listActive::after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background-color: #0B4793;
  position: absolute;
  left: 0;
  bottom: -12px;
}

.listTitle .falvicon {
  color: #D7E1F1;
  font-size: 22px;
}

.newList {
  line-height: 1.7;
  font-size: 15px;
  overflow: hidden;
  align-items: flex-start;
}

.news01,
.news02 {
  width: 100%;
}

.newList li {
  position: relative;
}

.newList li::before {
  content: "";
  display: block;
  background: #bbc3cf;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -7px;
}

.newList li a {
  margin-left: 10px;
  width: 76%;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.newList li .date {
  font-size: 14px;
  color: #999;
}

.indexBox01 .newList li:first-of-type a {
  font-weight: bold;
  color: #0B4793;
  font-size: 18px;
}

/* 第二部分 */

.ListBox,
.ListBoxTZ {
  width: 382px;
  height: 325px;
}

.ListBox .listTitle,
.ListBoxTZ .listTitle {
  font-size: 18px;
  background: #EEF3FB;
  height: 50px;
  line-height: 50px;
  padding-left: 16px;
  box-sizing: border-box;
  margin-bottom: 20px;
}

.BlueBox {
  position: relative;
}

.BlueBox .listTitle {
  padding-left: 0;
}

.BlueBox .listTitle a {
  display: inline-block;
  background-color: #0B4793;
  color: #fff !important;
  height: 50px;
  padding: 0 16px;
}

.BlueBox .newUP {
  position: relative;
  width: 100%;
  height: 250px;
}

.BlueBox .newUP .news01 {
  position: absolute;
  top: 0;
  left: 0;
}

/* 第三部分 */
.midbanner {
  width: 1200px;
  height: 100px;
  background-color: #eee;
}

.midbanner img {
  width: 100%;
  height: 100px;
  object-fit: fill;
}

/* 第五部分 */
.AboutXiehui ul {
  flex-wrap: wrap;
}

.AboutXiehui li {
  width: 30%;
  text-align: center;
  background-color: #8EC9FF;
  margin-bottom: 20px;
  font-size: 15px;
}

.AboutXiehui li a {
  color: #fff !important;
  display: block;
  line-height: 70px;
}

.AboutXiehui li a span {
  margin-right: 3px;
  font-size: 20px;
}

.AboutXiehui li:nth-of-type(2) {
  background-color: #AB95E3;
}

.AboutXiehui li:nth-of-type(3) {
  background-color: #F77886;
}

.AboutXiehui li:nth-of-type(4) {
  background-color: #F6BB43;
}

.AboutXiehui li:nth-of-type(5) {
  background-color: #5FCAB0;
}

.AboutXiehui li:nth-of-type(6) {
  background-color: #65D1E5;
}

.AboutXiehui li:nth-of-type(7) {
  background-color: #F77886;
}

.AboutXiehui li:nth-of-type(8) {
  background-color: #F6BB43;
}

.AboutXiehui li:nth-of-type(9) {
  background-color: #A4CD75;
}

.ContactList p {
  line-height: 28px;
}

.ContactList .imgmap {
  position: absolute;
  left: 0;
  bottom: 0;

}

.ContactList .imgmap img {
  width: 100%;
}

.ServiceList li {
  margin-bottom: 14px;
}

.ServiceList li img {
  width: 100%;
}

/* 友情链接 */
.linkBox {
  background: #f5f5f5;
  padding: 18px;
}

.linkBox li {
  width: 23%;
}

.linkBox li select {
  width: 100%;
  height: 40px;
  border: none;
  font-size: 15px;
  color: #666;
  padding: 0 15px;
}

/* 底部 */
.footer {
  text-align: center;
  color: rgba(255, 255, 255, .65);
  background: #0B4793;
  font-size: 14px;
  padding: 50px;
  line-height: 2;
}

.footer a {
  color: rgba(255, 255, 255, .65);
}

.footer a:hover {
  color: rgba(255, 255, 255, 1) !important;
}

/* 侧栏悬浮 */

.Floating {
  position: fixed;
  top: 50%;
  right: 30px;
  margin-top: -100px;
}

.Floating .item {
  width: 70px;
  height: 70px;
  text-align: center;
  background: #fff;
  margin-bottom: 5px;
  border-radius: 5px;
  font-size: 14px;
  padding: 10px 0 0 0;
  box-sizing: border-box;
  line-height: 1.3;
  position: relative;
  cursor: pointer;
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.Floating .item span {
  display: block;
  font-size: 24px;
  color: #0B4793;
}

.Floating .item:hover {
  background: #0B4793;
}

.Floating .item:hover a,
.Floating .item:hover a span {
  color: #fff !important;
}

.Floating .item .ewm {
  width: 155px;
  height: 155px;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  position: absolute;
  right: 75px;
  top: 0;
  box-shadow: 0 0 20px rgba(0, 0, 0, .1);
  display: none;
}

.Floating .item .ewm img {
  width: 100%;
}

.Floating .item:first-of-type:hover .ewm {
  display: block;
}

/* 内页样式 */

.container {
  min-height: 62vh;
  /* padding-bottom: 50px; */
}

@media screen and (max-width:1900px) {
  .container {
    min-height: 48vh;
  }
}

/* 面包屑 */
.crumbs {
  padding: 20px 0;
  color: #666;
}

.crumbs a {
  color: #666;
}

.crumbs span {
  color: #0B4793;
}

/* 内页主体 */
.innerLeft {
  width: 260px;
  background: #EEF3FB;
}

.leftTit {
  text-align: center;
  background: #0B4793;
  height: 100px;
  line-height: 100px;
  font-size: 26px;
  color: #fff;
}

.innerNav {
  padding: 10px 0 100px;
}

.innerNav li a {
  display: block;
  padding: 20px 25px;
  width: 100%;
  border-bottom: 1px solid #fff;
  box-sizing: border-box;
}

.innerNav li a span {
  float: right;
  color: #999;
  font-size: 14px;
  line-height: 24px;
}

.innerNav li a::after {
  content: "";
  display: block;
}

.innerNav li:hover a,
.innerAvtive {
  background: #fff;
  color: #0B4793;
  font-weight: bold;
}

.innerNav li:hover a span,
.innerAvtive span {
  color: #0B4793 !important;
}


/* 右侧 */
.innerRight {
  width: 920px;
  background: #fff;
  padding: 30px;
  box-sizing: border-box;
  border: 1px solid #eee;
  min-height: 60vh;
}

.rightTit {
  font-size: 24px;
  margin-bottom: 30px;
}

.rightCon {
  line-height: 2;
}

.rightCon img {
  max-width: 100%;
  margin: 1em 0;
}

.bottomLine {
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}

.innerNews li {
  height: 50px;
  line-height: 50px;
  background-color: #F6F9FD;
  padding: 0 15px;
}

.innerNews li a {
  width: 82%;
}

.innerNews li:nth-of-type(2n) {
  background-color: #fff;
}

.innerNews li::before {
  left: 12px;
  margin-top: -2px;
}

.pageBox {
  text-align: center;
  margin: 40px;
}

.detail .rightTit {
  margin-bottom: 10px;
}

.detail .context {
  font-size: 14px;
  color: #999;
}

.detailpage {
  padding: 30px 0 0;
  margin-top: 50px;
  border-top: 1px solid #eee;
}

.detailpage p {
  font-size: 15px;
  color: #666;
  width: 85%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 2;
}

.detailpage p a {
  color: #666;
}

.closePage {
  color: #999;
  font-size: 14px;
  margin-top: -30px;
  cursor: pointer;
}
.inner1200{
  width: 1200px!important;
  margin: 0 auto;
}

/* 留言 */

.liuyan input,
.liuyan textarea {
  width: 100%;
  background: #F6F9FD;
  padding: 0 25px;
  height: 60px;
  margin-bottom: 15px;
  box-sizing: border-box;
  border-radius: 5px;
}

.liuyan textarea {
  height: 180px;
}

.liuyan #submit {
  width: 100%;
  height: 65px;
  border: none;
  background: #0B4793;
  color: #fff;
  border-radius: 5px;
}

.liuyan #submit:hover {
  background: #1557ad;
}

.liuyan #submit:active {
  background-color: #093C7D;
}

.liuyanRed {
  color: #eb4444 !important;
  background: #ffdede !important;
}

.inptext{
  position: relative;
}
.inptext span{
  position: absolute;
  line-height: 60px;
  right: 20px;
  top: 0;
  font-size: 14px;
  color: #eb4444;
}
.liuyan .VeCode{
  position: relative;
}
.liuyan .VeCode img{
  position: absolute;
  top: 8px;
  right: 15px;
}