.notice {
    background-image: url(../images/notice_bg.jpg);
    background-position: bottom center;
    padding: 0 10px
}

.notice_logo {
    position: absolute;
    top: 30px;
    left: 40px
}

.notice .container {
    max-width: 790px;
    width: 100%;
    margin: 0 auto;
    padding: 50px 55px;
    background: rgba(255, 255, 255, .2);
    line-height: 18px
}

.notice .container .tit {
    text-align: center;
    margin-bottom: 50px
}

.notice .container .tit img {
    width: 30%;
    max-width: 300px
}

.notice .button {
    margin-top: 45px;
    text-align: center;
}

.notice .button a {
    display: inline-block;
    max-width: 400px;
    width: 42%;
    margin: 0 2%;
    padding: 15px 10px;
    line-height: 18px;
    color: #fff;
    text-align: center
}

.notice .button .bt_1 {
    margin-bottom: 10px;
    background: #910000
}

.notice .button .bt_2 {
    background: #ac997b
}

@media screen and (max-width: 640px) {
    .notice_logo img {
        width: 60px
    }

    .notice .container {
        padding: 25px 10px
    }

    .notice .container .tit {
        margin-bottom: 20px
    }

    .notice .button {
        margin-top: 20px;
    }
}

#slideNav-btn {
    display: none;
    position: absolute;
    top: 50%;
    right: 10px;
    width: 30px;
    height: 30px;
    margin-top: -15px
}

#slideNav .info {
    margin-top: 30px;
    text-align: center;
    line-height: 24px
}

#slideNav .info a {
    color: rgba(255, 255, 255, .8)
}

.footer {
    width: 100%;
    padding: 20px;
    line-height: 18px;
    min-height: 93px;
    background: #70aac8;
    color: #FFF
}

.footer a {
    color: #FFF
}

.footer a:hover {
    color: #e7edef
}

@media screen and (max-width: 1000px) {
    #slideNav-btn {
        display: block
    }

    .footer {
        padding: 15px 10px;
        min-height: 0
    }

    .footer span.fl, .footer span.fr {
        float: none
    }

    .footer span.fr {
        margin-left: 0;
        display: block
    }
}

.index {
    padding: 0 50px
}

.w1500 {
    max-width: 1500px;
    width: 100%;
    margin: 0 auto
}

.indexheader {
    height: 190px;
    width: 100%;
    position: relative;
    z-index: 99;
    padding: 75px 0;
    background: rgba(255, 255, 255, .95)
}

.index_nav {
    float: left;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    font-family: STZHONGS, Microsoft YaHei
}

.index_nav a {
    display: inline-block;
    margin-right: 45px;
    color: #444
}

.index_nav a:hover {
    color: #bf0008
}

.indexheader .logo {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    height: 88px;
    margin-top: -44px;
    margin-left: -50px
}

.indexheader .logo img {
    height: 100%
}

.indexheader .top {
    float: right;
    height: 40px;
    color: #7a7a7a
}

.indexheader .top img {
    margin-left: 20px;
    margin-right: 6px
}

.indexheader .top span {
    display: inline-block;
    vertical-align: middle
}

.indexheader .top a {
    color: #7a7a7a
}

.indexheader .top a:hover {
    color: #000
}

.index_con {
    padding: 45px 40px 122px;
    background: url(../images/index_bg.png) bottom center #efefef no-repeat
}

.index_con .w890 {
    max-width: 890px;
    width: 100%;
    margin: 0 auto
}

.index_con .more {
    display: inline-block;
    margin-top: 37px;
    letter-spacing: 3px;
    font-size: 13px;
    color: #f6f4ee;
    background: #0d75a7;
    padding: 10px 30px
}

.index_con .more:hover {
    background: #deb32b
}

.footer .m250 {
    margin-right: 250px
}

@media screen and (max-width: 1400px) {
    .index {
        padding: 0 30px
    }

    .index_nav a {
        margin-right: 20px
    }

    .footer .m250 {
        margin-right: 0
    }
}

@media screen and (max-width: 1100px) {
    .indexheader .logo {
        margin-left: 0
    }
}

@media screen and (max-width: 1000px) {
    .index {
        padding: 50px 0 0
    }

    .indexheader {
        position: fixed;
        top: 0;
        left: 0;
        padding: 0 10px;
        height: 50px;
        border-bottom: 1px solid #f3f3f3
    }

    .header .logo img {
        height: 30px;
    }

    .indexheader .logo {
        left: 10px;
        height: 40px;
        margin-top: -20px
    }

    .index_nav, .indexheader .top {
        display: none
    }
}

@media screen and (max-width: 780px) {
    .index_con {
        padding: 25px
    }

    .index_con div {
        float: none;
        width: 100%;
        text-align: center
    }

    .index_con div.fr {
        margin: 0 auto 20px;
        width: 60%
    }
}

.w1024 {
    width: 100%;
    max-width: 1024px;
    margin: 0 auto
}

.header {
    width: 100%;
    background: rgba(255, 255, 255, .95);
    position: relative;
    z-index: 99
}

.header .topmenu {
    width: 100%;
    height: 36px;
    line-height: 36px;
    padding: 0 10px;
    text-align: right;
    background: #f3f4f5;
    color: #80807f
}

.header .topmenu .info {
    display: inline-block
}

.header .topmenu img {
    margin-right: 7px
}

.header .topmenu a {
    color: #80807f
}

.header .topmenu a:hover {
    color: #222
}

.header .topmenu span {
    display: inline-block;
    vertical-align: middle
}

.header .topmenu i {
    display: inline-block;
    vertical-align: middle;
    font-style: normal;
    margin: 0 15px;
    font-size: 18px;
    color: #d8d8d8
}

.header .topmenu .weixin {
    position: relative
}

.header .topmenu .weixin_pop {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6)
}

.header .topmenu .weixin_pop div {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -75px;
    margin-left: -75px
}

.header .topmenu .weixin_pop img {
    width: 150px;
    height: 150px
}

.header .topmenu .weixin_pop span {
    position: absolute;
    display: block;
    top: 20px;
    right: 20px;
    font-size: 26px;
    color: #FFF;
    color: rgba(255, 255, 255, .5);
    cursor: pointer
}

.header .center {
    width: 100%;
    height: 120px;
    padding: 25px 10px;
    position: relative
}

.header .logo {
    position: absolute;
    display: block;
    top: 50%;
    left: 10px;
    height: 54px;
    margin-top: -34px
}

.header .logo img {
}

.nav {
    float: right
}

.nav {
    height: 70px;
    line-height: 70px;
    font-size: 18px;
}

.nav a {
    display: inline-block;
    margin-left: 40px;
    color: #444
}

.nav a.current, .nav a:hover {
    color: #bf0008;
    background: url(../images/nav_hover.png) center bottom no-repeat
}

.submenu {
    width: 100%;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background: url(../images/submenu_bg.jpg) repeat-x;
    font-size: 0
}

.submenu a {
    display: inline-block;
    padding: 0 28px;
    font-size: 14px;
    font-family: STZHONGS, Microsoft YaHei;
    color: #fff;
    border-right: 1px dotted #909091
}

.submenu a:first-child {
    border-left: 1px dotted #909091
}

.submenu a.current {
    background: #deb32b
}

@media screen and (max-width: 1060px) {
    .submenu a {
        font-size: 12px;
        padding: 0 25px
    }
}

.ny {
    padding: 55px 10px 110px;
    color:rgb(0, 0, 0);
    font-size: 13px;
    line-height: 24px;
    position: relative
}

.bg-white {
    padding: 60px 35px 80px;
    min-height: 1000px;
    position: relative;
    z-index: 1;
    background: url(../images/bg_white.jpg) no-repeat bottom center #FFF
}

.ny_bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 110px;
    width: 100%;
    background-image: url(../images/ny_bottom.png);
    background-position: top center
}

.bread {
    width: 100%;
    margin-bottom: 60px;
    position: relative;
    z-index: 2
}

.bread .en {
    display: inline-block;
    margin-bottom: 15px;
    padding-right: 70px;
    position: relative;
    font-size: 48px;
    line-height: 42px;
    color: #c2c2c3;
    text-transform: uppercase;
    font-family: STZHONGS, Microsoft YaHei
}

.bread .en span {
    position: absolute;
    top: -15px;
    right: 0;
    display: inline-block;
    width: 64px;
    height: 29px;
    background-image: url(../images/bread.png)
}

.bread .cn {
    background: url(../images/bread_line.png) repeat-x center left
}

.bread .cn span {
    display: inline-block;
    vertical-align: middle;
    width: 23px;
    height: 23px;
    background-image: url(../images/bread_aqure.png)
}

.bread .cn em {
    display: inline-block;
    vertical-align: middle;
    font-style: normal;
    padding: 0 15px;
    font-size: 22px;
    color: #363637;
    font-family: STZHONGS, Microsoft YaHei;
    background: #FFF
}

.ny_tit {
    text-align: center;
    color: #363637
}

.ny_tit p {
    font-size: 16px;
    font-family: STZHONGS, Microsoft YaHei
}

.ny_tit div {
    margin: 20px 0;
    font-size: 36px;
    letter-spacing: 3px;
    font-family: STZHONGS, Microsoft YaHei;
    position: relative
}

.ny_tit div span {
    display: inline-block;
    padding: 0 20px;
    background: #FFF;
    position: relative;
    z-index: 2
}

.ny_tit div i {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    border-bottom: 1px dashed #e7e7e7;
    z-index: 1
}

.ny_tit em {
    display: block;
    font-style: normal;
    color: #cbcbcb;
    line-height: 16px
}

.flip {
    text-align: right;
    margin-bottom: 20px
}

.insight_tit {
    margin-top: -60px;
    margin-bottom: 20px;
    width: 80%;
    position: relative;
    z-index: 2
}

.insight_tit p {
    color: #2e2e2e;
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 5px
}

.insight_tit span {
    color: #babcc1;
    display: inline-block;
    margin-right: 35px
}

.line {
    border-bottom: 1px dashed #e2e2e2
}

@media screen and (max-width: 1000px) {
    .wrap {
        padding-top: 66px
    }

    .bg-white {
        min-height: 0
    }

    .header {
        position: fixed;
        top: 0;
        left: 0;
        height: 66px;
        border-bottom: 1px solid #f3f3f3
    }

    .header .topmenu {
        height: 26px;
        line-height: 26px
    }

    .header .topmenu .info {
        display: none
    }

    .header .topmenu img {
        height: 18px;
        margin-right: 4px
    }

    .header .topmenu i {
        font-size: 12px;
        margin: 0 8px
    }

    .header .center {
        height: 40px;
        padding: 0
    }

    .header .logo {
        height: 30px;
        margin-top: -15px
    }

    .nav, .submenu {
        display: none
    }
}

@media screen and (max-width: 780px) {
    .ny {
        padding: 10px;
        font-size: 12px;
        line-height: 22px
    }

    .bg-white {
        padding: 25px 10px;
        background: #FFF
    }

    .bread {
        margin-bottom: 25px
    }

    .bread .en {
        margin-bottom: 5px;
        font-size: 22px;
        line-height: 24px;
        padding-right: 40px
    }

    .bread .en span {
        width: 40px;
        height: 18px;
        top: 0
    }

    .bread .cn span {
        height: 18px;
        width: 18px
    }

    .bread .cn em {
        font-size: 18px;
        padding: 0 10px
    }

    .ny_tit p {
        font-size: 13px
    }

    .ny_tit div {
        margin: 8px 0;
        font-size: 22px;
        letter-spacing: 2px
    }

    .insight_tit {
        margin-top: 10px;
        width: 100%
    }

    .insight_tit p {
        font-size: 20px;
        line-height: 28px
    }

    .insight_tit span {
        display: block
    }
}

.about {
    position: relative
}

.about .about_white {
    position: absolute;
    right: 0;
    top: -180px;
    z-index: 0;
    width: 60%
}

.culture .item-list {
    width: 100%
}

.culture .item-list li {
    float: left;
    width: 33.3%;
    text-align: center;
    padding: 0 10px
}

.timeline-box {
    padding: 0 35px;
    margin-bottom: 120px
}

.timeline-box .slick-nav {
    height: 116px;
    font-size: 30px;
    font-family: STZHONGS, Microsoft YaHei;
    color: #cfcdcd;
    background: url(../images/about/timeline_line.jpg) left repeat-x
}

.timeline-box .slick-nav .slick-slide {
    text-align: center;
    cursor: pointer
}

.timeline-box .slick-nav p {
    height: 40px;
    line-height: 40px
}

.timeline-box .slick-nav span {
    display: inline-block;
    width: 35px;
    height: 35px;
    background: url(../images/about/time.png) no-repeat
}

.timeline-box .slick-nav .slick-current {
    color: #d1b989
}

.timeline-box .slick-nav .slick-current span {
    background: url(../images/about/time_hover.png) no-repeat
}

.timeline-box .slick-for {
    padding: 45px;
    border: 1px solid #e5e5e5;
    line-height: 26px;
    color: #919190;
    font-size: 14px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px
}

.timeline-box .slick-for p {
    margin-top: 10px
}

.timeline-box .slick-for .text {
    float: left;
    width: 48%
}

.timeline-box .slick-for .dimg {
    float: right;
    width: 50%
}

@media screen and (max-width: 780px) {
    .about .about_white {
        display: block;
        top:-30px;
        z-index: 0;
    }

    .timeline-box {
        padding: 0 20px;
        margin-bottom: 25px
    }

    .timeline-box .slick-nav {
        height: 90px;
        font-size: 18px
    }

    .timeline-box .slick-nav p {
        height: 26px;
        line-height: 26px
    }

    .timeline-box .slick-next, .timeline-box .slick-prev {
        width: 19px;
        height: 30px;
        margin-top: -15px
    }

    .timeline-box .slick-prev {
        left: -20px
    }

    .timeline-box .slick-next {
        right: -20px
    }

    .timeline-box .slick-for {
        padding: 10px;
        font-size: 12px;
        line-height: 22px
    }

    .timeline-box .slick-for .text {
        float: none;
        width: 100%
    }

    .timeline-box .slick-for .dimg {
        float: none;
        width: 100%;
        margin-top: 10px
    }
}

.team_list {
    margin-top: 55px;
    width: 100%
}

.team_list li {
    float: left;
    width: 33.3%;
    padding: 0 20px
}

.team_list li .num {
    margin-top: 20px;
    height: 110px;
    text-align: center;
    font-size: 14px;
    color: #666
}

.team_list li .num i {
    font-style: normal;
    display: block;
    font-size: 38px;
    line-height: 48px;
    color: #bf0008
}

.team_list li .num em {
    font-style: normal;
    display: block;
    font-size: 38px;
    line-height: 48px;
    color: #bf0008
}

.team_list li .num span {
    float: left;
    width: 50%;
    display: block
}

.team_list li p {
    padding: 20px 10px;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px
}

.stature .box {
    width: 100%
}

.stature .box div {
    width: 85%;
    max-width: 340px;
    margin: 0 auto;
    padding: 55px;
    background: rgba(0, 0, 0, .5);
    color: #FFF
}

.stature .ny_tit {
    margin-top: 80px
}

.stature .list li {
    float: left;
    margin-top: 50px;
    width: 33.3%;
    text-align: center
}

.stature .list li img {
    margin-bottom: 10px
}

.stature .list li div {
    display: inline-table;
    vertical-align: middle;
    max-width: 240px;
    width: 90%;
    min-height: 110px;
    padding: 10px;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px
}

.stature .list li.li2 {
    display: none
}

.stature .list li.li2, .stature .list li.li3 {
    width: 100%;
    height: 0;
    padding: 0;
    margin: 0;
    font-size: 0
}

.risk_content {
    margin-bottom: 60px
}

.risk_content .item {
    float: left;
    width: 15%
}

.risk_content .tit {
    float: left;
    width: 100%;
    opacity: .6;
    cursor: pointer
}

.risk_content .con {
    display: none;
    float: left;
    width: 78.5%;
    padding-left: 30px;
    padding-right: 70px;
    background: url(../images/structure/risk_bg.png) right top no-repeat
}

.risk_content .item.current {
    width: 70%
}

.risk_content .item.current .tit {
    width: 21.5%;
    opacity: 1
}

.risk_content .item.current .con {
    display: block
}

.risk_content .p01 {
    position: relative;
    padding-left: 40px
}

.risk_content .p01 span {
    position: absolute;
    top: 0;
    left: 0;
    color: #d1b989;
    font-size: 16px;
    text-decoration: underline
}

.risk_content .p02 {
    border-left: 4px solid #d1b989;
    padding-left: 10px;
    color: #363637;
    font-family: STZHONGS, Microsoft YaHei;
    font-size: 18px;
    margin-bottom: 10px
}

.risk_tab .tab {
    margin: 20px 0 60px;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
    font-family: STZHONGS, Microsoft YaHei
}

.risk_tab .tab span {
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
    margin: 0 10px;
    height: 56px;
    line-height: 56px;
    font-size: 16px;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent
}

.risk_tab .tab span.current {
    color: #b00109;
    background: url(../images/structure/risk_tab.png) no-repeat bottom
}

.risk_tab .con {
    display: none
}

.investment .icon {
    padding: 70px 0;
    border-bottom: 1px dashed #d7d7d7
}

.investment .icon .item {
    float: left;
    width: 50%;
    padding: 0 35px;
    min-height: 64px;
    position: relative
}

.investment .icon .item img {
    position: absolute;
    top: 0;
    left: 35px
}

.investment .icon .item div {
    padding-left: 90px;
    line-height: 18px
}

.investment .icon .item span {
    font-size: 18px;
    line-height: 30px;
    color: #363637;
    font-family: STZHONGS, Microsoft YaHei
}

.investment_tab {
    margin-top: 90px;
    padding-left: 145px;
    min-height: 126px;
    position: relative
}

.investment_tab .tab {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 105px;
    font-family: STZHONGS, Microsoft YaHei;
    border-right: 1px solid #e5e5e5
}

.investment_tab .tab div {
    position: absolute;
    top: 50%;
    left: 0;
    height: 126px;
    margin-top: -53px;
    text-align: center
}

.investment_tab .tab span {
    display: inline-block;
    width: 105px;
    margin: 10px 0;
    font-size: 16px;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent
}

.investment_tab .tab span em {
    font-style: normal;
    width: 95px;
    display: block;
    font-style: normal
}

.investment_tab .tab span.current {
    color: #b00109;
    background: url(../images/structure/investment_tab.jpg) no-repeat right
}

.investment_tab .con {
    display: none
}

@media screen and (max-width: 780px) {
    .team_list {
        margin-top: 0
    }

    .team_list li {
        width: 100%;
        margin-top: 10px;
        padding: 0
    }

    .team_list li .tit img {
        width: 60%;
        max-width: 270px
    }

    .team_list li .num {
        margin-top: 10px;
        height: 60px
    }

    .team_list li .num em {
        font-size: 24px;
        line-height: 26px
    }

    .team_list li .num i {
        font-size: 24px;
        line-height: 26px
    }

    .stature .box div {
        padding: 10px
    }

    .stature .ny_tit {
        margin-top: 20px
    }

    .stature .list li {
        margin-top: 15px;
        width: 50%
    }

    .stature .list li div br {
        display: none
    }

    .stature .list li.li3 {
        display: none
    }

    .stature .list li.li2 {
        display: block
    }

    .risk_content {
        margin-bottom: 0
    }

    .risk_content .item {
        width: 100%;
        margin-bottom: 30px
    }

    .risk_content .tit {
        width: 21.5%;
        opacity: 1
    }

    .risk_content .con {
        display: block;
        padding-right: 10px;
        padding-left: 10px
    }

    .risk_content .item.current {
        width: 100%
    }

    .risk_content .p01 {
        padding-left: 30px
    }

    .risk_content .p02 {
        margin-bottom: 5px;
        font-size: 16px
    }

    .investment .icon {
        padding: 0 0 30px
    }

    .investment .icon .item {
        margin-top: 20px;
        width: 100%;
        padding: 0
    }

    .investment .icon .item img {
        left: 0
    }

    .investment_tab {
        margin-top: 30px;
        padding-left: 0;
        min-height: 0;
        position: relative
    }

    .investment_tab .tab {
        margin-bottom: 20px;
        position: relative;
        left: 0;
        top: 0;
        height: 30px;
        width: 100%;
        border-right: 0;
        border-bottom: 1px solid #e5e5e5
    }

    .investment_tab .tab div {
        position: relative;
        top: 0;
        left: 0;
        height: 30px;
        margin-top: 0
    }

    .investment_tab .tab span {
        float: left;
        display: inline-block;
        width: 50%;
        height: 30px;
        margin: 0;
        font-size: 12px
    }

    .investment_tab .tab span br {
        display: none
    }

    .investment_tab .tab span em {
        width: 100%
    }

    .investment_tab .tab img {
        display: none
    }

    .investment_tab .tab span.current {
        background: 0 0;
        border-bottom: 2px solid #b40303
    }
}

.insight_list {
    width: 100%
}

.insight_list li {
    float: left;
    width: 25%;
    padding: 0 5px;
    text-align: center
}

.insight_list li a {
    display: block;
    position: relative
}

.insight_list li span {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/insight/insight_hover.png);
    transition: All .4s ease-in-out;
    -webkit-transition: All .4s ease-in-out;
    -moz-transition: All .4s ease-in-out;
    -o-transition: All .4s ease-in-out
}

.insight_list li a:hover span {
    display: block
}

.insight_list2 li span {
    background-image: url(../images/insight/insight_list_red.png)
}

.insight_box {
    margin-top: 45px
}

.insight_box .slick-nav {
    margin: 0 32px
}

.insight_box .slick-nav .slick-slide {
    text-align: center;
    height: 70px
}

.insight_box .slick-nav .slick-slide span {
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    margin-top: 20px;
    font-size: 16px;
    border: 1px solid #e5e5e5;
    cursor: pointer
}

.insight_box .slick-nav .slick-current span {
    width: 70px;
    height: 70px;
    margin-top: 0;
    line-height: 70px;
    font-size: 50px;
    text-decoration: underline;
    background: #bf0008;
    color: #FFF;
    font-family: DINPro, arial;
    border: none
}

.insight_box .slick-next, .insight_box .slick-prev {
    width: 26px;
    height: 26px;
    margin-top: -13px
}

.insight_box .slick-prev {
    left: -30px;
    background-image: url(../images/insight/insight_prev.png)
}

.insight_box .slick-prev:hover {
    background-image: url(../images/insight/insight_prevh.png)
}

.insight_box .slick-next {
    right: -30px;
    background-image: url(../images/insight/insight_next.png)
}

.insight_box .slick-next:hover {
    background-image: url(../images/insight/insight_nexth.png)
}

.insight_box .slick-for {
    margin-top: 45px;
    background-image: url(../images/insight/insight_for.jpg);
    border: 1px solid #e5e5e5
}

.insight_box .slick-for .slick-slide {
    font-size: 16px;
    color: #555;
    line-height: 34px
}

.insight_box .slick-for .slick-slide div {
    padding: 8% 18%
}

.detail_scroll {
    margin-top: 40px;
    width: 100%;
    font-size: 14px;
    line-height: 22px
}

.detail_scroll .div_scroll {
    float: left;
    width: 100%;
    height: 550px;
    overflow-y: auto
}

.detail_scroll .scroll_container {
    overflow: hidden;
    position: relative
}

.detail_scroll .scroll_absolute {
    position: absolute
}

.detail_scroll .scroll_vertical_bar {
    position: absolute;
    top: 0;
    right: 0;
    width: 6px;
    height: 100%;
    background: #f2f2f2
}

.detail_scroll .scroll_track {
    position: relative;
    background-color: #f2f2f2
}

.detail_scroll .scroll_drag {
    position: relative;
    top: 0;
    left: 0;
    cursor: pointer;
    background-color: #c4181f
}

.detail_scroll .scroll_arrow {
    text-indent: -20000px;
    display: block;
    cursor: pointer;
    background-color: #369DB4
}

.detail_scroll .content {
    padding-right: 40px
}

.review {
    margin-bottom: 80px
}

.review .dimg {
    float: left;
    width: 28%
}

.review .con {
    padding-top: 30px;
    float: right;
    width: 68%;
    color: #919190;
    line-height: 20px
}

.review .item {
    margin-bottom: 20px;
    border: 1px solid #e5e5e5;
    padding: 40px 30px 30px;
    font-size: 16px;
    line-height: 26px;
    color: #4a4949;
    position: relative
}

.review .item .name {
    position: absolute;
    top: -25px;
    left: 30px;
    display: inline-block;
    padding: 15px 30px;
    background: #d1b989;
    color: #FFF;
    font-size: 24px
}

.review .item .author {
    margin-bottom: 10px;
    color: #c2c2c3
}

.review_box {
    padding: 60px 0 20px;
    position: relative
}

.review_box .slick-nav {
    margin: 0 26px;
    z-index: 2
}

.review_box .slick-nav .slick-slide {
    text-align: center;
    height: 70px
}

.review_box .slick-nav .slick-slide span {
    display: block;
    height: 34px;
    line-height: 34px;
    margin-top: 5px;
    font-size: 16px;
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    color: #bebdbd;
    cursor: pointer
}

.review_box .slick-nav .slick-current span {
    height: 70px;
    line-height: 46px;
    margin-top: 0;
    font-size: 40px;
    background: url(../images/insight/review_box_bg.png) bottom center no-repeat;
    color: #FFF;
    font-family: DINPro, Microsoft YaHei;
    border: none
}

.review_box .slick-next, .review_box .slick-prev {
    width: 26px;
    height: 34px;
    margin-top: -30px
}

.review_box .slick-prev {
    left: -26px;
    background-image: url(../images/insight/insight_prev.png)
}

.review_box .slick-prev:hover {
    background-image: url(../images/insight/insight_prevh.png)
}

.review_box .slick-next {
    right: -26px;
    background-image: url(../images/insight/insight_next.png)
}

.review_box .slick-next:hover {
    background-image: url(../images/insight/insight_nexth.png)
}

.review_box .slick-for {
    margin-top: -31px;
    z-index: 1
}

.review_box .slick-for .slick-slide {
    border: 1px solid #e3e3e3;
    border-top: none
}

.review_box .slick-for .div1 {
    padding: 8% 18%;
    font-size: 18px;
    line-height: 36px;
    background-image: url(../images/insight/review_for.jpg)
}

.review_box .slick-for .div2 {
    position: relative;
    padding: 30px 30px 30px 130px;
    border-top: 1px solid #e3e3e3
}

.review_box .slick-for .div2 div {
    line-height: 48px;
    color: #3f3f3f;
    background: url(../images/insight/review_line.jpg)
}

.review_box .slick-for .div2 span {
    position: absolute;
    top: 30px;
    left: 30px;
    display: inline-block;
    height: 48px;
    line-height: 48px;
    padding: 0 20px;
    background: #3f3f3f;
    color: #FFF;
    font-size: 16px
}

.review_box .slick-for .div2 span i {
    position: absolute;
    right: -10px;
    top: 18px;
    vertical-align: middle;
    display: inline-block;
    width: 0;
    height: 0;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #3f3f3f;
    border-width: 5px
}

@media screen and (max-width: 780px) {
    .insight_list li {
        margin-top: 10px;
        width: 50%
    }

    .insight_box {
        margin-top: 25px
    }

    .insight_box .slick-nav .slick-slide {
        height: 44px
    }

    .insight_box .slick-nav .slick-slide span {
        margin-top: 6px
    }

    .insight_box .slick-nav .slick-current span {
        margin-top: 0;
        width: 44px;
        height: 44px;
        line-height: 44px;
        font-size: 24px
    }

    .insight_box .slick-for {
        margin-top: 25px;
        background: #fbf7f2
    }

    .insight_box .slick-for .slick-slide div {
        padding: 15px;
        font-size: 14px;
        line-height: 26px
    }

    .detail_scroll {
        font-size: 13px;
        line-height: 20px
    }

    .detail_scroll .div_scroll {
        height: auto;
        overflow: auto
    }

    .detail_scroll .content {
        padding-right: 0
    }

    .review {
        margin-bottom: 30px
    }

    .review .dimg {
        width: 100%;
        text-align: center
    }

    .review .con {
        width: 100%;
        padding-top: 40px
    }

    .review .item {
        padding: 30px 20px 10px;
        font-size: 13px;
        line-height: 22px
    }

    .review .item .name {
        position: absolute;
        top: -25px;
        left: 20px;
        padding: 10px 20px;
        font-size: 16px
    }

    .review .item .author {
        margin-bottom: 5px
    }

    .review_box {
        padding: 30px 0 0
    }

    .review_box .slick-for .div1 {
        padding: 40px 15px 15px;
        font-size: 14px;
        line-height: 26px;
        background: #fbfbfb
    }

    .review_box .slick-for .div2 {
        padding: 15px 15px 15px 75px;
        min-height: 100px
    }

    .review_box .slick-for .div2 span {
        left: 15px;
        font-size: 13px;
        padding: 0 10px
    }
}

.join_table {
    text-align: left
}

.join_table th {
    height: 60px;
    padding: 5px;
    border-bottom: 1px dotted #e8e8e8;
    color: #888;
    font-weight: 400
}

.join_table td {
    height: 48px;
    padding: 5px;
    border-bottom: 1px dotted #e8e8e8
}

.join_table td .more {
    display: inline-block;
    width: 72px;
    height: 26px;
    line-height: 26px;
    padding-left: 32px;
    background: url(../images/join/join_more.png) 10px 5px #d1d1d1 no-repeat;
    color: #fff
}

.join_table tr:hover {
    color: #c4181f
}

.join_table tr:hover a {
    color: #c4181f
}

.join_table tr:hover .more {
    background-color: #c4181f;
    color: #FFF
}

.join .insight_tit div {
    text-transform: uppercase;
    font-size: 16px
}

.join .join_detail {
    padding-top: 30px;
    font-size: 14px;
    line-height: 36px;
    color: #888
}

.join .join_detail .item span {
    display: inline-block;
    margin-right: 5%
}

.join .join_detail .tabtit {
    color: #2e2e2e;
    font-size: 16px;
    line-height: 30px
}

.join .down_bt {
    margin-top: 60px;
    text-align: center;
    font-size: 18px
}

.join .down_bt a {
    display: inline-block;
    padding: 12px 30px;
    background: #ad0202;
    color: #FFF
}

.join .down_bt span {
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle
}

@media screen and (max-width: 780px) {
    .join .insight_tit div {
        font-size: 14px
    }

    .join .join_detail {
        font-size: 13px;
        line-height: 24px
    }

    .join .join_detail .item span {
        margin-right: 20px
    }

    .join .down_bt {
        margin-top: 20px;
        font-size: 14px
    }
}

@media screen and (max-width: 480px) {
    .join_table .th {
        display: none
    }
}

.login {
    float: right;
    max-width: 540px;
    width: 100%;
    padding: 8px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    background: rgba(255, 255, 255, .5)
}

.login .con {
    padding: 40px 50px;
    background: #FFF
}

.login .tit {
    font-size: 28px;
    color: #474747;
    margin-bottom: 25px
}

.login .in {
    margin-bottom: 20px;
    border: 1px solid #e5e5e5;
    height: 44px;
    padding: 4px 10px 4px 55px;
    position: relative
}

.login .in img {
    position: absolute;
    top: 0;
    left: 0
}

.login .in input {
    width: 100%;
    float: left;
    height: 34px;
    line-height: 34px;
    border: none;
    font-size: 16px;
    color: #979a9a;
    font-family: Arial, Microsoft YaHei
}

.login .button input {
    width: 100%;
    height: 48px;
    line-height: 48px;
    background: #c4181f;
    border: none;
    color: #FFF;
    font-size: 24px;
    text-align: center;
    font-family: Arial, Microsoft YaHei;
    cursor: pointer
}

.login .text {
    margin-top: 12px;
    font-size: 14px
}

.login .text a {
    color: #ceaa6e
}

.login .text a:hover {
    text-decoration: underline
}

@media screen and (max-width: 780px) {
    .login {
        float: none;
        margin: 30px auto 0
    }
}

@media screen and (max-width: 480px) {
    .login .con {
        padding: 15px
    }

    .login .tit {
        font-size: 22px
    }

    .login .button input {
        font-size: 20px
    }

    .login .text span {
        display: block;
        width: 100%
    }
}

.service_box {
    margin-top: 45px;
    position: relative
}

.service_box .slick-nav {
    margin: 0 26px;
    z-index: 2
}

.service_box .slick-nav .slick-slide {
    text-align: center;
    height: 70px
}

.service_box .slick-nav .slick-slide span {
    display: block;
    height: 34px;
    line-height: 34px;
    margin-top: 5px;
    font-size: 16px;
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    color: #bebdbd;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.service_box .slick-nav .slick-current span {
    height: 70px;
    line-height: 46px;
    margin-top: 0;
    background: url(../images/service/service_nav_bg.png) bottom center no-repeat;
    color: #FFF;
    font-family: DINPro, Microsoft YaHei;
    border: none
}

.service_box .slick-nav2 .slick-current span {
    background: url(../images/service/funds_slick_nav.png) bottom center no-repeat
}

.service_box .slick-next, .service_box .slick-prev {
    width: 26px;
    height: 34px;
    margin-top: -30px
}

.service_box .slick-prev {
    left: -26px;
    background-image: url(../images/insight/insight_prev.png)
}

.service_box .slick-prev:hover {
    background-image: url(../images/insight/insight_prevh.png)
}

.service_box .slick-next {
    right: -26px;
    background-image: url(../images/insight/insight_next.png)
}

.service_box .slick-next:hover {
    background-image: url(../images/insight/insight_nexth.png)
}

.service .list li {
    height: 46px;
    line-height: 46px;
    padding-right: 90px;
    position: relative;
    border-bottom: 1px dotted #e9e9e9
}

.service .list li a.tit {
    display: block;
    padding-left: 30px;
    background: url(../images/service/service_img.png) no-repeat left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.service .list li a.more {
    display: inline-block;
    position: absolute;
    top: 11px;
    right: 0;
    line-height: 24px;
    height: 24px;
    width: 75px;
    text-align: center;
    padding-left: 20px;
    color: #FFF;
    background: url(../images/service/service_icon.png) 10px 3px no-repeat #d1d1d1
}

.service .list li:hover a.tit {
    color: #bf0008
}

.service .list li:hover a.more {
    background-color: #bf0008
}

.service .tips {
    margin-top: 70px
}

.service .tips .tit {
    margin-bottom: 10px
}

.service .tips span {
    margin-left: 10px;
    vertical-align: middle;
    display: inline-block;
    font-size: 16px;
    color: #484848
}

.funds .list li a.tit {
    padding-left: 0;
    background: 0 0
}

.funds .list li a.more {
    background-image: url(../images/service/more.png)
}

.funds .tab {
    margin-top: 50px;
    border: 1px solid #e5e5e5;
    border-left: none;
    font-size: 0
}

.funds .tab span {
    display: inline-block;
    border-left: 1px solid #e5e5e5;
    height: 46px;
    line-height: 46px;
    font-size: 16px;
    width: 33.3%;
    text-align: center;
    cursor: pointer
}

.funds .tab span.current {
    background: #4f4f4f;
    color: #FFF
}

.funds .details {
    margin-top: 35px;
    width: 100%;
    color: #6d6c6c;
    font-size: 14px
}

.funds .details .con {
    display: none
}

.funds .details table {
    width: 100%
}

.funds .details td {
    border: 1px solid #e5e5e5;
    padding: 10px 20px;
    width: 80%
}

.funds .details .tit {
    background: #f5f5f5;
    text-align: right;
    width: 200px
}

.funds .details .tit2 {
    background: #f5f5f5
}

.order_bt {
    margin-top: 60px;
    text-align: center
}

.order_bt a {
    display: inline-block;
    margin: 0 10px;
    width: 195px;
    height: 48px;
    line-height: 48px;
    background: #e3e3e3;
    color: #FFF;
    font-size: 18px
}

.order_bt a img {
    margin: 0 5px
}

.order_bt a span {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px
}

.order_bt a.active {
    background: #bf0008
}

.order_bt p {
    margin-top: 20px
}

.order {
    margin-top: 45px
}

.order .tit span {
    display: inline-block;
    border-left: 2px solid #ad0202;
    padding-left: 20px;
    margin-right: 20px;
    font-size: 20px;
    color: #393939
}

.order .in span {
    display: block;
    float: left;
    margin-top: 30px;
    width: 48%;
    position: relative;
    padding-left: 95px
}

.order .in span.s2 {
    float: right
}

.order .in i {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    line-height: 40px;
    height: 40px;
    width: 85px;
    color: #3d3d3d;
    font-size: 16px;
    font-style: normal;
    text-align: right
}

.order .in font {
    color: #cd0202
}

.order .in input {
    height: 38px;
    line-height: 28px;
    padding: 5px 10px;
    width: 100%;
    border: 1px solid #e5e5e5;
    font-family: Arial, Microsoft YaHei, SimSun;
    -webkit-appearance: none
}

.order .in2 {
    margin-top: 30px;
    position: relative;
    padding-left: 92px
}

.order .in2 span {
    display: block;
    float: left;
    width: 50%;
    position: relative;
    padding-left: 95px
}

.order .in2 i {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    line-height: 40px;
    height: 40px;
    width: 85px;
    color: #3d3d3d;
    font-size: 16px;
    font-style: normal;
    text-align: right
}

.order .in2 select {
    width: 100%;
    height: 38px;
    border: 1px solid #e5e5e5
}

.order .in2 textarea {
    width: 100%;
    height: 240px;
    padding: 10px;
    border: 1px solid #e5e5e5;
    font-family: Arial, Microsoft YaHei, SimSun;
    -webkit-appearance: none
}

@media screen and (max-width: 780px) {
    .funds .details .tit {
        text-align: center
    }

    .funds .details td {
        padding: 5px 10px
    }

    .order_bt {
        margin-top: 30px
    }

    .order_bt a {
        margin: 0 5px;
        width: 125px;
        font-size: 13px;
        height: 42px;
        line-height: 42px
    }

    .order_bt a img {
        width: 24px
    }

    .order {
        margin-top: 25px
    }

    .order .tit span {
        font-size: 16px;
        padding-left: 5px;
        margin-right: 5px
    }

    .order .in span {
        float: none;
        margin-top: 20px;
        width: 100%;
        padding-left: 80px
    }

    .order .in span.s2 {
        float: none
    }

    .order .in i {
        font-size: 14px;
        width: 70px
    }

    .order .in2 {
        margin-top: 20px;
        padding-left: 80px
    }

    .order .in2 i {
        font-size: 14px;
        width: 70px
    }

    .order .in2 textarea {
        height: 200px
    }
}

@media screen and (max-width: 480px) {
    .service_box {
        margin-top: 25px
    }

    .service_box .slick-nav .slick-slide span {
        font-size: 12px
    }

    .service .tips {
        margin-top: 20px
    }

    .funds .tab {
        margin-top: 25px
    }

    .funds .tab span {
        font-size: 14px
    }

    .funds .details {
        margin-top: 20px
    }

    .funds .details td {
        padding: 5px
    }
}

.customer .type {
    text-align: center;
    font-family: STZHONGS, Microsoft YaHei
}

.customer .type p {
    margin-bottom: 30px
}

.customer .type a {
    display: inline-block;
    padding: 3px;
    border: 1px solid #f3f4f5
}

.customer .type a span {
    display: inline-block;
    padding: 25px 120px;
    font-size: 28px;
    background: #f3f4f5;
    color: #363637
}

.customer .type a:hover {
    border: 1px solid #ad0202
}

.customer .type a:hover span {
    background: #ad0202;
    color: #FFF
}

.questionnaire .in span {
    display: block;
    float: left;
    margin-top: 30px;
    width: 48%;
    position: relative;
    padding-left: 95px
}

.questionnaire .in span.s2 {
    float: right
}

.questionnaire .in i {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    line-height: 40px;
    height: 40px;
    width: 85px;
    color: #3d3d3d;
    font-size: 16px;
    font-style: normal;
    text-align: right
}

.questionnaire .in font {
    color: #cd0202
}

.questionnaire .in input {
    height: 38px;
    line-height: 28px;
    padding: 5px 10px;
    width: 100%;
    border: 1px solid #e5e5e5;
    font-family: Arial, Microsoft YaHei, SimSun;
    -webkit-appearance: none
}

.questionnaire .in .span_zj {
    padding-right: 100px
}

.questionnaire .in .span_zj select {
    position: absolute;
    right: 0;
    top: 0;
    width: 100px;
    height: 38px;
    line-height: 38px;
    font-size: 15px;
    padding: 0 10px;
    border: 1px solid #e5e5e5;
    border-left: none
}

.caption {
    margin-top: 45px;
    padding-top: 40px;
    border-top: 1px dashed #e7e7e7
}

.caption .tit {
    border-left: 3px solid #ad0202;
    padding-left: 10px;
    font-size: 16px;
    font-weight: 700;
    color: #3d3d3d
}

.promise .box {
    float: left;
    width: 49%;
    max-width: 465px;
    border: 1px solid #e5e5e5;
    font-size: 14px;
    color: #5d5d5d;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    overflow: hidden
}

.promise .box .tit {
    background: #505050;
    color: #FFF;
    font-size: 17px;
    line-height: 30px;
    padding: 12px 20px
}

.promise .box2 {
    float: right
}

.promise .box table td {
    height: 160px;
    padding: 15px
}

.promise .box table p {
    position: relative;
    padding-left: 28px
}

.promise .box table p span {
    position: absolute;
    display: inline-block;
    width: 20px;
    height: 20px;
    top: 1px;
    left: 0
}

@media screen and (max-width: 1035px) {
    .promise .box .tit {
        font-size: 14px
    }
}

.step .step_tit {
    margin: 40px 0;
    position: relative;
    padding-bottom: 10px;
    border-bottom: 1px dashed #e7e7e7
}

.step .step_tit p {
    border-left: 2px solid #ad0202;
    font-size: 24px;
    color: #3d3d3d;
    padding-left: 10px
}

.step .step_tit p span {
    display: block;
    font-size: 13px;
    color: #d0d0cf
}

.step .step_tit div {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #FFF;
    color: #b7b7b7;
    font-family: DINPro, arial
}

.step .step_tit div i {
    position: absolute;
    top: 10px;
    right: 0;
    padding: 20px 0 0 25px;
    background: url(../images/service/step_tit.png) no-repeat;
    font-style: normal
}

.step .step_tit div b {
    margin-right: 15px;
    border: 1px solid #e7e7e7;
    background: #FFF;
    font-size: 36px;
    padding: 0 8px
}

.step .ques {
    line-height: 24px;
    color: #8b8b8b;
    font-size: 14px
}

.step .ques .p_ques {
    margin-top: 20px;
    font-size: 16px;
    color: #3d3d3d;
    padding-left: 0
}

.step .ques p {
    padding-left: 23px;
    margin: 10px 0
}

.step .ques p span {
    margin-right: 8px
}

.step .score {
    margin-top: 50px;
    text-align: center;
    border-top: 1px dotted #e7e7e7;
    padding-top: 20px;
    font-size: 14px
}

.step .score span {
    display: inline-block;
    color: #ad0202;
    font-size: 80px;
    line-height: 100px;
    font-family: DINPro, arial
}

.result .con {
    text-align: center;
    margin-top: 85px;
    color: #8b8b8b
}

.result .con p {
    margin-top: 15px
}

.result .con .span_1 {
    display: inline-block;
    color: #ad0202;
    font-size: 46px;
    line-height: 60px;
    padding: 0 20px;
    font-family: DINPro, arial;
    border-bottom: 1px solid #797979
}

.result .con .span_2 {
    display: inline-block;
    color: #3d3d3d;
    font-size: 22px;
    line-height: 34px;
    padding: 0 20px;
    border-bottom: 1px solid #797979
}

.result .con .span_3 {
    display: inline-block;
    color: #3d3d3d;
    font-size: 16px;
    line-height: 24px;
    padding: 0 20px;
    border-bottom: 1px solid #797979
}

.result .con .span_3 i {
    font-style: normal;
    color: #9d9d9d;
    display: inline-block;
    margin-left: 10px
}

.result .state {
    margin-top: 70px;
    padding-top: 40px;
    border-top: 1px dashed #e7e7e7
}

.result .state .tit {
    margin-bottom: 40px;
    font-size: 28px;
    padding-bottom: 20px;
    color: #3d3d3d;
    text-align: center;
    background: url(../images/service/red_line.png) bottom center no-repeat;
    font-family: STZHONGS, Microsoft YaHei
}

.result .state .box {
    margin: 10px auto 0;
    max-width: 585px;
    width: 100%;
    background: #fafafa;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    padding: 10px 10px 10px 45px;
    position: relative
}

.result .state .box span {
    position: absolute;
    top: 11px;
    left: 20px
}

.result .state .tip {
    max-width: 630px;
    text-align: center;
    margin: 0 auto;
    line-height: 38px;
    color: #3d3d3d;
    font-size: 18px
}

@media screen and (max-width: 910px) {
    .promise .box {
        width: 100%;
        max-width: 100%;
        margin-bottom: 20px
    }
}

@media screen and (max-width: 780px) {
    .customer .type p {
        margin-top: 20px
    }

    .customer .type a span {
        padding: 10px 50px;
        font-size: 20px
    }

    .questionnaire .in span {
        float: none;
        margin-top: 20px;
        width: 100%;
        padding-left: 80px
    }

    .questionnaire .in span.s2 {
        float: none
    }

    .questionnaire .in i {
        font-size: 14px;
        width: 70px
    }

    .caption {
        margin-top: 25px;
        padding-top: 25px
    }

    .promise .box .tit {
        font-size: 14px;
        padding: 5px 10px;
        line-height: 26px
    }

    .promise .box table td {
        height: auto
    }

    .questionnaire .order_bt {
        margin-top: 0
    }

    .step .step_tit {
        margin: 20px 0
    }

    .step .step_tit p {
        font-size: 18px
    }

    .step .step_tit div b {
        font-size: 30px
    }

    .step .score {
        margin-top: 20px;
        padding-top: 10px
    }

    .step .score span {
        font-size: 48px;
        line-height: 54px
    }

    .result .con {
        margin-top: 25px
    }

    .result .con .span_1 {
        font-size: 28px;
        line-height: 40px
    }

    .result .con .span_2 {
        font-size: 16px
    }

    .result .con .span_3 {
        font-size: 12px;
        text-align: left;
        padding-left: 0
    }

    .result .state {
        margin-top: 25px;
        padding-top: 20px
    }

    .result .state .tit {
        font-size: 22px;
        margin-bottom: 20px
    }

    .result .state .tip {
        font-size: 14px;
        line-height: 24px
    }
}

.check-box input[type=checkbox], .radio-btn input[type=radio] {
    visibility: hidden
}

.check-box {
    width: 20px;
    height: 20px;
    cursor: pointer;
    display: inline-block;
    position: relative;
    overflow: hidden;
    background-image: url(../images/service/check.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -ms-behavior: url(backgroundsize.min.htc);
    behavior: url(backgroundsize.min.htc)
}

.check-box i {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 20px;
    height: 20px
}

.checkedBox i {
    background-image: url(../images/service/check_hover.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -ms-behavior: url(backgroundsize.min.htc);
    behavior: url(backgroundsize.min.htc)
}

.radio-btn {
    width: 20px;
    height: 20px;
    display: inline-block;
    cursor: pointer;
    position: relative;
    background-image: url(../images/service/radio.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -ms-behavior: url(backgroundsize.min.htc);
    behavior: url(backgroundsize.min.htc)
}

.radio-btn i {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 0
}

.checkedRadio i {
    background-image: url(../images/service/radio_hover.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -ms-behavior: url(backgroundsize.min.htc);
    behavior: url(backgroundsize.min.htc)
}

@media screen and (max-width: 780px) {
    .check-box {
        width: 16px;
        height: 16px
    }

    .check-box i {
        width: 16px;
        height: 16px
    }

    .radio-btn {
        width: 16px;
        height: 16px
    }

    .radio-btn i {
        width: 16px;
        height: 16px
    }
}

.footer img {
    width: 22px;
}

.dh-contact { background: #f3f4f5 url("../images/contact.jpg?1") no-repeat right; height: 448px; padding: 60px 0 0 30px; font-size: 14px; }
.dh-contact h1 { color: #333; margin-bottom: 30px;}
.dh-contact p { margin-bottom: 15px; }
.dh-contact span { display: inline-block; width: 112px; text-align: center; font-size: 12px;}