@charset "UTF-8";

/*footer*/

.container.footer, .footer .row, .footer .col-lg-1, .footer .col-lg-10, .footer .col-lg-11, .footer .col-lg-12, .footer .col-lg-2, .footer .col-lg-3, .footer .col-lg-4, .footer .col-lg-5, .footer .col-lg-6, .footer .col-lg-7, .footer .col-lg-8, .footer .col-lg-9, .footer .col-md-1, .footer .col-md-10, .footer .col-md-11, .footer .col-md-12, .footer .col-md-2, .footer .col-md-3, .footer .col-md-4, .footer .col-md-5, .footer .col-md-6, .footer .col-md-7, .footer .col-md-8, .footer .col-md-9, .footer .col-sm-1, .footer .col-sm-10, .footer .col-sm-11, .footer .col-sm-12, .footer .col-sm-2, .footer .col-sm-3, .footer .col-sm-4, .footer .col-sm-5, .footer .col-sm-6, .footer .col-sm-7, .footer .col-sm-8, .footer .col-sm-9, .footer .col-xs-1, .footer .col-xs-10, .footer .col-xs-11, .footer .col-xs-12, .footer .col-xs-2, .footer .col-xs-3, .footer .col-xs-4, .footer .col-xs-5, .footer .col-xs-6, .footer .col-xs-7, .footer .col-xs-8, .footer .col-xs-9 {
    padding: 0;
}

@media (min-width: 1200px) {
    .container {
        width: 1200px;
    }
}

.footer .row {
    margin-left: 0;
    margin-right: 0;
}

dt {
    font-weight: normal;
}

.footer {
    /* font-size: 100px; */
    border-top: .01rem solid #808080;
    padding: .3rem 0 !important;
    margin-top: 1.5rem;
}

@media (min-width: 992px) {
    /*.footer_nav .col-md-2 {*/
         /*width: 20%; */
    /*}*/
    #coop .col-md-2{
        width: 12%;
    }
}

.footer dt, .coop_title {
    font-family: font-max;
    font-size: .2rem;
    margin-bottom: .3rem;
}
.coop_title{
    margin-bottom:0;
}

.footer dd {
    font-size: .14rem;
    color: #9B9B9B;
    margin: .06rem 0;
}

.footer .img {
    width: 85px;
    height: 85px;
    line-height: 85px;
    position: relative;
    margin: 0 auto;
}

.footer .img img {
    /*margin-top: -.1rem;*/
    /*-webkit-transition: all .2s;*/
    /*-moz-transition: all .2s;*/
    /*-ms-transition: all .2s;*/
    /*-o-transition: all .2s;*/
    /*transition: all .2s;*/
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
}

.footer .img:hover img {
    /*-webkit-transform: scale(1.6, 1.6);*/
    /*-moz-transform: scale(1.6, 1.6);*/
    /*-ms-transform: scale(1.6, 1.6);*/
    /*-o-transform: scale(1.6, 1.6);*/
    /*transform: scale(1.6, 1.6);*/
    width: 160%;
    height: 160%;
}

/*.footer_text {
  margin-top: .32rem;
}*/

.footer_text p {
    color: #9B9B9B;
    font-size: .12rem;
    padding: .05rem 0;
    text-align: center;
}

.footer_text span {
    font-size: 20px;
    margin: 0 3px;
    vertical-align: middle;
}

.footer_text p i {
    margin-left: 15px;
    font-style: normal;
}

.footer_text .cr {
    margin-bottom: .15rem;
}

.icon_bei {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../img/icon.png) top center no-repeat;
    vertical-align: middle;
    margin: -2px 5px 0 0;
}

.qrcode {
    margin-top: 20px;
    height: 120px;
}

.qrcode h2 {
    font-size: 16px;
    margin-bottom: 0;
    margin-top:10px;
}

.qrcode p {
    width: 100%;
    font-size: 12px;
    text-align: center;
    margin-top: 5px;
    color: #999ca0;
}

.qrcode_item {
    display: inline-block;
}

.coop .col-md-4 {
    padding: 0 15px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 15px;
    /*overflow: hidden;*/
}
/*.coop .coop_item img {*/
/*vertical-align: top;*/
/*width: auto;*/
/*height: auto;*/
/*}*/
/*.coop .gray img {*/
/*font-size: 14px;*/
/*-webkit-filter: grayscale(1);*/
/*filter: gray;*/
/*filter: grayscale(1);*/
/*}*/
#coop{
    text-align:center;
}
.coop_item{
    margin:0 auto;
    display:inline-block;
    float:none;
}
#coop{
    font-size:60px;
}
.coop_item img {
    width: auto;
    height: auto;
    font-size: 12px;
    max-height: 60px;
    max-width: 100%;
}

.footer_text p a {
    margin: 0 20px;
}

.goBack {
    /*width: 40px;*/
    /*height: 40px;*/
    /*border: 1px solid #2c2c2c;*/
    /*border: 1px solid #0457A9;*/
    /*-webkit-border-radius: 100%;*/
    /*-moz-border-radius: 100%;*/
    /*border-radius: 100%;*/
    /*position: fixed;*/
    /*left: 50%;*/
    /*bottom: 20px;*/
    /*margin-left: 620px;*/
    /*text-align: center;*/
    /*line-height: 40px;*/
    /*font-size: 22px;*/
    /*overflow: hidden;*/
    /*cursor: pointer;*/
    /*-webkit-animation: move 1s infinite;*/
    /*-o-animation: move 1s infinite;*/
    /*animation: move 1s infinite;*/
    /*background: rgba(0, 0, 0, .1);*/
}

.goBack:after {
    font-family: iconfont;
    content: '\e607';
    font-size: 22px;
    display: inline-block;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    color: inherit;
    -webkit-animation: move 1s infinite;
    -o-animation: move 1s infinite;
    animation: move 1s infinite;
}

.goBack:hover {
    color: #0457A9;
}

.goBack:hover:after {
    -webkit-animation: none;
    -o-animation: none;
    animation: none;
}

.goBack.active:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.right_tools {
    width: 40px;
    height: auto;
    position: fixed;
    right: 0;
    top: 70%;
    z-index: 999;
    background: #ffffff;
}

.right_tools a {
    display: block;
    border: 1px solid #d7dde3;
    border-bottom: none;
    color: #8e9ca9;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 22px;
}

.right_tools div:last-child a {
    border-bottom: 1px solid #d7dde3;
}

.tools_item {
    position: relative;
}

.tools_img {
    width: 250px;
    position: absolute;
    right: 54px;
    top: 50%;
    background-color: #fff;
    visibility: hidden;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: all 0.3s ease 0.2s;
    transition: all 0.3s ease 0.2s;
    -webkit-transform: translateY(-70%);
    -moz-transform: translateY(-70%);
    -ms-transform: translateY(-70%);
    -o-transform: translateY(-70%);
    transform: translateY(-70%);
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(0, 0, 0, 0.08);
    padding: 10px;
}

.tools_item:hover .tools_img {
    visibility: inherit;
    opacity: 1;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.tools_item:hover a {
    color: #0457A9;
}

.tools_img img {
    float: left;
    width: 100px;
}

.tools_img div {
    float: left;
    padding: 30px 0 0 10px;
}

.tools_img p {
    font-size: 16px;
}

.tools_img p:last-child {
    font-size: 12px;
    color: #999ca0;
}

.tools_img h3{
    font-family: inherit;
    font-weight: normal;
    line-height: 2;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
    color: #999ca0;
}

.tools_img img:hover {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
}

@-webkit-keyframes move {
    0% {
        opacity: 1;
    }
    50% {
        opacity: .4;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes move {
    0% {
        opacity: 1;
    }
    50% {
        opacity: .4;
    }
    100% {
        opacity: 1;
    }
}

@-ms-keyframes move {
    0% {
        opacity: 1;
    }
    50% {
        opacity: .4;
    }
    100% {
        opacity: 1;
    }
}

@keyframes move {
    0% {
        opacity: 1;
    }
    50% {
        opacity: .4;
    }
    100% {
        opacity: 1;
    }
}