﻿@charset "utf-8";
/*-------------------------------   index 首页---------------------------------*/

/*-----首页 banner-----*/
.slideBox {
    width: 100%;
    height: 400px;
    overflow: hidden;
    position: relative;
}

.slideBox .hd {
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: 5px;
    bottom: 5px;
    z-index: 1;
}

.slideBox .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.slideBox .hd ul li {
    float: left;
    margin-right: 2px;
    width: 15px;
    height: 15px;
    line-height: 14px;
    text-align: center;
    background: #fff;
    cursor: pointer;
}

.slideBox .hd ul li.on {
    background: #f00;
    color: #fff;
}

.slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.slideBox .bd li {
    zoom: 1;
    vertical-align: middle;
}

.slideBox .bd li a {
    display: block;
    height: 400px;
}

.slideBox .bd img {
    width: 100%;
    height: 400px;
    display: block;
}

.slideBox .prev,
.slideBox .next {
    position: absolute;
    left: 3%;
    top: 50%;
    margin-top: -30px;
    width: 21px;
    height: 33px;
    background: url(../images/arrow_left.png) no-repeat;
}

.slideBox .next {
    left: auto;
    right: 3%;
    background: url(../images/arrow_right.png) no-repeat;
}

.slideBox .prev:hover,
.slideBox .next:hover {
    opacity: .7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    -khtml-opacity: .7;
}

.slideBox .prevStop {
    display: none;
}

.slideBox .nextStop {
    display: none;
}

/*-----首页 about-----*/
.iabout {
    height: 430px;
    background: #fff;
    border: 1px solid #ebebeb;
}

.aboutimg {
    float: left;
    width: 400px;
    height: 430px;
}
.aboutimg img{
    width: 400px;
    height: 430px;
}

.aboutcon {
    float: left;
    width: 536px;
    margin-left: 36px;
    position: relative;
}

.iabout_t {
    padding-top: 40px;
    height: 60px;
    border-bottom: 1px solid #dbdbdb;
    width: 100%;
    margin-bottom: 10px;
}

.iabout_t a {
    color: #262626;
    font-size: 30px;
    line-height: 1
}

.iabout_t font {
    display: block;
    text-transform: uppercase;
    line-height: 1.5;
    font-size: 16px;
    font-family: "Times New Roman"
}
.aboutText{
    height: 245px;
    overflow: hidden;
}

.aboutcon p {
    line-height: 35px;
    overflow: hidden;
    display: block;
}
.aboutico {
    position: absolute;
    right: 0;
    top: 0;
    background: url(../images/new.gif) no-repeat;
    width: 60px;
    height: 89px;
}

.aboutlink {;
    float: left;
    border: 1px solid #dfdfdf;
    width: 150px;
    height: 40px;
    line-height: 40px;
    margin-top: 10px;
    text-align: center;
}

.iabout .num {
    float: left;
    color: #dec17d;
    font-size: 36px;
    line-height: 36px;
    padding-left: 990px;
    padding-top: 170px;
}

/*首页 title*/
.itl_t {
    text-align: center;
    width: 100%;
    background: url(../images/itl_t.png) no-repeat bottom center;
    height: 90px;
}

.itl_t * {
    display: block;
    line-height: 1.1;
    color: #fff;
}

.itl_t span {
    font-size: 30px;
}

.itl_t font {
    font-size: 20px;
    text-transform: uppercase;
}

/*首页最新资讯*/
.inews {
    padding-top: 37px;
    width: 100%;
    height: 980px;
    background:url(../images/newsbg01.jpg) no-repeat center top;
}

.inews ul {
    width: 1200px;
}

.inews li {
    float: left;
    background: #fff;
    padding: 10px 10px 15px;
    border: 1px solid #dfd2cf;
    width: 463px;
    margin: 30px 30px 0 0;
}

.inews1 .img {
    height: 127px;
    width: 169px;
    float: left;
    margin-right: 15px;
}
.inews1 .img img{
    height: 127px;
    width: 169px;

}
.inewsr {
    float: left;
    width: 265px;
}

.inewstime {
    float: left;
    width: 133px;
    text-align: center;
    height: 18px;
    line-height: 18px;
    background: #795a43;
    color: #fff;
    font-size: 12px;
}

.inewsr .title {
    color: #383737;
    font-size: 16px;
    width: 100%;
    line-height: 30px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}

.inewsr .msg {
    color: #c2a684;
    font-size: 14px;
    overflow: hidden;
    float: left;
    width: 100%;
}
.inewsr p{
    text-indent: 2em;
    color: #666;
    line-height: 2;
    font-size: 14px;
    margin: 8px 0;
    max-height: 56px;
    overflow: hidden;

}
.iabout, .inews, .inewslist, .icase {
    margin-top: 40px !important;
}

.iproduct {
    margin-top: -125px;
    position: relative;
    width: 100%;
}

/*产品分类*/
.ipro {
    height: 0;
    width: 100%;
    margin-top: -460px;
    position: relative;
    z-index: 2;
    text-align: center;
    background-image:url(../images/probg01.jpg);background-size:100%
}

.circle_b {
}

.circle_type {
    border: 1px solid #382e25;
    width: 80px;
    height: 28px;
    line-height: 28px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin: 0 23px;
    overflow: hidden;
}

.circle_type a {
    color: #fff;
    display: block;
}

.circle_type .titlea {
    padding-top: 80px;
    text-align: center;
}

.circle_type a:hover {
    background: url(../images/probg_03.jpg) no-repeat left top;
}

/*产品中心*/
.iproduct .itl_t {
    margin-bottom: 40px;
}

.slideBoxpro {
    float: left;
    width: 432px;
    height: 426px;
    overflow: hidden;
    position: relative;
    margin-left: -23px;
    background: url(../images/slideBoxpro.gif) no-repeat left top;
    padding-left: 23px;
    padding-top: 24px;
}

.slideBoxpro .hd {
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: 5px;
    bottom: 5px;
    z-index: 1;
}

.slideBoxpro .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.slideBoxpro .hd ul li {
    float: left;
    margin-right: 2px;
    width: 15px;
    height: 15px;
    line-height: 14px;
    text-align: center;
    background: #fff;
    cursor: pointer;
}

.slideBoxpro .hd ul li.on {
    background: #f00;
    color: #fff;
}

.slideBoxpro .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.slideBoxpro .bd li {
    zoom: 1;
    vertical-align: middle;
}

.slideBoxpro .bd li a {
    display: block;
    width: 432px;
    height: 428px;
}

.slideBoxpro .bd img {
    width: 432px;
    height: 428px;
    display: block;
}

.slideBoxpro .prev,
.slideBoxpro .next {
    width: 34px;
    height: 34px;
    background: url(../images/l.png) no-repeat;
    float: left;
    margin-left: 5px;
}

.slideBoxpro .next {
    background: url(../images/r.png) no-repeat;
}

.slideBoxpro .prev:hover,
.slideBoxpro .next:hover {
    opacity: .7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    -khtml-opacity: .7;
}

.slideBoxpro .prevStop {
    display: none;
}

.slideBoxpro .nextStop {
    display: none;
}

.slideprobtn {
    position: absolute;
    right: 7px;
    bottom: 9px;
    text-align: right;
}

.productul {
    float: left;
    width: 572px;
    padding-top: 24px;
}

.productul li {
    float: left;
    width: 278px;
    height: 209px;
    margin-left: 8px;
    margin-bottom: 9px;
    position: relative;
}

.pro_col {
    width: 100%;
}

.pro_col .info {
    width: 100%;
    text-align: center;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: static;
    height: 208px;
}
.pro_col .info img{
    width: 278px;
    height: 208px;
}

.pro_col a {
    display: block;
    position: relative;
    width: 100%;
    height: 208px;
}

.prohover {
    position: absolute;
    left: 0;
    top: 0;
    width: 223px;;
    height: 208px;
    padding-left: 30px;
    padding-right: 25px;
    background: url(../images/prohover.png) no-repeat center;
    display: none;
}

.prohover span {
    color: #eb4035
}

.prohover p {
    margin-top: 40px;
    margin-bottom: 10px;
    font-size: 20px;
    color: #fff;
}

.prohover font {
    display: block;
    width: 223px;
    color: #fff;
    height:60px;
}

/*行业资讯*/
.inewslist .main {
    height: 431px;
    border: 1px solid #ebebeb;
    background: #fff
}

.inewslistl {
    padding-left: 30px;
    width: 550px;
    float: left;
    background: url(../images/new.gif) 34px top no-repeat;
}

.inewslistr {
    float: right;
    width: 399px;
    height: 431px;
    background:url(../images/newsbg02.jpg) no-repeat center top;
}

.inewslistl .itl_t {
    padding-top: 40px;
    text-align: right;
    border-bottom: 1px solid #dbdbdb;
    height: 55px;
    background: none;
    margin-bottom: 26px;
}

.inewslistl .itl_t * {
    color: #262626;
    line-height: 1.3
}

.inewslistl .itl_t font {
    font-size: 16px;
}

.inewslist .title {
    width: 550px;
    float: left;
    line-height: 38px;
    font-size: 20px;
    color: #262626;
    background: url(../images/r.gif) no-repeat 518px center;
}

.inewslist .msg {
    width: 510px;
    float: left;
    background: #f3f3f3;
    line-height: 26px;
    padding: 10px 20px;
    display: none;
    height: 70px;
}

.inewslist .titlecur {
    background: url(../images/d.gif) no-repeat 518px center;
}

/*---首页case-----*/
.icase {
    width: 100%;
    height: 575px;
    background-position: bottom center;
    background:url(../images/probg02.jpg) no-repeat center bottom
}

.icase .itl_t {
    background: url(../images/case_t.png) no-repeat bottom center;
}

.icase .itl_t * {
    display: block;
    line-height: 1.3;
    color: #383737;
}

/*首页case nav*/
.icasenav {
    margin-top: 0;
}

.icasenav ul {
    margin-top: 0;
    position: absolute;
    left: 0;
    top: 152px;
    width: 100%;
}

.icasenav a {
    color: #383737;
}

.icasenav li {
    border: 1px solid #c8aea7;
}

.mr_frbox {
    width: 100%;
    padding-top: 35px;
    height: 350px;
    position: relative;
}

.mr_frBtnL {
    cursor: pointer;
    display: inline;
    top: 223px;
    left: -110px;
    position: absolute;
}

.mr_frBtnR {
    cursor: pointer;
    top: 223px;
    right: -110px;
    position: absolute;
}

.mr_frUl {
    width: 1000px;
    overflow: hidden;
}

.tempWrap ul {
    height: 350px;
    overflow: hidden;
}

.tempWrap {
    width: 1000px;
}

.icase li {
    width: 242px;
    float: left;
    background: #fff;
    height: 350px;
    margin-right: 10px;
}
.icase li img{
    width: 242px;
    height: 180px;
}
.izright {
    width: 220px;
    padding: 20px 10px;
    float: left;
}

.izright h2 {
    font-size: 18px;
    color: #383737;
    margin-bottom: 10px;
    line-height: 1;
}

.izright span {
    color: #787878;
    line-height: 25px;
    display: block;
    height: 100px;
    overflow: hidden;
    text-indent: 2em;
}
.lam_box .box{
     max-width:1004px;
}