@charset "utf-8";
/* CSS Document */
ul,
li,
h1,
h2,
h3,
p {
  padding: 0;
  margin: 0;
  list-style: none;
}
a {
  text-decoration: none;
  color: #000;
}
html {
  background: #fff;
}
body {
  width: 1200px;
  margin: 0px auto;
  line-height: 21px;
  background: #0c297a;
}
.clear {
  clear: both;
}
.menu li {
  list-style: none;
}
.logo {
  font-size: 36px;
  font-weight: bold;
  color: #fff;
}
.banner {
  position: relative;
}
.banner img {
  display: block;
}
.menu {
  background: #891591;
  clear: both;
  height: 50px;
  width: 100%;
}
.menu li a {
  color: #fff;
  display: block;
}
.menu li {
  display: inline-block;
  line-height: 50px;
  float: left;
  width: 20%;
  text-align: center;
  font-size: 18px;
}
.menu li:hover a {
  background: #663399;
}
.content {
  background: #2e8611;
  color: #fff;
  font-size: 14px;
  display: inline-block;
  width: 100%;
}
.index {
  height: 180px;
  float: left;
  width: 46%;
  margin: 20px;
  padding-left: 20px;
  box-sizing: border-box;
}
.mr,
#submit {
  background: #111;
  border: none;
  display: inline-block;
  padding: 10px 30px;
  color: #fff;
  margin-top: 20px;
}
.list1 li {
  width: 48%;
  float: left;
  margin: 10px 1%;
  text-align: center;
}
.list1 ul {
  padding: 0 30px;
}
.list1 li img {
  width: 100%;
  height: 380px;
  display: inline-block;
}
.list li {
  width: 23%;
  float: left;
  margin: 10px 1%;
  text-align: center;
}
.list ul {
  padding: 0 30px;
}
.list li img {
  width: 100%;
  height: 180px;
  display: inline-block;
}
.end {
  clear: both;
  background: #6fae08;
  color: #fff;
  padding: 20px 0;
  font-size: 16px;
  text-align: center;
}
.video {
  width: 700px;
  margin: 0 auto;
}
.video video {
  width: 100%;
}
.pad {
  padding: 20px 70px;
  display: block;
}
.main {
  margin: 20px 40px;
}
.tti {
  text-align: center;
  padding: 40px 0;
  font-weight: normal;
  color: #FFCC99;
}
.con {
  font-size: 18px;
  line-height: 30px;
}
.cs {
  margin: 30px 40px;
  font-size: 16px;
  line-height: 30px;
}
img.fl {
  margin-right: 20px;
}
.index h3 {
  color: #CCCC99;
  font-size: 18px;
  margin-bottom: 20px;
}
.index .fr {
  margin-right: 0;
  margin-left: 20px;
}
.sici {
  letter-spacing: 10px;
  text-align: center;
  background: url(http://www.ylcp.shop/files/files/1684573036726/images/bg.jpeg) no-repeat;
  padding: 200px 0;
}
.sici h1 {
  padding-bottom: 40px;
  text-align: center;
}
.sici p {
  font-size: 22px;
  margin: 10px 0;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.inp {
  border: #ccc solid 1px;
  padding: 10px 10px;
  width: 80%;
}
.msg {
  width: 740px;
  margin: 0 auto;
  padding: 40px 0;
}
.lc_box {
  width: 800px;
  margin: 0 auto;
  padding: 30px 0;
}
.lc_box a {
  height: 50px;
  display: block;
  line-height: 50px;
  width: 250px;
  background: #c1550d;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 30px;
  transition: 0.2s;
}
.lc_box a:hover {
  width: 400px;
}
.bar {
  margin: 20px 40px;
  text-align: center;
  line-height: 15px;
  font-size: 20px;
  padding: 5px;
}
.page {
  padding: 30px 100px;
  color: #fff;
}
.page h2 {
  text-align: center;
  margin-bottom: 20px;
  border-bottom: 2px solid #fff;
  padding-bottom: 20px;
}
.page .pic {
  text-align: center;
}
.page .pic img {
  width: 400px;
  margin-bottom: 20px;
}
.page p {
  line-height: 2;
  text-indent: 2em;
  margin-bottom: 20px;
}
.page a {
  height: 50px;
  display: block;
  line-height: 50px;
  width: 250px;
  background: #7d990f;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 30px;
  transition: 0.2s;
}
.page a:hover {
  width: 400px;
}
