* {margin: 0; padding: 0; outline: 0;}
html, body {width: 100%; height: auto; overflow-x: hidden; font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;position: relative;}
img {border:0;vertical-align:middle;}
li {list-style: none;}
a {text-decoration: none;}

.dch-header-outter {
    width: 100%;
    height: 131px;
    clear: both;
    box-shadow: 4px 2px 8px 0px hsla(0, 0%, 0%, 0.13);
    /* overflow: hidden; */
}
.dch-header-outter .innerHolder {
    width: 986px;
    margin: 0 auto;
    clear: both;
}

.dch-header-outter .innerHolder .line1 {
    position: relative;
    width: 100%;
    height: 85px;
    clear: both;
    /* overflow: hidden; */
}
.dch-header-outter .innerHolder .line1 a {
    position: absolute;
    display: block;
    width: 142px;
    height: 107px;
    overflow: hidden;
    top: -30px;
    left: 0;
}
.dch-header-outter .innerHolder .line1 a img {
    display: block;
    width: 100%;
    overflow: hidden;
}
.dch-header-outter .innerHolder .line1 .searchBox {position: absolute;width: 267px;height: 30px;border-radius: 4px;border: solid 1px #c1c1c1;top: 26px;right: 0;/* overflow: hidden; */}
.dch-header-outter .innerHolder .line1 .searchBox .searchType {
    position: relative;
    width: 91px;
    height: 30px;
    background-color: #f85959;
    border-radius: 4px;
    float: left;
    text-align: center;
    cursor: pointer;
}
.dch-header-outter .innerHolder .line1 .searchBox .searchType span {
    position: relative;
    display: block;
    width: 91px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
    text-align: left;
    text-indent: 8px;
    clear: both;
    overflow: hidden;
}
.dch-header-outter .innerHolder .line1 .searchBox .searchType span::before {position: absolute;content:"";display: block;width: 8px;height: 8px;border-bottom: 1px solid #ffffff;border-right: 1px solid #ffffff;overflow: hidden;right: 6px;top: 6px;transform: rotate(45deg) translate(-3px, 5px);}
.dch-header-outter .innerHolder .line1 .searchBox .searchType ul {
    position: absolute;
    display:none;
    width: 91px;
    padding: 10px 0 0 0;
    background-color: #ffffff;
    box-shadow: 0px 0px 10px 0px
    rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    z-index: 99999;
}
.dch-header-outter .innerHolder .line1 .searchBox .searchType:hover ul {display: block;}
.dch-header-outter .innerHolder .line1 .searchBox .searchType ul:hover {display: block;}
.dch-header-outter .innerHolder .line1 .searchBox .searchType ul li {
    width: 100%;
    height: 19px;
    margin: 0 0 11px 0;
    font-family: Microsoft YaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 19px;
    letter-spacing: 0px;
    color: #000000;
    clear: both;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
}
.dch-header-outter .innerHolder .line1 .searchBox .searchType ul li:hover {color: #f85959;}
.dch-header-outter .innerHolder .line1 .searchBox .searchInput {
    display: block;
    width: 143px;
    height: 30px;
    line-height: 30px;
    border: 0;
    float: left;
    overflow: hidden;
    text-indent: 12px;
    font-size: 14px;
}
.dch-header-outter .innerHolder .line1 .searchBox .searchBtn {
    position: absolute;
    width: 15px;
    height: 15px;
    top: 50%;
    right: 11px;
    margin: -7.5px 0 0 0;
    overflow: hidden;
    border: none;
    cursor: pointer;
    background: transparent;
}
.dch-header-outter .innerHolder .line1 .searchBox .searchBtn::before {content:"";position: absolute;top: 38%;left: 61%;transform: rotate(-45deg) translate(-50%, 61%);width: 2px;height: 8px;background-color: #c1c1c1;}
.dch-header-outter .innerHolder .line1 .searchBox .searchBtn::after {content:"";position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);width: 10px;height: 10px;border-radius: 50%;border: 2px solid #c1c1c1;}

.dch-header-outter .innerHolder .line2 {
    display: flex;
    justify-content: space-between;
    width: 100%;
    clear: both;
    /* overflow: hidden; */
    column-gap: 116px;
}
.dch-header-outter .innerHolder .line2 .xnav-a {
    position: relative;
    display: block;
    min-width: 32px;
    height: 45px;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 21px;
    letter-spacing: 0px;
    color: #000000;
    overflow: hidden;
}

.dch-header-outter .innerHolder .line2 .xnav-a.current::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #f85959;
    left: 0;
    bottom: 0;
}
.dch-header-outter .innerHolder .line2 .xnav-dropdown {
    position: relative;
    width: 86px;
    height: 45px;
}

.dch-header-outter .innerHolder .line2 .xnav-dropdown.current::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #f85959;
    left: 0;
    bottom: 0;
}
.dch-header-outter .innerHolder .line2 .xnav-dropdown span {
    position: relative;
    display: block;
    width: 100%;
    height: 21px;
    line-height: 21px;
    overflow: hidden;
    cursor: pointer;
}
.dch-header-outter .innerHolder .line2 .xnav-dropdown span:before {position: absolute;content:"";width: 9px;height: 9px;border-bottom: 1.8px solid #c1c1c1;border-right: 1.8px solid #c1c1c1;transform: rotate(45deg) translate(0px, 0px);overflow: hidden;top: 3px;right: 5px;}
.dch-header-outter .innerHolder .line2 .xnav-dropdown p {
    position: absolute;
    display: none;
    width: 91px;
    padding: 15px 0 0 0;
    background-color: #ffffff;
    top: 30px;
    left: 0;
    box-shadow: 0px 0px 10px 0px
    rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    overflow: hidden;
    z-index: 999999;
}
.dch-header-outter .innerHolder .line2 .xnav-dropdown:hover p {display:block;}
.dch-header-outter .innerHolder .line2 .xnav-dropdown p:hover {display:block;}
.dch-header-outter .innerHolder .line2 .xnav-dropdown p a {
    display: block;
    width: 100%;
    height: 19px;
    clear: both;
    margin: 0 0 14px 0;
    overflow: hidden;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 19px;
    letter-spacing: 0px;
    color: #000000;
    text-align: center;
}
.dch-header-outter .innerHolder .line2 .xnav-dropdown p a:hover {color:#f85959;}

.layoutHolder {
    width: 1002px;
    margin: 0 auto;
    clear: both;
    overflow: hidden;
}
.layoutHolder .nav-breadcrumb {
    margin: 0 8px;
    height: 86px;
    line-height: 86px;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #c1c1c1;
}
.layoutHolder .nav-breadcrumb a {
    display: inline-block;
    float: left;
    color: #c1c1c1;
    margin: 0 5px 0 0;
    overflow: hidden;
}
.layoutHolder .nav-breadcrumb span {
    display: inline-block;
    float: left;
    margin: 0 5px 0 0;
    overflow: hidden;
}

.layoutHolder .main-body-holder {
    width:100%;
    clear: both;
    overflow: hidden;
}
.layoutHolder .main-body-holder .xleft {
    width: 647px;
    float: left;
    overflow: hidden;
}
.layoutHolder .main-body-holder .xleft .blk1 {
    width: 631px;
    margin: 8px;
    background-color: #ffffff;
    box-shadow: 0px 0px 10px 0px
    rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    overflow: hidden;
    box-sizing: border-box;
}
.layoutHolder .main-body-holder .xleft .blk1 .xheader {
    position: relative;
    height: 24px;
    line-height: 24px;
    clear: both;
    margin: 24px 0 0 24px;
    overflow: hidden;
    text-indent: 13px;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #000000;
}
.layoutHolder .main-body-holder .xleft .blk1 .xheader::before {position: absolute;display: block;content:"";width: 3px;height: 21px;overflow: hidden;background-color: #f85959;left: 0;top: 50%;margin: -10.5px 0 0 0;}
.layoutHolder .main-body-holder .xleft .blk1 .xcontent {
    margin: 24px;
    font-family: Microsoft YaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 0px;
    color: #000000;
    clear: both;
    overflow: hidden;
}
.layoutHolder .main-body-holder .xleft .blk1 .xcontent p {
    text-indent: 40px;
}
.layoutHolder .main-body-holder .xleft .blk1 img {
    display: block;
    width: 583px;
    margin: 15px auto 30px auto;
    clear: both;
    overflow: hidden;
}

.layoutHolder .main-body-holder .xleft .blk2 {
    width: 631px;
    margin: 45px 8px 8px 8px;
    height: 398px;
    background-color: #ffffff;
    box-shadow: 0px 0px 10px 0px
    rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    clear: both;
    overflow: hidden;
}
.layoutHolder .main-body-holder .xleft .blk2 .xheader {
    width: 96px;
    height: 31px;
    margin: 20px auto 0 auto;
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 31px;
    letter-spacing: 0px;
    color: #000000;
}
.layoutHolder .main-body-holder .xleft .blk2 .xlist {
    margin: 40px 0 24px 10px;
    clear: both;
    overflow: hidden;
}
.layoutHolder .main-body-holder .xleft .blk2 .xlist a {
    display: block;
    width: 133px;
    height: 32px;
    line-height: 32px;
    margin: 0 0 17px 16px;
    padding: 0 10px;
    background-color: #f9f9f9;
    float: left;
    overflow: hidden;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #000000;
    text-align: center;
    box-sizing: border-box;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.layoutHolder .main-body-holder .xleft .blk2 .xlist a:hover {
    color: #f85959;
    background-color: rgba(248, 89, 89, 0.1);
}

.layoutHolder .main-body-holder .xright {
    width: 347px;
    float: right;
    overflow: hidden;
}
.layoutHolder .main-body-holder .xright .xcommon-latest-app-list {
    width: 331px;
    margin: 8px;
    background-color: #ffffff;
    box-shadow: 0px 0px 10px 0px
    rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    clear: both;
    overflow: hidden;
}
.layoutHolder .main-body-holder .xright .xcommon-latest-app-list .xheader {
    position: relative;
    width: 100%;
    height: 24px;
    line-height: 24px;
    margin: 24px 0 0 0;
    clear: both;
    overflow: hidden;
    text-indent: 37px;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #000000;
}
.layoutHolder .main-body-holder .xright .xcommon-latest-app-list .xheader::before {content:"";position: absolute;width: 3px;height: 21px;background-color: #f85959;left: 24px;top: 50%;margin: -10.5px 0 0 0;}
.layoutHolder .main-body-holder .xright .xcommon-latest-app-list .innerHolder {
    height: 440px;
    margin: 13px 24px 0 24px;
    clear: both;
    overflow: hidden;
}
.layoutHolder .main-body-holder .xright .xcommon-latest-app-list .innerHolder .xitems {
    width: 100%;
    clear: both;
    overflow: hidden;
}
.layoutHolder .main-body-holder .xright .xcommon-latest-app-list .innerHolder .xitems .line1 {
    width: 100%;
    height: 19px;
    line-height: 19px;
    margin: 15px 0 0 0;
    clear: both;
    overflow: hidden;
}
.layoutHolder .main-body-holder .xright .xcommon-latest-app-list .innerHolder .xitems .line1 em {
    display: block;
    min-width: 12px;
    height: 19px;
    margin: 0 10px 0 0;
    font-family: Microsoft YaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #c1c1c1;
    font-style: normal;
    float: left;
    overflow: hidden;
}
.layoutHolder .main-body-holder .xright .xcommon-latest-app-list .innerHolder .xitems .line1 a {
    display: block;
    height: 19px;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #000000;
    float: left;
    overflow: hidden;
}

.layoutHolder .main-body-holder .xright .xcommon-latest-app-list .innerHolder .xitems .line2 {
    display: none;
}
.layoutHolder .main-body-holder .xright .xcommon-latest-app-list .innerHolder .xitems.current .line2 {
    position: relative;
    display: block;
    min-height: 70px;
    margin: 15px 0 0 0;
    clear: both;
    overflow: hidden;
}
.layoutHolder .main-body-holder .xright .xcommon-latest-app-list .innerHolder .xitems .line2 .aimg {
    display: block;
    width: 70px;
    height: 70px;
    float: left;
    overflow: hidden;
}
.layoutHolder .main-body-holder .xright .xcommon-latest-app-list .innerHolder .xitems .line2 .aimg img {
    display: block;
    width: 70px;
    height: 70px;
    border-radius: 12px;
    opacity: 0.8;
}
.layoutHolder .main-body-holder .xright .xcommon-latest-app-list .innerHolder .xitems .line2 .col2 {
    width: 128px;
    min-height: 70px;
    margin: 0 0 0 17px;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 31px;
    letter-spacing: 0px;
    color: #999999;
    float: left;
    overflow: hidden;
}
.layoutHolder .main-body-holder .xright .xcommon-latest-app-list .innerHolder .xitems .line2 .abtn {
    position: absolute;
    display: block;
    width: 62px;
    height: 28px;
    border-radius: 4px;
    border: solid 1px #f85959;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 0px;
    color: #f85959;
    text-align: center;
    top: 50%;
    right: 0;
    margin: -14px 0 0 0;
}

.layoutHolder .main-body-holder .xright .xcommon-latest-app-list .innerHolder .xitems .line2 .abtn:hover {
    color: #ffffff;
    background:#F85959;
}

.layoutHolder .main-body-holder .xright .xcommon-app-pro-list {
    width: 331px;
    margin: 43px 8px 8px 8px;
    background-color: #ffffff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    clear: both;
    overflow: hidden;
}
.layoutHolder .main-body-holder .xright .xcommon-app-pro-list .xheader {
    position: relative;
    width: 100%;
    height: 24px;
    line-height: 24px;
    margin: 24px 0 0 0;
    clear: both;
    overflow: hidden;
    text-indent: 37px;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #000000;
}
.layoutHolder .main-body-holder .xright .xcommon-app-pro-list .xheader::before {content: "";position: absolute;width: 3px;height: 21px;background-color: #f85959;left: 24px;top: 50%;margin: -10.5px 0 0 0;}
.layoutHolder .main-body-holder .xright .xcommon-app-pro-list ul {
    margin: 28px 24px 24px 24px;
}
.layoutHolder .main-body-holder .xright .xcommon-app-pro-list ul li {
    width: 80px;
    margin: 0 21px 16px 0;
    float: left;
    overflow: hidden;
}
.layoutHolder .main-body-holder .xright .xcommon-app-pro-list ul li:nth-child(3n+0) {
    margin: 0 0 16px 0;
}
.layoutHolder .main-body-holder .xright .xcommon-app-pro-list ul li .aimg {
    display: block;
    width: 80px;
    height: 80px;
    overflow: hidden;
}
.layoutHolder .main-body-holder .xright .xcommon-app-pro-list ul li .aimg img {
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 12px;
}
.layoutHolder .main-body-holder .xright .xcommon-app-pro-list ul li .atitle {
    display: block;
    height: 19px;
    margin: 10px 0 0 0;
    font-family: Microsoft YaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 19px;
    letter-spacing: 0px;
    color: #000000;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center;
}
.layoutHolder .main-body-holder .xright .xcommon-app-pro-list ul li .atitle:hover {color:#F85959;}

.dch-footer-outter {
    width: 100%;
    margin: 80px 0 30px 0;
    border-top: 1px solid #f85959;
    clear: both;
    overflow: hidden;
}
.dch-footer-outter .innerHolder {
    width: 986px;
    margin: 36px auto 0 auto;
    clear: both;
    overflow: hidden;
    text-align: center;
}
.dch-footer-outter .innerHolder a,.dch-footer-outter .innerHolder span {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #c1c1c1;
}
.dch-footer-outter .innerHolder a.thex{color: #343434;}
.dch-footer-outter .innerHolder span.thex{color: #343434;}