.mobile{width: 100%;position:relative;height: 55px;display: none;top:0;right: 0;z-index: 99;background-color: #ffffff;}
.mobile-inner-header{
	width:100%;
	height: 55px;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 2
	}
.mobile-inner-header-icon{
	color: #ffffff; height: 40px;font-size:25px;text-align: center;
	float:right;width: 40px;position: relative;
	-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;
	-o-transition: background 0.5s;
	transition: background 0.5s;
}
.mobile-inner-header-icon:hover{  cursor: pointer;}
.mobile-inner-header-icon span{
	position: absolute;
	left: calc((100% - 25px) / 2);
	top: calc((100% - 1px) / 3);
	width: 25px;
	height: 2px;
	background-color: #184fb6;
	}
.mobile-inner-header-icon span:nth-child(1){transform: translateY(4px) rotate(0deg);}
.mobile-inner-header-icon span:nth-child(2){transform: translateY(-4px) rotate(0deg);}
.mobile-inner-header-icon-click span:nth-child(1){animation-duration: 0.5s; animation-fill-mode: both;animation-name: clickfirst;}
.mobile-inner-header-icon-click span:nth-child(2){animation-duration: 0.5s; animation-fill-mode: both;animation-name: clicksecond;}
.mobile-inner-header-icon{
	color: #184fb6;
	height: 55px;
	float:right;
	width: 55px;
	position: relative;
	cursor: pointer;
	margin-right: 5px;
	text-align: right;
	}
.mobile-inner-header-icon-click{margin-top: 5px;color: #333;}
.mobile-inner-header-icon-out span{width: 22px;height: 2px;background-color:#fff;display: none;}
.mobile-inner-header-icon.iconfont{font-size: 30px;line-height: 55px;text-align: center;font-weight: bold;}
.mobile-inner-header-icon-out span:nth-child(1){
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: outfirst;
}
.mobile-inner-header-icon-out span:nth-child(2){
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: outsecond;
}
.mobile-inner-header-icon-out span:nth-child(2){
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: outthird;
}
.mobile-inner-header-icon span:nth-child(1){transform: translateY(4px) rotate(0deg);}
.mobile-inner-header-icon span:nth-child(2){transform: translateY(-4px) rotate(0deg);}
.mobile-inner-header-icon span:nth-child(3){transform: translateY(-4px) rotate(0deg);}
.mobile-inner-header-icon-click span:nth-child(1){animation-duration: 0.5s; animation-fill-mode: both;animation-name: clickfirst;}
.mobile-inner-header-icon-click span:nth-child(2){animation-duration: 0.5s; animation-fill-mode: both;animation-name: clicksecond;}
.mobile-inner-header-icon-click span:nth-child(3){animation-duration: 0.5s; animation-fill-mode: both;animation-name: clickthird;}
@keyframes clickfirst {
	0% {
		transform: translateY(4px) rotate(0deg);

	}

	100% {
		transform: translateY(0) rotate(45deg);
	}
}

@keyframes clicksecond {
	0% {
		transform: translateY(-4px) rotate(0deg);
	}

	100% {
		transform: translateY(0) rotate(-45deg);
	}
}

@keyframes clickthird {
	0% {
		opacity: 0
	}

	100% {
		opacity: 0
	}
}
.mobile-inner-header-icon-out span:nth-child(1){
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: outfirst;
}
.mobile-inner-header-icon-out span:nth-child(2){
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: outsecond;
}
.mobile-inner-header-icon-out span:nth-child(3){
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: outthird;
}
@keyframes outfirst {
	0% {
		transform: translateY(0) rotate(-45deg);
	}

	100% {
		transform: translateY(-4px) rotate(0deg);
	}
}



@keyframes outsecond {
	0% {
		transform: translateY(0) rotate(45deg);
	}

	100% {
		transform: translateY(4px) rotate(0deg);
	}
}
@keyframes outthird {
	0% {
		transform: translateY(0) rotate(90deg);
	}

	100% {
		transform: translateY(12px) rotate(0deg);
	}
}

.mobile-inner-nav{background: #184fb6;width: 100%;position: absolute;top: 54px;left: 0px;padding-top: 10px;padding-bottom: 25px;display: none;}
.mobile-inner-nav a{display: inline-block;line-height: 45px;
	text-decoration: none;  width: 100%;font-size: 14px;
	border-bottom: solid 1px #224a75;
	-webkit-transition: all 0.5s;   -moz-transition: all 0.5s;
	-o-transition: all 0.5s;    transition: all 0.5s;color:#fff; }
.mobile-inner-nav a:hover{color:#fff;}
.mobile-inner-nav li{position: relative;padding: 0 20px;}
.mobile-inner-nav li a{text-indent: 15px;letter-spacing: 1px}
.mobile-inner-nav li strong{position: absolute;right:20px;top:0;font-size: 25px;cursor: pointer;width: 40px;height: 45px;text-align: center;line-height: 40px;-webkit-transition: all 0.5s;   -moz-transition: all 0.5s;
	-o-transition: all 0.5s;    transition: all 0.5s; color: #fff;
	opacity: 0.8;
	font-weight: normal;}
.mobile-inner-nav a{-webkit-animation-duration: 0.5s;animation-duration: 0.5s;-webkit-animation-fill-mode: both;animation-fill-mode: both;-webkit-animation-name: returnToNormal;animation-name: returnToNormal;}
.mobile_search .search input {
	position: absolute;
	height: 34px;
	line-height: 34px;
	color: #262626;
	border: none;
	background: none;
	top: 0px;
	padding-left: 0px;
}
.mobile_search .search input.notxt {
	padding: 0 0 0 7px;
	font-size: 14px;
}

@-webkit-keyframes returnToNormal {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes returnToNormal {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
.mobile_subNav{display: none;padding-left:10px;}
.mobile-inner-nav dd a{height: 35px;line-height: 35px;border-bottom: dotted 1px rgba(219,219,219,0.2);font-size: 13px;}
.mobile_search{clear: both;position: relative;height: 36px;margin:10px 20px 0;border-bottom:solid 1px #224a75;overflow: hidden;}
.mobile_search input.notxt{width: 90%;color:#fff;margin-left:45px;border:none;}
.mobile_search input.notxt1{width: 55px;background-color:#fff;right:auto;left:0;background:url('../img/serBtn.png') no-repeat center center;border:none;}
.mobile-link{float: left;padding-left: 10px;}
.mobile-link a{color:#f3f3f3;margin:0 5px;height: 40px;line-height: 40px;    font-size: 15px;}
.mobile-link02{margin:0 20px;}
.mobile-inner-nav .mobile-link02 a {width: auto;float: left;margin:0 7px;}
.mobile-inner-nav a, .mobile_search {
	border-bottom-color: rgba(255,255,255,0.3);
}

.toplink{
    margin: 10px 20px 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}
.toplink a{
	    height: 30px;
	    line-height: 30px;
	    text-align: center;
	    border: 1px solid #ffffff;
	    width: 23%;
	    transition: .3s;
	    font-size: 14px;
	    color: #ffffff;
	    margin-left: 5px;
	    margin-right: 5px;
}
@media screen and (max-width: 1420px){
	.sec2 {
	    width: 97%;
	}
	.mainbox {
	    width: 97%;
	}
}
@media screen and (max-width: 1400px){
	.right {
	    padding: 25px 0 0;
	    transition: .6s;
	    position: absolute;
	    right: 15px;
	    top: -104px;
	}
}
@media screen and (max-width: 1300px){
	.mainbox .conbox .itembox .item {
	    width: 350px;
	    height: 225px;
	}
	.mainbox .conbox .itembox {
	    height: 470px;
	}
	.subNavbox1{
		left: -60%;
    width: 220%;
	}
}
@media screen and (max-width: 1255px){
	.bnu-list7 li i {
	    display: inline-block;
	    width: auto;
	    height: 52px;
	    /* margin: 0 auto; */
	    font-size: 50px;
	    line-height: 94px;
	    height: 94px;
	    text-align: left;
	    float: left;
	    margin-left: 15px;
	}
}
@media screen and (max-width: 1250px){
	.mainbox .conbox .itembox .item {
	    width: 350px;
	    height: 215px;
	}
	.mainbox .conbox .itembox {
	    height: 450px;
	}
	.subNavbox1{
		left: -65%;
    	width: 230%;
	}	
}
@media screen and (max-width: 1200px){
	.mainbox .conbox .itembox .item {
	    width: 350px;
	    height: 205px;
	}
	.mainbox .conbox .itembox {
	    height: 430px;
	}	
	.subNavbox1{
		left: -70%;
    	width: 240%;
	}
}
@media screen and (max-width: 1175px){
	.qhrw2_ul .zttj_img_li .tit {
	    width: calc(100% - 292px);
	}
	.jtfylist {
	    width: 270px;
	    height: 194px;
	}
	.bnu-list7 li i {
	    display: inline-block;
	    width: auto;
	    height: 52px;
	    /* margin: 0 auto; */
	    font-size: 45px;
	    line-height: 94px;
	    height: 94px;
	    text-align: left;
	    float: left;
	    margin-left: 10px;
	}
	.bnu-list7 li span {
	    display: inline-block;
	    line-height: 94px;
	    /* padding-top: 20px; */
	    color: #fff;
	    height: 94px;
	    float: left;
	    font-size: 15px;
	    width: 95px;
	}

}
@media screen and (max-width: 1150px){
	.subNavbox1{
		left: -75%;
    	width: 250%;
	}
    .mainbox .conbox .itembox .item {
	    width: 350px;
	    height: 200px;
	}
	.mainbox .conbox .itembox {
	    height: 420px;
	}
}
@media screen and (max-width: 1100px){
	.subNavbox1{
		left: -80%;
    	width: 260%;
	}
	.mainbox .conbox .itembox .item {
	    width: 350px;
	    height: 190px;
	}
	.mainbox .conbox .itembox {
	    height: 400px;
	}
	.bnu-list7 li span {
	    display: inline-block;
	    line-height: 94px;
	    /* padding-top: 20px; */
	    color: #fff;
	    height: 94px;
	    float: left;
	    font-size: 15px;
	    width: 88px;
	}
    .bnu-list7 li i {
	    display: inline-block;
	    width: auto;
	    height: 52px;
	    /* margin: 0 auto; */
	    font-size: 40px;
	    line-height: 94px;
	    height: 94px;
	    text-align: left;
	    float: left;
	    margin-left: 10px;
	}
}
@media screen and (max-width: 1050px){
	.mainbox .conbox .itembox .item {
	    width: 350px;
	    height: 185px;
	}
	.mainbox .conbox .itembox {
	    height: 390px;
	}
	.con-ul .title {
	    width: calc(100% - 85px);
	    font-size: 16px;
	    overflow: hidden;
	    transition: 0.3s;
	    float: right;
	    height: 69px;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    align-items: center;
	    display: flex;
	    line-height: 35px;
	    -webkit-line-clamp: 2;
	    overflow: hidden;
	    flex-wrap: wrap;
	}
}
@media screen and (max-width: 1000px){	
	.mainbox .conbox .itembox .item {
	    width: 350px;
	    height: 175px;
	}
	.mainbox .conbox .itembox {
	    height: 370px;
	}
	.nav{
	    display: none!important;
	}
	.mobile {
	    display: block;
	}
	.xg.header_box_li {
	    background: #fff;
	}
	.bnu-list7 li i {
	    display: inline-block;
	    width: auto;
	    height: 52px;
	    /* margin: 0 auto; */
	    font-size: 35px;
	    line-height: 94px;
	    height: 94px;
	    text-align: left;
	    float: left;
	    margin-left: 10px;
	}
	.navBox ul {
	    /* display: none; */
	}
}
@media screen and (max-width: 950px){
	.mainbox .conbox .itembox .item {
	    width: 350px;
	    height: 170px;
	}
	.mainbox .conbox .itembox {
	    height: 360px;
	}
}
@media screen and (max-width: 935px){
	.mainbox .conbox .itembox .item {
	    width: 350px;
	    height: 165px;
	}
	.mainbox .conbox .itembox {
		height: 360px;
	}
	.xg header .logo {
	    display: block;
	    margin: 0 auto;
	    /* float: none; */
	    width: 100%;
	}
	.xg header .logo img{
		margin: 0 auto;
    	display: block;
	}
	.bnu-list7 li span {
	    display: inline-block;
	    line-height: 94px;
	    /* padding-top: 20px; */
	    color: #fff;
	    height: 94px;
	    float: left;
	    font-size: 16px;
	    width: 150px;
	}
	.bnu-list7 li i {
	    display: inline-block;
	    width: auto;
	    height: 52px;
	    /* margin: 0 auto; */
	    font-size: 52px;
	    line-height: 94px;
	    height: 94px;
	    text-align: left;
	    float: left;
	    margin-left: 30px;
	}
	.sec2 {
	    width: 95%;
	    display: block;
	}
	.tzgg {
	    width: 65%;
	    float: left;
	    padding-bottom: 40px;
	}
	.xwdt {
	    width: 100%;
	    margin: 0 auto;
	    float: none;
	    padding-bottom: 40px;
	}
	.cydh {
	    width: 32%;
	    float: right;
	}
	.right {
	    display: none;
	}  
}

@media screen and (max-width: 870px){
	.mainbox .conbox .itembox .item {
	    width: 350px;
	    height: 160px;
	}
	.mainbox .conbox .itembox {
		height: 350px;
	}
}
@media screen and (max-width: 820px){
	.mainbox .conbox .itembox .item {
	    width: 350px;
	    height: 150px;
	}
	.mainbox .conbox .itembox {
		height: 320px;
	}
	.list03 li a {
	    /* float: left; */
	    float: left;
	    width: 70%;
	    height: 45px;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    line-height: 50px;
	}
	.footer .part2 .logo1 {
	    height: 160px;
	    width: 100%;
	    max-width: 800px;
	    margin: 0 auto;
	    margin-bottom: 0px;
	    background: url(../img/logo2.png) top center no-repeat;
	    background-size: 440px 90px;
	}
	.right1 {
	    width: 330px;
	    height: 100%;
	    /* overflow: hidden; */
	    float: none;
	    margin: 0 auto;
	    /* margin-top: 80px; */
	    padding-top: 80px;
	}
}
@media screen and (max-width: 800px){
	.mainbox {
	    width: 97%;
	    padding-top: 15px;
	    padding-bottom: 45px;
	}
	.flex-direction-nav a {
	    text-decoration: none;
	    display: block;
	    width: 50px;
	    height: 50px;
	    position: absolute;
	    top: 50%;
	    z-index: 7;
	    overflow: hidden;
	    cursor: pointer;
	    color: rgba(255, 255, 255, 1);
	    text-align: center;
	    border: 3px solid #424243;
	    border: 3px solid rgba(255, 255, 255, 0.2);
	    margin-top: 0px;
	    font-size: 35px;
	    background: #090e00;
	    background-color: rgba(0, 0, 0, 0.3);
	    line-height: 50px;
	    border-radius: 50%;
	    margin-top: -20px;
	}
}
@media screen and (max-width: 770px){
    .mainbox .conbox .itembox .item {
	    width: 350px;
	    height: 140px;
	}
	.mainbox .conbox .itembox {
		height: 300px;
	}
	.bnu-list7 li i {
	    display: inline-block;
	    width: auto;
	    height: 52px;
	    /* margin: 0 auto; */
	    font-size: 52px;
	    line-height: 94px;
	    height: 94px;
	    text-align: left;
	    float: left;
	    margin-left: 20px;
	}
	.bnu-list7 li span {
	    display: inline-block;
	    line-height: 94px;
	    /* padding-top: 20px; */
	    color: #fff;
	    height: 94px;
	    float: left;
	    font-size: 16px;
	    width: 120px;
	}
	.list03 li a {
	    float: left;
	    width: 68%;
	    height: 45px;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    line-height: 50px;
	}
	.flex-direction-nav .flex-next {
	    right: 30px;
	}
	.flex-direction-nav .flex-prev {
	    left: 30px;
	}
}

@media screen and (max-width: 550px){
	.tzgg {
	    width: 100%;
	    float: none;
	    padding-bottom: 40px;
	    height: auto;
    	overflow: hidden;
	}
	.cydh {
	    width: 100%;
	    float: none;
	    margin: 0 auto;
	    margin-bottom: 30px;
	}
	.bnu-list7 {
	    text-align: center;
	    margin-top: 15px;
	    max-width: 400px;
	    width: 95%;
	    margin: 0 auto;
	    margin-top: 15px;
	}
	.kydt {
	    width: 100%;
	    float: none;
	    margin: 0 auto;
	}

	.cghc {
	    width: 100%;
	    float: none;
	    margin: 0 auto;
	    margin-bottom: 40px;
	    /* overflow: hidden; */
	}
	.section5 {
	    padding-bottom: 45px;
	}
	.bnu-list7 li i {
	    display: inline-block;
	    width: auto;
	    height: 52px;
	    /* margin: 0 auto; */
	    font-size: 52px;
	    line-height: 94px;
	    height: 94px;
	    text-align: left;
	    float: left;
	    margin-left: 15%;
	}
	.bnu-list7 li span {
	    display: inline-block;
	    line-height: 94px;
	    /* padding-top: 20px; */
	    color: #fff;
	    height: 94px;
	    float: left;
	    font-size: 16px;
	    width: 60%;
	}
	.mainbox .conbox {
	    flex-wrap: wrap;
	}
	.mainbox .conbox .itembox.big {
	    display: block;
	    width: 100%;
	    height: auto;
	}
	.mainbox .conbox .itembox .item .img {
	    padding-bottom: 66.7%;
	}
	.mainbox .conbox .itembox {
	    width: 100%;
	    overflow: hidden;
	    height: auto;
	    display: flex;
	    flex-direction: column;
	    flex-wrap: wrap;
	}
	.mainbox {
	    width: 95%;
	    padding-top: 15px;
	    padding-bottom: 45px;
	}
	.mainbox .conbox .itembox .row {
	    display: flex;
	    align-items: center;
	    justify-content: flex-start;
	    flex-wrap: wrap;
	    width: 100%;
	}
	.mainbox .conbox .itembox .item {
	    width: 100%;
	    height: auto;
	    margin: 0 auto;
	    margin-top: 20px;
	}
	.footer .part2 .logo1 {
	    height: 160px;
	    width: 100%;
	    max-width: 800px;
	    margin: 0 auto;
	    margin-bottom: 0px;
	    background: url(../img/logo2.png) top center no-repeat;
	    background-size: 400px auto;
	}
}
@media screen and (max-width: 500px){
	.xg header .logo {
	    display: block;
	    margin-left: 0px;
	    width: 100%;
	}
	.logo img {
	    width: 400px;
	    margin: 0 auto;
	    display: block;
	    margin-top: 10px !important;
	}
	.right {
	    display: none;
	}
	.notice_lctz1 {
	    height: 123px;
	}
	.notice_rcr {
	    width: 100%; 
	}
    .notice_rcr3 {
	    display: inline-block;
	    width: 100%;
	}
	.jtfylist {
	    width: 100%;
	    height: auto;
	}
	.jtfylist img {
	    transition: all 0.35s ease-in-out;
	    border: 1px solid #6794e6;
	    width: 100%;
	    height: auto;
	}
	.qhrw2_ul .zttj_img_li .tit {
	    width: 100%;
	}
	.section2 {
	    padding-top: 162px;
	}
	.xg header {
	    background: #184fb6;
	    height: 105px;
	}
	.header_box_li {
	    position: absolute;
	    z-index: 9999;
	    height: 162px;
	    width: 100%;
	    transition: all 0.6s;
	}
	.flex-direction-nav {
	    display: none;
	}
		.mainbox {
	    padding-top: 30px;
	    padding-bottom: 45px;
	}
}
@media screen and (max-width: 450px){
	.mainbox {
    padding-top: 30px;
    padding-bottom: 45px;
}
}
@media screen and (max-width: 420px){
	.logo img {
	    width: 360px;
	    margin: 0 auto;
	    display: block;
	    margin-top: 16px !important;
	}
	.footer .part2 .logo1 {
	    height: 100px;
	    max-width: 400px;
	    width: 100%;
	    margin: 0 auto;
	    margin-bottom: 0px;
	    background: url(../img/logo2.png) center center no-repeat;
	    background-size: 360px auto;
	}
	 .header_box_li {
	    height: 157px;
	}
	.section2 {
	    padding-top: 140px;
	}
	.mobile-inner-header {
	    width: 100%;
	    height: 50px;
	    position: absolute;
	    top: 0px;
	    right: 0px;
	    z-index: 2;
	}
	.mobile-inner-header-icon {
	    color: #184fb6;
	    height: 50px;
	    float: right;
	    width: 50px;
	    position: relative;
	    cursor: pointer;
	    margin-right: 5px;
	    text-align: right;
	}
	.mobile-inner-nav {
	    background: #184fb6;
	    width: 100%;
	    position: absolute;
	    top: 50px;
	    left: 0px;
	    padding-top: 10px;
	    padding-bottom: 25px;
	    display: none;
	}
	.mobile {
	    width: 100%;
	    position: relative;
	    height: 50px;
	    top: 0;
	    right: 0;
	    z-index: 99;
	    background-color: #ffffff;
	}
}
@media screen and (max-width: 400px){
	.footer .part2 .logo1 {
	    height: 60px;
	}
	.right1 {
	    display: none;
	}

}
@media screen and (max-width: 380px){
	.logo img {
	    width: 320px;
	    margin: 0 auto;
	    display: block;
	    margin-top: 10px !important;
	}
	.xg header {
	    background: #184fb6;
	    height: 89px;
	}
	.footer .part2 .logo1 {
	    background-size: 320px auto;
	}
	.toplink a {
	    height: 30px;
	    line-height: 30px;
	    text-align: center;
	    border: 1px solid #ffffff;
	    width: 25%;
	    transition: .3s;
	    font-size: 12px;
	    color: #ffffff;
	    /* margin-left: 5px; */
	    margin-right: 5px;
	}
	.toplink {
	    margin: 10px 10px 10px;
	    display: flex;
	    justify-content: space-between;
	    flex-wrap: nowrap;
	}
    .list02 li a {
    /* float: left; */
	    float: left;
	    width: 68%;
	    height: 45px;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    line-height: 45px;
	}
 .header_box_li {
	    height: 140px;
	}
	.ctit span {
	    height: 70px;
	    line-height: 70px;
	    font-size: 25px;
	    font-family: "宋体";
	    font-weight: bold;
	    color: #264fb9;
	}
	.sec2 {
	    
	    margin-top: 45px;
	    /* padding-bottom: 55px; */
	}
	.mainbox {
    width: 95%;
    padding-top: 30px;
    padding-bottom: 45px;
}

}

