/* Write your styles */
html,body {
	position:relative;
    /* height:100%; */
	width:100%;

}
a{
 text-decoration: none;
 color: #544e4c;

}

* {
	padding:0;
	margin:0;
}
li {
	list-style:none;
}
body {
	background: #fff;
	font-family:Helvetica Neue,Helvetica,Arial,sans-serif; 
	  font-size: 14px; /* =14px */ /* !important*/
	  color: #544e4c;
}
*+address, *+blockquote, *+dl, *+fieldset, *+figure, *+hr, *+ol, *+p, *+pre, *+ul {
    margin-top: 0rem  ;
}
address, blockquote, dl, fieldset, figure, hr, ol, p, pre, ul {
    margin: 0 0 0rem 0  ;
}
ol, ul {
    padding-left: 0em;
}

.px1200{
	margin:0 auto; 
	width: 1200px;
}



/* 首页部分 */

/* 头部 */
.toub_k{
    height: 80px;
    background: #25201c;
    position: fixed;
    top: 0px;
    left:0px;
    width: 100%;
    z-index: 999;
}
.toub_k>div{
    display: flex; 
    align-items : center; 
    justify-content : space-between;
    height: 80px;
}
.toub_k ul{
    /* overflow: hidden; */
}
.toub_k ul>li{
    float: left;
    margin: 0 22px;
    height: 80px;
    line-height: 80px;
    position: relative;
}
.toub_k ul>li a{
    color: #be9a78;
    height: 80px;
    display: block;
		font-size:16px;

}
.toub_k ul>li a.you_jt{ 
    padding-right:14px;
    background: url(../images/jiant.png) no-repeat center right;
    /* -moz-transform:rotate(180deg); 
    -webkit-transform:rotate(180deg);
    transform:rotate(180deg);
    filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2) */ 
}

.toub_k ul>li .erji{
    width: 104px;
    position: absolute;
    left: -10px;
    padding:12px 8px;
    background: #25201c;
    display: none;
    
}
.toub_k ul>li .erji a{
    height: 40px;
    line-height: 40px;
    display: block;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s; 
}
.toub_k ul>li .erji a:hover{
  padding-left: 4px;
} 

.img_bj1{
    background: url(../images/shouy_img.jpg) no-repeat center center;
}
.img_bj2{
    background: url(../images/shouy_img1.jpg) no-repeat center center;
}
.section {
    overflow: hidden;
    position: relative;
}
.shouye_kbt{
    height: 100%;
}
.shouye_kbt .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff; 
    /* Center slide text vertically */ 
  }
  .shouye_kbt  .swiper-slide{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    overflow: hidden;
  }
 
  .shouy_img_d{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    overflow: hidden;
    height: 100%;
  }
 .shouy_img_d img { width:100%}
.Dsan_kuai{
    height: 600px;
    background: url(../images/banner_bg5.jpg) no-repeat bottom center;
    display: flex;
    align-items: center; 
}

.Dsan_kuai ul{
    overflow: hidden;
    display: flex;
    justify-content : space-between;
}
.Dsan_kuai ul li{
    float: left;
    text-align: center;
} 
.Dsan_kuai ul li .bt{
    position: relative;
    font-size: 24px;
    line-height: 55px;
    margin-bottom: 50px;
}

.Dsan_kuai ul li .bt i{
    width: 4em;
    display: inline-block;
    background: #544e4c;
    height: 2px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s; 
}
.Dsan_kuai ul li .bt i.no{
    width: 0em; 
    z-index: 1;
    background: #d4aa77; 
}
.Dsan_kuai ul li:hover .bt i.no{
    width: 4em; 
    
}
.Dsan_kuai ul li .img{
    width: 360px;
    height: 230px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    
}

.Dsan_kuai ul li .img img{ 
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s; 
}
.Dsan_kuai ul li:hover .img img{
    -webkit-filter: brightness(120%);
    filter: brightness(120%);
}
footer{
    background: #25201c;
    color: #fff;
    /* height: 450px; */
    position: relative;
}
footer .top{
   border-bottom: solid 1px #d4c6bb;
}
footer .top>div{
    height: 90px;
    display: flex;
    align-items: center;
    justify-content : space-between;

}

footer .top>div .footer_logo{
    opacity: .5;
    filter:alpha(opacity=50); 
}
footer .top>div .top_ul{
    
}
footer .top>div .top_ul li{
    float: right;
    padding-left:20px;
    width: 270px;
    position: relative;
}
footer .top>div .top_ul li .tanck{
    position: absolute;
    bottom: 55px;
    /* top: 0; */
    background: #fff;
    padding: 11px;
    overflow: hidden;
    display: none;
    border-radius: 5px;
    box-shadow: 0 0 5px #7d7d7d;
}
footer .top>div .top_ul li.guanz:hover .tanck{ 
    display: block; 
}
footer .top>div .top_ul li .tanck>div{
    color: #1f2526;text-align: center;
    float: left;margin: 0 10px;
}
footer .top>div .top_ul li .tanck>div p{
    color: #1f2526; 
    
}
footer .top>div .top_ul li i{
    display: block;
    width: 46px;
    height: 46px;
    background: url(../images/dibiao.png) no-repeat;
    background-position: -47px 0;
    margin-right: 4px;
    float: left;
}
footer .top>div .top_ul li p{
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
footer .top>div .top_ul li p span{
    display: block;
    opacity: .5;
    filter:alpha(opacity=50); 
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

footer .top>div .top_ul li:hover p{
    color: #d4aa77;
}
footer .top>div .top_ul li:hover i{
    background-position: -0px 0;
}
footer .top>div .top_ul li i.p1{
    background-position: -47px -48px;
}
footer .top>div .top_ul li i.p2{
    background-position: -47px -95px;
}
footer .top>div .top_ul li:hover i.p1{
    background-position: 0px -48px;
}
footer .top>div .top_ul li:hover i.p2{
    background-position: 0px -95px;
}

footer .center{
    padding:25px 0;
    display: flex;
    justify-content: space-between;
}
footer .center ul{
     border-right: solid #565d5d 1px;
     display: inline-block;
     padding-right: 45px;
     margin-right: 45px;
}
footer .center ul:last-child{
    border: none;
    margin: 0;
}
footer .center ul li{
    line-height: 25px;
}
footer .center ul li a{
    color: #fff;
    opacity: .6; 
    line-height: 25px;
    filter: alpha(opacity=60);
    display: inline-block;

}

footer .center ul li a:hover{
    color: #d4aa77;
    /* text-decoration: underline; */
    border-bottom: solid 1px #d4aa77;

}
footer .center ul li:first-child a{
    opacity: 1;
    filter:alpha(opacity=100); 
}
footer .center ul li:first-child{
    margin-bottom: 20px;
}
footer .bottom{
    background: #1f2526;
    height: 54px;
    /* position: absolute; */
    /* bottom: 0px; */
    /* width: 100px;
    

    */
    text-align: center;
    line-height: 54px;
}

footer .bottom span{
    color: #fff;
    opacity: .6;
    filter:alpha(opacity=60); 
}



/* 子页开始了*/

/* 品牌中心 */
.ziye_tu{
    position: relative;
    overflow: hidden;
    top:32px;
    margin-bottom: 30px
}
.ziye_tu .beij_k{
    height: 940px;
    display: flex;
    justify-content : center;
    align-items : center; 
    
}
 

.ziye_tu .erji_daoh{
    position: absolute; 
    bottom: 315px;
    width: 100%;
    left: 0px;
}
.ziye_tu .erji_daoh ul{
    overflow: hidden;
    text-align: center;
}

.ziye_tu .erji_daoh ul li{
    /* padding: 20px 55px; */
    background: #b28f54; 
    margin: 0 10px;
    display: inline-block;
    border-radius: 4px;
}
.ziye_tu .erji_daoh ul li a{
    font-size:24px;
    color: #fff;
    display: block;
    padding: 20px 55px;
}
.ziye_tu .erji_daoh ul li.no a{
    color: #f9fa00;
    
}
.ziye_tu .erji_daoh ul li:hover a{
    color: #f9fa00;
}

.dangq_weiz{
border-bottom: solid 1px #f0f0f0;
}
.dangq_weiz>div{
    display: flex;
    /* justify-content : center; */
    justify-content : space-between;
    padding: 35px 0;
    align-items : center; 
}
.dangq_weiz .dqlj{
    font-size: 18px;
}
.dangq_weiz .dqlj a{
    display: inline-block;
    padding:0 5px;
}
.dangq_weiz ul.sanji_dh{
    font-size: 18px; 
}

.dangq_weiz ul.sanji_dh li{
    float: left;
    padding:0 30px;
    height: 18px;
    line-height: 18px;
    border-right: 1px #d5d5d5 solid;
}
 
.dangq_weiz ul.sanji_dh li:last-child{
    padding-right:0px;
    border-right: 0px #d5d5d5 solid;

}

.dangq_weiz ul.sanji_dh li:hover a{
    color: #d4aa77;
}
.dangq_weiz ul.sanji_dh li.no a{
    color: #d4aa77;
}

.brand_neirong_k{
    font-size:18px;
    line-height: 30px;
}

.daj_biaot{
    padding: 20px 0;
    text-align: center;
}
.daj_biaot h1{
    color: #b28f54;
    line-height: 55px;
}

.daj_biaot p{
color: #666;
}


/* 时间轴 */


.demo {
	width:1200px;
    margin:60px auto 0 auto;
    margin-bottom: 60px;
}
/*history*/

.history {
	background:url(../images/line04.gif) repeat-y 187px 0;
	overflow:hidden;
	position:relative;
}
.history-date {
	overflow:hidden;
	position:relative;
}
.history-date h2 {
	background:#fff url(../images/icon06.gif) no-repeat 158px 0;
	height:59px;
	font-size:25px;
	font-family:微软雅黑;
	font-weight:normal;
	padding-left:45px;
	margin-bottom:74px;
}
.history-date h2.first {
	position:absolute;
	left:0;
	top:0;
	width:935px;
	z-index:99;
}
.history-date h2 a {
	color:#b28f54;
	display:inline-block;
*display:inline;
	zoom:1;
	background:url(../images/icon08.gif) no-repeat right 50%;
	padding-right:17px;
	margin:21px 97px 0 0;
}
.history-date h2 a:hover {
	text-decoration:none;
}
.history-date h2 img {
	vertical-align:-5px;
}
.history-date h2.date02 {
	background:none;
}
.history-date ul li {
	background:url(../images/icon07.gif) no-repeat 180px 0;
	padding-bottom:50px;
	zoom:1;
}
.history-date ul li.last {
	padding-bottom:0;
}
.history-date ul li:after {
	content:" ";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.history-date ul li h3 {
	float:left;
	width:168px;
	text-align:right;
	padding-right:19px;
	color:#c3c3c3;
	font:normal 18px/16px Arial;
}
.history-date ul li h3 span {
	display:block;
	color:#d0d0d0;
	font-size:12px;
}
.history-date ul li dl {
	float:left;
	padding-left:41px;
	margin-top:-5px;
	font-family:微软雅黑;
}
.history-date ul li dl dt {
	font:20px/22px 微软雅黑;
	color:#737373;
}
.history-date ul li dl dt span {
	display:block;
	color:#787878;
	font-size:12px;
}
.history-date ul li.green h3 {
	color:#1db702;
}
.history-date ul li.green h3 span {
	color:#a8dda3;
}
.history-date ul li.green dl {
	margin-top:-8px;
}
.history-date ul li.green dl dt {
	font-size:30px;
	line-height:28px;
}
.history-date ul li.green dl dt a {
	display:inline-block;
*display:inline;
	zoom:1;
	overflow:hidden;
	vertical-align:middle;
	margin-left:12px;
}
.history-date ul li.green dl dd {
	padding-top:20px;
	display:none;
}
.history-date ul li.green dl dd img {
	float:left;
}
.history-date ul li.green dl dd p {
	overflow:hidden;
	zoom:1;
	line-height:21px;
	color:#787878;
}
.history-date h2.first .more-history {
	font-size:16px;
	background:transparent;
	margin-left:30px;
}
.history-date h2.first .more-history:hover {
	text-decoration:underline;
}
*body .history-date ul li dl dt {
	_font-size:12px!important;
	_font-weight:bold;
}
*body .history-date ul li dl dt span {
	_font-weight:normal!important;
}
*body .history-date ul li.green dl dt a {
	_background:transparent!important;
*background:transparent!important;
*font-size:12px!important;
	_font-weight:normal!important;
}

.history-date ul li .img_s{
    width: 380px;
    height: 250px;
    overflow: hidden;
    align-items : center;
    justify-content : center;
    display: flex;
    float: left;
}

.history-date ul li .text{
    float: left;
    width: 500px;
    margin-left: 30px;
    max-height: 250px;
    line-height: 35px;
    overflow: auto;
}
.history-date ul li .text .bt{
    line-height: 45px;
}

.history-date ul li .text::-webkit-scrollbar {/*滚动条整体样式*/
    width: 2px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;

}

.history-date ul li .text::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 10px;
     -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: #535353;
}

.history-date ul li .text::-webkit-scrollbar-track {/*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 10px;
    background: #EDEDED;

}
.history-date ul li .text p{
    text-align: justify;
    padding-right: 10px;
}


.rongyv_t{
    padding: 20px 0;
    height: 500px;overflow: hidden;
    display: flex;
    align-items : center;
    justify-content : center;
}

 
.rongyv_liebk{
     
}

.rongyv_liebk ul{
    overflow: hidden; 
}

.rongyv_liebk ul li{
    width: 280px;
    float: left;
    height: 175px;
    display: flex;
    align-items : center;
    justify-content : center;
    margin:0 10px;overflow: hidden;
    margin-bottom: 20px;
    position: relative;
}

.rongyv_liebk ul li img{
    width: 280px; 
}

.rongyv_liebk ul li .bt{
    position: absolute;
    left: 0;
    width: 100%;
    padding: 10px 5px;
    overflow: hidden;
    bottom: 0;
    color: #fff;
    text-align: center;
    font-size: 16px;
    background: -webkit-linear-gradient(left, rgba(0,0,0,.1) , rgba(0,0,0,.8));
    background: -o-linear-gradient(bottom,  rgba(0,0,0,.1), rgba(0,0,0,.8));
    background: -moz-linear-gradient(bottom,  rgba(0,0,0,.1), rgba(0,0,0,.8));
    background: linear-gradient(to bottom,  rgba(0,0,0,.1), rgba(0,0,0,.8));
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.rongyv_liebk ul li .anniu{
    width: 280px; 
    height: 175px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 0;
    background: rgba(255,255,255,.4);
    display: flex;
    align-items : center;
    justify-content : center;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.rongyv_liebk ul li .anniu a{
    background: #b28f54;
    color: #fff;
    padding: 8px 30px;
    display: block; 
    border-radius: 4px;
    font-size: 16px;
    
}

.rongyv_liebk ul li:hover .anniu{
    opacity: 1; 
}

.rongyv_liebk ul li:hover .bt{
    bottom: -40px
}

/* 弹出层 */

.zheshi_tcc{position: fixed;width: 100%; height: 100%;z-index: 999;
    top: 0px;left: 0px;display:none; font-size: 16px;}
.zheshi_tcc .tcc_beij{position: absolute;width: 100%; height: 100%; 
    background: rgba(0,0,0,.5);}
.zheshi_tcc .tcc_neir{position: absolute; top: 0;left: 0;
     right: 0;bottom: 0;margin: auto;
    z-index: 999; width: 900px;min-height:35px; min-height: 230px;
    height: fit-content;
    padding:0;border-radius: 8px;background: #fff;overflow: hidden;
}
.zheshi_tcc .tcc_neir .bt{padding: 15px;background: #b28f54; color: #fff;}
.zheshi_tcc .tcc_neir p{padding: 2% 3%;}
.zheshi_tcc .tcc_neir .anniu{text-align: center;}
.zheshi_tcc .tcc_neir .anniu a{
    display: inline-block;
    padding: 2% 8%;
    margin-bottom: 20px;
    margin-top: 20px;
    background: #b28f54;
    border-radius: 4px;
    color: #fff;
    /* margin: 3% 3% 5% 3%; */
}
/* .zheshi_tcc .tcc_neir .anniu a:last-child{background: #ddd;
    color: #828282;} */

.rongyv_xaq{
    height: 400px;
    overflow: auto;
    padding:30px 60px;
    margin:0 20px;
    text-align: center;
    line-height: 30px;
    background: #f2f2f2;
}

.rongyv_xaq img{
    max-width: 100% ;
}
.rongyv_xaq::-webkit-scrollbar {/*滚动条整体样式*/
    width: 2px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;

}

.rongyv_xaq::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 10px;
     -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: #535353;
}

.rongyv_xaq::-webkit-scrollbar-track {/*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 10px;
    background: #EDEDED;

}
.zj_news ul{
    padding-bottom: 35px;
}
.zj_news ul li{
    overflow: hidden;
 
}
.zj_news{
    width: 1200px;
}
.zj_news ul li{
    padding: 30px 0;
    border-bottom: solid 1px #e2e2e2;
}
.zj_news ul li .img_s{
    width: 249px;
    height: 149px;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    display: flex;
    float: left;
}
{
    font-size: 20px;
    padding-bottom: 20px;
 
}

.zj_news ul li .text h4:before {
    content: "";
    display: block;
    width: 160px;
    height: 2px;
    background: #776c61;
    position: absolute;
    left: 0;
    transition: all .6s ease;
    bottom: 0;
    
}
.zj_news ul li .text{ 
    float: left;
    width: 682px;
    margin-left: 30px;
    max-height: 250px;
    line-height: 35px;
    overflow: auto;
    text-align: justify; 
    
}
.zj_news ul li .text p{
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow : hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.zj_news ul li .text span{
    margin-top: 30px;
    display: block;
}

.ny{width:100px; height:100px;background:#e6e7e7; overflow:hidden; float: right;}

.nia{ font-size:30px; line-height: 30px; padding:10px; color:#4b3b2e; display: block; width:80px; font-weight: lighter;}

.yue{ font-size:20px; line-height: 26px; color:#4b3b2e; display: block;  position: relative; width:80px; padding:10px; font-weight:lighter;}

.yue:before{display: block; content: ""; width:80px; height:1px; background:#4b3b2e; position: absolute; top:0; left:10px; }

/*-------pages-------*/

#pages{ width:100%; margin:40px auto; text-align:center;}

#pages a,#pages span{ margin:0 5px; display:inline-block; padding:6px 12px; border:1px solid #776c61;}

#pages a:hover,#pages span{ background:#4b3b2e;border:1px solid #4b3b2e; color:#fff;}

#pages a:nth-child(1){ display:none;}
.zimtjz_img ul{
    /* float: left; */
    overflow: hidden;
}
.zimtjz_img
{
max-width: 1200px;
margin: 0 auto;

}
.zimtjz_img ul li{
    width: 25%;
    float: left;
    margin: 0 1px 1px 0;
    background: #b28f54
}
.zimtjz_img ul li:first-child{
    margin-left: -4px;

}
.zimtjz_img ul li:nth-child(5n){
    margin-left: -4px;

}
.zimtjz_img ul li img{
    width: 100%;
    display: block;
}
.ship_list{
    padding:60px 0;
}
.ship_list h2{
    font-size: 20px;
    line-height: 60px;
    padding-bottom: 20px;
}

.ship_list ul{
    overflow: hidden;
    display: flex;
    
}

.ship_list ul li{
    float: left;
    margin-right: 10px;
}
.ship_list ul li a.img{
    width: 290px;
    height: 160px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.ship_list ul li i{
    width: 100%;
    height: 100%;
    display: flex;
    background: rgba(0,0,0,.2) url(../images/bof.png) no-repeat center center;
    position: absolute;
    top: 0px;
    left: 0px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.ship_list ul li i:hover{
    background: rgba(0,0,0,.5) url(../images/bof.png) no-repeat center center;
}
.ship_list ul li img{
    width: 100%;
}
.ship_list ul li .text{
    padding: 10px 0;
}
.ship_list ul li .text p{
    font-size: 18px;
}
.ship_list ul li .text span{
    display: block;
}

.swiper_ziye {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
  }
  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  
 .swiper_ziye.swiper-container-horizontal>.swiper-pagination-bullets{
    bottom: 30px;
    left: 0;
    width: 100%;
 }

 .swiper_ziye.swiper-pagination-bullet-active{
    opacity: 1;
    background: #b28f54;
}
.lieb_zp{
    padding: 30px 0;
}
.lieb_zp>ul{
display:flex;
justify-content : space-between;
}

.lieb_zp>ul li{
    float: left;
    width: 30%;
}
.lieb_zp>ul li h2{
    height: 120px;
    background: #cfcfcf;
    display: flex;
    align-items: center;
    padding:0 15px;
    font-size: 35px; 
    font-weight: normal;
    color: #fff;

}
.lieb_zp>ul li h2:hover{
    color: #b28f54;
}
.lieb_zp>ul li h2 i{
    width: 150px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-right: 20px;
}
.lieb_zp>ul li h2 i img{
    width: 100%;
    min-height: 100%;
}

.lieb_zp>ul li dl{
    padding: 20px 0;
}
.lieb_zp>ul li dl dt{
    font-size: 18px;
    padding-bottom: 5px;
}
.lieb_zp>ul li dl dd{
    color:#7d7d7d;
}

.lieb_zp>ul li b{
    width: 360px;
    height: 360px;
    text-align: center;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
}
.lieb_zp>ul li b i{
    width: 1px;
    height: 360px;
    display: block;
    position: absolute;
    right: -36px;
    background: -webkit-linear-gradient(left, rgba(0,0,0,.5) , rgba(0,0,0,.0));
    background: -o-linear-gradient(bottom,  rgba(0,0,0,.5), rgba(0,0,0,.0));
    background: -moz-linear-gradient(bottom,  rgba(0,0,0,.5), rgba(0,0,0,.0));
    background: linear-gradient(to bottom,  rgba(0,0,0,.5), rgba(0,0,0,.0));

}
 
.zhiwei{
    padding: 30px 0;
}
.zhiwei .sos{
    text-align: center;
}
.zhiwei .sos p{
    font-size: 24px;
    padding-bottom: 25px;
}
.zhiwei .sos input{
    width: 500px;
    height: 40px;
    padding: 0 10px;
    border: solid 1px #c7c7c7;
}
.zhiwei .sos button{
height: 42px;
width: 145px;
background: #c7c7c7;
color: #fff;
border: none;
margin-left: 20px;
}
.ziwei_list{
    /* width: 33%; */
    padding: 40px 0;
}

.ziwei_list ul{
    /* display: flex; */
    overflow: hidden;
}
.ziwei_list ul li{
 width: 400px;
    height:180px;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
    overflow: hidden;
    cursor:pointer;
    float: left;
    border-left: solid 1px #fff;
    border-bottom: solid 1px #fff;
    margin-left: -1px;
}
.ziwei_list ul li img{
    width: 100%;
}
.ziwei_list ul li .text{
    position: absolute;
    width: 350px;
    padding: 25px;
    height: 130px;
    top: 0px;
    left: 0px;
    background: rgba(0,0,0,.5);
    color:#fff;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.ziwei_list ul li:hover .text{
    background: rgba(0,0,0,.2);


}
.ziwei_list ul li .text h2{
    background: url(../images/sanjx.png) no-repeat center right;
    font-weight: normal;
    font-size: 24px;
}
.ziwei_list ul li .text p{
    position: absolute;
    bottom: 20px;
    left: 20px;
}

.rongyv_xaq2{
    text-align: left;
}
.rongyv_xaq2 h2{
    margin-bottom: 20px;
    
}
.rongyv_xaq2 p{
    padding: 10px 0!important;
}

.shuiml_rongyv_t{
    position: relative;
}

.shuiml_rongyv_t .sands{
    position: absolute;
    overflow: hidden;
}
.shuiml_rongyv_t .sands li{
    float: left;
    border:solid 1px #b28f54;
    margin: 0 30px;
    padding:12px 30px;
    font-size: 24px;
    cursor:pointer;/*光标手型*/
}

.shuiml_rongyv_t .sands li.no{
    background: #b28f54;
    color: #d4aa77;
}

.xuanxk_dazr>div{
    display: none;
}
.xuanxk_dazr>div.rongyv_t{
    display: block;
    height: inherit;
}

.ul_img{ 
    margin: 0 auto;
    overflow: hidden;
    width: 1200px;
    display: flex;
    justify-content : flex-start;
    align-items : center;
}
.ul_img li{
   float: left;
   margin: 0 40px;
   width: 120px;
   height: 120px;
}
.broduct_list_k {
    padding-top: 130px;
}
.broduct_list_k ul{
    overflow: hidden;
}
.broduct_list_k ul li{
    float: left;
    width:270px;
    margin-right: 40px;
    margin-bottom: 40px;
    
}
.broduct_list_k ul li h2{
    width: 260px;
    height: 200px;
    margin: 5px;
    overflow:hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.broduct_list_k ul li:nth-child(4n){
    margin-right:0px;

}

.broduct_list_k h1{
    padding: 20px 0;
    font-size: 30px;
    font-weight: normal;
    padding-top: 40px;
    
}
.broduct_list_k ul li p{
    padding: 20px 0;
    border-top: 2px solid #f6f6f6;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.stuckMenu{
    width: 100%;
    background: #fff;
    padding-top: 0px;
    border-bottom: solid 1px #f0f0f0;
}

.dangq_weiz_no{
    border-bottom: solid 0px #f0f0f0;

}

.pr_xq{
    height: 450px;
}
.pr_xq>div{
    overflow: hidden;
    width: 1000px;
}
.pr_xq>div>div{
   float: left;
   width: 450px;
   height:400px ;
}
.text_neir{
    margin-left: 80px;
    line-height: 40px;
    margin-top: 35px;
}

.text_neir h1{
    color: #394038;
    border-bottom: solid 1px #394038;
    line-height: 80px;
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: normal;
}
.text_neir h2{
    color: #394038;
    font-weight: normal;
}
.text_neir p{
    line-height:30px; 
}
.text_neir a{
    display: inline-block;
    background: #d4aa77;
    color: #fff;
    margin-top: 25px;
    padding: 0 30px;
    border-radius: 5px;
}

.left_img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
  }

.left_img .swiper-pagination-bullet-active {
    opacity: 1;
    background: #d4aa77;
}

.henx_Xq{
    height: 65px;
    text-align: center;
    line-height: 65px;
    background: #f3f3f3;
    color: #d4aa77;
}
.henx_Xq h2{
    font-weight: normal;

}

.shangpxq_k{
    width: 1000px;
    margin: 30px auto;
}

.dsf_xq_bt{
    width: 1200px;
    margin: 30px auto;
    display: flex;
    align-items : center;
    
}
.dsf_xq_bt p{
    font-size: 20px;margin-left: 10px;
}

.px_canshu{
    width: 1200px;
    margin: 30px auto;
    overflow: hidden;
    
}

.px_canshu p{
    float: left;
    width: 300px;
    margin-left: 30px;
    line-height: 35px;
}

/* yueg */

.moo_shangt_k{
    position: absolute;
    margin: auto;
    top:25%;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index:100;
    width: 1200px; 
    text-align: center;
    
}

.moo_shangt_k>div.dyi{
    width: 750px; 
    margin: auto;
    color: #fff;
}

.moo_shangt_k>div.dyi h4{
    font-weight: normal;
    font-size: 48px;
    text-transform : uppercase;
    color: #d4aa77;
    line-height: 90px;
}

.moo_shangt_k>div.dyi h3{
    font-size: 30px;
    line-height: 65px;
    font-weight: normal;
}
.moo_shangt_k>div.dyi p{
    text-align: center;
    line-height: 30px;
    font-size: 16px;
}

.moo_shangt_k>div.dyi img.qi{
margin: 30px 0;    
display: inline-block;

}
.moo_shangt_k>div.dyi .list{
    display: flex;
    justify-content : center;
}

.moo_shangt_k>div.dyi .list li{
    padding:45px;
    cursor:pointer;
}
.moo_shangt_k>div.dyi .list li .img{
    width: 115px;
    position: relative;
    height: 115px;
}
.moo_shangt_k>div.dyi .list li .img img{
    position: absolute;
    top: 0px;
    left:0px;
}
.moo_shangt_k>div.dyi .list li p{
    /* color: #d4aa77; */
    line-height: 60px;
}
.moo_shangt_k>div.dyi .list li .img img.no{
    display:  block;
    }
.moo_shangt_k>div.dyi .list li:hover .img img.no{
display: none;
}
.moo_shangt_k>div.dyi .list li .img img.yes{
display: none;
    
}

.moo_shangt_k>div.dyi .list li:hover .img img.yes{
    display: block;
        
    }
.moo_shangt_k>div.dyi .list li:hover p{
    color: #d4aa77;
}

.biaodan_d{
    width: 450px;
    height: 40px;
}

.biaodan_d input{ 
    width: 450px;
    height: 40px;
    border: solid 1px #dbdbdb;
    border-radius: 4px;
    padding: 0 5px;
    margin-bottom: 20px;
}
.biaodan_d textarea{
    width: 450px;
    height: 100px;
    border: solid 1px #dbdbdb;
    border-radius: 4px;
    margin-bottom: 20px;
    padding: 5px 5px;
}
.biaodan_d button{
    width: 462px;
    height: 45px;
    border: solid 1px #d4aa77;
    border-radius: 4px;
    padding: 5px 5px;
    background: #d4aa77;
    color: #fff;
}
.navbar-inverse .navbar-nav>.active>a {
    background: #b28f54;
    font-weight: 700;
}
.div_anli{
    padding: 20px 0;
    overflow: hidden;
}
.div_anli .bt{
    text-align: center;
    margin-bottom: 35px;
}
.div_anli .bt h3{
    font-size:24px;
    font-weight: normal;
    line-height: 40px;
}
.div_anli .bt p{
    font-size: 16px;
}

.div_anli .left{
    float: left;
    overflow: hidden;
    width: 760px;
}
.div_anli .left dl{
float: left;
width: 360px;
margin-bottom: 20px;
text-align: center;

}
 

.div_anli .left dt{
    width: 360px;
    overflow: hidden;
    height: 200px;
    display: flex;
    align-items : center;
    
}
.div_anli .left dl:nth-child(2n){
float: right;
}
.div_anli .left dt img{
    width: 100%;
}
.div_anli .left dd{
    text-align: center;line-height: 30px;font-size: 16px;
    white-space: nowrap;
       overflow: hidden;
          text-overflow: ellipsis;
}
.div_anli .left dl:hover dd{
   color: #d4aa77;
}

.div_anli .right{
    width: 400px;
    float:right;
}
.div_anli .right dl{
    width: 400px;
     
}
.div_anli .right dl dt{
    width: 400px;
    height: 400px;
}
.div_anli .right span{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
     overflow: hidden;
}

.xuanxk>div.no {
	display:block;
}
.xuanxk>div{
    display: none;
}
.stuckMenu ul li.cur a {
	background:#b28f54
}


.kuail_k{
    padding: 40px 0;
    overflow: hidden;
}
.kuail_k>div{
    float: left;
    margin-left: -1px;
    border-right: solid 1px #ebebeb;
    height:500px;
    width: 400px;
    text-align: center;
    line-height: 30px;
}
.kuail_k>div h2{
    padding-bottom: 50px;
}

.kuail_k>div .tij_anniu{
    border: none;
    background: #d4aa77;
    color: #fff;
    padding: 5px 20px;
    margin-top: 20px;
    display: inline-block;
}
.kuail_k>div.right ul{
    height: 360px;
    overflow: hidden;
}
.kuail_k>div.right ul span{
    padding: 0 15px;

}
.kuail_k>div.right b{
    color: #d4aa77;
    font-size: 35px;
}

.ziye_tu_de{
    padding: 20px 0;
}
.ziye_tu_de .beij_k{
    height: initial;
}

.fuj_bend{
    position: absolute;
    top: 0px;
    left: 0px;
    right:0px;
}
.fuj_bend .left_k{
    width:430px;
    height: 550px;
    margin-top: 200px;
    background: #fff;
}

.nlisd{
    padding: 30px;
    padding-bottom: 10px;
    border-bottom: solid 1px #dadada;
}
.nlisd>select{
    width: 170px;
    height: 40px;
}
.nlisd>select.city{
    float: right;
}
.nlisd p{
    padding-top: 20px;
}
.nlisd p b{
    margin: 0 3px;
}
.color_sf{
    height: 370px;
    margin: 30px;
    overflow:auto;
}
.color_sf li{
    float: left;
    display: flex;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: solid 1px #eaeaea;
    width: 100%;
} 
.color_sf li .left{
    margin-right: 10px;
}
.color_sf li .left p{
    width: 22px;
    height: 22px;
    display: block;
    background: #535353;
    border-radius: 100px;
    color: #fff;
    text-align: center;
    line-height: 22px;
}

.color_sf li .right p{
    display: flex;
    align-items : center;
    margin-top: 10px;
    
}

.color_sf::-webkit-scrollbar {/*滚动条整体样式*/
    width: 2px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;

}

.color_sf::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 10px;
     -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: #929292;
}

.color_sf::-webkit-scrollbar-track {/*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 10px;
    background: #EDEDED;

}

/* 右边 */
.fudong_ds{
    position:fixed;
    right:50px;
    bottom: 200px;
    z-index: 9999;
}
/* .fudong_ds ul li {
    position: relative;
    width: 50px;
    height: 86.6px;
    margin: 50px auto;
    background-color: red;
}
.fudong_ds ul li:before {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    right:50px;
    border-width: 43.3px 25px;
    border-style: solid;
    border-color: transparent red transparent transparent;
}
.fudong_ds ul li:after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    left:50px;
    border-width: 43.3px 25px;
    border-style: solid;
    border-color: transparent transparent transparent red;
    top:0;
} */

.fudong_ds ul li>a{
    background: url(../images/right_der1.png) no-repeat center center;
}
.fudong_ds ul li>a.border_d{
    background: url(../images/right_der2.png) no-repeat center center;
}
.fudong_ds ul li>a.border_d1{
    background: url(../images/right_der3.png) no-repeat center center;
}
.fudong_ds ul li>a.border_d2{
    background: url(../images/right_der4.png) no-repeat center center;
}
.fudong_ds ul li>a{
    width: 60px;
    height: 60px;
    /* background-size: 100% 100%; */
  
    display: block;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
}

.fudong_ds ul li .dsfg{
    position: absolute;
    left: -140px;
    padding: 10px 0;
    border: solid 1px #d4aa77;
    width: 130px;
    text-align: center;
    /* color: #d4aa77; */
    background: #fff;
    display: none;
    border-radius: 2px;

}
.fudong_ds ul li:hover .dsfg{
    display: block;
}
.fudong_ds ul li .dsfg:before{
    content: '';
    position: absolute;
    width:13px;
    height:100%;
    left:115px;
    top:0;
}
.fudong_ds ul li .dsfg:after{
    content: '';
    width: 12px;
    height: 12px;
    position: absolute;
    right: -7px;
    margin-top:-7px;
    top: 50%;
    background: #fff;
    border-top: 1px #d4aa77 solid;
    border-right: 1px #d4aa77 solid;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.fudong_ds ul li .dsfg .weib{
    padding: 10px;
}

.fudong_ds ul li .dsfg .weib_sd{
    text-align: center; 
}
.fudong_ds ul li .dsfg .weib_sd img{ 
    max-width:99px;
}
#fp-nav.fp-right {
    right: 17px;
}
 




/* 后面添加导航css */
 
.ziye_tu .erji_daoh ul{
    padding: 20px 0;
}
.ziye_tu .erji_daoh ul li { 
margin: 0 20px;
border: solid 1px rgba(255, 255, 255, .6);
background: none;
border-radius: 0;

}
.ziye_tu .erji_daoh ul li a{
    position: relative;
    padding: 12px 20px 12px 20px;
}
/* .ziye_tu .erji_daoh ul li a::after{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    border: solid 1px rgba(255, 255, 255, .6);
    top: -10px;
    left: -10px;
    z-index: 1;
} */
.ziye_tu .erji_daoh ul li.no{
    border: solid 1px rgba(255, 255, 255, .0);
}
.ziye_tu .erji_daoh ul li.no a{ 
    background: #b28f54;
    color: #fff;
}
/* .ziye_tu .erji_daoh ul li.no a::after{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    border: solid 1px rgba(249, 250, 0, .6);
    top: -10px;
    left: -10px;
    z-index: 1;
} */
/* .ziye_tu .erji_daoh ul li:hover a::after{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    border: solid 1px rgba(249, 250, 0, .6);
    top: -10px;
    left: -10px;
    z-index: 1;
} */
.ziye_tu .erji_daoh ul li:hover a{
    background: #b28f54;
    color: #fff;

}
.ziye_tu .erji_daoh ul li:hover{
    border: solid 1px rgba(255, 255, 255, .0); 
} 

/* 产品中心导航 */

.navbar-inverse .navbar-nav>.active>a{
    background: #b28f54;
    font-weight: 700;
}
.ul_img li a img{
    opacity: .3;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.ul_img li:hover a img{
    opacity: 1; 
}
.navbar-inverse .navbar-nav>.active>a img{ 
    opacity:1;
}

/* 地图 */

.fuj_bend{
    position: relative;
    padding-top: 50px;
    overflow: hidden;
    display: flex;
} 

.fuj_bend .left_k {
    width:30%;
    height: 550px;
    margin-top:initial;
 
    background: #fff;
    float: left;
}

.noci_ditu{

    width: 70%;
    background: #555;
    float: left;
}

#container{
           width: 100%;
           height: 100%;
           overflow: hidden;
		   min-height: 600px;
       }
.nlisd>select{
    width: 48%;
}

@media screen and (max-width: 1200px)
{
    .fuj_bend { 
        width: 1200px;
    }
}
 
 
 
.shouye_kbt {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.shouye_kbt .swiper-container {
	margin-top: -40px;
	width: 100%;
	height:1080px;
	overflow:hidden;
}
.swiper-button-prev,.swiper-button-next{
	width: 15%;
	height: 100%;
	top:0;
	background:none;
	}
.swiper-button-prev{
	left:0;}	
.swiper-button-next{
	right:0;}	
.swiper-button-prev span,.swiper-button-next span{
	display:block;
	width: 64px;
	height: 64px;
	position: absolute;
	left: 20px;
	top: 50%;
	margin-top:-32px;
	border-radius: 100%;
	background: rgba(180,180,180,0.25) url(../img/arrows.png) no-repeat center 17px;
	opacity: 0;
	-webkit-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
}
.swiper-button-next span{
	background: rgba(180,180,180,0.25) url(../img/arrows.png) no-repeat center -71px;
	left:auto;
	right:20px;
	}
.swiper-button-prev:hover span,.swiper-button-next:hover span{
	opacity: .6;
}
/*分页器*/
.shouye_kbt .swiper-pagination{
	top:auto;
	bottom:50px;
	background:none;
}
.shouye_kbt  .swiper-pagination-bullet {
	display: inline-block;
	width: 50px;
	height: 30px;
	margin: 0 3px;
	cursor: pointer;
	background: none;
	border-radius:0;
	opacity: 1;
}
.shouye_kbt  .swiper-pagination-bullet span {
	width: 50px;
	height: 2px;
	display: block;
	background: rgba(128,128,128,0.2);
}
.shouye_kbt .swiper-pagination-bullet-active span{
    background:gray;
}
.shouye_kbt .autoplay .swiper-pagination-bullet-active span{
    background: rgba(128,128,128,0.2);
}
.shouye_kbt  .swiper-pagination-bullet i{
	background: gray;
	height: 2px;
	transform:scaleX(0);
	transform-origin: 0;
	display: block;
}
.shouye_kbt .autoplay .firsrCurrent i{
	transition:transform 2.9s linear;
	transform:scaleX(1);
}
.shouye_kbt .autoplay .current i{
	transition:transform 4s linear;
	transform:scaleX(1);
}
.shouye_kbt  .autoplay .replace span{
  background:gray;
}
/*内容样式*/

.slide1 {
	background: #000 url(../img/iphone_large.jpg) no-repeat 50% 10%;
	background-size: auto 100%;
}

.slide1 .title {
	text-align: center;
	margin-top: 100px;
	font-size: 30px;
	font-weight: normal;
	color: #fff;
}

.slide2 {
	background: #f3f3f3 url(../img/watch_alt_large.jpg) no-repeat center 50%;
	background-size: auto 100%;
}

.slide2 .title {
	padding-top: 100px;
	text-align: center;
}

.slide2 h2 {
	bottom: 100px;
	text-align: center;
	font-size: 30px;
	font-weight: normal;
	position: absolute;
	width: 100%;
}

.slide3 {
	background: #fff url(../img/macbookpro_large.jpg) no-repeat center 110%;
	background-size: auto 70%;
}

.slide3 .title {
	text-align: center;
	margin-top: 100px;
	font-size: 40px;
	font-weight: normal;
}



/******************************新闻内容***********************************/
.news_i_c {
	background: #fff;
	padding: 40px;
}
.news_i_title1 {
	font-size: 18px;
	color: #414141;
	line-height: 35px;
	text-align: center;
}
.news_i_title2 {
	font-size: 14px;
	color: #a6a6a6;
	line-height: 25px;
	text-align: center;
	padding-bottom: 10px;
	border-bottom: #d1d1d1 1px dashed;
}
a.news_i_ico_a {
	display: block;
	width: 392px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #fff;
	font-size: 14px;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
a.news_i_ico_a img.l {
	margin-right: 25px;
}

.content {
	font-size: 16px;
	color: #333333;
	line-height: 30px;
}
.content * {
	line-height: 30px;
}
.content p {
	padding: 10px 0;
}
.content img {
	max-width: 100%;
}


/*招聘开始*/
.wrap {
	width: 96%;
	margin: 0 auto;
	max-width: 1200px;
	position: relative
}
img, a {
	border: 0
}
ul, li {
	list-style: none
}
* {
	margin: 0;
	padding: 0
}

*, *:after, *:before {
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s
}

.page {
	
	overflow: hidden;
	padding: 60px 0
}
.page:after {
	content: '';
	display: block;
	clear: both
}

.zp_p_list {
	max-width: 1200px;
	margin: 0 auto;
	line-height: 28px;
	color: #4c4c4c
}
.zp_p_list a {
	color: #be9a78
}
.bold {
	font-weight: 700
}
.zp_p_list .list {
	border-bottom: 1px solid #ebefef;
	margin-bottom: 15px;
	padding-bottom: 15px
}
.zp_p_list .list:last-child {
	border-bottom: 0
}
.zp_p_list .list h3 {
	font-size: 20px;
	font-weight: 400;
	color: #000;
	margin-bottom: 5px;
	line-height: 40px
}
.zp_p_list .text>ul>li {
	list-style: decimal;
	margin-left: 20px
}
.zp_list .text>ul {
	max-width: 514px
}
.zp_p_list .title {
	cursor: pointer;
	margin: 10px 0;
	line-height: 54px;
	border: 1px solid #e3e9ec;
	background: url(../images/icon12.png) no-repeat 98% center #f9f9f9;
	padding: 0 20px
}
.zp_p_list .title span {
	display: inline-block;
	width: 23%;
	color: #000
}
.zp_p_list .title span.span1 {
	font-size: 22px
}
.zp_p_list .box {
	display: none;
	transition: all 0s;
	-o-transition: all 0s;
	-webkit-transition: all 0s;
	-moz-transition: all 0s;
	-ms-transition: all 0s
}
.zp_p_list .on .title, .zp_p_list li:hover .title {
	background: url(../images/icon12-1.png) no-repeat 98% center #be9a78;
	border-color: #be9a78
}
.zp_p_list .on .title span, .zp_p_list li:hover .title span {
	color: #fff
}


ul:after {
	content: '';
	display: block;
	clear: both
}

.zp_p_list .title span {
	min-width: 47%;
	width: auto
}
.zp_p_list .title {
	line-height: 30px;
	padding-top: 10px;
	padding-bottom: 10px
}

/*招聘结束*/


/*加盟合作开始*/

.width1200 {
	min-width: 1200px;
}
.indexcontent2 {
	margin: 0 auto;
	width: 1200px;
}

.n_title1 {
	font-size: 30px;
	color: #444444;
	line-height: 40px;
	text-align: center;
}
.n_title2 {
	font-size: 24px;
	color: #999999;
	line-height: 40px;
	text-align: center;
	text-transform: uppercase;
}
.n_hr1 {
	width: 84px;
	height: 2px;
	background: #b28f54;
	margin: 10px auto 0 auto;
}

.zs_d1_txt {
	padding: 0 175px;
	line-height: 30px;
	text-align:justify;
}
.zs_d1_list {
	width: 1200px;
	margin: 0 auto;
}
.zs_d1_list li {
	float: left;
	width: 260px;
	height: 135px;
	background: #f2f2f2;
	padding-top: 25px;
	margin-left: 53px;
}
.zs_d1_list li:first-child {
	margin-left: 0;
}
.zs_d1_list li .ico {
	height: 68px;
	width: 68px;
	border: #c9c9c9 1px solid;
	border-radius: 50%;
	margin: 0 auto;
}
.zs_d1_list li .ico1 {
	background: url(../images/zs_d1_ico1.png) center no-repeat;
}
.zs_d1_list li .ico2 {
	background: url(../images/zs_d1_ico2.png) center no-repeat;
}
.zs_d1_list li .ico3 {
	background: url(../images/zs_d1_ico3.png) center no-repeat;
}
.zs_d1_list li .ico4 {
	background: url(../images/zs_d1_ico4.png) center no-repeat;
}
.zs_d1_list li .txt {
	margin-top: 12px;
	line-height: 25px;
	font-size: 14px;
	color: #565656;
	text-align: center;
}

.zs_d2_img {
	background: url(../images/zs_d2_img1.jpg) center no-repeat;
	height: 638px;
	transition: all 0.3s;
}
.zs_d2 {
}
.zs_d2_c {
	height: 148px;
	position: relative;
}
.zs_d2_c li {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 200px;
	background: #fff;
}
.zs_d2_c li .ico {
	width: 50px;
	height: 50px;
	margin: 0 auto;
}
.zs_d2_c li .ico1 {
	background: url(../images/zs_d2_ico1.png) center no-repeat;
}
.zs_d2_c li .ico2 {
	background: url(../images/zs_d2_ico2.png) center no-repeat;
}
.zs_d2_c li .ico3 {
	background: url(../images/zs_d2_ico3.png) center no-repeat;
}
.zs_d2_c li .ico4 {
	background: url(../images/zs_d2_ico4.png) center no-repeat;
}
.zs_d2_c li .ico5 {
	background: url(../images/zs_d2_ico5.png) center no-repeat;
}
.zs_d2_c li .ico6 {
	background: url(../images/zs_d2_ico6.png) center no-repeat;
}
.zs_d2_c li .txt1 {
	margin-top: 15px;
	font-size: 14px;
	color: #6c6c6c;
	line-height: 25px;
	height: 50px;
	overflow: hidden;
	text-align: center;
}
.zs_d2_c li .txt2 {
	height: 0;
	overflow: hidden;
	transition: all 0.3s;
}
.zs_d2_c li .txt2 .txt2_hr {
	width: 40px;
	height: 2px;
	background: #fff;
	margin: 20px auto;
}
.zs_d2_c li.on {
	background: #b28f54;
}
.zs_d2_c li.on .txt2 {
	height: 42px;
}
.zs_d2_c li.on .ico1 {
	background: url(../images/zs_d2_ico1_on.png) center no-repeat;
}
.zs_d2_c li.on .ico2 {
	background: url(../images/zs_d2_ico2_on.png) center no-repeat;
}
.zs_d2_c li.on .ico3 {
	background: url(../images/zs_d2_ico3_on.png) center no-repeat;
}
.zs_d2_c li.on .ico4 {
	background: url(../images/zs_d2_ico4_on.png) center no-repeat;
}
.zs_d2_c li.on .ico5 {
	background: url(../images/zs_d2_ico5_on.png) center no-repeat;
}
.zs_d2_c li.on .ico6 {
	background: url(../images/zs_d2_ico6_on.png) center no-repeat;
}
.zs_d2_c li.on .txt1 {
	color: #fff;
}
.zs_d2 .zs_d2_c {
	box-shadow: 0px 0px 20px #ccc;
}
.zs_d7_c {
	background: url(../images/zs_d7_bg.jpg) center no-repeat;
	height: 521px;
}
.zs_d7_c .zs_ms {
	float: left;
	width: 514px;
	margin-left: 72px;
}
.zs_d7_c .zs_ms .zs_ms_inp1 {
	width: 492px;
	height: 47px;
	border: #e1e1e1 1px solid;
	padding: 0 10px;
	font-size: 16px;
}

.zs_d7_c .zs_ms .zs_ms_textarea {
	width: 492px;
	height: 100px;
	border: #e1e1e1 1px solid;
	padding: 0 10px;
	font-size: 16px;
	line-height: 25px;
}
.zs_d7_c .zs_ms .zs_ms_bt1 {
	width: 514px;
	height: 50px;
	border: #b28f54 1px solid;
	background: #b28f54;
	padding: 0 10px;
	font-size: 16px;
	color: #fff;
}
.zs_d7_c .zs_ms_r {
	float: right;
	width: 473px;
	border-left: #dedede 1px solid;
	height: 480px;
	padding-left: 60px;
}
.zs_d7_c .zs_ms_r .title1 {
	font-size: 30px;
	color: #b28f54;
	line-height: 40px;
	font-weight: bold;
	padding-top: 35px;
}
.zs_d7_c .zs_ms_r .title2 {
	font-size: 14px;
	color: #bdbdbd;
	line-height: 25px;
	font-weight: bold;
}
.zs_d7_c .zs_ms_r .txt1 {
	font-size: 14px;
	color: #000000;
	line-height: 30px;
	padding-top: 40px;
}
.zs_d7_c .zs_ms_r .txt1 span {
	font-size: 24px;
	color: #b28f54;
	font-weight: bold;
}
textarea {
	overflow: auto;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
	appearance: button;
	cursor: pointer;
}
/*加盟合作结束*/


/*pc 产品详情页*/

.bg1 {
    background: #f9f9f9;
}
.width1004 {
    min-width: 1300px;
}

.indexcontent {
    margin: 0 auto;
    width: 1300px;
}

.sl {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*产品详情页*/
.clear{
    
        clear: both;
    font-size: 1px;
    width: 1px;
    height: 0;
    visibility: hidden;
    zoom: 1;
}
.n_weizhi {
    padding: 20px 0;
    line-height: 30px;
    font-size: 14px;
    color: #727272;
    margin-top: 50px;
    
}
.n_weizhi a {
    color: #9c9c9c;
    text-decoration: none;
}
.p_i_xx {
    background: #fff;
}

.p_i_xx .img {
    float: left;
    background: #fff;
    width: 650px;
    height: 550px;
    line-height: 550px;
    text-align: center;
    border-right: #e0e0e0 1px solid;
}

.p_i_xx .img img {
    vertical-align: middle;
    width: auto;
    height: auto;
    max-height: 80% !important;
    vertical-align: middle;
    max-width: 90% !important;
    display: inline-block;
    margin: 0 auto;
    transition: 0.3s linear 0s;
}

.p_i_xx .p_i_txt {
    float: left;
    margin-left: 60px;
    width: 540px;
}

.p_i_xx .p_i_txt .title1 {
    padding-top: 80px;
    font-size: 24px;
    color: #444444;
    line-height: 45px;
    padding-bottom: 15px;
}

.p_i_xx .p_i_txt .txt1 {
    font-size: 14px;
    color: #9c9c9c;
    line-height: 25px;
}

.p_i_xx .p_i_txt .title2 {
    padding-top: 20px;
    font-size: 16px;
    color: #454545;
    line-height: 40px;
}

.p_i_xx .p_i_txt .txt2 {
    font-size: 14px;
    color: #9c9c9c;
    line-height: 25px;
}

.p_i_xx .p_i_txt a.p_i_lx {
    display: block;
    width: 140px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #be9a78;
    font-size: 16px;
    color: #ffffff;
    margin-top: 30px;
}

.fx_txt {
    float: left;
    width: 50px;
    height: 30px;
    line-height: 30px;
    color: #9c9c9c;
}

.p_i_title {
    background: #f0f1f1;
}

.p_i_title li {
    float: left;
    border-top: #f0f1f1 2px solid;
    border-right: #e4e5e5 1px solid;
    width: 200px;
    height: 70px;
    text-align: center;
    line-height: 70px;
    color: #333;
    cursor: pointer;
}

.p_i_title li.on {
    border-top: #007cbf 2px solid;
    border-right: #e4e5e5 1px solid;
    background: #fff;
}

.p_i_box {
    padding: 50px 42px;
    background: #fff;
}

.p_i_box img {
    
    width:100%;
}

.p_tj_title {
    font-size: 16px;
    line-height: 70px;
    padding-top: 5px;
    border-bottom: #e5e5e5 1px solid;
}

.p_tj_c {
    position: relative;
}

.p_tj_list li {
    float: left;
    width: 300px;
    height: 355px;
    background: #fff;
    margin: 10px 12px;
}

.p_tj_list li .img {
    width: 300px;
    height: 300px;
    line-height: 300px;
    text-align: center;
}

.p_tj_list li .img img {
    vertical-align: middle;
    width: auto;
    height: auto;
    max-height: 80% !important;
    vertical-align: middle;
    max-width: 90% !important;
    display: inline-block;
    margin: 0 auto;
    transition: 0.3s linear 0s;
}

.p_tj_list li .txt {
    padding: 0 20px;
    font-size: 16px;
    color: #4d4d4d;
    line-height: 35px;
    text-align: center;
}


.p_tj_c a.prev {
    position: absolute;
    left: -80px;
    top: 152px;
    cursor: pointer;
}


.p_tj_c a.next {
    position: absolute;
    right: -80px;
    top: 152px;
    cursor: pointer;
}