/*!
 * 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
}

.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;
}

.content {
	width: 1200px;
	margin: 0 auto;
}

.marauto {
	margin: 0 auto;
}

/*
*,
*: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 {
	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-pic-list ul{
	display: flex;
	flex-wrap: wrap;
} */

.cm-pic-list li {
	/* float: left; */
	/* margin-left: 1.5%; */
	/* margin-right: 2%;
	width: 32%;
	margin-bottom: 20px;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear; */
}


.cm-pic-list img {
	width: 100%;
	height: 220px;
}

.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{
	padding-bottom: 50px;
}

.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 em {
	width: 15px;
	height: 15px;
	display: inline-block;
	margin: 5px 8px;
	font-size: 16px;
	font-weight: bold
}
.cloud9-item {
	position: relative;
	display: inline-block;
	width: 330px;
	/* height: 520px; */
	opacity: 0.98;
	cursor: pointer;
}

.cloud9-item a {
	position: relative;
	display: block;
	width: 330px;
	/* height: 520px; */
}

.cloud9-item .img-h5bg {
	width: 100%;
	height: 100%;
	cursor: pointer;
	border-radius: 10px;
}

#showcase {
	width: 1200px;
	height: 700px;
	margin: 30px auto;
}

.cloud9-item {
	overflow: hidden;
}
.cloud9-item img{
	width: 330px;
	height: 530px;
	border-radius: 12px;
}
/*****/
.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 .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;
	color: #999;
	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;
}



.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 url("../images/bg2.png") repeat center 0;
} */

.fl_left {
	float: left
}

.fl_right {
	float: right
}

.rollleft,
.rollright {
	margin: 0 5px
}

/* .cm-pic-list {
	width: 100%;
	margin: auto
} */
.bannersc5 {
	padding-bottom: 50px;
	max-height: 550px;
}
.bannergushi {
	padding-bottom: 50px;
	height: 550px;
}

.bannersc5 li,.bannergushi li{
	height: calc((100% - 30px) / 2);
	max-height: calc((100% - 30px) / 2);
}

.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
}



/*栏目*/
.sc-title {
	height: 115px;
	text-align: center;
}

.sc-title h2 {
	font-size: 28px;
}
.beiyong3 li img,
.beiyong3 li video,
.sc11-m video,
.sc12-m video {
	width: 100%;
}

.beiyong3 {
	margin: 40px auto;
	padding-bottom: 40px;
}



/******* 底部 *****/

.footcopyright {
	width: 100%;
}

.copyright {
	width: 100%;
	padding: 30px 0 30px 0;
}

.copyright p {
	font-size: 12px;
	color: #a4bcf3;
	text-align: center;
}


.sc-col {
	padding: 10px;
}

.more {
	text-align: right;
}

/***/

/***** 通用内容 结束***/

/***** 页面宽度 *****/
/********/
.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: 1200px;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
}

.g-c-area {
	width: 1200px
}

.g-c-area .bd {
	padding: 0 50px
}

.footcopyright {
	color: #666666;
	margin-top: 0px;
	padding: 60px 0 00px;
	background: url("../images/footpic.jpg") center 0 repeat;
	height: 360px
}

.walbg {
	background: url("../images/foot.jpg") no-repeat center bottom;
	margin-bottom: 240px
}

/** 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,
.sctop img {
	width: 100%;
	min-width: 1200px;
}


a.more {
	height: 45px;
	line-height: 45px;
	text-align: center;
	margin: 20px auto 10px;
	display: block;
	width: 700px;
	border-radius: 10px;
	color: #999
}



.sc1 .g-c-area {
	background: #fff;
	border-radius: 20px;
	padding: 20px 30px 30px;
	margin-bottom: 50px
}

.bannersc1 {
	width: 660px;
}

.sc1-main {
	display: flex;
	justify-content: space-between;
}

.Listsc1 {
	width: 480px;
}

.bannersc1 li img {
	width: 640px;
	border: 10px solid #983688;
	height: 400px;
}

.sc1newbg {
	position: relative;
	line-height: 0px;
	display: inline-block
}

.Imgsc1 {
	margin-top: 15px;
}

.sc1newbg p {
	position: absolute;
	width: 97%;
	margin: 0 10px;
	line-height: 45px;
	bottom: 10px;
	color: #fff;
	box-sizing: border-box;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0px 2.5%;
	background-color: rgba(0, 0, 0, 0.5);
}

.sc1 .fl-right {
	width: 490px;
	padding-left: 25px;
	padding-top: 10px
}

.sc1 .fl-right li {
	line-height: 42px
}

.newstopbar {
	margin-top: 0px;
	font-size: 30px;
	color: #cd261c;
	font-weight: bold;
	background: url("../images/topnewsbg-rig.jpg") no-repeat 140px center;
	height: 50px
}

.sc1 .fl-right .more {
	padding: 15px 0;
	text-align: left
}

.sc1 .fl-left .picsubg {
	width: 640px;
}

.sc1 .fl-left .img-overw p {
	border-radius: 0px;
	padding-left: 15px
}

/*********/

.sc2-main .list {
	padding: 8px
}

.sc2-main .list h4 {
	background: #1e4599;
	width: 100px;
	line-height: 36px;
	margin: 10px 0 0px;
	text-align: center;
	font-weight: bold;
	color: #fff
}

.sc2-main .list ul {
	width: 103%
}

.sc2-main .list li {
	height: 40px;
	line-height: 40px;
}

.sc2-main .listbg1 {
	background: #fff
}

.sc2-main .listbg2 {
	background: #ceebf8
}

.sc2-main .list li span {
	display: inline-block;
	width: 95px;
	padding-left: 20px;
	font-size: 14px;
	color: #1a6b8f;
	font-style: italic
}

.sc2-main .list li a {
	display: inline-block;
	font-size: 16px
}

.sc2-main .list2 {
	padding: 8px;
}

.sc2-main .list2 h4 {
	background: #1e4599;
	width: 100px;
	line-height: 36px;
	margin: 10px 0 0px;
	text-align: center;
	font-weight: bold;
	color: #fff
}

.sc2-main .list2 ul {
	width: 45%;
	margin: 0 1.5% 25px;
	float: left;
	border: 6px solid #25a1d9;
	padding-bottom: 10px;
}

.sc2-main .list2 li {
	height: 40px;
	line-height: 40px;
	margin: 0 10px
}

.sc2-main .list2 li:nth-child(odd) {
	background: #ceebf8
}

.sc2-main .list2 li:nth-child(even) {
	background: #fff
}

.sc2-main .list2 li span {
	display: inline-block;
	width: 95px;
	padding-left: 20px;
	font-size: 14px;
	color: #1a6b8f;
	font-style: italic
}

.sc2-main .list2 li a {
	display: inline-block;
	font-size: 16px
}

/*********3************/
.sc3 {
	background: url("../images/sc3bg.png") no-repeat center 100px;
	margin-top: 50px;
}
.guo_10,.guo_11,.sc4{
	margin-top: 60px;
}

.videobox {
	width: 680px;
	margin-top: 58px;
	margin-left: 40px;
}

.tapsc3 {
	width: 455px;
	padding-top: 70px;
	height: 460px;
	overflow-y: auto
}

.sc3list {
	height: 350px;
	overflow-y: scroll;
	margin-right: 10px;
	padding-right: 10px;
}

.sc3list li {
	color: #fff;
	position: relative;
	padding: 0px 15px;
	border: 0px;
	border-radius: 30px;
	height: auto;
	cursor: pointer;
}

.sc3-main {
	display: flex;
	justify-content: space-between;
}

.videoItem {
	display: none;
}

.videoItem:nth-child(1) {
	display: block;
}

.videoItem video {
	width: 680px;
	max-height: 400px;
}

.videoItem p {
	color: #fff;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}


.sc3time{
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	font-size: 28px;
	float: left;
	line-height: 46px;
	width: 140px;
	border-right: 1px solid #3066af;
	height: auto;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	display: none;
}

.sc3time span:nth-child(2) {
	font-size: 18px;
	margin-left: 5px
}

.sc3list li a {
	color: #fff;
	background: none;
	padding: 0px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 400px;
	display: block;
	margin-left: 0;
}

.sc3list li p {
	/* margin-left: 10px;
    float: left; */
	line-height: 46px;
}

.sc3list li em {
	width: 8px;
	height: 8px;
	border-radius: 10px;
	border: 1px solid #fff;
	margin: 0 20px;
	position: absolute;
	left: 130px;
	top: 18px;
	background: #0270c1;
	display: none;
}

/*  */
.certifyBox {position: relative;width: 1200px;margin: 0 auto}
.certifyBox .swiper-container {padding-bottom: 60px;margin-top: 50px;}
.certify .swiper-slide {width: 900px;}
.certifyBox .swiper-slide img{display:block;width: 100%;}
.certifyBox .swiper-slide p {position: absolute;bottom: 0;line-height: 55px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;padding: 0 2.5%;width: 95%;background: -webkit-linear-gradient(bottom, rgba(0,0,0,0.7), rgba(0,0,0,0));filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000,endColorstr=#7f000000);color: #FFFFFF;text-align: center;}
.Leftprev,.rightnext{width: 45px;height: 45px;position: absolute;top: 40%;z-index: 99;cursor: pointer;}
.rightnext{right: 20px;}
.Leftprev{left: 20px;}
.prevLeft ,.nextRight{width: 30px;position: absolute;bottom: 10px;cursor: pointer;}
.prevLeft {left: 45%;}
.nextRight{right: 45%;}
.certifyBox .swiper-slide::before{content: "";position: absolute;width: 100%;height: 100%;background-color: rgba(0,0,0,0.5);top: 0;left: 0;}
.certifyBox .swiper-slide-active::before{display: none;}

/*  */
.bannerbei01,.kangBanner {
	padding-bottom: 50px;
}
.sc3list li.on {
	background: #0270c1;
	border-bottom: 0px solid #02367e;
	color: #ffed2a;
	border-radius: 30px
}

.sc3list li.on .sc7time {
	height: 46px;
	line-height: 46px;
}

.sc3list li.on a {
	color: #ffed2a
}

.sc3list li.on em {
	border: 1px solid #ffed2a;
	background: #ffed2a;
	top: 18px
}




/******/
.sc4-main {}

.sc4-main .cm-pic-list li {}

.img-overw {
	position: relative;
	line-height: 0px;
	display: inline-block
}

.img-overw p {
	position: absolute;
	width: 100%;
	height: 55px;
	line-height: 55px;
	bottom: 0px;
	color: #fff;
	overflow: hidden;
	padding: 0 12px;
	background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.8), 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;
}

.guo_5_1 {
	background: url(../images/zljzh_b1.png) no-repeat top;
	/* display: flex;
	justify-content: space-between; */
	min-height: 520px;
	padding-top: 30px;
	position: relative;
}

.guo_5_1 .w525 ul {
	margin-top: 80px;
	margin-left: 33px;
	max-height: 280px;

}
.guo_5_1 .w525{
	margin-left: 582px;
}

.guo_5_2 {
	margin-left: 110px;
	margin-top: 60px;
	width: 440px;
	position: absolute;
	top: 35px;
}

.guo_5_2 h2 {
	font-size: 22px;
}

.guo_5_2 p.p1 {
	margin-top: 10px;
	line-height: 20px;
}

.guo_5_2 ul {
	margin-top: 20px;
	margin-left: 10px;
	height: 280px;
	overflow-y: scroll;

}

.onguo5 a {
	color: #fabb32;
}

.huiVideo {
	display: none;
}

.huiVideo:nth-child(1) {
	display: block;
}

.huiVideo video {
	width: 525px;
	height: 360px;
}

.guo_5_2 li {
	font-size: 18px;
	line-height: 40px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;

}

.guo_5_3 {
	position: relative;
}

.guo_5_3 p {
	position: absolute;
	z-indent: 0;
	left: 0;
	top: 430px;
	padding-left: 10px;
	width: 514px;
	line-height: 40px;
	height: 40px;
	border: 0px;
	background-color: rgba(0, 0, 0, 0.5);
	font-size: 18px;
}


.guo_5_3 p a {
	color: #fff;
}

.image-container {
	position: relative;
	display: inline-block;
}

.overlay-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 60px;
	height: 60px;
	opacity: 0.9;
	z-index: 1;
	/* 确保图标在原图上方 */
}

.guo_9_1 {
	background-color: #00A1E9;
	border-radius: 20px;
	margin: 30px auto;
	padding: 30px 80px;
	position: relative;
}

.bannerTopGuo9 {
	margin-bottom: 30px;
}

.bannerTopGuo9 li a {
	display: flex;
	justify-content: space-between;
}

.bannerTopGuo9 li video {
	width: 670px;
	max-height: 400px;
	background-color: #000;
}

.bannerTopGuo9 li a div {
	width: 320px;
	padding: 0 20px;
}

.bannerTopGuo9 li a div p {
	color: #fff;
	font-size: 24px;
	line-height: 44px;
	font-weight: bold;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	word-break: break-all;
	overflow: hidden;
	-webkit-line-clamp: 9;
}

.galleryprev,
.gallerynext {
	position: absolute;
	cursor: pointer;
	bottom: 120px;
}

.galleryprev {
	left: 20px;
}

.gallerynext {
	right: 20px;
}

.gallery-thumbs li {
	position: relative;
}

.gallery-thumbs li img {
	width: 320px;
	height: 180px;
}

.gallery-thumbs li::before {
	content: "";
	position: absolute;
	width: 320px;
	height: 180px;
	background-color: rgba(0, 0, 0, 0.4);
	top: 0;
}

.gallery-thumbs .swiper-slide-thumb-active::before {
	display: none;
}

.gallery-thumbs li p {
	color: #fff;
	text-align: center;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    word-break: break-all;
    overflow: hidden;
    -webkit-line-clamp: 2;
}

/* .guo_9_1 ul {
	width: 1020px;
	margin-left: 30px;
}

.guo_9_1 ul li {
	width: 320px;
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
} */

/* .guo_9_1 ul li p {
	text-align: center;
} */

/* .guo_9_1 ul li p a {
	color: #fff;
} */

/* .guo_9_1 ul li img {
	width: 320px;
	height: 180px;
} */

.guo_9_2 img {
	width: 670px;
	height: 376px;
}

.img_overw {
	position: relative;
	line-height: 0px;
	display: inline-block
}

.img_overw p {
	position: absolute;
	width: 100%;
	height: auto;
	line-height: 60px;
	bottom: 0px;
	color: #fff;
	padding: 0px 8px 8px 8px;
	background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.7), 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;
}

.img_overw p {
	height: auto;
	-webkit-line-clamp: 3;
	line-height: 24px;
	white-space: normal;
	text-align: left;
}

.g_list {
	width: 414px;
	height: 403px;
	overflow-y: scroll;
	padding-right: 25px;
}

.itemGehao {
	display: none;
}

.itemGehao:nth-child(1) {
	display: block;
}

.TabGuo10 {
	display: flex;
	justify-content: space-between;
	margin: 30px auto;
}

.itemGehao img {
	width: 716px;
	height: 403px;
}

.g_list li {
	width: 414px;
	height: 98px;
	position: relative;
	margin-bottom: 25px;
	cursor: pointer
}

.g_list li img {
	width: 175px;
	float: left;
	height: 98px;
}

.g_list li span {
	font-size: 16px;
	line-height: 33px;
	right: 0;
	position: absolute;
	top: 0;
	width: 212px;
	height: 97px;
	color: #333333;
	padding-right: 5px;
	border-bottom: 1px solid #ffe7d6;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	word-break: break-all;
	overflow: hidden;
	-webkit-line-clamp: 3;
}

.ong_list span {
	color: #d80312;
}

.ong_list {
	background: #ffe7d6;
}








.fl-left {
	float: left
}

.fl-right {
	float: right
}

.guo_11_1 p.p2 {
	font-size: 18px;
	font-size: 16px;
	margin-top: 10px;
}

.guo_11_1 p {
	font-size: 18px;
	font-size: 16px;
	margin-bottom: 10px;
	color: #fff;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	word-break: break-all;
	overflow: hidden;
	-webkit-line-clamp: 2;
}



.guo_11_1 li a{
	border-radius: 10px;
	background-color: #00A1E9;
	padding: 30px;
	width: 320px;
	margin-right: 30px;
	display: block;
	position: relative;
}
.guo_11_1 li:nth-child(2n){
	margin-top: 50px;
}
.guo_11_1 li:nth-child(2n) a{
	padding: 30px 30px 80px;
}
.guo_11_1 li:nth-child(2n) p{
	position: absolute;
	bottom: 20px;
	width: 320px;
}
.bannerGuo11{
	margin: 30px auto 0;
	padding-bottom: 50px;
}

.guo_11_1 img {
	width: 320px;
	height: 197px;
}
.bannerGuo12{
	width: 1090px;
	margin: 30px auto;
	padding: 0 55px;
}
.bannerGuo12 li img {
	width: 450px;
	height: 253px;
}
.bannerGuo12 li a{
	display: flex;
	
}
.nextGuo12,.prevGuo12{
	position: absolute;
	bottom: 35%;
	cursor: pointer;
}
.nextGuo12{
	right: 0;
}
.prevGuo12{
	left: 0;
}

.guo_12_1 {
	height: 160px;
	background-color: #f8f2ee;
	width: 640px;
	margin-top: 50px;
	border-radius: 0px 20px 20px 0px;
}

.guo_12_1 p {
	margin-left: 30px;
	padding-top: 30px;
	font-size: 18px;
	font-weight: bold;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	word-break: break-all;
	overflow: hidden;
	-webkit-line-clamp: 3;
	line-height: 35px;
}

.guo_12_1 p a {
	color: #333;
}
.phoneTop,.wrap3d .swiper-pagination,.beiyong3 li p{
	display: none;
}
.beiyong3 .swiper-slide-active p{
	display: block;
}
.beiyong3 li p{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: center;
}
.gehaoBox li video{
	width: 726px;
	height: 400px;
}

/* 非手机版才使用hover */
@media screen and (min-width:765px) {
	.show-mod-righttxt::-webkit-scrollbar,
	.guo_5_2 ul::-webkit-scrollbar {
		width: 6px;
		height: 1px;
	}
	
	.show-mod-righttxt::-webkit-scrollbar-thumb,
	.guo_5_2 ul::-webkit-scrollbar-thumb {
		border-radius: 10px;
		background: #02367e;
	}
	
	.show-mod-righttxt::-webkit-scrollbar-track,
	.guo_5_2 ul::-webkit-scrollbar-track {
		border-radius: 10px;
		background: #0270c1
			/* transparent*/
		;
	}
	.show-mod-righttxt::-webkit-scrollbar {
		/*滚动条整体样式*/
		width: 6px;
		/*高宽分别对应横竖滚动条的尺寸*/
		height: 1px;
	}
	
	.show-mod-righttxt::-webkit-scrollbar-thumb {
		/*滚动条里面小方块*/
		border-radius: 20px;
		background: #ffbc6b;
	}
	
	.show-mod-righttxt::-webkit-scrollbar-track {
		/*滚动条里面轨道*/
		/* -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);*/
		border-radius: 20px;
		background: #e4e4e4;
	}
	.pagemumb a:hover {
		background: #aeaeae
	}

	.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);
	}

	.bshare-custom a:hover {
		color: #fff;
	}

	.cm-ul-list li:hover {
		border-bottom: 1px solid #fbf1d9;
		background: #fbf1d9;
		border-radius: 30px;
	}

	a.more:hover {
		background: #efefef;
		color: #777;
		font-weight: bold
	}

	.sc3list li:hover {
		background: #0270c1;
		border-bottom: 0px solid #02367e;
		line-height: 46px;
		color: #ffed2a
	}

	.sc3list li:hover .sc3time {
		line-height: 46px;
	}

	.sc3list li:hover a {
		color: #ffed2a
	}

	.sc3list li:hover em {
		border: 1px solid #ffed2a;
		background: #ffed2a;
		top: 18px
	}

	.g_list li:hover {
		background: #ffe7d6;
		width: 414px;
		height: 98px;
	}

	.g_list li span:hover {
		color: #d80312;
	}
}

/* 手机版样式 */
@media screen and (max-width:760px) {
	.sctop,.h50{display: none!important;}
	.phoneTop,.wrap3d .swiper-pagination{display: block;}
	.bannerTopGuo9 li video,.cloud9-item img,.gehaoBox li video,.certifyBox,#showcase,.cloud9-item a,.itemGehao img,.guo_11_1 img,.gallery-thumbs li img,.bannerTopGuo9 li img,.guo_5_2,.guo_5_1 .w525,.huiVideo video,.tapsc3,.videoItem video,.videobox,.phoneTop,.phoneTop img,.sc-bartitle,.g-c-area,.sc-bartitle img,.bannersc1,.bannersc1 li img,.Listsc1,.Imgsc1,.Imgsc1 img,.content{width: 100%!important;}
	.sc3time,.cloud9-item img,.gehaoBox li video,.bannersc1 li img,.footcopyright,#showcase,.guo_12_1,.g_list li span,.g_list li,.g_list,.itemGehao img,.guo_11_1 img,.bannerTopGuo9 li img,.guo_5_2 ul,.huiVideo video,.sc3list li,.sc3list li.on,.sc3list,.tapsc3,.cm-pic-list img{height: auto!important;}
	.sc-bartitle{margin: 1rem auto;}
	.sc3,.guo_5_1{background: none;}
	.sc3list li p,.sc3time,.g_list li img{float: inherit!important;}
	
	
	.sc1-main,.sc3-main,.TabGuo10{flex-wrap: wrap;}
	.bannersc1 li img{border: none;}
	.sc1newbg p{bottom: 0;}
	.Listsc1 ul,.bannersc5,.list-4col,.wrap3d,.bannerbei01,.bannergushi,.kangBanner {width: 95%;margin: auto;}
	.sc3{margin-top: 0;}
	.videobox{margin: 0;}
	.videoItem video{max-height: inherit;}
	.videoItem p,.sc3list li{color: #333;}
	.tapsc3{padding-top: 0;max-height: 20rem;background: rgb(0, 161, 233);}
	.sc3list li{display: flex;}
	.sc3time{width: 5.5rem;color:#fff;font-size: 1rem;}
	.on span{color: #ffed2a!important;}
	.sc3list li p{width: 10rem;margin-left: 0.5rem;}
	.sc3list li em{left: 5rem;}
	.sc3list li a{width: 11rem;}
	.guo_5_2{margin: 0 auto;position: inherit;top: auto;}
	.guo_5_1 .w525{margin-left: 0;}
	.guo_5_1 .w525 ul{margin: 0;max-height: inherit;}
	.guo_5_1{min-height: auto;padding-top: 0;}
	.guo_5_2 li{font-size: 0.8rem;line-height: 1.8rem;border-bottom: 0.05rem solid #eee;margin-bottom: 0.5rem;}
	.guo_9_1{padding: 0.25rem;border-radius: 0;margin: 0 auto;}
	.gallery-thumbs li::before,.gallery-thumbs li img{height: 5.5rem;}
	.bannerTopGuo9 li a{flex-wrap: wrap;}
	.bannerTopGuo9 li a div p{font-size: 0.9rem;line-height: 1.5rem;-webkit-line-clamp: 3;}
	.galleryprev, .gallerynext{bottom: auto; z-index: 99;top: 5rem;}
	.bannerTopGuo9{margin-bottom: 0.5rem;}
	.bannerTopGuo9 li a div{width: 95%;margin: 0.5rem auto;}
	.guo_10, .guo_11, .sc4{margin-top: 0.5rem;}
	.guo_11_1 li a,.guo_11_1 li:nth-child(2n) a{padding: 2.5%;width: 95%;margin: auto;}
	.guo_11_1 li:nth-child(2n) p{position: inherit;bottom: auto;width: 100%;}
	.guo_11_1 li:nth-child(2n){margin-top: 0;}
	.bannerGuo11{width: 95%;margin: 0.5rem auto;}
	.g_list{width: 95%;margin: 0.5rem auto;padding-right: 0;}
	.g_list li{width: 100%;}
	.g_list li img{width: 8rem;height: 4.5rem;}
	.g_list li span{position: inherit;width: 9rem;line-height: 1.5rem;font-size: 0.8rem;}
	.g_list li a{display: flex;justify-content: space-between;}
	.bannerGuo12{width: 95%;margin: 0.5rem auto;padding: 0;}
	.bannerGuo12 li img{width: 100%;height: auto;}
	.guo_12_1{width: 100%;margin: 0 auto;}
	.bannerGuo12 li a{display: block;}
	.bannerGuo12 li{background-color: #f8f2ee;border-radius: 0 0 0.5rem 0.5rem;}
	.guo_12_1 p{padding: 0;margin: 0.5rem;font-size: 0.8rem;font-weight: normal;}
	#showcase{margin: 0 auto;}
	.wrap3d{padding-bottom: 2rem;}
	.footcopyright{padding: 0 0rem 3rem 0rem;background: url(../images/footpic.jpg) center bottom no-repeat;background-size: 100%;font-size: 0.65rem;}
	.nextGuo12, .prevGuo12{z-index: 99;bottom: auto;top: 4rem;}
	.cloud9-item img{border-radius: 0.2rem;}
	.sc3list{margin-right: 0;padding-right: 0;}
	.sc3list li a{margin-left: 0;}
	.sc3time span:nth-child(2){margin-left: 0.1rem;}
	.videoItem p{width: 95%; margin: 0.5rem auto;}
	.bannerTopGuo9 li video{max-height: 12rem;}
	.videobox li>a:before, .videobox a:before{top: 40%;}
	.certifyBox .swiper-container{margin-top: 0.5rem;padding-bottom: 0.2rem;}
}

