/*单独开始*/

.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;
}
.ahs13x1{
	margin:30px 0;
}
.ahs13x1 h3.tit{
	text-align: center;
	margin-bottom: 30px;
	font-size: 40px;
	font-weight: 600;
	color: #4D4D4D;
	line-height: 61px;
	letter-spacing: 2px;
}
.ahs13x1 ul.cnt li{
	list-style: none;
	position: relative;
	margin:100px 0;
	padding:50px 50px;
	border-radius: 4px;
}
.ahs13x1 ul.cnt li:nth-child(1){
    background: linear-gradient(270deg, #F0F9FF 0%, #E4F3FF 100%);
}
.ahs13x1 ul.cnt li:nth-child(2){
    background: linear-gradient(270deg, #FFBF8E 0%, #FFEBDC 100%);
    text-align: right;
}
.ahs13x1 ul.cnt li:nth-child(3){
    background: linear-gradient(270deg, #F0F9FF 0%, #E4F3FF 100%);
}
.ahs13x1 ul.cnt li>h4{
	font-size: 30px;
	font-weight: 500;
	color: #4D4D4D;
	line-height: 40px;
	letter-spacing: 1px;
}
.ahs13x1 ul.cnt li>p{
	font-size: 20px;
	font-weight: 400;
	color: #4D4D4D;
	line-height: 33px;
	letter-spacing: 1px;
}
.ahs13x1 ul.cnt li>img{
	position: absolute;
	top:-35px;
	right:30px;
}
.ahs13x1 ul.cnt li:nth-child(2)>img{
	position: absolute;
	left:30px;
}
.ahs13x2{
	padding:50px 0;
	background: #162A3B;
	text-align: center;
}
.ahs13x2 h3{
	font-size: 40px;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 61px;
	letter-spacing: 2px;
}
.ahs13x2 p{
	margin:30px 0;
	font-size: 20px;
	color: #c5c1c1;
	line-height: 35px;
}
/*移动端适配*/
@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;
	}
	.ahs13x1 h3.tit {
	    font-size: 24px;
	    line-height: 20px;
	    letter-spacing: 0px;
	}
	.ahs13x1 ul.cnt li {
	    margin: 15px 0;
	    padding: 10px 5px;
	}
	.ahs13x1 ul.cnt li>h4 {
	    font-size: 20px;
	    line-height: 25px;
	    letter-spacing: 1px;
	}
	.ahs13x1 ul.cnt li>p {
	    font-size: 14px;
	    line-height: 14px;
	    letter-spacing: 0px;
	}
	.ahs13x1 ul.cnt li>img {
	    max-height: 85%;
	    top: 9px;
	    right: 5px;
	}
	.ahs13x1 ul.cnt li:nth-child(2)>img {
	    left: 5px;
	}
	.ahs13x2 h3 {
	    font-size: 30px;
	    line-height: 20px;
	    letter-spacing: 0px;
	}
	.ahs13x2 p {
	    font-size: 16px;
	    line-height: 24px;
	}
}
/*单独结束*/







.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 #4FABFA;
	border-right:2px solid #4FABFA;
	border-bottom:2px solid #4FABFA;
	height:200px;
	max-width:90%;
	margin:100px 100px;
	position: relative;
}
.fw .cnt ul>li{
	list-style: none;
	background-color: #4FABFA;
	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:#4FABFA;
	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 #4FABFA; 
	    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) {

}