/*ng-animate fadeIn fadeOut*/
.animate-show.ng-hide {
    opacity: 0;
}

.animate-show.ng-hide-add{
    transition:all cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.3s;
}
.animate-show.ng-hide-remove {
    transition: all .5s;
}

.bottom40 {
    margin-bottom: 40px;
}
.colorRed {
    color: #ff2b2b;
}
a:hover {
    color: inherit;
    text-decoration: none;
}

/*agent area background*/
.body-wrapper-agent {
    margin-top: 2px;
    background-color: #f7f7f7;
    width: 1250px;
    min-width: 100%;
    background-image: none;
}

.agent-area-slide {
    position: relative;
}
.agent-area-slide .agent-ad1 {
    background:url("../../images/about/zh/system-banner1.jpg")no-repeat 0 0;
    position: absolute;
    width: 100%;
    height: 450px;
}
.agent-area-slide .agent-ad2 {
    background:url("../../images/about/zh/system-banner2.jpg")no-repeat 0 0;
    position: absolute;
    width: 100%;
    height: 450px;
}
.agent-area-container {
    width: 1200px;
    margin: 0 auto;
    min-height: 670px;
    position: relative;
}
.agent-area-container .agent-nav {
    width: 500px;
    margin-top: 35px;
    margin: 35px auto 0 auto;
    font-size: 18px;
    z-index: 100;
}
.agent-nav .agent-botton {
    padding: 0;
    margin: 0;
    list-style-type: none;
    text-align: center;
}
.agent-nav .agent-botton li {
    color: #fff;
    width: 150px;
    margin-bottom: 10px;
    display: inline-block;
}
.agent-nav .agent-botton li a {
    color: #ffffff;
    background: rgba(0, 41, 115, .5);
    border-radius: 5px;
    padding: 15px 10px;
    display: block;
    transition: .3s linear all;
    text-decoration: none;
}
.agent-nav .agent-botton li a:hover,.agent-nav .agent-botton li a:active {
    text-decoration: none;
    background-color: #002973;
    color: #fff;
    border-radius: 5px;
}
.agent-nav .tab-current  {
    text-decoration: none;
    color: #fff;
    border-radius: 5px;
}
.agent-nav .agent-botton li a i {
    padding: 0 5px;
}
.agent-wrap {
    width: 1200px;
    margin: 0 auto;
    min-height: 580px;
    margin-top: 400px;
}
.agent-wrap .introduction {
    color: #707070;
    font-size: 18px;
    text-align: center;
    margin: 0 auto;
    padding: 30px;
}
.agent-wrap .container h2 {
    color: #333;
    height: 78px;
    line-height: 78px;
    letter-spacing: 3px;
    text-align: center;
    font-size: 32px;
    margin-bottom: 16px;
}
.agent-wrap .line{
    border-top: 1px dashed #c7bdb0;
}
.agent-area-container .col-4 {
    float: left;
    width: 33.33333333%;
    padding: 15px;
    text-align: center;
}
.agent-area-container .agent-circle {
    background: #001942;
    color: #fff;
    display: block;
    height: 90px;
    width: 90px;
    border-radius: 50%;
    text-align: center;
    line-height: 85px;
    font-size: 50px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.agent-area-container .col-4:hover .agent-circle {
    color: #10439c;
    border:0;
    transition:all .25s;
}
.agent-area-container .agent-circle:after {
    content:"";
    width: 5px;
    height: 5px;
    background: #000;
    position: absolute;
    top:50%;
    left:50%;
    border-radius: 50%;
    z-index: -1;
    opacity: 0;
}
.agent-area-container .col-4:hover .agent-circle::after{
    width: 92px;
    height: 92px;
    background: #f7f7f7;
    border-radius: 50%;
    border: 5px solid #10439c;
    z-index: -1;
    top: -1px;
    left: -1px;
    opacity: 1;
    transition: all .25s;
}
.agent-wrap h4 {
    color: #333;
    font-size: 28px;
    margin-top: 16px;
    margin-bottom: 16px;
}
.agent-area-container .agent-content-row {
    margin-top: 20px;
}
.agent-area-container .agent-l {
    display: inline-block;
    width:50%;
    float: left;
}
.agent-area-container .agent-r {
    display: inline-block;
    width:50%;
    float: left;
}
.agent-center {
    color: #fff;
    text-align: center;
    padding:0 30px 30px;
}
.agent-area-container h3 {
    color: #0088fe;
    font-size: 20px;
    padding: 20px 0 10px;
}
.agent-area-container .ListNum li {
    padding-left: 5px;
    counter-increment: step-counter;
    line-height: 32px;
    transition: .3s;
}
.agent-area-container .ListNum li:hover {
    background: #fde9e4;
}
.agent-area-container ol.ListNum:last-child {
    margin-bottom: 60px;
}
.agent-area-container .ListNum li:before {
    content: counter(step-counter);
    margin-right: 5px;
    font-size: 80%;
    background-color: #2eccc3;
    color: white;
    padding: 3px 8px;
    border-radius: 50em;
}
.agent-area-container .ListNum li span {
    color: #ff2b2b;
}
.agent-center img {
    /*width: 90%;*/
    height:auto;
}
.agent-center p {
    width: 500px;
    margin: 0 auto;
    text-align: center;
    color: #707070;
}
li.tab-current {
    background-color: #002973;
}
.agent-nav .agent-botton li.tab-current a {
    color: #fff;
}
table.commi {
    width: 100%;
    color: #545454;
    font-size: 16px;
    line-height: 32px;
    padding: 5px;
    text-align: center;
    margin-bottom: 40px;
}
table.commi.commi-no-bottom {
    margin-bottom: 0;
}
table.commi th {
    background: #343434;
    color: #ffffff;
    text-align: center;
}
table.commi tr {
    border:1px solid #f7f7f7;
    background: #e0e0e0;
}
table.commi tr:nth-child(even) {
    background: #d2d2d2;
}
table.commi tr:hover {
    background: #bdbdbd;
    color: #212121;
}
.agent-commi-rule {
    color: #707070;
    line-height: 32px;
    font-size: 16px;
    padding-bottom: 2em;
    margin-bottom: 1em;
}
.agent-commi-rule li:hover {
    color: #3c3c3c;
}
.agent-rule-title {
    color: #0088fe;
    font-size: 20px;
    padding: 10px 0 20px;
}
#body.ng-enter,
#body.ng-leave{
    left:0;
    top: 0;
}