
.about-main{
   
}
/*
.about-main .main-bd{
    border: 0;
    padding: 0;
}
*/
.about-main .main-bd-tt{
    margin-left: 18px;
}
.main-hd {
    background: rgba(0, 0, 0, 0) url("../images/page-bg.jpg") no-repeat scroll center center;
    height: 270px;
    position: relative;
    width: 100%;
    z-index: 20;
}

.main-hd-text{
    position: absolute;
    left: 50%;
    top: 96px; 
    font-size: 34px;
    color: #fff;
    transform: translatex(-50%);
}

.main-hd-menu{
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 1200px;
    margin-right: -3px;
    transform: translatex(-50%);
}
.main-hd-menu a{
    position: relative;
    float: left;
    width: 237.2px;
    height: 60px;
    line-height: 60px;
    color: #FFFFFF;
    text-align: center;
    margin-right: 3px;
    background: rgba(104,110,134,.71);
    transition: all .3s ease;
}
.main-hd-menu a:last-child{
    margin-right: 0;
}
.main-hd-menu a.show{
    color:#5670BF;
    background: #fff;
}
.main-hd-menu a:not(.show):hover{
    background: #686E86;
}
.main-hd-menu a.show:after{
    content: ' ';
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background: #5670BF;
}
.main-bd{
    font-size: 14px;
    color: #333;
    min-height: 600px;
    text-align: justify;
    line-height: 28px;
    padding: 12px 56px 100px 75px;
    border: 1px solid #EBEBEB;
    border-top: 0;
    background: #fff;
    box-sizing: border-box;
    cursor: pointer;
}
.main-bd-btn{
    width: 110px;
    height: 34px;
    line-height: 32px;
    text-align: center;
    font-size: 14px;
    color: #5670BF;
    margin-top: 14px;
    border-radius: 3px;
    box-sizing: border-box;
    border: 1px solid #5670BF;
    transition: all .3s ease;
}
.main-bd-btn:hover{
    color:#fff;
    background: #5670BF;
}
.main-instructions{
	font-size: 28px;
	color: #333333;
	line-height: 28px;
	margin:47px 0 36px;	
}
.main-instructions-list{
    margin-top: 30px;
}
.main-instructions-list li{
    position: relative;
    float: left;
    width: 160px;
    height: 60px;
    overflow: hidden;
    margin: 0 10px 10px 0;
}
.main-instructions-list li img{
    width: 100%;
}
.main-instructions-list li span{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height:100%;
    color:#fff;
    font-size: 14px;
    line-height: 60px;
    text-align: center;
    background: #5670BF;
    opacity: 0;
    transition: all .3s ease;
}
.main-instructions-list li:hover span{
    opacity: 1;
}
.main-bd a{
    color: #5670BF;
}
.main-bd b{
	font-weight:bold;
	color: #151515;
}
.main-bd-service{
    margin-top: 50px;
}
.main-bd-tt{
    position: relative;
    font-size: 18px;
    line-height: 20px;
    color: #5670BF;
    margin: 50px 0 20px;
}
.main-bd-tt:before{
    content: ' ';
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    height: 1px;
    opacity: 0.19;
    background: #979797;
}
.main-bd-tt:after{
    content: ' ';
    position: absolute;
    left: -18px;
    top: 0;
    width: 8px;
    height: 20px;
    background: url(../images/icon/page-icon.svg) no-repeat center;
    background-size: 100%;

}
.main-bd-tt span{
    position: relative;
    padding-right: 12px;
    background: #fff;
    z-index: 10;
}
.main-bd i{
    color: #BA7200;
}

.main-bd-ewm{
    margin-top: 30px;
}
.main-bd-ewm p{
    width: 130px;
    text-align: center;
    margin-right: 35px;
}

.main-bd-ewm span{
    display: inline-block;
    font-size: 14px;
    color: #333;
    line-height: 28px;
    margin-top: 5px;
}
.about-team{
    margin: 40px 0 60px;
    overflow:hidden ;
}
.about-team ul{
    margin-right: -53.333px;
}
.about-team li{
    float: left;
    width: 260px;
    padding: 34px 30px 46px;
    margin-right: 53.3333px;
    background: #F2F2F2;
    box-sizing: border-box;
}
.about-team-pic{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 0 auto;
    overflow: hidden ;
}
.about-team-pic img{
    width: 100%;
}
.about-team-name{
    color: #666;
    line-height: 22px;
    margin: 15px 0 13px;
    text-align: center;
}
.about-team-name span{
    font-weight: bold;
    color: #333;
}
.about-team-info{
    font-size: 14px;
    color: #666;
    height:240px;
    line-height: 24px;
}

.about-investor{
    margin: 60px 0 100px;
}
.about-investor ul{
    margin-right: -45px;
}
.about-investor li{
    float: left;
    width: 370px;
    padding: 21px 34px  21px 21px;
    margin-right: 45px;
    box-sizing: border-box;
    box-shadow: 0 2px 30px 0 rgba(148,148,148,0.31);
}
.about-investor-pic{
    width: 122px;
    height: 122px;
    border-radius: 50%;
    overflow: hidden;
}
.about-investor-pic img{
    width: 100%;
}
.about-investor-text{
    width: 170px;
    margin-left: 22px;
}
.about-investor-name{
    font-weight: bold;
    font-size: 18px;
    margin-bottom:7px;
    color: #333;
}
.about-investor-info{
    font-size: 14px;
    line-height: 24px;
    color: #666;
}
.about-contact{
    margin-bottom: 70px;
}
.about-contact-text{
    font-size: 14px;
    color: #333;
    margin-right: 84px;
    line-height: 28px;
}
.about-contact-ewm p{
    width: 60px;
    font-size: 12px;
    text-align: center;
    margin-right: 35px;
}
.about-contact-ewm p img{
	width:60px;
}
.main-bd-tt span b{
    font-size: 12px;
    color: #666666;
    line-height: 24px;
}

.bigShot{
    margin: 80px 0;
}
.bigShot-box{
    height: 595px;
    background: url(../images/pic/bigShot-box-pix.svg) no-repeat center 68px;
    margin-bottom: 10px;
}
.bigShot-box-list{
    float: left;
    width: 134px;
    margin-left: 28px;
}
.bigShot-box-list:first-child{
    margin-left: 50px;
}
.bigShot-box-list:nth-of-type(even){
    margin-top: 92px;
}
.bigShot-box-list-data{
    position: relative;
    width: 130px;
    height: 130px;
    margin-bottom: 68px;
    cursor: pointer;
}
.bigShot h2{
    font-size: 30px;
    color: #333333;
    text-align: center;
    margin-bottom: 20px;
}
.bigShot h3{
    font-size: 14px;
    color: #333333;
    width: 722px;
    margin: 0 auto;
    text-align: center;
    line-height: 28px;
}
.bigShot-pic{
    position: relative;
    width: 134px;
    height: 134px;
    border-radius: 50%;
    overflow: hidden;
    box-sizing: border-box;
    border: 6px solid #fff;
    box-shadow: 0 0 14px 0 rgba(0,0,0,0.2);
}
.bigShot-pic img{
    width: 100%;
}
.bigShot-name{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    font-size: 14px;
    text-align: center;
    line-height: 34px;
    color: #fff;
    background: #5F6888;
    transition: all 0.3s ease;
    z-index: 10;
}
.bigShot-box-list-data:hover .bigShot-name{
    background: #CA4424;
    font-size: 18px;
    line-height: 122px;
}
.bigShot-posi{
    position: absolute;
    top: 144px;
    left: 0;
    width: 100%;
    font-size: 13px;
    color: #666666;
    line-height: 18px;
    text-align: center;
}
.bigShot-blessing{
    position: absolute;
    width: 320px;
    bottom: 165px;
    left: 50%;
    line-height:24px;
    padding: 21px 33px 30px;
    font-size: 14px;
    border: 0;
    border-top: 3px solid transparent;
    box-shadow: 0 14px 33px 0 rgba(0,0,0,0.2);
    box-sizing:border-box;
    border-radius: 2px 2px 10px 10px;
    transform: translatex(-50%);
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
    background-image: linear-gradient(#FFF, #FFF), linear-gradient(-90deg, #F8AF96, #FF9944);
    z-index: 30;
    opacity: 0;
    visibility: hidden;

}
.bigShot-box-list-data:hover .bigShot-blessing{
    bottom: 145px;
    opacity: 1;
    visibility: visible;
    transition: all .3s ease;
}
/*.bigShot-blessing:before{*/
    /*content:" ";*/
    /*display: inline-block;*/
    /*width: 23px;*/
    /*height: 19px;*/
    /*padding-right: 20px;*/
    /*top: -5px;*/
    /*background: url(../images/pic/bigShot-blessing-l.svg) no-repeat left center;*/
/*}*/
/*.bigShot-blessing:after{*/
    /*position: relative;*/
    /*content:" ";*/
    /*display: inline-block;*/
    /*width: 23px;*/
    /*height: 19px;*/
    /*margin-left: 14px;*/
    /*bottom: -10px;*/
    /*background: url(../images/pic/bigShot-blessing-r.svg) no-repeat right center;*/
/*}*/
.bigShot-icon{
    position: absolute;
    right: 10px;
    bottom: 37px;
    width: 16px;
    height: 16px;
    background: url(../images/pic/blessing.svg) no-repeat center;
}
.bigShot-blessing i{
    position: absolute;
    bottom: -16px;
    left: 50%;
    transform:translatex(-50%);
    border-left:10px solid transparent;
    border-right:10px solid transparent;
    border-top:8px solid transparent;
    border-bottom:8px solid transparent;
    border-top-color: #fff;
}
.bigShot-blessing-eb{
    width: 276px;
}
.bigShot-blessing-xch{
	width: 193px;
}
.bigShot-blessing-szn{
	width: 276px;
   
}
.bigShot-blessing-small{
	width: 230px;
}
.bigShot-posi-wg{
	width:150px;	
	left:-8px;
	/*text-align:justify;*/
	transition:all .3s ease;
}
.bigShot-posi-wg p{
	display:inline;
}
.bigShot-posi-wg span{
	color:#5670BF;
	cursor:pointer;
}
.bigShot-posi-wg span:hover{
	text-decoration: underline;
}