/*单独开始*/

.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;
}

.mfjy1{
	width:100%;
	background: #FFF5F6;
}
.mfjy1 .cnt .left:nth-child(1){
	width:55%;
	position: relative;
}
.mfjy1 .cnt .left:nth-child(1) ul{
	position: absolute;
	top:15%;
	right:30px;
	background: #FFFFFF;
	opacity: 0.86;
	padding:30px 30px;
}
.mfjy1 .cnt .left:nth-child(1) ul>li{
	margin:30px 0;
	font-size: 20px;
	color: #4D4D4D;
	line-height: 28px;
	list-style: none;
	position: relative;
	padding-left:30px;
}
.mfjy1 .cnt .left:nth-child(1) ul>li::before{
	content:' ';
	position: absolute;
	left:0;
	top:10px;
	width: 10px;
	height: 10px;
	border-radius: 5px;
	background: #FF818D;
}
.mfjy1 .cnt .left:nth-child(1) ul>li:nth-child(1){

	font-size: 30px;
	font-weight: 600;
	line-height: 42px;
}
.mfjy1 .cnt .left:nth-child(1) ul>li:nth-child(1)::before{
	width: 10px;
	height: 26px;
	border-radius: 0px;
}
.mfjy1 .cnt .left:nth-child(2){
	position: relative;
	margin-top:150px;
	width:45%;
	padding-left:30px;
}
.mfjy1 .cnt .left:nth-child(2)::before{
	content:' ';
	position: absolute;
	left:30px;
	top:-10px;
	width: 26px;
	height: 6px;
	background: #FF818D;
}
.mfjy1 .cnt .left:nth-child(2)>p{
	text-align: justify;
	margin-right:50%;
	font-size: 20px;
	color: #4D4D4D;
	line-height: 36px;
}
.mfjy2{
	margin-top: 80px;
}
.mfjy2 h3.tit{
	text-align: center;
	font-size: 40px;
	font-weight: 600;
	color: #4D4D4D;
	line-height: 61px;
	letter-spacing: 2px;
	margin-bottom: 30px;
}

.mfjy2 .cnt li{


	width:31.5%;
	background: #FFF5F6;
	list-style: none;
	margin-right:10px;
}
.mfjy2 .cnt li p{
	text-align: center;
	padding:20px 15px;
	font-size: 20px;
	font-weight: 500;
	color: #A54C4C;
	line-height: 36px;
}

.mfjy3{
	margin-top: 80px;
	padding-bottom: 30px;
	background: #FFF5F6;
}
.mfjy3 h3.tit{
	text-align: center;
	font-size: 40px;
	font-weight: 600;
	color: #4D4D4D;
	line-height: 61px;
	letter-spacing: 2px;
	margin: 30px 0;
}
.mfjy3 .cnt li{
	width:24%;
	list-style: none;
	margin:4px;
	background:#FFFFFF;
	text-align: center;
	height: 360px;
}
.mfjy3 .cnt li h4{
	margin:15px 0;
	font-size: 22px;
	font-weight: 600;
	color: #4D4D4D;
	line-height: 30px;
	letter-spacing: 1px;
}
.mfjy3 .cnt li p{
	padding:0 10px;
	height: 50px;
	font-size: 16px;
	color: #4D4D4D;
	line-height: 20px;
}
/*移动端适配*/
@media (max-width: 1599px) {
	.mfjy1 .cnt .left:nth-child(1) ul {
	    top: 10%;
	}
}
/*移动端适配*/
@media (max-width: 1399px) {
	.mfjy1 .cnt .left:nth-child(1) ul {
	    top: 5%;
	}
	.mfjy1 .cnt .left:nth-child(1) ul>li {
	    margin: 20px 0;
	}
}
/*移动端适配*/
@media (max-width: 1199px) {
	.mfjy1 .cnt .left:nth-child(1) ul {
	    top: 2%;
	}
	.mfjy1 .cnt .left:nth-child(1) ul>li {
	    margin: 10px 0;
	}
	.mfjy1 .cnt .left:nth-child(2) {
	    margin-top: 30px;
	}
	.mfjy1 .cnt .left:nth-child(2)>p {
	    margin-right: 35%;
	}
}
/*移动端适配*/
@media (max-width: 1099px) {
	.mfjy1 .cnt .left:nth-child(1) ul>li {
	    margin: 5px 0;
	}
	.mfjy1 .cnt .left:nth-child(2) {
	    margin-top: 20px;
	}
	.mfjy1 .cnt .left:nth-child(2)>p {
	    margin-right: 30%;
	}
}
@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;
	}
	
	.mfjy1 .cnt .left:nth-child(1) {
	    width: 100%;
	}
	.mfjy1 .cnt .left:nth-child(1) ul>li {
	    margin: 8px 0;
	    font-size: 16px;
	    line-height: 23px;
	    padding-left: 20px;
	}
	.mfjy1 .cnt .left:nth-child(1) ul>li:nth-child(1) {
	    font-size: 18px;
	    line-height: 20px;
	}
	.mfjy1 .cnt .left:nth-child(1) ul>li:nth-child(1)::before {
		top:0;
	    width: 8px;
	    height: 18px;
	}
	.mfjy1 .cnt .left:nth-child(1) ul>li::before {
	    top: 8px;
	    width: 8px;
	    height: 8px;
	    border-radius: 4px;
	}
	.mfjy1 .cnt .left:nth-child(1) ul {
	    bottom: 8px;
	    top: 8px;
	    right: 8px;
	    left: 8px;
	    padding: 5px;
	}
	
	.mfjy1 .cnt .left:nth-child(2) {
	    width: 100%;
	    padding-left: 0;
	}
	.mfjy1 .cnt .left:nth-child(2)::before {
	    left: 15px;
	    top: 0px;
	}
	.mfjy1 .cnt .left:nth-child(2)>p {
		padding:15px;
	    margin-right: 0;
	    font-size: 16px;
	    line-height: 28px;
	}
	
	.mfjy2 {
	    margin-top: 40px;
	}
	.mfjy2 .container {
	    padding-left: 0;
	    padding-right: 0;
	}
	.mfjy2 h3.tit {
	    font-size: 30px;
	    line-height: 40px;
	}
	.mfjy2 .cnt li {
		position: relative;
	    width: 100%;
	}
	.mfjy2 .cnt li img{
		width:100%;
	}
	.mfjy2 .cnt li p{
		position: absolute;
	    bottom: -11px;
	    left:0;
	    right:0;
	    background-color: #FFFFFF;
	    opacity: 0.86;
	    padding: 25px 10px;
	    font-size: 18px;
	    line-height: 30px;
	}


	.mfjy3 {
	    margin-top: 40px;
	}
	.mfjy3 h3.tit {
	    font-size: 30px;
	    line-height: 40px;
	}

	.mfjy3 .cnt li{
		width:47%;
		margin:4px;
		height: 270px;
	}
	.mfjy3 .cnt li h4 {
	    margin: 10px 0;
	    font-size: 18px;
	}
}
/*单独结束*/







.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 #1e46ae;
}
.pcnav ul li:hover{
	border-bottom: 2px solid #1e46ae;
}
.pcnav ul li:hover a{
	color: #1e46ae;
}
.pcnav ul li.current a{
	color: #1e46ae;
}

.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;
}



.fw{
	padding:30px 0;
	background: #ffffff;
}
.fw .tit>h3{
	font-size:38px;
	text-align: center;
	padding:20px 0;
}
.fw .cnt{
	border-top:2px solid #DF616E;
	border-right:2px solid #DF616E;
	border-bottom:2px solid #DF616E;
	height:200px;
	max-width:90%;
	margin:100px 100px;
	position: relative;
}
.fw .cnt ul>li{
	list-style: none;
	background-color: #DF616E;
	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:#DF616E;
	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;
	}


	

	.fw .tit img{
		max-width: 65%;
	}
	.fw .tit>h3{
		font-size:28px;
		padding:0;
	}

	.fw .cnt {

	    border: none; 
	    border-right: 2px solid #DF616E; 
	    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) {

}