﻿body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td
{
    margin: 0;
    padding: 0;
}

/*******************************
    -------[=滚动效果]-------
********************************/
.main_1
{
    clear: both;
    overflow: hidden;

    width: 1200px;
    margin: -124px auto;
}

/*发展历程*/
.develdbg
{
    position: relative;

    clear: both; /*height:560px; */
    overflow: hidden;

    background: url(../images/ico30.jpg) 0 174px repeat-x;
}
.develdbg2
{
    clear: both;/*height: 560px;*/

    margin-top: 50px;
    margin-bottom: 124px;

    background: url(../images/yz-pic15.jpg) no-repeat center bottom;
}
.i-bor
{
    position: absolute;
    top: 350px;
    left: 0;

    width: 100%;
    height: 2px;

    background-color: #e8e8e9;
}
.develuld
{
    clear: both;
    overflow: hidden; 

    width: 1100px;
    height: 560px;
    margin: 0 auto;
}

.devellid
{
    position: relative;

    float: left;

    width: 200px;
    height: 560px;
    padding: 0 20px;

    text-align: center;
}
.devellid .dlinka
{
    position: absolute;
    z-index: 22;
    top: 96px;
    left: 50%;

    width: 200px;
    height: 62px; 
    margin-left: -83px;
}
.devellid .dlinka h3
{
    font-size: 16px;
    line-height: 30px;

    padding-bottom: 5px; 

    color: #333;
}
.devellid .dlinka h2
{
    font-size: 12px;
    font-weight: normal;

    height: 42px;

    color: #949494;
}
.devellid .dlinka p a
{
    display: inline-block; 

    width: 40px;
    height: 40px;

    background: url(../images/yz-ico12.png) center no-repeat;
}
.devellid .dlinka p a:hover
{
    background: url(../images/yz-ico13.png) center no-repeat;
}
.devellid.sel.on .dlinka p a
{
    background: url(../images/yz-ico13.png) no-repeat center;
}
.devellid .bgpicd
{
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;

    width: 436px;
    height: 293px;
}
.devellid .smpicd
{
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;

    width: 316px;
    height: 213px;
    padding: 40px 60px ;
}
.devellid .infod
{
    position: absolute;
    z-index: 3;
    top: 280px;
    left: 0;

    width: 100%;

    text-align: center;
}
.devellid .infod h3
{
    font-size: 22px;
    font-weight: bold;
    line-height: 30px; 

    padding-bottom: 15px;

    color: #f00;
}
.devellid .infod p
{
    font-size: 15px;

    overflow: hidden;

    color: #666;
}

.devellid,
.devellid .dlinka
{
    -webkit-transition: all .5s;
       -moz-transition: all .5s; 
            transition: all .5s;
}
.devellid .bgpicd,
.devellid .smpicd,
.devellid .infod
{
    -webkit-transition: all .8s;
       -moz-transition: all .8s; 
            transition: all .8s;

    opacity: 0;

    filter: alpha(opacity=0);
}
.devellid.on
{
    width: 200px;
}
.devellid.on .dlinka
{
    z-index: 2; 

    width: 436px;
    margin-left: -218px;
}
.devellid.on .bgpicd,
.devellid.on .smpicd,
.devellid.on .infod
{
    opacity: 1; 

    filter: alpha(opacity=100);
}

.TAB_CLICK .item,
.multi-tab-box .item
{
    cursor: pointer;
}
.screen-reader-text
{
    display: none;
}
.no-found
{
    font-size: 16px;

    margin: 0 0 50px 0;
}
