body,
html {
  padding: 0;
  margin: 0;
}
body {
  background: #fff url(zly_wujinbg20201202.jpg) no-repeat center top;
  min-width: 1200px;
  max-width:3680px;
  overflow-x: hidden;
}
ul,
li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
.header {
  background: url('../../img/wujin/banner.jpg') no-repeat center;
  height: 778px;
}
.main-container {
  width: 1200px;
  margin: 600px auto 0 auto;
  background-color: #ffffff;
	border:#dcdcdc 1px solid;
	border-radius: 3px;
}
.main-container .main-content {
   padding: 0 20px;
  margin: 45px auto; overflow: hidden;
}
.main-container .main-content .news-banner {
  background: url('../../img/wujin/news.jpg') no-repeat center center;
}
.main-container .main-content .experience-banner {
  margin-top: 40px;
  background: url('../../img/wujin/jinyanjiaoliu.jpg') no-repeat center center;
}
.main-container .main-content .dynamic-banner {
  margin-top: 30px;
  background: url('../../img/wujin/shidiandongtai.jpg') no-repeat center center;
}
.main-container .main-content .video-banner {
  margin-top: 30px;
  background: url('../../img/wujin/shipinbaodao.jpg') no-repeat center center;
}
.main-container .main-content .common-banner {
  position: relative;
  height: 74px;
}
.main-container .main-content .common-banner .more {
  position: absolute;
  font-size: 12px;
  right: 12px;
  bottom: 23px;
}
.main-container .main-content .common-banner .more a {
  color: #f78e58;
}
.main-container .main-content .comon-content li {
	overflow: hidden;
  display: block;
  justify-content: center;
  padding: 10px 0 20px;
  border-bottom: 1px dashed #dcdcdc;
}
.main-container .main-content .comon-content li:last-child {
  border-bottom: none;
}
.main-container .main-content .comon-content li img {
  width: 263px;
  height: 130px;
  margin: 12px;
	margin-left: 0;
	border-radius: 3px;
	border:#dcdcdc 1px solid;
}
.main-container .main-content .comon-content li .li-content {
	float: left;
  width: 852px;
  margin-left: 30px;
}
.main-container .main-content .comon-content li .li-content .title {
  display: block;
  justify-content: space-between;
}
.main-container .main-content .comon-content li .li-content .title h3 {

  width:98%;
  line-height: 40px;
  overflow: hidden;
  color: black;
  white-space: nowrap;
  text-overflow: ellipsis;
	color: #3d74bf;
	font-weight: normal;
	background: url(pic120201202bg5.png) no-repeat left center;  padding-left: 2%;
	border-bottom: #dcdcdc 1px dashed;
	display: block;
}
.main-container .main-content .comon-content li .li-content .title h3 span{ float: right; color: #999;}
.main-container .main-content .comon-content li .li-content p {
  margin-top: -2px;
  color: #999999;
  font-size: 16px;
  text-indent: 2em;
  line-height: 1.8em;
	background: #eee; width: auto; height: auto; overflow: hidden; border-radius: 3px;
	padding: 20px;
}
.main-container .main-content .comon-content li .li-content p .detail {
  color: #f78e58;
}
.main-container .main-content .news-words-info {
  background: #f0f0f0;
  margin: 20px auto;
  padding: 10px 20px;
}
.main-container .main-content .news-words-info ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
.main-container .main-content .news-words-info ul li {
  display: flex;
  width: 500px;
  line-height: 2.5em;
}
.main-container .main-content .news-words-info ul li a {
  font-size: 14px;
  color: black;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.main-container .main-content .news-words-info ul li i.fa {
  transform: scale(0.8);
  color: #f78e58;
  display: flex;
  align-items: center;
  margin-right: 8px;
}
.main-container .main-content .news-words-info ul li span {
  color: #b2bec3;
  font-size: 13px;
}
.main-container .main-content .video-report {
  margin: 0 auto ;
}
.main-container .main-content .video-report ul {
  display: flex;
  height: 300px;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.main-container .main-content .video-report ul li {
	display: inline-block;
	width: 23%;
	float: left;
  margin-top: 20px;
}
.main-container .main-content .video-report ul li a {
position: relative;
  display: flex;
  flex-direction: column;
  height: 255px;
}
.main-container .main-content .video-report ul li:hover a:before{
	 display: inline-block;
    content: "";
    width: 40px;
    height: 40px;
    position: absolute;
    bottom: 140px;
    left: 43%;
      
    background:url(pic120201202bg7.png) no-repeat;
	
}
.main-container .main-content .video-report ul li a:before{
	 display: inline-block;
    content: "";
    width: 40px;
    height: 40px;
    position: absolute;
    bottom: 150px;
    left: 43%;
      
    background:url(pic120201202bg7.png) no-repeat;
	
}
.main-container .main-content .video-report ul li a img {
  width: 262px;
  height: 176px;
	border:#dcdcdc 1px solid;
	border-radius: 5px;
}
.main-container .main-content .video-report ul li a .title {
  display: flex;
  margin: 10px auto;
  width: 250px;
}
.main-container .main-content .video-report ul li a .title i {
  margin: 2px 10px;
  color: #f78e58;
}
.main-container .main-content .video-report ul li a .title span {
  color: black;
  font-size: 14px;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.main-container .main-content .video-more {
  padding: 0 0 40px 0;
}
.foot {
  margin-top: -44px !important;
}
.float-menu {
  display: none;
}
.slider {
  width: 1060px;
  margin: 0 auto;
  padding-top: 20px;
}
.slider .list {
  position: relative;
  width: 980px;
  height: 380px;
  margin: 60px auto 0 auto;
}
.slider .list ul {
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.slider .list ul li {
  position: absolute;
  width: 560px;
  height: 370px;
  transition: 0.5s;
border:#dcdcdc 1px solid;
border-radius: 3px;
}
.slider .list ul li img {
  position: relative;
  width: 100%;
  height: 100%;
}
.slider .list ul li span {
  position: absolute;
  bottom: 0px;
  left: 0;
  padding: 10px 0;
  text-align: center;
  width: 100%;
  color: white;
  background-color: rgba(115, 115, 110, 0.4);
  z-index: 5;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.slider .list ul .list1 {
  transform: scale(0.7);
  transform-origin: 0 50%;
}
.slider .list ul .list2 {
  z-index: 2;
  transform: translateX(50px) scale(0.8);
  transform-origin: 0 50%;
}
.slider .list ul .list3 {
  transform: translateX(135px);
  z-index: 3;
}
.slider .list ul .list4 {
  z-index: 2;
  transform: translateX(350px) scale(0.8);
}
.slider .list ul .list5 {
  z-index: 1;
  transform: translateX(400px) scale(0.7);
  transform-origin: 100% 50%;
}
.slider .list ul .list6 {
  transform: translateX(450px) scale(0.7);
  transform-origin: 100% 50%;
}
.slider .list ul .list7 {
  transform: translateX(500px) scale(0.7);
  transform-origin: 100% 50%;
}
.slider .list ul .list8 {
  transform: translateX(550px) scale(0.7);
  transform-origin: 100% 50%;
}
.slider .list ul .list9 {
  transform: translateX(600px) scale(0.7);
  transform-origin: 100% 50%;
}
.slider .list ul .list10 {
  transform: translateX(650px) scale(0.7);
  transform-origin: 100% 50%;
}
.slider .list .next,
.slider .list .pre {font-family: "宋体";
  position: absolute;
  top: 45%;
	border-radius: 4px;
  padding: 20px 12px;
  color: white;
  font-size: 24px;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 3;
  cursor: pointer;
  user-select: none;
  -ms-user-select: none;
}
.slider .list .next {
  right: -40px;
}
.slider .list .pre {
  left: -40px;
}
.slider .pointer {
  text-align: center;
}
.slider .pointer span {
  display: inline-block;
  width: 35px;
  margin-right: 5px;
  height: 2px;
  background-color: #b2bec3;
}
.slider .pointer .color {
  background-color: #0984e3;
}
h2{border-bottom: #dcdcdc 1px solid; position: relative; line-height: 42px;}
h2:before{    display: inline-block;
    content: "";
    width: 25px;
    height: 1px;
    position: absolute;
    bottom: -1px;
    left: 0px;
     
    background: #2f6ea2;}
h2 a{font-size: 24px; color: #3d74bf; padding-left: 30px;line-height: 42px;}
.bg2{ 
background: url(pic120201202bg2.png) no-repeat 0 10px;
}
.bg3{ 
background: url(pic120201202bg3.png) no-repeat 0 10px;
}
.bg4{ 
background: url(pic120201202bg4.png) no-repeat 0 10px;
}
.bg5{ 
background: url(pic120201202bg5.png) no-repeat 0 10px;
}
.bg6{ 
background: url(pic120201202bg6.png) no-repeat left center;
}
.bg7{ 
background: url(pic120201202bg7.png) no-repeat 0 10px;
}
.bg1{ 
background: url(pic120201202bg1.png) no-repeat 0 10px;
}
.w45{ width:45%;}
.lb{ 
display: inline-block;
	width: 96%; margin: 0 auto; padding-left: 4%;
}
.lb a{ overflow: hidden;text-overflow: ellipsis;
	float: left;
width: 80%; line-height: 42px; height: 42px; white-space: nowrap; text-align: left; color: #333; font-size: 18px;
}
.lb a:hover{color: #3d74bf;}
.lb span{ float: left; width: 20%; text-align: right;line-height: 42px; height: 42px;color: #999;font-size: 18px;}
.f{float: left;}
.r{ float: right;}