@charset "utf-8";
html{}

/* header 开始 */
.header{
    background: #2B5791;
    /* border-bottom: 1px solid #fff; */
    width: 100%;
    /* height: 180px; */
}
.header .box{
	margin: 20px 0;
	display: inline-block;
}
.header .logo{
	width:400px;
	display:inline-block;
	vertical-align: middle;
}
.header .logo img{
    width: 333px;
}
.header .textarea{
	width: 795px;
	display:inline-block;
	font-family:"Microsoft Yahei";
	text-align:center;
	/* margin-top: 20px; */
	vertical-align: middle;
}
.header .textarea p{
	color:#ffff00;
	font-size:36px;
	font-weight:bold;
	line-height:52px;
}
.header .textarea p a{
	color:#ffff00;
	font-size:36px;
	font-weight:bold;
	line-height:52px;
}
.header .textarea span{
	font-size:24px;
	color:#fff;
	line-height:52px;
}

/* header 结束 */

/* 导航开始 */
.nav-bg{
	width: 100%;
	height: 50px;
	background: #3368AD;
}
.nav {
	height: 50px;
	line-height: 50px;
}

.nav>ul {
    
}

.nav>ul>li {
    float: left;
    text-align: center;
    position: relative;
    width: 240px;
    padding: 0 1px;
    box-sizing: border-box;
}

.nav>ul>li.active>a {
    background: #fff;
    color: #333;
}
.nav>ul>li:hover>a {
    background: #fff;
    color: #333;
}
.nav>ul>li:first-child {
    margin-left: 0;
}

.nav>ul>li>a {
    display: block;
    font-size: 18px;
    line-height: 50px;
    color: #fff;
    text-align: center;
    position: relative;
    transition: all 0.3s;
}

.nav>ul>li>a:after{
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 35px;
	background: rgba(255,255,255,0.1);
}

.nav>ul>li:first-child>a:after{
	display: none;
}

.nav>ul>li.on>div {
    border-top: 1px solid #999;
}



.nav>ul>li>div {
    position: absolute;
    top: 100%;
    min-width: calc(100% - 2px);
    background: #4c4c4c;
    z-index: 9999;
    overflow: hidden;
    line-height: normal;
    display: none;
    opacity: 0.8;
}

.nav>ul>li>div>ul {
    overflow: hidden;
}

.nav>ul>li>div>ul>li a {
    display: block;
    font-size: 16px;
    font-weight: normal;
    line-height: 48px;
    transition: .3s;
    color: #fff;
}
.nav>ul>li>div>ul>li:hover{
	background:#fff;
}
.nav>ul>li>div>ul>li:hover a{
	color:#333;
}


/* 导航结束 */

/* banner 开始 */
.topimg{
	width:100%;
}
.topimg .slick-list li {
    max-width: 100%;
    display: block;
}

.topimg .arrow {
    position: absolute;
    top: 50%;
    background: #000;
    color: #fff;
    font-size: 40px;
    height: 70px;
    width: 70px;
    border-radius: 50%;
    opacity: 0.5;
    filter: alpha(opacity=50);
    text-align: center;
    cursor: pointer;
    z-index: 1000;
    border: 1px solid rgba(255, 255, 255, 0.5);
    transform: translateY(-50%);
}

.topimg .arrow i {
    line-height: 65px;
}

.topimg .arrow.pre {
    left: 30px;
}

.topimg .arrow.next {
    right: 30px;
}

.topimg .arrow:hover {
    opacity: 0.4;
    filter: alpha(opacity=40);
}

.topimg .slick-dots {
    position: absolute;
    bottom: 20px;
    left: 47%;
    text-align: center;
    z-index: 1000;
}

.topimg .slick-dots li {
    display: inline-block;
    width: auto;
    float: none;
    vertical-align: middle;
}

.topimg .slick-list li img {
    margin: 0 auto;
    width: 100%;
}

.topimg .slick-dots li button {
    background: #fff;
    border: 0 none;
    border-radius: 7px;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 12px;
    line-height: 0;
    margin: 0 5px;
    outline: medium none;
    padding: 0;
    width: 12px;
}

.topimg .slick-dots li.slick-active button {
    background: #c65911;
}



[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: "icon";
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-angle-left:before {
    content: '<';
}

.icon-angle-right:before {
    content: '>';
}

.topimg .slick-list li video {
    width: 100%;
    display: block;
}

/* banner 结束 */


/* main开始 */

.main .title{
    width: 100%;
    height: 45px;
    line-height: 45px;
    border-bottom: 1px solid #a0a0a0;
    margin-bottom: 40px;
}
.main .title p{
    background: url(/jxcgjsb/jiaocaimb/images/titlebg.png) no-repeat left center;
    font-size: 20px;
    color: #fff;
    display: inline-block;
    width: 165px;
    text-align: center;
    font-weight: bold;
}
.main .title a{
    font-size: 14px;
    color: #333;
    float: right;
}
.main .sec1{
    width: 100%;
    margin-top: 40px;
}
.main .sec1 .sec_left{
    width: 580px;
    display: inline-block;
}
.main .sec1 .con{
    height: 500px;
    overflow: hidden;
}
.main .sec1 .sec_left .box{display:block;position:relative;overflow:hidden;height: 100%;width: 100%;}
.main .sec1 .sec_left .video{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}
.main .sec1 .sec_left .play{cursor:pointer;position:absolute;top:50%;left:50%;width:46px;height:46px;background:url(/jxcgjsb/jiaocaimb/images/iconl21.png) center no-repeat;-webkit-background-size:100% 100%;-moz-background-size:100%;-o-background-size:100%;background-size:100%;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}
.main .sec1 .sec_left .img{min-width:100%;height:100%;vertical-align:middle;max-width:none;-o-object-fit:cover;object-fit:cover;-webkit-transition:.6s;-o-transition:.6s;-moz-transition:.6s;transition:.6s}
.main .sec1 .sec_right{
    width: 580px;
    margin-left: 36px;
    display: inline-block;
}


.main .sec1 .sec_right .con{
    background: #fbfbfb;
    border: 1px solid #eeeeee;
    padding: 25px;
    box-sizing: border-box;
    white-space: normal;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 9;
    line-clamp: 9;
    -webkit-box-orient: vertical;
}
.main .sec1 .sec_right .con p{
    font-size: 16px;
    color: #666666;
    line-height: 36px!important;
}

.main .sec2{
    margin: 40px 0;
}
.main .sec2 ul li{
    float: left;
    width: 280px;
    height: 100px;
    text-align: center;
    line-height: 100px;
    margin-right: 26px;
}
.main .sec2 ul li img{
    margin-right: 20px;
    vertical-align: middle;
    display: inline-block;
}
.main .sec2 ul li a{
    color: #fff;
    font-size: 20px;
    vertical-align: middle;
    display: inline-block;
}
.main .sec2 ul li.kstd_icon1{
    background:#ffac52;
}
.main .sec2 ul li.kstd_icon2{
    background:#2B5791;
}
.main .sec2 ul li.kstd_icon3{
    background:#69c24a;
}
.main .sec2 ul li.kstd_icon4{
    background:#14aeea;
    margin-right: 0;
}
/* main结束 */


/* footer 开始 */
.footer{background: #2B5791;padding: 30px 0;width: 100%;}
.footer .left{float: left;margin-top: 2.5rem;}
.footer .left .dl2{padding-left: 40px;border-left: 1px solid #ffffff;margin-left: 40px;}
.footer .left dl{float: left;}
.footer .left dl dt{font-size: 18px;color: white;line-height: 24px;margin-bottom: 8px;}
.footer .left dl dd{}
.footer .left dl dd a{font-size: 14px;line-height: 30px;display: block;color: white;/* opacity: 0.85; */}
.footer .left dl dd a:hover{color: white;opacity: 1;}

.footer .midle{float: left;margin-left: 66px;margin-top: 80px;}
.footer .midle img{display: block;margin: 0 auto;}
.footer .right{float: right;}
.footer .right .text{}
.footer .right .text p{font-size: 0.875rem;color: white;line-height: 1.5rem;}
.footer .right .ewmBox{margin-top: 20px;padding-top: 20px;border-top: 1px solid #ffffff;}
.footer .right .ewmBox .ewm{margin-left: 1.875rem;}
.footer .right .ewmBox .ewm img{display: block;width: 95px;height: 95px;}
.footer .right .ewmBox .ewm p{font-size: 0.875rem;color: white;text-align: center;margin-top: 8px;}
.bq{background: #3368AD;width: 100%;height: 60px;}
.bq p{color: #fff;font-size: 14px;line-height: 60px;text-align: center;}
.bq p a{
    color: #fff;
}
.bq p img{display: inline-block;margin-left: 5px;margin-right: 5px;vertical-align: middle;}
.bq br{display: none;}


/* footer结束 */

/*=================== 首页结束================== */


/*************二级页二级页************/
.nycontent{
    position: relative;
    min-height: 300px;
}
.nycontent .nyleft{
    width: 240px;
    float: left;
    background: #2B5791;
    text-align: center;
    position: absolute;
    top: -70px;
    left: 0;
}
.nycontent .nyleft h2{
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    line-height: 36px;
    margin: 25px 0;
}
.nycontent .nyleft .nynav{
    margin-bottom: 20px;
}
.nycontent .nyleft .nynav li a{
    display: inline-block;
    color: #fff;
    font-size: 18px;
    line-height: 40px;
    height: 40px;
}

.nycontent .nyright{
    width: 960px;
    float: right;
}
.nyright .position{
    height: 60px;
    line-height: 60px;
    background: #eeeeee;
    padding: 0 20px;
    box-sizing: border-box;
}
.nyright .position h3{
    display: inline-block;
    font-size: 24px;
    color: #333;
    font-weight: bold;
}
.nyright .position p{
    float: right;
    font-size: 14px;
    color: #666666;
}
.nyright .position p a{
    font-size: 14px;
    color: #666666;  
}
.nycontent .nyright .con{
    padding: 45px;
    width: 100%; 
}
.nycontent .nyright .con .content{
    min-height: 200px;
	font-size:16px;
	line-height:35px;
	text-indent:2em;
}
.nycontent .nyright .con .content video{
	width:auto;
	max-width:90%;
	margin:0 auto;
}