/*!
 * public css V1.0
 * 02.2025
 * 
 */

/*** CSS 通用内容 ***/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body,
div,
h1,
h2,
h3,
h4,
h5,
h5,
p,
ul,
ol,
li,
dl,
dt,
dd {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

ul,
ol {
	list-style-type: none;
}

em {
	font-style: normal
}

body {
	color: #444;
}

input,
textarea {
	font: 14px Arial, Helvetica, sans-serif;
	line-height: 30px;
	border: none;
	outline: none;
}

a {
	color: #333;
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	color: #333;
}

body,
div {
	line-height: 26px;
	font-size: 16px
}

/*********common area*************/
.g-c-area {
	margin: 0px auto;
	position: relative
}

.fl-left {
	float: left
}

.fl-right {
	float: right
}

.txt-c {
	text-align: center
}

/**clear**/
.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
	overflow: hidden;
}

.clearfix {
	zoom: 1;
}

/*
*,
*:before,
*:after {  -webkit-box-sizing: border-box;   -moz-box-sizing: border-box;      box-sizing: border-box;}

/*******************/
.w1400 {
	width: 1200px;
	margin: 0 auto;
	border: 0px solid #ccc
}

.w1100 {
	background: #fff;
	width: 1100px;
	overflow: hidden;
	margin: 10px auto;
}

.mb30 {
	margin-bottom: 30px
}

.sp10 {
	font-size: 1px;
	display: block;
	clear: both;
	overflow: hidden;
	height: 10px;
}

.gray {
	color: #aaaaaa
}

/*******list*******/
.cm-ul-list {}

.cm-ul-list li a{
	display: block;
	line-height: 38px;
	height: 38px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	border-bottom: 0px solid #ddd;
}

.cm-pic-list li {
	margin-bottom: 20px;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
}

.cm-pic-list img {
	width: 100%;
	height: 200px;
}

.cm-pic-list p {
	overflow: hidden;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.cm-pic-list li a {
	margin: 10px 0 6px
}

.cm-picrw-list {}

.cm-picrw-list li {
	margin-bottom: 20px;
	position: relative;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
}

.cm-picrw-list li>a {
	display: block;
	position: relative;
	margin-right: 20px
}

.cm-picrw-list li>a img {
	width: 175px;
	height: 115px;
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 20
}

.cm-picrw-list li p {
	margin-left: 190px
}

.cm-picrw-list li a p,
.cm-picrw-list li p {
	height: 120px;
	line-height: 30px;
	border-bottom: 1px solid #e9e9e9;
	overflow: hidden;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	white-space: normal;
		
}

.cm-picrw-list li p:hover {
	padding-top: 10px;
	height: 105px
}

.img-overw {
	position: relative;
	line-height: 0px;
	display: inline-block
}

.img-overw img {
	width: 100%!important;
	height: 100%!important;
}

.img-overw p {
	position: absolute;
	width: 100%;
	height: 50px;
	line-height: 58px;
	bottom: 0px;
	color: #fff;
	padding: 0 8px;
	background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000, endColorstr=#7f000000);
	box-sizing: border-box;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
}

.pagenumb {
	padding: 10px 0;
	text-align: center
}

.pagenumb a {
	margin: 0 10px;
	display: inline-block;
	width: 12px;
	height: 18px
}

.pagenumb a img {
	width: 100%;
	height: 100%
}

.pagenumb em {
	width: 7px;
	height: 7px;
	border-radius: 4px;
	background: #fff;
	display: inline-block;
	margin: 5px 6px
}

.pagenumb em.on {
	background: #fde47b
}

.videobox {}

.videobox li {
	position: relative
}

.videobox li a img {
	width: 100%;
	height: 100%;
}

.videobox li>a:before,
.videobox a:before {
	content: '';
	display: block;
	width: 60px;
	height: 60px;
	background: url("../images/i_play.png") no-repeat;
	background-size: 100%;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 10;
	margin-left: -30px;
	margin-top: -30px;
}

.list-2col li {
	float: left;
	width: 47%;
	margin-right: 3%;
}

.list-3col li {
	float: left;
	width: 32%;
	margin-right: 1.3%;
}

.list-4col li {
	float: left;
	width: 22%;
	margin-left: 1.5%;
	margin-right: 1.5%;
}

.list-5col li {
	float: left;
	width: 18%;
	margin-right: 2%
}

/*******/
.rollmumb {
	padding: 10px 0;
	text-align: center;
}

.rollmumb a {
	margin: 0 10px;
	display: inline-block;
	width: 12px;
	height: 18px;
}

.rollmumb a img {
	width: 100%;
	height: 100%
}

.rollmumb em {
	width: 7px;
	height: 7px;
	border-radius: 4px;
	background: #ddd;
	display: inline-block;
	margin: 5px 6px
}

.rollmumb em.on {
	background: #b80c0c
}

.rollmumb em.on2 {
	background: #ffec1c
}

.pagemumb {
	padding: 10px 0;
	text-align: center;
	color: #999999;
	font-size: 12px;
}

.pagemumb a {
	margin: 0 10px;
	display: inline-block;
	width: 16px;
	background: #eee;
	padding: 0px 6px;
	font-size: 14px;
	line-height: 28px
}

.pagemumb a:hover {
	background: #aeaeae
}

.pagemumb em {
	width: 15px;
	height: 15px;
	display: inline-block;
	margin: 5px 8px;
	font-size: 16px;
	font-weight: bold
}

/*****/
.mobileh5-box {
	position: relative;
	margin: 0 auto
}

.mobileh5-box ul {
	width: 90%;
	margin: 0 auto
}

.mobileh5-box li {
	width: 33%;
	position: relative;
	padding: 0px;
	line-height: 0;
	float: left;
}

.mobileh5-box li a {
	width: 286px;
	height: 510px;
	display: block;
	margin: 00px auto;
	padding-top: 40px;
	text-align: center;
	background: url("../images/mobileh5-bg.png") no-repeat 0 0;
}

.mobileh5-box li img {
	width: 250px;
	border-radius: 0px;
	border: 0px solid #fff;
}

.mobileh5-box li .mobileh5-box-bg {
	position: absolute;
	width: 260px;
	background: #153a85;
	height: 480px;
	top: 7px;
	z-index: 20;
	border-radius: 30px;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	border: 6px solid #153a85;
	left: 50%;
	margin-left: -135px
}

.mobileh5-box li .info h3 {
	color: #fff;
	font-size: 24px;
	position: absolute;
	z-index: 30;
	top: 400px;
	opacity: 0;
	filter: alpha(opacity=0);
	width: 220px;
	left: 50%;
	margin-left: -110px;
	line-height: 34px;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
}

.mobileh5-box li .info {
	display: nodne;
	width: 260px;
	margin: 0 auto;
	overflow: hidden
}

.mobileh5-box li:hover .mobileh5-box-bg {
	opacity: 0.95;
	filter: alpha(opacity=0.95);
}

.mobileh5-box li:hover .info h3 {
	top: 200px;
	opacity: 1;
	filter: alpha(opacity=1);
}

.mobileh5-box .arrow-left {
	position: absolute;
	top: 320px;
	left: 10px;
	z-index: 5
}

.mobileh5-box .arrow-right {
	position: absolute;
	top: 320px;
	right: 50px;
	z-index: 5
}

/****form****/
.formbox {}

.form-inp {
	background-color: #efefef;
	border: 0px;
	outline: none;
	padding: 5px 10px
}

.formbox input.inpcheck {
	margin-right: 8px;
	vertical-align: middle;
	display: inline-block
}

/******* copyright  *****/
.footcopyright {
	padding: 20px 0 30px;
	text-align: center;
	color: #666;
}

.footcopyright p {
	font-size: 14px;
	line-height: 26px
}

/*********common end***********/

/* 分享 */
.fx_new {
	float: left;
	text-align: left;
}

.bshare-custom a:link {
	color: #fff;
}

.bshare-custom a:visited {
	color: #fff;
}

.bshare-custom a:hover {
	color: #fff;
}

.bais {
	color: #fff;
}

.bshare-custom #bshare-shareto {
	color: #fff !important;
}

.fx_bot {
	bottom: 0;
}

/*导航*/


/*背景*/
/*.sc_top{ background: url("../images/top.jpg") no-repeat top;height:720px; background-size: cover}
@media screen and (max-width:1920px) { 
}*/

body {
	background: #fff
}

.fl_left {
	float: left
}

.fl_right {
	float: right
}

.rollleft,
.rollright {
	margin: 0 5px
}

.cm-pic-list {
	width: 98%;
	margin: auto
}

.cm-ul-list li {
	border-bottom: 1px dashed #dddddd;
	margin-top: 6px;
	border-radius: 2px;
}

.cm-ul-list li a {
	background: url("../images/dot.png") no-repeat 0 center;
	padding-left: 12px;
	background-size: 4px 4px;
	margin-left: 8px
}

.cm-ul-list li:hover {
	border-bottom: 1px solid #d6f5fd;
	background: #e5f4ff;
	border-radius: 20px;
}

@media screen and (max-width:1920px) {}


/*栏目*/
.sc-title {
	height: 115px;
	text-align: center;
}

.sc-title h2 {
	font-size: 28px;
}

/******* 底部 *****/

.footcopyright {
	width: 100%;
}

.copyright {
	width: 100%;
	padding: 20px 0 30px 0;
}

.copyright p {
	font-size: 12px;
	color: #a4bcf3;
	text-align: center;
}


.sc-col {
	padding: 10px;
}

.more {
	text-align: center;
}

.more a {
	margin: 0 20px;
}

/***/

/***** 通用内容 结束***/

/***** 页面宽度 *****/
/********/
.cm-area {
	width: 102%
}

.cm-col {
	background: #f8f3e7;
	float: left;
	margin-right: 2%
}

.cm-2col .cm-col {
	width: 48%;
}

.cm-3col .cm-col {
	width: 31.33%;
}

.cm-4col .cm-col {
	width: 23%;
}

/*******/

/******/
/********************************/

.sc-bartitle {
	width: 1000px;
	height: 85px;
	margin: 00px auto 10px;
	position: relative;
	text-align: center;
	top: 00px;
	padding-top: 20px;
}

.sc-bartitle img {
	width: 960px
}

.g-c-area {
	width: 1200px;
	position: relative
}

.g-c-area .bd {
	padding: 0 0px
}


.wbg {
	background: url("../images/pagebg2.png") repeat center 0;
}

/** nav***/
.g-c-100 {
	width: 100%;
	position: relative;
	height: calc(100vh)
}

.g-c-main {
	width: 72%;
	margin: 00px auto 0;
	padding-top: 250px;
}

.g-c-main2 {
	width: 1400px;
	position: absolute;
	top: 50%;
	left: 50%;
	height: 660px;
	margin-top: -330px;
	margin-left: -700px
}

.sc-m {
	padding: 60px
}

.arrow-left {
	position: absolute;
	bottom: -15px;
	left: 190px;
	z-index: 35
}

.arrow-right {
	position: absolute;
	bottom: -15px;
	right: 120px;
	z-index: 35
}

.arrow-up {
	position: absolute;
	top: 0;
	left: 10px;
	z-index: 5
}

.arrow-down {
	position: absolute;
	top: 140px;
	left: 10px;
	z-index: 5
}

.sctop {
	line-height: 0px;
	background: url("../images/toppic.jpg") no-repeat center 0px;
	position: relative;
}

.sctop-c {
	line-height: 0px;
	position: relative;
	min-height: 386px;
}

.sctop-c img {
	width: 100%;
	height: 100%
}

.sctop-w {
	position: absolute;
	top: 100px;
	left: 50%;
	width: 680px;
	margin-left: -340px;
}

@media screen and (max-width:1920px) {}

a.more {
	height: 45px;
	line-height: 45px;
	text-align: center;
	margin: 20px auto 10px;
	display: block;
	width: 700px;
	border-radius: 10px;
	color: #999;
}

a.more:hover {
	background: #fff;
	color: #777;
	font-weight: bold
}

/********/
.topnews h2 {
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 0px;
	line-height: 120px;
	padding-left: 160px;
}

.topnews h2 a {
	color: #fff;
}

.topnews h2 a:hover {
	color: #ffdd1e;
}

.topnewsc {
	background: #0630ad;
	border-bottom: 0px solid #cda076;
	margin: 0 auto;
	position: relative;
	height: 120px
}

@media screen and (max-width:1920px) {
	.topnewsc {
		width: 100%;
	}
}

.topnews .topnewsp {
	position: absolute;
	left: 20px;
	top: -20px;
}

.topnews .topnewsp img {
	width: 130px
}

/**********/
/** navlist***/

.navmenu {
	position: fixed;
	top: 30px;
	right: 60px;
	z-index: 120;
	width: 160px;
}

#menufiexd .m {
	background: transparent url("../images/navrigbg.png") no-repeat scroll center 0;
	padding-bottom: 10px;
	min-height: 300px;
	padding-top: 30px;
}

#menufiexd .f {
	background: transparent url("../images/navrigbg.png") no-repeat scroll center bottom;
	height: 40px
}

.nav-up {
	display: block;
	height: 40px;
}

.menulist {
	width: 100px;
	margin: 05px auto 0;
	text-align: center
}

.menulist a {
	line-height: 40px;
	display: block;
	color: #fff;
	border-bottom: 1px solid #388cf5;
	transition: all .2s ease-in;
	font-size: 14px;
	position: relative;
}

.menulist a:hover {
	color: #fff;
	font-weight: bold
}

.menulist a:before {
	transition: all .2s ease-in;
	-webkit-transition: all 0.2s linear;
	opacity: 0.1;
	filter: Alpha(opacity=10);
	background: #fff;
	content: '';
	display: block;
	width: 0%;
	height: 100%;
	position: absolute;
	left: 50%;
	margin-left: -1%
}

.menulist a:hover:before {
	opacity: 0.2;
	filter: Alpha(opacfffity=20);
	width: 100%;
	height: 100%;
	margin-left: -50%
}

.menulist {
	transform: translate(0, 0px);
	transition: all .2s ease-in;
	-webkit-transition: all 0.2s linear;
}

/**************/
.rooldot {
	text-align: center;
	line-height: 30px
}

.rooldot em {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #eb2d1c;
	margin: 20px 8px;
}

.rooldot em.on {
	background: url("../images/dotd.png") no-repeat center center;
	width: 30px;
	height: 30px;
	border-radius: 0;
	margin: 10px;
}

.sc1 {
	position: relative
}

.sc1 .sc-m {
	padding: 30px
}

.sc1-bg {
	background: #fff url("../images/sc1bg.jpg") no-repeat center center;
	height: 560px;
	padding: 30px 0 0
}

.sc1 .sc-m {
	position: relative;
	z-index: 10;
	margin-top: 30px
}

.sc1 .fl-left {
	width: 500px;
	padding-top: 10px;
}

.sc1 .fl-right {
	width: 600px;
	padding-top: 20px;
}

.sc1bluebg {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 600px;
	background: #2a58eb;
	height: 360px;
	z-index: 1
}

.sc1 .cm-ul-list a {
	color: #fff
}

.sc1 .cm-ul-list li {
	border: 0px
}

.sc1 .cm-ul-list h3 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 25px
}

.sc1 .cm-ul-list li:hover {
	background: #123bbe
}

.sc1 .cm-ul-list h3:hover a,
.sc1 .cm-ul-list li:hover a:hover {
	color: #ffdd1e;
}

.dailyarea {
	background: url("../images/daily.png") no-repeat center center;
	height: 150px;
	width: 720px;
	margin: 30px auto 0;
	padding: 20px 0 0 300px
}

.dailyarea .day {
	float: left;
	width: 164px;
	text-align: center;
	font-size: 44px;
	font-weight: bold;
	line-height: 150px;
	position: relative;
}
.dailyarea .day::before{
	content: "";
	position: absolute;
	right: 0;
	width: 1px;
	top: 35px;
	height:70px;
	border-left: 1px dotted #999;
}
.dailyarea .day:nth-child(4)::before{
	display: none;
}

.dailyarea .day a {
	color: #103ed3
}

.dailyarea .day a:hover {
	color: #f25518
}

.h100px {
	height: 80px
}

/********/
.cm-sc2list {
	margin-top: 0px
}

.cm-sc2list li {
	background: #f3f3f3;
	border-radius: 10px;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	position: relative;
}

.cm-sc2list li img {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.cm-sc2list li p {
	margin: 5px 15px 5px;
	text-align: left;
	word-break: break-all;
	height: 75px;
	text-overflow: ellipsis;
	display: -webkit-box;
	/** 对象作为伸缩盒子模型显示 **/
	-webkit-box-orient: vertical;
	/** 设置或检索伸缩盒对象的子元素的排列方式 **/
	-webkit-line-clamp: 3;
	/** 显示的行数 **/
	overflow: hidden;
	/** 隐藏超出的内容 **/
	white-space: normal;
	line-height: 24px
}

.cm-sc2list li span {
	position: absolute;
	bottom: -25px;
	left: 20px;
	z-index: 20;
	display: inline-block;
	width: 44px;
	height: 44px;
}

.cm-sc2list li:hover {
	box-shadow: 0px 30px 30px -30px #000;
}

.cm-sc2list li:hover span {
	background: url("../images/en-a-2.png") no-repeat center 0;
}

.sc3 {
	background: #fff url("../images/sc3bg.png") no-repeat center 110px;
	height: 770px;
}

.sc3 .fl-left {
	width: 300px
}

.sc3 .fl-right {
	width: 750px;
	padding-top: 95px
}

.sc3list {
	position: absolute;
	left: 40px;
	top: 200px;
	margin: 30px 00px;
	width: 330px;
	overflow-y: scroll;
	max-height: 428px;
}

.sc3list li {
	height: 55px;
	padding: 15px 12px;
	border: 0px;
	border-bottom: 1px dashed #8ea7f5;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	position: relative;
	color: #fff;
	text-overflow: inherit;
	white-space: normal;
	line-height: 26px;
	cursor: pointer;

}

.sc3list li p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-height: 28px;
	height: 56px;
	word-break: break-all;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	white-space: normal;
}

.sc3list li:hover,
.hoverTop {
	background: #e9b5c9;
	background: #e9b5c9 url("../images/dot3.gif") no-repeat 0 center;
	border-radius: 0;
	border: 0
}

.sc3list li a {
	background: none;
	padding-left: 0px;
	margin-left: 0
}

.sc3list li a {
	color: #fff
}

.sc3list li:hover a {
	color: #333
}

/*****/
.sc4 .g-c-area {
	background: #fff url("../images/sc4-bg2.png") no-repeat center 0;
	height: 500px;
	margin-top: 60px;
}

.sc4 .fl-left {
	width: 35%;
	padding: 80px 0 0 80px
}

.sc4 .fl-right {
	width: 55%;
	padding-top: 110px;
}

.sc4 .fl-left h3 {
	font-size: 30px;
	font-weight: bold;
	color: #103ed3;
	margin-bottom: 20px;
        line-height:32px;
}

.sc4 .fl-left h3 a {
	color: #103ed3
}

.sc4 .fl-left p {
	font-weight: bold;
	font-size: 20px;
	line-height: 32px
}


.scbg2 {
	background: #fff url("../images/sc5bg.jpg") no-repeat left center ;
	margin-top: 60px;
}

.sc5 .sc-m {
	background: url("../images/sc5bg2.png") no-repeat center center;
	height: 350px;
	position: relative
}

.bannerMing {
	width: 80%;
	margin: 50px auto 0
}

.cm-list5 {
	margin-bottom: 15px
}

.cm-list5 .item {
	position: relative;
	line-height: 0;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
       min-height: 272px;
}

.cm-list5 .item img {
	width: 100%
}

.cm-list5 .item a {
	color: #FFF;
	display: block;
	padding-top: 0px;
	line-height: 26px
}

.cm-list5 .item p {
	margin: 10px 15px;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	white-space: normal;
	line-height: 30px;
	max-height: 60px;
	overflow: hidden;
}

/* .cm-list5 .item-col {height:80px} */
.cm-list5 .item:nth-child(even) img {}

.cm-list5 .item:nth-child(odd) img {
	position: absolute;
	top: 80px;
}

.cm-list5 .item:hover {
	background: #153a85;
	color: #fff
}

.sc5 .sc-m .arrow-left,
.sc5 .sc-m .arrow-right {
	top: 190px;
	position: absolute;
	z-index: 5;
	width: 30px;
	
}
.sc5 .sc-m .arrow-left img,
.sc5 .sc-m .arrow-right img{
	cursor: pointer;
}

.sc5 .sc-m .arrow-left {
	left: 30px
}

.sc5 .sc-m .arrow-right {
	right: 30px
}

.mobileh5-box2 {
	margin-left: 0px;
	position: relative;
	padding: 0px 0;
	height: 730px
}

.bannermobileh {
	margin: 0 60px 0 30px;
	width: 95%
}

.mobileh5-box2 li {
	background: #fff;
	line-height: 0;
	border-radius: 10px;
	position: relative;
	text-align: center
}

.mobileh5-box2 li img {
	width: 95%;
	border-radius: 8px;
	transition: all .2s ease-in;
	-webkit-transition: all 0.2s linear;
	opacity: 1;
	filter: Alpha(opacity=100);
	margin: 0 auto
}

.mobileh5-box2 li p {
	position: absolute;
	width: 80%;
	bottom: 20px;
	left: 20px;
	color: #fff;
	height: 60px;
	line-height: 30px;
	font-size: 18px;
	transition: all .2s ease-in;
	-webkit-transition: all 0.2s linear;
	overflow: auto;
	opacity: 0;
	filter: Alpha(opacity=0);
	z-index: 20;
	border-radius: 0 0 8px 8px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
}

.mobileh5-box2 li:hover img {
	width: 100%
}

.mobileh5-box2 li:hover p {
	opacity: 1;
	filter: Alpha(opacity=100);
}

.mobileh5-box2 li:before,
.mobileh5-box2 li:before {
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	content: '';
	display: block;
	width: 100%;
	height: 0px;
	background: #2c55d9;
	background-size: 100%;
	opacity: 0;
	filter: Alpha(opacity=0);
	position: absolute;
	left: 50%;
	bottom: 0;
	z-index: 10;
	margin-left: -50%;
	margin-top: -30px;
}

.mobileh5-box2 li:hover:before,
.mobileh5-box2 li:hover:before {
	opacity: 1;
	filter: Alpha(opacity=100);
	height: 100px
}

.mobileh5-box2 .arrow-left,
.mobileh5-box2 .arrow-right {
	top: 360px;
	position: absolute;
	z-index: 5;
	width: 50px
}

.mobileh5-box2 .arrow-left img,
.mobileh5-box2 .arrow-right img {
	width: 100%;
	height: auto;
	cursor: pointer;
}

.mobileh5-box2 .arrow-left {
	left: -30px;
}

.mobileh5-box2 .arrow-right {
	right: -30px;
}

.sc7list1 li {
	background: url("../images/s7listbg.png") no-repeat center 0;
	height: 170px;
	background-size: 500px auto
}

.sc7list1 li a {
	display: block;
	margin: 30px auto 0 auto;
	width: 80%
}

.sc7list2 {
	margin-left: 40px
}

.sc8 {
	background: url("../images/sc8bg.png") no-repeat center center;
	height: 810px;
	padding: 20px 0 0;
}

.sc8 .fl-left {
	width: 45%;
	margin-top: 180px;
}

.sc8 .fl-right {
	width: 45%;
	margin-top: 260px;
}

.sc8 .fl-left a img,
.sc8 .fl-right a img {
	width: 480px
}

.sc8 .cm-ul-list li {
	border: 0px
}

.sc8 .fl-left .cm-ul-list a {
	color: #fff
}

.sc8 .fl-left .cm-ul-list li:hover {
	background: #123bbe
}

.sc8 .fl-right .cm-ul-list li:hover {
	background: #7acbff
}

/*******/
.sc9 .fl-left {
	width: 48%;
	position: relative
}

.sc9 .fl-left img,.sc9 .fl-left video{
	width: 100%;
	margin-left: 20px
}

.sc9 .fl-left p {
	position: absolute;
	left: 0px;
	bottom: -43px;
	z-index: 20;
	background: #2e7df2;
	color: #fff;
	padding-left: 20px;
	line-height: 50px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 383px;
	padding-right: 10px;
}

.sc9 .fl-right {
	width: 45%
}

/*******/
.sc10 {
	background: url("../images/sc10bg.jpg") no-repeat center center;
	height: 740px;
	padding: 150px 0 0;
	width: 100%
}

.sc10 .sc-m {
	width: 1100px;
	height: 620px
}

/************/
.cm-list10 {}

.cm-list10 .item {
	width: 50%;
	float: left;
	position: relative;
	line-height: 0;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
}

.cm-list10 .item img {
	width: 50%;
        height: 153px;
}


.cm-list10 .item .item-w {
	position: absolute;
	margin: 25px 20px 0;
	display: inline-block;
	line-height: 28px;
	width: 40%;
	font-size: 18px;
	background: transparent url("../images/s10-a-l.png") no-repeat 24px 100px;
	height: 130px;
	background-size: 24px auto;
	
	
}

/*.cm-list5 .item img.sc4pic {float: right} */
.cm-list10 .item a {
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	display: block
}

.cm-list10 .item:hover {
	background: #f7ed7a
}

.cm-list10 .item:hover img {
	opacity: 0.8;
	filter: alpha(opacity=0.8);
}

.cm-list10 .item:hover a {
	color: #333;
	font-weight: bold;
	margin-top: 10px;
}

.col-loop {
	padding: 15px;
	text-align: center;
	height: 30px
}

.cm-list10 .item:nth-child(n+3) img {
	float: right
}

.cm-list10 .item:nth-child(n+3) .item-w {
	background: transparent url("../images/s10-a-r.png") no-repeat 224px 100px;
	background-size: 24px auto
}

.cm-list10 .item:nth-child(n+5) img {
	float: left
}

/* odd - even*/
.cm-list10 .item:nth-child(n+5) .item-w {
	background: transparent url("../images/s10-a-l.png") no-repeat 24px 100px;
	background-size: 24px auto
}

.bg-y {
	background: #f8b85d
}

.bg-y2 {
	background: #f79a7a
}

.bg-b {
	background: #73d6ff
}

.bg-gb {
	background: #89aaff
}

.bg-g {
	background: #a9d964
}

.bg-w {
	background: #fff
}

/********/
.footcopyright {
	padding: 40px 0;
	color: #333
}

.videoItem,
.itemSc9 {
	display: none;
}

.videoItem:nth-child(1),
.itemSc9:nth-child(1) {
	display: block;
}

.videoItem img,
.videoItem video {
	width: 738px;
	height: 439px;
}

.sc4 .bannerarea li img{
         width:640px;
       height: 360px;
}

.sc3list::-webkit-scrollbar,
.Tabsc9::-webkit-scrollbar {
	/*滚动条整体样式*/
	width: 6px;
	/*高宽分别对应横竖滚动条的尺寸*/
	height: 1px;
}

.sc3list::-webkit-scrollbar-thumb,
.Tabsc9::-webkit-scrollbar-thumb {
	/*滚动条里面小方块*/
	border-radius: 20px;
	background: #4b93ff;
}

.sc3list::-webkit-scrollbar-track,
.Tabsc9::-webkit-scrollbar-track {
	/*滚动条里面轨道*/
	/* -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);*/
	border-radius: 20px;
	background: #e4e4e4;
}

.Tabsc9 img {
	width: 180px;
	position: absolute;
	height: 110px;
	left: 0;
}

.Tabsc9 li {
	position: relative;
	cursor: pointer;
}

.itemSc9 img,
.itemSc9 video {
	width: 557px;
	height: 313px;
}

.Tabsc9 {
	margin-top: 30px;
	overflow-y: scroll;
	max-height: 280px;
}

.hoverTabsc9 {
	background-color: #2E7DF2;
}
.hoverTabsc9 p{
	color: #fff;
}

.Tabsc9 p {
	height: 90px!important;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3!important;
	margin: 10px 0;
	border-bottom: none!important;
}
.Tabsc9 li{
	height: 110px;
	border-bottom: 1px solid #e9e9e9;
}


.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both;}
@-webkit-keyframes zoomIn{
    0%{opacity:0;-webkit-transform:scale3d(0.3,0.3,0.3);transform:scale3d(0.3,0.3,0.3);}
    50%{opacity:1;}
}
@keyframes zoomIn{
    0%{opacity:0;-webkit-transform:scale3d(0.3,0.3,0.3);transform:scale3d(0.3,0.3,0.3);}
    50%{opacity:1;}
}
.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn;}
@-webkit-keyframes fadeIn{
    0%{opacity:0;}
    100%{opacity:1;}
}
@keyframes fadeIn{
    0%{opacity:0;}
    100%{opacity:1;}
}
.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn;}

.phoneTop,.sc4 .sc-bartitle,.sc8 .sc-bartitle{
	display: none;
}
.day span{
	color: #333;
	font-size: 14px;
	padding: 0 10px;
}

/* 手机版样式 */
@media screen and (max-width:760px) {
	.phoneTop,.phoneTop img,.phoneTop,.sc4 .sc-bartitle,.sc8 .sc-bartitle{display: block;}
	.sctop,.topnewsp img,.h100px,.mobileh5-box2 .arrow-left,.mobileh5-box2 .arrow-right,#menufiexd .f{display: none;}
	.cm-list5 .item img,.sc8 .fl-left a img, .sc8 .fl-right a img,.list-2col li,.sc4 .fl-right img,.sc3list,.phoneTop,.phoneTop img,.g-c-area,.sc1bluebg,.sc1 .fl-right,.dailyarea,.sc-bartitle,.sc-bartitle img,.sc3 .fl-right,.sc3 .fl-left,.videoItem img, .videoItem video{width: 100%!important;}
	.cm-list5 .item img,.sc9 .fl-left img,.sc9 .fl-left video,.sc8 .fl-left a img, .sc8 .fl-right a img,.sc8,.topnewsc,.sc1-bg,.sc-bartitle,.sc3,.videoItem img, .videoItem video,.sc3list li,.sc3list li p,.sc4 .g-c-area,.sc4 .fl-right img,.sc5 .sc-m,.mobileh5-box2,.sc7list1 li,.cm-picrw-list li a p, .cm-picrw-list li p,.sc10 .sc-m,.sc10,.cm-pic-list img,.cm-list10 .item img{height: auto!important;}
	.fl-left,.fl-right,.sc7list1 li,.list-2col li,.cm-list10 .item,.cm-list10 .item:nth-child(n+5) img,.cm-list10 .item:nth-child(n+3) img{float: initial;}
	.topnews h2{padding-left: 0;width: 95%;margin: auto;font-size: 1rem;line-height: 1.7rem;text-align: left;padding: 1rem 0;}
	.sc1-bg{padding: 0;}
	.sc1 .sc-m{width: 95%;margin: 0 auto;padding: 0;}
	.sc1 .fl-left{width: 100%;}
	.sc1 .cm-ul-list h3{font-size: 0.9rem;margin-bottom: 1rem;}
	.dailyarea{background-size: 100%; padding: 0;height: 5rem;margin: auto;}
	.dailyarea .day:nth-child(1){margin-left: 5rem;}
	.dailyarea .day{font-size: 0.8rem;width: 3rem;line-height: 5.4rem;}
	.sc3{background: none;}
	.sc3 .fl-right{padding-top: 0;}
	.sc-m{width: 95%;margin: auto;padding: 0;}
	.sc3list{position: initial;}
	.sc3list li{color: #333;padding: 0.5rem;}
	.sc3list{margin: 0.5rem auto;}
	.hoverTop{color: #fff!important;}
	.sc3list li p{max-height: 3rem;line-height: 1.5rem;}
	.scbg2{margin-top: 0;}
	.sc4 .g-c-area{background: none;margin-top: 0.5rem;}
	.sc4 .fl-left,.sc4 .fl-right{padding: 0;width: 95%;margin: 0.5rem auto;}
	.sc4 .fl-left p{font-size: 0.75rem;}
	.sc4 .fl-left h3{font-size: 0.9rem;margin-bottom: 0.3rem;}
	.dailyarea .day::before{height: 1rem;top: 0.5rem;top: 2.2rem;}
	.day span{padding: 0 0.2rem;}
	.sc4 .sc-bartitle img{width: 10rem!important;}
	.bannerMing{margin:0 auto;padding: 0.5rem 0 3rem 0;width: 95%;}
	.sc5 .sc-m .arrow-left,.sc5 .sc-m .arrow-right{top: auto!important;bottom: 1rem!important;}
	.sc5 .sc-m .arrow-left{left: 30%;}
	.sc5 .sc-m .arrow-right{right: 30%;}
	.cm-list5 .item p{margin: 0 0.5rem;line-height: 1.5rem;max-height: 3rem;}
	.cm-list5 .item:nth-child(odd) img{top: 3rem;}
	.bannermobileh{width: 95%;margin: 1rem auto;}
	.sc7list1 li{background: rgb(241,249,255);margin-right: 0;width: 100%;}
	.sc7list1 li a{width: 95%;padding: 0.5rem 2.5%;margin: 0 auto;display: flex;}
	.sc7list1{display: flex;flex-wrap: wrap;justify-content: space-between;}
	.cm-picrw-list li>a img{position: inherit;width: 6rem;height: 3.7rem;}
	.cm-picrw-list li a p, .cm-picrw-list li p{margin-left: 0.5rem;line-height: 1.5rem;max-height: 3rem;}
	.sc7list2{margin-left: 0;width: 95%;margin: auto;}
	.cm-ul-list li a{margin-left: 0;}
	.sc8{background: none;}
	.sc8 .fl-left,.sc8 .fl-right,.sc9 .fl-left,.sc9 .fl-right{width: 100%;margin: 1rem auto;}
	.sc8 .fl-left .cm-ul-list a{color: #333;}
	.sc8 .cm-ul-list li{    border-bottom: 1px dashed #dddddd;}
	.sc9 .fl-left img,.sc9 .fl-left video{margin-left: 0;display: block;}
	.sc9 .fl-left p{width: 90%;padding: 0 5%;position: initial;}
	.Tabsc9 img{width: 6rem;height: 3.7rem;}
	.Tabsc9{margin-top: 0;}
	.Tabsc9 li{height: 3.7rem;}
	.Tabsc9 p{    -webkit-line-clamp: 2 !important;margin-left: 6.5rem!important;}
	.sc10{background: #2d55d9;padding: 1rem 0;}
	.cm-list10 .item,.cm-list10 .item{width: 95%;margin: 0.5rem auto;}
	.cm-list10 .item img{}
	.cm-list10 .item .item-w{width: 45%;padding: 0;margin: 0.5rem auto;right: 2.5%;line-height: 1.5rem;max-height: 4.5rem;font-size: 0.8rem;font-size:0.8rem;}
	.sc8{padding: 0;background: #2d55d9;}
	.sc8 .sc-bartitle img{width: 10rem!important;}
	.sc8 .fl-left .cm-ul-list a,.sc8 .cm-ul-list li a{color: #fff;}
	.navmenu{position: initial;width: 100%;}
	#menufiexd .m{background: rgb(33,127,243);min-height: auto;padding-top: 0;padding-bottom: 0;}
	.menulist{margin:0 auto;display: flex;width: auto;overflow-y: hidden;white-space: nowrap;box-sizing: border-box;text-align: justify;}
	.menulist::-webkit-scrollbar {
	/*隐藏滚动条*/
	display: none;
	}
	.menufiexclass{width: 100%;top: 0;right: 0;left: 0;position: fixed;z-index: 999;}
	.menulist a{display: block;margin: 0 0.5rem;font-size: 0.8rem;}
	.cm-list5 .item{min-height: 11.5rem;}
	
	
	
	
	
	
	
}
<!--ecms sync check [sync_thread_id="3bcee7cc5a424330844ab778a62d31c1" sync_date="2025-03-28 16:03:46" check_sum="3bcee7cc5a424330844ab778a62d31c1]-->