﻿@charset "utf-8";
@font-face {
    font-family: 'tt';
    src: local('tt light'), local('tt');
}

* {
    margin: 0;
    padding: 0
}

img {
    border: none;
    border: 0;
    vertical-align: middle;
    max-width: 100%;
}

iframe {
    max-width: 100%;
    margin: 20px 0;
}

@media (max-width: 1023px) {
    iframe {
        height: auto;
        width: auto;
    }
}

html {
    font-size: 100%
}

body {
    position: relative;
    color: #212121;
    font-family: "tt", Arial, '微软雅黑';
    background: #f9f9f9;
}

ul {
    list-style-type: none;
}

.tc {
    text-align: center;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfixed:after {
    content: "";
    font-size: 0;
    height: 0;
    display: block;
    clear: both;
    visibility: hidden;
}

.fixed {
    position: fixed;
}

a {
    color: #05cf7c;
    text-decoration: none;
    border: none;
}

p {
    font-size: 14px;
    line-height: 22px;
}

h2 {
    font-size: 36px;
    line-height: 48px;
    margin-bottom: 20px;
}

h3 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 20px;
}

h4 {
    font-size: 25px;
    line-height: 28px;
    margin-bottom: 20px;
}

h5 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 20px;
}

#toolbar {
    display: none;
}
.wrapper{
    width: 90%;
    margin: 0 auto;
}
.htitle{
    text-align: center;
    margin-bottom: 30px;
}
.htitle h2{
    font-size: 30px;
}
.bg{
    padding: 40px 0;
    background: #eee;
}
.nobg{
    padding: 40px 0;
}
@media screen and (max-width: 960px) {
    #toolbar {
        color: #fff;
        width: 100%;
        position: relative;
        display: block;
        min-height: 50px;
        z-index: 1111;
    }

    #toolbar .fixed {
        bottom: 0;
        left: 0;
        width: 100%;
        background: #000;
    }

    #toolbar a {
        width: 100%;
        color: #fff;
        display: block;
        padding: 10px 0;
        line-height: 30px;
        font-size: 20px;
    }
    #toolbar a img{
        width: 25px;
        vertical-align: sub;
    }

    #toolbar a span {
        font-size: 22px;
        display: block;
    }

    #toolbar .x3 {
        text-align: center;

    }

    h2 {
        font-size: 24px;
        line-height: 24px;
    }

    h3 {
        font-size: 18px;
        line-height: 18px;
    }

    h4 {
        font-size: 16px;
        line-height: 16px;
    }

    h5 {
        font-size: 14px;
        line-height: 16px;
    }
}

pre {
    white-space: pre-wrap !important;
}

/*——————————————————————————————————————头部————————————————————————————————*/

.header {
    position: fixed;
    width: 20%;
    height: 100%;
    left: 0;
    top: 0;
    box-sizing: border-box;
    padding: 20px;
    background-color: #fff;
    z-index: 999;
}

.logo {
    position: relative;
    text-align: left;
}

.logo img {
    max-width: 100%;
}

.nav > ul {
    position: absolute;
    width: 100%;
    left: 0;
    top: 120px;
    max-height: 480px;
    overflow-y: auto;
}

.nav li a {
    position: relative;
    display: block;
    top: 0px;
    line-height: 48px;
    height: 48px;
    color: #fff;
    font-size: 17px;
    /*font-weight: 700;*/
    text-align: center;
    text-transform: uppercase;
    transition: 0.4s;
    margin: 0 15px;
    overflow: hidden;
}

.nav li {
    position: relative;
    background-color: rgba(115, 124, 136, 0);
    /*border-bottom: 1px solid rgba(115,124,136,.2);*/
    transition: 0.4s;
}

/*.nav li:first-child{border-top: 1px solid rgba(115,124,136,.2);}*/
.nav li.on a {
    color: #05cf7c;
}

.nav li a span {
    position: absolute;
    left: 0;
    top: -16px;
    width: 100%;
    font-size: 11px;
    color: #333;
    opacity: 0.4;
    filter: Alpha(Opacity=45);
    transition: 0.4s;
}

.side_close {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000;
    display: none;
}

.nav_icon {
    display: none;
    position: absolute;
    left: 10px;
    top: 14px;
    width: 50px;
    height: 50px;
    background-image: url("../images/nav-icon.png");
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: 99;
}

.side_icon {
    background-image: url("../images/btn_side-close.png") !important;
}

@media screen and (min-width: 1024px) {
    .nav li:hover, .nav .on1 {
        background-color: rgba(255, 255, 255, .2);
    }

    .nav li a:hover span {
        opacity: 0.5;
    }
}
.main{
    width: 80%;
    float: right;
}
.about_text{
    line-height: 2.4rem;
    max-height:300px;
    overflow:hidden;
}
.about_text p{
    line-height:30px;
}
.case ul{
    width: 90%;
    margin: 0 auto;
}
.case ul li{
    margin-top: 30px;
}
.case li .icon{
    float: left;
    width: 30%;
    text-align: center;
    margin-right: 20px;
}
.case li .text{
    padding-top: 20px;
    width: 60%;
    float: left;
}
.case li .text h3{
    font-size: 24px;
    color:#444;
}
.case li .text p{
    line-height: 30px;
    color:#666;
}
.case li .text .more{
    display: inline-block;
    width: 200px;
    height: 30px;
    line-height: 30px;
    color: #999;
    border:1px solid #999;
    font-size: 15px;
    text-align: center;
    border-radius: 5px;
    margin-top: 20px;
}
.case li .text .more:hover{
    background: #05cf7c;
    color: #fff;
    border-color: #05cf7c;
}
.product li{
    width: 33.333%;
    float: left;
    box-sizing: border-box;
    padding: 0 20px;
    text-align: center;
    margin-top: 30px;
}
.product li h3{
    font-size: 24px;
    margin-top: 15px;
    font-weight: normal;
}
.case ul{
    width: 100%;
}
.case li span{
    float: right;
    line-height: 30px;
    color: #999;
    margin-top: 20px;
}
/*---------------footer------------*/
.footer {
    position: fixed;
    width: 20%;
    left: 0;
    bottom: 0;
    padding: 30px;
    box-sizing: border-box;
    font-size: 12px;
    z-index: 1000;
}

.footer p {
    margin-bottom: 10px;
}

.footer p span {
}

.follow {
    margin-bottom: 10px;
}

.follow h6 {
    margin-bottom: 10px;
}

.follow a {
    padding-right: 4px;
    margin-bottom: 10px;
}

.follow a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.s-qq, .s-weibo, .s-taobao, .s-tt, .s-renren {
    display: inline-block;
    *display: inline;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.s-qq {
    background-image: url("../images/qq.png");
}

.s-renren {
    background-image: url("../images/social/light/renren.png");
}

.s-taobao {
    background-image: url("../images/social/light/taobao.png");
}

.s-weibo {
    background-image: url("../images/weibo.png");
}

.s-tt {
    background-image: url("../images/social/light/tt.png");
}

p.copy {
    font-size: 14px;
    color: #212121;
    line-height: 18px;
}

p.copy a {
    color: #fff;
}

.music {
    position: absolute;
    top: 6px;
    left: 6px;
    width: 24px;
    height: 24px;
    background-image: url("../images/play.gif");
    cursor: pointer;
    z-index: 9999;
}

/*——————————————————————————————————————幻灯片————————————————————————————————*/

@media screen and (max-width: 959px) {
    .slider_container {
        width: 100%;
        left: 0;
    }
}

/*——————————————————————————————————————about &contact————————————————————————————————*/
.head_img {
    position: relative;
    height: 0;
    height: 270px \0;
    overflow: hidden;
    box-sizing: border-box;
    background-color: #05cf7c;
    transition: 0.6s;
}

.head_img_h {
    height: 270px;
    transition: 0.6s;
}

.head_img img {
    width: 100%;
}

.head_img span {
    position: absolute;
    height: 140px;
    width: auto;
    min-width: 140px;
    line-height: 140px;
    text-align: center;
    font-size: 30px;
    padding: 10px;
    text-transform: uppercase;
    color: #fff;
    border: 5px solid #fff;
    bottom: 50px;
    left: 50px;
}

.head_img span span {
    display: none;
}

.head_img p.time_1 {
    position: absolute;
    bottom: 20px;
    left: 50px;
    font-size: 12px;
    opacity: 0.7;
}

.head_img p {
    position: absolute;
    font-size: 18px;
    line-height: 100px;
    bottom: 0;
    left: 50px;
    color: #fff;
}

.content {
    position: relative;
    padding: 50px;
    box-sizing: border-box;
}

.full {
    padding: 0 !important
}

.catg_hide {
    position: relative;
    display: none;
    top: 0;
    /*margin-top:-36px; */
    width: 100%;
    height: 36px;
    background-image: url("../images/down.png");
    background-position: right;
    background-repeat: no-repeat;
    background-size: 36px;
    /*background-color: rgba(0,0,0,.5);*/
    text-align: center;
    box-sizing: border-box;
}

.catg_hide_2 {
    background-image: url("../images/down2.png") !important;
}

.catg_name {
    position: absolute;
    bottom: 50px;
    right: 50px;
}

.catg_name a {
    padding-bottom: 6px;
    margin-left: 20px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
    border-bottom: 3px solid #ccc;
    border-bottom: 3px solid rgba(255, 255, 255, .5);
    transition: 0.6s;
}

.catg_name a.on {
    border-bottom: 3px solid #fff;
}

.detail_text {
    position: relative;
    background-color: #fff;
    padding: 30px;
    box-sizing: border-box;
}

.detailImg {
    text-align: center;
}

.detail_text img {
    max-width: 100%;
}

.detail_text p, .detail_text img {
    margin-bottom: 30px;
}

.detail_text p img {
    margin-top: 30px;
}

.detail_text p {
    font-size: 16px;
    color: #555;
    line-height: 30px;
}

.detail_text:after, .gallery_list:after, .news_box:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
}

.detail_btn {
    margin-top: 20px;
    position: relative;
}

.detail_btn .fl a {
    display: block;
    margin-bottom: 10px;
}

p.title_contact {
    font-size: 20px;
    color: #000;
    margin-bottom: 20px;
}

.title_contact span {
    display: none;
}

.form input, .formText {
    border: 1px solid #dedede;
    background-color: #fbfbfb;
    font-size: 14px;
    line-height: 18px;
    width: 100%;
    padding: 12px;
    text-align: left;
    margin: 0 auto;
    outline: medium;
    border-radius: 0;
    -webkit-appearance: none;
    box-sizing: border-box;
    transition: 0.4s;
}

.formText {
    text-align: left;
}

.form {
    position: relative;
    width: 60%;
}

form {
    position: relative;
    top: -10px;
}

.form textarea {
    height: 100px;
    max-width: 100%;
}

.form input:focus, .form textarea:focus {
    background-color: #fff;
    border: 1px solid #05cf7c;
}

.form dt {
    margin-top: 10px;
    color: #888;
    font-size: 12px;
    line-height: 22px;
    padding-bottom: 4px;
}

.form dl {
    width: 49%;
    float: left;
}

.form .first {
    margin-right: 2%;
}

.formBtn button {
    display: block;
    padding: 12px;
    width: 100%;
    background: #888;
    color: #fff;
    margin: 10px auto;
    line-height: 18px;
    cursor: pointer;
    border: none;
    transition: 0.4s;
}

.formBtn:before {
    content: "";
    display: block;
    height: 0;
    clear: both;
}

.formBtn button:hover {
    background-color: #05cf7c;
}

@media screen and (min-width: 1024px) {
    .catg_name a:hover {
        border-bottom: 3px solid rgba(255, 255, 255, .8);
    }
}

/*——————————————————————————————————————gallery————————————————————————————————*/
.gallery_list {
    margin-left: 10px;
}

.gallery_box {
    position: relative;
    width: 25%;
    float: left;
    overflow: hidden;
    box-sizing: border-box;
    padding: 10px 10px 0 0;
}

.gallery_box > div {
    overflow: hidden;
    position: relative;
}

.gallery_box img {
    width: 100%;
    transform: scale(1) rotate(0deg);
    -webkit-filter: grayscale(0) contrast(1);
    transition: 0.6s;
}

.gallery_box span {
    position: absolute;
    display: block;
    width: 100%;
    left: 0;
    bottom: 0;
    line-height: 40px;
    text-indent: 20px;
    color: #fff;
    font-size: 16px;
    transition: 0.4s;
    z-index: 10;
}

.gallery_box span:after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 40px;
    top: 0;
    bottom: 0;
    background-color: #05cf7c;
    z-index: -1;
    transition: 0.4s;
}

.gallery_box a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #fff;
    opacity: 0;
    filter: Alpha(opacity=0);
    z-index: 9;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.gallery_box a:hover {
    background: rgba(21, 21, 21, 0.5);
    opacity: 1;
}

.page {
    position: relative;
    height: 160px;
    background-color: #f4f4f4;
    text-align: center;
}

.page li {
    position: relative;
    top: 50px;
    display: inline-block;
    margin-left: -3px;
    background-color: #fff;
    transition: 0.3s;
}

.page li a {
    display: inline-block;
    font-size: 18px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    color: #555;
    box-sizing: border-box;
}

.page_on a {
    color: #fff !important;
    background-color: #05cf7c;
}

.page li:hover {
    opacity: 0.8;
}

.small {
    height: 100px !important
}

.ctrl {
    position: absolute;
    width: 50px;
    height: 50px;
    right: 50px;
    background: #999;
    border: 2px solid #999;
}

.ctrl a {
    position: relative;
    display: block;
    padding: 11px;
    height: 30px;
    width: 30px;
    border: 2px solid #fff;
}

.ctrl a:after {
    display: none;
}

a.btn_2:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
    opacity: 0;
    transition: 0.3s;
    z-index: 1;
}

a#back:after, a#prev:after, a#next:after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../images/btn-back.png");
    background-repeat: no-repeat;
    background-position: center;
    transition: 0.3s;
    z-index: 2;
}

a#back:after {
    background-image: url("../images/btn-back.png");
}

a#prev:after {
    background-image: url("../images/btn-prev.png");
}

a#next:after {
    background-image: url("../images/btn-next.png");
}

@media screen and (min-width: 1024px) {

    .gallery_box:hover span {
        line-height: 60px;
    }

    .gallery_box span:after {
        opacity: 0;
        filter: Alpha(opacity=0);
    }

    .gallery_box:hover span:after {
        height: 60px;
        opacity: 0.8;
        filter: Alpha(opacity=80);
    }

    .gallery_box:hover img {
        transform: scale(1.1);
    }

    a.btn_2:hover:before {
        height: 100%;
        opacity: 1;
    }

    a#back:hover:after {
        background-image: url("../images/btn-back2.png");
    }

    a#prev:hover:after {
        background-image: url("../images/btn-prev2.png");
    }

    a#next:hover:after {
        background-image: url("../images/btn-next2.png");
    }
}

/*——————————————————————————————————————news————————————————————————————————*/
.news_box {
    position: relative;
    margin-bottom: 50px;
}

.news_img {
    width: 40%;
    float: left;
}

.news_img img {
    width: 100%;
}

.news_text {
    position: absolute;
    right: 0;
    height: 100%;
    width: 60%;
    padding: 60px;
    float: right;
    background-color: #fff;
    box-sizing: border-box;
}

.news_text:before {
    content: "";
    position: absolute;
    top: 40%;
    left: -40px;
    border-right: 40px solid #FFFFFF;
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
}

.list_title {
    font-size: 20px;
    line-height: 22px;
    color: #222;
    margin: 20px 0;
    margin-top: 10px;
    transition: 0.3s;
}

.more_2 {
    margin-top: 15px;
}

.more_2 a {
    color: #fff;
    padding: 10px 60px;
    background-color: #888;
    transition: 0.3s;
}

.news_list .news_box:nth-child(2n) .news_img {
    float: right;
}

.news_list .news_box:nth-child(2n) .news_text {
    float: left;
    left: 0;
    right: auto;
}

.news_list .news_box:nth-child(2n) .news_text:before {
    left: auto;
    right: -40px;
    border-left: 40px solid #FFFFFF;
    border-right: none;
}

@media screen and (min-width: 1024px) {
    .more_2 a:hover {
        background-color: #05cf7c;
    }

    .list_title:hover {
        color: #05cf7c;
    }
}

.catg_name a.on {
    color: #fff !important;
}

/*——————————————————————————————————————整体响应式————————————————————————————————*/
@media screen and (max-width: 1440px) {
    .slider_container, .head_img, .content {
        width: 84%;
        left: 16%;
    }

    .header {
        padding: 20px;
        width: 16%;
    }

    .nav li a {
        text-indent: 20px;
        font-size: 15px;
        line-height: 42px;
    }

    .footer {
        padding: 20px;
    }

    .footer p {
        font-size: 12px;
        margin: 0;
    }

    .head_img_h {
        height: 200px;
    }

    .head_img span {
        height: 100px;
        min-width: 100px;
        line-height: 100px;
        font-size: 24px;
        left: 30px;
        bottom: 30px;
    }

    .catg_name {
        bottom: 30px;
        right: 30px;
    }

    .content {
        padding: 30px;
    }

    .news_box {
        margin-bottom: 30px;
    }

    .gallery_box span {
        font-size: 14px;
    }

    .news_text {
        padding: 40px;
    }

    .list_brief p {
        font-size: 12px;
        line-height: 20px;
    }

    .more_2 a {
        padding: 5px 25px;
        font-size: 12px;
    }

    .list_title {
        margin: 10px 0;
        margin-top: 6px;
    }
}

@media screen and (max-width: 959px) {
    .main{
        float: none;
        width: 100%;
        margin-top: 80px;
    }
    .camera_caption > div {
        padding: 10px;
    }

    .camera_pag {
        bottom: 12px;
        left: 6px;
    }

    .camera_commands, .camera_prev, .camera_next {
        opacity: 1 !important
    }

    .content {
        width: 100%;
        left: 0;
        padding: 20px;
        min-height: 30em;
    }

    .header {
        width: 100%;
        height: 80px;
        left: 0;
        padding: 8px;
    }

    .logo {
        height: 64px;
        margin: 0;
        text-align: center;
    }

    .logo img {
        height: 100%;
    }

    .nav li a {
        text-indent: 0;
        text-align: center;
        font-size: 16px;
        color: #fff !important;
    }

    .nav li a span {
        width: 100%;
        text-align: center;
        opacity: 0.6;
        color: #fff !important
    }

    .nav > ul {
        top: 100px;
        display: none;
    }

    .nav_icon {
        display: block;
    }

    .music {
        right: 10px;
        left: auto;
        top: 26px;
    }

    .footer {
        position: relative;
        width: 100%;
        background-color: #333;
        padding: 1em 15px;
        z-index: 111;
    }

    .footer p {
        color: #fff;
    }

    .footer p .mob_css_info {
        display: inline;
    }

    .follow {
        display: none;
    }

    p.copy {
        text-align: center;
        color: #fff;
    }

    p.copy a {
        color: #fff;
    }

    .catg_name a.on {
        color: #333 !important
    }

    .head_img_h {
        height: auto;
    }

    .detail_text p {
        font-size: 14px;
        line-height: 24px;
    }

    .head_img img {
        display: none;
    }

    .head_img span { /*border:none;width: 100%;left: 0;top: 0;padding: 0;line-height: 100px;*/
        display: none;
    }

    .catg_hide {
        display: block;
    }

    .catg_name a {
        font-size: 14px;
        padding: 0;
        border: none;
        margin: 0;
        line-height: 36px;
        display: block;
        background-color: #fff;
        color: #555;
    }

    .catg_name a.on {
        border: none;
        color: #05cf7c;
    }

    .catg_name {
        display: none;
    }

    .catg_name {
        width: 100%;
        position: relative;
        text-align: center;
        right: 0;
        bottom: 0;
    }

    .catg_hide p {
        line-height: 36px;
        color: #fff;
    }

    .has_sub {
        display: none;
        right: 0
    }

    .gallery_box span {
        overflow: hidden;
    }

    .small {
        height: 40px !important
    }

    .head_img p {
        line-height: 36px;
        font-size: 12px;
        left: 30px;
        width: 100%;
    }

    .ctrl {
        height: 30px;
        width: 30px;
        bottom: 6px;
        right: 30px;
    }

    .ctrl a {
        padding: 0;
        border: none;
        margin-right: 0;
    }

    .head_img p.time_1 {
        bottom: 10px;
        left: 30px;
        font-size: 11px;
    }

    .catg_hide p {
        left: 0;
    }

    .form {
        width: 100%;
    }

    .news_text {
        padding: 10px;
    }

    .list_brief {
        display: none;
    }

    .list_title {
        font-size: 16px;
        line-height: 20px;
    }

    .news_box {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 480px) {
    .bg,.nobg{
        padding: 25px 0;
    }
    .htitle{
        margin-bottom: 20px;
    }
    .htitle h2{
        font-size: 24px;
    }
    .about_text{
        font-size: 14px;
        line-height: 2rem;
    }
    .case li .text{
        padding-top: 0;
    }
    .case li .text h3{
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 10px;
    }
    .case li .text p{
        line-height: 24px;
        max-height: 72px;
        overflow: hidden;
    }
    .case li .text .more,.case li span{
        display: none;
    }
    .product li{
        width: 50%;
        margin-top: 0;
        padding: 0 15px;
    }
    .product li h3{
        font-size: 16px;
    }
    .footer p .mob_css_info {
        display: block;
    }

    .nav li a {
        line-height: 40px;
    }

    .nav li a span {
        position: relative;
        left: 4px;
        top: -1px;
    }

    .gallery_box {
        width: 50%;
    }

    .gallery_box span {
    }

    .page {
        height: 100px;
    }

    .page li {
        top: 35px;
        margin-left: -2px;
    }

    .page li a {
        font-size: 12px;
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

    .head_img p {
        font-size: 11px;
        left: 10px;
    }

    .ctrl {
        right: 10px;
    }

    .list_title {
        font-size: 12px;
        line-height: 16px;
        margin: 0;
    }

    p.time_1 {
        font-size: 11px;
    }

    .news_text:before {
        left: -10px;
        border-right: 10px solid #FFFFFF;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
    }

    .news_list .news_box:nth-child(2n) .news_text:before {
        border-left: 10px solid #FFFFFF;
        border-right: none;
        right: -10px;
    }

    .detail_text p {
        font-size: 12px;
        line-height: 20px;
    }

    .form input, .formText {
        padding: 4px;
    }

    .head_img p.time_1 {
        bottom: 10px;
        left: 10px;
    }

    .detail_text + .gallery_list .gallery_box {
        width: 100%
    }
}

@media screen and (min-width: 1024px) {
    .has_sub, .catg_name {
        display: block !important;
    }
}

@media screen and (min-width: 1681px) {
    .gallery_box {
        width: 25%;
    }
}

@media screen and (min-width: 1440px) {
    .detail_text + .gallery_list .gallery_box {
        width: 25%
    }
}

a, .nav li.on a, .list_title:hover, .catg_name a.on, .camera_caption a:hover {
    color: #05cf7c;
}

.head_img, .formBtn button:hover, .gallery_box span:after, .page_on a, .more_2 a:hover {
    background-color: #05cf7c;
}

.form input:focus, .form textarea:focus {
    border-color: #05cf7c;
}

li.cameracurrent > span {
    background: #05cf7c;
}

.header {
    background-color: #3c2414;
}

.nav li a, .nav li a span, p.copy {
}



.mob_css_info {
    display: block;
    text-align: left;
    color:#fff;
}

/*//翻页*/
.pages {
    clear: both;
    text-align: center;
    font-size: 0.8em;
    padding: 0 0 2em 0;
    color: #7e7064;
    margin-top: 1em;
}

.pages a, .pages span {
    display: inline-block;
    height: 2em;
    padding: 0 0.7em;
    margin: 0 0.2em !important;
    line-height: 2em
}

.pages a:link, .pages a:visited {
    color: #7e7064;
    border: 1px solid #ccc;
    background: #fff;
}

.pages a:hover, .pages a:active, .pages span.ctxt {
    background: #05cf7c;
    border: 1px solid #05cf7c;
    color: #fff;
    text-decoration: none
}


.lam_box .ow_links span{
    background: #3c2414;
}
.lam_box .message-submit{
    box-shadow: none;
    background:#3c2414;
}
.lam_box .ow_links h2 i{
    color: #000;
}
@media screen and (max-width: 480px){
    .main{
        margin-top: 50px;
    }
    .header{
        height: 50px;
        padding: 5px;
    }
    .logo{
        height: 40px;
    }
    .nav_icon{
        left: 10px;
        top: 10px;
        width: 30px;
        height: 30px;
    }
}