.jx_video_agent {
  background: url('../img/banner/banner10.jpg') center center;
  width: 100%;
  background-size: 1920px;
  text-align: center;
  text-align: center;
  position: relative;
  height: 505px;
}

.videoAgent_banner_text {
  position: absolute;
  left: 50%;
  top: 190px;
  width: 1200px;
  margin-left: -600px;
  text-align: left;
}

.videoAgent_banner_text h1 {
  font-size: 44px;
  color: rgba(255, 255, 255, 1);
  padding-bottom: 20px;
}

.videoAgent_banner_text p {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: 2px;
  line-height: 35px;
  width: 64%;
}

.videoAgent_banner_text .mfty {
  display: inline-block;
  margin-top: 26px;
  text-align: center;
  width: 140px;
  height: 40px;
  line-height: 40px;
  background: url('../img/videoAgent/button.png') no-repeat;
  background-size: cover;
  color: #fff;
  cursor: pointer;
}

.mfty:hover {
  background: url('../img/videoAgent/button.png') no-repeat 0 -47px;
  background-size: cover;
}

.mfty img {
  line-height: inherit;
  vertical-align: middle;
  height: 15px;
  margin-left: 10px;
}

.common_layout {
  padding-top: 80px;
  padding-bottom: 90px;
  text-align: center;
}

.common_layout>h1 {
  margin-bottom: 80px;
  font-size: 30px;
  color: #000;
}

.item {
  margin: 0 auto 80px;
  max-width: 1200px;
}

.item:last-child {
  margin-bottom: 0;
}

.item_text {
  padding-top: 100px;
}

.item_text .dot {
  width: 4px;
  margin: 0 5px;
  vertical-align: middle;
}

.item_text.item_left {
  padding-left: 64px;
  text-align: left;
}

.item_text.item_right {
  padding-right: 64px;
  text-align: right;
}

.item_text li {
  font-size: 14px;
  color: #666;
  line-height: 20px;
}

.item_text_t1 {
  padding-bottom: 14px;
  font-size: 20px;
  color: #333;
}

.item_text_t2 {
  padding-bottom: 18px;
  font-size: 16px;
  color: #666;
}

.item_img>img {
  width: 700px;
}

.identify {
  background: #fbfbfb;
}

.history {
  background: #f4f4f4;
}

.history .item_center {
  width: 100%;
}

.item_center>img {
  margin: 0 210px 0 210px;
}

.history .item_left {
  width: 210px;
  margin-left: -100%;
}

.history .item_right {
  width: 210px;
  margin-left: -210px;
}

/* intelligentOrder css */

.item_text_1 {
  margin-bottom: 100px;
  max-width: 370px;
}

.order_template {
  background: #f5f5f5;
}

.order_history {
  background: #fbfbfb;
}

.order_template .item_text {
  max-width: 370px;
}

.more_function {
  background: url('../img/callCenter/img05_8.png') no-repeat center top, url('../img/callCenter/img05_9.png') no-repeat center bottom;
  background-size: 100%;
}

.more_function .item {
  padding-left: 52px;
}

.function_item {
  float: left;
  border: 1px solid #ccc;
  padding: 36px;
  width: 264px;
  height: 170px;
  margin: 0 14px 23px 0;
  cursor: pointer;
  transition: all .3s;
}

.function_item:hover {
  border: 1px solid #1396fa;
  background: url('../img/callCenter/img05_7.png') no-repeat center center;
}

.function_item h3 {
  padding-bottom: 20px;
  text-align: center;
  font-size: 18px;
  color: #333;
}

.function_item p {
  text-align: left;
  color: #666;
  line-height: 24px;
}