*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
  font-family: "MicrosoftYaHei";
}
body{
  overflow-x: hidden;
}
img {
 cursor:pointer;
 width: 100%;
 }
.titbar {
  position: relative;
  width: 100%;
  font-size: 24px;
  font-weight: normal;
  padding: 12px 0;
  background-color: #00c6ff;
  text-align: center;
  color: #fff;
}
.container{
  padding:25px 6%;
}

.con-title{
  text-align: center;
  font-size: 22px;
	color: #040404;
}
.con-title1{
  padding-bottom: 25px;
}
.read{
  margin-top: 4px;
  text-align: center;
  font-size: 14px;
	letter-spacing: .5px;
	color: #989898;
}
.info{
  margin-top: 20px;
}
.info p{
	font-family: "MicrosoftYaHei";
	font-size: 16px;
	line-height: 30px;
	color: #989898;
}
.title{
  position: relative;
  left: 50%;
  margin: 20px 0;
  padding-bottom: 4px;
  transform: translateX(-50%);
  display: inline-block;
  border-bottom: 2px solid #55dcf5;
  font-size: 24px;
	font-stretch: normal;
  font-weight: normal;
	line-height: 36px;
	color: #646464;
}
.content p{
  font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	color: #646464;
}
.content img{
  max-width: 100%;
  width: 100%;
  height:auto;
}

.lunbo{

}
.lunbo .item {
margin:15px 0;
display:block;
}
.title1,
.title1{
  margin-bottom:40px;
}

.form .txt,
.form textarea{
  width: 100%;
  margin-bottom: 15px;
  padding:8px 10px;
  border:0;
  height: 40px;
  line-height: 40px;
	background-color: #efefef;
	border-radius: 3px;
  outline: 0;
  -webkit-appearance: none;
  font-size: 14px;
}
.form textarea{
  min-height: 100px;
}
.form input[type=submit]{
  display: block;
  width: auto;
  border:0;
  margin: 15px auto;
  height: 45px;
  padding: 0 40px;
  line-height: 45px;
  text-align: center;
  color:#fff;
	background-color: #51c3fe;
  border-radius: 3px;
  -webkit-appearance: none;
}
.tac{
  text-align: center;
}
.more{
font-size: 20px;
    /* line-height: 40px; */
    color: #646464;
    margin: 10px auto;
    width: 100%;
    height: 50px;
    outline: none;
    background: #00c6ff;
    box-shadow: none;
    border: 1px solid #efefef;
    color: white;
}
.more-top{
	margin-top:30px;
}
footer{
  padding:40px 6%;
  text-align: center;
	font-size: 12px;
	line-height: 18px;
	color: #646464;
}