@charset "utf-8";
/*public start*/
html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
img {
  margin: 0;
  padding: 0;
}
body {
  font-size: 12px;
  font-family: "微软雅黑";
  color: #333;
  background: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  text-decoration: none;
  font-weight: normal;
  font-size: 100%;
}
img,
input,
button {
  border: none;
  padding: 0;
  margin: 0;
  outline-style: none;
}
select,
input,
textarea {
  font-size: 12px;
  margin: 0;
  padding: 0;
  outline: none;
}
select,
input {
  vertical-align: middle;
}
textarea {
  resize: none;
}
ul,
ol {
  list-style: none;
}
img {
  vertical-align: middle;
  font-size: 0;
  border: 0;
  outline: none;
}
i,
em {
  font-style: normal;
  text-decoration: none;
}
a {
  color: #000;
  text-decoration: none;
  outline: none;
}
/* .clear {
  clear: both;
}
.fix:after,
.fix:before {
  content: " ";
  display: table;
}
.fix:after {
  clear: both;
} */
.fl {
  float: left;
}
.fr {
  float: right;
}
.tc {
  text-align: center;
}
.last {
  margin-right: 0px !important;
}
.wrap {
  min-width: 1200px;
}
.content {
  width: 1200px;
  margin: 0 auto;
}
li {
  list-style-type: none;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-table;
}
/* Hides from IE-mac */
/* *html .clearfix {
	height: 1%;
  } */
.clearfix {
  display: block;
}
/* End hide from IE-mac */
* + html .clearfix {
  min-height: 1%;
}
.header,
.section1,
.section2,
.section3,
.section4,
.section5,
.section6,
.footer,
.bottom {
  width: 100%;
}
/*top*/
.header {
  height: 85px;
}
/*logo*/
.logo {
  float: left;
  line-height: 85px;
}
/*tmenu*/
.nav {
  float: left;
  margin-left: 100px;
}
.nav > li {
  float: left;
  font-size: 16px;
}
.nav > li > a {
  display: block;
  color: #000;
  height: 22px;
  padding: 0 40px;
  margin-top: 31px;
  border-right: 1px dashed #d9d9d9;
}
.cur a {
  color: #9f4536 !important;
}
.search-btn {
  display: block;
  float: right;
  width: 26px;
  height: 26px;
  -webkit-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  behavior: url(pie/PIE.htc);
  background-color: #323232;
  text-align: center;
  line-height: 22px;
  margin-top: 29px;
  cursor: pointer;
}
.header form {
  display: none;
  margin-top: 28px;
  float: right;
  width: 120px;
  border-bottom: 1px solid #323232;
  height: 23px;
  padding-right: 5px;
}
.header form input[type=text] {
  width: 92px;
  padding-left: 5px;
  float: left;
  line-height: 23px;
}
.header form input[type=submit] {
  float: left;
  width: 23px;
  height: 23px;
  background: url(../images/search1.png) no-repeat center center;
  cursor: pointer;
}
/*banner*/
.banner,
.pagebanner {
  width: 100%;
}
.banner img,
.pagebanner img {
  width: 100%;
  vertical-align: middle;
}
.flexslider {
  position: relative;
  overflow: hidden;
}
.slides {
  position: relative;
  z-index: 1;
}
.slides li {
  width: 100%;
}
.slides li img {
  width: 100%;
}
.flex-control-nav {
  position: absolute;
  bottom: 10px;
  z-index: 2;
  width: 100%;
  text-align: center;
}
.flex-control-nav li {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 5px;
  *display: inline;
  zoom: 1;
  cursor: pointer;
  position: relative;
}
.flex-control-nav a {
  display: block;
  width: 8px;
  height: 8px;
  line-height: 40px;
  overflow: hidden;
  -webkit-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  behavior: url(pie/PIE.htc);
  background-color: white;
  transition: all 0.3s;
}
.flex-control-nav .flex-active {
  background-color: #9f4536;
}
.flex-direction-nav {
  position: absolute;
  z-index: 3;
  width: 100%;
  top: 45%;
}
.flex-direction-nav li a {
  display: block;
  width: 50px;
  height: 50px;
  overflow: hidden;
  cursor: pointer;
  position: absolute;
}
.flex-direction-nav li a.flex-prev {
  display: none;
  left: 40px;
  background-color: rgba(0, 0, 0, 0.6);
  width: 40px;
  height: 40px;
  border-radius: 100%;
}
.flex-direction-nav li a.flex-prev:hover {
  background-color: rgba(18, 170, 238, 0.6);
}
.flex-direction-nav li a.flex-next {
  display: none;
  right: 40px;
  background-color: rgba(0, 0, 0, 0.6);
  width: 40px;
  height: 40px;
  border-radius: 100%;
}
.flex-direction-nav li a.flex-next:hover {
  background-color: rgba(18, 170, 238, 0.6);
}
.banner-text {
  position: absolute;
  color: white;
  top: 40%;
}
.banner-text dt {
  font-size: 40px;
  margin-bottom: 5px;
}
.banner-text dd {
  font-size: 20px;
}
.banner-text a {
  display: block;
  border: 1px solid white;
  width: 128px;
  text-align: center;
  height: 34px;
  line-height: 34px;
  color: white;
  margin-top: 30px;
  -webkit-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  behavior: url(pie/PIE.htc);
}
.int {
  background: url(../images/int.png) no-repeat bottom center;
  padding-bottom: 20px;
  color: #9f4536;
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 30px;
}
.int1 {
  text-align: left !important;
  background: url(../images/int1.png) no-repeat bottom left !important;
}
.about {
  padding: 40px 0;
}
.about p {
  font-size: 15px;
  line-height: 2em;
  color: #737373;
}
.ab-more {
  width: 120px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  border: 1px solid #9f4536;
  display: block;
  font-size: 15px;
  color: #9f4536;
  margin-top: 30px;
}
/* .center {
  padding: 40px 0;
  background-color: #f5f5f5;
} */
.center h2 {
  font-size: 14px;
  text-align: center;
}
.d-menu {
  overflow: hidden;
  margin: 25px 0;
}
.d-menu li {
  width: 230px;
  -webkit-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  behavior: url(pie/PIE.htc);
  height: 40px;
  line-height: 40px;
  float: left;
  background-color: #e5e5e5;
  font-size: 14px;
  text-align: center;
  margin-left: 10px;
}
.d-menu li:first-child {
  margin-left: 0;
}
.on {
  background-color: #9f4536 !important;
}
.on a {
  color: white;
}
.s2-img {
  height: 285px;
  width: 285px;
  display: block;
  background: #fff;
}
.s2-img img {
  width: 100%;
  height: 100%;
}
.s2-text {
  display: block;
}
.s2-text dt {
  color: #333;
  text-align: center;
  margin: 15px 0px;
  font-size: 16px;
}
.s2-text dd {
  font-size: 12px;
  line-height: 20px;
}
.s2-lunbo-con {
  position: relative;
  overflow: hidden;
  height: 450px;
  width: 100%;
}
.s2-lunbo {
  width: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  height: 400px;
}
.s2-lunbo .swiper-container {
  height: 400px;
}
.s2-lunbo .swiper-slide:hover dt {
  color: #9f4536;
}
.s2-lunbo:first-child {
  opacity: 1;
}
.s2-lunbo .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background-color: #b4b4b4;
  opacity: 1;
}
.s2-lunbo .swiper-pagination-bullet-active {
  background-color: #e02f2f;
}
.news {
  padding: 40px 0;
}
.news li {
  width: 575px;
  float: right;
  margin-bottom: 30px;
}
.news li:nth-child(odd) {
  float: left;
}
.news li:hover dt {
  color: #9f4536;
}
.news li dl {
  width: 400px;
  float: left;
  padding: 10px 0;
}
.news li dl dt {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 15px;
}
.news li dl dd {
  font-size: 15px;
  line-height: 1.7em;
  color: #666;
}
.news li dl dd a {
  float: right;
  color: #9f4536;
}
.n-img {
  width: 150px;
  height: 100px;
  float: left;
  margin-right: 20px;
}
/*main*/
/*bottom*/
.footer {
  border-top: 2px solid #9f4536;
  background-color: #525151;
  overflow: hidden;
}
.f-top {
  color: white;
  padding: 20px 0;
  text-align: center;
  font-size: 16px;
  background: url(../images/ft.png) no-repeat bottom center;
}
.f-top li {
  display: inline-block;
  padding: 0 30px;
}
.f-top a {
  color: white;
}
.f-center {
  padding: 25px 0;
  color: white;
  font-size: 14px;
  line-height: 2em;
  text-align: center;
}
.copy {
  text-align: center;
  font-size: 13px;
  color: white;
  background-color: #4b4a4a;
  line-height: 35px;
  height: 35px;
}
.sn {
  height: 30px;
  width: 30px;
  position: absolute;
  border: 1px solid #9f4536;
  right: 560px;
  -webkit-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  behavior: url(pie/PIE.htc);
  z-index: 100;
  bottom: 0;
  cursor: pointer;
  background: url(../images/r1.png) no-repeat center center;
  background-color: #fff;
}
.sn:hover {
  background: url(../images/r2.png) no-repeat center center;
  background-color: #9f4536;
}
.sp {
  height: 30px;
  width: 30px;
  position: absolute;
  border: 1px solid #9f4536;
  -webkit-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  behavior: url(pie/PIE.htc);
  left: 560px;
  background: url(../images/l1.png) no-repeat center center;
  background-color: #fff;
  bottom: 0;
  z-index: 100;
  cursor: pointer;
}
.sp:hover {
  background: url(../images/l2.png) no-repeat center center;
  background-color: #9f4536;
}
.p-menu {
  overflow: hidden;
  padding: 30px 0;
}
.p-menu li {
  width: 230px;
  -webkit-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  behavior: url(pie/PIE.htc);
  height: 40px;
  line-height: 40px;
  float: left;
  background-color: #e5e5e5;
  font-size: 14px;
  text-align: center;
  margin-left: 10px;
}
.p-menu li:first-child {
  margin-left: 0;
}
.pon {
  background-color: #9f4536 !important;
}
.pon a {
  color: white;
}
.p-img {
  width: 280px;
  height: 280px;
}
.pb {
  display: none;
}
.pb:first-child {
  display: block;
}
.pbb li {
  width: 280px;
  margin-left: 25px;
  margin-bottom: 25px;
  float: left;
}
.pbb li:nth-child(4n+1) {
  margin-left: 0;
}
.pbb li:hover p {
  color: #9f4536;
}
.pbb li p {
  text-align: center;
  font-size: 16px;
  line-height: 3em;
}
.page {
  margin: 40px 0;
}
.page ul {
  text-align: center;
}
.page ul li {
  display: inline-block;
  vertical-align: top;
  margin: 0 2px;
  border: 1px solid #dcdcdc;
  padding: 5px 10px;
  background-color: #fff;
}
.page ul li a {
  display: block;
}
.nyp-cur {
  background-color: #9f4536 !important;
  border-color: #9f4536 !important;
}
.nyp-cur a {
  color: white;
}
/*lunbo*/
.mod18 {
  width: 420px;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.mod18 .btn {
  position: absolute;
  cursor: pointer;
  z-index: 99;
  font-size: 50px;
  font-weight: bold;
}
.mod18 #prevTop,
.mod18 #nextTop {
  top: 250px;
  width: 32px;
  height: 48px;
  display: none;
}
.mod18 #prev,
.mod18 #next {
  top: 450px;
  width: 18px;
  height: 58px;
}
.mod18 #prevTop {
  background: url(../images/l.png) 0 0 no-repeat;
  width: 10px;
  height: 35px;
  display: none;
}
.mod18 #nextTop {
  background: url(../images/r.png) 0 0 no-repeat;
  width: 10px;
  height: 35px;
  display: none;
}
.mod18 .prev {
  display: block;
  position: absolute;
  left: 0px;
  background: url(../images/l.png) no-repeat center;
}
.mod18 .prev:hover {
  background: url(../images/ll.png) no-repeat center;
}
.mod18 .next {
  display: block;
  position: absolute;
  left: 400px;
  background: url(../images/r.png) no-repeat center;
}
.mod18 .next:hover {
  background: url(../images/rr.png) no-repeat center;
}
.mod18 li {
  float: left;
}
.mod18 .cf li {
  position: relative;
  color: #fff;
}
.mod18 .cf a {
  display: block;
  width: 365px;
  height: 365px;
  position: absolute;
  color: #fff;
}
/* .mod18 .cf li span{display:block;width:486px;position:absolute;left:75px;bottom:0;padding:10px 20px;line-height:22px;text-align:left;background:rgba(0,0,0,0.6);filter:progid:DXImageTransform.Microsoft.gradient( GradientType = 0,startColorstr = "#60000000",endColorstr = "#60000000");} */
.mod18 .picBox {
  width: 420px;
  height: 420px;
  position: relative;
  overflow: hidden;
}
.mod18 .picBox ul {
  height: 420px;
  position: absolute;
  left: 0;
}
.mod18 .picBox li {
  width: 420px;
  height: 420px;
}
.mod18 .picBox li img {
  width: 420px;
  height: 420px;
}
.mod18 .listBox {
  width: 360px;
  height: 96px;
  margin: 15px 5px 0 30px;
  position: relative;
  overflow: hidden;
}
.mod18 .listBox .on {
  background-color: transparent !important;
}
.mod18 .listBox ul {
  height: 92px;
  position: absolute;
  width: 10000px !important;
}
.mod18 .listBox li {
  width: 80px;
  height: 80px;
  cursor: pointer;
  position: relative;
  padding-right: 10px;
}
.mod18 .listBox li i {
  display: none;
}
/* .mod18 .listBox li a{display:block;width:108px;height:77px;} */
.mod18 .listBox img {
  border: 3px solid #eee;
  width: 78px;
  height: 78px;
}
.mod18 .listBox .on img {
  border: 2px solid #21a8ad;
}
.mod18 .listBox .on i {
  display: block;
}
/*滑块*/
.magnifyingBegin {
  width: 200px;
  height: 200px;
  left: 0;
  top: 0;
  background-color: #454545;
  opacity: 0.5;
  filter: alpha(opacity=50);
  position: absolute;
  cursor: move;
  display: none;
}
/*放大镜显示区域*/
.magnifyingShow {
  /* 和下面相减是相等的 */
  width: 400px;
  height: 400px;
  display: none;
  position: absolute;
  left: 510px;
  top: 0px;
  overflow: hidden;
  z-index: 100;
  background-color: #454545;
}
.magnifyingShow > img {
  width: 840px;
  height: 840px;
  margin-left: 0px;
  margin-top: 0;
}
.nyd_left {
  width: 420px;
  float: left;
}
.nyd-right {
  float: right;
  width: 680px;
  margin-left: 100px;
}
.nyd-right h3 {
  color: #9f4536;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
}
.nyd-right h2 {
  font-size: 18px;
  margin-bottom: 20px;
  color: #3a3a3a;
  font-weight: bold;
}
.nyd-right li {
  padding-top: 17px;
  font-size: 14px;
  padding-bottom: 17px;
  border-bottom: 1px dashed #dcdcdc;
}
/* .nyd-right li:last-child {
  border: 0;
} */
.nyr-details {
  overflow: hidden;
}
.ttext {
  margin-top: 70px;
}
.ttm {
  overflow: hidden;
  border-bottom: 1px solid #9f4536;
  margin-bottom: 35px;
}
.ttm li {
  float: left;
  width: 158px;
  border: 1px solid #9f4536;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  margin-left: 10px;
  margin-bottom: -1px;
  background-color: #fff;
}
.ttm li a {
  color: #9f4536;
  display: block;
}
.ton {
  background-color: #9f4536 !important;
}
.ton a {
  color: white!important;
}
.tbox {
  display: none;
}
.tbox:first-child {
  display: block;
}
.tbox li {
  list-style: disc;
  font-size: 14px;
  line-height: 2.2em;
}
.t-con {
  padding-bottom: 50px;
}
