.owl-carousel .owl-stage {
    width: 30000000px;
}

.nav>li>a:hover,
.nav>li>a:focus {
    background-color: transparent;
    color: #fff;
}

#topcontrol {
    color: #fff;
    z-index: 99;
    width: 30px;
    height: 30px;
    font-size: 20px;
    background: rgba(34, 34, 34, .7);
    position: relative;
    right: 14px !important;
    bottom: 11px !important;
    border-radius: 3px !important
}

#topcontrol:after {
    top: -2px;
    left: 8.5px;
    content: "\f106";
    position: absolute;
    text-align: center;
    font-family: FontAwesome
}

#topcontrol:hover {
    color: #fff;
    background: #72c02c;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

h1,
h2,
h3,
h4,
h5 {
    color: inherit;
}

ul {
    list-style: none;
}

img {
    border: 0;
    outline: none;
    max-width: 100%;
}

.owl-carousel img {
    width: 100%;
}

p {
    margin: 0;
}

input,
select,
textarea,
input[type=submit],
input[type=button] {
    outline: none;
    -webkit-tap-highlight-color: transparent;
}

input,
select {
    -webkit-appearance: none;
}

input::-webkit-search-cancel-button {
    display: none;
}

ul {
    padding: 0;
    margin: 0;
}

body {
    color: #666;
    font-size: 14px;
    line-height: 1.42857143;
    overflow-x: hidden;
    font-family: "microsoft yahei";
}

.index-search {
    background-color: #f0f0f0;
    padding: 10px 0;
    min-height: 52px;
}

.index-search .container {
    position: relative;
}

.index-search .hotwords {
    line-height: 32px;
    float: left;
}

@media (max-width: 767px) {
    .index-search .hotwords {
        line-height: 22px;
        margin-bottom: 5px;
    }
}

.index-search .hotwords span {
    color: #333;
    vertical-align: middle;
}

.index-search .hotwords li {
    float: left;
    padding-right: 10px;
    font-size: 12px;
}

.index-search .hotwords ul {
    overflow: hidden;
    width: 30000px;
    -webkit-transition: -webkit-transform .3s;
    transition: transform .3s;
}

.index-search .hotwords .hotwords-list {
    display: inline-block;
    vertical-align: middle;
    width: 960px;
    margin: 0 5px;
    overflow: hidden;
}

.index-search .hotwords .hotwords-list.touch {
    overflow: auto;
}

@media (max-width: 1199px) {
    .index-search .hotwords .hotwords-list {
        width: 760px;
    }
}

@media (max-width: 991px) {
    .index-search .hotwords .hotwords-list {
        width: 540px;
    }
}

.index-search .hotwords .hotwords-left,
.index-search .hotwords .hotwords-right {
    vertical-align: middle;
    cursor: pointer;
}

@media (max-width: 767px) {
    .index-search .hotwords .hotwords-left,
    .index-search .hotwords .hotwords-right {
        display: none;
    }
}

@media (max-width: 767px) {
    .index-search .hotwords {
        float: none;
    }
    .index-search .hotwords .hotwords-list {
        display: block;
        vertical-align: middle;
        overflow: auto;
        margin: 0;
        width: 100%;
    }
}

.index-search .search-box {
    position: absolute;
    top: 1px;
    right: 15px;
}

.index-search .input-box {
    border: 1px solid #ddd;
    border-radius: 30px;
    display: table;
    width: 30px;
    background-color: #fff;
    -webkit-transition: width .3s;
    transition: width .3s;
}

.index-search .input-box>div {
    display: table-cell;
}

.index-search .input-box .search-btn {
    width: 30px;
}

.index-search .input-box button {
    border: 0;
    outline: none;
    background: none;
    height: 30px;
    width: 30px;
    text-align: center;
}

.index-search .input-box input {
    border: 0;
    outline: none;
    background: none;
    width: 100%;
}

.index-search .input-box.open {
    width: 200px;
}

.index-search .input-box.open .input {
    padding-left: 10px;
}

@media (max-width: 767px) {
    .index-search .search-box,
    .index-search .input-box.open {
        position: static;
        width: 100%;
    }
    .index-search .search-box .input-box {
        width: 100%;
    }
    .index-search .search-box .input {
        padding-left: 10px;
    }
}

.index-content h1,
.index-content h2,
.index-content h3 {
    line-height: 1.2;
}

.index-content .sec {
    padding: 50px 0;
    background: top center no-repeat;
    background-size: cover;
}

.index-content .sec:nth-child(even) {
    background-color: #f7f7f7;
}

.index-content .sec .title {
    margin-bottom: 30px;
    text-align: center;
}

.index-content .sec .title h1 {
    font-size: 34px;
    position: relative;
    margin: 0;
}

.index-content .sec .title h1:after {
    content: '';
    display: block;
    width: 200px;
    height: 25px;
    background: url("../../img/marketing/hua1_03.png") no-repeat center;
    background-size: contain;
    margin: 5px auto;
}

.index-content .sec .title h2 {
    font-size: 18px;
    margin: 0 0 10px;
    color: inherit;
}

.index-content .sec.font-light {
    color: #fff;
}

.index-content .sec.font-light .title h1 {
    color: #fff;
}

.index-content .sec.font-light .title h1:after {
    background-image: url("../../img/marketing/hua2_03.png");
}

.index-content .sec.font-light .title h2 {
    color: #ddd;
}

.index-content .sec .more-btn {
    display: inline-block;
    padding: 5px 15px;
    border-radius: 30px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.index-content .sec .more-btn:hover {
    color: #fff;
}

@media (max-width: 767px) {
    .index-content .sec {
        padding: 30px 0;
    }
}

.index-content .aboutus-43 .more-btn {
    margin-top: 20px;
}

.index-content .aboutus-43 p {
    text-align: left;
    text-indent: 2em;
    margin-bottom: 10px;
}

.index-content .products .product-nav {
    text-align: center;
    margin-bottom: 30px;
    padding: 0 10px;
    box-shadow: 0 0 5px #ccc;
}

.index-content .products .product-nav li {
    float: left;
    margin-right: 1px;
    padding: 5px 20px;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
}

.index-content .products .product-nav li.active {
    background-color: #fff;
    color: #008039;
}

.index-content .products .product-nav ul {
    overflow: hidden;
}

.index-content .products .product-box {
    display: none;
}

.index-content .products .product-box.active {
    display: block;
}

.index-content .products h1 {
    font-size: 18px;
    margin: 10px 0;
}

.index-content .products [class^=col-] {
    margin-bottom: 30px;
}

.index-content .products .more-btn {
    margin-top: 0;
}

@media (max-width: 767px) {
    .index-content .products [class^=col-] {
        margin-bottom: 10px;
    }
    .index-content .products .more-btn {
        margin-top: 20px;
    }
}

.index-content .products .img {
    padding: 10px 10px 0;
    background-color: #fff;
    text-align: center;
    -webkit-transition: all .3s;
    transition: all .3s;
    box-shadow: 0 0 5px #ccc;
}

.index-content .products .img:hover p {
    color: #fff;
}

.index-content .products p {
    padding: 5px;
    margin: 0;
    font-size: 16px;
    -webkit-transition: all .3s;
    transition: all .3s;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #333;
}

.index-content .products.font-light .product-nav,
.index-content .products.font-light .img {
    box-shadow: none;
}

.index-content .product-advantage {
    text-align: center;
    padding-bottom: 20px;
}

.index-content .product-advantage h3 {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin: 10px 0;
    color: #333;
    -webkit-transition: all .3s;
    transition: all .3s;
    font-size: 22px;
}

.index-content .product-advantage p {
    color: #666;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.index-content .product-advantage .item {
    background-color: #fff;
    border: 1px solid #dbdbdb;
    box-shadow: 0 0 5px #dbdbdb;
    padding: 10px;
    -webkit-transition: all .3s;
    transition: all .3s;
    margin-bottom: 30px;
}

.index-content .product-advantage.font-light .item {
    box-shadow: none;
}

.index-content .product-advantage .item:after {
    content: '';
    display: inline-block;
    width: 160px;
    height: 20px;
    background: url("../../img/marketing/hua3_03.png") no-repeat center;
    background-size: contain;
    margin-top: 10px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.index-content .product-advantage .item:hover h3,
.index-content .product-advantage .item:hover p {
    color: #fff;
}

.index-content .product-advantage .item:hover:after {
    background-image: url("../../img/marketing/hua4_03.png");
}

@media (max-width: 767px) {
    .index-content .product-advantage {
        padding-bottom: 15px;
    }
    .index-content .product-advantage .item {
        margin-bottom: 15px;
    }
}

.index-content .choose-reason {
    overflow: hidden;
}

.index-content .choose-reason .ellipsis {
    max-height: 6em;
}

.index-content .choose-reason .container {
    padding-left: 60px;
    padding-right: 60px;
}

.index-content .choose-reason .choose-row {
    color: #333;
    box-shadow: 0 0 5px #ccc;
    position: relative;
    -webkit-transform: skew(-15deg);
    transform: skew(-15deg);
    background-color: #fff;
}

.index-content .choose-reason .choose-row .info,
.index-content .choose-reason .choose-row .num {
    -webkit-transform: translateZ(0) skew(15deg);
    transform: translateZ(0) skew(15deg);
}

.index-content .choose-reason .choose-row .img {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    font-size: 0;
    padding: 15px;
}

.index-content .choose-reason .choose-row .img img {
    -webkit-transform: skew(15deg) scale(1.2);
    transform: skew(15deg) scale(1.2);
    display: block;
}

.index-content .choose-reason .choose-row:nth-child(even) {
    -webkit-transform: skew(15deg);
    transform: skew(15deg);
    background-color: #d9d9d9;
}

.index-content .choose-reason .choose-row:nth-child(even) .info,
.index-content .choose-reason .choose-row:nth-child(even) .num {
    -webkit-transform: translateZ(0) skew(-15deg);
    transform: translateZ(0) skew(-15deg);
}

.index-content .choose-reason .choose-row:nth-child(even) .img {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    text-align: left;
}

.index-content .choose-reason .choose-row:nth-child(even) .img img {
    -webkit-transform: skew(-15deg) scale(1.2);
    transform: skew(-15deg) scale(1.2);
}

.index-content .choose-reason .choose-row:nth-child(even) h3 {
    text-align: right;
}

.index-content .choose-reason .tb {
    display: table;
    width: 100%;
}

.index-content .choose-reason .tc {
    display: table-cell;
}

.index-content .choose-reason .num {
    vertical-align: middle;
    text-align: center;
    -webkit-transition: all .3s;
    transition: all .3s;
    width: 120px;
    font-family: arial;
    font-weight: 700;
    font-size: 0;
}

.index-content .choose-reason .num span {
    font-size: 50px;
    display: inline-block;
    line-height: 1;
}

.index-content .choose-reason .num:after {
    content: '';
    display: inline-block;
    width: 80px;
    height: 15px;
    background: url("../../img/marketing/hua5_03.png") no-repeat center;
    background-size: contain;
}

.index-content .choose-reason .info {
    vertical-align: top;
    text-align: right;
}

.index-content .choose-reason .info h3,
.index-content .choose-reason .info p {
    text-align: left;
}

.index-content .choose-reason .img {
    width: 270px;
    text-align: right;
}

.index-content .choose-reason .img div {
    width: 220px;
    display: inline-block;
    overflow: hidden;
}

.index-content .choose-reason h3 {
    font-size: 18px;
    margin: 20px 0 10px;
    font-weight: 700;
}

.index-content .choose-reason a {
    padding: 4px 10px;
    display: inline-block;
    border: 1px solid #ccc;
    background-color: #f3f3f3;
    -webkit-transition: all .3s;
    transition: all .3s;
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.index-content .choose-reason a:hover {
    color: #fff;
}

.index-content .choose-reason.font-light .choose-row {
    box-shadow: none;
    color: #666;
}

.index-content .choose-reason.font-light .choose-row h3 {
    color: #333;
}

@media (max-width: 991px) {
    .index-content .choose-reason .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .index-content .choose-reason .choose-row {
        -webkit-transform: skew(0deg);
        transform: skew(0deg);
    }
    .index-content .choose-reason .choose-row .info,
    .index-content .choose-reason .choose-row .num {
        -webkit-transform: skew(0deg);
        transform: skew(0deg);
    }
    .index-content .choose-reason .choose-row .img {
        -webkit-transform: skew(0deg);
        transform: skew(0deg);
        font-size: 0;
    }
    .index-content .choose-reason .choose-row .img img {
        -webkit-transform: skew(0) scale(1);
        transform: skew(0deg) scale(1);
        display: block;
    }
    .index-content .choose-reason .choose-row:nth-child(even) {
        -webkit-transform: skew(0deg);
        transform: skew(0deg);
        background-color: #d9d9d9;
    }
    .index-content .choose-reason .choose-row:nth-child(even) .info,
    .index-content .choose-reason .choose-row:nth-child(even) .num {
        -webkit-transform: skew(0deg);
        transform: skew(0deg);
    }
    .index-content .choose-reason .choose-row:nth-child(even) .img {
        -webkit-transform: skew(0deg);
        transform: skew(0deg);
        text-align: left;
    }
    .index-content .choose-reason .choose-row:nth-child(even) .img img {
        -webkit-transform: skew(0deg) scale(1);
        transform: skew(0deg) scale(1);
    }
    .index-content .choose-reason .choose-row:nth-child(even) h3 {
        text-align: right;
    }
    .index-content .choose-reason .img {
        width: 220px;
        text-align: right;
    }
    .index-content .choose-reason .img div {
        width: 200px;
    }
    .index-content .choose-reason .num {
        width: 100px;
    }
}

@media (max-width: 767px) {
    .index-content .choose-reason .choose-row {
        padding: 10px;
        margin-bottom: 15px;
    }
    .index-content .choose-reason .tb,
    .index-content .choose-reason .tc {
        display: block;
    }
    .index-content .choose-reason .tb {
        position: relative;
        padding-top: 65.5%;
    }
    .index-content .choose-reason .num {
        display: none;
    }
    .index-content .choose-reason .choose-row .img {
        width: 100%;
        position: absolute;
        top: 0;
        padding: 0;
    }
    .index-content .choose-reason .img div {
        width: 100%;
    }
    .index-content .choose-reason h3 {
        margin-top: 5px;
        text-align: left !important;
    }
    .index-content .choose-reason a {
        position: relative;
        right: 0;
        bottom: 0;
    }
}

.index-content .ad {
    padding: 0;
    position: relative;
}

.index-content .ad img {
    width: 100%;
}

.index-content .ad .ad-info {
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 10;
    font-size: 28px;
    font-weight: 700;
}

.index-content .ad .ad-info.ad-text-lg {
    font-size: 34px;
}

@media (max-width: 991px) {
    .index-content .ad .ad-info.ad-text-lg {
        font-size: 24px;
    }
}

.index-content .ad .ad-info.ad-text-sm {
    font-size: 24px;
}

@media (max-width: 991px) {
    .index-content .ad .ad-info.ad-text-sm {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .index-content .ad .ad-info.ad-text-lg,
    .index-content .ad .ad-info.ad-text-md,
    .index-content .ad .ad-info.ad-text-sm {
        font-size: 16px;
    }
}

@media (max-width: 400px) {
    .index-content .ad .ad-info.ad-text-lg,
    .index-content .ad .ad-info.ad-text-md,
    .index-content .ad .ad-info.ad-text-sm {
        font-size: 14px;
    }
}

.index-content .ad .ad-info.align-top {
    top: 15px;
}

.index-content .ad .ad-info.align-bottom {
    bottom: 15px;
}

.index-content .ad .ad-info.align-middle {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.index-content .teams {
    text-align: center;
}

.index-content .teams [class*=col-] {
    margin-bottom: 15px;
}

.index-content .teams h3 {
    font-size: 18px;
}

.index-content .teams h3 a {
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.index-content .cases .item {
    position: relative;
}

.index-content .cases .item:hover .info {
    opacity: 1;
}

.index-content .cases .info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 10px;
    text-align: center;
    color: #fff;
    opacity: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.index-content .cases .case-row {
    overflow: hidden;
    margin-bottom: 30px;
}

.index-content .cases .case-row>div {
    padding: 0
}

@media (max-width: 370px) {
    .index-content .cases .case-row>div {
        width: 100%;
        padding: 5px 10px;
    }
}

.index-content .cases .tb {
    display: table;
    width: 100%;
    height: 100%;
}

.index-content .cases .tb .tc {
    display: table-cell;
    vertical-align: middle;
}

.index-content .cases h3 {
    position: relative;
    font-size: 16px;
    font-weight: 700;
    margin: 0;
}

.index-content .cases .plus {
    margin-top: -10px;
}

.index-content .cases .plus:before {
    content: '';
    width: 41px;
    height: 1px;
    display: inline-block;
    background-color: #fff;
}

.index-content .cases .plus:after {
    content: '';
    height: 41px;
    width: 1px;
    display: inline-block;
    background-color: #fff;
    -webkit-transform: translate(-20px, 20px);
    transform: translate(-20px, 20px);
}

.index-content .news img {
    width: 100%;
}

.index-content .news .news-left {
    margin-bottom: 15px;
    position: relative;
}

.index-content .news .news-left h3 {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    margin: 0;
    padding: 10px 5px;
    font-size: 18px;
}

.index-content .news .news-left h3 a {
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.index-content .news .news-list+.news-list {
    margin-top: 7px;
}

.index-content .news .news-list {
    display: table;
    table-layout: fixed;
    width: 100%;
    border-bottom: 1px solid #806f5a;
    padding-bottom: 7px;
}

.index-content .news .news-list:last-child {
    border-bottom: 0;
}

.index-content .news .news-list>div {
    display: table-cell;
}

.index-content .news .news-list .img {
    width: 120px;
}

.index-content .news .news-list .list-info {
    padding: 0 10px;
    vertical-align: top;
}

.index-content .news .news-list h3 {
    margin: 0 0 10px;
    font-size: 18px;
}

.index-content .news .news-list h3 a {
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

@media (max-width: 1199px) {
    .index-content .news .news-list .img {
        width: 90px;
    }
    .index-content .news .news-list h3 {
        margin: 0 0 2px;
    }
}

.index-content .aboutus-6 {
    padding: 30px 0;
}

.index-content .aboutus-6 .partner-box {
    position: relative;
}

.index-content .aboutus-6 .partner-box .partner {
    padding-left: 110px;
}

@media (min-width: 768px) {
    .index-content .aboutus-6 .partner-box .partner {
        min-height: 56px;
    }
}

@media (max-width: 767px) {
    .index-content .aboutus-6 .partner-box .partner {
        padding-left: 0;
    }
}

.index-content .aboutus-6 .partner-box .partner-title {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 110px;
}

.index-content .aboutus-6 .partner-box .partner-title .tb {
    display: table;
    height: 100%;
}

.index-content .aboutus-6 .partner-box .partner-title .tc {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
}

.index-content .aboutus-6 .partner-box .partner-title p {
    border-left: 3px solid #666;
    padding-left: 10px;
    font-size: 20px;
}

.index-content .aboutus-6.font-light .partner-box .partner-title p {
    border-left: 3px solid #fff;
}

.index-content .recruits .item {
    background-color: #ccc;
    margin-bottom: 30px;
}

.index-content .recruits .item h1 {
    padding: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
    font-size: 16px;
    margin: 0;
    color: #fff;
}

.index-content .recruits .item h1 a {
    color: inherit;
}

.index-content .recruits .info {
    padding: 10px;
    color: #666;
}

.index-content .recruits .info .ellipsis {
    max-height: 10em;
    min-height: 6em;
}

@media (max-width: 767px) {
    .index-content .recruits .info .ellipsis {
        max-height: none;
        min-height: none;
    }
}

.index-content .recruits .more {
    text-align: right;
    margin-top: 10px;
}

.index-content .recruits .more a {
    display: inline-block;
    padding: 5px 15px;
    -webkit-transition: all .3s;
    transition: all .3s;
    background-color: #efefef;
    border: 1px solid #e7dbdb;
}

.index-content .recruits .more a:hover {
    color: #fff;
}

.index-content .recruits.font-light .item {
    background-color: #fff;
}

.index-content .services .item {
    position: relative;
    margin-bottom: 30px;
}

.index-content .services .item img {
    width: 100%;
}

.index-content .services .item a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.index-content .services .item .info {
    text-align: center;
}

.index-content .services .item .info h1 {
    font-size: 18px;
    position: relative;
    margin: 10px 0;
    padding: 10px 0;
}

.index-content .services .item .info h1:after {
    width: 30px;
    height: 2px;
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -15px;
}

.index-content .videos .row {
    display: block;
}

.index-content .videos [class*=col] {
    padding: 0;
}

.index-content .videos .img-wrapper {
    position: relative;
    background: none;
}

.index-content .videos .img-wrapper:before {
    content: '';
    display: block;
    padding-top: 62.5%;
}

.index-content .videos .img-wrapper .img-container {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 15px solid transparent;
}

@media (max-width: 767px) {
    .index-content .videos .img-wrapper .img-container {
        border-width: 5px;
    }
}

.index-content .videos .img-wrapper .img-container div {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: no-repeat center;
    background-size: cover;
    border: 4px solid #ccc;
}

.index-content .videos .img-wrapper .img-container a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.index-content .videos .img-wrapper p {
    position: absolute;
    bottom: 4px;
    left: 4px;
    right: 4px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    text-align: center;
    padding: 5px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.index-content .videos .img-wrapper i {
    position: absolute;
    font-size: 40px;
    left: 50%;
    top: 50%;
    margin: -20px 0 0 -20px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.index-content .videos .more-btn {
    margin-top: 20px;
}

.index-content .custom-profile .carousel-content {
    position: relative;
    top: -30px;
    right: -30px;
}

.index-content .custom-profile .content {
    background-color: #fff;
    border: 1px solid #d3d3d3;
    box-shadow: 0 0 5px #d3d3d3;
    margin-top: 60px;
}

.index-content .custom-profile .owl-controls {
    margin: 0;
}

.index-content .custom-profile .custom-title {
    color: #fff;
    overflow: hidden;
    padding: 15px 20px;
}

.index-content .custom-profile .custom-title h1 {
    font-size: 22px;
    margin: 0;
}

.index-content .custom-profile .custom-title h2 {
    font-size: 16px;
    margin: 0;
}

.index-content .custom-profile .info {
    padding: 20px;
    color: #666;
    overflow: hidden;
}

@media (min-width: 992px) {
    .index-content .custom-profile .info {
        max-height: 220px;
    }
}

@media (min-width: 1200px) {
    .index-content .custom-profile .info {
        max-height: 280px;
    }
}

.index-content .custom-profile .info p {
    text-indent: 2em;
    margin-bottom: 10px;
}

.index-content .custom-profile .thumbnails {
    position: relative;
    top: -60px;
    right: -30px;
    margin-bottom: -70px;
    z-index: 2;
    display: table;
    width: 100%;
}

.index-content .custom-profile .thumbnails li {
    display: table-cell;
    text-align: center;
    cursor: pointer;
}

.index-content .custom-profile .thumbnails li div {
    width: 60px;
    height: 60px;
    display: inline-block;
    border: 3px solid #fff;
    position: relative;
    overflow: hidden;
    -webkit-transition: border-color .3s;
    transition: border-color .3s;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.index-content .custom-profile .thumbnails li div img {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg) scale(3);
    transform: translate(-50%, -50%) rotate(-45deg) scale(3);
    position: absolute;
    top: 50%;
    left: 50%;
}

.index-content .custom-profile.font-light .content {
    box-shadow: none;
}

@media (max-width: 991px) {
    .index-content .custom-profile .carousel-content {
        top: 0;
        right: 0;
    }
    .index-content .custom-profile .thumbnails {
        position: relative;
        top: -30px;
        right: 0;
        margin-bottom: -30px;
    }
}

@media (max-width: 767px) {
    .index-content .custom-profile .thumbnails {
        display: none;
    }
}

.index-content .custom-pic {
    text-align: center;
    padding-bottom: 20px;
}

.index-content .custom-pic h3 {
    color: #333;
    font-size: 18px;
    margin: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.index-content .custom-pic .img {
    box-shadow: 0 0 5px #ccc;
    border: 1px solid #ccc;
}

.index-content .custom-pic .img img {
    display: block;
    width: 100%;
}

.index-content .custom-pic [class*=col-] {
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .index-content .custom-pic [class*=col-] {
        margin-bottom: 0;
    }
}

@media (max-width: 370px) {
    .index-content .custom-pic [class*=col-] {
        width: 100%;
    }
}

.index-content .custom-pic.font-light h3 {
    color: #fff;
}

.index-content .custom-pic.font-light .img {
    box-shadow: none;
}

.index-content .contactus img {
    width: 100%;
}

.index-content .contactus .captcha-img {
    width: 80px;
}

.index-content .contactus textarea {
    height: 8em;
}

.index-content .contactus .sky-form fieldset {
    padding: 15px;
}

.index-content .advantage-service .service-nav {
    text-align: center;
    margin-bottom: 20px;
}

.index-content .advantage-service .service-nav li {
    float: left;
    width: 33.3333%;
    background-color: #e7e7e7;
    padding: 10px;
    cursor: pointer;
    color: #666;
}

.index-content .advantage-service .service-nav li+li {
    border-left: 1px solid #fff;
}

.index-content .advantage-service .service-nav li.active {
    color: #fff;
}

.index-content .advantage-service .service-nav ul {
    overflow: hidden;
}

.index-content .advantage-service .service-box {
    display: none;
}

.index-content .advantage-service .service-box.active {
    display: block;
}

.index-content .advantage-service .advantage-slide {
    border: 1px solid #d9d9d9;
    padding: 15px;
}

.index-content .advantage-service .advantage-slide h3 {
    margin: 0;
    padding-bottom: 5px;
    border-bottom: 1px solid #d9d9d9;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 18px;
    padding-right: 45px;
}

.index-content .advantage-service .advantage-slide .content {
    position: relative;
    padding: 0 20px;
    margin-top: 20px;
}

.index-content .advantage-service .advantage-slide .content p {
    margin-bottom: 15px;
}

.index-content .advantage-service .advantage-slide .content:before,
.index-content .advantage-service .advantage-slide .content:after {
    position: absolute;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.index-content .advantage-service .advantage-slide .content:before {
    content: "\f10d";
    top: 0;
    left: 0;
}

.index-content .advantage-service .advantage-slide .content:after {
    content: "\f10e";
    right: 0;
    bottom: 0;
}

.index-content .advantage-service .advantage-slide .owl-nav {
    position: absolute;
    right: 0;
    top: 0;
}

.index-content .advantage-service .advantage-slide .owl-nav .owl-prev,
.index-content .advantage-service .advantage-slide .owl-nav .owl-next {
    display: inline-block;
}

.index-content .advantage-service .advantage-slide .owl-nav .owl-prev i,
.index-content .advantage-service .advantage-slide .owl-nav .owl-next i {
    display: block;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    background-color: #e7e7e7;
    -webkit-transition: all .3s;
    transition: all .3s;
    color: #666;
}

.index-content .advantage-service .advantage-slide .owl-nav .owl-prev i:hover,
.index-content .advantage-service .advantage-slide .owl-nav .owl-next i:hover {
    color: #fff;
}

.index-content .advantage-service .advantage-slide .owl-nav .owl-next {
    margin-left: 5px;
}

.index-content .switch-data .content {
    background-color: #fff;
    border: 1px solid #d9d9d9;
    border-top: 0;
}

.index-content .switch-data .switch-nav {
    overflow: hidden;
}

.index-content .switch-data .switch-nav li {
    width: 33.33%;
    float: left;
    text-align: center;
    border-bottom: 1px solid #d9d9d9;
    border-top: 1px solid #d9d9d9;
    padding: 5px;
    background-color: #f7f7f7;
    cursor: pointer;
}

.index-content .switch-data .switch-nav li+li {
    border-left: 1px solid #d9d9d9;
}

.index-content .switch-data .switch-nav li.active {
    border-bottom-color: #fff;
    border-top-width: 2px;
    background-color: #fff;
}

.index-content .switch-data .switch-nav li .s-title {
    font-size: 18px;
}

.index-content .switch-data .switch-nav .s-title,
.index-content .switch-data .switch-nav p {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

@media (max-width: 767px) {
    .index-content .switch-data .switch-nav p {
        display: none;
    }
}

.index-content .switch-data .switch-box {
    display: none;
}

.index-content .switch-data .switch-box.active {
    display: block;
}

.index-content .switch-data .switch-content {
    padding: 15px;
}

.index-content .switch-data .switch-content h3 {
    margin: 15px 0;
    border-bottom: 1px solid #d9d9d9;
    font-size: 18px;
    color: #333;
}

.index-content .switch-data .switch-content h3 span {
    display: inline-block;
    border-bottom: 1px solid;
    margin-bottom: -1px;
    padding: 10px 0;
}

.index-content .switch-data .switch-content .img-slide {
    text-align: center;
}

.index-content .switch-data .switch-content .img-slide img {
    border-radius: 5px;
    margin-bottom: 5px;
}

.index-content .switch-data .slide-nav {
    text-align: center;
    margin-top: 20px;
}

.index-content .switch-data .slide-nav .owl-prev,
.index-content .switch-data .slide-nav .owl-next {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background-color: #e7e7e7;
    color: #666;
    -webkit-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
    margin-right: 5px;
}

.index-content .switch-data .slide-nav .owl-prev:hover,
.index-content .switch-data .slide-nav .owl-next:hover {
    color: #fff;
}

.index-content .switch-data .slide-nav .owl-prev i,
.index-content .switch-data .slide-nav .owl-next i {
    font-size: 18px;
}

.index-content .switch-data .more-btn {
    color: #fff;
    border-radius: 0;
}

.index-content .switch-data p {
    color: #666;
}

.index-content .switch-data.font-light {
    color: #666;
}


/*# sourceMappingURL=marktingindex_v5.css.map */