#pc {
	font-family: "PingFang SC", "Microsoft Yahei", Helvetica, Arial,
	"Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei";
  color: #666;
}
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,summary,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video
{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section
{
	display: block
}

html
{
	width: 100%
}

body
{
	line-height: 1
}

ol,ul
{
	list-style: none
}

blockquote,q
{
	quotes: none
}

blockquote:after,blockquote:before,q:after,q:before
{
	content: "";
	content: none
}

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

.tip-message {
  position: fixed;
  width: 416px;
  height: 138px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  z-index: 10000;
  line-height: 1.8;
  font-size: 14px;
  padding: 10px;
  background: url(../_im_g/tipboxbg.png) no-repeat;
  box-sizing: border-box;
  display: none;
}

.tip-message a {
  position: absolute;
  width: 42px;
  height: 42px;
  cursor: pointer;
  left: 0;
  top: 17px;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
  color: #55aebd;
  z-index: 11111;
}

.tip-message div {
  position: absolute;
  width: 323px;
  height: 108px;
  top: 32px;
  left: 16px;
  color: #fff;
  font-size: 18px;
  text-align: center;
}

.tip-message div h3 {
  height: 54px;
  padding-top: 16px;
  font-weight: bold;
  font-size: 24px;
  box-sizing: border-box;
  line-height: normal;
}

.tip-message div p {
  height: 107px;
  line-height: 107px;
  font-weight: bold;
}

.tip-message div h3~p{
  margin-top: 0;
  height: auto;
  line-height: normal;
  font-weight: bold;
}

.hr-pc {
	width: 100%;
	min-width: 1920px;
	max-width: 1920px;
	margin: 0 auto;
	font-size: 0;
	text-align: center;
	overflow: hidden;
  background-color: #f3f4f6;
}
.hr-pc-inner {
	display: inline-block;
	width: 100%;
	text-align: left;
	font-size: 16px;
	padding-bottom: 50px;
}
.hr-pc-banner {
  width: 1920px;
  height: 578px;
  background: url(../_im_g/hr_banner_bg.jpg) center no-repeat;
}
.hr-pc-banner p:first-of-type {
  padding: 356px 0 0 262px;
  color: #fff;
  font-size: 24px;
}
.hr-pc-banner p:last-of-type {
  padding: 44px 0 0 344px;
  color: #e93e00;
  font-size: 34px;
  font-weight: bold;
}
.top {
  padding-top: 92px;
  background: #fff;
}
.top h1 {
  font-size: 48px;
  padding-bottom: 80px;
  text-align: center;
  font-weight: bold;
}
.bottom {
  background: linear-gradient(to right, #fffcf7, #fff3e3);
}
.bottom h2 {
  position: relative;
  width: 1520px;
  height: 70px;
  border: 1px solid #333;
  border-radius: 30px;
  font-size: 36px;
  font-weight: bold;
  line-height: 70px;
  margin: 0 auto;
  text-align: center;
  top: -35px;
  background: #fff;
}
.bottom .tab {
  position: relative;
  width: 832px;
  height: 129px;
  margin: 0 auto;
}
.bottom .tab span {
  position: absolute;
  width: 436px;
  height: 52px;
  top: 20px;
  cursor: pointer;
  background: #fe9b11;
  color: #fff;
  font-size: 28px;
  text-align: center;
  line-height: 52px;
  border-radius: 30px;
  font-weight: bold;
}
.bottom .tab span:first-of-type {
  left: 0;
}
.bottom .tab span:last-of-type {
  left: 396px;
}
.bottom .tab span.active {
  background-color: #fe5d22;
  height: 77px;
  line-height: 77px;
  z-index: 1;
  top: 6px;
  border-radius: 30px;
}
.bottom .tab span.active.tab-content-item-single {
  left: 50%;
  transform: translateX(-50%);
}
.tab-content {
  position: relative;
  width: 1520px;
  height: 608px;
  margin: 0 auto;
  font-size: 0;
}
.tab-content .tab-content-item.active {
  position: absolute;
  width: 1210px;
  height: 539px;
  z-index: 2;
  top: 0;
  left: 0;
  border-radius: 30px;
  background: linear-gradient(to right, #ffa629, #fff3e3);
  box-shadow: 11px 14px 15px #fce7cc;
}
.tab-content .tab-content-item {
  position: absolute;
  width: 968px;
  height: 432px;
  top: 50px;
  right: 0;
  border-radius: 20px;
  background: linear-gradient(to right, #ffa629, #fff3e3);
  box-shadow: 11px 14px 15px #fce7cc;
}
.tab-content-item-mask {
  position: absolute;
  width: 310px;
  height: 432px;
  top: 50px;
  right: 0;
  background: #000;
  opacity: 0.3;
  z-index: 2;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
.tab-content-item-mask.tab-content-item-single {
  background: #ffddae;
  opacity: 1;
}
.tab-content .tab-content-item.active>img {
  width: 558px;
  margin: 36px 0 0 25px;
}
.tab-content .tab-content-item.active .vs {
  position: absolute;
  width: 84px;
  top: 268px;
  left: 482px
}

.tab-content .tab-content-item-z1 {
  position: absolute;
  width: 1210px;
  height: 539px;
  z-index: 1;
  top: 0;
  left: 0;
  border-radius: 30px;
  background: linear-gradient(to right, #ffa629, #fff3e3);
  box-shadow: 11px 14px 15px #fce7cc;
}
.tab-content .tab-content-item-z1>img {
  width: 558px;
  margin: 36px 0 0 25px;
}
.tab-content .tab-content-item-z1 .vs {
  position: absolute;
  width: 84px;
  top: 268px;
  left: 482px
}
.tab-content .tab-content-item.active .tab-content-item-right {
  position: absolute;
  width: 600px;
  right: 0;
  top: 30px;
  box-sizing: border-box;
  vertical-align: top;
  background-color: #fff;
  padding: 25px 0 30px 22px;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}
.tab-content .tab-content-item.active .tab-content-item-right-inner {
  width: 502px;
  border-radius: 30px;
  padding: 0 24px 18px;
  box-sizing: border-box;
  box-shadow: -5px 15px 20px 2px #f8dfba;
}
.tab-content .tab-content-item.active .tab-content-item-right-inner-inner {
  position: relative;
  width: 100%;
  background: #fe6926;
  border-radius: 30px;
  box-sizing: border-box;
  min-height: 312px;
  box-shadow: -7px 7px 20px 5px #f6cb8d;
}
.tab-content .tab-content-item.active .tab-content-item-right-inner-inner>img {
  position: absolute;
  width: 257px;
  right: 0;
  bottom: -6px;
}
.tab-content .tab-content-item.active .tab-content-item-right-inner-inner dl dt {
  width: 260px;
  padding: 17px 0 22px 0;
  background: #fff;
  border-radius: 30px;
  text-align: center;
}
.tab-content .tab-content-item.active .tab-content-item-right-inner-inner dl dt p {
  font-size: 22px;
  font-weight: bold;
}
.tab-content .tab-content-item.active .tab-content-item-right-inner-inner dl dt img {
  width: 102px;
  margin-bottom: 10px;
}
.tab-content .tab-content-item.active .tab-content-item-right-inner-inner dl dd {
  font-size: 20px;
  line-height: 1.6;
  width: 160px;
  padding: 45px 0 0 34px;
  color: #fff;
  text-align: justify;
}
.tab-content .tab-content-item.active .change {
  position: absolute;
  width: 136px;
  height: 155px;
  right: 20px;
  bottom: -30px;
  background: url(../_im_g/change.png) no-repeat;
}
.tab-content .tab-content-item.active .change a {
  position: absolute;
  width: 66px;
  height: 66px;
  cursor: pointer;
  border-radius: 100%;
  right: 33px;
  top: 13px;
}

.tab-content .tab-content-item>img {
  width: 446px;
  margin: 28px 0 0 20px;
}
.tab-content .tab-content-item .vs {
  position: absolute;
  width: 67px;
  top: 214px;
  left: 385px
}
.tab-content .tab-content-item .tab-content-item-right {
  position: absolute;
  width: 480px;
  right: 0;
  top: 24px;
  box-sizing: border-box;
  vertical-align: top;
  background-color: #fff;
  padding: 22px 0 24px 18px;
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px;
}
.tab-content .tab-content-item .tab-content-item-right-inner {
  width: 402px;
  border-radius: 24px;
  padding: 0 19px 14px;
  box-sizing: border-box;
  box-shadow: -4px 12px 16px 2px #f8dfba;
}
.tab-content .tab-content-item .tab-content-item-right-inner-inner {
  position: relative;
  width: 100%;
  background: #fe6926;
  border-radius: 30px;
  box-sizing: border-box;
  min-height: 250px;
  box-shadow: -6px 6px 16px 4px #f6cb8d;
}
.tab-content .tab-content-item .tab-content-item-right-inner-inner>img {
  position: absolute;
  width: 206px;
  right: 0;
  bottom: -5px;
}
.tab-content .tab-content-item .tab-content-item-right-inner-inner dl dt {
  width: 208px;
  padding: 14px 0 18px 0;
  background: #fff;
  border-radius: 24px;
  text-align: center;
}
.tab-content .tab-content-item .tab-content-item-right-inner-inner dl dt p {
  font-size: 18px;
}
.tab-content .tab-content-item .tab-content-item-right-inner-inner dl dt img {
  width: 86px;
  margin-bottom: 8px;
}
.tab-content .tab-content-item .tab-content-item-right-inner-inner dl dd {
  font-size: 16px;
  line-height: 1.3;
  width: 128px;
  padding: 36px 0 0 27px;
  color: #fff;
  text-align: justify;
}
.tab-content .tab-content-item .change {
  position: absolute;
  width: 109px;
  height: 124px;
  right: 16px;
  bottom: -24px;
  background: url(../_im_g/change.png) no-repeat;
}
.tab-content .tab-content-item .change a {
  position: absolute;
  width: 53px;
  height: 53px;
  cursor: pointer;
  border-radius: 100%;
  right: 26px;
  top: 10px;
}
.h2-bold {
  padding: 70px 0 48px 0;
  font-size: 48px;
  text-align: center;
  font-weight: bold;
}
.h2-bold.fff {
  background: #fff;
}
.h2-bold.f3f4f6 {
  background: #f3f4f6;
}
.page7 {
  position: relative;
  width: 1920px;
  height: 1113px;
  background: url(../_im_g/page7bg.jpg) no-repeat;
  background-size: cover;
}
.page7 dl {
  position: absolute;
  width: 692px;
  padding: 82px 42px 40px 62px;
  background: #fff;
  border-radius: 20px;
  box-sizing: border-box;
}
.page7 dl dt {
  position: absolute;
  top: -17px;
  left: 0;
  width: 584px;
  height: 75px;
  line-height: 75px;
  background: #fe5d22;
  color: #fff;
  border-radius: 30px;
  padding: 0 24px;
  box-sizing: border-box;
}
.page7 dl dt b, .page7 dl dt span {
  display: inline-block;
  vertical-align: middle;
  font-size: 22px;
  font-weight: bold;
}
.page7 dl dt b {
  padding-right: 10px;
  font-size: 32px;
  font-weight: bold;
}
.page7 dl ul {
  list-style-type: disc;
}
.page7 dl ul li {
  font-size: 20px;
  line-height: 1.6;
}
.page7 dl ul li b {
  font-weight: bold;
}
.page7 dl:nth-of-type(1) {
  top: 56px;
  left: 228px;
}
.page7 dl:nth-of-type(2) {
  top: 199px;
  left: 1002px;
}
.page7 dl:nth-of-type(3) {
  top: 396px;
  left: 228px;
}
.page7 dl:nth-of-type(4) {
  top: 560px;
  left: 1002px;
}
.page7 dl:nth-of-type(5) {
  top: 766px;
  left: 228px;
}
.page8 {
  background: #f3f4f6;
}
.page8 ul {
  width: 1520px;
  margin: 0 auto;
  font-size: 0;
}
.page8 ul li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 708px;
  height: 356px;
  margin-bottom: 60px;
  padding: 22px 264px 32px 30px;
  box-sizing: border-box;
  background: linear-gradient(to bottom, #fff, #f0f5fd);
  border-radius: 20px;
  box-shadow: 1px 6px 9px 3px #ebebe9;
}
.page8 ul li:nth-of-type(even) {
  margin-left: 96px;
}
.page8 ul li>img {
  position: absolute;
  right: -6px;
  bottom: -8px;
}
.page8 ul li dl dt {
  text-align: left;
}
.page8 ul li dl dt p:first-of-type {
  width: 278px;
  text-align: center;
}
.page8 ul li dl dt p:last-of-type {
  width: 278px;
  height: 50px;
  line-height: 50px;
  background-color: #ffba00;
  text-align: center;
  color: #fff;
  font-size: 24px;
  border-radius: 20px;
  margin-top: 18px;
}
.page8 ul li dl dd {
  padding-top: 22px;
  font-size: 20px;
  line-height: 1.7;
}
.page8 ul li dl dd b {
  font-weight: bold;
}
.hr-pc-page9 {
  background: #fff;
}
.page9 {
  width: 1388px;
  margin: 0 auto;
  padding-top: 52px;
  font-size: 0;
}
.page9 dl {
  display: inline-block;
  position: relative;
  width: 404px;
  height: 218px;
  vertical-align: middle;
  border: 1px solid #333;
  border-radius: 20px;
  text-align: center;
}
.page9 dl dt {
  position: absolute;
  width: 252px;
  height: 84px;
  line-height: 84px;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  background: #f59614;
  border-radius: 20px;
  color: #fff;
}
.page9 dl dt img {
  margin-top: 5px;
}
.page9 i {
  display: inline-block;
  vertical-align: middle;
  width: 80px;
  height: 158px;
  background: #f3f4f6;
}
.page9 dl dd {
  padding-top: 80px;
}
.page9 dl dd p {
  width: 248px;
  margin: 0 auto;
}
.page9 dl dd p:nth-of-type(1) {
  font-weight: bold;
  font-size: 24px;
  padding-bottom: 10px;
}
.page9 dl dd p:nth-of-type(2) {
  font-size: 20px;
  line-height: 1.6;
}
.hr-pc-page10 {
  position: relative;
  z-index: 1;
  width: 1920px;
  height: 776px;
  padding-top: 45px;
  box-sizing: border-box;
  background: #fff url(../_im_g/page10bg.jpg) 0 45px no-repeat;
}
.page10 {
  width: 846px;
  padding: 208px 0 0 148px;
  box-sizing: border-box;
}
.page10 ul li {
  width: 842px;
  border-radius: 30px;
  background-color: #50332b;
  padding: 18px 40px;
  box-sizing: border-box;
  color: #fff;
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 28px;
}
.page10 ul li b {
  font-weight: bold;
}
.hr-pc-page11 {
  position: relative;
  font-size: 0;
  margin-top: -140px;
  padding-top: 160px;
  background: #f3f4f6;
  z-index: 0;
}
.h4-pc-page11-left, .h4-pc-page11-right {
  display: inline-block;
  vertical-align: middle;
}
.h4-pc-page11-left {
  width: 734px;
  height: 176px;
  background-color: #f59614;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
}
.h4-pc-page11-right {
  width: calc(100% - 734px);
  height: 176px;
  background-color: #fff;
}
.h4-pc-page11-left, .h4-pc-page11-right {
  display: inline-block;
}
.h4-pc-page11-left {
  width: 730px;
  height: 176px;
  font-size: 0;
  padding-left: 122px;
  box-sizing: border-box;
}
.h4-pc-page11-right {
  width: calc(100% - 730px);
}
.h4-pc-page11-left .left, .h4-pc-page11-left .right {
  display: inline-block;
}
.h4-pc-page11-left .left {
  width: 146px;
  padding-top: 67px;
  box-sizing: border-box;
  vertical-align: top;
}
.h4-pc-page11-left .left span {
  display: inline-block;
  width: 146px;
  height: 50px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  line-height: 50px;
  border-radius: 30px;
  background: #ffba00;
  text-align: center;
}
.h4-pc-page11-left .right {
  width: calc(100% - 166px);
  font-size: 24px;
  color: #fff;
  text-align: center;
  padding-top: 40px;
}
.h4-pc-page11-left .right p {
  line-height: 40px;
}
.h4-pc-page11-left .right p b {
  font-weight: bold;
}
.h4-pc-page11-left .right p:nth-of-type(2) {
  line-height: 20px;
  font-weight: bold;
}
.hr-pc-page11-inner {
  height: 176px;
  background: #fff;
  font-size: 0;
}
.h4-pc-page11-right {
  padding-left: 38px;
  box-sizing: border-box;
}
.h4-pc-page11-right .left, .h4-pc-page11-right .right {
  display: inline-block;
  vertical-align: middle;
}
.h4-pc-page11-right .left p {
  width: 482px;
  height: 82px;
  font-size: 0;
  padding: 12px 30px 12px 62px;
  box-sizing: border-box;
  border: 1px solid #666;
  border-radius: 50px;
}
.h4-pc-page11-right .left p img {
  display: inline-block;
  vertical-align: middle;
}
.h4-pc-page11-right .left p input {
  width: 337px;
  height: 50px;
  vertical-align: middle;
  line-height: 50px;
  font-size: 20px;
  padding-left: 20px;
  margin-top: 0;
  outline: none;
  box-sizing: border-box;
  border: 0;
}
.h4-pc-page11-right .left p input::placeholder {
  font-weight: bold;
}
.h4-pc-page11-right .right {
  padding: 26px 0 0 30px;
}
.h4-pc-page11-right .right p:last-of-type {
  width: 427px;
  text-align: center;
  line-height: 24px;
  font-size: 20px;
}
.h4-pc-page11-right .right img {
  cursor: pointer;
}
.hr-pc-page12 {
  background-color: #f3f4f6;
  text-align: center;
  color: #b6b6b6;
  font-size: 20px;
  padding-top: 60px;
}