/*!
 * public css V1.0
 * 08.2021
 * 
 */

/***  ***/
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;}

/*******************/
.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(25, 40, 0, 1), rgba(25, 40, 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: 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;
}

.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 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 #e2c9c7;
	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 #fbf1d9;
	background: #fbf1d9;
	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: #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: 1100px;
	height: 70px;
	margin: 00px auto 10px;
	position: relative;
	text-align: center;
	top: -30px
}

.g-c-area .bd {
	padding: 0 50px
}

.footcopyright {
	color: #fff;
	margin-top: 50px;
	padding: 30px 0 40px;
	background: url("../images/footbg.jpg") center 0 repeat;
}

/** 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: 135px;
	margin-left: -700px
}

.g-c-mainall {
	width: 1400px;
	position: absolute;
	/* top: 50%; */
	left: 50%;
	height: 660px;
	margin-top: 67px;
	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;
	background: url("../images/top.jpg") no-repeat center 0px;
	position: relative;
	;
}

.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: #efefef;
	color: #777;
	font-weight: bold
}

/********/

.sc-main {
	width: 100%;
	background: url("img/1.jpg") no-repeat center center;
	background-size: cover;
	height: 100%;
	/* z-index: -10; */
	position: fixed;
}

.sc-bx {
	background-image: url("../images/sc3bg.jpg")
}

.sc-bx1 {
	background-image: url("../images/benxian1.jpg")
}

.sc-gl {
	background-image: url("../images/sc2bg.jpg")
}

.sc-1 {
	background-image: url("../images/sc1bg.jpg")
}

.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: 476px;
}

.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: 4px;
	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-1-man {
	position: absolute;
	bottom: -35px;
 -moz-bottom: -50px;
	z-index: 200;
	line-height: 0px;
	left: 0px;
}

.sc-1-nav {
	position: absolute;
	bottom: 200px;
	z-index: 200;
	line-height: 0px;
	right: 100px;
}

.sc-1-nav .link {
	position: relative
}

.sc-1-nav a {
	display: inline-block;
	position: absolute;
	width: 160px;
	height: 60px;
	top: 20px;
	z-index: 20
}

.nav-1 {
	left: 30px
}

.nav-2 {
	left: 200px
}

.nav-3 {
	left: 380px
}

.nav-4 {
	left: 560px
}

.sc1area {
	/* margin-top: -380px; */
}

.sc1-main {
	background: url("../images/sc1mainbg.png") no-repeat 0 0px;
	width: 1110px;
	margin: 0 auto;
	height: 450px
}

.sc1-main .indfo {
	padding-top: 263px;
	width: 1000px;
	margin: 0 auto;
	color: #fff;
	line-height: 30px
}

.openwind {
	width: 996px;
	position: absolute;
	top: 58%;
	left: 50%;
	height: 650px;
	margin-top: -350px;
	margin-left: -480px;
	background: url("../images/winpagebg.png") no-repeat 0 0px;
	z-index: 50
}

.openwind .close {
	position: relative
}

.openwind .vmain {
	margin: 30px 50px 60px 30px;
	height: 520px;
	overflow-y: scroll;
	position: relative
}

.openwindclose {
	position: absolute;
	top: -10px;
	right: 20px;
	z-index: 55;
}

/****************
views
*************/

.view-main-cont {
	padding: 34px 8% 0px 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
}

/********/
.sc3m {
	background: url("../images/sc3main.png") no-repeat 0 0px;
	width: 910px;
	margin: 0 auto;
	height: 540px;
	position: relative
}

.sc3m .bd {
	padding: 210px 50px 0 180px;
	color: #fff;
	font-size: 18px;
	line-height: 34px
}

.sc3m .btn {
	position: absolute;
	bottom: -2px;
	left: 50%;
	width: 400px;
	margin-left: -90px;
	z-index: 10
}

.vpic {
	border-radius: 10px;
	border: 1px solid #fff;
	display: inline-block;
	line-height: 0px;
	position: relative;
}

.vpic img {
	border-radius: 10px;
	width: 100%;
	height: 100%
}

.vpic a:before,
.v-m a:before {
	content: '';
	display: inline-block;
	width: 60px;
	height: 60px;
	background: url("../images/i_play.png") no-repeat;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 10;
	margin-left: -30px;
	margin-top: -30px;
}

.g-c-main .g-c-row {}

.g-c-row .gmore {
	height: 122px;
	line-height: 122px;
	display: inline-block
}

.bx-w1 {
	color: #9ab3fd
}

.bx-w2 {
	color: #f0db8d
}

.bx-w3 {
	color: #edff51
}

.bx-w4 {
	color: #fff
}

.xiaolianbg {
	background-image: url("../images/xiaolianbg.jpg")
}

.sc-zw {
	background-image: url("../images/sc_8bg.jpg")
}

/********/
.sc-xl {
	display: -webkit-flex;
	/* Safari */
	display: flex;
	justify-content: space-between;
	width: 1200px;
	margin-left: -600px;
	top: 0px;
	height: calc(100vh);
	margin-top: 0px
}

.xiaolianrow {
	min-height: 100px;
	flex: 1;
	margin: 0 40px;
	line-height: 0px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}

.xiaolianrow .xlpic {
	margin: 40px 0
}

.xlinfo {
	position: absolute;
	top: 240px;
	left: 75px;
	width: 270px;
	color: #fff;
	background: url("../images/line.png") repeat-y 0 0px;
	line-height: 42px
}

/****/

.zwarea {
	width: 1420px
}

.zwarea .fl-left {
	background: url("../images/zwvbg.png") no-repeat 0 0px;
	width: 874px;
	height: 435px;
	padding-top: 78px
}

.zwarea .fl-right {
	background: url("../images/zwbg2.png") no-repeat 0 67px;
	width: 545px;
	height: 370px;
	padding-top: 143px;
	float: left
}

.v-bar h3 {
	font-size: 30px;
	color: #62482e;
	text-align: center;
	font-weight: bold;
}

.v-bar {
	margin-bottom: 40px;
}

.v-m {
	margin-left: 160px;
	width: 560px
}

.zwarea .fl-right .bd {
	padding-left: 50px;
	padding-top: 20px;
	line-height: 30px;
	font-size: 16px;
	color: #644226
}

.zwcol {
	color: #4d7a94;
	font-size: 14px;
	line-height: 24px
}

/*******/
.footcopyright {
	margin-top: 0px;
	color: #f5e6c7
}

.gl-info {
	width: 750px;
	margin-left:-100px;
	font-size: 18px;
text-align:center;
}

.gl-top {
	width: 560px;
	margin: 0px auto 0;
	position: absolute;
	top: 60px;
	left: 50%;
	margin-left: -250px;
	z-index: 20
}


.glr-toppic {
	width: 100%
}

.glr-toppic img {
	width: 100%
}

.gl-info {
	font-size: 18px;
}

.glmain {
	position: relative;
	width: 100%;
	height: calc(100vh);
	padding: 0px;
}

.glmain a {
	display: inline-block;
	position: absolute;
	width: 15%;
	height: 210px;
	z-index: 20;
	border: 0px solid #444
}


a.glman-1 {
	left: 11%;
	top: 30%;
}

a.glman-2 {
	left: 30%;
	top: 31%;
	height: 20%
}

a.glman-3 {
	left: 13%;
	bottom: 22%;
}

a.glman-4 {
	right: 25%;
	top: 38%;
}

a.glman-5 {
	left: 40%;
	bottom: 23%;
	width: 24%
}

a.glman-6 {
	right: 0;
	bottom: 12%;
	width: 30%;
}







/* deng add */
.openwindv {
	width: 996px;
	position: absolute;
	top: 62.2%;
	left: 50%;
	height: 650px;
	margin-top: -350px;
	margin-left: -480px;
	background: url("../images/winpagebg.png") no-repeat 0 0px;
	z-index: 50
}

.openwindv .close {
	position: relative
}

.openwindv .vmain {
	margin: 30px 50px 60px 30px;
	height: 520px;
	overflow-y: scroll;
	position: relative
}


.openwindv .vmain-video {
	margin: 70px 0 0 42px;
	height: 520px;
	position: relative
}

.main_page4 {

	margin: 0 auto;
	height: 100vh;
	display: flex;
	position: relative;
}


.page4_row {
	width: 317px;
	height: 100vh;
	border-right: 1px solid #666;
	border-left: 1px solid #666;
	margin-right: 50px;
	margin-left: 20px
}

.row1 {
	width: 317px;
	height: calc(100% - 170px);
	margin-top: 170px;
	overflow: hidden;
	position: relative;
	float: right;

}

.row1 .bd {
	width: 317px;
	height: 100vh;
}





.row1 .bd ul {
	width: 319px;
	overflow: hidden;
	zoom: 1;
}

.row1 .bd ul li {
	margin-bottom: 100px;
	zoom: 1;
}

.row1 .bd ul li img {
	width: 317px;
	height: 199px;
}

.row1.row2 {
	height: 100vh;
	margin-top: 0;
}

.row1.row3 {
	height: 100vh;
	margin-top: 40px;
}

.v-cont img {
	width: 100%;
	height: auto;
}


.openwindn {
	width: 996px;
	position: absolute;
	top: 75%;
	left: 50%;
	height: 650px;
	margin-top: -350px;
	margin-left: -480px;
	background: url("../images/winpagebg.png") no-repeat 0 0px;
	z-index: 50
}

.openwindn .close,
.openwindn1 .close {
	position: relative
}

.openwindn .vmain,
.openwindn1 .vmain {
	margin: 30px 50px 60px 30px;
	height: 520px;
	overflow-y: scroll;
	position: relative
}

.sc-bx2 {
	background-image: url("../images/benxian2.jpg")
}

.sc-bx3 {
	background-image: url("../images/benxian3.jpg")
}

.sc-bx4 {
	background-image: url("../images/benxian4.jpg")
}

.openwindn1 {
	width: 996px;
	position: absolute;
	top: 89%;
	left: 50%;
	height: 650px;
	margin-top: -350px;
	margin-left: -480px;
	background: url("../images/winpagebg.png") no-repeat 0 0px;
	z-index: 50
}



.zwarea .fl-right .bd {
	padding-right: 50px;
	text-indent: 2em;
}

.swiper-button-disabled {
	display: none;
}

.gobck{
	position: absolute;
	bottom: 4px;
	z-index: 200;
	line-height: 0px
}

.gobck{
	left: 0px;
}



.gobck img{
	width: 280px
}


.g-c-riglogo {
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 200;
    line-height: 0px;
}<!--ecms sync check [sync_thread_id="3bcee7cc5a424330844ab778a62d31c1" sync_date="2023-04-13 18:04:23" check_sum="3bcee7cc5a424330844ab778a62d31c1]-->