﻿@charset "utf-8";
/* 此文件作为总入口，引入所有less文件，之后会编译为all.css */
/*CSS Document*/
/*init BEGIN*/
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
fieldset,
lengend,
button,
input,
textarea,
th,
td {
    margin: 0;
    padding: 0;
    outline: none;
}
/*清除内外边距*/
a:focus {
    -moz-outline-style: none;
}
/*IE不支持*/
a:focus {
    outline: none;
}
/*很多网站都会加的属性*/
body,
button,
input,
select,
textarea {
    /*for ie*/
    /*font:12px/1 Tahoma,Helvetica,Arial,"宋体",sans-serif;*/
    font: 12px/1 Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif;
    /*用 ascii 字符表示，使得在任何编码下都无问题*/
}
/*设置默认字体*/
address,
cite,
dfn,
em,
var {
    font-style: normal;
}
/*将斜体扶正*/
code,
kbd,
pre,
samp,
tt {
    font-family: "Courier New", Courier, monospace;
}
/*统一等宽字体*/
small {
    font-size: 12px;
}
/*小于 12px 的中文很难阅读，让 small 正常化*/
ul,
ol {
    list-style: none;
}
/*重置列表元素*/
a {
    text-decoration: none;
}
/*重置文本格式元素*/
abbr[title],
acronym[title] {
    /*注：1.ie6 不支持 abbr; 2.这里用了属性选择符，ie6 下无效果*/
    border-bottom: 1px dotted;
    cursor: help;
}

q:before,
q:after {
    content: '';
}
/*重置表单元素*/
legend {
    color: #000;
}
/*for ie6*/
fieldset,
img {
    border: none;
}
/*img 搭车：让链接里的 img 无边框*/
/*注：optgroup 无法扶正*/
button,
input,
select,
textarea {
    font-size: 100%;
    /*使得表单元素在 ie 下能继承字体大小*/
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}
/*重置表格元素*/
hr {
    border: none;
    height: 1px;
}
/*重置 hr*/
html {
    overflow-y: scroll;
}

@font-face {
    src: url('../public/DINCond-Medium.otf');
}
/*让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁*/
/*清除float BEGIN*/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
    display: block;
    zoom: 1;
}
/*清除float END*/
/*init END*/
/*banner BEGIN*/
.cg_banner {
    width: 100%;
    overflow: hidden;
    position: relative;
}
/*子页banner高度*/
.cg_banner,
.cg_banner_listbox,
.cg_banner_listbox ul,
.cg_banner_listbox ul li,
.cg_banner_listbox ul li a {
    display: block;
    height: 319px;
}
    /*首页banner高度*/
    .cg_banner.cg_index_banner,
    .cg_index_banner .cg_banner_listbox,
    .cg_index_banner .cg_banner_listbox ul,
    .cg_index_banner .cg_banner_listbox ul li,
    .cg_index_banner .cg_banner_listbox ul li a {
        display: block;
        height: 788px;
    }

.cg_banner_listbox {
    position: relative;
    height: 100%;
    z-index: 0;
}

    .cg_banner_listbox ul li {
        zoom: 1;
        vertical-align: middle;
        position: relative;
    }
    .cg_banner_listbox ul li:nth-child(2) h1{
        display: none;
    }
    .cg_banner_listbox ul li:nth-child(2) a{
        display: none;
    }
    .cg_banner_listbox ul li:nth-child(1) h1{
        display: none;
    }
    .cg_banner_listbox ul li:nth-child(1) a{
        display: none;
    }
.ban1 {
    width: 1200px;
    height: 788px;
    margin: 0 auto;
    overflow: hidden;
}

.ban1_1 {
    width: 100%;
    height: 220px;
    margin-top: 330px;
    position: relative;
    transition: all 0.4s;
    top: -140px;
    opacity: 0;
}

    .ban1_1.on {
        top: 0;
        opacity: 1;
    }

    .ban1_1 h1 {
        font-size: 46px;
        color: #fff;
        text-transform: uppercase;
        margin-bottom: 30px;
    }

    .ban1_1 span {
        font-size: 18px;
        color: #fff;
        display: inline-block;
        margin-bottom: 30px;
        transition: .5s;
    }

    .ban1_1 > a {
        display: block;
        width: 165px;
        height: 35px !important;
        border: 1px solid #07b56c;
        text-align: center;
        line-height: 35px;
        text-transform: uppercase;
        font-size: 12px;
        color: #fff;
        transition: .3s;
    }

        .ban1_1 > a:hover {
            background: #07b56c;
            transition: .5s;
        }
/*li按钮*/
.cg_banner .hd {
    height: 30px;
    overflow: hidden;
    position: absolute;
    right: 0;
    bottom: 5px;
    z-index: 1;
    width: 100%;
}

    .cg_banner .hd ul {
        overflow: hidden;
        zoom: 1;
        clear: both;
        width: 100%;
        text-align: center;
    }

        .cg_banner .hd ul li {
            display: inline-block;
            margin: 0 2px;
            width: 30px;
            height: 2px;
            text-align: center;
            cursor: pointer;
            overflow: hidden;
            background-image: url(../images/ban_li1.png);
        }

            .cg_banner .hd ul li.on {
                background-image: url(../images/ban_li2.png);
            }
/*前/后按钮代码*/
.cg_banner .prev,
.cg_banner .next {
    position: absolute;
    left: -4%;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 63px;
    height: 63px;
    background: url(../images/ban_l1.png) no-repeat;
    /* filter: alpha(opacity=50);
  opacity: 0.5; */
    z-index: 9;
    transition: .3s;
}

.cg_banner .next {
    left: auto;
    right: -4%;
    background-image: url(../images/ban_l2.png);
    transition: .3s;
}

    .cg_banner .next:hover {
        background-image: url(../images/ban_l2_2.png);
        transition: .5s;
    }

.cg_banner .prev:hover {
    background-image: url(../images/ban_l1_1.png);
    transition: .5s;
}

.cg_banner .prevStop {
    display: none;
}

.cg_banner .nextStop {
    display: none;
}

.cg_index_banner:hover .prev {
    left: 3%;
}

.cg_index_banner:hover .next {
    right: 3%;
}
/*banner END*/
/*上下篇 BEGIN*/
.sub_updown_hei {
    height: 26px;
    line-height: 26px;
}

.sub_updown {
    clear: both;
    font-family: "微软雅黑";
    overflow: hidden;
    font-size: 12px;
    padding: 4px 0;
    width: 100%;
}

    .sub_updown div {
        clear: both;
        overflow: hidden;
        margin: 6px 0px;
        height: 26px;
        line-height: 26px;
    }

        .sub_updown div a {
            display: block;
            color: #666;
            height: 26px;
            line-height: 26px;
        }

            .sub_updown div a[href]:hover {
                color: #06F;
            }

    .sub_updown span {
        display: block;
        float: left;
        cursor: pointer;
        height: 26px;
        line-height: 26px;
    }
/*上下篇 END*/
/*分页 BEGIN*/
.ql_fenye {
    clear: both;
    width: 100%;
    text-align: right;
    font-family: "微软雅黑";
    font-size: 12px;
    margin-top: 50px;
}

    .ql_fenye a {
        display: inline-block;
        width: 35px;
        height: 35px;
        font-size: 14px;
        color: #a9a9a9;
        line-height: 35px;
        text-align: center;
        vertical-align: middle;
    }

    .ql_fenye span {
        display: inline-block;
        width: 35px;
        height: 35px;
        font-size: 14px;
        color: #fff;
        line-height: 35px;
        text-align: center;
        background: #07b56c;
        vertical-align: middle;
    }

    .ql_fenye a.a1 {
        font-size: 25px;
        color: #a9a9a9;
        line-height: 35px;
        vertical-align: middle;
    }

    .ql_fenye a[href]:hover {
        background: #07b56c;
        color: #fff;
    }
/*选中需要全部important一下*/
/*分页 END*/
/*百度地图*/
.iw_poi_title {
    color: #CC5522;
    font-size: 14px;
    font-weight: bold;
    overflow: hidden;
    padding-right: 13px;
    white-space: nowrap;
}

.iw_poi_content {
    font: 12px arial, sans-serif;
    overflow: visible;
    padding-top: 4px;
    white-space: -moz-pre-wrap;
    word-wrap: break-word;
}

a[href] * {
    cursor: pointer;
}

a[href] img:hover {
    filter: alpha(opacity=80);
    opacity: 0.8;
    -moz-opacity: 0.8;
}
/*此文件放置共用函数、变量等*/
/* 手机rem单位字号，与js保持一致 */
/* 兼容IE7 透明度写法 */
/* 字体设置 */
/* 定位属性 */
/* 遮罩层定位 */
/* 截字符 */
.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
/* 公用类 */
body {
    font-size: 12px;
    color: #333;
    line-height: 1.8;
    font-family: "微软雅黑";
}
/* 清楚浮动 */
.clearfix {
    zoom: 1;
}

    .clearfix:after {
        content: "\0020";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

input {
    background: none;
    font-family: 微软雅黑;
    border: none;
}

textarea {
    background: none;
    font-family: 微软雅黑;
    border: none;
}

.hxq_gaba {
    display: inline-block;
    line-height: 26px;
    padding-left: 25px;
    min-height: 20px !important;
    background: url(../images/bah_10.png) no-repeat left center;
}

.hxq_w1920 {
    position: relative;
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
}

.hxq_w1200 {
    width: 1200px;
    margin: 0 auto;
}

.hxq_w1003 {
    width: 1003px;
    margin: 0 auto;
}
/* CSS Document */
/*以下为公用样式，不可以修改，如涉及到参数请在html页面删除相应的class或id*/
body {
    font-size: 12px;
    line-height: 26px;
    font-family: "微软雅黑";
    white-space: normal;
    word-break: break-word;
}

.cg_fs {
    font-family: "宋体";
}

.cg_l {
    float: left;
}

.cg_r {
    float: right;
}
/*width*/
.w1002,
.w1004,
.w1100,
.w1200,
.w1216,
.w1280 {
    margin: 0 auto;
}

.w1002 {
    width: 1002px;
}

.w1004 {
    width: 1004px;
}

.w1100 {
    width: 1100px;
}

.w1200 {
    width: 1200px;
}

.w1216 {
    width: 1216px;
}

.w1280 {
    width: 1280px;
}
/*height*/
.cg_height5 {
    height: 5px;
}

.cg_height10 {
    height: 10px;
}

.cg_height15 {
    height: 15px;
}

.cg_height20 {
    height: 20px;
}

.cg_height25 {
    height: 25px;
}

.cg_height30 {
    height: 30px;
}

.cg_height35 {
    height: 35px;
}

.cg_height40 {
    height: 40px;
}

.cg_height45 {
    height: 45px;
}

.cg_height50 {
    height: 50px;
}

.cg_height55 {
    height: 55px;
}

.cg_height60 {
    height: 60px;
}

.cg_height65 {
    height: 65px;
}

.cg_height70 {
    height: 70px;
}

.cg_height75 {
    height: 75px;
}

.cg_height80 {
    height: 80px;
}

.cg_height85 {
    height: 85px;
}

.cg_height90 {
    height: 90px;
}

.cg_height95 {
    height: 95px;
}

.cg_height100 {
    height: 100px;
}

.cg_height105 {
    height: 105px;
}

.cg_height110 {
    height: 110px;
}

.cg_height115 {
    height: 115px;
}

.cg_height120 {
    height: 120px;
}

.cg_height125 {
    height: 125px;
}

.cg_height130 {
    height: 130px;
}

.cg_height135 {
    height: 135px;
}

.cg_height140 {
    height: 140px;
}

.cg_height145 {
    height: 145px;
}

.cg_height150 {
    height: 150px;
}
/*margin*/
.cg_margin_rightno {
    margin-right: 0 !important;
}

.cg_margin_topno {
    margin-top: 0 !important;
}

.cg_margin_bottomno {
    margin-bottom: 0 !important;
}

.cg_margin_leftno {
    margin-left: 0 !important;
}
/*padding*/
.cg_padding_leftno {
    padding-left: 0 !important;
}

.cg_padding_rightno {
    padding-right: 0 !important;
}

.cg_padding_topno {
    padding-top: 0 !important;
}

.cg_padding_bottomno {
    padding-bottom: 0 !important;
}
/*border*/
.cg_border_topno {
    border-top: none !important;
}

.cg_border_leftno {
    border-left: none !important;
}

.cg_border_rightno {
    border-right: none !important;
}

.cg_border_bottomno {
    border-bottom: none !important;
}
/*关键字样式*/
.ql_subpag_about a {
    font-weight: bold;
    color: #000;
}

    .ql_subpag_about a:hover {
        color: #666;
    }

.qgl_mgaba {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    line-height: 26px;
    padding-left: 25px;
    min-height: 20px !important;
    background: url(../images/gaba.png) no-repeat left center;
}
/*以上为公用样式，不可以修改，如涉及到参数请在html页面删除相应的class或id*/
/*头部*/
.top {
    width: 100%;
    height: 46px;
    background: #34495e;
    position: relative;
    z-index: 9999;
}

    .top.on {
        display: none;
    }

.top1 {
    width: 1200px;
    height: 46px;
    margin: 0 auto;
    line-height: 46px;
}

    .top1 > span {
        float: left;
        margin-right: 25px;
        color: #7f8a95;
    }

        .top1 > span img {
            float: left;
            margin-top: 16px;
            margin-right: 7px;
        }

.ss {
    width: 56px;
    height: 46px;
    float: right;
    background: #7f8a95;
    background-image: url(../images/top3.png);
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    transition: .5s;
}

    .ss:hover {
        background: #34495e;
        background-image: url(../images/top3.png);
        background-repeat: no-repeat;
        background-position: center;
        transition: .3s;
    }

.zhe {
    background: #000;
    position: fixed;
    top: 0;
    left: 50%;
    width: 100%;
    height: 100%;
    margin-left: -50%;
    z-index: 9999;
    opacity: 0.7;
    display: none;
}

.zhe1 {
    background: #000;
    position: fixed;
    top: 0;
    left: 50%;
    width: 100%;
    height: 100%;
    margin-left: -50%;
    z-index: 999999;
    opacity: 0.7;
    display: none;
}

.sousuo {
    width: 750px;
    height: 75px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -375px;
    margin-top: -57px;
    background: #fff;
    z-index: 99999;
    display: none;
}

.sousuo1 {
    width: 638px;
    height: 75px;
    float: left;
}

    .sousuo1 input {
        width: 580px;
        height: 75px;
        line-height: 75px;
        font-size: 16px;
        color: #3d3d3d;
        margin-left: 30px;
    }

.sousuo2 {
    float: left;
    width: 112px;
    height: 75px;
    background: #07b56c;
    background-image: url(../images/top4.png);
    background-repeat: no-repeat;
    background-position: center;
    transition: .3s;
}

    .sousuo2:hover {
        background: #34495e;
        background-image: url(../images/top4.png);
        background-repeat: no-repeat;
        background-position: center;
        transition: .3s;
    }

.top2 {
    width: 195px;
    height: 46px;
    float: right;
}

    .top2 a {
        display: block;
        width: 22px;
        height: 22px;
        margin-top: 13px;
        float: left;
        transition: .3s;
        position: relative;
        margin-left: 6px;
        margin-right: 6px;
        z-index: 999;
    }
    .top2.bdsharebuttonbox{
        height:46px;
        display: none;
    }
    .top2.bdsharebuttonbox a {
        float: none;
        width: 22px;
        height: 22px !important;
        margin: 13px 6px 0;
        padding: 0;
    }

        .top2.bdsharebuttonbox a.sy {
            background-image: url(../images/top8.png);
            background-position: center;
            background-repeat: no-repeat;
        }

            .top2.bdsharebuttonbox a.sy:hover {
                background-image: url(../images/top8_8.png);
                transition: .3s;
            }

        .top2.bdsharebuttonbox a.sc {
            background-image: url(../images/top9.png);
            background-position: center;
            background-repeat: no-repeat;
        }

            .top2.bdsharebuttonbox a.sc:hover {
                background-image: url(../images/top9_9.png);
                transition: .3s;
            }

        .top2.bdsharebuttonbox a.qq {
            background-image: url(../images/top5.png);
            background-position: center;
            background-repeat: no-repeat;
        }

            .top2.bdsharebuttonbox a.qq:hover {
                background-image: url(../images/top5_5.png);
                transition: .3s;
            }

        .top2.bdsharebuttonbox a.wx {
            background-image: url(../images/top6.png);
            background-position: center;
            background-repeat: no-repeat;
        }

            .top2.bdsharebuttonbox a.wx:hover {
                background-image: url(../images/top6_6.png);
                transition: .3s;
            }

        .top2.bdsharebuttonbox a.wb {
            background-image: url(../images/top7.png);
            background-position: center;
            background-repeat: no-repeat;
        }

            .top2.bdsharebuttonbox a.wb:hover {
                background-image: url(../images/top7_7.png);
                transition: .3s;
            }

        .top2.bdsharebuttonbox a.qq img {
            position: absolute;
            top: -130px;
            left: -40px;
            z-index: 9999;
        }

        .top2.bdsharebuttonbox a.qq:hover img {
            /*top: 35px;
            transition: .5s;
            z-index: 999;*/
        }

.nav {
    width: 100%;
    height: 110px;
    margin: 0 auto;
    position: absolute;
    z-index: 9999;
}

    .nav.on {
        position: fixed;
        top: 0px;
        background: #000;
        transition: .5s;
    }

        .nav.on .nav2 {
            margin-top: 20px;
            transition: .5s;
        }

        .nav.on .logo {
            margin-top: 5px;
            transition: .5s;
        }

.nav1 {
    width: 1200px;
    height: 110px;
    margin: 0 auto;
}

.cg_index_banner {
    overflow: hidden;
}

.logo {
    width: 238px;
    height: 100px;
    float: left;
    display: block;
    margin-top: 30px;
}

.nav2 {
    width: 660px;
    height: 70px;
    float: right;
    margin-top: 50px;
}

    .nav2 > ul {
        min-width: 775px;
        height: 70px;
    }

        .nav2 > ul > li {
            float: left;
            margin-left: 50px;
            line-height: 70px;
            height: 70px;
            text-align: center;
            position: relative;
        }

.ov {
    overflow: hidden;
    height: 70px;
}

.sub {
    width: 125px;
    min-height: 40px;
    position: absolute;
    left: 0px;
    top: 100px;
    background: rgba(255, 255, 255, .8);
    opacity: 0;
    transition: .3s;
    visibility: hidden;
    padding: 10px;
    box-sizing: border-box;
}

    .sub ul li {
        /* width: 125px; */
        /* height: 40px; */
        line-height: 20px;
        text-align: center;
        transition: .5s;
        margin-bottom: 20px;
    }

        .sub ul li:hover {
            background: #07b56c;
            transition: .5s;
        }

            .sub ul li:hover a {
                color: #fff;
            }

.nav2 > ul > li:hover .sub {
    top: 70px;
    opacity: 1;
    transition: .5s;
    visibility: visible;
}

.sub ul li a {
    font-size: 14px;
    color: #333;
}

.nav2 ul > li > .ov > a {
    font-size: 16px;
    color: #fff;
    position: relative;
    height: 70px;
    display: block;
    width: 100%;
    left: 0;
    transition: all 0.4s;
    font-weight: 700;
}

.nav2 ul > li .ov > a.en {
    font-size: 14px;
    color: #fff;
    display: block;
    height: 70px;
    text-transform: uppercase;
}

.nav2 > ul > li .ov > em {
    position: absolute;
    width: 0;
    height: 2px;
    background: #07b56c;
    left: 50%;
    bottom: 0;
    transition: all 0.4s;
}

.nav2 > ul > li .ov:hover em {
    width: 100%;
    left: 0;
}

.nav2 > ul > li .ov:hover > a {
    margin-top: -70px;
}

    .nav2 > ul > li .ov:hover > a.en {
        margin-top: 0px;
    }

.nav2 > ul > li.on .ov {
    width: 100%;
    left: 0;
}

    .nav2 > ul > li.on .ov > a {
        margin-top: -70px;
    }

    .nav2 > ul > li.on .ov a.en {
        margin-top: 0px;
    }

    .nav2 > ul > li.on .ov > em {
        width: 100%;
        left: 0;
    }

.jj {
    width: 100%;
    height: 566px;
    overflow: hidden;
}

.jj1 {
    width: 50%;
    height: 566px;
    float: left;
    text-align: center;
}

.jj2 {
    width: 50%;
    height: 566px;
    float: left;
}

    .jj2 img {
        width: 100%;
        height: 100%;
    }

.jj2 iframe {
    width: 100%;
    height: 100%;
}

.jj1 h2 a {
    display: block;
    height: 60px;
    width: 156px;
    margin: 100px auto;
    margin-bottom: 25px;
    line-height: 60px;
    text-align: center;
    font-size: 24px;
    color: #000;
    border-bottom: 3px solid #07b56c;
    font-weight: normal;
    transition: .3s;
}

    .jj1 h2 a:hover {
        width: 200px;
        transition: .5s;
    }

.jj3 {
    display: none;
    width: 385px;
    height: 65px;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    color: #333;
    line-height: 30px;
    overflow: hidden;
}

.jj1 p {
    font-size: 16px;
    line-height: 40px;
    color: #666;
    margin-top: 45px;
}

.jj4 {
    display: block;
    margin: 65px auto;
    width: 150px;
    height: 37px;
    box-shadow: 0 0 15px #eaeaea;
}

    .jj4:hover em {
        background: #07b56c;
        transition: .5s;
    }

    .jj4:hover span {
        color: #07b56c;
        transition: .5s;
    }

    .jj4 span {
        display: block;
        float: left;
        width: 112px;
        height: 37px;
        line-height: 37px;
        text-align: center;
        font-size: 14px;
        color: #aba8a8;
        text-transform: uppercase;
        transition: .3s;
    }

    .jj4 em {
        display: block;
        width: 37px;
        height: 37px;
        float: right;
        background: #818e9b;
        text-align: center;
        transition: .3s;
    }

        .jj4 em img {
            margin-top: 12px;
        }

.cp {
    width: 100%;
    height: 966px;
    background-image: url(../images/cp2.jpg);
    margin-top: 209px;
    position: relative;
}

.cp1 {
    width: 1200px;
    height: 806px;
    margin: 0 auto;
    text-align: center;
    padding-top: 160px;
}

.cp2 {
    position: absolute;
    left: 50%;
    top: -160px;
    display: block;
    margin-left: -260px;
}

.cp_p1 {
    color: #fff;
    font-size: 12px;
}

.cp_p2 {
    font-size: 14px;
    color: #fff;
}

.cp3 {
    width: 1200px;
    height: 750px;
}

    .cp3 .hd {
        width: 1200px;
        height: 30px;
        margin-top: 50px;
        text-align: center;
    }

        .cp3 .hd ul li {
            width: 96px;
            height: 30px;
            display: inline-block;
            background: #fff;
            margin-left: 17px;
            margin-right: 17px;
            line-height: 30px;
        }

            .cp3 .hd ul li a {
                display: block;
                font-size: 14px;
                color: #6b6b6b;
                width: 100%;
                height: 100%;
            }

        .cp3 .hd ul .on {
            background: #1f2323;
            transition: .5s;
        }

            .cp3 .hd ul .on a {
                color: #fff;
                transition: .5s;
            }

    .cp3 .bd > div {
        width: 1200px;
        height: 600px;
        margin-top: 50px;
    }

.bd1 ul {
    width: 1300px;
}

.bd1 ul li {
    width: 344px;
    height: 505px;
    float: left;
    margin-right: 54px;
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .08);
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
}
.cp3 .bd1 ul li {
    padding: 10px;
}
.cp3 .bd1 ul li > div {
    position: relative;
    width: 344px;
    height: 505px;
}
.mat_cp .cp_bt a em {
    display: none !important;
}

.bd1 ul li:hover {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .18);
}

        .bd1 ul li > em {
            display: block;
            position: absolute;
            left: 0px;
            bottom: 0px;
            width: 0px;
            height: 5px;
            overflow: hidden;
            transition: .3s;
        }

        .bd1 ul li:hover > em {
            width: 100%;
            height: 5px;
            background: #07b56c;
            transition: .5s;
        }

.cp_bt {
    height: 80px;
    width: 284px;
    padding-left: 35px;
    padding-right: 25px;
    margin-top: 45px;
    position: relative;
    z-index: 9;
}

.cp_bt1 {
    width: 100px;
    height: 80px;
    float: left;
    font-size: 24px;
    color: #000;
    font-weight: bold;
    text-align: left;
}

    .cp_bt1 p {
        font-size: 18px;
        color: #000;
        font-weight: normal;
    }

.cp_bt a {
    display: block;
    width: 25px;
    height: 17px;
    float: right;
    position: relative;
}

    .cp_bt a em {
        display: block;
        width: 199px;
        height: 45px;
        background-image: url(../images/cp4.png);
        position: absolute;
        top: 25px;
        right: -260px;
        text-align: center;
        line-height: 50px;
        font-size: 14px;
        color: #fff;
        transition: .5s;
    }

@media screen and (max-width: 500px) {
    .cp_bt a em {
        display: none !important;
    }
}

.bd1 ul li:hover .cp_bt a em {
    right: -30px;
    transition: .5s;
}

.cp_tu {
    display: block;
    width: 100%;
    position: relative;
    text-align: center;
    overflow: hidden;
    padding-bottom: 62.7%;
}

    .cp_tu img {
        /*margin-top: 45px;*/
        transition: .3s;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }

.bd1 ul li:hover .cp_tu img {
    transform: scale(1.1,1.1);
    transition: .5s;
}

.cp_bot {
    width: 280px;
    height: 80px;
    margin: 0 auto;
}

    .cp_bot h3 {
        width: 100%;
        height: 40px;
        border-bottom: 1px solid #e5e5e5;
        line-height: 40px;
        text-align: left;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

        .cp_bot h3 a {
            font-size: 16px;
            color: #383838;
        }

.cp_bot1 {
    width: 100%;
    height: 40px;
    line-height: 40px;
}

    .cp_bot1 span {
        text-transform: uppercase;
        color: #8c8c8c;
        font-size: 12px;
        float: left;
    }

    .cp_bot1 em {
        display: block;
        width: 20px;
        height: 11px;
        float: right;
        margin-top: 17px;
        background-image: url(../images/cp6.png);
        margin-right: 10px;
        transition: .5s;
    }

.bd1 ul li:hover .cp_bot1 em {
    background-image: url(../images/cp6_6.png);
    margin-right: 0px;
    transition: .5s;
}

.cpp {
    width: 100%;
    position: relative;
}

    .cpp .hd1 {
        width: 100%;
        height: 20px;
        text-align: center;
        position: absolute;
        bottom: 20px;
    }

        .cpp .hd1 ul li {
            display: inline-block;
            width: 12px;
            height: 12px;
            background-image: url(../images/cp7.png);
            text-indent: 99px;
            overflow: hidden;
            margin-right: 6px;
            margin-left: 6px;
            cursor: pointer;
        }

        .cpp .hd1 ul .on {
            background-image: url(../images/cp7_7.png);
        }

    .cpp .bd1 {
        width: 1200px;
        height: 530px;
        overflow: hidden;
    }

.xw {
    position: relative;
    z-index: 10;
    width: 100%;
    height: 900px;
    background-image: url(../images/xw1.jpg);
}

.xw1 {
    width: 1200px;
    height: 900px;
    margin: 0 auto;
    overflow: hidden;
}

.xw_bt {
    width: 100%;
    height: 60px;
    margin-top: 65px;
}

.xw_bt1 {
    display: block;
    width: 160px;
    height: 60px;
    float: left;
    line-height: 60px;
    text-align: center;
    border-bottom: 3px solid #07b56c;
    transition: .3s;
}

    .xw_bt1 a {
        font-size: 24px;
        color: #fff;
    }

    .xw_bt1:hover {
        width: 80px;
        transition: .5s;
    }

.xw_bt > a {
    display: block;
    width: 96px;
    height: 29px;
    border: 1px solid #fff;
    float: right;
    margin-top: 20px;
}

    .xw_bt > a img {
        margin-left: 37px;
        margin-top: 10px;
        transition: all .5s;
    }

    .xw_bt > a:hover img {
        margin-left: 47px;
        transition: all .5s;
    }

.xw2 {
    width: 100%;
    height: 560px;
    margin-top: 80px;
}

    .xw2 .bd ul li {
        width: 310px;
        height: 513px;
        float: left;
        padding-left: 25px;
        padding-right: 25px;
        transition: .3s;
        position: relative;
        margin-right: 60px;
    }

.xw_z {
    width: 306px;
    height: 162px;
    position: absolute;
    top: 70px;
    transition: .3s;
}

    .xw_z span {
        color: #7f7f7f;
        font-size: 18px;
    }

    .xw_z h3 {
        margin-top: 18px;
        margin-bottom: 18px;
        display: inline-block;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

        .xw_z h3 a {
            font-size: 18px;
            color: #fff;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            display: block;
            font-weight: normal;
        }

.xw_z1 {
    width: 310px;
    margin-bottom: 6px;
    height: 44px;
    font-size: 12px;
    color: #666;
    line-height: 22px;
    overflow: hidden;
}

.xw_tu {
    display: block;
    width: 310px;
    position: absolute;
    top: 260px;
    transition: .3s;
}

    .xw_tu img {
        display: block;
        width: 100%;
    }


.xw2 .bd {
    height: 513px;
}

    .xw2 .bd ul li em {
        display: block;
        width: 29px;
        height: 12px;
        margin-top: 40px;
        background-image: url(../images/xw4.png);
        position: absolute;
        bottom: 34px;
        left: 25px;
        transition: .3s;
    }

    .xw2 .bd ul li:hover span {
        color: #c5ffde;
        transition: .5s;
    }

    .xw2 .bd ul li:hover h3 a {
        color: #fff;
    }

    .xw2 .bd ul li:hover .xw_z1 {
        color: #c5ffde;
        transition: .5s;
    }

    .xw2 .bd ul li:hover {
        background: #07b56c;
        transition: .5s;
    }

        .xw2 .bd ul li:hover em {
            background-image: url(../images/xw5.png);
        }

        .xw2 .bd ul li:hover .xw_tu {
            top: 75px;
            transition: .5s;
        }

        .xw2 .bd ul li:hover .xw_z {
            top: 290px;
            transition: .5s;
        }

        .xw2 .bd ul li:hover em {
            left: 50px;
            transition: .5s;
        }

.xw2 .hd {
    width: 100%;
    height: 50px;
    margin-top: 80px;
    text-align: center;
}

    .xw2 .hd a {
        display: inline-block;
        width: 23px;
        height: 26px;
        margin-right: 10px;
        margin-left: 10px;
    }

        .xw2 .hd a.prev {
            background-image: url(../images/xw6.png);
        }

        .xw2 .hd a.next {
            background-image: url(../images/xw7.png);
        }

        .xw2 .hd a.prev:hover {
            background-image: url(../images/xw6_6.png);
            transition: .5s;
        }

        .xw2 .hd a.next:hover {
            background-image: url(../images/xw7_7.png);
            transition: .5s;
        }

.yg {
    width: 100%;
    height: 623px;
    background-image: url(../images/yg1.png);
    background-position: center bottom;
    background-repeat: no-repeat;
}

.yg1 {
    width: 1200px;
    height: 623px;
    margin: 0 auto;
    position: relative;
}

    .yg1 .bd {
        width: 1200px;
        height: 623px;
        overflow: hidden;
    }

        .yg1 .bd ul li {
            width: 1070px;
            height: 350px;
            margin-top: 150px;
            padding-left: 85px;
            padding-right: 45px;
        }

.yg1_1 {
    width: 675px;
    height: 350px;
    float: left;
    line-height: 30px;
    margin-top: 30px;
}

.yg1_bt {
    width: 100%;
    height: 80px;
    border-bottom: 1px solid #ebebeb;
}

    .yg1_bt h3 a {
        font-size: 18px;
        color: #000;
        font-weight: normal;
        display: block;
        width: 100%;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

    .yg1_bt h3 span {
        font-size: 14px;
        color: #000;
        font-weight: normal;
        text-transform: uppercase;
        margin-left: 10px;
    }

    .yg1_bt > span {
        font-size: 14px;
        color: #999;
        display: inline-block;
        width: 100%;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

.yg1_z {
    width: 100%;
    height: 60px;
    overflow: hidden;
    margin-top: 20px;
    font-size: 12px;
    color: #999;
    line-height: 27px;
    overflow: hidden
}

.jj4.yg1_an {
    margin-top: 30px;
    margin-left: 0px;
}

.yg_tu {
    display: block;
    height: 316px;
    width: 316px;
    float: right;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 0 15px #f9f9f9;
    transition: .3s;
    position: relative;
}

    .yg_tu img {
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
    }

    .yg_tu:hover {
        box-shadow: 0 0 50px #dadada;
        transition: .5s;
    }

.yg1 > a {
    display: block;
    width: 34px;
    height: 34px;
    position: absolute;
    transition: .3s;
}

    .yg1 > a.prev {
        left: -40px;
        top: 50%;
        margin-top: -20px;
        background-image: url(../images/yg3.png);
    }

    .yg1 > a.next {
        right: -40px;
        top: 50%;
        margin-top: -20px;
        background-image: url(../images/yg4.png);
    }

    .yg1 > a.prev:hover {
        background-image: url(../images/yg3_3.png);
        transform: scale(1.2,1.2);
        transition: .5s;
    }

    .yg1 > a.next:hover {
        background-image: url(../images/yg4_4.png);
        transform: scale(1.2,1.2);
        transition: .5s;
    }

.sz {
    width: 100%;
    height: 367px;
    background-image: url(../images/sz1.jpg);
    background-attachment: fixed;
    text-align: center;
}

    .sz ul li {
        width: 150px;
        height: 105px;
        display: inline-block;
        text-align: center;
        margin-top: 150px;
        margin-left: 105px;
        margin-right: 105px;
    }

        .sz ul li p {
            font-size: 60px;
            color: #fff;
            margin-bottom: 20px;
            font-family: "Times New Roman";
        }

        .sz ul li span {
            font-size: 14px;
            color: #fff;
        }

.lx {
    width: 100%;
    height: 585px;
}

.lx1 {
    width: 1200px;
    height: 585px;
    margin: 0 auto;
    overflow: hidden;
}

.lx_bt {
    width: 100%;
    height: 60px;
    line-height: 60px;
    margin-top: 44px;
    text-align: center;
}

    .lx_bt h2 a {
        font-size: 24px;
        color: #000;
        font-weight: normal;
    }

    .lx_bt em {
        display: inline-block;
        width: 55px;
        height: 3px;
        transition: .3s;
        background: #07b56c;
    }

    .lx_bt:hover em {
        width: 100px;
        transition: .5s;
    }

.lx2 {
    width: 100%;
    height: 65px;
    margin-top: 90px;
}

    .lx2 ul li {
        width: 320px;
        height: 65px;
        float: left;
        margin-left: 30px;
        margin-right: 20px;
    }
    .lx2 ul li:nth-child(2){
        width: 410px;
    }
        .lx2 ul li img {
            display: block;
            float: left;
            padding: 5px 0 0 0;
        }

.lx2_z {
    float: left;
    font-size: 14px;
    color: #818181;
    margin-left: 20px;
}

    .lx2_z span {
        display: block;
        width: 100%;
        font-size: 14px;
        color: #818181;
    }

.lx3 {
    width: 100%;
    height: 285px;
    margin-top: 50px;
}

.xm {
    width: 558px;
    height: 50px;
    float: left;
    border: 1px solid #dbdbdb;
    line-height: 50px;
    padding-left: 16px;
    padding-right: 16px;
    margin-bottom: 25px;
}

    .xm span {
        font-size: 14px;
        color: #b8b8b8;
        float: left;
    }

    .xm input {
        width: 500px;
        height: 50px;
        line-height: 50px;
        float: left;
        margin-left: 15px;
        font-size: 14px;
        color: #b8b8b8;
    }

.lx3_1 {
    width: 592px;
    height: 215px;
    float: left;
}

.xm.yzm input {
    width: 360px;
}

.xm.yzm a {
    float: right;
    margin-right: -16px;
}

    .xm.yzm a img {
        height: 50px;
        display: block;
    }

.lx3_2 {
    width: 592px;
    height: 215px;
    float: right;
}

.tex {
    width: 590px;
    height: 127px;
    border: 1px solid #dbdbdb;
}

    .tex span {
        font-size: 14px;
        color: #b8b8b8;
        float: left;
        margin-left: 15px;
        margin-top: 15px;
    }

    .tex textarea {
        float: left;
        width: 480px;
        height: 90px;
        margin-top: 13px;
        margin-left: 15px;
        font-size: 14px;
        color: #b8b8b8;
        line-height: 30px;
        resize: none;
    }

.lx3_2 a {
    display: block;
    width: 590px;
    height: 51px;
    margin-top: 25px;
    background: #34495e;
    font-size: 14px;
    color: #fff;
    line-height: 51px;
    text-align: center;
    transition: .3s;
}

    .lx3_2 a:hover {
        background: #07b56c;
        transition: .5s;
    }

.lx_p {
    display: block;
    font-size: 14px;
    color: #b8b8b8;
    line-height: 40px;
    float: left;
}

    .lx_p img {
        vertical-align: middle;
    }

.hz {
    width: 100%;
    height: 325px;
}

.hz1 {
    width: 1200px;
    height: 325px;
    margin: 0 auto;
    margin-top: 60px;
}

    .hz1 .bd {
        width: 1200px;
        height: 165px;
        overflow: hidden;
    }

        .hz1 .bd ul li {
            width: 235px;
            height: 145px;
            float: left;
            margin-top: 20px;
            text-align: center;
        }

            .hz1 .bd ul li > a {
                display: block;
                width: 100%;
                padding-bottom:45%;
                position:relative;
                overflow:hidden;
                border: 1px solid #eeeeee;
                text-align: center;
                transition: .3s;
            }

                .hz1 .bd ul li > a img {
                    display: block;
                    width: 100%;
                    height: 100%;
                    left:0;
                    top:0;
                    position:absolute;
                }

            .hz1 .bd ul li span {
                font-size: 13px;
                color: #959595;
                line-height: 30px;
            }

            .hz1 .bd ul li:hover > a {
                box-shadow: 0px 0px 50px #dadada;
                transition: .5s;
            }

    .hz1 .tempWrap {
        width: 1180px !important;
    }

    .hz1 .hd {
        width: 100%;
        height: 30px;
        margin-top: 30px;
        text-align: center;
    }

        .hz1 .hd ul li {
            display: inline-block;
            width: 12px;
            height: 12px;
            background-image: url(../images/cp7.png);
            text-indent: 99px;
            overflow: hidden;
            margin-left: 6px;
            margin-right: 6px;
            cursor: pointer;
        }

        .hz1 .hd ul .on {
            background-image: url(../images/cp7_7.png);
        }
/*END*/
/*底部*/
.bot {
    width: 100%;
    min-height: 200px;
    background: #34495e;
    position: relative;
    z-index: 9;
}

.bot1 {
    width: 1200px;
    min-height: 267px;
    overflow: hidden;
    margin: 0 auto;
}

    .bot1 > img {
        display: block;
        margin: 45px auto;
        margin-bottom: 30px;
    }

.bot_nav {
    width: 100%;
    min-height: 35px;
    text-align: center;
}
@media screen and (min-width: 320px) and (max-width: 480px) {

    .pcshow, .bot_nav,.bot2 {
        display: none!important;
    }
    .phoneshow, .phonebot2 {
        display: block!important;
    }
    .yg1_1 {
        line-height: 20px !important;
    }
}
    .bot_nav ul li {
        display: inline-block;
        height: 35px;
        line-height: 35px;
        text-align: center;
        margin-left: 20px;
        margin-right: 20px;
        position: relative;
    }

        .bot_nav ul li a {
            font-size: 14px;
            color: #a6b9cb;
        }

        .bot_nav ul li em {
            display: block;
            width: 0px;
            height: 2px;
            background: #fff;
            position: absolute;
            bottom: 0px;
            left: 0px;
            transition: .3s;
        }

        .bot_nav ul li:hover em {
            width: 35px;
            transition: .5s;
        }

.bot2 {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    color: #94a7b9;
    text-align: center;
    /* margin-top: 10px; */
}

    .bot2 a {
        font-size: 12px;
        color: #94a7b9;
    }

        .bot2 a:hover {
            color: #07b56c;
            transition: .3s;
        }

.bot3 {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    /* margin-top: 10px; */
    color: #9ba7b4;
}

    .bot3 a {
        font-size: 12px;
        color: #9ba7b4;
    }
/*END*/
/*关于我们*/
.zy_bt {
    width: 100%;
    background: url(../images/bianxian.png) no-repeat center bottom;
    height: 87px;
    line-height: 80px;
    position: absolute;
    right: 0px;
    bottom: 0px;
    text-transform: uppercase;
    font-size: 48px;
    color: #fff;
    font-weight: bold;
    font-style: italic;
}

    .zy_bt div {
        width: 1200px;
        margin: 0 auto;
        height: 87px;
        line-height: 80px;
    }

        .zy_bt div span {
            float: right;
            height: 80px;
            border-bottom: 7px solid #07b56c;
            line-height: 80px;
        }

.kk {
    width: 100%;
    min-height: 700px;
    position: relative;
    z-index: 99;
}

.gywm {
    width: 1200px;
    min-height: 700px;
    margin: 0 auto;
    margin-bottom: 60px;
}

.gywm_list {
    width: 252px;
    min-height: 681px;
    float: left;
    position: relative;
    top: -70px;
    z-index: 90000;
}

    .gywm_list.on {
        top: 110px;
        position: fixed;
        transition: .5s;
    }

.list1 {
    min-height: 292px;
    width: 252px;
    background: #07b56c;
    overflow: hidden;
}

.list_bt {
    width: 100%;
    height: 40px;
    margin-top: 40px;
}

    .list_bt h2 {
        display: block;
        width: 48px;
        height: 40px;
        margin: 0 auto;
        text-align: center;
        border-bottom: 3px solid #fff;
        font-size: 24px;
        color: #fff;
        overflow: hidden;
        white-space: nowrap;
    }

.list2 {
    min-height: 170px;
    width: 240px;
    margin-top: 25px;
    padding-left: 15px;
}

    .list2 ul li {
        width: 100%;
        height: 40px;
        line-height: 40px;
        text-align: center;
        background-image: url(../images/gywm1.png);
        background-size: 100% 100%;
        background-position: 240px;
        background-repeat: no-repeat;
        transition: .3s;
        margin-bottom: 20px;
    }

        .list2 ul li em {
            width: 14px;
            height: 1px;
            background: #fff;
            display: block;
            margin-left: 49px;
            margin-top: 19px;
            float: left;
        }

        .list2 ul li h2 a {
            font-size: 16px;
            color: #fff;
            float: left;
            margin-left: 7px;
            font-weight: normal;
        }

        .list2 ul li:hover {
            background-position: 0px;
            transition: .5s;
        }

            .list2 ul li:hover h2 a {
                color: #07b56c;
                font-weight: bold;
            }

            .list2 ul li:hover em {
                background: #07b56c;
            }

        .list2 ul li.on {
            background-position: 0px;
            transition: .5s;
        }

            .list2 ul li.on h2 a {
                color: #07b56c;
                font-weight: bold;
            }

            .list2 ul li.on em {
                background: #07b56c;
            }

.list_tu {
    width: 100%;
    height: 253px;
    margin-top: 11px;
}

.list3 {
    display: none;
    width: 100%;
    height: 80px;
    background-image: url(../images/gywm2.png);
    margin-top: 10px;
    padding-top: 40px;
}

.list_p1 {
    font-size: 16px;
    color: #fff;
    font-family: "DINCond-Medium";
    text-align: center;
    font-weight: bold;
}

    .list_p1 span {
        font-size: 14px;
    }

.list_p2 {
    font-size: 14px;
    color: #fff;
    font-family: "DINCond-Medium";
    padding-left: 60px;
}

    .list_p2 img {
        vertical-align: middle;
    }

.gywm1 {
    width: 841px;
    min-height: 500px;
    float: right;
}

.mbx {
    width: 100%;
    height: 70px;
    border-bottom: 1px solid #eeeeee;
    line-height: 70px;
    text-align: right;
    font-size: 14px;
    color: #666;
}

    .mbx a {
        font-size: 14px;
        color: #666;
    }

        .mbx a:hover {
            color: #07b56c;
        }

.gywm_z1 {
    width: 100%;
    min-height: 300px;
}
.gywm_z1  img{
    max-width: 100%;
}
.gywm_z1_bt {
    width: 100%;
    height: 80px;
    text-align: center;
    margin-top: 40px;
}

    .gywm_z1_bt h2 {
        font-size: 24px;
        color: #575757;
        margin-bottom: 10px;
    }

    .gywm_z1 p {
        font-size: 16px;
        text-transform: uppercase;
        line-height: 40px;
    }

.gywm_z1_1 {
    width: 100%;
    min-height: 100px;
    font-size: 16px;
    color: #333;
    line-height: 30px;
}

    .gywm_z1_1 span {
        font-size: 12px;
        color: #666;
    }

.gywm_z2 {
    width: 100%;
    min-height: 300px;
}
.gywm_z2 ul{
    overflow: hidden;
    margin-top: 50px;
}
    .gywm_z2 ul li {
        margin-bottom: 20px;
        line-height: 30px;
        font-size: 14px;
        color: #666;
        width: 48%;
        float: left;
        margin-right: 4%;
    }
    .gywm_z2 ul li:nth-child(2n+2){
        margin-right: 0;
    }
        .gywm_z2 ul li h2 {
            font-size: 18px;
            color: #666;
        }
/*END*/
/*团队展示*/
.tdzs {
    width: 100%;
    min-height: 210px;
    padding-top: 90px;
}

    .tdzs ul li {
        width: 825px;
        height: 250px;
        padding-left: 15px;
        margin-bottom: 100px;
    }

.tdzs1 {
    width: 535px;
    height: 250px;
    float: left;
}

.tdzs1_bt {
    width: 100%;
    height: 70px;
    border-bottom: 1px solid #ebebeb;
}

    .tdzs1_bt h3 a {
        font-size: 18px;
        color: #000;
        font-weight: normal;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .tdzs1_bt h3 span {
        font-size: 14px;
        color: #000;
        font-weight: normal;
        text-transform: uppercase;
        margin-left: 10px;
    }

    .tdzs1_bt > span {
        font-size: 14px;
        color: #999;
        display: block;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.td_tu {
    display: block;
    width: 248px;
    height: 248px;
    float: right;
    box-shadow: 0 0 15px #f9f9f9;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
}

    .td_tu > img {
        display: block;
        width: 248px;
        height: 248px;
    }

.td_tutu {
    display: block;
    width: 248px;
    height: 248px;
    position: absolute;
    left: 0px;
    top: -248px;
    background-image: url(../images/tdzs1.png);
    text-align: center;
    transition: .3s;
}

    .td_tutu img {
        margin-top: 79px;
    }

.td_tu:hover .td_tutu {
    top: 0px;
    transition: .3s;
}
/*END*/
/*案例*/
.list1 {
    text-align: center;
}

    .list1 p {
        line-height: 70px;
        font-size: 60px;
        color: #fff;
        font-weight: bold;
        text-transform: uppercase;
        margin-top: 45px;
    }

    .list1 span {
        font-size: 14px;
        color: #fff;
        margin-top: 15px;
        display: inline-block;
    }

.al {
    width: 100%;
    min-height: 400px;
    overflow: hidden;
    padding-top: 65px;
}

    .al ul {
        width: 895px;
    }

        .al ul li {
            width: 263px;
            height: 186px;
            float: left;
            position: relative;
            margin-right: 25px;
            margin-bottom: 55px;
        }

            .al ul li > a {
                display: block;
                width: 263px;
                height: 186px;
            }

            .al ul li a img {
                width: 263px;
                height: 186px;
            }

            .al ul li h3 {
                display: block;
                width: 246px;
                height: 169px;
                position: absolute;
                left: 50%;
                top: 50%;
                margin-left: -123px;
                margin-top: -84px;
                background-image: url(../images/al2.png);
                text-align: center;
                opacity: 0;
                transition: .3s;
            }

            .al ul li:hover h3 {
                opacity: 1;
                transition: .5s;
            }

            .al ul li h3 a {
                font-size: 18px;
                color: #fff;
                width: 100%;
                display: inline-block;
                margin-top: 30px;
            }

            .al ul li h3 span {
                font-size: 18px;
                color: #fff;
                width: 100%;
                display: inline-block;
                margin-top: 60px;
                text-overflow: ellipsis;
                overflow: hidden;
                white-space: nowrap;
            }

            .al ul li h3 em {
                text-transform: uppercase;
                font-size: 12px;
                color: #fff;
                font-weight: normal;
            }
/*END*/
/*产品*/
.cpzs {
    width: 100%;
    min-height: 400px;
    padding-top: 60px;
    overflow: hidden;
}

    .cpzs ul {
        width: 1100px;
        overflow: hidden;
    }

        .cpzs ul li {
            width: 344px;
            height: 505px;
            border: 1px solid #f2f2f2;
            float: left;
            margin-right: 95px;
            overflow: hidden;
            margin-bottom: 60px;
            position: relative;
        }

            .cpzs ul li:hover {
                box-shadow: 0 0 15px #ebfaeb;
                transition: .5s;
            }

            .cpzs ul li > em {
                display: block;
                position: absolute;
                left: 0px;
                bottom: 0px;
                width: 0px;
                height: 5px;
                transition: .3s;
            }

            .cpzs ul li:hover > em {
                width: 100%;
                height: 5px;
                background: #07b56c;
                transition: .5s;
            }

            .cpzs ul li:hover .cp_bt a em {
                right: -20px;
                transition: .5s;
            }

            .cpzs ul li:hover .cp_bot1 em {
                background-image: url(../images/cp6_6.png);
                margin-right: 0px;
                transition: .5s;
            }

            .cpzs ul li:hover .cp_tu img {
                transform: scale(1.1, 1.1);
                transition: .5s;
            }
/*END*/
/*新闻资讯*/
.xwzx {
    min-height: 300px;
    width: 100%;
    overflow: hidden;
    padding-top: 60px;
}

    .xwzx ul li {
        width: 750px;
        height: 197px;
        padding-left: 45px;
        padding-right: 45px;
        margin-bottom: 30px;
        transition: .3s;
    }

.xwzx_z {
    width: 425px;
    height: 141px;
    float: left;
    margin-top: 28px;
}

    .xwzx_z h3 {
        margin-top: 10px;
    }

        .xwzx_z h3 a {
            font-size: 18px;
            color: #333;
            font-weight: normal;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
            width: 100%;
            display: inline-block;
        }

.xwzx_z1 {
    width: 100%;
    height: 50px;
    font-size: 14px;
    color: #666;
    line-height: 25px;
    margin-top: 10px;
    margin-bottom: 10px;
    overflow: hidden;
}

.xwzx ul li span {
    font-size: 14px;
    color: #909090;
    text-transform: uppercase;
}

.xwzx_tu {
    display: block;
    width: 267px;
    height: 141px;
    float: right;
    margin-top: 28px;
}

    .xwzx_tu img {
        width: 267px;
        height: 141px;
    }

.xwzx ul li:hover {
    background: #07b56c !important;
    transition: .5s;
}

    .xwzx ul li:hover h3 a {
        color: #fff;
        font-weight: bold;
    }

    .xwzx ul li:hover .xwzx_z1 {
        color: #c5ffde;
    }

    .xwzx ul li:hover span {
        color: #c5ffde;
    }
/*END*/
/*网站地图*/
.wzdt {
    width: 100%;
    min-height: 300px;
    overflow: hidden;
    padding-top: 60px;
}

    .wzdt ul {
        width: 800px;
        min-height: 65px;
        padding-left: 41px;
        overflow: hidden;
    }

        .wzdt ul li {
            width: 90px;
            min-height: 65px;
            float: left;
            line-height: 65px;
            background-image: url(../images/wzdt2.png);
            background-repeat: no-repeat;
            background-position: center left;
            padding-left: 15px;
        }

            .wzdt ul li a {
                font-size: 14px;
                color: #333;
            }

            .wzdt ul li.wzdt_l1 {
                width: 72px;
                min-height: 65px;
                line-height: 65px;
                text-align: center;
                background: none;
                padding-left: 0px;
                margin-right: 40px;
            }

                .wzdt ul li.wzdt_l1 a {
                    font-size: 18px;
                    color: #333;
                }
/*END*/
/*招聘*/
.zp {
    width: 100%;
    min-height: 300px;
    overflow: hidden;
    padding-top: 60px;
}

.zp1 {
    width: 100%;
    height: 95px;
}

    .zp1 p {
        font-size: 14px;
        color: #6d6d6d;
        margin-bottom: 20px;
        font-weight: bold;
    }

    .zp1 span.zp_sp1 {
        font-size: 36px;
        color: #ff6c00;
        font-family: "DINCond-Medium";
    }

    .zp1 span {
        font-size: 16px;
        color: #6f6f6f;
        vertical-align: middle;
        margin-right: 20px;
    }

        .zp1 span img {
            margin-right: 20px;
            vertical-align: middle;
        }

.zp2 {
    width: 100%;
    min-height: 300px;
    overflow: hidden;
    margin-top: 35px;
}

    .zp2 ul li {
        width: 348px;
        height: 128px;
        border: 1px solid #eeeeee;
        padding-left: 25px;
        padding-right: 15px;
        cursor: pointer;
        float: left;
        margin-right: 30px;
        margin-bottom: 30px;
    }

.zp2_z {
    overflow: hidden;
    height: 128px;
}

    .zp2_z h3 {
        font-size: 18px;
        color: #34495e;
        margin-top: 22px;
        display: inline-block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 100%;
    }

.zp2_sp1 {
    font-size: 14px;
    color: #ff6c00;
    font-weight: bold;
    display: inline-block;
    width: 100%;
    margin-top: 5px;
}

    .zp2_sp1 em {
        font-weight: normal;
        font-size: 12px;
        color: #ff6c00;
    }

.zp2_z div em {
    background: #f8f8f8;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 2px;
    padding-top: 2px;
    line-height: 20px;
    display: block;
    float: left;
    margin-right: 6px;
    margin-top: 5px;
    color: #34495e;
}

.zp2_z div {
    overflow: hidden;
    width: 100%;
    height: 30px;
}

.zp2_an {
    margin-left: 10px;
    width: 16px;
    height: 7px;
    float: right;
    margin-top: 30px;
}

.zp_tc {
    width: 720px;
    height: 523px;
    background: #fff;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -407px;
    margin-top: -261px;
    z-index: 999999;
    padding-left: 60px;
    padding-right: 35px;
    display: none;
    overflow-y: auto;
}

.zptc_bt {
    width: 677px;
    height: 95px;
    border-bottom: 1px solid #eaeaea;
    margin-top: 30px;
}

    .zptc_bt p {
        font-size: 14px;
        color: #404040;
        margin-top: 10px;
    }

    .zptc_bt h1 {
        margin-top: 18px;
    }

.zptc_sp1 {
    float: left;
    font-size: 18px;
    color: #34495e;
}

.zptc_sp2 {
    float: right;
    font-size: 14px;
    color: #ff6c00;
}

    .zptc_sp2 em {
        font-weight: normal;
    }

.zp_tc1 {
    width: 680px;
    min-height: 195px;
    font-size: 14px;
    color: #333;
    line-height: 30px;
    padding-top: 30px;
}

    .zp_tc1 h1 {
        font-size: 14px;
        color: #333;
    }

.zp_tc2 {
    width: 100%;
    height: 150px;
    margin-top: 20px;
}

    .zp_tc2 span {
        font-size: 20px;
        color: #333;
    }

.zp_tc2_1 {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 170px;
    height: 37px;
    line-height: 37px;
    background: #07b56c;
    text-align: center;
    font-size: 14px;
    color: #fff;
    transition: .3s;
    display: block;
    opacity: 0;
    cursor: pointer;
}

.zp_tc_ip {
    width: 170px;
    height: 37px;
    line-height: 37px;
    background: #07b56c;
    margin-top: 30px;
    position: relative;
    text-align: center;
    font-size: 14px;
    color: #fff;
    transition: .3s;
    cursor: pointer;
}
    /* .zp_tc2_1 input{
  position: absolute;
   width: 170px;
   height: 37px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
} */
    .zp_tc_ip img {
        vertical-align: middle;
    }

    .zp_tc_ip:hover {
        background: #000;
        transition: .3s;
    }

.gb {
    width: 24px;
    height: 24px;
    background-image: url(../images/zp7.jpg);
    position: absolute;
    top: 20px;
    right: 30px;
    cursor: pointer;
    transform: rotate(-90deg);
    transition: .5s;
}

    .gb:hover {
        transform: rotate(90deg);
        transition: .5s;
    }

.sx {
    width: 55px;
    height: 120px;
    position: absolute;
    bottom: 20px;
    right: 20px;
}

    .sx a {
        display: block;
        width: 30px;
        height: 44px;
        background-image: url(../images/zp9.jpg);
        margin-bottom: 20px;
    }

        .sx a.sx1 {
            background-image: url(../images/zp8.jpg);
        }
/*END*/
/*产品详细*/
.mbx1 {
    width: 1200px;
    margin: 0 auto;
}

.cpxx {
    width: 1200px;
    min-height: 770px;
    margin: 0 auto;
    overflow: hidden;
}

    .cpxx h1 {
        display: block;
        min-height: 60px;
        margin-top: 35px;
        width: 100%;
        text-align: center;
        line-height: 40px;
        font-size: 36px;
        color: #333;
    }

.cpxx1 {
    width: 840px;
    height: 590px;
    margin: 50px auto 0px;
    position: relative;
}

    .cpxx1 .bd {
        width: 651px;
        height: 460px;
        margin: 0 auto;
        overflow:hidden;
    }

        .cpxx1 .bd ul li {
            width: 651px;
            height: 460px;
        }

            .cpxx1 .bd ul li img {
                width: 651px;
                height: 460px;
            }

    .cpxx1 .hd {
        width: 400px;
        height: 73px;
        margin: 25px auto;
        text-align: center;
        overflow:hidden;
    }

        .cpxx1 .hd ul li {
            width: 100px;
            height: 69px;
            display: inline-block;
            margin-left: 7px;
            margin-right: 9px;
            border-radius: 3px;
            border: 2px solid #e1e1e1;
            cursor: pointer;
            position: relative;
        }

            .cpxx1 .hd ul li img {
                width: 100px;
                height: 69px;
            }

            .cpxx1 .hd ul li em {
                display: block;
                position: absolute;
                left: 50%;
                top: -13px;
                width: 26px;
                height: 13px;
                margin-left: -13px;
                background-image: url(../images/cpxx2.png);
                display: none;
            }

            .cpxx1 .hd ul li.on {
                border: 2px solid #07b56c;
            }

                .cpxx1 .hd ul li.on em {
                    display: block;
                }

    .cpxx1 > a {
        display: block;
        width: 30px;
        height: 30px;
        position: absolute;
    }

        .cpxx1 > a.prev {
            left: 29px;
            top: 200px;
            background-image: url(../images/cpxx3.png);
        }

            .cpxx1 > a.prev:hover {
                background-image: url(../images/cpxx3_3.png);
            }

        .cpxx1 > a.next {
            right: 29px;
            top: 200px;
            background-image: url(../images/cpxx4.png);
        }

            .cpxx1 > a.next:hover {
                background-image: url(../images/cpxx4_4.png);
            }

.cpxx2 {
    width: 100%;
    height: 57px;
    background: #34495e;
    margin-top: 130px;
}

.cpxx2_1 {
    width: 1200px;
    height: 57px;
    margin: 0 auto;
}

.cpxx2_bt {
    width: 182px;
    height: 57px;
    background: #07b56c;
    text-align: center;
    line-height: 57px;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
}

.cpxx3 {
    width: 1200px;
    min-height: 300px;
    margin: 70px auto;
}

.cpxx3_z {
    width: 100%;
    min-height: 200px;
    font-size: 14px;
    color: #6a6a6a;
    line-height: 30px;
}

.cpxx3_1 {
    width: 1200px;
    height: 50px;
    margin: 39px auto;
}

.cpxx_sx {
    width: 330px;
    height: 50px;
    float: left;
}

    .cpxx_sx a {
        display: inline-block;
        width: 70px;
        height: 35px;
        border: 1px solid #dbdbdb;
        margin-right: 20px;
        text-align: center;
        line-height: 35px;
        vertical-align: middle;
    }

        .cpxx_sx a img {
            transition: .3s;
            margin-top: 13px;
        }

        .cpxx_sx a.cpxx_sx1 {
            width: 75px;
            background-image: url(../images/shangxia1.png);
            background-position: 8px center;
            background-repeat: no-repeat;
            font-size: 14px;
            color: #575757;
            padding-left: 35px;
            text-align: left;
        }

        .cpxx_sx a[href]:hover img {
            transition: .5s;
        }

.cpxx_sx a[href]:first-child:hover img {
    margin-left: -15px;
}
.cpxx_sx a[href]:last-child:hover img {
    margin-right: -15px;
}

.cpxx_sx a[href]:hover {
    border: 1px solid #07b56c;
}

        .cpxx_sx a.cpxx_sx1:hover {
            color: #07b56c;
        }

.xx_fx {
    width: 294px;
    height: 50px;
    float: right;
}

.bdsharebuttonbox {
    height: 50px;
}

    .bdsharebuttonbox a {
        display: inline-block;
        width: 33px;
        height: 33px !important;
        margin: 0px;
    }

        .bdsharebuttonbox a.bds_weixin {
            background-image: url(../images/wx1.png);
            background-position: center;
        }

        .bdsharebuttonbox a.bds_tsina {
            background-image: url(../images/wb1.png);
            background-position: center;
        }

        .bdsharebuttonbox a.bds_qzone {
            background-image: url(../images/qqkj1.png);
            background-position: center;
        }

        .bdsharebuttonbox a.bds_douban {
            background-image: url(../images/db1.png);
            background-position: center;
        }

        .bdsharebuttonbox a.bds_tqq {
            background-image: url(../images/txwb1.png);
            background-position: center;
        }
/*END*/
/*新闻详情*/
.xwxx {
    width: 1200px;
    min-height: 500px;
    margin: 0 auto;
    overflow: hidden;
}

    .xwxx h1 {
        display: block;
        min-height: 60px;
        margin-top: 35px;
        width: 100%;
        text-align: center;
        line-height: 30px;
        font-size: 30px;
        color: #333;
    }

.xwxx1 {
    width: 100%;
    height: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 12px;
    color: #999;
    border-bottom: 1px solid #dbdbdb;
}

    .xwxx1 a {
        font-size: 12px;
        color: #999;
    }

    .xwxx1 img {
        vertical-align: middle;
    }

.xwxx2 {
    width: 100%;
    min-height: 300px;
    font-size: 14px;
    color: #6a6a6a;
    line-height: 30px;
    padding-bottom: 60px;
    padding-top: 60px;
}
.xwxx2 p{
    font-size: 16px;
    line-height: 40px;
}
    .xwxx2 img {
        display: block;
        max-width:100%;
        height:auto !important;
        margin: 20px auto;
    }

.xwxx3 {
    width: 1200px;
    height: 330px;
    margin: 50px auto;
}

.xwxx3_bt {
    width: 100%;
    height: 50px;
    border-bottom: 1px dotted #dbdbdb;
    line-height: 50px;
    font-size: 18px;
    color: #333;
}

.xwxx3_1 {
    width: 100%;
    height: 260px;
}

    .xwxx3_1 .bd {
        height: 135px;
        width: 100%;
        margin-top: 35px;
        overflow: hidden;
    }

        .xwxx3_1 .bd ul {
            width: 1330px;
        }

            .xwxx3_1 .bd ul li {
                width: 272px;
                height: 130px;
                float: left;
                border-bottom: 1px solid #d9d9d9;
                padding-left: 35px;
                background-image: url(../images/xwxx5.jpg);
                background-repeat: no-repeat;
                background-position: left 13px;
                margin-right: 130px;
            }

                .xwxx3_1 .bd ul li h3 {
                    width: 272px;
                    height: 60px;
                    line-height: 30px;
                    overflow: hidden;
                }

                    .xwxx3_1 .bd ul li h3 a {
                        font-size: 14px;
                        color: #777;
                        font-weight: normal;
                    }

                .xwxx3_1 .bd ul li span {
                    display: inline-block;
                    font-size: 12px;
                    color: #a0a0a0;
                    font-weight: bold;
                    margin-top: 20px;
                }

                    .xwxx3_1 .bd ul li span img {
                        vertical-align: middle;
                    }

    .xwxx3_1 .hd {
        width: 100%;
        height: 40px;
        text-align: center;
        margin-top: 50px;
    }

        .xwxx3_1 .hd a {
            display: inline-block;
            width: 34px;
            height: 34px;
            margin-right: 17px;
            margin-left: 17px;
        }

            .xwxx3_1 .hd a.prev {
                background-image: url(../images/yg3.png);
            }

            .xwxx3_1 .hd a.next {
                background-image: url(../images/yg4.png);
            }

            .xwxx3_1 .hd a.prev:hover {
                background-image: url(../images/yg3_3.png)
            }

            .xwxx3_1 .hd a.next:hover {
                background-image: url(../images/yg4_4.png)
            }

    .xwxx3_1 .bd ul li:hover {
        border-bottom: 1px solid #07b56c;
    }

        .xwxx3_1 .bd ul li:hover h3 a {
            color: #07b56c;
        }
/*END*/
/*团队详情*/
.tdxx {
    max-width: 1200px;
    min-height: 400px;
    margin: 60px auto;
    overflow: hidden;
}

.tdxx1 {
    max-width: 484px;
    float: left;
    /*background-image: url(../images/tdxx1.png);*/
    background-position: left top;
    background-repeat: no-repeat;
}

.tdxx1_1 {
    width: 260px;
    height: 351px;
    margin: 70px auto 50px;
    background-image: url(../images/tdxx2.png);
    overflow: hidden;
}

.tdxx1_tu {
    width: 200px;
    height: 201px;
    margin: 115px auto;
    border-radius: 50%;
    overflow: hidden;
}

    .tdxx1_tu img {
        width: 200px;
        height: 201px;
    }

.tdxx1_2 {
    width: 130px;
    height: 162px;
    margin: 0 auto;
    text-align: center;
}

    .tdxx1_2 span {
        display: inline-block;
        width: 100%;
        font-size: 14px;
        color: #626262;
        line-height: 30px;
    }

.tdxx2 {
    overflow: hidden;
    min-height: 300px;
    padding-top: 60px;
    margin-left:300px;
}

.tdxx2_bt {
    width: 100%;
    min-height: 80px;
}

    .tdxx2_bt h1 {
        font-size: 26px;
        color: #333;
        margin-bottom: 5px;
    }

        .tdxx2_bt h1 span {
            font-size: 18px;
            color: #333;
            font-weight: normal;
            text-transform: uppercase;
        }

    .tdxx2_bt em {
        font-size: 14px;
        color: #999;
    }

    .tdxx2_bt > span {
        font-size: 18px;
        color: #6a6a6a;
        font-weight: bold;
        display: inline-block;
        width: 100%;
        margin-top: 30px;
    }

.tdxx2_1 {
    width: 100%;
    min-height: 200px;
}

.tdxx2_1_bt {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 18px;
    color: #6a6a6a;
    font-weight: bold;
}

.tdxx_z {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 30px;
    font-size: 14px;
    color: #6a6a6a;
}
@media screen and (max-width: 790px) {
    .tdxx1 {
        float: none;
        margin: 0 auto;
        height: auto;
    }
    .tdxx2 {
        overflow: hidden;
        padding: 0 15px;
        margin:0;
    }
}
@media screen and (max-width: 400px) {
    .tdxx1 {
        background: none;
    }
}
/*END*/
/*查看留言*/
.ckly {
    width: 1200px;
    min-height: 500px;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 55px;
    padding-bottom: 55px;
}

.ckly_bt {
    width: 100%;
    height: 60px;
    line-height: 60px;
    background-image: url(../images/ckly2.png);
    background-position: left bottom;
    background-repeat: no-repeat;
    font-size: 24px;
    color: #333;
}

.ckly1 {
    width: 100%;
    min-height: 225px;
    margin-top: 35px;
    overflow: hidden;
}

.ckly1_to {
    width: 1120px;
    min-height: 55px;
}

    .ckly1_to > img {
        display: block;
        float: left;
        width: 40px;
        height: 40px;
    }

.ckly_to1 {
    padding-top: 15px;
    padding-bottom: 15px;
    width: 1013px;
    min-height: 55px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    border: 1px solid #eaeaea;
    border-radius: 3px;
    float: right;
    line-height: 24px;
    overflow: hidden;
}

    .ckly_to1 > img {
        position: absolute;
        left: -12px;
        top: 20px;
    }

    .ckly_to1 span {
        font-size: 14px;
        color: #e60012;
        float: left;
    }

    .ckly_to1 p {
        float: left;
        width: 800px;
        font-size: 14px;
        color: #666;
    }

    .ckly_to1 em {
        font-size: 14px;
        color: #666;
        float: right;
    }

.ckly1_on {
    padding: 10px 0 0 0;
    width: 1120px;
    min-height: 103px;
    overflow: hidden;
    margin-top: 50px;
}

    .ckly1_on > img {
        display: block;
        padding: 10px 0 0 0;
        margin-left: 10px;
        float: right;
        width: 40px;
        height: 40px;
    }
.ckly1_on > div {
    overflow: hidden;
    padding-right: 15px;
}

.ckly_on1 {
    min-width: 530px;
    min-height: 60px;
    border-radius: 3px;
    float: right;
    border: 1px solid #07b56c;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    text-align: right;
    padding-top: 20px;
    padding-bottom: 20px;
}

    .ckly_on1 img {
        position: absolute;
        right: -12px;
        top: 20px;
    }

    .ckly_on1 span {
        font-size: 14px;
        color: #333;
        display: block;
        width: 100%;
    }

    .ckly_on1 p {
        font-size: 14px;
        color: #444;
        line-height: 24px;
        margin-top: 10px;
    }
/*END*/
/*联系方式*/
.lxfs {
    width: 100%;
    min-height: 500px;
    overflow: hidden;
}

.lxfs1 {
    width: 100%;
    min-height: 925px;
    border-bottom: 1px solid #eaeaea;
}

.lxfs2 {
    width: 1200px;
    min-height: 925px;
    margin: 0 auto;
}

.lxfs_bt {
    width: 100%;
    height: 100px;
    margin-top: 0px;
    text-align: center;
}

.lxfs_bt1 {
    width: 100%;
    height: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 24px;
    color: #333;
    background-image: url(../images/lxfs1.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
}

.lxfs_bt span {
    font-size: 14px;
    color: #6d6d6d;
    display: block;
    margin-top: 17px;
}

.lxfs3 {
    width: 100%;
    min-height: 570px;
    margin-top: 70px;
}

.lxfs3_le {
    width: 100%;
    height: auto;
    float: left;
}

.lxfs3_le_bt {
    width: 100%;
    height: 55px;
    line-height: 55px;
    font-size: 24px;
    color: #333;
    background-image: url(../images/lxfs1.jpg);
    background-repeat: no-repeat;
    background-position: left bottom;
}

.lxfs3_le > p {
    font-size: 14px;
    color: #474747;
    line-height: 35px;
    margin-top: 30px;
}

.lxfs3_le1 {
    width: 100%;
    height: 80px;
    margin-top: 35px;
}

    .lxfs3_le1 p {
        font-size: 14px;
        color: #818181;
        margin-bottom: 10px;
    }

    .lxfs3_le1 span {
        font-size: 30px;
        color: #ff4e00;
        font-family: "DINCond-Medium";
    }

.lxfs3_le2 {
    width: 100%;
    height: 150px;
    margin-top: 20px;
}

    .lxfs3_le2 p {
        font-size: 16px;
        color: #818181;
        line-height: 40px;
    }

        .lxfs3_le2 p img {
            display: inline-block;
            margin-right: 18px;
            vertical-align: middle;
        }

.lxfs3_ri {
    width: 100%;
    height: auto;
    float: right;
    padding-bottom: 30px;
}

.lxfs3_ri_bt img {
    vertical-align: middle;
    display: inline-block;
    margin-left: 20px;
}

.lxfs3_ri1 {
    width: 100%;
    min-height: 100px;
    padding-top: 20px;
}

.lxfs3_ri1_xm {
    width: 508px;
    height: 50px;
    border: 1px solid #dbdbdb;
    line-height: 50px;
    margin-bottom: 25px;
    transition: .3s;
    float: left;
    margin-right: 50px;
}

    .lxfs3_ri1_xm:hover {
        box-shadow: 0 0 15px #f6fffb;
        border: 1px solid #cdffea;
        transition: .5s;
    }

    .lxfs3_ri1_xm span {
        float: left;
        font-size: 14px;
        color: #333;
        margin-left: 27px;
    }

    .lxfs3_ri1_xm input {
        width: 385px;
        height: 50px;
        line-height: 50px;
        float: left;
        margin-left: 15px;
        font-size: 14px;
        color: #333;
    }

.lxfs3_ri1_ly {
    width: 508px;
    height: 134px;
    border: 1px solid #dbdbdb;
    margin-bottom: 25px;
    transition: .3s;
    float: left;
    margin-right: 50px;
}

    .lxfs3_ri1_ly:hover {
        box-shadow: 0 0 15px #f6fffb;
        border: 1px solid #cdffea;
        transition: .5s;
    }

    .lxfs3_ri1_ly span {
        float: left;
        font-size: 14px;
        color: #333;
        margin-left: 12px;
        margin-top: 10px;
    }

    .lxfs3_ri1_ly textarea {
        width: 390px;
        height: 90px;
        float: left;
        margin-left: 15px;
        font-size: 14px;
        color: #333;
        line-height: 30px;
        margin-top: 8px;
        resize: none;
    }

.lxfs3_ri1_yzm input {
    width: 200px;
}

.lxfs3_ri1_yzm img {
    float: right;
    height: 50px;
    width: 120px;
}

.lxfs3_ri1_an {
    width: 508px;
    height: 50px;
    float:left;
    margin-top:8px;
}

    .lxfs3_ri1_an a {
        display: inline-block;
        width: 243px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        font-size: 18px;
        color: #fff;
        background: #34495e;
        transition: .3s;
    }

        .lxfs3_ri1_an a:hover {
            background: #07b56c;
            transition: .5s;
        }

.lxfs4 {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.lxfs4_bt {
    width: 100%;
    height: 85px;
    text-align: center;
    padding-top: 60px;
}

    .lxfs4_bt span {
        margin-top: 20px;
        font-size: 14px;
        color: #2c2c2c;
        display: inline-block;
        line-height: 35px;
    }

.lxfs_dt {
    height: 605px;
    width: 100%;
}
    .lxfs_dt .top{display:block;}
    .lxfs_dt iframe {
        height: 605px;
        width: 100%;
    }
/*END*/
/*产品详情*/
.cpzjb {
    width: 100%;
    min-height: 750px;
}
.cpzjb1 {
    width: 1200px;
    min-height: 700px;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 55px;
}

.cpzjb1_le {
    width: 595px;
    height: 505px;
    float: left;
    margin: 0 20px 0;
}

    .cpzjb1_le .hd {
        width: 91px;
        height: 505px;
        float: left;
    }

        .cpzjb1_le .hd a {
            display: block;
            width: 30px;
            height: 30px;
        }

            .cpzjb1_le .hd a.prev {
                margin-top: 30px;
                margin-left: 20px;
                background-image: url(../images/cpzjb1.png);
                transition: .5s;
            }

            .cpzjb1_le .hd a.next {
                margin-top: 30px;
                margin-left: 20px;
                background-image: url(../images/cpzjb2.png);
                transition: .5s;
            }

            .cpzjb1_le .hd a.prev:hover {
                background-image: url(../images/cpzjb1_1.png);
                transition: .5s;
            }

            .cpzjb1_le .hd a.next:hover {
                background-image: url(../images/cpzjb2_2.png);
                transition: .5s;
            }

        .cpzjb1_le .hd ul {
            width: 95px;
            height: 265px;
            margin-top: 30px;
        }

            .cpzjb1_le .hd ul li {
                width: 73px;
                padding-right: 10px;
                height: 73px;
                background-image: url(../images/cpzjb4.png);
                margin-bottom: 10px;
                cursor: pointer;
                transition: .3s;
            }

                .cpzjb1_le .hd ul li img {
                    margin-top: 15px;
                    margin-left: 15px;
                }

                .cpzjb1_le .hd ul li.on {
                    background-image: url(../images/cpzjb3.png);
                    transition: .5s;
                }

    .cpzjb1_le .bd {
        width: 502px;
        height: 505px;
        float: right;
        border: 1px solid #f0f0f0;
    }

        .cpzjb1_le .bd ul li {
            width: 502px;
            height: 505px;
        }

.cpzjb1_ri {
    overflow: hidden;
    min-height: 505px;
}

.cpzjb1_ri h1 {
    display: block;
    width: 100%;
    padding: 15px 0;
    min-height: 80px;
    line-height: 50px;
    font-size: 36px;
    color: #333;
    margin-top: 30px;
}

.cpzjb1_ri1 {
    height: 155px;
    background: #f7f9fb;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
}

    .cpzjb1_ri1 ul li {
        height: 40px;
        line-height: 40px;
        border-bottom: 1px dashed #d8e3ef;
        font-size: 14px;
        color: #333;
        padding-left: 20px;
    }

        .cpzjb1_ri1 ul li em {
            font-size: 18px;
            color: #ff6600;
        }

.cpzjb1_ri > p {
    font-size: 14px;
    color: #333;
    margin-left: 105px;
    margin-top: 35px;
}

    .cpzjb1_ri > p em {
        font-size: 36px;
        color: #07b56c;
        font-family: "DINCond-Medium";
    }

.cpzjb_xx {
    width: 100%;
    min-height: 400px;
    overflow: hidden;
    /*background: #34495e;*/
}

    .cpzjb_xx .hd {
        height: 57px;
        text-align: center;
        position: relative;
        background: #34495e;
    }
        .cpzjb_xx .hd ul {
            display: block;
            width: 1200px;
            margin: 0 auto;
        }
        .cpzjb_xx .hd ul li {
            display: inline-block;
            width: 182px;
            height: 57px;
            line-height: 57px;
            text-align: center;
            font-size: 20px;
            color: #fff;
            font-weight: bold;
            cursor: pointer;
        }

            .cpzjb_xx .hd ul li.on {
                background: #07b56c;
            }

.cpzjb_xx1 {
    width: 125px;
    height: 57px;
    position: absolute;
    right: 0px;
    top: 0px;
}

    .cpzjb_xx1 a {
        display: block;
        float: left;
        width: 35px;
        height: 35px;
        background-image: url(../images/cpzjb8.png);
        background-repeat: no-repeat;
        background-position: center;
        margin-top: 15px;
        margin-right: 19px;
    }

        .cpzjb_xx1 a.eeww {
            background-image: url(../images/cpzjb7.png);
            background-repeat: no-repeat;
            background-position: center;
            position: relative;
        }

            .cpzjb_xx1 a.eeww:hover img {
                top: 57px;
                opacity: 1;
                transition: .5s;
            }

            .cpzjb_xx1 a.eeww img {
                position: absolute;
                left: -35px;
                top: 80px;
                display: block;
                opacity: 0;
                transition: .3s;
            }

.cpzjb_xx .bd ul li {
    width: 100%;
    min-height: 200px;
    overflow: hidden;
    text-align: center;
    padding: 0px;
}

.cpzjb_xx .bd > ul > li img {
    width: 100%;
    height: 100%;
}

.cpzjb_xx .bd ul.cpzjb_z li {
    width: 1200px;
    min-height: 300px;
    margin: 60px auto;
    overflow: hidden;
    font-size: 14px;
    line-height: 30px;
    text-align: left;
}

.mat_nav {
    display: none;
}

.mat_banner {
    display: none;
}

.mat_cp {
    display: none;
}

.xww2 {
    display: none;
}

.hz {
    display: block;
}

.ygg {
    display: none;
}

.hzz {
    display: none;
}
/*END*/
/*媒体查询开始*/

@media screen and (max-width: 1100px) {
    .zp1 {
        height: auto;
    }
    .cp_bot1 em{
        display:none;
    }
    .zp1 span {
        display: block;
        padding: 5px 0;
    }

    .top {
        display: none;
    }
    .xwxx3_1 .bd ul li span{
        margin-left:30px;
        margin-top:0;
    }
    .nav {
        height: 70px;
        background: #000;
        position: static;
    }

    .nav1 {
        width: auto;
        padding-left: 15px;
        padding-right: 15px;
        height: 70px;
        position: relative;
    }

    .nav2 {
        display: none;
    }

    .logo {
        margin-top: 25px;
        width: auto;
    }

        .logo img {
            width: 150px;
            height: auto;
        }

    .dh_an {
        width: 20px;
        height: 20px;
        float: right;
        background-image: url(../images/dh.png);
        background-size: 20px 20px;
        margin-top: 25px;
    }

        .dh_an.on {
            background-image: url(../images/dh1.png);
            background-size: 20px 20px;
        }

    .mat_nav {
        width: calc(100% - 60px);
        padding-left: 30px;
        padding-right: 30px;
        position: absolute;
        top: 70px;
        left: 0px;
        background: #fff;
        padding-top: 50px;
        padding-bottom: 50px;
        display: none;
        z-index: 999;
    }

    .cg_index_banner {
        display: none !important;
    }

    .mat_nav ul li {
        width: 100%;
        border-bottom: 1px solid #353535;
        line-height: 45px;
        text-align: center;
        position: relative;
    }

        .mat_nav ul li a {
            font-size: 14px;
            color: #5a5a5a;
            /* display: block; */
        }
    .mat_nav ul li > a {
        display: block;
    }

    .sub_mob {
        width: 100%;
        background: #07b56c;
        display: none;
    }

        .sub_mob ul li {
            border-color: #fff;
        }

            .sub_mob ul li a {
                color: #fff;
            }

    .mat_banner {
        display: block;
    }

        .mat_banner img {
            width: 100%;
            height: auto;
        }

        .mat_banner .swiper-slide {
            position: relative;
        }

    .mat_ban {
        width: 100%;
        height: 90px;
        position: absolute;
        top: 30px;
    }

        .mat_ban h1 {
            font-size: 20px;
            color: #fff;
            padding-left: 30px;
        }

        .mat_ban span {
            font-size: 13px;
            color: #fff;
            padding-left: 30px;
        }

        .mat_ban a {
            display: block;
            width: 100px;
            height: 25px;
            border: 1px solid #07b56c;
            text-align: center;
            line-height: 25px;
            color: #fff;
            font-size: 12px;
            text-transform: uppercase;
            margin-left: 30px;
            margin-top: 10px;
        }

    .jj {
        height: auto;
    }

    .jj1 {
        height: auto;
        width: calc(100% - 40px);
        float: none;
        padding-left: 20px;
        padding-right: 20px;
    }

        .jj1 h2 a {
            margin: 20px auto;
            font-size: 20px;
        }

        .jj1 p {
            margin-top: 10px;
            font-size: 12px;
        }

    .jj4 {
        margin-top: 20px;
    }

    .jj3 {
        width: 100%;
        font-size: 13px;
    }

    .jj2 {
        width: 100%;
        height: auto;
        float: none;
    }

    .cp {
        width: 100%;
        height: auto;
        margin-top: 100px;
        background-repeat: repeat-x;
    }

    .cp2 {
        width: 200px;
        height: auto;
        position: absolute;
        left: 50%;
        top: -70px;
        display: block;
        margin-left: -100px;
    }

    .cp1 {
        width: 100%;
        height: auto;
        margin: 0 auto;
        text-align: center;
        padding-top: 50px;
    }

    .cp_p1 {
        padding-left: 20px;
        padding-right: 20px;
    }

    .cp_p2 {
        padding-left: 20px;
        padding-right: 20px;
        font-size: 12px;
    }

    .cp3 {
        display: none;
    }

    .mat_cp {
        width: calc(100% - 30px);
        height: 500px;
        padding-left: 15px;
        padding-right: 15px;
        overflow: hidden;
        display: block;
    }

        .mat_cp .hd {
            width: 100%;
            height: 30px;
            margin-top: 30px;
        }

            .mat_cp .hd ul li {
                width: 66px;
                height: 27px;
                float: left;
                background: #fff;
                margin-left: 10px;
                margin-right: 10px;
                line-height: 27px;
            }

                .mat_cp .hd ul li a {
                    display: block;
                    font-size: 12px;
                    color: #6b6b6b;
                    width: 100%;
                    height: 100%;
                }

            .mat_cp .hd ul .on {
                background: #1f2323;
                transition: .5s;
            }

                .mat_cp .hd ul .on a {
                    color: #fff;
                    transition: .5s;
                }

    .cpp .bd1 {
        width: 100%;
        height: 350px;
    }

    .bd1 ul li.swiper-slide {
        width: 208px;
        height: 300px;
        margin-right: 0;
    }

    .mat_cp .bd {
        margin-top: 30px;
    }
    .mat_cp .bd .swiper-pagination span{
        background:#999;
    }
    .mat_cp .bd .swiper-pagination span.swiper-pagination-bullet-active{
        background:#07b56c;
    }
    .cp_bt {
        width: auto;
        padding-left: 10px;
        padding-right: 10px;
        margin-top: 20px;
        height: 50px;
    }

    .cp_bt1 {
        height: 50px;
        font-size: 17px;
    }

        .cp_bt1 p {
            font-size: 13px;
        }

    .cp_bt a {
        width: 20px;
        height: 13px;
        margin-top: 10px;
    }

        .cp_bt a img {
            width: 20px;
            height: 13px;
        }

    .cp_tu {
        width: auto;
        padding-left: 10px;
        padding-right: 10px;
        height: auto;
    }

        .cp_tu img {
            /*width: 100%;
            height: auto;
            margin-top: 30px;*/
        }

    .cp_bot {
        width: calc(100% - 30px);
        padding-left: 15px;
        padding-right: 15px;
    }

        .cp_bot h3 a {
            font-size: 14px;
        }

    .mat_fy {
        width: 100%;
        text-align: center;
        margin-top: 30px;
    }

        .mat_fy span {
            margin-left: 5px;
            margin-right: 5px;
        }

    .xw {
        height: 500px;
        background-size: 100% 100%;
    }

    .xw1 {
        width: 100%;
    }

    .xw_bt {
        width: calc(100% - 30px);
        padding-left: 15px;
        padding-right: 15px;
        margin-top: 20px;
    }

    .xw_bt1 {
        width: 35px;
        height: 50px;
    }

        .xw_bt1 a {
            font-size: 16px;
        }

    .xw_bt > a {
        width: 70px;
        height: 25px;
    }

        .xw_bt > a img {
            margin-left: 27px;
            margin-top: 7px;
            transition: all .5s;
        }

    .xw2 {
        display: none;
    }

    .xww2 {
        display: block;
    }

    .xw_z1 {
        width: 100%;
    }

    .xw_tu {
        width: 100%;
        padding-bottom: 53%;
        height: 0px;
    }

        .xw_tu img {
            /*width: 100%;
            height: auto;*/
        }

    .xw_z {
        width: 100%;
    }

        .xw_z h3 a {
            font-size: 15px;
        }

        .xw_z span {
            font-size: 15px;
        }

    .yg {
        display: none;
    }

    .ygg {
        display: block;
        width: auto;
        height: 500px;
        background-image: url(../images/yg1.png);
        background-position: center bottom;
        background-repeat: no-repeat;
        overflow: hidden;
    }

    .yg1 {
        width: calc(100% - 30px);
        padding-left: 15px;
        padding-right: 15px;
        height: 500px;
    }

        .yg1 .bd {
            width: 100%;
            height: 500px;
        }

            .yg1 .bd ul {
                width: 100%;
            }

                .yg1 .bd ul li {
                    width: 100% !important;
                    padding: 0px;
                    margin-top: 30px;
                }

    .yg1_1 {
        width: 100%;
        height: 230px;
        float: none;
        line-height: 30px;
    }

    .yg1_bt {
        width: auto;
        height: 65px;
    }

    .yg_tu {
        float: none;
        margin: 0 auto;
        width: 200px;
        height: 200px;
    }

    .yg1_bt h3 a {
        font-size: 16px;
    }

    .yg1_bt > span {
        font-size: 12px;
    }

    .yg_tu img {
        width: 200px;
        height: 200px;
    }

    .yg1_z {
        margin-top: 10px;
        font-size: 12px;
        line-height: 20px;
    }

    .jj4.yg1_an {
        margin: 30px auto;
    }

    .sz {
        width: 100%;
        height: auto;
        background-repeat: no-repeat;
        background-size: 100%;
        position: relative;
        background-attachment: scroll;
    }

        .sz ul li {
            width: 20%;
            height: 105px;
            display: inline-block;
            text-align: center;
            margin-top: 30px;
            margin-left: 20px;
            margin-right: 20px;
        }

            .sz ul li p {
                font-size: 30px;
            }

            .sz ul li span {
                font-size: 12px;
            }

    .lx {
        height: auto;
    }

    .lx1 {
        width: 100%;
        height: auto;
    }

    .lx_bt {
        margin-top: 25px;
        height: 50px;
        line-height: 50px;
    }

        .lx_bt h2 a {
            font-size: 20px;
        }

    .lx2 {
        height: auto;
        overflow: hidden;
        margin-top: 30px;
    }

    .lx3 {
        width: calc(100% - 30px);
        padding-left: 15px;
        padding-right: 15px;
        height: auto;
        overflow: hidden;
    }

    .lx3_1 {
        width: 100%;
    }

        .lx3_1 div {
            width: calc(100% - 30px);
            padding-left: 15px;
            padding-right: 15px;
        }

    .xm.yzm input {
        width: auto;
    }

    .xm {
        width: 100%;
        float: none;
    }

        .xm input {
            width: auto;
        }

        .xm.yzm a {
            width: 100px;
            height: auto;
            margin-top: 0;
        }

            .xm.yzm a img {
                width: 100px;
                height: 50px;
            }

    .lx3_2 {
        float: none;
        clear: both;
    }

    .lx3_2 {
        width: 100%;
    }

    .tex {
        width: 100%;
    }

        .tex textarea {
            width: 230px;
        }

    .lx3_2 a {
        width: 100%;
    }

    .hz {
        display: none;
    }

    .hzz {
        display: block;
        height: 200px;
    }

    .hz1 {
        width: 100%;
        height: auto;
        margin-top: 20px;
    }

        .hz1 .bd {
            width: 100%;
        }

            .hz1 .bd ul li {
                height: auto;
            }

                .hz1 .bd ul li > a {
                    display: block;
                    width: 100%;
                    border: 1px solid #eeeeee;
                    text-align: center;
                    transition: .3s;
                }

                    .hz1 .bd ul li > a img {
                        
                    }

    .swiper-container4 {
        position: relative;
    }

    .bot1 {
        width: calc(100% - 20px);
        padding-left: 10px;
        padding-right: 10px;
        height: auto;
    }

        .bot1 > img {
            margin: 20px auto;
        }

    .bot_nav {
        height: auto;
        overflow: hidden;
    }

    .bot2 {
        height: auto;
        line-height: 25px;
        text-align: center;
    }

    .bot3 {
        display: none;
    }

    .gywm_list {
        display: none;
    }

    .cg_banner {
        display: block;
        height: 200px;
    }

    .zy_bt div {
        width: 100%;
    }

    .cg_banner_listbox {
        width: auto;
        height: 200px;
    }

        .cg_banner_listbox ul li {
            width: auto;
            height: 200px;
        }

    .zy_bt {
        height: 57px;
    }

        .zy_bt div span {
            float: right;
            height: 50px;
            border-bottom: 7px solid #07b56c;
            line-height: 50px;
            text-transform: uppercase;
            font-size: 30px;
            color: #fff;
            font-weight: bold;
            font-style: italic;
            padding-right: 20px;
        }

        .zy_bt div {
            margin: 0 auto;
            height: 57px;
            line-height: 50px;
        }

    .mbx {
        display: none;
    }

    .gywm {
        width: 100%;
    }

    .gywm1 {
        width: calc(100% - 20px);
        padding-left: 10px;
        padding-right: 10px;
        float: none;
    }

    .cpzs {
    }

        .cpzs ul li {
            width: 48%;
            height: auto;
            border: 1px solid #f2f2f2;
            float: left;
            overflow: hidden;
            margin-bottom: 20px;
            position: relative;
            margin-right: 0px;
        }

        .cpzs ul {
            width: 100%;
        }

    .gywm_z1_bt h2 {
        font-size: 20px;
    }

    .gywm_z1_bt {
        margin-top: 30px;
    }

    .tdzs {
        padding-top: 50px;
    }

        .tdzs ul li {
            width: 100%;
            padding: 0px;
            height: auto;
            overflow: hidden;
            margin-bottom: 30px;
        }

    .tdzs1 {
        width: 100%;
        margin-top: 30px;
    }

    .td_tu {
        margin: 0 auto;
        float: none;
        clear: both;
    }

    .xwzx ul li {
        padding-left: 10px;
        padding-right: 10px;
        width: calc(100% - 20px);
        height: auto;
        overflow: hidden;
        padding-bottom: 20px;
    }

    .xwzx_z {
        width: 55%;
        overflow: hidden;
        margin-top: 10px;
        height: auto;
    }

        .xwzx_z h3 {
            display: block;
            width: 100%;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
        }

            .xwzx_z h3 a {
                font-size: 15px;
            }

    .xwzx_z1 {
        font-size: 12px;
        line-height: 20px;
        overflow: hidden;
        height: 20px;
        margin-bottom: 5px;
        margin-top: 5px;
        color: #999;
    }

    .xwzx ul li span {
        font-size: 12px;
    }

    .xwzx_tu {
        width: 40%;
        position:relative;
        overflow: hidden;
        padding-bottom:21.17%;
        height:0;
    }

        .xwzx_tu img {
            width: 100%;
            height: 100%;
            display:block;
            position:absolute;
            left:0;
            top:0;
        }

    .al ul {
        width: 100%;
    }

        .al ul li {
            width: 48%;
            margin-right: 0px;
            margin-bottom: 20px;
            height: auto;
            overflow: hidden;
        }

            .al ul li > a {
                width: 100%;
                height: 0;
                position:relative;
                padding-bottom:71%;
                overflow:hidden;
                display:block;
            }

                .al ul li > a img {
                    width: 100%;
                    height: 100%;
                    position:absolute;
                    left:0;
                    top:0;
                    display:block;
                }

            .al ul li h3 {
                display: block;
                opacity: 1;
                background:rgba(0,0,0,0.7);
            }

    .lxfs1 {
        height: auto;
        padding-bottom: 20px;
    }

    .lxfs2 {
        padding-left: 10px;
        padding-right: 10px;
        width: calc(100% - 20px);
        height: auto;
        overflow: hidden;
    }

    .lxfs3_le {
        float: none;
        width: 100%;
        height: auto;
    }

    .lxfs3_ri {
        float: none;
    }

    .lxfs_bt {
        margin-top: 30px;
    }

    .lxfs_bt1 {
        font-size: 20px;
    }

    .lxfs3 {
        margin-top: 30px;
        height: auto;
    }

    .lxfs3_le_bt {
        font-size: 18px;
    }

    .lxfs3_le > p {
        margin-top: 20px;
        font-size: 13px;
    }

    .lxfs3_le2 p {
        font-size: 14px;
    }

    .lxfs3_ri {
        width: 100%;
        height: auto;
    }

    .lxfs3_ri1 {
        width: 100%;
    }

    .lxfs3_ri1_xm {
        width: 99.4%;
    }

        .lxfs3_ri1_xm span {
            margin-left: 12px;
        }

        .lxfs3_ri1_xm input {
            width: auto;
        }

    .lxfs3_ri1_ly {
        width: 99.4%;
    }

        .lxfs3_ri1_ly textarea {
            width: 70%;
        }

    .lxfs3_ri1_yzm img {
        width: 57px;
        height: 50px;
        margin-right: 1px;
    }

    .lxfs3_ri1_an {
        width: 100%;
    }

        .lxfs3_ri1_an a {
            width: 45%;
            height: 40px;
            line-height: 40px;
            font-size: 16px;
        }

    .lxfs4_bt {
        padding-top: 30px;
    }

    .cpzjb {
        height: auto;
    }

    .cpzjb1 {
        padding-left: 10px;
        padding-right: 10px;
        width: auto;
        padding-top: 30px;
        height: auto;
    }

    .cpzjb1_le {
        width: 100%;
        height: auto;
        float:none;
        overflow:hidden;
        margin:0;
    }

        .cpzjb1_le .hd {
            width: 100%;
            height: auto;
            padding-top: 20px;
        }

            .cpzjb1_le .hd ul {
                width: 100%;
                text-align: center;
                height: auto;
                margin: 0px;
            }

                .cpzjb1_le .hd ul li {
                    display: inline-block;
                }

            .cpzjb1_le .hd a {
                display: none;
            }

        .cpzjb1_le .bd {
            width: 100%;
            height: auto;
        }

            .cpzjb1_le .bd ul li {
                width: 100%;
                height: auto;
            }

                .cpzjb1_le .bd ul li img {
                    width: 100%;
                    height: auto;
                }

        .cpzjb1_le .hd ul li img {
            margin-left: 0px;
        }

    .xx_fx {
        display: none;
    }

    .cpzjb1_ri {
        width: 100%;
        height: auto;
        min-height: 0;
        padding-bottom: 20px;
    }

        .cpzjb1_ri h1 {
            font-size: 20px;
            margin-top: 0px;
            min-height: 60px;
            line-height: 60px;
        }

    .cpzjb1_ri1 {
        padding-left: 20px;
        padding-right: 20px;
        width: calc(100% - 40px);
    }

        .cpzjb1_ri1 ul li {
            width: 100%;
            padding: 0px;
        }
    .cpzjb1_ri > p{
        margin-left:0;
        text-align:center;
    }
    .cpzjb_xx .hd ul li{
        width:auto;
        padding:0 15px;
        font-size:18px;
    }
    .cpzjb1_ri > p em {
        margin: 0px;
        text-align: center;
        margin-top: 20px;
        font-size: 22px;
    }

    .cpxx_sx {
        margin: 0 auto !important;
        width: 100%;
        text-align: center;
        margin-top: 20px !important;
    }

        .cpxx_sx a {
            margin-left: 9px;
            margin-right: 9px;
        }

    .cpzjb_xx .hd {
        width: 100%;
    }
    .cpzjb_xx .hd ul{
        width:auto;
    }
    .cpzjb_xx1 {
        display: none;
    }

    .cpzjb_xx .bd ul.cpzjb_z li {
        padding-left: 10px;
        padding-right: 10px;
        width: calc(100% - 20px);
    }

    .cpzjb_xx .bd ul li {
        min-height: auto;
    }

    .cpxx {
        padding-left: 10px;
        padding-right: 10px;
        width: calc(100% - 20px);
        min-height: auto;
    }

        .cpxx h1 {
            width: 100%;
            font-size: 18px;
        }

    .cpxx1 {
        width: 100%;
        margin-top: 0px;
        height: auto;
    }

        .cpxx1 .bd {
            width: 100%;
            height: auto;
            text-align:center;
        }

        .cpxx1 > a {
            display: none;
        }

        .cpxx1 .bd ul li {
            width: 100%;
            height: auto;
        }

            .cpxx1 .bd ul li img {
                width: auto;
                height: 300px;
            }

        .cpxx1 .hd {
            width: 100%;
            height:auto;
        }

            .cpxx1 .hd ul li {
                width: 25%;
                height: auto;
            }

                .cpxx1 .hd ul li img {
                    width: 100%;
                    height: 100%;
                }

    .cpxx2 {
        margin-top: 0px;
    }

    .cpxx2_1 {
        width: 100%;
    }

    .cpxx3 {
        padding-left: 10px;
        padding-right: 10px;
        width: calc(100% - 20px);
        margin-top: 30px;
    }

    .cpxx3_1 {
        width: 100%;
        margin-top: 0px;
    }

    .cpxx_sx {
        margin-top: 0px;
    }

    .xwxx {
        padding-left: 10px;
        padding-right: 10px;
        width: calc(100% - 20px);
    }

    .xwxx3 {
        padding-left: 10px;
        padding-right: 10px;
        width: calc(100% - 20px);
    }

    .xwxx2 img {
        width: 100%;
        height: auto;
    }

    .xwxx h1 {
        font-size: 20px;
    }

    .xwxx3_1 .bd ul li {
        padding-left: 0px;
    }

        .xwxx3_1 .bd ul li h3 {
            width: calc(100% - 40px);
            padding-left: 30px;
            overflow: hidden;
        }

    .xwxx3_1 .hd {
        display: none;
    }

    .xwxx3_1 {
        height: auto;
    }

    .xwxx3 {
        height: auto;
    }

    .cpzjb_xx .bd ul li img {
        width: 100%;
        height: auto;
    }

    .zp_tc {
        width: calc(100% - 20px);
        padding-left: 10px;
        padding-right: 10px;
        left: 50%;
        margin-left: -50%;
    }

    .zptc_bt {
        width: 100%;
        height: auto;
    }

    .zp_tc1 {
        width: 100%;
    }

    .ckly {
        padding-left: 10px;
        padding-right: 10px;
        width: calc(100% - 20px);
    }

    .ckly_bt {
        font-size: 20px;
    }

    .ckly1_to {
        width: 100%;
        overflow: hidden;
    }

        .ckly1_to > img {
            width: 10%;
            height: auto;
        }

    .ckly_to1 {
        padding-left: 10px;
        padding-right: 10px;
        width: calc(85% - 20px);
    }

        .ckly_to1 p {
            width: 100%;
        }

    .ckly1_on {
        width: 100%;
    }

        .ckly1_on > img {
            width: 10%;
            height: auto;
        }

    .ckly_on1 {
        min-width: 0px;
        padding-left: 10px;
        padding-right: 10px;
        margin: 0px;
    }

    .zp2 ul li {
        width: 48%;
        margin-right: 4%;
        box-sizing: border-box;
    }
    .zp2 ul li:nth-child(2n) {
        margin-right: 0;
    }
}
@media screen and (max-width: 800px) {
    .xwzx ul li {
        margin-bottom: 0;
    }
    .xwxx1 span {
        display: none;
    }
}
@media screen and (max-width: 600px) {
    .zp2 ul li {
        width: 100%;
        margin-right: 0 !important;
    }
}

/*END*/
/*BEGIN*/

/*END*/
/*BEGIN*/

/*END*/
/*BEGIN*/

/*END*/
/*BEGIN*/

/*END*/
/*BEGIN*/

/*END*/

/*# sourceMappingURL=all.css.map */
