*{ 
	padding:0;
	margin:0;
	outline: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

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: 'PingFang SC','Microsoft YaHei','Microsoft YaHei UI','WenQuanYi Micro Hei','Arial','sans-serif',\5b8b\4f53;
	font-size: 16px;
	line-height: 1.5em;
	color: #666;
	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,textarea,select {
	border: 0;
	background:transparent;
	font-family: inherit;
}
img {
	border: 0;
	vertical-align: top;
}
li {
	list-style: none;
}
div,ul,ol,li,p,h1,h2,h3,h4,h5,h6 {
	margin:0;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { 
	color: #999 !important;
}
input:-moz-placeholder, textarea:-moz-placeholder { 
	color: #999 !important;
	opacity: 1;
}
input::-moz-placeholder, textarea::-moz-placeholder { 
	color: #999 !important;
	opacity: 1;
}
input::-ms-input-placeholder,textarea::-ms-input-placeholder { 
	color: #999 !important;
}
select {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	white-space: nowrap;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
select::-ms-expand {
	display: none;
}
@font-face {
	font-family:"027-CAI978";
	src:url("../font/027-CAI978.ttf");
}


.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 1.6rem;
}
body.c-open{
	overflow: hidden;
}


#c-placeholder{
	height: 80px;
}


#c-header {
	position: fixed;
	top:0;
	left:0;
	z-index: 900;
	width: 100%;
	line-height: 80px;
	text-align: center;
	color: #fff;
	transition: all 0.5s;
	border-bottom: 1px solid rgba(255,255,255,.2);
	transition: all 0.5s;
}
#c-header a {
	color: #fff;
	transition: all 0.5s;
}
#c-header.c-head-move {
	top:-100px;
}
#c-header.c-style2 {
	color: #666;
	background: #fff;
	box-shadow: 0 2px 10px rgba(0,0,0,.05);
}
#c-header.c-style2 a {
	color: #666;
}



#c-header .c-logo a {
	float: left;
	text-align: left;
}
#c-header .c-logo a img {
	height: 56px;
	vertical-align: middle;
}
#c-header .c-logo a span {
	margin-left: 20px;
	padding-left: 20px;
	border-left: 1px solid rgba(255,255,255,.2);
	display: inline-block;
	vertical-align: top;
}
#c-header .c-logo a img:nth-child(2),#c-header.c-style2 .c-logo a img:nth-child(1){
	display: none;
}
#c-header.c-style2 .c-logo a img:nth-child(2){
	display: inline-block;
}


#c-header .c-nav {
	display: block;
	text-align: center;
}
#c-header .c-nav>li {
	margin: 0 30px;
	display: inline-block;
	vertical-align: top;
}
#c-header .c-nav li a {
	position: relative;
	display: block;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
#c-header .c-nav>li>a:before {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 0;
	height: 2px;
	background: #de2f09;
	transition: .5s;
}
#c-header .c-nav li a i {
	margin-left: 8px;
	font-size: 20px;
}
#c-header.c-style2 .c-nav li.active>a,#c-header .c-nav li:hover>a{
	color: #de2f09;
}
#c-header.c-style2 .c-nav li.active>a::before,#c-header .c-nav li:hover>a::before {
	width: 100%;
}
#c-header .c-list-wrap {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	padding: 30px 1.6rem;
	width: 100%;
	background: #fff;
	box-shadow: 0 6px 10px rgba(0,0,0,.1);
	border-top: 1px solid #eee;
}
#c-header .c-list-wrap .c-box-wrap {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	border: 1px solid #eee;
}
#c-header .c-left-box {
	display: flex;
	align-items: flex-start;
	width: 62%;
}
#c-header .c-left-box .c-list1 {
	padding: 40px 0;
	width: 40%;
	height: 586px;
	background: #f8f8f8;
}
#c-header .c-left-box .c-list1 li {
	padding-top: 13px;
}
#c-header .c-left-box .c-list1 li a {
	padding: 0 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #333;
	font-size: 18px;
	transition: .5s;
}
#c-header .c-left-box .c-list1 li a i {
	opacity: 0;
	color: #fff;
	transition: .5s;
}
#c-header .c-left-box .c-list1 li a:hover,#c-header .c-left-box .c-list1 li.active a {
	background: #cf352d;
	color: #fff;
}
#c-header .c-left-box .c-list1 li a:hover i,#c-header .c-left-box .c-list1 li.active a i {
	opacity: 1;
}

#c-header .c-left-box .c-list2 {
	margin-top: 50px;
	position: relative;
	width: 60%;
}
#c-header .c-left-box .c-list2>li {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
#c-header .c-left-box .c-list2>li.active {
	display: block;
	position: relative;
}
#c-header .c-left-box .c-list3 {
	position: relative;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}
#c-header .c-left-box .c-list3>li {
	width: 50%;
	padding-left: 70px;
}
#c-header .c-left-box .c-list3 a {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	height: 58px;
	font-size: 16px;
	line-height: 26px;
	text-align: left;
	color: #666;
	border-bottom: 1px solid #eaeaea;
	transition: .5s;
}
#c-header .c-left-box .c-list3 a:hover {
	color: #cf352d;
	border-color: #cf352d;
}

#c-header .c-right-box {
	padding: 30px;
	width: 29%;
	background: #f8f8f8;
}
#c-header .c-right-box li {
	margin-bottom: 20px;
}
#c-header .c-right-box li:last-child {
	margin-bottom: 0;
}
#c-header .c-right-box .c-wrap {
	position: relative;
	height: 192px;
	text-align: left;
	overflow: hidden;
}
#c-header .c-right-box li:last-child .c-wrap {
	height: 102px;
}
#c-header .c-right-box .c-wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 1s;
}
#c-header .c-right-box .c-wrap:hover img {
	transform:scale(1.05,1.05);
	-webkit-transform:scale(1.05,1.05); 
}
#c-header .c-right-box .c-text-box {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 30px;
	color: #fff;
}
#c-header .c-right-box li:last-child .c-text-box {
	padding: 0;
}
#c-header .c-right-box .c-text-box .c-title {
	font-size: 24px;
	line-height: 34px;
}
#c-header .c-right-box .c-text-box .c-text {
	line-height: 26px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 1;
}
#c-header .c-right-box .c-text-box .c-title2 {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 104px;
	font-size: 32px;
}
#c-header .c-right-box .c-text-box .c-title2 img {
	margin-left: 10px;
	width: 18px;
	height: 18px;
}


#c-header .c-nav2 {
	position: fixed;
	top:0;
	left:-100%;
	width: 100%;
	height: 100%;
	font-size:14px;
	line-height: 60px;
	overflow-y: auto;
	background: #bb2821 url(../image/m-nav-bg.png)no-repeat left bottom / 100% auto;
	transition: all 0.5s;
}
.c-open #c-header .c-nav2 {
	left:0;
}
#c-header .c-nav2>li:first-child {
	padding: 30px 0;
	border-bottom: 1px solid rgba(255,255,255,.2);
}
#c-header .c-nav2>li:last-child {
	border: 0;
}
#c-header .c-nav2 img {
	height: 60px;
}
#c-header .c-nav2 .c-text {
	padding-top: 5px;
	line-height: 24px;
	color: #fff;
}
#c-header .c-nav2 a {
	display: block;
	margin: 0 20px;
	border-bottom:1px solid rgba(255,255,255,.1);
	text-align:left;
	color: #fff;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
#c-header .c-nav2 li a i {
	float: right;
	margin-top: 20px;
	font-size:20px;
}
#c-header .c-nav2 li ul {
	display: none;
}
#c-header .c-nav2 li ul a {
	padding-left: 15px;
}
#c-header .c-nav2 li li li a{
	padding-left: 30px;
}


#c-header .c-switch {
	position: absolute;
	top:50%;
	right: 20px;
	display: none;
	width: 24px;
	height: 20px;
	margin-top: -10px;
	cursor: pointer;
}
#c-header .c-switch i { 
	position: relative;
	display: block;
	height: 2px;
	background:#fff;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
} 
#c-header.c-style2 .c-switch i{
	background:#333;
}
.c-open #c-header .c-switch i {
	background: #fff;
}
#c-header .c-switch i:nth-child(1) {
	top: 0;
}
#c-header .c-switch i:nth-child(3) {
	bottom: 0;
}
#c-header .c-switch i:nth-child(2) {
	margin: 6px 0;
}
body.c-open #c-header .c-switch i:nth-child(2) {
	opacity: 0;
}
body.c-open #c-header .c-switch i:nth-child(1) {
	top: 8px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
body.c-open #c-header .c-switch i:nth-child(3) {
	bottom: 8px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}


#c-header .c-gn form{	
	padding: 0 30px;
	position: relative;
	cursor: pointer;
}
#c-header .c-gn form .c-box {
	display: none;
	position: absolute;
	top: 100%;
	right: 10px;
	width: 280px;
	height: 40px;
	background: #fff;
	box-shadow: 0 2px 10px rgba(0,0,0,.1);
}
#c-header .c-gn form>i {
	transition: .5s;
}
#c-header .c-gn form input {
	float: left;
	width: -webkit-calc(100% - 60px);
	width: calc(100% - 60px);
	height: 40px;
	padding: 0 15px;
}
#c-header .c-gn form button {
	float: left;
	width: 60px;
	height: 40px;
	font-size: 16px;
	cursor: pointer;
	color: #fff;
	background: #de2f09;
}
#c-header .c-gn form:hover>i {
	color: #de2f09;
}
#c-header .c-gn .c-phone i{
	margin: 0 10px 0 30px;
	width: 30px;
	height: 30px;
	border: 1px solid rgba(255,255,255,.2);
	border-radius: 50%;
	line-height: 28px;

}
#c-header.c-style2 .c-gn .c-phone i{
	border: 1px solid rgba(222,47,9,.2);
}
#c-header .c-gn .c-phone span {
	font-weight: bold;
}
#c-header.c-style2 .c-gn .c-phone {
	color: #de2f09;
}



.c-banner1 .swiper-slide{
	position: relative;
	overflow: hidden;
}
.c-banner1 .c-wrap {
	display: flex;
	align-items: center;
	width: 100%;
	height: 100vh;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
}
.c-banner1 .c-w1{
	justify-content: center;
	text-align: center;
}
.c-banner1 .c-w1 .c-img1{
	opacity: 0;
	-webkit-transform: translateY(40px);
	transform: translateY(40px);
	max-width: 100%;
}
.c-banner1 .c-w1 .c-img2 {
	opacity: 0;
	-webkit-transform: translateY(40px);
	transform: translateY(40px);
	max-width: 100%;
}
.c-banner1 .c-w1 .c-text {
	margin: 30px 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	line-height: 34px;
	opacity: 0;
	-webkit-transform: translateY(40px);
	transform: translateY(40px);
}
.c-banner1 .c-w1 .c-text span {
	margin: 0 30px;
	display: inline-block;
	width: 166px;
	border-top: 4px solid #f9f9f9;
}
.c-banner1 .c-w2,.c-banner1 .c-w3 {
	padding-left: 1.9rem;
}
.c-banner1 .c-w2 .c-title {
	font-size: 68px;
	line-height: 78px;
	opacity: 0;
	-webkit-transform: translateY(40px);
	transform: translateY(40px);
}
.c-banner1 .c-w2 .c-title span {
	color: #df362b;
}
.c-banner1 .c-w2 .c-subtitle {
	margin: 20px 0 100px;
	font-size: 30px;
	line-height: 40px;
	opacity: 0;
	-webkit-transform: translateY(40px);
	transform: translateY(40px);
}

.c-banner1 .c-btn {
	display: inline-block;
	font-size: 24px;
	line-height: 1;
	padding-bottom: 10px;
	border-bottom: 2px solid #fff;
	opacity: 0;
	-webkit-transform: translateY(40px);
	transform: translateY(40px);
}
.c-banner1 .c-w1 .c-btn {
	margin-top: 60px;
}
.c-banner1 .swiper-slide-active .c-w1 .c-img1,.c-banner1 .swiper-slide-active .c-w2 .c-title,.c-banner1 .swiper-slide-active .c-w3 .c-title {
	transition: all 1s 1s;
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.c-banner1 .swiper-slide-active .c-w1 .c-text,.c-banner1 .swiper-slide-active .c-w2 .c-subtitle,.c-banner1 .swiper-slide-active .c-w3 .c-subtitle {
	transition: all 1s 1.2s;
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.c-banner1 .swiper-slide-active .c-w1 .c-img2,.c-banner1 .swiper-slide-active .c-w2 .c-btn,.c-banner1 .swiper-slide-active .c-w3 .c-btn {
	transition: all 1s 1.4s;
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.c-banner1 .swiper-slide-active .c-w1 .c-btn {
	transition: all 1s 1.6s;
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.c-banner1 .swiper-button-next {
	right: .6rem;
	background: url(../image/next.png) no-repeat center;
	background-size: auto 100%;
}
.c-banner1 .swiper-button-prev {
	left: .6rem;
	background: url(../image/prev.png) no-repeat center;
	background-size: auto 100%;
}
.c-banner1 .swiper-button-next, .c-banner1 .swiper-button-prev {
	opacity: .2;
	margin-top: -28px;
	width: 30px;
	height: 56px;
	transition: .5s;
}
.c-banner1 .swiper-button-next:hover, .c-banner1 .swiper-button-prev:hover {
	opacity: 1;
}
.c-banner1 .swiper-pagination {
	bottom: 50%;
	left: auto;
	right: 1.6rem;
	width: 40px;
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
}
.c-banner1 .swiper-pagination-bullet {
	width: 40px;
	height: 60px;
	display: inline-block;
	border-radius: 0;
	background: transparent;
	opacity: 1;
	font-size: 20px;
	line-height: 60px;
	text-align: right;
	color: #fff;
	transition: .5s;
}
.c-banner1 .swiper-pagination-bullet-active {
	font-size: 34px;
}
.c-banner1 .c-mouse {
	display: none;
	position: absolute;
	top: 50%;
	left: 1.6rem;
	z-index: 10;
	width: 16px;
	height: 126px;
	background: url(../image/sb.png)no-repeat center / 100% auto;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	cursor: pointer;
}

#c-footer {
	padding: 1.1rem 0 .7rem;
	color: #fff;
	background: #222;
	font-size: 14px;
}
#c-footer .c-container {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	justify-content: space-between;
}
#c-footer a {
	color: #a9a9a9;
	transition: .5s;
}
#c-footer a:hover {
	color: #de2f09;
}
#c-footer .c-left-box {
	width: 22%;
}
#c-footer .c-left-box a {
	display: inline-block;
}
#c-footer .c-left-box .c-logo {
	margin-bottom: 64px;
	height: 50px;
}
#c-footer .c-left-box p {
	display: flex;
	align-items: center;
	margin-bottom: 18px;
}
#c-footer .c-left-box p img {
	margin-right: 20px;
	width: 30px;
	height: 30px;
	border: 1px solid #4a4a4a;
	border-radius: 50%;
}
#c-footer .c-right-box {
	position: relative;
	width: 68%;
}
#c-footer .c-right-box .c-list-box {
	position: relative;
	padding: 0 0 55px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
#c-footer .c-right-box::before{
	content: "";
	position: absolute;
	top: 70px;
	left: 0;
	width: 100%;
	border-bottom: 1px solid #2f2f2f;
}
#c-footer .c-right-box .c-list-box .c-title {
	padding-bottom: 92px;
	font-size: 16px;
	line-height: 26px;
}
#c-footer .c-right-box .c-list-box .c-title i {
	display: none;
	transition: .5s;
}
#c-footer .c-right-box .c-list-box .c-list li {
	padding-bottom: 8px;
	line-height: 24px;
}
#c-footer .c-right-box .c-list-box .c-code {
	margin-top: 118px;
	padding: 15px;
	background: #313131;
}
#c-footer .c-right-box .c-list-box .c-code .c-img-box {
	width: 132px;
	border-radius: 5px;
	overflow: hidden;
}
#c-footer .c-right-box .c-list-box .c-code .c-img-box img {
	width: 100%;
}
#c-footer .c-right-box .c-list-box .c-code .c-text {
	color: #999;
	line-height: 24px;
	padding-top: 15px;
	text-align: center;
}

#c-footer .c-right-bottom {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	border-top: 1px solid #2f2f2f;
	padding: 25px 0;
	line-height: 24px;
	color: #7f7f7f;
}
#c-footer .c-right-bottom a {
	color: #7f7f7f;
}
#c-footer .c-right-bottom a:hover {
	color: #de2f09;
}
#c-footer .c-right-bottom .c-copyright {
	word-wrap: break-word;
	word-break:break-all;
}


#c-go-top {
	opacity: .4;
	display: none;
	position: fixed;
	z-index: 5;
	bottom: 30px;
	right: 30px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	background: url(../image/go-top.png) no-repeat center;
	transition: all .5s linear;
	background-size: 30px;
	border-radius: 50%;
}
#c-go-top:hover {
	opacity: 1;
}


#c-top-banner {
	position: relative;
	height: 6.4rem;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

#c-top-banner .c-container {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
#c-top-banner .c-title {
	width: 100%;
	font-size: 48px;
	line-height: 1.5;
	color: #fff;
}
#c-top-banner .c-title2 {
	font-size: 60px;
	line-height: 1.5;
	color: #fff;
}
#c-top-banner .c-title3 {
	width: 100%;
	padding-left: 1.1rem;
	font-size: 38px;
	line-height: 1.5;
}
#c-top-banner .c-title3.c-dt2 {
	display: none;
}
#c-top-banner .c-title3 span {
	font-size: 48px;
	color: #de2f09;
}
#c-top-banner .c-title2 span {
	display: block;
	font-size: 30px;
	line-height: 1.5;
}
#c-top-banner .c-title-box {
	width: 100%;
	color: #fff;
}
#c-top-banner .c-title4 {
	opacity: .6;
	margin-bottom: 10px;
	font-size: 60px;
	line-height: 70px;
}
#c-top-banner .c-title5 {
	font-size: 40px;
	line-height: 50px;
}
#c-top-banner .c-list {
	max-width: 760px;
	margin: 40px auto 0;
	position: relative;
	z-index: 2;
}
#c-top-banner .c-list li {
	display: inline-block;
}
#c-top-banner .c-list li:first-child {
	float: left;
}
#c-top-banner .c-list li:last-child {
	float: right;
}
#c-top-banner .c-list::before {
	content: "";
	position: absolute;
	top: 49px;
	left: 0;
	z-index: -1;
	width: 100%;
	border-top: 1px dashed #fff;
}
#c-top-banner .c-list img {
	width: 98px;
}
#c-top-banner .c-list p {
	padding-top: 25px;
	font-size: 36px;
	line-height: 1;
	color: #fff;
}
#c-top-banner .c-en-title2 {
	margin-top: -45px;
	opacity: .1;
	font-weight: bold;
	font-size: 100px;
	line-height: 1;
	color: #fff;
}


#c-top-menu {
	background: #f7f7f7;
	border-bottom: 1px solid #fafafa;
}
#c-top-menu.c-dt {
	position: sticky;
	top: 0;
	z-index: 2;
}
#c-top-menu .c-list {
	position: relative;
	display: flex;
	align-items: flex-start;
	overflow-x: auto;
	margin-bottom: -1px;
}
#c-top-menu .c-list li {
	flex: none;
	margin-right:  .4rem;
	line-height: 80px;
	width: 190px;
}
#c-top-menu .c-list li a {
	position: relative;
	display: block;
	color: #666;
	transition: .5s;
}
#c-top-menu .c-list li a::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	border-bottom: 2px solid #de2f09;
	transition: .5s;
}
#c-top-menu .c-list li.active a,#c-top-menu .c-list li:hover a {
	color: #de2f09;
}
#c-top-menu .c-list li.active a::before,#c-top-menu .c-list li:hover a::before {
	width: 100%;
}
#c-top-menu.c-click-move .c-list li {
	padding-right: 10px;
	width: 25%;
	margin: 0;
}
#c-top-menu.c-click-move .c-list li:last-child{
	padding-right: 0;
}


#c-top-menu2 {
	position: relative;
	z-index: 5;
	border-bottom: 1px solid #ccc;
}
#c-top-menu2 .c-list {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#c-top-menu2 .c-list>li {
	position: relative;
}
#c-top-menu2 .c-list>li>a {
	display: flex;
	align-items: center;
	line-height: .8rem;
	color: #666;
}
#c-top-menu2 .c-list>li>a i {
	margin-left: .3rem;
	transition: .5s;
}
#c-top-menu2 .c-list>li>a span {
	transition: .5s;
}

#c-top-menu2 .c-list .c-list2 {
	display: none;
	position: absolute;
	top: 100%;
	z-index: 10;
	width: 180px;
	background: #fff;
	border-top: 2px solid #de2f09;
	padding: 20px;
	box-shadow: 0 2px 10px rgba(0,0,0,.05);
}
#c-top-menu2 .c-list .c-list2 a {
	display: block;
	padding-left: 20px;
	color: #666;
}
#c-top-menu2 .c-list .c-list2 a span {
	position: relative;
	padding: 10px 0;
	display: block;
	line-height: 26px;
	border-bottom: 1px solid #eee;
	transition: .5s;
}
#c-top-menu2 .c-list>li:last-child .c-list2 {
	right: 0;
}
#c-top-menu2 .c-list .c-list2>li:last-child a span{
	border-color: transparent;
}
#c-top-menu2 .c-list .c-list2 a span::before {
	content: "";
	position: absolute;
	top: 20px;
	left: -20px;
	width: 6px;
	height: 6px;
	border: 1px solid #eee;
	border-radius: 50%;
	transition: .5s;
}
#c-top-menu2 .c-list .c-list2 a span::after {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 0;
	border-top: 1px solid #de2f09;
	transition: .5s;
}
#c-top-menu2 .c-list .c-list2>li.active span,
#c-top-menu2 .c-list .c-list2>li a:hover span{
	color: #de2f09;
}
#c-top-menu2 .c-list .c-list2>li.active span::before,#c-top-menu2 .c-list .c-list2>li a:hover span::before {
	border-color: #de2f09;
}
#c-top-menu2 .c-list .c-list2>li.active span::after,#c-top-menu2 .c-list .c-list2>li a:hover span::after {
	width: 100%;
}
#c-top-menu2 .c-list li:hover>a,#c-top-menu2 .c-list>li.active>a {
	color: #de2f09;
}
#c-top-menu2 .c-list>li.c-open>a i {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
#c-top-menu2 .c-list>li.c-open .c-list2 {
	z-index: 20;
}

.c-map {
	opacity: 1;
	width: 100%;
	height: 100%;
	background: #f5f5f5;
}
.c-map.active{
	opacity: 1;
	z-index: 2!important;
}
.c-map .map-title {
  font-size: 14px;
  font-weight: bold;
  color: #de2f09;
}
.c-map .map-content {
  font-size: 12px;
  color: #222;
}
.c-map .anchorBL{
	display:none;
}



div.bsLogoLink,#bsBox .bsTop,#bsBox #bsMorePanel {
	width: 100% !important;
}
.bFind-wrapper-top {
	height: 26px !important;
}
#bsBox #bsMorePanel {
	height: 373px !important;
}
.bsPlatDiv {
	height: 312px !important;
}
.bFind {
	width: 204px !important;
}
#bsBox {
	height: 408px !important;
	width: 276px !important;
	margin-left: -138px !important;
}
.bsTop {
	width: 208px !important;
}
.bsFrameDiv div {
	width: 208px !important;
  height: 208px !important;
}
.bsFrameDiv img {
	width: 166px !important;
  height: 166px !important;
}


#c-advantage {
	padding-top: .9rem;
	position: relative;
	z-index: 10;
	background: #fafafa;
}
#c-advantage .c-list {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	overflow: hidden;
}
#c-advantage .c-list li {
	position: relative;
	width: 25%;
	height: 5.9rem;
	overflow: hidden;
}
#c-advantage .c-list img {
	width:100%;
	height:100%;
	object-fit: cover;
	transition: 1s;
}
#c-advantage .c-list li:hover img {
	transform:scale(1.05,1.05);
	-webkit-transform:scale(1.05,1.05); 
}
#c-advantage .c-list .c-text-box {
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	padding: .9rem 20px 0;
	text-align: center;
}
#c-advantage .c-list .c-text-box .c-top-box {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	color:#af221b;
}
#c-advantage .c-list .c-text-box .c-top-box .c-num {
	font-family:"027-CAI978";
	font-weight: bold;
	font-size: 100px;
	line-height: 1em;
}
#c-advantage .c-list .c-text-box .c-top-box .c-text {
	padding-bottom: 10px;
	font-size: 34px;
	line-height: 1em;
}
#c-advantage .c-list li:first-child,#c-advantage .c-list li:first-child .c-text-box .c-top-box {
	color:#fff;
}
#c-advantage .c-list li:nth-child(odd) .c-text-box .c-top-box .c-text {
	font-size: 18px;
	line-height: 28px;
}
#c-advantage .c-list .c-text-box .c-title {
	padding-top: .2rem;
	font-size: 28px;
	line-height: 38px;
	text-align: center;
}


#c-about {
	position: relative;
	z-index: 15;
	background: #fafafa;
}
#c-about .c-wrap{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	background: #fff url(../image/wl.jpg)no-repeat left center / 60% 100%;
}
#c-about .c-wrap .c-text-box {
	width: 60%;
	padding: 0 .9rem;
}
#c-about .c-wrap .c-text-box .c-title {
	font-size:48px;
	line-height: 58px;
	color:#333;
}
#c-about .c-wrap .c-text-box .c-title span {
	font-weight: normal;
	font-size: 18px;
	line-height: 28px;
}
#c-about .c-wrap .c-text-box .c-subtitle {
	padding: .2rem 0 .75rem;
	font-size: 28px;
	line-height: 38px;
}
#c-about .c-wrap .c-text-box .c-text {
	font-size: 18px;
	line-height: 36px;
	color:#999;
}
#c-about .c-wrap .c-text-box .c-text span {
	color:#de2f09;
}
#c-about .c-wrap .c-img-box {
	width:40%;
	overflow: hidden;
}
#c-about .c-wrap .c-img-box img {
	width: 100%;
	transition: 1s;
}
#c-about .c-wrap .c-img-box:hover img {
	transform:scale(1.05,1.05);
	-webkit-transform:scale(1.05,1.05); 
}


#c-product {
	padding: .9rem 0 0 1.6rem;
	background: #fff;
	background: -webkit-linear-gradient(top,#fafafa 60%,#fff 60%);
	background: linear-gradient(to bottom,#fafafa 60%,#fff 60%);
}
#c-product .c-list1 {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}
#c-product .c-list1 li {
	width: -webkit-calc(50% - 15px);
	width: calc(50% - 15px);
}
#c-product .c-list1 li:first-child {
	margin-right: 30px;
}
#c-product .c-list1 .c-wrap {
	display: block;
	position: relative;
	overflow: hidden;
	height:6.6rem;
}
#c-product .c-list1 .c-wrap img {
	width: 100%;
	height:100%;
	object-fit: cover;
	transition: 1s;
}
#c-product .c-list1 .c-wrap:hover img {
	transform:scale(1.05,1.05);
	-webkit-transform:scale(1.05,1.05); 
}
#c-product .c-list1 .c-wrap .c-text-box {
	position: absolute;
	bottom:0;
	left:0;
	width: 100%;
	padding: .5rem .6rem;
	color:#fff;
}
#c-product .c-list1 .c-wrap .c-text-box .c-title{
	font-size:42px;
	line-height: 52px;
}
#c-product .c-list1 .c-wrap .c-text-box .c-text {
	padding-top:10px;
	font-size:18px;
	line-height: 28px;
}
#c-product .c-list2 {
	border-right: 1.6rem solid #fafafa;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	padding: 1.1rem 0;
}
#c-product .c-list2 li {
	display: flex;
	justify-content: center;
	max-width: 25%;
}
#c-product .c-list2 li:first-child {
	justify-content: flex-start;
}
#c-product .c-list2 li:last-child {
	border-right: 0;
}
#c-product .c-list2 .c-wrap {
	padding: 0 26px;
	display: block;
	color: #333;
}
#c-product .c-list2 .c-wrap .c-title{
	position: relative;
	font-size: 24px;
	line-height: 34px;
	transition: .5s;
}
#c-product .c-list2 .c-wrap .c-title:before {
	content: "";
	position: absolute;
	top: 50%;
	left: -26px;
	width: 14px;
	height: 14px;
	margin-top: -10px;
	border: 2px solid #de2f09;
	border-radius: 50%;
}
#c-product .c-list2 .c-wrap .c-text {
	font-size: 18px;
	line-height: 28px;
	color: #666;
}
#c-product .c-list2 .c-wrap .c-more {
	font-size: 18px;
	line-height: 28px;
	padding-right: 50px;
	background: url(../image/jt.png)no-repeat right 20px center;
	background-size: auto 16px;
	color: #de2f09;
	transition: .5s;
}
#c-product .c-list2 .c-wrap:hover .c-title {
	color: #de2f09;
}
#c-product .c-list2 .c-wrap:hover .c-more {
	background-position: right 0 center;
}


#c-news {
	padding: 1.1rem 0 .5rem;
	background: #fafafa;
}
#c-news .c-title-box {
	padding-bottom: .8rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#c-news .c-title-box .c-title {
	font-size: 36px;
	line-height: 46px;
	color: #333;
}
#c-news .c-title-box .c-more {
	display: block;
	width: 250px;
	font-size: 18px;
	line-height: 66px;
	text-align: center;
	color: #fff;
	background: url(../image/bgxs.png)no-repeat center;
	background-size: auto 100%;
}
#c-news .c-list {
	margin: 0 -.3rem;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
#c-news .c-list li {
	display: flex;
	flex-direction: column;
	padding: 0 .3rem;
	margin-bottom: .6rem;
	width: 33.333%;
}
#c-news .c-list .c-wrap {
	display: block;
	background: #fff;
	transition: .5s;
}
#c-news .c-list .c-wrap .c-img-box {
	overflow: hidden;
}
#c-news .c-list li:nth-child(1) .c-wrap .c-img-box,
#c-news .c-list li:nth-child(3) .c-wrap .c-img-box,
#c-news .c-list li:nth-child(4) .c-wrap .c-img-box,
#c-news .c-list li:nth-child(6) .c-wrap .c-img-box{
	height: 3.46rem;
}
#c-news .c-list li:nth-child(2) .c-wrap .c-img-box{
	height: 2.76rem;
}
#c-news .c-list li:nth-child(5) .c-wrap .c-img-box{
	height: 4.18rem;
}
#c-news .c-list li:nth-child(5) {
	margin-top: -.7rem;
}
#c-news .c-list .c-wrap .c-img-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#c-news .c-list .c-wrap .c-text-box {
	padding: 0 .5rem;
	color: #333;
}
#c-news .c-list .c-wrap .c-text-box .c-title {
	margin: .35rem 0 .2rem;
	font-size: 24px;
	line-height: 34px;
	height: 34px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	transition: .5s;
}
#c-news .c-list .c-wrap .c-text-box .c-text {
	margin-bottom: .45rem;
	height: 72px;
	font-size: 14px;
	line-height: 24px;
	opacity: .7;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	transition: .5s;
}
#c-news .c-list .c-wrap .c-text-box .c-more {
	position: relative;
	border-top: 1px solid #e8e8e8;
	padding: .25rem 0;
	font-size: 14px;
	line-height: 24px;
	opacity: .4;
	transition: .5s;
}
#c-news .c-list .c-wrap .c-text-box .c-more::before {
	content: "";
	position: absolute;
	top: -1px;
	left: 0;
	width: 0;
	height: 1px;
	background: #de2f09;
	transition: .5s;
}
#c-news .c-list .c-wrap .c-text-box .c-more i {
	position: absolute;
	right: 0;
	top: 50%;
	font-size: 16px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
#c-news .c-list .c-wrap:hover {
	box-shadow: 0 2px 30px rgba(0,0,0,.15);
}
#c-news .c-list .c-wrap:hover .c-text-box .c-title {
	color: #de2f09;
}
#c-news .c-list .c-wrap:hover .c-text-box .c-title,#c-news .c-list .c-wrap:hover .c-text-box .c-more  {
	color: #de2f09;
	opacity: 1;
}
#c-news .c-list .c-wrap:hover .c-text-box .c-more::before {
	width: 100%;
}


#c-news2 {
	padding: .8rem 0 1.2rem;
}
#c-news2 .c-list {
	position: relative;
	margin: 0 -.2rem;
}
#c-news2 .c-list .c-item {
	padding: 0 .2rem;
  float: left;
  width: 25%;
	margin-bottom: .4rem;
}
#c-news2 .c-list .c-wrap {
	display: block;
	background: #fff;
	transition: .5s;
}
#c-news2 .c-list .c-wrap .c-img-box {
	overflow: hidden;
}
#c-news2 .c-list .c-wrap .c-img-box img {
	width: 100%;
}
#c-news2 .c-list .c-wrap .c-text-box {
	padding: 0 .5rem;
	color: #333;
}
#c-news2 .c-list .c-wrap .c-text-box .c-title {
	margin: .35rem 0 .2rem;
	font-size: 24px;
	line-height: 34px;
	height: 34px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	transition: .5s;
}
#c-news2 .c-list .c-wrap .c-text-box .c-text {
	margin-bottom: .45rem;
	font-size: 14px;
	line-height: 24px;
	opacity: .7;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	transition: .5s;
}
#c-news2 .c-list .c-wrap .c-text-box .c-more {
	position: relative;
	border-top: 1px solid #e8e8e8;
	padding: .25rem 0;
	font-size: 14px;
	line-height: 24px;
	opacity: .4;
	transition: .5s;
}
#c-news2 .c-list .c-wrap .c-text-box .c-more::before {
	content: "";
	position: absolute;
	top: -1px;
	left: 0;
	width: 0;
	height: 1px;
	background: #de2f09;
	transition: .5s;
}
#c-news2 .c-list .c-wrap .c-text-box .c-more i {
	position: absolute;
	top: 50%;
	right: 0;
	font-size: 16px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
#c-news2 .c-list .c-wrap:hover {
	box-shadow: 0 2px 30px rgba(0,0,0,.15);
}
#c-news2 .c-list .c-wrap:hover .c-text-box .c-title {
	color: #de2f09;
}
#c-news2 .c-list .c-wrap:hover .c-text-box .c-title,#c-news2 .c-list .c-wrap:hover .c-text-box .c-more  {
	color: #de2f09;
	opacity: 1;
}
#c-news2 .c-list .c-wrap:hover .c-text-box .c-more::before {
	width: 100%;
}
#c-news2 .c-loading {
	padding-top: 1.2rem;
	text-align: center;
	line-height: 16px;
	line-height: 26px;
	color: #999;
}
#c-news2 .c-loading .c-img {
	height: 16px;
	margin-bottom: 5px;
	background: url(../image/loading.gif) no-repeat center;
	background-size: auto 100%;
}

#c-top-location {
	padding: 15px 0;
	font-size: 12px;
	line-height: 22px;
	color: #999;
	background: #f7f7f7;
}
#c-top-location a {
	color: #999;
	transition: .5s;
}
#c-top-location a:hover {
	color: #de2f09;
}
#c-top-location .c-wrap{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
#c-top-location .c-wrap .c-return i {
	margin-right: 5px;
}


#c-news3 {
	padding: 1.15rem 0 1.85rem;
}
#c-news3 .c-main-wrap {
	margin: 0 auto;
	width: 100%;
	max-width: 1200px;
}
#c-news3 .c-title {
	padding-bottom: .45rem;
	border-bottom: 1px solid #eee;
	font-size: 26px;
	line-height: 36px;
	color: #de2f09;
}
#c-news3 .c-time-box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	padding: .3rem 0 .7rem;
	font-size: 14px;
	line-height: 24px;
	color: #999;
}

#c-news3 .c-text-box {
	line-height: 2em;
}
#c-news3 .c-text-box img {
	max-width: 100%;
	height: auto !important;
}
#c-news3 .c-end {
	margin-bottom: .7rem;
	border-bottom: 2px solid #ddd;
	padding: .7rem 0;
	text-align: center;
	color: #de2f09;
}


#c-prevNext {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#c-prevNext a {
	max-width: 46%;
	display: flex;
	align-items: center;
	font-size: 14px;
	line-height: 24px;
	color: #666;
	transition: .5s;
}
#c-prevNext a:hover {
	color: #de2f09;
}
#c-prevNext .prev i {
	margin-right: 10px;
	font-size: 20px;
	vertical-align: middle;
}
#c-prevNext .next i {
	margin-left: 10px;
	font-size: 20px;
	vertical-align: middle;
}
#c-case2 .c-text-box .c-title {
	margin-bottom: 10px;
	font-size: 24px;
	line-height: 34px;
}


#c-contact {
	position: relative;
}
#c-contact .c-map-box {
	height: -webkit-calc(100vh - 80px);
	height: calc(100vh - 80px);
}
#c-contact .c-text-box {
	position: absolute;
	top: 50%;
	right: 1.6rem;
	padding: 1.1rem .8rem;
	background: #fff;
	border-radius: .8rem 0 .8rem 0;
	overflow: hidden;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
#c-contact .c-text-box:before {
	content: "";
	position: absolute;
	top: -1rem;
	right: -1rem;
	width: 2rem;
	height: 2rem;
	background: #de2f09;
	border-radius: 50%;
}
#c-contact .c-text-box .c-title {
	padding-bottom: 10px;
	font-size: 22px;
	line-height: 32px;
	color: #de2f09;
}
#c-contact .c-text-box p {
	padding-top: 20px;
	font-size: 15px;
	line-height: 25px;
}


#c-job {
	padding: 1rem 0;
}
#c-job .c-big-title {
	padding-bottom: .35rem;
	border-bottom: 6px solid #f1f1f1;
	font-size: 34px;
	line-height: 44px;
	color: #de2f09;
	max-width: 1380px;
	margin: 0 auto 20px;
}
#c-job .c-main-wrap {
	width: 100%;
	max-width: 1380px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
#c-job .c-list1 {
	width: 260px;
	border: 1px solid #f1f1f1;
}
#c-job .c-list1 li {
	cursor: pointer;
	padding: .3rem;
	font-size: 18px;
	line-height: 28px;
	color: #333;
	background: #f9f9f9;
	border-bottom: 1px solid #f1f1f1;
	transition: .5s;
}
#c-job .c-list1 li:last-child {
	border-bottom: 0;
}
#c-job .c-list1 li i {
	margin-right: 10px;
}
#c-job .c-list1 li.active,#c-job .c-list1 li:hover {
	color: #de2f09;
	background: #fff;
}
#c-job .c-list2 {
	width: -webkit-calc(100% - 280px);
	width: calc(100% - 280px);
	border: 1px solid #f1f1f1;
	padding: .5rem .9rem;
	font-size: 14px;
	line-height: 2em;
	background: url(../image/job.jpg)no-repeat right bottom;
	background-size: 50% auto;
}
#c-job .c-list2 li {
	display: none;
}
#c-job .c-list2 li.active {
	display: block;
}
#c-job .c-list2 li a {
	color: #de2f09;
}


#c-product2 {
	padding: .8rem 0;
	background: #f2f2f2;
}
#c-product2 .c-big-title {
	margin-bottom: .5rem;
	font-size: 32px;
	line-height: 42px;
	color: #de2f09;
}
.c-banner2-wrap {
	margin: 0 -90px;
	padding: 0 90px;
	position: relative;
}
.c-banner2 .c-wrap {
	display: block;
	position: relative;
	overflow: hidden;
	height:6.4rem;
}
.c-banner2 .c-wrap img {
	width: 100%;
	height:100%;
	object-fit: cover;
	transition: 1s;
}
.c-banner2 .c-wrap:hover img {
	transform:scale(1.05,1.05);
	-webkit-transform:scale(1.05,1.05); 
}
.c-banner2 .c-wrap .c-text-box {
	position: absolute;
	bottom:0;
	left:0;
	width: 100%;
	padding: .5rem .6rem;
	color:#fff;
}
.c-banner2 .c-wrap .c-text-box .c-title{
	font-size:24px;
	line-height: 34px;
}
.c-banner2 .c-wrap .c-text-box .c-text {
	padding-top:10px;
	font-size:18px;
	line-height: 28px;
}
.c-banner2-wrap .swiper-button-next {
	right:0;
	background-image: url(../image/next2.png);
}
.c-banner2-wrap .swiper-button-prev {
	left: 0;
	background-image: url(../image/prev2.png);
}
.c-banner2-wrap .swiper-button-next:hover {
	background-image: url(../image/next2-h.png);
}
.c-banner2-wrap .swiper-button-prev:hover {
	background-image: url(../image/prev2-h.png);
}
.c-banner2-wrap .swiper-button-next, .c-banner2-wrap .swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 24px;
	height: 42px;
	margin-top: -21px;
	z-index: 10;
	cursor: pointer;
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
}


#c-product3 {
	padding: .8rem 0;
}
#c-product3 .c-list {
	margin: 0 -.2rem;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}
#c-product3 .c-list li {
	margin-bottom: .4rem;
	padding: 0 .2rem;
	width: 33.333%;
}
#c-product3 .c-list .c-wrap {
	display: block;
}
#c-product3 .c-list .c-wrap .c-img-box{
	height: 3.86rem;
	overflow: hidden;
}
#c-product3 .c-list .c-wrap .c-img-box img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 1s;
}
#c-product3 .c-list .c-wrap:hover .c-img-box img {
	transform:scale(1.05,1.05);
	-webkit-transform:scale(1.05,1.05);
}
#c-product3 .c-list .c-wrap .c-text-box {
	padding: 0 20px;
}
#c-product3 .c-list .c-wrap .c-text-box .c-title{
	padding: 15px 0 5px;
	font-size: 24px;
	line-height: 34px;
	color: #333;
}
#c-product3 .c-list .c-wrap .c-text-box .c-text {
	font-size:18px;
	line-height: 28px;
	color: #999;
}


#c-common-link {
	display: flex;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
#c-common-link a {
	padding: .7rem 1.6rem;
	width: 50%;
	display: block;
	color: #fff;
	font-size: 36px;
	line-height: 46px;
}
#c-common-link a .c-title {
	margin-bottom: 15px;
	transition: .5s;
}
#c-common-link a .c-en-title {
	transition: .5s;
}
#c-common-link a:hover .c-title,#c-common-link a:hover .c-en-title {
	-webkit-transform: translateY(-6px);
	transform: translateY(-6px);
}


#c-page {
	padding-top: .4rem;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	color: #666;
	font-size: 14px;
	line-height: 40px;
}
#c-page .c-box {
	display: flex;
	align-items: flex-start;
}
#c-page .c-box em {
	display: block;
}
#c-page .c-box a {
	margin: 0 5px;
	display: block;
	width: 40px;
	font-style: normal;
	text-align: center;
	background: #f9f9f9;
	color: #666;
	transition: .5s;
}
#c-page .c-box .active {
	color: #fff;
	background: #de2f09;
}
#c-page .c-box .prev,#c-page .c-box .next {
	width: 100px;
}
#c-page .c-box .c-dot {
	margin: 0 -5px;
	background:#fff;
}
#c-page .c-box a:hover {
	color: #fff;
	background: #de2f09;
}
#c-page form {
	display: flex;
}
#c-page form .c-text {
	padding: 0 20px;
}
#c-page form input {
	margin-right: 10px;
	width: 40px;
	height: 40px;
	border: 1px solid #f9f9f9;
	color: #666;
	text-align: center;
}
#c-page form button {
	width: 40px;
	height: 40px;
	background: #f9f9f9;
	color: #666;
	cursor: pointer;
	transition: .5s;
}
#c-page form button:hover {
	color: #fff;
	background: #de2f09;
}



#c-case2 {
	padding: .6rem 0 0;
}
#c-case2 .c-text-box {
	margin-bottom: .5rem;
	padding: .9rem;
	background: #fbfbfb;
}
#c-case2 .c-text-box .c-title {
	margin-bottom: .5rem;
	font-size: 36px;
	line-height: 46px;
	color: #de2f09;
}
#c-case2 .c-text-box .c-text {
	line-height: 2em;
}
.c-banner3 {
	height: 5.8rem;
}
.c-banner3 .swiper-pagination {
	bottom: 10px;
}
.c-banner3 .swiper-pagination-bullet-active {
	background: #de2f09;
}
.c-banner3 .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.c-banner3 .swiper-button-next {
	right:30px;
	background-image:url(../image/next2.png);
}
.c-banner3 .swiper-button-prev {
	left: 30px;
	background-image:url(../image/prev2.png);
}
.c-banner3 .swiper-button-next:hover {
	opacity: 1;
	background-image: url(../image/next2-h2.png);
	background-color: #de2f09;
}
.c-banner3 .swiper-button-prev:hover {
	opacity: 1;
	background-image: url(../image/prev2-h2.png);
	background-color: #de2f09;
}
.c-banner3 .swiper-button-next, .c-banner3 .swiper-button-prev {
	top: 50%;
	width: 36px;
	height: 82px;
	margin-top: -41px;
	z-index: 10;
	cursor: pointer;
	background-size: 14px auto;
	background-position: center;
	background-repeat: no-repeat;
	transition: .5s;
	background-color: rgba(0,0,0,.5);
	opacity: .5;
}


#c-case3 {
	padding: 1.2rem 0 .9rem;
}
#c-case3 .c-big-title {
	margin-bottom: .4rem;
	font-size: 24px;
	line-height: 34px;
	color: #de2f09;
}
#c-case3 .c-list {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	margin: 0 -10px;
}
#c-case3 .c-list li {
	margin-bottom: 20px;
	width: 25%;
	padding: 0 10px;
}
#c-case3 .c-list .c-wrap {
	display: block;
	border: 1px solid #eee;
	transition: .5s;
}
#c-case3 .c-list .c-wrap .c-img-box {
	margin: 10px;
	height: 2.14rem;
	overflow:hidden;
}
#c-case3 .c-list .c-wrap .c-img-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#c-case3 .c-list .c-wrap .c-text-box {
	padding: 20px 20px 0;
}
#c-case3 .c-list .c-wrap .c-text-box .c-title {
	margin-bottom: 10px;
	font-size: 24px;
	line-height: 34px;
	color: #333;
	transition: .5s;
}
#c-case3 .c-list .c-wrap .c-text-box .c-text {
	margin-bottom: 40px;
	font-size: 14px;
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	color: #848484;
}
#c-case3 .c-list .c-wrap .c-text-box .c-more {
	position: relative;
	padding: 25px 0;
	border-top: 1px solid #eee;
	color: #848484;
	font-size: 14px;
	line-height: 24px;
	transition: .5s;
}
#c-case3 .c-list .c-wrap .c-text-box .c-more i {
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
#c-case3 .c-list .c-wrap .c-text-box .c-more::before {
	content: "";
	position: absolute;
	top: -1px;
	left: 0;
	width: 0;
	border-top: 1px solid #de2f09;
	transition: .5s;
}
#c-case3 .c-list .c-wrap:hover .c-text-box .c-more::before {
	width: 100%;
}
#c-case3 .c-list .c-wrap:hover {
	box-shadow: 0 2px 30px rgba(0,0,0,.15);
}
#c-case3 .c-list .c-wrap:hover .c-text-box .c-title,#c-case3 .c-list .c-wrap:hover .c-text-box .c-more {
	color: #de2f09;
}


.c-banner4 {
	height: 6.6rem;
}
.c-banner4 .c-wrap {
	display: block;
	height: 100%;
}
.c-banner4 .swiper-button-next, .c-banner4 .swiper-button-prev {
	display: none;
}
.c-banner4 .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.c-banner4 .c-text-box {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	padding: 0 1.6rem;
	color: #fff;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.c-banner4 .c-text-box .c-title {
	margin-bottom: .3rem;
	font-weight: bold;
	font-size: 44px;
	line-height: 54px;
}
.c-banner4 .c-text-box .c-text {
	font-size: 24px;
	line-height: 34px;
}
.c-banner4 .c-text-box .c-more {
	padding: 0 30px;
	display: inline-block;
	margin-top: 30px;
	font-size: 14px;
	line-height: 36px;
	border: 1px solid #fff;
	border-radius: 19px;
}

.c-banner4 .swiper-pagination-bullet-active {
	background: #fff;
}



#c-product4 {
	padding: 1.2rem 0;
}
#c-product4 .c-text {
	margin: 0 auto;
	max-width: 1200px;
	line-height: 2;
	color: #999;
}
#c-product4 .c-text img {
	max-width: 100%;
	height: auto !important;
}
#c-product4 .c-text hr {
	margin: 0;
	border: none;
	border-top: 1px solid #f1f1f1;
}


#c-product5 {
	position: relative;
	z-index: 5;
	color: #fff;
	background: #de2f09;
}
#c-product5 .c-container {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
#c-product5 .c-left-box {
	width: 50%;
}
#c-product5 .c-left-box .c-title {
	margin-top: -28px;
	margin-bottom: .3rem;
	font-size: 46px;
	line-height: 56px;
}
#c-product5 .c-left-box .c-text {
	position: relative;
	font-size: 26px;
	line-height: 36px;
}
#c-product5 .c-left-box img {
	margin: 1rem 0 0 1.8rem;
	height: 56px;
}
#c-product5 .c-left-box .c-text::before {
	content: "";
	display: inline-block;
	width: 46px;
	height: 2px;
	background: #fff;
	vertical-align: middle;
	margin: -2px 20px 0 0;
}
#c-product5 .c-right-box {
	padding: 1.7rem 0 1rem;
	width: 43%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#c-product5 .c-right-box .c-text {
	width: 70%;
	padding-left: .3rem;
	border-left: 2px solid #fff;
	line-height: 26px;
}
#c-product5 .c-right-box .c-arrow {
	display: flex;
	align-items: center;
}
#c-product5 .c-right-box .c-arrow div {
	opacity: .5;
	width: 46px;
	height: 46px;
	border: 1px solid #fff;
	border-radius: 50%;
	transition: .5s;
	cursor: pointer;
}
#c-product5 .c-right-box .c-arrow div:hover {
	opacity: 1;
}
#c-product5 .c-right-box .c-arrow .c-next {
	background:url(../image/next2-h2.png)no-repeat center;
	background-size: 10px auto;
}
#c-product5 .c-right-box .c-arrow .c-prev {
	margin-right: .2rem;
	background:url(../image/prev2-h2.png)no-repeat center;
	background-size: 10px auto;
}

#c-about2 {
	padding-bottom: 1.3rem;
}
#c-about2 .c-list li{
	padding: .8rem 0;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
}
#c-about2 .c-list li .c-text-box {
	width: 50%;
}
#c-about2 .c-list li .c-img-box {
	width: 41.8%;
}
#c-about2 .c-list li:nth-child(even) {
	padding: .8rem;
	flex-direction: row-reverse;
	background: #f8f8f8;
}
#c-about2 .c-list li:nth-child(even) .c-text-box{
	width: 46.5%;
}
#c-about2 .c-list li:nth-child(even) .c-img-box{
	width: 46.5%;
}
#c-about2 .c-list .c-en-title {
	font-size: 16px;
	line-height: 26px;
	color: #999;
}
#c-about2 .c-list .c-title {
	border-bottom: 1px solid #eee;
	margin-bottom: .3rem;
	padding: .15rem 0 .45rem;
	font-size: 36px;
	line-height: 46px;
	color: #666;
}
#c-about2 .c-list .c-text {
	line-height: 2;
	color: #666;
}
#c-about2 .c-list .c-img-box {
	overflow: hidden;
}
#c-about2 .c-list .c-img-box img {
	width: 100%;
	transition: 1s;
}
#c-about2 .c-list .c-img-box:hover img {
	transform:scale(1.05,1.05);
	-webkit-transform:scale(1.05,1.05); 
}


.c-common-title {
	text-align: center;
}
.c-common-title .c-title{
	font-size: 36px;
	line-height: 70px;
	background-image: url(../image/bgxs2.png);
	background-repeat: no-repeat;
	background-position: left 57% center;
	color: #fff;
	background-size: auto 70px;
}
.c-common-title .c-text {
	padding-top: .15rem;
	font-size: 22px;
	line-height: 32px;
	color: #666;
}


#c-environment {
	padding: 1.3rem 0;
}
.c-banner8 {
	padding-top: 1rem;
}
.c-banner8 .swiper-slide .c-img-box {
	height: 2.66rem;
	overflow: hidden;
}
.c-banner8 .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 1s;
}
.c-banner8 .swiper-slide:hover img {
	transform:scale(1.05,1.05);
	-webkit-transform:scale(1.05,1.05); 
}
.c-banner8 .swiper-slide .c-title {
	padding-top: 10px;
	font-weight: normal;
	font-size: 16px;
	line-height: 26px;
	text-align: center;
	color: #666;
}


#c-team {
	padding: 1.1rem 0;
}
#c-team .c-list {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	padding: .8rem 10px 0;
}
#c-team .c-list li {
	padding: 0 10px;
	width: 25%;
	margin-bottom: 20px;
}
#c-team .c-list .c-img-box{
	height: 2.34rem;
	overflow: hidden;
}
#c-team .c-list .c-img-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 1s;
}
#c-team .c-list .c-img-box:hover img {
	transform:scale(1.05,1.05);
	-webkit-transform:scale(1.05,1.05); 
}
#c-team .c-list .c-text-box {
	padding: 25px;
	background: #f9f9f9;
	text-align: center;
}
#c-team .c-list .c-text-box .c-title {
	font-size: 18px;
	line-height: 28px;
	color: #666;
}
#c-team .c-list .c-text-box .c-text {
	padding-top: 5px;
	font-size: 14px;
	color: #999;
}


#c-customer {
	padding: 1.1rem 0;
	background: #fafafa;
}
#c-customer .c-list {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
	margin: 0 -6px;
	padding-top: .6rem;
}
#c-customer .c-list li {
	margin-bottom: 12px;
	padding: 0 6px;
	width: 12.5%;
}
#c-customer .c-list .c-wrap {
	height: .82rem;
	border: 1px solid #eee;
	overflow: hidden;
}
#c-customer .c-list .c-wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#c-customer.c-dt .c-common-title .c-title {
	line-height: 110px;
	background-position: left 60% center;
	background-size: auto 110px;
}


#c-equipment {
	position: relative;
	z-index: 1;
	padding-top: 1.1rem;
	background: #46403c;
}
#c-equipment .c-banner5-wrap {
	position: relative;
}
#c-equipment .c-banner5-wrap .c-prev,#c-equipment .c-banner5-wrap .c-next {
	position: absolute;
	bottom: 0;
	width: 1.6rem;
	height: 1.46rem;
	border-top: 1px solid #616060;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 16px auto;
	cursor: pointer;
	transition: .5s;
}
#c-equipment .c-banner5-wrap .c-prev {
	left: -1.6rem;
	background-image: url(../image/prev2-h2.png);
}
#c-equipment .c-banner5-wrap .c-next {
	right: -1.6rem;
	background-image: url(../image/next2-h2.png);
}
#c-equipment .c-banner5-wrap .c-prev:hover,#c-equipment .c-banner5-wrap .c-next:hover {
	border-color: #de2f09;
	background-color: #de2f09;
}

#c-equipment .c-banner5-top {
	z-index: 10;
}
#c-equipment .c-banner5-top .swiper-slide{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
#c-equipment .c-banner5-top .c-img-box {
	width: 56.25%;
	overflow: hidden;
}
#c-equipment .c-banner5-top .c-img-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#c-equipment .c-banner5-top .c-text-box {
	width: 43.75%;
	padding: 30px 0;
}
#c-equipment .c-banner5-top .c-text-box .c-title {
	font-size: 32px;
	line-height: 42px;
	color: #de2f09;
}
#c-equipment .c-banner5-top .c-text-box .c-hr {
	margin: 15px 0 20px;
	width: 60px;
	border-bottom: 6px solid #de2f09;
}
#c-equipment .c-banner5-top .c-text-box .c-text {
	color: #fff;
	line-height: 2;
}
#c-equipment .c-banner5-top .c-text-box .c-text p {
	position: relative;
	padding-left: 15px;
}
#c-equipment .c-banner5-top .c-text-box .c-text p::before{
	content: "";
	position: absolute;
	top: 11px;
	left: 0;
	width: 6px;
	height: 6px;
	border: 2px solid #fff;
	border-radius: 50%;
	vertical-align: middle;
}
#c-equipment .c-banner5-top .swiper-button-next, #c-equipment .c-banner5-top .swiper-button-prev {
	display: none;
}
#c-equipment .c-banner5-bottom {
	height: 1.46rem;
}
#c-equipment .c-banner5-bottom .swiper-slide {
	display: flex;
	align-items: center;
	justify-content: center;
	border-top: 1px solid #616060;
	cursor: pointer;
	transition: .5s;
}
#c-equipment .c-banner5-bottom .c-wrap {
	font-size: 20px;
	line-height: 30px;
	color: #fff;
}
#c-equipment .c-banner5-bottom .swiper-slide-thumb-active {
	border-color: #de2f09;
	background-color: #de2f09;
}


#c-honor {
	padding: 1rem 0 .7rem;
	background-color: #f1f1f1;
	background-image:url("../image/ry-bg1.png"),url("../image/ry-bg2.png");
	background-repeat: no-repeat, no-repeat;  
	background-position: 0 0, right bottom;  
}
#c-honor .c-common-title .c-title {
    line-height: 110px;
    background-position: left 60% center;
    background-size: auto 110px;
}
.c-banner6 {
	padding: .7rem 30px .7rem;
}
.c-banner6 .c-img-box {
	height: 4rem;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.c-banner6 .c-img-box img {
	max-width: 80%;
	max-height: 80%;
}
.c-banner6 .c-title {
	line-height: 26px;
	color: #333;
	text-align: center;
	padding-bottom: 30px;
}
.c-banner6 .swiper-slide {
	transform: scale(0.8);
	background: #fff;
	transition: .5s;
	box-shadow: 0 5px 30px rgba(0,0,0,.1);
}
.c-banner6 .swiper-slide-active,.c-banner6 .swiper-slide-duplicate-active{
	transform: scale(1);
}

.c-banner6 .swiper-button-next, .c-banner6 .swiper-button-prev {
	width: 30px;
	height: 30px;
	margin-top: -15px;
	border: 1px solid #b4b4b4;
	border-radius: 50%;
	background-color: #fff;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 6px auto;
}
.c-banner6 .swiper-button-next {
	right: 0;
	background-image: url(../image/next2.png);
}
.c-banner6 .swiper-button-prev {
	left: 0;
	background-image: url(../image/prev2.png);
}


#c-service .c-list li{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
#c-service .c-list li:nth-child(even) {
	flex-direction: row-reverse;
}
#c-service .c-list .c-img-box {
	width: 50%;
	overflow: hidden;
}
#c-service .c-list .c-img-box img {
	width: 100%;
	transition: 1s;
}
#c-service .c-list .c-img-box:hover img {
	transform:scale(1.05,1.05);
	-webkit-transform:scale(1.05,1.05); 
}
#c-service .c-list .c-text-box {
	width: 50%;
	padding: 20px 1.6rem;
	color: #666;
}
#c-service .c-list .c-text-box .c-title {
	font-size: 36px;
	line-height: 46px;
}
#c-service .c-list .c-text-box .c-title span {
	color: #cf352d;
}
#c-service .c-list .c-text-box .c-subtitle {
	padding: .2rem 0 .4rem;
	font-size: 24px;
	line-height: 34px;
}
#c-service .c-list .c-text-box .c-text {
	line-height: 26px;
}


#c-order {
	padding: 2.4rem 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	text-align: center;
}
#c-order .c-text1 {
	font-size: 48px;
	line-height: 58px;
}
#c-order .c-text2 {
	padding:0 0 .7rem;
	font-size: 48px;
	line-height: 58px;
}
#c-order .c-btn {
	display: inline-block;
	padding: 0 40px;
	line-height: 56px;
	border-radius: 28px;
	background: #de2f09;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
}


#c-expert {
	padding-top:1.5rem;
}
#c-expert .c-list {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
#c-expert .c-list .c-item {
	position: relative;
	z-index: 2;
	margin-bottom: 1rem;
	width: 41.875%;
	color: #666;
}
#c-expert .c-list .c-box {
	position: relative;
	z-index: 1;
	width: 41.875%;
}
#c-expert .c-list .c-box .c-item {
	width: 100%;
}
#c-expert .c-list .c-title {
	margin-bottom: .2rem;
	padding-bottom: .55rem;
	border-bottom: 1px solid #eee;
	font-size: 36px;
	line-height: 46px;
}
#c-expert .c-list .c-title span{
	color: #de2f09;
}
#c-expert .c-list .c-text {
	line-height: 2;
}
#c-expert .c-list .c-img-box {
	padding-top: .4rem;
	position: relative;
}
#c-expert .c-list img {
	width: 100%;
}
#c-expert .c-list .c-box .c-item:nth-child(3) .c-img-box {
	padding-top: 1.18rem;
}
#c-expert .c-list .c-box .c-item:nth-child(3) .c-img-box img{
	position: absolute;
	right: 0;
	width: 100%;
}


#c-say {
	padding-top: 1.3rem;
}
#c-say .c-common-title .c-title {
	line-height: 110px;
	background-position: left 60% center;
	background-size: auto 110px;
}
#c-say .c-list {
	padding-top: .8rem;
}
#c-say .c-list li {
	margin-bottom: .4rem;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	background: #fafafa;
}
#c-say .c-list .c-img-box {
	width: 380px;
}
#c-say .c-list .c-img-box img{
	width: 100%;
}
#c-say .c-list .c-text-box {
	padding: 20px 0;
	display: flex;
	align-items: flex-start;
	width: -webkit-calc(100% - 380px);
	width: calc(100% - 380px);
	flex-wrap: wrap;
}
#c-say .c-list .c-text-box .c-l-box {
	width: 20.8%;
	text-align: center;
}
#c-say .c-list .c-text-box .c-l-box .c-job {
	font-size: 24px;
	line-height: 34px;
	color: #333;
}
#c-say .c-list .c-text-box .c-l-box .c-name {
	padding-top: 15px;
	font-size: 18px;
	line-height: 28px;
	color: #666;
}
#c-say .c-list .c-text-box .c-r-box {
	padding: 0 .8rem;
	border-left: 1px solid #e8e8e8;
	width: 79.2%;
}
#c-say .c-list .c-text-box .c-r-box .c-title {
	font-size: 22px;
	line-height: 32px;
	color: #de2f09;
}
#c-say .c-list .c-text-box .c-r-box .c-text {
	padding-top: .2rem;
	font-size: 16px;
	line-height: 26px;
	color: #666;
}

 
#c-advantage2 {
	padding: 1.2rem 0;
	background: url(../image/ys-bg.jpg) no-repeat center top;
	background-size: cover;
	text-align: center;
}
#c-advantage2 .c-big-title {
	margin-bottom: .9rem;
	font-size: 36px;
	line-height: 46px;
	color: #666;
}
#c-advantage2 .c-list {
	padding: 0 1.28rem;
	margin: 0 -.2rem;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}
#c-advantage2 .c-list li {
	width: 25%;
	margin-bottom: .4rem;
	padding: 0 .2rem;
	color: #fff;
}
#c-advantage2 .c-list .c-wrap {
	padding: .6rem 0;
	position: relative;
	overflow: hidden;
}
#c-advantage2 .c-list .c-wrap::before {
	content: "";
	position: absolute;
	top: -1rem;
	right: -1rem;
	width: 2rem;
	height: 2rem;
	border-radius: 50%;
}
#c-advantage2 .c-list li:nth-child(1) .c-wrap{
	background: #de2f09;
}
#c-advantage2 .c-list li:nth-child(2) .c-wrap{
	background: #265fd6;
}
#c-advantage2 .c-list li:nth-child(3) .c-wrap{
	background: #e658a7;
}
#c-advantage2 .c-list li:nth-child(4) .c-wrap{
	background: #5285d6;
}
#c-advantage2 .c-list li:nth-child(1) .c-wrap::before{
	background: #e83d0c;
}
#c-advantage2 .c-list li:nth-child(2) .c-wrap::before{
	background: #317ce2;
}
#c-advantage2 .c-list li:nth-child(3) .c-wrap::before{
	background: #ee73c2;
}
#c-advantage2 .c-list li:nth-child(4) .c-wrap::before{
	background: #7bc2eb;
}
#c-advantage2 .c-list .c-wrap .c-num {
	margin-top: -56px;
	font-size: 86px;
	line-height: 1;
	opacity: .1;
}
#c-advantage2 .c-list .c-wrap .c-title {
	padding-top: 20px;
	font-size: 26px;
	line-height: 1;
}
#c-advantage2 .c-list .c-wrap img {
	width: 116px;
	max-width: 80%;
}


#c-history {
	padding: 1rem 0;
}
#c-history .c-common-title .c-title {
	margin-bottom: .8rem;
	line-height: 110px;
	background-position: left 60% center;
	background-size: auto 110px;
}
.c-banner7-top {
	margin-bottom: .9rem;
}
.c-banner7-top .swiper-slide {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}
.c-banner7-top .c-img-box {
	width: 50%;
	overflow: hidden;
} 
.c-banner7-top .c-img-box img {
	width: 100%;
}
.c-banner7-top .c-text-box {
	width: 50%;
}
.c-banner7-top .c-text-box .c-year {
	margin-bottom: .1rem;
	font-size: 86px;
	line-height: 1;
	color: #666;
	opacity: .1;
	text-align: right;
}
.c-banner7-top .c-text-box .c-title {
	padding: 0 .9rem;
	font-size: 22px;
	line-height: 32px;
	color: #666;
}
.c-banner7-top .c-text-box .c-text {
	padding: .4rem .9rem 0;
	color: #999;
	line-height: 26px;
	color: #999;
}
.c-banner7-bottom {
	padding-bottom:18px;
	text-align: center;
	font-size: 22px;
	line-height: 42px;
	color: #666;
}
.c-banner7-bottom::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 17px;
	width: 100%;
	border-top: 1px solid #ccc;	
}
.c-banner7-bottom .swiper-slide::before {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -4px;
	margin-left: -4px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	border: 1px solid #ccc;
	background: #fff;
}
.c-banner7-bottom .swiper-slide-thumb-active {
	color: #de2f09;
}
.c-banner7-bottom .swiper-slide-thumb-active::before {
	border-color: #de2f09;
	background: #de2f09;
}
.c-banner7-bottom .c-next,.c-banner7-bottom .c-prev {
	position: absolute;
	bottom: 0;
	z-index: 10;
	width: 36px;
	height: 36px;
	border:1px solid #ccc;
	border-radius: 50%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 10px auto;
	background-color: #fff;
	cursor: pointer;
}
.c-banner7-bottom .c-next {
	right: 0;
	background-image: url(../image/next2.png);
}
.c-banner7-bottom .c-prev {
	left: 0;
	background-image: url(../image/prev2.png);
}
.c-banner7-bottom .c-next:hover {
	border-color: #de2f09;
	background-image: url(../image/next2-h.png);
}
.c-banner7-bottom .c-prev:hover {
	border-color: #de2f09;
	background-image: url(../image/prev2-h.png);
}

#c-customer2 {
	padding: 1rem 0 .4rem;
}
#c-customer2 .c-common-title .c-title {
	line-height: 110px;
	background-position: left 60% center;
	background-size: auto 110px;
}
#c-customer2 .c-list {
	margin: 0 auto;
	max-width: 1300px;
	padding-top: .8rem;
}
#c-customer2 .c-list li {
	padding: .6rem 0;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
#c-customer2 .c-list li:nth-child(even) {
	padding: .6rem;
	flex-direction: row-reverse;
	background: #fbfbfb;
}
#c-customer2 .c-list .c-img-box {
	width: 46%;
	overflow: hidden;
}
#c-customer2 .c-list .c-img-box img {
	width: 100%;
	transition: 1s;
}
#c-customer2 .c-list .c-img-box:hover img {
	transform:scale(1.05,1.05);
	-webkit-transform:scale(1.05,1.05); 
}
#c-customer2 .c-list .c-text-box {
	width: 54%;
	padding-left: 1rem;
}
#c-customer2 .c-list li:nth-child(even) .c-text-box {
	padding: 0 .6rem 0 0;
}
#c-customer2 .c-list .c-text-box .c-title {
	font-size: 24px;
	line-height: 34px;
	color: #666;
}
#c-customer2 .c-list .c-text-box .c-time {
	padding: .1rem 0 .3rem;
	font-size: 14px;
	line-height: 24px;
	color: #666;
	opacity: .8;
}
#c-customer2 .c-list .c-text-box .c-text {
	line-height: 26px;
	color: #666;
}


#c-customer3 {
	border: 1px solid #eee;
	padding: 1rem 0 1.6rem;
}
#c-customer3 .c-common-title .c-title {
	line-height: 110px;
	background-position: left 60% center;
	background-size: auto 110px;
}
#c-customer3 .c-title-box {
	margin-top: .8rem;
	padding: 10px .5rem;
	display: flex;
	align-items: center;
	color: #666;
	background: #e4e4e4;
	line-height: 1.5;
}
#c-customer3 .c-list li {
	line-height: 1.5;
	padding: 10px .5rem;
	color: #666;
	display: flex;
	align-items: center;
}
#c-customer3 .c-list li:nth-child(even) {
	background: #f8f8f8;
}
#c-customer3 .c-company {
	padding: 0 20px;
	width: 40%;
}
#c-customer3 .c-time {
	padding: 0 20px;
	width: 40%;
}
#c-customer3 .c-years {
	padding: 0 20px;
	width: 20%;
	text-align: center;
}

#c-talk {
	background: url(../image/tyt-bg.jpg) no-repeat center;
	background-size: cover;
	text-align: center;
}
#c-talk .c-wrap {
	padding: 1rem 0;
	position: relative;
	z-index: 2;
}
#c-talk .c-title {
	margin-bottom: 25px;
	font-size: 36px;
	line-height: 46px;
	color: #fff;
}
#c-talk .c-btn {
	display: inline-block;
	padding: 0 40px;
	line-height: 56px;
	border-radius: 28px;
	background: #fff;
	color: #de2f09;
	font-size: 24px;
	font-weight: bold;
}

#c-talk .c-img {
	position: absolute;
	bottom: 0;
	left: .6rem;
	z-index: -1;
	width: 301px;
}

#c-fixed-center {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 910;
	width: 1040px;
	background: #fff;
	padding:40px 60px 50px;
	border-radius: 10px;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	box-shadow: 0 4px 46px rgba(0,0,0,.15);
}
#c-fixed-center .c-close {
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 4;
	width: 22px;
	height: 22px;
	border: 1px solid #ccc;
	background: url(../image/close2.png)no-repeat center;
	background-size: 12px;
	border-radius: 50%;
	cursor: pointer;
}
#c-fixed-center .c-big-title {
	margin-bottom: 50px;
	font-size: 24px;
	line-height: 1;
	color: #de2f09;
	padding-bottom: 20px;
	border-bottom: 3px solid #ccc;
}
#c-fixed-center .c-box-wrap {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
#c-fixed-center .c-left-box {
	width: 36.5%;
}
#c-fixed-center .c-left-box input {
	margin-bottom: 20px;
	width: 100%;
	border: 1px solid #d6d6d6;
	border-radius: 3px;
	line-height: 46px;
	height: 48px;
	padding: 0 10px;
	font-size: 14px;
}
#c-fixed-center .c-left-box textarea {
	margin-bottom: 20px;
	width: 100%;
	border: 1px solid #d6d6d6;
	border-radius: 3px;
	padding: 5px 10px;
	font-size: 14px;
	line-height: 24px;
	height: 120px;
}
#c-fixed-center .c-left-box button{
	font-size: 18px;
	width: 100%;
	height: 48px;
	border-radius: 3px;
	color: #fff;
	background: #de2f09;
	cursor: pointer;
}
#c-fixed-center .c-right-box {
	width: 56.9%;
	height: 331px;
	overflow: hidden;
}
#c-fixed-center .c-right-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#c-fixed-bottom {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 905;
	width: 100%;
	background: rgba(222,47,9,.9);
}
#c-fixed-bottom  .c-close {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
	width: 40px;
	height: 40px;
	background: url(../image/close.png)no-repeat center;
	background-size: 20px;
	cursor: pointer;
}
#c-fixed-bottom .c-main-wrap {
	margin: 0 auto;
	max-width: 1200px;
	display: flex;
	justify-content: space-between;
}
#c-fixed-bottom .c-main-wrap .c-left-box{
	width: 170px;
}
#c-fixed-bottom .c-main-wrap .c-left-box img {
	margin-top: -76px;
}
#c-fixed-bottom .c-main-wrap .c-right-box{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 0;
	width: -webkit-calc(100% - 170px);
	width: calc(100% - 170px);
	color: #fff;
}
#c-fixed-bottom .c-main-wrap .c-right-box .c-title {
	font-size: 32px;
	line-height: 1;
}
#c-fixed-bottom .c-main-wrap .c-right-box .c-wrap {
	width: 62%;
	margin: 0 -5px;
	display: flex;
	align-items: flex-start;
}
#c-fixed-bottom .c-main-wrap .c-right-box .c-wrap .c-item {
	padding: 0 5px;
}
#c-fixed-bottom .c-main-wrap .c-right-box .c-wrap .c-item:nth-child(1) {
	width: 29.5%;
}
#c-fixed-bottom .c-main-wrap .c-right-box .c-wrap .c-item:nth-child(2) {
	width: 53.5%;
}
#c-fixed-bottom .c-main-wrap .c-right-box .c-wrap .c-item:nth-child(3) {
	width: 17%;
}
#c-fixed-bottom input {
	margin-bottom: 10px;
	border: 1px solid #fff;
	width: 100%;
	line-height: 34px;
	height: 36px;
	font-size: 14px;
	padding: 0 10px;
	border-radius: 3px;
	color: #fff;
}
#c-fixed-bottom input:last-child {
	margin-bottom: 0;
}
#c-fixed-bottom textarea {
	width: 100%;
	color: #fff;
	font-size: 14px;
	padding: 5px 10px;
	border: 1px solid #fff;
	border-radius: 3px;
	color: #fff;
	height: 80px;
}
#c-fixed-bottom button {
	width: 100%;
	height: 80px;
	border-radius: 3px;
	background: #fff;
	font-size: 22px;
	color: #de2f09;
	cursor: pointer;
}
#c-fixed-bottom input::-webkit-input-placeholder, #c-fixed-bottom textarea::-webkit-input-placeholder { 
	color: #fff !important;
}
#c-fixed-bottom input:-moz-placeholder, #c-fixed-bottom textarea:-moz-placeholder { 
	color: #fff !important;
	opacity: 1;
}
#c-fixed-bottom input::-moz-placeholder, #c-fixed-bottom textarea::-moz-placeholder { 
	color: #fff !important;
	opacity: 1;
}
#c-fixed-bottom input::-ms-input-placeholder,#c-fixed-bottom textarea::-ms-input-placeholder { 
	color: #fff !important;
}


#c-fixed-right {
	display: none;
	position: fixed;
	top: 50%;
	right: 8px;
	z-index: 906;
	width: 62px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
#c-fixed-right a {
	margin-bottom: 8px;
	display: block;
	position: relative;
	height: 62px;
	border-radius: 5px;
	font-size: 12px;
	line-height: 1;
	text-align: center;
	color: #fff;
	background: #de2f09;
}
#c-fixed-right a>img {
	margin: 10px 0 5px;
	height: 25px;
}
#c-fixed-right a:last-child {
	margin-bottom: 0;
	background: #a5a5a5;
}
#c-fixed-right a .c-phone {
	position: absolute;
	top: 0;
	right: -250%;
	z-index: -1;
	height: 63px;
	line-height: 63px;
	padding: 0 20px;
	background: #fff;
	border-radius: 5px;
	font-size: 16px;
	color: #666;
	box-shadow: 0 4px 45px rgba(0,0,0,.05);
	transition: .5s;
}
#c-fixed-right a:hover .c-phone {
	right: 73px;
}
#c-fixed-right a .c-img-box {
	position: absolute;
	top: 0;
	right: -250%;
	z-index: -1;
	border-radius: 5px;
	width: 145px;
	overflow: hidden;
	box-shadow: 0 4px 45px rgba(0,0,0,.05);
	transition: .5s;
}
#c-fixed-right a .c-img-box img {
	width: 100%;
}
#c-fixed-right a:hover .c-img-box {
	right: 73px;
}

#c-fixed-center2 {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 910;
	width: 970px;
	height: 590px;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
#c-fixed-center2 .c-close {
	position: absolute;
	top: 100px;
	right: 60px;
	z-index: 4;
	width: 22px;
	height: 22px;
	border: 1px solid #ccc;
	background: url(../image/close2.png)no-repeat center;
	background-size: 12px;
	border-radius: 50%;
	cursor: pointer;
}
#c-fixed-center2 .c-wrap {
	display: block;
	width: 100%;
	height: 100%;
}
#c-fixed-center2 .c-wrap img {
	width: 100%;
}


#c-mobile-bar {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 899;
	width: 100%;
	display: flex;
	display: none;
	align-items: center;
	justify-content: space-around;
	box-shadow: 0 2px 10px rgba(0,0,0,.05);
	background: #fff;
}
#c-mobile-bar li {
	width: 33.3333%;
	border-right: 1px solid rgba(0,0,0,.03);
}
#c-mobile-bar li:last-child {
	border: 0;
}
#c-mobile-bar a {
	box-shadow: 0 0 ;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #cf352d;
}
#c-mobile-bar a img {
	margin-right: 5px;
	width: 16px;
}