*{ box-sizing:border-box;}
.rightarrowpointer{display:none;}
.dgweb_list_item_desc{ width:850px !important;}
body{
	width: 100%;
	font-size: 14px;
	background: #FFF;
	font-weight:100;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family:"Microsoft Yahei";
	color: #34332b;
}
A:link{font-size:14px;}
span,p{margin: 0px; padding: 0px;}
img{margin: 0px; padding: 0px;}
img{
	border-right-width: 0px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
from,input,select{margin: 0px; padding: 0px;}
.clear{clear:both; font-size:0px; overflow:hidden; height:0px;}
a{
	color: #34332b;
	font-size: 14px;	
	text-decoration: none;
}
a:hover{
	color: #100f0c;
	text-decoration: none;
}
.cp img{border:2px solid #f1f1f1; }
.cp img:hover{border:2px solid #e9a974;}

.white a{
	color: #fff;
	text-decoration: none;
}	
.white a:hover{
	color: #005bc1;
	text-decoration: none;
}
.mr{ margin-right:0px !important;}
input,button,select,textarea{outline:none}

.totalwidthpercent {width:100%; margin:0 auto;}	
.fl{ float:left;}
.fr{ float:right;}	
#classimgshow2{line-height:38px;}
.totalwidth{ width:1200px; margin:0 auto;}
.font_en {
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-weight: normal;
}

/*定义全局链接鼠标滑过颜色lpm*/
div,ul,li,span,p,img,h1,h2,h3,h4,h5,h6,dl,dt,dd {
    margin: 0px;
    padding: 0px;
    list-style: none;
    border: 0px;
}
/*定义鼠标经过时边框的变化效果lpm*/
#copy {
    display: none;
}

#top5,#top10,#top20,#top50,,#top30,#top60,{width:100%; margin:0 auto; overflow:hidden;}
#top5{height:5px; overflow:hidden;}
#top10{height:10px; overflow:hidden;}
#top20{height:20px; overflow:hidden;}
#top30{height:30px; overflow:hidden;}
#top40{height:40px; overflow:hidden;}
#top50{height:50px; overflow:hidden;}
#top60{height:60px; overflow:hidden;}
#top80{height:80px; overflow:hidden;}


/*内页导航*/
.strong_title{ display:none;}
.mianbxContent { height: 50px !important; line-height: 50px !important; font-size: 16px !important; text-align: left !important; background-color: #eee; width: 100% !important; text-indent: 2.5em; transition:0.1s all; background:url(../images/20191231110151_1030337605.png) no-repeat 7px 14px; border:1px dashed #ddd; position: relative; margin-bottom:10px !important;}
.mianbxContent a{ font-size:15px !important;  color:#222 !important;}
.mianbxContent:hover{ background-position:7px -29px; }
.strong_title { display: none; }
.centerHeadImage { border: 0; display: none; }
.mianbxContent a:hover{ color:#b76222 !important;}
.mianbxContent::after,.mianbxContent:after { content: ''; position: absolute; display: block; height: 40px; width: 200px; top: 0; right: 0; }

/*内页上一页下一页*/
.pages_info{overflow:hidden;text-align:center;margin-top: 20px !important;}
.pages_info span{display:inline-block;padding:5px 12px;border: 1px dashed #ccc;}
.pages_info span+span{margin-left:5px;}
/*公用代码end*/

/*幻灯片*/

.focus {
    width: 100%;
    min-width: 1200px;
    height:900px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.focus ul {
    height: 100%;
    position: absolute;
    overflow: hidden;
}

.focus ul li {
    float: left;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    background: #000;
}

.focus ul li div {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100%;
}


.focus .btnBg {
    position: absolute;
    width: 100%;
    height: 20px;
    left: 0;
    bottom: 0;
    background: #000;
    display: none;
}

.focus .btn {
    position: absolute;
    width: 952px;
    height: 23px;
    margin-left: -480px;
    left: 50%;
    bottom:50px;
    text-align: center;
}

.focus .btn span {
        font-size: 0;
    display: inline-block;
    _display: inline;
    _zoom: 1;
    width:60px;
    height: 15px;
	border-radius:10px;
    text-align: center;
    _font-size: 0;
    margin-left: 16px;
    cursor: pointer;
    background: #cfd1d9;
}

.focus .btn span.on {
    background: #b76222;
}

.focus .preNext {
    width: 45px;
    height: 100px;
    position: absolute;
    top: 450px;
    background: url(../images/sprite.png) no-repeat 0 0;
    cursor: pointer;
}

.focus .pre {
    left: 0;
}

.focus .next {
    right: 0;
    background-position: right top;
}
/*抬头*/
#head {
	width: 100%;
	height: 145px;
	background:url(../images/20191229175309_1981482528.png) no-repeat center;
	z-index:10000;
	position:absolute;
	margin: 0 auto;
}
.box {
    width:100%;
    height: auto;
    margin: 0 auto;
}
/*logo*/
.head_bg{ width:100%; height:102px; color:#eeeeee; margin:0 auto;}
.head_c{ width:1200px; position:relative; margin:0 auto;}
.logo{ position:absolute; left:42.5%}
.logo{animation: myfirst 2s infinite; display: inline-block;}  
 @keyframes myfirst {  0% {  
               transform: translate(0px, 0px);  }  
           50% {  
               transform: translate(0px, -10px);  
           }  
           100% {  
               transform: translate(0px, 0px);  
           }  
       }  
/*一级菜单*/
.dhlm{
	width:500px;
	font-weight:100;
}
.dhlm li{float:left; text-align:center; position:relative; height:102px;	margin-top:42px; }
.dhlm li a{
	display: block;
	width:125px;
	height: 61px;
	color: #fff;
	line-height: 61px;
	font-size: 16px;
	text-decoration: none;
}

.dhlm {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.dhlm li:before {
  content: "";
  position: absolute;
  height:61px;
  z-index: -1;
  top:0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  
}

.dhlm li:hover a, .dhlm li a:focus, .dhlm li a:active {
  color:#b76222;
}
.dhlm li:hover:before, .dhlm li:focus:before, .dhlm li:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.dhlm .cur{ font-weight:bold;}

/*二级菜单*/
.sedmemu{ position:absolute; width:100%;background-color:rgba(183,98,34,0.9); top:102px; z-index:9999; width:129px; display:none;}
.sedmemu1{  font-size:14px; }
.sedmemu1 span{
	 width:180px;
	display: block;
	color: #00549d;
	line-height: 45px;
	text-align:center;
	font-size: 16px;}
.sedmemu2 a{ width:100%; line-height:45px !important;width:129px !important; height:45px !important; text-align:center; padding:0 0;display:inline; color:#fff !important; background:none;  border-bottom:1px #c87434 solid;}
 .sedmemu2 a:hover{ color:#b76222 !important; background:#fff;}

/*广告/搜索*/
.bill_bg{ width:100%;	height: 158px;
		border-bottom:1px #d6bea7 solid; margin:0 auto;}
.bill_c{
	width: 460px;
	font-size: 26px;
	padding-top: 32px;
	 height:142px;
	 color:#b76222;
	text-transform: uppercase;
}
.bill_c span{ font-weight:bold; font-size:35px;}
.bill_c_td{  height:30px; font-size:22px; font-weight:100; letter-spacing:0.5px; color:#3c2c20;line-height:30px; margin-top:8PX;}
/*搜索*/
#search_c{
	width: 500px;
	padding-top:28px;

}
#search_l{
width:450px;
line-height: 50px;
font-size:15px;
font-weight:100;
}
#search_l a{
    color: #666;
    font-size:15px;

}

#search_r{
width:380px;
}
#search_r li{float:left;}
.name2{  padding-top:45px;   height:142px; margin:0 auto;}
/*厂家*/
.cjys_bg{ width:100%; height:auto; padding:60px 0; background:#f7f2ee;}
.cjys_bt{ width:1200px; text-align:center; font-weight:100; margin:0 auto;}
.cjys_bt b{ font-size:50px; display:block; font-weight:100;color:#b76222;}
.cjys_bt span{ font-size:30px; display:block; line-height:55px;letter-spacing:2px;}
.cjys_bt i{ width:335px; display:block; text-transform:uppercase; font-style:inherit; color:#adab9d; line-height:16px; font-size:12px; letter-spacing:1px; margin:0 auto;}

.cjys_c{ width:1300px; background:#f9f9f9; padding:60px 0 50px 0; margin:0 auto;}
.cjys_sz{ width:300px; text-align:center;}
.cjsz{ width:100%;height:220px; padding-top:45px;margin:0 auto;}
.sz_top{font-size:50px; font-family:Arial, Helvetica, sans-serif; color:#3c2c20;}
.sz_top span{
	font-size: 16px;
	color:#44433c;
	display: inline-block;
}
.sz_top b{font-weight: normal;}
.cjdb{ width:100%;  line-height:40px; letter-spacing:1px; font-size:18px; text-align:center; color:#6a6859;  margin:0 auto;}
.sz_xian{ width:33px; height:3px; background:#b76222; margin:0 auto; margin-top:5px; margin-bottom:15px;}
.sz_wz{ font-size:28px ; color:#b76222;}

.cjys_zg{ width:699px; text-align:center; margin:0 auto;}
.cjys_zg img{ margin-top:35px;}
.cjys_z{ width:699px; position:relative; height:476px; background:url(../images/20191229205318_931153630.jpg) no-repeat center; margin:0 auto;}
.cjys_z .cz_wz{ width:100%; height:112px; position:absolute; bottom:0; padding-top:26px; background-color:rgba(183,98,34,0.9);}
.cjys_z .cz_wz span{ color:#f1e7df; font-size:16px; line-height:30px; text-align:center; width:555px; display:block; margin:0 auto;}
/*产品*/
.product_bg{width:100%; height:auto;padding-top:68px; background:url(../images/20191229211946_998573613.jpg) no-repeat top; margin:0 auto;}
.product_bt{ width:1200px;  text-align:center; margin:0 auto;}
.product_bt b{ color:#ffffff; font-size:50px; display:block; font-weight: normal;}
.product_bt span{ font-size:30px; color:#f8eade; display:block; line-height:50px; letter-spacing:6px; margin-bottom:15px;}

.prod_fl{ width:1200px; margin:0 auto;}
.prod_fl_l{ width:600px; height:493px; z-index: 999; background:#f7f2ee;}
.prod_fl_l:hover{background:#ddd2c9;  transition: all 0.2s linear;}
.img{ float:left;}
.flwz{ width:159px; float:right; text-align:center; color:#3a342f; font-size:20px; letter-spacing:1px;}
.flwz span{ font-size:16px; line-height:30px; text-transform:uppercase; display:block;}
.gd{ width:32px; padding-top:45px; display:block; margin:0 auto; }
.prod_fl_r{ width:599px;}
.prod_fl_rt{width:599px; height:279px;background:#f7f2ee; }
.prod_fl_rt:hover{background:#ddd2c9;  transition: all 0.2s linear;}
.prod_fl_rd{width:599px; height:213px;background:#f7f2ee; margin-top:1px;}
.prod_fl_rd:hover{background:#ddd2c9;  transition: all 0.2s linear;}

.prod_in{margin-top: 26px;}
.prod_in td>a { background: #fff; width: 386px; height: 380px; display: block;}
.prod_in a img { width: 386px; height: 386px; display: block; margin: 0 auto;}
.prod_in td br{display:none;}

.prod_in table > tbody > tr > td { display: block; float: left; width:386px; padding: 0 !important; margin-right:20px; position: relative; margin-bottom:2%; -webkit-transition:0.3s all ease-in-out; transition:0.3s all ease-in-out; overflow: hidden; -webkit-box-shadow: 0 0 0px 1px #f6f6f6; box-shadow: 0 0 0px 1px #f6f6f6; }

.prod_in table > tbody > tr > td:nth-child(3){margin-right: 0px; }

.prod_in table > tbody > tr > td > a{ display: block; }
.prod_in table > tbody > tr > td > a > img{ width: 100%; height: auto; }
.prod_in table > tbody > tr > td > span { position: absolute; bottom: 0px; width: 100%; overflow: hidden; left: 0; }
.prod_in table > tbody > tr > td > span > a { display: block; height: 60px; line-height: 60px; color: #3d3d3d; font-size: 16px;font-weight:100; position: relative; z-index: 3; -webkit-transition:0.5s all ease-in-out; transition:0.5s all ease-in-out; margin-top:80px}
.prod_in table > tbody > tr > td:hover > span > a{ height:260px; line-height:200px; font-size: 18px; color: #fff; }
.prod_in table > tbody > tr > td > span::before { -webkit-transition:all ease-in-out 0.3s; transition:all ease-in-out 0.3s; content: ''; position: absolute; display: block; width: 100%; height:60px; left: 0; bottom: 0; z-index: 1; background: -webkit-gradient(linear, left top, left bottom, from(rgba(238,229,222,0.8)),color-stop(1%, rgba(238,229,222,0.8)),to(rgba(238,229,222,0.8))); background: linear-gradient(to bottom, rgba(238,229,222,0.8) 0%,rgba(238,229,222,0.8) 1%,rgba(238,229,222,0.8) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6545454',GradientType=0 ); }
.prod_in table > tbody > tr > td:hover{ border-color: rgba(254,101,60,0.8); }
.prod_in table > tbody > tr > td > a::before { content: ''; width: 620px; height: 620px; position: absolute; top: -157.5px; border-radius: 50%; box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.1) inset; -webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.1) inset; z-index: 0; left: -127px; transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; }
.prod_in table > tbody > tr > td > a::after { content: ''; background: url(../images/20191231110314_1979764482.png) no-repeat center 42%; background-size: auto auto; position: absolute; width: 100%; height: 100%; left: 0; top: 0; background-size: 0px; transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; }
.prod_in table > tbody > tr > td:hover > span::before{bottom: -60px; }
.prod_in table > tbody > tr > td:hover > a::before{ box-shadow: 0px 0px 0px 50rem rgba(0,0,0,0.5) inset; -webkit-box-shadow: 0px 0px 0px 50rem rgba(0,0,0,0.5) inset; transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out;}
.prod_in table > tbody > tr > td:hover > a::after{ background-size:50px; transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; }
/*产品优势*/
.cpys_bg{width:100%; height:auto;padding-top:68px; background:#f7f2ee;}
.cpys_c{width:100%; height:730px; background:url(../images/20191230141433_1429506038.jpg) no-repeat center;}
.cpys_wz{ width:540px; text-align:center; padding-top:60px; float:right;}
.cpys_wz_bt{ font-size:55px; color:#b76222; letter-spacing:1px; margin-top:20px;}
.cpys_wz_bt span{ display:block; padding-top:8px;}
.cplogo{animation: myfirst 2s infinite; display: inline-block;}  
 @keyframes myfirst {  0% {  
               transform: translate(0px, 0px);  }  
           50% {  
               transform: translate(0px, -10px);  
           }  
           100% {  
               transform: translate(0px, 0px);  
           }  
       } 
.cpys_wz_c{ font-size:15px; line-height:40px; color:#524c41; margin-top:30px;}
 .cpys_tel{ margin-top:50px;}
.cpys_tel a{ display:block; width:165px; line-height:38px; border-radius:30px; text-align:center; font-size:16px; color:#fff; background:#b76222; margin:15px auto;}
.cpys_tel span{display:block; font-size:18px; color:#a8998d;}
.cpys_tel a:hover{ background:#a66f46;}
/*应用领域*/
.yyly_bt{ width:1200px;  text-align:center; margin:0 auto;}
.yyly_bt b{ color:#b76222; font-size:50px; display:block; font-weight: normal;}
.yyly_bt span{ font-size:18px; color:#665b4a; display:block; line-height:50px; letter-spacing:2px; margin-bottom:15px;}

.case_a a{display:block; width:220px; line-height:46px; letter-spacing:2px; margin:30px auto 0 auto; background:#b76222; border-radius: 100px; font-size:18px; color:#fff; text-align:center; }
.case_a a:hover{background:#a66f46; color:#fff;}

.case_d{width:96%; margin: 0 auto;}
.case_d table td{display: block; width:24%; height: auto; overflow: hidden;  float: left; margin:0 0.5% 20px 0.5%; position: relative;    margin: 0 0.5% 20px 0.5%;
    border: 1px #c7b99f solid;
    padding: 6px;}
.case_d table td:after{content:"";display: block; width:100%; height:100%;position: absolute; left:0; top:-400px; background: rgba(183,98,34,0.7); transition:all linear 0.3s; -webkit-transition:all linear 0.3s;}
.case_d table td:hover::after{ top:0;}
.case_d table td img{width:100%; height:auto;}
.case_d table td br{display: none;}
.case_d table td div{ position: absolute; bottom:-120px;left:0;width:100%; height:100%;transition:all linear 0.4s; -webkit-transition:all linear 0.4s; z-index: 1;}
.case_d table td div a{display: block; font-size:26px; color: #fff; padding:20% 0 0 0; }
.case_d table td div a:after{content:"MORE+";display: block; width:120px; height:26px; line-height:26px; border:1px #fff solid; font-size:14px; text-align:center; margin-top:10px;   border-radius: 100px;}
.case_d table td:hover div{height:100%; bottom:0;}

.case_d table td div a:hover {
    padding: 26% 0 0 0;
}


/*优势*/
.youshi_bg{width:100%; height:auto;padding-top:68px;  background:url(../images/20191230150241_582900495.jpg) no-repeat top;}
.youshi_bt{ width:1200px; text-align:center; font-weight:100;color:#fff; margin:0 auto;}
.youshi_bt b{ font-size:55px; display:block; font-weight:100;}
.youshi_bt span{ font-size:30px; display:block; line-height:60px;letter-spacing:4px; color:#f4e5d9;}
.youshi_bt i{ width:370px; display:block; text-transform:uppercase; font-style:inherit; color:#d5c1b3; line-height:16px; font-size:12px; letter-spacing:1px; margin:0 auto; margin-top:8px;}

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

.adv_tab { float:left;}
.adv_tab li{ width:260px;height:200px; background:#f7f2ee; padding-top:30px; text-align:center; line-height:35px; cursor:pointer;}
.adv_tab li:nth-child(3){ background:#efe9e5;}
.adv_tab li p{ color:#525252; margin-top:20px;}
.adv_tab li p span{ font-size:16px; color:#a0a0a0; text-transform:uppercase; display:block;}

.adv_tab li.cur{ background:#b76222;}
.adv_tab li.cur p:nth-child(2){ color:#fff;}
.adv_tab li.cur p:nth-child(2) span{ color:#fff;}
.adv_tab li p:nth-child(2){ font-size:30px; color:#525252;}
.adv_tab li .advicon{ margin:0 auto;  transition:0.5s;}
.adv_tab li:nth-child(1) .advicon{ width:50px; height:55px; background:url(../images/20191230152525_58752351.png) no-repeat ;}
.adv_tab li:nth-child(2) .advicon{ width:72px; height:50px; background:url(../images/20191230152525_58752351.png) no-repeat  -47px 0px; }
.adv_tab li:nth-child(3) .advicon{ width:52px; height:50px; background:url(../images/20191230152525_58752351.png) no-repeat  -118px 0px; }
.adv_tab li:nth-child(4) .advicon{ width:50px; height:50px; background:url(../images/20191230152525_58752351.png) no-repeat  -178px 0px;}
.adv_tab li.cur .advicon{ background-position-y:-63px;transition:0.5s;}
.advcon{ width:928px; float:right; margin-top:7px; position:relative;}
.advcon ul{ display:none; height:467px; width:100%; position:relative; position:relative;}
.advcon ul:nth-child(1){ display:block;}
.advword{ width:350px; margin:330px 0px 0px 45px;}
.advpic{ margin-top:285px;}
.span{ font-size:13px; color:#afa7a1;}
.advc_t{ font-size:20px; color:#28231f; padding-left:100px; margin-bottom:5px;}
.advc_xian{ width:23px; height:3px; background:#e1d8d1; margin-top:35px; margin-bottom:10px;}
.advc_titl{ margin-top:20px;}
.advc_titl p:nth-child(2){ font-size:20px; color:#b76222; text-transform:uppercase;}
.advc_titl p:nth-child(2) span{ font-size:45px;     font-weight: normal; color:#b76222;display:block;}
.adv_w p{ padding-left:26px; color:#312a25; line-height:32px; background:url(../images/20191230161411_1136925693.png) no-repeat left top; font-size:15px; position:relative;margin-top: 30px;}
.adv_w p:after{ content:''; display:block; border-radius:50%; width:5px; height:5px; background:#fff; position:absolute;top:30px; left:0px;}
.adv_w{ margin-top:30px;}
.advcon ul:nth-child(1) .advc_t:nth-child(1){ background: url(../images/20191230160543_2109562125.png) no-repeat  left;}
.advcon ul:nth-child(2) .advc_t:nth-child(1){ background: url(../images/20191231110447_407250293.png) no-repeat left;}
.advcon ul:nth-child(3) .advc_t:nth-child(1){ background:  url(../images/20191231110447_152946021.png) no-repeat left;}
.advcon ul:nth-child(4) .advc_t:nth-child(1){ background:  url(../images/20191231110447_1960870801.png) no-repeat left;}


/*证书*/
.poster_bg{width:100%; height:918px; padding-top:68px;  background:url(../images/20191230172307_1849168751.jpg) no-repeat center;}
.poster-main .poster-btn{ width:44px; height:32px; position: absolute; cursor:pointer; display:block; z-index: 10; }
.poster-main .poster-btn a { position: absolute; top: 50%; margin-top: -16px; }
.poster-main .poster-prev-btn a { right: -16px; }
.poster-main .poster-next-btn a { left: -16px; }
.poster-main .poster-next-btn{ left:-56px; top:130px; }
.poster-main .poster-prev-btn{ right:-56px; top:130px; }

.poster-main .poster-next-btn a:hover,.poster-main .poster-prev-btn a:hover{ background-position: -36px 0}

.poster-item{ position: relative; margin: 0 auto; }
.poster-item em{ position: absolute; left:0; bottom: 0; width: 100%; font-style: inherit; font-size: 18px; color: #191616; text-align: center; display: none; overflow: hidden; background: rgba(246,242,238,0.9); line-height: 60px; overflow:hidden; height: 60px; }



.poster-main .poster-list .poster-item img { display: block; width: 100%; }
.poster-main { position: relative; margin: 0 auto 60px; }
.poster-main .poster-list .poster-item { position: absolute; left: 0; top: 0; }
.poster-main .poster-btn { position: absolute; top: 0; cursor: pointer; }
.poster-main .poster-list .active em{ display: block; }


/*留言*/
.message_bg{width:100%; height:902px; padding-top:104px;   background:url(../images/20191230174118_721559813.jpg) no-repeat center;}
.message_c{ width:1200px; height:702px; background:#e6dac6; padding:50px 40px; border-radius:5px; margin:0 auto;}
.me_l{ width:460px; float:left;}
.me_l_bt{ font-size:50px; color:#b76222;}
.me_l_bt span{ font-size:26px; color:#582f11; display:block; margin-top:10px; margin-bottom:5px;}
.me_l_bt i{ font-style:inherit; font-size:12px; color:#b29e8f; font-family:Arial, Helvetica, sans-serif; text-transform:uppercase; line-height:20px;}
.liuc{ width:462px; margin-top:35px;}
.liuc_l{ float:left;}
.liuc li{ width:220px; height:90px; line-height:22px; font-size:14px; text-align:center; padding:20px 0; background:#ebe2d4; border-radius:4px; margin-bottom:20px;}
.liuc_l li:nth-child(1){ background:#ebe2d4 url(../images/20191230192100_1742323605.png) no-repeat center;}
.liuc_l li:nth-child(2){ background:#ebe2d4 url(../images/20191230192555_1937863605.png) no-repeat center;}
.liuc_l li:nth-child(3){ background:#ebe2d4 url(../images/20191230192555_192291170.png) no-repeat center;}
.liuc_r li:nth-child(1){ background:#ebe2d4 url(../images/20191230192554_11105327.png) no-repeat center;}
.liuc_r li:nth-child(2){ background:#ebe2d4 url(../images/20191230192555_1580409729.png) no-repeat center;}
.liuc_r li:nth-child(3){ background:#ebe2d4 url(../images/20191230192555_1254023317.png) no-repeat center;}
.liuc_r{ float: right;} 
.liuc_tel{ width:275px; line-height:30px; height:55px; font-family:Arial, Helvetica, sans-serif; font-size:16px; color:#be9d84; padding-left:30px; background:url(../images/20191230192931_1229129098.png) no-repeat left top;}
.liuc_tel span{ font-size:35px; color:#b76222; display:block;}

.me_r{ width:600px; float:right;}
.me_r_bt{ font-size:50px; color:#b76222; text-transform:uppercase; padding-left:35px;}
.me_r_bt span{ font-size:26px; color:#b76222; display:block; font-weight:normal; line-height:20px; margin-bottom:20px;}
.me_r_bt i{ font-size:20px; color:#5e3314; font-style:inherit;}

.me_cl{ width:246px; float:left;}
.me_cl_t{ width:210px; padding-left:33px; padding-top:33px;}
.me_cl_t li{ line-height:56px; font-size:14px; color:#493e36; margin-top:25px;}
.me_cl_t li span{ float:left;width:56px; height:56px; display:block; margin-right:10px;}
.me_cl_t li:nth-child(1) span{  background:#ebe2d4 url(../images/20191230194842_1404002282.png) no-repeat center;}
.me_cl_t li:nth-child(2) span{ background:#ebe2d4 url(../images/20191231100133_1326322667.png) no-repeat center;}
.me_cl img{ padding-top:10px;}

.me_cr{ width:348px; height:396px; padding:10px 40px;  background:#ebe2d4; float:right; margin-top:55px;}
 /*留言*/
#feedback_c{margin:0 auto; margin-top:5px;}
.footer_ly{overflow:hidden; width:266px; margin:0 auto; padding:20px 0; color:#a29b97;}
.footer_dr_dl_ti{ width:266px;}
#footer_dr_d_ti{width:266px;  float:left; overflow:hidden; border-bottom:1px #decdb6 solid; margin-right:30px;}
#footer_dr_d_ti_wo, #footer_dr_d_tf_wo{float:left; width:60px;  line-height:60px; height:55px; font-size:14px; color:#3a322c; letter-spacing:3px;}
#footer_dr_d_ti_hree{float:left; width:200px; height:60px; line-height:60px;}
#footer_dr_d_ti_hree input{width:205px; border:none; background:#ebe2d4; height:60px; line-height:60px; padding:0 10px; font-size:13px; font-family:Microsoft YaHei; color:#a29b97;}
#footer_dr_d_ti_hree textarea { border:none; background:#ebe2d4;     line-height: 30px;  color: #a29b97;  font-size: 14px;}
#footer_dr_d_tf_ur{overflow:hidden; width:1200px; background:#fff; border:1px #efefef solid; margin-top:10px;}
#footer_dr_d_tf_wo{ line-height:60px; height:160px;}
#footer_dr_d_tf_ve{float:left; width:697px; height:160px;}
#footer_dr_d_tf_ve textarea{width:697px; border:none; height:160px; line-height:20px; padding:10px; font-size:13px; font-family:Microsoft YaHei; color:#666; background:none;}
#footer_dr_d_to{width:264px; overflow:hidden; background:#b76222; margin-bottom:7px; margin-top:10px;}
#footer_dr_d_to_hree{float:left; width:264px; height:55px; line-height:55px;}
#footer_dr_d_to_hree input{height:55px; line-height:55px; border:none; width:130px; float:left; text-align:center; font-size:14px;  background:#ebe2d4; border:1px #ebe2d4 solid; }
#footer_dr_d_to_hree_img{ float:left; line-height:55px; height:55px; padding:12px; }
#footer_dr_d_to_hree_img img{ margin-top:6px;}
#footer_dr_d_ly_ao{overflow:hidden;width:264px;}
#footer_dr_d_ly_ao input{height:45px; width:160px; background:none; border:none; color:#fff; font-family:Microsoft YaHei; font-size:16px; }
.footer_dr_d_ly_ao_l{ overflow:hidden; width:264px; text-align: center; transition: all 0.8s linear; cursor:pointer; }

#footer_dr_d_tf_ve textarea, #footer_dr_d_ti_hree input, #footer_dr_d_to_hree input{outline:none;}

/*简介*/
.about_bg{ width:100%; height:1000px; padding-top:65px;  background:url(../images/20191230202513_1246958100.jpg) no-repeat center top;}
.about_bt{ width:1200px;  text-align:center; margin:0 auto;}
.about_bt b{ color:#b76222; font-size:50px; display:block; font-weight: normal;}
.about_bt span{ font-size:30px; color:#665b4a; display:block; line-height:55px; letter-spacing:6px; margin-bottom:15px;}
.about_c{ width:1200px; height:633px; background: rgba(252,251,250,0.9); margin:0 auto;}
.about_l{ float:left;}
.about_r{ width:604px; float:right; text-align:center; padding:62px 0;}
.about_r img{ display:block; margin:0 auto; margin-bottom:50px;}
.about_rwz{ width:510px; color:#39372d; line-height:35px; margin:0 auto;}
.about_r a{ display: block; width:170px; background:#b76222; line-height:40px; border-radius:30px; text-align:center; font-size:16px; color:#ffffff; letter-spacing:3px; margin:0 auto; margin-top:50px;}
.about_r a:hover{ background:#a66f46;}
/*新闻*/
.news_bg{width:100%;height: auto;  padding-top:60px;  background:#f7f2ee;}

/*新闻*/
.lanrenzhijia{width:1200px; margin:0 auto; overflow:hidden;}
.news_dtbg{ width:1200px; height:68px; border-top:1px #e3dfdb solid; border-bottom:1px #e3dfdb solid; margin:0 auto;}
.news_dt{width:620px; margin:0 auto; overflow:hidden;}
.lanrenzhijia .news_dt a{display:block; float:left; text-decoration:none; width:150px;  font-size:18px; margin:0px 10px; text-align: center; transition: all 0.8s linear;}
.lanrenzhijia .news_dt a.on{text-decoration:none; width:200px;  transition: all 0.8s linear;}
.lanrenzhijia .news_dt a.on .news_dt_rm{transition: all 0.8s linear; color:#b76222;}
.news_dt_rm{overflow:hidden; line-height:68px; padding-left:10px; transition: all 0.8s linear;}
.lanrenzhijia .content{overflow:hidden; width:1200px; margin:0 auto; height:500px; position:relative; margin-top:20px;}
.lanrenzhijia .content .ul{ position:absolute; left:0; top:0; width:1320px; min-width:1320px;}
.lanrenzhijia .content .li{ width:1200px; float:left; min-width:1320px;}
.news .news_div_item, .news .divdgweb_new_div_item{width:583px; height:202px;  float:left; position:relative; margin:12px 10px; transition: all 0.8s linear; border: 1px solid #e3dfdb; padding:12px 0;}
.news_div_item_pic{float:left; width:210px; height:185px; overflow:hidden; margin-left:12px;}
.news_div_item_pic img{width:210px; height:185px; transition: all 0.5s linear;}
.news_div_item_content, .divdgweb_new_div_item_content{float:right; width:320px; margin-right:25px;}
.news_div_item_title, .divdgweb_new_div_item_title{white-space: nowrap; text-overflow: ellipsis; overflow:hidden; width:295px; padding-top:15px; text-align:left;}
.news_div_item_title a, .divdgweb_new_div_item_title a{font-size:17px; transition: all 0.8s linear;}
.news_div_item_body, .divdgweb_new_div_item_body{overflow:hidden; line-height:23px; padding-top:16px; font-size:14px; color:#666; display: -webkit-box; -webkit-line-clamp:2; -webkit-box-orient: vertical; margin-bottom:21px; text-align:left;}
.news_dt_rgo{overflow:hidden; transition: all 0.8s linear;}
.news_dt_rgo a{font-size:0px; line-height:0px;}
.news_dt_rgo span{display:block; width:90px; height:1px; border-bottom:1px #d3c7b5 dashed; transition: all 0.8s linear;}
.news_dt_rgo p{font-size:14px; line-height:48px; text-align:right; position:relative; z-index:2; color:#b76222; transition: all 0.8s linear; margin-left:200px; width:270px;}

.news_div_item_date, .divdgweb_new_div_item_date{position:absolute; font-size:16px; font-family:Arial, Helvetica, sans-serif; margin-left:240px; margin-top:142px; color:#999;}
.news_div_item_year, .divdgweb_new_div_item_year{float:left;}
.news_div_item_month, .divdgweb_new_div_item_month{float:left;}
.news_div_item_day, .divdgweb_new_div_item_day{float:left;}

.news .news_div_item:hover .news_dt_rgo span, .news .divdgweb_new_div_item:hover .news_dt_rgo span{transition: all 0.8s linear; width:100%;}
.news .news_div_item:hover .news_div_item_title a, .news .divdgweb_new_div_item:hover .divdgweb_new_div_item_title a{transition: all 0.8s linear; color:#b76222;}
.news .news_div_item:hover .news_dt_rgo p, .news .divdgweb_new_div_item:hover .news_dt_rgo p{transition: all 0.8s linear; width:100%; margin-left:0px;}
.news .news_div_item:hover .news_div_item_pic img, .news .divdgweb_new_div_item:hover .news_div_item_pic img{transition: all 0.5s linear; transform: scale(1.15);}

/*友情*/
.linksbg{ height:110px;border-top:1px solid #e4dbcf;}
.links a{ color:#5c5948; letter-spacing:1px; font-size:13px; line-height:110px;}
.links_titl{ font-size:27px;color:#b76222; font-family:Arial, Helvetica, sans-serif;}
.links_con{ font-size:16px; color:#333333;}
.link{ width:850px; margin-left:30px;line-height:110px;}
.linkz{ width:100px; margin-top:25px;  border-right:1px #e4dbcf solid;}
.linksico img{ margin-right:10px;}
/*联系*/
.lxi_bg{ width:100%; padding-top:111px; height:443px; background:url(../images/20191230212004_1001802098.jpg) no-repeat center; margin:0 auto;}
.lxi_c{ width:1200px; height:222px; padding:50px 40px 0 0; background: rgba(183,98,34,0.8); margin:0 auto;}

.crt_box2{width:1030px; font-weight:normal; height:82px; float: left;}
.crt_box2 ul li{ float:left; text-align:center;padding: 0px 36px;} 
.crt_box2 ul li p{ font-size:15px; color:#fff; padding-top:20px;}
.crt_box2 ul li:nth-child(1) p {font-size:20px; }
.crt_box2 ul li:nth-child(2) p {font-size:18px; }
.crt_box2 ul li:nth-child(3) p {font-size:15px; }
.crt_box2 ul li:nth-child(4) p {font-size:15px; }
.crt_box3{ width:128px; height:128px; float:right;}


/*版权*/
.banq_bg{ width:100%; font-weight:normal; padding-top:80px; height: auto; background:url(../images/20191231091157_823210545.jpg)  center; margin:0 auto;}
.c4cont{ margin-right:40px;}
.copy_row1 { padding-left:50px;}
.copy_row1 .col4 {
	float: left;
	border-left:1px #e4e4e4 dashed;
	width:130px;
	height:190px;
	margin-left:50px;
}

.c4title{ margin-bottom:15px;}
.bqxian{ width:26px; height:3px; background:#d4c4af; margin-bottom:20px;}
.banq_bt{
	font-size: 20px;
	color:#4e3c2e;
	margin-bottom: 20px;
}
.copy_row1 .col4 ul li a {
	color: #827f75;
	font-size: 14px;
	display: block;
	line-height: 32px;
}
.copy_row1 .col4 ul li a:hover{ text-decoration: underline; color: #b76222; }
.copy_logo{ width:365px; text-align:center;}
/*版权*/
.copy_d{width:100%;text-align:center;font-size:13px; color:#827f75; overflow:hidden; padding:20px 0; line-height:30px; margin-top:20px;}
.copy_d a{ font-size:14px; color:#827f75;}
.copy_d a:hover{ color:#b76222;}
.copyW{width:1200px; margin:0 auto;;}
.copy_d strong{ font-size:14px; color:#827f75;}

.banq_rwm{
	width:620px;
	margin: 0 auto;
	line-height:45px;
	 padding:10px;
	color: #696969;	
}
.banq_rwm li:nth-child(3){ margin-right:0px;}
.banq_rwm li{ float:left; margin-right:140px;}
.banq_rwml{ line-height:30px; text-align: center; background:#e2dad5; padding:10px; height:auto; text-align:center; }