
@font-face {
    font-family: 'roboto-Black';
    src: url(../fonts/Roboto-Black.eot);
    src: local('â˜º'),url(../fonts/Roboto-Black.woff) format('woff'),url(../fonts/Roboto-Black.ttf) format('truetype'),url(../fonts/Roboto-Black.svg) format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'roboto-Regular';
    src: url(../fonts/Roboto-Regular.eot);
    src: local('â˜º'),url(../fonts/Roboto-Regular.woff) format('woff'),url(../fonts/Roboto-Regular.ttf) format('truetype'),url(../fonts/Roboto-Regular.svg) format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto-Light';
    src: url(../fonts/Roboto-Light.eot);
    src: local('â˜º'),url(../fonts/Roboto-Light.woff) format('woff'),url(../fonts/Roboto-Light.ttf) format('truetype'),url(../fonts/Roboto-Light.svg) format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "sihei-Regular";
    src: url(../fonts/sihei-regular/webfont.eot);
    src: url(../fonts/sihei-regular/webfont.eot?#iefix) format('embedded-opentype'),url(../fonts/sihei-regular/webfont.woff) format('woff'),url(../fonts/sihei-regular/webfont.ttf) format('truetype'),url(../fonts/sihei-regular/webfont.svg) format('svg');
}

@font-face {
    font-family: "sihei-Normal";
    src: url(../fonts/sihei-normal/webfont.eot);
    src: url(../fonts/sihei-normal/webfont.eot?#iefix) format('embedded-opentype'),url(../fonts/sihei-normal/webfont.woff) format('woff'),url(../fonts/sihei-normal/webfont.ttf) format('truetype'),url(../fonts/sihei-normal/webfont.svg) format('svg');
}

@font-face {
    font-family: "sihei-Light";
    src: url(../fonts/sihei-light/webfont.eot);
    src: url(../fonts/sihei-light/webfont.eot?#iefix) format('embedded-opentype'),url(../fonts/sihei-light/webfont.woff) format('woff'),url(../fonts/sihei-light/webfont.ttf) format('truetype'),url(../fonts/sihei-light/webfont.svg) format('svg');
}
a,a:hover {
    text-decoration: none;
}
.col-md-12{
  padding: 0;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.mail {
    font-size: 18px;
    color: #006aff;
    letter-spacing: 0px;
    display: block;
    width: 332px;
    height: 50px;
    text-align: center;
    margin: 0px auto;
    background: none;
    transition: all 0.75s;
    line-height: 50px;
    font-family: SourceHanSansCN-Medium;
}
.mail:hover {
    background: url(../images/mailBg.png) no-repeat;
    background-image: -webkit-image-set(url(../images/mailBg.png) 1x,url(../images/mailBg@2x.png) 2x);
    background-image: -moz-image-set(url(../images/mailBg.png) 1x,url(../images/mailBg@2x.png) 2x);
    background-image: -ms-image-set(url(../images/mailBg.png) 1x,url(../images/mailBg@2x.png) 2x);
    background-image: -o-image-set(url(../images/mailBg.png) 1x,url(../images/mailBg@2x.png) 2x);
}

body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, fieldset, legend, button, input, textarea, th, td {
    margin: 0;
    padding: 0;
}
.header{
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    padding: 22px 0;
    background: #fff;
    z-index: 12;
    transition: background 0.75s;
}
.header .col-md-8{
  margin-top: 8px;
}
.logo {
    float: left;
    width: 150px;
    height: 36px;
    background-size: auto 100%;
    transition: all 0.75s;
    margin-left: 20px;
}
.logo a {
    display: block;
    margin-top: -9px;
}
.logo img {
    visibility: visible;
    animation: fadeIn 0.75s both;
    float: left;
    position: relative;
    top: 0;
    max-height: 100%;
}

#block-business-responsive-theme-main-menu {
    float: right;
    font-size: 18px;
    line-height: 36px;
    font-family: 'sihei-Normal';
    position: relative;
}
#block-business-responsive-theme-main-menu li {
    display: inline;
    margin: 0 20px;
}
#block-business-responsive-theme-main-menu li a {
    color: #191919;
    padding: 0;
    transition: all 0.25s;
}
.navbar-default {
  background-color: transparent;
  border: none;
  min-height: 0;
  margin-bottom: 0;
  border: none;
}

.region-primary-menu,
  .menu-base-theme li a{
    background: transparent;
    color: #191919;
    transition: all 0.25s;
  }

  .menu-base-theme >li a:hover,
  .menu-base-theme li.active a,
  .menu-base-theme li a.is-active{
    background: transparent;
    color: #191919;
    filter: alpha(opacity=60);
    opacity: 0.6;
  }
.front-banner {
    height: 655px;
    position: relative;
    background: #191919;
}
.front-pages {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 80px;
    overflow: hidden;
}
.front-banner #carousel-example-generic {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.front-banner #carousel-example-generic .carousel-inner{
  height: 100%;
}
.front-banner #carousel-example-generic .item {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    text-align: center;
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
    filter: none;
}
.front-banner #carousel-example-generic .item .con {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    text-align: center;
    padding-top: 90px;
    height: 100%;
}
.con h4 {
    font-family: sihei-Regular;
    font-size: 18px;
    color: #FFFFFF;
    letter-spacing: 10px;
    height: 62px;
    line-height: 19px;
    padding: 0 10px;
    margin: 0;
}
.con h2 {
    font-family: sihei-Normal;
    font-size: 60px;
    color: #FFFFFF;
    letter-spacing: 0px;
    margin-bottom: 15px;
}
.con h3 {
    font-size: 18px;
    font-family: sihei-Regular;
    color: #fff;
    margin-bottom: 10px;
    opacity: 0.75;
}
.con p {
    opacity: 0.75;
    font-family: sihei-Regular;
    font-size: 18px;
    color: #FFFFFF;
    letter-spacing: 0px;
    line-height: 24px;
    padding: 0 10px;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
  margin-left: -16px;
  margin-top: -14px;
}
.carousel-control{
  display: none;
}
#carousel-example-generic:hover .carousel-control{
  display: block;
}
.carousel-indicators{
  z-index: 9;
}
.carousel-indicators li {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 0 5px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000\9;
  background-color: rgba(0,0,0,0);
  border: 3px solid #006aff;
  border-radius: 18px;
  z-index: 10;
}
.carousel-indicators .active {
  width: 18px;
  height: 18px;
  background-color: #006aff;
}
/*front news*/
.front-news {
    height: 603px;
    padding: 68px 0 92px;
    background: #f7f7f7;
    overflow: hidden;
}
.news-list {
    margin: 0px auto;
    overflow: hidden;
}
.news-list ul {
    width: 100%;
}
.news-list li {
    list-style: none;
    width: 31%;
    padding: 0 1%;
    float: left;
}
.news-list a {
    width: 90%;
    height: 440px;
    position: relative;
    padding: 0 5%;
    display: block;
    margin-bottom: 56px;
    text-decoration: none;
}
.news-date {
    font-family: roboto-Regular;
    font-size: 60px;
    color: #191919;
    letter-spacing: 0px;
    margin-bottom: 15px;
    padding-top: 63px;
    position: relative;
}
.news-list a span {
    display: block;
    z-index: 3;
    transition: all 0.25s;
}
.news-list a span img{
  height: 36px;
  width: 36px;
}
.news-section {
    font-size: 24px;
    color: #3C3C3C;
    letter-spacing: 0px;
    line-height: 36px;
    position: relative;
    overflow: hidden;
    line-clamp: 4;
    -webkit-line-clamp: 4;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
}
.news-author {
    font-size: 18px;
    color: #8a9298;
    letter-spacing: 0px;
    line-height: 36px;
    position: absolute;
    bottom: 68px;
    left: 22px;
}
.news-bline {
    height: 10px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #006aff;
    overflow: hidden;
}
.news-list a .news-img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 0.25s;
}
.news-date small {
    font-size: 18px;
    margin-left: 10px;
    color: #9b9b9b;
}

.news-list a:hover .news-bline:before {
    left: 0;
}
.news-list a:hover .news-bline:after {
    width: 100%;
}
.news-list a .news-img:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-image: -webkit-radial-gradient(rgba(0,0,0,0.4),rgba(0,0,0,.6));
    background-image: radial-gradient(rgba(0,0,0,0.4),rgba(0,0,0,.6));
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.news-bline:before {
    content: '';
    display: block;
    height: 100%;
    width: 80px;
    background: url(../images/lines.png) no-repeat left center;
    position: absolute;
    left: -80px;
    top: 0;
    transition: all 0.25s linear;
    z-index: 3;
}
.news-bline:after {
    content: '';
    display: block;
    height: 100%;
    width: 0;
    overflow: hidden;
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#00ffce,endcolorstr=#0033ff,gradientType=0);
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#00ffce,endcolorstr=#0033ff,gradientType=0);
    background: -webkit-linear-gradient(left,#00ffce,#0033ff);
    background: -o-linear-gradient(left,#00ffce,#0033ff);
    background: -moz-linear-gradient(left,#00ffce,#0033ff);
    background: -ms-linear-gradient(left,#00ffce,#0033ff);
    background: linear-gradient(to right,#00ffce,#0033ff);
    transition: all 0.25s;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}
.news-list a:hover .news-date, .news-list a:hover .news-date small, .news-list a:hover .news-section, .news-list a:hover .news-description {
    color: #fff;
}
.news-list a:hover .news-date, .news-list a:hover .news-date small, .news-list a:hover .news-section, .news-list a:hover .news-description {
    color: #fff;
}
.news-list a:hover .news-author {
    color: #fff;
}
.news-list a:hover .news-bline {
    height: 50px;
}
.news-list a:hover .news-img {
    opacity: 1;
    filter: alpha(opacity=100);
}


/*成就世界级企业家*/
.front-page {
    height: 600px;
    overflow: hidden;
}
.page-achievement h2 {
    padding-top: 100px;
}
.front-page h2 {
    font-family: sihei-Light;
    font-size: 48px;
    color: #3C3C3C;
    letter-spacing: 0px;
    padding: 80px 20px 0 20px;
    text-align: center;
}
.achievement {
    padding-top: 40px;
    overflow: hidden;
    position: relative;
}
.achievement .achieve {
    width: 33.3%;
    float: left;
    text-align: center;
    height: 300px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.achieve-data dt {
    font-size: 32px;
    color: #191919;
    margin-bottom: 15px;
}
.achieve-data dt span {
    font-size: 96px;
    font-family: Roboto-Light,'Roboto-Light';
}
.achieve:hover .achieve-data dt span {
    background-image: linear-gradient(91deg,#00FFCE 0%,#0033FF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.achieve-data dd {
    font-size: 18px;
    color: #3C3C3C;
}
.figure {
    color: #999;
    font-size: 14px;
    clear: both;
    padding: 0 20px;
}
.achieve-1:hover {
    background: url(../images/100.gif) no-repeat center;
    background-size: 300px 300px;
}
.achieve-2:hover {
    background: url(../images/200.gif) no-repeat center;
    background-size: 300px 300px;
}
.achieve-3:hover {
    background: url(../images/30.gif) no-repeat center;
    background-size: 300px 300px;
}

/*partner*/
.page-partner {
    position: relative;
    background: #313855 url(../images/bgPartner.jpg) no-repeat center center;
    background-image: -webkit-image-set(url(../images/bgPartner.jpg) 1x,url(../images/bgPartner@2x.jpg) 2x);
    background-image: -moz-image-set(url(../images/bgPartner.jpg) 1x,url(../images/bgPartner@2x.jpg) 2x);
    background-image: -ms-image-set(url(../images/bgPartner.jpg) 1x,url(../images/bgPartner@2x.jpg) 2x);
    background-image: -o-image-set(url(../images/bgPartner.jpg) 1x,url(../images/bgPartner@2x.jpg) 2x);
    overflow: hidden;
    font-family: sihei-Normal;
}
.page-partner .video {
    width: 2000px;
    height: 100%;
    position: absolute;
    left: 50%;
    margin-left: -1000px;
    top: 0;
    text-align: center;
}
video {
    min-width: 100%;
}
.page-partner h2 {
    color: #FFFFFF;
    position: absolute;
    width: 100%;
    text-align: center;
    top: 0;
    left: 0;
    z-index: 4;
}
.page-partner p {
    display: block;
    width: 373px;
    height: 373px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -186.5px 0 0 -186.5px;
    border-radius: 100%;
    background: url(../images/shade.png) no-repeat center center;
}
.page-partner p:before, .page-partner p:after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    overflow: hidden;
}
.page-partner p:before {
    width: 60px;
    height: 8px;
    background: #E8EBF6;
    margin-left: -30px;
    margin-top: -4px;
}
.page-partner p span {
    display: block;
    position: absolute;
    font-size: 24px;
    height: 36px;
    line-height: 36px;
    color: #B9C3E6;
    letter-spacing: 0px;
    text-shadow: 0px 2px 4px rgba(0,0,0,0.50);
    top: 50%;
    margin-top: -18px;
    white-space: nowrap;
}
.page-partner p span.l {
    right: 50%;
    margin-right: 80px;
}
.page-partner p span.r {
    left: 50%;
    margin-left: 80px;
}
.page-partner p:after {
    height: 60px;
    width: 8px;
    background: #E8EBF6;
    margin-top: -30px;
    margin-left: -4px;
}

/*携手共进，同创未来*/
.page-employment .wrapper {
    overflow: hidden;
    padding-top: 60px;
    font-family: sihei-Normal;
}
.page-employment h3 {
    font-size: 32px;
    color: #1E2636;
    letter-spacing: 0px;
    margin-bottom: 35px;
}
.employ-right h4 {
    font-size: 18px;
    color: #3c3c3c;
    letter-spacing: 0px;
    line-height: 28px;
    padding-top: 20px;
    padding-bottom: 16px;
}
.employ-left {
    width: 50%;
    float: left;
    text-align: center;
    position: relative;
    height: 300px;
}
.bp-tab {
    height: 64px;
    width: 450px;
    margin: 0px auto;
}
.bp-tab a {
    width: 149px;
    height: 62px;
    border: 1px solid #DCDCDC;
    float: left;
    margin-left: -1px;
    overflow: hidden;
    text-align: center;
    background: #fff;
    font-size: 18px;
    color: #3C3C3C;
    letter-spacing: 0px;
    line-height: 62px;
    transition: all 0.25s;
    position: relative;
}
.bp-tab a:hover, .bp-tab a.active {
    color: #fff;
    background: #0033ff;
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
}
.bp-content {
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
}
.page-employment p {
    font-size: 18px;
    color: #8a9298;
    letter-spacing: 0px;
    line-height: 28px;
    padding-top: 25px;
}
.employ-left p {
    height: 94px;
}
.bp-tab a.first, .bp-tab a:first-child {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.employ-right {
    width: 50%;
    float: right;
    text-align: center;
    position: relative;
    height: 300px;
}

.bp-content {
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
}
.bp-content.current {
    display: block;
    animation: fadeInLeft 0.35s both;
}
.employ-right p {
    height: 94px;
}
.bp-tab a i {
    display: block;
    width: 100%;
    height: 100%;
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#00ffce,endcolorstr=#0033ff,gradientType=0);
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#00ffce,endcolorstr=#0033ff,gradientType=0);
    background: -webkit-linear-gradient(left top,#00ffce,rgba(0,255,145,0));
    background: -o-linear-gradient(left top,#00ffce,rgba(0,255,145,0));
    background: -moz-linear-gradient(left top,#00ffce,rgba(0,255,145,0));
    background: linear-gradient(135deg,#00ffce,rgba(0,255,145,0));
    transition: all 0.35s;
    position: absolute;
    left: -100%;
    top: 0;
    z-index: 2;
}

.bp-tab a:hover i, .bp-tab a.active i {
    left: 0;
}
.bp-tab a span {
    position: relative;
    z-index: 3;
}
/* front local*/
.page-local {
    background: #f7f7f7;
    height: auto;
}
.page-local .container {
    overflow: hidden;
    padding: 2% 0;
}
.page-local ul li{
  list-style: none;
}
.page-local a {
    width: 25%;
    float: left;
    position: relative;
    cursor: pointer;
    display: block;
}
.page-local a img {
    width: 100%;
}
.page-local a img.source-img {
    position: relative;
    top: 0;
    left: 0;
    opacity: 1;
    filter: alpha(opacity=100);
    transition: all 0.25s;
}
.page-local a img.hover-img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: all 0.25s;
}

.page-local a:hover img.source-img {
    opacity: 0;
    filter: alpha(opacity=0);
}

.page-local a:hover img.hover-img {
    opacity: 1;
    filter: alpha(opacity=100);
}
.page-local a img.source-img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    transition: all 1.35s;
    height: 100%;
}

.page-local a:hover img.source-img {
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
    filter: none;
}

.page-local a span {
    display: block;
    position: absolute;
    width: 100%;
    height: 40px;
    text-align: center;
    color: #FFFFFF;
    font-family: sihei-Regular;
    font-size: 16px;
    line-height: 40px;
    bottom: 0;
    left: 0;
    color: #006aff;
    transition: all 0.2s;
    background: #f7f7f7;
}
.page-local a:hover span {
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#00ffce,endcolorstr=#0033ff,gradientType=0);
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#00ffce,endcolorstr=#0033ff,gradientType=0);
    background: -webkit-linear-gradient(left top,#00ffce,#0033ff);
    background: -o-linear-gradient(left top,#00ffce,#0033ff);
    background: -moz-linear-gradient(left top,#00ffce,#0033ff);
    background: -ms-linear-gradient(left top,#00ffce,#0033ff);
    background: linear-gradient(to right,#00ffce,#0033ff);
    color: #fff;
}

.page-local a:hover img.source-img {
    opacity: 0;
    filter: alpha(opacity=0);
}
.page-local a:hover img.hover-img {
    opacity: 1;
    filter: alpha(opacity=100);
}

@keyframes grayscale {
    from {
        -webkit-filter: none;
        -moz-filter: none;
        -ms-filter: none;
        -o-filter: none;
        filter: none;
    }

    50% {
        -webkit-filter: grayscale(100%);
        -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
        -o-filter: grayscale(100%);
        filter: grayscale(100%);
        filter: gray;
    }

    to {
        -webkit-filter: none;
        -moz-filter: none;
        -ms-filter: none;
        -o-filter: none;
        filter: none;
    }
}
/* about */
.page-about {
    height: 400px;
    position: relative;
    overflow: hidden;
}
.page-about h2{
  position: relative;
  z-index: 10;
  color: #FFF;
}
.page-about img.scrolltr {
    transform: translate3d(0,-5%,0);
}
.page-about img {
    width: 110%;
    min-height: 100%;
    position: absolute;
    transform: translate3d(-5%,0,0);
    transition: all 5s;
    z-index: 9;
}
.page-about p {
    font-family: sihei-Normal;
    position: absolute;
    top: 180px;
    width: 100%;
    text-align: center;
    z-index: 10;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 36px;
}
.page-about a.more {
    position: absolute;
    bottom: 50px;
    width: 100%;
    z-index: 10;
    text-align: center;
    font-size: 18px;
    color: #FFFFFF;
    font-family: sihei-Normal;
}
/*about*/
.footer {
  padding-top: 20px;
    height: 147px;
    background: #f7f7f7;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    text-align: center;
    font-family: sihei-Regular;
    font-size: 14px;
    color: #8a9298;
    clear: both;
}
.footer p.normal {
    font-size: 14px;
    margin-top: 16px;
    }
.footer p.beian {
    font-size: 12px;
    color: #8a9298;
    margin-bottom: 16px;
}
.footer a:link {
    font-size: 12px;
    color: #8a9298;
    
}
.footer a:visited {
    font-size: 12px;
    color: #8a9298;
}
.footer a:hover{
  font-size: 12px;
  color: #8a9298;
}

.main-page {
    padding-top: 80px;
}
.page-banner {
    height: 480px;
    background: #f7f7f7;
    position: relative;
    font-family: sihei-Normal;
}
.page-banner p {
    font-size: 24px;
    color: #8A9298;
    letter-spacing: 0px;
    line-height: 48px;
    text-align: center;
    max-width: 980px;
    margin: 0px auto;
    padding: 0 20px;
}
.about-banner p {
    padding-top: 170px;
    max-width: 780px;
}
.page {
    height: 600px;
    overflow: hidden;
    margin-bottom: 20px;
    font-family: sihei-Normal;
}
.about1 {
    background: #2B334D url(/themes/business_responsive_theme/images/about1.jpg) no-repeat center center;
    background-image: -webkit-image-set(url(/themes/business_responsive_theme/images/about1.jpg) 1x,url(/themes/business_responsive_theme/images/about1@2x.jpg) 2x);
    background-image: -moz-image-set(url(/themes/business_responsive_theme/images/about1.jpg) 1x,url(/themes/business_responsive_theme/images/about1@2x.jpg) 2x);
    background-image: -ms-image-set(url(/themes/business_responsive_theme/images/about1.jpg) 1x,url(/themes/business_responsive_theme/images/about1@2x.jpg) 2x);
    background-image: -o-image-set(url(/themes/business_responsive_theme/images/about1.jpg) 1x,url(/themes/business_responsive_theme/images/about1@2x.jpg) 2x);
    background-size: cover;
    height: auto;
    position: relative;
}
.about1 dl {
    position: absolute;
    z-index: 3;
    font-size: 18px;
}

.about1 dl.about1-p1 {
    left: 14%;
    top: 42%;
    color: #fff;
}
.about1 dt span {
    font-size: 56px;
    font-family: roboto-Regular;
}
.about1 dl.about1-p1 span {
    font-size: 96px;
}
.about1-p1 dd {
    padding-left: 10px;
    line-height: 36px;
}

.about1 dl.about1-p2 {
    color: #04F48C;
    left: 61%;
    top: 20%;
}

.about1 dt span {
    font-size: 56px;
    font-family: roboto-Regular;
}
.about1 dl.about1-p3 {
    color: #61B4FF;
    left: 68.5%;
    top: 75%;
}


.about2 {
    background: url(/themes/business_responsive_theme/images/about2.jpg) no-repeat center center;
}
.percent70 {
    width: 66%;
    height: 100%;
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#00ffce,endcolorstr=#0033ff,gradientType=0);
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#00ffce,endcolorstr=#0033ff,gradientType=0);
    background: -webkit-linear-gradient(left top,#00ffce,#0033ff);
    background: -o-linear-gradient(left top,#00ffce,#0033ff);
    background: -moz-linear-gradient(left top,#00ffce,#0033ff);
    background: -moz-linear-gradient(left top,#00ffce,#0033ff);
    background: linear-gradient(to right bottom,#00ffce,#0033ff);
    position: relative;
}
.page h2 {
    font-family: sihei-Light;
    font-size: 48px;
    color: #191919;
    letter-spacing: 0px;
    padding-top: 90px;
    padding-bottom: 25px;
    text-align: center;
}

.about2 h2 {
    font-family: sihei-Light;
    font-size: 48px;
    color: #FFFFFF;
    letter-spacing: 0px;
    padding: 130px 0 30px 20%;
    text-align: left;
}
.about2 p {
    font-family: sihei-Regular;
    font-size: 18px;
    color: #FFFFFF;
    letter-spacing: 0px;
    line-height: 36px;
    padding-left: 20%;
    padding-bottom: 30px;
    padding-right: 20px;
    max-width: 700px;
}
.percent70 dl {
    padding-left: 20%;
}
.about2 dt {
    font-size: 96px;
    font-family: roboto-Regular;
    color: #fff;
}
.about2 dt span {
    font-size: 18px;
}
.about2 dd {
    font-size: 18px;
    line-height: 36px;
    color: #fff;
    padding-left: 10px;
}
.percent70:after {
    content: '';
    position: absolute;
    width: 100%;
    right: 0;
    top: 0;
    height: 100%;
    background: url(/themes/business_responsive_theme/images/A.png) no-repeat right center;
    background-image: -webkit-image-set(url(/themes/business_responsive_theme/images/A.png) 1x,url(/themes/business_responsive_theme/images/A@2x.png) 2x);
    background-image: -moz-image-set(url(/themes/business_responsive_theme/images/A.png) 1x,url(/themes/business_responsive_theme/images/A@2x.png) 2x);
    background-image: -ms-image-set(url(/themes/business_responsive_theme/images/A.png) 1x,url(/themes/business_responsive_theme/images/A@2x.png) 2x);
    background-image: -o-image-set(url(/themes/business_responsive_theme/images/A.png) 1x,url(/themes/business_responsive_theme/images/A@2x.png) 2x);
    opacity: 0.6;
}
.percent70, .percent20, .percent10 {
    float: left;
    background: -webkit-linear-gradient(left top,#00bbbc,#0033ff);
    background: -o-linear-gradient(left top,#00bbbc,#0033ff);
    background: -moz-linear-gradient(left top,#00bbbc,#0033ff);
    background: -ms-linear-gradient(left top,#00bbbc,#0033ff);
    background: linear-gradient(to right bottom,#00bbbc,#0033ff);
}
.percent20 {
    width: 34%;
    height: 369px;
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#00bbbc,endcolorstr=#0033ff,gradientType=0);
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#00bbbc,endcolorstr=#0033ff,gradientType=0);
    border-left: 1px solid #54cbeb;
    border-bottom: 1px solid #54cbeb;
    margin-left: -1px;
    position: relative;
}
.percent20 dl {
    padding: 120px 0 0 35%;
}


.percent10 {
    width: 34%;
    height: 230px;
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#00bbbc,endcolorstr=#0033ff,gradientType=0);
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#00bbbc,endcolorstr=#0033ff,gradientType=0);
    border-left: 1px solid #54cbeb;
    margin-left: -1px;
    position: relative;
}

.percent10 dl {
    padding: 50px 0 0 35%;
}


address, cite, dfn, em, var, i {
    font-style: normal;
}
.page-footer {
    height: 300px;
    font-family: sihei-Light;
}
.page-footer a.bg1, .page-footer a.bg2 {
    display: block;
    width: 50%;
    float: left;
    text-align: center;
    font-size: 32px;
    color: #006aff;
    line-height: 300px;
    position: relative;
}

.page-footer a.bg1 i, .page-footer a.bg2 i {
    position: relative;
    z-index: 4;
    font-weight: 200;
}

.page-footer a.bg1 span, .page-footer a.bg2 span {
    display: none;
    position: absolute;
}
.page-footer a.bg1 span.s5, .page-footer a.bg2 span.s5 {
    transform: scale(0.14);
    margin-left: 20px;
    top: 130px;
}
.page-footer a.bg1 span.s4, .page-footer a.bg2 span.s4 {
    transform: scale(0.15);
    margin-left: -148px;
    top: 140px;
}
.page-footer a.bg1 span.s3, .page-footer a.bg2 span.s3 {
    transform: scale(0.3);
    margin-left: 60px;
    top: 20px;
}
.page-footer a.bg1 span.s2, .page-footer a.bg2 span.s2 {
    transform: scale(0.56);
    margin-left: -160px;
    top: 20px;
}
.page-footer a.bg1 span.s1, .page-footer a.bg2 span.s1 {
    top: 80px;
    margin-left: -100px;
}
@keyframes scaleIn1 {
    from {
        transform: scale(0.95);
        opacity: 0;
    }
}

@keyframes scaleIn2 {
    from {
        transform: scale(0.5);
        opacity: 0;
    }
}

@keyframes scaleIn3 {
    from {
        transform: scale(0.2);
        opacity: 0;
    }
}
.page-footer a.bg1:hover span, .page-footer a.bg2:hover span {
    display: block;
    opacity: 1;
}
.page-footer a.bg1:hover span, .page-footer a.bg2:hover span {
    display: block;
    opacity: 1;
}
.page-footer a.bg2 span.s1, .page-footer a.bg2 span.s2, .page-footer a.bg2 span.s3, .page-footer a.bg2 span.s4, .page-footer a.bg2 span.s5 {
    width: 94px;
    height: 94px;
    left: 50%;
    background: url(../images/oval.png) no-repeat;
    background-image: -webkit-image-set(url(../images/oval.png) 1x,url(../images/oval@2x.png) 2x);
    background-image: -moz-image-set(url(../images/oval.png) 1x,url(../images/oval@2x.png) 2x);
    background-image: -ms-image-set(url(../images/oval.png) 1x,url(../images/oval@2x.png) 2x);
    background-image: -o-image-set(url(../images/oval.png) 1x,url(../images/oval@2x.png) 2x);
}
.page-footer a.bg1 span.s1, .page-footer a.bg1 span.s2, .page-footer a.bg1 span.s3, .page-footer a.bg1 span.s4, .page-footer a.bg1 span.s5 {
    width: 92px;
    height: 117px;
    left: 50%;
    background: url(../images/rectangle.png) no-repeat;
    background-image: -webkit-image-set(url(../images/rectangle.png) 1x,url(../images/rectangle@2x.png) 2x);
    background-image: -moz-image-set(url(../images/rectangle.png) 1x,url(../images/rectangle@2x.png) 2x);
    background-image: -ms-image-set(url(../images/rectangle.png) 1x,url(../images/rectangle@2x.png) 2x);
    background-image: -o-image-set(url(../images/rectangle.png) 1x,url(../images/rectangle@2x.png) 2x);
}
.page-footer a.bg1:hover span.s1, .page-footer a.bg2:hover span.s1 {
    animation: scaleIn1 0.7s both 0.2s;
}
.page-footer a.bg1:hover span.s2, .page-footer a.bg2:hover span.s2 {
    animation: scaleIn2 0.6s both 0.1s;
}
.page-footer a.bg1:hover span.s3, .page-footer a.bg1:hover span.s4, .page-footer a.bg1:hover span.s5, .page-footer a.bg2:hover span.s3, .page-footer a.bg2:hover span.s4, .page-footer a.bg2:hover span.s5 {
    animation: scaleIn3 0.5s both 0s;
}

.page-banner h2 {
    font-size: 60px;
    color: #191919;
    letter-spacing: 0px;
    line-height: 88px;
    padding-top: 100px;
    padding-bottom: 30px;
    text-align: center;
}
/* team */
.team-list {
    background: url(../images/bgline.png) repeat;
    background-image: -webkit-image-set(url(../images/bgline.png) 1x,url(../images/bgline@2x.png) 2x);
    background-image: -moz-image-set(url(../images/bgline.png) 1x,url(../images/bgline@2x.png) 2x);
    background-image: -ms-image-set(url(../images/bgline.png) 1x,url(../images/bgline@2x.png) 2x);
    background-image: -o-image-set(url(../images/bgline.png) 1x,url(../images/bgline@2x.png) 2x);
    width: 100%;
    clear: both;
}
.team-person {
    height: 100%;
    width: 25%;
    float: left;
    position: relative;
    z-index: 1;
    cursor: pointer;
    display: block;
}
.team-person .img {
    width: 100%;
    height: 320px;
    overflow: hidden;
    position: relative;
    z-index: 3;
    text-align: center;
}
.team-person .img img {
    max-width: 300px;
    max-height: 100%;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    transition: all 0.35s;
    vertical-align: middle;
    display: inline-block;
}
fieldset, img {
    border: none;
}
.team-person .person-info {
    height: 130px;
    position: relative;
    z-index: 3;
}
.person-info .name {
    font-size: 24px;
    color: #3C3C3C;
    padding-bottom: 10px;
    padding-top: 50px;
    display: block;
    width: 100%;
    text-align: center;
    opacity: 0;
    transition: all 0.35s;
}
.person-info .offer {
    font-size: 14px;
    color: #8a9298;
    display: block;
    width: 100%;
    text-align: center;
    opacity: 0;
    transition: all 0.35s;
}
.team-person .shadow {
    position: absolute;
    width: 373px;
    height: 529px;
    padding: 43px;
    background: url(../images/boxShadow.png) repeat-x center center;
    background-image: -webkit-image-set(url(../images/boxShadow.png) 1x,url(../images/boxShadow@2x.png) 2x);
    background-image: -moz-image-set(url(../images/boxShadow.png) 1x,url(../images/boxShadow@2x.png) 2x);
    background-image: -ms-image-set(url(../images/boxShadow.png) 1x,url(../images/boxShadow@2x.png) 2x);
    background-image: -o-image-set(url(../images/boxShadow.png) 1x,url(../images/boxShadow@2x.png) 2x);
    top: -43px;
    left: -39px;
    z-index: 2;
    transform: scale(0.9);
    opacity: 0;
    transition: opacity 0.1s,transform 0.35s;
}
.team-person:hover {
    z-index: 1;
}
.team-person:hover .img img {
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
    filter: none;
    display: inline-block;
    margin: 0 auto;
    max-width: 100%;
}
.team-person:hover .name {
    padding-top: 40px;
    opacity: 1;
}
.team-person:hover .offer {
    opacity: 1;
}   
.team-person:hover .shadow {
    transform: scale(1.0);
    opacity: 1;
}
/* case list */
.case-banner p {
    padding-top: 170px;
    line-height: 48px;
    max-width: 800px;
}


.cases-main {
    clear: both;
    width: 100%;
    padding-bottom: 260px;
    background: url(../images/bgCaseAll.jpg) no-repeat center -10px;
    background-size: 100%;
}

.cases-list {
    padding: 72px 0;
}
.cases-list li {
  list-style: none;
    width: 25%;
    height: 170px;
    float: left;
    text-align: center;
    position: relative;
    cursor: pointer;
}
.cases-list li img {
    width: 184px;
    height: 110px;
} 
.cases-list li.current img, .cases-list li:hover img {
    position: relative;
    z-index: 4;
}

fieldset, img {
    border: none;
}
.case-box {
    width: 440px;
    height: 541px;
    padding: 43px;
    position: absolute;
    left: 50%;
    margin-left: -222px;
    top: -63px;
    background: url(../images/bgLogos.png) no-repeat;
    background-image: -webkit-image-set(url(../images/bgLogos.png) 1x,url(../images/bgLogos@2x.png) 2x);
    background-image: -moz-image-set(url(../images/bgLogos.png) 1x,url(../images/bgLogos@2x.png) 2x);
    background-image: -ms-image-set(url(../images/bgLogos.png) 1x,url(../images/bgLogos@2x.png) 2x);
    background-image: -o-image-set(url(../images/bgLogos.png) 1x,url(../images/bgLogos@2x.png) 2x);
    z-index: 3;
    text-align: center;
    display: none;
}
.case-box h4.name {
    font-size: 18px;
    color: #3C3C3C;
    padding-top: 24px;
    padding-bottom: 5px;
    width: 290px;
    margin: 152px auto 0;
    border-top: 1px solid #e9e9e9;
}
.case-box p.ct-time {
    font-size: 12px;
    color: #8A9298;
    padding-bottom: 14px;
}

span.date-display-single {
}

.case-box p.xz {
    font-size: 12px;
    line-height: 18px;
    color: #3C3C3C;
} 
.case-box p.xz span {
    margin: 0 15px;
}
.case-box p.xz span {
    margin: 0 15px;
}
.case-box p.xz span {
    margin: 0 15px;
}
.case-box p.intro {
    font-size: 18px;
    color: #8a9298;
    padding: 20px 8px;
    line-height: 24px;
}
.case-box a.url {
    color: #006aFF;
}

.case-box.fadeIn {
    animation-duration: 0.25s;
}

.case-box.fadeOut {
    animation-duration: 0.25s;
}
.cases-list li.current .case-box {
    display: block;
}
.pager {
    font-size: 12px;
}



.banner {
    height: 600px;
    width: 100%;
    position: relative;
    overflow: hidden;
    background-color: #333;
}

.banner > div{
  height: 100%;
}
.alertinfo {
    font-family: sihei-Normal;
    font-size: 18px;
    color: #8A9298;
    text-align: right;
    padding: 42px 20px 42px 0;
}
.first-news {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 4;
    background: url(../images/newsbanner.jpg) no-repeat center center;
    background-size: cover;
}
.first-news a {
    display: block;
    width: 100%;
    height: 100%;
}

.first-news .news-date {
    font-size: 106px;
    font-family: roboto-Black;
    color: #fff;
    text-align: center;
    display: block;
    width: 100%;
    padding-top: 160px;
    padding-bottom: 20px;
}
.news-date small {
    font-size: 18px;
    margin-left: 10px;
    color: #9b9b9b;
}
.first-news .news-section {
    text-align: center;
    font-size: 32px;
    color: #FFFFFF;
    line-height: 48px;
    display: block;
    width: 100%;
    max-width: 1200px;
    margin: 0px auto;
}
.flex {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.page {
    height: 600px;
    overflow: hidden;
    margin-bottom: 20px;
    font-family: sihei-Normal;
}
.qiye0 {
    position: relative;
    background: url(../images/qy_0.jpg) no-repeat center bottom;
    text-align: center;
    background-size: cover;
}
h2.qy-title {
    font-size: 48px;
    color: #FFFFFF;
    letter-spacing: 0px;
    line-height: 48px;
    text-align: center;
    width: 100%;
    padding: 0;
    z-index: 2;
    margin-bottom: 30px;
    position: relative;
}
.qy-content {
    font-size: 24px;
    color: #FFFFFF;
    letter-spacing: 0px;
    line-height: 36px;
    text-align: center;
    width: 96%;
    padding: 0 2%;
    position: relative;
    z-index: 2;
}
a.link {
    display: block;
    margin: 80px auto 0;
    opacity: 1;
    animation: toggleFade 0.5s linear infinite;
    -webkit-animation: toggleFade 0.5s linear infinite;
    position: relative;
    z-index: 3;
}
.fellow-sea {
    width: 200px;
    height: 200px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -100px 0 0 -100px;
}
.fellow-sea span {
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform-origin: center center;
}
@keyframes sea {
    to {
        transform: scale(8);
        -webkit-transform: scale(8);
        -moz-transform: scale(8);
        -ms-transform: scale(8);
        -o-transform: scale(8);
        opacity: 0;
    }
}

@keyframes sea1 {
    to {
        transform: scale(0.5);
        -webkit-transform: scale(0.5);
        -moz-transform: scale(0.5);
        -ms-transform: scale(0.5);
        -o-transform: scale(0.5);
        opacity: 0.4;
    }
}

@keyframes sea2 {
    to {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        opacity: 0.3;
    }
}

@keyframes sea3 {
    to {
        transform: scale(2);
        -webkit-transform: scale(2);
        -moz-transform: scale(2);
        -ms-transform: scale(2);
        -o-transform: scale(2);
        opacity: 0.2;
    }
}

@keyframes sea4 {
    to {
        transform: scale(4);
        -webkit-transform: scale(4);
        -moz-transform: scale(4);
        -ms-transform: scale(4);
        -o-transform: scale(4);
        opacity: 0.1;
    }
}

@keyframes sea5 {
    to {
        transform: scale(8);
        -webkit-transform: scale(8);
        -moz-transform: scale(8);
        -ms-transform: scale(8);
        -o-transform: scale(8);
        opacity: 0;
    }
}
.fellow-sea span:nth-of-type(1) {
    transform: scale(0.25);
    -webkit-transform: scale(0.25);
    -moz-transform: scale(0.25);
    -ms-transform: scale(0.25);
    -o-transform: scale(0.25);
    opacity: 0.5;
    animation: sea1 1.5s infinite;
    -webkit-animation: sea1 1.5s infinite;
}
.fellow-sea span:nth-of-type(2) {
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    opacity: 0.4;
    animation: sea2 1.5s infinite;
    -webkit-animation: sea2 1.5s infinite;
}
.fellow-sea span:nth-of-type(3) {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    opacity: 0.3;
    animation: sea3 1.5s infinite;
    -webkit-animation: sea3 1.5s infinite;
}
.fellow-sea span:nth-of-type(4) {
    transform: scale(2);
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    opacity: 0.2;
    animation: sea4 1.5s infinite;
    -webkit-animation: sea4 1.5s infinite;
}
.fellow-sea span:nth-of-type(5) {
    transform: scale(4);
    -webkit-transform: scale(4);
    -moz-transform: scale(4);
    -ms-transform: scale(4);
    -o-transform: scale(4);
    opacity: 0.1;
    animation: sea5 1.5s infinite;
    -webkit-animation: sea5 1.5s infinite;
}
.qiye1 {
    position: relative;
    background: url(../images/qy_1.jpg) no-repeat center;
    text-align: center;
}
.qiye1:after, .qiye2:after, .qiye3:after, .qiye4:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
}
.qiye1:after {
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#00ABA1,endcolorstr=#004B4F,gradientType=0);
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#00ABA1,endcolorstr=#004B4F,gradientType=0);
    background: -webkit-linear-gradient(rgba(39,61,142,0.6),rgba(24,29,85,0.9));
    background: -o-linear-gradient(rgba(39,61,142,0.6),rgba(24,29,85,0.9));
    background: -moz-linear-gradient(rgba(39,61,142,0.6),rgba(24,29,85,0.9));
    background: -ms-linear-gradient(rgba(39,61,142,0.6),rgba(24,29,85,0.9));
    background: linear-gradient(rgba(39,61,142,0.6),rgba(24,29,85,0.9));
}
.emission {
    width: 600px;
    height: 600px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -300px;
    z-index: 4;
    opacity: 0.8;
}
.emission span {
    height: 1px;
    width: 0px;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform-origin: 0 0;
}
@keyframes emission1 {
    from {
        width: 0;
        left: 65%;
        transform: scale(0);
        opacity: 1;
    }

    12% {
        width: 170px;
        left: 65%;
        transform: scale(0.5);
    }

    to {
        width: 0;
        left: 120%;
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes emission2 {
    from {
        width: 0;
        left: 63%;
        top: 57.5%;
        transform: scale(0) rotate(30deg);
        opacity: 1;
    }

    12% {
        width: 170px;
        left: 63%;
        top: 57.5%;
        transform: scale(0.5) rotate(30deg);
    }

    to {
        width: 0;
        left: 110.6%;
        top: 85%;
        transform: scale(1) rotate(30deg);
        opacity: 0;
    }
}

@keyframes emission3 {
    from {
        width: 0;
        left: 57.5%;
        top: 63%;
        transform: scale(0) rotate(60deg);
        opacity: 1;
    }

    12% {
        width: 170px;
        left: 57.5%;
        top: 63%;
        transform: scale(0.5) rotate(60deg);
    }

    to {
        width: 0;
        left: 85%;
        top: 110.6%;
        transform: scale(1) rotate(60deg);
        opacity: 0;
    }
}

@keyframes emission4 {
    from {
        width: 0;
        left: 50%;
        top: 65%;
        transform: scale(0) rotate(90deg);
        opacity: 1;
    }

    12% {
        width: 170px;
        left: 50%;
        top: 65%;
        transform: scale(0.5) rotate(90deg);
    }

    to {
        width: 0;
        left: 50%;
        top: 120%;
        transform: scale(1) rotate(90deg);
        opacity: 0;
    }
}

@keyframes emission5 {
    from {
        width: 0;
        left: 42.5%;
        top: 63%;
        transform: scale(0) rotate(120deg);
        opacity: 1;
    }

    12% {
        width: 170px;
        left: 42.5%;
        top: 63%;
        transform: scale(0.5) rotate(120deg);
    }

    to {
        width: 0;
        left: 15%;
        top: 110.6%;
        transform: scale(1) rotate(120deg);
        opacity: 0;
    }
}

@keyframes emission6 {
    from {
        width: 0;
        left: 37%;
        top: 57.5%;
        transform: scale(0) rotate(150deg);
        opacity: 1;
    }

    12% {
        width: 170px;
        left: 37%;
        top: 57.5%;
        transform: scale(0.5) rotate(150deg);
    }

    to {
        width: 0;
        left: -10.6%;
        top: 85%;
        transform: scale(1) rotate(150deg);
        opacity: 0;
    }
}

@keyframes emission7 {
    from {
        width: 0;
        left: 35%;
        top: 50%;
        transform: scale(0) rotate(180deg);
        opacity: 1;
    }

    12% {
        width: 170px;
        left: 35%;
        top: 50%;
        transform: scale(0.5) rotate(180deg);
    }

    to {
        width: 0;
        left: -20%;
        top: 50%;
        transform: scale(1) rotate(180deg);
        opacity: 0;
    }
}

@keyframes emission8 {
    from {
        width: 0;
        left: 37%;
        top: 42.5%;
        transform: scale(0) rotate(210deg);
        opacity: 1;
    }

    12% {
        width: 170px;
        left: 37%;
        top: 42.5%;
        transform: scale(0.5) rotate(210deg);
    }

    to {
        width: 0;
        left: -10.6%;
        top: 15%;
        transform: scale(1) rotate(210deg);
        opacity: 0;
    }
}

@keyframes emission9 {
    from {
        width: 0;
        left: 42.5%;
        top: 37%;
        transform: scale(0) rotate(240deg);
        opacity: 1;
    }

    12% {
        width: 170px;
        left: 42.5%;
        top: 37%;
        transform: scale(0.5) rotate(240deg);
    }

    to {
        width: 0;
        left: 15%;
        top: -10.6%;
        transform: scale(1) rotate(240deg);
        opacity: 0;
    }
}

@keyframes emission10 {
    from {
        width: 0;
        left: 50%;
        top: 35%;
        transform: scale(0) rotate(270deg);
        opacity: 1;
    }

    12% {
        width: 170px;
        left: 50%;
        top: 35%;
        transform: scale(0.5) rotate(270deg);
    }

    to {
        width: 0;
        left: 50%;
        top: -20%;
        transform: scale(1) rotate(270deg);
        opacity: 0;
    }
}

@keyframes emission11 {
    from {
        width: 0;
        left: 57.5%;
        top: 37%;
        transform: scale(0) rotate(300deg);
        opacity: 1;
    }

    12% {
        width: 170px;
        left: 57.5%;
        top: 37%;
        transform: scale(0.5) rotate(300deg);
    }

    to {
        width: 0;
        left: 85%;
        top: -10.6%;
        transform: scale(1) rotate(300deg);
        opacity: 0;
    }
}

@keyframes emission12 {
    from {
        width: 0;
        left: 63%;
        top: 42.5%;
        transform: scale(0) rotate(330deg);
        opacity: 1;
    }

    12% {
        width: 170px;
        left: 63%;
        top: 42.5%;
        transform: scale(0.5) rotate(330deg);
    }

    to {
        width: 0;
        left: 110.6%;
        top: 15%;
        transform: scale(1) rotate(330deg);
        opacity: 0;
    }
}
.emission span.e1 {
    animation: emission1 1.5s linear 0.2s infinite;
}
.emission span.e2 {
    animation: emission2 1.5s linear 0.3s infinite;
}
.emission span.e3 {
    animation: emission3 1.5s linear 0.18s infinite;
}
.emission span.e4 {
    animation: emission4 1.5s linear 0.25s infinite;
}
.emission span.e5 {
    animation: emission5 1.5s linear 0.35s infinite;
}
.emission span.e6 {
    animation: emission6 1.5s linear 0.15s infinite;
}
.emission span.e7 {
    animation: emission7 1.5s linear 0.2s infinite;
}
.emission span.e8 {
    animation: emission8 1.5s linear 0.3s infinite;
}
.emission span.e9 {
    animation: emission9 1.5s linear 0.18s infinite;
}
.emission span.e10 {
    animation: emission10 1.5s linear 0.25s infinite;
}
.emission span.e11 {
    animation: emission11 1.5s linear 0.35s infinite;
}
.emission span.e12 {
    animation: emission12 1.5s linear 0.15s infinite;
}

.qiye2 {
    position: relative;
    background: url(../images/yiliao.jpg) no-repeat right center;
}
.qiye2::after {
  filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#00ABA1,endcolorstr=#004B4F,gradientType=0);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#00ABA1,endcolorstr=#004B4F,gradientType=0);
  background: -webkit-linear-gradient(rgba(0,171,161,0.6),rgba(0,75,79,0.9));
  background: -o-linear-gradient(rgba(0,171,161,0.6),rgba(0,75,79,0.9));
  background: -moz-linear-gradient(rgba(0,171,161,0.6),rgba(0,75,79,0.9));
  background: -ms-linear-gradient(rgba(0,171,161,0.6),rgba(0,75,79,0.9));
  background: linear-gradient(rgba(0,171,161,0.6),rgba(0,75,79,0.9));
}
.qiye2:after {
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#00ABA1,endcolorstr=#004B4F,gradientType=0);
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#00ABA1,endcolorstr=#004B4F,gradientType=0);
    background: -webkit-linear-gradient(rgba(0,171,161,0.6),rgba(0,75,79,0.9));
    background: -o-linear-gradient(rgba(0,171,161,0.6),rgba(0,75,79,0.9));
    background: -moz-linear-gradient(rgba(0,171,161,0.6),rgba(0,75,79,0.9));
    background: -ms-linear-gradient(rgba(0,171,161,0.6),rgba(0,75,79,0.9));
    background: linear-gradient(rgba(0,171,161,0.6),rgba(0,75,79,0.9));
}
.heart {
    width: 222px;
    height: 222px;
    position: absolute;
    top: 15%;
    right: 357px;
    z-index: 4;
}
@keyframes by {
    10%,33% {
        transform: scale(0.8);
        opacity: 0.3;
    }

    20%,40% {
        transform: scale(1.0);
        opacity: 0.3;
    }

    100% {
        transform: scale(1.0);
        opacity: 0;
    }
}

@keyframes zy {
    4%,24%,44% {
        transform: scale(1.0);
        opacity: 0.6;
    }

    14%,34% {
        transform: scale(0.8);
        opacity: 0.6;
    }

    54% {
        transform: scale(1);
        opacity: 0.3;
    }

    100% {
        transform: scale(1.0);
        opacity: 0;
    }
}

@keyframes sy {
    10%,54% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}
.by, .zy, .sy {
    display: block;
    border: 1px solid #ffFFff;
    border-radius: 100%;
    position: absolute;
    opacity: 0;
}
.by {
    width: 220px;
    height: 220px;
    left: 50%;
    top: 50%;
    margin: -110px 0 0 -110px;
    animation: by 1.5s ease-out infinite;
}
.zy {
    width: 95px;
    height: 95px;
    left: 50%;
    top: 50%;
    margin: -48px 0 0 -48px;
    animation: zy 1.5s ease-out infinite;
}
.sy {
    width: 5px;
    height: 5px;
    background: #fff;
    left: 50%;
    top: 50%;
    margin: -2.5px 0 0 -2.5px;
    animation: sy 1.5s ease-out infinite;
}

/*qiye 3*/
.qiye3 {
    position: relative;
    background: url(../images/qiye-img3.jpg) no-repeat center;
}
.qiye3:after {
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#AB0033,endcolorstr=#4F0022,gradientType=0);
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#AB0033,endcolorstr=#4F0022,gradientType=0);
    background: -webkit-linear-gradient(rgba(171,0,51,0.6),rgba(79,0,34,0.9));
    background: -o-linear-gradient(rgba(171,0,51,0.6),rgba(79,0,34,0.9));
    background: -moz-linear-gradient(rgba(171,0,51,0.6),rgba(79,0,34,0.9));
    background: -ms-linear-gradient(rgba(171,0,51,0.6),rgba(79,0,34,0.9));
    background: linear-gradient(rgba(171,0,51,0.6),rgba(79,0,34,0.9));
}
@keyframes metor1 {
    to {
        left: 900px;
        top: 500px;
        opacity: 0;
    }
}

@keyframes metor2 {
    to {
        left: -180px;
        top: 500px;
        opacity: 0;
    }
}

@keyframes metor3 {
    to {
        left: 780px;
        top: 550px;
        opacity: 0;
    }
}

@keyframes metor4 {
    to {
        left: 300px;
        top: 500px;
        opacity: 0;
    }
}

@keyframes metor5 {
    to {
        left: 80px;
        top: 600px;
        opacity: 0;
    }
}

@keyframes metor6 {
    to {
        left: 1180px;
        top: 500px;
        opacity: 0;
    }
}
.meteor1 {
    left: 1500px;
    top: -100px;
    animation: metor1 2s infinite;
}
.meteor2 {
    left: 420px;
    top: -100px;
    animation: metor2 2.2s infinite;
}
.meteor3 {
    left: 1380px;
    top: -50px;
    animation: metor3 1.9s infinite;
}
.meteor4 {
    left: 900px;
    top: -100px;
    animation: metor4 2.3s infinite;
}
.meteor5 {
    left: 680px;
    top: 0px;
    animation: metor5 2.1s infinite;
}
.meteor6 {
    left: 1780px;
    top: -100px;
    animation: metor6 2.5s infinite;
}
.qiye-meteor {
    width: 1px;
    height: 200px;
    background: #fff;
    position: absolute;
    transform: rotate(45deg);
    z-index: 3;
}
.qiye-meteor:after {
    content: '';
    display: block;
    background: #fff;
    position: absolute;
    top: 196px;
    width: 4px;
    height: 4px;
    border-radius: 4px;
    left: -2px;
    overflow: hidden;
    font-size: 15px;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix:after {
    content: '';
    display: block;
    width: 100%;
    height: 0;
    overflow: hidden;
    clear: both;
}
.qiye4 {
    position: relative;
    margin-bottom: 0;
    background: url(../images/qiye-img4.jpg) no-repeat center;
}
.qiye4-canvas {
    width: 100%;
    height: 200px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
}
.qiye4:after {
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#3D00AB,endcolorstr=#39004F,gradientType=0);
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#3D00AB,endcolorstr=#39004F,gradientType=0);
    background: -webkit-linear-gradient(rgba(61,0,171,0.6),rgba(57,0,79,0.9));
    background: -o-linear-gradient(rgba(61,0,171,0.6),rgba(57,0,79,0.9));
    background: -moz-linear-gradient(rgba(61,0,171,0.6),rgba(57,0,79,0.9));
    background: -ms-linear-gradient(rgba(61,0,171,0.6),rgba(57,0,79,0.9));
    background: linear-gradient(rgba(61,0,171,0.6),rgba(57,0,79,0.9));
}
canvas[Attributes Style] {
    aspect-ratio: auto 1536 / 200;
}
canvas {
    overflow-clip-margin: content-box;
    overflow: clip;
}
.contact-menu {
    font-family: sihei-Normal;
    width: 860px;
    position: absolute;
    bottom: 35px;
    left: 50%;
    margin-left: -430px;
}
.contact-menu a {
    display: block;
    width: 25%;
    text-align: center;
    font-size: 18px;
    color: #8A9298;
    line-height: 32px;
    position: relative;
    padding-top: 95px;
    float: left;
}
.contact-menu a {
    width: 33.33%;
}
.contact-menu a span {
    display: block;
    width: 113px;
    height: 113px;
    position: absolute;
    text-align: center;
    top: 0;
    left: 50%;
    margin-left: -56.5px;
}
.contact-menu a span:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/c-bg.png) no-repeat;
    background-image: -webkit-image-set(url(../images/c-bg.png) 1x,url(../images/c-bg@2x.png) 2x);
    background-image: -moz-image-set(url(../images/c-bg.png) 1x,url(../images/c-bg@2x.png) 2x);
    background-image: -ms-image-set(url(../images/c-bg.png) 1x,url(../images/c-bg@2x.png) 2x);
    background-image: -o-image-set(url(../images/c-bg.png) 1x,url(../images/c-bg@2x.png) 2x);
    cursor: pointer;
    opacity: 1;
}
.contact-menu a span:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/c-shadow.png) no-repeat;
    background-image: -webkit-image-set(url(../images/c-shadow.png) 1x,url(../images/c-shadow@2x.png) 2x);
    background-image: -moz-image-set(url(../images/c-shadow.png) 1x,url(../images/c-shadow@2x.png) 2x);
    background-image: -ms-image-set(url(../images/c-shadow.png) 1x,url(../images/c-shadow@2x.png) 2x);
    background-image: -o-image-set(url(../images/c-shadow.png) 1x,url(../images/c-shadow@2x.png) 2x);
    cursor: pointer;
    opacity: 0;
}
.contact-menu a span img {
    margin-top: 36px;
    position: relative;
    z-index: 4;
    cursor: pointer;
}
.bp-box {
    left: 66.7%;
    margin-left: -18px;
}
.fadeOutUp {
    -webkit-animation: fadeOutUp 0.5s both;
    animation: fadeOutUp 0.5s both;
}
.bp-box {
    width: 260px;
    height: 100px;
    padding: 35px 30px;
    position: absolute;
    left: 378px;
    top: -154px;
    background: url(../images/bp-shadow.png) no-repeat center center;
    background-image: -webkit-image-set(url(../images/bp-shadow.png) 1x,url(../images/bp-shadow@2x.png) 2x);
    background-image: -moz-image-set(url(../images/bp-shadow.png) 1x,url(../images/bp-shadow@2x.png) 2x);
    background-image: -ms-image-set(url(../images/bp-shadow.png) 1x,url(../images/bp-shadow@2x.png) 2x);
    background-image: -o-image-set(url(../images/bp-shadow.png) 1x,url(../images/bp-shadow@2x.png) 2x);
    display: none;
}
.bp-box dl {
    width: 50%;
    height: 50%;
    float: left;
}
.bp-box dt {
    font-size: 14px;
    color: #8A9298;
    white-space: nowrap;
}
.bp-box dd {
    font-size: 12px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.bp-box dd a {
    display: inline;
    padding-top: 0;
    font-size: 12px;
    color: #006aff;
}
.qrcode-box {
    top: -154px;
    left: 33.33%;
    margin-left: 55px;
}
.weibo-box {
    top: -154px;
    left: 33.33%;
    margin-left: 55px;
}
.contact-list {
    font-family: sihei-Normal;
}
@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
}

@keyframes zoomIn2 {
    from {
        opacity: 0.8;
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes zoomOut2 {
    from {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}
@-webkit-keyframes zoomOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes zoomOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}
.contact-menu a:hover span:before, .contact-menu a.active span:before {
    animation: zoomOut 0.75s both;
}
.contact-menu a:hover span:after, .contact-menu a.active span:after {
    animation: zoomIn 0.75s both;
}
.contact-list {
    font-family: sihei-Normal;
}
.contact-list h2 {
    font-size: 48px;
    color: #191919;
    letter-spacing: 0px;
    line-height: 88px;
    padding: 35px 0 70px;
    text-align: center;
}
ul, ol {
    list-style: none;
}
.contact-list li {
    width: 47%;
    margin: 0 1% 20px 2%;
    float: left;
    height: auto;
    overflow: hidden;
}
.c-map {
    height: 318px;
    position: relative;
    text-align: right;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.75s;
}
.c-map>img {
    transition: all 0.75s;
    height: 100%;
}
.c-map-caption {
    width: 130px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    text-align: left;
}
.c-map-caption img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    transition: all 1.35s;
    height: 100%;
}
.c-map-caption span {
    display: block;
    width: 24px;
    position: absolute;
    bottom: 2px;
    left: 0px;
    font-family: sihei-Regular;
    font-size: 24px;
    color: #FFFFFF;
    overflow: hidden;
    text-align: left;
}
.c-address {
    padding-top: 25px;
    font-family: sihei-Regular;
    font-size: 20px;
    line-height: 32px;
}
.c-address h3 {
    color: #191919;
    font-size: 19px;
}
.c-address p {
    color: #8a9298;
    font-size: 17px;
}
.c-address p span {
    font-family: roboto-Regular;
}
.c-address p span {
    font-family: roboto-Regular;
}
.c-map:hover {
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
}
.c-map:hover .c-map-caption img {
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
    filter: none;
}
.c-map:hover > img {
    transform: scale(1.05);
}

.tab-pane{
    display: none;
}
.tab-pane.active{
    display: block;
}
.person-wrapper {
    height: 600px;
    overflow: hidden;
    padding: 0 20px;
    background: url(../images/bgline.png) repeat-x 0 280px;
    background-image: -webkit-image-set(url(../images/bgline.png) 1x,url(../images/bgline@2x.png) 2x);
    background-image: -moz-image-set(url(../images/bgline.png) 1x,url(../images/bgline@2x.png) 2x);
    background-image: -ms-image-set(url(../images/bgline.png) 1x,url(../images/bgline@2x.png) 2x);
    background-image: -o-image-set(url(../images/bgline.png) 1x,url(../images/bgline@2x.png) 2x);
}
.p-pic {
    width: 50%;
    height: 570px;
    text-align: center;
    overflow: hidden;
    animation: slideInLeft 0.75s both;
    float: left;
}
.p-pic img {
    width: 100%;
    height: auto;
}
.p-info {
    animation: slideInRight 0.75s both;
    float: left;
    width: 50%;
    padding-top: 150px;
}
.p-info-top {
    overflow: hidden;
    padding-bottom: 50px;
}
.p-info-top h2 {
    font-size: 48px;
    color: #3C3C3C;
    letter-spacing: 0px;
    line-height: 48px;
    padding-right: 12px;
    float: left;
    position: relative;
    margin-right: 10px;
}
.p-info-top h2:after {
    content: '';
    display: block;
    width: 1px;
    height: 44px;
    overflow: hidden;
    background: #3c3c3c;
    position: absolute;
    top: 50%;
    margin-top: -22px;
    right: 0;
}
.p-info-top span {
    font-size: 18px;
    color: #8A9298;
    margin-right: 5px;
    display: inline-block;
    margin-top: 28px;
}

.p-info-invo {
    font-size: 18px;
    color: #3C3C3C;
    line-height: 30px;
    margin-bottom: 24px;
}
.p-info-invo label {
    float: left;
    font-weight: normal;
}
.p-info-invo a {
    color: #006aff;
    margin-left: 20px;
}
.p-info-invo a {
    color: #006aff;
    margin-left: 20px;
}
.p-info-invo a {
    color: #006aff;
    margin-left: 20px;
}
.p-info-main {
    height: 272px;
    overflow: hidden;
    overflow-y: auto;
}
.scrollbar {
    scrollbar-arrow-color: #00ffce;
    scrollbar-face-color: #00ffce;
    scrollbar-3dlight-color: #00ffce;
    scrollbar-highlight-color: #00ffce;
    scrollbar-shadow-color: #00ffce;
    scrollbar-darkshadow-color: #00ffce;
    scrollbar-track-color: #fff;
    scrollbar-base-color: #fff;
    padding-right: 5px;
}
.p-info-main p {
    font-size: 14px;
    color: #3C3C3C;
    line-height: 24px;
    margin-bottom: 1em;
}

.honor-list {
    overflow: hidden;
    overflow-y: auto;
    height: 292px;
}
.honor {
    width: 23%;
    padding: 0 1% 40px 1%;
    float: left;
}
.honor-from {
    font-size: 18px;
    color: #8A9298;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
}
.honor-title {
    font-size: 24px;
    color: #3C3C3C;
    line-height: 36px;
    height: 176px;
    overflow: hidden;
}
.honor-years {
    font-size: 18px;
    color: #8A9298;
    letter-spacing: 0px;
    line-height: 40px;
    border-top: 6px solid #3c3c3c;
    font-family: roboto-Regular;
}
.p-info-invo a div{
    display: inline;
}
.quicktabs-tabs {
    padding: 42px 0 !important;
    margin: 0 !important;
    overflow: hidden;
}
.quicktabs-tabs li {
    font-size: 18px;
    margin: 0 48px 0 1.5em !important;
    color: #3C3C3C;
    padding: 0 !important;
    list-style: disc !important;
    display: list-item !important;
    float: left;
}
ul.quicktabs-tabs li {
    display: inline;
    background: none;
    list-style-type: none;
    padding: 2px;
    white-space: nowrap;
}
ul.quicktabs-tabs li::marker {
    unicode-bidi: isolate;
    font-variant-numeric: tabular-nums;
    text-transform: none;
    text-indent: 0px !important;
    text-align: start !important;
    text-align-last: start !important;
}
.quicktabs-tabs li:hover, .quicktabs-tabs li:hover a, .quicktabs-tabs li.active, .quicktabs-tabs li.active a {
    color: #006aff !important;
}
.quicktabs-tabs li a {
    color: #3C3C3C !important;
    margin-left: 10px;
    padding-bottom: 5px;
    display: inline-block;
    position: relative;
    z-index: 5;
}
.quicktabs-tabs li:hover, .quicktabs-tabs li:hover a, .quicktabs-tabs li.active, .quicktabs-tabs li.active a {
    color: #006aff !important;
}

.weibo-box {
    width: 170px;
    height: 168px;
    padding: 15px 0 25px;
    text-align: center;
    position: absolute;
    background: url(../images/wx-shadow.png) no-repeat center center;
    background-image: -webkit-image-set(url(../images/wx-shadow.png) 1x,url(../images/wx-shadow@2x.png) 2x);
    background-image: -moz-image-set(url(../images/wx-shadow.png) 1x,url(../images/wx-shadow@2x.png) 2x);
    background-image: -ms-image-set(url(../images/wx-shadow.png) 1x,url(../images/wx-shadow@2x.png) 2x);
    background-image: -o-image-set(url(../images/wx-shadow.png) 1x,url(../images/wx-shadow@2x.png) 2x);
    top: -154px;
    left: 38px;
    display: none;
}
.fadeOutUp {
    -webkit-animation: fadeOutUp 0.5s both;
    animation: fadeOutUp 0.5s both;
}
.qrcode-box {
    width: 170px;
    height: 168px;
    padding: 15px 0 25px;
    text-align: center;
    position: absolute;
    background: url(../images/wx-shadow.png) no-repeat center center;
    background-image: -webkit-image-set(url(../images/wx-shadow.png) 1x,url(../images/wx-shadow@2x.png) 2x);
    background-image: -moz-image-set(url(../images/wx-shadow.png) 1x,url(../images/wx-shadow@2x.png) 2x);
    background-image: -ms-image-set(url(../images/wx-shadow.png) 1x,url(../images/wx-shadow@2x.png) 2x);
    background-image: -o-image-set(url(../images/wx-shadow.png) 1x,url(../images/wx-shadow@2x.png) 2x);
    top: -154px;
    left: 238px;
    display: none;
}
.fadeOutUp {
    -webkit-animation: fadeOutUp 0.5s both;
    animation: fadeOutUp 0.5s both;
}
.bp-box {
    width: 315px;
    height: 166px;
    padding: 35px 30px;
    position: absolute;
    left: 378px;
    top: -154px;
    background: url(../images/bp-shadow.png) no-repeat center center;
    background-image: -webkit-image-set(url(../images/bp-shadow.png) 1x,url(../images/bp-shadow@2x.png) 2x);
    background-image: -moz-image-set(url(../images/bp-shadow.png) 1x,url(../images/bp-shadow@2x.png) 2x);
    background-image: -ms-image-set(url(../images/bp-shadow.png) 1x,url(../images/bp-shadow@2x.png) 2x);
    background-image: -o-image-set(url(../images/bp-shadow.png) 1x,url(../images/bp-shadow@2x.png) 2x);
    display: none;
}
.weibo-box {
    top: -154px;
    left: 1.1%;
    margin-left: 55px;
}
.fadeOutUp {
    -webkit-animation: fadeOutUp 0.5s both;
    animation: fadeOutUp 0.5s both;
}
.qrcode-box {
    top: -154px;
    left: 33.33%;
    margin-left: 55px;
}
.fadeOutUp {
    -webkit-animation: fadeOutUp 0.5s both;
    animation: fadeOutUp 0.5s both;
}
.bp-box {
    left: 66.7%;
    margin-left: -18px;
}


.about3 {
    height: auto !important;
    margin-bottom: 0;
}
.about3 h2 {
    padding: 40px 0 60px;
}
.about3-section {
    height: 405px;
    overflow: hidden;
    background: #F6F6F6;
    clear: both;
    width: 100%;
}
.about3-section-text, .about3-section-img {
    width: 50%;
    position: relative;
    height: 100%;
    overflow: hidden;
}
.about3-section-text {
    text-align: center;
}
.about3-section-text h2 {
    font-size: 50px;
    color: #191919;
    letter-spacing: 0px;
    padding-top: 80px;
}
.about3-section h2 {
    font-family: sihei-Normal;
}
.about3-section-text p {
    font-size: 24px;
    color: #3c3c3c;
    letter-spacing: 0px;
    line-height: 36px;
    padding: 0 20px;
}
.about3-section-text .mail {
    position: absolute;
    left: 50%;
    margin-left: -166px;
    bottom: 72px;
}
.about3-section-text, .about3-section-img {
    width: 50%;
    position: relative;
    height: 100%;
    overflow: hidden;
}
.about3-section-img.fr img {
    float: left;
}
.about3-section-img img {
    width: 100%;
    transition: all 0.75s;
}
.about3-section-img.fl img {
    float: right;
}

.page-node-type-news #page-title{
    padding-top: 120px;
    text-align: center;
    padding-bottom: 30px;
}
.page-node-type-news .main-page{
    padding-top: 10px;
}
.comment-submitted{
    display: none;
}
.node__content p{
    text-indent: 2em;
    padding-bottom: 8px;
    line-height: 26px;
}
.flex {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.banner .qiye0 {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
h2.qy-title {
    font-size: 48px;
    color: #FFFFFF;
    letter-spacing: 0px;
    line-height: 48px;
    text-align: center;
    width: 100%;
    padding: 0;
    z-index: 2;
    margin-bottom: 30px;
    position: relative;
}
.banner p {
    max-width: 960px;
    margin: 0 auto;
}
.banner .qiye0 p.qy-content {
    width: 100%;
    text-align: center;
    padding: 0;
    max-width: inherit;
}
#block-fellowbanner {
    margin-bottom: 20px;
}