/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body{
	font-family:"Microsoft YaHei",微软雅黑,"Microsoft JhengHei",华文细黑,STHeiti,MingLiu;
	padding: 0px;
	margin: 0px;
	}
.main{
	width: 100%;
}

/*头部样式 开始*/
.top{
	width: 100%;
}
.top_title_frame{
	width: 100%;
	background-color: rgb(50 145 248);
}
.top_title_frame p{
	width: 1024px;
	margin: 0 auto;
	padding: 10px 0px;
	font-size: 14px;
	color:white;
}
.top_title_frame p span{
	float: right;
	text-align: right;
}
.top_nav_frame{
	width: 100%;
	background-color: white;
}
.top_nav{
	width: 1024px;
	margin: 0 auto;
	overflow: hidden;/*
	padding: 10px 0;*/
}
.top_nav img{
	float: left;
	height: 60px;
	margin:10px 0;
}
.top_nav_list{
	
	float: right;
}
.top_nav_list ul{
	list-style:none;
	overflow: hidden;
	margin: 16px 0;
}
.top_nav_list ul li{
	float: left;
	padding: 3px 20px;
}
.top_nav_list a{
	display:block;
	text-align:center;
	height:30px;
	color:rgba(57, 70, 83, 1);
	font-size: 18px;
	text-decoration:none;
	padding: 10px 0px;
	border-bottom:2px solid #FFFFFF;
}
.top_nav_list a.active{
	color:rgb(50,145,248);
	border-bottom:2px solid rgb(50,145,248);
}
.top_nav_list a:hover{
	color:rgb(50,145,248);
	border-bottom:2px solid rgb(50,145,248);
}


/*头部样式 结束*/


/*列表页 开始*/
.content_frame{
	width: 100%;
	background-color: rgb(243,249,255);
	overflow: hidden;
	padding:0px 0px 20px 0px;
	min-height:calc(100vh - 316px);
}

.content_frame img{
	width: 100%;
}
.content{
	width:1024px;
	margin: 0 auto;
}
.icon{
	display: inline-block;
	background: url("../img/icon.png") no-repeat;
	background-size:cover;
	padding: 10px 10px;
	position: relative;
    top: 5px;
    left:-10px
} 
.content_title{
	width: 100%;
	background-color: white;
	margin: 20px 0;
	padding: 5px 10px;
	font-family: SourceHanSansSC;
    font-weight: 400;
    font-size: 16px;
    color: rgb(16, 16, 16);
    font-style: normal;
    letter-spacing: 0px;
    line-height: 24px;
    text-decoration: none;
    border-radius: 5px;
}
.content_title a{
	color: rgb(16, 16, 16);
	text-decoration:none;
}
.content_list{
	width: 100%;
	background-color: white;
	padding: 10px 10px;
	border-radius: 5px;
}
.content_list a{
    font-size: 16px;
    color: rgb(16, 16, 16);
}
.content_list a:hover .content_list_row{
	background-color: rgb(243,249,255);
}
.content_list_row{
	width:clac(100% - 40px);
	overflow: hidden;
	line-height: 24px;
	padding: 10px 20px;
}
.content_list_row p{
	margin: 0px;
	float: left;
	text-align: left;
}
.content_list_row span{
	float: right;
	text-align: right;
}

/*列表页详情开始*/
.list_datails{
	width: calc(100% - 40px);
	padding: 20px 20px;
}
.list_datails p:nth-child(1){
	font-size: 16px;
	margin: 10px 0;
    color: rgb(16, 16, 16);
    line-height: 36px;
	text-align: center;

}
.list_datails p:nth-child(2){
	font-size: 16px;
	margin: 10px 0;
    color: rgb(16, 16, 16);
    letter-spacing: 0px;
    line-height: 18px;
	text-align: center;
}
.list_datails p:nth-child(2) span{
	margin: 0 20px;
}
.list_datails_content{
	font-size: 16px;
    color: rgb(16, 16, 16);
    letter-spacing: 0px;
    line-height: 24px;
	text-align: left !important;
}
.list_datails_content.p{
	font-size: 16px;
	color: rgb(16, 16, 16);
	letter-spacing: 0px;
	line-height: 24px;
	text-align: left !important;
}

/*列表页 结束*/


.home_list_frame{
	width: 1024px;
	margin: 20px auto;
	overflow: hidden;
	
}
.home_list {
	width: calc(50% - 10px);
	padding: 10px 20px;
	background-color: white;
	float: left;
	box-sizing: border-box;
}
.home_list:nth-child(odd){
	margin-right: 20px;
}
.home_list_title{
	font-size: 20px;
    color: rgba(50, 145, 248, 1);
    line-height: 29px;
    font-weight: bold;
    padding: 20px 0px;
}

.home_list_title span{
	float: right;
	text-align: right;
	font-size: 14px;
    color: rgb(80, 85, 89);
    line-height: 29px;
}
.home_list_title a{
	
	font-size: 14px;
    color: rgb(80, 85, 89);
}
.home_list ul li{
	width: calc(100% - 20px);
	padding: 15px 0px;
	list-style-type:disc;
	margin-left: 20px;
}
.home_list ul a:hover li p,.home_list ul a:hover li span,.home_list_title a:hover{
	color: rgba(50, 145, 248, 1);
}

.home_list ul li p{
	width: calc(100% - 150px);
	font-size: 16px;
    color: rgba(80, 85, 89, 1);
    line-height: 24px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    text-align: left;
    float: left;
}
.home_list ul li span{
	float: right;
}

.home_carousel{
	width: 1024px;
	margin: 0 auto;
	overflow: hidden;
}
.swiper-container2 .swiper-slide{
	display: flex;
}
.swiper-container2 .swiper-slide img{
	width: 100%;
	height: 100%;
}
.swiper-container{
	width: 100%;
	/*height: 600px;*/
}
.swiper-container2-wrapper{
	margin: 0 auto;
	width: 1024px;
}
.swiper-container2{
	width: 100%;
	height: 200px;
	overflow: hidden;
}

/*尾部样式 开始*/
.foot_frame{
	width: 100%;
	background-color: white;
}
.foot{
	width: 1024px;
	margin: 0 auto;
	text-align: center;
	font-size: 14px;
    color: rgb(16, 16, 16);
    font-style: normal;
    letter-spacing: 0px;
    line-height: 20px;
    text-decoration: none;
    padding: 20px 0px;
}
.foot p{
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
.foot p span{
	padding: 20px;
}
.foot p:nth-child(1){
	font-size: 24px;
    color: rgb(16, 16, 16);
    font-style: normal;
    letter-spacing: 0px;
    line-height: 36px;
}

/*尾部样式 结束*/