.main {
  background: #f7f9ff url(index_bg.png) repeat top center;
  background-size: cover;
  /* height: 4400px; */
}
.main .content {
  width: 1400px;
  margin: 0 auto;
  padding-top: 22px;
  overflow: hidden;
}
.main .content .item-wrap {
  margin-bottom: 24px;
}
.main .content .item-wrap.n1 {
  height: 427px;
  background: #ffffff;
  border-radius: 20px 20px 20px 20px;
}

.main .content .item-wrap .iw-cont {
  padding: 28px;
  display: flex;
  justify-content: space-between;
}
.main .content .n1 .left {
  width: 220px;
  overflow: hidden;
}
.main .content .n1 .left .title {
  font-size: 20px;
  color: #000000;
  background: url(title_bg_icon.png) no-repeat bottom left;
  padding-bottom: 20px;
}
.main .content .n1 .left .title i {
  display: inline-block;
  width: 23px;
  height: 20px;
  background: url(title_icon.png) no-repeat top center;
  margin-right: 10px;
  vertical-align: middle;
}
.main .content .n1 .left .item {
  margin-top: 15px;
}
.main .content .n1 .left .item p {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;

}
.main .content .n1 .left .item span {
  font-size: 16px;
  color: #545454;
  line-height: 28px;
}

.main .content .n1 .middle .banner {
  width: 600px;
  height: 371px;
  overflow: hidden;
}
.main .content .n1 .middle .banner .item {
  position: relative;
  text-align: center;
  background-color: #ffffff;
}
.main .content .n1 .middle .banner .item img {
  max-width: 600px;
  height: 371px;
}
.main .content .n1 .middle .banner .item .title {
  position: absolute;
  bottom: 20px;
  text-align: left;
  width: 100%;
  font-size: 16px;
  color: #ffffff;
  background: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.9));
  padding: 5px;
}
.main .content .n1 .right {
  width: 692px;
}
.main .content .tab-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e6e9ed;
  margin-bottom: 25px;
}
.main .content .tab-wrap .more .a-more {
  color: #0086e1;
  font-size: 18px;
}
.a-more i {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(more_icon.png) no-repeat center;
  margin-left: 5px;
}
.main .content .tab-wrap .tab {
  background: url(title_bg_icon.png) no-repeat bottom left;
  padding-bottom: 20px;
}
.main .content .tab-wrap .tab ul {
  display: flex;
  padding-left: 35px;
  border-left:10px solid #0086E1;
}
.main .content .tab-wrap .tab ul li {
  font-size: 20px;
  margin-right: 80px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.main .content .tab-wrap .tab ul li.current {
  color: #0086e1;
}
.main .content .tab-wrap .tab ul li.current::after {
  content: '';
  display: block;
  width: 43px;
  height: 6px;
  background: #0086e1;
  border-radius: 4px 4px 4px 4px;
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -21.5px;
}
.ts-tab-cont .cont {
  display: none;
}
.tab-cont .cont .item .item-a {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
}
.tab-cont .cont .item {
  margin-bottom: 20px;
}
.tab-cont .cont .item .item-a span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tab-cont .cont .item .item-a span i {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #0086e1;
  border-radius: 50%;
  margin-right: 10px;
}
.tab-cont .cont .item .item-a em {
  font-style: normal;
  font-size: 16px;
  color: #777777;
  display: inline-block;
  width: 100px;
  text-align: right;
  flex-shrink: 0;
}
.main .content .item-wrap.n2 {
  background: #fff;
}
.tab-cont-wrap {
  width: 100%;
}
.tab-cont-wrap .more {
  display: flex;
  align-items: center;
}
.tab-cont-wrap .more .m-s {
  position: relative;
  margin-right: 30px;
}
.tab-cont-wrap .more .tab-search {
  width: 240px;
  height: 29px;
  background: #f2f6ff;
  border-radius: 20px 20px 20px 20px;
  border: 1px solid #0086e1;
  padding: 0 40px 0 20px;
}
.tab-cont-wrap .more .m-s .tab-search-btn {
  width: 12px;
  height: 12px;
  background: url(search_icon.png) no-repeat center;
  border: 0 none;
  background-size: contain;
  position: absolute;
  top: 10px;
  right: 15px;
  cursor: pointer;
}
.layui-table td,
.layui-table th,
.layui-table-col-set,
.layui-table-fixed-r,
.layui-table-grid-down,
.layui-table-header,
.layui-table-mend,
.layui-table-page,
.layui-table-view,
.layui-table-tips-main,
.layui-table-tool,
.layui-table-total {
  border: 0 none;
}
.layui-table-page {
  text-align: right;
}
.layui-table thead {
  background-color: #e6f3fc;
}
.layui-table tr:nth-child(even) {
  background-color: #f1f9ff;
}
/* .layui-table td {
  font-size: 18px;
} */
.layui-table-cell {
  line-height: normal;
  height: auto !important;
  padding: 15px;
}
.layui-table td,
.layui-table th {
  font-size: 16px;
}
.main .content .n3 {
  display: flex;
  justify-content: space-between;
}
.main .content .n3 .iw-cont {
  width: 692px;
  height: 509px;
  overflow: hidden;
  background: #ffffff;
  border-radius: 20px 20px 20px 20px;
}

.main .content .right-list .tab-wrap .tab ul li {
  margin-right: 34px;
}
.main .n4 .item-img {
  /* height: 225px; */
  width: 1400px;
  margin: 0 auto;
  /* background: url(d_bg.jpg) no-repeat center; */
  background-size: contain;
  justify-content: space-between;
  margin-bottom: 20px;
  display: flex;
}
.main .n4 .item-img a {
  display: inline-block;
  width: 340px;
  height: 140px;
}
.main .n4 .item-img a:nth-child(1) {
  background: url(link1.png) no-repeat center;
  background-size: contain;
}
.main .n4 .item-img a:nth-child(2) {
  background: url(link2.png) no-repeat center;
  background-size: contain;
}
.main .n4 .item-img a:nth-child(3) {
  background: url(link3.png) no-repeat center;
  background-size: contain;
}
.main .n4 .item-img a:nth-child(4) {
  background: url(link4.png) no-repeat center;
  background-size: contain;
}
.main .n4 .item-img .item {
  display: block;
  /* width: 408px; */
  height: 140px;
  /* background-color: #0086e1; */
  /* margin-top: 52px; */
  /* margin-left: 52px; */
  /*text-indent: -9999px;*/
}
.main .n4 .item-img .item .item-d{
  color: #0091FF;
  font-size: 20px;
  margin: 30px 0 0 20px;
  line-height: 30px;
  font-weight: 600;
  width: 230px;
}
.main .n4 .item-img .item .item-d p{
  text-align: right;
  margin-top: 8px;
}
.main .links {
  height: 235px;
  background: url(links_bg.png)  center;
   background-size: 100% 100%;
}
.main .links .f-links {
  width: 1400px;
  margin: 0 auto;
  overflow: hidden;
}

.main .links .f-links ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 68px;
}
.main .links .f-links ul li {
  width: 420px;
  margin-bottom: 40px;
  font-size: 18px;
  display: flex;
  align-items: center;
}
.main .links .f-links ul li a{
  display: flex;
  align-items: center;
  color: #565656;
}
.main .links .f-links ul li i {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(links_icon.png) no-repeat center;
  background-size: contain;
  margin-right: 10px;
}


.slideBox .bd ul {height: 373px; }
.slideBox .bd img { width: 100%;height: 373px;}
.prev{ position: absolute;left: 0; top: 160px; z-index: 999;}
.next{ position: absolute;right: 0; top: 160px; z-index: 999;}
.slideBox{ width: 614px; height:373px; background: url(slidebg.png) center center no-repeat; position:relative;}
.slideBox .bd{ position:relative; height:100%; z-index:0; }
.slideBox .bd ul{height:373px;}
.slideBox .bd ul li{ position:relative; height: 373px; text-align: center;}
.new_pic{position: relative;}
.new_pic img{ width: 100%; height: 100%;}
.pos_txt{position: absolute;height: 50px;width: 100%;bottom: 0;left: 0;line-height: 50px;padding-left: 20px;font-size: 20px;background-color: #000; opacity: 0.7; text-align: left;}
.pos_txt a{ color:#fff; }
.pos_txt a:hover{ color:#fff;}
.slideBox .hd{position:absolute; bottom:13px;right: 10px;}
.slideBox .hd ul{float:right;}
.slideBox .hd ul li{ float:left;width: 24px; height: 24px; line-height: 20px; border-radius: 100%; color: #f7d06a; font-size: 13px; border: 1px solid #BD1A2D; color:#fff; margin-right: 15px; cursor: pointer;}
.new_txt{ text-align: center; color:#333; font-size: 14px;}
.slideBox .hd ul li.on{ background-color: #BD1A2D;}

.adv{ position:fixed; right: 0; top: 316px; width: 180px; height: 180px; border: 1px solid #999; background-color: #fff;}