
/* focus start/////////////////////////////////////////////////////////////////////////// */
.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    height: 650px;
}
.swiper-slide img{
    width:100%; height:100%; object-fit: cover;
}
/* focus end/////////////////////////////////////////////////////////////////////////// */

.mcc{
    width: 100%;
    height: auto;
    background-color: #fff;
    border-bottom: 1px solid #eee;
    padding-bottom: 50px;
}

.mcc .title{
    width: 1200px;
    height: 200px;
    margin: 0 auto;
    text-align: center;
    /* background-color: #ccc; */
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}
.mcc .title h1{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    text-align: center;
    padding-bottom: 10px;
}
.mcc .title h1 p{
    flex: 1;
    margin-top: 50px;
    color: #2C53D4;
    height: 40px;
    line-height: 40px;
    font-size: 24px;
    font-size: 24px;
}
.mcc .title h1 span{
    background-color: #FF9C00;    
    width: 35px;
    height: 3px;
    margin: 0 auto;
}


.mcc .title .en{
    font-size: 30px;
    color: #333;
}

.mcc .row{
    width: 1200px;
    height: auto;
    margin: 0 auto;
    
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}


.mcc .col01{
    width: 550px;
    height: 380px;    
    margin-right: 30px;
}

.mcc .col02{
    flex: 1;
    height: 380px;
    /* background-color: #444; */
}

.news_swiper{
    width: 100%;
    height: 380px;    
}
.news_swiper img{
    height: 330px;
}
.col01 h2{
    font-size: 16px;
    font-style: normal;
    height: 40px;
    line-height: 40px;
    text-align: center;
    overflow: hidden;
    
}
.col01 h2 a{
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
}
.news_prev,.news_next{
    top: 150px;
}

/* col02 */
.mcc .col02 ul{
   width: 100%;
   display: flex;
   flex-direction: row;
   flex-wrap: nowrap;
   padding-bottom: 20px;
}

.mcc .col02 ul li{
    flex: 1;
    background-color: #EFF5FB;
    text-align: center;
    height: 50px;
    line-height: 50px;
    border-top: 2px solid #ddd;
    cursor: pointer;
    color: #333;
    font-size: 16px;
    font-weight: bold;
}
.mcc .col02 .curr{
    background-color: #fff;
    border-top: 2px solid #2C53D4;
    color: #2C53D4;
}
.mcc .col02 dl{
   width: 100%;
   height: auto;
   display: flex;
   flex-direction: row;
   flex-wrap: nowrap;
   border-bottom: 1px solid #eee;
   
}

.mcc .col02 dl:hover{
    background-color: #EFF5FB;
}
.mcc .col02 dl dt{
    flex: 1;
    height: 100px;
    /* background-color: #ccc; */
}
.mcc .col02 dl dd{
    width: 100px;
    /* background-color: #f5f5f5; */
    margin-left: 40px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}

.mcc .col02 dl dt h2{
    height: 35px;
    line-height: 35px;
    width: 100%;
    overflow: hidden;
    /* background-color: red;     */
    font-weight: normal;
}
.mcc .col02 dl dt h2 a{
    font-size: 16px;
}
.mcc .col02 dl dt p{
    margin-top: 7px;
    height: 40px;
    line-height: 20px;
    width: 100%;
    overflow: hidden;
    margin-bottom: 18px;
    color: #999;
    font-size: 14px;
}


.mcc .col02 dl dd .t1{
    width: 100%;
    height: 55px;
    /* background-color: red; */
    font-size: 40px;
    line-height: 55px;
    text-align: center;
    font-weight: normal;
}
.mcc .col02 dl dd .t2{
    width: 100%;
    flex: 1;
    line-height: 30px;
    margin-bottom: 15px;
    /* background-color: blue; */
    text-align: center;
    font-size: 16px;
}
.swiper-pagination-bullet-active{
    background-color: #2C53D4;
}


.expert_swiper img{
    height: 261px;
    padding: 10px;
    box-sizing: border-box;
    object-fit: cover;
    /* border-radius: 50%; */
}
.expert_swiper h2{
   display: flex;
   flex-direction: column;
   flex-wrap: nowrap;
   width: 100%;   
   overflow: hidden;
}
.expert_swiper h2 a{
    font-weight: normal;
    font-size: 18px;
    margin-bottom: 5px;
}
.expert_swiper h2 span{
    font-weight: normal;
    font-size: 14px;
    color: #999;    
    overflow: hidden;
    height: 25px;
    line-height: 25px;
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
    
    text-align: left;
}

/* 首页最后 关于联盟tab 样式 2023-4-15 */

.row .left{    
    flex: 1;
    /* background-color: red; */
    height: auto;
    margin-right: 30px;
}

.row .right{
   
    width: 634px;
    background-image: url(../images/dingzhu.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 366px;
}



.row .left ul{
    /* background-color: #ccc; */
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
.row .left ul li{
    width: auto;    
    margin-right: 20px;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    text-align: center;
    
    cursor: pointer;
}
.row .left ul li p{
    height: 30px;
    line-height: 30px;    
    font-weight: bold;
    color: #333;
    /* background-color: #ccc; */
}
.row .left ul li span{
    display: inline-block;
    width: 25px;
    height: 3px;
    background: #fff;
    margin: 0 auto;
}

.row .left ul .curr p{
    color: #2c53d4;
}
.row .left ul .curr span{
    background: #FF9C00;
}
.row .left .cont{
    margin: 10px 0 0 0;    
    font-size: 14px;
    line-height: 28px;
    color: #454545;
    height: 300px;
    overflow: hidden;
    display: none;
}
.row .left .c1{
    display: block;
}


.row .left .cont .more{
    background-color: #2c53d4;
    height: 30px;
    line-height: 30px;
    width: 80px;
    margin-top: 60px;
    text-align: center;

}
.row .left .more a{
    color: #fff;
}
.row .left .more a:hover{
    color: #ededed;
}

.row .right .cont{
    width: 480px;
    height: 120px;
    /* background-color: #ccc; */
    margin-top: 80px;
    margin-left: 70px;
    line-height: 30px;
    overflow: hidden;
    color: #454545;
    font-size: 14px;
}
.row .right .btn_join{
    margin: 0 auto;
    margin-top: 50px;
    margin-left: 260px;
    height: 35px;
    width: 100px;
    line-height: 35px;
    background-color: #FF9C00;
    color: #fff;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
}
.row .right .btn_join:hover{
    background-color: #dd8c0d;
}



/* //////////////////////////// jt.css */
.scrollpic {
	/* width: 1100px; */
    width: 100%;
	margin:40px auto 0 auto;
}
#myscroll {
	display: block;
	width: 100%;
	position: relative;
	height: 240px;
	overflow: hidden;
}
#myscroll #myscrollbox {
	display: block;
	float: left;
	position: absolute;
	left: 0;
	top: 0;
	width: 1000000px;
}
#myscroll ul {
	display: block;
	float: left;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#myscroll ul li {
	display: block;
	float: left;
	padding: 0;
	width:305px;
}
#myscroll ul li a {
	display: block;
	float: left;
	width: 285px;
	padding: 0;
	position: relative;
	height: 240px;
	color: #333;
}
#myscroll a .intro {
	position: absolute;
	left: 0;
	z-index: 10;
	background-color: #0057c4;
	filter: alpha(opacity=70);
	/* width: 260px; */
    width: 100%;
	color: #fff;
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;

	text-align: center;
}
#myscroll a .intro h5 {
	padding: 0;
	margin: 0;
	font-size: 16px;
	height: 40px;
	/* width: 260px; */
    width: 100%;
	line-height: 30px;
	/* border-bottom: 1px solid #347fdc; */
	font-weight:normal;
    color: #fff;
}
#myscroll a .intro p {
	font-size: 13px;
	line-height: 20px;
	margin: 65px 70px;
	height: 70px;
	overflow: hidden;
}
#myscroll a .intro {
	bottom: -211px;
}
#myscroll a:hover .intro {
	bottom: 0px;
}

#mybtns {
	margin: 10px 0;
	/* width: 1100px; */
    width: 100%;
	display: block;
	/* height: 42px; */
    height: 90px;
    margin-bottom: 30px;

    
}
/* ss */
#mybtns .subject{    
    float: left; 
	width: 800px; 
	height: 90px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;	
}
#mybtns .subject h1{
	margin-top: 10px;
	display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
	/* background-color: #ccc; */
	height: auto;
	margin-bottom: 10px;
	
}
#mybtns .subject h1 p{
	flex: 1;
    margin-top: 0px;
    color: #2C53D4;
    height: 40px;
    line-height: 40px;
    font-size: 24px;
    font-size: 24px;
}


#mybtns .subject h1 span{
    background-color: #FF9C00;    
    width: 35px;
    height: 3px;
	margin-left: 30px;
    /* margin: 0 auto; */
}

#mybtns .subject .en{
    font-size: 30px;
    color: #333;
}


/* ss */
#mybtns a {
	width: 42px;
	height: 42px;
	display: block;
	float: right;
	margin-right: 1px;
	background-color: #c1c1c1;
	margin-left:10px;
    margin-top: 40px;
}
#mybtns a:hover {
	background-color: #347fdc;
}
#mybtns a:hover, #myscroll, #mybtns a, #myscroll a:hover .intro, #myscroll a .intro, #myscroll #myscrollbox {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#mybtns #left {
	background-image: url(../images/jt_l.png);
}
#mybtns #right {
	background-image: url(../images/jt_r.png);
}

#kinMaxShow {
	visibility: hidden;
	width: 100%;
	height: 500px;
	overflow: hidden;
}
/* //////////////////////////// jt.css */