html,body,div,p,span,i,img,a,dl,dt,dd,ul,li,ol,h1,h2,h3,h4,h5,h6{
	padding:0;
	margin: 0;
}

img{
	display:block;
}

ul,li{
	list-style:none;
}

a{
	text-decoration:none;
}


body{
	min-width:1200px;
	margin: 0 auto;
}


.banner{
	width:100%;
	height: 600px;
	background:url(../images/banner.jpg) no-repeat center center;
}



.titles{
	width:1200px;
	margin: 0 auto;
	margin-top: 60px;
}


.titles h2{
	width:auto;
	text-align: center;
	line-height: 60px;
	font-size:42px;
}

.titles h3{
	width:auto;
	text-align: center;
	line-height: 30px;
	font-size:24px;
	font-weight: normal;
	color: #333;
	margin-top: 10px;
}



.gksx-tj {
	width:1248px;
	margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  justify-content: space-between;
	margin-top: 30px;
}


.gksx-tj-item {
  width: 402px;
}



.p1{
	width:100%;
}


.p1 img{
	width:100%;
}

.p2 {
  background: #f8e7d2;
  overflow: hidden;
	border-radius: 0 0 10px 10px;
	padding-bottom: 20px;
}


.pic {
  width: 100%;
  margin: 10px auto;
	
}


.pic img {
  display: block;
  width: auto;
  opacity: 95%;
  border-radius: 10px;
	
}


.desc {
	width:94%;
	margin: 0 auto;
	display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
}

.desc p {
    width:46%;
	position: relative;
	padding-left:10px;
	line-height: 40px;
}


.desc p:before {
  position: absolute;
  width: 8px;
  height: 8px;
  background: #ee4040;
  top: 50%;
  transform: translateY(-50%);
  left: 0rem;
  content: "";
  border-radius: 50%;
}


.zx-btn {
  display: block;
  cursor: pointer;
  width: 400px;
  margin: 0 auto;
  margin-top: 36px;
  line-height: 50px;
  font-size: 18px;
  color: #fff;
  background: linear-gradient(to right, #f95151, #e12a2c);
  text-align: center;
  border-radius: 25px;
}


.zx-btn i {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 30px;
  background: url(../images/dianji.png) no-repeat center / contain;
  vertical-align: -10px;
  margin-left: 8px;
}


.zx-btn i:after {
  width: 10px;
  height: 10px;
  left: 30%;
  top: 5%;
  content: '';
  -webkit-animation: ripple 0.66s infinite;
  -moz-animation: ripple 0.66s infinite;
  -o-animation: ripple 0.66s infinite;
  animation: ripple 0.66s infinite;
  display: block;
  position: absolute;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.5);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  pointer-events: none;
}

@-webkit-keyframes ripple {
  100% {
    opacity: 0;
    -webkit-transform: scale(4);
    transform: scale(4);
  }
}

@-moz-keyframes ripple {
  100% {
    opacity: 0;
    -webkit-transform: scale(4);
    -moz-transform: scale(4);
    transform: scale(4);
  }
}

@-o-keyframes ripple {
  100% {
    opacity: 0;
    -webkit-transform: scale(4);
    -o-transform: scale(4);
    transform: scale(4);
  }
}

@keyframes ripple {
  100% {
    opacity: 0;
    -webkit-transform: scale(4);
    -moz-transform: scale(4);
    -o-transform: scale(4);
    transform: scale(4);
  }
}



.youshi-box{
	width:1248px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 70px;
}



.youshi-item {
    width: 29%;
    color: #333;
    padding: 18px 18px;
    border-radius: 10px;
    background: #f7eee3;
    position: relative;
	margin-bottom: 80px;
}


.youshi-item h4 {
    text-align: left;
    font-size: 20px;
    position: relative;
    position: absolute;
    color: #fff;
    left: 0;
    top: -40px;
    background: #ed3d3f;
    font-weight: 700;
    padding-left: 16px;
    width: 70%;
    line-height: 46px;
	border-radius: 0 23px 0 0;
}



.youshi-item p {
    font-size: 16px;
    line-height: 32px;
    text-align: justify;
    color: #000;
}



.sxt {
	width: 1248px; 
	margin: auto;
	margin-top: 20px;
}


.wrap {
	width: 1248px; 
	margin: auto;
	margin-top: 20px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


.ksnr th {
    height: 50px;
    border: 1px solid #fff;
    background: #ff7b7b;
    color: #fff;
}


.ksnr td {
    height: 50px;
    border: 1px solid #fff;
    padding-left: 70px;
}


.ksnr tr:nth-child(odd) {
    background: #ffcfcf;
}


.zsjhbox{
	width:1248px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}


.zsjhbox .zsjhimg{
	width:590px;
}

.zsjhimg img{
	width:100%;
}


.zsjhbox .zsjhtxt{
    width: 620px;
    font-size: 20px;
    line-height: 36px;
}



.huanjing{
	width:1248px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 20px;
}


.huanjing p{
	width:400px;
	margin-bottom: 24px;
}









