.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: flex-start;
    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: 0px;
	    margin-right: 15px;
}

@media screen and (max-width: 1300px){
	.xwdt {
	    width: 98%;
	}
	.friendly-link {
	    width: 98%;
	}
    .mainbox {
	    width: 95%;
	}
	.xg header .logo {
	    display: block;
	    margin-left: 15px;
	}
    .right {
	    right: 15px;
	}
}
@media screen and (max-width: 1250px){
	
}
@media screen and (max-width: 1230px){
	
}
@media screen and (max-width: 1200px){
	
}
@media screen and (max-width: 1150px){
	

}
@media screen and (max-width: 1100px){
	
}
@media screen and (max-width: 1050px){
	
}
@media screen and (max-width: 1000px){	
	.swiper-slide a p {
	    font-size: 13px;
	}
}
@media screen and (max-width: 950px){
	.navBox {
	    display: none;
	}
	.mobile {
	    display: block;
	}
}
@media screen and (max-width: 901px){
	
}
@media screen and (max-width: 800px){
	.section4 {
	    padding-top: 40px;  
	}
}
@media screen and (max-width: 768px){
    .mainbox {
	    width: 95%;
	    display: flex;
	    flex-wrap: wrap;
	}
	.shfw {
	    width: 100%;
	    float: none;
	    margin: 0 auto;
	}
	.cyxz {
	    width: 100%;
	    float: none;
	    margin: 0 auto;
	    margin-top: 30px;
	}
	.cgjc {
	    width: 100%;
	    float: none;
	    margin: 0 auto;
	    margin-bottom: 30px;
	    padding-bottom: 20px;
	}
	.section6 {
	    padding-bottom: 20px;
	}
	.USTB_list5 {
	    flex-wrap: wrap;
	}
	.ptmh {
	    width: 100%;
	    float: none;
	    margin-top: 30px;
	}
}
@media screen and (max-width: 720px){
	
}
@media screen and (max-width: 690px){
	
}
@media screen and (max-width: 650px){
	
}
@media screen and (max-width: 620px){
	
}
@media screen and (max-width: 550px){
	
}
@media screen and (max-width: 500px){
	.xg header .logo {
	    display: block;
	    margin-left: 0px;
	    width: 100%;
	}
	.logo img {
	    width: 350px;
	    margin: 0 auto;
	    display: block;
	    margin-top: 18px;
	}
	.right {
	    display: none;
	}

}
@media screen and (max-width: 430px){

}
@media screen and (max-width: 450px){
	.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: 85% auto;
	}
	.footer1 {
	    width: 95%;
	    /* background: #1465bc; */
	    padding: 10px 0 35px 0;
	    text-align: center;
	    margin: 0 auto;
	}
	.USTB_list5 li {
	    margin-top: 20px;
	    width: 99%;
	    transition: 0.33s;
	}
}

@media screen and (max-width: 420px){
	.ul-listl4 li {
	    width: 49%;
	}
	.ul-listl4 li.i1 {
	    margin-left: 1%;
	}
	.ul-listl4 li.i3 {
	    margin-left: 1%;
	}
	.ul-listl4 li.i7 {
	    margin-left: 1%;
	}
	.ul-listl4 li.i6 {
	    margin-left: 0%;
	}
}
@media screen and (max-width: 370px){
	.list03 li a {
	    float: left;
	    width: 68%;
	}
	.index-tab-media-type {
	    float: left;
	    width: 70px;
	    background-size: auto 60%;
	}
	.index-tab-media-title {
	    float: right;
	    width: calc(100% - 50px);
	    font-size: 16px;
	    color: #222;
	    line-height: 28px;
	    height: 83px;
	    vertical-align: middle;
	    /* transition: color linear 0.35s; */
	    overflow: hidden;
	    text-overflow: ellipsis;
	    display: -webkit-box;
	    -webkit-line-clamp: 2;
	    -webkit-box-orient: vertical;
	    position: absolute;
	    right: 0;
	    padding: 20px 65px 0px 27px;
	    box-sizing: border-box;
	    transition: all 0.2s;
	}
	.date3 {
	    position: absolute;
	    width: 57px;
	    height: 70px;
	    color: #fff;
	    text-align: center;
	    background-image: linear-gradient(to bottom, #0e60b6 100%, #0e387b 0%);
	    top: 12px;
	    right: 0px;
	    border-top-left-radius: 50%;
	    border-bottom-left-radius: 50%;
	}
	.logo img {
	    width: 325px;
	    margin: 0 auto;
	    display: block;
	    margin-top: 23px;
	}
}
@media screen and (max-width: 350px){
	.logo img {
	    width: 280px;
	    margin: 0 auto;
	    display: block;
	    margin-top: 28px;
	}
	.ctit span {
	    height: 70px;
	    line-height: 70px;
	    font-size: 28px;
	    font-family: "宋体";
	    font-weight: bold;
	    color: #1d2088;
	}
}

@media screen and (max-width: 330px){
	
}
