

.content-header {
  height: 217px;
  margin: 0 auto;
  position: relative;
  background: #F7FBFF url(../images/banner.png) 50% top no-repeat;
  margin-bottom: 40px;

}

.content-header img {
  position: absolute;
  top: 48%;
  left: 24%;
  transform: translateY( -45% );
  margin: 0 auto;
}

.content-box {
  width: 1200px;
  height: auto;
  margin: 0 auto;
}

.content-box h3 {
  width: 100%;
  height: 50px;
  display: flex;
  margin-bottom: 25px;

}

.content-box h3 a {
  position: relative;
  line-height: 50px;
  font-size: 24px;
  color: #333333;
  margin: 0 auto;
}
.content-box .wbbk {
  position: relative;
  border: 1px solid #C4DDF4;
    border-radius: 12px;
    border-bottom: 6px solid #C4DDF4;
    border-right: 6px solid #C4DDF4;
    padding: 30px;
}
::-webkit-scrollbar {
  background-color: #C1DBFF;
}
::-webkit-scrollbar 
{
    width: 6px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb 
{
    background-color: #C1DBFF;
}
.p1, .p2, .p3, .p4, .p5,.p6,.p7,.p8 {
  margin-bottom: 50px;
}

.p1 p, .p4 p, .p5 p, .p6-3 p, .p6-4 p, .p7 p {
  line-height: 32px;
  font-size: 18px;
  text-indent: 36px;
  font-family: PingFang SC;
  color: #333333;
}

.content-box .p1 {
  padding-top: 40px;
}


.p1 {
  height: 260px;
  background: #F3FBFF;
  border: 1px solid #A0C4E4;
  border-radius: 8px;
  position: relative;
  padding: 30px;
}

.p1 h3 {
  position: absolute;
    top: -26px; 
    left: 20px;
     display: inline-block;
}
.p1 p {
  font-size: 18px;
color: #4179C0;
line-height: 42px;
}
.p1 .wxts {
  color: red;
  text-align: center;
  background: url(../images/wxts.png) 37%  no-repeat;
  line-height: 30px;
}
.p1 .wxts a {
  color: #fff;
}
.p2 p {
  display: inline-block;
}
.content-box .p2 .wbbk{
  padding: 10px;
  text-align: center;
}
.content-box .p2 .wbbk p {
font-size: 18px;
color: #333333;
line-height: 42px;
}

table.dataTable tbody tr {
  background-color: #f0f6fc;
}

.p3 tbody tr:nth-child(odd) td {
  background: #EAF9FF;
}


.p3 tbody tr:nth-child(1) td {
  background: linear-gradient(0deg, #4184F3, #72B0F6);
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF;
  height: 50px;
  text-align: center;
}
.p3 tbody tr td:nth-child(1) {
  text-align: center;
}


.p5 .wbbk p ,.p6 .wbbk p{
  line-height: 50px;
  border-bottom: 1px dashed #c4ddf4;
}

.p3 tbody tr td {
  color: #333333FF;
  font-size: 16px;
  padding: 20px;
}
.p3 table {
  border-color: #DDDDDDFF; 
  border-collapse: collapse;
}
.p6 h2 {
  width: 130px;
  height: 36px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-family: PingFang SC;
  color: #FFFFFF;
  line-height: 32px;
  background: #3C86EC;
  border-radius: 4px 4px 0 0;
}

.p6-1, .p4-2, .p6-3, .p6-4 {
  margin-bottom: 30px;
}

.p6-1 ul {
  width: 100%;
  height: auto;
}

.p6-1 ul li {
  width: 100%;
  height: 60px;
  padding: 0 25px;
  display: flex;
  align-items: center;
  background: #F4F9FF;
  border-top: 1px solid #DDDDDD;
  border-right: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  border-left: 4px solid #3C86EC;
}

.p6-1 ul li i {
  width: 27px;
  height: 24px;
  margin-right: 15px;
  display: block;
  background: url(../images/p6_1_ul_li_ico.png) center center no-repeat;
  transition: all .6s;
}

.p6-1 ul li:hover i {
  transform: rotateY(360deg);
}

.p6-1 ul li a {
  width: calc( 100% - 180px );
  font-size: 20px;
  font-family: PingFang SC;
  color: #333333;
  line-height: 32px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.p6-1 ul li .download {
  margin-left: auto;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-family: PingFang SC;
  color: #838383;
  line-height: 20px;
  cursor: pointer;
}

.p6-1 ul li .download img {
  margin-right: 7px;
}

.p6-1 ul li .download:hover {
  color: #2587FC;
}


.p7 .topic .scroll{
  margin: 0 10px 0 10px;
}


.p7 .topic {
  margin: 0 16px;
}


.p7 .tj-card {
  width: 30%;
  height: 458px;
  padding: 35px 25px;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  background: #FFFFFF;
  box-shadow: 0 0 16px 0 rgba(70, 138, 237, 0.14);
  border-radius: 20px;
}

.p7 .tj-card a {
  width: 100%;
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: 600;
  color: #333333;
  overflow: hidden;
}



.p7 .topic-next {
  background-image: url(../images/p7-r.png);
  right: 0px;
  background-color: unset;
}

.p7 .topic-prev {
  background-image: url(../images/p7-l.png);
  left: 0px;
  background-color: unset;
}


.tpoo1 ul li .pic{
  width: 348px;
  height: 220px;
  background: #E4F0FF;
  border-radius: 8px;
}

.p7 .pic {
  padding: 40px;
}
.p7 .pic h4{
font-size: 18px;
position: relative;
}

.p7 .top1 h4 i {
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  left: -28px;
  top: 0px;
  background: url(../images/p8-q.png) center center no-repeat;
}
.p7 .jcc h4 {
  font-weight: bold;
}
.p7 .top2 h4  i {
  background: url(../images/p8-a.png) center center no-repeat;
}

.p4-2 ul.tab {
  width: 100%;
  overflow: hidden;

}
.p4-2 .tempWrap {

  margin: 0 auto;
}
.p4-2 ul.tab li {
  width: calc( 20% - 48px );
  margin: 0px 10px;
  position: relative;
  float: left;

height: 79px;
background: #C1DBFF;
border-radius: 8px;

}

.p4-2 ul.tab li:last-child {
  margin-right: 0;
}

.p4-2 ul.tab li:last-child:before {
  display: none;
}




.p4-2 .prev,
.p4-2 .next {
	top: 14px;
	position: absolute;
	z-index: 9;
	background-image: none;
	font-size: 36px;
	font-family: "宋体";
	font-weight: bold;
	height: 50px;
	width: 42px;
	line-height: 51px;
	text-align: center;
	color: #fff;
	background: #17181857;
  cursor: default;
}

.p4-2 .prev {
	left: 0px;
}

.p4-2 .next {
	right: 0px
}


.p4-2 .picture p {
  font-size: 18px;
color: #333333;
line-height: 40px;
text-indent: 18px;

}


.p4-2 ul.tab li a {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  font-family: PingFang SC;
  color: #003A6B;
  line-height: 32px;
  border-radius: 6px 20px 6px 6px;
  cursor: pointer;
  padding: 0 0px;
}

.p4-2 ul.tab li a:hover,
.p4-2 ul.tab li.current a {
  color: #FFFFFF;
}
.p4-2 ul.tab li.current {

  background: linear-gradient(0deg, #4184F3, #72B0F6);
}
.p4 .p4-2 .hd{
  position: relative;
}

.p4 .p4-2 {
height: 372px;
background: #E6F0FF;
border-radius: 8px;
padding: 20px;
margin-top: 30px;
}
.p4-2 .pane {
  width: 100%;

  padding: 30px;
  background: linear-gradient(0deg, #E7F0FE, #F8FBFF);
  border: 5px solid #FFFFFF;
  box-shadow: 0 0 5px 0 rgba(0,0,0,0.05);
  overflow: auto;

height: 240px;
background: #FFFFFF;
border: 1px solid #A0C4E4;
border-radius: 8px;
margin-top: 20px;
}

.p4-2 .pane .picture {
  width: 100%;
  height: auto;
}

.p4-2 .pane .picture img {
  width: 100%;
  height: auto;
}

.p6-3 img {
  width: 100%;
}

.p6-5 ul {
  width: 100%;
}

.p6-5 ul li {
  width: 100%;
  height: auto;
  padding: 20px 25px;
  margin-bottom: 25px;
  display: flex;
  flex-flow: column;
  background: #F4F9FF;
}

.p6-5 ul li .question_row {
  width: 100%;
  padding-left: 36px;
  margin-bottom: 15px;
  display: block;
  position: relative;
  font-size: 18px;
  font-family: PingFang SC;
  color: #333333;
  line-height: 24px;
}

.p6-5 ul li .question_row i {
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/question_ico.png) center center no-repeat;
}

.p6-5 ul li .answer-row {
  width: 100%;
  padding-left: 36px;
  margin-bottom: 15px;
  display: block;
  position: relative;
  font-size: 18px;
  font-family: PingFang SC;
  color: #888888;
  line-height: 24px;
}

.p6-5 ul li .answer-row i {
  width: 26px;
  height: 27px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/answer_ico.png) center center no-repeat;
}

.p6-5 ul li .answer-img {
  width: 115px;
  height: auto;
  margin-left: 40px;
  overflow: hidden;
}

.p6-5 ul li .answer-img img {
  width: 100%;
}

.left-nav {
  width: 150px;
  height: 325px;
  padding: 0 10px;
  position: fixed;
  transform: translate( -160px,-50% );
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  box-shadow: 0 5px 5px 0 rgba(0,0,0,0.05);
  border-radius: 6px;
  z-index: 9;
}

.left-nav li {
  width: 100%;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-family: PingFang SC;
  color: #333333;
  border-bottom: 1px dashed #CACACA;
  cursor: pointer;
}

.left-nav li:last-child {
  border-top: 1px dashed #CACACA;
  border-bottom: none;
}

.left-nav li.child {
  font-size: 16px;
  font-family: PingFang SC;
  color: #717171;
  border: none;
}

.left-nav li.current {


  border: 2px solid #FFFFFF;
  box-shadow: 0 5px 5px 0 rgba(0,0,0,0.05);

color: #fff;
background: #2587FC;
border: 2px solid #FFFFFF;
box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.05);
border-radius: 8px;
background: linear-gradient(0deg, #4184F3, #72B0F6);
border-radius: 8px;

}

@media (max-width: 1600px) {
  .left-nav {
    display: none;
  }
}

@media (max-width: 1200px) {
  .content-header {
    width: 100%;
  }

  .content-box {
    width: 100%;
  }
}

@media (max-width: 768px) {

  .content-box h3 a img,.p4 .wbbk img{
    width: 100%;
  }
  .p1 .wxts {
    background:none
  }
  .p1 .wxts a {
    color: red;
  }
  .p1 p{
    overflow: hidden;
  }
  .content-header img {
    left: 50%;
    transform: translate( -50%,-50% );
  }
  .content-box .p1 h3 a img {
    width: auto;
  }


  .content-header {

    background-size: 216% 100%;
  }
  .p3 ul li {
    width: calc( 50% - 15px );
  }

  .p3 ul li:nth-child( 2n ) {
    margin-right: 0;
  }

  .p4-2 ul.tab li {
    width: calc( 33.3% - 48px );
  }

  .p4-2 ul.tab li:nth-child( 3n ) {
    margin-right: 0;
  }

  .p4-2 ul.tab li.current a:after {
    display: none;
  }

  .p4-2 ul.tab li a {
    font-size: 16px;
    line-height: 13px;

}
.p4-2 ul.tab li {
  margin: 0px 12px;
}


}

@media (max-width: 550px) {
  .content-header img {
    width: 80%;
  }

  .p3 ul li {
    width: 100%;
    margin-right: 0;
  }

  .p4-2 ul.tab li {
    width: calc( 50% - 30px ) ;
  }
  .p4-2 ul.tab {
    width: 100%;
    width: 1000px !important;
}

}