/*公用样式部分*/
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
p,
dl,
dt,
dd,
ol,
ul,
li,
form,
table,
th,
td,
a,
img,
span,
strong,
var,
em,
input,
textarea,
select,
option {
  margin: 0;
  padding: 0;
}

html,
body {
  font-family: "Microsoft YaHei";
}

ul,
ol {
  list-style: none;
}

img {
  border: 0;
}

input,
select,
textarea {
  outline: 0;
}

textarea {
  resize: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th,
strong,
var,
em {
  font-weight: normal;
  font-style: normal;
}

a {
  text-decoration: none;
  color: #000;
}

a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
  color: #000;
}

.clearfix:after {
  content: "\200B";
  display: block;
  height: 30px;
  clear: both;
}

.clearfix {
  *zoom: 1;
}

/*本页面css*/
body {
  background: #FFF1DA;
}

.g_banner {
  width: 100%;
  height: 559px;
  background: url(../2022zwgkzdgz/2022zwgkgdtp.jpg) no-repeat center top;
  background-size: 100% 100%;
}

.g_mobile_banner {
  width: 100%;
  display: none;
}

.m_banner {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  height: 559px;
}

.t_qr_code {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1000;
  width: 100px;
  height: 100px;
}

.g_layout {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}

.g_nav {
  width: 100%;
  height: 117px;
  background: url(./gkgzpd_nav_ch_20211122.jpg) no-repeat center top;
}

.g_nav li {
  font-size: 22px;
  display: inline-block;
  margin: 32px 18px 0;
}

.g_nav li a {
  color: #fff;
  font-weight: 700;
}

.g_nav li:hover a {
  color: #ffca57;
  font-weight: bold;
}

/*内容部分*/
.g_box {
  width: 100%;
  background: #fff5e2;
  overflow: hidden;
  padding-bottom: 30px;
}

.m_title {
  width: 1152px;
  height: 17px;
  margin: 70px auto 0;
  background: #fe8158;
  position: relative;
}

.m_title b {
  float: left;
  display: block;
  height: 50px;
  font-size: 20px;
  color: #fff;
  margin-top: -40px;
  background: #ee2b26;
  line-height: 50px;
  font-style: italic;
  padding: 0 5px;
}

.m_title img.arrow1 {
  float: left;
  margin: -40px 0 0 0;
}

.m_title img.arrow2 {
  float: left;
  margin: -41px 0 0 -1px;
}

.m_title a {
  position: absolute;
  top: -28px;
  right: 10px;
  font-size: 18px;
  color: #fe8158;
}

.m_content {
  width: 1108px;
  border: 2px solid #fe8158;
  border-top: none;
  border-bottom: none;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 20px 20px;
  background: #fff;
}

.m_content_btm {
  width: 1152px;
  margin: 0 auto;
  background: url(./gkgzpd_bg_bottom_ch_20211122.jpg) center bottom no-repeat;
  height: 8px;
}

.tab {
  overflow: hidden;
  border-bottom: 1px solid #f85542;
}

.tab li {
  float: left;
  height: 38px;
  overflow: hidden;
  margin: 30px 0 0 0;
  display: block;
}

.tab li a {
  display: block;
  height: 46px;
  padding: 0 15px;
  line-height: 38px;
  border-radius: 8px;
  font-size: 16px;
}

.tab li.on a {
  background: #f85542;
  color: #fff;
}

.content {
  margin: 20px 0 0 42px;
  display: none;
}

.content li {
  line-height: 34px;
}
 

/*最后*/
@media only screen and (max-width:640px) {

  .g_banner,
  .g_nav {
    display: none;
  }

  .g_mobile_banner {
    display: block;
  }

  .g_layout {
    width: 100%;
  }

  .g_nav {
    width: 100%;
    height: auto;
    background: #C9242A;
    padding: 20px 0
  }

  .g_nav li {
    line-height: 50px;
    margin: 0 auto;
    width: 100%;
    text-align: center;
  }

  /*内容部分*/
  .g_box {
    background: #fff;
  }

  .m_title {
    width: 100%;
  }

  .m_title b {
    font-size: 16px;
  }

  .m_title a {
    margin-right: 0;
  }

  .m_content {
    width: auto;
  }

  .tab {
    overflow: hidden;
  }

  .tab li {
    margin: 15px 0 0 8px;
  }

  .content {
    margin: 20px 10px 0;
    display: none;
  }
}