.main{
  background: #fff;
  padding-top: 40px;
}
.main-header{
  position: relative;
  width: 100%;
}
.main-header h2{
  position: absolute;
  font-size: 34px;
  z-index: 10000;
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  padding: 0 20px;
}
.main-header .box{
  position: relative;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 270px;
  height: 45px;
  border: 3px solid #3383d0;

}
.main-header p{
  text-align: center;
  padding-top: 12px;
}
.main-content{
    margin-left: 120px;
    margin-right: 120px;
  display: flex;
  justify-content: space-between;
  padding: 60px 0;
}
.main-left,.main-right{
  width: 650px;
}
.main-left-header{
  display: flex;
  position: relative;
}
.main-left-header h3{
  font-size: 22px;
  font-weight: 700;
}
.main-left-header p{
  font-size: 12px;
  position: absolute;
  top: 5px;
  left: 110px;
}
.main-left-header .more {
  font-size: 12px;
  color: #3383d0;
  position: absolute;
  right: 0;
  top: 7px;
}
.main-left-header .more::after{
  content: '';
  display: block;
  width: 505px;
  height: 2px;
  background: #cecece;
  position: absolute;
  right: 0;
}
.main-left .main-left-header .more::after {
  width: 483px;
}
.main-left-middle{
  display: flex;
  justify-content: space-between;
  padding-top: 24px;
}
.main-left-middle .pic img{
  width: 180px;
  height: 220px;
}
.main-left-middle .info{
  text-align:left;
  padding-left: 22px ;
}
.main-left-middle .info h3{
  font-size: 22px;
  padding: 0 0 22px;
  text-align: center;
  font-weight: 700;
}
.main-left-middle .info .info-intro{
  font-size: 14px;
  line-height: 26px;
}
.contact-1,.contact-2{
  text-align:left;
  display: flex;
  font-size: 16px;
  margin-top: 5px;
}
.contact-label i {
  margin-left: -380px;
  display: inline-block;
  height: 18px;
  width: 18px;
  background: url('../images/lianxi.png') 0 0 no-repeat;
  background-size: 18px;
  vertical-align: middle;
}
.contact-label h4 {
  display: inline-block;
  color: #666666;
  font-weight: 700;
  margin-right: 20px;
  vertical-align: middle;  
  width:70px;
}
.contact-2 .contact-label i {
  background: url('../images/youxiang.png') 0 0 no-repeat;
  background-size: 15px;
  vertical-align: middle;
}

.contact-list p{
  margin-left: -270px;
  line-height: 22px;
}
.download-list {
  padding-top: 20px;
}
.download-list li{
  display: flex;
  justify-content: space-between;
}
.download-list li i{
  display: inline-block;
  height: 18px;
  width: 18px;
  background: url('../images/xiazai.png') 0 0 no-repeat;
  background-size: 24px;
}
.download-list li a {
  color: #3383d0;
  font-size: 16px;
  line-height: 35px;
}
.download-list li .title{
  color: #666666;
  width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.process{
  height: 255px;
  background: url('../images/zzf.png') 0 -300px no-repeat;
  background-size: 100%;
  position: relative;
  margin-bottom: 0px;
}
.process .process-content {
  display: block;
  height: 255px;
  background: rgba(255,255,255,0.9);
}
.process .process-content .wrapper {
    margin-left: 120px;
    margin-right: 120px;
}
.process h2{
  color: #077fde;
  font-size: 24px;
  text-align: center;
  padding: 40px 0;
}
.process img{
 text-align:center;
   width: 90%;
}
.process h2::after{
  content: '';
  display: block;
  width: 43px;
  height: 3px;
  background: #077fde;
  margin: 0 auto;
}
.process .img{
  width: 100%;
}