body{
    margin: 0;
    background-color:#f5f5f5;
}
.clearfloat{ clear:both; }
.body-f5{
    background-color:#f2f2f2;
}

.clear{
    clear:both;
}

.haha{
    background: #fff;
}

a{
    color: #000000;
    text-decoration: none;
}

a img{
    border:none;
}

ul, li{
    list-style: none;
    margin:0;
    padding:0;
}

.inner{
    width:960px;
    margin-left: auto;
    margin-right: auto;
    /*background: red;*/
}

.pagination span{
    margin-right: 5px;
    border: 1px solid #000000;
}
.pagination span.on{
    background-color: #2bc5de;
}
.pagination span a{
    display: inline-block;
    padding: 10px;
}
.pagination span.on a{
    color: #ffffff;
}

.header{
    height:90px;
    width: 100%;
    /*background-color: red;*/
    background-color: #f5f5f5;
    position: fixed;
    z-index: 8000;
    top: 0;
}

.header .header-inner{
    height:70px;
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    /*background-color: red;*/
    /*background: url(../img/logo.jpg) center center no-repeat;*/
}

.header .header-inner a{
}

.header .header-inner .alibaba{

}

.blank_height_70{
    height:90px;
}

.qqali{
    position: absolute;
    top:20px;
    right: 10px;
    z-index: 9000;
}

.qqali img{
    height: 30px;
}

.weixin{
    position: fixed;
    right: 0;
    bottom: 100px;
}

.qq{
    position: fixed;
    right: 0;
    bottom: 100px;
    /*width: 80px;*/
    /*height: 200px;*/
    text-align: center;
    /*background: #ffffff;*/
}

.qq .qqtalk{
    float: left;
    cursor: pointer;
}

.qq .q{
    float: left;
    display: none;
}

.qq .q a{
    display: block;
    margin-bottom: 5px;
}

.nav{
    height:90px;
    position: relative;
    z-index: 100;
    /*-webkit-box-shadow:0px 3px 4px #ccc;*/
    /*-moz-box-shadow:0px 3px 4px #ccc;*/
    box-shadow:0px 2px 2px #ddd;
}

.nav .inner1080{
    width: 1080px;
    margin-left: auto;
    margin-right: auto;
}

.nav .nav-inner{
    padding-top: 20px;
    width: 1080px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.nav .nav_bg{
    height: 35px;
    width: 1080px;
    position: absolute;
    background-image: url(../img/nav_bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    top: 12px;
    z-index: -1;
}

.nav-inner .nav-block{
    float:left;
    text-align: center;
}

.nav-inner .nav-block .nav-block-name{
    font-size: 8px;
    color: #666666;
    background: url(../img/nav_block_name_bg.png) no-repeat center center ;
    margin-top: 15px;
}

.nav-inner .nav-block a{
    font-family: 黑体;
    font-size: 14px;
    color: #fff;
}

.nav-inner .nav-block a.on{
    /*color: #29a6ba;*/
}

.nav-inner .nav-block1{
    /*background: red;*/
    width: 290px;
}

.nav-inner .nav-block2{
    /*background: blue;*/
    width: 498px;
}

.nav-inner .nav-block3{
    /*background: yellow;*/
    width: 290px;
}

.banner{
    padding-top: 25px;
    text-align: center;
    margin-bottom: 30px;
}

.list{
    min-height:440px;
    background-color: #ffffff;
    background-image: url(../img/prd_bg.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    padding-top: 30px;
    /*box-shadow:0px 3px 4px #ccc;*/
    margin-bottom: 50px;
}


.list li{
    position: relative;
    float: left;
}

.list .title{
    height:60px;
    margin-bottom: 20px;
}

.list li a{
    position: absolute;
    z-index: 10;
}

.list li img{
    width: 100%;
}

.list li .mu{
    position: absolute;
    top: 0;
    left: 0;
    background:#fff;
    opacity:0.7;
    z-index: 1000;
    display: none;
}

.list li:hover .mu{
    display: block;
}

.list .title.title_prd{
    background: url(../img/list_title_prd.png) center center no-repeat;
}

.prd-list{
    height: 350px;
}

.prd-list li{
    width: 300px;
    height:290px;
    font-family: 黑体;
    border: 2px solid #cfcfcf;
}

.prd-list li img{
    width: 100%;
}

.prd-list li .prd-title{
    padding: 10px;
    padding-bottom: 2px;
    font-size: 18px;
}

.prd-list li .prd-info{
    padding: 10px;
    /*padding-top: px;*/
    font-size: 14px;
    color: #666;
}

.prd-list .mu{
    height:263px;
    width: 314px;
}


.list .title.title_story{
    background: url(../img/list_title_story.png) center center no-repeat;
}

.story-list{
    min-height: 450px;
}
.contact-list img, .story-list img{
    width: 100%;
}

.story-list li{
    width: 470px;
    height:220px;
    font-family: 黑体;
}

.story-list li img{
    width: 100%;
}

.story-list li .story_top{
    width: 50%;
    float: left;
}

.story-list li .story_top img{
    width: 60%;
}

.story-list li .story_title{
    font-size: 20px;
    color: #379da9;
}

.story-list li .story_title a{
    position: relative;
    font-size: 20px;
    color: #379da9;
}

.story-list li .story_title span{
    font-size: 13px;
}

.story-list li .story_top p{
    font-size: 14px;
    color: #5f5f5f;
}

.story-list li .story_bottom{
    width: 100%;
    height:200px;
    /*background: red;*/
    float: left;
}

.story-list li .story_bottom .l{
    font-size: 14px;
    color: #5f5f5f;
    padding: 6px;
    padding-left:15px;
    list-style: disc;
    background: url(../img/icon_l.png) no-repeat 0px 10px;
}

.list .title.title_contact{
    background: url(../img/list_title_contact.png) center center no-repeat;
}

.contact-list{
    min-height:340px;
}

.contact-list li{
    width: 450px;
    height:220px;
    margin-left: 25px;
    margin-right: 5px;
}

.contact-list li p{
    font-size: 15px;
    font-family: 黑体;
    margin-top: 0;
}

.contact-list li p.cop_name{
    font-size: 20px;
}

.footer{
    width: 100%;
    min-height: 100px;
    background-color: #62c3d0;
    padding-top: 20px;
    text-align: center;
    font-size: 18px;
    font-family: 黑体;
}

.sub{
    padding-top: 30px;
    /*height: 400px;*/
}

.sub.sub-story .sub-title-name{
    height: 53px;
    background: url(../img/sub_title_story.png) center bottom no-repeat;
}

.sub .sub-title-bottom{
    height: 30px;
    background: url(../img/sub_title_bg.png) center bottom no-repeat;
}

.sub .sub-nav ul{
    margin-top: 15px;
    text-align: center;
}

.sub .sub-nav ul li{
    display: inline;
}

.sub .sub-nav ul li a{
    font-family: 黑体;
    font-size: 16px;
}

.sub .sub-nav ul li.on a{
    color: #29a6ba;
}

.sub-banner{
    height:365px;
    margin-top: 20px;
    margin-bottom: 30px;
}

.sub-banner.banner-story{
    background: url(../img/banner_lab.jpg) no-repeat;
}

.sub-banner.banner-meet{
    background: url(../img/banner_meet.jpg) no-repeat;
}

.sub-banner.banner-star{
    background: url(../img/star1.jpg) no-repeat center;
}

.sub-banner.banner-contact{
    /*background: url(../img/banner_contact.jpg) no-repeat;*/
}

.sub .sub-main{
    /*min-height:400px;*/
    padding-top: 30px;
}

.sub .sub-main img{
}
.sub .sub-main .row{
    padding-top: 40px;
    padding-bottom: 40px;
}

.sub .row .pic{
    width: 40%;
    float: left;
}

.sub .row .word{
    width: 60%;
    float: left;
}

.sub .row .pic img{
    width: 100%;
}

.sub .row .word p{
    font-size: 16px;
    padding: 15px;
    padding-top: 0;
    margin-top: 8px;
    color: #666;
    font-weight: normal;
    line-height: 30px;
}

.sub .row .word p.title{
    margin: 0;
    color: #000;
    font-size: 40px;
    font-family: 黑体;
    border-bottom: 3px solid #000000;
}

.sub .row .word.word_star p{
    font-size: 16px;
    padding: 15px;
    padding-top: 0;
    margin-top: 8px;
    color: #000;
    font-weight: normal;
    line-height: 30px;
}

.inner-prd{
    width: 1200px;
    padding-top: 20px;
    margin-left: auto;
    margin-right: auto;
}

.sub.sub-product .sub-title-name{
    height: 53px;
    background: red;
    background: url(../img/sub_title_product.png) center bottom no-repeat;
}

.sub.sub-product .main-prd, .sub.sub-product .main-prd-info{
    width: 920px;
    float: left;
}

.sub.sub-product .main-prd .prd-box{
    width: 220px;
    height: 340px;
    text-align: center;
    overflow: hidden;
    border: 1px solid #ccc;
    float: left;
    margin-right: 8px;
    margin-bottom: 10px;
    box-shadow:0px 0px 3px #ccc;
}

.sub.sub-product .main-prd .prd-box:hover{
    border-color: #2bc5de;
    background-color: #ffffff;
}

.sub.sub-product .main-prd .prd-box p{
    height: 20px;
    line-height: 20px;
    font-family: 黑体;
    font-size: 18px;
    color: #666666;
}

.sub.sub-product .main-prd .prd-box img{
    max-width: 210px;
    max-height: 240px;
}

.sub.sub-product .prd-nav{
    width: 250px;
    height: 600px;
    border: 3px solid #62c3d0;
    float: right;
    border-right: none;
}

.sub.sub-product .prd-nav ul{
    padding-top: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #cccccc;
}

.sub.sub-product .prd-nav li{
    width: 100%;
    height: 30px;
}

.sub.sub-product .prd-nav li a:hover{
    background: #29a6ba;
    color: #fff;
}

.sub.sub-product .prd-nav li.on{
    border-left: 2px solid #9B410E;
    padding-left: 10px;
}

.sub.sub-product .prd-nav li a{
    display: block;
    height:30px;
    line-height: 30px;
    color: #5f5f5f;
}

.sub.sub-product .prd-nav li.brand{
    height: 50px;
}

.sub.sub-product .prd-nav li.brand a{
    display: block;
    height:50px;
    line-height: 50px;
    color: #5f5f5f;
}

.sub.sub-product .prd-nav .title{
    color: #000000;
    height: 30px;
    font-family: 黑体;
    font-size: 18px;
}

.sub.sub-news .sub-title-name{
    height: 53px;
    background: red;
    background: url(../img/sub_title_news.png) center bottom no-repeat;
}

.sub.sub-news .sub-banner{
    height: 212px;
    background: url(../img/banner_news.jpg) no-repeat;
    margin-bottom: 0px;
}

.sub.sub-news .sub-main{
    min-height: 400px;
    padding-top: 0px;
    padding-bottom: 20px;
}

.sub.sub-news .sub-main ul{
    padding: 30px;
    background: #fff;
}

.sub.sub-news .sub-main ul li{
    height:50px;
    line-height: 50px;
    border-bottom: 1px dashed #999999;
    font-size: 18px;
}

.sub.sub-news .sub-main ul li span{
    float: right;
    color: #000;
}

.sub.sub-contact .sub-title-name{
    height: 53px;
    background: red;
    background: url(../img/sub_title_contact.png) center bottom no-repeat;
}

.sub.sub-contact .sub-banner{
    height: 212px;
    background: url(../img/banner_news.jpg) no-repeat;
    margin-bottom: 0px;
}

.sub.sub-contact .sub-main .content{
    width: 45%;
    float:left;
    padding-bottom: 30px;
}

.sub.sub-image .sub-banner{
    height: 212px;
    background: url(../img/banner_news.jpg) no-repeat;
    margin-bottom: 0px;
}

.sub.sub-image .sub-title-name{
    height: 53px;
    background: red;
    background: url(../img/sub_title_image.png) center bottom no-repeat;
}

.sub.sub-star .sub-title-name{
    height: 53px;
    background: red;
    background: url(../img/sub_title_star.png) center bottom no-repeat;
}


/*产品详细页面*/
.prd_info_body{
    background: #fff;
    position: relative;
    z-index: 50;
}

.sub.sub-product .main-prd-info{
    padding-bottom: 30px;
}

.sub.sub-product .main-prd-info .title{
    padding: 10px;
    background: #29a6ba;
    font-family: 黑体;
    font-size: 24px;
    color: #fff;
}

.sub.sub-product .main-prd-info .top_img1{
    float: right;
    width: 400px;
    min-height: 400px;
    border: 1px solid #ddd;
    background-position: center center;
    background-repeat: no-repeat;
}

.sub.sub-product .main-prd-info .top_img1.top_img_cover{
    /*background-size: cover;*/
}

.sub.sub-product .main-prd-info .top_img2{
    float: right;
    width: 400px;
    min-height: 600px;
    border: 1px solid #ddd;
    background-position: center center;
    background-repeat: no-repeat;
}

.sub.sub-product .main-prd-info .top_name{
    width: 802px;
    border: 1px solid #ddd;
    background-color: #f5f5f5;
    float: right;
    /*min-height: 100px;*/
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: 'Microsoft Yahei','微软雅黑',STXihei,'华文细黑',sans-serif;
    margin-bottom: 40px;
}

.sub.sub-product .main-prd-info .top_name .b{
    font-size: 30px;
    color: #333333;
    padding: 4px;
}

.sub.sub-product .main-prd-info .top_name .b span{
    font-size: 20px;
    padding: 4px;
    font-family: 宋体;
}

.sub.sub-product .main-prd-info .top_name .s{
    font-size: 18px;
    padding: 4px;
    color: #666666;
}

.sub.sub-product .main-prd-info .prd_img{
    width: 808px;
    float: right;
}

.sub.sub-product .main-prd-info .prd_img img{
    width: 100%;
}

.page_num,.page_num a,.page_num span{
    font-size: 18px;
    clear: both;
    text-align: center;
}

.article-main img{
    width: 100%;
}

/* ===== 地图 ======*/
.iw_poi_title {color:#CC5522;font-size:14px;font-weight:bold;overflow:hidden;padding-right:13px;white-space:nowrap}
.iw_poi_content {font:12px arial,sans-serif;overflow:visible;padding-top:4px;white-space:-moz-pre-wrap;word-wrap:break-word}