/* 龙采科技 -- 样式表 */
/* TIME:2022-03-31 | author: Hefengyu */

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	outline: 0;
}

html *::-webkit-scrollbar {
	width: 7px;
	background: #fff;
}

html *::-webkit-scrollbar-thumb {
	background: #ccc;
}

html *::-webkit-scrollbar-track-piece {
	width: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	padding: 0;
	margin: 0;
}

fieldset,
iframe,
img {
	border: 0
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block
}

audio,
canvas,
video,
progress {
	display: inline-block;
	vertical-align: baseline
}

button {
	background: none;
	border: 0;
	box-sizing: content-box;
	color: inherit;
	cursor: pointer;
	font: inherit;
	line-height: inherit;
	overflow: visible;
	vertical-align: inherit
}

button:disabled {
	cursor: default
}

audio:not([controls]) {
	display: none
}

input {
	font-family: '微软雅黑'
}

input[type="text"],
input[type="tel"],
input[type="button"],
input[type="reset"],
input[type="email"],
input[type="submit"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	appearance: none;
	font-family: 'Microsoft YaHei'
}

body {
	font: normal normal normal 14px/1.8 Gotham, 'Microsoft YaHei', Helvetica, Arial, " sans-serif";
	color: #555;
	overflow-x: hidden;
}

a,
a:link,
a:visited {
	text-decoration: none;
}

a:active {
	text-decoration: none
}

a {
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	-webkit-user-select: none;
	-moz-user-focus: none;
	-moz-user-select: none;
}

a:hover {
	text-decoration: none
}

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

dl,
dd {
	padding: 0;
	margin: 0;
}

img {
	border: none;
}

.clearfix {
	clear: both;
}
.container{
	width: 100%;
	padding: 0 15px;
}
.container-lg{
	width: 100%;
	padding: 0 15px;
}
.hidden-lg{
	display: none;
}
.hidden-md,
.hidden-sm,
.hidden-sx{
	display: block;
}

.visible-lg{
	display: block;
}
.visible-md,
.visible-sm,
.visible-xs{
	display: none;
}
/* @font-face {
	font-family: 'di';
	src: url('../fonts/pingfang-webfont.eot');
	src: url('../fonts/di.woff') format('woff'),
		url('../fonts/di.woff2') format('woff2');
	url('../fonts/pingfang-webfont.eot?#iefix') format('embedded-opentype')
       url('../fonts/pingfang-webfont.ttf') format('truetype'),
       url('../fonts/pingfang-webfont.svg#pingfang') format('svg')
	font-weight: normal;
	font-style: normal;
} */


/* start */
body{
	width: 750px;
	margin: 0 auto;
}
.header{
	position: fixed;
	top: 0;
	left: 50%;
	margin-left: -375px;
	z-index: 10;
	overflow: hidden;
	width: 750px;
	background: #fff;
	box-shadow: 0px 0px 46px 0px rgba(233, 233, 233, 0.8);
}
.header .container-lg{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header .logo{
	width: 100px;
	padding: 15px 0;
}
.header .logo img{
	display: block;
	width: 100%;
}
.header .right{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex: 1;
}
.header .nav{
	display: flex;
	align-items: center;
	margin-top: 0px;
}
.header .nav a{
	color: #333333;
	display: block;
	font-size: 18px;
	position: relative;
	transition: all linear 0.3s;
	margin: 0 0 0 40px;
	font-size: 15px;
	line-height: 24px;
}
.nav a::after{
	content: '';
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: #ececec;
	position: absolute;
	top: -35px;
	left: 50%;
	transform: translate(-50%,0);
	z-index: 2;
	visibility: hidden;
	opacity: 0;
	transition: all linear 0.3s;
}
.nav i{
	display: block;
	/* background: url(../images/nav_hover.png) no-repeat center; */
	width: 32px;
	height: 20px;
	background-size: cover;
	position: absolute;
	top: -10px;
	left: 50%;
	transform: translate(-50%,0);
	z-index: 3;
	visibility: hidden;
	opacity: 0;
	transition: all linear 0.3s;
}
.nav a:hover::after,.nav a:hover i{
	content: '';
	visibility: visible;
	opacity: 1;
}
.nav a:hover{
	padding-top: 10px;
}
.header .nav a.active::after{
	content: '';
	visibility: visible;
	opacity: 1;
}
.header .nav .active{
	padding-top: 10px;
}
.nav .active i{
	visibility: visible;
	opacity: 1;
}





	





.banner{
	margin-top: 58px;
	position: relative;
}
.banner .img_tu{
	width: 100%;
	display: block;
}
.banner .swiper-slide {
	overflow: hidden;
}
.banner .swiper-slide .world_img{
	position: absolute;
	top: 38%;
	left: 40%;
	z-index: 3;
	transition: all ease 1.6s;
	opacity: 0;
	width: 400px;
}
.banner .swiper-slide-active .world_img{
	left: 9.4%;
	opacity: 1;
}
.banner .bar_btn{
	position: absolute;
	width: 100%;
	height: 30px;
	bottom: 50px;
	left: 0;
	z-index: 10;
	display: flex;
	justify-content: center;
	align-items: center;
}
.banner .swiper-pagination{
	position: initial;
	display: flex;
	justify-content: center;
	align-items: center;
}
.banner .swiper-pagination span{
	display: block;
	margin: 0 10px;
	transition: all ease 0.6s;
	cursor: pointer;
}
.banner .swiper-pagination span:hover{
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: 2px solid #fff;
	background: none;
}
.banner .swiper-pagination-bullet{
	width: 5px;
	height: 5px;
	background: #fff;
	border-radius: 50%;
	opacity: 1;
}
.banner .swiper-pagination .swiper-pagination-bullet-active:hover{
	height: 1px;
	width: 120px;
	border-radius: 0;
	background: #fff;
	border: 0;
}
.banner .swiper-pagination .swiper-pagination-bullet-active{
	height: 1px;
	width: 120px;
	border-radius: 0;
	background: #fff;
	border: 0;
}
.banner .swiper-button-next{
	background: none;
	width: 30px;
	height: 17px;
	right: initial;
	transform: rotate(270deg);
	position: initial;
	margin-top: 0;
}
.banner .swiper-button-next img{
	display: block;
	max-width: 100%;
	margin: 0 auto;
}






.index_about{
	padding: 50px 0;
	background: #be1e21;
}
.index_brand{padding: 70px 0;background: url(../images/bg2.png) center top repeat-x;background-size: cover;}
.index_aboutzl{
    background: #fff;
    /* position:absolute; */
    margin-top: -65px;
    z-index: 4;
    border-radius: 2.67VH;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-flow: wrap;
    padding: 4% 9% 29% 9%;
    background: url(../images/bg1.jpg) right bottom no-repeat #fff;
    background-size: contain;
    }
.index_about .container{
	position:relative;
	z-index: 3;
	
}
.index_about .left{
	width: 100%%;
}
.index_about .right{
	width: 100%;
}
.title_center{
	text-align: center;
}
.title h6{
	font-size: 14px;
	color: #999999;
	text-transform: uppercase;
}
.title h4{
	font-size: 32px;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 15px;
	margin-top: 47px;
	color: #be1e21;
}
.title p{
	font-size: 16px;
	line-height: 1;
	color: #666666;
	letter-spacing: 4px;
	font-weight: 100;
}
.letter_spacing2{
	letter-spacing: 2px;
}
.letter_spacing-2{
	letter-spacing: -2px;
}
.letter_spacing-3{
	letter-spacing: -3px;
}
.letter_spacing-1{
	letter-spacing: -1px;
}
.index_about .world{
	font-size: 16px;
	color: #585858;
	margin: 25px 0;
	padding: 0 0px;
	line-height: 28px;
}
.index_about .top_item{
	display: flex;
	align-items: center;
	justify-content: center;
}
.top_item .item{
	padding: 0 10px;
	text-align: center;
	position: relative;
}
.top_item .item:last-child::after{
	content: '';
	width: 0;
	height: 0;
}
.top_item .item::after{
	content: '';
	width: 1px;
	height: 24px;
	background: #e2dbdb;
	position: absolute;
	right: 0;
	top: 12px;
}
.top_item .item img{
	display: block;
	margin: 0 auto;
}
.top_item .item p{
	color: #605b5b;
	font-size: 16px;
	margin-top: 5px;
}
.top_item .item h5{
	color: #be1e21;
	font-size: 17px;
	/* margin-top: 5px; */
	font-weight: bold;
}
.top_item .item:hover P{
	color: #be1e21;
}
.bom_img{
	max-width: 100%;
	display: block;
	margin-top: 20px;
}

.btn{
	margin-top: 30px;
}
.btn a{
	display: flex;
	align-items: center;
	justify-content: center;
}
.btn h4{
	font-size: 20px;
	color: #666;
}
.btn img{
	display: block;
}
.btn a>div{
	width: 36px;
	height: 36px;
	border-radius: 50%;
	border: 1px dashed #dcdcdc;
	position: relative;
	margin-left: 30px;
	transition: all linear 0.3s;
}
.btn a .box{
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: #f6f6f6;
	transition: all linear 0.3s;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 2;
}
.btn a .guang{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 22px;
	height: 22px;
	border-radius: 50%;
	animation: btn infinite 1s linear;
	z-index: 1;
}
.btn a img{
	width: 7px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 3;
}
.btn a  h4{
	font-size: 16px;
	color: #be1e21;
	font-weight: bold;
}
.btn a:hover .box{
	box-shadow: 0px 1px 18.9px 2.1px rgba(201, 201, 201, 0.9);
	background: #be1e21;
}
.btn a:hover img{
	filter: gray;
	-webkit-filter: grayscale(50%)brightness(200%);
	-moz-filter: grayscale(50%)brightness(200%);
	-ms-filter: grayscale(50%)brightness(200%);
	-o-filter: grayscale(50%)brightness(200%);
	filter: grayscale(50%)brightness(200%);
}
.btn_wap{
	width: 100%;
}
.btn_wap .btn_a{
	display: block;
	width: 160px;
	line-height: 41px;
	background: #be1e21;
	border-radius: 30px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	margin: 30px auto 0 auto;
	letter-spacing: 1px;
}


.index_brand .top,.index_chain .top{
	display: block;
}
.swiper-container-brand,.swiper-container-store{
	margin-top: 30px;
}
.index_brand .swiper-slide{
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}
.index_brand .swiper-slide img{
	display: block;
	width: 100%;
	border-radius: 10px;
}
.index_brand .swiper-slide .world{
	transition: all linear 0.5s;
	opacity: 0;
	color: #333;
	width: 100%;
	margin-top: 20px;
	padding-left: 15px;
}
.index_brand .swiper-slide-active .world{
	opacity: 1;
}
.index_brand .swiper-slide h4{
	font-size: 24px;
	font-weight: bold;
}
.index_brand .swiper-slide p{
	font-size: 15px;
	line-height: 28px;
}
.swiper-container-brand .swiper-button-prev,.swiper-container-brand .swiper-button-next,
.swiper-container-product .swiper-button-prev,.swiper-container-product .swiper-button-next,
.swiper-container-store .swiper-button-prev,.swiper-container-store .swiper-button-next{
	background: none;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	border: 1px dashed #dcdcdc;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all linear 0.3s;
	opacity: 1;
}
.swiper-container-brand .swiper-button-prev,
.swiper-container-brand .swiper-button-next{
	top: 36%;
}
.swiper-container-brand .swiper-button-prev,
.swiper-container-product .swiper-button-prev,
.swiper-container-store .swiper-button-prev{
	left: 15px;
}
.swiper-container-brand .swiper-button-next,
.swiper-container-product .swiper-button-next,
.swiper-container-store .swiper-button-next{
	right: 15px;
}
.swiper-container-brand .swiper-button-prev .box,.swiper-container-brand .swiper-button-next .box,
.swiper-container-product .swiper-button-prev .box,.swiper-container-product .swiper-button-next .box,
.swiper-container-store .swiper-button-prev .box,.swiper-container-store .swiper-button-next .box{
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: #f6f6f6;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	transition: all linear 0.3s;
	z-index: 2;
}
.swiper-container-brand .swiper-button-prev .guang,.swiper-container-brand .swiper-button-next .guang,
.swiper-container-product .swiper-button-prev .guang,.swiper-container-product .swiper-button-next .guang,
.swiper-container-store .swiper-button-prev .guang,.swiper-container-store .swiper-button-next .guang{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 22px;
	height: 22px;
	border-radius: 50%;
	animation: btn_white infinite 1s linear;
	z-index: 1;
}
.swiper-container-product .swiper-button-prev .guang,.swiper-container-product .swiper-button-next .guang{
	animation: btn infinite 1s linear;
}
.swiper-container-brand .swiper-button-prev img,.swiper-container-brand .swiper-button-next img,
.swiper-container-product .swiper-button-prev img, .swiper-container-product .swiper-button-next img,
.swiper-container-store .swiper-button-prev img, .swiper-container-store .swiper-button-next img{
	width: 7px;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 3;
}
.swiper-container-brand .swiper-button-prev:hover .box,.swiper-container-brand .swiper-button-next:hover .box,
.swiper-container-product .swiper-button-prev:hover .box,.swiper-container-product .swiper-button-next:hover .box,
.swiper-container-store .swiper-button-prev:hover .box,.swiper-container-store .swiper-button-next:hover .box{
	box-shadow: 0px 1px 18.9px 2.1px rgba(201, 201, 201, 0.9);
	background: #be1e21;
}
.swiper-container-brand .swiper-button-prev:hover img,.swiper-container-brand .swiper-button-next:hover img,
.swiper-container-product .swiper-button-prev:hover img,.swiper-container-product .swiper-button-next:hover img,
.swiper-container-store .swiper-button-prev:hover img,.swiper-container-store .swiper-button-next:hover img{
	filter: gray;
	-webkit-filter: grayscale(50%)brightness(200%);
	-moz-filter: grayscale(50%)brightness(200%);
	-ms-filter: grayscale(50%)brightness(200%);
	-o-filter: grayscale(50%)brightness(200%);
	filter: grayscale(50%)brightness(200%);
}

	
@keyframes btn{
	0%{
		background: rgba(190, 30, 33, 0.4);
		transform: translate(-50%,-50%) scale(1);
	}
	50%{
		background: rgba(190, 30, 33, 0.2);
		transform: translate(-50%,-50%) scale(1.7);
	}
	100%{
		background: rgba(91,182,69,0);
		transform: translate(-50%,-50%) scale(2.5);
	}
}
@keyframes btn_white{
	0%{
		background: rgba(255,255,255,0.6);
		transform: translate(-50%,-50%) scale(1);
	}
	50%{
		background: rgba(255,255,255,0.4);
		transform: translate(-50%,-50%) scale(1.7);
	}
	100%{
		background: rgba(255,255,255,0);
		transform: translate(-50%,-50%) scale(2.5);
	}
}
	



.index_chain{
	/* margin-top: 50px; */
	background: url(../images/map_01_wap.png) no-repeat top 150px center;
	background-size: 100% auto;
}
.index_chain .cont{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-flow: column-reverse;
}
.index_chain .cont .world{
	color: #1f1f1f;
	font-size: 16px;
	padding: 0 15px;
	line-height: 40px;
	margin-top: 25px;
}
.index_chain .right{
	flex: 1;
	margin-top: 25px;
}
.index_chain .numCount{
	display: flex;
	align-items: center;
	flex-flow: wrap;
	justify-content: flex-start;
}
.numCount li{
	border: 1px solid #be1e21;
	margin: 8px;
	padding: 10px;
	border-radius: 8px;
	width: 32%;
}
.numCount li:nth-child(1){
	margin-left: 20px;
}
.numCount li:nth-child(3){
	margin-left: 100px;
}
.numU{
	display: flex;
	align-items: flex-end;
	margin-bottom: 4px;
}
.numCX{
	font-size: 20px;
	line-height: 1;
	font-weight: bold;
	color: #be1e21;
	margin-right: 2px;
}
.unitC{
	font-size: 14px;
	line-height: 1;
	color: #be1e21;
}
.indc{
	font-size: 14px;
	line-height: 1;
	color: #1f1f1f;
}
.unitJ{
	font-size: 26px;
}







.index_product{
	background: url(../images/pro_bg.jpg) no-repeat center bottom 30px;
	background-size: auto 67%; 
	padding-top: 50px;
}
.index_product .container{
	padding: 0;
}
.index_product .swiper-container{
	height: 500px;
}
.index_product .swiper-wrapper{
	align-items: center;
}
.index_product .swiper-slide{
	display: flex;
	align-items: center;
}
.index_product .swiper-slide a{
	color: #333;
	font-size: 18px;
	text-align: center;
	display: block;
}
.index_product .swiper-slide .pro_img{
	display: block;
	width: 70%;
	margin: 0 auto;
}
.index_product .swiper-slide h4{
	font-size: 14px;
}
.index_product .swiper-slide .pro_img{
	width: 60%;
	transition: all linear 0.3s;
}
.index_product .swiper-slide .pro_bom{
	width: 240px;
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translate(-50%,0);
	opacity: 0;
	visibility: hidden;
	transition: all ease 0.3s;
}
.index_product .swiper-slide-prev a{
	padding-right: 90px;
}
.index_product .swiper-slide-next a{
	padding-left: 90px;
}
.index_product .swiper-slide-prev img,.index_product .swiper-slide-next img{
	width: 100%;
}
.index_product .swiper-slide-active .pro_img{
	width: 100%;
}
.index_product .swiper-slide-active .pro_bom{
	opacity: 1;
	visibility: visible;
}
.index_product .swiper-slide-active h4{
	position: absolute;
	top: 15px;
	left: 90%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 140px;
	font-size: 15px;
}
.index_product .swiper-slide-active h4 i{
	width: 22px;
	height: 22px;
	border: 1px solid #be1e21;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 10px;
	animation: dian infinite 1s;
}
.index_product .swiper-slide-active h4 i::after{
	content: '';
	width: 12px;
	height: 12px;
	background: #be1e21;
	border-radius: 50%;
	animation: dian infinite 1s;
}
@keyframes dian{
	0%{
		transform: scale(1);
		opacity: 1;
	}
	50%{
		transform: scale(1.2);
		opacity: 0.6;
	}
	100%{
		transform: scale(1);
		opacity: 1;
	}
}
.pro_bg .circle{
	background: #f3fbf1;
	width: 415px;
	height: 415px;
	border-radius: 50%;
	position: absolute;
	bottom: 90px;
	left: 50%;
	transform: translate(-50%,0);
	animation: circle infinite 3s;
}
@keyframes circle{
	0%{
		transform: translate(-50%,0) scale(1);
	}
	50%{
		transform: translate(-50%,0) scale(1.2);
		opacity: 0.2;
	}
	100%{
		transform: translate(-50%,0) scale(1);
	}
}
.index_product .swiper-container-product{
	margin-top: 50px;
}
.index_product .swiper-button-prev,.index_product .swiper-button-next{
	margin-top: -40px;
}
.index_product .swiper-button-prev{
	left: 120px;
}
.index_product .swiper-button-next{
	right: 120px;
}
.p_01{
	position: absolute;
	bottom: 0px;
	left: 24%;
	z-index: 10;
	width: 150px;
}
.p_02{
	position: absolute;
	bottom: 0px;
	left: 42%;
	z-index: 10;
	width: 150px;
}



.index_store{
	padding: 20px 0 20px 0;
	background: #ffffff;
}
.index_store .top{
	justify-content: center;
}




.footer{
	/* background: #be1e21; */
}
.footer .container{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-flow: column-reverse;
	padding: 0;
}
.footer .hot_tel{
	width: 100%;
	padding: 30px 15px;
	background: #be1e21;
}
.footer .hot_tel h4{
	display: flex;
	align-items: center;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
}
.footer .hot_tel h4 .num{
	margin-bottom: 0;
	font-size: 24px;
	margin-left: 10px;
}
.footer .hot_tel .world{
	font-size: 14px;
	line-height: 26px;
	color: #eaeaea;
	display: flex;
	flex-wrap: wrap;
}
.footer .hot_tel .world p:nth-child(2n-1){
	width: 80px;
}
.footer .hot_tel .world p:nth-child(2n){
	width: calc(100% - 80px);
}
.footer .ewm_group{
	background: #fff;
	width: 100%;
	padding: 0 35px 40px 35px;
}
.footer .ewm_group>div{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-flow: wrap;
	margin-top: 20px;
}
.footer .ewm_group .item{
	text-align: center;
	width: 21.5%;
}
.footer .ewm_group .item img{
	max-width: 100%;
	display: block;
	margin: 0 auto;
}
.footer .ewm_group h4{
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #333;
	line-height: 1;
}
.footer .ewm_group .item h6{
	color: #666666;
	line-height: 36px;
	font-size: 13px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.copyright{
	font-size: 14px;
	color: #666;
	text-align: center;
	line-height: 24px;
	padding: 15px;
}
.copyright a{
	color: #666;
}
.copyright a:hover{
	color: #be1e21;
}

.right_menu{
	position: fixed;
	right: 15px;
	bottom: 5%;
	/* top: 50%;
	transform: translate(0,-50%); */
	z-index: 10;
}
.right_menu .icon{
	width: 48px;
	height: 48px;
	border: 1px solid #333;
	border-radius: 50%;
	padding: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 15px 0;
}	
.right_menu .icon img{
	display: block;
	width: 100%;
}	




.popup_bg{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
	z-index: 100;
	visibility: hidden;
	opacity: 0;
	transition: all linear 0.6s;
}
.popup{
	position: fixed;
	top: calc(50% + 25px);
	left: 50%;
	transform: translate(-50%,-50%);
	width: 90%;
	border-radius: 20px;
	padding: 40px 20px 20px 20px;
	z-index: 101;
	background: #fff;
	visibility: hidden;
	opacity: 0;
	transition: all linear 0.4s;
}
.popup .circle{
	width: 110px;
	height: 110px;
	border-radius: 50%;
	background: #fff;
	position: absolute;
	top: -60px;
	left: 50%;
	transform: translate(-50%,0);
}
.popup_logo{
	width: 80px;
	display: block;
	margin: -80px auto 0 auto;
	position: relative;
	z-index: 1;
}
.popup h4{
	text-align: center;
	font-weight: bold;
	color: #000000;
	margin: 8px auto 4px auto;
	font-size: 24px;
}
.popup .world{
	color: #333;
	font-size: 14px;
	line-height: 24px;
	max-height: 362px;
	overflow: auto;
}
.popup strong{
	font-size: 16px;
}
.popup .guanbi{
	position: absolute;
	right: 20px;
	top: 20px;
	cursor: pointer;
	width: 30px;
}








/* 关于我们 */
.banner_inpage{
	margin-top: 58px;
}
.banner_inpage .container-lg{
	padding: 0;
}
.banner_inpage img{
	display: block;
	width: 100%;
}
.about_common{
	padding-top: 50px;
}
.about_history{
    background: url(../images/bg3.jpg) no-repeat center top #f9f9f9;
    padding-bottom: 80px;
    background-size: cover;
    }
.about_profile .world{
	color: #5a5a5a;
	margin: 30px auto 0 auto;
	font-size: 16px;
	line-height: 32px;
	padding: 0 15px;
	text-align: left;
	width: 100%;
	text-indent: 32px;
}
.about_profile .profile_img{
	display: block;
	margin: 35px auto 0 auto;
	max-width: 100%;
}
.about_history .group_his{
	background: url(../images/his_01.png) repeat-y left 15px top 5px;
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
	margin-top: 40px;
}
.about_history .item{
	display: flex;
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: left;
	flex-flow: row;
	height: auto;
	min-height: initial;
	margin-bottom: 30px;
	padding-left: 40px;
}
.about_history .item:last-child{
	margin-bottom: 0px;
}
.about_history .item::after{
	content: '';
	width: 22px;
	height: 22px;
	border: 2px solid #535353;
	border-radius: 50%;
	position: absolute;
	top: 5px;
	left: 5px;
	background: #fff;
	box-sizing: border-box;
}
.about_history .item .year{
	font-size: 20px;
	color: #333333;
	font-weight: bold;
	font-family: "Arial";
	width: 55px;
}
.about_history .item .text{
	color: #505050;
	font-size: 15px;
	line-height: 28px;
	flex: 1;
}
.about_history .item:hover::after{
	content: '';
	border: 4px solid #be1e21;
}
.about_history .item:hover .year{
	color: #be1e21;
}
.about_honor .container{
	background: url(../images/honor_bg_wap.jpg) no-repeat bottom center,#f9f9f9;
	background-size: 100% auto;
	min-height: 560px;
	padding: 50px 20px 200px 20px;
	display: flex;
	justify-content: space-between;
	flex-flow: column-reverse;
}
.about_honor .left{
	width: 100%;
}
.about_honor .left .item{
	display: flex;
	align-items: flex-start;
	font-size: 18px;
	line-height: 24px;
	color: #333;
	padding: 6px 0;
}
.about_honor .left .item p{
	cursor: pointer;
	font-size: 15px;
}
.about_honor .left .item img{
	display: block;
	margin-right: 15px;
	width: 26px;
}
.about_honor .right{
	width: 100%;
}

.about_store .container{
	display: flex;
	justify-content: space-between;
	flex-flow: column-reverse;
}
.about_store .left{
	width: 100%;
}
.about_store .left img{
	max-width: 100%;
}
.about_store .right{
	width: 100%;
}
.about_store .right .title{
	text-align: center;
	width: 100%;
}
.about_store .text_wap{
	font-size: 16px;
	padding: 15px 15px 0 15px;
}
.about_address .group_add {
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
	margin-top: 40px;
}
.about_address .item{
	background: #fff;
	border-radius: 10px;
	box-shadow: 0px 0px 120px 0px rgba(236, 236, 236, 0.5);
	transition: all linear 0.4s;
	cursor: pointer;
	width: 100%;
	margin: 0;
	padding: 20px;
	margin-bottom: 20px;
} 
.about_address .item:last-child{
	margin-bottom: 0;
}
.about_address .item .top{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.about_address .item .top p{
	font-size: 18px;
	color: #333;
	font-weight: bold;
}
.about_address .item .top img{
	width: 20px;
}
.about_address .item .text{
	color: #505050;
	border-top: 1px solid #e6e6e6;
	font-size: 15px;
	padding-top: 15px;
	margin-top: 15px;
	line-height: 24px;
}
.about_address .item:hover{
	box-shadow: 0px 0px 120px 0px rgba(180, 180, 180, 0.5);
}

.about_bom{
	padding-top: 40px;
}
.about_bom .group_bom{
	margin-bottom: 35px;
}
.about_bom .group_bom .bar_about_wap{
	width: 100%;
	display: block;
	transition: all linear 0.4s;
}
.about_bom .group_bom .bar_about_wap:hover {
	transform: scale(1.05);
}
.about_bom .group_bom .container{
	background: #fff;
	border-radius: 10px;
	position: relative;
	z-index: 1;
	width: 90%;
	padding: 20px;
	margin: -100px auto 0 auto;
	box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
.about_bom .group_bom .world{
	font-size: 16px;
	line-height: 32px;
	color: #505050;
	background: url(../images/icon_yinL.png) top left no-repeat,url(../images/icon_yinR.png) bottom right no-repeat;
	background-size: 36px auto;
	/* text-indent: 32px; */
	padding: 40px 0 0 40px;
}











/* 联系我们 */
.contact{
	padding: 50px 0 40px 0;
}
.contact .cont{
	display: flex;
	justify-content: space-around;
	flex-flow: column;
	margin-top: 40px;
}
.contact .item{
	text-align: center;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px 0;
	transition: all ease 0.3s;
}
.contact .item img{
	display: block;
	width: 100px;
	margin-left: 30px;
}
.contact .item>div{
	padding: 0 0 0 15px;
	width: calc(100% - 130px);
}
.contact .item h4{
	font-size: 20px;
	font-weight: bold;
	color: #333;
	margin: 10px 0 0 0;
}
.contact .item p{
	color: #555555;
	font-size: 15px;
	line-height: 28px;
}
.contact .item .number{
	font-family: "Arial";
	font-size: 22px;
	font-weight: bold;
	color: #be1e21;
}
.contact .item:hover{
	 box-shadow: 0px 0px 46px 0px rgba(230, 230, 230, 0.8);
}
.grey_bg{
	background: #f4f4f4;
	padding: 40px 0;
	margin-top: 40px;
}
.grey_bg .container{
	display: flex;
	justify-content: space-around;
	flex-flow: column;
}
.grey_bg .item{
	width: 100%;
	margin: 0 0 20px 0;
	padding: 0 15px;
}
.grey_bg .item:last-child{
	margin-bottom: 0;
}
.grey_bg .item .top{
	display: flex;
	align-items: center;
	font-size: 20px;
	color: #333;
	font-weight: bold;
	margin-bottom: 5px;
}
.grey_bg .item .top img{
	display: block;
	margin-right: 10px;
	width: 40px;
}
.grey_bg .item .text{
	color: #555;
	font-size: 15px;
	line-height: 28px;
}
.contact_address{
	padding-bottom: 60px;
}



/* 合作 */
.two_nav{
	margin-top: 0px;
}
.two_nav .container-lg{
	background: #f3f3f3;
	line-height: 60px;
	text-align: center;
}
.two_nav li{
	display: inline-block;
	font-size: 15px;
	position: relative;
	cursor: pointer;
	margin: 0 12px;
}
.two_nav li a{
	color: #555;
}
.two_nav li::after{
	content: '';
	width: 0;
	height: 8px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	background: #f3f3f3;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: all linear 0.3s;
}
.two_nav li:hover::after{
	content: '';
	width: 100%;
	background: #be1e21;
	height: 0;
}
.two_nav .active::after{
	content: '';
	width: 100%;
	background: #be1e21;
	height: 4px;
}
.cooperation_common{
	padding: 50px 0;
}
.cooperation_common .title .text{
	color: #5a5a5a;
	font-size: 16px;
	text-indent: 32px;
	padding: 0 15px;
	line-height: 30px;
	text-align: left;
}
.cooperation_cost .title .text,
.cooperation_process .title .text,
.cooperation_problem .title .text{
	display: none;
}
.group_notice {
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
	margin-top: 40px;
}
.group_notice .item{
	display: flex;
	align-items: flex-start;
	width: 100%;
	margin: 0;
	margin-bottom: 20px;
}
.group_notice .item:last-child{
	margin-bottom: 0;
}
.group_notice .item img{
	width: 60px;
	display: flex;
}
.group_notice .item .world{
	flex: 1;
	padding-left: 15px;
}
.group_notice .item h4{
	font-size: 20px;
	color: #333;
	font-weight: bold;
}
.group_notice .item .text{
	font-size: 15px;
	line-height: 2;
	color: #555;
}
.cooperation_cost{
	background: #f4f4f4;
}
.group_cost {
	background: #fff;
	padding: 20px 15px;
	border-radius: 10px;
	display: flex;
	flex-flow: wrap;
	margin-top: 40px;
}
.group_cost .item{
	width: 100%;
	border-bottom: 1px solid #eee;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.group_cost .item:last-child{
	border: 0;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.group_cost .item h4{
	font-size: 18px;
	font-weight: bold;
	color: #be1e21;
	display: flex;
	align-items: center;
	flex-flow: wrap;
}
.group_cost .item h4 i{
	font-style: normal;
	color: #be1e21;
	font-size: 16px;
	font-weight: normal;
}
.group_cost .item h4 font{
	color: #be1e21;
	font-family: "Arial";
	font-size: 22px;
	display: block;
	margin-left: 15px;
}
.group_cost .item p{
	font-size: 15px;
	line-height: 2;
	color: #555;
}
.group_cost .item:nth-child(1),.group_cost .item:nth-child(2),.group_cost .item:nth-child(3){
	border-top: 0;
}
.group_cost .item:nth-child(7),.group_cost .item:nth-child(8),.group_cost .item:nth-child(9){
	border-bottom: 0;
}
.group_cost .item:nth-child(3n){
	border-right: 0;
}
.group_process{
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
	margin-top: 0px;
}
.group_process .item{
	position: relative;
	width: 100%;
	padding: 0 10px;
	margin-top: 30px;
}
.group_process .item h4{
	font-size: 22px;
	font-weight: bold;
	color: #333333;
	padding-left: 25px;
	margin-bottom: 10px;
}
.group_process .item_p{
	position: relative;
	display: flex;
	align-items: flex-start;
	z-index: 1;
}
.group_process .item_p .text{
	font-size: 16px;
	line-height: 1.6;
	color: #666;
	padding: 10px 0;
}
.group_process .item_p img{
	display: inline-block;
	margin-right: 10px;
	margin-top: 10px;
}
.group_process .item_p .num{
	color: #fff;
	position: absolute;
	top: 13px;
	left: 5px;
	font-size: 14px;
}
.cooperation_problem{
	padding-top: 0;
	padding-bottom: 60px;
}
.cooperation_problem .cont{
	margin-top: 40px;
}
.cooperation_problem .item{
	background: #f4f4f4;
	margin-bottom: 20px;
	padding: 15px;
	border-radius: 6px;
}
.cooperation_problem .item:last-child{
	margin-bottom: 0;
}
.cooperation_problem .item .til_q{
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	display: flex;
	align-items: flex-start;
}
.cooperation_problem .item .fhao{
	width: 28px;
	height: 28px;
	line-height: 28px;
	font-size: 14px;
	border-radius: 50%;
	background: #333333;
	font-weight: bold;
	color: #fff;
	text-align: center;
	margin-right: 15px;
	text-transform: uppercase;
}
.cooperation_problem .item .text{
	flex: 1;
	font-size: 15px;
}
.cooperation_problem .item .text_a .fhao{
	background: #be1e21;
}
.cooperation_problem .item .text_a{
	font-size: 16px;
	line-height: 1.6;
	color: #333333;
	display: flex;
	align-items: flex-start;
	margin-top: 15px;
}
.cooperation_common{
	padding: 50px 0;
}



.cooperation_form{
	padding: 50px 0;
}
.cooperation_form .container{
	padding: 0;
}
.cooperation_form .form_bg{
	background-color: #f6f6f6;
	margin-top: 35px;
	padding: 20px;
}
.cooperation_form .form{
	background: #fff;
	padding: 20px 15px;
}
.cooperation_form form{
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
}
.cooperation_form .item{
	font-size: 15px;
	text-transform: uppercase;
	width: 100%;
	margin-bottom: 40px;
	position: relative;
}
.cooperation_form .item label,.cooperation_form .item input,.cooperation_form .item textarea{
	font-size: 16px;
}
.cooperation_form .item>label{
	display: block;
	color: #333;
	margin-bottom: 15px;
}
.cooperation_form .item_text input,.cooperation_form .item_text textarea,.cooperation_form .item_city select,.cooperation_form .item_city input{
	border: 0;
	border-radius: 3px;
	line-height: 30px;
	padding: 10px;
	height: 50px;
	font-family: "微软雅黑";
}
.cooperation_form .item_text{
	display: flex;
	align-items: center;
	border-bottom: 1px solid #e9e9e9;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
.cooperation_form .item_date input{
	background: url(../images/icon_date.png) no-repeat right center,#fff;
	background-size: auto 50%;
}
.cooperation_form .item_text>label{
	margin-bottom: 0;
}
.cooperation_form .item_text input,.cooperation_form .item_text textarea{
	flex: 1;
}
.cooperation_form .item_text textarea{
	padding: 10px;
	border: 1px solid #e9e9e9;
}
.cooperation_form .item_text_100{
	flex-flow: wrap;
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}
.cooperation_form .item_text_100 label{
	width: 100%;
	margin: 25px 0;
}
.cooperation_form .item_text_100 textarea{
	height: auto;
	min-height: 160px;
}
/* .cooperation_form .item_checked input,.cooperation_form .item_radio input{
	margin-left: 40px;
	margin-right: 10px;
	display: inline-block;
	transform: scale(1.2);
} */
.cooperation_form .item font{
	font-size: 16px;
	color: #999;
}
.cooperation_form input::-webkit-input-placeholder,.cooperation_form textarea::-webkit-input-placeholder{
	color: #b5b5b5;
}
.cooperation_form input::-moz-input-placeholder,.cooperation_form textarea::-moz-input-placeholder{
	color: #b5b5b5;
}
.cooperation_form input::-ms-input-placeholder,.cooperation_form textarea::-ms-input-placeholder{
	color: #b5b5b5;
}
.cooperation_form .item_city{
	display: flex;
	align-items: flex-start;
	flex-flow: wrap;
}
.cooperation_form .item_city .city{
	width: calc(100% - 90px);
	display: flex;
}
.cooperation_form .item_city>label{
	width: 90px;
	margin-bottom: 0;
	margin-top: 10px;
}
.cooperation_form .item_city select,.cooperation_form .item_city input{
	width: 50%;
	font-size: 16px;
	color: #aaa;
	padding: 10px 0;
}
.cooperation_form .item_city select{
	/* 取消箭头 */
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: url(../images/icon_select.png) no-repeat right center;
	background-size: auto 24%; 
}
.cooperation_form .item_city input{
	text-align: right;
}
.item_city #provlevel{
	background: url(../images/icon_select.png) no-repeat right 15px center;
	background-size: auto 24%; 
}
.item_city #arealevel{
	width: 100%;
	border-top: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
	padding-left: 90px;
}
.cooperation_form button{
	width: 300px;
	line-height: 55px;
	text-align: center;
	background: #be1e21;
	color: #fff;
	font-size: 16px;
	margin: 30px auto 0 auto;
	display: block;
	border-radius: 30px;
}
.cooperation_form .item_radio{
	margin-bottom: 15px;
}
.cooperation_form .item_radio>div{
	position: relative;
	margin-bottom: 10px;
}
.cooperation_form .item_radio input{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.cooperation_form .item_radio input[type="radio"] {
     opacity: 0; 
}
/* .cooperation_form .item_radio div input:checked+label { 
     background-color: #5ab742;
     color: #fff;
} */
.cooperation_form .item_radio div .box{
	background: #f6f6f6;
	display: flex;
	align-items: center;
	padding: 15px;
	border-radius: 3px;
	position: relative;
	transition: all ease 0.3s;
}
.cooperation_form .item_radio div .box label {
     display: block;
     width: 24px;
     height: 24px;
	 border-radius: 50%;
	 background: #fff;
	 margin-right: 15px;
}

.cooperation_form .item_radio div .box i{
	font-style: normal;
	display: inline-block;
	position: absolute;
	left: 22px;
	top: 50%;
	margin-top: -14px;
}
.cooperation_form .item_radio .active .box{
	background: #d3e7ce;
	color: #5ab742;
}
.cooperation_form .item_radio .active label{
	background: #5ab742;
}




/* 04-28新增 */
.cooperation_form .item_text>label,.cooperation_form .item_ts{
	margin-right: 10px;
}
.cooperation_form .item_text>label i,.cooperation_form .item_city>label i,.cooperation_form .item_ts i{
	font-style: normal;
	color: #ff0000;
}
.cooperation_form .item_ts{
	margin-bottom: 0px;
	font-size: 16px;
}
.cooperation_form_new{
	border-top: 15px solid #f1f3f5;
	padding-top: 40px;
}
.cooperation_form_new .container{
	padding: 0 15px;
}
.cooperation_form_new .item_city{
	margin-bottom: 0;
}
.contact_address{
	background: #f1f3f5;
	margin-bottom: 25px;
}
.cooperation_form_new a.btn{
	width: 300px;
	line-height: 55px;
	text-align: center;
	background: #be1e21;
	color: #fff;
	font-size: 16px;
	display: block;
	border-radius: 30px;
	margin: 15px auto 0 auto;
}










/* ---------------------------------------1680--------------------------------------- */
@media(max-width:1680px) {
	
}


/* ---------------------------------------1440--------------------------------------- */
@media(max-width:1440px) {
	
	
	


	
}

/* ---------------------------------------1330--------------------------------------- */
@media(max-width:1330px) {
	
	
	
	
	
	
	
}

/* ---------------------------------------1200--------------------------------------- */
@media(max-width:1200px) {
	.hidden-lg,
	.hidden-sm,
	.hidden-sx{
		display: block;
	}
	.hidden-md{
		display: none;
	}
	
	.visible-lg,
	.visible-sm,
	.visible-xs{
		display: none;
	}
	.visible-md{
		display: block;
	}
	
	
	
	
	
}

/* ---------------------------------------1024--------------------------------------- */
@media(max-width:1024px) {
	.hidden-lg,
	.hidden-md,
	.hidden-sx{
		display: block;
	}
	.hidden-sm{
		display: none;
	}
	
	.visible-lg,
	.visible-md,
	.visible-xs{
		display: none;
	}
	.visible-sm{
		display: block;
	}
	
	
	

	
}

/* ---------------------------------------768--------------------------------------- */
@media(max-width:768px) {
	.hidden-lg,
	.hidden-md,
	.hidden-sm{
		display: block;
	}
	.hidden-xs{
		display: none;
	}
	
	.visible-lg,
	.visible-md,
	.visible-sm{
		display: none;
	}
	.visible-xs{
		display: block;
	}
	body{
		width: 100%;
	}
	.header{
		width: 100%;
		left: 0;
		margin-left: 0;
	}
}



/* ---------------------------------------500--------------------------------------- */
@media(max-width:500px) {
	.banner .swiper-slide .world_img{
		width: 240px;
	}
	.header .nav a{
		margin: 0 0 0 10px;
	}
	.swiper-container-brand .swiper-button-prev,
	.swiper-container-brand .swiper-button-next{
		top: 27%;
	}
	.index_product .swiper-container{
		height: 350px;
	}
	.index_product{
		background: url(../images/pro_bg.jpg) no-repeat center bottom 30px;
		background-size: auto 57%; 
	}
	.index_product .swiper-slide-prev a{
		padding-right: 60px;
	}
	.index_product .swiper-slide-next a{
		padding-left: 60px;
	}
	.index_product .swiper-slide-active h4{
		top: 0;
	}
	.index_product .swiper-button-prev{
		left: 30px;
	}
	.index_product .swiper-button-next{
		right: 30px;
	}
	.p_01{
		bottom: 40px;
		width: 100px;
	}
	.p_02{
		bottom: 35px;
		width: 100px;
	}
	
}
/* ---------------------------------------385--------------------------------------- */
@media(max-width:385px) {
	.header .nav a{
		margin: 0 0 0 10px;
	}
	.index_about .world{
		padding: 0 30px;
	}
	.about_bom .group_bom .world{
		font-size: 15px;
		text-indent: 30px;
		line-height: 28px;
	}
	.two_nav .container-lg{
		padding: 0;
	}
	.cooperation_form .item label, .cooperation_form .item input, .cooperation_form .item textarea{
		font-size: 15px;
	}
	.cooperation_form .item_city select, .cooperation_form .item_city input{
		font-size: 15px;
	}
	.footer .ewm_group .item{
		width: 24%;
	}
	.index_product .swiper-slide-active .pro_bom{
		width: 220px;
		bottom: 10px;
	}
}


/* ---------------------------------------340--------------------------------------- */
@media(max-width:340px) {
	.header .logo{
		width: 80px;
	}
	.header .nav a{
		font-size: 14px;
		margin: 0 0 0 8px;
	}
	.banner,.banner_inpage{
		margin-top: 52.5px;
	}
	.banner .swiper-slide .world_img{
		width: 200px;
	}
	.popup .world{
		max-height: 270px;
	}
	.right_menu .icon{
		width: 42px;
		height: 42px;
	}
	.top_item .item{
		padding: 0 6px;
	}
	.top_item .item p{
		font-size: 14px;
	}
	.swiper-container-brand .swiper-button-prev, .swiper-container-brand .swiper-button-next{
		top: 23%;
	}
	.numCount li{
		width: 38%;
	}
	.numCount li:nth-child(1){
		margin-left: 0px;
	}
	.numCount li:nth-child(3){
		margin-left: 40px;
	}
	.title p{
		letter-spacing: 2px;
	}
	.index_product{
		background-size: auto 50%
	}
	.index_product .swiper-container{
		height: 300px;
		margin-top: 20px;
	}
	.index_product .swiper-slide-active h4{
		top: 24px;
	}
	.footer .ewm_group .item{
		width: 47%;
	}
	
	.contact .item img{
		margin-left: 15px;
	}
	.contact .item>div{
		width: calc(100% - 15px);
	}
	.two_nav li{
		margin: 0 6px;
	}
	.cooperation_form .item{
		flex-flow: wrap;
	}
	.cooperation_form .item>label{
		width: 100% !important;
	}
	.cooperation_form .item_text input{
		padding: 0;
	}
	.cooperation_form .item_city .city{
		width: 100%;
	}
	.item_city #arealevel{
		padding-left: 0;
	}
}