/*================基本样式重置================*/
* {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
html,
body,
div,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
img,
span,
i,
a,
em,
strong,
b,
input,
textarea,
select,
button {
  margin: 0;
  padding: 0;
}
i,
em {
  font-weight: normal;
  font-style: normal;
}
b {
  font-weight: normal;
}
a,
i,
em,
span,
b,
img {
  display: block;
}
body {
  overflow-x: hidden;
  font-family: "Microsoft Yahei";
}
li {
  list-style: none;
}
a,
img,
input {
  border: 0 none;
}
a {
  text-decoration: none;
  outline: none;
}
a:hover {
  text-decoration: none;
}
a:focus,
input:focus {
  outline: 0 none;
}
input::-webkit-search-cancel-button {
  display:  none;
}
/*清除谷歌浏览器下的 search 叉号*/
input::-ms-clear {
  display:  none;
}
/*清除IE下的 search 叉号*/
input {
  display: block;
  background: none;
}
input[type="file"]::-webkit-file-upload-button {
  width: 0;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
  border: none;
}
button {
  display: block;
  border: none;
  cursor: pointer;
}
textarea {
  border: none;
  resize: none;
  outline: none;
  font-family: "Microsoft Yahei";
}
/*去掉火狐和谷歌浏览器的Textarea改变尺寸大小功能*/
/*html5*/
article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu {
  display: block;
}
/* 去除点击选项卡时出现的蓝色边框 */
.swiper-pagination .swiper-pagination-bullet:focus,
.swiper-button-next,
.swiper-button-prev {
  outline: none;
}
/* 去除点击选项卡时出现的蓝色背景 */
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: auto;
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after,
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: " ";
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  pointer-events: auto;
}
.wow {
  visibility: hidden;
}
[v-cloak] {
  display: none;
}
/*========定义基础样式========*/
.hide {
  display: none;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
}
.clearfix {
  zoom: 1;
}
/*a标签鼠标hover高亮显示状态（可选用）*/
a .opacity {
  filter: alpha(opacity=100);
  opacity: 1;
  -moz-opacity: 1;
}
a:hover .opacity {
  filter: alpha(opacity=80);
  opacity: 0.8;
  -moz-opacity: 0.8;
}
.w1200 {
  width: 1200px;
  margin: 0 auto;
}
body {
  overflow-x: hidden;
  font-size: 16px;
  color: #333;
  background: url(../images/bg.png) top 83px center no-repeat;
}
.header .center {
  padding: 32px 0 32px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .center .logo {
  width: 50%;
}
.header .center .logo img {
  width: 100%;
}
.header .center .search {
  border: 1px solid #fff;
  border-radius: 5px;
}
.header .center .search .inp {
  padding: 0 14px 0 45px;
  width: 300px;
  position: relative;
}
.header .center .search .inp::after {
  position: absolute;
  content: "";
  width: 28px;
  height: 32px;
  left: 10px;
  top: 12px;
  background: url(../images/icon01.png) center no-repeat;
  background-size: 100% 100%;
  z-index: 1;
}
.header .center .search .inp input {
  width: 100%;
  height: 55px;
  line-height: 55px;
  font-size: 20px;
  color: #fff;
}
.header .center .search .inp input::-moz-placeholder {
  color: #fff;
}
.header .center .search .inp input::-webkit-input-placeholder {
  color: #fff;
}
.header .center .search .inp input::-o-input-placeholder {
  color: #fff;
}
.header .center .search .inp input::-ms-input-placeholder {
  color: #fff;
}
.header .center .search .but {
  width: 80px;
  height: 45px;
  background: #fff;
  margin: 5px;
  border: none;
  cursor: pointer;
  color: #3c709e;
  border-radius: 5px;
  font-size: 22px;
}
.header .nav ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .nav ul li {
  height: 40px;
  line-height: 40px;
  font-size: 38px;
  color: #fff;
  text-align: center;
  border-right: 1px solid #fff;
}
.header .nav ul li:last-child {
  border-right: 0px solid #fff;
}
.header .nav ul li a {
  color: #fff;
  margin: 0 40px;
  transition: all 0.3s;
}
.header .nav ul li a:hover {
  font-weight: bold;
  font-size: 40px;
}
.header .nav ul li.cur a {
  position: relative;
  font-weight: bold;
}
.header .nav ul li.cur a::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #fff;
  left: 0;
  bottom: -15px;
  z-index: 1;
}
.content {
  margin-top: 45px;
  margin-bottom: 100px;
}
.content .topTab {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #dddddd;
}
.content .topTab .tab_tit {
  width: 90%;
  display: flex;
}
.content .topTab .tab_tit .tabItem {
  width: auto;
  margin-right: 5%;
  padding-bottom: 20px;
  font-size: 40px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}
.content .topTab .tab_tit .tabItem:nth-child(4) {
  margin-right: 0;
}
.content .topTab .tab_tit .tabItem:hover {
  cursor: pointer;
}
.content .topTab .tab_tit .tabItem.cur {
  color: #1f4b73;
  position: relative;
  border-bottom: 4px solid #1f4b73;
  font-weight: bold;
}
.content .topTab .moreBox {
  width: 10%;
}
.content .topTab .moreBox .more {
  display: none;
}
.content .topTab .moreBox .more.on {
  display: block;
}
.content .topTab .moreBox .more {
  color: #1f4b73;
  font-size: 30px;
  position: relative;
  text-align: right;
  padding-right: 20px;
  height: 50px;
  line-height: 50px;
}
.content .topTab .moreBox .more::before {
  position: absolute;
  content: "";
  background: url(../images/icon02.png) center no-repeat;
  width: 12px;
  height: 22px;
  right: 0;
  top: 14px;
}
.content .tab_next {
  margin-top: 10px;
}
.content .tab_next .list {
  display: none;
}
.content .tab_next .list.on {
  display: block;
}
.content .tab_next .list .listLink {
  height: 90px;
  line-height: 90px;
  color: #333;
  display: flex;
  align-items: center;
}
.content .tab_next .list .listLink i {
  width: 10px;
  height: 10px;
  margin-right: 20px;
  background: url(../images/icon03.png) left center no-repeat;
}
.content .tab_next .list .listLink .itemText {
  width: calc(100% - 250px);
  font-size: 36px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.content .tab_next .list .listLink em {
  width: 250px;
  text-align: right;
  font-size: 36px;
  color: #999;
}
.content .tab_next .list .listLink:hover {
  cursor: pointer;
  color: #1f4b73;
  font-weight: 550;
}
.content .tab_next .list .listLink:hover i {
  width: 10px;
  height: 10px;
  background: url(../images/icon03s.png) left center no-repeat;
}
.content .zqTitle {
  margin: 60px 0 30px 0;
  position: relative;
}
.content .zqTitle a {
  color: #333;
  font-size: 44px;
  font-weight: bold;
  text-align: center;
  height: 44px;
  line-height: 44px;
}
.content .zqTitle::before {
  content: "";
  background: url(../images/zqTitle_left.png) no-repeat;
  position: absolute;
  left: 0px;
  top: 11px;
  width: 455px;
  height: 22px;
}
.content .zqTitle::after {
  content: "";
  background: url(../images/zqTitle_right.png) no-repeat;
  position: absolute;
  right: 0px;
  top: 11px;
  width: 455px;
  height: 22px;
}
.content .zq01 {
  box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.12);
}
.content .zq01 .pad {
  padding: 60px;
  background-color: #fff;
  border-radius: 5px;
}
.content .zq01 .pad .swiper {
  height: 600px;
  width: 100%;
  padding-bottom: 60px;
}
.content .zq01 .pad .swiper .swiper-slide a {
  display: block;
  width: 100%;
  height: 600px;
  overflow: hidden;
  position: relative;
}
.content .zq01 .pad .swiper .swiper-slide a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 30%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  top: 70%;
  left: 0;
  z-index: 1;
}
.content .zq01 .pad .swiper .swiper-slide a img {
  transition: all 0.5s;
  transform: scale(1);
  width: 100%;
  background-size: cover;
}
.content .zq01 .pad .swiper .swiper-slide a .pos {
  position: absolute;
  left: 0px;
  bottom: 30px;
  width: 100%;
  z-index: 1;
}
.content .zq01 .pad .swiper .swiper-slide a .pos p {
  margin: 0 60px;
  height: 44px;
  line-height: 44px;
  font-size: 36px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.content .zq01 .pad .swiper .swiper-button-prev {
  background: url(../images/left.png) no-repeat;
  width: 48px;
  height: 70px;
  background-size: 100% 100%;
  opacity: 1;
  left: 0px !important;
  top: calc(50% - 35px) !important;
}
.content .zq01 .pad .swiper .swiper-button-next {
  background: url(../images/right.png) no-repeat;
  width: 48px;
  height: 70px;
  background-size: 100% 100%;
  opacity: 1;
  right: 0 !important;
  top: calc(50% - 35px) !important;
}
.content .zq01 .pad .swiper .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 10px;
  left: 0;
  z-index: 10;
}
.content .zq01 .pad .swiper .swiper-pagination-bullet {
  background-color: #869cb3;
  height: 10px;
  width: 10px;
}
.content .zq01 .pad .swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #32689a;
  width: 30px;
  height: 10px;
  border-radius: 10px !important;
}
.content .zq02 .bg {
  background-color: #f8fbfd;
  padding: 60px;
}
.content .zq02 .list.list02 .list02ab {
  display: flex;
  margin: 40px 0;
}
.content .zq02 .list.list02 .list02ab .tabItem {
  font-size: 32px;
  padding: 10px 30px;
  border-radius: 30px;
  border: 1px solid #869cb3;
  color: #666;
  margin-right: 30px;
}
.content .zq02 .list.list02 .list02ab .tabItem.cur {
  color: #1f4b73;
  font-weight: bold;
}
.content .zq02 .list.list02 .list02ab .tabItem:hover {
  cursor: pointer;
}
.content .zq02 .list.list02 .list02Next .listChild {
  display: none;
}
.content .zq02 .list.list02 .list02Next .listChild.on {
  display: block;
}
.content .zq02 .flexBox {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.content .zq02 .flexBox .zfxxgkLink {
  width: calc((100% - 60px) / 3);
  margin-right: 30px;
  background-color: #f8fbfd;
  padding: 35px 0;
}
.content .zq02 .flexBox .zfxxgkLink:nth-child(3n) {
  margin-right: 0px;
}
.content .zq02 .flexBox .zfxxgkLink:nth-child(1),
.content .zq02 .flexBox .zfxxgkLink:nth-child(2),
.content .zq02 .flexBox .zfxxgkLink:nth-child(3) {
  margin-bottom: 30px;
}
.content .zq02 .flexBox .zfxxgkLink .img1 {
  margin: auto;
  height: 80px;
  max-width: 90px;
  margin-bottom: 10px;
}
.content .zq02 .flexBox .zfxxgkLink p {
  color: #666;
  font-size: 34px;
  height: 44px;
  line-height: 44px;
  text-align: center;
}
.content .zq02 .flexBox .zfxxgkLink:hover .img1 {
  transition: all 0.5s;
  transform: rotateY(360deg);
}
.content .zq03 .zwfwLink img {
  width: 100%;
  height: 230px;
  background-size: cover;
}
.content .zq04 .flexBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 30px;
}
.content .zq04 .flexBox .zfxxgkLink {
  width: calc((100% - 90px) / 4);
  margin-right: 30px;
  background-color: #f8f8f8;
  padding: 50px 0;
}
.content .zq04 .flexBox .zfxxgkLink:nth-child(4n) {
  margin-right: 0px;
}
.content .zq04 .flexBox .zfxxgkLink:nth-child(1),
.content .zq04 .flexBox .zfxxgkLink:nth-child(2),
.content .zq04 .flexBox .zfxxgkLink:nth-child(3),
.content .zq04 .flexBox .zfxxgkLink:nth-child(4) {
  margin-bottom: 30px;
}
.content .zq04 .flexBox .zfxxgkLink .img1 {
  margin: auto;
  height: 110px;
  max-width: 110px;
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}
.content .zq04 .flexBox .zfxxgkLink p {
  color: #666;
  font-size: 36px;
  height: 44px;
  line-height: 44px;
  text-align: center;
}
.content .zq04 .flexBox .zfxxgkLink:hover .img1 {
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  transform: translateY(-5px);
}
.content .zq05 .flexBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 30px;
}
.content .zq05 .flexBox .zfxxgkLink {
  width: calc((100% - 60px) / 3);
  margin-right: 30px;
  background-color: #f8fbfd;
  padding: 40px 0;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.content .zq05 .flexBox .zfxxgkLink:nth-child(3n) {
  margin-right: 0px;
}
.content .zq05 .flexBox .zfxxgkLink:nth-child(1),
.content .zq05 .flexBox .zfxxgkLink:nth-child(2),
.content .zq05 .flexBox .zfxxgkLink:nth-child(3) {
  margin-bottom: 30px;
}
.content .zq05 .flexBox .zfxxgkLink .img1 {
  margin-right: 30px;
}
.content .zq05 .flexBox .zfxxgkLink p {
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  height: 44px;
  line-height: 44px;
  text-align: center;
}
.content .zq05 .flexBox .zfxxgkLink:hover .img1 {
  transition: all 0.5s;
  transform: rotateY(360deg);
}
.content .zq05 .flexBox .zfxxgkLink.zfxxgkLink1 {
  background: linear-gradient(to right, #6490b8 0%, #8ab6de 100%);
}
.content .zq05 .flexBox .zfxxgkLink.zfxxgkLink1 .img1 {
  width: 51px;
  height: 45px;
}
.content .zq05 .flexBox .zfxxgkLink.zfxxgkLink2 {
  background: linear-gradient(to right, #63b2a6 0%, #92e0d5 100%);
}
.content .zq05 .flexBox .zfxxgkLink.zfxxgkLink2 .img1 {
  width: 51px;
  height: 52px;
}
.content .zq05 .flexBox .zfxxgkLink.zfxxgkLink3 {
  background: linear-gradient(to right, #6fb3d3 0%, #8ecee9 100%);
}
.content .zq05 .flexBox .zfxxgkLink.zfxxgkLink3 .img1 {
  width: 48px;
  height: 53px;
}
.content .zq05 .flexBox .zfxxgkLink.zfxxgkLink4 {
  background: linear-gradient(to right, #6fb3d3 0%, #8ecee9 100%);
}
.content .zq05 .flexBox .zfxxgkLink.zfxxgkLink4 .img1 {
  width: 51px;
  height: 51px;
}
.content .zq05 .flexBox .zfxxgkLink.zfxxgkLink5 {
  background: linear-gradient(to right, #638fb7 0%, #8ab6de 100%);
}
.content .zq05 .flexBox .zfxxgkLink.zfxxgkLink5 .img1 {
  width: 58px;
  height: 51px;
}
.content .zq06 .flexBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 50px;
}
.content .zq06 .flexBox .zfxxgkLink {
  width: calc((100% - 60px) / 3);
  margin-right: 30px;
  background-color: #f8fbfd;
  padding: 50px 0;
  border-radius: 5px;
}
.content .zq06 .flexBox .zfxxgkLink:nth-child(3n) {
  margin-right: 0px;
}
.content .zq06 .flexBox .zfxxgkLink:hover {
  cursor: pointer;
}
.content .zq06 .flexBox .zfxxgkLink:hover p {
  color: #1f4b73;
}
.content .zq06 .flexBox .zfxxgkLink:hover img {
  transition: all 0.5s;
  transform: rotateY(360deg);
}
.content .zq06 .flexBox .zfxxgkLink .img1 {
  margin: auto;
  width: 86px;
  height: 70px;
  margin-bottom: 10px;
}
.content .zq06 .flexBox .zfxxgkLink .img2 {
  margin: auto;
  width: 85px;
  height: 71px;
  margin-bottom: 10px;
}
.content .zq06 .flexBox .zfxxgkLink .img3 {
  margin: auto;
  width: 83px;
  height: 75px;
  margin-bottom: 10px;
}
.content .zq06 .flexBox .zfxxgkLink p {
  color: #333;
  font-weight: bold;
  font-size: 30px;
  height: 44px;
  line-height: 44px;
  text-align: center;
}
.content .zq06 .list.newList ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}
.content .zq06 .list.newList ul li:last-child {
  margin-bottom: 0px;
}
.content .zq06 .list.newList ul li span {
  width: 90px;
  color: #fff;
  background-color: #d2d2d2;
  height: 44px;
  line-height: 44px;
  padding: 0px 15px 0px 35px;
  text-align: center;
  font-size: 26px;
  border-radius: 20px;
  position: relative;
}
.content .zq06 .list.newList ul li span::before {
  position: absolute;
  content: "";
  width: 25px;
  height: 25px;
  background: url(../images/icon25.png) center no-repeat;
  left: 10px;
  top: 9.5px;
}
.content .zq06 .list.newList ul li a {
  width: calc(100% - 180px);
  font-size: 36px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 65px;
  line-height: 65px;
  color: #333;
}
.content .zq06 .list.newList ul li:hover {
  cursor: pointer;
}
.content .zq06 .list.newList ul li:hover a {
  color: #1f4b73;
  font-weight: bold;
}
.content .zq07 .swiper {
  height: 252px;
  width: 100%;
}
.content .zq07 .swiper .swiper-slide {
  width: 70%;
  border-radius: 10px;
}
.content .zq07 .swiper .swiper-slide a {
  display: block;
  position: relative;
  width: 100%;
  height: 252px;
  border-radius: 10px;
}
.content .zq07 .swiper .swiper-slide a img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.content .zq07 .swiper .swiper-button-prev {
  background: url(../images/left.png) no-repeat;
  width: 48px;
  height: 70px;
  background-size: 100% 100%;
  opacity: 1;
  left: 0px !important;
  top: calc(50% - 35px) !important;
}
.content .zq07 .swiper .swiper-button-next {
  background: url(../images/right.png) no-repeat;
  width: 48px;
  height: 70px;
  background-size: 100% 100%;
  opacity: 1;
  right: 0 !important;
  top: calc(50% - 35px) !important;
}
.footer {
  background-color: #1f4b73;
}
.footer .text {
  font-size: 32px;
  color: #fff;
  margin-bottom: 40px;
}
.footer .top {
  padding-top: 100px;
  display: flex;
}
.footer .top .s1 {
  width: calc((100% - 90px) / 3);
  margin-right: 30px;
  height: 80px;
  line-height: 80px;
  color: #fff;
  font-size: 28px;
  padding: 0 10px 0 20px;
  border-radius: 10px;
  border: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #5082b0 url(../images/icon27.png) 220px center no-repeat;
}
.footer .top .s1:last-child {
  margin-right: 0;
}
.footer .center {
  margin-top: 70px;
  display: flex;
  justify-content: space-between;
}
.footer .center .centerRight a {
  width: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 90px;
  border: 1px solid #5082b0;
  border-radius: 10px;
}
.footer .center .centerRight a p {
  line-height: 90px;
  text-align: center;
  font-size: 28px;
  color: #fff;
}
.footer .center .centerRight a.a1 {
  margin-bottom: 20px;
}
.footer .center .centerRight a.a1 img {
  width: 36px;
  height: 28px;
  margin-right: 25px;
}
.footer .center .centerRight a.a2 {
  margin-bottom: 20px;
}
.footer .center .centerRight a.a2 img {
  width: 37px;
  height: 31px;
  margin-right: 25px;
}
.footer .bottom {
  border-top: 1px solid #5082b0;
  border-bottom: 1px solid #5082b0;
  display: flex;
}
.footer .bottom .bottomLeft {
  width: 47.25%;
  border-right: 1px solid #5082b0;
  padding: 2.5% 2.5% 0 0;
}
.footer .bottom .bottomRigt {
  width: 52.75%;
  padding: 2.5% 0 0 2.5%;
}
.footer .bottom .bottomRigt .textFlex {
  display: flex;
  justify-content: space-between;
}
.footer .bottom .bottomRigt .textFlex .img1 {
  width: 140px;
  height: 70px;
}
.footer .bottom .bottomRigt .textFlex .img2 {
  width: 76px;
  height: 97px;
  margin-top: 30px;
}
.footer .bottom .bottomRigt .textFlex .textFlex {
  display: flex;
  align-items: center;
  padding-bottom: 40px;
}
.footer .bottom .bottomRigt .textFlex .textFlex img {
  width: 29px;
  height: 32px;
  margin-right: 10px;
}
.footer .bottom .bottomRigt .textFlex .textFlex p {
  font-size: 32px;
  color: #fff;
}
.footer .tips {
  height: 100px;
  line-height: 100px;
  font-size: 32px;
  color: #fff;
}
