html {
  font-size: 625%;
}

body {
  font-size: 16px;
  background: #fff;
  box-sizing: border-box;
  min-width: 1200px;
  width: 100%;
}

body,
html,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd,
th,
td,
form,
object,
iframe,
blockquote,
pre,
a,
abbr,
address,
code,
img,
fieldset,
form,
label,
figure {
  margin: 0;
  padding: 0;
}

body,
html,
input,
button,
textarea {
  color: #333;
  font-family: "SourceSansPro", Arial, Helvetica, sans-serif;
  line-height: 1.5;
}

a {
  list-style: none;
  text-decoration: none;
}

body {
  background-color: #fff;
}

img {
  display: block;
  width: 100%;
}

ol,
ul,
li {
  list-style: none;
}

.pcwl_content {
  width: 75%;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 1600px) {
  .pcwl_content {
    width: 90%;
    margin: 0 auto;
    position: relative;
  }
}

/* banner_title */

.ny_banner .ny_txt {
  position: absolute;
  font-size: 0.36rem;
  top: 0;
  width: 10rem;
  left: 50%;
  margin-left: -5rem;
  top: 15%;
}

.ny_banner .ny_txt h3 {
  text-align: center;
  font-size: 40px;
  color: #1d763d;
}

.ny_banner .ny_txt .line {
  border-bottom: 3px solid #fec028;
  width: 0.8rem;
  margin: 0 auto;
  margin-top: 0.15rem;
  border-radius: 0.1rem;
}

.ny_banner .ny_txt p {
  font-size: 26px;
  text-align: center;
  color: #333;
  font-weight: 600;
  margin-top: 0.1rem;
  letter-spacing: 2px;
}

/* rpiaofu */

.right_nav {
  right: 0;
  bottom: 50%;
  position: fixed;
  text-align: left;
  overflow: hidden;
  z-index: 999;
}

.right_nav li {
  background: #1d763d;
  margin: 4px 0;
  padding: 10px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  cursor: pointer;
  position: relative;
  right: -70px;
}

.right_nav li .iconBox {
  text-align: center;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.right_nav li img {
  width: 30px;
  height: 30px;
}

.right_nav li h4 {
  color: #fff;
  font-size: 14px;
  margin: 2px 0;
  margin-left: 15px;
}

.right_nav li:hover {
  background: #cf1322;
}

.right_nav li .hideBox {
  display: none;
  position: absolute;
  right: 120px;
  padding: 10px;
  padding-right: 15px;
  top: -10px;
  z-index: 999;
}

.right_nav li .hideBox .hb {
  border: 1px solid #ccc;
  background-color: #fff;
  padding: 10px 20px;
  border-top: 2px solid #0085cd;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.right_nav li .hideBox .hb h5 {
  padding: 5px 0;
  border-bottom: 2px solid #ccc;
  color: #0085cd;
  font-size: 16px;
  font-weight: 400;
  display: block;
  white-space: nowrap;
}

.right_nav li .hideBox .hb p {
  margin-top: 5px;
  font-size: 18px;
  font-weight: 700;
}

.right_nav li .hideBox .hb .qqtalk {
  margin-top: 10px;
}

.right_nav li .hideBox .hb .qqtalk a {
  display: flex;
  align-items: center;
}

.right_nav li .hideBox .hb .qqtalk img {
  width: 25px;
  height: 25px;
}

.right_nav li .hideBox .hb .qqtalk p {
  font-size: 14px;
  font-weight: 400;
  white-space: nowrap;
  margin-top: -5px;
  margin-left: 5px;
}

.right_nav li:nth-child(3) .hideBox img {
  width: 140px;
  height: 140px;
  margin-top: 10px;
}
