/* =======================================================
*
* 	Template Style 
*
* ======================================================= */
/* 页面初始化配置 */
body {
  font-family: "Microsoft YaHei", Arial, sans-serif;
  font-weight: 100;
  font-size: 16px;
  line-height: 1.7;
  color: #666666;
  background: #fff;
}
a {
  color: #00BFFF;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a:hover, a:active, a:focus {
  color: #00BFFF;
  outline: none;
  text-decoration: none;
}
p {
  margin-bottom: 20px;
}

h1, h2, h3, h4, h5, h6, figure {
  color: #000;
  font-family: "Microsoft YaHei", "Open Sans", Arial, sans-serif;
  font-weight: 100;
  margin: 0 0 20px 0;
}
ul{
  margin: 0;
  padding: 0;
}
li{
  list-style: none;
}
.clear {
  zoom: 1;
}
.clear:after {
  content: '';
  display: table;
  clear: both;
}
.icon {
  width: 1em; height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}
/* page */
#page {
  position: relative;
  overflow-x: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.offcanvas #page {
  overflow: hidden;
  position: absolute;
}
.offcanvas #page:after {
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 101;
  background: rgba(0, 0, 0, 0.7);
  content: "";
}

/*::-webkit-selection {
  color: #fff;
  background: #F73859;
}

::-moz-selection {
  color: #fff;
  background: #F73859;
}

::selection {
  color: #fff;
  background: #F73859;
}*/
/* pc top-bar */
.top-bar {
  background-color: rgba(0,0,0,0.5);
}
.top-bar .text-welcome {
  float: left;
  font-size: 14px;
  color: #ffffff;
  padding: 8px 0;
  margin: 0;
  line-height: 1;
}
.top-bar .top-link {
  float: right;
}
.top-bar .top-link li {
  display: inline-block;
  margin: 0 15px 0 25px;
  padding: 8px 0;
}
.top-bar .top-link li a {
  font-size: 14px;
  color: #ffffff;
  line-height: 1;
  padding: 0;
}
.top-bar .logo-hint {
  text-align: center;
  color: #ffffff;
  margin: 0;
  line-height: 1;
  font-size: 12px;
  padding: 8px 0;
}
.top-bar .logo-hint a{
  color: #ffffff;
  text-decoration: underline;
}
.top-bar .close-hint {
  position: absolute;
  top: 0;
  right: 20px;
  width: 14px;
  cursor: pointer;
  /*font-size: 16px;*/
  /*color: #ffffff;*/
}
.top-bar .close-hint img {
  height: 100%;
}
/* pc 端导航栏 */
.fh5co-nav {
  position: fixed;
  top: 0;
  margin: 0;
  width: 100%;
  /*padding: 20px 0;*/
  z-index: 1001;
  /*background: #ffffff;*/
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.fh5co-nav #fh5co-logo {
  padding: 20px 0;
  margin: 0;
  display: inline-block;
}
.fh5co-nav .fh5co-ul {
  display: inline-block;
}
#fh5co-logo a {
  display: inline-block;
  padding: 0;
}
.fh5co-nav img {
  height: 50px;
}
.fh5co-nav ul {
  font-size: 0;
}
.fh5co-nav ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-block;
}
.fh5co-nav ul li a {
  font-size: 14px;
  line-height: 90px;
  padding: 34px 8px;
  color: #ffffff;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.fh5co-nav .text-right li a {
  padding: 34px 8px;
}
.fh5co-nav ul li a:hover, .fh5co-nav ul li a:focus, .fh5co-nav ul li a:active {
  color: #00BFFF;
}
.scrolled .fh5co-nav .btn_nav_login:hover {
  color: #ffffff !important;
  background: #2571CF;
}
.fh5co-nav .btn_nav_register:hover {
  color: #00BFFF;
  background: transparent;
}
.fh5co-nav .btn_nav_login {
  border: 1px solid #ffffff;
  margin: 0 10px;
}
.fh5co-nav .btn_nav_register {
  border: 1px solid #2571CF;
  background:#2571CF;
  margin: 0 10px;
}
.fh5co-nav ul li.has-dropdown {
  position: relative;
}
.fh5co-nav ul li.has-dropdown a {
  padding-top: 35px;
  padding-bottom: 35px;
}
.fh5co-nav ul li.has-dropdown .dropdown-nav {
  min-width: max-content;
  width: 150%;
  border: none;
  -webkit-box-shadow: 0px 8px 13px -9px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 8px 13px -9px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 8px 13px -9px rgba(0, 0, 0, 0.75);
  z-index: 1002;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 80px;
  left: -25%;
  text-align: center;
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}
.fh5co-nav ul li.has-dropdown .dropdown-nav:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #fff;
  border-width: 8px;
  margin-left: -8px;
}
.fh5co-nav ul li.has-dropdown .dropdown-nav li {
  display: block;
  border-bottom: 1px solid #dfdfdf;
  padding: 14px 20px;
}
.fh5co-nav ul li.has-dropdown .dropdown-nav li:last-child {
  border-bottom: none;
}
.fh5co-nav ul li.has-dropdown .dropdown-nav li a {
  padding: 0;
  display: block;
  color: #333333;
  line-height: 1;
  text-transform: none;
  font-size: 14px;
}
.fh5co-nav ul li.has-dropdown .dropdown-nav li a:hover {
  color: #2571CF;
}
/*.fh5co-nav ul li.has-dropdown:hover a, .fh5co-nav ul li.has-dropdown:focus a {
  color: #00BFFF;
}*/

/* 页面滚动后导航栏 */
.scrolled .fh5co-nav {
  background: #fff;
  -webkit-box-shadow: 0px 5px 7px -7px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 5px 7px -7px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 5px 7px -7px rgba(0, 0, 0, 0.5);
}
.scrolled .fh5co-nav ul li a {
  color: #333333;
}
.scrolled .fh5co-nav ul li a:hover, .scrolled .fh5co-nav ul li a:focus, .scrolled .fh5co-nav ul li a:active {
  color: #2571CF !important;
}
.scrolled .fh5co-nav .btn_nav_login {
  color: #2571CF;
  border: 1px solid #2571CF;
}
.scrolled .fh5co-nav .btn_nav_register {
  color: #ffffff;
}
.scrolled .fh5co-nav .link_lang {
  color: #666666;
}


/* 非首页 */
#fh5co-header,
#fh5co-counter,
.fh5co-bg {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
}

.fh5co-bg {
  background-size: cover;
  background-position: center center;
  position: relative;
  width: 100%;
  float: left;
}

#fh5co-header a {
  color: rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
#fh5co-header a:hover {
  color: white;
  border-bottom: 1px solid white;
}

.fh5co-cover {
  height: 800px;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  float: left;
  width: 100%;
}
.fh5co-cover .overlay {
  z-index: 0;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(42, 51, 86, 0.2);
}
.fh5co-cover > .fh5co-container {
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .fh5co-cover {
    height: 400px;
  }
}
.fh5co-cover .display-t,
.fh5co-cover .display-tc {
  z-index: 9;
  height: 900px;
  display: table;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .fh5co-cover .display-t,
  .fh5co-cover .display-tc {
    height: 400px;
  }
}
.fh5co-cover.fh5co-cover-sm {
  height: 400px;
}
@media screen and (max-width: 768px) {
  .fh5co-cover.fh5co-cover-sm {
    height: 400px;
  }
}
.fh5co-cover.fh5co-cover-sm .display-t,
.fh5co-cover.fh5co-cover-sm .display-tc {
  height: 400px;
  display: table;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .fh5co-cover.fh5co-cover-sm .display-t,
  .fh5co-cover.fh5co-cover-sm .display-tc {
    height: 400px;
  }
}

/* 模块统一设置 */
#fh5co-header .display-tc,
#fh5co-counter .display-tc,
.fh5co-cover .display-tc {
  display: table-cell !important;
  vertical-align: middle;
}
#fh5co-header .display-tc h1, #fh5co-header .display-tc h2,
#fh5co-counter .display-tc h1,
#fh5co-counter .display-tc h2,
.fh5co-cover .display-tc h1,
.fh5co-cover .display-tc h2 {
  margin: 0;
  padding: 0;
  color: white;
}
#fh5co-header .display-tc h1,
#fh5co-counter .display-tc h1,
.fh5co-cover .display-tc h1 {
  margin-bottom: 0px;
  margin-top: 0;
  font-size: 65px;
  line-height: 1.3;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 300;
}
#fh5co-header .display-tc .kv_desc{
  font-size: 45px;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  #fh5co-header .display-tc h1,
  #fh5co-counter .display-tc h1,
  .fh5co-cover .display-tc h1 {
    font-size: 40px;
  }
}
#fh5co-header .display-tc h2,
#fh5co-counter .display-tc h2,
.fh5co-cover .display-tc h2 {
  font-size: 20px;
  line-height: 1.8;
  margin-bottom: 30px;
  text-transform: uppercase;
}
#fh5co-header .display-tc .btn,
#fh5co-counter .display-tc .btn,
.fh5co-cover .display-tc .btn {
  padding: 15px 30px;
  background: #F73859;
  color: #fff;
  border: none !important;
  font-size: 18px;
  text-transform: uppercase;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
#fh5co-header .display-tc .btn:hover,
#fh5co-counter .display-tc .btn:hover,
.fh5co-cover .display-tc .btn:hover {
  background: #f6163c !important;
  -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
  -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
  box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
}
#fh5co-header .display-tc .or,
#fh5co-counter .display-tc .or,
.fh5co-cover .display-tc .or {
  color: rgba(255, 255, 255, 0.3);
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  padding: 0 20px;
}
#fh5co-header .display-tc .link-watch,
#fh5co-counter .display-tc .link-watch,
.fh5co-cover .display-tc .link-watch {
  border-bottom: none;
}
#fh5co-header .display-tc .form-inline .form-group,
#fh5co-counter .display-tc .form-inline .form-group,
.fh5co-cover .display-tc .form-inline .form-group {
  width: 100% !important;
  margin-bottom: 10px;
}
#fh5co-header .display-tc .form-inline .form-group .form-control,
#fh5co-counter .display-tc .form-inline .form-group .form-control,
.fh5co-cover .display-tc .form-inline .form-group .form-control {
  width: 100%;
  background: #fff;
  border: none;
}

.fh5co-bg-section {
  background: #F0F5F9;
}
.fh5co-bg-section .fh5co-heading h2 {
  color: #ffffff;
}
.fh5co-bg-section .hr-bar {
  border-color: #ffffff;
}
.fh5co-bg-section .fh5co-heading p {
  color: #ffffff;
}
#fh5co-services,
#fh5co-testimonial,
#fh5co-blog,
#fh5co-project,
#fh5co-counter,
#fh5co-about,
#fh5co-team,
#fh5co-contact,
#fh5co-authority,
#fh5co-partner,
#fh5co-customer,
.service-wrap,
.intro-wrap,
.solution-wrap,
.news-wrap,
.api-wrap,
.wish-wrap,
.product-adv,
.more-contact,
.second-nav{
  padding: 70px 0;
  clear: both;
}
.intro-adv-wrap {
  padding: 70px 0 0 0;
}

/* 服务网络 */
#fh5co-counter {
  background: url("../images/counter/network-service_bg.png") no-repeat center center;
  text-align: center;
}
#fh5co-counter .counter-item {
  width: 100%;
  height: 80px;
  margin-bottom: 25px;
}
#fh5co-counter .counter-item:last-child {
  margin-bottom: 0;
}
#fh5co-counter .counter-item .counter {
  line-height: 42px;
  font-size: 30px;
  color: #2571CF;
  border: 1px dashed #2571CF;
  border-bottom: none;
  border-radius: 7px 7px 0 0;
  margin: 0;
}
#fh5co-counter .counter-item .counter-label {
  background: #2571CF;
  color: #ffffff;
  line-height: 36px;
  font-size: 12px;
  border-radius: 0 0 7px 7px;
}

/* 我们的服务 */
#fh5co-project .fh5co-project .project-info {
  display: block;
  color: #000;
  position: relative;
  bottom: 0;
  overflow: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}
#fh5co-project .fh5co-project .project-info img {
  position: relative;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
}
#fh5co-project .fh5co-project .project-info .fh5co-copy {
  width: 100%;
  height: 50%;
  z-index: 12;
  position: absolute;
  right: 20px;
  left: 0;
  top: 80%;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#fh5co-project .fh5co-project .fh5co-copy h3 {
  height: 40%;
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  line-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#fh5co-project .fh5co-project .fh5co-copy p {
  width: 100%;
  color: #ffffff;
  font-size: 12px;
  margin: 0 auto;
}
#fh5co-project .fh5co-project .project-info:hover .fh5co-copy {
  opacity: 1;
  visibility: visible;
  top: 50%;
}
#fh5co-project .fh5co-project .project-info:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
#fh5co-project .fh5co-project .project-link {
  margin-top: 40px;
  text-align: center;
}
#fh5co-project .fh5co-project .project-link a {
  display: inline-block;
  width: 128px;
  height: 40px;
  font-size: 16px;
  color: #2571CF;
  border: 1px solid #2571CF;
  line-height: 40px;
}
#fh5co-project .fh5co-project .project-link a:hover {
  background: #2571CF;
  color: #ffffff;
}

#fh5co-services {
  background: #2571CF url('../images/features/bg.png') no-repeat bottom right;
}
/*
#fh5co-services.border-bottom {
  border-bottom: 1px solid #dae6ef;
  -webkit-box-shadow: 0px 5px 7px -7px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 5px 7px -7px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 7px -7px rgba(0, 0, 0, 0.15);
  position: relative;
  z-index: 10;
}
*/

/* 我们的优势 */
.feature-center {
  /*padding: 30px;*/
  width: 100%;
  position: relative;
  bottom: 0;
  margin-bottom: 40px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: #ffffff;
  height: 180px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  cursor: pointer;
}

.feature-center .feature-icon {
  position: absolute;
  left: 8%;
  top: 65px;
  width: 50px;
  height: 50px;
}
.feature-center .feature-text {
  text-align: center;
  position: absolute;
  left: 25%;
  top: 90px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  width: 73%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.feature-center .feature-text h3 {
  font-size: 16px;
  color: #333333;
  line-height: 36px;
  margin: 0;
}
.feature-center .feature-text p {
  font-size: 12px;
  color: #666666;
  line-height: 18px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
}
.feature-center p:last-child {
  margin-bottom: 0;
}
.feature-center:hover, .feature-center:focus {
  /*background: #F0F5F9;*/
  /*bottom: 10px;*/
  -webkit-box-shadow: 0px 8px 25px -10px rgba(72, 78, 85, 0.75);
  -moz-box-shadow: 0px 18px 71px -10px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 8px 25px -10px rgba(72, 78, 85, 0.75);
}
/* 分割短线 */
.hr-bar {
  width: 80px;
  border-top: 6px solid #2571CF;
  margin-top: 14px;
  margin-bottom: 32px;
}
.hr-arrow-bar {
  width: 300px;
  border-top: 3px solid #2571CF;
  margin-top: 10px;
  margin-bottom: 11px;
  position: relative;
  overflow: visible;
}
.hr-arrow-bar:after {
  border-left: 7.5px solid transparent;
  border-right: 7.5px solid transparent;
  border-top: 5px solid #2571CF;
  content: "";
  position: absolute;
  width: 0;
  left: 50%;
  bottom: -5px;
  margin-left: -7.5px;
}
.dashed-bar {
  border-top: 1px dashed #dedfe0;
}
/* 模块头部 */
.fh5co-heading {
  text-align: center;
}
.fh5co-heading h2 {
  font-size: 32px;
  margin-bottom: 0;
  font-weight: normal;
  color: #333333;
}
.fh5co-heading p {
  font-size: 18px;
  color: #666666;
  margin: 0;
  text-align: left;

}
.intro-wrap .fh5co-heading h2{
  font-size: 24px;
  color: #333333;
}
.intro-wrap .fh5co-heading p{
  color: #333333;
  line-height: 46px;
  text-align: left;
}
.intro-adv-wrap .adv-center {
  padding: 36px 30px;
  text-align: center;
  box-shadow: 0 0 20px 2px #f2f2f2;
  margin-bottom: 50px;
}
.intro-adv-wrap .adv-center .adv-icon {
  width: 50px;
  height: 50px;
}
.intro-adv-wrap .adv-center .advantage-text h3 {
  font-size: 22px;
  line-height: 44px;
  color: #333333;
  margin: 0;
}
.intro-adv-wrap .adv-center .advantage-text p {
  font-size: 15px;
  line-height: 28px;
  color: #666666;
  margin: 0;
  height: 56px;
}


/* 合作伙伴 */
#fh5co-partner .partner-item{
  float: left;
  width: 14%;
  margin-right: 3%;
  margin-bottom: 20px;
}
#fh5co-partner .partner-item:nth-child(6) {
  margin-right: 0;
}
#fh5co-partner .partner-item a {
  display: block;
}
#fh5co-partner .partner-item img {
  width: 100%;
}

/* 底部链接 */
#fh5co-footer{
  padding:90px 0 0;
  clear: both;
  background: #f5f5f5;
}
#fh5co-footer .footer-item {
  width: 19%;
  float: left;
  margin-bottom: 30px;
}
#fh5co-footer .footer-item h3, #fh5co-footer .footer-qr h3 {
  font-size: 14px;
  color: #666666;
}
#fh5co-footer .fh5co-footer-links {
  padding: 0;
  margin: 0;
}
#fh5co-footer .fh5co-footer-links li {
  padding: 0;
  margin: 0 0 5px 0;
  list-style: none;
  line-height: 1.1;
}
#fh5co-footer .fh5co-footer-links li a {
  color: #333333;
  font-size: 12px;
  line-height: 14px;
  text-decoration: none;
  word-break: break-all;
}
#fh5co-footer .fh5co-footer-links li a:hover {
  text-decoration: underline;
}
#fh5co-footer .footer-item:nth-child(4) .fh5co-footer-links li a:hover {
  text-decoration: none;
}
#fh5co-footer .qr-mobile{
  display: none;
}
#fh5co-footer .qr-mobile .qr-mobile-text{
  font-size: 12px;
  color: #333333;
}
#fh5co-footer .copyright .block {
  display: block;
}
#fh5co-footer .footer-qr {
  width: 22%;
  float: right;
}
#fh5co-footer .footer-qr img {
  width: 100%;
}
#fh5co-footer .footer-qr .kf-item {
  width: 60px;
  display: inline-block;
  text-align: center;
  position: relative;
  margin-right: 35px;
}
#fh5co-footer .footer-qr .kf-item:nth-of-type(2) {
  margin-right: 0;
}
#fh5co-footer .footer-qr .kf-item:hover .kf-icon-hover{
  display: block;
}
#fh5co-footer .footer-qr .kf-item .kf-icon-hover {
  position: absolute;
  left: -35px;
  top: 65px;
  width: 132px;
  border: 1px solid #e3e3e3;
  background: #ffffff;
  text-align: center;
  /*display: none;*/

  /*position: absolute;*/
  /*left: -35px;*/
  /*top: 55px;*/
  /*width: 132px;*/
  /*border: 1px solid #e3e3e3;*/
  /*background: #ffffff;*/
  /*text-align: center;*/
}
#fh5co-footer .footer-qr .kf-item .kf-icon-hover .weixin-hover-title {
  font-size: 12px;
  line-height: 12px;
  margin: 8px 0 0 0;
  color: #333333;
}
#fh5co-footer .footer-qr .kf-item .kf-icon-hover .weixin-hover-desc {
  font-size: 12px;
  line-height: 12px;
  margin: 6px 0 0 0;
  color: #999999;
}
#fh5co-footer .footer-qr .kf-item .kf-icon-hover img {
  width: 120px;
}
#fh5co-footer .footer-qr .kf-item .kf-icon-hover .kf-icon-arrow {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-bottom-color: #e3e3e3;
  border-width: 0 8px 8px 8px;
  left: 50%;
  top: -8px;
  margin-left: -8px;
}
#fh5co-footer .footer-qr .kf-item .kf-icon-hover .kf-icon-arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  content: ' ';
  border-width: 0 8px 8px;
  margin-left: -8px;
  top: 1px;
  border-bottom-color: #ffffff;
}
#fh5co-footer .footer-qr .kf-item .kf-icon{
  color: #333333;
  width: 100%;
  display: block;
  font-size: 24px;
  cursor: pointer;
}
#fh5co-footer .footer-qr .kf-item:hover .kf-icon{
  color: #4db243
}
#fh5co-footer .footer-qr .kf-item .kf-icon-text {
  font-size: 12px;
  color: #333333;
  display: inline-block;
  line-height: 1.4;
}
#fh5co-footer .most-footer {
  margin-bottom: 50px;
}
#fh5co-footer .footer-icon-wrap {
  position: relative;
}
#fh5co-footer .footer-icon-wrap .footer-icon-hover {
  /*width: 132px;*/
  /*border: 1px solid #e3e3e3;*/
  /*position: absolute;*/
  /*top: 0;*/
  /*left: -140px;*/
  /*background: #ffffff;*/
  /*text-align: center;*/
  /*display: none;*/

  width: 132px;
  border: 1px solid #e3e3e3;
  position: absolute;
  top: 30px;
  left: -30px;
  background: #ffffff;
  text-align: center;
}
#fh5co-footer .footer-icon-wrap .footer-icon-hover img{
  width: 120px;
}
#fh5co-footer .footer-icon-wrap .footer-icon-hover .weixin-hover-title {
  font-size: 12px;
  line-height: 12px;
  margin: 8px 0 0 0;
  color: #333333;
}
#fh5co-footer .footer-icon-wrap .footer-icon-hover .weixin-hover-desc {
  font-size: 12px;
  line-height: 12px;
  margin: 6px 0 0 0;
  color: #999999;
}
#fh5co-footer .footer-icon-wrap:hover .footer-icon{
  color: #4db243
}
#fh5co-footer .footer-icon-wrap:hover .footer-icon-hover {
  display: block;
}
#fh5co-footer .footer-icon-wrap:hover .weibo-img:nth-child(2) {
  display: block;
}
#fh5co-footer .footer-item .footer-icon{
  font-size: 24px;
  /* padding-right: 10px; */
  line-height: 40px;
  vertical-align: middle;
  color: #333333;
}
#fh5co-footer .footer-item .footer-icon-text {
  line-height: 40px;
  vertical-align: middle;
}
#fh5co-footer .footer-icon-wrap .weibo-box {
  position: relative;
  width: 25px;
  height: 22px;
}
#fh5co-footer .footer-icon-wrap .weibo-img {
  position: absolute;
  left: 0;
  top: 0;
}
#fh5co-footer .footer-icon-wrap .weibo-img:nth-child(2) {
  display: none;
}

/* 手机端导航菜单 */
#fh5co-offcanvas {
  position: fixed;
  z-index: 1901;
  width: 270px;
  background: rgba(3,67,97,1);
  top: 0;
  right: 0;
  bottom: 0;
  padding: 45px 40px 40px 40px;
  overflow-y: auto;
  display: none;
  -moz-transform: translateX(270px);
  -webkit-transform: translateX(270px);
  -ms-transform: translateX(270px);
  -o-transform: translateX(270px);
  transform: translateX(270px);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 992px) {
  #fh5co-offcanvas {
    display: block;
  }
}
.offcanvas #fh5co-offcanvas {
  -moz-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}
#fh5co-offcanvas a {
  color: rgba(255, 255, 255, 0.8);
}
#fh5co-offcanvas .dropdown-nav a{
  color: #9BC0D1 !important;
  font-size: 14px;
}
#fh5co-offcanvas .dropdown-nav{
  background: rgba(3,67,97,1);
  border: none;
}
#fh5co-offcanvas ul {
  padding: 0;
  margin: 0;
}
#fh5co-offcanvas ul li {
  padding: 5px 0;
  list-style: none;
}
#fh5co-offcanvas ul li > ul {
  padding-left: 20px;
  display: none;
}
#fh5co-offcanvas ul li.offcanvas-has-dropdown > a {
  display: block;
  position: relative;
}
#fh5co-offcanvas ul li.offcanvas-has-dropdown > a:after {
  position: absolute;
  right: 0px;
  font-family: 'iconfont';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e654";
  font-size: 20px;
  color: rgba(255, 255, 255, 0.5);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#fh5co-offcanvas ul li.offcanvas-has-dropdown.active a:after {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

/*返回顶部*/
.gototop {
  position: fixed;
  bottom: 10px;
  right: 20px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.gototop.active {
  opacity: 1;
  visibility: visible;
}
.gototop a {
  width: 50px;
  height: 50px;
  display: table;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.gototop a:hover {
  background: #31b5c5;
}
.gototop a svg{
  margin-top: 16px;
}
.gototop a i {
  height: 50px;
  display: table-cell;
  vertical-align: middle;
}
.gototop a:hover, .gototop a:active, .gototop a:focus {
  text-decoration: none;
  outline: none;
}


/* 手机端导航展开按钮 */
.fh5co-nav-toggle {
  width: 25px;
  height: 25px;
  cursor: pointer;
  text-decoration: none;
}
.fh5co-nav-toggle.active i::before, .fh5co-nav-toggle.active i::after {
  background: #444;
}
.fh5co-nav-toggle:hover, .fh5co-nav-toggle:focus, .fh5co-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}
.fh5co-nav-toggle i {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 2px;
  color: #252525;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #252525;
  transition: all .2s ease-out;
}
.fh5co-nav-toggle i::before, .fh5co-nav-toggle i::after {
  content: '';
  width: 25px;
  height: 2px;
  background: #252525;
  position: absolute;
  left: 0;
  transition: all .2s ease-out;
}
.fh5co-nav-toggle.fh5co-nav-white > i {
  color: #fff;
  background: #fff;
}
.fh5co-nav-toggle.fh5co-nav-white > i::before, .fh5co-nav-toggle.fh5co-nav-white > i::after {
  background: #fff;
}

.fh5co-nav-toggle i::before {
  top: -7px;
}

.fh5co-nav-toggle i::after {
  bottom: -7px;
}

.fh5co-nav-toggle:hover i::before {
  top: -10px;
}

.fh5co-nav-toggle:hover i::after {
  bottom: -10px;
}

.fh5co-nav-toggle.active i {
  background: transparent;
}

.fh5co-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.fh5co-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.fh5co-nav-toggle {
  position: fixed;
  right: 0px;
  top: 15px !important;
  padding: 6px 0 0 0;
  margin: 0 auto;
  display: none;
  height: 44px;
  width: 44px;
  z-index: 2001;
  border-bottom: none !important;
}
.scrolled .fh5co-nav-toggle {
  top: 5px;
}

/* 统一padding margin */
.mb30 {
  margin-bottom: 30px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.row-pb-md {
  padding-bottom: 50px !important;
}

.row-pb-lg {
  padding-bottom: 60px !important;
}

/* 加载中 */
.fh5co-loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../images/loader.gif) center no-repeat #fff;
}

/* 入场运动 */
.js .animate-box {
  opacity: 0;
}
.tab-content .feature-center{
  padding: 10px;
  margin-bottom: 0;
  text-align: center;
}
.tab-content .feature-center .icon,.tab-content .feature-center h4{
  margin-bottom: 10px;
}

/* 客户评价 */
#fh5co-testimonial {
  background: url("../images/comments/bg.png") no-repeat;
  background-size: cover;
}
#fh5co-testimonial .fh5co-heading h2 {
  color: #333333;
}
#fh5co-testimonial .hr-bar {
  border-color: #2571CF;
  margin-bottom: 0;
}
.kehupj{
  background: white;
  padding: 45px 50px;
  line-height: 30px;
  font-size: 18px;
  height: 300px;
  position: relative;
}
.carousel-control {
  opacity: 0.7;
  width: 8%;
}
.carousel .carousel-logo {
  position: absolute;
  top: 60px;
  left: 50px;
  width: 150px;
  height: 60px;
}
.carousel .carousel-logo img {
  width: 100%;
}
.carousel .carousel-text{
  display: inline-block;
  padding-left: 180px;
}
.carousel .carousel-text p:nth-of-type(1) {
  color: #666666;
  font-style: italic;
  line-height: 32px;
}
.carousel .carousel-text p:nth-of-type(2) {
  text-align: right;
}
.carousel-control.right,.carousel-control.left{
  background-image: none !important;
}
.carousel-indicators {
  bottom: 30px;
}
.carousel-indicators .active{
  background-color: #2571CF;
  width: 16px;
  height: 16px;
  margin: 1px;
}
.carousel-indicators li{
  background-color: #afcbee;
  width: 16px;
  height: 16px;
}
.icon-arrow-left:before, .icon-arrow-right:before{
  color: #2571CF;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right{
  color: #2571CF;
}

/* 汇率查询 */
#rate-section{
  height:430px;
}
.currency-wrap{
  width: 35%;
  position: absolute;
  right: 35px;
  top: 0;
}
.sell-cur,.buy-cur{
  width: 40%;
  height: 40px;
  position: relative;
  margin: 0 5%;
  text-align: center;
  float: left;
  color: rgba(85,85,86,1) !important;
}
.dropdown .carat {
  right: 8px;
}
.sell-cur .dropdown, .buy-cur .dropdown{
  width: 100%;
  background: transparent;
}
.sell-cur .sell-show,.buy-cur .buy-show{
  width: 100%;
  padding: 0 10px 0 0;
  font-size: 20px;
  line-height: 40px;
  color:rgba(0, 0, 0, 0.5)
}
.sell-cur img,.buy-cur img{
  width: 25px;
  position: absolute;
  right: 15px;
  top: 8px;
}
.sell-cur select,.buy-cur select{
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  font-size: 30px;
}

/*kv*/
.slider{
  overflow: hidden;
}
.main-slides .img-overlay{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(62, 209, 187, 0.3);
}
.main-slides h1.slider-text-big{
  font-size: 45px;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  letter-spacing: 2px;
}
.main-slides p{
  font-weight: 400;
  font-size: 24px !important;
  color: #ffffff;
  letter-spacing: 2px;
  text-align: center;
}
.slider .sp-buttons {
  position: absolute;
  bottom: 5%;
}
.slider .sp-button {
  border: 1px solid #FFFFFF;
  border-radius: 50%;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  height: 16px;
  width: 16px;
}


/* about us*/

.fh5co-cert{
  text-align: center;
  margin-bottom: 50px;
}
.fh5co-cert:nth-child(5) img{
  width: 60%;
}
.fh5co-cert img{
  width: 100%;
}

/* 侧边栏联系模块 */
.side-bar {
  width: 170px;
  position: fixed;
  right: 0;
  top: 30%;
  z-index: 9999;
}
.side-bar .side-icon {
  width: 100%;
  height: 65px;
  margin-bottom: 8px;
  cursor: pointer;
  position: relative;
  /*background: #31b5c5;*/
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  left: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.side-bar .side-bar-qr {
  width: 160px;
  text-align: center;
  border: 3px solid #31b5c5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #ffffff;
}
.side-bar .side-bar-qr .side-bar-qr-title {
  font-size: 16px;
  line-height: 16px;
  color: #31b5c5;
  margin: 15px 0 10px 0;
}
.side-bar .side-bar-qr img {
  width: 120px;
}
.side-bar .side-bar-qr .side-bar-qr-desc {
  font-size: 14px;
  color: #999999;
  margin: 5px 0 10px 0;
}
.side-icon a {
  display: block;
}
.side-icon .iconfont {
  font-size: 52px;
  color: #ffffff;
  padding: 10px;
  display: inline-block;
  background-color: #31b5c5;
  border-radius: 26px;
  margin-right: 60px;
  vertical-align: middle;
  margin-left: 50px;
  position: relative;
}
.side-bar .side-icon:hover .side-icon-text {
  display: inline-block;
}
.side-icon .side-icon-text {
  font-size: 14px;
  line-height: 30px;
  height: 30px;
  color: #31b5c5;
  display: none;
  border: 1px solid #ededed;
  padding: 0 5px;
  width: 150px;
  text-align: center;
  margin-right: 15px;
  background-color: #ffffff;
  border-radius: 3px;
  vertical-align: middle;
  position: absolute;
  right: 115px;
  top: 10px;
}
.side-icon .side-icon-text .side-icon-text-arrow {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-left-color: #e3e3e3;
  border-width: 8px 0 8px 8px;
  left: 100%;
  top: 50%;
  margin-top: -8px;
}
.side-icon .side-icon-text .side-icon-text-arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  content: ' ';
  border-width: 8px 0 8px 8px;
  margin-top: -8px;
  top: 50%;
  border-left-color: #ffffff;
  margin-left: -9px;
}
.uppercase {
  font-size: 14px;
  color: #000;
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

#fh5co-blog .fh5co-post {
  background: #fff;
  float: left;
  width: 100%;
  margin-bottom: 30px;
  padding: 30px;
  -webkit-box-shadow: -2px 11px 24px -10px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: -2px 11px 24px -10px rgba(0, 0, 0, 0.09);
  box-shadow: -2px 11px 24px -10px rgba(0, 0, 0, 0.09);
  position: relative;
  bottom: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#fh5co-blog .fh5co-post h3 {
  margin-bottom: 20px;
}
#fh5co-blog .fh5co-post h3 a {
  color: #F73859;
}
#fh5co-blog .fh5co-post h3 a:hover {
  color: #f35f55;
}
#fh5co-blog .fh5co-post .fh5co-date {
  display: block;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 12px;
  color: #cccccc;
  letter-spacing: .07em;
}
#fh5co-blog .fh5co-post p.author {
  color: #b3b3b3;
}
#fh5co-blog .fh5co-post p.author img {
  width: 50px;
  margin-right: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
#fh5co-blog .fh5co-post p.author cite {
  font-style: normal;
  font-size: 13px;
}
#fh5co-blog .fh5co-post p:last-child {
  margin-bottom: 0;
}
#fh5co-blog .fh5co-post:hover, #fh5co-blog .fh5co-post:focus {
  bottom: 10px;
}
@media screen and (max-width: 768px) {
  #fh5co-blog .fh5co-post:hover, #fh5co-blog .fh5co-post:focus {
    bottom: 0;
  }
}

/* 子页面banner */
#ap-header{
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  /*height: 420px;*/
}
#ap-header .display-t{
  z-index: 9;
  height: 350px;
  width: 100%;
  position: relative;
}
#ap-header .overlay{
  z-index: 0;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(53,200,230,0.3);
}
#ap-header .display-tc h1{
  margin: 0;
  padding: 0;
  font-size: 40px;
  color: #ffffff;
  letter-spacing: 1px;
  position: absolute;
  left: 0;
  bottom: 84px;
}
#ap-header.index-header .index-banner {
  height: 600px;
  width: 100%;
  position: relative;
}
#ap-header.index-header .overlay {
  display: none;
  top: 125px;
  background: rgba(40, 40, 40, 0.4);
}
.index-banner .banner-layer1 {
  text-align: center;
  padding-top: 200px;
}
.index-banner .banner-layer1 .banner-title {
  font-size: 40px;
  line-height: 50px;
  color: #ffffff;
  font-weight: 500;
  margin: 0;
}
.index-banner .banner-layer1 .banner-desc {
  font-size: 24px;
  color: #ffffff;
  line-height: 24px;
  margin: 30px 0 0 0;
}
.index-banner .banner-layer1 .banner-sep {
  margin: 0 25px
}
.index-banner .banner-layer2 {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 110px;
  height: 50px;
  z-index: 100;
  display: none;
}
.index-banner .banner-layer2 .banner-btn {
  background: #0164f8;
  color: #ffffff;
  padding: 16px 0;
  font-size: 18px;
  width: 300px;
  text-align: center;
  line-height: 1;
  border: none;
  outline: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  position: absolute;
  top: 0;

}
.index-banner .banner-layer2 .banner-btn:nth-of-type(1) {
  left: 11%;
}
.index-banner .banner-layer2 .banner-btn:nth-of-type(2) {
  right: 11%;
  margin-bottom: 20px;
}
.index-banner .banner-layer2 .banner-or {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 16px 0;
  font-size: 18px;
  color: #ffffff;
  line-height: 1;
}
.index-banner .banner-middle {
  position: absolute;
  top: 130px;
  left: 0;
  width: 100%;
  display: none;
}
.banner-middle .bm-left, .banner-middle .bm-right{
  width: 49.5%;
  float: left;
  /*background: rgba(11, 178, 12, 0.5);*/
  height: 400px;
}
.banner-middle2 .bm-left, .banner-middle1 .bm-right {
  padding-top: 40px;
}
.banner-middle .bm-sep {
  width: 2px;
  /*padding: 0 3px;*/
  float: left;
  margin: 75px 3px;
  height: 250px;
  background: #b7bbc2;
  box-sizing: border-box;
}
.banner-middle .bm-title {
  color: #ffffff;
  font-weight: 500;
  font-size: 30px;
  text-align: center;
  margin: 160px 0 0 0;
}
.banner-middle1 .bm-list {
  padding-left: 15%;
}
.banner-middle2 .bm-list {
  padding-right: 15%;
}
.banner-middle .bm-list li{
  font-size: 16px;
  color: #ffffff;
  line-height: 26px;
  margin: 15px 0;
  padding-left: 40px;
  position: relative;
}
.banner-middle2 .bm-list li {
  margin: 30px 0;
}
.banner-middle .bm-list li:before {
  width: 30px;
  height: 30px;
  border: 1px solid #ffffff;
  border-radius: 15px;
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.banner-middle .bm-img {
  margin: 60px 0 20px;
  text-align: center;
}
.banner-middle .bm-desc {
  font-size: 18px;
  color: #ffffff;
  line-height: 32px;
  padding: 0 10% ;
}

/*产品介绍页*/
.intro-list {
  text-align: center;
}
.intro-list img {
  width: 100%;
}
.intro-list h3 {
  font-size: 18px;
  color: #333333;
  margin: 20px 0 10px;
}
.intro-list p {
  font-size: 14px;
  color: #666666;
  line-height: 26px;
  margin-bottom: 0 ;
}

.mobile-show {
  display: none !important;
}
#fh5co-offcanvas .mobile-show {
  display: block !important;
}

/* 首页注册快速人口 */
.register-wrap {
  margin-top: -210px;
  position: relative;
}
.register-wrap .register-inner {
  box-shadow: 0 4px 10px 0 #e8e8e8;
  padding: 15px 5%;
  background-color: #ffffff;
}
.register-wrap .register-tabs-nav {
  padding: 0 20px;
}
.register-wrap .register-tabs-nav ul{
  border-bottom: 1px solid #e9eaea;
}
.register-wrap .register-tabs-nav ul li{
  float: left;
  width: 33%;
  font-size: 22px;
  cursor: pointer;
  padding: 22px 0;
  text-align: center;
  border-bottom: 2px solid transparent;
}
.register-wrap .register-tabs-nav ul li.active {
  border-bottom-color: #0366f8;
  color: #0366f8;
  font-weight: 500;
}
.register-wrap .register-tabs-content {
  padding: 40px 0;
  display: none;
  position: relative;
}
.register-wrap .register-tabs-content.active {
  display: block;
}
.register-tabs-content .reg-cont-left {
  float: left;
  width: 44%;
  margin-right: 6%;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
.register-tabs-content .reg-cont-left-issue {
  float: left;
  width: 44%;
  margin-right: 6%;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  background: #332075;
}


.register-tabs-content .reg-copy {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  text-align: center;
  padding: 30px 0;
  width: 100%;
}
.register-tabs-content img {
  width: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.register-tabs-content .reg-copy p {
  font-size: 18px;
  color: #ffffff;
  line-height: 32px;
  margin: 0 20px;
}
.register-tabs-content .reg-cont-left:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.register-tabs-content .reg-cont-left-issue:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

.register-tabs-content .reg-cont-right {
  position: absolute;
  width: 50%;
  left: 50%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.register-tabs-content .reg-cont-right h3 {
  font-weight: 600;
  font-size: 26px;
  color: #333;
}
.register-tabs-content .reg-cont-right p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 10px;
  color: #333;
}
.register-tabs-content .reg-cont-right .reg-btn {
  background: #086af9;
  color: #ffffff;
  padding: 12px 0;
  font-size: 20px;
  width: 160px;
  text-align: center;
  line-height: 1;
  border: none;
  outline: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  margin-top: 30px;
}
.register-tabs-content .reg-cont-right .reg-btn-station {
  margin-top: 40px;
}

.register-tabs-content .reg-cont-right .btn-contact-us {
    background: white;
    color: #2571CF;
    border: 1px solid #2571CF;
    padding: 11px 0;
    width: 160px;
    /*margin-left: 10px;*/
    margin-right: 5px;
}