/*!
 * public css V1.0
 * 08.2021
 * 
 */

/*** 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;
	width: 1200px
}

.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;}

/*******************/
.w1440 {
	width: 1100px;
	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 {
	line-height: 40px;
	height: 40px;
	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-ul-list li a {}

.cm-pic-list {}

.cm-pic-list li {
	float: left;
	margin-left: 1.5%;
	margin-right: 1.5%;
	width: 30%;
	margin-bottom: 20px;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
}

.cm-pic-list img {
	width: 100%;
	height: 100%
}

.cm-pic-list p {
	overflow: hidden;
	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: 115px;
	line-height: 29px;
	border-bottom: 1px solid #e9e9e9;
	overflow: hidden;
}

.img-overw {
	position: relative;
	line-height: 0px;
	display: inline-block
}

.img-overw img {
	width: 100%;
	height: 100%
}

.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%
}


/*****/
.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: 50px 0 40px;
	text-align: center;
	font-size: 14px;
}

.footcopyright p {
	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: #e8f7fc url("../images/bg2.png") repeat center 0;
}

.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 #91bdcc;
	margin-top: 3px;
	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 #c4ecf9;
	background: #c4ecf9;
	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: 30px 0 30px 0;
}

.copyright p {
	font-size: 12px;
	color: #333;
	text-align: center;
}


.sc-col {
	padding: 10px;
}

.more {
	padding: 0px 0;
}

/***/

/***** 通用内容 结束***/

/***** 页面宽度 *****/
/********/
.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: 1100px;
	height: 90px;
	margin: 00px auto 10px;
	position: relative;
	text-align: center;
}

.g-c-area .bd {
	padding: 0 20px
}

/** 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
}

.arrow-left {
	position: absolute;
	top: 226px;
	left: 15px;
	z-index: 35
}

.arrow-right {
	position: absolute;
	top: 226px;
	right: 15px;
	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 {
	text-align: center;
	line-height: 0px;
	position: relative;
	height: 660px
}

.sctop-c {
	height: 380px;
}

@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
}

/********/

.g-c-topnav {
	position: absolute;
	top: 20px;
	left: 0px;
	z-index: 200;
	line-height: 0px
}

.g-c-toprnav {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 200;
	line-height: 0px
}

.g-c-topnav-t {
	position: absolute;
	top: 45px;
	left: 255px;
	z-index: 200;
	width: 460px
}

.g-c-topnav-t .topw {
	position: relative
}

.g-c-topnav-t .topw p {
	position: absolute;
	top: 70px;
	left: 30px;
	color: #fff;
	z-index: 20
}

.g-c-goblack,
.g-c-gonext {
	position: absolute;
	bottom: 0px;
	z-index: 200;
	line-height: 0px
}

.g-c-goblack {
	left: 0px;
}

.g-c-gonext {
	right: 0px;
}

.g-c-goblack img,
.g-c-gonext img {
	width: 280px
}

.g-c-main .bd {
	position: relative;
	padding-top: 10px;
}

.g-c-main .bd h2 {
	font-size: 90px;
	font-weight: bold;
	line-height: 100px;
	margin-bottom: 20px
}

.g-c-main .bd .bxcol {
	color: #fff;
	margin: 5px 0;
	font-size: 22px;
	width: 700px;
	line-height: 36px
}

.g-c-main .bd .name {
	margin: 40px 0 40px;
	font-size: 32px;
	font-weight: bold
}

.titledot {
	position: absolute;
	top: 75px;
	left: -100px;
	z-index: 10;
	background: url("../images/title_dot.png") no-repeat 0 0px;
	width: 70px;
	height: 30px
}

.benxvpic {
	width: 210px;
	padding: 1px;
	margin-right: 40px;
}

/***********/

.sc-top {
	background: url("../images/topsc.png") center 0 no-repeat;
}

.navtop {
	margin-bottom: 20px;
}

.navtopitem {
	float: left;
	width: 20%;
}

.navtopitem a {
	width: 87%;
	margin: 0 auto 20px;
	height: 115px;
	background: #fff;
	display: block;
	text-align: center;
}

.navtopitem .nav-pic {
	padding: 5px 0 0px;
	height: 70px;
	vertical-align: middle
}

.navtopitem p {}

.navtopitem a {
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	background: #fff;
	line-height: 30px;
	color: #333;
	user-select: none;
	box-shadow: 0px 8px 0 0 #7cc8e7,
		0 10px 15px 0 rgba(67, 156, 207, .5);
	border-radius: 12px;
	transform: translateY(-8px);
}

.navtopitem a:hover {
	transform: translateY(-12px);
	width: 95%;
	color: #176cc0;
	font-weight: bold;
}

.navtopitem a:hover p {
	font-weight: bold
}

.navtopitem a:active {
	font-weight: bold;
	transform: translateY(0);
	box-shadow: 0px 8px 0 0 rgba(67, 156, 207, 0),
		0 10px 15px 0 rgba(67, 156, 207, 0);
}


.sc-1,
.sc-2 {
	margin-bottom: 30px;
}

.sc-1 .fl-left {
	width: 640px;
}

.sc-1 .fl-right {
	width: 500px;
}

.sc-1 .fl-right .cm-ul-list li {
	line-height: 44px;
	height: 48px;
	padding-left: 8px
}

.sc-1 .fl-right .cm-ul-list li:hover {
	border-radius: 50px
}

a.mores {
	margin: 20px 0 10px;
	color: #999;
	display: block
}

.nav-sc2 {
	height: 55px;
	overflow: hidden;
	margin: 0px auto;
	width: 90%
}

.nav-sc2 a {
	display: inline-block;
	width: 250px;
	height: 60px;
	background: url("../images/hd_nav_blue.png") 0 0 no-repeat;
	float: left;
	margin-right: 20px;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	line-height: 55px
}

.nav-sc2 a.on,
.nav-sc2 a:hover {
	background: url("../images/hd_nav_org.png") 0 0 no-repeat;
}

.sc-2 .fl-left {
	width: 540px;
	margin: 30px 40px 0 40px;

}

.sc-2 .fl-right {
	width: 480px;
	padding: 30px;
}

.sc-2 .fl-right img {
	width: 100%
}

.sc-2 .fl-right a {
	color: #fff;
	text-align: center
}

.sc-2 .fl-left a.mores {
	color: #a3bbe0;
	margin-left: 10px;
}

.sc-2 .fl-left h3 {
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	line-height: 50px;
	margin-left: 10px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
}
.sc-2 .fl-left h3 a {color:#FFFFFF;}
.sc-2 .fl-left li {
	border: 0px;
	margin-top: 0px;
}

.sc-2 .fl-left li a {
	color: #fff;
}

.sc-2 .fl-left li:hover {
	background: #094a8b
}

.sc-4 .cm-pic-list,
.sc-5 .cm-pic-list {
	border-bottom: 1px dashed #91bdcc;
	margin-bottom: 15px;
}

.sc-4 .cm-ul-list li,
.sc-5 .cm-ul-list li {
	border: 0px
}

.bg-w {
	background: #fff
}

.bg-w2 {
	background: url("../images/bg_w2.png") center bottom no-repeat;
}

.sc-2-main {
	background: #176cc0;
	border-radius: 16px;
	margin: 0px 20px 0px;
	height: 360px;
}

.sc-3 .bd {}

.sc3top .fl-left {
	position: relative;
	width: 660px;
	line-height: 0px;
	border: 8px solid #0d5297;
	z-index: 10;
	background: #0d5297
}

.sc3top .fl-left img {
	width: 100%;
	height: 100%
}

.sc3top .fl-right {
	float: none;
	position: absolute;
	top: 70px;
	right: 10px;
	width: 480px;
	height: 300px;
	overflow-y: scroll;
	z-index: 2
}

.sc3top .fl-right li {
	border: 0px;
	height: 60px;
}

.sc3top .fl-right a {
	margin-left: 30px;
	display: block;
	font-size: 16px;
	line-height: 60px;
	color: #fff;
	background: none
}

.sc3top .fl-right li:hover {
	background: #094a8b;
	border-radius: 0
}

.sc3top {
	background: url("../images/sc3bg.png") right 0 no-repeat;
	min-height: 410px;
	padding-top: 22px;
	position: relative
}

.footcopyright {
	background: #fff url("../images/bg_b3.png") 0 0 no-repeat;
	padding-top: 200px;
}


/* DENG newcss 2023-09-02 */


.bannerBox .swiper-slide img {
	width: 100%;
}


.bannerBox .swiper-slide {
	position: relative;
}

.bannerBox .swiper-slide p {
	position: absolute;
	bottom: 7px;
	z-index: 99;
	background-color: rgba(0, 0, 0, 0.5);
	font-size: 18px;
	width: 97%;
	padding: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #FFFFFF;
}

.swiper-button-prev {
	left: -65px;
	width: 45px;
	height: 45px;
	background: url(images/wm_button_icon.png) no-repeat;
	background-position: 0 0;
	background-size: 100%;

}

.swiper-button-prev:hover {
	background-position: 0 -46px;
	background-size: 100%
}

.swiper-button-next {
	right: -65px;
	width: 45px;
	height: 45px;
	background: url(images/wm_button_icon.png) no-repeat;
	background-position: 0 -93px;
	background-size: 100%
}

.swiper-button-next:hover {
	background-position: 0 -139px;
	background-size: 100%
}

.tabBox {
	display: flex;
	justify-content: space-between;
}


.videoBox {
	width: 100%;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
}

.videoCon {
	width: 660px;
	overflow: hidden;
	line-height: 0px;
	border: 8px solid #0d5297;
	z-index: 10;
	height: 370px;
	/* background: #0d5297; */
	/* height:400px; */
}

.videoClick {
	width: 482px;
	/* background-color: rgb(0,82,150); */
	height: 390px;
	overflow-x: hidden;
	overflow-y: auto;
	margin-top: 30px;
}

.videoClick ul {}

.videoClick li {
	padding: 27px 10px 0 10px;
	font-size: 17px;
	margin-bottom: 10px;
	color: #FFFFFF;
	position: relative;
	white-space: normal;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	margin-bottom: 10px;
	overflow-y: hidden;
	line-height: 27px;
}

.videoCon li img,
.videoCon li video {
	width: 100%;
}

.videoActive {
	background-color: ;
}

.videoActive i {
	position: absolute;
	top: 30px;
	right: 2px;
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-right: 10px solid #fff;
	z-index: 40;
	display: block;
}



.mt-tabpage-item-cur {
	background: url("../images/hd_nav_org.png") 0 0 no-repeat;
}

.mt-tabpage-item {
	font-size: .7rem;
	/* padding: 0 10px 6px; */
	display: inline-block;
	width: 100%;
}


.videoCon li>a:before,
.videoCon 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: 28%;
	top: 50%;
	z-index: 10;
	/* margin-left: -30px; */
	margin-top: -30px;
}

.footbg {
	background: none;
	padding-top: 30px;
	border-top: 3px solid #97c4d7;
	width: 1200px;
	margin: 0 auto
}


.pagemumb {
	padding: 10px 0;
	text-align: center;
	color: #999999;
	font-size: 14px;
	margin: 30px 0
}

.pagemumb a {
	margin: 0 10px;
	display: inline-block;
	min-width: 16px;
	background: #fff;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 28px;
	border-radius: 4px;
}

.pagemumb a:hover {
	background: #85d4f5
}

.pagemumb em {
	width: 15px;
	height: 15px;
	display: inline-block;
	margin: 5px 8px;
	font-size: 16px;
	font-weight: bold
}

.pagemumb a.on {
	background: #85d4f5
}

.lanmlist li {
	height: 55px;
	line-height: 55px;
	font-size: 18px;
	border-radius: 3px;
	margin-bottom: 5px;
}

.lanmlist li:hover {
	border-radius: 50px;
}

.lanmlist li a {
	margin-left: 20px;
}

.lanmlist li span {
	float: right;
	color: #999;
	margin-right: 20px;
	font-size: 14px
}

/* add new deng */

body {
	overflow-x: hidden;
}

.en_toppic_m {
	display: none;
}

.mob {
	display: block;
}

.en_toppic img {
	width: 100%;
}


@media screen and (max-width: 760px) {
	.player video{width:100%;height:auto;}	
	body {
		overflow-x: hidden;
	}

	.content {
		width: 100%
	}

	.content2 {
		width: 90%;
		margin: 0 auto;
		overflow: hidden;
	}

	.g-c-area {
		width: 100%;
		font-size: .65rem;
	}

	.navtop {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
	}

	.navtopitem {
		width: 33%;
		float: unset;
	}

	.navtop .div:nth-of-type(4),
	.navtop .div:nth-of-type(5) {
		width: 33%;
		float: unset;
	}

	.navtopitem a {
		height: 63px;
		line-height: 1.1rem;
	}

	.navtopitem .nav-pic {

		height: 9px;
		padding: 0px;

	}

	.nav-pic img {
		width: 79%;
	}

	.navtopitem p {
		font-size: .7rem;
		padding-top: 26%;
	}

	.sc-top {
		background: none;
	}

	.sctop {

		height: 10px;

	}

	.en_toppic_m {
		display: block;
	}

	.en_toppic_m img {
		width: 100%;
	}

	.mob,
	.guo_tb {
		display: none;
	}

	.guo_zb {
		background: none;
	}

	.h50,
	.h30 {
		height: 18px !important;
	}

	.sc-bartitle {
		width: 100%;
		height: auto;
		margin: 0px auto;
	}

	.sc-bartitle img {
		width: 100%;
	}

	.sc-1 .fl-left,
	.sc-1 .fl-right {
		width: 100%;
		float: none;
	}

	.bannerBox .swiper-slide p {
		font-size: .7rem;
	}

	.g-c-area .bd {
		padding: 0 3%;
		margin: 0 auto;
		text-align: justify;
	}

	.nav-sc2 {
		height: auto;
		overflow: hidden;
		margin: 0px auto;
		width: 100%;
	}

	.nav-sc2 a {
		display: inline-block;
		width: 24%;
		height: 46px;
		background: #5cbdf1;
		float: left;
		margin-right: 0;
		color: #fff;
		font-size: .65rem;
		font-weight: bold;
		text-align: center;
		line-height: 46px;
	}

	.nav-sc2 a:nth-child(4) {
		width: 28%;
	}

	.mt-tabpage-item-cur {
		background: #176cc0 !important;
	}

	.nav-sc2 a.on,
	.nav-sc2 a:hover {
		background: #176cc0;
	}

	.sc-2 .fl-left,
	.sc-2 .fl-right {
		width: 96%;
		margin: 0 2%;
		float: unset;
		padding: 2% 0;
	}

	.sc-2 .fl-left h3 {
		font-size: .9rem;
		line-height: 1.8rem;

	}

	.sc-2-main {
		height: auto;
		border-radius: 0;
		margin: 0;
		display: flex;
		flex-wrap: wrap;
		flex-direction: column-reverse;
		padding-top: 2%;
	}

	.sc-2 .fl-left a.mores {
		text-align: center;
	}

	#certify {

		width: 100% !important;
	
		margin: 0 auto !important;
	
	}

	#certify .swiper-container {
		padding-bottom: 2% !important;
	}

	#certify .swiper-slide {
		width: 100% !important;
		height: auto !important;

	}

	.footcopyright {
		padding: 15% 3% 9% 3%;
		text-align: center;
		font-size: .65rem !important;
		width: 94%;
	}

	a.more {

		width: 100%;
		margin: 0px auto 6%;
	}

	.list-4col,
	.list-2col {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
	}

	.list-4col li {
		float: unset;
		width: 47%;
	}

	.cm-pic-list img {
		width: 100%;
		height: auto;
	}

	.list-2col li {
		float: unset;
		width: 100%;
	}

	.sc3top {
		background: none;
		min-height: unset;
		padding-top: 0;
		position: relative;
	}

	.videoBox {
		width: 100%;
		overflow: hidden;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.videoCon {
		width: 100%;
		height: 196px;
		background: none;
		border: 0;
	}

	.videoClick {
		width: 100%;
		height: auto;
		overflow: hidden;
		margin-top: 0;
		background-color: rgb(0, 82, 150);
	}

	.videoClick li {font-size: .75rem;line-height: 25px;padding: 4% 4% 0 2%;}

	.videoCon li>a:before,
	.videoCon a:before {

		width: 40px;
		height: 40px;

		left: 48%;
		top: 12%;
		margin: 0
	}

	.videoActive i {
		top: 19px;
		right: -1px;
		border-top: 10px solid transparent;
		border-bottom: 10px solid transparent;
		border-right: 10px solid #eafafc;

	}

	.yc {
		display: none;
	}

.vmain{
	width:94%;
	margin:0 auto;
}
.vmain img{
	width:100%;
	height:auto;
}
.vmain p{
	text-align: justify;
}
.vmain .v-cont{
	    margin-top: 4%;
}

.lanmlist li {
    font-size: .75rem;
    text-align: left;
}
.lanmlist li a {
    margin-left: 0;
}
#certify .swiper-button-next,#certify .swiper-button-prev{
	/* display:none !important; */
	left: 0px !important;
	right: 0px !important;
	width: 0px !important;
	height: 0px !important;
	background: none !important;
	
}

a.mores {
    text-align: center;
}




}
