@charset "UTF-8";

body {
  background: #f7f7f7;
}

/* 控制文字在一行之内，多余部分显示... */
.oneLine {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* 控制文字在两行之内，多余部分显示... */
.twoLine {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
}

/* 控制文字在三行之内，多余部分显示... */
.threeLine {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
}

/*清除默认格式*/

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
button,
input,
legend,
div,
img {
  border: medium none;
  margin: 0;
  padding: 0;
}

input,
button {
  border: 0;
  /* 取消轮廓边框 */
  outline: none;
}

/*h5新标签*/

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block
}

/* 重置表格元素 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

em,
i {
  font-style: normal;
}

img {
  border: none;
}

/* 重置列表元素 */

ul,
ol,
li {
  list-style: none;
}

body {
  color: #333;
  overflow-x: hidden;
  font-family: "Microsoft Yahei";
  font-size: 14px;
}

/*清除浮动*/

.clear {
  clear: both;
  height: 0;
  line-height: 0;
  font-size: 0;
}

.clearfix:after {
  clear: both;
  content: '.';
  display: block;
  height: 0;
  visibility: hidden;
}

.clearfix {
  zoom: 1;
}

.content  a {
  text-decoration: none;
  color: #fff;
}

a:hover {
  text-decoration: none;
}

a:focus {
  outline: none;
}

/*display*/

.hidden {
  display: none;
}

.show {
  display: block;
}

/*浮动*/

.fl {
  float: left;
}

.fr {
  float: right;
}

.overflow {
  overflow: hidden;
}

/*定位*/

.pr {
  position: relative;
}

.pa {
  position: absolute;
}

.pf {
  position: fixed;
}


/*解决手机右边空白*/

html {
  width: 100%;
  /*overflow-x: hidden;*/
}

input[type=button],
input[type=submit],
input[type=file],
button {
  cursor: pointer !important;
  -webkit-appearance: none !important;
}

/* 去除input,textarea默认样式 */

input,
button,
select,
textarea {
  outline: none
}

textarea {
  resize: none
}


header {
  width: 100%;
}

header .bg {
  width: 80%;
  margin: 0 auto;
  padding: 0.5vw 0;
}

header .bg img {
  width: 100%;
}

.menu {
  width: 100%;
  background-color: #0061a9;
  height: 5vh;
}

.menu .content {
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  line-height: 5vh;
  color: #fff;
  font-size: 1.2vw;
}

.menu .content li {
  width: 7vw;
  text-align: center;
}

.menu .content .active {
  background-color: #f18e1e;
}

.page{
  width: 100%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page .ma{
  width: 80%;
  align-self: center;
  text-align: center;
}

.slide {
  position: relative;
  width: 100%;
  height: 22vw;
  overflow: hidden;
}

.slide img {
  width: 100%;
  /* object-fit:contain; */
}

.slide span {
  width: 3vw;
  height: .5vh;
  background-color: #fff;
  display: block;
  margin-bottom: 10px;
}

.slide .text {
  width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  color: #fff;
}


/* 小菜单 */
.small-menu {
  width: 100%;
  height: 6vh;
  background-color: #fff;
  box-shadow: 0 0 10px 5px #f7f7f7 !important;
  z-index: 999;
}

.small-menu .box {
  width: 80%;
  height: 100%;
  margin: 0 auto;
  display: flex;
}

.small-menu .box li {
  margin-right: 3vw;
  cursor: pointer;
  line-height: 6vh;
}

.small-menu .box li.active {
  color: #3f81b8;
  border-bottom: 2px solid #3f81b8;
}

.w8 {
  width: 80%;
  margin: 0 auto;
}

footer {
  width: 100%;
  background-color: #1d5aae;
  position: relative;
  bottom: 0;
  overflow: hidden;
  clear: both;
}

.table-box {
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding-top: 4vh;
}

.table-box .left {
  width: 70%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-content: flex-start;
}

.table-box .left div {
  width: 25%;
  height: 8vh;
  color: #d1d2d3 !important;

}

.table-box .left div a {
  color: #d1d2d3 !important;

}

.table-box .left .head {
  font-size: 1.2vw;
  color: #fff !important;
  font-weight: 500;

}

.table-box .right {
  width: 30%;
}

.table-box .right span {
  margin-top: 1vh;
}

.table-box .right img {
  width: 7vw;
  height: 7vw;
}

.small-box {
  bottom: 0;
  background-color: #0a479a;
  width: 100%;
  display: flex;
}

.small-box span {
  width: 80%;
  height: 100%;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  color: #d1d2d3;
  padding: .1rem;
}

.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.flexcolumn {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #d1d2d3;
}

.jb {
  justify-content: space-around !important;
}

.footer-list {
  background-color: #0a479a;
}

.footer-list1 {
  display: flex;
  justify-content: center;
  padding-top: 50px;
}

.footer1 {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 50px;
  height: 90px;
  border-right: 1px #fff solid;
  margin-right: 27px;
  padding-right: 10px;

}

.footer1 p {
  color: #FFFFFF;
  font-size: 10px;

}

/* .footer p:nth-child(1) {
    margin-bottom: 15px;
} */

.word-link {
  height: 75px;
  width: 600px;
}

.word-link a {
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 30px;
  text-decoration: none;
  font-size: 12px;
}

.qrcode {
  margin-left: 20px;
}

#qrcode1 {
  margin-left: 40px;
}



.qrcode p a {
  text-decoration: none;
  color: #999999;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
}

.qrcode img {
  width: 75px;
  height: 75px;
}

.footer-list2 {
  margin-top: 30px;
  border-bottom: 1px dashed #467BD2;
}

.bot {
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  font-size: 12px;
  padding: 30px 0 20px 0;
  text-align: center;
}

.bot a {
  text-decoration: none;
}

.footer-list3 {
  display: flex;
  justify-content: center;
}

.bot1 {
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  font-size: 12px;
  line-height: 25px;
  text-align: center;
  padding-top: 15px;
}

.bot1 a {
  text-decoration: none;
}

.footer-list a:hover {

  color: #0099FF;
}

.footer-list4 {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  padding-bottom: 30px;
}

.footer-list4 a {
  display: inline-block;
}

.footer-list4 div {
  margin-right: 10px;
}

.footer-list4 div img {
  width: 124px;
  height: 47px;
}

.footer-list4 div:nth-child(6) a img {
  width: 42px !important;
  /* width: 40px; */
}

.bigImg {
  display: none;
  position: fixed;
  top: 10%;
  left: 50%;
  transform: translate(-50%);
}

.bigImg img {
  width: 400px;
  height: 400px;
}

.bgc-b {
  background-color: #0a479a;
}