*{
	margin: 0;
	padding: 0;
	text-decoration: none;
}
body{
	background: #0565ae url(../images/body_bg1.jpg) no-repeat top center;
	background-attachment: fixed;
	background-size: 100%;
	min-width: 1200px;
	margin: 0 auto;
	font-size: 16px;
	font-family: "Microsoft Yahei";
	text-align: justify;
	color: #333;
	position: relative;
	overflow-y: scroll;
	overflow-x: hidden;
}
ol,
ul {
	list-style: none;
}
a{
	color: #333;
}
li {
    clear: both;
}
table tr td{
    border: 1px solid #000;
}

.content ul,.content li{
    list-style: unset;
    list-style-position: inside;
}
.content ul li p{
    display: inline-block;
    text-indent: 0;
}
.main{
	width: 1200px;
	height: auto;
	zoom: 1;
	overflow: hidden;
	margin: 0 auto;
}
.logo{
	width: 100%;
	height: 110px;
	display: flex;
	align-items: center;
}
.logo img{
	display: block;
	height: 79px;

        margin-top: 15px;


}
.menu{
	width: 100%;
	height: 55px;
	background-color: #2f72c9;
}
.menu ul{
	width: 100%;
	height: 55px;
	display: flex;
}
.menu ul li{
	width: 200px;
	height: 55px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	position: relative;
	z-index: 100;
}
.menu ul li.active,.menu ul li:hover{
	background-color: #f78100;
}
.menu ul li img{
	width: 16px;
	height: 16px;
	display: block;
}
.menu ul li a{
	color: #FFFFFF;
}
.menu ul li .submenu{
	position: absolute;
	top: 0px;
	z-index: 99;
	width: 160px;
	background-color: #2f72c9;
	opacity: 0;
	transition: all .2s ease-out;
}
.menu ul li .submenu div{
	width: 160px;
	height: 55px;
	text-align: center;
	line-height: 55px;
}
.menu ul li .submenu div:hover{
	background-color: #FFFFFF;
	color: #245590;
}
.a_c2 img{
	height: 44px;
}
.menu ul li .sanjiao{
	position: absolute;
	top: 0px;
	z-index: 99;
	opacity: 0;
	transition: all .2s ease-out;
}
.menu ul li:hover .sanjiao{
	top: 55px;
	opacity: 1;
}
.menu ul li:hover .submenu{
	top: 70px;
	opacity: 1;
}
.main-box{
	width: 100%;
	height: auto;
	box-sizing: border-box;
	zoom: 1;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.8);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 10px;
}
.slider-box{
	width: 590px;
	height: auto;
}
.com-info{
	width: 590px;
	height: auto;
	position: relative;
}
.title{
	width: 100%;
	height: 45px;
	line-height: 45px;
	font-size: 18px;
	font-weight: 600;
	box-sizing: border-box;
	padding-left: 15px;
	background-color: #eee;
	border-top: 3px solid #245590;
}
.con{
    width: 100%;
    height: 290px;
    box-sizing: border-box;
	line-height: 200%;
	text-indent: 2em;
	font-size: 14px;
	background-color: rgba(255,255,255,0.8);
	padding: 5px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.con p{
    white-space: normal;
}
/* banner */
.c-banner{
	width: 580px;
	height: 335px;
	position: relative;
}
.c-banner img{
	width: 100%;
	height: 100%;
}
.c-banner .banner ul{
	list-style: none;
	padding-left: 0px;
	margin-bottom: 0px;
}
.c-banner .banner ul li{
	position: absolute;
	display: none;
	opacity: 0;
}
.c-banner .banner ul li:nth-child(1){
	opacity: 1;
	display: block;
}
.c-banner .banner ul li img{
	width: 100%;
	height: 335px;
	position: absolute;
	top: 0px;
}
.c-banner .banner ul li:first-child img{
	position: relative;
}
.c-banner .nexImg,.c-banner .preImg{
	padding: 15px 12px;
	position: absolute;
	top: 50%;
	margin-top: -27px;
	background: #000000;
	opacity: 0.5;
	z-index: 10;
	cursor: pointer;
}
.c-banner .nexImg:hover,.c-banner .preImg:hover{
	opacity: 0.8;
}
.c-banner .preImg{
	left: 10px;
}
.c-banner .nexImg{
	right: 10px;
}
.c-banner .nexImg img,.c-banner .preImg img{
	width: 10px;
	height: 20px;
}
.c-banner .jumpBtn{
	width: 100%;
	position: absolute;
	bottom: 20px;
	text-align: center;
}
.c-banner .jumpBtn ul{
	margin-bottom: 0px;
	padding: 0px;
}

.c-banner .jumpBtn ul li{
	width: 25px;
	height: 25px;
	border-radius: 5px;
	line-height: 25px;
	text-align: center;
	font-size: 14px;
	display: inline-block;
	background-color: white;
	opacity: 0.9;
	margin-left: 10px;
}
.c-banner .jumpBtn ul li:first-child{
	margin-left: 0px;
}
@media screen and (max-width:768px) {
	.c-banner{
		width: 100%;
		height: 345px;
		overflow: hidden;
	}
	.c-banner .banner ul li img{
		width: 768px;
		height: 345px;
		position: absolute;
		left: 50%;
		margin-left: -384px;
	}
}

.ad{
	width: 1180px;
	height: 150px;
	margin: 10px 0;
	overflow: hidden;
}
.ad img{
	width: 100%;
}
.news-box{
	width: 580px;
	height: auto;
	zoom: 1;
	overflow: hidden;
	margin-bottom: 10px;
}
.news-box ul{
	width: 100%;
	height: 210px;
	zoom: 1;
	overflow: hidden;
	background-color: rgba(255,255,255,0.8);
}
.news-box ul li{
	width: 100%;
	box-sizing: border-box;
	padding: 0 10px;
	height: 35px;
	line-height: 35px;
	border-bottom: 1px #EEEEEE dotted;
	display: flex;
	justify-content: space-between;
}
.news-box ul li a{
	width: 460px;
	height: 35px;
	display: block;
	font-size: 14px;
	color: #333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news-box ul li a i{
    font-style:normal;
}
.news-box ul li span{
	width: 85px;
	height: 30px;
	font-size: 14px;
	color: #ccc;
	display: block;
	font-family: 'Helvetica Neue'
}
.link{
	width: 100%;
	height: auto;
	zoom: 1;
	overflow: hidden;
}
.link .item ul{
	width: 100%;
	height: auto;
	zoom: 1;
	overflow: hidden;
	display: flex;
	background-color: #FFFFFF;
	flex-wrap: wrap;
}
.link .item ul li{
	padding: 0 10px;
	height: 45px;
	line-height: 45px;
	font-size: 16px;
	font-weight: 500;
}
.link .item ul li a{
	color: #333;
}
.footer{
	width: 100%;
	height: 80px;
	background: #2f72c9;
	color: #FFFFFF;
	text-align: center;
	
	box-sizing: border-box;
}
.footer a{
    color: #FFFFFF;
}
.page-main-box,.list-main-box{
	width: 100%;
	height: auto;
	box-sizing: border-box;
	zoom: 1;
	overflow: hidden;
	background: rgba(255, 255, 255, 1);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 10px;
}
.nav{
	width: 100%;
	height: 50px;
	line-height: 50px;
	background: #f4f4f4;
	border-bottom: 1px solid #d2d2d2;
	margin-bottom: 20px;
	padding-left: 10px;
	box-sizing: border-box;
	font-size: 14px;
}
.nav a{
    padding: 0 10px;
}
.page-con{
	width: 100%;
	height: auto;
	zoom: 1;
	overflow: hidden;
	box-sizing: border-box;
	padding: 20px 40px;
}
.page-title{
	width: 100%;
	line-height: 40px;
	font-size: 26px;
	min-height: 40px;
	text-align: center;
	color: #ca1919;
	padding: 20px 0;
}
.page-tags{
	width: 100%;
	height: 45px;
	line-height: 45px;
	background: #f8f8f8;
	text-align: center;
	position: relative;
}
.page-tags span{
	padding: 0 20px;
	font-size: 16px;
	color: #333;
}
.content{
	width: 100%;
	height: auto;
	zoom: 1;
	overflow: hidden;
	font-size: 16px;
	text-indent: 2em;
	line-height: 200%;
}
.list-con{
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding: 10px 20px;
}
.left, .right{
	width: 295px;
	height: auto;
	zoom: 1;
	overflow: hidden;
}
.right{
	width: 845px;
        min-height: 800px;

}
.list-left-title{
	height: 56px;
	line-height: 56px;
	background: #2f72c9;
	font-size: 18px;
	padding-left: 50px;
	color: #fff;
}
.list-left-item{
	border: 1px solid #e6e6e6;
	margin-top: -1px;
}
.list-left-item a{
	display: block;
	height: 48px;
	line-height: 48px;
	padding-left: 49px;
	font-size: 16px;
	color: #2f597f;
	background: url(../images/as_par.png) no-repeat right 0;
}
.right .newslist li{
	height: 46px;
	line-height: 46px;
	clear: both;
	border-bottom: 1px solid #ebebeb;
	padding: 0 32px;
	display: flex;
	justify-content: space-between;
}
.right .newslist li span{
	color: #ccc;
	font-family: 'Helvetica Neue';
}
.right .newslist li a {
	max-width: 600px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #2f597f;
}
.right .pagelist{
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
}
.right .pagelist li{
	display: inline-block;
}
.right .pagelist li a{
	display: inline-block;
	height: 32px;
	line-height: 32px;
	padding: 0 9px;
	margin-left: 4px;
	border: 1px solid #4895dd;
	color: #4895dd;
}
.right .pagelist li.on a{
	cursor: initial;
	color: #fff!important;
	background: #4895dd;
}
.disabled {
	pointer-events: none;
}
.hander{
    cursor: pointer;
}
.son{
    display: none;
}
.son{
	border-top: 1px solid #e6e6e6;
}
.son a{
	background-color: #eee;
	border-bottom: 1px dotted #333;
	padding-left: 60px;
}
.son a span{
	color: #245590;
	padding-right: 10px;
}
.post-box{
	width: 100%;
	height: auto;
	background-color: #FFFFFF;
	padding: 10px;
	margin-bottom: 10px;
}
.post-box .tit{
	text-align: center;
	line-height: 60px;
	font-size: 20px;
}
.post-box .form{
	width: 600px;
	height: auto;
	zoom: 1;
	overflow: hidden;
	margin: 0 auto;
}
.post-box .form input{
	width: 450px;
	border: 1px solid #DBDBDB;
	background-color: #FFF;
	padding: 4px 5px;
	color: #000;
	font-size: 12px;
	line-height: 20px;
	height: 20px;
	box-sizing: unset;
}
.post-box .form ul{
	width: 100%;
	height: auto;
	zoom: 1;
	overflow: hidden;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
.post-box .form ul li{
	line-height: 45px;
	box-sizing: border-box;
	padding: 0 10px;
	border-top: 1px solid #245590;
	border-bottom: 1px solid #245590;
}
.post-box .form ul li:nth-child(n+3){
	margin-top: -1px;
}
.post-box .form ul .l{
	width: 100px;
	text-align: right;
	border-left: 1px solid #245590;
	display: flex;
	justify-content: space-between;
}
.post-box .form ul .l i{
    font-style: normal;
}
.post-box .form ul .r{
	width: 500px;
	border-left: 1px solid #245590;
	border-right: 1px solid #245590;
}
.sub{
	display: block;
	margin: 30px auto 20px;
	width: 300px!important;
	height: 45px!important;
	background-color: #245590!important;
	color: #FFFFFF!important;
	font-size: 20px!important;
}
.little{
    width: 155px!important;
}
.middle{
    width: 300px!important;
}
.post-box .form ul li span{
    font-size: 12px;
    color: #f00;
    padding-left: 10px;
}
.page-con .content .button{
	width: 200px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	display: block;
	margin: 20px auto 0;
	background-color: #245590;
	color: #FFFFFF;
	font-size: 18px;
	text-indent: 0;
}
.success, .error, .notice{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.9);
    text-align: center;
    padding-top: 300px;
	box-sizing: border-box;
	font-size: 25px;
	color: #245590;
	line-height: 65px;
}
.success a{
	padding: 10px 20px;
	background-color: #245590;
	color: #FFFFFF;
}
.error{
    color: #f00;
}
.s-item{
	width: 500px;
	height: auto;
	margin: 0 auto;
	padding: 10px 20px;
	background: #FFFFFF;
}
.notice{
    display: none;
}
.notice .s-item{
	width: 300px;
	padding: 0;
}
.notice .s-item .top{
	width: 100%;
	height: 45px;
	line-height: 45px;
	background-color: #245590;
	color: #FFFFFF;
}
.notice .s-item .n-con{
	width: 100%;
	height: 120px;
}
.notice .s-item .n-con button{
	width: 100px;
	height: 35px;
	color: #FFFFFF;
	background: #245590;
	border-radius: 5px;
}
.notice p{
	color: #CA1919;
	line-height: 60px;
	margin: 0;
}
.more{
    position: absolute;
    font-size: 14px;
    bottom: 10px;
    right: 10px;
    width: 100px;
    text-align: right;
}
.more a{
    color: #245590;
}



/*添加开始*/
.ad .col-md-3 img{
	width: 100%;
}
.ad .col-md-3{
	width: 20%;
	float: left;
}
.a_a{
	margin-left: 4%;
	margin-right: 4%;
}
.a_b{
	width: 100%;
}
body{
	background-size: cover!important;
}
.a_b  ul{
	display: block;
	width: 50%;
	
	float: left;
}
.a_d .col-md-4{
	width: 33.3%;
	float: left;
}
.clear{
	clear: both;
}
.footer{
	margin-top: 15px;
}
.a_c1{
	margin-top: 30px;
}
.a_c2{
	margin-top: 19px;
}
.a_c3{
	margin-top: 28px;
	font-size: 15px;
}
.a_d{
	line-height: 180%;
	
}
/*添加结束*/