	html {
				font-family: SourceHanSansCN, SourceHanSansCN;
				line-height: 1.15;
				-webkit-text-size-adjust: 100%;
				-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
			}

	body {
		margin: 0;
		background: linear-gradient( 180deg, #F1FBEC 0%, #FFFFFF 100%);
	}
	
	@keyframes fadeIn {
		from {
			transform: translateX(-100%);
			opacity: 0;
		}
		to {
			transform: translateX(0%);
			opacity: 1;
		}
	}
	
	@keyframes fadeIn1 {
		from {
			transform: translateY(20%);
			opacity: 0;
		}
		to {
			transform: translateY(0%);
			opacity: 1;
		}
	}

	.header-menu{
		width:100%;
		position: fixed;
		height: 80px;
		z-index: 999;
	}

	.header-menu .left{
		position: absolute;
		width: 280px;
		height: 70px;
		top: 11.5px;
		left: 12px;
	}
	.header-menu>.left>.left1{
		display: none;
	}
	.header-menu>.left>.left2{
		display: block;
	}
	.header-menu .left img{
		width: 280px;
		height: 47px;
		cursor: pointer;
	}
	.header-menu .center{
		width: 1024px;
		margin: 0px auto 0px auto;
		height: 70px;
	}
	.header-menu .center>ul{
		zoom:1; 
		float:left;
		list-style-type: none;
		margin: 0px;
		margin-top: 6px;
	}
	.header-menu .center>ul>li{
		float: left;
		margin-right: 2px;
		padding-top: 9px;
		width: 120px;
		text-align: center;
		position: relative;
	}
	.header-menu .center>ul>li>.titlback{
		display: none;
		position: absolute;
		top: 48px;
		left: 6px;
		height: 1px;
		background-color: #7f7f7f;
		width: 92%;
	}
	.header-menu .center>ul>li:hover>.titlback{
		display: block;
		position: absolute;
		top: 48px;
		left: 6px;
		height: 1px;
		background-color: #7f7f7f;
		width: 92%;
		animation: fadeIn 0.2s ease-out forwards;;
	}
	.header-menu .center>ul>li>a{
		color: #fff;
		font-size: 16px;
		text-transform: uppercase;
		font-weight: 600;
		display: block;
		text-align: center;
		padding: 14px 0;
		text-decoration: none;
		height: 16px;
		line-height: 16px;
		position: relative;
	}
	.header-menu .center>ul>li>a img{
		width: 24px;
		height: 24px;
		position: absolute;
		top: 11px;
	}
	.header-menu .center>ul>li>a span{
		margin-top: -2px;
	}
	.header-menu .center>ul>li>ul{
		animation: fadeIn1 0.5s ease-out forwards;
		display: none;
	}
	.header-menu .center>ul>li:hover>ul{
		width: 160px;
		animation: fadeIn1 0.3s ease-out forwards;
		display: block;
		margin: 20px 0px 0px -10px;
		padding: 0px;
		display: flex;
		flex-direction: column;
		list-style-type: none;
		background-color: #fff;
		text-align: center;
		box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
		-webkit-transition: all .4s ease-out;
		-ms-transition: all .4s ease-out;
		transition: all .4s ease-out;
		-webkit-transform: translate3d(0, 40px, 0);
		-ms-transform: translate3d(0, 40px, 0);
		transform: translate3d(0, 40px, 0);
	}
	.header-menu .center>ul>li:hover>ul>li{
		float: left;
		margin-right: 2px;
		padding-top: 5px;
		width: 160px;
		text-align: center;
	}
	.header-menu .center>ul>li:hover>ul>li:hover{
		float: left;
		margin-right: 2px;
		padding-top: 5px;
		width: 160px;
		text-align: center;
		color: #fff;
		background-color:#0E62BC;
		font-weight:600;
		font-size: 16px;
	}
	.header-menu .center>ul>li:hover>ul>li>a{
		font-size: 16px;
		font-weight:600;
		text-decoration: none;
		color: #666;
		display: block;
		height: 40px;
		line-height: 40px;
		padding: 0 12px;
		border-bottom: 1px solid #f5f5f5;
		text-align: left;
		transition: all .5s;
		-webkit-transition: all .5s;
		-ms-transition: all .5s;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		text-align: left;
	}
	.header-menu .right a{
		font-size: 16px;
		text-decoration: none;
		color: #fff;
		position: absolute;
		right: 99px;
		top: 42px;
	}
	.header-menuselected{
		width:100%;
		position: fixed;
		height: 80px;
		background-color: #fff;
		z-index: 999;
	}
	.header-menuselected .left{
		position: absolute;
		width: 280px;
		height: 70px;
		top: 11.5px;
		left: 12px;
	}
	.header-menuselected .left img{
		width: 280px;
		height: 47px;
	}
	.header-menuselected .center{
		width: 1024px;
		margin: 0px auto 0px auto;
		height: 70px;
	}
	.header-menuselected .center>ul{
		zoom:1; 
		float:left;
		list-style-type: none;
		margin: 0px;
		margin-top: 6px;
	}
	.header-menuselected .center>ul>li{
		float: left;
		margin-right: 2px;
		padding-top: 9px;
		width: 120px;
		text-align: center;
		position: relative;
	}
	.header-menuselected .center>ul>li>.titlback{
		display: none;
		position: absolute;
		top: 48px;
		left: 6px;
		height: 1px;
		background-color: #7f7f7f;
		width: 92%;
	}
	.header-menuselected .center>ul>li:hover>.titlback{
		display: block;
		position: absolute;
		top: 48px;
		left: 6px;
		height: 1px;
		background-color: #7f7f7f;
		width: 92%;
		animation: fadeIn 0.2s ease-out forwards;;
	}
	.header-menuselected .center>ul>li>a{
		color: #0E62BC;
		font-size: 16px;
		font-weight: 600;
		text-transform: uppercase;
		display: block;
		text-align: center;
		padding: 14px 0;
		text-decoration: none;
		height: 16px;
		line-height: 16px;
		position: relative;
	}
	.header-menuselected .center>ul>li>a img{
		width: 24px;
		height: 24px;
		position: absolute;
		top: 11px;
	}
	.header-menuselected .center>ul>li>a span{
		margin-top: -2px;
	}
	.header-menuselected .center>ul>li>ul{
		animation: fadeIn1 0.5s ease-out forwards;
		display: none;
	}
	.header-menuselected .center>ul>li:hover>ul{
		animation: fadeIn1 0.3s ease-out forwards;
		display: block;
		margin: 20px 0px 0px -10px;
		padding: 0px;
		display: flex;
		flex-direction: column;
		list-style-type: none;
		background-color: #fff;
		text-align: center;
		box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
		-webkit-transition: all .4s ease-out;
		-ms-transition: all .4s ease-out;
		transition: all .4s ease-out;
		-webkit-transform: translate3d(0, 40px, 0);
		-ms-transform: translate3d(0, 40px, 0);
		transform: translate3d(0, 40px, 0);
		width: 160px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		text-align: left;
	}
	.header-menuselected .center>ul>li:hover>ul>li{
		float: left;
		margin-right: 2px;
		padding-top: 5px;
		width: 160px;
		text-align: center;
	}
	.header-menuselected .center>ul>li:hover>ul>li:hover{
		float: left;
		margin-right: 2px;
		padding-top: 5px;
		width: 160px;
		text-align: center;
		background-color:#0E62BC;
		font-weight:600;
		font-size: 16px;		
	}
	.header-menuselected .center>ul>li:hover>ul>li>a{
		font-size: 16px;
		font-weight: 600;
		text-decoration: none;
		color: #666;
		display: block;
		height: 40px;
		line-height: 40px;
		padding: 0 12px;
		border-bottom: 1px solid #f5f5f5;
		text-align: left;
		transition: all .5s;
		-webkit-transition: all .5s;
		-ms-transition: all .5s;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		text-align: left;
	}
	.header-menuselected .right .queryTitle{
		font-size: 16px;
		text-decoration: none;
		color: #000;
		position: absolute;
		right: 198px;
		top: 7px;
	}
	.header-menu .right .queryTitle{
		font-size: 16px;
		text-decoration: none;
		color: #000;
		position: absolute;
		right: 198px;
		top: 7px;
	}
	.header-menu .right .queryTitle>.title1{
		font-family: SourceHanSansCN, SourceHanSansCN;
		font-weight: 500;
		font-size: 12px;
		color: #333333;
		line-height: 14px;
		height: 20px;
		text-align: left;
	}
	.header-menu .right .queryTitle>.title2{
		font-family: SourceHanSansCN, SourceHanSansCN;
		font-weight: 400;
		font-size: 12px;
		color: #333333;
		line-height: 24px;
		text-align: left;
		height: 20px;
	}
	.header-menuselected .right .queryTitle>.title1{
		font-family: SourceHanSansCN, SourceHanSansCN;
		font-weight: 500;
		font-size: 12px;
		color: #333333;
		line-height: 14px;
		height: 20px;
		text-align: left;
	}
	.header-menuselected .right .queryTitle>.title2{
		font-family: SourceHanSansCN, SourceHanSansCN;
		font-weight: 400;
		font-size: 12px;
		color: #333333;
		line-height: 24px;
		text-align: left;
		height: 20px;
	}
	.header-menuselected .right a{
		font-size: 16px;
		text-decoration: none;
		color: #000;
		position: absolute;
		right: 99px;
		top: 42px;
	}
	.header-search {
		position: absolute;
		top: 0px;
		right: 10px;
		width: 180px;
		transition: all .3s;
	}
	.header-search dl {
		position: relative;
		border: 1px solid #0E62BC;
		border-radius: 100em;
	}
	.header-search dl dd {
		margin-right: 50px;
		margin-left: 15px;
	}
	.header-search dl dd input[type="text"] {
		width: 100%;
		height: 38px;
		color: #a5bde1;
		line-height: 38px;
		border: none;
		background: none;
	}
	.header-search dl dd input:focus {
		border-color: #0E62BC;
		box-shadow: 0 0 0 2px rgba(64, 158, 255, 0.2);
	}
	.header-search dl dt.button {
		position: absolute;
		top: -1px;
		right: -3px;
		bottom: -1px;
		width: 40px;
		cursor: pointer;
		background: #0E62BC;
		border-radius: 50%;
	}
	.header-search dl dt.button input {
		border: 0;
		background: none;
	}
	.header-search dl dt.button img {
		display: block;
		width: 100%;
		height: auto;
		margin-top: -19px;
	}
	.header-menuselected>.left>.left1{
		display: block;
	}
	.header-menuselected>.left>.left2{
		display: none;
	}
	.header-banner{
		width:100%;
		height:100vh;
		overflow: hidden;
	}
	.header-banner img{
		width:100%;
		height:100vh;
	}



	.header-banner .swiper-pagination-bullet {
		opacity: 0.5;
		background: transparent url(../img/icon-up.svg) no-repeat center center;
		background-size: 16px auto;
		border-radius: 0;
		width: 40px;
		height: 40px;
		outline: none;
		transition: all 0.1s;
	}
	.header-banner .swiper-pagination-bullet-active {
		background-image: url(../img/icon-up.svg);
		background-size: 26px auto;
		opacity: 1;
	}

	.header-banner .home-sliders .swiper-slide {
		position: relative;
	}

	.header-banner .home-sliders .swiper-slide img {
		display: block;
		width: 100%;
		height: 100vh;
		object-fit: cover;
		object-position: center bottom;
	}
	.header-banner .home-sliders .swiper-slide .txt {
		position: absolute;
		left: 0;
		top: 0;
		z-index: 100;
		width: 100%;
		height: 100%;
	}

	.header-banner .home-sliders .swiper-slide .desc {
		position: absolute;
		left: 83px;
		bottom: 24px;
		z-index: 1000;
		width: auto;
		font-size: 15px;
		color: #fff;
		letter-spacing: 1px;
		font-weight: normal;
	}

	.header-banner .home-sliders .swiper-slide .txt .container {
		position: relative;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		top: 50%;
		text-align: center;
		color: #fff;
		box-sizing: border-box;
	}
	.header-banner .home-sliders .swiper-slide .txt .container h2 {
		font-size: 1.25rem;
		color: #fff;
		letter-spacing: 0.3rem;
		font-weight: normal;
		opacity: 0;
		transform: translateY(30%);
		transition: all 1s 1s;
	}

	.header-banner .home-sliders .swiper-slide.swiper-slide-active .txt .container h2 {
		opacity: 1;
		transform: translateY(0);
	}
	.header-banner .home-sliders .swiper-slide .txt .container h2 {
		font-size: 4rem;
	}
	.header-banner .home-sliders .swiper-slide .txt .container p {
		font-size: 0.875rem;
		letter-spacing: 0.65rem;
		padding-left: 0.65rem;
	}
	.header-banner .home-sliders .swiper-slide .txt .container p {
		font-size: 14px;
	}

	.maincontent{
		width: 100%;
	}
	
	/*头条新闻*/
	.hotnew{
		width:1256px;
		height:104px;
		background-color:#ffffff;
		margin:20px auto 0px auto;
		position: relative;
		cursor: pointer;
	}
	.hotnew .head{
		width: 94px;
		height: 80px;
		margin: 0px 0px 12px 10px;
		background: transparent url(../img/newbg.png) no-repeat center center;
		line-height: 29px;
		text-align: center;
		padding-top: 25px;
		font-size: 16px;
		color: #fff;
		font-weight: 100;
		padding-right: 5px;
		float: left;
	}
	.hotnew .content{
		width: 1146px;
		float: left;
		text-align: center;
	}
	.hotnew .content .mainword{
		width: 680px;
		height: 20px;
		font-family: SourceHanSansCN, SourceHanSansCN;
		font-weight: bold;
		font-size: 24px;
		color: #0E62BC;
		line-height: 30px;
		text-align: center;
		font-style: normal;
		margin: 15px auto 0px auto;
	}
	.hotnew .content .secondword{
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;      /* 显示行数 */
		overflow: hidden;
		width: 95%;
		height: 40px;
		font-family: PingFangSC, PingFang SC;
		font-weight: 400;
		font-size: 14px;
		color: #666666;
		line-height: 20px;
		text-align: left;
		font-style: normal;
		margin: 15px auto 0px auto;
	}
	.hotnew .righthorn{
		position: absolute;
		top:0px;
		right:0px;
	}
	.secondnews{
		width:1256px;
		margin:45px auto 0px auto;
		position: relative;
		display: flex;
	}
	.secondnews .left-swiper-container{
		width:50%;
		height:380px;
		padding:0px 20px 0px 0px;
		overflow: hidden;
		float: left;
		cursor: pointer;
	}

	.secondnews .left-swiper-container img{
		width:100%;
		height:380px;
	}
	.secondnews .left-swiper-container .swiper-slide .txt{
		width:100%;
		height:40px;
		position: absolute;
		bottom:0px;
		left:0px;
		background-color:#ccc;
		opacity: 0.5;
	}
	.secondnews .left-swiper-container .swiper-slide span{
		position: absolute;
		bottom: 12px;
		left: 13px;
		font-size: 14px;
		color: #ffffff;
		opacity: 1;
		display: inline-block;
		z-index: 999;
		font-weight: bolder;
	}
	.secondnews .swiper-pagination{
		margin-bottom: 5px;
		margin-right: 56px;
		left: 0px;
		width: 94%;
	}
	.secondnews .swiper-pagination-bullets .swiper-pagination-bullet{
		width:8px;
		height:8px;
		border:1px solid #f1f4f9;
		border-radius:50%;
		margin:10 24px;
		opacity:1;
		float:right;
	}
	.secondnews .swiper-pagination-bullet-active{
		background:#F2F5F9
	}
	.secondnews .right-news{
		float:left;
		width: 50%;
		padding:0px;
		position: relative;
		background-color:#ffffff;
		height: 380px;
	}
	.secondnews .right-news .headergroup{
		width: 100%;
		height: 48px;
		background: #0E62BC;
		cursor: pointer;
	}
	.secondnews .right-news .headergroup ul{
		display: block;
		margin: 0px 0px 0px 0px;
		padding: 0px;
		display: flex;
		flex-direction: row;
		list-style-type: none;
		float: left;
	}
	.secondnews .right-news .headergroup ul li{
		width: 104px;
		float: left;
		margin-left: 10px;
		margin-right: 10px;
		margin-top: 9px;
		padding-top: 11px;
		text-align: center;
		color:#ffffff;
		font-weight: 900;
		font-size: 20px;
	}
	.secondnews .right-news .headergroup ul .selected{
		height: 28px;
		background: #ffffff;
		border-radius: 4px 4px 0px 0px;
		text-align: center;
		color:#0E62BC;
		font-weight: 900;
		font-size: 20px;
	}
	.secondnews .right-news .headergroup .right{
		width: 60px;
		height: 14px;
		font-family: SourceHanSansCN, SourceHanSansCN;
		font-weight: 400;
		font-size: 14px;
		color: #FFFFFF;
		line-height: 21px;
		text-align: left;
		font-style: normal;
		position: absolute;
		top:15px;
		right:10px;
	}
	.secondnews .right-news .content{
		background-color: #fff;
	}
	.secondnews .right-news .content a{
		font-size: 14px;
		text-decoration: none;
		color: #333333;
		height: 38px;
		line-height: 38px;
		padding: 0 12px;
		width: 450px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		display: inline-block;
	}
	.secondnews .right-news .content ul{
		list-style: none;
	}
	.secondnews .right-news .content li::before {
		content: "•";
		color: #333;
		display: inline-block;
		width: 2px;
		margin-left: -1em;
		margin-top: 10px;
		top: 10px;
		padding-top: 0px;
		float: left;
	}
	.secondnews .right-news .content li span{
		font-size: 13px;
		color: #999999;
		float: right;
		margin-right: 15px;
		margin-top: 12px;
	}
	.threebanner{
		width:1256px;
		margin:20px auto 0px auto;
		position: relative;
		display: flex;
	}
	.threebanner .box{
		height: 80px;
		position: relative;
		margin-right: 21px;
		cursor: pointer;
	}
	.threebanner .box img{
		width:100%;
		height:100%;
		z-index: 5;
	}
	.threebanner .box .title{
		font-size: 14px;
		position: absolute;
		right: 10px;
		top: 33px;
		color: #ffffff;
		z-index: 10;
	}
	.headertitle{
		width:1256px;
		text-align: center;
		margin:55px auto 0px auto;
	}
	.headertitle img{
		width: 574px;
		height: 103px;
		z-index:5;
	}
	.headertitle .title{
		text-align: center;
		width: 160px;
		height: 40px;
		margin: -74px auto 0px auto;
		font-family: SourceHanSansCN, SourceHanSansCN;
		font-weight: bold;
		font-size: 24px;
		color: #0E62BC;
		line-height: 60px;
		font-style: normal;
	}
	.headertitle .message{
		width: 175px;
		height: 12px;
		font-family: SourceHanSansCN, SourceHanSansCN;
		font-weight: 400;
		font-size: 12px;
		color: #0E62BC;
		line-height: 18px;
		text-align: center;
		font-style: normal;
		text-transform: uppercase;
		margin: 14px auto 0px auto;
		z-index: 10;
	}
	.fourcontent{
		width:1256px;
		text-align: center;
		margin:35px auto 0px auto;
		display: flex;
	}
	.fourcontent .leftcontent{
		width:50%;
	}
	.fourcontent .leftcontent .box{
		height: 180px;
		width: 193px;
		float:left;
		margin: 0 15px 15px 0;
		background-color:#ffffff;
		position: relative;
		cursor: pointer;
	}
	.fourcontent .leftcontent .selected{
		box-shadow: 0px 4px 16px 0px rgba(0,0,0,0.11), inset 0px 2px 0px 0px #0E62BC, inset 0px -2px 0px 0px #0E62BC;
	}
	
	.fourcontent .leftcontent .box img{
		width: 70px;
		margin: 40px auto 0px auto;
		height: 70px;
	}
	
	.fourcontent .leftcontent .box img.rotateY360{
		-webkit-transition: none;
		-moz-transition: none;
		-o-transition: none;
		transition: none;
	}

	.fourcontent .leftcontent .box img.rotateY360:hover{
		transform: rotateY(360deg);
		transition: all .5s linear;
	}

	.fourcontent .leftcontent .box img.rotate360:hover{
		transform: rotate(360deg);
		transition: all .5s linear;
	}

	.fourcontent .leftcontent .box img.trun360:hover{
		-webkit-animation: turn 5s linear infinite;
		-moz-animation: turn 5s linear infinite;
		-o-animation: turn 5s linear infinite;
		-ms-animation: turn 5s linear infinite;
		animation: turn 5s linear infinite;
	}

	.fourcontent .leftcontent .box .title{
		width: 112px;
		height: 14px;
		font-family: SourceHanSansCN, SourceHanSansCN;
		font-weight: bold;
		font-size: 14px;
		color: #333333;
		line-height: 21px;
		text-align: center;
		font-style: normal;
		margin:15px auto 0px auto;
	}
	.fourcontent .rightinfos{
		width: 50%;
		padding:0px;
		position: relative;
		background-color:#ffffff;
		height: 375px;
	}
	.fourcontent .rightinfos .headergroup{
		width: 100%;
		height: 48px;
		background: #0E62BC;
	}
	.fourcontent .rightinfos .headergroup ul{
		display: block;
		margin: 0px 0px 0px 0px;
		padding: 0px;
		display: flex;
		flex-direction: row;
		list-style-type: none;
		float: left;
	}
	.fourcontent .rightinfos .headergroup ul li{
		width: 104px;
		float: left;
		margin-left: 10px;
		margin-right: 10px;
		margin-top: 9px;
		padding-top: 11px;
		text-align: center;
		color:#ffffff;
	}
	.fourcontent .rightinfos .headergroup ul .selected{
		height: 28px;
		background: #ffffff;
		border-radius: 4px 4px 0px 0px;
		text-align: center;
		color:#0E62BC;
	}
	.fourcontent .rightinfos .headergroup .right{
		width: 60px;
		height: 14px;
		font-family: SourceHanSansCN, SourceHanSansCN;
		font-weight: 400;
		font-size: 14px;
		color: #FFFFFF;
		line-height: 21px;
		text-align: left;
		font-style: normal;
		position: absolute;
		top:15px;
		right:10px;
	}
	.fourcontent .rightinfos .content{
		background-color: #fff;
	}
	.fourcontent .rightinfos .content a{
		font-size:14px;
		text-decoration: none;
		color: #333333;
		height: 38px;
		line-height: 38px;
		padding: 0 12px;
	}
	.fourcontent .rightinfos .content ul{
		list-style: none;
		zoom: 1;
		list-style-type: none;
		float: left;
		margin: 0px;
		padding: 0px;
	}
	.fourcontent .rightinfos .content li {
		float: left;
		position: relative;
		display: block;
		width: 100%;
		margin: 0px;
		padding: 0px;
	}
	.fourcontent .rightinfos .content li::before {
		content: "•";
		color: #333;
		display: inline-block;
		width: 0px;
		margin-left: 15px;
		float: left;
		margin-top: 11px;
	}
	.fourcontent .rightinfos .content li a {
		/*
		font-size: 14px;
		text-decoration: none;
		color: #333333;
		height: 38px;
		line-height: 38px;
		padding: 0 15px;
		float: left;
		margin-top: 1px;
		*/
		font-size: 14px;
		text-decoration: none;
		color: #333333;
		height: 38px;
		line-height: 38px;
		padding: 0 15px;
		float: left;
		margin-top: 1px;
		width: 450px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		display: inline-block;
		text-align: left;
	}
	.fourcontent .rightinfos .content li span{
		font-size: 13px;
		color: #999999;
		float: right;
		margin-right: 15px;
		margin-top: 10px;
	}
	.fivecontent{
		width:1256px;
		text-align: center;
		margin:35px auto 0px auto;
		display: flex;
	}
	.fivecontent .leftcontent{
		width: 60%;
		padding-left: 20px;
		position: relative;
		background-color:#ffffff;
	}
	.fivecontent .leftcontent .headergroup{
		width: 100%;
		height: 48px;
		border-bottom:1px ridge #ccc;
	}
	.fivecontent .leftcontent .headergroup ul{
		display: block;
		margin: 0px 0px 0px 0px;
		padding: 0px;
		display: flex;
		flex-direction: row;
		list-style-type: none;
		float: left;
	}
	.fivecontent .leftcontent .headergroup ul li{
		width: 104px;
		float: left;
		margin-left: 10px;
		margin-right: 10px;
		margin-top: 9px;
		padding-top: 11px;
		text-align: center;
		font-weight: 900;
		font-size: 20px;
		color: #333333;
		line-height: 24px;
		font-style: normal;
	}
	.fivecontent .leftcontent .headergroup ul .selected{
		height: 28px;
		background: #ffffff;
		border-bottom: 2px ridge #0E62BC;
		text-align: center;
		color: #0E62BC;
		font-weight: 900;
		font-size: 20px;		
	}
	.fivecontent .leftcontent .headergroup .right{
		width: 60px;
		height: 14px;
		font-family: SourceHanSansCN, SourceHanSansCN;
		font-weight: 400;
		font-size: 14px;
		color: #0E62BC;
		line-height: 21px;
		text-align: left;
		font-style: normal;
		position: absolute;
		top:15px;
		right:10px;
	}
	.fivecontent .leftcontent .content{
		background-color: #fff;
		margin-top: 19px;
	}
	.fivecontent .leftcontent .content a{
		font-size:14px;
		text-decoration: none;
		color: #333333;
		height: 38px;
		line-height: 38px;
		padding: 0 12px;
	}
	.fivecontent .leftcontent .content ul{
		list-style: none;
		zoom: 1;
		list-style-type: none;
		float: left;
		margin: 0px;
		padding: 0px;
	}
	.fivecontent .leftcontent .content li {
		float: left;
		position: relative;
		display: block;
		width: 100%;
		margin: 0px;
		padding: 0px;
	}
	.fivecontent .leftcontent .content li::before {
		content: "•";
		color: #333;
		display: inline-block;
		width: 0px;
		margin-left: 15px;
		float: left;
		margin-top: 11px;
	}
	.fivecontent .leftcontent .content li a {
		font-size: 14px;
		text-decoration: none;
		color: #333333;
		height: 38px;
		line-height: 38px;
		padding: 0 15px;
		float: left;
		margin-top: 1px;
		width: 596px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		text-align: left;
	}
	.fivecontent .leftcontent .content li span{
		font-size: 13px;
		color: #999999;
		float: right;
		margin-right: 15px;
		margin-top: 10px;
	}

	.fivecontent .rightcontent{
		width: 40%;
		margin-top: 10px;
		text-align: center;
		background-color: #F1FBEC;
	}
	.fivecontent .rightcontent .header{
		text-align: center;
		width: 351px;
		height: 30px;
		margin: 0px auto;
	}
	.fivecontent .rightcontent .header .headerleft{
		width:122px;float:left;
	}
	.fivecontent .rightcontent .header .headercontent{
		width:100px;float:left;
	}
	.fivecontent .rightcontent .header .headercontent{
		width:100px;float:left;
	}
	.fivecontent .rightcontent .content{
		width:100%;
	}
	.fivecontent .rightcontent .content .box{
		width:150px;
		height:172px;
		margin:20px 40px 10px 40px;
		position: relative;
		float:left;
		cursor: pointer;
	}
	.fivecontent .rightcontent .content .box img{
		width:96px;
		height:112px;
	}
	.fivecontent .rightcontent .content .box .name{
		font-family: SourceHanSansCN, SourceHanSansCN;
		font-weight: bold;
		font-size: 16px;
		color: #333333;
		line-height: 24px;
		text-align: center;
		font-style: normal;
	}
	.fivecontent .rightcontent .content .box .message{
		font-family: SourceHanSansCN, SourceHanSansCN;
		font-weight: 400;
		font-size: 12px;
		color: #666666;
		line-height: 18px;
		text-align: center;
		font-style: normal;
	}
	.fivecontent .rightcontent .content .box .btn{
		width: 88px;
		height: 24px;
		border: 1px solid #CCCCCC;
		border-radius: 4px;
		margin: 0px auto 5px auto;
		padding-top: 5px;
		padding-left: 5px;
		text-align: center;
	}	
	
	
	/*专题专栏*/
	.zhuanlan{
		width:1256px;
		text-align: center;
		margin:35px auto 0px auto;
		display: flex;
	}
	.zhuanlan .header{
		width: 92px;
		height: 28px;
		font-family: PingFangSC, PingFang SC;
		font-weight: 500;
		font-size: 20px;
		color: #0E62BC;
		line-height: 28px;
		text-align: left;
		font-style: normal;
	}
	.zhuanlan .line{
		width: 1094px;
		height: 0px;
		border: 1px ridge #0E62BC;
		margin-top: 14px;
	}
	.zhuanlan .more{
		width: 68px;
		height: 16px;
		font-family: SourceHanSansCN, SourceHanSansCN;
		font-weight: 400;
		font-size: 16px;
		color: #0E62BC;
		line-height: 24px;
		text-align: right;
		font-style: normal;
		cursor: pointer;
	}

	/*主栏目*/
	.main_col_content{
		width:1256px;
		text-align: center;
		margin:35px auto 0px auto;
		display: flex;			
	}
	
	.main_col_content .leftcontent{
		width:50%;
		background-color:#ffffff;
		margin-right: 20px;
	}
	.main_col_content .leftcontent .headergroup{
		width: 100%;
		height: 48px;
		border-bottom:1px ridge #ccc;
		position: relative;
	}
	.main_col_content .leftcontent .headergroup ul{
		display: block;
		margin: 0px 0px 0px 0px;
		padding: 0px;
		display: flex;
		flex-direction: row;
		list-style-type: none;
		float: left;
	}
	.main_col_content .leftcontent .headergroup ul li{
		width: 104px;
		float: left;
		margin-left: 10px;
		margin-right: 10px;
		margin-top: 9px;
		padding-top: 11px;
		text-align: center;
		font-weight: 900;
		font-size: 20px;
		color: #333333;
		line-height: 24px;
		font-style: normal;
	}
	.main_col_content .leftcontent .headergroup ul .selected{
		height: 28px;
		background: #ffffff;
		border-bottom: 2px ridge #0E62BC;
		text-align: center;
		color: #0E62BC;
		font-weight: 900;
		font-size: 20px;
	}
	.main_col_content .leftcontent .headergroup .right{
		width: 60px;
		height: 14px;
		font-family: SourceHanSansCN, SourceHanSansCN;
		font-weight: 400;
		font-size: 14px;
		color: #0E62BC;
		line-height: 21px;
		text-align: left;
		font-style: normal;
		position: absolute;
		top: 20px;
		right: 10px;
	}
	.main_col_content .leftcontent .content{
		background-color: #fff;
		margin-top: 19px;
	}
	.main_col_content .leftcontent .content a{
		font-size:14px;
		text-decoration: none;
		color: #333333;
		height: 38px;
		line-height: 38px;
		padding: 0 12px;
	}
	.main_col_content .leftcontent .content ul{
		list-style: none;
		zoom: 1;
		list-style-type: none;
		float: left;
		margin: 0px;
		padding: 0px;
	}
	.main_col_content .leftcontent .content li {
		float: left;
		position: relative;
		display: block;
		width: 100%;
		margin: 0px;
		padding: 0px;
	}
	.main_col_content .leftcontent .content li::before {
		content: "•";
		color: #333;
		display: inline-block;
		width: 0px;
		margin-left: 15px;
		float: left;
		margin-top: 11px;
	}
	.main_col_content .leftcontent .content li a {
		font-size: 14px;
		text-decoration: none;
		color: #333333;
		height: 38px;
		line-height: 38px;
		padding: 0 15px;
		float: left;
		margin-top: 1px;
		width: 465px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		text-align: left;
	}
	.main_col_content .leftcontent .content li span{
		font-size: 13px;
		color: #999999;
		float: right;
		margin-right: 15px;
		margin-top: 10px;
	}

	.main_col_content .rightcontent{
		width: 50%;
		padding:0px;
		position: relative;
		background-color:#ffffff;
		height: 375px;
	}
	
	.main_col_content .rightcontent .headergroup{
		width: 100%;
		height: 48px;
		border-bottom:1px ridge #ccc;
	}
	.main_col_content .rightcontent .headergroup ul{
		display: block;
		margin: 0px 0px 0px 0px;
		padding: 0px;
		display: flex;
		flex-direction: row;
		list-style-type: none;
		float: left;
	}
	.main_col_content .rightcontent .headergroup ul li{
		width: 104px;
		float: left;
		margin-left: 10px;
		margin-right: 10px;
		margin-top: 9px;
		padding-top: 11px;
		text-align: center;
		font-weight: 900;
		font-size: 20px;
		color: #333333;
		line-height: 24px;
		font-style: normal;
	}
	.main_col_content .rightcontent .headergroup ul .selected{
		height: 28px;
		background: #ffffff;
		border-bottom: 2px ridge #0E62BC;
		text-align: center;
		color: #0E62BC;
		font-weight: 900;
		font-size: 20px;
	}
	.main_col_content .rightcontent .headergroup .right{
		width: 60px;
		height: 14px;
		font-family: SourceHanSansCN, SourceHanSansCN;
		font-weight: 400;
		font-size: 14px;
		color: #0E62BC;
		line-height: 21px;
		text-align: left;
		font-style: normal;
		position: absolute;
		top:15px;
		right:10px;
	}
	.main_col_content .rightcontent .content{
		background-color: #fff;
		margin-top: 19px;
	}
	.main_col_content .rightcontent .content a{
		font-size:14px;
		text-decoration: none;
		color: #333333;
		height: 38px;
		line-height: 38px;
		padding: 0 12px;
	}
	.main_col_content .rightcontent .content ul{
		list-style: none;
		zoom: 1;
		list-style-type: none;
		float: left;
		margin: 0px;
		padding: 0px;
	}
	.main_col_content .rightcontent .content li {
		float: left;
		position: relative;
		display: block;
		width: 100%;
		margin: 0px;
		padding: 0px;
	}
	.main_col_content .rightcontent .content li::before {
		content: "•";
		color: #333;
		display: inline-block;
		width: 0px;
		margin-left: 15px;
		float: left;
		margin-top: 11px;
	}
	.main_col_content .rightcontent .content li a {
		font-size: 14px;
		text-decoration: none;
		color: #333333;
		height: 38px;
		line-height: 38px;
		padding: 0 15px;
		float: left;
		margin-top: 1px;
		width: 465px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		text-align: left;
	}
	.main_col_content .rightcontent .content li span{
		font-size: 13px;
		color: #999999;
		float: right;
		margin-right: 15px;
		margin-top: 10px;
	}		
	
	.sixcontent{
		width:1256px;
		margin:20px auto 0px auto;
		position: relative;
		display: flex;
	}
	.sixcontent .box{
		width: 302px;
		height: 102px;
		position: relative;
		margin-right: 21px;
	}
	.sixcontent .box img{
		width:100%;
		height:100%;
		z-index: 5;
	}

	.sevencontent{
		width:1256px;
		margin:20px auto 0px auto;
		position: relative;
		display: flex;
	}
	.sevencontent .left{
		width:65%;
		position: relative;
		background-color:#ffffff;
		padding:10px 20px 0px 10px;
	}
	.sevencontent .left .lefttop{
		margin:0px;
		width: 100%;
		height:234px;
		display: flex;
	}
	.sevencontent .left .lefttop .left{
		width: 304px;
		height: 224px;
		margin: 0px;
		padding: 0px;
		position: relative;
	}
	.sevencontent .left .lefttop .left img{
		width:100%;
		height:100%;
	}
	.sevencontent .left .lefttop .right{
		flex: 1;
		position: relative;
	}
	.sevencontent .left .lefttop .right .title{
		position: absolute;
		top: 18px;
		left: 17px;
		width: 100%;
	}
	.sevencontent .left .lefttop .right .title .time{
		width: 86px;
		height: 15px;
		font-family: SourceHanSansCN, SourceHanSansCN;
		font-weight: 400;
		font-size: 15px;
		color: #999999;
		line-height: 23px;
		text-align: left;
		font-style: normal;
		position: absolute;
	}
	.sevencontent .left .lefttop .right .title .titleflag{
		position: absolute;
		top: -29px;
		right: 15px;
	}
	.sevencontent .left .lefttop .right .content{
		position: absolute;
		top: 50px;
		left: 15px;
		height: 56px;
		font-family: PingFangSC, PingFang SC;
		font-weight: 400;
		font-size: 20px;
		color: #333333;
		line-height: 28px;
		text-align: left;
		font-style: normal;
		margin: 5px;
		overflow: hidden;
		text-overflow: ellipsis;
		text-align: left;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		width: 839px;
	}
	.sevencontent .left .lefttop .right .message{
		position: absolute;
		top: 119px;
		left: 15px;
		height: 42px;
		font-family: PingFangSC, PingFang SC;
		font-weight: 400;
		font-size: 15px;
		color: #666666;
		line-height: 21px;
		text-align: left;
		font-style: normal;
		margin: 5px;
		width: 865px;
		overflow: hidden;
		text-overflow: ellipsis;
		text-align: left;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}
	.sevencontent .left .lefttop .right .bottom{
		position: absolute;
		top: 175px;
		left: 15px;
	}
	.sevencontent .left .lefttop .right .bottom .button {
		background-color: #0E62BC;
		width: 120px;
		height: 29px;
		text-align: center;
		padding-top: 8px;
		font-family: SourceHanSansCN, SourceHanSansCN;
		font-weight: 400;
		font-size: 14px;
		color: #FFFFFF;
		line-height: 21px;
		font-style: normal;
		cursor: pointer;
	}
	.sevencontent .left .leftbottom{
		margin:-5px 15px 15px -15px;
		width: 100%;
		height:288px;
	}
	.sevencontent .left .leftbottom ul{
		list-style: none;
		zoom: 1;
		list-style-type: none;
		float: left;
		margin: 0px;
		padding: 0px;
		margin-top: 10px;
	}
	.sevencontent .left .leftbottom li {
		float: left;
		position: relative;
		display: block;
		width: 100%;
		margin: 0px;
		padding: 0px;
	}
	.sevencontent .left .leftbottom li::before {
		content: "•";
		color: #333;
		display: inline-block;
		width: 0px;
		margin-left: 15px;
		float: left;
		margin-top: 11px;
	}
	.sevencontent .left .leftbottom li a {
		font-size: 14px;
		text-decoration: none;
		color: #333333;
		height: 45px;
		line-height: 45px;
		padding: 0 15px;
		float: left;
		margin-top: 1px;
		width: 659px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		text-align: left;
	}
	.sevencontent .left .leftbottom li span{
		font-size: 13px;
		color: #999999;
		float: right;
		margin-right: 15px;
		margin-top: 10px;
	}
	.sevencontent>.right{
		flex: 1;
		position: relative;
		padding: 12px;
		background-color: #F1FBEC;
	}
	.sevencontent>.right>ul{
		list-style: none;
		zoom: 1;
		list-style-type: none;
		float: left;
		margin: 0px;
		padding: 0px;
	}
	.sevencontent>.right>ul>li{
		display:block;
		margin-left: 5px;
		float: left;
		margin-top: 11px;
		position: relative;
		display: flex;
		cursor: pointer;
	}
	.sevencontent>.right>ul>li .contentleft{
		width: 76px;
		height: 64px;
		background: #0E62BC;
		position: relative;
	}
	.sevencontent>.right>ul>li .contentleft .title{
		width: 23px;
		height: 20px;
		font-family: SourceHanSansCN, SourceHanSansCN;
		font-weight: 400;
		font-size: 20px;
		color: #FFFFFF;
		line-height: 30px;
		text-align: center;
		font-style: normal;
		margin: 9px auto 0px auto;
	}
	.sevencontent>.right>ul>li .contentleft .message{
		width: 56px;
		height: 15px;
		font-family: SourceHanSansCN, SourceHanSansCN;
		font-weight: 400;
		font-size: 12px;
		color: #FFFFFF;
		line-height: 23px;
		text-align: center;
		font-style: normal;
		margin: 5px auto 0px auto;
	}
	.sevencontent>.right>ul>li .contentright{
		flex: 1;
		width: 284px;
		height: 42px;
		font-family: PingFangSC, PingFang SC;
		font-weight: 400;
		font-size: 15px;
		color: #666666;
		line-height: 21px;
		text-align: left;
		font-style: normal;
		margin: 11px;
		width: 283px;
		overflow: hidden;
		text-overflow: ellipsis;
		text-align: left;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}
	.eightcontent{
		width:1256px;
		margin:20px auto 0px auto;
		position: relative;
		display: flex;
	}
	.eightcontent>.swiper-container{
		margin:0px;
		padding:0px;
		margin-top:16px;
	}
	.eightcontent>.swiper-container>.swiper-wrapper{
		margin:0px;
		padding:0px;
	}
	.eightcontent>.swiper-container>.swiper-wrapper>.swiper-slide{
		width: 302px;
		height: 230px;
		margin-left: 20px;
	}
	.eightcontent>.swiper-container>.swiper-wrapper>.swiper-slide>img{
		width: 100%;
		height: 200px;
	}

	/*图片缩放动效*/
	.imgscale img {
	    -moz-transition: all 0.3s ease-in-out 0s;
	    -ms-transition: all 0.3s ease-in-out 0s;
	    -o-transition: all 0.3s ease-in-out 0s;
	    -webkit-transition: all 0.3s ease-in-out 0s;
	    transition: all 0.3s ease-in-out 0s;
	}

	.imgscale img:hover {
	    -moz-transform: scale(1.05);
	    -ms-transform: scale(1.05);
	    -o-transform: scale(1.05);
	    -webkit-transform: scale(1.05);
	    transform: scale(1.05);
	}	

	.eightcontent>.swiper-container>.swiper-wrapper>.swiper-slide>.txt{
		height: 30px;
		width: 100%;
		color: #181717;
		text-align: center;
		margin: 5px auto 10px auto;
		font-size: 15px;
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
	}
	
	/*版权信息*/
	.bottomcontent{
		width:100%;
		margin:30px auto 0px auto;
		position: relative;
		background-color:#0E62BC;
	}
	.bottomcontent .zpcontent{
		height:256px;
		flex: 1;
		margin:0px;
		padding:0px;
	}
	.bottomcontent .zpcontent img{
		width:100%;
		height:256px;
		z-index: 5;
	}
	.bottomcontent .zpcontent .title{
		width: 1256px;
		height: 32px;
		font-family: PingFangSC, PingFang SC;
		font-weight: 500;
		font-size: 24px;
		color: #333333;
		line-height: 32px;
		font-style: normal;
		margin: -180px auto 0px auto;
		z-index: 10;
		text-align: left;
	}
	.bottomcontent .zpcontent .titlesecond{
		display: flex;
		width: 1256px;
		text-align: center;
		margin: 30px auto 0px auto;
	}
	.bottomcontent .zpcontent .titlesecond .box{
		width: 115px;
		height: 27px;
		background: #0E62BC;
		margin-right: 50px;
		text-align: center;
		font-family: SourceHanSansCN, SourceHanSansCN;
		font-weight: bold;
		font-size: 14px;
		color: #FFFFFF;
		line-height: 18px;
		font-style: normal;
		padding-top: 10px;
		cursor: pointer;
	}
	
	/*底部宣传banner*/
	.mainbanner{
		/*width:100%;*/
		width:1256px;
		margin:20px auto 0px auto;
		position: relative;
		cursor: pointer;
		height:200px;
	}
	.mainbanner img{
		width:100%;
		height:100%;
	}		

	/*友情链接-文本模式*/
	.linkcontent {
		width: 100%;
		background: #0E62BC;
		box-shadow: inset 0px -1px 0px 0px #40403F;
		margin: 0px auto 0px auto;
		text-align: center;
		padding-bottom: 12px;
	}
	.linkcontent>.container{
		width: 1256px;
		height: 31px;
		background: #0E62BC;
		display: flex;
		text-align: center;
		margin: 15px auto;
		justify-content: space-between;
	}
	.linkcontent>.container>.box{
		position: relative;
		text-align: center;
		width: 22%;
		height: 100%;
	}
	.linkcontent>.container>.box>.boxcontent{
		width: 100%;
		height: 100%;
		background: rgba(255, 255, 255, 0.1);
		padding: 0px 100px 0px auto;
		position: relative;
	}
	.linkcontent>.container>.box>.boxcontent>.title{
		width: 100%;
		height: 100%;
		font-family: SourceHanSansCN, SourceHanSansCN;
		font-weight: 400;
		font-size: 15px;
		color: #FFFFFF;
		line-height: 24px;
		text-align: center;
		font-style: normal;
		margin-top: 7px;
		padding-top: 3px;
	}
	.linkcontent>.container>.box>.boxcontent>.flagup{
		position: absolute;
		top: 6px;
		right: 10px;
	}
	.linkcontentmorecontenter{
		display: none;
		width: 1256px;
		margin: 15px auto;
	}
	.linkcontentmore{
		width: 100%;
		height: auto;
		background: #0E62BC;
		display: flex;
		text-align: center;
		margin: 15px auto;
		justify-content: space-between;
	}
	.linkcontentmore>.box{
		position: relative;
		text-align: center;
		color: #fff;
		width: 22%;
	}
	.linkcontentmore>.box>.boxcontent{
		width: 187px;
		background: rgba(255, 255, 255, 0.1);
		margin: 0px auto 0px auto;
		position: relative;
	}
	.linkcontentmore>.box>.boxcontent ul{
		list-style: none;
		zoom: 1;
		list-style-type: none;
		float: left;
		margin: 0px;
		padding: 0px;
	}
	.linkcontentmore>.box>.boxcontent>ul>li{
		margin-left: 5px;
		float: left;
		margin-top: 11px;
		position: relative;
		display: flex;
		text-align: center;
	}
	.linkcontentmore>.box>.boxcontent>ul>li>a{
		font-size: 14px;
		text-decoration: none;
		height: 19px;
		line-height: 20px;
		padding: 0 12px;
		color: #fff;
	}
	
	/*友情链接-图片模式*/
	.linkcontent_img{
		width: 1256px;
		margin: 20px auto 0px auto;
		position: relative;
		display: flex;
	}
	
	.linkcontent_img .header{
		width: 92px;
		height: 28px;
		font-family: PingFangSC, PingFang SC;
		font-weight: 500;
		font-size: 20px;
		color: #fff;
		line-height: 28px;
		text-align: left;
		font-style: normal;
	}
	.linkcontent_img .line{
		width: 100%;
		height: 0px;
		border: 1px ridge #fff;
		margin-top: 14px;
	}

	.linkcontent_img .box{
		height: 60px;
		position: relative;
		margin-right: 21px;
		cursor: pointer;
		flex: 1;
	}
	.linkcontent_img .box img{
		width: 100%;
		height: 100%;
		z-index: 5;
	}
	
	/*
	.linkcontent_img .box img:hover{
		-webkit-transform: scale(1.08);
		-ms-transform: scale(1.08);
		transform: scale(1.08);
	}
	*/
	
	.linkcontent_img .box .title{
		font-size: 14px;
		position: absolute;
		right: 10px;
		top: 33px;
		color: #ffffff;
		z-index: 10;
	}
	
	
	/*版权信息*/
	.telecontent{
		width: 1256px;
		height: 90px;
		margin: 20px auto 0px auto;
		position: relative;
		display: flex;
	}
	.telecontent .titleleft{
		width: 20%;
		text-align: right;
	}
	
	.telecontent .titleleft img{
		/*width: 276px;*/
		width: 125px;
		height: 92px;
		margin-top: -10px;
	}
	.telecontent .content{
		width: 60%;
		height: 20px;
		text-align: center;
	}
	.telecontent .content .first{
		width: 100%;
		height: 12px;
		font-family: SourceHanSansCN, SourceHanSansCN;
		font-weight: 400;
		font-size: 14px;
		color: #FFFFFF;
		line-height: 18px;
		text-align: center;
		font-style: normal;
		margin: 5px auto;
	}
	.telecontent .content .second{
		width: 100%;
		height: 14px;
		font-family: SourceHanSansCN, SourceHanSansCN;
		font-weight: 400;
		font-size: 14px;
		color: #FFFFFF;
		line-height: 22px;
		text-align: center;
		font-style: normal;
		margin: 20px auto;
	}
	.telecontent .titleright{
		width: 20%;
		margin: 0px auto;
		text-align: left;
	}
	.telecontent .titleright img{
		width: 92px;
		height: 92px;
		margin-top: -11px;
	}
	.imgslider{
		width: 23px;
		height: 31px;
		position: fixed;
		bottom: 200px;
		right: 10px;
		background: #0E62BC;
		box-shadow: 0px 2px 4px 0px rgba(14,98,188,0.25);
		border-radius: 4px;
		padding: 10px 10px 10px 16px;
		cursor: pointer;
		z-index: 999;
	}
	.querycondition{
		display: none;
		width: 213px;
		height:25px;
		position: absolute;
		right: 99px;
		top: 42px;
	}
	.querycondition .querytext{
		width:120px;
		height:25px;
		padding: 8px 12px;
		font-size: 14px;
		border: 1px solid #e0e0e0;
		border-radius: 4px;
		outline: none;
		background-color: #fff;
		transition: all 0.3s ease;
		box-sizing: border-box;
	}
	.conditionbtn{
		border: 1px solid #e0e0e0;
		outline: none;
		background-color: #fff;
		transition: all 0.3s ease;
		box-sizing: border-box;
		height: 23px;
		width: 39px;
	}
	.leftbottom .selected a{
		border-bottom: 1px ridge #0E62BC;
		color:#0E62BC !important;
	}
	.leftbottom .selected::before{
		color:#0E62BC !important;
	}
	.content .selected a{
		border-bottom: 1px ridge #0E62BC;
		color:#0E62BC !important;
	}
	.content .selected::before{
		color:#0E62BC !important;
	}
	.telecontent .content .second a{
		text-decoration: none;
		color: #333333;
		margin-top: 1px;
	}
	
	
	/*飘屏图片*/
	.leftFloating{
		position: absolute;
		float: left;
		top: 1056px;
		left: 20px;
		width: 200px;
	}
	.leftFloating img{
		width:100%;
	}	
	.rightFloating{
		position: absolute;
		top: 1056px;
		right: 5px;
		width: 200px;
		
	}
	.rightFloating img{
		width:100%;
	}
	
	.rightFloating_ad{
		position: absolute;
		top: 1580px;
		right: 5px;
		width: 200px;
		
	}
	.rightFloating_ad img{
		width:100%;
	}

	.accordion_container{
		width: 1256px;
		height:300px;
		display: flex;
		margin:100px auto 50px auto;
	}
	/*.accordion_itemactive{*/
	/*z-index: 10 !important;*/
	/*width: 410px !important;*/
	/*height: 400px !important;*/
	/*margin-top:-150px;*/
	/*}*/
	.accordion_item{
		width: 260px;
		height: 150px;
		box-shadow: 0 0 15px 0 rgba(0, 0, 0, .15);
		position: relative;
		transition: height .3s ease-in-out, width .3s ease-in-out;
		will-change: height, width;
		z-index: 0;
		position: relative; /* 便于图片定位 */
	}

	.accordion_itemcontainer{
		width: 260px;
		height: 150px;
		box-shadow: 0 0 15px 0 rgba(0, 0, 0, .15);
		overflow: hidden;
		position: relative;
		transition: height .3s ease-in-out, width .3s ease-in-out;
		will-change: height, width;
		z-index: 0;
		overflow: hidden;   /* 超出部分隐藏 */
		position: relative; /* 便于图片定位 */
	}

	.accordion_itemcontainerselected{
		width: 378px !important;
		height: 280px !important;
		margin-top:-20px !important;
		transition-delay: 50ms !important;
		object-fit: none !important;  /* 保持图片原始尺寸 */
		/* 可选：设置图片显示位置 */
		object-position: center center !important;
		position: absolute !important;
		top:-50px !important;
		left:-50px !important;
	}
	.accordion_itemcontainerselected>.itemtxt{
		position: absolute;
		bottom: 24px;
		left: 33px;
		color: #fff;
	}
	.accordion_itemcontainerselected>.itemtxt>.txt1{
		font-size: 19px;
		line-height: 26px;
	}
	.accordion_itemcontainerselected>.itemtxt>.txt2{
		line-height: 26px;
		width: 70%;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 4;
		overflow: hidden;
		line-height: 1.5;
	}
	.accordion_itemcontainerselected>.itemtxt>.txt3{
		width: 89px;
		height: 15px;
		padding: 12px;
		padding-top: 5px;
		margin-top: 16px;
		background-color: #ffff;
		font-family: SourceHanSansCN, SourceHanSansCN;
		font-weight: 400;
		font-size: 14px;
		color: #008E4E;
		line-height: 21px;
		text-align: left;
		font-style: normal;
	}

	.accordion_item img{
		width: 378px;
		height: 280px;
		object-fit: none;  /* 保持图片原始尺寸 */
		/* 可选：设置图片显示位置 */
		object-position: center center;
		pointer-events: auto;
	}
	.accordion_item>.itemtxt{
		display: none;
		pointer-events: auto;
	}
