*{
    padding: 0;
    margin: 0;
    font-family: "microsoft YaHei";
    box-sizing: border-box;
    outline: none;
}
a{text-decoration:none;color: #4c4c4c;}
em{font-style:normal}
li{list-style:none}
img{border:0;}
i,em {
    font-style: normal;
}
label {
    margin-bottom: 0;
    font-weight: normal;
}
h1,h2,h3,h4,h5,h6,p,img,div,ul ,li,dd,dl,dt,body {
    margin: 0;
    padding: 0;
}
table{border-collapse:collapse;border-spacing:0}
p{word-wrap:break-word;}
.left{float: left;}
.right{float: right;}
.clear{clear: both;}


body{
    height:986px;
    background-image: url(../images/index_bg.png);
    background-repeat:no-repeat;
    background-size:auto 100%;
    -moz-background-size:auto 100%;
}
.left_bg,.right_bg{
    width:100%;
    position: absolute;
    top:0px;
    left:0px;
}
.main{
    width:960px;
    height:780px;
    z-index: 10;
    position: relative;
    margin: 0 auto;
    top:89px;
}
.logo{
    position: absolute;
    left:0px;
    top:-70px;
}
.xinxi{
    display: block;
    width: 240px;
    height:260px;
    color:#fff;
    position: relative;
    transition:transform 1s;
    opacity: 0.9;
}
.xinxi:hover{
    transform: scale(1.2);
    z-index: 50;
    opacity:1;
}
.xinxi>p{
    position: absolute;
    font-size: 18px;
    top:130px;
    left:30px;
}
.xinxi>span,.more>span{
    position: absolute;
    font-size: 13px;
    top:180px;
    left:30px;
    padding-right: 20px;
}
.xinxi>img,.more>img{
    position: absolute;
    top:30px;
    left:30px;
}
.main>div+div:after{
    content: "";
    display: block;
    clear: both;
}
.main>div:nth-child(2)>:nth-child(n){
    float: right;
}
.main>div:nth-child(3)>:nth-child(n){
    float: left;
}
.main>div:nth-child(4){
    display: flex;
    justify-content: center;
}
.search{
    margin-top:180px;
    position: relative;
}
.gjjs{
    position: absolute;
    left:260px;
    top:0px;
}
.gjjs>a{
    display: block;
    border-bottom: 1px solid #fff;
    color: #fff;
}
.search>input{
    width:640px;
    height:60px;
    float: right;
    font-size: 14px;
    padding: 20px 0px;
    padding-left: 30px;
    border: none;
    transition: width 1s;
}
/*.search:hover>input{
    width:360px;
}*/
.search>a{
    float: right;
    height: 60px;
}
.search>a>img{
    height:60px;
}
.youshi{
    background: #fec932;
}
.gongsi{
    background: #65d182;
}
.kehu{
    background: #fc9348;
}
.huiyuan{
    background: #70468c;
}
.jituan{
    background: #e0566e;
}
.zixun{
    background: #6e9ce7;
}
.more{
    width: 240px;
    height:240px;
    position: relative;
}
.more>a{
    display: block;
    font-size: 18px;
    color:#fff;
    width: 100px;
    height: 40px;
    line-height: 40px;
    background: #fd670a;
    position: absolute;
    top:130px;
    left:30px;
    text-align: center;
}
.more>span{
    color:#000;
}
.fengetiao{
    height: 4px;
    position: relative;
    top:120px;
}
.fengetiao>img{
    width:100%;
}
footer{
    position: relative;
    padding-top: 30px;
    top:140px;
}
footer>p{
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    color:#999;
}
.fixed{
    position: fixed;
    width:54px;
    height:108px;
    right:150px;
    top:415px;
    z-index: 100;
}
.fixed>a{
    width:54px;
    height:54px;
    position: absolute;
    left:0px;
}
.fixed>a:first-child{
    top:0px;
}
.fixed>a:last-child{
    top:54px;
}
.ewm_show{
    position: fixed;
    top:415px;
    right:220px;
    text-align: center;
    width:180px;
    background: #fff;
    z-index: 100;
    padding: 10px 0px;
}
.ewm_show>img{
    width:130px;
}
.ewm_show>p{
    text-align: center;
    font-size: 14px;
}

