/*单独开始*/
.product{
	padding:50px 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;
}
.cjwt{
	position: relative;
}
.cjwt>div.pic1{
	display: none;
}
.cjwt>div.cnt>div{
	font-size: 18px;
	font-weight: 600;
	color: #4D4D4D;
	text-align: center;
	position: absolute;
}
.cjwt>div.cnt>div:nth-child(1){
	top:60px;
	left:45%;
}
.cjwt>div.cnt>div:nth-child(2){
	top: 38%;
    right: 29%;
}
.cjwt>div.cnt>div:nth-child(3){
	top: 38%;
    left: 29%;
}
.cjwt>div.cnt>div:nth-child(4){
	top: 43%;
    left: 47%;
    font-size: 24px;
}

.aqlist .container{
	position: relative;
}
.aqlist ul{
	margin-top:-80px;
	background: #F8F8F8;
	box-shadow: 0px 0px 8px 0px rgba(151,176,204,0.61);
	border-radius: 20px;
}
.aqlist ul li{
	list-style: none;
	padding:20px 20%;
	position: relative;
}
.aqlist ul li>h3{
	font-size: 30px;
	color: #4D4D4D;
	line-height: 30px;
	letter-spacing: 1px;
	font-weight: 600;
}
.aqlist ul li>p{
	font-size: 18px;
	font-weight: 400;
	color: #4D4D4D;
	line-height: 40px;
}
.aqlist ul li:nth-child(1){
	border-radius: 20px 20px 0 0;
}
.aqlist ul li:nth-child(1):before{
	content:' ';
	position: absolute;
	top:30px;
	left:50px;
	width:100px;
	height:83px;
	background: url(../img/gene/b1.png) no-repeat center;
}
.aqlist ul li:nth-child(1):after{
	content:' ';
	position: absolute;
	top:30px;
	right:50px;
	width:110px;
	height:93px;
	background: url(../img/gene/a1.png) no-repeat center;
}
.aqlist ul li:nth-child(2):before{
	content:' ';
	position: absolute;
	top:30px;
	left:50px;
	width:100px;
	height:83px;
	background: url(../img/gene/b2.png) no-repeat center;
}
.aqlist ul li:nth-child(2):after{
	content:' ';
	position: absolute;
	top:30px;
	right:50px;
	width:110px;
	height:93px;
	background: url(../img/gene/a2.png) no-repeat center;
}
.aqlist ul li:nth-child(3):before{
	content:' ';
	position: absolute;
	top:30px;
	left:50px;
	width:100px;
	height:83px;
	background: url(../img/gene/b3.png) no-repeat center;
}
.aqlist ul li:nth-child(3):after{
	content:' ';
	position: absolute;
	top:30px;
	right:50px;
	width:110px;
	height:93px;
	background: url(../img/gene/a3.png) no-repeat center;
}
.aqlist ul li:nth-child(3){
	border-radius: 0 0 20px 20px;
}
.aqlist ul li:hover,.aqlist ul li.curr{
	color:#FFFFFF;
	background: linear-gradient(270deg, #8A77E8 0%, #8EB8E7 100%);
}
.aqlist ul li:hover>h3,.aqlist ul li.curr>h3{
	color: #FFFFFF;
}
.aqlist ul li:hover>p,.aqlist ul li.curr>p{
	color: #FFFFFF;
}
.yszy{
	background: #F5FBFF;
	padding:50px 0;
	margin:30px 0;
}
.yszy .tit>h3{
	font-size: 40px;
	font-weight: 600;
	color: #4D4D4D;
	letter-spacing: 2px;
	text-align: center;
	padding:40px 0;
}
.yszy .cnt>div{
	max-width:45%;
	margin:5px;
	background-color: #FFFFFF;
	text-align: center;
}
.yszy .cnt>div>h4{
	font-size: 26px;
	font-weight: 400;
	color: #4D4D4D;
	line-height: 36px;
	letter-spacing: 1px;
	margin:20px 0;
}
/*移动端适配*/
@media (max-width: 1199px) {

}

@media (max-width: 991px) {
	.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;
	}
	.cjwt>div.pic{
		display: none;
	}
	.cjwt>div.pic1{
		display: block;
	}
	.cjwt>div.cnt>div{
		font-size: 14px;
	}
	.cjwt>div.cnt>div:nth-child(1){
		top: 0;
    	left: 35%;
	}
	.cjwt>div.cnt>div:nth-child(2){
		top: 38%;
    	right: 5%;
	}
	.cjwt>div.cnt>div:nth-child(3){
		top: 38%;
	    left: 5%;
	}
	.cjwt>div.cnt>div:nth-child(4){
		top: 45%;
	    left: 42%;
	    font-size: 16px;
	}
	.aqlist ul {
	    margin-top: -10px;
	}
	.aqlist ul li {
	    padding: 20px 10px;
	}
	.aqlist ul li>h3 {
	    font-size: 20px;
	    letter-spacing: 0px;
	}
	.aqlist ul li>p {
	    font-size: 16px;
	    line-height: 24px;
	}
	.aqlist ul li:nth-child(1):before{
		background: none;
	}
	.aqlist ul li:nth-child(1):after{
		background: none;
	}
	.aqlist ul li:nth-child(2):before{
		background: none;
	}
	.aqlist ul li:nth-child(2):after{
		background: none;
	}
	.aqlist ul li:nth-child(3):before{
		background: none;
	}
	.aqlist ul li:nth-child(3):after{
		background: none;
	}
	.yszy .tit>h3 {
	    font-size: 28px;
	    letter-spacing: 0;
	    padding: 20px 0;
	}
	.yszy .cnt>div>h4 {
	    font-size: 16px;
	    line-height: 26px;
	    letter-spacing: 0;
	    margin: 10px 0;
	}
}
/*单独结束*/







.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{
	margin:30px 0;
	background: #ffffff;
}
.fw{
	margin:30px 0;
	background: #ffffff;
}
.fw .tit>h3{
	font-size:38px;
	text-align: center;
	padding:20px 0;
}
.fw .cnt{
	border-top:2px solid #7AB1D3;
	border-right:2px solid #7AB1D3;
	border-bottom:2px solid #7AB1D3;
	height:200px;
	max-width:90%;
	margin:100px 100px;
	position: relative;
}
.fw .cnt ul>li{
	list-style: none;
	background-color: #7AB1D3;
	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:#7AB1D3;
	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: #F5FFFE;
	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 #7AB1D3; 
	    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) {

}