html,
body {
  width: 100%;
  height: 100%;
}

body {
  background-color: #fff8e6;
  background-image: url(../images/bg.png);
  background-size: inherit;
  background-position: 50% 0;
  background-repeat: no-repeat;
}
.topbar {
    height: 28px;
    border-bottom: solid 1px #e6e6e6;
    background: #f6f6f6;
    color: #666;
    line-height: 28px
}

.topbar:after {
    clear: both;
    display: block;
    overflow: hidden;
    height: 0;
    content: '';
    line-height: 0
}

.topbar-left {
    padding: 0
}

.topbar-right {
    height: 32px;
    border-radius: 0 0 20px 20px;
    background-color: rgba(255, 252, 252, .176470588235294);
    line-height: 32px
}

.topbar-right ul {
    float: right
}

.topbar-right ul li {
    position: relative;
    float: left;
    margin-left: 20px
}

.topbar-right ul li>img {
    margin-right: 6px;
    vertical-align: middle
}

.topbar-right ul li .ma {
    position: absolute;
    top: 40px;
    left: 0;
    z-index: 99999;
    display: none;
    padding: 0 10px 5px 10px;
    width: 100px;
    background: rgba(0, 0, 0, .3);
    text-align: center;
    line-height: 16px;
    opacity: 0;
    -webkit-transition: all .36s cubic-bezier(.215, .61, .355, 1) 0s;
    -moz-transition: all .36s cubic-bezier(.215, .61, .355, 1) 0s;
    -o-transition: all .36s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: all .36s cubic-bezier(.215, .61, .355, 1) 0s;
    -ms-transition: all .36s cubic-bezier(.215, .61, .355, 1) 0s
}

.topbar-right ul li .ma:before {
    position: relative;
    top: -12px;
    display: inline-block;
    width: 0;
    height: 0;
    border: 5px solid;
    border-color: transparent transparent rgba(0, 0, 0, .3);
    content: ''
}

.topbar-right ul li:hover .ma {
    display: block;
    opacity: 1
}
header>div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 120px;
}

header h2 {
  width: 325px;
  height: 52px;
  background-image: url(../images/logo.png);
  background-size: cover;
  background-repeat: no-repeat;
  color: transparent;
}
.tel-wrapper {
  display:flex;
}
.tel {
  width: 55px;
  height: 35px;
  margin-right: 15px;
  background-image: url(../images/tel.png);
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
}

.slideBox-banner {
    position: absolute;
    overflow: hidden;
    height: 250px;
    margin-left:16px;
}
.slideBox-banner .bottom {
    width:75px;
    height: 20px;
    position: absolute;
    bottom:0;
    left:135px;
    opacity: 0.6;
    z-index:10;  
}
.slideBox-banner .bottom-yswy {
    width:75px;
    height: 20px;
    position: absolute;
    bottom:0;
    left:135px;
    opacity: 0.6;
    z-index:10;  
}
.slideBox-banner .bottom-whcy {
    width:75px;
    height: 20px;
    position: absolute;
    bottom:0;
    left:135px;
    opacity: 0.6;
    z-index:10;  
}
.slideBox-banner .hd {
    position: absolute;
    height: 20px;
    top: 230px;
    left: 140px;
    z-index:10;
}

.slideBox-banner .hd ul {
    overflow: hidden;
    text-align: center;
    zoom: 1;
}

.slideBox-banner .hd ul li {
    display: inline-block;
    overflow: hidden;
    margin: 0 5px;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background: rgba(255, 255, 255, .6);
    text-align: center;
    font-size: 0;
    line-height: 0;
    cursor: pointer;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s
}

.slideBox-banner .hd ul li.on {
    width: 16px;
    background: #fff;
    color: #fff
}

.slideBox-banner .bd {
    position: relative;
    z-index: 0;
    height: 100%;
    width:340px;
}

.slideBox-banner .bd li {
    vertical-align: middle;
    text-align: center;
    zoom: 1
}

.slideBox-banner .bd li a {
    display: block;
    height: 250px;
    background-position: center;
    background-repeat: no-repeat
}
.nav>li {
    position: relative;
    z-index: 999;
    float: left;
    display: block;
    height: 40px;
    color: #fff;
    font-size: 16px;
    line-height: 40px;
    /* border-right:1px solid #eeeeee; */
}

.nav>li a {
    display: block;
    padding: 0 56px;
    color: #fff;
    text-align: center
}
.nav .line{
    float: left;
    width:1px;
    height:32px;
    background:#eee;
    margin-top:4px;
}
.nav>li.hover a,
.nav>li.hover a:hover {
    background: #956a2b;
    background-size: cover;
    color: #fff
}

.nav>li>ul {
    position: absolute;
    top: 40px;
    right: 0;
    left: 0;
    display: none;
    background: #956a2b
}

.nav>li:hover>a {
    background: #956a2b
}

.nav>li>ul>li:hover a {
    background: #956a2b
}

.nav>li:hover>ul {
    display: block
}



/* 主体 */
.main {
  margin-top: 30px;
  margin-bottom: 30px;
}

.main .part {
  background-color: #fff;
  padding: 0 16px;
}

.main .part .part-head>div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 15px 0px;
  border-bottom: 1px solid #e0e0e0;
}

.main .part .part-head>div h3 {
  padding-left: 20px;
  font-size: 16px;
  font-weight: normal;
}

.main .part .part-head>div::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: '';
  width: 10px;
  height: 28px;
  background-color: #956a2b;
}

.main .part .part-head .more a {
  display: inline-block;
  width: 66px;
  height: 22px;
  border: 1px solid #c4c4c4;
  text-align: center;
  font-size: 12px;
  line-height: 22px;
  color: #c4c4c4;
}

.part-body {
  display: flex;
  padding-top: 12px;
}

/* part-1 */
.main .part-1 .part-head>div {
  border-bottom: unset;
}

.part-1 .part-body {
  padding-top: 0;
}

.part-1 {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.part-1 .part {
  width: 75%;
}

.part-1 .slider {
  position: relative;
  width: 320px;
  height: 260px;
  margin: 0 0 8px 8px;
}

.part-1 .slider ul {
  position: absolute;
}

.part-1 .slider ul li {
  float: left;
}

.part-1 .slider .slider-container {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.part-1 .slider .slider-container li {
  padding: 15px;
  width: 100%;
  height: 100%;
}

.part-1 .slider .slider-container li a {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.part-1 .slider .slider-container li a img {
  width: 100%;
  height: 100%;
  background-color: #e8e8e8;
}

.part-1 .slider .slider-pager {
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}

.part-1 .slider .slider-pager li {
  width: 12px;
  height: 6px;
  margin-right: 4px;
  background-color: #fff;
}

.part-1 .slider .slider-pager li.active {
  width: 38px;
  background-color: #956a2b;
}

.part-1 .list {
  width: calc(100% - 320px);
  padding-left: 16px;
}

.part-1 .list p {
  padding-left: 8px;
  padding-bottom: 20px;
  margin-right: 18px;
  border-bottom: 1px solid #c4c4c4;
  font-size: 18px;
}

.part-1 .list ul,
.part-1 .list ul li {
  width: 100%;
}

.part-1 .list ul li a {
  width: 100%;
  display: inline-block;
  font-size: 14px;
  line-height: 32px;
}

.part-1 .list ul li a:hover {
  color: #956a2b;
}

.part-1 .list ul li a span:nth-of-type(1) {
  float: left;
  width: 80%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.part-1 .list ul li a span:nth-of-type(2) {
  float: right;
  width: 15%;
}

.part-1 .aside {
  width: 25%;
  padding-left: 8px;
}

.part-1 .aside ul {
  width: 100%;
  background-repeat: repeat-x;
}

.part-1 .aside ul li {
  width: 100%;
  margin-bottom: 4px;
}

.part-1 .aside ul li a {
  display: inline-block;
  width: 100%;
  height: 60px;
  border: 1px solid #472d07;
  background-image: url(../images/aside-bg.png);
  background-repeat: repeat-x;
  text-align: center;
  line-height: 60px;
  font-size: 20px;
  letter-spacing: 3px;
  color: #f5f0ee;
  cursor: pointer;
}

/* part-2 */
.part-2 {
  margin-top: 4px;
  padding: 8px;
  background-color: #fff;
}

.part-2 .header {
  width: 135px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background-color: #956a2b;
  color: #f5f0ee;
  float: left;
}

/* part-3 */
.part-3 {
  margin-top: 4px;
}

.part-3 .slider {
  width: 100%;
  height: 230px;
  overflow: hidden;
  border-bottom: 1px solid #e0e0e0;
}

.part-3 .slider ul {
  width: 3230px;
  height: 190px;
  animation: moveLeft 30s linear infinite;
}

/* hover停止动画 */
.part-3 .slider:hover ul {
  animation-play-state: paused;
}

/* 有n张图片 则translateX为（-n*190px） */
@keyframes moveLeft {
  to {
    transform: translateX(-1710px);
  }
}

.part-3 .slider ul li {
  float: left;
  width: 190px;
}

.part-3 .slider ul li a {
  display: inline-block;
  width: 160px;
  margin-right: 30px;
}

.part-3 .slider ul li a img {
  width: 160px;
  height: 160px;
}

.part-3 .slider ul li:last-child a {
  padding-right: 0;
}

.part-3 .slider ul li p {
  width: 100%;
  padding-top: 10px;
  text-align: center;
  word-spacing: wrap;
}

/* part-4 */
.part-4 .part-body ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  height: 150px;
}

.part-4 .part-body ul li {
  float: left;
  width: 220px;
  height: 66px;
  border: 1px solid #ddd;
}

.part-4 .part-body ul li img {
  width: 100%;
  height: 100%;
}

footer {
  background-color: #956a2b;
}
.path{height:45px;text-align:right;font-size:14px;line-height:45px}
.path .cur{color:#c80000}
.path a{color:#666}
.wrap-page{margin-bottom:20px;min-height:500px;border:1px solid #ddd;background:#f0f0f0}
.list_left{width:20%}
.list_nav{border:0 solid #e8e8e8}
.list_nav h3{padding:30px 30px 20px 0;color:#333;text-align:right;font-size:20px}
.list_nav h3 i{margin-right:10px}
.list_nav h5{padding:0 20px;height:40px;background-color:#c80000;color:#fff;line-height:40px}
.list_nav ul{overflow:hidden;padding:0}
.list_nav ul li{float:left;width:100%;border-bottom:0 solid #f9f9f9}
.list_nav ul li a{display:block;padding-right:30px;height:45px;text-align:right;font-size:16px;line-height:45px}
.list_nav ul li a.cur,.list_nav ul li a:hover{border-left:2px solid #c80000;background:#fff;color:#c80000}
.list_right{padding-bottom:20px;width:80%;min-height:500px;border:0 solid #e8e8e8;background-color:#fff}
.list_con{padding:35px}
.list_con h1{margin-bottom:10px;color:#333;font-weight:300;font-size:28px}
.list_con h1 i{margin-right:10px}
.list_con ul{padding:10px 0}
.list_con ul li{padding:25px 0;border-bottom:1px solid #efefef;font-size:16px}
.list_con ul li a i.p-icon-3{margin-right:10px;margin-left:5px}
.list_con ul li a:hover i.p-icon-3{background-position:-16px -54px}
.list_con ul li a:hover{color:#c80000}
.list_con ul li span.time{color:#666;font-size:14px}
.list_con ul.listimg li{position:relative;padding:15px 0;height:135px;border-bottom:1px solid #efefef;font-size:16px}
.list_con ul.listimg li h5{font-size:22px}
.list_con ul.listimg li .summary{padding-top:10px;color:#666;font-size:14px;line-height:25px}
.list_con ul.listimg li .more{position:absolute;right:0;bottom:10px;color:#c80000;font-size:14px}
.list_con ul.listimg li .slt{margin-right:20px;padding:5px;border:1px solid #ddd}
.list_infor{padding:35px;color:#666;font-size:14px;line-height:35px}
.list_infor h3{padding:15px 0 10px;color:#333;font-size:28px}
.list_infor h5{margin-bottom:20px;padding-bottom:25px;border-bottom:1px dotted #ccc;color:#666;font-size:16px}
.list_infor_foot{margin-top:50px}
.list_infor_foot .wz-list{margin-top:15px;padding-top:15px;border-top:1px solid #dcdcdc}
.list_infor_foot .wz-list li{float:left;width:50%;font-size:14px}
.list_infor_foot .wz-list li.li-r{text-align:right}
.list_infor_foot .a-next,.list_infor_foot .a-pre{color:#c80000}
.list_infor_foot .a-pre{margin-right:10px}
.list_infor_foot .a-next{margin-left:10px}
.text_ind20{text-indent:2em}
.list_con_page{padding:35px}
.list_con_page h1{margin-bottom:10px;padding-bottom:15px;border-bottom:1px solid #ccc;color:#333;font-weight:300;font-size:18px}
.list_con_page .content p{line-height:30px}