@keyframes img_move{
    0%{
        -webkit-transform:scale(1,1);
        transform:scale(1,1);}
    50%{
        -webkit-transform:scale(1.1,1.1);
        transform:scale(1.1,1.1);}
    100%{
        -webkit-transform:scale(1,1);
        transform:scale(1,1);}
}
/*--LOGIN--*/
.login-main {margin-top:20px;}
.login-title {
    width:100%;height:auto;float:left;
}
.login-title span {
    width:100%;height:50px;line-height:50px;float:left;text-align:center;font-size:22px;font-weight:bold;
}
.form-group {margin-top:15px;}
.form-actions label {
    width:100%;height:50px;line-height:50px;float:left;
}
.form-actions label span{
    margin-top:15px;float:left;
}
.form-actions button {
    width:100%;height:40px;float:left;
}
.create-account {
    width:100%;height:50px;line-height:50px;float:left;
}
/*--REGEDIT--*/
.form-horizontal .control-label {
    text-align:left;
}
.form-actions label button{
    width:100%;float:left;
}
/*--IDC-JIFANG--*/
.fangan-banner {
    width:100%;height:150px;background: url("../images/bg-fangan.jpg") center center no-repeat;
    background-size: cover;float:left;
}
.fangan-banner span {
    width:100%;text-align:center;font-size:34px;color:#fff;text-align:center;float:left;line-height:150px;
}
.jifang-fangan {
    width:100%;height:auto;float:left;background:#fff;
}

.jifang-fangan h3 {
    width:100%;height:50px;line-height:50px;float:left;text-align:center;
}
.fangan-col {padding:30px 0;}
.fangan-col-item {width:100%;height:auto;float:left;margin:10px auto 10px auto;padding:10px 0;}
.fangan-item-img {width:20%;height:auto;float:left;text-align:center;display: flex;justify-content: center;}
.fangan-item-img i {font-size:32px;color:#1D4792;}
.fangan-item-t {width:80%;height:auto;float:right;}
.fangan-item-t dt {font-size:18px;color:#1D4792;}
/*--LOUYU--*/
.zhineng-col {
    width:100%;height:auto;float:left;
    display:flex;display:-ms-flex;display:-webkit-flex;flex-wrap: wrap;align-items: center;justify-content: space-between;
    padding:30px 10px;
}
.zhineng-col a {
    width:23%;height:auto;display:block;border:1px solid #f2f2f2;background:#f2f2f2;margin-bottom:20px;
}
.zhineng-col a:hover {
    background:#1D4792;
}
.zhineng-col a:hover dt i {
    color:#fff;
}
.zhineng-col a:hover dd {
    color:#fff;
}
.zhineng-changjing dt {
    width:100%;height:auto;float:left;text-align:center;padding:20px 0;
}
.zhineng-changjing dt i {
    font-size:32px;
}
.zhineng-changjing dd {
    width:100%;height:35px;line-height:35px;float:left;text-align:center;
}
/*--ZUWANG--*/
.zuwang-title {
    width:100%;height:auto;float:left;padding:30px 0;
}
.zuwang-title h3 {width:100%;height:auto;float:left;text-align:center;font-size:24px;font-weight:bold;color:#1D4792;}
.zuwang-col {
    width:100%;height:auto;float:left;
    display:flex;display:-ms-flex;display:-webkit-flex;flex-wrap: wrap;align-items: center;justify-content: space-between;
    padding:30px 10px;
}
.zuwang-item {
    width:23%;height:auto;display: block;border:1px solid #f2f2f2;border-radius: 5px;padding:15px;
}
.zuwang-item dt {width:100%;height:50px;line-height:50px;float:left;text-align:center;font-size:18px;font-weight:bold;color:#1D4792;}
.zuwang-item dd {width:100%;height:auto;float:left;text-align:center;}
.liucheng-col {
    width:100%;height:auto;float:left;
    display:flex;display:-ms-flex;display:-webkit-flex;flex-wrap: wrap;align-items: center;justify-content: space-between;
    padding:30px 10px;
}
.liucheng-item {
    width:15%;height:auto;display:block;background:#1D4792;border:10px solid #f2f2f2;
}
.liucheng-item dt {
    width:100%;height:50px;line-height:50px;float:left;text-align:center;font-size:22px;font-weight:bold;color:#fff;
}
.liucheng-item dd {
    width:100%;height:50px;line-height:50px;float:left;text-align:center;color:#fff;font-size:16px;
}
/*--YUNWEI--*/
.yunwei-p {
    width:100%;height:40px;line-height:40px;float:left;text-align:center;
}
.yunwei-col {
    width:100%;height:auto;float:left;
    display:flex;display:-ms-flex;display:-webkit-flex;flex-wrap: wrap;align-items: center;justify-content: space-between;
    padding:20px 10px;
}
.yunwei-item {
    width:33%;height:auto;display: block;border:1px solid #f2f2f2;border-radius: 5px;
}
.yunwei-item dt {
    width:100%;height:50px;line-height:50px;float:left;text-align:center;font-size:18px;font-weight:bold;color:#fff;
    background:#1D4792;
}
.yunwei-item dd {width:96%;height:auto;line-height:35px;float:left;text-align:left;padding:10px 2%;}
/*--INDEX-HEZUO--*/
.hezuo {
    width:100%;height:auto;float:left;
    display:flex;display:-ms-flex;display:-webkit-flex;flex-wrap: wrap;align-items: center;justify-content: space-between;
    padding:20px 10px;
}
.hezuo-item {
    width:15%;height:auto;display:block;margin-bottom:20px;
}
.product-item {
    width:100%;height:auto;float:left;
    display:flex;display:-ms-flex;display:-webkit-flex;flex-wrap: wrap;align-items: center;justify-content: space-between;
    margin-bottom:30px;
}
.product-item label {
    padding:10px 25px;
    border:1px solid #ccc;
    background:#fff;
    border-radius:15px;
}
.product-item label a {
    color:#000;
}
.product-item label:hover {
    background:#FFF1ED;
}
.product-item label:hover a {
    color:#fe714b;
}
@media only screen and (max-width: 1200px){
    .login-title {
        width:100%;height:auto;float:left;margin-top:70px;
    }
}
@media only screen and (max-width: 960px){
    /*--YUNWEI--*/
    .yunwei-item {
        width:50%;height:auto;display: block;border:1px solid #f2f2f2;border-radius: 5px;
    }
    .hidden-xs {display:none;}
}
@media only screen and (max-width: 767px){

}
@media only screen and (max-width:640px){
    .fangan-banner span {
        font-size:16px;
    }
    /*--ZUWANG--*/
    .zuwang-item {
        width:100%;height:auto;display: block;border:1px solid #f2f2f2;border-radius: 5px;padding:15px;
    }
    .liucheng-item {
        width:33%;height:auto;display:block;background:#1D4792;border:10px solid #f2f2f2;
    }
    /*--YUNWEI--*/
    .yunwei-item {
        width:100%;height:auto;display: block;border:1px solid #f2f2f2;border-radius: 5px;
    }
    /*--INDEX-HEZUO--*/
    .hezuo-item {
        width:48%;height:auto;display:block;margin-bottom:20px;
    }
}
@media only screen and (max-width:480px){

}
@media screen and (max-width:320px) {

}