.profile {
  width: 100%;
  height: auto;
  overflow: hidden;
  background-color: #fff;
  padding: 60px 0;
}
.profile_main {
  width: 1200px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
}
.profile_header {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.profile_title .cn {
  font-size: 24px;
  color: #ff5368;
  font-weight: bold;
}
.profile_title .en {
  font-size: 24px;
  color: #333;
}
.line {
  width: 45px;
  height: 1px;
  background-color: #ff5368;
  margin-top: 20px;
}
.profile_con {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding-top: 20px;
}
.profile_con p {
  padding-bottom: 13px;
  font-size: 14px;
  line-height: 1.6;
  color: #333;
}
.profile_con_img {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 40px 0;
  padding-top: 25px;
}
.profile_con_item {
  width: 285px;
  height: 185px;
}
.ab_banner {
  width: 100%;
}
.ab_banner img {
  width: 100%;
}
.scroll {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 60px 0;
}
.company_pic {
  width: 1200px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
}
.company_pic_list {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.company_pic_li {
  width: 218px;
  height: 310px;
  float: left;
  margin-right: 30px;
}
.company_pic_li img {
  width: 100%;
  height: 100%;
}
.company_pic_li:last-child {
  margin-right: 0;
}
.cooper {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 60px 0; 
  background-color: #fafafa;
}
.cooper_main{
    width:1200px;
    height:auto;
    overflow: hidden;
    margin:0 auto;
}
.cooper_main .profile_header .profile_title{
    text-align: center;
}
.cooper_main .profile_header .line{
    margin:0 auto;
    margin-top:20px;
}
.cooper_list{
    width:100%;
    height:auto;
    overflow: hidden;
    padding-top:30px;
}
.cooper_list_item{
    width:222px;
    height:108px;
    margin-bottom:20px;
    float:left;
    margin-right: 20px;
}
.cooper_list_item:nth-of-type(5n){
    margin-right:0;
}
.cooper_list_item img{
    width:100%;
    height:100%;
}