﻿ 

body,ol,ul,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,form,fieldset,legend,input,textarea,select{margin:0;padding:0}
body{font:14px"微软雅黑","Arial Narrow",HELVETICA;background:#fff;}
a{color:#2d374b;text-decoration:none}
em{font-style:normal}
ul,li{list-style:none}
img{border:0;vertical-align:middle}
table{border-collapse:collapse;border-spacing:0}
p{word-wrap:break-word}
/*
.popup-main{
    width:740px;
    height:610px;
    background-color: #fff;
    position: fixed;
    z-index:9999;
    display:none;
}*/
.popup-main{
    width:740px;
    height:320px;
    background-color: #fff;
    position: fixed;
    z-index:9999;
    display:none;
}
.popup-main .close{  height:15px; line-height:15px;  float: right;margin-top: 12px; margin-right: 10px;vertical-align: middle; }
.popup-title{
    font-size:28px;
    font-weight: normal;
    color:#282828;
    margin-top:20px;
    text-align: center;
}
.popup-tab-head{
    width:268px;
    height:44px;
    margin:15px auto 24px;
}
.popup-tab-head > li{
    width:132px;
    height:41px;
    line-height:40px;
    border:solid 1px #72ba45;
    float:left;
    text-align:center;
}
.popup-tab-head > li > a{
    display: block;
    font-size:16px;
    color:#3b3b3b;
}
.popup-tab-head > li.active > a{
    color:#fff;
    background-color: #72ba45;
}
/*
.popup-tab-body{
    width:640px;
    margin:0 auto;
}*/
.popup-tab-body{
    width:520px;
    margin:0 auto;
}
.popup-tab-body > li{
    width:100%;
    display: none;
}
.popup-tab-body > li.active{
    display: block;
}
.industry-list{
    overflow: hidden;
}
.industry-list > li{
    width:118px;
    height:118px;
    border:solid 1px #e3e3e3;
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    float: left;
    margin-bottom:28px;
    margin-right:10px;
}
.industry-list > li.no-right{
    margin-right:0;
}
.industry-list > li:hover{
    background-color: #fafafa;
}
.industry-list > li > a{
    display: block;
    width:100%;
    height: 93px;
}
.industry-list > li > a > .img-space{
    margin: 20px auto 12px;
    text-align: center;
    height: 43px;
    line-height: 43px;
}
.industry-list > li > a > p{
    font-size:14px;
    color:#414141;
    text-align: center;
}
