/*!
 * 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: 24px;
	font-size: 14px
}

/*********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 {
	margin-bottom: 30px;
	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;
	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: 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;
}


.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: #f3f3f3;
	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
}

.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: 0;
	top: 50%;
	z-index: 10;
	margin-left: 30px;
	margin-top: -10px;
}

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

.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 6px;
	padding-left: 20px;
	background-size: 12px 12px;
	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%;
	color: #89839c;
}

.copyright {
	width: 100%;
	padding: 30px 0 30px 0;
}

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


.sc-col {
	padding: 10px;
}

.more {
	padding: 0px 0;
	margin: 0px 0 0;
	text-align: center
}

.more a {
	margin: 0 10px;
	width: 25px;
	height: 25px;
	display: inline-block
}

/***/

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

/***** 页面宽度 *****/
/********/
.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: 20%;
}

/*******/

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

.sc-bartitle {
	width: 900px;
	height: 90px;
	margin: 00px auto 20px;
	position: relative;
	text-align: center;
}

.sc-bartitle img {
	width: 100%
}

.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;
	background: #0032bc url("../images/top.jpg") center 0 no-repeat;
	height: 820px;
}

.sctop img {
	width: 100%;
	line-height: 0px
}


.sctop-c,
.sctop-c img {
	width: 100%;
}

@media screen and (max-width:1920px) {
	.sctop img {
		display: none;
	}
}

a.more2 {
	height: 45px;
	line-height: 45px;
	text-align: center;
	margin: 20px auto 10px;
	display: block;
	width: 700px;
	border-radius: 10px;
	color: #999
}

a.more2:hover {
	background: #fff;
	color: #777;
	font-weight: bold
}

/********/

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

.cm-pic-list li p {
	padding: 0 5px 15px;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	height: 40px;
}

.cm-pic-list li:hover {
	background: #c3c8f5;
	padding: 0px
}

.cm-pic-list li:hover p {
	padding: 0 15px 15px
}

.cm-4col li {
	width: 22%;
	margin: 0 1.5%;
	line-height: 24px;
}

.cm-4col li p {
	font-size: 14px;
	font-style: italic
}

.cm-4col li:hover {
	background: #f3f3f3;
	padding: 0px
}

/***** main ******/
.sc1 {
	background: url("../images/sc1bg.jpg") no-repeat center 0;
	padding-top: 50px;
	margin-top: -10px;
}

.sc2 {
	background: url("../images/sc2bg.jpg") no-repeat center 0;
	padding-top: 80px;
	min-height: 827px;
}

.sc-m2 .more {
	padding-top: 25px
}

.sc-m2 {
	padding-bottom: 50px
}

.cm-list3,
.cm-list3n {
	margin-bottom: 60px
}

.cm-list3 li,
.cm-list3n li {
	background: #fff;
	border-radius: 0px;
	/* width: 29%;
	margin: 0 2%; */
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	position: relative;
}

.cm-list3 li img {}

.cm-list3 li p,
.cm-list3n li p {
	padding: 5px 15px 5px;
	text-align: center;
	word-break: break-all;
	height: 80px;
	text-overflow: ellipsis;
	display: -webkit-box;
	/** 对象作为伸缩盒子模型显示 **/
	-webkit-box-orient: vertical;
	/** 设置或检索伸缩盒对象的子元素的排列方式 **/
	-webkit-line-clamp: 2;
	/** 显示的行数 **/
	overflow: hidden;
	/** 隐藏超出的内容 **/
	white-space: normal;
	line-height: 24px;
}

.cm-list3 li span,
.cm-list3n li span {
	position: absolute;
	bottom: -18px;
	left: 50%;
	z-index: 20;
	display: inline-block;
	margin-left: -50px;
	width: 100px;
	height: 32px;
	background: #999cd5;
	border-radius: 50px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	line-height: 32px;
}

.cm-list3 li:hover,
.cm-list3n li:hover {
	box-shadow: 0px 30px 30px -30px #000;
}

.cm-list3 li:hover span,
.cm-list3n li:hover span {
	background: #705abb
}

.cm-list3 li:hover,
.cm-list3n li:hover {
	background: #fff;
}

.sc4 .sc-m4 {
	background: url("../images/sc4bg.png") no-repeat center 0;
	padding-top: 20px;
	min-height: 450px;
	margin-bottom: 50px
}

.sc4 .fl-left {
	width: 650px;
	padding-left: 50px;
	padding-top: 20px;
}

.sc4 .fl-right {
	width: 470px;
	padding-top: 36px;
	position: relative
}

.sc4 .fl-left a {
	width: 580px;
	line-height: 0px;
	display: inline-block;
}

.sc4 .fl-left a img {
	width: 100%;
	border: 12px solid #fff;
	margin-bottom: 20px
}

.sc4 .fl-right .ar-t {
	position: absolute;
	top: -16px;
	left: 50%
}

.sc4 .fl-right .ar-d {
	position: absolute;
	bottom: -50px;
	left: 50%
}

.sc4 .cm-picrw-list li>a img {
	height: auto
}

.sc4 .cm-picrw-list li a p,
.cm-picrw-list li p {
	height: 100px;
	border-bottom: 1px solid #fff
}

.sc5 {
	background: url("../images/sc3bg.jpg") center 0 no-repeat;
	margin-bottom: 60px
}

.sc-m5-t {
	height: 410px;
	background: #fff;
	width: 100%;
	margin: 0 auto 30px
}

.sc-m5-t .fl-left {
	width: 400px;
	margin: 40px 0 0 40px
}

.sc-m5-t .fl-left h3 {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 10px;
	line-height: 26px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	white-space: normal;
	/* line-height: 22px; */
}

.sc-m5-t .fl-left p {
	color: #999;
	height: 220px;
	text-overflow: ellipsis;
	display: -webkit-box;
 /** 对象作为伸缩盒子模型显示 **/
	-webkit-box-orient: vertical;
 /** 设置或检索伸缩盒对象的子元素的排列方式 **/
	-webkit-line-clamp: 10;
 /** 显示的行数 **/
	overflow: hidden;
 /** 隐藏超出的内容 **/
	white-space: normal;
	line-height: 22px;
	margin-bottom: 15px;
}

.sc-m5-t .fl-right {
	height: 410px
}

.sc-m6 .more {
	padding-top: 40px
}

/*****/
.sc6 {
	background: url("../images/footbg.jpg") no-repeat center bottom;
}

.sc-m6 {
	padding-bottom: 00px
}

.footcopyright {
	padding-top: 30px;
	margin-top: 20px;
	height: 120px
}


/****************
views
*************/
.vmain {
	background: #fff;
	border-radius: 50px;
	margin: 0 auto;
	box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.05)
}

.view-main-cont {
	padding: 70px 8% 70px 8%;
	position: relative
}

.view-main-cont .breadcrumb {
	margin-bottom: 30px;
}

.v-cont-title {
	text-align: center;
	border-bottom: 1px solid #e2e2e2;
}

.v-cont-title h2 {
	font-size: 30px;
	line-height: 40px;
	padding-bottom: 25px;
	font-weight: bold
}

.v-cont-title p {
	border-top: 0px solid #e2e2e2;
	padding: 12px 0;
	color: #ddd;
	font-size: 14px;
	text-align: left
}

.v-cont-title p span {
	margin: 0 8px;
	color: #aaa
}

.v-cont {
	padding: 10px 0;
}

.v-cont p {
	text-indent: 35px;
	font-size: 18px;
	line-height: 35px;
	padding: 10px 0px;
}

.v-pic {
	text-align: center;
	margin: 30px 10px 20px;
	line-height: 0px;
}

.v-pic img {
	width: auto;
	height: auto;
	max-width: 100%;
}

.v-pic p {
	font-size: 14px;
	line-height: 20px;
	color: #999;
	text-align: center;
	position: relative;
	margin: 0
}

.v-pic p:after {
	position: absolute;
	left: 50%;
	bottom: 0px;
	content: "";
	height: 1px;
	background: #ccc;
	;
	width: 40px;
	margin-left: -20px
}

.v-pic br {
	height: 30px;
	display: block
}

.view-shares {
	position: absolute;
	width: 150px;
	top: 50px;
	left: 0px;
	z-index: 10;
	text-align: center
}

.v-s-col {
	text-align: center;
	color: #999;
	padding-bottom: 10px;
	font-size: 14px
}

.view-shares a {
	display: block;
	margin: 10px 0
}

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


@media screen and (max-device-width: 900px) {
	.g-c-area {
		width: 100%;
	}

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

	.sctop {
		height: 380px;
		background-size: cover;
	}

	.sc1 {
		padding-top: 0px
	}

	.sc1 .cm-pic-list li {
		background: #2e4226;
		line-height: 0;
		float: left;
		width: 47%;
		margin-left: 1.5%;
		margin-right: 1.5%;
	}

	.sc1 .cm-pic-list p {
		color: #fff;
		height: 55px;
		margin-bottom: 10px
	}

	.footcopyright {
		margin-top: 0px;
	}

	.footcopyright p {
		font-size: 11px;
		line-height: 18px;
		padding: 0px 20px
	}

}




/* deng add */


#certify {
	position: relative;
	width: 1160px;
	margin: 0 auto
}

#certify .swiper-container {
	padding-bottom: 60px;
	margin-top: 50px;
}

#certify .swiper-slide {
	width: 800px;
}

#certify .swiper-slide img {
	display: block;
	width: 100%;
}

#certify .swiper-slide p {
	position: absolute;
	bottom: 0;
	line-height: 35px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding: 0 2.5%;
	width: 95%;
	background-color: rgba(0, 0, 0, 0.7);
	color: #FFFFFF;
}

.Leftprev,
.rightnext {
	width: 45px;
	height: 45px;
	position: absolute;
	top: 40%;
	z-index: 99;
	cursor: pointer;
}

.rightnext {
	right: 20px;
}

.Leftprev {
	left: 20px;
}

.prevLeft,
.nextRight,
.prevLeftn,
.nextRightn,
.Leftsc3,
.Rightsc3 {
	width: 30px;
	position: absolute;
	cursor: pointer;
}

.prevLeft,
.nextRight {
	bottom: 37px;
}

.Leftsc3,
.Rightsc3 {
	bottom: -5px;
}

.prevLeftn,
.nextRightn {
	bottom: -22%;
}


.prevLeft,
.prevLeftn,
.Leftsc3,
.Leftsc5 {
	left: 47%;
}

.nextRight,
.nextRightn,
.Rightsc3,
.Rightsc5 {
	right: 47%;
}

.bannerSc3 li p {
	font-size: 14px;
	font-style: italic;
}

#certify .swiper-slide::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	top: 0;
	left: 0;
}

#certify .swiper-slide-active::before {
	display: none;
}

.phone,
.phonenextSc3,
.phoneprevSc3 {
	display: none;
}

.shuangyuSlide {
	height: 330px;
	overflow: hidden;
	/*! margin-top: 10px; */
	/*! margin-bottom: 10px; */
}

#swiperPerv,
#swiperNext {
	text-align: center;
	position: absolute;
	left: 50%;
}

#swiperPerv {
	top: -7%;
}

#swiperNext {
	bottom: -23%;
}

#swiperPerv img,
#swiperNext img {
	cursor: pointer;
}

.leftBanner img {
	padding: 0 !important;
}

.shuangyuSlide .swiper-slide {
	cursor: pointer;
	align-items: center;
	display: flex;
}

.shuangyuSlide .swiper-slide>div {
	/* padding-top: 4px; */
	display: flex;
}

.shuangyuSlide .swiper-slide>div>img {
	display: block;
	margin-left: 10px;
}


.shuangyuSlide .swiper-slide p {
	overflow-y: hidden;
	white-space: normal;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	margin-left: 10px;
}

.banneron {
	background-color: #fff;
}

.Leftsc5,
.Rightsc5 {
	position: absolute;
	cursor: pointer;
	bottom: 0;
}

.sc-m3 ul {
	margin-bottom: 40px;
}

.sc4 {
	margin-top: 50px;
}

.bannerSc3 li img {
	width: 100%;
}

.bannerSc3 ul {
	margin-bottom: 60px;
}

/* 手机版样式 */
@media screen and (max-width:760px) {
	.sc4 .sc-m4 {
		background: unset;
		padding-top: unset;
		min-height: unset;
		margin-bottom: 50px;
	}

	.sc4 .fl-left {
		width: 100%;
		padding-left: 0;
		padding-top: 0;
		margin-bottom: 7%;
	}

	.sc4 .fl-left a {
		width: 100%;
		line-height: 0px;
		display: inline-block;
	}

	.sc4 .fl-left a img {
		width: 100%;
		border: unset;
		margin-bottom: 20px;
	}

	.sc4 .fl-right {
		width: 100%;
		padding-top: 0px;
	}

	.fl-left,
	.fl-right {
		float: unset;
	}

	.sc4 {
		margin-top: 10%;
		background-color: #e2e2f4;
	}

	#swiperNext {
		bottom: -14%;
		margin-bottom: 5%;
	}

	.phone,
	.phonenextSc3,
	.phoneprevSc3 {
		display: block;
	}

	.sctop-c,
	.prevSc3,
	.nextSc3 {
		display: none;
	}

	.phone,
	.phone img,
	.sc-bartitle,
	.sc-bartitle img,
	#certify,
	#certify .swiper-slide,
	.g-c-area,
	.bgBlue {
		width: 100% !important;
	}

	.sc-m5-t .fl-left {
		width: 90%;
		margin: 3%;
	}

	.sc-m5-t {
		height: unset;
		background: #fff;
		width: 100%;
		margin: 0 auto 7%;
	}

	.sc-m5-t .fl-left h3 {
		font-size: 1rem;
		margin-bottom: 3%;
		line-height: 1.2rem;
	}

	.sc-m5-t .fl-right {
		height: unset;
	}

	.sc-m5-t .fl-left p {
		height: unset;
		padding-bottom: 0;
	}

	.sc-m5-t {
		height: unset;
		background: #fff;
		width: 100%;
		margin: 0 auto 7%;
	}

	.prevLeft,
	.nextRight {
		bottom: -2%;
	}

	.sc-bartitle,
	.bgBlue,
	.sc3news,
	.newsBanner {
		height: auto !important;
	}

	.sc-bartitle {
		margin: 1rem auto;
		padding-top: 1rem;
	}

	#certify .swiper-container {
		padding-bottom: 0rem;
		margin-top: 0;
	}
    .sc1 {
        padding-top: 1px;
    }
	.sc2 .bd {
		width: 95%;
		margin: 0 auto;
		padding-bottom: 4rem;
	}

	.sc2 {
		padding-top: 0rem;
		min-height: unset;
	}

	.prevLeft,
	.Leftsc5,
	.Leftsc3,
	.prevLeftn {
		left: 38%;
	}

	.nextRight,
	.Rightsc5,
	.Rightsc3,
	.nextRightn {
		right: 38%;
	}

	.prevLeftn,
	.nextRightn {
		bottom: -18%;
	}

	.cm-pic-list {
		width: 95%;
		margin: auto;
	}

	.footcopyright {
		margin-top: 2.7rem;
	}

	.picRight img,
	.picLeft img {
		width: 1.5rem;
	}

	.picRight,
	.phonenextSc3 {
		right: 5%;
	}

	.picLeft,
	.phoneprevSc3 {
		left: 5%;
	}

	.cm-list2 li div {
		padding-bottom: 1rem;
	}

	.cm-list2 li p {
		height: 3rem;
		font-size: 0.75rem;
		line-height: 1.5rem;
	}



	.picBanner li p,
	#certify .swiper-slide p {
		font-size: 0.75rem;
	}

	.phonenextSc3,
	.phoneprevSc3 {
		position: absolute;
		top: 35%;
		cursor: pointer;
		z-index: 9;
	}

	.footcopyright p {
		font-size: 0.65rem;
	}



}
