@charset "utf-8";
/* CSS Document */
*{
    margin:0px;
    padding:0px;
    font-family:Tahoma, Geneva, sans-serif;
    font-size:12px;
	text-decoration:none;
}
a{
    text-decoration:none;
}  
a img{
    border:none;
}  
body{
    background-color:#fff;
}
.container{
    width:1000px;
    margin:0px auto;
  box-shadow:5px 0px 30px #444;
}  
.container .header{
    width:100%;
    height:142px;
    background-image:url(../images/banner.jpg);
    background-repeat:no-repeat;
}    
.container .header a.logo{
    text-decoration:none;
    float:left;
}
.container .header a.logo img{
  margin-top:10px;
  margin-left:13px;
    height:100px;
  width:102px
}  
.container .header img.slogan{
    float:left;
    width:505px;
    height:60px;
    float:left;
    margin-top:15px;
    margin-left:95px;
}  
.container .header .language{
    float:right;
    width:65px;
    margin-top:5px;
}  
.container .header .language a{
    text-decoration:none;
}  
.container .header .language a img{
    margin-right:5px;
}  
.container .header .cart{
    float:right;
    margin-top:0px;
    
    height:25px;
    background-image:url(../images/bg_cart.png);
    background-position:left center;
    background-repeat:no-repeat;
    padding-left:25px;
    color:#F80606;
    line-height:25px;
}
.container .header .cart span{
    color:#DC143C;
    font-weight:bold;
}    
.container .header .datenow{
    margin-right: 10px;
    
    text-align: right;
    float: right;
 
    color:#FF0000;
    font-weight:bold;
}  
.container .menutop{
    height:32px;
    background-image:url(../images/bg_menutop.jpg);
    width:100%;
}
.container .menutop .searchbox{
    width:169px;
    height:22px;
    border:1px solid #057804;
    float:right;
    margin-top:4px;
    margin-right:4px;
}  
.container .menutop .searchbox input[type=text]{
    border:none;
    background-color:transparent;
    height:22px;
    width:145px;
    background-image:url(../images/inp_search.png);
    background-repeat:no-repeat;
    background-position:right center;
}  
.container .menutop .searchbox input[type=submit]  {
    width:20px;
    height:20px;
    float:right;
    border:none;
    background-color:transparent;
    background-image:url(../images/bt_search.png);
    background-repeat:no-repeat;
    background-position:center center;  
}
.container .endslider{
    width:100%;
    clear:both;
    height:25px;
    background-image:url(../images/bg_endslide.png);
    background-repeat:no-repeat;
    background-position:top center;
}    
.container .leftcontent{
    width:215px;
    float:left;
    margin-left:1px;
}  
.container .rightcontent{
    width:215px;
    float:right;
    margin-right:1px;
}  
.container .leftcontent .box, .container .rightcontent .box{
    width:213px;
    border:1px solid #d1d1d1;
    background-image:url(../images/bg_box.png);
    background-repeat:no-repeat;
    background-position:top center;
    min-height:100px;
    margin-bottom:10px;
}
.container .leftcontent .box ul.menuproduct{
    list-style:none;
    width:213px;
    margin:0px auto;
}
.container .leftcontent .box ul.menuproduct > li{
    border-top:1px solid #e7e7e7;
    line-height:20px;
    padding-top:7px;

}    
.container .leftcontent .box ul.menuproduct>li:first-child{
    border:none;
}  
.container .leftcontent .box ul.menuproduct > li ul{
    list-style:none;
    padding:0px;
    display: none;
}  
.container .leftcontent .box ul.menuproduct  li li{
    border-top:1px solid #e7e7e7;
    line-height:20px;
    padding-top:7px;
    padding-bottom:7px;
}  

.container .leftcontent .box ul.menuproduct li a{
    line-height:16px;
    font-size:12px;
    color:#333;
    background-image:url(../images/bg_box_left_1.png);
    background-repeat:no-repeat;
    background-position:5px center;
    display:block;
    padding:5px 0px 5px 25px;
}    
.container .leftcontent .box ul.menuproduct li li a{
    background-image:url(../images/bg_box_left_1.png);
    background-position:15px center;
    padding:0px 0px 0px 40px;
}  
.container .leftcontent .box ul.producthot{
    width:250px;
    list-style:none;
}
.container .leftcontent .box ul.producthot li{
    display:block;
    text-align:center;
}  
.container .leftcontent .box ul.producthot li img{
    width:200px;
    height:130px;
    background-color:#fff;
    padding:1px;
    border:1px solid #e7e7e7;
}  
.container .leftcontent .box ul.producthot li p{
    display:block;
}  
.container .leftcontent .box ul.producthot li p a{
    font-size:12px;
    color:#333;
}  
.container .leftcontent .box ul.producthot li p.price{
    color:#f00;
    font-size:12px;
    font-weight:bold;
}  
.container .leftcontent .box h3,  .container .rightcontent .box h3{
    display:block;
    height:29px;
    line-height:29px;
}  
.container .leftcontent .box h3 a,  .container .rightcontent .box h3 a{
    color:#000;
    font-weight:bold;
    padding-left:10px;
    font-size:12px;
  margin-left:30px;
}  
.container .leftcontent .box h3 a:hover,  .container .rightcontent .box h3 a:hover{
    color:#333;
}  
.container .rightcontent .box  h3.hotline{
    display:block;
    color:#f00;
    font-size:12px;
    font-weight:bold;
    text-align:center;
}  
.container .rightcontent .box ul.support{
    list-style:none;
}  
.container .rightcontent .box ul.support li{
    clear:both;
    height:30px;
    line-height:30px;
}    
.container .rightcontent .box ul.support li a {
    display:block;
    float:left;
}  
.container .rightcontent .box ul.support li a img{
    border:none;
    margin-top:5px;
}  
.container .rightcontent .box ul.support li span{
    float:right;
    font-size:11px;
    color:#333;
    font-weight:bold;  
    margin-right:5px;
}  
.container .rightcontent .box ul.newlist{
    list-style:none;
}  
.container .rightcontent .box ul.newlist li{
    clear:both;
    height:30px;
    line-height:30px;
}    
.container .rightcontent .box ul.newlist li a {
    display:block;
    float:left;
}  
.container .rightcontent .box ul.newlist li a img{
    border:none;
    margin-top:5px;
    float:left;
    width:67px;
    height:43px;
    border:1px solid #ccc;
    margin-left:2px;
    margin-right:5px;
}  
.container .rightcontent .box ul.newlist li p{
    float:left;
    font-size:11px;
    color:#333;
    font-weight:normal;  
    margin-right:5px;
    width:132px;
    text-align:justify;
    line-height:18px;
}  
.container .rightcontent .box p.count{
    display:block;
    width:130px;
    margin:0px auto;
    line-height:25px;
    font-weight:bold;
}  
.container .centercontent{
    width:558px;
    float:left;
    margin-left:5px;
    overflow:hidden;
}  
.container .centercontent .box{
    width:100%;
    clear:both;
    margin-bottom:15px;
}  
.container .centercontent .box h1.title, .container .centercontent .box h3.title{
    display:block;
    height:34px;
    line-height:34px;
    border-bottom:1px dotted #3a94df;
    background-image:url(../images/icon_product.png);
    background-repeat:no-repeat;
    background-position:left center;
}  
.container .centercontent .box h1.title a, .container .centercontent .box h3.title a{
    color:#333;
    font-size:12px;
    padding-left:45px;
}  
.container .centercontent .box h1.title a:hover, .container .centercontent .box h3.title a:hover{
    color:#f97;
}  
.container .centercontent .box ul.productlist{
    list-style:none;
    margin:10px auto;
}
.container .centercontent .box ul.productlist li{
    width:165px;
    height:165px;
    float:left;
    margin-left:15px;
}  
.container .centercontent .box ul.productlist li a{
    text-decoration:none;
    display:block;
}
.container .centercontent .box ul.productlist li a.title{
    color:#3a94df;
    font-size:12px;
    margin-top:5px;
    line-height:20px;
    height:40px;
    overflow:hidden;
}    
.container .centercontent .box ul.productlist li a.title:hover{
    color:#f97;
}  
.container .centercontent .box ul.productlist li a   img{
    width:162px;
    height:114px;
    border:1px solid #ccc;
}
.container .centercontent .box h1.newtitle, .container .centercontent .box h3.newtitle{
    display:block;
    height:34px;
    line-height:34px;
    border-bottom:1px dotted #3a94df;
    background-image:url(../images/icon_new.png);
    background-repeat:no-repeat;
    background-position:left center;
}  
.container .centercontent .box h1.newtitle a, .container .centercontent .box h3.newtitle a{
    color:#333;
    font-size:12px;
    padding-left:45px;
}  
.container .centercontent .box h1.newtitle a:hover, .container .centercontent .box h3.newtitle a:hover{
    color:#f97;
}  
.container .centercontent .box  ul.bignewlist{
    list-style:none;
    width:100%;
    margin:10px auto;
}
.container .centercontent .box  ul.bignewlist li{
    padding-left: 15px;
    float: left;
    width: 260px;
    height: 185px;
}  
.container .centercontent .box  ul.bignewlist li a{
    display:block;
    text-align:center;
}  
.container .centercontent .box  ul.bignewlist li a img{
    width:237px;
    height:133px;
    border:1px solid #ccc;
    padding:1px;
}  
.container .centercontent .box  ul.bignewlist li a.title{
    line-height:20px;
    height:40px;
    overflow:hidden;
    color:#3a94df;
}  
.container .centercontent .box  ul.bignewlist li a.title:hover{
    color:#f97;
}  


.container .partner{
    width:996px;
    height:110px;
    margin:0px auto;
    border:1px solid #ccc;
    border-top:2px solid #3d96df;
}  
.container .footer{
    clear:both;
    margin-top:10px;
    background-image:url(../images/bg_footer.jpg);
    width:100%;
    min-height:120px;
}  
.container .footer .footercontent{
    width:980px;
    min-height:80px;
    padding:10px;
    background-color:rgba(237, 245, 3, 1);
    border-top:2px solid #f6fe01;
}
.container .footer .menubottom{
    clear:both;
    height:30px;
    width:100%;
    background-color:#DFA43A;
    border-top:1px solid #f6fe01;
    position:relative;
}    
.container .footer .menubottom ul{
    list-style:none;
}  
.container .footer .menubottom ul li{
    float:left;
    height:30px;
    line-height:30px;
}  
.container .footer .menubottom ul li a{
    font-size:12px;
    font-weight:bold;
    color:#000;
    padding:0px 20px;
    border-left:1px solid #fff;
}  
.container .footer .menubottom ul li a:hover{
    color:#333;
}    
.container .footer .menubottom ul li:first-child a{
    border:none;
}
.container .footer .menubottom a.top{
    position:absolute;
    width:37px;
    height:40px;
    background-image:url(../images/icon_top.jpg);
    
    right:10px;
}  
.container .footer .footerinfo{
    text-align:center;
    line-height:20px;
    color:#333;
    padding:10px;
  background-color:#E7E700;
}  
.container   .box form label{
    display:block;
    font-size:14px;
    font-weight:bold;
}  
.container  .box form input[type=text]  {
    width:270px;
    height:25px;
    border-radius:3px;
    line-height:20px;
}
.container  .box form textarea{
    width:270px;
    height:50px;
}
.container   .box form input[type=submit], .container   .box form input[type=reset]{
    padding:3px 10px;
    margin-top:10px;
}        
ul.listnew{
    list-style:none;
    width: 550px;
    margin:10px auto;
}    
ul.listnew li{
    margin-bottom: 10px;
    overflow: hidden;
    width: 550px;
    height: 92px;
    float: left;
    margin-right: 5px;
}  
ul.listnew li a{
    color:#333;
    font-size:12px;
    font-weight:bold;
}  
ul.listnew li a:hover{
    color:#f93;
}  
ul.listnew li p{
    font-size:11px;
    color:#666;
    line-height: 15px;
    text-align: justify;
    float: left;
}
ul.listnew li p.describe{
    width: 405px;
}

ul.listnew li img{
    width: 135px;
    height: 85px;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 1px;
    float: left;
    margin-right: 5px;
}  
ul.listnew li a.title{
    display: block;
    overflow:hidden;
    line-height:18px;
}
ul.newrelat{
    list-style: none;
}
ul.newrelat li{
    padding: 3px 5px;
}
ul.newrelat li a{
    color: #333;
    font-size: 12px;
    background-image: url(../images/bg_newlist.png);
    padding-left: 30px;
    background-repeat: no-repeat;
    background-position: 10px 3px;
}
ul.newrelat li a:hover{
    color: #f93;
}
h2.relattitle{
    display: block;
    clear: both;
}
h2.relattitle a{
    color: #333;
    font-size: 12px;
}
img.pimgview{
    float:left;
    width:231px;
    border:1px solid #cdcdcd;
    padding:1px;
    margin-right:5px;
    margin-bottom:5px;
}
.pro_param{
    float:right;
    width:300px;
}
.pro_param h1 a{
    color:#333;
    font-size:14px;
}
.pro_param h1 a:hover{
    color:#f93;
}
.pro_param ul{
    list-style:none;
}  
.pro_param ul li{
    font-size:12px;
    color:#333;
    background-image:url(../images/ico-check.png);
    background-repeat:no-repeat;
    padding-left:15px;
    background-position:0px 4px;
    line-height:20px;
}
.pro_param span{
    font-weight:bold;
    color:#f00;
    display:block;
}
.pro_param a.buyitem{
    background-color: #0ba6e8;
    padding: 3px 5px;
    border: 1px solid #026da1;
    color: #fff;
    font-weight: bold;
    margin-top:10px;
}
.pro_param a.buyitem:hover {
    color: #f93;
}  
.list_carousel {
    margin: 0 0 30px 60px;
}
.list_carousel ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
}
.list_carousel li {
    font-size: 40px;
    color: #999;
    text-align: center;
    width: 110px;
    height: 95px;
    padding: 0;
    margin: 6px;
    display: block;
    float: left;
    background-image: url(../images/bg_partneritem.png);
    background-repeat: no-repeat;
    background-position: bottom center;
}
.list_carousel.responsive {
    width: auto;
    margin-left: 0;
}
ul#videolist {
  list-style: none;
  padding-left: 8px;
}
ul#videolist li {
  height: 25px;
  line-height: 25px;
  overflow: hidden;
  font-size: 12px;
}
ul#videolist li a {
  color: #333;
  font-size: 12px;
  text-decoration: none;
}
ul#videolist li a img {
  margin-right: 10px;
  border: none;
}