﻿body {
        display: block;
        margin: 0px;
        background-color:#dfdfdf;
}
.float {
    float:left;
}
.right {
    float:right;
}
.clear {
}
/*-----------------------------------------------------TOP 头部-----------------------------------------------------*/
.top {
    width: 100%; height:70px;padding-top:10px; padding-bottom:10px;
    FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#0026ff,endColorStr=#0094ff); /*IE 6 7 8*/ 
    background: -ms-linear-gradient(top, #0026ff, #0094ff); /* IE 10 */ 
    background: -moz-linear-gradient(top,#0026ff,#0094ff); /*火狐*/ 
    background: -webkit-gradient(linear, 0% 0%, 0% 100%,from(#0026ff), to(#0094ff)); /*谷歌*/ 
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0026ff), to(#0094ff)); /* Safari 4-5, Chrome 1-9*/ 
    background: -webkit-linear-gradient(top, #0026ff, #0094ff); /*Safari5.1 Chrome 10+*/ 
    background: -o-linear-gradient(top, #0026ff, #0094ff); /*Opera 11.10+*/
}
/*-----------------------------------------------------TOP 头部左-----------------------------------------------------*/
.header-logo-left {
    margin-left:14.5%;
    width:16%;
    float:left;
    text-align:center;
}
    .header-logo-left img {
    }
    .header-logo-left p {
        color: white;
        margin: 0px;
        font-weight: bold;
        font-size: 20px;
    }
/*-----------------------------------------------------TOP 头部中-----------------------------------------------------*/
.header-logo-middle {
    margin-left: 300px;
    margin-top: 30px;
    text-align:left;
}
    .header-logo-middle .title {
        color: #3dafe5;
        font-weight: bold;
        font-size: 50px;
    }
/*-----------------------------------------------------TOP 头部右-----------------------------------------------------*/
.header-logo-right {
    float:right;
    margin-right:17.1%;
    margin-top:5px;
    color:white;
}
/*-----------------------------------------------------TOP 头部标题栏-----------------------------------------------------*/
.top-title {
    background-image: url('../IMG/titlebackground.jpg');
    height: 46px;
    width: 100%;
}
    .top-title div {
        color:white;
        font-size:15px;
        float: left;
        margin-top: 13px;
        margin-right: 33px;
        font-weight: bold;
    }
    .top-title img {
        color:white;
        font-weight:bold;
        font-size:19px;
        float: left;
    }
    .top-title .title0{
        margin-left:10.4%;
    }
     .top-title .title1{
        margin-left:3%;
    }
     .top-title .title2{
        margin-left:3%;
    }
     .top-title .title3{
        margin-left:3%;
    }
     .top-title .title4{
        margin-left:2%;
    }
     .top-title .title5{
        margin-left:2%;
    }
     .top-title .title6{
        margin-left:2%;
    }
     .top-title .title7{
        margin-left:15px;
    }
/*-----------------------------------------------------TOP 广告图-----------------------------------------------------*/
.titleimg {
    text-align:center;
}
.titleimg-back {
    width: 68%;
    margin-left: 15%;
    text-align:center;
    background-color:#e5e4e5;
    box-shadow: 0px 10px 5px #888888;
    border-radius: 3px;
}
.titleimg-back img{
    padding-top:10px;
    padding-bottom:20px;
    width: 870px;
}
.titleimg-back p{
    padding-top:10px;
    padding-bottom:20px;
    width: 870px;
}
/*-----------------------------------------------------main 主体-----------------------------------------------------*/
.main {
   text-align:center;
}
.main-count {
    border: 1px solid #adadad;
    width: 68%;
    margin-left: 15%;
    margin-top: 20px;
    box-shadow: 0px 0px 10px 5px #c0c0c0;
    border-radius: 10px;
    height: 465px;
    background-color: #e5e4e5;
}
.main-message {
    float: left;
    margin-left: 20px;
    margin-top: 15px;
    width: 32%;
    height:165px;
}
    .main-message img {
        width: 18px;
        height: 18px;
    }
    .main-message p {
        margin: 0px auto;
        color: blue;
        font-weight: bold;
        font-size: 14px;
        padding-left: 5px;
        padding-top: 1px;
    }

    .main-message .h1 {
        border-top:1px solid #808080;
        margin-top: 20px;
    }
    .main-message .li {
        margin-top: 10px;
        font-size: 14px;
        color: #7f7f7f;
        height: 10px;
    }
    .main-message .li a{
        float:left;
        font-size:10px;
        font-weight:bold;
    }
    .main-message .li p{
        float: right;
        color: #7f7f7f;
        font-size:10px;
        font-weight:bold;
    }

/*-----------------------------------------------------main 产品-----------------------------------------------------*/
.main-product {
    float: left;
    width: 62%;
    margin-left: 15px;
    margin-top: 15px;
    height:165px;
}
    .main-product img {
        width: 18px;
        height: 18px;
    }
    .main-product p {
        margin: 0px auto;
        color: blue;
        font-weight: bold;
        font-size: 14px;
        padding-left: 5px;
        padding-top: 1px;
    }
    .main-product .h1 {
        border-top:1px solid #808080;
        margin-top: 20px;
    }
    .main-product .productimg {
        float:left; 
    }
    .main-product .productimg img{
        margin-top: 5px;
        width: 178px;
        height: 134px;
        margin-left: 5px;
        border: 1px solid #ccc;
        padding: 2px;
    }

/*-----------------------------------------------------main 英文产品 主页-----------------------------------------------------*/
.Emain-product {
    float: left;
    width: 97%;
    margin-left: 15px;
    margin-top: 15px;
    height:285px;
}
   .Emain-product img {
        width: 18px;
        height: 18px;
    }
    .Emain-product p {
        margin: 0px auto;
        color: blue;
        font-weight: bold;
        font-size: 14px;
        padding-left: 5px;
        padding-top: 1px;
    }
    .Emain-product .h1 {
        border-top:1px solid #808080;
        margin-top: 20px;
    }
    .Emain-product .productimg {
        float:left;
        width:25%;
    }
    .Emain-product .productimg img{
        margin-top: 5px;
        width: 95%;
        height: 210px;
        margin-left: 5px;
        border: 1px solid #ccc;
        padding: 2px;
    }
/*-----------------------------------------------------main 英文产品 电器件-----------------------------------------------------*/
.EP-Product {
    float: left;
    width: 97%;
    margin-left: 15px;
    margin-top: 15px;
    height:165px;
}
   .EP-Product img {
        width: 18px;
        height: 18px;
    }
    .EP-Product p {
        margin: 0px auto;
        color: blue;
        font-weight: bold;
        font-size: 14px;
        padding-left: 5px;
        padding-top: 1px;
    }
    .EP-Product .h1 {
        border-top:1px solid #808080;
        margin-top: 20px;
    }
    .EP-Product .productimg {
        float:left;
        width:25%;
    }
    .EP-Product .productimg img{
        margin-top: 5px;
        width: 95%;
        height: 160px;
        margin-left: 5px;
        border: 1px solid #ccc;
        padding: 2px;
    }

/*-----------------------------------------------------main 新闻-----------------------------------------------------*/
.main-new {
    float: left;
    width: 40%;
    margin-left: 15px;
    margin-top: 15px;
}
    .main-new img {
        width: 18px;
        height: 18px;
    }
    .main-new p {
        margin: 0px auto;
        color: blue;
        font-weight: bold;
        font-size: 14px;
        padding-left: 5px;
        padding-top: 1px;
    }
    .main-new .h1 {
        border-top:1px solid #808080;
        margin-top: 20px;
    }
    .main-new .li {
        margin-top: 12px;
        font-size: 14px;
        color: #7f7f7f;
        height: 10px;
    }
    .main-new .li a{
        float:left;
        font-size:10px;
        font-weight:bold;
    }
    .main-new .li p{
        float: right;
        color: #7f7f7f;
        font-size:10px;
        font-weight:bold;
    }
/*-----------------------------------------------------main 公司简介-----------------------------------------------------*/
.main-about {
    float: left;
    width: 55%;
    margin-left: 15px;
    margin-top: 15px;
}
    .main-about img {
        width: 18px;
        height: 18px;
    }
    .main-about p {
        margin: 0px auto;
        color: blue;
        font-weight: bold;
        font-size: 14px;
        padding-left: 5px;
        padding-top: 1px;
    }
    .main-about .h1 {
        border-top:1px solid #808080;
        margin-top: 20px;
    }
    .main-about .h2 {
        font-size:10px;
        margin-top:10px;
        text-align: left;
        line-height:20px;
    }
    .main-about .productimg {
        float:left;
        margin-top: 5px;
    }
    .main-about .productimg img{
        margin-top: 5px;
        width: 155px;
        height: 110px;
        margin-left: 5px;
        border: 1px solid #ccc;
        padding: 2px;
    }
/*-----------------------------------------------------foot 底部-----------------------------------------------------*/
.foot {
    font-size: 10px;
    color: white;
    text-align: center;
    line-height:60px;
    font-weight:bold;
    margin-top: 15px;
    height: 60px;
    FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#0026ff,endColorStr=#0094ff); /*IE 6 7 8*/ 
    background: -ms-linear-gradient(top, #0026ff, #0094ff); /* IE 10 */ 
    background: -moz-linear-gradient(top,#0026ff,#0094ff); /*火狐*/ 
    background: -webkit-gradient(linear, 0% 0%, 0% 100%,from(#0026ff), to(#0094ff)); /*谷歌*/ 
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0026ff), to(#0094ff)); /* Safari 4-5, Chrome 1-9*/ 
    background: -webkit-linear-gradient(top, #0026ff, #0094ff); /*Safari5.1 Chrome 10+*/ 
    background: -o-linear-gradient(top, #0026ff, #0094ff); /*Opera 11.10+*/
}
.productimg img{
    width:210px;
    padding: 1px 1px 1px 1px;
}
