﻿body,
html {
  font-family: "寰蒋闆呴粦" !important;
  min-width: 1260px;
  font-weight: normal;
}
.block {
  display: block;
}
.inline {
  display: inline-block;
}
.inlines {
  display: inline;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.txt-center {
  text-align: center;
}
.txt-left {
  text-align: left;
}
a {
  display: block;
  text-decoration: none;
}
input,
button {
  border: 0;
  padding: 0;
  outline: 0;
  background: transparent;
}
input {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}
button {
  cursor: pointer;
}
button:hover {
  font-weight: bold;
}
input[type=number] {
  -moz-appearance: textfield;
}
select {
  -webkit-appearance: none;
}
div {
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}
header,
footer {
  width: 100%;
  min-width: 1200px;
}
.pub-inner {
  width: 1200px;
  margin: 0 auto;
}
header {
  padding: 12px 0;
}
.header-left {
  float: left;
  width: 205px;
}
.header-left img {
  width: 100%;
  height: 57px;
}
nav {
  float: left;
  margin-left: 10px;
}
nav ul li {
  float: left;
}
nav ul a {
  line-height: 57px;
  padding: 0 10px;
  font-size: 18px;
  color: #333333;
}
nav ul a.active {
  color: #3175ff;
}
nav ul a:hover {
  color: #3175ff;
}
.logins {
  float: right;
  width: 200px;
  margin-top: 8px;
  overflow: hidden;
  display: none;
}
.logins p {
  float: left;
  width: 120px;
  line-height: 40px;
  font-size: 18px;
  color: #333333;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.quit-btn {
  float: left;
  width: 54px;
  height: 38px;
  line-height: 38px;
  margin-left: 12px;
  border-radius: 4px;
  font-size: 16px;
  color: #333333;
  text-align: center;
  border: 1px solid #d1d1d1;
}
.header-right {
  float: right;
  margin-top: 8px;
}
.header-right a {
  float: left;
  width: 80px;
  height: 38px;
  line-height: 38px;
  font-size: 16px;
  color: #333333;
  text-align: center;
  border-radius: 4px;
  border: 1px solid #d1d1d1;
}
.header-right a.active {
  color: #ffffff;
  background: #3175ff;
  border-color: #3175ff;
}
.header-right a:first-child {
  margin-right: 10px;
}
.banner {
  width: 100%;
  height: 240px;
  background:  center no-repeat;
}
/*瀵艰埅閮ㄥ垎*/
.about-nav {
  border-bottom: 4px solid rgba(0, 0, 0, 0.02);
}
.about-nav ul li {
  float: left;
}
.about-nav ul a {
  width: 150px;
  height: 80px;
  line-height: 80px;
  font-size: 18px;
  color: #333333;
  text-align: center;
  position: relative;
}
.about-nav ul a img {
  margin: 28px 4px 0 0;
  width: 26px;
  height: 26px;
}
.about-nav ul a:after {
  content: ' ';
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0px;
  height: 4px;
  background: #3175ff;
  -webkit-transition: width 0.13s ease-in-out;
  transition: width 0.13s ease-in-out;
}
.about-nav ul a.active:after {
  width: 150px;
}
/*浼佷笟浠嬬粛*/
.qyjs-box {
  padding: 40px 0;
}
.qyjs-box h2 {
  font-size: 32px;
  color: #333333;
  text-align: center;
  position: relative;
}
.qyjs-box h2:after {
  content: ' ';
  position: absolute;
  left: 569px;
  bottom: -19px;
  width: 62px;
  height: 4px;
  background: #3175ff;
  border-radius: 1px;
}
.qyjs-left {
  float: left;
  width: 535px;
  margin-top: 56px;
}
.qyjs-left img {
  width: 100%;
  height: 580px;
}
.qyjs-right {
  float: right;
  width: 632px;
  margin-top: 82px;
}
.qyjs-right p {
  margin-top: 36px;
  font-size: 16px;
  color: #333333;
  line-height: 29px;
  text-align: justify;
}
.qyjs-right p:first-child {
  margin-top: 0;
}
.qyjs-right p span {
  color: #3175ff;
}
/*浼佷笟鎴愬氨鏍�*/
.cjs-box {
  padding: 40px 0 90px;
  background: #f8f8f8;
}
.cjs-box .pub-inner {
  position: relative;
}
.cjs-title {
  color: #333333;
}
.cjs-title h2 {
  font-size: 32px;
}
.cjs-title p {
  margin-top: 16px;
  font-size: 20px;
}
.cjs-middle {
  position: absolute;
  left: 345px;
  bottom: -90px;
}
.cjs-left {
  float: left;
  margin-top: 36px;
}
.pub-cjs section:first-child {
  margin-bottom: 64px;
}
.pub-cjs section div span {
  font-size: 36px;
  color: #3175ff;
  font-weight: bold;
}
.pub-cjs section div span label {
  line-height: 54px;
  margin-left: -4px;
  font-size: 20px;
  font-weight: normal;
}
.pub-cjs section div img {
  width: 70px;
  height: 20px;
  margin: 14px 0 0 36px;
}
.pub-cjs section p {
  width: 380px;
  margin-top: 14px;
  font-size: 16px;
  color: #333333;
  line-height: 30px;
  text-align: justify;
}
.cjs-right {
  float: right;
  margin-top: 36px;
}
.cjs-right section div {
  text-align: right;
}
.cjs-right section div span label {
  margin-left: 6px;
}
.cjs-right section div img {
  margin: 14px 36px 0 0;
}
/*鍟嗕笟鐗堝浘*/
.sybt-box {
  background:  center no-repeat;
}
.sybt-box .pub-inner {
  height: 795px;
  padding-top: 40px;
  position: relative;
}
.pub-title1 {
  color: #ffffff;
  text-align: center;
}
.pub-title1 h2 {
  font-size: 32px;
}
.pub-title1 p {
  margin-top: 16px;
  font-size: 20px;
}
.pub-title2 {
  color: #333333;
  text-align: center;
}
.pub-title2 h2 {
  font-size: 32px;
}
.pub-title2 p {
  margin-top: 16px;
  font-size: 20px;
}
.legend {
  margin-top: 40px;
}
.legend p {
  line-height: 38px;
  font-size: 16px;
  color: #ffffff;
}
.legend p:first-child {
  line-height: 22px;
  margin-bottom: 20px;
}
.legend img {
  width: 22px;
  margin-right: 8px;
}
.mark {
  width: 22px;
  cursor: pointer;
}
.fgs-beijing {
  width: 66px;
  text-align: center;
  position: absolute;
  left: 750px;
  top: 367px;
}
.fgs-zhuozhou {
  width: 73px;
  position: absolute;
  left: 692px;
  top: 404px;
}
.fgs-zhuozhou div img:first-child {
  float: left;
}
.fgs-zhuozhou .mark {
  margin: 12px 0 0 3px;
}
.fgs-xingtai {
  width: 48px;
  text-align: center;
  position: absolute;
  left: 732px;
  top: 436px;
}
.fgs-xian {
  width: 48px;
  text-align: center;
  position: absolute;
  left: 650px;
  top: 477px;
}
.fgs-henan {
  width: 48px;
  text-align: center;
  position: absolute;
  left: 712px;
  top: 503px;
}
.fgs-anhui {
  width: 48px;
  text-align: center;
  position: absolute;
  left: 778px;
  top: 528px;
}
.fgs-hunan {
  width: 48px;
  text-align: center;
  position: absolute;
  left: 680px;
  top: 600px;
}
.fgs-hunan div {
  position: inherit;
  z-index: 3;
}
.cailehui-mark {
  cursor: pointer;
  z-index: 2;
}
.pub-style {
  width: 22px;
  position: absolute;
}
.clh-shenzhen {
  right: 417px;
  bottom: 150px;
}
.clh-huhehaote {
  top: 394px;
  left: 652px;
}
.clh-qingdao {
  top: 451px;
  left: 829px;
}
.clh-xian {
  top: 492px;
  left: 638px;
}
.clh-zhengzhou {
  top: 496px;
  left: 706px;
}
.clh-chengdu {
  top: 542px;
  left: 594px;
}
.clh-chongqing {
  top: 564px;
  left: 624px;
}
.clh-guiyang {
  top: 619px;
  left: 601px;
}
.clh-wuhan {
  top: 556px;
  left: 739px;
}
.clh-changsha {
  top: 613px;
  left: 712px;
}
.clh-guangzhou {
  top: 669px;
  left: 718px;
}
.clh-nanjing {
  top: 521px;
  left: 828px;
}
.clh-shanghai {
  top: 536px;
  left: 858px;
}
.clh-hefei {
  top: 549px;
  left: 806px;
}
.clh-hangzhou {
  top: 558px;
  left: 840px;
}
.pub-bumen {
  width: 220px;
  height: 167px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 10px;
  border: 2px solid #9cbefa;
  backdrop-filter: blur(10px);
  position: absolute;
  right: -245px;
  top: -86px;
  display: none;
  z-index: 100;
}
.pub-bumen img {
  width: 100%;
  height: 126px;
  border-radius: 10px 10px 0 0 ;
}
.pub-bumen p {
  line-height: 40px;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
}
.pub-cailehui {
  width: 84px;
  height: 34px;
  line-height: 34px;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 4px;
  border: 1px solid #3175ff;
  position: absolute;
  right: -94px;
  top: 5px;
  z-index: 99;
  display: none;
}
.qywh-box .pub-inner {
  padding-top: 40px;
}
/*浼佷笟鏂囧寲*/
.qywh-box {
  padding-bottom: 92px;
}
.qywh-left,
.qywh-right,
.qywh-left2,
.qywh-right2 {
  float: left;
}
.qywh-left h3,
.qywh-right h3,
.qywh-left2 h3,
.qywh-right2 h3 {
  font-size: 24px;
  color: #3175ff;
  font-weight: normal;
}
.qywh-left p,
.qywh-right p,
.qywh-left2 p,
.qywh-right2 p {
  font-size: 16px;
  color: #333333;
  line-height: 30px;
}
.qywh-left {
  width: 694px;
}
.qywh-left div {
  height: 200px;
}
.yuanjing {
  background:  center no-repeat;
}
.yuanjing img {
  float: left;
}
.yuanjing h3 {
  padding-top: 62px;
}
.yuanjing p {
  margin-top: 20px;
}
.shiming {
  margin-top: 16px;
  background:  center no-repeat;
}
.shiming img {
  float: right;
}
.shiming section {
  float: left;
  width: 320px;
  margin-left: 40px;
}
.shiming h3 {
  margin-top: 30px;
}
.shiming p {
  margin-top: 14px;
}
.qywh-left2 p,
.qywh-right2 p {
  margin-top: 16px;
}
.qywh-left2 img {
  float: left;
}
.qywh-left2 section {
  float: right;
  margin-top: 62px;
  margin-right: 40px;
  text-align: right;
}
.qywh-left2 {
  width: 694px;
  background:  center no-repeat;
}
.qywh-right2 {
  width: 490px;
  margin-left: 16px;
  background:  center no-repeat;
  position: relative;
}
.qywh-right2 section {
  text-align: right;
  position: absolute;
  right: 40px;
  top: 62px;
}
.qywh-right {
  width: 490px;
  height: 416px;
  margin-left: 16px;
  background:  center no-repeat;
}
.qywh-right img {
  float: left;
}
.qywh-right h3 {
  padding-top: 62px;
}
.qywh-right p {
  margin-top: 20px;
}
.slidebox,
.rongyu-box,
.zizhi-box {
  position: relative;
}
.slidebox .hd,
.rongyu-box .hd,
.zizhi-box .hd {
  overflow: hidden;
  position: absolute;
  left: 50%;
  bottom: -40px;
  margin-left: -18px;
  z-index: 1;
}
.slidebox .hd ul,
.rongyu-box .hd ul,
.zizhi-box .hd ul {
  overflow: hidden;
  zoom: 1;
  float: left;
}
.slidebox .hd ul li,
.rongyu-box .hd ul li,
.zizhi-box .hd ul li {
  float: left;
  width: 12px;
  height: 12px;
  border-radius: 12px;
  background: #e7e7e7;
  cursor: pointer;
  margin-left: 12px;
}
.slidebox .hd ul li:first-child,
.rongyu-box .hd ul li:first-child,
.zizhi-box .hd ul li:first-child {
  margin-left: 0;
}
.slidebox .hd ul li.on,
.rongyu-box .hd ul li.on,
.zizhi-box .hd ul li.on {
  background: #0995ed;
}
.slidebox {
  margin-top: 40px;
}
/*涓撲笟鑳藉姏*/
.zynl-box {
  padding: 40px 0 60px;
  background:  center no-repeat;
}
.zynl-box .pub-title1 p {
  margin-top: 14px;
  font-size: 16px;
}
.zynl-box ul {
  width: 1080px;
  margin: 46px auto 0;
}
.zynl-box ul li {
  float: left;
  width: 120px;
  margin-left: 120px;
  text-align: center;
}
.zynl-box ul li:first-child {
  margin-left: 0;
}
.zynl-box ul li p {
  margin-top: 4px;
  font-size: 20px;
  color: #ffffff;
  line-height: 28px;
}
/*鑽ｈ獕璧勮川*/
.ryzz-box {
  background:  center no-repeat;
}
.ryzz-box .pub-inner {
  padding: 40px 0 32px;
}
.rongyu-slide .tempwrap,
.rongyu-slide .parbd {
  height: 584px !important;
}
.rongyu-tab {
  width: 360px;
  margin: 40px auto 0;
  border-radius: 10px ;
  border: 1px solid #d3d3d3;
}
.rongyu-tab li {
  float: left;
  width: 180px;
  height: 54px;
  line-height: 54px;
  font-size: 18px;
  color: #333333;
  text-align: center;
  cursor: pointer;
}
.rongyu-tab li.first {
  border-radius: 10px 0 0 10px ;
}
.rongyu-tab li.last {
  border-radius: 0px 10px 10px 0px ;
}
.rongyu-tab li.on {
  color: #ffffff;
  background: #3176ff;
}
.rongyu-box {
  margin-top: 38px;
}
.rongyu-box .hd {
  bottom: 40px;
}
.rongyu1-top {
  width: 890px;
  margin: 0 auto;
}
.rongyu1-top img {
  width: 396px;
  height: 288px;
}
.rongyu1-top img:first-child {
  margin-right: 86px;
}
.rongyu1-bottom {
  margin-top: 15px;
}
.rongyu1-bottom img {
  width: 269px;
  height: 196px;
  margin-left: 185px;
}
.rongyu1-bottom img:first-child {
  margin-left: 0;
}
.rongyu2 img {
  width: 352px;
  height: 498px;
  margin-left: 60px;
}
.rongyu2 img:first-child {
  margin-left: 0;
}
.zizhi-box .hd {
  bottom: 0px;
}
.zizhi1 {
  padding-top: 30px;
}
.zizhi1 section {
  margin-top: 8px;
  overflow: hidden;
}
.zizhi1 section img {
  float: left;
  width: 395px;
  height: 258px;
  margin-left: 7px;
}
.zizhi1 section img:first-child {
  margin-left: 0;
}
.zizhi2 {
  padding-top: 128px;
}
.zizhi2 img {
  float: left;
  width: 234px;
  height: 324px;
  margin-left: 7px;
}
.zizhi2 img:first-child {
  margin-left: 0;
}
/*鍚堜綔浼欎即*/
.hzhb-box {
  padding: 40px 0 63px;
  background: #f8f8f8;
}
.hzhb-list {
  margin-top: 42px;
}
.hzhb-list .tempwrap {
  width: 100% !important;
}
.hzhb-list .tempwrap ul {
  height: 466px;
}
.hzhb-list li {
  float: left;
  width: 288px;
  margin-left: 16px;
}
.hzhb-list li:first-child {
  margin-left: 0;
}
.hzhb-list section {
  text-align: center;
}
.hzhb-list section:first-child {
  margin-bottom: 16px;
}
.hzhb-list section div {
  padding: 12px 18px;
  background: #f9f9f9;
  border-radius: 0 0 10px 10px;
}
.hzhb-list section img {
  width: 100%;
  height: 150px;
  border-radius: 10px 10px 0 0;
}
.hzhb-list section h3 {
  font-size: 18px;
  color: #333333;
  font-weight: normal;
}
.hzhb-list section p {
  margin: 8px 0 0px;
  font-size: 14px;
  color: #999999;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
/*鍏徃娲诲姩*/
.gshd-box .pub-inner {
  padding: 40px 0 0;
}
#gshd-swiper {
  margin-top: 42px;
  position: relative;
}
#gshd-swiper .swiper-container {
  padding-bottom: 40px;
  width: 1200px;
  overflow: hidden;
}
#gshd-swiper .swiper-slide {
  width: 686px;
  position: relative;
}
#gshd-swiper .swiper-slide div {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: 0;
  top: 0;
}
#gshd-swiper .swiper-slide img {
  width: 100%;
  height: 406px;
  border-radius: 20px 20px 0 0;
}
#gshd-swiper .swiper-slide section {
  padding: 24px 35px 20px;
  background: #ffffff;
  border-radius: 0 0 20px 20px;
  box-shadow: 0px 8px 30px 6px rgba(0, 0, 0, 0.1);
}
#gshd-swiper .swiper-slide h3 {
  font-size: 24px;
  color: #333333;
  font-weight: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#gshd-swiper .swiper-slide p {
  margin-top: 14px;
  line-height: 30px;
  font-size: 18px;
  color: #999;
}
.swiper-button-prev,
.swiper-button-next {
  width: 79px;
  height: 79px;
  position: absolute;
}
.swiper-button-prev {
  background:  center no-repeat;
  left: -60px;
}
.swiper-button-prev:hover {
  background:  center no-repeat;
}
.swiper-button-next {
  background:  center no-repeat;
  right: -60px;
}
.swiper-button-next:hover {
  background:  center no-repeat;
}
.swiper-slide-active div {
  display: none;
}
/*鑱旂郴鎴戜滑*/
.contact-box {
  background: #f8f8f8;
}
.contact-box .pub-inner {
  padding: 40px 0;
}
.contact-bottom {
  margin-top: 40px;
}
.contact-left {
  float: left;
  width: 592px;
}
.contact-left section {
  width: 552px;
  height: 115px;
  line-height: 115px;
  margin-top: 16px;
  padding-left: 40px;
  background: #ffffff;
}
.contact-left section:first-child {
  margin-top: 0;
}
.contact-left section img {
  width: 48px;
  margin: 35px 36px 0 0;
}
.contact-left section label,
.contact-left section span {
  font-size: 16px;
}
.contact-left section label {
  color: #999;
  font-weight: bold;
  display: inline-block;
  width: 100px;
  text-align: right;
}
.contact-left section span {
  margin-left: 8px;
  color: #333333;
}
.contact-left .huiyuan {
  height: 190px;
  line-height: 36px;
  display: inline-block;
}
.contact-left .huiyuan div {
  margin-top: 50px;
  margin-left: 8px;
}
.contact-left .huiyuan label {
  display: inline-block;
  width: 100px;
  text-align: right;
}
.orange {
  color: #ff6117 !important;
}
.content-right {
  float: left;
  width: 552px;
  margin-left: 16px;
  padding: 69px 0 56px 40px;
  background: #ffffff;
}
.content-right div img {
  width: 48px;
}
.content-right div span {
  line-height: 48px;
  margin-left: 30px;
}
.content-right section {
  margin-top: 22px;
}
.content-right section h3 {
  font-size: 20px;
  color: #333333;
  font-weight: normal;
}
.content-right section img {
  width: 20px;
  height: 20px;
}
.content-right section p {
  margin-top: 14px;
  line-height: 20px;
  font-size: 16px;
  color: #999;
}
footer {
  background: #10151f;
}
footer .pub-inner {
  padding: 86px 0 80px;
}
footer section {
  float: left;
  width: 22.5%;
  text-align: left;
}
footer section.last {
  width: 100px;
  float: right;
}
footer p {
  font-size: 20px;
  color: #ffffff;
}
footer div {
  margin-top: 22px;
}
footer div a {
  margin-top: 12px;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
}
footer div a:first-child {
  margin-top: 0;
}
footer div a:hover {
  color: #fff;
}
.scale {
  transform: scale(1.3, 1.3);
  -ms-transform: scale(1.3, 1.3);
  -webkit-transform: scale(1.3, 1.3);
}
.return-top {
  width: 66px;
  height: 66px;
  background: #ffffff;
  text-align: center;
  border-radius: 66px;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.04);
  position: fixed;
  right: 40px;
  bottom: 30px;
}
.return-top img {
  width: 30px;
  height: 30px;
  margin-top: 18px;
}
@media screen and (max-width: 1330px) {
  .swiper-button-next {
    right: -30px;
  }
  .swiper-button-prev {
    left: -30px;
  }
}