﻿@charset "utf-8";

.news_Top > h6 > a,.news_Img img , .RelatedList > li > a{
    -webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;
}

/* 产品列表 */
.proHead{
    padding: 0 0 30px 0;
    overflow: hidden;
}
.proHead > span{
    line-height: 18px;
    height: 20px;
    padding-left: 10px;
    display: inline-block;
    border-left:5px solid red;
    font-weight: bold;
    font-size: 20px;
    color: #282828;
    float:left;
}
.proHead > a{
    color: #222;
    float:right;
}
.proHead > a > i{
    font-size: 20px;
    vertical-align: middle;
}


/* 产品内容页面 */
.keywords{
    font-size: 14px;
    overflow: hidden;
}
.keywords > span{
    padding-right:10px;
    height: 26px;
    line-height: 26px;
    color: #222;
    overflow: hidden;
    float:left;
}
.kwdList > a{
    color: #333;
    padding: 0 5px;
    float: left;
    height: 26px;
    line-height: 26px;
    float:left;
}
.kwdList > a:hover{
    color:red;
}
.productTop{
    overflow: hidden;
    border-bottom: 1px dashed #e0e0e0;
    padding-bottom: 40px;
}
.productImg{
    width: 44%;
    width:440px\9;
    margin-right: 3%;
    float: left;
}
.productImg > img{
    width:400px;
}
.contentBox > h2{
    text-align: center;
    font-size: 25px;
    color: #333;
    padding: 60px 0;
    font-weight: normal;
}
.productDes{
    width: 53%;
    float: left;
}
.productDesList{
    font-size: 14px;
}
.productDesList > li{
    padding: 9px 0;
    color: #222;
    overflow:hidden;
}
.productDesList > li > span{
    width: 409px;
}
.productDesList > li strong{
    color: #333;
    padding: 0 5px;
    float:left;
}
.productDesList > li > i{
    padding-right: 10px;
    float:left;
}
.zixun > i{
    height: 26px;
    line-height: 26px;
}
.productDesList > li.zixun > strong{
    font-size: 20px;
    color: red;
    font-weight: bold;
}
.productWrap{
    padding: 35px 30px;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    position: relative;
}
.productBtn{
    margin-top: 20px;
    text-align: center;
}
.productBtn > a{
    background-color: #958f96;
    font-size: 15px;
    display: inline-block;
    padding: 2% 8%;
    margin: 2% 5%;
    color: #fff;
    border-radius: 9px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
}
.productBtn > a.zxzx{background-color:#ff0030;}
.productContent{margin: 20px 0;}
.productContent img {
    max-width: 1200px;
    min-width: 300px;
    vertical-align:top;
    outline-width:0px;
}


/* 多产品滚动 */
.Broad{overflow:hidden;}

/* 多产品滚动 */
.banner{overflow:hidden;}
.large_box{
    margin-bottom:10px;
    height:400px;
    overflow:hidden;}
.large_box img{display:block;}
.small_box{height:70px;overflow:hidden;}
.small_list{position:relative;float:left;width:90%;width:85%\9;height:70px;overflow:hidden;}
.small_list ul{height:70px;overflow:hidden;}
.small_list ul li{position:relative;float:left;margin-right:10px;width:92px;}
.small_list ul li img{display:block;width:100%;}
.small_list ul li .bun_bg{display:none;position:absolute;top:0;left:0;width:92px;height:70px;background:#000;filter:alpha(opacity=60);-moz-opacity:0.6;-khtml-opacity:0.6;opacity:0.6;}
.small_list ul li.on .bun_bg{display:block;}
.btnBox{display:block;width:20px;height:70px;background-color:#d0d0d0;background-repeat:no-repeat;background-position:center center;cursor:pointer;}
.btnBox:hover{background-color:#b3b3b3;}
.left_btn{float:left;margin-right:10px;background-image:url(../images/left_btn.png);}
.right_btn{float:right;background-image:url(../images/right_btn.png);}

.large_box >ul> li> img {
    width:100%
}











/* 多产品滚动 */
/*  .banner{overflow:hidden;}
.large_box{margin-bottom:10px;width:430px;height:340px;overflow:hidden;}
.large_box img{display:block;}
.small_box{width:430px;height:70px;overflow:hidden;}
.small_list{position:relative;float:left;width:370px;height:70px;overflow:hidden;}
.small_list ul{height:70px;overflow:hidden;}
.small_list ul li{position:relative;float:left;margin-right:10px;width:85px;}
.small_list ul li img{display:block;}
.small_list ul li .bun_bg{display:none;position:absolute;top:0;left:0;width:85px;height:70px;background:#000;filter:alpha(opacity=60);-moz-opacity:0.6;-khtml-opacity:0.6;opacity:0.6;}
.small_list ul li.on .bun_bg{display:block;}
.btnBox{display:block;width:20px;height:70px;background-color:#d0d0d0;background-repeat:no-repeat;background-position:center center;cursor:pointer;}
.btnBox:hover{background-color:#b3b3b3;}
.left_btn{float:left;margin-right:10px;background-image:url(../images/left_btn.png);}
.right_btn{float:right;background-image:url(../images/right_btn.png);}
*/






/* 相关新闻 */
.RelatedBox{
    overflow: hidden;
    margin: 60px 0;
}
.RelatedBox > p{
    padding-bottom: 15px;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 30px;
}
.RelatedList > li {
    width: 47%;
    padding: 0 1%;
    float: left;
}
.RelatedList > li > a{
    font-size: 14px;
    color: #333;
    display: block;
    padding-bottom: 18px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.RelatedList > li > a:hover{
    color:#ff0030;
    transform:translate(10px,0);
    -webkit-transform:translate(10px,0);
    -moz-transform:translate(10px,0);
}
.RelatedPro.LabelList > li{
    width: 23%;
    float: left;
    margin: 0 1%;
}
.RelatedPro > li:hover p{
    color:#ec6400;
}
.LabelList.RelatedPro > li  img{
    width:100%;
    height:210px;
}
.RelatedPro img:hover{
    opacity:0.9;
    filter:alpha(opacity=90);
    -moz-opacity:0.9;
    -khtml-opacity:0.9;
}
.RelatedPro p{
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    color: #333;
    font-size: 14px;
}
.baiduShare{
    position: absolute;
    top:20px;
    right:0;
}

/* 留言弹窗 */
.popBox{
    position:fixed;
    left:50%;
    top:50%;
    margin-top: -333px;
    margin-left: -600px;
    /*    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%); */
    background-color:#fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    z-index: 5000;
    padding: 50px;
    display:none;
}
.popBox.msg_Box{
    margin-top: -246px;
    margin-left: -391px;
}
.popTop > h6{
    text-align: center;
    font-size: 20px;
    letter-spacing: 6px;
    font-weight: normal;
    color: #333;
    padding-bottom: 25px;
}
.popTop > span{
    cursor: pointer;
    position: absolute;
    right: 20px;
    top:  20px;
}
.popTop > span > i{
    font-size: 30px;
    color: #cacaca;
    cursor: pointer;
}
.liuyan{ padding: 0 10px;}
.contactRight.liuyan{width:622px;padding: 10px 30px;}
.contactRight.liuyan > input{margin: 10px 12px;width: 265px;}
.contactRight.liuyan > textarea{
    width: 575px;
    margin-left: 12px;
    margin-right: 12px;
}
.coverBg{
    width:100%;
    height:100%;
    position:fixed;
    left:0;
    right:0;
    top:0;
    bottom:0;
    background-color:#000;
    opacity: 0.8;
    filter:alpha(opacity=80);
    -moz-opacity:0.8;
    -khtml-opacity:0.8;
    z-index: 3000;
    display:none;
}
.contentBox{
    overflow:hidden;
}
.pageList{
    padding-right: 1%;
    float: right;
}



/* 新闻列表 */
.news_title{
    height: 180px;
    line-height:180px;
    text-align: center;
    font-size: 26px;
    color: #333;
    font-weight: normal;
    border-bottom: 1px dashed #e2e2e2;
    letter-spacing: 3px;
}
.news_Img{
    width: 26.5%;
    padding-right:6%;
    float: left;
}
.news_Img > a{
    display: block;
    line-height: 0;
    overflow:hidden;
    width:300px;
    height:200px;
}
.news_Des{
    width:67.5%;
    float:left;
}
.news_Des > p{
    font-family:"宋体";
    font-size: 13px;
    line-height: 25px;
    color: #888;
    text-align: justify;
}
.news_Img img{    
    width:300px;
    height:200px;
}
.news_Img img:hover{
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1);
}
.news_Top{
    margin-bottom: 25px;
    overflow: hidden;
}
.news_Top > h6{
    float:left;
    width: 80%;
    overflow: hidden;
    height: 19px;
}
.news_Top > h6 > a{
    font-weight: normal;
    font-size: 16px;
    font-family: "宋体";
    color:#333;
}
.news_Top > h6 > a:hover{
    color:#ff0030;
}
.news_Top > span{
    font-size: 14px;
    font-family:"宋体";
    float:right;
}
.newsUl{
    margin-bottom: 80px;
}
.newsUl > li{
    overflow: hidden;
    border-bottom: 1px dashed #dcdcdc;
    padding: 50px 30px;
}



/* 新闻内容 */
.newsTop{
    padding: 50px 0;
    margin-bottom: 50px;
    border-bottom: 1px solid #eaeaea;
}
.newsTop > h3{
    text-align: center;
    font-size: 18px;
    font-weight: normal;
    padding-bottom: 5px;
    color: #222;
}
.newsTopList > p{
    float:left;
}
.newsTopList{
    text-align: center;
    line-height: 30px;
    color: #999;
    font-size: 13px;
}
.newsTopList > span{
    padding: 0 10px;
}
.newsContent{
    font-size: 14px;
    color: #555;
    line-height: 30px;
    text-align: justify;
}
.newsContent > p{
    text-indent: 2em;
}



/* 案例 */
.caseContent{
    padding: 60px 0;
    color: #666;
    font-size: 14px;
    line-height: 35px;
    border-bottom: 1px solid #e6e6e6;
    text-align: justify;
}
.caseList{
    padding: 1px;
    margin: 60px 0;
    overflow: hidden;
}
.caseList > li{
    border: 1px solid #e7e7e7;
}
/* 弹窗 */
.case_list{
    overflow: hidden;
}
.case_list > li{
    float:left;
}
.case_list > li > img{
    margin: 25px;
}
.case_Box{
    padding: 30px 51px;
}
.case_Des{
    padding: 30px 0;
    margin: 25px;
    border-top: 1px dashed #dcdcdc;
    border-bottom: 1px dashed #dcdcdc;
}
.caseDes_list{
    overflow:hidden;
}
.caseDes_list > li{
    width: 207px;
    font-size: 14px;
    padding: 8px 0;
    margin-right:30px;
    overflow: hidden;
    float:left;
}
.caseDes_list > li > i{
    font-weight: bold;
}
.caseTd{
    padding:0 76px;
    padding-bottom: 50px;
    overflow: hidden;
}
.caseTd > p{
    text-align: center;
}
.width1100{
    width:1100px;
}


/*关于 */
.aboutUsTitle{
    padding:80px 0;
    text-align: center;
}
.aboutUsTitle > h4{
    font-size: 28px;
    color:#333;
}
.aboutUsTitle > p{
    padding-top: 10px;
    font-size: 16px;
    color: #333;
}
.profile{
    margin-bottom: 20px;
    overflow:hidden;
}
.profileLeft{
    width: 32.4%;
    line-height: 0;
    float: left;
}
.profileLeft > img{
    width:100%;
}
.profileRight{
    width: 64.6%;
    margin-left: 3%;
    font-size: 14px;
    line-height: 35px;
    color: #666;
    text-align: justify;
    float: left;
}
.profileImg{
    line-height:0;
    overflow: hidden;
}
.profileImg02{
    margin: 0 1.1%;
}
.profileImg > img{
    width:32.6%;
    float:left;
}
.mxList{
    height: 260px;
    margin: 20px 0 40px;
    padding-bottom: 80px;
}
.mxList > span{
    width: 20%;
    margin: 0 3%;
    margin: 0 2.5%\9;
    line-height: 0;
    float: left;
}
.mxList > span > img{
    width: 100%;
    padding:3%;
    border: 1px solid #d7d7d7;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    display: inline-block;
    border: 1px solid #efefef;
    box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -o-box-sizing:border-box;
}
.mxList > span:nth-child(1){
    margin-left:0;
}
.mxList > span:nth-child(4){
    margin-right:0;
}
.transiteBg{
    width:100%;
    height: 200px;
    margin:auto;
    overflow:hidden;
    position:relative;
}
.transiteImg{
    display:block;
    width:100%;
    height: 400px;
    position: absolute;
    left:0;
    top: 0;
    -webkit-transition: all 1s ease;
       -moz-transition: all 1s ease;
        -ms-transition: all 1s ease;
         -o-transition: all 1s ease;
            transition: all 1s ease;
}
.transiteImg:hover{
    top: -200px;
}
.transiteImg > img{
    width:100%;
}
.transite{
    width: 100%;
    height: 47px;
    color: #fff;
    font-size: 36px;
    letter-spacing: 3px;
    font-weight: normal;
    text-align: center;
    position: relative;
    left:50%;
    top:50%;
    *top:40%;
    margin-left:-50%;
    margin-top:-25px;
    display: inline-block;
}

/* 成长历程 */
.courseList{
    margin-bottom: 80px;
    overflow:hidden;
    position: relative;
}
.courseList > p{
    width:86%;
    height: 167px;
    background-color:#f7f8fa;
    float:left;
}
.courseDate{
    width: 14%;
    height:191px;
    background:url(../images/dateLeft.png) no-repeat scroll;
    float:left;
}
.courseDate > span{
    width: 70px;
    height: 167px;
    display: block;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    font-weight: bold;
    font-size: 28px;
    padding-top: 40px;
    margin: auto;
}
.courseDate > span > i{
    line-height: 10px;
    text-align: left;
    display: block;
}
.courseDes{
    width: 86%;
    float: left;
    height:167px;
    text-align:center;
    font-size:0;  /*注意这里是去除文字间隔，放在内容宽度为100%时挤出换行*/
    background-color:#f7f8fa;
}
.courseDes:after,#demo span{
    display:inline-block;
    *display:inline;
    *zoom:1;
    width:0;
    height:100%;
    vertical-align:middle;
}
.courseDes:after{
    content:'';
}
.courseDes p{
    display:inline-block;
    *display:inline;
    *zoom:1;
    vertical-align:middle;
    text-align: left;
    padding: 0 90px;
    font-size: 14px;
    color: #666;
    line-height: 30px;
}
.courseRight{
    width: 10px;
    float: left;
    background-color: #ff0030;
    height: 167px;
    position: absolute;
    right: 0;
}
.courseRight > span{
    width: 10px;
    height: 167px;
    text-align: left;
    vertical-align: middle;
    line-height: 167px;
    display: block;
    position: relative;
}
.courseRight > span:before{
    content: '';
    width: 0;
    height: 0;
    border: 12px solid transparent;
    border-right: 12px solid #ff0030;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    left: -24px;
    top: 50%;
    margin-top: -12px;
}
.courseRight.courseTwo > span:before{
    border-right:none;
    border-left: 12px solid #ff0030;
    left: 10px;
}



/* 荣誉认证 */
.rongyuBg{
    width:100%;
    height:auto;
    background:url(../images/rongyuBg.jpg) no-repeat scroll;
    background-size: cover;
    padding:150px 0;
}
.rongyu01{
    width:78%;
}
.rongyu02{
    width: 100%;
}
.rongyu03{
    width:32%;
}
.rongyu01 > img{
    width: 24.9%;
    margin: 1% 4%;
}
.rongyu02 > img{
    width: 20.6%;
    width: 20.2%\0;
    margin: 1% 2%;
}
.rongyu03 > img{
    width:100%;
}
.rongyu {
    margin: 80px auto;
}
.rongyu > img{
    box-shadow: 1px 1px 1px #989898;
    -webkit-box-shadow: 1px 1px 1px #989898;
    -moz-box-shadow: 1px 1px 1px #989898;
    -ms-box-shadow: 1px 1px 1px #989898;
    -o-box-shadow: 1px 1px 1px #989898;
}
.rongyuTitle{
    width: 900px;
    margin: auto;
    text-align: center;
}
.rongyuTitle > img{
    width:100%;
}
.linianLeft , .linianRight{
    width:50%;
    *width:49%;
    float:left;
}
.linianLeft{
    line-height:0;
}
.linianLeft > img{
    width:100%;
}
.linianBox{
    background-color: #ffbe00;
    overflow:hidden;
}
.linianTop{
    font-size: 30px;
    color: #fff;
    background-color: #313237;
    padding: 5% 0 5% 7%;
}
.linianTop > span{
    font-weight: bold;
    padding-top: 5px;
    display: block;
    text-transform: uppercase;
}
.linianDes{
    color: #fff;
    padding-left:10%;
}
.linianDes > ul{
    margin: 7.8% 0;
}
.linianDes > ul > li.lnOne{
    font-size: 16px;
    list-style-type: disc;
    font-weight: bold;
    padding-bottom: 2%;
}
.linianDes > ul > li{
    line-height: 25px;
    font-size: 15px;
}


/* 联系我们 */
.contactBox{
    padding:60px 50px;
    overflow:hidden;
}
.contactLeft{
    padding-left: 0;
    width: 506px;
    float: left;
}
.contactLeft > h6{
    font-size: 17px;
    color: #444;
    font-weight: normal;
    margin: 15px 0 30px 0;
}
.contactList > p{
    margin-bottom: 18px;
}
.contactList > p:hover img{
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
}
.contactList > p:hover span{
    transform: translate(10px, 0);
    -webkit-transform: translate(10px, 0);
    -moz-transform: translate(10px, 0);
    -o-transform: translate(10px, 0);
}
.contactList > p > img{
    width: 30px;
    height: 30px;
    vertical-align: bottom;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}
.contactList > p > span{
    width: 400px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    font-size: 14px;
    color: #555;
    padding-left: 8px;

    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
}


/* 留言板 */
.contactRight{
    width: 594px;
    padding-left: 0;
    overflow: hidden;
    float: left;
}
.contactRight > input{
    width: 255px;
    height: 38px;
    line-height: 38px;
    border: 1px solid #dadada;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    padding: 0 10px;
    margin: 10px;
    float: left;
}
.contactRight > textarea{
    width: 554px;
    min-height: 100px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    padding: 10px;
    margin: 10px;
    border: 1px solid #dadada;
    resize: none;
}
.contactWrap{
    overflow: hidden;
}
.baiduBox{
    width:100%;
    height:600px;
    position:relative;
}
.baidu_Share{
    width:100%;
    height:600px;
    border:#ccc solid 1px;
    position: absolute;
    right: 0;
    top: 0;
}
.btnOk{
    text-align: center;
}
.btnOk > input{
    width: 120px;
    height: 40px;
    line-height: 40px;
    border: none;
    background-color:#ff0030;
    color: #fff;
    border-radius: 3px;
    margin-top: 15px;
    cursor: pointer;
}


/* 关键词 */
.kwdsBox{
    margin-right: 1%;
    border-bottom: 1px dashed #e2e2e2;
    padding: 50px 0;
}
.kwdsBox > h4{
    height: 80px;
    line-height: 80px;
    text-align: center;
    font-size: 22px;
    color: #333;
    font-weight: normal;
    letter-spacing: 3px;
}
.kwdsBox > p{
    text-align: right;
    padding: 0 30px;
    font-size: 15px;
}
.mb50{
    margin-bottom:50px;
}

/* 暂无数据 */
.noData{
    height: 300px;
    line-height: 300px;
}
.noData > p{
    text-align: center;
    font-size: 16px;
    color:#666;
}
.noData.noData2{    
    width:100%;
    height:50px;
    line-height: 50px;
}


@media (min-width: 979px) and (max-width: 1200px)  {
    .small_list{
        width: 86%;
    }
    .profileRight{
        line-height: 26px;
    }
    .transite{
        font-size: 24px;
    }
    .courseList{
        margin-bottom: 40px;
    }
    .rongyuTitle{
        width: 100%;
    }
    .courseDes p{
        padding: 0 40px;
    }
    .rongyu{
        margin: 8% auto;
    }
    .rongyu01 {
        width: 84%;
    }
    .rongyu01 > img {
        width: 24.9%;
        margin: 1% 3%;
    }
    .rongyu02 > img {
        width: 20%;
        margin: 1% 2.2%;
    }
    .rongyuBg{
        padding: 60px 0;
    }
    .linianTop{
        font-size: 16px;
    }
    .linianDes > ul{
        margin:5% 0;
    }
    .linianDes > ul > li.lnOne{
        font-size: 14px;
    }
    .linianDes > ul > li{
        font-size: 13px;
        line-height: 17px;
    }
    .contactLeft{
        width: 45%;
    }
    .contactRight{
        width: 55%;
    }
    .contactRight > input{
        width: 42%;
    }
    .contactRight > textarea{
        width: 91%;
    }
}


/* 平板电脑和小屏电脑之间的分辨率 */
@media (min-width: 768px) and (max-width: 978px) {
    .small_list{
        width: 82%;
    }
    .profileRight{
        line-height: 22px;
    }
    .transite{
        font-size: 24px;
    }
    .courseList{
        margin-bottom: 40px;
    }
    .rongyuTitle{
        width: 100%;
    }
    .courseDes p{
        padding: 0 40px;
    }
    .rongyu{
        margin: 8% auto;
    }
    .rongyu01 {
        width: 84%;
    }
    .rongyu01 > img {
        width: 24.9%;
        margin: 1% 3%;
    }
    .rongyu02 > img {
        width: 20%;
        margin: 1% 2.2%;
    }
    .rongyuBg{
        padding: 60px 0;
    }
    .linianTop{
        font-size: 16px;
    }
    .linianDes > ul{
        margin: 3.7% 0;
    }
    .linianDes > ul > li.lnOne{
        font-size: 14px;
    }
    .linianDes > ul > li{
        font-size: 13px;
        line-height: 17px;
    }
    .contactLeft{
        width: 45%;
    }
    .contactRight{
        width: 55%;
    }
    .contactRight > input{
        width: 42%;
    }
    .contactRight > textarea{
        width: 91%;
    }
}


