html {
    font-size: 100%;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -webkit-tap-highlight-color: transparent;
}body {
    font: 12px/1.5 PingFangSC-Regular,Helvetica,Arial,Microsoft Yahei,sans-serif;
    background: #fff;
    min-width: 1105px;
    min-height: 1000px;
}
*{
	margin:0;
	padding:0;
}
address, cite, dfn, em, i, var {
    font-style: normal;
}
a:hover,a{
	text-decoration: none;
}
a, a:active, a:hover, a:link, a:visited {
    text-decoration: none;
}
img{
	border:none;
}
ol, ul {
    list-style: none;
}
.big-banner .swiper-slide{
    height: 350px!important;
    overflow: hidden;
    background-repeat: no-repeat!important;
    background-position: 50%!important;
    background-size: auto 100%!important;
}
.big-banner .slide-banner{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.maskl{
    position: absolute;
    left: 0;
    top: 0;
}.maskr{
    position: absolute;
    right: 0;
    top: 0;
}
.swiper-container-wrap .swiper-pagination-bullet{
    background: #fff;
    opacity: 1;
}
.swiper-container-wrap .swiper-pagination-bullet-active{
    background: #1173d6!important;
}

.departments {
    width: 1092px;
    position: absolute;
    left: 50%;
    bottom: 12px;
    background-color: #ffffff;
    z-index: 99;
    transform: translate(-50%, 0);
}
.mod-main-nav{
    width: 1092px;
    font-size: 0;
    position: relative;
    border-radius: 4px;
    z-index: 10;
    display: flex;
}
.mod-main-nav .nav-label{
    width: 84px;
    text-align: center;
    background: #fff;
    position: relative;
    border-radius: 4px 0px 0px 4px;
    padding: 4px 0;
    flex-shrink: 0;
}
.nav-label::after{
    content: '';
    width: 1px;
    height: 19px;
    background: #e3e3e3;
    position: absolute;
    right: 0;
    top: 8px;
}
.nav-label span{
    display: inline-block;
    color: #999;
    font-size: 18px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    top: 16px;
    width: 100%;
    max-height: 60px;
    overflow: hidden;
    box-sizing: border-box;
    padding: 4px 0;
}
.nav-item{
    display: inline-block;
}
/* .mod-main-nav .nav-block{
    position: relative;
    vertical-align: top;
    white-space: nowrap; 
    height: 74px;
    height: 87px;
    margin-left: 84px;
} */
.iblock-link{
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    min-height: 60px;
    border-radius: 0px 4px 4px 0;
}
.nav-link{
    font-size: 14px;
    color: #333;
    display: inline-block;
    line-height: 24px;
    position: relative;
    padding:5px 16px;
    text-align: center;
}.actarrow{
    display: inline-block;
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0%;
    bottom: 0px;
    height: 14px;
    line-height: normal;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.actarrow::after{
    content: '';
    border-style: solid;
    border-width: 7px;
    border-color: transparent transparent #fff;
    position: absolute;
    margin-left: -7px;
}
.navname{
    display: inline-block;
    height: 44px;
}
.navbox{
    position: absolute;
    width: 100%;
    z-index: 9;
    margin-top: 0px;
    display: none;
}
.nav-content{
    background: #fff;
    border-radius: 4px;
    box-sizing: border-box;
    box-shadow: 0px 0px 5px #e8e8e8;
    height: 330px;
    overflow: auto;
}
.navcon-box{
    /* display: none; */
    padding-top: 15px;
}
.last-keshi-video-list{
    max-height: 430px;
}
.nav_popup_area{
    font-size: 0;
}
.popuplabel{
    font-size: 14px;
    color: #999;
    float: left;
    position: relative;
    width: 70px;
    text-align: center;
}
.popupblock{
    position: relative;
    margin-left: 70px;
}
.pop-item{
    display: inline-block;
    width: 120px;
    margin-bottom: 10px;
    margin-right: 6px;
    box-sizing: border-box;
}
.pop-link{
    display: inline-block;
    font-size: 14px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}
.pop-nolink,.pop-nolink:hover{
    color: #999999!important;
}
.nav-link:hover,.pop-link:hover{
    color: #1173d6;
}
@keyframes fadeIn{
    0%{
        opacity:0;
        filter: alpha(opacity=0);
    }
    to{
        opacity:1;
        filter: alpha(opacity=1);
    }
}

/*content*/
.ccmtv-content{
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}
@media screen and (min-width: 1766px){
	.ccmtv-content{
	    width: 1500px;
	}
}
@media screen and (max-width: 1765px) and (min-width: 1336px) {
	.ccmtv-content{
	    width: 1285px;
	}
}
@media screen and (max-width: 1336px){
	.ccmtv-content{
	    width: 1105px;
	}
}

.mod-list-mix{
    font-size: 0;
    white-space: nowrap;
    position: relative;
}
.content-modular{
    position: relative;
    margin-bottom: 30px;
}
.mod-left{
    width: 100%;
    vertical-align: top;
    display: inline-block;
}
.mod-left-col{
    position: relative;
    margin-right: 365px;
}
.modular-header{
    position: relative;
    margin-bottom: 10px;
    overflow: hidden;
}
.modular_title{
    float: left;
    display: inline-block;
    position: relative;
    padding-left: 38px;
    color: #333333;
    font-size: 28px;
}
.modular_title .title-icon{
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -14px;
    display: inline-block
}
.modlink{
	position: relative;
    padding-left: 20px;
    padding-right: 35px;
    margin-top: 15px;
    overflow: hidden;
    font-size: 0;
}
.modlink_ul{
    max-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.modlink .modlink_ul li{
    display: inline-block;
    padding-right: 10px;
    font-size: 0;
}
.modlink_ul li a{
	font-size: 15px;
	color: #333;
}
.modlink_ul li .slash {
    padding-right: 10px;
    color: #1173d6;
    font-size: 14px;
}
.link_more{
	position: absolute;
	right: 0;
	bottom:0;
	font-size: 15px;
	color: #333;
}
.modlink_ul li a:hover,.link_more:hover
{
    color: #1173d6!important;
}

.ccmtv_mod_ul{
    width: 100%;
    font-size: 0;
    white-space: nowrap;
}
.ccmtv_view_show{
    vertical-align: top;
    display: inline-block;
    margin-right: 5px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
}

@media screen and (min-width: 1766px){
    .ccmtv_view_show{
        width: 373px;
        height: 105px;   
    }
    .swiper-banner .swiper-pagination{
        width: 1500px!important;
        margin-left: -750px;
    }
}
@media screen and (max-width: 1765px) and (min-width: 1336px) {
    .ccmtv_view_show{
        width: 318px;
        height: 91px;   
    }
    .swiper-banner .swiper-pagination{
        width: 1285px!important;
        margin-left: -642px;
    }
}
@media screen and (max-width: 1336px){
    .ccmtv_view_show{
        width: 273px;
        height: 77px;   
    }
    .swiper-banner .swiper-pagination{
        width: 1105px!important;
        margin-left: -552px;
    }
}
.ccmtv_mod_ul .ccmtv_mod_li {
    vertical-align: top;
    display: inline-block;
    margin-right: 5px;
    width: 210px;
}
.ccmtv_mod_view{
	display: block;
	z-index: 1;
    position: relative;
    width: 100%;
    height: 118px;
    overflow: hidden;
}
.mod_view,.meetingview{
    display: block;
    width: 100%;
    height: 100%;
    transition: all .25s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.ccmtv_mod_view:hover .mod_view 
,.ccmtv_view_show:hover .meetingview{
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
.ccmtv_mod_view:hover,.ccmtv_view_show:hover{
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.3);
	-webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.3);
	-ms-box-shadow: 0 2px 5px 0 rgba(0,0,0,.3);
	-moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,.3);
}
.mod_tag{
	position: absolute;
	top: 5px;
	right: 5px;
	width: 40px;height: 20px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	color: #fff;
	font-size: 12px;
	text-align: center;
	line-height: 20px;
	background: linear-gradient(to bottom right,#e1b469,#bd9441);
}
.label_tag_2{
	background: linear-gradient(to bottom right,#e1b469,#bd9441);
	background: -webkit-linear-gradient(to bottom right,#e1b469,#bd9441);
	background: -moz-linear-gradient(to bottom right,#e1b469,#bd9441);
	background: -ms-linear-gradient(to bottom right,#e1b469,#bd9441);
}
.label_tag_3,.label_tag_4{
	background: linear-gradient(to bottom right,#f4a21d,#dc4d3c);
	background: -webkit-linear-gradient(to bottom right,#f4a21d,#dc4d3c);
	background: -moz-linear-gradient(to bottom right,#f4a21d,#dc4d3c);
	background: -ms-linear-gradient(to bottom right,#f4a21d,#dc4d3c);
}
.label_tag_1{
    background: linear-gradient(to bottom right,#f4a21d,#e60011);
    background: -webkit-linear-gradient(to bottom right,#f4a21d,#e60011);
    background: -moz-linear-gradient(to bottom right,#f4a21d,#e60011);
    background: -ms-linear-gradient(to bottom right,#f4a21d,#e60011);
}
.mod_desc{
    position: relative;
    background: #f8f8f8;
    line-height: 1;
    padding: 6px 10px;
    height: 59px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    white-space: normal;
    text-overflow: clip;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.desc{
	display: block;
    line-height: 23px;
    font-size: 15px;
    color: #333;
    overflow:hidden; 
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2; 
}
.mod-rec{
	min-height: 177px;
}
.mod-rec-view{
	display: block;
    width: 100%;
    height: 100px;
    z-index: 1;
    position: relative;
    overflow: hidden;
}

.mod-rec-view:hover {
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.3);
	-webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.3);
	-ms-box-shadow: 0 2px 5px 0 rgba(0,0,0,.3);
	-moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,.3);
}
.ccmtv-mod-mix{
    font-size: 0;
    white-space: nowrap;
    position: relative;
}
.modbox{
    font-size: 0;
    white-space: nowrap;
    position: relative;
    display: inline-block;
    overflow: hidden;
}
.mod_page_small{
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    display: inline-block;
    position: absolute;
    right: 54px;
    top: 22px;
}
.mod_page_small .btn_next,
 .mod_page_small .btn_prev {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    color: #666;
    text-align: center;
    vertical-align: top;
    cursor: pointer;
    background-color: #f8f8f8;
}
.btn_next{
    background: url(../images/pnext.png)no-repeat;
    background-position: center;
}
.btn_prev{
    background: url(../images/pprev.png)no-repeat;
    background-position: center;
}
.no_prev{
    background: url(../images/noprev.png)no-repeat;
    background-position: center;
    pointer-events: none;
}
.no_next{
    background: url(../images/nonext.png)no-repeat;
    background-position: center;
    pointer-events: none;
}
.hover_next{
    background: url(../images/hovernext.png)no-repeat;
    background-position: center;
}
.hover_prev{
    background: url(../images/hoverprev.png)no-repeat;
    background-position: center;
}
.mod_page_small .page_num {
    display: inline-block;
    min-width: 20px;
    margin: 0 15px;
    color: #333;
    font-size: 12px;
    letter-spacing: 2px;
    text-align: center;
    vertical-align: top;
}
.ccmtv-mod-mix .big-wrapper{
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
}
.turn-slide{
    width: 100%;height: 100%;
}
.ccmtv-mod-mix .lines-wrap{
    display: inline-block;
}
.turn-wrapper{
	width: 425px;
}
.ccmtv-mod-link{
    z-index: 1;
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 240px;
}
.ccmtv-mod-link .ccmtv-mod-cover{
    display: block;
    width: 100%;
    height: 100%;
    transition: all .25s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.ccmtv-mod-link:hover {
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.3);
	-webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.3);
	-ms-box-shadow: 0 2px 5px 0 rgba(0,0,0,.3);
	-moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,.3);
}
.ccmtv-mod-link:hover .ccmtv-mod-cover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
.slide-title{
    position: relative;
    background: #f8f8f8;
    line-height: 1;
    padding: 22px 10px 0;
    height: 130px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.slide-title .link-txt{
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
    font-size: 15px;
    line-height: 23px;
    white-space: normal;
    text-overflow: clip;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
}

.desc:hover,.link-txt:hover{
	color: #0f40bd;
}
.slide-tag{
    white-space: normal;
    -webkit-line-clamp:2;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    height: 52px;
}
.slide-tag span{
	display: inline-block;
	background: #e3e3e3;
	font-size: 12px;
	color:#666666;
	border-radius: 25px;
    padding:6px 9px;
	margin-right: 8px;
	margin-bottom: 3px;
}
.mod-list-ul {
	padding:18px 18px 18px;
    overflow: hidden;
    background-color: #f8f8f8;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mod-list-ul li {
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
}
.mod-list-ul li a.listli-link{
    display: block;
	color: #333;
	font-size: 14px;
    vertical-align: baseline;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 14px;
    position: relative;
}
.mod-list-ul li a.listli-link:before{
	display: inline-block;
	content: '';
	position: absolute;
	left: 0;
	top: 9px;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-ms-border-radius: 50%;
	-moz-border-radius: 50%;
	background: #0f40bd;
}
.mod-list-ul li a.listli-link:hover{
	color: #1173d6!important;
}
.swiper-button-next{
	width: 22px!important;height: 30px!important;
	background: url(../images/next.png);
	right: 0!important;
	outline: none;
    margin-top: -15px!important;
}
.swiper-button-prev{
	width: 22px!important;height: 30px!important;
	background: url(../images/prev.png);
	left: 0!important;
	outline: none;
	z-index: 1000;
    margin-top: -15px!important;
}
.swiper-banner{
    background: #1173d6;
}
.swiper-banner .swiper-button-next{
    width: 21px!important;height: 38px!important;
    background: url(../images/wnext.png);
    right: 10%!important;
    outline: none;
}
.swiper-banner .swiper-button-prev{
    width: 21px!important;height: 38px!important;
    background: url(../images/wprev.png);
    left: 10%!important;
    outline: none;
    z-index: 1000;
}
.swiper-banner .swiper-pagination{
    text-align: right;
    left: 50%!important;
}
.swiper-button-next:after,
.swiper-button-prev:after{
	display: none!important;
}
.swiper-button-disabled{
    pointer-events: auto!important;
    opacity: 1!important;
}
.ccmtv-mod-list.mb,.mod-rec-view.mb{
    margin-bottom: 16px;
}
.other_title {
    display: inline-block;
    position: relative;
    color: #333333;
    font-size: 28px;
}

.swiper-container-mod .swiper-slide{
	width: 210px;
	margin-right: 5px;
	height: 100px;
    /*transition: all .01s cubic-bezier(.46,.98,.54,1.1);*/
    position: relative;
}
.swiper-container-mod .swiper-slide:hover
,.container-mod .swiper-slide:hover{
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.3);
	-webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.3);
	-ms-box-shadow: 0 2px 5px 0 rgba(0,0,0,.3);
	-moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,.3);
}
.swiper-container-mod .swiper-slide:last-child
,.container-mod .swiper-slide:last-child{
	margin-right: 0;
}
.swiper-container-mod .swiper-slide>a img{
	display: block;
	width: 100%;
	height: 100%;
}
.container-mod .swiper-slide{
	width: 210px;
	padding-right: 5px;
	height: 100px;
    /*transition: all .01s cubic-bezier(.46,.98,.54,1.1);*/
    position: relative;
    display: inline-block;
    margin-right: 0;
    font-size: 0;
    overflow: hidden;
}
@media screen and (max-width: 1335px){
	.ccmtv_mod_ul .ccmtv_mod_li{
	    width: 180px;
	}
	.ccmtv_mod_view{
		height: 101px;
	}
	.mod-rec-view{
		height: 85px;
	}
	.mod-left-col{
		margin-right: 305px;
	}
	.turn-wrapper{
		width: 365px;
	}
	.ccmtv-mod-link{
		height: 205px;
	}
	.swiper-container-mod .swiper-slide{
		width: 180px;
		height: 85px;
	}
}
.ICP{color: #ccc;}
.cnzz{
    vertical-align: -webkit-baseline-middle;
}
