.home_focus {
    background-color: #ffc738;
    text-align: center;
    color: #000;
}

.device {
    width: 100%;
    height: 350px;
    border-radius: 20px;
    margin: 5px auto;
    position: relative;
}

.device .arrow-left {
    background: url(../images/arrows.png) no-repeat left top;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -15px;
    width: 17px;
    height: 30px;
    z-index: 999;
}

.device .arrow-right {
    background: url(../images/arrows.png) no-repeat left bottom;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -15px;
    width: 17px;
    height: 30px;
    z-index: 999;
}

.swiper-container {
    height: 350px;
    width: 100%;
}

.content-slide {
    padding: 20px;
    color: #fff;
}

.title {
    font-size: 25px;
    margin-bottom: 10px;
}

.pagination {
    position: absolute;
    left: 0;
    text-align: center;
    bottom: 5px;
    width: 100%;
    z-index: 9;
}

.swiper-pagination-switch {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #999;
    box-shadow: 0px 1px 2px #555 inset;
    margin: 0 3px;
    cursor: pointer;
}

.swiper-active-switch {
    background: #fff;
}

.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    /* Fix of Webkit flickering */
    z-index: 1;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    -webkit-transition-property: -webkit-transform, left, top;
    -webkit-transition-duration: 0s;
    -webkit-transform: translate3d(0px, 0, 0);
    -webkit-transition-timing-function: ease;

    -moz-transition-property: -moz-transform, left, top;
    -moz-transition-duration: 0s;
    -moz-transform: translate3d(0px, 0, 0);
    -moz-transition-timing-function: ease;

    -o-transition-property: -o-transform, left, top;
    -o-transition-duration: 0s;
    -o-transform: translate3d(0px, 0, 0);
    -o-transition-timing-function: ease;
    -o-transform: translate(0px, 0px);

    -ms-transition-property: -ms-transform, left, top;
    -ms-transition-duration: 0s;
    -ms-transform: translate3d(0px, 0, 0);
    -ms-transition-timing-function: ease;

    transition-property: transform, left, top;
    transition-duration: 0s;
    transform: translate3d(0px, 0, 0);
    transition-timing-function: ease;

    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.swiper-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}

.swiper-slide {
    float: left;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
}

.about_box {
    border: 2px solid #fff;
    padding: 20px 80px 20px 20px;
    color: #fff;
    display: inline-block;
    font-size: 26px;
    margin-top: 20px;
    line-height: 30px;
    border-radius: 3px;
    background: url("../images/ico_about.png") no-repeat 205px;
    background-size: auto 40px;
}

.home_content {
    padding: 30px 15px
}

.home_content h3.home_title {
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
    font-size: 40px;
}

.home_content h3.home_title i {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    margin-left: 10px
}

.category_tit {
    text-align: center;
    font-size: 40px;
    margin-top: 60px;
    margin-bottom: 10px;
    color: #000
}

.desc_tit {
    font-size: 14px;
    text-align: center;
    color: #808080
}

.category_list li {
    width: 50%;
    padding: 0 20px;
    margin-top: 50px;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.category_list li img {
    max-width: 100%;
}

.category_list li h3 {
    text-align: center;
    font-size: 24px;
    margin-top: 10px;
    color: #000
}

.about_list {
    background-color: #f6f5f4;
    padding: 50px 20px;
}

.about_list .met-edit {
    line-height: 50px;
    background-color: #fff;
    font-size: 14px;
    padding: 20px 20px 60px 20px;
    margin-top: 30px;
    color: #2a333c
}

.case_list {
    margin-top: 40px;
    overflow: hidden
}

.case_list .title_line {
    line-height: 30px;
    display: flex
}

.case_list .title_line .case_tit {
    font-size: 26px;
    font-weight: bold;
    flex: 1
}

.case_list .title_line .case_tit i {
    font-size: 22px;
    font-weight: normal
}

.case_list .title_line .case_more {
    font-size: 18px;
    font-weight: normal
}

.case-img {
    margin-top: 20px
}

.case-img, .case-img img {
    width: 100%
}

.case_all_btn {
    width: 50%;
    color: #fff;
    background-color: #006c2d;
    margin: 50px auto 20px auto;
    font-size: 26px
}

/*work list*/
.work_top {
    color: #fff;
    padding: 140px 40px;
    text-align: left
}

.work_top .b_tit {
    font-size: 60px
}

.work_top .s_tit {
    margin-top: 30px;
    color: #000;
    font-weight: bold;
    font-size: 40px;
}

.work_cate_nav {
    border-bottom: 1px solid #000;
    display: flex;
    font-size: 26px;
    margin-bottom: 26px;
}

.work_cate_nav a {
    color: #000;
    display: inline-block;
    padding: 0 10px
}

.work_cate_nav a.active {
    border-bottom: 3px solid #939393
}

.work_cate_nav .all {
    flex: 1
}

.work_cate_nav .cate_list {
}

/*service*/
.page_content {
    padding: 24px
}

.service_banner {
    background-color: #ffc738;
    color: #101010;
    text-align: center;
    vertical-align: middle;
    display: block;
    padding: 150px 0;
    margin-top: 80px;
}

.service_banner:first-child {
    margin-top: 56px
}

.service_title {
    display: flex;
    line-height: 30px;
    height: 30px;
    margin-top: 20px
}

.service_title .st_left {
    flex: 1;
}

.service_title strong {
    font-size: 30px
}

.service_title small {
    margin-left: 5px;
    font-size: 22px
}

.service_title a {
    font-size: 20px;
    color: #4d4d4d;
    padding-right: 20px;
    margin-right: 20px;

    background: url("../images/ico-right.png") no-repeat right;
}

.center_title {
    text-align: center;
    margin: 50px 0 10px 0;
    font-size: 20px
}

.nmt {
    margin-top: 0
}

.service_text {
    margin-top: 15px;
    font-size: 14px;
    line-height: 22px;
}

/*方法*/
.second_tit {
    font-weight: bold;
    font-size: 24px
}

.ff_text {
    background-image: url("../images/line-bg.png");
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100%;
    padding-bottom: 80px;
    font-size: 18px;
    line-height: 30px;
    margin-top: 10px
}

/*about*/
.about_c {
    text-align: left;
    padding: 80px 30px;
    font-size: 16px;
    color: #404040
}

.about_c p {
    line-height: 32px;
    padding: 18px 0
}

.about_c .title {
    color: #fff;
    font-size: 60px
}

.about_title {
    color: #fdd100;
    font-size: 60px;
    margin-top: 30px
}

.about_s_title {
    font-size: 20px;
    font-weight: bold;
    padding-left: 18px
}

.about_text {
    font-size: 14px;
    padding: 10px 30px
}

.about_split {
    display: flex;
    font-size: 16px;
    padding: 10px 18px
}

.about_split i {
    flex: 1;
    font-size: 26px
}

.plan_box {
    padding: 10px 30px
}

.plan_title {
    border-bottom: 1px solid #ccc;
    padding: 20px 0;
    font-weight: bold;
    font-size: 40px
}

.plan_c {
    display: flex
}

.plan_c .plist {
    flex: 1
}

.plan_c .plist .ptitle {
    font-weight: bold;
    font-size: 30px;
    padding: 20px 0
}

.plan_c .plist p {
    font-size: 26px
}

/*detail*/
.detail_box, .detail_more {
    padding: 30px 20px
}

.detail_more .title {
    font-size: 14px
}

.detail_more .list {
    width: 50%;
    float: left;
    padding: 15px 10px 15px 0
}

.detail_more .list .img {
    position: relative;
    font-size: 0
}

.detail_more .list .case_btn {
    position: absolute;
    bottom: 0;
    background-color: #6c6c6c;
    opacity: 0.4;
    color: #fff;
    padding: 5px;
    display: block;
    font-size: 22px;
}

.detail_more .list .case_title {
    font-weight: bold;
    font-size: 26px
}

.detail_more .list .case_des {
    font-size: 24px
}

/*contact_c*/
.contact_c .c_tit {
    font-weight: bold;
    font-size: 30px;
    padding-left: 15px
}

.contact_c .c_des {
    padding-top: 30px;
    padding-left: 15px
}

.contact_btn {
    color: #fff;
    padding: 15px;
    display: block;
    width: 50%;
    border: 2px solid #fff;
    margin: 30px auto;
    font-size: 34px
}

.contact_wechat {
    text-align: center;
    font-weight: bold;
    width: 50%;
    margin: 0 auto;
    font-size: 30px
}

/*message*/
.message_c .c_des {
    font-size: 24px
}

.form {
    font-size: 40px;
    color: #000
}

.form .title {
    padding-left: 40px;
    line-height: 80px;
    font-weight: bold;
    font-size: 30px;
}

.form .input {
    margin: 0;
    padding: 20px 0 20px 40px;
    line-height: 50px;
    width: 100%;
    border: 1px solid #ccc;
    border-left: none;
    border-right: none;
    font-size: 30px;
}

.form .check-main {
    padding: 10px 40px
}

.form .check-box {
    width: 50%;
    float: left
}

.form .check-box input[type=checkbox] {
    width: 35px;
    height: 35px;
    border: 1px solid #ccc;
    background: none;
    vertical-align: text-bottom
}

.form .check-box i {
    font-size: 26px;
    font-weight: normal;
    margin-left: 10px
}

.submit {
    width: 50%;
    padding: 20px 0;
    color: #000;
    background: #fcc000;
    margin: 40px auto;
    font-size: 26px;
    border: none;
    border-radius: 6px;
}

.success_page, .alert_page {
    top: 0;
    left: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99;
    display: none;
}

.success_page {
    background-color: #cccccc;
    opacity: 0.3
}

.alert_page .alert_box {
    background-color: #fcc000;
    text-align: center;
    font-size: 40px;
    z-index: 999;
    margin: 50% auto 0 auto;
    height: 200px;
    width: 70%;
    padding-top: 60px;
    border-radius: 10px;
}

.alert_page .alert_box .small {
    font-size: 22px
}


.about_nav {
    margin-top: 50px
}

.about_nav li {
    width: 33.3%;
    margin: 20px 0;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
}

.about_nav li a {
    display: block;
    width: 100%;
    height: 60px;
    line-height: 60px;
    background-color: #006c32;
    color: #fff;
    text-align: center;
    font-size: 28px;
}