@charset 'utf-8';
a {
  cursor: pointer;
}
a:hover {
  color: #FF4400 !important;
}
a.picBox {
  display: block;
}
body {
  overflow-y: scroll;
  font-family: 'SimSun';
}
/*通用调整*/
.layui-fluid {
  padding: 0;
  min-width: 1000px;
  max-width: 1920px;
}
.layui-container {
  width: 1000px;
  padding: 0;
}
.layui-btn-warm {
  color: #FD4500;
  background: #fff;
  border: 1px solid #FD4500;
  border-radius: 20px;
}
.layui-btn-warm:hover{
		background: #FD4500;
		color: #fff;
	}
.layui-laypage {
  padding: 20px 0;
}
.left {
  float: left !important;
}
.right {
  float: right !important;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-just {
  text-align: justify;
}
/*head样式*/
.head .head-msg {
  background: #eee;
  color: #666666;
  height: 30px;
  line-height: 30px;
}
.head .head-nav {
  height: 90px;
}
.head .head-nav .logo {
  padding-top: 20px;
}
.head .head-nav .logo img {
  height: 50px;
}
.head .head-nav .navList {
  float: left;
  padding-top: 27px;
  margin-right: 20px;
  position: relative;
}
.head .head-nav .navList .item {
  float: left;
}
.head .head-nav .navList .item > a {
  display: inline-block;
  position: relative;
  height: 36px;
  line-height: 36px;
  width: 80px;
  text-align: center;
}
.head .head-nav .navList .item > a:hover {
  text-decoration: none;
}
.head .head-nav .navList .item.active > a {
  color: #FF4400;
 
}
.head .head-nav .navList .childNavBox {
  position: absolute;
  display: none;
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 0.3em;
  padding: 20px;
  top: 63px;
  width: 100%;
  left: 0;
  min-height: 116px;
  border: 3px solid #fff;
  z-index: 10;
}
.head .head-nav .navList .childNavBox.pl0 {
  padding-left: 0;
}
.head .head-nav .navList .childNavBox.nav-bg1 {
  background: #fff url(../images/nav/img_cd_menu_06.png) right center no-repeat;
}
.head .head-nav .navList .childNavBox.nav-bg2 {
  background: #fff url(../images/nav/img_cd_menu_02.png) right center no-repeat;
}
.head .head-nav .navList .childNavBox.nav-bg3 {
  background: #fff url(../images/nav/img_cd_menu_03.png) right center no-repeat;
}
.head .head-nav .navList .childNavBox.nav-bg4 {
  background: #fff url(../images/nav/img_cd_menu_04.png) right center no-repeat;
}
.head .head-nav .navList .childNavBox.nav-bg5 {
  background: #fff url(../images/nav/img_cd_menu_05.png) right center no-repeat;
}
.head .head-nav .navList .childNavBox.nav-bg6 {
  background: #fff url(../images/nav/img_cd_menu_01.png) right center no-repeat;
}
.head .head-nav .navList .childNavBox .child-nav {
  width: 60%;
  overflow: hidden;
}
.head .head-nav .navList .childNavBox .child-nav a {
  float: left;
  overflow: hidden;
  width: 50%;
  border-left: 1px solid #e6e6e6;
  box-sizing: border-box;
  padding: 20px;
}
.head .head-nav .navList .childNavBox .child-nav a:first-child {
  border-left: 0;
}
.head .head-nav .navList .childNavBox .child-nav a:first-child.border {
  margin-left: 1px;
  border-right: 1px solid #e6e6e6 !important;
}
.head .head-nav .navList .childNavBox .child-nav a .line {
  float: left;
  height: 15px;
  width: 2px;
  border-radius: 2px;
  background: #FF4400;
}
.head .head-nav .navList .childNavBox .child-nav a .text {
  float: left;
  margin-left: 5px;
  line-height: 15px;
  font-size: 15px;
}
.head .head-nav .navList .childNavBox .child-navList {
  width: 60%;
  padding: 10px 0 0;
  border-bottom: 1px solid #e6e6e6;
}
.head .head-nav .navList .childNavBox .child-navList .title {
  overflow: hidden;
  padding-bottom: 10px;
}
.head .head-nav .navList .childNavBox .child-navList .title .more {
  float: right;
}
.head .head-nav .navList .childNavBox .child-navList .line {
  float: left;
  height: 15px;
  width: 2px;
  border-radius: 2px;
  background: #FF4400;
}
.head .head-nav .navList .childNavBox .child-navList .text {
  float: left;
  margin-left: 5px;
  line-height: 15px;
  font-size: 15px;
}
.head .head-nav .navList .childNavBox .child-navList .lastchild {
  overflow: hidden;
}
.head .head-nav .navList .childNavBox .child-navList .lastchild a {
  float: left;
  box-sizing: border-box;
  font-size: 13px;
  line-height: 15px;
  border-left: 1px solid #e6e6e6;
  padding: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #666666;
  width: 33.333%;
  margin-bottom: 10px;
}
.head .head-nav .navList .childNavBox .child-navList .lastchild a:first-child {
  border-left: 0;
}
.head .head-nav .navList .childNavBox .child-navList:hover .text {
  color: #FF4400;
}
.head .head-nav .login {
  float: left;
  padding-top: 30px;
}
.nav-tree {
  font-size: 13px;
  color: #999999;
  overflow: hidden;
  padding: 20px 0;
  line-height: 13px;
  border-top: 1px solid #e6e6e6;
}
.nav-tree i {
  float: left;
  color: #FF4400;
  font-size: 12px;
}
.nav-tree .line {
  float: left;
  height: 13px;
  width: 2px;
  border-radius: 2px;
  background: #FF4400;
}
.nav-tree a,
.nav-tree .text {
  margin: 0 5px;
  float: left;
}
.list-title {
  font-size: 18px;
  color: #FF4400;
  margin: 20px auto;
  overflow: hidden;
}
.list-title img,
.list-title span {
  float: left;
  margin-right: 5px;
}
.list-title img {
  height: 25px;
  margin-left: -3px;
}
.com-title {
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  border-bottom: 1px solid #e6e6e6;
}
.com-title span.line {
  float: left;
  margin-top: 15px;
  height: 20px;
  width: 4px;
  border-radius: 2px;
  margin-right: 5px;
  background: #FF4400;
}
.com-title span.text {
  float: left;
  font-size: 20px;
}
.com-title .more {
  float: right;
  overflow: hidden;
  margin-top: 13px;
  border: 1px solid #d6d6d6;
  font-size: 13px;
  line-height: 100%;
  box-sizing: border-box;
  padding: 5px 5px 5px 10px;
}
.com-title .more span {
  float: left;
}
.com-title .more:hover {
  color: #FF4400;
  border-color: #FF4400;
}
.com-title .more .iconfont {
  font-size: 11px;
  width: 14px;
  margin-left: 5px;
  float: left;
}
.com-table {
  margin: 10px auto;
  width: 100%;
  font-size: 13px;
}
.com-table th {
  border-right: 1px solid #ffffff;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  background: #eee;
  font-weight: 500;
  text-align: center;
  position: relative;
  min-width: 70px;
}
.com-table th.pr20 {
  padding-right: 20px;
}
.com-table th:first-child {
  text-align: left;
}
.com-table th span {
  vertical-align: middle;
}
.com-table th .sort {
  width: 10px;
  top: 12px;
  right: 10px;
  position: absolute;
  line-height: 60%;
}
.com-table th .sort .iconfont {
  float: left;
  -webkit-user-select: none;
          user-select: none;
  margin-bottom: 3px;
  cursor: pointer;
  font-size: 12px;
  color: #999999;
}
.com-table td {
  height: 50px;
  padding: 0 10px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-bottom: 1px dashed #e6e6e6;
}
.com-table td:first-child {
  text-align: left;
  max-width: 100px;
}
.com-table td .layui-btn-xs {
  height: 26px;
  padding: 0 15px;
}
.com-message {
  margin: 20px auto;
}
.com-message .msg-box {
  padding: 20px;
  background: #F7F1E4;
}
.com-message img {
  width: 100%;
}
.com-message .title {
  font-weight: 600;
}
.noneData {
  padding: 50px;
  text-align: center;
  color: #999999;
}
.article-modal p {
  margin-bottom: 10px;
}
.article-modal table {
  width: 100%;
}
.article-modal table td {
  border-bottom: 1px solid #e6e6e6;
}
.foot {
  background: #ECEEF0;
  font-size: 12px;
  color: #666666;
}
.foot .foot-up {
  padding: 20px 0;
  border-bottom: 1px solid #d6d6d6;
}
.foot .foot-up .foot-nav {
  margin-bottom: 20px;
  text-align: center;
  font-size: 14px;
}
.foot .foot-up .foot-nav a {
  display: inline-block;
  padding: 0 20px;
  line-height: 100%;
  border-left: 1px solid #d6d6d6;
}
.foot .foot-up .foot-nav a:first-child {
  border-left: 0;
}
.foot .foot-up .foot-msg {
  line-height: 20px;
}
.foot .foot-down {
  padding: 20px 0;
  line-height: 20px;
}
.foot .foot-down span {
  display: inline-block;
  margin: 0 20px;
}
.myPage {
  padding: 20px 0;
}
.myPage .page-box {
  display: inline-block;
}
.myPage .page-box span,
.myPage .page-box a {
  float: left;
  box-sizing: border-box;
  height: 30px;
  min-width: 38px;
  text-align: center;
  line-height: 30px;
  margin: 0 -1px 0 0;
  background-color: #fff;
  color: #333;
  padding: 0 10px;
  font-size: 12px;
  border: 1px solid #e2e2e2;
}
.myPage .page-box span.disabled,
.myPage .page-box a.disabled {
  color: #999999 !important;
  border-color: #eee;
  cursor: not-allowed !important;
}
.myPage .page-box span.page-cur,
.myPage .page-box a.page-cur {
  color: #ffffff;
  background: #FF4400;
  border-color: #FF4400 !important;
}
.myPage .page-box .page-count {
  border: 0;
  margin-right: 10px;
}
.myPage .page-box .page-skip {
  border: 0;
  margin-left: 10px;
}
.myPage .page-box .page-skip input {
  position: relative;
  width: 40px;
  margin-top: -2px;
  margin: 0 5px;
  padding: 0;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  border: 1px solid #e2e2e2;
  text-align: center;
}
.myPage .page-box .page-skip button {
  height: 30px;
  padding: 0 15px;
  background: #FF4400;
  color: #ffffff;
  margin-left: 15px;
  border: 1px solid #FF4400;
  cursor: pointer;
}
/*字体颜色*/
.orange {
  color: #FF4400 !important;
}
.red {
  color: #FF0000;
}
.green {
  color: #39b54a;
}
.c333 {
  color: #333333;
}
.c666 {
  color: #666666;
}
.c999 {
  color: #999999;
}
/*字体大小*/
.fs12 {
  font-size: 12px;
}
.fs13 {
  font-size: 13px;
}
.fs14 {
  font-size: 14px;
}
.fs15 {
  font-size: 15px;
}
.fs16 {
  font-size: 16px;
}
.fs18 {
  font-size: 18px;
}
.fs20 {
  font-size: 20px;
}
.fw600 {
  font-weight: 600;
}
.fw500 {
  font-weight: 500;
}

/* 2022-05-20改版 */
.head .head-nav .navList .item > a span{
		height: 36px;
		line-height: 36px;
		display: inline-block;
	}
	.head .head-nav .navList .item.active > a span{
		border-bottom: 3px solid #FD4500;
		font-weight: 600;
	}
	.login .layui-btn-warm{
		color: #FD4500;
		background: #fff;
		border: 1px solid #FD4500;
		width: 62px;
		font-weight: 600;
	}