@charset "utf-8";
*{
	list-style-type: none;
}
ul {
	list-style: none;
    padding: 0;
    margin: 0;
    color: #333;
    font-family: wenquanyi micro hei,\5fae\8f6f\96c5\9ed1,Arial,Verdana,sans-serif;
}

.nav_wrap li{
	position: relative;
}
.nav_wrap li img{
	border:0; /*兼容IE7*/
}


.open_div{
	display: none;	
	position: absolute;
    top: 0;
    z-index: 99;
    right: 54px;
}

.nav_wrap li:hover a {
	color:#FFF;
}

.nav_layout{
	position:fixed;
	width: 91px;
	height: 367px;
	background: #000;
	border-left: 2px solid #000;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
	z-index: 999999;
	
}
.nav_layout ul li {
	width: 85px;
	height: 85px;
	margin-top: 2px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.nav_layout ul li a {
	display: block;
}

.li_color_1 {
	background: #ff5500;
}
.li_color_2 {
	background: #00a8a9;
}
.li_color_3 {
	background: #f43244;
}
.li_color_4 {
	background: #333;
}

.li_color_1:hover{
	background: #28B1E5;
}
.li_color_2:hover{
	background: #4932f4;
}
.li_color_3:hover{
	background: #60BE60;
}
.li_color_3:hover .wxcode {
	display: block;
}
.wxcode {
	position:absolute;
	top: -30px;
	left: -178px;
	background: #333;
	text-align: center;
	color: #fff;
	padding: 15px 10px;
	display: none;
	line-height: 30px;
}

/**首页左侧悬浮**/
.leftquestions{
  position: fixed;
  left: 0;
  bottom: 20%;
  width: 205px;
  z-index: 9999;
}
.leftquestions_pic{
  position: fixed;
  left: 10px;
  top: 25%;
  width: 175px;
  z-index: 9999;
}
.leftquestions_pic .myclose {
  background: url(http://www.gdbmh.com/images/close.png)0 0 no-repeat;
  background-size: 100%;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0;
  top: 0;
  z-index:10;
  cursor: pointer;	
}
.leftquestions_pic a {display:block;}
.leftquestions_pic img {width:100%;}

.leftquestions ul{
  border-radius: 0 0 20px 20px;
  width: 138px;
  overflow: hidden;
  background: #ea6576;
  margin-left: 14px;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .66);
  padding-bottom:16px;
}
.leftquestions .head{
  width: 182px;
  height: 143px;
  background:url(../images/cebian.png) no-repeat center center;
}
.leftquestions .foottop{
  width: 100px;
  height: 26px;
  float: left;
  margin-left: 33px;
  color: #fff;
  text-align: center;
  line-height: 26px;
  border-radius: 0 0 14px 14px;
  background: #dc2a51;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .66);
  cursor:pointer;
}
.leftquestions li{
  width: 112px;
  height: 38px;
  margin-left: 12px;
  line-height: 35px;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
  text-align: center;
  border-bottom: 1px dashed #fff;
  background-color: #db3a5e;
}
.leftquestions li a{
  color: #fff!important;
}

/**右侧悬浮**/
.r-fix-nav {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999;
    width: 50px;
    height: 100%;
	border-left: 1px solid #eaeaea;
    text-align: center;
    background: hsla(0,0%,100%,1);
/** 
	-webkit-box-shadow: 0 -2px 13px 0 hsla(0,0%,42.4%,.46);
    box-shadow: 0 -2px 13px 0 hsla(0,0%,42.4%,.46);
**/	
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.r-fix-nav ul {padding-top: 150px; width: 100%; height: 100%; position: relative;}
.r-fix-nav li{
    float: right;
    width: 49px;
    height: 60px;
    cursor: pointer;
    background: #fff;
    border-bottom: 1px solid #eaeaea;
    overflow: hidden;
}
.r-fix-nav li.right{
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
}
.r-fix-nav li.tel-hover{
    width: 360px;
    margin-right: -230px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
}
.r-fix-nav li img {width: 30px; height: 23px;}
.r-fix-nav .fix-nav-box{
    width: 100%;
    height: 60px;
    float: left;
	overflow: hidden;
}
.r-fix-nav li.right:hover{
    width: 160px;
    background-color: #eaeaea;
}
.r-fix-nav li.right:hover .let-icon p {display: none;}
.r-fix-nav .let-icon{
    float: left;
    width: 35px;
    height: 35px;
    margin-top: 13px;
    margin-left: 10px;
}
.r-fix-nav .let-icon p {display: block; width: 100%; font-size: 14px; color: #999;}
.r-fix-nav .right-text{
    color: red;
    float: left;
    margin-left: 9px;
    margin-top: 13px;
    color: #000;
    text-transform:uppercase;
}
.r-fix-nav .right-text p {
	display: block; 
	line-height: 18px;
	font-size: 14px;
	margin-bottom: 0;
}
.right-tel {
    width: 230px;
    height: 60px;
    float: left;
}

.return-top {
    text-align: center;
    position: absolute;
    right: 0;
    bottom: 246px;
}
.main-left {width: 97.5%; float: left;}

/**首页服务体系**/
.myfwtx {margin-top: 38px; margin-bottom: 50px; overflow: hidden;}
.myfwtx .listbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;  	
	margin: 0 auto;
}
.myfwtx .pic {width: 285px; text-align: center; overflow: hidden;}
.myfwtx .pic img {width: 100%;}
.myfwtx .lists {
    width: 285px;
    height: auto;
    float: left;
    border-radius: 10px;
    background: #fff;
    border:1px solid #eaeaea;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.myfwtx .lists .icons {
    width: 100px;
    height: 100px;
    border-radius: 50px;
    position: absolute;
    top: 150px;
    left: 92px;
    z-index: 2;
    overflow: hidden;
}
.myfwtx .lists .texts {
    padding: 55px 10px 10px 10px;
    text-align: center;
    overflow: hidden;
}
.myfwtx .lists h3 {
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #111;
} 
.myfwtx .lists p {
    display: block;
    padding: 10px 0;
    min-height: 52px;
    font-size: 14px;
    color: #333;
}