@charset "UTF-8";
@font-face {
  font-family: 'SourceHanSansCN-Regular';
  src: url("./fonts/SourceHanSansCN-Regular.woff") format("woff"), url("./fonts/SourceHanSansCN-Regular.ttf") format("truetype"), url("./fonts/SourceHanSansCN-Regular.eot") format("embedded-opentype");
}

@font-face {
  font-family: 'SourceHanSansCN-Medium';
  src: url("./fonts/SourceHanSansCN-Medium.woff") format("woff"), url("./fonts/SourceHanSansCN-Medium.eot") format("embedded-opentype"), url("./fonts/SourceHanSansCN-Medium.ttf") format("truetype");
}

@font-face {
  font-family: 'SourceHanSansCN-Bold';
  src: url("./fonts/SourceHanSansCN-Bold.otf");
}

@font-face {
  font-family: 'SourceHanSansCN-light';
  src: url("./fonts/SourceHanSansCN-Light.otf");
}

@font-face {
  font-family: 'SourceHanSansCN-extraLight';
  src: url("./fonts/SourceHanSansCN-ExtraLight-2.otf");
}

@font-face {
  font-family: 'Impact';
  src: url("./fonts/Impact.ttf") format("truetype");
}

@font-face {
  font-family: 'PangMenZhengDao';
  src: url("./fonts/PangMenZhengDao.ttf") format("truetype");
}

@font-face {
  font-family: '[PingFangSC]-Regular';
  src: url("./fonts/[PingFangSC]-Regular.ttf") format("truetype");
}

@font-face {
  font-family: 'SourceHanSansCN-Bold';
  src: url("./fonts/SourceHanSansCN-Bold.otf");
}

@font-face {
  font-family: 'SourceHanSansCN-light';
  src: url("./fonts/SourceHanSansCN-Light.otf");
}

@font-face {
  font-family: 'SourceHanSansCN-extraLight';
  src: url("./fonts/SourceHanSansCN-ExtraLight-2.otf");
}

@font-face {
  font-family: 'Impact';
  src: url("./fonts/Impact.ttf") format("truetype");
}

@font-face {
  font-family: 'PangMenZhengDao';
  src: url("./fonts/PangMenZhengDao.ttf") format("truetype");
}

@font-face {
  font-family: '[PingFangSC]-Regular';
  src: url("./fonts/[PingFangSC]-Regular.ttf") format("truetype");
}

/* yui3 reset.css */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
  vertical-align: top;
}

address,
caption,
cite,
code,
dfn,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: '';
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
}

legend {
  color: #000;
}

iframe {
  display: block;
}

/* yui3 fonts */
body {
  color: #333;
  font-size: 14px;
  font-family: 'SourceHanSansCN-Regular';
}

select,
input,
button,
textarea {
  font: 99% arial, helvetica, clean, sans-serif;
}

table {
  font-size: inherit;
  font: 100%;
}

pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

a {
  text-decoration: none;
}

input,
button,
textarea {
  font-family: 'SourceHanSansCN-Regular';
  border: 0;
  outline: 0;
}

input[type='text']::-ms-clear,
input[type='password']::-ms-reveal {
  display: none;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  color: #999;
}

textarea::-moz-placeholder,
input::-moz-placeholder {
  color: #999;
}

textarea:-moz-placeholder,
input:-moz-placeholder {
  color: #999;
}

textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
  color: #999;
}

.placeholder {
  color: #999;
}

/* utilities */
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: '';
}

.clearfix:after {
  clear: both;
}

.l {
  float: left !important;
}

.r {
  float: right !important;
}

.hidden {
  display: none !important;
}

.invisible {
  visibility: hidden !important;
}

.trans {
  -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
}

.text-overflow {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* 通用样式 */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.container {
  width: 1200px;
  margin: 0 auto;
}

body {
  position: relative;
  min-width: 1240px;
}

/* 头部样式 */
.header {
  color: #fff;
}

.header .logo {
  height: 35px;
}

.header-top {
  padding: 18px 0;
}

.header-search {
  height: 35px;
  padding: 0 5px 0 10px;
}

.header-search-wrap {
  border: 1px solid #fff;
  border-radius: 4px;
  margin-left: 16px;
}

.header-search-ipt {
  height: 35px;
  background: none;
  outline: none;
  color: #fff;
}

.header-search-ipt::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}

.header-search-ipt::-moz-placeholder {
  color: rgba(255, 255, 255, 0.3);
}

.header-search-ipt:-moz-placeholder {
  color: rgba(255, 255, 255, 0.3);
}

.header-search-ipt:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}

.header-search-btn {
  background: url("../images/icon-search.png") no-repeat center;
  width: 30px;
  height: 100%;
  cursor: pointer;
}

.header-nav {
  color: #fff;
  font-size: 16px;
}

.header-nav-wrap {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.header-nav-item + li {
  margin-left: 85px;
}

.header-nav-item-link {
  display: block;
  color: #fff;
  line-height: 48px;
  border-bottom: 2px solid transparent;
}

.header-nav-item.active > a {
  font-size: 18px;
  border-bottom-color: #fff;
}

.header .select {
  border-right: 1px solid #fff;
}

.header select {
  width: 90px;
}

.header .chosen-container-single .chosen-single {
  height: 37px;
  line-height: 37px;
  color: #fff;
  background: none !important;
  border: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.header .chosen-container .chosen-drop {
  background-color: #fff;
  border: none;
  border-radius: 6px;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.header .chosen-container-single .chosen-single div {
  right: 5px;
}

.header .chosen-container-single .chosen-single div b {
  background: url("../images/white-arrow.png") no-repeat center !important;
}

.header .chosen-container .chosen-results {
  padding: 5px 1px;
  margin: 0;
}

.header .chosen-container .chosen-results li.highlighted {
  background: #fdebeb;
  color: #d92a2b;
}

.header .theme {
  display: none;
}

.header .theme .chosen-container .chosen-results li::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 12px;
  margin: -3px 6px 0 0;
  background: no-repeat center;
}

.header .theme .chosen-container .chosen-results li.highlighted::before, .header .theme .chosen-container .chosen-results li.result-selected::before {
  background-image: url("../images/icon-checked.png");
}

.header .theme .chosen-container .chosen-results li:nth-child(1)::before {
  background-color: #1160cc;
}

.header .theme .chosen-container .chosen-results li:nth-child(1).highlighted, .header .theme .chosen-container .chosen-results li:nth-child(1).result-selected {
  background: #ecf4fd;
  color: #1160cc;
}

.header .theme .chosen-container .chosen-results li:nth-child(2)::before {
  background-color: #e53335;
}

.header .theme .chosen-container .chosen-results li:nth-child(2).highlighted, .header .theme .chosen-container .chosen-results li:nth-child(2).result-selected {
  background: #fdebeb;
  color: #d92a2b;
}

/* 底部样式 */
.footer {
  background-color: #373636;
  color: #fff;
  line-height: 28px;
  padding: 20px 0;
  font-size: 14px;
}

.footer .info-list {
  width: 65%;
}

.footer .info-item {
  width: 40%;
  padding-right: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.footer .info-item.records {
  background: url("../images/icon-records.png") no-repeat left center;
  padding-left: 25px;
}

.footer .icon-list {
  padding-top: 5px;
}

.footer .icon-item {
  margin-left: 10px;
}

.footer select {
  width: 237px;
}

.footer .select {
  margin-top: 10px;
}

.footer .chosen-container .chosen-drop {
  display: none;
}

.footer .chosen-container.chosen-drop-up .chosen-drop {
  display: block;
}

.footer .chosen-container-single .chosen-single {
  height: 37px;
  line-height: 37px;
  color: #fff;
  background: none !important;
  border: 1px solid #9b9b9b !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-radius: 4px;
}

.footer .chosen-container .chosen-drop {
  background-color: #373636;
  border: 1px solid #9b9b9b;
  border-radius: 6px;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.footer .chosen-container-single .chosen-default {
  color: rgba(255, 255, 255, 0.3);
}

.footer .chosen-container-single .chosen-single div {
  right: 5px;
}

.footer .chosen-container-single .chosen-single div b {
  background: url("../images/white-arrow.png") no-repeat center !important;
}

.footer .chosen-container .chosen-results {
  padding: 5px 1px;
  margin: 0;
  color: #fff;
}

.footer .chosen-container .chosen-results li.highlighted {
  background: #fdebeb;
  color: #d92a2b;
}

.handlecss {
  display: none;
}

.com-select {
  border: 1px solid #fff;
  border-radius: 4px;
}
/*# sourceMappingURL=common.css.map */



.sidebar {
	position: fixed;
	width: 90px;
	background: #fff;
	right: 28px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 99;
}

.sidebar-mod {
	position: relative;
	width: 90px;
	height: 94px;
	border: 1px solid #b0ddff;
	box-sizing: border-box;
	padding-top: 22px;
	margin: -1px 0 0 0;
	cursor: pointer;
}

.sidebar-mod>p {
	padding-top: 32px;
	text-align: center;
	font-size: 14px;
	color: #333;
	line-height: 20px;
	background-repeat: no-repeat;
	background-position: top center;
}

.sidebar-mod .public-wrap {
	display: none;
	position: absolute;
	width: 212px;
	height: 209px;
	line-height: 209px;
	background: #fff;
	right: 102px;
	top: -93px;
	text-align: center;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.sidebar-mod .public-wrap>img {
	width: 194px;
	height: 194px;
	vertical-align: middle;
}

.sidebar-mod .tel-wrap {
	display: none;
	position: absolute;
	width: 212px;
	height: 339px;
	background: #fff;
	right: 102px;
	top: -1px;
	box-sizing: border-box;
	padding-top: 1px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.sidebar-mod .tel-wrap>p {
	position: relative;
	font-size: 14px;
	color: #333;
	line-height: 16px;
	padding: 13px 0 14px 0;
	font-weight: 600;
}

.sidebar-mod .tel-wrap>p:last-child:before {
	display: none;
}

.sidebar-mod .tel-wrap>p .label {
	float: left;
	margin-left: 20px;
}

.sidebar-mod .tel-wrap>p .tel {
	float: left;
	color: #1779d4;
}

.sidebar-mod .tel-wrap>p:before {
	position: absolute;
	display: block;
	content: "";
	left: 18px;
	right: 17px;
	height: 1px;
	bottom: 0;
	background: #e7e7e7;
}

.sidebar-mod:nth-child(1)>p {
	background-image: url("../images/pageAdd/sidebar_ico1.png");
}

.sidebar-mod:nth-child(1):hover {
	z-index: 9;
	background: #1779d4;
	border-color: #1779d4;
}

.sidebar-mod:nth-child(1):hover>p {
	color: #fff;
	background-image: url("../images/pageAdd/sidebar_ico1_active.png");
}

.sidebar-mod:nth-child(1):hover .public-wrap,
.sidebar-mod:nth-child(1):hover .tel-wrap {
	display: block;
}

.sidebar-mod:nth-child(2)>p {
	background-image: url("../images/pageAdd/sidebar_ico2.png");
}

.sidebar-mod:nth-child(2):hover {
	z-index: 9;
	background: #1779d4;
	border-color: #1779d4;
}

.sidebar-mod:nth-child(2):hover>p {
	color: #fff;
	background-image: url("../images/pageAdd/sidebar_ico2_active.png");
}

.sidebar-mod:nth-child(2):hover .public-wrap,
.sidebar-mod:nth-child(2):hover .tel-wrap {
	display: block;
}