body,
html {
  margin: 0;
  padding: 0;
  font-family: '微软雅黑'
}
h1,
h2,
h3,
p {
  margin: 0;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
table {
  border-collapse: collapse;
}
table,
th,
td {
  border: 1px solid #D6D7DE;
}
.warp {
  background-color: #fff;
  box-sizing: border-box;
}
.clearfix:after {
  content: ".";
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  display: block;
}
.clearfix {
  zoom: 1;
}
a {
  text-decoration: none;
  color: #fff;
}
.header .header_content {
  width: 80%;
  min-width: 1196px;
  height: 104px;
  margin: 0 auto;
}
.header .header_content > .h_left {
  float: left;
  height: 100%;
  display: table;
}
.header .header_content > .h_left .img_box {
  display: table-cell;
  vertical-align: middle;
}
.header .header_content > .h_left .img_box img {
  width: 167px;
  height: 56px;
}
.header .header_content > .h_right {
  float: right;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.header .header_content > .h_right .item {
  height: 32px;
  vertical-align: middle;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.header .header_content > .h_right .item + .item {
  padding-left: 5px;
}
.header .header_content > .h_right .item span {
  padding: 0 8px;
}
.header .header_content > .h_right .item .virtual_account {
  background: #1a1e24;
  color: #fff;
}
.header .header_content > .h_right .item .real_account {
  background: #ff3a39;
  color: #fff;
}
.header .header_content > .h_right .item .icon_login {
  width: 20.85px;
  height: 20.42px;
}
.header .header_content > .h_right .item .icon_arrow {
  width: 7.7px;
  height: 3.85px;
}
.nav {
  background: #fff;
}
.nav .nav_content {
  height: 52px;
  min-width: 1196px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border-top: solid 1px #000;
}
.nav .nav_content .nav_item {
  flex: 1;
  height: 52px;
  line-height: 52px;
  position: relative;
  cursor: pointer;
  text-align: center;
}
.nav .nav_content .nav_item > .link_span {
  display: inline-block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  color: #000;
  position: relative;
}
.nav .nav_content .nav_item > .link_span > .hover_list {
  display: none;
  position: absolute;
  left: 0;
  top: 52px;
  width: 100%;
  background-color: transparent;
  text-align: center;
  box-sizing: border-box;
  background-color: #fff;
  z-index: 11;
  transition: display 0.3s;
}
.nav .nav_content .nav_item > .link_span > .hover_list li {
  color: #fff;
  position: relative;
  box-sizing: border-box;
  padding-right: 10px;
}
.nav .nav_content .nav_item > .link_span > .hover_list li .link_span {
  display: inline-block;
  font-size: 16px;
  font-weight: 200;
  color: #000;
  cursor: pointer;
  line-height: 22px;
  white-space: nowrap;
  padding-bottom: 10px;
}
.nav .nav_content .nav_item > .link_span > .hover_list li .hover_list {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  background-color: transparent;
  margin-left: -5px;
  box-sizing: border-box;
}
.nav .nav_content .nav_item > .link_span > .hover_list li:hover {
  background-color: #4286F3;
}
.nav .nav_content .nav_item > .link_span > .hover_list li:hover > .link_span {
  color: #fff;
}
.nav .nav_content .nav_item > .link_span > .hover_list li:hover > .hover_list {
  display: block;
}
.nav .nav_content .nav_item:hover {
  box-shadow: 1px 4px 20px -2px rgba(0, 0, 0, 0.2);
}
.nav .nav_content .nav_item:hover > .link_span {
  color: #000;
  font-weight: bold;
}
.nav .nav_content .nav_item:hover > .link_span > .hover_list {
  display: block;
}
.centre {
  position: relative;
}
.centre > .search_info {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  z-index: 10;
}
.centre > .search_info h1 {
  font-size: 74px;
  font-weight: 400;
  color: #fff;
  padding-top: calc(100vw*0.1);
}
.centre > .search_info h2 {
  font-size: 26px;
  font-weight: 400;
  color: #fff;
}
.centre > .search_info > p {
  font-size: 20px;
  font-weight: 400;
  padding: calc(100vw*0.03) 0;
  color: #fff;
}
.centre > .search_info .inpt_warp {
  display: inline-block;
  width: calc(100vw*0.2);
  min-width: 235px;
}
.centre > .search_info .inpt_warp .inpt_box {
  display: flex;
  background-color: #fff;
  text-align: initial;
  box-sizing: border-box;
  flex-direction: row;
  align-items: center;
  height: 25px;
}
.centre > .search_info .inpt_warp .inpt_box input {
  flex: 1;
  height: 100%;
  padding: 0;
  border: none;
}
.centre > .search_info .inpt_warp .inpt_box .search_btn {
  width: 25px;
  height: 100%;
  box-sizing: border-box;
  background-color: red;
  text-align: center;
  cursor: pointer;
}
.centre > .search_info .inpt_warp .inpt_box .search_btn img {
  width: 20px;
  height: 20px;
  vertical-align: middle;
}
.centre .swiper_img {
  width: 100%;
}
.chart {
  padding-top: 20px;
}
.chart > .chart_warp {
  width: 1196px;
  margin: 0 auto;
}
.chart > .chart_warp .chart_lef {
  width: 50%;
  float: left;
  box-sizing: border-box;
  padding: 0 20px;
}
.chart > .chart_warp .chart_lef .chart_title {
  font-size: 21px;
  color: #000;
  padding: 20px 0;
}
.chart > .chart_warp .chart_lef table {
  width: 100%;
}
.chart > .chart_warp .chart_lef table th {
  border: none;
  color: #fff;
  background-color: #2E377F;
}
.chart > .chart_warp .chart_lef table tr {
  line-height: 34px;
}
.chart > .chart_warp .chart_lef table tr:nth-child(odd) {
  background-color: #F7F8FF;
}
.chart > .chart_warp .chart_lef table tr td {
  color: #7F7E7F;
  text-align: center;
  font-size: 16px;
}
.chart > .chart_warp .chart_lef .chart_descript {
  text-align: right;
  font-size: 15px;
  color: #7f7e7f;
  padding-top: 10px;
}
.about {
  padding: 30px 0;
}
.about > .about_warp {
  width: 1196px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.about > .about_warp .about_lef h3 {
  color: #474245;
  font-size: 30px;
  padding-bottom: 15px;
}
.about > .about_warp .about_lef p {
  font-size: 17px;
  color: #474245;
  width: 600px;
}
.about > .about_warp .about_rig {
  width: 750px;
}
.about > .about_warp .about_rig img {
  width: 100%;
}
.product {
  background: url(/static/img/crm/product.png) no-repeat center center;
  background-size: cover;
  padding-bottom: 60px;
}
.product > h3 {
  font-size: 27px;
  color: #ffffff;
  text-align: center;
  padding: 45px;
}
.product > .pro_warp {
  width: 1196px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
}
.product > .pro_warp .pro_item {
  width: 271px;
  height: 242px;
  box-sizing: border-box;
  background-color: #fff;
  position: relative;
  padding: 25px 15px;
}
.product > .pro_warp .pro_item + .pro_item {
  margin-left: 20px;
}
.product > .pro_warp .pro_item h4 {
  font-size: 20px;
  color: #1a1e24;
}
.product > .pro_warp .pro_item p {
  font-size: 14px;
  color: #7f7e7f;
}
.product > .pro_warp .pro_item .pro_icon {
  font-size: 13px;
  color: #7f7e7f;
  padding-top: 22px;
}
.product > .pro_warp .pro_item .pro_icon img {
  width: 14px;
  height: 14px;
  vertical-align: middle;
}
.product > .pro_warp .pro_item .pro_bottom {
  padding: 8px 0;
  background: #ff4d39;
  font-size: 15px;
  color: #ffffff;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
}
.advantage {
  padding: 65px 0;
}
.advantage > h2 {
  font-size: 27px;
  color: #474245;
  text-align: center;
}
.advantage > h4 {
  font-size: 17px;
  color: #7f7e7f;
  padding: 30px 0 48px 0;
  text-align: center;
}
.advantage > .advantage_warp {
  width: 1196px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.advantage > .advantage_warp .advantage_item {
  flex: 1;
  text-align: center;
  cursor: pointer;
  transition: box-shadow 0.3s, transform 0.3s;
  padding: 15px 0;
}
.advantage > .advantage_warp .advantage_item .advantage_icon {
  width: 85px;
  height: 85px;
  border: solid 1px #4285F4;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.advantage > .advantage_warp .advantage_item .advantage_icon .iconfont {
  font-size: 35px;
  color: #4285F4;
}
.advantage > .advantage_warp .advantage_item p {
  padding-top: 18px;
  font-size: 17px;
  color: #474245;
}
.advantage > .advantage_warp .advantage_item:hover {
  box-shadow: 1px 4px 20px -2px rgba(0, 0, 0, 0.2);
  transform: translateY(8px);
}
.reason {
  padding: 65px 0;
}
.reason > h2 {
  font-size: 27px;
  color: #474245;
  text-align: center;
  padding-bottom: 35px;
}
.reason > .reason_warp {
  width: 1196px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
}
.reason > .reason_warp .reason_item {
  text-align: center;
  padding: 15px 0;
  transition: box-shadow 0.3s, transform 0.3s;
  cursor: pointer;
  width: 20%;
}
.reason > .reason_warp .reason_item .reason_icon {
  width: 85px;
  height: 85px;
  border: solid 1px #4285F4;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.reason > .reason_warp .reason_item .reason_icon .iconfont {
  font-size: 35px;
  color: #4285F4;
}
.reason > .reason_warp .reason_item p {
  padding-top: 18px;
  font-size: 14px;
  color: #474245;
}
.reason > .reason_warp .reason_item:hover {
  box-shadow: 1px 4px 20px -2px rgba(0, 0, 0, 0.2);
  transform: translateY(-8px);
}
.footer {
  background: #1a1e24;
}
.footer > .footer_warp {
  width: 1196px;
  margin: 0 auto;
}
.footer > .footer_warp .footer_info {
  padding: 45px 0;
  border-bottom: solid 1px #5b5b5b;
  font-size: 14px;
  color: #ffffff;
  line-height: 20px;
}
.footer > .footer_warp .footer_default {
  padding: 35px 0;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.footer > .footer_warp .footer_default img {
  width: 150px;
  height: 149px;
}
.footer > .footer_warp .footer_default .company_info p {
  font-size: 14px;
  color: #ffffff;
  line-height: 22px;
}
.footer > .footer_warp .footer_default .link_info {
  flex: 1;
  text-align: right;
}
.footer > .footer_warp .footer_default .link_info span {
  font-size: 14px;
  color: #a5a7b7;
}
.footer > .footer_warp .link_info_layout {
  padding: 15px 0;
  text-align: right;
}
.footer > .footer_warp .link_info_layout span {
  font-size: 14px;
  color: #a5a7b7;
}
.footer > .footer_warp .footer_warn {
  padding: 15px 0;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
}
.footer > .footer_bottom {
  background: #2e377f;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  padding: 15px 0;
}
.about_us {
  padding-bottom: 20px;
  background-color: #F4F4F4;
}
.about_us > .a_header {
  background: url(/static/img/crm/cxm_header9.jpg) no-repeat center center;
  background-size: cover;
  height: 340px;
}
.about_us > .a_header > h2 {
  text-align: center;
  color: #fff;
  line-height: 340px;
}
.about_us .about_us_warp {
  width: 1196px;
  margin: 0 auto;
  padding-top: 44px;
}
.news {
  padding-bottom: 20px;
  background-color: #F4F4F4;
}
.news > .a_header {
  background: url(/static/img/crm/cxm_header9.jpg) no-repeat center center;
  background-size: cover;
  height: 340px;
}
.news > .a_header > h2 {
  text-align: center;
  color: #fff;
  line-height: 340px;
}
.news .news_warp {
  width: 1196px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
}
.news .news_warp > .news_item {
  background-color: #fff;
  width: 275px;
  height: 445px;
  border-radius: 4px;
  cursor: pointer;
  box-sizing: border-box;
  padding: 18px 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 10px;
}
.news .news_warp > .news_item > .news_title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 75px;
}
.news .news_warp > .news_item > .news_time {
  font-size: 14px;
  color: #333;
  padding: 8px 0;
}
.news .news_warp > .news_item > .news_img {
  width: 100%;
  height: 200px;
}
.news .news_warp > .news_item > .news_info {
  font-size: 14px;
  color: #222;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  text-indent: 28px;
  -webkit-box-orient: vertical;
}
.news .news_warp > .news_item:hover {
  box-shadow: 0px 2px 8px 0px rgba(155, 138, 138, 0.8);
}
.news > .news_btn_box {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding-top: 34px;
}
.news > .news_btn_box .btn_pre {
  color: #fff;
  font-size: 14px;
  box-sizing: border-box;
  margin: 0 20px;
  cursor: pointer;
}
.news > .news_btn_box .btn_next {
  color: #fff;
  font-size: 14px;
  box-sizing: border-box;
  margin: 0 20px;
  cursor: pointer;
}
.new_detail {
  padding-bottom: 20px;
}
.new_detail > .new_detail_header {
  background: url(/static/img/crm/cxm_header9.jpg) no-repeat center center;
  background-size: cover;
  height: 340px;
  background-color: #adb3bb;
}
.new_detail > .new_detail_header > h2 {
  text-align: center;
  color: #fff;
  line-height: 340px;
}
.new_detail > .new_detail_header > .author_time {
  color: #fff;
  font-size: 16px;
  text-align: center;
  padding-bottom: 12px;
}
.new_detail .new_detail_warp {
  width: 1196px;
  margin: 0 auto;
}
.contact_us {
  background-color: #F4F4F4;
}
.contact_us > .a_header {
  background: url(/static/img/crm/cxm_header9.jpg) no-repeat center center;
  background-size: cover;
  height: 340px;
}
.contact_us > .a_header > h2 {
  text-align: center;
  color: #fff;
  line-height: 340px;
}
.contact_us .contact_us_warp {
  width: 1196px;
  margin: 0 auto;
  padding-top: 44px;
}
.contact_us .contact_us_warp > p {
  width: 630px;
  margin: 0 auto;
}
.contact_us .contact_us_warp #container {
  width: 100%;
  height: 340px;
  margin: 20px 0;
}
.contact_us .contact_us_warp .form_warp {
  background-color: #fff;
  width: 380px;
  height: 470px;
  box-shadow: 1px 4px 20px -2px rgba(0, 0, 0, 0.2);
  transform: translateY(8px);
  margin: 0 auto;
}
.contact_us .contact_us_warp .form_warp > h3 {
  background-color: #4285F4;
  text-align: center;
  color: #fff;
  font-size: 20px;
  padding: 10px;
}
.contact_us .contact_us_warp .form_warp > form {
  padding: 6px 15px 25px 15px;
}
.contact_us .contact_us_warp .form_warp > form .form_item_warp {
  margin: 15px 0;
  border: solid 1px #ccc;
  vertical-align: top;
  zoom: 1;
  overflow: hidden;
}
.contact_us .contact_us_warp .form_warp > form .form_item_warp label {
  text-align: right;
  vertical-align: middle;
  float: left;
  width: 80px;
  font-size: 20px;
  padding: 10px 12px 10px 0;
  box-sizing: border-box;
}
.contact_us .contact_us_warp .form_warp > form .form_item_warp .input_warp {
  margin-left: 80px;
  line-height: 1;
}
.contact_us .contact_us_warp .form_warp > form .form_item_warp .input_warp input {
  border: none;
  outline: none;
  display: inline-block;
  width: 100%;
  height: 48px;
  padding: 0;
  font-size: 16px;
  color: #000;
}
.contact_us .contact_us_warp .form_warp > form .form_item_warp .input_warp textarea {
  border: none;
  outline: none;
  display: inline-block;
  width: 100%;
  height: 188px;
  padding-top: 15px;
  font-size: 16px;
  color: #000;
}
.contact_us .contact_us_warp .form_warp > form .form_btn {
  text-align: right;
}
.contact_us .contact_us_warp .form_warp > form .form_btn > a {
  display: inline-block;
  width: 50%;
  height: 40px;
  font-size: 18px;
  text-align: center;
  line-height: 40px;
  background-color: #4285F4;
  border-radius: 4px;
  cursor: pointer;
}
.contact_us .contact_info {
  text-align: center;
  background-color: black;
  margin-top: 35px;
  background: url(/static/img/crm/contactbg.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
}
.contact_us .contact_info:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.5);
}
.contact_us .contact_info > .contact_warp {
  width: 1196px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.contact_us .contact_info > .contact_warp > h3 {
  font-size: 20px;
  color: #fff;
  padding: 25px 0;
}
.contact_us .contact_info > .contact_warp > p {
  font-size: 14px;
  color: #fff;
  padding: 10px 0 55px 0;
}
.contact_us .contact_info > .contact_warp .icon_content {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  padding-bottom: 25px;
}
.contact_us .contact_info > .contact_warp .icon_content .icon_item {
  padding: 0 20px;
  text-align: center;
}
.contact_us .contact_info > .contact_warp .icon_content .icon_item .icon_border {
  height: 55px;
  width: 55px;
  border-radius: 100%;
  border: 2px solid #ddd;
  color: #fff;
  text-align: center;
  line-height: 55px;
  display: inline-block;
}
.contact_us .contact_info > .contact_warp .icon_content .icon_item .icon_border .iconfont {
  font-size: 22px;
}
.contact_us .contact_info > .contact_warp .icon_content .icon_item > p {
  font-size: 12px;
  color: #fff;
  line-height: 25px;
  width: 280px;
  padding-top: 18px;
}
