body {
  background: #f4f4f4;
}

header {
  background: #fff;
}

.yy-container {
  width: 1100px;
  margin: 0 auto;
}
.yy-container .left {
  margin-top: -94px;
  width: 256px;
}
.yy-container .left .type-name {
  position: relative;
}
.yy-container .left .type-name h2 {
  font-size: 24px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: bold;
}
.yy-container .left .left-nav {
  background: #fff;
  padding: 0 10px;
}
.yy-container .left .left-nav ul li {
  display: flex;
  align-items: center;
  height: 50px;
  border-bottom: 1px #e1e1e1 solid;
  padding-left: 20px;
  font-size: 16px;
}
.yy-container .left .left-nav ul li a {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
}
.yy-container .left .left-nav ul li:hover {
  background: #2982bb;
}
.yy-container .left .left-nav ul li:hover a {
  color: #fff;
}
.yy-container .left .left-nav ul li:hover a span {
  color: #fff;
}
.yy-container .left .left-nav ul li span {
  color: #9b9b9b;
  font-size: 12px;
  margin-left: 10px;
}
.yy-container .left .left-nav ul li:last-child {
  border-bottom: none;
}
.yy-container .left .left-zx {
  margin-top: 10px;
  padding-bottom: 10px;
  background: #fff;
}
.yy-container .left .left-zx .title {
  position: relative;
}
.yy-container .left .left-zx .title h2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  font-size: 20px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}
.yy-container .left .ul {
  margin-top: 15px;
  display: flex;
}
.yy-container .left .ul li {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  margin: 0 5px;
}
.yy-container .left .ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.yy-container .left .ul li a img {
  margin-bottom: 5px;
}
.yy-container .left .list {
  margin-top: 10px;
}
.yy-container .left .list li {
  margin-top: 5px;
  display: flex;
  align-items: center;
  padding-left: 10px;
}
.yy-container .left .list li img {
  width: 32px;
  margin-right: 10px;
}
.yy-container .left .list li .text {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.yy-container .left .list li .text h4 {
  font-size: 16px;
  font-weight: bold;
}
.yy-container .left .list li .text p {
  font-size: 12px;
  color: #666;
}
.yy-container .main {
  flex: 1;
  margin-left: 20px;
  background: #fff;
  padding: 0 10px;
}
.yy-container .main .path {
  display: flex;
  align-items: center;
  height: 40px;
  font-size: 13px;
  padding: 0 10px;
  border-bottom: 1px solid #e1e1e1;
  color: #9c9c9c;
}
.yy-container .main .path img {
  margin-right: 10px;
}
.yy-container .main .b1-box {
  display: flex;
  border-bottom: 1px dashed #dcdcdc;
}
.yy-container .main .b1-box .l {
  flex: 1;
  padding: 20px 10px;
}
.yy-container .main .b1-box .l .t {
  height: 30px;
  border-left: 5px solid #f37548;
  color: #f37548;
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding-left: 10px;
}
.yy-container .main .b1-box .l .t h3 {
  font-size: 20px;
  font-weight: bold;
}
.yy-container .main .b1-box .l .t span {
  margin-left: 10px;
  margin-top: 5px;
}
.yy-container .main .b1-box .l .text {
  margin-top: 10px;
}
.yy-container .main .b1-box .l .text p {
  font-size: 12px;
  color: #454545;
  line-height: 24px;
  margin-bottom: 3px;
}
.yy-container .main .b1-box .r {
  width: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.yy-container .main .b1-box .r img {
  display: block;
  width: 100%;
}
.yy-container .main .b2-box {
  width: 825px;
  padding: 10px 0;
}
.yy-container .main .b2-box .tab-ul {
  display: flex;
  background: url(../images/lc_bg_icon.png) no-repeat left center;
}
.yy-container .main .b2-box .tab-ul li {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 15px;
  cursor: pointer;
}
.yy-container .main .b2-box .tab-ul li .img {
  position: relative;
}
.yy-container .main .b2-box .tab-ul li img {
  display: block;
}
.yy-container .main .b2-box .tab-ul li span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}
.yy-container .main .b2-box .tab-ul li h4 {
  margin-top: 5px;
  font-size: 12px;
  color: #980d00;
}
.yy-container .main .b2-box .tab-ul li:last-child {
  margin-right: 60px;
}
.yy-container .main .b2-box .tab-ul .on h4 {
  color: red;
}
.yy-container .main .b2-box .c-box {
  width: 100%;
  display: flex;
}
.yy-container .main .b2-box .c-box .l {
  width: 365px;
}
.yy-container .main .b2-box .c-box .l img {
  display: block;
  width: 100%;
}
.yy-container .main .b2-box .c-box .r {
  margin-left: 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.yy-container .main .b2-box .c-box .r h4 {
  margin-top: 20px;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
.yy-container .main .b2-box .c-box .r p {
  font-size: 13px;
  line-height: 24px;
  text-indent: 2em;
  margin-bottom: 10px;
}
.yy-container .main .b2-box .c-box .r a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #980d00;
  color: #fff;
  font-size: 14px;
  width: 100px;
  height: 40px;
}
.yy-container .main .b3-box {
  width: 825px;
  margin: 20px 0;
}
.yy-container .main .b3-box .t {
  height: 30px;
  border-left: 5px solid #f37548;
  color: #f37548;
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding-left: 10px;
}
.yy-container .main .b3-box .t h3 {
  font-size: 20px;
  font-weight: bold;
}
.yy-container .main .b3-box .t span {
  margin-left: 10px;
  margin-top: 5px;
}
.yy-container .main .b3-box .bg-text {
  margin: 20px 0;
  background: #707070;
  padding: 10px;
}
.yy-container .main .b3-box .bg-text p {
  font-size: 14px;
  line-height: 24px;
  text-indent: 2em;
  color: #fff;
}
.yy-container .main .b3-box .img-text {
  display: flex;
}
.yy-container .main .b3-box .img-text .img {
  width: 443px;
}
.yy-container .main .b3-box .img-text .img img {
  display: block;
  width: 100%;
}
.yy-container .main .b3-box .img-text .text {
  flex: 1;
  margin-left: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.yy-container .main .b3-box .img-text .text h4 {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
  text-align: center;
}
.yy-container .main .b3-box .img-text .text p {
  font-size: 14px;
  text-indent: 2em;
  line-height: 24px;
}
.yy-container .main .b3-box .aSwiper {
  padding-bottom: 20px;
}
.yy-container .main .b3-box .swiper-pagination {
  text-align: right;
}
.yy-container .main .b3-box .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  text-align: center;
  border-radius: 0;
  line-height: 20px;
  font-size: 12px;
  color: #fff;
  opacity: 1;
  background: #ababab;
}
.yy-container .main .b3-box .swiper-pagination-bullet-active {
  color: #fff;
  background: #980d00;
}
.yy-container .main .b4-box {
  margin-bottom: 20px;
}
.yy-container .main .b4-box .t {
  height: 30px;
  border-left: 5px solid #f37548;
  color: #f37548;
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding-left: 10px;
}
.yy-container .main .b4-box .t h3 {
  font-size: 20px;
  font-weight: bold;
}
.yy-container .main .b4-box .t span {
  margin-left: 10px;
  margin-top: 5px;
}
.yy-container .main .b4-box .list {
  display: flex;
  margin-top: 15px;
}
.yy-container .main .b4-box .list li {
  flex: 1;
  margin: 0 20px;
}
.yy-container .main .b4-box .list li img {
  display: block;
  width: 100%;
}
.yy-container .main .b4-box .list li h4 {
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: bold;
}
.yy-container .main .b4-box .list li h4 span {
  color: #980d00;
}
.yy-container .main .b4-box .list li p {
  font-size: 13px;
  line-height: 24px;
}
.yy-container .main .b4-box .list li:nth-child(1) {
  margin-left: 10px;
}
.yy-container .main .b4-box .list li:last-child {
  margin-right: 10px;
}
.yy-container .main .b5-box {
  margin-bottom: 20px;
}
.yy-container .main .b5-box .t {
  height: 30px;
  border-left: 5px solid #f37548;
  color: #f37548;
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding-left: 10px;
}
.yy-container .main .b5-box .t h3 {
  font-size: 20px;
  font-weight: bold;
}
.yy-container .main .b5-box .t span {
  margin-left: 10px;
  margin-top: 5px;
}
.yy-container .main .b5-box .list {
  margin-top: 20px;
  display: flex;
}
.yy-container .main .b5-box .list li {
  flex: 1;
  margin: 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.yy-container .main .b5-box .list li p {
  font-size: 14px;
  line-height: 24px;
  text-indent: 2em;
  color: #fff;
}
.yy-container .main .b5-box .list li:nth-child(3) {
  background: #707070;
  padding: 10px;
}

/*# sourceMappingURL=yy.css.map */
