@charset "utf-8";
body{min-width: 1200px;}


.header_inner {
	width: 1200px;
	margin: 0px auto;
	position: relative;
}

.wal {
	width: 1200px;
	margin: 0 auto;
}


.qi .oli3 p{margin-top:0;}




/* 头部*/
.header {
	width: 100%;
	background:url(../img/topbg.jpg) no-repeat center top;
}


.logo {
	padding: 25px 0;
	position: relative;
}


.logo_right{
	margin-top: 50px;
}
.search {
	width: 220px;
	height: 40px;
	line-height: 40px;
	
	margin-left: 40px;
	background: url(../img/search.png) no-repeat left top;
}

.search input {
	outline: none;
	border: none;
}

.search .inp {
	background: none;
	text-indent: 15px;
	color: #FFFFFF;
	width: 165px;
	float: right;
	height: 40px;
}

.search .sub {
	/* float: right; */
	width: 50px;
	height: 40px;
	background: none;
}

.toplink a,.toplink{color: #FFFFFF;font-size: 16px;padding: 0 15px;margin-top: 10px;}







/*导航*/
/*nav*/



.logo_right {
	width: 52%;
}
.nav_wrap{
	background-color:#072751 ;
}

.nav {
	height: 50px;
	line-height: 50px;
	position: relative;
	z-index: 9;
}


 .nav li {
	margin: 0 50px;
	float: left;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}


.nav li>a {
	font-size:18px;
	color: #fff;
	text-align: center;
	display: block;
	font-weight: bold;
}

.nav .v1 {
	display: block;
	height: 50px;
	line-height: 50px;
	font-size: 24px;
	text-align: center;
	color: #fff;
	position: relative
}

.nav .v1:hover .down {
	opacity: 1;
	visibility: visible;
	transition: opacity 0.5s ease;
	-webkit-transition: opacity 0.5s ease;
	-moz-transition: opacity 0.5s ease;
	-o-transition: opacity 0.5s ease;
}


.nav>li>a::before {
	content: "";
	background-color: #072751;
	position: absolute;
	bottom: 0px;
	width: 0px;
	height: 0px;
	left: 57%;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}


.nav>li.on>a::before {
	width: 100%;
	height: 3px;
	left: 0px;
}

.nav .down {
	position: absolute;
	width: 100%;
	min-width: 160px;
	z-index: 99;
	top: 100%;
	background: #ffffff;
	overflow: hidden;
	left: 50%;
	opacity: 0;
	visibility: hidden;
	/* margin-left:-70px; */
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
}

.nav .down dl {
	position: relative;
}

.nav .down dd {
	margin-bottom: 0px;
	text-align: center;
	padding: 0px 10px;
	box-sizing: border-box;
}

.nav .down dd:hover {
	background: #072751;
}

.nav .down dd:hover a {
	color: #ffffff;
}

.nav .down dd a {
	font-size: 14px;
}

.nav .down .s1 {
	font-size:16px;
	color: #072751;
	/* font-weight: bold; */
	line-height: 1.5;
	display: block;
	padding-bottom: 8px;
	padding-top: 8px;
	position: relative
}


/* 手机 */
.flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap
}

.flex-left {
	display: flex;
	flex-wrap: wrap
}

.flex-center {
	display: flex;
	flex-wrap: wrap;
	justify-content: center
}

.flex-right {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end
}

.flex-v-center {
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	justify-content: center
}

.flex-v {
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	justify-content: space-between
}

.flex-v-bottom {
	display: -webkit-flex;
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
	justify-content: left
}









/* banner */
/**主页banner开始**/
.banner_wrap {
	position: relative;
	height: 25vw;
}

.banner_wrap .picBtnTop .bd {
	position: relative;
	z-index: 0;
}

.picBtnTop .bd li {
	position: relative;
	zoom: 1;
	vertical-align: middle;
}

.picBtnTop .bd li .pic {
	position: relative;
	z-index: 0;
	overflow: hidden;

}

.picBtnTop .bd li .pic div {
	width: 100%;
	vertical-align: middle;
	height: 25vw;
}

/* .picBtnTop .bannertil {
	font-size: 20px;
	position: absolute;
	z-index: 2;
	color: #FFFFFF;
	left: 0;
	bottom: 0px;
	width: 100%;
	line-height: 70px;
	padding:0 40px;
	box-sizing: border-box;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	height: 70px;
	font-weight: bold;
} */

.picBtnTop .hd {
	position: absolute;
	left: 50%;
	bottom: 30px;
	z-index: 2;
	    transform: translate(-50%, 0);
	    -webkit-transform: translate(-50%, 0);
	    -moz-transform: translate(-50%, 0);
	    -ms-transform: translate(-50%, 0);
	    -o-transform: translate(-50%, 0);
}

.picBtnTop .hd ul li {
	width: 15px;
	float: left;
	height: 15px;
	margin: 0px 5px;
	color: transparent;
}

.picBtnTop .hd ul li img {
	width: 100%;
	height: 100%;
}

.banner_wrap .picBtnTop .hd ul li {
	background: url(../img/dot2.png) no-repeat left center;
}

.picBtnTop .hd ul li.on {
	background: url(../img/dot.png) no-repeat left center;
}

.picBtnTop .prev,
.picBtnTop .next {
	width: 80px;
	height: 60px;
	position: absolute;
	top: 38%;
	z-index: 2;
}

.picBtnTop .prev {
	left: 5%;
	background: url(../img/bannernav.png) no-repeat left center;
}

.picBtnTop .next {
	right: 5%;
	background: url(../img/bannernav.png) no-repeat right center;
}



.main{
	background-color: #cad0d8;
	padding-bottom: 50px;
}
.about,.dang{
	width: 400px;
	padding: 20px;
	background-color: #FFFFFF;
	box-sizing: border-box;
	margin-top: 40px;
}
.title{
	height: 40px;
	line-height: 40px;
	margin-bottom: 30px;
	border-bottom: 1px solid #0c3060;
}
.title h2{
	font-size: 20px;
	color: #FFFFFF;
	min-width: 150px;
	text-indent: 15px;
	background: url(../img/titlebg.png) no-repeat left center;
}
.title a{
	font-size: 16px;
	color: #333333;
}
.title a img{
	vertical-align: middle;
	padding-left: 5px;
}
.jian h2{
	font-size: 18px;
	padding-bottom: 0px;
}
.jian img{
	float: right;
	padding-left: 15px;
	padding-bottom: 0px;
	width: 160px;
	height: 100px;
}
.jian div{
	line-height: 1.8;
	font-size: 16px;
}
.jian a{
	color: #842432;
	font-size: 14px;
}
.news{
	width: 760px;
	margin-top: 40px;
	padding: 20px;
	background-color: #FFFFFF;
	box-sizing: border-box;
}
.newsfirst{
	padding-bottom: 15px;
	border-bottom: 1px dashed #ccc;
	margin-bottom: 12px;
}
.newsfirst>div{
	width: 350px;
	overflow: hidden;
}
.newsfirst>div:hover p{
	color: #1651a0;
}
.newsfirst>div:hover .newspic{
	transform: scale(1.1,1.1);
	transition: 0.5s;
}
.newsfirst .newspic{
	width: 350px;
	transition: 0.5s;
	height: 200px;
	overflow: hidden;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.newsfirst>div a{
	display: block;
}
.newsfirst>div a p{
	font-size: 16px;
	margin: 8px 0;
	margin-top: 15px;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-left: 15px;
	box-sizing: border-box;
	background: url(../img/dot4.png) no-repeat left center;
}
.newsfirst>div a .date,.news_list ul li .date{
	color: #999999;
	margin-left: 15px;
}
.news_list ul li{
	overflow: hidden;
	padding: 9px 0;
}
.news_list ul li a{
	width: 75%;
	overflow: hidden;
	font-size: 16px;
	float: left;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-left: 15px;
	box-sizing: border-box;
	background: url(../img/dot3.png) no-repeat left center;
}
.news_list ul li .date{
	float: right;
}
.news_list ul li:hover a,.zi ul li:hover a,.dang_list ul li:hover a{
	color: #1651a0;
}

.dang{padding-right: 0;width: 380px;}
.dang_first .dangpic,.dang_first .dangpic a{
	width: 140px;
	height: 90px;
	display: block;
	overflow: hidden;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.dang_first{
	margin-bottom: 10px;
}
.dangright{
	width: 200px;
	border-bottom: 1px dashed #CCCCCC;
}
.dangright h2{
	font-size: 16px;
	font-weight: normal;
	line-height: 1.5;
}
.dangright .date{
	font-size: 13px;
	color: #999999;
	margin-top: 7px;
}
.dang_list ul li,.zi ul li {
	overflow: hidden;
	padding: 8px 0;
	border-bottom: 1px dashed #CCCCCC;
}
.dang_list ul li a,.zi ul li a{
	width: 70%;
	float: left;
	font-size: 16px;
	line-height: 1.5;
	padding-left: 15px;
	background: url(../img/dot3.png) no-repeat left 8px;
}
.dang_list ul li .date,.zi ul li .date{
	float: right;
	line-height: 1.5;
}

.main2{
	background-color: #FFFFFF;
	margin-top: 40px;
	padding-bottom: 30px;
}
.dang{
	margin-top: 0;
}
.qi{width: 360px;margin-top: 20px;}
.qi ul li{
	border-radius: 5px;
	margin-bottom: 19px;
	padding: 20px 0;
}
.qi ul li a{
	color: #FFFFFF;
	display: block;
	padding-left: 15px;
	box-sizing: border-box;
	overflow: hidden;
}
.qi ul li a img{
	float: left;
	vertical-align: middle;
	margin-right: 15px;
}
.qi ul li a p{
	float: left;
	font-size: 20px;
	font-weight: bold;
	margin-top: 8px;
	width: 76%;
}
.qi ul li a p span{
	display: block;
	font-size: 13px;
	font-weight: normal;
	margin-top: 5px;
}
.qi .oli1{
	background-color: #133272;
}
.qi .oli2{
	background-color: #aa8f54;
}
.qi .oli3{
	background-color: #2e5d35;
	height: 107px;
	box-sizing: border-box;
}
.zi{
	margin-top: 20px;
	width: 380px;
	padding-right: 20px;
	box-sizing: border-box;
}
.zi .title{margin-bottom: 15px;}
.zi ul li{
	padding: 13px 0;
}

.footer{
	background: url(../img/footerbg.jpg) no-repeat center top;
	color: #d7d7d7;
	padding: 15px 0;
}
.links{
	width: 40%;
}
.links h2,.lxwm h2{
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 15px;
}
.links a{
	color: #d7d7d7;
	font-size: 14px;
	padding-right: 20px;
}
.links a:hover {
	color: #FFFFFF;
}
.lxwm{
	width: 40%;
}
.lxwm p{
	line-height: 2;
}
.code img{
	width: 100px;
}
.code p{
	font-size:14px ;
	margin-top: 5px;
}















.neiinner{margin-top:20px;}
.nav_left {
	/* margin-top: 90px; */
	max-width: 280px;
	width: 20%;
	position: relative;
	z-index: 2;
}

.nav_left>h2 {
	font-size: 24px;
	text-align: center;
	height: 70px;
	line-height: 70px;
	color: #fff;
	background-color: #072751;
	border-bottom: 1px solid #0a356e;
}


.nav_left ul li a {
	font-size: 18px;
	display: block;
	text-align: center;
	height: 59px;
	line-height: 59px;
	box-sizing: border-box;
	color: #333;
	/* border-left: 4px solid #16529f; */
	border-bottom: 1px solid #f3f1ec;
	background-color: #e9edf4;
}

.nav_left ul li:hover a {
	color: #fff;
	border-left: none;
	background-color: #072751;
}

.nav_left .act a{
	border-left: none;
	background-color: #072751;
	color: #fff;
}






/*右侧*/
.nav_right {
	width: 76%;
	max-width: 1040px;
	/* padding: 20px; */
	box-sizing: border-box;
	/* background-color: #fff; */
	margin-bottom: 65px;
	padding-top: 0;
}

/* .right_inner {
	margin: 20px 25px;
} */

.right_top {
	border-bottom: 2px solid #072751;
	/* margin-top: 20px; */
}

.right_top>h3 {
	font-size: 28px;
	color: #072751;
	height: 70px;
	font-weight: normal;
	line-height: 70px;
}


.right_top>p{
	padding-left: 25px;
}
.right_top>p,
.right_top>p a {
	font-size: 12px;
	color: #333;
	margin-top: 25px;
}

.right_top>p {
	margin-right: 10px;
}
.qikanwrap{
	width: 100%;
	margin-top: 25px;
}
.qikanimg{
	width: 185px;
	height: 260px;
	overflow:hidden;
	position: relative;
	margin-right: 20px;
	/* padding-top: 12px; */
}
.qikanimg img{width:100%;}
.qikanright{width: 73%;}
.qikanright h2{
	line-height: 50px;
	color: #333;
	font-size: 18px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	word-wrap: break-word;
	word-break: normal;
	width: 300px;
}
.qikanright p{
	font-size: 14px;
    color: #666;
    line-height: 30px;
}
.qikanright a{
	border-radius: 0;
	padding: 7px 15px;
	position: relative;
	border: 1px solid #072751;
	display:inline-block;
	margin-right:15px;
	margin-top: 15px;
}
.qikanright a:hover{
	background-color:#072751;
	color:#ffffff;
}

/* 列表 */
.list>ul {
	min-height:400px;
}

.list>ul li {
	
	/* transition: .5s; */
	overflow: hidden;
	padding: 15px 0px;
	border-bottom: 1px dashed #bababa;
}

.list>ul li a {
	float: left;
	display: block;
	width: 73%;
	padding-left: 22px;
	box-sizing: border-box;
	font-size: 18px;
	color:#00204c;
	font-weight: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: url(../img/dot3.png) no-repeat left center;
}

.list>ul li .date{
  float:right;
font-size:16px;
}
.list>ul li:hover a{color:#ad000d;}
.list {
	margin-bottom: 70px;
}


/*内容*/
.content_title>h1,
.dp>h1 {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 20px;
}

.content_title>p {
	text-align: center;
	color: #888888;
	padding-bottom: 20px;
	border-bottom: 1px dashed #cbbda6;
	margin-bottom: 25px;
}

.cont {
	margin-top: 30px;
}


.cont p {
	text-indent: 2em;
	line-height: 30px;
	font-size: 16px;
	margin-top: 10px;
}
.cont p img{margin:10px auto;text-align: center;display: inherit;}
.fen {
	background: #eeeeee;
	height: 45px;
	margin: 20px 0px;
	overflow: hidden;
}

.fen .popup_renren {
	background-position: 1px -208px;
}

.fen .popup_tqq {
	background-position: 1px -260px;
}

.ye {
	margin-top: 40px
}

.ye p {
	color: #747474;
	margin: 15px 0px;
	font-size: 16px;
}

.ye p a {
	color: #747474;
	font-size: 16px;
}

.ye p a:hover {
	color: blue;
}

.fen .bdsharebuttonbox {
	width: 185px;
	margin: 5px auto;
}

.content {
	padding-bottom: 40px;
}

.dp {
	margin-bottom: 80px;
}
.piclist ul li{
	float: left;
	width: 25%;
	margin-bottom: 0.3rem;
}
.piclist ul li a{
	display: block;
	margin: 0 3%;
}
.piclist ul li a p{
	text-align: center;
	font-size: 16px;
	overflow: hidden;
	line-height: 40px;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.piclist .videopic{
	width: 100%;
	height: 2rem;
	overflow: hidden;
}
.piclist .videopic span{
	display: block;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.piclist ul li:hover .videopic span{
	-webkit-transform: scale(1.1,1.1);
	-moz-transform:  scale(1.1,1.1);
	-ms-transform:  scale(1.1,1.1);
	-o-transform:  scale(1.1,1.1);
	transform:  scale(1.1,1.1);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.piclist ul li:hover p{
	color: #ed5700;
}