.scrollsidebar, .scrollsidebar a {
	font-size: 12px;
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
}
.scrollsidebar {
	position: absolute;
	z-index: 9999;
	top: 150px;
	right: 0;
}
.show_btn {
	width: 0px;
	height: 192px;
	overflow: hidden;
	cursor: pointer;
	display: block;
	overflow: hidden;
	background: url(img/custom_service/show_btn.png) no-repeat center center;
}
.side_content {
	width: 177px;
	height: auto;
	overflow: hidden;
	float: left;
}
.side_content .side_list {
	width: 140px;
	overflow: hidden;
	border: 1px solid #dadada;
	border-radius: 8px;
	position: relative;
	background: #FFF;
}
.side_content .side_list .hd img {
	width: 100%;
	border-bottom: 1px solid #dadada;
}
.side_content .side_list .cont li {
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #dadada;
	list-style: none;
	position: relative;
}
.side_content .side_list .cont li a {
	position: relative;
	display: block;
	padding: 0 0 0 43px;
	text-decoration: none;
}
.side_content .side_list .cont li a:before {
	content: "";
	position: absolute;
	display: block;
	overflow: hidden;
	top: 0;
	left: 10px;
	width: 25px;
	height: 40px;
	background-repeat: no-repeat;
	background-position: center center;
}
.side_content .side_list .cont li .email:before {
	background-image: url(img/custom_service/icons01.png);
}
.side_content .side_list .cont li .skype:before {
	background-image: url(img/custom_service/icons02.png);
}
.side_content .side_list .cont li .inquiry:before {
	background-image: url(img/custom_service/icons03.png);
}
.side_content .side_list .cont li .qq:before {
	background-image: url(img/custom_service/icons04.png);
}
.ww {
	margin-left: -30px;
}
.side_content .side_list .t-code {
	padding: 10px 10px 7px;
	border-bottom: 1px solid #dadada;
}
.side_content .side_list .t-code img {
	width: 100%;
}
.side_content .side_list .side_title {
	height: 30px;
	line-height: 30px;
	padding: 0 12px;
}
.side_content .side_list .side_title .close_btn {
	background: url(img/custom_service/close.png) no-repeat center center;
	width: 12px;
	height: 30px;
	position: absolute;
	bottom: 0;
	right: 10px;
	cursor: pointer;
}
.side_content .side_list .side_title .close_btn span {
	display: none;
}
/* send email 2016-04-01 */
.inquiry-pop-bd {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99999;
	height: 0;
	overflow: hidden;
}
.inquiry-pop-bd:before, .inquiry-pop {
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.inquiry-pop-bd:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #000;
	opacity: 0;
	filter: alpha(opacity=0);
}
.inquiry-pop {
	width: 476px;
	position: absolute;
	left: 50%;
	margin-left: -238px;
	top: 50%;
	-moz-transform: translateY(-150%);
	-webkit-transform: translateY(-150%);
	-ms-transform: translateY(-150%);
	-o-transform: translateY(-150%);
	transform: translateY(-150%);
	box-shadow: 0 0 8px rgba(0,0,0,0.4);
	opacity: 0.3;
}
.inquiry-pop .inquiry-form-wrap {
	width: auto;
	padding: 2px;
}
.inquiry-pop .inquiry-form {
	border: 0;
}
.inquiry-pop .inquiry-form textarea, .inquiry-pop .inquiry-form input[type="text"] {
	background-color: transparent;
}
.inquiry-pop .inquiry-form textarea {
	padding-left: 4%;
	outline: 0;
}
.inquiry-pop .inquiry-form .form-btn-wrap {
	left: 6%;
}
.inquiry-pop .ico-close-pop {
	display: block;
	width: 28px;
	height: 28px;
	background: url(img/custom_service/ico-close.png) center no-repeat;
	position: absolute;
	right: -12px;
	top: -10px;
	z-index: 100;
	cursor: pointer;
}
.inquiry-pop-show {
	visibility: visible;
	height: 100%;
}
.inquiry-pop-show:before {
	opacity: 0.2;
	filter: alpha(opacity=20);
}
.inquiry-pop-show .inquiry-pop {
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 1;
	opacity: 1;
}
@media \0screen\,screen\9 {
.inquiry-pop {
	margin-top: 0;
	top: 50px;
}
}
