* {
    padding: 0;
    margin: 0 auto;
    font-family: "Noto Sans SC";
    font-weight: 500;
    /*font-size: 14px;*/
    /*color: #454545;*/
    text-decoration: none;
    list-style-type: none;
}

a {
    font-size: 14px;
}

a:hover {
    color: #3e8bf0;
    text-decoration: none;
}

.all-content {
    width: 100%;
}


/*logo+导航栏样式part-1*/

.part-1 {
    width: 1320px;
    height: 106px;
}

.logo {
    float: left;
    width: 406px;
    height: 106px;
    display: flex;
    align-items: center;
    margin-left: 0;
}

.logo img {
    width: 468px;
    height: 68px;
    align-items: center;
}

.nav {
    float: right;
    width: 720px;
    /*background-color: gray;*/
    height: 106px;
    /*line-height: 106px;*/
}

.clear {
    clear: both;
}

li {
    float: left;
}

li a,
.dropbtn {
    display: inline-block;
    color: white;
    text-align: center;
    /*padding: 14px 16px;*/
    text-decoration: none;
}

.drop-btn:hover {
    color: #3e8bf0;
}

.dropdown:hover {
    border-bottom: #3e8bf0 4px solid
}

.dropdown {
    height: 102px;
    text-align: center;
    width: 86px;
    display: inline-block;
}

.dropdown-content {
    width: 138px;
    font-size: 12px;
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}

.dropdown-content a {
    color: #454545;
    padding: 8px 6px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    color: #3e8bf0;
    background-color: #e3f3f8;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.nav .drop-btn {
    line-height: 106px;
}

.part-2 {
    height: 520px;
}


/*热门图+利记新闻+通知通告+营业动态part-3*/

.part-3 {
    margin: 30px auto;
    width: 1320px;
    height: 356px;
    /*background-color: red;*/
}

.hot {
    background-color: #c5c5c5;
    width: 42%;
    height: 356px;
    float: left;
}

.tab-content {
    width: 56%;
    height: 356px;
    float: right;
}


/*平台图片展示 part4*/

.part-4,
.part-5,
.part-6 {
    width: 1320px;
}

.row01 {
    height: 58px
}

.part-4 .row01 img {
    width: 420px;
    height: 58px;
}


/*宣传片+集团营业 part-5 */

.part-5 {
    margin-top: 30px;
    height: 254px;
}

.video {
    float: left;
    width: 450px;
    height: 254px;
    /*background-color: gray;*/
    background-image: url(/images/qr-1.jpg);
    margin-right: 30px;
}

.jtyw {
    width: 840px;
    height: 254px;
    float: right;
}

.title-jtyw {
    height: 24px;
}

.title-jtyw p {
    display: block;
    position: relative;
    padding-right: 100px;
}

.title-jtyw b {
    color: #3b8ef0;
    font-size: 18px;
    border-bottom: 3px solid #3b8ef0;
}

.more {
    width: 100px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    text-align: right;
    color: #454545;
}

.content-jtyw {
    height: 200px;
    margin-top: 30px;
}

.row1-jtyw {
    height: 100px;
}

.icon-jtyw {
    float: left;
    width: 156px;
    height: 86px;
    background-color: #eaf3f8;
    text-align: center;
}

.icon-jtyw img {
    margin-top: 10px;
    width: 37px;
    height: 39px;
}

.icon-jtyw p {
    margin-top: 4px;
    font-size: 14px;
    color: #454545;
}


/*底部信息 part-6 */

.part-6 {
    width: 100%;
    background-color: #3b8ef0;
    margin-top: 30px;
}

.message {
    width: 1320px;
    height: 138px;
    font-size: 14px;
}

.message p {
    position: relative;
    padding-right: 36px;
    display: block;
    color: #ffffff;
    text-align: center;
    line-height: 138px;
}

.message span {
    display: block;
    position: absolute;
    width: 200px;
    height: 82px;
    text-align: left;
    top: 28px;
    right: 0;
}<!--耗时1730225661.2128秒-->