/*领头*/
.leader{
	padding: 90px 0 80px;
}
.ship-title h2{
	margin: 0;
	font-size: 30px;
	color: #353535;
	padding-bottom: 30px;
	position: relative;
}
.ship-title h2:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    width: 70px;
    height: 4px;
    border-radius: 2px;
    background: linear-gradient(90deg,#009fe8,#4c88ee);
}
.leader-text{
	font-size: 16px;
	color: #555555;
	margin-top: 30px;
	line-height: 36px;
}








.company-qy{
	background: #f5f7fa;
	padding: 65px 0 85px;
}
.pany-title h2{
	font-size: 30px;
	color: #4b4b4b;
	margin: 0;
}
.pany-title .text{
	font-size: 16px;
	line-height: 36px;
	color: #4b4b4b;
	margin-top: 45px;
}
.pany-title a.appoint{
	display: inline-block;
	width: 80%;
	height: 54px;
	line-height: 54px;
	text-align: center;
	color: #fff;
	margin-top: 80px;
	transition: 0.25s;
	background: linear-gradient(90deg,#009fe8,#4c88ee);
}
.pany-title a.appoint:hover{
	box-shadow: 0 0 10px rgba(76, 136, 238, 1);
}









.course{
	padding-bottom: 125px;
}
.course li{
	display: flex;
	margin-top: 100px;
}
.course-img{
	width: 106px;
	height: 106px;
	border-radius: 100%;
	overflow: hidden;
	box-shadow: 0 0 10px rgba(0,159,232,0.2);
}
.course-text{
	flex: 1;
}
.course-text h3{
	font-size: 24px;
	color: #3d4450;
	margin: 0 0 30px;
	padding-bottom: 17px;
	position: relative;
}
.course-text h3:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 0 auto;
    width: 50px;
    height: 4px;
    border-radius: 2px;
    background: linear-gradient(90deg,#009fe8,#4c88ee);
}
.course-text p{
	font-size: 16px;
	color: #3d4450;
}
.mar-left{
	margin-left: 16%;
}
.mar-right{
	margin-right: 16%;
}













/*合作收益*/
.profit{
	padding: 66px 0 75px;
	background: #f5f7fa;
}
.trapezoid{
    border-bottom: 320px solid red; 
	border-left: 0px solid transparent; 
	border-right: 153px solid transparent; 
	height: 0; 
	width: 580px; 
	/*overflow: hidden;*/
}
.trapezoid img{
	width: 580px;
	height: 320px;
	object-fit: cover;
}
.profit-sy{
	max-width: 885px;
	margin: 55px auto 0;
}










/*商务合作-内容采购*/
/*获得*/
.obtain{
	background: #f5f5f9;
	padding-top: 90px;
}
.obtain .ship-title{
	margin-bottom: 50px;
}
.icon-obtain{
	width: 106px;
	height: 106px;
	border-radius: 100%;
    overflow: hidden;
    margin: 0 auto;
    box-shadow: 0 0 10px rgba(0,159,232,0.2);
}
.obtain-text {
	margin-bottom: 80px;
}
.obtain-text h3{
	font-size: 24px;
	color: #3d4450;
	margin: 40px 0 30px;
}
.obtain-text p{
	font-size: 16px;
	color: #3d4450;
	line-height: 32px;
}
.flex-around{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}








/*内容产品*/
.ship-title p{
	font-size: 16px;
	color: #464646;
	margin-bottom: 25px;
	padding-top:25px;
}
.product{
	padding: 90px 0 40px;
}
.product-list{
	margin-top: 50px;
	box-shadow: 0 0 10px rgba(63,202,254,0.2);
	border-radius: 30px;
	margin-bottom: 50px;
}
.right-text{
	font-size: 16px;
	color: #1e1b16;
	line-height: 30px;
	padding-left: 83px;
	position: relative;
	/*padding: 80px 0 65px;*/
}
.right-text:after{
	content: "";
    position: absolute;
    left: 0;
    top: 0;
    margin:0 auto;
    width: 4px;
    height:60px;
    border-radius: 2px;
    background: linear-gradient(0deg,#59f5ff,#3fcafe);
}
.duct-left {
	padding: 80px 0 70px;
	/*background: url(../images/pro-1.png) no-repeat right bottom;
    background-size: 177px;*/
    position: relative;
}
.duct-left img{
	width: 170px;
	position: absolute;
	/*top: 50%;*/
	bottom: 0;
	right: 0;
	/*transform: translateY(-50%);*/
}
/*.product-list:nth-child(3) .duct-left {
	background: url(../images/pro-2.png) no-repeat right bottom;
    background-size: 177px;
}
.product-list:nth-child(4) .duct-left {
	background: url(../images/pro-3.png) no-repeat right bottom;
    background-size: 172px;
}
.product-list:nth-child(5) .duct-left {
	background: url(../images/pro-4.png) no-repeat right bottom;
    background-size: 176px;
}*/
.duct-left h3{
	font-size: 20px;
	color: #1e1b16;
	margin-bottom: 20px;
	margin-top: 0;
}
.duct-left p{
	font-size: 16px;
	color: #888888;
	margin: 0;
}
.right-text:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin: 0 auto;
    width: 4px;
    height: 60px;
    border-radius: 2px;
    background: linear-gradient(0deg,#59f5ff,#3fcafe);
    transform: translateY(-50%);
}







/*专家智库*/
.library{
	margin-top: 50px;
	padding-bottom: 40px;
}
.lib-item{
	background: #fff;
	border:2px solid #009fe8;
	position: relative;
	margin-bottom: 60px;
	overflow: hidden;
}
.lib-item .name{
	line-height: 60px;
	font-size: 17px;
	color: #333333;
	padding: 8% 0 0 0;
}


.lib-item .subject {
    width: 100%;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    color: #fff;
    background: url(../images/expert-bg2.png) no-repeat center bottom;
    background-size: 101% 38px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.ilb-text{
	width: 100%;
	position: absolute;
    bottom: -3px;
    /*background: #fff;*/
    background: url(../images/yuanhu.png) no-repeat center top;
    background-size: 100%;
    transform: translateY(0);
	transition: .6s;
}
.lin-intro{
	background: rgba(0,0,0,0.2);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	color: #fff;
	padding: 0 30px;
	transform: translateY(100%);
	transition: .6s;
	overflow: hidden;
}
.lin-intro h3{
	font-size: 20px;
	margin:0 0 40px;
}
.lin-intro .text{
	font-size: 14px;
	line-height: 24px;
	text-align: left;
}
.lib-item:hover .lin-intro{
	transform: translateY(0);
}
.lib-item:hover .ilb-text{
	transform: translateY(100%);
}







/* 小屏幕 */
@media (max-width: 768px){
.leader {
    padding: 50px 0px;
}
.ship-title h2{
	font-size: 24px;
}





.company-qy .flex-box{
	display: block;
}
.pany-title{
	margin-bottom: 30px;
}
.pany-title h2 {
    font-size: 24px;
}
.pany-title .text {
    margin-top: 40px;
}
.pany-title a.appoint{
	margin-top: 30px;
	width: 100%;
}




.course {
    padding-bottom: 40px;
}
.course-img{
	width: 80px;
	height: 80px;
}
.mar-right {
    margin-right: 10%;
}
.mar-left {
    margin-left: 10%;
}
.course li {
    margin-top: 40px;
}
.course-text h3 {
    font-size: 20px;
}













/*内容产品*/
.product {
    padding: 50px 0 40px;
}
.product-list{
	margin: 0 0 30px 0;
}
.right-text{
	padding-left: 15%;
	margin: 30px 0;
}
.duct-left {
	/*padding: 80px 0 70px;*/
	padding: 0;
	/*background: url(../images/pro-1.png) no-repeat right bottom;
	background-size: 80%;*/
}
.duct-left img{
	width: 80%;
}
/*.product-list:nth-child(3) .duct-left {
	background: url(../images/pro-2.png) no-repeat right bottom;
	background-size: 80%;
}
.product-list:nth-child(4) .duct-left {
	background: url(../images/pro-3.png) no-repeat right bottom;
    background-size: 80%;
}
.product-list:nth-child(5) .duct-left {
	background: url(../images/pro-4.png) no-repeat right bottom;
    background-size: 80%;
}*/




.obtain .flex-around{
	display: block;
}
.obtain {
    background: #f5f5f9;
    padding-top: 50px;
}
.obtain-text h3 {
    font-size: 20px;
}




/*专家*/
.library {
    padding-bottom: 0;
}
.lib-item{
	margin-bottom: 30px;
}
}
