/*
* @Author: Administrator
* @Date:   2017-11-21 17:19:09
* @Last Modified by:   Administrator
* @Last Modified time: 2017-12-29 16:05:42
*/
@charset "utf-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    outline: none;
    box-sizing: border-box;
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    overflow-x: hidden;
    position: relative;
}
@font-face {
    font-family: 'HELVETICANEUELTPRO-THEX';
    src: url('../fonts/HELVETICANEUELTPRO-THEX.eot');
    src: url('../fonts/HELVETICANEUELTPRO-THEX.woff') format('woff'),
    url('../fonts/HELVETICANEUELTPRO-THEX.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
/* always display scrollbars */
body {
    font: 14px/1.8 "Microsoft Yahei", "微软雅黑", "Hiragino Sans GB", "冬青黑体", "微软正黑体", "Microsoft JhengHei", "Arial", "Helvetica", "SimHei", "黑体", "STXihei", "华文细黑", sans-serif;
    margin: 0 auto;
    color: #333;
    background-color: #fff;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

strong {
    font-weight: bold;
}

img {
    border: 0;
    display: block;
}

input {
    outline: none;
}

input[type="text"], input[type="button"], input[type="submit"], input[type="reset"] {
    -webkit-appearance: none;
}

textarea {
    -webkit-appearance: none;
    border-radius: 0;
    outline: none;
}

::-moz-selection {
    background: #338fff;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #338fff;
    color: #fff;
    text-shadow: none;
}

select {
    outline: none;
}

select::-ms-expand {
    display: none;
}

a {
    text-decoration: none;
    blr: expression(this.onFocus=this.blur());
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

a:link, a:visited {
    text-decoration: none;
}

a:active, a:hover {
    text-decoration: none;
    outline: none;
}

a:focus {
    text-decoration: none;
    outline: 0;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
    line-height: 0px;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.fc {
    text-align: center;
}

.fr {
    text-align: right;
}

.l {
    float: left;
}

.r {
    float: right;
}

.vt {
    vertical-align: top;
}

.vm {
    vertical-align: middle;
}

.inner {
    width: 1200px;
    margin: 0 auto;
}


/*case*/
.row .bg {
    position: absolute;
    left: 0;
    top: 0;
    background-position: center center;
    background-size: cover;
}

.row .bg img {
    -webkit-transition: all 4s ease-out;
    -moz-transition: all 4s ease-out;
    -o-transition: all 4s ease-out;
    transition: all 4s ease-out;
}

.row.active .bg img {
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -o-transform: scale(1.02);
    transform: scale(1.02);
}

.case_con {
    position: relative;
    top: 20%;
    margin: auto;
}

.case_con .title {
    width: 425px;
    height: 90px;
    border: 1px solid #fff;
    border-bottom: 0;
    margin: auto;
    text-align: center;
    color: #fff;
    position: relative;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
}

.case_con .title:before,
.case_con .title:after {
    content: '';
    display: block;
    width: 140px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
}

.case_con .title:before {
    left: 0;
}

.case_con .title:after {
    right: 0;
}

.case_con .title p {
    font-size: 26px;
    font-family: HELVETICANEUELTPRO-THEX, "微软正黑体";
    margin-top: 16px;
    line-height: 1;
    opacity: 0.8;
}

.case_con .title h2 {
    font-size: 24px;
    font-weight: normal;
    position: relative;
    z-index: 2;
}

.case_con span {
    position: relative;
    font-size: 48px;
    opacity: 0.2;
    top: -40px;
    font-family: HELVETICANEUELTPRO-THEX, "微软正黑体";
}

.case_box {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    margin-top: 60%;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.case_box ul li {
    width: 24.6%;
    margin: 0.2%;
    float: left;
    position: relative;
    overflow: hidden;
}

.case_box ul li .img {
    width: 100%;
    height: 100%;
    background-position: center center;
}

.case_box ul li .img img {
    width: 100%;
}

.case_box ul li .text {
    position: absolute;
    width: 100%;
    height: 100%;
    left: -100%;
    top: 0;
    background: rgba(0, 0, 0, 0.7);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.case_box ul li .text p {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    margin: auto;
    color: #fff;
    font-size: 15px;
    background: rgba(0, 0, 0, 0.5);
}

.case_box ul li:hover > a .text {
    left: 0;
}

.case_box ul li .part:hover > a .text {
    left: 0;
}

.row.active .case_con .title {
    -webkit-transition-delay: 0.6s;
    -moz-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.row.active .case_box {
    -webkit-transition-delay: 0.6s;
    -moz-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
    margin-top: 8%;
}

/*about*/
.about {
    height: 400px;
    position: absolute;
    left: 0;
    right: 0;
    top: 33%;
    margin: auto;
}

.about .title {
    width: 400px;
    height: 400px;
    color: #fff;
    position: relative;
    margin: auto;
    left: 50%;
    opacity: 0;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.about .title .border {
    width: 100%;
    height: 100%;
    border: 10px solid #005a27;
    border-left: 0;
    position: absolute;
    left: 30px;
    top: 0;
    transform: perspective(600px) rotateY(20deg);
    -webkit-transform-origin: left;
}

.about .title:before,
.about .title:after {
    content: '';
    display: block;
    width: 10px;
    height: 60px;
    position: absolute;
    background-color: #005a27;
    left: 30px;
}

.about .title:before {
    height: 175px;
    top: 2px;
}

.about .title:after {
    bottom: 2px;
}

.about .txt {
    position: relative;
    top: 180px;
}

.about .title p {
    font-size: 68px;
    line-height: 1;
    font-family: "Microsoft Jhenghei", "微软正黑体";
}

.about .title p i {
    font-size: 100px;
    text-transform: uppercase;
    font-style: normal;
}

.about .title h2 {
    font-size: 32px;
    font-weight: 100;
    line-height: 1;
}

.about .title span {
    font-size: 14px;
}

.about_con {
    width: 710px;
    position: relative;
    left: -50%;
    opacity: 0;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    padding-top: 30px;
}

.about_con p {
    line-height: 2;
    color: #c7c7c7;
    text-indent: 2em;
}

.row.active .about .title,
.row.active .about .about_con {
    left: 0;
    opacity: 1;
    -webkit-transition-delay: 0.6s;
    -moz-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

/*news*/
.news {
    height: 420px;
    position: absolute;
    left: 0;
    right: 0;
    top: 32%;
    margin: auto;
}

.news .title {
    width: 240px;
    height: 420px;
    border: 12px solid #025a26;
    border-left: 0;
    color: #fff;
    position: relative;
    margin: auto;
    left: 50%;
    opacity: 0;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.news .title:before,
.news .title:after {
    content: '';
    display: block;
    width: 12px;
    background-color: #025a26;
    position: absolute;
    left: 0;
}

.news .title:before {
    height: 60px;
    top: 0;
}

.news .title:after {
    height: 240px;
    bottom: 0;
}

.news .title .border {
    position: absolute;
    width: 100%;
    height: 90%;
    top: -45px;
    left: 35px;
}

.news .title .border b {
    display: block;
    position: absolute;
    background-color: #025a26;
}

.news .title .border .border1 {
    width: 8px;
    height: 25px;
    top: 0;
}

.news .title .border .border2 {
    height: 8px;
    width: 100%;
    top: 0;
}

.news .title .border .border3 {
    height: 100%;
    width: 8px;
    top: 0;
    right: 0;
}

.news .title .txt {
    position: relative;
    top: 60px;
}

.news .title p {
    font-size: 75px;
    font-family: "Microsoft Jhenghei", "微软正黑体";
    position: relative;
    left: -10px;
    line-height:1;
}

.news .title p i {
    font-size: 100px;
    text-transform: uppercase;
    font-style: normal;
}

.news .title h2 {
    font-size: 32px;
    font-weight: 100;
    line-height: 1;
    padding-left: 20px;
    margin-bottom: 20px;
}

.news .title span {
    font-size: 14px;
    display: block;
    padding-left: 20px;
}

.news_con {
    width: 780px;
    height: 420px;
    overflow: hidden;
    position: relative;
    left: -50%;
    opacity: 0;
    margin-top: 40px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.news_con ul li {
    color: #999;
    margin-bottom: 5px;
    position: relative;
    padding: 10px 0 10px 40px;
}

.news_con ul li:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #fff;
}

.news_con ul li:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.2);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.news_con ul li h3 {
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: normal;
    position: relative;
    z-index: 2;
}

.news_con ul li h3 a {
    color: #fff;
}

.news_con ul li span {
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    position: relative;
    z-index: 2;
    background: url(../images/date.png) no-repeat left center;
    padding-left: 20px;
}

.news_con ul li p {
    font-size: 14px;
    position: relative;
    z-index: 2;
}

.news_con ul li:hover:after {
    width: 100%;
}

.news_con ul li a:hover {
    text-decoration: underline;
}

.row.active .news .title,
.row.active .news .news_con {
    left: 0;
    opacity: 1;
    -webkit-transition-delay: 0.6s;
    -moz-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

/*footer*/
footer {
    padding: 20px;
    color: #999;
    background-color: #232323;
}
footer .con{
}
footer .con p {
    line-height:1.6;
}

footer .con p span {
    margin-right: 15px;
}

footer .con p a {
    color: #999;
}

footer .con p a:hover {
    color: #000;
}

footer .focus p {
    text-align: right;
}

footer .focus .c {
    padding-top: 8px;
}

footer .focus a {
    display: block;
    width: 32px;
    height: 32px;
    margin-right: 12px;
    border-radius:5px;
    background-color:#fff;
    float: left;
    position: relative;
    opacity:0.6;
    padding:1px;
}

footer .focus a.weixin {
    background-position: 0px 0px;
}

footer .focus a.a2 {
    background-position: 0px -30px;
}

footer .focus a.a3 {
    background-position: 0px -60px;
}

footer .focus a em {
    background: url(../images/sharp.png) no-repeat;
    display: block;
    width: 100%;
    height: 100%;
}

footer .focus a.weixin em {
    background-position: 0px 0px;
}

footer .focus a.a2 em{
    background-position: -30px 0px;
}

footer .focus a.a3 em{
    background-position: -60px 0px;
}

footer .focus a.a3 {
    margin-right: 0px;
}
footer .focus a:hover{
    opacity:1;
}

    /* winxin */
.popUpblack {
    background: url(../images/black.png) repeat;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 1010;
    display: none;
}

.popUp {
    width: 220px;
    height: 242px;
    border: 5px solid #f1f1f1;
    background: #fff;
    position: fixed;
    left: 50%;
    top: 50%;
    margin: -87px 0 0 -115px;
    z-index: 1004;
}

.popUp .t {
    padding: 0 0 0 10px;
    height: 26px;
    line-height: 26px;
    color: #666;
    font-weight: bold;
    border-bottom: 1px solid #e8e8e8;
    background: #f2f2f2;
}

.popUp .t .close {
    padding: 0 10px 0 0;
    float: right;
    cursor: pointer;
    color: #666;
    font-weight: normal;
}

.popUp .img {
    padding: 10px;
}

.popUp .img img {
    width: 100%;
    height: 100%;
    display: block;
}

/*内页*/
/*pbanner*/
.pbanner {
    position: relative;
    z-index: 10;
    background-position:center center;
    background-repeat:no-repeat;
    background-size: cover;
}

.pbanner figure {
    overflow: hidden;
}
.pbanner figure img{
    width:100%;
}

.ptitle {
    height: 240px;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 20%;
    margin: auto;
    z-index: 10;
}

.ph3 {
    margin: auto;
    display: inline-block;
    width: 30px;
    padding: 30px;
    position: relative;
    box-sizing: content-box;
}

.ph3 span {
    display: block;
    position: absolute;
    background: rgba(255, 255, 255, 0.36);
    background: #fff \9;
    filter: alpha(opacity=36);
}

.ph3 span.line1 {
    width: 100%;
    height: 5px;
    left: 0;
    top: 0;
}

.ph3 span.line3 {
    width: 100%;
    height: 5px;
    right: 0;
    bottom: 0;
}

.ph3 span.line2 {
    width: 5px;
    height: 175px;
    right: 0;
    top: 5px;
}

.ph3 span.line4 {
    width: 5px;
    height: 175px;
    left: 0;
    bottom: 5px;
}

.ph3 strong {
    display: block;
    position: relative;
    color: #fff;
    font-size: 28px;
    text-align: center;
    line-height: 1.2;
    font-weight: normal;
}

.ptitle small {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 27px;
    line-height: 1;
    margin-top: 10px;
    text-transform: capitalize;
}

/*sub_about*/
.sub_main{
    // position: relative;
    // top:350px;
    margin-top: 80px;
}
@media only screen and (max-width: 767px) {
    .sub_main{
        margin-top: 60px;
        margin-bottom: 20px;
    }
}
.sub_main .ico {
    width: 11px;
    display:block;
    height: 16px;
    background: url(../images/ico_01.png);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    -webkit-animation: down 1000ms infinite linear;
    animation: down 1000ms infinite linear;
    cursor: pointer;
    z-index:13;
}
.sub_inner {
    width: 1000px;
    margin: auto;
}

.sub_main_con {
    position: relative;
    background: url(../images/dec.png) no-repeat top center;
    margin-top: -25px;
    z-index: 11;
    padding: 0px 0 80px;
}


.sub_about_con p {
    line-height: 2;
    text-indent: 2em;
    margin-bottom: 10px;
}

.sub_about_con img {
    max-width: 100%;
    margin: auto;
}

@-webkit-keyframes down {
    0% {
        top: 4px;
        opacity: 0;
        filter: alpha(opacity=0);
    }
    50% {
        top: 10px;
        opacity: 1;
        filter: alpha(opacity=100);
    }
    100% {
        top: 15px;
        opacity: 0;
        filter: alpha(opacity=0);
    }
}

@keyframes down {
    0% {
        top: 4px;
        opacity: 0;
        filter: alpha(opacity=0);
    }
    50% {
        top: 10px;
        opacity: 1;
        filter: alpha(opacity=100);
    }
    100% {
        top: 15px;
        opacity: 0;
        filter: alpha(opacity=0);
    }
}

/*case*/
.case_menu{
    width:210px;
}
.case_menu .tit{
    border-bottom:1px solid #ccc;}
.case_menu span{
    display:block;
    height: 32px;
    line-height:32px;
    font-size:16px;
    text-transform:uppercase;
    position: relative;
    padding-left:24px;
}
.case_menu span i{
    display:inline-block;
    width:12px;
    height:16px;
    background-color:#005a27;
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    margin:auto;
}
.case_menu span i:before{
    content: '';
    display:block;
    width:0;
    height:0;
    border:8px solid transparent;
    border-left-color:#005a27;
    position: absolute;
    top:0;
    left:12px;
}
.case_menu h3{
    font-size:18px;
    height:40px;
    padding-left:24px;
}
.case_menu ul li{
    height:50px;
    line-height:50px;
    border-bottom:1px dashed #ccc;
    padding-left:24px;
    position: relative;
}
.case_menu ul li:before{
    content: '';
    display:block;
    width:20px;
    height:9px;
    position: absolute;
    right:50px;
    top:0;
    bottom:0;
    margin:auto;
    opacity: 0;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
}
.case_menu ul li.cur:before,
.case_menu ul li:hover:before{
    right:10px;
    opacity:1;
}
.case_menu ul li a{
    display:inline-block;
    color:#666;
    position:relative;
    left:0;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
}
.case_menu ul li.cur a,
.case_menu ul li:hover a{
    color:#005a27;
}
.sub_main_con .case_box{
    position: static;
    margin:0;
    width:960px;
}
.sub_main_con .case_box ul li{
    width:32.93333%;
}

/*分页样式*/
.page-box {
    margin-top:26px;
    font-size:12px;
}

.digg {
    text-align: center;
}

.digg span {
    display: inline-block;
    margin-right: 3px;
    padding: 3px 10px;
    border: 1px solid #ededed;
}

.digg a:link, .digg a:visited {
    color: #555;
}

.digg span {
    display: inline-block;
    margin-right: 3px;
    padding: 3px 10px;
    border: 1px solid #ededed;
}

.current {
    background-color: #005a27 !important;
    color: #fff !important;
    border: 1px solid #005a27 !important;
}

.digg a {
    background-color: #fff;
    padding: 5px 10px;
    border: 1px solid #ededed;
    margin-right: 3px;
}

.digg a:active, .digg a:hover {
    color: #fff;
    background-color: #005a27;
}

.mtop{
    height:70px;
}
/*case_show*/
.case_show_left{
    width:75%;
    background-color:#f7f7f7;
}
.case_show_left .con{
    padding:5%;
}
.case_show_left .con p{
    margin-top:15px;
}
.case_show_left .con img{
    max-width:100%;
    margin: auto;
}
.show_guide{
    background-color:#fff;
    height:100px;
    padding:30px 5%;
}

.show_guide .a {
    display: block;
    width: 50%;
    color: #666;
    font-size: 16px;
    line-height: 40px;
    position: relative;
}

.show_guide .a i{
    display:block;
    width:42px;
    height:32px;
    position:absolute;
    top:0;
    bottom:0;
    margin:auto;
    background-repeat:no-repeat;
    background-position:center center;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
    border:1px solid transparent;
}
.show_guide .down{
    text-align:right;
}
.show_guide .up i{
    left:-40px;
    background-image:url(../imgs/arrow1.png);
}
.show_guide .down i{
    right:-40px;
    background-image:url(../imgs/arrow2.png);
}
.show_guide .a p{
    position: relative;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;

}
.show_guide .a p a{
    color:#666;
}
.show_guide .down p{
    left:0;}
.show_guide .up p{
    right:0;}
.show_guide .down:hover p{
    left:-10px;
}
.show_guide .up:hover p{
    right:-10px;
}
.show_guide .down:hover i{
    right:-50px;
    border:1px solid #999;
    background-color:#333;
}
.show_guide .up:hover i{
    border:1px solid #999;
    background-color:#333;
    left:-50px;
}
.case_show_right{
    width:25%;
    padding:5% 0;
    position: fixed;
    top:-20px;
    right:0;
}
.case_show_right .tit{
    height:80px;
    line-height:80px;
    padding-left:60px;
    position: relative;
}
.case_show_right .tit .line{
    display:inline-block;
    width:40px;
    height:1px;
    background:rgba(222,222,222,1);
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    margin:auto;
}
.case_show_right .tit .line:after{
    content: '';
    display:block;
    position: absolute;
    left:0;
    top:0;
    bottom:0;
    margin:auto;
    width: 2px;
    height: 35px;
    background: #7e7e7e;
}
.case_show_right .tit h3{
    display:inline-block;
    font-size: 20px;
    color: #333;
    font-weight:normal;
    line-height:1.8;
}
.case_show_right .case_des{
    padding:40px;
}
.case_show_right .case_des p{
    line-height:2;
}
/*news_list*/
.sub_news_list ul li{
    border-bottom:1px solid #efefef;
}
.sub_news_list ul li a{
    display:block;
    padding:20px 0;
    position: relative;
}
.sub_news_list ul li a:before{
    content: '';
    display:block;
    position: absolute;
    width:40px;
    height:32px;
    left:10px;
    bottom:40px;
    background:url(../imgs/arrow2.png) no-repeat center center;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    pointer-events:none;
}
.sub_news_list ul li .date{
    position:relative;
    width:10%;
}
.sub_news_list ul li .date:before{
    content: '';
    display:block;
    width:35px;
    height:1px;
    background-color:#bfbfbf;
    position: absolute;
    top:0;
    bottom:0;
    left:90px;
    margin:auto;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.sub_news_list ul li .date p{
    font-size:24px;
    color: #8F8F8F;
    font-family: HELVETICANEUELTPRO-THEX, 微软雅黑;
    line-height: 46px;
    position: relative;
    top: 0px;
    width: 100%;
}
.sub_news_list ul li .txt{
    width:60%;
    margin-left:3%;
    position: relative;
    left:0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.sub_news_list ul li .txt h2{
    color:#666;
    font-size:16px;
    font-weight:normal;
    height:45px;
    line-height:40px;
}
.sub_news_list ul li .txt p{
    color:#999;
}
.sub_news_list ul li .img{
    width:15%;
    overflow: hidden;
}
.sub_news_list ul li .img img{
    width:100%;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.sub_news_list ul li:hover a:before{
    background-color:#333;
    left:20px;
}
.sub_news_list ul li:hover .date:before{
    width:65px;
}
.sub_news_list ul li:hover .txt{
    left:30px;
}
.sub_news_list ul li:hover .txt h2{
    color:#333;
}
.sub_news_list ul li:hover .img img{
    -webkit-transform:scale(1.2);
    -moz-transform:scale(1.2);
    -o-transform:scale(1.2);
    transform:scale(1.2);
}
/*news_show*/
.news_show .tit{
    text-align:center;
    border-bottom:1px solid #eaeaea;
    padding-bottom:20px;
}
.news_show .tit h3{
    font-size:20px;
    font-weight:normal;
}
.news_show .tit span{
    font-size:12px;
    color:#999;
    text-transform:uppercase;
}
.news_show .news_show_box{
    padding-top:10px;
}
.news_show .news_show_box p{
    margin:10px 0;
}
.news_show .news_show_box img{
    max-width:100%;
    margin:auto;
}
/*contact*/
.mapDemo {
    width: 328px;
    height:290px;
    position: absolute;
    left:0;
    right:0;
    bottom:15%;
    margin:auto;
    background-color: rgb(255, 255, 255);
    text-align: center;
    color: rgb(51, 51, 51);
}
.mapDemo .img {
    width: 100%;
    overflow: hidden;
}
.mapDemo .img img {
    width: 100%;
    display: block;
}
.mapDemo .mapBtn {
    background-color:#005a27;
    width: 112px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: block;
    position: relative;
    top: -20px;
    margin: 0px auto;
    border-radius: 20px;
    color:#fff;
}
.mapDemo .mapBtn:hover {
    background-color: rgb(51, 51, 51);
}
.mapDemo .con {
    padding: 0px 5% 15px;
    margin-top:-10px;
}
.mapDemo .ico {
    background: transparent url('../images/map.png') no-repeat scroll 0% 0%;
    width: 30px;
    height: 39px;
    display: block;
    margin: 0px auto;
}
.mapDemo .t {
    font: bold 18px/1.4 "microsoft yahei";
    padding: 10px 0px;
}
.mapDemo .tel {
    font: 18px/1.5 "acaslonpro", "times new roman", tahoma, georgia;
}
.mapDemo .i1 {
    width: 23px;
    height: 15px;
    position: absolute;
    left: 50%;
    bottom: -15px;
    margin-left: -11px;
}
.mapDemo .i2 {
    width: 36px;
    height: 35px;
    position: absolute;
    left: 50%;
    bottom: -55px;
    margin-left: -18px;
}
.mapBox:hover .mapDemo .i2 {
}
.contactList {
     padding-bottom:70px;
     border-bottom: 2px solid rgb(204, 204, 204);
     background-color: rgb(255, 255, 255);
 }
.iContactList li {
    float: left;
    cursor: pointer;
    text-align: center;    width: 21%;
    margin: 0px 2%;
    color: rgb(102, 102, 102);
}
.iContactList li .t {
    font-size: 16px;
    color: rgb(51, 51, 51);
}
.iContactList li .img{
    width:81px;
    height:81px;
    position:relative;
    top:0;
    overflow:hidden;
    margin: 0px auto 30px;
}
.iContactList li .icon {
    display: block;
    position:relative;
    top:0;
}
.iContactList li:hover .icon{
    top:-81px;

}
.aboutT1 {
    font: 24px/1.8 "microsoft yahei";
    color: rgb(102, 102, 102);
    text-align: center;
}
.messagePage {
     padding: 4% 0px 0;
 }
.messagePage .bot {
    background-color: rgb(204, 204, 204);
    height: 1px;
    width: 146px;
    margin: 35px auto 50px;
}
.formbox {
    margin: 0px auto;
}
.formbox dd {
    padding-bottom: 20px;
    width:48%;
    float:left;
    margin:1%;
}
.formbox dd.btnBox {
    padding-top: 14px;
}
input.ctxt[type="text"] {
    border-radius: 12px;
}
.ctxt {
    color: rgb(51, 51, 51);
    padding: 12px 4%;
    height: 46px;
    line-height: 46px;
    border-radius: 10px;
    width: 100%;
    font-size: 14px;
    font-family: "microsoft yahei";
    border: 1px solid rgb(255, 255, 255);
    background-color:#f2f2f2;
    margin-bottom:10px;
    box-sizing:border-box;
}
.ctxt4 {
    height: 74px;
}
.ctxt3 {
    width: 100%;
    height: 250px;
    resize: none;
    background:url(../imgs/text2_15.jpg) no-repeat center center;
}
.moreMess {
    width: 100%;
    height: 46px;
    text-align: center;
    line-height: 46px;
    color: rgb(255, 255, 255);
    font-size: 16px;
    display: block;
    margin: 0px auto;
    background-color: #ccc;
    position: relative;
    border-radius: 23px;
    overflow: hidden;
    border: 0;
    cursor: pointer;
}

.moreMess:hover {
    background-color: #167dbc;
}

.formbox textarea {
    outline: medium none;
}
.formbox input[type="text"]:focus, .formbox textarea:focus {
    border-color: rgb(204, 204, 204);
}

.sub_header{
    top:0;
    background-color:#fff;
    border-bottom:1px solid #efefef;
}
.sub_header nav ul li a{
    color:#333;
}
.m_top{
    width:100%;
    height:70px;
}
.sub_menuBtn .burger{
    background-color:#005a27;
}
/*响应式*/
@media (max-width: 1280px) {
    .inner,.sub_inner {
        width: 90%;
    }

    .case_con {
        top: 18%;
    }

    .row.active .case_box {
        margin-top: 6%;
    }

    .about, .news {
        top: 30%;
    }
    .case_menu{
        width:18%;
    }
    .sub_main_con .case_box{
        width:80%;
    }
}

@media (max-width: 1240px) {
    .about .title {
        width: 320px;
    }

    .about .title p {
        font-size: 56px;
    }

    .news_con {
        width: 700px;
    }
    .case_show_left{
        width:70%;
    }
    .case_show_right{
        width:30%;
    }
    .case_show_right .tit h3{
        font-size:18px;
    }
}

@media (max-width: 1169px) {
    .about_con {
        width: 600px;
    }

    .news_con {
        width: 660px;
    }
}

@media (max-width: 1024px) {
    .news_con {
        width: 600px;
    }

    .about {
        top: 28%;
    }
}

@media (max-width: 991px) {
    .rowbox {
        position: relative;
        top: 0 !important;
    }

    .sidedot, .rowaw {
        display: none;
    }

    .row .bg {
        width: 100%;
        height: 100%;
    }

    .row .bg img {
        display: none;
    }

    .case_box, .about, .news {
        position: relative;
    }

    .case_con, .about, .news {
        padding: 10% 0;
    }

    nav {
        display: none;
    }

    .menuBtn {
        display: block;
    }

    .about, .news {
        height: auto;
    }

    .about .title, .about .about_con, .news .title, .news .news_con {
        float: none;
        margin: auto;
    }

    .about .title {
        height: 200px;
    }

    .about .title:before {
        height: 60px;
    }

    .about .title:after {
        height: 25px;
    }

    .about .title p {
        font-size: 32px;
    }

    .about .title p i {
        font-size: 62px;
    }

    .about .title h2 {
        font-size: 26px;
    }

    .about .title .border, .about .title:before, .about .title:after {
        left: 17px;
    }

    .about .txt {
        top: 65px;
    }

    .about .about_con, .news .news_con {
        width: 100%;
        margin-top: 50px;
    }

    .news .title {
        height: 220px;
        margin-top: 30px;
    }

    .news .title:before {
        height: 20px;
    }

    .news .title:after {
        height: 105px;
    }

    .news .title .txt {
        top: 20px;
        left: 5px;
    }

    .news .title p {
        font-size: 32px;
    }

    .news .title p i {
        font-size: 72px;
    }

    .news .title h2 {
        font-size: 26px;
        margin-bottom: 10px;
    }

    .news .title span {
        display: inline-block;
    }
}

@media (max-width: 860px) {
    .case_box ul li {
        width: 49%;
    }

    .case_box ul li .text {
        position: static;
    }

    .case_box ul li .text p {
        background-color: rgba(0, 0, 0, 0.5);
    }
    .case_menu{
        width:100%;
        text-align:center;
        position:relative;
        margin:-40px auto 20px;
    }
    .case_menu .tit{
        background-color:#005a27;
        cursor:pointer;
    }
    .case_menu .tit:before{
        content: '';
        display:inline-block;
        width:0;
        height:0;
        border:8px solid transparent;
        border-top:8px solid #fff;
        position: absolute;
        margin-left:42px;
        margin-top:16px;
    }
    .case_menu span{
        display:none;
    }
    .case_menu h3{
        padding:0;
        line-height:40px;
        color:#fff;
        font-weight:normal;
    }
    .case_menu ul{
        display:none;
    }
    .sub_main_con .case_box{
        width:100%;
    }
    .case_show_right{
        position: static;
        width:100%;

    }
    .case_show_left{
        width:100%;
        float:none;
    }
    .footer .con{
        float:none;
    }
    .focus{
        float:none;
        width:100%;
        overflow:hidden;
    }
    .case_show_right .case_des{
        padding:0 40px;
    }
}
@media(max-width:768px){
    .sub_news_list ul li .img{
        width:25%;
    }
    .iContactList li{
        width:46%;
        margin:2%;
    }
    .pbanner{
        height:400px;
    }
    .pbanner figure img{
        display:none;
    }
    .mapDemo{
        height:auto;
    }
    .contact_pbanner{
         height:300px;
    }
    .mapDemo .img{
        display:none;
    }
}
@media(max-width:640px){
    .sub_main_con .case_box ul li{
        width:49.6%;
    }
    .sub_news_list ul li .date p{
        font-size:20px;
    }
    .sub_news_list ul li .date,.sub_news_list ul li a:before{
        display:none;
    }
}
@media(max-width:568px){
    .sub_news_list ul li .img{
        float:left;
    }
    .sub_news_list ul li .txt{
        float:right;
        width:70%;
        margin:0;
    }
    .sub_news_list ul li .txt h2{
        height:32px;
        line-height:1;
    }
    .sub_news_list ul li .date {
        display: none;
    }
    .show_guide{
        height:auto;
        overflow: hidden;
    }
    .show_guide .a{
        width:100%;
    }
    .show_guide .down{
        text-align:left;
    }
    .show_guide .down i{
        left:-40px;
        right:auto;
    }
    .show_guide .up:hover i,.show_guide .down:hover i{
        left:0;
        right:auto;
    }
    .show_guide .up:hover p,.show_guide .down:hover p{
        right: -50px;
        left:auto;
    }
}
@media (max-width: 480px) {
   


    .menuBtn {
        top: -6px;
    }

    .banner li {
        height: 400px;
    }

    .banner li a > img {
        height: 100%;
        width: auto;
    }

    .btext {
        width: 60%;
		height:100px;
    }

    .case_con .title {
        width: 300px;
        height: 80px;
    }

    .case_con .title p {
        font-size: 20px;
    }

    .case_con span {
        font-size: 42px;
    }

    .case_con .title:before, .case_con .title:after {
        width: 80px;
    }

    .formbox dd{
        width:100%;
    }
    .case_box ul li,.sub_main_con .case_box ul li{
        width:99.6%;
    }
    .formbox textarea{
        display:none;
    }
}
@media(max-width:414px){
    .pbanner{
        height:330px;
    }
    .contact_pbanner{
        height:170px;
    }
    .show_guide .up i,.show_guide .down i{
        left:-20px;
    }
    .show_guide .up p,.show_guide .down p{
        right:-20px;
        left:auto;
    }
    .sub_main_con{
        padding:0px 0 10px;
    }
    .about .about_con{
        margin-top:0;
    }
    footer{
        padding:0px;
    }
    footer .con p span{
        display:block;
    }
    .messagePage .bot {
         margin: 15px auto 0px;
     }
}
@media(max-width:375px){
    .digg span{
        padding:2px 8px;
        margin-right:0;
    }
    .digg a{
        padding:4px 8px;
        margin-right:0;
    }
}
@media(max-width:360px){
    .case_box ul li,.sub_main_con .case_box ul li{
        width:99%;
    }
    .iContactList li{
        width:96%;
    }
    .sub_news_list ul li .img{
        display:none;
    }
    .sub_news_list ul li .txt{
        width:100%;
        margin:0;
    }
    .pbanner{
        height:280px;
    }
    .contact_pbanner{
        height:140px;
    }
}