/* 内嵌时请注掉这一页 */
html,
body {
    height: 100%;
    /* width: 1920px */
}

body {
    margin: 0
}
#news-items{
	width: 1200px;
	margin: 0 auto;
}
#news-page-header {
    background-repeat: no-repeat;
    position: relative;
    height: 434px;
}

/* #news-page-header>div:first-child {
    height: 46px;
    font-size: 36px;
    font-family: PingFang-SC-Bold;
    color: rgba(255, 255, 255, 1);
    position: relative;
    margin-left: 478px;
    top: 206px;
    line-height: 75px;
} */
.titlt_name{
	height: 46px;
	font-size: 36px;
	font-family: PingFang-SC-Bold;
	color: rgba(255, 255, 255, 1);
	position: relative;
	top: 206px;
	line-height: 75px;
}
.titlt_Ename{
	height: 20px;
	 font-size: 20px;
	 font-family: PingFang-SC-Regular;
	 font-weight: 400;
	 top: 217px;
	 position: relative;
	 color: rgba(255, 255, 255, 1);
	 line-height: 41px;
}
/* #news-page-header>div:nth-child(2) {
    height: 20px;
    font-size: 20px;
    font-family: PingFang-SC-Regular;
    font-weight: 400;
   margin-left: 481px;
    top: 217px;
    position: relative;
    color: rgba(255, 255, 255, 1);
    line-height: 41px;
} */
.news-item{
	width: 100%; 
	float: left;
}
.news-item>div:first-of-type {
    position: relative;
    display: inline-block;
    vertical-align: top;
    left: 40px;
}

.news-item>img {
    height: 266px;
    width: 419px;
    position: relative;
    display: inline-block;
    /* left: 400px; */
    top: 35px;
}

.news-item>div>div:first-child {
    width: 686px;
    font-size: 24px;
    font-family: PingFang-SC-Regular;
    font-weight: 400;
    color: #333;
    line-height: 60px;
    margin-top: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-item>div>div:first-child:hover {
    color: rgba(18, 60, 137, 1);
}

.news-item>div>div:nth-child(2) {
    font-size: 12px;
    font-family: PingFang-SC-Regular;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    line-height: 5px;
    margin-top: 4px
}

.news-item>div>div:nth-child(3) {
    width: 683px;
    font-size: 14px;
	height: 76px;
    font-family: PingFang-SC-Regular;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    margin-top: 30px
}

.news-item>div>div:nth-child(4) {
    font-size: 18px;
    font-family: PingFang-SC-Regular;
    font-weight: 400;
    color: rgba(18, 60, 137, 1);
    line-height: 66px;
    margin-top: 80px;
    cursor: pointer;
    float: right;
}

.news-item>div:last-child {
    border-top: 1px solid rgba(18, 60, 137, 1);
    opacity: 0.15;
    width: 1176px;
    margin: auto
}

.detail-info {
    background-color: #f1f1f1
}

.detail-info>span>b {
    color: #0767C3;
    font-weight: normal
}

.detail-info>span {
    font-size: 14px;
    font-family: PingFang-SC-Regular;
    font-weight: 400;
    color: rgba(36, 40, 42, 1);
    line-height: 20px;
    margin-left: 396px
}

.detail-info>div:first-child {
    height: 82px;
    background: rgba(255, 255, 255, 1);
}

.detail-info>div:nth-of-type(2) {
    text-align: center;
    margin-top: 41px;
    font-size: 30px;
    font-family: PingFang-SC-Regular;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 20px;
}

.detail-info>div:nth-of-type(3) {
    font-size: 14px;
    margin-top: 16px;
    font-family: PingFang-SC-Regular;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    line-height: 20px;
    text-align: center;
}

.detail-info>div:nth-of-type(4) {
    width: 1142px;
    height: 913px;
    background: rgba(255, 255, 255, 1);
    margin: 0 auto;
    margin-top: 19px;
    padding-top: 32px;
}

.detail-info>div:nth-of-type(4)>p {
    text-indent: 2em;
    font-size: 14px;
    font-family: PingFang-SC-Regular;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 20px;
    margin: 0
}

.detail-info>div:nth-of-type(4)>div {
    text-align: center
}

.detail-info>div:nth-of-type(4) img {
    margin: 52px auto 78px auto;
}
.navigation-bar {
    width: 1200px;
    height: 100px;
    border: 0;
    background: rgba(255, 255, 255, 1);
    position: absolute;
    bottom: -39px;
    margin-left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    white-space: nowrap;
}

.navigation-bar>.navigation-item {
    width: 25%;
    display: inline-block;
    text-align: center;
    cursor: pointer;
}

.navigation-bar>.navigation-item>div {
    border-bottom: 3px white solid;
    font-size: 18px;
    font-family: PingFang-SC-Bold;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
    padding: 39px 0 36px 0;
    display: inline-block;
}

.navigation-bar>.navigation-item>div.active {
    border-bottom-color: #0767C3;
    color: #999999
}

.product-table{
    width: 1200px;
    margin: 0 auto;
    margin-top: 112px;
    white-space: nowrap;
}
.product-table>.row>div:first-child{
    margin-left: 0;
}

.product-table div{
    padding: 0;
    margin: 0;
    border: 0;
}

.product-table>.row>div{
    margin-left: 45px;
    display:inline-block;
    width: 268px;
    box-sizing: border-box
}

.product-table>.row.title{
    margin-top:14px;
    font-size:18px;
    font-family:PingFang-SC-Bold;
    font-weight:bold;
    color:rgba(153,153,153,1);
}

.product-table>.row.content{
    margin-top:4px;
    font-size:14px;
    font-family:PingFang-SC-Regular;
    font-weight:400;
    color:rgba(153,153,153,1);
}

.product-table>.row{
    max-height: 210px;
}

.product-table .product-image{
    font-size: 0;
    height: 210px;
    border: 1px white solid;
}

.product-table .product-image:hover{
}

.product-table .product-image>img{
    background-repeat: no-repeat;
    width: 266px;
    height: 208px;
}