@charset "utf-8";

/* CSS Document */


/*重置*/

body {
	margin: 0;
	padding: 0;
}

a {
	cursor: pointer;
	text-decoration: none;
}

* {
	font-family: "微软雅黑";
	color: #323232;
	letter-spacing: 0.5px
}


/*开始*/

.frame_box {
	width: 140px;
	height: 350px;
	background: url(../images/left_tel_bg.png) no-repeat 0 0;
	position: fixed;
	top: 20%;
	left: 10px;
	z-index: 1000;
}

.phone {
	width: 120px;
	height: 350px;
	margin: 85px auto;
}

.phone p {
	text-align: center;
	line-height: 20px;
	color: #761700;
	font-size: 14px;
	margin-bottom: 7px;
}

.tell {
	cursor: auto;
	font-weight: normal;
	width: 110px;
	height: 23px;
	border: 1px solid #761700;
	padding-left: 8px!important;
	margin: 10px 0;
}

.left-btn {
	width: 120px;
	height: 25px;
	background-color: #ffff00;
	display: block;
	text-align: center;
	line-height: 25px;
	margin-bottom: 5px;
	color: #604600;
	font-size: 14px;
	font-weight: normal;
}

.left-btn:hover,
#close:hover {
	color: #000;
}

#close {
	width: 14px;
	height: 14px;
	display: block;
	position: absolute;
	top: 38px;
	right: 5px;
	color: #604600;
}

.icon {
	width: 77px;
	height: 52px;
	position: fixed;
	top: 40%;
	left: 10px;
	z-index: 9999;
	display: none;
}

.icon img {
	cursor: pointer;
}


/*左侧悬浮*/
.leftbar{
	background: url(../images/leftbar.png) no-repeat 0 0;
	width: 120px;
	height: 541px;
	position: fixed;
	top:30px;
	left: 0;
}
.leftbar-title{
	background: url(../images/leftbar-title.png) no-repeat 0 0;
	width: 84px;
	height: 37px;
	margin: 83px auto 0;
}
.leftbar-btn{
	background: transparent;
	width: 113px;
	height: 31px;
	border: #002775 1px solid;
	font-size: 14px;
	color: #fff;
	font-family: "microsoft yahei";
	display: block;
	margin: 2px auto 0;
	cursor: pointer;
}
.leftbar-btn.mt6{
	margin-top: 6px;
}
.leftbar-btn.mt12{
	margin-top:12px;
}
.leftbar-btn:hover{
	background: #002775;
}
/*右侧悬浮*/

.right_box {
	position: fixed;
	top: 80px;
	right: 0px;
	z-index: 99999;
	width: 120px;
	height: 517px;
}

.top {
	position: fixed;
}

.box_ul {
	border: #202a33 2px solid;
	width: 116px;
	height: 351px;
	font-size: 14px;
	font-family: 微软雅黑;
	text-align: center;
	margin-top: 62px;
}

.box_ul li {
	background-color: #202a33;
	width: 116px;
	height: 27px;
	line-height: 27px;
	margin: 0 auto;
	display: block;
	color: #fff;
}

.box_ul li a,
.box_ul li a:hover,
.box_ul li:hover a {
	color: #fff;
}

.box_ul .box_1 {
	background-color: #fff;
	color: #202a33;
	width: 116px;
	height: 27px;
	line-height: 27px;
	margin: 0 auto;
	display: block;
}

.box_ul .box_1 a {
	color: #202a33;
}

.box_ul li:hover {
	background-color: #cd1630;
	color: #fff;
}

.box_15 {
	width: 116px;
	height: 42px;
	display: block;
	background: #e2e2e2 url(../images/phone2.png) no-repeat center 7px;
	padding-top: 39px;
	color: #202a33;
}

#close2 {
	position: absolute;
	width: 16px;
	height: 39px;
	top: -5px;
	display: block;
	right: -1px;
}