.connect {
    display: none;
}
.container{
    margin-bottom: 55px;
}

.banner {
    width: 100%;
    height: auto;
    position: relative;
}


.English {
    color: #FFFFFF;
    font-size: 40px;
    position: absolute;
    z-index: 3;
    left: 18.75%;
    top: 93px;
}


.subTit {
    z-index: 3;
    font-size: 18px;
    color: #fff;
    font-family: Microsoft YaHei, Microsoft YaHei;
    line-height: 30px;
    margin-top: 32px;
}

.banner_H5 {
    display: none;
}

.crumbs {
    display: flex;
    align-items: center;
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
    padding-top: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.crumbs .active {
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: bold;
    font-size: 24px;
    color: #004098;
}

.crumbs a {
    font-size: 20px;
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    color: #545454;
    line-height: 20px;
	cursor:pointer;
}

.crumbs span {
    font-size: 16px;
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    color: #545454;
    line-height: 20px;
    margin: 0 20px;
}


img {
    width: 100%;
    height: auto;
    display: block;
}

.Item_Tit {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.Item_Tit2_1{
    width: 49%;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    box-sizing: border-box;
}


.Item_Tit_left {
    font-size: 32px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    color: #004098;
}

.Item_Tit_right {
    font-size: 16px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #545454;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.Item_Tit_right a{
    color: #545454;
    display: flex;
	transition:.5s;
    align-items: center;
}
.Item_Tit_right:hover a{
	color:#046AF6
}

.Item_Tit_right:hover {
    color: #046AF6;   
}

.Item_Tit_right img {
    width: 8.62px;
    height: 15.14px;
    margin-left: 15px;
}

.view {
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
    padding-top: 110px;
    margin-top: -40px;
    opacity: 0;
}

.view_Con {
    display: flex;
    margin-top: 47px;
}


.view_Con_left {
    width: 588px;
    margin-right: 88px;
    position: relative;
}

.view_Con_right {
    margin-top: 11px;
    flex: 1;
}
.view_Con_right_item{
    cursor: pointer;
}
.view_Con_right_item:hover .view_Con_right_item1{
    color: #046AF6;
}

.view_Con_right_item1 {
    font-size: 20px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #000000;
	transition:.5s;
    line-height: 32px;
}

.view_Con_right_item2 {
    font-size: 16px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 26px;
    margin-top: 13px;
}

.view_Con_right_item {
    margin-bottom: 40px;
}

.view_Con_right>:last-child {
    margin-bottom: 0;
}


.boxshadow {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 588px;
    height: 149px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
    font-size: 24px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 22px;
    display: flex;
    align-items: center;
    padding-left: 30px;
    box-sizing: border-box;
}

.new {
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
    padding-top: 110px;
    padding-top: 170px;
    box-sizing: border-box;
    margin-top: -60px;
    opacity: 0;
}

.new_Con {
    display: flex;
    justify-content: space-between;
    margin-top: 47px;
}

.new_Item {
    width: 24%;
}

.new_Item:hover .new_Item_tit{
    color: #046AF6;
}

.new_Item:hover .new_Item_subTit{
    color: #046AF6;
}

.new_Item_img {
    height: 258px;
	position:relative;
    margin-bottom: 23px;
    overflow: hidden;
}
.mengceng{
	position:absolute;
	width:100%;
	height:100%;
	background:rgba(0,0,0,.4);
	left:0;
	top:0;
}
.mengceng img{
	width:50px;
	height:50px !important;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%)
}
.new_Item_img>img {
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
}
.view_Con_left{
    overflow: hidden;
}
.view_Con_left img{
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
}
.view_Con_left:hover img{
    transform: scale(1.2);
}

.new_Item_tit {
    font-size: 20px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    line-height: 32px;
	transition:.5s;
    margin-bottom: 12px;
    overflow: hidden;
    text-overflow: ellipsis; 
    -webkit-line-clamp: 2; 
    display: -webkit-box;
    -webkit-box-orient: vertical;
   /* height: 64px;*/
}

.new_Item {
    cursor: pointer;
}

.new_Item .new_Item_img:hover>img{
    transform: scale(1.2);
}

.new_Item_subTit {
    font-size: 16px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #545454;
    line-height: 26px;
	transition:.5s;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin-bottom: 24px;
    overflow: hidden;
    text-overflow: ellipsis; 
    -webkit-line-clamp: 1; 
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.new_Item_time {
    font-size: 16px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 26px
}

.animate__bounceInUp{
    animation-duration: 1.5s;
    opacity: 1 !important;
}

.trade {
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
    padding-top: 240px;
    margin-top: -100px;
    opacity: 0;
}
#rjkfyd{
    padding-top: 170px;
    margin-top: -170px;
}

.trade_Con {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
}
.h5s{
    display: none;
}
.trade_Con_Item {
    width: 49%;
    height: 350px;
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
    border: 1px solid #CCCCCC;
    box-sizing: border-box;
    padding-top: 36px;
    padding-left: 33px;
    padding-right: 33px;
    padding-bottom: 36px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.trade_Con_Item_Tit {
    font-size: 16px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #545454;
    line-height: 20px;
    margin-bottom: 44px;
}

.flexN{
    display: none;
}
.header_box{
    box-shadow: none !important;
}
.flex2{
    position: fixed;
    top: 75px;
    left: 0;
    right: 0;
    z-index: 99;
    background-color:rgba(255,255,255,.9);
    padding-bottom: 20px;
    width: 100%;
    max-width: 1920px;
    box-shadow: 0px 3px 5px 3px rgba(0, 0, 0, 0.1);
    padding-top: 20px;
	opacity:0;
	animation:flexdAn .8s forwards;
}
@keyframes flexdAn{
	0%{
		opacity:0;
	}
	100%{
		opacity:1;
	}
}

.trade_Con_Item_Item {
    margin-bottom: 32px;
    cursor: pointer;
    box-sizing: border-box;
}
.trade_Con_Item_Item:hover .trade_Con_Item_Item1{
    color: #046AF6;
}

.trade_Con_Item_Item1 {
    font-size: 20px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    line-height: 32px;
	transition:.5s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.trade_Con_Item_Item2 {
    font-size: 16px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #046AF6;
    line-height: 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.trade_Con_Item_Item2>:last-child{
    display: flex;
    align-items: center;
}

.trade_Con_Item_Item2 img{
    width: 8.62px;
    height: 15.14px;
    margin-left: 6px;
}

.trade_Con_Item_Item3 {
    font-size: 16px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 26px;
}

@media (max-width: 900px) {
    .banner {
        display: none;
    }

    .banner_H5 {
        display: block;
        position: relative;
    }

    .banner_H5_img {
        width: 100%;
        height: auto;
        position: relative;
    }

    .container_top_H5_index {
        display: block;
        background: url(../img/H5Banner2.png) no-repeat;
        background-size: 100% 100%;
        width: 320px;
        height: 81.2px;
        padding-top: 24.5px;
        padding-left: 61px;
        color: #FFFFFF;
        font-size: 20px;
        box-sizing: border-box;
        margin-left: 24.5px;
        position: absolute;
        top: 105px;
    }

    .crumbs a {
        font-size: 14px;
        white-space: nowrap;
    }

    .crumbs {
        padding-top: 20px;
        display: none;
    }
    .new_Item_tit{
        font-size: 18px;
		font-weight:700;
    }
    #hyzk2{
        padding-top: 50px;
    }
    .view {
        padding-top: 30px;
        margin-top: 0;
        opacity: 1;
    }

    .Item_Tit_left {
        line-height: unset;
        font-size: 28px;
    }

    .Item_Tit_right {
        line-height: unset;
        font-size: 14px;
        display: flex;
        align-items: center;
    }

    .view_Con {
        margin-top: 20px;
        display: block;
    }

    .view_Con_left {
        width: 100%;
        margin-right: 0;
    }

    .boxshadow {
        width: 100%;
        height: 80px;
        padding-left: 10px;
        font-size: 18px;
    }

    .view_Con_right_item {
        border-bottom: 1px solid #e6e6e6;
        padding-bottom: 10px;
        margin-bottom: 5px;
    }

    .new {
        padding-top: 50px;
        margin-top: 0;
        opacity: 1;
    }

    .new_Con {
        flex-wrap: wrap;
        margin-top: 30px;
    }
    .new_Con .new_Item:last-child{
        margin-bottom: 0;
    }
    .none{
        display: none !important;
    }

    .flex2{
        padding-bottom: 15px;
        top: 50px;
    }

    .Item_Tit2_1{
        width: 100%;
        padding-left: 0;
    }
    
    .h5s{
        display: flex;
        padding-top: 50px;
    }

    .h5n{
        display: none;
    }

    .new_Item {
        width: 100%;
    }

    .new_Item_subTit {
        margin-bottom: 10px;
        font-size: 14px;
    }

    .new_Item_img {
        margin-bottom: 10px;
    height: 258px !important;
    }

    .new_Item_time {
        font-size: 14px;
    }

    .new_Item {
        margin-bottom: 25px;
    }

    #rjkfyd{
        padding-top: 0;
        margin-top: 0;
    }
    .trade {
        padding-top: 00px;
        opacity: 1;
        margin-top: 0;
    }

    .trade_Con {
        flex-wrap: wrap;
        margin-top: 0;
    }

    .trade_Con_Item {
        width: 100%;
        padding-top: 20px;
        padding-left: 10px;
        padding-right: 10px;
        margin-top: 30px;
        height: 310px;
    }
    .Item_Tit{
        padding-top: 0px;
    }

    .trade_Con_Item_Item1{
        font-size: 18px;
    }
    .trade_Con_Item_Item2,.trade_Con_Item_Item3{
        font-size: 14px;
    }

    .crumbs span {
        margin: 0 5px;
    }
}