html,
body {
  width: 100%;
  min-height: 100%;
  font-size: 14px;
  color: #404040;
  min-width: 1366px;
  overflow-x: auto;
}
p,
li,
ul,
ol,
html,
body,
dl,
dd,
dt,
h1,
h2,
h3,
h4,
h5 {
  padding: 0;
  margin: 0;
}
ul,
li,
ol {
  list-style: none;
}
* {
  box-sizing: border-box;
  font-family: "PingFang SC", "Lantinghei SC", "Microsoft YaHei", "HanHei SC", "Helvetica Neue", "Open Sans", Arial, "Hiragino Sans GB", "STHeiti", "WenQuanYi Micro Hei", SimSun, sans-serif;
}
*:focus {
  outline: none;
}
.clearfloat {
  zoom: 1;
}
.clearfloat:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
a {
  text-decoration: none;
}
header {
  color: #666;
  background: #fff;
  position: relative;
  z-index: 99;
}
header.fixed {
  width: 100%;
  position: fixed;
  top: 0;
}
header > div {
  width: 1180px;
  margin: 0 auto;
  zoom: 1;
}
header > div:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
header > div .logo {
  float: left;
  overflow: hidden;
}
header > div .logo:hover {
  cursor: pointer;
}
header > div .logo img {
  float: left;
}
header > div .logo .logo1 {
  padding-top: 22px;
  width: 47px;
  position: relative;
  z-index: 2;
}
header > div .logo .logo2 {
  padding-top: 22px;
  width: 149px;
  margin-left: 6px;
  position: relative;
  left: 0;
  z-index: 1;
  transition: left 0.6s;
}
header > div .logo .logo2.scroll {
  left: -160px;
}
header > div ul {
  float: right;
  margin-bottom: 0;
  /*为避免分页样式影响*/
}
header > div ul > li {
  float: left;
  padding: 32px 25px;
  position: relative;
}
header > div ul > li > a {
  color: #666666;
  font-size: 14px;
  line-height: 19px;
}
header > div ul > li > a:hover {
  cursor: pointer;
  text-decoration: none;
  /*为避免分页样式影响*/
}
header > div ul > li em {
  position: absolute;
  width: 30px;
  height: 2px;
  background: #fff;
  bottom: 0;
  left: 50%;
  margin-left: -15px;
  transition: background 0.3s;
}
header > div ul > li ol {
  display: none;
  position: absolute;
  left: 0;
  height: 60px;
  bottom: -60px;
  background: #4D4A4F;
  zoom: 1;
  width: 1000px;
}
header > div ul > li ol:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
header > div ul > li ol a {
  color: #D0CED6;
}
header > div ul > li ol a:hover {
  color: #D0CED6;
  /*避免分页样式影响*/
  text-decoration: none;
  /*避免分页样式影响*/
}
header > div ul > li ol li {
  padding: 20px 25px;
  float: left;
}
header > div ul > li.act > a {
  color: #3662AD;
}
header > div ul > li.act em {
  background: #3662AD;
}
header > div ul > li:hover > a {
  transition: color 0.3s;
  color: #3662AD;
}
header > div ul > li:hover em {
  background: #3662AD;
}
header > div ul > li:hover ol {
  display: block;
}
/****非首页banner样式****/
.sec-banner {
  min-height: 220px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  display: flex;
  align-items: center;
  background-image: url("../images/secbanner@2x.png");
}
.sec-banner .btitle {
  color: rgba(255, 255, 255, 0.9);
  font-size: 24px;
  line-height: 30px;
  width: 1180px;
  text-align: right;
  margin: 0 auto;
}
/***二级菜单样式**/
.section .content .menu {
  border-bottom: 1px solid #E5E5E5;
}
.section .content .menu-bar {
  margin: 0 auto;
  width: 1180px;
  display: flex;
  font-size: 12px;
  font-weight: bold;
}
.section .content .menu-bar a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
.section .content .menu-bar .sub {
  flex: 1;
  color: #4D4852;
  display: flex;
  align-items: center;
}
.section .content .menu-bar .sub .icon-home {
  margin-right: 20px;
  color: #999999;
  font-size: 11px;
}
.section .content .menu-bar .sub ul {
  list-style: none;
  display: flex;
  align-items: center;
  margin-bottom: 0;
  /*有分页的页面，ul样式重定义*/
}
.section .content .menu-bar .sub ul li {
  margin-right: 10px;
  padding: 27px 0;
}
.section .content .menu-bar .sub ul li:not(:first-child)::before {
  font-family: 'iconfont';
  content: "\e648";
  font-size: 4px;
  margin-right: 10px;
  color: #999999;
  vertical-align: middle;
}
.section .content .menu-bar .news {
  color: #999999;
}
.section .content .menu-bar .news ul {
  list-style: none;
  display: flex;
  align-items: center;
  margin-bottom: 0;
  /*有分页的页面，ul样式重定义*/
}
.section .content .menu-bar .news ul li {
  margin-left: 50px;
  position: relative;
  padding: 27px 0;
}
.section .content .menu-bar .news ul li.act {
  color: #666666;
}
.section .content .menu-bar .news ul li.act::after {
  content: " ";
  position: absolute;
  width: 30px;
  height: 2px;
  background-color: #3662AD;
  bottom: 0;
  left: 50%;
  margin-left: -15px;
}
.section .content .sec-menu {
  margin: 0 auto;
  width: 1180px;
  display: flex;
  font-size: 12px;
  color: #999999;
  background-color: #FAFAFA;
  padding: 0 33px;
  margin-top: 30px;
}
.section .content .sec-menu a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
.section .content .sec-menu ul {
  display: flex;
  margin-bottom: 0;
  /*有分页的页面，ul样式重定义*/
}
.section .content .sec-menu ul li {
  margin-right: 50px;
  font-weight: bold;
  position: relative;
  padding: 17px 0;
}
.section .content .sec-menu ul li.act {
  color: #666666;
}
.section .content .sec-menu ul li.act::after {
  content: " ";
  position: absolute;
  width: 30px;
  height: 2px;
  background-color: #3662AD;
  bottom: 0;
  left: 50%;
  margin-left: -15px;
}
footer {
  font-size: 16px;
  color: #DBDBDB;
  padding-top: 52px;
  background: #4D4A4F;
  padding-bottom: 15px;
}
footer .wrapper{
  border-bottom: 1px solid #616161;
  padding-bottom: 15px;
}
footer > div {
  zoom: 1;
  width: 1180px;
  margin: 0 auto;
}
footer > div:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
footer .left {
  float: left;
}
footer .left p {
  margin-bottom: 15px;
}
footer .right {
  float: right;
}
footer .right ul {
  zoom: 1;
}
footer .right ul:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
footer .right ul li {
  float: left;
  margin-left: 50px;
}
footer .right a {
  color: #DBDBDB;
}
footer .right .box {
  zoom: 1;
  padding-left: 470px;
  margin-top: 27px;
  width: auto;
  /*避免分页的样式影响*/
}
footer .right .box:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
footer .right .box > div {
  width: 50px;
  height: 50px;
  float: left;
  position: relative;
}
footer .right .box > div:hover .alert {
  display: block;
}
footer .right .box > div img {
  width: 50px;
}
footer .right .box > div .alert {
  display: none;
  bottom: 50px;
  left: -30px;
  background: url('../images/alertbox.png');
  width: 110px;
  height: 114px;
  position: absolute;
  text-align: center;
  padding: 6px 0 0 0;
  /*为了避免分页样式影响*/
  margin-bottom: 0;
  /*为了避免分页样式影响*/
}
footer .right .box > div .alert img {
  width: 98px;
}
footer .right .box div + div {
  margin-left: 30px;
}
footer .banquan {
  text-align: center;
  margin-top: 15px;
  font-size: 12px;
}
footer .banquan a {
  color: #DBDBDB;
}
/*友情链接*/
footer .friendship{
  padding: 33px 0 19px;
  border-bottom: 1px solid #616161;
}
footer .friendship .title{
  float: left;
  margin-right: 50px;
  font-size: 16px;
}
footer .friendship .links{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
footer .friendship .links .link{
  margin-right: 27px;
  margin-bottom: 14px;
  color: #DBDBDB;
  font-size: 14px;
}
/***页面样式***/
.pagination-box {
  display: block;
  text-align: center;
}
.pagination-box .pagination li a,
.pagination-box .pagination li span,
.pagination-box .pagination li a:hover,
.pagination-box .pagination li span:hover {
  color: #404040;
  border: 1px solid #E5E5E5;
}
.pagination-box .pagination li.active a,
.pagination-box .pagination li.active span,
.pagination-box .pagination li.active span:hover,
.pagination-box .pagination li.active span:focus {
  background-color: #fff;
  border: 1px solid #3662AD;
  color: #3662AD;
}
/***字体图标***/
@font-face {
  font-family: 'iconfont';
  src: url('./iconfont/iconfont.eot');
  src: url('./iconfont/iconfont.eot?#iefix') format('embedded-opentype'), url('./iconfont/iconfont.woff2') format('woff2'), url('./iconfont/iconfont.woff') format('woff'), url('./iconfont/iconfont.ttf') format('truetype'), url('./iconfont/iconfont.svg#iconfont') format('svg');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.section {
  font-size: 16px;
}
.section .content {
  width: 1180px;
  margin: 0 auto;
  padding-top: 38px;
  padding-bottom: 40px;
}
.section .ctitle {
  margin-bottom: 20px;
  color: #333333;
  font-size: 24px;
}
.section .cdate {
  margin-bottom: 24px;
  color: #333333;
}
.section .ccontent {
  line-height: 30px;
}
.section .ccontent p {
  margin-bottom: 20px;
}
.section .ccontent img {
  max-width: 100% !important;
  height: auto !important;
}

.section .change-page{
  width: 1180px;
  margin: 0 auto;
  padding: 16px;
  overflow: hidden;
  background: #FAFAFA;
  margin-bottom: 70px;
}

.section .change-page .last-article{
  float: left;
  cursor: pointer;
}
.section .change-page .last-article a {
  display: block;
  width: 400px;
  color: #404040;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.section .change-page .next-article a{
  display: block;
  width: 400px;
  color: #404040;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.section .change-page .last-article a:hover{
  color: #3662AD;
}
.section .change-page .next-article a:hover{
  color: #3662AD;
}
.section .change-page .next-article{
  float: right;
  cursor: pointer;
  text-align: right;
}