.header_box {
	/* padding:20px; */
	padding:10px 0;
	border-bottom:3px solid #DA251E;
}

.header_box .flexbox {}

.header_box .header_left {
	/* padding-right:50px; */
}
.header_box .logo{
	padding-right:30px;
}


.header_right {
	/* width: 640px; */
}


.header_box .search_box {
	flex: 1;
	
}
.search_bg{
	border:3px solid #DA251E;
}
.search_bg input{
	border: 0;
	display: inline-block;
	/* width: 260px; */
	
}
.search_bg button{
	background: #DA251E;
	color:#fff;
	border:0;
	padding:6px 20px;
	width: 100px;
}

.nav_box{
	
}
.nav_box ul{
	overflow: hidden;
}
.nav_box ul li{
	float: left;
	font-size: 16px;
	color:#000;
	padding-right:60px;
}
.nav_box ul li.cur a{
	color:#DA251E
	
}
.nav_box ul li a:hover{
	color:#DA251E
}



.titlebox {
	position: relative;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 30px;
}

.titlebox h1 {
	font-size: 40px;
	padding-bottom: 10px;
	margin-top: 0;
	font-weight: bold;
}

.titlebox h1 strong {
	color: #DA251E;
}
.titlebox .titlexian{
	width: 66px;
	height: 2px;
	background: #DA251E;
	margin: 0 auto;
	margin-top:20px;
}
.titlebox .des {
	background: rgb(72, 72, 72);
	border-radius: 10px;
	padding: 6px 10px;
	display: inline-block;
	color: #fff;
	font-size: 24px;
}


.titlebox2 {
	position: relative;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 30px;
}

.titlebox2 h1 {
	font-size: 40px;
	margin-top: 0;
}

.titlebox2 h1 strong {
	color: #DA251E;
}

.titlebox2 .des {
	border-radius: 10px;
	padding: 6px 10px;
	display: inline-block;
	color: #666;
	font-size: 18px;
}



.section1 {
	position: relative;
	background: #F4F4F4;
	padding: 50px 0;
	padding-bottom: 80px;
}

.section1 .decoration {
	width: 1335px;
	font-size: 15px;
	color: #999999;
	line-height: 37px;
	text-align: center;
}

.section1 .ul {
	padding-top:20px;
}

.section1 .ul .item {
	/* border: 1px solid rgb(226, 226, 226); */
	background: #fff;
	width: 100%;
	margin: 0 10px;
	position: relative;
	text-align: center;
	border-radius: 10px;
}
.section1 .ul .item .itembox{
	padding:30px;
}
.section1 .ul .item .item_img {
	text-align: center;
}

.section1 .ul .item .item_img img {
}


.section1 .ul .item .value {
	box-sizing: content-box;
	font-size: 20px;
	padding:10px 0;

}

.section1 .ul .item .value strong {
	font-weight: normal;
	color: #000000;
}

.section1 .ul .item .value span {
}

.section1 .ul .item .name {
	font-size: 14px;
	line-height: 24px;
}

.banner2{
	background: #DA251E;
	padding:20px;
}
.banner2 .rightbox{
	padding-left:80px;
}
.banner2 .rightbox h1{
	font-size: 40px;
	font-weight: bold;
	color:#fff;
	padding-top:12px;
}
.banner2 .rightbox strong{
	color:#F6FF00;
}
.banner2 .rightbox .des{
	padding-top:30px;
	font-size: 24px;
	color:#fff;
	padding-left:50px;
}
.banner2 .rightbox .des .item{
	padding:0 20px;
}
.banner2 .rightbox .des .item span{
	color:#F6FF00;
}


/*合作客户*/
.section2 {
	padding-bottom:40px;
}

.section2_navbox {
	box-shadow: 0 10px 10px rgba(0,0,0,0.1);
}

.section2_navbox ul {
	overflow: hidden;
}
.section2_navbox .nav_t{
	font-size: 20px;
	font-weight: bold;
	float: left;
	background:url(../img/icon_6.png) center right no-repeat;
	padding-right:30px;
	color:#000
}

.section2_navbox ul li {
	float: left;
	text-align: center;
	font-size: 14px;
	padding:0 30px;
}

.section2_navbox ul li a {
	padding: 10px 0;
	display: block;
}

.section2_navbox ul li.cur {
}

.section2_navbox ul li.cur a {
	border-bottom: 3px solid #DA251E;
	padding:40px 0;
}
.section2 .leftbox{
	padding-right:30px;
}
.section2 .contentbox {
	overflow: hidden;
	padding-top: 20px;
	padding:20px;
	box-shadow: 0 10px 10px rgba(0,0,0,0.1);
	border-radius: 10px;
}
.swiper-container2{
	overflow: hidden;
}

.section2 .contentbox ul {
	/* padding:20px 0; */
}
.cpbox{
	border:1px solid #dddddd;
	overflow: hidden;
}
.cpbox li{
	text-align: center;
	float: left;
	width: 25%;
}
.cpbox li:nth-child(1){
	width: 50%;
}
.cpbox li:nth-child(2){
	width: 50%;
}

.cpbox li a {
	display: block;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	text-align: center;
	overflow: hidden;
}

.cpbox li strong {
	display: block;
	font-size: 16px;
	font-weight: normal;
	padding-bottom: 24px;
	padding-top: 24px;
}

.section2 .contentbox ul li span {
	border-radius: 100px;
	border: 1px solid #ececec;
	padding: 6px 20px;
	line-height: 40px;
}

.section2 .contentbox ul li img {
	width: 206px;
	height: 214px;
}

/*关于我们*/
.section3_box {
	background: #F5F5F5 url(../img/ys_bg.png) top center no-repeat;

}

.section3 {
	width: 1400px;
	margin: 0 auto;
	padding-top: 30px;
	padding-bottom: 50px;
}


.section3 .leftbox {
	padding-right: 50px;
}

.section3 .contents{}
.section3 .contents li{
	padding:20px 0;
	font-size: 18px;
	color:#000;
}
.section3 .contents li img{
	padding-right:20px;
}

.section4_bg {
	background: url(../img/icon_8.jpg) top center;
}

.section4 {
	padding-top: 10px;
	padding-bottom: 10px;
}

.section4 .titles {
	padding-top:30px;
}

.section4 .titles h1 {
	display: block;
	padding-top: 0;
	margin-top: 0;
}

.section4 .titles .xian{
	width: 150px;
	height: 5px;
	background: #DA251E;
}
.section4 .bottombox {
	/* padding:40px; */
	line-height: 28px;
	padding-top:30px;
	font-size: 14px;
}

.section4 .contentbox {
	margin: 40px;
}



.section5 {
	background: #f5f5f5;
	padding-top: 50px;
	padding-bottom:30px;
}

.section5 .title {
	padding-bottom: 10px;
	text-align: center;
}

.section5 .title strong {
	font-size: 30px;
	display: block;
	font-weight: bold;
}

.section5 .title .xian {
	display: inline-block;
	width: 30px;
	height: 5px;
	background: #DA251E;
	margin-top:10px;
}


.section5 .bottombox {
	/* width: 1400px; */
	/* 
	margin-top:80px;
	margin-bottom:80px; */
}

.poster-main .poster-btn {
	width: 44px;
	height: 32px;
	position: absolute;
	cursor: pointer;
	display: block;
	z-index: 10;
}

.poster-main .poster-btn a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
}

.poster-main .poster-prev-btn a {
	right: -16px;
}

.poster-main .poster-next-btn a {
	left: -16px;
}

.poster-main .poster-next-btn {
	left: -56px;
	top: 130px;
}

.poster-main .poster-prev-btn {
	right: -56px;
	top: 130px;
}

.poster-main .poster-next-btn a:hover,
.poster-main .poster-prev-btn a:hover {
	background-position: -36px 0
}

.poster-item {
	position: relative;
}

.poster-item em {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	font-style: inherit;
	font-size: 14px;
	color: #fff;
	text-align: center;
	display: none;
	overflow: hidden;
	background: rgba(0, 0, 0, 0.7);
	line-height: 50px;
	overflow: hidden;
	height: 50px;
}

.poster-main .poster-list .poster-item img {
	display: block;
	width: 100%;
}

.poster-main {
	position: relative;
}

.poster-main .poster-list .poster-item {
	position: absolute;
	left: 0;
	top: 0;
}

.poster-main .poster-btn {
	position: absolute;
	top: 0;
	cursor: pointer;
}

.poster-main .poster-list .active em {
	display: block;
}

.honertab {
	margin: 30px;
	text-align: center;
}

.honertab a {
	display: inline-block;
	width: 158px;
	line-height: 39px;
	border-radius: 20px;
	background: #484848;
	font-size: 18px;
	color: #fff;
}

.honertab a+a {
	margin-left: 10px;
}

.honertab a.on {
	background: #c99d49;
}

.poster-list li {
	box-sizing: content-box;
	border: 1px solid #ddd;
}





.section6 {
	background: #ececec;
}

.section6 .title {
	padding-top: 50px;
	text-align: center;
}
.section6 .title strong {
	font-size: 30px;
	display: block;
	font-weight: bold;
}

.section6 .title .xian {
	display: inline-block;
	width: 30px;
	height: 5px;
	background: #DA251E;
	margin-top:10px;
}

.section6 .section6_nav {
	margin-top: 30px;
}
.section6 .swiper-container4{
	overflow: hidden;
	
}
.section6 .swiper-container4 .swiper-wrapper{
	overflow: hidden;
}

.section6 .bottombox {
	padding-top: 40px;
	padding-bottom: 60px;
	position: relative;
}

.section6 .swiper-next{
	
}

.section6 .bottombox .swiper-slide{
	text-align: center;
}
.section6 .bottombox .swiper-slide a{
	display: inline-block;
}
.section6 .bottombox .swiper-slide img{
	display: block;
	border: 1px solid #eee;
}



@media (max-width: 1440px) {}

@media (max-width: 1199px) {}

@media (max-width: 767px) {}

@media (max-width: 575px) {}

em,
i {
	font-style: normal;
}

.contact {
	height: 517px;
	background: url(../img/icon_6.jpg) no-repeat center;
	color: #fff;
}

.contact .w1400 {
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	align-items: flex-start;
}

.contactleft {
	margin-top: 134px;
}

.crcl_t {
	font-size: 34px;
	color: #fff;
	padding-left: 75px;
	line-height: 110px;
	background: url(../img/icon_7.png) no-repeat left center;
	margin-bottom: 45px;
}

.crctel p {
	font-size: 18px;
	line-height: 36px;
	padding-left: 50px;
	background: url(../img/icon_18.png) no-repeat left center;
}

.crctel p i {}

.crctel p span {
	display: inline-block;
	vertical-align: bottom;
}

.crctel p+p {
	margin-top: 25px;
}

.crctel p:nth-child(2) {
	background-image: url(../img/icon_19.png);
}

.crctel p:nth-child(3) {
	background-image: url(../img/icon_20.png);
}

.contactright {
	margin: 120px 0 0 0;
}

.crcr_t {
	font-size: 42px;
	color: #fff;
}

.crcr_t em {
	font-size: 20px;
	color: #cdcccc;
}

.crcr_t em:before {
	content: '';
	display: block;
	width: 40px;
	height: 4px;
	background: #DA251E;
	margin: 20px 0;
}

.crcr_btn {
	margin-top: 70px;
}

.crcr_btn a {
	display: inline-block;
	width: 200px;
	height: 55px;
	line-height: 55px;
	text-align: center;
	background: #DA251E;
	border-radius: 28px;
	font-size: 18px;
	color: #fff;
}

/* .crcr_btn a:hover{ box-shadow:0 0 10px #ccc;} */
.copyright {
	background: #f8f8f8;
}

.crcon {
	padding: 20px 0 30px 0;
}

.crcon,
.kslj {
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	align-items: flex-start;
}

.kslj p {
	font-size: 20px;
	color: #4c4b48;
	margin-bottom: 18px;
}

.kslj a {
	display: block;
	font-size: 14px;
	color: #333;
	line-height: 30px;
}

./* kslj a:before {
	display: inline-block;
	content: '-';
	margin-right: 15px;
	vertical-align: middle;
} */

.kslj p:before {
	content: '';
	display: inline-block;
	width: 3px;
	height: 16px;
	background: linear-gradient(to bottom, #C99D49 50%, #898b8b 50%);
	margin-right: 15px;
}

.kslj a:hover {
	color: #DA251E;
}

.kslj li+li {
	margin-left: 130px;
}

.crcode {
	display: -webkit-flex;
	display: flex;
	justify-content: flex-start;
	flex-wrap: nowrap;
	align-items: flex-start;
}

.crcodeleft{
	margin-right:20px;
}

.crcodeleft img {
	width: 136px;
	height: 179px;
	padding: 15px;
	background: #fff;
	position: relative;
	border-radius: 5px;
}

.crcodeleft>div {
	position: relative;
}
/* 
.crcodeleft>div:after {
	content: '';
	display: block;
	position: absolute;
	left: 100%;
	top: 16px;
	width: 0;
	height: 0;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 9px solid #fff;
}

.crright {
	margin: 0 0 0 30px;
}

.crcodeleft>div:nth-child(2):after {
	top: 76px;
}

.crcodeleft>div:nth-child(3):after {
	top: 135px;
}
 */
.crright p {
	cursor: pointer;
	width: 205px;
	height: 46px;
	transition: all .3s ease;
	padding-left: 25px;
	font-size: 16px;
	color: #545556;
	
	line-height: 46px;
	border-radius: 23px;
	background: linear-gradient(to right, #fefefd, #e6ddc2);
}

.crright p i {
	display: inline-block;
	vertical-align: middle;
	transition: all .3s ease;
	margin-right: 15px;
	width: 20px;
	height: 20px;
	background: url(../img/icon_21.png) no-repeat center;
}

.crright p+p {
	margin-top: 14px;
}

.crright p.on {
	background: linear-gradient(to right, #fcce75, #cda14d);
	color: #fff;
}

.crright p.on i {
	background-image: url(../img/icon_22.png);
}

.links {
	border-top: 1px solid #e4e2dc;
	height: 134px;
	background: url(../uploadfile/image/20201231/20201231191646_534711300.png) no-repeat right center;
	display: -webkit-flex;
	display: flex;
	justify-content: flex-start;
	flex-wrap: nowrap;
	align-items: center;
	font-size: 20px;
	color: #4c4b48;
}
.links>p{
	margin: 0;
}
.links>p>span {
	font-family: impact;
	padding: 0 20px 0 5px;
	text-transform: uppercase;
}

.linkTagcs {
	width: 900px;
	height: auto;
}

.linkTagcs ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.linkTagcs li {
	list-style: none;
	margin: 0px;
	padding-right: 10px;
	line-height: 30px;
	float: left;
}

.linkTagcs li a {
	font-size: 14px;
	color: #a4a197;
	word-break: break-all;
}

.linkTagcs li img {
	border: 0px;
}

.end {
	background: #282319;
}

.end .w1400 {
	height: 88px;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	align-items: center;
}

.end,
.end a {
	font-size: 15px;
	color: #b3b8bd;
}

.end a:hover {
	color: #fff;
}

.fuwu{
	background: #da251e;
	padding:30px 0;
}
.fuwu .flexbox{
	color:#fff;
	font-size: 16px;
	padding:0 30px;
}
.fuwu .flexbox img{
	padding-right:10px;
}