﻿@charset "UTF-8";

* {
  padding: 0;
  margin: 0;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
  font-family: "微软雅黑", "PingFang SC";
  font-size: 14px;
}

table {
  border-collapse: collapse;
  margin: 0;
  padding: 0;
}

fieldset,
img {
  border: 0;
}

img {
  vertical-align: top;
  border: none;
}

address,
caption,
cite,
code,
dfn,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul,
li {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

abbr,
acronym {
  border: 0;
}

em,
i {
  font-style: normal;
}

a {
  text-decoration: none;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

input {
  border: none;
  outline: none;
  background: none;
}

.banner {
  width: 100%;
  max-width: 1920px;
  min-width: 1200px;
  height: 500px;
  /* box-sizing: border-box; */

}

.banner .banner_a01 {
  width: 100%;
  height: 100%;
}

/* .banner .warp {
  position: absolute;
  width: 1100px;
  left: 50%;
  margin-left: -550px;
  top: 0;
} */

/* .banner-img {
  position: absolute;
  width: 1920px;
  top: 0;
  left: 50%;
  margin-left: -960px;
} */


/* 
.banner .swiper-container1 {
  overflow: hidden;
} */

/* .banner .swiper-container1>a {
  position: absolute;
  width: 27px;
  height: 44px;
  top: 50%;
  margin-top: -22px;
  background-size: 100%;
} */
/* 
.banner .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background: #fff;
  border-radius: 50%;
  opacity: 1;
} */
/* 
.banner .swiper-pagination-bullet-active {
  background: #007aff;
}

.banner .swiper-container1,
.banner .swiper-wrapper,
.banner .swiper-slide {
  width: 100%;
  height: 100%;
}

.banner .swiper-paginat {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 0px;
  height: 30px;
  z-index: 10;
  text-align: center;
}

.banner .swiper-paginat span.active {
  background-color: #008ced;
}

.banner .swiper-paginat span {
  background-color: #FFF;
  width: 15px;
  height: 15px;
  display: inline-block;
  margin: 0 4px;
  border-radius: 50%;
}

.banner .banner_a01,
.banner .banner_a02,
.banner .banner_a03 {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: repeat-x;
  background-size: auto 100%;
  background-position: center;
} */



.wrap {
  width: 1100px;
  margin: 0 auto;
}

.contain1 {
  margin: 35px 0;
  background: #f6f7f9;
}

.contain1 ul {
  box-sizing: border-box;
  box-shadow: 0 0 10px rgba(0, 207, 170, 0.2);
  border: 1px solid #e6e6e6;
  border-right: 0;
  border-bottom: 0;
}

.contain1 ul li {
  float: left;
  line-height: 82px;
  width: 183px;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  text-align: center;
  font-size: 18px;
  color: #000;
  box-sizing: border-box;
  cursor: pointer;
}

.contain1 ul li.active {
  background-color: #00cfaa;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}

.contain2>div {
  background-color: #fff;
}

/* .contain2>div:nth-child(even) {
  background-color: #ecf9f9;
} */

.white {
  background-color: #ffffff;
}

.cai {
  background-color: #ecf9f9;
}

.contain2 .active {
  display: block;
}

.con2_item {
  display: none;
  padding: 40px 0 60px;
}

.con2_item .biaoti {
  text-align: center;
  margin-bottom: 40px;
  overflow: hidden;
}

.con2_item .biaoti span {
  display: inline-block;
  position: relative;
  height: 60px;
  padding: 0 15px;
  font-size: 36px;
  font-weight: bold;
}

.con2_item .biaoti span.color1 {
  color: #00cfaa;
}

.con2_item .biaoti span.color2 {
  color: #c76dc5;
}

.con2_item .biaoti span.color3 {
  color: #e8633e;
}

.con2_item .biaoti span.color4 {
  color: #3b91e8;
}

.con2_item .biaoti span.color5 {
  color: #7039e9;
}

.con2_item .biaoti span:before {
  content: "";
  display: block;
  position: absolute;
  width: 458px;
  height: 36px;

  left: 0px;
  margin-left: -458px;
  top: 7px;
}

.con2_item .biaoti span:after {
  content: "";
  display: block;
  position: absolute;
  width: 458px;
  height: 36px;

  right: 0px;
  margin-right: -458px;
  top: 7px;
}

.con2_item:nth-child(1) .con2_cont .fr p {
  margin-bottom: 10px;
}



.con2_cont {
  margin-bottom: 40px;
}

.con2_cont .fl {
  width: 577px;
  height: 260px;
}

.con2_cont .fr {
  width: 485px;
  padding-top: 30px;
}

.con2_cont .fr p {
  font-size: 16px;
  color: #000;
  padding-left: 35px;
  line-height: 26px;
  margin-bottom: 25px;
}









.luxian {
  border-top: 1px solid #dddddd;
}

.luxian h4 {
  width: 144px;
  height: 35px;
  position: relative;
  top: -1px;
  margin: 0 auto 20px;
  background: #00cfaa;
  font-size: 18px;
  color: #ffffff;
  text-align: center;
  line-height: 35px;
}

.luxian h4:before {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  background: #fff;
  left: 1px;
  bottom: 1px;
}

.luxian h4:after {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  background: #fff;
  right: 1px;
  bottom: 1px;
}

.luxian ul {
  width: 1085px;
  border-left: 1px solid #dddddd;
}

.luxian ul li {
  position: relative;
  margin-bottom: 30px;
  padding-left: 33px;
}

.luxian ul li:before {
  content: "";
  display: block;
  position: absolute;
  width: 18px;
  height: 18px;
  background: #fff;
  border: 5px solid #00cfaa;
  left: -14px;
  top: 0px;
  border-radius: 50%;
}

.luxian ul li p {
  margin-bottom: 10px;
  font-size: 18px;
  color: #00cfaa;
}

.luxian ul li span {
  display: block;
  font-size: 16px;
  color: #333;
  line-height: 32px;
}

.luxian ul li:last-child {
  margin-bottom: 0;
}

/*.contain3 {*/
/*  padding: 40px 0 0 0;*/
/*  height: 174px;*/
/*  box-sizing: border-box;*/
/*}*/

/*.contain3 h3 {*/
/*  width: 212px;*/
/*  height: 38px;*/

/*  text-align: center;*/
/*  letter-spacing: 10px;*/
/*  font-size: 28px;*/
/*  font-weight: bold;*/
/*  color: #fff;*/
/*  margin: 0 auto 30px;*/
/*}*/

/*.contain3 div {*/
/*  text-align: center;*/
/*}*/





.button {
  float: left;
  display: block;
  border: none;
  background: none;
  color: inherit;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}

.button--ujarak {
  -webkit-transition: border-color 0.4s, color 0.4s;
  transition: border-color 0.4s, color 0.4s;
}

.button--ujarak::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00cfaa;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale3d(0.7, 1, 1);
  transform: scale3d(0.7, 1, 1);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.button--ujarak,
.button--ujarak::before {
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.button--ujarak:hover {
  color: #fff;
  border-color: #00cfaa;
  font-weight: bold;
}

.button--ujarak:hover::before {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/*# sourceMappingURL=qf-2018-contact.css.map */