@import url("font-awesome.css");
@import url("animate.css");
html {
    overflow-x: hidden;
    overflow-y: auto;
}

body {
    font-family: "Microsoft YaHei";
    font-weight: 300;
    color: #656565;
    font-size: 1.4em;
    background-color: #fff;
}

:focus {
    outline: 0；
}

.zcontainer {
    width: 960px;
    padding: 0;
    margin: 0 auto;
}

.about {
    padding-top: 54px;
    background-color: #fff;
}

.h72 {
    height: 72px;
}

.sod {
    width: 22px;
    margin-right: 10px;
    vertical-align: middle;
    margin-top: -4px;
}

a:active {
    outline: 0;
}

.clear {
    clear: both;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

h1,
h2 {
    font-weight: 600;
    line-height: 1.1em;
    color: #333;
    margin-bottom: 20px;
    text-transform: uppercase;
}

h3,
h4,
h5,
h6 {
    line-height: 1.1em;
    color: #333;
    margin-bottom: 20px;
}

input,
button,
select,
textarea {
    border-radius: 0px;
}

#wrapper {
    width: 100%;
    margin: 0;
    padding: 0;
}

.video-wrapper {
    margin: 7% 0;
}

.flex {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
}

.text-color {
    color: #b728a3;
}

.bg-color {
    background-color: #b728a3;
}

h4 {
    font-weight: bold;
}

.navbar-default .navbar-toggle {
    border-color: #ddd;
    margin-top: 10px;
}


/*  Header
==================================== */

.richData p {
    text-align: left !important;
    line-height: 28px;
    margin: 10px 0;
}

.topbar {
    position: fixed;
    top: 0;
    width: 100%;
    color: #fff;
    z-index: 10;
}

.topbar .container .row {
    margin: 0;
    padding: 0;
}

.topbar .container .row .col-md-12 {
    padding: 0;
}

.topbar p {
    margin: 0;
    display: inline-block;
    font-size: 12px;
    color: #5a5a5a;
}

.topbar p>i {
    margin-right: 5px;
    color: #ff9818;
}

.topbar p:last-child {
    text-align: right;
}

header .navbar {
    margin-bottom: 0;
}

.navbar-default {
    border: none;
}

.navbar-brand {
    color: #222;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 700;
    line-height: 1em;
    letter-spacing: -1px;
    margin-top: 10px;
    padding: 0 0 0 15px;
}

.navbar-default .navbar-brand {
    color: #1891ec;
}

header .navbar-collapse ul.navbar-nav {
    margin-left: 70px;
    margin-right: 0;
    float: right;
}

header .navbar {
    min-height: 70px;
    padding: 18px 0;
    background: #fff;
}

.home-page header .navbar-default {
    background: rgb(255, 255, 255);
    /* position: absolute; */
    width: 100%;
}

header .nav li a:hover,
header .nav li a:focus,
header .nav li.active a,
header .nav li.active a:hover,
header .nav li a.dropdown-toggle:hover,
header .nav li a.dropdown-toggle:focus,
header .nav li.active ul.dropdown-menu li a:hover,
header .nav li.active ul.dropdown-menu li.active a {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

header .navbar-default .navbar-nav>.open>a,
header .navbar-default .navbar-nav>.open>a:hover,
header .navbar-default .navbar-nav>.open>a:focus {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

header .navbar {
    min-height: 62px;
    padding: 0;
}

header .navbar-nav>li>a {
    margin-left: 2px;
    line-height: 30px;
    font-weight: 700;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.dropdown-menu li a:hover {
    color: #fff;
    background: #3c3c3b;
}

header .nav .caret {
    border-bottom-color: #975197;
    border-top-color: #975197;
}

.topMenu {
    position: fixed;
    top: 62px;
    width: 100%;
    padding: 30px 0;
    background-color: #f5f5f5;
    z-index: 3;
    transition: top 0.6s;
}

.bg-white {
    background-color: #fff;
}

.topMenu.up,
.topMenu.none {
    top: -176px;
}

.topMenu img {
    width: 24px;
}

.inline-bk {
    display: inline-block;
    vertical-align: top;
}

.topMenu .leftMenu {
    padding: 0 3%;
    border-right: 2px solid #ccc;
}

.topMenu .leftMenu ul>li {
    line-height: 24px;
    cursor: pointer;
}

.topMenu .leftMenu ul>li:nth-child(2) {
    margin: 50px 0;
}

.topMenu>.container .row {
    display: flex;
    justify-content: center;
}

.topMenu .leftMenu ul>li>span {
    display: inline-block;
    min-width: 148px;
    font-weight: bold;
    font-size: 18px;
    margin-right: 1vw;
}

.topMenu .rightMenu {
    vertical-align: top;
    padding: 0 4%;
}

.topMenu .rightMenu.proj {
    padding: 0 8%;
    display: flex;
    justify-content: center;
}

.topMenu .rightMenu.proj .child {
    width: 148px;
}

.topMenu .rightMenu .child:hover {
    color: #930985;
}

.topMenu .rightMenu.proj .horizontal-item {
    width: 80%;
    text-align: left;
    line-height: 50px;
}

.topMenu .rightMenu.left {
    padding-left: 24%;
}

.topMenu .toggle {
    display: inline-block;
    padding: 0 4px;
    height: 24px;
    color: #fff;
    background-color: #930985;
    font-size: 24px;
    position: absolute;
    bottom: -24px;
    right: 5%;
    opacity: 0.8;
    display: none;
}

.topMenu .rightMenu>.horizontal-item:nth-child(2) {
    margin: 50px 0;
}

.topMenu .rightMenu .child {
    display: inline-block;
    width: 132px;
    line-height: 24px;
    margin-right: 2vw;
    cursor: pointer;
}

.richData p img {
    max-width: 100%;
}

.btn-big {
    display: inline-block;
    font-size: 16px;
    margin: 0 20px;
    width: 200px;
    line-height: 48px;
    text-align: center;
    border-radius: 6px;
    color: #fff;
    cursor: pointer;
    margin-bottom: 10px;
}


/* --- menu --- */

.orange {
    color: #E78000;
}

.header {
    padding: 20px 0;
    margin: 30px 0;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    height: 80px;
    letter-spacing: 3px;
}

.header>span {
    position: relative;
    padding: 10px 0;
    color: #111;
    display: inline-block;
    height: 42px;
    width: 142px;
}

.header>span::before {
    position: absolute;
    content: "";
    bottom: -2px;
    width: 60px;
    height: 3px;
    left: 50%;
    margin-left: -30px;
    background-color: #bc32a5;
}

header ul.nav li a {
    font-size: 15px;
    font-weight: 600;
    padding: 12px 15px;
}

header ul.nav li ul li a {
    font-size: 12px;
    border: none;
    font-weight: 300;
    text-transform: uppercase;
}

.navbar .nav>li>a {
    color: #545454;
}

.navbar .nav a:hover {
    background: none;
    color: #ff9818;
}

header ul.nav li ul li ul {
    margin: 1px 0 0 1px;
}

.dropdown-menu .dropdown i {
    position: absolute;
    right: 0;
    margin-top: 3px;
    padding-left: 20px;
}

.navbar .nav>li>.dropdown-menu:before {
    display: inline-block;
    border-right: none;
    border-bottom: none;
    border-left: none;
    border-bottom-color: none;
    content: none;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #975197;
    border-radius: 0;
}

.navbar-default .navbar-nav>.active>a>span {
    position: relative;
    padding: 22px 0;
    border-bottom: 5px solid #975197;
}

.navbar-default .navbar-nav>.active>a>span::before {
    content: "";
    height: 0;
    position: absolute;
    border: 6px solid;
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-color: transparent transparent #975197;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: #975197;
    background-color: transparent;
}

ul.nav li.dropdown a {
    z-index: 1000;
    display: block;
}

select.selectmenu {
    display: none;
}

.pageTitle {
    color: #fff;
    margin: 30px 0 3px;
    display: inline-block;
}

#banner {
    width: 100%;
    background: #000;
    position: relative;
    margin: 0;
    padding: 0;
}


/*  Sliders
==================================== */


/* --- flexslider --- */


/* Content
==================================== */

#content {
    position: relative;
    background: #fff;
    padding: 50px 0 0px 0;
}

.cta-text {
    text-align: center;
    margin-top: 10px;
}

.big-cta .cta {
    margin-top: 10px;
}

.box {
    width: 100%;
}

.box-gray {
    background: #f8f8f8;
    padding: 20px 20px 30px;
}

.box-gray h4,
.box-gray i {
    margin-bottom: 20px;
}

.box-bottom {
    padding: 20px 0;
    text-align: center;
}

.box-bottom a {
    color: #fff;
    font-weight: 700;
}

.box-bottom a:hover {
    color: #eee;
    text-decoration: none;
}


/* Bottom
==================================== */

#bottom {
    background: #fcfcfc;
    padding: 50px 0 0;
}


/* twitter */

#twitter-wrapper {
    text-align: center;
    width: 70%;
    margin: 0 auto;
}

#twitter em {
    font-style: normal;
    font-size: 12px;
}

#twitter em.twitterTime a {
    font-weight: 600;
}

#twitter ul {
    padding: 0;
    list-style: none;
}

#twitter ul li {
    font-size: 20px;
    line-height: 1.6em;
    font-weight: 300;
    margin-bottom: 20px;
    position: relative;
    word-break: break-word;
}


/* Forms
============================= */


/* --- search form --- */

.search {
    float: right;
    margin: 35px 0 0;
    padding-bottom: 0;
}

#inner-headline form.input-append {
    margin: 0;
    padding: 0;
}

.about-text h3 {
    font-size: 22px;
    padding-bottom: 20px;
}

.about-text .btn {
    margin-top: 20px;
}

.about-text ul {
    margin-top: 30px;
    padding: 0;
}

.about-text li {
    margin-bottom: 10px;
    font-weight: bold;
    list-style: none;
}

.about-text-2 img {
    border: 5px solid #ddd;
    margin-bottom: 20px;
}

.about-text-2 p {
    margin-bottom: 20px;
}


/* --- pullquotes --- */

.pullquote-left {
    display: block;
    color: #a2a2a2;
    font-family: "Microsoft YaHei";
    font-size: 14px;
    line-height: 1.6em;
    padding-left: 20px;
}

.pullquote-right {
    display: block;
    color: #a2a2a2;
    font-family: "Microsoft YaHei";
    font-size: 14px;
    line-height: 1.6em;
    padding-right: 20px;
}


/* --- button --- */

.btn {
    text-align: center;
    color: #ffffff;
    padding: 12px 25px;
    border-radius: 0;
    border-color: transparent;
}

.btn-rds {
    display: inline-block;
    text-align: center;
    color: #ffffff;
    padding: 0 40px;
    height: 45px;
    line-height: 45px;
    border-radius: 32px;
    cursor: pointer;
    background-color: #920784;
}

.btn-theme {
    color: #fff;
    background: transparent;
    border: 1px solid #fff;
    padding: 12px 30px;
    font-weight: bold;
}

.btn-theme:hover {
    color: #eee;
}

.m-img {
    width: 100%;
    height: 100%;
}

.h-img {
    height: 100%;
}

.text-over {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-more-over {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}


/* --- list style --- */

ul.general {
    list-style: none;
    margin-left: 0;
}

ul.link-list {
    width: 80px;
    margin: 10px 25px 0 0;
    padding: 0;
    list-style: none;
}

ul.link-list:last-child {
    margin-right: 0;
}

.bottom-info .item-list {
    flex-wrap: nowrap;
    padding-bottom: 4px;
    border-top: 1px solid #959595;
}

ul.link-list li {
    margin: 0;
    width: 80px;
    padding: 2px 0 2px 0;
    list-style: none;
    font-size: 12px;
}

footer {
    background: #4f4f57;
}

ul.link-list li.fs12 {
    font-size: 12px;
}

footer ul.link-list li span {
    color: #b0b0b0;
    line-height: 24px;
    cursor: pointer;
}

footer ul.link-list li span:hover {
    color: #111523;
}


/* --- Heading style --- */

footer .widgetheading {
    position: relative;
    font-size: 16px;
    width: 80px;
    font-weight: bold;
    margin-bottom: 10px;
}

footer .widget .social-network {
    position: relative;
}

.team-member h4 {
    text-align: center;
    margin-bottom: 5px;
}

.team-member .deg {
    text-align: center;
    display: block;
}

#bottom .widget .widgetheading span {
    position: absolute;
    width: 60px;
    height: 1px;
    bottom: -1px;
    right: 0;
}


/* ===== Widgets ===== */


/* --- Recent post widget --- */

.recent-post {
    margin: 20px 0 0 0;
    padding: 0;
    line-height: 18px;
}

.recent-post h5 a:hover {
    text-decoration: none;
}

.recent-post .text h5 a {
    color: #353535;
}

footer {
    padding: 50px 0 0 0;
    color: #565656;
}

footer a {
    color: #bbb;
}

footer a:hover {
    color: #eee;
}

footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6 {
    color: #fff;
}

footer address {
    line-height: 1.6em;
    color: #797979;
}

footer h5 a:hover,
footer a:hover {
    text-decoration: none;
}

ul.social-network {
    list-style: none;
    margin: 0;
}

ul.social-network li {
    display: inline-block;
    margin: 0 5px;
    border: 1px solid #2d2d2d;
    padding: 5px 0 0;
    width: 32px;
    height: 32px;
    text-align: center;
    vertical-align: baseline;
}

#sub-footer {
    text-shadow: none;
    color: #fff;
    padding: 0;
    line-height: 45px;
    background-color: #4f4f57;
    border-top: 1px solid #959595;
}

#sub-footer p {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 12px;
}

#sub-footer span {
    color: #f5f5f5;
}

.copyright {
    text-align: left;
    font-size: 12px;
    color: #b3b3b3;
}

#sub-footer ul.social-network {
    float: right;
}

a.scrollup i:hover {
    text-decoration: none;
}

.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

.aligncenter {
    text-align: center;
}

.aligncenter span {
    margin-left: 0;
}

.floatright {
    float: right;
}

.floatleft {
    float: left;
}

.clear-marginbot {
    margin-bottom: 0;
}

.marginbot10 {
    margin-bottom: 10px;
}

.marginbot20 {
    margin-bottom: 20px;
}

.marginbot30 {
    margin-bottom: 30px;
}

.marginbot40 {
    margin-bottom: 40px;
}

.clear-margintop {
    margin-top: 0;
}

.margintop10 {
    margin-top: 10px;
}

.margintop20 {
    margin-top: 20px;
}

.margintop30 {
    margin-top: 30px;
}

.margintop40 {
    margin-top: 40px;
}


/*  Media queries 
============================= */

.phoneM {
    display: none;
}

.full-more {
    padding: 12px 0;
    margin: 20px 20px 50px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    background-color: #eee;
    cursor: pointer;
}

@media (min-width:1600px) {
    #app .con-right {
        width: 272px;
        height: 560px;
    }
    #app .con-right .con_phone {
        width: 272px;
        height: 560px;
    }
    #app .con-right .con-right_l {
        top: 7px;
        left: 17px;
        width: 242px;
        height: 524px;
    }
}

@media (max-width:1320px) {
    #app .con-right {
        width: 200px;
        height: 420px;
    }
    #app .con-right .con_phone {
        width: 200px;
        height: 420px;
    }
    #app .con-right .con-right_l {
        top: 5px;
        width: 198px;
        height: 380px;
    }
    #app .con .con-btn .code {
        width: 62px;
    }
    #app .con .con-btn .ios,
    #app .con .con-btn .and {
        width: 172px;
    }
    #app .con .con-btn .code:hover {
        width: 172px;
        height: 172px;
    }
    #app .con .con-btn .ios:hover {
        width: 172px;
        height: 172px;
    }
    #app .con .con-btn .and:hover {
        width: 172px;
        height: 172px;
    }
}