/* 首页banner */

.home1 {
    position: relative;
    overflow: hidden;
}

.home1 .slick-slider {
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.home1 .slick-item {
    position: relative
}

.home1 .slick-item img {
    width: 100%;
}

.home1 .slick-list {
    position: relative;
    z-index: 1;
    overflow: hidden
}

.home1 .slick-loading .slick-track {
    visibility: hidden
}

.home1 .slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

.home1 .slick-initialized .slick-slide {
    display: block
}

.home1 .slick-vertical .slick-slide {
    display: block;
    height: auto
}

.home1 .slick-arrow.slick-disabled,
.home1 .slick-arrow.slick-disabled:hover {
    opacity: 0.5;
    cursor: initial
}

.home1 .slick-arrow {
    width: 58px;
    height: 58px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    font-family: xfont;
    position: absolute;
    top: 0;
    z-index: 3;
    cursor: pointer
}

.home1 .slick-arrow::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    font-size: 18px;
    color: #fff;
}

.home1 .slick-prev {
    left: 0;
}

.home1 .slick-next {
    right: 0;
}

.home1 .slick-prev::before {
    content: '\e504';
}

.home1 .slick-next::before {
    content: '\e505';
}

.home1 .slick-paging {
    text-align: center;
}

.home1 .slick-nav {
    width: 1230px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    z-index: 2;
    height: 58px;
}

.home1 .slick-dots {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    text-align: center;
}

.home1 .slick-dots .slick-dot {
    display: inline-block;
    width: 11px;
    height: 11px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    vertical-align: middle;
    margin: 0 5px;
    padding: 0;
}

.home1 .slick-dots .slick-dot.slick-active {
    width: 17px;
    height: 17px;
    background: rgba(255, 255, 255, 1);
}

.home2 {
    position: relative;
    padding: 80px 0;
}

.home2 .left {
    width: 830px;
    float: left;
}

.home2 .right {
    width: 340px;
    margin-left: 60px;
    float: left;
}

.home2 .h {
    line-height: 36px;
}

.home2 .box1 .tabmod {
    margin-left: 60px;
}

.home2 .left .item {
    font-size: 20px;
    position: relative;
    float: left;
    cursor: pointer;
}

.home2 .left .item+.item {
    margin-left: 40px;
}

.home2 .left .item::before {
    content: '';
    position: absolute;
    left: -5px;
    right: -5px;
    bottom: -5px;
    border: 1px solid #a70f0b;
    opacity: 0;
}

.home2 .left .item.cur::before {
    opacity: 1;
}

.home2 .left .item.cur {
    color: #a70f0b;
}

.home2 .liner {
    border: 1px solid #dedede;
    border-radius: 15px;
    display: block;
    width: 400px;
    padding: 70px 50px 0;
    position: relative;
    height: 322px;
}

.home2 .liner .img {
    margin-top: 10px;
}

.home2 .liner+.liner {
    margin-left: 30px;
}

.home2 .tabcont {
    margin-top: 25px;
}

.home2 .box1 .btn {
    width: 300px;
    height: 55px;
    line-height: 55px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    bottom: -28px;
    background-color: #272e5c;
    border-radius: 15px;
    color: #fff;
    text-align: center;
}

.home2 .btn .b {
    font-size: 38px;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-style: oblique;
    margin: 0 15px 0 8px;
    line-height: 1;
    display: inline-block;
    transform: translateY(8px);
    -webkit-transform: translateY(8px);
    -ms-transform: translateY(8px);
    -moz-transform: translateY(8px);
}

.home2 .t1 {
    font-size: 48px;
    color: #272e5c;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    line-height: 1;
}

.home2 .t2 {
    font-size: 16px;
    margin-top: 5px;
}

.home2 .t3 {
    font-size: 22px;
    color: #606bb1;
    margin-top: 20px;
}

.home2 .t4 {
    font-size: 16px;
    color: #606bb1;
    margin-top: 5px;
}

.home2 .liner:nth-child(2) .t1 {
    color: #a70f0b;
}

.home2 .liner:nth-child(2) .t3 {
    color: #db8886;
}

.home2 .liner:nth-child(2) .t4 {
    color: #db8886;
}

.home2 .liner:nth-child(2) .btn {
    background-color: #a70f0b;
}

.home2 .tabcont {
    position: relative;
}

.home2 .tabcont .term {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.home2 .tabcont .term.act {
    position: relative;
    z-index: 2;
    opacity: 1;
}

.home2 .box2 {
    padding-top: 90px;
}

.home2 .box2 .tabcont {
    margin-top: 25px;
}

.home2 .box2 .ul {
    border: 1px solid #dedede;
    border-radius: 15px;
    padding: 18px 30px;
}

.home2 .box2 .li {
    border-bottom: 1px dashed #dedede;
    padding: 17px 0;
}

.home2 .box2 .li:last-child {
    border: 0;
}

.home2 .box2 .txt {
    float: left;
    width: 20%;
    text-align: center;
    font-size: 16px;
    line-height: 1.7;
}

.home2 .box2 .txt .p:nth-child(2) {
    color: #707070;
}

.home2 .box2 .btn {
    background-color: #a70f0b;
    width: 63px;
    height: 32px;
    line-height: 32px;
    display: block;
    color: #fff;
    border-radius: 8px;
    margin: 10px auto 0;
}

.home2 .right .list {
    border: 1px solid #dedede;
    border-radius: 15px;
    padding: 40px 30px 40px 33px;
    position: relative;
    margin-top: 25px;
}

.home2 .right .list:before {
    border-left: 1px solid #dedede;
    content: '';
    position: absolute;
    left: 33px;
    top: 0;
    bottom: 0;
}

.home2 .right .item {
    position: relative;
    padding-left: 33px;
    font-size: 16px;
    line-height: 1.6;
}

.home2 .right .item::before {
    content: '';
    border-bottom: 1px solid #dedede;
    width: 20px;
    position: absolute;
    left: 0;
    top: 13px;
}

.home2 .right .item a::before {
    content: '';
    border-left: 1px solid #a70f0b;
    height: 17px;
    position: absolute;
    left: 0;
    top: 5px;
}

.home2 .right .item a::after {
    content: '';
    border-bottom: 1px solid #a70f0b;
    width: 9px;
    position: absolute;
    left: 0;
    top: 13px;
}

.home2 .right .item .d {
    margin-top: 7px;
}

.home2 .right .item:hover {
    color: #a70f0b;
}

.home2 .right .item+.item {
    margin-top: 30px;
}

.home2 .right .box2 {
    padding-top: 60px;
}

.home3 {
    background-color: #f5f5f5;
    padding: 80px 0;
}

.home3 .cont {
    position: relative;
    z-index: 2;
}

.home3 .box1 {
    background: url(../image/jhy/img3.png) center no-repeat;
    background-size: cover;
    border-radius: 15px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    height: 326px;
    padding: 70px 208px 0;
    position: relative;
}

.home3 .box1 .search-cont {
    margin-top: 33px;
}

.home3 .box1 .l {
    width: 673px;
    border: 1px solid #e1e1e3;
    border-radius: 10px;
    height: 51px;
    position: relative;
}

.home3 .box1 .r {
    background-color: #fff;
    width: 130px;
    height: 51px;
    line-height: 51px;
    color: #a70f0b;
    border-radius: 10px;
}

.home3 .box1 .r .btn {
    position: relative;
    padding-left: 62px;
    cursor: pointer;
    text-align: left;
}

.home3 .box1 .r .btn::before {
    content: '';
    background: url(../image/jhy/icon1.png) no-repeat;
    width: 23px;
    height: 23px;
    position: absolute;
    left: 33px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}

.home3 .box1 .j-more {
    display: inline-block;
    margin: 45px auto 0;
}

.home3 .box1 .search-input {
    text-align: left;
    width: 100%;
    color: #fff;
    font-size: 16px;
    padding: 0 20px;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    font-family: "微软雅黑";
}

.home3 .box1 .search-input::-webkit-input-placeholder {
    color: #fff;
    font-size: 16px;
}

.home3 .box1 .search-input:-moz-placeholder {
    color: #fff;
    font-size: 16px;
}

.home3 .box1 .search-input::-moz-placeholder {
    color: #fff;
    font-size: 16px;
}

.home3 .box1 .search-input:-ms-placeholder {
    color: #fff;
    font-size: 16px;
}

.home3 .box1 .search-input:-o-placeholder {
    color: #fff;
    font-size: 16px;
}

.home3 .box1 .search-input:placeholder {
    color: #fff;
    font-size: 16px;
}

.home3 .box1 input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #fff;
}

.home3 .box1 input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #fff;
}

.home3 .box1 input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #fff;
    opacity: 1;
}

.home3 .box1 input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #fff;
}

.home3 .box2 {
    margin-top: 30px;
}

.home3 .tab-bar {
    background-color: #a70f0b;
    border-radius: 15px;
    padding: 12px 0 12px 32px;
    position: relative;
    z-index: 3;
}

.home3 .item {
    float: left;
    font-size: 16px;
    color: #fff;
    text-align: center;
    cursor: pointer;
}

.home3 .item+.item {
    margin-left: 25px;
}

.home3 .item .txt {
    margin-top: 5px;
}

.home3 .term table {
    width: 100%;
    text-align: center;
    font-size: 16px;
}

.home3 .term tr {
    border-bottom: 1px dashed #c7c7c7;
}

.home3 .term thead tr {
    border-bottom: 1px solid #dedede;
}

.home3 .term thead td {
    background-color: #fff;
    font-size: 18px;
    padding: 44px 0 24px;
}

.home3 .term .txt {
    display: block;
}

.home3 .term .txt1 {
    color: #707070;
}

.home3 .term .txt2 {
    color: #707070;
    display: inline-block;
    text-decoration: line-through;
}

.home3 .term .txt3 {
    display: inline-block;
}

.home3 tbody td {
    padding: 27px 0;
}

.home3 .table {
    border: 1px solid #dedede;
    border-radius: 15px;
    margin-top: -20px;
}

.home3 table .btn {
    width: 52px;
    height: 31px;
    line-height: 31px;
    color: #fff;
    display: inline-block;
    border-radius: 5px;
}

.home3 table .btn1 {
    background-color: #a70f0b;
}

.home3 table .btn2 {
    background-color: #272e5c;
    margin-left: 5px;
}

.home3 table tbody tr:last-child {
    border: 0;
}

.home3 .term {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.home3 .term.act {
    position: relative;
    z-index: 2;
    opacity: 1;
}

.home3 .more {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 40px;
    text-align: center;
    margin-top: 35px;
}

.home3 .more::before {
    content: '';
    border-top: 1px dashed #c7c7c7;
    position: absolute;
    left: 0;
    top: 10px;
    width: 526px;
}

.home3 .more::after {
    content: '';
    border-top: 1px dashed #c7c7c7;
    position: absolute;
    right: 0;
    top: 10px;
    width: 526px;
}

.home3 .j-more2 {
    display: inline-block;
}

.home4 {
    position: relative;
    padding-top: 80px;
}

.home4 .l {
    position: absolute;
    left: 0;
    top: 0;
}

.home4 .l .bg {
    position: absolute;
    left: -345px;
    top: -80px;
    background: url(../image/jhy/img4.png) center no-repeat;
    background-size: cover;
    width: 960px;
    height: 639px;
    z-index: 1;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    overflow: hidden;
}

.home4 .l .txt {
    position: relative;
    z-index: 2;
    top: 0;
}

.home4 .r {
    width: 985px;
    height: 639px;
    border-radius: 15px;
    border: 1px solid #dedede;
    padding: 80px 65px 0 442px;
}

.home4 .j-more {
    margin-top: 25px;
}

.home4 .item {
    font-size: 16px;
}

.home4 .item .t2 {
    font-size: 14px;
    color: #707070;
    margin-top: 10px;
    line-height: 1.7;
    max-height: 48px;
    overflow: hidden;
}

.home4 .item .t3 {
    margin-top: 15px;
    font-family: avian;
}

.home4 .item+.item {
    margin-top: 60px;
}

.home4 .j-tit {
    text-shadow: 0 0 35px rgba(0, 0, 0, 0.6);
}

.home4 .j-more {
    text-shadow: 0 0 35px rgba(0, 0, 0, 0.6);
}

.home4 .item:hover .t1 {
    color: #a70f0b
}

.home5 {
    position: relative;
    padding-top: 80px;
}

.home5 .con {
    position: relative;
}

.home5 .con::before {
    content: '';
    background: url(../image/jhy/img6.png) center no-repeat;
    width: 445px;
    height: 287px;
    position: absolute;
    right: -12px;
    bottom: 0;
}

.home5 .j-tit {
    margin-top: 40px;
}

.home5 .j-more {
    margin-top: 20px;
}

.home5 .l {
    background: url(../image/jhy/img5.png) center no-repeat;
    width: 830px;
    height: 389px;
    padding: 40px 0;
}

.home5 .r {
    text-align: right;
}

.home5 .item {
    color: #fff;
    width: 33.33%;
    padding: 20px 50px;
    font-size: 16px;
    float: left;
    line-height: 1.7;
}

.home5 .item .t2 {
    font-size: 14px;
    margin-top: 15px;
    color: #eae6e6;
}

.home5 .item .t3 {
    font-family: avian;
    margin-top: 30px;
}

.home5 .item+.item {
    border-left: 1px dashed #fff;
}


/* .home5 .item:hover .t1 {
    color: #a70f0b;
} */

.mechanism1 img {
    width: 100%;
}

.mechanism2 {
    padding-top: 120px;
}

.mechanism2 .box2 {
    background-color: #2a2d41;
    height: 230px;
    padding-top: 75px;
    color: #fff;
    text-align: center;
    margin-top: 40px;
}

.mechanism2 .box2 .t1 {
    font-size: 32px;
}

.mechanism2 .box2 .t2 {
    margin-top: 15px;
    font-size: 16px;
}

.mechanism2 .box3 {
    background-color: #f5f5f5;
}

.mechanism2 .box3 .ul {
    padding: 50px 45px;
}

.mechanism2 .box3 .li {
    width: 25%;
    float: left;
}

.mechanism2 .box3 .text {
    color: #fff;
    padding: 55px 20px 55px 40px;
    height: 418px;
    line-height: 1.7;
    position: relative;
}

.mechanism2 .box3 .text::before {
    content: '';
    width: 160px;
    height: 138px;
    position: absolute;
    right: 0;
    bottom: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.mechanism2 .box3 .t1 {
    font-size: 18px;
}

.mechanism2 .box3 .t2 {
    font-size: 14px;
    margin-top: 5px;
}

.mechanism2 .box3 .t3 {
    font-size: 14px;
    margin-top: 20px;
}

.mechanism2 .box3 .item {
    position: relative;
    z-index: 2;
}

.mechanism2 .box3 .item::before {
    content: '';
    width: 7px;
    height: 7px;
    background-color: #fff;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    /* Internet Explorer */
    -moz-transform: rotate(45deg);
    /* Firefox */
    -webkit-transform: rotate(45deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(45deg);
    /* Opera */
    position: absolute;
    left: -19px;
    top: 11px;
}

.mechanism2 .box3 .li:nth-child(even) .item::before {
    background-color: #5c5c5c;
}

.mechanism2 .box3 .item+.item {
    margin-top: 30px;
}

.mechanism2 .box3 .year {
    font-size: 20px;
    text-align: center;
    border: 1px solid #dfdfdf;
    padding: 17px 0;
}

.mechanism2 .box3 .li:nth-child(even) .year {
    border-bottom: 0;
}

.mechanism2 .box3 .li:nth-child(odd) .year {
    border-top: 0;
}

.mechanism2 .box3 .year .t {
    font-size: 94px;
    color: #707070;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-style: oblique;
    display: inline-block;
    margin-right: 10px;
}

.mechanism2 .box3 .li:nth-child(odd) .text {
    background-color: #a70f0b;
}

.mechanism2 .box3 .li:nth-child(even) .text {
    background-color: #fff;
    color: #707070;
}

.mechanism2 .box3 .li:nth-child(1) .text::before {
    background-image: url(../image/jhy/img7.png);
}

.mechanism2 .box3 .li:nth-child(2) .text::before {
    background-image: url(../image/jhy/img8.png);
}

.mechanism2 .box3 .li:nth-child(3) .text::before {
    background-image: url(../image/jhy/img9.png);
}

.mechanism2 .box3 .li:nth-child(4) .text::before {
    background-image: url(../image/jhy/img10.png);
}

.mechanism3 {
    padding: 120px 0;
}

.mechanism3 .text {
    margin-top: 25px;
    font-size: 16px;
}

.mechanism3 .con {
    margin-top: 45px;
}

.mechanism3 .con .l {
    width: 50%;
    border: 1px solid #dedede;
    box-shadow: 0 0 16px rgba(0, 0, 0, 5%);
}

.mechanism3 .con .r {
    width: 50%;
    background: url(../image/jhy/bg1.png) right no-repeat;
    background-size: cover;
    height: 478px;
    padding: 55px 30px 40px;
}

.mechanism3 .con .tit {
    font-size: 20px;
}

.mechanism3 .con .ul {
    margin-top: 20px;
}

.mechanism3 .con .li {
    font-size: 16px;
    padding-left: 32px;
    position: relative;
}

.mechanism3 .con .li+.li {
    margin-top: 22px;
}

.mechanism3 .con .num {
    background-color: #a70f0b;
    border-radius: 50%;
    font-size: 14px;
    width: 17px;
    height: 17px;
    color: #fff;
    position: absolute;
    left: 0;
    top: 4px;
    text-align: center;
    line-height: 17px;
    font-family: Arial, Helvetica, sans-serif;
}

.mechanism4 {
    background-color: #f5f5f5;
    overflow: hidden;
}

.mechanism4 .con::before {
    content: '';
    border-bottom: 1px dashed #c7c7c7;
    position: absolute;
    left: -345px;
    right: 50%;
    top: 225px;
}

.mechanism4 .con .l {
    width: 50%;
    padding-top: 60px;
    position: relative;
}

.mechanism4 .con .l::before {
    border-left: 1px dashed #c7c7c7;
    position: absolute;
    left: 0;
    top: 226px;
    bottom: -999px;
    content: '';
}

.mechanism4 .con .l .j-tit {
    padding-left: 50px;
}

.mechanism4 .con .l .text {
    padding: 30px 80px 0 0;
    font-size: 16px;
}

.mechanism4 .con .r {
    width: 50%;
}

.mechanism4 .con .l .clcon {
    width: 495px;
    height: 333px;
    margin: 123px auto 0;
    position: relative;
}

.mechanism4 .con .l .clcon .li {
    width: 215px;
    height: 207px;
    text-align: center;
    border-radius: 50%;
    color: #FFFFFF;
    display: table;
    position: absolute;
    font-size: 18px;
}

.mechanism4 .con .l .clcon .l1 {
    background-color: #2a2d41;
    left: 0;
    bottom: 0;
    z-index: 2;
}

.mechanism4 .con .l .clcon .l2 {
    background-color: #a11b21;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
}

.mechanism4 .con .l .clcon .l3 {
    background-color: #fff;
    right: 0;
    bottom: 0;
    color: #333;
}

.mechanism4 .con .l .clcon .l4 {
    width: 115px;
    height: 110px;
    background: #fff url(../image/jhy/icon19.png) no-repeat center;
    border-radius: 50%;
    left: 50%;
    bottom: 57px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    z-index: 3;
    opacity: 0;
}

.mechanism4 .con .l .clcon .li .inner {
    display: table-cell;
    vertical-align: middle;
}

.mechanism4 .con .l .clcon .li .icon {
    width: 65px;
    height: 62px;
    margin: 0 auto 10px;
}

.mechanism4 .con .l .clcon .li .icon img {
    width: 100%;
    height: 100%;
}

.mechanism4 .con .r .box {
    width: 100%;
    height: 360px;
    position: relative;
    color: #fff;
}

.mechanism4 .con .r .box1 {
    background: url(../image/jhy/bg2.jpg);
}

.mechanism4 .con .r .j-tit {
    padding: 62px 55px;
}

.mechanism4 .con .r .box1 .ul {}

.mechanism4 .con .r .li {
    width: 25%;
    text-align: center;
    font-size: 20px;
    height: 200px;
    padding: 35px 0;
    float: left;
    background-color: rgba(0, 0, 0, 0.3);
}

.mechanism4 .con .r .txt {
    margin-top: 10px;
}

.mechanism4 .con .r .box1 .li:hover {
    background-color: rgba(161, 27, 33, 0.7);
}

.mechanism4 .con .r .box2 {
    background-color: #fff;
}

.mechanism4 .con .r .box2 .j-tit {
    color: #333;
}

.mechanism4 .con .r .box2 .li {
    width: 33.33%;
    background-color: #2a2d41;
    padding: 50px 0;
}

.mechanism4 .con .r .box2 .li:nth-child(2) {
    background-color: none;
    background-image: url(../image/jhy/bg3.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.mechanism4 .con .r .box2 .j-tit {
    padding: 55px 55px;
}

.mechanism4 .con .r .box2 .li {
    height: 214px;
}

.mechanism4 .con .l .clcon .li {
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    opacity: 0;
}

.mechanism4 .con .l .clcon .l1 {
    transform: translateX(120px);
    -webkit-transform: translateX(120px);
    -ms-transform: translateX(120px);
    -moz-transform: translateX(120px);
}

.mechanism4 .con .l .clcon .l2 {
    transform: translateY(120px);
    -webkit-transform: translateY(120px);
    -ms-transform: translateY(120px);
    -moz-transform: translateY(120px);
    transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
}

.mechanism4 .con .l .clcon .l3 {
    transform: translateX(-120px);
    -webkit-transform: translateX(-120px);
    -ms-transform: translateX(-120px);
    -moz-transform: translateX(-120px);
    transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
}

.mechanism4 .con .l .clcon .l4 {
    opacity: 1;
}

.mechanism4 .con .l .clcon.on .l1 {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -moz-transform: translateX(0);
    opacity: 1;
}

.mechanism4 .con .l .clcon.on .l2 {
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    opacity: 1;
}

.mechanism4 .con .l .clcon.on .l3 {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -moz-transform: translateX(0);
    opacity: 1;
}

.mechanism5 {
    padding: 120px 0 160px;
}

.mechanism5 .text {
    font-size: 16px;
    padding: 40px 140px 0;
}

.mechanism5 .con {
    margin-top: 55px;
}

.mechanism5 .con .li {
    float: left;
    width: 292px;
    position: relative;
    padding-top: 96px;
}

.mechanism5 .con .li+.li {
    margin-left: 17px;
}

.mechanism5 .con .top {
    background: url(../image/jhy/bg4.png) bottom no-repeat;
    width: 206px;
    height: 206px;
    padding: 10px;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
}

.mechanism5 .con .liner {
    border-radius: 50%;
    text-align: center;
    color: #fff;
    padding: 30px 0;
    width: 100%;
    height: 100%;
}

.mechanism5 .con .li:nth-child(odd) .liner {
    background-color: #a11b21;
}

.mechanism5 .con .li:nth-child(even) .liner {
    background-color: #2a2d41;
}

.mechanism5 .con .txt {
    font-size: 20px;
    margin-top: 10px;
}

.mechanism5 .con .bottom {
    background-color: #fff;
    box-shadow: 0 0 21px rgba(0, 0, 0, 0.1);
    padding: 180px 20px 0;
    height: 447px;
    overflow: hidden;
}

.mechanism5 .con .tit {
    text-align: center;
    font-size: 20px;
    padding-bottom: 15px;
    background-color: #fff;
    position: relative;
    z-index: 2;
}

.mechanism5 .con .list {
    border-top: 1px dashed #dedede;
    position: relative;
    padding: 33px 0 35px 55px;
}

.mechanism5 .con .list::before {
    content: '';
    border-left: 1px solid #dedede;
    position: absolute;
    left: 55px;
    top: 0;
    bottom: -999px;
}

.mechanism5 .con .item {
    position: relative;
    font-size: 16px;
    padding-left: 35px;
    color: #707070;
}

.mechanism5 .con .item+.item {
    margin-top: 10px;
}

.mechanism5 .con .item::before {
    content: '';
    border-top: 1px solid #dedede;
    width: 20px;
    position: absolute;
    left: 0;
    top: 12px;
}

.mechanism5 .con .item .t::before {
    content: '';
    border-left: 1px solid #a11b21;
    height: 17px;
    position: absolute;
    left: 0;
    top: 4px;
}

.mechanism5 .con .item .t::after {
    content: '';
    border-top: 1px solid #a11b21;
    width: 9px;
    position: absolute;
    left: 0;
    top: 12px;
}

.mechanism5 .con .liner:hover {
    animation: spin 0.5s linear;
}

.mechanism6 {}

.mechanism7 {
    padding: 150px 0 120px;
}

.mechanism8 {}

.mechanism8 .top {
    background-color: #f5f5f5;
    padding: 82px 0;
}

.mechanism8 .top .text {
    padding: 25px 125px 0;
    font-size: 16px;
    line-height: 1.6;
}

.mechanism8 .l {
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.mechanism8 .r {
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.mechanism8 img {
    width: 100%;
    max-height: 100%;
}

.mechanism8 .li {
    height: 459px;
}

.mechanism8 .li:nth-child(even) .l {
    float: right;
}

.mechanism8 .li:nth-child(even) .r {
    float: left;
}

.mechanism8 .list {
    border: 1px solid #e0e0e0;
    padding: 63px 65px 0 33px;
    position: relative;
    height: 100%;
    text-align: justify;
}

.mechanism8 .list::before {
    border-left: 1px solid #ececec;
    content: '';
    position: absolute;
    left: 33px;
    top: -999px;
    bottom: -999px;
}

.mechanism8 .list .item {
    position: relative;
    font-size: 16px;
    line-height: 1.7;
    padding-left: 33px;
}

.mechanism8 .list .item+.item {
    margin-top: 30px;
}

.mechanism8 .list .item::before {
    content: '';
    border-top: 1px solid #dedede;
    width: 20px;
    position: absolute;
    left: 0;
    top: 14px;
}

.mechanism8 .list .item .t::before {
    content: '';
    border-left: 1px solid #a11b21;
    height: 17px;
    position: absolute;
    left: 0;
    top: 6px;
}

.mechanism8 .list .item .t::after {
    content: '';
    border-top: 1px solid #a11b21;
    width: 9px;
    position: absolute;
    left: 0;
    top: 14px;
}

.mechanism8 .r .j-tit {
    position: absolute;
    left: 66px;
    top: 115px;
}

.mechanism8 .list2 {
    padding-top: 175px;
}

.mechanism9 {
    padding: 120px 0 15px;
    position: relative;
    overflow: hidden;
}

.mechanism9::before {
    content: '';
    background-color: #f5f5f5;
    position: absolute;
    left: -999px;
    right: -999px;
    top: 0;
    height: 500px;
}

.mechanism9 .text {
    position: relative;
    z-index: 2;
}

.mechanism9 .txt {
    font-size: 16px;
    padding: 25px 172px 0;
    line-height: 1.7;
}

.mechanism9 .con {
    background-color: #fff;
    height: 639px;
    margin-top: 50px;
}

.mechanism9 .l {
    width: 50%;
    box-shadow: 0 0 21px rgba(0, 0, 0, 0.1);
    height: 100%;
    padding-left: 40px;
    overflow: hidden;
}

.mechanism9 .con .img {
    height: 393px;
    position: relative;
}

.mechanism9 .con .img .line1 {
    position: absolute;
    width: 473px;
    height: 97px;
    background: url(../image/jhy/img19.png) no-repeat left center;
    top: 80px;
    left: 98px;
}

.mechanism9 .con .img .line2 {
    position: absolute;
    width: 473px;
    height: 66px;
    background: url(../image/jhy/img18.png) no-repeat left center;
    top: 143px;
    left: 99px;
}

.mechanism9 .con .img .line3 {
    position: absolute;
    width: 473px;
    height: 50px;
    background: url(../image/jhy/img17.png) no-repeat left center;
    top: 191px;
    left: 99px;
}

.mechanism9 .con .img img {
    width: 100%;
    height: 100%;
}

.mechanism9 .con .img .line {
    width: 0;
    transition: all 2.8s;
    -webkit-transition: all 2.8s;
}

.mechanism9 .con .img .line2 {
    transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
}

.mechanism9 .con .img .line3 {
    transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
}

.mechanism9 .con .img.on .line1 {
    width: 473px;
}

.mechanism9 .con .img.on .line2 {
    width: 473px;
}

.mechanism9 .con .img.on .line3 {
    width: 473px;
}

.mechanism9 .r {
    width: 50%;
    height: 100%;
    position: relative;
}

.mechanism9 .r::before {
    content: '';
    position: absolute;
    left: 0;
    right: -209px;
    top: 0;
    bottom: 0;
    background-color: #2a2d41;
}

.mechanism9 .r::after {
    content: '';
    position: absolute;
    right: -209px;
    bottom: 0;
    right: -209px;
    background: url(../image/jhy/bg5.png) center no-repeat;
    width: 423px;
    height: 387px;
}

.mechanism9 .list {
    color: #fff;
    font-size: 16px;
    padding: 60px 0 0 55px;
}

.mechanism9 .item {
    position: relative;
    padding: 25px 0 25px 33px;
    line-height: 1.6;
}

.mechanism9 .item+.item {
    border-top: 1px dashed #616371;
}

.mechanism9 .item::before {
    content: '';
    background-color: rgba(245, 245, 245, 0.2);
    width: 16px;
    height: 16px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 31px;
}

.mechanism9 .item::after {
    content: '';
    background-color: rgba(255, 255, 255, 10);
    width: 6px;
    height: 6px;
    border-radius: 50%;
    position: absolute;
    left: 5px;
    top: 36px;
    z-index: 2;
}

.mechanism10 {
    padding-top: 100px;
}

.mechanism10 .text {
    padding: 25px 115px 0;
    font-size: 16px;
}

.mechanism10 .con {
    margin-top: 40px;
    height: 639px;
}

.mechanism10 .l {
    width: 500px;
    position: relative;
    height: 100%;
}

.mechanism10 .l::before {
    content: '';
    background: url(../image/jhy/bg6.jpg) right no-repeat;
    width: 845px;
    height: 639px;
    position: absolute;
    right: 0;
    left: -345px;
    top: 0;
    bottom: 0;
}

.mechanism10 .list {
    padding: 85px 140px 0 0;
    position: relative;
    z-index: 2;
}

.mechanism10 .item {
    color: #fff;
    line-height: 1.6;
}

.mechanism10 .item+.item {
    margin-top: 20px;
}

.mechanism10 .t1 {
    font-size: 18px;
    position: relative;
    padding-left: 23px;
}

.mechanism10 .t2 {
    font-size: 16px;
    margin-top: 3px;
    text-align: justify;
}

.mechanism10 .item .t1::before {
    content: '';
    width: 7px;
    height: 7px;
    background-color: #fff;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    position: absolute;
    left: 0px;
    top: 11px;
}

.mechanism10 .r {
    width: 730px;
    height: 100%;
    position: relative;
    border: 1px solid #dedede;
    padding-top: 114px;
}

.mechanism10 .r .img {
    width: 756px;
    height: 414px;
    overflow: hidden;
    transform: translateX(-103px);
    -webkit-transform: translateX(-103px);
    -ms-transform: translateX(-103px);
    -moz-transform: translateX(-103px);
    position: relative;
    z-index: 2;
}

.mechanism10 .r .img img {
    width: 100%;
}

.mechanism10 .r::before {
    content: '';
    background: url(../image/jhy/bg7.png) center no-repeat;
    position: absolute;
    right: -82px;
    bottom: -132px;
    width: 428px;
    height: 466px;
}

.mechanism11 {
    padding: 83px 0 100px;
}

.mechanism11 img {
    width: 100%;
}

.mechanism12 {
    padding: 20px 0;
}

.mechanism12 .con {
    height: 528px;
}

.mechanism12 .l {
    width: 890px;
    box-shadow: 0 0 21px rgba(0, 0, 0, 0.2);
    height: 100%;
}

.mechanism12 .l img {
    width: 100%;
}

.mechanism12 .r {
    width: 340px;
    background-color: #2a2d41;
    position: relative;
    height: 100%;
    padding: 0 60px;
}

.mechanism12 .r::before {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    background: url(../image/jhy/bg8.png) no-repeat;
    width: 221px;
    height: 282px;
}

.mechanism12 .r .j-tit {
    position: relative;
    z-index: 2;
    color: #fff;
    line-height: 1.3;
}

.mechanism13 {
    padding: 100px 0 120px;
    position: relative;
    overflow: hidden;
}

.mechanism13::before {
    content: '';
    background-color: #f5f5f5;
    height: 600px;
    position: absolute;
    left: -345px;
    right: -345px;
    bottom: 0;
}

.mechanism13 .con {
    height: 660px;
    position: relative;
    z-index: 2;
}

.mechanism13 .l {
    width: 500px;
    background-color: #9b0007;
    height: 100%;
    color: #fff;
    padding: 80px 54px 0;
}

.mechanism13 .r {
    width: 730px;
    height: 100%;
    padding: 65px 10px 0 10px;
    box-shadow: 0 0 21px rgba(0, 0, 0, 0.2);
}

.mechanism13 .r img {
    width: 100%;
}

.mechanism13 .scroll-tab {
    height: 435px;
    width: 100%;
    padding: 0;
}

.mechanism13 .text {
    font-size: 16px;
    line-height: 1.7;
    margin-top: 25px;
}

.mechanism13 .text .p+.p {
    margin-top: 25px;
}

.mechanism13 .mCSB_container {
    padding-right: 50px;
}

.mechanism13 .mCSB_container.mCS_no_scrollbar_y {
    padding-right: 0;
}

.mechanism13 .mCSB_scrollTools .mCSB_draggerRail {
    width: 2px;
    background-color: #e5e5e5;
}

.mechanism13 .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 6px;
    background-color: #e5e5e5;
}

.mechanism13 .mCSB_scrollTools {
    opacity: 1;
    width: 6px;
}

.investment_research1 {}

.investment_research2 {
    padding: 120px 0 185px;
}

.investment_research2 .con {
    margin-top: 40px;
    height: 460px;
}

.investment_research2 .l {
    width: 50%;
    background-color: #f5f5f5;
    position: relative;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    height: 100%;
}

.investment_research2 .liner {
    border: 1px solid #dedede;
    border-radius: 15px;
    width: 703px;
    height: 458px;
    position: absolute;
    top: 68px;
    left: 30px;
    padding: 100px 222px 0 58px;
}

.investment_research2 .liner::before {
    background: url(../image/jhy/bg9.png) no-repeat;
    width: 321px;
    height: 348px;
    content: '';
    position: absolute;
    right: 37px;
    bottom: -93px;
}

.investment_research2 .tit {
    font-size: 32px;
}

.investment_research2 .text {
    font-size: 16px;
    line-height: 1.6;
    margin-top: 18px;
    position: relative;
    z-index: 2;
}

.investment_research2 .r {
    width: 50%;
    position: relative;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    height: 100%;
    overflow: hidden;
}

.investment_research2 .r .img {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

.investment_research3 {
    padding-bottom: 120px;
    overflow: hidden;
}

.investment_research3 .con {
    height: 642px;
}

.investment_research3 .l {
    width: 803px;
    height: 100%;
    position: relative;
    padding: 90px 0;
}

.investment_research3 .l::before {
    content: '';
    background-color: #f5f5f5;
    position: absolute;
    left: -345px;
    top: 0;
    bottom: 0;
    right: 0;
}

.investment_research3 .img {
    background-color: #fff;
    border-radius: 15px;
    padding: 60px 35px 50px;
    position: relative;
    z-index: 2;
}

.investment_research3 .img img {
    width: 100%;
}

.investment_research3 .r {
    width: 427px;
    height: 100%;
    position: relative;
    padding: 180px 60px 0;
}

.investment_research3 .r::before {
    content: '';
    background-color: #a11b21;
    position: absolute;
    right: -345px;
    top: 0;
    bottom: 0;
    left: 0;
}

.investment_research3 .text {
    position: relative;
    z-index: 2;
    color: #fff;
}

.investment_research3 .tit {
    font-size: 32px;
    line-height: 1.3;
}

.investment_research3 .txt {
    font-size: 16px;
    line-height: 1.6;
    margin-top: 25px;
}

.investment_research4 {
    padding: 70px 0 100px;
    background: url(../image/jhy/bg10.png) top center no-repeat;
    color: #fff;
}

.investment_research4 .tit {
    font-size: 32px;
}

.investment_research4 .text {
    font-size: 16px;
    padding: 15px 95px 0;
    line-height: 1.6;
}

.investment_research4 .img {
    margin-top: 35px;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
    padding: 50px 173px 80px;
}

.investment_research4 .img img {
    width: 100%;
}

.investment_research5 {
    padding: 20px 0 120px;
    overflow: hidden;
}

.investment_research5 .con {
    height: 512px;
}

.investment_research5 .l {
    width: 436px;
    height: 100%;
    position: relative;
}

.investment_research5 .l::before {
    content: '';
    background: url(../image/jhy/bg11.png) top right no-repeat;
    position: absolute;
    right: 0;
    left: -345px;
    top: 0;
    bottom: 0;
}

.investment_research5 .text {
    position: relative;
    z-index: 2;
    color: #fff;
    padding-right: 35px;
}

.investment_research5 .tit {
    font-size: 32px;
}

.investment_research5 .txt {
    font-size: 16px;
    line-height: 1.6;
    margin-top: 20px;
}

.investment_research5 .r {
    width: 794px;
    position: relative;
}

.investment_research5 .r::before {
    content: '';
    background-color: #fff;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
    position: absolute;
    left: 0;
    right: -345px;
    top: 0;
    bottom: 0;
}

.investment_research5 .img {
    position: relative;
    z-index: 2;
}

.investment_research5 .img img {
    width: 100%;
}

.investment_research6 {
    overflow: hidden;
}

.investment_research6 .l,
.investment_research6 .r {
    width: 50%;
    position: relative;
}

.investment_research6 .top {
    padding-top: 50px;
    position: relative;
    height: 230px;
}

.investment_research6 .top::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
}

.investment_research6 .text {
    color: #fff;
    position: relative;
    z-index: 2;
}

.investment_research6 .tit {
    font-size: 32px;
}

.investment_research6 .txt {
    font-size: 16px;
    line-height: 1.6;
    margin-top: 15px;
}

.investment_research6 .l .top {
    padding-right: 70px;
}

.investment_research6 .r .top {
    padding-left: 70px;
}

.investment_research6 .l .top::before {
    left: -345px;
    right: 0;
    background-color: #2a2d41;
}

.investment_research6 .r .top::before {
    right: -345px;
    left: 0;
    background-color: #a11b21;
    border-left: 1px dashed #cecece;
}

.investment_research6 .bottom {
    padding: 45px 0;
    position: relative;
    height: 520px;
}

.investment_research6 .bottom::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    border-bottom: 1px solid #cecece;
}

.investment_research6 .l .bottom {
    padding-right: 35px;
}

.investment_research6 .r .bottom {
    padding-left: 60px;
    padding-right: 45px;
}

.investment_research6 .l .bottom::before {
    left: -345px;
    right: 0;
    background-color: #f5f5f5;
}

.investment_research6 .r .bottom::before {
    right: -345px;
    left: 0;
    background-color: #fff;
    border-left: 1px dashed #cecece;
}

.investment_research6 .img {
    position: relative;
    z-index: 2;
}

.investment_research6 .img img {
    width: 100%;
}

.investment_research7 {
    padding-top: 120px;
}

.investment_research7 .con {
    border: 1px dashed #ececec;
    height: 605px;
}

.investment_research7 .con .l {
    padding: 30px;
    height: 100%;
    width: 50%;
}

.investment_research7 .con .l .img {
    border-top: 1px dashed #ececec;
    padding-top: 35px;
}

.investment_research7 .con .r {
    padding: 0 28px 0 44px;
    background-color: #f5f5f5;
    height: 100%;
    width: 50%;
}

.investment_research7 .tit {
    font-size: 32px;
}

.investment_research7 .text {
    font-size: 16px;
    line-height: 1.6;
    padding: 15px 20px 25px 0;
}

.investment_research7 .img img {
    width: 100%;
}

.investment_research8 {
    padding-top: 120px;
}

.investment_research8 .con {
    background-color: #f5f5f5;
    height: 570px;
}

.investment_research8 .tab-bar {
    width: 310px;
    height: 100%;
    background-color: #2a2d41;
    float: left;
    padding: 45px 0 69px 96px;
    margin: 0;
    position: relative;
}

.investment_research8 .scroll-prev {
    position: absolute;
    left: 96px;
    bottom: 49px;
    background: url(../image/jhy/prev.png) no-repeat;
    width: 23px;
    height: 24px;
    padding: 0;
    top: auto;
}

.investment_research8 .scroll-next {
    position: absolute;
    left: 132px;
    bottom: 49px;
    background: url(../image/jhy/next.png) no-repeat;
    width: 23px;
    height: 24px;
    padding: 0;
    top: auto;
}

.investment_research8 .scroll-prev::before,
.investment_research8 .scroll-next::before {
    content: none;
}

.investment_research8 .tab-cont {
    float: left;
    width: 920px;
    height: 100%;
    padding: 48px 76px 54px 68px;
}

.investment_research8 .tab-mod {
    height: 100%;
}

.investment_research8 .scroll-box {
    height: 100%;
    background: url(../image/jhy/bg12.png) left center no-repeat;
    padding-left: 45px;
}

.investment_research8 .scroll-item {
    display: block;
    border-radius: 0;
    margin: 0;
    padding: 10px;
    background-color: transparent;
    color: #fff;
    font-size: 18px;
}

.investment_research8 .scroll-item+.scroll-item {
    margin-top: 21px;
}

.investment_research8 .tab-cont .text {
    font-size: 16px;
    line-height: 1.6;
    text-align: left;
    height: 100%;
}

.investment_research8 .tab-cont .p+.p {
    margin-top: 40px;
}

.investment_research8 .tab-cont .scroll-tab {
    height: 100%;
    padding: 0;
    width: 100%;
}

.investment_research8 .tab-cont .tab-item {
    height: 100%;
}

.investment_research8 .mCSB_container {
    padding-right: 50px;
}

.investment_research8 .mCSB_container.mCS_no_scrollbar_y {
    padding-right: 0;
}

.investment_research8 .mCSB_scrollTools {
    opacity: 1;
    width: 6px;
}

.investment_research8 .mCSB_scrollTools .mCSB_draggerRail {
    background-color: rgba(42, 45, 65, 0.55);
}

.investment_research8 .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #2a2d41;
    width: 6px;
}

.investment_research9 {
    padding: 85px 0 105px;
}

.investment_research9 img {
    width: 100%;
}

.investment_research10 {
    padding: 20px 0 120px;
    overflow: hidden;
}

.investment_research10 .con {
    height: 513px;
}

.investment_research10 .l {
    width: 428px;
    background: url(../image/jhy/bg13.png) no-repeat;
    height: 100%;
}

.investment_research10 .text {
    padding: 134px 66px 0 70px;
    font-size: 16px;
    line-height: 1.6;
    color: #fff;
}

.investment_research10 .text .p+.p {
    margin-top: 25px;
}

.investment_research10 .r {
    width: 802px;
    padding-left: 50px;
    position: relative;
    height: 100%;
}

.investment_research10 .r::before {
    content: '';
    background-color: #fff;
    position: absolute;
    left: 0;
    right: -345px;
    top: 0;
    bottom: 0;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
}

.investment_research10 .img {
    position: relative;
    z-index: 2;
}

.investment_research10 .img img {
    width: 100%;
}

.investment_research11 {
    overflow: hidden;
    padding-bottom: 110px;
}

.investment_research11 .con {
    padding-top: 70px;
}

.investment_research11 .con::before {
    content: '';
    background-color: #2a2d41;
    position: absolute;
    left: -345px;
    right: -345px;
    top: 0;
    height: 513px;
}

.investment_research11 .box {
    position: relative;
    z-index: 2;
    font-size: 16px;
    line-height: 1.6;
    color: #fff;
}

.investment_research11 .text {
    margin-top: 20px;
}

.investment_research11 .l {
    width: 470px;
    padding: 98px 66px 0 52px;
    height: 100%;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

.investment_research11 .r {
    width: 760px;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
    padding: 0 50px;
    height: 100%;
    background-color: #fff;
}

.investment_research11 .tit {
    font-size: 32px;
    line-height: 1.3;
}

.investment_research11 .t {
    margin-top: 20px;
}

.investment_research11 .ul {
    margin-top: 20px;
}

.investment_research11 .li {
    height: 411px;
}

.investment_research11 .li+.li {
    margin-top: 45px;
}

.investment_research11 .img img {
    width: 100%;
}

.investment_research11 .li:nth-child(odd) .l {
    background-color: #a11b21;
}

.investment_research11 .li:nth-child(even) .l {
    background-color: #2a2d41;
    border-radius: 0;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    text-align: right;
}

.investment_research11 .li:nth-child(even) .j-l {
    float: right;
}

.investment_research11 .li:nth-child(even) .j-r {
    float: left;
}

.investment_research12 {
    padding-bottom: 120px;
}

.investment_research12 .tit {
    font-size: 32px;
}

.investment_research12 .text {
    font-size: 16px;
    line-height: 1.6;
    margin-top: 15px;
}

.investment_research12 .con {
    margin-top: 25px;
    height: 440px;
}

.investment_research12 .l {
    width: 358px;
    padding-right: 10px;
    height: 100%;
}

.investment_research12 .r {
    width: 868px;
    height: 100%;
    border: 1px dashed #c7c7c7;
    border-radius: 15px;
    overflow: hidden;
}

.investment_research12 .img img {
    width: 100%;
}

.investment_research12 .item {
    width: 100%;
    height: 138px;
    text-align: center;
    color: #fff;
    border-radius: 15px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

.investment_research12 .item+.item {
    margin-top: 13px;
}

.investment_research12 .item .t {
    font-size: 20px;
    margin-top: 5px;
}

.investment_research12 .l .item:nth-child(odd) {
    background-color: #a11b21;
}

.investment_research12 .l .item:nth-child(even) {
    background-color: #2a2d41;
}

.investment_research12 .item:hover .icon {
    animation: animat-shake .5s linear;
}

.fund_overview1 {
    padding-top: 110px;
}

.fund_overview1 .l {
    width: 890px;
}
 
.fund_overview1 .r {
   width: 340px;
}

.fund_overview1 .j-tit .t {
    font-size: 16px;
    color: #999999;
    margin-left: 30px;
    display: inline-block;
}

.fund_overview1 .txt {
    display: inline-block;
    border: 1px solid #db8886;
    border-radius: 5px;
    padding: 0px 30px;
    font-size: 20px;
    color: #db8886;
    margin-top: 25px;
}

.fund_overview1 .txt+.txt {
    margin-left: 20px;
}

.fund_overview1 .btn {
    display: inline-block;
    width: 100px;
    color: #fff;
    font-size: 20px;
    background-color: #272e5c;
    text-align: center;
    border-radius: 5px;
    margin-top: 5px;
    padding-bottom: 2px;
}

.fund_overview1 .btn+.btn {
    margin-left: 15px;
}

.fund_overview1 .box2 {
    margin-top: 35px;
    height: 160px;
    border: 1px solid #dedede;
    border-radius: 15px;
}

.fund_overview1 .box2 .middle-box {
    height: 100%;
}

.fund_overview1 .box2 .middle-cont {
    width: 100%;
}

.fund_overview1 .item {
    float: left;
    width: 25%;
    color: #272e5c;
}

.fund_overview1 .t1 {
    font-size: 52px;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    line-height: 1;
    margin-top: 15px;
}

.fund_overview1 .t2 {
    font-size: 16px;
    margin-top: 20px;
}

.fund_overview1 .st {
    font-size: 18px;
    display: inline-block;
    margin-right: 15px;
}

.fund_overview1 .item:nth-child(1),
.fund_overview1 .item:nth-child(4) {
    padding-left: 50px;
}

.fund_overview1 .item:nth-child(2),
.fund_overview1 .item:nth-child(3) {
    padding-left: 82px;
}

.fund_overview1 .item:nth-child(2) {
    color: #a11b21;
}

.fund_overview1 .item:nth-child(4) {
    color: #333;
}

.fund_overview1 .item:nth-child(4) .t2:nth-child(1) {
    margin-top: 0;
}

.fund_overview1 .box3 {
    margin-top: 80px;
}

.fund_overview1 .box3 .l {
    padding-right: 60px;
    margin-top: -12px;
}

.fund_overview1 .l .tab-bar {
    padding-left: 20px;
}

.fund_overview1 .l .tab-term {
    font-size: 20px;
    position: relative;
    display: inline-block;
    padding: 7px 5px;
    cursor: pointer;
}

.fund_overview1 .l .tab-term::before {
    content: '';
    border-bottom: 2px solid #a11b21;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
}

.fund_overview1 .l .tab-term+.tab-term {
    margin-left: 30px;
}

.fund_overview1 .l .tab-term.cur {
    color: #a11b21;
}

.fund_overview1 .l .tab-term.cur::before {
    opacity: 1;
}

.fund_overview1 .l .tab-cont {
    margin-top: 18px;
    position: relative;
}

.fund_overview1 .l .tab-item {
    border: 1px solid #e5e5e5;
    border-radius: 15px;
    height: 370px;
    overflow: hidden;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    width: 100%;
}

.fund_overview1 .l .tab-item.act {
    position: relative;
    z-index: 2;
    opacity: 1;
}

.fund_overview1 .echart {
    height: 95%;
    width: 100%;
}

.fund_overview1 .box3 .r {
    border: 1px solid #e5e5e5;
    border-radius: 15px;
    overflow: hidden;
}

.fund_overview1 .r .tab-bar {
    background-color: #a11b21;
}

.fund_overview1 .r .tab-term {
    width: 50%;
    float: left;
    font-size: 20px;
    color: #db8886;
    height: 64px;
    line-height: 64px;
    text-align: center;
    cursor: pointer;
}

.fund_overview1 .r .tab-term.cur {
    color: #fff;
}

.fund_overview1 .r .tr::after {
    content: "";
    clear: both;
    display: block;
}

.fund_overview1 .r .table {
    padding: 10px 15px;
    height: 100%;
    text-align: center;
}

.fund_overview1 .r .table .td {
    font-size: 16px;
    float: left;
}

.fund_overview1 .r .table1 .td {
    width: 50%;
}

.fund_overview1 .r .table2 .td {
    width: 33.33%;
}

.fund_overview1 .r .table .tb .tr+.tr {
    margin: 8px 0;
}

.fund_overview1 .r .table .th .td {
    font-size: 18px;
    padding: 0 0 20px;
}

.fund_overview1 .r .tab-cont {
    position: relative;
}

.fund_overview1 .r .tab-cont .tab-item {
    height: 354px;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    opacity: 0;
}

.fund_overview1 .r .tab-cont .tab-item.act {
    position: relative;
    z-index: 2;
    opacity: 1;
}

.fund_overview1 .r .tab-cont .scroll-tab {
    height: 280px;
    padding: 0;
    width: 100%;
}


/* .fund_overview1 .mCSB_container {
    padding-right: 50px;
}

.fund_overview1 .mCSB_container.mCS_no_scrollbar_y {
    padding-right: 0;
} */

.fund_overview1 .mCSB_scrollTools {
    opacity: 1;
    width: 3px;
}

.fund_overview1 .mCSB_scrollTools .mCSB_draggerRail {
    background-color: #dedede;
}

.fund_overview1 .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #a70f0b;
    width: 3px;
}

.fund_overview2 {
    padding-top: 80px;
}

.fund_overview2 .j-bar {
    height: 81px;
    border: 1px solid #a70f0b;
    border-radius: 15px;
    overflow: hidden;
    background-color: #a70f0b;
}

.fund_overview2 .j-bar .item {
    color: #fff;
    font-size: 16px;
    text-align: center;
    color: #fff;
    padding: 0 18px;
    height: 100%;
    position: relative;
    float: left;
}

.fund_overview2 .j-bar .item::before {
    content: '';
    background-color: #fff;
    position: absolute;
    left: 0;
    top: -50px;
    bottom: -50px;
    right: 0;
    opacity: 0;
}

.fund_overview2 .j-bar .item.cur {
    background-color: #fff;
    color: #a70f0b;
}

.fund_overview2 .j-bar .item.cur::before {
    opacity: 1;
}

.fund_overview2 .j-bar .item .icon {
    position: relative;
    z-index: 2;
}

.fund_overview2 .j-bar .item .txt {
    position: relative;
    z-index: 2;
}

.fund_overview2 .j-bar .item .img2 {
    display: none;
}

.fund_overview2 .j-bar .item.cur .img1 {
    display: none;
}

.fund_overview2 .j-bar .item.cur .img2 {
    display: block;
}

.fund_overview2 .j-bar .item:nth-child(1) {
    width: 134px;
}

.fund_overview2 .j-bar .item:hover {
    color: #a70f0b;
}

.fund_overview2 .j-bar .item:hover .icon {
    animation: animat-shake .5s linear;
}

.fund_overview2 .j-bar .item:hover .img1 {
    display: none;
}

.fund_overview2 .j-bar .item:hover .img2 {
    display: block;
}

.fund_overview2 .j-bar .item:hover::before {
    opacity: 1;
}

.fund_overview2 .con {
    margin-top: 30px;
}

.fund_overview2 .l {
    width: 890px;
    padding-right: 60px;
}

.fund_overview2 .list1 {
    border: 1px solid #dedede;
    padding: 32px 35px;
    border-radius: 15px;
}

.fund_overview2 .list1 .item+.item {
    margin-top: 21px;
}

.fund_overview2 .list1 .item .t1 {
    width: 265px;
    float: left;
    font-size: 18px;
}

.fund_overview2 .list1 .item .t2 {
    float: left;
    font-size: 16px;
    position: relative;
	width:400px;
}

.fund_overview2 .list1 .item .n {
    display: inline-block;
    float: left;
}

.fund_overview2 .list1 .item .t {
    width: 500px;
    color: #707070;
    position: absolute;
    left: 0px;
    top: 0;
}

.fund_overview2 .r {
    width: 340px;
}

.fund_overview2 .r .box {
    border: 1px solid #dedede;
    border-bottom: 0;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    overflow: hidden;
}

.fund_overview2 .r .box .h {
    font-size: 20px;
    color: #fff;
    background-color: #a70f0b;
    height: 60px;
    line-height: 60px;
    padding-left: 50px;
}

.fund_overview2 .r .box .cont {
    padding: 16px 0;
}

.fund_overview2 .r .box .item {
    float: left;
    width: 50%;
    text-align: center;
    font-size: 16px;
    margin: 15px 0;
}

.fund_overview2 .r .box .item .t {
    margin-top: 20px;
}

.fund_overview2 .r .btn1 {
    background-color: #db8886;
    color: #fff;
    height: 80px;
    text-align: center;
}

.fund_overview2 .r .btn1 a {
    width: 100%;
    height: 100%;
    padding: 21px 106px;
}

.fund_overview2 .r .btn1 .icon {
    margin-right: 20px;
    float: left;
}

.fund_overview2 .r .btn1 .t {
    float: left;
    font-size: 20px;
}

.fund_overview2 .r .btn2 {
    background-color: #a11b21;
    border-radius: 15px;
    text-align: center;
    height: 163px;
    margin-top: 30px;
}

.fund_overview2 .r .btn2 a {
    width: 100%;
    height: 100%;
    padding: 29px 128px;
}

.fund_overview2 .r .btn2:hover .icon {
    animation: animat-shake .5s linear;
}

.fund_overview2 .r .btn2 .t {
    margin-top: 15px;
    font-size: 20px;
    color: #fff;
}

.fund_overview2 .tit {
    font-size: 20px;
    padding-bottom: 35px;
}

.fund_overview2 .tit .st {
    font-size: 16px;
    margin-left: 20px;
    display: inline-block;
}

.fund_overview2 .paddtop {
    padding-top: 75px;
}

.fund_overview2 .border {
    border: 1px solid #dedede;
    border-radius: 15px;
}

.fund_overview2 .r .box .item:hover .icon {
    animation: animat-shake .5s linear;
}

.fund_overview3 {
    padding: 80px 0 140px;
}

.fund_overview3 .con {
    margin-top: 40px;
}

.fund_overview3 .liner {
    border: 1px solid #dedede;
    border-radius: 15px;
    display: block;
    width: 285px;
    padding: 32px 30px 0 45px;
    position: relative;
    height: 285px;
}

.fund_overview3 .liner+.liner {
    margin-left: 30px;
}

.fund_overview3 .liner .btn {
    width: 242px;
    height: 48px;
    line-height: 48px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    bottom: -24px;
    background-color: #272e5c;
    border-radius: 10px;
    color: #fff;
    text-align: center;
    font-size: 16px;
}

.fund_overview3 .btn .b {
    font-size: 34px;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-style: oblique;
    margin: 0 12px 0 5px;
    line-height: 1;
    display: inline-block;
    transform: translateY(8px);
    -webkit-transform: translateY(8px);
    -ms-transform: translateY(8px);
    -moz-transform: translateY(8px);
}

.fund_overview3 .t1 {
    font-size: 22px;
    color: #606bb1;
}

.fund_overview3 .t2 {
    font-size: 16px;
    margin-top: 5px;
}

.fund_overview3 .t3 {
    font-size: 46px;
    color: #272e5c;
    margin-top: 22px;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    line-height: 1;
}

.fund_overview3 .t4 {
    font-size: 16px;
    color: #606bb1;
    margin-top: 5px;
}

.fund_overview3 .liner:nth-child(even) .t1 {
    color: #db8886;
}

.fund_overview3 .liner:nth-child(even) .t3 {
    color: #a70f0b;
}

.fund_overview3 .liner:nth-child(even) .t4 {
    color: #db8886;
}

.fund_overview3 .liner:nth-child(even) .btn {
    background-color: #a70f0b;
}

.fund_manager1 {}

.fund_manager2 {}

.fund_manager3 {}

.fund_manager2 .list2 .liner1 {
    padding: 40px 50px;
}

.fund_manager2 .list2 .liner1 .img {
    width: 163px;
}

.fund_manager2 .list2 .liner1 .text {
   /* margin-left: 50px;
    width: 514px;*/
}

.fund_manager2 .list2 .liner1 .t1 {
    font-size: 18px;
}

.fund_manager2 .list2 .liner1 .t2 {
    font-size: 16px;
    margin-top: 20px;
}

.fund_manager2 .list2 .liner1 .p {
    display: inline-block;
}

.fund_manager2 .list2 .liner1 .p+.p {
    margin-left: 8px;
}

.fund_manager2 .list2 .liner1 .t3 {
    font-size: 14px;
    margin-top: 20px;
    color: #707070;
    line-height: 1.6;
}

.fund_manager2 .list2 .liner2 {
    padding: 20px 0;
}

.fund_manager2 .list2 .liner2 .tit {
    font-size: 18px;
    padding: 0 50px;
}

.fund_manager2 .list2 .liner2 .tit .t {
    font-size: 16px;
    color: #707070;
    display: inline-block;
    margin-left: 30px;
}

.fund_manager2 .list2 .liner2 .li {
    padding: 20px 0;
}

.fund_manager2 .list2 .liner2 .li+.li {
    border-top: 1px dashed #dedede;
}

.fund_manager2 .list2 .liner2 .item {
    width: 33.33%;
    float: left;
}

.fund_manager2 .list2 .liner2 .item:nth-child(1) {
    padding-left: 50px;
}

.fund_manager2 .list2 .liner2 .item:nth-child(2) {
    padding-left: 30px;
}

.fund_manager2 .list2 .liner2 .flex {
    margin-top: 30px;
}

.fund_manager2 .list2 .liner2 .t1 {
    font-size: 52px;
    color: #272e5c;
    line-height: 1;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}

.fund_manager2 .list2 .liner2 .t2 {
    font-size: 16px;
    margin-top: 20px;
}

.fund_manager2 .list2 .liner2 .btn {
    background-color: #272e5c;
    font-size: 16px;
    text-align: center;
    color: #fff;
    height: 48px;
    line-height: 48px;
    width: 175px;
    margin: auto;
    display: block;
    border-radius: 10px;
}

.fund_manager2 .list2 .liner3 {}

.fund_manager2 .list2 .liner3 .head {
    background-color: #a11b21;
    margin: 0 -1px;
    border-radius: 15px;
    font-size: 18px;
    color: #fff;
    padding: 0 50px;
}

.fund_manager2 .list2 .liner3 .head .item {
    padding: 26px 0;
}

.fund_manager2 .list2 .liner3 .ul .item {
    font-size: 16px;
}

.fund_manager2 .list2 .liner3 .li {
    padding: 0 50px;
    position: relative;
    height: 90px;
}

.fund_manager2 .list2 .liner3 .li::before {
    content: '';
    border-bottom: 1px dashed #c7c7c7;
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 0;
}

.fund_manager2 .list2 .liner3 .li:last-child:before {
    content: none;
}

.fund_manager2 .list2 .liner3 .item {
    float: left;
}

.fund_manager2 .list2 .liner3 .item:nth-child(1) {
    width: 220px;
}

.fund_manager2 .list2 .liner3 .item:nth-child(2) {
    width: 217px;
}

.fund_manager2 .list2 .liner3 .item:nth-child(3) {
    width: 217px;
}

.fund_manager2 .list2 .liner4 .item:nth-child(1) {
    width: 328px;
}

.fund_manager2 .list2 .liner4 .item:nth-child(2) {
    width: 328px;
}

.fund_manager2 .list2 .liner4 .item:nth-child(3) {
    width: auto;
}

.historical_worth1 {}

.historical_worth2 {}

.historical_worth2 .list2 .liner3 .item:nth-child(1) {
    width: 190px;
}

.historical_worth2 .list2 .liner3 .item:nth-child(2) {
    width: 216px;
}

.historical_worth2 .list2 .liner3 .item:nth-child(3) {
    width: 216px;
}

.historical_worth2 .head .item {
    position: relative;
}

.historical_worth2 .btn {
    position: absolute;
    left: 88px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}

.historical_worth2 .btn .prev {
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #fff;
    cursor: pointer;
}

.historical_worth2 .btn .next {
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #fff;
    cursor: pointer;
    margin-top: 5px;
}

.historical_worth2 .sort_field_asc .prev {
    border-bottom-color: #d8e24e;
}

.historical_worth2 .sort_field_desc .next {
    border-top-color: #d8e24e;
}

.historical_worth2 table {
    width: 100%;
}

.historical_worth2 .t_head {
    margin: -1px;
    background-color: #a70f0b;
    height: 80px;
    border-radius: 15px;
    color: #fff;
    padding: 0 30px;
}

.historical_worth2 .t_head th {
    font-size: 18px;
    text-align: left;
    position: relative;
}

.historical_worth2 .t_head th:nth-child(1) {
    width: 208px;
    padding-left: 20px;
}

.historical_worth2 .t_head th:nth-child(2) {
    width: 220px;
}

.historical_worth2 .t_head th:nth-child(3) {
    width: 215px;
}

.historical_worth2 .t_head th:nth-child(4) {
    width: auto;
}

.historical_worth2 .t_cont {
    padding: 0 30px;
}

.historical_worth2 .t_cont tr {
    height: 90px;
}

.historical_worth2 .t_cont tr+tr {
    border-top: 1px dashed #dedede;
}

.historical_worth2 .t_cont td {
    word-break: break-all;
    padding-right: 20px;
}

.historical_worth2 .t_cont tr td:nth-child(1) {
    width: 208px;
    padding-left: 20px;
}

.historical_worth2 .t_cont tr td:nth-child(2) {
    width: 220px;
}

.historical_worth2 .t_cont tr td:nth-child(3) {
    width: 215px;
}

.historical_worth2 .t_cont tr td:nth-child(4) {
    width: auto;
}

.sales_outletstwo2 {}

.sales_outletstwo2 .list2 .liner3 .item:nth-child(1) {
    width: 280px;
}

.sales_outletstwo2 .list2 .liner3 .item:nth-child(2) {
    width: 278px;
}

.sales_outletstwo2 .list2 .liner3 .item:nth-child(3) {
    width: 170px;
}

.sales_outletstwo2 .list2 .liner3 .li .item {
    padding-right: 20px;
    white-space: normal;
    float: none;
    display: inline-block;
    vertical-align: middle;
}

.sales_outletstwo2 .list2 .liner3 .li .item:nth-child(3) {
    padding-right: 0;
}

.sales_outletstwo2 .middle-cont {
    font-size: 0;
}

.rate_structure2 {}

.rate_structure2 .cont .liner3 .head {
    background-color: #a11b21;
    margin: 0 -1px;
    border-radius: 15px;
    font-size: 18px;
    color: #fff;
    padding: 0 50px;
}

.rate_structure2 .cont .liner3 .head .item {
    padding: 26px 0;
}

.rate_structure2 .cont .liner3 .item {
    float: left;
}

.rate_structure2 .cont .liner3 .head .item:nth-child(1) {
    width: 138px;
}

.rate_structure2 .cont .liner3 .head .item:nth-child(2) {
    width: 355px;
    padding-left: 30px;
}

.rate_structure2 .cont .liner3 .head .item:nth-child(3) {
    width: auto;
}

.rate_structure2 .mod .txt {
    padding-left: 50px;
    width: 188px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    font-size: 18px;
}

.rate_structure2 .mod {
    position: relative;
}

.rate_structure2 .mod+.mod {
    border-top: 1px dashed #dedede;
    margin-top: 30px;
}

.rate_structure2 .mod+.mod::before {
    content: '';
    border-top: 1px dashed #dedede;
    position: absolute;
    left: 0;
    right: 0;
    top: -30px;
}

.rate_structure2 .ul {
    width: 640px;
    margin-left: 188px;
    padding-right: 30px;
    border-left: 1px solid #dedede;
}

.rate_structure2 .mod .li {
    height: 90px;
    position: relative;
}

.rate_structure2 .mod .li+.li {
    border-top: 1px dashed #dedede;
}

.rate_structure2 .mod .li+.li .div::before {
    content: '';
    width: 1px;
    height: 17px;
    background-color: #a70f0b;
    position: absolute;
    left: -1px;
    top: -8px;
}

.rate_structure2 .mod .li+.li .div::after {
    content: '';
    height: 1px;
    width: 9px;
    background-color: #a70f0b;
    position: absolute;
    left: 0;
    top: -1px;
}

.rate_structure2 .mod .item {
    font-size: 16px;
}

.rate_structure2 .mod .item:nth-child(1) {
    width: 355px;
    padding-left: 30px;
    padding-right: 10px;
}

.rate_structure2 .mod .item:nth-child(2) {
    width: auto;
}

.rate_structure2 .mod2 .ul {
    border: 0;
    width: auto;
    margin-left: 30px;
}

.rate_structure2 .mod2 .li {
    padding-left: 158px;
}

.rate_structure2 .mod2 .li+.li .div::before,
.rate_structure2 .mod2 .li+.li .div::after {
    content: none;
}

.rate_structure2 .mod3 .txt {
    left: -188px;
    letter-spacing: 0;
}

.rate_structure2 .mod3 .item:nth-child(1) {
    width: auto;
}

.purchase_list2 {}

.purchase_list2 .ul {
    margin-left: 30px;
    width: auto;
}

.purchase_list2 .mod2 .li {
    padding-left: 0;
}

.purchase_list2 .mod .item:nth-child(1) {
    width: 470px;
}

.purchase_list2 .cont .liner3 .head {
    padding: 0 30px;
    height: 80px;
    font-size: 0;
}

.purchase_list2 .cont .liner3 .head .item {
    float: none;
    display: inline-block;
    color: #fff;
    font-size: 18px;
    vertical-align: middle;
    padding: 13px 0
}

.purchase_list2 .cont .liner3 .head .item:nth-child(1) {
    width: 90px;
    padding-left: 20px;
}

.purchase_list2 .cont .liner3 .head .item:nth-child(2) {
    width: 103px;
    padding-left: 0;
}

.purchase_list2 .cont .liner3 .head .item:nth-child(3) {
    width: 103px;
}

.purchase_list2 .cont .liner3 .head .item:nth-child(4) {
    width: 103px;
}

.purchase_list2 .cont .liner3 .head .item:nth-child(5) {
    width: 138px;
}

.purchase_list2 .cont .liner3 .head .item:nth-child(6) {
    width: 138px;
}

.purchase_list2 .cont .liner3 .head .item:nth-child(7) {
    width: 90px;
}

.purchase_list2 .cont .liner3 .mod2.middle-cont {
    font-size: 0;
}

.purchase_list2 .cont .liner3 .mod2 .div {
    font-size: 0;
}

.purchase_list2 .cont .liner3 .mod2 .item {
    vertical-align: middle;
    font-size: 16px;
    float: none;
    display: inline-block;
    text-align: left;
}

.purchase_list2 .cont .liner3 .mod2 .item:nth-child(1) {
    width: 90px;
    padding-left: 20px;
    padding-right: 0;
}

.purchase_list2 .cont .liner3 .mod2 .item:nth-child(2) {
    width: 103px;
    padding-left: 0;
}

.purchase_list2 .cont .liner3 .mod2 .item:nth-child(3) {
    width: 103px;
}

.purchase_list2 .cont .liner3 .mod2 .item:nth-child(4) {
    width: 103px;
}

.purchase_list2 .cont .liner3 .mod2 .item:nth-child(5) {
    width: 138px;
}

.purchase_list2 .cont .liner3 .mod2 .item:nth-child(6) {
    width: 138px;
}

.purchase_list2 .cont .liner3 .mod2 .item:nth-child(7) {
    width: 90px;
}

.product_announcement2 {}

.product_announcement2 .ul {
    margin-left: 30px;
    width: auto;
}

.product_announcement2 .mod2 .li {
    padding-left: 0;
}

.product_announcement2 .mod .item:nth-child(1) {
    width: 670px;
    padding-right: 30px;
}

.product_announcement2 .mod .item:nth-child(2) {
    width: auto;
}

.product_announcement2 .mod .li:hover {
    color: #a70f0b;
}

.product_announcement2 .list {
    border-top: 1px solid #dedede;
}

.product_announcement2 .form {
    padding: 30px 50px;
}

.product_announcement2 .form-item {
    font-size: 0;
}

.product_announcement2 .form-item+.form-item {
    margin-top: 20px;
}

.product_announcement2 .form-item .lb {
    display: inline-block;
    width: 95px;
    line-height: 50px;
    float: left;
    font-size: 18px;
}

.product_announcement2 .form-item .dt {
    display: inline-block;
    width: 633px;
    float: left;
    font-size: 18px;
}

.product_announcement2 .form-item .to {
    display: inline-block;
    margin: 0 5px;
}

.product_announcement2 .form-item .input {
    width: 100%;
    border: 1px solid #dedede;
    border-radius: 10px;
    height: 50px;
    position: relative;
}

.product_announcement2 .form-item .input input {
    font-size: 16px;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    width: 100%;
    padding: 0 30px;
    font-family: '微软雅黑';
}

.product_announcement2 .form-item .date {
    display: inline-block;
    position: relative;
    padding: 0 20px;
    border: 1px solid #dedede;
    border-radius: 10px;
    line-height: 50px;
    width: 215px;
    cursor: pointer;
}

.product_announcement2 .form-item .date::after {
    content: '';
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -12px;
    width: 24px;
    height: 24px;
    background: url(../image/jhy/icon40.png) no-repeat;
    background-size: contain;
}

.product_announcement2 .form-item .date1 {}

.product_announcement2 .form-item .date2 {
    margin-left: 30px;
}

.product_announcement2 .form-item .placeholder {
    color: #707070;
}

.product_announcement2 .submit {
    width: 123px;
    background-color: #a70f0b;
    border-radius: 10px;
    color: #fff;
    text-align: center;
    line-height: 50px;
    display: inline-block;
    margin-left: 38px;
}

.portfolio2 {}

.portfolio2 .mod {
    position: relative;
}

.portfolio2 .ul {
    width: 486px;
    margin-left: 342px;
    padding-right: 30px;
    border-left: 1px solid #dedede;
}

.portfolio2 .mod .li {
    height: 90px;
    position: relative;
}

.portfolio2 .mod .li:first-child .item {
    font-size: 18px;
}

.portfolio2 .mod .item {
    font-size: 16px;
}

.portfolio2 .mod .div {
    font-size: 16px;
}

.portfolio2 .mod .li+.li {
    border-top: 1px dashed #dedede;
}

.portfolio2 .mod .li .middle-cont {
    width: 100%;
}

.portfolio2 .mod .li+.li .div::before {
    content: '';
    width: 1px;
    height: 17px;
    background-color: #a70f0b;
    position: absolute;
    left: -1px;
    top: -8px;
}

.portfolio2 .mod .li+.li .div::after {
    content: '';
    height: 1px;
    width: 9px;
    background-color: #a70f0b;
    position: absolute;
    left: 0;
    top: -1px;
}

.portfolio2 .mod .item {
    float: left;
}

.portfolio2 .mod .item:nth-child(1) {
    width: 250px;
    padding-left: 50px;
    padding-right: 10px;
}

.portfolio2 .mod .item:nth-child(2) {
    width: 185px;
}

.portfolio2 .p_echart1 {
    width: 342px;
    height: 252px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.portfolio2 .p_echart2 {
    width: 830px;
    height: 336px;
    margin: -1px;
    background-color: #fff;
}

.portfolio2 .p_echart3 {
    width: 342px;
    height: 570px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.portfolio2 .liner2 .ul {
    padding: 0 30px;
    width: auto;
    margin-left: 0;
    border: 0;
    color: #707070;
}

.portfolio2 .liner2 .item:nth-child(1) {
    width: 233px;
    padding-left: 20px;
}

.portfolio2 .liner2 .item:nth-child(2) {
    width: 218px;
}

.portfolio2 .liner2 .item:nth-child(3) {
    width: 210px;
}

.portfolio2 .liner2 .item:nth-child(4) {
    width: 106px;
}

.portfolio2 .liner2 .icon {
    display: inline-block;
    margin-left: 10px;
}

.portfolio2 .liner2 .li:first-child .item {
    font-size: 18px;
    color: #333;
}

.portfolio2 .liner3 .item:nth-child(1) {
    width: 167px;
}

.portfolio2 .liner3 .item:nth-child(2) {
    width: 138px;
}

.portfolio2 .liner3 .item:nth-child(3) {
    width: 130px;
}
/* .website_map1{width: 100%;background: url(../image/jhy/banner3.jpg) center no-repeat;background-size: cover;position: relative;height: 448px;} */
.website_map1{position: relative;}
.website_map1 img{width: 100%;}
/* .website_map1::before{content:'';padding-top: 23%;width: 100%;display: block;} */
.website_map1 .j-tit{position: absolute;left:50%;top:50%;transform: translate(-50%,-50%);}
.website_map2{padding-bottom: 140px;}
.website_map2 .con{background-color: #fff;margin-top: -125px;min-height: 125px;padding:90px 90px 70px;}
.website_map2 .con .item{background: url(../image/jhy/icon43.png) 0 22px no-repeat;padding:20px 0 20px 35px;border-bottom:1px dashed #c7c7c7;}
.website_map2 .con .t{font-size: 20px;color:#a70f0b;display: inline-block;font-weight: bold;line-height: 1;}
.website_map2 .con .ul{display: block;}
.website_map2 .con .ul .li{display: inline-block;margin:15px 50px 0 0;font-size: 16px;color:#666666;}
.website_map2 .con .ul .li:hover{color:#a70f0b;}
.website_map2 .con .item:last-child{border:0;}

/* .information_disclosure_dow1{background-image: url(../image/jhy/banner4.jpg);} */
.information_disclosure_dow2{padding:80px 0 120px;}
.information_disclosure_dow2 .list{margin:0 -15px;display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;flex-wrap: wrap;}
.information_disclosure_dow2 .list .item{margin:40px 15px 0;width: 277px;}
.information_disclosure_dow2 .list .item .pic{box-shadow: 2px 3.464px 4px 0px rgba(0, 0, 0, 0.02);}
.information_disclosure_dow2 .list .item .btn{border:1px solid #c7c7c7;border-top:0;border-bottom-left-radius: 15px;border-bottom-right-radius: 15px;height: 77px;padding:0 25px;}
.information_disclosure_dow2 .list .item img{width: 100%;}
.information_disclosure_dow2 .list .item .btn{display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-box-pack: justify;-webkit-justify-content: space-between;-ms-flex-pack: justify;justify-content: space-between;-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;font-size: 18px;}
.information_disclosure_dow2 .list .item .btn1 a{background: url(../image/jhy/icon44.png) left center no-repeat;padding-left: 34px;display: block;}
.information_disclosure_dow2 .list .item .btn2 a{background: url(../image/jhy/icon45.png) left center no-repeat;padding-left: 32px;display: block;}

/* 20220816 jin */
.sales_outletstwo2 .tit{padding-bottom: 0;}
.sales_outletstwo2 .xstab-item{padding-bottom: 35px;}
.sales_outletstwo2 .xstab-item .item{display: inline-block;cursor: pointer;position: relative;}
.sales_outletstwo2 .xstab-item .item + .item{margin-left: 30px;}
.sales_outletstwo2 .xstab-item .item.cur::before{border-top: 3px solid #bf0008;content: '';position: absolute;left: 0;right: 0;top: 36px;}
.sales_outletstwo2 .xstab-item .item.cur::after{content: '';position: absolute;left: 0;right: 0;top: 36px;height: 7px;background: url(../image/jhy/icon46.png) center no-repeat;}
.sales_outletstwo2 .xstab-cont{position: relative;}
.sales_outletstwo2 .xstab-cont .term{position: absolute;left: 0;top: 0;opacity: 0;}
.sales_outletstwo2 .xstab-cont .term.act{position: relative;opacity: 1;}
.sales_outletstwo2 .sear_r {float: right;}
.sales_outletstwo2 .sear_r::after {content: "";display: block;clear: both;}
.sales_outletstwo2 .sear_r .g {float: left;}
.sales_outletstwo2 .sear_r .g+.g {margin-left: 15px;}
.sales_outletstwo2 .sear_r .input {border-radius: 10px 0 0 10px;border: 1px solid #d3d3d3;float: left;width: 396px;border-right: 0;line-height: 69px;padding: 0 15px;}
.sales_outletstwo2 .sear_r .input input {font-size: 18px;width: 100%;}
.sales_outletstwo2 .sear_r .btn1 {float: right;color: #fff;line-height: 71px;height: 71px;border-radius: 0 10px 10px 0;font-size: 18px;color: #fff;width: 198px;text-align: center;background: #a70f0b;transition: all 0.4s ease-in-out;}
.sales_outletstwo2 .sear_r .btn1 .s1 {display: inline-block;padding-left: 25px;background: url(../image/jjl/icon19.png) no-repeat left center;}
.sales_outletstwo2 .sear_r .btn1:hover {opacity: 0.85;}
.sales_outletstwo2 .select-mod {float: left;width: 221px;font-size: 18px;}
.sales_outletstwo2 .select-mod .select-bar {border-radius: 10px;}
.sales_outletstwo2 .select-mod .select-btn {padding: 22px 55px 22px 15px;height: 69px;}
.sales_outletstwo2 .select-mod .select-btn:before {background-position: left center;}
.sales_outletstwo2 .select-mod .select-btn:before {background-size: 20px auto;}
.sales_outletstwo2 .liner3{clear: both;}
.sales_outletstwo2 .sear-top{margin-bottom: 20px;}
.sales_outletstwo2 .sear-top::after {content: "";display: block;clear: both;}
.fund_manager2 .jjtab-item{padding-bottom: 35px;}
.fund_manager2 .jjtab-item .item{display: inline-block;cursor: pointer;position: relative;}
.fund_manager2 .jjtab-item .item + .item{margin-left: 30px;}
.fund_manager2 .jjtab-item .item.cur::before{border-top: 3px solid #bf0008;content: '';position: absolute;left: 0;right: 0;top: 36px;}
.fund_manager2 .jjtab-item .item.cur::after{content: '';position: absolute;left: 0;right: 0;top: 36px;height: 7px;background: url(../image/jhy/icon46.png) center no-repeat;}
.fund_manager2 .jjtab-cont{position: relative;}
.fund_manager2 .jjtab-cont .term{position: absolute;left: 0;top: 0;opacity: 0;visibility: hidden;}
.fund_manager2 .jjtab-cont .term.act{position: relative;opacity: 1;visibility: visible;}

/* 20220823 */
.fund_overview2 .tit{position: relative;}
.fund_overview2 .tit .btn{position: absolute;top: 0;right: 0;}
.fund_overview2 .tit .btn img{width: 35px;}
.fund_overview2 .submit {float: left;width: 150px;background-color: #a70f0b;border-top-right-radius: 10px;border-bottom-right-radius: 10px;color: #fff;text-align: center;line-height: 57px;float: right;font-size: 18px;}
.fund_overview2 .date {display: inline-block;position: relative;padding: 0 20px;border: 1px solid #a70f0b;border-radius: 10px;line-height: 55px;cursor: pointer;width: 325px;border-top-right-radius: 0;border-bottom-right-radius: 0;float: right;font-size: 18px;}
.fund_overview2 .date::after {content: '';position: absolute;right: 20px;top: 50%;margin-top: -12px;width: 24px;height: 24px;background: url(../image/xf/ico14.png) no-repeat;background-size: contain;}
.fund_overview2 .form-item{height: 120px;}
.fund_overview2 .form-item .placeholder {color: #707070;}
/* 20220902 */
.fund_overview2 .date1{float: left;}
.fund_overview2 .date2{float: left;}
.product_announcement2 .submit{margin-left: 15px;margin-top: -3px;}
.fund_overview1 .day{position: absolute;right: 50px;bottom: 15px;z-index: 5;}
.fund_overview1 .day li{display: inline-block;vertical-align: middle;border-radius: 14px;background-color: #f1f1f1;font-size: 12px;line-height: 28px;color: #474747;padding: 0 12px;cursor: pointer;}
.fund_overview1 .day li.cur{background-color: #c1321f;color: #fff;}
.fund_overview1 .day li + li {margin-left: 8px;}
.fund_overview1 .tab-mod{position: relative;}