﻿.head {
  width: 100%;
  height: 360px;
  background: url("headbg.png") 0 0 no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
}
.headinner .logo {
  margin-top: 123px;
}
.headinner .rig {
  margin-top: 140px;
}
.nav {
  width: 100%;
  height: 75px;
  background: #d6181a;
 
  position: relative;
}
.container {
  width: 1200px;
  margin: 0 auto;
}
.navinner {
  width: 100%;
  height: 75px;
  overflow: hidden;
}
.navinner a {
	font-family:SimHei;
  width: 14.285%;
  height: 75px;
  float: left;
  line-height: 75px;
  text-align: center;
  font-size: 22px;
  color: #fff;
}
.navinner a.on {
 /* background: #9b0002;*/
}
.navinner a:hover {
  background: #9b0002;
}
.date {
  width: 100%;
  height: 60px;
  background: #f7f7f7;
  overflow: hidden;
}
.dateinner {
  width: 100%;
  height: 60px;
  line-height: 60px;
  font-size: 0;
  overflow: hidden;
}
.dateinner span {
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
  font-size: 20px;
  color: #333;
  height: 60px;
  margin-left: 20px;
}
.dateinner img {
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
  width: 24px;
  height: 24px;
  margin-left: 20px;
}
.myform {
  margin-top: 7px;
  overflow: hidden;
}
.myform .item {
  width: 380px;
  height: 43px;
  font-size: 0;
  border-radius: 43px;
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #dd4546;
  box-sizing: content-box;
  overflow: hidden;
}
.myform .item input {
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  border: none;
  outline: none;
  width: 277px;
  height: 43px;
  padding-left: 34px;
  line-height: 43px;
  box-sizing: content-box;
  color: #999;
  font-size: 14px;
  background: transparent;
}
.myform .item button {
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  border: none;
  outline: none;
  width: 65px;
  height: 43px;
  box-sizing: content-box;
  cursor: pointer;
  background: url(sousuo.png) center center no-repeat;
}
.main_all {
  width: 100%;
  padding-bottom: 30px;
  background: url(bg.png) center 0 no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
  position: relative;
}
.con1 {
  width: 100%;
  margin-top: 30px;
  overflow: hidden;
  position: relative;
}
.con1 .lef {
  width: 667px;
  height: 410px;
  float: left;
}
.con1 .lef a img {
  display: block;
  width: 100%;
  height: 100%;
}
.con1 .swiper-pagination-bullet-active {
  opacity: 1;
  background: #d6181a;
}
.con1 .rig {
  width: 493px;
  height: 408px;
  float: right;
  border: 1px solid #e5e5e5;
}
.con1 .rig .tabs {
  width: 453px;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  border-bottom: 1px solid #e5e5e5;
}
.con1 .rig .tabs a {
  float: left;
  width: 25%;
  height: 48px;
  color: #666;
  font-size: 18px;
  line-height: 48px;
  text-align: center;
}
.con1 .rig .tabs a.on {
  color: #d6181a;
}
.con1 .newslist {
  display: none;
}
.newslist li {
  width: 460px;
  padding-left: 25px;
  transition: all 0.3s;
  overflow: hidden;
  position: relative;
}
.newslist li::before {
  content: "";
  position: absolute;
  width: 3px;
  height: 3px;
  background: #d6181a;
  left: 14px;
  top: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
}
.newslist li a {
  width: 80%;
  height: 50px;
  line-height: 50px;
  float: left;
  font-size: 17px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.newslist li span {
  width: 20%;
  height: 50px;
  display: block;
  text-align: center;
  line-height: 50px;
  font-size: 14px;
  color: #999;
  float: right;
}
.newslist li:hover {
  padding-left: 30px;
}
.newslist li:hover a {
  color: #d6181a;
}
.con2,
.con3,
.con4 {
  margin-top: 30px;
  overflow: hidden;
}
.con2 a img {
  display: block;
  width: 100%;
  overflow: hidden;
}
.con3 .title {
  margin-bottom: 30px;
}
.con3 .con3tab {
  margin: 0 15px;
  height: 45px;
  padding: 5px 0;
  margin-bottom: 20px;
  text-align: center;
  border-radius: 55px;
  background: #d6181a;
  overflow: hidden;
}
.con3 .con3tab a {
  width: 230px;
  height: 45px;
  color: #fff;
  line-height: 45px;
  border-radius: 45px;
  font-size: 18px;
  margin: 0 15px;
  display: inline-block;
  vertical-align: middle;
}
.con3 .con3tab a.on {
  background: #af0002;
}
.con3 .con3tab a:hover {
  background: #af0002;
}
.con3 .tabcon {
  width: 1170px;
  padding: 0 15px;
  overflow: hidden;
  position: relative;
}
.con3 .tabcon ul {
  width: 1200px;
  display: none;
  height:400px;
}
.con3 .tabcon .newslist li {
  width: 460px;
  float: left;
  margin-right: 80px;
  margin-top: 10px;
  padding-left: 60px;
}
.con3 .tabcon .newslist li::before {
  content: "";
  position: absolute;
  width: 28px;
  height: 20px;
  background: url(img13.png) 0 center no-repeat;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  overflow: hidden;
}
.con4 .title {
  margin-bottom: 30px;
}
.con4inner {
  width: 1020px;
  height: 560px;
  padding-left: 180px;
  background: #e68200 url(banner-shelf.jpg) center bottom no-repeat;
  overflow: hidden;
}
.con4inner a.shu1:nth-child(3) {
  margin-right: 25px;
}
.con4inner a.shu1 {
  width: 95px;
  height: 430px;
  float: left;
  margin-top: 30px;
  margin-right: 8px;
  background: url(bxbg1.png) 0 0 no-repeat;
  background-size: 100% 100%;
  position: relative;
}
.con4inner a.shu1 span {
  font-size: 16px;
  color: #9b0002;
  width: 27px;
  height: 190px;
  display: flex;
  align-items: center;
  padding: 0 10px;
  left: 50%;
  top: 85px;
  text-align: center;
  position: absolute;
  transform: translateX(-50%);
}
.con4inner a span em {
  font-size: 18px;
}
.con4inner a.shu2 {
  width: 56px;
  height: 411px;
  float: left;
  display: flex;
  align-items: center;
  margin-top: 50px;
  margin-right: 5px;
  background: url(bxbg2.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
.con4inner a.shu2 span {
  font-size: 16px;
  color: #fff;
  width: 27px;
  padding: 0 10px 0 15px;
  text-align: center;
}
.con4inner a.more {
  width: 95px;
  height: 411px;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
  margin-left: 43px;
  background: #771f1f;
  transform: rotateZ(-15deg);
}
.con4inner a.more span {
  font-size: 16px;
  color: #fff;
  width: 27px;
  padding: 0 10px 0 15px;
  text-align: center;
}
.con4inner a.more span i {
  transform: rotateZ(-15deg);
}
.con5 {
  width: 100%;
  height: 519px;
  padding: 40px 0;
  margin-top: 30px;
  background: #dcc8ad url(con5bg.png) 0 0 no-repeat;
}
.con5 .con5inner {
  overflow: hidden;
}
.con5 .xcjytabs {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 15px;
}
.con5 .xcjytabs a {
  margin: 0 15px;
  font-size: 22px;
  color: #797979;
}
.con5 .xcjytabs a.on {
  color: #d6181a;
}
.con5 .con5inner .tyimg {
  float: left;
  margin-top: 110px;
  overflow: hidden;
}
.con5 .con5inner .lunb {
  float: left;
  width: 1200px;
  height: 387px;
 /* padding-top: 30px;*/
  padding-left: 20px;
  /*background: url(../img/xianbg.png) 0 0 no-repeat;*/
}

.con5 .con5inner .lunbSwiper.swiper-container {
  width: 930px;
  height: 387px;
  padding-top: 190px;
  margin: 0 auto;
}

.con5 .con5inner .lunbSwiper .swiper-slide {
  text-align: center;
  font-size: 18px;
   /*background: #fff; 
  box-shadow: 0 0 15px #999;*/
  overflow: hidden;
}

.con5 .con5inner .lunbSwiper .swiper-slide img {
  border: 5px solid white;
    display: block;
    width: 90%;
    border-radius: 5px
}
.con5 .con5inner .lunbSwiper .swiper-slide-next {
  width: 138.333px;
  transition-duration: 0ms;
  margin-right: 20px;
  transform: translate3d(0px, 5.0632px, 100px) scale(0.883263) ;
}
.link {
  width: 100%;
  height: 100px;
  background: #f7f7f7;
  overflow: hidden;
}
.linkinner {
  width: 100%;
  height: 100px;
  line-height: 100px;
  font-size: 0;
  overflow: hidden;
}
.linkinner span {
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
  color: #d6181a;
  font-size: 18px;
}
.linkinner a {
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
  font-size: 14px;
  margin-left: 32px;
}
.linkinner a:hover {
  color: #d6181a;
}
.foot {
  width: 100%;
  background: #d6181a;
  padding: 20px 0 30px;
  overflow: hidden;
}
.footinner {
  width: 100%;
  font-size: 0;
  text-align: center;
  position: relative;
}
.footinner > div {
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
}
.footinner .img1 {
  width: 97px;
  height: 119px;
  margin-right: 80px;
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
}
.footinner p {
  font-size: 14px;
  color: #fff;
  margin-bottom: 10px;
  text-align: center;
}
.footinner p:last-child {
  margin-bottom: 0;
}
.footinner p a {
  color: #fff;
}

.footinner .wxewm {
  width: 96px;
  height: 96px;
  margin-left: 80px;
  display: inline-block;
  vertical-align: middle;
}
.picScroll-left .bd {
  width: 85%;
  overflow: hidden;
  margin:60px 0 0 60px;
}
.picScroll-left .bd .picList {
  width: 1230px;
}
.picScroll-left .bd .picList li {
  width: 150px;
  margin-right: 25px;
}
.picScroll-left .bd .picList li .pic {
  width: 150px;
  padding: 5px;
  margin-bottom: 15px;
 
}
.picScroll-left .bd .picList li .name {
  font-size: 18px;
  text-align: center;
}