@charset "UTF-8";

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
}

body {
  font-size: 14px;
  font-family: Microsoft YaHei, Arial, Helvetica Neue, Helvetica, PingFang SC,
    Source Han Sans CN, Open Sans, Myriad Pro, Myriad, San Francisco, Segoe UI,
    Verdana, Hiragino Sans GB, Wenquanyi Micro Hei, sans-serif !important;
  margin: 0;
  padding: 0;
  width: 100%;
  color: #666;
  background-color: #f6f6f6;
}

.new-main {
  padding-bottom: 60px;
}

.content-box,
.ct1180 {
  width: 1180px;
  margin: 0 auto;
}

.ct1200 {
  width: 1240px;
  margin: 0 auto;
}

html,
body {
  width: 100%;
  height: 100%;
}

a {
  text-decoration: none;
  outline: none;
  cursor: pointer;
  color: #333;
}

a:link,
a:visited {
  text-decoration: none;
}

input,
textarea,
select {
  outline: none;
  border: none;
  font-family: DroidSans, DroidSansFallback, Arial, "Microsoft YaHei";
}

.hide {
  display: none !important;
}

.clearfix:after {
  content: "";
  height: 0;
  line-height: 0;
  display: block;
  visibility: hidden;
  clear: both;
}

.clearfix {
  zoom: 1;
}

input:focus {
  outline: none;
}

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

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

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

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

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

button {
  border: none;
  padding: 0;
}

button:focus {
  outline: none;
  border: none;
}

textarea {
  border: none;
  margin-bottom: 0;
}

/*文字换行*/
.wordBreak {
  word-break: break-all;
}

/*文本超长省略*/
.dan {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
}


/*两行文本缩略*/
.shuang {
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.cp {
  cursor: pointer;
}

.mt-20 {
  margin-top: 20px;
}

.mt-80 {
  margin-top: 80px;
}

.bgc-fff {
  background-color: #fff;
}

/*替换swiper样式*/
.swiper-container:hover .swiper-button-prev,
.swiper-container:hover .swiper-button-next {
  display: block;
}

.swiper-container img {
  width: 100%;
  height: 100%;
}

.swiper-container .swiper-button-prev,
.swiper-container .swiper-button-next {
  width: 24px;
  height: 32px;
  display: none;
}

.swiper-container .swiper-button-prev {
  background-image: url("../images/arrow-left-icon.png");
}

.swiper-container .swiper-button-next {
  background-image: url("../images/arrow-right-icon.png");
}

.swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 18px !important;
  height: 6px !important;
  background: #fff !important;
  border-radius: 3px !important;
  opacity: 1 !important;
}

.swiper-container .swiper-pagination-bullet {
  width: 6px !important;
  height: 6px !important;
  background: #eeeeee !important;
  border-radius: 3px !important;
  opacity: 0.5 !important;
}

/* 修改页码条样式 */
.page {
  display: flex;
  justify-content: center;
  align-items: center;
}

.layui-laypage * {
  box-sizing: content-box;
}

.layui-laypage a,
.layui-laypage span {
  padding: 0 13px !important;
  height: 32px !important;
  line-height: 32px !important;
  margin: 0 4px !important;
  border-radius: 6px !important;
  display: inline-block;
  border: 1px solid #d9d9d9 !important;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
  background-color: #ff6226 !important;
  border-radius: 6px !important;
}

.layui-laypage a:hover {
  color: #ff6226 !important;
}

/*头部导航*/
.header {
  height: 60px;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.06);
}

.header .content-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.header-left {
  display: flex;
  align-items: center;
  height: 100%;
}

.header-left .logo {
  width: 150px;
  height: 40px;
}

.header-left .nav {
  padding: -1 25px;
}

.header-left .nav>ul {
  display: flex;
  align-items: center;
}

.header-left .nav>ul>li {
  position: relative;
}

.header-left .nav>ul>li:hover .title {
  color: #ff6226;
}

.header-left .nav>ul>li:hover .sub-nav {
  display: flex;
}

.header-left .nav>ul>li:hover .title.has-sub::after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid #ff6226;
  border-top: none;
}

.header-left .nav>ul>li>a {
  height: 60px;
  display: flex;
  align-items: center;
  padding: 0 25px;
}

.header-left .nav>ul>li>a .title {
  color: #333333;
  position: relative;
}

.header-left .nav>ul>li>a .title.has-sub::after {
  content: "";
  position: absolute;
  top: 8px;
  right: -14px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #333;
}

.header-left .nav>ul>li .sub-nav {
  position: absolute;
  bottom: -180px;
  left: 25px;
  width: 160px;
  height: 186px;
  background: white;
  border-radius: 2px;
  padding: 12px 16px;
  flex-wrap: wrap;
  justify-content: space-between;
  display: none;
  box-shadow: 0px -1px 2px 0px rgba(0, 0, 0, 0.06);
}

.header-left .nav>ul>li .sub-nav>a {
  color: #666;
  line-height: 24px;
  margin-bottom: 12px;
}

.header-left .nav>ul>li .sub-nav>a:hover {
  color: #ff6226;
}

.header-right {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}

.header-right input {
  width: 170px;
  height: 34px;
  border-radius: 17px;
  border: 1px solid #cccccc;
  padding: 0 36px 0 15px;
}

.header-right .search-icon {
  position: absolute;
  width: 24px;
  height: 24px;
  top: 18px;
  right: 10px;
  cursor: pointer;
  background: url("../images/search-icon.png") no-repeat center/cover;
}

/*广告标识*/
.adv-img {
  position: relative;
  width: 100%;
  height: 100%;
}

.adv-img::after {
  content: "广告";
  width: 29px;
  height: 13px;
  border-radius: 2px;
  border: 1px solid white;
  font-size: 10px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 6px;
  right: 6px;
  opacity: 0.7;
}

/*面包屑*/
.breadcrumb ul {
  display: flex;
  align-items: center;
}

.breadcrumb ul a {
  font-size: 12px;
  color: #999999;
  line-height: 22px;
  /*padding-right: 30px;*/
  position: relative;
}

/*.breadcrumb ul a::after {
  content: "/";
  font-size: 16px;
  color: #999;
  position: absolute;
  top: -4px;
  right: 12px;
}*/

.breadcrumb ul li:last-child a {
  color: #333;
}

.breadcrumb ul li:last-child a::after {
  content: "";
}

/*底部*/
.footer {
  background-color: #303133;
  color: rgba(255, 255, 255, 0.8);
  padding: 20px 0 30px;
}

.footer .roll-link {
  padding: 0 0 20px 0;
  border-bottom: 1px solid #fff;
}

.footer .roll-link .title {
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  margin-bottom: 15px;
  color: rgba(255, 255, 255, 0.8);
}

.footer .roll-link ul {
  display: flex;
  align-items: center;
}

.footer .roll-link ul a {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  padding-right: 40px;
}

.footer .roll-link ul a:hover {
  text-decoration: underline;
}

.footer .content {
  display: flex;
  padding: 20px 0;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
}

.footer .content .info {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-right: 200px;
}

.footer .content .info .waring {
  color: rgba(255, 255, 255, 0.8);
  line-height: 24px;
}

.footer .content .info .about ul {
  display: flex;
}

.footer .content .info .about ul li a {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  padding: 0 14px;
  border-right: 1px solid rgba(255, 255, 255, 0.8);
}

.footer .content .info .about ul li:first-child a {
  padding-left: 0;
}

.footer .content .info .about ul li:last-child a {
  border-right: none;
}

.footer .content .code {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.footer .content .code img {
  width: 120px;
  height: 120px;
  margin-bottom: 10px;
}

.footer .copyright {
  padding-top: 20px;
}

/*主广告图*/
.main-banner .swiper-container {
  width: 100%;
  height: 160px;
}

/*副轮播图*/
.sub-banner {
  /*display: flex;*/
}

.sub-banner .swiper-container {
  height: 310px;
  flex: 1;
  display: flex;
  justify-content: space-between;
}

/* .sub-banner .sub-banner-img {
  margin-left: 10px;
} */

.sub-banner .sub-banner-img .adv-img,
.sub-banner .sub-banner-img img {
  width: 230px;
  height: 150px;
}

.sub-banner .sub-banner-img .adv-img:first-child {
  margin-bottom: 10px;
}

/*普通banner*/
.normal-banner img {
  width: 100%;
}

/*主内容部分*/
.main-content {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

.main-content .main-left {
  width: 820px;
}

.main-content .main-right {
  flex: 1;
  margin-left: 20px;
  overflow: hidden;
}

/**文章列表*/
.article-box {
  /*快讯列表*/
}

.article-box.news-flash .list-item .content,
.article-box.news-flash .list-item .content-title h1 {
  margin-left: 0;
}

.article-box .article-head {
  display: flex;
  height: 48px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #eee;
}

.article-box .article-head-title {
  font-size: 16px;
  font-weight: 600;
  color: #ff6226;
  margin-left: 20px;
  position: relative;
}

.article-box .article-head-title::after {
  content: "";
  width: 2px;
  height: 16px;
  background: #ff6226;
  position: absolute;
  top: 4px;
  left: -20px;
}

.article-box .article-head-nav {
  height: 100%;
  display: flex;
  align-items: center;
}

.article-box .article-head-nav .nav-item {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 32px;
  font-size: 16px;
  color: #666666;
}

.article-box .article-head-nav .nav-item.active {
  color: #ff6226;
  border-bottom: 2px solid #ff6226;
  font-weight: 600;
}

.article-box .article-head-nav .nav-item.active a {
  color: #ff6226 !important;
}

.article-box .article-head-about {
  height: 100%;
  margin-right: 20px;
  display: flex;
  align-items: center;
}

.article-box .article-head-about a {
  height: 100%;
  display: flex;
  align-items: center;
  color: #333333;
  text-decoration: underline;
}

.article-box .list-item {
  margin-left: 20px;
  padding: 20px 20px 20px 0;
  height: 160px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #f6f6f6;
}

.article-box .list-item .img {
  width: 180px;
  height: 120px;
}

.article-box .list-item .img img {
  width: 100%;
  height: 100%;
}

.article-box .list-item .content {
  flex: 1;
  overflow: hidden;
  margin-left: 20px;
}

.article-box .list-item .content-title {
  display: flex;
  align-items: center;
}

.article-box .list-item .content-title .title-tag {
  /* width: 80px;*/
  height: 20px;
  border-radius: 2px;
  border: 1px solid #ff6226;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  padding: 5px;
  color: #ff6226;
}

.article-box .list-item .content-title .title-tag a {
  color: #ff6226;
}

.article-box .list-item .content-title h1 {
  margin-left: 4px;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  color: #333333;
  flex: 1;
  font-family: Microsoft YaHei, Arial, Helvetica Neue, Helvetica, PingFang SC,
    Source Han Sans CN, Open Sans, Myriad Pro, Myriad, San Francisco, Segoe UI,
    Verdana, Hiragino Sans GB, Wenquanyi Micro Hei, sans-serif;
}

.article-box .list-item .content-desc {
  height: 40px;
  color: #666666;
  margin: 10px 0 25px;
  letter-spacing: 0.5px;
  font-size: 14px;
  line-height: 20px;
  font-family: Microsoft YaHei, Arial, Helvetica Neue, Helvetica, PingFang SC,
    Source Han Sans CN, Open Sans, Myriad Pro, Myriad, San Francisco, Segoe UI,
    Verdana, Hiragino Sans GB, Wenquanyi Micro Hei, sans-serif;
}

.article-box .list-item .content-about {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.article-box .list-item .content-about .about-left {
  display: flex;
  align-items: center;
}

.article-box .list-item .content-about .about-left span {
  color: #999999;
  margin-right: 30px;
  font-size: 12px;
}

.article-box .list-item .content-about .about-right {
  display: flex;
  align-items: center;
}

.article-box .list-item .content-about .about-right span {
  color: #333333;
  margin-left: 20px;
  max-width: 85px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  display: block;
}

.article-box .list-item .content-about .about-right a:first-child span {
  margin-left: 0;
}

.article-box .page {
  padding: 20px 0;
}

/*关键词推荐*/
.aside-keywords {
  width: 100%;
}

.aside-keywords .head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 42px;
  padding: 0 10px 0 20px;
  position: relative;
  border-bottom: 1px solid #eee;
}

.aside-keywords .head .title {
  font-size: 16px;
  font-weight: 500;
  color: #333333;
}

.aside-keywords .head::after {
  content: "";
  width: 2px;
  height: 16px;
  background: #ff6226;
  position: absolute;
  top: 14px;
  left: 0px;
}

.aside-keywords .list {
  padding: 15px 20px 0 20px;
  display: flex;
  flex-wrap: wrap;
}

.aside-keywords .list a {
  background: #f6f6f6;
  border-radius: 2px;
  border: 1px solid #e5e5e5;
  padding: 4px 8px;
  margin-right: 10px;
  margin-bottom: 15px;
}

.main-left .aside-keywords .head {
  border-bottom: none;
  height: auto;
  padding: 20px 20px 0;
}

.main-left .aside-keywords .head .title {
  font-size: 16px;
  font-weight: 600;
  color: #ff6226;
  line-height: 24px;
}

.main-left .aside-keywords .head::after {
  display: none;
}

/*右侧推荐文章*/
.aside-article {
  width: 100%;
}

.aside-article .head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 42px;
  padding: 0 10px 0 20px;
  position: relative;
  border-bottom: 1px solid #eee;
}

.aside-article .head .title {
  font-size: 16px;
  font-weight: 500;
  color: #333333;
}

.aside-article .head .about {
  font-size: 12px;
  color: #666666;
  margin-right: 14px;
  position: relative;
}

.aside-article .head .about::after {
  content: ">";
  font-size: 12px;
  color: #666;
  font-family: simsun;
  position: absolute;
  font-weight: 700;
  top: 1px;
  right: -10px;
}

.aside-article .head::after {
  content: "";
  width: 2px;
  height: 16px;
  background: #ff6226;
  position: absolute;
  top: 14px;
  left: 0px;
}

.aside-article .list .item {
  padding: 10px 20px;
  display: block;
  border-bottom: 1px solid #eee;
}

.aside-article .list .item .title {
  color: #333333;
  line-height: 20px;
  margin-bottom: 5px;
}

.aside-article .list .item .date {
  font-size: 12px;
  color: #999999;
  line-height: 17px;
}


/* 简版布局 工具 */
.tool-item-s {
  display: flex;
  width: 295px;
  height: 88px;
  background: #FFFFFF;
  border-radius: 4px;
  padding: 20px;
  justify-content: space-between;
}

.tool-item-s .item-l {
  display: flex;
  align-items: center;
  flex:1;
  overflow: hidden;
}

.tool-item-s .item-l img {
  width: 48px;
  height: 48px;
  border-radius: 4px;
}

.tool-item-s .item-l .item-l-info {
  height: 100%;
  margin-left: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  overflow: hidden;
}

.tool-item-s .item-l .item-l-info .title {
  font-size: 14px;
  font-weight: 500;
  color: #333333;
}

.tool-item-s .item-r .num {
  font-size: 12px;
  color: #999999;
  margin-left: 6px;
}

.tool-star {
  display: flex;
  align-items: center;
}

.tool-star li>i {
  color: #fbab00;
  font-size: 12px;
  margin-right: 6px;
}

.tool-item-b {
  width: 295px;
  height: 323px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.8) 0%, #FFFFFF 100%);
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  margin-right: 20px;
  transition: all 0.4s;
}

.tool-item-b:hover {
  box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.08);
  transform: translateY(-4px);
}

.tool-item-b .head-img img {
  width: 100%;
  height: 100px;
}

.tool-item-b .info {
  position: relative;
  top: -12px;
  height: 230px;
}

.tool-item-b .info .ct{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.tool-item-b .info .bg{
  width: 100%;
  height: 180px;
  position: absolute;
  top: 10px;
  left: 0;
  filter: blur(24px);
  z-index: 1;
}

.tool-item-b .info .mask{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 8px;
  left: 0;
  background: linear-gradient(
180deg, rgba(255,255,255,.8) 0%, rgba(255,255,255,1) 10%);
  opacity: 0.8;
  z-index: 2;
}

.tool-item-b .info .logo {
  width: 72px;
  height: 72px;
  background: #E5E5E5;
  border-radius: 4px;
  border: 1px solid #FFFFFF;
}

.tool-item-b .info .title {
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  margin-top: 14px;
}

.tool-item-b .info .stars {
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.tool-item-b .info .people {
  font-size: 12px;
  color: #999999;
  margin-top: 6px;
}

.tool-item-b .info .desc {
  margin-top: 18px;
  font-size: 12px;
  color: #666;
}

.tool-item-m {
  width: 295px;
  height: 142px;
  background: #FFFFFF;
  border-radius: 4px;
  padding: 20px;
  display: inline-block;
}

.tool-item-m  .head{
  display: flex;
  align-items: center;
}

.tool-item-m  .head .logo{
  width: 48px;
height: 48px;
border-radius: 4px;
}

.tool-item-m  .head .info{
  flex: 1;
  margin-left: 10px;
  overflow: hidden;
}

.tool-item-m  .head .info .title{
font-weight: 500;
color: #333333;
}

.tool-item-m  .head .info .stars{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 12px;
}

.tool-item-m  .head .info  .nums{
  font-size: 12px;
}

.tool-item-m .desc{
font-size: 12px;
color: #666666;
margin-top: 14px;
}
/* 分类标题 */
.new-main>.title,
.new-main>div>.title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.new-main .title .title-left {
  display: flex;
}

.new-main .title .title-left .title-l {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  position: relative;
  padding-left: 30px;
}

.new-main .title .title-left .title-l::before,
.new-main .title .title-left .title-l::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background: #ffc5a0;
  top: 6px;
  left: 12px;
}

.new-main .title .title-left .title-l::after {
  width: 12px;
  height: 12px;
  left: 0;
  top: 14px;
}

.new-main .title .title-left .tips {
  color: #999;
  font-size: 12px;
  line-height: 33px;
  padding-left: 10px;
}

.new-main .title .title-right .more {
  width: 80px;
  height: 32px;
  background: #EEEEEE;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #EEEEEE;
}
/*导航*/
.nav-box {
  background-color: #fff;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.06);
}
.nav-box .nav {
  height: 70px;
  display: flex;
  font-size: 16px;
  color: #333;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.nav-box .nav .nav-l {
  display: flex;
  align-items: center;
  position: relative;
  height: 100%;
}
.nav-box .nav .nav-l .logo {
  margin-right: 40px;
}
.nav-box .nav .nav-l .logo img {
  width: 113px;
  vertical-align: middle;
}
.nav-box .nav .nav-l .nav-item {
  height: 70px;
  line-height: 70px;
  margin: 0;
  display: flex;
}
.nav-box .nav .nav-l .nav-item .nav-item-li {
  height: 70px;
  line-height: 70px;
  padding: 0 15px;
  cursor: pointer;
  color: #303133;
  font-size: 14px;
  font-weight: 400;
}
.nav-box .nav .nav-l .nav-item .nav-item-li.more {
  padding-right: 27px;
}
.nav-box .nav .nav-l .nav-item .nav-item-li .iconfont {
  position: absolute;
  transition: all 100ms;
  top: 0;
  right: -16px;
}
.nav-box .nav .nav-l .nav-item .nav-item-li .more-content {
  box-shadow: 0px -1px 2px 0px rgba(0, 0, 0, 0.06);
  visibility: hidden;
  position: absolute;
  z-index: 1000;
  top: 70px;
  left: 0;
  padding: 30px 0;
  display: flex;
  background-color: #fff;
}
.nav-box .nav .nav-l .nav-item .nav-item-li .more-content .more-content-item {
  background-color: #fff;
  width: 160px;
  height: 40px;
  line-height: 40px;
  border-radius: 4px;
  border: 1px solid #E5E5E5;
  color: #303133;
  font-size: 14px;
  margin-right: 20px;
  text-align: center;
}
.nav-box .nav .nav-l .nav-item .nav-item-li .more-content .more-content-item:nth-of-type(6n) {
  margin-right: 0;
}
.nav-box .nav .nav-l .nav-item .nav-item-li .more-content .more-content-item:hover {
  color: #fff;
}
.nav-box .nav .nav-l .nav-item .nav-item-li .more-content.data .more-content-item {
  max-width: 280px;
  flex-shrink: 0;
  width: auto;
  height: auto;
  border: none;
  border-right: 1px solid #F6F6F6;
  text-align: left;
  margin-right: 0;
  padding: 0 19px;
}
.nav-box .nav .nav-l .nav-item .nav-item-li .more-content.data .more-content-item:hover {
  background-color: #fff;
  color: #303133;
}
.nav-box .nav .nav-l .nav-item .nav-item-li .more-content.data .more-content-item:first-of-type {
  padding-left: 0;
}
.nav-box .nav .nav-l .nav-item .nav-item-li .more-content.data .more-content-item:last-of-type {
  border: none;
  padding-right: 0;
}
.nav-box .nav .nav-l .nav-item .nav-item-li .more-content.data .more-content-item:last-of-type .more-content-item-content .more-content-item-content-item {
  margin-right: 0;
  color: #303133;
}
.nav-box .nav .nav-l .nav-item .nav-item-li .more-content.data .more-content-item .more-content-item-title {
  color: #333;
  font-weight: bold;
  font-size: 16px;
}
.nav-box .nav .nav-l .nav-item .nav-item-li .more-content.data .more-content-item .more-content-item-content {
  display: flex;
  flex-wrap: wrap;
  max-width: 280px;
}
.nav-box .nav .nav-l .nav-item .nav-item-li .more-content.data .more-content-item .more-content-item-content .more-content-item-content-item {
  display: inline-block;
  width: 110px;
  height: 40px;
  line-height: 40px;
  border-radius: 4px;
  border: 1px solid #E5E5E5;
  text-align: center;
  margin-top: 10px;
  margin-right: 20px;
}
.nav-box .nav .nav-l .nav-item .nav-item-li .more-content.data .more-content-item .more-content-item-content .more-content-item-content-item:nth-of-type(2n) {
  margin-right: 0;
}
.nav-box .nav .nav-l .nav-item .nav-item-li .more-content.data .more-content-item .more-content-item-content .more-content-item-content-item:hover {
  color: #fff;
}
.nav-box .nav .nav-l .nav-item .nav-item-li .title {
  position: relative;
  color: #303133;
}
.nav-box .nav .nav-l .nav-item .nav-item-li .title::after {
  content: '';
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 12px;
  height: 3px;
  background-color: #fff;
  border-radius: 100px 100px 0px 0px;
}
.nav-box .nav .nav-l .nav-item .nav-item-li.more::before {
  content: '';
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  width: 12px;
  height: 3px;
  background-color: #fff;
  border-radius: 100px 100px 0px 0px;
}
.nav-box .nav .nav-l .nav-item .nav-item-li:hover a {
  color: #303133;
}
.nav-box .nav .nav-l .nav-item .nav-item-li:hover .more-content {
  visibility: visible;
}
.nav-box .nav .nav-l .nav-item .nav-item-li.active {
  color: #333333;
  font-weight: bold;
}
.nav-box .nav .nav-l .nav-menu {
  position: absolute;
  left: 0;
  top: 58px;
  width: 220px;
  height: 378px;
  background: rgba(216, 216, 216, 0.9);
}
.nav-box .nav .nav-l .nav-menu ul {
  width: 100%;
  height: 100%;
}
.nav-box .nav .nav-l .nav-menu ul li {
  height: 54px;
  line-height: 54px;
  padding-left: 20px;
  color: #333;
  cursor: pointer;
  position: relative;
}
.nav-box .nav .nav-l .nav-menu ul li::after {
  content: '>';
  position: absolute;
  color: #333;
  right: 20px;
  top: -2px;
  width: 5px;
  height: 8px;
  display: none;
}
.nav-box .nav .nav-l .nav-menu ul li:hover::after {
  display: block;
}
.nav-box .nav .nav-r {
  display: flex;
  height: 100%;
  align-items: center;
  position: relative;
}
.nav-box .nav .nav-r input {
  width: 200px;
  height: 36px;
  background: #F6F6F6;
  color: #333;
  font-size: 14px;
  border-radius: 18px;
  border-color: transparent;
  text-indent: 20px;
  border-width: 0;
}
.nav-box .nav .nav-r img {
  width: 24px;
  position: absolute;
  right: 12px;
  cursor: pointer;
}
/*copyright*/
.copyright {
  background-color: #282828;
  color: rgba(255, 255, 255, 0.65);
  font-size: 14px;
}
.copyright .link {
  cursor: pointer;
  color: #fff;
  opacity: 0.7;
}
.copyright .link:hover {
  opacity: 1;
}
.copyright .copyright-content-t {
  padding: 40px 0 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
}
.copyright .copyright-content-t .copyright-content-t-r {
  flex: 1;
}
.copyright .copyright-content-t span,
.copyright .copyright-content-t .link {
  display: inline-block;
  margin-right: 30px;
  margin-bottom: 10px;
}
.copyright .copyright-content-t .link:hover {
  color: #fff;
}
.copyright .copyright-content-b {
  padding: 30px 0 40px;
  display: flex;
}
.copyright .copyright-content-b .copyright-content-b-l {
  flex: 1;
}
.copyright .copyright-content-b .copyright-content-b-l .copyright-content-b-l-t {
  display: flex;
  height: 137px;
}
.copyright .copyright-content-b .copyright-content-b-l .copyright-content-b-l-t .copyright-content-b-l-t-l {
  width: 368px;
}
.copyright .copyright-content-b .copyright-content-b-l .copyright-content-b-l-t .copyright-content-b-l-t-l .copyright-content-b-l-t-l-t {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: bold;
}
.copyright .copyright-content-b .copyright-content-b-l .copyright-content-b-l-t .copyright-content-b-l-t-l .copyright-content-b-l-t-l-b span,
.copyright .copyright-content-b .copyright-content-b-l .copyright-content-b-l-t .copyright-content-b-l-t-l .copyright-content-b-l-t-l-b .link {
  display: inline-block;
  padding-top: 10px;
  margin-right: 40px;
}
.copyright .copyright-content-b .copyright-content-b-l .copyright-content-b-l-t .copyright-content-b-l-t-l .copyright-content-b-l-t-l-b .link:hover {
  color: #fff;
}
.copyright .copyright-content-b .copyright-content-b-l .copyright-content-b-l-t .copyright-content-b-l-t-r .copyright-content-b-l-t-r-t {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: bold;
}
.copyright .copyright-content-b .copyright-content-b-l .copyright-content-b-l-t .copyright-content-b-l-t-r .copyright-content-b-l-t-r-b .link {
  display: inline-block;
  opacity: 0.5;
  margin-right: 30px;
  padding-top: 10px;
}
.copyright .copyright-content-b .copyright-content-b-l .copyright-content-b-l-t .copyright-content-b-l-t-r .copyright-content-b-l-t-r-b .link img {
  height: 22px;
}
.copyright .copyright-content-b .copyright-content-b-l .copyright-content-b-l-t .copyright-content-b-l-t-r .copyright-content-b-l-t-r-b .link:hover {
  opacity: 1;
}
.copyright .copyright-content-b .copyright-content-b-r {
  width: 360px;
}
.copyright .copyright-content-b .copyright-content-b-r .copyright-content-b-r-t {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: bold;
}
.copyright .copyright-content-b .copyright-content-b-r .copyright-content-b-r-b {
  line-height: 25px;
  padding-top: 10px;
  text-align: justify;
}

.w {
  width: 1240px;
  margin: 0 auto;
}

.to-top {
  position: fixed;
  width: 40px;
  height: 40px;
  background: #FFFFFF;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.06), 0px 0px 2px 0px rgba(0, 0, 0, 0.06);
  border-radius: 2px;
  right: 40px;
  bottom: 40px;
  cursor: pointer;
  line-height: 40px;
  text-align: center;
  z-index: 99;
}