@charset "utf-8";

:hover {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/*图片放大公用类*/
.qpicfd img {
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
}
.qpicfd:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
}

.main1200 {
  width: 1200px;
  margin: 0 auto;
}

/* 图片自适应 */
img {
  max-width: 100%;
  height: auto;
  width: auto\9;
  /* ie8 */
  -ms-interpolation-mode: bicubic;
  /*为了照顾ie图片缩放失真*/
  border: none;
}

/* 内容 */
.qmain {
  width: 100%;
  overflow: hidden;
}
.qmain h2 {
  width: 100%;
}

.qmain1 {
  width: 100%;
  padding: 66px 0;
}
.qmain1 h2 {
  margin-bottom: 80px;
}
.qmain1 .item {
  width: 100%;
  display: flex;
  align-items: center;
}
.qmain1 .item .pic {
  width: 41.42%;
  order: 1;
}
.qmain1 .item .text {
  width: 58.58%;
  padding: 0 40px 0 70px;
  box-sizing: border-box;
  order: 2;
}
.qmain1 .item .text .title {
  width: 100%;
}
.qmain1 .item .text .title span {
  font-size: 26px;
  color: #2d94d8;
  max-width: 100%;
  line-height: 100%;
  padding: 0 100px 15px 0;
  background: url(../images/qpic8.png) no-repeat right bottom;
  display: inline-block;
  position: relative;
}
.qmain1 .item .text .title span:before {
  content: "";
  width: 36px;
  height: 5px;
  background: url(../images/qpic9.png) no-repeat right bottom;
  position: absolute;
  bottom: 1px;
  left: 0px;
}
.qmain1 .item .text .content {
  font-size: 16px;
  color: #666;
  width: 100%;
  line-height: 26px;
  margin: 22px 0 42px;
}
.qmain1 .item .text .consult {
  width: 100%;
}
.qmain1 .item .text .consult a {
  font-size: 16px;
  color: #fff;
  width: 180px;
  max-width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: url(../images/qpic10.png) repeat center;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(255, 152, 2, 0.5);
  -moz-box-shadow: 0px 0px 10px 0px rgba(255, 152, 2, 0.5);
  box-shadow: 0px 0px 10px 0px rgba(255, 152, 2, 0.5);
  border-radius: 3px;
  display: inline-block;
}
.qmain1 .item .text .consult a img {
  height: 19px;
  margin-right: 7px;
  vertical-align: middle;
  position: relative;
  top: -1px;
}
.qmain1 .item .text .consult a:hover {
  text-decoration: underline;
}
.qmain1.odd {
  background-color: #f6f6f6;
}
.qmain1.odd .item .pic {
  order: 2;
}
.qmain1.odd .item .text {
  order: 1;
}

.qmain2 {
  width: 100%;
  padding: 66px 0 50px;
}
.qmain2 .item {
  width: 1420px;
  margin-top: 20px;
}
.qmain2 .item_l {
  width: 644px;
  height: 572px;
  margin-top: 30px;
}
.qmain2 .item_l>div {
  width: 644px;
  height: 572px;
  background: url(../images/qpic24.png) no-repeat center;
  position: relative;
}
.qmain2 .item_l .nr {
  width: 252px;
  height: 291px;
  text-align: center;
  padding: 44px 33px 0;
  box-sizing: border-box;
  position: absolute;
}
.qmain2 .item_l .nr .pic {
  width: 100%;
}
.qmain2 .item_l .nr .pic img {
  height: 87px;
}
.qmain2 .item_l .nr .content {
  font-size: 18px;
  color: #fff;
  width: 100%;
  line-height: 30px;
  margin-top: 30px;
}
.qmain2 .item_l .nr:nth-child(1) {
  top: 0px;
  left: 6px;
}
.qmain2 .item_l .nr:nth-child(2) {
  top: 30px;
  left: 276px;
}
.qmain2 .item_l .nr:nth-child(3) {
  top: 253px;
  left: 115px;
}
.qmain2 .item_l .nr:nth-child(4) {
  top: 281px;
  left: 389px;
}
.qmain2 .item_r {
  width: 818px;
  margin-right: -42px;
  position: relative;
}
.qmain2 .item_r img {
  width: 100%;
}
.qmain2 .item_r img.img1 {
  position: absolute;
  top: 0px;
  left: 0px;
}
.qmain2 .item_r img.qeffect-1 {
  -webkit-animation: qeffect1 1.5s infinite alternate
    cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-animation: qeffect1 1.5s infinite alternate
    cubic-bezier(0.455, 0.03, 0.515, 0.955);
  animation: qeffect1 1.5s infinite alternate
    cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
@-webkit-keyframes qeffect1 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
}
@-moz-keyframes qeffect1 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
}
@-ms-keyframes qeffect1 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
}
@keyframes qeffect1 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
}
.qmain2 .item_r img.qeffect-2 {
  -webkit-animation: qeffect2 1.5s infinite alternate
    cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-animation: qeffect2 1.5s infinite alternate
    cubic-bezier(0.455, 0.03, 0.515, 0.955);
  animation: qeffect2 1.5s infinite alternate
    cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
@-webkit-keyframes qeffect2 {
  0% {
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes qeffect2 {
  0% {
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-ms-keyframes qeffect2 {
  0% {
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes qeffect2 {
  0% {
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.qmain2 .item_r img.qeffect-3 {
  -webkit-animation: qeffect3 1.5s infinite alternate
    cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-animation: qeffect3 1.5s infinite alternate
    cubic-bezier(0.455, 0.03, 0.515, 0.955);
  animation: qeffect3 1.5s infinite alternate
    cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
@-webkit-keyframes qeffect3 {
  0% {
    filter: alpha(opacity=40);
    -moz-opacity: 0.4;
    opacity: 0.4;
  }
  100% {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
  }
}
@-moz-keyframes qeffect3 {
  0% {
    filter: alpha(opacity=40);
    -moz-opacity: 0.4;
    opacity: 0.4;
  }
  100% {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
  }
}
@-ms-keyframes qeffect3 {
  0% {
    filter: alpha(opacity=40);
    -moz-opacity: 0.4;
    opacity: 0.4;
  }
  100% {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
  }
}
@keyframes qeffect3 {
  0% {
    filter: alpha(opacity=40);
    -moz-opacity: 0.4;
    opacity: 0.4;
  }
  100% {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
  }
}

.qmain3 {
  width: 100%;
  padding: 86px 0 76px;
}
.qmain3 h2 {
  margin-bottom: 56px;
}
.qmain3_1 {
  width: 100%;
}
.qmain3_1 .tab {
  font-size: 0px;
  width: 100%;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  overflow-x: auto;
}
.qmain3_1 .tab1 {
  font-size: 26px;
  color: #2d94d8;
  margin: 0 11px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.qmain3_1 .tab1 a {
  color: #2d94d8;
  min-width: 248px;
  line-height: 62px;
  text-align: center;
  padding: 0 5px;
  background-color: #fff;
  border: 1px solid #2d94d8;
  display: block;
  overflow: hidden;
}
.qmain3_1 .tab1:hover a {
  color: #fff;
  background-color: #2d94d8;
}
.qmain3_1 .tab1.on a {
  color: #fff;
  background-color: #2d94d8;
}
.qmain3_1 .tab_nr {
  width: 100%;
  position: relative;
}
.qmain3_1 .tab_nr1 {
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;
}
.qmain3_1 .describe {
  font-size: 16px;
  color: #666;
  width: 100%;
  max-width: 528px;
  line-height: 24px;
  text-align: center;
  margin: 0 auto;
  padding: 48px 0 36px;
}
.qmain3_1 .qcarousel1 {
  width: auto;
  margin: 0 -15px;
}
.qmain3_1 .item {
  width: 100%;
  padding: 0 15px;
  box-sizing: border-box;
}
.qmain3_1 .item_nr {
  width: 100%;
  background-color: #fff;
  position: relative;
}
.qmain3_1 .item_nr .pic {
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
}
.qmain3_1 .item_nr .pic img {
  width: 100%;
}
.qmain3_1 .item_nr .title {
  font-size: 16px;
  color: #333;
  width: 100%;
  line-height: 100%;
  text-align: center;
  margin-top: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.qmain3_1 .item_nr:hover .title {
  color: #2d94d8;
}

.qmain3_1 .owl-buttons {
  display: none;
}
.qmain3_1 .owl-theme .owl-controls {
  width: 100%;
  height: 100%;
  text-align: center;
  margin-top: 0px;
  padding-bottom: 0px;
}
.qmain3_1 .owl-pagination {
  height: 8px;
  z-index: 1111;
  position: relative;
  bottom: 0px;
  display: none;
}
.qmain3_1 .owl-theme .owl-dots {
  font-size: 0px;
  width: 100%;
  height: 8px;
  text-align: center;
  position: absolute;
  bottom: 0px;
  left: 0px;
}
.qmain3_1 .owl-theme .owl-dots .owl-dot {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.qmain3_1 .owl-theme .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  background: #0066d9;
  margin: 0 5px;
  border-radius: 8px;
}
.qmain3_1 .owl-theme .owl-dots .owl-dot.active span,
.qmain3_1 .owl-theme .owl-dots .owl-dot:hover span {
  width: 34px;
}
.qmain3_1 .owl-theme .owl-controls .owl-nav {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 50%;
  margin-top: -21px;
  z-index: 6;
}
.qmain3_1 .owl-theme .owl-controls .owl-nav [class*="owl-"] {
  color: #fff;
  font-size: 0px;
  width: 42px;
  height: 42px;
  margin: 0px;
  padding: 0px;
  background: none;
  display: inline-block;
  cursor: pointer;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.qmain3_1 .owl-theme .owl-controls .owl-nav .owl-prev {
  background: url(../images/qpic14.png) no-repeat center;
  background-size: cover;
  position: absolute;
  left: -45px;
}
.qmain3_1 .owl-theme .owl-controls .owl-nav .owl-next {
  background: url(../images/qpic15.png) no-repeat center;
  background-size: cover;
  position: absolute;
  right: -45px;
}
.qmain3_1 .owl-theme .owl-controls .owl-nav .owl-prev:hover {
  background: url(../images/qpic14h.png) no-repeat center;
  background-size: cover;
}
.qmain3_1 .owl-theme .owl-controls .owl-nav .owl-next:hover {
  background: url(../images/qpic15h.png) no-repeat center;
  background-size: cover;
}

.qmain4 {
  width: 100%;
  padding: 40px 0 66px;
}
.qmain4 h2 {
  margin-bottom: 52px;
}
.qmain4_1 {
  width: 100%;
}
.qmain4_1 ul {
  margin: -15px -15px 0 0;
}
.qmain4_1 ul li {
  width: 33.33%;
  padding: 15px 15px 0 0;
  box-sizing: border-box;
}
.qmain4_1 ul li .item {
  width: 100%;
  overflow: hidden;
}
.qmain4_1 ul li .item img {
  width: 100%;
}


/* 适配 */
@media only screen and (max-width: 1440px) {
  .qmain2 .item {
    margin: -60px 0;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
  }
}
@media only screen and (max-width: 1366px) {
  .main1200 {
    width: 1146px;
  }
  .qmain h2 img {
    width: 280px;
  }
  .qmain1 {
    padding: 50px 0;
  }
  .qmain1 h2 {
    margin-bottom: 50px;
  }
  .qmain1 .item .text {
    padding: 0 20px 0 40px;
  }
  .qmain1 .item .text .title span {
    font-size: 22px;
  }
  .qmain1 .item .text .content {
    font-size: 14px;
  }
  .qmain2 {
    padding: 50px 0;
  }
  .qmain2 .item {
    margin: -80px 0 -80px -40px;
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);
  }
  .qmain2 .item_l .nr .content {
    font-size: 16px;
  }
  .qmain3 {
    padding: 50px 0;
  }
  .qmain3 h2 {
    margin-bottom: 40px;
  }
  .qmain3_1 .tab1 {
    font-size: 22px;
  }
  .qmain3_1 .describe {
    font-size: 14px;
    padding: 38px 0 26px;
  }
  .qmain3_1 .item_nr .title {
    font-size: 14px;
  }
  .qmain4 {
    padding: 30px 0 50px;
  }
  .qmain4 h2 {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 1280px) {
  .main1200 {
    width: 960px;
  }
  .qmain1 .item .text .title span {
    font-size: 16px;
  }
  .qmain1 .item .text .content {
    line-height: 24px;
    margin: 12px 0 22px;
  }
  .qmain1 .item .text .consult a {
    font-size: 14px;
    width: 140px;
    height: 40px;
    line-height: 40px;
  }
  .qmain2 .item {
    margin: -90px 0 -90px -80px;
  }
  .qmain h2 img {
    width: 200px;
  }
  .qmain3_1 .tab1 {
    font-size: 16px;
    margin: 0 5px;
  }
  .qmain3_1 .tab1 a {
    min-width: 140px;
    line-height: 42px;
  }
  .qmain3_1 .qcarousel1 {
    margin: 0 -8px;
  }
  .qmain3_1 .item {
    padding: 0 8px;
  }
  .qmain3_1 .describe {
    line-height: 22px;
    padding: 20px 0 16px;
  }
  .qmain4_1 ul {
    margin: -10px -10px 0 0;
  }
  .qmain4_1 ul li {
    padding: 10px 10px 0 0;
  }
}
@media only screen and (max-width: 1200px) {
  .qmain2 .item {
    margin: -80px 0 -80px -180px;
  }
}
@media only screen and (max-width: 1024px) {
  .qmain2 .item {
    margin: -80px 0 -80px -200px;
  }
  .qmain3_1 .owl-theme .owl-controls .owl-nav {
    display: none !important;
  }
}
@media only screen and (max-width: 992px) {
  .main1200 {
    width: 748px;
  }
  .qmain h2 img {
    width: 240px;
  }
  .qmain2 .item {
    margin: -120px 0 -120px -220px;
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -o-transform: scale(0.6);
    transform: scale(0.6);
  }
}
@media only screen and (max-width: 918px) {
  .qmain2 .item {
    margin: -150px 0 -150px -260px;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }
}
@media only screen and (max-width: 844px) {
  .qmain2 .item {
    margin: -150px 0 -150px -320px;
  }
}
@media only screen and (max-width: 768px) {
  .main1200 {
    width: 84%;
  }
  .qmain2 .item {
    margin: -160px 0 -160px -340px;
    -webkit-transform: scale(0.4);
    -moz-transform: scale(0.4);
    -o-transform: scale(0.4);
    transform: scale(0.4);
  }
}
@media only screen and (max-width: 640px) {
  .main1200 {
    width: 94%;
  }
  .qmain h2 img {
    width: 60%;
  }
  .qmain1 {
    padding: 30px 0;
  }
  .qmain1 h2 {
    margin-bottom: 20px;
  }
  .qmain1 .item {
    flex-wrap: wrap;
  }
  .qmain1 .item .pic {
    width: 100%;
    order: 1 !important;
  }
  .qmain1 .item .text {
    width: 100%;
    margin-top: 20px;
    padding: 0 0px;
    order: 2 !important;
  }
  .qmain2 {
    padding: 30px 0;
  }
  .qmain2 .item {
    width: 100%;
    margin: 0px;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  .qmain2 .item_l {
    margin: -120px 0 -120px -135px;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }
  .qmain2 .item_l .nr {
    padding: 44px 20px 0;
  }
  .qmain2 .item_l .nr .content {
    font-size: 20px;
  }
  .qmain2 .item_r {
    width: 100%;
    margin-right: 0px;
  }
  .qmain3 {
    padding: 30px 0;
  }
  .qmain3 h2 {
    margin-bottom: 20px;
  }
  .qmain3_1 .tab1 {
    font-size: 16px;
  }
  .qmain3_1 .tab1 a {
    min-width: 120px;
    line-height: 36px;
  }
  .qmain4 {
    padding: 30px 0 30px;
  }
  .qmain4 h2 {
    margin-bottom: 20px;
  }
}
