.w-xs {
  width: 30px;
}
.w-sm {
  width: 70px;
}
.w-md {
  width: 150px;
}
.w-lg {
  width: 200px;
}
.w-xl {
  width: 300px;
}
.w-xxl {
  width: 360px;
}
.w-1-2 {
  width: 50%;
}
.w-1-3 {
  width: 33%;
}
.w-1-4 {
  width: 25%;
}
.w-1-5 {
  width: 20%;
}
.w-full {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.h-xs {
  height: 30px;
}
.h-sm {
  height: 50px;
}
.h-md {
  height: 64px;
}
.h-lg {
  height: 80px;
}
.h-xl {
  height: 150px;
}
.h-full {
  height: 100%;
}
.m-a-0 {
  margin: 0 !important;
}
.m-t-0 {
  margin-top: 0 !important;
}
.m-r-0 {
  margin-right: 0 !important;
}
.m-b-0 {
  margin-bottom: 0 !important;
}
.m-l-0 {
  margin-left: 0 !important;
}
.m-x-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.m-y-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.m-a-xs {
  margin: 5px !important;
}
.m-t-xs {
  margin-top: 5px !important;
}
.m-r-xs {
  margin-right: 5px !important;
}
.m-b-xs {
  margin-bottom: 5px !important;
}
.m-l-xs {
  margin-left: 5px !important;
}
.m-x-xs {
  margin-right: 5px !important;
  margin-left: 5px!important;
}
.m-y-xs {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}
.m-x-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.m-a-sm {
  margin: 10px !important;
}
.m-t-sm {
  margin-top: 10px!important;
}
.m-r-sm {
  margin-right: 10px !important;
}
.m-b-sm {
  margin-bottom: 10px !important;
}
.m-l-sm {
  margin-left: 10px !important;
}
.m-x-sm {
  margin-right: 10px !important;
  margin-left: 10px !important;
}
.m-y-sm {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.m-a-md {
  margin: 15px !important;
}
.m-t-md {
  margin-top: 15px!important;
}
.m-r-md {
  margin-right: 15px !important;
}
.m-b-md {
  margin-bottom: 15px !important;
}
.m-l-md {
  margin-left: 15px !important;
}
.m-x-md {
  margin-right: 15px !important;
  margin-left: 15px !important;
}
.m-y-md {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}
.m-a-lg {
  margin: 20px !important;
}
.m-t-lg {
  margin-top: 20px !important;
}
.m-r-lg {
  margin-right: 20px !important;
}
.m-b-lg {
  margin-bottom: 20px !important;
}
.m-l-lg {
  margin-left: 20px !important;
}
.m-x-lg {
  margin-right: 20px !important;
  margin-left: 20px !important;
}
.m-y-lg {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
.m-a-xl {
  margin: 25px !important;
}
.m-t-xl {
  margin-top: 25px !important;
}
.m-r-xl {
  margin-right: 25px !important;
}
.m-b-xl {
  margin-bottom: 25px !important;
}
.m-l-xl {
  margin-left: 25px !important;
}
.m-x-xl {
  margin-right: 25px !important;
  margin-left: 25px !important;
}
.m-y-xl {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}
.p-a-0 {
  padding: 0 !important;
}
.p-t-0 {
  padding-top: 0 !important;
}
.p-r-0 {
  padding-right: 0 !important;
}
.p-b-0 {
  padding-bottom: 0 !important;
}
.p-l-0 {
  padding-left: 0 !important;
}
.p-x-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.p-y-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.p-a-xs {
  padding: 5px !important;
}
.p-t-xs {
  padding-top: 5px !important;
}
.p-r-xs {
  padding-right: 5px !important;
}
.p-b-xs {
  padding-bottom: 5px !important;
}
.p-l-xs {
  padding-left: 5px !important;
}
.p-x-xs {
  padding-right: 5px !important;
  padding-left: 5px !important;
}
.p-y-xs {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
.p-a-sm {
  padding: 10px !important;
}
.p-t-sm {
  padding-top: 10px !important;
}
.p-r-sm {
  padding-right: 10px !important;
}
.p-b-sm {
  padding-bottom: 10px !important;
}
.p-l-sm {
  padding-left: 10px !important;
}
.p-x-sm {
  padding-right: 10px !important;
  padding-left: 10px !important;
}
.p-y-sm {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.p-a-md {
  padding: 15px !important;
}
.p-t-md {
  padding-top: 15px !important;
}
.p-r-md {
  padding-right: 15px !important;
}
.p-b-md {
  padding-bottom: 15px !important;
}
.p-l-md {
  padding-left: 15px !important;
}
.p-x-md {
  padding-right: 15px !important;
  padding-left: 15px !important;
}
.p-y-md {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
.p-a-lg {
  padding: 20px !important;
}
.p-t-lg {
  padding-top: 20px !important;
}
.p-r-lg {
  padding-right: 20px !important;
}
.p-b-lg {
  padding-bottom: 20px !important;
}
.p-l-lg {
  padding-left: 20px !important;
}
.p-x-lg {
  padding-right: 20px !important;
  padding-left: 20px !important;
}
.p-y-lg {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.p-a-xl {
  padding: 25px !important;
}
.p-t-xl {
  padding-top: 25px !important;
}
.p-r-xl {
  padding-right: 25px !important;
}
.p-b-xl {
  padding-bottom: 25px !important;
}
.p-l-xl {
  padding-left: 25px !important;
}
.p-x-xl {
  padding-right: 25px !important;
  padding-left: 25px !important;
}
.p-y-xl {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}
.p-sm {
  padding: 5px 10px;
}
.p-md {
  padding: 10px 15px;
}
.b {
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.b-a {
  border: 1px solid #eaeef1;
}
.b-t {
  border-top: 1px solid #eaeef1;
}
.b-r {
  border-right: 1px solid #eaeef1;
}
.b-b {
  border-bottom: 1px solid #eaeef1;
}
.b-l {
  border-left: 1px solid #eaeef1;
}
.b-light {
  border-color: #d9e4e6;
}
.b-dark {
  border-color: #657789;
}
.b-primary {
  border-color: #55b7b3;
}
.b-success {
  border-color: #6ec06e;
}
.b-info {
  border-color: #70c8e2;
}
.b-warning {
  border-color: #f2b866;
}
.b-danger {
  border-color: #de6764;
}
.b-black {
  border-color: #2e3941;
}
.b-white {
  border-color: #ffffff;
}
.b-dashed {
  border-style: dashed !important;
}
.b-2x {
  border-width: 2px;
}
.b-3x {
  border-width: 3px;
}
.b-4x {
  border-width: 4px;
}
.b-5x {
  border-width: 5px;
}
.r-sm {
  border-radius: 3px;
}
.r-md {
  border-radius: 4px;
}
.r-lg {
  border-radius: 6px;
}
.r-round {
  border-radius: 1000px;
}
.r-circle {
  border-radius: 50%;
}
.r-l {
  border-radius: 4px 0 0 4px;
}
.r-r {
  border-radius: 0 4px 4px 0;
}
.r-t {
  border-radius: 4px 4px 0 0;
}
.r-b {
  border-radius: 0 0 4px 4px;
}
.btn-middle {
  padding: 5px 12px;
  width: 120px;
}
.btn-main {
  padding: 7px 0;
}
.btn {
  background-image: none;
  box-shadow: none;
  background: #fff;
  color: #666;
  text-shadow: none;
  border-color: #aaa;
  border-radius: 4px;
}
.btn:hover {
  text-decoration: none;
}
.btn:focus {
  text-decoration: none;
}
.btn.disabled {
  color: #ccc;
}
.btn-primary {
  background: #08c;
  color: #fff;
  border: none;
}
.btn-info {
  background: #4dbccc;
  color: #fff;
  border: none;
}
.btn-success {
  background: #81ba26;
  color: #fff;
  border: none;
}
.btn-warning {
  background: #ffa000;
  color: #fff;
  border: none;
}
.btn-danger {
  background: #d84c47;
  color: #fff;
  border: none;
}
.btn-inverse {
  background: #555;
  color: #fff;
  border: none;
}
.btn-link {
  background: none;
  color: #08c;
  border: none;
}
.btn-icon {
  padding: 0 12px;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
}
.btn-icon i {
  opacity: .5;
  padding-right: 5px;
}
.btn-icon:hover i {
  opacity: 1;
}
* {
  box-sizing: border-box;
}
body {
  background: #fff;
}
.t-center {
  text-align: center;
}
.btn-border {
  background: #5bc0de;
  border: none;
  border-radius: 4px;
  padding: 10px 50px;
  box-shadow: none;
  text-shadow: none;
  color: #fff;
  font-size: 18px;
}
.btn-border:hover {
  background: #4BADCB;
  padding: 10px 70px;
  color: #fff;
  transition: all .5s;
}
.btn-border:focus {
  background: #3A9AB7;
}
.wow {
  animation-delay: .2s;
}
.fl {
  height: 780px;
}
.fl h2 {
  font-size: 35px;
  font-weight: 100;
}
.fl p {
  font-size: 16px;
  padding-top: 15px !important;
  line-height: 1.5;
}
.fl-1 {
  position: relative;
}
.fl-1 .logo {
  text-align: right;
  position: relative;
  height: 70px;
  line-height: 70px;
  z-index: 5;
  padding: 0 20px;
}
.fl-1 .logo a {
  color: #fff;
}
.fl-1 .logo img {
  width: 150px;
  height: 40px;
  position: absolute;
  left: 15px;
  top: 5px;
}
.fl-1 .slider {
  position: absolute;
  top: 0;
  height: 840px;
  overflow-y: hidden;
  z-index: 2;
  width: 100%;
}
.fl-1 .slider img {
  width: 100%;
  height: 100%;
}
.fl-1 .banner {
  position: relative;
  z-index: 10;
  padding-top: 190px;
  text-align: center;
}
.fl-1 .banner img {
  width: 260px;
}
.fl-1 .banner h1 {
  margin-top: 25px !important;
  font-size: 44px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 10px;
}
.fl-2 {
  background: #eee;
  padding-top: 200px;
}
.fl-2 h2 {
  margin-top: 120px;
}
.fl-2 .computer1 {
  background: url(../img/cpu2a.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 500px;
  height: 270px;
}
.fl-2 .computer1 .balloon {
  position: relative;
  top: -200px;
  animation-duration: 2s;
}
.fl-3 {
  background: #fff;
  padding-top: 180px;
}
.fl-3 h2 {
  margin-top: 80px;
}
.fl-4 {
  background: url(../img/sdvbg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 140px;
}
.fl-4 .row {
  margin-top: 60px;
}
.fl-4 .row .span4 {
  padding: 10px;
}
.fl-5 {
  background: #eee ;
  padding-top: 120px;
}
.fl-5 h2 {
  margin-top: 160px;
}
.fl-6 {
  padding-top: 120px;
}
.fl-6 h2 {
  margin-top: 110px;
}
.fl-7 {
  background: url(../img/appbg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 160px;
  color: #fff;
}
.fl-7 .bounceInDown {
  animation-duration: 1.5s;
}
.fl-7 h2 {
  margin-top: 60px;
}
.fl-7 .qr-code {
  font-size: 16px;
  margin-top: 15px!important;
}
.fl-7 .qr-code img {
  margin-top: 5px !important;
}
.fl-8 {
  height: 680px;
  background: url(../img/graybg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 200px;
  text-align: center;
}
.fl-8 .fadeIn {
  animation-duration: 5s;
}
.fl-8 h3 {
  font-weight: 100;
  font-size: 30px;
  color: #ccc;
  margin-bottom: 30px;
  letter-spacing: 10px;
}
.fl-8 h1 {
  font-size: 40px;
  font-weight: 500;
  color: #000;
  animation-delay: 3s;
  letter-spacing: 5px;
}
.fl-8 .logolast {
  animation-delay: 6s;
  animation-duration: 12s;
  margin-top: 30px;
}
.copyr {
  padding: 15px 0;
  background: #333;
  color: #fff;
  text-align: center;
  font-size: 14px;
}
.bg-gray {
  background: #efefef;
}
.help-nav {
  background: #45a0bb;
  height: 70px;
  padding: 20px 40px;
  vertical-align: middle;
}
.help-nav a img {
  width: 140px;
  position: relative;
}
.help-nav ul {
  margin: 0;
}
.help-nav strong {
  font-size: 20px;
  padding-left: 10px;
  color: #fff;
}
.input-search {
  display: inline;
  padding-left: 10px;
}
.input-search input {
  width: 240px;
  padding-left: 15px;
  padding-right:40px;
  height:32px;
  line-height:32px;
  margin: 0;
  box-shadow: none;
  border: none;
}
.input-search a {
  position: relative;
  left: -50px;
  color: #ccc;
  padding: 10px;
}
.input-search a:hover {
  color: #888;
}
.help-box {
  text-align: center;
}
.help-box .help-box-cont {
  color: #000;
  background: #fff;
  border-radius: 4px;
  padding: 20px;
  text-decoration: none;
  display: block;
  text-align: center;
}
.help-box .help-box-cont i {
  display: block;
  border-radius: 10px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: #08c;
  color: #fff;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}
.help-box .help-box-cont:hover {
  background: #e1f2f5;
  border-color: #fff;
}
.help-box .help-box-text {
  display: inline-block;
  color: #ccc;
}
.help-box .help-box-text a {
  color: #000;
}
.help-main {
  padding: 20px;
}
.help-main h1 {
  font-size: 22px;
  margin: 0;
  padding: 0;
}
.help-main .nav-tabs {
  margin-bottom: 10px;
}
.help-main .nav-tabs a {
  border: none;
  color: #888;
}
.help-main .nav-tabs a:hover {
  background: none;
  color: #08c;
}
.help-main .nav-tabs .active a {
  background: none;
  border: none;
  border-bottom: 2px solid #08c;
  color: #000;
}
.help-main .help-subtitle {
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
  font-size: 13px;
}
.help-main .help-subtitle span.text-muted {
  color: #aaa;
  margin-right: 10px;
}
.help-main .help-text {
  padding: 10px 0;
  line-height: 1.8em;
  text-align: justify;
}
.help-main .help-text h2 {
  font-size: 16px;
}
.help-main .help-text p {
  text-indent: 2.2em;
  padding: 5px 0;
}
.help-main .help-text .pic-title {
  text-align: center;
  font-size: 12px;
  font-weight: 100;
  color: #aaa;
}
.help-main .help-text img {
  max-width: 90%;
  display: block;
  margin: 0 auto;
}
ul.help-hot-list {
  margin: 0;
  padding: 0;
}
ul.help-hot-list li {
  list-style: none;
  clear: both;
  padding-top: 15px;
}
ul.help-hot-list li .help-icon {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  text-shadow: none;
  border-radius: 4px;
  font-size: 22px;
  margin-right: 5px;
  color: #fff;
  background: #ccc;
  text-decoration: none;
}
ul.help-hot-list li .help-icon.active {
  background: #f90;
}
ul.help-hot-list li a.title {
  display: block;
  font-size: 14px;
  text-decoration: none;
  color: #333;
  overflow:hidden;
}
.help-table thead {
  font-size: 13px;
  color: #ccc;
}
.help-table tbody td {
  padding: 10px 5px;
  border-color: #f4f4f4;
  color: #333;
}
.help-table tbody td a {
  text-decoration: none;
  /*font-size: 12px;*/
  color: #333;
}
.help-table tbody td a.title {
  color: #08c;
  font-weight: 500;
  font-size: 15px;
}
.help-table tbody td a:hover {
  color: #005580;
}
.help-table tbody td .stick-detail {
  font-size: 12px;
  color: #bbb;
}
.help-table tbody td .label {
  text-shadow: none;
}
.help-table tbody .stick .fa-thumb-tack {
  display: inline-block;
  font-size: 15px;
  color: #45a0bb;
}
.panel-w {
  border-radius: 4px;
  padding: 10px 20px 20px 20px;
  background: #fff;
  margin-bottom: 20px;
}

.aboutus {
  font-family: Microsoft Yahei, Verdana, Geneva, Tahoma, sans-serif;
}
.aboutus .header {
  background: #fff;
  border-bottom: 1px solid #e0e0e0;
  padding: 5px;
}
.aboutus .header > div {
  display: table-cell;
  white-space: nowrap;
  padding: 10px;
}
.aboutus .header > .left {
  width: 9999px;
}
.aboutus .banner {
  background: #08c;
  height: 350px;
  overflow: hidden;
}
.aboutus .fixwidth {
  width: 1020px;
  margin-left: auto;
  margin-right: auto;
}
.aboutus .fixwidth p {
  font-size: 16px;
  line-height: 1.5;
  text-align: justify;
}
.aboutus h1 {
  text-align: center;
  font-family: Microsoft Yahei;
  font-weight: 300;
  font-size: 32px;
  letter-spacing: 2px;
}
.aboutus h1:after {
  display: block;
  content: "";
  border-bottom: 3px solid rgba(0, 0, 0, 0.3);
  width: 40px;
  margin: 20px auto;
}
.aboutus .fl-white {
  padding: 100px 0;
  background: #fff;
}
.aboutus .fl-white.mini {
  padding: 120px 0;
  background: #fff;
  overflow: hidden;
}
.aboutus .grp1 {
  margin-bottom: 60px;
}
.aboutus .grp2 {
  position: relative;
  height: 340px;
}
.aboutus .grp2 .left {
  width: 520px;
  background: url(../img/ourteam.jpg);
  height: 320px;
  position: absolute;
  left: 0;
  top: 0;
}
.aboutus .grp2 .right {
  background: #fff;
  width: 520px;
  height: 260px;
  padding: 30px;
  position: absolute;
  right: 0;
  top: 30px;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}
.aboutus .grp2 .right h2 {
  font-size: 24px;
  margin: 10px 0 5px 0;
  font-weight: 300;
}
.aboutus .grp2 .right h3 {
  font-size: 16px;
  color: #fa0;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 200;
  letter-spacing: 5px;
  margin: -10px 0 5px 0;
}
.aboutus .grp2 .right p {
  font-size: 14px;
  line-height: 1.8;
  color: #888;
}
.aboutus .fl-gray {
  padding: 120px 0;
  background: #f3f7f8;
}
.aboutus h4 {
  font-weight: 300;
  font-size: 24px;
  text-align: center;
}
.aboutus h5 {
  font-weight: 100;
  letter-spacing: 2px;
  text-align: center;
  color: #aaa;
}
.aboutus .lgtext {
  font-size: 45px;
  padding: 20px 0;
  font-weight: 900;
  letter-spacing: 4px;
}
.aboutus .grp3 {
  text-align: center;
  font-size: 16px;
  line-height: 1.6;
}
.aboutus .grp3 h5 {
  color: #aaa;
}
.aboutus .grp3 .span4 {
  padding: 20px;
}
.aboutus .grp3 .icon {
  text-align: center;
  margin-bottom: 30px;
  background: #fff;
  width: 110px;
  height: 110px;
  line-height: 120px;
  border-radius: 50%;
  color: #666;
  margin-left: auto;
  margin-right: auto;
  transition: 1s;
}
.aboutus .grp3 .icon i {
  font-size: 40px;
}
.aboutus .grp3 .icon1 {
  color: #e87048;
}
.aboutus .grp3 .icon1:hover {
  background: #e87048;
}
.aboutus .grp3 .icon2 {
  color: #ffc107;
}
.aboutus .grp3 .icon2:hover {
  background: #ffc107;
}
.aboutus .grp3 .icon3 {
  color: #00bcd4;
}
.aboutus .grp3 .icon3:hover {
  background: #00bcd4;
}
.aboutus .grp3 .icon:hover {
  color: #fff;
}
.aboutus .fl-dark {
  padding: 80px 0;
  background: #3c763d;
  background: url(../img/guanli.jpg);
  color: #fff;
  text-align: center;
}
.aboutus .fl-dark h4 {
  margin-top: 0;
}
.aboutus .fl-dark h5 {
  color: #5bc0de;
}
.aboutus .fl-dark h1 {
  margin-top: 0;
}
.aboutus .grp4 {
  height: 320px;
  position: relative;
}
.aboutus .grp4 .block {
  padding: 100px 00px;
}
.aboutus .grp4 .block .lgtext {
  font-weight: 300;
}
.aboutus .grpjz {
  padding: 50px 0 0 0;
  text-align: center;
  height: 520px;
}
.aboutus .grpjz p {
  text-align: center;
  line-height: 1.8;
}
.aboutus .grpjz .minw {
  width: 300px;
  margin: 0 auto;
  padding-top: 20px;
}
.aboutus .grpjz .row-fluid i {
  font-size: 70px;
  color: #fff;
  display: block;
  margin: 10px auto;
}
.aboutus .grpjz .row-fluid img {
  width: 50px;
  display: block;
  margin: 0px auto;
}
.aboutus .grpjz .row-fluid b {
  color: #888;
  font-weight: 300;
  display: none;
}
.aboutus .fl-lightgrey {
  background: #fafbfc;
  padding: 150px 0;
}
.aboutus .fl-lightblue {
  background: #98ddfe;
  padding: 50px 0;
  position: relative;
  overflow: hidden;
}
.aboutus .fl-lightblue .cloud {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -200px;
  width: 100%;
  z-index: 10;
}
.aboutus .fl-pic2 {
  background: #bbe9ff;
  background: url(../img/fs4.jpg);
  padding: 150px 0;
}
.aboutus .grpln p {
  text-align: center;
}
.aboutus .grpln .pcbubble {
  position: relative;
  height: 220px;
}
.aboutus .grpln .pcbubble img.pc {
  position: absolute;
  bottom: 0;
  left: 270px;
  width: 500px;
  display: block;
  margin: 0 auto;
}
.aboutus .grpln .pcbubble .bubble {
  width: 120px;
  height: 180px;
  position: absolute;
  margin-left: -60px;
}
.aboutus .grpln .pcbubble .bubble .icon {
  width: 120px;
  height: 120px;
  border-radius: 50% 0;
  background: #ffc107;
  text-align: center;
  line-height: 120px;
}
.aboutus .grpln .pcbubble .bubble .icon i {
  font-size: 38px;
  color: #fff;
}
.aboutus .grpln .pcbubble .bubble b {
  font-weight: 300;
  text-align: center;
  display: block;
  margin-top: 15px;
  color: #333;
  font-size: 18px;
}
.aboutus .grpln .pcbubble .bubble1 {
  top: 20px;
  left: 200px;
}
.aboutus .grpln .pcbubble .bubble2 {
  top: 20px;
  left: 510px;
}
.aboutus .grpln .pcbubble .bubble3 {
  top: 20px;
  left: 800px;
}
.aboutus .grptd {
  padding: 30px 0;
}
.aboutus .grptd .span4 {
  padding: 30px 0;
  text-align: center;
}
.aboutus .grptd .span4 img {
  width: 250px;
  display: block;
  margin: 20px auto;
  border-radius: 4px;
}
.aboutus .grptd .span4 b {
  font-weight: 300;
  font-size: 16px;
  color: #888;
}
.footer {
  background: #333;
  color: #fff;
  padding: 30px 0;
  height: auto !important;
  min-height: auto !important;
}
.footer h3 {
  font-size: 20px;
  font-family: Microsoft Yahei, sans-serif;
  font-weight: 300;
  color: #888;
}
.footer .fixwidth {
  width: 1020px;
  margin: 0 auto;
}
.footer .span3:last-child {
  text-align: right;
}
.footer h5 {
  font-family: Microsoft Yahei, sans-serif;
  font-weight: 300;
  margin-bottom: 5px;
}
.footer h5 span {
  color: #888;
  margin-left: 10px;
}
.footer p {
  font-size: 14px;
  margin-bottom: 15px;
}
.footer .qrcode img {
  width: 120px;
  height: 120px;
}
.footer .contact {
  text-align: left;
}
.footer .contact i {
  color: #aaa;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  background: #555;
  margin-right: 10px;
}
.footer .contact p span {
  font-size: 18px;
  font-family: Verdana;
}
.footer .contact p span i.fa-at {
  font-size: 18px;
  background: none;
  display: inline;
  color: #fff;
  margin: 0;
}
.copyr {
  background: #222;
  color: #888;
}
.delay1 {
  animation-delay: .5s;
}
.delay2 {
  animation-delay: 1s;
}
.delay3 {
  animation-delay: 1.5s;
}
.delay4 {
  animation-delay: 2s;
}
.forum-badge {
    background: none repeat scroll 0 0 #ff8100 /*#F9F9F7*/;
    /*border: 1px solid #E1E1E1;*/
    border-radius: 3px;
    color: #FFF/*#AAA*/;
    display: inline-block;
    font-size: 12px;
    line-height: 16px;
    padding: 0 4px;
}

.thumb-sm {
    width: 40px;
    display: inline-block;
}
.avatar {
    position: relative;
    /*display: block;*/
    border-radius: 500px;
    white-space: nowrap;
    background: #70D5C3;
    /*color: #fff;*/
}
.avatar-text {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: block;
    font-size: 12px;
}

.hp-nav {
  position: fixed;
  top:0;
  left:0;
  right: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  height: 60px;
  background: #fff;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.075);
}

.hp-nav .wtlogo {
  padding: 0 50px;
}


.hp-nav .menu {
  flex-grow: 1;
}

.hp-nav .menu ul {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
}

.hp-nav .menu ul li {
  padding: 0 30px;
}

.hp-nav .menu ul li a {
  color: #333;
  font-size: 16px;
  text-decoration: none;
  position: relative
}

.hp-nav .menu ul li a.active {
  color: #0062D6;
  font-size: 16px;
}

.hp-nav .menu ul li a.active:after {

  display: block;
  content: '';
  position: absolute;
  border-bottom: 3px solid #0062D6;
  left:0;
  right:0;
  bottom: -22px;
}

.hp-nav .actions {
  padding-right: 50px;
}

.hp-nav .actions a {
  padding:0 10px;
  border-right: 1px solid #ddd;
  color: #0062D6;
}

.hp-nav .actions a:last-child {
  border-right: none;
  padding-right: 0;
}
.hp-nav .actions i {
font-size: 20px;
position: relative;
top: 2px;
color: #0062D6;
}

.wt-innovation-popup {
  position: relative;
  height: 512px;
}

.wt-innovation-popup  .close {
  width:33px;
  height:33px;
  position: absolute;
  right:-17px;
  top:-17px;
  cursor: pointer;
  opacity: 1;

}

.wt-innovation-popup-card {
  width: 660px;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
}

.wt-innovation-popup .header {
  background: url('/Assets/img/whatsnew/pop/hd.png');
  height: 172px;
  position: relative;
}

.wt-innovation-popup .header .link {
  width:80px;
  height: 40px;
  position: absolute;
  top:120px;
  left:40px;
  cursor: pointer;
 
}

.wt-innovation-popup a {
  color:  #3967FE;
}