/*reset css*/
* {
  margin: 0;
  padding: 0;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed; }
body{background: #fff;}
.colorf1d884{color:#e5a700;} 	/*黄*/
a{ color: #474747; text-decoration: none;}

.cont{
  width: 1200px;
  margin: 0 auto;
  color: #2f2f2f;
  background: url("../images/icon01.png") no-repeat 120px 120px;
  padding: 90px 0 0;
}
.title1{
  font-size: 28px;
  padding: 120px 0 16px 520px;
}
.title2{
  font-size: 18px;
  color: #666;
  padding-left: 520px;
  padding-bottom: 24px;
}
.title3{
  font-size: 16px;
  padding-left: 520px;
  line-height: 32px;
}
.title4{
  background: #f7f8fa;
  display: flex;
  padding: 38px 0;
  margin-top: 120px;
}
.title4 a{
  color:#333;
  font-size: 14px;
  flex: 1;
  position: relative;
  text-align: center;
}
.title4 a:after{
  content: '';
  display: block;
  width: 1px;
  height: 22px;
  background: #ccc;
  position: absolute;
  right: 0;
  top: 0;
}
.title4 a:last-child:after{
  display: none;
}
