* {
  margin: 0;
  padding: 0;
  font-style: normal;
}
fieldset, img {
  border: none;
}
address, caption, cite, code, dfn, th, var {
  font-style: normal;
  font-weight: normal;
}
ul, ol {
  list-style: none;
}
select, input {
  vertical-align: middle;
}
input::-ms-clear {
  display: none
}
select, input, textarea {
  font-size: 12px;
  margin: 0;
}
table {
  border-collapse: collapse;
}
.ease, img {
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
}
.shadow, .ani-shadow {
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .11);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, .11);
  position: relative;
}
body {
  background: #f7f7f7;
  color: #3B4355;
  /* min-width: 1200px; */
  font: 12px/1 'Hiragino Sans GB', 'Microsoft YaHei', sans-serif;
}
.hide {
  display: none!important
}
.disabled {
  cursor: not-allowed!important;
  background-color: #eee!important;
  color: #999!important
}
.clearfix:after {
  content: '.';
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}
.clearfix {
  zoom: 1;
}
.clearit {
  clear: both;
  height: 0;
  font-size: 0;
  overflow: hidden;
}
a, a:visited {
  color: inherit;
  text-decoration: none;
}
a:hover, a:active, a:focus {
  color: #E22E35;
  text-decoration: none;
}
img {
  image-rendering: optimizeSpeed;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: optimize-contrast;
  -ms-interpolation-mode: nearest-neighbor
}
img[data-src] {
  opacity: 0
}
h1 {
  font-size: 18px
}
h2 {
  font-size: 16px
}
h3 {
  font-size: 14px
}
h4, h5, h6 {
  font-size: 100%
}
address, cite, dfn, em, i, var {
  font-style: normal
}
code, kbd, pre, samp, tt {
  font-family: "Courier New", Courier, monospace
}
small {
  font-size: 12px
}
.wrap, .main {
  width: 1200px;
  margin: 0 auto;
}
.ani-scale {
  -webkit-transition: all .4s;
  transition: all .4s;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.ani-opacity {
  filter: Alpha(Opacity=80);
  opacity: .8;
  -webkit-transition: all .4s;
  transition: all .4s;
}
.ani-rotate {
  -webkit-transition: all .4s;
  transition: all .4s;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.ani-popIn {
  -webkit-animation-duration: .35s;
  animation-duration: .35s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
.ani-popOut {
  -webkit-animation-duration: .35s;
  animation-duration: .35s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceIn {
  0%, 100% {
      -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
      animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }
  0% {
      opacity: 0;
      -webkit-transform: scale3d(.8, .8, .8);
      transform: scale3d(.8, .8, .8)
  }
  100% {
      opacity: 1;
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1)
  }
}
@keyframes bounceIn {
  0%, 100% {
      -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
      animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }
  0% {
      opacity: 0;
      -webkit-transform: scale3d(.8, .8, .8);
      transform: scale3d(.8, .8, .8)
  }
  100% {
      opacity: 1;
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1)
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn
}
@-webkit-keyframes bounceOut {
  20% {
      -webkit-transform: scale3d(.9, .9, .9);
      transform: scale3d(.9, .9, .9);
      -moz-transform: scale3d(.9, .9, .9);
      -ms-transform: scale3d(.9, .9, .9);
      -o-transform: scale3d(.9, .9, .9);
  }
  100% {
      opacity: 0;
      -webkit-transform: scale3d(.8, .8, .8);
      transform: scale3d(.8, .8, .8)
  }
}
@keyframes bounceOut {
  20% {
      -webkit-transform: scale3d(.9, .9, .9);
      transform: scale3d(.9, .9, .9)
  }
  100% {
      opacity: 0;
      -webkit-transform: scale3d(.8, .8, .8);
      transform: scale3d(.8, .8, .8)
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut
}
body {
  padding-top: 60px;
}


/* aboutus */

.aboutUs {
  padding-bottom: 30px;
  background-color: #363D4E;
  margin-top: 30px;
}
.aboutUs dl {
  color: #fff;
  float: left;
  padding-top: 30px;
}
.aboutUs dl.dt1 {
  width: 269px;
}
.aboutUs dl.dt2 {
  width: 179px;
  margin-left: 98px;
}
.aboutUs dl.dt3 {
  width: 299px;
  margin-left: 98px;
}
.aboutUs dl.dt4 {
  width: 196px;
  float: right;
}
.aboutUs dt {
  font-size: 20px;
  color: #fff;
  padding-bottom: 25px;
}
.aboutUs dd {
  line-height: 26px;
  font-size: 14px
}
.aboutUs dd.person span {
  font-size: 14px;
  display: block;
}
.aboutUs dd span.tel, .aboutUs dd span.contact {
  background-image: url(//n.sinaimg.cn/finance/tzxyHome/images/icon-bg3.png?id=20180510);
  background-image: -webkit-image-set(url(//n.sinaimg.cn/finance/tzxyHome/images/icon-bg3.png?id=20180510) 1x, url(//n.sinaimg.cn/finance/tzxyHome/images/icon-bg3-2x.png?id=20180510) 2x);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 37px 92px;
  display: block;
  font-size: 24px;
  line-height: 40px;
  height: 40px;
  padding-left: 46px;
  margin: 10px 0;
}
.aboutUs dd span.contact {
  background-position: 0 100%;
  font-size: 14px;
  cursor: pointer;
}
.aboutUs dd span.contact:hover {
  color: #419AFC
}
.aboutUs dd .wb {
  background-image: url(//n.sinaimg.cn/finance/tzxyHome/images/icon-wbwx.png);
  background-image: -webkit-image-set(url(//n.sinaimg.cn/finance/tzxyHome/images/icon-wbwx.png) 1x, url(//n.sinaimg.cn/finance/tzxyHome/images/icon-wbwx-2x.png) 2x);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 99px 30px;
  display: inline-block;
  width: 35px;
  height: 35px;
  margin-right: 30px;
  cursor: pointer;
}
.aboutUs dd span.wx {
  background-image: url(//n.sinaimg.cn/finance/tzxyHome/images/icon-wbwx.png);
  background-image: -webkit-image-set(url(//n.sinaimg.cn/finance/tzxyHome/images/icon-wbwx.png) 1x, url(//n.sinaimg.cn/finance/tzxyHome/images/icon-wbwx-2x.png) 2x);
  background-repeat: no-repeat;
  background-position: 100% 0;
  background-size: 99px 30px;
  display: inline-block;
  width: 35px;
  height: 35px;
  cursor: pointer;
}
.aboutUs .line {
  border-left: solid 1px #474658;
  width: 0;
  height: 220px;
  float: left;
  margin-top: 25px;
}
.aboutUs dd ul {
  position: relative;
}

/* footer */

.tfooter {
  margin-top: 30px;
  line-height: 22px;
}
.tfooter .f-l {
  float: left;
  width: 940px;
}
.tfooter .f-item {
  margin-bottom: 30px;
}
.tfooter .f-item h3 {
  font-size: 20px;
  color: #3B4355;
  font-weight: bold;
  line-height: 34px;
}
.tfooter .f-item p {
  font-size: 14px;
  color: #90969F;
  margin: 20px 0;
}
.tfooter .f-r {
  float: right;
  width: 200px;
  padding-top: 50px;
}
.tfooter .f-r .sina_logo_link {
  display: block;
  width: 194px;
  height: 69px;
  background-image: url(//n.sinaimg.cn/finance/tzxyHome/images/sina_logo.png);
  background-image: -webkit-image-set(url(//n.sinaimg.cn/finance/tzxyHome/images/sina_logo.png) 1x, url(//n.sinaimg.cn/finance/tzxyHome/images/sina_logo_2x.png) 2x);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 100%;
}
.tfooter .f-imgList {
  display: block;
}
.tfooter .f-imgList img {
  float: left;
  margin-right: 10px;
}
.tfooter .f-imgList span {
  overflow: hidden;
  font-size: 14px;
  color: #90969F;
}
.footer {
  text-align: center;
  border-top: 1px solid #E1E4E8;
  padding: 30px 0;
  font-size: 14px;
  color: #90969F;
  line-height: 34px;
}
.footer p {
  font-size: 14px;
  color: #90969F;
  line-height: 34px;
}
