/*--------------------Import Google Fonts--------------------*/
/* main font for menu. */
/* font for headings, text, tags */

/*--------------------1. General--------------------*/
body,
button,
html,
input,
legend,
select,
textarea {
  font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", 微软雅黑, Arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  letter-spacing: 0.4px;
  color: #232323;
}

body {
  min-width: 1200px;
  position: relative;
}

ul,
li {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

p {
  font-size: 15px;
  font-weight: 300;
  line-height: 23px;
  letter-spacing: 0.2px;
}

a:hover,
a:focus,
a:active,
a.active {
  color: #fec503;
}

a,
a:hover,
a:focus,
a:active,
a.active {
  outline: 0;
}

::selection {
  text-shadow: none;
  background: #fed136;
}

.copyrights {
  text-indent: -9999px;
  height: 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
}

section {
  padding: 30px 0;
}

/*--------------------顶部导航--------------------*/
nav {
  width: 100%;
  min-width: 1200px;
  height: 68px;
  position: fixed;
  z-index: 1;
  border-bottom: 1px solid hsla(0, 0%, 100%, .2);
}


nav.fixed {
  background: #fff;
  transition: all 500ms;
  box-shadow: 0 0 10px #ccc;
  z-index:9999;
}

nav.fixed .navel li a {
  color: #222;
}

nav.fixed .navel li:hover a {
  box-shadow: 0 -3px 0 #d90d26 inset;
}

nav .container {
  width: 1200px;
  height: 100%;
  background: transparent;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

nav .navel {
  height: 100%;
  line-height: 68px;
}

nav .navel li {
  float: left;
  margin: 0 20px;
  color: #fff;
  height: 100%;
}

nav .navel li a {
  color: #fff;
  height: 100%;
  display: block;
  font-size: 16px;
  height: 70px;
}

nav .navel li:hover a {
  font-weight: 700;
  box-shadow: 0 -3px 0 #fff inset;
  height: 70px;
}

.page-scroll.pt2 {
  font-weight: 700;
  box-shadow: 0 -3px 0 #fff inset;
}

nav.fixed .page-scroll.pt2 {
  font-weight: 700;
  box-shadow: 0 -3px 0 #d90d26 inset;
  color: #d90d26;
  font-size: 18px;
  height: 70px;
}

/*--------------------3. Header--------------------*/
header {
  background-repeat: none;
  min-width: 1200px;
  background-attachment: scroll;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  text-align: center;
  color: #fff;
}

header .intro-text {
  padding-top: 60px;
  padding-bottom: 100px;
}

@media (min-width: 768px) {
  header .intro-text {
    padding-top: 230px;
  }
}

.intro-lead-in {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 25px;
  font-style: normal;
  opacity: 0.8;
}

@media (min-width: 768px) {
  header .intro-text .intro-lead-in {
    font-family: "Playfair Display", sans-serif;
    font-size: 16px;
    line-height: 40px;
    margin-bottom: 25px;
  }
}

.intro-heading {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 45px;
  line-height: 45px;
}

/*--------------------4. Sections--------------------*/
.section-title h2 {
  font-size: 30px;
  margin-top: 20px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
}

.section-title p {
  font-size: 15px;
  font-weight: 300;
  line-height: 25px;
  margin: 0 100px 40px 100px;
  opacity: 0.5;
  text-align: center;
}

.section-title h3 {
  background: url(../images/images/jx.png) no-repeat;
  background-size: 95%;
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  width: 60px;
  height: 60px;
  margin: 0 auto;
  line-height: 60px;
}

/*--------------------4.1. About--------------------*/
.mz-module-about h3 {
  font-weight: 500;
  font-size: 22px;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

.mz-module-about p {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  color: #666;
  margin-top: 10px;
}

.ot-circle {
  height: 95px;
  width: 95px;
  text-align: center;
  line-height: 98px;
  color: #3E3E3E;
  /* border: 3px solid #000; */
  border-radius: 100px;
  /* background-color: #E8E8E8; */
  margin: 0 2px 4px;
  font-size: 31px;
}

/*--------------------4.2. Skills--------------------*/
.skills-text h2 {
  margin: 0 0 30px;
}

.skillbar-item {
  margin-bottom: 30px;
}

.skillbar {
  position: relative;
  display: block;
  width: 100%;
}

.skillbar-score {
  background-color: #dfdfdf;
  padding: 7px;
  text-align: center;
  color: #000000;
  font-weight: 300;
  float: right;
  width: 50px;
  height: 40px;
  vertical-align: middle;
}

.skillbar-score .score {
  font-size: 20px;
}

.skillbar-score .percent {
  font-size: 13px;
}

.skillbar-bar {
  display: block;
  background-color: #dfdfdf;
  height: 3px;
  width: 100%;
}

.skillbar h3 {
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  color: #3A3A3A;
  letter-spacing: 2px;
  margin: 0;
  padding: 12px 0;
}

.skillbar-percent {
  color: #fff;
  background-color: #000000;
  float: left;
  height: 3px;
}

/*--------------------4.3. Portfolio--------------------*/
figure {
  position: relative;
  overflow: hidden;
  margin: 10px 1%;
  background: #726FB9;
  text-align: center;
  cursor: pointer;
}

figcaption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ot-portfolio-item figure figcaption>a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}

.ot-portfolio-item figure figcaption,
.ot-portfolio-item figure figcaption>a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

figure.effect-bubba {
  background: #000;
  margin-bottom: 30px;
}

figure.effect-bubba img {
  opacity: 0.8;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

figure.effect-bubba:hover img {
  opacity: 0.4;
}

figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

figure.effect-bubba figcaption::before {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}

figure.effect-bubba figcaption::after {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
}

figure.effect-bubba h2 {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  padding-top: 30%;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, -20px, 0);
  transform: translate3d(0, -20px, 0);
}

figure.effect-bubba p {
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  padding: 20px 2.5em;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}

figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

figure.effect-bubba:hover h2,
figure.effect-bubba:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/*--------------------4.4. Dark Short section (counters, quote, etc)--------------------*/
.dark-bg {
  background: #323232;
  color: #fff;
}


.bg-img1 {
  background-image: url(../images/demo/office-bg.jpg);
  background-size: cover !important;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.light-bg {
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  overflow: hidden;
  z-index: 10000;
  visibility: visible;
}

.overlay-dark:before,
.overlay-light:before {
  background-color: rgba(93, 88, 89, 0.5);
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
}

.overlay-dark,
.overlay-light {
  position: relative;
  z-index: 1;
}

.short-section {
  padding-top: 110px;
  padding-bottom: 110px;
}

.counter-item h2 {
  color: #fff;
  font-size: 100px;
  margin: 0;
  font-family: "Trump";
}

.counter-item h6 {
  color: #fff;
  font-size: 19px;
  margin: 0;
  padding-left: 6px;
}

/*--------------------4.5. Partners Slider--------------------*/
.partner-logo {
  text-align: center;
  float: left;
  margin: 0 0 20px 20px;
}

.partner-logo img {
  width: 210px;
  height: 100%;
}

/*--------------------4.6. Team--------------------*/
.team-item {
  text-align: center;
  background-color: #fff;
}

.team-item h3 {
  font-size: 16px;
  font-weight: 500;
}

.team-item .team-location {
  color: #C5C5C5;
  font-size: 13px;
  margin-bottom: 20px;
}

.team-item .team-location {
  color: #C5C5C5;
  font-size: 12px;
  margin-bottom: 20px;
}

.team-item .team-position {
  color: #000;
  font-size: 12px;
}

.team-item p {
  font-size: 13px;
  font-weight: 300;
  color: #9C9C9C;
  padding: 5px 10px 20px 10px;
}

/*--------------------4.7. Contacts--------------------*/
section#contact form {
  margin-top: 15px;
}

section#contact.form-group {
  margin-bottom: 25px;
}

section#contact .form-group input,
section#contact .form-group textarea {
  padding: 15px;
  border: 1px solid #BBBBBB;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
  font-size: 13px;
}

.contact h3 {
  margin-bottom: 30px;
}

.contact p {
  font-size: 13px;
}

.contact .day {
  display: inline-block;
  width: 80px;
}

.contact i {
  margin-right: 5px;
}

/*--------------------5. Footer--------------------*/
footer p {
  color: #B7B7B7;
  margin: 0;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1.6px;
}

footer p a {
  color: #fff;
}

footer p a span {
  color: #FF9F46;
  font-size: 10px;
  letter-spacing: 1px;
  font-weight: 700;
}

/*--------------------6. Modal--------------------*/
.modal-content {
  border-radius: 0;
}

.modal-header .close {
  font-size: 30px;
}

.modal-title {
  text-transform: uppercase;
  font-size: 23px;
}

.modal-body {
  padding: 0;
}

.modal-body p {
  margin: 30px 20px;
  color: #2D2D2D;
}

.modal-works {
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
  margin: 25px 20px;
}

.modal-works span {
  background-color: #FED136;
  margin-right: 15px;
  padding: 5px 10px;
}

/*--------------------7. Components--------------------*/
.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
  color: #fff;
  background-color: #fec503;
  border-color: #f6bf01;
}

.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.open .dropdown-toggle.btn {
  color: #fff;
  background-color: #fec503;
  border-color: #f6bf01;
}

.btn {
  display: inline-block;
  padding: 8px 20px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.btn-xl {
  color: #fff;
  background-color: #726FB9;
  border-color: #726FB9;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 3px;
  font-size: 18px;
  padding: 20px 40px;
}

/* Back to top button---------------------------------- */
#back-top {
  position: fixed;
  z-index: 1000;
  bottom: 40px;
  right: 50px;
}

#back-top a {
  width: 60px;
  height: 60px;
  display: block;
  text-align: center;
  font: 11px/100% Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  color: #FFFFFF;
  background: #A9A9B1;
  /* background color transition */
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}

#back-top a:hover {
  background: #fed136;
}

/* arrow icon (span tag) */
#back-top i {
  margin-top: 15px;
  font-size: 28px;
}

/* @media only screenand (min-width : 320px)and (max-width : 480px) {#back-top {position: fixed;bottom: 10px;right: 30px;} */
#back-top a {
  width: 40px;
  height: 40px;
}

#back-top i {
  margin-top: 7px;
  font-size: 20px;
}

.text-center {
  margin: 0 auto;
}

.qj-server-box dt {
  color: #333;
}

.nav>li>a {
  padding: 15px 5px;
  margin: 0 15px;
}

.col-md-3 {
  width: 20%;
  float: left;
  text-align: left;
  font-family: BlinkMacSystemFont, Helvetica Neue, PingFang SC, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei, sans-serif;
}

.col-md-4 {
  width: 25%;
  text-align: center;
  display: inline-block;
  font-family: BlinkMacSystemFont, Helvetica Neue, PingFang SC, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei, sans-serif;
}

.counter-item h2 {
  font-weight: 500;
}

/*bottom*/
.qj-footer-wrap .qj-ensure-wrap {
  background: url(../images/images/pinpia_04.jpg) center no-repeat #d8302f;
  height: 75px;
}

.qj-footer-wrap .qj-ensure {
  zoom: 1;
  background-position: 0 50%
}

.qj-footer-wrap .qj-ensure:after,
.qj-footer-wrap .qj-ensure:before {
  content: "";
  display: table
}

.qj-footer-wrap .qj-ensure:after {
  clear: both
}

.qj-footer-wrap .qj-ensure-item01,
.qj-footer-wrap .qj-ensure-item05 {
  width: 16%
}

.qj-footer-wrap .qj-ensure-item02,
.qj-footer-wrap .qj-ensure-item03,
.qj-footer-wrap .qj-ensure-item04 {
  width: 22%
}

.qj-footer-wrap .qj-ensure-item {
  float: left
}

.qj-footer-wrap .qj-ensure-item a {
  display: block;
  line-height: 0;
  font-size: 0;
  height: 75px;
  overflow: hidden
}

.qj-footer-wrap .qj-ensure-item a:hover {
  text-decoration: none
}

.qj-footer-wrap .qj-foot-others,
.qj-server .footer-follow-info {
  color: #696969
}

.layout {
  width: 1170px;
  margin-left: auto;
  margin-right: auto;
}

.qj-server .qj-server-box {
  float: left;
}

.qj-server .qj-server-box {
  float: left;
  margin: 30px 0 0px 100px;
}

.qj-server .qj-server-box:first-child {
  margin-left: 0
}

.qj-server .qj-server-title {
  padding: 0 0 10px;
  text-align: center;
  font-size: 15px;
  font-weight: 700
}

.qj-server .qj-server-content {
  line-height: 2;
  color: #666
}

.qj-server .qj-server-content a {
  color: #666;
  margin-right: 15px;
  line-height: 20px
}

.qj-server .qj-server-content a:hover {
  text-decoration: underline;
  color: #d90d26
}

.qj-friend-link {
  display: none;
  display: block;
  border-top: 1px dashed #f0f0f0;
  margin: 0 0 20px;
  padding-top: 25px
}

.qj-friend-link a {
  color: #666;
  line-height: 20px
}

.qj-friend-link .friend-link-tab-list {
  zoom: 1;
  margin-bottom: 10px
}

.qj-friend-link .friend-link-tab-list:after,
.qj-friend-link .friend-link-tab-list:before {
  content: "";
  display: table
}

.qj-friend-link .friend-link-tab-list:after {
  clear: both
}

.qj-friend-link .friend-link-tab-list .friend-link-tab-item {
  float: left
}

.qj-friend-link .friend-link-tab-list .friend-link-tab-item a {
  display: block;
  margin-right: 10px;
  padding: 0 5px
}

.qj-friend-link .friend-link-tab-list .friend-link-tab-item a:hover,
.qj-friend-link .friend-link-tab-list .friend-link-tab-item.active a {
  background: #2151a3;
  color: #fff;
  text-decoration: none
}

.qj-friend-link .qj-friend-link-content a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: baseline;
  margin: 0 15px 5px 0;
  line-height: 20px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: all .5s;
  -o-transition: .5s;
  transition: .5s
}

.qj-friend-link .qj-friend-link-content a:hover {
  text-decoration: underline;
  color: #d90d26;
}

.qj-copyright {
  padding: 25px 0;
  border-top: 1px solid #ececec
}

.qj-copyright .foot-nav a {
  position: relative;
  padding-right: 10px
}

.qj-copyright .foot-nav a:after {
  position: absolute;
  right: 3px;
  top: 3px;
  content: '';
  width: 1px;
  height: 12px;
  background-color: #d3d3d3
}

.qj-copyright .foot-nav a:last-child::after {
  width: 0
}

.qj-copyright a,
.qj-copyright a a {
  *padding: 0 5px
}

.qj-copyright a a:hover,
.qj-copyright a:hover {
  text-decoration: underline;
  color: #d90d26
}

.qj-footer-style2 .qj-copyright,
.qj-footer-style2 .qj-copyright a {
  color: #666;
  background: #fff
}

.qj-footer-style2 .qj-copyright a a:hover,
.qj-footer-style2 .qj-copyright a:hover {
  color: #000;
  text-decoration: none
}

.qj-foot-sprite {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: baseline
}

.qj-foot-sprite.three {
  width: 16px;
  height: 16px;
  background-position: -127px -151px;
  vertical-align: sub
}

.qj-foot-sprite.four {
  width: 16px;
  height: 16px;
  background-position: -153px -152px;
  vertical-align: sub;
  margin-right: 5px
}

.qj-banquan {
  margin: 0 auto;
  text-align: center;
  width: 100%;
  border-top: 1px solid #efefef;
  padding: 20px 0;
  line-height: 22px;
  font-size: 12px;
  color: #666;
}

.row {
  text-align: center;
  width: 1150px;
  margin: 0 auto;
  overflow: hidden;
}

.row ul {
  color: #d8302f !important;
  overflow: hidden;
  text-align: center;
  width: 720px;
  margin: 0 auto;
}

.row ul li {
  width: 200px;
  height: 200px;
  float: left;
  line-height: 240px;
  text-align: center;
  font-size: 16px;
  margin-right: 30px;
}

.yd {
  width: 100%;
  margin: 0 auto;
}

.light-bg-nt {
  width: 1200px;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

.pt12 {
  width: 500px;
  float: left;
  margin-left: 50px;
}

.pt6 {
  width: 350px;
  float: left;
  margin-left: 20px;
}

.pt6 img {
  margin-bottom: 20px;
}

.pt11 {
  width: 33.3%;
  float: left;
}

.pt11:hover .blueicon img {
  transform: scale(1.1);
  transition: all 500ms;
}

.pt14 {
  margin-bottom: 20px;
}

.owl-carousel {
  margin-top: 30px;
}


.fw-01 {
  width: 1170px;
  margin-bottom: -100px;
  margin: 0 auto;
  background: #fff;
  color: #666;
  padding: 10px 30px 30px 30px;
}

.fw-01 h2 {
  font-size: 26px;
  color: #d90d26;
  border-bottom: 1px solid #ededed;
  padding: 10px 0;
  margin-bottom:10px;
}

.fw-01 div {
  margin-top: 10px;
  text-align: left;
}

.fw-01 p {
  color: #666;
  font-weight: 500;
  font-size: 13px;
  padding-top: 10px;
  text-align: left;
}

.fw-01 i {
  color: #666;
  font-weight: 500;
  font-size: 14px;
  padding-top: 10px;
  text-align: left;
  font-style: normal;
  margin-bottom: -120px;
}

.fw-01 h2.tex {
  padding-left: 14px;
  font-size: 16px;
  text-align: left;
  border-left: 5px solid #d1d1d1;
  line-height: 25px;
  color: #333;
  background-color: #ededed;
  margin-top: 10px;
}

.gengxin {
  width: 1180px;
  margin: 0 auto;
  line-height: 40px;
  font-size: 12px;
  color: #d8302f;
  text-align: center;
  background-color: #ffe8e8;
  margin-bottom: 20px
}

.fw-02 {
  width: 1170px;
  margin-bottom: -100px;
  margin: 0 auto;
  background: #fff;
  color: #666;
  padding: 10px 30px 30px 30px;
  margin-top: 20px;
}

.fw-02 h2 {
  font-size: 26px;
  color: #333;
  line-height: 60px;
  border-bottom: 1px solid #ededed;
}

.fw-02 div {
  margin-top: 10px;
  text-align: left;
}

.fw-02 p {
  color: #666;
  line-height: 22px;
  font-weight: 500;
  font-size: 13px;
  padding-top: 10px;
  text-align: left;
}

.fw-02 h2.tex {
  padding-left: 14px;
  font-size: 16px;
  text-align: left;
  border-left: 5px solid #d1d1d1;
  line-height: 40px;
  color: #333;
  background-color: #ededed;
  margin-top: 10px;
}



.pt-about {
  background: url(../images/images/jrwm.jpg) center;
}

.pt-ywtx {
  background: url(../images/demo/bg-main.jpg-1.png) center;
}

/*业务体系*/
.ye_01 {
  text-align: center;
}
.ye_001 {
  text-align: center;
  margin:0 auto;
  margin-top:20px;
  margin-bottom:10px;
}
.ye_001 img{width:1000px;}
.ye_02 {
  text-align: center;
  margin: 10px 0;
}

.ywtx_01 {
	width:1100px;
	background-size:80%;
  	margin: 0 auto;
	margin-top:40px;
}

.ywtx_01 ul {
  display: flex;
  justify-content: space-between;
}

.ywtx_01 ul li {
  float: left;
  width: 310px;
  background: #f4f4f4;
  padding: 20px;
  height: 450px;
  transition: all 300ms;
}

.ywtx_01 ul li:hover {
  background: #d7272c;
  color: #fff !important;
  transform: scale(1.1);
}

.ywtx_01 ul li:hover h2 {
  color: #fff !important;
}

.ywtx_01 ul li:hover h3 {
  color: #fff !important;
}

.ywtx_01 ul li:hover h4 {
  color: #fff !important;
}

.ywtx_01 ul li:hover p {
  color: #fff !important;
}

.ywtx_01 ul li div,
h2,
h3,
h4 {
  color: #333;
}

.ywtx_01 ul li div {
  margin: 20px 0;
}

.ywtx_01 ul li h2 {
  font-size: 20px;
}

.ywtx_01 ul li p {
  font-size: 12px;
  color: #cecece;
}

.ywtx_01 ul li h3 {
  margin-top: 10px;
}

.ywtx_01 ul li h4 {
  color: #666;
  line-height: 26px;
  margin-top: 20px;
  margin: 0 auto;
  margin-top: 20px;
  font-size: 14px;
}

.ywtx_01 ul li h4 img {
  width: 15px;
  height: 15px;
  margin: 0 10px;
}

.pt23 {
  text-align: center;
}

.qj-1 {
  opacity: 0.9 !important;
}

.pt01 {
  margin: 10px 0;
}
.pt01 p{
  font-weight:500;line-height:45px
}
.pt01 p a{    color: #e60012;
    text-decoration: underline;}
.pt01 img{
  visibility: hidden;

}
.pt01.anm img{
  animation: scalea 1s 500ms both;
  visibility: visible;

}

.pt23 {
  margin-right: 0px !important;margin-bottom:20px !important;
}

/*加入我们*/
.pt-join {
  background: url(../images/images/jrwm.jpg) center;
}

.index-wrap {
  text-align: center;
  min-width: 1200px;
}

.index-wrap h2 {
  font-size: 34px;
  font-weight: 700
}

.index-wrap .sub-tt {
  font-size: 20px;
  margin-top: 30px
}
.pt29 {
  margin-top: 0px !important;
}

.join-wrap {
  width: 1200px;
  margin:20px auto 0;
  padding-bottom: 30px;
}

.join-wrap ul {
  width: 1100px;
  margin: 0 auto;
  overflow: hidden
}

.join-wrap li {
  width: 99%;
  border-bottom: 1px solid #ebeef5;
  float: left;
  text-align: left;
  margin-right: 15px;
  padding-right: 25px;
  position: relative;
  margin-bottom:30px;
  
   padding-bottom:30px;
}

.join-wrap li h6 {
  font-size: 14px;
  color: #606266;
  position: absolute;
  right: 20px;
  top: 5px;
}

.join-wrap li h3 {
  font-size: 14px;
  color: #606266;
  line-height:28px;
}

.join-wrap li h4 {
  font-size: 14px;
  color: #000;
  font-weight: 500;
  line-height: 34px;
  background: #f5f5f5;
  padding-left: 10px;
  border-left: 3px solid #cecece;
  margin: 5px 0;
}

.join-wrap li .zhiwei-box {
  width: 220px;
  height: 28px;
  display: block;
  font-size: 22px;
  line-height: 24px;
  overflow: hidden;
  font-weight: 700;
  color:#e13d44;
}

.join-wrap li em {
  font-size: 14px;
  color: #606266;
  display: block;
  margin-bottom: 16px;
  font-style:normal;
}

.join-wrap li:last-child {
  border-right: none;
  margin-right: 0
}

.join-wrap .btn-more {
  width: 264px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border: 1px solid #141414;
  font-size: 16px;
  display: block;
  margin: 60px auto 0
}

.join-wrap .btn-more:hover {
  border-color: #cecece
}

.pt00 p{padding-left:50px; text-align:left;font-size:16px;font-weight:500;}

.qj-server-content img {
  width: 100px;
  height: 100px;
}

/*news*/
.pt-news {
  background: url(../images/images/news.png) center;
}


.article-list {
  padding: 30px;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0
}

.article-list .article-title {
  display: block;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 18px;
  font-weight: 700
}

.article-list .article-title:hover {
  text-decoration: underline;
  color: #e70014 !important;
}

.article-list .article-item {
  position: relative;
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #eee
}

.article-list .article-item:first-child {
  border-top: none;
  margin-top: 0;
  padding-top: 0
}

.article-list .thumbnail-item {
  position: relative;
  display: block;
  overflow: hidden
}

.article-list .thumbnail-item::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .02)
}

.article-list .thumbnail-item img {
  display: block;
  -webkit-transition: all, .7s;
  -moz-transition: all, .7s;
  -ms-transition: all, .7s;
  -o-transition: all, .7s;
  transition: all, .7s;
  -webkit-transform: translateZ(0)
}

.article-list .thumbnail-item:hover img {
  -webkit-transform: scale(1.04);
  -moz-transform: scale(1.04);
  -ms-transform: scale(1.04);
  -o-transform: scale(1.04);
  transform: scale(1.04)
}

.article-list .thumbnail-item~.summary-content .article-info {
  position: absolute;
  bottom: 0;
  left: 215px
}

.article-list .article-item,
.article-list .summary-content {
  overflow: hidden
}

.article-list .summary {
  padding: 7px 0;
  line-height: 1.8;
  height: 62px;
  margin-bottom: 15px;
  overflow: hidden;
  font-size: 14px;
  font-weight: 500;
  color: #999
}

.article-list .article-info {
  line-height: 2
}

.article-list .article-info,
.article-list .article-info a {
  color: #b0b0b0;
}

.article-list .article-info .date,
.article-list .article-info .keyword-meta {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: baseline
}

.article-list .article-info .keyword-meta {
  padding-left: 15px;
  background: url(//img.huizecdn.com/hz/xuexi/study/icon-bookmark.png) 0 50% no-repeat
}

.article-detail {
  padding: 25px;
}

.article-detail .related-link-list li {
  width: 31%;
  margin: 0 2% 8px 0;
  line-height: 1.2;
  border-right: 1px solid #ddd
}

.article-detail .related-link-list li:nth-child(3n) {
  margin-right: 0;
  border-right: 0
}

.article-detail .related-link-list li a {
  display: block;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding-right: 20px;
  color: #666
}

.article-detail .related-link-list li a:hover {
  text-decoration: underline;
  color: #d90d26 !important;
}

.article-detail .post-title {
  font-weight: 700;
  font-size: 36px;
  line-height: 55px;
  text-align: center;
  color: #404040
}

.article-detail .post-meta {
  margin-bottom: 30px;
  padding: 7px 0 30px;
  border-bottom: 1px solid #f0f0f0
}

.article-detail .post-meta,
.article-detail .post-meta a {
  color: #999
}

.article-detail .post-content {
  line-height: 2;
  font-size: 16px
}

.article-detail .post-content p {
  color: #666 !important;
  font-weight: 500;
  line-height: 35px;
  text-indent: 2em;
}

.article-detail .post-content img {
  max-width: 100%;
  *width: 100%;
  padding: 6px 0
}

.article-detail .post-content a {
  color: #2150a2
}

.article-detail .post-content a:hover {
  text-decoration: underline;
  color: #d90d26
}

.article-detail .copyright-tip {
  padding: 20px 30px;
  line-height: 2.4;
  font-size: 14px;
  color: #666;
  background: #f0f0f0
}

.article-detail .post-footer a:hover {
  text-decoration: underline;
  color: #d90d26 !important;
}

.billboard-box li a {
  display: block
}

.primary {
  float: left;
  *display: inline;
  width: 100%
}

.secondary {
  float: left;
  *display: inline;
  width: 290px;
  margin-left: -290px
}

.article-list ul {
  width: 100%;
}

.news-img {
  width: 180px;
  height: 120px;
  float: left;
  margin-right: 20px;
}

.news-img img {
  width: 180px;
  height: 120px;
}


/*翻页样式*/
#kkpager {
  clear: both;
  color: #999;
  text-align: center;
  padding: 5px 0px 5px 0px;
  font-size: 13px;
  margin: 20px 0;
}

#kkpager a {
  float: left;
  border: 1px solid #ccc;
  display: inline;
  padding: 3px 10px 3px 10px;
  margin-right: 5px;
  cursor: pointer;
  background: #fff;
  text-decoration: none;
  color: #999;
}

#kkpager span.disabled {
  float: left;
  display: inline;
  padding: 3px 10px 3px 10px;
  margin-right: 5px;
  border: 1px solid #DFDFDF;
  background-color: #FFF;
  color: #DFDFDF;
}

#kkpager span.curr {
  float: left;
  border: 1px solid #e70014;
  background: #e70014;
  display: inline;
  padding: 3px 10px 3px 10px;
  margin-right: 5px;
  color: #fff;
}

#kkpager a:hover {
  border: 1px solid #ff5967;
  color: #333;
}

#kkpager span.normalsize {}

#kkpager_gopage_wrap {
  position: relative;
  left: 0px;
  top: 0px;
}

#kkpager_btn_go {
  width: 44px;
  height: 18px;
  border: 0px;
  overflow: hidden;
  line-height: 140%;
  padding: 0px;
  margin: 0px;
  text-align: center;
  cursor: pointer;
  background-color: #31ACE2;
  color: #FFF;
  position: absolute;
  left: 0px;
  top: -2px;
  display: none;
}

#kkpager_btn_go_input {
  width: 36px;
  height: 14px;
  color: #999;
  text-align: center;
  margin-left: 1px;
  margin-right: 1px;
  border: 1px solid #DFDFDF;
  position: relative;
  left: 0px;
  top: 0px;
  outline: none;
}

#kkpager_btn_go_input.focus {
  border-color: #31ACE2;
}

#kkpager .pageBtnWrap {
  float: none !important;
  display: inline-block;
  vertical-align: middle;
}

#kkpager .infoTextAndGoPageBtnWrap {
  float: right;
}

#kkpager .spanDot {
  float: left;
  margin-right: 5px;
}

#kkpager .currPageNum {
  color: #FD7F4D;
}

#kkpager .infoTextAndGoPageBtnWrap {
  padding-top: 5px;
}

.pb5 {
  padding-bottom: 5px;
}

.pt5 {
  padding-top: 5px;
}

.mt30 {
  margin-top: 30px;
}

.fc6 {
  color: #666;
  font-weight: 400;
  font-size: 12px;
  line-height: 60px;
  text-align: right;
}

.tac {
  text-align: center;
}

.hz-breadcrumb {
  font-size: 12px;
  color: #666;
  line-height: 54px;
  padding-left: 20px;
  border-bottom: 1px solid #f0f0f0;
}

.fr {
  float: right;
}

/* animation-------------------------------------------- */
.ani.anm {
  animation: fadeInUp 500ms 100ms ease both;
  visibility: visible;
}

.animated.anm {
  animation: fadeInLeft 1s 300ms ease both;
  visibility: visible;
}

.ye_01.anm {
  animation: scaling 500ms 300ms ease both;
  visibility: visible;
  margin: 10px 0;
}

.fw-01.anm {
    animation: fadeInUp 500ms 100ms ease both;
  visibility: visible;
}


.intro-text.anm {
  animation: scalings 1s 100ms ease;
}

.animated,
.ani {
  animation: fadeDown 1s 300ms ease both;
}

.scale-img img{
  animation: scaleimg 5s ease none;
}




@keyframes fadeInUp {
  0% {
    transform: translateY(60px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fadeDown {
  0% {
    transform: translateY(-100px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fadeInLeft {
  0% {
    transform: translatex(-400px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes scaling {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes scalea {
  0% {
    transform: scale(1.7);
    opacity: 0;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes scaleimg {
  0% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes scalings {
  0% {
    transform: scale(1);
    opacity: 0;
  }

  30% {
    transform: scale(1.6);
    opacity: 1;
  }

  60% {
    transform: scale(0.5);
    opacity: 1;
  }

  80% {
    transform: scale(1.3);
    opacity: 1;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.banner-wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.banner-wrap .scale-img {
  width: 100%;
  height: 500px;
  /* -webkit-animation: scaleImg 5s ease none; */
  /* animation: scaleImg 5s ease none; */
}

.slider-container {
  position: absolute;
  top: 260;
  left: 0%;
  right: 0%;
}

.banner-dashiji {
  width: 100%;
  overflow: hidden;
}


.banner-wrap {
  color: #fff;
  font-size: 56px;
  text-align: center;
  overflow: hidden;
  position: relative;
}

.banner-wrap .banner-txt {
  color: #fff;
  font-size: 56px;
  font-weight: 700;
  position: absolute;
  top: 246px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width:1366px) {
 .banner-dashiji{height:400px;}

}
@media screen and (max-width:1366px) {
 .banner-wrap .banner-txt { top: 196px;}

}
.pt-ywtx img {
  transition: transform .7s ease-out, -webkit-transform .7s ease-out;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pt-ywtx img:hover {
  transform: scale(1.1);
}

.qj-footer {
  background: #fff;
}

.huabu {
  width: 1200px;
  margin: 0 auto;
}

.br {
  background: #fff;
  padding-top: 20px;
}



.content {
  width: 900px;
  margin: 0 auto;
}

.m-statistics {
  position: relative;
  float: left;
  margin-left: -27.5px;
  margin-right: -27.5px;
  width: 355px;
  height: 520px;
  background-color: #fff;
  text-align: center;
  background: url(../images/poster-bg.png) no-repeat center;
  transition: all 300ms;
}
.m-statistics:hover{
  transform: scale(1.1);
}
.m-statistics .poster-con .img {
  margin-top: 14px;
  width: 100%;
  height: 285px;
  overflow: hidden;
  background: no-repeat center;
  background-size: cover;
}

.m-statistics .desc {
  font-size: 20px;
  font-weight: 500;
  color: #333;
  line-height: 45px;
}

.m-statistics .sub-desc {
  font-size: 14px;
  color: #666;
  padding: 0 15px;
  font-weight: 500;
}

.m-statistics .icon-yinhao {
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 20px;
  left: 50%;
  margin-left: -12px;
  margin-top: 20px;
}


  .m-cost .img-con {
    height: 200px;
  }

  .m-cost .img-con:hover {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }

  .m-cost .img-con.earth {
    top: 15px;
    left: 56px;
    background: url("../img/homepage/earth-89a06251d3a316db67e104c3cdabe274.png") 0 0 no-repeat;
  }

  .m-cost .img-con.wallet {
    top: 215px;
    left: 50%;
    margin-left: -125px;
    background: url("../img/homepage/wallet-48f9755cf6e8fdb408cbb2a7f217c19d.png") center no-repeat;
  }

  .m-cost .img-con.iphone {
    top: 0;
    right: 73px;
    background: url("../img/homepage/iphone-7d7f30d418ad11293d877d932dfeb323.png") right no-repeat;
  }

  .m-cost .desc-con .desc {
    width: 100%;
    height: 90px;
  }

  .m-cost .desc-con .sub-desc {
    text-align: center;
    font-size: 13px;
    color: #898989;
  }

  .m-cost .desc-con.cost {
    top: 205px;
    left: 0;
  }

  .m-cost .desc-con.cost .desc {
    background: url("../img/homepage/savecosts-txt-6c9705966ccad5862a2dddb20e75456c.png") no-repeat center;
  }

  .m-cost .desc-con.convenient {
    top: 30px;
    left: 50%;
    margin-left: -125px;
  }

  .m-cost .desc-con.convenient .desc {
    background: url("../img/homepage/convenient-txt-dae1b424e3c05bf264eb27a8895567c6.png") no-repeat center;
  }

  .m-cost .desc-con.profession {
    top: 205px;
    right: 0;
  }

  .m-cost .desc-con.profession .desc {
    background: url("../img/homepage/profession-txt-96f5ea1ed3d2e7bf651590ce1a9804b1.png") no-repeat center;
  }


  .swiper-container {
    width: 100%;
    height: 100%;
	margin:20px 0 !important;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

  }

  body .swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
    background-color: #eee !important;
    display: inline-block !important;
  }
  
  .a:hover {
	transform:translate(0,-10px);
	-webkit-transform:translate(0,-10px);
	-moz-transform:translate(0,-10px);
	-o-transform:translate(0,-10px);
	-ms-transform:translate(0,-10px);
}
.a{
	transition:All 0.4s ease-in-out;
	-webkit-transition:All 0.4s ease-in-out;
	-moz-transition:All 0.4s ease-in-out;
	-o-transition:All 0.4s ease-in-out;}
	
.fd{
	overflow:hidden;
	transition:All 0.4s ease-in-out;
	-webkit-transition:All 0.4s ease-in-out;
	-moz-transition:All 0.4s ease-in-out;
	-o-transition:All 0.4s ease-in-out;
}
.fd:hover {
	overflow:hidden;
	transform:scale(1.2);
	-webkit-transform:scale(1.2);
	-moz-transform:scale(1.2);
	-o-transform:scale(1.2);
	-ms-transform:scale(1.2);
}
.yewuleix{width:100%;}
/*yewutixi*/
.layout {
    width: 1110px;
    margin-left: auto;
    margin-right: auto;
}
.claim-qj-do{padding:90px 0;color:#333}
.claim-qj-do li{float:left;background:#fff;width:331px}
.claim-qj-do li .item-top{overflow:hidden;}
.claim-qj-do li .ss-tl{font-size:26px;line-height:32px;text-align:center;padding:18px 20px}
.claim-qj-do li .img{width:332px;height:221px;background-image: url(../images/images/ad9_01.jpg)}
.claim-qj-do li .sl-tl{font-size:16px;color:#fff;line-height:16px;text-align:center;margin-top:22px;display:block;margin-bottom:44px}
.claim-qj-do li .ws-box{padding:0 20px 20px}
.claim-qj-do li .ws-box .sm-tl{font-size:22px;color:#333;line-height:22px;text-align:center;padding:20px 0;border-bottom:1px solid #efefef;}
.claim-qj-do li .ws-box p{font-size:15px;line-height:33px;font-weight:500;text-align:left;padding-left:15px}
.claim-qj-do .item-2,.claim-qj-do .item-3{margin-left:55px}
.claim-qj-do .active .item-top{background-color:#fff}
.claim-qj-do .active .item-top .ss-tl{color:#999}
.claim-qj-do .active .item-top .sl-tl{color:#666}
.claim-qj-do .active .ws-box{background-color:#faae00}
.claim-qj-do .active .ws-box .sm-tl,.claim-qj-do .active .ws-box p{color:#fff}
.claim-qj-do .active .pic-1 .img{background-position:-107px -146px}
.claim-qj-do .active .pic-2 .img{background-position:-222px -10px}
.claim-qj-do .active .pic-3 .img{background-position:-10px -10px}
.claim-qj-do .active .ss-tl{border-color:#f0f0f0}
.claim-qj-do .active .ws-box {
    background-color: #faae00;
}
.line00 {
    width: 30px;
    height: 2px;
    background-color: #e60012;
	margin-left:138px !important;}
	

.claim-qj-do li:hover{
	color:#fff !important;
	background-color:#d52c2d;
}

