@charset "utf-8";
/* CSS Document */
a{
  color:inherit;
}
a:hover{
  color:inherit;
  text-decoration:none;
}

ul{
  list-style:none;
  padding-left:0px;
}
body{overflow-x: hidden; width: 100vw;
}
.banner{   width: 100%;
  background: url( "../image/banner.jpg") top center no-repeat;
  height: 1242px; overflow-x: hidden;
}

.container-fluid{ background: linear-gradient(to bottom, #fff, #33a3c6);}
.content{
	 margin: 0 auto; width: 1250px; 
}
.pic-list{display: flex; justify-content: space-around; padding:15px; flex-wrap:wrap;}
.picbox1{
	border-radius: 10px; background: #fff; text-align: center;box-shadow: rgb(0 0 0 / 20%) 1px 1px 5px;  margin-top: 40px;
}
.picbox1 img{
	 width: 285px; height: 410px;
}
.pic-list p{
	font-size:16px; color: #000; height: 84px;line-height: 32px; padding-top: 30px; width: 285px;
}
.pic-list img{
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}
.picbox2{
	border-radius: 10px; background: #fff; text-align: center;box-shadow: rgb(0 0 0 / 20%) 1px 1px 5px; margin-bottom: 40px;
}
.picbox2 img{
	 width: 285px; height: 160px;
}
.part1{margin-top: 30px;}
.part2{
	width: 100%;
}
.part2_nr {margin: 0 auto; padding-left: 66px; padding-right: 66px;}
.part2_nr img{
	text-align: center;
}
.bt {
	font-size:24px; text-align: center; font-weight: bold; line-height: 60px;
}
.bt a{
	 color: #bb0012;
}
.bt p{ text-align: left; text-indent: 32px; font-size:16px; color: #999; line-height: 30px; font-weight: normal;}
.part5{
	 padding-bottom: 60px;
}
.zhanshi{
	margin-top: 20px; margin-left: 60px; margin-right: 60px;
}
.zhanshi ul li{
	padding:16px;
}
.titlen{ margin-top:20px; margin-bottom:20px; font-size:18px; font-weight:bold; line-height:40px; font-family:"微软雅黑"; color:#a61b26; border-bottom:1px solid #bf862c; height:40px; background:url(../images/bg.jpg) left bottom no-repeat; padding-left:15px;}
.footer { background: url("../image/db.jpg") bottom center no-repeat;
    width: 100%;
    text-align: center;
    color: #fff;
    font: 14px / 36px "宋体";
    padding-top: 150px;
    padding-bottom: 30px;
	height: 295px;
}

.footer a {
    color: #fff;
}