.aboutWarp .ri h2{
	font-size: 32px;
    color: #333333;
    padding: 36px 0 26px;
    margin: 0;
    border-bottom: 1px solid #eee;
}
.aboutWarp .ri h2 img{
    vertical-align: middle;
    position: relative;
    top: -3px;
    margin-right: 15px;
}
.intor{
    margin-top: 30px;
    padding: 30px;
    background-color: #f9fafb;
}
.intor .lef{
    padding: 0;
}
.intor .rig{
    padding: 0 0 0 30px;   
}
.intor .rig .txt{
    font-size: 18px;
    color: #666666;
    padding-bottom: 25px;
    border-bottom: 1px solid #e5e5e5;
}
.intor .rig .txt .black{
	color: #333333;
}
.phoneWarp{
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.phoneWarp .phone{
	font-size: 22px;
    color: #cf2430;
    font-weight: bold;
}
.phoneWarp .mail{
	font-size: 18px;
	color: #333333;
}
.recruit{
    margin-top: 40px;
}
.recruit li{
    background-color: #f9fafb;
    padding: 0 30px;
    margin-bottom: 30px;
}
.recruit li .title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 0;
    cursor: pointer;
}

.recruit li .title .right{
	width: 28px;
	height: 28px;
    background: url(../images/add.png) no-repeat center;
    background-size: 100% 100%;
}
.recruit li.on .title .right{
    background: url(../images/reduce.png) no-repeat center;
    background-size: 100% auto;
}
.recruit li .title .left{
	font-size: 20px;
    color: #333333;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: calc(100% - 50px);
    white-space:nowrap; 
	text-overflow:ellipsis; 
	-o-text-overflow:ellipsis; 
	overflow: hidden; 
}
.recruit li .title:hover .left{
    color: #cf2430;
}
.recruit li.on .title .left{
    color: #cf2430;
}
.recruit li .title .left i{
	width: 3px;
	height: 41px;
    background-color: #cf2430;
    display: inline-block;
    margin-right:18px ;
}
.recruit .text{
    font-size: 18px;
    color: #666666;
    padding: 30px 0;
    border-top: 1px solid #e5e5e5;
    display: none;
}
.recruit .text p{
    margin-bottom: 30px;
}
.recruit .text p:last-child{
    margin-bottom: 0;
}
.recruit .text .black{
	font-weight: bold;
    color: #333333;
}

.bottomLink{
    background: url(../images/bottomLinkBg.png) no-repeat center;
    background-size:100% 100%;

}
.bottomLink .container{
    display: flex;
    justify-content:space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 40px 0;
}
.bottomLink .lineWarp{
	width: 550px;
	height: 70px;
    border: solid 1px #ffffff;
    background:rgba(255,255,255,0.1) url(../images/bottomLinkBgwhite.png) no-repeat center;
    background-size: 100% auto;
    display:flex;
    justify-content: space-between;
    align-items: center;
    padding: 0  30px;
}
.bottomLink .lineWarp:hover{
    background: rgba(255,255,255,0.3) url(../images/bottomLinkBgwhite.png) no-repeat center;
    background-size: 100% auto;
}
.bottomLink .lineWarp .le{
    display:flex;
    align-items: center;
    width: 80%;
    white-space:nowrap; 
	text-overflow:ellipsis; 
	-o-text-overflow:ellipsis; 
	overflow: hidden; 
}
.bottomLink .lineWarp span{
	font-size: 20px;
    color: #ffffff;
    margin-left: 20px;
}
.bottomLink .lineWarp .ri{
    background: url(../images/arrowRight.png) no-repeat center;
    background-size: 100% 100%;
	width: 10px;
	height: 16px;
}
.aboutInvestorsTitle{
   padding: 30px 0 70px;
}
.aboutInvestorsTitle .big{
	font-size: 28px;
	color: #333333;
}
.aboutInvestorsTitle .small{
	font-size: 20px;
	color: #333333;
}
.iconList li{
    text-align: center;
}
.iconList li .img{
	width: 112px;
	height: 112px;
    background-color: #fcf2f3;
    border-radius: 50%;
    position: relative;
}
.iconList li .img img{
    position: absolute;
     left: 0;
     right: 0;
     bottom: 0;
     top: 0;
     margin: auto;
     max-width: 100%;
     max-height: 100%;
}
.iconList{
    width: 100%;
}
.iconList li .gary{
	font-size: 18px;
    color: #999999;
    margin: 24px 0 15px;
}
.iconList li .black a{
	font-size: 18px;
    color: #333333;
    cursor: pointer;
} 
.iconList li .black a:hover{
	color: #cf2430;
}
.txtIntor{
    margin: 50px 0 60px;
	font-size: 16px;
	color: #666666;
}
.iconListLeft{
    overflow: hidden;
}
.iconListLeft li{
    display: flex;
    justify-content: flex-start;
    /* align-items: center; */
    padding: 20px 0;
}
.iconListLeft li .left{
	width: 54px;
	height: 54px;
	/* background-color: #fcf2f3; */
    position: relative;
    border-radius: 50%;
}
.iconListLeft li .left img{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    width: 20px;
}
.iconListLeft li:nth-child(odd) .left{
    background-color: #fcf2f3;
}
.iconListLeft li:nth-child(even) .left{
    background-color: #f6f6f6;
}
.iconListLeft li .right{
   padding-left: 15px;
   width: calc(100% - 54px);
}
.iconListLeft li .right .gray{
	font-size: 18px;
	color: #999999;
}
.iconListLeft li .right .black a{
	font-size: 18px;
	color: #333333;
}
.fromWarp{
    background: #f9fafb;
    padding: 40px 15px;
}
.from li .tit .red{
    font-size: 18px;
	color: #d5414b;
}
.from li .tit{
    font-size: 18px;
	color: #333333;
}
.from li input{
	width: 100%;
	height: 48px;
    background-color: #ffffff;
    padding: 0 15px;
} 
.from li {
    margin-bottom: 30px;
}
.from li:last-child{
    margin-bottom: 0;
}
.from li textarea{
    width: 100%;
    height: 179px;
    background-color: #ffffff;
    padding:15px;
}
.from li .input .submission{
    width: 100%;
	height: 60px;
    background-color: #cf2430;
	font-size: 18px;
    color: #ffffff;
    border: 1px solid  transparent ;
    margin-top: 40px;
}
.from li .input .submission:hover{
    background-color: #ffffff;
    color: #cf2430;
    border: 1px solid  #cf2430 ;
}
.riWarp{
    margin: 50px 0 60px;
}
@media (min-width: 200px) {
.banner{height: 120px;}
.aboutWarp .ri{padding: 0 ;margin-top: 20px;}
.aboutWarp .ri h2 {font-size:18px; padding: 10px 0;}
.intor {margin-top: 15px;padding: 15px;}
.intor .rig {padding: 0 0 0 0;}
.intor .rig .txt {font-size: 14px;padding-bottom: 15px;padding-top:15px;}
.phoneWarp .phone {font-size: 16px;}
.phoneWarp .mail {font-size: 14px;}
.recruit {margin-top: 20px;}
.recruit li { padding: 0 15px;margin-bottom: 15px;}
.recruit li .title .left {font-size: 16px;color: #333333;}
.recruit li .title .left i {height: 30px;margin-right: 18px;}
.recruit li .title .right {width: 20px;height: 20px;}
.bottomLink .lineWarp {width: 100%; height: 50px;padding: 0 10px;margin-bottom: 15px;}
.bottomLink .lineWarp:last-child{margin-bottom: 0;}
.bottomLink .container {justify-content: space-between;padding: 20px 15px;}
.bottomLink .lineWarp span {font-size: 16px;margin-left: 10px;}
.recruit li .title {padding: 15px 0;}
.recruit .text {font-size: 14px;padding: 20px 0;}
.recruit .text p {margin-bottom: 20px;}
.aboutWarp .le{display: none;}
.iconList li .img { width: 80px;height: 80px;}
.aboutInvestorsTitle {padding: 20px 0 ;}
.aboutInvestorsTitle .small {font-size: 16px;}
.aboutInvestorsTitle .big {font-size: 20px;}
.iconList li{margin-bottom:20px;}
.iconList li .gary {font-size: 14px;margin: 15px 0 ;}
.iconList li .black a {font-size: 16px;}
.txtIntor {margin: 25px 0 ;font-size: 14px;}
.riWarp {margin: 0 0 25px;}
.iconListLeft li .right .gray {font-size: 14px;}
.iconListLeft li .right .black a {font-size: 14px;}
.fromWarp {padding: 15px 10px;}
.fromWarp ul{padding: 0;}
.from li .tit {font-size: 14px;}
.from li {margin-bottom: 15px;}
.from li input {height: 35px;}
.from li .input .submission { height: 40px; font-size: 16px;margin-top:20px;}
.iconListLeft li .right {padding-top:6px;}
}
@media (min-width: 768px) {
.banner{height: auto;}
.aboutWarp .ri{padding: 0 15px;margin-top: 0;}
.aboutWarp .ri h2 {font-size:25px; padding: 25px 0;}
.intor {margin-top: 25px;padding: 25px;}
.intor .rig {padding: 0 0 0 20px;}
.intor .rig .txt {font-size: 16px;padding-bottom: 18px;padding-top: 0;}
.phoneWarp .phone {font-size: 18px;}
.phoneWarp .mail {font-size: 16px;}
.recruit {margin-top: 30px;}
.recruit li { padding: 0 20px;margin-bottom: 20px;}
.recruit li .title .left {font-size: 18px;color: #333333;}
.recruit li .title .left i {height: 35px;margin-right: 18px;}
.recruit li .title .right {width: 25x;height: 25px;}
.bottomLink .lineWarp {width: 48%; height: 65px;padding: 0 20px;margin-bottom: 0;}
.bottomLink .container {justify-content: space-between;padding: 30px 0;}
.bottomLink .lineWarp span {font-size: 18px;margin-left: 15px;}
.recruit li .title {padding: 20px 0;}
.recruit .text {font-size: 16px;padding: 25px 0;}
.recruit .text p {margin-bottom: 25px;}
.aboutWarp .le{display: block;}
.iconList li .img { width: 100px;height: 100px;}
.aboutInvestorsTitle {padding: 30px 0 ;}
.aboutInvestorsTitle .small {font-size: 18px;}
.aboutInvestorsTitle .big {font-size: 22px;}
.iconList li{margin-bottom: 0;}
.iconList li .gary {font-size: 16px;margin: 15px 0 ;}
.iconList li .black a {font-size: 18px;}
.txtIntor {margin: 30px 0 ;font-size: 16px;}
.riWarp {margin: 30px 0;}
.iconListLeft li .right .gray {font-size: 16px;}
.iconListLeft li .right .black a {font-size: 16px;}
.fromWarp {padding: 20px 15px;}
.fromWarp ul{padding: 0 15px;}
.from li .tit {font-size: 16px;}
.from li {margin-bottom: 20px;}
.from li input {height: 40px;}
.from li .input .submission { height: 50px; font-size: 16px;margin-top: 30px;}
.iconListLeft li .right {padding-top:5px;}
}
@media (min-width: 992px) {
.aboutWarp .ri{padding: 0 0 0 40px;}
.aboutWarp .ri h2 {font-size: 32px; padding: 36px 0 26px;}
.intor {margin-top: 30px;padding: 30px;}
.intor .rig {padding: 0 0 0 30px;}
.intor .rig .txt {font-size: 18px;padding-bottom: 25px;}
.phoneWarp .phone {font-size: 22px;}
.phoneWarp .mail {font-size: 18px;}
.recruit {margin-top: 40px;}
.recruit li { padding: 0 30px;margin-bottom: 30px;}
.recruit li .title .left {font-size: 20px;color: #333333;}
.recruit li .title .left i {height: 41px;margin-right: 18px;}
.recruit li .title .right {width: 28px;height: 28px;}
.bottomLink .lineWarp {width: 550px; height: 70px;padding: 0 30px;}
.bottomLink .container {justify-content: space-between;padding: 40px 0;}
.bottomLink .lineWarp span {font-size: 20px;margin-left: 20px;}
.recruit li .title {padding: 25px 0;}
.recruit .text {font-size: 18px;padding: 30px 0;}
.recruit .text p {margin-bottom: 30px;}
.iconList li .img { width: 112px;height: 112px;}
.aboutInvestorsTitle {padding: 30px 0 70px;}
.aboutInvestorsTitle .small {font-size: 20px;}
.aboutInvestorsTitle .big {font-size: 28px;}
.iconList li .gary {font-size: 18px;margin: 24px 0 15px;}
.txtIntor {margin: 50px 0 60px;font-size: 16px;}
.riWarp {margin: 50px 0 60px;}
.iconListLeft li .right .gray {font-size: 18px;}
.iconListLeft li .right .black a {font-size: 18px;}
.fromWarp {padding: 40px 15px;}
.from li .tit {font-size: 18px;}
.from li {margin-bottom: 30px;}
.from li input {height: 48px;}
.from li .input .submission { height: 60px; font-size: 18px;margin-top: 40px;}
.iconListLeft li .right {padding-top: 0;}
}
@media (min-width: 1200px) {

}
