/*此处用来放置特殊样式*/
.headerBox[data-v-2fff5b90] {
    text-align: left;
}
.nav li a[data-v-2fff5b90] {
    display: inline-block;
    color: #000;
    line-height: 80px;
    font-size: 18px;
    padding: 0 30px;
}
li {
		display: list-item;
		text-align: -webkit-match-parent;
}
li :hover {
	    color: #0b65aa;
	    background-color: transparent;
		float:right;
	    border-bottom: 2px solid #0b65aa;
	    margin-bottom: -2px;
}
.banner[data-v-e399dd8a] {
    width: 100%;
    height: 300px;
}
.banner img[data-v-e399dd8a] {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    box-shadow: 0 5px 10px rgb(0 0 0 / 40%);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,.4);
    -webkit-box-shadow: 0 5px 10px rgb(0 0 0 / 40%);
}
.cont[data-v-71716f68] {
    margin: 40px 0;
}
.cont h4[data-v-71716f68] {
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    color: #333;
    font-weight: 400;
    position: relative;
    margin-bottom: 20px;
}
h4 {
    display: block;
    margin-block-start: 1.33em;
    margin-block-end: 1.33em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
.cont h4[data-v-71716f68]::after {
    content: "";
    width: 125px;
    height: 4px;
    background: #0b65aa;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -62.5px;
}
.box{
	text-align: left;
	border-bottom: 1px solid #eee;
	position: relative;
	padding: 20px;
}
/*******************************************************按钮样式************************************/
#showPopup{
	border: none;
	background-color: #fff;
	font-size: 22px;
	color: red;
}
/* *****************************************************弹出框样式******************************************************** */
/* 遮罩层 */
  #overlay {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    font-size: 16px;
    /* IE9以下不支持rgba模式 */
    background-color: rgba(0, 0, 0, 0.5);
    /* 兼容IE8及以下 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000,endColorstr=#7f000000);
    display: none;
  }
  /* 弹出框主体 */
  .popup {
    background-color: #ffffff;
    max-width: 400px;
    min-width: 200px;
    height: 240px;
    border-radius: 5px;
    margin: 100px auto;
    text-align: center;
  }
  /* 弹出框的标题 */
  .popup_title {
    height: 60px;
    line-height: 60px;
	font-size: 24px;
    border-bottom: solid 1px #cccccc;
  }
  /* 弹出框的内容 */
  .popup_content {
    height: 50px;
    line-height: 50px;
    padding: 15px 20px;
  }
  /* 弹出框的按钮栏 */
  .popup_btn {
    padding-bottom: 10px;
  }
  /* 弹出框的按钮 */
  .popup_btn button {
    color: #778899;
    width: 40%;
    height: 40px;
    cursor: pointer;
    border: solid 1px #cccccc;
    border-radius: 5px;
    margin-top: 30px;
    margin-right: 10px;
    margin-bottom: 20px;
    margin-left: 10px;
    color: #ffffff;
    background-color: #337ab7;
	font-size: 20px;
  }
/* *****************************************************弹出框******************************************************** */
.footer[data-v-130b71f6] {
    background: #31516b;
    color: #fff;
    height: 45px;
    line-height: 45px;
}
.instruction[data-v-4ab3675b] {
    padding-bottom: 200px;
}
h2 {
    display: block;
    font-size: 1.5em;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}
p[data-v-201470c1] {
    padding: 5px 0;
    line-height: 25px;
}
