/*@font-face {
  font-family: 'iconfont';
  src: url('../font/iconfont.woff2?t=1625532141317') format('woff2'),
       url('../font/iconfont.woff?t=1625532141317') format('woff'),
       url('../font/iconfont.ttf?t=1625532141317') format('truetype');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}*/

.width1200{ min-width:1200px;}
.indexcontent{ margin:0 auto; width:1200px;}
.sl{overflow:hidden; text-overflow:ellipsis;white-space: nowrap;}
a.bs:hover{ text-decoration:underline;}
.block{ display:block;}
.fl {
  float: left;
}

.fr {
  float: right;
}
.enlarge8{
  -moz-transition:all 0.8s; /* Firefox 4 */
  -webkit-transition:all 0.8s; /* Safari and Chrome */
  -o-transition:all 0.8s; /* Opera */
  transition:all 0.8s;
  cursor: pointer;
}

.enlarge4{
  -moz-transition:all 0.4s; /* Firefox 4 */
  -webkit-transition:all 0.4s; /* Safari and Chrome */
  -o-transition:all 0.4s; /* Opera */
  transition:all 0.4s;
  cursor: pointer;
}
.ellipsis{
  overflow: hidden; /*自动隐藏文字*/
  text-overflow: ellipsis;/*文字隐藏后添加省略号*/
  white-space: nowrap;/*强制不换行*/
}
.ellipsis2{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.ellipsis3{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.clearfix::after {
  content: "";
  clear: both;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
}

.clear {
  clear: both;
  font-size: 1px;
  width: 1px;
  height: 0;
  visibility: hidden;
  zoom: 1;
}

.content{ font-size:16px; color:#0e0e0d; line-height:30px;}
.content *{ line-height:30px;}
.content img{ max-width:100%; height: auto!important;}
.content video,
.content iframe{ width:100%; height: auto!important; max-height:678px;}

.content2{ font-size:14px; color:#919191; line-height:30px;}
.content2 *{ line-height:30px;}
.content2 img{ max-width:100%; height: auto!important;}
.content2 video,
.content2 iframe{ width:100%; height: auto!important;}

.pages { margin-top: 15px; font-size: 12px; line-height: 22px; text-align: right; font-size: 16px; color: #222222;}
.pages a { text-decoration: none; color: #666; background: #fff; /*border:#cccccc 1px solid;*/ display: inline-block; min-width: 40px; line-height: 40px; line-height: 40px; margin:0 4px; font-size: 16px; color: #999999; text-align:center;}
.pages a.active { /*background: #6f311b; border:#6f311b 1px solid;*/ color: #222222 }
.pages a:hover {  /*background: #6f311b; border:#6f311b 1px solid;*/ color: #222222; text-decoration: none;  }
.pages a.wz{ /*display: inline-block;*/ /*width: 60px;*/ line-height: 40px; line-height: 40px;}


/*首页*/
.top1{ position:fixed; left:0; width:100%; background: #fff; min-width:1200px; z-index:50; transition:all 0.3s; box-shadow: 0px 0px 10px 0px rgba(10, 2, 5, 0.15); height:120px;}
.top1 .top_logo{ position:absolute; left:50%; top:19px; margin-left:-38.5px;}
@media only screen and (max-width:1700px) and (min-width:0) {
	.nav{ margin-left:20px;}
	.top1 .top_logo{ position:relative; left:auto; top:19px; margin-left:10px;}
}
.top1 .top1_r{ position:absolute; right:0; top:0; width:345px; height:120px; border-left:#f8f5f5 15px solid;}
.top1 .top1_r .fg{ position:absolute; left:140px; top:45px; line-height:30px; color:#e0dbcf;}

.top_lang{ position:absolute; right:100px; top:45px; line-height:30px; font-size:14px; color:#6e6a69; text-align:center;}
.top_lang .top_lang_ul{ display:none; position:absolute; left:50%; top:30px; background:#f8f5f5; width:80px; margin-left:-40px; border-radius:3px; padding:5px 0;}
.top_lang .top_lang_ul:after{content: ""; position:absolute; left:50%; top:-5px; margin-left:-4px; width:8px; height:5px; background:url(../images/top_lang_ico2.png) no-repeat;}
.top_lang .top_lang_ul li a.on,
.top_lang .top_lang_ul li a:hover{ color:#d8a400;}
.top_lang:hover .top_lang_ul{ display:block;}

.top_search_bt{ position:absolute; left:80px; top:45px; width:30px; line-height:30px; z-index:9999; margin:0 10px; text-align:center;}
/*
.top_search_bt .top_search_bg{ display:none; position:absolute; right:-2px; top:45px; background:url(../images/top_search_bg.png) no-repeat; width:300px; height:79px;}
.top_search_bt:hover .top_search_bg{ display:block;}
.top_search_bt .top_search_bg .top_search_txt{ position:absolute; left:25px; top:29px; width:205px; height:30px; border:0; background:#f8f8f8; outline:none;}
.top_search_bt .top_search_bg .top_search_bt{ position:absolute; right:17px; top:23px; width:40px; height:39px; border:0; background-color:transparent; cursor:pointer;}*/
.nsearch {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
}
.nsearch .nceng {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 3;
}
.nsearch form {
  background: #fff;
  position: absolute;
  left: 50%;
  top: 140px;
  transform: translateX(-50%);
  max-width: 1200px;
  width: 100%;
  height: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  z-index: 9;
}
.nsearch form h2 {
  font-size: 45px;
  font-weight: bold;
  color: #d8a400;
  text-align: center;
  margin: 70px 0;
}
.nsearch form .ctn {
  display: flex;
  width: 480px;
}
.nsearch form .ctn input {
  height: 50px;
}
.nsearch form .ctn .txt {
  width: 85%;
  padding: 0 15px;
  background-color: #f6f6f6;
  font-size: 14px;
  cursor: auto;
  border:0;
  box-sizing:border-box;
}
.nsearch form .ctn .btn {
  width: 15%;
  background: #d8a400 url(../images/search-btn.png) no-repeat center;
  border:0;
  box-sizing:border-box;
}
.nh {
  height: 100px;
}


.banner-pagination{ position:absolute; left:0; bottom:0; width:100%; text-align:center; z-index:2;}
.banner-pagination .swiper-pagination-bullet{ width:20px; height:10px; background:#fff; opacity:1; border-radius:0; transition:all 0.3s;}
.banner-pagination .swiper-pagination-bullet-active{ width:45px; background:#d8a400;}

.i_d1{ padding:100px 50px 10px 50px; text-align:center;}
.i_d1 img{ max-width:100%;}

.i_d2{ padding:0 50px; background: url(../images/i_d2_bg.jpg) top center repeat-x; /*min-height:950px;*/}
.i_title1{ font-size:54px; color:#ffffff; line-height:70px; text-align:center; font-weight:bold;}
.i_title1 span{ color:#0e0e0d;}
.i_d2_txt{ width:1000px; margin:0 auto; font-size:14px; color:#332c2b; line-height:25px; text-align:center; font-weight:bold;}
.i_d2_txt *{ line-height:25px;}

.i_d2_1_list li img{ display:block; width:100%;}
.i_d2_next{ float:right; width:17px; height:30px; background: url(../images/i_d2_r.png) no-repeat center; cursor:pointer;}
.i_d2_next:hover{ background: url(../images/i_d2_r_on.png) no-repeat center;}
.i_d2_prev{ float:right; width:17px; height:30px; background: url(../images/i_d2_l.png) no-repeat center; cursor:pointer; margin-right:75px;}
.i_d2_prev:hover{ background: url(../images/i_d2_l_on.png) no-repeat center;}

.i_d2_2_list li img{ display:block; width:100%;}

.i_d3_l{ float:left; width:400px;}
.i_title2{ font-size:54px; color:#0e0e0d; line-height:50px; font-weight:bold;}
.i_title2 span{ color:#d8a400;}
.i_d3_l_txt{ font-size:14px; color:#332c2b; line-height:30px; font-weight:bold; padding-top:30px; min-height:120px;}
.i_d3_l_txt *{ line-height:30px;}
.i_d3_l_hr{ width:54px; height:8px; background:#c99903;}

.i_d3_sp{ float:right; width:742px; height:405px; position:relative;}
.i_d3_sp .video{ width:742px; height:405px; background:#fff;}
.i_d3_sp .video_bt{ position:absolute; left:50%; top:50%; margin-left:-48.5px; margin-top:-48.5px; cursor:pointer;}

.i_title3{ font-size:54px; color:#0e0e0d; line-height:70px; text-align:center; font-weight:bold;}
.i_title3 span{ color:#d8a400;}

.i_d4_nav{ text-align:center;}
.i_d4_nav li{ display:inline-block; margin:0 10px;}
.i_d4_nav li a{ display:block; height:32px; padding:0 25px; font-size:16px; color:#222222; text-align:center; line-height:32px;}
.i_d4_nav li.on a{ background:#c99903; color:#fff;}

.i_d4{ padding:0 50px;}
.i_d4_list li .img{ position: relative; padding: 29% 0;}
.i_d4_list li .img:after{content: ""; position:absolute; left:0; bottom:0; width:100%; height:100%; background:rgba(216,164,0,0); transition:all 0.3s;}
.i_d4_list li .img img{ width: 100%; height: 100%; position: absolute; left: 0; top: 0; object-fit: cover; transition: all 0.3s;}
.i_d4_list li .txt{ font-size:16px; color:#94938f; line-height:30px; text-align:center; padding:10px 0; transition:all 0.3s;}
.i_d4_list li:hover .img:after{ background:rgba(216,164,0,0.6);}
.i_d4_list li:hover .txt{ color:#332c2b;}
.i_d4_content{ position:relative;}
.i_d4_next{ position:absolute; right:-50px; top:0; width:50px; height:210px; background: url(../images/i_d2_r.png) no-repeat center; cursor:pointer; outline:none;}
.i_d4_next:hover{ background: url(../images/i_d2_r_on.png) no-repeat center;}
.i_d4_prev{ position:absolute; left:-50px; top:0; width:50px; height:210px; background: url(../images/i_d2_l.png) no-repeat center; cursor:pointer; outline:none;}
.i_d4_prev:hover{ background: url(../images/i_d2_l_on.png) no-repeat center;}
.i_d4_pagination{ width:100%; text-align:center; padding-top:30px;}
.i_d4_pagination .swiper-pagination-bullet{ width:14px; height:14px; background:#ece8e8; opacity:1;}
.i_d4_pagination .swiper-pagination-bullet-active{ background:#d8a400;}

.i_d5{ background:#5dc5f0; padding:0 50px;}
.i_d5_list li{ float:left; width:16.66%;}
.i_d5_list li .ico{ width:96px; height:96px; line-height:96px; text-align:center; border:#fff 1px solid; border-radius:50%; margin:0 auto;}
.i_d5_list li .txt1{ font-size:16px; color:#fff; text-align:center; line-height:30px; padding:10px 0;}
.i_d5_list li:hover .xz img{transform: rotateY(360deg)}

.i_d6_l{ float:left; width:600px;}
.i_title4{ font-size:54px; color:#0e0e0d; line-height:70px; font-weight:bold;}
.i_title4 span{ color:#d8a400;}
.i_d6_l_txt{ font-size:16px; color:#332c2b; margin-top:40px; padding-bottom:40px; line-height:30px;}
a.i_d6_l_more{ display:block; width:108px; height:30px; line-height:30px; text-align:center; font-size:16px; color:#d8a400; border:#d8a400 1px solid; transition:all 0.3s;}
a.i_d6_l_more:hover{ background:#d8a400; color:#fff;}

.i_d6_r{ float:right; position:relative; width:522px; height:362px; background:#d8a400;}
.i_d6_list li img{ width:100%; height:363px; object-fit: cover}
.i_d6_container{ /*position:absolute;*/ right:30px; top:40px;}
.i_d6_pagination{ width:100%; text-align:right; padding-right:20px; box-sizing:border-box;}
.i_d6_pagination .swiper-pagination-bullet{ width:14px; height:14px; background:#e6e6e6; opacity:1;}
.i_d6_pagination .swiper-pagination-bullet-active{ background:#d8a400;}

.i_d7_list li .img img{ display:block; width:100%; height:232px; object-fit: cover}
.i_d7_list li .txt{ padding:10px 0; border-bottom:#f2efef 1px solid;}
.i_d7_list li .txt .txt1{ font-size:16px; color:#0e0e0d; line-height:30px; transition:all 0.3s;}
.i_d7_list li .txt .txt2{ font-size:14px; color:#999999; line-height:30px;}
.i_d7_list li .txt .txt2 img{ position:relative; top:-1px; margin-right:5px;}
.i_d7_list li:hover .txt .txt1{ color:#d8a400;}
.i_d7_list li:after{content: ""; position:absolute; left:0; bottom:0px; width:0; height:1px; background:#d8a400; transition:all 0.3s;}
.i_d7_list li:hover:after{ width:100%;}
.i_d7_content{ position:relative;}
.i_d7_next{ position:absolute; right:-80px; top:0; width:50px; height:232px; background: url(../images/i_d2_r.png) no-repeat center; cursor:pointer; outline:none;}
.i_d7_next:hover{ background: url(../images/i_d2_r_on.png) no-repeat center;}
.i_d7_prev{ position:absolute; left:-80px; top:0; width:50px; height:232px; background: url(../images/i_d2_l.png) no-repeat center; cursor:pointer; outline:none;}
.i_d7_prev:hover{ background: url(../images/i_d2_l_on.png) no-repeat center;}

.footer1{ background:#332c2b; border-bottom:#413b3a 1px solid; padding-top:100px; padding-bottom:65px;}
.footer1_box1{ float:left; width:300px; box-sizing:border-box; padding-top:15px;}
.footer1_box1_title{ font-size:16px; color:#e8e6e5; line-height:30px; margin-top:40px;}
.footer1_box1_ico{ line-height:30px;}
.footer1_box1_ico img{ margin-right:15px;}
.footer1_box2{ float:left; width:320px; box-sizing:border-box;}
.footer1_box2_title{ font-size:18px; color:#fff; line-height:30px; margin-bottom:10px;}
.footer1_box2_list li{ line-height:30px; margin-top:5px; font-size:16px; color:#d5cecd;}
.footer1_box2_list li a{ color:#d5cecd;}
.footer1_box3{ float:left; width:320px; box-sizing:border-box; padding-right:50px;}
.footer1_box3_txt{ line-height:35px; margin-top:5px; font-size:16px; color:#fff;}
.footer1_box3_txt *{ line-height:35px;}
.footer1_box4{ float:right; width:260px; box-sizing:border-box; padding-right:50px;}
.footer1_box4_txt{ line-height:35px; margin-top:5px; font-size:16px; color:#d5cecd;}
.footer1_box4_txt *{ line-height:35px;}
.footer2{ background:#332c2b; padding-top:15px; padding-bottom:15px;}
.footer2_txt{ font-size:16px; color:#d5cecd; text-align:center; line-height:30px;}
.footer2_txt a{ color:#d5cecd; line-height:30px;}

/*关于我们*/
.n_banner{ display:block; width:100%; height:500px; object-fit: cover;}
.ab_d2{ background:#eceae4; height:306px;}
.ab_d2_img1{ float:left; width:576px; height:306px; object-fit: cover;}
.ab_d2_img2{ float:right; width:336px; height:306px; object-fit: cover;}
.ab_d2_box{ float:left; width:288px; box-sizing:border-box; padding:70px 20px 0 20px;}
.ab_d2_box .txt{ font-size:20px; color:#0e0e0d; line-height:30px; font-weight:bold; margin-bottom:25px;}
.ab_d2_box a.ab_d2_box_a{ display:block; width:}

.ab_d3_nav{ line-height:35px;}
.ab_d3_nav a{ font-size:20px; color:#999999; margin-right:30px;}
.ab_d3_nav a.on,
.ab_d3_nav a:hover{ color:#0e0e0d;}

.ab_d3_list li{ float:left; width:390px; height:232px; overflow:hidden; margin-left:15px; margin-top:15px; position:relative;}
.ab_d3_list li:nth-child(3n+1){ margin-left:0;}
.ab_d3_list li .img{ display:block; width:390px; height:232px; object-fit: cover;}
.ab_d3_list li .mb{ position:absolute; left:0; top:232px; width:390px; height:232px; text-align:center; line-height:232px; background:rgba(216,164,0,0.6); transition:all 0.3s;}
.ab_d3_list li:hover .mb{ top:0;}

/*优势*/
.ys_d1{ background:url(../images/ys_d1_bg.jpg) #d8a400 top center no-repeat; height:1225px;}
.ys_d1_title{ font-size:54px; color:#ffffff; line-height:70px; text-align:center; font-weight:bold;}
.ys_d1_title span{ color:#d8a400;}

.ys_d1_list li{ float:left; width:328px; height:490px; padding:0 20px; background:#fff; margin-left:48px; margin-top:40px;}
.ys_d1_list li:nth-child(3n+1){ margin-left:0;}
.ys_d1_list li .title{ line-height:110px; text-align:center; border-bottom:#f6f6f6 1px solid; font-size:40px; color:#c9bfbe; text-transform:uppercase;}
.ys_d1_list li .txt{ padding:30px 10px 0 10px;}
.ys_d1_list li .txt .txt1{ font-size:16px; color:#332c2b; line-height:35px; text-align:center; font-weight:bold; text-transform:uppercase;}
.ys_d1_list li .txt .txt2{ font-size:16px; color:#d8a400; line-height:35px; text-align:center; font-weight:bold;}
.ys_d1_list li .txt .txt3{ font-size:16px; color:#332c2b; line-height:30px; text-align:center;}

.ys_d2_title{ font-size:16px; color:#94938f; line-height:30px; text-align:center; font-weight:bold;}
.ys_d2_list{ text-align:center;}
.ys_d2_list li{ display:inline-block; width:250px;}
.ys_d2_list li .img{ border:#c99903 5px solid; border-radius:50%; width:150px; height:150px; margin:0 auto;}
.ys_d2_list li .img1{ background:url(../images/ys_d2_img1.jpg) center no-repeat;}
.ys_d2_list li .img2{ background:url(../images/ys_d2_img2.jpg) center no-repeat;}
.ys_d2_list li .img3{ background:url(../images/ys_d2_img3.jpg) center no-repeat;}
.ys_d2_list li .txt{ font-size:16px; color:#94938f; line-height:30px; text-align:center; margin-top:20px;}
.ys_d2_list li.on{ position:relative; top:20px;}
.ys_d2_list li.on .img{ width:190px; height:190px;}
.ys_d2_txt{ font-size:16px; color:#94938f; line-height:30px; text-align:center; padding:0 100px;}

.ys_d3{ background:url(../images/ys_d3_img.jpg) center no-repeat; height:390px;}

/*新闻列表页*/
.news_list li{ margin-top:65px;}
.news_list li .img{ float:right; width:578px;}
.news_list li .img img{ width:100%; height:288px; object-fit: cover;}
.news_list li:hover .fd img{transform: scale(1.05)}
.news_list li .txt{ float:left; width:578px; height:288px; position:relative;}
.news_list li .txt .txt1{ font-size:24px; color:#0e0e0d; line-height:30px; padding:30px 0;}
.news_list li .txt .txt2{ font-size:16px; color:#332c2b; line-height:30px; margin-top:20px;}
.news_list li .txt a.news_list_more{ position:absolute; left:0; bottom:0; display:block; width:108px; height:30px; line-height:30px; text-align:center; font-size:16px; color:#d8a400; border:#d8a400 1px solid; transition:all 0.3s;}
.news_list li .txt a.news_list_more:hover{ background:#d8a400; color:#fff;}
.news_list li:nth-child(2n) .img{ float:left;}
.news_list li:nth-child(2n) .txt{ float:right;}

/*新闻详情页*/
.n_weizhi{ font-size:14px; color:#999999; line-height:30x;}
.n_weizhi a{ color:#999999;}
.n_weizhi img{ position:relative; top:-2px; margin-right:5px;}
.news_i_title1{ font-size:30px; color:#0e0e0d; line-height:40px; text-align:center;}
.news_i_title2{ font-size:16px; color:#999999; line-height:30px; text-align:center; padding-top:20px; padding-bottom:30px; border-bottom:#f2efef 1px solid;}
.news_i_title2 img{ position:relative; top:-1px; margin-right:5px;}

.news_i_more{ border-top:#f2efef 1px solid; padding-top:30px;}
.news_i_more li{ float:left; width:50%; font-size:14px; color:#9d9d9d; line-height:30px;}
.news_i_more li:nth-child(2n){ text-align:right;}

/*联系我们*/
.lx_d1_l{ float:left; width:493px; height:383px; object-fit: cover;}
.lx_d1_r{ float:right; width:635px;}
.lx_d1_r .lx_d1_title1{ font-size:30px; color:#332c2b; line-height:40px;}
.lx_d1_r .lx_d1_title2{ font-size:16px; color:#d8a400; line-height:30px;}
.lx_d1_r .lx_d1_txt{ margin-top:30px; font-size:16px; color:#6a6463; line-height:35px;}
.lx_d1_r .lx_d1_txt span{ color:#94938f;}
.lx_d1_r .lx_d1_txt *{ line-height:35px;}

.lx_d2_list li{ float:left; width:334px; position:relative; margin-left:99px; margin-top:10px;}
.lx_d2_list li:nth-child(3n+1){ margin-left:0;}
.lx_d2_list li .title{ font-size:16px; color:#332c2b; line-height:30px;}
.lx_d2_list li .lx_inp{ display:block; width:100%; height:32px; line-height:32px; border:0; padding:0 10px; background:#f6f6f6; box-sizing:border-box; outline:none;}
.lx_d2_list li span{ position:absolute; right:-15px; top:30px; font-size:16px; color:#f12003;}
.lx_d2_list li.lx_d2_c{ width:100%;}
.lx_d2_list li .lx_textarea{ display:block; width:100%; height:90px; line-height:30px; border:0; padding:0 10px; background:#f6f6f6; box-sizing:border-box; outline:none;}
.lx_bt{ display:block; width:218px; height:32px; line-height:32px; border:0; background:#d8a400; font-size:16px; color:#fff; box-sizing:border-box; outline:none; cursor:pointer;}


/*产品列表页*/
.p_nav{ text-align:center;}
.p_nav li{ display:inline-block; margin:0 10px;}
.p_nav li a{ display:block; height:32px; padding:0 10px; font-size:16px; color:#222222; text-align:center; line-height:32px;}
.p_nav li.on a,
.p_nav li:hover a{ background:#c99903; color:#fff;}

.p_list li{ float:left; width:360px; margin-left:60px; margin-top:25px;position: relative;top: 0;left: 0; transition: all 0.3s;}
.p_list li:nth-child(3n+1){ margin-left:0;}
.p_list li .img{ position: relative;}
.p_list li .img:after{content: ""; position:absolute; left:0; bottom:0; width:100%; height:100%; background:rgba(216,164,0,0); transition:all 0.3s;}
.p_list li .img img{ display:block; width: 100%; height: 210px; object-fit: cover;}
.p_list li .txt{ font-size:16px; color:#94938f; line-height:30px; text-align:center; padding:10px 0; transition:all 0.3s;}
.p_list li:hover{top: -10px}
.p_list li:hover .img{ box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.1);}
.p_list li:hover .img:after{ background:rgba(216,164,0,0.6);}
.p_list li:hover .txt{ color:#332c2b;}

/*产品详情页*/
.p_i_l{ float:left; width:300px; background:#635e5d;}
.p_i_l .p_i_l_title{ font-size:20px; color:#ffffff; font-weight:bold; line-height:40px; padding-top:30px; padding-left:20px; padding-right:20px;}
.p_i_l .p_i_l_box{ padding-bottom:25px; padding-top:30px; border-top:#797574 1px solid;}
.p_i_l .p_i_l_box1{ padding-top:0; border-top:0;}
.p_i_l .p_i_l_box .title a{ display:block; padding:0 20px; font-size:14px; color:#ffffff; line-height:40px; transition:all 0.3s;}
.p_i_l .p_i_l_box .title a:hover,
.p_i_l .p_i_l_box .title.on a{ background:#c99903;}
.p_i_l_list li a{ display:block; padding:5px 40px; font-size:14px; color:#ffffff; line-height:30px; transition:all 0.3s;}
.p_i_l_list li a:hover,
.p_i_l_list li.on a{ background:#c99903;}
.p_i_r{ float:right; width:840px;}


.p_i_d1_l{ float: left; width: 408px;}
.p_i_d1_img{ width: 406px; height: 236px; border:#f2f0e9 1px solid; background: #fcfcfc; overflow: hidden;}
.p_i_d1_img img{ display:block; width: 406px; height: 236px; object-fit: cover;}

.picScroll_ry{  width: 393px;
  margin: 0 auto;
  position: relative;
  height: 85px;
  padding: 0px 0 0px 15px;
  /*background: #fff;*/
  overflow: hidden;
  float: left;
/*  margin-top:52px;
  margin-left:13px;*/
  }
.picScroll_ry ul{ overflow:hidden; zoom:1; }
.picScroll_ry ul li{ float:left;  width:102px; line-height: 58px; text-align: center; border:#f2f0e9 1px solid; overflow:hidden; display:inline; margin:0 11px; overflow: hidden;}
.picScroll_ry ul li img{ display:block; width:102px; height:58px; cursor:pointer; object-fit: cover;}
.picScroll_ry ul li.on{ border:#d8a400 1px solid;}
.picScroll_ry .prev,
.picScroll_ry .next{ position:absolute;  left:0px; top: 0; display:block; width:25px; height:60px; line-height: 60px; text-align: center;overflow:hidden; cursor:pointer; background: url(../images/i_d2_l.png) left center no-repeat; background-size:12px auto;}
.picScroll_ry .next{ left:auto; right:0px; background: url(../images/i_d2_r.png) right center no-repeat; background-size:12px auto;}
.picScroll_ry .prev:hover{ background: url(../images/i_d2_l_on.png) left center no-repeat; background-size:12px auto;}
.picScroll_ry .next:hover{ background: url(../images/i_d2_r_on.png) right center no-repeat; background-size:12px auto;}
.picScroll_ry .prevStop{  }
.picScroll_ry .nextStop{  }

.p_i_d1_r{ float:right; width:390px;}
.p_i_d1_r .title{ font-size:30px; color:#332c2b; line-height:40px; font-weight:bold;}
.p_i_d1_r .txt{ font-size:16px; color:#94938f; line-height:30px; margin-top:20px;}

.p_i_d2_title{ padding:20px 0; font-size:30px; color:#0e0e0d; font-weight:bold; line-height:50px;}
.p_i_d2_title span{ color:#d8a400;}

.p_i_d2_content{ position:relative;}
.p_i_d2_list li .img{ position: relative; height:150px;}
.p_i_d2_list li .img:after{content: ""; position:absolute; left:0; bottom:0; width:100%; height:100%; background:rgba(216,164,0,0); transition:all 0.3s;}
.p_i_d2_list li .img img{ width: 100%; height:150px; object-fit: cover;}
.p_i_d2_list li .txt{ font-size:16px; color:#94938f; line-height:30px; text-align:center; padding:10px 0; transition:all 0.3s;}
.p_i_d2_list li:hover .img:after{ background:rgba(216,164,0,0.6);}
.p_i_d2_list li:hover .txt{ color:#332c2b;}
.p_i_d2_next{ position:absolute; right:-50px; top:0; width:50px; height:150px; background: url(../images/i_d2_r.png) no-repeat center; cursor:pointer; outline:none;}
.p_i_d2_next:hover{ background: url(../images/i_d2_r_on.png) no-repeat center;}
.p_i_d2_prev{ position:absolute; left:-50px; top:0; width:50px; height:150px; background: url(../images/i_d2_l.png) no-repeat center; cursor:pointer; outline:none;}
.p_i_d2_prev:hover{ background: url(../images/i_d2_l_on.png) no-repeat center;}
