
body{
    min-width: 1200px;
    overflow: auto;
    color: #000000;
   font-family: 
   "Microsoft YaHei",
   "黑体",
   "宋体",sans-serif;
}
.all{
    letter-spacing: 0.6px;
    font-size: 16px;
    position: relative;
}


.nav{
    width: 100%;
    height: 80px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    /* position: fixed; */
    /* background-color: rgba(0, 0, 0, 0.1) */
}

.mc{
    position: absolute;
    height: 80px;
    left: 0;
    right: 0;
    background-color: #000;
    opacity: .1;
    filter:alpha(opacity=10);
    z-index: 98;
}
.head{
    width: 1200px;
    height: 80px;
    margin: 0 auto;
    position: relative;
    z-index: 99;
    
}
.logo{
    /* margin-left: 100px; */
    line-height: 80px;
    color: #ffffff;
}
.logo_img{
    width: 43px;
}
/* 
.head ul{
    width: 910px;
} */

.nav ul a{
    float: left;
    text-align: center;
    margin: 0 30px; 
    margin-top: 20px;
}
.nav ul a p{
    display: inline-block;
    color: #fff;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    transition: transform 0.4s linear;
}
.nav ul a p:hover{
    transform: scale(1.1);
}
.nav p.active{
    transform: scale(1.1);
}
.a_line.active{
    display: block;
}
.a_line{
    width: 30px;
    height: 2px;
    background-color: #fff;
    margin: 0 auto;
    display: none;
}
.banner{
    width: 100%;
    height: 625px;
    background:url("../../img1/2021cy/banner.png") no-repeat center top;
    overflow: hidden;
}

/* list1 */
.list1{
    padding-top: 68px;
    padding-bottom: 68px;
    width: 1082px;
    margin: 0 auto;
}
.list1 p{
    font-size: 24px;
    text-align: center;
	font-stretch: normal;
	letter-spacing: 0px;
    color: #000000;
    margin-top: 20px;
    margin-bottom: 90px;
}
.list1 .fr{
    margin-top: 50px;
    width: 318px;
	font-family: MicrosoftYaHei;
	font-size: 18px;
	font-weight: normal;
	line-height: 38px;
	letter-spacing: 0px;
    color: #000000;
    text-align: justify;
}
.list1 h4{
    text-align: center;
	font-size: 46px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
    color: #000000;
    
}
.list1 img{
    transition: all 0.4s ease;
    cursor: pointer;
}
.list1 img:hover{
    transform: scale(1.1);
}

.list2{
    width: 1080px;
    margin: 0 auto;
}
.blue_title{
    width: 1080px;
    margin: 0 auto;
    height: 160px;
    line-height: 160px;
    background: url('../../img1/2021cy/bluetitle_bg.png') no-repeat;
    background-size: cover;
    letter-spacing: 0px;
    color: #ffffff;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
}
.item_title{
    font-size: 36px;
	letter-spacing: 0px;
    color: #000000;
    font-weight: bold;
    margin-top: 70px;
}
.yellow_line{
    width: 68px;
    height: 7px;
	background-color: #caa62b;
    border-radius: 2px;
    margin-top: 20px;
}
.list2 .item1 .text{
    width: 100%;
	font-size: 20px;
	line-height: 36px;
	letter-spacing: 0px;
    color: #000000;
    text-align: justify;
    margin-top: 36px;
    margin-bottom: 36px;
}

.turn_box b{
    font-weight: normal;
    font-size: 17px;
    color: #ffffff;
    letter-spacing: 0px;
}
.turn_box{
    margin: 36px 0 50px;
}
.turn_box div{
    transition: all 0.5s ease;
}
.turn_box ul {
    transform-style: preserve-3d;
    /* -webkit-transform-style: preserve-3d; */
    display: flex;
    justify-content: space-between;
}
.turn_box li {
    position: relative;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d; 
    width: 196px;
    height: 352px;
    list-style: none;
    -webkit-transition: all  0.5s linear;
    -moz-transition: all  0.5s linear;
    -o-transition: all  0.5s linear;
    transition: all  0.5s linear;
    cursor: pointer;
    border-radius: 4px;
}
.turn_box li:hover {
    -webkit-transform: rotateY(180deg) !important;
    -moz-transform: rotateY(180deg) !important;
    -o-transform: rotateY(180deg) !important;
   transform: rotateY(180deg) !important;
}
.turn_box li:nth-child(1) .force{
    background: url("../../img1/2021cy/list2-01.png");
}
.turn_box li:nth-child(1) .back {
    background: #373448;
}
.turn_box li:nth-child(2) .force{
    background: url("../../img1/2021cy/list2-02.png");
}
.turn_box li:nth-child(2) .back {
    background: #373448;
}
.turn_box li:nth-child(3) .force{
    background: url("../../img1/2021cy/list2-03.png");
}
.turn_box li:nth-child(3) .back {
    background: #373448;
}
.turn_box li:nth-child(4) .force{
    background: url("../../img1/2021cy/list2-04.png");
}
.turn_box li:nth-child(4) .back {
    background: #373448;
}
.turn_box li:nth-child(5) .force{
    background: url("../../img1/2021cy/list2-05.png");
}
.turn_box li:nth-child(5) .back {
    background: #373448;
}
.turn_box li div {
    position: absolute;
    left: 0;
    top: 0;
    width: 196px;
    height: 352px;
    background-size: 100% 100%!important;
}
.back {
    transform: rotateY(180deg);
    backface-visibility: hidden;
    font-family: PingFang SC Medium;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
    color: #373448;
    display: flex;
    justify-content: center;
    align-items: center;
}
.force {
    backface-visibility: hidden;
	font-family: PingFang SC Bold;
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 34px;
	letter-spacing: 0px;
    color: #ffffff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.force span{
    display: inline-block;
    /* margin-top: 110px; */
    letter-spacing: 1px;
}
.back span{
    display: inline-block;
    /* padding: 30px 10px 0; */
    padding: 0px 15px;
    text-align: justify;
    /* letter-spacing: 1px; */
    font-size: 15px;
	line-height: 28px;
	letter-spacing: 0px;
    color: #ffffff;
    
}


/* 行业案例课程 */
.hy_list{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 40px;
    /* justify-content: space-around; */
}
.hy_item{
    width: 234px;
    height: 218px;
    background-size: cover;
    margin: 20px 60px;
    display: flex;
    align-items: center;
    justify-content: center;
   
}
.hy_item1{
    background: url('../../img1/2021cy/hy1.png') no-repeat center;
}
.hy_item2{
    background: url('../../img1/2021cy/hy2.png') no-repeat center;
}
.hy_item3{
    background: url('../../img1/2021cy/hy3.png') no-repeat center;
}
.hy_item4{
    background: url('../../img1/2021cy/hy4.png') no-repeat center;
}
.hy_item5{
    background: url('../../img1/2021cy/hy5.png') no-repeat center;
}
.hy_item6{
    background: url('../../img1/2021cy/hy6.png') no-repeat center;
}
.hy_text{
   min-width: 130px;
   height: 60px; 
   line-height: 60px;
   border: 1px solid #fae1bc;
   border-radius: 8px;
   padding: 0px 40px;
   text-align: center;
   font-size: 20px;
   color: #000000;
   background: #ffffff;
   flex-shrink: 0;
   box-shadow: 2px 3px 8px #fad6be;
   position: relative;
   cursor: pointer;
}
.arrow_bottom{
    content: ".";
    display: block;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #994b01;
    position: absolute;
    right: 12px;
    top: 28px;
    transition: all 0.5s ease;
}
.arrow_bottom.active{
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);	/* Safari 和 Chrome */
    -moz-transform: rotate(-180deg);
}
.dec{
    width: 280px;
    padding: 30px 20px;
    font-size: 16px;
    line-height: 1.5;
    color: #000000;
    position: absolute;
    left: -20px;
    top: 100px;
    border: 1px solid #994b01;
    z-index: 10;
    background: #ffffff;
    text-align: justify;
    display:none;
}
 /* <!-- 走进标杆企业案例课程 --> */
 .bg_list{
     display: flex;
     justify-content: space-between;
     flex-wrap: wrap;
 }
.bg_item{
    width: 500px;
    height: 260px;
    /* margin: 20px 0px; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: '黑体';
	background-image: linear-gradient( 
        #ffffff 0%, 
        #ffffff 50%,
		#f4f5f8 81%, 
		#edeff6 90%, 
        #edeff4 100%);
        text-align: center;
}

.hide_list{
    display: flex;
    height: 0px;
    overflow: hidden;
    transition: all  0.5s ease;
}
.arrow_bottom1{
    content: ".";
    display: block;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #d8a163;
    transition: all 0.5s ease;
    margin-top: 7px;
    margin-left: 8px;
}
.arrow_bottom1.active{
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);	/* Safari 和 Chrome */
    -moz-transform: rotate(-180deg);
}
/* 企业财务大数据案例课程 */
.qc_cont{
    width: 100%;
    height: 420px;
    margin-top: 60px;
    margin-bottom: 60px;
    background: url('../../img1/2021cy/qc_bg.png') no-repeat;
    background-size: 100% 100%;
    box-shadow: 5px 10px 15px rgb(55, 55, 63);
}
.qc_lbox{
    /* width: 653px; */
    width: 553px;
    height: 100%;
    display: flex;
    align-items: center;
    font-size: 18px;
	line-height: 40px;
	letter-spacing: 0px;
    color: #ffffff;
    padding:0px 50px;
    text-align: justify;
}
.qc_rbox{
    width: 427px;
    height: 100%;
    display: flex;
    align-items: center;
    color: #ffffff;
    flex-direction: column;
    justify-content: center;
}
.qc_rbox li{
    width: 286px;
    height: 42px;
    line-height: 42px;
    border: 1px solid #ffffff;
    border-radius: 4px;
    text-align: center;
    margin: 10px 0px;
    font-size: 18px;
}

/* list3 */
.list3{
    width: 1080px;
    margin: 100px auto 0px;
}
.blue_title1{
    width: 880px;
    padding-right: 200px;
    text-align: right;
    height: 120px;
    padding-top:40px;
    background: url('../../img1/2021cy/bluetitle_bg.png') no-repeat;
    background-size: cover;
    letter-spacing: 0px;
    color: #ffffff;
    font-size: 40px;
    font-weight: bold; 
}
.list3_cont{
    margin-top: 40px;
    display: flex;
    justify-content:space-between;
}
.list3_item{
    width: 281px;
	height: 284px;
	border-radius: 2px;
    border: solid 1px #4484f3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 40px;
    font-size: 20px;
    letter-spacing: 0px;
}
.list3_item span{
    margin: 18px 0px;
 
}
/* list4*/
.list4{
    width: 1080px;
    margin: 0 auto;
    margin-top: 100px;
}
.list4_cont{
    display: flex;
    flex-wrap: wrap;
}
.list4_item{
    width: 244px;
	height: 105px;
	background: #ffffff;
	border-radius: 2px;
    border: solid 1px #1a3c78;
    box-shadow: 10px 10px 0px #4385f4;
    margin-top: 50px;
    margin-right: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 20px;
	line-height: 30px;
	letter-spacing: 0px;
    color: #000000;
    font-weight: bold;
    cursor: pointer;
    position: relative;
}
.list4_item:hover{
background: #e8effc;
}
.list4_text{
    /* width: 280px;
    padding: 30px 20px; */
    width: 212px;
    padding: 20px 16px;
    font-size: 16px;
    line-height: 2;
    color: #000000;
    position: absolute;
    /* left: -44px; */
    left: -1px;
    top: 100px;
    border: 1px solid #994b01;
    z-index: 10;
    background: #ffffff;
    text-align: justify;
    font-weight: normal;
    display:none;
}
/* list5*/
.list5{
    min-height: 500px;
    margin-top: 100px;
   
}
.rd_banner{
    width: 100%;
    height: 334px;
    background: url('../../img1/2021cy/banner_rd.png') no-repeat center;
}
.list5_cont{
    width: 1080px;
    margin: 0 auto;
}
.list5 .item_title{
    font-size: 36px;
	letter-spacing: 0px;
    color: #000000;
    font-weight: bold;
    margin-top: 70px;
}
.yellow_line{
    width: 68px;
    height: 7px;
	background-color: #caa62b;
    border-radius: 2px;
    margin-top: 20px;
}
.item1_cont{
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}
.list5 .sort{
    width: 254px;
    font-size: 20px;
    line-height: 2; 
    letter-spacing: 0px;
}
.list5 .sort_top{
    width: 100%;
    height: 62px;
    line-height: 62px;
    text-align: center;
	background-color: #4484f3;
    border-radius: 2px;
    font-size: 24px;
	letter-spacing: 0px;
	color: #fffefe;
}
.list5 .sort_bottom{
    width: 100%;
    height: 266px;
    background: #f8faff;
    letter-spacing: 0px;
}
.list5 .sort_text{
    padding-left: 20px;
    padding-right: 20px;
    text-align: justify;
}
.list5 .item2_cont{
    display: flex;
    justify-content: space-around;
    font-size: 20px;
	line-height: 32px;
	letter-spacing: 0px;
    color: #000000;
    font-weight: bold;
    margin-top: 60px;
}
.list5 .item2_cont img{
    margin-bottom: 20px;
}
.list5 .item2_cont>div{
    width: 220px;
    text-align: center;
}
.chatinfo{
    width: 100%;
    height: 138px;
    line-height: 138px;
	background-color: #f8faff;
    border-radius: 2px;
    margin-top: 100px;
    text-align: right;
    font-size: 20px;
    letter-spacing: 0px;
}
.chatinfo span{
    margin-left: 20px;
    margin-right: 30px;
}
.chatinfo .code{
    margin-right: 30px;
}

/* list6  全国专（行）业大会 */
.list6{
    width: 1080px;
    margin: 0px auto;
    margin-top: 140px;
}
.list6_table{
    margin-top: 50px;
}
/* table, th, td
{
    border: 1px solid #1d3f72;
} */
table, th, td
{
    border: none;
    

}
th, td{
    border-right:1px solid #b5d0f8;
}
table
{
    border: 1px solid #b5d0f8;
}
table
{
    width: 100%;
    margin: 0 auto;
    border-collapse:collapse;
    color: #fff;
    text-align: center;
    font-size: 20px;
	letter-spacing: 0px;
    color: #000000;
}
th
{
    height:60px;
    font-size: 22px;
    color: #ffffff;
    background: #8ab3f1;
   
}
td{
    height:76px;
    line-height: 76px;
}
tr:nth-child(1n){
   background: #e7f1fd; 
}
tr:nth-child(2n){
    background: #ffffff;
}

/* list7  业财融合·研习社 */
.list7{
    width: 1080px;
    margin: 140px auto 0px;
}
.yxs_banner{
    width: 100%;
    height: 352px;
    background: url('../../img1/2021cy/yxs_bg.png') no-repeat center;
    background-size: cover;
    margin-top: 50px;
}
/* list8 财税“云顾问”服务 */
.list8{
    width: 1080px;

    margin: 140px auto 0px;

}
.dd_wrap{
    padding-bottom: 80px;
    background: url('../../img1/2021cy/list8_bg.png') no-repeat bottom center;
}
.list8 h4{
    font-size: 30px;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 0px;
    color: #000000;
    margin-top: 60px;
}
.dd_box{
    margin-top: 48px;
}
.list8 .dd_l{
    width: 380px;
    height: 230px;
}
.dd_r_item{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}
.dd_r_item img{
    flex-shrink:0;
}
.dd_r_item .text{
    width: 570px;
    padding-left: 24px;
    height: 55px;
    line-height: 55px;
	background-color: #e7f1fd;
    border-radius: 2px;
    margin-left: 10px;
    letter-spacing: 0px;
    color: #000000;
    font-size: 22px;
}
.dd_bottom {
    margin-top: 80px;
}
.dd_info{
    display: flex;
    margin-top: 140px;
    font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 35px;
	letter-spacing: 0px;
    color: #000000;
    align-items: center;
}
.jc_cont{
    width: 906px;
    display: flex;
    text-align: center;
    justify-content: space-between;
    margin-top: 50px;
    margin-bottom: 40px;
}
.jc_cont>div{
    font-size: 26px;
}
.flex{
    display: -webkit-flex; /* Safari */
    display: flex;
}
.jc_text{
    width: 960px; 
    justify-content: space-between;
    margin-left: 30px;
    margin-top: 30px;
}
.jc_text>div{
    width: 220px;
    height: 68px;
    line-height: 68px;
    background-color: #4484f3;
    font-size: 30px;
	letter-spacing: 0px;
    color: #ffffff;
    text-align: center;
}
/* <!-- 业财融合财务管理人才管理与服务 --> */
.cwgl_item{

}
.cwgl_item h4{
    font-size: 30px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
    color: #000000;
    font-weight: bold;
}
.cwgl_item_text{
    width: 640px;
	font-size: 20px;
	line-height: 42px;
	letter-spacing: 0px;
    color: #000000;
    margin-top: 40px;
}

/* list9 */
.list9{
    width: 1080px;
    margin: 140px auto 0px;
}
.zx_cont{
    flex-wrap: wrap;
    margin-top: 45px;
}
.zx_cont>div{
    width: 344px;
    height: 62px;
    line-height: 62px;
    background: #4486f2;
    margin-right: 24px;
    margin-bottom: 20px;
    cursor: pointer;
    text-align: center;
    font-size: 22px;
	letter-spacing: 0px;
    color: #fffefe;
    position: relative;
}
.zx_cont>div:hover{
    background: #0c47aa;
}
.zx_cont>div:nth-child(3n){
    margin-right: 0px;
}
.zt_cont{
    flex-wrap: wrap;
    margin-top: 45px;
}
.zt_cont>div{
    width: 344px;
    height: 62px;
    line-height: 62px;
    background: #4486f2;
    margin-right: 24px;
    margin-bottom: 20px;
    cursor: pointer;
    text-align: center;
    font-size: 22px;
	letter-spacing: 0px;
    color: #fffefe;
   position: relative;
}
.zt_cont>div:hover{
    background: #0c47aa;
}
.zt_cont>div:nth-child(3n){
    margin-right: 0px;
}
/* 专项训练营 */
.arrow_bottom2{
    content: ".";
    display: block;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #ffffff;
    transition: all 0.5s ease;
    position: absolute;
    right:14px;
    top: 30px;

}
.arrow_bottom2.active{
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);	/* Safari 和 Chrome */
    -moz-transform: rotate(-180deg);
}
.list9 .zx_dec{
    width: 300px;
    border: 1px solid rgb(25, 104, 250);
    position: absolute;
    top: 62px;
    left: 0px;
    padding: 22px 21px;
    color: #000000;
    font-size: 16px;
    line-height: 2;
    z-index: 10;
    background: #e5f0fa;
    text-align: justify;
    display: none;
}
.zx_dec p{
font-size: 16px;
margin-bottom: 10px;
}
.zx_dec h5{
    font-size: 20px;
}
/* 专题训练营 */
/* .list9 .zt_dec{
    width: 300px;
    border: 1px solid rgb(25, 104, 250);
    position: absolute;
    top: 62px;
    left: 0px;
    padding: 22px 21px;
    color: #000000;
    font-size: 16px;
    line-height: 2;
    z-index: 10;
    background: #e5f0fa;
    text-align: justify;
    display: none;
}
.zt_dec p{
font-size: 16px;
margin-bottom: 10px;
}
.zt_dec h5{
    font-size: 20px;
} */

/* list10 线上视频课程 */
.list10{
    width: 1080px;
    margin: 0 auto;
}
.list10 p{
    font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
    color: #000000;
    margin-top: 40px;
}
.xs_item1_cont{
    width: 1020px;
    /* height: 160px; */
    padding: 30px 30px 20px ;
    background-color: #e8f0fc;
    margin-top: 30px;
    font-size: 18px;
    line-height: 1.5;
}
.gy_cont>div{
    margin: 0 94px;
}
.xs_item3_text{
    width: 1000px;
    padding: 0 40px;
	height: 56px;
    background-color: #e8f0fc;
    align-items: center;
    justify-content: space-between;
}

/* list11 《财务管理研究》杂志 */
.list11{
    width: 1080px;
    margin: 0 auto;
    padding-bottom: 90px;
    background: url('../../img1/2021cy/list11_bg.png')no-repeat left bottom;
}
.list11 p{
    font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 48px;
	letter-spacing: 0px;
	color: #000000;
}
.code{
    width: 90px;
}




.foot_wrap{
    width: 100%;
    height: 220px;
    overflow: hidden;
    background-color: #414242;
    color: #e4e4e6;
}
.foot{
    width: 1200px;
    height: 220px;
    margin: 0px auto;
    box-sizing: border-box;
    /* padding-left: 100px; */
    text-align: left;
    /* padding-bottom: 90px; */
    
}
.foot ul{
    width: 220px; 
}
.foot ul li a{
    color: #999999;
    font-size: 12px;
    height: 26px;
    line-height: 26px;
    display: block;
    cursor: pointer;
}
.foot ul li a:hover{
    color: #eee;
}
.foot .tip{
    font-size: 18px;
    font-weight: normal;
    color: #e4e4e6;
    margin-top: 40px;
    margin-bottom: 20px;
}
.foot .code-wrap{ 
    width: 110px;
    text-align: center;
    margin-left: 50px; 
}
.foot .code-wrap img{  
    width: 104px;
    height: 104px;
    display: block;
}

/* 澶囨淇℃伅 */
.about_wrap{
    width: 100%;
    height: 136px;
    overflow: hidden;
	background-color: #363636;
}
.about{
    width: 1200px;
    margin: 0px auto;
   margin-top: 30px;
    box-sizing: border-box;
    text-align: left;   
}
.about p{
    margin: 15px 0px;
    text-align: center;
    height: 13px;
	font-size: 13px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #797979;
}