* {
  padding: 0;
  margin: 0;
}
ul,
li,
ol,
span,
em {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
li {
  float: left;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
a {
  text-decoration: none;
  color: #343434;
}
a:hover {
  color: #FF0000;
}
img {
  border: 0;
}
/*公共类S*/
.clear {
  clear: both;
}
.divH2 {
  height: 2px;
  clear: both;
}
.divH3 {
  height: 3px;
  clear: both;
}
.divH5 {
  height: 5px;
  clear: both;
}
.divH10 {
  height: 10px;
  clear: both;
}
.divH15 {
  height: 15px;
  clear: both;
}
.divH20 {
  height: 20px;
  clear: both;
}
.divH30 {
  height: 30px;
  clear: both;
}
.divH40 {
  height: 40px;
  clear: both;
}
body {
  font-family: "Microsoft YaHei";
  font-size: 14px;
  color: #343434;
  background: #ececec;
}
.header {
  display: block;
  width: 100%;
  height: 80px;
  min-width: 1250px;
  background: #3591da;
}
.header .header_main {
  display: block;
  width: 1250px;
  margin: 0 auto;
}
.header .header_main .pic_logo {
  display: block;
  float: left;
  width: 449px;
  height: 80px;
  background: url(2016_czqzf_pic_log.png) no-repeat 0 center;
}
.header .header_main .header_menu {
  display: block;
  float: right;
  width: 790px;
  height: 80px;
}
.header .header_main .header_menu > ul > li {
  display: block;
  width: 112px;
  height: 80px;
}
.header .header_main .header_menu > ul > li > a {
  display: block;
  width: 112px;
  height: 80px;
  line-height: 80px;
  font-size: 18px;
  color: #FFF;
  text-align: center;
}
.header .header_main .header_menu > ul > li:hover a {
  background: #207fcb;
}
.p_menu_check > a {
  background: #207fcb;
}
.main_body {
  width: 100%;
}
.main_body .pic_main {
  display: none;
}
.main_body .pic_main .pic_title {
  display: block;
  width: 100%;
  height: 72px;
  background: #FFFFFF;
}
.main_body .pic_main .pic_title .title_content {
  display: block;
  width: 1250px;
  height: 72px;
  margin: 0 auto;
}
.main_body .pic_main .pic_title .title_content .title_l {
  display: block;
  float: left;
  width: 790px;
  height: 72px;
  font-size: 28px;
  line-height: 72px;
  text-indent: 2.5em;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  background: url(2016_czqzf_tit_icon.png) no-repeat 0 center;
}
.main_body .pic_main .pic_title .title_content .title_r {
  display: block;
  float: right;
  width: 247px;
  height: 72px;
}
.main_body .pic_main .pic_title .title_content .title_r > a {
  display: block;
  float: left;
  width: 100px;
  height: 50px;
  font-size: 20px;
  line-height: 50px;
  margin-top: 10px;
  text-align: center;
  background: #f3f3f3;
  border-radius: 5px;
}
.main_body .pic_main .pic_content {
  display: block;
  width: 1250px;
  min-height: 443px;
  margin: 30px auto;
}
.main_body .pic_main .pic_content .show_pic {
  display: block;
  float: left;
  background: #FFF;
}
.main_body .pic_main .pic_content .show_pic_content {
  position: relative;
  display: block;
  float: right;
  width: 345px;
  min-height: 443px;
  background: #FFF;
}
.main_body .pic_main .pic_content .show_pic_content .content_top {
  display: block;
  position: relative;
  width: 100%;
  height: 108px;
  border-bottom: 1px solid #dcdcdc;
  background: url(2016_czqzf_xiexian.png) no-repeat 50px center;
}
.main_body .pic_main .pic_content .show_pic_content .content_top .pic_num {
  display: block;
  position: absolute;
  left: 30px;
  top: 15px;
  width: 50px;
  height: 50px;
  text-align: center;
  font-size: 34px;
}
.main_body .pic_main .pic_content .show_pic_content .content_top .pic_totle_num {
  display: block;
  position: absolute;
  left: 55px;
  top: 55px;
  width: 50px;
  height: 50px;
  text-align: center;
  font-size: 16px;
}
.main_body .pic_main .pic_content .show_pic_content .content_top .pic_author {
  display: block;
  position: absolute;
  left: 110px;
  top: 30px;
  width: 150px;
  height: 40px;
  font-size: 14px;
  color: #717171;
  line-height: 40px;
}
.main_body .pic_main .pic_content .show_pic_content .content_cen {
  display: block;
  width: 95%;
  margin: 20px auto;
  font-size: 16px;
  line-height: 30px;
  text-indent: 2em;
}
.main_body .pic_main .pic_content .show_pic_content .content_btm {
  position: absolute;
  bottom: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #717171;
}
.triangle-left {
  position: absolute;
  top: 30px;
  left: -25px;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-right: 25px solid #FFF;
  border-bottom: 20px solid transparent;
}
.footer {
  display: block;
  width: 100%;
  min-width: 1440px;
  background: #F2F2F2;
  border-top: 3px solid #DDDDDD;
}
.footer .footer_copyright {
  display: block;
  width: 100%;
  min-width: 1440px;
  background: #F2F2F2;
}
.footer .footer_copyright .footer_copyright_content {
  display: block;
  width: 1440px;
  margin: 0 auto;
  text-align: center;
}
.footer .footer_copyright .footer_copyright_content .footer_copyright_item {
  display: block;
  width: 1440px;
  height: 30px;
  margin: 0 auto;
  line-height: 30px;
  text-align: center;
}
.footer .footer_copyright .footer_copyright_content .footer_copyright_item ul {
  display: block;
  width: 366px;
  height: 30px;
  margin: 0 auto;
}
.footer .footer_copyright .footer_copyright_content .footer_copyright_item ul > li > a {
  display: block;
  width: 70px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
.footer .footer_copyright .footer_copyright_content .footer_copyright_copyright > p {
  display: block;
  min-height: 30px;
  line-height: 30px;
}
.footer .footer_icon_link {
  display: block;
  width: 100%;
  height: 80px;
  margin: 0 auto;
}
.footer .footer_icon_link .footer_icon_link_content {
  width: 1250px;
  margin: 0 auto;
}
.footer .footer_icon_link .footer_icon_link_content > ul {
  display: block;
  width: 401px;
  height: 80px;
  margin: 0 auto;
}
.footer .footer_icon_link .footer_icon_link_content > ul > li {
  display: block;
  height: 80px;
  text-align: center;
}