@charset "utf-8";
/*初始化*/
*{ 
	padding:0;
	margin:0;
	outline: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html{
	font-size: calc(100vw/19.2);
}

html, body{
	width: 100%;
	height: auto;
	min-height: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
body {
	font-family: 'SourceHanSans','Microsoft YaHei','Microsoft YaHei UI','WenQuanYi Micro Hei','Arial','sans-serif',\5b8b\4f53;
	font-size: 16px;
	line-height: 1.5em;
	color: #999;
	background: #fff;
}
input,button{
	-webkit-appearance:none;
	border-radius: 0;
}
a,a:hover,a:focus {
	text-decoration: none;
}
textarea{
	resize: none;
	overflow: auto;
}
input,button {
	border: 0;
}
img {
	border: 0;
	vertical-align: top;
}
li {
	list-style: none;
}
ul,ol,p,h1,h2,h3,h4,h5,h6 {
	margin:0;
}

/*公共样式*/
.c-clear { zoom: 1; }
.c-clear:after { content:''; display: block; clear: both; }
.c-fl { float: left; }
.c-fr { float: right; }
.c-container { position: relative; width: 100%;padding:0 2rem;}
body.c-open{overflow: hidden;}
.c-bg-color1 {background: #fff !important;}
.c-bg-color2 {background: #f9f9f9 !important;}
.c-pt1 {padding-top: 130px !important;}
.c-text-center {text-align: center;}


/* 公共背景 */
#c-common-bg {
	position: fixed;
	z-index: -2;
	top: 0;
	left: 0;
	width: 100%;
	height: 6.4rem;
}
#c-common-bg.c-dt {
	height: 100%;
}
/* 顶部背景 */
#c-top-bg {
	height: 6.4rem;
	background:rgba(0,0,0,.3) url(../images/mbl.png)repeat;
	display: flex;
	justify-content: center;
	align-items: center;
}
#c-top-bg .c-enTitle {
	font-size: 72px;
	line-height: 1em;
	color: #fff;
}
#c-top-bg .c-title {
	padding-top: 10px;
	font-size: 36px;
	line-height: 56px;
	color: #fff;
}
#c-top-bg .c-btn {
	display: block;
	margin: 40px auto 0;
	padding: 0 32px;
	width: 180px;
	height: 50px;
	border-radius: 25px;
	font-size: 16px;
	line-height: 50px;
	text-align: left;
	color: #333;
	background: #fff url(../images/jt4.png) no-repeat right 32px center;
	background-size: 14px auto;
	transition: .5s;
}
#c-top-bg .c-btn:hover {
	color: #fff;
	background: #455544 url(../images/jt4-h.png) no-repeat right 32px center;
	background-size: 14px auto;
}

/* 公共按钮 */
.c-common-btn {
	display: block;
	position: relative;
	width: 128px;
	height: 57px;
	border-bottom: 1px solid #ddd;
	line-height: 56px;
	color: #fff;
	background: url(../images/jt1.png)no-repeat right 0 center;
	background-size: 12px auto;
}
.c-common-btn:hover{
	color: #fff;
}
.c-common-btn.c-unique {
	color: #222;
	background: url(../images/jt2.png)no-repeat right 0 center;
	background-size: 12px auto;
}
.c-common-btn::before {
	content: "";
	display: block;
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 30px;
	border-bottom: 1px solid #455544;
	transition: all 0.5s;
}
.c-common-btn:hover::before {
	width: 100%;
}
.c-common-btn2 {
	text-align: center;
}
.c-common-btn2 .c-btn {
	display: inline-block;
	vertical-align: top;
	padding: 0 40px;
	line-height: 60px;
	color: #fff;
	background: #455544;
}
.c-common-btn2 .c-btn i {
	margin-left: 15px;
	font-size: 20px;
}
/* 公共标题 */
.c-common-title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	padding-bottom: 60px;
}

.c-common-title .c-en-title{
	font-size: 72px;
	line-height: 1em;
	color: #222;
}
.c-common-title .c-cn-title {
	padding-top: 10px;
	font-size: 36px;
	line-height: 56px;
	color: #222;
}
.c-common-title .c-cn-title span{
	color: #455544;
}
.c-common-title .c-text {
	padding: 20px 0 50px;
	line-height: 30px;
}
.c-common-title.c-unique .c-en-title,.c-common-title.c-unique .c-cn-title,.c-common-title.c-unique .c-cn-title span{
	color: #fff;
}

/*顶部*/
#c-header {
	position: fixed;
	top:0;
	left:0;
	z-index: 900;
	width: 100%;
	line-height: 100px;
	text-align: center;
	transition: all 0.5s;
	border-bottom: 2px solid transparent;
}
#c-header.c-head-hide,.c-open #c-header  {
	line-height: 80px;
	color: #333;
	background: #fff;
	box-shadow: 0 2px 11px rgba(0, 0, 0, 0.05);
}
#c-header.c-head-move{
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}
#c-header a {
	color: #fff;
	transition: all 0.5s;
}
#c-header.c-head-hide a,.c-open #c-header a {
	color: #333;
}
#c-header:hover {
	border-bottom: 2px solid #455544;
}


.loading {
  margin: 0 5px;
  width: 38px;
  height: 38px;
	position: relative;
	border: 4px solid transparent;
	background: transparent;
}
.loading.swiper-pagination-bullet-active {
	border-color: rgba(255,255,255,.2);
}
.loading .c-progress {
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 50%;
	left: 11px;
	top: 11px;
  line-height: 120px;
  text-align: center;
}
.loading.swiper-pagination-bullet-active .c-progress {
	background-color: #455544;
}
.loading .left,
.loading .right {
	opacity: 0;
  width: 19px;
  height: 38px;
  overflow: hidden;
  position: absolute;
  left: -4px;
	top: -4px;
	overflow: hidden;
}
.loading.swiper-pagination-bullet-active .left,.loading.swiper-pagination-bullet-active .right {
	opacity: 1;
}
.loading .right {
	left: auto;
	right: -4px;
	top: -4px;
}
.loading .left:after,
.loading .right:after {
  content: "";
  position: absolute;
	display: block;
	top: 0;
	left: 0;
  width: 19px;
  height: 38px;
	border: 4px solid #fff;
	border-radius: 19px 0 0 19px;
	border-right: 0;
}
.loading .right:after {
  content: "";
	position: absolute;
  display: block;
	border-radius: 0 19px 19px 0;
	border: 4px solid #fff;
	border-left: 0;
}
.loading.swiper-pagination-bullet-active .left:after {
  transform-origin: right center;
  /* animation-iteration-count: infinite; */
  animation-fill-mode: forwards;
  animation-duration: 3.9s;
  animation-timing-function: linear;
  animation-name: spin-left;
}

.loading.swiper-pagination-bullet-active .right:after {
  transform-origin: left center;
  animation-duration: 3.9s;
  /* animation-iteration-count: infinite; */
  animation-timing-function: linear;
  animation-name: spin-right;
}
@keyframes spin-right {
  0% {
    transform: rotate(180deg);
  }
  50% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes spin-left {
  0% {
    transform: rotate(180deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes c-zoom {
  0% {
    transform:scale(1,1);
    -webkit-transform:scale(1,1); 
  }
  100% {
    transform:scale(1.1,1.1);
    -webkit-transform:scale(1.1,1.1); 
  }
}

@keyframes c-zoom {
  0% {
    transform:scale(1,1);
    -webkit-transform:scale(1,1); 
  }
  100% {
    transform:scale(1.2,1.2);
    -webkit-transform:scale(1.2,1.2); 
  }
}

.c-zoom {
  -webkit-animation-name: c-zoom;
  animation-name: c-zoom;
}

/* 关于 */
#c-about {
	padding: 140px 0 180px;
	background: #fff;
}
#c-about .c-left-box {
	float: left;
	width: 38.8%;
}
#c-about .c-left-box .c-img-box {
	padding-top: 2rem;
	overflow: hidden;
}
#c-about .c-left-box .c-img-box img {
	width: 100%;
}
#c-about .c-right-box {
	position: relative;
	float: right;
	width: 43.4%;
	height: 8.6rem;
	overflow: hidden;
}
#c-about .c-right-box .c-img{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#c-about .c-right-box video {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	min-height: 100%;
	min-width: 100%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
#c-about .c-right-box .c-play {
	opacity: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
	transition: .5s;
	cursor: pointer;
}
#c-about .c-right-box:hover .c-play{
	opacity: 1;
}
#c-about .c-right-box .c-play p{
	width: 160px;
	height: 160px;
	border-radius: 50%;
	background: rgba(242,51, 43, .7);
	font-size: 36px;
	line-height: 160px;
	text-align: center;
	color: #fff;
}
/* 视频 */
#c-video-box{
	display: none;
	position:fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
	text-align: center;
}
#c-video-box .c-btn {
	position:fixed;
	top: 85%;
	left: 50%;
	margin-left: -25px;
	width: 50px;
	height: 50px;
	color: #fff;
	background: #fff;
	border-radius: 50%;
	transition: .5s;
}
#c-video-box .c-btn:after,#c-video-box .c-btn:before {
	content: "";
	position: absolute;
	bottom: 24px;
	left: 10px;
	width: 30px;
	height: 2px;
	background: #333;
	transition: .5s;
}
#c-video-box .c-btn:hover {
	background: #455544;
}
#c-video-box .c-btn:hover:after,#c-video-box .c-btn:hover:before {
	background: #fff;
}
#c-video-box .c-btn:after{
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#c-video-box .c-btn:before{
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#c-video-box video {
	position:fixed;
	left: 50%;
	top: 50%;
	height: 60%;
	max-width: 100%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	background: #000;
}

/* 头条 */
#c-news2 {
	padding-bottom:20px;
	background: #fff;
}
#c-news2 .c-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	background: #f6f6f6;
}
#c-news2 .c-wrap .c-img-box {
	width: 57.8%;
	height: 5.48rem;
	overflow: hidden;
}
#c-news2 .c-wrap .c-img-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#c-news2 .c-wrap .c-text-box {
	padding: 70px 80px;
	width: 42.2%;
}
#c-news2 .c-wrap .c-text-box .c-time {
	line-height: 26px;
	color: #333;
}
#c-news2 .c-wrap .c-text-box .c-title {
	margin:10px 0 30px;
	font-size: 30px;
	line-height: 40px;
	color: #333;
}
#c-news2 .c-wrap .c-text-box .c-text {
	margin-bottom: 40px;
	font-size: 14px;
	line-height: 30px;
	color: #333;
} 

/* 顶部分类 */
#c-top-menu {
	padding: 80px 0 20px;
	background: #fff;
}
#c-top-menu .c-list {
	text-align: center;
}
#c-top-menu .c-list a {
	margin: 0 5px 10px;
	display: inline-block;
	width: 170px;
	line-height: 50px;
	vertical-align: top;
	background: #f8f8f8;
	color: #191919;
	transition: .5s;
}
#c-top-menu .c-list a.active,#c-top-menu .c-list a:hover {
	background: #455544;
	color: #fff;
}


/* 公司介绍 */
#c-profile1 {
	padding: 100px 0 140px;
	background: #fff;
}
#c-profile1 .c-wrap {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
#c-profile1 .c-wrap .c-img-box {
	position: relative;
	width: 50%;
	height: 4.78rem;
	overflow: hidden;
}
#c-profile1 .c-wrap .c-img-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#c-profile1 .c-wrap .c-img-box .c-play {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/*background: rgba(0,0,0,.3) url(../images/play.png) no-repeat center center;*/
	background-size: 80px;
	cursor: pointer;
}
#c-profile1 .c-wrap .c-text-box {
	width: 50%;
	padding-right: 90px;
}
#c-profile1 .c-wrap .c-text-box .c-title {
	margin-bottom: 50px;
	font-size: 48px;
	line-height: 1em;
	color: #222;
}
#c-profile1 .c-wrap .c-text-box .c-title span {
	color: #455544;
}
#c-profile1 .c-wrap .c-text-box .swiper-container {
	height: 410px;
	line-height: 32px;
	color: #666;
}
#c-profile1 .swiper-container .swiper-slide {
	padding-right: 10px;
	height: auto;
}


/* 研发团队 */
#c-join2 {
	padding: 140px 0;
	background: #f7f7f7;
}
#c-join2 .c-title-box .c-title{
	font-size: 35px;
	line-height: 1.1em;
	color: #333333;
	text-align: center;
}
#c-join2 .c-title-box .c-line {
	margin: 30px auto;
	width: 60px;
	padding-bottom:30px;
}
.c-banner9 {
	margin-bottom:0px;
	padding: 70px 0;
	height:460px;
}
.c-banner9 .swiper-slide {
	padding: 0 30px;
	text-align: center;
	background: #fff;
}
.c-banner9 .c-img-box {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: -50px auto 0;
	width: 100px;
	height: 100px;
	border: 2px solid #eee;
	background: #fff;
	overflow: hidden;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.c-banner9 .c-img-box img {
	width: 50px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	filter: grayscale(90%);
}
.c-banner9 .c-title {
	padding: 40px 0 20px;
	font-size: 24px;
	line-height: 24px;
	color: #191919;
	border-bottom: 1px solid #ebebeb;
	font-weight:normal;
}
.c-banner9 .c-text {
	padding: 25px 0;
	color: #666;
	line-height: 26px;
	text-align: left;
}
.c-banner9 .swiper-pagination {
	bottom: 0;
}
.c-banner9 .swiper-pagination-bullet-active {
	background: #455544;
}

#c-go-top {
	display: none;
	position: fixed;
	z-index: 5;
	bottom: 30px;
	right: 30px;
	width: 50px;
	height: 50px;
	cursor: pointer;
	background: #bb1c14 url(../images/toTop.png) no-repeat center;
	transition: all .3s linear;
	background-size: 26px;
	border-radius: 50%;
}

/* 背景视频 */
#c-bg-video{
	position: fixed;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#c-bg-video video {
	position: absolute;
	top: 50%;
	left: 50%;
	min-height: 100%;
	min-width: 100%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

/* 公共视频 */
.c-common-video {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
}
.c-common-video video {
	position: absolute;
	top: 50%;
	left: 50%;
	min-height: 100%;
	min-width: 100%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}


/* 可视化数据 */
#c-visualization {
	position: relative;
	z-index: 2;
}
#c-visualization .c-wrap {
	position: relative;
}
#c-visualization .c-list {
	position: absolute;
	top: -90px;
	left: 0;
	width: 100%;
	padding: 50px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	background: #fff;
	box-shadow: 0 3px 20px rgba(0,0,0,.1);
}
#c-visualization .c-list li {
	text-align: center;
}
#c-visualization .c-list li:nth-child(1) .c-top-box .c-text span,#c-visualization .c-list li:nth-child(2) .c-top-box .c-text span {
	display: none;
}

#c-visualization .c-list .c-top-box .c-num {
	display: inline-block;
	font-size: 60px;
	line-height: 1;
	color: #333333;
}
#c-visualization .c-list .c-top-box .c-text {
	line-height: 1;
	color: #333;
	display: inline-block;
}
#c-visualization .c-list .c-top-box .c-text span {
	font-weight: bold;
	font-size: 26px;
	color: #bb1c14;
}
#c-visualization .c-list .c-title {
	padding-top: 20px;
	font-size: 18px;
	line-height: 1em;
	color: #333;
}


/* 关于我们列表、研发中心蔡总介绍*/
#c-about-list .c-title {
	margin-bottom: 20px;
	font-size: 35px;
	color: #333;
}
#c-about-list .c-text {
	margin-bottom: 80px;
	line-height: 26px;
	color: #666;
}
#c-about-list li {
	flex-wrap: wrap;
}
#c-about-list li:nth-child(1) {
	display: flex;
	align-items: center;
	padding: 140px 2rem 140px;
	background: #f5f5f5;
}
#c-about-list li:nth-child(4) {
	display: flex;
	align-items: center;
	padding: 140px 2rem;
	background: #f5f5f5;
	flex-direction: row-reverse;
}
#c-about-list li:nth-child(2) {
	display: flex;
	align-items: center;
	padding-top: 140px;
	background: #fff;
	flex-direction: row-reverse;
}
#c-about-list li:nth-child(3) {
	display: flex;
	align-items: center;
	padding-bottom: 140px;
	background: #fff;
}
#c-about-list li:nth-child(1) .c-img-box,#c-about-list li:nth-child(4) .c-img-box,
#c-about-list li:nth-child(2) .c-img-box,#c-about-list li:nth-child(3) .c-img-box{
	width: 50%;
	height: 5.98rem;
	overflow: hidden;
}
#c-about-list li .c-img-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#c-about-list li:nth-child(1) .c-text-box {
	/*padding-left: 100px;*/
	width: 50%;
}
#c-about-list li:nth-child(4) .c-text-box {
	padding-right: 130px;
	width: 50%;
}
#c-about-list li:nth-child(2) .c-text-box {
	padding: 0 130px 0 2rem;
	width: 50%;
}
#c-about-list li:nth-child(3) .c-text-box {
	padding: 0 2rem 0 130px;
	width: 50%;
}



@media (min-width:1200px){
	
/*研发中心->合作伙伴*/
.c-banner2 {
	padding-bottom:60px;
}
.c-banner2 .c-wrap{
	height: 1.36rem;
    box-shadow:0 0px 6px 0 #E9E9E9;
	border:1px solid #F2F2F2;
	margin-bottom:3px;
}

.c-banner2 .c-wrap:hover{
    box-shadow:0 0px 12px 0 #DDDDDD;
	border:1px solid #E8E8E8;
}

.c-banner2 .c-wrap img {
	width: 100%;
	height:100%;
	object-fit: cover;
}
.c-banner2 .swiper-pagination {
	bottom:0;
}
.c-banner2 .swiper-pagination-bullet {
	opacity: 1;
	background: #fff;
}
.c-banner2 .swiper-pagination-bullet-active {
	background: #455544;
}

	
	
	
	
/* 检测服务 */
#c-pro-list .c-title {
	margin-bottom: 20px;
	font-size: 35px;
	color: #333;
}
#c-pro-list .c-text {
	margin-bottom: 80px;
	line-height: 25px;
	color: #666;
}
#c-pro-list li {
	flex-wrap: wrap;
}
#c-pro-list li:nth-child(1) {
	display: flex;
	align-items: center;
	padding: 100px 2rem;
	background: #fff;
}
#c-pro-list li:nth-child(2) {
	display: flex;
	align-items: center;
	padding: 100px 2rem;
	background: #f5f5f5;
	flex-direction: row-reverse;
}
#c-pro-list li:nth-child(3) {
	display: flex;
	align-items: center;
	padding: 100px 2rem;
	background: #fff;
}
#c-pro-list li:nth-child(4) {
	display: flex;
	align-items: center;
	padding: 100px 2rem;
	background: #f5f5f5;
	flex-direction: row-reverse;
}
#c-pro-list li:nth-child(5) {
	display: flex;
	align-items: center;
	padding: 100px 2rem;
	background: #fff;
}

#c-pro-list li:nth-child(6) {
	display: flex;
	align-items: center;
	padding: 100px 2rem;
	background: #f5f5f5;
	flex-direction: row-reverse;
}
#c-pro-list li:nth-child(7) {
	display: flex;
	align-items: center;
	padding: 100px 2rem;
	background: #fff;
}
#c-pro-list li:nth-child(8) {
	display: flex;
	align-items: center;
	padding: 100px 2rem;
	background: #f5f5f5;
	flex-direction: row-reverse;
}
#c-pro-list li:nth-child(9) {
	display: flex;
	align-items: center;
	padding: 100px 2rem;
	background: #fff;
}
#c-pro-list li:nth-child(10) {
	display: flex;
	align-items: center;
	padding: 100px 2rem;
	background: #f5f5f5;
	flex-direction: row-reverse;
}
#c-pro-list li:nth-child(11) {
	display: flex;
	align-items: center;
	padding: 100px 2rem;
	background: #fff;
}
#c-pro-list li:nth-child(12) {
	display: flex;
	align-items: center;
	padding: 100px 2rem;
	background: #f5f5f5;
	flex-direction: row-reverse;
}
#c-pro-list li:nth-child(13) {
	display: flex;
	align-items: center;
	padding: 100px 2rem;
	background: #fff;
}
#c-pro-list li:nth-child(14) {
	display: flex;
	align-items: center;
	padding: 100px 2rem;
	background: #f5f5f5;
	flex-direction: row-reverse;
}
#c-pro-list li:nth-child(15) {
	display: flex;
	align-items: center;
	padding: 100px 2rem;
	background: #fff;
}
#c-pro-list li:nth-child(16) {
	display: flex;
	align-items: center;
	padding: 100px 2rem;
	background: #f5f5f5;
	flex-direction: row-reverse;
}
#c-pro-list li:nth-child(17) {
	display: flex;
	align-items: center;
	padding: 100px 2rem;
	background: #fff;
}
#c-pro-list li:nth-child(18) {
	display: flex;
	align-items: center;
	padding: 100px 2rem;
	background: #f5f5f5;
	flex-direction: row-reverse;
}
#c-pro-list li:nth-child(19) {
	display: flex;
	align-items: center;
	padding: 100px 2rem;
	background: #fff;
}
#c-pro-list li:nth-child(20) {
	display: flex;
	align-items: center;
	padding: 100px 2rem;
	background: #f5f5f5;
	flex-direction: row-reverse;
}

#c-pro-list li:nth-child(1) .c-img-box,#c-pro-list li:nth-child(3) .c-img-box,#c-pro-list li:nth-child(5) .c-img-box, #c-pro-list li:nth-child(7) .c-img-box,
#c-pro-list li:nth-child(2) .c-img-box,#c-pro-list li:nth-child(4) .c-img-box,#c-pro-list li:nth-child(6) .c-img-box, #c-pro-list li:nth-child(8) .c-img-box,
#c-pro-list li:nth-child(9) .c-img-box,#c-pro-list li:nth-child(11) .c-img-box,#c-pro-list li:nth-child(13) .c-img-box, #c-pro-list li:nth-child(15) .c-img-box,
#c-pro-list li:nth-child(10) .c-img-box,#c-pro-list li:nth-child(12) .c-img-box,#c-pro-list li:nth-child(14) .c-img-box, #c-pro-list li:nth-child(16) .c-img-box,
#c-pro-list li:nth-child(17) .c-img-box,#c-pro-list li:nth-child(18) .c-img-box,#c-pro-list li:nth-child(19) .c-img-box, #c-pro-list li:nth-child(20) .c-img-box
{
	width: 50%;
	height: 4.98rem;
	overflow: hidden;
}
#c-pro-list li:nth-child(9) .c-img-box
{
	width: 45%;
	height: 4.98rem;
	overflow: hidden;
}
#c-pro-list li .c-img-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: grayscale(90%);
}
#c-pro-list li:nth-child(1) .c-text-box {
	padding-left: 80px;
	width: 50%;
}
#c-pro-list li:nth-child(2) .c-text-box {
	padding-right: 80px;
	width: 50%;
}
#c-pro-list li:nth-child(3) .c-text-box {
	padding-left: 80px;
	width: 50%;
}
#c-pro-list li:nth-child(4) .c-text-box {
	padding-right: 80px;
	width: 50%;
}
#c-pro-list li:nth-child(5) .c-text-box {
	padding-left: 80px;
	width: 50%;
}
#c-pro-list li:nth-child(6) .c-text-box {
	padding-right: 80px;
	width: 50%;
}
#c-pro-list li:nth-child(7) .c-text-box {
	padding-left: 80px;
	width: 50%;
}
#c-pro-list li:nth-child(8) .c-text-box {
	padding-right: 80px;
	width: 50%;
}
#c-pro-list li:nth-child(9) .c-text-box {
	padding-left: 80px;
	width: 55%;
}
#c-pro-list li:nth-child(10) .c-text-box {
	padding-right: 80px;
	width: 50%;
}
#c-pro-list li:nth-child(11) .c-text-box {
	padding-left: 80px;
	width: 50%;
}
#c-pro-list li:nth-child(12) .c-text-box {
	padding-right: 80px;
	width: 50%;
}
#c-pro-list li:nth-child(13) .c-text-box {
	padding-left: 80px;
	width: 50%;
}
#c-pro-list li:nth-child(14) .c-text-box {
	padding-right: 80px;
	width: 50%;
}
#c-pro-list li:nth-child(15) .c-text-box {
	padding-left: 80px;
	width: 50%;
}
#c-pro-list li:nth-child(16) .c-text-box {
	padding-right: 80px;
	width: 50%;
}
#c-pro-list li:nth-child(17) .c-text-box {
	padding-left: 80px;
	width: 50%;
}
#c-pro-list li:nth-child(18) .c-text-box {
	padding-right: 80px;
	width: 50%;
}
#c-pro-list li:nth-child(19) .c-text-box {
	padding-left: 80px;
	width: 50%;
}
#c-pro-list li:nth-child(20) .c-text-box {
	padding-right: 80px;
	width: 50%;
}
}


/* 关于我们列表 */
#c-about-list .c-title {
	margin-bottom: 30px;
	font-size: 35px;
	color: #333;
}
#c-about-list .c-text {
	margin-bottom: 80px;
	line-height: 26px;
	color: #666;
}
#c-about-list li {
	flex-wrap: wrap;
}
#c-about-list li:nth-child(1) {
	display: flex;
	align-items: center;
	padding: 150px 2rem 140px;
	background: #f5f5f5;
}
#c-about-list li:nth-child(4) {
	display: flex;
	align-items: center;
	padding: 140px 2rem;
	background: #fff;
	flex-direction: row-reverse;
}
#c-about-list li:nth-child(5) {
	display: flex;
	align-items: center;
	padding-bottom: 140px;
	padding: 230px 2rem 140px;
	background: #f5f5f5;
}
#c-about-list li:nth-child(2) {
	display: flex;
	align-items: center;
	padding-top: 140px;
	padding: 140px 2rem;
	background: #fff;
	flex-direction: row-reverse;
}
#c-about-list li:nth-child(3) {
	display: flex;
	align-items: center;
	padding-bottom: 140px;
	padding: 140px 2rem;
	background: #f5f5f5;
}
#c-about-list li:nth-child(1) .c-img-box,#c-about-list li:nth-child(4) .c-img-box,#c-about-list li:nth-child(5) .c-img-box,
#c-about-list li:nth-child(2) .c-img-box,#c-about-list li:nth-child(3) .c-img-box{
	width: 50%;
	height: 4.78rem;
	overflow: hidden;
}
#c-about-list li .c-img-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#c-about-list li:nth-child(1) .c-text-box {
	/*padding-left: 100px;*/
	width: 50%;
}
#c-about-list li:nth-child(4) .c-text-box {
	padding-right: 130px;
	width: 50%;
}
#c-about-list li:nth-child(5) .c-text-box {
	padding-left: 130px;
	width: 50%;
}
#c-about-list li:nth-child(2) .c-text-box {
	padding-right: 130px;
	width: 50%;
}
#c-about-list li:nth-child(3) .c-text-box {
	padding-left: 130px;
	width: 50%;
}
