/* 导航 */
*{
  padding: 0;
  margin: 0;
}
ul{
  padding: 0;
  margin: 0;
}

.logo {
  width: 128px;
}
.blue {
  color: rgb(34 88 150);
}
.navigations{
  background-color: #ffffff;
}
.btn-outline-primary{
  width: 100%;
}
.navigations .btn-outline-primary {
  color: rgb(34 88 150);
  border-color: rgb(34 88 150);
}
.btn-outline-primary:hover {
  background-color: rgb(34 88 150);
  color: #ffffff !important;
}
.btn-outline-primary{
  color: rgb(34 88 150) !important;
  border-color: rgb(34 88 150);
}



.btCx{
  width: 100%;
}
.navigations .btCx {
  color: rgb(34 88 150);
  border-color: rgb(34 88 150);
}
.btCx:hover {
  background-color: rgb(34 88 150);
  color: #ffffff !important;
}
.btCx{
  color: rgb(34 88 150) !important;
  border-color: rgb(34 88 150);
}

@media (min-width: 992px) {
	.navigations .navbar-nav .nav-link {
		padding-right: 16px !important;
		padding-left: 16px !important;
	}
}
.navigations .navbar-toggler {
	border: none;
	box-shadow: none !important;
}
.navigations .navbar-toggler>span {
	display: flex;
	align-items: center;
	height: 32px;
}
.navigations .navbar-toggler>span>span {
	position: relative;
}
.navigations .navbar-toggler>span>span,
.navigations .navbar-toggler>span>span::before,
.navigations .navbar-toggler>span>span::after {
	height: 2px;
	background-color: #2B323C;
	width: 25px;
	display: inline-block;
	border-radius: 5px;
	transition: all .35s ease-in-out;
}
.navigations .navbar-toggler>span>span::before,
.navigations .navbar-toggler>span>span::after {
	content: '';
	position: absolute;
	left: 0;
}
.navigations .navbar-toggler[aria-expanded="false"]>span>span::before {
	top: 7px;
}
.navigations .navbar-toggler[aria-expanded="false"]>span>span::after {
	bottom: 7px;
}
.navigations .navbar-toggler[aria-expanded="true"]>span>span {
	background-color: transparent;
}
.navigations .navbar-toggler[aria-expanded="true"]>span>span::before {
	top: 0;
	transform: rotate(-45deg);
}
.navigations .navbar-toggler[aria-expanded="true"]>span>span::after {
	bottom: 0;
	transform: rotate(45deg);
}
.navigations .navbar-nav .nav-link {
	color: #2B323C;
}
.navigations .navbar-nav .nav-link:hover,
.navigations .navbar-nav .nav-link:focus,
.navigations .navbar-nav .nav-link.active {
	color: var(--my-body-color);
	opacity: 1;
}

/* 图 */
.bg-overlay {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.opacity-2 {
  opacity: 0.2 !important;
}
.z-index-9 {
  z-index: 9 !important;
}
.py-sm-9 {
  padding: 0;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: 50%;
}
.vgh{
  min-height: 55vh !important;
}
@media (max-width: 768px) {
  .vgh {
    min-height: 45vh !important;
  }
}
@media (max-width: 768px) {
  .my-h1 {
      color: #fff;
      font-size: 28px;
      font-weight: 100;
      line-height: 50px;
  }
  my{
    display: block;
  }
}
/* 文字 */
.my-product {
  width: 100%;
  height: 99%;
  display: inline-block;
  background: #fff;
  opacity: 0.8;
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 60px;
  font-size: 14px;
  opacity: 0;
}
.product-content {
  /* display: -webkit-box;
  -webkit-box-orient: vertical; 
  -webkit-line-clamp: 4; 
  line-clamp: 4; */
  overflow: hidden; 
  text-overflow: ellipsis; 
}
.my-box:hover .my-product {
  opacity: 1;
}
/* footer */
  .footer{
    padding: 20px 0 20px;
    background-color: rgb(247 249 252);
  }
  .footer hr {
    margin-top: 3rem !important;
  }
  
  @media (min-width: 768px) {
    .footer {
      padding: 80px 0 60px;
    }
  }
  .footer-links li {
    margin-bottom: 8px;
    white-space: nowrap;
    font-size: 14px;
  }
  .footer-links li a {
    color: var(--my-body-color);
    opacity: 0.5;
    text-decoration: none;
    transition: color 0.35s ease-in-out;
    white-space: initial;
  }
  .footer-links li a:hover {
    color: var(--my-body-color);
    opacity: 1;
  }
  .footer-copyright,.footer-copyright a{
    color: var(--my-body-color);
    text-decoration: none;
    font-size: 12px;
    line-height: 28px;
    position: relative;
  }
  .footer-copyright ul li a::before {
    content: "|";
    padding: 0 8px;
    white-space: pre;
    opacity: .3;
}
.footBGa{
  cursor: pointer;
}
.iPShw{
  display: none;
}
@media (max-width: 992px) {
  .iPShw {
      display: block;
  }
  .footerSlide{
    display: none;
  }
}
.my-KBAC{
  background: #325276;
}


/* 6 */
.my-BkCaD{
  background-color: rgb(247 249 252);
}

.my-BkCaD a{
  color: #27374d;
}
.my-BkCaD ul li{
  display:flex;
  align-items: center;
}
.usEt{
  font-size: 24px;
}
.usEf ,
.usEy  {
    font-size: 20px; 
}

.Sul{
  color: rgb(34 88 150) !important;
}
.gyMy a:hover{
  color: rgb(34 88 150);
}



/* jj */
.Userj {
	color: #454545;
}
.Useru li {
	list-style-type: none;
	text-indent: 2em;
	margin-top: 14px;
	margin-bottom: 14px;
	color: #27374d;
	font-weight: 400;
  line-height: 2;
  font-size: 16px;
}
.Useru h2 {
	text-align: left;
	padding: 12px 0;
	color: #27374d;
	font-size: 22px;
}
.Useru h3 {
	text-align: left;
	padding: 12px 0;
	color: #27374d;
	font-size: 18px;
}
.helpT {
	font-size: 16px;
	color: #27374d;
	padding: 12px 0;
	line-height: 20px;
	font-weight: 700;
}
strong {
	font-weight: 700;
}
.Useru table{
	font-size: 12px;
	color: #27374d;
	margin-top: 20px;
	width: 100%;
}
.Useru table tr th{
	font-weight: 700;
	background-color: #f5f5f7;
	padding:12px 20px;
	text-align: left;
}
.Useru table tr td{
	padding: 8px 20px;
	text-align: left;
	font-weight: 400;
	line-height: 24px;
	border-bottom: 1px solid #f5f5f7;
	opacity: 0.8;
}
strong{
	color: #27374d;
	font-size: 14px;
}
.Useru i:after{
    width: 8px;
	height: 8px;
	content: "";
	display: inline-block;
	background-color: #27374d;
	border-radius: 10px;
	margin-right: 8px;
}

@media (max-width: 992px) {
  .Useru li {
    line-height: 2;
    font-size: 14px;
  }
  .Useru h2 {
    font-size: 16px;
  }
  .usEt{
    font-size: 18px;
  }
  .usEf ,
  .usEy  {
      font-size: 16px; 
  }
  .ftdLo{
    display: block;
  }
}

/* fw */
.fwXy li {
	list-style-type: none;
	text-indent: 2em;
	margin-top: 14px;
	margin-bottom: 14px;
	color: #27374d;
	font-weight: 400;
  line-height: 2;
  font-size: 14px;
}
.fwXy h2 {
	text-align: left;
	padding: 12px 0;
	color: #27374d;
	font-size: 24px;
  text-align: center;
}
.emph{
  text-align: center;
  margin-bottom: 20px;
}
.fwXy h3 {
	text-align: left;
	padding: 12px 0;
	color: #27374d;
	font-size: 16px;
}
.fgx {
  background: #333;
  width: 100%;
  height: 1px;
  margin: 1px 0;
}
.wgSc .wgtz{
    font-size: 14px;
    margin-top: 10px;
}


@media (max-width: 992px) {
  .ftdLo span{
    display: block;
  }
  .footer-copyright ul li a::before{
    display: none;
  }
}
.trans_y img{
  width: 24px;
}