@charset "utf-8";
/*region 常用变量配置*/
/*endregion*/
/*region 模块配置*/
/*endregion*/
/*region 常用函数*/
/*endregion*/
html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 16px;
}
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
time,
mark,
audio,
video,
input,
textarea,
tr,
th,
td,
button,
:before,
:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  font-size: 0.875rem;
  line-height: 1.5;
  font-family: "Microsoft YaHei", FreeSans, Arimo, "Droid Sans", "wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3", Roboto, Arial, sans-serif;
  color: #333;
  vertical-align: baseline;
  -webkit-tap-highlight-color: transparent;
}
body {
  background: #ffffff;
  overflow-x: hidden;
}
header,
section,
footer {
  display: block;
}
i,
em {
  font-style: normal;
}
ol,
ul,
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
b {
  font-weight: normal;
}
a,
a:hover,
a:active,
a:focus {
  text-decoration: none;
  outline: none;
  cursor: pointer;
}
input {
  margin: 0;
  padding: 0;
  border-radius: 0;
}
input,
textarea {
  line-height: 1.2em;
  outline: none;
  -webkit-appearance: none;
}
img {
  max-width: 100%;
  max-height: 100%;
  border: 0;
  vertical-align: middle;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
p {
  -ms-word-break: break-all;
  word-break: break-all;
  text-align: justify;
}
input::-webkit-input-placeholder {
  line-height: 1.2em;
}
.wrap {
  width: 100%;
  min-width: 1200px;
}
/*region 常用布局*/
.clear-float:after {
  content: '';
  display: block;
  clear: both;
}
.no-border {
  border: none!important;
}
.float-l {
  float: left;
}
.float-r {
  float: right;
}
.flex-box {
  display: -moz-box !important;
  display: -webkit-box !important;
  display: box!important;
}
.box-flex1 {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
}
.center-container {
  display: block;
  margin: 0 auto;
  width: 1200px;
}
.transition-def {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
/*endregion*/
/*region 公用*/
.bannerContainer {
  position: relative;
  height: 250px;
}
.bannerContainer .imgContent {
  position: absolute;
  margin-left: -960px;
  display: block;
  left: 50%;
  top: 0;
  height: 100%;
}
.bread-crumbs {
  display: block;
  padding: 10px;
  line-height: 30px;
  color: #595959;
  font-size: 14px;
}
.bread-crumbs .text {
  color: #595959;
  margin: 0 2px;
  font-size: 14px;
  cursor: pointer;
}
.bread-crumbs .text:hover {
  color: #005192;
}
.page-num-box {
  text-align: center;
  line-height: 30px;
  margin: 30px 0;
}
.page-num-box .text {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  margin: 0 2px;
}
.page-num-box .btn-num {
  display: inline-block;
  vertical-align: middle;
  padding: 0 10px;
  margin: 0 3px;
  border: solid 1px #ddd;
  font-size: 15px;
  cursor: pointer;
}
.page-num-box .btn-num.disable {
  cursor: not-allowed;
  background: #ddd;
}
.page-num-box .btn-num.disable:hover {
  color: #000;
  background: #ddd;
}
.page-num-box .btn-num.active,
.page-num-box .btn-num:hover {
  background: #005192;
  color: #fff;
}
.page-num-box .page-jump-box {
  display: inline-block;
  vertical-align: middle;
  line-height: 30px;
  font-size: 14px;
  margin-left: 10px;
}
.page-num-box .page-jump-box .ipt {
  display: inline-block;
  vertical-align: middle;
  margin: 0 2px;
  width: 30px;
  height: 32px;
  padding: 0 6px;
  border: solid 1px #ddd;
  font-size: 14px;
}
.page-num-box .page-jump-box .ipt-btn {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  background: #f1f1f1;
  border: solid 1px #ddd;
  text-align: center;
  width: 30px;
  cursor: pointer;
}
.page-num-box .page-jump-box .ipt-btn:hover {
  background: #005192;
  color: #fff;
}
/*endregion*/
/*region 首页*/
.index {
  display: block;
}
/*endregion*/
/* region swiper */
.swiper-container {
  width: 100%;
  height: 100%;
}
.pagination {
  position: absolute;
  z-index: 20;
  bottom: 5px;
  width: 100%;
  text-align: center;
}
.swiper-pagination-switch {
  display: inline-block;
  width: 11px;
  height: 11px;
  margin: 0 7px;
  opacity: 0.8;
  cursor: pointer;
  border-radius: 11px;
  background: #555;
}
.swiper-active-switch {
  background: #005fab;
}
/* endregion */
/* region header & footer */
.header .pageTop,
header .pageTop {
  padding: 30px;
  background: url("../images/bg-pageTop.jpg") no-repeat center;
  background-size: cover;
}
.header .pageTop-logo,
header .pageTop-logo {
  margin: 4px 0 5px 0;
  width: 648px;
  height: 51px;
}
.header .pageTop-logo img,
header .pageTop-logo img {
  display: block;
  width: 100%;
  height: 100%;
}
.header .pageTop-search,
header .pageTop-search {
  margin-top: 11px;
  padding: 1px;
  border: solid 1px #d5d5d5;
  background: #fff;
}
.header .pageTop-search-ipt,
header .pageTop-search-ipt {
  box-sizing: border-box;
  padding: 6px 10px;
  width: 176px;
  font-size: 14px;
  line-height: 1.6;
  border-right: solid 1px #d5d5d5;
}
.header .pageTop-search-icon,
header .pageTop-search-icon {
  display: block;
  width: 34px;
  height: 34px;
  background: url("icon/icon-serach.png") no-repeat center;
  cursor: pointer;
}
.header .pageTop-search-icon:hover,
header .pageTop-search-icon:hover {
  background-color: #f1f1f1;
}
.header .topNav,
header .topNav {
  background: #005192;
}
.header .topNav-item,
header .topNav-item {
  position: relative;
  display: block;
  width: 16.66%;
  height: 50px;
}
.header .topNav-item .name,
header .topNav-item .name {
  position: absolute;
  display: block;
  width: 100%;
  text-align: center;
  left: 0;
  bottom: 0;
  padding-top: 4px;
  line-height: 50px;
  font-size: 17px;
  color: #fff;
  cursor: pointer;
  z-index: 3;
}
.header .topNav-item:hover .name,
header .topNav-item:hover .name,
.header .topNav-item.active .name,
header .topNav-item.active .name {
  background: #004379;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.header .topNav-item:hover .subNav,
header .topNav-item:hover .subNav,
.header .topNav-item.active .subNav,
header .topNav-item.active .subNav {
  visibility: visible;
  opacity: 1;
  top: 100%;
}
.header .topNav-item.active .name,
header .topNav-item.active .name {
  background: #004379;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.header .topNav-item .subNav,
header .topNav-item .subNav {
  position: absolute;
  display: block;
  visibility: hidden;
  opacity: 0;
  top: 0;
  left: 0;
  padding: 10px 0;
  width: 100%;
  z-index: 2;
  background: #004379;
  border-radius: 0 0 6px 6px;
  transition: all 0.4s ease-in-out;
}
.header .topNav-item .subNav-item,
header .topNav-item .subNav-item {
  padding: 0 6px;
}
.header .topNav-item .subNav-item a,
header .topNav-item .subNav-item a {
  display: block;
  padding: 0 6px;
  line-height: 32px;
  color: #fff;
  border-bottom: solid 1px #aaa;
}
.header .topNav-item .subNav-item:first-child a,
header .topNav-item .subNav-item:first-child a {
  border-top: solid 1px #aaa;
}
.header .topNav-item .subNav-item:hover,
header .topNav-item .subNav-item:hover {
  background: #005fac;
}
.footer .friendlyLink,
footer .friendlyLink {
  padding-bottom: 20px;
  background: #f7f7f7;
  border-top: solid 1px #d5d5d5;
}
.footer .friendlyLink h2,
footer .friendlyLink h2 {
  padding: 10px 0;
  line-height: 40px;
  font-size: 24px;
  color: #005192;
}
.footer .friendlyLink .imageLinks li,
footer .friendlyLink .imageLinks li {
  margin: 10px 20px 10px 0;
}
.footer .friendlyLink .imageLinks .item,
footer .friendlyLink .imageLinks .item {
  display: block;
}
.footer .friendlyLink .imageLinks .item img,
footer .friendlyLink .imageLinks .item img {
  display: block;
  height: 40px;
}
.footer .friendlyLink .otherLinks,
footer .friendlyLink .otherLinks {
  margin-top: 6px;
}
.footer .friendlyLink .otherLinks > li,
footer .friendlyLink .otherLinks > li {
  margin: 12px 14px 12px 0;
}
.footer .friendlyLink .otherLinks .linkMenu-box,
footer .friendlyLink .otherLinks .linkMenu-box {
  position: relative;
  cursor: pointer;
}
.footer .friendlyLink .otherLinks .linkMenu-box:hover .linkMenu-box-lists,
footer .friendlyLink .otherLinks .linkMenu-box:hover .linkMenu-box-lists {
  visibility: visible;
}
.footer .friendlyLink .otherLinks .linkMenu-box-title,
footer .friendlyLink .otherLinks .linkMenu-box-title {
  position: relative;
  padding: 4px 15px;
  padding-right: 32px;
  display: block;
  width: 190px;
  line-height: 30px;
  font-size: 14px;
  border: solid 1px #d5d5d5;
  background: #fff;
}
.footer .friendlyLink .otherLinks .linkMenu-box-title::after,
footer .friendlyLink .otherLinks .linkMenu-box-title::after {
  position: absolute;
  content: '';
  display: block;
  right: 6px;
  top: 10px;
  width: 20px;
  height: 20px;
  background: url("icon/icon-link-arrow.png") no-repeat center;
}
.footer .friendlyLink .otherLinks .linkMenu-box-lists,
footer .friendlyLink .otherLinks .linkMenu-box-lists {
  position: absolute;
  left: 0;
  bottom: 100%;
  margin-bottom: -1px;
  width: 100%;
  max-height: 296px;
  overflow: auto;
  border: solid 1px #d5d5d5;
  background: #fff;
  visibility: hidden;
}
.footer .friendlyLink .otherLinks .linkMenu-box-lists li,
footer .friendlyLink .otherLinks .linkMenu-box-lists li {
  border-bottom: solid 1px #d5d5d5;
}
.footer .friendlyLink .otherLinks .linkMenu-box-lists li:last-child,
footer .friendlyLink .otherLinks .linkMenu-box-lists li:last-child {
  border: none;
}
.footer .friendlyLink .otherLinks .linkMenu-box-lists .item,
footer .friendlyLink .otherLinks .linkMenu-box-lists .item {
  display: block;
  padding: 0 10px;
  line-height: 36px;
  font-size: 14px;
}
.footer .friendlyLink .otherLinks .linkMenu-box-lists .item:hover,
footer .friendlyLink .otherLinks .linkMenu-box-lists .item:hover {
  color: #005192;
}
.footer .about,
footer .about {
  padding: 10px 0 36px;
  background: #005192;
  border-top: solid 4px #002746;
}
.footer .about .wlgs-logo,
footer .about .wlgs-logo {
  margin-top: 22px;
  width: 100px;
  text-align: center;
}
.footer .about .wlgs-logo a,
footer .about .wlgs-logo a {
  display: inline-block;
}
.footer .about .wlgs-logo a img,
footer .about .wlgs-logo a img {
  display: block;
}
.footer .about .footer-container,
footer .about .footer-container {
  width: 1100px;
}
.footer .about .footer-container .linkList,
footer .about .footer-container .linkList {
  padding: 10px 0;
  text-align: center;
  font-size: 0;
}
.footer .about .footer-container .linkList-item,
footer .about .footer-container .linkList-item {
  display: inline-block;
  border-right: solid 2px #fff;
  line-height: 1;
}
.footer .about .footer-container .linkList-item:last-child,
footer .about .footer-container .linkList-item:last-child {
  border: none;
}
.footer .about .footer-container .linkList-item a,
footer .about .footer-container .linkList-item a {
  display: inline-block;
  padding: 0 9px;
  color: #fff;
  font-size: 15px;
  line-height: 1.2;
}
.footer .about .footer-container .descriptionList,
footer .about .footer-container .descriptionList {
  margin: 10px 0;
  text-align: center;
}
.footer .about .footer-container .descriptionList-item,
footer .about .footer-container .descriptionList-item {
  display: inline-block;
  padding: 6px 10px;
  color: #fff;
  font-size: 14px;
  line-height: 1.4;
}
.footer .about .footer-container .descriptionList-item a,
footer .about .footer-container .descriptionList-item a {
  color: inherit;
  font-size: 14px;
}
/* endregion */
/* region index */
.pageIndex .more-btn {
  position: absolute;
  display: inline-block;
  line-height: 20px;
  right: 10px;
  top: 10px;
  color: #005192;
  cursor: pointer;
}
.pageIndex .more-btn:hover {
  color: #005fab;
  text-decoration: underline;
}
.pageIndex .infoContainer {
  box-sizing: border-box;
  padding-top: 30px;
  height: 380px;
  background: url("../images/bg-index-info.jpg") no-repeat center;
}
.pageIndex .infoContainer .center-container {
  background: #fff;
}
.pageIndex .infoContainer .infoTabs {
  padding: 16px 10px;
  width: 700px;
}
.pageIndex .infoContainer .infoTabs-nav {
  width: 152px;
}
.pageIndex .infoContainer .infoTabs-nav li {
  position: relative;
  display: block;
  margin-bottom: 10px;
  padding: 13px 0;
  line-height: 40px;
  text-align: center;
  background: #005fab;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.pageIndex .infoContainer .infoTabs-nav li:last-child {
  margin-bottom: 0;
}
.pageIndex .infoContainer .infoTabs-nav li::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -9px;
  margin-left: -16px;
  border-style: solid;
  border-width: 9px 0 9px 16px;
  border-color: transparent;
  transition: all 0.3s ease-in-out;
}
.pageIndex .infoContainer .infoTabs-nav li:hover,
.pageIndex .infoContainer .infoTabs-nav li.active {
  background: #005192;
}
.pageIndex .infoContainer .infoTabs-nav li:hover::after,
.pageIndex .infoContainer .infoTabs-nav li.active::after {
  margin-left: 0;
  border-color: transparent transparent transparent #005192;
}
.pageIndex .infoContainer .infoTabs-nav-icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.pageIndex .infoContainer .infoTabs-nav-icon img {
  display: block;
}
.pageIndex .infoContainer .infoTabs-nav-text {
  color: #fff;
  font-size: 18px;
}
.pageIndex .infoContainer .infoTabs-body {
  margin: 8px 20px 0 0;
  width: 460px;
}
.pageIndex .infoContainer .infoTabs-body-item {
  position: relative;
}
.pageIndex .infoContainer .infoTabs-body-item .more-btn {
  top: 72px;
  right: 0;
}
.pageIndex .infoContainer .infoTabs-body h2 {
  margin-bottom: 20px;
  line-height: 36px;
  font-size: 24px;
  max-height: 72px;
  overflow: hidden;
  padding-right: 40px;
  font-family: "微软雅黑";
}
.pageIndex .infoContainer .infoTabs-body-lists li {
  font-size: 14px;
  line-height: 30px;
}
.pageIndex .infoContainer .infoTabs-body-lists .text {
  color: #000;
  width: 370px;
  font-size: inherit;
  line-height: inherit;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pageIndex .infoContainer .infoTabs-body-lists .date {
  display: block;
  color: #909090;
  font-size: inherit;
  line-height: inherit;
  text-align: right;
}
.pageIndex .infoContainer .infoSlider {
  padding: 4px;
  width: 480px;
  height: 326px;
}
.pageIndex .infoContainer .infoSlider-item {
  position: relative;
  cursor: pointer;
}
.pageIndex .infoContainer .infoSlider-item-text {
  position: absolute;
  display: block;
  padding: 5px;
  left: 0;
  bottom: 30px;
  width: 100%;
  line-height: 30px;
  color: #fff;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tradeHangzhou-tradesys{
	padding: 25px 0;
}
.tradesys-div {
	text-align: center;
	width: 25%;
	cursor: pointer;
}
.tradesys-fonts:hover{
	color:#004379;
}
.tradesys-img{
	width: 30px;
	height: 30px;
}
.pageIndex .infoContainer .infoSlider-item img {
  display: block;
}
.pageIndex .tradeContainer {
  margin-top: 20px;
  margin-bottom: 20px;
}
.pageIndex .tradeContainer .topBanner {
  margin-bottom: 30px;
}
.pageIndex .tradeContainer .topBanner img {
  display: block;
  width: 100%;
}
.pageIndex .tradeContainer .tradeCenter {
  margin-top: 12px;
  width: 350px;
  background: #f5f5f5;
	position: relative;
}
.pageIndex .tradeContainer .tradeCenter .tradeHangzhou {
  padding: 0 30px;
  border-top: solid 4px #004379;
}
.pageIndex .tradeContainer .tradeCenter .tradeHangzhou h2 {
  position: relative;
  margin: 0 auto;
  width: 240px;
  font-size: 16px;
  line-height: 34px;
  color: #fff;
  text-align: center;
  background: #004379;
  border-radius: 0 0 5px 5px;
}
.pageIndex .tradeContainer .tradeCenter .tradeHangzhou h2::before {
  content: '';
  display: block;
  margin-left: -8px;
  position: absolute;
  left: 0;
  top: 0;
  border-style: solid;
  border-width: 30px 0 0 8px;
  border-color: #004379 transparent;
}
.pageIndex .tradeContainer .tradeCenter .tradeHangzhou h2::after {
  content: '';
  display: block;
  margin-right: -8px;
  position: absolute;
  right: 0;
  top: 0;
  border-style: solid;
  border-width: 30px 8px 0 0;
  border-color: #004379 transparent;
}
.pageIndex .tradeContainer .tradeCenter .tradeHangzhou-enters {
  margin-top: 16px;
}
.pageIndex .tradeContainer .tradeCenter .tradeHangzhou-enters-item {
  width: 30%;
  text-align: center;
  cursor: pointer;
}
.pageIndex .tradeContainer .tradeCenter .tradeHangzhou-enters-item:nth-child(2) {
  width: 40%;
}
.pageIndex .tradeContainer .tradeCenter .tradeHangzhou-enters-item-icon {
  display: inline-block;
  padding: 13px;
  width: 70px;
  height: 70px;
  background: #004379;
  border-radius: 50%;
}
.pageIndex .tradeContainer .tradeCenter .tradeHangzhou-enters-item-icon img {
  display: inline-block;
}
.pageIndex .tradeContainer .tradeCenter .tradeHangzhou-enters-item-text {
  display: block;
  padding: 4px 0;
  font-size: 14px;
  text-align: center;
}
.pageIndex .tradeContainer .tradeCenter .tradeHangzhou-lists {
  padding: 6px 0;
  margin-top: 7px;
  border-top: dashed 1px #ccc;
}
.pageIndex .tradeContainer .tradeCenter .tradeHangzhou-lists li {
  padding: 4px;
  width: 33.33%;
}
.pageIndex .tradeContainer .tradeCenter .tradeHangzhou-lists li::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background: #999;
}
.pageIndex .tradeContainer .tradeCenter .tradeHangzhou-lists li a {
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
}
.pageIndex .tradeContainer .tradeCenter .tradeHangzhou-lists li:hover::before {
  background: #004379;
}
.pageIndex .tradeContainer .tradeCenter .tradeHangzhou-lists li:hover a {
  color: #004379;
}
.pageIndex .tradeContainer .tradeCenter .tradeCountry {
  border-top: solid 2px #005fab;
}
.pageIndex .tradeContainer .tradeCenter .tradeCountry h2 {
  margin: 8px 0;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
}
.pageIndex .tradeContainer .tradeCenter .tradeCountry h2 .icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
}
.pageIndex .tradeContainer .tradeCenter .tradeCountry h2 .text {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
}
.pageIndex .tradeContainer .tradeCenter .tradeCountry-enters-item {
  margin-top: 7px;
  width: 120px;
}
.pageIndex .tradeContainer .tradeCenter .tradeCountry-enters-item h3 {
  position: relative;
  padding: 9px 4px;
  line-height: 20px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  background: #005fab;
}
.pageIndex .tradeContainer .tradeCenter .tradeCountry-enters-item h3::after {
  content: '';
  display: block;
  position: absolute;
  margin-left: -5px;
  top: 100%;
  left: 50%;
  border-style: solid;
  border-width: 10px 5px 0 5px;
  border-color: #005fab transparent;
}
.pageIndex .tradeContainer .tradeCenter .tradeCountry-enters-item .links {
  margin: 16px auto;
  text-align: center;
  font-size: 0;
}
.pageIndex .tradeContainer .tradeCenter .tradeCountry-enters-item .links .item {
  display: inline-block;
  vertical-align: middle;
  padding: 0 10px;
  line-height: 16px;
  font-size: 14px;
}
.pageIndex .tradeContainer .tradeCenter .tradeCountry-enters-item .links .item:last-child {
  border-left: solid 1px #333;
}
.pageIndex .tradeContainer .tradeCenter .tradeCountry-enters-item .links .item:hover {
  color: #005fab;
}
.pageIndex .tradeContainer .tradeCenter .tradeCountry-lists {
  padding: 6px 0;
  margin-top: 7px;
  border-top: dashed 1px #ccc;
}
.pageIndex .tradeContainer .tradeCenter .tradeCountry-lists li {
  padding: 4px;
}
.pageIndex .tradeContainer .tradeCenter .tradeCountry-lists li::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
  width: 5px;
  height: 5px;
  background: #333;
  border-radius: 50%;
}
.pageIndex .tradeContainer .tradeCenter .tradeCountry-lists li a {
  display: inline-block;
  vertical-align: middle;
}
.pageIndex .tradeContainer .tradeCenter .tradeCountry-lists li:hover::before {
  background: #005fab;
}
.pageIndex .tradeContainer .tradeCenter .tradeCountry-lists li:hover a {
  color: #005fab;
}
.pageIndex .tradeContainer .tradeAbout {
  position: relative;
  width: 480px;
  height: 506px;
	margin: 0 10px;
}
.pageIndex .tradeContainer .tradeAbout-title {
  margin-bottom: 12px;
  border-bottom: solid 1px #ddd;
}
.pageIndex .tradeContainer .tradeAbout-title::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
  width: 4px;
  height: 17px;
  background: #005192;
}
.pageIndex .tradeContainer .tradeAbout-title h3 {
  display: inline-block;
  vertical-align: middle;
  padding: 10px 3px;
  margin-right: 30px;
  line-height: 17px;
  font-size: 18px;
  border-bottom: solid 2px transparent;
  cursor: pointer;
}
.pageIndex .tradeContainer .tradeAbout-title h3.active {
  border-color: #005192;
}
.pageIndex .tradeContainer .tradeAbout-info {
  position: absolute;
  left: 0;
  top: 0;
  width: 446px;
}
.pageIndex .tradeContainer .tradeAbout-info-box {
  height: 272px;
  overflow: hidden;
}
.pageIndex .tradeContainer .tradeAbout-info-list {
  height: 272px;
  overflow: hidden;
}
.pageIndex .tradeContainer .tradeAbout-info-list li {
  padding: 5px 0;
}
.pageIndex .tradeContainer .tradeAbout-info-list .text {
  width: 330px;
  font-size: 14px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pageIndex .tradeContainer .tradeAbout-info-list .text::before {
  content: '';
  margin: 0 6px;
  display: inline-block;
  vertical-align: middle;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #333;
}
.pageIndex .tradeContainer .tradeAbout-info-list .text:hover {
  color: #004379;
}
.pageIndex .tradeContainer .tradeAbout-info-list .text:hover::before {
  background: #004379;
}
.pageIndex .tradeContainer .tradeAbout-info-list .date {
  display: block;
  color: #999;
  font-size: 14px;
  line-height: 24px;
  text-align: right;
  overflow: hidden;
}
.pageIndex .tradeContainer .tradeAbout-login {
  position: absolute;
  right: 0;
  top: 0;
  width: 290px;
}
.pageIndex .tradeContainer .tradeAbout-login .ipt-box {
  padding: 0 5px;
  margin-top: 18px;
}
.pageIndex .tradeContainer .tradeAbout-login .ipt-box .ipt {
  padding: 8px;
  margin-bottom: 8px;
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  border: solid 1px #ddd;
}
.pageIndex .tradeContainer .tradeAbout-login .btn-box {
  margin: 16px 0;
  padding: 0 5px;
  font-size: 0;
}
.pageIndex .tradeContainer .tradeAbout-login .btn-box .btn {
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
  width: 110px;
  font-size: 14px;
  line-height: 34px;
  color: #fff;
  text-align: center;
  background: #6c6c6c;
  cursor: pointer;
}
.pageIndex .tradeContainer .tradeAbout-login .btn-box .btn:first-child {
  background: #005192;
}
.pageIndex .tradeContainer .tradeAbout-login .link-box {
  padding: 0 5px;
  font-size: 0;
}
.pageIndex .tradeContainer .tradeAbout-login .link-box .link {
  padding: 0 8px;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  line-height: 14px;
}
.pageIndex .tradeContainer .tradeAbout-login .link-box .link:first-child {
  padding-left: 0;
  border-right: solid 2px #666;
}
.pageIndex .tradeContainer .tradeAbout-download {
  position: absolute;
  top: 324px;
  bottom: 0;
  margin-top: 20px;
  width: 446px;
}
.pageIndex .tradeContainer .tradeAbout-download-list {
  height: 102px;
  overflow: hidden;
}
.pageIndex .tradeContainer .tradeAbout-download-list li {
  padding: 5px 0;
}
.pageIndex .tradeContainer .tradeAbout-download-list .text {
  width: 280px;
  font-size: 14px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pageIndex .tradeContainer .tradeAbout-download-list .text::before {
  content: '';
  margin: 0 6px;
  display: inline-block;
  vertical-align: middle;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #333;
}
.pageIndex .tradeContainer .tradeAbout-download-list .text:hover {
  color: #004379;
}
.pageIndex .tradeContainer .tradeAbout-download-list .text:hover::before {
  background: #004379;
}
.pageIndex .tradeContainer .tradeAbout-download-list .date {
  width: 80px;
  color: #999;
  font-size: 14px;
  line-height: 24px;
  text-align: right;
}
.pageIndex .tradeContainer .tradeAbout-download-list .download {
  display: block;
  text-align: right;
  color: #005192;
  font-size: 14px;
  line-height: 24px;
  overflow: hidden;
}
.pageIndex .tradeContainer .tradeAbout-vendors {
  position: absolute;
  top: 254px;
  right: 0;
  width: 350px;
}
.pageIndex .tradeContainer .tradeAbout-vendors-imgLists li {
  padding: 8px 0;
  border-bottom: solid 1px #d5d5d5;
}
.pageIndex .tradeContainer .tradeAbout-vendors-imgLists li img {
  height: 60px;
  width: 290px;
}
.pageIndex .tradeContainer .tradeAbout-vendors-lists {
  height: 212px;
  overflow: hidden;
}
.pageIndex .tradeContainer .tradeAbout-vendors-lists li {
  padding: 4px 0;
  border-bottom: solid 1px #d5d5d5;
}
.pageIndex .tradeContainer .tradeAbout-vendors-lists li:last-child {
  border: none;
}
.pageIndex .tradeContainer .tradeAbout-vendors-lists .item {
  display: block;
}
.pageIndex .tradeContainer .tradeAbout-vendors-lists .item h3 {
  font-size: 14px;
  line-height: 22px;
}
.pageIndex .tradeContainer .tradeAbout-vendors-lists .item .text {
  display: block;
  line-height: 20px;
  font-size: 12px;
  height: 40px;
  color: #999;
  overflow: hidden;
}
.pageIndex .storeContainer {
  padding-bottom: 0px;
}
.pageIndex .storeContainer .storeShow {
  padding-top: 18px;
  margin-bottom: 38px;
}
.pageIndex .storeContainer .storeShow h2 {
  padding: 5px 22px;
  width: 80px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  background: #005192;
}
.pageIndex .storeContainer .storeShow-lists {
  border-top: solid 3px #005192;
  padding-top: 10px;
}
.pageIndex .storeContainer .storeShow-lists li {
  margin: 10px;
}
.pageIndex .storeContainer .storeShow-lists li .item {
  display: block;
  padding: 4px 4px 0;
  border: solid 1px #d5d5d5;
}
.pageIndex .storeContainer .storeShow-lists li .item img {
  display: block;
}
.pageIndex .storeContainer .storeShow-lists li .item p {
  line-height: 35px;
  font-size: 12px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pageIndex .storeContainer .storeShow-lists li .item:hover p {
  color: #005192;
}
.pageIndex .storeContainer .storeBanner {
  position: relative;
  margin-bottom: 30px;
  height: 102px;
  cursor: pointer;
}
.pageIndex .storeContainer .storeBanner .swiperOperate {
  opacity: 0;
  position: absolute;
  width: 28px;
  height: 102px;
  line-height: 102px;
  text-align: center;
  font-size: 52px;
  background: rgba(255, 255, 255, 0.5);
  color: #999;
  transition: all 0.3s ease-in-out;
}
.pageIndex .storeContainer .storeBanner .swiperOperate.left {
  top: 0;
  left: 0;
}
.pageIndex .storeContainer .storeBanner .swiperOperate.right {
  top: 0;
  right: 0;
}
.pageIndex .storeContainer .storeBanner:hover .swiperOperate {
  opacity: 1;
}
.pageIndex .storeContainer .storeSubContainer .storeShow-price {
  position: relative;
  width: 364px;
  height: 346px;
  overflow: hidden;
}
.pageIndex .storeContainer .storeSubContainer .storeShow-price-title {
  margin-bottom: 12px;
  border-bottom: solid 1px #ddd;
}
.pageIndex .storeContainer .storeSubContainer .storeShow-price-title::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
  width: 4px;
  height: 17px;
  background: #005192;
}
.pageIndex .storeContainer .storeSubContainer .storeShow-price-title h3 {
  display: inline-block;
  vertical-align: middle;
  padding: 10px 3px;
  margin-right: 30px;
  line-height: 17px;
  font-size: 18px;
  border-bottom: solid 2px transparent;
  cursor: pointer;
}
.pageIndex .storeContainer .storeSubContainer .storeShow-price-title h3.active {
  border-color: #005192;
}
.pageIndex .storeContainer .storeSubContainer .storeShow-price-table {
  margin-top: 17px;
  width: 100%;
}
.pageIndex .storeContainer .storeSubContainer .storeShow-price-table th {
  background: #f6f6f6;
}
.pageIndex .storeContainer .storeSubContainer .storeShow-price-table tr {
  background: #f6f6f6;
  width: 100%;
  height: 35px;
}
.pageIndex .storeContainer .storeSubContainer .storeShow-price-table tr:nth-child(2n+1) {
  background: #fff;
}
.pageIndex .storeContainer .storeSubContainer .storeShow-price-table tr td,
.pageIndex .storeContainer .storeSubContainer .storeShow-price-table tr th {
  border: solid 1px #d5d5d5;
}
.pageIndex .storeContainer .storeSubContainer .storeShow-price-table tr td span,
.pageIndex .storeContainer .storeSubContainer .storeShow-price-table tr th span {
  display: block;
  padding: 9px 0;
  text-align: center;
  line-height: 17px;
  font-size: 12px;
}
.pageIndex .storeContainer .storeSubContainer .storeShow-price-table tr td.price span,
.pageIndex .storeContainer .storeSubContainer .storeShow-price-table tr th.price span {
  color: red;
}
.pageIndex .storeContainer .storeSubContainer .storeShow-price-table tr td:nth-child(1) span,
.pageIndex .storeContainer .storeSubContainer .storeShow-price-table tr th:nth-child(1) span {
  width: 117px;
}
.pageIndex .storeContainer .storeSubContainer .storeShow-price-table tr td:nth-child(2) span,
.pageIndex .storeContainer .storeSubContainer .storeShow-price-table tr th:nth-child(2) span {
  width: 72px;
}
.pageIndex .storeContainer .storeSubContainer .storeShow-price-table tr td:nth-child(3) span,
.pageIndex .storeContainer .storeSubContainer .storeShow-price-table tr th:nth-child(3) span {
  width: 70px;
}
.pageIndex .storeContainer .storeSubContainer .storeShow-price-table tr td:nth-child(4) span,
.pageIndex .storeContainer .storeSubContainer .storeShow-price-table tr th:nth-child(4) span {
  width: 100px;
}
.pageIndex .storeContainer .storeSubContainer .storeShow-price-table thead {
  width: 100%;
  display: block;
}
.pageIndex .storeContainer .storeSubContainer .storeShow-price-table tbody {
  width: 100%;
  display: block;
  height: 251px;
  overflow: hidden;
  border-bottom: solid 1px #d5d5d5;
}
.pageIndex .storeContainer .storeSubContainer .storeShow-weekly {
  position: relative;
  width: 800px;
}
.pageIndex .storeContainer .storeSubContainer .storeShow-weekly-title {
  margin-bottom: 7px;
  border-bottom: solid 1px #ddd;
}
.pageIndex .storeContainer .storeSubContainer .storeShow-weekly-title::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
  width: 4px;
  height: 17px;
  background: #005192;
}
.pageIndex .storeContainer .storeSubContainer .storeShow-weekly-title h3 {
  display: inline-block;
  vertical-align: middle;
  padding: 10px 3px;
  margin-right: 30px;
  line-height: 17px;
  font-size: 18px;
  border-bottom: solid 2px #005192;
  cursor: pointer;
}
.pageIndex .storeContainer .storeSubContainer .storeShow-weekly-chart-box {
  height: 320px;
}
/* endregion */
/*region goodGrainAndOil*/
.goodGrainAndOil .showContainer {
  margin-top: 35px;
}
.goodGrainAndOil .showContainer-head {
  border-bottom: solid 2px #005192;
}
.goodGrainAndOil .showContainer-head h2 {
  padding: 0 15px;
  line-height: 38px;
  font-size: 17px;
  cursor: pointer;
}
.goodGrainAndOil .showContainer-head h2.active {
  color: #fff;
  background: #005192;
}
.goodGrainAndOil .showContainer-body .showContainer-box {
  margin-bottom: 40px;
}
.goodGrainAndOil .showContainer-body .showContainer-box .classify-box {
  margin: 20px 0;
}
.goodGrainAndOil .showContainer-body .showContainer-box .classify-box h3 {
  font-size: 13px;
  color: #999;
}
.goodGrainAndOil .showContainer-body .showContainer-box .classify-box .classify-lists {
  font-size: 0;
  margin-left: 5px;
}
.goodGrainAndOil .showContainer-body .showContainer-box .classify-box .classify-lists .item {
  padding: 0 .4em;
  margin: .25em 0;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  color: #999;
  line-height: 13px;
  border-right: solid 1px #999;
}
.goodGrainAndOil .showContainer-body .showContainer-box .classify-box .classify-lists .item:last-child {
  border: none;
}
.goodGrainAndOil .showContainer-body .showContainer-box .classify-box .classify-lists .item:hover {
  color: #005192;
}
.goodGrainAndOil .showContainer-body .showContainer-box .goods-lists {
  margin: 0 7px;
}
.goodGrainAndOil .showContainer-body .showContainer-box .goods-lists li {
  padding: 20px;
  border: solid 1px #d5d5d5;
  border-left: none;
}
.goodGrainAndOil .showContainer-body .showContainer-box .goods-lists li:nth-child(n+6) {
  border-top: none;
}
.goodGrainAndOil .showContainer-body .showContainer-box .goods-lists li:nth-child(5n+1) {
  border-left: solid 1px #d5d5d5;
}
.goodGrainAndOil .showContainer-body .showContainer-box .goods-lists .item {
  display: block;
  width: 196px;
}
.goodGrainAndOil .showContainer-body .showContainer-box .goods-lists .item .picture {
  height: 196px;
  background: #f5f5f5;
}
.goodGrainAndOil .showContainer-body .showContainer-box .goods-lists .item p {
  margin-top: 4px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 24px;
  height: 48px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.goodGrainAndOil .showContainer-body .showContainer-box .goods-lists .item .props {
  display: block;
  font-size: 13px;
  line-height: 20px;
  color: #999;
}
.goodGrainAndOil .showContainer-body .showContainer-box .goods-lists .item .props em {
  font-size: inherit;
  line-height: inherit;
}
.goodGrainAndOil .showContainer-body .showContainer-box .goods-lists .item:hover p {
  color: #005192;
}
.goodGrainAndOil .showContainer-body .showContainer-box .storeLists {
  width: 980px;
}
.goodGrainAndOil .showContainer-body .showContainer-box .storeLists li {
  padding: 20px 0;
  border-bottom: solid 1px #d5d5d5;
}
.goodGrainAndOil .showContainer-body .showContainer-box .storeLists li:first-child {
  padding-top: 0;
}
.goodGrainAndOil .showContainer-body .showContainer-box .storeLists .item {
  display: block;
}
.goodGrainAndOil .showContainer-body .showContainer-box .storeLists .item > img {
  display: block;
  width: 162px;
  height: 122px;
}
.goodGrainAndOil .showContainer-body .showContainer-box .storeLists .item .description {
  margin-left: 20px;
  width: 450px;
}
.goodGrainAndOil .showContainer-body .showContainer-box .storeLists .item .description h2 {
  font-size: 20px;
  line-height: 30px;
}
.goodGrainAndOil .showContainer-body .showContainer-box .storeLists .item .description p {
  margin-top: 5px;
  line-height: 26px;
  font-size: 14px;
  color: #999;
  height: 52px;
  overflow: hidden;
}
.goodGrainAndOil .showContainer-body .showContainer-box .storeLists .item .description .tagsLists {
  margin-top: 10px;
  font-size: 0;
}
.goodGrainAndOil .showContainer-body .showContainer-box .storeLists .item .description .tagsLists .tag {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  padding: 0 7px;
  line-height: 20px;
  border: solid 1px #d6e3ea;
  color: #2e86b9;
  font-size: 12px;
}
.goodGrainAndOil .showContainer-body .showContainer-box .storeLists .item .linkStoresBtn {
  margin-top: 36px;
  margin-right: 45px;
}
.goodGrainAndOil .showContainer-body .showContainer-box .hotStoreLists {
  width: 150px;
}
.goodGrainAndOil .showContainer-body .showContainer-box .hotStoreLists li {
  padding: 8px 0;
  border-bottom: solid 1px #d5d5d5;
}
.goodGrainAndOil .showContainer-body .showContainer-box .hotStoreLists h2 {
  font-size: 14px;
  color: #17850f;
  line-height: 20px;
}
.goodGrainAndOil .showContainer-body .showContainer-box .hotStoreLists h3 {
  font-size: 13px;
  line-height: 19px;
  color: #1155cc;
}
.goodGrainAndOil .showContainer-body .showContainer-box .hotStoreLists h4 {
  font-size: 12px;
  line-height: 14px;
  color: #ff552e;
}
.goodGrainAndOil .showContainer-body .showContainer-box .hotStoreLists .item {
  display: block;
}
.goodGrainAndOil .showContainer-body .showContainer-box .hotStoreLists .item .inner {
  margin-top: 6px;
}
.goodGrainAndOil .showContainer-body .showContainer-box .hotStoreLists .item .desc {
  margin-left: 5px;
  width: 100px;
}
.goodGrainAndOil .showContainer-body .showContainer-box .hotStoreLists .item .desc .text {
  display: block;
  font-size: 12px;
  line-height: 16px;
}
/*endregion*/
/*region tradingCenter*/
.tradingCenter .tradingCenter-poster {
  height: 250px;
  background: url("../images/tradingCenter-poster.jpg") no-repeat center;
}
.tradingCenter .tradingCenter-content {
  margin-top: 40px;
}
.tradingCenter .tradingCenter-content .tradingCenter-content-section1 .otherPages-entrance .otherPages-entrance-box {
  width: 240px;
}
.tradingCenter .tradingCenter-content .tradingCenter-content-section1 .otherPages-entrance .otherPages-entrance-box.status2 {
  margin-top: 10px;
}
.tradingCenter .tradingCenter-content .tradingCenter-content-section1 .otherPages-entrance .otherPages-entrance-box .otherPages-entrance-btn {
  display: inline-block;
  width: 115px;
  height: 105px;
  padding-top: 15px;
  background-color: #f5f5f5;
  text-align: center;
}
.tradingCenter .tradingCenter-content .tradingCenter-content-section1 .otherPages-entrance .otherPages-entrance-box .otherPages-entrance-btn .otherPages-entrance-icons1 {
  width: 56px;
  height: 54px;
  margin: 0 auto;
  background: url("../images/wsbm.png") no-repeat center;
}
.tradingCenter .tradingCenter-content .tradingCenter-content-section1 .otherPages-entrance .otherPages-entrance-box .otherPages-entrance-btn .otherPages-entrance-icons2 {
  width: 56px;
  height: 54px;
  margin: 0 auto;
  background: url("../images/mnjy.png") no-repeat center;
}
.tradingCenter .tradingCenter-content .tradingCenter-content-section1 .otherPages-entrance .otherPages-entrance-box .otherPages-entrance-btn .otherPages-entrance-icons3 {
  width: 56px;
  height: 54px;
  margin: 0 auto;
  background: url("../images/jyglxt.png") no-repeat center;
  background-size: contain;
}
.tradingCenter .tradingCenter-content .tradingCenter-content-section1 .otherPages-entrance .otherPages-entrance-box .otherPages-entrance-btn .otherPages-entrance-icons4 {
  width: 56px;
  height: 54px;
  margin: 0 auto;
  background: url("../images/hyzx.png") no-repeat center;
  background-size: contain;
}
.tradingCenter .tradingCenter-content .tradingCenter-content-section1 .otherPages-entrance .otherPages-entrance-box .otherPages-entrance-btn span {
  display: block;
  line-height: 35px;
}
.tradingCenter .tradingCenter-content .tradingCenter-content-section1 .otherPages-entrance .otherPages-entrance-box .otherPages-entrance-btn:hover {
  background-color: #004379;
}
.tradingCenter .tradingCenter-content .tradingCenter-content-section1 .otherPages-entrance .otherPages-entrance-box .otherPages-entrance-btn:hover .otherPages-entrance-icons1 {
  background-image: url("../images/wsbm-hover.png");
}
.tradingCenter .tradingCenter-content .tradingCenter-content-section1 .otherPages-entrance .otherPages-entrance-box .otherPages-entrance-btn:hover .otherPages-entrance-icons2 {
  background-image: url("../images/mnjy-hover.png");
}
.tradingCenter .tradingCenter-content .tradingCenter-content-section1 .otherPages-entrance .otherPages-entrance-box .otherPages-entrance-btn:hover .otherPages-entrance-icons3 {
  background-image: url("../images/jyglxt-hover.png");
}
.tradingCenter .tradingCenter-content .tradingCenter-content-section1 .otherPages-entrance .otherPages-entrance-box .otherPages-entrance-btn:hover .otherPages-entrance-icons4 {
  background-image: url("../images/hyzx-hover.png");
}
.tradingCenter .tradingCenter-content .tradingCenter-content-section1 .otherPages-entrance .otherPages-entrance-box .otherPages-entrance-btn:hover span {
  color: white;
}
.tradingCenter .tradingCenter-content .tradingCenter-content-section1 .otherPages-entrance .otherPages-entrance-box .otherPages-entrance-btn.max {
  padding-top: 0;
  width: 239px;
  height: 86px;
}
.tradingCenter .tradingCenter-content .tradingCenter-content-section1 .otherPages-entrance .otherPages-entrance-box .otherPages-entrance-btn.max .otherPages-entrance-icons3 {
  display: inline-block;
  width: 61px;
  height: 61px;
  margin-top: 12px;
  margin-right: 26px;
  vertical-align: top;
  background: url("../images/jyglxt.png") no-repeat center;
}
.tradingCenter .tradingCenter-content .tradingCenter-content-section1 .otherPages-entrance .otherPages-entrance-box .otherPages-entrance-btn.max span {
  display: inline-block;
  line-height: 86px;
}
.tradingCenter .tradingCenter-content .tradingCenter-content-section1 .otherPages-entrance .otherPages-entrance-box .otherPages-entrance-btn.max:hover {
  background-color: #004379;
}
.tradingCenter .tradingCenter-content .tradingCenter-content-section1 .otherPages-entrance .otherPages-entrance-box .otherPages-entrance-btn.max:hover .otherPages-entrance-icons3 {
  background: url("../images/jyglxt-hover.png") no-repeat center;
}
.tradingCenter .tradingCenter-content .tradingCenter-content-section1 .tradingCenter-info-tradeAbout {
  width: 438px;
}
.tradingCenter .tradingCenter-content .tradingCenter-content-section1 .tradingCenter-info-tradeAbout-title {
  margin-bottom: 12px;
  border-bottom: solid 1px #ddd;
}
.tradingCenter .tradingCenter-content .tradingCenter-content-section1 .tradingCenter-info-tradeAbout-title::before {
  content: '';
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
  width: 4px;
  height: 17px;
  background: #005192;
}
.tradingCenter .tradingCenter-content .tradingCenter-content-section1 .tradingCenter-info-tradeAbout-title h3 {
  display: inline-block;
  vertical-align: middle;
  padding: 0 3px 10px 3px;
  margin-right: 30px;
  line-height: 17px;
  font-size: 18px;
  border-bottom: solid 2px transparent;
}
.tradingCenter .tradingCenter-content .tradingCenter-content-section1 .tradingCenter-info-tradeAbout-title h3.active {
  border-color: #005192;
}
.tradingCenter .tradingCenter-content .tradingCenter-content-section1 .tradingCenter-info-tradeAbout-info {
  width: 438px;
}
.tradingCenter .tradingCenter-content .tradingCenter-content-section1 .tradingCenter-info-tradeAbout-info-list li {
  padding: 4px 0;
}
.tradingCenter .tradingCenter-content .tradingCenter-content-section1 .tradingCenter-info-tradeAbout-info-list .text {
  width: 330px;
  font-size: 14px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tradingCenter .tradingCenter-content .tradingCenter-content-section1 .tradingCenter-info-tradeAbout-info-list .text::before {
  content: '';
  margin: 0 6px;
  display: inline-block;
  vertical-align: middle;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #333;
}
.tradingCenter .tradingCenter-content .tradingCenter-content-section1 .tradingCenter-info-tradeAbout-info-list .text:hover {
  color: #004379;
}
.tradingCenter .tradingCenter-content .tradingCenter-content-section1 .tradingCenter-info-tradeAbout-info-list .text:hover::before {
  background: #004379;
}
.tradingCenter .tradingCenter-content .tradingCenter-content-section1 .tradingCenter-info-tradeAbout-info-list .date {
  display: block;
  color: #999;
  font-size: 14px;
  line-height: 24px;
  text-align: right;
  overflow: hidden;
}
.tradingCenter .tradingCenter-content .tradingCenter-content-section1 .tradingCenter-info-tradeAbout-login {
  width: 290px;
}
.tradingCenter .tradingCenter-content .tradingCenter-content-section1 .tradingCenter-info-tradeAbout-login .ipt-box {
  padding: 0 5px;
  margin-top: 18px;
}
.tradingCenter .tradingCenter-content .tradingCenter-content-section1 .tradingCenter-info-tradeAbout-login .ipt-box .ipt {
  padding: 8px;
  margin-bottom: 8px;
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  border: solid 1px #ddd;
}
.tradingCenter .tradingCenter-content .tradingCenter-content-section1 .tradingCenter-info-tradeAbout-login .btn-box {
  margin: 16px 0;
  padding: 0 5px;
  font-size: 0;
}
.tradingCenter .tradingCenter-content .tradingCenter-content-section1 .tradingCenter-info-tradeAbout-login .btn-box .btn {
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
  width: 110px;
  font-size: 14px;
  line-height: 34px;
  color: #fff;
  text-align: center;
  background: #6c6c6c;
  cursor: pointer;
}
.tradingCenter .tradingCenter-content .tradingCenter-content-section1 .tradingCenter-info-tradeAbout-login .btn-box .btn:first-child {
  background: #005192;
}
.tradingCenter .tradingCenter-content .tradingCenter-content-section1 .tradingCenter-info-tradeAbout-login .link-box {
  padding: 0 5px;
  font-size: 0;
}
.tradingCenter .tradingCenter-content .tradingCenter-content-section1 .tradingCenter-info-tradeAbout-login .link-box .link {
  padding: 0 8px;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  line-height: 14px;
}
.tradingCenter .tradingCenter-content .tradingCenter-content-section1 .tradingCenter-info-tradeAbout-login .link-box .link:first-child {
  padding-left: 0;
  border-right: solid 2px #666;
}
.tradingCenter .tradingCenter-content .tradingCenter-content-section1 .tradingCenter-info-tradeAbout-download {
  position: relative;
  margin-top: 20px;
  width: 446px;
}
.tradingCenter .tradingCenter-content .tradingCenter-content-section1 .tradingCenter-info-tradeAbout-download-list li {
  padding: 5px 0;
}
.tradingCenter .tradingCenter-content .tradingCenter-content-section1 .tradingCenter-info-tradeAbout-download-list .text {
  width: 280px;
  font-size: 14px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tradingCenter .tradingCenter-content .tradingCenter-content-section1 .tradingCenter-info-tradeAbout-download-list .text::before {
  content: '';
  margin: 0 6px;
  display: inline-block;
  vertical-align: middle;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #333;
}
.tradingCenter .tradingCenter-content .tradingCenter-content-section1 .tradingCenter-info-tradeAbout-download-list .text:hover {
  color: #004379;
}
.tradingCenter .tradingCenter-content .tradingCenter-content-section1 .tradingCenter-info-tradeAbout-download-list .text:hover::before {
  background: #004379;
}
.tradingCenter .tradingCenter-content .tradingCenter-content-section1 .tradingCenter-info-tradeAbout-download-list .date {
  width: 80px;
  color: #999;
  font-size: 14px;
  line-height: 24px;
  text-align: right;
}
.tradingCenter .tradingCenter-content .tradingCenter-content-section1 .tradingCenter-info-tradeAbout-download-list .download {
  display: block;
  text-align: right;
  color: #005192;
  font-size: 14px;
  line-height: 24px;
  overflow: hidden;
}
.tradingCenter .tradingCenter-content .tradingCenter-content-section1 .tradingCenter-info-tradeAbout-price {
  margin-top: 20px;
  width: 290px;
}
.tradingCenter .tradingCenter-content .tradingCenter-content-section1 .tradingCenter-info-tradeAbout-price-table {
  margin-top: 17px;
  width: 100%;
}
.tradingCenter .tradingCenter-content .tradingCenter-content-section1 .tradingCenter-info-tradeAbout-price-table th {
  background: #f6f6f6;
}
.tradingCenter .tradingCenter-content .tradingCenter-content-section1 .tradingCenter-info-tradeAbout-price-table tr {
  background: #f6f6f6;
  width: 100%;
}
.tradingCenter .tradingCenter-content .tradingCenter-content-section1 .tradingCenter-info-tradeAbout-price-table tr:nth-child(2n+1) {
  background: #fff;
}
.tradingCenter .tradingCenter-content .tradingCenter-content-section1 .tradingCenter-info-tradeAbout-price-table tr td,
.tradingCenter .tradingCenter-content .tradingCenter-content-section1 .tradingCenter-info-tradeAbout-price-table tr th {
  border: solid 1px #d5d5d5;
}
.tradingCenter .tradingCenter-content .tradingCenter-content-section1 .tradingCenter-info-tradeAbout-price-table tr td span,
.tradingCenter .tradingCenter-content .tradingCenter-content-section1 .tradingCenter-info-tradeAbout-price-table tr th span {
  display: block;
  padding: 9px 0;
  text-align: center;
  line-height: 17px;
  font-size: 12px;
}
.tradingCenter .tradingCenter-content .tradingCenter-content-section1 .tradingCenter-info-tradeAbout-price-table tr td.price span,
.tradingCenter .tradingCenter-content .tradingCenter-content-section1 .tradingCenter-info-tradeAbout-price-table tr th.price span {
  color: red;
}
.tradingCenter .tradingCenter-content .tradingCenter-content-section1 .tradingCenter-info-tradeAbout-price-table tr td:nth-child(1) span,
.tradingCenter .tradingCenter-content .tradingCenter-content-section1 .tradingCenter-info-tradeAbout-price-table tr th:nth-child(1) span {
  width: 117px;
}
.tradingCenter .tradingCenter-content .tradingCenter-content-section1 .tradingCenter-info-tradeAbout-price-table tr td:nth-child(2) span,
.tradingCenter .tradingCenter-content .tradingCenter-content-section1 .tradingCenter-info-tradeAbout-price-table tr th:nth-child(2) span {
  width: 70px;
}
.tradingCenter .tradingCenter-content .tradingCenter-content-section1 .tradingCenter-info-tradeAbout-price-table tr td:nth-child(3) span,
.tradingCenter .tradingCenter-content .tradingCenter-content-section1 .tradingCenter-info-tradeAbout-price-table tr th:nth-child(3) span {
  width: 100px;
}
.tradingCenter .tradingCenter-content .tradingCenter-content-section1 .tradingCenter-info-tradeAbout-price-table thead {
  width: 100%;
  display: block;
}
.tradingCenter .tradingCenter-content .tradingCenter-content-section1 .tradingCenter-info-tradeAbout-price-table tbody {
  width: 100%;
  display: block;
  height: 143px;
  overflow: hidden;
  border-bottom: solid 1px #d5d5d5;
}
.tradingCenter .tradingCenter-content .tradingCenter-content-section1 .tradingCenter-info-notice {
  margin-left: 39px;
}
.tradingCenter .tradingCenter-content .tradingCenter-content-section2 {
  margin-top: 44px;
}
.tradingCenter .tradingCenter-content .tradingCenter-content-section2 .tradingCenter-tradeEvent {
  display: inline-block;
  width: 240px;
  height: 297px;
  border: solid 1px #dbdbdb;
}
.tradingCenter .tradingCenter-content .tradingCenter-content-section2 .tradingCenter-tradeEvent-title {
  height: 43px;
  background-color: #f8f8f8;
  border-bottom: solid 1px #dbdbdb;
}
.tradingCenter .tradingCenter-content .tradingCenter-content-section2 .tradingCenter-tradeEvent-title span,
.tradingCenter .tradingCenter-content .tradingCenter-content-section2 .tradingCenter-tradeEvent-title a {
  line-height: 42px;
}
.tradingCenter .tradingCenter-content .tradingCenter-content-section2 .tradingCenter-tradeEvent-title span {
  font-size: 16px;
  margin-left: 10px;
}
.tradingCenter .tradingCenter-content .tradingCenter-content-section2 .tradingCenter-tradeEvent-title a {
  font-size: 12px;
  margin-right: 10px;
}
.tradingCenter .tradingCenter-content .tradingCenter-content-section2 .tradingCenter-tradeEvent-content-lines {
  margin-left: 10px;
  margin-top: 17px;
}
.tradingCenter .tradingCenter-content .tradingCenter-content-section2 .tradingCenter-tradeEvent-content-lines-first-line span,
.tradingCenter .tradingCenter-content .tradingCenter-content-section2 .tradingCenter-tradeEvent-content-lines-first-line p {
  font-size: 13px;
}
.tradingCenter .tradingCenter-content .tradingCenter-content-section2 .tradingCenter-tradeEvent-content-lines-first-line span {
  font-weight: bold;
}
.tradingCenter .tradingCenter-content .tradingCenter-content-section2 .tradingCenter-tradeEvent-content-lines-first-line p {
  display: inline-block;
}
.tradingCenter .tradingCenter-content .tradingCenter-content-section2 .tradingCenter-tradeEvent-content-lines-second-line span,
.tradingCenter .tradingCenter-content .tradingCenter-content-section2 .tradingCenter-tradeEvent-content-lines-second-line p,
.tradingCenter .tradingCenter-content .tradingCenter-content-section2 .tradingCenter-tradeEvent-content-lines-second-line a {
  font-size: 13px;
}
.tradingCenter .tradingCenter-content .tradingCenter-content-section2 .tradingCenter-tradeEvent-content-lines-second-line span {
  font-weight: bold;
}
.tradingCenter .tradingCenter-content .tradingCenter-content-section2 .tradingCenter-tradeEvent-content-lines-second-line p {
  display: inline-block;
}
.tradingCenter .tradingCenter-content .tradingCenter-content-section2 .tradingCenter-tradeEvent-content-lines-second-line a {
  display: inline-block;
  color: red;
  margin-right: 10px;
}
.tradingCenter .tradingCenter-content .tradingCenter-content-section2 .tradingCenter-tradeHelp {
  display: inline-block;
  width: 917px;
  height: 297px;
  margin-bottom: 50px;
  border: solid 1px #005192;
}
.tradingCenter .tradingCenter-content .tradingCenter-content-section2 .tradingCenter-tradeHelp-left {
  display: inline-block;
  margin-left: 15px;
  width: 708px;
}
.tradingCenter .tradingCenter-content .tradingCenter-content-section2 .tradingCenter-tradeHelp-left-title {
  height: 42px;
}
.tradingCenter .tradingCenter-content .tradingCenter-content-section2 .tradingCenter-tradeHelp-left-title h2,
.tradingCenter .tradingCenter-content .tradingCenter-content-section2 .tradingCenter-tradeHelp-left-title a {
  color: #005192;
  line-height: 42px;
}
.tradingCenter .tradingCenter-content .tradingCenter-content-section2 .tradingCenter-tradeHelp-left-title h2 {
  width: 80px;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  border-bottom: solid 1px #005192;
}
.tradingCenter .tradingCenter-content .tradingCenter-content-section2 .tradingCenter-tradeHelp-left-title a {
  margin-right: 10px;
  font-size: 12px;
}
.tradingCenter .tradingCenter-content .tradingCenter-content-section2 .tradingCenter-tradeHelp-left-content {
  border-top: solid 1px #005192;
  padding-top: 5px;
}
.tradingCenter .tradingCenter-content .tradingCenter-content-section2 .tradingCenter-tradeHelp-left-content-line {
  height: 40px;
  margin-left: 10px;
  border-bottom: dotted 2px #d3d3d3;
}
.tradingCenter .tradingCenter-content .tradingCenter-content-section2 .tradingCenter-tradeHelp-left-content-line .lines-text {
  width: 450px;
  font-size: 14px;
  line-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tradingCenter .tradingCenter-content .tradingCenter-content-section2 .tradingCenter-tradeHelp-left-content-line .lines-text::before {
  content: '';
  margin: 0 6px;
  display: inline-block;
  vertical-align: middle;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #333;
}
.tradingCenter .tradingCenter-content .tradingCenter-content-section2 .tradingCenter-tradeHelp-left-content-line .lines-text:hover {
  color: #004379;
}
.tradingCenter .tradingCenter-content .tradingCenter-content-section2 .tradingCenter-tradeHelp-left-content-line .lines-text:hover::before {
  background: #004379;
}
.tradingCenter .tradingCenter-content .tradingCenter-content-section2 .tradingCenter-tradeHelp-left-content-line .lines-time {
  font-size: 12px;
  line-height: 40px;
  color: #999999;
}
.tradingCenter .tradingCenter-content .tradingCenter-content-section2 .tradingCenter-tradeHelp-left-content-line .lines-download {
  margin-right: 10px;
  font-size: 12px;
  line-height: 40px;
  color: #004379;
}
.tradingCenter .tradingCenter-content .tradingCenter-content-section2 .tradingCenter-tradeHelp-right {
  width: 102px;
  margin-top: 22px;
  margin-left: 45px;
}
.tradingCenter .tradingCenter-content .tradingCenter-content-section2 .tradingCenter-tradeHelp-right-btn {
  width: 102px;
  height: 52px;
  margin-bottom: 15px;
  text-align: center;
  line-height: 52px;
  background-color: #f5f5f5;
  border: solid 1px #cccccc;
  border-radius: 5px;
}
.tradingCenter .tradingCenter-content .tradingCenter-content-section2 .tradingCenter-tradeHelp-right-btn:hover {
  background-color: #004379;
  color: whitesmoke;
}
/*endregion*/
/*region businessDetail*/
.businessDetail-poster {
  height: 250px;
  background: url("../images/businessDetail-poster.jpg") no-repeat center;
}
.businessDetail-content-section1 {
  padding-top: 15px;
}
.businessDetail-content-section1-left h2 {
  font-size: 24px;
  line-height: 80px;
}
.businessDetail-content-section1-left ul li {
  line-height: 30px;
}
.businessDetail-content-section1-left ul li span {
  color: #939393;
  font-size: 14px;
}
.businessDetail-content-section1-left ul li p {
  display: inline-block;
  color: #939393;
  font-size: 14px;
}
.businessDetail-content-section1-right-btn {
  display: inline-block;
  width: 264px;
  height: 58px;
  margin-top: 132px;
  background-color: #ff552e;
  text-align: center;
}
.businessDetail-content-section1-right-btn img {
  vertical-align: top;
  margin-top: 18px;
  margin-right: 10px;
}
.businessDetail-content-section1-right-btn span {
  font-size: 22px;
  color: white;
  line-height: 58px;
}
.businessDetail-content-section2 {
  padding-top: 30px;
}
.businessDetail-content-section2-businessInfo {
  min-height: 300px;
  border: solid 1px #e5e5e5;
  border-radius: 3px;
}
.businessDetail-content-section2-businessInfo .businessInfo-title {
  height: 50px;
  background-color: #fafafa;
}
.businessDetail-content-section2-businessInfo .businessInfo-title span {
  margin-left: 20px;
  line-height: 50px;
  font-size: 15px;
  font-weight: bold;
}
.businessDetail-content-section2-businessInfo p {
  padding: 20px 40px 0px 40px;
  font-size: 13px;
  line-height: 34px;
}
.businessDetail-content-section3 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.businessDetail-content-section3-businessProduct {
  height: 420px;
  border: solid 1px #e5e5e5;
  border-radius: 3px;
}
.businessDetail-content-section3-businessProduct .businessProduct-title {
  height: 50px;
  background-color: #fafafa;
}
.businessDetail-content-section3-businessProduct .businessProduct-title span {
  margin-left: 20px;
  line-height: 50px;
  font-size: 15px;
  font-weight: bold;
}
.businessDetail-content-section3-businessProduct .businessProduct-list-li {
  width: 239.5px;
  height: 369px;
  padding-top: 20px;
  border-right: solid 1px #e5e5e5;
}
.businessDetail-content-section3-businessProduct .businessProduct-list-li .businessProduct-list-tab {
  text-align: center;
}
.businessDetail-content-section3-businessProduct .businessProduct-list-li .businessProduct-list-tab .picture {
  margin: 0 auto;
  width: 196px;
  height: 196px;
  background: #f1f1f1;
}
.businessDetail-content-section3-businessProduct .businessProduct-list-li .businessProduct-list-tab p {
  padding: 8px 29px 4px 29px;
  height: 54px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.businessDetail-content-section3-businessProduct .businessProduct-list-li .businessProduct-list-details li {
  padding: 2px 29px 2px 29px;
}
.businessDetail-content-section3-businessProduct .businessProduct-list-li .businessProduct-list-details li span {
  color: #9a9a9a;
}
.businessDetail-content-section3-businessProduct .businessProduct-list-li .businessProduct-list-details li p {
  display: inline-block;
  color: #9a9a9a;
}
.businessDetail-content-section3-businessProduct .businessProduct-list-li .businessProduct-list-details li .businessProduct-list-details-price {
  color: #ff5000;
}
/*endregion*/
/*region goodsDetails*/
.goodsDetails-container .goodsDetails {
  width: 900px;
  margin: 50px 0;
}
.goodsDetails-container .goodsDetails-basic {
  margin-bottom: 50px;
}
.goodsDetails-container .goodsDetails-basic .show-container {
  width: 302px;
}
.goodsDetails-container .goodsDetails-basic .show-container .main-img-box {
  border: solid 1px #d5d5d5;
}
.goodsDetails-container .goodsDetails-basic .show-container .main-img-box img {
  display: block;
}
.goodsDetails-container .goodsDetails-basic .show-container .img-lists {
  margin-top: 20px;
}
.goodsDetails-container .goodsDetails-basic .show-container .img-lists li {
  margin: 0 5px;
  border: solid 2px transparent;
}
.goodsDetails-container .goodsDetails-basic .show-container .img-lists li.active {
  border-color: #005fab;
}
.goodsDetails-container .goodsDetails-basic .show-container .img-lists li img {
  display: block;
}
.goodsDetails-container .goodsDetails-basic .basic-container {
  margin-left: 70px;
  width: 510px;
}
.goodsDetails-container .goodsDetails-basic .basic-container h2 {
  font-size: 16px;
  font-weight: bold;
}
.goodsDetails-container .goodsDetails-basic .basic-container .propLists li {
  font-size: 14px;
  line-height: 20px;
  padding: 8px 0;
}
.goodsDetails-container .goodsDetails-description {
  border: solid 1px #d5d5d5;
}
.goodsDetails-container .goodsDetails-description h2 {
  padding: 12px 16px;
  font-size: 16px;
  line-height: 24px;
  background: #fafafa;
}
.goodsDetails-container .goodsDetails-description .detailsBox {
  padding: 30px 40px;
}
.goodsDetails-container .goodsDetails-description .detailsBox p {
  margin-bottom: 10px;
  line-height: 30px;
  font-size: 14px;
}
.goodsDetails-container .sameKindGoods {
  width: 160px;
  margin-top: 40px;
}
.goodsDetails-container .sameKindGoods-lists li {
  margin: 10px 0;
}
.goodsDetails-container .sameKindGoods-lists-title {
  padding: 15px 0px;
  position: relative;
}
.goodsDetails-container .sameKindGoods-lists-title::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 0;
  top: 50%;
  left: 0;
  border-bottom: dashed 1px #d5d5d5;
}
.goodsDetails-container .sameKindGoods-lists-title h3 {
  position: absolute;
  width: 70px;
  left: 50%;
  top: 50%;
  margin-top: -10px;
  margin-left: -35px;
  line-height: 20px;
  text-align: center;
  color: #999;
  background: #fff;
}
.goodsDetails-container .sameKindGoods-lists .item img {
  display: block;
  margin: 4px auto;
}
.goodsDetails-container .sameKindGoods-lists .item p {
  padding: 0 2px;
  line-height: 20px;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/*endregion*/
/*region infoCenterLists*/
.infoCenterLists-menus {
  width: 260px;
  border: solid 1px #ccc;
}
.infoCenterLists-menus h2 {
  padding: 20px;
  display: block;
  line-height: 35px;
  background: #005192;
  text-align: center;
  color: #fff;
  font-size: 20px;
}
.infoCenterLists-menus ul {
  background: #f6f6f6;
}
.infoCenterLists-menus ul .item {
  position: relative;
  padding: 15px 35px;
  display: block;
  line-height: 30px;
  font-size: 18px;
  cursor: pointer;
}
.infoCenterLists-menus ul .item:after {
  display: none;
  content: "";
  position: absolute;
  left: 15px;
  top: 15px;
  bottom: 15px;
  width: 5px;
  background: #004379;
}
.infoCenterLists-menus ul .item:hover,
.infoCenterLists-menus ul .item.active {
  background: #fff;
}
.infoCenterLists-menus ul .item:hover:after,
.infoCenterLists-menus ul .item.active:after {
  display: block;
}
.infoCenterLists-content {
  width: 880px;
}
.infoCenterLists-content h2 {
  display: block;
  padding: 5px;
  line-height: 27px;
  border-bottom: solid 2px #005192;
}
.infoCenterLists-content h2:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  background: #004379;
  width: 5px;
  height: 23px;
}
.infoCenterLists-content h2 .text {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  font-weight: bold;
  color: #004379;
}
.infoCenterLists-content .list-box {
  padding: 30px 5px;
  min-height: 420px;
  max-height: 708px;
  overflow: hidden;
}
.infoCenterLists-content .list-box .list-item {
  position: relative;
  display: block;
  padding: 8px 0;
  padding-right: 100px;
  line-height: 20px;
  border-bottom: dashed 1px #ddd;
}
.infoCenterLists-content .list-box .list-item .text {
  display: block;
  line-height: inherit;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.infoCenterLists-content .list-box .list-item .text::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #333;
}
.infoCenterLists-content .list-box .list-item .date {
  position: absolute;
  width: 100px;
  right: 0;
  top: 0;
  bottom: 0;
  line-height: 36px;
  font-size: 14px;
  text-align: right;
  color: #888;
}
.infoCenterLists-content .list-box .list-item .date::before {
  content: '[';
  font-size: 14px;
  color: #888;
}
.infoCenterLists-content .list-box .list-item .date::after {
  content: ']';
  font-size: 14px;
  color: #888;
}
.infoCenterLists-content .list-box .list-item:hover .text {
  color: #005192;
}
.infoCenterLists-content .list-box .list-item:hover .text::before {
  background: #005192;
}
.infoCenterLists-content .list-box .list-item:hover .text .date {
  color: #005192;
}
/*endregion*/
/*region priceCenter*/
.priceCenter-menus {
  width: 260px;
  border: solid 1px #ccc;
}
.priceCenter-menus h2 {
  padding: 20px;
  display: block;
  line-height: 35px;
  background: #005192;
  text-align: center;
  color: #fff;
  font-size: 20px;
}
.priceCenter-menus ul {
  background: #f6f6f6;
}
.priceCenter-menus ul .item {
  position: relative;
  padding: 15px 35px;
  display: block;
  line-height: 30px;
  font-size: 18px;
  cursor: pointer;
}
.priceCenter-menus ul .item:after {
  display: none;
  content: "";
  position: absolute;
  left: 15px;
  top: 15px;
  bottom: 15px;
  width: 5px;
  background: #004379;
}
.priceCenter-menus ul .item:hover,
.priceCenter-menus ul .item.active {
  background: #fff;
}
.priceCenter-menus ul .item:hover:after,
.priceCenter-menus ul .item.active:after {
  display: block;
}
.priceCenter-content {
  width: 880px;
}
.priceCenter-content h2 {
  display: block;
  padding: 5px;
  line-height: 27px;
  border-bottom: solid 2px #005192;
}
.priceCenter-content h2:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  background: #004379;
  width: 5px;
  height: 23px;
}
.priceCenter-content h2 .text {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  font-weight: bold;
  color: #004379;
}
.priceCenter-content-details {
  margin: 40px 0;
}
.priceCenter-content-table {
  width: 100%;
}
.priceCenter-content-table tr {
  background: #fff;
}
.priceCenter-content-table tr:nth-child(2n) {
  background: #f1f1f1;
}
.priceCenter-content-table th {
  border: solid 1px #d5d5d5;
  line-height: 36px;
  font-size: 16px;
  background: #f1f1f1;
}
.priceCenter-content-table td {
  padding: 0 6px;
  font-size: 16px;
  line-height: 36px;
  border: solid 1px #d5d5d5;
  text-align: center;
}
.priceCenter-content-table td.price span {
  color: red;
}
/*endregion*/
/*region login*/
.login-bg {
  background: url("icon/login-bg-img.png") no-repeat center fixed;
  background-size: cover;
}
.label-component {
  cursor: pointer;
}
.label-component input[type="checkbox"] {
  display: none;
}
.label-component input[type="checkbox"] + span {
  position: relative;
  display: block;
  padding-left: 24px;
  line-height: 20px;
  font-size: 14px;
  color: #fff;
}
.label-component input[type="checkbox"] + span:after {
  content: '';
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 2px;
  background: url("icon/icon-checkbox.png") no-repeat center #fff;
}
.label-component input[type="checkbox"]:checked + span:after {
  background-image: url("icon/icon-checkbox-active.png");
}
.login-container {
  text-align: center;
}
.login-container .top-logo {
  margin-top: 120px;
  display: inline-block;
}
.login-container .form-box {
  width: 616px;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
}
.login-container .form-box .input-box {
  position: relative;
  margin: 20px;
}
.login-container .form-box .input-box .ipt {
  width: 100%;
  display: block;
  line-height: 40px;
  padding: 10px 10px 10px 50px;
  border-radius: 5px;
  background: #fff;
  font-size: 16px;
}
.login-container .form-box .input-box .icon {
  position: absolute;
  display: block;
  width: 26px;
  height: 26px;
  left: 14px;
  top: 17px;
}
.login-container .form-box .input-box .icon-user {
  background: url("icon/icon-login-user.png") no-repeat center;
}
.login-container .form-box .input-box .icon-password {
  background: url("icon/icon-login-passwordpng.png") no-repeat center;
}
.login-container .form-box .input-box .link-text {
  font-size: 14px;
  line-height: 20px;
}
.login-container .form-box .btn-box {
  margin: 40px 20px;
  display: block;
  padding: 10px;
  line-height: 40px;
  font-size: 23px;
  color: #fff;
  background-color: #005192;
  border-radius: 5px;
}
.login-container .form-box .btn-box:hover {
  background-color: #004379;
}
.login-container .form-box .toRegist-box {
  margin-bottom: 20px;
}
.login-container .form-box .toRegist-box .text {
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  margin-right: 10px;
}
.login-container .form-box .toRegist-box .text-link {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  text-decoration: underline;
}
.login-container .footer-box {
  margin: 60px auto 40px;
  width: 1200px;
}
.login-container .footer-box .text {
  display: inline-block;
  vertical-align: center;
  line-height: 30px;
  font-size: 14px;
  color: #fff;
  margin-right: 10px;
}
.login-container .footer-box .text-link {
  display: inline-block;
  vertical-align: center;
  line-height: 30px;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
}
.login-container .footer-box .text-link:hover {
  text-decoration: underline;
}
/*endregion*/
/*region register*/
.register-container .register-wrap {
  margin-top: 70px;
  background: #fff;
  border-radius: 5px;
}
.register-container .register-wrap .register-box {
  text-align: left;
}
.register-container .register-wrap .register-box.protocol {
  padding: 50px 60px;
}
.register-container .register-wrap .register-box.protocol h3 {
  font-size: 14px;
  line-height: 26px;
  margin-top: 4px;
  font-weight: bold;
}
.register-container .register-wrap .register-box.protocol p {
  font-size: 13px;
  line-height: 24px;
}
.register-container .register-wrap .register-box.protocol .operate-box {
  margin-top: 36px;
  text-align: center;
}
.register-container .register-wrap .register-box.protocol .operate-box .label-component {
  display: inline-block;
  margin: 0 20px;
}
.register-container .register-wrap .register-box.protocol .operate-box .label-component input[type="checkbox"] + span {
  color: #333;
}
.register-container .register-wrap .register-box.protocol .operate-box .label-component input[type="checkbox"] + span:after {
  background-image: url("icon/icon-protocol-check-box-outline-bl.png");
}
.register-container .register-wrap .register-box.protocol .operate-box .label-component input[type="checkbox"]:checked + span:after {
  background-image: url("icon/icon-protocol-check-box.png");
}
.register-container .register-wrap .register-box.protocol .operate-box .btn {
  width: 150px;
  line-height: 40px;
  border-radius: 5px;
  font-size: 16px;
  color: #fff;
  background: #005192;
  cursor: pointer;
}
.register-container .register-wrap .register-box.protocol .operate-box .btn:hover {
  background: #005fab;
}
.register-container .register-wrap .register-box.protocol .operate-box .btn:disabled {
  color: #888;
  background: #eee;
}
.register-container .register-wrap .register-box.fill {
  padding: 30px 40px;
}
.register-container .register-wrap .register-box.fill .form-content {
  margin-top: 5px;
}
.register-container .register-wrap .register-box.fill .form-content .form-wrap-box {
  margin: 0 45px;
}
.register-container .register-wrap .register-box.fill .form-content .form-wrap-box h2 {
  padding: 0 30px;
  margin-bottom: 20px;
  font-size: 18px;
  color: #005192;
}
.register-container .register-wrap .register-box.fill .form-content .form-wrap-box .ipt-group {
  position: relative;
  display: block;
  float: left;
  font-size: 0;
  margin-right: 10px;
  margin-bottom: 20px;
}
.register-container .register-wrap .register-box.fill .form-content .form-wrap-box .ipt-group .text {
  display: inline-block;
  width: 120px;
  text-align: right;
  font-size: 13px;
}
.register-container .register-wrap .register-box.fill .form-content .form-wrap-box .ipt-group .ipt {
  padding: 4px 6px;
  display: inline-block;
  width: 210px;
  line-height: 20px;
  border: solid 1px #ddd;
  font-size: 13px;
}
.register-container .register-wrap .register-box.fill .form-content .form-wrap-box .ipt-group[data-require]:after {
  content: '*';
  display: block;
  position: absolute;
  top: 0;
  left: 100%;
  margin-left: 2px;
  line-height: 30px;
  font-size: 14px;
  color: #f00;
}
.register-container .register-wrap .register-box.fill .form-content .form-wrap-box .ipt-group em {
  position: absolute;
  top: 100%;
  left: 70px;
  padding: 2px;
  line-height: 24px;
  font-size: 12px;
  color: #f00;
}
.register-container .register-wrap .register-box.fill .form-content .form-wrap-box.lg .ipt-group .ipt {
  width: 380px;
}
.register-container .register-wrap .register-box.fill .form-content .form-wrap-box.lg .ipt-group .ipt.address {
  width: 124px;
  margin-right: 4px;
}
.register-container .register-wrap .register-box.fill .form-content .form-wrap-box.lg .ipt-group > select {
  font-size: 13px;
  line-height: 28px;
  height: 30px;
}
.register-container .register-wrap .register-box.fill .form-btn-wrap {
  margin-top: 12px;
  text-align: center;
}
.register-container .register-wrap .register-box.fill .form-btn-wrap .btn {
  display: inline-block;
  margin: 0 20px;
  width: 150px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background: #005192;
  border-radius: 4px;
  cursor: pointer;
}
.register-container .register-wrap .register-box.fill .form-btn-wrap .btn:hover {
  background: #006dc5;
}
.register-container .register-wrap .register-box.fill .form-btn-wrap .btn[type="reset"] {
  background: #999;
}
.register-container .register-wrap .register-box.fill .form-btn-wrap .btn[type="reset"]:hover {
  background: #b3b3b3;
}
/*endregion*/
/*region searchResult*/
.searchResult-poster {
  height: 250px;
  background: url("../images/banner-goodGrainAndOil.jpg") no-repeat center;
}
.searchResult {
  padding: 0 0 80px 0;
}
.searchResult-part {
  padding: 18px;
}
.searchResult-part span {
  font-size: 15px;
}
.searchResult-content {
  padding: 10px 0 20px 40px;
  border: solid 1px #dedede;
}
.searchResult-content-condition li {
  padding-top: 20px;
}
.searchResult-content-condition input {
  display: inline-block;
  border: solid 1px #dedede;
  padding: 0 10px;
}
.searchResult-content-condition span {
  font-size: 15px;
}
.searchResult-content-condition-title input {
  width: 450px;
  height: 30px;
}
.searchResult-content-condition-details input {
  width: 450px;
  height: 30px;
}
.searchResult-content-condition-date input {
  margin: 0 8px 0 8px;
  padding-right: 0;
  width: 220px;
  height: 30px;
}
.searchResult-content-condition-kind span {
  vertical-align: top;
}
.searchResult-content-condition-kind-option {
  display: inline-block;
  width: 1000px;
}
.searchResult-content-condition-kind-option label {
  display: inline-block;
  height: 30px;
  cursor: pointer;
}
.searchResult-content-condition-kind-option input {
  background: #cccccc;
  vertical-align: middle;
  border: #dedede solid 1px;
  border-radius: 3px;
  height: 10px;
  width: 10px;
}
.searchResult-content-condition-kind-option input:checked {
  background: #3190e8;
}
.searchResult-content-condition-kind-option span {
  vertical-align: middle;
  padding: 0 8px 0 8px;
  font-size: 13px;
}
.searchResult-content-condition-line input {
  margin: 0 8px 0 8px;
  width: 40px;
  height: 30px;
}
.searchResult-content-condition-btn {
  padding: 10px 0 10px 390px;
}
.searchResult-content-condition-btn input {
  width: 130px;
  height: 40px;
  border: solid 1px white;
  border-radius: 50px;
  background-color: #005fab;
  color: white;
  font-size: 16px;
  letter-spacing: 10px;
  text-indent: 10px;
  cursor: pointer;
}
.searchResult-content-condition-btn a {
  display: inline-block;
  width: 130px;
  height: 40px;
  margin-left: 40px;
  border: solid 1px white;
  border-radius: 50px;
  background-color: #7d7d7d;
  color: white;
  text-align: center;
  vertical-align: top;
  line-height: 40px;
  font-size: 16px;
  letter-spacing: 10px;
  text-indent: 10px;
}
.searchResult-content-result {
  width: 1080px;
}
.searchResult-content-result .list-box {
  margin-top: 40px;
  padding: 30px 0;
  min-height: 420px;
  max-height: 708px;
  overflow: hidden;
}
.searchResult-content-result .list-box .list-item {
  position: relative;
  display: block;
  padding: 8px 0;
  padding-right: 100px;
  line-height: 25px;
  border-bottom: dashed 1px #ddd;
}
.searchResult-content-result .list-box .list-item .text {
  display: block;
  line-height: inherit;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.searchResult-content-result .list-box .list-item .date {
  position: absolute;
  width: 100px;
  right: 0;
  top: 0;
  bottom: 0;
  line-height: 36px;
  font-size: 14px;
  text-align: right;
  color: #888;
}
.searchResult-content-result .list-box .list-item .date::before {
  content: '[';
  font-size: 14px;
  color: #888;
}
.searchResult-content-result .list-box .list-item .date::after {
  content: ']';
  font-size: 14px;
  color: #888;
}
.searchResult-content-result .list-box .list-item:hover .text {
  color: #005192;
}
.searchResult-content-result .list-box .list-item:hover .text::before {
  background: #005192;
}
.searchResult-content-result .list-box .list-item:hover .text .date {
  color: #005192;
}
/*endregion*/
/*# sourceMappingURL=Style.css.map */