
/*  页面重置样式  */
body,p,h1,h2,h3,h4,h5,li,span,i,ul,img,a,strong,input,button,textarea,select,dd,dl,dt,ol{
	margin:0;
	padding:0;
	word-wrap:break-word;
}
h1,h2,h3,h4,h5,h6{
	font-weight: normal;
}
body{
	font-family:"Arial","microsoft yahei";
	font-size:14px;
	line-height: 1;
	color:#333;
}
*{
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
li{
	list-style-type:none;
	float:left;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
a,area{
	text-decoration:none;
	outline:none;
	color: #000;
}
img{
	border:none;
	vertical-align:middle;
}
i,var,em{
	font-style:normal;
}
button{
	font-family:"Arial","microsoft yahei";
	font-size: 14px;
	outline:none;
	cursor: pointer;
	border: none;
	line-height: 1;
}
input[type="submit"]{
	border: none;
}
iframe{
	border: none;
}
input,select,textarea{
	outline:none;
	font-family:"Arial","microsoft yahei";font-size: 14px;
}
textarea{
	resize:none;
	overflow-y:auto;
}
.at{
	margin:0 auto;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.clear{
	clear:both;
}
.hi8{height: 18px;
	clear:both;
}
.dt{
	display: table;
	width: 100%;
}
.fl-w{
	float: left;
	width: 100%;
}
.hide{
	display: none;
}
.ver-container{
	display: table;
	width: 100%;
	text-align: center;
}
.ver-container > * {
	vertical-align: middle;
	display: table-cell;
}

.swiper-button-disabled{
	cursor: no-drop !important;
	opacity: .5;
}

[class*=icon]{
	font-family:"iconfont" !important;
	font-size:16px;
	font-style:normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

[class*=ico]{
	vertical-align: middle;
	display: inline-block;
}
.flex_box{
  display: flex;
}
.wid {
  width: 100%;
  /*max-width: 1580px;*/
  max-width: 1380px;
  margin: 0 auto;
  min-width: 1200px;
}
.head {
  width: 100%;
  height: 90px;
  background-color: #333;
  position: relative;
}
.head.hover:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -76px;
  width: 100%;
  height: 76px;
  z-index: 99;
  background-color: #67635e;
}
.head .logo {
  height: 89px;
  line-height: 89px;
  /*width: 230px;*/
  width: 1.8rem;
  float:left;
  /*display: flex;*/
  /*justify-content: center;*/
  /*align-items: center;*/
}
.head .nav {
  float:left;
  min-width: 600px;
  padding-top: 6px;
  padding-left: 80px;
}
.head .nav .list ul li {
  line-height: 83px;
  padding: 0 25px;
  position: relative;
}
.head .nav .list ul li.eng {
  line-height: 83px;
  padding: 0 20px;
  position: relative;
}
.head .nav .list ul li h4 {
  color: #c08a3b;
  font-size: 16px;
}
.head .nav .list ul li .slide {
  position: absolute;
  left: 50%;
  margin-left: -300px;
  bottom: -76px;
  width: 600px;
  height: 76px;
  z-index: 100;
  /*display: flex;*/
  /*justify-content: center;*/
  display: none;
}
.head .nav .list ul li .slide:after {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: -12px;
  width: 0;
  height: 0;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-bottom: 12px solid #fff;
}
.head .nav .list ul li .slide p {
  width: auto;
  padding: 0 25px;
  float: left;
  text-align: center;
  position: relative;
}
.head .nav .list ul li .slide p:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -4px;
  width: 1px;
  height: 14px;
  background-color: #343232;
}
.head .nav .list ul li .slide p:first-child:after {
  display: none;
}
.head .nav .list ul li .slide p a {
  color: #333;
  font-size: 16px;
}
.head .nav .list ul li .slide p a:hover {
  color: #c08a3b;
}
.head .nav .list ul li .slide.acti {
  display: flex;
}
.head .language {
  float:right;
  min-width: 120px;
  line-height: 89px;
}
.head .language .label {
  line-height: 89px;
  height: 89px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.head .language .label .txt {
  height: 89px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #c08a3b;
  font-size: 16px;
  padding: 0 8px;
}
.head .language .label .sea {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background-color: #c08a3b;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner {
  width: 100%;
  float: left;
  min-width: 1200px;
}
.banner .list {
  width: 100%;
}
.banner .list ul {
  width: 100%;
}
.banner .list ul li {
  width: 100%;
}
.banner .list ul li .imgs {
  width: 100%;
}
.banner .list ul li .imgs img {
  width: 100%;
}
.banner .list .swiper-pagination {
  font-size: 18px;
  color: #fff;
  font-family: '宋体';
  bottom: 30px;
}
.banner .list .swiper-pagination .swiper-pagination-current {
  font-size: 24px;
  font-family: '宋体';
  color: #e6bb70;
}
.banner .list .swiper-button-next:after,
.banner .list .swiper-button-prev:after {
  color: #e6bb70;
  font-size: 16px;
}
.banner .list .swiper-button-next {
  left: 50%;
  bottom: 20px;
  top: initial;
  top: inherit;
  margin-left: 70px;
}
.banner .list .swiper-button-prev {
  left: 50%;
  bottom: 20px;
  top: initial;
  top: inherit;
  margin-left: -90px;
}
.container {
  width: 100%;
  min-height: 100px;
  float: left;
  background: url("../img/aca2df_1920x6500.jpg") top center no-repeat;
  padding-top: 16px;
}
.container .wid {
  padding: 0 30px;
}
.container .search {
  width: 100%;
  padding: 65px 0;
  text-align: center;
}
.container .search .box {
  width: 740px;
  height: 78px;
  background-color: #fff;
  border-radius: 6px;
  margin: 0 auto;
}
.container .search .box .input {
  width: calc(100% - 116px);
}
.container .search .box .input input {
  width: 100%;
  height: 78px;
  border: none;
  background: none;
  padding: 0 30px;
  font-size: 24px;
  color: #333;
}
.container .search .box .button {
  width: 116px;
  height: 78px;
}
.container .search .box .button button {
  width: 100%;
  height: 78px;
  background: url("../img/8ec97e_33x33.jpg") center no-repeat;
  background-size: 33px 33px;
}
.container .notices {
  width: 100%;
  min-height: 100px;
  background-color: #fff;
  padding: 0 30px;
  padding-top: 16px;
  float: left;
}
.container .notices .title {
  width: 100%;
  height: 120px;
}
.container .notices .title .txt {
  line-height: 120px;
  font-size: 30px;
  color: #231816;
  padding-left: 100px;
  position: relative;
}
.container .notices .title .txt:after {
  content: "";
  position: absolute;
  left: 50px;
  top: 50%;
  margin-top: -12px;
  width: 16px;
  height: 24px;
  background-color: #c38c3a;
}
.container .notices .title .more {
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.container .notices .title .more a {
  display: inline-block;
  width: 130px;
  height: 56px;
  border: 2px solid #e6bb70;
  text-align: center;
  line-height: 52px;
  font-size: 14px;
  color: #333;
}
.container .notices .list {
  width: 100%;
}
.container .notices .list ul {
  width: 100%;
}
.container .notices .list ul li {
  width: 100%;
  padding: 30px 0;
  border-top: 1px solid #d1d1d1;
}
.container .notices .list ul li .time {
  width: 360px;
  height: 118px;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: relative;
}
.container .notices .list ul li .time:after {
  content: "";
  position: absolute;
  left: 0;
  top: -30px;
  width: 100%;
  height: 1px;
  background-color: #c09255;
}
.container .notices .list ul li .time h3 {
  line-height: 50px;
  font-size: 44px;
  color: #c09255;
  font-family: '宋体';
  font-weight: bold;
}
.container .notices .list ul li .time h5 {
  width: 100%;
  text-align: center;
  line-height: 34px;
  font-size: 24px;
  color: #333;
  font-family: '宋体';
  font-weight: bold;
}
.container .notices .list ul li .text {
  width: calc(100% - 360px);
}
.container .notices .list ul li .text .tit {
  width: 100%;
  line-height: 58px;
  font-size: 24px;
  font-family: '宋体';
  font-weight: bold;
  color: #333;
}
.container .notices .list ul li .text .txt {
  width: 100%;
  line-height: 32px;
  font-size: 18px;
  color: #757676;
  text-align: justify;
  font-family: '宋体';
}
.container .product {
  width: 100%;
  min-height: 100px;
  float: left;
  padding-top: 68px;
}
.container .product .title {
  width: 120px;
  text-align: center;
  font-size: 30px;
  padding: 0 40px;
  padding-top: 38px;
  line-height: 40px;
  position: relative;
}
.container .product .title:after {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -10px;
  top: 6px;
  width: 20px;
  height: 14px;
  background-color: #c38c3a;
}
.container .product .list {
  width: calc(100% - 120px);
}
.container .product .list ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.container .product .list ul li {
  width: 32%;
  height: auto;
  border: 1px solid #a6a6a6;
  background-color: #fff;
  margin-bottom: 36px;
}
.container .product .list ul li .imgs {
  width: 100%;
  overflow: hidden;
}
.container .product .list ul li .imgs img {
  width: 100%;
  transition: 0.5s;
}
.container .product .list ul li .text {
  width: 100%;
  padding: 8px 10px;
}
.container .product .list ul li .text .label {
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 20px;
  color: #333;
}
.container .product .list ul li .text .txt {
  width: 100%;
  line-height: 48px;
  font-size: 24px;
  color: #333;
}
.container .product .list ul li:hover .imgs img {
  transform: scale(1.1, 1.1);
}
.container .product .list ul li:hover .text .txt {
  color: #c38c3a;
}
.container .product .more {
  width: 100%;
  text-align: center;
  padding: 30px 0;
}
.container .product .more a {
  display: inline-block;
  width: 180px;
  height: 56px;
  border: 2px solid #e6bb70;
  text-align: center;
  line-height: 52px;
  font-size: 20px;
  color: #333;
}
.container .cont {
  width: 100%;
  float: left;
}
.container .cont .inform {
  width: 100%;
  padding-top: 10px;
}
.container .cont .inform .intr {
  width: 36.25%;
  min-height: 100px;
  background-color: #808080;
  padding: 0 32px;
  padding-top: 30px;
  min-height: 900px;
}
.container .cont .inform .intr .title {
  width: 100%;
  height: 96px;
  padding-left: 42px;
  padding: 0 30px;
}
.container .cont .inform .intr .title .txt {
  line-height: 96px;
  font-size: 28px;
  color: #fff;
  padding-left: 40px;
  position: relative;
}
.container .cont .inform .intr .title .txt:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
  width: 14px;
  height: 20px;
  background-color: #c38c3a;
}
.container .cont .inform .intr .title .more {
  line-height: 96px;
}
.container .cont .inform .intr .title .more a {
  color: #fff;
  font-size: 20px;
}
.container .cont .inform .intr .imgs {
  width: 100%;
  position: relative;
}
.container .cont .inform .intr .imgs .box {
  width: 100%;
  border: 1px solid #fff;
}
.container .cont .inform .intr .imgs .box img {
  width: 100%;
}
.container .cont .inform .intr .imgs .text {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 50px;
  padding: 0 40px;
}
.container .cont .inform .intr .imgs .text h3 {
  line-height: 48px;
  font-size: 24px;
  color: #c52122;
}
.container .cont .inform .intr .imgs .text p {
  line-height: 42px;
  font-size: 20px;
  color: #ebd089;
}
.container .cont .inform .intr .list {
  width: 100%;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  float: left;
}
.container .cont .inform .intr .list ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.container .cont .inform .intr .list ul li {
  width: 46%;
  border: 1px solid #fff;
}
.container .cont .inform .intr .list ul li .imgs {
  width: 100%;
}
.container .cont .inform .intr .list ul li .imgs img {
  width: 100%;
}
.container .cont .inform .news {
  width: 32%;
  min-height: 100px;
  background-color: #91a38c;
  margin-left: 10px;
  border-radius: 0 20px 0 20px;
  padding-top: 30px;
  min-height: 912px;
}
.container .cont .inform .news .title {
  width: 100%;
  height: 96px;
  padding-left: 42px;
  padding: 0 30px;
}
.container .cont .inform .news .title .txt {
  line-height: 96px;
  font-size: 28px;
  color: #fff;
  padding-left: 40px;
  position: relative;
}
.container .cont .inform .news .title .txt:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
  width: 14px;
  height: 20px;
  background-color: #c38c3a;
}
.container .cont .inform .news .title .more {
  line-height: 96px;
}
.container .cont .inform .news .title .more a {
  color: #fff;
  font-size: 20px;
}
.container .cont .inform .news .list {
  width: 100%;
  padding: 0 30px;
  padding-bottom: 16px;
  float: left;
}
.container .cont .inform .news .list ul {
  width: 100%;
}
.container .cont .inform .news .list ul li {
  width: 100%;
  height: 54px;
  border-bottom: 1px dashed #fff;
  line-height: 54px;
  color: #fff;
}
.container .cont .inform .news .list ul li:last-child {
  border-bottom: none;
}
.container .cont .inform .news .list ul li .txt {
  font-size: 20px;
  font-family: '宋体';
  color: #fff;
  width: 80%;
  height: 54px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.container .cont .inform .news .list ul li .txt a {
  color: #fff;
}
.container .cont .inform .news .list ul li .more {
  font-size: 20px;
  font-family: '宋体';
}
.container .cont .inform .culture {
  width: 30.65%;
  min-height: 100px;
  background-color: #99b8c4;
  padding: 22px 24px;
  min-height: 912px;
  padding-top: 30px;
}
.container .cont .inform .culture .title {
  width: 100%;
  height: 96px;
}
.container .cont .inform .culture .title .txt {
  line-height: 96px;
  font-size: 28px;
  color: #fff;
  padding-left: 40px;
  position: relative;
}
.container .cont .inform .culture .title .txt:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
  width: 14px;
  height: 20px;
  background-color: #c38c3a;
}
.container .cont .inform .culture .title .more {
  line-height: 96px;
}
.container .cont .inform .culture .title .more a {
  color: #fff;
  font-size: 20px;
}
.container .cont .inform .culture .list {
  width: 100%;
}
.container .cont .inform .culture .list ul {
  width: 100%;
}
.container .cont .inform .culture .list ul li {
  width: 100%;
  position: relative;
  margin-bottom: 40px;
}
.container .cont .inform .culture .list ul li .imgs {
  width: 100%;
}
.container .cont .inform .culture .list ul li .imgs img {
  width: 100%;
}
.container .cont .inform .culture .list ul li .text {
  width: 100%;
  height: 100px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(0,0,0,0.55);
  padding: 0 10px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.container .cont .inform .culture .list ul li .text h5 {
  line-height: 40px;
  font-size: 20px;
  color: #c38c3a;
}
.container .cont .inform .culture .list ul li .text p {
  line-height: 36px;
  font-size: 16px;
  color: #fff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.container .exhibition {
  width: 100%;
  float: left;
  padding-top: 40px;
}
.container .exhibition .list {
  width: 100%;
  float: left;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.container .exhibition .list .item {
  width: 50%;
}
.container .exhibition .list .item .intrs {
  width: 100%;
  height: 100%;
  padding-bottom: 20px;
}
.container .exhibition .list .item .intrs .img {
  width: 35%;
  height: 100%;
  position: relative;
}
.container .exhibition .list .item .intrs .img img {
  height: 100%;
  width: 100%;
}
.container .exhibition .list .item .intrs .img span {
  position: absolute;
  right: 90px;
  top: 50%;
  font-size: 28px;
  width: 28px;
  display: inline-block;
  color: #333;
  line-height: 32px;
}
.container .exhibition .list .item .intrs .img span:after {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -10px;
  top: -30px;
  width: 20px;
  height: 14px;
  background-color: #c38c3a;
}
.container .exhibition .list .item .intrs .label {
  width: calc(65% - 20px);
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.container .exhibition .list .item .intrs .label .box {
  width: 100%;
  height: 47%;
  background-color: #9eb976;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.container .exhibition .list .item .intrs .label .box .ico {
  width: 100%;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.container .exhibition .list .item .intrs .label .box .txt {
  width: 100%;
  text-align: center;
  line-height: 40px;
  font-size: 18px;
  color: #fff;
}
.container .exhibition .list a{
  color: #fff;
}
.container .exhibition .list .item .imgs {
  width: 100%;
}
.container .exhibition .list .item .imgs img {
  width: 100%;
}
.container .exhibition .list .item .intrs {
  width: 100%;
  padding: 0 20px;
  padding-bottom: 20px;
}
.container .exhibition .list .item .intrs .img {
  width: 35%;
}
.container .exhibition .list .item .intrs .img img {
  width: 100%;
}
.container .bann {
  width: 100%;
}
.container .bann .list {
  width: 100%;
}
.container .bann .list ul {
  width: 100%;
}
.container .bann .list ul li {
  width: 100%;
  position: relative;
}
.container .bann .list ul li .imgs {
  width: 100%;
}
.container .bann .list ul li .imgs img {
  width: 100%;
}
.container .bann .list ul li .text {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 176px;
  background: rgba(128,128,128,0.6);
  padding: 0 5%;
}
.container .bann .list ul li .text .txt {
  height: 110px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 36px;
  position: relative;
}
.container .bann .list ul li .text .txt:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
  width: 14px;
  height: 20px;
  background-color: #c38c3a;
}
.container .bann .list ul li .text .txt span {
  font-size: 28px;
  color: #fff;
  position: relative;
}
.container .bann .list ul li .text .txt span:after {
  content: "";
  position: absolute;
  right: -40px;
  top: 50%;
  margin-top: -16px;
  width: 3px;
  height: 32px;
  background-color: #fff;
}
.container .bann .list ul li .text .txt em {
  font-size: 18px;
  color: #fff;
  padding-left: 80px;
}
.container .bann .list ul li .text .more {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.container .bann .list ul li .text .more a {
  display: inline-block;
  width: 114px;
  height: 114px;
  border-radius: 57px;
  border: 3px solid #c7c7c7;
  background-color: rgba(146,146,146,0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  padding: 0 20px;
  text-align: center;
  line-height: 32px;
  color: #fff;
  font-family: '宋体';
}
.container .bann .list .swiper-pagination {
  bottom: 20px;
}
.container .bann .list .swiper-pagination .swiper-pagination-bullet {
  width: 66px;
  height: 6px;
  opacity: 1;
  background: rgba(255,255,255,0.5);
  border-radius: 3px;
}
.container .bann .list .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #c38c3a;
}
.container .dynamic {
  width: 100%;
  min-height: 100px;
  float: left;
  padding-top: 68px;
  padding-bottom: 50px;
}
.container .dynamic .sidebar {
  width: 28%;
  min-height: 100px;
}
.container .dynamic .sidebar .title {
  width: 100%;
  line-height: 50px;
  font-size: 32px;
  color: #333;
  padding-left: 82px;
  position: relative;
}
.container .dynamic .sidebar .title:after {
  content: "";
  position: absolute;
  left: 42px;
  top: 50%;
  margin-top: -10px;
  width: 14px;
  height: 20px;
  background-color: #c38c3a;
}
.container .dynamic .sidebar .tabs {
  width: 100%;
  padding-top: 60px;
  float: left;
}
.container .dynamic .sidebar .tabs ul {
  width: 100%;
}
.container .dynamic .sidebar .tabs ul li {
  width: 100%;
  line-height: 70px;
  padding-left: 80px;
  font-size: 24px;
  color: #696968;
}
.container .dynamic .sidebar .tabs ul li.acti {
  color: #333;
}
.container .dynamic .intr {
  width: 72%;
  min-height: 100px;
  float: left;
}
.container .dynamic .intr .list {
  width: 100%;
}
.container .dynamic .intr .list ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.container .dynamic .intr .list ul li {
  width: 31%;
  margin-bottom: 50px;
}
.container .dynamic .intr .list ul li .imgs {
  width: 100%;
}
.container .dynamic .intr .list ul li .imgs img {
  width: 100%;
  height:1.8rem;
}
.container .dynamic .intr .list ul li .text {
  width: 100%;
  padding: 20px 0;
  height: 78px;
}
.container .dynamic .intr .list ul li .text h5 {
  line-height: 34px;
  font-size: 20px;
  color: #040403;
}
.container .dynamic .intr .list ul li .text p {
  line-height: 22px;
  font-size: 16px;
  color: #555;
  text-align: justify;
  font-family: '宋体';
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.container .dynamic .intr .more {
  width: 100%;
  padding: 30px 0;
}
.container .dynamic .intr .more a {
  display: inline-block;
  width: 180px;
  height: 56px;
  border: 2px solid #e6bb70;
  text-align: center;
  line-height: 52px;
  color: #6c6b6a;
  font-size: 20px;
}
.footer {
  width: 100%;
  height: 678px;
  background: url("../img/6908aa_1920x677.jpg") center no-repeat;
  background-size: cover;
  float: left;
  padding-top: 64px;
}
.footer .contact {
  width: 100%;
  height: 152px;
  border-bottom: 1px solid #8e7037;
}
.footer .contact .logo {
  height: 152px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer .contact .tel {
  height: 152px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-right: 20px;
  position: relative;
}
.footer .contact .tel:after {
  content: "";
  position: absolute;
  left: -32px;
  top: 50%;
  margin-top: -26px;
  width: 2px;
  height: 52px;
  background-color: #c08a3b;
}
.footer .contact .tel h5 {
  line-height: 38px;
  font-size: 22px;
  color: #c08a3b;
}
.footer .contact .tel p {
  line-height: 24px;
  font-size: 14px;
  color: #c08a3b;
}
.footer .intrs {
  width: 100%;
  min-height: 402px;
  /*float: left;*/
  display:flex;
  flex-direction: row;
  justify-content: space-between;
}
.footer .intrs .links{
  width:90%;
}
.footer .intrs .links .list {
  padding-top: 10px;
  opacity: 0.9;
}
.footer .intrs .links .list ul li {
  width: auto;
  /*padding: 0 30px;*/
  /*padding:0 1rem;*/
  width:11%;
  min-width: 1.2rem;
  border-bottom: unset;
  padding-left: unset;
}
.footer .intrs .links .list ul li h4 {
  line-height: 40px;
  font-size: 18px;
  color: #fff;
}
.footer .intrs .links .list ul li h4 a {
  color: #fff;
}
.footer .intrs .links .list ul li h4 a:hover {
  color: #c08a3b;
}
.footer .intrs .links .list ul li .slide {
  width: 100%;
}
.footer .intrs .links .list ul li .slide p {
  line-height: 28px;
  font-size: 14px;
}
.footer .intrs .links .list ul li .slide p a {
  color: #fff;
}
.footer .intrs .links .list ul li .slide p a:hover {
  color: #c08a3b;
}
.footer .intrs .wx {
  /*width: 315px;*/
  text-align: center;
}
.footer .intrs .wx .imgs {
  width: 100%;
  padding: 20px 10px;
}
.footer .intrs .wx .imgs img{
  width:200px;
  height:200px;
}
.footer .intrs .wx .text {
  width: 100%;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  font-family: '宋体';
  color: #fff;
  opacity: 0.9;
}
.footer .copyright {
  width: 100%;
  float: left;
  height: 60px;
  background-color: #000;
  text-align: center;
  line-height: 60px;
  font-size: 13px;
  color: #8d8b8b;
}
.page {
  width: 100%;
  clear:both;
}
.page .bann {
  width: 100%;
  height: 485px;
  background: url("../img/7cc70a_1920x485.jpg") center no-repeat;
  background-size: cover;
}
.page .bann.bann2 {
  background: url("../img/75ef87_1920x485.jpg") center no-repeat;
  background-size: cover;
}
.page .search {
  width: 100%;
  max-width: 1325px;
  margin: 0 auto;
  height: 76px;
  background-color: #fff;
  margin-top: 50px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  border-radius: 10px;
  padding: 0 42px;
}
.page .search input {
  width: 100%;
  height: 100%;
  border: none;
  background: none;
  font-size: 20px;
}
.product {
  width: 100%;
  min-height: 100px;
  padding-top: 30px;
  margin: 0 auto;
  position: relative;
}
.product .wid {
  max-width: 1325px;
}
.product .title {
  width: 100%;
  /*height: 104px;*/
  margin-bottom:30px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.product .title img {
  /*margin-left: 20px;*/
  margin-right: 10px;
}
.product .title span {
  font-size: 24px;
  color: #080505;
}
.product .title a{
  margin-right:20px;
}
.product .rolls {
  width: 100%;
  min-height: 100px;
  position: relative;
  float: left;
  min-height: 700px;
  padding-top: 10px;
  overflow-x: hidden;
  padding-bottom: 40px;
}
.product .rolls .prev {
  width: 90px;
  height: 90px;
  border-radius: 45px;
  background: rgba(0,0,0,0.5);
  position: absolute;
  left: -45px;
  top: 50%;
  margin-top: -60px;
  display: flex;
  outline: none;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  padding-left: 30px;
}
.product .rolls .prev:hover {
  background-color: #c08a3b;
}
.product .rolls .next {
  width: 90px;
  height: 90px;
  border-radius: 45px;
  background: rgba(0,0,0,0.5);
  position: absolute;
  right: -45px;
  top: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 30px;
  margin-top: -60px;
  outline: none;
}
.product .rolls .next:hover {
  background-color: #c08a3b;
}
.product .rolls .lists {
  width: 90%;
  min-height: 100px;
  margin: 0 auto;
  padding: 10px 20px;
  padding-bottom: 60px;
}
.product .rolls .lists ul {
  width: 100%;
}
.product .rolls .lists ul li {
  width: 30%;
  box-shadow: 0 4px 3px rgba(0,0,0,0.05);
  min-height: 100px;
  background-color: #fff;
  border-radius: 10px;
}
.product .rolls .lists ul li .imgs {
  width: 100%;
}
.product .rolls .lists ul li .imgs img {
  width: 100%;
  height:2.5rem;
}
.product .rolls .lists ul li .inform {
  width: 100%;
  padding: 20px 40px;
  height:2.8rem;
}
.product .rolls .lists ul li .inform .tit {
  width: 100%;
  line-height: 44px;
  position: relative;
  font-size: 20px;
  color: #333;
}
.product .rolls .lists ul li .inform .tit:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 28px;
  height: 2px;
  background-color: #c7c2c2;
}
.product .rolls .lists ul li .inform .lab {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 5px;
}
.product .rolls .lists ul li .inform .lab span {
  font-size: 16px;
  color: #c08a3b;
  padding-left: 10px;
}
.product .rolls .lists ul li .inform .txt {
  width: 100%;
  line-height: 40px;
  font-size: 18px;
  color: #716d6d;
  padding: 8px 0;
}
.product .rolls .lists .swiper-pagination {
  width: 420px;
  height: 10px;
  border-radius: 5px;
  background-color: #edeaea;
  left: 50%;
  margin-left: -210px;
}
.product .rolls .lists .swiper-pagination .swiper-pagination-bullet {
  width: 20%;
  float: left;
  height: 10px;
  border-radius: 5px;
  background-color: #c08a3b;
  opacity: 0;
  margin: 0;
}
.product .rolls .lists .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.product .list {
  width: 100%;
  min-height: 100px;
}
.product .list ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.product .list ul li {
  width: 23.5%;
  margin-bottom: 20px;
  position: relative;
}
.product .list ul li .imgs {
  width: 100%;
  overflow: hidden;
}
.product .list ul li .imgs img {
  width: 100%;
  transition: 0.6s;
}
.product .list ul li .text {
  width: 100%;
  height: 50px;
  background: rgba(0,0,0,0.5);
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 32px;
  font-size: 18px;
  color: #fff;
  line-height: 50px;
}
.product .list ul li:hover .imgs img {
  transform: scale(1.1, 1.1);
}
.paging {
  width: 100%;
  padding: 30px 0;
  float: left;
}
.paging ul {
  width: 100%;
  display: flex;
  justify-content: center;
}
.paging ul li {
  line-height: 50px;
  padding: 0 20px;
  font-size: 16px;
  color: #333;
}
.paging ul li a {
  color: #666;
}
.paging ul li.acti a {
  color: #df622b;
  text-decoration: underline;
}
.paging ul li:hover a {
  color: #df622b;
  text-decoration: underline;
}
.address {
  width: 100%;
  height: 44px;
  background-color: #eee;
  line-height: 44px;
  font-size: 16px;
  font-family: '宋体';
  clear:both;
}
.address a:hover {
  color: #c1893c;
}
.notice {
  width: 100%;
  min-height: 100px;
  padding: 30px 0;
}
.notice .title {
  margin-top:10px;
  width: 100%;
  height: 90px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.notice .title img {
  /*margin-left: 20px;*/
  margin-right: 10px;
}
.notice .title span {
  font-size: 24px;
  color: #080505;
}
.notice .list {
  width: 100%;
}
.notice .list ul {
  width: 100%;
}
.notice .list ul li {
  width: 100%;
  height: 55px;
  border-bottom: 1px dashed #c9c7c8;
  padding-left: 14px;
  line-height: 54px;
  font-size: 16px;
}
.notice .list ul li a {
  font-size: 16px;
  font-family: '宋体';
}
.notice .list ul li i {
  float: right;
  font-family: '宋体';
}
.notice .wid .single_title{
  text-align: center;
  padding:0.2rem 0px;
}
.notice .wid .single_content{
  margin:0.2rem 200px;
}
.notice .wid .single_item{
  border:1px solid #ccc;
  padding:0.2rem 0.2rem;
  text-align: center;
  font-size: 0.24rem;
  margin:0.2rem 0;
}
.notice .wid .single_item:hover{
  background: lightsalmon;
}
.notice .wid .single_item:hover a{
  color:#fff;
}
.banns {
  width: 100%;
}
.banns ul {
  width: 100%;
}
.banns ul li {
  width: 100%;
}
.banns ul li .imgs {
  width: 100%;
}
.banns .swiper-pagination {
  bottom: 20px !important;
}
.banns .swiper-pagination .swiper-pagination-bullet {
  width: 66px;
  height: 6px;
  opacity: 1;
  background: rgba(255,255,255,0.5);
  border-radius: 3px;
}
.banns .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #c38c3a;
}
.details {
  width: 100%;
  min-height: 100px;
}
.details .cont {
  width: 100%;
  max-width: 1325px;
  margin: 0 auto;
  padding-top: 40px;
  clear:both;
}
.details .cont .title {
  width: 100%;
  padding-bottom: 20px;
  border-bottom: 1px solid #d4d2d2;
  text-align: center;
}
.details .cont .title h2 {
  line-height: 58px;
  font-size: 24px;
  color: #333;
}
.details .cont .title h6 {
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
}
.details .cont .title h6 i {
  display: inline-block;
  width: 16px;
  height: 15px;
  background: url("../img/63bd08_16x15.png") center no-repeat;
  background-size: cover;
  margin-right: 5px;
}
.details .cont .title h6 span {
  font-size: 14px;
  color: #333;
  font-family: '宋体';
}
.details .cont .intr {
  width: 100%;
  min-height: 100px;
  padding: 20px 0;
  padding-bottom: 60px;
  float: left;
}
.details .cont .intr .item {
  width: 100%;
  height: 40px;
}
.details .cont .intr .item .tit {
  width: 80px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  font-family: '宋体';
  text-align: center;
  text-align: left;
  display: flex;
  justify-content: space-between;
}
.details .cont .intr .item .text {
  width: calc(100% - 80px);
  padding: 0.4rem;
}
.details .cont .intr .item .text .addr {
  height: 40px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
}
.details .cont .intr .item .text .addr img {
  margin-right: 10px;
}
.details .cont .intr .item .text .txt {
  line-height: 40px;
  font-size: 16px;
  font-family: '宋体';
}
.details .cont .intr .item .text .txt img{
  max-width:100%;
}
.details .cont .photo {
  width: 100%;
}
.details .cont .photo .tit {
  width: 100%;
  height: 104px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.details .cont .photo .tit img {
  margin-left: 20px;
  margin-right: 10px;
}
.details .cont .photo .tit span {
  font-size: 24px;
  color: #080505;
}
.details .cont .photo .list {
  width: 100%;
  padding: 30px 0;
}
.details .cont .photo .list ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.details .cont .photo .list ul li {
  width: 24%;
}
.details .cont .photo .list ul li .imgs {
  width: 100%;
}
.details .cont .photo .list ul li .imgs img {
  width: 100%;
}
.show {
  display: block !important;
}

@media screen and (max-width: 1600px) {
  .container .cont .inform .news .list ul li .more {
    display: none;
  }
  .container .cont .inform .news .list ul li .txt {
    width: 100%;
  }
  .container .cont .inform .intr,
  .container .cont .inform .news,
  .container .cont .inform .culture {
    min-height: 725px;
  }
  .container .cont .inform .news .list {
    height: 600px;
    overflow: hidden;
  }
}

.container .product2 {
  width: 100%;
  min-height: 100px;
  float: left;
  padding-top: 68px;
}
.container .product2 .title {
  width: 120px;
  text-align: center;
  font-size: 30px;
  padding: 0 40px;
  padding-top: 38px;
  line-height: 40px;
  position: relative;
}
.container .product2 .title:after {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -10px;
  top: 6px;
  width: 20px;
  height: 14px;
  background-color: #c38c3a;
}
.container .product2 .list {
  width: calc(100% - 120px);
}
.container .product2 .list ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.container .product2 .list ul li {
  /*width: 32%;*/
  /*height: auto;*/
  /*border: 1px solid #a6a6a6;*/
  /*background-color: #fff;*/
  /*margin-bottom: 36px;*/

  width: 31%;
  height: auto;
  border: 1px solid #a6a6a6;
  background-color: #fff;
  margin-bottom: 36px;
  margin-left: 2%;
}
.container .product2 .list ul li .imgs {
  width: 100%;
  overflow: hidden;
}
.container .product2 .list ul li .imgs img {
  width: 100%;
  height:2rem;
  transition: 0.5s;
}
.container .product2 .list ul li .imgs img:hover {
  transform: scale(1.1, 1.1);
}
.container .product2 .list ul li .text {
  width: 100%;
  padding: 8px 10px;
}
.container .product2 .list ul li .text .label {
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 20px;
  color: #333;
}
.container .product2 .list ul li .text .txt {
  width: 100%;
  line-height: 48px;
  font-size: 24px;
  color: #333;
}
.container .product2 .list ul li .text .txt a:hover{
  color: #c38c3a;
}
.container .product2 .more {
  width: 100%;
  text-align: center;
  padding: 30px 0;
}
.container .product2 .more a {
  display: inline-block;
  width: 180px;
  height: 56px;
  border: 2px solid #e6bb70;
  text-align: center;
  line-height: 52px;
  font-size: 20px;
  color: #333;
}
.detail {
  width: 100%;
  min-height: 100px;
  float: left;
  padding: 20px 0;
  padding-bottom: 60px;
}
.detail .title {
  width: 100%;
  background-color: #eee;
  min-height: 100px;
  padding-top: 26px;
  text-align: center;
  padding-bottom: 20px;
}
.detail .title h5 {
  line-height: 42px;
  font-size: 18px;
  color: #333;
  padding-bottom: 20px;
}
.detail .title p {
  line-height: 28px;
  font-size: 15px;
  color: #333;
}
.detail .text {
  width: 100%;
  min-height: 100px;
  padding: 10px 0;
}
.detail .text .txt {
  width: 100%;
  line-height: 34px;
  font-size: 16px;
  color: #333;
}
.detail .text .txt p {
  text-indent: 28px;
  text-align: justify;
}
.detail .text .imgs {
  width: 100%;
  text-align: center;
  padding: 30px 0;
}
.subscribe {
  min-height: 100px;
  float: left;
  background-color: #fff;
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 5px 10px rgba(0,0,0,0.1);
  padding: 20px 80px;
}
.subscribe .title {
  width: 100%;
  line-height: 84px;
  border-bottom: 1px solid #d6d1d1;
  text-align: center;
  font-size: 24px;
}
.subscribe .cont {
  width: 100%;
  min-height: 100px;
  float: left;
}
.subscribe .cont .informs {
  width: 50%;
  min-height: 100px;
  float: left;
  padding: 12px 0;
}
.subscribe .cont .informs .item {
  width: 100%;
  margin-bottom: 0;
  clear:both;
}
.subscribe .cont .informs .item .tit {
  width: 140px;
  height: 78px;
  font-size: 16px;
  text-align: right;
  line-height: 78px;
}
.subscribe .cont .informs .item .txt {
  width: calc(100% - 140px);
  padding-left: 20px;
}
.subscribe .cont .informs .item .txt input {
  width: 100%;
  height: 40px;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  margin: 19px 0;
  font-size: 16px;
  padding: 0 16px;
  background-color: #f3f3f3;
}
.subscribe .cont .informs .item .txt textarea {
  width: 100%;
  height: 250px;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  background-color: #f3f3f3;
  padding: 16px;
  line-height: 28px;
}
.subscribe .cont .data {
  width: 50%;
  min-height: 100px;
  padding: 12px 0;
  padding-left: 100px;
}
.subscribe .cont .data .item {
  width: 100%;
  padding-bottom: 20px;
}
.subscribe .cont .data .item .tit {
  width: 100%;
  line-height: 44px;
  font-size: 18px;
  color: #333;
  float: left;
}
.subscribe .cont .data .item .txt {
  line-height: 32px;
  font-size: 14px;
}
.subscribe .cont .button {
  width: 100%;
  text-align: center;
  padding: 30px 0;
  float: left;
}
.subscribe .cont .button button {
  width: 352px;
  height: 64px;
  background-color: #c08a3b;
  border-radius: 6px;
  text-align: center;
  line-height: 64px;
  font-size: 18px;
  color: #fff;
}
.subscribe .associate_intro{
  width: 100%;
  margin: 30px 0;
  font-size: 16px;
  padding: 0 16px;
}
.subscribe .associate_intro a{
  color:lightcoral;
}

/*调查问卷*/
.contain .survey {
  min-height: 100px;
  background-color: #fff;
  float: left;
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 5px 10px rgba(0,0,0,0.1);
  padding: 28px 80px;
}
.contain .survey .title {
  width: 100%;
  line-height: 84px;
  border-bottom: 1px solid #d6d1d1;
  text-align: center;
  color: #111;
  font-size: 24px;
}
.contain .survey .label {
  width: 100%;
  min-height: 100px;
  float: left;
  padding: 25px 0;
}
.contain .survey .label h5 {
  line-height: 42px;
  font-size: 16px;
}
.contain .survey .label p {
  line-height: 26px;
  font-size: 16px;
  color: #333;
  text-align: justify;
  text-indent: 32px;
}
.contain .inform {
  width: 100%;
  min-height: 100px;
  float: left;
}
.contain .inform .item {
  width: 100%;
  padding-bottom: 20px;
  float: left;
}
.contain .inform .item .tit {
  width: 100%;
  line-height: 32px;
  font-size: 16px;
  color: #333;
}
.contain .inform .item .text {
  width: 100%;
}
.contain .inform .item .text .box {
  width: 100%;
  padding-left: 20px;
  line-height: 40px;
  float: left;
}
.contain .inform .item .text .box input[type='radio'] {
  width: 16px;
  height: 16px;
  float: left;
  margin: 12px 0;
  margin-right: 8px;
}
.contain .inform .item .text .box input[type='text'] {
  width: 430px;
  height: 28px;
  border: none;
  border-bottom: 1px solid #ccc;
  float: left;
  margin-right: 8px;
  margin-top: 6px;
  font-size: 16px;
}
.contain .inform .item .text .box label {
  font-size: 16px;
  color: #333;
  float: left;
}
.contain .inform .item .text .textarea {
  width: 100%;
  padding: 10px 20px;
}
.contain .inform .item .text .textarea textarea {
  width: 100%;
  height: 110px;
  border: 1px solid #ccc;
  padding: 12px;
  line-height: 28px;
  font-size: 16px;
}
.contain .inform .button {
  width: 100%;
  text-align: center;
  padding: 30px 0;
  float: left;
}
.contain .inform .button button {
  width: 350px;
  height: 64px;
  background-color: #c08a3b;
  border-radius: 8px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  line-height: 64px;
}
.contain .inform .item .text .professionOne,.contain .inform .item .text .professionTwo,.contain .inform .item .text .professionThree{
  height: 32px;
  line-height: 32px;
  font-size: 16px;
  margin-right:10px;
}
.contain .inform .item .readonly_bg {
  background:#f5f5f5;
}
.contain .inform .item .text .box1 {
  width: 100%;
  padding-left: 20px;
  line-height: 40px;
}
.contain .inform .item .text .box1 input[type='text'] {
  width: 430px;
  height: 28px;
  border: none;
  border-bottom: 1px solid #ccc;
  float: left;
  margin-right: 8px;
  margin-top: 6px;
  font-size: 16px;
}


.message {
  min-height: 100px;
  float: left;
  background-color: #fff;
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 5px 10px rgba(0,0,0,0.1);
  padding: 20px 80px;
}
.message .title {
  width: 100%;
  line-height: 84px;
  border-bottom: 1px solid #d6d1d1;
  text-align: center;
  font-size: 24px;
}
.message .cont {
  width: 100%;
  min-height: 100px;
  padding: 20px 0;
}
.message .cont .item {
  width: 100%;
  float: left;
}
.message .cont .item .tit {
  width: 140px;
  height: 78px;
  font-size: 16px;
  text-align: right;
  line-height: 78px;
}
.message .cont .item .text {
  width: calc(100% - 140px);
  padding: 12px 20px;
}
.message .cont .item .text .input {
  width: 100%;
}
.message .cont .item .text .input input {
  width: 100%;
  height: 54px;
  border-radius: 8px;
  border: 1px solid #e5e5e5;
  padding: 0 16px;
}
.message .cont .item .text .textarea {
  width: 100%;
}
.message .cont .item .text .textarea textarea {
  width: 100%;
  height: 520px;
  border-radius: 8px;
  border: 1px solid #e5e5e5;
  padding: 16px;
  line-height: 28px;
}
.message .cont .item .text .yzm {
  width: 100%;
}
.message .cont .button {
  width: 100%;
  text-align: center;
  padding: 30px 0;
  float: left;
}
.message .cont .button button {
  width: 352px;
  height: 64px;
  background-color: #c08a3b;
  border-radius: 6px;
  text-align: center;
  line-height: 64px;
  font-size: 18px;
  color: #fff;
}

/*切换语言样式*/
#select_language{

}
#select_language a{
  color:#C18A3B;
  margin:0px 10px;
}
#select_language a.active{
  color:#fff;
}
#select_language a:hover{
  cursor: pointer;
  text-decoration: underline;
}
/*空数据*/
.empty_content{
  margin:10px 0px;
  font-size: 16px;
  text-align: center;
}
.appointment_apply_box{
  width:100%;
  margin:30px auto;
  text-align: center;
}
.appointment_apply_box button{
  border:1px solid #299789;
  background: #299789;
  width:150px;
  height:48px;
  line-height: 48px;
  font-size: 14px;
  color:#fff;
  text-align: center;
  border-radius: 3px;
}



@media screen and (max-width: 1600px) {
  .container .cont .inform .news .list ul li .more {
    display: none;
  }
  .container .cont .inform .news .list ul li .txt {
    width: 100%;
  }
  .container .cont .inform .intr,
  .container .cont .inform .news,
  .container .cont .inform .culture {
    min-height: 725px;
  }
  .container .cont .inform .news .list {
    height: 600px;
    overflow: hidden;
  }
}

@media screen and (max-width: 1280px) {
  .head .logo {
    height: 89px;
    line-height: 89px;
    width: 230px;
    float:left;
  }
  .head .nav {
    float:left;
    min-width: 600px;
    padding-top: 6px;
    padding-left: 20px;
  }
  .head .nav .list ul li {
    line-height: 83px;
    padding: 0 15px;
    position: relative;
  }
  .head .nav .list ul li.eng {
    line-height: 83px;
    padding: 0 5px;
    position: relative;
  }
  .head .language {
    float:right;
    min-width: 120px;
    line-height: 89px;
  }
}