@charset "utf-8";
body {
  width: 100%;
  height: 100%;
  font-size: 14px;
  font-family: "微软雅黑 Regular", "Microsoft YaHei";
  color: #333;
}
body, button, dd, div, dl, dt, h1, h2, h3, h4, h5, h6, html, input, li, ol, p, ul, span,img{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
li, ol, ul {
  list-style: none;
}
a {
  text-decoration: none;
  color: #333;
}
a:hover {
  color: #333;
}
img {
  border: none;
  display: inline-block;
  vertical-align: middle;
}
.img {
  max-width: 100%;
  height: auto;
}
button, input {
  outline: 0;
  border: none;
  box-sizing: border-box;
}
.row{
  display: inline-block; width: 100%;
}
.fl { float: left; }
.fr { float: right; }
.clear { clear: both; }
.container{
  width: 1250px; margin: auto;
}

/* 头部样式 */
.top {
  width: 100%;
  height: 35px;
  line-height: 35px;
  background-color: #008dc9;
  text-align: center;
}
.top-box {
  width: 1250px;
  margin: 0 auto;
}
.toggle-nav {
 float:right;
}
.toggle-nav li {
  float: left;
  width: 76px;
  text-align: center;
  cursor: pointer;
}
.toggle-nav li.active {
  background-color: #0074a5;
}
.toggle-nav li a {
  color: #fff;
}
.toggle-nav .search-icon {
  width: 40px;
  text-align: right;
}
/* banner切换 */
.nav {
  width: 1250px;
  margin: 0 auto;
}
.logo-img .sx{
  display: inline-block;
  height: 30px;
  vertical-align: middle;
  border-right: 1px solid #ccc;
}
.logo-img img {
  width: 320px;
  height: 73px;
  margin-top: 25px;
  margin-bottom: 20px;
  margin-right: 60px;
}
.logo-img .title {
  font-size: 30px;
  font-weight: bold;
  margin-left: 60px;
  vertical-align: middle;
}
/* 下载样式 */
.download {
  margin-top: 40px;
}
.download li{
  float: left;
  margin-left: 25px; position: relative; cursor: pointer;
}
.download li img{
  vertical-align: middle;
  margin-right: 10px;
  margin-top: -3px;
}
.download li .erwei{
  position: absolute;top: 100%; width: 100%; z-index: 22; background-color: #fff; text-align: center; border: 1px solid #ddd; display: none;
}
.download li .hzd{
  padding: 13px;
}
/* 导航 */
.nav-box {
  border-bottom: 1px solid #ccc;
}
.nav-lv {
  width: 1250px;
  margin: 0 auto;
  margin-top: 30px;
}
.nav-lv > li {
  float: left;
  position: relative;
  padding: 15px 20px;
}
.nav-lv > li.active  a{
  color: #008dc9;
}
.nav-lv > li a{
  font-size: 16px;
}
.nav-lv .djqt {
  padding-right: 0;
}
.nav-lv2 {
  display: none;
  position: absolute;
  top: 92%;
  left: 0;
  width: 150px;
  text-align: center;
  padding: 15px 0;
  background: url(../images/public/xl_b.png) no-repeat;
  background-size: 100% 100%;
  box-shadow: 0px 59px 59px 0px rgb(19 40 83 / 10%);
  z-index: 22;
}
.gjjzx{
  width: 300px; left: 50%; margin-left: -150px; text-align: left; 
}
.gjjzx li a{
  padding-left: 10px;
}
.ywpt{
  width:230px; left: -60px;
}
.nav-lv2 li {
  height: auto;
  line-height: 30px;
}
.nav-lv2 li a{
  font-size: 15px; color: #333;
}
.nav-lv > li.active .nav-lv2 li a{
  color: #333;
}
.nav-lv2 li:hover {
  background-color: #008dc9;
}
.nav-lv2:not(.yllht-nav) li:hover a,.nav-lv > li.active .nav-lv2:not(.yllht-nav) li a:hover {
  color: #fff;
}
.nav-lv2 .b{
  font-weight: bold; font-size: 16px;
}
.yllht-nav{
  width: 273px; text-align: left; left: -50%;
  background: url(../images/public/xl_b1.png) no-repeat;
}
.yllht-nav>ul{
   max-height: 479px; overflow-x: initial; overflow-y: scroll;
}
.yllht-nav li{
  line-height: 20px; padding: 4px 15px; box-sizing: border-box; position: relative;
}
.yllht-nav li a{
  display: block; padding-right: 5px;
}
.yllht-nav li a:hover{
  color: #008dc9;
  background: url(../images/public/p101.png) no-repeat right;
}
.yllht-nav li:hover {
  background-color: #fff;
}
.nav-lv3{
  position: absolute; width: 236px; top: 150px; left: 100%; padding-right: 0; background-color: #fff; padding-top: 5px; padding-bottom: 5px;
  scrollbar-width: none; /* firefox */
  -ms-overflow-style: none; /* IE 10+ */
  overflow-x: hidden;
  overflow-y: auto;
  display: none;
}
.nav-lv3::-webkit-scrollbar {
  display: none; /* Chrome Safari */
}
.nav-lv3 li{
  padding-right: 8px;
}
.nav-lv3 li a{
  padding-right: 0;
}

/* 右侧悬浮导航 */
.right-nav {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 22;
}
.right-nav li {
  position: relative;
  width: 65px;
  height: 65px;
  line-height: 65px;
  border-radius: 6px;
  margin-bottom: 10px;
  text-align: center;
}
.right-nav li:hover .til {
  display: block;
  opacity: 1;
}
.right-nav .til {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
  background: #822330;
  line-height: 20px;
  opacity: 0;
  display: none;
  transition: all 0.4s ease;
}
.til img {
  position: absolute;
  top: 50px;
  left: -130px;
  width: 120px;
  height: 120px;
}
.right-nav .middle {
  width: 100%;
  height: 100%;
}
.middle-cont {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  letter-spacing: 0;
}
.middle:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
/* 面包屑样式 */
.location {
  border-top: 1px solid #dddddd;
  background-color: #f7f7f7;
}
.location div{
  width: 1250px;
  height: 45px;
  line-height: 45px;
  margin: 0 auto;
}
.location a {
  color: #000;
}
/* 底部样式 */
.foot {
  background-color: #393939;
}
.foot-head {
  width: 1250px;
  margin: 0 auto;
  border-bottom: 1px solid #d1d1d1;
}
.foot-head p {
  height: 25px;
  line-height: 25px;
}
.foot-head .fww {
  padding-left: 70px;
}
.foot-head,
.foot-head a,
.foot-bottom,
.foot-bottom a {
  color: #d1d1d1;
}
.foot-head li:first-child {
  float: left;
  padding: 30px 0;
}
.foot-head .img-box {
  float: right;
  padding: 15px 0;
  margin-top: 15px;
}
.img-box  img {
  width: 73px;
  height: 73px;
  margin-top: -15px;
}
.img-box a:first-child {
  margin-right: 45px;
}
.img-box a {
  padding-top: 1px;
}
.img-box span {
  display: inline-block;
  width: 60px;
}
.foot-bottom {
  width: 1250px;
  margin: 0 auto;
}
.foot-bottom li {
  padding: 25px 0;
}
.foot-bottom li p {
  height: 25px;
  line-height: 25px;
  font-size: 12px;
}
.foot-bottom li:first-child{
  float: left;
}
.foot-bottom .last {
  float: right;
}
.last .last-p {
  text-align: right;
}
/* 底部导航样式 */
.dbdh {
  width: 100%;
  height: 276px;
  background: url(../images/yygk/jzbg.png) center no-repeat;
  background-size: 100% 100%;
  padding-top: 1px;
}
.dbdh ul{
  width: 1180px;
  margin: 0 auto;
  margin-top: 35px;
  border: 1px solid #dddddd;
}
.dbdh li {
  float: left;
  width: 168px;
  text-align: center;
  padding: 40px 0 35px 0;
  border-right: 1px solid #dddddd;
}
.dbdh li img {
  width: 47px;
  height: 46px;
}
.dbdh li.last {
  border-right: none;
}
.dbdh li span {
  display: block;
  color: #5c6278;
  margin-top: 20px;
  font-size: 18px;
}
/* 网站建设的样式 */
.main-box {
  width: 100%;
  height: 100%;
  background: url(../images/public/wzjs.jpg) center center no-repeat;
  background-size: cover;
}