﻿* {
  margin: 0px;
  padding: 0;
  /*list-style:none; word-break:break-word; outline:none;*/
  vertical-align: top;
}

body,
html {
  font-size: 14px;
  color: #333;
  font-weight: normal;
  font-family: "微软雅黑";
  -webkit-text-size-adjust: 100%;
  min-width: 1200px;
  color: #333;
  height: 100%;
}

input,
button,
select {
  border: 0;
  font-size: 14px;
  font-family: "微软雅黑";
  outline: none;
}

textarea {
  outline: none;
}

button {
  -webkit-appearance: none;
}

a,
button,
input,
textarea {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

table {
  border-collapse: collapse;
  vertical-align: middle;
}

tr,
td {
  vertical-align: middle;
}

img {
  border: 0;
  padding: 0;
  display: inline-block;
  max-width: 100%
}

a {
  text-decoration: none;
  color: #333;
  transition: color .1s ease-in-out, background .1s ease-in-out, border .1s ease-in-out;
  -webkit-transition: color .1s ease-in-out, background .1s ease-in-out, border .1s ease-in-out;
}

li {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 14px;
  font-weight: normal;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden
}

.clearfix::after {
  content: "";
  display: block;
  height: 0px;
  width: 0px;
  clear: both;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

input,
textarea {
  font-family: "寰蒋闆呴粦";
}

input[type="button"],
input[type="submit"],
input[type="reset"],
button {
  -webkit-appearance: none;
  cursor: pointer;
}

.clear {
  clear: both;
  height: 0;
  font-size: 0;
  overflow: hidden;
}

.table {
  display: table;
  height: 100%;
  width: 100%;
}

.table-cell {
  height: 100%;
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}

.boxsizing {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #999;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right
}

.bgf7f7f7 {
  background: #f7f7f7;
}

header .container {
  padding: 10px 0px;
}

.container {
  width: 1200px;
  margin:0 auto
}

.top_tel {
  margin-top: 20px;
  padding: 16px 0 0 46px;
  background: url(../images/top_tel.png) no-repeat 0 0;
  min-width: 124px;
}

.top_tel p {
  height: 24px;
  line-height: 24px;
  font-size: 18px;
  color: #59413d;
  font-weight: bold;
}

.logo span {
  font-size: 25px;
  line-height: 70px;
  padding-left: 16px;
}

.navi a {
  float: left;
  padding: 12px 40px 0 15px;
  height: 58px;
  background: url(../images/navi_bg_01.png) no-repeat 0 center;
}

.navi .on .cn,
.navi .on .en {
  color: #333;
}

.navi a .en {
  height: 16px;
  line-height: 16px;
  font-size: 12px;
  color: #999;
  text-transform: uppercase;
}

.navi .on {
  background: url(../images/navi_bg_02.png) no-repeat 0 center;
  font-weight: bold
}
.navi a {
  float: left;
  padding: 12px 50px 0 15px;
  height: 58px;
  background: url(../images/navi_bg_01.png) no-repeat 0 center;
}
.navi a .cn {
  height: 26px;
  line-height: 26px;
  font-size: 18px;
  color: #666;
}
.index_banner{
  height: 850px;
  position: relative;
}


 
.index_banner .hd{
  position: absolute;
  width: 100%;
  /* min-width: 1200px; */
  bottom: 30px;
  text-align: center;
  font-size: 0;
}
/* .index_banner .hd span{
  display: inline-block;
  width: 40px;
  height: 6px;
  margin: 0 10px;
  background: url(../images/hdbg01.jpg) no-repeat center center;
  cursor: pointer;
}
.index_banner .hd span.on{
  background: url(../images/hdbg02.jpg) no-repeat center center;
} */
.index_banner .arrow_btn{
  position: relative;
  z-index: 2;
}
.index_banner .arrow_btn a{
  display: block;
  width: 76px;
  height: 92px;
  position: absolute;
  top: 379px;
}
.index_banner .arrow_btn .prev{
  background: url(../images/arrowprev01.png) no-repeat 0 0;
  left: 0;
}
.index_banner .arrow_btn .next{
  background: url(../images/arrownext01.png) no-repeat 0 0;
  right: 0;
}
.index_banner .arrow_btn .prev:hover{
  background: url(../images/arrowprev02.png) no-repeat 0 0;
}
.index_banner .arrow_btn .next:hover{
  background: url(../images/arrownext02.png) no-repeat 0 0;
}
.navi a:hover .cn,
.navi a:hover .en {
  color: #333;
}

.index_company {
  padding-bottom: 300px;
  background: url(../images/index_company_bg_02.jpg) no-repeat center bottom;
}

.index_company .index_company_box {
  padding-top: 100px;
  background: url(../images/index_company_bg_01.jpg) no-repeat center 40px;
}

.index_company .index_company_box .wz_info {
  width: 398px;
  float: left;
}

.index_company .index_company_box .wz_info .title {
  line-height: 50px;
  padding: 15px 0;
  font-size: 24px;
  color: #333;
}

.index_company .index_company_box .wz_info .infor {
  line-height: 26px;
  font-size: 14px;
  color: #999;
}

.index_company .index_company_box .wz_info .btn {
bottom:0px;
  width: 128px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  background: #59413d;
  border: 1px solid #4a3321;
  display: block;
  margin-top: 20px;
  text-align: center;
 position: relative;
 left:0%;
 margin-left:0px
}

.index_company .index_company_box .wz_info .btn span {
  display: inline-block;
  height: 38px;
  line-height: 38px;
  font-size: 14px;
  color: #fff;
  padding-right: 18px;
  background: url(../images/right_arrow.png) no-repeat right center;
}

.index_company .index_company_box .video_info {
  width: 700px;
  height: 394px;
  padding: 30px;
  float: right;
  background: url(../images/index_video_bg.png);
}

.index_titleBox img {
  display: block;
  margin: 0 auto;
}

.module-title {
  text-align: center;
  font-size: 0px;
  color: #59413D;
}

.module-title span {
  border-left: 1px solid #59413D;
  display: inline-block;
  height: 26px;
  font-size: 33px;
  line-height: 20px;
  padding: 0px 25px;
}

.module-title p {
  display: inline-block;
  width: 35px;
  height: 14px;
  border-bottom: 1px solid #59413D
}

.module-title span:nth-last-child(2) {
  border-right: 1px solid #59413D;
}

.en-title {
  font-size: 12px;
  padding-top: 10px;
  text-align: center
}

.index_culture {
  height: 1010px;
  background: url(../images/index_culture_bg.jpg) no-repeat center 0;
}

.cultureList {
  font-size: 0;
}

.cultureList li {
  display: inline-block;
  width: 178px;
  margin-left: 73px;
  text-align: center;
}

.culTit {
  width: 160px;
  height: 160px;
  margin: 0 auto;
  color: #fff;
  background: #59413d;
  background: url(../images/cbg1.png) no-repeat;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  display: table;

}

.culTit div {
  display: table-cell;
  vertical-align: middle
}

.culTit span {
  display: block;
  width: 80px;
  text-align: justify;
  font-size: 30px;
  margin: 0px auto;
  text-align: center;
}

.cul-border {
  width: 120px;
  height: 1px;
  margin: 59px auto 35px;
  background: #59413d;
}

.cul-tit {
  min-height: 255px;
  font-size: 0;
  color: #59413d;
}

.cul-tit p {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.culT-small {
  font-size: 16px;
  /*writing-mode: vertical-rl; writing-mode: tb-rl;*/
  text-align: start;
  writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  *writing-mode: tb-rl;
}

.culT-big {
  margin-left: 8px;
  font-size: 30px;
  /*writing-mode: vertical-rl; writing-mode: tb-rl; */
  writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  *writing-mode: tb-rl;
}

.headMenu.fixedStyle {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100;
  background: #fff;
}

.index_culture{
  height: 1010px;
  background: url(../images/index_culture_bg.jpg) no-repeat center 0;
}
.index_culture .index_culture_box img{
  display: block;
  margin: 0 auto;
}
/*--é¦–é¡µå“ç‰Œå½¢è±¡--*/
.index_brand{
  height: 900px;
  background: #000;
  position: relative;
}
.index_brand .index_brand_box{
  height: 900px;
  overflow: hidden;
}
.index_brand .index_brand_box .bd ul{
  height: 900px;
}
.index_brand .index_brand_box li{ height: 1010px; }
.index_brand .index_brand_box .arrow_btn{
  position: relative;
  z-index: 2;
}
.index_brand .index_brand_box .arrow_btn a{
  display: block;
  width: 76px;
  height: 92px;
  position: absolute;
  top: 379px;
}
.index_brand .index_brand_box .arrow_btn .prev{
  background: url(../images/arrowprev01.png) no-repeat 0 0;
  left: 0;
}
.index_brand .index_brand_box .arrow_btn .next{
  background: url(../images/arrownext01.png) no-repeat 0 0;
  right: 0;
}
.index_brand .index_brand_box .arrow_btn .prev:hover{
  background: url(../images/arrowprev02.png) no-repeat 0 0;
}
.index_brand .index_brand_box .arrow_btn .next:hover{
  background: url(../images/arrownext02.png) no-repeat 0 0;
}
.index_brand .index_brand_box .btn{
  position: absolute;
  bottom: 76px;
  left: 50%;
  margin-left: -65px;
  width: 128px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  border: 1px solid #fff;
  display: block;
  text-align: center;
}
.index_brand .index_brand_box .btn span{
  display:inline-block;
  height: 38px;
  line-height: 38px;
  font-size: 14px;
  color: #fff;
  padding-right: 18px;
  background: url(../images/right_arrow.png) no-repeat right center;
}
.index_brand .index_brand_box .pageState{
  height: 40px;
  line-height: 40px;
  position: absolute;
  top: 890px;
  right: 60px;
  font-size: 24px;
  color: #fff;
}
.index_brand .index_brand_top{
  width: 100%;
  height: 116px;
  min-width: 1200px;
  position: absolute;
  bottom: 0;
  background: url(../images/heibg.png);
}
.index_brand .index_brand_top .index_brand_menu{
  width: 1200px;
  margin: 35px auto 0;
}
.index_brand .index_brand_top .index_brand_menu ul{
  width: 728px;
  overflow: hidden;
  margin: 0 auto;
  background: url(../images/line01.png) no-repeat 0 10px;
}
.index_brand .index_brand_top .index_brand_menu ul li{
  width: 182px;
  height: 56px;
  float: left;
  background: url(../images/line01.png) no-repeat right 10px;
  cursor:pointer;
}
.index_brand .index_brand_top .index_brand_menu ul li a{
  display: block;
  width: 80px;
  height: 52px;
  line-height: 48px;
  font-size: 20px;
  color: #fff;
  margin: 0 auto;  
  text-align: center;
}
.index_brand .index_brand_top .index_brand_menu ul li.on a{
  border-bottom: 4px solid #fff;
}

.other-style.index_brand .index_brand_top {
  top: 0;
  bottom: auto;
}

.other-style.index_brand .index_brand_top {
  height: auto;
}

.other-style.index_brand .index_brand_top .index_brand_menu {
  padding-bottom: 20px;
}

.other-style.index_brand .index_brand_box .btn {
  z-index: 5;
}

.other-style.index_brand .index_brand_box .pageState {
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 80px 60px 76px;
  text-align: right;
  background: url(../images/heibg.png) repeat;
}

.cul-table table {
  width: 100%;
  margin-top: 15px;
  text-align: center;
  border: 1px solid #bebebe;
  border-right: 0;
  border-bottom: 0;
}

.cul-table table td {
  border: solid #bebebe;
  border-width: 0 1px 1px;
}

.cul-table thead {
  font-weight: bold;
  color: #59413d;
  background: #f1f1f1;
}

.cul-table thead td {
  padding: 15px 0;
}

.cul-table tbody {
  font-size: 12px;
  line-height: 24px;
  color: #666;
}

.cul-table tbody td {
  padding: 15px 0;
}

.cul-border.borStyle {
  margin: 20px auto 0;
}

.goBottom {
  display: block;
  width: 100%;
  height: 28px;
  background: url(../images/arrow-b1.png) no-repeat center;
}

.tempWrap {
  height: 800px;
  position: relative;
}

.brand-top {
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  z-index: 99;
  width: 100%;
  height: 200px;
  color:#fff !important;
}
.brand-top .module-title span{
  color:#fff
}
.brand-top  .left-line,.brand-top  span,.brand-top  span:nth-last-child(2),.brand-top  .right-line{
  border-color: #fff;
}

.brand-bottom {
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  z-index: 99;
  width: 100%;
  bottom: 0px;
  height: 200px;
}

.btn {
  position: absolute;
  bottom: 76px;
  left: 50%;
  margin-left: -65px;
  width: 128px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  border: 1px solid #fff;
  display: block;
  text-align: center;
}
.index_news .btn {
  position: relative;
  bottom: 76px;

 left:0px;
  width: 128px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  border: 1px solid #fff;
  display: block;
  text-align: center;
}

.btn span {
  display: inline-block;
  height: 38px;
  line-height: 38px;
  font-size: 14px;
  color: #fff;
  padding-right: 18px;
  background: url(../images/right_arrow.png) no-repeat right center;
}

.index_news .index_news_box {
  overflow: hidden;
}

.index_news .index_news_box .news_tuijian {
  width: 580px;
  float: left;
}

.index_news .index_news_box .news_tuijian .bd {
  height: 560px;
  background: #59413d;
}

.index_news .index_news_box .news_tuijian .bd .pic {
  height: 406px;
}

.index_news .index_news_box .news_tuijian .bd .pic img {
  display: block;
  object-fit: cover;
}

.index_news .index_news_box .news_tuijian .bd .bg {
  padding: 22px 30px 0;
  position: relative;
}

.index_news .index_news_box .news_tuijian .bd .bg .title {
  line-height: 30px;
  font-size: 22px;
  color: #fff;
  margin-right: 82px;
  max-height: 60px;
  overflow: hidden;
}

.index_news .index_news_box .news_tuijian .bd .bg .tuijian {
  position: absolute;
  width: 54px;
  height: 22px;
  line-height: 22px;
  border: 1px solid #aca09e;
  text-align: center;
  font-size: 14px;
  color: #fff;
  top: 37px;
  right: 40px;
}

.index_news .index_news_box .news_tuijian .bd .bg .infor {
  line-height: 18px;
  max-height: 36px;
  font-size: 14px;
  color: #fff;
  margin-top: 10px;
  overflow: hidden;
}

.index_news .index_news_box .news_tuijian .bd .bg .time {
  line-height: 26px;
  font-size: 14px;
  color: #fff;
  margin-top: 10px;
}

.index_news .index_news_box .news_tuijian .hd {
  height: 16px;
}

.index_news .index_news_box .news_tuijian .hd span {
  width: 193px;
  height: 15px;
  float: left;
  border-bottom: 1px solid #e5e5e5;
}

.index_news .index_news_box .news_tuijian .hd span.on {
  height: 10px;
  border-bottom: 6px solid #59413d;
}

.index_news .index_news_box .index_news_list {
  width: 578px;
  float: right;
  border-top: 1px solid #e5e5e5;
}

.index_news .index_news_box .index_news_list a {
  display: block;
  height: 86px;
  padding-top: 28px;
  border-bottom: 1px solid #e5e5e5;
  background: url(../images/new_list_arrow_01.png) no-repeat 504px center;
}

.index_news .index_news_box .index_news_list a .time {
  width: 60px;
  float: left;
}

.index_news .index_news_box .index_news_list a .time .p01 {
  height: 29px;
  line-height: 28px;
  font-size: 16px;
  text-align: center;
  color: #333;
}

.index_news .index_news_box .index_news_list a .time .p02 {
  width: 44px;
  height: 30px;
  line-height: 30px;
  border-top: 1px solid #ddd;
  font-size: 14px;
  color: #999;
  margin: 0 auto;
  text-align: center;
}

.index_news .index_news_box .index_news_list a .infor {
  width: 354px;
  overflow: hidden;
  margin-left: 22px;
  float: left;
}

.index_news .index_news_box .index_news_list a .infor .p01 {
  height: 34px;
  line-height: 34px;
  font-size: 18px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #666;
}

.index_news .index_news_box .index_news_list a .infor .p02 {
  height: 22px;
  line-height: 22px;
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #999;
}

.index_news .index_news_box .index_news_list a:hover {
  background: #59413d url(../images/new_list_arrow_02.png) no-repeat 504px center;
  padding-left: 20px;
}

.index_news .index_news_box .index_news_list a:hover .time .p01,
.index_news .index_news_box .index_news_list a:hover .time .p02,
.index_news .index_news_box .index_news_list a:hover .infor .p01,
.index_news .index_news_box .index_news_list a:hover .infor .p02 {
  color: #fff;
}

.index_news .index_news_box .moreBtn {
  height: 40px;
  padding: 80px 0;
}

.index_news .index_news_box .moreBtn .btn {
  display: block;
  margin: 0 auto;
  width: 128px;
  height: 38px;
  line-height: 38px;
  background: #fff;
  border: 1px solid #59413d;
  display: block;
  margin-top: 80px;
  text-align: center;
}

.index_news .index_news_box .moreBtn .btn span {
  display: inline-block;
  height: 38px;
  line-height: 38px;
  font-size: 14px;
  color: #666;
  padding-right: 18px;
  background: url(../images/right_arrow_02.png) no-repeat right center;
}

.index_service {
  height: 1010px;
  background: url(../images/index_culture_bg.jpg) no-repeat center 0;
}

.index_service .index_service_box {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

.index_service .index_service_box .arrow_btn {
  position: relative;
  z-index: 2;
}

.index_service .index_service_box .arrow_btn a {
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 278px;
}

/* .index_service .index_service_box .arrow_btn .prev {
  background: url(../images/arrowprev03.png) no-repeat 0 0;
  left: -70px;
}

.index_service .index_service_box .arrow_btn .next {
  background: url(../images/arrownext03.png) no-repeat 0 0;
  right: -70px;
} */

.index_service .index_service_box .bd li {
  width: 300px;
  height: 606px;
  float: left;
}

.index_service .index_service_box .bd li a {
  display: block;
  padding-top: 70px;
  width: 300px;
  height: 536px;
  background: url(../images/index_service_bg_01.png) no-repeat center center;
}

.index_service .index_service_box .bd li a .title {
  height: 66px;
  width: 155px;
  margin: 0 auto;
  line-height: 44px;
  font-size: 28px;
  color: #666;
}

.index_service .index_service_box .bd li a .infor {
  height: 220px;
  width: 155px;
  margin: 0 auto;
  line-height: 30px;
  font-size: 14px;
  color: #666;
}

.index_service .index_service_box .bd li a .pic {
  width: 200px;
  margin: 10px auto 0;
}

.index_service .index_service_box .bd li a:hover {
  background: url(../images/index_service_bg_02.png) no-repeat center center;
}

.index_service .index_service_box .bd li a:hover .title,
.index_service .index_service_box .bd li a:hover .infor {
  color: #fff;
}

.index_service .index_service_box .moreBtn {
  margin-top: 80px;
}

.index_service .index_service_box .moreBtn .btn {
  display: block;
  margin: 0 auto;
  width: 128px;
  height: 38px;
  line-height: 38px;
  background: #fff;
  border: 1px solid #59413d;
  display: block;
  margin-top: 20px;
  text-align: center;
}

.index_service .index_service_box .moreBtn .btn span {
  display: inline-block;
  height: 38px;
  line-height: 38px;
  font-size: 14px;
  color: #666;
  padding-right: 18px;
  background: url(../images/right_arrow_02.png) no-repeat right center;
}

.index_join {
  height: 1010px;
  background: url(../images/index_join_bg.png) no-repeat center bottom;
}

.index_join .liucheng {
  min-width: 1200px;
  height: 231px;
  background: url(../images/index_join_pic.png) no-repeat center 0;
}

.index_join .biaodan {
  min-width: 1200px;
  height: 446px;
  background: url(../images/index_join_form_bg.png) no-repeat center 0;
}

.index_join .biaodan form {
  display: block;
  padding: 120px 0 0 300px;
}

.index_join .biaodan form .txt01 {
  width: 261px;
  height: 38px;
  line-height: 38px;
  border: 1px solid #e5e5e5;
  float: left;
  margin: 0 20px 20px 0;
  padding: 0 20px;
  font-size: 14px;
}

.index_join .biaodan form .txt02 {
  display: block;
  clear: both;
  width: 907px;
  height: 98px;
  line-height: 32px;
  border: 1px solid #e5e5e5;
  margin: 0 20px 20px 0;
  padding: 0 20px;
  font-size: 14px;
}

.index_join .biaodan form .submitBtn {
  width: 128px;
  height: 38px;
  background: #59413d;
  border: 1px solid #4a3321;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  margin: 14px 0 0 300px;
  z-index: 9999;
}

.footDiv {
  background: #59413d;
  padding: 40px 0;
}

.footDiv .footMenu {
  width: 786px;
  float: left;
}

.footDiv .footMenu .footMenuD {
  float: left;
  max-width: 345px;
  padding-top: 5px;
  margin-right: 42px;
}

.footDiv .footMenu .footMenuD h3 {
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  color: #fff;
}

.footDiv .footMenu .footMenuD .box a {
  display: block;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  color: #978b89;
}

.footDiv .footMenu .footMenuD .box a:hover {
  color: #fff;
}

.footDiv .footMenu .footMenuD .info dl {
  overflow: hidden;
}

.footDiv .footMenu .footMenuD .info dt {
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  color: #978b89;
  float: left;
}

.footDiv .footMenu .footMenuD .info dd {
  margin-left: 42px;
  line-height: 32px;
  font-size: 14px;
  color: #978b89;
}

.footDiv .footEwm {
  width: 414px;
  overflow: hidden;
}

.footDiv .footEwm ul {
  width: 444px;
}

.footDiv .footEwm li {
  width: 118px;
  float: right;
  margin-right: 30px;
}

.footDiv .footEwm li .ewm {
  width: 100px;
  height: 100px;
  padding: 8px;
  border: 1px solid #7a6764;
}

.footDiv .footEwm li .ewm img {
  display: block;
}

.footDiv .footEwm li .wz {
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 14px;
  color: #fff;
}

.footCopy {
  background: #59413d;
  border-top: 1px solid #786562;
}

.footCopy .w1200 {
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 14px;
  color: #fff;
}


.ny-banner .container{
 
  height: 356px;
  position: relative
}
.banner-title{
  color: #fff;
  position: absolute;
  bottom:50px;
}
.banner-title .cn{
 
  font-size: 40px;
}
.banner-title .en{
 
  font-size: 16px;
}

.cultureList li:hover .culTit{
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.footMenuD a{
  color:#fff;
}
.foot-bottom{
  border-top: 1px solid #fff;
  background: #59413D;
  text-align: center;
  padding:15px 0px;
  color:#fff;
}
.news-content{
  color:#F7F7F7;
}