*{
    padding: 0;margin: 0;
    list-style: none;
    text-decoration: none;
}
.nav_area{
    width: 450px !important;
    float: right !important;
    border: none;
    margin-top: 35px;
    border: none;
}
.nav_area .container{
    width: 450px !important;
}
.nav>li{
    padding: 0 10px;
}
.topBanner{

    max-width: 1920px;
    height: 600px;
    background: url(../images/commentimg/aboutus/banner.png) no-repeat center;
    background-size: 100% 100%;
    margin: 0 auto;
}
.Max{
    /*width: 420px;*/
    height: 275px;
    padding-top:65px;
    transition: all .3s;
    margin-left: 80px;
}
.max_title{
    width: 266px;
    height: 130px;
    margin-top: 65px;
    background: url(../images/commentimg/aboutus/title.png) no-repeat center;

}
.Max h3{
    font-size: 24px;
    color: #FFFFFF;
    margin-top: 20px;
    font-weight: 500;
}
.Max p{
    font-size: 18px;
    color: #FFFFFF;
}
.management:hover{
    color: white !important;
}
.management{
    display: block;
    width: 180px;
    height: 43px;
    background-color: #E51D27;
    border-radius:8px;
    margin-top: 55px;
    text-align: center;
    line-height: 43px;
    color: #FFFFFF !important;
    font-size: 16px;
}
.friend_Link{
    height: 464px;
    /* background-color: red; */
    margin-top: 14px;
}
.friend_Link ul{
    width: 392px;
    height: 100%;

    float: left;
    margin-right: 12px;
}
.friend_Link ul:last-child{
    margin-right: 0px !important;
}
.friend_Link .margrzeor{
    margin-right: 0px !important;
}
.friend_Link ul li{
    width: 190px;
    /* height: 100%; */
    float: left;
    transition:  all .3s;
}
.friend_Link ul li:first-child{
    margin-right: 12px;
}
.friend_Link ul li:nth-child(3){
    margin-right: 12px;
}
.content_margin{
    margin-right: 12px;
}
.friend_Link ul li a{
    width: 188px;
    height: 105px;
    display: block;
    float: left;
    overflow: hidden;
    margin-bottom: 12px;
    border: 1px solid #DDDDDD;
    box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.07);
}
/*img{display: block !important}*/
.friend_Link ul li a img{
    display: block;
    margin: 23px auto;
    transition: all 0.2s;

}
.friend_Link ul li a:hover img{
    transform: scale(1.1);
}
.content_imge{
    width: 392px;
    height: 226px;
    background-color: #E51D27;
    background-image: url(../images/commentimg/hezuoicon.png);
    background-repeat: no-repeat;
    background-position: center center;
    float: left;
    margin-bottom: 12px;
}
.full{
    width: 100%;
    height: 40px;
    text-align: center;
}
.full span{
    text-align: center;
    margin-left: 0px;
    margin: 0 auto;
    color: #FFFFFF;
    font-size: 36px;
    text-align: center;
    font-weight: bold;
}

.content_imge h3{
    height: 61px;
    padding: 0 30px;
    text-align: center;
    font-weight: 500;
    color: #FFFFFF;
    font-size: 24px;
    margin: 37px auto 47px;
}
.containers{
    margin: 0 auto;
    width: 1200px;

    box-sizing: border-box;
}
.full small{
    font-size: 21px;
    color: #FFFFFF;
    margin-left: 5px;
}
.content_imge p{
    display: block;
    width: 182px;

}
.content_imge p span{
    font-size: 24px;
    color: #FFFFFF;
    margin-left: 10px;
    font-weight: 400;
}
.My_value{
    height: 315px;
    /* background-color: blue; */
    margin-top: 60px;

}
.My_value h3{
    font-size: 24px;
    color: #333333;
    font-weight: 500;
    position: relative;
}
.My_management h3{
    font-size: 24px;
    color: #333333;
    font-weight: 500;
    position: relative;
    margin-bottom: 30px;
    margin-top: 58px;
}
.My_value i{
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 118px;
    height: 19px;
    background: url(../images/commentimg/Latestauction.png) no-repeat 0px 5px;
}
.My_management i{
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 118px;
    height: 19px;
    background: url(../images/commentimg/Latestauction.png) no-repeat 0px 5px;
}
.My_value_content{
    width: 100%;
    height: 230px;

    margin-top: 46px;
}
.My_value_content li{
    width: 25%;
    height: 100%;

    float: left;
}
.My_value_content li img{
    display: block;
    width: 181px;
    height: 169px;
    margin: 0 auto;
}
.My_value_content li h3{
    text-align: center;
    line-height: 27px;
    color: red;
}
.My_value_content li p{
    color: #666666;
    font-size: 14px;
    text-align: center;
    margin-top: 14px;
}

.My_management_content{
    width: 100%;

}

.My_management_content li{
    width: 100%;

    margin: 0 auto;
}
.My_management_content li:nth-child(odd){
    background-color: #F6F3F4;
}
.My_management_content li:nth-child(even){
    background-color: white;
}
.My_management_content img {
    margin-top: 24px;
}
.My_management_content .left{
    float: left;
    margin-left: 80px;
    opacity: 0;
    transform: translate3d(-100px,0,0);
}
.My_management_content .right{
    float: right;
    margin-right:84px;
    opacity: 0;
    transform: translate3d(100px,0,0);
}


.oneImg{
    margin-top: 24px !important;
    margin-bottom: 20px;
}
.twoImg{
    margin-top: 74px !important;
    margin-bottom: 75px;
}

.fourImg{
    margin-top: 60px !important;
    margin-bottom: 70px;
}
.management_content{
    width: 428px;
    height: 226px;
    background-color: red;
    margin-top: 24px;
}
.My_management_content i{
    display: block;
    width: 46px;
    height: 107px;

    position: absolute;
}
.management_listone i{
    background: url(../images/commentimg/1.png) no-repeat center center;
}
.management_listtwo i{
    width: 70px;
    height: 114px;
    background: url(../images/commentimg/2.png) no-repeat center center;
}
.management_listthree i{
    width: 66px;
    height: 110px;
    background: url(../images/commentimg/3.png) no-repeat center center;
}
.management_listfour i{
    width: 79px;
    height: 110px;
    background: url(../images/commentimg/4.png) no-repeat center center;
}
.management_listone{
    position: relative;
}

.management_listone{

    height: 150px;
    margin-top: 66px;

}
.management_listone i{
    left: -50px;
    top: -15px;
}
.My_management_content h3{
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 30px;
}
.My_management_content p{
    color: #666666;
    font-size: 16px;
    margin-bottom: 14px;
}
.management_listtwo{
    margin-top: 95px;
}
.management_listthree{
    margin-top: 60px;
}
.management_listfour{
    margin-top: 92px;
}
.management_listtwo .management_listone_right{
    margin-left: 70px;
    margin-top: 15px;
}
.management_listthree .management_listone_right{
    margin-left: 65px;
    margin-top: 15px;
    margin-right: -100px;
}
.management_listfour .management_listone_right{
    margin-left: 80px;
    margin-top: 15px;
}
.management_listfour{
    margin-top: 92px;
}
.bottom_nav{
    width: 100%;
    height: 396px;
    background: #F6F3F4;
    float: left;
}
.bottom_nav_content{
    /* background-color: red; */

    padding: 30px 0px;
}
.bottom_nav_content h3{
    color: #333333;
    font-size: 24px;
    line-height: 31px;
    font-weight: 400;
    position: relative;
}
.bottom_nav_content h3 p{
    position: absolute;
    display: block;
    width: 96px;
    height: 2px;
    background-color: red;
    left: 50px;
    bottom: -5px;
}
.bottom_left,.bottom_right{
    width: 530;
    float: left;
    padding-left: 70px;
}
.bottom_right{
    padding-left: 100px;
}
/*.bottom_right h3 p{
    left: 24px;
}*/
.bottom_left_list{
    width: 100%;
    margin-top: 25px;
    height: 210px;

}
.bottom_left_list li{
    float: left;
    width: 150px;
    height: 214px;

    margin-right: 18px;
}
.bottom_left_list li:last-child{
    margin-right: 0px;
}
.bottom_left_list img{
    width: 150px;
    height: 142px;

}
.bottom_left_list p{
    text-align: center;
    font-size: 21px;
    color: #E51D27;
    margin-top: 14px;

    font-family: "MicrosoftYaHei";

}
.bottom_left_list span{
    display: block;
    text-align: center;
    color: #000000;
    font-size: 14px;
    margin-top: 12px;
}
.bottom_btn{
    display: block;
    width: 152px;
    height: 42px;
    background-color: #E51D27;
    /* float: left; */
    margin-top: 25px;
    margin-left: 168px;
    border-radius: 8px;
    text-align: center;
    line-height: 42px;
    font-size: 16px;
    color: #FFFFFF !important;
    cursor: pointer;
}
.bottom_btn:hover{
    color: #FFFFFF !important;
}
.bottom_banner{
    width: 100%;
    height: 200px;
    display: inline-block;
    background: url(../images/commentimg/dibubanner.png) no-repeat center center;
    margin-top: 34px;
    margin-bottom: 34px;
    overflow: hidden;
    background-size: 100% 100%;

}
.bottom_banner h3{
    width: 653px;
    height: 62px;
    margin: 0 auto;
    margin-top: 43px;
    background: url(../images/commentimg/zhunaye.png) no-repeat center center;
}
.bottom_banner p,.bottom_banner span{


    text-align: center;
    font-size: 24px;
    color: #FFFFFF;

}
.bottom_banner p{
    display: block;
    height: 32px;
    float: left;
    margin-right: 34px;
}
.bottom_banner p:last-child{
    margin-right: 0px;
}
.bottom_banner_hot{
    width: 575px;
    height: 32px;
    margin:30px auto 0;

}
.margrzeor{
    margin-right: 0px !important;
}
/* 动画 */
.active_left{
    animation:translateleft .8s;
    animation-fill-mode:forwards;
    animation-direction:alternate;
}
.active_right{
    animation:translateright .8s;
    animation-fill-mode:forwards;
    animation-direction:alternate;
}
@keyframes translateleft{
    from{
        opacity: 0;
        transform: translate3d(-100px,0,0);
    }
    to{
        opacity: 1;
        transform: translate3d(0,0,0);
    }
}
@keyframes translateright{
    from{
        opacity: 0;
        transform: translate3d(100px,0,0);
    }
    to{
        opacity: 1;
        transform: translate3d(0,0,0);
    }
}

@media screen and (max-width: 1200px){
    .nav{
        width: 100% !important;
    }
    .nav li {
        width: auto !important;
    }
    .Max{
        margin-left: 50px;
    }
    .linkleft,.linkright{
        display: none;
    }
    .linkcontan{
        margin: 0 auto !important;
        float: none !important;
        width: 75% !important;
    }
    .friend_Link{
        height: auto;
    }
    .contanLeft,.contanRight{
        display: inline-block;
        width: 20%;
        height: auto;
        float: left;
    }
    .content_imge{
        width: 50%;
        height: auto;
        min-height: 226px;

    }
    .friend_Link ul li{
        width: 100%;
    }
    .friend_Link ul li a{
        width: 100%;
    }
    .management_listtwo,.management_listfour{
        width: 45%;
    }
    .My_management_content img{
        width: 30%;
    }
    .bottom_nav{
        height: auto;
    }
    .bottom_left,.bottom_right{
        width: 100%;
        padding: 0 10px!important;
    }
    .bottom_left_list li{
        width: 30%;
        margin-right: 1%;
    }
    .bottom_left_list img{
        float: left;
    }
    .bottom_left_list p{
        margin-top: 50px;
    }
    .bottom_btn{
        margin: 0 auto !important;

    }

}
@media screen and (max-width: 980px){
    .nav_area{
        width: 100% !important;
        margin-top: 0px !important;
    }
    .logoBar{
        height: auto; !important;
    }
    .nav_area .container{
        width: 100% !important;
    }
    .contanLeft,.contanRight{
        display: inline-block;
        width: 100%;
        height: auto;
        float: left;
    }
    .content_imge{
        width: 100%;
    }
    .management_listone,.management_listtwo,.management_listthree,.management_listfour{
        width: 85%;
        margin: 0 auto !important;
        float: none !important;
        padding: 0 20px;

    }
    .management_listone_right{margin-left: 10%;width: 80%}
    .My_management_content img{
        float: none !important;
        margin: 0 auto !important;
        width: 45%;
    }
    .management_listone i{
        left: 0 !important;
    }
    .twoImg{
        width: 40% !important;
    }
    .My_management_content li{
        height: auto;
        padding: 30px 0;
    }
    .management_listone{
        height: auto;
    }
    .My_value_content li{
        width: 50%;
    }
    .My_value{
        height: auto;
    }
    .bottom_banner h3{
        width: 80%;
        height: 62px;
        margin: 0 auto;
        margin-top: 43px;
        background: url(../images/commentimg/zhunaye.png) no-repeat center center;
        background-size: 100%;
    }
    .bottom_banner_hot{
        width: 65%;
        text-align: center;
        height: auto;
    }
    .bottom_banner p{
        margin: 0 auto !important;
        float: none; !important;
        font-size: 20px;
    }
    .bottom_banner p span{
        font-size: 20px;
    }


    .bottom_left,.bottom_right{
        width: 100%;
        margin-bottom: 20px;
    }
    .bottom_left_list li{
        overflow: hidden;
        width: 70%;
    float: none !important;
    margin:0 auto !important;
        height: 180px;

    }
    .bottom_left_list img{
        float: left;
    }
    .bottom_left_list p{
        margin-top: 50px;
    }
    .bottom_left_list{
       display: inline-block;
        height: auto;

    }
    .management{
        margin-top: 25px;
    }
    .content_imge h3{
        padding: 0 5px;
    }
}