@font-face {
    font-family: 'icomoon';
    src:  url('../fonts/icomoon.eot?yzq7ee');
    src:  url('../fonts/icomoon.eot?yzq7ee#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?yzq7ee') format('truetype'),
    url('../fonts/icomoon.woff?yzq7ee') format('woff'),
    url('../fonts/icomoon.svg?yzq7ee#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-gift:before {
    content: "\e99f";
}
.icon-office:before {
    content: "\e90a";
}
.icon-sina-weibo:before {
    content: "\e909";
}
.icon-shop:before {
    content: "\e900";
}
.icon-fengchao2:before {
    content: "\e901";
}
.icon-fengchao:before {
    content: "\e902";
}
.icon-zhanhui:before {
    content: "\e903";
}
.icon-home:before {
    content: "\e904";
}
.icon-need:before {
    content: "\e905";
}
.icon-business:before {
    content: "\e906";
}
.icon-wechat:before {
    content: "\e907";
}
.icon-qq:before {
    content: "\e908";
}

li{
    list-style-type:none
}
.header{
    margin-top: 20px;
}
.content{
}
.con-con{
    border: #9d9d9d solid 1px;
    padding: 0;
    width: 92%;
    margin-left: 4%;
    margin-top: 50px;
}
.footer{
    background: #444444;
    margin-top: 50px;
    color: white;
}
.nav-two-h{
    margin-top: 25px;
    margin-left: 40px;
}
.nav-two-ul>li{
    margin-top: 5px;
}
.nav-two-ul a{
    color:#e1e1e1;
}
.nav-two-ul a:hover{
    color:#e1e1e1;
    text-decoration:none;
}
.footer-bottom{
    background: #444444;
    color: white;
    border-top:#999999 solid 1px;
}
.con-img{
    margin: 20px;
    overflow: hidden;
}
.con-con:hover .con-img>img{
    transform:scale(1.1,1.1) ;
    -moz-transform:scale(1.1,1.1) ;
    -ms-transform:scale(1.1,1.1) ;
    -webkit-transform:scale(1.1,1.1) ;
    -o-transform: scale(1.1,1.1);
    transition: ease 1s;
}
.con-con:hover{
    box-shadow: 0 0  10px#888888;
    transition:  1s;
}
.con-con>p{
    margin: 0 20px 20px 20px;
}


.item-h{
    color: #1976de;
    border-left: solid 2px #1976de;
    padding-left: 15px;
    font-weight: bold;
}
.item-content{
    margin-top: 20px;

}
.item-content>a>h4{
    font-weight: bold;
}