.section1 .right .t1  span{
	  font-size: 36px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 2px;
}
.section1 .right .t1  .dian{
	display: inline-block;
	padding: 0 15px;
}

/* 关于我们 start */

.er-laozihao{
	overflow: hidden;
}
.er-laozihao .table-cell .t1 {
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    line-height: 64px;
    margin-bottom: 38px;
    letter-spacing: 2px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.er-laozihao .table-cell .t1 img {
    margin: 0 10px;
}
.ttorpage{
	margin: 80px 0;
}
.hb-aboutusvideo .hb-video-btn {
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: #fff;
	width: 90px;
	height: 90px;
	display: block;
	font-size: 20px;
	line-height: 60px;
	border-radius: 50%;
	text-align: center;
	position: absolute;
	border: 1px solid #fff;
}
#html5box-html5-lightbox #html5-watermark{
	display: none !important;
}

.gongjiang{
	padding: 0 0 100px 0;
}
.er-laozihao .inner{
	height: 80vh;
}

/* 关于我们 end */

/* 产品中心 start */

.prolist{
	display: flex;
	flex-wrap: wrap;
}
.prolist .item{
	display: flex;
	justify-content: space-between;
	width: 50%;
	position: relative;
	background: #fffcf8;
	overflow: hidden;
	padding: 125px 80px;
	
}
.prolist .item:nth-child(4n),.prolist .item:nth-child(4n+1){
	background: #f9f4ee;
}
.prolist .lfbox{
	width: 50%;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.prolist .lfbox .title-cn{
	white-space: nowrap;
	font-size: 30px;
}
.title-container .title-cn img {
    width: 30px;
    margin: 0 10px;
}
.prolist .rtbox{
	width: 50%;
	z-index: 2;
}
.prolist .rtbox {
    width: 308px;
    height: 100%;
    float: none;
    position: relative;
    z-index: 3;
}
.prolist .prolibg{
	position: absolute;
	left: 50%;
	top: 65%;
	transform: translate(-50%,-50%);
	opacity: 0;
	transition: 500ms;
	z-index: 1;
	width: auto;
	height: 100%;
}
.prolist .item:hover .prolibg{
	top: 50%;
	opacity: 1;
}
.gfmore {
  display: inline-block;
  margin: 50px 0 0 0;
  -webkit-transition: .5s;
  -o-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  padding: 4px;
  background: #443626;
  border-radius: 5px;
}
.gfmore.active, .gfmore:hover {
  background: #1c1002;
}
.gfmore.active .text-text,.gfmore:hover .text-text {
  background: #1c1002;
}
.gfmore.active img:nth-child(2), .gfmore:hover img:nth-child(2) {
  opacity: 1;
}

/* 产品中心 end */

/* 新闻资讯 start */

.er-new{
	background: url(../picture/detall-bg.jpg) repeat scroll;
	overflow: hidden;
}
.er-new .new-ul{
	margin: 100px auto 0;
	background-color: #fff;
	padding: 40px;
	box-shadow: 2px 2px 20px rgba(0,0,0,.05);
	box-sizing: border-box;
	border-radius: 10px;
}
.gfmore_news{
	margin: 0;
}


/* 新闻资讯 end */

/* 新闻详情 start */
.blog-detail__content{
	background: url(../picture/detall-bg.jpg) repeat scroll;
	overflow: hidden;
}
.blog-detail__content .text-content{
	width: 1300px;
	margin: 100px auto;
	background-color: #fff;
	padding: 90px 40px;
	box-shadow: 2px 2px 20px rgba(0,0,0,.05);
	box-sizing: border-box;
	border-radius: 10px;
}

/* 新闻详情 end */


/* 产品详情 start */

.proinfotop {
	display: flex;
	align-items: center;
}
.proinfotop h4 {
	font-size: 36px;
	margin-bottom: 35px;
	color: #3f3224;
}
.proinfotop img {
	width: 50%;
	height: 400px;
	object-fit: contain;
}
.proinfotop>div {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 40px;
	box-sizing: border-box;
	width: 50%;
}
.proinfotop>div span {
	display: flex;
	align-items: center;
	border-bottom: 1px dashed #cecece;
	padding: 10px 0;
	width: 100%;
	line-height: 40px;
	color: #666;
}
.text-content .content {
	width: 100%;
	padding: 40px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.text-content .jieshao {
	width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f5f5f5;
    font-size: 26px;
    color: #2c231b;
    font-weight: 100;
	margin: 80px 0 0 0;
}
.proinfotop h5 {
	font-size: 16px;
}

/* 产品详情 end */

/* 面包屑 start */

.breadcrumbs {
	background-color: #f9f9f9;
}
.breadcrumbs .inner{
	line-height: 60px;
}
.breadcrumbs a {
	color: #da251c;
}
.breadcrumbs a:hover {
	text-decoration: none;
}
.breadcrumbs .breadcrumb_last {
	display: table-cell; 
	max-width: 280px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* 面包屑 end */

/* 分页 */

.fenye2 {
	display: flex;
	align-items: center;
	margin: 70px 0;
	justify-content: center;}
.fenye2 * {
	transition: all .3s ease;
}
.fenye2 a,.fenye2 .page-num {
	width: 40px;
	height: 40px;
	background-color: #fff;
	border-radius: 50%;
	box-shadow: 1px 1px 10px #eee;
	margin: 0 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #666;
}
.fenye2 .page-num-current,.fenye2 a:hover  {
	background-color: #2c231b;
	color: #fff;
}
.fenye2 .page-pre a {
	background-image: url(../images/fenye-left-n.png);
	background-size: contain;
}
.fenye2 .page-pre a:hover {
	background-image: url(../images/fenye-left-y.png);
}
.fenye2 .page-next a {
	background-image: url(../images/fenye-right-n.png);
	background-size: contain;
}
.fenye2 .page-next a:hover {
	background-image: url(../images/fenye-right-y.png)
}
.fenye2 .page-numbar {
	display: flex;
}

/* 联系我们 start */

.map {display:flex;flex-direction:column;align-items:center;margin:0 0 120px 0}

.tiaozhuan {display:flex}
.tiaozhuan div {cursor:pointer;background-color:#ffffff;width: 240px;height: 60px;border-radius: 5px;display:flex;align-items:center;justify-content:center;margin:30px 10px 10px 10px;transition:all .5s ease}
.tiaozhuan div:hover {background-color:#d72823;color:#fff}
.tiaozhuan .mapon {background-color:#d72823;color:#fff}
.map #allmap {width:70%;height: 500px;box-shadow: 3px 6px 10px 1px #0000000f;margin:0 auto; border-radius: 10px;transition: all .5s ease;}
    .map #allmap:hover {transform: translateY(-10px);box-shadow: 2px 2px 30px rgba(0,0,0,.1);}
.contact-cout {width:100%}
.contact-cout .lianxibox{
	display: flex;justify-content: center;
}
.contact-cout .lianxi {display:flex;;justify-content:center;margin:40px 0;background: #fff;border-radius: 10px;padding: 35px 30px 70px 30px;box-shadow: 3px 6px 10px 1px #0000000f;width: 70%;}
.contact-cout .lianxi li {width: 33.33%; display:flex;flex-direction:column;align-items:center;position:relative}
.contact-cout .lianxi li div {    width: 80px;height: 80px;background-position:center;background-repeat: no-repeat;background-size: 60%;}
.contact-cout .lianxi li h1 {font-size:22px;margin-bottom: 40px;color: #da251c;}
.contact-cout .lianxi i {width:0px;height:4px;border-radius:2px;background-color:#d72823;display:blcok;position:absolute;    top: 120px;left:50%;transform:translateX(-50%);transition:all .3s ease}
.contact-cout .lianxi li:hover i {width:40px}
.contact-cout .lianxi li span {margin-bottom:10px;
font-size: 22px;font-weight: bold;
}
.contact-cout .erweima {width:100%;background-color:#ffffff;margin: 50px 0 0;display:flex;align-items:center;padding: 70px 0;justify-content: center;}
.contact-cout .erweima>div {width:1100px;display:flex;align-items:center;display:flex;justify-content:center}
.contact-cout .erweima>div img {    width: 200px;}
.contact-cout .erweima>div p {font-size:16px}
.contact-cout .mendian {width:1300px;margin:0 auto}
.contact-cout .mendian ul {width:100%;display:flex;flex-wrap:wrap}
.contact-cout .mendian li>div {background-color:#d72823;padding:20px 40px;width:90%;box-sizing:border-box;border-radius:10px;box-shadow: 2px 2px 20px rgb(241, 61, 65,.4);display:flex;flex-direction:column;transition: all .5s ease;cursor: pointer;position: relative;}
.contact-cout .mendian li .icc {left: 8px;top: 50%;transform: translateY(-50%);width: 4px;background-color: #fff;height: 0;border-radius: 2px;opacity: 1;position: absolute; transition: all .5s cubic-bezier(0.5, 0.04, 0.36, 0.99);;}
.contact-cout .mendian li>div:hover .icc {opacity: 1;height: 40%;}
.contact-cout .mendian li {width:50%;margin-bottom:50px;display:flex;flex-direction:column;align-items:center}
.contact-cout .mendian li h1 {color:#fff;font-size:20px;margin-bottom:16px}
.contact-cout .mendian li span {color:#fff;margin-bottom:8px}
.contact-cout .mendian li p {color:#fff;margin-top:6px;line-height:1.5em}
.contact-tow {padding:0}
.anchorBL {display: none!important;}

/* 联系我们 end */

/* 招贤纳士 start */

.er_rec{
	background: url(../picture/detall-bg.jpg) repeat scroll;
	overflow: hidden;
}
.er_rec .inner {width:1200px; margin:100px auto;}

/*recruitment*/
.recruitment {overflow:hidden;}
/*jobTop*/
.jobTop {background-image: linear-gradient( 306deg,#c47920 0%,#c22a20 100%);color:#fff;overflow:hidden;}
.jobTop span {display:block;float:left;font-size:16px;line-height:1.5em;padding:23px 0.5%;text-align:center;word-wrap:break-word;word-break:break-all;}
.jobTop .name {width:23.5%;padding-left:5%;text-align:left;}
.jobTop .num {width:22%;}
.jobTop .place {width:23%;}
.jobTop .date {width:23%;}
/*jobItem*/
.jobItem {margin-top:10px;background-color:#fafafa;}
.jobItem .jobTop {background-color:#fafafa;background-image:none;color:#666;cursor:pointer;}
.jobItem .jobTop.cur {color:#2c231b;}
.jobItem .jobBtm {border-top:1px solid #eee;padding:2.5% 5%;display:none;}
.jobItem .box {font-size:16px;color:#999;line-height:2em;margin-bottom:2.32%;}
.jobItem h2 {font-size:16px;color:#424242;line-height:1.875em;margin-bottom:3px;background:url(../images/icon_01.png) no-repeat left 11px;padding-left:18px;}
.jobItem .btn {overflow:hidden;padding-top:2.4%;}
.jobItem .apply {float:left;}
.jobItem .apply a {color:#fff;background-color:#2c231b;font-size:16px;display:block;width:160px;height:50px;line-height:50px;text-align:center;}
.jobItem .apply a:hover{background-image: linear-gradient( 306deg,#c47920 0%,#c22a20 100%);}
.jobItem .info {margin-left:180px;overflow:hidden;}
.jobItem .info span {display:block;float:left;padding:10px 20px;font-size:16px;color:#999;line-height:1.875em;}
@media only screen and (max-width:1280px){
	/*1280px inner*/
	.inner {width:93.75%;}
	.inner1600 {width:93.75%; padding:0;}
}
@media only screen and (max-width:1024px){	
	/*1024px jobTop*/
	.jobTop span {padding-top:15px; padding-bottom: 15px;}
	/*1024px jobItem*/
	.jobItem .apply a {width:140px; height:42px; line-height: 42px;}
	.jobItem .info {margin-left:155px;}
	.jobItem .info span {padding:6px 15px;}
}
@media only screen and (max-width:768px){
	
	/*768px jobTop*/
	.jobTop span {padding-top:9px; padding-bottom: 9px; font-size:14px;}
	.jobTop .num {width:20%;}
	.jobTop .date {width:25%;}
	.jobItem .box, .jobItem .info span {font-size: 14px;}
	.jobItem h2 {font-size:14px; background-position:0 10px;}
	.jobItem .apply a {width:90px; height:32px; line-height: 32px;}
	/*768px jobItem*/
	.jobItem .jobBtm {padding-top:3.5%; padding-bottom: 3.5%}
	.jobItem .box {line-height: 1.75em;}
	.jobItem .apply {float:none;}
	.jobItem .apply a {font-size:14px; width:100px; height:36px; line-height: 36px;}
	.jobItem .info {margin-left:0; margin-top:10px;}
	.jobItem .info span {padding:0; line-height:1.75em; float:none;}
}

/* 招贤纳士 end */

/* 荣誉二级页 start */

.honerbox {
  padding: 30px 0 80px 0;
  background-image: url(../images/yunla1f02b737.jpg);
  background-position: center;
}

.honerbox .tabs-tab {
  text-align: center;
  padding: 30px 0px 80px;
}

.honerbox .tabs-tab .card-more {
  display: inline-block;
  margin: 0 12px;
  /*border-color: #5e4b3b;*/
  -webkit-transition: .5s;
  -o-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  padding: 6px 8px;
  background: #443626;
  border-radius: 5px;
}

.honerbox .tabs-tab .card-more.active, .honerbox .tabs-tab .card-more:hover {
  background: #1c1002;
}
.honerbox .tabs-tab .card-more.active .text-text,.honerbox .tabs-tab .card-more:hover .text-text {
  background: #1c1002;
}
.honerbox .tabs-tab .card-more.active img:nth-child(2), .honerbox .tabs-tab .card-more:hover img:nth-child(2) {
  opacity: 1;
}

.honerbox .bottom {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.honerbox .bottom a {
  width: 30%;
  margin: 0 0 35px 0;
}
.honerbox .bottom i{
	width: 30%;
}
.honerbox a .media-wrap {
  padding-top: 72.59887%;
  background-image: url(../images/s-kaungkaungbc805451.png);
  background-size: 100% 100%;
  position: relative;
}

.honerbox .img-wrap {
  top: 4.66926%;
  bottom: 4.66926%;
  left: 3.38983%;
  right: 3.38983%;
  position: absolute;
  margin: auto;
}
.honerbox .bottom .text {
  line-height: 38px;
  margin-top: 15px;
  font-size: 18px;
  color: #2c231b;
  overflow: hidden;
  word-break: keep-all;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  text-align: center;
}

.honerbox .bottom .text img {
  margin-right: 6px;
  display: inline-block;
  vertical-align: middle;
}

/* 荣誉二级页 end */

/* 右侧悬浮按钮 start */

.toolbar {
	width: 50px;
	position: fixed;
	right: 1%;
	top: 40%;
	z-index: 999;
}
.toolbar dd {
	width: 50px;
	height: 50px;
	margin-bottom: 1px;
	position: relative;
	background: rgb(44 35 27 / 40%) repeat 0 0;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	margin: 6px 0 0 0;
}
.toolbar dd i {
	width: 50px;
	height: 50px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	cursor: pointer;
	text-align: center;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.toolbar dd i span {
	width: 35px;
	height: 35px;
	display: block;
	margin: 9px 0 0 8px;
	background: url(../images/rightfixicon.png) no-repeat 0 0;
}
.toolbar dd.gottop {
	display: none;
}
.toolbar .slide-tel {
	display: block;
	width: 0;
	height: 50px;
	line-height: 50px;
	font-size: 22px;

	color: #fff;
	position: absolute;
	padding: 0 0 0 50px;
	top: 0;
	right: 0;
	overflow: hidden;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	-webkit-transition: all .0s ease-in-out 0s;
	-moz-transition: all .0s ease-in-out 0s;
	transition: all .0s ease-in-out 0s;
}
.toolbar .pop {
	position: absolute;
	right: 90px;
	top: -51px;
	background: #443626;
	display: none;
	border-radius: 6px;
}
.toolbar .pop-code {
	width: 180px;
	padding: 0;
}
.toolbar dd li{
	list-style: none;
	font-size: 16px;
}
.toolbar .pop-code img {
	width: 140px;
	height: 140px;
	display: block;
	margin: 20px 0 10px 20px;
}
.toolbar .pop-code h3 {
	height: 30px;
	line-height: 26px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	white-space: nowrap;
}
.toolbar .pop-code h3 b {
	display: block;
	font-size: 14px;
	font-weight: normal;
}
.toolbar .qq span {
	background-position: 0 -47px;
}
.toolbar .qq a {
	width: 50px;
	height: 50px;
	cursor: pointer;
	display: block;
}
.toolbar .qq:hover {
	background: #443626;
}
.toolbar .tel span {
	background-position: 0 0;
}
.toolbar .tel:hover {
	background: #443626;
}
.toolbar .qq:hover {
	background: #443626;
}
.toolbar .code span {
	background-position: 0 -95px;
}
.toolbar .code:hover {
	background: #443626;
}
.toolbar .top span {
	background-position: 0 -142px;
}
.toolbar .top:hover {
	background: #443626;
}

/* 右侧悬浮按钮 end */

@media screen and (max-width: 1500px) {
	.prolist .item {
	    padding: 80px 25px;
	}
	.prolist .rtbox {
	    width: 40%;
		display: flex;
		align-items: center;
	}
	.prolist .lfbox {
	    width: 55%;
	}
	
	
	
	
	
	
}














