@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.woff") format("woff"), url("./fonts/SourceHanSansCN-Bold.eot") format("embedded-opentype"), url("./fonts/SourceHanSansCN-Bold.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 {
  min-width: 1200px;
}

#header2 {
  height: 178px;
}

#header2 .header {
  height: 178px;
  background: url("../images/zc/title_bg.png") center no-repeat;
  background-size: auto 100%;
}

#header2 .header .logo1 {
  display: block;
  margin: 0 auto;
  padding-top: 69px;
}

#header2 .header .logo2 {
  padding-top: 20px;
  display: none;
}

#header2 .header .header-title {
  height: 116px;
  display: none;
}

#header2 .header .header-title2 {
  height: 116px;
  display: none;
}

#header2.business-header .logo1 {
  display: none;
}

#header2.business-header .logo2,
#header2.business-header .header-title {
  display: block;
}
#header2.business-header .logo2,
#header2.business-header .header-title2 {
  display: block;
}
.location {
  padding-left: 30px;
  position: relative;
}

.location a {
  height: 60px;
  line-height: 60px;
  font-size: 14px;
  line-height: 60px;
  color: #666;
}

.location a:last-child {
  color: #4187e3;
}

.location::before {
  position: absolute;
  content: '';
  width: 14px;
  height: 19px;
  background: url("../images/zc/location.png") center no-repeat;
  background-size: 100% 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* 通用样式 */
.footer {
  margin-top: 24px;
  text-align: center;
  height: 176px;
  background-color: #4a4a4a;
}

.footer .footer-links {
  padding-top: 19px;
}

.footer .footer-links .footer-link {
  height: 34px;
  width: calc(33.33% - (28px / 3));
  background-color: #fff;
  text-align: left;
}

.footer .footer-links .footer-link {
  margin-right: 14px;
}

.footer .footer-links .footer-link .chosen-container-single .chosen-single {
  height: 34px;
  line-height: 34px;
  border-color: #e0e0e0;
  padding-left: 13px;
}

.footer .footer-links .footer-link .chosen-container-single .chosen-single > span {
  font-size: 13px;
  text-align: left;
  margin-right: 50px;
}

.footer .footer-links .footer-link .chosen-container-single .chosen-single > div {
  width: 40px;
}

.footer .footer-links .footer-link:last-child {
  margin-right: 0;
}

.footer .footer-img-l {
  margin-left: 86px;
  margin-top: 26px;
  display: inline-block;
}

.footer .footer-img-l img {
  width: 56px;
  height: 68px;
}

.footer .footer-img-r {
  margin-right: 72px;
  margin-top: 32px;
  display: inline-block;
}

.footer .footer-img-r img {
  width: 104px;
}

.footer .footer-infos {
  margin: 20px 222px 0;
  color: #fff;
  text-align: center;
}

.footer .footer-infos div {
  display: inline-block;
  margin: 0 10px;
  font-size: 14px;
  line-height: 24px;
}

.footer .footer-infos a {
  color: #fff;
}

.layui-laydate-footer span:hover {
  color: #4187e3 !important;
}

/* 底部 */

.footer {
    height: 176px;
    padding-top: 20px;
    box-sizing: border-box;
    background-color: #4a4a4a;
}

.choose-item {
    width: 33.33%;
}

.choose-list {
    margin-left: -14px;
}

.choose-link {
    margin-left: 14px;
    height: 34px;
}

.footer .chosen-container,
.footer .chosen-single {
    height: 34px;
    line-height: 34px;
}

.footer .chosen-container-single .chosen-single span {
    height: 32px;
    line-height: 32px;
    color: #666;
}

.footer .chosen-search {
    display: none;
}

.footer .chosen-container .chosen-drop {
    border-bottom: none;
    border-top: 1px solid #aaa;
    border-radius: 0;
    bottom: 100%;
    top: auto;
}

.footer .chosen-container .chosen-results {
    padding: 0;
    margin: 0;
}

.footer .chosen-container .chosen-results li {
    padding: 5px 8px;
    color: #666;
}

.footer .chosen-container .chosen-results li.highlighted {
    color: #fff;
}

.footer .chosen-container-single .chosen-single div b {
    background: url("../css/images/zc/sel_down.png") no-repeat center;
}

.footer .chosen-container-active.chosen-with-drop .chosen-single div b {
    background: url("../css/images/zc/sel_up.png") no-repeat center;
}

.footer-info {
    position: relative;
    color: #fff;
    text-align: center;
    margin-top: 17px;
}

.footer-info .info {
    margin: 0 175px 0 135px;
}

.footer-info .info .line {
    line-height: 24px;
}

.footer-info .visit {
    margin-left: 23px;
}

.footer-info .code {
    margin: 0 23px;
    color: #fff;
}

.dzxg-img {
    position: absolute;
    top: 9px;
    left: 82px;
}

.zfwz-img {
    position: absolute;
    top: 19px;
    right: 72px;
}

.footer .chosen-container,
.footer .chosen-single {
    height: 34px;
    line-height: 34px;
}

.footer .chosen-container-single .chosen-single span {
    height: 32px;
    line-height: 32px;
    color: #666;
    text-align: left;
}

.footer .chosen-search {
    display: none;
}

.footer .chosen-container .chosen-drop {
    border-bottom: none;
    border-top: 1px solid #aaa;
    border-radius: 0;
    bottom: 100%;
    top: auto;
}

.footer .chosen-container .chosen-results {
    padding: 0;
    margin: 0;
}

.footer .chosen-container .chosen-results li {
    padding: 5px 8px;
    color: #666;
    text-align: left;
}

.footer .chosen-container .chosen-results li.highlighted {
    color: #fff;
}

.footer .chosen-container-single .chosen-single div b {
    background: url("../css/images/sel_down.png") no-repeat center;
}

.footer .chosen-container-active.chosen-with-drop .chosen-single div b {
    background: url("../css/images/sel_up.png") no-repeat center;
}


/* footer */

.ewb-footer {
    padding: 19px 0 29px 0;
    min-height: 129px;
    background-color: #4a4a4a;
}
.ewb-containernew {
    width: 1200px;
    margin: 0 auto;
}

/* chosen */

.chosen-container {
    width: 312px;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    font-family: "Microsoft YaHei";
}

.chosen-container-single .chosen-single {
    padding: 0 0 0 10px;
    height: 34px;
    border: 1px solid #c3d3e1;
    box-shadow: none;
    font-size: 14px;
    color: #333;
}

.chosen-container-single .chosen-single.cur {
    color: #333;
}

.chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid #c3d3e1;
}

.chosen-container-single .chosen-single span {
    margin-right: 28px;
    /* height: 32px; */
    /* line-height: 32px; */
}

.chosen-container-single .chosen-single div {
    width: 28px;
    padding: 0;
}

.chosen-container-single .chosen-single div b {
    width: 28px;
    height: 32px;
    background: url('../images/sel_ico.png') left center no-repeat;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
    background: url('../images/sel_ico_cur.png') left center no-repeat;
}

.chosen-container-single .chosen-drop {
    top: 35px;
    border: 1px solid #c3d3e1;
    border-top: 0;
    border-radius: 0;
}

.chosen-container-single .chosen-search input[type="text"] {
    border: 1px solid #c3d3e1;
}

.chosen-container .chosen-results {
    margin: 0;
    padding: 0;
    color: #676767;
}

.chosen-container .chosen-results li {
    padding-left: 10px;
    padding-right: 10px;
    line-height: 16px;
}

.chosen-container .chosen-results li.highlighted {
    color: #fff;
    background-color: #0087ff;
}



/* 友情链接 */

.ewb-friendlink {
    height: 34px;
}

.ewb-fl-node {
    float: left;
    margin-left: 15px;
    width: 390px;
    vertical-align: top;
}

.ewb-fl-node:first-child {
    margin-left: 0;
}

.ewb-fl-sel {
    padding-left: 10px;
    width: 100%;
    height: 34px;
    line-height: 34px;
    border: 1px solid #dbdbdb;
    color: #666;
}

.ewb-fl-node .chosen-container-single .chosen-single {
    border: 1px solid #dbdbdb;
    color: #666;
}

.ewb-fl-node .chosen-container-single .chosen-single.cur {
    color: #666;
}

.ewb-fl-node .chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid #dbdbdb;
}

.ewb-fl-node .chosen-container-single .chosen-drop {
    top: auto;
    bottom: 100%;
    border: 1px solid #dbdbdb;
    border-bottom: 0;
}

.ewb-fl-node .chosen-container-single .chosen-search input[type="text"] {
    border: 1px solid #dbdbdb;
}



/* 底部信息 */

.ewb-foot {
    position: relative;
    padding-top: 22px;
}

.ewb-foot-content {
    line-height: 24px;
    text-align: center;
    font-size: 0;
    -webkit-text-size-adjust: none;
}

.ewb-foot-item {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    margin: 0 12px;
    font-size: 14px;
    color: #fff;
}

.ewb-foot-item a {
    color: #fff;
}

.ewb-foot-icon {
    position: absolute;
    display: block;
}

.ewb-foot-icon.icon1 {
    top: 25px;
    left: 136px;
    width: 52px;
    height: 64px;
}

.ewb-foot-icon.icon2 {
    top: 32px;
    right: 76px;
    width: 103px;
    height: 49px;
}

.ewb-foot-icon.icon3 {
    top: 25px;
    left: 76px;
    width: 52px;
    height: 64px;
	cursor: default;
}
.ewb-foot-icon.icon4 {
    top: 25px;
    left: 0px;
    width: 64px;
    height: 64px;
   
}

.ewb-foot-icon img {
    width: 100%;
    height: 100%;
    vertical-align: top;
}

.ewb-foot-red {
    vertical-align: top;
    margin-top: 3px;
    margin-right: 10px;
}


