#rocket-to-top div {
    left: 0;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: 0;
    width: 149px;
}
#rocket-to-top .level-2 {
    background: url("../image/rocket_button_up.png") no-repeat scroll -149px 0 transparent;
    display: none;
    height: 250px;
    opacity: 0;
    z-index: 1;
}
#rocket-to-top .level-3 {
    background: none repeat scroll 0 0 transparent;
    cursor: pointer;
    display: block;
    height: 150px;
    z-index: 2;
}
/*download by www.sucaijiayuan.com*/
#rocket-to-top {
    background: url("../image/rocket_button_up.png") no-repeat scroll 0 0 transparent;
    cursor: default;
    display: block;
    height: 250px;
    margin: -125px 0 0;
    overflow: hidden;
    padding: 0;
    position: fixed;
    right: 0;
    top: 80%;
    width: 149px;
    z-index: 11;
}
.news_list{
    width: 100%;
}
.news_list li{
    width: 33.3%;
    padding: 1%;
    box-sizing: border-box;
    float: left;
}
.news_list li .img{
    border: 1px solid #ddd;
}
.news_list li h3{
    line-height: 200%;
    margin-top: 12px;
    text-align: center;
	overflow:hidden; /*//超出的文本隐藏*/
	text-overflow:ellipsis; /*//用省略号显示*/
	white-space:nowrap; /*//不换行*/
}
.news_list li p{
    line-height: 1.5;
    overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box;    /*//将对象作为弹性伸缩盒子模型显示。*/
    -webkit-box-orient:vertical;  /*// 从上到下垂直排列子元素*/
    -webkit-line-clamp:2; /*//显示的行数*/
}
.news_list li .time{
    float: right;
    margin-top: 12px;
    font-weight: 600;
}


/*新*/
.index-about {
    position: relative;
}
.index-about .about-item {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 1200px;
    height: 100%;
    z-index: 3;
}
.index-about .about-item .table {
    display: table;
    width: 100%;
    height: 100%;
}
.index-about .about-item .table-cell {
    display: table-cell;
    vertical-align: middle;
}
.index-about .title-style {
    text-align: center;
    width: 100%;
    padding-bottom: 50px;
}
.index-about .title-style h2 {
    color: #fff;
}
.title-style h2 {
    text-transform: uppercase;
    font-size: 50px;
    line-height: 60px;
    margin: 8px 0 20px 0;
    color: #1a1a1a;
}
.title-style .line {
    width: 80px;
    height: 4px;
    background: #4db560;
    margin: 10px auto;
}
.index-about .title-style h6 {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    padding: 20px 0;
    margin: 0;
    font-weight: normal;
    overflow: hidden;
    opacity: .6;
}
.index-about .about-item .content {
    width: 100%;
    height: 470px;
    border: 1px solid rgba(255, 255, 255, .3);
    overflow: hidden;
    background: rgba(0, 0, 0, 0.2);
}
.index-about .about-item .left {
    padding: 5% 3% 0 5%;
    overflow: hidden;
    width: 49%;
    height: 100%;
    position: relative;
    box-sizing: border-box;
    float: left;
}
.index-about .about-item .left .title .line {
    width: 80px;
    height: 4px;
    background: #4db560;
    margin: 15px 0;
}
.index-about .about-item .left .title h2 {
    font-size: 34px;
    text-transform: uppercase;
    margin: 0;
    color: #fff;
}
.index-about .about-item .left .text {
    font-size: 16px;
    line-height: 26px;
    color: #fff;
}
.index-about .about-item .left .play {
    display: inline-block;
    margin-top: 30px;
}
.index-about .about-item .left .play a {
    display: block;
    overflow: hidden;
    background: #4db560;
    border: 1px solid #4db560;
    padding: 15px 20px;
    font-size: 14px;
    color: #fff;
}
.index-about .about-item .left::after {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    background: #fff;
    position: absolute;
    right: 0;
    top: 0;
    opacity: .3;
}
.index-about .about-item .right {
    overflow: hidden;
    width: 49%;
    position: relative;
    float: right;
    box-sizing: border-box;
}
.index-about .img img {
    display: block;
    width: 100%;
    height: auto;
}

.contact-section {
    padding: 60px 0;
    overflow: hidden;
}
.contact-section .title-style {
    text-align: center;
}
.contact-section .title-style .text {
    width: 50%;
    margin: 20px auto;
    font-size: 16px;
    color: #666;
    line-height: 26px;
}
.content {
    width: 1200px;
    margin: auto;
}
.contact-section .content .left {
    width: 45%;
    float: left;
}
.contact-section .content .left .content-way {
    overflow: hidden;
}
.contact-section .content .left .content-way li {
    list-style: none;
    float: left;
    margin-bottom: 50px;
    position: relative;
    margin-right: 30px;
    width: 100%;
}
.contact-section .content .left .content-way li i {
    width: 38px;
    height: 38px;
    border: 2px solid #1a1a1a;
    border-radius: 100%;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    opacity: .7;
}
.contact-section .content .left .content-way li i.c2 {
    background: url(../image/c2.png) center no-repeat;
}
.contact-section .content .left .content-way li span {
    display: inline-block;
    vertical-align: middle;
    width: 88%;
}
.contact-section .content .left .content-way li span h6 {
    font-size: 14px;
    color: #999999;
    font-weight: normal;
    margin: 0;
}
.contact-section .content .left .content-way li span h5 {
    font-size: 14px;
    color: #666;
    margin: 5px 0 0 0;
}
.contact-section .content .left .content-way li:nth-child(2) i.c3 {
    background: url(../image/c31.png) center no-repeat;
}
.contact-section .content .left .content-way li:nth-child(2) i {
    border: 2px solid #4db560;
    opacity: 1;
}
.contact-section .content .left .content-way li i.c4 {
    background: url(../image/c4.png) center no-repeat;
}
.contact-section .content .left .content-map {
    clear: both;
    margin-top: 10px;
    overflow: hidden;
    width: 100%;
    position: relative;
}
.contact-section .content .left .content-text {
    font-size: 12px;
    line-height: 20px;
    color: #999999;
    padding: 20px 0;
}
.contact-section .content .left .content-text li::marker {
    unicode-bidi: isolate;
    font-variant-numeric: tabular-nums;
    text-transform: none;
    text-indent: 0px !important;
    text-align: start !important;
    text-align-last: start !important;
}
.contact-section .content .right {
    width: 47%;
    float: right;
}
.content-form {
    overflow: hidden;
}
.content-form li {
    list-style: none;
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 0;
}
.content-form li .input2 {
    border: 1px solid #ededed;
    background: #f5f5f7;
    padding: 10px 20px;
    width: -webkit-calc(100% - 42px);
    width: -moz-calc(100% - 42px);
    width: calc(100% - 42px);
    height: 38px;
    font-size: 14px;
    font-weight: normal;
}
.content-form li .textarea1 {
    width: 93%;
    height: 90px;
    font-size: 14px;
    border: 1px solid #ededed;
    background: #f5f5f7;
    padding: 20px 20px;
}
.content-form li .submit1 {
    background: #4db560;
    color: #fff;
    font-size: 14px;
    width: 99.3%;
    height: 58px;
    cursor: pointer;
    border: none;
}


.product-section{width:1200px;margin:auto;overflow: hidden;padding-top:60px;}
.product-section .title-style{text-align: center;}
.product-section .title-style .text {width: 50%;margin: 20px auto;font-size: 16px;color: #666;line-height: 26px;}
.product-list{width:100%;margin-top:24px;margin-bottom:24px;overflow: hidden;}
.product-list li{width:33.1%;height:250px;float:left;overflow: hidden;position: relative;border: 1px solid #999;margin-right:-1px;}
.product-list li:nth-child(1){ height:500px;}
.product-list li img{width:100%}
.product-list li h3{position: absolute;bottom:12px;width:96%;margin-left:2%;text-align:center;background-color:#00000085;}
.product-list li h3 a{color:#fff;font-size: 20px;line-height: 200%;}


