video {
    display: block;
    margin: 0 auto;
}
.business {
	position: absolute;
	top: 1150px;
	left: 360px;
	width: 580px;
	height: 240px;
}
body {
	padding: 0;
	margin: 0;
}
table{
margin: auto;
}
a {
	text-decoration: none;
	color: black;
}

ul,
ul li {
	list-style: none;
	padding: 0;
	margin: 0;
}

.orange {
	color: #F36E21;
	padding: 5px;
	font-weight: bold;
}

.news .btn {
	background-color: #F36E21;
	color: white;
	border-radius: 30px;
	border: none;
	padding: 5px 26px;
	font-weight: bold;
	font-size: 1vw;
	cursor: pointer;
}

.jcsb {
	display: flex;
	justify-content: space-evenly;
        //justify-content: space-between;
}



.page-title {
	position: relative;
        overflow: hidden;
}

.page-title div {
	position: absolute;
	top: 10vw;
	left: 5vw;
}

.page-title div b {
	display: block;
	color: white;
	font-size: calc(1.75rem + 1.6vw)!important;
        text-transform: uppercase!important;
}
.page-title img{
        max-width: max-content;
        min-height: 130px;
}

.body {
	background-color: #F9F9F9;
	padding-bottom: 100px;
}

.body-title {
	font-size: 2.2rem;
	font-weight: normal;
	text-align: left;
	background-color: white;
	box-shadow: 0px 20px 20px 0px #ebe5e5;
        width: 100%;
        position: relative;
        overflow: hidden;
}

.body-title ul {
	width: 60vw;
	margin: auto;
}

.body-title li {

	padding:0 2.5rem;

	cursor: pointer;
	text-align: center;
	height: 10rem;
	line-height: 10rem;
}
.body-title li a{white-space: nowrap; display: block;}

.jcsb .active {
	border-bottom: 3px solid #ff6c00;
}

.body-content {
	width: 66vw;
	margin: 50px auto;
}

.new {
            height: max-content;
         padding: 0px 10px 30px 10px;
    background-color: white;
    margin: 30px 0;
    position: relative;
}

.new .img img {
	padding-right: 30px;
}

.new-title {
        font-size: calc(1.3rem + 1.75vw) !important;
	padding: 10px 0;
}

.new-des {
	text-indent: 2em;
	line-height: 26px;
	letter-spacing: 1px;
        font-size: calc(1.3rem + 1vw) !important;
	color: #666;
}
@media (min-width: 1200px){
#wrapper1 .scroller{
       display:contents;
}
.new {
	height: max-content;
	padding: 30px 30px 50px 30px;
	background-color: white;
	margin: 30px 0;
	position: relative;
}
.operation .btn {
    font-size: 14px!important;
}
.operation {
	position: absolute;
	bottom: 15px;
	right: 30px;
}
.page-title img{
        max-width: 100%;
        height: max-content;
}
.page-title div {
    position: absolute;
    top: 6vw;
    left: 20vw;
}
.page-title div b {
	display: block;
	color: white;
	font-size: 2.2vw;
}
.new-title {
        font-size: 2rem!important;
}
.new-des {
        font-size: 1.6rem!important;
}
}

.operation {
    position: absolute;
    bottom: 8px;
    right: 30px;
}

.operation .btn {
	font-size: 12px;
	border-radius: 10px;
}

.info {
	padding: 50px 30px;

	background-color: white;
}

.info-title {
	font-size: 24px;
text-align: center;
}

.info-des {
	/*color: #B8B8B8;*/
	font-size: 14px;
	display: flex;
	justify-content: center;
	width: 100%;
	border-bottom: 1px solid #B8B8B8;
	margin-top: 30px;
}

.info-des span {
	display: block;
	margin: 20px 10px;
}
.info-content {
		margin: 5rem 0;word-wrap: break-word;
	}
	.info-content img {
		/*width: 60%;*/
	}
	/*.info-content p {
		text-indent: 2em;
		text-align: left;
		line-height: 30px;
		letter-spacing: 1px;
	}*/

.info-content table p {
 text-indent: initial;
 }
.body-title ul li:hover {
	border-bottom: 3px solid #ff6c00;
}



.show-tab {
	border-bottom: 3px solid #ff6c00;
}

.show-tab a {
	color: #ff6c00;
}

/* **************************************公司业务轮播轮播********************************************* */

.body .swiper {
	width: 66vw;
	margin: auto;
	position: relative;
}

.body .swiper-item {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	/*cursor: pointer;*/
}


.body .swiper-item li {
	width: 30vw;
	height: 13vw;
	margin: 1.5vw;
	/*display: none;*/
	position: relative;
}

.show {
	display: block !important;
}

.body .swiper-item li img {
	width: 100%;
	height: 100%;
}

.body .swiper-item li div {
	position: absolute;
	right: 0;
	top: 0;
	width: 10vw;
	/*padding-left: 8vw;*/
	height: 13vw;
	text-align: center;
	background: linear-gradient(90deg, #dcdcdc0a, #f0f0f0c4, #f0f0f0f0, #f0f0f0);
}

.body .swiper-item li b {
	display: block;
	margin: 20px 20px 10px 0;
	font-size: 16px;
	text-align: right;
}

.body .swiper-item li span {
	margin-right: 20px;
	font-size: 12px;
	color: gray;
	text-indent: 2em;
	text-align: justify;
	display: block;
}

.body .pres,
.body .nexts {
color: #acacac;
	position: absolute;
	top: 14.5vw;
	left: 0;
	cursor: pointer;
}

.body .nexts {
	right: 0;
	left: 0;
	transform: rotateY(180deg);
}

.body .pres span,
.body .nexts span {
	font-size: 2vw;
}


/* ****************************关于本行******************************** */
main {
	background-color: #F2F2F2;
}

.i-tab2-bgs {
	margin-top: 30px;
	padding: 30px 0;
	background: none;
	background-color: white;
}

.about-bottom {
	display: flex;
	flex-wrap: wrap;
}

.about-left {
	width: 52%;
	padding-top: 50px;
	background-color: #F2F2F2;
}

.about-right {
	width: 48%;
	background-color: #F8931D;
}

.about-top {
	color: #F56C22;
	width: 70%;
	float: right;
}

.about-top span {
	font-size: 32px;
	font-weight: 100;
}

.about-more {
	position: relative;
}

.about-more b {
	font-size: 36px;
}

.about-more span {
	text-transform: uppercase;
	position: absolute;
	right: 40px;
	bottom: 5px;
	font-size: 12px;
}

.about-more img {
	width: 100px;
	height: 8px;
	position: absolute;
	right: 20px;
	bottom: 0;
}

.about-left-content {
	width: 70%;
	float: right;
	color: #F56C22;
}

.about-new {
	margin-bottom: 15px;
}

.about-new a {
	display: flex;
	font-size: 18px;
	position: relative;
	margin-bottom: 15px;
}

.about-new div {
	padding: 6px 15px;
}

.about-new p,
.about-new span {
	color: #BDBDBD;
}

.about-news li img {
	width: 220px;
	height: 150px;
}

.about-new b {
	color: black;
}

.about-new p {
	padding: 15px 0;
	font-size: 15px;
	letter-spacing: 1px;
}

.about-new span {
	position: absolute;
	bottom: 5px;
}

.about-right img {
	display: block;
}

.about-right div {
	width: 450px;
	margin: 90px 0 0 90px;
	font-size: 15px;
}

.about-right a {
	color: white;
}

.about-right b {
	display: block;
	padding: 20px 0;
	font-size: 18px;
}

.about-right span {
	margin-top: 60px;
	display: block;
}

@media (max-width: 1400px) {

	/* 小于1400 */
	.body .swiper-item li div {
		width: 18vw;
		padding-left: 0;
	}

	.body-title ul {
		width: 720px;
	}

	/* 图新闻 */
	.about-left {
		padding: 1%;
	}
	.about-right div {
		margin: auto;
	}
	.about-top {
		width: 98%;
		float: none;
	}

	.about-left-content {
		width: 98%;
	}
	/* body{
		background-color: red;
	} */
}

/* @media (min-width: 1401px) {

	大于1400
	body {
		background-color: orange !important;
	}
} */

@media (max-width: 992px) {
	.body .swiper-item li {
		width: 440px;
		height: 200px;
		margin: auto;
	}

	.body .swiper-item li span {
		margin-top: 30px;
	}

	.body .swiper-item li div {
		width: 200px;
		height: 200px;
	}

	.body-title ul {
		width: 600px;
	}

	.body-title {
		font-size: 18px;
	}

	.body-title li {
		height: 60px;
		line-height: 60px;
	}

	.body .pres span,
	.body .nexts span {
		font-size: 26px;
	}

	.body .pres,
	.body .nexts {
		top: 100px;
		left: 0;
	}

	.body .swiper {
		width: 500px;
	}

	.body .nexts {
		left: unset;
		right: 0;
	}

	.body-content {
		width: 100%;
	}

	/* 图新闻 */
	.about-left,
	.about-right {
		width: 98%;
		padding: 1%;
	}

	.about-top {
		width: 100%;
		float: none;
	}

	.about-left-content {
		width: 100%;
	}

	/* 小于992 */
	/* body {
		background-color: blue;
	} */
}

@media (max-width: 575.98px) {
.body {
	padding-bottom: 0;
}

	/* 小于576 */
	.body-title ul {
		width: 100%;
		flex-wrap: wrap;
	}
        .body-box-slider {
		width: 100%!important;
	}

	.body-content {
		width: 100%;
	}

	.body .pres,
	.body .nexts {
		top: 80px;
		left: 30px;
	}

	.body .nexts {
		left: unset;
		right: 30px;
	}

	.about-right div {
		margin: auto;
	}
}
