/***** 样式 *****/
/* 全局 */
html,
body {
  position: relative;
  min-height: 100%; /*overflow-x:hidden;*/
}
body {
  font: 14px/20px Microsoft Yahei;
  min-width: 1190px;
  word-wrap: break-word;
  word-break: break-all;
  color: #333;
  background: #fff;
}
article,
aside,
figure,
footer,
header,
menu,
section {
  display: block;
}
* {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}
img {
  border: none;
}
a {
  cursor: pointer;
  text-decoration: none;
  color: #333;
  outline: none;
  blr: expression(this.onFocus=this.blur());
}
a:active,
a:focus,
a:hover {
  color: #cd0000;
}
input,
textarea,
select,
button {
  outline: 0 none;
}
select,
button {
  cursor: pointer;
}
textarea {
  resize: none;
}
select,
button {
  cursor: pointer;
}
img {
  border: none;
}

/* 其它 */
.clearfix:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: ".";
}
.clearfix {
  zoom: 1;
}
.clear {
  font-size: 0;
  clear: both;
  overflow: hidden;
  height: 0;
}
.l {
  float: left;
}
.r {
  float: right;
}
.hidden {
  display: none !important;
}
.flex {
  display: flex;
}
.f-d-c {
  flex-direction: column;
}
.ai-center {
  align-items: center;
}
.jc-center {
  justify-content: center;
}
.jc-sb {
  justify-content: space-between;
}
.w1280 {
  width: 1280px;
}
.auto0 {
  margin: 0 auto;
}

.ellipsis {
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}


/* 滚动条 */
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
::-webkit-scrollbar-track {
  background: #f1f1f1;
}
::-webkit-scrollbar-track:hover {
  background: #eee;
}
::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #b9b9b9;
}
::-webkit-scrollbar-thumb:hover {
  background: #747474;
}

.font12 {
  font-size: 12px !important;
}

.header {
  align-items: center;
  justify-content: space-between;
  height: 134px;
  padding: 0 118px 0 114px;
  background: url("../images/header_bak.png") no-repeat 0 0 / cover;
}

.header .logo_title {
  align-items: center;
  height: 86px;
  font-size: 24px;
  color: #333;
  font-weight: bold;
}

.header .logo_title img {
  width: 108px;
  height: 108px;
  margin-right: 20px;
}

.search_login {
  align-items: center;
}

.header_search {
  align-items: center;
}

.header_search > span {
  font-size: 16px;
  color: #333;
}

.header_search .input_wrp {
  position: relative;
}

.header_search .input_wrp > input {
  width: 206px;
  height: 40px;
  font-size: 16px;
  padding: 0 36px 0 24px;
  margin-left: 20px;
  background-color: transparent;
  border: 1px solid #666;
  border-radius: 4px;
}

.header_search .input_wrp > img {
  position: absolute;
  top: 10px;
  right: 9px;
  width: 22px;
  height: 22px;
  cursor: pointer;
}

.header_login {
  align-items: center;
  margin-left: 75px;
}

.header_login .login {
  font-size: 14px;
  color: #fff;
}

.header_login .register {
  width: 76px;
  height: 34px;
  line-height: 34px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  border-radius: 17px;
  margin-left: 20px;
  background-color: #7f3d27;
}

.header_info_box {
  position: relative;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  cursor: pointer;
}

.header_info_box:hover .arrow_bot {
  transform: rotate(180deg);
}

.arrow_bot {
  width: 16px;
  height: 16px;
  margin-left: 6px;
  background: url("../images/arrow_bot.png") no-repeat 0 0 / 100%;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.header_info_box ul {
  position: absolute;
  left: 10px;
  top: 16px;
  border: 1px solid #eaeaea;
  padding: 4px 0;
  background-color: #fff;
}

.header_info_box ul li a {
  display: block;
  line-height: 26px;
  padding: 0 10px;
}

.header_info_box ul li a:hover {
  background-color: #eaeaea;
}

.navigation {
  justify-content: center;
  align-items: center;
  height: 60px;
  background-color: #7f3d27;
}

.navigation > a {
  font-size: 20px;
  color: #fff;
  margin-right: 60px;
}

.navigation a.active,
.navigation a:hover {
  color: #fff;
  font-weight: bold;
}

.navigation a:last-child {
  margin-right: 0;
}

.navigation .nav_er {
  position: relative;
  height: 60px;
  line-height: 60px;
  cursor: pointer;
}

.navigation .nav_er.active, .navigation .nav_er:hover {
  color: #fff;
  font-weight: bold;
}

.navigation .nav_er > span {
  font-size: 20px;
  color: #fff;
  margin-right: 60px;
}

.navigation .nav_er .nav_er_link {
  display: none;
  position: absolute;
  top: 60px;
  left: -30px;
  width: 100%;
  background-color: #7f3d27;
  z-index: 99;
}

.navigation .nav_er .nav_er_link a {
  display: block;
  font-size: 18px;
  color: #fff;
  padding: 0 12px;
  background-color: #7f3d27;
  transition: all .3s;
  -webkit-transition: all .3s;
}

.navigation .nav_er .nav_er_link a.active, .navigation .nav_er .nav_er_link a:hover {
  background-color: #E37954;
}


/* footer */
.footer {
  align-items: center;
  height: 252px;
}

.footer_box {
  justify-content: space-between;
}

.footer .logo_info {
  margin-left: 186px;
}

.footer .logo_info .logo {
  width: 140px;
  height: 96px;
  font-size: 36px;
  color: #fff;
  font-weight: bold;
  line-height: 50px;
  text-align: center;
  padding: 20px 0 22px;
  background-color: #7f3d27;
}

.footer .com_info {
  flex-direction: column;
  justify-content: center;
  font-size: 14px;
  line-height: 14px;
  color: #444;
  height: 140px;
  margin-left: 30px;
}

.footer .com_info p {
  margin-bottom: 16px;
}

.footer .com_info p.com_info_name {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 22px;
}

.footer .com_info p:last-child {
  margin-bottom: 0;
}

.footer .footer_ewm {
  flex-direction: column;
  width: 112px;
  font-size: 14px;
  color: #444;
  text-align: center;
  margin-right: 186px;
}

.footer .footer_ewm img {
  width: 112px;
  height: 112px;
  margin-bottom: 16px;
}

/* 登录&&注册弹窗 */
.layer_login {
  border-radius: 20px !important;
}

.layui-layer-page .layui-layer-content {
  overflow: hidden !important;
}

.login_box {
  position: relative;
}

.login_box_wrp {
}

.login_box .login_box_wrp_left {
  width: 640px;
  height: 656px;
  background: url("../images/login_bak.png") no-repeat 0 0 / 100%;
}

.login_box .login_box_wrp_left {
  align-items: center;
}

.login_box_wrp_form {
  flex-direction: column;
  align-items: center;
  width: 640px;
  height: 656px;
}

.login_box_wrp_form .login_tit {
  font-size: 24px;
  line-height: 24px;
  font-weight: bold;
  color: #333;
  margin: 70px 0;
}

.login_box_wrp_form .input_wrp {
  width: 400px;
  height: 62px;
  background-color: #f7e8e4;
  border-radius: 6px;
  margin-bottom: 24px;
}

.login_box_wrp_form .input_wrp:last-child {
  margin-bottom: 0;
}

.login_box_wrp_form .input_wrp input {
  width: 272px;
  height: 62px;
  line-height: 62px;
  font-size: 16px;
  text-align: center;
  padding: 0 64px 0 64px;
  background-color: transparent;
  border: 0 none;
  border-radius: 6px;
}

.login_box_wrp_form .phone_input {
  background: #f7e8e4 url("../images/phone_ico.png") no-repeat 29px 16px / 30px;
}

.login_box_wrp_form .pass_input {
  background: #f7e8e4 url("../images/pass_ico.png") no-repeat 29px 16px / 30px;
}

.login_box_wrp_form .yzm_input {
  position: relative;
  background: #f7e8e4 url("../images/yzm_ico.png") no-repeat 29px 16px / 30px;
}

.login_box_wrp_form .yzm_input a {
  position: absolute;
  top: 1px;
  right: 0;
  width: 130px;
  height: 60px;
  line-height: 60px;
  font-size: 18px;
  color: #592b1b;
  text-align: center;
  background-color: #fff;
}

.login_box_wrp_form .login_opt {
  justify-content: space-between;
  width: 360px;
  margin: 14px 0 0 0;
}

.login_box_wrp_form .register_opt {
  justify-content: center;
}

.login_box_wrp_form .login_opt .login_wjmm {
  font-size: 14px;
  color: #592b1b;
  text-decoration: underline;
}

.login_box_wrp_form .login_opt .login_qzc {
  color: #333;
}

.login_box_wrp_form .login_opt .login_qzc i {
  font-style: normal;
  text-decoration: underline;
  color: #592b1b;
}

.login_box_wrp_form .login_btn {
  width: 400px;
  height: 62px;
  margin-top: 148px;
}

.login_box_wrp_form .register_btn {
  margin-top: 90px;
}

.login_box_wrp_form .login_btn a {
  display: block;
  width: 400px;
  height: 62px;
  font-size: 22px;
  line-height: 62px;
  color: #fff;
  text-align: center;
  background-color: #592b1b;
  border-radius: 6px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.login_box_wrp_form .login_btn a:hover {
  opacity: 0.7;
}

.login_box .close_btn {
  position: absolute;
  top: 26px;
  right: 26px;
  width: 30px;
  height: 30px;
  background: url("../images/close_ico.png") no-repeat 0 0 / 100%;
  cursor: pointer;
}

.lock_ico {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 3px -3px 0;
  background: url("../images/lock_ico.png") no-repeat 0 0 / 100%;
}

/* 分页样式 */
.pager {
  max-width: 800px;
  text-align: center;
  display: inline-block;
}
.pager a {
  cursor: pointer;
}
.pager a,
.pager span {
  width: 29px;
  height: 28px;
  border: 1px #cccccc solid;
  margin-left: -1px;
  color: #8a8a8a;
  display: inline-block;
  line-height: 28px;
  float: left;
  font-size: 12px;
  text-decoration: none;
  margin: 0 2px;
}
.pager a:hover,
.pager span:hover {
  border-color: #7f3d27;
  color: #7f3d27;
  position: relative;
  z-index: 1;
}
.pager span.current {
  background-color: #7f3d27;
  color: #fff;
  border-color: #7f3d27;
  position: relative;
  z-index: 1;
}
.pager .pg-first,
.pager .pg-prev,
.pager .pg-next,
.pager .pg-last {
  background: url(../images/page_bg.jpg) 0 0 no-repeat;
}
.pager .pg-first:hover,
.pager .pg-prev:hover,
.pager .pg-next:hover,
.pager .pg-last:hover {
  background: url(../images/page_bg_hover.jpg) 0 0 no-repeat;
}
.pager .pg-prev,
.pager .pg-prev:hover {
  background-position: 0 -28px;
}
.pager .pg-next,
.pager .pg-next:hover {
  background-position: -29px -28px;
}
.pager .pg-last,
.pager .pg-last:hover {
  background-position: -29px 0;
}
.pager .pg-prev[disabled="true"],
.pager .pg-prev[disabled="true"]:hover {
  cursor: default;
  background-image: url(../images/page_bg.jpg);
}
.pager .pg-next[disabled="true"],
.pager .pg-next[disabled="true"]:hover {
  cursor: default;
  background-image: url(../images/page_bg.jpg);
}
.pager .pg-prev[disabled="true"],
.pager .pg-next[disabled="true"] {
  border-color: #eeeeee;
}
.pager span.els {
  border-color: transparent;
}

.pagerHtmlWrap {
  width: 800px;
  margin: 30px auto;
}
.pagerHtmlWrap .cc_cells {
  width: 100%;
  height: 35px;
  padding: 5px 0;
  border-bottom: 1px #cccccc solid;
}
.pagerHtmlWrap .cc_cells a {
  color: #454545;
  font-size: 14px;
  line-height: 35px;
  text-decoration: none;
}
.pagerHtmlWrap .cc_cells a span {
  display: inline-block;
  width: 25%;
  text-align: left;
  margin: 0;
}

.highcharts-credits,
.highcharts-exporting-group {
  display: none !important;
}
