html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
button,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  background: transparent;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
button {
  background: transparent;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
strong {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  border: 0;
  max-width: 100%;
  display: block;
}
a {
  display: block;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
html {
  line-height: initial;
}
body {
  font-family: "Microsoft YaHei";
  color: #3b3b3b;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix:after {
  content: "";
  height: 0;
  clear: both;
  overflow: hidden;
  display: block;
  visibility: hidden;
}
.pr {
  position: relative;
}
.pb {
  position: absolute;
}
.pinkbg {
  background: #fff2f4;
}
.ogbg {
  background: #ffaa00;
}
.grbg {
  background: #57b624;
}
.warn {
  color: #df2629;
}
.pointer {
  cursor: pointer;
}
.container {
  width: 1136px;
  margin: 0 auto;
}
.yrjy-sec {
  padding: 52px 0 40px;
}
.yrjy-banner-wrap {
  position: relative;
  width: 100%;
  height: 455px;
  overflow: hidden;
}
.yrjy-banner-wrap img {
  position: absolute;
  width: 1920px;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 1920px;
}
.sec-tit {
  text-align: center;
  padding-bottom: 42px;
}
.sec-tit h2 {
  position: relative;
  display: inline-block;
  font-size: 42px;
  line-height: 60px;
  padding: 0 12px;
  border-bottom: 1px solid #3b3b3b;
  margin-bottom: 10px;
}
.sec-tit h2::before,
.sec-tit h2::after {
  position: absolute;
  content: '';
  width: 25px;
  height: 25px;
  background: #819ade;
  border-radius: 50px;
  bottom: 0;
  z-index: 1;
}
.sec-tit h2::before {
  left: -44px;
}
.sec-tit h2::after {
  right: -44px;
}
.sec-tit h2 .tit-circle-l,
.sec-tit h2 .tit-circle-r {
  position: absolute;
  width: 54px;
  height: 54px;
  background: rgba(255, 209, 89, 0.8);
  border-radius: 50px;
  top: 14px;
  z-index: 1;
}
.sec-tit h2 .tit-circle-l {
  left: -110px;
}
.sec-tit h2 .tit-circle-l::before {
  position: absolute;
  content: '';
  width: 34px;
  height: 34px;
  background: rgba(255, 143, 40, 0.8);
  border-radius: 50px;
  z-index: 2;
}
.sec-tit h2 .tit-circle-l::after {
  position: absolute;
  content: '';
  width: 18px;
  height: 18px;
  background: #ffd756;
  border-radius: 50px;
  top: 27px;
  left: 0;
}
.sec-tit h2 .tit-circle-l::before {
  top: 2px;
  left: -16px;
}
.sec-tit h2 .tit-circle-l::after {
  top: 32px;
  left: -50px;
}
.sec-tit h2 .tit-circle-r {
  right: -110px;
}
.sec-tit h2 .tit-circle-r::before {
  position: absolute;
  content: '';
  width: 34px;
  height: 34px;
  background: rgba(255, 143, 40, 0.8);
  border-radius: 50px;
  z-index: 2;
}
.sec-tit h2 .tit-circle-r::after {
  position: absolute;
  content: '';
  width: 18px;
  height: 18px;
  background: #ffd756;
  border-radius: 50px;
  top: 27px;
  right: 0;
}
.sec-tit h2 .tit-circle-r::before {
  bottom: 2px;
  right: -16px;
}
.sec-tit h2 .tit-circle-r::after {
  top: 0;
  right: -50px;
}
.sec-tit .sec-tit-desc {
  font-size: 14px;
  line-height: 11px;
  text-transform: uppercase;
}
.yrjy-zy {
  padding: 18px;
  background: #fff2f4;
}
.yrjy-zy .yrjy-zy-wrap {
  overflow: hidden;
}
.yrjy-zy .yrjy-zy-wrap .yrjy-thumb {
  float: left;
  width: 584px;
  height: 350px;
}
.yrjy-zy .yrjy-zy-wrap .yrjy-zy-desc {
  float: left;
  width: calc(100% - 584px);
  padding-left: 20px;
}
.yrjy-zy .yrjy-zy-wrap .yrjy-zy-desc .yrjy-zy-tab {
  position: relative;
  height: 350px;
}
.yrjy-zy .yrjy-zy-wrap .yrjy-zy-desc .yrjy-zy-tab .zy-tab-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 58px;
  border: 1px solid #ec5413;
}
.yrjy-zy .yrjy-zy-wrap .yrjy-zy-desc .yrjy-zy-tab .zy-tab-wrap .zy-tab-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 26px;
  text-align: center;
  cursor: pointer;
}
.yrjy-zy .yrjy-zy-wrap .yrjy-zy-desc .yrjy-zy-tab .zy-tab-wrap .zy-tab-item.active {
  background: #ec5413;
  color: #fff;
}
.yrjy-zy .yrjy-zy-wrap .yrjy-zy-desc .yrjy-zy-tab .yrjy-zy-txt {
  padding: 0 16px;
}
.yrjy-zy .yrjy-zy-wrap .yrjy-zy-desc .yrjy-zy-tab .yrjy-zy-txt .zy-txt-item {
  display: none;
  font-size: 20px;
  line-height: 38px;
}
.yrjy-zy .yrjy-zy-wrap .yrjy-zy-desc .yrjy-zy-tab .yrjy-zy-txt .zy-txt-item.active {
  display: block;
}
.yrjy-zy .yrjy-zy-wrap .yrjy-zy-desc .yrjy-zy-tab .yrjy-zy-txt .zy-txt-item:first-child {
  padding-top: 16px;
}
.yrjy-zy .yrjy-zy-wrap .yrjy-zy-desc .yrjy-zy-tab .zy-sec-btn {
  position: absolute;
  bottom: 0;
  width: 100%;
  line-height: 56px;
}
.yrjy-zy .yrjy-zy-wrap .yrjy-zy-desc .yrjy-zy-tab .zy-sec-btn a {
  text-align: center;
  background: #a9ce02;
  color: #fff;
  font-size: 24px;
}
.yrjy-adv .container {
  width: 1174px;
}
.yrjy-adv .adv-sec {
  height: 312px;
  background: url(/images_2016/yrjy/adv-bg.png) no-repeat center;
  overflow: hidden;
}
.yrjy-adv .adv-sec .adv-sec-l,
.yrjy-adv .adv-sec .adv-sec-r {
  width: 312px;
}
.yrjy-adv .adv-sec .adv-sec-l .adv-item,
.yrjy-adv .adv-sec .adv-sec-r .adv-item {
  position: relative;
  width: 100%;
  line-height: 48px;
  border-radius: 24px;
  background: #257dd7;
  color: #fff;
  text-align: center;
  font-size: 18px;
  margin-top: 45px;
}
.yrjy-adv .adv-sec .adv-sec-l .adv-item .adv-num,
.yrjy-adv .adv-sec .adv-sec-r .adv-item .adv-num {
  position: absolute;
  left: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 24px;
  font-weight: bold;
}
.yrjy-adv .adv-sec .adv-sec-l {
  float: left;
}
.yrjy-adv .adv-sec .adv-sec-l .adv-item:nth-child(1) {
  margin-left: 160px;
  background: #a9ce02;
}
.yrjy-adv .adv-sec .adv-sec-l .adv-item:nth-child(2) {
  margin-left: 68px;
  background: #ec5413;
}
.yrjy-adv .adv-sec .adv-sec-r {
  float: right;
}
.yrjy-adv .adv-sec .adv-sec-r .adv-item:nth-child(1) {
  margin-left: -160px;
  background: #e3017f;
}
.yrjy-adv .adv-sec .adv-sec-r .adv-item:nth-child(2) {
  margin-left: -68px;
  background: #a53194;
}
.yrjy-adv .adv-sec .adv-sec-r .adv-item:nth-child(3) {
  background: #25ab38;
}
.yrjy-zy-content .zy-content-tit {
  text-align: center;
  margin-bottom: 20px;
}
.yrjy-zy-content .zy-content-tit h3 {
  font-weight: normal;
  font-size: 20px;
  line-height: 30px;
}
.yrjy-zy-content .zy-content-list {
  overflow: hidden;
}
.yrjy-zy-content .zy-content-list .zy-content-item {
  float: left;
  width: 359px;
  margin-right: 29.5px;
  margin-bottom: 29.5px;
}
.yrjy-zy-content .zy-content-list .zy-content-item:nth-child(3n) {
  margin-right: 0;
}
.yrjy-zy-content .zy-content-list .zy-content-item:nth-last-child(1),
.yrjy-zy-content .zy-content-list .zy-content-item:nth-last-child(2),
.yrjy-zy-content .zy-content-list .zy-content-item:nth-last-child(3) {
  margin-bottom: 0;
}
.yrjy-zy-content .zy-content-list .zy-content-item .zy-content-desc {
  line-height: 54px;
  background: #fff;
  font-size: 20px;
  text-align: center;
}
.yrjy-btn-g {
  line-height: 56px;
  text-align: center;
  margin-top: 38px;
}
.yrjy-btn-g .yrjy-btn {
  width: 258px;
  display: inline-block;
  margin-right: 14px;
  border-radius: 28px;
  color: #fff;
  font-size: 22px;
}
.yrjy-btn-g .yrjy-btn:last-child {
  margin-right: 0;
}
.bxys-wrap .bxys-list .bxys-item {
  float: left;
  position: relative;
  width: 562px;
  height: 194px;
  border-radius: 8px;
  padding-left: 280px;
  padding-right: 30px;
  border: solid 1px #535353;
  margin-right: 12px;
  margin-bottom: 20px;
}
.bxys-wrap .bxys-list .bxys-item:nth-child(2n) {
  margin-right: 0;
}
.bxys-wrap .bxys-list .bxys-item:nth-last-child(1),
.bxys-wrap .bxys-list .bxys-item:nth-last-child(2) {
  margin-bottom: 0;
}
.bxys-wrap .bxys-list .bxys-item .bxys-thumb {
  position: absolute;
  left: -1px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  overflow: hidden;
}
.bxys-wrap .bxys-list .bxys-item .bxys-desc {
  color: #000;
}
.bxys-wrap .bxys-list .bxys-item .bxys-desc .bxys-desc-tit {
  font-size: 28px;
  line-height: 72px;
}
.bxys-wrap .bxys-list .bxys-item .bxys-desc p {
  font-size: 20px;
  line-height: 30px;
}
.yrjy-enviro {
  background: #f1fde6;
}
.yrjy-enviro-sec {
  overflow: hidden;
}
.yrjy-enviro-sec .yrjy-enviro-thumb {
  float: left;
  width: 621px;
}
.yrjy-enviro-sec .yrjy-enviro-txt {
  float: left;
  width: calc(100% - 621px);
  height: 285px;
  padding: 48px 32px 0;
  line-height: 50px;
  font-size: 18px;
  background: #fff;
}
.yrjy-rongyu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 28px;
}
.yrjy-rongyu .rongyu-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 22px;
}
.yrjy-rongyu .rongyu-item:last-child {
  margin-right: 0;
}
.yrjy-rongyu .rongyu-item .xxhj-desc {
  line-height: 50px;
  background: #fff;
  text-align: center;
  font-size: 18px;
}
.yrjy-xxhj {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 22px;
}
.yrjy-xxhj .xxhj-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 22px;
}
.yrjy-xxhj .xxhj-item:last-child {
  margin-right: 0;
}
.yrjy-xxhj .xxhj-item .xxhj-desc {
  line-height: 50px;
  background: #fff;
  text-align: center;
  font-size: 18px;
}
.yrjy-employ {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.yrjy-employ .yrjy-employ-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 12px;
}
.yrjy-employ .yrjy-employ-item .employ-thumb {
  height: 120px;
  background: #ef8200;
  border-radius: 9px;
}
.yrjy-employ .yrjy-employ-item .employ-desc {
  text-align: center;
  line-height: 80px;
  font-size: 20px;
}
.yrjy-employ .yrjy-employ-item:last-child {
  margin-right: 0;
}
.yrjy-employ .yrjy-employ-item:nth-child(2) .employ-thumb {
  background: #15a0e6;
}
.yrjy-employ .yrjy-employ-item:nth-child(3) .employ-thumb {
  background: #f3324d;
}
.yrjy-employ .yrjy-employ-item:nth-child(4) .employ-thumb {
  background: #05d0c8;
}
.yrjy-employ .yrjy-employ-item:nth-child(5) .employ-thumb {
  background: #9f58eb;
}
.yrjy-employ .yrjy-employ-item:nth-child(6) .employ-thumb {
  background: #f5a71a;
}
.employ-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.employ-img .employ-img-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 20px;
}
.employ-img .employ-img-item:last-child {
  margin-right: 0;
}
.yrjy-qa .yrjy-qa-list {
  width: 1120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 auto;
}
.yrjy-qa .yrjy-qa-list .yrjy-qa-item {
  width: 340px;
  height: 55px;
  background: #ffc321;
  border: 3px solid #ff6804;
  border-radius: 50px;
  margin-bottom: 50px;
  position: relative;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
.yrjy-qa .yrjy-qa-list .yrjy-qa-item span {
  position: absolute;
  top: -42px;
  left: 13px;
  width: 63px;
  height: 84px;
  background: url(/images_2016/yrjy/bg.png) 0 0 no-repeat;
}
.yrjy-qa .yrjy-qa-list .yrjy-qa-item p {
  position: absolute;
  top: -10px;
  right: 0px;
  width: 267px;
  height: 61px;
  background: #ff7b1a;
  border-radius: 50px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  line-height: 61px;
  letter-spacing: 2px;
}
.yrjy-qa .yrjy-qa-list .yrjy-qa-item:nth-child(2) span {
  position: absolute;
  top: -28px;
  left: 5px;
  width: 70px;
  height: 70px;
  background: url(/images_2016/yrjy/bg.png) -73px 0 no-repeat;
}
.yrjy-qa .yrjy-qa-list .yrjy-qa-item:nth-child(3) span {
  position: absolute;
  top: -36px;
  left: 12px;
  width: 56px;
  height: 88px;
  background: url(/images_2016/yrjy/bg.png) -153px 0 no-repeat;
}
.yrjy-qa .yrjy-qa-list .yrjy-qa-item:nth-child(4) span {
  position: absolute;
  top: -25px;
  left: 5px;
  width: 72px;
  height: 72px;
  background: url(/images_2016/yrjy/bg.png) -473px 0 no-repeat;
}
.yrjy-qa .yrjy-qa-list .yrjy-qa-item:nth-child(5) span {
  position: absolute;
  top: -12px;
  left: 0px;
  width: 87px;
  height: 60px;
  background: url(/images_2016/yrjy/bg.png) -279px 0 no-repeat;
}
.yrjy-qa .yrjy-qa-list .yrjy-qa-item:nth-child(6) span {
  position: absolute;
  bottom: -25px;
  left: 0px;
  width: 87px;
  height: 131px;
  background: url(/images_2016/yrjy/bg.png) -378px 0 no-repeat;
}
.yrjy-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #ff8933;
}
.yrjy-form .yrjy-form-thumb {
  width: 561px;
}
.yrjy-form .form-wrap {
  width: 590px;
}
.yrjy-form .form-wrap .form-tit {
  display: inline-block;
  line-height: 33px;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  border-bottom: 2px solid #fff;
  margin-top: 35px;
}
.yrjy-form .form-wrap .form-item {
  width: 344px;
  display: block;
  border-bottom: 1px solid #fff;
  margin-top: 30px;
}
.yrjy-form .form-wrap .form-item label {
  font-size: 22px;
  color: #fff;
  line-height: 40px;
}
.yrjy-form .form-wrap .form-item input {
  background: none;
  border: none;
  outline: none;
  font-size: 22px;
  color: #fff;
}
.yrjy-form .form-wrap .form-btn {
  display: block;
  width: 224px;
  height: 38px;
  background: #fff;
  color: #ff5056;
  font-size: 18px;
  text-align: center;
  line-height: 38px;
  border-radius: 8px;
  -webkit-box-shadow: 0 -2px 5px 1px rgba(0, 0, 0, 0.4);
          box-shadow: 0 -2px 5px 1px rgba(0, 0, 0, 0.4);
  margin-top: 30px;
  border: none;
  outline: none;
  cursor: pointer;
}
.yrjy-form .form-wrap .form-desc {
  font-size: 16px;
  color: #fffd57;
  margin-top: 30px;
}
