<strong></strong>@charset "utf-8";
/* CSS Document */
.main{
	overflow: hidden;
}
.news-lbt{
    margin-top: 60px;
}

.swiper-pagination-bullet{
    width: 14px;
    height: 14px;
    background: #FFFFFF;
    border-radius: 7px;
    opacity:1;
}
.swiper-pagination-bullet-active{
    width: 36px;
    height: 14px;
    background: #fff;
    border-radius: 7px;
    
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    right: 0px;
    bottom: 0px;
    left: auto;
    width: auto;
    padding: 0px 25px 15px 0px
}

.swiper{
	overflow: inherit;
}
.swiper-slide{
    width: 100%;
	height: 597px;
	overflow: hidden;
}
.swiper-slide a img{
	width: 100%;
	height: 100%;
	opacity: 0.3;
}
.swiper-slide a img:hover{
	transition: all 3s;
	transform: scale(1.05);
}
.swiper-slide-active a img{
	opacity: 1;
}
.lbt-title{
    background: linear-gradient(0deg, #0A3C98 0%, rgba(10,60,152,0) 100%);
    position: absolute;
    bottom: 0px;
    width: 100%;
	padding: 30px 150px 10px 30px;
}
.lbt-title a{
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 48px;
    z-index: 999;
	width: 100%;
}
.swiper-button-next:after{
	content: "";
	
}
.swiper-button-next{
	background: url("R-arrow.png");
	width: 70px;
	height: 70px;
	display: block;
	right: -70px;
}
.swiper-button-prev:after{
	content: "";
	
}
.swiper-button-prev{
	background: url("L-arrow.png");
	width: 70px;
	height: 70px;
	display: block;
	left: -70px;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
	width: auto;
	left: auto;
	right: 29px;
	bottom: 45px;
}
.swiper-slide h3{
	font-family: Microsoft YaHei;
	font-weight: bold;
	font-size: 20px;
	color: #FFFFFF;
	line-height: 40px;
	background: rgba(48, 115, 216, 0.6) ;
	position: absolute;
	left: 0;
	bottom: 35px;
	display: none;
}
.swiper-slide-active h3{
	display: block;
	padding: 10px 21px;
}




.list-tab{
	margin-top: 60px;
}
.main-title{
    border-bottom: 1px solid #CADAEA;
    position: relative;
}
.main-title h3{
    display: inline-block;
	margin-bottom: -1px;
	position: relative;
}
.main-title h3::after{
	content: "";
	display: block;
	width: 96px;
	height: 4px;
	background: #3073D8;
	position: absolute;
	bottom: 0px;
	left: 0px;
}
.main-title h3 a{
    font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 30px;
	color: #444444;
	line-height: 64px;
	margin-right: 46px;
	display: inline-block;
}
.main-title h3 a:hover{
    font-weight: bold;
	color: #444!important;
}
.notice-title{
	background: #3073D8;
	position: relative;
	overflow: hidden;
}
.notice-title .more{
	right: 24px;
}
.notice-title .more a{
	color: #FFFFFF;
}
.notice-title h3 a{
	font-family: Microsoft YaHei;
	font-weight: bold;
	font-size: 24px;
	color: #FFFFFF;
	line-height: 64px;
}
.notice-title h3 a:hover{
	color: #fff!important
}
.notice-title h3{
	padding: 0px 50px 0px 20px;
	float: left;
}
.notice-title h3.title-active{
	background: url("n-active1.png") no-repeat center;
	background-size: 100% 100%;
}
.notice-title h3:nth-child(2n){
	padding: 0px 20px 0px 50px;
	margin-left: -50px;
}
.notice-title h3:nth-child(2n).title-active{
	background: url("n-active2.png") no-repeat center;
	background-size: 100% 100%;
}
.main-title .title-active a{
    font-weight: bold;
}
.more{
    position: absolute;
    right: 0px;
    top: 30px;
}
.more a{
    display: none;
    font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 14px;
	color: #0467CC;
	line-height: 14px;
}
.active-bl{
    display: block!important;
}
.products-title{
	text-align: center;
	position: relative;
	margin-bottom: -15px
}
.products-title h3{
	display: inline-block;
	padding: 0px 20px;
}
.products-title h3:first-child{
	border-right: 1px solid #D7E6FF;
}
.products-title h3 a{
	font-family: Microsoft YaHei;
	font-weight: bold;
	font-size: 40px;
	color: #444;
	line-height: 60px;
}
.products-title h3 a:hover{
	color: #3A78DF!important;
}
.products-title h3.title-active a{
	color: #3A78DF;
}





.news-dynamics{
	padding-left: 327px;
	position: relative;
}
.dynamics{
    overflow: hidden;
    margin-top: 25px;
	min-height: 279px;
}
.dynamics>div{
    display: none;
}
.news-img{
	width: 300px;
	position: absolute;
	left: 0px;
}
.news-img>a{
    height: 169px;
	overflow: hidden;
	line-height: 0px;
	display: block;
}
.news-img>a img{
    width: 100%;
	height: 100%;
    transition: all 0.3s
}
.news-img>a img:hover{
    transform: scale(1.1);
}
.news-img div{
	height: 110px;
	padding: 11px;
	background: #F2F8FF;
}
.gray-part .news-img div{
	background: #fff;
}
.news-img div a{
    font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 18px;
	color: #444444;
	line-height: 30px;
	margin-top: 5px;
}
.news-list li{
	position: relative;
	padding-right: 100px;
}
.news-list li a{
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 25px;
    padding-left: 30px;
    background: url("list.png") no-repeat left 5px;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news-list li span{
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #888888;
    line-height: 25px;
    position: absolute;
	right: 0px;
	top: 0px;
}
.news-list li{
    margin-bottom: 18px;
}
.news-list li:last-child{
    margin-bottom: 0px;
}

.dyn-list li a{
	overflow: auto;
    text-overflow: inherit;
    white-space: normal;
}
.dyn-list li{
}
.notice li{
    overflow: hidden;
    margin-bottom: 15px;
    position: relative;
    padding-left: 28px;
    min-height: 58px;
	background: url("notice.png") no-repeat left 10px;
}
.notice li:last-child{
	margin-bottom: 0px;
}
.gray-part .notice li div span:first-child{
	background: #FFF;
}
.notice li span{
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 16px;
	color: #96BDF8;
	line-height: 28px;
}
.notice li a{
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 27px;
}
.gray-part{
    background: #F2F8FF;
    padding-bottom: 60px;
    margin-top: 60px;
}
.products{
	overflow: hidden;
	margin: 0px -20px;
}
.products li{
	width: 25%;
	float: left;
	padding: 0px 20px;
	margin-top: 35px;
}
.products li a{
	width: 100%;
	height: 240px;
	overflow: hidden;
	line-height: 0px;
	position: relative;
	display: block;
	
}
.products li a img{
	width: 100%;
	height: 100%;
	transition: all 0.3s;
}
.products li a:hover img{
	transform: scale(1.1)
}
.products li a p{
	font-family: Microsoft YaHei;
	font-weight: bold;
	font-size: 20px;
	color: #FFFFFF;
	line-height: 28px;
	padding: 18px 28px 18px 20px;
	border-left: 5px solid #E21414;
	background: linear-gradient(90deg, #3073D8 0%, rgba(255,255,255,0) 100%, rgba(255,255,255,0) 100%, rgba(48,115,216,0) 100%);
	position: absolute;
	left: 0px;
	bottom: 16px;
	width: 100%;
}
@media(max-width:1480px) and (min-width:1200px){
	
    .swiper-slide{
        height: 520px;
    }
    .main-left{
        width: 700px
    }
    .main-right{
        width: 430px
    }
	.news-img a{
		height: 185px
	}
	.products li a{
		height: 191px;
	}
}
@media(max-width:1200px){
    .swiper-slide{
        height: 459px;
    }
    .main-left{
        width: 100%;
        float: none
    }
    .main-right{
        width: 100%;
        float: none
    }
	.products li a{
		height: 153px;
	}
	.products li a p{
		padding: 10px 28px 10px 20px;
		font-size: 18px;
	}
}
@media(max-width:991px){
    .swiper-slide{
        height: 332px;
    }
	.lbt-title a{
		line-height: 30px;
	}
	.main-title h3 a{
		pointer-events:none;
	}
	.news-list li a{
        overflow: auto;
        white-space: inherit;
        display: block;
    }
	.products li{
		width: 50%;
	}
	.products li a{
		height: 255px;
	}
	.swiper-slide h3{
		font-size: 18px;
		line-height: 30px;
		bottom: 0px;
	}
	.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
		bottom: 5px;
	}
	.tabs .titles h3 a{
		pointer-events: none;
	}
}
@media(max-width:768px){
	.news-lbt{
		margin-top: 30px;
	}
	.list-tab{
		margin-top: 30px;
	}
    .lbt-title{
		padding: 30px 100px 10px 30px;
    }
    .swiper-slide{
        height: 250px;
    }
    .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
        padding: 0px 20px 10px 0px;
    }
    .swiper-pagination-bullet{
        height: 8px;
        width: 8px;
    }
    .swiper-pagination-bullet-active{
        height: 8px;
        width: 20px;
    }
    .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 2px;
    }
	.swiper-slide h3{
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		padding-bottom: 25px;
		width: 100%;
	}
	.swiper-button-next, .swiper-button-prev{
		display: none;
	}
	
    .lbt-title a{
        left: 10px;
        bottom: 30px;
        line-height:30px;
        font-size: 18px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        width: 100%;
		display: block;
    }
	.main-title h3 a{
		margin-right: 15px;
	}
	.news-dynamics{
		padding-left: 0px;
	}
	.news-img{
		position: static;
	}
	.news-img a{
		width: 100%;
		height: auto;
	}
	.news-list{
		margin-top: 20px;
	}
	.news-list li{
		padding-right: 0px;
	}
    .news-list li span{
		position: static;
        padding-left: 24px
    }
	.products-title h3 a{
		font-size: 26px;
	}
	.titles h3 a{
		font-size: 20px;
	}
}
@media(max-width:500px){
    .swiper-slide{
        height: 175px;
    }
	.news-img{
		width: 100%;
	}
	.news-img a{
		height: auto;
		line-height: 0px;
	}
	.products li{
		width: 100%;
	}
	.products li a{
		height: auto;
	}
}


.web-right{
	position: fixed;
	right: 6px;
	top: 300px;
	z-index: 999
}
.web-right li{
	margin-bottom: 6px;
}
.web-right li a{
	background: #0C55C4;
	width: 80px;
	height: 80px;
	text-align: center;
	display: block;
	padding-top: 12px;
	border-radius: 4px;
}
.web-right li a:hover{
	background: #0040a1;
}
.web-right li a span{
	font-family: Microsoft YaHei;
	font-weight: bold;
	font-size: 14px;
	color: #FFFFFF;
	display: block;
}
@media(max-width:991px){
	.web-right{
		display: none;
	}
}






