/*****
*	文件名称：css.css
*	文件用途：首页css，专用，慎重修改
*	作者标记：Estelle
*	Email:  563488233@qq.com
*	制作日期：2016年2月23日
*	最新更新：2016年2月23日
*****/
/*CSS reset*/
body
{
    font-family: "microsoft yahei";
    margin: auto;
    padding: 0;
    background: none repeat scroll 0% 0% rgb(255, 255, 255);
    color: #666;
    background: #fff;
    _background-image: url(about:blank);
    _background-attachment: fixed;
    background-color: #fff;
    font-size: 12px;
}
html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, address, big, cite, code, del, em, font, img, ins, small, strong, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend
{
    margin: 0;
    padding: 0;
}
body
{
    font-family: "Microsoft YaHei";
    font-size: 12px;
    line-height: 1.6;
    color: #000;
}
ul
{
    list-style: none;
}
ul li a
{
    color: #000000;
    text-decoration: none;
}
ol, ul
{
    list-style: none;
}
a
{
    color: #676767;
    text-decoration: none;
}

a:hover
{
    color: #ff4a00;
}
a img
{
    border: 0;
}

img
{
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}
/*内容开始*/
.top
{
    width: 1000px;
    height: 120px;
    margin: 0 auto;
}
.logo
{
    width: 250px;
    height: 120px;
    float: left;
}


.banner
{
    width: 1000px;
    height: 460px;
}
.product
{
    width: 280px;
    height: 250px;
    float: left;
}
.pro_title
{
    height: 34px;
    width: 268px;
    margin-top: 10px;
}
.title_text
{
    text-align: center;
    line-height: 50px;
    color: #000;
    width: 82px;
    height: 50px;
    float: left;
    font-size: 18px;
    padding-left: 15px;
}
.more
{
    float: right;
    color: #000;
    font-weight: bold;
}
.more a
{
    text-decoration: none;
    color: #000;
}
.pro_bom
{
    padding: 5px;
    width: 268px;
    height: 202px;
    border: 1px solid #e6e0e2;
    text-indent: 10px;
}
.pro_bom ul li
{
    margin-top: 1px;
}
.pro_bom ul li a
{
    width: 250px;
    height: 30px;
    display: block;
    line-height: 30px;
    color: #FFFFFF;
}
.pro_bom ul li a:hover
{
    color: #333333;
}
.one
{
    background: #70B92B;
}
.two
{
    background-color: #d9e580;
}
.pro_bom ul li i
{
    width: 2px;
    height: 30px;
}

/**新闻**/
.news
{
    float: right;
    width: 280px;
    height: 250px;
    margin-left: 15px;
}
.news_title
{
    height: 34px;
    width: 280px;
    margin-top: 10px;
}
.news_list
{
    padding: 5px;
    width: 268px;
    height: 202px;
    border: 1px solid #e6e0e2;
}
.news_list img
{
    padding: 0 10px;
}
.news_list ul li a
{
    background: url(/images/sj3.png) no-repeat 7px 15px;
    display: block;
    text-indent: 20px;
    height: 30px;
    line-height: 30px;
}
.news_list ul li a:hover
{
    text-decoration: underline;
}
/**联系我们**/
.touch
{
    float: left;
    width: 268px;
    height: 250px;
}
.touch_title
{
    height: 34px;
    width: 280px;
    background: #e6e0e2;
    margin-top: 15px;
}
.touch_list
{
    padding: 10px;
    width: 258px;
    height: 202px;
    border: 1px solid #e6e0e2;
}
.touch_list ul
{
    margin-left: 5px;
}
.touch_list ul li
{
    width: 260px;
    text-indent: 25px;
    line-height: 30px;
}
.touch_list ul li a:hover
{
    text-decoration: underline;
}
/**合作伙伴**/
.Partner
{
    float: right;
    height: 170px;
}
.Partner_title
{
    width: 702px;
    background: #CCCCCC;
    margin-top: 15px;
}
.Partner_list
{
    height: 80px;
    padding: 20px 15px 5px 15px;
}
.biaoti
{
    font-size: 16px;
}
/*公共样式*/
.borderradius
{
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    background: #F2F2F2;
}
.title
{
    line-height: 50px;
    padding-left: 20px;
    font-size: 18px;
    background: #CCCCCC;
    height: 50px;
}
/*公共样式*/
/*公司简介*/
.content .company
{
    width: 550px;
    height: 295px;
    float: left;
}
.companycontent
{
    padding: 20px 15px;
    height: 210px;
    position: relative;
}
.companycontent .bigimg
{
    float: left;
    padding-right: 10px;
    width: 215px;
    height: 170px;
}
.companycontent a
{
    color: red;
    position: absolute;
    bottom: 20px;
    right: 20px;
}
.companycontent a span
{
    background: #71AD23;
    color: White;
    line-height: 30px;
    width: 70px;
    display: table;
    text-align: center;
    border-radius: 5px;
}
/*公司简介*/
/*新闻中心*/
.news
{
    float: right;
    width: 370px;
    height: 295px;
}
.news .newstitle
{
    float: left;
    width: 350px;
}
.news .newstitle span
{
    float: right;
    padding: 17px 10px 0px 0px;
}
.news .newslist
{
    padding-left: 40px;
}
.news .newslist li
{
    height: 20px;
    list-style: square;
}
.news .newslist li a
{
    font-size: 12px;
}
/*新闻中心*/
/*专家介绍*/
.zj
{
    width: 1000px;
    height: 300px;
    margin-top: 20px;
}
.zjtitle
{
    padding-left: 20px;
    float: left;
    width: 980px;
}
.zjcontent
{
    padding: 15px 30px 15px 30px;
    height: 300px;
}
.zjcontent li
{
    float: left;
    padding: 0px 20px;
}
.zjcontent .spantitle
{
    font-size: 16px;
    font-family: '黑体';
}
.zjcontent .spancontent
{
    word-wrap: break-word;
    overflow: hidden;
    width: 185px;
    display: block;
    font-size: 12px;
}
/*专家介绍*/


.topcent
{
    background: #f2f2f2;
    width: 100%;
    height: 170px;
}

/*=====feature===*/
#feature
{
    width: 940px;
    margin: auto;
    height: 82px;
    padding-top: 25px;
}
#feature .button
{
    position: absolute;
    width: 960px;
    top: 72px;
}
#feature .prev
{
    position: relative;
    text-indent: -9999px;
    width: 22px;
    display: block;
    background: url(/images/left.gif) center top;
    float: left;
    height: 37px;
    top: -50px;
}
#feature .next
{
    position: relative;
    text-indent: -9999px;
    width: 22px;
    display: block;
    background: url(/images/right.gif) center top;
    float: right;
    height: 37px;
    top: -50px;
}
.featureUL
{
    position: relative;
    padding-bottom: 0px;
    list-style-type: none;
    margin: 0px;
    padding-left: 0px;
    width: 2800px;
    padding-right: 0px;
    float: left;
    padding-top: 0px;
    left: 0px;
}
.featureBox
{
    width: 175px;
    float: left;
    height: 82px;
    overflow: hidden;
}
#botton-scroll
{
    z-index: 0;
    margin: 0px auto;
    width: 960px;
    float: left;
    height: 65px;
}
#block
{
    z-index: 0;
    position: relative;
    margin: 0px 40px;
    padding-left: 0px;
    width: 980px;
    padding-right: 0px;
    height: 65px;
    overflow: hidden;
    padding-top: 0px;
}
#block .box
{
    width: 175px;
    float: left;
    height: 82px;
}
#block .box img
{
    float: left;
    width: 155px;
    height: 65px;
}
#block .box .tite
{
    width: 95px;
    float: left;
    color: #00783b;
    font-size: 14px;
    padding-left: 7px;
    line-height: 30px;
    padding-top: 5px;
    font-weight: bold;
}
#block .box .conns
{
    float: left;
    line-height: 18px;
    padding-left: 7px;
    font-size: 12px;
    color: #ababab;
}
.spancontent
{
        width: 185px;
    padding-right: 15px;
    display: table;
    }