/*单独开始*/
.content-wrapper{
	background: #FFF7F9;
}
.product{
	padding:30px 0;
}
.product .intro>div.left{
	width:40%;
}
.product .intro>div.right{
	width:60%;
	padding:40px;
	
}
.product .intro>div.right>h3{
	font-size: 40px;
	color: #4D4D4D;
	letter-spacing: 2px;
	font-weight: 800;
}
.product .intro>div.right>div{
	font-size: 30px;
	font-weight: 500;
	color: #4D4D4D;
	margin:20px 0;
	position: relative;
	padding:0 20px;
}
.product .intro>div.right>div::before{
	content:' ';
	width: 7px;
	height: 34px;
	background: #FF818D;
	position: absolute;
	top:7px;
	left:0;
}
.product .intro>div.right>p{
	padding:0 20px;
	font-size: 18px;
	font-weight: 400;
	color: #4D4D4D;
	line-height: 28px;
	text-align: justify;
}
.wccq1{
	width:100%;
	height:425px;
	background: url(../img/gene/g8.png) no-repeat;
	background-size: 100% 100%;
}
.wccq1 .tit>h3{
	margin-left:50%;
	font-size: 40px;
	font-weight: 600;
	color: #4D4D4D;
	letter-spacing: 2px;
	text-align: left;
	margin-top: 30px;
}
.wccq1 .cnt{
	margin-left:50%;
	margin-right:8%;
}
.wccq1 .cnt>p:nth-child(1){
	margin:25px 0;
	font-size: 16px;
	font-weight: 400;
	color: #5E5E5E;
	line-height: 28px;
}
.wccq1 .cnt>p:nth-child(2){
	font-size: 20px;
	font-weight: 500;
	color: #4D4D4D;
	line-height: 28px;
}
.wccq1 .cnt>p>span{
	color: #ff2a4e;
}

.wccq2{
	margin:50px 0;
	width:100%;
	
	text-align: center;
}
.wccq2 .tit>h3{
	font-size: 40px;
	font-weight: 600;
	color: #4D4D4D;
	letter-spacing: 2px;
}
.wccq2 .cnt>p{
	margin-top:20px;
	font-size: 20px;
	font-weight: 400;
	color: #5E5E5E;
	line-height: 28px;
}
.wccq3{
	background-color: #FFFFFF;

}
.wccq3 .container{
	height:400px;
	background: url(../img/gene/g10.png) no-repeat;
	background-size: 100% 100%;
	/* background-size: contain;
	background-position: left 0 bottom  0; */
	margin-top:150px;
}
.wccq3 .container .cnt{
	width:50%;
	margin:0 auto;
	padding:30px 20px;
	background: #F5F5F5;
	border-radius: 31px;
	text-align: center;
	margin-top:-100px;
}
.wccq3 .container .cnt>h3{
	margin:15px 0;
	font-size: 30px;
	font-weight: 600;
	color: #4D4D4D;
}
.wccq3 .container .cnt>p{
	text-align: justify;
	font-size: 18px;
	color: #5E5E5E;
	line-height: 25px;
}

.wccq4 .container .pic{
	background-color: #FFFFFF;
}
.wccq5{
	height:450px;
	background: url(../img/gene/g12.png) no-repeat;
	background-size: 100% 100%;
	background-color: #FFFFFF;
}
.wccq5 .tit>h3{
	font-size: 40px;
	font-weight: 600;
	color: #4D4D4D;
	line-height: 61px;
	letter-spacing: 2px;
	text-align: center;
	margin:50px 0;
}
.wccq5 ul{
	width:100%;
	overflow: hidden;
	margin:30px auto;
}
.wccq5 ul>li{
	list-style:none;
	width:19%;
	height:215px;
	border: 2px solid #FFDEE4;
	border-radius: 100%;
	padding:30px;
	text-align: center;
	margin:5px;
	
}
.wccq5 ul>li>img{
	max-width: 30%;
	
}
.wccq5 ul>li>span{
	display: block;
	margin-top:20px;
	font-size: 16px;
	font-weight: 400;
	color: #5E5E5E;
	line-height: 20px;
	
}
.wccq6 .tit>h3{
	font-size: 40px;
	font-weight: 600;
	color: #4D4D4D;
	line-height: 61px;
	letter-spacing: 2px;
	text-align: center;
	margin:30px 0;
}
.wccq6 .cnt>p{
	padding:0 50px;
	text-align: center;
	font-size: 18px;
	color: #5E5E5E;
	line-height: 40px;
}
/*移动端适配*/
@media (max-width: 1199px) {

}

@media (max-width: 991px) {
	.product{
		padding-bottom:0;
	}
	.product .intro>div.left{
		width:100%;
	}
	.product .intro>div.right{
		width:100%;
		padding: 20px 0px;
	}
	.product .intro>div.right>h3 {
	    font-size: 30px;
	}
	.product .intro>div.right>div {
	    font-size: 24px;
	}
	.product .intro>div.right>p {
	    padding: 0 0px;
	    font-size: 16px;
	}
	.product .intro>div.right>div::before {
	    top: 2px;
	}

	.wccq1{
		height:300px;
		background: none;
	}
	.wccq1 .tit>h3 {
     	margin-left: 0; 
	    font-size: 30px;
	}
	.wccq1 .cnt {
	     margin-left: 0; 
	     margin-right: 0; 
	}
	.wccq2 {
	    text-align: left;
	}
	.wccq2 .tit>h3 {
	    font-size: 30px;
	}
	.wccq2 .cnt>p {
	    font-size: 18px;
	    line-height: 25px;
	}

	.wccq3 .container{
		height:300px;
		background-size: contain;
		background-position: left 0 bottom  0;
		margin-top:50px;
	}
	.wccq3 .container .cnt {
	    width: 90%;
	    padding: 10px;
	    border-radius: 25px;
	    margin-top: -10px;
	}
	.wccq3 .container .cnt>h3 {
	    margin: 10px 0;
	    font-size: 20px;
	}
	.wccq3 .container .cnt>p {
	    font-size: 14px;
	    line-height: 20px;
	}
	.wccq5{
		height:550px;
		margin-top:10px;
	}
	.wccq5 ul>li{
		width:99%;
		height:180px;
		border-radius: 20px;
		padding:15px 15px;
		height:80px;
		text-align: left;
		
	}
	.wccq5 .tit>h3 {
	    font-size: 20px;
	    line-height: 21px;
	    letter-spacing: 0;
	    margin: 25px 0;
	}
	.wccq5 ul>li>img{
		margin-top:-30px;
		margin-left:10px;
		max-width: 12%;
		
	}
	.wccq5 ul>li:nth-child(1)>img,.wccq5 ul>li:nth-child(2)>img{
		margin-top:0px;
	}
	.wccq5 ul>li>span{
		display: inline-block;
		margin-top:5px;
		margin-left:10px;
		font-size: 16px;
		line-height: 20px;
		width:80%;
		
	}
	.wccq6 .tit>h3 {
	    font-size: 28px;
	    line-height: 30px;
	    letter-spacing: 0;
	    text-align: left;
	}
	.wccq6 .cnt>p {
	    padding: 0px;
	    text-align: justify;
	    font-size: 16px;
	    line-height: 26px;
	}
}
/*单独结束*/







.nav--always-fixed {
    background: #FFFFFF !important;
}
.pcnav{
	padding:10px;
	opacity: 1;
}

.pcnav ul li{
	list-style: none;
	float: left;
	margin:0 30px;
	padding-bottom: 1px;
	text-align: center;
	position: relative;
}
.pcnav ul li a{
	color:#333333;
	font-size: 18px;
	font-weight: 600;

}
.pcnav ul li.current{
	border-bottom: 2px solid #7CD0E9;
}
.pcnav ul li:hover{
	border-bottom: 2px solid #7CD0E9;
}
.pcnav ul li:hover a{
	color: #7CD0E9;
}
.pcnav ul li.current a{
	color: #7CD0E9;
}

.pcnav ul li .erlist{
	position: absolute;
	top:30px;
	left:-40px;
	display: none;
	background-color: #eee;
	padding:15px 0;
	width:200px;
	border-radius: 5px;

}
.pcnav ul li .erlist>div{
	padding:5px 0;
	border-bottom: 1px dashed #bbbbbb;

}
.pcnav ul li .erlist>div a{
	font-size: 16px;
	font-weight: 500;
	color:#333333;

}
.pcnav ul li:hover .erlist{
	display: block;
}
.nav__icon-wrap{
	display: none;
}
.hero__inner h3{
	text-align: center;
	font-size: 80px;
	color: #FFFFFF;
	line-height: 80px;
	letter-spacing: 4px;
}
.hero__inner h3 span{
	color: #9CDA56;
}
.hero__inner p{
	text-align: center;
	font-size: 24px;
	color: #dddddd;
	line-height: 48px;
}
.nban{
	width:100%;
	margin:0;
	padding:0;
	margin-top:60px;
}

.footer{
	background: #073846;
	padding:50px 0;
}
.footer .left .tit{
	font-size: 30px;
	color: #FFFFFF;
	font-weight: 500;
	letter-spacing: 2px;
	margin:20px 0;
}
.footer .left .lxfs{
	font-size: 24px;
	font-weight: 500;
	color: #D1E1CE;
}
.footer .left .lxfs p{
	font-size: 18px;
	font-weight: 500;
	color: #D1E1CE;
	margin-top:10px;
}
.footer .left .lxfs a{
	color: #D1E1CE;
}
.footer .right .tel{
	position: relative;
	margin-bottom: 30px;
	font-size: 28px;
	color: #D1E1CE;
	line-height: 45px;
	margin-right: 30px;
}
.footer .right .tel::before{
	position: absolute;
	top:0;
	left:-60px;
	content: " ";
	background: url("../img/tel.png") no-repeat center;
	width:45px;
	height:45px;
}
.footer .right .ewm{
	margin-right: 30px;
	text-align: right;
	
}

.fw{
	padding:30px 0;
	background: #ffffff;
}
.fw .tit>h3{
	font-size:38px;
	text-align: center;
	padding:20px 0;
}
.fw .cnt{
	border-top:2px solid #F26379;
	border-right:2px solid #F26379;
	border-bottom:2px solid #F26379;
	height:200px;
	max-width:90%;
	margin:100px 100px;
	position: relative;
}
.fw .cnt ul>li{
	list-style: none;
	background-color: #F26379;
	text-align: center;
	color:#ffffff;
	width:25%;
	height:150px;
	padding:20px;
	border-radius: 10px;
	position: absolute;
}
.fw .cnt ul>li>span{
	display: block;
}

.fw .cnt ul>li:nth-child(1){
	top:-80px;
	left:-30px;
}
.fw .cnt ul>li:nth-child(2){
	top:-80px;
	left:40%;
}
.fw .cnt ul>li:nth-child(3){
	top:-80px;
	right:-100px;
}
.fw .cnt ul>li:nth-child(4){
	bottom:-80px;
	right:-100px;
}
.fw .cnt ul>li:nth-child(5){
	bottom:-80px;
	left:40%;
}
.fw .cnt ul>li:nth-child(6){
	bottom:-80px;
	left:-30px;
}
.fw .cnt>div>span{
	color:#F26379;
	position: absolute;
	font-size: 26px;
    font-weight: 600;
}
.fw .cnt>div>span:nth-child(1){
	top: -23px;
    left: 270px;
    
}
.fw .cnt>div>span:nth-child(2){
	top: -23px;
    left: 690px;
    
}
.fw .cnt>div>span:nth-child(3){
	top: 81px;
    right: -14px;
    transform: rotate(90deg);
    
}
.fw .cnt>div>span:nth-child(4){
	bottom: -18px;
    right: 230px;
    
}
.fw .cnt>div>span:nth-child(5){
	bottom: -18px;
    left: 270px;
}
.sys{
	background: #FFF7F9;;
	text-align: center;
	padding:30px 0;
}
.sys .tit>h3{
	font-size: 40px;
	color: #4D4D4D;
	letter-spacing: 2px;
	margin:20px 0;
}
.sys .tit>p{
	font-size: 24px;
	color: #4D4D4D;
	letter-spacing: 2px;
}
.sys .cnt{
	margin:20px 0;
}
.sys .cnt>img{
	width:32%;
	margin:5px;
}


/*移动端适配*/
@media (max-width: 1199px) {
	.nav__icon-wrap{
		display: block;
	}
	.pcnav{
		display: none;
	}


}

@media (max-width: 991px) {

	.hero__inner h3{
		font-size: 32px;
	}
	
	.hero__inner p{
		text-align: justify;
		font-size: 18px;
		line-height: 35px;
	}

	.nav__icon span {
	    background-color: #333333 !important;
	}
	#nav__icon__close span {
	    background-color: #fff !important;
	}


	.footer .right{
		display: none;
	}

	.fw .tit img{
		max-width: 65%;
	}
	.fw .tit>h3{
		font-size:28px;
		padding:0;
	}

	.fw .cnt {

	    border: none; 
	    border-right: 2px solid #F26379; 
	    height: 650px;
	    max-width: 100%;
	    margin: 0; 
	    margin-right: 50%; 
	    margin-top:150px;
	    margin-bottom:130px;
	}
	.fw .cnt ul {
	    max-width: 750px;
	}
	.fw .cnt ul>li {
	    width: 200%;
	    height: auto;
	    border-radius: 10px;
	}
	.fw .cnt ul>li>span{
		display: inline-block;
	}
	.fw .cnt ul>li>div{
		margin-top:5px;
	}
	.fw .cnt ul>li:nth-child(1){
		top:-100px;
		left: 0%;
	}
	.fw .cnt ul>li:nth-child(2){
		top:50px;
		left: 0%;
	}
	.fw .cnt ul>li:nth-child(3){
		top:200px;
		left: 0%;
	}
	.fw .cnt ul>li:nth-child(4){
		bottom:200px;
		left: 0%;
	}
	.fw .cnt ul>li:nth-child(5){
		bottom:50px;
		left: 0%;
	}
	.fw .cnt ul>li:nth-child(6){
		bottom:-100px;
		left: 0%;
	}

	.fw .cnt>div>span:nth-child(1){
		top: 5px;
    	left: 97%;
	    transform: rotate(90deg);
	    
	}
	.fw .cnt>div>span:nth-child(2){
		top: 155px;
	    left: 97%;
	    transform: rotate(90deg);
	    
	}
	.fw .cnt>div>span:nth-child(3){
		top: 305px;
	    left: 97%;
	    transform: rotate(90deg);
	    
	}
	.fw .cnt>div>span:nth-child(4){
		bottom: 150px;
	    left: 99%;
	    transform: rotate(-90deg);
	    
	}
	.fw .cnt>div>span:nth-child(5){
		bottom: 10px;
	    left: 93%;
	    transform: rotate(-90deg);
	}

	.sys .tit>h3 {
	    font-size: 30px;
	    margin: 10px 0;
	}
	.sys .tit>p {
	    font-size: 16px;
	}
	.sys .cnt>img {
	    width: 46%;
	    margin: 5px;
	}

}

@media (max-width: 639px) {

}


@media (max-width: 479px) {

}