/* 图标 */
@font-face {
    font-family: 'iconfont';
    src: url('iconfont.eot');
    src: url('iconfont.eot?#iefix') format('embedded-opentype'),
        url('iconfont.woff2') format('woff2'),
        url('iconfont.woff') format('woff'),
        url('iconfont.ttf') format('truetype'),
        url('iconfont.svg#iconfont') format('svg');
  }
  .iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  /* 首页 */
.home1{position: relative;}
.home1 .slick-item {position: relative;}
.home1 .slick-item .img{width: 100%;height: 100%;overflow: hidden;}
.home1 .slick-item .img img{width: 100%;height: 100%;}
.home1 .item-cont{width: 100%; height: auto;position: absolute;top: 50%; transform: translateY(-50%);-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%); z-index: 99;}
.home1 .item-cont .title{color: #fff;}
.home1 .item-cont .title .txt{line-height: 1;margin-bottom: 70px;}
.home1 .slick-dots{width: 18px;height: auto;top: 50%;right: 80px;transform: translateY(-50%);-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);}
.home1 .slick-dot{margin: 15px 0;background-color: rgba(0, 0, 0, 0);border: 2px solid rgba(255,255,255,0.5);width: 18px;height: 18px;border-radius: 50%;padding: 0;position: relative;}
.home1 .slick-dot:after{
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: rgba(255,255,255,0.5);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}
.home1 .slick-dot.slick-active:after, .home1 .slick-dot:hover:after{background-color: #fff;}
.home1 .slick-dot.slick-active, .home1 .slick-dot.slick-active:hover{background-color: rgba(0, 0, 0, 0);}
.home1 .slick-nav{display: inline-block;position: absolute;top: 65%;right: 57px;z-index: 2;}
.home1 .slick-paging{color: rgba(255,255,255,0.5);font-size: 20px;}
.home1 .slick-paging .num1,.home1 .slick-paging .num2,.home1 .slick-paging .num3{display: inline-block;}
.home1 .slick-paging .num1{color: #fff;}
.home1 .slick-paging .num2{margin: 0 10px;}
@keyframes scaleDraw {  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
    0%{
        transform: scale(1);  /*开始为原始大小*/
    }
    25%{
        transform: scale(1.05); /*放大1.1倍*/
    }
    50%{
        transform: scale(1);
    }
    75%{
        transform: scale(1.05);
    }
}
.home1 .slick-item .img img{
    -webkit-animation-name: scaleDraw; /*关键帧名称*/
    -webkit-animation-timing-function: ease-in-out; /*动画的速度曲线*/
    -webkit-animation-iteration-count: infinite;  /*动画播放的次数*/
    -webkit-animation-duration: 28s; /*动画所花费的时间*/
}

.home2{background-size: cover;background-repeat: no-repeat;background-position: center;padding: 80px 0 40px 0;overflow: hidden;}
.home-corporate{padding: 50px 0 40px 0;}
.home2 .left{width: 448px;float: left;}
.home2 .left .tit1{text-align: left;position: relative;top: -10px;}
.home2 .left .tit2{text-align: right;margin-top: -15px;margin-right: -30px;}
.home2 .left .list{margin-top: 15px;box-shadow: 0px 0 8px rgba(0,0,0,0.06);}
.home2 .left .list .item{display: block;width: 100%; height: 83px;line-height: 83px; padding: 0 68px;background-repeat: no-repeat;background-position: 68px center;position: relative;transition: all 0.3s ease-in-out;}
/* .home2 .left .list .item:nth-child(odd){background-color: #f5f5f5;}
.home2 .left .list .item:nth-child(even){background-color: #fff;} */
.home2 .left .list .item .txt{margin-left: 88px;line-height: 1.2;transition: all 0.3s ease-in-out;}
.home2 .left .list .item:after {
    content: '';
    border-top: 18px solid #a90001;
    border-right: 18px solid transparent;
    display: inline-block;
    height: auto;
    overflow: hidden;
    position: absolute;
    right: 0px;
    bottom: -18px;
    display: none;
}
.home2 .left .list .item:hover{background-color: #c40001;width: 104%;background-position: 78px center;z-index: 99;box-shadow: 0px 0px 0px rgba(0, 0, 0, 0),0px 0px 0px rgba(0, 0, 0, 0),0px 2px 10px #bebebe,0px 0px 0px rgba(0, 0, 0, 0);}
.home2 .left .list .item:hover .txt{color: #fff;}
.home2 .left .list .item:hover:after{display: block;}
.home2 .left .list .item:hover .txt{margin-left: 98px;}

.home2 .left .list .item1:hover{background-image: url(../images/lyj/icon1_2.png) !important;}
.home2 .left .list .item2:hover{background-image: url(../images/lyj/icon2_2.png) !important;}
.home2 .left .list .item3:hover{background-image: url(../images/lyj/icon3_2.png) !important;}
.home2 .left .list .item4:hover{background-image: url(../images/lyj/icon4_2.png) !important;}
.home2 .left .list .item5:hover{background-image: url(../images/lyj/icon5_2.png) !important;}

.home2 .right{width: 715px;float: right;height: 520px;padding: 40px 30px;background-repeat: no-repeat;background-position: right top;}
.home2 .right .video{height: 100%;position: relative;overflow: hidden;}
.home2 .right .video .play{width: 78px;height: 78px;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);-webkit-transform: translate(-50%,-50%);-ms-transform: translate(-50%,-50%);cursor: pointer;background-size: 100% 100%;background-repeat: no-repeat;background-position: center;transition: all 0.3s ease-in-out;}
.home2 .right .video .play:hover{transform: scale(1.1) translate(-50%,-50%);-webkit-transform: scale(1.1) translate(-50%,-50%);-ms-transform: scale(1.1) translate(-50%,-50%);}


.home_3{padding: 128px 0 118px 0;}
.home_3 .cont{margin-top: 62px;}
.home_3 .cont::after{content: "";display: block;clear: both;}
.home_3 .left{width: 607px;float: left;height: 428px;
background-repeat: no-repeat;background-position: right top;}
.home_3 .left .video{height: 100%;position: relative;overflow: hidden;}
.home_3 .left .video .play{width: 78px;height: 78px;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);-webkit-transform: translate(-50%,-50%);-ms-transform: translate(-50%,-50%);cursor: pointer;background-size: 100% 100%;background-repeat: no-repeat;background-position: center;transition: all 0.3s ease-in-out;}
.home_3 .left .video .play:hover{transform: scale(1.1) translate(-50%,-50%);-webkit-transform: scale(1.1) translate(-50%,-50%);-ms-transform: scale(1.1) translate(-50%,-50%);}
.home_3 .right{float: right;width: 623px;}
.home_3 .right .list{width: 100%;}
.home_3 .right .li{float: left;width: 296px;height: 206px;
background-color: #ffffff;margin-left: 15px;margin-bottom: 16px;}
.home_3 .right .icon img{height: 51px;}
.home_3 .right .li a{width: 100%;height: 100%;
	display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;
	-webkit-box-orient: vertical;-webkit-box-direction: normal;-webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column;
	-webkit-box-pack: center;-webkit-justify-content: center;-ms-flex-pack: center;justify-content: center;
	-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;
}
.home_3 .right .li .hide{display: none;}
.home_3 .right .li:nth-child(3){margin-bottom: 0;}
.home_3 .right .li:nth-child(4){margin-bottom: 0;}
.home_3 .right .li .p{font-size: 16px;margin-top: 24px;text-transform: uppercase;}
.home_3 .right .li:hover{background-color: #c40001; color: #fff;transition: all 0.3s ease-in-out;}
.home_3 .right .li:hover img{display: none;}
.home_3 .right .li:hover .hide{display: block;}

.home_4{background-size: cover;background-repeat: no-repeat;background-position: center;padding: 128px 0 140px 0;}
.home_4 .cont{padding: 98px 0 25px 0;}
.home_4 .cont::after{content: "";display: block;clear: both;}

.home_4 .li{width: 392px;height: 261px;background-color: #f4f4f4;float: left;margin-right: 27px;}
.home_4 .li:last-child{margin-right: 0;}
.home_4 .li a{width: 100%;height: 100%;
	display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;
		-webkit-box-orient: vertical;-webkit-box-direction: normal;-webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column;
		-webkit-box-pack: center;-webkit-justify-content: center;-ms-flex-pack: center;justify-content: center;
		-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;
}
.home_4 .li .hide{display: none;}
.home_4 .li .icon img{height: 80px;}
.home_4 .li .p{font-size: 16px;margin-top: 24px;}
.home_4 .li:hover{position: relative;z-index: 1;}
.home_4 .li:hover a{background-color: #c40001; color: #fff;transition: all 0.3s ease-in-out;
transform: scale(1.2);
}


.home_4 .li:hover img{display: none;}

.home_4 .li:hover .hide{display: block;}

.home5{padding: 60px 0 80px 0;}
.home5 .cont{padding-top: 80px;overflow: hidden;}
.home5 .cont .item{float: left;width: 392px;font-size: 16px;}
.home5 .cont .item+.item{margin-left: 26px;}
.home5 .cont .item .img{width: 100%;height: 221px;overflow: hidden;}
.home5 .cont .item .img img{height: 100%;width: 100%;max-width: 100%;transition: all 0.3s ease-in-out;}
.home5 .cont .item .h18{margin-top: 50px;margin-bottom: 15px;width: 100%;height: 58px;
overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;
}
.home5 .cont .item .y{color: #333;line-height: 1.5;}
.home5 .cont .item .txt{color: #666666;line-height: 1.5;height: 48px;}
.home5 .cont .item:hover .img img{transform: scale(1.1);-webkit-transform: scale(1.1);-ms-transform: scale(1.1);}
.home5 .btn_more{text-align: center;margin: 90px 0 0;}
.home5 .x-more{color: #fff;padding: 0 0 0 40px;width: 194px;height: 56px;line-height: 56px;text-align: left;
    box-shadow: 5px -1px 10px #f7d9da,0px 0px 0px #f7d9da,0px 0px 10px #f7d9da,-2px 1px 10px #f7d9da;
}


/* company_overview1 */
.company_overview1{height: 503px;background-size: cover;background-position: center;background-repeat: no-repeat;}
.company_overview1 .nav .item{letter-spacing: normal;}
.company_overview1 .middle-cont.txt{font-size: 70px;color: #fff;margin-top: 90px;}
.company_overview1 .nav{height: 80px; position: absolute;bottom: -10px;right: 0;font-family: Arial;width: 100%;}
.company_overview1 .nav .item{height: 80px; color: #fff;float: left;position: relative;min-width: 260px;padding: 0 17px; line-height: 80px;text-align: center;z-index: 9;white-space: nowrap;margin-right: 45px;font-size: 16px;}
.company_overview1 .nav .item:last-child{margin-right: 0;}
.company_overview1 .nav .item+.item{margin-left: 16px;}
.company_overview1 .nav .item .border_corr {
    border-bottom: 75px solid #711b13;
    border-left: 13px solid transparent;
    overflow: hidden;
    position: absolute;
    left: -13px;
    bottom: 10px;
    display: none;
}
.company_overview1 .nav .item.cur .border_corr {
    display: block;
}
.company_overview1 .nav .item.cur {background: #bf0008;}
.company_overview1 .nav .item:hover {background: #bf0008;}
.company_overview1 .nav .item:hover .border_corr{display: block;}

.company_overview2{padding: 130px 0 0 0;height: 1068px; background-size: cover;background-repeat: no-repeat;background-position: center;position: relative;}
.company_overview2 .cont{height: 100%;position: relative;}
.company_overview2 .cont .title{width: 715px;height: 105px;background-color: #bf0008;color: #fff;font-size: 60px;position: absolute;top: 50px;left: 290px;z-index: 99;line-height: 115px;text-align: center;}
.company_overview2 .left{width: 521px;height: 759px;overflow: hidden;position: absolute;top: 0;left: 0;z-index: 9;}
.company_overview2 .left img{height: 100%;width: auto;max-width: 100%;}
.company_overview2 .right{width: 1105px;height: 700px;position: absolute;right: 0;top: 174px;padding: 20px;background-repeat: no-repeat;background-position: top right;}
.company_overview2 .right .content{width: 100%;height: 100%;background-color: #fff;padding: 50px 0 100px 0;position: relative;}
.company_overview2 .right .content .scroll{width: 689px;height: 520px;position: absolute;right: 0;}
.company_overview2 .right .content .scroll .p{margin-bottom: 22px;padding: 0 55px;color: #666666;}

.company_overview2 .right .content .scroll .mCSB_scrollTools .mCSB_dragger{width: 23px;height: 23px !important;left: -10px;}
.company_overview2 .right .content .scroll .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width: 23px;height: 23px;background-color: rgba(0, 0, 0, 0);background-image: url(../images/lyj/scroll.png);background-size: cover;background-repeat: no-repeat;background-position: center;}
.company_overview2 .right .content .scroll .mCSB_scrollTools .mCSB_draggerRail{
    background: #e5e5e5;
background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 50%, #ffffff 100%);
background: -webkit-gradient(linear, left top, left bottom,color-stop(0%,#ffffff), color-stop(50%,#e5e5e5), color-stop(100%,#ffffff));
background: -webkit-linear-gradient(top, #ffffff 0%, #e5e5e5 50%,#ffffff 100%);
background: -o-linear-gradient(top,#ffffff 0%,  #e5e5e5 50%,#ffffff 100%);
background: -ms-linear-gradient(top, #ffffff 0%, #e5e5e5 50%,#ffffff 100%);
background: linear-gradient(to bottom,#ffffff 0%,  #e5e5e5 50%,#ffffff 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#ffffff',GradientType=0 );
}
.company_overview2 .right .content .scroll .mCSB_scrollTools {
    position: absolute;
    width: 5px;
    height: auto;
    left: auto;
    top: 0;
    right: 30px;
    bottom: 0;
}
.company_overview2 .right .content .scroll .mCSB_scrollTools .mCSB_draggerContainer{top: 60px;bottom: 0;}


/* senior_management */
.senior_management1{padding: 125px 0 100px 0;height: 1640px; background-size: cover;background-repeat: no-repeat;background-position: center;}
.senior_management1 .cont{padding: 80px 10px 0;overflow: hidden;}
.senior_management1 .cont .item{width: 396px;height: auto;background-color: #fff;padding-bottom: 30px;float: left;margin-bottom: 28px;margin-right: 9px;
    box-shadow: 0px -5px 10px #f4f4f4,5px 5px 10px #f4f4f4,0 5px 10px #f4f4f4,-5px 5px 10px #f4f4f4;
}
.senior_management1 .cont .item:nth-child(3n+3){margin-right: 0;}
.senior_management1 .cont .item .img{width: 100%;height: 408px;overflow: hidden;}
.senior_management1 .cont .item .img img{width: 100%;max-width: 100%;transition: all 0.3s ease-in-out;}
.senior_management1 .cont .item .title{margin-top: 40px;text-align: center;}
.senior_management1 .cont .item .line{width: 23px;height: 4px;background-color: #bf0008;margin: 10px auto 0;transition: all 0.3s ease-in-out;}
.senior_management1 .cont .item .p{padding: 0 45px;text-align: center;margin-top: 18px;height: 68px;font-size: 16px;}
.senior_management1 .cont .item:hover .img img{transform: scale(1.1);-webkit-transform: scale(1.1);-ms-transform: scale(1.1);}
.senior_management1 .cont .item:hover .line{width: 50px;}

/* cross_border_business */
.cross_border_business1{padding: 125px 0 0 0;height: 1060px; background-size: cover;background-repeat: no-repeat;background-position: center;}
.cross_border_business1 .cont{padding-top: 60px;}
.cross_border_business1 .cont .p{margin-bottom: 18px;}
.cross_border_business1 .cont .imgs{margin: 60px 0 65px 0;overflow: hidden;}
.cross_border_business1 .cont .imgs .img{float: left;overflow: hidden;}
.cross_border_business1 .cont .imgs .img1{width: 621px;height: 334px;float: left;}
.cross_border_business1 .cont .imgs .img2{width: 598px;height: 334px;float: right;}
.cross_border_business1 .cont .imgs .img img{height: 100%;width: 100%;max-width: 100%;}


/* our history */
.our_history1{padding: 125px 0 0 0;height: 832px; background-size: cover;background-repeat: no-repeat;background-position: center;}
.our_history1 .cont{padding-top: 65px;overflow: hidden;}
.our_history1 .cont .left{width: 106px;height: 408px;float: left;}
.our_history1 .cont .left .tab-nav{height: 100%;}
.our_history1 .cont .left .tab-nav .item{text-align: center;min-height: 60px;line-height: 60px; cursor: pointer;color: #343434;font-weight: bold;}
.our_history1 .cont .left .tab-nav .item.cur{color: #c40001;}
.our_history1 .cont .left .tab-nav .item:hover{color: #c40001;}
.our_history1 .cont .left .tab-nav .mCSB_scrollTools {
    position: absolute;
    width: 5px;
    height: auto;
    left: 12px;
    top: 0;
    right: auto;
    bottom: 0;
}
.our_history1 .cont .left .tab-nav .mCSB_inside > .mCSB_container{margin-right: 0;margin-left: 30px;padding: 30px 0;}
.our_history1 .cont .left .tab-nav .mCSB_scrollTools:after{
    content: '';
    display: inline-block;
    width: 7px;
    height: 7px;
    background-color: #969696;
    position: absolute;
    left: -1px;
    bottom: 0;
    border-radius: 50%;
}
.our_history1 .cont .left .tab-nav .mCSB_scrollTools .mCSB_dragger{width: 23px;height: 23px !important;left: -10px;}
.our_history1 .cont .left .tab-nav .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width: 23px;height: 23px;background-color: rgba(0, 0, 0, 0);background-image: url(../images/lyj/scroll.png);background-size: cover;background-repeat: no-repeat;background-position: center;}
.our_history1 .cont .left .tab-nav .mCSB_scrollTools .mCSB_draggerRail{background-color: #949494;}
.our_history1 .cont .right{float: right;padding: 60px 38px;width: 1025px;height: 408px;}
.our_history1 .cont .right .tab-cont{display: none;}
.our_history1 .cont .right .tab-cont.act{display: block;}
.our_history1 .cont .right .tab-cont .p{font-weight: bold;line-height: 2;}


/* awards_and_recognitions */
.awards_and_recognitions1{padding: 125px 0 0 0;height: 940px; background-size: cover;background-repeat: no-repeat;background-position: center;}
.awards_and_recognitions1 .cont{padding-top: 55px;overflow: hidden;}
.awards_and_recognitions1 .cont .item{width: 393px;height: 221px;float: left;margin-right: 20px;margin-bottom: 22px;position: relative;overflow: hidden;}
.awards_and_recognitions1 .cont .item:nth-child(3n+3){margin-right: 0;}
.awards_and_recognitions1 .cont .item .img{width: 393px;height: 221px;overflow: hidden;position: relative;}
.awards_and_recognitions1 .cont .item .img img{height: 100%;width: auto;max-width: 100%;}
.awards_and_recognitions1 .cont .item .img:before{
    content: '';
    border-bottom: 30px solid #b12419;
    border-left: 30px solid transparent;
    position: absolute;
    right: 0;
    bottom: 0;
}
.awards_and_recognitions1 .cont .item .img:after{
    content: '';
    border-top: 44px solid #b12419;
    border-right: 44px solid transparent;
    position: absolute;
    left: 0;
    top: 0;
}
.awards_and_recognitions1 .cont .item .bg{width: 100%;height: 100%;background-color: #bf0008;position: absolute;top: 0;left: -393px;padding: 48px 30px;}
.awards_and_recognitions1 .cont .item .bg .icon{width: 26px;height: 29px;overflow: hidden;margin-top: 35px;}
.awards_and_recognitions1 .cont .item .bg .icon img{width: auto;height: 100%;max-width: 100%;}
.awards_and_recognitions1 .cont .item .bg .p{color: #fff;margin-top: 15px;}

.awards_and_recognitions1 .cont .item:hover .bg .icon{
    -webkit-animation-name: icons; /*关键帧名称*/
    -webkit-animation-timing-function: linear; /*动画的速度曲线*/
    -webkit-animation-iteration-count: infinite;  /*动画播放的次数*/
    -webkit-animation-duration: 2s; /*动画所花费的时间*/
}

@keyframes icons {  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
    0%{-webkit-transform:rotate(0deg);}
 
    25%{-webkit-transform:rotate(90deg);}

    50%{-webkit-transform:rotate(180deg);}

    75%{-webkit-transform:rotate(270deg);}

    100%{-webkit-transform:rotate(360deg);}
    
}

/* awards_and_recognitions1_1 */
.awards_and_recognitions1_1 .x-tit{text-align: left;font-size: 48px;padding-left: 205px;}

/* fund_list */
.fund_list1{padding: 100px 0 170px 0;height: 923px; background-size: cover;background-repeat: no-repeat;background-position: center;}
.fund_list1 .cont{padding-top: 72px;overflow: hidden;padding-bottom: 20px;}
.fund_list1 .cont .item{float: left;width: 392px;height: 105px;text-align: center;line-height: 105px;position: relative; background-color: #fff;margin-right: 25px;margin-top: 25px;transition: all 0.3s ease-in-out;}
.fund_list1 .cont .item:nth-child(3n+3){margin-right: 0;}
.fund_list1 .cont .item:nth-child(1),.fund_list1 .cont .item:nth-child(2),.fund_list1 .cont .item:nth-child(3){margin-top: 0;}

.fund_list1 .cont .item:before {
    content: '';
    border-top: 18px solid #b12419;
    border-right: 18px solid transparent;
    display: inline-block;
    overflow: hidden;
    position: absolute;
    right: 0px;
    bottom: 0px;
    transition: all 0.2s ease-in-out;
    opacity: 0;
}
.fund_list1 .cont .item:hover{background-color: #bf0008;color: #fff;}
.fund_list1 .cont .item:hover:before{bottom: -18px;opacity: 1;}


/* growth fund */
.growth_fund1{padding: 125px 0 80px 0;background-color: #fafafa;}
.growth_fund1 .x-tit .tit1{color: #ac221b;font-size: 48px;}
.growth_fund1 .cont{padding-top: 60px;text-align: center;}
.growth_fund1 .cont .content{display: inline-block;overflow: hidden;padding: 5px 0 0;}
.growth_fund1 .cont .content .item{width: 253px; height: 340px;position: relative;float: left;
}
.growth_fund1 .cont .content .item .tit{width: 100%; position: absolute;top: 70px;left: 50%;transform: translateX(-50%);-webkit-transform: translateX(-50%);-ms-transform: translateX(-50%);}
.growth_fund1 .cont .content .item .line{width: 1px;height: 40px;background-color: #ac221b;position: absolute;top: 125px;left: 50%;transform: translateX(-50%);-webkit-transform: translateX(-50%);-ms-transform: translateX(-50%);}
.growth_fund1 .cont .content .item .p{width: 100%;padding: 0 25px; position: absolute;top: 220px;left: 50%;transform: translateX(-50%);-webkit-transform: translateX(-50%);-ms-transform: translateX(-50%);}
.growth_fund1 .cont .content .item:nth-child(4) .p{text-align: left;}
.growth_fund1 .cont .content .item .pointer{position: absolute;bottom: 40px;left: 50%;transform: translateX(-50%);-webkit-transform: translateX(-50%);-ms-transform: translateX(-50%);}
.growth_fund1 .cont .content .item:nth-child(even){background-color: #fff;
    box-shadow: 10px -3px 11px #f7f7f7, 3px 2px 5px #f7f7f7, 5px 5px 5px #f7f7f7, 5px 5px 5px #f7f7f7;}
.growth_fund1 .cont .content .item:nth-child(odd){background-color: #f5f5f5;}
.growth_fund2{padding: 120px 0 160px 0;background-color: #f2f2f2;}
.growth_fund2 .cont{padding-top: 60px;text-align: center;}
.growth_fund2 .cont .content{display: inline-block;overflow: hidden;}
.growth_fund2 .cont .content .item{float: left;width: 266px;height: 140px;padding: 0 24px;text-align: left;}
.growth_fund2 .cont .content .item .p{display: inline-block;line-height: 34px;font-weight: bold;}
.growth_fund2 .cont .content .item .middle-cont{height: 30px;line-height: 30px;}
.growth_fund2 .cont .content .item .icon{display: inline-block;text-align: center; width: 26px;height: 28px;overflow: hidden;margin-right: 8px;line-height: 28px;vertical-align: top;}
.growth_fund2 .cont .content .item .icon img{width: 23px;height: 23px;transition: all 0.3s ease-in-out;}
.growth_fund2 .cont .content .item:nth-child(odd){background-color: #fff;}
.growth_fund2 .cont .content .item:nth-child(even){background-color: #f5f5f5;}
.growth_fund2 .cont .content .item:hover .icon img{transform: scale(1.1);-webkit-transform: scale(1.1);-ms-transform: scale(1.1);}

/* news */
.news1{padding: 120px 0; height: 1400px; background-size: cover;background-repeat: no-repeat;background-position: center;}
.news1 .cont{padding-top: 70px;}
.news1 .cont .item{overflow: hidden;height: 273px;margin-bottom: 40px;}
.news1 .cont .item:last-child{margin-bottom: 0;}
.news1 .cont .item .img{width: 490px;height: 273px;overflow: hidden;float: left;}
.news1 .cont .item .img img{width: auto;height: 100%;max-width: 100%;transition: all 0.3s ease-in-out;}
.news1 .cont .item .content{float: right;height: 100%;width: 738px;padding: 20px 25px 0;position: relative;}
.news1 .cont .item .content .tit{line-height: 1;}
.news1 .cont .item .content .time{margin-top: 40px;margin-bottom: 15px;color: #666666;}
.news1 .cont .item .content .p{color: #666666;text-align: justify;}
.news1 .cont .item .content .btn{position: absolute;bottom: 0;left: 25px;}
.news1 .cont .item .content .btn .x-more{padding: 0 0 0 40px;background-color: #fff;border: 1px solid #c82229;color: #c82229;font-weight: bold;width: 194px;height: 38px;line-height: 38px;}
.news1 .cont .item .content .btn .x-more:hover{background: #c82229;color: #fff;}
.news1 .cont .item:hover .img img{transform: scale(1.1);-webkit-transform: scale(1.1);-ms-transform: scale(1.1);}
.news1 .pages{margin-top: 86px;}


/* details */
.details1{padding: 120px 0 60px;}
.details1 .x-tit,.details2 .x-tit{font-size: 48px;color: #333333;}
.details1 .data{text-align: center;height: 16px;margin-top: 24px;}
.details1 .data .time{display: inline-block; width: 160px;height: 16px;background-size: 16px 16px;background-repeat: no-repeat;background-position: 10px center;padding: 0 20px;line-height: 18px;}
.details1 .cont{padding-top: 70px;word-break: break-word;font-size: 18px;}
.details1 .cont .p{margin-bottom: 20px;color: #000000;text-align: justify;}
.details1 .cont .p:nth-child(3),.details1 .cont .p:last-child{margin-bottom: 0;padding-top: 25px;}
.details1 .cont .img{height: 458px;margin: 70px 0 45px 0;}
.details1 .cont .img img{height: 100%;width: auto;max-width: 100%;}
.details2{padding: 90px 0;}
.details2 .cont{padding-top: 50px;overflow: hidden;position: relative;}
.details2 .cont .left{width: 530px;float: left;}
.details2 .cont .right{width: 530px;float: right;}
.details2 .cont .div .img{width: 530px;height: 296px;overflow: hidden;}
.details2 .cont .div .img img{width: 100%;height: 100%;max-width: 100%;transition: all 0.3s ease-in-out;}
.details2 .cont .div .tit{margin-top: 20px;height: 51px;padding: 0 28px;color: #000; background-size: 15px 15px;background-repeat: no-repeat;background-position: left 5px;text-align: justify;font-size: 18px;}
.details2 .cont .div .time{padding: 3px 28px 0;color: #000; }
.details2 .cont .line{width: 1px;height: 152px;background-color: #e5e5e5;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);-webkit-transform: translate(-50%,-50%);-ms-transform: translate(-50%,-50%);}
.details2 .cont .div:hover .img img{transform: scale(1.1);-webkit-transform: scale(1.1);-ms-transform: scale(1.1);}



/* contact */
.contact1{padding: 90px 0 80px 0;}
.contact1 .cont{padding: 70px 185px;background-color: #fbfbfb;position: relative;}
.contact1 .cont:before{content: '';display: block;width: 26px;height: 140px;background-color: #ac221b;position: absolute;top: 77px;left: -10px;}
.contact1 .cont .div1{max-width: 465px;}
.contact1 .cont .div1 .p{margin-bottom: 10px;}
.contact1 .cont .div1 .p:last-child{margin-bottom: 0;}
.contact1 .cont .div2{padding-top: 50px;max-width: 580px;}
.contact1 .cont .div2 .p{overflow: hidden;margin-bottom: 15px;}
.contact1 .cont .div2 .p:last-child{margin-bottom: 0;}
.contact1 .cont .div2 .p .l{min-width: 70px;float: left;}
.contact1 .cont .div2 .p .r{max-width: 470px;margin-left: 20px;float: left;}
.contact1 .cont .div3{margin-top: 62px;max-width: 580px;}
.contact1 .cont .div3 .tit{margin-bottom: 22px;}
.contact1 .cont .div3 .p{overflow: hidden;margin-top: 12px;}
.contact1 .cont .div3 .p .l{min-width: 48px;float: left;}
.contact1 .cont .div3 .p .r{max-width: 650px;margin-left: 45px;float: left;}
.contact2{padding: 100px 0 200px 0;}
.contact2 .cont{padding-top: 110px;height: 490px;position: relative;}
.contact2 .cont .bg{width: 370px;height: 323px;background-size: cover;background-repeat: no-repeat;background-position: center;position: absolute;top: 70px;right: -40px;}
.contact2 .cont .slick-mod{width: 100%;height: 100%;}
.contact2 .cont .slick-mod .slick-item {overflow: hidden;}
.contact2 .cont .slick-mod .slick-item .slick{width: 598px;height: 380px;float: left;}
.contact2 .cont .slick-mod .slick{padding: 0 20px;}
.contact2 .cont .slick-mod .slick-item .slick:nth-child(2){float: right;}
.contact2 .cont .slick-mod .slick-item .slick .item{width: 100%;height: 340px;background-color: #fff;padding: 60px 40px;position: relative;border: 1px solid #dcdcdc; border-bottom: 2px solid #bf0008;}
.contact2 .cont .slick-mod .slick .item{width: 100%;height: 340px;background-color: #fff;padding: 60px 40px;position: relative;border: 1px solid #dcdcdc; border-bottom: 2px solid #bf0008;}
.contact2 .cont .slick-mod .slick-item .slick .item .p{text-align: justify;line-height: 2.2;}
.contact2 .cont .slick-mod .slick-item .slick .item .h18{position: absolute;bottom: 50px;}
.contact2 .cont .slick-mod .slick-item .slick .item .borr{width: 10px;height: 70px;background-color: #ac221b;position: absolute;left: 0;bottom: 26px;}
.contact2 .cont .slick-mod .slick-item .slick .item:after{
    content: '';
    border-top: 40px solid #b12419;
    border-right: 40px solid transparent;
    position: absolute;
    right: -1px;
    bottom: -40px;
}
.contact2 .cont .slick-mod .slick .item .p{text-align: justify;line-height: 2.2;max-height: 154px;font-size: 18px;}
.contact2 .cont .slick-mod .slick .item .h18{position: absolute;bottom: 50px;}
.contact2 .cont .slick-mod .slick .item .borr{width: 10px;height: 70px;background-color: #ac221b;position: absolute;left: 0;bottom: 26px;}
.contact2 .cont .slick-mod .slick .item:after{
    content: '';
    border-top: 40px solid #b12419;
    border-right: 40px solid transparent;
    position: absolute;
    right: -1px;
    bottom: -40px;
}
.contact2 .cont .slick-mod .slick-list{height: 380px;}
.contact2 .cont .slick-mod .slick-dots{bottom: -85px; left: 50%;transform: translateX(-50%);-webkit-transform: translateX(-50%);-ms-transform: translateX(-50%);}
.contact2 .cont .slick-mod  .slick-dot{margin: 0 12px; padding: 0;background-color: rgba(0, 0, 0, 0);width: 17px;height: 17px;background-image: url(../images/lyj/dots.png);background-size: 100% 100%;background-repeat: no-repeat;background-position: center;}
.contact2 .cont .slick-mod .slick-dot.slick-active, .contact2 .cont .slick-mod .slick-dot:hover{background-image: url(../images/lyj/dots_1.png) !important;}

/* 20210810  lys*/
.contact1 .cont{padding-left: 120px;}
.contact1 .cont .div2{max-width: 580px;}
.contact1 .cont .div3{max-width: 580px;}
.contact1 .cont .mapbox{position: absolute;top: 0;right: 0;height: 100%;width: 480px;}
/* 20210810 */




/* 20210526 */
.silde_nav1{height: 503px;background-size: cover;background-position: center;background-repeat: no-repeat;}
.silde_nav1 .nav .item{letter-spacing: normal;font-family: Arial;}
.silde_nav1 .middle-cont.txt{font-size: 60px;color: #fff;margin-top: 90px;font-family: Arial;}
.silde_nav1 .nav{height: 80px; position: absolute;bottom: -10px;right: 0;

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;
width: 100%;
padding-left: 10px;
}
.silde_nav1 .nav .item{height: 80px; color: #fff;float: left;position: relative;min-width: 256px;
padding: 0 17px; line-height: 80px;text-align: center;z-index: 9;font-size: 16px;white-space: nowrap;}
.silde_nav1 .nav .item+.item{margin-left: 16px;}
.silde_nav1 .nav .item .border_corr {
    border-bottom: 75px solid #711b13;
    border-left: 13px solid transparent;
    overflow: hidden;
    position: absolute;
    left: -13px;
    bottom: 10px;
    display: none;
}
.silde_nav1 .nav .item.cur .border_corr {
    display: block;
}
.silde_nav1 .nav .item.cur {background: #bf0008;}
.silde_nav1 .nav .item:hover {background: #bf0008;}
.silde_nav1 .nav .item:hover .border_corr{display: block;}





.esg_strategy2{padding-top: 138px;padding-bottom: 124px;background:#f8f8f8 url(../images/syb/esg_back.jpg) no-repeat bottom center;}
.esg_strategy2 .link{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    justify-content: center;
}
.esg_strategy2 .item{width: calc((100% - 30px)/4);margin-right: 10px;height: 84px;
box-shadow: 0 0 10px rgba(0,0,0,0.1);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;text-align: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 20px;

	
}
.esg_strategy2 .item span{word-wrap:break-all;width: 100%;display: block;}
.esg_strategy2 .item:nth-child(4){margin-right: 0;}
.esg_strategy2 .cur{background-color: #d40000;color: #fff;}
.esg_strategy2 .item:hover{background-color: #d40000;color: #fff;transition: all 0.32s;}
.esg_strategy2 .t{font-size: 68px;text-align: center;margin-top: 148px;line-height: 1;margin-bottom: 40px;}
.esg_strategy2 .p{text-align: center;font-size: 16px;line-height: 34px;}
.esg_strategy2 .tab{width: 740px;border-top: 2px solid #d40000;border-bottom: 2px solid #d40000;
background-color: #f3f3f3;margin: 0 auto;margin-top: 35px;padding: 15px 0 28px;}
.esg_strategy2 .li{font-size: 18px;color: #666666;
	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;
	margin-top: 14px;
}
.esg_strategy2 .l{flex:1;-webkit-box-flex:1;-ms-flex:1;padding-left: 50px;}
.esg_strategy2 .r{width: 290px;text-align: center;}
.esg_strategy3{padding-top: 118px;padding-bottom: 128px;background: url(../images/syb/fixed_income3.jpg);}
.esg_strategy3 .t{padding: 0 35px;text-align: center;font-size: 68px;line-height: 1;}
.esg_strategy3 .box{display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;}
.esg_strategy3 .l{width: 535px;}
.esg_strategy3 .r{flex:1;-webkit-box-flex:1;-ms-flex:1;padding-left: 50px;}
.esg_strategy3 .box{margin-top: 63px;}
.esg_strategy3 .tab{width: 535px;font-size: 18px;}
.esg_strategy3 .tab th{background-color: #d40000;height: 50px;color: #fff;text-align: center;}
.esg_strategy3 .tab td{height: 50px;text-align: center;border: 0;border-right: 1px solid #fff;
background-color: #fff;color: #666666;font-size: 16px;}
.esg_strategy3 .tab td:first-child{text-align: left;padding-left: 20px;}
.esg_strategy3 .tab th:first-child{padding-left: 20px;text-align: left;}
.esg_strategy3 .tab tr:nth-child(odd) td{background-color: #f8f8f8;}

.esg_strategy3 .l .t1{font-size: 24px;text-align: center;line-height: 32px;padding: 0 20px;margin-top: 64px;}
.esg_strategy3 .l .tu{width: 100%;height: 260px;margin-top: 6px;}
.esg_strategy3 .r .t1{font-size: 24px;text-align: center;line-height: 32px;padding: 0 20px;}
.esg_strategy3 .r .tu{width: 100%;height: 790px;margin-top: 12px;}










/* etf */


/* .etf2{padding-bottom: 170px;background: url(../images/syb/etf2.jpg) no-repeat bottom center;padding-top: 102px;} */
.etf2 .t1{font-size: 68px;text-align: center;}
/* .etf2 .dect{margin-top: 34px;margin-bottom: 15px;} */
/* .etf2 .img1{width: 568px;height: 411px;float: left;overflow: hidden;}
.etf2 .img1 img{width: 100%;} */
.etf2 .p{font-size: 20px;color: #666666;line-height: 1.5;width: 100%;margin-top: 10px;
-ms-text-align:justify;-moz-text-alignn:justify;-webkit-text-align:justify;	 -o-text-align: justify;text-align: justify;text-justify:inter-ideograph;}
/* .etf2 .p1{float: right;width:calc(100% - 568px);padding-left: 28px;margin-top: 0;margin-bottom: 10px;} */
/* .etf2 .img2{width: 326px;height: 560px;float: right;overflow: hidden;}
.etf2 .img2 img{width: 100%;}
.etf2 .img1:hover img{transition: all 0.32s;transform: scale(1.1);}
.etf2 .img2:hover img{transition: all 0.32s;transform: scale(1.1);} */
/* .etf2 .p2{float: left;width: calc(100% - 326px);padding-right: 28px;} */
/* .etf2 .div1{margin-top: 73px;}
.etf2 .div1 .p2{margin-top: 0;margin-bottom: 8px;} */


.pop-box1{width: 100%;height: 100%;background: rgba(0,0,0,0.5);position: fixed;top: 0;left: 0;z-index: 10;}
.pop-box1 .t1{text-align: center;color: #fff;font-weight: bold;}
.pop-box1 .pop-cont{background-color: #fff;position: absolute;margin: auto;width: 1078px;height: 690px;left: 50%;top: 50%;
transform: translate(-50%,-50%);padding-bottom: 29px;padding-right: 184px;padding-top: 70px;box-sizing: border-box;}
.pop-box1 .name{font-size: 18px;text-align: right;padding-right: 25px;line-height: 51px;width: 374px;}

.pop-box1 .item{display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;margin-bottom: 24px;}

.pop-box1 .select-mod .select-bar{width: 520px;height: 50px;background-color: #f8f8f8;box-shadow: 0 2px 6px rgba(0,0,0,0.06) inset;
border-radius: 0;border: 0; position: relative;}
.pop-box1 .select-txt{position: absolute;top: 0;left: 0;height: 50px;line-height: 50px;font-size: 18px;padding-left: 17px;}
.pop-box1 .select-mod{ position: relative; text-align: left;}
.pop-box1 .select-mod .select-btn{ position: relative; height: 50px; line-height: 50px; overflow: hidden; cursor: pointer;
z-index: 1;}
.pop-box1 .select-mod .select-btn:after{ content: '\e824'; position: absolute; right: 10px; top: 0; bottom: 0; margin: auto; height: 21px; font-family: "xfont" !important;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;display: none;
}
.pop-box1 .t{font-size: 20px;text-align: right;margin-top: 8px;margin-bottom: 5px;}
.pop-box1 .lab{padding: 40px 0;
	font-size: 20px;
	display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: end;
		-webkit-align-items: flex-end;
		-ms-flex-align: end;
		align-items: flex-end;
		-webkit-box-pack: end;
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end;
}
.pop-box1 .lab label{padding-left: 20px;background: url(../images/syb/icon_ra2.png) no-repeat left center;
display: block;margin-right: 188px;cursor: pointer;}
.pop-box1 .lab label.cur{background: url(../images/syb/icon_ra1.png) no-repeat left center;display: block;}
.pop-box1 .lab label input{display: none;}
.pop-box1 .inp{width: 520px;height: 50px;background-color: #f8f8f8;box-shadow: 0 2px 6px rgba(0,0,0,0.06) inset;
border-style:none;
border-radius: 0;border: 0; position: relative;box-sizing: border-box;padding: 0 15px;font-size: 18px;}
.pop-box1 .sub{width: 330px;height: 50px;background-color: #d31d00;color: #fff;font-size: 20px;margin-left: 374px;margin-top: 36px;cursor: pointer;}
.pop-box1 .close{width: 34px;height: 34px;background: url(../images/syb/close.png) no-repeat;position: absolute;right: 29px;top: 31px;cursor: pointer;}





.fixed_income2{padding-bottom: 170px;background:#f8f8f8 url(../images/syb/fixed_income2.jpg) no-repeat bottom center;
padding-top: 120px;padding-bottom: 128px;}
.fixed_income2 .t1{font-size: 68px;text-align: center;padding: 0 70px;line-height: 1.1;}
.fixed_income2 .box{margin-top: 52px;
	display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;
	
	
}
.fixed_income2 .con{width: 607px;background-color: #fff;box-shadow: 0 0 6px rgba(0,0,0,0.06);padding: 28px 30px;margin-right: 10px;}
.fixed_income2 .t2{font-size: 20px;color: #d40000;line-height: 26px;}
.fixed_income2 .p{font-size: 18px;line-height: 22px;color: #666666;padding-left: 22px;position: relative;margin-top: 24px;}
.fixed_income2 .p::before{width: 15px;height: 15px;border: 3px solid #f6cccc;background-color: #d40000;border-radius: 50%;content: "";
display: block;position: absolute;left: 0;top: 3px;}

.fixed_income2 .img{width: 612px;height: 448px;overflow: hidden;position: relative;flex-shrink: 0;}
.fixed_income2 .img img{width: 100%;}
.fixed_income2 .img:hover img{transition: all 0.32s;transform: scale(1.1);}
.fixed_income2 .tab{font-size: 18px;text-align: center;width: 100%;margin-top: 40px;}
.fixed_income2 .tab th{text-align: center;background-color: #d40000;color: #fff;height: 48px;}
.fixed_income2 .tab td{border: 1px solid #dcdcdc;padding: 15px 15px;background-color: #fff;}
.fixed_income2 .tab tr:nth-child(2n) td{background-color: #f8f8f8;}
.fixed_income2 .tab tr:nth-child(2n+1) td{background-color: #f8f8f8;}
.fixed_income2 .tab tr:nth-child(4n) td{background-color: #fff;}
.fixed_income2 .tab tr:nth-child(4n+1) td{background-color: #fff;}

.fixed_income3{background:url(../images/syb/fixed_income3.jpg);
padding-top: 120px;padding-bottom: 125px;position: relative;}
.fixed_income3 .t1{font-size: 68px;text-align: center;padding: 0 70px;line-height: 1.1;}
.fixed_income3 .img{width: 100%;margin-top: 14px;}

.fixed_income3 .box{margin-top: 46px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.fixed_income3 .img1{width: 595px;height: 310px;overflow: hidden;}
.fixed_income3 .dect{width: calc(100% - 595px);padding: 28px 30px;background-color: #f8f8f8;font-size: 20px;}

.fixed_income3::after{width: 430px;height: 645px;background: url(../images/syb/img6.png) no-repeat;content: "";position: absolute;right: 0;bottom: 0;}
.fixed_income3 .dect .t2{font-size: 20px;line-height: 26px;}
.fixed_income3 .dect .p{font-size: 16px;line-height: 22px;color: #666666;padding-left: 22px;position: relative;margin-top: 33px;}
.fixed_income3 .dect .p::before{width: 15px;height: 15px;border: 3px solid #f6cccc;background-color: #d40000;border-radius: 50%;content: "";
display: block;position: absolute;left: 0;top: 3px;}


.fixed_income4{background:url(../images/syb/fixed_income4.jpg) no-repeat center center/cover;
padding-top: 120px;padding-bottom: 150px;}
.fixed_income4 .t1{font-size: 68px;text-align: center;line-height: 1.1;}
.fixed_income4 .t2{font-size: 18px;line-height: 26px;color: #d40000;text-align: center;margin-top: 42px;margin-bottom: 65px;}
.fixed_income4 .p{font-size: 20px;line-height: 22px;color: #666666;padding-left: 22px;position: relative;margin-top: 13px;}
.fixed_income4 .p::before{width: 15px;height: 15px;border: 3px solid #f6cccc;background-color: #d40000;border-radius: 50%;content: "";
display: block;position: absolute;left: 0;top: 3px;}

.fixed_income4 .t3{font-size: 24px;text-align: center;margin-top: 34px;}
.fixed_income4 .tu{width: 100%;height: 280px;}

.fixed_income4 .frame{display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;margin-top: 10px;}
.fixed_income4 .fouse{width: calc(100% - 34px);}

.fixed_income4 .arrow{width: 34px;background-color: #ffffff;}
.fixed_income4 .item{}
.fixed_income4 .slick-slide{width: 288px;margin-right: 11px;box-shadow: 0 0 6px rgba(0,0,0,0.06);background-color: #fff;height: 120px;
padding-top: 5px;}
.fixed_income4 .y{display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;font-size: 24px;
}

.fixed_income4 .y::before{content: "";width: 8px;height: 4px;background-color: #333333;margin-right: 5px;display: block;}
.fixed_income4 .y::after{content: "";width: 8px;height: 4px;background-color: #333333;margin-left: 5px;display: block;}
.fixed_income4 .p1{font-size: 16px;color: #666;text-align: center;line-height: 22px;padding: 0 30px;width: 100%;
overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;
}
.fixed_income4 .arrow {position: relative;}
.fixed_income4 .arrow div{height: 52px;width: 100%;line-height: 52px;text-align: center;cursor: pointer;}
.fixed_income4 .arrow .prev::before{content: "\e73c";font-family: xfont;font-size: 26px;color: #666666;position: absolute;left: 50%;transform: translateX(-50%);}
.fixed_income4 .arrow .next::before{content: "\e73d";font-family: xfont;font-size: 26px;color: #666666;position: absolute;left: 50%;transform: translateX(-50%);}
.fixed_income4 .slick-arrow{position: relative;top: 0;transform:translateY(0%);-webkit-transform:translateY(0%);
-ms-transform:translateY(0%)
}








.esg_strategy2 .left{width: 607px;float: left;height: 554px;}
.esg_strategy2 .left .video{height: 100%;position: relative;overflow: hidden;}
.esg_strategy2 .left .video .play{width: 78px;height: 78px;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);-webkit-transform: translate(-50%,-50%);-ms-transform: translate(-50%,-50%);cursor: pointer;background-size: 100% 100%;background-repeat: no-repeat;background-position: center;transition: all 0.3s ease-in-out;}
.esg_strategy2 .left .video .play:hover{transform: scale(1.1) translate(-50%,-50%);-webkit-transform: scale(1.1) translate(-50%,-50%);-ms-transform: scale(1.1) translate(-50%,-50%);}

.esg_strategy2 .right {float: right;width: 610px;height: 554px;box-shadow:0 0 6px rgba(0,0,0,0.06);background-color: #fff;padding: 30px 30px;}
.esg_strategy2 .right .t1{font-size: 20px;color: #d40000;line-height: 24px;border-left: 4px solid #d40000;padding-left: 5px;}
.esg_strategy2 .right .t1:first-child{margin-top: 0;}
.esg_strategy2 .li1{margin-bottom: 20px;}
.esg_strategy2 .p1{font-size: 16px;color: #666666;line-height: 24px;margin-top: 10px;}
.esg_strategy2 .li1:last-child{margin-bottom: 0;}
.esg_strategy2 .right .p1{position: relative;padding-left: 12px;}
.esg_strategy2 .right .p1::after{content: "";display: block;width: 5px;height: 5px;background: #333;border-radius: 50%;position: absolute;top: 8px;left: 0;}

.equity_strategy3{background:url(../images/syb/fixed_income3.jpg) ;
padding-top: 120px;padding-bottom: 125px;}
.equity_strategy3 .t{font-size: 68px;text-align: center;line-height: 1.1;}
.equity_strategy3 .p{font-size: 16px;color: #666666;text-align: center;padding: 0 40px;line-height: 28px;margin-top: 55px;}
.equity_strategy3 .n{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
margin-top: 45px;
}
.equity_strategy3 .n span{flex: 1;-ms-flex:1; -webkit-flex:1;margin-right: 20px;display: block;height: 46px;background-color: #d40000;
color: #fff;font-size: 18px;text-align: center;line-height: 46px;}
.equity_strategy3 .n span:last-child{margin-right: 0;}
.equity_strategy3 .img{max-width: 100%;display: block;margin: 0 auto;margin-top: 45px;}

.equity_strategy4{background:url(../images/syb/equity_strategy4.jpg)no-repeat center center/cover;
padding-top: 120px;padding-bottom: 125px;}
.equity_strategy4 .t{font-size: 68px;text-align: center;line-height: 1.1;}
.equity_strategy4 .p{font-size: 16px;color: #666666;text-align: center;line-height: 28px;margin-top: 55px;}
.equity_strategy4 .img{max-width: 100%;display: block;margin: 0 auto;margin-top: 45px;}

.equity_strategy4 .n{margin-top: 36px;}
.equity_strategy4 .n span{display: block;height: 46px;background-color: #d40000;
color: #fff;font-size: 18px;text-align: center;line-height: 46px;width: 100%;margin-bottom: 5px;}
.equity_strategy4 .n span:last-child{margin-bottom: 0;}

.equity_strategy5{background:url(../images/syb/fixed_income3.jpg);
padding-top: 120px;padding-bottom: 125px;}
.equity_strategy5 .t{font-size: 68px;text-align: center;line-height: 1.1;}
.equity_strategy5 .tab{width: 100%;margin-top: 60px;}
.equity_strategy5 .tab th{background-color: #d40000;color: #fff;font-size: 18px;
text-align: center;height: 47px;font-weight: normal;border-right: 1px solid #dfdfdf;}
.equity_strategy5 .tab th:last-child{border-right: 0;}
.equity_strategy5 .tab td{color: #666;font-size: 16px;line-break: 24px;padding: 15px 20px;
border: 1px solid #dfdfdf;text-align: center;background-color: #fff;height: 138px;}
.equity_strategy5 tr:nth-child(odd) td{background-color: #f8f8f8;}
.equity_strategy5 .ts{font-size: 18px;margin-top: 15px;}


.equity_strategy6{background:url(../images/syb/equity_strategy6.jpg) no-repeat center center/cover;
padding-top: 120px;padding-bottom: 125px;}
.equity_strategy6 .t{font-size: 68px;text-align: center;line-height: 1.1;margin-bottom: 60px;}

.equity_strategy6 .t1{width: 100%;background-color: #d40000;color: #fff;font-size: 18px;text-align: center;height: 47px;font-weight: normal;line-height: 47px;}
.equity_strategy6 .tab{width: 100%;border: 0;}
.equity_strategy6 .tab th{height: 47px;background-color: #e76e6e;font-size: 18px;text-align: center;font-weight: normal;color: #fff;border: 0;border-right: 1px solid #dfdfdf;}
.equity_strategy6 .tab td{height: 47px;text-align: center;font-size: 18px;border: 1px solid #e3e3e3;background-color: #fff;color: #666666;}
.equity_strategy6 .tab th:last-child{border-right: 0;}
.equity_strategy6 .tab th:nth-child(5){background-color: #e15050;}
.equity_strategy6 .tab th:nth-child(6){background-color: #e15050;}
.equity_strategy6 .p{font-size: 18px;line-height: 36px;}
.equity_strategy6 .p1{margin-top: 8px;}
.equity_strategy6 .span{color: #333;}


/*	pc 端	*/
@media screen and (max-width: 1480px){
	
.pop-box1 .pop-cont{height: 500px;padding-top: 30px;}
.pop-box1 .con {height: 440px;}

	
}