* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	background: #FFFFFF;
}

button {
	border: none;
	outline: none;
}

a {
	color: inherit;
	text-decoration: none;
	cursor: pointer
}

.fl {
	float: left;
}

.fr {
	float: right;
}

/* index */

.container {
	margin: auto;
	width: 1200px;
}

.head {
	width: 100%;
	height: 700px;
	background: url(http://cdnfile.jusjs.com/wz-official/index_head_bg.png) no-repeat;
	background-size: 100% 100%;
}

.nav {
	position: relative;
	display: flex;
	justify-content: space-between;
	padding: 0 38px;
	height: 64px;
	width: 100%;
}

.navbar {
	display: flex;
	justify-content: space-between;
	width: 748px;
	height: 100%;
}

.navli {
	margin-top: 12px;
	/* width: 112px; */
	height: 40px;
	border-radius: 20px;
	line-height: 40px;
	font-size: 18px;
	color: white;
	text-align: center;
}

.navli.active {
	padding: 0 20px;
	border: 1px solid rgba(255, 255, 255, 0.8);
	line-height: 38px;
	background-color: rgba(255, 255, 255, 0.1);
	font-weight: bold;
}
.shebeizhanshi {
		 
}
.celllist {
	background: rgba(229,231,235,0.5);
	border-radius: 10px;
	opacity: 0;
	 transition: opacity 0.3s;
	 padding: 0 10px;
}
.cellitem {
	font-size: 15px;
	-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.shebeizhanshi:hover .celllist{
	visibility: visible;
	opacity: 1;
}

.head-title {
	margin-top: 186px;
	margin-left: 80px;
}

.title {
	height: 36px;
	font-size: 36px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 36px;
}

.head-chat {
	display: flex;
	margin-top: 64px;
	margin-left: 80px;
}

.head-chat img {
	width: 44px;
	height: 44px;
}

.chat-left {
	margin-left: 12px;
}

.chat-title {
	height: 14px;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 14px;
}

.chat-txt {
	margin-top: 8px;
	height: 20px;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 20px;
}

.btn-olchat {
	display: flex;
	justify-content: center;
	margin-top: 64px;
	margin-left: 80px;
	width: 160px;
	height: 48px;
	background: rgba(255, 255, 255, 0.1);
	border-radius: 24px;
	border: 1px solid rgba(255, 255, 255, 0.8);
	z-index: 100;
}

.icon-olchat-b {
	margin-top: 14px;
	width: 20px;
	height: 20px;
	background: url(../img/icon_chat_b.png) no-repeat;
	background-size: 100% 100%;
}

.icon-olchat {
	margin-top: 14px;
	width: 20px;
	height: 20px;
	background: url(../img/icon_chat.png) no-repeat;
	background-size: 100% 100%;
}

.olchat-txt {
	margin-top: 16px;
	margin-left: 12px;
	height: 16px;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 16px;
}

.main {
	width: 1200px;
}

#service {
	position: relative;
	padding-bottom: 112px;
	background: #F7F7F7;
	overflow: hidden;
}

.headline {
	margin-top: 40px;
	color: #FFFFFF;
	text-align: center;
}

.t-dark-blue {
	color: #114E7D;
}

.headline .number {
	height: 60px;
	font-size: 60px;
	font-weight: bold;
	line-height: 60px;
}

.headline .subtitle {
	margin-top: 12px;
	height: 26px;
	font-size: 26px;
	font-weight: bold;
	line-height: 26px;
}

.headline .en-subtitle {
	margin-top: 8px;
	height: 16px;
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
}

.ser-ul {
	display: flex;
	justify-content: space-between;
	margin: 23px auto 0;
	width: 1040px;
}

.ser-li {
	padding-top: 25px;
	width: 176px;
	height: 173px;
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
	cursor: pointer;
}

.ser-li.active {
	background-color: #FFFFFF;
}

.ser-li img {
	display: block;
	margin: auto;
	width: 96px;
	height: 96px;
}

.ser-li-txt {
	margin-top: 12px;
	height: 16px;
	font-size: 16px;
	color: rgba(34, 34, 34, .6);
	line-height: 16px;
	text-align: center;
}

.ser-content {
	position: relative;
	margin: auto;
	padding: 40px;
	width: 1040px;
	background: #FFFFFF;
	border-bottom-left-radius: 16px;
	border-bottom-right-radius: 16px;
}

.ser-content-title {
	height: 24px;
	font-size: 24px;
	font-weight: bold;
	color: #222222;
	line-height: 24px;
}

.ser-details {
	display: none;
}

.ser-details.active {
	display: block;
}

.ser-list {
	margin-top: 14px;
	font-size: 14px;
	color: #114E7D;
	line-height: 18px;
}

.ser-describe {
	margin-top: 10px;
	font-size: 14px;
	color: rgba(34, 34, 34, .6);
	line-height: 18px;
}

.btn-olchat.blue {
	position: absolute;
	top: 398px;
	right: 120px;
	margin: 0;
	border: 1px solid rgba(17, 78, 125, 1);
}

#case {
	height: 710px;
	background: url(http://cdnfile.jusjs.com/wz-official/case_bg.png) no-repeat;
	background-size: 100% 100%;
	overflow: hidden;
}

.case-ul {
	display: flex;
	justify-content: space-between;
	position: relative;
	margin: 40px auto 0;
	padding: 0 40px;
	width: 937px;
	height: 40px;
	background: rgba(91, 99, 113, .4);
	border-radius: 20px;
	border: 2px solid rgba(235, 235, 235, .4);
}

.case-li {
	position: relative;
	height: 36px;
	line-height: 36px;
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
	cursor: pointer;
}

.block-whtie {
	position: absolute;
	left: 40px;
	top: 0;
	padding: 0 40px;
	width: 64px;
	height: 36px;
	background: #FFFFFF;
	border-radius: 18px;
	box-sizing: content-box;
	transform: translate(-40px, 0);
}

.case-li.active {
	color: #565F6F;
}

.case-swiper {
	position: relative;
	margin: 48px auto 0;
	width: 936px;
	height: 241px;
}

.case-swiper .swiper-slide img {
	display: block;
	margin: auto;
	width: 303px;
	height: 241px;
	overflow: hidden;
}

.case-swiper .swiper-button-prev {
	position: absolute;
	left: -75px;
	top: 50%;
	width: 44px;
	height: 45px;
	background: url(../img/swiper_left.png) no-repeat;
	background-size: 100% 100%;
	opacity: 1 !important;
	cursor: pointer;
	outline: none;
}

.case-swiper .swiper-button-prev::after {
	content: '';
}

.case-swiper .swiper-button-next {
	position: absolute;
	right: -75px;
	top: 50%;
	width: 44px;
	height: 45px;
	background: url(../img/swiper_right.png) no-repeat;
	background-size: 100% 100%;
	opacity: 1 !important;
	cursor: pointer;
	outline: none;
}

.case-swiper .swiper-button-next::after {
	content: '';
}

.btn-trophy {
	display: flex;
	justify-content: center;
	margin: 48px auto 0;
	width: 160px;
	height: 48px;
	background: rgba(255, 255, 255, 0.1);
	border-radius: 24px;
	border: 1px solid rgba(255, 255, 255, 0.8);
}

.icon-trophy {
	margin-top: 14px;
	width: 20px;
	height: 20px;
	background: url(../img/icon_trophy.png) no-repeat;
	background-size: 100% 100%;
}

.trophy-txt {
	margin-left: 12px;
	margin-top: 14px;
	height: 20px;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 20px;
}

#equipment {
	height: 600px;
	overflow: hidden;
}

.eq-left {
	float: left;
	width: 720px;
	height: 80%;
}

.eq-right {
	float: right;
	width: 480px;
	height: 80%;
}
.goumaibox {
	display: block;
}
.goumaibox {
	display: flex;
	justify-content: space-around;
	margin-top: 70px;
}
.goumaibox1 {
	display: none;
	
}
.eqbox {
	display: none;
}
.eqbox1 {
	display: block;
}

.gmbcell .xidijiimg{
	width: 380px;
	height: 380px;
}
.btit {
	display: flex;
	justify-content: space-between;
}
.gmbcell .name {
	color: #114E7D;
	font-size: 14px;
}
.gmbcell .pricebox {
	font-size: 14px;
	color: #AC252C;
	font-weight: 550;
}
.gmbcell .pricebox .price2 {
	font-size: 20px;
	font-weight: 600;
}
.headline-nd {
	display: flex;
	justify-content: left;
	margin-top: 102px;
}

.headline-nd .number {
	height: 60px;
	font-size: 60px;
	font-weight: bold;
	color: #114E7D;
	line-height: 60px;
}

.headline-nd .info {
	margin-left: 12px;
}

.headline-nd .subtitle {
	margin-top: 7px;
	height: 26px;
	font-size: 26px;
	font-weight: bold;
	color: #114E7D;
	line-height: 26px;
}

.headline-nd .en-subtitle {
	margin-top: 4px;
	height: 16px;
	font-size: 16px;
	font-weight: bold;
	color: #114E7D;
	line-height: 16px;
}

.eq-content {
	margin-top: 32px;
	padding: 12px 0;
	font-size: 36px;
	color: #222222;
	line-height: 48px;
}

.eq-span {
	margin-top: 22px;
	width: 44px;
	height: 6px;
	background: #114E7D;
}

.eq-chat {
	display: flex;
	margin-top: 141px;
}

.eq-chat img {
	width: 44px;
	height: 44px;
}

.eq-chat .chat-left {
	margin-left: 12px;
}

.eq-chat .chat-title {
	height: 14px;
	font-size: 14px;
	color: rgba(17, 78, 125, 1);
	line-height: 14px;
}

.eq-chat .chat-txt {
	margin-top: 8px;
	height: 20px;
	font-size: 20px;
	font-weight: bold;
	color: rgba(17, 78, 125, 1);
	line-height: 20px;
}

.eq-ul {
	position: relative;
	display: flex;
	justify-content: left;
	margin: 82px auto 0;
	width: 220px;
	height: 40px;
	background: #EAEAEA;
	border-radius: 20px;
	border: 2px solid #EBEBEB;
}

.eq-li {
	padding: 0 20px;
	height: 36px;
	font-size: 16px;
	color: rgba(34, 34, 34, .4);
	line-height: 36px;
	z-index: 20;
}

.eq-li.active {
	color: #222222;
}

.eq-whtie {
	position: absolute;
	left: 0;
	top: 0;
	width: 104px;
	height: 36px;
	background: #FFFFFF;
	border-radius: 18px;
	box-sizing: content-box;
}

.eq-swiper {
	position: relative;
	margin: 40px auto 0;
	width: 400px;
	height: 316px;
}

.eq-swiper .swiper-slide img {
	display: block;
	width: 100%;
	max-height: 316px;
}

.thumbs {
	margin: 24px auto;
	width: 356px;
}

.thumbs .swiper-slide img {
	display: block;
	width: 80px;
	height: 64px;
	border: 1px solid #FFFFFF;
}

.thumbs .swiper-slide.swiper-slide-thumb-active img {
	border: 1px solid rgba(17, 78, 125, 1);
}

.eq-swiper .eqswiper-button-prev {
	position: absolute;
	left: -93px;
	top: 126px;
	width: 44px;
	height: 45px;
	background: url(../img/swiper_left.png) no-repeat;
	background-size: 100% 100%;
	opacity: 1 !important;
	cursor: pointer;
	outline: none;
}

.eq-swiper .eqswiper-button-prev::after {
	content: '';
}

.eq-swiper .eqswiper-button-next {
	position: absolute;
	right: -93px;
	top: 126px;
	width: 44px;
	height: 45px;
	background: url(../img/swiper_right.png) no-repeat;
	background-size: 100% 100%;
	opacity: 1 !important;
	cursor: pointer;
	outline: none;
}

.eq-swiper .eqswiper-button-next::after {
	content: '';
}

.swiper-scrollbar {
	position: absolute;
	bottom: -166px;
	left: 145px;
	width: 98px;
	height: 4px;
	border: 2px solid rgba(234, 234, 234, 1);
	background-color: rgba(234, 234, 234, 1);
	box-sizing: content-box;
}

.swiper-scrollbar .swiper-scrollbar-drag {
	background-color: #FFFFFF !important;
}

.eq-name {
	display: flex;
	justify-content: center;
	margin-top: 24px;
}

.eq-circular {
	margin-top: 3px;
	width: 8px;
	height: 8px;
	background-color: #FFFFFF;
	border: 1px solid #114E7D;
	border-radius: 50%;
}

.eq-name-txt {
	margin-left: 4px;
	height: 14px;
	font-size: 14px;
	color: #114E7D;
	line-height: 14px;
}

.eq-model {
	margin-top: 12px;
	height: 14px;
	font-size: 14px;
	color: rgba(34, 34, 34, .4);
	line-height: 14px;
	text-align: center;
}

#about {
	height: 600px;
	background: #F7F7F7;
	overflow: hidden;
}

.about-main {
	display: flex;
	justify-content: center;
	margin-top: 44px;
}

.about-content {
	width: 573px;
	font-size: 16px;
	color: rgba(34, 34, 34, .6);
	line-height: 24px;
}

.about-content p {
	text-indent: 32px;
	margin-bottom: 24px;
}

.about-main img {
	margin-left: 100px;
	margin-top: 10px;
	width: 367px;
	height: 398px;
}

footer {
	margin-top: 80px;
	width: 100%;
	height: 240px;
	border-top: 1px solid rgba(204, 204, 204, .3);
	background: #F7F7F7;
}

.footer-main {
	display: flex;
	justify-content: space-between;
	margin: auto;
	width: 1040px;
}

.footer-nav {
	display: flex;
	justify-content: left;
	margin-top: 40px;
}

.footer-navli {
	margin-right: 32px;
	height: 18px;
	font-size: 18px;
	color: rgba(34, 34, 34, .6);
	line-height: 18px;
	letter-spacing: 1px;
}

.footer-info {
	font-size: 12px;
	color: rgba(34, 34, 34, .4);
}

.address {
	margin-top: 46px;
}

.footer-contact {
	margin-top: 16px;
}

.copyright {
	margin-top: 40px;
}

.footer-right {
	text-align: right;
	margin-top: 50px;
}

.btn-olchat.d-blue {
	margin-top: 40px;
	margin-left: 0;
	border: 1px solid #114E7D;
	background-color: rgba(17, 78, 125, 1);
	color: #FFFFFF;
}

.phone,
.email {
	margin-top: 16px;
	height: 12px;
	font-size: 12px;
	color: rgba(34, 34, 34, .4);
}

.footer-right img {
	display: block;
	margin: 23px auto 0;
	width: 23px;
	height: 28px;
}

/* case.html */

.head.case {
	background: url(http://cdnfile.jusjs.com/wz-official/case_head_bg.png) no-repeat;
	background-size: 100% 100%;
}

.present {
	background: #F7F7F7;
	overflow: hidden;
}

.sub-title {
	margin-top: 40px;
}

.sub-title h3 {
	height: 36px;
	font-size: 36px;
	font-weight: bold;
	color: #222222;
	line-height: 36px;
	text-align: center;
}

.sub-span {
	margin: 24px auto 0;
	width: 44px;
	height: 6px;
	background: #114E7D;
}

.pre-main {
	margin: 64px auto 170px;
	width: 1040px;
	overflow: hidden;
}

.pre-block {
	margin-bottom: 40px;
	padding: 28px;
	width: 500px;
	background: #FFFFFF;
}

.pre-imgs {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.pre-index {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	padding: 24px;
	width: 214px;
	height: 170px;
}

.pre-number {
	margin-bottom: 12px;
	width: 100%;
	height: 60px;
	font-size: 60px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 60px;
}

.pre-txt {
	width: 100%;
	height: 26px;
	font-size: 26px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 26px;
}

.flex-up {
	justify-content: flex-start;
}

.flex-down {
	justify-content: flex-end;
}

.text-right {
	text-align: right;
}

.pre-imgs img {
	width: 214px;
	height: 170px;
	overflow: hidden;
}

.pre-subtitle {
	margin-bottom: 16px;
	height: 24px;
	font-size: 24px;
	font-weight: bold;
	color: #222222;
	line-height: 24px;
}

.pre-paragraph {
	margin-bottom: 24px;
	font-size: 14px;
	color: rgba(34, 34, 34, .6);
	line-height: 20px;
}

.pre-paragraph:last-child {
	margin-bottom: 0;
}

/* ensure */
.head.ensure {
	background: url(http://cdnfile.jusjs.com/wz-official/ensure_head_bg.png) no-repeat;
	background-size: 100% 100%;
}

.ensure {
	background: #F7F7F7;
	overflow: hidden;
}

.step-list {
	margin: 64px auto 0;
	width: 1040px;
}

.step-li {
	position: relative;
	display: flex;
	justify-content: left;
	margin-bottom: 24px;
	padding: 16px 32px;
	width: 100%;
	height: 112px;
	background: #FFFFFF;
}

.step-li:last-child {
	margin-bottom: 0;
}

.step-left {
	display: flex;
	justify-content: left;
	align-items: flex-end;
	padding-bottom: 12px;
	width: 168px;
	height: 80px;
	border-right: 1px solid rgba(151, 151, 151, .2);
}

.step-index {
	height: 60px;
	font-size: 60px;
	font-weight: bold;
	color: #222222;
	line-height: 60px;
}

.step-title {
	margin-left: 12px;
	margin-bottom: 6px;
	width: 52px;
	font-size: 26px;
	font-weight: bold;
	color: #222222;
	line-height: 26px;
}

.step-right {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-left: 32px;
	width: 728px;
}

.step-txt {
	font-size: 16px;
	color: rgba(34, 34, 34, .8);
	line-height: 20px;
}

.icon-yin {
	position: absolute;
	bottom: 25px;
	right: 32px;
	width: 24px;
	height: 20px;
	background: url(../img/icon_yin.png) no-repeat;
	background-size: 100% 100%;
}

.standard {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 40px auto 69px;
	width: 1040px;
}

.standard-li {
	margin-bottom: 40px;
	padding: 24px;
	width: 189px;
	height: 250px;
	background: #FFFFFF;
	overflow: hidden;
}

.standard-top {
	display: flex;
	justify-content: space-between;
	height: 61px;
	border-bottom: 1px solid rgba(151, 151, 151, .2);
}

.standard-top .icon-safety {
	width: 44px;
	height: 44px;
	background: url(../img/icon_safety.png) no-repeat;
	background-size: 100% 100%;
}

.standard-title {
	margin-top: 14px;
	height: 26px;
	font-size: 26px;
	font-weight: bold;
	color: #31C467;
	line-height: 26px;
}

.standard-txt {
	margin-top: 14px;
	max-height: 129px;
	font-size: 16px;
	color: rgba(34, 34, 34, .8);
	line-height: 20px;
	overflow-x: hidden;
	overflow-y: auto;
	scrollbar-width: none;
	/* firefox */
	-ms-overflow-style: none;
	/* IE 10+ */
}

.standard-txt::-webkit-scrollbar {
	display: none;
	/* Chrome Safari */
}

/* equipment */
.head.equipment {
	background: url(http://cdnfile.jusjs.com/wz-official/equipment_head_bg.png) no-repeat;
	background-size: 100% 100%;
}
.sbmainimglist {
	/* margin-top: 20px; */
	font-size: 0;
}
.sbmainimglist .sbimg {
	width: 100%;
	height: 700px;
	margin: 0;
	font-size: 0;
}
.sbmainimglist .sbimg1 {
	width: 100%;
	margin: 0;
	font-size: 0;
}
.star {
	margin: 64px auto 0;
	width: 1040px;
	overflow: hidden;
}

.star-left {
	float: left;
	width: 640px;
}

.star-right {
	float: right;
	width: 400px;
}

.star-name {
	height: 26px;
	font-size: 26px;
	font-weight: bold;
	color: #114E7D;
	line-height: 26px;
}

.star-type {
	margin-top: 12px;
	height: 14px;
	font-size: 14px;
	color: rgba(34, 34, 34, .4);
	line-height: 14px;
}

.star-info {
	margin-top: 20px;
	padding: 18px 24px 21px;
	width: 400px;
	height: 332px;
	background: #F7F7F7;
	border-radius: 8px;
	overflow-y: scroll;
	font-size: 14px;
	color: rgba(34, 34, 34, .8);
	line-height: 18px;
	white-space: pre-line;
	scrollbar-width: none;
	/* firefox */
	-ms-overflow-style: none;
	/* IE 10+ */
}

.star-info::-webkit-scrollbar {
	display: none;
	/* Chrome Safari */
}

.alleq-list {
	display: flex;
	justify-content: left;
	flex-wrap: wrap;
	width: 1040px;
	margin: 40px auto 0;
}

.alleq-li {
	margin-right: 24px;
	margin-bottom: 24px;
	width: 242px;
}

.alleq-li:nth-child(4n) {
	margin-right: 0;
}

.alleq-li img {
	display: block;
	width: 100%;
	height: 191px;
	overflow: hidden;
}

.alleq-name {
	display: flex;
	justify-content: left;
	margin-top: 12px;
}

.alleq-txt {
	margin-left: 8px;
	height: 16px;
	font-size: 16px;
	color: rgba(34, 34, 34, .8);
	line-height: 16px;
}

.alleq-info {
	margin-top: 10px;
	padding-left: 16px;
	font-size: 12px;
	color: rgba(34, 34, 34, .4);
	line-height: 16px;
}

/* contact */
.head.contact {
	height: 440px;
	background: url(https://cloud-jusuan.oss-cn-beijing.aliyuncs.com/guanwang/contact_head_bg.png) no-repeat;
	background-size: 100% 100%;
	overflow: hidden;
}

.main .contact {
	display: flex;
	justify-content: space-between;
	padding: 80px;
	height: 725px;
	background: #F7F7F7;
}

.dv-white {
	position: relative;
	padding: 40px;
	width: 506px;
	height: 565px;
	background: #FFFFFF;
}

.contact-title {
	font-size: 24px;
	font-weight: bold;
	color: #222222;
	line-height: 32px;
}

.contact-subtitle {
	margin-top: 16px;
	height: 14px;
	font-size: 14px;
	color: rgba(34, 34, 34, .6);
	line-height: 14px;
}

.code-wechat {
	display: block;
	margin: 40px auto 0;
	width: 240px;
	height: 240px;
}

.btn-contact {
	position: absolute;
	display: flex;
	justify-content: center;
	padding-top: 17px;
	bottom: 67px;
	left: 50%;
	width: 426px;
	height: 50px;
	transform: translate(-50%, 0);
	cursor: pointer;
}

.icon-wechat {
	margin-right: 9px;
	width: 18px;
	height: 14px;
	background: url(../img/icon_wechat.png) no-repeat;
	background-size: 100% 100%;
}

.btn-txt {
	height: 16px;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 16px;
}

.con-form {
	margin-top: 34px;
}

.dv-input {
	position: relative;
	margin-bottom: 16px;
	width: 100%;
	height: 50px;
}

.con-form input {
	padding-left: 20px;
	padding-right: 120px;
	display: block;
	width: 100%;
	height: 50px;
	background: rgba(216, 216, 216, .2);
	border: 1px solid rgba(151, 151, 151, .2);
	font-size: 14px;
	line-height: 50px;
}

.con-form input:focus {
	outline: none;
}

.con-form input::-moz-placeholder {
	color: rgba(204, 204, 204, 1);
}

.con-form input::-ms-input-placeholder {
	color: rgba(204, 204, 204, 1);
}

.con-form input::-webkit-input-placeholder {
	color: rgba(204, 204, 204, 1);
}

.con-form input::placeholder {
	color: rgba(204, 204, 204, 1);
}

.form-code {
	position: absolute;
	top: 18px;
	right: 20px;
	padding-left: 8px;
	height: 14px;
	border-left: 1px solid rgba(204, 204, 204, 1);
	font-size: 14px;
	color: rgba(17, 78, 125, 1);
	line-height: 14px;
	cursor: pointer;
}

/* logo */
.logobox {
	position: absolute;
	top: 24px;
	left: 192px;
	margin-left: -113px;
	z-index: 200
}

.logobox .logo {
	width: 208px;
}

.logo_pic {
	position: absolute;
	top: 7px;
	left: 23px;
	height: 47px;
	width: 181px;
	overflow: hidden;
	z-index: 200
}

.logo_picbox {
	overflow: hidden;
	background: url(../img/logobg.png) repeat-y;
	background-size: 181px 2px;
	position: absolute;
	top: 0;
	width: 181px;
	left: -144px;
	text-align: right;
	z-index: 300
}

.logo_pic_img {
	width: 37px;
	height: 52px;
	float: right;
}

.animation_translate {
	-webkit-animation: 'logo_translate'14s 1s infinite ease;
}

@-webkit-keyframes logo_translate {
	0% {
		left: -144px;
	}

	25% {
		left: 0px;
	}

	50% {
		left: -144px;
	}

	100% {
		left: -144px;
	}
}
