.bannerbox {
	position: fixed;
	top: 0;
	width: 100%;
	height: 80px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	z-index: 999;
	background: rgba(26, 173, 25, 0.8);
}

.banner {
	position: fixed;
	top: 0;
	width: 100%;
	height: 63px;
	z-index: 999;
	/*background: #1aad19;*/
	background: #1aad19 !important;
	color: #FFFFFF;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.logo {
	margin-top: 18px;
    float: left;
    line-height: 63px;
    font-size: 24px;
}

.tab {
	float: right;
}

.tab-link {
	padding: 0 20px;
	line-height: 60px;
	display: inline-block;
	color: #FFF;
	cursor: pointer;
	font-size: 16px;
}
.tab-link1 {
	padding: 0 20px;
	line-height: 63px;
	display: inline-block;
	color: #FFF;
	cursor: pointer;
}
.tab-link:hover {
	border-bottom: 2px solid #FFF;
}

.tab-btn {
	display: inline-block;
	width: 102px;
	height: 32px;
	border: 1px solid #FFF;
	color: #FFF;
	text-align: center;
	line-height: 32px;
	margin-left: 32px;
	cursor: pointer;
}
.tab-btn2 {
	display: inline-block;
	width: 240px;
	height: 32px;
	color: #FFF;
	text-align: center;
	line-height: 32px;
	margin-left: 34px;
	display: none;
}

.tab-btn2-enter {
	display: inline-block;
	width: 90px;
	height: 32px;
	background: #e7e5ee;
	color: #0c43c0;
	border-radius: 25px;
	font-size: 14px;
	margin-left: 5px;
	cursor: pointer;
}

.tab-btn2-enter:hover {
	background: #fff;
}
.tab-btn2-enter a {
	color: #0c43c0;
}



.contact_ul li.icon_contact1 a {
	background: url(../image/icon_contact1.png) center no-repeat;
}

.contact_ul li.icon_contact2 a {
	background: url(../image/icon_contact2.png) center no-repeat;
}

.contact_ul li.icon_contact3 a {
	background: url(../image/icon_contact3.png) center no-repeat;
}

.contact_ul li.icon_contact4 a {
	background: url(../image/icon_contact4.png) center no-repeat;
}

.contact_ul li.icon_contact4 {
	display: none;
	top: 120px;
}

.contact_ul li.icon_contact5 a {
	background: url(../image/icon_contact5.png) center no-repeat;
    width: 78px;
    height: 120px;
}

.contact_ul li.icon_contact5 {
	display: block;
	margin: 10px -18px;
	width: 0px;
    height: 0px;
    border: 0px solid #E7EAF2;
}


.contact_ul li.icon_contact1:hover a {
	background: url(../image/icon_contact1hover.png) center no-repeat;
}

.contact_ul li.icon_contact2:hover a {
	background: url(../image/icon_contact2hover.png) center no-repeat;
}

.contact_ul li.icon_contact3:hover a {
	background: url(../image/icon_contact3hover.png) center no-repeat;
}

.contact_ul li.icon_contact4:hover a {
	background: url(../image/icon_contact4hover.png) center no-repeat;
}

.contact_ul li.icon_contact5:hover a {
	background: url(../image/icon_contact5.png) center no-repeat;
}

.tan_wei, .tan_wei1 {
	background: #000;
	position: absolute;
	z-index: -9;
	right: 120px;
	top: 0px;
	border-radius: 5px;
	background: #F6F8FB;
	border: 1px solid #E6EAF0;
	padding: 10px;
	display: none;
	box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
}

.tan_wei2{
	position: absolute;
	z-index: -9;
	right: 75px;
	top: 168px;
	display: block;
}

.right_close{
	position: absolute;
    z-index: 18;
    right: 15px;
    top: 12px;
    width: 15px;
    display: block;
}

.tan_wei .p_tel {
	font-size: 16px;
	color: #9BA8C3;
	width: 115px;
	display: block;
}

.tan_weiFix {
	display: block;
	opacity: 1;
	right: 75px;
	transition: right 0.2s;
	top: 415px;
	position: fixed;
}

.tan_weiFix2 {
	display: block;
	opacity: 1;
	right: 75px;
	transition: right 0.2s;
	top: 362px;
	position: fixed;
}

.tan_weiFix5 {
	position: absolute;
    z-index: -9;
    right: 75px;
    top: 168px;
    display: block;
}

.tan_sanjiao {
	position: absolute;
	right: -7px;
	top: 13px;
	width: 10px;
	height: 10px;
	background: #F6F8FB;
	border-right: 1px solid #E6EAF0;
	border-top: 1px solid #E6EAF0;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45 eg);
	-o-transform: rotate(45deg);
}


.foot_line {
    /*border-top: 1px solid #333940;*/
    padding: 41px 0;
    color: #B2B6B6;
    font-size: 12px;
    text-align: center;
    background: #383D43;
}


/*底部样式*/
.popup {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 99999999;
	display: none;
}

.popupbox {
  margin: 0 auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 386px;
  height: 430px;
  background: url(../image/poupBg.png) no-repeat;
  background-size: contain;
}

.popupbox_title{
  position: absolute;
  font-size: 24px;
  font-family: PingFang SC;
  color: #020202;
  line-height: 60px;
  top: 47px;
  left: 50%;
  transform: translate(-50%);
  width: 266px;
  text-align: center
}

.popup-img {
  width: 249px;
  height: 249px;
  position: relative;
  left: 50%;
  top: 27%;
  transform: translate(-50%);
}

.rightPoup{
  position: fixed;
  right: 10px;
  bottom: 335px;
  z-index: 1000;
  width: 186px;
  height: 226px;
  background: url(../image/right_lx_bg.png) no-repeat center;
}

.addText{
  margin-left: 20%;
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: 800;
  color: #333333;
  margin-top: 21px;
  margin-bottom: 17px;
}

.rightPoupEwm {
  margin-left: 20%;
  width: 115px;
  height: 115px;
	background: url("../image/ewm.png") no-repeat center;
}

.rightPoupText1{
  margin-top: 20px;
  margin-left: 19%;
  color: #ffffffc7;
}

.rightPoupText2{
  margin-top: 8px;
  margin-left: 20%;
  width: 118px;
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #333333;
}

.bottom_zt {
	padding-top: 70px;
}

.bottom {
	height: 232px;
	background: url("../image/bottom-bg.png") no-repeat 0 center;
	background-size: 100% 100%;
	position: relative;
	margin-bottom: -1px;
}

.bottom-text {
    height: 37px;
	position: absolute;
	top: 67px;
	left: 50%;
	transform: translateX(-50%);
}


.bottom-btn {
	width: 176px;
	height: 52px;
	background: #2D6BFF;
	border-radius: 6px;
	position: absolute;
	text-align: center;
	line-height: 52px;
	color: #fff;
	bottom: 45px;
	left: 50%;
	transform: translate(-50%);
}

.bottom-btn:hover {
	background: #fafcff;
	color:#1aad19;
}

.foot_bt {
    height: 99px;
    position: relative;
    background: url(../image/copy.png) no-repeat;
}