@charset "utf-8";

.banner {
    /*clear: both;*/
    position: relative;
    /*width: 100%;*/
    /*height: 550px;*/
    /*overflow: hidden;*/
}

.banner .hd {
    position: absolute;
    left: 0;
    bottom: 30px;
    width: 100%;
    text-align: center;
}

.banner .hd li {
    display: inline-block;
    *display: line;
    *zoom: 1;
    margin: 0 8px;
    width: 12px;
    height: 12px;
    opacity: 0.8;
    text-indent: -9999px;
    cursor: pointer;
    background: #ddd;
    border-radius: 50%;
}

.banner .hd li.cur {
    background: #97c471;
}

.banner .bd,
.banner .bd ul {
    height: 100%;
}

.banner .bd li {
    position: relative;
    width: 100%;
    height: 100%;
}

.banner .bd li a {
    /*display: block;*/
    /*position: absolute;*/
    /*left: 50%;*/
    /*top: 0;*/
    /*margin-left: -960px;*/
    /*width: 1920px;*/
    /*height: 550px;*/
}

.banner .prev,
.banner .next {
    position: absolute;
    z-index: 999;
    top: 50%;
    margin-top: -30px;
    width: 58px;
    height: 58px;
    cursor: pointer;
    opacity: 0;
    transition: all 1s;
}

.banner .prev {
    left: 2%;
    background: url(../images/babot1.png) no-repeat;
}

.banner .next {
    right: 2%;
    background: url(../images/babot2.png) no-repeat;
}

.banner:hover .prev,
.banner:hover .next {
    opacity: 0.8;
}

.banner .prev:hover,
.banner .prev:hover {
    opacity: 1;
}

/* --end banner-- */
/* --search-- */
.search {
    padding: 23px 0;
    overflow: hidden;
}

.search-keywrod {
    float: left;
    width: 790px;
    height: 39px;
    font-size: 16px;
    color: #666;
    line-height: 39px;
    overflow: hidden;
}

.search-keywrod a {
    display: inline-block;
    margin-left: 10px;
    color: #666;
}

.search-keywrod a:after {
    content: "、";
}

.search-keywrod a:last-child:after {
    display: none;
}

.search-keywrod a:hover {
    color: #97c471;
}

.search-form {
    position: relative;
    float: right;
    width: 348px;
    height: 37px;
    border: #ddd solid 1px;
    border-radius: 19px;
    background: #fff;
}

.search-form input {
    display: block;
    float: left;
    padding: 0 20px;
    width: 308px;
    height: 37px;
    line-height: 37px;
    font-size: 12px;
    color: #666;
    border: none;
    background: none;
    border-radius: 19px;
}

.search-form button {
    display: block;
    position: absolute;
    right: 10px;
    top: 4px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    border: none;
    background: url(../images/search_btn.png) no-repeat;
}

/* --end search-- */
/* --sort-- */
.sort {
    width: 100%;
    overflow: hidden;
    background: url(../images/casebg.png) repeat;
    height: 162px;
    /* border-top: 1px solid #e5e5e5; */
    border-bottom: 1px solid #e5e5e5;
}

.sort .title {
    float: left;
    width: 128px;
    height: 162px;
    padding: 0 46px;
    background: url(../images/productstitlebg.jpg) no-repeat center;
}

.sort .title p {
    font-size: 22px;
    font-family: arial;
    text-transform: uppercase;
    margin-top: 26px;
    color: #91c6eb;
}

.sort .title h2 {
    font-size: 32px;
    font-weight: bold;
    margin: 12px 0 28px 0;
}

.sort .title h2 a {
    color: #fff;
    text-decoration: none;
}

.sort .title .I2 {
    display: block;
    width: 98px;
    height: 2px;
    background: #fff;
    margin-top: 22px;
}

/* 冷库建设会遇到哪些问题？ */
.question {
    width: 100%;
    overflow: hidden;
    background: url(../images/questionbg.jpg) no-repeat center;
    height: 385px;
}

.question .container {
    overflow: hidden;
    position: relative;
    height: 385px;
}

.question .con {
    width: 341px;
    height: 269px;
    background-color: #fff;
    position: absolute;
    top: 43px;
    right: 1px;
    border-radius: 5px;
    padding: 21px 34px;
    overflow: hidden;
}

.question .con ul {
    width: 100%;
    overflow: hidden;
    height: 263px;
    position: relative;
}

.question .con li {
    height: 43px;
    line-height: 43px;
    font-size: 14px;
    color: #333333;
    border-bottom: 1px dotted #e2e5e6;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.question .con li {
    color: #333333;
    background: url(../images/../images/question-icon01.png) no-repeat 1px center;
    padding-left: 14px;
    text-decoration: none;
}

.question .con li span {
    color: #ff9900;
    font-weight: bold;
}

/* 冷库优点 */
.pro_details {
    width: 100%;
    overflow: hidden;
    background: url(../images/pro_detailsbg.jpg) no-repeat center;
    height: 845px;
}

.pro_details .Title {
    width: 100%;
    overflow: hidden;
    text-align: center;
    padding-top: 51px;
}

.pro_details .Title p {
    text-align: center;
    margin-top: 14px;
}

.pro_details .Title p span {
    font-size: 18px;
    color: #666666;
    background: url(../images/pro_details_icon01.png) no-repeat left center;
    padding-left: 18px;
    margin-right: 24px;
}

.pro_details .con {
    width: 100%;
    overflow: hidden;
    height: 731px;
    margin-top: 34px;
}

.pro_details .con .menu {
    overflow: hidden;
    text-align: center;
}

.pro_details .con .menu li {
    display: inline-block;
    width: 181px;
    height: 40px;
    border: 2px solid #333333;
    line-height: 40px;
    text-align: center;
    margin-right: 14px;
    font-size: 18px;
}

.pro_details .con .menu li {
    *display: inline;
}

.pro_details .con .menu li.cur {
    background: #0095db;
    height: 44px;
    width: 185px;
    border: none;
    line-height: 44px;
}

.pro_details .con .menu li.cur a {
    color: #fff;
}

.pro_details .con .menu li a {
    color: #333333;
    text-decoration: none;
    display: block;
}

.pro_details .con .menu li:hover {
    background: #0095db;
    height: 44px;
    width: 185px;
    border: none;
    line-height: 44px;
}

.pro_details .con .menu li:hover a {
    color: #fff;
}

.pro_details .con .qieh {
    width: 100%;
    overflow: hidden;
    height: 620px;
    margin-top: 46px;
}

.pro_details .conBox {
    overflow: hidden;
    position: relative;
    height: 620px;
}

.pro_details .conBox img {
    margin: 0 auto;
    display: block;
}

.pro_details .conBox .box {
    overflow: hidden;
    position: absolute;
}

.pro_details .conBox .box h3 {
    font-size: 23px;
    color: #0095db;
    font-weight: bold;
}

.pro_details .conBox .box p {
    font-size: 16px;
    color: #333333;
    line-height: 25px;
    margin-top: 12px;
}

.pro_details .conBox .box1 {
    width: 262px;
    top: 27px;
    left: 48px;
    text-align: right;
}

.pro_details .conBox .box2 {
    width: 290px;
    top: 27px;
    left: 908px;
}

.pro_details .conBox .box3 {
    width: 202px;
    top: 158px;
    left: 19px;
    text-align: right;
}

.pro_details .conBox .box4 {
    width: 148px;
    top: 158px;
    left: 992px;
}

.pro_details .conBox .box5 {
    width: 230px;
    top: 341px;
    left: 0;
    text-align: right;
}

.pro_details .conBox .box6 {
    width: 227px;
    top: 342px;
    left: 982px;
}

.pro_details .conBox .box7 {
    width: 244px;
    top: 482px;
    left: 58px;
    text-align: right;
}

.pro_details .conBox .box8 {
    width: 244px;
    top: 482px;
    left: 894px;
}

.pro_details .conBox_yyj {
    overflow: hidden;
    position: relative;
    height: 620px;
}

.pro_details .conBox_yyj img {
    margin: 0 auto;
    display: block;
}

.pro_details .conBox_yyj .box {
    overflow: hidden;
    position: absolute;
}

.pro_details .conBox_yyj .box h3 {
    font-size: 23px;
    color: #0095db;
    font-weight: bold;
}

.pro_details .conBox_yyj .box p {
    font-size: 16px;
    color: #333333;
    line-height: 25px;
    margin-top: 12px;
}

.pro_details .conBox_yyj .box1 {
    width: 244px;
    top: 15px;
    left: 35px;
    text-align: right;
}

.pro_details .conBox_yyj .box2 {
    width: 290px;
    top: 15px;
    left: 908px;
}

.pro_details .conBox_yyj .box3 {
    width: 200px;
    top: 230px;
    left: 1px;
    text-align: right;
}

.pro_details .conBox_yyj .box4 {
    width: 200px;
    top: 230px;
    left: 1000px;
}

.pro_details .conBox_yyj .box5 {
    width: 292px;
    top: 402px;
    left: 0;
    text-align: right;
}

.pro_details .conBox_yyj .box6 {
    width: 276px;
    top: 422px;
    left: 920px;
}

/* 二次修改 */
.index_c {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.index_c .container {
    position: relative;
    width: 1200px;
    margin: 85px auto 85px;
}

.index_c .title {
    text-align: center;
}

.index_c .title h2 {
    font-size: 36px;
}

.index_c .title h2 span {
    color: #117dc2;
    position: relative;
}

.index_c .title p {
    font-size: 20px;
    color: #666;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    margin-top: 10px;
}

.index_c .title div {
    display: inline-block;
    width: 70px;
    height: 6px;
    background: #117dc2;
}

.index_c .box1 {
    margin-top: 30px;
}

.index_c .box1 .left_img {
    width: 550px;
    height: 450px;
    float: left;
    margin-right: 20px;
}

.index_c .box1 ul {
    float: left;
}

.index_c .box1 ul li {
    margin-bottom: 10px;
    overflow: hidden;
    background: #f5f5f5;

}

.index_c .box1 ul li img {
    width: 60px;
    height: 60px;
    display: block;
    float: left;
    margin: 10px;
}

.index_c .box1 ul li p {
    display: inline-block;
    float: left;
    width: 530px;
    height: 80px;
    line-height: 80px;
    font-size: 18px;
    color: #666;
    overflow: hidden;
    background: #f5f5f5;
    text-indent: 5px;
}

.index_c .box1 ul li p span {
    color: #333;
}

.index_c .box2 {
    position: relative;
    width: 1200px;
    height: 400px;
    background: url("../images/../images/why2.jpg") no-repeat;
    margin-top: 60px;
}

.index_c .box2 {
    position: relative;
    width: 1200px;
    height: 400px;
    background: url("../images/../images/why2.jpg") no-repeat;
    margin-top: 60px;
}

.index_c .box2 .tleft div,
.index_c .box2 .tright div {
    position: absolute;
}

/* 左侧 */
.index_c .box2 .tleft div:nth-child(1) {
    left: 15px;
    top: 29px;
}

.index_c .box2 .tleft div:nth-child(2) {
    left: 0;
    top: 70px;
}

.index_c .box2 .tleft div:nth-child(3) {
    left: 15px;
    top: 153px;
}

.index_c .box2 .tleft div:nth-child(4) {
    left: 0;
    top: 195px;
}

.index_c .box2 .tleft div:nth-child(5) {
    left: 15px;
    top: 276px;
}

.index_c .box2 .tleft div:nth-child(6) {
    left: 0;
    top: 320px;
}

/* 右侧 */
.index_c .box2 .tright div:nth-child(1) {
    right: 185px;
    top: 29px;
}

.index_c .box2 .tright div:nth-child(2) {
    right: 5px;
    top: 70px;
}

.index_c .box2 .tright div:nth-child(3) {
    right: 185px;
    top: 153px;
}

.index_c .box2 .tright div:nth-child(4) {
    right: 1px;
    top: 195px;
}

.index_c .box2 .tright div:nth-child(5) {
    right: 200px;
    top: 276px;
}

.index_c .box2 .tright div:nth-child(6) {
    right: -5px;
    top: 320px;
}

.index_c .box2 .bt {
    font-weight: bold;
    color: #fff;
}

.index_c .box2 .txt {
    text-align: left;
    color: #666;
    font-size: 15px;
    line-height: 25px;
}

.classify {
    width: 980px;
    height: 243px;
    float: left;
    overflow: hidden;
    background: #fff;
}

.classify .con {
    width: 980px;
    border-left: 1px solid #e5e5e5;
    float: left;
}

.classify .con:first-child {
    border-left: none;
}

.classify .conTop {
    overflow: hidden;
    height: 75px;
}

.classify .conTop dl {
    overflow: hidden;
    height: 50px;
    margin-top: 25px;
}

.classify .conTop dt {
    float: left;
    width: 50px;
    margin-left: 44px;
}

.classify .conTop dd {
    width: 180px;
    float: left;
    margin-left: 11px;
}

.classify .conTop dd p {
    font-size: 18px;
    font-weight: bold;
    color: #0093d5;
    margin-top: 11px;
}

.classify .conTop dd a {
    color: #0093d5;
    text-decoration: none;
}

.classify .conTop dd i {
    display: block;
    width: 61px;
    height: 2px;
    background: #e1e1e1;
    margin-top: 11px;
}

.classify .conBottom {
    overflow: hidden;
    height: 71px;
    padding: 16px 24px 0;
}

.classify .conBottom a {
    float: left;
    background: url(../images/../images/question-icon01.png) no-repeat left center;
    padding-left: 12px;
    font-size: 15px;
    color: #666666;
    text-decoration: none;
    display: block;
    width: 170px;
    margin-bottom: 10px;
}

.classify .conBottom a:hover {
    background: url(../images/question-icon02.png) no-repeat left center;
    color: #ff9900;
    font-weight: bold;
}

/* --end sort-- */
/* --模块标题--*/
.wrap-title {
    padding-bottom: 20px;
    text-align: center;
    line-height: 1.5;
}

.wrap-title h2 {
    font-size: 32px;
    color: #333;
    font-weight: normal;
}

.wrap-title h2 a {
    color: #333;
}

.wrap-title h2 strong {
    color: #97c471;
}

.wrap-title p {
    font-size: 16px;
    font-family: Arial, "微软雅黑";
    text-transform: uppercase;
    color: #999;
}

.wrap-title.white * {
    color: #fff;
}

.ad_tel {
    position: relative;
    width: 100%;
    height: 140px;
    overflow: hidden;
    background: url('../images/bj2.jpg') no-repeat center;
}

.ad_tel .container {
    position: relative;
    width: 1200px;
    margin: 40px auto 0;
}

.ad_tel .aside_left {
    float: left;
}

.ad_tel .aside_left h2 {
    font-size: 25px;
    color: #fff;
    margin-top: 15px;
}

.ad_tel .aside_left h3 {
    font-size: 20px;
    color: #fff;
    margin-top: 10px;
}

.ad_tel .aside_right {
    float: right;
    position: relative;
}

.ad_tel .aside_right h3 {
    font-size: 30px;
    color: #fff;
    margin-top: 6px;
}

.ad_tel .aside_right p {
    font-size: 16px;
    color: #fff;
}
.i-bdys .box2 .txt p{width: 300px;}
/* 第一个广告图 */
.guanggao {
    height: 281px;
}

.fz {
    margin: 0 auto;
    width: 1200px;
    min-width: 1200px;
}

.guanggao_text .tel {
    width: 285px;
    padding-top: 15px;
    margin-left: 264px;
    margin-top: 50px;
}

.guanggao_text .tel .cl {
    content: "";
    display: block;
    clear: both;
}

.guanggao_text .tel_text {
    float: right;
    margin-top: 14px;
}

.guanggao_text .tel_text div {
    color: #1481c4;
}

.tel_a {
    width: 172px;
    padding-right: 28px;
    font-size: 16px;
    color: #545454;
    text-align: left;
    line-height: 30px;
}

.tel_b {
    width: 204px;
    font-size: 25px;
    color: #34b9cd;
    font-weight: bold;
    text-align: left;
}

.guanggao_info {
    float: left;
    margin-left: 76px;
}

.guanggao_info h3 {
    color: #fff;
    font-size: 21px;
    line-height: 32px;
    padding-top: 78px;
}

.zixun {
    display: block;
    width: 156px;
    height: 38px;
    border: 1px solid #fff;
    border-radius: 19px;
    line-height: 38px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    margin-left: 185px;
    margin-top: 17px;
}

.zixun:hover {
    background-color: #fa9219;
    border: 1px solid #fa9219;
}

/* --产品中心--*/
.index_pro {
    width: 100%;
    background: url(../images/../images/../images/../images/product_bg.png);
}

.chanp {
    padding: 28px 0 48px;
}

.chanp_t {
    /* background:url(../images/../images/cp_line01.png) no-repeat center 50px; */
    height: 80px;
    text-align: center;
    line-height: 40px;
    font-size: 32px;
    font-weight: normal;
}

.chanp_t a {
    font-size: 32px;
    color: #333;
}

.chanp_t a strong {
    color: #97c471;
}

.chanp_t span {
    display: block;
    font-size: 16px;
    color: #333;
    font-weight: normal;
    /* padding: 30px 0 0; */
}

.zCp .hd {
    TEXT-ALIGN: center;
    MARGIN-TOP: 30px;
    MARGIN-BOTTOM: 50px;
    HEIGHT: 42px;
}

.zCp .hd LI {
    BORDER-BOTTOM: #eee 1px solid;
    BORDER-LEFT: #eee 1px solid;
    PADDING-BOTTOM: 0px;
    MARGIN: 0px 10px;
    DISPLAY: inline-block;
    BACKGROUND: #fff;
    width: 135px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    COLOR: #333;
    BORDER-TOP: #eee 1px solid;
    CURSOR: pointer;
    BORDER-RIGHT: #eee 1px solid;
    PADDING-TOP: 0px;
}

.zCp .hd LI.cur {
    background: #0278bc;
}

.zCp .hd LI.cur A {
    COLOR: #fff;
}

.zCp .bd {
    OVERFLOW: hidden;
}

.zCp .bd UL {
    WIDTH: 1260px;
    OVERFLOW: hidden;
}

.zCp .bd LI {
    WIDTH: 285px;
    MARGIN-BOTTOM: 20px;
    FLOAT: left;
    MARGIN-RIGHT: 20px;
}

.zCp .bd LI .pic {
    POSITION: relative;
    WIDTH: 285px;
    DISPLAY: block;
    HEIGHT: 214px;
    OVERFLOW: hidden;
}

.tr,
.enl img {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.zCp .bd LI .pic IMG {
    WIDTH: 285px;
    HEIGHT: 214px;
    /* border: 3px double #97c471; */
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    z-index: 1;
}

/* .zCp .bd LI .pic .cover { Z-INDEX: 4; POSITION: absolute; WIDTH: 100%; HEIGHT: 100%; TOP: 0px; LEFT: 0px; -webkit-transition: all .2s ease-in-out; -moz-transition: all .2s ease-in-out; -ms-transition: all .2s ease-in-out; transition: all .2s ease-in-out; } */
.zCp .bd LI .pic .cover {
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    width: 100%;
    position: absolute;
    /* background-color: rgba(0,160,233,0.75); */
    background-color: rgba(2, 120, 188, .7);
    left: 0;
    bottom: 0;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    z-index: 10;
}

.zCp .bd LI .cont {
    OVERFLOW: hidden;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #f0f0f0;
}

.zCp .bd LI .cont a {
    display: block;
    width: 100%;
    height: 100%;
}

.zCp .bd LI .cont .tit {
    MARGIN-BOTTOM: 5px;
    COLOR: #000;
    FONT-SIZE: 16px;
}

.zCp .bd LI .cont .des A {
    COLOR: #999;
    FONT-SIZE: 12px;
}

.zMore {
    MARGIN: 0px auto;
    WIDTH: 172px;
    HEIGHT: 42px;
    PADDING-TOP: 40px;
}

.moreA {
    Z-INDEX: 1;
    POSITION: relative;
    TEXT-ALIGN: center;
    LINE-HEIGHT: 40px;
    WIDTH: 170px;
    DISPLAY: block;
    HEIGHT: 40px;
    COLOR: #0278bc;
    border: 1px solid #0278bc;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

A.animBtn:link {
    POSITION: relative;
    TEXT-ALIGN: center;
    TEXT-TRANSFORM: uppercase;
    LETTER-SPACING: 0.08em;
    OVERFLOW: hidden;
    TEXT-DECORATION: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

A.animBtn:visited {
    POSITION: relative;
    TEXT-ALIGN: center;
    TEXT-TRANSFORM: uppercase;
    LETTER-SPACING: 0.08em;
    OVERFLOW: hidden;
    TEXT-DECORATION: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.moreA I {
    FONT-STYLE: normal;
    DISPLAY: inline-block;
    MARGIN-LEFT: 5px;
}

A.animBtn:link:after {
    Z-INDEX: -1;
    POSITION: absolute;
    WIDTH: 100%;
    BACKGROUND: #a41437 0px 0px;
    HEIGHT: 0%;
    CONTENT: "";
    TOP: 50%;
    LEFT: 50%;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

A.animBtn:visited:after {
    Z-INDEX: -1;
    POSITION: absolute;
    WIDTH: 100%;
    BACKGROUND: #a41437 0px 0px;
    HEIGHT: 0%;
    CONTENT: "";
    TOP: 50%;
    LEFT: 50%;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

A.themeA.animBtn:after {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

/* box */
.i_hot_product {
    width: 100%;
    margin-top: 27px;
    padding-top: 18px;
    border-top: 1px solid #cccccc;
}

.i_hot_product .top {
    width: 100%;
}

.i_hot_product .top h3 {
    float: left;
    font-size: 18px;
    color: #333333;
    font-weight: bold;
}

.i_hot_product .top a {
    font-size: 14px;
    color: #999;
    float: right;
    text-transform: uppercase;
    display: block;
}

.i_hot_product ul {
    width: 100%;
    margin-top: 14px;
}

.i_hot_product li {
    width: 23.5%;
    text-align: center;
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
    margin: 15px 0;
    margin-right: 2%;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.i_hot_product li:nth-child(4n){
    margin-right: 0;
}


.i_hot_product li span {
    display: block;
    width: 285px;
    height: 214px;
    /* border: 1px solid #cccccc; */
    overflow: hidden;
    position: relative;
}

.i_hot_product li img {
    display: block;
    transition: all 1s ease-out;
    transform: scale(1);
}

.i_hot_product li em {
    display: block;
    height: 47px;
    line-height: 47px;
    font-size: 14px;
    color: #333333;
}

.i_hot_product li:hover {
    border-color: #59bc2b;
}

.i_hot_product li:hover em {
    color: #59bc2b;
}

.i_hot_product li:hover img {
    transform: scale(1.2);
}

.i_hot_product li a {
    display: block;
    text-decoration: none;
}

/* box end */
.case {
    padding: 50px 0;
    overflow: hidden;
    background: #fff;
}

.case-slide {
    position: relative;
    height: 550px;
}

.case-left {
    float: left;
    padding: 60px 45px;
    width: 382px;
    height: 430px;
    background: #97c471;
}

.case-left span {
    display: inline-block;
    height: 75px;
    font-size: 60px;
    color: #fff;
    font-family: Arial;
    text-transform: uppercase;
    font-weight: bold;
    border-top: #fff solid 5px;
}

.case-left .arrow {
    margin-top: 40px;
    padding: 0 8px;
    width: 110px;
    overflow: hidden;
}

.case-left .prev,
.case-left .next {
    display: block;
    width: 44px;
    height: 44px;
    cursor: pointer;
    border-radius: 50%;
    transition: all 0.5s;
}

.case-left .prev {
    float: left;
    background: url(../images/prev.png) no-repeat 0 0;
}

.case-left .next {
    float: right;
    background: url(../images/next.png) no-repeat -46px 0;
}

.case-left .prev:hover {
    background-position: -46px 0;
}

.case-left .next:hover {
    background-position: 0 -0;
}

.case-right {
    float: right;
    width: 705px;
    height: 550px;
}

.case-right .hd {
    overflow: hidden;
}

.case-right .hd li {
    float: left;
    margin-left: 48px;
    margin-top: 30px;
    width: 180px;
    height: 42px;
    text-indent: 12px;
    border-left: #999 solid 5px
}

.case-right .hd li a {
    display: block;
    color: #333;
}

.case-right .hd li span {
    display: block;
    height: 22px;
    line-height: 22px;
    font-size: 20px;
}

.case-right .hd li p {
    height: 18px;
    line-height: 20px;
    font-size: 12px;
    text-transform: uppercase;
}

.case-right .hd li.cur {
    border-color: #97c471;
}

.case-right .hd li.cur a {
    color: #97c471;
}

.case-right .bd {
    margin-top: 39px;
    width: 705px;
    height: 440px;
}

.case-right .item {
    position: relative;
    width: 705px;
    height: 440px;
}

.case-right .item .pic {
    width: 705px;
    height: 440px;
    overflow: hidden;
}

.case-right .item .pic img {
    display: block;
    width: 705px;
    height: 440px;
}

.case-right .item .text {
    position: absolute;
    left: -444px;
    bottom: 20px;
    padding: 30px;
    width: 488px;
    height: 214px;
    background: #fff;
}

.case-right .item .text h3 {
    font-size: 24px;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
}

.case-right .item .text h3 a {
    color: #333;
}

.case-right .item .text p {
    height: 90px;
    line-height: 30px;
    overflow: hidden;
}

.case-right .item .btnBox {
    padding-top: 30px;
    overflow: hidden;
}

.case-right .item .btnBox a {
    display: block;
    float: left;
    margin-right: 20px;
    width: 112px;
    height: 37px;
    line-height: 37px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    border-radius: 18px;
}

.case-right .item .btnBox a.readBtn {
    background: #3181bb;
}

.case-right .item .btnBox a.zxBtn {
    background: #97c471;
}

.case-right .item .btnBox a:hover {
    opacity: 0.8;
}

/* 合作伙伴 */
.hzhb {
    width: 410px;
}

.hzhb .title {
    height: 52px;
    line-height: 48px;
    background-image: url(../images/title_line.jpg);
    background-position: left bottom;
    background-repeat: no-repeat;
    font-size: 20px;
    color: #333;
}

.hzhb .title a {
    float: right;
    font-size: 12px;
    color: #017ec3;
}

.hzhb ul {
    margin-top: 17px;
}

.hzhb ul li {
    float: left;
    width: 197px;
    margin: 5px 4px;
}

.hzhb ul li img {
    display: block;
    width: 195px;
    height: 135px;
    border: 1px #d3d3d3 solid;
}

.hzhb ul li p {
    height: 35px;
    line-height: 35px;
    text-align: center;
}

/* --担忧--*/
.worry {
    overflow: hidden;
    background: #f1f1f1;
}

.worry .wrapper {
    padding: 50px 0 40px;
    position: relative;
}

.worry .bgImg {
    position: absolute;
    z-index: 1;
    right: -138px;
    bottom: 0;
}

.worry .bgImg img {
    display: block;
}

.worry-list {
    position: relative;
    z-index: 2;
    width: 1306px;
    height: 190px;
}

.worry-list:after {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 50%;
    content: "";
    width: 1000px;
    height: 1px;
    background: url(../images/worry_line.png) repeat-x;
}

.worry-list .item {
    float: left;
    position: relative;
    margin-right: 50px;
    width: 194px;
    height: 190px;
    background: url(../images/worry_item.png) no-repeat center;
}

.worry-list .item .num {
    float: left;
    padding-top: 40px;
    width: 46px;
    line-height: 40px;
    font: 48px/1 "AgencyFB-Bold";
    color: #97c471;
}

.worry-list .item .text {
    padding-left: 10px;
    padding-top: 76px;
    line-height: 1.5;
    overflow: hidden;
}

.worry-list .item .text strong {
    font-size: 24px;
    color: #004ea1;
}

.worry-list .item .text p {
    font-size: 14px;
    color: #333;
}

/* --标准--*/
.standard {
    height: 650px;
    background: url(../images/standard_bg.jpg) no-repeat center
}

.standard .title {
    padding-top: 50px;
    text-align: center;
}

.standard-list {
    margin-top: 15px;
    width: 1212px;
    overflow: hidden;
}

.standard-list .item {
    float: left;
    margin-right: 12px;
    width: 230px;
    height: 408px;
}

.standard-list .num {
    margin: 0 auto;
    width: 58px;
    height: 58px;
    text-align: center;
    font: 28px/58px "AgencyFB-Bold";
    color: #004ea1;
    background: url(../images/num.png) no-repeat;
    border-radius: 50%;
}

.standard-list .text {
    position: relative;
    margin-top: 20px;
    width: 230px;
    height: 254px;
    text-align: center;
    overflow: hidden;
    background: url(../images/standard_item.png) no-repeat;
    transition: all 0.5s;
    padding-top: 75px;
}

.standard-list .text span {
    display: block;
    margin-top: 55px;
    font-size: 18px;
    color: #004ea1;
    display: none;
}

.standard-list .text strong {
    display: block;
    font-size: 24px;
    color: #004ea1;
}

.standard-list .text p {
    padding: 36px;
    font-size: 14px;
    color: #333;
    line-height: 1.5;
}

.standard-list .text em {
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 34px;
    line-height: 34px;
    text-align: center;
    font-family: Arial;
    font-size: 10px;
    color: #999;
    text-transform: uppercase;
}

.standard-list .item:hover .text {
    background-image: url(../images/standard_item_cur.png);
}

.standard-list .item:hover .text * {
    color: #fff;
}

.standard-list .item:hover .num {
    color: #97c471;
}

/* 优势 */
.advantage {
    margin-bottom: 32px;
}

.advantageTop {
    background: url(../images/advantageTop.gif) no-repeat center 0;
    height: 79px;
    padding-top: 48px;
    border-bottom: 2px solid #dfdfdf;
}

.w1000 {
    width: 1000px;
    margin: 0 auto;
    position: relative;
}

.advantageTop .fl {
    margin-right: 12px;
    text-align: right;
    padding-left: 263px;
}

.advantageTop h3 {
    font-size: 32px;
    color: #2572bc;
    font-weight: bold;
    line-height: 40px;
    margin-top: 13px;
}

.advantageTop p {
    font-size: 18px;
    color: #282828;
}

.advantageTop h2 {
    font-weight: bold;
    font-size: 57px;
    color: #2572bc;
    float: left;
    line-height: 62px;
}

.advantage ul {
    background: #f3f3f3;
    height: 1330px;
}

.advantage li {
    position: relative;
}

.advanBox li {
    padding-left: 52px;
    background: url(../images/circle.png) no-repeat 30px 12px;
    color: #161616;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 12px;
}

.advantage .a {
    background: url(../images/a1.png) no-repeat center 0;
    height: 280px;
    padding-top: 30px;
}

.advantage .b {
    background: url(../images/a2.png) no-repeat center 0;
    height: 274px;
    margin-top: -8px;
    padding-top: 47px;
}

.advantage .c {
    background: url(../images/a3.png) no-repeat center 0;
    height: 247px;
    margin-top: -5px;
    padding-top: 54px;
}

.advantage .d {
    background: url(../images/a4.png) no-repeat center 0;
    height: 252px;
    margin-top: -10px;
    padding-top: 100px;
}

.advantage .e {
    background: url(../images/a5.png) no-repeat center 0;
    height: 247px;
    margin-top: -5px;
    padding-top: 54px;
}

.advantage .a .advanBox,
.advantage .c .advanBox,
.advantage .e .advanBox {
    padding-left: 528px;
    width: 472px;
}

.advantage .b .advanBox,
.advantage .d .advanBox {
    width: 492px;
    margin-left: -17px;
}

.advanTop {
    position: relative;
    padding-left: 83px;
    margin-bottom: 22px;
}

.advanBox img {
    position: absolute;
    top: 0;
    left: 0;
}

.advanTop h2 {
    font-size: 20px;
    color: #2572bc;
    font-weight: bold;
    line-height: 32px;
    border-bottom: 2px solid #2572bc;
    margin-bottom: 3px;
    padding-top: 14px;
}

.advanTop h3 {
    font-family: Georgia, "Times New Roman", Times, serif;
    line-height: 12px;
    color: #afafaf;
}

.adv {
    width: 100%;
    overflow: hidden;
}

.adv .Title {
    width: 100%;
    background: url(../images/sadvTitleBg.jpg) no-repeat center;
    height: 137px;
    text-align: center;
    padding-top: 38px;
    position: relative;
    z-index: 9999;
}

.adv .Title h2 {
    font-size: 30px;
    color: #fff;
    font-weight: normal;
}

.adv .Title .p1 {
    font-size: 40px;
    color: #fff;
    font-weight: bold;
    margin-top: 6px;
}

.adv .Title .p2 {
    font-size: 25px;
    color: #fff;
    width: 576px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    background: #89c325;
    margin: 20px auto 0;
}

.adv .conBox {
    width: 100%;
    overflow: hidden;
    padding-top: 54px;
    background: #fff !important;
}

.adv .conBox .container {
    overflow: hidden;
    position: relative;
}

.adv .conBox .container .pic {
    top: 38px;
    left: 562px;
    display: block;
    position: absolute;
}

.adv .conBox .con {
    overflow: hidden;
}

.adv .conBox .con img {
    display: block;
    float: left;
}

.adv .conBox .con .box {
    float: right;
    width: 527px;
}

.adv .conBox .con .box h3 {
    font-size: 25px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 44px;
}

.adv .conBox .con .box h3 span {
    color: #2377bc;
}

.adv .conBox .con .box p {
    font-size: 15px;
    color: #777;
    line-height: 24px;
    margin-bottom: 24px;
    background: url(../images/pro_details_icon01.png) no-repeat left 6px;
    padding-left: 28px;
}

.adv .conBox .con1 .box {
    padding-top: 60px;
    height: 303px;
}

.adv .conBox .con2 .box {
    height: 322px;
    width: 532px;
    padding-top: 64px;
}

.adv .conBox .con3 .box {
    height: 250px;
    width: 514px;
    padding-top: 7px;
}

.adv .conBox .con4 .box {
    height: 200px;
    width: 529px;
    padding-top: 51px;
}

.adv .conBox .con4 .box h3 {
    margin-bottom: 30px;
}

.adv .conBox .con3 .box h3 {
    margin-bottom: 30px;
}

.adv .conBox .con2 img,
.adv .conBox .con4 img {
    float: right;
}

.adv .conBox .con2 .box,
.adv .conBox .con4 .box {
    float: left;
    text-align: right;
}

.adv .conBox .con2 .box p,
.adv .conBox .con4 .box p {
    background: url(s../images/pro_details_icon01.png) no-repeat right 6px;
    padding-right: 28px;
}

/* --研发团队--*/
.team {
    padding: 50px 0;
    overflow: hidden;
    background: #fff;
}

.team .text {
    float: left;
    padding: 40px 30px;
    width: 336px;
    height: 420px;
    color: #fff;
    background: #97c471 url(../images/team_text_bg.jpg) no-repeat right bottom;
}

.team .text .hd {
    position: relative;
    height: 85px;
}

.team .text .hd:after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    width: 20px;
    height: 1px;
    background: #fff;
}

.team .text .hd h2 {
    height: 40px;
    line-height: 40px;
    font-size: 28px;
}

.team .text .hd p {
    font-family: Arial;
    line-height: 20px;
    text-transform: uppercase;
}

.team .text .bd {
    margin: 35px 0;
    width: 285px;
    height: 210px;
    font-size: 14px;
    line-height: 30px;
    overflow: hidden;
}

.team .text .zxBtn {
    width: 110px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 14px;
}

.team .text .zxBtn a {
    display: block;
    background: #fff;
    color: #333;
}

.team .text .zxBtn a:hover {
    color: #fff;
    background: #3181bb;
}

.team .photo {
    float: right;
    width: 804px;
    height: 500px;
    overflow: hidden;
}

.team .photo li {
    float: left;
    margin-left: 12px;
    margin-bottom: 12px;
    position: relative;
    width: 390px;
    height: 244px;
    overflow: hidden;
}

.team .photo li img {
    display: block;
    width: 390px;
    height: 244px;
    transition: all 1s;
}

.team .photo li a:hover img {
    transform: scale(1.1);
}

.team .photo li p {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 34px;
    line-height: 34px;
    color: #fff;
    text-align: center;
    background: #909092;
    background: rgba(0, 0, 0, 0.5);
}

/* 资质证书 */
#ryzs {
    width: 100%;
    /* background: url(../images/../images/../images/../images/product_bg.png); */
}

.ryzs {
    height: 681px;
}

.ryzs.content {
    margin: 0 auto;
    width: 1200px;
}

.ryzs dl {
    width: 800px;
    height: 119px;
    margin: 0 auto;
    padding-top: 55px;
    margin-bottom: 50px;
}

.ryzs dl dt {
    float: left;
    width: 99px;
    height: 97px;
    background: #97c471;
    font-size: 30px;
    line-height: 34px;
    color: #fff;
    text-align: center;
    padding-top: 22px;
}

.ryzs dl dt a {
    color: #fff;
}

.ryzs dl dd {
    float: right;
    width: 690px;
    height: 119px;
}

.ryzs dl dd h3 {
    font-size: 30px;
    font-weight: bold;
    color: #0278bc;
    height: 44px;
    line-height: 44px;
    padding-top: 5px;
}

.ryzs dl dd span {
    font-size: 18px;
    color: #666666;
    height: 34px;
    line-height: 34px;
}

.ryzs .zsdiv {
    width: 1200px;
    overflow: hidden;
}

.ryzs ul li {
    width: 280px;
    height: 377px;
    margin-right: 26px;
    float: left;
    text-align: center;
}

.ryzs ul li a {
    width: 280px;
    height: 377px;
    background: url(../images/zs_bg1.jpg) no-repeat center top;
    display: block;
}

.ryzs ul li img {
    width: 236px;
    height: 315px;
    margin: 0 auto;
    box-shadow: 0 0 10px #d9d9d9;
}

.ryzs ul li span {
    width: 236px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #666666;
    margin: 0 auto;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.ryzs ul li a:hover {
    background: url(../images/zs_bg2.jpg) no-repeat center bottom;
}

.ryzs ul li a:hover span {
    color: #fff;
}

.ryzs ul li.nones {
    margin-right: 0;
}

/* --合作流程--*/
.process {
    padding: 50px 0;
    overflow: hidden;
    background: #f6f6f6;
}

.process-list {
    width: 1290px;
    overflow: hidden;
}

.process-list li {
    float: left;
    width: 122px;
    margin-right: 90px;
}

.process-list li img {
    display: block;
    width: 122px;
    height: 133px;
}

.process-list li p {
    padding-top: 15px;
    text-align: center;
    font-size: 20px;
    color: #333;
    line-height: 1.5;
}

/* --在线留言--*/
.indexForm {
    padding: 50px 0;
    height: 420px;
    background: url(../images/indexForm.jpg) no-repeat center;
}

.form-inner {
    position: relative;
    height: 310px;
    background: #fff;
}

.form-inner .fl {
    width: 458px;
    height: 310px;
    background: url(../images/form_fl_bg.jpg) no-repeat center;
}

.form-inner .fl ul {
    overflow: hidden;
    height: 310px;
}

.form-inner .fl li {
    float: left;
    width: 50%;
    height: 50%;
    text-align: center;
    color: #333;
}

.form-inner .fl li em {
    display: block;
    margin-top: 20px;
    height: 50px;
    font: 40px/1.5 "AgencyFB-Bold";
    color: #97c471;
}

.form-inner .fl li h3 {
    font-size: 24px;
    font-weight: normal;
}

.form-inner .fl li p {
    font-size: 14px;
    line-height: 1.5;
}

.form-inner .pic {
    float: left;
    margin-top: -24px;
    width: 270px;
    height: 334px;
    overflow: hidden;
    user-select: none;
}

.form-inner .pic img {
    display: block;
    width: 270px;
    height: 334px;
}

.form-inner .fr {
    float: right;
    width: 332px;
    margin-right: 68px;
    margin-top: 40px;
}

.form-inner .fr .tit {
    padding-bottom: 16px;
    overflow: hidden;
}

.form-inner .fr .tit span {
    font-size: 20px;
    color: #333;
}

.form-inner .fr .tit em {
    font-size: 12px;
    color: #999;
    font-family: Arial;
    text-transform: uppercase;
}

.form-inner .fr li {
    margin-bottom: 10px;
    width: 328px;
    height: 36px;
    border: #ddd solid 1px;
    overflow: hidden;
}

.form-inner .fr li i {
    float: left;
    display: block;
    width: 40px;
    height: 36px;
    border-right: #ddd solid 1px;
}

.form-inner .fr li i img {
    display: block;
    width: 40px;
    height: 36px;
}

.form-inner .fr li input {
    float: left;
    display: block;
    padding: 0 10px;
    width: 266px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #666;
    border: none;
    background: none;
}

.form-inner .fr .submit {
    padding-top: 10px;
}

.form-inner .fr .submit a {
    display: block;
    width: 138px;
    height: 43px;
    line-height: 43px;
    font-size: 16px;
    text-align: center;
    color: #fff;
    background: #97c471;
}

.form-inner .fr .submit a:hover {
    box-shadow: 0 0 5px #ccc;
}

.form-inner .goods {
    position: absolute;
    right: -114px;
    bottom: -80px;
    width: 164px;
    height: 240px;
    user-select: none;
}

.form-inner .goods img {
    display: block;
    width: 164px;
    height: 240px;
}

/* --合作伙伴--*/
.partner {
    padding: 50px 0;
    overflow: hidden;
    background: #fff;
}

.partner-list {
    width: 1220px;
}

.partner-list li {
    float: left;
    margin-right: 14px;
    margin-bottom: 18px;
    width: 227px;
    height: 121px;
    border: #f0f0f0 solid 1px;
    transition: all 1s;
    box-shadow: 0 0 20px #eee;
}

.partner-list li:hover {
    box-shadow: 0 0 20px #ccc;
}

.partner-list li:hover img {
    opacity: 0.8;
}

.aboutus {
    padding: 25px 0;
    overflow: hidden;
    background: #f1f1f1;
}

.about-inner {
    position: relative;
    /*margin-left:-44px;*/
    width: 1200px;
    height: 350px;
    overflow: hidden;
}

.about-inner .pic {
    float: left;
    width: 480px;
    height: 340px;
    overflow: hidden;
    background: url(../images/about_pic_bg.png) no-repeat 0 0;
}

.about-inner .pic a {
    display: block;
    margin-top: 25px;
    margin-left: 30px;
    width: 435px;
    height: 286px;
    overflow: hidden;
    background: #fff;
}

.about-inner .pic a img {
    display: block;
    width: 436px;
    height: 288px;
    transition: all 1s;
}

.about-inner .pic a:hover img {
    transform: scale(1.1);
}

.about-inner .text {
    position: relative;
    float: right;
    padding-top: 10px;
    width: 710px;
    height: 335px;
}

.about-inner .tit {
    position: relative;
    padding-bottom: 15px;
    line-height: 1.4;
}

.about-inner .tit:after {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    content: "";
    width: 20px;
    height: 1px;
    background: #97c471;
}

.about-inner .tit h3 {
    font-size: 24px;
    font-weight: normal;
    line-height: 1.5;
}

.about-inner .tit h3 a {
    color: #004ea1;
}

.about-inner .tit h3 a:hover {
    color: #97c471;
}

.about-inner .tit p {
    font: 16px/1.4 Arial;
    color: #999;
    text-transform: uppercase;
}

.about-inner .abstr {
    margin: 15px 0;
    font-size: 14px;
    color: #666;
    line-height: 1.75;
    overflow: hidden;
}

.about-list {
    position: absolute;
    bottom: 35px;
    left: 0;
    width: 100%;
    overflow: hidden;
}

.about-list ul {
    width: 640px;
}

.about-list li {
    float: left;
    margin-right: 20px;
    width: 139px;
    height: 118px;
    overflow: hidden;
    background: url(../images/about_list.png) no-repeat;
}

.about-list li a {
    display: block;
    padding: 10px;
    text-align: center;
    overflow: hidden;
}

.about-list li i {
    position: relative;
    display: block;
    margin: 12px auto 0;
    width: 50px;
    height: 50px;
    overflow: hidden;
}

.about-list li img {
    display: block;
    position: absolute;
    top: -50px;
    left: 0;
    transition: all 1s;
}

.about-list li p {
    font-size: 14px;
    color: #004ea1;
}

.about-list li:hover {
    background-image: url(../images/about_list_cur.png);
}

.about-list li:hover p {
    color: #fff;
}

.about-list li:hover img {
    top: 0;
}

/* --新闻--*/
.news {
    padding: 40px 0 30px;
    overflow: hidden;
    /* background:#f6f6f6; */
    background: url(../images/../images/../images/../images/product_bg.png);
}

.news-hd {
    height: 66px;
    overflow: hidden;
}

.news-hd .tab-menu {
    float: right;
    padding-top: 5px;
    overflow: hidden;
}

.news-hd .tab-menu li {
    float: left;
    margin-left: 30px;
    width: 140px;
    height: 44px;
    line-height: 44px;
    text-align: center;
}

.news-hd .tab-menu li a {
    display: block;
    background: #ffffff;
    border-radius: 22px;
}

.news-hd .tab-menu li.cur a {
    color: #fff;
    background: #004ea1;
}

.news-hd .tit h3 {
    font-size: 32px;
    font-weight: normal;
}

.news-hd .tit h3 a {
    color: #333;
}

.news-hd .tit h3 strong {
    color: #97c471;
}

.news-hd .tit p {
    line-height: 1.5;
    text-transform: uppercase;
    font-size: 14px;
    color: #999;
}

.news-bd {
    overflow: hidden;
}

.news-hot {
    float: left;
    margin-top: 20px;
    padding: 20px 40px;
    width: 360px;
    height: 400px;
    background: #ffffff;
}

.news-hot h3 {
    font-weight: normal;
    font-size: 18px;
    height: 22px;
    line-height: 22px;
    overflow: hidden;
}

.news-hot h3 a {
    color: #333;
}

.news-hot:hover h3 a {
    color: #149edf;
}

.news-hot .abstr {
    margin-top: 30px;
    height: 60px;
    line-height: 20px;
    font-size: 14px;
    color: #666;
    overflow: hidden;
}

.news-hot .news-date {
    margin-top: 10px;
    margin-left: 40px;
    height: 58px;
    border-left: #149edf solid 2px;
}

.news-hot .news-date span,
.news-hot .news-date p {
    display: block;
    padding-left: 27px;
    font-family: Arial;
    color: #ccc;
}

.news-hot .news-date span {
    font-size: 24px;
}

.news-hot .news-date p {
    font-size: 13px;
}

.news-hot .pic {
    position: relative;
    width: 360px;
    height: 240px;
    overflow: hidden;
}

.news-hot .pic img {
    display: block;
    width: 360px;
    height: 240px;
    transition: all 1s;
}

.news-hot .pic a:hover img {
    transform: scale(1.1);
}

.news-hot .pic:after {
    display: block;
    content: "";
    position: absolute;
    left: 40px;
    top: 0;
    width: 2px;
    height: 50px;
    background: #149edf;
}

.news-list {
    float: right;
    width: 720px;
    height: 490px;
    overflow: hidden;
}

.news-list .item {
    padding: 20px 0;
    overflow: hidden;
    border-bottom: #ddd solid 1px;
}

.news-list .pic {
    float: left;
    width: 190px;
    height: 135px;
    overflow: hidden;
}

.news-list .pic img {
    display: block;
    width: 190px;
    height: 135px;
    transition: all 1s;
}

.news-list .text {
    position: relative;
    float: right;
    width: 100%;
    height: 110px;
    overflow: hidden;
}

.news-list .text h3 {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: normal;
    color: #333;
}

.news-list .text p {
    height: 44px;
    line-height: 22px;
    overflow: hidden;
    font-size: 14px;
}

.news-list .text .date {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 18px;
    line-height: 18px;
    font-size: 16px;
    color: #666;
    font-family: Arial;
    background: url(../images/news_read.png) no-repeat right center;
}

.news-list .item:hover img {
    transform: scale(1.1);
}

.news-list .item:hover h3 {
    color: #149edf;
}

/*产品中心*/
/* .chanp{padding: 28px 0 28px;}.chanp_t{background:url(../images/../images/cp_line01.png) no-repeat center 50px;height:60px;text-align: center;line-height: 40px;font-size: 36px;color: #004ea1;}.chanp_t a{font-size: 32px;color: #004ea1;}.chanp_t span{display: block;font-size: 16px;color: #333;font-weight: normal;padding: 4px 0 0;}.cp_l{width: 254px;background: #f3f3f3;}.cp_l h3{ background:#004ea1 url(../images/cp_ico07.gif) no-repeat 32px 50px;width: 254px;height: 130px;line-height: 130px;overflow: hidden;}.cp_l h3 a{font-size: 36px;color: #fff;display: block;padding: 0 0 0 80px;}.cp_lm{width: 254px;height: 345px;overflow: hidden;}.cp_ul01 li a{display: block;font-size: 18px;color: #333;width: 254px;height: 60px;line-height: 60px;border-bottom: #cbcbcb 1px solid;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}.cp_ul01 li a:hover,.cp_ul01 li.on a{color: #004ea1;font-weight: bold;}.cp_ul01 li em{display: block;float: left;line-height: 0;width: 30px;padding: 18px 0 0 20px;}.cp_ul01 li em img{width: 20px;height: 24px;}.cp_ul01 .cp_ul02 li a{font-size: 14px;background:url(../images/cp_ico05.gif) no-repeat 55px 20px;padding: 0 0 0 74px;width: 180px;overflow: hidden;height: 50px;line-height: 50px;}.cp_ul01 .cp_ul02 li a:hover{ background:url(../images/cp_ico06.gif) no-repeat 55px 20px;font-weight: normal;}.cp_ul02{ display:none;}.cp_lm .cp_ul03{ display:block;} */
.cp_tel {
    font-size: 16px;
    color: #fff;
    background: url(../images/cp_tel.jpg) no-repeat;
    width: 168px;
    height: 224px;
    line-height: 28px;
    padding: 20px 0 0 86px;
    position: relative;
}

.cp_tel b {
    display: block;
    font-size: 20px;
}

.cp_tel a {
    display: block;
    width: 100px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #333;
    background: #fff;
    border-radius: 20px;
    position: absolute;
    top: 84px;
    right: 15px;
}

.cp_r {
    width: 936px;
}

.cp_pic {
    width: 710px;
    height: 453px;
    line-height: 0;
}

.cp_pic img {
    width: 710px;
    height: 453px;
}

.cp_rt {
    width: 226px;
    position: absolute;
    top: 0;
    right: 0;
}

.cp_rt ul li {
    font-size: 18px;
    color: #333;
    width: 224px;
    height: 90px;
    line-height: 88px;
    overflow: hidden;
}

.cp_rt ul li em {
    display: block;
    float: left;
    width: 36px;
    line-height: 0;
    padding: 24px 8px 0 33px;
}

.cp_rt ul li em img {
    width: 36px;
    height: 36px;
}

.cp_rt ul li.on {
    border: #004ea1 1px solid;
}

.cp_rm {
    width: 227px;
    height: 266px;
    position: absolute;
    top: 97px;
    right: 226px;
}

.cp_qie {
    width: 187px;
    height: 236px;
    background: rgba(0, 0, 0, 0.8);
    padding: 30px 20px 0;
}

.cp_qie b {
    display: block;
    font-size: 18px;
    color: #fff;
    height: 50px;
    line-height: 40px;
    overflow: hidden;
    background: url(../images/cp_ico08.gif) no-repeat 0 49px;
}

.cp_qie p {
    font-size: 14px;
    color: #fff;
    line-height: 24px;
    height: 120px;
    overflow: hidden;
    padding: 10px 0 0;
}

.cp_bot {
    padding: 18px 0 0;
    width: 936px;
    overflow: hidden;
}

.cp_bot ul li {
    width: 289px;
    float: left;
    padding: 0 15px;
    overflow: hidden;
}

.cp_bot ul li em,
.honor_m ul li em {
    width: 289px;
    height: 216px;
    display: block;
    overflow: hidden;
    line-height: 0;
}

.cp_bot ul li em img,
.honor_m ul li em img {
    width: 289px;
    height: 216px;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}

.cp_bot ul li em img:hover,
.honor_m ul li em img:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.cp_bot ul li span {
    width: 289px;
    display: block;
    text-align: center;
    height: 32px;
    line-height: 32px;
    overflow: hidden;
    font-size: 14px;
    color: #666;
}

/* 首页产品推荐 开始 */
.w1200 {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}

.chanp content {
    background: url(../images/../images/../images/../images/product_bg.png);
}

.zCase .hd {
    TEXT-ALIGN: center;
    MARGIN-TOP: 30px;
    MARGIN-BOTTOM: 30px;
    HEIGHT: 30px;
}

.zCase .hd LI {
    BORDER-BOTTOM: #eee 1px solid;
    BORDER-LEFT: #eee 1px solid;
    PADDING-BOTTOM: 0px;
    MARGIN: 0px 10px;
    DISPLAY: inline-block;
    BACKGROUND: #fff;
    width: 135px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    COLOR: #333;
    BORDER-TOP: #eee 1px solid;
    CURSOR: pointer;
    BORDER-RIGHT: #eee 1px solid;
    PADDING-TOP: 0px;
}

.zCase .hd LI.on {
    background: #004ea1;
}

.zCase .hd LI.cur {
    background: #004ea1;
}

.zCase .hd LI.cur A {
    COLOR: #fff;
}

.zCase .hd LI.on A {
    COLOR: #fff;
}

.zCase .bd {
    OVERFLOW: hidden;
}

.zCase .bd UL {
    WIDTH: 1260px;
    OVERFLOW: hidden;
}

.zCase .bd LI {
    WIDTH: 580px;
    MARGIN-RIGHT: 10px;
    MARGIN-BOTTOM: 10px;
    FLOAT: left;
    border: 1px #d3d2d2 solid;
}

.zCase .bd LI .pic {
    POSITION: relative;
    WIDTH: 260px;
    DISPLAY: block;
    HEIGHT: 195px;
    OVERFLOW: hidden;
}

.tr,
.enl img {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.zCase .bd LI .pic IMG {
    width: 195px;
    HEIGHT: 195px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    margin-left: 32px;
}

.zCase .bd LI .pic .cover {
    Z-INDEX: 4;
    POSITION: absolute;
    WIDTH: 100%;
    HEIGHT: 100%;
    TOP: 0px;
    LEFT: 0px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.zCase .bd LI .cont1 {
    width: 260px;
    height: 195px;
    float: right;
    background: #fff;
}

.zCase .bd LI .cont {
    width: 282px;
    height: 176px;
    padding: 20px 20px 0px 20px;
    background: linear-gradient(to bottom, #fff 0, #efefef 100%);
}

.zCase .bd LI .cont h4 {
    width: 252px;
    height: 28px;
    line-height: 28px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.zCase .bd LI .cont h5 {
    margin-top: 25px;
}

.zCase .bd LI .cont h5 a {
    display: block;
    width: 61px;
    height: 22px;
    line-height: 22px;
    overflow: hidden;
    background-color: #008ae2;
    font-size: 12px;
    font-weight: normal;
    color: #fff;
    text-align: center;
}

.zCase .bd LI .cont h5 a:hover {
    display: block;
    width: 61px;
    height: 22px;
    line-height: 22px;
    overflow: hidden;
    background-color: #97c471;
    font-size: 12px;
    font-weight: normal;
    color: #fff;
    text-align: center;
}

.zCase .bd LI .cont a {
    display: block;
    width: 100%;
    height: 100%;
    color: #004ea1;
}

.zCase .bd LI .cont p {
    display: block;
    height: 75px;
    line-height: 25px;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 10px;
    color: #111;
    font-size: 13px;
}

.zCase .bd LI .cont .tit {
    MARGIN-BOTTOM: 5px;
    COLOR: #000;
    FONT-SIZE: 16px;
}

.zCase .bd LI .cont .des A {
    COLOR: #999;
    FONT-SIZE: 12px;
}

.zMore {
    MARGIN: 0px auto;
    WIDTH: 172px;
    HEIGHT: 42px;
    PADDING-TOP: 15px;
}

.moreA {
    Z-INDEX: 1;
    POSITION: relative;
    TEXT-ALIGN: center;
    LINE-HEIGHT: 40px;
    WIDTH: 170px;
    DISPLAY: block;
    HEIGHT: 40px;
    COLOR: #004ea1;
    border: 1px solid #004ea1;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

A.animBtn:link {
    POSITION: relative;
    TEXT-ALIGN: center;
    TEXT-TRANSFORM: uppercase;
    LETTER-SPACING: 0.08em;
    OVERFLOW: hidden;
    TEXT-DECORATION: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

A.animBtn:visited {
    POSITION: relative;
    TEXT-ALIGN: center;
    TEXT-TRANSFORM: uppercase;
    LETTER-SPACING: 0.08em;
    OVERFLOW: hidden;
    TEXT-DECORATION: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.moreA I {
    FONT-STYLE: normal;
    DISPLAY: inline-block;
    MARGIN-LEFT: 5px;
}

A.animBtn:link:after {
    Z-INDEX: -1;
    POSITION: absolute;
    WIDTH: 100%;
    BACKGROUND: #a41437 0px 0px;
    HEIGHT: 0%;
    CONTENT: "";
    TOP: 50%;
    LEFT: 50%;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

A.animBtn:visited:after {
    Z-INDEX: -1;
    POSITION: absolute;
    WIDTH: 100%;
    BACKGROUND: #a41437 0px 0px;
    HEIGHT: 0%;
    CONTENT: "";
    TOP: 50%;
    LEFT: 50%;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

A.themeA.animBtn:after {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

/* 首页产品推荐 结束 */
.i_product_list li{
    width: 23%;
}