/* 初始化CSS  重置浏览器样式*/
html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img,
div {
  margin: 0;
  padding: 0;
}
fieldset,
img {
  border: none;
  width: 100%;
  height: 100%;
}
ul,
ol {
  list-style: none;
}
select,
input,
textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  font-size: 14px;
  margin: 0;
  padding: 0;
  outline: none;
  border: 0 none;
  vertical-align: middle;
}
textarea {
  resize: none;
}
table {
  border-collapse: collapse;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
body {
  font-size: 16px;
  color: #333333;
  font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  background-color: #f2f2ff;
}
a {
  color: #333333;
  text-decoration: none;
  font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  font-size: 16px;
  transition: 0.5s all;
}
a:hover {
  text-decoration: none;
  color: #ca081e;
}
.wrap {
  width: 1200px;
  position: relative;
  margin: 0 auto;
  height: 100%;
}
/* footer */
.f_clear {
  display: block;
  *zoom: 1;
}
.f_clear:after {
  content: '';
  overflow: hidden;
  width: 100%;
  height: 0px;
  font-size: 0px;
  display: block;
  clear: both;
}
/*.g_foot_box * {
  box-sizing: content-box;
}
.g_foot_box .m_foot_box {
  height: 210px;
  background: #c2cae0;
  border-top:0px
}
.g_foot_box .m_foot_box .m_foot {
  width: 1200px;
  margin: 0 auto;
}
.g_foot_box .m_organization {
  float: left;
  width: 80px;
  padding: 70px 55px 0 90px;
}
.g_foot_box .m_jiucuo {
  float: left;
  padding: 75px 95px 0 0;
}
.g_foot_box .m_foot_info {
  float: left;
  margin-top: 30px;
}
.g_foot_box .m_foot_info li {
  float: left;
  margin-left: 3px;
  background: #9da9ca;
  font-size: 14px;
}
.g_foot_box .m_foot_info li a {
  color: #fff;
}
.g_foot_box .m_info1 {
  width: 300px;
  padding: 30px 0;
  height: 90px;
}
.g_foot_box .m_info1 a {
  float: left;
  margin: 12px 42px;
}
.g_foot_box .m_info2 {
  width: 240px;
  padding: 30px 20px 0;
  height: 120px;
}
.g_foot_box .m_info2 p {
  font-size: 14px;
  color: #fff;
  line-height: 44px;
  font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
}
.g_foot_box .m_info3 {
  width: 180px;
  padding: 25px 15px;
  height: 100px;
}
.g_foot_box .m_info3 p {
  float: left;
  width: 80px;
  text-align: center;
  font-size: 12px;
  margin: 0 5px;
  color: #fff;
}
.g_foot_box .m_info3 p img {
  padding-bottom: 5px;
}
.g_foot_box .m_foot_txt {
  height: 55px;
  line-height: 55px;
  background: #6888c2;
}
.g_foot_box .m_foot_txt .foot_txt {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.g_foot_box .m_foot_txt .foot_txt p {
  float: left;
  font-size: 14px;
  color: #FFF;
  margin-left: 45px;
  font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
}
.g_foot_box .m_foot_txt .foot_txt a {
  font-size: 14px;
  color: #FFF;
}
.g_foot_box .m_foot_txt .foot_txt a:hover {
  color: #f77453;
}*/
.working_txt {
  display: none;
}
.m_organization {
  font-size: 14px;
  color: #fff;
}
.noPC {
  display: none;
}
@media only screen and (max-width: 414px) {
  .foot_txt {
    display: none;
  }
  .m_jiucuo,
  .m_info1,
  .m_info2,
  .qr_weibo {
    display: none;
  }
  .working_txt {
    display: block;
    text-align: center;
    font-size: 14px;
  }
  .g_foot_box .m_foot_box {
    height: auto;
  }
  .g_foot_box .m_foot_box .m_foot {
    width: 100%;
  }
  .g_foot_box .m_organization,
  .g_foot_box .m_jiucuo {
    width: 50%;
    margin: 0;
    padding: 20px 0;
    text-align: center;
  }
  .noPC {
    display: block;
  }
  .g_foot_box .m_foot_info {
    margin: 0;
    width: 50%;
  }
  .g_foot_box .m_foot_info li.m_info3 {
    background: 0;
    width: 100%;
    padding: 25px 0 0;
    text-align: center;
    margin: 0;
  }
  .g_foot_box .m_info3 p {
    width: 100%;
    margin: 0;
  }
  .g_foot_box .m_info3 p img {
    width: 55px;
  }
}
/* page */
.page {
  height: 50px;
  line-height: 50px;
  text-align: center;
}
.page span {
  padding: 5px 10px;
  border: solid 1px #adadad;
  margin-right: 10px;
}
.page a {
  padding: 5px 10px;
  border: solid 1px #adadad;
  margin-right: 10px;
}
.page a.num {
  border: solid 1px #FFF;
}
.page span.on {
  background: #f77453;
  color: #FFF;
  border: none;
}
.page a:hover {
  background: #f77453;
  color: #FFF;
  border: solid 1px #FFF;
}
.page font {
  display: none;
}
.secBoxTitle {
  border-bottom: 1px solid #e5e6e5;
}
.secBoxTitle h2 {
  font-size: 24px;
  color: #333;
  font-weight: bold;
  padding: 0px 15px;
  border-bottom: 3px solid #3779c1;
  display: inline-block;
  margin-bottom: -1px;
  margin-left: 20px;
}
.location {
  width: 1170px;
  margin: 0 auto;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #808080;
}
.time {
  line-height: 30px;
  text-align: center;
  margin-bottom: 20px;
}
.time span:first-child {
  margin-right: 20px;
}
/* -------------------------------------------------------------------- */
.topPhoto {
  background: url(../images/top_photo.jpg) no-repeat center top;
  height: 549px;
}
.hdfaBox {
  background: url(../images/top_list_bg.jpg) no-repeat center top;
  height: 446px;
  overflow: hidden;
}
.hdfa {
  overflow: hidden;
  height: 125px;
}
.hdfa h2 {
  background: url(../images/title_hd_bg.png) no-repeat;
  width: 36px;
  height: 125px;
  overflow: hidden;
  font-size: 24px;
  font-weight: 600;
  color: #FFF;
  padding: 0 8px 0 12px;
  float: left;
}
.hdfa .hdfaCon {
  width: 1120px;
  height: 125px;
  overflow: hidden;
  color: #FFF;
  text-align: justify;
  line-height: 2;
  float: right;
}
.hdfaSlide {
  width: 1138px;
  height: 268px;
  overflow: hidden;
  position: relative;
  border: solid 1px #FFF;
  margin: 20px auto 0;
  padding: 0 30px;
}
.hdfaSlide .hd {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.hdfaSlide .hd li {
  float: left;
  width: 317px;
  height: 57px;
  margin: 20px 0 0 45px;
}
.hdfaSlide .hd li a {
  display: block;
  background: url(../images/btn_bg.png) no-repeat;
  width: 277px;
  height: 57px;
  line-height: 57px;
  color: #FFF;
  font-weight: 600;
  padding-left: 40px;
}
.hdfaSlide .hd li a i {
  display: inline-block;
  width: 32px;
  height: 32px;
  vertical-align: middle;
  margin: -3px 10px 0 0;
}
.hdfaSlide .hd li a i.icon01 {
  background: url(../images/icon_01.png) no-repeat;
}
.hdfaSlide .hd li a i.icon02 {
  background: url(../images/icon_02.png) no-repeat;
}
.hdfaSlide .hd li a i.icon03 {
  background: url(../images/icon_03.png) no-repeat;
}
.hdfaSlide .hd li a i.icon04 {
  background: url(../images/icon_04.png) no-repeat;
}
.hdfaSlide .hd li a i.icon05 {
  background: url(../images/icon_05.png) no-repeat;
}
.hdfaSlide .hd li a i.icon06 {
  background: url(../images/icon_06.png) no-repeat;
}
.hdfaSlide .hd li.on a {
  color: #ca081e;
}
.hdfaSlide .hd li.on a i.icon01 {
  background: url(../images/icon_01_over.png) no-repeat;
}
.hdfaSlide .hd li.on a i.icon02 {
  background: url(../images/icon_02_over.png) no-repeat;
}
.hdfaSlide .hd li.on a i.icon03 {
  background: url(../images/icon_03_over.png) no-repeat;
}
.hdfaSlide .hd li.on a i.icon04 {
  background: url(../images/icon_04_over.png) no-repeat;
}
.hdfaSlide .hd li.on a i.icon05 {
  background: url(../images/icon_05_over.png) no-repeat;
}
.hdfaSlide .hd li.on a i.icon06 {
  background: url(../images/icon_06_over.png) no-repeat;
}
.hdfaSlide .bd {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}
.hdfaSlide .bd .info {
  width: 1048px !important;
  padding-top: 20px;
  color: #FFF;
  line-height: 1.8;
  text-align: justify;
  padding-right: 90px;
}
.hdfaSlide .tempWrap {
  width: 1048px !important;
  margin: 0 auto;
}
.fleft {
  float: left;
}
.fright {
  float: right;
}
.hdbmBox {
  margin-top: 30px;
  height: 251px;
}
.hdbmBox .hdbm {
  width: 585px;
}
.hdbmBox .hdbm .title {
  height: 76px;
  background-color: #0072e4;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  position: relative;
}
.hdbmBox .hdbm .title h2 {
  font-size: 24px;
  color: #FFF;
  font-weight: 600;
  line-height: 76px;
  padding-left: 45px;
}
.hdbmBox .hdbm .title a.more {
  position: absolute;
  background: url(../images/title_more_bg.png) no-repeat;
  width: 129px;
  height: 88px;
  right: 40px;
  bottom: 0;
  z-index: 9;
  font-size: 20px;
  color: #FFF;
  padding-left: 7px;
  line-height: 88px;
  text-align: center;
}
.hdbmBox .hdbm .info {
  background-color: #FFF;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  width: 555px;
  height: 145px;
  padding: 15px;
  color: #666;
  line-height: 1.8;
  text-align: justify;
}
.jchgBox {
  margin: 80px 0 50px 0;
  background: url(../images/slide_bg.png) no-repeat center center;
}
.jchgBox h2.title {
  height: 35px;
}
.jchgBox h2.title a {
  display: block;
  height: 35px;
}
.jchgBox h2.title img {
  display: block;
  width: 1111px;
  height: 35px;
  margin: 0 auto;
}
.jchgBox .jchgCon {
  overflow: hidden;
  margin-top: 30px;
}
.jchgBox .jchgCon .jchgSlide {
  width: 730px;
  height: 560px;
  float: left;
  overflow: hidden;
  position: relative;
  margin-left: 10px;
}
.jchgBox .jchgCon .jchgSlide .bd {
  width: 730px;
  height: 410px;
  overflow: hidden;
  position: relative;
}
.jchgBox .jchgCon .jchgSlide .bd li {
  width: 730px;
  height: 410px;
  overflow: hidden;
  position: relative;
}
.jchgBox .jchgCon .jchgSlide .bd li .pic {
  width: 730px;
  height: 410px;
}
.jchgBox .jchgCon .jchgSlide .bd li .pic a {
  display: block;
  width: 730px;
  height: 410px;
}
.jchgBox .jchgCon .jchgSlide .bd li .pic a img {
  width: 730px;
  height: 410px;
}
.jchgBox .jchgCon .jchgSlide .bd li .mask {
  width: 730px;
  height: 32px;
  background: #000;
  opacity: .6;
  filter: opacity(alpha=60);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 9;
}
.jchgBox .jchgCon .jchgSlide .bd li .tit {
  width: 670px;
  height: 32px;
  padding: 0 20px 0 20px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 99;
}
.jchgBox .jchgCon .jchgSlide .bd li .tit a {
  color: #FFF;
  font-size: 18px;
  display: block;
  height: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 32px;
}
.jchgBox .jchgCon .jchgSlide .bd li .tit a:hover {
  color: #f77453;
}
.jchgBox .jchgCon .jchgSlide .hd {
  margin-top: 20px;
}
.jchgBox .jchgCon .jchgSlide .hd li {
  float: left;
  width: 235px;
  height: 130px;
  position: relative;
  overflow: hidden;
  margin-right: 12px;
}
.jchgBox .jchgCon .jchgSlide .hd li .pic {
  width: 235px;
  height: 130px;
}
.jchgBox .jchgCon .jchgSlide .hd li .pic img {
  width: 235px;
  height: 130px;
}
.jchgBox .jchgCon .jchgSlide .hd li .mask {
  width: 235px;
  height: 130px;
  background: #000;
  opacity: .5;
  filter: opacity(alpha=50);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 9;
  transition: .5s all;
}
.jchgBox .jchgCon .jchgSlide .hd li.on .mask {
  opacity: 0;
  filter: opacity(alpha=100);
}
.jchgBox .jchgCon .jchgListBox {
  width: 380px;
  height: 480px;
  float: right;
  background: #FFF;
  padding: 40px 30px;
}
.jchgBox .jchgCon .jchgListBox .headNew h3 {
  margin-bottom: 10px;
}
.jchgBox .jchgCon .jchgListBox .headNew h3 a {
  font-size: 18px;
  color: #f77453;
  font-weight: bold;
  line-height: 26px;
}
.jchgBox .jchgCon .jchgListBox .headNew p.desc {
  color: #666;
  line-height: 1.8;
  text-indent: 2em;
  text-align: justify;
  margin-bottom: 30px;
}
.jchgBox .jchgCon .jchgListBox .jchgList li {
  background: url(../images/icon_txtList.png) no-repeat left center;
  padding-left: 10px;
  height: 20px;
  line-height: 20px;
  width: 370px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 20px;
}
.jchgBox .jchgCon .jchgListBox .jchgList li a {
  font-size: 18px;
}
.jchgBox .jchgCon .jchgListBox .jchgList li a:hover {
  color: #f77453;
}
.hd_mask {
  background: rgba(0, 0, 0, 0.4);
  display: none;
  position: absolute;
  top: 0px;
  z-index: 2;
}
.hd_tip {
  width: 512px;
  height: 295px;
  position: absolute;
  top: 850px;
  left: 50%;
  margin-left: -256px;
  z-index: 99;
  display: none;
}
.hd_tip .close {
  width: 28px;
  height: 28px;
  position: absolute;
  right: 20px;
  top: 20px;
  display: block;
  cursor: pointer;
  z-index: 99;
}
.headline {
  padding: 15px;
}
.location {
  height: 50px;
  line-height: 50px;
  color: #333;
}
.headline h1 {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  line-height: 40px;
  margin: 30px 0 15px 0px;
}
.index_content {
  width: 1100px;
  padding: 0 50px;
  overflow: hidden;
  margin: 0 auto 40px auto;
  line-height: 2;
}
.index_content .txtCon img {
	width: auto;
	height: auto;
}
/* second */
.secondBG {
  background: #FFF;
}
.secondTop {
  background: url(../images/second_top_photo.jpg) no-repeat center top;
  height: 541px;
}
.listBox {
  width: 1200px;
  overflow: hidden;
  margin: 20px auto 50px;
}
.listBox li {
  overflow: hidden;
}
.listBox li .wrapA {
  display: block;
  padding: 20px;
  width: 1160px;
  height: 165px;
  overflow: hidden;
  border-bottom: solid 1px #e6e6e6;
}
.listBox li .wrapA:hover {
  background: #f0f0f0;
}
.listBox li .pic {
  width: 248px;
  height: 165px;
  float: left;
}
.listBox li .pic img {
  width: 248px;
  height: 165px;
}
.listBox li .txtCon {
  width: 900px;
  height: 165px;
  overflow: hidden;
  float: right;
  position: relative;
}
.listBox li .txtCon h3 {
  font-size: 18px;
  color: #1d3f6b;
  line-height: 40px;
}
.listBox li .txtCon .date {
  font-size: 12px;
  color: #969696;
  line-height: 12px;
  margin-bottom: 10px;
}
.listBox li .txtCon .desc {
  font-size: 14px;
  color: #646464;
  line-height: 30px;
}
.listBox li .txtCon .detail {
  width: 98px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  font-size: 14px;
  color: #000;
  border: solid 1px #e6e6e6;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 9;
}
.listBox li .txtCon .detail:hover {
  background: #e67c31;
  border: solid 1px #e67c31;
  color: #FFF;
}
.contentBox .crumbs {
  height: 60px;
  line-height: 60px;
  padding-left: 50px;
  width: 1150px;
  color: #969696;
}
.contentBox .content {
  width: 1100px;
  padding: 0 50px;
  overflow: hidden;
}
.contentBox .content .titleBox {
  border-bottom: solid 1px #E6E6E6;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.contentBox .content .titleBox h1 {
  font-size: 30px;
  color: #000;
  font-weight: bold;
  text-align: center;
}
.contentBox .content .contentSlide {
  width: 800px;
  height: 575px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.contentBox .content .contentSlide .big_bd {
  width: 800px;
  height: 450px;
  overflow: hidden;
  position: relative;
}
.contentBox .content .contentSlide .big_bd li {
  width: 800px;
  height: 450px;
}
.contentBox .content .contentSlide .big_bd li img {
  width: 800px;
  height: 450px;
}
.contentBox .content .contentSlide .small_hd {
  margin-top: 15px;
  position: relative;
}
.contentBox .content .contentSlide .small_hd ul li {
  width: 190px;
  height: 108px;
  cursor: pointer;
  margin-right: 14px;
}
.contentBox .content .contentSlide .small_hd ul li img {
  width: 190px;
  height: 108px;
}
.contentBox .content .contentSlide .small_hd .sNext,
.contentBox .content .contentSlide .small_hd .sPrev {
  background: url(../images/slide_arrow.png) no-repeat -31px 0;
  width: 29px;
  height: 44px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -22px;
  z-index: 9;
}
.contentBox .content .contentSlide .small_hd .sPrev {
  background: url(../images/slide_arrow.png) no-repeat;
  right: auto;
  left: 0;
}
.contentBox .content .txtCon {
  line-height: 2;
  margin: 20px 0 50px 0;
}
