* {
  margin: 0;
  padding: 0;
}
.clearfix:after {
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}
.clearfix {
  zoom: 1;
}
.wrap {
  width: 1920px;
  margin: 0 auto;
  background-image: url(section_bg.png);
  background-repeat: no-repeat;
  background-position-y: 213px;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
}
/* 头 */
.header {
  background-image: url(header.png);
  background-size: cover;
  background-repeat: no-repeat;
  height: 213px;
}
.headerBox {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.header .logo {
  margin-top: 37px;
}
.header .logo img {
  width: 484px;
  height: 123px;
}
.header .search {
  margin-top: 76px;
}
.header .search input {
  font-size: 16px;
  outline: none;
  width: 341px;
  line-height: 41px;
  float: left;
  border: none;
  text-indent: 20px;
}
.header .search button {
  position: relative;
  background-color: #296cc6;
  color: #fff;
  width: 91px;
  display: block;
  font-size: 20px;
  line-height: 41px;
  float: left;
  border: none;
  text-indent: 20px;
  cursor: pointer;
}
.header .search button img {
  position: absolute;
  left: 8px;
  top: 8px;
}
.nav {
  width: 1200px;
  background-color: #296cc6;
  height: 53px;
  margin: 0 auto;
  margin-top: 28px;
  display: flex;
  justify-content: space-evenly;
  position: relative;
}
.nav li {
  float: left;
}
.nav li a {
  display: block;
  color: #fff;
  line-height: 53px;
  font-size: 18px;
}
.nav .navLeft,
.nav .navRight {
  position: absolute;
  left: -13px;
  top: 1px;
}
.nav .navRight {
  left: auto;
  right: -13px;
}
/* 中间 */
.sectionBox {
  margin: 0 auto;
  padding-top: 32px;
  margin-top: 16px;
}
.centerDiv {
  width: 1200px;
  margin: 0 auto;
}
.secBox1 {
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
}
.secBox1Left_slider {
  width: 644px;
  height: 383px;
  position: relative;
  overflow: hidden;
}
.secBox1Left_slider li a img {
  display: block;
  width: 644px;
  height: 383px;
}
.secBox1Left_slider .bd li a {
  position: relative;
}
.secBox1Left_slider .bd li a span {
  position: absolute;
  bottom: 0;
  left: 0;
  line-height: 46px;
  color: #fff;
  width: 100%;
  text-indent: 27px;
  background-color: #000;
  opacity: 0.88;
  font-size: 19px;
}
.secBox1Left_slider .hd {
  position: absolute;
  bottom: 16px;
  right: 16px;
  z-index: 999999;
}
.secBox1Left_slider .hd li {
  float: left;
  width: 12px;
  height: 8px;
  border-radius: 8px;
  background-color: #fff;
}
.secBox1Left_slider .hd li.on {
  width: 20px;
  background-color: #ca1515;
}
.secBox1Left_slider .hd li + li {
  margin-left: 7px;
}
.secBox1Right {
  width: 525px;
  height: 383px;
  overflow: hidden;
}
.secBox1Right .secBox1Right_top {
  padding-bottom: 14px;
  border-bottom: 1px solid #d3d3d3;
  margin-bottom: 17px;
  position: relative;
}
.secBox1Right .secBox1Right_top span {
  font-size: 24px;
}
.secBox1Right .secBox1Right_top span + span {
  margin-left: 58px;
}
.secBox1Right .secBox1Right_top span.active {
  color: #296cc6;
  font-weight: bold;
}
.secBox1Right_bo {
  display: none;
}
.secBox1Right_bo h3 a {
  color: #000;
}
.secBox1Right_bo p a {
  color: #666666;
}
.secBox1Right_bo.active {
  display: block;
}
.secBox1Right_top .line {
  width: 91px;
  height: 3px;
  background-color: #296cc6;
  position: absolute;
  bottom: -3px;
  left: 0;
}
.secBox1Right_top .line#line2 {
  left: 154px;
}
.secBox1Right_top .line#line3 {
  left: 308px;
  width: 158px;
}
.secBox1Right_bo div h3 {
  font-size: 24px;
  margin-bottom: 17px;
  text-align: center;
}
.secBox1Right_bo div p {
  color: #666666;
  line-height: 30px;
  padding-bottom: 13px;
  border-bottom: 1px dashed #c6c6c6;
}
.secBox1Right_bo ul {
  padding-top: 20px;
}
.secBox1Right_bo ul a {
  color: #333333;
  display: inline-block;
  width: 80%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.secBox1Right_bo ul span.secBox1Right_bo_time {
  color: #a1a1a1;
  float: right;
}
.secBox1Right_bo ul li {
  position: relative;
  padding-left: 16px;
}

.secBox1Right_bo ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 3.5px);
  width: 7px;
  height: 7px;
  background-color: #dddddd;
  border-radius: 100%;
}
.secBox1Right_bo ul li + li {
  margin-top: 10px;
}

.secBox2 {
  margin-top: 53px;
}
.secBox2_top {
  display: flex;
  justify-content: center;
  margin-bottom: 44px;
}
.secBox2_top button {
  display: block;
  width: 140px;
  line-height: 55px;
  border: none;
  background-color: #ebf5fd;
  color: #296cc6;
  font-size: 24px;
}
.secBox2_top button:nth-child(1) {
  border-radius: 4px 0 0 4px;
}
.secBox2_top button:nth-child(2) {
  border-radius: 0px 4px 4px 0px;
}
.secBox2_top button.active {
  background-color: #296cc6;
  color: #fff;
}

#secBox2_bo {
  width: 1195px;
  height: 389px;
  margin: 0 auto;
}

#secBox2_bo li.secBox2_boLi {
  float: left;
  width: 151px;
  height: 389px;
}
#secBox2_bo li.secBox2_boLi .secBox2_boLogo {
  margin-top: 124px;
}
#secBox2_bo li.secBox2_boLi .secBox2_boLogo {
  display: block;
}
#secBox2_bo li.secBox2_boLi .secBox2_boLogo img {
  display: block;
  margin: 0 auto;
}
#secBox2_bo li.secBox2_boLi .secBox2_boLogo span {
  display: block;
  text-align: center;
  margin-top: 25px;
}
#secBox2_bo li.secBox2_boLi .secBox2_boLogoBo {
  display: none;
}
#secBox2_bo li.secBox2_boLi.active .secBox2_boLogo {
  display: none;
}
#secBox2_bo li.secBox2_boLi.active .secBox2_boLogoBo {
  display: block;
}

#secBox2_bo li.secBox2_boLi .secBox2_boLogoBo {
  padding-left: 37px;
  padding-top: 30px;
}
#secBox2_bo li.secBox2_boLi .secBox2_boLogoBo .logoBoTop {
  display: flex;
}
#secBox2_bo li.secBox2_boLi .secBox2_boLogoBo .logoBoTop div {
  margin-left: 10px;
}
#secBox2_bo li.secBox2_boLi .secBox2_boLogoBo .logoBoTop div span {
  font-size: 20px;
  display: block;
}
#secBox2_bo li.secBox2_boLi .secBox2_boLogoBo .logoBoTop div span:nth-child(2) {
  font-size: 14px;
}
#secBox2_bo li:nth-child(1).secBox2_boLi {
  background-image: url(bakcgroundYlqx_03.png);
  background-repeat: no-repeat;
}
#secBox2_bo li:nth-child(1).active.secBox2_boLi {
  background-image: url(activeYp.png);
  background-repeat: no-repeat;
}
#secBox2_bo li:nth-child(2).secBox2_boLi {
  background-image: url(bakcgroundYlqx_03.png);
  background-repeat: no-repeat;
}
#secBox2_bo li:nth-child(2).active.secBox2_boLi {
  background-image: url(activeYlqx_03.png);
}
#secBox2_bo li:nth-child(3).secBox2_boLi {
  background-image: url(backgroundHzp_03.png);
  background-repeat: no-repeat;
}
#secBox2_bo li:nth-child(3).active.secBox2_boLi {
  background-image: url(activeHzp.png);
}
#secBox2_bo li:nth-child(4).secBox2_boLi {
  background-image: url(backgroundOther.png);
  background-repeat: no-repeat;
}
#secBox2_bo li:nth-child(4).active.secBox2_boLi {
  background-image: url(activeOther_03.png);
}
#secBox2_bo .logoBoDiv {
  margin-top: 40px;
}
#secBox2_bo .logoBoDiv .logoBoDiv_l {
  margin-right: 50px;
}
#secBox2_bo .logoBoDiv .logoBoDiv_l,
#secBox2_bo .logoBoDiv .logoBoDiv_r {
  float: left;
}
#secBox2_bo .logoBoDiv .logoBoDiv_l a,
#secBox2_bo .logoBoDiv .logoBoDiv_r a {
  color: #000;
}
#secBox2_bo .logoBoDiv .logoBoDiv_l div,
#secBox2_bo .logoBoDiv .logoBoDiv_r div {
  position: relative;
  padding-left: 20px;
}
#secBox2_bo .logoBoDiv .logoBoDiv_l div::before,
#secBox2_bo .logoBoDiv .logoBoDiv_r div::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 2.5px);
  width: 5px;
  height: 5px;
  background-color: #8cb6ed;
  border-radius: 100%;
}
#secBox2_bo .logoBoDiv .logoBoDiv_l div + div,
#secBox2_bo .logoBoDiv .logoBoDiv_r div + div {
  margin-top: 18px;
}
#secBox2_bo li.secBox2_boLi + li.secBox2_boLi {
  margin-left: 12px;
}
.logoBoMore {
  display: block;
  color: #626262;
  margin-left: 5px;
  margin-top: 30px;
  font-size: 14px;
}
.secBox2 {
  margin-bottom: 69px;
}
.secBox3 {
  background-image: url(yaopindahui_bg.png);
  background-repeat: no-repeat;
  height: 308px;
}
.secBox3_main {
  width: 1200px;
  margin: 0 auto;
}
.secBox3M_L {
  width: 545px;
  margin-top: 51px;
}
.secBox3M_L h3 {
  font-size: 24px;
}
.secBox3M_L ul li {
  float: left;
}
.secBox3M_L ul li + li {
  margin-left: 12px;
}
.secBox3M_L ul li a {
  display: block;
  width: 119px;
  line-height: 52px;
  text-align: center;
  color: #fff;
  border-radius: 5px;
}
.secBox3M_L ul li:nth-child(1) {
  background-color: #48c0f4;
}
.secBox3M_L ul li:nth-child(2) {
  background-color: #54bac6;
}
.secBox3M_L ul li:nth-child(3) {
  background-color: #6f94ff;
}
.secBox3M_L ul li:nth-child(4) {
  background-color: #026cba;
}
.secBox3M_L p {
  line-height: 28px;
  margin-bottom: 40px;
}
.secBox3M_L p a {
  color: #296cc6;
  font-size: 15px;
}

.secBox3M_R {
  width: 545px;
  margin-top: 51px;
}
.secBox3M_R h3 {
  font-size: 24px;
}
.secBox3M_R h3 a,
.secBox3M_L h3 a {
  color: #000;
}
.secBox3M_R ul li {
  float: left;
}
.secBox3M_R ul li + li {
  margin-left: 12px;
}
.secBox3M_R ul li a {
  display: block;
  width: 119px;
  line-height: 52px;
  text-align: center;
  color: #fff;
  border-radius: 5px;
}
.secBox3M_R ul li:nth-child(1) {
  background-color: #48c0f4;
}
.secBox3M_R ul li:nth-child(2) {
  background-color: #54bac6;
}
.secBox3M_R ul li:nth-child(3) {
  background-color: #6f94ff;
}
.secBox3M_R ul li:nth-child(4) {
  background-color: #026cba;
}
.secBox3M_R p {
  line-height: 28px;
  margin-bottom: 40px;
}
.secBox3M_R p a {
  color: #296cc6;
  font-size: 15px;
}
.secBox3MLine {
  width: 2px;
  height: 259px;
  background-color: #fff;
  margin-top: 26px;
}
.secBox3_main {
  display: flex;
  justify-content: space-between;
}

.zcfg {
  width: 383px;
}
.zcfg ul li {
  text-indent: 20px;
  position: relative;
}
.zcfg ul li a {
  color: #000;
}

.zcfg ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 3.5px);
  width: 7px;
  height: 7px;
  background-color: #dddddd;
  border-radius: 100%;
}
.zcfg ul li + li {
  margin-top: 14px;
}
.zcfg h3 a {
  color: #000;
  font-size: 24px;
}

.tzgg {
  width: 383px;
}
.tzgg ul li {
  text-indent: 20px;
  position: relative;
}
.tzgg ul li a {
  color: #000;
}
.tzgg ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 3.5px);
  width: 7px;
  height: 7px;
  background-color: #dddddd;
  border-radius: 100%;
}
.tzgg ul li img {
  position: absolute;
  left: 0;
  top: calc(50% - 3.5px);
}
.tzgg ul li + li {
  margin-top: 14px;
}
.tzgg h3 a {
  color: #000;
  font-size: 24px;
}
.tzgg h3,
.zcfg h3 {
  margin-bottom: 32px;
}
.banner {
  width: 300px;
}
.banner ul li a img {
  width: 100%;
  display: block;
}
.banner ul li + li {
  margin-top: 12px;
}

.secBox4 {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  margin: 0 auto;
  margin-top: 57px;
  margin-bottom: 55px;
}
.secBox5 {
  background-image: url(secBox5bg_02.jpg);
  background-repeat: no-repeat;
  background-position-y: bottom;
}
.secBox5Main {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 77px;
}
.secBox5 h3 {
  text-align: center;
  margin-bottom: 51px;
}
.secBox5 h3 a {
  font-size: 24px;
  color: #000;
}
#secBox5_bo {
  width: 1195px;
  height: 389px;
  margin: 0 auto;
}

#secBox5_bo li {
  float: left;
  width: 151px;
  height: 389px;
}

#secBox5_bo {
  width: 1200px;
  height: 287px;
  margin: 0px auto;
}

#secBox5_bo li {
  float: left;
  width: 142px;
  height: 287px;
  border-radius: 20px;
  position: relative;
}
#secBox5_bo li:nth-child(1) {
  background-color: #0052a4;
}
#secBox5_bo li:nth-child(1)::after {
  content: "";
  position: absolute;
  bottom: -28px;
  left: 0;
  width: 100%;
  opacity: 0.4;
  border-radius: 10px 10px 0 0;
  height: 24px;
  background-image: linear-gradient(to bottom, #0052a4, rgba(255, 255, 255, 1));
}
#secBox5_bo li:nth-child(2) {
  background-color: #48c0f3;
}
#secBox5_bo li:nth-child(2)::after {
  content: "";
  position: absolute;
  bottom: -28px;
  left: 0;
  width: 100%;
  opacity: 0.4;
  border-radius: 10px 10px 0 0;
  height: 24px;
  background-image: linear-gradient(to bottom, #48c0f3, rgba(255, 255, 255, 1));
}
#secBox5_bo li:nth-child(3) {
  background-color: #55bac6;
}
#secBox5_bo li:nth-child(3)::after {
  content: "";
  position: absolute;
  bottom: -28px;
  left: 0;
  width: 100%;
  opacity: 0.4;
  border-radius: 10px 10px 0 0;
  height: 24px;
  background-image: linear-gradient(to bottom, #55bac6, rgba(255, 255, 255, 1));
}
#secBox5_bo li:nth-child(4) {
  background-color: #6f94fe;
}
#secBox5_bo li:nth-child(4)::after {
  content: "";
  position: absolute;
  bottom: -28px;
  left: 0;
  width: 100%;
  opacity: 0.4;
  border-radius: 10px 10px 0 0;
  height: 24px;
  background-image: linear-gradient(to bottom, #6f94fe, rgba(255, 255, 255, 1));
}
#secBox5_bo li:nth-child(5) {
  background-color: #06a5ac;
}
#secBox5_bo li:nth-child(5)::after {
  content: "";
  position: absolute;
  bottom: -28px;
  left: 0;
  width: 100%;
  opacity: 0.4;
  border-radius: 10px 10px 0 0;
  height: 24px;
  background-image: linear-gradient(to bottom, #06a5ac, rgba(255, 255, 255, 1));
}
#secBox5_bo li .jz1 {
  display: block;
}
#secBox5_bo li .jz2 {
  display: none;
}
#secBox5_bo li.active .jz1 {
  display: none;
}
#secBox5_bo li.active .jz2 {
  display: block;
}
#secBox5_bo li + li {
  margin-left: 21px;
}
.jz1 {
  padding-left: 20px;
  padding-top: 33px;
  width: 122px;
  height: 254px;
  position: relative;
}
.jz1 span {
  display: block;
  font-size: 22px;
  color: #fff;
  margin-top: 22px;
}
.jz1 img {
  position: absolute;
  bottom: 22px;
  left: calc(50% - 28px);
}
.jz1 .line {
  background-color: #fff;
  width: 45px;
  height: 7px;
  border-radius: 5px;
}
.jz2 {
  padding-left: 32px;
  padding-top: 29px;
  display: flex;
}
.jz2 .jz2_L .line {
  background-color: #0abe96;
  width: 45px;
  height: 7px;
  border-radius: 5px;
}
.jz2_L {
  float: left;
}
.jz2_R {
  float: right;
  padding-right: 20px;
}
.jz2_R a {
  float: left;
}
.jz2_R a img {
  display: block;
}
.jz2_R a + a {
  margin-left: 30px;
}
.jz2_L a {
  color: #fff;
  font-size: 22px;
  display: block;
  margin-top: 18px;
}

/* 概览 */
.glDiv {
  background-color: #fff;
}
.glDivMain {
  width: 1160px;
  margin: 0 auto;
}
.glDivMain_top {
  padding-top: 17px;
  color: #333333;
}
.glDivMain_top a {
  color: #333333;
}
.glDivMain_top a:nth-child(1) {
  margin-left: 16px;
}
.glDivMain_top span {
  display: inline-block;
  margin-left: 6px;
  margin-right: 8px;
}
.glDivMain_mid {
  height: 10px;
  width: 100%;
  background-image: url(dqwzbg.jpg);
  margin-top: 16px;
  margin-bottom: 25px;
}
.glDivMain_bo {
  position: relative;
}
.glDivMain_bo h3 {
  font-size: 24px;
  color: #0961bd;
  width: 1132px;
  margin: 0 auto;
  padding-bottom: 14px;
  border-bottom: 1px solid #c5c8cb;
  margin-bottom: 6px;
}
.glDivMain_bo .glDivMain_boLine {
  background-color: #0962be;
  width: 57px;
  height: 5px;
  position: absolute;
  left: 14px;
  top: 47px;
}
.glDivMain_bo ul.glDivMain_boList {
  margin-bottom: 28px;
  width: 1139px;
}
.glDivMain_bo ul.glDivMain_boList li a {
  float: left;
  display: block;
  color: #000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 80%;
}
.glDivMain_bo ul.glDivMain_boList li span {
  float: right;
  color: #a1a1a1;
  margin-right: 40px;
}
.glDivMain_bo ul.glDivMain_boList li {
  padding-left: 18px;
  line-height: 59px;
  border-bottom: 1px dashed #a1a1a1;
}
.glDivMain_bo .glDivMain_boList li {
  position: relative;
}
.glDivMain_bo .glDivMain_boList li::before {
  content: "";
  border-radius: 100%;
  display: inline-block;
  background-color: #dddddd;
  margin-right: 5px;
  width: 7px;
  height: 7px;
  position: absolute;
  left: 0;
  top: 26.5px;
}
.nav li a {
  padding-left: 26px;
  padding-right: 26px;
}
.nav li.on a {
  background-color: #1c459e;
}
.pagerji {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  clear: both;
  padding-top: 20px;
  font-size: 14px;
  margin-bottom: 49px;
}
.pagerji span a {
  display: inline-block;
  padding: 0 12px;
  height: 30px;
  line-height: 30px;
  margin: 0 5px;
  text-align: center;
  border: 1px solid #e4e4e4;
  color: #000;
}
.pagerji span.first a {
  padding: 0 10px;
}
.pagerji span.on a {
  color: #fff;
  background-color: #1f61ba;
  border: 1px solid #e4e4e4;
}
.pagerji span:hover a {
  color: #fff;
  background-color: #1f61ba;
  border: 1px solid #e4e4e4;
}

/* 细览 */
.xlDiv {
  background-color: #fff;
}
.xlDivMain {
  width: 1160px;
  margin: 0 auto;
}

.xlDivMain_top {
  padding-top: 17px;
  color: #333333;
}
.xlDivMain_top a {
  color: #333333;
}
.xlDivMain_top a:nth-child(1) {
  margin-left: 16px;
}
.xlDivMain_top span {
  display: inline-block;
  margin-left: 6px;
  margin-right: 8px;
}
.xlDivMain_mid {
  height: 10px;
  width: 100%;
  background-image: url(dqwzbg.jpg);
  margin-top: 16px;
  margin-bottom: 35px;
}
.xlDivMain_boTop h3 {
  text-align: center;
  font-size: 24px;
  margin-bottom: 34px;
}
.xlDivMain_boTop div {
  text-align: center;
}
.xlDivMain_boTop div span + span {
  margin-left: 38px;
}
.xlDivMain_boTop {
  padding-bottom: 11px;
  border-bottom: 1px solid #dddddd;
}
.xlDivMain_boBo {
  padding-bottom: 80px;
  padding-top: 27px;
}
.xlDivMain_boBo p {
  line-height: 57px;
  text-indent: 30px;
}
/* 底部 */
.footer {
  background-color: #0553a5;
  color: #fff;
  padding-top: 25px;
  padding-bottom: 33px;
}
.footer .footerBox {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  margin: 0 auto;
}
.footer .footerBoxLeft p + p {
  margin-top: 14px;
}
.footer .footerBoxLeft p span + span {
  margin-left: 18px;
}
.footer .footerBoxRight {
  padding-top: 16px;
}
