html,
body {
  padding: 0;
  margin: 0;
  font-family: Microsoft YaHei;
}
body {
  background-color: white;
  position: relative;
}
div {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% 100%;
}
.head {
  text-align: center;
}
.head .bg {
  width: 100%;
  height: 290px;
  background-image: url('../assets/head-bg.png');
  position: relative;
}
.head .bg .tip {
  position: absolute;
  left: 35px;
  bottom: 50px;
  width: 520px;
  height: 118px;
  background-image: url('../assets/head-tip.png');
}
.head .links .m {
  display: list-item;
  text-align: -webkit-match-parent;
  unicode-bidi: isolate;
  width: 170px;
  height: 50px;
  float: left;
  position: relative;
}
.head .links .m .sub {
  width: 170px;
  min-height: 50px;
  background: #fff;
  position: absolute;
  top: 50px;
  left: -20px;
  text-align: left;
  z-index: 999;
}
.head .links .m .sub li {
  display: inline-block;
  text-align: center;
  width: 170px;
}
.head .links li:hover .sub {
  display: block !important;
}
.head .nav {
  background-color: #1C7CE4;
  /* height: 50px; */
  height: 76px;
  /* padding: 13px 0; */
  line-height: 50px;
  margin: auto;
  width: 100%;
  min-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.head .nav .level1-ul {
  list-style: none;
  /* 去掉列表项前的圆点 */
  padding: 0;
  margin: 0;
  display: inline-block;
  min-width: 1200px;
}
.head .nav .level1-ul .m {
  float: left;
  position: relative;
  /*margin-right: 0.9%;*/
  width: 171px;
  text-align: center;
  padding: 13px 0;
}
.head .nav .level1-ul .m a {
  display: block;
  height: 50px;
  font-family: MicrosoftYaHei;
  line-height: 50px;
  text-align: center;
  font-style: normal;
  font-size: /*16px*/20px;
  color: white;
  text-decoration: none;
}
.head .nav .level1-ul .m:hover a {
  color: white;
}
.head .nav .level1-ul .m:hover .sub a {
  background: white;
  color: black;
  height: auto;
  background: #1C7CE4;
  color: white;
}
.head .nav .level1-ul .sub {
  display: none;
  width: 100%;
  /*width: 170px;*/
  min-height: 50px;
  position: absolute;
  /*top: 50px;*/
  top:76px;
  /*left: -20px;*/
  text-align: left;
  z-index: 999;
}
.head .nav .level1-ul .sub a {
  /*display: inline-block;*/
  display: block;
  /*width: 100px;*/
  /*line-height: 50px;*/
  line-height: 28px;
  padding: 11px 8px;
  background: #1C7CE4;
  color: white;
  margin: 0 auto;
  border-bottom: 1px dashed #CACACA;
  /* font-size: 16px; */
  font-size: 18px;
}
.head .nav .level1-ul li:hover .sub {
  display: block !important;
}
.banner .bannerSwiper {
  position: relative;
}
.banner .bannerSwiper .bannerImg {
  width: 100%;
  background-image: url('../assets/banner-text.png');
}
.banner .bannerSwiper .banner-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ad img {
  display: block;
  /* 确保图片是块级元素 */
  height: auto;
  width: 100%;
}
.ad2 {
  width: 320px;
  position: fixed;
  bottom: -200px;
  z-index: 10;
  opacity: 0;
  transition: all 2s ease-out;
}
.ad2 .adShow {
  width: 100%;
  position: relative;
}
.ad2 .adShow .closeBtn {
  position: absolute;
  right: -5px;
  top: -5px;
  cursor: pointer;
}
.ad2-show {
  bottom: 20px;
  opacity: 1;
}
.wxShare {
  position: fixed;
  right: 30px;
  top: 180px;
  z-index: 2;
}
.wxShare .nav .navItem {
  cursor: pointer;
  text-align: left;
  padding: 15px;
  background: #F1F1F1;
  border-radius: 4px;
  border: 1px solid #E3E3E3;
  position: relative;
  box-sizing: border-box;
  width: 160px;
}
.wxShare .nav .navItem a {
  color: #1C7CE4;
  position: absolute;
  display: block;
  height: 60px;
  line-height: 60px;
  top: 0;
  width: 100%;
  left: 0;
  box-sizing: border-box;
  padding-left: 52px;
}
.wxShare .nav .zj {
  margin-top: 5px;
  margin-bottom: 5px;
}
.wxShare .wx,
.wxShare .top {
  cursor: pointer;
  text-align: center;
  padding: 15px;
  background: #F1F1F1;
  border-radius: 4px;
  border: 1px solid #E3E3E3;
}
.wxShare .wx img,
.wxShare .top img {
  margin-bottom: 5px;
}
.wxShare .top {
  margin-top: 5px;
}
.wx:hover + .wxShare-big {
  display: block;
}
.wxShare-big {
  position: fixed;
  display: none;
  right: 30px;
  top: 500px;
  z-index: 2;
}
.wxShare-big .wx,
.wxShare-big .top {
  cursor: pointer;
  text-align: center;
  padding: 15px;
  background: #F1F1F1;
  border-radius: 4px;
  border: 1px solid #E3E3E3;
}
.wxShare-big .wx .tip,
.wxShare-big .top .tip {
  font-weight: 600;
  font-size: 18px;
  color: #1258A4;
}
.wxShare-big .wx img,
.wxShare-big .top img {
  margin-bottom: 5px;
}
.wxShare-big .top {
  margin-top: 5px;
}
.content {
  text-align: center;
  width: 1200px;
  margin-bottom: 90px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.content .part1 .title,
.content .part1 a {
  font-weight: 600;
  font-size: 40px;
  color: #1C7CE4;
  margin-top: 45px;
}
.content .part1 .desc {
  font-weight: 400;
  font-size: 16px;
  color: #454545;
  margin-top: 12px;
}
.content .part2 {
  margin-top: 40px;
  width: 100%;
  display: inline-block;
  overflow: hidden;
  height: 415px;
}
.content .part2 .articleSwiper {
  width: 55%;
  float: left;
  margin-right: 30px;
  position: relative;
}
.content .part2 .articleSwiper .title {
  text-align: left;
  position: absolute;
  bottom: 0px;
  width: 100%;
  color: white;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  z-index: 2;
  background-color: black;
  opacity: 0.5;
  height: 50px;
  line-height: 50px;
  padding-left: 25px;
  box-sizing: border-box;
}
.content .part2 .articleSwiper .swiper-pagination-bullets {
  text-align: right;
  padding-right: 20px;
  width: 98%;
}
.content .part2 .articleSwiper .swiper-pagination-bullet {
  width: 29px;
  height: 29px;
  text-align: center;
  line-height: 29px;
  font-size: 12px;
  color: #fff;
  opacity: 1;
  background: rgba(0, 0, 0, 0.2);
}
.content .part2 .articleSwiper .swiper-pagination-bullet-active {
  color: #fff;
  background: #007aff;
}
.content .part2 .xwzx {
  overflow: hidden;
  position: relative;
  height: 100%;
}
.content .part2 .xwzx .nav {
  display: table;
  width: 100%;
  line-height: 35px;
  margin-bottom: 10px;
}
.content .part2 .xwzx .nav .title {
  font-weight: 600;
  font-size: 26px;
  color: #1C7CE4;
  float: left;
}
.content .part2 .xwzx .nav .more {
  float: right;
  font-weight: 400;
  font-size: 16px;
  color: #2B2B2B;
}
.content .part2 .xwzx .firstAt {
  text-align: left;
  margin-bottom: 35px;
}
.content .part2 .xwzx .firstAt .title {
  font-weight: 600;
  font-size: 22px;
  color: #161616;
  margin-top: 25px;
  display: inline-block;
}
.content .part2 .xwzx .firstAt .desc {
  font-weight: 400;
  font-size: 14px;
  color: #6C6C6C;
  margin-top: 12px;
}
.content .part2 .xwzx .articleList {
  position: absolute;
  bottom: 0px;
  text-align: left;
  height: auto;
  width: 100%;
}
.content .part2 .xwzx .articleList .item {
  font-weight: 400;
  font-size: 16px;
  color: #161616;
  margin-top: 20px;
  height: 22px;
  line-height: 22px;
}
.content .part3 {
  display: table;
  width: 100%;
}
.content .part3 .layui-tab-content {
  width: 100%;
  display: inline-block;
  vertical-align: top;
}
.content .part3 .layui-tab-content .article1,
.content .part3 .layui-tab-content .article2 {
  width: 40%;
  text-align: left;
  float: left;
}
.content .part3 .layui-tab-content .article1 .item,
.content .part3 .layui-tab-content .article2 .item {
  font-size: 16px;
  margin-top: 20px;
  height: 22px;
  line-height: 22px;
}
.content .part3 .nav {
  display: table-cell;
  width: 20%;
  float: left;
  margin-top: 20px !important;
}
.content .part3 .nav .navItem {
  width: 95%;
  height: 90px;
  line-height: 90px;
  background: #F6F9FA;
  border: 1px solid #D8E0E7;
  font-weight: 400;
  font-size: 18px;
  color: #1C7CE4;
  text-align: left;
  box-sizing: border-box;
  padding-left: 30px;
  float: right;
}
.content .part3 .nav .navItem a {
  color: #1C7CE4;
}
.content .part3 .nav .zj {
  margin-top: 15px;
}
.content .part3 .specMore {
  float: left !important;
}
.content .part3 .xxgk {
  float: left;
  width: 49%;
}
.content .part3 .item {
  font-size: 16px;
  margin-top: 20px;
  height: 22px;
  line-height: 22px;
}
.content .part3 .jczl {
  float: right;
  width: 49%;
}
.content .part4 {
  text-align: left;
}
.content .part4 .hyxh {
  float: left;
  width: 49%;
}
.content .part4 .hyxh .item {
  font-size: 16px;
  margin-top: 20px;
  height: 22px;
  line-height: 22px;
}
.content .part4 .lqsx {
  float: right;
  width: 49%;
}
.content .part4 .lqsx .articleList {
  margin-top: 25px;
}
.content .part4 .lqsx .articleList .item {
  float: left;
  width: 48%;
}
.content .part4 .lqsx .articleList .item img {
  width: 100%;
  height: 173px;
}
.content .part4 .lqsx .articleList .item .title {
  font-weight: 400;
  font-size: 16px;
  color: #161616;
  margin: 12px 0px 5px 0px;
}
.content .part4 .lqsx .articleList .item .time {
  font-weight: 400;
  font-size: 13px;
  color: #B5B5B5;
}
.content .part4 .lqsx .articleList .right {
  float: right;
}
.content .part6 {
  text-align: left;
  display: inline-block;
  width: 100%;
}
.content .part6 .sgrc {
  float: left;
  width: 49%;
}
.content .part6 .sgrc .articleList {
  margin-top: 25px;
}
.content .part6 .sgrc .articleList .firstAt {
  display: inline-block;
}
.content .part6 .sgrc .articleList .firstAt img {
  width: 218px;
  height: 135px;
  float: left;
  margin-right: 18px;
}
.content .part6 .sgrc .articleList .firstAt .info .title {
  font-weight: 600;
  font-size: 20px;
  color: #161616;
  margin-bottom: 15px;
  height: 3em;
  /* 两行文本的高度，具体高度视字体大小而定 */
  line-height: 1.5em;
  /* 行高 */
  overflow: hidden;
  /* 隐藏超出部分 */
  line-clamp: 2;
  text-overflow: ellipsis;
  /* 在超出部分用省略号表示 */
}
.content .part6 .sgrc .articleList .firstAt .info .desc {
  font-weight: 400;
  font-size: 14px;
  color: #6C6C6C;
}
.content .part6 .sgrc .articleList .item {
  margin-top: 20px;
}
.content .part6 .sgrc .articleList .item .title {
  font-weight: 600;
  font-size: 16px;
  color: #161616;
  margin-bottom: 8px;
}
.content .part6 .sgrc .articleList .item .desc {
  font-weight: 400;
  font-size: 14px;
  color: #6C6C6C;
}
.content .part6 .djgz {
  float: right;
  width: 49%;
}
.content .part6 .djgz .articleList {
  margin-top: 5px;
}
.content .part6 .djgz .articleList .item {
  line-height: 62px;
  height: 62px;
  font-size: 16px;
}
.content .nav {
  font-weight: 600;
  font-size: 26px;
  color: #1C7CE4;
  margin-top: 40px;
}
.foot {
  padding-top: 45px;
  padding-bottom: 70px;
  background: #F3F3F3;
}
.foot .footConent {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.foot .footConent .linkArea {
  height: 40px;
}
.foot .footConent .linkArea .singleSel {
  background: white;
  height: 23px;
  line-height: 23px;
  width: 246px;
  cursor: pointer;
}
.foot .footConent .linkArea .singleSel a {
  width: 100%;
  height: 100%;
  display: block;
}
.foot .footConent .dropdown {
  padding: 8px;
  border: 1px solid #ccc;
  font-size: 16px;
  width: 22%;
  margin-right: 4%;
  float: left;
}
.foot .footConent .layui-btn {
  background-color: white;
  color: black;
  border: 1px solid #DFDFDF;
  width: 22%;
  margin-right: 4%;
  padding: 0px;
  margin-left: 0px;
  float: left;
}
.foot .footConent .foot_links .link_tip {
  float: left;
  font-size: 16px;
}
.foot .footConent .foot_links a {
  font-size: 16px;
  width: 22%;
  float: left;
  text-align: center;
}
.foot .footConent .lastOption {
  margin-right: 0px;
}
.foot .footConent .line {
  float: left;
  margin: 40px 0px;
}
.foot .footConent .copyRight {
  position: relative;
}
.foot .footConent .copyRight .left .dept {
  font-weight: 600;
  font-size: 16px;
  color: #4E4E4E;
}
.foot .footConent .copyRight .left .detail {
  margin-top: 10px;
  font-weight: 400;
  font-size: 16px;
  color: #4E4E4E;
}
.foot .footConent .copyRight .left .detail div {
  margin-top: 10px;
}
.foot .footConent .copyRight .right {
  position: absolute;
  right: 0px;
  top: -20px;
}
.foot .footConent .copyRight .right img {
  width: 96px;
  height: 96px;
}
.line {
  height: 1px;
  width: 100%;
  background: #E9E9E9;
}
.tabnav {
  border-bottom: 1px solid #E9E9E9;
  line-height: 50px;
  height: 50px;
}
.tabnav .layui-tab-title {
  border: none;
  float: left;
}
.tabnav .layui-tab-title .layui-this {
  font-weight: 600 !important;
  font-size: 26px !important;
  color: #1C7CE4 !important;
  height: 50px;
}
.tabnav .layui-tab-title .layui-this::after {
  border: none;
  border-bottom: 3px solid #1C7CE4 !important;
  line-height: 50px;
  height: 50px;
}
.tabnav .layui-tab-title li {
  font-weight: 400;
  font-size: 22px;
  color: #696969;
}
.tabnav .more {
  float: right;
}
.layui-tab-content {
  padding: 0px !important;
}
.ellipsis {
  display: inline-block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.searchForm {
  width: 350px;
  height: 42px;
  border: 4px solid #fff;
  border-radius: 50px;
  background-color: #fff;
  float: right;
  position: absolute;
  right: 35px;
  top: 30px;
}
.searchInput {
  padding: 10px;
  width: 240px;
  height: 22px;
  background: 0 0;
  border: none;
}
.searchSubmit {
  width: 90px;
  height: 42px;
  background: #1a83f4 url('../assets/search.png') no-repeat center;
  border-radius: 50px;
  float: right;
  border: none;
}
