@import url('base.css');
.top{
    width: 100%;
    height: 30px;
    background: #222222;
}
body{
    background-color: #f9fbfa;
}
.top1{
	width: 570px;
	height: 100%;
	margin: 0 auto;
	font-size: 12px;
	line-height: 30px;
	color: #fff;
}
.nav{
	width: 100%;
	height: 70px;
}
.nav1{
	width:1000px;
	height: 100%;
	box-sizing: border-box;
	padding-top: 10px;
	margin: 0 auto;
}
.h2-1{
	height: 50px;
	width: 125px;
	font-size: 28px;
	line-height: 50px;
	text-align: center;
	border-right: 1px solid #dfdddc;
	float: left;
}
.h2-2{
	width: 150px;
	border-right: 0;
	color: #ced0cf;
	margin-right: 50px;
}
.nav-list{
	display: block;
	width: 120px;
	height: 100%;
	line-height: 50px;
	font-size: 15px;
	color: #202221;
	text-align: center;
	float: left;
}
.nav-list:hover{
	color:#ae2422;
}
.nav1 .nav-list:nth-child(5){
	color: #ae2422;
}
/* banna kaishi */
.img{
	width: 100%;
	height: 400px;
	position: relative;
	top: 0;
	left: 0;
}
.banna{
	width: 100%;
	height: 400px;
}
.radio{
	width:60px;
	height: 14px;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto ;
	bottom: 40px;
}
.radio li{
	width:10px;
	height: 10px;
	background:#fff;
	border-radius: 50%;
	float:left;
	margin-right: 10px;
}
.radio li:first-child{
   background:#ae2422;
}
/* guan yu wo men kaishi */
.guanyu{
	width: 100%;
	height: auto;
}
.guanyu1{
	padding-top: 20px;
	width: 1000px;
	height: auto;
	margin: 0 auto;
}
.gy-top{
	width:100%;
	height: 80px;
	margin-bottom: 20px;
}
.gy-top1{
	width: 1000px;
	height: 52px;
	border-bottom: 1px solid #cccecd;
	position: relative;
	top: 0;
	left: 0;
	margin: 0 auto;
}
.gy-top1 p{
	width: 220px;
	height: 35px;
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	font-size: 24px;
    color: #cd2223;
    z-index: 5;
    background-color: #f9fbfa;
}
.gy-top2{
	display: block;
	width: 260px;
	height: 35px;
	border: 2px solid #e3aeb4;
    font-size: 18px;
    color: #9ea09f;
    text-align: center;
    position: absolute;
	left: 0;
	right: 0;
	top: 32px;
	margin: 0 auto;
	line-height: 35px;
	z-index: 3;
    background-color: #f9fbfa;	
}
.gy-top3{
	display: block;
	width: 280px;
	height: 35px;
	position: absolute;
	left: 0;
	right: 0;
	top: 32px;
	margin: 0 auto;
    background-color: #f9fbfa;
}
.lishi{
	width:165px;
	height: auto;
    font-size: 18px;
    color: #ae2422; 
    margin: 15px auto;
    font-weight: 500;
}
.lishi1{
	width: 100%;
	height: auto;
	color: #666666;
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 20px;
}
.list{
	width: 100%;
	height: auto;
}
.list ul{
	width: 1023px;
	height: 923px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-content: space-between;
	flex-wrap: wrap;
}
.list ul li{
	width: 330px;
	height: 282px;
    background-color: #f9fbfa;
    transition: all .6s;   
}
.list ul li:hover{
	box-shadow: 0 5px 5px 2px rgba(157, 157,157, 0.6);
	transform: translateY(-5px);
}
.list ul li a{
	display: block;
	width: 318px;
	height: 282px;
}
.list ul li .img-box{
	width:318px;
	height: 240px;
	position: relative;
	top: 0;
	left: 0;
    overflow: hidden;
}
.img-box .img-box1{
	width:317px;
	height: 220px;
	margin-top: 18px;
	position: relative;
	top: 0;
	left: 0;	
}
.list ul li .title{
	display: block;
	width:318px;
	height: 41px;
	font-size: 14px;
    line-height: 41px;
    color: #666; 
    margin-left: 10px;
}
.dw{
	width:317px;
	height: 239px;
	background-color: rgba(0, 0, 0, 0.7);
	position: absolute;
	left: 0;
	top: 240px;
	transition:all  0.3s;
    font-size: 14px;
    line-height: 26px;
    text-align: center;
    color: #fff;	
    padding: 40px 40px;
    box-sizing: border-box;
}
 .img-box:hover .dw{
	
	transform: translateY(-241px);
}
.list ul li:hover .title{
	color: #ae2422;
}
/* guan yu wo men jieshu */
/* 公司新闻开始 */
.xinwen{
	width: 100%;
	height: auto;
	background-color:#e5e5e5;
}
.xinwen1{
	width: 1000px;
	height: 45px;
	margin: 0 auto;
	margin-top: 30px;
	padding-top: 15px;
    border-bottom: 1px solid #d2d2d2; 
    position: relative;
    top: 0;
    left: 0;
}
.xinwen1 h2{
	width: 220px;
	height: 35px;
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	font-size: 24px;
    color: #cd2223;
    z-index: 5;
    font-weight: 500;
}
.xinwen1 span{
	position: absolute;
	left: 0;
	right: 0;
	top: 50px;
	margin: 0 auto; 
	font-size: 16px;
	width: 137px;
	color: #989898;
}
.xinwen .new{
	width: 1016px;
    height: 224px;
    padding-bottom: 22px;
    margin: 30px auto;
}
.xinwen .new a{
	width: 210px;
    height: 167px;
    padding: 15px 13px;
    border: 1px solid #cfcfcf;
    display: block;
    background: #ffffff;
    float: left;
    margin-right: 16px;
    color: #666666;
    font-size: 14px;
    margin-bottom: 5px;
}
.new .p2{
    color: #999999;
    margin-top: 10px;
    line-height: 22px;
}
.new a:hover .p1{
	color: #CD2223;
}
.new a:hover{
	border: 1px solid #CD2223;
}
/*  公司新闻结束 */
/* footer kaishi */
.footer{
	width: 100%;
	height: 200px;
    background: #b02a28; 
    padding-top: 25px;
}
.lx{
	width: 1000px;
	height: 100px;
	margin: 0 auto;
}
.lx a{
	width: 33.33%;
	height: 60px;
	margin-top: 15px;
	float: left;
}
.lx a div{
	width: 48px;
	height: 48px;
	border-radius: 50%;
	border: 1px solid #dfaaa9;
	margin-right: 20px;
	float: left;
	margin-top: 5px;
	text-align: center;
}
.lx a div i{
	line-height: 48px;
	font-size: 24px;
	color: #fff;
}
.lx a span{
	color: #fff;
	font-size: 14px;
	line-height: 30px;
}
/* foot kaishi */
.foot{
	width: 100%;
	height: 160px;
	background-color: #222;
	padding-top: 20px;
}
.foot1{
	width: 1000px;
	height:100%;
	margin: 0 auto;
}
.foot1 p{
	width: 1000px;
	height: 50px;
    color: #bababa;
    font-size: 12px;
    line-height: 24px;
    text-align: center;
}
.foot1 p:nth-child(2):hover{
	color: #fff;
	cursor: pointer;
}
.foot1 .zixun{
	width: 400px;
	height: 40px;
	margin: 0 auto;
}
.zixun div{
	width: 150px;
	height: 40px;
	margin: 0 auto;
	font-size: 14px;
	line-height: 40px;
	color: #bababa;
	float: left;
	cursor: pointer;
}
.zixun div a{
	font-size:20px;
	text-align: center;
	line-height: 38px;
	display: block;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	color: #727272;
	border: 2px solid #727272;
	margin-right: 8px;
	float: left;
}
.zixun div:hover a{
	color: #fff;
	border: 2px solid #fff;
}
.zixun div:hover{
	color: #fff;
}
/* 固定定位开始 */
.gd{
	width: 52px;
	height: 156px;
	position: fixed;
	bottom: 50px;
	right: 20px;
	background-color: red;
}
.gd1{
	display: block;
	width: 52px;
	height: 52px;
	font-size: 30px;
	text-align: center;
	line-height: 52px;
	background-color: #CD2123;
	color: #fff;
	position: relative;
	top: 0;
	left: 0;
}
.dh{
	width: 35px;
    height: 52px;
    border-left: 7px solid #222222;
    color: #ffffff;
    font-size: 18px;
    line-height: 52px;
    text-align: center;
    background: #9d1311;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    font-weight: 600;
    transition:  0.5s;
    overflow: hidden;
    transition-property: width,transform;
}
.gd1:hover .dh{
	width: 155px;
	transform: translateX(-155px);
}
.gd2{
	background-color: #6A6A6A;
}
.erweima{
	position: absolute;
	top: -52px;
	left: -156px;
	width:156px;
	height: 156px;
	display: none;
}
.erweima img{
	width: 100%;
	height: 100%;
}
.gd2:hover .erweima{
	display: block;
}
.gd3{
	line-height: 20px;
	background-color: #818181;
}