html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, menu, nav, section, time, mark, audio, video, details, summary {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 14px;
    font-weight: normal;
    vertical-align: middle;
    background: transparent;
    font-family: "microsoft yahei","微软雅黑";
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

a:link,      /* 未访问链接*/
a:visited,  /* 已访问链接 */
a:hover,   /* 鼠标移动到链接上 */
a:active {text-decoration:none;}  /* 鼠标点击时 */

/* 字体图标  */
@font-face {
	font-family: 'iconfont';
	src: url("../font/iconfont.woff")/*tpa=http://odi.wealthbridge.cn/font/iconfont.woff*/ format('woff'),
		url("../font/iconfont.ttf")/*tpa=http://odi.wealthbridge.cn/font/iconfont.ttf*/ format('truetype'),
		url("../font/iconfont.svg#iconfont")/*tpa=http://odi.wealthbridge.cn/font/iconfont.svg#iconfont*/ format('svg');
}

.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
:root {
    --main-dark-grey-color: #383841;  /*深灰*/
    --main-light-grey-color: #696b71;  /*浅灰*/
    --main-blue-color: #001042;  /*深海蓝*/
    --main-orange-color: #ff6c0e;  /*日出橙*/
    --main-gradient-color:#865138;   /*渐变色*/
    --main-champagne-color:#e9bfa2;   /*香槟色*/
    --main-bronze-color: #c1987d;  /*古铜色*/
}


.loading {position: fixed;top:0; width: 100%;height: 100%;z-index:999;opacity:1; display: flex; align-items: center; /* 垂直居中 */
  justify-content: center; /* 水平居中 */background-color: #fff;}
.loading .bgsqr1,.loading .bgsqr2,.loading .bgsqr3,.loading .bgsqr4{background:#FFFFFF;position: absolute;top:0; width: 0px;height: 100%;-webkit-transition: all 0.4s; transition: all 0.4s; opacity:0.35;}
.loading .bgsqr3,.loading .bgsqr4{ opacity:0.75;}
.loading .bgsqr1{ left:0;}
.loading .bgsqr2{ right:0}
.loading .bgsqr3{ right:0;}
.loading .bgsqr4{ left:0;}
.loading.open {width: 100%;opacity:1;}
.loading.open .bgsqr1,.loading.open .bgsqr2,.loading.open .bgsqr3,.loading.open .bgsqr4{ width:100%;}
.loading.open .bgsqr3,.loading.open .bgsqr4{-webkit-transition-delay:.4s;transition-delay:.4s;}
.loading.close .bgsqr1,.loading.close .bgsqr2,.loading.close .bgsqr3,.loading.close .bgsqr4{ width:0;}
.loading.close .bgsqr1,.loading.close .bgsqr2{-webkit-transition-delay:.4s;transition-delay:.4s;}

.loading .load-body {position:relative;z-index:1000;}
















@media (min-width:1200px) {
	.container {max-width: 1200px;}
}

section {
	padding: 50px 0 80px 0;
}
@media (max-width: 768px){
	section {
		padding: 40px 0 6 0;
	}
}
@media (max-width: 500px){
	section {
		padding: 30px 0 40px 0;
	}
}
.wcontainer{
	max-width: 1500px;
	margin: 0 auto;
}
@media (max-width: 1200px){
	.wcontainer{
	max-width: 1200px;
		padding: 0 15px;
	}
}
.stitle {
  text-align: center;
  padding-top: 15px;
  padding-bottom: 35px;
}
@media (max-width: 768px){
	.stitle {
		padding-bottom: 25px;
	}
}
@media (max-width: 500px){
	.stitle {
		padding-bottom: 25px;
	}
}
.stitle h3{
	color: var(--main-dark-grey-color);
	font-size: 32px;
}
.stitle.stc h3{
	color: #ffffff;
}
.stitle img{
	
}
.stitle p{
	color: var(--main-light-grey-color);
	font-size: 16px;
}
.stitle.stc p{
	color: #ffffff;
}
.stitle .hr {
  margin: 15px auto;
}

.hr {
  content: '';
  font-size: 10px;
  background: repeating-linear-gradient( -45deg, transparent, transparent 4px, var(--main-orange-color) 4px, var(--main-orange-color) 5px );
  background-size: auto;
  background-size: 6px 6px;
  display: block;
  opacity: 0.5;
  height: 5px;
  width: 30px;
}
.hr.white {
	background: repeating-linear-gradient( -45deg, transparent, transparent 4px, #FFFFFF 4px, #FFFFFF 5px );
  background-size: 6px 6px;
	opacity: 1;
}






.topper {
  height: 30px;
  background-color: #fafafa;
  border-bottom: 1px solid #dcdcdc;
}

header .header {padding: 20px 0;}
header .logo {
  display: block;
  width: 220px;
  height: 60px;
  text-indent: -9999px;
  background: url("../images/logo.png")/*tpa=http://odi.wealthbridge.cn/images/logo.png*/ 0 0px no-repeat;
}

header .header .col-7 img {width:100%;}



header .body {
  height: 50px;
  background-color:var(--main-dark-grey-color);
}
header .nav li {
  position: relative;
  display: inline-block;
}
header .nav li > a {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #ffffff;
  -webkit-transition: all .6s;
  transition: all .6s;
  z-index: 100;
}
header .nav li.on > a {background-color: var(--main-bronze-color);}
header .nav li:hover > a {background-color: var(--main-orange-color);}
.su_button_circle{
  background-color: red;
  border-radius: 1000px;
  position: absolute;
  left:0;
  top:0;
  width: 0px;
  height: 0px;
  margin-left: 0px;
  margin-top: 0px;
  pointer-events: none;
  /*animation-timing-function: ease-in-out; */
}
.button_su_inner{

}
.button_text_container{
   position:relative;
   z-index: 10;
}
.explode-circle {
   animation: explode 0.5s forwards;
}
.desplode-circle{
   animation: desplode 0.5s forwards;
}

@keyframes explode {
  0% {
    width: 0px;
    height: 0px;
    margin-left: 0px;
    margin-top: 0px;
    background-color: rgba(233, 191, 162,0.2);
  }
  100% {
    width: 400px;
    height: 400px;
    margin-left: -200px;
    margin-top: -200px;
    background-color: var(--main-orange-color);
  }
}

@keyframes desplode {
  0% {
    width: 400px;
    height: 400px;
    margin-left: -200px;
    margin-top: -200px;
    background-color: var(--main-orange-color);
  }
  100% {
    width: 0px;
    height: 0px;
    margin-left: 0px;
    margin-top: 0px;
    background-color: rgba(193, 152, 125,0.6);
  }
}

header .nav li.col:hover > a, header .nav li.col.on > a {
  /*color: var(--main-orange-color);*/
}


header .nav li.col .sub {
    position: absolute;
    left: calc(var(--bs-gutter-x) * 0.5);;
    top: 120%;
    width: 100%;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    z-index: 99;
    height: auto;
}
header .nav li.col:hover .sub{
    opacity: 1;
    visibility: visible;
    top: 100%;
}

header .nav li.col .sub .sub-item {
    position: relative;
    display: block;
    margin: 0;
}
header .nav li.col .sub .sub-item a {
    display: block;
    padding: 7px 15px;
    position: relative;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    border-radius: 0;
    line-height: 2;
    margin: 0;
    border-bottom: 1px solid #ececec;
    color: #1b3255;
}
header .nav li.col .sub .sub-item:hover a {
    background-color: var(--main-champagne-color);
    color: #fff;
}







header div.search .box-se {
  padding: 15px 0;
  height: 30px;
}
header div.search .iconfont.search {
  line-height: 30px;
  font-size: 28px;
  font-weight: 800;
  color: var(--main-bronze-color);
}
header div.search .box-se:hover .iconfont.search {
  color: var(--main-orange-color);
}

header div.search .iconfont.search::before {
  content: "\e760";
}
header div.search .box-btn {
  padding: 11px 0 10px;
  height: 60px;
}
header div.search .box-btn a {
  position: relative;
  background-color: var(--main-bronze-color);
  display: inline-block;
  padding: 9px 25px;
  color: #fff;
  text-align: center;
  border-radius: 20px;
  overflow: hidden;
  z-index: 1;
}







.search-overlay {
  position:fixed;
  top:0;
  right:0;
  bottom:0;
  left:0;
  z-index:9999;
  opacity:0;
  visibility:hidden;
  -webkit-transition:all .3s ease-in-out;
  transition:all .3s ease-in-out;
  overflow:hidden
}
.search-overlay .search-layer {
  position:absolute;
  top:0;
  right:0;
  bottom:0;
  z-index:1;
  -webkit-transform:translateX(100%);
  transform:translateX(100%)
}
.search-overlay .search-layer:nth-child(1) {
  left:0;
  background-color:rgba(0,0,0,.5);
  -webkit-transition:all .3s ease-in-out 0s;
  transition:all .3s ease-in-out 0s
}
.search-overlay .search-layer:nth-child(2) {
  left:0;
  background-color:rgba(0,0,0,.5);
  -webkit-transition:all .3s ease-in-out .3s;
  transition:all .3s ease-in-out .3s
}
.search-overlay .search-layer:nth-child(3) {
  left:0;
  background-color:rgba(0,0,0,.5);
  -webkit-transition:all .9s ease-in-out .6s;
  transition:all .9s ease-in-out .6s
}
.search-overlay .search-close {
  position:absolute;
  top:40px;
  right:40px;
  width:50px;
  z-index:2;
  text-align:center;
  cursor:pointer;
  padding:10px;
  -webkit-transition:all .9s ease-in-out 1.5s;
  transition:all .9s ease-in-out 1.5s;
  opacity:0;
  visibility:hidden
}
.search-overlay .search-close .search-close-line {
  width:100%;
  height:3px;
  float:left;
  margin-bottom:5px;
  background-color:#fff;
  -webkit-transition:all 500ms ease;
  transition:all 500ms ease
}
.search-overlay .search-close .search-close-line:nth-child(1) {
  -webkit-transform:rotate(45deg);
  transform:rotate(45deg)
}
.search-overlay .search-close .search-close-line:nth-child(2) {
  margin-top:-7px;
  -webkit-transform:rotate(-45deg);
  transform:rotate(-45deg)
}
.search-overlay .search-close:hover .search-close-line {
  background:#0071dc;
  -webkit-transform:rotate(180deg);
  transform:rotate(180deg)
}
.search-overlay .search-form {
  -webkit-transition:all .9s ease-in-out 1.4s;
  transition:all .9s ease-in-out 1.4s;
  opacity:0;
  visibility:hidden;
  position:absolute;
  left:50%;
  top:50%;
  -webkit-transform:translateY(-50%) translateX(-50%);
  transform:translateY(-50%) translateX(-50%);
  z-index:2;
  max-width:500px;
  width:500px;
  padding:0 15px
}
.search-overlay .search-form form {
  position:relative
}
.search-overlay .search-form form .input-search {
  display:block;
  width:100%;
  height:60px;
  border:0;
  border-radius:30px;
  color:#252525;
  padding:3px 0 0 25px
}
.search-overlay .search-form form .input-search::-webkit-input-placeholder {
  -webkit-transition:.7s;
  transition:.7s;
  letter-spacing:.5px;
  color:#252525
}
.search-overlay .search-form form .input-search:-ms-input-placeholder {
  -webkit-transition:.7s;
  transition:.7s;
  letter-spacing:.5px;
  color:#252525
}
.search-overlay .search-form form .input-search::-ms-input-placeholder {
  -webkit-transition:.7s;
  transition:.7s;
  letter-spacing:.5px;
  color:#252525
}
.search-overlay .search-form form .input-search::placeholder {
  -webkit-transition:.7s;
  transition:.7s;
  letter-spacing:.5px;
  color:#252525
}
.search-overlay .search-form form .input-search:focus {
  border:0;
  outline:0
}
.search-overlay .search-form form .input-search:focus::-webkit-input-placeholder {
  color:transparent
}
.search-overlay .search-form form .input-search:focus:-ms-input-placeholder {
  color:transparent
}
.search-overlay .search-form form .input-search:focus::-ms-input-placeholder {
  color:transparent
}
.search-overlay .search-form form .input-search:focus::placeholder {
  color:transparent
}
.search-overlay .search-form form button {
  position:absolute;
  right:5px;
  top:5px;
  width:50px;
  color:#fff;
  height:50px;
  border-radius:50%;
  background-color:#0071dc;
  -webkit-transition:.7s;
  transition:.7s;
  border:0;
  font-size:20px;
  line-height:55px
}
.search-overlay .search-form form button:hover {
  background-color:#ffc221;
  color:#fff
}
.search-overlay .search-form form:hover {
  border:0;
  outline:0
}
.search-overlay.search-overlay-active.search-overlay {
  opacity:1;
  visibility:visible
}
.search-overlay.search-overlay-active.search-overlay .search-layer {
  -webkit-transform:translateX(0);
  transform:translateX(0)
}
.search-overlay.search-overlay-active.search-overlay .search-close {
  opacity:1;
  visibility:visible
}
.search-overlay.search-overlay-active.search-overlay .search-form {
  opacity:1;
  visibility:visible
}


.swiper {height: 550px}


.banner .imgbox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.banner .imgbox img {
  display: block;
    height: auto;
    object-fit: cover;
    overflow: hidden;
}







footer {background: var(--main-blue-color);}
footer .footer-info {padding: 30px 0 20px;color: #ffffff;}
footer .footer-contact-info .footer-logo {line-height:0;}
footer .footer-contact-info .footer-400, footer .footer-contact-info .footer-mail {margin-top: 20px;}
footer .footer-title {position: relative;margin-bottom: 10px;line-height:20px;text-indent: 14px;font-size: 16px;color: rgba(255, 255, 255, 1);}
footer .footer-title::before {content: "";position: absolute;left: 0px;top: 2px;width: 2px;height: 16px;background: var(--main-orange-color);}
footer .footer-400 a, footer .footer-mail a {display:block;}
footer .footer-contact-info span {display:block;color: #fff;font-family:"Arial","Times New Roman","Harmony_Regular", "微软雅黑", "Microsoft Yahei", "sans-serif"; }
footer .footer-400 span {font-size: 16px;/*font-weight:600;*/line-height:20px;}
footer .footer-mail span {font-size: 16px;line-height:20px;}
footer .footer-nav a {display: block;color: #ffffff;font-size: 14px;line-height: 32px;}
footer .footer-tel p:nth-of-type(3){font-size: 12px; color: #ffffff;padding: 0px 0 10px 0; }
footer .footer-tel p:nth-of-type(2){font-size: 24px;line-height: 26px;padding-bottom: 5px; }
footer .footer-tel a{display:inline-block; padding: 0 15px; font-size: 14px; background-color:var(--main-orange-color); line-height: 35px; color: #fff; }
footer .footer-tel a i{font-size: 26px; vertical-align: middle;}
.iconfont.chat::before {color: #ffffff;content: "\e6cb";}
footer .footer-wx > p {display: block;margin-bottom: 10px;color: #ffffff;font-size: 14px;line-height: 16px;}
footer .footer-wx .footer-share-er {width: 100%;}
footer .footer-wx .row p {font-size: 13px;line-height: 30px;color: var(--main-light-grey-color);display: block;text-align: center;font-weight: normal;}
footer .footer-cr .container .line {border-top: 1px solid #575758;padding: 20px 0;color: #ffffff;}
footer .footer-cr .container .line p{color: #ffffff;}

#aff-im-root .embed-icon {display:none;}
.right_nav {right: 0;bottom: 200px;position: fixed;z-index: 999;}
.right_nav > div {background: var(--main-bronze-color);margin: 4px 0;padding: 10px;border-top-left-radius: 4px;border-bottom-left-radius: 4px;cursor: pointer;position: relative;-webkit-transition: all .2s;transition: all .2s;right: -70px;}
.right_nav:hover > div {right:0;}
.right_nav > div:nth-of-type(2) {-webkit-transition: all .2s ease .05s;transition: all .2s ease .05s;}
.right_nav > div:nth-of-type(3) {-webkit-transition: all .2s ease .1s;transition: all .2s ease .1s;}
.right_nav > div:nth-of-type(4) {-webkit-transition: all .2s ease .15s;transition: all .2s ease .15s;}
.right_nav > div:nth-of-type(5) {-webkit-transition: all .2s ease .2s;transition: all .2s ease .2s;}
.right_nav .iconBox {text-align: center;overflow: hidden;display: flex;align-items: center;justify-content: space-between}
.right_nav .iconBox img {width: 30px;height: 30px;}
.right_nav .iconBox h4 {color: #fff;font-size: 14px;margin: 2px 0;margin-left: 15px;}
.right_nav > div:hover {background: var(--main-orange-color)}
.right_nav > div .hideBox {display: none;position: absolute;right: 120px;padding: 10px;padding-right: 15px;top: -10px;z-index: 999;}
.right_nav > div:hover .hideBox {display: block;opacity: 1;}
.right_nav > div .hideBox .hb {border: 1px solid #ccc;background-color: #fff;padding: 10px 20px;border-top: 2px solid #0085cd;border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;}
.right_nav > div .hideBox .hb h5 {padding: 5px 0;border-bottom: 2px solid #ccc;color: var(--main-dark-grey-color);font-size: 16px;font-weight: 400;display: block;white-space: nowrap;}
.right_nav > div .hideBox .hb p {margin-top: 5px;color:var(--main-light-grey-color);font-size: 18px;font-weight: 700;margin-bottom: 0;}
.right_nav > div .hideBox .hb .qqtalk {margin-top: 10px;}
.right_nav > div .hideBox .hb .qqtalk a {display: flex;align-items: center}
.right_nav > div .hideBox .hb .qqtalk img {width: 25px;height: 25px;}
.right_nav > div .hideBox .hb .qqtalk p {font-size: 14px;font-weight: 400;white-space: nowrap;margin-top: -5px;margin-left: 5px;margin-bottom: 0}
.right_nav > div .hideBox .hb.wx img {width: 120px;height: 120px;margin-top: 10px;}




