@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
	list-style-type:none;
	text-decoration: none;
}
a:link,a:visited,a:hover{
  text-decoration: none;
  outline: none;
}
p,h3,h6{
  margin:0;
  padding:0;
}
body{
	margin:0;
	padding:0;
	font:12px "微软雅黑",arial;
  background: #fdfeff;
	
}
.w1200 {
    width: 1200px;
    height: auto;
    display: block;
    margin: 0 auto;
    overflow: hidden;
}

.cl{
  clear: both;
}


/*wrapper*/
.wrapper{
	width: 100%;
	height: auto;
	min-height: 590px;
	overflow: hidden;
}
.banner{
  margin: 0 auto;
}
.banner img{
  width: 100%;
  height: auto;
  display: block;
}


/*daoyu*/
.daoyu{
  background: #e7f0f4;
  border-radius: 12px;
  padding: 30px 40px;
  margin: 40px auto;
}
.daoyu p{
  font-size: 24px;
  color: #333;
  line-height: 48px;
  text-indent: 2em;
}

.content{
  margin: 0 auto;
}
.title{
  overflow: hidden;
}
.szcon{
  height: auto;
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: 40px;
}
.szcon li{
  width: 580px;
  height: auto;
  margin-right: 40px;
  margin-bottom: 0px;
  float: left;
  display: block;
}
.szcon li:nth-child(even) {
  margin-right: 0px;
}
.szcon li .sp{
  width: 580px;
  height: 326px;
  display: block;
  overflow: hidden;
}
.szcon li p{
  width: 100%;
  height: 50px;
  display: block;
  font-size: 18px;
  color: #000;
  line-height: 50px;
  text-align: center;
}

.peitu{
  overflow: hidden;
  margin: 70px 0px 100px 0px;
}
.peitu img{
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

/*footer*/

.footer {
    height: auto;
    overflow: hidden;
    text-align: center;
    color: #fff;
    padding: 15px 0px;
    background: #4da1c6;
}
.footer_con{
  width: 1200px;
  margin: 0 auto;
}
.footer_left {
    width: 50%;
    padding: 48px 0px;
    float: left;
}
.footer_left p {
    height: 42px;
    line-height: 42px;
    font-size: 16px;
    text-align: center;
}
.footer_right {
    width: 50%;
    padding: 30px 0px;
    float: right;
}
.footer_right img {
    width: 90px;
    height: 90px;
    display: block;
    margin: 0 auto;
}
.footer_right p {
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    text-align: center;
}