@charset "utf-8";
/*****index.html*****/

/*header*/
.header{
    position: relative;
}
.topbox{
    height: 100px;
    overflow: hidden;
    position: relative;
}
.container{
    width: 1000px;
    margin: 0 auto;
}
.hd-logo{
    position: absolute;
    left: 0;
    top: 5px;
    width: 500px;
}
.hd-logo li{
    float: left;
}
.hd-logo li a img{
    max-height: 85px;
}
.hd-logo li.f1{
    padding-left: 10px;
    border-left: 1px solid #ccc;
    margin-top: 15px;
    margin-left: 25px;
    display: none;
}
.hd-tel{
    padding: 0 0 15px 180px;
    background: url(../images/phone.png) no-repeat left center;
    color: #5c5c5c;
    margin-top: 28px;
}
.hd-tel dd{
    font-size: 26px;
    color: #f67114;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 28px;
}
.navbar{
    width: 100%;
    background: #2a2a2a;
    height: 50px;
    overflow: hidden;
}
.nav{
    width: 1000px;
    height: 50px;
    overflow: hidden;
    margin: 0 auto;
}
.nav li{
    float: left;
}
.nav li a{
    display: block;
    width: 125px;
    height: 100%;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-family: "微软雅黑";
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -ms-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
}
.nav li a:hover{
    background-color: #f60;
}
.nav li.current a{
    background-color: #f60;
}
/*banner*/
.banner{
    width: 100%;
    height: 600px;
    position: relative;
}
.banner .bd-main{
    margin: 0 auto;
    position: relative;
    z-index: 0;
    overflow: hidden;
}
.banner .bd-main li{
    width: 100%;
    height: 600px;
    overflow: hidden;
    text-align: center;
}
.banner-nav{
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-left: -33px;
    z-index: 10;
}
.banner-nav li{
    float: left;
    display: block;
    background: #fff;
    margin: 0 3px;
    height: 6px;
    width: 36px;
    cursor: pointer;
    color: #fff;
    overflow: hidden;
    line-height: 1000px;
}
.banner-nav li.on {
    cursor: pointer;
    background: #f60;
}
.banner-text{
    position: absolute;
    top: 21%;
    left: 50%;
    margin-left: -240px;
    width: 480px;
    text-align: center;
}
.banner-text h1{
    text-align: center;
    font-size: 32px;
    font-weight: 600;
}
.banner-text p{
    text-align: center;
    margin: 10px;
    font-size: 16px;
}
.banner-text p span{
    font-size: 18px;
    color: #f60;
}
.banner-search{
    position: absolute;
    bottom: 220px;
    width: 440px;
    left: 50%;
    margin-left: -220px;
    z-index: 99;
    background-color: rgba(0,0,0,0.3);
    padding: 12px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.banner-search .soText{
    float: left;
    width: 78%;
    height: 36px;
    color: #666;
    border: none;
    background-color: #fff;
    padding-left: 2%;
    line-height: 36px;
    font-family: "微软雅黑";
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.banner-search .soBtn{
    float: right;
    width: 20.007%;
    text-align: center;
    height: 36px;
    color: #fff;
    border: none;
    background: #f60;
    cursor: pointer;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
/*advantage*/
.advan{
    padding-bottom: 70px;
}
.advan-box{
    text-align: center;
}
.advan-title{
    padding: 50px 0 30px 0;
    margin-bottom: 30px;
    text-align: center;
    background: url(../images/titbg-1.png) no-repeat center;
}
.advan-title h2{
    font-size: 32px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    color: #f60;
    text-align: center;
    margin-bottom: 10px;
}
.advan-title span{
    font-size: 16px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    display: block;
    font-weight: bold;
    color: #666;
}
.advan-list li{
    float: left;
    width: 15.5%;
    /*height: 234px;*/
    padding: 0 20px;
    margin: 0 2px;
}
.advan-list li:hover .advan-img{
    border: 1px solid #f60;
}
.advan-img{
    width: 120px;
    height: 120px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #ccc;
    text-align: center;
    margin: 0 auto;
}
.advan-img img{
    width: 83px;
    margin-top: 18px;
}
.advan-list li h3{
    padding-top: 20px;
    margin-bottom: 10px;
    font-size: 18px;
    text-align: center;
    color: #ff6600;
}
.advan-list li p{
    line-height: 20px;
    text-align: center;
    color: #666;
}
/*case*/
.case{
    background: #fafafa;
    padding-bottom: 70px;
}
.case-box{
    text-align: center;
}
.case-title{
    padding: 50px 0 30px 0;
    margin-bottom: 30px;
    text-align: center;
    background: url(../images/titbg-2.png) no-repeat center;
}
.case-title h2{
    font-size: 32px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    color: #f60;
    text-align: center;
    margin-bottom: 10px;
}
.case-title span{
    font-size: 16px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    display: block;
    font-weight: bold;
    color: #666;
}
.case-item{
    position: relative;
    width: 318px;
    height: 238px;
    margin-bottom: 20px;
    margin-right: 20px;
    float: left;
}
.case-item>a{
    display: block;
    width: 318px;
    height: 238px;
}
.case-item>a img{
    width: 318px;
    height: 238px;
}
.case-item h3{
    display: none;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 36px;
    line-height: 36px;
    background: url(../images/facont.png) no-repeat center;
    font-weight: normal;
    font-size: 14px;
}
.case-item h3 a{
    display: block;
    text-align: left;
    padding-left: 10px;
    color: #fff;
    /*溢出处理*/
    width: 80%;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.case-item:hover h3{
    display: block;
}
/*box*/
.box{
    width: 100%;
    height: 243px;
    background: url(../images/boxbg.jpg) center;
}
.box_c{
    width: 1000px;
    height: 163px;
    padding: 40px 0;
    margin: 0 auto;
}
.box_c h2{
    color: #f60;
    font-size: 15px;
    line-height: 22px;
    float: right;
    margin-top: 122px;
    margin-right: 85px;
    width: 25%;
}
.box_c h2 span{
    display: inline-block;
    font-size: 25px;
    color: #ff000c;
}
.box_c a{
    display: block;
    width: 120px;
    height: 32px;
    line-height: 32px;
    float: right;
    margin-right: -142px;
    text-align: center;
    font-size: 14px;
    color: #f60;
    border-radius: 8px;
    border: 1px solid #f60;
    margin-top: 156px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.box_c a:hover{
    background: #f60;
    color: #fff;
}
.case_c{
    width: 100%;
    height: 60px;
    text-align: center;
    padding-top: 20px;
}
.case_c a{
    display: block;
    width: 120px;
    height: 32px;
    line-height: 32px;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
    color: #f60;
    border-radius: 8px;
    border: 1px solid #f60;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.case_c a:hover{
    background: #f60;
    color: #fff;
}
/*product*/
.pro{
    padding-bottom: 60px;
}
.pro-box{
    background: #fff;
}
.pro-title{
    padding: 50px 0 30px 0;
    margin-bottom: 30px;
    text-align: center;
    background: url(../images/titbg-2.png) no-repeat center;
}
.pro-title h2{
    font-size: 32px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    color: #f60;
    text-align: center;
    margin-bottom: 10px;
}
.pro-title span{
    font-size: 16px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    display: block;
    font-weight: bold;
    color: #666;
}

.pro-left{
    width: 210px;
    height: 470px;
}
.pro-left{
    border: 1px solid #ddd;
    border-bottom: none;
}
.pro-left li{
    height: 55px;
    line-height: 55px;
    border-bottom: 1px dashed #ddd;
    padding-left: 25px;

}
.pro-left li a{
    font-size: 14px;
    color: #666;
    text-decoration: none;
    display: block;
    width: 90%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.pro-left li.current a{
    color: #FF4616;
}
.pro-left li a:hover{
    color: #FF4616;
}
.faphone{
    position: relative;
    height: auto;
    padding: 10px 0;
    background: #f60;
}
.faphone span.rexian {
    display: block;
    text-align: center;
    height: 28px;
    line-height: 28px;
    font-size: 16px;
    color: #fff;
}
.faphone span.tel {
    display: block;
    text-align: center;
    height: 38px;
    line-height: 38px;
    font-size: 24px;
    color: #fff;
}
.faphone span.lx {
    display: block;
    margin-top: 10px;
    font-size: 14px;
    color: #fff;
    background: #FFF;
    margin-left: 24px;
    width: 156px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    border-radius: 5px;
    -webkit-box-shadow: #ccc 0px 0px 5px;
    -moz-box-shadow: #ccc 0px 0px 5px;
    box-shadow: #ccc 0px 0px 5px;
}
.faphone span.lx a {
    color: #f60;
}
.pro-list{
    margin-right: 20px;
    width: 750px;
}
.pro-list ul{
    overflow: hidden;
}
.pro-item{
    float: left;
    width: 230px;
    text-align: center;
    margin-bottom: 27px;
    margin-right: 20px;
    position: relative;
}
.pro-item h3{
    position: absolute;
    top: 0;
    width: 230px;
    height: 176px;
    line-height: 120px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    opacity: .6;
    background: #333;
    font-weight: normal;
    overflow: hidden;
    z-index: 100;
    display: none;
}
.pro-item h3 a{
    color: #FFFFFF;
    display: block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.pro-item h3 a span{
    width: 100%;
    display: block;
    text-align: center;
    font-size: 14px;
    color: #FFFFFF;
    height: 60px;
    line-height: 30px;
    margin-top: -40px;
}
.pro-item>a{
    display: block;
    width: 230px;
    height: 176px;
}
.pro-item>a img{
    width: 230px;
    height: 176px;
}
.pro-item:hover h3{
    display: block;
}
/*about us*/
.abt{
    width: 100%;
    padding-bottom: 30px;
    background: #fafafa;
}
.abt-title{
    padding: 50px 0 30px 0;
    margin-bottom: 30px;
    text-align: center;
    background: url(../images/titbg-2.png) no-repeat center;
}
.abt-title h2{
    font-size: 32px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    color: #f60;
    text-align: center;
    margin-bottom: 10px;
}
.abt-title span{
    font-size: 16px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    display: block;
    font-weight: bold;
    color: #666;
}
.abt-left{
    float: left;
    width: 660px;
    padding: 50px 0;
    margin-left: 0;
}
.abt-intro{
    width: 660px;
    height: 220px;
}
.abt-intro h3{
    line-height: 24px;
    font-weight: bold;
    color: #f60;
    font-size: 20px;
    margin-bottom: 30px;
    font-family: "微软雅黑";
}
.abt-intro p{
    line-height: 26px;
    margin-bottom: 30px;
    margin-top: 10px;
    font-size: 14px;
    color: #666;
    font-family: "微软雅黑";
    /*溢出处理*/
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}
.abt-intro p a{
    font-size: 14px;
    color: #f60;
}
.abt-partner{
    width: 660px;
    margin-left: 0;
    position: relative;
}
.abt-partner h3{
    line-height: 24px;
    font-weight: bold;
    color: #f60;
    font-size: 20px;
    margin-bottom: 30px;
    font-family: "微软雅黑";
}
.part-box{
    height: 144px;
    overflow: hidden;
    position: relative;
}
.partner-list{
    width: 642px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}
.slideTxtBox{
    text-align:left;
}
.slideTxtBox .bd{
    height:144px;
    position:relative;
}
.slideTxtBox .bd ul{
    float:left;
    position:absolute;
    top:-1px;
    height:144px;
}
.slideTxtBox .bd ul li{
    float:left;
    padding:0;
    cursor:pointer;
}
.slideTxtBox .bd li img{
    width: 175px;
    height: 124px;
    border: 7px  solid #ededed;
    margin: 0 10px;
}
.tempWrap{
    margin: 0 auto;
}
.slidePrev{
    position: absolute;
    left: 0;
    top: 45px;
    width: 34px;
    height: 144px;
    cursor: pointer;
    background: url(../images/left.png) left center no-repeat;
}
.slideNext{
    position: absolute;
    right: 0;
    top: 45px;
    width: 34px;
    height: 144px;
    cursor: pointer;
    background: url(../images/right.png) right center no-repeat;
}
.abt-right{
    width: 270px;
    height: 480px;
    background: #fafafa;
    padding: 20px;
    background: url(../images/contact-bg.jpg);
}

.abt-right h3{
    height: 44px;
    line-height: 44px;
    color: #f60;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}
.abt-right h4{
    color: #9f9e9e;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
}

.form-box{
    margin-top: 16px;
}
.form-box input{
    width: 235px;
    height: 16px;
    line-height: 16px;
    outline: none;
    color: #666;
    background: #fff;
    padding: 6px 10px;
    border: 1px solid #ccc;
    margin-bottom: 8px;
}
.form-box textarea{
    width: 235px;
    outline: none;
    height: 60px;
    line-height: 20px;
    color: #666;
    background: #fff;
    padding: 5px 10px;
    border: 1px solid #ccc;
    margin-bottom: 8px;
    resize: none;
}
.form-box input.abt-btn{
    width: 257px;
    outline: none;
    color: #fff;
    background: #f60;
    padding: 0;
    border: none;
    height: 30px;
    cursor: pointer;
    margin: 0;
}
.abt-phone{
    margin-top: 40px;
}
.abt-phone h4{
    font-size: 14px;
    color: #8c8a8a;
    margin: 10px 0;
    font-weight: bold;
}
.abt-phone span{
    font-size: 20px;
    font-weight: bold;
    color: #f60;
    height: 30px;
}
/*news*/
.news{
    height: 535px;
    padding-bottom: 20px;
    background: url(../images/dt-bg.jpg) no-repeat center;
}
.news-title{
    padding: 50px 0 30px 0;
    font-weight: bold;
    text-align: center;
}
.news-title h2{
    font-size: 32px;
    height: 30px;
    line-height: 30px;
    margin-bottom: 10px;
    color: #f60;
    text-align: center;
    display: block;
}
.news-content{
    height: 414px;
}
.news-content h3{
    overflow: hidden;
    font-size: 18px;
    width: 40%;
    margin-left: 30%;
    margin-bottom: 40px;
}
.news-content h3 a{
    float: left;
    width: 50%;
    text-align: center;
    height: 48px;
    line-height: 48px;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -ms-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
    font-weight: bold;
}
.news-content h3 a.current{
    color: #f60;
    border-bottom: 3px solid #f60;
}
.news-content dl{
    margin: 20px;
    height: 150px;
    overflow: hidden;
}
.news-content dt img{
    width: 212px;
    height: 150px;
}
.news-content dd{
    margin-left: 240px;
}
.news-content dl dd h5{
    height: 50px;
    line-height: 50px;
    font-size: 14px;
}
.news-content dd h5 a{
    color: #333;
    display: block;
    /*溢出处理*/
    width: 90%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.news-content dd div{
    line-height: 22px;
    height: 66px;
    overflow: hidden;
    color: #666;
    font-weight: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.news-content ul{
    margin: 0 20px;
    border-top: 1px dotted #ccc;
    padding-top: 10px;
}
.news-content ul li{
    position: relative;
    height: 28px;
    line-height: 28px;
}
.news-content ul li a{
    display: inline-block;
    padding-left: 16px;
    color: #333;
    background: url(../images/dtliico.png) no-repeat left center;
    /*溢出处理*/
    width: 470px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.news-content ul li span{
    position: absolute;
    right: 0;
    color: #999;
}
/*yqlj*/
.yqlj{
    background: url(../images/centerbg.png) repeat;
    padding: 24px 0;
}
.yqlj h3{
    height: 44px;
    line-height: 44px;
}
.yqlj h3 a{
    background: url(../images/yqljtit.png) no-repeat left;
    color: #fff;
    padding-left: 10px;
    font-size: 18px;
    font-weight: bold;
    margin-right: 10px;
}
.yqlj h3 span{
    color: #5c5c5c;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: normal;
}
.yqlj p{
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}
.yqlj p a{
    padding-right: 15px;
    color: #808080;
}
/*footer*/
.footer{
    background: url(../images/centerbg.png) repeat;
    height: 233px;
}
.foot-nav{
    height: 40px;
    line-height: 40px;
    font-size: 13px;
}
.foot-nav a{
    padding-left: 15px;
    padding-right: 20px;
    color: #fff;
    background: url(../images/navli.png) no-repeat left center;
}
.foot-nav a.nobg{
    background-image: none;
    padding-left: 0;
}
.foot-info{
    padding-top: 30px;
    height: 122px;
    padding-left: 122px;
    line-height: 30px;
    color: #999;
    background: url(../images/f_logo.png) no-repeat left 30px;
    border-top: 1px solid #484848;
}
.foot-info a{
    color: #999;
}
.info-right{
    margin-top: 25px;
    padding-left: 46px;
    background: url(../images/footphone.png) no-repeat left center;
    color: #fff;
}
.info-right dd{
    font-size: 20px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 15px;
    color: #f60;
}
.online-qq{
    position: fixed;
    /*top: 3793px;*/
    top: 100px;
    right: 3px;
    z-index: 200;
    border: 1px solid #ddd;
    background: #fff;
}
.kefu h4{
    font-size: 14px;
    padding: 6px 15px;
    background: #202020;
    color: #fff;
    text-align: center;
}
.kefu ul{
    padding: 10px;
}
.kefu ul li{
    background: url(../images/online_qq.png) repeat-x 0 -33px;
    margin-bottom: 5px;
}
.kefu ul li a{
    display: block;
    border: 1px solid #ddd;
    height: 23px;
    line-height: 23px;
    padding: 0 18px 0 30px;
    background: url(../images/online_qq.png) no-repeat 10px -73px;
}
.kefu ul li a:hover{
    color: #F60;
}
.foot-tel{
    text-align: center;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    color: #333;
    font-size: 14px;
    margin: 0;
    padding: 10px;
    background: #fff;
}
.foot-tel strong{
    color: #f60;
    display: block;
    font-size: 12px;
}
.weixin{
    background: #fff;
    padding: 10px;
    margin: 0;
    text-align: center;
    font-size: 14px;
    color: #333;
}
.weixin p{
    text-align: center;
    font-size: 12px;
}
/*返回顶部*/
#pageTop{
    z-index: 160;
    width: 65px;
    height: 65px;
    background: url(../images/pagetop.png) no-repeat;
    position: fixed;
    _position: absolute;
    bottom: 30px;
    right: 10px;
    overflow: hidden;
    text-indent: -999px;
    cursor: pointer;
}
#pageTop:hover{
    background: url(../images/pagetop_on.png) no-repeat;
}
/***********page.html***********/
.banner-img{
    width: 100%;
    height: 297px;
    background: url(../images/img01.jpg) no-repeat center;
    margin-bottom: 10px;
}
.page-con{
    width: 1000px;
    height: auto;
    padding-bottom: 35px;
    margin: 0 auto;
}
.page-con:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.page-con-left{
    width: 210px;
    margin-top: -74px;
}
.left-top h4{
    background: #f60;
    height: 63px;
    line-height: 63px;
    padding-left: 25px;
    font-family: "微软雅黑";
    font-size: 22px;
    font-weight: normal;
    color: #FFF;
}
.left-top-con{
    border: 5px solid #f60;
    width: 200px;
    border-top: 0;
}
.left-top-con li{
    line-height: 35px;
    padding-left: 16px;
    border-bottom: 1px dotted #b4b1b1;
}
.left-top-con li a{
    color: #333333;
    font-size: 12px;
    font-weight: bold;
   display: block;
     width: 95%;
       overflow: hidden;
       white-space: nowrap;
       text-overflow: ellipsis;
   
}
.left-top-con li.current a{
    color: #f60;
}
.left-bottom{
    width: 210px;
    overflow: hidden;
    background: #FFF;
    margin-top: 10px;
}
.left-bottom h4{
    line-height: 38px;
    height: 38px;
    text-align: center;
    background: #f60;
    color: #fff;
    font-size: 16px;
    font-weight: 100;
    font-family: "Microsoft YaHei";
}
.left-bottom-con{
    border: 1px solid #f60;
    border-top: 0;
    padding: 5px 7px 5px;
    width: 193px;
    overflow: hidden;
}
.left-bottom-con h5{
    padding-top: 5px;
    line-height: 28px;
    overflow: hidden;
    color: #f60;
    font-size: 14px;
}
.left-bottom-con p{
    line-height: 25px;
    overflow: hidden;
    color: #666;
}
.left-bottom-con p strong{
    color: #333;
}
.page-con-right{
    width: 750px;
    border: #dedede 1px solid;
    background: #FFF;
}
.page-con-right .breadcrumbs{
    width: 740px;
    height: 32px;
    border-bottom: #DDDDDD 1px solid;
    padding: 0 0 0 10px;
    background: url(../images/conttitbg.png) repeat-x;
}
.page-con-right .breadcrumbs h2{
    height: 32px;
    float: left;
    padding-left: 20px;
    background: url(../images/lf_n_ic2.gif) left no-repeat;
    line-height: 32px;
    font-size: 14px;
    color: #f60;
    display: block;
}
.page-con-right .breadcrumbs h3{
    height: 32px;
    float: right;
    padding-right: 20px;
    text-align: right;
    line-height: 32px;
    font-size: 12px;
    font-weight: normal;
    color: #666;
    display: block;
}
.page-con-right .breadcrumbs h3 a:hover{
    color: #f60;
}
.page-con-right .content{
    line-height: 24px;
    font-size: 14px;
    padding: 15px 20px 25px 20px;
    width: 710px;
    background: #FFF;
    color: #666;
}
.page-con-right .content p{
    padding-top: 10px;
}
.page-con-right .content img{
    max-width: 100%;
}
.pagelist{
    padding:0 0 10px 20px;
}
.pagelist div{
    font-size: 14px;
    line-height: 30px;
}
.pagelist div a:hover{
    color: #f60;
}



/***********news.html***********/
.liebiao{
    width: 720px;
    padding: 15px;
}
.liebiao ul li{
    height: 35px;
    line-height: 35px;
    width: 700px;
    padding-left: 15px;
    background: url(../images/sou_bj.png) no-repeat left center;
    border-bottom: 1px dotted #ccc;
}
.liebiao ul li a{
    float: left;
    width: 520px;
    height: 35px;
    line-height: 35px;
    color: #666;
    /*溢出处理*/
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.liebiao ul li a:hover{
    color: #f60;
}
.liebiao ul li span{
    float: right;
    width: 150px;
    height: 35px;
    line-height: 35px;
    text-align: right;
    color: #666;
}
.pagex{
    height: 30px;
    margin: 20px;
    overflow: hidden;
    clear: both;
}
.pagex ul li{
    float: left;
    border: 1px solid #ccc;
    padding: 2px 9px;
    margin: 0 3px;
    line-height: 20px;
    background: #fff;
    color: #666;
}
.pagex ul li.current{
    display: inline-block;
    border: 1px solid #f60;
    padding: 2px 9px;
    margin: 0 3px;
    background: #f60;
    color: #fff;
}
.pagex ul li span{
    display: inline-block;
    padding: 0;
    color: #666;
}
/*********news-detail.html**********/
.news-detail-title{
    width: 730px;
    height: 60px;
}
.news-detail-title h2{
    height: 60px;
    line-height: 60px;
    font-family: "黑体";
    font-size: 20px;
    display: block;
    text-align: center;
    font-weight: normal;
    color: #666;
}
.resource{
    height: 35px;
    width: 720px;
    line-height: 35px;
    border-bottom: 1px solid #dedede;
    text-align: center;
    color: #666;
    font-size: 12px;
    margin: 0 auto 8px;
}
.des{
    height: 40px;
    line-height: 23px;
    width: 708px;
    padding: 5px;
    border: 1px dotted #ccc;
    margin: 0 auto;
    color: #666;
    /*溢出处理*/
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.content{
    width: 710px;
    font-size: 14px;
    color: #666;
    padding: 15px 20px 25px;
    background: #fff;
    line-height: 24px;
}
.content p{
    padding-top: 10px;
}
.linkarc{
    margin: 40px auto 0;
}
.linkarc-title{
    width: 720px;
    height: 25px;
    background: url(../images/xuxian.png) bottom repeat-x;
    margin: 0 auto;
}
.linkarc-title h2{
    font-size: 12px;
    background: url(../images/dd.gif) left no-repeat;
    padding-left: 20px;
    font-weight: bold;
    font-family: "微软雅黑";
    color: #666;
}
.linkc{
    width: 720px;
    padding: 10px 0;
    margin: 0 auto;
}
.linkc ul li{
    width: 705px;
    height: 28px;
    line-height: 25px;
    padding-left: 15px;
    background: url(../images/dd2.gif) left no-repeat;
    border-bottom: #CCC 1px dashed;
}
.linkc ul li a{
    display: block;
    color: #2b2b2b;
    /*溢出处理*/
    width: 685px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/***********product.html***********/
.list_1{
    padding: 15px;
    width: 720px;
    margin: 0 auto;
}
.list_1 ul li{
    height: 100%;
    overflow: hidden;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #CCCCCC;
}
.list_1 ul li a img{
    width: 170px;
    height: 120px;
    display: block;
    float: left;
    margin-right: 10px;
    padding: 3px;
    border: 1px solid #dedede;
}
.list_1 li h3 a{
    display: block;
    padding-top: 10px;
    font-size: 13px;
    padding-bottom: 5px;
    color: #666;
}
.list_1 li p{
    height: 80px;
    font-size: 12px;
    line-height: 20px;
    color: #666;
    overflow: hidden;
    padding-top: 5px;
    /*溢出处理*/
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
.list_1 li p a{
    color: #ff6600;
}
.list_1 li p a:hover{
    color: #ff3300;
}

/***********product-detail.html************/
.pro-detail-title{
    width: 730px;
    height: 60px;
    border-bottom: 1px solid #DEDEDE;
    margin: 0 auto;
}
.pro-detail-title h2{
    height: 60px;
    line-height: 60px;
    font-family: "黑体";
    font-size: 20px;
    display: block;
    text-align: center;
    font-weight: normal;
    color: #666;
}
.proarc{
    padding: 15px 10px;
    width: 730px;
    margin: 0 auto;
}
.show_gallery{
    width: 430px;
    float: left;
    margin: 0 0 20px 0;
    position: relative;
}
.gallery_box{
    width: 430px;
    background: #fff;
    overflow: hidden;
}
.tb-booth{
    border: 1px solid #e9e9e9;
    background: #fff;
    position: relative;
    z-index: 1;
    padding: 2px;
    margin: 0 auto;
    text-align: center;
}
.tb-booth a{
    display: block;
    text-align: center;
    vertical-align: middle;
    max-width: 414px;
    max-height: 414px;
}
.tb-booth a img{
    cursor: crosshair;
}
.th_thumb{
    margin: 10px 0 0;
    overflow: hidden;
    padding: 0;
}
.th_thumb li{
    float: left;
    height: 70px;
    margin: 0 5px 7px 5px;
    overflow: hidden;
    padding: 2px;
    border: #dfdfdf 1px solid;
}
.th_thumb .tb-selected{
    height: 70px;
    border: #f60 1px solid;
}
.tb_pic{
    background-color: #FFFFFF;
    border: medium none;
}
.tb_pic a{
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.tb_pic a img{
    width: 70px;
    height: 70px;
}

div.zoomMask{
    position: absolute;
    border: 1px solid #aaa;
    background: #fff 50% top no-repeat;
    opacity: 0.5;
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    filter: alpha(Opacity=50);
    cursor: move;
    z-index: 1;
    width: 200px;
    height: 200px;
}

div.zoomDiv {
    z-index: 999;
    position: absolute;
    top: 0px;
    left: 10px;
    width: 300px;
    height: 300px;
    background: #ffffff;
    border: 1px solid #CCCCCC;
    display: none;
    text-align: center;
    overflow: hidden;
    margin: -3px 0 0 2px;
}
.zoomDiv img {
    width: 600px;
    height: 600px;
}
.show_property{
    float: right;
    width: 280px;
    padding: 0;
    position: relative;
}
.show_property h2{
    font-size: 20px;
    color: #333;
    line-height: 40px;
    font-family: "微软雅黑";
}
.show_property p{
    line-height: 25px;
    padding-bottom: 10px;
    color: #666;
}
.show_property p s{
    color: #999;
    font-family: "微软雅黑";
}
.show_property p strong{
    color: #F0800F;
    font-size: 16px;
    font-weight: 700;
    font-family: "微软雅黑";
    vertical-align: bottom;
    position: relative;
    padding: 0 5px;
}
.choose_style{
    width: 278px;
    height: 160px;
    margin: 10px 0 0 0;
}
.choose_body td {
    height: 40px;
    line-height: 40px;
    padding: 0 0 10px 0;
}
.choose_body td.btnbar {
    padding: 10px 0 0 0;
}
.buybtn{
    margin: 0 20px 10px 0;
    display: block;
}
.show_property .share {
    position: absolute;
    top: 340px;
    width: 280px;
    height: 40px;
}
.show-content{
    float: left;
    width: 730px;
    display: inline;
}
.show-content h3{
    height: 47px;
    background: url(../images/hbg.jpg) repeat-x 0 bottom;
}
.show-content h3 span{
    float: left;
    height: 43px;
    line-height: 43px;
    color: #333;
    border: #e9e9e9 1px solid;
    border-bottom: none;
    background: #f9f9f9;
    cursor: pointer;
    font-weight: normal;
    width: 148px;
    text-align: center;
    margin: 0 10px 0 0;
    display: inline;
}
.show-content h3 span.current{
    height: 44px;
    line-height: 43px;
    border: #e9e9e9 3px solid;
    border-bottom: none;
    background: #fff;
    font-weight: bold;
    width: 144px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.content_body{
    text-align: left;
    line-height: 1.5em;
    font-size: 14px;
    padding: 5px;
}
.content_body p{
    font-size: 14px;
    color: #666;
    line-height: 21px;
    font-family: "微软雅黑";
}
.content_body p img{
    max-width: 100%;
}
.correlation-article{
    margin-top: 15px;
    padding-bottom: 15px;
}
.correlation-article h2{
    border-bottom: 1px solid #e6e6e6;
    padding-left: 25px;
    margin-bottom: 10px;
    font-size: 14px;
    height: 26px;
    line-height: 26px;
    color: #666;
    background: url(../images/xgtit.png) left no-repeat;
}
.correlation-article ul{
    height: 100%;
    overflow: hidden;
}
.correlation-article ul li{
    width: 48%;
    text-align: left;
    line-height: 30px;
    height: 30px;
    padding-left: 10px;
    float: left;
    background: url(../images/sou_bj.png) left no-repeat;
}
.evaluate{
    margin: 0 auto 20px;
}
.evaluate ul{
    padding: 10px 0 0 0;
}
.evaluate ul li{
    border-bottom: #e9e9e9 1px solid;
    clear: both;
    padding: 18px 0;
}
.evaluate p{
    line-height: 20px;
    color: #666;
    /*溢出处理*/
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.evaluate .author{
    padding: 0 0 5px 0;
}
.evaluate .author strong{
    margin-right: 8px;
    font-family: "微软雅黑";
    transition: all .2s linear;
}
.evaluate .author a:hover{
    color: #FF4200;
}
.evaluate .author span{
    color: #999;
    display: inline-block;
}
.evaluate .comment{
    border: 1px solid #e9e9e9;
    background: #f4f4f4;
    padding: 20px 30px;
}
.evaluate .comment h4{
    line-height: 20px;
    color: #666;
    font-weight: normal;
    padding: 5px 0 15px 0;
}
.comment td{
    height: 35px;
    padding-bottom: 10px;
    color: #666;
}
.comment td input{
    border: 1px solid #ccc;
    height: 30px;
    line-height: 30px;
    width: 198px;
    padding-left: 10px;
}
.comment td textarea{
    border: 1px solid #ccc;
    height: 118px;
    line-height: 26px;
    width: 598px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 10px;

}
.comment td input.ok-btn{
    background: #f60;
    border: medium none;
    color: #ffffff;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    height: 40px;
    text-align: center;
    width: 130px;
    margin-right: 10px;
}









/******--------------------- product---------------------******/
.mainbox_2a{ width:100%; margin-top:25px; }
.mainbox_2a dl { width:230px;  margin-bottom:10px; margin-right:10px;margin-left:10px; float:left;   }
.mainbox_2a dl dt,.mainbox_2a dl dt  img{width:230px; height:170px; }
.mainbox_2a dl dd { text-align:center;  }
.mainbox_2a dl dd a {display:block; line-height:35px; height:35px;  color:#333333;font-size:14px;text-overflow:ellipsis; overflow:hidden;white-space:nowrap;}
.mainbox_2a dl dd a:hover{ color:#006026; }




.case-list { width:102%;}



.detail_about { font-size:14px;line-height:22px; color:#666;}




/*分页*/
.pagelink {clear:both;font-size:12px;text-align:center;height:38px; margin-top:30px;margin-bottom:20px; font-size:12px;}
.pagelink a,div.pagelink span{padding:6px 7px 6px;height:23px;color:#4c4c4c;border:1px solid #ddd; line-height:26px; text-decoration:none; margin:0 2px;}
.pagelink a:hover{color:#f60;text-decoration:none;padding:6px 7px 5px;border-bottom:2px solid #f60;}
.pagelink .current{color:#f60;padding:6px 7px 5px;height:26px;border:1px solid #ddd;border-bottom:2px solid #f60;font-weight:bold}


/*在线留言
------------------------------------------------------------------------------------*/
*{margin:0;padding:0;}
ol,ul{list-style:none;}
input img {
vertical-align:middle}

/*----message----*/
.liuyan_box{padding:20px 20px 70px 50px; text-decoration:none; font:14px "微软雅黑";}
.liuyan_box li label {float:left;width:86px;text-align:right;line-height:20px; font-weight:normal;margin-top:10px; color:#333;}
.liuyan_box li div {float:left;width:260px; margin:10px 0px; line-height:25px;}
.liuyan_box li div textarea{border:1px solid #ccc;width:440px;font-size:12px;color:#555;padding:5px; min-height:100px;_height:expression(document.body.clientWidth > 100 ? "100px" : "auto"); }
.yanzheng{border:1px solid #9e8e8e;display:inline-block;width:70px;height:20px;vertical-align:top; margin-left:10px;padding-left:2px;}
.up_but{cursor:pointer; background:#2D79CF; padding:0 10px; color:#fff; border:0px; line-height:28px;}
.first {margin-left:0;clear:left;}
.width2{ border:1px solid #ccc !important; width:200px; height:20px;}
.qqqq {border:1px solid #ccc !important; width:60px;height:20px; margin-bottom:10px;}