﻿.zzIndex_Title{
    width:100%;
    height:auto;overflow:hidden;
    text-align:center;
    line-height:40px;
}
.zzIndex_Title h1{font-size:35px;font-weight: bold;}
.zzIndex_Title span{font-size:14px;color:#999;}
.zzIndex_Title div{
    width:60px;
    height:2px;background:#008dc9;
    margin:5px auto;
}

#zzIndex_About{
    width:100%;
    height:auto;overflow:hidden;
    background:#efefef;
}
.zzIndex_About_Left{
    width:70%;float:left;
    height:auto;overflow:hidden;
    background:#fff;
    box-shadow:10px 5px 10px #d9d9d9;
    margin-right:5%;
}
.zzIndex_About_Left .word{
    width:90%;
    height:auto;overflow:hidden;
    line-height:25px;
    margin-left:auto;
    margin-right:auto;
}
.zzIndex_About_Left .more{
    width:90%;
    height:auto;overflow:hidden;
    margin-left:auto;
    margin-right:auto;
}
.zzIndex_About_Left .more div{
    width:80px;float:right;
    height:30px;line-height:30px;
    border:1px solid #008dc9;
    text-align:center;
    color:#008dc9;
}
.zzIndex_About_Left .more div a{color:#008dc9;}
.zzIndex_About_Left .more div:hover{background:#008dc9;color:#fff;}
.zzIndex_About_Left .more div:hover a{color:#fff;}

.zzIndex_About_Right{
    width:25%;float:left;
}
.zzIndex_About_Right .list{
    width:120px;
    height:120px;line-height:120px;
    background:#008dc9;
    text-align:center;
    font-size:18px;
    color:#fff;
    border-radius:50%;
}
.zzIndex_About_Right .list a{color:#fff;}
.zzIndex_About_Right .left{
    width:50%;float:left;
}
.zzIndex_About_Right .right{
    width:50%;float:left;
}

#zzIndex_Products{
    width:100%;
    height:auto;overflow:hidden;
    background:url(../Images/index_product_bg.jpg) center;
}

.zzIndex_Product_Title{
	width:100%;
	height:auto;overflow:hidden;
	overflow:hidden;
    text-align:center;
}
.zzIndex_Product_Title img{width:300px;}
.zzIndex_Product_Menu{
    width:100%;
    height:auto;overflow:hidden;
    text-align:center;
    line-height:25px;
}
.zzIndex_Product_Menu li{
    display:inline-block;
    padding:5px 15px;
    background:#fff;
    color:#333;
    margin:0 5px 10px 5px;
    transition:all 0.5s;
}
    .zzIndex_Product_Menu li:hover {
        background: #008dc9;
        color: #fff;
    }
.zzIndex_Product_Menu li:hover a{color:#fff;}
.indexProductList {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.indexProductList li{
    width: 17%;
    float: left;
    height: auto;
    overflow: hidden;
    background: #fff;
    margin: 10px 1%;
    padding: 10px 0.5%;
    transition:all 0.5s;
}
.indexProductList li:hover{box-shadow:0 0 10px #666;}
.indexProductList li div{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.indexProductList li div img {
        width: 100%;
        height: 180px;
    }
    .indexProductList li h2{
        width: 100%;
        height: auto;
        overflow: hidden;
        line-height:40px;
        margin:10px auto;
        text-align: center;
    }

.zzIndex_More{
    width:100%;
    height:auto;overflow:hidden;
}
.zzIndex_More div{
    width:120px;
    height:35px;line-height:35px;
    margin:auto;
    text-align:center;
    background:#fff;
    color:#008dc9;
    border-radius:20px;
    transition: all 0.5s;
}
.zzIndex_More div a{color:#008dc9;}
.zzIndex_More div:hover{background:#008dc9;color:#fff;}
.zzIndex_More div:hover a{color:#fff;}

.zzIndex_Advantage{
    width:100%;
    height:auto;overflow:hidden;
    margin:40px auto;
}
.zzIndex_Advantage_Left{
    width:50%;float:left;
    text-align:center;
}
.zzIndex_Advantage_Right{
    width:50%;float:left;
    text-align:center;
}

.zzIndex_Advantage_Num{
    width:60px;float:left;
    margin-right:10px;
}
.zzIndex_Advantage_Num div{
    width:100%;
    height:60px;
    line-height:60px;
    background:#008dc9;
    color:#fff;
    font-size:30px;
    border-radius:50%;
}
.zzIndex_Advantage_Word{
    width:530px;float:left;
    text-align:left;
    height:auto;overflow:hidden;
    line-height:30px;
    font-size:18px;
}
.zzIndex_Advantage_Word h3{font-size:24px;color:#008dc9;font-style:italic;}
.zzIndex_Advantage_Word div{
    width:100%;
    height:auto;overflow:hidden;max-height:100px;
    line-height:25px;
    font-size:13px;
    border-bottom:4px solid #f0f0f0;
    padding-bottom:10px;
    margin:10px 0;
}

#zzIndex_Middle{
    width:100%;
    height:auto;overflow:hidden;
    background:url(../Images/index_news_bg.jpg) center;
}
.zzIndex_News_List{
    width:30.33%;float:left;
    height:auto;overflow:hidden;
    margin:10px 1.5%;
    background:#fff;
}
.zzIndex_News_List .title{
    width:90%;
    height:75px;overflow:hidden;
    padding-top:25px;
    padding-left:10%;
    color:#fff;
    line-height:25px;
    font-size:16px;
}
.zzIndex_News_List .title span{font-size:14px;color:#e3e3e3;}
.bg_news{background:url(../Images/index_news_pic.jpg);}
.bg_support{background:url(../Images/index_support_pic.jpg);}
.bg_down{background:url(../Images/index_down_pic.jpg);}

.zzIndex_News_List .list{
    width:90%;
    height:auto;overflow:hidden;
    margin:20px auto;
}
.zzIndex_News_List .list li{
    width:100%;
    height:30px;line-height:30px;overflow:hidden;

    transition:all 0.5s;
}
    .zzIndex_News_List .list li:hover {
        text-indent: 10px;
    }
.zzIndex_News_List .more{
    width:94%;
    height:auto;overflow:hidden;
    line-height:25px;
    margin:20px auto 30px auto;
}
.zzIndex_News_List .more div{
    width:80px;float:right;
    height:30px;line-height:30px;
    border:1px solid #008dc9;
    text-align:center;
    color:#008dc9;
}
.zzIndex_News_List .more div a{color:#008dc9;}
.zzIndex_News_List .more div:hover{background:#008dc9;color:#fff;}
.zzIndex_News_List .more div:hover a{color:#fff;}



@media(max-width:720px){
    .zzIndex_About_Left{
        width:90%;
        margin-right:5%;
        margin-left: 5%;
    }    
    .zzIndex_About_Right{
        width:90%;
        margin: 20px 2% 20px 8%;
    }
   
    .indexProductList {
        width: 100%;
        height: auto;
        overflow: hidden;
    }
    .indexProductList li{
        width: 90%;
        margin: 10px 3%;
        padding: 10px 2%;
    }
    .indexProductList li div img {
            height: auto;
        }
    

        .zzIndex_Advantage img{
            max-width: 100%;
        }
    .zzIndex_Advantage_Left{
        width:100%;
    }
    .zzIndex_Advantage_Right{
        width:100%;
    }
    .zzIndex_Advantage_Num{
        width:60px;float:left;
        margin-right:10px;
    }
    .zzIndex_Advantage_Num div{
        border-radius:0;
        margin-bottom: 20px;
    }
    .zzIndex_Advantage_Word{
        width:100%;
    }

    
    .zzIndex_News_List{
        width:96%;float:left;
        height:auto;overflow:hidden;
        margin:10px 2%;
        background:#fff;
    }
   
}