@charset "UTF-8";
@font-face {
  font-family: 'iconfont';  /* project id 1383492 */
  src: url('http://at.alicdn.com/t/font_1383492_ic79zevpapa.eot');
  src: url('http://at.alicdn.com/t/font_1383492_ic79zevpapa.eot?#iefix') format('embedded-opentype'),
  url('http://at.alicdn.com/t/font_1383492_ic79zevpapa.woff2') format('woff2'),
  url('http://at.alicdn.com/t/font_1383492_ic79zevpapa.woff') format('woff'),
  url('http://at.alicdn.com/t/font_1383492_ic79zevpapa.ttf') format('truetype'),
  url('http://at.alicdn.com/t/font_1383492_ic79zevpapa.svg#iconfont') format('svg');
}
.iconfont{ font-family: 'iconfont' !important; }

html {
    margin: 0; 
    padding: 0;
    border: 0;
}

body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
p,
blockquote,
pre,
a,
address,
code,
b,
em,
img,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
footer,
header,
hgroup,
nav,
section {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    background: #fff;
    position: relative;
    font: 14px/1.5 Microsoft YaHei, arial, 宋体, sans-serif;
    vertical-align: baseline;
    width: 100%;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    outline: none;
}

a:link {
    color: #666;
}

a:visited {
    color: #666;
}

a:hover,
a:active,
a:focus {
    text-decoration: none;
    outline: none;
}

input {
    padding: 0;
    margin: 0;
    font-family: 'Microsoft YaHei';
}

img {
    border: none;
    background: none;
    vertical-align: middle;
}

ul,
ol,
li {
    list-style-type: none;
}

select,
input,
img,
select {
    vertical-align: middle;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

table,
th,
td {
    vertical-align: middle
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.clearfix {
    zoom: 1
}

.clear {
    clear: both;
}

.clearboth {
    height: 0px;
    line-height: 0px;
    overflow: hidden;
    clear: both;
    font-size: 0px;
}

h1,
h2,
h3,
h4 {
    font-size: 14px;
}

hr {
    border: 0;
    border-top: 1px solid #ccc;
    height: 0;
}
.container1440{
    width:1380px;
    margin:0 auto;
}
.carousel-indicators li {
    height: 5px !important;
    width: 50px !important;
    transition: all .5s;
    margin: 0;
    padding: 0;
}

.carousel-indicators li:hover {
    background: #fff;
}

.carousel-indicators li.active {
    width: 70px !important;
}
.i_pro{
    padding-top: 50px;
    background-color: rgba(217, 217, 217, 0.298039);
    padding-bottom: 50px;
}
.i_ty_title .header_title{
    font-size: 24px;
    font-family: '方正兰亭黑' !important;
}
.i_ty_title .header_subtitle{
    line-height: 1.3em;
    margin-top: 5px;
    font-family: arial;
    padding-left: 2px;
    padding-right: 2px;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #999;
}
.mt-30{
    margin-top: 30px;
}
.i_pro_class ul li{
    display: inline-block;
}
.i_pro_class ul li a{
    cursor: pointer;
    line-height: 28px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    font-family: 微软雅黑;
    font-size: 15px;
    background-color: transparent;
    color: #a5a5a5;
    padding: 7px;
    transition: all .5s; 
}
.i_pro_class ul li.active a{
    color: #333333
}
.i_pro_class ul li a:hover{
    color: #333333;
}f
.cbcolu{
    background-color: transparent;
    text-align: left;
    padding: 7px;
    margin-bottom: 10px;
}
.cst_block_item{
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background-color: rgb(255, 255, 255);
    min-height: 335px;
    -webkit-transform: rotate(0deg) scale(1) translate(0%,0%);
    transform: rotate(0deg) scale(1) translate(0%,0%);
    transition: All 0.3s ease;
    cursor:pointer;
}
.i_pro_con .cst_block_item:hover{
    box-shadow: rgba(0,0,0,0.188235) 0px 17px 50px 0px;
    -webkit-transform: translate3d(0px,-2px,0px);
    transform: translate3d(0px,-2px,0px);
    transition: all 0.3s cubic-bezier(0.55,0,0.1,1);
    transition: All 0.3s ease;
    z-index: 10;
}
.i_pro_con .cst_block_item:hover .i_pro_img img{
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}
.i_pro_con .cst_block_item:hover .pro_text_box_left a{
    color: #007c4e;
    -webkit-transform: rotate(0deg) scale(1) translate(0%,0%);
    -ms-transform: rotate(0deg) scale(1) translate(0%,0%);
    transform: rotate(0deg) scale(1) translate(0%,0%);
    transition: All 0.5s ease;
}
.i_pro_con .cst_block_item:hover .product_custom_line{
    opacity: 0.8;
    -webkit-transform: rotate(0deg) scale(1) translate(0%,0%);
    -ms-transform: rotate(0deg) scale(1) translate(0%,0%);
    transform: rotate(0deg) scale(1) translate(0%,0%);
    transition: All 0.3s ease;
}
.i_pro_con .cst_block_item:hover .pro_text_box{
    top: -10px;
    -webkit-transform: rotate(0deg) scale(1) translate(0%,0%);
    -ms-transform: rotate(0deg) scale(1) translate(0%,0%);
    transform: rotate(0deg) scale(1) translate(0%,0%);
    transition: All 0.5s ease;
}
.i_pro_con .cst_block_item:hover .pro_text_box{
    -webkit-transform: rotate(0deg) scale(1) translate(0%,0%);
    -ms-transform: rotate(0deg) scale(1) translate(0%,0%);
    transform: rotate(0deg) scale(1) translate(0%,0%);
    transition: All 0.6s ease;
    padding-top: 15px;
}
.i_pro_con .cst_block_item:hover .cst_textlinkWrap{
    margin-right: 20px;
}
cst_textlinkWrap
.i_pro_img{
    overflow: hidden;
}
.i_pro_img img{
    transition: all 0.8s;
    -moz-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
}
.c-div{
    height: 100px;
    position: relative;
    background-color: rgba(255,255,255,1);
    -webkit-transform: rotate(0deg) scale(1) translate(0%, 0%);
    -ms-transform: rotate(0deg) scale(1) translate(0%, 0%);
    transform: rotate(0deg) scale(1) translate(0%, 0%);
    transition: all 0.5s ease;
}
.pro_text_box{
    background-color: rgb(255, 255, 255);
    border-top: 1px solid rgba(204, 204, 204, 0.4);
    min-height: 100px;
    position: absolute;
    top: 0px;
    -webkit-transform: rotate(0deg) scale(1) translate(0%, 0%);
    -ms-transform: rotate(0deg) scale(1) translate(0%, 0%);
    transform: rotate(0deg) scale(1) translate(0%, 0%);
    transition: all 0.5s ease;
    width: 100%;
}
.pro_text_box_left{
    margin-top: 30px;
}
.cst_textlinkWrap{
    margin-top: 40px;

}
.cs-repeatable{
    padding-left: 15px;
}
.pro_text_box_left a{
    font-weight: normal;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 8px;
    margin-top: 0px;
    display: block;
    font-size: 16px;
    line-height: 1em;
    color: rgb(85, 85, 85);
    -webkit-transform: rotate(0deg) scale(1) translate(0%, 0%);
    -ms-transform: rotate(0deg) scale(1) translate(0%, 0%);
    transform: rotate(0deg) scale(1) translate(0%, 0%);
    transition: all 0.5s ease;
}
.cst_textlinkWrap{
    margin-right: 20px;
    width: 40px;
    -webkit-transform: rotate(0deg) scale(1) translate(0%, 0%);
    -ms-transform: rotate(0deg) scale(1) translate(0%, 0%);
    transform: rotate(0deg) scale(1) translate(0%, 0%);
    transition: all 0.5s ease;
}
.cst_textlinkWrap i{
    font-size: 30px;
    color: rgb(204, 204, 204) ;
    padding-left: 15px;
}
.i_pro_more .product_custom_line{
    float:left;
    height: 10px;
    min-height: 0px;
    width: 1px;
    background-color: rgba(204, 204, 204, 0.6);
    padding-right: 0px;
    opacity: 0;
    transform: rotate(0deg) scale(1) translate(0%,0%);
    transition: All 0.5s ease;
    -ms-transform: rotate(0deg) scale(1) translate(0%,0%);
    -o-transform: rotate(0deg) scale(1) translate(0%,0%);
    -moz-transform: rotate(0deg) scale(1) translate(0%,0%);
    -webkit-transform: rotate(0deg) scale(1) translate(0%,0%);
    -ms-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
}
.i_pro_more1{
    padding: 60px 0;
}
@media(max-width:768px){
    .i_pro_more1{
        padding: 10px 0;
    }
}
.i_pro_more1 a{
    margin-top: 30px;
    padding: 12px 30px;
    text-transform: uppercase;
    border-style: solid;
    border-radius: 0px;
    background-color: #007c4e;
    color: #fff !important;
    -webkit-transform: rotate(0deg) scale(1) translate(0%, 0%);
    -ms-transform: rotate(0deg) scale(1) translate(0%, 0%);
    transform: rotate(0deg) scale(1) translate(0%, 0%);
    transition: all 0.3s ease;
    font-family: Oswald;
    display: inline-block;
}
.i_pro_more1 a:hover{
    background-color: rgb(204, 204, 204);
    border-color: rgb(204, 204, 204);
    color:#fff;
    padding-left: 70px;
    padding-right: 70px;
    border-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
}
.hot-box1{
    padding:0;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}
.hot-pro-text{
    position: absolute;
    bottom: 0px;
    right: 0px;
    top: 0px;
    left: 0px;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    padding-left: 100px;
    transform: rotate(0deg) scale(1) translate(0%,0%);
    transition: All 0.5s ease;
    -ms-transform: rotate(0deg) scale(1) translate(0%,0%);
    -o-transform: rotate(0deg) scale(1) translate(0%,0%);
    -moz-transform: rotate(0deg) scale(1) translate(0%,0%);
    -webkit-transform: rotate(0deg) scale(1) translate(0%,0%);
    -ms-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    min-height: 80px;
}
.hot-text1{
    font-size: 30px;
    font-weight: normal;
    margin-bottom:40px;
    margin-top: 330px;
    color: rgb(51, 51, 51);
    transform: rotate(0deg) scale(1) translate(0px, 0px);
    transition: all 0.5s ease;
    position: relative;
    z-index: 2;
}
.hot-text2{
    margin-right: 150px;
    font-weight: bold;
    color: rgb(51, 51, 51);
    position: relative;
    z-index: 2;
}
.cst_figure{
    width: 60px;
    height: 2px;
    min-height: 0px;
    margin-bottom: 0px;
    padding-left: 0px;
    margin-left: 0px;
    margin-top: 50px;
    background-color: rgb(51, 51, 51);
    position: relative;
    z-index: 2;
}
.hot_line{
    width: 0%;
    height: 2px;
    min-height: 0px;
    -webkit-transform: rotate(0deg) scale(1) translate(0%, 0%);
    -ms-transform: rotate(0deg) scale(1) translate(0%, 0%);
    transform: rotate(0deg) scale(1) translate(0%, 0%);
    transition: all 0.5s ease;
    background-color: #007c4e;
}
.hot-border{
    position: absolute;
    bottom: 0px;
    right: 0px;
    top: 0px;
    left: 0px;
    margin: 10px;
    border-style: solid;
    opacity: 0;
    -webkit-transform: rotate(0deg) scale(1) translate(0%, 0%);
    -ms-transform: rotate(0deg) scale(1) translate(0%, 0%);
    transform: rotate(0deg) scale(1) translate(0%, 0%);
    transition: all 0.5s ease;
    border-color: #007c4e;
    border-width: 2px;
    border-bottom-width: 2px;
    border-top-width: 2px;
    border-right-width: 2px;
    border-left-width: 2px;
}
.hot-box1:hover .hot-border{
    opacity: 0.6;
    -webkit-transform: rotate(0deg) scale(1) translate(0%,0%);
    -ms-transform: rotate(0deg) scale(1) translate(0%,0%);
    transform: rotate(0deg) scale(1) translate(0%,0%);
    transition: All 0.5s ease;
}
.hot-box1 .hot-pro-img img{
    transition: All 0.5s ease;
}
.hot-box1:hover .hot-pro-img img{
    -webkit-transform: rotate(0deg) scale(1.1) translate(0%,0%);
    -ms-transform: rotate(0deg) scale(1.1) translate(0%,0%);
    transform: rotate(0deg) scale(1.1) translate(0%,0%);
    transition: All 0.5s ease;
}
.hot-box1:hover .hot-text1{
    color: #007c4e;
    -webkit-transform: rotate(0deg) scale(1) translate(0%,0%);
    -ms-transform: rotate(0deg) scale(1) translate(0%,0%);
    transform: rotate(0deg) scale(1) translate(0%,0%);
    transition: All 0.5s ease;
}
.hot-box1:hover .hot_line{
    width: 100%;
    -webkit-transform: rotate(0deg) scale(1) translate(0%,0%);
    -ms-transform: rotate(0deg) scale(1) translate(0%,0%);
    transform: rotate(0deg) scale(1) translate(0%,0%);
    transition: All 0.5s ease;
}
.padd0{
    padding: 0;
}
.hot-box2{
    height: 50%;
    border-bottom: 1px solid rgba(204, 204, 204, 0.6);
    position: relative;
    cursor: pointer;
}
.hot-item-text{
    height: 100%;
    width: 50%;
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-left: 68px;
    padding-right: 90px;
    padding-top: 18%;
}
.hot-wkfe{
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    margin-left: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.hot-wkfe-line{
    width: 2px;
    margin-top: 5px;
}
.hot-wkfe-line1{
    height: 95px;
    background-color: rgb(85, 85, 85);
    width: 2px;
}
.hot-wkfe-line11{
    width: 2px;
    height: 0%;
    background-color: #007c4e;
    -webkit-transform: rotate(0deg) scale(1) translate(0%, 0%);
    -ms-transform: rotate(0deg) scale(1) translate(0%, 0%);
    transform: rotate(0deg) scale(1) translate(0%, 0%);
    transition: all 0.5s ease;
    min-height: 0px;
}
.hot-item-pic{
    width:50%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.hot-wkfe-des{
    margin-left: 30px;
}
.hot-text3{
    font-size: 21px;
    margin-bottom: 20px;
    font-weight: 300;
    font-family: "微软雅黑";
    -webkit-line-clamp: 1;
    transform: rotate(0deg) scale(1) translate(0px,0px);
    transition: all 0.5s ease;
    -ms-transform: rotate(0deg) scale(1) translate(0px,0px);
    -o-transform: rotate(0deg) scale(1) translate(0px,0px);
    -moz-transform: rotate(0deg) scale(1) translate(0px,0px);
    -webkit-transform: rotate(0deg) scale(1) translate(0px,0px);
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.hot-text4{
    color: rgb(153, 153, 153);
    line-height: 2em;
    -webkit-line-clamp: 2;
}
.c-ellipse{
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.hot-box2:hover .hot-text3{
    color: #007c4e;
    -webkit-transform: rotate(0deg) scale(1) translate(0%,0%);
    -ms-transform: rotate(0deg) scale(1) translate(0%,0%);
    transform: rotate(0deg) scale(1) translate(0%,0%);
    transition: all 0.5s ease;
}
.hot-box2:hover .hot-wkfe-line11{
    height: 100%;
    -webkit-transform: rotate(0deg) scale(1) translate(0%,0%);
    -ms-transform: rotate(0deg) scale(1) translate(0%,0%);
    transform: rotate(0deg) scale(1) translate(0%,0%);
    transition: all 0.5s ease;
}
.hot-item-pic img{
    transition: all 0.5s ease;
}
.hot-box2:hover .hot-item-pic img{
    -webkit-transform: rotate(0deg) scale(1.1) translate(0%,0%);
    -ms-transform: rotate(0deg) scale(1.1) translate(0%,0%);
    transform: rotate(0deg) scale(1.1) translate(0%,0%);
    transition: All 0.5s ease;
}
.hot-box2:hover .hot-border{
    opacity: 0.6;
    -webkit-transform: rotate(0deg) scale(1) translate(0%,0%);
    -ms-transform: rotate(0deg) scale(1) translate(0%,0%);
    transform: rotate(0deg) scale(1) translate(0%,0%);
    transition: All 0.5s ease;
}
@media(max-width:768px){
    .hot-text1{
        margin-top: 0;
    }
    .hot-pro-text{
        padding-left: 50px;
    }
    .hot-item-text{
        padding-left:0;
        padding-right: 0;
        padding-top: 12%;
    }
    .hot-text4{
        display: none;
    }
    .hot-text3{
        font-size: 16px;
        padding-left: 10px;
        margin-top: 35px;
    }
    .hot-wkfe-line{
        padding-left: 10%;
    }
    .hot-wkfe-des{
        margin-left:0;
    }
}
@media(min-width:992px) and (max-width:1200px){
    .hot-item-text{
        padding-left:0;
        padding-right: 0;
        padding-top: 15%;
    }
    .hot-wkfe-line{
        padding-left: 4%;
    }
    .hot-wkfe-des{
        margin-left: 15px;
    }
}
.i_news{
    padding-top: 50px;
    background: url(../images/news.jpg) no-repeat center 0;
    height: 693px;
    background-attachment: fixed;
    background-size: cover;
}
@media(max-width:768px){
    .i_news{
        background-attachment:inherit;
    }
}
.i_news_con{
    background-color: rgba(0, 0, 0, 0);
    margin-bottom: 20px;
    margin-top: 73px;
    padding: 0px 0px 7px;
    padding-bottom: 0px;
}
.news-item{
    background-color: transparent;
    padding: 7px 7px 7px 40px;
    text-align: left;
    padding-right: 40px;
    margin-bottom: 10px;
}
@media(max-width:768px){
    .news-item{
        padding: 5px;
        margin-bottom: 30px;
    }
    .i_news_con{
        margin-top: 20px;
    }
    .news_line{
        margin-left:auto!important;
        margin-right: auto;
        right:0%;
    }
    .news_custom_date_box{
        text-align: center
    }
    .news_custom_date{
        margin-left: auto!important;
        text-align: center!important;
    }
}
.news_box{
    margin-right: 35px;
    margin-left: 35px;
    position: relative;
}
.news_custom_title{
    font-size: 18px;
    color: rgb(51, 51, 51);
    font-weight: bold;
    margin-bottom: 25px;
    padding-left: 0px;
    margin-left: 0px;
    margin-top: 10px;
    -webkit-transform: rotate(0deg) scale(1) translate(0px, 0px);
    -ms-transform: rotate(0deg) scale(1) translate(0px, 0px);
    transform: rotate(0deg) scale(1) translate(0px, 0px);
    transition: all 0.5s ease;
    -webkit-line-clamp: 1;
}
.news_custom_details{
    color: rgb(85, 85, 85);
    margin-bottom: 30px;
    line-height: 2em;
    padding-left: 0px;
    margin-left: 0px;
    -webkit-transform: rotate(0deg) scale(1) translate(0px, 0px);
    -ms-transform: rotate(0deg) scale(1) translate(0px, 0px);
    transform: rotate(0deg) scale(1) translate(0px, 0px);
    transition: all 0.5s ease;
}
.news_line{
    height: 2px;
    min-height: 0px;
    background-color: rgb(51, 51, 51);
    width: 65px;
    padding-left: 0px;
    margin-left: 0px;
    position: relative;
    left: 0%;
    transform: rotate(0deg) scale(1) translate(0%,0%);
    transition: All 0.5s ease;
    -ms-transform: rotate(0deg) scale(1) translate(0%,0%);
    -o-transform: rotate(0deg) scale(1) translate(0%,0%);
    -moz-transform: rotate(0deg) scale(1) translate(0%,0%);
    -webkit-transform: rotate(0deg) scale(1) translate(0%,0%);
    -ms-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
}
.news_custom_line{
    width: 0%;
    height: 2px;
    min-height: 0px;
    background-color: #007c4e;
    transform: rotate(0deg) scale(1) translate(0%,0%);
    transition: All 0.5s ease;
    -ms-transform: rotate(0deg) scale(1) translate(0%,0%);
    -o-transform: rotate(0deg) scale(1) translate(0%,0%);
    -moz-transform: rotate(0deg) scale(1) translate(0%,0%);
    -webkit-transform: rotate(0deg) scale(1) translate(0%,0%);
    -ms-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
}
.news_custom_date_box{
    min-height: 0px;
    height: 40px;
    -webkit-transform: rotate(0deg) scale(1) translate(0%, 0%);
    -ms-transform: rotate(0deg) scale(1) translate(0%, 0%);
    transform: rotate(0deg) scale(1) translate(0%, 0%);
    transition: all 0.5s ease;
    margin-left: 0px;
}
.news_custom_date{
    margin-top: 10px;
    font-size: 24px;
    font-family: Oswald;
    font-style: normal;
    margin-left: 0px;
    -webkit-transform: rotate(0deg) scale(1) translate(0px, 0px);
    -ms-transform: rotate(0deg) scale(1) translate(0px, 0px);
    transform: rotate(0deg) scale(1) translate(0px, 0px);
    transition: all 0.5s ease;
    text-align: left;
    color: rgb(204, 204, 204);
}
.news-link{
    position: absolute;
    z-index: 0;
    bottom: 0;
    right: 0;
    top: 0;
    left: 0;
}
.news-item:hover .news_custom_title{
    color: #007c4e;
    /* margin-top: 0px; */
    -webkit-transform: rotate(0deg) scale(1) translate(0px,0px);
    -ms-transform: rotate(0deg) scale(1) translate(0px,0px);
    transform: rotate(0deg) scale(1) translate(0px,0px);
    transition: All 0.5s ease;
}
.news-item:hover .news_custom_details{
    /* margin-bottom: 40px; */
    -webkit-transform: rotate(0deg) scale(1) translate(0px,0px);
    -ms-transform: rotate(0deg) scale(1) translate(0px,0px);
    transform: rotate(0deg) scale(1) translate(0px,0px);
    transition: All 0.5s ease;
}
.news-item:hover .news_line{
    left: -10%;
    width: 110%;
    -webkit-transform: rotate(0deg) scale(1) translate(0px,0px);
    -ms-transform: rotate(0deg) scale(1) translate(0px,0px);
    transform: rotate(0deg) scale(1) translate(0px,0px);
    transition: All 0.5s ease;
}
.news-item:hover .news_custom_line{
    width: 100%;
    -webkit-transform: rotate(0deg) scale(1) translate(0px,0px);
    -ms-transform: rotate(0deg) scale(1) translate(0px,0px);
    transform: rotate(0deg) scale(1) translate(0px,0px);
    transition: All 0.5s ease;
}
.news-item:hover .news_custom_date_box{
    margin-left: 15px;
    -webkit-transform: rotate(0deg) scale(1) translate(0px,0px);
    -ms-transform: rotate(0deg) scale(1) translate(0px,0px);
    transform: rotate(0deg) scale(1) translate(0px,0px);
    transition: All 0.5s ease;
}
.news-item:hover .news_custom_date{
    color: #555555;
    -webkit-transform: rotate(0deg) scale(1) translate(0px,0px);
    -ms-transform: rotate(0deg) scale(1) translate(0px,0px);
    transform: rotate(0deg) scale(1) translate(0px,0px);
    transition: All 0.5s ease;
}
.i_about{
    background-color :rgba(232,232,232,0.6);
}
@media(max-width:768px){
    .i_about{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 532px;
    }
}
.about-img{
    padding: 0;
}
.about-text{
    padding: 0;
    position: relative;
}
.about-fuf{
    position: absolute;
    bottom: 0px;
    right: 0px;
    top: 0px;
    left: -50px;
    background-color: rgb(255, 255, 255);
    padding-top: 0px;
    padding-bottom: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 8%;
    width: 100%;
    height: 380px;
    padding-left: 15%;
    padding-right: 15%;
}
@media(max-width:768px){
    .about-fuf{
        left: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        padding-top: 30px;
        height: 320px;
    }
}
.c-paragraph{
    text-align: center;
    margin-top: 50px;
    line-height: 2em;
    color: rgb(153, 153, 153);
    -webkit-line-clamp: 3;
}
@media(max-width:768px){
    .c-paragraph{
        margin-top: 20px;
        margin-bottom: 20px;
    }
}
.about-btn a{
    min-width: 100px;
    margin-top: 20px;
    margin-bottom: 0px;
    padding: 15px 60px;
    text-transform: uppercase;
    font-size: 16px;
    background-color: transparent;
    -webkit-transform: rotate(0deg) scale(1) translate(0%, 0%);
    -ms-transform: rotate(0deg) scale(1) translate(0%, 0%);
    transform: rotate(0deg) scale(1) translate(0%, 0%);
    transition: all 0.5s ease;
    border-radius: 1px;
    border-width: 1px;
    color: #ccc;
    border: 1px solid rgba(204, 204, 204, 0.6);
    display: inline-block;
}
.about-btn a:hover{
    border-radius: 1px;
    border-color: #007c4e !important;
    border-bottom-right-radius: 1px;
    border-bottom-left-radius: 1px;
    border-top-right-radius: 1px;
    border-top-left-radius: 1px;
    color: #fff;
    background-color: #007c4e;
    border-color: #007c4e;
}
.i_service{
    padding-top: 100px;
    padding-bottom: 50px;
    background-color: rgba(217, 217, 217, 0.13);
    padding-left: 0;
    padding-right: 0;
}
@media(max-width:768px){
    .i_service{
        padding-top: 70px;
        padding-bottom: 50px;
    }
}
.service_box{
    margin-top: 30px;
    position: relative;
    overflow: hidden;
}
.ser_line{
    position: absolute;
    width: 100%;
    min-height: 0px;
    height: 1px;
    padding-top: 0px;
    margin-top: 170px;
    background-color: rgba(204, 204, 204, 0.4);
    top: auto;
}
.ser_con{
    width:100%;
}
.rowxdd{
    padding-bottom: 0px;
    border-bottom: 1px none rgb(79, 79, 79);
    height: 340px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
    padding-left: 0;
}
@media(max-width:768px){
    .rowxdd{
        display: block;
        overflow: visible;
        height: auto;
    }
}
.ser_box{
    position: relative;
    padding-left: 8px;
    padding-right: 8px;
    margin-bottom: 0px;
    background-color: transparent;
    padding-top: 0px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: visible;
    top: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
@media(max-width:768px){
    .ser_box{
        padding-left: 0px;
        padding-right: 0px;
        display: inline-block;
    }
}
.service_text{
    text-align: center;
    height: 170px;
    margin: 0px 15px;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: rotate(0deg) scale(1) translate(0%, 0%);
    -ms-transform: rotate(0deg) scale(1) translate(0%, 0%);
    transform: rotate(0deg) scale(1) translate(0%, 0%);
    transition: all 0.5s ease;
}
.service_box_bg{
    margin: 10px;
    position: absolute;
    bottom: 0px;
    right: 0px;
    top: 0px;
    left: 0px;
    transform: rotate(0deg) scale(1) translate(0%,0%);
    transition: All 0.5s ease;
    -ms-transform: rotate(0deg) scale(1) translate(0%,0%);
    -o-transform: rotate(0deg) scale(1) translate(0%,0%);
    -moz-transform: rotate(0deg) scale(1) translate(0%,0%);
    -webkit-transform: rotate(0deg) scale(1) translate(0%,0%);
    -ms-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
}
.service_border{
    position: absolute;
    bottom: 0px;
    right: 0px;
    top: 0px;
    left: 0px;
    margin: 0px auto;
    border-width: 2px;
    border-color: transparent;
    -webkit-transform: rotate(0deg) scale(1) translate(0%, 0%);
    -ms-transform: rotate(0deg) scale(1) translate(0%, 0%);
    transform: rotate(0deg) scale(1) translate(0%, 0%);
    transition: all 0.5s ease;
    width: 0%;
    border-style: solid none;
}
.service_border2{
    position: absolute;
    bottom: 0px;
    right: 0px;
    top: 0px;
    left: 0px;
    margin: auto 0px;
    border-width: 2px;
    border-color: transparent;
    -webkit-transform: rotate(0deg) scale(1) translate(0%, 0%);
    -ms-transform: rotate(0deg) scale(1) translate(0%, 0%);
    transform: rotate(0deg) scale(1) translate(0%, 0%);
    transition: all 0.5s ease;
    border-style: none solid;
    height: 0%;
    min-height: 0px;
}
.ser_filohi{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    position: relative;
}
.service_text_title{
    margin-bottom: 25px;
    font-size: 16px;
    font-family: SiYuanBold;
    color: rgb(85, 85, 85);
    margin-top: 20px;
    -webkit-transform: rotate(0deg) scale(1) translate(0px, 0px);
    -ms-transform: rotate(0deg) scale(1) translate(0px, 0px);
    transform: rotate(0deg) scale(1) translate(0px, 0px);
    transition: all 0.5s ease;
}
.service_line_box{
    width: 45px;
    min-height: 1px;
    margin-left: auto;
    margin-right: auto;
    background-color: rgb(85, 85, 85);
    transform: rotate(0deg) scale(1) translate(0%,0%);
    transition: All 0.5s ease;
    -ms-transform: rotate(0deg) scale(1) translate(0%,0%);
    -o-transform: rotate(0deg) scale(1) translate(0%,0%);
    -moz-transform: rotate(0deg) scale(1) translate(0%,0%);
    -webkit-transform: rotate(0deg) scale(1) translate(0%,0%);
    -ms-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
}
.service_line{
    min-height: 1px;
    width: 50%;
    background-color: #007c4e;
}
.paragraph_nest{
    margin-top: 25px;
    padding-left: 50px;
    padding-right: 50px;
    color: rgb(153, 153, 153);
    line-height: 2em;
}
.service_arrow{
    min-height: 0px;
    position: absolute;
    z-index: 2;
    margin-top: 0px;
    bottom: 65px;
    -webkit-transform: rotate(0deg) scale(1) translate(0%, 0%);
    -ms-transform: rotate(0deg) scale(1) translate(0%, 0%);
    transform: rotate(0deg) scale(1) translate(0%, 0%);
    transition: all 0.5s ease;
    opacity: 0;
}
.icon-go{
    color:#007c4e;
    font-size: 20px;
}
.service_img_box{
    height: 170px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 0px;
    transform: rotate(0deg) scale(1) translate(0%,0%);
    transition: All 0.5s ease;
    -ms-transform: rotate(0deg) scale(1) translate(0%,0%);
    -o-transform: rotate(0deg) scale(1) translate(0%,0%);
    -moz-transform: rotate(0deg) scale(1) translate(0%,0%);
    -webkit-transform: rotate(0deg) scale(1) translate(0%,0%);
    -ms-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
}
.service-link{
    position: absolute;
    z-index: 0;
    bottom: 0;
    right: 0;
    top: 0;
    left: 0;
}
.service_img_box img{
    width: 100px;
    height: 100px;
    margin-top: 20px;
    display: inline-block;
    -webkit-transform: rotate(0deg) scale(1) translate(0%,0%);
    -ms-transform: rotate(0deg) scale(1) translate(0%,0%);
    transform: rotate(0deg) scale(1) translate(0%,0%);
    transition: All 0.6s;
}
.ser_box:hover{
    opacity: 1;
}
.ser_box:hover .service_text{
    height: 340px;
    background-color: #FFFFFF;
    -webkit-transform: rotate(0deg) scale(1) translate(0%,0%);
    -ms-transform: rotate(0deg) scale(1) translate(0%,0%);
    transform: rotate(0deg) scale(1) translate(0%,0%);
    transition: All 0.5s ease;
}
.ser_box:hover .service_box_bg{
    background-color: rgba(217,83,79,0.05);
    -webkit-transform: rotate(0deg) scale(1) translate(0%,0%);
    -ms-transform: rotate(0deg) scale(1) translate(0%,0%);
    transform: rotate(0deg) scale(1) translate(0%,0%);
    transition: All 0.5s ease;
}
.ser_box:hover .service_border{
    border-color: #007c4e;
    width: 100%;
    -webkit-transform: rotate(0deg) scale(1) translate(0%,0%);
    -ms-transform: rotate(0deg) scale(1) translate(0%,0%);
    transform: rotate(0deg) scale(1) translate(0%,0%);
    transition: All 0.5s ease;
}
.ser_box:hover .service_border2{
    border-color: #007c4e;
    height: 100%;
    -webkit-transform: rotate(0deg) scale(1) translate(0%,0%);
    -ms-transform: rotate(0deg) scale(1) translate(0%,0%);
    transform: rotate(0deg) scale(1) translate(0%,0%);
    transition: All 0.5s ease;
}
.ser_box:hover .service_text_title{
    color: #007c4e;
    -webkit-transform: rotate(0deg) scale(1) translate(0%,0%);
    -ms-transform: rotate(0deg) scale(1) translate(0%,0%);
    transform: rotate(0deg) scale(1) translate(0%,0%);
    transition: All 0.5s ease;
}
.ser_box:hover .service_line_box{
    width: 90px;
    -webkit-transform: rotate(0deg) scale(1) translate(0%,0%);
    -ms-transform: rotate(0deg) scale(1) translate(0%,0%);
    transform: rotate(0deg) scale(1) translate(0%,0%);
    transition: All 0.5s ease;
}
.ser_box:hover .service_line{
    width: 100%;
    -webkit-transform: rotate(0deg) scale(1) translate(0%,0%);
    -ms-transform: rotate(0deg) scale(1) translate(0%,0%);
    transform: rotate(0deg) scale(1) translate(0%,0%);
    transition: All 0.5s ease;
}
.ser_box:hover .service_arrow{
    opacity: 1;
    -webkit-transform: rotate(0deg) scale(1) translate(0%,0%);
    -ms-transform: rotate(0deg) scale(1) translate(0%,0%);
    transform: rotate(0deg) scale(1) translate(0%,0%);
    transition: All 0.5s ease;
}
/* .ser_box:hover .service_img_box{
    height: 0px;
    -webkit-transform: rotate(0deg) scale(1) translate(0%,0%);
    -ms-transform: rotate(0deg) scale(1) translate(0%,0%);
    transform: rotate(0deg) scale(1) translate(0%,0%);
    transition: All 0.5s ease;
} */
.ser_box:hover .service_img_box img{
    height: 0px;
    -webkit-transform: rotate(0deg) scale(1) translate(0%,0%);
    -ms-transform: rotate(0deg) scale(1) translate(0%,0%);
    transform: rotate(0deg) scale(1) translate(0%,0%);
    transition: All 0.5s ease;
}


/*--电脑端导航--*/
.nav{ width:1200px; height:80px; margin:50px 0 0 190px;  position:absolute;  z-index:999; background:#fff; box-shadow:0px 0px 3px rgba(0,0,0,0.1);}
.nav_logo{ float:left;}
.nav_logo dt{ float:left; margin-left:18px;}
.nav_logo dd{ float:left;}
.nav_con{ float:right; height:80px;}
.nav_con ul li{ float:left;}
.nav_con ul li a{ display:block; width:100px; height:80px; line-height:80px; font-size:15px;  color:#666;}
.nav_con ul li a em{ display:none; position:absolute; width:20px; height:2px; background:#007c4e; margin: -24px 0 0 18px;}
.nav_con ul li a:hover > em,.nav_con ul .active em{ display:block;}


@media(min-width:1200px){
.logo{ display:none;}
.menu .menuicon{ display:none;}
.nav_con{ display:block;}
}

@media(max-width:1199px){
.logo{ display:block;}
.menu .menuicon{ display:none;}
.nav_con{ display:none;}
	
}

/*--首页商盟--*/
.shangmeng{ height:62px;}
.shm_tit{ width:120px; height:62px; float:left;}
.shm_tit h4{ font-size:36px; line-height:36px; font-weight:bold; color:#007c4e;}
.shm_tit p{ font-size:15px; color:#ccc; letter-spacing:5px;}
#demo1p {
    overflow: hidden;
    width:1080px; float:right;
}
.top_14 li {   
    float: left;
    overflow: hidden; }
.top_14 li a{ color:#999; display:block; height:34px; text-align:center; line-height:34px; width:120px;}
.top_14 li a:hover{ color:#007c4e;}

/*--底部--*/
.bottom_top{ background:#222; margin-top:36px; height:340px;}

.bot_tit h3{ font-size:16px; color:#666; font-weight:bold;}
.bot_tit em{ display:block; background:#fff; width:24px; height:2px; margin: 18px 0 36px;}
.bot_left,.bot_cen{ margin-top:48px;}
.bot_left{ border-right:1px solid #333; height:257px; width:290px; margin-left:20px;}
.bot_right{ margin-left:50px;}

.bot_left dl dt{ font-size:14px; color:#666;}
.bot_left dl dd{ font-size:36px; font-weight:bold; color:#007c4e; padding-bottom:12px; }
.bot_left p{ font-size:14px; color:#999; line-height:30px;}

.bot_cen{ width:620px; margin-left:50px;}
.bot_cen p{ line-height:36px; color:#999;}
.bot_cen ul li{ line-height:42px; float:left; width:100px; height:42px;}
.bot_cen ul li a{ font-size:14px; color:#999;}
.bot_cen ul li a:hover{ color:#007c4e;}

.bot_right{ width:135px; margin-top:89px;}
.bot_right h3{ text-align:center; font-size:13px; color:#999; padding-top:8px;}

.bottom_bot{ background:#222; height:72px;  border-top:1px solid #333;}

.bottom_bot ul{ float:left;}
.bottom_bot ul li{ float:left; width:80px; font-size:14px; color:#666; text-align:center; line-height:72px;}
.bottom_bot ul li a:hover{ color:#007c4e;}
.bottom_bot p{ float:right; line-height:72px; color:#666; font-size:14px;}


/*--通用--*/
.wrap{ width:1200px; margin:0 auto;}
.fl{ float:left;}
.fr{ float:right;}


