/* 产品列表 */
.proSubTab{
	background-color: #fff;
}
.proSubTab>div{
	display: flex;
	height: 90px;
	align-items: center;
	justify-content: space-between;
}
.proSubTab .title{
	flex-shrink: unset;
	margin-right: 80px;
	display: flex;
	align-items: center;
	font-size: 20px;
	color: #333;
}
.proSubTab .title img{
	margin-right: 20px;
}
.proTab{
	flex: 1;
	display: flex;
	align-items: center;
	/* justify-content: space-between; */
	color: #333;
}
.proTab li{
	cursor: pointer;
	margin-right: 40px;
}
.proTab li.current,.proTab li:hover{
	color: #B61B22;
}
.proContent{
	padding-top: 40px;
	padding-bottom: 40px;
}
.proTitle{
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 58px;
	background: #C5181F;
	padding: 0 30px;
}
.sortBox{
	display: flex;
	align-items: center;
}
.sortBox li{
	cursor: pointer;
	color: #fff;
	display: flex;
	align-items: center;
	margin-right: 80px;
}
.sortBox li i{
	margin-left: 10px;
	width: 8px;
	height: 16px;
	display: block;
}
.sortBox li.up i{background: url(i9.png) no-repeat center;}
.sortBox li.down i{background: url(i8.png) no-repeat center;}
.searchBox{
	border-radius: 4px;
	background-color: #fff;
	position: relative;
}
.searchBox input{
	border: 0;
	outline: 0;
	width: 330px;
	height: 36px;
	background-color: #fff;
	border-radius: 4px;
	padding: 0 50px 0 20px;
}
.searchBox .searchIcon{
	position: absolute;
	width: 20px;
	height: 20px;
	right: 20px;
	top: 50%;
	margin-top: -10px;
	background: url(i7.png) no-repeat center;
}
.proContent .proList a{
	display: block;
}
.proContent .proList li{
	margin-bottom: 8px;
	background-color: #fff;
	cursor: pointer;
}
.proContent .proList li:hover{
	background-color: rgba(248, 249, 252, .5);
}
.proContent .proList h3{
	height: 45px;
	border-bottom: 1px solid #F1F1F1;
	display: flex;
	align-items: center;
	padding: 0 25px;
	color: #333;
	font-weight: normal;
}
.proContent .proList h3 span{
	font-size: 12px;
	color: #666666;
	margin-left: 20px;
}
.proContent .proList .content{
	display: flex;
	justify-content: space-around;
	text-align: center;
	padding: 15px 0;
}
.proContent .proList .content dt{
	font-size: 18px;
	color: #666;
	margin-bottom: 10px;
}
.proContent .proList .content dd{
	font-size: 12px;
	color: #A2A2A2;
	line-height: 18px;
}


/* 产品详情--交易信息 */

.tradeInfo .box1{
	padding-top: 60px;
	padding-bottom: 60px;
}
.tradeInfo .box1 ul{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.tradeInfo .box1 li{
	width: 30%;
	height: 130px;
	background-color: #fff;
	box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	display: flex;
	align-items: center;
	padding: 0 40px;
	background-image: url(bg4.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	color: #1C1D1C;
	line-height: 30px;
}
.tradeInfo .box1 img{
	margin-right: 20px;
}
.tradeInfo .box1 li p{
	font-size: 20px;
}
.tradeInfo .box2{
	background-color: #fff;
	overflow: hidden;
}
.tradeInfo .box2 table{
	width: 100%;
}
.tradeInfo .box2 table td{
	border: 1px solid #E8E8E8;
	height: 50px;
	color: #333;
	text-align: center;
}
.tradeInfo .bgred{
	background: #FCF3F4;
}
.tradeInfo .box3{
	background: url(bg2.png) left bottom no-repeat;
}
.tradeInfo .box3 .content{
	display: flex;
}
.tradeInfo .box3 .content dl{
	width: 31.42%;
	text-align: center;
	margin-left: 2.87%;
}
.tradeInfo .box3 .content dl:first-child{margin-left: 0;}
.tradeInfo .box3 .content dt{
	background: #C5181F;
	font-size: 18px;
	color: #fff;
	padding: 0 20px;
	height: 59px;
	line-height: 59px;
}
.tradeInfo .box3 .content dd{
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #666666;
	height: 59px;
	margin-bottom: 8px;
	background-color: #fff;
	padding: 0 20px;
}
.tradeInfo .box4{
	background-color: #fff;
	overflow: hidden;
}
.tradeInfo .box4 .n_box1{
	padding: 0 8%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 60px;
}
.tradeInfo .box4 .n_box1 li{
	display: flex;
	align-items: center;
}
.tradeInfo .box4 .n_box1 li .word{
	margin-left: 30px;
	line-height: 24px;
	font-size: 16px;
}
.tradeInfo .box4 .n_box1 li span{
	font-size: 24px;
	line-height: 1.5em;
}
.tradeInfo .box4 .n_box2{
	padding: 30px;
	background-color: #F8F9FC;
}
.tradeInfo .box4 .subtitle a{
	border: 0;
}
.tradeInfo .box4 .n_box2 .subText{
	line-height: 30px;
	margin-bottom: 40px;
}
.tradeInfo .box4 .n_box2 table{
	width: 100%;
}
.tradeInfo .box4 .n_box2 table td{
	border: 1px solid #E8E8E8;
	height: 50px;
	text-align: center;
	color: #333;
}
.tradeInfo2 .box1{
	padding-top: 60px;
}
.tradeInfo2 .title{
	display: flex;
	align-items: center;
	justify-content: center;
	color: #333333;
	line-height: 45px;
	font-size: 30px;
}
.tradeInfo2 .title img{
	margin-left: 10px;
}
.tradeInfo2 .box1 ul{
	display: flex;
	justify-content: space-between;
	margin-top: 60px;
}
.tradeInfo2 .box1  ul li{
	display: flex;
	align-items: center;
}
.tradeInfo2 .box1  li .word{
	margin-left: 30px;
	line-height: 24px;
	font-size: 16px;
}
.tradeInfo2 .box1  li span{
	font-size: 24px;
	line-height: 1.5em;
	color: #333;
}
.tradeInfo2 .box1  li span em{
	font-style: normal;
}

.ndsjTab{
	display: flex;
	align-items: center;
}
.ndsjTab li{
	cursor: pointer;
	width: 130px;
	height: 50px;
	line-height: 50px;
	background: #F0F2F7;
	margin-right: 10px;
	font-size: 16px;
	color: #666;
	text-align: center;
}
.ndsjTab li.active{
	color: #B61B22 ;
	border-top: 4px solid #C5181F;
	background-color: #fff;
	line-height: 46px;
}
.ndsjTable .table .box{
	float: left;
	width: 33.33%;
}
.ndsjTable .thead{
	background-color: #C5181F;
	color: #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 18px;
	padding: 0 30px;
	height: 40px;
}
.ndsjTable .thead .right span{
	padding-left: 40px;
	font-size: 14px;
}
.ndsjTable .table .box .lineList{
	border-left: 1px solid #E8E8E8;
	padding: 30px;
	background-color: #fff;
}
.ndsjTable .table .box:first-child .lineList{
	border: 0;
}
.ndsjTable .list{
	display: flex;
	margin-bottom: 25px;
	font-size: 14px;
	color: #666;
}
.ndsjTable .list:last-child{
	margin: 0;
}
.ndsjTable .list>span{
	width: 5em;
	margin-right: 20px;
	line-height: 1em;
}
.ndsjTable .list .lineBox{
	flex: 1;
}
.ndsjTable .list .lineBox>span{
	color: #333;
	display: block;
	margin-top: 6px;
	text-align: center;
}
.ndsjTable .list .lineBox span em{
	font-style: normal;
}
.profitLine{
	width: 100%;
	height: 12px;
	background: #F0F2F7;
	border-radius: 6px;
	position: relative;
}
.profitLine span{
	height: 100%;
	width: 50%;
	position: absolute;
	top: 0;
	overflow: hidden;
}
.profitLine span i{
	position: absolute;
	top: 0;
	height: 100%;
}
.profitLine span.left{
	left: 0;
}
.profitLine span.right{
	right: 0;
}
.profitLine span.left i{
	right: 0;
	background-color: #35A45E;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}
.profitLine span.right i{
	left: 0;
	background-color: #D6010F;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}
.tradeInfo2 .box3{
	overflow: hidden;
}

.jjList ul,.lrjjList ul{
	display: flex;
	flex-wrap: wrap;
}
.jjList ul li{
	width: 31.4%;
	background-color: #fff;
	box-shadow: 0px 0px 12px 10px rgba(103, 103, 103, 0.06);
	border-radius: 4px;
	margin-left: 2.9%;
	margin-bottom: 2.9%;
	background-image: url(j_i7.png);
	background-position: right bottom;
	background-repeat: no-repeat;
}
.jjList ul li:nth-child(3n+1){
	margin-left: 0;
}
.jjList ul li span{
	position: absolute;
	min-width: 177px;
	padding: 0 20px;
	height: 30px;
	line-height: 30px;
	background: linear-gradient(90deg, #F99263 0%, #EC493A 73%,  #C5181F 100%);
	border-bottom-right-radius: 100px;
	border-top-left-radius: 6px;
	top: 0;
	left: 0;
	text-align: center;
	font-size: 16px;
	color: #fff;
}
.jjList ul li a{
	display: block;
	padding-top: 34px;
	height: 153px;
	display: flex;
	justify-content: space-around;
	text-align: center;
	align-items: center;
	position: relative;
}
.jjList ul li a dl{
	flex: 1;
}
.jjList dd{
	font-size: 30px;
	color: #333;
	line-height: 1.5em;
	font-weight: 600;
}

.lrjjList ul li{
	width: 31.4%;
	background-color: #fff;
	box-shadow: 0px 0px 12px 10px rgba(103, 103, 103, 0.06);
	border-radius: 4px;
	margin-left: 2.9%;
	margin-bottom: 2.9%;
	padding-top: 30px;
	height: 206px;
	text-align: center;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-flow: column;
	background-image: url(j_i7.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	cursor: pointer;
}
.lrjjList ul li:nth-child(3n+1){
	margin-left: 0;
}
.lrjjList ul li span{
	position: absolute;
	min-width: 177px;
	padding: 0 20px;
	height: 30px;
	line-height: 30px;
	background: linear-gradient(90deg, #F99263 0%, #EC493A 73%,  #C5181F 100%);
	border-bottom-right-radius: 100px;
	border-top-left-radius: 6px;
	top: 0;
	left: 0;
	text-align: center;
	font-size: 16px;
	color: #fff;
}
.lrjjList dd{
	font-size: 30px;
	color: #333;
	line-height: 1.5em;
	font-weight: 600;
}
.lrjjList ul li p{
	font-size: 24px;
	color: #333;
	margin-bottom: 20px;
}
.tradeInfo3 .box1{
	display: flex;
	align-items: center;
	flex-shrink: unset;
}
.tradeInfo3 .box1 .name{
	width: 80px;
	height: 80px;
	background: #C5181F;
	border-radius: 80px;
	color: #fff;
	text-align: center;
	line-height: 80px;
	margin-right: 30px;
}
.tradeInfo3 .box1 dl{
	flex: 1;
}
.tradeInfo3 .box1 dt ul{
	display: flex;
	font-size: 18px;
	color: #333333;
	line-height: 27px;
	margin-bottom: 15px;
}
.tradeInfo3 .box1 dt li{
	margin-right: 5%;
}
.tradeInfo3 .box1 dd{
	line-height: 30px;
}

.tradeInfoGm .box1{
	padding-top: 40px;
	padding-bottom: 40px;
	display: flex;
	align-items: flex-start;
	margin-bottom: 30px;
}
.tradeInfoGm .box1 .left{
	margin-right: 60px;
}
.tradeInfoGm .box1 h3{
	font-weight: 600;
	color: #1C1D1C;
	line-height: 45px;
	font-size: 30px;
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
.tradeInfoGm .box1 p{
	font-size: 16px;
}
.tradeInfoGm .box1 span{
	color: #333;
	font-size: 20px;
	margin-left: 30px;
}
.tradeInfoGm .box1 .right{
	display: flex;
	align-items: center;
}
.tradeInfoGm .box1 .right  dt {
    font-weight: 600;
    font-size: 30px;
    color: #333;
    margin-bottom: 5px;
}
.tradeInfoGm .tablist{
	flex: 1;
	display: flex;
	align-items: center;
	margin-top: 6px;
}
.tradeInfoGm .tablist li{
	min-width: 108px;
	padding: 0 10px;
	text-align: center;
	height: 30px;
	line-height: 30px;
	background: #F0F2F7;
	font-size: 16px;
	margin-right: 30px;
}
.tradeInfoGm .box2{
	display: flex;
	justify-content: space-between;
}
.tradeInfoGm .box2 .left{
	width: 48.57%;
	height: 564px;
	background-color: #fff;
	padding: 30px;
}
.tradeInfoGm .box2 .right{
	width: 48.57%;
	height: 564px;
	display: flex;
	flex-flow: column;
	justify-content: space-between;
}

.tradeInfoGm .box2 .left .top{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 15px;
}

.tradeInfoGm .box2 .left .top .time{
	color: #333;
	font-size: 18px;
}
.tradeInfoGm .box2 .left .top .radio{
	display: flex;
	align-items: center;
}
.tradeInfoGm .box2 .left .top .radio span{
	margin-left: 40px;
	font-size: 16px;
}
.tradeInfoGm .box2 .right>div{
	background-color: #fff;
}
.tradeInfoGm .box2 .inbox1{
	padding: 0 26px;
	height: 120px;
	display: flex;
	/* justify-content: space-between; */
	align-items: center;
	text-align: center;
}
.tradeInfoGm .box2 .inbox1 dl{
	margin-right: 50px;
}
.tradeInfoGm .box2 .inbox1 dt{
	font-weight: 600;
	font-size: 30px;
	color: #333;
	margin-bottom: 5px;
}
.tradeInfoGm .box2 .inbox2{
	overflow: hidden;
	padding: 25px 0 0;
	cursor: pointer;
}

.tradeInfoGm .box2 .inbox2 .subtitle2{
	padding-left: 20px;
}
.tradeInfoGm .box2 .inbox2>p{
	height: 50px;
	background: #FCF3F4;
	padding: 0 20px;
	display: flex;
	align-items: center;
	font-size: 24px;
	color: #333;
}
.tradeInfoGm .box2 .inbox2>p img{
	margin-left: 20px;
}
.tradeInfoGm .box2 .inbox2 ul{
	display: flex;
	flex-wrap: wrap;
	padding: 20px 20px 0;
}
.tradeInfoGm .box2 .inbox2  li{
	width: 33.33%;
	font-size: 16px;
	margin-bottom: 30px;
}
.tradeInfoGm .box2 .inbox2 span{
	font-size: 18px;
	color: #333;
	padding-left: 20px;
}
.tradeInfoGm .box2 .inbox3{
	overflow: hidden;
	padding: 25px 0 0;
}
.tradeInfoGm .box2 .inbox3 .subtitle2{
	padding-left: 20px;
	margin-bottom: 0;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
}
.tradeInfoGm .box2 .inbox3 .jlList{
	display: flex;
	align-items: center;
	height: 120px;
}
.tradeInfoGm .box2 .inbox3 .jlList dl{
	width: 50%;
	padding: 5px 20px;
	padding-left: 110px;
	height: 70px;
	position: relative;
	display: flex;
	flex-flow: column;
	justify-content: space-between;
	font-size: 16px;
	cursor: pointer;
}
.tradeInfoGm .box2 .inbox3 .jlList dl dt{
	position: absolute;
	width: 70px;
	line-height: 70px;
	border-radius: 50%;
	text-align: center;
	background: #C5181F;
	font-size: 18px;
	color: #fff;
	left: 20px;
	top: 0;
}
.tradeInfoGm .box2 .inbox3 .jlList dl span{
	padding-left: 20px;
	color: #333;
}
.tradeInfoGm .box3{
	display: flex;
	justify-content: space-between;
}
.tradeInfoGm .box3 .left{
	height: 500px;
	width: 500px;
	flex-shrink: unset;
}
.tradeInfoGm .box3 table,.pubTable{
	width: 100%;
	text-align: center;
}
.tradeInfoGm .box3 tr,.pubTable tr{
	height: 50px;
}
.tradeInfoGm .box3 tbody tr,.pubTable tbody tr{
	border-bottom: 1px solid #E8E8E8;
	background-color: #fff;
}
.tradeInfoGm .box3 tbody tr:nth-child(even),.pubTable tbody tr:nth-child(even){
	background-color: rgba(248, 249, 252, .5);
}
.tradeInfoGm .box3 thead,.pubTable thead{
	background: #C5181F;
}
.tradeInfoGm .box3 thead th,.pubTable thead th{
	color: #fff;
	font-weight: normal;
}
.tradeInfoGm .box3 .right{
	flex: 1;
	margin-left: 40px;
	background-color: #fff;
	padding: 20px 30px;
}
.tradeInfoGm .box3 .right .top{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom:15px;
}
.tradeInfoGm .box3 .right  .tab{
	display:flex;
	margin-right:30px;
	margin-bottom:15px;
}
.tradeInfoGm .box3 .right .tab li.cur {
    color: #C5181F;
    border: 1px solid #C5181F;
}
.tradeInfoGm .box3 .right .tab li {
    cursor: pointer;
    line-height: 32px;
    width: 80px;
    height: 32px;
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #E8E8E8;
    font-size: 14px;
    text-align: center;
    margin-left: 10px;
}
.tradeInfoGm .box3 .right .selectbox{
	margin-left: 5%;
}
.tradeInfoGm .box3 .leftText{
	flex: 1;
	display: flex;
	align-items: center;
	line-height: 30px;
}
.tradeInfoGm .box3 .leftText>span{
	margin-right:30px;
}
.tradeInfoGm .box3 .leftText .date,.tradeInfoGm .box3 .leftText em{
	color: #333;
	font-size: 16px;
}
.tradeInfoGm .box3 .radioBox{
	width: 100%;
	height: 390px;
	overflow: hidden;
}
.tradeInfoGm .box4{
	display: flex;
	justify-content: space-between;
}
.tradeInfoGm .box4 .left{
	width: 58.28%;
}
.tradeInfoGm .box4 .left .radioBox{
	height: 460px;
	background-color: #fff;
	padding: 20px 30px;
}
.tradeInfoGm .box4 .right{
	width: 38.57%;
}
.tradeInfoGm .box4 .left .top{
	display: flex;
	align-items: center;
	justify-content: space-between;
	line-height: 30px;
}
.tradeInfoGm .box4 .left .top .leftText{
	display: flex;
}
.tradeInfoGm .box4 .left .top .leftText span{
	margin-right: 10px;
}
.tradeInfoGm .box4 .left .top .leftText span em{
	color: #333;
	font-size: 16px;
}
.tradeInfoGm .box4 .left .rightSelect{
	display: flex;
	align-items: center;
}
.tradeInfoGm .box4 .left .rightSelect .selectbox{
	margin-left: 10px;
}
.tradeInfoGm .box4 .left .radio{
	width: 100%;
	height: 370px;
	margin-top: 10px;
}
.tradeInfoGm .box4 .jdzflist{
	height: 460px;
	overflow-y: auto;
	width: 100% !important;
}
.tradeInfoGm .box4 .jdzflist dl{
	position: relative;
	height: 140px;
	background-color: #FFFFFF;
	border-radius: 4px;
	margin-bottom: 20px;
	padding: 30px 30px 0;
	background-image: url(j_i7.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.tradeInfoGm .box4 .jdzflist dt{
	position: absolute;
	width: 120px;
	padding: 0 15px;
	height: 30px;
	line-height: 30px;
	background: linear-gradient(90deg, #F99263 0%, #EC493A 73%, #C5181F 100%);
	border-bottom-right-radius: 100px;
	border-top-left-radius: 6px;
	top: 0;
	left: 0;
	text-align: center;
	font-size: 16px;
	color: #fff;
}
.tradeInfoGm .box4 .jdzflist dd{
	width: 33.33%;
	float: left;
	margin-top: 20px;
}
.tradeInfoGm .box5 .topTip{
	line-height: 1.5em;
	margin-bottom: 15px;
}
.tradeInfoGm .box5 .historyList{
	display: flex;
	justify-content: space-between;
}
.tradeInfoGm .box5 .historyList .table{
	width: 31.428%;
}
.tradeInfoGm .box6{
	display: flex;
	justify-content: space-between;
}
.tradeInfoGm .box6 .left{
	width: 31.428%;
}
.tradeInfoGm .box6 .left p{
	text-align: center;
	margin: 0 auto;
}
.tradeInfoGm .box6 .right{
	width:65.71%;
}
.tradeInfoGm .box6 .right dl{
	height: 125px;
	background-color: #fff;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.tradeInfoGm .box6 .datalist dt{
	height: 50px;
	border-bottom: 1px solid #eee;
	padding: 0 30px;
	display: flex;
	align-items: center;
	width: 100%;
	font-size: 18px;
	color: #333;
}
.tradeInfoGm .box6 .datalist dd{
	width: 25%;
	text-align: center;
	font-size: 16px;
} 
.tradeInfoGm .box6 .datalist span{
	color: #333;
	font-size: 18px;
}
.tradeInfoGm .box7{
	display: flex;
	justify-content: space-between;
}
.tradeInfoGm .box7 .left{
	width: 31.428%;
}
.tradeInfoGm .box7 .radioBox{
	background-color: #fff;
	height: 400px;
	padding: 20px 15px;
	position: relative;
}
.tradeInfoGm .box7 .tab{
	display: flex;
	align-items: center;
}
.tradeInfoGm .box7 .tab li{
	width: 68px;
	height: 36px;
	background: #FFFFFF;
	border-radius: 4px;
	border: 1px solid #E4E3E3;
	line-height: 36px;
	text-align: center;
	cursor: pointer;
	margin-right: 15px;
}
.tradeInfoGm .box7 .tab .cur{
	border: 1px solid #D6010F;
	color: #D6010F;
}
.tradeInfoGm .box7 .radio{
	height: 310px !important;
}
.tradeInfoGm .box7 .txt{
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	width: 100%;
	bottom: 15px;
	left: 0;
}
.tradeInfoGm .box7 .txt i{
	width: 14px;
	border-radius: 50%;
	margin-right: 10px;
	height: 14px;
	background: #F6BD16;
}
.tradeInfoGm .box7 .selectbox{
	display: flex;
	justify-content: end;
	margin-bottom: 10px;
}
.tradeInfoGm .box7 .right{
	width: 65.714%;
}
.tradeInfoGm .box7 .tableBox{
	dominant-baseline: flex;
	display: flex;
	justify-content: space-between;
}
.tradeInfoGm .box7 .tableBox .table{
	width: 47.826%;
	height: 400px;
	background-color: #fff;
	padding-top: 100px;
	position: relative;
}
.tradeInfoGm .box7 .tableTit{
	width: 100%;
	height: 50px;
	display: flex;
	justify-content: space-between;
	padding: 0 30px;
	align-items: center;
	color: #fff;
	background: #C5181F;
	position: absolute;
	top: 0;
	left: 0;
}
.tradeInfoGm .box7 .thead{
	height: 50px;
	position: absolute;
	top: 50px;
	left: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	background: #FCF3F4;
}
.tradeInfoGm .box7 .thead span{
	flex: 1;
	text-align: center;
	color: #333333;
}
.tradeInfoGm .box7 .tbody ul{
	height: 300px;
	overflow: hidden;
	width: 100% !important;
}
.tradeInfoGm .box7 .tbody li{
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #ddd;
}

.tradeInfoGm .box7 .tbody li p{
	flex: 1;
	padding: 0 10px;
	text-align: center;
}
.tradeInfoGm .box7 .tbody li p span{
	color: #333;
	line-height: 1.5em;
	display: block;
}
.tradeInfoGm .box8{
	display: flex;
	justify-content: space-between;
}
.tradeInfoGm .box8>div{
	width: 48.57%;
}
.tradeInfoGm .box8 .radio{
	height: 410px;
	width: 100%;
	background-color: #fff;
}
.tradeInfoGm .box8 .table{
	position: relative;
	padding-top: 50px;
}
.tradeInfoGm .box8 .table .thead{
	position: absolute;
	height: 50px;
	align-items: center;
	width: 100%;
	left: 0;
	top: 0;
	display: flex;
	justify-content: space-between;
	background: #C5181F;
	color: #fff;
}
.tradeInfoGm .box8 .table .tbody ul{
	max-height: 350px;
	overflow: hidden;
	width: 100% !important;
}
.tradeInfoGm .box8 .table li{
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #fff;
	border-bottom: 1px solid #ddd;
}
.tradeInfoGm .box8 .table span{
	width: 25%;
	text-align: center;
}
.tradeInfoGm .box8 .left .table span:nth-child(2){
	width: 50%;
}
.tradeInfoGm .box9{
	display: flex;
	padding: 30px;
	justify-content: space-between;
}
.tradeInfoGm .box9>div{
	width: 31.42%;
}
.tradeInfoGm .box9 .boxIn3 .subtitle2{
	margin-bottom: 12px;
}
.tradeInfoGm .box9 .boxIn1 table{
	width: 100%;
}
.tradeInfoGm .box9 .boxIn1 table td{
	width: 50%;
	text-align: center;
	height: 50px;
	border: 1px solid #E8E8E8;
}
.tradeInfoGm .box9 .boxIn1 table td:nth-child(1){
	background: #F8F9FC;
}
.tradeInfoGm .box9 .boxIn2 a{
	display: block;
	line-height: 50px;
	border-bottom: 1px solid #E8E8E8;
}
.tradeInfoGm .box9 .boxIn2 a:hover{
	color: #C5181F;
}
.tradeInfoGm .box9{
		margin-bottom: 60px;
}
@media only screen and (max-width: 1430px) {
	.tradeInfoGm .box4 .left{
		width: 56.28%;
	}
	.tradeInfoGm .box4 .right{
		width: 40.57%;
	}
	.tradeInfoGm .box4 .left .top .leftText span{
		font-size: 12px;
	}
}
.tradeInfoSm .box1 .subtitle2{
	margin-bottom: 0;
	padding-bottom: 20px;
	border-bottom: 1px solid #E8E8E8;
}
.tradeInfoSm .box1{
	display: flex;
}
.tradeInfoSm .box1 .list{
	flex: 1;
	margin-left: 3%;
}
.tradeInfoSm .box1 .list:first-child{
	margin-left: 0;
}
.pubMaterialList .pageBox{
	padding-top: 20px;
}
.pubMaterialList h3{
	font-size: 16px;
	color: #333333;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
}
.pubMaterialList li{
	padding: 15px;
	border-bottom: 1px solid #E8E8E8;
	position: relative;
	cursor: pointer;
}
.pubMaterialList li::before{
	content: '';
	position: absolute;
	width: 6px;
	height: 6px;
	background: #C5181F;
	border-radius: 50%;
	top: 23px;
	left: 0;
}
.pubMaterialList p{
	display: flex;
	justify-content: space-between;
	margin-top: 10px;
}
.pubMaterialList .download{
	display: block;
	width: 20px;
	height: 20px;
	background: url(d1.png) no-repeat center;
}
.pubMaterialList .download:hover{
	background: url(d2.png) no-repeat center;
}

.tradeInfoSm .box2 .content{
	display: flex;
	align-items: center;
}
.tradeInfoSm .box2 .content .word{
	width: 435px;
	font-size: 16px;
	color: #333;
	padding: 30px;
	line-height: 2em;
}
.tradeInfoSm .box2 .content .word h3{
	font-size: 22px;
	margin-bottom: 20px;
}
.tradeInfoSm .box2 .content .map{
	flex: 1;
	height: 380px;
}
.mapMessgae>span{
	color: #8C8C8C;
	display: block;
	margin-bottom: 10px;
}
.mapMessgae>p{
	color: #333333;
	line-height: 24px;/
	margin-bottom: 5px;
}
.cwxsjgList{
	display: flex;
}
.cwxsjgList li{
	width: 23%;
	margin-left: 2.66%;
	position: relative;
	border-radius: 4px;
	overflow: hidden;
}
.cwxsjgList li:first-child{
	margin-left: 0;
}
.cwxsjgList li img{
	width: 100%;
	display: block;
}
.cwxsjgList li .word{
	position: absolute;
	width: 100%;
	bottom: 0;
	height: 190px;
	background: rgba(8, 35, 63, .4);
	color: #fff;
	padding: 20px;
	font-size: 16px;
	line-height: 2em;
}
.cwxsjgList li .word h3{
	font-size: 18px;
	margin-bottom: 10px;
}

.b-red::before {
    content: '';
    display: inline-block;
    width: 5px;
    height:5px;
    margin: auto 3px auto 0;
    background: #F43438;
}
.qxtb-label-text {
    font-size:14px;
    color: #919191;
    display: -webkit-box;
    display: flex;
    display: -webkit-flex;
    text-overflow: clip;
    overflow: hidden;
    white-space: nowrap;
}
.b-gray::before {
    content: '';
    display: inline-block;
    width: 5px;
    height:5px;
    margin: auto 5px;
    background: #E7E7E7;
}

.b-blue::before {
    content: '';
    display: inline-block;
    width: 5px;
    height:5px;
    margin: auto 5px;
    background: #498EFF;
}
.f-red {
    color: #F43438;
}
.f-green {
    color: #28b87c;
}
.display_flex{
	display: flex;
	align-items: center;
	justify-content: center;
}
.jingzhi{
	padding-bottom: 10px;
}
.display_flex>div{
	display: flex;
	align-items: center;
	margin: 0 10px;
}