@charset "utf-8";
* {
	padding: 0;
	margin: 0;
	list-style: none;
}

html,
body {
	width: 100%;
	height: 100%;
	min-width: 1100px;
	position: relative;
}

img {
	max-width: 100%;
}

article img {
	width: 80%;
	margin-left: 2%;
}

.stop {
	width: .6rem;
	position: fixed;
	top: 2.1074%;
	right: 2.5rem;
	z-index: 9999;
}

#all {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}

#all .en {
	font-size: 0.3rem;
}

#all .fontSize {
	font-size: 0.31rem;
}

#all .fontSize0 {
	font-size: 0.5rem;
}

#all .fontSize1 {
	font-size: 0.4rem;
}

#all .fontSize2 {
	font-size: 0.5rem;
}

#all .fontSize3 {
	font-size: 0.6rem;
}

#all .fontSize4 {
	font-size: 0.7rem;
}

#all .fontSize5 {
	font-size: 0.45rem;
}

.logo {
	width: 180px;
	position: absolute;
	top: 30px;
    left: 40px;
	z-index: 10;
	cursor: pointer;
	min-width: 143px !important;
}

.line {
	position: absolute;
	z-index: 2;
	width: 0;
	border-bottom: 5px solid #87212e;
}

.title {
	font-size: .9rem;
	text-align: center;
}


/*语言css*/

#langswitch,
#locswitch,
#searchbox {
	position: fixed;
	top: 2.1074%;
	right: .5rem;
	z-index: 19;
	width: 1.7rem;
	height: .6rem;
	line-height: .6rem;
	color: #ffffff;
}

#langswitch dt,
#locswitch dt,
a#langswitch {
	padding: 1% 8.8607%;
	cursor: default;
	text-transform: uppercase;
	background-color: #87212E;
	font-weight: bold
}

.hide {
	background-color: rgba(24, 21, 21, 0.7) !important;
}

.hidden {
	display: none;
}


/*侧边栏css*/

.bar {
	width: auto;
	height: 100%;
	position: fixed;
	z-index: 9;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
}

.bar .left1 {
	height: 100%;
	width: 0;
	overflow: hidden;
	transition: all .3s linear;
	-ms-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
}

.bar .sidebar {
	width: 27.0833vw;
	height: 100%;
	float: left;
	position: relative;
	overflow: hidden;
	color: #FFFFFF;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
}

.bar .one {
	width: 13.38vw;
	height: 100%;
	/*padding-top: 150px;*/
	background: rgba(0, 0, 0, 0.5);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	position: relative;
}

.bar .one li {
	width: 13.38vw;
	line-height: 1.1rem;
	padding-left: 1.0436vw;
	background: #2f2f2f;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	border-bottom: 1px solid #cbcbcb;
}

.bar .one li .top-slider-a {
	display: block;
	line-height: 1.1rem;
	text-decoration: none;
	color: #FFFFFF;
}

.bar .sidebar p {
	position: relative;
}

.bar .one li:last-child,
.two li:last-child {
	border: none;
}

.bar .one li:hover,
.two li:hover {
	background: #87212e;
}

.bar .one .zh li {
	/*width: 7.8125vw;*/
}

.bar .one .en li {
	width: 10.9375vw
}

.bar .two a {
	display: block;
	line-height: 1.1rem;
	text-decoration: none;
	color: #FFFFFF;
}

.bar .active {
	background: rgb(0, 0, 0) !important;
}

.bar .right1 {
	width: 2.0833vw;
	height: auto;
	position: relative;
	padding-right: 1.5%;
	z-index: 10;
	font-size: 0;
}

.bar .right1 div {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	background: #87212E;
	width: 40px;
	height: 40px;
	margin-bottom: 10px;
}
.bar .right1 div {
	min-width: 30px !important;
	min-height: 30px !important;
}
.bar .right1 img {
	width: 30px;
	height: 30px;
}
#showMenu img{
	padding-right: 2px;
	margin-bottom: 3px;
}
.bar .active1 {
	width: 25vw;
}

.bar .two {
	width: 0px;
	position: absolute;
	left: 13.28vw;
	overflow: hidden;
	transition: all .3s linear;
	-ms-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
}

.bar .sidebar img {
	width: 4%;
	position: absolute;
	right: 7%;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.bar .active2 {
	width: 14vw;
}


/*首页css*/

.index-news {
	width: 25%;
	position: absolute;
	left: 25%;
	top: 20%;
	z-index: 4;
	padding: 2% 0;
	background: rgba(0, 0, 0, 0.3);
}

.index-news img {
	width: 98%;
	margin-left: 1%;
}

.index-news .swiper-wrapper {
	width: 100%;
	z-index: 30;
}

.index-news .swiper-slide {
	width: 100%;
	font-size: 0;
}

.swiper-pagination {
	text-align: right !important;
	padding: 0 3%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.swiper-pagination-bullet {
	border-radius: initial;
	border: 1px solid #FFFFFF;
}

.swiper-pagination-bullet-active {
	background: #87212E;
	border: 1px solid #8b632e;
}

.index-news h1 {
	line-height: .6rem;
	color: #FFFFFF;
	padding: 2% 4% 0;
}

.index-news h2 {
	line-height: .6rem;
	padding: 0 4% 2%;
	font-weight: normal;
	color: #FFFFFF;
}

.select {
	position: absolute;
	width: 7.8125vw;
	right: 1%;
	top: 2%;
	z-index: 4;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 8px 15px;
	-webkit-appearance: none;
	appearance: none;
	-moz-appearance: none;
	outline: none;
	background: #87212e;
	color: #fff;
	border: none;
}

.select option {
	background: #3b4257;
	border: none;
}

.index-news-bg {
	width: 100%;
	height: 100%;
}

.bg {
	width: 120%;
	height: 120%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.bg1 {
	width: 100%;
	height: 100%;
	transition: all 10s linear;
	-ms-transition: all 10s linear;
	-moz-transition: all 10s linear;
	-webkit-transition: all 10s linear;
}

.index-news a {
	display: block;
	width: 22%;
	height: 35px;
	text-align: center;
	background: #87212E;
	line-height: 35px;
	color: #FFFFFF;
	text-decoration: none;
}

.index-news {
	opacity: 0;
	overflow: hidden;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: transition: all .5s;
	-ms-transition: transition: all .5s;
}

.small_active {
	width: 0;
	height: 0;
	left: 88%;
	top: 90%;
}

.small {
	position: absolute;
	top: 0;
	width: 100%;
	height: 9%;
	left: 0;
}

.small img {
	width: 5%;
	position: absolute;
	top: 52%;
	right: 1%;
	opacity: .8;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
}

.big {
	width: 160px;
	position: fixed;
	z-index: 99;
	left: 88%;
	top: 80%;
	padding: 5px;
	text-align: center;
	color: #ffffff;
	box-sizing: border-box;
	background: rgba(0, 0, 0, 0.4);
}

.display1 {
	display: none;
}

.big p {
	padding: 0 3%;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	height: .6rem;
	line-height: .6rem;
}


/*文章页css*/

#news-content {
	overflow: auto;
	width: 70%;
	margin-left: 15%;
	height: 70%;
	padding: 0 1%;
	color: #ffffff;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

#news-content .title {
	padding: 1% 2%;
	display: table;
	margin: 0 auto;
	border-bottom: 2px solid #ffffff;
}

#news-content #content {
	margin-top: 5%;
	width: 90%;
	margin-left: 5%;
}

.share-tools {
	border-top: 1px solid #ffffff;
	overflow: hidden;
	width: 70%;
	padding: .5% 0 0 1%;
	margin-top: 1%;
	margin-left: 15%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.share-tools li {
	margin-right: 1.5%;
	float: left;
	width: .55rem;
	text-align: center;
	cursor: pointer;
}

.share-tools li i {
	/*line-height: 22px;*/
	font-size: .55rem;
	color: #ECECEC;
}

.share-tools .time {
	float: right;
	width: 30%;
	text-align: right;
	color: #ECECEC;
}

.article-mask {
	z-index: 1;
}

.article-mask:after {
	content: '';
	position: absolute;
	top: 5%;
	left: 15%;
	right: 15%;
	bottom: 6%;
	background-color: rgba(4, 4, 4, 0.5);
	z-index: -1;
	border-radius: 5px;
}


/*普通列表页css*/

.main {
	width: 100%;
	height: 94%;
	position: absolute;
	top: 3%;
	background-color: rgba(0, 0, 0, 0.5);
}

.company {
	width: 100%;
	height: 94%;
	position: absolute;
	top: 3%;
	background-color: transparent;
}

.main .title {
	width: 100%;
	text-align: center;
	color: #FFFFFF;
	height: 17%;
	font-weight: bold;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.main .list-info {
	width: 75vw;
	height: 100%;
	margin-left: 12.5%;
	position: relative;
}

.list-info .news {
	width: 100%;
	min-height: 70%;
	position: relative;
	top: 3%;
}

.list-info .news li {
	width: 100%;
	padding: 1.5% 0;
	overflow: hidden;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
}

.main li.odd {
	color: rgba(255, 255, 255, 1);
	border-bottom: 1px dashed rgba(236, 236, 236, 0.7);
}

.main li.even {
	color: rgba(255, 255, 255, 1);
	border-bottom: 1px dashed rgba(255, 255, 255, 1);
}

.list-info .news li span {
	display: inline-block;
}

.main li .news_title {
	flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	-moz-box-flex: 1;
	text-align: left;
	padding-left: 1%;
}

.main li .time {
	width: 20%;
	text-align: right;
	padding-right: 1%;
}

.main .pages {
	cursor: pointer;
	width: 100%;
	border-top: 1px solid #ffffff;
	text-align: center;
	overflow: hidden;
	position: absolute;
	bottom: 5%;
}

.main .pages span {
	width: 15%;
	padding-top: 1%;
	display: inline-block;
	text-align: center;
	color: #FFFFFF;
	padding-bottom: 1%;
}

.main .pages span.prev {
	text-align: left;
	float: left;
}

.main .pages span.next {
	text-align: right;
	float: right;
}


/*视频中心css*/
.list-info .videos li span {
	display: inline-block;
	float: left;
}

.videos li .videos_title {
	width: 80%;
	text-align: left;
	padding-left: 1%;
}

.videos li .time {
	width: 20%;
	text-align: right;
	padding-right: 1%;
	float: right !important;
}

.categorys {
	overflow: hidden;
}

.categorys li {
	float: left;
	width: 19%;
	text-align: center;
	padding: 1% 0;
	color: #ffffff;
	font-weight: bold;
	background-color: #8D1E2E;
	cursor: pointer;
}

.categorys li.cate_active {
	color: #8D1E2E;
	font-weight: bold;
	background-color: #ffffff;
}

.categorys li.border-right {
	margin-right: 8%;
}

.cate_active li span {
	color: #8D1E2E !important;
}

.list-info .videos {
	min-height: 55%;
	position: relative;
	top: 6%;
}

.list-info .videos li {
	width: 100%;
	padding: 1% 0;
	overflow: hidden;
}

/*每月精选css*/
.choicest-list {
	width: 75vw;
	height: 66%;
	overflow-y: auto;
	/*display: flex;*/
	/*display: -webkit-flex;*/
	/*flex-wrap: wrap;*/
	/*align-items: flex-start;*/
}
.choicest-list:after {
	width: 0;
	height: 0;
	display: none;
	content: " ";
	opacity: 0;
	clear: both;
}
.choicest-list .choicest-one {
	list-style: none;
	/*width: 24.7%;*/
	width: 18vw;
	float: left;
	/* background-color: rgba(72, 72, 72, 1); */
	/* padding: 10px; */
	margin-bottom: 5%;
	/*margin-right: 0.4%;*/
	margin-right: 1vw;
	/* padding: 0 2%; */
	position: relative;
}
.choicest-one:nth-child(4n) {
	margin-right: 0 !important;
}
.choicest-one .choicest-img {
	width: 100%;
	/*height: 30%;*/
	height: 15vw;
	background-position: center;
	background-size: auto 100%;
	background-repeat: no-repeat;
}
.choicest-one .choicest-title {
	width: 100%;
	background-color: rgba(72, 72, 72, 1);
	color: #ffffff;
	font-size: 0.5rem;
	text-align: center;
	display: block;
	margin-top: 10px;
}
.choicest-list::-webkit-scrollbar {/*滚动条整体样式*/

	width: 10px;     /*高宽分别对应横竖滚动条的尺寸*/

	height: 1px;

}

.choicest-list::-webkit-scrollbar-thumb {/*滚动条里面小方块*/

	border-radius: 10px;

	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);

	background: #535353;

}

.choicest-list::-webkit-scrollbar-track {/*滚动条里面轨道*/

	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);

	border-radius: 10px;

	background: #EDEDED;

}
/*每月精选-子页面css*/
.choicest-child-list {
	width: 100%;
	margin-top: 5%;
	/*height: 30%;*/
	overflow-x: auto;
}
.choicest-child:after {
	width: 0;
	height: 0;
	display: none;
	content: " ";
	opacity: 0;
	clear: both;
}
.choicest-child-list .choicest-one {
	list-style: none;
	width: 25%;
	margin-right: 5%;
	float: left;
	background-color: rgba(72, 72, 72, 1);
	padding: 10px;
}
.choicest-one .choicest-img {
	/*width: 100%;
	height: 30%;
	background-position: center top;
	background-size: 100% auto;
	background-repeat: no-repeat;*/
	width: 100%;
	height: 10vw;
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
}
.choicest-one .choicest-title {
	width: 100%;
	background-color: rgba(80, 80, 80, 0.4);
	color: #ffffff;
	font-size: 0.2rem;
	line-height: 0.6rem;
	text-align: left;
	padding-left: 0.2rem;
	padding-bottom: 0.2rem;
	display: block;
	/* margin-top: 10px; */
	position: absolute;
	bottom: 0;
	left: 0;
	box-shadow: 0 0 5px 5px rgba(72, 72, 72, 0.2), 0 0 0 0 #ffffff, 0 0 0 0 #ffffff, 0 0 0 0 #ffffff;
}
.choicest-one .choicest-title .tag {
	display: inline-block;
	font-weight: bold;
	padding: 0 0.1rem;
	border-radius: 2px;
	margin-right: 5px;
}
.choicest-list::-webkit-scrollbar {/*滚动条整体样式*/

	width: 10px;     /*高宽分别对应横竖滚动条的尺寸*/

	height: 1px;

}

.choicest-list::-webkit-scrollbar-thumb {/*滚动条里面小方块*/

	border-radius: 10px;

	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);

	background: #535353;

}

.choicest-list::-webkit-scrollbar-track {/*滚动条里面轨道*/

	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);

	border-radius: 10px;

	background: #EDEDED;

}


/*新闻动态css*/
.container {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 94%;
	background: rgba(0, 0, 0, 0.3);
	top: 3%;
}

.container2 {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 94%;
	background: rgba(0, 0, 0, 0.3);
	top: 3%;
}

.container .mask {
	position: absolute;
	left: 0;
	top: 3%;
	right: 0;
	bottom: 0;
	/*background: rgba(0, 0, 0, 0.5);*/
	z-index: 1;
	height: 94%;
}

.container2 .grid-container {
	background: transparent;
}

.container .title,
.container2 .title {
	width: 100%;
	text-align: center;
	color: #FFFFFF;
	height: 17%;
	font-weight: bold;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.container .block {
	width: 100%;
	height: 10%;
}

.container .page-button {
	display: inline-block;
	height: 100%;
	width: 20%;
	cursor: pointer;
	/*display: table;*/
}

.container .page-button.slide-prev {
	text-align: right;
}

.container .page-button.slide-next {
	text-align: left;
}

.container .page-button img {
	height: 50%;
	top: 50%;
	transform: translateY(50%);
}

.container .page-button,
.year-list {
	float: left;
}

.container .year-list {
	width: 60%;
	/*height: 10%;*/
}

.container .year-list .one-year {
	text-align: center;
	color: #ffffff;
	font-weight: bold;
}

.container .year-list .one-year span {
	cursor: pointer;
}

.container .year-list .one-year .triangle.hide {
	display: none;
}

.container .months-list {
	width: 70%;
	position: relative;
	top: 6%;
	margin-left: 15%;
	background-color: rgba(255, 255, 255, 0.3);
	border: 1px solid #e0e0e0;
	overflow: hidden;
}

.container .months-list .one-month {
	display: inline-block;
	width: 25%;
	padding: 2.5% 0;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	float: left;
	cursor: pointer;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.container .one-month span {
	display: block;
}

.container .one-month.right-bottom {
	border-right: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
}

.container .one-month.bottom {
	border-bottom: 1px solid #e0e0e0;
}

.container .one-month.right {
	border-right: 1px solid #e0e0e0;
}

.container .one-month.bg-blue {
	background-color: rgba(0, 127, 206, 0.7);
}


/*高管团队css*/

.swiper {
	position: relative;
	top: 4%;
}

.swiper .swiper-button-prev {
	width: 2vw;
	height: 2vw;
	border-radius: 50%;
	background: url("/default/image/arrow_l.png") center no-repeat;
	background-size: contain;
	outline: none;
	top: 50%;
	left: 5%;
}

.swiper .swiper-button-next {
	width: 2vw;
	height: 2vw;
	border-radius: 50%;
	background: url("/default/image/arrow_r.png") center no-repeat;
	background-size: contain;
	outline: none;
	top: 50%;
	right: 5%;
}

.gallery-top {
	height: 50%;
	width: 75%;
}

.gallery-top .swiper-slide {
	background: rgba(16, 16, 16, 0.3);
	display: -webkit-box;
	display: -ms-flexbox;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.gallery-thumbs {
	height: 20%;
	box-sizing: border-box;
	padding: 10px 0;
	width: 61%;
}

.gallery-thumbs .swiper-slide {
	/* height: 100%;*/
	opacity: 0.3;
	background-size: cover;
	background-position: center;
}

.gallery-thumbs .swiper-active {
	opacity: 1;
}

.intro {
	height: 95%;
	width: 100%;
}

.per_img {
	height: 100%;
	vertical-align: middle;
	margin-left: 10%;
}

.intro_text {
	display: inline-block;
	color: #FFFFFF;
	vertical-align: middle;
	margin-left: 5%;
	width: 50%;
}

.name {
	text-align: left;
	letter-spacing: 2px;
}

.job {
	text-align: left;
	letter-spacing: 3px;
	margin: 2% 0;
}


/*匠心传承css*/

a,
img {
	border: 0;
}

a,
a:hover,
a:link,
a:visited {
	text-decoration: none;
	color: #ffffff;
}

.grid-container {
	opacity: 0;
	text-align: center;
	width: 92%;
	height: 69%;
	position: relative;
	left: 4%;
	background: rgba(0, 0, 0, 0.3);
	/*border: 1px solid #596176;*/
}


/*-- 使用 cleafix 清除浮动 -- */

.row:before,
.row:after {
	content: "";
	display: table;
	clear: both;
}

[class*='col-'] {
	display: inline-block;
	min-height: 1px;
	width: 16.66%;
	/*-- 设置列的左右间隙 -- */
	/*margin: 0 1%;*/
	float: left;
	margin: 0 0 2% 0;
	background-color: #FFDCDC;
}

.col-1 {
	width: 18%;
	margin-right: 2.5%;
}

.col-1.line-end {
	margin-right: 0;
}

.col-2 {
	width: 33.33%;
}

.col-3 {
	width: 50%;
}

.col-4 {
	width: 66.66%;
}

.col-5 {
	width: 83.33%;
}

.col-6 {
	width: 100%;
}

.outline,
.outline * {
	outline: 1px solid #F6A1A1;
}


/*-- 列的额外内容样式 --*/

[class*='col-']>p {
	background-color: #FFC2C2;
	padding: 0;
	margin: 0;
	text-align: center;
	color: white;
}

.jieshao {
	width: 100%;
	position: absolute;
	padding: 7% 0;
	left: 0;
	color: #FFFFFF;
}

.jieshao p {
	width: 100%;
	display: block;
	text-align: center;
	margin-bottom: 1%;
	padding: 0 3%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.san {
	width: 3%;
}

.grid-container a {
	float: left;
	display: block;
	width: 20%;
	height: 20%;
}

.grid-container .studio-one {
	color: #ffffff;
	width: 100%;
	height: 100%;
	text-align: center;
	cursor: pointer;
	padding: 0 2%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-right: 1px solid #a2a1af;
	position: relative;
}

.grid-container .line-end {
	border-right: 0;
}


/*成员企业css*/

.main .list-info .company-list {
	width: 100%;
	height: 58%;
	position: absolute;
	bottom: 16.66%;
	/*border: 1px solid #7d7d7f;*/
	background: rgba(0, 0, 0, 0.3);
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.company-one {
	float: left;
	width: 25%;
	height: 33.33% !important;
	color: #ffffff;
	text-align: center;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position: relative;
	border-right: 1px solid #97969c;
}

.company-one-5 {
	float: left;
	width: 20%;
	height: 33.33% !important;
	color: #ffffff;
	text-align: center;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position: relative;
	border-right: 1px solid #97969c;
}

.company-list .company-one .san {
	width: 3.1073%;
	margin-top: 2.8248%;
}

.company-list .company-one.row-end {
	border-right: 0;
}

.company-list .company-one span {
	display: block;
	width: 100%;
	text-align: center;
}

.company-list .company-one div {
	width: 100%;
	padding: 20% 2% 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.mCSB_inside>.mCSB_container {
	margin-right: 1% !important;
}


/*联系我们css*/

.swiper-block {
	position: relative;
	width: 90%;
	height: 75%;
	margin-left: 5%;
	padding: 0 3%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.companies {
	width: 100%;
	height: 100%;
	/*border: 1px solid #FF0000;*/
}

.companies .li {
	width: 25% !important;
	height: 100%;
	float: left;
}

.companies .li .up,
.companies .li .down {
	width: 100%;
	height: 50%;
	padding: 12% 15% 0 16%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.companies .li span {
	display: inline-block;
}

.companies .li .left {
	width: 25%
}

.companies .li .right {
	width: 85%;
	overflow-x: hidden;
}

.addr,
.connect_number,
.connect_email,
.post-code {
	position: relative;
}

.addr span.left,
.connect_number span.left,
.connect_email span.left,
.post-code span.left {
	position: absolute;
	top: 0;
	left: 0;
}

.addr span.right,
.connect_number span.right,
.connect_email span.right,
.post-code span.right {
	margin-left: 26%;
}

.companies .li .name,
.companies .li p {
	display: block;
	color: #ffffff;
	font-size: 0.4rem;
	margin-bottom: 5%;
}

.companies .li .name {
	padding-bottom: 4%;
	font-size: 0.4rem;
	width: 110%;
	/* color: #d7e5ff; */
	font-weight: 600;
}

.border-bot {
	border-bottom: 1px solid rgba(136, 142, 146, 0.6);
}

.border-rig {
	border-right: 1px solid rgba(136, 142, 146, 0.6);
}

.swiper-slide-prev.border-rig {
	border-right: 0;
}


/*品牌产品css*/

.intro_name {
	font-size: 16px;
	color: #FFFFFF;
}

.triangle {
	color: #AFB6B9;
	margin-top: 3%;
	font-size: 10px !important;
}

.container2 .searchBtn {
	width: 1.5rem;
	height: 1rem;
	border: 0;
	cursor: pointer;
	color: #767676;
	font-weight: bold;
	background: #ffffff;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	right: 0.1rem;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.container2 .search {
	width: 1rem;
	height: 1rem;
	overflow: hidden;
	position: absolute;
	left: 50%;
	bottom: 5%;
	outline: none;
	border-radius: .5rem;
	background: #ffffff;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 99;
	transition: width .3s linear;
	-webkit-transition: width .3s linear;
	-moz-transition: width .3s linear;
	-ms-transition: width .3s linear;
}

.container2 .width1 {
	width: 12rem;
}

.container2 .search .search-input {
	width: 90%;
	padding: 0 1.1rem 0 .5rem;
	line-height: 1rem;
	outline: none;
	border: 0;
	/*border-radius: .5rem;
	border: 1px solid #bcbcbc;*/
}

.mask1 {
	/*border-left: 1px solid #A1B2BB;
    border-top: 1px solid #A1B2BB;
    border-bottom: 1px solid #A1B2BB;*/
	/*    background: rgba(0, 0, 0, 0.3);*/
	z-index: 1;
	margin: 0 auto;
	width: 90%;
	font-size: 0;
	height: 70%;
}

.intro_bor {
	width: 20%;
	text-align: center;
	display: inline-block;
	border-right: 1px solid #29282700;
	box-sizing: border-box;
}

.intro_bor:last-child {
	border: none;
}

.intro_bor>ul {
	display: inline-block;
	width: 100%;
	height: 100%;
}

.intro_bor>ul>li {
	margin: 12vh 0;
}


/*品牌产品子页css*/

.container1 .mask {
	position: absolute;
	left: 0;
	top: 3%;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.3);
	z-index: 1;
	height: 94%;
}

.container1 .title {
	width: 100%;
	text-align: center;
	color: #FFFFFF;
	height: 17%;
	font-weight: bold;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.container1 .swiper-button-prev {
	width: 2vw;
	height: 2vw;
	border-radius: 50%;
	background: url('/default/image/arrow_l.png') center no-repeat;
	background-size: contain;
	outline: none;
	top: 53%;
	left: 5%;
}

.container1 .swiper-button-next {
	width: 2vw;
	height: 2vw;
	border-radius: 50%;
	background: url('/default/image/arrow_r.png') center no-repeat;
	background-size: contain;
	outline: none;
	top: 53%;
	right: 5%;
}

.container1 .swiper-container {
	width: 90%;
	height: 30%;
	margin-left: auto;
	margin-right: auto;
}

.container1 .swiper-slide {
	background-size: cover;
	background-position: center;
}

.container1 .gallery-top {
	height: 50%;
	width: 75%;
	position: relative;
	z-index: 1;
}

.container1 .gallery-top .swiper-slide {
	background: rgba(0, 0, 0, 0.2);
	display: -webkit-box;
	display: -ms-flexbox;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.container1 .gallery-thumbs {
	height: 20%;
	box-sizing: border-box;
	padding: 10px 0;
	width: 75%;
	margin-top: 2%;
}

.container1 .gallery-thumbs .swiper-slide {
	/* height: 100%;*/
	opacity: 0.3;
	background-color: #E0E0E0;
	border: 4px solid transparent;
	box-sizing: border-box;
}


/*.container1 .gallery-thumbs .swiper-slide-active {
	border: 4px solid #FFFFFF;
	box-sizing: border-box;
}*/

.container1 .gallery-thumbs .swiper-active {
	opacity: 1;
}

.container1 .intro {
	text-align: left;
	width: 100%;
	height: 100%;
	display: flex;
	position: relative;
}

.container1 .intro-left {
	width: 10%;
	position: relative;
}

.container1 .intro-left p {
	width: 70%;
	margin-left: 15%;
	text-align: center;
	line-height: .6rem;
	border-radius: .3rem;
	color: #ffffff;
	border: 1px solid #ffffff;
}

.container1 .intro-left p:first-child {
	position: absolute;
	top: 30.6%;
}

.container1 .intro-left p:nth-child(2) {
	position: absolute;
	top: 47.368%;
}

.myCanvas {
	width: 100%;
	height: 100%;
	background: #c0c4c7;
	position: absolute;
	left: 0;
	z-index: 2;
}

.video1 {
	width: 100%;
	height: 100%;
	background: #000000;
	position: absolute;
	left: 0;
	z-index: 2;
}

.intro-mask {
	display: flex;
	width: 62%;
	height: 68%;
	position: absolute;
	z-index: 9;
	left: 19%;
	top: 16%;
	/*background: rgba(0, 0, 0, 0.2);*/
}

.intro-mask .panorama,
.intro-mask .video {
	width: 45px;
	height: 45px;
	position: absolute;
	top: 3%;
	right: 13%;
	z-index: 10;
}

.container1 .intro-left .bottom {
	position: absolute;
	bottom: 5.24%;
}

.container1 .per_img {
	height: 100%;
	position: relative;
	vertical-align: middle;
	background-color: #FFFFFF;
	/*	width: 30%;*/
	margin-left: 0;
}

.container1 .per_img img {
	height: 100%;
}

.container1 .per_img .panorama {
	position: absolute;
	right: 5%;
	bottom: 2%;
	z-index: 1;
	width: 45px;
	height: 45px;
	border: 1px solid #b3a7a7;
	border-radius: 50%;
}

.container1 .per_img .video {
	position: absolute;
	right: 5%;
	bottom: 18%;
	z-index: 1;
	width: 45px;
	height: 45px;
	border: 1px solid #b3a7a7;
	border-radius: 50%;
}

.container1 .mask .opacity1 {
	opacity: 0;
	z-index: 0;
}

.bgcolor {
	background: #931e30;
}

.container1 .intro_text {
	display: inline-block;
	color: #FFFFFF;
	font-size: 0.5rem;
	vertical-align: middle;
	margin-left: 5%;
	width: 60%;
	height: 100%;
	position: relative;
}

.container1 .juzhong {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	height: 80%;
	width: 100%;
}

.container1 .text_pos {
	margin-top: 3%;
	width: 90%
}

.container1 .name {
	text-align: left;
	letter-spacing: 2px;
	font-size: 0.5rem;
}

.container1 .name2 {
	text-align: left;
	letter-spacing: 2px;
	font-size: 0.4rem;
	margin-top: 3%;
}

.container1 .job {
	text-align: left;
	font-size: 0.3rem;
	letter-spacing: 3px;
	margin: 2% 0;
	line-height: 25px;
}


/*新闻动态内页css*/

.main1 {
	width: 100%;
	height: 94%;
	position: absolute;
	top: 3%;
	background-color: rgba(0, 0, 0, 0.5);
}

.main1 .list-info {
	width: 95%;
	height: 100%;
	margin-left: 5%;
	position: relative;
}

.main1 .title {
	width: 100%;
	text-align: center;
	color: #FFFFFF;
	/*font-size: 2rem;*/
	margin-top: 2%;
	z-index: 99;
	font-weight: bold;
}

.main1 .list-info .news {
	width: 80%;
	/*border: 1px solid #00B83F;*/
	height: 70%;
	margin-top: 5%;
	margin-left: 10%;
	padding-right: 1%;
}

.main1 .list-info .news li {
	width: 100%;
	padding: 1% 0;
	overflow: hidden;
}

.main1 li.odd {
	/*color: rgba(236,236,236,0.7);*/
	color: rgba(255, 255, 255, 1);
	border-bottom: 1px dashed rgba(236, 236, 236, 0.7);
}

.main1 li.even {
	color: rgba(255, 255, 255, 1);
	border-bottom: 1px dashed rgba(255, 255, 255, 1);
}

.main1 .list-info .news li span {
	display: block;
}

.main1 li .news_title {
	width: 80%;
	text-align: left;
	padding-left: 1%;
	float: left;
}

.main1 li .news_title .line-title {
	color: #ffffff;
	margin-bottom: 4px;
}

.main1 li .news_title .line-subhead {
	color: #a5a5a5;
}

.main1 li .time {
	width: 20%;
	text-align: right;
	padding-right: 1%;
	float: left;
}

.main .video-list {
	width: 100%;
	height: 55vh;
	position: absolute;
	/* transform: translateY(-50%); */
	transform: translate(-50%, -50%);
	left: 50%;
	top: 60% !important;
}

.video-list .swiper-slide {
	width: 100%;
	font-size: 18px;
	height: auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 10px;
	background: #333333;
}

.video-list .swiper-slide img {
	width: 100%;
}

.video-list .swiper-slide p {
	text-align: center;
	font-size: 17px;
	color: #FFFFFF;
	padding-top: 10px;
}

#bottom {
	width: 70%;
	margin-left: 15%;
	height: 24px;
	/*background: #87212E;*/
	position: absolute;
	bottom: 5%;
}

#bottom .swiper-scrollbar {
	width: 97% !important;
	background: rgba(255, 255, 255, 0.6) !important;
	height: 2px;
	position: absolute;
	top: 11px;
	left: 1.5%;
}

#bottom .swiper-scrollbar-drag {
	height: 12px;
	background: #ffffff !important;
	position: absolute;
	top: -5px;
}

.beian {
	font-size: .3rem !important;
	color: #333333 !important;
	text-align: center;
	padding: .3rem 0;
	line-height: .5rem;
	background: #f3f1f157;
}

.beian a {
	font-size: .3rem !important;
	line-height: .5rem;
	color: #333333 !important;
}

.beian a img {
	vertical-align: middle;
}