* {
	margin: 0;
	padding: 0;
	box-sizing: border-box !important;
}

html,
body {
	font-family: 'OpenSans-Regular';
	font-size: 100%;
	background: #ffffff;
}

a:focus {
	outline: none !Important;
	outline: none !Important;
	outline-offset: 0px !Important;
}
body a {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

/*--banner--*/
.banner {
	width: 100%;
}
.banner img{
	width: 100%;
	display: block;
}


@media (max-width: 1080px) {
	.banner {
		background: url(/Tpl/Home/Index/images/active_201908/bnr.jpg) no-repeat 0px 0px;
		background-size: cover;
	}
}

@media (max-width: 800px) {
	.banner {
		min-height: 392px;
	}
}

@media(max-width:480px) {
	.banner {
		min-height: 316px;
	}
}

@media(max-width:320px) {
	.banner {
		min-height: 240px;
	}
}

.active_father {
    padding: 50px 0;
	background: url(/Tpl/Home/Index/images/active_202011/bg1.jpg) center top;
	background-size: contain;
}


.active202011_menu {
    height: 40px;
    width: 1200px;
    margin: 0 auto 20px;
	font-size: 14px;
}
.active202011_menu .active202011_menu_bg{
	line-height: 40px;
	width: 490px;
	height: 40px;
	background: #fff;
	box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.25);
}
.active202011_menu .active202011_menu_bg a, .active202011_menu .active202011_menu_bg span {
    height: 40px;
    background: url(../images/menu.png) no-repeat right 12px;
    color: #2d2a24;
    font-weight: 100;
    padding: 0px 30px 0px 20px;
    display: block;
    float: left;
	text-decoration: none;
	font-weight: 500;
}
.active202011_menu .active202011_menu_bg a.active202011_menu_home span {
    width: 24px;
    height: 40px;
    background: url(../images/k_icon.png) no-repeat -100px -223px;
    padding: 0;
    display: block;
	font-weight: 500;
}
.active202011_menu .active202011_menu_bg a.no {
    background: none;
	text-decoration: none;
}

.active202011_menu .active202011_menu_bg a.new{
    color: red;
    font-size: 16px;
    height: 33px;
	padding: 0;
	margin: 0 0 0 20px;
}
.active202011_menu .active202011_menu_bg a.new:hover{
    border-bottom: 1px solid;
}

.active202011_menu .active202011_menu_bg div{
	width: 26px;
    height: 26px;
    background: red;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 26px;
    display: inline-block;
    margin-left: 10px;
    font-family: 宋体;
}



.active_father .activeb {
    width: 1200px;
    padding: 40px 0 0;
    background: #fff;
    margin: 0 auto;
    box-shadow: 0px 1px 6px 1px rgba(0, 0, 0, 0.15);
}


.active_title{
    text-align: center;
    font-size: 30px;
    color: #0062ac;
    font-weight: 900;
	letter-spacing: 6px;
	text-indent: 6px;
}
.active_title>div{
    margin: 10px auto;
    width: 40px;
    height: 3px;
    background: #0062AC;
    margin-bottom: 30px;
}

.active_content_box:nth-child(2n-1){
	background-color: #f1f1f1;
}
.active_content_box>div{
	width: 1100px;
	max-width: 1100px;
	margin: 0 auto;
}

.active_content_box .active_content_title{
    text-align: justify;
    font-size: 20px;
    color: #0062ac;
	padding: 22px 15px 10px;
	font-weight: 900;
}
.active_content_title>div{
    text-align: justify;
    font-size: 14px;
    color: #131313;
	font-weight: 500;
	line-height: 26px;
}
.active_content_con{
	height: 300px;
	border-bottom: 2px solid rgba(0, 98, 173, 0.69);
}

.active_content{
    background: #fff;
    float: left;
    position: relative;
    margin: 0 15px 30px;
}
.active_content a{
    display: block;
    width: 244px;
    height: 270px;
    margin: 0 auto;
    border: 1px solid #ccc;
    overflow: hidden;
    transition: 0.2s;
}
.active_content a:hover{
	box-shadow: 2px 4px 10px 1px #d6d6d6;
}
.active_content a .a2019c_img{
    height: 230px;
	overflow: hidden;
	position: relative;
}

.active_content a .a2019c_img .a2019_shadow1{
	width: 242px;
    height: 230px;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 99;
	transition: 0.3s;
}
.active_content>a:hover .a2019_shadow1{
	opacity: 1;
}
.active_content a .a2019c_img .a2019_shadow2{
	width: 200px;
    height: 190px;
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -100px;
    margin-top: -95px;
    color: #cdcdcd;
}
.active_content a .a2019c_img .a2019_tit{
	text-align: center;
    margin-top: 30px;
    font-size: 22px;
    color: #cdcdcd;
}
.active_content a .a2019c_img .a2019_txt{
	text-align: center;
    line-height: 20px;
    font-size: 16px;
    margin-top: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
	color: #cdcdcd;
}
.active_content a .a2019c_img .a2019_btn{
	width: 100px;
    height: 24px;
    border: 1px solid #cdcdcd;
    margin: 30px auto;
    text-align: center;
    border-radius: 5px;
    line-height: 22px;
    color: #cdcdcd;
}

.active_content a .a2019c_img img{
	height: 230px;
    transition: 0.2s;
}
.active_content a:hover .a2019c_img img{
    transform: scale(1.1);
}

.active_content>a>p{
    line-height: 37px;
    text-align: center;
	color: #000;
}

.active_content>a>span{
   line-height: 38px;
   text-align: center;
   color: #000;
   display: inline-block;
   width: 167px;
}
   
.active_content>a .a2019c_piaoshu{
	width: 76px;
	line-height: 35px;
	background: #0062AC;
	color: #fff;
	text-align: center;
	padding: 2px 0px;
	font-size: 14px;
	position: absolute;
	right: 1px;
}
.list_page{
	height: 90px;
	clear: both;
	text-align: center;
	padding: 30px 0px;
}
