@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;
    /*font: 400 14px/22px "Helvetica Neue","Helvetica","PingFang SC","Hiragino Sans GB","Microsoft YaHei","Noto Sans CJK SC","WenQuanYi Micro Hei","Arial",sans-serif;*/
    font-size: 14px;
    font-family: "Microsoft YaHei";
    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;
}
/* 标签属性，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;}

.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) {

    .menu a{ font-size: 15px;/*height: 1rem;*/line-height: 1rem;/*padding: 0*/}
    
.menu a:before {
    height: 1px;
}
    
  .menu span{ margin-right: 15px;} 
    
    
    .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: #333;
    display: inline-block;
    font-weight: bold;
    vertical-align: middle;
}
.cla_top p {
    color: #333;
    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) {
}

@media screen and (max-width: 424px) {
.flow-item {
    width: calc(100%);
}
}
.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(../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(../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(../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(../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(../images/flow-shape3.png) no-repeat center center;
    background-size: cover;
    animation-delay: 2.5s;
}


.flow-item.onea .flow-thumb::before {
    background: url(../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(../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(../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(../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(../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(../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(../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;
}
.features-icon {
    width: 20%;
    margin-right: 8%;
}
.features-content {
    width: 80%;
}
.features-content h4 {
    font-weight: 600;
    color: #001737;
    font-size: 18px;
    margin-bottom: .25rem;
}
.features-content p {
    font-size: 14px;
    line-height: 1.9;
    color: #576477;
}
.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("https://mx320.oss-cn-beijing.aliyuncs.com/default/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;
}
}
/*=== 我们是谁 ====*/
.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(../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(https://mx320.oss-cn-beijing.aliyuncs.com/default/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: #ff8201;
}
.blog-main-one {
    /*border-bottom: 1px dashed rgba(153, 153, 153, 0.2);*/
    padding: 1.5em 0;
}
.blog-main-one:hover {
    /*background: url(../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);
    border-radius: 3px;
    padding: 10px;
}
.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;
    padding-top: 15px;
    line-height: 1.6;
    clear: both;
    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(../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(../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(../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(../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(../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(../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(../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(../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: 100vw;
    height: 31.25vw;
    background-size: cover;
}

@media(max-width: 767px) {
.ny_banner_bj {
    width: 100%;
    height: 150px;
    background-size: cover;
}
}
/*================================================
内页 app案例
================================================*/


/*--blog--*/
.blog {
    padding: 3em 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(../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: #ff8201!important;
    border-color: #ff8201!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: 1px dashed #cacaca;
}
.pag > li:last-child > a {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.pag > .active > a {
    background-color: #ff8201;
    border-color: #ff8201;
}
.pag > li > a:hover {
    color: #ff8201
}

/*分页结束*/

@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: 100%;
    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: 0.8em;
    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;
}
.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;
}
.blog-main-one {
   /* border-bottom: 1px dashed rgba(153, 153, 153, 0.2);*/
    padding: 1.5em 0;
}
.blog-main-one:hover {
    /*background: url(../images/cabg.png)*/
}
.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(../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;
}
.blog-one-left p {
    margin-top: 0;
}
/*.pagination {
	margin: 4% 0 0 0;
}*/
.blog-main {
    margin-bottom: 1.1em;
    margin-top: 1.8em;
}
.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;
}
.text-top p {
    margin: 10px auto;
}
.text-top p span {
    margin: 0 10px;
}
.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: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-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 .5em 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(../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(../images/cabg.png);*/
}
.team_bgc {
    background: url(../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(../images/cabg.png);*/
}
.team_bgf {
    background: url(../images/tw38.png) no-repeat left top;
}
.bgfimg{ width:93814814rem; height:4.2rem;}



.bgf_m {
    margin-top: 190px;
    margin-left: 120px;
}
.idea {
    /*background: url(../images/tw20.png) no-repeat;*/
    padding: 30px 0;
}
.idea_ro {
    width: 130px;
    height: 130px;
    /*background: url(../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(../images/tw33.png) no-repeat left top;
   
   background-size: contain;
    
}    
  .team_bgc {
    background: url(../images/tw34.png) no-repeat left top;
    background-size: contain;
}  
    
  .team_bgf {
    background: url(../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(../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: 14px;
    color: #FB6000;
    margin-top: 10px;
}
.f6 {/* 链接横排自适应列表 */
    width: 100%;
    overflow: hidden;
    clear: both;
    padding: 10px;
}
.f6 li {
      float: left;
    font-size: 16px;
    padding: 8px 10px;
   
    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( ../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) {
    
    .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(../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(50%)}
}








.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("../images/lbg.png") bottom center no-repeat;background-size: cover;width: 100%;  }
        }
