@charset "utf-8";
/* ------------------------------------全局定义---------------------------------------- */
/* 将具有默认margin和padding的标记置零，所有标记的margin、padding都在使用时具体定义 */
* {
    margin: 0;
    padding: 0;
}
/* 修正IE5.x和IE6的斜体溢出bug */
* html body {
    overflow: visible;
}
* html iframe, * html frame {
    overflow: auto;
}
* html frameset {
    overflow: hidden;
}
/*这里是解决动画效果在手机端出现横向滚动条*/
html {
    overflow-y: scroll;
}
:root {
    overflow-y: auto;
    overflow-x: hidden;
}
:root body {
/* position: absolute;*/
}
body {
/*    width: 100vw;*/
    overflow: hidden;
}
/*手机端出现横向滚动条结束*/



/* 常用标签，基本标签默认样式取消，HTML标签，取消基本标签默认样式，防止不同浏览器显示效果不同，text-align:center; 解决不同浏览器居中问题 */
body {
    color: #1a1a1a;
    background: #FFF;
    background: url(static/index/css/images/bg.png);
    /*font: 12px/22px "Microsoft YaHei", 微软雅黑, "Microsoft JhengHei", 华文细黑, STHeiti, MingLiu, 宋体;*/
    /*font:14px/22px Microsoft YaHei, PingFangTC-light, "iconfont", "FontAwesome" !important;*/
    /*font: 400 14px/22px Microsoft Yahei, Avenir, Segoe UI, Hiragino Sans GB, STHeiti, Microsoft Sans Serif, WenQuanYi Micro Hei, sans-serif;*/
   font: 400 14px/22px "Microsoft YaHei", "Helvetica Neue", "Helvetica", "PingFang SC", "Hiragino Sans GB",  "Noto Sans CJK SC", "WenQuanYi Micro Hei", "Arial", sans-serif;
   -webkit-font-smoothing: antialiased;
	text-align: center;
    margin: 0!important;
}
body a {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, table, td, img, div, tr {
    margin: 0;
    padding: 0;
}
.clearfix {
    zoom: 1;
}
.clearfix::before {
    display: table;
    content: "";
}
.clearfix::after {
    clear: both;
    display: block;
    content: "";
    height: 0;
    overflow: hidden;
    visibility: hidden;
}
input, select {
    font-size: 12px;
    vertical-align: middle;
}
input, select, option, textarea {
    outline: none;
}
input {
    -webkit-appearance: none;
}
/* 设置内容左对齐，恢复因BODY设置剧中产生的继承 */
body div {
    text-align: left;
}
/* 标签属性，textarea,input 强制输入时内容超出时换行 */
textarea, input {
    word-wrap: break-word;
    word-break: break-all;
    padding: 0px;
}
/* 清除ul列表标记的样式，ul列表更多的用在不需要列表前置符号的样式里 */
li {
    list-style-type: none;
}
/* 定义图片边框，当图片作为链接内容被填充时，会有默认边框出现，重定义掉 */
img {
    border: 0 none;
}
/* 定义默认的链接样式，仅仅是作为默认样式提供，可以在各自的实例中覆盖掉 */
a:link, a:visited {
    color: #666;
    text-decoration: none;
}
a:hover {
    color: #e56032;
    text-decoration: none;
    cursor: pointer
}
a {
    color: #414141;
}
/* 定义H系列标签，覆盖H系列标签默认属性 */
h1 {
    font-size: 24px;
}
h2 {
    font-size: 20px;
}
h3 {
    font-size: 18px;
}
h4 {
    font-size: 16px;
}
h5 {
    font-size: 14px;
}
h6 {
    font-size: 12px;
}
.fl {
    float: left
}
.fr {
    float: right
}
.fn {
    float: none
}
.clear {
    clear: both;
}
.t-c {
    text-align: center
}
.t-l {
    text-align: left
}
.t-r {
    text-align: right
}
.col3 {
    color: #333
}
.col6 {
    color: #666
}
.col9 {
    color: #999
}
.colf {
    color: #fff!important
}
button {
    outline: none;
}
.pdb10 {
    padding-bottom: 10px!important;
}
/* CSS Document */

.wzcol {
    margin-bottom: 50px;
}
.wzcol h3 {
    color: #2772db!important;
    border-bottom: 1px solid #f4f4f4;
    padding-bottom: 20px;
}
/*限制一行*/
.yh1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.yh2 {
    text-overflow: ellipsis;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: ">\00a0"!important;
}
.breadcrumb li {
    font-size: .95em;
}
.breadcrumb li a {
    color: #ff8201;
}
/*======================导航栏=========================*/

.header {
    height: 1.296296rem;
    background: rgba(6, 12, 34,  0.98);
    /*padding: 0 0.370370rem;*/
    color: rgba(202, 206, 221, 0.8);
    box-shadow: 0 2px 8px 0 rgba(27,31,64,.08);
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    transition: all 0.5s;
    z-index: 997;
}
/*.navbar-default{ background: rgba(6, 12, 34,  0.2); }*/

.header.header-scrolled, .header.header-fixed {
    background: rgba(6, 12, 34, 0.85);
    height: 1.296296rem;
    transition: all 0.5s;
}
.logo {
    line-height: 1.296296rem;
    float: left;
    text-transform: uppercase;
}
.logo img {
    width: 2.925925rem;
    height: 0.870370rem;
}
.menu {
    float: right;
    line-height: 1.296296rem;
}
.menu a {
    position: relative;
    color: rgba(202, 206, 221, 0.8);
    text-transform: uppercase;
    text-decoration: none;
    font-size: 16px;
    padding: 0 0.370370rem;
    transition: 0.4s;
    height: 1.296296rem;
    display: inline-block;
    outline: none;
    transition: 0.3s;
}
.menu a:hover {
    color: #fff;
}
.menu a.menu-active {
    color: #fff;
}
.menu a:before {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #fff;
    visibility: hidden;
    transition: all 0.3s ease-in-out 0s;
}
.menu a:hover:before, .menu a.menu-active > a:before {
    visibility: visible;
    width: 100%;
}
.menu a.menu-active:before {
    visibility: visible;
    width: 100%;
}
.active {
    border-bottom: 1px solid #fff;
}
.show-menu-btn, .hide-menu-btn {
    transition: 0.4s;
    font-size: 0.555555rem;
    cursor: pointer;
    display: none
}
.show-menu-btn {
    float: right
}
.show-menu-btn i {
    line-height: 1.296296rem;
}
.menu a:hover, .show-menu-btn:hover, .hide-menu-btn:hover {
    color: #ffffff
}
#chk {
    position: absolute;
    visibility: hidden;
    z-index: -1111
}
.h75 {
    height: 1.296296rem;
    background-color: #f4f4f4;
}
.menu span {
    margin-right: 6px;
    font-size: 24px;
    vertical-align: middle;
}
.hetel {
    font-size: 16px;
    color: rgba(202, 206, 221, 0.8)
}
.menu a.metel:hover {
    color: rgba(202, 206, 221, 0.8);
    cursor: default
}
.menu a.metel:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0px;
}

@media screen and (max-width:1199px) {
.show-menu-btn, .hide-menu-btn {
    display: block
}
.menu {
    position: fixed;
    width: 50%;
    height: 100vh;
    background: rgba(6, 12, 34, 0.9);
    right: -100%;
    top: 0;
    /*text-align: center;*/
    padding: 1.481481rem 0.4rem 0;
    line-height: normal;
    transition: 0.7s;
}
.menu a {
    display: block;
    padding: 0.370370rem;
    width: 100%;
}
.hide-menu-btn {
    position: absolute;
    top: 0.740740rem;
    right: 0.740740rem;
}
#chk:checked ~ .menu {
    right: 0;
}
.header-area, .header-area .social-icons, .menu, .banner-wrapper, .widget.widget-archive ul li a, .widget.widget-category ul li a, .widget.widget-post ul li .meta, .widget.widget-tags ul, .flow-wrapper, .flow-item .flow-thumb, .sponsor-thumb a, .counter-item, .counter-item .counter-thumb, .service-wrapper, .service-widget .serv-charge, .get-service-form, .section-404, .contact-item .contact-thumb, .faq-item .faq-title, .post-item.style-three .post-content .entry-content .content-content, .author, .comment-area li .comment-item, .comment-form, .video-button {
    display: flex;
    flex-wrap: wrap;/*flex-direction: column;*/
}
}

@media screen and (max-width:768px) {


	.app-services{padding-top:1rem!important; }

.menu a {
    font-size: 15px;/*height: 1rem;*/
    line-height: 1rem;/*padding: 0*/
}
.menu a:before {
    height: 1px;
}
.menu span {
    margin-right: 15px;
}

  .menu a.metel span{ display: none}

.hetel {
    font-size: 16px;
    color: rgba(202, 206, 221, 0.8);
    padding: 0.370370rem;
    line-height: 1rem;
}
.haeader-on {
    display: none
}
}
/*-----------------------------------------------------------------------------------*/
/*	导航栏结束
/*-----------------------------------------------------------------------------------*/






.services {
    padding: 1.166666rem 0 0 0;
}
/*----------------------------------------*/
/*  模块标题
/*----------------------------------------*/
.cla_top {
    vertical-align: middle;
    margin-bottom: 0.740740rem;
}
.cla_top img {
    width: 1.259259rem;
    height: 0.703703rem
}
.cla_top span {
    padding: 0 0.185185rem 0 0.185185rem;
    font-size: 35px;
    color: #64423b;
    display: inline-block;
    font-weight: bold;
    vertical-align: middle;
}
.cla_top p {
    color: #c5aa96;
    padding-top: 0.296296rem;
}
.cka_topre {
    /*margin-top: 1rem*/
}
/*----------------------------------------*/
/*  服务类型模块
/*----------------------------------------*/
/*.pricing-wrapper {
	margin: 0 auto;
	margin-top: 5px;
这个上面已经有了，是修改了5px
}*/



.pricing-wrapper a:hover {
    color: #ff8201;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
    text-decoration: none;
}
.footer-form, .hero-section .hero-area .breadcrumb li a, .post-item.blog-video .post-thumb, .post-item.blockquote-item .blog-blockquote {
    position: relative;
}
.footer-section::after, .footer-section::before, .footer-form label, .footer-form label::before, .shape01, .shape02, .shape03, .shape04, .about-section::after, .about-section::before, .flow-item .flow-thumb .thumb::after, .flow-item .flow-thumb .thumb::before, .flow-item::after, .hero-section .hero-area .breadcrumb li a::after, .privacy-sidebar ul li a::after, .terms-content .item ul li::before, .privacy-content .item ul li::before, .post-item.blog-video .post-thumb::before, .post-item.blockquote-item .blog-blockquote::before {
    position: absolute;
    content: '';
}
.header-area, .header-area .social-icons, .menu, .banner-wrapper, .widget.widget-archive ul li a, .widget.widget-category ul li a, .widget.widget-post ul li .meta, .widget.widget-tags ul, .flow-wrapper, .flow-item .flow-thumb, .sponsor-thumb a, .counter-item, .counter-item .counter-thumb, .service-wrapper, .service-widget .serv-charge, .get-service-form, .section-404, .contact-item .contact-thumb, .faq-item .faq-title, .post-item.style-three .post-content .entry-content .content-content, .author, .comment-area li .comment-item, .comment-form, .video-button {
    display: flex;
    flex-wrap: wrap;
}
.banner-section::before, .banner-content .button-group .custom-button::before, .terms-sidebar .widget-contact .widget-contact-body::after, .about-section .video-thumb::before, .flow-item .flow-thumb::before, .our-coverage-section::before, .hero-section::before, .section-404::before {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    content: "";
}
.f40 {
    font-size: 43px!important
}
.flow-wrapper {
    justify-content: space-between;
}
.flow-item {
    text-align: center;
    margin-bottom: 10px;
    padding-top: 0.740740rem;
    position: relative;
}

@media (max-width: 991px) {
}




.flow-item .flow-thumb {
    width: 116px;
    height: 116px;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    position: relative;
}
.flow-item .flow-thumb::before {
    width: 100%;
    height: 100%;
    background: url(static/index/css/images/flow-shape.png) no-repeat center center;
    background-size: cover;
    animation: rev-rotate 20s linear infinite;
    -webkit-animation: rev-rotate 20s linear infinite;
    -moz-animation: rev-rotate 20s linear infinite;
}
.flow-item .flow-thumb .thumb {
    width: 86px;
    height: 86px;
    text-align: center;
    line-height: 86px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #ffffff;
    font-size: 40px;
    background-color: #1893f0;
    box-shadow: 0px 0px 7.8px 5.2px rgba(0, 0, 0, 0.04);
    position: relative;
    overflow: hidden;
}
.flow-item .flow-thumb .thumb::after, .flow-item .flow-thumb .thumb::before {
    width: 100%;
    height: 100%;
    top: -40px;
    left: -40px;
    background: #ffffff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    z-index: 0;
    opacity: 0;
    animation: scaleIn3 4s infinite cubic-bezier(0.36, 0.11, 0.89, 0.32);
}
.flow-item .flow-thumb .thumb::after {
    animation-delay: 2s;
}
.flow-item.one .flow-thumb::before {
    background: url(static/index/css/images/flow-shape.png) no-repeat center center;
    background-size: cover;
}
.flow-item.one .flow-thumb .thumb {
    background: #e64c3e;
}
.flow-item.two .flow-thumb::before {
    background: url(static/index/css/images/flow-shape4.png) no-repeat center center;
    background-size: cover;
}
.flow-item.two .flow-thumb .thumb {
    background: #3ed03a;
}
.flow-item.two .flow-thumb::before {
    animation-delay: 2.5s;
}
.flow-item.three .flow-thumb::before {
    background: url(static/index/css/images/flow-shape2.png) no-repeat center center;
    background-size: cover;
}
.flow-item.three .flow-thumb .thumb {
    background: #e96429;
}
.flow-item.four .flow-thumb::before {
    background: url(static/index/css/images/flow-shape3.png) no-repeat center center;
    background-size: cover;
    animation-delay: 2.5s;
}
.flow-item.onea .flow-thumb::before {
    background: url(static/index/css/images/flow-shape5.png) no-repeat center center;
    background-size: cover;
}
.flow-item.onea .flow-thumb .thumb {
    background: #fbda73;
}
.flow-item.twoa .flow-thumb::before {
    background: url(static/index/css/images/flow-shape6.png) no-repeat center center;
    background-size: cover;
}
.flow-item.twoa .flow-thumb .thumb {
    background: #36c4d0;
}
.flow-item.threea .flow-thumb::before {
    background: url(static/index/css/images/flow-shape7.png) no-repeat center center;
    background-size: cover;
}
.flow-item.threea .flow-thumb .thumb {
    background: #ff7e55;
}
.flow-item.foura .flow-thumb::before {
    background: url(static/index/css/images/flow-shape8.png) no-repeat center center;
    background-size: cover;
}
.flow-item.foura .flow-thumb .thumb {
    background: #53667f;
}
.flow-item .title {
    text-transform: capitalize;
    margin-bottom: -7px;
}

@media (max-width: 575px) {
.flow-item .title {
    margin-bottom: -6px;
}
}
/*.flow-item::after {
    width: 107px;
    height: 55px;
    background: url(static/index/css/images/arrow-1.png) no-repeat center center;
    background-size: contain;
    top: 50px;
    left: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media (max-width: 1199px) {
.flow-item::after {
    height: 45px;
    left: calc(100% + 10px);
}
}

@media (max-width: 575px) {
.flow-item::after {
    display: none;
}
}*/
.flow-item:nth-of-type(4n + 4)::after {
    display: none;
}
.flow-item:nth-of-type(4n + 2)::after {
    background: url(static/index/css/images/arrow-2.png) no-repeat center center;
    background-size: contain;
}

@media (max-width: 991px) {
.flow-item:nth-of-type(4n + 2)::after {
    display: none;
}
}

@media (max-width: 991px) {
.flow-item:nth-of-type(4n + 3)::after {
    background: url(static/index/css/images/arrow-2.png) no-repeat center center;
    background-size: contain;
}
}





/*控制转动动画*/


@keyframes outer-ripple {
 0% {
 transform: scale(1);
 filter: alpha(opacity=50);
 opacity: 0.5;
 -webkit-transform: scale(1);
 -moz-transform: scale(1);
 -ms-transform: scale(1);
 -o-transform: scale(1);
 -webkit-filter: alpha(opacity=50);
}
 80% {
 transform: scale(1.5);
 filter: alpha(opacity=0);
 opacity: 0;
 -webkit-transform: scale(1.5);
 -moz-transform: scale(1.5);
 -ms-transform: scale(1.5);
 -o-transform: scale(1.5);
}
 100% {
 transform: scale(2.5);
 filter: alpha(opacity=0);
 opacity: 0;
 -webkit-transform: scale(2.5);
 -moz-transform: scale(2.5);
 -ms-transform: scale(2.5);
 -o-transform: scale(2.5);
}
}
 @-webkit-keyframes outer-ripple {
 0% {
 transform: scale(1);
 filter: alpha(opacity=50);
 opacity: 0.5;
 -webkit-transform: scale(1);
 -moz-transform: scale(1);
 -ms-transform: scale(1);
 -o-transform: scale(1);
}
 80% {
 transform: scale(2.5);
 filter: alpha(opacity=0);
 opacity: 0;
 -webkit-transform: scale(2.5);
 -moz-transform: scale(2.5);
 -ms-transform: scale(2.5);
 -o-transform: scale(2.5);
}
 100% {
 transform: scale(3.5);
 filter: alpha(opacity=0);
 opacity: 0;
 -webkit-transform: scale(3.5);
 -moz-transform: scale(3.5);
 -ms-transform: scale(3.5);
 -o-transform: scale(3.5);
}
}
 @-moz-keyframes outer-ripple {
 0% {
 transform: scale(1);
 filter: alpha(opacity=50);
 opacity: 0.5;
 -webkit-transform: scale(1);
 -moz-transform: scale(1);
 -ms-transform: scale(1);
 -o-transform: scale(1);
}
 80% {
 transform: scale(2.5);
 filter: alpha(opacity=0);
 opacity: 0;
 -webkit-transform: scale(2.5);
 -moz-transform: scale(2.5);
 -ms-transform: scale(2.5);
 -o-transform: scale(2.5);
}
 100% {
 transform: scale(3.5);
 filter: alpha(opacity=0);
 opacity: 0;
 -webkit-transform: scale(3.5);
 -moz-transform: scale(3.5);
 -ms-transform: scale(3.5);
 -o-transform: scale(3.5);
}
}

/* inner ripple */
@keyframes inner-ripple {
 0% {
 transform: scale(1);
 filter: alpha(opacity=50);
 opacity: 0.5;
 -webkit-transform: scale(1);
 -moz-transform: scale(1);
 -ms-transform: scale(1);
 -o-transform: scale(1);
}
 30% {
 transform: scale(1);
 filter: alpha(opacity=50);
 opacity: 0.5;
 -webkit-transform: scale(1);
 -moz-transform: scale(1);
 -ms-transform: scale(1);
 -o-transform: scale(1);
}
 100% {
 transform: scale(1.5);
 filter: alpha(opacity=0);
 opacity: 0;
 -webkit-transform: scale(1.5);
 -moz-transform: scale(1.5);
 -ms-transform: scale(1.5);
 -o-transform: scale(1.5);
}
}
 @-webkit-keyframes inner-ripple {
 0% {
 transform: scale(1);
 filter: alpha(opacity=50);
 opacity: 0.5;
 -webkit-transform: scale(1);
 -moz-transform: scale(1);
 -ms-transform: scale(1);
 -o-transform: scale(1);
}
 30% {
 transform: scale(1);
 filter: alpha(opacity=50);
 opacity: 0.5;
 -webkit-transform: scale(1);
 -moz-transform: scale(1);
 -ms-transform: scale(1);
 -o-transform: scale(1);
}
 100% {
 transform: scale(1.5);
 filter: alpha(opacity=0);
 opacity: 0;
 -webkit-transform: scale(1.5);
 -moz-transform: scale(1.5);
 -ms-transform: scale(1.5);
 -o-transform: scale(1.5);
}
}
 @-moz-keyframes inner-ripple {
 0% {
 transform: scale(1);
 filter: alpha(opacity=50);
 opacity: 0.5;
 -webkit-transform: scale(1);
 -moz-transform: scale(1);
 -ms-transform: scale(1);
 -o-transform: scale(1);
}
 30% {
 transform: scale(1);
 filter: alpha(opacity=50);
 opacity: 0.5;
 -webkit-transform: scale(1);
 -moz-transform: scale(1);
 -ms-transform: scale(1);
 -o-transform: scale(1);
}
 100% {
 transform: scale(1.5);
 filter: alpha(opacity=0);
 opacity: 0;
 -webkit-transform: scale(1.5);
 -moz-transform: scale(1.5);
 -ms-transform: scale(1.5);
 -o-transform: scale(1.5);
}
}
 @keyframes pulseOne {
 0% {
 box-shadow: 0 0 0 0 rgba(233, 100, 41, 0.851), 0 0 0 0 rgba(233, 100, 41, 0.851);
 -webkit-box-shadow: 0 0 0 0 rgba(233, 100, 41, 0.851), 0 0 0 0 rgba(233, 100, 41, 0.851);
 -moz-box-shadow: 0 0 0 0 rgba(233, 100, 41, 0.851), 0 0 0 0 rgba(233, 100, 41, 0.851);
}
 40% {
 box-shadow: 0 0 0 20px rgba(233, 100, 41, 0), 0 0 0 0 rgba(233, 100, 41, 0.851);
 -webkit-box-shadow: 0 0 0 20px rgba(233, 100, 41, 0), 0 0 0 0 rgba(233, 100, 41, 0.851);
 -moz-box-shadow: 0 0 0 20px rgba(233, 100, 41, 0), 0 0 0 0 rgba(233, 100, 41, 0.851);
}
 80% {
 box-shadow: 0 0 0 20px rgba(233, 100, 41, 0), 0 0 0 20px rgba(233, 100, 41, 0);
 -webkit-box-shadow: 0 0 0 20px rgba(233, 100, 41, 0), 0 0 0 20px rgba(233, 100, 41, 0);
 -moz-box-shadow: 0 0 0 20px rgba(233, 100, 41, 0), 0 0 0 20px rgba(233, 100, 41, 0);
}
 100% {
 box-shadow: 0 0 0 0 rgba(233, 100, 41, 0), 0 0 0 0 rgba(233, 100, 41, 0);
 -webkit-box-shadow: 0 0 0 0 rgba(233, 100, 41, 0), 0 0 0 0 rgba(233, 100, 41, 0);
 -moz-box-shadow: 0 0 0 0 rgba(233, 100, 41, 0), 0 0 0 0 rgba(233, 100, 41, 0);
}
}
 @-webkit-keyframes pulseOne {
 0% {
 box-shadow: 0 0 0 0 rgba(233, 100, 41, 0.851), 0 0 0 0 rgba(233, 100, 41, 0.851);
 -webkit-box-shadow: 0 0 0 0 rgba(233, 100, 41, 0.851), 0 0 0 0 rgba(233, 100, 41, 0.851);
 -moz-box-shadow: 0 0 0 0 rgba(233, 100, 41, 0.851), 0 0 0 0 rgba(233, 100, 41, 0.851);
}
 40% {
 box-shadow: 0 0 0 20px rgba(233, 100, 41, 0), 0 0 0 0 rgba(233, 100, 41, 0.851);
 -webkit-box-shadow: 0 0 0 20px rgba(233, 100, 41, 0), 0 0 0 0 rgba(233, 100, 41, 0.851);
 -moz-box-shadow: 0 0 0 20px rgba(233, 100, 41, 0), 0 0 0 0 rgba(233, 100, 41, 0.851);
}
 80% {
 box-shadow: 0 0 0 20px rgba(233, 100, 41, 0), 0 0 0 20px rgba(233, 100, 41, 0);
 -webkit-box-shadow: 0 0 0 20px rgba(233, 100, 41, 0), 0 0 0 20px rgba(233, 100, 41, 0);
 -moz-box-shadow: 0 0 0 20px rgba(233, 100, 41, 0), 0 0 0 20px rgba(233, 100, 41, 0);
}
 100% {
 box-shadow: 0 0 0 0 rgba(233, 100, 41, 0), 0 0 0 0 rgba(233, 100, 41, 0);
 -webkit-box-shadow: 0 0 0 0 rgba(233, 100, 41, 0), 0 0 0 0 rgba(233, 100, 41, 0);
 -moz-box-shadow: 0 0 0 0 rgba(233, 100, 41, 0), 0 0 0 0 rgba(233, 100, 41, 0);
}
}
 @-moz-keyframes pulseOne {
 0% {
 box-shadow: 0 0 0 0 rgba(233, 100, 41, 0.851), 0 0 0 0 rgba(233, 100, 41, 0.851);
 -webkit-box-shadow: 0 0 0 0 rgba(233, 100, 41, 0.851), 0 0 0 0 rgba(233, 100, 41, 0.851);
 -moz-box-shadow: 0 0 0 0 rgba(233, 100, 41, 0.851), 0 0 0 0 rgba(233, 100, 41, 0.851);
}
 40% {
 box-shadow: 0 0 0 20px rgba(233, 100, 41, 0), 0 0 0 0 rgba(233, 100, 41, 0.851);
 -webkit-box-shadow: 0 0 0 20px rgba(233, 100, 41, 0), 0 0 0 0 rgba(233, 100, 41, 0.851);
 -moz-box-shadow: 0 0 0 20px rgba(233, 100, 41, 0), 0 0 0 0 rgba(233, 100, 41, 0.851);
}
 80% {
 box-shadow: 0 0 0 20px rgba(233, 100, 41, 0), 0 0 0 20px rgba(233, 100, 41, 0);
 -webkit-box-shadow: 0 0 0 20px rgba(233, 100, 41, 0), 0 0 0 20px rgba(233, 100, 41, 0);
 -moz-box-shadow: 0 0 0 20px rgba(233, 100, 41, 0), 0 0 0 20px rgba(233, 100, 41, 0);
}
 100% {
 box-shadow: 0 0 0 0 rgba(233, 100, 41, 0), 0 0 0 0 rgba(233, 100, 41, 0);
 -webkit-box-shadow: 0 0 0 0 rgba(233, 100, 41, 0), 0 0 0 0 rgba(233, 100, 41, 0);
 -moz-box-shadow: 0 0 0 0 rgba(233, 100, 41, 0), 0 0 0 0 rgba(233, 100, 41, 0);
}
}
 @keyframes rotate {
 0% {
 -webkit-transform: translate(-50%, -50%) rotate(0deg);
 -ms-transform: translate(-50%, -50%) rotate(0deg);
 transform: translate(-50%, -50%) rotate(0deg);
}
 100% {
 -webkit-transform: translate(-50%, -50%) rotate(360deg);
 -ms-transform: translate(-50%, -50%) rotate(360deg);
 transform: translate(-50%, -50%) rotate(360deg);
}
}
 @-moz-keyframes rotate {
 0% {
 -webkit-transform: translate(-50%, -50%) rotate(0deg);
 -ms-transform: translate(-50%, -50%) rotate(0deg);
 transform: translate(-50%, -50%) rotate(0deg);
}
 100% {
 -webkit-transform: translate(-50%, -50%) rotate(360deg);
 -ms-transform: translate(-50%, -50%) rotate(360deg);
 transform: translate(-50%, -50%) rotate(360deg);
}
}
 @-webkit-keyframes rotate {
 0% {
 -webkit-transform: translate(-50%, -50%) rotate(0deg);
 -ms-transform: translate(-50%, -50%) rotate(0deg);
 transform: translate(-50%, -50%) rotate(0deg);
}
 100% {
 -webkit-transform: translate(-50%, -50%) rotate(360deg);
 -ms-transform: translate(-50%, -50%) rotate(360deg);
 transform: translate(-50%, -50%) rotate(360deg);
}
}
 @keyframes rotate2 {
 0% {
 -webkit-transform: rotate(0deg);
 -ms-transform: rotate(0deg);
 transform: rotate(0deg);
}
 100% {
 -webkit-transform: rotate(360deg);
 -ms-transform: rotate(360deg);
 transform: rotate(360deg);
}
}
 @-moz-keyframes rotate2 {
 0% {
 -webkit-transform: rotate(0deg);
 -ms-transform: rotate(0deg);
 transform: rotate(0deg);
}
 100% {
 -webkit-transform: rotate(360deg);
 -ms-transform: rotate(360deg);
 transform: rotate(360deg);
}
}
 @-webkit-keyframes rotate2 {
 0% {
 -webkit-transform: rotate(0deg);
 -ms-transform: rotate(0deg);
 transform: rotate(0deg);
}
 100% {
 -webkit-transform: rotate(360deg);
 -ms-transform: rotate(360deg);
 transform: rotate(360deg);
}
}
 @keyframes rotate3 {
 0% {
 -webkit-transform: rotate(0deg) translateX(20%);
 -ms-transform: rotate(0deg) translateX(20%);
 transform: rotate(0deg) translateX(20%);
}
 100% {
 -webkit-transform: rotate(360deg) translateX(20%);
 -ms-transform: rotate(360deg) translateX(20%);
 transform: rotate(360deg) translateX(20%);
}
}
 @-moz-keyframes rotate3 {
 0% {
 -webkit-transform: rotate(0deg) translateX(20%);
 -ms-transform: rotate(0deg) translateX(20%);
 transform: rotate(0deg) translateX(20%);
}
 100% {
 -webkit-transform: rotate(360deg) translateX(20%);
 -ms-transform: rotate(360deg) translateX(20%);
 transform: rotate(360deg) translateX(20%);
}
}
 @-webkit-keyframes rotate3 {
 0% {
 -webkit-transform: rotate(0deg) translateX(20%);
 -ms-transform: rotate(0deg) translateX(20%);
 transform: rotate(0deg) translateX(20%);
}
 100% {
 -webkit-transform: rotate(360deg) translateX(20%);
 -ms-transform: rotate(360deg) translateX(20%);
 transform: rotate(360deg) translateX(20%);
}
}
 @keyframes rev-rotate {
 0% {
 -webkit-transform: translate(-50%, -50%) rotate(0deg);
 -ms-transform: translate(-50%, -50%) rotate(0deg);
 transform: translate(-50%, -50%) rotate(0deg);
}
 100% {
 -webkit-transform: translate(-50%, -50%) rotate(-360deg);
 -ms-transform: translate(-50%, -50%) rotate(-360deg);
 transform: translate(-50%, -50%) rotate(-360deg);
}
}
 @-webkit-keyframes rev-rotate {
 0% {
 -webkit-transform: translate(-50%, -50%) rotate(0deg);
 -ms-transform: translate(-50%, -50%) rotate(0deg);
 transform: translate(-50%, -50%) rotate(0deg);
}
 100% {
 -webkit-transform: translate(-50%, -50%) rotate(-360deg);
 -ms-transform: translate(-50%, -50%) rotate(-360deg);
 transform: translate(-50%, -50%) rotate(-360deg);
}
}
 @-moz-keyframes rev-rotate {
 0% {
 -webkit-transform: translate(-50%, -50%) rotate(0deg);
 -ms-transform: translate(-50%, -50%) rotate(0deg);
 transform: translate(-50%, -50%) rotate(0deg);
}
 100% {
 -webkit-transform: translate(-50%, -50%) rotate(-360deg);
 -ms-transform: translate(-50%, -50%) rotate(-360deg);
 transform: translate(-50%, -50%) rotate(-360deg);
}
}
 @keyframes bela {
 0% {
 -webkit-transform: scale(0.98);
 -ms-transform: scale(0.98);
 transform: scale(0.98);
}
 20% {
 -webkit-transform: scale(1);
 -ms-transform: scale(1);
 transform: scale(1);
}
 40% {
 -webkit-transform: scale(0.98);
 -ms-transform: scale(0.98);
 transform: scale(0.98);
}
 60% {
 -webkit-transform: scale(1);
 -ms-transform: scale(1);
 transform: scale(1);
}
 100% {
 -webkit-transform: scale(0.95);
 -ms-transform: scale(0.95);
 transform: scale(0.95);
}
}
 @-webkit-keyframes bela {
 0% {
 -webkit-transform: scale(0.98);
 -ms-transform: scale(0.98);
 transform: scale(0.98);
}
 20% {
 -webkit-transform: scale(1);
 -ms-transform: scale(1);
 transform: scale(1);
}
 40% {
 -webkit-transform: scale(0.98);
 -ms-transform: scale(0.98);
 transform: scale(0.98);
}
 60% {
 -webkit-transform: scale(1);
 -ms-transform: scale(1);
 transform: scale(1);
}
 100% {
 -webkit-transform: scale(0.95);
 -ms-transform: scale(0.95);
 transform: scale(0.95);
}
}
 @-moz-keyframes bela {
 0% {
 -webkit-transform: scale(0.98);
 -ms-transform: scale(0.98);
 transform: scale(0.98);
}
 20% {
 -webkit-transform: scale(1);
 -ms-transform: scale(1);
 transform: scale(1);
}
 40% {
 -webkit-transform: scale(0.98);
 -ms-transform: scale(0.98);
 transform: scale(0.98);
}
 60% {
 -webkit-transform: scale(1);
 -ms-transform: scale(1);
 transform: scale(1);
}
 100% {
 -webkit-transform: scale(0.95);
 -ms-transform: scale(0.95);
 transform: scale(0.95);
}
}
/*控制转动动画结束*/














.well-services {
    z-index: 1;
    background: #fff;
    text-align: center;
    position: relative;
    height: 360px;
    margin-bottom: 15px;
    border-radius: 5px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    moz-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
}
.services-img {
    position: relative;
    text-align: center;
    z-index: 1;
}
.main-wel {
    padding: 33px 20px 20px;
}
.wel-content h4 {
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0;
    color: #001737;
    padding: 0 0 23px;
}
.wel-content p {
    text-align: justify;
    font-size: 14px;
    line-height: 1.7;
    color: #576477;
}
.well-services:hover {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    box-shadow: 0 26px 40px -24px rgba(0,36,100,.5);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.bl-one img {
    width: 100%;
    float: none;
    margin-right: 0;
}
/*----------------------------------------*/
/*  精选案例模块
/*----------------------------------------*/
.swrimg img {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    border-radius: 25px;
}
.app-screenshot {
    padding: 4.5em 0;
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
}
.app-screenshot h2 {
    text-align: center;
   /* margin-bottom: 170px;*/
}
.app-screenshot .screenshot-container {
    position: relative;
    padding: 0 40px;
}
.app-screenshot .screenshot-container .slider-row {
    margin: 0 -20px;
}
.app-screenshot .screenshot-container .slider-row .item {
    margin: 8px 10px;
    -webkit-box-shadow: 0px 5px 80px 0px rgba(148, 169, 195, 0.15);
    box-shadow: 0px 5px 80px 0px rgba(148, 169, 195, 0.15);
}
.app-screenshot .screenshot-container .slider-row .item img {
    margin: 0 auto;
}
.app-screenshot .screenshot-container .phone-mockup {
    position: absolute;
    top: 0;
    width: 27%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 9;
}
.peak {
    width: 56.28%;
    height: 27px;
    margin: 0px auto;
    border-radius: 0 0 20px 20px;
    background: #222;
    position: relative;
}
.sound {
    width: 48px;
    height: 6px;
    border-radius: 15px;
    background: #555;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -24px;
    margin-top: -10px;
    box-shadow: 0px 4px 4px 0px #444 inset;
}
.lens {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #2c5487;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: 34px;
    margin-top: -10px;
}
.piece-l {
    left: -10px;
}
.piece-l, .piece-r {
    width: 10px;
    height: 10px;
    background: #222;
    position: absolute;
}
.circular-l {
    border-radius: 0 5px 0 0;
}
.circular-l, .circular-r {
    width: 10px;
    height: 10px;
    background: #fff;
    position: absolute;
}
.piece-r {
    right: -10px;
}
.circular-r {
    border-radius: 5px 0 0 0;
}
/*** 我们的优势 ***/

.aic {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.dfx {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.single-features-item {
    margin-bottom: 30px;
    -webkit-box-shadow: 10px 10px 40px -6px rgba(0, 0, 0, 0.1);
    box-shadow: 10px 10px 40px -6px rgba(0, 0, 0, 0.1);
    padding: 20px;
    border-radius: 7px;
    background-color: #fff;
}



/*.single-features-item:last-child{margin-bottom: 0;}*/
.features-icon {
    width: 20%;
    margin-right: 4%;
}
.features-content {
    width: 80%;
}



@media(max-width:1199px) {

	.features-icon {
    width: 90px;
    margin-right: 10px;
}


}





.features-content h4 {
    font-weight:bold;
    color: #001737;
    font-size: 18px;
    margin-bottom: .25rem;
}
.features-content p {
    font-size: 14px;
    line-height: 1.75;
    color: #576477;

	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;

}
.features-icon .mdi {
    display: inline-block;
    width: 64px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    background-color: #35BFE6;
    border-radius: 5px;
    color: white;
    font-size: 35px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border: 1px solid #35BFE6;
}
.features-icon span.mdi.mdi-file-music {
    background-color: #7142F8;
    border: 1px solid #7142F8;
}
.features-icon span.mdi.mdi-settings {
    background-color: #ECBF24;
    border-color: #ECBF24;
}
.features-icon span.mdi.mdi-a {
    background-color: #e53f40;
    border-color: #e53f40;
}
.features-icon span.mdi.mdi-account {
    background-color: #5CBC2B;
    border-color: #5CBC2B;
}
.features-icon span.mdi.mdi-radio {
    background-color: #F38550;
    border-color: #F38550;
}
.features-icon span.mdi.mdi-server {
    background-color: #FA4C9A;
    border-color: #FA4C9A;
}
.single-features-item:hover span.mdi.mdi-account {
    color: #5CBC2B;
}
.single-features-item:hover span.mdi {
    background-color: white;
    color: #35BFE6;
}
.single-features-item:hover span.mdi.mdi-file-music {
    color: #7142F8;
}
.single-features-item:hover span.mdi.mdi-settings {
    color: #ECBF24;
}
.single-features-item:hover span.mdi.mdi-a {
    color: #e53f40;
}
.single-features-item:hover span.mdi.mdi-radio {
    color: #F38550;
}
.single-features-item:hover span.mdi.mdi-server {
    color: #FA4C9A;
}
.features-image {
    position: relative;
    z-index: 1;
    text-align: center;
}
.features-image:after {
    position: absolute;
    right: 8%;
    bottom: 23%;
    width: 100px;
    height: 300px;
    content: "";
    background-color: #C82C29;
    z-index: -1;
    -webkit-transform: rotate(23deg);
    -ms-transform: rotate(23deg);
    transform: rotate(23deg);
    border-radius: 0 20px;
    -webkit-animation: animatebg 3s linear infinite;
    animation: animatebg 3s linear infinite;
}
 @-webkit-keyframes animatebg {
 0% {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 50% {
 -webkit-transform: rotate(23deg);
 transform: rotate(23deg);
}
 100% {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
}
 @keyframes animatebg {
 0% {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 50% {
 -webkit-transform: rotate(23deg);
 transform: rotate(23deg);
}
 100% {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
}
.features-image img {
/*    box-shadow: 0 10px 55px rgba(0,0,0,.1);*/
    border-radius: 34px;
    margin-bottom: 30px;
}
.features-area .title {
    margin-bottom: 50px;
}
/*--/广告图--*/
.testimonials-info {
    background: url("http://www.qhdb.net/images/bg1.jpg") center center;
    background-size: cover;
    /*background-attachment: fixed;*/
    min-height: 600px;
}
.testimonials-text {
    background: rgba(0, 0, 0, 0.25);
    min-height: 350px;
    padding-top: 10em;
    padding-left: 5em;
}
.testimonials-info h5 {
    color: #fff;
    font-size: 2.2em;
    font-weight: 400;
    line-height: 1.3em;
}

@media(max-width:768px) {
.testimonials-info {
    background-size: none;
    min-height: 181px;
}

.features-image {
    position: relative;
    z-index: 1;
    padding-top: 10px;
    text-align: center;
}


.single-features-item {
    margin-bottom: 20px;

}

}
/*=== 我们是谁 ====*/
.heading-circle {
    width: 17px;
    height: 17px;
    display: block;
    border: 3px solid #ff7e00;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    margin-bottom: 20px;
}
.heading-circle:before {
    position: absolute;
    content: '';
    top: 3px;
    left: 3px;
    width: 5px;
    height: 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #ff7e00;
}
.ml-auto, .mx-auto {
    float: right;
}
.mb100 {
    margin-bottom: 1.666666rem
}
.theme-title-two {
    position: relative;
    padding-top: 20px;
}
.theme-title-two:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 45px;
    height: 4px;
    border-radius: 2px;
}
.theme-title-two h2 {
    font-size: 42px;
    line-height: 60px;
}
.theme-title-two p {
    font-size: 0.37rem;
    margin-top: 0.462rem;
    line-height: 2;
}
.theme-title-two:before {
    background: #fdd000;
}
.feature-text>p {
    margin-top: 40px;
    line-height: 1.8;
}
/*.advance-feature .feature-text {padding: 200px 70px 0 0; }*/

.advance-feature .feature-text {
    margin: 140px 0 20px 0;
    padding: 40px 20px;
    background-color: rgba(255,255,255,0.4);
    border-radius: 15px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
}
.advance-feature .feature-text>p {
    margin-top: 0.740740rem;
}
.advance-feature .feature-warpper {
    position: relative;
    z-index: 9;
}
.advance-feature .feature-warpper:before {
    /*content: url(static/index/css/images/home/bg-2.png);*/
    position: absolute;
    top: 0;
    right: -80px;
    z-index: -1;
}
.advance-feature .feature-warpper .single-feature.m-fix {
    margin-top: 75px;
}
.advance-feature .feature-warpper .single-feature {
    padding: 125px 10px 62px 35px;
    border-radius: 5px;
    margin-bottom: 35px;
    color: #fff;
    position: relative;
    cursor: pointer;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: perspective(300px);
    transform: perspective(300px);
}
.advance-feature .feature-warpper .single-feature i {
    -webkit-transform: translateZ(50px) translateY(-50%) translateX(-50%);
    transform: translateZ(50px) translateY(-50%) translateX(-50%);
    position: absolute;
    top: 88px;
    left: 74px;
    font-size: 78px;
}
.advance-feature .feature-warpper .single-feature h5 {
    font-size: 22px;
    font-weight: 500;
    margin: 10px 0 18px 0;
    color: #fff;
}
.advance-feature .feature-warpper .single-feature p {
    font-size: 16px;
    line-height: 28px;
    color: #fff;
}
.advance-feature .feature-warpper .single-feature.bg-one {
    background-image: linear-gradient( 51deg, rgb(65,174,220) 0%, rgb(6,240,243) 100%);
}
.advance-feature .feature-warpper .single-feature.bg-two {
    background-image: linear-gradient( 51deg, rgb(241,177,23) 0%, rgb(255,216,98) 100%);
}
.advance-feature .feature-warpper .single-feature.bg-three {
    background-image: linear-gradient( 51deg, rgb(127,95,206) 0%, rgb(179,123,236) 99%);
}
.advance-feature .feature-warpper .single-feature.bg-four {
    background-image: linear-gradient( 51deg, rgb(49,176,100) 0%, rgb(40,243,135) 100%);
}
.f18 {
    font-size: 18px;
}
.advance-feature .feature-warpper .single-feature span {
    position: absolute;
    top: 60px;
    left: 110px;
    font-size: 45px;
}

/*(max-width: 1199px)*/

@media (min-width: 992px) and (max-width: 1199px) {
.app-screenshot .screenshot-container .phone-mockup {
    width: 45%;
}
.advance-feature .feature-text {
    padding-right: 0;
}
.advance-feature .feature-warpper:before {
    width: 100%;
}
.blog-details .wrapper {
    width: 87%;
}
#theme-main-banner .camera_caption .container .image-wrapper, #theme-main-banner.banner-two .camera_caption .container .image-wrapper {
    top: -110px;
}
}

/*(min-width: 992px) and (max-width: 1199px)*/

@media (max-width: 991px) {
.what-we-do .theme-title-one h2 br {
    display: none;
}
/*  .advance-feature .feature-text {padding: 20px 0;}*/
.advance-feature .feature-text {
    padding: 20px;
    margin: 0;
    margin-bottom: 20px
}
.theme-title-two h2 {
    font-size: 20px;
    line-height: 2;
    font-weight: 600;
}
.f18 {
    font-size: 14px;
}
#watch-video {
    right: 20px;
}
.pricing-plan-section .tab-content {
    margin-top: 100px;
}
.pricing-plan-section {
    padding: 150px 0 0 0;
}
.app-screenshot {
    padding-bottom: 1rem;
}
.google-map-area .map-image-warpper .placeholder {
    left: 50%;
}
footer .subscribe-form .input-wrapper .theme-button {
    width: 200px;
    margin: 20px auto 0 auto;
}
footer .bottom-footer [class*="col-"] {
    text-align: center;
}
.html-top-content {
    margin-bottom: 0;
}
footer {
    position: static;
    padding-top: 0;
}
footer .bottom-footer ul.footer-menu li a {
    margin-left: 10px;
    margin-right: 10px;
}
.blog-details .wrapper {
    width: 100%;
}
.blog-details .blog-main-post h2 {
    padding-right: 0;
}
#theme-main-banner .camera_caption .container .image-wrapper {
    display: none;
}
#theme-main-banner .camera_caption .container h5 {
    margin-top: 150px;
}
#theme-main-banner {
    height: 800px !important;
}
}

@media (max-width: 500px) {
.boost-your-phone .boster-image-wrapper .ao-annotations {
    padding-top: 40px;
}
.boost-your-phone .boster-image-wrapper .ao-annotations span {
    position: static;
    display: inline-block;
    margin: 10px 0;
}
.advance-feature .feature-warpper .col-xs-6 {
    width: 100%;
}
.advance-feature .feature-warpper .single-feature.m-fix {
    margin-top: 0;
}
.our-blog .col-xs-6 {
    width: 100%;
}
}
/*====================================================
    sec-heading
 ====================================================*/
.sec-heading .sec__meta {
    font-size: 18px;
    text-transform: capitalize;
    margin-bottom: 10px;
    color: #677286;
    font-weight: 500;
}
.sec-heading .sec__title {
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 25px;
    color: #283a5e;
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
.sec-heading .sec__title {
    line-height: 55px;
}
}

@media (max-width: 425px) {
.sec-heading .sec__title {
    font-size: 30px;
    line-height: 45px;
}
}

@media (max-width: 320px) {
.sec-heading .sec__title {
    margin-bottom: 10px;
}
}
.sec-heading .sec__desc {
    font-size: 16px;
    color: #677286;
    line-height: 28px;
    font-weight: 400;
    position: relative;
    margin-bottom: 15px;
}
.sec-heading .sec__desc .sec-year-time {
    color: #ff7e00;
    font-weight: 700;
    font-size: 62px;
    position: absolute;
    top: 13px;
    left: 0;
}
.sec-heading .sec__desc .sec-year-time:before {
    position: absolute;
    content: '';
    top: -27px;
    left: -11px;
    width: 65px;
    height: 45px;
    border: 2px dashed #ddd;
    z-index: -1;
}
.sec-heading .sec__desc2 {
    color: #ff7e00;
    font-size: 18px;
    font-weight: 500;
    padding-left: 85px;
    margin-top: 32px;
    margin-bottom: 25px;
}
/*==== white-heading ======*/
.white-heading .sec__meta {
    color: #fff;
    opacity: .7;
}
.white-heading .sec__title {
    color: #fff;
}
.white-heading .sec__desc {
    color: #fff;
}
.about-area {
    padding-bottom: 1px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.about-area {
    padding-top: 90px;
}
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
}
.about-area .container {
    position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.about-area .col-lg-6, .about-area .col-lg-5 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
.about-area .col-lg-6, .about-area .col-lg-5 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
.about-area .col-lg-6, .about-area .col-lg-5 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.about-area .about-item {
    margin-bottom: 60px;
}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
.about-area .about-item {
    margin-bottom: 40px;
}
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
.about-area .about-item {
    margin-bottom: 30px;
}
}
.about-area .about-item .sec-heading .sec__title {
    line-height: 60px;
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
.about-area .about-item .sec-heading .sec__title {
    line-height: 55px;
}
}

@media (max-width: 425px) {
.about-area .about-item .sec-heading .sec__title {
    line-height: 45px;
}
}
.about-area .about-item .theme-btn {
    margin-top: 24px;
}
.about-area .about-img-box {
    position: relative;
    text-align: right;
}
.about-area .about-img-box img {
    width: 92%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.about-area .about-img-box img {
    width: 94%;
}
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
.about-area .about-img-box img {
    width: 100%;
}
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
.about-area .about-img-box img {
    width: 100%;
}
}
.about-area .about-img-box img:nth-child(2) {
    top: auto;
    margin-bottom: -185px;
    right: auto;
    left: 0;
    bottom: 0;
    position: absolute;
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
.about-area .about-img-box img:nth-child(2) {
    position: inherit;
    left: auto;
    bottom: auto;
    margin-top: 30px;
    margin-left: 0;
    margin-bottom: 0;
}
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
.about-area .about-img-box img:nth-child(2) {
    position: inherit;
    left: auto;
    bottom: auto;
    margin-top: 30px;
    margin-left: 0;
    margin-bottom: 0;
}
}
.about-area .about-img-box .heboo-text {
    position: absolute;
    top: 0;
    left: 18px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transform-origin: left;
    color: rgba(103, 114, 134, 0.2);
    font-size: 45px;
    margin-top: 160px;
    line-height: 45px;
    letter-spacing: 5px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.about-area .about-img-box .heboo-text {
    left: 18px;
}
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
.about-area .about-img-box .heboo-text {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    margin-top: 0;
    top: 15px;
    left: 15px;
    color: #677286;
}
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
.about-area .about-img-box .heboo-text {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    margin-top: 0;
    top: 15px;
    left: 15px;
    color: #677286;
}
}
/*----------------------------------------*/
/*  开发流程
/*----------------------------------------*/

.kf {
    /* padding: 66px 0;*/
    padding: 1.96296296rem 0 1.5rem 0;
    background: #20222e url(http://www.qhdb.net/images/abuu.png) no-repeat 0 0;
    background-size: cover;
    background-attachment: fixed;
    color: #fff;
}
.pdone {
    padding-left: 0;
    padding-right: 0
}

@media screen and (max-width: 768px) {
.pdone {
    padding-left: 15px;
    padding-right: 15px
}
.kf {
    /* padding: 66px 0;*/
    padding: 1.96296296rem 0 1.2rem 0;
}
}
/*----------------------------------------*/
/*  新闻资讯
/*----------------------------------------*/

/*设置滑动箭头位置*/
section.swipper {
    padding: 0px 24px;
    position: relative;
}
section.swipper .swiper-button-prev {
    top: 50%;
    background-size: 12px auto;
    left: 1px;
    right: auto;
    width: 12px;
    height: 19px;
}
section.swipper .swiper-button-next {
    top: 50%;
    background-size: 12px auto;
    left: auto;
    right: 1px;
    width: 12px;
    height: 19px;
}
.blog-main-one:hover .blog-main a.bg {
    text-decoration: underline;
    text-decoration: none;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
    color: #EE3B24;
}
.blog-main-one {
    /*border-bottom: 1px dashed rgba(153, 153, 153, 0.2);*/
    padding: 0 0 2.5em;
}
.blog-main-one:hover {
    background: url(static/index/css/images/cabg.png)
}
a.blg {
    color: #4a4a4a;
    font-size: 1.2em;
    line-height: 2.6;
    display: block;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.f44p {
    color: #4a4a4a;
    font-size: 2.7em;
    line-height: 1;
    font-weight: bold
}
.f22p {
    color: #4a4a4a;
    font-size: 1.7em;
}
.f14p {
    color: #939292;
    font-size: 0.9em;
    line-height: 2;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.bl-one img {
    width: 100%;
    float: none;
    margin-right: 0;
}
.pt80 {
    padding-top: 80px;
}
.oning {
    display: none
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
.ontxt {
    display: none
}
.ta>div:nth-child(3n) {
    display: none
}
.pt80 {
    padding-top: 0px;
}
.oning {
    display: block;
}
.oning img {
    margin-bottom: 15px;
    width: 100%
}
.bimg {
    display: none
}
.mb16 {
    margin-bottom: 16px!important;
}
.oig {
    display: none
}
}
.post_img img {
    float: left;
    width: 100%;
    /*height: 250px;*/
    transition: all 1s;
}
.post_img {
    position: relative;
    display: block;
    overflow: hidden;
}
.post-date {
    background: #f05352;
}
.post-date {
    position: absolute;
    top: 0px;
    width: 70px;
    height: 70px;
    left: 0px;
}
.post_img {
    text-decoration: none;
    color: #fff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.post-date span {
    display: block;
    padding: 5px 0px;
    font-size: 30px;
    font-weight: 700;
    margin: 3px 0px;
}
.post-date {
    font-size: 20px;
    text-align: center;
}
.single_blog {
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
    background-color: rgba(255, 255, 255, 0.5);
	margin-bottom: 15px;
    /*border-radius: 3px;
    padding: 10px;*/
}

.single_blog_tie{ padding: 15px; }

.single_blog ul li {
    color: #999;
    font-size: 12px;
}
.single_blog ul li i {
}
.single_blog:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}
.single_blog h4 {
    text-transform: uppercase;

    line-height: 1.6;
    clear: both;
	font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.single_blog h4:hover {
    color: #EE3B24;
}
.single_blog p {
    margin: 8px 0px;
    font-size: 13px;
    line-height: 25px;
    font-weight: 400;
    color: #6a6a6a;
    text-align: justify;
}
/*----------------------------------------*/
/*  合作伙伴
/*----------------------------------------*/

.mb60 {
    margin-bottom: 60px;
    margin-left: 5px;
    margin-right: 5px;
}
.ta img {
    width: 100%;
}
.ta div {
    padding: 0;
    border-bottom: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    background-color: #f6f6f6;
}
.ta div img:hover {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: -webkit-transform .65s;
    -moz-transition: -moz-transform .65s;
    transition: transform .65s;
}
.ta {
    border-left: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;/*box-shadow: 0px 0px 30px rgba(40,22,6,0.1);*/
}
.img100 img {
    width: 100%;
}
.padding-5 {
    padding-right: 5px !important;
    padding-left: 5px !important;
    padding-bottom: 10px;
}
/*--footer底部--*/
.footer {
    background: #444;
    background: url(static/index/css/images/bg.jpg) center 0px;
    padding: 4em 0px;
}
.footer-tet {
    text-align: center;
    color: #FFFFFF;
}
.footer-tet h3 {
    font-family: 'Microsoft YaHei', Microsoft Yahei, Avenir, Segoe UI, Hiragino Sans GB, STHeiti, Microsoft Sans Serif, WenQuanYi Micro Hei, sans-serif;
    text-align: center;
    font-size: 3em;
    margin-bottom: 1em;
}
.footer-tet p {
    margin-top: 1em;
    line-height: 2
}
.footer-tet a {
    color: #fff;
}
.footet-left h3 {
    font-family: Microsoft Yahei, Avenir, Segoe UI, Hiragino Sans GB, STHeiti, Microsoft Sans Serif, WenQuanYi Micro Hei, sans-serif;
    color: #fff;
    font-size: 1.2em;
    font-weight: 600;
    margin: 0;
}
.footet-left ul {
    padding: 0;
    margin-top: 5%;
}
.footet-left ul li {
    list-style: none;
    margin: 6px 0px;
}
.footet-left ul li a {
    color: #999;
    font-size: 13px;
    font-weight: 300;
}
.footet-left ul li a img {
    margin-right: 6px;
}
.footet-left ul li a:hover, .copy-rights p a:hover {
    color: #fff;
    text-decoration: none;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
}
.copy-rights {
    margin-top: 5%;
    text-align: center;
}
.copy-rights p {
    color: #999;
    font-size: 15px;
    font-weight: 300;
}
.copy-rights p a {
    color: #fff;
}
.main_nav_bottom {
    display: none
}
/*--footer底部结束--*/





/*右侧浮动*/
/*悬浮链接*/
.suspension {
    position: fixed;
    z-index: 55;
    right: 0;
    top: 55%;
    width: 70px;
    height: 240px;
}
.suspension-box {
    position: relative;
    float: right;
}
.suspension .a {
    display: block;
    width: 44px;
    height: 44px;
    background-color: #353535;
    margin-bottom: 4px;
    cursor: pointer;
    outline: none;
}
.suspension .a.active, .suspension .a:hover {
    background: #F05352;
}
.bgf53 {
    background: #F05352!important;
}
.suspension .a .i {
    float: left;
    width: 44px;
    height: 44px;
    background-image: url(static/index/css/images/side_icon.png);
    background-repeat: no-repeat;
}
/* .suspension .a-service .i{background-position:0 0;} */
.suspension .a-service .i {
    width: 20px;
    height: 20px;
    margin-top: 12px;
    margin-left: 12px;
    background-image: url(static/index/css/images/suspension-bg.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}
.suspension .a-service-phone .i {
    width: 20px;
    height: 20px;
    margin-top: 12px;
    margin-left: 12px;
    background-image: url(static/index/css/images/suspension-bg.png);
    background-repeat: no-repeat;
    background-position: -27px 0;
}
.suspension .a-qrcode .i {
    background-position: -44px 0;
}
.suspension .a-cart .i {
    background-position: -88px 0;
}
.suspension .a-top .i {
    background-position: -132px 0;
}
.suspension .a-top {
    background: #353535;
    display: none;
}
.suspension .a-top:hover {
    background: #F05352;
}
.suspension .d {
    display: none;
    background: #353535;
    position: absolute;
    right: 44px;
    min-height: 44px;
}
.suspension .d .arrow {
    position: absolute;
    width: 8px;
    height: 12px;
    background: url(static/index/css/images/side_bg_arrow.png) no-repeat;
    right: -8px;
    top: 31px;
}
.suspension .d-service {
    top: 0;
}
.suspension .d-service-phone {
    top: 48px;
}
.suspension .d-qrcode {
    top: 78px;
}
/*.suspension .d .inner-box{padding:8px 22px 12px;}*/
/*.suspension .d-service-item{padding:14px 0 0 0;}*/
.suspension .d-service .d-service-item {
    border-bottom: none;
}
.suspension .d-service-item .circle {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    overflow: hidden;
    background: #F1F1F3;
    display: block;
    float: left;
}
.suspension .d-service-item .i-qq {
    width: 44px;
    height: 44px;
    background: url(static/index/css/images/side_con_icon03.png) no-repeat center 15px;
    display: block;
    transition: all .2s;
    border-radius: 50%;
    overflow: hidden;
}
.suspension .d-service-item:hover .i-qq {
    background-position: center 3px;
}
.suspension .d-service-item .i-tel {
    width: 44px;
    height: 44px;
    background: url(static/index/css/images/side_con_icon02.png) no-repeat center center;
    display: block;
}
.suspension .d-service-item h3 {
    float: left;
    width: 112px;
    line-height: 44px;
    font-size: 15px;
    margin-left: 12px;
    text-align: center
}
.suspension .d-service-item .text {
    float: left;
    width: 112px;
    line-height: 44px;
    font-size: 15px;
    margin-left: 12px;
    color: #fff;
}
.suspension .d-service-item .text .number {
    font-family: Arial, "Microsoft Yahei", "HanHei SC", PingHei, "PingFang SC", "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
}
.suspension .d-service-intro {
    padding-top: 10px;
}
.suspension .d-service-intro p {
    float: left;
    line-height: 27px;
    font-size: 12px;
    width: 50%;
    white-space: nowrap;
    color: #888;
}
.suspension .d-service-intro i {
    background: url(static/index/css/images/side_con_icon01.png) no-repeat center center;
    height: 27px;
    width: 14px;
    margin-right: 5px;
    vertical-align: top;
    display: inline-block;
}
.suspension .d-qrcode {
    text-align: center;
}
.suspension .d-qrcode .inner-box {
    padding: 20px 0;
}
.suspension .d-qrcode p {
    font-size: 16px;
    color: #93959c;
}
.jumbotron img {
    width: 100%
}
/*----------------------------------------*/
/*  左侧在线客服
/*----------------------------------------*/

.lfsus {
    position: fixed;
    z-index: 55;
    left: 0;
    top: 45%;
}
.lfsus-box {
    position: relative;
    float: left;
}
.lfsus-box .a {
    display: block;
    width: 44px;
    height: 174px;
    cursor: pointer;
    outline: none;
}

@media screen and (max-width: 600px) {
.main_nav_bottom {
    display: block
}
/*.footer {
    display: none
}*/
.suspension {
    display: none
}
.lfsus {
    display: none
}
}
/*================================================
内页 banner
================================================*/
/*ny_banner*/
.ny_banner_bj {
    width: 100%;
    height: 480px;
    background-size: cover;
}

@media(max-width: 767px) {
.ny_banner_bj {
    width: 100%;
    height: 150px;
    background-size: cover;
}
}
/*================================================
内页 app案例
================================================*/


/*--blog--*/
.blog {
    padding: 1.444444rem 0;
}
.mp20 {
    margin: 0 auto;
    padding: 20px 0
}
.caset {
    padding: 10px;
}
.caset h3 {
    font-family: -apple-system, BlinkMacSystemFont, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-feature-settings: "tnum";
    font-variant: tabular-nums;
    color: #4a4a4a;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.caset p {
    margin-top: 14px;
    min-height: 100px;
    height: 100px;
    line-height: 1.8;
    font-size: 14px;
    color: #576477;
    overflow: hidden;
    text-overflow: ellipsis;
}
.caseth:hover h3 {
    color: #ff8201;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
    text-decoration: none;
}
.caseth {
    background: url(static/index/css/images/cabg.png);
    border: 1px dashed #ddd;
    border-radius: 0;
    -webkit-transition: border .5s ease-in-out;
    -o-transition: border .5s ease-in-out;
    transition: border .5s ease-in-out;
}
.caseth:hover {
    background: none;
    background-color: #fff
}
.caseth h3 a {
    color: #001737;
}
.caseth:hover h3 a {
    color: #ff8201;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
    text-decoration: none;
}
.aimg {
    display: block;
    height: 160px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
}
.aimg:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}
.aimg img {
    width: 100%;
    transition: all 1s;
}
.btr {
    border: 1px dashed #cacaca;
    border-radius: 15px;
    font-size: 12px;
    padding: 4px 10px;
    margin-bottom: 5px;
    margin-right: 5px;
}
.alh h3 {
    font-size: 20px;
    padding-top: 10px;
}
/*分页*/
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #424242!important;
    border-color: #424242!important;
}
.pag > li > a {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-right: 10px;
    line-height: 1.42857143;
    color: #4a4a4a;
    text-decoration: none;
    background-color: #fff;
    margin-bottom: 20px;
	border-radius: 3px;
    border: 1px solid #343434;
}
/*.pag > li:last-child > a {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}*/
.pag > .active > a {
    background-color: #ffb000;
    border-color: #ffb000;
}
.pag > li > a:hover {
    color: #ffb000
}

.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #343434;
}



/*分页结束*/

@media(max-width: 600px) {
.mp20 {
    padding: 0 0 20px 0!important
}
.aimg {
    display: block;
    height: 200px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
}
}

/*微信案例*/

@media (max-width: 1930px) {
.bwa-block {
    margin: 19px 13px 24px 13px;
    box-sizing: border-box;
    -moz-box-sizing: border-box; /* Firefox */
    -webkit-box-sizing: border-box; /* Safari */
}
.fbt {
    margin-top: 25px;
    font-size: 16px;
    color: #999;
    text-align: center;
    letter-spacing: 1px;
}
.g-mt {
    padding-top: 20px;
    /*position: absolute;*/
    left: 0;
    right: 0;
    margin: 0 auto;
}
/* new成功案列 */
.xcx-f5 {
    display: flex;
    width: 1200px;
    margin: 0 auto;
    flex-wrap: wrap;
}
.bwa-clear {
    font-weight: bold;
    font-size: 18px;
    /* padding-top: 10px;*/
    top: -560px;
    z-index: 10;
    position: absolute;
    color: #000;
    width: 276px;
    height: 560px;
    background: rgba(255,255,255,0.98);
    border-radius: 10px 10px 0px 0px;
}
.bwatxt {
    width: 205px;
    height: 50px;
    margin: 20px auto;
    background: rgba(255,255,255,1);
    display: block;
    font-size: 20px;
    font-weight: bold;
    color: rgba(50,50,50,1);
    line-height: 50px;
}
.bwa-clear img {
    width: 240px;
    height: 240px;
    margin-bottom: 14px;
    margin-top: 120px;
}
.hjh {
    margin-right: 32px;
}
.bwa {
    position: relative;
    margin-bottom: 40px;
    width: 276px;
    height: 585px;
    background: rgba(255,255,255,1);
    box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0.1);
    border-radius: 23px;
    text-decoration: none;
    display: block;
    overflow: hidden;
    text-align: center;
}
/*.bwa:nth-child(4), .bwa:nth-child(8), .bwa:nth-child(12) {
	margin-right: 0;
}*/

.hjh:nth-child(4), .hjh:nth-child(8), .hjh:nth-child(12) {
    margin-right: 0;
}
.bwa-bg {
    height: 542px;
    width: 250px;
    position: relative;
    z-index: 9;
}
.bwa .bwa-block .bwa-bg p {
    width: 205px;
    height: 70px;
    background: rgba(255,255,255,1);
    box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    display: block;
    font-size: 28px;
    font-weight: bold;
    color: rgba(50,50,50,1);
    line-height: 70px;
    margin-bottom: 0;
    position: absolute;
    bottom: -35px;
    left: 32px;
    z-index: 10;
}
.bwa .bwa-block .bwa-t {
    color: rgba(50,50,50,1);
    line-height: 55px;
    opacity: 0.7;
    font-size: 18px;
    margin: 40px auto 0;
    position: absolute;
    bottom: 4px;
    width: 100%;
    text-align: center;
}
.fwlc-icon {
    padding-bottom: 35px;
}
}

@media (max-width: 1600px) {
.xcx-f5 {
    width: 1100px;
}
.bwa-block {
    margin: 8px 10px;
}
.bwa {
    width: 230px;
    height: 450px;
    margin-right: 0;
}
.bwa-bg {
    width: 210px;
    height: 430px;
}
.bwa-clear img {
    width: 200px;
    height: 200px;
    margin-bottom: 14px;
    margin-top: 80px;
}
.hjh {
    margin-right: 32px;
}
.hjh:nth-child(4), .hjh:nth-child(8), .hjh:nth-child(12) {
    margin-right: 0;
}
.bwa .bwa-block .bwa-bg p {
    width: 155px;
    height: 50px;
    font-size: 22px;
    font-weight: bold;
    line-height: 50px;
    bottom: -25px;
    left: 32px;
}
.bwa .bwa-block .bwa-t {
    font-size: 15px;
}
.bwa-clear {
    width: 230px;
    height: 450px;
}
.bwa-clear img {
/* margin-top: 20px;*/
}
}

@media (max-width: 1024px) {
.xcx-f5 {
    width: 986px;
}
.hjh {
    margin-right: 22px;
}
}

@media (max-width: 800px) {
.xcx-f5 {
    width: 728px;
}
.hjh {
    margin-right: 19px;
}
.hjh:nth-child(3), .hjh:nth-child(6), .hjh:nth-child(9) {
    margin-right: 0;
}
.hjh:nth-child(4), .hjh:nth-child(8), .hjh:nth-child(12) {
    margin-right: 19px;
}
.caset p {
    min-height: auto;
    height: auto;
}
}

@media (max-width: 600px) {
.xcx-f5 {
    width: 100%;
}
.bwa-block {
    margin: 8px 10px;
}
.bwa {
    position: relative;
    margin: 0 auto;
    margin-bottom: 40px;
    width: 180px;
    height: 350px;
    background: rgba(255,255,255,1);
    box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    text-decoration: none;
    display: block;
    overflow: hidden;
    text-align: center;
}
.bwa-bg {
    width: 160px;
    height: 330px;
}
.bwatxt {
    width: auto;
    height: auto;
    margin: 20px auto;
    background: rgba(255,255,255,1);
    display: block;
    font-size: 20px;
    font-weight: bold;
    color: rgba(50,50,50,1);
    line-height: 50px;
}
.bwa .bwa-block .bwa-bg p {
    width: 155px;
    height: 50px;
    font-size: 18px;
    font-weight: bold;
    line-height: 50px;
    bottom: -25px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.bwa-clear {
    width: 180px;
    height: 350px;
    padding-top: 0px;
}
.bwa-clear img {
    width: 160px;
    height: 160px;
    margin-top: 50px;
}
.team_bgt_bor {
    width: 100%;
    margin-left: 0!important;
}
.team_bgt_boc {
    width: 100%;
}
.mt160 {
    margin-top: 10px!important;
}
.w900 {
    width: 100%!important;
}
.idea_ro {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    text-align: center;
    padding-top: 18px;
}
.idea_ro p {
    font-size: 18px;
    line-height: 20px;
}
.part {
    width: 150px;
    height: 150px;
    margin: 0 auto;
    line-height: 150px;
    padding: 0 20px;
    margin-bottom: 20px;
}
.part img {
    max-width: 100%;
}
.serv {
    width: 140px;
    height: 140px;
    border: 1px dashed #444444;
    border-radius: 50%;
    text-align: center;
    line-height: 140px;
    margin: 0 auto;
}
.mp20 {
    padding: 0 0 20px 0!important
}
.hjh {
    width: 50%;
    text-align: center;
    margin-right: 0;
}
.hjh:nth-child(4), .hjh:nth-child(8), .hjh:nth-child(12) {
    margin-right: 0;
}
}

@media (max-width: 375px) {
.bwa-block {
    margin: 8px 5px;
}
.bwa {
    width: 170px;
    height: 330px;
}
.bwa-bg {
    width: 160px;
    height: 310px;
}
}
.img100 {
    max-width: 100%;
    height: auto;
}
.mt160 {
    margin-top: 160px;
}
.w900 {
    width: 900px;
}
.imga img {
    max-width: 100%;
    height: auto;
}
.bwa div {
    text-align: center
}
/*----------------------------------------*/
/*  合作伙伴
/*----------------------------------------*/


.ta img {
    width: 100%;
}
.ta div {
    padding: 0;
    border-bottom: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    background-color: #f6f6f6;
}
.ta div img:hover {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: -webkit-transform .65s;
    -moz-transition: -moz-transform .65s;
    transition: transform .65s;
}
.img100 img {
    width: 100%;
}
/*----------------------------------------*/
/*  大板块联系我们
/*----------------------------------------*/
.aup {
    color: #444;
    font-size: 0.277777rem;
    line-height: 1.8;
    margin-bottom: 10px;
    text-align: justify;
}
.h2p {
    font-size: 0.5185185rem;
    font-weight: lighter;
    color: #4a5568;
    color: #4a5568;
    line-height: 1.8;
    margin-bottom: 10px;
    font-family: '微软雅黑'
}
.rwm img {
    max-width: 100%;
}
.rwm p {
    text-align: center;
    font-size: 14px;
    line-height: 2
}
/*
.contact-map {
    margin-top: 2.5em;
}
*/
.contact_top {
    padding: 4em 0 0em 0;
}

@media(max-width: 480px) {
.contact_top {
    padding: 2em 0 0em 0;
}
}

@media(max-width:768px) {
/*
.contact-map {
    margin-top: 2em;
}
*/
.aup {
    font-size: 0.4rem;
}
}
/**contact**/
.contact-map iframe {
    min-height: 376px;
    width: 100%;
    border: none;
}
.contact_top {
    padding: 4em 0 0em 0;
}
.contact-head h3 {
    text-align: left;
    color: #fff;
    font-size: 2em;
    text-transform: uppercase;
    font-weight: 700;
    width: 73%;
    margin: 0 auto;
}
.contact-head p {
    text-align: left;
    color: #fff;
    font-size: 1.2em;
    font-weight: 300;
    width: 73%;
    margin: 0.2em auto;
}
.contact-top h3 {
    color: #FFF;
    font-size: 1em;
    text-transform: uppercase;
    font-weight: 400;
    margin: 0 0 1em;
}
.contact_left p {
    color: #999;
    font-size: 0.85em;
    line-height: 1.5em;
    margin-bottom: 1em;
}
/*
.contact-map {
    margin-top: 2.5em;
}
*/
.contact_left p span {
    cursor: pointer;
    color: #2aacc8;
}
.contact_left p span:hover {
    text-decoration: underline;
}
.form_details input[type="text"], .form_details textarea {
    padding: 11px;
    width: 51%;
    font-size: 1.2em;
    margin: 10px 0px;
    border: 1px solid #e8e8e8;
    color: #302e2e;
    background-color: #fff;
    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.03);
    /*background: none;*/
    -webkit-appearance: none;
    float: left;
    outline: none;
    font-weight: 400;
    border-radius: 0.3em;
    -webkit-border-radius: 0.3em;
    -o-border-radius: 0.3em;
    -moz-border-radius: 0.3em;
}
.form_details textarea {
    height: 200px;
    resize: none;
    width: 80%;
}
.form_details input[type="submit"] {
    margin-top: 1em;
    color: #fff;
    font-size: 1.2em;
    padding: 0.7em 1em;
    -webkit-appearance: none;
    text-transform: uppercase;
    display: inline-block;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    font-weight: 400;
    border: none;
    text-transform: uppercase;
    outline: none;
    cursor: pointer;
    width: 20%;
    background: #339966;
    border-radius: 0.3em;
    -webkit-border-radius: 0.3em;
    -o-border-radius: 0.3em;
    -moz-border-radius: 0.3em;
}
.form_details input[type="submit"]:hover {
    text-decoration: none;
    color: #fff;
    background: #663300;
}
.form_details input[type="button"] {
    margin-top: 1em;
    color: #fff;
    font-size: 1.2em;
    padding: 0.7em 1em;
    -webkit-appearance: none;
    text-transform: uppercase;
    display: inline-block;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    font-weight: 400;
    border: none;
    text-transform: uppercase;
    outline: none;
    cursor: pointer;
    width: 20%;
    background: #339966;
    border-radius: 0.3em;
    -webkit-border-radius: 0.3em;
    -o-border-radius: 0.3em;
    -moz-border-radius: 0.3em;
}
.form_details input[type="button"]:hover {
    text-decoration: none;
    color: #fff;
    background: #663300;
}
.contact {
    padding: 4em 0em;
}
.sub-button {
    margin-bottom: 25px;
}
.company_ad {
}
.contact_left h4 {
    font-size: 1.7em;
    color: #663300;
    font-weight: 600;
    margin: 0 0 0.5em;
    font-weight: 600;
    text-align: left;
    font-family: Microsoft Yahei, Avenir, Segoe UI, Hiragino Sans GB, STHeiti, Microsoft Sans Serif, WenQuanYi Micro Hei, sans-serif;
    text-transform: capitalize;
}
.contact_left p {
    font-size: 1.2em;
    color: #302e2e;
    line-height: 1.8em;
    margin-bottom: 19px;
}
.main-head-section h3 {
    font-family: Microsoft Yahei, Avenir, Segoe UI, Hiragino Sans GB, STHeiti, Microsoft Sans Serif, WenQuanYi Micro Hei, sans-serif;
    letter-spacing: 2px;
    font-size: 2.3em;
    font-weight: 600;
    margin: 0;
    text-align: center;
    color: #339966;
}
.company_ad h3 {
    font-size: 1.7em;
    color: #663300;
    font-weight: 600;
    margin: 0 0 0.5em;
    text-align: left;
    text-transform: capitalize;
    font-family: Microsoft Yahei, Avenir, Segoe UI, Hiragino Sans GB, STHeiti, Microsoft Sans Serif, WenQuanYi Micro Hei, sans-serif;
}
.company_ad span {
    font-size: 1em;
    color: #302e2e;
    font-weight: 400;
    line-height: 1.8em;
}
.company_ad p {
    font-size: 1.2em;
    line-height: 1.2em;
    color: #302e2e;
    margin-bottom: 10px;
}
.days p {
    font-size: 1em;
    line-height: 1.8em;
    color: #8A8888;
}
.company_ad a {
    font-size: 0.9em;
    line-height: 1.2em;
    color: #339966;
    margin-left: 2px;
}
.related-left a {
    text-decoration: none;
}

@media(max-width:768px) {
.contact_left {
    padding-left: 0;
    padding-right: 0;
}
.form_details input[type="text"], .form_details textarea {
    width: 100%
}
.form_details input[type="submit"] {
    width: 100%;
}
.form_details input[type="button"] {
    width: 100%;
}
}
/*--/contact--*/






/*----------------------------------------*/
/*  大板块开发资讯
/*----------------------------------------*/





a.bg {
    color: #001737;
    font-size: 1.5em;
    font-weight: 600;
    text-decoration: none;
}
/*.blog-one img {
    width: 100%;
    border: 1px dashed #cacaca;
    border-radius: 0px;
}*/

.blog-one img {
    width: 100%;
    border: none;
    border-radius: 0px;
	padding: 0;
}



.col-md-5.blog-one-left {
    padding-left: 0;
}
.blog-comments {
    margin-top: 2.5em;
    border-top: 1px solid rgba(153, 153, 153, 0.2);
    padding: 1.3em 0px;
}
.blog-comments ul {
    padding: 0;
}
.b-btn {
    margin-top: 16px;
    color: #576477;
}
.blog-comments ul li {
    list-style: none;
    display: inline-block;
    margin-right: 15px;
}
.b-btn a {
    color: #fff;
    padding: 5px 15px;
    border-radius: 0.3em;
    -webkit-border-radius: 0.3em;
    -moz-border-radius: 0.3em;
    -o-border-radius: 0.3em;
    outline: none;
    font-size: 13px;
    background: #339966;
}
.b-btn a:hover {
    background: #663300;
    color: #fff;
    text-decoration: none;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
}

.b-btn .time{ float: right;font-size: 13px;color:#83868c;font-weight: lighter  }

.blog-main-one {
    /* border-bottom: 1px dashed rgba(153, 153, 153, 0.2);*/
/*    padding: 1.5em 0;*/
}
.blog-main-one:hover {
    background: url(static/index/css/images/cabg.png)
}
.blog-main-one .aim{display: block;
    padding-right: 7px;
    padding-left: 0;}



.blog-right h3, .blog-right h2 {
    color: #4a4a4a;
    font-size: 1.5em;
    font-weight: 600;
    border-bottom: 1px solid #2a2a2a;
    padding-bottom: .5em
}
.blog-right ul {
    padding: 0;
    margin-top: 1em;
}
.blog-right ul li {
    list-style: none;
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 1px dashed #dadada;
    background: url(static/index/css/images/u1.png) 2px 6px no-repeat;
    padding-left: 18px;
}
.blog-right ul li.infos {
    background: none;
    padding-left: 0;
}
.blog-right ul li a {
    color: #302e2e;
    font-size: 15px;
}
.blog-right ul li a:hover {
    color: #339966;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
    text-decoration: none;
}
.blog-right .btag ul {
    margin: 0;
    padding: 0;
}
.blog-right .btag ul li {
    float: left;
    margin: 0;
    padding: 0;
    background: none;
    border: 0;
    background-color: #fafafa;
    border: 1px dashed #cacaca;
    padding: 5px 10px;
    margin: 15px 5px 0px 0px;
    border-radius: 3px;
}
.blog-right .btag ul li a {
    color: #626262;
    font-size: 12px;
}
.blog-right .btag ul li a:hover {
    color: #339966;
    margin-left: 0;
}
.blog-right .btag ul li:hover {
    background-color: #EEEEEE;
    transition: background-color 0.5s;
    -webkit-transition: background-color 0.5s;
    -moz-transition: background-color 0.5s;
    -o-transition: background-color 0.5s;
    -ms-transition: background-color 0.5s;
}
.posts {
    margin-top: 2em;
}
.categories:nth-child(1) {
    margin-top: 0;
}
.categories {
    margin-top: 2em;
}
p.sngl {
    margin-top: 1.5em;
}
.blog-one p {
    color: #576477;
    font-size: 15px;
    line-height: 1.6em;
    margin-top: 1em;
    margin-bottom: .5em;

	 /*text-overflow: ellipsis;*/
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;


}
.blog-one-left p {
    margin-top: 0;
}
/*.pagination {
	margin: 4% 0 0 0;
}*/
/*.blog-main {
    margin-bottom: 1.1em;
    margin-top: 1.8em;
}*/
.blog-main {
/*
    margin-bottom: 2em;
    margin-top: 1em;
*/
	 margin-bottom: 1em;


}


.blog-comments ul li a, .blog-comments ul li p {
    color: #663300;
    font-size: 15px;
    font-weight: 600;
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
}
.blog-comments ul li a:hover {
    color: #000;
    text-decoration: none;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.related {
    margin: 5em 0 6em;
}
.contact-form {
    margin-top: 1.7em;
}
.related-left {
    text-align: center;
}
.related-left h4 {
    color: #339966;
    font-size: 1.35em;
    font-weight: 400;
    margin: 13px 0 0 0;
}
.contact-form form input[type="text"] {
    padding: 10px 15px;
    width: 100%;
    color: #302e2e;
    font-size: 1em;
    border: 1px solid #302e2e;
    outline: none;
    display: block;
    margin: 10px 0;
}
.contact-form form textarea {
    padding: 10px 15px;
    width: 100%;
    color: #333;
    font-size: 1em;
    border: 1px solid #302e2e;
    outline: none;
    display: block;
    margin: 10px 0;
}
.contact-form form textarea {
    height: 200px;
    resize: none;
}
.contact-form form input[type="submit"]:hover {
    background: #663300;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
}
.contact-form form input[type="submit"] {
    color: #fff;
    background: #339966;
    padding: 0.7em 1.7em;
    font-size: 1em;
    margin-top: 1em;
    border: none;
    outline: none;
    border-radius: 0.3em;
    -webkit-border-radius: 0.3em;
    -moz-border-radius: 0.3em;
    -o-border-radius: 0.3em;
}
.media-heading {
    margin-top: 0;
    margin-bottom: 5px;
}
.media-heading a, .media-heading {
    color: #339966;
}
.media-body p {
    font-size: 15px;
    margin-top: 10px;
    line-height: 1.6em;
    color: #302e2e;
}
.comments-bottom {
    margin-top: 3%;
}
.media {
    margin-top: 24px;
}
.comments {
    margin-top: 5%;
}
.comments h3 {
    font-size: 1.8em;
}
.related-bottom {
    margin-top: 3%;
}
.related .heading h3 {
    font-size: 1.7em;
}
.reply .heading h3 {
    font-size: 1.7em;
}
.related-left img {
    width: 100%;
}
.reply {
    margin-top: 5%;
}
ul.pager {
    margin: 0;
}
/*.text-top {*/
/*    padding-bottom: 10px;*/
/*    margin-bottom: 20px;*/
/*}*/
.text-top h3 {
    font-size: 24px;
    line-height: 1.6;
}
.text-top p {
    margin-top: 20px;
    font-size: 14px;
    text-align: left;
}
.text-top p span {
    margin: 0 10px;
    display: inline-block;
}
.tf {
    border-top: 1px dashed #cacaca;
    padding-top: 20px;
}
.tf a {
    color: #4A4A4A;
    font-size: 14px;
    margin-bottom: 0.35rem
}
.tf a:hover {
    color: #ff8201;
}
.mad {
    margin: 0;
}
.pad {
    padding: 0;
}
.par {
    padding-right: 0
}
.pal {
    padding-left: 0;
}
.f14 p {
    font-size: 16px;
    line-height: 2;
}
.h30 {
    height: 0.555rem
}


@media(max-width:1199px) {
	.blog-main{margin-bottom: 0.5em;
    margin-top: 0.5em;}
.blog-one p {
    color: #576477;
    font-size: 15px;
    line-height: 1.6em;
    margin-top: 1em;
    margin-bottom: .5em;

	 /*text-overflow: ellipsis;*/
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;


}

}

@media(max-width:1024px) {
.blog-one-left p {
    line-height: 1.8em;
    font-size: 13px;
}
.blog-one-left {
    padding-left: 0;
}
.blog-one-left p {
    font-size: 14px;
}
}

@media(max-width:768px) {

.blog-main-one .aim{display: block;
    padding-right: 0;
    padding-left: 0;}

.blog-right {
    margin-top: 3em;
    padding: 0;
}
.blog-right ul {
    margin-top: 1em;
}
.blog {
    padding: 2em 0;
}
.blog-one img {
    width: 40%;
    float: left;
    margin-right: 2em;
}
a.bg {
    font-size: 1.5em;
    display: block
}
.blog-main-one {
    padding: 0 0 .6rem 0;
}
.b-btn {
    margin-top: 0;
    color: #576477;
}
}

@media(max-width:640px) {
.blog {
    padding: 2em 0;
}
.blog-one img {
    width: 100%;
    float: none;
    margin-right: 0;
}
a.bg {
    font-size: 1.5em;
}
}

@media(max-width: 480px) {
.blog-left {
    padding: 0;
}
.blog-one img {
    width: 100%;
    float: none;
    margin-right: 0;
}
.col-md-5.blog-one-left {
    padding-left: 0;
    padding-right: 0;
}
.blog-one-left {
    padding: 0;
    margin-top: 1em;
}
a.bg {
    font-size: 1.5em;
}
}

@media(max-width: 320px) {
.blog-top {
    margin-top: 1em;
}
.blog-one img {
    width: 100%;
    float: none;
    margin-right: 0;
}
.blog-one-left p {
    font-size: .9em;
}
.blog-main p {
    font-size: 14px;
    margin-top: 10px;
}
a.bg {
    font-size: .9em;
}
}

/*--/blog--*/


@media screen and (max-width: 600px) {
.pd0 {
    padding: 0!important;
}
.mb50 {
    margin-bottom: 40px;
}
}
/*----------------------------------------*/
/*  大板块团队介绍
/*----------------------------------------*/
.hmbimg {
    margin-bottom: 1rem
}
.m31 {
    margin-top: 0.555555rem;
    margin-bottom: 0.555555rem;
}
.m30 {
    margin: 30px auto;
}
.m100 {
    margin-top: 1.851851rem
}
.heading h3 {
    font-family: Microsoft Yahei, Avenir, Segoe UI, Hiragino Sans GB, STHeiti, Microsoft Sans Serif, WenQuanYi Micro Hei, sans-serif;
    letter-spacing: 2px;
    font-size: 2.3em;
    font-weight: 600;
    margin: 0;
    text-align: center;
    color: #339966;
}
.team_bgt {
    background: url(static/index/css/images/tw36.png) no-repeat left top;
}
.bgtimg {
    width: 6.296296rem;
    height: 4.629629rem;
}
.team_bgt_bor {
    border: 1px dashed #cacaca;
    padding: 15px;
    width: 450px;
    font-size: 15px;
    height: 160px;
    color: #444444;
    margin-bottom: 1rem;
    margin-left: 100px;
    line-height: 30px;
    text-align: justify;
    background: url(static/index/css/images/cabg.png);
}
.team_bgc {
    background: url(static/index/css/images/tw37.png) no-repeat left top;
}
.bgcimg {
    width: 6.592592rem;
    height: 4.629629rem;
}
.team_bgt_boc {
    border: 1px dashed #cacaca;
    padding: 15px;
    font-size: 16px;
    width: 450px;
    height: 160px;
    line-height: 30px;
    text-align: justify;
    background: url(static/index/css/images/cabg.png);
}
.team_bgf {
    background: url(static/index/css/images/tw38.png) no-repeat left top;
}
.bgfimg {
    width: 93814814rem;
    height: 4.2rem;
}
.bgf_m {
    margin-top: 190px;
    margin-left: 120px;
}
.idea {
    background: url(static/index/css/images/tw20.png) no-repeat;
    padding: 30px 0;
}
.idea_ro {
    width: 130px;
    height: 130px;
    background: url(static/index/css/images/cabg.png);
    border: 12px solid #e2e2e2;
    border-radius: 50%;
    text-align: center;
    padding-top: 22px;
}
.idea_ro p {
    margin: 0;
    padding: 0;
    font-size: 28px;
    font-weight: bold;
    line-height: 30px;
    color: #626262
}
.idea .row {
    /* border-bottom: 1px dashed #cacaca;*/
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.row_p {
    padding: 20px 20px 10px;
    line-height: 30px;
    font-size: 15px;
    color: #626262
}

@media (max-width: 768px) {
.w900 {
    width: 100%!important;
}
.row_p {
    padding: 0px 20px 10px;
}
.m100 {
    margin-top: 0.3rem;
    margin-bottom: 0.5rem
}
.heading h3 {
    font-size: 2.3em;
}
.team_bgt {
    background: url(static/index/css/images/tw33.png) no-repeat left top;
    background-size: contain;
}
.team_bgc {
    background: url(static/index/css/images/tw34.png) no-repeat left top;
    background-size: contain;
}
.team_bgf {
    background: url(static/index/css/images/tw35.png) no-repeat left top;
    background-size: contain;
}
.m31 {
    padding: 0 15px;
}
}

@media(max-width:640px) {
.heading h3 {
    font-size: 2.4em;
}
}

@media (max-width: 600px) {
.team_bgt_bor {
    width: 100%;
    height: 170px;
    margin-left: 0!important;
}
.team_bgt_boc {
    width: 100%;
}
.mt160 {
    margin-top: 10px!important;
}
.team_bgt_boc {
    width: 100%;
}
.w900 {
    width: 100%!important;
}
.idea_ro {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    text-align: center;
    padding-top: 18px;
}
.idea_ro p {
    font-size: 18px;
    line-height: 20px;
}
}

@media(max-width: 480px) {
.heading h3 {
    font-size: 2.5em;
    margin-top: 0em;
    margin-bottom: .7em;
}
}

@media (max-width: 375px) {
.mt160 {
    margin-top: 10px;
}
}

@media(max-width: 320px) {
.heading h3 {
    font-size: 2em;
    margin: .5em 0 .8em;
}
}
/*----------------------------------------*/
/*  大板块我们的服务
/*----------------------------------------*/


.serv_m {
    margin: 0.185185rem 0.3148148rem;
}
.serv {
    width: 2.962962rem;
    height: 2.962962rem;
    border: 1px dashed #444444;
    border-radius: 50%;
    text-align: center;
    line-height: 2.962962rem;
    margin: 0 auto;
}
.serv img {
    width: 1.666666rem;
    height: 1.666666rem;
}
.serv_bg {
    background: url(static/index/css/images/tw21.png) center no-repeat;
}
.sep {
    font-size: 0.555555rem;
    color: #787878;
    margin: 0.462962rem 0;
    font-family: "微软雅黑"
}
.col-xs-2_5, .col-sm-2_5, .col-md-2_5, .col-lg-2_5 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}
.col-xs-2_5 {
    float: left;
}
.col-xs-2_5 {
    width: 20%;
}
.col-xs-pull-2_5 {
    right: 20%;
}
.col-xs-push-2_5 {
    left: 20%;
}
.col-xs-offset-2_5 {
    margin-left: 20%;
}

@media (min-width: 768px) {
.col-sm-2_5 {
    float: left;
}
.col-sm-2_5 {
    width: 20%;
}
.col-sm-pull-2_5 {
    right: 20%;
}
.col-sm-push-2_5 {
    left: 20%;
}
.col-sm-offset-2_5 {
    margin-left: 20%;
}
}

@media (min-width: 992px) {
.col-md-2_5 {
    float: left;
}
.col-md-2_5 {
    width: 20%;
}
.col-md-pull-2_5 {
    right: 20%;
}
.col-md-push-2_5 {
    left: 20%;
}
.col-md-offset-2_5 {
    margin-left: 20%;
}
}

@media (min-width: 1200px) {
.col-lg-2_5 {
    float: left;
}
.col-lg-2_5 {
    width: 20%;
}
.col-lg-pull-2_5 {
    right: 20%;
}
.col-lg-push-2_5 {
    left: 20%;
}
.col-lg-offset-2_5 {
    margin-left: 20%;
}
}

@media (max-width: 768px) {
.col-sm-2_5 {
    float: left;
}
.col-sm-2_5 {
    width: 50%;
}
.col-sm-pull-2_5 {
    right: 20%;
}
.col-sm-push-2_5 {
    left: 20%;
}
.col-sm-offset-2_5 {
    margin-left: 20%;
}
}
.stxb {
    border: 1px dashed #444444;
    padding: 5px 15px 0;
    line-height: 1.42857143;
}
.strp {
    font-family: "微软雅黑";
    font-size: 1.333333rem;
    color: #454545;
}
.stxp {
    font-family: "微软雅黑";
    font-size: 0.592592rem;
    color: #e56032;
    border-bottom: 1px solid #cacaca;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.serpl {
    line-height: 2;
    color: #576477;
    margin-top: 30px;
    font-size: 0.34rem;
    margin-bottom: 0.5rem;
}

@media (max-width: 600px) {
.serv_m {
    margin: 0!important;
}
}
.linkbox {
    padding: 10px 8px;
    border-bottom: 1px dashed #cacaca;
}
.linkbox h3, .linkbox h3 a {
    font-size: 16px;
    color: #FB6000;
    margin-top: 10px;
}
.f6 {/* 链接横排自适应列表 */
    width: 100%;
    overflow: hidden;
    clear: both;
    /*padding: 10px;*/
}
.f6 li {
    float: left;
    font-size: 16px;
    padding: 8px 0;
    margin-right: 20px;
    white-space: nowrap;
}
.f6 li a {
    color: #626262;
    float: left;
}
/*--新闻详情内页--*/

.newx {
    background-color: #fff;
    padding-bottom: 1rem;
    padding-top: 1rem
}
ul.wepag {
    margin: 0 auto
}
.newstit {
    margin: 0;
    text-align: center;
}
.newstit h2 {
    line-height: 2;
    font-size: 24px;
    color: #333
}
.ju14 p {
    font-size: 14px;
    color: #777;
    line-height: 1.8;
}
.jumbotron {
    margin: 15px 0;
    padding: .4rem .2rem!important;
    margin-bottom: 1rem!important;
}
.mt20 {
    margin: 20px 0;
}
.aboutpag {
    text-align: center;
    font-size: 16px;
    color: #555;
    line-height: 2;
}
.aboutpag600 {
    min-height: 600px;
}
.aboutpag p {
    text-align: justify;
}
.aboutpag img {
    max-width: 100%;
    overflow: hidden;
    text-align: center
}

@media (max-width: 800px) {
.new-list-page {
    margin-top: 25px;
}
.new-list-page .box {
    padding: 12px 0;
}
.new-list-page .left {
    float: left;
    width: 45%
}
.new-list-page .right {
    margin-left: 48%;
    padding-right: 0
}
.new-list-page h4 {
    margin: 0;
    margin-top: .15rem;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    vertical-align: middle;
}
.new-list-page .p {
    display: none
}
.new-list-page .time-box {
    display: none
}
.new-list-page .pages {
    padding-top: 40px
}
.new-list-page .box02 {
    padding-right: 0
}
.aboutpag600 {
    min-height: 100px;
}
.time-bawet {
    display: none
}
}

@media(max-width: 767px) {
.ny_banner_bj {
    width: 100%;
    /*background: url( static/index/css/images/benner2.png) bottom center no-repeat;*/
    height: 150px;
    background-size: cover;
}
.newstit h2 {
    line-height: 1.6;
    text-align: center;
    font-size: 20px;
}
.newa {
    margin-bottom: 15px;
    padding: 0
}
}
.pager li>a, .pager li>span {
    display: inline-block;
    padding: 10px 30px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 50px;
    font-size: 18px;
    margin: 0 10px 10px;
}
.wtext {
    font-size: 0.296rem;
    line-height: 1.8
}
.wtext:before {
    content: "";
    font-family: FontAwesome;
    padding-right: 10px;
    font-size: 25px;
    color: #e4e4e4;
}
.wtext:after {
    content: "";
    font-family: FontAwesome;
    font-size: 25px;
    padding-left: 10px;
    color: #e4e4e4;
}
/*案例详情页*/
ul.wepag li {
    float: left;
    list-style: none;
    line-height: 37px;
    margin-right: 10px;
    font-size: 16px;
    text-align: center;
}
ul.wepag li a {
    text-decoration: none;
    box-shadow: rgba(0, 0, 0, 0.2) 1px 2px 8px 1px;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #fff;
    color: rgba(50, 50, 50, 1);
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    padding: 0 15px
}
.wepag {
    width: 100%;
    list-style: none;
    display: -webkit-box;
    margin: 0 auto
}
.wepag li {
    list-style: none;
    line-height: 37px;
    margin: 0 10px;
    font-size: 16px;
    text-align: center;
    -webkit-box-flex: 1;
    display: -webkit-box;
    white-space: nowrap;
    -webkit-box-align: center;
    -webkit-box-pack: center
}
.wepag li a {
    position: relative;
    text-decoration: none;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #fff;
    color: rgba(50, 50, 50, 1);
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    padding: 0 15px
}
.wepag li a:hover {
    color: #ff8201;
    border: 1px solid #ff8201;
}
.wepag li:hover>a:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 50%;
    content: '';
    display: block;
    height: 2px;
    background-color: #ff8201
}
.wepag {
    display: table;
    table-layout: fixed;
    white-space: nowrap;
    width: auto
}
.wepag:after {
    content: '';
    clear: both;
    display: inline-block;
    width: 0;
    height: 0;
    overflow: hidden
}
.wepag li {
    display: inline-block
}
.paimg {
    display: block;
    background-color: #fff;
    margin-bottom: 10px;
    border-radius: 5px;
}
.paimg img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    border-radius: 5px;
}
.paimg img:hover {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: -webkit-transform .65s;
    -moz-transition: -moz-transform .65s;
    transition: transform .65s;
}
.pl5 {
    padding-left: 5px!important;
    padding-right: 5px!important;
}
.well {
    background-color: rgba(255, 255, 255, 0.5)!important;
    border: none;
    border-radius: 8px;
    box-shadow: inset 0 0px 1px rgba(0,0,0,.05);
}
.fdtel {
    position: fixed;
    text-align: center;
    z-index: 55;
    font-size: 20px;
    left: 20px;
    bottom: 10%;
    width: 50px;
    height: 50px;
    color: #343434;
    line-height: 50px;
    border-radius: 50px;
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 1px 5px 10px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 5px 10px 2px rgba(0, 0, 0, 0.1);
}
.fdkf {
    position: fixed;
    text-align: center;
    z-index: 55;
    font-size: 20px;
    right: 20px;
    bottom: 5%;
    width: 50px;
    height: 50px;
    color: #343434;
    line-height: 50px;
    border-radius: 50px;
    background: -webkit-linear-gradient(bottom, rgba(218, 218, 218, 0.8), rgba(218, 218, 218, 0));
}
.fddh {
    position: fixed;
    text-align: center;
    z-index: 55;
    font-size: 20px;
    right: 20px;
    bottom: 15%;
    width: 50px;
    height: 50px;
    color: #343434;
    line-height: 50px;
    border-radius: 50px;
    background: -webkit-linear-gradient(bottom, rgba(218, 218, 218, 0.8), rgba(218, 218, 218, 0));
}
.fz60 {
    font-size: 0.7rem!important;
    color: #282d40
}
.colt {
    background: linear-gradient(to right, #0fd51b, #89fd71);
    -webkit-background-clip: text;
    color: transparent;
}
.colta {
    background: linear-gradient(to right, #fdeb82, #f78fad);
    -webkit-background-clip: text;
    color: transparent;
}

@media(min-width: 1024px) {
.fdtel {
    display: none
}
.fdkf {
    display: none
}
.fddh {
    display: none
}
}

@media(max-width: 767px) {

    .well{ margin-bottom: 0;
        padding: 15px 5px;
        font-size: 14px;}
    .pd0{ padding:0}

.fdtel {
    display: block
}
.fdkf {
    display: block
}
.fddh {
    display: block
}
}
.img-max {
    display: block;
    max-width: 100%;
}
/*网站建设案例*/


.fh5co-card-item {
    display: block;
    width: 100%;
    position: relative;
    background: #fff;
    overflow: hidden;
    z-index: 9;
    bottom: 0;
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.08);
    -ms-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.08);
    -o-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.08);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.fh5co-card-item figure {
    height: 240px;
    margin: 0 0 20px 0;
    overflow: hidden;
    z-index: 12;
    position: relative;
}
.fh5co-card-item img {
    z-index: 8;
    opacity: 1;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.fh5co-card-item .fh5co-text {
    padding: 0px 10px 10px 20px;
    text-align: center;
}
.fh5co-card-item .fh5co-text h2, .fh5co-card-item .fh5co-text span {
    text-decoration: none !important;
}
.fh5co-card-item .fh5co-text h2 {
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 10px 0;
    color: #001737;
}
.fh5co-card-item .fh5co-text span {
    color: #b3b3b3;
    font-size: 16px;
    font-weight: 400;
}
.fh5co-card-item .fh5co-text p {
    color: #576477;
    margin-bottom: 20px;
    font-size: 14px;
    height: 45px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.fh5co-card-item .fh5co-text span.btn {
    color: #fff !important;
    opacity: 1;
    visibility: visible;
    bottom: 0;
    background: #1a1a1a;
    border: 2px solid #1a1a1a !important;
    position: relative;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
/*
.fh5co-card-item:hover, .fh5co-card-item:focus {
    bottom: 7px;
    text-decoration: none;
    -webkit-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.19);
    -ms-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.19);
    -o-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.19);
    box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.19);
}
*/
.fh5co-card-item:hover img, .fh5co-card-item:focus img {
    -webkot-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.fh5co-card-item:hover span.btn, .fh5co-card-item:focus span.btn {
    opacity: 1;
    visibility: visible;
    bottom: 0px;
    border: 2px solid #ff8201 !important;
    background: #ff8201 !important;
}
.fh5co-card-item:hover figure .overlay, .fh5co-card-item:focus figure .overlay {
    opacity: 1;
    visibility: visible;
}
.fh5co-card-item:hover figure .overlay i, .fh5co-card-item:focus figure .overlay i {
    margin-top: -15px;
}
.fh5co-card-item:hover h2, .fh5co-card-item:hover span, .fh5co-card-item:focus h2, .fh5co-card-item:focus span {
    text-decoration: none !important;
}

@media(max-width: 767px) {
.fh5co-card-item .fh5co-text p {
    height: auto;
}
}
.noa a {
    cursor: default;
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: rgba(255, 255, 255, 0.5);
    background-clip: border-box;
    border-radius: 0.185185rem;
    padding: 20px 30px;
    margin-bottom: 0.35rem;
}
/*------------------------------------
  Transitions
------------------------------------*/
/* 3D Hover */
.transition-3d-hover {
    transition: all 0.2s ease-in-out;
}
.transition-3d-hover:hover, .transition-3d-hover:focus {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
}
/* Background Color */
.card-bg-light {
    background-color: rgba(255, 255, 255, 0.3);
    -webkit-box-shadow: 10px 10px 40px -6px rgba(66, 66, 182, 0.1);
    box-shadow: 10px 10px 40px -6px rgba(66, 66, 182, 0.1);
}
.card-bg-light:hover {
    background-color: #fff;
}
.h-100 {
    height: 100% !important;
}
.overflow-hidden {
    overflow: hidden !important;
}
.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}
/*.pl-4,.px-4 {
  padding-left: 0.555555rem !important;
}*/

.font-weight-normal {
    font-weight: 400 !important;
}
.hh4 {
    font-size: 0.296296rem;
    line-height: 2;
    color: #001737;
    margin-top: 0.296296rem;
}
.cjz {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center
}
.hs {
    width: 90px;
    height: 90px;
    text-align: center;
    vertical-align: middle
}
.kaf span {
    font-size: 75px;
}
.kcol {
    color: #f96a56
}
.kcol1 {
    color: #5faeff!important
}
.kcol2 {
    color: #ffb938!important
}
.kad h3 {
    font-size: 24px;
    color: #001737;
    font-weight: 400;
    margin-bottom: 24px;
}
.kad p {
    font-size: 16px;
    color: #595e74;
    font-weight: 300;
    line-height: 1.8
}
.mt25 {
    margin-top: 0.255255rem
}
.hey-item {
    margin-bottom: 0.555555rem;
    -webkit-box-shadow: 10px 10px 40px -6px rgba(66, 66, 182, 0.15);
    box-shadow: 10px 10px 40px -6px rgba(66, 66, 182, 0.15);
    padding: 0.518518rem 0.462962rem;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.4);
}
.hey-features-icon {
    width: 20%;
    margin-right: 3%;
}
.hey-features-content {
    width: 80%;
}
.hey-features-content h4 {
    font-weight: 300;
    color: #001737;
    font-size: 0.444444rem;
    margin-bottom: .25rem;
}
.hey-features-content p {
    font-size: 16px;
    line-height: 1.9;
    color: #576477;
}
.hey-features-icon .mdi {
    display: inline-block;
    width: 1.555555rem;
    height: 1.555555rem;
    line-height: 1.555555rem;
    text-align: center;
    color: #f96a56;
    font-size: 1.296296rem;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.hey-features-icon span.mdi.mdi-file-music {
    background-color: #7142F8;
    border: 1px solid #7142F8;
}
.p24 {
    font-size: 0.444444rem;
    margin-top: 0.518518rem;
}
.jtuo {
    width: calc(25% - 15px);
}
.jtuo::after {
    width: 107px;
    height: 55px;
    background: url(static/index/css/images/arrow-1.png) no-repeat center center;
    background-size: contain;
    top: 90px;
    left: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media (max-width: 1199px) {
.jtuo::after {
    height: 45px;
    left: calc(100% + 10px);
}
}

@media (max-width: 575px) {
.jtuo::after {
    display: none;
}
}

@media(max-width: 767px) {
.w-100 {
    width: 100% !important;
}
.hh4 {
    font-size: 16px;
}
.jtuo {
    width: calc(40%)
}
}
.feap {
    font-size: 20px;
    line-height: 38px;
    letter-spacing: 1px;
    color: #001737;
    margin-top: 0;
}
.feature-text ul li {
    width: 80%;
}
.feature-text ul li span {
    display: inline-block;
    font-size: 20px;
    margin-right: 15px;
    font-weight: 300;
    width: 40px;
    text-align: center;
    color: #fff;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    transition: 0.4s;
}
.feature-text ul li .span1 {
    background: #fbd451;
}
.feature-text ul li .span2 {
    background: #e0632f;
}
.feature-text ul li .span3 {
    background: #47d2e9;
}
.feature-text ul li .span4 {
    background: #53667f;
}
.feature-text ul li a {
    color: #576477;
    font-size: 20px;
    display: inline-block;
    /*box-shadow: 0 2px 25px rgba(0, 0, 0, 0.1);*/
    background: rgba(255, 255,255, 0.4);
    width: 80%;
    margin-top: 30px;
    font-weight: 400;
    letter-spacing: 1px;
    border-radius: 30px;
    transition: 0.4s;
    position: relative;
    z-index: 1;
    cursor: default;
}
.feature-text ul li a::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 0%;
    height: 100%;
    background: #485059;
    border-radius: 30px;
    z-index: -1;
    transition: 0.5s;
}
.feature-text ul li a:hover::after {
    color: #fff;
    width: 100%;
    transition: 0.7s;
}
.feature-text ul li a:hover {
    color: #fff;
}
.feature-text ul li a:hover span {
    background: #fff;
    color: #485059;
    transition: 0.4s;
}
.mbot {
    margin-bottom: 30px;
}
.ast {
    background: rgba(255, 255,255, 0.4);
    -webkit-box-shadow: 10px 10px 40px -6px rgba(66, 66, 182, 0.1);
    box-shadow: 10px 10px 40px -6px rgba(66, 66, 182, 0.1);
    padding: 0.555555rem;
    text-align: center;
    border-radius: 15px;
}
.ast p {
    color: #001737;
    font-size: 20px;
}
.mt1r {
    margin-top: 1rem
}
.prem {
    padding-top: 0.8rem;
}

@media only screen and (max-width:768px ) {
.feature-text ul li {
    float: left;
    width: 100%;
}
.flow-wrappers {
    flex-direction: row!important;
}
.feap {
    margin-top: 0!important
}
.prem {
    padding-top: 0rem!important;
}
}
/* button 2*/
.set_9_btn2-corner {
    border: none;
    background: transparent;
    color: #fff;
    width: 136px;
    font-size: 15px;
    letter-spacing: 6px;
    text-align: center;
    position: relative;
    line-height: 45px;
    cursor: pointer;
    margin: 0 auto;
    margin-top: 1.5rem
}
.set_9_btn2-corner span {
    position: absolute;
    background-color: #f8c013;
    display: block;
    transition: all 200ms;
}
.set_9_btn2-corner .line1, .set_9_btn2-corner .line3 {
    height: 2px;
    width: 20px;
}
.set_9_btn2-corner .line2, .set_9_btn2-corner .line4 {
    height: 20px;
    width: 2px;
}
.set_9_btn2-corner .line1, .set_9_btn2-corner .line2 {
    top: 0;
    right: 0;
}
.set_9_btn2-corner .line3, .set_9_btn2-corner .line4 {
    bottom: 0;
    left: 0;
}
.set_9_btn2-corner.reverse .line1, .set_9_btn2-corner.reverse .line3 {
    width: 100%;
}
.set_9_btn2-corner.reverse .line2, .set_9_btn2-corner.reverse .line4 {
    height: 100%;
}
.set_9_btn2-corner:hover, .set_9_btn2-corner:active {
    background-color: transparent;
    color: #fff;
}
.set_9_btn2-corner:hover .line1, .set_9_btn2-corner:active .line1, .set_9_btn2-corner:hover .line3, .set_9_btn2-corner:active .line3 {
    width: 100%;
}
.set_9_btn2-corner:hover .line2, .set_9_btn2-corner:active .line2, .set_9_btn2-corner:hover .line4, .set_9_btn2-corner:active .line4 {
    height: 100%;
}
.set_9_btn2-corner:hover.reverse .line1, .set_9_btn2-corner:active.reverse .line1, .set_9_btn2-corner:hover.reverse .line3, .set_9_btn2-corner:active.reverse .line3 {
    width: 20px;
}
.set_9_btn2-corner:hover.reverse .line2, .set_9_btn2-corner:active.reverse .line2, .set_9_btn2-corner:hover.reverse .line4, .set_9_btn2-corner:active.reverse .line4 {
    height: 20px;
}
.fonz {
    font-size: 14px
}
.mt10 {
    margin-top: 10px;
}

@media only screen and (max-width:768px ) {
.fonz li {
    margin-bottom: 20px;
}
}
/*首页案例箭头位置*/
.alper {
    height: 520px;
    padding: 40px 0;
    position: relative;
    width: 98%;
    margin: 0 auto;
}
.alper .swiper-button-prev {
    top: 50%;
    background-size: 0.5rem auto;
    left: -0.185185rem;
    right: auto;
}
.alper .swiper-button-next {
    top: 50%;
    background-size: 0.5rem auto;
    left: auto;
    right: 0;
}

@media only screen and (max-width:768px) {
.alper .swiper-button-prev {
    top: 50%;
    background-size: 0.7rem auto;
    left: 0.5rem;
    right: auto;
}
.alper .swiper-button-next {
    top: 50%;
    background-size: 0.7rem auto;
    right: 0.5rem;
}
.lbg {
    background: url("static/index/css/images/lbg.png") bottom center no-repeat;
    background-size: cover;
    width: 100%;
}
}
/*----------------------------------------*/
/*  团队介绍最新界面
/*----------------------------------------*/


.cta-two {
    padding-top: 100px;
    padding-bottom: 1.5rem;
    position: relative;
}
.cta-two__images-block {
    display: inline-block;
    position: relative;
}
.cta-two__images-block img {
    border: 2px solid #fff
}
.cta-two__bubble {
    display: inline-block;
    vertical-align: middle;
    width: 110px;
    height: 110px;
    background-color: #e7062b;
    opacity: .1;
    -webkit-animation-name: squareMover;
    animation-name: squareMover;
    -webkit-animation-duration: 9s;
    animation-duration: 9s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-perspective: 100px;
    perspective: 100px;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    position: absolute;
}
.cta-two__bubble-one {
    top: 40%;
    left: 5%;
}
.cta-two__bubble-two {
    width: 44px;
    height: 44px;
    background-color: #f7c324;
    bottom: 15%;
    left: 15%;
}
.cta-two__bubble-three {
    width: 88px;
    height: 88px;
    background-color: #f7c324;
    top: 10%;
    left: 32%;
}
.cta-two__bubble-four {
    width: 44px;
    height: 44px;
    background-color: #e7062b;
    top: 15%;
    right: 20%;
}
.cta-two__bubble-five {
    background-color: #f7c324;
    right: 10%;
    top: 50%;
}
.cta-two__content {
    background: url("static/index/css/images/tebg.png") no-repeat;
    /*background-size:12.1296rem 9.481481rem;*/

    background-size: cover;
    min-height: 9.481481rem;
    padding-top: 1.4296296rem;
    padding-left: 1.403703rem;
    padding-right: 1rem
}
.cta-two__content p {
    font-size: 16px;
    line-height: 2;
    color: #001737;
    margin-top: 0.296296rem;
}
[class*='cta-two__image-'] {
    -webkit-box-shadow: 0px 10px 60px 0px rgba(46, 61, 98, 0.3);
    box-shadow: 0px 10px 60px 0px rgba(46, 61, 98, 0.3);
}
[class*='cta-two__image-']:not(.cta-two__image-four) {
    position: absolute;
}
.cta-two__image-one {
    top: 0;
    left: 0;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}
.cta-two__image-two {
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%) translateX(50%);
    transform: translateY(-50%) translateX(50%);
}
.cta-two__image-three {
    bottom: 0;
    left: 0;
    -webkit-transform: translateY(30%) translateX(-50%);
    transform: translateY(30%) translateX(-50%);
}
.dark-background .price-one__list-item, .dark-background .testimonials-one__text, .dark-background .cta-two__text, .dark-background .cta-two__list-item, .dark-background .price-one__block-text, .dark-background .feature-one__text, .dark-background .fun-fact-one__text, .dark-background .fun-fact-one__block-title, .dark-background .service-one__text, .dark-background .service-one__more-link, .dark-background .faq-one .accrodion-grp .accrodion .accrodion-content .inner p, .dark-background .blog-one__meta-link {
    color: #9b9da8;
}
.dark-background .service-one__bubble, .dark-background .cta-two__bubble, .dark-background .price-one__bubble, .dark-background .faq-one__bubble {
    opacity: .1;
    background-color: #000;
}
.dark-background .banner-two__bubble-one, .dark-background .banner-two__bubble-three, .dark-background .banner-two__bubble-four, .dark-background .service-one__bubble-three, .dark-background .cta-two__bubble-three, .dark-background .cta-two__bubble-five, .dark-background .price-one__bubble-three, .dark-background .price-one__bubble-five, .dark-background .faq-one__bubble-three, .dark-background .faq-one__bubble-five {
    background-color: #fff;
    opacity: .03;
}
.dark-background [class*='cta-two__image-'] {
    -webkit-box-shadow: none;
    box-shadow: none;
}
 @-webkit-keyframes squareMover {
 0%,  100% {
 -webkit-transform: translate(0, 0) rotate(0);
 transform: translate(0, 0) rotate(0);
}
 20%,  60% {
 -webkit-transform: translate(20px, 40px) rotate(180deg);
 transform: translate(20px, 40px) rotate(180deg);
}
 30%,  80% {
 -webkit-transform: translate(40px, 60px) rotate(0deg);
 transform: translate(40px, 60px) rotate(0deg);
}
}
@keyframes squareMover {
 0%,  100% {
 -webkit-transform: translate(0, 0) rotate(0);
 transform: translate(0, 0) rotate(0);
}
 20%,  60% {
 -webkit-transform: translate(20px, 40px) rotate(180deg);
 transform: translate(20px, 40px) rotate(180deg);
}
 30%,  80% {
 -webkit-transform: translate(40px, 60px) rotate(0deg);
 transform: translate(40px, 60px) rotate(0deg);
}
}
/*团队介绍-我们的特长*/

.serve-section {
    overflow: hidden;
}
.service-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 1rem;
}
.service-wrapper .service-center {
    width: 700px;
    margin-bottom: 38px;
}
.service-wrapper .service-center img {
    width: 100%;
}
.service-wrapper .service-area {
    width: 300px;
}
.service-wrapper .service-area .service-item {
    margin-bottom: 40px;
    min-height: 180px;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
}
.service-wrapper .service-area .service-item .title {
    margin-bottom: 20px;
}
.service-wrapper .service-area .service-item .title a {
    font-size: 0.518518rem;
    color: #001737;
}
.service-wrapper .service-area .service-item p {
    color: #424c5b;
    font-size: 16px;
    line-height: 1.75;
}
.service-wrapper .service-area .service-item:nth-child(2) {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
}
.service-wrapper .service-area .service-item .icon {
    width: 120px;
    margin: 0 auto 20px;
}
.service-wrapper .service-area .service-item .icon img {
    width: 100%;
}
.service-wrapper .service-area .service-item:last-child {
    min-height: 0;
}
.service-wrapper .service-area:last-child .service-item {
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
}
.service-wrapper .service-area:last-child .service-item:nth-child(2) {
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
}

@media screen and (max-width: 1365px) {
.service-wrapper .service-center {
    width: 500px;
}
.service-wrapper .service-area .service-item {
    min-height: auto;
}
}

@media (max-width: 1199px) {
.service-wrapper {
    justify-content: space-between;
}
.service-wrapper .service-center {
    display: none;
}
.service-wrapper .service-area {
    width: calc(50% - 15px);
}
}

@media (max-width: 1199px) and (max-width: 767px) {
.service-wrapper .service-area {
    width: 100%;
}
}

@media (max-width: 1199px) {
.service-wrapper .service-area .service-item {
    -webkit-transform: translate(0) !important;
    -ms-transform: translate(0) !important;
    transform: translate(0) !important;
    max-width: 300px;
    text-align: center;
    margin: 0 auto 40px;
}
}

@media (max-width: 1199px) and (max-width: 575px) {
.service-wrapper {
}
.service-wrapper .service-area .service-item {
    margin-bottom: 30px;
}
}

@media (min-width: 1200px) {
.mw-xl-100 {
    max-width: 100%;
    width: 100%
}
}

@media (min-width: 1200px) {
.d-xl-none {
    display: none!important;
}
}
/*------------------- 团队介绍-企业文化 -------------------*/
.our-featured-wrapper {
    position: relative;
    margin-bottom: 1rem
}
.circle-btn {
    display: inline-block;
    text-align: center;
    background-color: #546af4;
    color: #ffffff;
    z-index: 1;

    position: relative;
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 50%;
    transition: all ease 0.4s;
}
.circle-btn2 {
    background-color: #ffb027;
}
.circle-btn3 {
    background-color: #87bf1a;
}
.circle-btn span {
    width: inherit;
    height: inherit;
    line-height: inherit;
    display: inherit;
    background-color: inherit;
    color: inherit;
    border-radius: inherit;
}
.circle-btn:hover {
    color: #0046e2;
    background-color: #ef0f3a;
    box-shadow: 0 10px 54px -4px rgba(0, 0, 0, 0.1);
}
.circle-btn.xl {
    width: 80px;
    height: 80px;
    line-height: 80px;
}


.circle-btn.xl i{
font-size: 30px
}



.gray-shadow, .our-featured-wrapper .single-featured .featured-icon .circle-btn {
    box-shadow: 0 10px 54px -4px rgba(0, 0, 0, 0.1);
}
.our-featured-wrapper .single-featured {
    text-align: center;
    position: relative;
    padding-top: 22px;
    padding-bottom: 30px;
    transform: translateY(0);
    transition: all ease 0.4s;
}
.our-featured-wrapper .single-featured .shape {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -90px;
    border: 3px solid #ffffff;
    width: 180px;
    height: 180px;
    border-radius: 50%;
}
.our-featured-wrapper .single-featured .shape:after, .our-featured-wrapper .single-featured .shape:before {
    content: '';
    width: 10px;
    height: 10px;
    background-color: #d5d4d2;
    display: inline-block;
    box-shadow: 0 0 1px 6px white;
    position: absolute;
    left: -6px;
    top: calc(50% - 4px);
    border-radius: 50%;
    z-index: 3;
}
.our-featured-wrapper .single-featured .shape:after {
    left: auto;
    right: -6px;
}
.our-featured-wrapper .single-featured .featured-icon {
    position: relative;
    margin-bottom: -60px;
    text-align: center;
    z-index: 3;
}
.our-featured-wrapper .single-featured .featured-icon .circle-btn {
    transform: rotate(0);
}
.our-featured-wrapper .single-featured .featured-icon .circle-btn:hover {
    color: #ffffff;
}
.our-featured-wrapper .single-featured .featured-content {
    background-color: rgba(255,255,255,0.8);
	box-shadow: 0px 14px 30px rgba(0, 0, 0, 0.07);
    padding: 70px 40px;
    padding-bottom: 25px;
    position: relative;
    z-index: 2;
}
.our-featured-wrapper .single-featured .featured-content .title {
    font-size: 22px;
    margin-top: 10px;
    font-family: "Roboto", sans-serif;
    margin-bottom: 22px;
    color: #01133c;
    text-align: center;
}
.our-featured-wrapper .single-featured:hover {
    transform: translateY(5px);
}
.our-featured-wrapper .single-featured:hover .featured-icon .circle-btn {
    background-color: #546af4;
    transform: rotate(360deg);
}
.our-featured-wrapper .single-featured:hover .featured-icon .circle-btn2 {
    background-color: #fea100!important;
    transform: rotate(360deg);
}
.our-featured-wrapper .single-featured:hover .featured-icon .circle-btn3 {
    background-color: #84c701!important;
    transform: rotate(360deg);
}
.our-featured-wrapper .single-featured:hover .shape:after, .our-featured-wrapper .single-featured:hover .shape:before {
    background-color: #546af4;
}
.our-featured-wrapper .single-featured:hover .shape2:after, .our-featured-wrapper .single-featured:hover .shape2:before {
    background-color: #fea100!important;
}
.our-featured-wrapper .single-featured:hover .shape3:after, .our-featured-wrapper .single-featured:hover .shape3:before {
    background-color: #84c701!important;
}
.our-featured-wrapper .section-title p, .our-featured-wrapper .section-title .title {
    color: #ffffff;
}
.featured-layout1:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.75;
    z-index: 0;
}



.featured-layout1 .circle-btn {
    box-shadow: 0px 10px 18px 2px rgba(4, 5, 5, 0.13);
}
.featured-layout1 .circle-btn:hover {
    color: #ffffff;
}
.featured-layout1 .single-featured .text {
    font-size: 16px;
    line-height: 1.75;
    color: #494f5b;
}
.featured-layout2 {
    position: relative;
    overflow: hidden;
}
.featured-layout2:before {
    content: '';
    position: absolute;
    right: 0;
    bottom: -75px;
    width: 100%;
    height: 100%;
    max-width: 625px;
    max-height: 410px;
    background-image: url("static/index/css/img/featured/bg-shape-2-1.png");
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
}
.featured-layout2 .single-featured {
    margin-bottom: 30px;
}
.featured-layout2 .single-featured .featured-icon .circle-btn {
    background-color: #ef0f3a;
}
.featured-layout2 .single-featured .featured-icon .circle-btn:hover {
    color: #ffffff;
}
.featured-layout2 .single-featured .shape {
    border-color: #ef0f3a;
}
.featured-layout2 .single-featured .shape:after, .featured-layout2 .single-featured .shape:before {
    background-color: #ef0f3a;
}
.featured-layout2 .single-featured .featured-content {
    box-shadow: 0 20px 38px -11px rgba(0, 0, 0, 0.05);
    transition: all ease 0.4s;
}
.featured-layout2 .single-featured .featured-content .text {
    color: #494f5b;
}
.featured-layout2 .single-featured:hover .featured-content {
    box-shadow: none;
}
.featured-layout3 .single-featured {
    margin-bottom: 30px;
}
.featured-layout3 .single-featured .shape {
    border-color: #0046e2;
}
.featured-layout3 .single-featured .featured-icon .circle-btn {
    box-shadow: 0px 10px 18px 2px rgba(4, 5, 5, 0.13);
}
.featured-layout3 .single-featured p {
    color: #494f5b;
}
.featured-layout3 .single-featured:hover .shape {
    border-color: #ef0f3a;
}
.featured-layout3 .slick-slide .single-featured .featured-content {
    box-shadow: none;
    transition: all ease 0.4s;
}
.featured-layout3 .slick-slide.slick-active .single-featured .featured-content {
    box-shadow: 0 22px 55px -21px rgba(0, 0, 0, 0.1);
}
/*------------------- 团队介绍-我们的团队 -------------------*/


.product-info {
    padding-top: 100px;
}
.product-info .product-title-in {
    font-size: 18px;
    color: #767c87;
}
.pt-20 {
    padding-top: 20px
}
.product-info .product-title {
    font-size: 28px;
    font-weight: 600;
    color: #ffb027;
    line-height: 54px;
}
.product-info .product-info-text {
    font-size: 16px;
    font-weight: 400;
    color: #4c5875;
    line-height: 2;
    margin: 18px 0
}

@media (max-width: 768px) {
.cta-two {
    padding-top: 100px;
    padding-bottom: 0;
    position: relative;
}
.product-info {
    padding-top: 0;
}
	.map-0{ padding: 0}
}
/*------------------------------------------*/
/*  PAGE CONTENT
/*------------------------------------------*/
#page-content {
    overflow: hidden;
}
.error-page {
    padding: 2rem 0
}
.error-content .w-75 {
    width: 75% !important;
}
.error-content img {
    vertical-align: middle;
    border-style: none;
}
.error-title {
    font-size: .78rem;
    font-weight: 700
}
.error-content p {
    font-size: 16px;
    margin: .25rem 0
}
/*------------------------------------------*/
/*   BUTTON SETTINGS
/*------------------------------------------*/
.error-content .btn {
    background-color: rgba(6, 12, 34, 0.98);
    ;
    color: #fff;
    font-size: 0.25rem;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0;
    padding: 0.222222rem 0.629629rem;
    border: 2px solid rgba(6, 12, 34, 0.98);
    ;
    border-radius: 100px;
    transition: all 400ms ease-in-out;
    box-shadow: 0 10px 20px 0 rgba(90, 70, 176, 0.3);
}
.error-content .btn:hover {
    box-shadow: none;
}
.error-content .btn-white {
    color: #333;
    background-color: #fff !important;
    border-color: #fff !important;
}
.error-content .btn-white:hover {
    color: #fff !important;
    background-color: #6e45e2 !important;
    border-color: #6e45e2 !important;
}
 @keyframes pulse-border {
 0% {
 transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
 opacity: 1;
}
 100% {
 transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
 opacity: 0;
}
}



/*案例内页*/


.lapp {
    position: fixed;
    z-index: 55;
    left: 50px;
    bottom:25%;
    width: 268px;
    height: 554px;

}



.lapp .mockup {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
  /*  -webkit-transform: translateX(-50%);
    transform: translateX(-50%);*/
    z-index: 9;
}



.lapp-a{

	width: 242px;
    margin-top: 11px;
    margin-left: 13px;
}



.lapp-a img{border-radius:25px; }



@media (max-width: 768px) {

	.lapp{ display: none;}


}







/*新闻资讯栏目分类*/
.newcate-wrap {
	font-size: 14px;
}
.newcate-wrap .hd {
	overflow: hidden;
}
.newcate-wrap .hd ul {
	float: left;
}
.newcate-wrap .hd li {
	float: left;
	display: inline;
	    background-color: #8b8e99;
    padding: 6px 15px;

}
.newcate-wrap .hd li a {
	display: block;
    font-weight: 600;
	font-size: 16px;
	font-weight: 400;
	color: #fff;


}

.newcate-wrap .hd li:hover {
	background-color: #4c536f;
}

.newcate-wrap .hd li a:hover {
	text-decoration: none;

}

.newcate-wrap .hd li.on  {

background-color: #2b3042;
}


.newcate-wrap .cate-tab{ position: relative;padding-left: 15px;}
/*
.newcate-wrap .cate-tab:before{

	content: "";
    position: absolute;
    width: 3px;
    height: 100%;
    bottom: 0;
    left: 15px;
    background-color: #000;
}
*/

.anl{ margin-bottom: 0.462962rem!important;}

.anl .cate-tab:before{
	width: 0;
	left: 0;
}

.anl .cate-tab{
	padding-left: 0
}

.anl .hd li.on a {
    color: #000;
    border-bottom: 3px solid #000;
	padding: 0;
	padding-bottom: 5px;
}

.anl .hd li {
    margin-right: 20px;

}

.anl .hd li a{padding: 0;border-bottom: 3px solid #fff;padding-bottom: 5px;}










.widget {
  /*border: 1px solid #e0e4e6;*/

  /*padding: 25px;*/
  position: relative;
  margin-bottom: 30px;
}

.widget .widget-title {
	 position: relative;
	padding-left: 10px;
	font-size: 18px;
    font-weight: 600;
  text-transform: capitalize;

  margin-bottom: 20px;
}

.widget .widget-title:before{

	content: "";
    position: absolute;
    width: 3px;
    height: 100%;
    bottom: 0;
    left: 0;
    background-color: #000;



}

.tutor-list, .recent-courses, .recent-posts {
  background-color: #fff;
  /*padding: 20px;*/
  height: 450px;
  overflow-y: scroll;
}

.tutor-list li, .recent-courses li, .recent-posts li {
  border-bottom: 1px solid #eee;
  min-height: 70px;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.tutor-list li a, .recent-courses li a, .recent-posts li a {
  display: block;
  position: relative;
  padding-left: 160px;
}
.mb-0{margin-bottom: 0px!important}
.pl-15{padding-left: 15px;}
@media screen and (max-width: 1024px) {

	.newcate-wrap .cate-tab {
    position: relative;
    padding-left: 5px;
}

/*
.newcate-wrap .cate-tab:before {
    content: "";
    position: absolute;
    width: 3px;
    height: 100%;
    bottom: 0;
    left: 0;
    background-color: #000;
}
*/

}

@media screen and (max-width: 991px) {
  .tutor-list li a, .recent-courses li a, .recent-posts li a {
    padding-left: 105px;
  }
}

.tutor-list li a img, .recent-courses li a img, .recent-posts li a img {
	border-radius: 3px;
  position: absolute;
  left: 0;
  top: 0;
  max-width: 110px;
  width: 100%;
}

@media screen and (max-width: 991px) {
  .tutor-list li a img, .recent-courses li a img, .recent-posts li a img {
    max-width: 90px;
  }
}

@media screen and (max-width: 768px) {

	.pl-15{padding-left: 0;}
	.newcate-wrap {margin-bottom: 30px;}
.newcate-wrap .cate-tab{ padding-left: 0;}

/*
.newcate-wrap .cate-tab:before {
    content: "";
    position: absolute;
    width: 3px;
    height: 100%;
    bottom: 0;
    left: 0;
    background-color: #000;
}
*/

	.footer{
		background: #32373b!important;

	}


	.anl .cate-tab:before{
	width: 0;
	left: 0;
}



}
.tutor-list li a h5, .recent-courses li a h5, .recent-posts li a h5 {
  font-size: 14px;
  line-height: 1.5;
  color: #000;
  margin-bottom: 5px;



    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;


}

.tutor-list li a span, .recent-courses li a span, .recent-posts li a span {
  color: #83868c;
  display: block;
  font-size: 13px;
  font-weight: 300;
  line-height: 22px;
}
.recent-courses li a span.bit{
	color: #343434;
    font-weight: 600;
	margin-bottom: 5px;

}

.recent-courses li a h5.bith{margin-bottom: 0}


.recent-courses, .recent-posts {
  height: auto;
  overflow: hidden;
}

.recent-courses li:last-child, .recent-posts li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.recent-courses li a, .recent-posts li a {
  padding-left: 120px;
}

/*
.recent-courses li a img, .recent-posts li a img {
  max-width: 95px;
}
*/


.recent-courses li a:hover h5{text-decoration: underline;
    text-decoration: none;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
    color: #EE3B24;}


@media screen and (max-width: 1199px) {
  .recent-courses li a span, .recent-posts li a span {
    font-size: 11px;
  }
}





/*关于我们*/

.about-t h2{
	font-size: 0.740740rem;
	color: #000106;
	font-weight: 600;
	margin-bottom: 35px;

}


.about-t p{

	font-size:18px;
	line-height: 2;
	margin-bottom: 15px;

}

.about-t p.ap1{

	margin-bottom: 0.740740rem;
}

.about-t-sp{position: relative;padding-bottom: 20px;margin-bottom: 0.555555rem;}
.about-t .about-t-sp span{
	font-size: 0.444444rem;
/*	color: #979797;*/
	font-weight: 600;
}

.about-t-sp span.about-t-sp1{
	 position: relative;
	color: #000106;
	padding-right: 12px;
	margin-right: 12px;

}


.about-t .about-t-sp span.about-t-sp1:after{

	 content: "";
    position: absolute;
    width: 3px;
    height: 90%;
    bottom: 0;
    right: 0;
    background-color: #000;


}

.about-t-sp:after{

	 content: "";
    position: absolute;
    width: 140px;
    height: 4px;
    bottom: 0;
    left: 0;
    background-color: #ffce29;


}


.about-bg{ background: url("static/index/css/images/about-bg.png") no-repeat center ;}


.about-rz img{
	display: block;
}

.about-rz h3{
	font-size: 16px;
	color: #2e2e2e;
	font-weight: 600;
	padding: 15px 0
}
/*
.rz-bg{
	background: url( "static/index/css/images/rz-bg.png") no-repeat top center ;
	margin-top: .5rem!important;
    padding-top: 1rem!important;}
*/





@media screen and (max-width: 768px) {


	.about-t h2{margin-bottom:15px; }

 .about-t p{

	font-size:16px;
	line-height: 2;

}
}

/*为什么选择我们*/

.xz-bg{padding-top: 0.5rem; background: url("static/index/css/images/xz-bg.png") no-repeat bottom center}
.xz-t h2{
	position: relative;
	font-size: 0.740740rem;
	color: #000106;
	font-weight: 600;
	padding-bottom: 24px;
	margin-bottom: 14px;

}

.xz-t h2:after{

	 content: "";
    position: absolute;
    width: 140px;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #000106;


}


.xz-t p{

	font-size: 18px;
	line-height: 2;

}

.xz-t p{

	margin-bottom: 24px;
}


.xz-c li{ width: 24.25%; float: left; margin-right: 1%; }


.xz-c li:last-child{margin-right:0}

.xz-cr{
	display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;


}

.xz-r-group{margin-bottom: 50px;}

.xz-r-group:last-child{margin-bottom: 0;}

.xz-cr-ico{
	width: 110px;
	height: 110px;
   margin-right: 30px;

}
.xz-cr-content{width: 72%;}
.xz-cr-content h4{
	font-size: 18px;
	color: #000106;
	margin-bottom: 18px;

}
.xz-cr-content h4 span{
	font-size: 14px;
	color: #939393;
}

.xz-cr-content p{
	font-size: 14px;
	color: #555555;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;

}

.circle-btn span {
  width: inherit;
  height: inherit;
  line-height: inherit;
  display: inherit;
  background-color: inherit;
  color: inherit;
  border-radius: inherit;
}

.circle-btn:hover {
  color: #ffffff;
  background-color: #ffffff;
  box-shadow: 0 10px 54px -4px rgba(0, 0, 0, 0.1);
}


.circle-btn2:hover {
  color: #ffffff;
  background-color: #ffffff;
  box-shadow: 0 10px 54px -4px rgba(0, 0, 0, 0.1);
}

.axivis-mission { position: relative; }


.axivis-mission .shape {
  width: 110px;
  height: 110px;

  border: 2px solid #546af4;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  animation: cspine 20s linear infinite;
}


.axivis-mission .shape2 {  border: 2px solid #ffb027;}
.axivis-mission .shape3 {  border: 2px solid #87bf1a;}




.axivis-mission .shape:before,  .axivis-mission .shape:after {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  left: -5.5px;
  top: 50%;
  background-color: #546af4;
  margin-top: -5px;
  box-shadow: 0 0 0 3px #ffffff;
  border-radius: 50%;
}

.axivis-mission .shape2:before,  .axivis-mission .shape2:after { background-color: #ffb027; }

.axivis-mission .shape3:before,  .axivis-mission .shape3:after { background-color: #87bf1a; }


.axivis-mission .shape:after {
  left: auto;
  right: -5.5px;
}




.axivis-mission .mission-icon {
  position: relative;
	width: 110px;
	text-align: center;
    top: 16px;
  margin-bottom: -50px;
}

/* .axivis-mission .mission-icon span {
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 52px;
}*/


.axivis-mission .mission-icon span{  font-size: 40px }

.axivis-mission .mission-icon span:hover {
  color: #ffffff;
}

 .axivis-mission .mission-icon span {
  transition-delay: 0.2s;
  transform: rotateY(0);
  transition: transform ease 0.4s;
}

.axivis-mission:hover {
  transform: translateY(0);
}

 .axivis-mission:hover .shape {
  border-color: #ef0f3a;
}

.axivis-mission:hover .shape:before, .axivis-mission:hover .shape:after {
  background-color: #ef0f3a;
}

.axivis-mission:hover .mission-icon span {
  background-color: #ef0f3a;
}

 .axivis-mission:hover .mission-icon span {
  transition-delay: 0.45s;
  transform: rotateY(360deg);
}
.slick-slide .axivis-mission .mission-content {
  box-shadow: none;
}

.slick-slide.slick-active .axivis-mission .mission-content {
  box-shadow: 0 0 49px -10px rgba(0, 0, 0, 0.09);
}






@keyframes move {
  0% {
    transform: translate(-50%, 5px);
    opacity: 0;
  }
  50% {
    transform: translate(-50%, 20px);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, 35px);
    opacity: 0;
  }
}

@keyframes cscale {
  from {
    transform: scale(0.9);
  }
  to {
    transform: scale(1.08);
  }
}

@keyframes cspine {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(359deg);
  }
}

@keyframes cspinereverse {
  from {
    transform: rotate(359deg);
  }
  to {
    transform: rotate(0);
  }
}

@keyframes cmoving {
  0% {
    transform: translate(0px, 0px);
  }
  20% {
    transform: translate(-50px, 0px);
  }
  50% {
    transform: translate(-50px, -50px);
  }
  70% {
    transform: translate(0px, -50px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}

/* Up Down Animation */
@keyframes upDown {
  from {
    transform: translateY(-50px);
  }
  to {
    transform: translateY(50px);
  }
}

/* Down Up Animation */
@keyframes downUp {
  from {
    transform: translateY(50px);
  }
  to {
    transform: translateY(-50px);
  }
}


@media screen and (max-width: 768px) {
.xz-t p{

	font-size: 16px;
	line-height: 2;

}

.xz-cr-ico{
	width: 80px;
	height: 80px;
  margin-right: 20px;
}

.axivis-mission .shape {
  width: 80px;
  height: 80px;
 }

  .circle-btn.xl{
    width: 60px;
    height: 60px;
    line-height: 60px;
  }


}



/*=====================================================
	团队体系结构开始
=====================================================*/

.td-bg{
	background: url("static/index/css/images/td-bg.jpg") no-repeat bottom right;
	padding-top: 1rem;
}




.service-layout2 .service-box2 .service-content {
  position: relative;
  z-index: 1;
  padding: 0 40px;
}



.service-layout2 .service-box2 .service-content p {
  margin-bottom: 0;
  transition: all ease 0.4s;
}



.service-layout2 .service-box2 {
  padding: 0 0;
  margin-bottom: 30px;
}

.service-layout2 .service-box2 .service-img {
  position: relative;
  top: 0;
  left: 0;
  transform: rotateX(0deg);
  opacity: 1;
  visibility: visible;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.service-layout2 .service-box2 .service-img img {
  width: 100%;
  transition: all ease 0.4s;
  transform: scale(1.01);
}

.service-layout2 .service-box2 .service-img:before {
  background-color: #030d23;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.4s;
}

.service-layout2 .service-box2 .service-img .service-icon2 {
  margin-bottom: 0;
  animation: none;
  position: absolute;
  left: 50%;
  top: 50%;
  background-color: #ef0f3a;
  font-size: 31px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  box-shadow: none;
  margin-top: -30px;
  margin-left: -30px;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.4s;
  transform: scale(1.5);
}

.service-layout2 .service-box2 .service-img .service-icon2 span {
	font-size: 30px;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  color: inherit;
  background-color: inherit;
  transition: all ease 0.4s;
  z-index: 1;
  display: inline-block;
  line-height: inherit;
}

.service-layout2 .service-box2 .service-img .service-icon2 .ripple {
  background-color: #ef0f3a;
}

.service-layout2 .service-box2 .bottom-icon {
  bottom: 0;
  visibility: visible;
  opacity: 1;
  border: 1px solid transparent;
  cursor:default;
}

.service-layout2 .service-box2 .service-content {
  overflow: hidden;
  border: 1px solid #f0f0f0;
  border-top: none;
  padding: 37px 30px;
  padding-bottom: 67px;
  background-color: #fbfbfb;
}

.service-layout2 .service-box2 .service-content .title:hover {
  color: #ef0f3a !important;
}

.service-layout2 .service-box2:hover .service-img img {
  transform: scale(1.04);
}

.service-layout2 .service-box2:hover .service-img .service-icon2 {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.service-layout2 .service-box2:hover .service-img:before {
  opacity: 0.59;
  visibility: visible;
}

.service-layout2 .service-box2:hover .service-content .title {
  color: #01133c;
}

.service-layout2 .service-box2:hover .service-content p {
  color: #696e78;
}

.service-layout2 .service-box2:hover .bottom-icon {
  border-color: #2a353e;
}






.service-layout2 .slick-track > [class^="col-"] {
  padding-left: 10px;
  padding-right: 10px;
}

.service-layout2 .slick-arrow {
  position: absolute;
  left: -115px;
  top: 50%;
  margin-top: -25px;
}

.service-layout2 .slick-arrow.slick-next {
  left: auto;
  right: -115px;
}



.service-layout2 .service-box2 .service-icon2 {
  width: 80px;
  height: 80px;
  display: inline-block;
  line-height: 80px;
  background-color: #0046e2;
  font-size: 38px;
  color: #ffffff;
  box-shadow: 0 5px 29px -10px #0046e2;
  margin-bottom: 30px;
  border-radius: 50%;
  z-index: 3;
  position: relative;
  transition: all ease 0.4s;
  animation: cscale 3s infinite alternate;
}


.service-layout2 .service-box2 .service-content .title {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  letter-spacing: 0.5px;
  color: #272b31;
  transition: all ease 0.4s;
}



.service-layout2 .service-box2 .service-content p {
	font-size: 14px;
	color: #272b31;
    margin-bottom: 0;
	text-overflow: ellipsis;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all ease 0.4s;
}





.service-layout2 .service-box2 .bottom-icon {
  font-size: 16px;
  margin-bottom: 0;
  position: absolute;
  bottom: -70px;
  left: 50%;
  margin-left: -40px;
  line-height: 45px;
  padding-top: 13px;
  background-color: #2a353e;
  box-shadow: none;
  opacity: 0;
  visibility: hidden;
  animation: none;
}

.service-layout2 .service-box2 .bottom-icon:hover {
  background-color: #ffffff !important;
  color: #2a353e;
}


.service-layout2 .service-box2 .bottom-icon {
  bottom: -40px;
  visibility: visible;
  opacity: 1;
  border: 1px solid transparent;
}



.service-layout2 .service-box2 .service-icon2{

    padding: 0;
    text-align: center;
}




.service-layout2 .service-box2 .service-icon2 span{font-size: 30px;}



.mb-a3{ margin-bottom: .3rem}






.oned{display: none}



.pb-m1{padding-bottom: 1rem}






.floa-lr{
	display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;


}
.bot-logo { margin-top: 15px;}

.bot-logo img{
	width: 30px;
	height: 30px;
    border-radius: 50%;
}

.bot-logo h4{
	font-size: 18px;
	font-weight: bold;
	margin-left: 15px;
	color: #272b31;

}



.anim-object2 {
  position: relative;
}


/*
.anim-object2:before {
  position: absolute;
  content: "";
  background-image: url(static/index/css/images/1.png);
  height: 300px;
  width: 300px;
  top: 10%;
  left: 1%;
  background-size: contain;
  background-repeat: no-repeat;
  animation-name: spinInfinit;
  animation-duration: 60s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  opacity: 0.8;
}
*/

.pricing-table-layout1:after {
  content: '';
  position: absolute;
  bottom: -105px;
  right: 0;
  width: 100%;
  height: 100%;
  max-width: 1165px;
  max-height: 415px;
  background-image: url("static/index/css/images/pricing-plan-bg3.png");
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
}


@keyframes spinInfinit {
	from {
		transform:rotate(0deg);
	}
	to {
		transform:rotate(360deg);
	}
}


.review__quotes--icon {
  position: absolute;
  right: 96px;
  top: 96px; }


 .pc-show{display: block}

 .non{ display: none}

@media screen and (max-width: 768px) {
.mb-a3{ margin-bottom: 5px}

}

@media screen and (max-width: 768px) {
/*
.flow-item {
    width: calc(100%);
}
*/


.pb-m1{padding-bottom:0}

  .pc-show{display: none}

  .flow-item {
    text-align: center;
    padding-top: 0.740740rem;
    position: relative;
    margin: 0 15px 10px;
    float: left;
}

  .main-wel {
    padding: 30px 20px 30px;
}

  .main-wel .t-c{text-align: left}
  .wel-content h4{ padding-bottom: 15px;font-size: 16px;}

  .wel-content p{text-overflow: ellipsis;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;}

  .well-services{
    height: auto;
  }
  .flow-item .flow-thumb .thumb{
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
  .flow-item .flow-thumb{
    width: 80px;
    height: 80px;
  }
  .alper{padding: 0; display: none}
  .phone-mockup{display: none}

  .oned{display: block}


    .zh3:nth-last-child(5),.zh3:nth-last-child(4),.zh3:nth-last-child(3),.zh3:nth-last-child(2),.zh3:nth-last-child(1){
    display: none
  }

  .app-screenshot{ padding-bottom: 0}

  .r-footer .copyright a{font-size: 14px!important}
  .single_blog p{font-size: 16px}

  .axivis-mission .mission-icon {
      position: relative;
    width: 60px;
    text-align: center;
    top: 10px;
    right: 0;
    left: 0;

    margin: 0 auto;
}

  .axivis-mission .shape {

  border: 1px solid #546af4;

}

  .axivis-mission .shape2 {  border: 1px solid #ffb027;}
.axivis-mission .shape3 {  border: 1px solid #87bf1a;}



.axivis-mission .shape:before, .axivis-mission .shape:after {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    left: -5.5px;
    top: 50%;

    margin-top: -5px;
    box-shadow: 0 0 0 5px #ffffff;
    border-radius: 50%;
}

.axivis-mission .shape:after {
  left: auto;
  right: -5.5px;
}

.axivis-mission .mission-icon span {
    font-size: 30px;
}

.xz-cr-content p {
    font-size: 14px;
    color: #555555;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.xz-cr-content h4 {
    font-size: 18px;
    color: #000106;
    margin-bottom: 10px;
}

.xz-r-group {
    margin-bottom: 20px;
}

  .non{ display: block}

}


.sbor{
      border-left: 5px solid #e6e6f2;border-radius: 10px;
}

.features-icon .fz45{ font-size: 45px}

.sweixi{
 position: relative

}

.sgonzh{
 position: relative

}

.fudo{
position: absolute;
    background-color: #fff;
	border: 1px solid #000;
    padding: 8px;
    width: 115px;
    height: 115px;
    top: -130px;
    left: -35px;

}

.fudo img{ width: 100%}


.fudo em {
    position: absolute;
    left: 45px;
    bottom: -10px;
    width: 0;
    height: 0;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-top: 10px solid #fff;
}


.erweim{display: none}
.gzh{display: none}

.sweixi:hover .erweim{display: block}


.sgonzh:hover .gzh{display: block}


.tban{display: block}
.tban-on{ display: none }



@media screen and (max-width: 768px) {

.tban{display: none}
.tban-on{ display: block }

}

@media screen and (max-width: 768px) {
    .cta-two__content {
        background:none;
        min-height: 2rem;
        padding: 0;
        margin-bottom: .8rem;
    }

    .cta-two__content p {
        font-size: 16px;
        line-height: 2;
        color: #001737;
        margin-top: 0;
        padding-bottom: 0.25rem;
    }
}

.blogs {
    padding: 0.7rem 0;
}





