* {
  padding: 0;
  margin: 0;
  text-decoration: none;
  outline: none;
  list-style: none;
}
body,
html {
  font-family: '微软雅黑';
  box-sizing: border-box;
}
.white {
  background: #fff;
}
.blue {
  background: #f9faff;
}
.title-text {
  font-weight: 500;
  font-size: 30px;
  color: #333333;
  font-style: normal;
}
.title-text span {
  color: #4670f2;
}
.p-text {
  font-size: 16px;
  color: #666666;
}
.inner-title-text {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  color: #333333;
}
.aside-title {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  color: #333;
}
.inner-subtitle-text {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  color: #333333;
}
.inner-dec-text {
  font-size: 14px;
  color: #999999;
}
.inner-p-text {
  font-size: 14px;
  color: #666666;
}
.wrap {
  width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}
.inner-wrap {
  width: 96%;
  margin: 0 auto;
}
.flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}
.header-box {
  width: 100%;
  height: 64px;
  background: #fff;
}
.header-box .left-box {
  margin-left: 40px;
}
.header-box .left-box .logo-box {
  margin-right: 20px;
  position: relative;
}
.header-box .left-box .logo-box #paymentImg {
  opacity: 0;
  position: absolute;
  top: 65px;
  left: 100px;
}
.header-box .left-box .menu-box > ul {
  background-color: #fff !important;
}
.header-box .left-box .menu-box > ul .layui-this:after,
.header-box .left-box .menu-box > ul .layui-nav-bar {
  background-color: #4670f2;
}
.header-box .right-box {
  margin-right: 40px;
}
.header-box .right-box a {
  display: inline-block;
  width: 90px;
  height: 64px;
  background: linear-gradient(0deg, #fff, #fff);
  text-align: center;
  line-height: 64px;
  color: #333333;
  transition: 0.3s;
}
.header-box .right-box a.on {
  color: #fff;
  background: linear-gradient(0deg, #4670f2, #6085f6);
}
.footer-box {
  height: 307px;
  background: #242424;
  padding-top: 35px;
  box-sizing: border-box;
  overflow: hidden;
}
.footer-box .left-box {
  flex: 8;
  align-items: flex-start;
  justify-content: flex-start;
}
.footer-box .left-box dl {
  line-height: 36px;
  margin-right: 183px;
}
.footer-box .left-box dl dt {
  color: #fff;
  font-size: 16px;
}
.footer-box .left-box dl dd a {
  color: #e9e9e9;
  font-size: 14px;
}
.footer-box .left-box dl:last-child {
  margin-right: 0;
}
.footer-box .right-box {
  width: 200px;
}
.footer-box .right-box ul li {
  justify-content: flex-start;
  margin-bottom: 34px;
  line-height: 1.8em;
  padding-left: 45px;
}
.footer-box .right-box ul li:nth-child(1) {
  background: url(../image/tel-icon.png) no-repeat left center;
}
.footer-box .right-box ul li:nth-child(2) {
  background: url(../image/email-icon.png) no-repeat left center;
}
.footer-box .right-box ul li span {
  display: block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  border-radius: 50%;
  background: #4b4b4b;
  margin-right: 12px;
}
.footer-box .right-box ul li div {
  flex-direction: column;
  align-items: flex-start;
}
.footer-box .right-box ul li div small {
  font-size: 16px;
  color: #fff;
}
.footer-box .right-box ul li div em {
  font-size: 14px;
  color: #fafafa;
  font-style: normal;
}
.footer-box .footer-bottom {
  border-top: 1px solid #3f3f3f;
  margin-top: 22px;
  text-align: center;
}
.footer-box .footer-bottom p {
  line-height: 65px;
  font-size: 12px;
  color: #dcdcdc;
}
.footer-box .footer-bottom p a {
  color: #dcdcdc;
  transition: 0.3s;
}
.footer-box .footer-bottom p a:hover {
  color: #4973f2;
}
#headerLoad {
  position: relative;
  z-index: 99999;
}
.banner-box .layui-carousel > [carousel-item] > * {
  background: #fbfbfb !important;
}
.banner-box .banner-container .banner-item {
  position: relative;
}
.banner-box .banner-container .banner-item .banner-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(50%, -50%);
  margin-left: -960px;
  z-index: 99;
}
.banner-box .banner-container .banner-item .banner-text h2 {
  font-size: 48px;
  font-weight: 500;
  color: #333;
  margin-bottom: 20px;
}
.banner-box .banner-container .banner-item .banner-text p {
  font-size: 24px;
  color: #666;
  line-height: 1.8em;
}
.banner-box .banner-container .banner-item img {
  border: none;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
}
.notice-box {
  background: #f4f4f4;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  box-sizing: border-box;
  height: 62px;
  line-height: 62px;
}
.notice-box span {
  text-align: center;
  display: block;
  width: 100px;
}
.notice-box ul li {
  color: #333333;
  font-size: 14px;
  border-left: 1px solid #ebebeb;
  width: 333px;
}
.notice-box ul li a {
  display: block;
  transition: 0.3s;
}
.notice-box ul li a p {
  width: 90%;
  margin: 0 auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: 0.3s;
}
.notice-box ul li a:hover {
  background: #fafafa;
}
.notice-box ul li a:hover p {
  color: #4670f2;
}
.notice-box ul li:last-child {
  border-right: 1px solid #ebebeb;
}
.content-box {
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  height: 620px;
}
.content-box .wrap {
  text-align: left;
}
.content-box .wrap .text h2 {
  margin-bottom: 40px;
}
.content-box .wrap .text p {
  line-height: 2em;
}
.labor-box {
  text-align: center;
  padding-top: 74px;
  overflow: hidden;
}
.labor-box h2 {
  font-size: 36px;
  color: #333;
  font-style: normal;
  font-weight: 500;
}
.labor-box p {
  margin-top: 20px;
  margin-bottom: 40px;
}
.labor-box ul {
  font-size: 24px;
  color: #333;
}
.labor-box ul li {
  height: 80px;
  flex: 25%;
  padding-top: 50px;
  text-align: left;
  background: url(../image/arrow1.png) no-repeat left top;
}
.labor-box ul li:last-child {
  background: url(../image/arrow2.png) no-repeat left top;
}
.labor-box .btn-container {
  padding-bottom: 70px;
}
.labor-box .btn-container .wrap {
  height: 202px;
  background: url(../image/blue-bg.jpg) no-repeat center;
  flex-direction: column;
  justify-content: center;
}
.labor-box .btn-container .wrap h3 {
  font-size: 24px;
  color: #fff;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 30px;
}
.labor-box .btn-container .wrap a {
  display: block;
  width: 114px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #fff;
  color: #fff;
  background: none;
  border-radius: 4px;
  transition: 0.3s;
}
.labor-box .btn-container .wrap a:hover {
  background: #fff;
  color: #4670f2;
}
.pro-section-box h2 {
  margin-bottom: 20px;
  line-height: 1.8em;
  background: url(../image/line-bg.png) no-repeat bottom left;
}
.pro-section-box ul li {
  padding-left: 70px;
  margin-bottom: 40px;
  background: url(../image/01.png) no-repeat top left;
}
.pro-section-box ul li span {
  display: block;
  margin-bottom: 20px;
}
.pro-section-box ul li p {
  line-height: 1.8em !important;
}
.pro-section-box ul li:nth-child(2) {
  background: url(../image/02.png) no-repeat top left;
}
.pro-section-box ul li:nth-child(3) {
  background: url(../image/03.png) no-repeat top left;
}
.pro-quickConnect-box {
  width: 100%;
  height: 243px;
  background: url(../image/pro_ad_bg.jpg) no-repeat center;
  background-size: 100%;
}
.pro-quickConnect-box .wrap {
  flex-direction: column;
  justify-content: center;
}
.pro-quickConnect-box .wrap a {
  display: block;
  width: 114px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  background: #4670f2;
  border: 1px solid #4670f2;
  margin-top: 25px;
  border-radius: 4px;
  text-align: center;
  transition: 0.3s;
}
.pro-quickConnect-box .wrap a:hover {
  background: #fff;
  color: #4670f2;
}
.inner-wrap {
  align-items: flex-start;
  margin-top: 40px;
}
.inner-wrap .inner-aside {
  width: 200px;
  margin-right: 40px;
  white-space: unset;
  height: 100% !important;
}
.inner-wrap .inner-aside h2 {
  line-height: 56px;
  background: #fff;
  text-align: center;
  border-bottom: 1px solid #f7f7f7;
}
.inner-wrap .inner-aside li {
  background: #fff;
  line-height: 57px;
  border-bottom: 1px solid #f7f7f7;
  width: 100%;
  padding: 0;
  text-align: left;
  padding-left: 37px;
  box-sizing: border-box;
}
.inner-wrap .inner-aside li.layui-this {
  background: url(../image/inner-aside-bg.png) no-repeat center left;
  color: #4670f2;
}
.inner-wrap .inner-aside li.layui-this:after {
  border-bottom: none;
}
.inner-wrap .inner-main {
  width: 100%;
  text-align: left;
  padding: 40px;
  margin-bottom: 60px;
}
.inner-wrap .inner-main .layui-breadcrumb {
  display: block;
  margin-bottom: 20px;
}
.inner-wrap .inner-main .main-content {
  min-height: 300px;
}
.inner-wrap .inner-main .main-content h2 {
  margin-bottom: 10px;
}
.inner-wrap .inner-main .main-content span {
  margin-bottom: 10px;
  display: block;
}
.inner-wrap .inner-main .main-content h3 {
  font-weight: 700;
  margin-bottom: 10px;
}
.inner-wrap .inner-main .main-content h4 {
  font-weight: 500;
}
.inner-wrap .inner-main .main-content p {
  margin-top: 5px;
  margin-bottom: 20px;
  line-height: 1.8em;
}
.conform-section-box {
  padding-top: 65px;
  overflow: hidden;
}
.conform-section-box .wrap {
  text-align: center;
}
.conform-section-box .wrap p.inner-p-text {
  margin-top: 25px;
  margin-bottom: 45px;
  line-height: 1.8em;
}
.conform-section1 {
  height: 400px;
  background: url(../image/hg-section1-bg.png) no-repeat center bottom;
  background-size: cover;
}
.conform-section1 .layui-nav {
  padding: 0 !important;
  margin-top: 40px;
  border-bottom: 1px solid #efefef;
}
.conform-section1 .layui-nav .layui-nav-item a {
  padding: 0 !important;
}
.conform-section1 .layui-nav .layui-nav-item a img {
  margin-bottom: 10px;
}
.conform-section1 .layui-nav .layui-nav-item a span {
  font-size: 20px;
  color: #333;
  display: block;
  margin-top: 0px;
}
.conform-section1 .layui-nav .layui-this:after {
  background: #4670f2;
}
.conform-section1 .layui-nav .layui-nav-bar {
  background: #4670f2;
}
.conform-section1 .layui-bg-gray {
  background: none !important;
}
.conform-section2 {
  height: 550px;
}
.conform-section2 .wrap p.inner-p-text {
  margin-bottom: 30px;
}
.conform-section2 .layui-carousel {
  background: none !important;
}
.conform-section2 .layui-carousel .carousel-box > div {
  margin-right: 38px;
  float: left;
}
.conform-section2 .layui-carousel .carousel-box > div img {
  border: 1px solid #efefef;
  margin-bottom: 20px;
}
.conform-section2 .layui-carousel .carousel-box > div:last-child {
  margin-right: 0;
}
.conform-section2 .layui-carousel > [carousel-item] {
  width: 86%;
  left: 50%;
  transform: translate(-50%, 10px);
}
.conform-section2 .layui-carousel > [carousel-item] > .layui-this {
  display: flex;
  justify-content: space-between;
}
.conform-section2 .layui-carousel > [carousel-item] > * {
  background: none !important;
}
.conform-section3 .wrap ul.flex {
  flex-wrap: wrap;
  justify-content: space-around;
}
.conform-section3 .wrap ul.flex li {
  width: 373px;
  height: 165px;
  text-align: left;
  border-radius: 10px;
  margin-bottom: 30px;
  padding: 30px;
  box-sizing: border-box;
  box-shadow: 0 0 10px 5px #f0f1f5;
}
.conform-section3 .wrap ul.flex li h4 {
  font-size: 16px;
  color: #333;
  font-weight: 500;
  background: url(../image/hg-title-bg.png) no-repeat left center;
  padding-left: 20px;
  margin-bottom: 15px;
}
.conform-section3 .wrap ul.flex li p.inner-p-text {
  margin-top: 0;
}
.conform-section3 .wrap ul.flex li:nth-child(1) {
  background: url(../image/hg-section3-icon01.png) no-repeat 290px 90px #fff;
}
.conform-section3 .wrap ul.flex li:nth-child(2) {
  background: url(../image/hg-section3-icon02.png) no-repeat 290px 90px #fff;
}
.conform-section3 .wrap ul.flex li:nth-child(3) {
  background: url(../image/hg-section3-icon03.png) no-repeat 290px 90px #fff;
}
.conform-section3 .wrap ul.flex li:nth-child(4) {
  background: url(../image/hg-section3-icon04.png) no-repeat 290px 90px #fff;
}
.conform-section3 .wrap ul.flex li:nth-child(5) {
  background: url(../image/hg-section3-icon05.png) no-repeat 290px 90px #fff;
}
.conform-section3 .wrap ul.flex li:nth-child(6) {
  background: url(../image/hg-section3-icon06.png) no-repeat 290px 90px #fff;
}
.conform-section4 {
  height: 520px;
  background: url(../image/hg-section4-bg.jpg) no-repeat center #fbfbfb;
}
.conform-section4 .flex {
  height: 400px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.conform-section4 .flex p.inner-p-text {
  text-align: left;
}
.conform-section5 {
  height: 540px;
}
.conform-section5 .wrap ul.flex li.flex {
  width: 379px;
  height: 249px;
  flex-direction: column;
  justify-content: center;
  box-shadow: 0 0 10px 5px #f0f1f5;
}
.conform-section5 .wrap ul.flex li.flex h4.inner-subtitle-text {
  margin-top: 12px;
  margin-bottom: 5px;
}
.conform-section5 .wrap ul.flex li.flex p.inner-p-text {
  margin-top: 0;
  margin-bottom: 0;
}
.conform-section5 .wrap ul.flex li.flex:nth-child(1) {
  background: url(../image/hg-section5-bg01.jpg) no-repeat center;
}
.conform-section5 .wrap ul.flex li.flex:nth-child(2) {
  background: url(../image/hg-section5-bg02.jpg) no-repeat center;
}
.conform-section5 .wrap ul.flex li.flex:nth-child(3) {
  background: url(../image/hg-section5-bg03.jpg) no-repeat center;
}
.conform-section6 {
  height: 489px;
}
.conform-section6 .wrap ul.flex li.flex {
  width: 380px;
  height: 193px;
  text-align: left;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  padding-left: 30px;
}
.conform-section6 .wrap ul.flex li.flex h4 {
  background: url(../image/hg-section6-title-bg.png) no-repeat left bottom;
  display: inline-block;
  line-height: 2em;
}
.conform-section6 .wrap ul.flex li.flex p {
  margin-top: 12px;
}
.conform-section6 .wrap ul.flex li.flex:nth-child(1) {
  background: url(../image/hg-section6-bg01.jpg) no-repeat center;
}
.conform-section6 .wrap ul.flex li.flex:nth-child(2) {
  background: url(../image/hg-section6-bg02.jpg) no-repeat center;
}
.conform-section6 .wrap ul.flex li.flex:nth-child(3) {
  background: url(../image/hg-section6-bg03.jpg) no-repeat center;
}
.public-inner {
  margin-top: 40px;
}
.public-inner .layui-breadcrumb {
  margin-bottom: 25px;
  display: block;
}
.public-inner .main-content-container {
  text-align: center;
}
.public-inner .main-content-container span {
  display: inline-block;
  margin-top: 19px;
  margin-bottom: 15px;
}
.public-inner .main-content-container span small {
  display: inline-block;
  margin-left: 10px;
}
.public-inner .main-content-list ul li {
  height: 67px;
  border-bottom: 1px solid #f2f2f2;
}
.public-inner .main-content-list ul li a {
  color: #333;
  font-size: 14px;
}
.news-banner.banner-box .layui-carousel > [carousel-item] > * {
  background: linear-gradient(#fbfbfb 0%, #fbfbfb 60%, #eef1fa 100%) !important;
}
