﻿@charset "UTF-8";

input,
select {
  border: none;
  vertical-align: middle;
  background-color: #fff;
  -webkit-user-select: text;
  user-select: text;
}


.content.bg {
  width: 100%;
  background-color: #f4f6f7;
  overflow: hidden;
  margin-top: 80px;
  padding: 50px 0;
  position: relative;
}

.content h2 {
  text-align: center;
  font-size: 36px;
  color: #333333;
}

.content h2 span {
  color: #6b45fb;
}

.content .content-title {
  text-align: center;
  font-size: 14px;
  color: #999999;
  padding-top: 12px;
  padding-bottom: 40px;
}

.content .btm-title {
  font-size: 16px;
  color: #192d65;
  text-align: center;
  padding-bottom: 50px;
}

.content .btm-title em {
  font-size: 18px;
  color: #ff1747;
  font-weight: bold;
}

.ideal {
  width: 1400px;
  height: 170px;
  margin: 0 auto;
  padding-bottom: 60px;
}
.ideal .ptitle{
  margin-bottom: 65px;
}
.ideal .box {
  position: relative;
  float: left;
  width: 432px;
  height: 225px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 10px #edeff0;
  margin-bottom: 30px;
}

.ideal .box .icon {
  font-style: normal;
  font-size: 24px;
  position: absolute;
  top: -9px;
  right: -16px;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 44px;
  border-radius: 50%;
  background-color: #7e879f;
  color: #fff;
  border: 6px solid #f4f6f7;
}

.ideal .box .p1 {
  font-size: 22px;
  color: #333333;
  background-repeat: no-repeat;
  margin-top: 37px;
  margin-bottom: 20px;
}

.ideal .box .title {
  font-size: 14px;
  color: #999999;
  text-align: center;
  padding: 0 40px;
  text-align: left;
  line-height: 22px;
}

.ideal .img1 .p1 {
  background-image: url("../images/liucheng-img01.png");
  background-position: 75px 0px;
  line-height: 37px;
  padding-left: 120px;
}

.ideal .img2 .p1 {
  background-image: url("../images/liucheng-img02.png");
  background-position: 80px 0px;
  line-height: 33px;
  padding-left: 120px;
}

.ideal .img3 .p1 {
  background-image: url("../images/liucheng-img03.png");
  background-position: 80px 0px;
  line-height: 31px;
  padding-left: 120px;
}

.ideal .img4 .p1 {
  background-image: url("../images/liucheng-img04.png");
  background-position: 80px 0px;
  padding-left: 120px;
  line-height: 33px;
}

.ideal .ideal-next {
  float: left;
  width: 25px;
  height: 18px;
  background: url("../images/liucheng-next.png") no-repeat 0 0;
  margin: 75px 13px 0px;
}

@media screen and (max-width:751px) {
  .ideal{
    width: 90%;
    margin: 0 5%;
  }
  .ideal .box{
    width: 100%;
  }
  .ideal .ideal-next {
    display: none;
  }
  .content.bg {
    width: 100%;
    margin-top: 0;
    padding-top: 80px;
  }
  .ideal .ptitle {
    margin-bottom: 45px;
}
}

