@charset "utf-8";



.xrld{width:100%;}
.xrld ul{float:left; width:100%;}
.xrld ul li{position:relative; cursor: pointer; margin-top:40px; max-width: 440px; width:49%;}
.xrld ul li .zc{float:left;width:100%; background:url(../img/xrld_zc.png) #e8eff5 no-repeat left center; line-height:40px; padding:0 25px; font-size: 18px; font-weight: bold; color:#023459;}
.xrld ul li .pic{float:left; margin-top:20px; width:150px; padding: 5px; height: 206px; border:1px solid #023459; overflow: hidden;}
.xrld ul li .pic img{width:100%;-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all .5s ease-out;
	transform: scale(1);
	transition: all .5s ease-out;}
.xrld ul li:hover .pic img{transform: scale(1.2);}
.xrld ul li .bt{float:right;width:270px; margin-top:20px;}
.xrld ul li .bt h6{float:left;width:100%; line-height:35px; margin-bottom: 15px;}
.xrld ul li .bt h6 a{font-size: 18px; padding-bottom:5px; font-weight: bold; color:#023459; border-bottom:2px solid #023459;}
.xrld ul li .bt p{float:left; width:100%; margin-top:10px; line-height:25px; font-size: 14px; color:#333;}
.xrld ul li:hover .bt p{color:#023459;}





.wal,.neiinner {
	max-width: 14rem;
	margin: 0 auto;
}


.neibanner  img{width:100%;}


.nav_left ul li dl dd{
	background-color: #e9edf4;
	text-align:center;
	padding: 8px 0;
}
.nav_left ul li dl dd a{font-size:15px;}

.nav_left dl{display:none;}
.nav_left .play dl{display:block;}

/* 头部*/
.header {
	width: 100%;
	overflow: hidden;
		padding: 35px 0;
	background: url(../img/topbg.jpg) no-repeat center bottom;
}

.header .wal{

	
}
.search {
	line-height: 45px;
	margin-top: 20px;
}

.search input {
	outline: none;
	border: none;
}

.search .inp {
	background: none;
	text-indent: 15px;
	color: #333333;
	width: 190px;
	float: left;
	background: #ffffff;
	height: 43px;
	border: 1px solid #1a589d;
}

.search .sub {
	float: left;
	width: 65px;
	height: 45px;
	font-size: 18px;
	background-color: #1a589d;
	color: #FFFFFF;
}

.top_link a,
.top_link {
	font-size: 18px;
	padding: 0 10px;
	margin-top: 30px;
}








/*导航*/
/*nav*/
.navwrap {
	background: #084181;
	background-size: cover;
}

.nav {

	position: relative;
	z-index: 9;
	width: 100%;
}

.nav li {
	width: 10%;
	height: 60px;
	line-height: 60px;
	/* border-right: solid 1px #3d424b; */
	/* border-left: solid 1px #767b83; */
	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:last-child {
	background: none;
}

.nav li>a {
	font-size: 18px;
	text-align: center;
	display: block;
	font-weight: normal;
	color: #FFFFFF !important;
}

.nav li:hover {
	background-color: #07376e;
}

.nav .v1 {
	display: block;
	text-align: center;
	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: #07376e;
	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 0.2rem;
	box-sizing: border-box;
}

.nav .down dd:hover {
	background: #07376e;
}

.nav .down dd:hover a {
	color:  #FFFFFF !important;
}

.nav .down dd a {
	font-size: 14px;
}

.nav .down .s1 {
	font-size: 0.15rem;
	color: #333333;
	/* font-weight: bold; */
	line-height: 1.5em;
	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
}

.menu-btn {
	overflow: hidden;
	margin-left: 35px;
	width: 30px;
	height: 30px;
	background: 0 0;
	text-indent: -5260px;
	opacity: 1;
	position: relative;
	z-index: 999
}

.menu-btn .line-1,
.menu-btn .line-2,
.menu-btn .line-3 {
	position: absolute;
	top: 50%;
	display: block;
	right: 0;
	width: 30px;
	height: 2px;
	background: #8b8a8a;
	transition: all .4s cubic-bezier(.165, .84, .44, 1) 0s;
	transition-property: transform, width, margin, background-color
}

.menu-btn .line-1 {
	margin-top: -9px;
	width: 26px
}

.menu-btn .line-3 {
	margin-top: 9px;
	width: 26px
}

.drawerMenu-open .menu-btn .line-1 {
	visibility: hidden
}

.drawerMenu-open .menu-btn .line-2 {
	margin-top: 0 !important;
	width: 28px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.drawerMenu-open .menu-btn .line-3 {
	margin-top: 0 !important;
	width: 28px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.searchbtn {
	width: 30px;
	text-align: center;
	line-height: 40px
}

.searchbtn i {
	color: #c80d17;
	font-size: 18px
}

.mobNav {
	position: fixed;
	top: 105px;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(255, 255, 255, 1);
	z-index: 98;
	padding: 20px 6% 20px;
	display: none
}

.mobNav ul {
	max-height: 70vh;
	overflow: auto
}

.mobNav ul::-webkit-scrollbar {
	display: none
}

.mobNav ul li {
	padding: 15px 0;
	border-bottom: 1px solid #ddd
}

.mobNav ul li .navp1 a {
	font-size: 16px;
	color: #084181;
	font-weight: 700;
	background-size: auto 100%
}

.mobNav ul li .navp i {
	display: block;
	width: 16px;
	font-size: 30px;
	/* font-weight: lighter; */
	transition: .3s;
	color: #333333;
	transform-origin: center;
	margin-right: 5px;
	height: 16px;
	background-size: 16px 16px
}

.mobNav ul li.on .navp1 i {
	transform: rotate(-45deg)
}
.mobNav ul li ul li.on .navp2 i {
	transform: rotate(-45deg)
}
.mobNav ul li .navp2 {padding-left:10px;}
.mobNav ul li .navp2 a{
	font-size: 16px;
	color: #333333;
	font-weight: 700;
	background-size: auto 100%;
}
.mobNav ul li .subNavm {
	margin-top: 10px;
	padding-left: 15px;
	display: none
}

.mobNav ul li .subNavm a {
	display: block;
	line-height: 36px;
	font-size: 16px
}

.mobNav .toplink {
	margin-bottom: 10px;
}

.mobNav .toplink:after {
	clear: both;
	content: ' ';
	display: block
}

.mobNav .toplink a i {
	font-size: 24px
}

.mobNav .toplink a {
	height: 36px;
	float: left;
	display: block;
	line-height: 36px;
	font-size: 13px;
	text-align: center;
	width: 23%;
	transition: .3s;
	color: #333;
	margin: 0 3px;
	border-bottom: 1px solid #ddd;
}

.mobNav .toplink a span {
	width: 100px;
	height: 100px;
	background: #fff;
	top: 100%;
	left: -15px;
	position: absolute;
	z-index: 10;
	padding: 3px;
	display: none
}

.mobNav .toplink a:hover span {
	display: block
}

.headerm {
	display: none;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 99;
	background: #fff;
	height: 110px;
	padding-right: 4%;
	padding-left: 4%
}

.headerm .logo img {
	/* height: 85px; */
	/* width: auto; */
}

.sermob {
	position: fixed;
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	top: 110px;
	right: 0;
	z-index: 66;
	background: #fff;
	display: none
}

.sermob .inp {
	width: calc(100% - 100px);
	height: 40px;
	line-height: 40px;
	padding: 0 40px 0 10px;
	font-size: 14px;
	color: #444;
	background: 0 0;
	border: 1px solid #eee
}

.sermob .sub {
	display: block;
	cursor: pointer;
	position: absolute;
	right: 59px;
	top: 10px;
	height: 40px;
	width: 40px;
	border: none;
	/* border-radius:50%; */
	overflow: hidden;
	font-size: 14px;
	color: #8f0e16;
	background: url(../img/ser.svg) center no-repeat #e2dfdf;
	background-size: 20px 20px
}

.sermob .close {
	position: absolute;
	right: 15px;
	top: 7px;
	font-size: 36px;
	width: 20px;
	height: 40px;
	-webkit-transition: .5s;
	transition: .5s;
	/* font-size:20px; */
	color: #888;
	cursor: pointer;
	line-height: 42px
}









/* banner */
/**主页banner开始**/
.liturest2{
	position: relative;
}
.liturest2 .pic span,.liturest2 .pic a,.liturest2 .pic{
	display: block;
	width: 100%;
	height: 24vw;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.liturest2 .slick-dots{
	position: absolute;
	bottom: 30px;
	left: 50%;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
}
.liturest2 .slick-dots li{
	display: inline-block;
}
.liturest2 .slick-dots li button{
	color: transparent;
	background-color:#FFFFFF ;
	opacity: 0.7;
	width:50px;
	height: 5px;
	margin: 0 10px;
}
.liturest2 .slick-dots .slick-active button{
	opacity: 1;
} 
/* 新闻 */
/* 学校要闻 */

.main1 {
	padding-top: 0.4rem;
	padding-bottom: 0.55rem;
	background-color: #f3f4f5;
}


.news_title {
	/* height: 75px; */
	margin-bottom: 25px;
}

.news_title>h1 {
	color: #084181;
	/* height: 75px; */
	font-size: 26px;
	font-weight: normal;
}
.news_title>h1 span{
	font-size: 20px;
	color: #949191;
	padding-left: 15px;
	margin-left: 15px;
	display: inline-block;
	background: url(../img/line1.png) no-repeat left center;
	font-family: "times new roman";
}
.news_title a{
	font-size: 16px;
	color: #666666;
	
}
.news_title a img{
	padding-left: 8px;
}
.news ul li {
	float: left;
	max-width: 320px;
	width: 24%;
	overflow: hidden;
	position: relative;
	background-color: #fff;
	border-top: 4px solid #084181;
	box-shadow: 2px 2px 5px #dfdfdf,-2px -2px 5px #dfdfdf;
}
.news ul li>a{display: block;}
.news ul li>a>p{
	margin: 0px 20px;
	margin-top: 15px;
	font-size: 16px;
	line-height: 28px;
	height: 60px;
}
.news_img {
	height: 215px;
	overflow: hidden;
}

.news_img,
.news_img img {
	width: 100%;
	transition: .5s;
}

.news .news_last,.news_list .news_last,.option .news_last{
	margin-right: 0px;
}
.date1{
	width: 60px;
	height: 60px;
	text-align: center;
	background-color: #084181;
	color: #FFFFFF;
	overflow: hidden;
	margin-left: 20px;
	margin-top: -30px;
	position: relative;
	z-index: 2;
}
.date1 p{
	font-weight: bold;
	font-size: 24px;
	margin-top: 8px;
	margin-bottom: 4px;
}


.news .xiang,.news_list .xiang{
	color: #b10000;
	display: inline-block;
	margin:20px 20px 15px 20px ;
	padding-right: 25px;
	
	background: url(../img/more1.png)  no-repeat right center;
}
.news_list .xiang{
	padding-left: 12px;
	background-color: #f3f4f5;
}
.news ul li:hover .news_img img {
	transform: scale(1.1, 1.1);
	transition: .5s;
}
.news ul li:hover a>p,.news_list ul li:hover h3{
	color: #084181;
}
.news_list{
	margin-top: 45px;
	border: 1px solid #e1e1e1;
	overflow: hidden;
	padding: 25px 20px;
}
.news_list ul li{
	float: left;
	width: 32%;
	overflow: hidden;
	/* margin-right: 2%; */
	position: relative;
}
.news_list .date1,.news_list ul li h3{
	float: left;
}
.news_list ul li>a{display: block;overflow: hidden;}
.news_list ul li h3{
	width: 81%;
	float: right;
	font-weight: normal;
	font-size: 16px;
	line-height: 30px;
}
.news_list .date1{
	margin:0px;
	background-color: #084181;
}

.news_list .xiang{
	margin:0px;
	position: absolute;
	right: 0px;
	bottom: 3px;
}




















/* 通知公告*/
.main2 {
	background: url(../img/bodybg1.png) no-repeat center bottom;
	width: 100%;
	padding: 40px 0px;
}
.hqfc{position: relative;box-sizing: border-box;}
.hqfc::before{
	position: absolute;
	content: "";
	width: 10.5rem;
	height: 86%;
	padding: 0.25rem;
	background-color: #084181;
	left: 0;
	top: 0;
}

.hqfc_title{
	padding-left: 0.3rem;
	position: relative;
	z-index: 2;
	margin: 0.2rem 0;
	text-align: center;
}
.hqfc_title>h1{
	color: #FFFFFF;
	font-size: 26px;
	margin-top: 40px;
}
.hqfc_title>p{
	margin-top:15px ;
	margin-bottom:30px ;
	font-size: 20px;
	color: #4b6997;
	font-family: "times new roman";
	padding-bottom: 19px;
	background: url(../img/line2.png) no-repeat center bottom;
}
.liturest{
	width: 9.4rem;
	/* overflow: hidden; */
	margin: 0.2rem 0;
	position: relative;
	margin-left: 0.4rem;
}
.liturestpic{
	margin: 0.2rem 0;
	width: 1.38rem;
	height: 300px;
}
.liturestpic img{width: 100%;height: 100%;}
.liturest .pic{
	width: 5.6rem;
	height: 300px;
	float: left;
	overflow: hidden;
}
.liturest .pic a,.liturest .pic span{
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
	display: block;
	-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;
}
.liturest .item_right{
	width: 3.8rem;
	height: 300px;
	box-sizing: border-box;
	padding: 0.2rem;
	float: left;
	background-color: #FFFFFF;
}
.liturest .item_right h1{
	font-size: 20px;
	line-height: 1.5;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.liturest .item_right p{
	font-size: 16px;
	color: #999999;
	margin: 10px 0;
}
.liturest .item_right .item_zhai{
	font-size: 16px;
	line-height: 1.5;
	color: #333333;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.liturest .item_right span{
	display: block;
	font-size: 14px;
	color: #b10000;
	margin-top: 0.3rem;
}
.liturest .item_right span img{display: inline-block;vertical-align: middle;padding-left: 10px;}
.liturest .slick-dots{
	position: absolute;
	bottom: 10px;
	left: 24%;
}
.liturest .slick-dots li{
	display: inline-block;
}
.liturest .slick-dots li button{
	color: transparent;
	background: url(../img/dot4.png) no-repeat left center;
	width:15px;
	height: 15px;
	margin: 0 10px;
}
.liturest .slick-dots .slick-active button{
	background: url(../img/dot3.png) no-repeat left center;
} 
.liturest .item:hover .item_right h1{
	color:#084181 ;
} 
.liturest .item:hover .pic 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;
}
.more{
	width: 0.65rem;
	margin: 0.2rem 0;
	background-color: #0982ce;
}
.more a{
	color: #FFFFFF !important;
	font-size: 16px;
	width: 20px;
	height: 300px;
	margin: 0 auto;
}
.more a img{
	padding-top: 8px;
}

.notice{
	margin-top: 0.4rem;
}
.notice_list ul li{
	width: 31.5%;
	box-sizing: border-box;
	padding: 0.2rem;
	margin-bottom: 0.3rem;
	height: 1.6rem;
	background-color: #FFFFFF;
	box-shadow: 2px 2px 5px #dfdfdf,-2px -2px 5px #dfdfdf;
}
.notice_list ul li h2{
	font-size: 16px;
	line-height: 1.5;
	font-weight: normal;
	margin-top: 10px;
}
.notice_list .date{
	color: #FFFFFF;
	font-size: 14px;
	width: 100px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: url(../img/datebg.png) no-repeat center;
}
.notice_list .date_top{
	padding-bottom: 15px;
	border-bottom: 1px solid #dbdee3;
}
.notice_list .date_top p{
	font-size: 14px;
	color: #b10000;
	line-height: 30px;
}
.notice_list .date_top p img{
	vertical-align: middle;padding-left: 10px;
}
.notice_list ul li:hover h2{
	color: #084181;
}




/* main3 */
.main3{
	padding: 0.5rem 0;
	background: url(../img/bodybg2.png) #eaedf0 no-repeat center bottom;
}
.main3_left{
	width: 39.5%;
}

.main3left_img{
	width: 2.4rem;
	height: 1.45rem;
	overflow: hidden;
} 
.main3left_img img{
	width: 100%;
	height: 100%;
}
.main3_left ul li{
	padding: 0.15rem;
	box-sizing: border-box;
	/* height: 1.9rem; */
}
.main3_left .oli1{
	background-color: #4a78ab;
}
.main3_left .oli2{background-color: #3769a2;}
.main3_left .oli3{background-color: #1c5492;}
.main3_left .oli4{background-color: #084181;}
.main3_left ul li h2{
	font-size: 16px;
	font-weight: normal;
	color: #FFFFFF;
	width: 48%;
	line-height: 1.5;
	margin-top: 10px;
}
.bigimg{
	position: relative;
	width: 60.5%;
	height: 5.25rem;
	overflow: hidden;
}
.bigvideo img,.bigvideo{
	width: 100%;
	height: 100%;
}
.bigimg>img{
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 2;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}
.bigtitle{
	position: absolute;
	bottom: 0;
	width: 100%;
	z-index: 2;
	color: #FFFFFF;
	font-size: 16px;
	text-align: center;
	line-height: 1.5;
	
	background: url(../img/palybg.png) no-repeat center bottom;
}

.bigtitle a{
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	display: block;
	padding: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	box-sizing: border-box;
}

/* main4 */
.main4{
	padding: 0.5rem 0;
	padding-bottom: 0.8rem;
	background:url(../img/bodybg3.jpg) no-repeat center bottom #FFFFFF;
}
.intro{
	width: 49%;
	background: url(../img/lanbgpic.png) no-repeat left top #FFFFFF;
	box-sizing: border-box;
	padding: 0.3rem 0.4rem;
	padding-bottom: 0;
}
.intro_title{
	margin-bottom: 20px;
	background: url(../img/icon1.png) no-repeat right center;
}
.intro2 .intro_title{
	background: url(../img/icon2.png) no-repeat right center;
}
.intro_title h1{
	font-size: 26px;
	font-weight: bold;
	color: #FFFFFF;
}
.intro_title p{
	font-size: 14px;
	color: #FFFFFF;
	opacity: 0.3;
	margin-top: 20px;
}
.intro .tab-hd h1{
	float: left;
	color: #FFFFFF;
	font-size: 18px;
	margin-right: 20px;
	font-weight: normal;
	padding-bottom: 0.25rem;
}
.intro .tab-hd h1 img{
	padding-left: 20px;
	vertical-align: middle;
}
.intro .tab-hd .active{
	font-weight: bold;
	background: url(../img/sandot.png) no-repeat center bottom;
}

.intro .tab-bd>div{
	display: none;
	height: 3rem;
	overflow: hidden;
}
.intro .tab-bd .active{display: block;}
.intro .introdiv>div{
	font-size: 16px;
	line-height: 1.5;
	margin:0.3rem 0;
	height: 1.55rem;
	overflow: hidden;
}
.intro .tab-bd a{
	width: 135px;
	height: 36px;
	line-height: 36px;
	text-indent: 20px;
	display: block;
	background: url(../img/more4.png) no-repeat left center;
}

.tool{
	margin: 0.4rem auto;
}
.tool ul li{
	width: 15%;
	text-align: center;
	height: 2rem;
	background-color: #FFFFFF;
	
}
.tool ul li img{
	-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;
}
.tool ul li p{
	font-size: 18px;
	margin-top: 20px;
}
.tool ul li:hover img{
	transform: rotateY(180deg);
	-webkit-transform:rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	-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;
}























/* 页尾 */
.footer {
	color: #FFFFFF;
	padding: 30px 0;
	background: url(../img/footerbg.png) repeat-y center;
}
.links{
	width: 44%;
}

.links .width{width:25%;}
.links ul li{
	float: left;
	width: 33%;
	margin-top: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.links ul li a{
	color: #fff !important;
	font-size: 16px;
}
.links h3,.contact h3{
	font-size: 20px;
	font-weight: normal;
	padding-bottom: 15px;
	background: url(../img/line4.png) no-repeat left bottom;
}
.contact h3{
	margin-bottom: 15px;
}
.contact p{
	margin-top: 15px;
}
.code img{width:110px;height:110px;}
.code p{font-size:16px;color:#fff;text-align:center;margin-top:10px;}
.yu a{
	width: 240px;
	height: 60px;
	display: block;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	line-height: 60px;
	text-align: center;
	margin-top: 30px;
}
.copy{
	line-height: 60px;
	color: #FFFFFF;
	background-color: #960218;
	text-align: center;
}






.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: 90px;
	line-height: 90px;
	color: #fff;
	background-color: #084181;
}


.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 !important;
	border-left: none;
	background-color: #025aa5;
}

.nav_left li.act>a{
	border-left: none;
	background-color: #025aa5;
	color: #fff !important;
}
.nav_left li .act a{color: #025aa5 !important;}
.nav_left ul li dl dd:hover >a{color: #025aa5 !important;}
.nav_left ul li dl dd{
	background-color: #e9edf4;
	text-align:center;
	padding: 8px 0;
}
.nav_left ul li dl dd a{font-size:15px;}

.nav_left dl{display:none;}
.nav_left .play dl{display:block;}




/*右侧*/
.nav_right {
	width: 76%;
	/* max-width: 1040px; */
	/* padding: 30px; */
	background-color: #fff;
	margin-bottom: 65px;
}

/* .right_inner {
	margin: 20px 25px;
} */

.right_top {
	border-bottom: 2px solid #084181;
	/* margin-top: 20px; */
}

.right_top>h3 {
	font-size: 28px;
	color: #084181;
	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;
}





/* 列表 */
.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/dot.png) no-repeat left center;
}

.list>ul li .date{
  float:right;
font-size:16px;
}

.list {
	margin-bottom: 70px;
}



/*内容*/
.content {}

.content_title>h1,
.dp>h1 {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	line-height: 1.5;
}

.content_title>p {
	text-align: center;
	color: #888888;
	padding-bottom: 20px;
	border-bottom: 1px dashed #cbbda6;
	margin-bottom: 25px;
}

.cont {
	padding: 0.2rem 1rem;
	margin-top: 30px;
	background: #FFFFFF;
}


.cont p {
	/* text-indent: 2em; */
	line-height: 30px;
	font-size: 16px;
	margin-top: 10px;
}

.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: #0a5498;
}

.fen .bdsharebuttonbox {
	width: 185px;
	margin: 5px auto;
}



.dp {
	margin-bottom: 80px;
}

.dp .content_title {

	border-bottom: 1px solid #a7d1b3;

	text-align: center;
}

.dp .content_title h1 {
	font-size: 0.38rem;
	padding-bottom: 0.3rem;
	display: inline-block;
	border-bottom: 2px solid #1d6331;
	margin-bottom: 0;
}
.jiao_list{overflow:hidden;margin-top: 0.3rem;}
.jiao_list li{width:25%;float: left;margin-bottom:25px;}
.jiao_list li a{
 display:block;
 margin: 0 6%;
 position:relative;
 padding-bottom: 115%;
}
.jiao_list li a div{position: absolute;left:0;right:0;top:0;bottom:0;width:100%;/* height: 268px; *//* padding-bottom: 125%; */background-repeat:no-repeat;background-size: cover;background-position:center;}
.jiao_list li a p{
   text-align:center;
   font-size:16px;
   color:#fff;
   background: #084181;
   position: absolute;
   width: 100%;
   height: 50px;
   line-height: 50px;
   bottom: 0;
}
.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;
}




































.sjdh{float:left;width:100%;height: 58px;margin-top: 20px;border-bottom: 2px solid #f5f5f5;}
.sjdh ul{float:left; width:100%;}
.sjdh ul li{float:left;height: 60px;line-height: 60px;border-bottom: 4px solid transparent;}
.sjdh ul li a{color: #767676;font-family: 'FZZCHJW' !important;font-size:30px;line-height: 60px;/* font-weight: bold; *//* font-family: "microsoft yahei",'FZZCHJW','fzzzhjt',FZZhengHeiS-M-GB; */}
.sjdh ul li.cur,.sjdh ul li:hover{border-bottom: 4px solid #274373; height: 60px; line-height: 60px;}
.sjdh ul li.cur a,.sjdh ul li:hover a{color: #274373;}
.sjdh ul span{float:left; font-size:20px; color: #979797; margin:0 30px; line-height: 60px;}






.js_menu{float:left; width:100%; margin-bottom: 40px;}
.js_menu h5{float:left; font-family: "microsoft yahei" !important; font-size: 18px; font-weight: bold; color: #333; line-height: 70px;;}
.js_menu ol{float:left;width:100%;margin-bottom: 20px;}
.js_menu ol li{float:left;line-height: 45px;font-family: "microsoft yahei" !important;text-align: center;padding: 0 14px;background-color: #274373;}
.js_menu ol li a{color: #fff !important;font-size: 20px;font-family: "microsoft yahei" !important;}
.js_menu ol li.all{padding: 0 0.15rem;}
.js_menu ol li.active{background-color: #d6472a;}



.munu_js{float:left;width:100%;/* margin-top: 20px; */}
.munu_js h6{float:left;width: 7%;text-transform: capitalize;/* margin-top: 20px; */font-family: "microsoft yahei" !important;max-width: 130px;line-height: 46px;text-align: center;color: #274373;font-size: 20px;font-weight: bold;}
.munu_js .js_bt{float: right;width:90%;/* margin-top: 20px; */}
.munu_js .js_bt ul{float: left; width:100%;}
.munu_js .js_bt ul li{float: left; width:11%;white-space:nowrap; max-width: 120px; margin-left: 1px; text-align:left; line-height: 46px; margin-bottom: 1px;}
.munu_js .js_bt ul li a{color: #333; font-size: 20px;font-family: "microsoft yahei" !important;}
