﻿@charset "utf-8";
/* CSS Document */


/*广告*/
.bannerbox{ height: 400px; width:1000px; margin:10px auto; overflow:hidden; position:relative; z-index:1;}
.bannerbox .bannerimg{ overflow:hidden;}
.bannerbox .bannerimg ul li{ float:left; width:1000px; height:400px; border:0;}
.bannerbox .bannerimg ul li img{display:block; border:0;}
.bannertab{ position:absolute; right:10px; bottom:10px;}
.bannertab li{float:left;margin:0 5px;width:12px;height:12px; border-radius:10px;background:#999;border:1px solid #999;cursor:pointer; text-align:center; line-height:12px; color:#999;}
.bannertab li:hover{background:#333; border:1px solid #333;}
.bannertab li.navOn{background:#333; border:1px solid #333; color:#333;}
/*产品*/
.productbox{ width:1000px; margin:0 auto; background:#e5e5e5; display:inline-block; padding-bottom:10px;}
.company_box{ width:300px; height:380px; border-radius:10px; background:#fff; margin-left:10px; margin-top:10px; overflow:hidden; padding-bottom:10px;}
.company_box:hover{ box-shadow:0 0 10px #666; cursor:pointer;}
.tit{ height:16px; line-height:16px; font-size:16px; font-weight:bold; margin-left:10px; color:#666; margin-top:17px; margin-bottom:7px; border-left:4px solid #c00; text-indent:5px;}
.company_box #company_{ overflow:hidden; height:230px;}
.company_box ul{ overflow:hidden; height:230px;}
.company_box li{ height:230px; overflow:hidden; text-align:center; float:left;}
.company_box li img{ display:block;}
.content{ padding:5px 10px; line-height:20px; font-size:12px;overflow:hidden;}
.content a{ display:block; height:30px; line-height:30px;float:left; text-align:center; font-size:14px; color:#000; padding:0 4px; background-color:#f2f2f2; margin-left:2px;}
.content h4{ margin-left:10px; font-weight:bold;}
.product_box{ width:360px; height:380px; border-radius:10px; background:#fff; margin-left:10px; margin-top:10px; overflow:hidden; padding-bottom:10px;}
.product_box:hover{ box-shadow:0 0 10px #666; cursor:pointer;}
.product_box li{ height:230px; overflow:hidden; text-align:center;}
.concept_box{ width:300px; height:240px; border-radius:10px; background:#fff; margin-left:10px; margin-top:10px; overflow:hidden;}
.concept_box:hover{ box-shadow:0 0 10px #666; cursor:pointer;}
.conceptimg{ margin-top:10px;}
.contact_box{ width:300px; height:140px; border-radius:10px; background:#fff; margin-left:10px; margin-top:10px; overflow:hidden;}
.contact_box:hover{ box-shadow:0 0 10px #666; cursor:pointer;}


