#header{

	width: 100%;

	background: #fff;

	height: 110px;

	border: 1px solid #d5d5d5;

	position: fixed;

	left: 0;

	top: 0;

}

#header .logo{

	margin-left: 200px;

	width: 254px;

	margin-top: 24px;

	float: left;

}

#header .nav{

	float: left;

	width: 960px;

	margin-left: 60px;

}

#header .nav li{

	float: left;

	margin-left: 50px;

	line-height: 105px;

	font-size: 16px;

	line-height: 107px;

	font-size: 16px;

	padding: 0 3px;

	cursor: pointer;

}

#header .nav li.active{

	border-bottom: 5px solid #d90d0d;

}



#header .contact{

	width: 160px;

	float: right;

	margin-right: 200px;

	margin-top: 44px;

}

#header .contact img{

	width: 20px;

	margin-right: 30px;

	cursor: pointer;

}



#banner{

	width: 100%;

	background: url(../img/banner2.png)no-repeat center top;

	background-size: 1920px auto;

	padding-top: 128px;

	height: 251px;

	margin-top: 110px;

}

#banner h1{

	font-size: 34px;

	text-align: center;

	color: #e00101;

	font-weight: bold;

}

#banner .en{

	line-height: 54px;

	text-align: center;

	font-size: 16px;

	font-weight: bold;

}

#banner .bannerBtn{

	width: 45px;

	height: 45px;

	margin: 0 auto;

	margin-top: 40px;

	cursor: pointer;

}





#position{

	width: 1200px;

	margin: 0 auto;

	line-height: 60px;

	font-size: 14px;

}

#position img.home{

	margin-right: 10px;

	width: 16px;

	vertical-align: middle;

}





#news{

	width: 100%;

	padding-bottom: 100px;

}

.newNav{

	width: 430px;

	display: block;

	overflow: hidden;

	margin: 0 auto;

	margin-top: 32px;

}

.newNav li{

	width: 176px;

	height: 44px;

	border: 2px solid #e00101;

	text-align: center;

	line-height: 44px;

	font-size: 16px;

	color:#e00101 ;

	float: left;

	border-radius: 23px;

	cursor: pointer;

	margin-right: 66px;

}

.newNav li:last-child{

	margin-right: 0;

}

.newNav li.active{

	background: #e00101;

	color: #fff;

}

#news .weight{

	width: 540px;

	padding-left: 660px;

	margin: 0 auto;

	margin-top: 64px;

	margin-bottom: 40px;

	position: relative;

}

#news .weight .date{

	line-height: 64px;

	color: #999;

}

#news .weight h3{

	font-size: 20px;

	color: #666;

	display: -webkit-box;

    word-break: break-all;

    text-overflow:ellipsis;

    overflow: hidden;

    white-space: pre-line;

    -webkit-box-orient: vertical;

    -webkit-line-clamp:1;

}

#news .weight p{

	display: -webkit-box;

    word-break: break-all;

    text-overflow:ellipsis;

    overflow: hidden;

    white-space: pre-line;

    -webkit-box-orient: vertical;

    -webkit-line-clamp:3;

    line-height: 30px;

    margin-top: 30px;

    min-height: 90px;

    color: #333;

}

#news .weight .detailsBtn{

	width: 150px;

	line-height: 48px;

	height: 48px;

	text-align: center;

	background:#e00101 ;

	font-size: 16px;

	margin-top: 40px;

	color: #fff;

	cursor: pointer;

}

#news .weight .pt{

	position: absolute;

	left: 0;

	bottom: 0;

	width: 634px;

}



.newList{

	width: 100%;

}

.newList .newItem{

	width: 100%;

	background: #fff;

	cursor: pointer;

}

.newList .newItem .cont{

	width: 1200px;

	margin: 0 auto;

	position: relative;

}

.newList .newItem .text{

	width: 920px;

	margin: 0 auto;

	padding: 32px 0;

	padding-left: 280px;

}

.newList .newItem h3{

	font-size: 20px;

	font-weight: bold;

}		

.newList .newItem .date{

	height: 40px;

	margin-top: 7px;

	border-bottom: 1px solid #d5d5d5;

	color: #999;

	font-size: 14px;

}	

.newList .newItem .date span{

	margin-right: 25px;

}

.newList .newItem p{

	line-height: 28px;

	margin-top: 15px;

	color: #999;

	min-height: 54px;

}

.newList .newItem .detailsBtn{

	width: 148px;

	height: 38px;

	border:  1px solid #d5d5d5;

	border-radius: 5px;

	line-height: 38px;

	text-align: center;

	font-size: 14px;

	margin-top: 18px;

	cursor: pointer;

}

.newList .newItem .pt{

	width: 242px;

	position: absolute;

	top: 32px;

	left: 0;

}

.newList .newItem:hover{

	background:#e00101 ;

}

.newList .newItem:hover h3{

	color: #fff;

}

.newList .newItem:hover .date{

	color: #fff!important;

}

.newList .newItem:hover .date span{

	color: #fff!important;

}

.newList .newItem:hover p{

	color: #fff;

}

.newList .newItem:hover .detailsBtn{

	background: #fff;

	border: 1px solid #fff;

}



#news .page {

    width: auto;

    height: 40px;

    position: absolute;

    left: 50%;

    webkit-transform: translateX(-50%);

    -moz-transform: translateX(-50%);

    transform: translateX(-50%);

    margin-top: 40px;

}

#news .page span {

    background: #e00101;

    color: #fff;

    border: 1px solid #e00101;

    cursor: pointer;

}

#news .page span,#news .page a {

    float: left;

    padding: 5px 10px;

    border: 1px solid #d5d5d5;

    border-radius: 30px;

    margin-right: 15px;

    font-size: 12px;

}
#news .layui-laypage-skip,#news .layui-laypage-count{
    display: none;
}








#footer{

	width:100%;

	background: #1e1e1e;

	padding-top: 32px;

	padding-bottom: 40px;

}

#footer .foot{

	width: 1200px;

	margin: 0 auto;

	position: relative;

}

#footer .foot .logo{

	width: 218px;

}

#footer .foot .footNav{

	width: 730px;

	position: absolute;

	line-height: 20px;

	font-size: 16px;

	right: 0;

	top: 0;

	overflow: hidden;

}

#footer .foot .footNav li{

	float: left;

	font-size: 16px;

	color: #fff;

	margin-left: 27px;

	cursor: pointer;

	

}

#footer .foot .web{

	width: 200px;

	position: absolute;

	right: 0;

	top: 20px;

	line-height: 64px;

	font-size: 14px;

	color: #737373;

}

#footer .foot .web img{

	margin-left: 24px;

	width: 21px;

	vertical-align: middle;

	cursor: pointer;

}

#footer .foot .cont{

	width: 1200px;

	margin: 0 auto;

	overflow: hidden;

	margin-top: 36px;

}

#footer .foot .cont .contItem{

	float: left;

}

#footer .foot .cont .contL{

	width: 320px;

	position: relative;

	padding-left: 120px;

}

#footer .foot .cont .contL h4{

	line-height: 36px;

	color: #fff;

	font-size: 14px;

}

#footer .foot .cont .contL p{

	line-height: 36px;

	color: #fff;

	font-size: 14px;

	color: #737373;

}

#footer .foot .cont .contL .pt{

	width: 98px;

	position: absolute;

	left:0;

	top: 0;

}

#footer .foot .cont .contC{

	width: 400px;

	padding-top: 0px;

}

#footer .foot .cont .contC p{

	line-height: 36px;

	font-size: 14px;

	color: #737373;

}

#footer .foot .cont .contC p img{

	width: 18px;

	margin-right: 32px;

	vertical-align: middle;

}

#footer .foot .cont .contL .pt{

	width: 98px;

	position: absolute;

	left:0;

	top: 0;

}

#footer .foot .cont .contR{

	width: 345px;

}

#footer .foot .cont .contR p{

	line-height: 36px;

	font-size: 14px;

	color: #737373;

	text-align: right;

}
