

/*News*/
.divContentWX {
    width: 980px;
    margin: 0px auto;
    height: 180px;
}
.divContentWX .divContent_Mg_WX {
    width: 110px;
    float: left;
    height: 110px;
    margin-top:50px;
    margin-right: 0px;
    background: url('weixi_big.png') no-repeat;
}
.divContent_News {
    width: 415px;
    float: left;
}
.divContent_News h1 {
    color: #444;
    font-size: 16px;
    margin-bottom: 7px;
    padding-bottom: 50px;
    background: url('gsxw.png') no-repeat scroll 0px 25px transparent;
    padding-top: 15px;
}
.divContent_Products {
    width: 415px;
    float: left;
    margin-left: 20px;
}
.divContent_Products h1 {
    color: #444;
    font-size: 16px;
    margin-bottom: 7px;
    padding-bottom: 50px;
    background: url('cpxw.png') no-repeat scroll 0px 25px transparent;
    padding-top: 15px;
}
.index_2015_ul_list li {
    font-size:14px;
    font-family:'Microsoft YaHei';
    padding-bottom: 2px;
}
.index_2015_ul_list li span {
    float: right;
    margin-right: 10px;
}
.index_2015_ul_list li a{  color: #303030;}
.index_2015_ul_list li a:hover {
    color: #D80C18;
}

.divContentWB {
    width: 980px;
    margin: 0px auto;
    height: 215px; 
    overflow: hidden;
}
.divContentWB .divContent_Mg_WB {
    width: 110px;
    float: left;
    height: 110px;
    margin-right: 0px;
    margin-top:50px;
    background: url('weibo_big.png') no-repeat;
}
.divContent_Dustry {
    width: 415px;
    float: left;
}
.divContent_Dustry h1 {
    color: #444;
    font-size: 16px;
    margin-bottom: 7px;
    padding-bottom: 50px;
    background: url('hydt.png') no-repeat scroll 0px 25px transparent;
    padding-top: 15px;
}
.divContent_Media {
    width: 415px;
    float: left;
    margin-left: 20px;
}
.divContent_Media h1 {
    color: #444;
    font-size: 16px;
    margin-bottom: 7px;
    padding-bottom: 50px;
    background: url('mtbd.png') no-repeat scroll 0px 25px transparent;
    padding-top: 15px;
}




/* soft_function */
img{border:0;}
.soft_function{width:1000px;height:auto;margin:0 auto}
.soft_con_icon{width:1000px;height:190px;display:block;padding-top:10px}
.soft_con_icon ul li{float:left;display:block;list-style:none;height:180px;width:150px; margin:0 25px;}
.soft_con_icon ul li a p{color:#333333;font-size:20px;font-family:"Î¢ÈíÑÅºÚ";text-align:center}
.soft_con_icon ul li a:hover{text-decoration:none;}
.soft_con{height:285px;width:1000px}
.soft_con1{height:20px;width:1000px;background:url(line_select_001.gif)}
.soft_con2{height:275px;width:998px;border-bottom:1px solid #d4d4d4;border-left:1px solid #d4d4d4;border-right:1px solid #d4d4d4;background:#fcfcfc}
.soft_con2 div{float:left;margin:8px 0px;}
.function1{height:259px;width:249px;border-right:1px dashed #d4d4d4}
.function2{height:259px;width:248px;}
.soft_con2 div img{margin:20px 50px 0px 49px}
.soft_con2 div p{text-align:center}
.p1{font-size:20px;color:#555555;font-family:"Î¢ÈíÑÅºÚ";line-height:45px}
.p2{font-size:14px;color:#c0c0c0;font-family:"Î¢ÈíÑÅºÚ";width:208px;height:50px;line-height:24px;margin:auto;overflow: hidden;}


.divIndex02 {
    height: 377px;
    background-color: #4FC1FF;
    width: 100%;
    margin-bottom: 10px;
}
.divIndexImg2 {
    background: #4FC1FF url('index_02.png') repeat-x;
    margin: 0 auto;
    height: 377px;
    width: 960px;
}




.blocks
{
    margin: auto;
    max-width: 1070px;
    padding: 0;
}
.blocks li
{
    color: #fff;
    cursor: default;
    background-color: #2196F3;
    float: left;
    list-style: none;
    margin: 1%;
    padding: 80px 0px 40px;
    position: relative;
    text-align: center;
    -webkit-transition: .3s cubic-bezier(.3,0,0,1.3);
    transition: .3s cubic-bezier(.3,0,0,1.3);
    width: 31%;
    border-radius: 4px;
    font-weight: bold;
    font-size:15px;
}
.blocks li:hover
{
    -webkit-transform: scale(.7);
    -ms-transform: scale(.7);
    transform: scale(.7);
    z-index: 3000;
}
.blocks .liCRM {
    background: url('bt_CRM.png') no-repeat scroll 138px 35px #2196F3;
}
.blocks .liClient {
    background: url('bt_client.png') no-repeat scroll 138px 35px #2196F3;
}
.blocks .liCompany {
    background: url('bt_company.png') no-repeat scroll 138px 35px #2196F3;
}

.popup
{
    background-color: inherit;
    color: #fff;
    height: 100%;
    width: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    padding: 15px;
    border-radius: 4px;
    -webkit-transition: .3s cubic-bezier(.3,0,0,1.37);
    transition: .3s cubic-bezier(.3,0,0,1.37);
}
.popup span
{
    font-size: 10px;
    font-weight: normal;
    left: 0;
    padding: 15px 25px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.popup h3
{
    font-size: 13px;
    margin: 0 0 5px;
    padding: 0;
}
.blocks li:hover .popup
{
    opacity: 1;
    -webkit-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
    box-shadow: 0 0 10px 2px rgba(0,0,0,.4);
}
