﻿.banner {
  min-width: 1200px;
  position: relative;
  height: 600px;
  display: block;
}
.banner .pic ul {
  width: 100% !important;
}
.banner .pic li {
  width: 100% !important;
  height: 600px;
  cursor: pointer;
}
.banner .pic li a {
  display: block;
  height: 100%;
  width: 100%;
}
.banner .pic {
  position: relative;
  z-index: 0;
}
.banner .tip {
	width: 100%;
	position: absolute;
	z-index: 2;
	bottom: 8px;
	left: 0;
	text-align: center;
	margin-top: auto;
	margin-left: auto;
}
.banner .tip li {
	cursor: pointer;
	display: inline-block;
	zoom: 1;
	line-height: 9999px;
	margin: 8px;
	overflow: hidden;
	width:41px;
	height:4px;
	background:rgba(0,89,179,1);
	border-radius:2px;
}
.banner .tip li.on {
 	width:41px;
	height:4px;
	background:rgba(193,193,193,1);
	border-radius:2px;
}
.banner i {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 58px;
  bottom: 0;
  left: 0;
  background-color: #000;
  filter: alpha(opacity=30);
  opacity: .3;
}
.banner .btn {
      position: absolute;
      z-index: 14;
      width: 100%;
      height: 66px;
      overflow: hidden;
      left: 0;
      top: 50%;
      margin-top: -33px;
}
.banner .btn li {
  width: 66px;
  height: 66px;
  display: inline-block;
  cursor: pointer;
  overflow: hidden;
  opacity: .8;
}
.banner .btn li:hover {
  opacity: 1;
}
.banner .btn li.prev {
  background:  url(../images/jiantou.png) center center no-repeat;
  position: relative;
  left: 0px;
}
.banner .btn li.next {
  background:  url(../images/jiantou1.png) center center no-repeat;
  position: relative;
  float: right;
}
.gongsi .btn {
     position: absolute;
        top: 498px;
    right: 9px;
    width: 1200px;
}
.gongsi .btn li {
  float: left;
  width: 31px;
  height: 22px;
  margin: 0 9px;
  cursor: pointer;
}
.gongsi .btn li.prev {
  background:  url(../images/prev2.png) center center no-repeat;
  background-size:  contain;
  float: left;
  position: relative;
  right: 65px;
}
.gongsi .btn li.next {
  background:  url(../images/next2.png) center center no-repeat;
  background-size: contain;
  float: right;
  position: relative;
  left: 65px;
}
.gongsi .tip{
      width: 100%;
      z-index: 2;
      text-align: center;
      margin-top: 10px;
}
.gongsi .tip li{
     cursor: pointer;
    display: inline-block;
    zoom: 1;
    width: 15px;
    height: 15px;
    line-height: 9999px;
    margin: 8px;
    background: url(../images/dian2.png) center center no-repeat;
    overflow: hidden;
} 
.gongsi .tip li.on{
  background: url(../images/dian.png) center center no-repeat;
}

.footer .youqing .main {
    margin-top: 225px;
}

.gongsi .mdian {
    position:  absolute;
    top: 180px;
    left: -166px;
}

.gongsi .mdian li {
    margin-top: 38px;
    position:  relative;
}

.gongsi .mdian li:first-child {
    margin-top: 0;
}

.gongsi .mdian ul {
    border-left: 1px solid #C7C7C7;
    padding: 12px 0 5px 25px;
}

.gongsi .mdian li:before {
    content: "";
    display:  block;
    position:  absolute;
    width:  7px;
    height:  7px;
    border-radius:  3px;
    left: -29px;
    top: 5px;
    background: #C7C7C7;
}
.gongsi .mdian li:hover:before {
  background: #0059B3;
}
.gongsi .mdian li:hover a {
  color:#0059B3;
}

@media only screen and (max-width: 1480px) {
    .gongsi .mdian {
      display: none;
    }
}