
*{word-wrap:break-word;}body{background:#F1F1F1;}body,input,button,select,textarea{font:12px/1.5 'Microsoft YaHei',Tahoma,Helvetica,'SimSun',sans-serif;color:#555555;}textarea{resize:none;}body,ul,ol,li,dl,dd,p,h1,h2,h3,h4,h5,h6,form,fieldset,.pr,.pc{margin:0;padding:0;}table{empty-cells:show;border-collapse:collapse;}caption,th{text-align:left;font-weight:400;}ul li,.xl li{list-style:none;}ul,p,dl,dt,dd{padding:0px;margin:0px;}li{list-style-position:outside;list-style-type:none;}h1,h2,h3,h4,h5,h6{font-size:1rem;}em,cite,i{font-style:normal;}a{color:#333333;text-decoration:none;}a:hover{text-decoration:underline;}a img{border:none;}label{cursor:pointer;}img{border:0px;vertical-align:middle;}.clear_f{clear:both;height:0px;padding:0px;margin:0px;display:block;_display:inherit;}.fl{float:left;}.fr{float:right;}.cl:after{content:".";display:block;height:0;clear:both;visibility:hidden;}.cl{zoom:1;}a:hover{text-decoration:none;}.mtop2{margin-top:2rem}.zoom1 {
zoom: 1;}.zoom1after {
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden;
    content: ".";
}
*{margin: 0;padding: 0;border: 0;list-style: none;text-decoration: none;color: inherit;font-weight: normal;font-family: "微软雅黑";box-sizing: border-box;}
input{outline: none;}
img{vertical-align: middle;max-width: 100%;}
/*头部导航*/
.header{position: absolute;top: 0;left: 0;width: 100%;padding: 0 5rem;height: 5.2rem;display: flex;justify-content: space-between;align-items: center;z-index: 99;color: #FFFFFF;transition: all .3s;}
.header:hover{background-color: #fff;}
.header.fixed{position: fixed;background: #fff;height: 4.5rem;transition: all .3s;}
.banner{width: 100%;padding: 0 5rem; height: 37.2rem;}
/*导航栏*/
.nav_menu3,
.nav_menu3 ul,
.nav_menu3 ul li,
.nav_menu3 ul li a,
.nav_menu3 #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 99;
}
.nav_menu3 #menu-button { 
    margin-top: 100px;
    background: #F00;
    position: absolute;
    z-index: 99999;
}
.nav_menu3:after,
.nav_menu3 > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.nav_menu3 #menu-button {
  display: none;
}
.nav_menu3 {
  width: 100%;
  line-height: 1;
  height: 100%;
  /* background: #ffffff; */
}
#menu-line {
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
  background: #990B2C;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.nav_menu3 > ul > li {
  float: left;
}
.nav_menu3.align-center > ul {
  font-size: 0;
  text-align: center;
}
.nav_menu3.align-center > ul > li {
  display: inline-block;
  float: none;
}
.nav_menu3.align-center ul ul {
  text-align: left;
}
.nav_menu3.align-right > ul > li {
  float: right;
}
.nav_menu3.align-right ul ul {
  text-align: right;
}
.nav_menu3 > ul > li > a {
    padding: 1.8rem 1.5rem;
    text-decoration: none;
    text-transform: uppercase;
    color: #4b7e03;
    font-size: 1rem;
    text-align: center;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.fixed .nav_menu3 > ul > li > a:hover{color: #000;}
.nav_menu3 > ul > li:hover > a {
  color: #000;
}
.nav_menu3 > ul > li:last-child:hover > a {
  color: #fff;
  background: none;
}

.nav_menu3 ul ul {
  position: absolute;
  left: -9999px;
}
.nav_menu3 > ul > li > ul {    
}
.nav_menu3 li:hover > ul {
  left: auto;
}
.nav_menu3.align-right li:hover > ul {
  right: 0;
}
.nav_menu3 ul ul ul {
  margin-left: 100%;
  top: 0;
}
.nav_menu3.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
.nav_menu3 ul ul li {
  height: 0;
  -webkit-transition: height .2s ease;
  -moz-transition: height .2s ease;
  -ms-transition: height .2s ease;
  -o-transition: height .2s ease;
  transition: height .2s ease;
}
.nav_menu3 ul li:hover > ul > li {
  height: 40px;
  z-index: 999;
}
.nav_menu3 ul ul li a {
	line-height:40px;
    width: 140px;
	text-align:center;
	background:#434343;
	border-top:1px solid #000;
  text-decoration: none;
  color: #eeeeee;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
.nav_menu3 ul ul li:hover > a,
.nav_menu3 ul ul li a:hover {
  color: #990B2C;
  background: #FFF;
  border-top: 1px solid #FFF;
}
.nav_menu3 ul ul li.nav-has-sub > a::after {
  position: absolute;
  top: 16px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee;
  content: "";
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
.nav_menu3.align-right ul ul li.nav-has-sub > a::after {
  right: auto;
  left: 10px;
  border-bottom: 0;
  border-right: 0;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
}
.nav_menu3 ul ul li.nav-has-sub:hover > a::after {
  border-color: #990B2C;
}
.nav_menu3 li input {
	margin: 1.5rem 0;
	height: 1.5rem;
	outline:none;
	width: 7.6rem;
	border-radius: 2rem;
	border: 1px solid;
}
.nav_menu3 .searchBox a {
	display: block;
	position: absolute;
	right: 0.2rem;
	padding: 0;
	top: 1.5rem;
	background:none;
}
.nav_menu3 .searchBox a img{
	width: 1.5rem;
	height: 1.5rem;
}
.search_input {
	padding-left: 0.7rem;
	padding-right: 1.7rem;
}
.nav_menu3 li.searchBox:hover{background:none;}

/* 主体内容 */
.webMain{
	width: 100%;
	height: auto;
	clear:flex: 1 1 auto;;
}
/* 案例列表 */
.caseslist,.culList,.videoList{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin: 0 5rem;
}
.caseslist:after,.culList:after{
    /* content: "";
    width: 24.3%;
	float: left; */
}
.casesItem:last-child:nth-child(4n - 2),.culList:last-child:nth-child(4n - 2) {
	margin-right: calc(48.6% + 5.7% / 3);
}
.casesItem:last-child:nth-child(4n - 1),.culList:last-child:nth-child(4n - 2) {
	margin-right: calc(24.3% + 2.85% / 3);
}
.activeadd{background:#0bc5ca;}
.activedel{display: none;}
.casesItem{
	width: 24.3%;
	height: 15rem;
	overflow: hidden;
	margin-bottom: 1rem;
	position: relative;
}
.casesItem img{
	height: 15rem;
    width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
	z-index:1;
	transition-delay: 0s;
    transition-duration: 1s;
    transition-property: all;
    transition-timing-function: ease;
	-moz-transition-delay: 0s;
    -moz-transition-duration: 1s;
    -moz-transition-property: all;
    -moz-transition-timing-function: ease;
	-webkit-transition-delay: 0s;
    -webkit-transition-duration: 1s;
    -webkit-transition-property: all;
    -webkit-transition-timing-function: ease;
	-o-transition-delay: 0s;
    -o-transition-duration: 1s;
    -o-transition-property: all;
    -o-transition-timing-function: ease;
}
.casesItem .show {
    height:20rem;
    left: 0;
    opacity: 0;
	filter:alpha(opacity=0);
    position: absolute;
    top: 0;
    transition-delay: 0s;
    transition-duration: 0.3s;
    transition-property: opacity;
    transition-timing-function: ease-in;
	/* Firefox 4 */
	-moz-transition-delay: 0s;
    -moz-transition-duration: 0.3s;
    -moz-transition-property: opacity;
    -moz-transition-timing-function: ease-in;
	/* Safari 和 Chrome */
	-webkit-transition-delay:0s;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-property: opacity;
    -webkit-transition-timing-function: ease-in;
	/* Opera */
	-o-transition-delay:0s;
    -o-transition-duration: 0.3s;
    -o-transition-property: opacity;
    -o-transition-timing-function: ease-in;
    width:100%;
    z-index: 80;
}

.casesItem .show .imgArea {
    left: 50%;
	bottom:0;
    margin:-15px 0px 0px -40px;
    opacity: 0;
    position: absolute;
    transition-delay: 0s;
    transition-duration: 0.4s;
    transition-property: all;
    transition-timing-function: ease;
	/* Firefox 4 */
	-moz-transition-delay: 0s;
    -moz-transition-duration: 0.4s;
    -moz-transition-property: all;
    -moz-transition-timing-function: ease;
	/* Safari 和 Chrome */
	-webkit-transition-delay:0s;
    -webkit-transition-duration: 0.4s;
    -webkit-transition-property: all;
    -webkit-transition-timing-function: ease;
	/* Opera */
	-o-transition-delay:0s;
    -o-transition-duration: 0.4s;
    -o-transition-property: all;
    -o-transition-timing-function: ease;
}
.casesItem .show .imgArea a{
	color:rgba(255,255,255, 0.8);
	display:block;
	padding:5px 12px;
	border:rgba(255,255,255, 0.6) 1px solid;
	border-radius:8px;
	font-size: 16px;
}
.casesItem .show .imgArea a:hover{
	background: rgba(255,255,255, 0.7);
	color:rgba(0,0,0, 0.6);
}
.casesItem:hover  .show {opacity: 1;filter:alpha(opacity=100);}
.casesItem:hover .show .imgArea{opacity:1;filter:alpha(opacity=100);bottom:40%;}
.casesItem:hover img {
	transform: scale(1.2, 1.2);
	-ms-transform:scale(1.2, 1.2); 	/* IE 9 */
	-moz-transform:scale(1.2, 1.2); 	/* Firefox */
	-webkit-transform:scale(1.2, 1.2); /* Safari 和 Chrome */
	-o-transform:scale(1.2, 1.2); 	/* Opera */
}
.caseItemTitle {
    line-height: 2rem;
    position: absolute;
    bottom: 0;
    left: 0rem;
    background: rgba(0,0,0, 0.3);
    color: #fff;
	width: 100%;
    z-index: 98;
    overflow: hidden;
	text-overflow：ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	display: flex;
	justify-content: space-between;
}
.caseItemTitle .case_title{padding-left: 1rem;}
.caseItemTitle .case_class{padding-right: 1rem;}
.case_title a,.case_class a{color: #fff;}

.culItem{
	width: 24.3%;
	height: auto;
	overflow: hidden;
	margin-bottom: 1rem;
	position: relative;
	display: flex;
	flex-direction: column;
}
.culItem_title h3 a {
	color: #FFF;
	font-size: 14px;
	background-color: #02acb2;
	display: inline-block;
	text-align: center;
	height: 2.5rem;
	width: 100%;
	line-height: 2.5rem;
	font-weight: normal;
}
.culImgTitle{display: flex; justify-content: space-between;padding: 0.8rem; background: #fff;}
.culItem_title{height: auto;}
.culImgTitle .img{width: 15rem; min-width: 15rem; height: 9rem;}
.culImgTitle .img img{width: 100%;height: 100%;}
.culImgTitle .title{padding-left:0.8rem;line-height: 2rem;}
.culTitleList{padding: 0.8rem; height: 16rem; background:#fff;padding-top: 0;}
.culTitleList .title{line-height:2rem}

/* 实景案例 */
.designListTitle,.designCase,.linkListTitle{
	margin: 0 5rem;
	background-color: #02acb2;
	line-height: 2.5rem;
	color: #FFF;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.designListTitle_item {
    text-align: center;
    border-right: 1px solid #fff;
    width: calc(100% / 7);
    font-size: 14px;
    height: 2.5rem;
    line-height: 2.5rem;
}
.designListTitle_item a{color:#fff}
.designListTitle_item:hover{background:#0bc5ca}
.designListTitle_item:last-child{border-right: 0}


/* 友情链接 */
.linkListTitle{padding-left: 1rem;}
.linkListItem{padding: 0 1rem; height: auto; background:#fff; margin: 0 5rem;}
.linkListItem a{padding: 0 1rem; flex-wrap: wrap; line-height: 2rem;}

/* 底部样式 */
.footer{
	width: 100%;
	z-index: -100;
	height: 12.5rem;
	background-color: #222;
}
.footer a{color:#fff; font-size: 12px;}
.footer .up {
    background: #222;
    padding: 2.5rem 5.6rem;
    height: auto;
}
.footer .up:after {
    display: block;
    width: 100%;
    height: 1px;
    clear: both;
    content: '';
}
.footer .up .fl{
	float: left;
	display: flex;
	flex-direction: column;
	height: 1.5rem;
	white-space: pre-line;
}
.footer .fl .tips {
    margin-bottom: 10px;
}
.footer .fl .tips a {
    color: #fff;
    font-weight: 700;
    margin: 12px;
    position: relative;
    font-size: 0.16rem;
}
.footer .fl .tips a {
    transition: cubic-bezier(.21,.72,.25,1) .5s;
}
.footer .fl .tips a:last-child:after {
    display: none;
}
.footer .fl .tips a:after {
/*    content: '';
    position: absolute;
    height: 80%;
    background: rgba(255,255,255,.6);
    width: 1px;
    right: -0.13rem;
    top: 10%; */
}
.footer .address {
    margin-bottom: 5px;
	color: rgba(255,255,255,.7);
}
.footer .address, .footer .infor {
    color: rgba(255,255,255,.7);
    /* font-size: 1rem; */
}
.footer .official {
    text-align: right;
}
.footer .official span {
    color: #fff;
    font-size: 0.12rem;
    display: inline-block;
    vertical-align: middle;
}

.footer .official span img{
    width: 8rem;
	height: 100%;
    margin-left: 0.1rem;
}
.fl .tips a, .footer .infor a, .footer .official i, .footer .official i img::after {
    transition: cubic-bezier(.21,.72,.25,1) .5s;
}
.footer .copyright {
	padding: 0 5rem;
	background-color: #222;
	border-top: 1px solid #333;
    line-height: 2rem;
    color: rgba(255,255,255,.3);
}
.footer .copyright a {
    float: right;
}
/*****右侧浮动*****/
.float_right{ width:50px; height:auto; float:left; position:fixed; bottom:200px; right:0; z-index:999;}
.float_right ul,li { list-style:none;margin:0; padding:0;}
.float_right li.l1{ width:50px; height:50px; float:left; background:#378ec4; text-align:center; font-size:14px; line-height:18px; font-weight:550; color:#fff; padding-top:7px; box-sizing:border-box; border-radius:4px 0 0 4px; margin-bottom:1px;}
.float_right li.l2 a{ position:relative; width:50px; height:50px; float:left; background:url(../image/float_tb_1.png) center center no-repeat #da7569; text-align:center; font-size:14px; line-height:18px; font-weight:550; color:#fff; padding-top:7px; box-sizing:border-box; border-radius:4px 0 0 4px;margin-bottom:1px;}
.float_right li.l2 a p.p1{ display:none;}
.float_right li.l2 a:hover p.p1{  width:150px; height:150px; display:block;  background:#fff; float:left; position:absolute; right:55px; padding:10px; top:0;  border-radius:6px;  }
.float_right li.l2 a p.p1 img {   width:100%; height:100%;  }
.float_right li.l3 a{ width:50px; height:50px; float:left; background:url(../image/float_tb_2.png) center center no-repeat #8a8ab2; text-align:center; font-size:14px; line-height:18px; font-weight:550; color:#fff; padding-top:7px; box-sizing:border-box; border-radius:4px 0 0 4px;margin-bottom:1px;}
.float_right li.l4 a{ position:relative; width:50px; height:50px; float:left; background:url(../image/float_tb_3.png) center center no-repeat #56bae7; text-align:center; font-size:14px; line-height:18px; font-weight:550; color:#fff; padding-top:7px; box-sizing:border-box; border-radius:4px 0 0 4px;margin-bottom:1px;}
.float_right li.l4 a p.p2 {   display: none;    }
.float_right li.l4 a:hover p.p2 {  width:210px; height:50px; display:block; line-height:50px; font-size:14px; background:#56bae7; color:#fff; float:left; position:absolute; right:45px; text-indent:15px; top:0;  border-radius:6px 0 0 6px;  }
.float_right li.l5 a{ width:50px; height:50px; float:left; background:url(../image/float_tb_4.png) center center no-repeat #7aba82; text-align:center; font-size:14px; line-height:18px; font-weight:550; color:#fff; padding-top:7px; box-sizing:border-box; border-radius:4px 0 0 4px;margin-bottom:1px;}

/*****右侧浮动*****/
.float_right{display: none;}

/* 内页样式 */
.dh_lj{margin-left: 5rem;width:calc(100% - 5rem);line-height:2rem;color:#444;background:url(../image/dh.png) left center no-repeat;text-indent:1.5rem;}
.dh_lj span{padding: 0 0.3rem;}
.dh_lj a{color:#444;}

/* 内页banner */
.inbanner{width: 100%; overflow: hidden;}
.img_banner{padding: 0 5rem; height: 22rem;}
.img_banner img{width: 100%; height: 100%;}

/* 内页主体 */
.inMain{width: 100%; height: auto; margin-top: 1.5rem;}
.xmclass{width: calc(100% - 10rem);padding: 0 5rem;display: flex; justify-content: space-between;}
.xmclass a{border-right: 1px solid #ccc;border-bottom: 1px solid #ccc; font-size: 1rem;color: #fff;}
.xmclass a:last-child{border-right: none;}
.xmclass_item{height: 3rem; line-height:3rem; align-self: center; background-color: #02acb2; text-align: center; padding-right: 1px;}
.xmclass_item a{color: #02acb2;}
.xmclass_item a:hover{color: #fff;}
.xmclass_item:hover{color: #fff; background:#222;transition: all 0.5s;}
.xmclass .on {
    background-color: #222;
    color: #fff;
}

.inClass{
	margin: 0 5rem;
	background-color: #02acb2;
	line-height: 2.5rem;
	color: #FFF;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.inClass_item {
    text-align: center;
    border-right: 1px solid #fff;
    font-size: 14px;
    height: 2.5rem;
    line-height: 2.5rem;
}
.inClass_item a{color:#fff}
.inClass_item:hover{background:#222}
.inClass_item:last-child{border-right: 0}
.onactive{background:#222;}
.xmMain{
	margin-top: 3rem;
}


/*分页样式*/
.pageStyle {
	color: #ccc;
	text-align: center;
	margin: 2rem;
}

.pageStyle a {
    display: inline-block;
    color: #1c2852;
    display: inline-block;
    height: 2rem;
    line-height: 2rem;
    padding: 0rem 1rem;
    border: 1px solid #ddd;
    margin: 0 0.2rem;
    border-radius: 0;
    vertical-align: middle;
}

.pageStyle a:hover {
	text-decoration: none;
	border: 1px solid #1c2852;
	background-color: #1c2852;
	 -webkit-transition:0.3s; -moz-transition:0.3s; transition:0.3s;
	color: #fff;
}

.pageStyle span.current {
	display: inline-block;
	height: 2rem;
	line-height: 2rem;
    padding: 0rem 1rem;
	margin: 0 0.2rem;
	color: #fff;
	background-color: #1c2852;
	border: 1px solid #1c2852;
	border-radius: 0;
	vertical-align: middle;
}

.pageStyle span.disabled {
    display: inline-block;
    height: 2rem;
    line-height: 2rem;
    padding: 0rem 1rem;
    margin: 0 0.2rem;
    color: #bfbfbf;
    background: #f2f2f2;
    border: 1px solid #bfbfbf;
    border-radius: 0;
    vertical-align: middle;
}

/* 项目详情页 */
.inDetail{padding: 0 5rem; display: flex; justify-content: space-between;}
.in_left{height:auto; margin-bottom:2rem;width: 74%;}
.in_right{width:23%; height:auto; margin-left:3%; margin-bottom:2rem;}
.mydiv1{
width:100%;height:auto;background:#fff;
filter:progid:DXImageTransform.Microsoft.Shadow(color=#909090,direction=120,strength=3);/*ie*/
-moz-box-shadow: 2px 2px 10px #909090;/*firefox*/
-webkit-box-shadow: 2px 2px 10px #909090;/*safari或chrome*/
box-shadow:2px 2px 10px #909090;/*opera或ie9*/
}
.detailClass,.inhots{
	padding: 1.5rem;
	display: flex;
	flex-direction: column;
}
.detailClassItem{
	height: 3rem;line-height: 3rem;font-size: 12px;color: #707070;background-color: #efecec;text-align: center;border-radius: 2px;-moz-border-radius: 2px;-webkit-border-radius: 2px; margin-bottom: 0.6rem;
}
.detailClassItem:hover {background: #EF9B11; color:#fff;transition:all ease 0.4s;}

.inhots h2{font-size: 16px;color:#b4b5b4; border-bottom:1px solid #ddd; height:2rem; line-height:2rem; text-align:center;}
.inhotsList{
	margin-top: 1rem;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px dashed #eff2f5;
}
.inhotsList .imgs{
	width: 10rem;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
}
.inhotsList .imgs img{width: 100%;}
.inhotsList .titles{
	margin-left: 1.5rem;
	width: calc(100% - 10rem);
}
.inhotsList .titles h1{font-size:12px; font-weight:normal; line-height:2rem;}
.article-detail-hd {
    border-bottom: 1px solid #eee;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}
.article-detail-hd .title {
    position: relative;
    padding-top: 1rem;
    color: #000;
    font-weight: normal;
    font-size: 2rem;
    line-height: 2.5rem;
	text-align:center;
}
.article-detail-hd .meta {
    font-size: 1rem;
    color: #888;
    padding: 1.5rem 0;
	width:40rem;
	margin:0 auto;
}
.metal{width:50%; float:left;}
.metar{width:50%; float:right; text-align:right;}
.mydiv_m{padding:2.5rem;}
.mydiv_m1{padding:2.5rem 1.5rem;}
.mycontent{font-size:1rem; line-height:2rem; color:#818280;letter-spacing:1px; overflow:hidden;}
.mycontent img{width: 100%;}

.i_class{width:100%; height:auto; text-align:center;}
.i_class ul{width:100%;}
.i_class ul li {float: left;margin: 0 0 0.4rem 0;}
.i_class ul li a {display: inline-block;width: 15rem;height: 2.5rem;line-height: 2.5rem;font-size: 12px;color: #707070;background-color: #efecec;text-align: center;border-radius: 2px;-moz-border-radius: 2px;-webkit-border-radius: 2px;}
.i_class ul li a:hover { background: #EF9B11; color:#fff;transition:all ease 0.4s;}
.next_up {
    border-top: 1px solid #eee;
    padding-top: 15px;
    margin-top: 15px;
}
.next_up a{font-size:12px; line-height:24px;}
.next_up a:hover {color:#90b064;transition:all ease 0.4s;}
.next_up_up{width:50%; float:left;}
.next_up_next{width:50%; float:right;}
.in_hots{width:100%; height:auto; padding-top:58px;}
.in_hots h2{font-size: 16px;color:#b4b5b4; border-bottom:1px solid #ddd; height:30px; line-height:30px; text-align:center; margin-top:-30px; padding-bottom:10px;}
.in_hots ul li{width:100%; height:70px; border-bottom: 1px dashed #eff2f5; padding:15px 0;}
.hots_img{width:110px; height:70px; float:left;}
.hots_img img{width:110px; height:70px; border:0;}
.hots_txt{width:130px; height:70px; float:left; margin-left:20px;}
.hots_txt h1{font-size:12px; font-weight:normal; line-height:24px;}

.hotsnews{
	width: 100%;
	margin: 0.5rem 0;
	display: flex;
	flex-direction: column;
}
.hotsnews .titles{
	width: 100%;
	overflow: hidden;
	line-height: 1rem;
	height: 1rem;
}
.hotsnews .titles  h1{font-size:12px; font-weight:normal; line-height:2rem;border-bottom: 1px dashed #eff2f5;}
.hotsnews .titles a {
	width: 100%;
	overflow: hidden;
	line-height: 1rem;
	
}
/* 视频页面 */
.videoItem{
	width: 24.3%;
	height: 24rem;
	overflow: hidden;
	margin-bottom: 1rem;
	position: relative;
	display: flex;
	flex-direction: column;
	-webkit-box-shadow: 0 2px 12px #e3e3e3;
	border-bottom-left-radius:0.5rem;
	border-bottom-right-radius:0.5rem;
}

.videoItem:last-child:nth-child(4n - 2) {
		margin-right: calc(48.6% + 5.7% / 3);
	}
.videoItem:last-child:nth-child(4n - 1) {
		margin-right: calc(24.3% + 2.85% / 3);
	}

.videoItem .imgs{
	width: 100%;
	height: 17rem;
	position: relative;
}
.videoItem .imgs img{width: 100%; height: 100%;}
.videoItem .imgs .icon {
	width: 3rem;
	height: 3rem;
	position: absolute;
	top:calc(50% - 1.5rem);
	left: calc(50% - 1.5rem);
	line-height: 3rem;
	text-align: center;
	color: #ccc;
	display: block;
	border-radius: 50%;
	font-size: 18px;
	animation: pulse 1s infinite;
}
.videoBtn {
	width: 65px;
	height: 65px;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	background: #fff;
	border-radius: 50%;
	z-index: 20;
	cursor: pointer;
}
.videoBtn::before,
.videoBtn::after {
	width: 100%;
	height: 100%;
	border: 1px solid #fff;
	position: absolute;
	left: -1px;
	top: -1px;
	content: '';
	border-radius: 50%;
	-webkit-animation: scaleAnimate 2s linear infinite;
	opacity: 0;
}

.videoBtn::after {
	-webkit-animation-delay: .5s;
}
.videoBtn span {
	display: block;
	width: 0px;
	height: 0px;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 8px solid #c8a062;
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
}
.videoBox {
	width: 70%;
	max-width: 1000px;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	background: #fff;
	padding: 35px 0px;
	border-radius: 10px;
}

.videoBox video {
	display: block;
	position: relative;
	width: 100%;
}

.videoCloseBtn {
	width: 35px;
	height: 35px;
	position: absolute;
	right: 10px;
	top: 0px;
	line-height: 35px;
	text-align: center;
	cursor: pointer;
	-webkit-transition: all .5s;
}
.lightBox {
	position: fixed;
	opacity: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0,0,0,.8);
    z-index: 1000;
    transition: all .5s cubic-bezier(.23,1,.32,1);
}
.lightBox,.loading.active{opacity:0;visibility:hidden}
.lightBox{width:100%;height:100%;left:0;top:0;background:rgba(0,0,0,.8);z-index:1000;transition:all .5s cubic-bezier(.23,1,.32,1)}
.lightBox.active{opacity:1;visibility:visible}
@keyframes pulse {
    0% {
        box-shadow: 0 0 8px 6px #000;
    }
    50% {
        box-shadow: 0 0 8px 6px #999;
    }
    100% {
        box-shadow: 0 0 8px 6px #000;
    }
}

.videoItem .titles h5 {
    padding: 0.5rem;
    line-height: 2rem;
    border-bottom: 1px dashed #ccc;
}
.videoItem .descs{
	padding: 0.5rem;
}
.videonote{
	padding: 5rem;
	height: 740px;
}

/* 新闻资讯 */
._news.news2{width: 100%;}
._news.news2 ul li .news2_des b:after,._news.news5 ul li:after,._toast span::before,.loading:before,.sub_nav a:after{content:''}
._news.news2 ul{overflow: hidden;padding-top: 0.56rem;}
._news.news2 ul li{min-width: 32%;width:32%;height:auto;margin-bottom:20px; float: left; margin-right: 2%;}
._news.news2 ul li:nth-child(3n){ margin-right: 0%;}
._news.news2 ul li .news_thum{position:relative;height: 23rem;overflow:hidden;width:100%}
._news.news2 ul li .img{display:block;width:100%;height: 23rem;background:center center no-repeat;background-size:cover;transition: all 1.5s;}
._news.news2 ul li .img img{width: 100%;}
._news.news2 ul li .img:hover{transform: scale(1.1);}
._news.news2 ul li .news_time{width:auto;height:auto;line-height:35px;position:absolute;padding:0 10px;font-size:12px;left:0;bottom:0;color:#fff;background:rgba(0,0,0,.1);font-family:helveticaneuethn;transition:all .36s ease 0s}
._news.news2 ul li .news2_des{width:100%;height:auto;padding:1.5rem;background:rgba(0,0,0,.01);box-sizing:border-box;transition:all .36s ease 0s}
._news.news2 ul li .news2_des b {
    display: block;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 2.5rem;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    border-bottom: 1px solid rgba(0,0,0,.1);
    margin-bottom: 0.8rem;
    color: #3e3e3e;
    padding-bottom: 0.5rem;
    position: relative;
}
._news.news2 ul li .news2_des b:after{width:0;height:1px;position:absolute;left:0;bottom:0;background:#fff;transition:all .36s ease 0s}
._news.news2 ul li .news2_des .text{display:block;line-height:2rem;height:4rem;overflow:hidden; opacity: .7;}
._news.news2 ul li:hover .news2_des{color:#fff;background:#1c2852}
._news.news2 ul li:hover .news2_des b{color:#fff}
._news.news2 ul li:hover .news_time{background:#1c2852}
._news.news2 ul li:hover .news2_des b:after{width:100%}

/* 招聘 */
.jobslist{ margin:0px; padding:0px 0px 60px;box-shadow: 2px 2px 10px #909090;}
.jobslist ul{ margin:0px; padding:0px;}
.jobslist ul li{ margin:0px; padding:30px 0px 0px;}
.jobslist ul li h3{ background:#FFF; padding:20px 0px 20px; border-bottom:1px solid #f0f0f0;}
.jobslist ul li h3 strong{ font-size:24px; line-height:28px; display:inline-block; padding-top:15px;}
.jobslist ul li h3 span{ float:right; font-size:14px; display:block; padding:30px 40px 0px 0px;}
.jobslist ul li h3 em{ display:block; font-size:12px; color:#8c8a89; padding-top:5px;}
.jobslist ul li h3 img{ display:block; float:left;margin:0px 30px;}
.jobslistbox{padding:0px 40px 40px; background:#FFF;}
.jobslistbox dl{ margin:0px; padding-top:40px;}
.jobslistbox dl h4{font-size:18px; color:#424242;}
.jobslistbox dl dt{ float:left; width:105px; font-size:18px; color:#424242;}
.jobslistbox dl dd{ float:right; width:960px; color:#575757; font-size:12px; line-height:32px;}
.jobslistbox p{ padding:40px 0px 0px;color:#575757}
.jobslistbox p.jobfont14{ font-size:14px;}
.jobslistbox p a.Delivery{ background:#00a0e9; display:inline-block; width:155px; height:50px; line-height:50px; font-size:18px; font-weight:bold; color:#FFF;}
.clearfix:after{visibility: hidden;display: block;font-size: 0;content: " ";clear: both;height: 0;}
.clearfix{*zoom:1;}

/* 联系我们 */
.contact{
	width: 100%;
	height: auto;
	box-shadow: 2px 2px 10px #909090;
}
.company_name{margin: 2rem; 0}
.company_name h1{text-align: center;font-size: 1.5rem;line-height: 3rem;}


.appbox,.navLayer,.searchLayerTel{display: none;}
._mo_nav {
    width: 100%;
    height: 55px;
    box-shadow: 0 0 4px rgb(0 0 0 / 12%);
    background: #fff;
    position: fixed;
    left: 0px;
    bottom: 0px;
    overflow: hidden;
    display: none;
	z-index: 999999;
}
/*手机模式样式*/
@media screen and ( max-width:1004px ){
	.header{
		display: none;
	}
	.appbox{position: relative;top: 0;left: 0;width: 100vw;padding: 0 2rem;height: 7rem;display: flex;justify-content: space-between;align-items: center;z-index: 99;color: #FFFFFF;transition: all .3s;}
	.appbox.fixed{position: fixed;background: #fff;height: 7rem;transition: all .3s;}
	.appbox .applogo{ position: absolute; left: 0; display: block; width: 70%; height: 6rem; overflow: hidden;}
	.appbox .applogo img{max-width: 100%;height: 100%; vertical-align: middle;}
	.appbox .appSearch {
	    position: absolute;
	    right: 0px;
	    height: 18px;
	    padding-right: 2rem;
	}
	.appbox .appSearch img{max-width: 100%;height: 100%; vertical-align: middle;}
	
	._mo_nav {
	    display: block;
	}
	._mo_nav a {
	    display: block;
	    width: 20%;
	    height: 100%;
	    float: left;
	    text-align: center;
	}
	._mo_nav a .icon {
	    width: 25px;
	    height: 25px;
	    margin: auto;
	    position: relative;
	    margin-top: 7px;
	    opacity: .7;
	    margin-bottom: 3px;
	}
	._mo_nav a .txt {
	    font-size: 12px;
	    line-height: 14px;
		color: #e6e6e6;
	}
	._mo_nav a.active{
		background: #639;
	}
	._mo_nav a.active .txt {
	    color: #fff;
	}
	
	
	
	
	/*导航菜单触发*/
	.sideNav{ padding: 0 2rem;padding-bottom: 5rem; background:#fff}
	.subNav{ cursor:pointer; display:block; height:40px; line-height:40px; position:relative; font-size:16px; border-bottom: #eee solid 1px;}
	.subNav1{ background:url(http://shbegl.com/images/nimg53_2.png) right center no-repeat; background-size: 32px; color: #2c2c2c;}
	.subNav:before{ content: ""; display: block; width: 64px; height: 1px; background: #1c2852; position: absolute; left: 0px; bottom: -1px; }
	.subNav .name{ position:relative;}
	.subNav a{ color:#706f6d; display: block;}
	.currentDt{background:url(http://shbegl.com/images/nimg53_2on.png) right center no-repeat; background-size: 32px;}
	.navContent{display: none;}
	.navContent a{display:block;  height:40px; line-height:40px; color:#666; font-size:14px; border-bottom:#eee solid 1px; text-indent: 24px;}
	
	.navLayer{
		width: 100%;
		background: #fff;
		height: auto;
	}
	
	.searchLayerTel{ display:none; z-index:22; top:6rem; left:0px; width:100%; position:fixed;}
	.searchLayerTel .box{ padding:2rem 3rem;}
	.searchLayerTel .box .form{ padding-right: 8rem; position:relative; }
	.searchLayerTel .form .input1{ width:100%; background:#fff; border-top-left-radius: 8px; -moz-border-top-left-radius:8px; border-bottom-left-radius: 8px; -moz-border-bottom-left-radius:8px; height:36px; line-height:36px; text-indent:12px; font-size:12px; z-index: 99;}
	.searchLayerTel .form .btn1{ border-top-right-radius: 8px; -moz-border-top-right-radius:8px; border-bottom-right-radius: 8px; -moz-border-bottom-right-radius:8px; position:absolute; right:0px; top:0px; background:#639; text-align: center; width:80px; height:36px; cursor:pointer; color: #fff; font-size: 14px;}
	
	.mask{
	    position:fixed;
	    top     : 7rem;
	    left    : 0;
	    bottom  : 0;
	    right   : 0;
	    background:rgba(0, 0, 0, .7);  /*一般遮罩随便设置一个颜色*/
		z-index: 99999;
	}
	
	.backSearch {
		width: 160px;
		height: auto;
		position: absolute;
		left: 50%;
		margin-left: -80px;
		line-height: 45px;
		bottom: 30vh;
		background: #639;
		color: #fff;
		font-size: 14px;
		text-align: center;
		border-radius: 50px;
		display: block;
	}
	
	.dh_lj{display: none;}
	
	.banner {
	    width: 100%;
	    padding: 0 2rem;
	    height: 35rem;
	}
	.img_banner,.inDetail {
	    padding: 0 2rem;
	}
	
	.caseslist, .culList, .videoList {
	    margin: 0 2rem;
	}
	.culItem {
	    width: 100%;
	}
	.culItem_title h3 a {
	    font-size: 14px;
	    height: 4rem;
	    line-height: 4rem;
	}
	.culImgTitle .title {
	    padding-left: 0.8rem;
	    line-height: 3.5rem;
	    /* font-size: 1rem; */
	    height: 20rem;
	    overflow: hidden;
	}
	.culTitleList {
	    height: 40rem;
	}
	.culTitleList {
	    padding: 0 2rem;
	}
	.culTitleList .title {
	    line-height: 3rem;
		margin-bottom: 2rem;
	}
	.culImgTitle {
	    display: flex;
	    justify-content: space-between;
	    padding: 2rem;
	    background: #fff;
	}
	.casesItem {
	    width: 100%;
		height: 35rem;
	}
	.casesItem img{height: 100%;}
	.caseItemTitle .case_class {
	    display: none;
	}
	.caseItemTitle .case_title {
		width: 100%;
		text-align: center;
	    padding:0 1rem;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		height: 4rem;
		line-height: 4rem;
	}
	.casesItem .show {
		height: 35rem;
	}
	.designListTitle{display: none;}
	.culImgTitle .img {
	    width: 30rem;
	    min-width: 30rem;
	    height: 20rem;
	}
	.linkList{display: none;}
	.footer {
	    width: calc(100% - 4rem);
	    z-index: -100;
	    height: 240px;
	    background-color: #222;
	    margin: 0 2rem;
	}
	.footer .up {
	    background: #222;
	    padding: 0.5rem 2rem;
	    height: auto;
	}
	.footer .up .fr{
	    display: none;
	}
	.footer .up .fl {
	    float: none;
	    height: 25rem;
		text-align: center;
	}
	.footer .copyright {
	    padding: 0 2rem;
	    line-height: 4rem;
		height: 12rem;
	}
	.footer .fl .tips a {
	    font-size: 14px;
	}
	
	.inDetail{flex-direction: column-reverse;}
	.in_left{width: 100%;}
	.in_right {
	    width: 100%;
	    height: auto;
	    margin-left: 0%;
	    margin-bottom: 2rem;
	}
	.mycontent {
	    font-size: 12px;
	    line-height: 24px;
	}
	h1, h2, h3, h4, h5, h6 {
	    font-size: 12px;
	}
	
	.detailClass, .inhots {
	    padding: 12px;
	    display: flex;
	    flex-direction: row;
		flex-wrap: wrap;
	}
	
	.detailClass a{
		padding: 5px 10px;
		width: 25%;
	}
	
	.detailClassItem {
	    height: 3rem;
	    line-height: 3rem;
	    font-size: 12px;
	    color: #707070;
	    background-color: #efecec;
	    text-align: center;
	    border-radius: 2px;
	    -moz-border-radius: 2px;
	    -webkit-border-radius: 2px;
	    margin-bottom: 0;
	}
	
	.inClass {
	    margin: 0 2rem;
	    background-color: #02acb2;
	    line-height: 32px;
	    color: #FFF;
	    display: flex;
	    justify-content: space-between;
	    align-items: center;
		flex-wrap: wrap;
	}
	.inClass_item {
	    text-align: center;
	    border-right: 1px solid #fff;
	    font-size: 14px;
	    height: 32px;
	    line-height: 32px;
		overflow: hidden;
	}
.culList:last-child:nth-child(4n - 2){
		margin-right: calc(48.6% + 5.7% / 3);
	}
.culList:last-child:nth-child(4n - 1){
		margin-right: calc(24.3% + 2.85% / 3);
	}
	
	.inClass_item a {
	    padding: 0 5px;
	}
	.inClass>div{width: auto;}
	
	.pageStyle span.disabled {
	    display: inline-block;
	    height: 24px;
	    line-height: 24px;
	    padding: 0rem 10px;
	    margin: 0 5px;
	    color: #bfbfbf;
	    background: #f2f2f2;
	    border: 1px solid #bfbfbf;
	    border-radius: 0;
	    vertical-align: middle;
	}
	.pageStyle span.current {
	    display: inline-block;
	    height: 24px;
	    line-height: 24px;
	    padding: 0rem 10px;
	    margin: 0 5px;
	    color: #fff;
	    background-color: #1c2852;
	    border: 1px solid #1c2852;
	    border-radius: 0;
	    vertical-align: middle;
	}
	.pageStyle a {
	    display: inline-block;
	    color: #1c2852;
	    display: inline-block;
	    height: 24px;
	    line-height: 24px;
	    padding: 0rem 5px;
	    margin: 0 2px;
	    border: 1px solid #ddd;
	    border-radius: 0;
	    vertical-align: middle;
	}
	.inhots,.inhotsList {
	    display: none;
	}
	
	.article-detail-hd .title {
	    position: relative;
	    padding-top: 1rem;
	    color: #000;
	    font-weight: normal;
	    font-size: 14px;
	    line-height: 24px;
	    text-align: center;
		font-weight: bold;
	}
	.article-detail-hd .meta {
	    font-size: 12px;
	    color: #888;
	    padding: 1.5rem 0;
	    width: 100%;
	    margin: 0 auto;
	}
	.article-detail-hd {
	    border-bottom: 1px solid #eee;
	    padding-bottom: 12px;
	    margin-bottom: 12px;
	}
	.next_up_up,.next_up_next {
	    width: 100%;
	    float: left;
	}
	.next_up {
	    border-top: 1px solid #eee;
	    padding-top: 15px;
	    margin-top: 15px;
	    margin-bottom: 45px;
	}
	
	.videoItem {
	    width: 100%;
	    height: 50rem;
	    overflow: hidden;
	    margin-bottom: 1rem;
	}
	.videoItem .imgs {
	    width: 100%;
	    height: 160px;
	    position: relative;
	}
	.videoItem .titles h5 {
	    padding: 0;
		text-align: center;
	}
	.videoItem .titles h5 a{
	    line-height: 36px;
		font-weight: bold;
	}
	.videonote {
	    padding: 0rem;
	    height: 100%;
	}
	.mycontent img {
	    width: 100%;
	    height: 100%;
	}
	
	._news.news2 ul li {
	    min-width: 100%;
	    width: 100%;
	    height: auto;
	    margin-bottom: 20px;
	    float: left;
	    margin-right: 0%;
	}
	._news.news2 ul li .news_thum {
	    height: auto;
	}
	._news.news2 ul li .img {
	    height: 35rem;
	}
	._news.news2 ul li .news2_des b {
	    display: block;
	    font-weight: 600;
	    font-size: 14px;
	    line-height: 32px;
	    text-overflow: ellipsis;
	    overflow: hidden;
	    white-space: nowrap;
	    border-bottom: 1px solid rgba(0,0,0,.1);
	    margin-bottom: 0rem;
	    color: #3e3e3e;
	    padding-bottom: 0rem;
	    position: relative;
	}
	._news.news2 ul li .news2_des .text {
	    display: block;
	    line-height: 24px;
	    height: 50px;
	    overflow: hidden;
	    opacity: .7;
	}
	.jobslistbox {
	    padding: 0px 10px 10px;
	}
	.jobslist ul li h3 strong {
	    font-size: 16px;
	    line-height: 28px;
	    display: inline-block;
	    padding-top: 15px;
	}
	.jobslistbox dl {
	    margin: 0px;
	    padding-top: 10px;
	}
	.jobslistbox dl dt {
	    width: 62px;
	    font-size: 12px;
	}
	.jobslistbox dl dd {
	    width: 100%;
	}
	.jobslistbox p {
	    padding: 20px 0px 0px;
	}
}