/*
Theme Name: Blessedvision
Theme URI: http://www.eastdesign.net
Author: the Eastern Design Studio team
Author URI: http://www.eastdesign.net
Version: 1.0
*/
html,
body,
div,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
i,
dd,
ol,
form,
input,
textarea,
th,
td,
select {
  margin: 0;
  padding: 0;
}
* {
  box-sizing: border-box;
}
html,
body {
  min-height: 100%;
  overflow-x: hidden;
}
body {
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 14px;
  color: #666666;
  background-color: #fff;
  line-height: 1.5;
  text-size-adjust: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
ul,
ol,
li,
i {
  list-style: none;
}
img {
  border: none;
  vertical-align: middle;
  max-width: 100%;
  display: block;
  height: auto;
}
input,
textarea,
button {
  outline: none;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: ".";
  width: 0;
  height: 0;
  visibility: hidden;
  display: block;
  clear: both;
  overflow: hidden;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.tl {
  text-align: left;
}
.tc {
  text-align: center;
}
.tr {
  text-align: right;
}
/* 公共样式 */
.no-scroll::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: #F5F5F5;
}
/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background-color: #F5F5F5;
}
/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
  background-color: #a1a1a1;
}
.required,
.error {
  color: #f56c6c !important;
}
.primary {
  color: #0072c5 !important;
}
.success {
  color: #67c23a !important;
}
.warning {
  color: #67c23a !important;
}
.danger {
  color: #e60012 !important;
}
.margin-top-littler {
  margin-top: 15px !important;
}
.margin-bottom-littler {
  margin-bottom: 15px !important;
}
.margin-right-littler {
  margin-right: 15px !important;
}
.margin-left-littler {
  margin-left: 15px !important;
}
.padding-top-littler {
  padding-top: 15px !important;
}
.padding-bottom-littler {
  padding-bottom: 15px !important;
}
.padding-right-littler {
  padding-right: 15px !important;
}
.padding-left-littler {
  padding-left: 15px !important;
}
.margin-bottom-little {
  margin-bottom: 30px !important;
}
.margin-top-little {
  margin-top: 30px !important;
}
.padding-little {
  padding: 30px;
}
.padding-bottom-little {
  padding-bottom: 30px !important;
}
.padding-top-little {
  padding-top: 30px !important;
}
.padding-left-little {
  padding-left: 30px !important;
}
.padding-right-little {
  padding-right: 30px !important;
}
.margin-top-normal {
  margin-top: 60px !important;
}
.margin-bottom-normal {
  margin-bottom: 60px !important;
}
.padding-top-normal {
  padding-top: 60px !important;
}
.padding-left-normal {
  padding-left: 60px !important;
}
.padding-right-normal {
  padding-right: 60px !important;
}
.padding-bottom-normal {
  padding-bottom: 60px;
}
.padding-top-big {
  padding-top: 90px;
}
.padding-bottom-big {
  padding-bottom: 90px;
}
.margin-top-big {
  margin-top: 90px !important;
}
.margin-bottom-big {
  margin-bottom: 90px !important;
}
.margin-left-big {
  margin-left: 90px !important;
}
.margin-right-big {
  margin-right: 90px !important;
}
.margin-top-bigger {
  margin-top: 110px !important;
}
.margin-bottom-bigger {
  margin-bottom: 110px !important;
}
.padding-bottom-bigger {
  padding-bottom: 110px !important;
}
.padding-top-bigger {
  padding-top: 110px !important;
}
.margin-left-bigger {
  margin-left: 110px !important;
}
.margin-right-bigger {
  margin-right: 110px !important;
}
.margin-top-bigger {
  margin-top: 110px !important;
}
.margin-top-biggest {
  margin-top: 150px;
}
.margin-left-biggest {
  margin-left: 150px !important;
}
.margin-right-biggest {
  margin-right: 150px !important;
}
.flex {
  display: flex!important;
}
.flex-center {
  display: flex!important;
  align-items: center;
}
.flex-between {
  display: flex!important;
  align-items: center;
  justify-content: space-between;
}
.flex-justify-center {
  display: flex!important;
  align-items: center;
  justify-content: center;
}
.flex-column-center {
  display: flex!important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.relative {
  position: relative !important;
}
.absolute {
  position: absolute !important;
  left: 0;
  top: 0;
}
.strong {
  font-weight: bold;
}
.base-form {
  margin-bottom: 40px!important;
}
.base-form .ff-t-container {
  margin-bottom: 15px;
}
.base-form .fluentform .ff_upload_btn {
  padding: 7px 30px;
  border-radius: 2px;
}
.base-form .fluentform .ff_btn_style {
  width: 100%;
}
.base-form .fluentform .ff_btn_style.ff-btn-submit {
  background-color: #0a5382;
}
.otherBanner {
  perspective: 500px;
  overflow: hidden;
}
.bigger {
  width: 100%;
  -webkit-transition: 8s linear 0s;
  -o-transition: 8s linear 0s;
  transition: 8s linear 0s;
}
.bigger:hover {
  -webkit-transform: translateZ(50px);
  -ms-transform: translateZ(50px);
  -o-transform: translateZ(50px);
  transform: translateZ(50px);
}
a {
  text-decoration: none;
  color: #888888;
}
a:hover,
a:focus {
  color: #333;
  text-decoration: none;
}
.mobileAppear {
  display: none;
}
table {
  border-collapse: collapse;
  table-layout: fixed;
}
.home .container {
  margin: 0 auto !important;
}
.counter-list {
  margin-left: 3px !important;
  margin-right: 3px !important;
}
.counter-list .wpb_wrapper {
  padding: 8px;
}
.counter-list .vc_column_container {
  padding-left: 7px;
  padding-right: 7px;
}
.stats-block {
  background-color: #f6f6f6;
  padding: 25px 0;
  min-height: 188px;
  margin: 0 !important;
}
.stats-block .stats-desc .stats-number,
.stats-block .stats-desc .counter_suffix {
  display: inline-block;
  font-size: 34px !important;
  color: #333;
}
.stats-block .stats-desc .stats-text {
  font-size: 14px !important;
}
.wpb_single_image .vc_single_image-wrapper,
.wpb_single_image img.attachment-full.ourfounder {
  width: 100%;
}
.rightBackground {
  max-height: 428px;
}
[title="站长统计"] {
  display: none;
}
@media (min-width: 768px) {
  .half {
    width: 375px;
  }
}
@media (min-width: 992px) {
  .half {
    width: 472px;
  }
}
@media (min-width: 1280px) {
  .half {
    width: 559px;
  }
}
@media (min-width: 1300px) {
  .half {
    width: 585px;
  }
}
html.js {
  margin-top: 14px !important;
}
#test,
#test1 {
  max-width: 1200px;
}
/* Home Page */
.choose-sites button.search-submit.search-btn {
  font-size: 20px;
  padding: 7px;
  height: 36px;
  line-height: 1;
  background-color: #cc0917;
  color: #fff;
  border: 1px solid #cc0917;
  margin-left: -3px;
  -webkit-transition: all 0.37s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -o-transition: all 0.37s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.37s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  backface-visibility: hidden;
}
.choose-sites button.search-submit.search-btn:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
#searchform > input {
  border: 1px solid #cfcfcf;
  vertical-align: top;
  padding: 5px;
  width: 239px;
  font-size: 12px;
  color: #999;
  padding-left: 8px;
}
.choose-sites {
  padding: 15px 0;
}
.choose-sites li {
  display: inline-block;
  padding: 6px 0;
  vertical-align: middle;
  font-weight: bold;
}
.choose-sites li:first-child {
  margin-right: 5px;
}
.choose-sites li .language_right {
  padding-left: 6px;
}
.choose-sites li a:focus,
.choose-sites li a:hover,
.choose-sites li a.active {
  text-decoration: underline;
  color: #333;
}
.logo.row {
  padding-top: 20px;
  padding-bottom: 15px;
  max-height: 100px;
}
.logo.row h5,
.logo > div,
.logo h1 {
  padding-left: 0;
}
.logo h1 {
  padding-bottom: 0;
}
.head-social > ul > li,
.sidebar-menus li {
  display: inline-block;
  padding: 12px 30px;
  text-transform: uppercase;
  font-size: 16px;
  font-family: "Microsoft Yahei";
  line-height: 16px;
  padding-right: 0;
}
.sidebar-menus h5 {
  font-size: 21px;
  text-align: left;
  padding: 15px 25px;
  margin-bottom: 1px;
  background-color: #cc0917;
  color: #fff;
  font-family: "Microsoft Yahei";
  text-transform: uppercase;
  letter-spacing: 1px;
}
.head-social > ul > li::after {
  content: "|";
  padding-left: 30px;
  color: #437b9f;
}
.head-social ul li:last-child::after {
  display: none;
}
.head-social ul li:first-child {
  padding-left: 0;
}
.head-social ul li a {
  color: #fff;
  position: relative;
  letter-spacing: 1px;
  -webkit-transition: color 0.2s ease-out 0s;
  -o-transition: color 0.2s ease-out 0s;
  transition: color 0.2s ease-out 0s;
}
.vc_row.wpb_row.vc_row-fluid.container.winning-date {
  padding: 0;
}
.head-social ul li a::after {
  content: "";
  width: 0;
  height: 2px;
  background-color: #fff;
  position: absolute;
  bottom: -5px;
  left: 0;
  -webkit-transition: 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -o-transition: 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.head-social > ul > li:hover > a::after,
.head-social > ul > li:hover > a.acive::after,
.head-social > ul > li.current-menu-item:hover > a::after,
.head-social > ul > li.current_page_parent:hover > a::after,
.head-social > ul > li.current-menu-item:hover > a::after,
.head-social > ul > li.current-menu-ancestor:hover > a::after {
  width: 100%;
}
.head-social > ul > li > a.acive::after,
.head-social > ul > li.current-menu-item > a::after,
.head-social > ul > li.current_page_parent > a::after,
.head-social > ul > li.current-menu-item > a::after,
.head-social > ul > li.current-menu-ancestor > a::after {
  width: 70%;
}
.top-nav {
  background-color: #0a5382;
  z-index: 1000;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.wpb_button,
.wpb_content_element,
ul.wpb_thumbnails-fluid > li {
  margin-bottom: 0 !important;
}
h2,
h1 {
  font-family: "Microsoft Yahei";
  font-size: 32px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #333;
  padding-bottom: 23px;
}
h3,
.search h4 {
  font-size: 18px;
  font-weight: bold;
  color: #0a5382;
  padding-bottom: 15px;
}
.search h4 {
  padding-top: 15px;
}
p {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 10px;
}
.home p {
  padding-bottom: 0;
}
.home main p > a,
.newsPage-content a {
  width: 140px;
  height: 45px;
  background-color: #cc0917;
  color: #fff;
  text-transform: capitalize;
  font-size: 16px;
  display: inline-block;
  line-height: 45px;
  text-align: center;
  margin-top: 20px;
  position: relative;
  overflow: hidden;
}
.newsPage-content a {
  height: 35px;
  width: 120px;
  line-height: 35px;
  margin-top: 0;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  -webkit-transition: all 500ms;
  transition: all 500ms;
}
.newsPage-content:hover a {
  box-shadow: 0 1px 2px 0 #8a4d4d;
}
.home main p > a:hover {
  color: #fff;
}
.home main p > a::after,
.newsPage-content a::after {
  content: "\f178";
  font: normal normal normal 30px/1 FontAwesome;
  position: absolute;
  width: 100%;
  height: 100%;
  line-height: 45px;
  background-color: #0a5382;
  left: 0;
  color: #fff;
  bottom: -100%;
  -webkit-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.newsPage-content a::after {
  line-height: 35px;
}
.home p > a.whiteBtn::after {
  background-color: #fff !important;
  color: #cc0917;
}
.home main p > a:hover::after,
.newsPage-content a:hover::after {
  bottom: 0;
}
.alignRight {
  margin-left: auto;
  padding-right: 60px;
}
.white {
  color: #fff !important;
}
.aboutWinning {
  background-color: #0a5382;
  padding-left: 55px !important;
}
.joinUs {
  padding-left: 55px !important;
  background-color: transparent;
}
.vc_column_container > .vc_column-inner {
  padding: 0 !important;
}
.winning-date h2,
.home .container h2 {
  padding-top: 45px;
  text-align: center;
  padding-bottom: 30px;
}
.container.winningData > .row > ul {
  display: flex;
  justify-content: space-between;
}
.container.winningData > .row > ul > li {
  display: inline-block;
  text-align: center;
  background-color: #f6f6f6;
  width: 190px;
  height: 175px;
  -webkit-transition: all 0.37s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -o-transition: all 0.37s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.37s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.container.winningData > .row > ul > li:hover {
  -webkit-transform: translateY(15px);
  -ms-transform: translateY(15px);
  -o-transform: translateY(15px);
  transform: translateY(15px);
  background-color: #dad8d8;
  box-shadow: 5px 12px 25px rgba(0, 0, 0, 0.08);
}
.container.winningData > .row > ul > li > img {
  display: inline-block;
  padding-top: 30px;
}
.container.winningData > .row > ul > li > h4 {
  padding: 15px 0 10px 0;
  font-family: "Microsoft YaHei";
  font-size: 34px;
  color: #333;
}
.container.winningData > .row > ul > li > p {
  font-size: 14px;
  color: #333;
}
.tableCell {
  display: table-cell;
  vertical-align: middle;
  float: none !important;
}
.home .tableCell {
  padding: 0;
}
.marginCenter {
  margin-left: 50%;
  transform: translateX(-50%);
}
.product-cat.product-cat-item > .cat-img > a img,
.lateastNews .lateast-item > a img {
  width: 100%;
}
.product-cat.product-cat-item > .cat-img > a > .imgBox,
.imgBox {
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 4px 0 #cbcbcb;
}
.product-cat.product-cat-item > .cat-img > a > .imgBox::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border: 8px solid #0a5382;
  border-bottom: none;
  opacity: 0;
  transform: scale(1.2);
  -webkit-transition: all 0.37s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -o-transition: all 0.37s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.37s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.product-cat.product-cat-item > .cat-img > a:hover > .imgBox::after {
  transform: scale(1);
  opacity: 1;
}
.product-cat.product-cat-item > .cat-img > a > .back-info {
  height: 45px;
  width: 100%;
  line-height: 45px;
  font-size: 16px;
  color: #333;
  text-align: center;
  font-weight: bold;
  text-transform: capitalize;
  -webkit-transition: all 0.37s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -o-transition: all 0.37s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.37s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.product-cat.product-cat-item > .cat-img > a > .back-info > i {
  color: #fff;
  opacity: 0;
  margin-left: -15px;
  -webkit-transition: all 0.37s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -o-transition: all 0.37s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.37s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.product-cat.product-cat-item > .cat-img > a:hover > .back-info > i {
  opacity: 1;
  margin-left: 10px;
}
.product-cat.product-cat-item > .cat-img > a:hover > .back-info {
  background-color: #0a5382;
  color: #fff;
}
.whiteContent {
  background-color: #fff;
  padding-bottom: 45px;
}
.greyBgc {
  background-color: #f3f3f3;
}
.greyContent {
  background-color: #f3f3f3;
  padding-bottom: 45px;
}
p.paddingTop {
  padding-top: 15px;
  padding-bottom: 11px;
}
.lateastNews .lateast-item > a > .back-info h3 {
  font-size: 16px;
  padding: 20px 0 10px 0;
  line-height: 22px;
  color: #333;
  font-weight: bold;
}
.lateastNews .lateast-item > a > .back-info p {
  line-height: 22px;
  color: #666;
  margin-bottom: 10px;
}
.lateastNews .lateast-item > a > .back-info .iconArrow {
  position: relative;
  padding-top: 10px;
  color: #2a6496;
}
.aboutPart {
  background-color: #0a5382;
}
.lateastNews .lateast-item > a > .back-info .iconArrow::before {
  content: "";
  height: 2px;
  background-color: #2a6496;
  position: absolute;
  left: 50%;
  top: 0;
  width: 0;
  -webkit-transition: all 0.37s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -o-transition: all 0.37s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.37s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.lateastNews .lateast-item > a:hover > .back-info .iconArrow::before {
  width: 100%;
  left: 0;
}
.lateastNews .lateast-item > a > .back-info .iconArrow time {
  float: left;
  opacity: 0;
  margin-left: 40px;
  -webkit-transition: all 0.37s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -o-transition: all 0.37s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.37s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.lateastNews .lateast-item > a > .back-info .iconArrow i {
  float: right;
  font-size: 22px;
  height: 24px;
  line-height: 24px;
  opacity: 0;
  margin-right: 40px;
  -webkit-transition: all 0.37s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -o-transition: all 0.37s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.37s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.lateastNews .lateast-item > a:hover > .back-info .iconArrow i {
  opacity: 1;
  margin-right: 0;
}
.lateastNews .lateast-item > a:hover > .back-info .iconArrow time {
  opacity: 1;
  margin-left: 0;
}
.newsPart > .row > .row > .col-md-4.col-sm-4.col-xs-12 {
  padding: 0 15px;
}
.newsPart > .row > .row > .col-md-4.col-sm-4.col-xs-12:first-child {
  -webkit-transform: translateX(-15px);
  -ms-transform: translateX(-15px);
  -o-transform: translateX(-15px);
  transform: translateX(-15px);
}
.newsPart > .row > .row > .col-md-4.col-sm-4.col-xs-12:nth-last-child(2) .lateastNews {
  -webkit-transform: translateX(15px);
  -ms-transform: translateX(15px);
  -o-transform: translateX(15px);
  transform: translateX(15px);
}
.lateastNews .lateast-item > a > .imgBox > img {
  -webkit-transition: all 0.37s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -o-transition: all 0.37s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.37s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.lateastNews:hover .lateast-item > a > .imgBox > img {
  transform: scale(1.08);
}
.center h2 {
  text-align: center;
}
.center .wpb_wrapper > p {
  text-align: center;
  padding: 9px 20px 4px 20px;
}
footer {
  background-color: #0a5382;
}
.foot-up {
  color: #fff;
  margin-top: 45px;
}
.home .foot-up {
  margin-top: 0;
}
.page-template-page-ourfounder .foot-up,
.page-template-page-contact .foot-up,
.page-template-default .foot-up {
  margin-top: 20px;
}
.page-template-page-ourfounder h1 {
  padding-bottom: 12px;
}
.page-template-service-page .foot-up,
.page-template-page-jobs .foot-up,
.page-template-page-csr .foot-up,
.page-template-page-academy .foot-up,
.archive .foot-up {
  margin-top: 35px;
}
.home footer {
  margin-top: 0;
}
.page-template-service-page foot,
.home foot {
  margin-top: 0;
}
.foot-up .container {
  padding: 50px 0 40px 0;
}
.foot-up .container > div > h6 {
  font-size: 26px;
  padding-bottom: 25px;
  font-family: "Microsoft Yahei";
  letter-spacing: 1px;
  line-height: 1;
}
.foot-up .container > div.contactUS ul li {
  padding: 2px 0;
}
.foot-up .container > div.contactUS ul li span {
  font-weight: bold;
  padding-right: 5px;
}
.foot-up .container > div.contactUS ul li i {
  padding-right: 20px;
}
.foot-up .container > div.contactUS ul li:last-child,
.foot-up .container > div.contactUS ul li:nth-last-child(3) {
  padding-left: 34px;
}
.foot-up .container > div.contactUS ul li:nth-last-child(2) i {
  padding-right: 25px;
}
.foot-up .container > div p {
  line-height: 22px;
}
.inputEmail {
  padding: 20px 0 25px 0;
  perspective: 200px;
}
.inputEmail input,
.inputEmail button {
  vertical-align: top;
}
.inputEmail input {
  width: 265px;
  height: 40px;
  color: #888888;
  padding-left: 10px;
}
.inputEmail button {
  width: 40px;
  height: 40px;
  background-color: #cc0917;
  line-height: 1;
  text-align: center;
  border-radius: 0;
  margin-left: -3px;
  -webkit-transition: all 0.37s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -o-transition: all 0.37s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.37s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  backface-visibility: hidden;
}
.inputEmail button:hover,
.inputEmail button:focus {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  color: #fff;
}
.foot-up .container > div.newsLetter ul {
  height: 40px;
}
.foot-up .container > div.newsLetter ul li {
  display: inline-block;
}
.foot-up .container > div.newsLetter ul li a {
  display: inline-block;
  font-size: 22px;
  margin: 0 11px;
  border: 1px solid #5487a8;
  width: 40px;
  height: 40px;
  line-height: 37px;
  text-align: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.foot-up .container > div.newsLetter ul li a .blob-btn__inner {
  z-index: -1;
  width: 50%;
  height: 50%;
  position: absolute;
  left: 25%;
  top: -150%;
  border-radius: 100%;
  background-color: #cc0917;
  -webkit-transition: all 0.37s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -o-transition: all 0.37s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.37s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.foot-up .container > div.newsLetter ul li a:hover .blob-btn__inner {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transform: scale(1.5);
}
.foot-up .container > div.newsLetter ul li a {
  color: #fff;
}
.foot-up .container > div.newsLetter ul li:first-child a {
  margin-left: 0;
}
.contactImg {
  padding-bottom: 15px;
}
.foot-down {
  height: 70px;
  font-size: 14px;
  color: #fff;
  text-align: center;
}
.foot-down p {
  line-height: 70px !important;
  border-top: 1px solid #457ca0;
  margin-bottom: 0;
}
.foot-down p a {
  color: #fff;
  margin-left: 30px;
}
.foot-down p a:hover,
.foot-down p a:focus,
.foot-down p a:active {
  text-decoration: underline;
}
.return-top {
  position: fixed;
  right: 0;
  bottom: 20%;
  z-index: 1000;
}
.return-top ul li {
  padding: 12px 10px 12px 12px;
  margin: 1px 0;
  cursor: pointer;
  background-color: #0a5382;
  max-width: 48px;
  max-height: 48px;
}
.return-top ul li:last-child {
  background-color: #cc0917;
}
.return-top ul li:last-child img {
  -webkit-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.return-top ul li:last-child:hover img {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  -o-transform: translateY(-3px);
  transform: translateY(-3px);
}
.fullscreenvideo video {
  background: #0a5382 !important;
}
.tp-caption:hover .tp-video-controls {
  opacity: 0.9;
}
/* ---------------------------- */
/* service page */
.breadcrumbs {
  padding: 15px 0;
  text-transform: uppercase;
  font-family: "Microsoft Yahei";
}
.breadcrumbs span[property="name"] i {
  color: #cc0917;
  font-size: 22px;
  padding-right: 15px;
}
.breadcrumbs i.fa.fa-arrow-right {
  margin-left: 7px;
  margin-right: 7px;
  line-height: 26px;
}
.breadcrumbs .container > .row > span {
  vertical-align: bottom;
  display: inline-block;
}
.breadcrumbs .container span {
  color: #666;
  font-size: 12px;
}
.servicePage > .row > .row > .col-md-4.col-sm-4.col-xs-12 {
  padding: 1px;
  margin-bottom: 0;
}
.breadcrumbs .row > .col-md-12 > span:last-child span {
  font-size: 14px;
  color: #333;
}
.back-info {
  padding: 0;
}
.servicePage > .row > .row > .col-md-4.col-sm-4.col-xs-12 .back-info {
  padding-bottom: 45px;
  padding-left: 28px;
  padding-right: 28px;
  min-height: 178px;
  background-color: #f6f6f6;
}
.jobsPage > .row > .row > .col-md-4.col-sm-4.col-xs-12 .back-info {
  padding-bottom: 30px;
}
.jobsPage > .row > .row > .col-md-4.col-sm-4.col-xs-12 .back-info {
  min-height: 185px;
}
.servicePage > .row > .row > .col-md-4.col-sm-4.col-xs-12 .back-info p::after {
  content: "\f178";
  font: normal normal normal 23px/1 FontAwesome;
  position: absolute;
  left: 0;
  bottom: -60px;
  color: #cc0917;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.37s cubic-bezier(0.215, 0.61, 0.75, 1) 0.2s;
  -o-transition: all 0.37s cubic-bezier(0.215, 0.61, 0.75, 1) 0.2s;
  transition: all 0.37s cubic-bezier(0.215, 0.61, 0.75, 1) 0.2s;
}
.servicePage > .row > .row > .col-md-4.col-sm-4.col-xs-12:hover .back-info p::after {
  opacity: 1;
  bottom: -20px;
}
.servicePage > .row > .row > .col-md-4.col-sm-4.col-xs-12 .back-info h3,
.servicePage > .row > .row > .col-md-4.col-sm-4.col-xs-12 .back-info p {
  -webkit-transform: translateY(7px);
  -ms-transform: translateY(7px);
  -o-transform: translateY(7px);
  transform: translateY(7px);
  position: relative;
  -webkit-transition: all 0.37s cubic-bezier(0.215, 0.61, 0.75, 1) 0s;
  -o-transition: all 0.37s cubic-bezier(0.215, 0.61, 0.75, 1) 0s;
  transition: all 0.37s cubic-bezier(0.215, 0.61, 0.75, 1) 0s;
}
.servicePage > .row > .row > .col-md-4.col-sm-4.col-xs-12 .back-info p {
  -webkit-transition: all 0.37s cubic-bezier(0.215, 0.61, 0.75, 1) 0.15s;
  -o-transition: all 0.37s cubic-bezier(0.215, 0.61, 0.75, 1) 0.15s;
  transition: all 0.37s cubic-bezier(0.215, 0.61, 0.75, 1) 0.15s;
}
.servicePage .lateastNews .lateast-item > a > .back-info h3 {
  font-family: "Microsoft Yahei";
  font-size: 18px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-transform: capitalize;
  margin-bottom: 10px;
  text-align: center;
  background-color: #efefef;
  box-shadow: inset 0 1px 3px 0 #cbcbcb;
}
.lateastNews:hover .lateast-item > a > .back-info h3 {
  color: #2a6496;
}
.servicePage > .row > .row > .col-md-4.col-sm-4.col-xs-12:hover .back-info h3,
.servicePage > .row > .row > .col-md-4.col-sm-4.col-xs-12:hover .back-info p {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.servicePage > .row > .row > .col-md-4.col-sm-4.col-xs-12:hover .back-info h3 {
  color: #0a5382;
}
.servicePage > .row > .row > .col-md-4.col-sm-4.col-xs-12:first-child {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.servicePage > .row > .row > .col-md-4.col-sm-4.col-xs-12:nth-last-child(2) .lateastNews {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.servicePage > .row > .row > .col-md-4.col-sm-4.col-xs-12 .imgBox {
  position: relative;
}
.servicePage > .row > .row > .col-md-4.col-sm-4.col-xs-12 .imgBox::after {
  content: '';
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  border: 2px solid #fff;
  left: 0;
  top: 0;
  position: absolute;
  -webkit-transition: all 0.37s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -o-transition: all 0.37s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.37s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.servicePage > .row > .row > .col-md-4.col-sm-4.col-xs-12:hover .imgBox::after {
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -o-transform: scale(0.95);
  transform: scale(0.95);
}
.servicePage > .row > ul {
  margin-bottom: 20px;
  height: 24px;
  line-height: 24px;
  text-align: center;
}
.servicePage > .row > ul a {
  font-size: 16px;
  color: #333;
  font-family: "Microsoft Yahei";
  text-transform: capitalize;
  -webkit-transition: all 0.37s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -o-transition: all 0.37s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.37s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.servicePage > .row > ul a:hover {
  color: #0a5382;
}
.servicePage > .row > ul > li {
  display: inline-block;
  padding: 0 30px;
  border-right: 1px solid #cbcbcb;
}
.servicePage > .row > ul > li:first-child {
  border-left: 1px solid #cbcbcb;
}
.servicePage .lateast-item .imgBox p {
  position: absolute;
  bottom: -10px;
  left: 0;
  transform: translateY(100%);
  background-color: #0a5382;
  padding: 10px;
  color: #fff;
  transition: 0.37s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.servicePage .lateastNews:hover .lateast-item .imgBox p {
  transform: translateY(0);
  transition: 0.37s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
h1 {
  text-align: center;
}
.wpb_row .wpb_column .wpb_wrapper .stats-block {
  transition: 0.37s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.wpb_row .wpb_column .wpb_wrapper .stats-block:hover {
  box-shadow: 0 1px 20px 0px #ccc;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.tp-video-controls {
  padding: 10px 15px !important;
  background-image: linear-gradient(to bottom, #01253c 13%, #095a8e 100%);
  -webkit-transition: all 1.5s ease 0s !important;
  transition: all 1.5s ease 0s !important;
}
.tp-video-button {
  background-color: transparent;
}
.tp-caption .tp-video-play-button {
  display: block;
  -webkit-transition: all 1.1s ease 0s !important;
  transition: all 1.1s ease 0s !important;
  text-align: center !important;
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 3px;
}
.tp-video-button-wrap {
  border: 1px solid #fff !important;
  border-radius: 2px !important;
}
.tparrows {
  border-radius: 3px;
}
/* about page */
.about-left {
  position: relative;
  padding-top: 8px;
}
.about-left a span {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  border-radius: 50%;
  background-color: rgba(204, 9, 23, 0.5);
  -webkit-transition: 0.37s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -moz-transition: 0.37s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: 0.37s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  border: 2px solid #fff;
  box-sizing: content-box;
  font-size: 16px;
}
.about-left a span::after {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  box-shadow: 0 0 0 3px #d40606;
  -webkit-transform: scale(1.8);
  transform: scale(1.8);
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: 0.37s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -moz-transition: 0.37s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: 0.37s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.about-left a:hover span {
  color: #fff;
  background-color: #cc0917;
}
.about-left a:hover span::after {
  opacity: 1;
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
.about-left a span i {
  -webkit-transform: translateX(2px);
  transform: translateX(2px);
}
body.page-template {
  overflow-y: hidden;
}
.about-left a,
.about-left a img {
  -webkit-transition: 0.37s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -moz-transition: 0.37s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: 0.37s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.about-left a:hover,
.about-left a:hover img {
  box-shadow: 0 0 3px 0px #012136;
}
.history-content .tableCell {
  padding-left: 15px;
}
.history-content .item .tableCell:last-child {
  padding-left: 30px;
  padding-right: 15px;
  background-color: #efefef;
}
.history-content .item .tableCell:last-child .history-content-box {
  width: 100%;
  height: 100%;
}
.history-content h3 {
  color: #333;
  font-size: 16px;
  -webkit-transition: 0.37s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -moz-transition: 0.37s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: 0.37s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.owl-carousel2 {
  min-height: 480px;
}
.owl-theme .owl-dots .owl-dot {
  width: 55px;
  height: 25px;
  margin: 20px 5px 0;
  background: #D6D6D6;
  border-radius: 30px;
  color: #457ca0;
  transition: 0.37s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.owl-theme .owl-dots .owl-dot.active,
.owl-theme .owl-dots .owl-dot:active,
.owl-theme .owl-dots .owl-dot:focus,
.owl-theme .owl-dots .owl-dot:hover {
  color: #fff;
  font-weight: bold;
  background: #0a5382;
}
.page-template-page-history .item .tableCell:first-child {
  padding-right: 0;
}
.history-content .item .tableCell:last-child:hover h3 {
  color: #457ca0;
}
.social-menus {
  text-align: center;
}
.social-menus i {
  font-weight: bold;
}
.social-menus li {
  position: relative;
}
.social-menus li > .sub-menu {
  text-align: left;
  position: absolute;
  z-index: 1000;
  top: 98%;
  left: -7px;
  display: none;
  background-color: #0a5382;
  text-transform: uppercase;
  width: 200%;
}
.social-menus li > .sub-menu > li {
  padding: 10px 0 10px 40px;
  font-size: 13px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.social-menus li > .sub-menu > li:last-child {
  border-color: transparent;
}
.social-menus li > .sub-menu > li:hover {
  background-color: #047ec8;
  padding: 10px 0 10px 55px;
}
.social-menus li > .sub-menu > li > a {
  color: #fff;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.social-menus > li#menu-item-609 > .sub-menu {
  width: 165%;
}
time {
  font-size: 12px;
  color: #cc0917;
  padding-bottom: 8px;
  display: block;
  line-height: 1;
}
.wpcf7-submit {
  color: #0a5382;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 3px;
  background-color: transparent;
  transition: all 0.3s ease 0s;
}
.wpcf7-submit:hover {
  background-color: #0a5382;
  border-color: #0a5382;
  color: #fff;
}
/* contact page */
.vc_row-fluid {
  margin: auto !important;
}
.right .vc_col-sm-6:last-child,
.left .vc_col-sm-6:nth-child(2) {
  background-color: #efefef;
}
.right .vc_col-sm-6:last-child .wpb_content_element,
.left .vc_col-sm-6:nth-child(2) .wpb_content_element {
  padding-left: 30px;
}
.page-template-page-contact .vc_col-sm-6 {
  width: 47% !important;
}
.page-template-page-contact p > a {
  -webkit-transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -moz-transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.page-template-page-contact p > a:hover {
  color: #cc0917;
}
.wpcf7-form-control-wrap {
  display: inline-block;
}
.wpcf7-form-control-wrap input,
.wpcf7-form-control-wrap textarea {
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.wpcf7-form-control-wrap input:focus,
.wpcf7-form-control-wrap textarea:focus {
  border-color: #666;
}
label {
  margin-bottom: 20px;
  font-family: "Microsoft YaHei";
  font-weight: normal;
  color: #0a5382;
  border-radius: 3px;
}
input,
textarea {
  padding: 5px;
  width: 100%;
  border-radius: 3px;
}
span.wpcf7-form-control-wrap,
label {
  width: 100%;
  border-radius: 3px;
}
.wpcf7-validation-errors,
.wpcf7-mail-sent-ok {
  margin: 0 !important;
  border: none !important;
}
div.wpcf7-response-output {
  padding: 0 !important;
  color: #f00;
}
div.wpcf7-response-output.wpcf7-mail-sent-ok {
  color: #32aa66;
}
.wpcf7-not-valid-tip {
  position: absolute;
}
.wpcf7-form label .red {
  color: #b91404;
  padding-left: 4px;
}
.ContactForm {
  padding-top: 25px;
}
.top-nav .row,
.logo.row {
  margin-left: 0;
  margin-right: 0;
}
form#searchform {
  padding-right: 15px;
}
.founder-content img {
  padding-top: 18px;
}
.post-type-archive .tableCell {
  padding-left: 15px;
  padding-right: 15px;
  overflow: hidden;
}
.newsPage-content {
  margin-bottom: 15px;
  background-color: #efefef;
  -moz-transition: box-shadow 500ms;
  -o-transition: box-shadow 500ms;
  -webkit-transition: box-shadow 500ms;
  transition: box-shadow 500ms;
}
.newsPage-content h3 {
  color: #333;
  padding-right: 30px;
}
.newsPage-content time {
  color: #666;
  padding-right: 30px;
}
.newsPage-content h3 {
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  -webkit-transition: all 500ms;
  transition: all 500ms;
}
.newsPage-content time {
  -moz-transition: all 500ms 0.1s;
  -o-transition: all 500ms 0.1s;
  -webkit-transition: all 500ms 0.1s;
  transition: all 500ms 0.1s;
}
.newsPage-content .newsPage-imgBox {
  overflow: hidden;
}
.newsPage-content p,
.newsPage-content .newsPage-back-info > a,
.newsPage-content img {
  -moz-transition: all 500ms 0.2s;
  -o-transition: all 500ms 0.2s;
  -webkit-transition: all 500ms 0.2s;
  transition: all 500ms 0.2s;
}
.newsPage-content p {
  padding-right: 25px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.newsPage-content:hover {
  box-shadow: #666 0px 5px 10px;
}
.newsPage-content:hover h3 {
  color: #0a5382;
}
.newsPage-content:hover img {
  transform: scale(1.1);
}
.newsPage-content:hover time {
  padding-left: 15px;
  color: #cc0917;
}
.newsPage-content:hover p,
.newsPage-content:hover .newsPage-back-info > a,
.newsPage-content:hover h3 {
  margin-left: 15px;
}
.post-type-archive-news .foot-up,
.page-template-page-service .foot-up,
.single-job .foot-up,
.page-template-page-photo .foot-up {
  margin-top: 30px;
}
.jobsPage .tableCell {
  padding-left: 15px;
  padding-right: 15px;
}
.single-content .vc_row-fluid .vc_col-sm-8 {
  padding-left: 30px;
}
.wpb_single_image img {
  padding-bottom: 15px !important;
}
.page-template-page-contact .wpb_single_image img {
  padding-bottom: 0 !important;
}
.home .wpb_single_image img {
  padding-bottom: 0 !important;
}
.italic p {
  font-style: italic;
  font-size: 12px;
  padding-top: 10px;
}
.page-template-page-download .left-download-box {
  border-right: 1px dashed #0a5382;
}
.page-template-page-download time {
  display: inline-block;
  padding: 0;
  line-height: 24px;
  color: #999;
}
.page-template-page-download span.real-title i {
  padding-right: 15px;
  color: #cc0917;
}
.page-template-page-download .container a span {
  -webkit-transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -moz-transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.page-template-page-download .container a:hover span,
.page-template-page-download .container a:focus span {
  color: #cc0917;
}
.video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin-bottom: 15px !important;
}
.video iframe,
.video object,
.video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.return-top ul li:nth-last-child(2) {
  display: none;
}
.search img {
  width: 100% !important;
}
.wp-pagenavi {
  text-align: center;
}
.wp-pagenavi .previouspostslink {
  margin-left: 0;
}
.wp-pagenavi > * {
  display: inline-block;
  width: 28px;
  height: 28px;
  line-height: 26px;
  padding: 0 !important;
  text-align: center;
}
.wp-pagenavi a:hover,
.wp-pagenavi span.current {
  border-color: #0a5382;
  color: #0a5382;
}
.search-no-results .page-content .screen-reader-text {
  display: none;
}
.search-no-results .page-content .search-form > label,
.search-no-results .search-form > input {
  display: inline-block;
  float: left;
  border: 1px solid #0a5382;
  margin: 0;
  border-radius: 0;
}
.search-no-results .page-content .search-form > label {
  width: 80%;
  border-radius: 3px 0 0 3px;
  border-right: none;
}
.search-no-results .page-content .search-form > input {
  width: 20%;
  border-radius: 0 3px 3px 0;
  background-color: #cc0917;
  color: #fff;
  border-color: #cc0917;
}
.sidebar-menus {
  padding-top: 5px;
}
.sidebar-menus ul li {
  display: block;
  margin: 1px 0;
  padding: 15px 0px;
  background-color: #efefef;
  padding-left: 25px;
}
.sidebar-menus ul li a,
.sidebar-menus ul li {
  -webkit-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -moz-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  font-size: 15px;
  color: #333;
}
.sidebar-menus ul li a i {
  padding-right: 5px;
}
.sidebar-menus h1 {
  font-size: 21px;
  text-align: left;
  padding: 15px 38px;
  margin-bottom: 1px;
  background-color: #cc0917;
  color: #fff;
}
.sidebar-menus ul li:hover,
.sidebar-menus ul li.current-menu-item {
  background-color: #0a5382;
  padding: 15px 0 15px 35px;
}
.sidebar-menus ul li:hover a,
.sidebar-menus ul li.current-menu-item a {
  color: #fff;
}
.page-template-page-photo .vc_column-inner > .wpb_wrapper {
  padding-right: 7px;
  padding-left: 7px;
  padding-bottom: 15px;
}
.page-template-page-photo .vc_column-inner > .wpb_wrapper > .wpb_single_image {
  position: relative;
  overflow: hidden;
}
.page-template-page-photo .wpb_single_image img {
  padding: 0 !important;
}
.page-template-page-photo h2 {
  text-align: center;
  font-size: 16px;
  position: absolute;
  width: 100%;
  height: 50px;
  line-height: 50px;
  left: 0;
  bottom: -50px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 0;
  -webkit-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -moz-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.page-template-page-photo .vc_column-inner > .wpb_wrapper > .wpb_single_image:hover h2 {
  bottom: 10%;
}
.foot-up .container > div > h6 i {
  display: none;
}
#test {
  padding-bottom: 25px;
}
.search .contactImg img {
  width: auto !important;
}
.ContactForm .wpb_wrapper > p {
  padding-bottom: 10px;
}
.top-nav.fixed {
  position: fixed;
  width: 100%;
  top: 0;
  box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.15);
}
.partner ul {
  text-align: center;
  margin-bottom: 40px !important;
}
.partner ul li {
  display: inline-block;
  -webkit-transition: all 0.37s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -o-transition: all 0.37s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.37s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  width: 23%;
  margin: 0 5px;
}
.partner ul li:hover {
  box-shadow: 5px 12px 25px rgba(0, 0, 0, 0.08);
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.bpp-post-content p img {
  width: 100%;
}
#error-content .center .error img {
  display: inline-block;
}
#error-content .center .error,
#error-content .center .message {
  width: 100%;
  text-align: center;
}
#error-content .center .message a {
  color: #b91404;
  font-size: 1.2em;
}
.single_job_listing .meta li {
  display: flex !important;
  align-items: center !important;
}
.single_job_listing .meta li time {
  padding-bottom: 0;
}
.return-top img {
  width: 26px;
  height: auto;
}
/* 评论 */
.required {
  color: #f56c6c !important;
}
/* ------------------------------------------ */
/* 自适应代码 */
@media only screen and (max-width: 1680px) {
  p > a {
    width: 120px;
    height: 40px;
    line-height: 40px;
    margin-top: 10px;
  }
  p > a::after {
    line-height: 40px;
    font-size: 28px;
  }
  h2,
  h1 {
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 1366px) {
  h2,
  h1 {
    padding-bottom: 5px;
    font-size: 24px;
  }
  h3 {
    font-size: 16px;
    padding-bottom: 2px;
  }
  .home p {
    line-height: 23px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
  }
  p > a {
    width: 110px;
    height: 35px;
    line-height: 35px;
    margin-top: 10px;
    font-size: 14px;
  }
  p > a::after {
    line-height: 35px;
    font-size: 25px;
  }
  .tableCell h3 {
    padding-bottom: 8px !important;
  }
}
@media only screen and (max-width: 1280px) {
  .home p {
    line-height: 23px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
  }
  p > a {
    margin-top: 10px;
  }
  .center h2 {
    padding-top: 10px;
  }
  .head-social > ul > li {
    padding: 12px 0 12px 35px;
  }
  .head-social > ul > li::after {
    padding-left: 35px;
  }
  .owl-theme .owl-dots .owl-dot span {
    margin: 20px 6px 0;
  }
}
@media only screen and (max-width: 1024px) {
  .joinUs {
    padding-left: 0 !important;
  }
  .contactUs {
    padding-right: 0 !important;
  }
  .center .wpb_wrapper > p {
    padding: 2px 30px 0px 30px;
  }
  #searchform > input {
    width: 200px;
  }
  .choose-sites li:first-child {
    margin-right: 2px;
  }
  .choose-sites li .language_right {
    padding-left: 3px;
  }
  .choose-sites li {
    font-size: 12px;
  }
  .head-social > ul > li::after {
    padding-left: 23px;
  }
  .head-social > ul > li {
    padding: 12px 5px;
    padding-right: 0;
  }
  .head-social > ul > li::after {
    padding-right: 5px;
  }
  .home p {
    -webkit-line-clamp: 3;
  }
  h3 {
    font-size: 15px;
    padding-bottom: 0px;
  }
  h2,
  h1 {
    padding-bottom: 5px;
    font-size: 21px;
  }
  .aboutWinning {
    padding-left: 15px !important;
  }
  .alignRight {
    padding-right: 20px;
  }
  .center .wpb_wrapper > p {
    padding: 2px 30px 0px 20px;
  }
  .home .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .foot-up .container {
    padding-left: 0px;
    padding-right: 0px;
  }
  .us p > a {
    margin-top: 5px;
  }
  .home main p > a {
    height: 35px;
    line-height: 35px;
  }
  .home main p > a::after,
  .newsPage-content a::after {
    line-height: 35px;
  }
  .social-menus > li > .sub-menu > li {
    padding: 10px 0 10px 20px;
  }
  .social-menus > li > .sub-menu > li:hover {
    background-color: #047ec8;
    padding: 10px 0 10px 30px;
  }
}
@media only screen and (max-width: 768px) {
  .page-template-page-contact h3 {
    padding-top: 25px !important;
    padding-bottom: 10px !important;
  }
  #wprmenu_menu_ul i {
    display: none;
  }
  ul#wprmenu_menu_ul {
    border: 1px solid rgba(255, 255, 255, 0.1);
  }
  .page-template-page-ourfounder h1 {
    padding-bottom: 5px !important;
  }
  .servicePage > div > ul {
    display: none;
  }
  .about-left {
    padding-top: 0;
  }
  .right .vc_col-sm-6:last-child .wpb_content_element {
    padding-left: 0;
  }
  .about-left img {
    width: 100%;
  }
  form .rightPadding,
  form .leftPadding {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .aboutWinning {
    padding-left: 0 !important;
  }
  .page-template-page-contact .vc_col-sm-6 {
    width: 100% !important;
  }
  .choose-sites {
    text-align: right;
    padding-right: 35px;
  }
  .admin-bar #mg-wprm-wrap.cbp-spmenu.custom,
  body.admin-bar #wprmenu_bar,
  .admin-bar #mg-wprm-wrap.cbp-spmenu-left,
  .admin-bar #mg-wprm-wrap.cbp-spmenu-right {
    top: 0px;
  }
  .top-nav {
    display: none;
  }
  #wprmenu_bar {
    width: 40px;
    left: auto;
    right: 0;
  }
  .return-top ul li {
    padding: 7px 6px 7px 6px;
    max-width: 38px;
    max-height: 38px;
  }
  #mg-wprm-wrap.cbp-spmenu-right,
  #mg-wprm-wrap.cbp-spmenu-left,
  #mg-wprm-wrap.cbp-spmenu-right.custom,
  #mg-wprm-wrap.cbp-spmenu-left.custom,
  .cbp-spmenu-vertical {
    top: 0;
  }
  #wprmenu_bar div.hamburger {
    margin-top: -4px;
    -webkit-transform: translateX(13px);
    -ms-transform: translateX(13px);
    -o-transform: translateX(13px);
    transform: translateX(13px);
  }
  html.js {
    margin-top: 0 !important;
    padding-top: 17px !important;
  }
  .hamburger-inner,
  .hamburger-inner::before,
  .hamburger-inner::after {
    width: 25px;
    height: 3px;
  }
  .servicePage > .row > ul li {
    display: none !important;
  }
  .mobileAppear {
    display: block;
  }
  .mobileUnAppear,
  .container > .row > .col-md-4.col-sm-4.col-xs-6.displayNone:nth-last-child(2) {
    display: none;
  }
  .tableCell {
    display: block;
  }
  .tableCell h2,
  .tableCell h3,
  .tableCell p {
    padding: 0 15px;
  }
  .tableCell h2 {
    margin-top: 20px;
    text-align: center;
  }
  .tableCell h3 {
    text-align: center;
  }
  .tableCell p:last-child {
    margin-bottom: 15px !important;
  }
  .contactUS.col-md-4.col-sm-4.col-xs-12 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .home .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .foot-up .container {
    padding-left: 0px;
    padding-right: 0px;
  }
  .container.partner {
    padding-left: 15px;
    padding-right: 15px;
  }
  .vc_row.wpb_row.vc_inner.vc_row-fluid.counter-list {
    padding-left: 0;
  }
  .wpb_column.vc_column_container.vc_col-sm-2 {
    display: inline-block;
    width: 30%;
    float: left;
    margin-left: 15px;
    margin-top: 25px;
    padding: 0;
  }
  .winning-date h2 {
    padding-bottom: 0;
  }
  .center .wpb_wrapper > p {
    padding: 2px 15px 0px 15px;
  }
  form#searchform {
    display: none;
  }
  .alignRight {
    padding-right: 0;
  }
  .greyContent {
    padding-bottom: 20px;
  }
  h1 {
    padding-bottom: 25px;
  }
  .servicePage {
    margin-bottom: 15px !important;
  }
  .post-type-archive .newsPage-back-info,
  .jobsPage .newsPage-back-info,
  .page-template-page-csr .newsPage-back-info,
  .page-template-page-academy .newsPage-back-info,
  .archive .newsPage-back-info,
  .page-template .newsPage-back-info {
    padding-top: 25px;
    padding-bottom: 22px;
    text-align: center;
  }
  .newsPage-content:hover {
    box-shadow: none;
  }
  .newsPage-content img {
    width: 100%;
  }
  .post-type-archive .tableCell {
    text-align: center;
  }
  .newsPage-content:hover img {
    transform: scale(1);
  }
  .newsPage-content:hover time {
    padding-left: 0;
    color: #cc0917;
  }
  .newsPage-content:hover p,
  .newsPage-content:hover .newsPage-back-info > a,
  .newsPage-content:hover h3 {
    margin-left: 0;
  }
  .history-content .item .tableCell:last-child {
    background-color: transparent;
    padding-left: 15px;
    text-align: center;
  }
  .history-content .item .tableCell:last-child .history-content-box {
    padding-top: 25px;
    padding-bottom: 25px;
    background-color: #efefef;
    display: table-cell;
    vertical-align: middle;
  }
  .page-template-page-history h3 {
    padding-bottom: 8px;
  }
  .history-content .tableCell {
    padding-right: 15px;
  }
  .founder-content img {
    padding-top: 20px;
    width: 100%;
  }
  .page-template-page-download .left-download-box {
    border-right: none;
  }
  .page-template-page-photo .vc_column_container.vc_col-sm-3 {
    width: 50%;
    float: left;
  }
  .page-template-page-photo .vc_column_container.vc_col-sm-3:nth-child(odd) .vc_column-inner > .wpb_wrapper {
    padding-left: 0;
  }
  .page-template-page-photo .vc_column_container.vc_col-sm-3:nth-child(even) .vc_column-inner > .wpb_wrapper {
    padding-right: 0;
  }
  .page-template-page-history .item .tableCell:first-child {
    padding-right: 15px;
  }
  button#responsive-menu-button {
    width: 45px;
    height: 45px;
    top: 10px;
    right: 3%;
  }
  .responsive-menu-open #responsive-menu-container.slide-left ul li a {
    text-transform: uppercase;
  }
  .newsPage-content a {
    margin-top: 5px;
  }
  #responsive-menu-container {
    z-index: 10000;
  }
}
@media only screen and (max-width: 640px) {
  .wpb_column.vc_column_container.vc_col-sm-2 {
    width: 30%;
  }
  .servicePage .lateast-item .imgBox p {
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    padding-bottom: 5px;
    padding-top: 5px;
  }
}
@media only screen and (max-width: 540px) {
  /*.tp-caption .html5vid {*/
  /*    width: auto !important;*/
  /*    height: auto !important;*/
  /*}*/
  .about-content h1 {
    font-size: 21px !important;
  }
  .home .tableCell p {
    font-size: 14px;
  }
  .tableCell h2 {
    margin-bottom: 10px;
  }
  .about-content p {
    padding-top: 5px;
  }
  .tp-forcenotvisible {
    visibility: visible !important;
    display: block !important;
  }
  lateastNews .lateast-item > a > .back-info p {
    -webkit-line-clamp: 2;
  }
  .category h3,
  .page-template-page-academy h3 {
    font-size: 19px;
    text-align: left !important;
  }
  h3 {
    font-size: 19px;
  }
  p {
    font-size: 16px;
    line-height: 22px !important;
  }
  .lateastNews .lateast-item > a > .back-info h3 {
    line-height: 20px;
    font-size: 15px;
  }
  .tparrows {
    display: none !important;
  }
  .hesperiden .tp-bullet {
    width: 8px;
    height: 8px;
  }
  .wpb_column.vc_column_container.vc_col-sm-2 {
    width: 44%;
  }
  .hesperiden.tp-bullets {
    top: 105% !important;
  }
  .lateastNews .lateast-item > a > .back-info h3,
  .lateastNews .lateast-item > a > .back-info p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    padding: 0;
    margin-bottom: 7px;
  }
  .lateastNews .lateast-item > a > .back-info h3 {
    padding: 10px 0 0 0;
  }
  .stats-block,
  .wpb_row .wpb_column .wpb_wrapper .stats-block {
    max-height: 166px;
  }
  .lateastNews .lateast-item > a > .back-info .iconArrow,
  .container.partner {
    display: block;
  }
  .lateastNews .lateast-item > a > .back-info .iconArrow time {
    margin-left: 0;
  }
  .logo ol.choose-sites.col-md-1.col-sm-1.col-xs-3 {
    padding-top: 0;
  }
  .logo.row {
    padding-top: 13px;
    padding-bottom: 5px;
    max-height: 70px;
  }
  .choose-sites {
    padding-top: 0;
  }
  .servicePage .lateastNews .lateast-item > a > .back-info h3 {
    font-size: 16px !important;
  }
  .page-template-page-photo h2 {
    height: 40px;
    line-height: 40px;
  }
  .winning-date h2,
  .home .container h2 {
    padding-top: 25px;
  }
  .whiteContent {
    padding-bottom: 25px;
  }
  .foot-up .container {
    padding: 20px 0 20px 0;
  }
  .foot-up .container > div > h6,
  .winning-date h2,
  .home .container h2 {
    padding-bottom: 15px;
  }
  .contactImg {
    padding-top: 15px;
  }
  .foot-up .container > div > h6 {
    border-bottom: 1px solid #457ca0;
    cursor: pointer;
  }
  .foot-up .container > div > h6 i {
    display: inline-block;
    padding-left: 5px;
    font-size: 30px;
  }
  .foot-up .container > div > ul {
    display: none;
  }
  .foot-down p,
  .foot-down {
    height: 50px;
    line-height: 50px !important;
  }
  .partner ul {
    margin-bottom: 20px !important;
  }
  .winning-date h2 {
    padding-bottom: 0;
  }
  .aboutWinningImg .tableCell h2 {
    padding-bottom: 8px;
  }
  .breadcrumbs {
    padding: 7px 0;
  }
  h1 {
    font-size: 21px !important;
    padding-bottom: 15px;
  }
  .foot-up {
    margin-top: 15px;
  }
  .owl-theme .owl-dots .owl-dot span {
    margin: 10px 9px 0;
  }
  .founder-content img {
    padding-top: 0;
  }
  .post-type-archive-news .foot-up,
  .page-template-page-service .foot-up,
  .single-job .foot-up,
  .page-template-page-photo .foot-up,
  .page-template-service-page .foot-up,
  .page-template-page-jobs .foot-up,
  .page-template-page-csr .foot-up,
  .page-template-page-academy .foot-up,
  .archive .foot-up {
    margin-top: 5px;
  }
  .newsPage-content p {
    text-align: left;
  }
  .post-type-archive .newsPage-back-info,
  .jobsPage .newsPage-back-info,
  .page-template-page-csr .newsPage-back-info,
  .page-template-page-academy .newsPage-back-info,
  .archive .newsPage-back-info {
    padding-top: 15px;
    padding-bottom: 12px;
  }
  .page-template-page-ourfounder .foot-up,
  .page-template-page-contact .foot-up {
    margin-top: 0;
  }
  .founder-content > .container,
  .page-template-page-ourfounder .breadcrumbs > .container,
  .single-content > .container,
  .single .breadcrumbs > .container,
  .page-id-678 .breadcrumbs > .container,
  .page-id-678 main > .container,
  .page-template-page-history .breadcrumbs > .container,
  .page-template-page-history .history-content > .container,
  .category .breadcrumbs > .container,
  .category main > .container,
  .page-template-page-download .breadcrumbs > .container,
  .page-template-page-download main > .container,
  .page-template-page-academy .breadcrumbs > .container,
  .page-template-page-academy main > .container,
  .page-template-page-jobs .breadcrumbs > .container,
  .page-template-page-jobs main > .container,
  .page-template-page-csr .breadcrumbs > .container,
  .page-template-page-csr main > .container,
  .page-template-page-contact .breadcrumbs > .container,
  .page-template-page-contact main > .container,
  .page-template-default .breadcrumbs > .container,
  .page-template-default main > .container,
  .page-template-page-news .breadcrumbs > .container,
  .page-template-page-news main > .container,
  .page-template-page-about .breadcrumbs > .container,
  .page-template-page-about .about-content > .container,
  .page-template-page-service .breadcrumbs > .container,
  .page-template-page-service main > .container,
  .page-template-page-jobs-single .breadcrumbs > .container,
  .page-template-page-jobs-single main > .container,
  .archive .breadcrumbs > .container,
  .archive main > .container {
    padding-left: 30px;
    padding-right: 30px;
  }
  .foot-up > .container > .col-xs-6 {
    width: 100%;
  }
  .foot-up .container > div.follow > h6 {
    padding-top: 15px;
  }
  .jobsPage .tableCell {
    padding-left: 7px;
    padding-right: 7px;
  }
  .page-template-page-academy .newsPage-back-info h3,
  .category .newsPage-back-info h3 {
    text-align: center !important;
  }
}
@media only screen and (max-width: 414px) {
  h3 {
    font-size: 14px;
  }
  #wprmenu_bar {
    width: 35px;
  }
  .hamburger-box {
    width: 26px;
  }
  .wpb_column.vc_column_container.vc_col-sm-2 {
    width: 45%;
  }
  .wpb_column.vc_column_container.vc_col-sm-2 {
    margin-left: 10px;
  }
  .col-xs-1,
  .col-sm-1,
  .col-md-1,
  .col-lg-1,
  .col-xs-2,
  .col-sm-2,
  .col-md-2,
  .col-lg-2,
  .col-xs-3,
  .col-sm-3,
  .col-md-3,
  .col-lg-3,
  .col-xs-4,
  .col-sm-4,
  .col-md-4,
  .col-lg-4,
  .col-xs-5,
  .col-sm-5,
  .col-md-5,
  .col-lg-5,
  .col-xs-6,
  .col-sm-6,
  .col-md-6,
  .col-lg-6,
  .col-xs-7,
  .col-sm-7,
  .col-md-7,
  .col-lg-7,
  .col-xs-8,
  .col-sm-8,
  .col-md-8,
  .col-lg-8,
  .col-xs-9,
  .col-sm-9,
  .col-md-9,
  .col-lg-9,
  .col-xs-10,
  .col-sm-10,
  .col-md-10,
  .col-lg-10,
  .col-xs-11,
  .col-sm-11,
  .col-md-11,
  .col-lg-11,
  .col-xs-12,
  .col-sm-12,
  .col-md-12,
  .col-lg-12 {
    padding-left: 7px;
    padding-right: 7px;
  }
  .aboutWinning .center .wpb_wrapper > p {
    padding: 2px 15px 0px 15px;
  }
  .center .wpb_wrapper > p {
    padding: 2px 15px 0px 15px;
  }
  .contactUS.col-md-4.col-sm-4.col-xs-12 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .mobileUnAppear,
  .container > .row > .col-md-4.col-sm-4.col-xs-6.displayNone:nth-last-child(3) {
    display: none;
  }
  .newsPart .col-xs-6 {
    width: 100%;
  }
  .home .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .foot-up .container {
    padding-left: 0px;
    padding-right: 0px;
  }
  .container.partner {
    padding-left: 15px;
    padding-right: 15px;
  }
  .choose-sites {
    transform: translateX(-30px);
  }
  .foot-down p,
  .foot-down p a {
    font-size: 12px;
  }
  .foot-down .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .newsPage-content img {
    padding-left: 8px;
    padding-right: 8px;
  }
}
