@charset "utf-8";
@import url("css.css");
* {
  -webkit-text-size-adjust: none;
}
body {
  font-size: 14px;
  background: url(/images/bjzgh/footbg.png) no-repeat calc(50% - 0px) calc(100% - 96px);
}
a:hover {
  color: #2a5dab;
}
.bjzgh-headerTop2 {
  background: #2a5dab;
  height: 2px;
  width: 100%;
}
.bjzgh-header {
  height: 150px;
  width: 1200px;
  margin-right: auto;
  margin-left: auto;
  background: #FFF url(/images/bjzgh/header.png) no-repeat;
}
.bjzgh-nav {
  background: #2a5dab url(/images/bjzgh/headernavbg.png) repeat-x center center;
  height: 57px;
  width: 100%;
  border-bottom: 3px solid #1d3d6f;
}
.bjzgh-nav ul {
  height: 57px;
  width: 1200px;
  text-decoration: none;
  margin-right: auto;
  margin-left: auto;
}
.bjzgh-nav ul li {
  color: #FFF;
  font: bold 18px/41px "Microsoft YaHei", "微软雅黑", "黑体", "Microsoft JhengHei", "宋体";
  float: left;
  padding-right: 22px;
  padding-left: 22px;
  text-shadow: 0px 1px 5px rgba(30, 30, 30, 1);
  margin: 8px 18px;
}
.bjzgh-nav ul li:hover {
  background: #ff7800;
  border-radius: 20px;
}
.bjzgh-search {
  height: 50px;
  width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
.bjzgh-search .bjzgh-date {
  float: left;
  width: 500px;
  padding: 11px 11px 11px 20px;
  height: 28px;
  font: 14px/28px Verdana, Arial, Tahoma;
}
.bjzgh-search .search {
  float: right;
  height: 28px;
  padding-top: 11px;
  padding-bottom: 11px;
}
.bjzgh-search .search form .form #search-keyword {
  height: 26px;
  margin: 0px;
  padding: 0px;
  border-color: #a9a9a9;
  font: 14px/26px Verdana, Arial, Tahoma;
}
.bjzgh-search .search form .form #search-option {
  height: 28px;
  margin: 0px;
  padding: 0px;
  border-color: #a9a9a9;
  font: 14px/28px Verdana, Arial, Tahoma;
}
.bjzgh-search .search form .form button {
  height: 28px;
  width: 80px;
  font: 14px/24px Verdana, Arial, Tahoma;
}
.bjzgh-topbanner {
  height: 380px;
  width: 1200px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 0px;
}
/*首页展示幻灯*/
.slideBox {
  width: 1200px;
  height: 380px;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
}
.slideBox .hd {
  height: 16px;
  overflow: hidden;
  position: absolute;
  left: 10px;
  bottom: 10px;
  z-index: 1;
}
.slideBox .hd ul {
  overflow: hidden;
  zoom: 1;
  float: left;
}
.slideBox .hd ul li {
  float: left;
  margin-right: 10px;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  background: #fff;
  cursor: pointer;
  border-radius: 8px;
  text-shadow: 0 1px 5px rgba(128, 128, 1128, 0.75);
}
.slideBox .hd ul li.on {
  background: #2a5dab;
  color: #fff;
}
.slideBox .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}
.slideBox .bd li {
  zoom: 1;
  vertical-align: middle;
}
.slideBox .bd img {
  width: 1200px;
  height: 380px;
  display: block;
  border-radius: 10px;
}
/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev, .slideBox .next {
  position: absolute;
  left: 3%;
  top: 50%;
  margin-top: -25px;
  display: block;
  width: 32px;
  height: 40px;
  background: url(/images/slider-arrow.png) -110px 5px no-repeat;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.slideBox .next {
  left: auto;
  right: 3%;
  background-position: 8px 5px;
}
.slideBox .prev:hover, .slideBox .next:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}
.slideBox .prevStop {
  display: none;
}
.slideBox .nextStop {
  display: none;
}
/*首页展示幻灯结束*/
.bjzgh-notice {
  height: 50px;
  width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
.bjzgh-notice a .ntitle {
  color: #2a5dab;
  display: block;
  float: left;
  height: 50px;
  width: 90px;
  background: url(/images/bjzgh/notice.png) no-repeat;
  padding-left: 50px;
  font: bold 16px/50px "Microsoft YaHei", "微软雅黑", "黑体", "Microsoft JhengHei", "宋体";
}
.bjzgh-notice ul {
  float: left;
  height: 50px;
  width: 960px;
  overflow: hidden;
}
.bjzgh-notice ul li {
  float: left;
}
.bjzgh-notice ul li a {
  font: bold 16px/50px "Microsoft YaHei", "微软雅黑", "黑体", "Microsoft JhengHei", "宋体";
  color: #000;
  text-decoration: none;
}
.bjzgh-notice ul li a:hover {
  color: #2a5dab;
  text-decoration: underline;
}
.bjzgh-notice ul li a span {
  color: #2a5dab;
}
.bjzgh-notice a .nmore {
  font: 14px/30px "Microsoft YaHei", "微软雅黑", "黑体", "Microsoft JhengHei", "宋体";
  color: #666;
  background: #CCC;
  height: 30px;
  width: 80px;
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
  float: right;
  text-align: center;
  border-radius: 15px;
}
#bjzgh-mainhr {
  height: 1px;
  background: #dedede;
  border-style: none;
  width: 1200px;
  display: block;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 10px;
}
.bjzgh-main1 {
  width: 1200px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 10px;
}
.bjzgh-main1 .main1left {
  float: left;
  width: 850px;
}
/*新闻幻灯*/
.focusBox {
  float: left;
  position: relative;
  width: 385px;
  height: 275px;
  overflow: hidden;
  font-family: "Microsoft YaHei", "微软雅黑", "黑体", "Microsoft JhengHei", "宋体";
  text-align: left;
  background: #fff;
  padding: 5px;
  border: 1px solid #ddd;
}
.focusBox .pic {
  overflow: hidden;
}
.focusBox .pic img {
  width: 413px;
  height: 275px;
  display: block;
  margin-left: -14px;
}
.focusBox .txt-bg {
  position: absolute;
  bottom: 0;
  z-index: 1;
  height: 36px;
  width: 385px;
  background: #333;
  filter: alpha(opacity=80);
  opacity: 0.8;
  overflow: hidden;
  margin-bottom: 5px;
}
.focusBox .txt {
  position: absolute;
  bottom: 0;
  z-index: 2;
  height: 36px;
  width: 385px;
  overflow: hidden;
  margin-bottom: 5px;
}
.focusBox .txt li {
  height: 36px;
  line-height: 36px;
  position: absolute;
  bottom: -36px;
}
.focusBox .txt li a {
  display: block;
  color: white;
  padding: 0 0 0 10px;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}
.focusBox .num {
  position: absolute;
  z-index: 3;
  bottom: 13px;
  right: 8px;
}
.focusBox .num li {
  float: left;
  position: relative;
  width: 18px;
  height: 18px;
  line-height: 18px;
  overflow: hidden;
  text-align: center;
  margin-right: 1px;
  cursor: pointer;
}
.focusBox .num li a, .focusBox .num li span {
  position: absolute;
  z-index: 2;
  display: block;
  color: white;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-decoration: none;
}
.focusBox .num li span {
  z-index: 1;
  background: black;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.focusBox .num li.on a, .focusBox .num a:hover {
  background: #2a5dab;
}
/*新闻幻灯结束*/
.bjzgh-news {
  float: left;
  width: 438px;
  margin-left: 15px;
}
.bjzgh-news a dt {
  height: 40px;
  border-bottom: 1px solid #ddd;
}
.bjzgh-news a dt span {
  padding-right: 15px;
  padding-left: 15px;
  border-bottom: 3px solid #2a5dab;
  display: block;
  height: 37px;
  color: #2a5dab;
  font: bold 16px/37px "Microsoft YaHei", "微软雅黑", "黑体", "Microsoft JhengHei", "宋体";
  text-decoration: none;
  text-align: center;
  float: left;
}
.bjzgh-news a dt .more3 {
  font-size: 14px;
  line-height: 37px;
  font-weight: normal;
  color: #999;
  border-style: none;
  float: right;
}
.bjzgh-news a dd {
  font: 14px/40px "宋体";
  color: #000;
  border-bottom: 1px dashed #ddd;
  padding-right: 10px;
  padding-left: 10px;
}
.bjzgh-news a dd:hover {
  color: #2a5dab;
}
.bjzgh-news a dd span {
  float: right;
  color: #999;
}
.bjzgh-news2 {
  width: 397px;
  margin-left: 0px;
  margin-top: 10px;
}
.bjzgh-news3 {
  margin-top: 10px;
}
.bjzgh-main1 .main1right {
  float: right;
  width: 275px;
}
.main1right dl.bjzgh-noticer a dt {
  font: bold 16px/40px "Microsoft YaHei", "微软雅黑", "黑体", "Microsoft JhengHei", "宋体";
  color: #FFF;
  text-decoration: none;
  height: 40px;
  padding-left: 20px;
  background: #2a5dab;
  border-radius: 5px 5px 0px 0px;
}
.main1right > dl.bjzgh-noticer > a > dt > span {
  font-size: 14px;
  color: #FFF;
  float: right;
  margin-right: 20px;
  font-weight: normal;
}
.main1right dl.bjzgh-noticer dd {
  border-top: 1px solid #2a5dab;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  padding-right: 15px;
  padding-left: 15px;
}
.bjzgh-news4 {
  width: 275px;
  margin-left: 0px;
  margin-top: 10px;
}
.bjzgh-news6 {
  width: 368px;
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 15px;
}
.bjzgh-news6 dd {
  border-right: 1px dashed #ddd;
  border-left: 1px dashed #ddd;
}
/*通知公告滚动*/
.txtScroll-top {
  overflow: hidden;
  position: relative;
  font: normal 14px/40px "宋体";
  color: #000;
}
.txtScroll-top .bd {}
.txtScroll-top .infoList li {
  height: 40px;
  border-bottom: 1px dashed #ddd;
  overflow: hidden;
}
.txtScroll-top .infoList li .date {
  float: right;
  color: #999;
}
dl.bjzgh-noticer > dd > div > div > div > ul > li:nth-child(1) > a, dl.bjzgh-noticer > dd > div > div > div > ul > li:nth-child(2) > a, dl.bjzgh-noticer > dd > div > div > div > ul > li:nth-child(3) > a {
  color: #e20000;
} /*前三条通知红色*/
/*通知公告滚动结束*/
.main1right dl dd .more1 {
  color: #999;
  font: 14px/40px "宋体";
  border-style: none;
  list-style: none;
  float: right;
  display: block;
}
.main1right a .bjzgh-introduce {
  height: 163px;
  width: 275px;
  margin-top: 10px;
  border-radius: 10px;
}
.main1right a .bjzgh-introduce1 {
  background: url(/images/bjzgh/special1.png) no-repeat center center;
}
.main1right a .bjzgh-introduce2 {
  background: #ff741d url(/images/bjzgh/introduce2.png) no-repeat;
}
.main1right a .bjzgh-introduce3 {
  background: #16bcb3 url(/images/bjzgh/introduce3.png) no-repeat;
}
.main1right a .bjzgh-introduce span {
  font-size: 12px;
  line-height: 26px;
  display: block;
}
.bjzgh-main2 {
  width: 1200px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 10px;
}
.bjzgh-main2 a dl {
  float: left;
  width: 273px;
}
.bjzgh-main2 a dl dt {
  height: 65px;
  font: bold 16px/45px "Microsoft YaHei", "微软雅黑", "黑体", "Microsoft JhengHei", "宋体";
  color: #000000;
  text-align: center;
  background: url(/images/bjzgh/bgArrow.png) no-repeat;
}
.bjzgh-main2 a dl dd img {
  border: 4px solid #e2e2e2;
}
.bjzgh-main2 a dl:hover dd img {
  border: 4px solid #BBB;
}
.bjzgh-main2 a .right1 {
  margin-left: 16px;
}
.bjzgh-main3 {
  width: 1200px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 10px;
}
.bjzgh-main3 dl a dt {
  height: 40px;
  border-bottom: 1px solid #ddd;
  display: block;
}
.bjzgh-main3 dl a dt .title2 {
  font: bold 16px/37px "Microsoft YaHei", "微软雅黑", "黑体", "Microsoft JhengHei", "宋体";
  color: #2a5dab;
  width: 85px;
  padding-right: 10px;
  padding-left: 10px;
  border-bottom: 3px solid #2a5dab;
  height: 37px;
  display: block;
  text-align: center;
  float: left;
}
.bjzgh-main3 dl a dt .more2 {
  font: 14px/37px "Microsoft YaHei", "微软雅黑", "黑体", "Microsoft JhengHei", "宋体";
  color: #999;
  float: right;
}
.bjzgh-main3 dl .pic2 {
  margin-top: 20px;
}
/*环境设施图片滚动*/
.picScroll-left {
  width: 1200px;
  overflow: hidden;
  position: relative;
}
.picScroll-left .hd {
  overflow: hidden;
  height: 30px;
  background: #f4f4f4;
  padding: 0 10px;
}
.picScroll-left .hd .prev, .picScroll-left .hd .next {
  display: block;
  width: 5px;
  height: 9px;
  float: right;
  margin-right: 5px;
  margin-top: 10px;
  overflow: hidden;
  ursor: pointer;
  background: url("images/arrow.png") no-repeat;
}
.picScroll-left .hd .next {
  background-position: 0 -50px;
}
.picScroll-left .hd .prevStop {
  background-position: -60px 0;
}
.picScroll-left .hd .nextStop {
  background-position: -60px -50px;
}
.picScroll-left .hd ul {
  float: right;
  overflow: hidden;
  zoom: 1;
  margin-top: 10px;
  zoom: 1;
}
.picScroll-left .hd ul li {
  float: left;
  width: 9px;
  height: 9px;
  overflow: hidden;
  margin-right: 5px;
  text-indent: -999px;
  cursor: pointer;
  background: url("images/icoCircle.gif") 0 -9px no-repeat;
}
.picScroll-left .hd ul li.on {
  background-position: 0 0;
}
.picScroll-left .bd {
  padding: 0px;
}
.picScroll-left .bd ul {
  overflow: hidden;
  zoom: 1;
}
.picScroll-left .bd ul li {
  margin: 0 20px 0 0px;
  float: left;
  _display: inline;
  overflow: hidden;
  text-align: center;
}
.picScroll-left .bd ul li .pic {
  text-align: center;
}
.picScroll-left .bd ul li .pic img {
  width: 202px;
  height: 135px;
  display: block;
  padding: 4px;
  border: 1px solid #ccc;
}
.picScroll-left .bd ul li .pic a:hover img {
  border-color: #999;
}
.picScroll-left .bd ul li .title {
  color: #000;
  font-size: 14px;
  line-height: 40px;
}
/*环境设施图片滚动结束*/
.bjzgh-main4 {
  width: 1200px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 10px;
}
.bjzgh-main4 dl a dt {
  height: 40px;
  border-bottom: 1px solid #ddd;
  display: block;
}
.bjzgh-main4 dl a dt .title2 {
  font: bold 16px/37px "Microsoft YaHei", "微软雅黑", "黑体", "Microsoft JhengHei", "宋体";
  color: #2a5dab;
  width: 85px;
  padding-right: 10px;
  padding-left: 10px;
  border-bottom: 3px solid #2a5dab;
  height: 37px;
  display: block;
  text-align: center;
  float: left;
}
.bjzgh-main4 dl dd {
  margin-top: 20px;
}
.bjzgh-main4 dl dd a {
  border-style: none;
}
.bjzgh-main4 dl dd a img {
  border: 1px solid #ddd;
}
.bjzgh-main4 dl dd a .right2 {
  margin-left: 29px;
}
.bjzgh-main6 {
  width: 1200px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 10px;
  border-radius: 10px;
}
.bjzgh-foot {
  height: 180px;
  width: 1200px;
  background: #f5f5f5;
  margin-top: 20px;
  border-top: 1px solid #ddd;
  padding-top: 25px;
  margin-right: auto;
  margin-left: auto;
}
.bjzgh-foot .foot0 {
  width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
.bjzgh-foot .foot0 .foot1 {
  float: left;
  height: 180px;
  width: 180px;
  padding-left: 60px;
}
.bjzgh-foot .foot0 .foot2 {
  float: left;
  font-size: 14px;
  line-height: 32px;
  color: #666;
  width: 660px;
  text-align: center;
}
.bjzgh-foot .foot0 .foot3 {
  float: right;
  height: 180px;
  width: 240px;
}
/*新闻列表页面*/
.bjzgh-main5 {
  width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}
.bjzgh-main5 .bjzgh-left-nav {
  float: left;
  padding-right: 20px;
  padding-left: 20px;
  height: 650px;
  width: 200px;
  border-radius: 0px 30px 0px 30px;
  border: 1px solid #DDD;
  background: url(/images/bjzgh/left2navbg.png) no-repeat center bottom;
}
.bjzgh-main5 .bjzgh-left-nav dl dt {
  color: #2a5dab;
  font: bold 20px/70px "Microsoft YaHei", "微软雅黑", "黑体", "Microsoft JhengHei", "宋体";
  text-align: center;
}
.bjzgh-main5 .bjzgh-left-nav dl dt a {
  color: #2a5dab
}
.bjzgh-main5 .bjzgh-left-nav dl a dd {
  font: 16px/35px "Microsoft YaHei", "微软雅黑", "黑体", "Microsoft JhengHei", "宋体";
  border: 1px solid #ddd;
  margin-bottom: 15px;
  text-align: center;
  border-radius: 17px;
  background: #FFF;
}
.bjzgh-main5 .bjzgh-left-nav dl a dd:hover {
  color: #FFF;
  background: #2a5dab;
}
.bjzgh-main5 .bjzgh-left-nav dl a dd.bjzgh-left-on {
  color: #FFF;
  background: #2a5dab;
}
.bjzgh-main5 .bjzgh-right-list {
  float: right;
  width: 920px;
}
.bjzgh-main5 .bjzgh-right-list .bjzgh-lmbt {
  height: 50px;
  padding-top: 20px;
  padding-left: 55px;
  background: url(/images/bjzgh/bgNavCur.png) no-repeat left bottom;
  font: bold 16px/40px "Microsoft YaHei", "微软雅黑", "黑体", "Microsoft JhengHei", "宋体";
  color: #2a5dab;
}
.bjzgh-main5 .bjzgh-right-list .bjzgh-lmbt span {
  font: 12px/40px "Microsoft YaHei", "微软雅黑", "黑体", "Microsoft JhengHei", "宋体";
  color: #999;
  float: right;
}
.bjzgh-main5 .bjzgh-right-list .bjzgh-listbox ul li {
  width: 920px;
  font: 16px/50px "Microsoft YaHei", "微软雅黑", "黑体", "Microsoft JhengHei", "宋体";
  border-bottom: 1px dashed #ddd;
  list-style: disc inside;
  color: #f7a300;
}
.bjzgh-main5 .bjzgh-right-list .bjzgh-listbox ul li:hover {
  background: #eee;
}
.articlelist .bjzgh-main5 .bjzgh-right-list .bjzgh-listbox ul li .info {
  color: #999;
  float: right;
  font: 14px/50px Verdana, Arial, Tahoma;
}
.bjzgh-notice > ul > li > marquee > a:nth-child(1), .bjzgh-notice > ul > li > marquee > a:nth-child(2), .bjzgh-notice > ul > li > marquee > a:nth-child(3) {
  color: #e20000;
} /*前三条通知红色*/
/*新闻内容页*/
.bjzgh-mainlist {
  width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
.bjzgh-mainlist .Articlelocation {
  font-size: 14px;
  color: #999;
  line-height: 37px;
}
.bjzgh-mainlist .Articlecontent {
  overflow: hidden;
}
.bjzgh-mainlist .Articlecontent .title {
  color: #2a5dab;
  text-align: center;
  font: bold 28px/70px "Microsoft YaHei", "微软雅黑", "黑体", "Microsoft JhengHei", "宋体";
}
.bjzgh-mainlist .Articlecontent .info {
  line-height: 36px;
  text-align: center;
  margin-bottom: 10px;
  background: #eee;
}
.bjzgh-mainlist .Articlecontent .fbody {
  font-size: 16px;
  line-height: 200%;
  color: #000;
  text-align: justify;
  margin-top: 20px;
  margin-bottom: 10px;
}
.boxoff {
  height: 10px;
  overflow: hidden;
  clear: both;
  background: url(/images/boxoff.gif) left 15px repeat-x;
  margin: 4px auto;
  padding-top: 10px;
}
.boxoff strong {
  display: block;
  width: 8px;
  height: 10px;
  overflow: hidden;
  font-size: 0px;
  line-height: 100px;
  background: url(/images/boxoff.gif) right -10px no-repeat;
  float: left;
}
.context ul li {
  line-height: 29px;
  color: #888;
}
.context ul li a, .context ul li a:hover {
  color: #236375;
}
/*搜索页面*/
.bjzgh-searchc {
  width: 1200px;
  clear: both;
  margin: 10px auto;
}
/*首页视频窗口*/
.bjzgh-videobox1 {
  width: 428px;
  height: 258px;
  border: 1px solid #ddd;
  margin-top: 10px;
  padding: 5px;
  display: block;
}
.bjzgh-videobox1 div {
  background: url(/images/bjzgh/play.png) no-repeat center center;
  height: 230px;
  width: 428px;
}
.bjzgh-videobox1:hover div {
  background: url(/images/bjzgh/playhover.png) no-repeat center center;
}
.bjzgh-videobox1 span.tt1 {
  display: block;
  width: 428px;
  height: 28px;
  text-align: center;
  font-size: 14px;
  line-height: 28px;
  background: rgba(0, 0, 0, 0.7);
  color: #FFF;
}
.bjzgh-videobox2 {
  width: 124px;
  height: 78px;
  border: 1px solid #ddd;
  margin-top: 10px;
  padding: 5px;
  display: block;
  float: left;
  margin-right: 15px;
}
.bjzgh-videobox2 span.tt2 {
  display: none;
  width: 100%px;
  height: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 26px;
  background: rgba(0, 0, 0, 0.7);
  color: #FFF;
  vertical-align: middle;
}
.bjzgh-videobox2:hover span.tt2 {
  display: table-cell;
}
.bjzgh-news.bjzgh-news3 > a:nth-child(5) {
  margin-right: 0px;
}
/*导航下二维码*/
.qrcode {
  font-size: 14px;
  line-height: 28px;
  padding: 11px 11px 11px 40px;
  float: left;
  height: 28px;
  width: 200px;
  background: url(/images/bjzgh/wxlogo.png) no-repeat 5px;
  position: relative;
  cursor: pointer
}
.qrcode div {
  font-size: 14px;
  line-height: 28px;
  height: 1px;
  width: 1px;
  background: #FFF;
  z-index: 999;
  position: absolute;
  text-align: center;
  opacity: 0;
  border: 1px solid #ddd;
  overflow: hidden;
}
.qrcode div img {
  height: 1px;
  width: 1px;
}
.qrcode:hover div {
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  opacity: 1;
  height: 198px;
  width: 170px;
}
.qrcode:hover div img {
  height: 170px;
  width: 170px;
}
/*赛威机床有限公司 update 2020-01-01 */
/*首页视频展播、关于赛威*/
.bjzgh-main10 {
  width: 1200px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 15px;
}
.bjzgh-indexwindow1 {
  height: 271px;
  width: 271px;
  border: 2px solid #dbdbdb;
  overflow: hidden;
  float: left;
  border-radius: 10px;
}
.bjzgh-indexwindow1 dt {
  height: 40px;
  width: calc(100% - 25px);
  padding-left: 25px;
  background: url(/images/bjzgh/indexwindow1bg.png) repeat-x;
  color: #FFF;
  font: 18px/40px "Microsoft YaHei", "微软雅黑", "黑体", "Microsoft JhengHei", "宋体";
}
.bjzgh-indexwindow1 dd {
  padding: 23px;
  width: calc(100% - 46px);
}
/*网上商城、公司新闻、品牌荣誉*/
.bjzgh-indexwindow2 {
  height: 271px;
  width: 907px;
  border: 2px solid #dbdbdb;
  float: right;
  border-radius: 10px;
  overflow: hidden;
}
.bjzgh-indexwindow2 .w2b2 {
  background: #eeeeee;
  background: -moz-linear-gradient(top, #eeeeee 0%, #ffffff 100%);
  background: -webkit-linear-gradient(top, #eeeeee 0%, #ffffff 100%);
  background: linear-gradient(to bottom, #eeeeee 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
  border: 3px solid #FFF;
  height: 265px;
  width: 901px;
  border-radius: 10px;
}
.bjzgh-indexwindow2 .w2b2 dl {
  padding: 30px;
  width: 505px;
  float: left;
}
.bjzgh-indexwindow2 .w2b2 dl dt {
  font-size: 24px;
  line-height: 24px;
  font-weight: bold;
  color: #505050;
  height: 36px;
  border-bottom: 1px solid #dbdbdb;
}
.bjzgh-indexwindow2 .w2b2 dl dt span {
  font-size: 14px;
  float: right;
  line-height: 38px;
  font-weight: normal;
}
.bjzgh-indexwindow2 .w2b2 dl dd {
  font-size: 14px;
  height: 172px;
  padding-top: 12px;
  border-top: 1px solid #fff;
  line-height: 27px;
  text-align: justify;
}
.bjzgh-indexwindow2 .w2b2 #indexwindow2pic1 {
  float: right;
  height: 205px;
  width: 306px;
  padding-top: 30px;
  padding-right: 30px;
  display: block;
}
.bjzgh-indexwindow1 dd ul li {
  font-size: 14px;
  line-height: 27px;
  list-style: url(/images/bjzgh/reddot.png) inside;
}
.bjzgh-indexwindow1 dd ul li span {
  float: right;
  color: #737373;
}
/*产品中心*/
.bjzgh-indexwindow3 {
  height: 616px;
  width: 1196px;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
  border: 2px solid #dbdbdb;
  border-radius: 10px;
  overflow: hidden;
}
.bjzgh-indexwindow3 .w3nav {
  width: 208px;
  height: 502px;
  background: url(/images/bjzgh/indexwindow3bg.png) no-repeat left center;
  float: left;
  padding-left: 20px;
  padding-top: 114px;
}
.bjzgh-indexwindow3 .w3nav a {
  width: 171px;
  border: 1px solid #DCDCDC;
  height: 33px;
  margin-bottom: 14px;
  display: list-item;
  line-height: 33px;
  border-radius: 10px;
  font-size: 14px;
  background-image: -webkit-linear-gradient(270deg, rgba(254, 254, 254, 1.00) 0%, rgba(231, 231, 231, 1.00) 100%);
  background-image: -moz-linear-gradient(270deg, rgba(254, 254, 254, 1.00) 0%, rgba(231, 231, 231, 1.00) 100%);
  background-image: -o-linear-gradient(270deg, rgba(254, 254, 254, 1.00) 0%, rgba(231, 231, 231, 1.00) 100%);
  background-image: linear-gradient(180deg, rgba(254, 254, 254, 1.00) 0%, rgba(231, 231, 231, 1.00) 100%);
  list-style-position: inside;
  list-style-image: url(/images/bjzgh/reddot.png);
  padding-left: 15px;
}
.bjzgh-indexwindow3 .w3nav a:hover {
  background-image: -webkit-linear-gradient(270deg, rgba(255, 255, 255, 1.00) 0%, rgba(241, 241, 241, 1.00) 100%);
  background-image: -moz-linear-gradient(270deg, rgba(255, 255, 255, 1.00) 0%, rgba(241, 241, 241, 1.00) 100%);
  background-image: -o-linear-gradient(270deg, rgba(255, 255, 255, 1.00) 0%, rgba(241, 241, 241, 1.00) 100%);
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 1.00) 0%, rgba(241, 241, 241, 1.00) 100%);
}
.bjzgh-indexwindow3 dl {
  height: 286px;
  width: 200px;
  border: 1px solid #fafafa;
  float: left;
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
}
.bjzgh-indexwindow3 dl dt {
  height: 200px;
  width: 200px;
  margin-bottom: 15px;
}
.bjzgh-indexwindow3 dl dd {
  font-size: 14px;
  text-align: center;
  line-height: 20px;
}
.bjzgh-indexwindow3 dl dd span {
  display: block;
}
.bjzgh-indexwindow3 dl dd span.intro {
  font-size: 12px;
  color: #737373;
}
.bjzgh-indexwindow3 dl dd span.buy {
  color: #e20000;
}
/*环境设备*/
.bjzgh-indexwindow4 {
  height: 196px;
  width: 1196px;
  border: 2px solid #dbdbdb;
  overflow: hidden;
  border-radius: 10px;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
}
.bjzgh-indexwindow4 .w4b2 {
  background: #eeeeee;
  background: -moz-linear-gradient(top, #eeeeee 0%, #ffffff 100%);
  background: -webkit-linear-gradient(top, #eeeeee 0%, #ffffff 100%);
  background: linear-gradient(to bottom, #eeeeee 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
  border: 3px solid #FFF;
  height: 160px;
  width: 1190px;
  border-radius: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.bjzgh-indexwindow4 .w4b2 .w4t {
  float: left;
  height: 120px;
  width: 25px;
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  color: #2a5dab;
  padding: 20px 12px 20px 20px;
}
.w4-picScroll-left {
  width: 1125px;
  overflow: hidden;
  position: relative;
  height: 160px;
}
.w4-picScroll-left .bd {}
.w4-picScroll-left .bd ul {
  overflow: hidden;
  zoom: 1;
}
.w4-picScroll-left .bd ul li {
  margin: 0 7px;
  float: left;
  _display: inline;
  overflow: hidden;
  text-align: center;
}
.w4-picScroll-left .bd ul li .pic {
  text-align: center;
}
.w4-picScroll-left .bd ul li .pic img {
  width: 211px;
  height: 160px;
  display: block;
}
.w4-picScroll-left .bd ul li .title {
  line-height: 24px;
  font-size: 14px;
  background: rgba(0, 0, 0, 0.4);
  position: relative;
  top: -24px;
}
.w4-picScroll-left .bd ul li .title a {
  color: #FFF;
  -webkit-text-shadow: #000 1px 0 0, #000 0 1px 0, #000 -1px 0 0, #000 0 -1px 0;
  -moz-text-shadow: #000 1px 0 0, #000 0 1px 0, #000 -1px 0 0, #000 0 -1px 0;
  text-shadow: #000 1px 0 0, #000 0 1px 0, #000 -1px 0 0, #000 0 -1px 0;
  *filter: Glow(Color=#000, Strength=1);
}
/*底部信息*/
.bjzgh-footline {
  background: #2a5dab;
  height: 8px;
  width: 100%;
  margin-bottom: 15px;
}
.bjzgh-indexwindow5 {
  width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
.bjzgh-indexwindow5 .w5nav {
  margin-right: 70px;
  font-size: 14px;
  float: left;
  margin-left: 10px;
}
.bjzgh-indexwindow5 .w5nav a {
  display: block;
  line-height: 1.5em;
}
.bjzgh-indexwindow5 .w5nav a.tmenu {
  font-size: 16px;
  font-weight: bold;
}
.bjzgh-indexwindow5 dl {
  text-align: center;
  float: right;
  width: 180px;
  margin-right: 30px;
  margin-bottom: 10px;
}
.bjzgh-indexwindow5 dl dt {
  margin-bottom: 10px;
}
.bjzgh-indexwindow5 dl dd {
  height: 20px;
  font-size: 12px;
}
.bjzgh-indexwindow6 {
  color: #FFFFFF;
  background: #555555;
  width: 100%;
}
.bjzgh-indexwindow6 .w5w1200 {
  width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}
.bjzgh-indexwindow6 .w5w1200 li {
  text-align: center;
  height: 28px;
}
.bjzgh-indexwindow6 .w5w1200 li a {
  color: #FFFFFF;
}
/*带二级栏目导航*/
.bjzgh-headnav {
  background-repeat: repeat-x;
  background-position: center center;
  background-color: #2a5dab;
  height: 57px;
  width: 100%;
  border-bottom: 3px solid #1d3d6f;
  text-shadow: 0px 1px 5px rgba(30, 30, 30, 1);
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.headnav {
  position: relative;
  z-index: 1;
  height: 57px;
  width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
.headnav a {
  color: #fff;
}
.headnav .nLi {
  float: left;
  position: relative;
  display: inline;
}
.headnav .nLi h3 {
  float: left;
}
.headnav .nLi h3 a {
  display: block;
  color: #FFF;
  font: bold 18px/41px "Microsoft YaHei", "微软雅黑", "黑体", "Microsoft JhengHei", "宋体";
  float: left;
  padding-right: 22px;
  padding-left: 22px;
  margin: 8px 18px;
}
.headnav .on h3 a {
  background: #1d3d6f;
  color: #fff;
  border-radius: 5px 5px 5px 5px;
}
.headnav .sub {
  display: none;
  width: 210px;
  left: 18px;
  top: 43px;
  position: absolute;
  background: #1d3d6f;
  padding: 10px 0 5px;
  font-size: 16px;
  line-height: 40px;
  font-weight: bold;
  border-radius: 0px 5px 5px 5px;
}
.headnav .sub li {
  zoom: 1;
}
.headnav .sub a {
  display: block;
  padding: 0 10px 0 22px;
}
.headnav .sub a:hover {
  background: #183564;
  color: #fff;
}
/*新闻列表页缩略图列表*/
.bjzgh-listbox-pic {
  float: left;
  margin-right: 18px;
  width: 288px;
  margin-top: 18px;
}
.bjzgh-listbox-pic dd {
  height: 230px;
  width: 278px;
  border-radius: 10px 0px 10px 0px;
}
.bjzgh-listbox-pic div {
  padding: 4px;
  border: 1px solid #ddd;
}
.bjzgh-listbox-pic:hover div {
  padding: 4px;
  border: 1px solid #999;
}
.bjzgh-listbox-pic dt {
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  padding-bottom: 20px;
  height: 24px;
  padding-top: 10px;
}