/*单独开始*/

.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: #2396F8;
	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;
}
.mafx1{
	margin-top:30px;
	background: #021EBB;
	padding:100px 0; 
}
.mafx1 .cnt{
	background: #FFFFFF;
}
.mafx1 .cnt h3.tit{
	padding:20px 30px;
	font-size: 40px;
	font-weight: 600;
	color: #4D4D4D;
}
.mafx1 .cnt p.intro{
	padding:0px 30px;
	font-size: 18px;
	font-weight: 400;
	color: #4D4D4D;
	line-height: 26px;
}
.mafx1 .cnt div.btn{
	margin:20px 30px;
	padding:10px 20px;
	background: #EBEAF1;
	font-size: 18px;
	font-weight: 100;
	color: #4D4D4D;
}
.mafx1 .cnt div.btn>span{
	font-size: 24px;
	font-weight: 500;
	color: #4D4D4D;
}
.mafx1 .cnt div.conflex{
	display: flex;
}
.mafx1 .cnt div.conflex .items{
	position: relative;
}
.mafx1 .cnt div.conflex .items>div{
	position: absolute;
	bottom:50px;
	left:20px;
	font-size: 26px;
	font-weight: 500;
	color: #4D4D4D;
}
.mafx1 .cnt div.conflex .items:first-child>div{
	color: #FFFFFF;
}
.mafx1 .cnt div.conflex .items>div>span{
	display: block;
	padding-bottom: 10px;
	font-weight: 600;
}
.yajy2{
	margin-top:30px;
	padding:50px 0; 
}
.yajy2 h3.tit{
	text-align: center;
	font-size: 40px;
	font-weight: 600;
	color: #4D4D4D;
	line-height: 61px;
	letter-spacing: 2px;
}
.yajy2 p.intro{
	text-align: left;
	font-size: 26px;
	font-weight: 500;
	color: #4D4D4D;
	line-height: 31px;
	margin-top: 20px;
	margin-bottom: 40px
}
.yajy2 p.intro span{
	display: inline-block;
	width: 20px;
	height: 20px;
	background: #021EBB;
	border-radius: 10px;
	margin-right: 10px;
}
.yajy2 ul.cnt{
    display: flex;
    justify-content: space-around;
}
.yajy2 ul.cnt li{
	list-style: none;
	padding:10px 5px;
	margin:10px 0;
	background: #FFFFFF;
	box-shadow: 0px 0px 4px 0px rgba(54,73,163,0.37);
	border-radius: 18px;
	text-align: center;
	width: 32%;
}
.yajy2 ul.cnt li p{
	font-size: 20px;
	font-weight: 400;
	color: #4D4D4D;
	line-height: 60px;
	margin-top:20px;
}
.yajy2 .jc-cnt{
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    justify-content: space-between;
}

.yajy2 .jc-cnt .jc-items{
	text-align: center;
    border: 1px solid #D2DFFF;
    padding:20px 0;
    border-top: none;
    border-left: none;
}
.yajy2 .jc-cnt:nth-of-type(1) .jc-items{
    width:14.2%;
}
.yajy2 .jc-cnt:nth-of-type(2) .jc-items{
    width:12.5%;
}

.yajy2 .jc-cnt .jc-items h6{
	margin-top: 20px;
	font-size: 26px;
	color: #4D4D4D;
	font-weight: 500;
}
.yajy2 .jc-cnt:nth-of-type(1) .jc-items:nth-child(7),.yajy2 .jc-cnt:nth-of-type(1) .jc-items:nth-child(14),.yajy2 .jc-cnt:nth-of-type(2) .jc-items:nth-child(8),.yajy2 .jc-cnt:nth-of-type(2) .jc-items:nth-child(16){
    border-right: none;
}

.yajy2 .jc-cnt:nth-of-type(1) .jc-items:nth-child(7) ~ .jc-items{
    border-bottom: none;
}
.yajy2 .jc-cnt:nth-of-type(2) .jc-items:nth-child(8) ~ .jc-items{
    border-bottom: none;
}
.yajy3{
	margin-top:30px;
	background: url("../img/gene/g48.png") no-repeat center;
	background-position: top center;
	padding:50px 0; 
	height:600px;
	position: relative;
}
.yajy3 h3.tit{
	font-size: 40px;
	font-weight: 600;
	color: #4D4D4D;
	line-height: 61px;
	letter-spacing: 2px;
	text-align: center;
	margin:50px 0;
}
.yajy3 ul{
	width:100%;
	overflow: hidden;
	margin:30px auto;
}
.yajy3 ul>li{
	list-style:none;
	width:19%;
	height:215px;
	border: 1px solid #4562EA;
	border-radius: 100%;
	padding:30px;
	text-align: center;
	margin:5px;
	
}
.yajy3 ul>li>img{
	max-width: 30%;
	
}
.yajy3 ul>li>span{
	display: block;
	margin-top:20px;
	font-size: 16px;
	font-weight: 400;
	color: #5E5E5E;
	line-height: 20px;
	
}
.yajy4{
	margin-top:130px;
	margin-bottom:130px;
	background: url("../img/gene/g54.jpg") no-repeat center;
	background-position: top center;
	padding:50px 0; 
	text-align: center;
}
.yajy4>.container{
	position: relative;
	height:600px;
}
.yajy4>.container>div{
	width:100%;
	background: #F5F8FF;
	position: absolute;
	left:0;
	right:0;
	padding:50px 0;
}
.yajy4>.container>div>h3{
	font-size: 40px;
	font-weight: 500;
	color: #4D4D4D;
	line-height: 60px;
	letter-spacing: 2px;
}
.yajy4>.container>div>p{
	margin:10px 0;
	font-size: 18px;
	color: #4D4D4D;
	line-height: 28px;
	letter-spacing: 1px;
}
.yajy4 .cnt1{
	top:-130px;
}
.yajy4 .cnt2{
	bottom:-100px;
}
/*移动端适配*/
@media (max-width: 1199px) {
	
}
/*移动端适配*/
@media (max-width: 1099px) {
	
}
@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;
	}
	.mafx1 {
	    padding: 20px 0;
	}
	.mafx1 .cnt h3.tit {
	    padding: 15px 5px;
	    font-size: 20px;
	}
	.mafx1 .cnt p.intro {
	    padding: 0px 10px;
	    font-size: 14px;
	    line-height: 20px;
	}
	.mafx1 .cnt div.btn {
		margin: 20px 0;
	    padding: 10px 20px;
	    font-size: 12px;
	}
	.mafx1 .cnt div.btn>span {
	    font-size: 16px;
	}

	.mafx1 .cnt div.conflex .items>div {
	    bottom: 10px;
	    left: 10px;
	    font-size: 14px;
	}
	.mafx1 .cnt div.conflex .items>div>span {
	     padding-bottom: 5px; 
	}
	
	.yajy2 h3.tit {
	    font-size: 26px;
	    font-weight: 500;
	    line-height: 30px;
	    letter-spacing: 0;
	}
	.yajy2 p.intro {
	    font-size: 18px;
	    line-height: 31px;
	    margin-bottom: 20px;
	}
	.yajy2 p.intro span {
	    width: 10px;
	    height: 10px;
	    border-radius: 5px;
	}
	.yajy2 ul.cnt{
	    display: flex;
	    justify-content: center;
	    flex-direction: column;
	}
	.yajy2 ul.cnt li{
	    width: 100%;
	}
	.yajy2 ul.cnt li h4 {
	    font-size: 20px;
	    font-weight: 600;
	    line-height: 26px;
	    letter-spacing: 0px;
	    text-align: center;
	}
	.yajy2 ul.cnt li p {
	    width: auto;
	    font-size: 16px;
	    line-height: 30px;
	}


	.yajy2 .jc-cnt:nth-of-type(1) .jc-items{
	    width:50%;
	}
	.yajy2 .jc-cnt:nth-of-type(2) .jc-items{
	    width:50%;
	}
	.yajy2 .jc-cnt .jc-items h6{
		font-size: 16px;
	}
	.yajy2 .jc-cnt .jc-items:nth-child(even){
	    border-right: none;
	}
	.yajy2 .jc-cnt:nth-of-type(1) .jc-items:nth-child(7){
	    border-right: 1px solid #D2DFFF;
	}
	.yajy2 .jc-cnt:nth-of-type(1) .jc-items:nth-child(7) ~ .jc-items {
	    border-bottom: 1px solid #D2DFFF;
	}
	.yajy2 .jc-cnt:nth-of-type(1) .jc-items:nth-child(12) ~ .jc-items {
	    border-bottom: none;
	}
	.yajy2 .jc-cnt:nth-of-type(2) .jc-items:nth-child(7) ~ .jc-items {
	    border-bottom: 1px solid #D2DFFF;
	}
	.yajy2 .jc-cnt:nth-of-type(2) .jc-items:nth-child(14) ~ .jc-items {
	    border-bottom: none;
	}
	.yajy3{
		height:auto;
		margin-top:10px;
	}
	.yajy3 ul>li{
		width:97%;
		height:180px;
		border-radius: 20px;
		padding:15px 15px;
		height:80px;
		text-align: left;
		
	}
	.yajy3 h3.tit {
	    font-size: 20px;
	    line-height: 21px;
	    letter-spacing: 0;
	    margin: 25px 0;
	}
	.yajy3 ul>li>img{
		margin-top:0px;
		margin-left:10px;
		max-width: 12%;
		
	}
	.yajy3 ul>li:nth-child(4)>img{
		margin-top:-30px;
	}
	.yajy3 ul>li>span{
		display: inline-block;
		margin-top:5px;
		margin-left:10px;
		font-size: 16px;
		line-height: 20px;
		width:80%;
		
	}
	.yajy4 {
	    margin-top: 30px;
	    margin-bottom: 30px;
	    padding: 20px 0;
	}
	.yajy4>.container {
	    height: auto;
	}
	.yajy4>.container>div {
	    position: static;
	    padding: 20px 0;
	}
	.yajy4>.container>div>h3 {
	    font-size: 24px;
	    line-height: 30px;
	    letter-spacing: 0px;
	}
	.yajy4>.container>div>p {
	    margin: 0px 0;
	    padding:5px 10px;
	    font-size: 15px;
	    color: #4D4D4D;
	    line-height: 28px;
	    letter-spacing: 0px;
	}
	.yajy4>.container>div>div{
	    padding:20px;
	}

}
/*单独结束*/







.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 #437DFF;
	border-right:2px solid #437DFF;
	border-bottom:2px solid #437DFF;
	height:200px;
	max-width:90%;
	margin:100px 100px;
	position: relative;
}
.fw .cnt ul>li{
	list-style: none;
	background-color: #437DFF;
	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:#437DFF;
	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 #437DFF; 
	    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) {

}