/* 代码初始化 */
div,form,ul,ol,li,dl,dt,dd,cite,p,input,img{ margin:0; padding:0; border:none; }
img{display:block;}
h1,h2,h3,h4,h5,h6 { margin:0; padding:0; font-weight:normal; }
input,textarea,select{ font-size:12px; font-family:Microsoft Yahei; }
ol,ul,li{ list-style-type:none;}
/*a,a:visited{ color:#666; text-decoration:none; }
a:hover{ color:#666; text-decoration:underline; }*/
.clearfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
.clearfix { *+height:1%; }
body{ margin:0; padding:0; width:100%; height:auto; color:#666; font-size:16px; line-height:24px; font-family:Microsoft Yahei,SimSun,Arial, Helvetica, sans-serif; } 
:focus { outline: none; } 
.left{ float:left; }
.right{ float:right; }
.hide{ display:none; }
a{
	text-decoration:none;
}
.textcenter{ text-align:center; }
.overflow-ellipsis{ overflow:hidden; white-space:nowrap; text-overflow:ellipsis;-o-text-overflow:ellipsis; }
.inline{ display:inline-block; *display:inline; *zoom:1; }
i{ font-style:normal; }
/*初始化代码*/



.container {
  width: 100%;
  height: 100%;
  position: relative;
}
.container .banner {
  width: 100%;
  height: 458px;
  background: url('jx20180509banner.jpg') no-repeat center top;
  margin: 0 auto;
}

.container .content {
  width: 998px;
  height: 100%;
  margin: 0 auto;
}
.container .content .location {
  width: 100%;
  height: 96px;
}
.container .content .location h3 {
  padding: 34px 0 28px 20px;
  font-size: 14px;
  line-height: 34px;
  color: #3a3939;
}
.container .content .article {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.container .content .article h2 {
  text-align: center;
  font-size: 26px;
  line-height: 30px;
  color: #000000;
 /* margin-top: 45px;*/
  margin-bottom: 20px;
}
.container .content .article img {
  display: block;
  padding: 10px 67px 10px 67px;
  margin: 0 auto;
}
.container .content .article .articleTxt {
  width: 100%;
  height: auto;
  padding: 0 30px 0 30px;
  box-sizing: border-box;
  /* text-indent: 2em; */
  font-size: 16px;
  line-height: 30px;
  color: #000000;
}

.container .content .foot {
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
  height: 68px;
  line-height: 26px;
  font-family: "宋体";
  font-size: 14px;
  color: #323232;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 20px;
  margin-top: 13px;
  position: relative;
}
.container .content .foot .foot2{
  width: 80px;
  height: 80px;
  position: absolute;
  left: 20px;
  top: 30px;
}
.container .content .foot .foot3{
width: 80px;
height: 80px;
position: absolute;
right: 50px;
top: 40px;
}
