/* Write your styles */

/* 2022.11.30 网站变灰色 
html {
	filter:grayscale(100%);
	-webkit-filter:grayscale(100%);
	-moz-filter:grayscale(100%);
	-ms-filter:grayscale(100%);
	-o-filter:grayscale(100%);
	filter:progid:DXlmageTransform.Microsoft.Basiclmage(grayscale=1):
	-webkit-filter:grayscale(1);
}*/

.am-g{
	max-width: 1600px;
	margin:0 auto;
}

#head #nav{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: row;
	align-items: center;
	text-align: right;
	justify-content: flex-end;
	height: 80px;
}

#head #nav a{
	display:block;
	line-height: 80px;
	color:#444;
}

#head #nav a.am-active{
	color:#0095e5;
}

#head #nav a:after{
	content:"";
	margin:0 15px;
	display: inline-block;
	width:1px;
	height: 10px;
	background: #999
}

#index-slider li{
	position: relative;
}

#index-slider .right-info{
	position: absolute;
	right:10%;
	top:15%;
	text-align: right;
}

#index-slider .right-info h2{
	font-size: 56px;
}

#index-slider .right-info h4{
	font-size: 26px;
	margin:1rem 0!important;
	font-weight: normal;
	color:#777;
}

#index-slider .right-info .tel{
	background: #3388ff;
	box-shadow: 2px 2px 10px rgba(51,136,255,0.5);
	padding:5px 25px;
	font-size: 24px;
	display: inline-block;
	color:#fff;
	border-radius: 20px;
	margin:2rem 0 0;
}

#index-slider .right-info .tel .am-icon-phone{
	transform: rotate(80deg);
	margin-right: 10px;
}

#index-slider .right-info  p{
	padding-right: 15px;
}

#index-slider .bottom-info{
	position: absolute;
	left:20%;
	bottom:10%;
	width:auto;
	background: #3388ff;
	padding:5px 15px;
	color:#fff;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	box-shadow: 2px 2px 10px rgba(51,136,255,0.5);
	font-size: 18px;
}

.tongyong {
	margin:3rem auto;
}

.tongyong .title,#i05 .title{
	text-align: center;
	margin:4rem 0;
	font-size: 24px;
}

.tongyong .title small{
	display: block;
	font-size: 14px;
	color:#999;
}



.tongyong .item{
	max-width: 1300px;
	margin:3rem auto;
	text-align: center;
}

#i01 .item li{
	padding-bottom: 15px;
	position: relative;
}

#i01 .item li .info{
	position: relative;
	z-index: 10;
}

#i01 .item li .bg{
	width:100%;
	height: 100%;
	position: absolute;
	background: #fafafa;
	box-shadow: 0 0 20px rgba(0,0,0,0.2);
	z-index: 1;
	opacity: 0;
	transition: all 0.2s;
	top:0;
	left:0;
}

#i01 .item li:hover .bg{
	opacity: 1;	
	transform: scale(1.05);
}

#i01 .item li img{
	display: block;
	margin:2rem auto 0;
	transition: all 0.2s;
}

#i01 .item li:hover img{	
	transform: scale(1.05);
}

#i01 .item li:after,#i01 .item li:before{
	position: absolute;
	right:0;
	top:0;
	height: 100%;
	display: block;
	content:"";
	background-image: -webkit-linear-gradient(bottom, #3388ff, rgba(255,255,255,0)); 
	width:1px;
}

#i01 .item li:before{
	width:100%;
	height: 1px;
}

#i01 .item li:nth-of-type(1):before,
#i01 .item li:nth-of-type(2):before,
#i01 .item li:nth-of-type(3):before{
	display: none;
}

#i01 .item li:nth-of-type(4):before{
	background-image: -webkit-linear-gradient(left,rgba(255,255,255,0), #3388ff); 
}

#i01 .item li:nth-of-type(5):before{
	background:  #3388ff; 
}


#i01 .item li:nth-of-type(6):before{
	background-image: -webkit-linear-gradient(right,rgba(255,255,255,0), #3388ff); 
}

#i01 .item li:nth-of-type(4):after,
#i01 .item li:nth-of-type(5):after,
#i01 .item li:nth-of-type(6):after{
	background-image: -webkit-linear-gradient(bottom,rgba(255,255,255,0), #3388ff); 
}

#i01 .item li:nth-of-type(3):after,
#i01 .item li:nth-of-type(6):after{
	display: none;
}





#i02{
	background: url(../img/bg02.jpg) no-repeat 50% 0;
	-webkit-background-size: cover;
	background-size: cover;
	padding:3rem 0;
	color:#fff;
}

#i02 .item{
	text-align: center;
	margin-bottom: 3rem;
}

#i02 .item li{
	margin: 4rem 0;
	font-size: 14px;
}

#i02 .t{
	position: relative;
	text-align: center;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 15rem;
	background: url(../img/itbg.png) no-repeat 50% 0;
}

#i02 .t .iconfont{
	font-size: 56px;
}

#i03 .item{
	text-align: center;
	font-size: 14px;
}

#i03 .item li{
	margin: 2rem 0;
}

#i03 .iconfont{
	display: block;
	margin:0 auto;
	width:6rem;
	height: 6rem;
	border-radius: 50%;
	background: #333;
	color:#fff;
	text-align: center;
	line-height: 6rem;
	margin-bottom: 2rem;
	font-size: 36px;
	position: relative;
}

#i03 .iconfont:after{
	width:6rem;
	height: 3rem;
	border-radius: 0 0 50px 50px;
	background:rgba(0,0,0,0.1);
	display: block;
	position: absolute;
	right:-12px;
	bottom:5px;
	content:"";
	transform: rotate(-50deg);
	transition: all 0.2s;
}

#i03 .iconfont:hover:after{
	transform: rotate(0deg);

	right:0px;
	bottom:0px;
}

#i03 li:nth-of-type(1) .iconfont{
	background: #00cc99;
}

#i03 li:nth-of-type(2) .iconfont{
	background: #3388ff;
}
#i03 li:nth-of-type(3) .iconfont{
	background: #ff0052;
}
#i03 li:nth-of-type(4) .iconfont{
	background: #5c33ff;
}
#i03 li:nth-of-type(5) .iconfont{
	background: #ff6600;
}
#i03 li:nth-of-type(6) .iconfont{
	background: #3388ff;
}
#i03 li:nth-of-type(7) .iconfont{
	background: #ffcc00;
}
#i03 li:nth-of-type(8) .iconfont{
	background: #3eab00;
}
#i03 li:nth-of-type(9) .iconfont{
	background: #ff6600;
}
#i03 li:nth-of-type(10) .iconfont{
	background: #00cc99;
}
#i03 li:nth-of-type(11) .iconfont{
	background: #ffcc00;
}
#i03 li:nth-of-type(12) .iconfont{
	background: #44bb00;
}

#i04 li{
	position: relative;
	margin-bottom: 3rem;
}

#i04 li .info{
	position: absolute;
	top:0;
	left:0;
	width:90%;
	height: 100%;
	padding:2rem;
	color:#fff;
	text-align: left;
}

#i04 li .info h4{
	font-size: 2.4rem;
	line-height: 4rem;
	position: relative;
	margin-bottom: 3rem;
}

#i04 li .info h4:after{
	position: absolute;
	bottom:-10px;
	width:50px;
	height: 1px;
	display: block;
	left:0;
	content:"";
	background: #fff;
}

#i04 .liucheng{
	max-width: 1300px;
	margin:0 auto;
}

#i04 .liucheng .num{
	border-radius: 20px;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	padding:10px;
	width:90%;
	margin:2rem auto 1rem;
	position: relative;
}

#i04 .liucheng .num:before{
	display: inline-block;
	content:"";
	width:30px;
	height: 1px;
	background: #3388ff;
	position: absolute;
	left:-30px;
	top:50%;
}

#i04 .liucheng li:nth-of-type(1) .num:before,
#i04 .liucheng li:nth-of-type(5) .num:before{
	display: none;
}

#i04 .liucheng .num span{
	border-radius: 50%;
	margin-right: 10px;
	width:20px;
	height: 20px;
	line-height: 15px;
	background: #3388ff;
}

#i05 .item{
	max-width: 100%;
	width:100%;
	background:url(../img/bg03.jpg) no-repeat 50% 0;
	background-size:cover;
	padding:5rem 0 2rem;
}

#i05 .item .qa{
	max-width: 1300px;
	margin:0 auto;
}

#i05 .item .qa .sub-item{
	position: relative;
	margin-bottom: 3rem;
}

#i05 .item .qa .info{
	box-shadow: 0 0 10px rgba(0,0,0,0.1)
}

#i05 .item .qa .info,#i05 .item .qrcode{
	background: #fff;
	padding:10px;
	width:95%;
	margin:0 auto;
	min-height: 180px;
	position: relative;
	z-index: 1;
	transition: all 0.2s;
}

#i05 .item .qrcode{
	position: absolute;
	left:2.5%;
	top:0;
	text-align: center;
	z-index: 2;
	opacity: 0;
}

#i05 .item .qrcode:hover{
	opacity: 1;
}

#i05 .item .qrcode img{
	margin:0 auto;
	transform: scale(0.2);
}

#i05 .item .qrcode:hover img{
	transform: scale(1);
}

#i06 li{
	padding:1rem;
}

#i06 .pic {
	position: relative;
}

#i06 .pic img{
	width:100%;
	position: relative;
	z-index: 1;
	display: block;
}

#i06 .pic span{
	background: rgba(0,0,0,0.3);
	color:#fff;
	padding:5px 10px;
	display: block;
	width:100%;
	z-index: 2;
	position: absolute;
	bottom:0;
	left:0;
}

#i06 .info{
	margin-top: 1rem;
	font-size: 14px;
	text-align: left;
	color:#666;
}

#i07 .qa .info{
	background: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.05);
	padding:1.5rem;
	text-align: left;
	width:95%;
	margin:0 auto 2rem;
}


#i07 .qa .info dd{
	font-size: 14px;
	color:#777;
}

#footer{
	background: #3f3f3f;
	color:#eee;
	padding:3rem 0;
}

#footer .am-g{
	max-width: 1300px;
}

#footer .title{
	border-bottom: 1px solid #ccc;
	padding-bottom: 1rem;
	margin-bottom: 3rem;
	font-size: 18px;
	position: relative;
}

#footer .title:after{
	position: absolute;
	left:0;
	bottom:-2px;
	width:120px;
	height: 4px;
	content:"";
	display: inline-block;
	background: #3388ff;
}

#footer .date,#footer .add,#footer .phone{
	padding-left: 30px;
	position: relative;
}

#footer p:before{
	font-family:"iconfont" !important;
	font-size:16px;
	font-style:normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	left:0;
}

#footer .date:before{
	content:"\efa0";
}
#footer .add:before{
	content:"\e601";
}
#footer .phone:before{
	content:"\e614";
}

#footer .am-form .am-input-group{
	margin-bottom: 1rem;
	background: #eee;
	width:100%;
}

#footer textarea{
	width:100%;
	background: #eee;
}

#footer .am-input-group-label,#footer .am-form-field{
	border: none;
	background: none;
}

#footer .it{
	width:100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: row;
}

#footer .it .am-input-group{	
	background: #eee;
	width:40%;
}

#footer .it .sit{
	width:60%;
	padding-left: 15px;
}

#footer .iconfont{
	font-size: 18px;
}
#footer a, #footer a:visited{
	color: #FFF;
}

@media screen and (max-width:1024px) {
	#index-slider .bottom-info,#index-slider .right-info h4{
		display: none;
	}

	#i01 .item li:nth-of-type(5):before{
		background:  none; 
	}


	#i01 .item li:nth-of-type(3):before,#i01 .item li:nth-of-type(5):before{
		display: block;
		background-image: -webkit-linear-gradient(left,rgba(255,255,255,0), #3388ff); 
	}

	#i01 .item li:nth-of-type(4):before{
		background-image: -webkit-linear-gradient(right,rgba(255,255,255,0), #3388ff); 
	}



	#i01 .item li:nth-of-type(6):before{
		background-image: -webkit-linear-gradient(right,rgba(255,255,255,0), #3388ff); 
	}

	#i01 .item li:nth-of-type(4):after,
	#i01 .item li:nth-of-type(5):after,
	#i01 .item li:nth-of-type(6):after{
		background-image: -webkit-linear-gradient(bottom,rgba(255,255,255,0), #3388ff); 
	}



	#i01 .item li:nth-of-type(3):after{
		background-image: -webkit-linear-gradient(bottom,#3388ff, #3388ff); 
		display: block;
	}

	,#i01 .item li:nth-of-type(5):after{
			background-image: -webkit-linear-gradient(bottom,#3388ff, rgba(255,255,255,0)); 
	}

	#i04 li{
		padding:1.5rem;
	}

	#i04 li .info{
		top:1rem;
		left:5%;
	}
	
	#i04 .liucheng .num{
		font-size: 14px;
		margin:0;
	}

	#i04 .liucheng li{
		padding:0.5rem;
	}
	
}

@media screen and (max-width: 980px) {
	#index-slider .right-info h2,#index-slider .right-info .tel,#index-slider .right-info p{
		display: none;
	}

	.tongyong .title, #i05 .title{
		margin:2rem auto;
	}
	#i01 .item li img{
		max-height:80px;
	}

	#i02 .t{
		border: none;
		min-height: 8rem;
		background: none;
	}

	#i02 .item li{
		margin:2rem 0;
	}

	#i02{
		padding:1rem 0 0;
	}
	#i02 .item{
		margin-bottom: 0;
	}

	#i03 .item li{
		margin-bottom: 0;
	}

	#i04 li{
		margin-bottom: 0;
	}

	#i04 .liucheng .num{
		margin-left: 1rem;
	}

	#i04 .liucheng .num:before{
		display: none;
	}

	#footer .qc{
		text-align: center;
	}
	#footer .qc img{
		margin:2rem  auto;
	}

	#footer .qc p{
		display: none;
	}

	#head #nav a:nth-of-type(4),#head #nav a:nth-of-type(5),#head #nav a:nth-of-type(6){
		display: none;
	}

	#head #nav{
		height: 40px;
		background: #3f3f3f;
	}

	#head #nav a{		
		line-height: 40px;
		text-align: center;
		color:#999;
		padding-left:0;
		padding-right:0;
		font-size:14px;
	}

	#head #nav a.am-active{
		color:#eee;
	}
}