
/* 共用css */
* {-webkit-box-sizing: border-box;box-sizing: border-box;}
body{
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 24px;
    font-family: "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", 微软雅黑, tahoma, simsun, 宋体;
}
.fr{float:right} .fl{float:left} .tc{text-align: center}
.cf:before,.cf:after{
    content:"";
    display:table;
}
.cf:after{clear:both;}
html,body,div,dl,dd,dt,ul,ol,li,h1,h2,h3,h4,h5,th,td,tr,pre,form,fieldset,input,textarea,p,blockquote{padding:0;margin:0;}
ul,li{list-style-type: none;}
a{text-decoration: none;-webkit-transition: all 0.6s;transition: all 0.6s;}
a:hover{text-decoration: none;}
input{text-decoration: none;border:none;outline: none;vertical-align: middle;}
img {border: 0;vertical-align: middle;}
.t_gery_6{color:#666;}.t_gery_3{color:#333}.t_white{color:#fff;}
.ptb{padding: 10px 0;}
.active{border-bottom:3px solid #5CABDF;}
/* 共用css */
/* 版心 */
.w{
    min-width:1024px;
    max-width:1980px;
    margin: 0 auto;
}
.content {
    width: 1028px;
    margin: 0 auto;
}

.m_con {
    width: 1010px;
    margin: 0 auto;
}
main{
    background: #fff;
}
/* 版心 */
.ani{
    opacity: 0;
    -webkit-transform:translate(-180px,100px) scale(0,0) ;
    -moz-transform:translate(-180px,-100px) scale(0,0) ;
     -ms-transform:translate(-180px,-100px) scale(0,0) ;
         transform:translate(-180px,-100px) scale(0,0) ;
    -webkit-transition:all 1s 0.3s;
    -moz-transition:all 1s 0.3s;
     -ms-transition:all 1s 0.3s;
         transition:all 1s 0.3s;
}
.ani.ani-active{
    opacity: 1;
    -webkit-transform:translate(0,0) scale(1,1) !important;
    -moz-transform:translate(0,0) scale(1,1) !important;
     -ms-transform:translate(0,0) scale(1,1) !important;
         transform:translate(0,0) scale(1,1) !important;
}

/* header */
body{
    background: url('http://fgkeji.feiguonet.com/WechatIMG1017.png') no-repeat;
    /* background: url('../img/bg1.png') no-repeat; */
    background-size: 100%;
    background-attachment: fixed;
}
.header{
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    transition: all 1s;
    z-index: 10000;
}
.navigation{
    height: 80px;
    line-height: 80px;
} 
.nav ul li{
    float: left;
    color: #fff;
    margin-left: 30px;
    transition: all 1s;
    cursor: pointer;
}


/* header */
/* main1 */
.main1{
    background: #fff;
    width: 100%;
    margin-top: 590px;
    position: relative;
    padding-top:180px;
    transition: all 1s;
    padding-bottom: 80px;
}
@media screen and (max-width: 1300px){
    .main1{
        margin-top: 450px;
    }
}
.main1 .counts{
    width: 800px;
    position: absolute;
    top: -60px;
    left: 50%;
    margin-left: -400px;
    background: #fff;
    height: 120px;
    padding: 0 20px;
    box-shadow: -2.5px 16px 20px -10px #ccc;
}
.counts .num{
    font-size: 45px;
    margin-top: 20px;
    height: 60px;
    line-height: 60px;
    transform:translateY(100px);
    opacity: 0;
}
.num.num_active{
    opacity: 1;
    transform:translateY(0);
    -webkit-transition: all 1s 0.3s;
    -moz-transition: all 1s 0.3s;
    -ms-transition: all 1s 0.3s;
    transition: all 1s 0.3s;
}
.main1 .counts ul{
    display: flex;
    justify-content: space-between;
}
.main1 .counts ul li{
    float: left;
}
.id1_li{
    background: #fcfcfc;
    padding: 10px;
    float: left;
    width: 240px;
    margin-right: 17px;
    transition: all 1s;
    color: #272727;
}
.id1_li:hover{
    background: #5AAADF;
    color:#fff;
}
.id1_li img{
    transition: all 1s;
}
.suspension{
    position: absolute;
    background: #5AAADF;
    text-align: center;
    width: 180px;
    height: 80px;
    line-height: 30px;
    bottom: -40px;
    left: -113px;
    padding-top: 16px;
    transform: translateY(100px);
}
.suspension.suspension_active{
    transform: translateY(0);
    -webkit-transition: all 1s 0.3s;
    -moz-transition: all 1s 0.3s;
    -ms-transition: all 1s 0.3s;
    transition: all 1s 0.3s;
}
.bline{
    width: 60px;
    border-top: 2px solid #5AAADF;
    margin: 5px auto;
    transition: all 1s;
}
.id1_li:hover .bline{
    border-top: 2px solid #fff;
}
.idx_1 .idx_1_list{
    margin: 100px 0 0;
    width: 1028px;
}

/* main1 */
/* main2 */
.main2{
    background: #F5F5F5;
    width: 100%;
    position: relative;
    padding-top:80px;
    transition: all 1s;
    padding-bottom: 10px;
}
.idx2_list{
    margin: 70px 0;
    width: 1028px;
}
.idx2_list ul li{
    width: 320px;
    height: 400px;
    float: left;
    margin-right: 22px;
    margin-bottom: 40px;
    position: relative;
}

.front{
    width: 320px;
    opacity: 1;
    transition: all 1s;
    z-index: 999;
    position: absolute;
    top: 0;
    left: 0;
}
.front_top{
    position: relative;
}
.front_img{
    width: 320px;
}
.front_name{
    width: 200px;
    height: 60px;
    box-shadow: -2.5px 16px 20px -10px #ccc;
    font-size: 26px;
    line-height: 60px;
    position: absolute;
    background: #fff;
    bottom: -30px;
    left: 50%;
    margin-left: -100px;
    transform: translateY(100px);
}
.front_name.front_name_active{
    transform: translateY(0);
    -webkit-transition: all 1s 0.3s;
    -moz-transition: all 1s 0.3s;
    -ms-transition: all 1s 0.3s;
    transition: all 1s 0.3s;
}
.description{
    background: #fff;
    height: 160px;
    padding-top: 60px;
}
.behind{
    width: 320px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
}
.behind_top{
    padding-top:30px;
}
.behind_top img{
    width: 230px;
    height: 230px;
}
.behind_bottom{
    background: #fff;
    height: 130px;
    padding-top: 60px;
}
/* main2 */
/* main3 */
.main3{
    padding: 40px 0;
}
.contact{
    width: 350px;
    position: relative;
}
.contact_bottom ul li{
    font-size: 16px;
    padding: 28px 0;
}
.contact_bottom ul li img{
    margin-right: 5px;
}
.qrcode{
    position: absolute;
    right: 0;
    bottom: 26px;
}
/* main3 */
/* footer */
footer{
    background: #272727;
    color: #838383;
    padding: 20px 0;
    width: 100%;
}
.foo_top{
    padding: 20px 0;
    margin-bottom: 20px;
}
.foo_top a{
    padding: 0 10px;
    color: #838383;
}
/* footer */