.clearfix:after {
  visibility: hidden;
  display: block;
  height: 0;
  font-size: 0;
  content: '';
  clear: both;
}
body,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
input,
li,
ol,
p,
select,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
}
* {
  box-sizing: border-box;
}
i {
  font-style: normal;
}
body,
html {
  min-height: 100%;
}
body {
  font-family: 'Microsoft YaHei';
  font-size: 14px;
  color: #333;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
ol,
ul {
  list-style: none;
}
img {
  border: none;
  vertical-align: middle;
}
a {
  text-decoration: none;
  color: #232323;
}
a:hover {
  text-decoration: none;
}
table {
  border-collapse: collapse;
  table-layout: fixed;
}
input,
textarea {
  outline: none;
  border: none;
}
textarea {
  resize: none;
  overflow: auto;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: '.';
  width: 0;
  height: 0;
  visibility: hidden;
  display: block;
  clear: both;
  overflow: hidden;
}
.cont {
  width: 1300px;
  margin: 0 auto;
}
.head {
  height: 110px;
}
.head .head_box .logo {
  float: left;
  width: 232px;
  height: 71px;
  margin-top: 20px;
}
.head .head_box .logo img {
  width: 100%;
  height: 100%;
}
.head .head_box .nav {
  float: left;
  line-height: 110px;
  padding-left: 70px;
}
.head .head_box .nav .nLi {
  display: inline-block;
  vertical-align: top;
  font-size: 0;
  position: relative;
}
.head .head_box .nav .nLi h3 {
  font-size: 18px;
  text-align: center;
}
.head .head_box .nav .nLi h3 a {
  padding: 0 27px;
  color: #333333;
  width: 100%;
  height: 100%;
  display: inline-block;
}
/* .head .head_box .nav .nLi::after {
  content: '';
  position: absolute;
  background: #ffffff;
  width: 100%;
  height: 0px;
  left: 0px;
  bottom: 0px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
} */
.head .head_box .nav .nLi:hover h3 {
  font-weight: bold;
  background: #254d88;
}
.head .head_box .nav .nLi:hover h3 > a {
  color: #fff;
}
.head .head_box .nav .on h3 {
}
.head .head_box .nav .on h3 > a {
  color: #fff;
  font-weight: bold;
  background: #254d88;
}
.head .head_box .nav .nLi:hover .sub {
  display: block !important;
}
.head .head_box .nav .nLi .sub {
  position: absolute;
  left: 50%;
  width: 191px;
  transition: all 0.3s linear;
  overflow: hidden;
  z-index: 10000;
  display: none;
  padding-top: 20px;
  transform: translateX(-50%);
  z-index: 1000;
  top: 90px;
}
.head .head_box .nav .nLi .sub a:hover {
  background: #254d88;
  font-weight: 700;
  color: #fff;
}
.head .head_box .nav .nLi .sub > a {
  background: #fff;
  display: block;
  width: 100%;
  height: 46px;
  line-height: 46px;
  box-sizing: border-box;
  text-align: center;
  font-size: 16px;
  border-bottom: 1px solid #f3f5f8;
}
.head .head_box .lx_box {
  float: right;
  padding-top: 41px;
}
.head .head_box .lx_box .h_dh {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.head .head_box .lx_box .h_dh .dh_box {
  display: none;
  position: absolute;
  border-width: 1px;
  border-color: #eeeeee;
  border-style: solid;
  background-color: #ffffff;
  width: 157px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  font-family: 'Microsoft YaHei';
  color: #254d88;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 10px;
  top: 39px;
  left: -55px;
  z-index: 20;
}
.head .head_box .lx_box .h_wx {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-left: 22px;
}
.head .head_box .lx_box .h_wx .wx_box {
  display: none;
  padding: 18px;
  position: absolute;
  color: #555555;
  text-transform: uppercase;
  border-radius: 10px;
  top: 39px;
  left: -55px;
  z-index: 20;
  border-width: 1px;
  border-color: #eeeeee;
  border-style: solid;
  background-color: #ffffff;
  width: 159px;
  height: 193px;
}
.head .head_box .lx_box .h_wx .wx_box img {
  width: 100%;
}
.head .head_box .lx_box .h_wx .wx_box p {
  line-height: 1;
  text-align: center;
  font-size: 13px;
  font-family: 'Microsoft YaHei';
  margin-top: 14px;
}
.banner {
  position: relative;
  width: 100%;
  height: 840px;
  overflow: hidden;
  min-width: 1200px;
}
.banner .bd {
  width: 100%;
  height: 100%;
}
.banner .bd ul li {
  position: relative;
  height: 840px;
}
.banner .bd ul li img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.banner .hd {
  position: absolute;
  bottom: 6%;
  left: 0;
  height: 20px;
  border-radius: 20px;
  text-align: center;
  padding: 0 10px;
  width: 100%;
}
.banner .hd ul li {
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  margin: 0 3px;
  background-color: rgba(255, 255, 255, 0.502);
}
.banner .hd ul .on {
  background: #fff;
  width: 46px;
  height: 12px;
  border-radius: 20px;
}
.banner1 {
  position: relative;
  width: 100%;
  height: 320px;
  overflow: hidden;
  min-width: 1200px;
}
.banner1 .bd {
  width: 100%;
  height: 100%;
}
.banner1 .bd ul li {
  position: relative;
  height: 320px;
}
.banner1 .bd ul li img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.banner1 .bd ul li .make {
  position: absolute;
  top: 185px;
  text-align: center;
  width: 100%;
}
.banner1 .bd ul li .make h4 {
  font-size: 30px;
  font-family: 'Microsoft YaHei';
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 5px;
}
.banner1 .bd ul li .make p {
  font-size: 16px;
  font-family: 'Microsoft YaHei';
  color: rgba(255, 255, 255, 0.4);
  text-transform: uppercase;
}
.index_1 {
  margin: 70px 0 45px 0;
}
.index_1 .left_1 {
  float: left;
  width: 719px;
  height: 526px;
}
.index_1 .left_1 img {
  width: 100%;
  height: 100%;
}
.index_1 .right_1 {
  float: right;
  width: 578px;
  padding-left: 90px;
  padding-top: 40px;
}
.index_1 .right_1 .hd_1 {
  text-align: right;
}
.index_1 .right_1 .hd_1 p {
  font-size: 20px;
  font-family: 'Myriad Pro';
  color: #cbcbcb;
  text-transform: uppercase;
  line-height: 1.8;
}
.index_1 .right_1 .title {
  padding-top: 30px;
  text-align: right;
  position: relative;
}
.index_1 .right_1 .title h4 {
  display: inline-block;
  vertical-align: middle;
  color: #219ac2;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.1;
  position: relative;
  z-index: 1;
}
.index_1 .right_1 .title span {
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  background-color: #219ac2;
  border-radius: 50%;
  margin: 0 10px;
  position: relative;
  z-index: 1;
}
.index_1 .right_1 .title p {
  display: inline-block;
  vertical-align: middle;
  color: #333333;
  font-size: 22px;
  font-weight: bold;
  margin: 0px;
  line-height: 1;
  position: relative;
  z-index: 1;
}
.index_1 .right_1 .title::after {
  content: '';
  position: absolute;
  background: url(../img/xz.png);
  width: 148px;
  height: 36px;
  left: 155px;
  top: 41px;
}
.index_1 .right_1 .bd_1 {
  margin-top: 78px;
  display: flex;
  align-items: center;
}
.index_1 .right_1 .bd_1 .desc {
  flex: 1;
  padding-right: 50px;
}
.index_1 .right_1 .bd_1 .desc p {
  font-size: 14px;
  font-family: 'Microsoft YaHei';
  color: #333333;
  text-transform: uppercase;
  line-height: 2.571;
}
.index_1 .right_1 .bd_1 .more {
  width: 46px;
  height: 40px;
  line-height: 37px;
  text-align: center;
  background: url(../img/xz1.png) no-repeat;
}
.index_1 .right_1 .bd_1 .more a {
  color: #fff;
  font-weight: bold;
  font-size: 30px;
}
.index_2 {
  background: url(../img/1_08.jpg) no-repeat center;
  height: 217px;
  padding-top: 50px;
}
.index_2 ul {
  display: flex;
  justify-content: space-around;
}
.index_2 ul li h4 {
  font-size: 46px;
  font-family: 'Microsoft YaHei';
  color: #42c1eb;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 12px;
}
.index_2 ul li h4 span {
  font-size: 26px;
  vertical-align: top;
}
.index_2 ul li p {
  font-size: 16px;
  font-family: 'Microsoft YaHei';
  color: #ffffff;
  text-transform: uppercase;
  line-height: 2;
}
.index_3 {
  padding: 80px 0 75px 0;
  text-align: center;
}
.index_3 .title {
  text-align: center;
  position: relative;
  display: inline-block;
  margin: 0 auto;
}
.index_3 .title h4 {
  font-size: 40px;
  font-family: 'Microsoft YaHei';
  color: #334e7b;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 20px;
}
.index_3 .title h4 span {
  color: #219ac2;
}
.index_3 .title p {
  font-size: 14px;
  font-family: 'Microsoft YaHei';
  color: #cccccc;
  text-transform: uppercase;
  line-height: 1;
  position: relative;
  z-index: 2;
}
.index_3 .title::after {
  content: '';
  position: absolute;
  background: url(../img/xz.png);
  width: 148px;
  height: 36px;
  left: 50%;
  top: 47px;
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}
.index_3 .bd_3 {
  margin-top: 40px;
  overflow: hidden;
  height: 570px;
  padding: 80px 0;
}
.index_3 .bd_3 .swiper-wrapper .swiper-slide .img-box {
  transform: scale(1);
  position: relative;
}
.index_3 .bd_3 .swiper-wrapper .swiper-slide .img-box img {
  width: 100%;
  border-radius: 50%;
  height: 260px;
  object-fit: cover;
}
.index_3 .bd_3 .swiper-wrapper .swiper-slide .img-box::after {
  content: '';
  position: absolute;
  border: 60px solid rgba(37, 77, 136, 0.4);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  left: 0px;
  top: 0px;
  box-sizing: border-box;
}
.index_3 .bd_3 .swiper-wrapper .swiper-slide .text {
  margin-top: 100px;
  width: 573px;
  display: none;
  position: relative;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}
.index_3 .bd_3 .swiper-wrapper .swiper-slide .text h4 {
  font-size: 24px;
  font-family: 'Microsoft YaHei';
  color: #254d88;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.index_3 .bd_3 .swiper-wrapper .swiper-slide .text p {
  font-size: 16px;
  font-family: 'Microsoft YaHei';
  color: #666666;
  text-transform: uppercase;
  line-height: 1.5;
  text-align: center;
}
.index_3 .bd_3 .swiper-wrapper .swiper-slide-active,
.index_3 .bd_3 .swiper-wrapper .swiper-slide-duplicate-active {
  z-index: 3;
}
.index_3 .bd_3 .swiper-wrapper .swiper-slide-active .img-box,
.index_3 .bd_3 .swiper-wrapper .swiper-slide-duplicate-active .img-box {
  transform: scale(1.6);
}
.index_3 .bd_3 .swiper-wrapper .swiper-slide-active .img-box img,
.index_3 .bd_3 .swiper-wrapper .swiper-slide-duplicate-active .img-box img {
  width: 100%;
}
.index_3 .bd_3 .swiper-wrapper .swiper-slide-active .img-box::after,
.index_3 .bd_3 .swiper-wrapper .swiper-slide-duplicate-active .img-box::after {
  border: 60px solid rgba(37, 77, 136, 0.8);
}
.index_3 .bd_3 .swiper-wrapper .swiper-slide-active .text,
.index_3 .bd_3 .swiper-wrapper .swiper-slide-duplicate-active .text {
  display: block;
}
.index_3 .bd_3 .swiper-wrapper .swiper-slide-prev,
.index_3 .bd_3 .swiper-wrapper .swiper-slide-next {
  z-index: 2;
}
.index_3 .bd_3 .swiper-wrapper .swiper-slide-prev .img-box,
.index_3 .bd_3 .swiper-wrapper .swiper-slide-next .img-box {
  transform: scale(1.4);
}
.index_3 .bd_3 .swiper-wrapper .swiper-slide-prev .img-box img,
.index_3 .bd_3 .swiper-wrapper .swiper-slide-next .img-box img {
  width: 100%;
}
.index_3 .bd_3 .swiper-wrapper .swiper-slide-prev .img-box::after,
.index_3 .bd_3 .swiper-wrapper .swiper-slide-next .img-box::after {
  border: 60px solid rgba(37, 77, 136, 0.65);
}
.index_3 .bd_3 .swiper-pagination {
  bottom: 0px;
}
.index_4 {
  background: url(../img/1_10.jpg) no-repeat center;
  height: 911px;
  padding-top: 80px;
  text-align: center;
  overflow: hidden;
  position: relative;
}
.index_4 .title {
  text-align: center;
  position: relative;
  display: inline-block;
  margin: 0 auto;
}
.index_4 .title h4 {
  font-size: 40px;
  font-family: 'Microsoft YaHei';
  color: #58ddfe;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 20px;
}
.index_4 .title h4 span {
  color: #ffffff;
}
.index_4 .title p {
  font-size: 14px;
  font-family: 'Microsoft YaHei';
  color: #cccccc;
  text-transform: uppercase;
  line-height: 1;
  position: relative;
  z-index: 2;
}
.index_4 .title::after {
  content: '';
  position: absolute;
  background: url(../img/xz.png);
  width: 148px;
  height: 36px;
  left: 50%;
  top: 47px;
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}
.index_4 .bd_4 {
  position: relative;
  height: 670px;
  bottom: -85px;
}
.index_4 .bd_4 ul {
  position: absolute;
  z-index: 2;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: flex-end;
}
.index_4 .bd_4 ul li {
  background: url(../img/bj1.png) no-repeat;
  width: 139px;
  height: 288px;
  display: inline-block;
  vertical-align: bottom;
}
.index_4 .bd_4 ul li p {
  font-size: 20px;
  font-family: 'Microsoft YaHei';
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.5;
  width: 106px;
  height: 106px;
  margin: 17px auto;
  padding-top: 22px;
}
.index_4 .bd_4 ul li:nth-child(2n) {
  background: url(../img/bj2.png) no-repeat;
  height: 341px;
}
.index_4 .bd_4 ul li:nth-child(2n) p {
  color: #254d88;
}
.index_4 .bd_4 .bj_4 {
  height: 567px;
  position: absolute;
  bottom: -165px;
  z-index: 8;
}
.index_5 .title {
  background: url(../img/1_11.jpg) no-repeat center;
  height: 207px;
  position: relative;
  text-align: center;
  padding-top: 65px;
}
.index_5 .title h4 {
  font-size: 40px;
  font-family: 'Microsoft YaHei';
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 20px;
}
.index_5 .title h4 span {
  color: #58ddfe;
}
.index_5 .title p {
  font-size: 14px;
  font-family: 'Microsoft YaHei';
  color: #cccccc;
  text-transform: uppercase;
  line-height: 1;
  position: relative;
  z-index: 2;
}
.index_5 .title::after {
  content: '';
  position: absolute;
  background: url(../img/xz.png);
  width: 148px;
  height: 36px;
  left: 50%;
  top: 112px;
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}
.index_5 .bd_5 ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 0;
}
.index_5 .bd_5 ul li {
  width: 25%;
}
.index_5 .bd_5 ul li img {
  width: 99%;
  height: 99%;
}
.index_6 {
  background: url(../img/1_15.jpg) no-repeat center;
  height: 826px;
  padding-top: 87px;
  overflow: hidden;
}
.index_6 .left_6 {
  float: left;
  width: 878px;
}
.index_6 .left_6 .title {
  position: relative;
  text-align: left;
}
.index_6 .left_6 .title h4 {
  font-size: 40px;
  font-family: 'Microsoft YaHei';
  color: #334e7b;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 20px;
}
.index_6 .left_6 .title h4 span {
  color: #2c9dc4;
}
.index_6 .left_6 .title p {
  font-size: 14px;
  font-family: 'Microsoft YaHei';
  color: #cccccc;
  text-transform: uppercase;
  line-height: 1;
  position: relative;
  z-index: 2;
}
.index_6 .left_6 .title::after {
  content: '';
  position: absolute;
  background: url(../img/xz.png);
  width: 148px;
  height: 36px;
  left: 0px;
  top: 47px;
}
.index_6 .left_6 .bd_6 {
  margin-top: 36px;
  position: relative;
}
.index_6 .left_6 .bd_6 .hd .prev {
  position: absolute;
  left: -65px;
  top: 46%;
  font-size: 25px;
  color: #254d88;
}
.index_6 .left_6 .bd_6 .hd .next {
  position: absolute;
  right: 35px;
  top: 46%;
  font-size: 25px;
  color: #254d88;
}
.index_6 .left_6 .bd_6 .bd ul li {
  background-color: #254d88;
  width: 776px;
  height: 263px;
  border-radius: 135px;
  display: flex;
}
.index_6 .left_6 .bd_6 .bd ul li .img-box {
  width: 263px;
  height: 263px;
  border: 10px solid #254d88;
  border-radius: 50%;
  overflow: hidden;
}
.index_6 .left_6 .bd_6 .bd ul li .img-box img {
  width: 100%;
  height: 100%;
}
.index_6 .left_6 .bd_6 .bd ul li .text {
  flex: 1;
  padding-left: 20px;
  padding-top: 32px;
}
.index_6 .left_6 .bd_6 .bd ul li .text .tit img {
  display: inline-block;
  vertical-align: middle;
}
.index_6 .left_6 .bd_6 .bd ul li .text .tit h4 {
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  font-family: 'Microsoft YaHei';
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 15px 0 6px;
}
.index_6 .left_6 .bd_6 .bd ul li .text .tit span {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  font-family: 'Microsoft YaHei';
  color: #ffffff;
  text-transform: uppercase;
}
.index_6 .left_6 .bd_6 .bd ul li .text .ul_box {
  margin-top: 40px;
  font-size: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index_6 .left_6 .bd_6 .bd ul li .text .ul_box p {
  width: 50%;
  margin-bottom: 12px;
}
.index_6 .left_6 .bd_6 .bd ul li .text .ul_box p span {
  border-width: 2px;
  border-color: #4ac7f1;
  border-style: solid;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.index_6 .left_6 .bd_6 .bd ul li .text .ul_box p i {
  font-size: 16px;
  font-family: 'Microsoft YaHei';
  color: #ffffff;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  width: 88%;
}
.index_6 .right_6 {
  background-color: #ffffff;
  box-shadow: 0px 30px 49px 0px rgba(1, 38, 68, 0.32);
  width: 419px;
  height: 739px;
  float: right;
  border-radius: 20px 20px 0 0;
  padding-top: 48px;
}
.index_6 .right_6 .tit {
  text-align: center;
}
.index_6 .right_6 .tit h4 {
  font-size: 46px;
  font-family: 'Microsoft YaHei';
  color: #eaeaea;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
}
.index_6 .right_6 .tit p {
  font-size: 30px;
  font-family: 'Microsoft YaHei';
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
  margin-top: 13px;
  color: #2c9dc4;
}
.index_6 .right_6 .tit p span {
  color: #254d88;
}
.index_6 .right_6 .tb {
  margin-top: 35px;
}
.index_6 .right_6 .tb ul {
  font-size: 0;
  text-align: center;
}
.index_6 .right_6 .tb ul li {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 14px;
  padding-left: 45px;
  text-align: left;
}
.index_6 .right_6 .tb ul li img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.index_6 .right_6 .tb ul li p {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  font-family: 'Microsoft YaHei';
  color: #000000;
  text-transform: uppercase;
}
.index_6 .right_6 .tb ul li:nth-child(2n) {
  padding-left: 10px;
}

.index_6 .right_6 .form {
  margin-top: 20px;
  padding-top: 0px;
}
.index_6 .right_6 .form .f1 {
  border-width: 1px;
  border-color: #eeeeee;
  border-style: solid;
  background-color: #f9f9f9;
  width: 348px;
  height: 58px;
  line-height: 58px;
  margin: 0 auto;
  display: flex;
  padding: 0 23px;
  margin-bottom: 18px;
}
.index_6 .right_6 .form .f1 p {
  width: 55px;
}
.index_6 .right_6 .form .f1 input {
  flex: 1;
  background: transparent;
}
.index_6 .right_6 .form button {
  border-width: 1px;
  border-color: #eeeeee;
  border-style: solid;
  background-color: #254d88;
  width: 348px;
  height: 58px;
  line-height: 58px;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  margin: 0 auto;
  display: block;
}
.index_6 .right_6 .evaluate {
  margin-top: 14px;
  background-color: #f1f6fc;
  width: 350px;
  height: 32px;
  line-height: 32px;
  margin: 0 auto;
  margin-top: 15px;
}
.index_6 .right_6 .evaluate .bd ul li {
  display: flex;
  padding: 0 20px;
}
.index_6 .right_6 .evaluate .bd ul li .text {
  flex: 1;
}
.index_6 .right_6 .evaluate .bd ul li .text span {
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  background-color: #2c9dc4;
  width: 8px;
  height: 8px;
}
.index_6 .right_6 .evaluate .bd ul li .text h4 {
  display: inline-block;
  vertical-align: middle;
  color: #666666;
  font-size: 14px;
  margin: 0 20px 0 10px;
}
.index_6 .right_6 .evaluate .bd ul li .text p {
  display: inline-block;
  vertical-align: middle;
  color: #666666;
  font-size: 14px;
}
.index_6 .right_6 .evaluate .bd ul li .time {
  font-size: 14px;
  font-family: 'Microsoft YaHei';
  color: #2c9dc4;
  text-transform: uppercase;
}
.index_7 {
  padding-bottom: 80px;
}
.index_7 .title {
  position: relative;
  text-align: center;
  padding-top: 65px;
}
.index_7 .title h4 {
  font-size: 40px;
  font-family: 'Microsoft YaHei';
  color: #334e7b;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 20px;
}
.index_7 .title h4 span {
  color: #2c9dc4;
}
.index_7 .title p {
  font-size: 14px;
  font-family: 'Microsoft YaHei';
  color: #cccccc;
  text-transform: uppercase;
  line-height: 1;
  position: relative;
  z-index: 2;
}
.index_7 .title::after {
  content: '';
  position: absolute;
  background: url(../img/xz.png);
  width: 148px;
  height: 36px;
  left: 50%;
  top: 112px;
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}
.index_7 .bd_7 {
  margin-top: 43px;
}
.index_7 .bd_7 .left_7 {
  width: 863px;
  float: left;
  position: relative;
}
.index_7 .bd_7 .left_7 .img-box {
  width: 100%;
  height: 612px;
}
.index_7 .bd_7 .left_7 .img-box img {
  width: 100%;
  height: 100%;
}
.index_7 .bd_7 .left_7 .make {
  position: absolute;
  bottom: 0px;
  display: flex;
  width: 100%;
  align-items: flex-end;
}
.index_7 .bd_7 .left_7 .make .tit {
  background: url(../img/bj3.png) no-repeat;
  width: 156px;
  height: 85px;
  line-height: 85px;
  text-align: center;
}
.index_7 .bd_7 .left_7 .make .tit p {
  font-size: 20px;
  font-family: 'Microsoft YaHei';
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
}
.index_7 .bd_7 .left_7 .make .zw {
  background-color: rgba(0, 0, 0, 0.502);
  flex: 1;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
}
.index_7 .bd_7 .left_7 .make .zw h4 {
  font-size: 16px;
  font-family: 'Microsoft YaHei';
  color: #ffffff;
  text-transform: uppercase;
}
.index_7 .bd_7 .left_7 .make .zw h4 span {
  border-radius: 50%;
  background-color: #32beee;
  width: 10px;
  height: 10px;
  margin-right: 15px;
  display: inline-block;
}
.index_7 .bd_7 .left_7 .make .zw .time {
  font-size: 16px;
  font-family: 'Microsoft YaHei';
  color: #ffffff;
  text-transform: uppercase;
}
.index_7 .bd_7 .right_7 {
  width: 430px;
  float: right;
}
.index_7 .bd_7 .right_7 ul li {
  position: relative;
  width: 430px;
  height: 306px;
}
.index_7 .bd_7 .right_7 ul li .img-box {
  width: 100%;
  height: 100%;
}
.index_7 .bd_7 .right_7 ul li .img-box img {
  width: 100%;
  height: 100%;
}
.index_7 .bd_7 .right_7 ul li p {
  position: absolute;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.502);
  height: 50px;
  line-height: 50px;
  width: 100%;
  font-size: 16px;
  font-family: 'Microsoft YaHei';
  color: #ffffff;
  text-align: center;
}
.foot {
  background: #213961;
  padding: 58px 0 37px 0;
}
.foot .f_nav .cont {
  display: flex;
}
.foot .f_nav .cont .f_logo {
  width: 275px;
  height: 84px;
}
.foot .f_nav .cont .f_logo img {
  width: 100%;
  height: 100%;
}
.foot .f_nav .cont ul {
  flex: 1;
  margin-left: 80px;
  padding-bottom: 19px;
  border-bottom: 1px solid #4d6181;
  display: flex;
  justify-content: space-between;
  height: 60px;
  line-height: 60px;
}
.foot .f_nav .cont ul li {
  display: inline-block;
  vertical-align: middle;
}
.foot .f_nav .cont ul li a {
  font-size: 18px;
  font-family: 'Microsoft YaHei';
  color: #ffffff;
  text-transform: uppercase;
}
.foot .f_lx {
  margin-top: 50px;
}
.foot .f_lx .lx_box {
  float: left;
  margin-right: 35px;
  width: 483px;
}
.foot .f_lx .lx_box .f_dh {
  margin-bottom: 35px;
}
.foot .f_lx .lx_box .f_dh img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
}
.foot .f_lx .lx_box .f_dh .text {
  display: inline-block;
  vertical-align: middle;
}
.foot .f_lx .lx_box .f_dh .text p {
  color: #a8b3c4;
  font-size: 16px;
  margin-bottom: 5px;
}
.foot .f_lx .lx_box .f_dh .text h4 {
  color: #ffffff;
  font-size: 20px;
}
.foot .f_lx .lx_box .f_sj {
  margin-bottom: 35px;
}
.foot .f_lx .lx_box .f_sj img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
}
.foot .f_lx .lx_box .f_sj .text {
  display: inline-block;
  vertical-align: middle;
}
.foot .f_lx .lx_box .f_sj .text p {
  color: #a8b3c4;
  font-size: 16px;
  margin-bottom: 5px;
}
.foot .f_lx .lx_box .f_sj .text h4 {
  color: #ffffff;
  font-size: 20px;
}
.foot .f_lx .lx_box .f_dz {
  margin-bottom: 35px;
}
.foot .f_lx .lx_box .f_dz img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
}
.foot .f_lx .lx_box .f_dz .text {
  display: inline-block;
  vertical-align: middle;
  /*width: 90%;*/
}
.foot .f_lx .lx_box .f_dz .text p {
  color: #a8b3c4;
  font-size: 16px;
  margin-bottom: 5px;
}
.foot .f_lx .lx_box .f_dz .text h4 {
  color: #ffffff;
  font-size: 18px;
}
.foot .f_lx .map {
  width: 389px;
  height: 220px;
  float: left;
}
.foot .f_lx .map img {
  width: 100%;
  height: 100%;
}
.foot .f_lx .er_box {
  float: right;
  margin-top: 25px;
}
.foot .f_lx .er_box .er {
  display: inline-block;
  vertical-align: top;
  margin-left: 35px;
}
.foot .f_lx .er_box .er .img-box {
  width: 141px;
  height: 141px;
  border-radius: 5px;
  background: #fff;
  padding: 7px;
}
.foot .f_lx .er_box .er .img-box img {
  width: 100%;
  height: 100%;
}
.foot .f_lx .er_box .er p {
  margin-top: 24px;
  font-size: 16px;
  font-family: 'Microsoft YaHei';
  color: #8c9db9;
  line-height: 1;
  text-align: center;
}
.foot .beian {
  font-size: 16px;
  font-family: 'Microsoft YaHei';
  color: #939393;
  text-align: left;
  margin-top: 20px;
}
.foot .beian p a {
  color: #939393;
}
