body {
    padding: 0px;
    margin: 0px;
    font-size: 15px;
    font-family: 'Microsoft YaHei';
    color: #000000;
    background: #fff;
}
/*通用*/



.clear {
    clear: both;
    height: 0px;
    overflow: hidden;
}
.blank1 {
    height: 1px;
    overflow: hidden;
}
.blank3 {
    height: 3px;
    overflow: hidden;
}
.blank5 {
    height: 5px;
    overflow: hidden;
}
.blank10 {
    height: 10px;
    overflow: hidden;
}
.blank12 {
    height: 12px;
    overflow: hidden;
}
.blank15 {
    height: 15px;
    overflow: hidden;
}
.blank20 {
    height: 20px;
    overflow: hidden;
}
.blank25 {
    height: 25px;
    overflow: hidden;
}
.blank30 {
    height: 30px;
    overflow: hidden;
}
.blank40 {
    height: 40px;
    overflow: hidden;
}
.blank50 {
    height: 50px;
    overflow: hidden;
}
a {
    color: #333;
    text-decoration: none;
    transition: all 0.5s ease 0s;
}
a:hover, a:focus {
    color: #CE2720;
    text-decoration: none;
}
a:active {
    outline: none;
blr:expression(this.onFocus=this.blur());
}
.img {
    vertical-align: auto;
}
div, ul, li, dl, dt, dd, p, form {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}
/*.img{ padding:3px; border:0px solid #CCC;-moz-box-shadow:0px 0px 6px #C4C4C4; -webkit-box-shadow:0px 0px 6px #C4C4C4; box-shadow:0px 0px 6px #C4C4C4; background:#FFF;}



.img1 {padding: 0px; border-radius: 5px; -moz-box-shadow: 0px 0px 3px #aaa;-webkit-box-shadow: 0px 0px 3px #aaa;box-shadow: 0px 0px 3px #aaa;}



.img3 {padding: 5px; -moz-box-shadow: 0px 0px 3px #aaa;-webkit-box-shadow: 0px 0px 3px #aaa;box-shadow: 0px 0px 3px #aaa;}



.img2 {padding: 0px; border-radius: 5px;}*/



.yuan-border {
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    margin: 0 auto;
    padding: 5px 10px 10px;
    border-radius: 5px;
}
.yingcang {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.xian {
    border-bottom: 1px dotted #e5e5e5;
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
}
/*文字颜色*/



.text-hong {
    color: #F00;
}
.text-lu {
    color: #708F05;
}
.text-xia {
    color: #E82B91;
}
.text-bai {
    color: #FFF;
}
.text-hei {
    color: #000;
}
.bg-huang {
    background-color: #f6f7f1;
}
.bg-lx {
    background: #75B024 /*url(../../images/c_bg4.jpg) no-repeat center center*/;
    border-radius: 3px;
}
/*替换*/







.btn-xs, .btn-group-xs > .btn {
    border-radius: 1px;
    font-size: 12px;
    line-height: 1.5;
    padding: 3px 8px;
}
/*文字大小*/



.font12 {
    font-size: 12px;
}
.font13 {
    font-size: 13px;
}
.font14 {
    font-size: 14px;
}
.font15 {
    font-size: 15px;
}
.font16 {
    font-size: 16px;
}
.font18 {
    font-size: 18px;
}
.font20 {
    font-size: 20px;
}
.font22 {
    font-size: 22px;
}
.font30 {
    font-size: 30px;
}
/*间距*/



.p10 {
    padding: 10px;
}
.pt3 {
    padding-top: 3px;
}
.pt5 {
    padding-top: 5px;
}
.pt8 {
    padding-top: 8px;
}
.pt10 {
    padding-top: 10px;
}
.pt20 {
    padding-top: 20px;
}
.plr15 {
    padding: 0 15px;
}
.plr50 {
    padding: 0 50px;
}
.pt15 {
    padding-top: 15px;
}
.pt20 {
    padding-top: 20px;
}
.pt30 {
    padding-top: 30px;
}
.pt50 {
    padding-top: 50px;
}
.pl3 {
    padding-left: 3px;
}
.pl5 {
    padding-left: 5px;
}
.pl10 {
    padding-left: 10px;
}
.pl15 {
    padding-left: 15px;
}
.pr10 {
    padding-right: 10px;
}
.pr15 {
    padding-right: 15px;
}
.pl20 {
    padding-left: 20px;
}
.pl25 {
    padding-left: 25px;
}
.pl40 {
    padding-left: 40px;
}
.pb10 {
    padding-bottom: 10px;
}
.pb15 {
    padding-bottom: 15px;
}
.pb20 {
    padding-bottom: 20px;
}
.mt8 {
    margin-top: 8px;
}
.mt10 {
    margin-top: 10px;
}
.mt15 {
    margin-top: 15px;
}
.mt20 {
    margin-top: 20px;
}
.mt30 {
    margin-top: 30px;
}
.mt40 {
    margin-top: 40px;
}
.mb5 {
    margin-bottom: 5px;
}
.mb7 {
    margin-bottom: 7px;
}
.mb10 {
    margin-bottom: 10px;
}
.mb20 {
    margin-bottom: 20px;
}
.mb30 {
    margin-bottom: 30px;
}
.ml5 {
    margin-left: 5px;
}
.mr5 {
    margin-right: 5px;
}
.ml10 {
    margin-left: 10px;
}
.ml20 {
    margin-left: 20px;
}
.w130 {
    width: 180px;
    height: 130px;
}
/*行距*/



.line20 {
    line-height: 20px;
}
.line25 {
    line-height: 25px;
}
.line30 {
    line-height: 30px;
}
.line35 {
    line-height: 35px;
}
.line40 {
    line-height: 40px;
}
.line50 {
    line-height: 50px;
}
/*背景*/



.bg-bai {
    background: #FFF;
}
.bg-blue {
    background: #0975BE;
}
.bg-hui {
    background: #E5E5E5;
}
.bg-lv {
    background: #D4EDD5;
}
.bg-pcinfo {
    background: #5CB85C;
}
.container {
    width: 1200px !important;
}
.col-md-20 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    width: 20%;
    float: left;
}
/* 导航 */



.menu {
    top: 0;
    width: 100%;
    margin: 0 auto;
    line-height: 74px;
    background: #fff;
    position:fixed;
    z-index: 1000000;
}
.top-nav {
    height: 74px;
    font-size: 16px;
}
.top-nav li {
    height: 74px;
    line-height: 74px;
    padding: 0;
    color: #000;
}
.top-nav li a {
    padding: 0;
    color: #000;
    text-align: center;
    transition: no;
}
.top-nav li:hover a {
    background: #E8E8E8;
    color: #000;
}
.top-nav li .current {
    height: 74px;
    font-weight: 600;
    color: #000;
    background: #F5F5F5;
}
.top-nav li .tel {
    width: 30px;
    display: block;
}
/* 二级 */



#nav_all li ul {
    display: none;
    position: absolute;
    z-index: 99;
    padding: 0;
    top: 74px;
    left: 0px;
    background: none;
    width: 100%;
    overflow: hidden;
    border-bottom: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
#nav_all ul li {
    padding: 0;
    overflow: hidden;
    float: none;
    height: 50px;
    background: #FFF;
    line-height: 50px;
    border-bottom: 1px solid #F2F2F2;
}
#nav_all ul li a {
    margin: 0px;
    height: 50px;
    display: block;
    line-height: 50px;
    color: #333;
    background: none;
    font-size: 15px;
    font-weight: normal;
    text-align: center;
    padding: 0 10px;
}
#nav_all ul li a:hover {
    background: #75B024;
    height: 50px;
    line-height: 50px;
    color: #fff;
}
/*产品列表页导航*/



.top-nav-b {
    height: 50px;
    font-size: 16px;
    background: #75B024;
}
.top-nav-b li a {
    height: 50px;
    line-height: 50px;
    padding: 0;
    color: #FFF;
    font-weight: 600;
}
.top-nav-b li:hover a {
    background: #FF8C00;
    color: #FFF;
}
.top-nav-b li .current {
    height: 50px;
    font-weight: 600;
    background: #AACE39;
    color: #FFF;
}
.top-nav-b li:first-child a {
    background: #679B20;
    color: #FFF;
    font-weight: 600;
}
#nav_all_b li ul {
    display: none;
    position: absolute;
    z-index: 99;
    padding: 0;
    top: 50px;
    left: 0px;
    background: none;
    width: 100%;
    overflow: hidden;
    border-bottom: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
#nav_all_b ul li {
    padding: 0;
    overflow: hidden;
    float: none;
    height: 45px;
    background: #FFF;
    line-height: 45px;
    border-bottom: 1px solid #F2F2F2;
}
#nav_all_b ul li a {
    margin: 0px;
    height: 45px;
    display: block;
    line-height: 45px;
    color: #333;
    background: none;
    font-size: 15px;
    font-weight: normal;
    text-align: center;
    padding: 0 10px;
}
#nav_all_b ul li a:hover {
    background: #75B024;
    height: 45px;
    line-height: 45px;
    color: #fff;
}
/*产品内容页导航*/



.top-nav-s {
    height: 50px;
    font-size: 16px;
    background: #75B024;
    position: fixed;
    top: 0;
    z-index: 100000;
}
.top-nav-s li a {
    height: 50px;
    line-height: 50px;
    padding: 0;
    color: #FFF;
    font-weight: 600;
}
.top-nav-s li:hover a {
    height: 50px;
    font-weight: 600;
    background: #FF8C00;
    color: #FFF;
}
.top-nav-s li .current {
    height: 50px;
    font-weight: 600;
    background: #AACE39;
    color: #FFF;
}
.top-nav-s li:first-child a {
    background: #679B20;
    color: #FFF;
    font-weight: 600;
}
#title h3 {
    text-align: center;
    margin: 0 0 15px 0;
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 1px;
}
#title h3 span {
    color: #75B024;
}
#title .with-line {
    width: 100%;
    font-size: 14px;
    color: #848484;
    margin: 0 auto;
    position: relative;
    text-align: center
}
#title .with-line:before {
    content: "";
    border-top: 1px solid #D2D2D2;
    display: block;
    position: absolute;
    width: 42%;
    top: 10px;
    left: 0
}
#title .with-line:after {
    content: "";
    border-top: 1px solid #D2D2D2;
    display: block;
    position: absolute;
    width: 42%;
    top: 10px;
    right: 0
}
/*.txt { background:#FFF; padding:8px; border:1px solid #F5F5F5;}



.txt p { padding:5px 0 10px 5px; text-align:center; color:#F60; font-size:13px;}







.txt h3{ font-weight:700; font-size:16px; display:block; height:30px; line-height:30px; margin:10px 0 0; text-align:center; display:block;  overflow:hidden; white-space: nowrap;text-overflow: ellipsis;}



.txt a:hover h3{ color:#FB7E06; }



.txt a:hover p { color:#333333;}







.txt:hover {



    box-shadow: 0 0 8px #9D9D9D;



    transition: box-shadow 0.2s ease-in-out 0s;



}*/















.pr {
    position: relative;
}
.pa {
    position: absolute;
}
.rect-27 {
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 67%;
}
.rect-57 {
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 68%;
}
.imgZoom {
    overflow: hidden;
}
.imgZoom img {
    width: 100%;
    height: auto;
    position: relative;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}
.imgZoom:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
.bom-text {
    padding: 20px 1%;
    background-color: #F8FBEF;
    overflow: hidden;
    z-index: 2;
    display: block;
}
.bom-text:hover {
    background-color: #88b82a;
    ;
}
.bom-text:hover h2 {
    color: #fff;
    ;
}
._name {
    margin: 0;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}
._price {
    padding: 10px;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #F60;
}
.bom-text:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #88b829;
    left: 0;
    bottom: -100%;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    z-index: -1;
}
.scroll_c {
    float: left;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 1;
    margin-top: 20px;
}
._full {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.transitionf {
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.top-Floor {
    /*background: rgba(0, 0, 0, 0) url("../../images/black.4.png") repeat scroll 0 0;*/
    height: 100%;
    left: 0;
    top: -100%;
    width: 100%;
    z-index: 3;
}
.top-Floor .white-cross {
    /*background: rgba(0, 0, 0, 0) url("../../images/whit_cross.png") no-repeat scroll 0 0;*/
    display: block;
    height: 60px;
    left: 50%;
    margin-left: -30px;
    margin-top: -30px;
    top: 50%;
    width: 60px;
}
.sec-nav {
    height: 45px;
    line-height: 45px;
    font-size: 16px;
}
.sec-nav>li {
    width: 16.66666667%;
    padding-left: 3px;
    padding-right: 3px;
    float: left;
    margin-bottom: 6px;
}
.sec-nav>li a {
    padding: 0;
    color: #000;
    text-align: center;
    transition: no;
    background: #F5F5F5;
}
.sec-nav>li:hover a {
    background: #E8E8E8;
    color: #000;
}
.sec-nav>li .current {
    display: block;
    font-weight: 600;
    color: #000;
    background: #E8E8E8;
}
.sec-nav>li:last-child a {
    margin-right: 0;
}
.row3 {
    margin-right: -3px;
    margin-left: -3px;
}
/*联系方式*/

.vid-wrap{
    width:100%;
    background: #000;
    position:relative;
    padding-bottom:56.25%; 
    height: 0;
}

.vid-wrap video{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%
}

.index-lx {
}
.index-lx>.title {
    font-size: 18px;
    color: #75B024;
    font-weight: 500;
    height: 50px;
    line-height: 50px;
}
/*提交*/



.index-ly {
}
.index-ly>.title {
    font-size: 18px;
    color: #75B024;
    font-weight: 500;
    height: 50px;
    line-height: 50px;
}
/*为专业而生*/



.sl-left {
    float: left;
    margin-left: 0;
    width: 480px;
    overflow: hidden;
    height: 350px;
}
.sl-right {
    float: right;
    width: 640px;
    height: 350px;
}
.sl-right .s1 {
    width: 309px;
    float: left;
    height: 165px;
    overflow: hidden;
}
.sl-right .s2 {
    width: 309px;
    float: right;
    height: 165px;
    overflow: hidden;
}
.sl-right .s3 {
    width: 309px;
    float: left;
    height: 165px;
    overflow: hidden;
}
.sl-right .s4 {
    width: 309px;
    float: right;
    height: 165px;
    overflow: hidden;
}
.text-lan {
    color: #0D75BE;
}
.mt60 {
    margin-top: 60px;
}
.mt70 {
    margin-top: 70px;
}
.pl2 {
    text-indent: 2em
}
.hj-box {
    padding-top: 7px;
}
.hj-box h1 {
    font-size: 18px;
    font-weight: 700;
    color: #F00;
    margin-top: 20px;
    padding-top: 0;
    height: 30px;
    line-height: 30px;
}
.font18 {
    font-size: 18px;
}
.line {
    border-bottom: 1px solid #EDECEC;
    margin: 8px 0;
}
.jimg {
    padding: 3px;
    border: 0px solid #CCC;
    -moz-box-shadow: 0px 0px 6px #EFEFEF;
    -webkit-box-shadow: 0px 0px 6px #EFEFEF;
    box-shadow: 0px 0px 6px #EFEFEF;
}
.mt50 {
    margin-top: 50px;
}
.mt5 {
    margin-top: 15px;
}
.pttitle {
    font-size: 18px;
    font-family: "Microsoft YaHei";
    font-weight: 700;
    color: #F00;
    margin-top: 20px;
    padding-top: 0;
    height: 30px;
    line-height: 30px;
}
.ziti {
    font-family: "Microsoft YaHei";
    font-size: 16px;
}
.right-nav {
    margin-top: 10px;
}
.right-nav a:hover {
    display: block;
    width: 226px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #E10000;
    color: #FFF;
}
.right-nav .current a {
    display: block;
    width: 226px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #E10000;
    color: #FFF;
}
.right-nav li {
    float: left;
    font-size: 18px;
    font-weight: 600;
    width: 227px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-right: 1px dotted #CCC;
}
.right-nav li:last-child {
    border-right: none;
}
/*公司介绍*/
.gsjs {
    background: rgba(0, 0, 0, 0) url("../../images/gsjs.jpg") repeat-y scroll center top;
    padding: 30px 0 46px;
    position: relative;
}
.cgan {
    background: rgba(0, 0, 0, 0) url("../../images/cgan.jpg") repeat-y scroll center top;
    padding: 30px 0 46px;
    position: relative;
}
.scroll {
    width: 1140px;
    height: 380px;
    margin: 30px auto 0 auto;
    overflow: hidden;
    background: rgba(0, 0, 0, 0) url("../../images/zhuozi.png") no-repeat center bottom;
}
.v_out {
    width: 1120px;
    margin: 0px auto;
    overflow: hidden;
}
.v_show {
    width: 1060px;
    overflow: hidden;
    position: relative;
    height: 380px;
    float: left
}
.u_lanren {
    width: 6650px;
    position: absolute;
    left: 0px;
    top: 0px;
}
.u_lanren ul {
    float: left;
    text-align: center;
    line-height: 50px;
}
.u_lanren ul li {
    width: 1065px;
    height: 340px;
    float: left;
    overflow: hidden;
}
.u_lanren ul li dd {
    width: 235px;
    height: 330px;
    margin: 0px 0px 0 25px;
    float: left;
    overflow: hidden;
    position: relative;
    list-style: none;
    background: #fff;
}
.u_lanren ul li dd:hover {
    background: #F90;
    color: #F2F2F2;
}
.u_lanren ul li dd p {
    width: 235px;
    height: 30px;
    color: #4D4D4D;
    position: absolute;
    top: 175px;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    padding: 0 10px;
}
.u_lanren ul li dd:hover a {
    color: #FFF;
}
.u_lanren ul li dd img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    width: 235px;
    height: 159px;
}
.u_lanren ul li dd a.link {
    width: 235px;
    height: 350px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 20;
}
.u_lanren ul li dd span.info {
    padding: 10px;
    height: 61px;
    font-size: 13px;
    display: block;
    position: absolute;
    top: 226px;
    z-index: 30;
    text-align: left;
}
.prev, .next {
    float: left;
    padding-top: 170px;
}
.prev a {
    background: url(../../images/left.png) no-repeat center center;
}
.next a {
    background: url(../../images/right.png) no-repeat center center;
}
.prev, .prev a, .next, .next a {
    width: 30px;
    height: 40px;
    display: block;
}
.i-news-list {
    margin-top: 15px;
}
.i-news-list li {
    margin-bottom: 1em;
    padding: 2px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.i-news-list a {
    background: #ffffff none repeat scroll 0 0;
    display: block;
    padding: 0.5em 0 0.5em 8em;
    position: relative;
}
.i-news-list a:hover {
    background: #AACE3B none repeat scroll 0 0;
    color: #fff;
    border-color: #fff;
}
.i-news-list ._date {
    background: rgba(0, 0, 0, 0) url("../../images/line2.png") no-repeat scroll center center;
    border-right: 1px solid #dedede;
    height: 5.7em;
    left: 0;
    position: absolute;
    top: 0;
    width: 7em;
}
.i-news-list ._day {
    color: #9CC030;
    font-size: 22px;
    left: 20%;
    position: absolute;
    top: 16%;
}
.i-news-list ._mon {
    bottom: 12%;
    color: #888888;
    font-size: 16px;
    position: absolute;
    right: 16%;
}
.i-news-list ._t {
    font-size: 16px;
    margin: 0;
    font-weight: 600;
    height: 2em;
    line-height: 2em;
}
.i-news-list ._p {
    height: 3em;
    line-height: 1.5em;
    overflow: hidden;
    font-size: 13px;
    padding-right: 10px;
}
.h_more {
    background: rgba(0, 0, 0, 0) url("../../images/more.png") no-repeat scroll 0 0;
    height: 46px;
    margin: 40px auto 0;
    width: 312px;
}
.difw>p {
    padding: 3px 10px;
    text-align: center;
    color: #fff;
    display: inline-block;
    margin: 5px 10px 0 0;
}
.fd1 {
    padding: 3px 10px;
    background: #ff0000;
    color: #FFF;
    font-size: 12px;
}
.fd2 {
    padding: 3px 10px;
    background: #AACE3B;
    color: #FFF;
    font-size: 12px;
}
.fd3 {
    padding: 3px 10px;
    background: #46B8DA;
    color: #FFF;
    font-size: 12px;
}
.fd4 {
    padding: 3px 10px;
    background: #F0AD4E;
    color: #FFF;
    font-size: 12px;
}
.fd5 {
    padding: 3px 10px;
    background: #66CC33;
    color: #FFF;
    font-size: 12px;
}
.car-jiage {
    height: 150px;
}
.car-jiage .zx {
    color: #f00;
    font-size: 26px;
    font-weight: 700;
    padding-top: 20px;
}
.car-jiage .scj {
    text-decoration: line-through;
    padding-top: 20px;
    color: #858585;
}
.car-jiage .fd10 {
    padding: 17px 10px;
    text-align: center;
    background: #EA3C1F;
    width: 250px;
    color: #FFF;
    font-size: 16px;
    margin-top: 20px;
}
.hd-title {
    background-color: rgba(51, 51, 51, 0.5);
    color: #FFF;
    position: relative;
    height: 35px;
    line-height: 35px;
    margin-top: -35px;
}

.left-nav h2 {
    background-color: #C63218;
    font-size: 22px;
    text-align: center;
    height: 45px;
    line-height: 45px;
    color: #fff;
    margin: 0;
    padding: 0;
}

.left-nav ul {
    background: #eaeaea;
}

.left-nav li {

    border-bottom: 1px solid #fafafa;
}

.left-nav li a {
    display: block;
    padding: 8px 30px 8px 8px;
}

.left-nav li a:hover {
    background: #CE0C0D;
    color: #fff;
}

.left-nav li .current {
    background: #CE0C0D;
    color: #fff;
}

/*滑动门效果*/
.tab-content {
}
.tab-nav a {
    font-size: 16px;
    font-weight: 600;
    line-height: 40px;
}
.tab-nav .active {
    background: #eeeeee;
}
.index-show {
    clear: both;
    display: block;
    float: left;
    padding: 0;
    width: 100%;
    border: 1px solid #dedede;
}
.index-show a {
    clear: both;
    display: block;
    float: left;
    overflow: hidden;
    padding: 0;
    width: 100%;
    padding: 15px;
    background: #FFF;
}
.index-show a .rq {
    color: #fff;
    float: left;
    font-size: 14px;
    height: 70px;
    line-height: 25px;
    overflow: hidden;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    background: #4C5A73;
    width: 20%;
    border: 1px solid #E8E8E7;
}
.index-show a .rq i {
    display: block;
    font-size: 24px;
    font-style: normal;
    height: 45px;
    line-height: 45px;
    padding-top: 0;
    font-weight: 600;
    text-align: center;
    background: #FFF;
    width: 100%;
    color: #000;
}
.index-show a .nr {
    float: right;
    width: 75%;
}
.index-show a .index-show-title {
    color: #3A3A3A;
    font-size: 17px;
    font-weight: normal;
    line-height: 30px;
}
.index-show a .index-show-desc {
    color: #666;
    line-height: 25px;
    text-align: justify;
    font-size: 14px;
    height: 40px;
    line-height: 20px;
    overflow: hidden;
}
.index-show a:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.index-show a:hover .rq {
    color: #fff;
    background: #E85F1B;
}
.index-show a:hover .rq i {
    color: #E85F1B;
}
.index-show a:hover .index-show-title {
    color: #E85F1B;
}
.index-show a:hover .index-show-desc {
    color: #000;
}
/*新闻列表页*/



.h120 {
    height: 200px;
    position: relative;
    margin-bottom: 10px;
    margin-top: 10px;
}
.red-i {
    position: absolute;
    bottom: 20px;
    height: 20px;
    left: 282px;
    right: 0;
    color: #F00;
}
.red-buton {
    position: absolute;
    bottom: 21px;
    height: 20px;
    left: 1050px;
    right: 0;
    color: #F00;
}
.h120 div a.link {
    width: 1140px;
    height: 210px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 20;
}
.h120:hover div {
    color: #FFF;
}
.h120:hover div a {
    color: #FFF;
}
.h120:hover div p {
    color: #FFF;
}
.h120:hover {
    background: #75B024;
    color: #FFF;
}
.products-head {
}
.products-head .left {
    width: 460px;
    float: left;
}
.products-head .right {
    width: 645px;
    float: right;
}
.products-head h2 {
    font-size: 28px;
    margin: 0;
    padding: 0;
    color: #ff5400;
    font-weight: 600;
}
.products-head .ms {
    background: #FBFAFA;
    padding: 15px;
}
.car-bo {
    background: #FBFAFA;
    padding: 15px;
    font-size: 12px;
    margin-top: 20px;
}
.car-bo h4 {
    float: left;
    margin: 0;
    padding: 0;
    height: 30px;
    line-height: 30px;
}
.car-bo li {
    float: left;
    margin-right: 20px;
    list-style-type: none;
    color: #008800;
    background: url(../../images/dh.png) no-repeat 0px 8px;
    padding-left: 20px;
    height: 35px;
    line-height: 35px;
}
.sad {
    font-size: 14px;
    background: #FBFAFA;
    padding: 15px;
}
.sad p {
    padding: 5px 0px;
    line-height: 30px
}
.details {
    position: relative;
    height: 185px;
    overflow: hidden;
    margin-top: 0
}
.details ul {
    width: 651px;
    margin: 0 -1px 0 0
}
.details li {
    position: relative;
    float: left;
    width: 33.33%;
    height: 98px;
    font: normal 14px/26px "Microsoft Yahei", Helvetica, Tahoma, sans-serif;
    border-bottom: 1px solid #e3e3e3;
    text-align: center;
    color: #606977
}
.details li:nth-last-of-type(4)~li {
    border-bottom: none;
}
.details li a {
    color: #4680d1
}
.details li a:hover {
    color: #456fb5
}
.details li i {
    position: absolute;
    top: 30px;
    right: -1px;
    display: block;
    width: 1px;
    height: 50px;
    overflow: hidden;
    background-color: #e3e3e3
}
.details li span {
    display: block;
    margin-top: 27px;
    font: normal 18px/28px "Microsoft Yahei", Helvetica, Tahoma, sans-serif;
    color: #141823
}
.message_form {
    margin-top: 15px;
}
.message_name {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #EAEAEA;
    color: #8F8F8F;
    float: left;
    height: 32px;
    font-size: 14px;
    line-height: 32px;
    padding-left: 5px;
    width: 100%;
}
.message_content {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #EAEAEA;
    color: #8F8F8F;
    height: 120px;
    font-size: 14px;
    line-height: 32px;
    overflow: hidden;
    padding: 1%;
    width: 98%;
}
.message_sub_do {
    height: 32px;
    line-height: 26px;
    text-align: center;
    color: #FFF;
    width: 100%;
    border: none;
}
.message_sub_re {
    height: 32px;
    line-height: 26px;
    text-align: center;
    color: #FFF;
    width: 100%;
    border: none;
}
.message_about {
    color: #8F8F8F;
    font-size: 14px;
    line-height: 25px;
}
.scroll_c:hover .top-Floor {
    top: 0;
}
.scroll_c:hover .bom-text:before {
    bottom: 0;
}
.scroll_c:hover .bom-text, .scroll_c:hover .bom-text ._price {
    color: #fff;
}
.page-banner {
    float: left;
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 0;
}
.page-banner-mid {
    float: left;
    left: 50%;
    margin-left: -960px;
    overflow: hidden;
    position: relative;
    width: 1920px;
}
.page-banner-mid img {
    overflow: hidden;
    width: 1920px;
}
.animate-banner {
    color: #fff;
    float: left;
    height: 300px;
    left: 50%;
    margin-left: -500px;
    overflow: hidden;
    position: absolute;
    top: 20%;
    width: 1070px;
}
.animate-banner h1 {
    float: left;
    font-size: 30px;
    height: 30px;
    left: -130px;
    line-height: 30px;
    opacity: 0;
    position: relative;
    width: 100%;
}
.animate-banner h2 {
    float: left;
    height: 5px;
    left: -130px;
    line-height: 5px;
    margin-top: 25px;
    opacity: 0;
    position: relative;
    width: 100%;
}
.animate-banner h2 span {
    background: #fff none repeat scroll 0 0;
    float: left;
    height: 5px;
    line-height: 5px;
    width: 80px;
}
.animate-banner h5 {
    float: left;
    font-size: 22px;
    height: 35px;
    line-height: 35px;
    margin-top: 25px;
    width: 100%;
}
.animate-banner h5 span {
    float: left;
    height: 35px;
    line-height: 35px;
    opacity: 0;
    position: relative;
    top: -35px;
    width: 100%;
}
.page-block-one {
    background: #f5f5f5 none repeat scroll 0 0;
    float: left;
    padding-top: 40px;
    width: 100%;
}
.page-block-one-mid {
    margin: 0 auto;
    width: 1200px;
}
.about-h1 {
    color: #aace3b;
    float: left;
    font-size: 35px;
    font-weight: 700;
    height: 45px;
    line-height: 45px;
    width: 100%;
}
.scroll-down {
    bottom: 70px;
    cursor: pointer;
    height: 72px;
    left: 50%;
    margin-left: -17px;
    position: absolute;
    text-align: center;
    width: 33px;
}
.dib {
    display: inline-block;
}
.por {
    position: relative;
}
.fl {
    float: left;
}
.car-jiage {
    height: 150px;
}
.scroll-down span.fi {
    animation: 1.5s ease 1.6s normal none infinite running scrollDown;
    background: rgba(0, 0, 0, 0) url("../../images/bg_sign11.png") no-repeat scroll 0 0;
    height: 5px;
    margin: 0 0 6px 14px;
    width: 5px;
}
.scroll-down span.se {
    animation: 1.5s ease 1.4s normal none infinite running scrollDown;
    background: rgba(0, 0, 0, 0) url("../../images/bg_sign12.png") no-repeat scroll 0 0;
    height: 7px;
    margin: 0 0 6px 13px;
    width: 7px;
}
.scroll-down span.th {
    width: 9px;
    height: 9px;
    background: url("../../images/bg_sign13.png") no-repeat;
    margin: 0 0 6px 12px;
    animation: scrollDown 1.5s infinite 1.2s;
}
.scroll-down span.fo {
    animation: 1.5s ease 1s normal none infinite running scrollDown;
    background: rgba(0, 0, 0, 0) url("../../images/bg_sign14.png") no-repeat scroll 0 0;
    height: 33px;
    width: 33px;
}
.youshi {
    height: 430px;
}
.youshi h2 {
    font-size: 32px;
    height: 70px;
    line-height: 50px;
    margin: 0;
    padding: 0 0 0 36px;
    border-bottom: 1px solid #dedede;
}
.youshi h2 span {
    color: #f00;
    font-size: 36px;
    height: 70px;
    line-height: 70px;
}
.youshi p {
    line-height: 25px;
    text-align: justify;
    padding: 10px;
    font-size: 13px;
}
.youshi .c1 {
    float: left;
    width: 25%;
    padding: 10px;
    /*background: #F7F7F7;*/
    border-right: 1px solid #dedede;
}
.youshi .c2 {
    float: left;
    width: 25%;
    padding: 10px;
    border-right: 1px solid #dedede;
}
.youshi .c3 {
    float: left;
    width: 25%;
    padding: 10px;
    /*background: #F7F7F7;*/
    border-right: 1px solid #dedede;
}
.youshi .c4 {
    float: left;
    width: 25%;
    padding: 10px;
}
.post-item {
    box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1) inset;
}
.media-heading {
    color: #59861C;
}
/*常用box*/



.box {
    -moz-box-shadow: 0px 3px 3px #eee inset;
    -webkit-box-shadow: 0px 3px 3px #eee inset;
    box-shadow: 0px 3px 3px #eee inset;
}
.box .title {
    border-bottom: 1px dashed #999;
    height: 40px;
    line-height: 40px;
    color: #CD0E06;
    font-size: 17px;
    font-weight: 700;
}
.box .title .glyphicon {
    padding: 8px;
    top: 3px;
}
.box .title a {
    height: 40px;
    line-height: 40px;
    color: #404040;
    font-size: 13px;
    font-weight: normal;
}
.qy {
    background: #F5F9E9;
    padding: 30px 15px;
    font-size: 13px;
    text-align: justify;
}
.qy-title {
    font-size: 28px;
    font-weight: 700;
    color: #FABE00;
    padding: 0 0 15px 0 !important;
}
/*首页新闻*/



.new_box {
    padding: 0 0 0px 0px;
    border: 0px solid #dce4ee;
}
.new_box li {
    line-height: 35px;
    height: 35px;
    border-bottom: 1px dotted #F0F0F0;
}
.new_box li a {
    color: #666;
    background: url(../../images/jt_xia.jpg) no-repeat 5px center;
    padding-left: 22px;
}
.new_box li a:hover {
    color: #f30;
}
.new_box span {
    float: right;
}
.new_box li i {
    font-style: normal;
    color: #f00;
}
.pd30 {
}
.pd20 {
    padding: 30px;
}
.pd30_last {
    padding: 10px 30px 30px;
    background-color: #fff;
    margin-bottom: 40px;
}
/*列表页新闻*/



.news {
    background-color: #ffffff;
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
    margin-bottom: 40px;
    padding: 30px;
}
.news h2 {
    margin: 0;
    font-size: 22px;
    height: 45px;
    line-height: 45px;
    letter-spacing: 1px;
}
.news h2 a {
    color: #6B0007;
}
.news h5.date {
    margin: 0;
    height: 20px;
    line-height: 20px;
    text-transform: uppercase;
    color: #4E4E4E;
}
.news li {
    height: 210px;
    border-bottom: 1px solid #EEEEEE;
    margin-bottom: 15px;
}
.mimg {
    padding: 0 10px 0 0;
    position: relative;
    margin-top: -3px;
}
.post-item {
    box-shadow: 1px 0 0 #FFFFCC;
}
/*单页*/



.pages {
    background-color: #ffffff;
    padding: 30px;
    letter-spacing: 0;
    text-align: justify;
    line-height: 25px;
    font-size: 15px;
}
.pages p {
    padding-top: 15px;
}
.products-box {
    padding: 0 30px;
}
.products-box .content {
    line-height: 27px;
    text-align: justify;
    font-size: 16px;
}
.products-box .content p {
    padding-top: 15px;
}
.products-box .content img {
    width: 100% !important;
    height: auto;
}
.p-c p {
    padding-top: 10px;
    line-height: 30px;
}
.p-jj {
    background: #09F;
    color: #FFF;
    padding: 20px 0 30px;
    text-align: justify;
}
.p-jj h1 {
    font-size: 22px;
    font-weight: 600;
    height: 62px;
    line-height: 50px;
    text-align: center;
    margin: 0;
}
/*产品*/



.products {
    background-color: #ffffff;
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
    margin-bottom: 40px;
    padding: 30px;
    letter-spacing: 0;
    text-align: justify;
    line-height: 25px;
    font-size: 15px;
}
.products h2 {
    margin: 0;
    font-size: 22px;
    height: 45px;
    line-height: 45px;
    letter-spacing: 1px;
}
.pro-tit {
    background: #75B024 url(../../images/jiao.jpg) no-repeat right center;
    color: #FFF;
    height: 66px;
    line-height: 66px;
    font-size: 24px;
}
.pro-tit p {
    background: url(../../images/btner.png) no-repeat 40px center;
    width: 250px;
    height: 66px;
    float: left;
}
.pro-tit span {
    font-size: 36px;
    font-weight: 600;
}
.pro-jj {
    background: #F7F7F7;
    padding: 20px;
    text-align: justify;
}
.products-nav {
    height: 40px;
    color: #FFF;
    width: 100%;
    line-height: 40px;
    background: #000;
}
/*产品内容页左侧导航效果*/



.one2 {
    width: 1140px;
    margin: 0 auto;
    background: #000;
    padding-top: 0px;
}
.one2 ul {
    background: #000;
}
.one2 ul li {
    background: #000;
}
/*产品内容*/



#subNav {
    width: 1140px;
    height: 40px;
    margin-bottom: 20px
}
#subNav li {
    float: left;
    position: relative
}
#subNav a {
    display: block;
    padding: 0 40px;
    height: 40px;
    text-align: center;
    color: #fff;
    line-height: 40px;
    cursor: pointer;
}
#subNav a:hover {
    text-decoration: none
}
#subNav a span {
    position: absolute;
    width: 20px;
    height: 20px
}
#subNav a:hover, #subNav .adv_active a {
    background-color: #e70;
    color: #fff
}
.fixedSubNav {
    position: fixed;
    top: 0;
    z-index: 1000;
}
.empty-placeholder {
    height: 120px
}
#products-title h3 {
    text-align: center;
    margin: 0 0 15px 0;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 1px;
}
#products-title h3 span {
    color: #999;
    text-decoration: line-through;
    font-size: 16px;
}
#products-title .with-line {
    width: 100%;
    font-size: 14px;
    color: #848484;
    margin: 0 auto;
    position: relative;
    text-align: center;
    margin-bottom: 25px;
}
#products-title .with-line:before {
    content: "";
    border-top: 1px solid #D2D2D2;
    display: block;
    position: absolute;
    width: 40%;
    top: 10px;
    left: 0
}
#products-title .with-line:after {
    content: "";
    border-top: 1px solid #D2D2D2;
    display: block;
    position: absolute;
    width: 40%;
    top: 10px;
    right: 0
}
.cs_con {
    font-size: 18px;
    line-height: 50px;
}
.products-cptd .block {
    border-bottom: 1px dashed #ddd;
    height: auto;
    overflow: hidden;
    padding: 0 0 30px;
}
.products-cptd .block p {
    line-height: 25px;
    padding-top: 15px;
}
.products-cptd h4 {
    font-size: 16px;
}
.products-cptd h4 .icon_nb {
    background: rgba(0, 0, 0, 0) url(../../images/icon_nb3.jpg) no-repeat scroll center center;
    color: #fff;
    display: inline-block;
    font-size: 24px;
    height: 70px;
    line-height: 76px;
    margin-right: 25px;
    position: relative;
    text-align: center;
    width: 46px;
}
/*产品内容页模板*/



.view-blank {
}
.view-table {
    width: 100%;
}
.view-table table {
    border: 1px solid #000;
}
.view-table .cp-hang {
    color: #F60;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}
.view-table .view-table-first td:nth-child(odd) {
    font-weight: 600;
    padding-left: 5px;
    width: 15%;
    background: #FAFAFA;
}
.view-table .view-table-second td:nth-child(odd) {
    font-weight: 600;
    padding-left: 5px;
    width: 15%;
    background: #FAFAFA;
}
.view-table .view-table-three tr:nth-child(2) {
    font-weight: 600;
    padding-left: 5px;
    width: 15%;
    background: #FAFAFA;
}
.view-table .view-table-title-first td:first-child {
    color: #F60;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    background: #F5F5F5;
}
.view-table .view-table-title-second td:first-child {
    color: #F60;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    background: #F5F5F5;
}
.view-table .view-table-title-three td:first-child {
    color: #F60;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    background: #F5F5F5;
}
.view-table table td {
    word-wrap: break-word;
    word-break: break-all;
}
/*产品内容右侧相关车型*/



.relation_box {
    overflow: auto
}
.relation_box li {
    text-align: center;
}
.relation_box li img {
    padding: 2px;
    border: 1px solid #E3E3E3;
}
.relation_box li a:hover img {
    padding: 2px;
    border: 1px solid #ccc;
    background: #E8E8E8;
}
.relation_box li p {
    width: 100%;
    line-height: 18px;
    text-align: center;
    padding-top: 5px;
    text-indent: 0em;
    font-size: 13px;
}
/*产品内容页新闻*/



.news_box {
    padding: 0px 0px 0px 0px;
}
.news_box li {
    line-height: 35px;
    height: 35px;
    border-bottom: 1px dashed #E3E3E3;
}
.news_box li a {
    font-size: 13px;
    color: #666;
    background: url(../../images/icon2.gif) no-repeat 2px 5px;
    padding-left: 17px;
}
.news_box li a:hover {
    color: #f30;
}
.news_box li span {
    float: right;
}
/*标题*/



.subnav {
    background: transparent url("../../images/divider.png") repeat-x scroll left bottom !important;
    height: 40px;
    line-height: 30px;
}
.subnav p {
    color: #3c3b3c;
    float: left;
    font-size: 16px;
    font-weight: 700;
    display: block;
    margin-bottom: -3px;
    padding-bottom: 7px;
    height: 35px;
    padding: 0;
}
.subnav p a {
    color: #3c3b3c;
}
.imglist {
}
.imglist {
    display: inline;
}
.imglist img {
    cursor: pointer;
    transition: all 0.6s;
    height: 160px;
    background: url(../images/loading.gif) center center no-repeat;
}
.imglist a:hover img {
    transform: scale(1.05);
    transition: all 1s ease 0s;
    -webkit-transform: scale(1.05);
    -webkit-transform: all 1s ease 0s;
}
.index-cp {
    overflow: hidden;
}
.index-cp ul {
}
.index-cp ul li {
    margin-bottom: 10px;
    display: inline;
    overflow: hidden;
    position: relative;
}
.index-cp ul li .photo {
    overflow: hidden;
}
.index-cp .rsp {
    overflow: hidden;
    position: absolute;
    background: #000;
    top: 0px;
    left: 15px;
    width: 360px;
    height: 426px;
    text-align: center;
}
.index-cp .text {
    position: absolute;
    left: -360px;
    top: 0px;
    overflow: hidden;
}
.index-cp .text h3 {
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #FFFFFF;
    font-size: 20px;
}
.index-cp .text a {
    text-decoration: none;
    width: 360px;
    height: 426px;
}
.index-cp .text div {
    text-align: center;
    color: #FFFFFF;
    font-size: 18px;
    width: 360px;
    height: 426px;
}
.listbox .preview {
    overflow: hidden;
    width: 230px;
    height: 173px;
    display: block;
}
.listbox img {
    background: rgba(0, 0, 0, 0) no-repeat scroll center center;
    width: 230px;
    height: 173px;
    transition: all 0.3s ease-in-out;
}
.listbox:hover img {
    opacity: 1;
    transform: scale(1.08);
    transition: all 0.3s linear;
}
.index-cp-p a {
    background: #F3F4EE;
    height: 30px;
    line-height: 30px;
    color: #000;
    width: 230px;
    display: block;
    text-align: center;
}
.index-cp-p a:hover {
    background: #AACE3B;
    color: #fff;
    height: 30px;
    width: 230px;
    display: block;
    transition: all 0.2s ease 0s;
}
/*联系*/



.lxfs {
    background: #fff;
    font-size: 16px;
    border: 1px solid #dedede;
    padding: 10px;
}
.lxwm {
    width: 100%;
    background: url(../../images/lxwm.jpg) no-repeat left -20px;
}
.lx {
    border-bottom: 1px dashed #EEEDE9;
    height: 40px;
    line-height: 35px;
    padding-left: 10px;
}
.lxr {
    font-size: 18px;
    font-weight: 700;
    color: #F00;
}
/* 内容 */



#Article {
    overflow: hidden
}
#Article, .photo-channel .relevance {
    border: 0px solid #E3E3E3;
    zoom: 1;
    padding: 0;
}
#Article h1 {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 6px;
    text-align: center;
    padding: 16px 0 0px;
}
#Article .shi {
    font-size: 14px;
    font-weight: normal;
    padding-top: 15px;
    color: #999;
    text-align: center;
}
#Article .content {
    line-height: 26px;
    color: #333;
    font-size: 16px;
    text-align: justify;
}
#Article .content p {
    line-height: 26px;
    padding-top: 20px;
}
#Article .content img {
    max-width: 800px;
    text-align: center;
    margin: 0 auto;
}
#Article .related {
    border-top: dashed 1px #ccc;
    margin-top: 15px
}
#Article .related h5 {
    padding-bottom: 4px;
    font-weight: 700;
}
#Article .related {
    padding: 10px 0 0
}
#Article .related ul {
}
#Article .related li {
    background: url(../../images/fk.gif) no-repeat 5px 13px;
    line-height: 28px;
    padding-left: 20px;
}
#Article .related li a {
    color: #808080;
}
/* 分页 */



#pages {
    padding: 14px 0 10px 15px;
    text-align: center;
}
#pages a {
    display: inline-block;
    height: 32px;
    line-height: 30px;
    background: #F1F1F1;
    border: 1px solid #E4E4E4;
    text-align: center;
    color: #999;
    padding: 0 10px;
    margin: 0 5px;
}
#pages a.a1 {
    background: url(../images/admin_img/pages.png) no-repeat 0 5px;
    width: 66px;
    padding: 0;
    background: #F1F1F1;
}
#pages a:hover {
    background: #1D6BBA;
    color: #fff;
    text-decoration: none
}
#pages span {
    display: inline-block;
    height: 32px;
    line-height: 30px;
    background: #75b024;
    border: 1px solid #73ad23;
    color: #fff;
    text-align: center;
    padding: 0 10px;
    margin: 0 5px;
}
.page .noPage {
    display: inline-block;
    width: 66px;
    height: 32px;
    line-height: 30px;
    background: url(../img/icu/titleBg.png) repeat-x 0 -55px;
    border: 1px solid #e3e3e3;
    text-align: center;
    color: #a4a4a4;
}
.mask {
    overflow: hidden;
    height: 15px;
}
.mask:after {
    content: '';
    display: block;
    margin: -25px auto 0;
    width: 100%;
    height: 20px;
    border-radius: 0/12px;
    box-shadow: 0 0 9px #48493E;
}
/*产品列表动画效果*/



.overflow-hidden {
    overflow: hidden;
}
.thumbnail-kenburn img {
    left: 10px;
    margin-left: -10px;
    position: relative;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}
.thumbnail-kenburn:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
/*底部*/



.bottom-nav {
    height: 64px;
    font-size: 16px;
}
.bottom-nav li {
    height: 64px;
    line-height: 64px;
    padding: 0;
    color: #000;
}
.bottom-nav li a {
    padding: 0;
    color: #000;
    text-align: left;
    transition: no;
}
.bottom-nav li a:hover {
    background: transparent;
    color: #000;
}
.bottom-nav li .current {
    height: 64px;
    font-weight: 600;
    color: #000;
}
.bottom-nav li .tel {
    width: 30px;
    display: block;
}
.foot-nav {
    background: #E8E8E8;
    height: 64px;
    line-height: 64px;
}
.b-top {
    height: 64px;
    width: 150px;
    display: block;
    background: #CECECE;
    color: #000;
    line-height: 64px;
    text-align: center;
    float: right;
}
.b-top a {
    color: #000;
}
.b-top a:hover {
    background: #000;
    height: 64px;
    width: 150px;
    display: block;
}
.b-weixin {
    width: 150px;
    text-align: center;
    float: right;
    color: #FFF;
}
.foot {
    background: #F5F5F5;
    line-height: 25px;
    height: 240px;
    color: #000;
    padding-top: 20px;
}
.fdh {
    font-size: 28px;
    font-weight: 700;
    line-height: 35px;
    color: #f00;
    padding-top: 20px;
}
.fsm {
    font-size: 12px;
    font-weight: normal;
}
.fbottom {
    background: #F5F5F5;
    color: #000;
    height: 50px;
    line-height: 50px;
    z-index: 10000000;
}
.fbottom a {
    color: #000;
}
.fbottom a:hover {
    color: #FFFF00;
}
/*在线客服*/



.yb_conct {
    position: fixed;
    z-index: 9999999;
    top: 150px;
    right: -127px;
    cursor: pointer;
    transition: all .3s ease;
}
.yb_bar ul li {
    width: 180px;
    height: 53px;
    font: 16px/53px 'Microsoft YaHei';
    color: #fff;
    text-indent: 54px;
    margin-bottom: 3px;
    border-radius: 3px;
    transition: all .5s ease;
    overflow: hidden;
}
.yb_bar .yb_top {
    background: #75B024 url(../../images/fixCont.png) no-repeat 0 0;
}
.yb_bar .yb_phone {
    background: #75B024 url(../../images/fixCont.png) no-repeat 0 -57px;
}
.yb_bar .yb_QQ {
    text-indent: 0;
    background: #75B024 url(../../images/fixCont.png) no-repeat 0 -113px;
}
.yb_bar .yb_ercode {
    /*height:200px;*/







    background: #75B024 url(../../images/fixCont.png) no-repeat 0 -169px;
}
.hd_qr {
    padding: 0 29px 25px 29px;
}
.yb_QQ a {
    display: block;
    text-indent: 54px;
    width: 100%;
    height: 100%;
    color: #fff;
}
.showContxt {
    padding-top: 10px;
}
.content-wrapper {
    width: 1220px;
    margin: 0 auto
}
.content-wrapper {
    width: 1460px;
}
.wrapper {
    position: relative;
    width: 100%;
    padding: 30px 0
}
.wrapper .sitepath {
    color: #d9d9d9;
    text-transform: uppercase;
    line-height: 20px;
    height: 20px;
}
.wrapper .sitepath .home {
    width: 14px;
    height: 16px;
    display: inline-block;
    background-position: -114px -122px;
    margin-right: 10px
}
.wrapper .sitepath a {
    display: inline-block;
    white-space: nowrap;
    color: #2f4056
}
.wrapper .sitepath a:hover {
    color: #75B024
}
.wrapper .sitepath span {
    color: #2f4056
}
.wrapper .w1200 {
    position: relative;
    z-index: 5
}
.wrapper .left {
    width: 240px
}
.wrapper .left .submenubox {
    padding-bottom: 20px
}
.wrapper .left .submenubox .left_title {
    height: 80px;
    background: #75B024;
    color: #fff
}
.wrapper .left .submenubox .left_title h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 80px;
    padding-left: 26px;
    text-transform: uppercase;
    margin-top: 0;
}
.wrapper .left .submenubox .left_title s {
    background-position: -248px -76px;
    vertical-align: middle;
    width: 28px;
    height: 28px;
    margin-right: 30px;
    margin-top: 28px
}
.wrapper .left .submenu {
    position: relative
}
.wrapper .left .submenu li {
    display: block
}
.wrapper .left .submenu li a.sub1 {
    height: 60px;
    line-height: 60px;
    display: block;
    padding-left: 28px;
    background: url(../../images/jtou.png) no-repeat 90% center #fff;
    font-size: 18px;
    border: 1px solid #eee;
    border-top: 0;
    overflow: hidden
}
.wrapper .left .submenu li a.sub1:hover {
    background: url(../../images/jtou_a.png) no-repeat 90% center #fff;
    border-left: 2px solid #75B024;
    border-right: 1px solid #f5f5f5;
    color: #75B024
}
.wrapper .left .submenu li.hover a.sub1 {
    background: url(../../images/jtou_a.png) no-repeat 90% center #fff;
    border-left: 2px solid #75B024;
    border-right: 1px solid #f5f5f5;
    color: #75B024
}
.wrapper .left .submenu s {
    width: 2px;
    height: 61px;
    display: block;
    background: #75B024;
    position: absolute;
    left: 0;
    top: 0
}
.wrapper .left .submenu .box {
    padding-bottom: 0;
    background: #f9f9f9;
    border: 1px solid #eee;
    border-top: 0;
    display: none
}
.wrapper .left .submenu .box a {
    color: #333;
    line-height: 40px;
    display: block;
    height: 40px;
    padding-left: 28px;
    overflow: hidden
}
.wrapper .left .submenu .box a s {
    width: 10px;
    height: 10px;
    margin-right: 8px;
    display: inline-block;
    background-position: 2px -178px
}
.wrapper .left .submenu .box a:hover, .wrapper .left .submenu .box a.hover {
    color: #75B024
}
.wrapper .left .submenu li.hover .box {
    display: block
}
.wrapper .left .leftbox {
    padding: 10px;
    position: relative;
    margin-bottom: 20px;
    border: 1px solid #eee
}
.wrapper .left .leftbox .left_title {
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    padding-left: 5px
}
.wrapper .left .leftbox .left_title h3 {
    font-size: 18px;
    font-weight: 400;
    color: #75B024;
    display: block;
    text-transform: uppercase
}
.wrapper .left .leftbox .leftprocomt {
    padding-top: 10px
}
.wrapper .left .leftbox .leftprocomt li {
    float: left;
    text-align: center;
    width: 104px;
    margin-right: 10px
}
.wrapper .left .leftbox .leftprocomt li:nth-child(2n) {
    margin: 0;
}
.wrapper .left .leftbox .leftprocomt li img {
    width: 104px;
    height: 78px;
    border-radius: 3px;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s
}
.wrapper .left .leftbox .leftprocomt li p {
    font-size: 12px;
    line-height: 30px;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s
}
.wrapper .left .leftbox .leftprocomt li:hover img {
    -webkkit-filter: brightness(105%);
    filter: brightness(105%)
}
.leftprocomt li:hover p {
    color: #75B024
}
.wrapper .left .leftbox .cont {
    padding-top: 18px;
    white-space: normal
}
.wrapper .left .leftbox .cont li {
    line-height: 25px;
}
.wrapper .left .leftbox .cont .img {
    float: left;
    display: block;
    border: 1px solid #e5e5e5;
    margin: 0 auto 10px
}
.wrapper .left .leftbox .cont img {
    width: 216px;
    height: 216px
}
.wrapper .left .leftbox .cont p {
    white-space: normal;
    word-break: break-all;
    word-wrap: break-word
}
.wrapper .left .leftbox .cont .zx {
    width: 100%;
    height: 50px;
    font-size: 20px;
    line-height: 50px;
    background: #75B024;
    color: #fff;
    display: block;
    margin-top: 10px
}
.wrapper .left .leftbox .cont .zx em {
    width: 50px;
    height: 50px;
    display: inline-block;
    background-position: -152px -152px;
    vertical-align: top;
    border-right: 1px solid #fff;
    margin-right: 35px
}
.wrapper .left .leftbox .cont .zx:hover {
    background: #ed8e06
}
.wrapper .right {
    width: 930px
}
.wrapper .right .right_title {
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    text-transform: uppercase
}
.wrapper .right .right_title h3 {
    color: #75B024;
    font-size: 18px;
    border-left: 3px solid #75B024;
    height: 20px;
    line-height: 20px;
    padding-left: 14px;
    margin-top: 5px
}
.single {
    font-size: 16px;
    text-align: justify;
}
.single p {
    padding-top: 20px;
    line-height: 26px !important;
    font-size: 16px;
    text-align: justify;
}
.wrapper .right .cont {
    padding: 20px 0 40px;
    color: #666
}
.wrapper .right .cont .t1 {
    padding: 0 0 25px;
    color: #75B024;
    font-size: 20px
}
.wrapper .right .cont .t2 {
    color: #75B024;
    font-size: 30px;
    display: block;
    padding: 30px 0
}
.wrapper .case {
    padding-top: 30px;
}
.wrapper .single img {
    max-width: 100% !important;
    height: auto !important;
}
.wrapper .showinfo img {
    max-width: 100% !important;
    height: auto !important;
}
.wrapper .showinfo .Article-title {
    border-bottom: 1px solid #92e9ff;
    padding-bottom: 20px;
    text-align: center
}
.wrapper .showinfo .Article-title h1 {
    font-size: 24px
}
.wrapper .showinfo .Article-title .mark span {
    font-size: 12px;
    padding: 0 5px
}
.wrapper .showinfo .newsinfo {
    padding: 20px 0
}
.wrapper .reLink {
    height: 48px;
    line-height: 48px;
    padding: 0;
    border-top: 2px solid #eee;
    border-bottom: 2px solid #eee;
    margin: 20px auto
}
.wrapper .reLink .wrapper .reLink .nextLink {
    width: 50%
}
.wrapper .reLink .nextLink {
    text-align: right
}
.wrapper .thumblist .item {
    width: 430px;
    height: 144px;
    margin-right: 38px
}
.wrapper .thumblist .item a {
    width: 414px;
    height: 128px;
    padding: 8px
}
.wrapper .thumblist .item img {
    width: 180px;
    height: 127px;
    display: block
}
.wrapper .thumblist .item .txt {
    width: 212px;
    height: 127px;
    overflow: hidden;
    position: relative
}
.wrapper .thumblist .item .txt h3 {
    height: 30px;
    line-height: 30px;
    overflow: hidden
}
.wrapper .thumblist .item .txt p {
    padding-top: 8px;
    color: #737373;
    line-height: 22px
}
.wrapper .thumblist .item .txt .jia {
    display: none
}
.wrapper .thumblist .item .di {
    width: 430px;
    height: 144px;
    border: 1px solid #e5e5e5;
    position: absolute;
    right: -10px;
    bottom: -10px
}
.w1200 {
    width: 1200px;
    margin: 0 auto;
}
.icon {
    vertical-align: middle;
    background: url(../../images/icon.png) no-repeat;
    display: inline-block;
}
.fr {
    float: right;
}
#pages {
    padding: 14px 0 10px 0;
    text-align: center;
}
.thumblist1 .item:first-child {
    padding-top: 0;
}
.thumblist1 .item {
    border-bottom: 1px dotted #b0b0b0;
    padding: 30px 0;
    font-family: pingfang sc, microsoft yahei, arial;
}
.thumblist1 .item .img {
    width: 200px;
    height: 150px;
    overflow: hidden;
}
.thumblist1 .item a {
    display: block;
}
a:visited {
    text-decoration: none;
}
.thumblist1 .item .img img {
    width: 100%;
    display: block;
    height: 100%;
    -webkit-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    transition: all ease 300ms;
}
.thumblist1 .item .txt {
    width: 700px;
}
.thumblist1 .item a {
    display: block;
}
.thumblist1 .item .txt h3 {
    font-size: 18px;
    line-height: 30px;
    margin-top: 0;
}
.thumblist1 .item .txt .desc {
    padding-top: 10px;
    color: #999;
    height: 70px;
    overflow: hidden;
    line-height: 24px;
    margin-bottom: 12px;
}
.thumblist1 .item .txt>span {
    display: inline-block;
    font-size: 12px;
    color: #b7b7b7;
    padding-right: 26px;
}
.thumblist1 .item .txt span .time {
    background-position: -174px -121px;
}
.thumblist1 .item .txt span em {
    width: 20px;
    height: 18px;
    display: inline-block;
    margin-right: 10px;
    background-position: -196px -120px;
}
.showNews .title {
    font-size: 24px;
    color: #333;
    text-align: center;
    margin: 10px 0 22px;
    font-weight: 700;
}
.showNews .mark {
    color: #999;
    height: 38px;
    line-height: 32px;
    text-align: center;
    margin-bottom: 5px;
    border-top: 1px dashed #e5e5e5;
    border-bottom: 1px dashed #e5e5e5;
    background: #fff;
}
.showNews .mark i {
    font-style: normal;
}
.box ul {
    height: 210px;
    overflow: hidden;
    padding: 9px 0 0;
}
.box ul li {
    height: 48px;
    line-height: 48px;
    border-bottom: 1px dotted #bababd;
}
.box ul li h5 {
    display: inline-block;
    font-size: 14px;
    color: #362c24;
    transition: .3s;
}
.box ul li i {
    font-size: 12px;
    color: #362c24;
    margin-right: 8px;
}
.box ul li span {
    float: right;
    font-size: 12px;
    color: #362c24;
    font-family: arial;
}
.right_title {
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    text-transform: uppercase;
}
.right_title.sitepath {
    color: #d9d9d9;
    text-transform: uppercase;
    line-height: 20px;
    height: 20px;
}
.right_title h3 {
    color: #75B024;
    font-size: 18px;
    border-left: 3px solid #75B024;
    height: 20px;
    line-height: 20px;
    padding-left: 14px;
    margin-top: 5px;
}
.right_title .sitepath .home {
    width: 14px;
    height: 16px;
    display: inline-block;
    background-position: -114px -122px;
    margin-right: 10px;
}
.right_title .sitepath {
    color: #d9d9d9;
    text-transform: uppercase;
    line-height: 20px;
    height: 20px;
}
