.tgContent{
	width: 100%;
	padding-top: 72px;
	background-color: #fff;
}
.tgContent .header{
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 8;
	height: 72px;
	color: #68789c;
	background-color: #fff;
	box-shadow: 0 1px 4px rgb(0 21 41 / 8%);
}
.tgContent .header>div{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.tgContent .logo{
	height: 70px;
	margin-right: 20px;
}

.tgContent .logo img{
	display: block;
	height: 100%;
}
.tgContent .header .right{
	display: flex;
	align-items: center;
	font-size: 16px;
}
.tgContent .tabList{
	display: flex;
}
.tgContent .tabList a{
	font-size: 16px;
	color: #68789c;
	margin-left: 40px;
	position: relative;
	display: block;
	line-height: 72px;
	height: 72px;
}
.tgContent .tabList a::before{
	position: absolute;
	content: '';
	width: 30px;
	height: 3px;
	text-align: center;
	border-radius: 2px;
	border-bottom: 3px solid #f9794a;
	left: 50%;
	margin-left: -15px;
	bottom: 0;
	display: none;
}
.tgContent .tabList a.active::before{
	display: block;
}
.tgContent .header .right .ljzx{
	width: 120px;
	height: 40px;
	background: -webkit-gradient(linear,left top,right top,from(#fdb181),to(#f9794a));
	background: linear-gradient(90deg,#fdb181,#f9794a);
	border-radius: 22px;
	font-size: 15px;
	font-weight: 400;
	color: #fff;
	line-height: 40px;
	text-align: center;
	margin-left: 40px;
}
.tgContent .bannerImg{position: relative;}
.tgContent .bannerImg img{
	display: block;
	width: 100%;
}

.tgContent .bannerImg .ljzx{
	width: 175px;
    height: 44px;
    background: #fff;
    -webkit-box-shadow: 0 20px 30px 0 rgb(98 24 11 / 19%);
    box-shadow: 0 20px 30px 0 rgb(98 24 11 / 19%);
    border-radius: 43px;
    font-size: 20px;
    -webkit-animation: scaleDrew 2.5s ease-in-out infinite;
    animation: scaleDrew 2.5s ease-in-out infinite;
    font-weight: 500;
    color: #fd855b;
    line-height: 44px;
    text-align: center;
    position: absolute;
    bottom: 18%;
    left: 35%;
    margin-left: -88px;
}

.animated {
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@keyframes scaleDrew{
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	25% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	50% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	75% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
}
.tgContent .service{
	padding-top: 5%;
	padding-bottom: 5%;
}
.tg_pubtit{
	text-align: center;
	position: relative;
	font-size: 30px;
	font-weight: 500;
	color: #0a1631;
	line-height: 35px;
	letter-spacing: 2px;
	text-align: center;
	margin-bottom: 5%;
	padding-bottom: 20px;
}
.tg_pubtit::before{
	position: absolute;
	content: '';
	width: 30px;
	height: 5px;
	background: -webkit-gradient(linear,left top,right top,from(#ff9567),to(#f05e2d));
	background: linear-gradient(90deg,#ff9567,#f05e2d);
	border-radius: 3px;
	left: 50%;
	margin-left: -15px;
	bottom: 0;
}
.tgContent .service ul{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.tgContent .service li{
	width: 280px;
	height: 450px;
	margin: auto;
	-webkit-box-shadow: 0 13px 30px 8px rgb(13 31 83 / 6%);
	box-shadow: 0 13px 30px 8px rgb(13 31 83 / 6%);
	border-radius: 10px;
	text-align: center;
	padding: 30px;
	transition: all .3s;
	font-size: 14px;
	font-weight: 400;
	color: #7a86a4;
	line-height: 26px;
}
.tgContent .service li img{
	height: 120px;
}
.tgContent .service li h3{
	position: relative;
	font-size: 20px;
	font-weight: 500;
	color: #0a1631;
	line-height: 24px;
	margin-top: 25px;
	padding-bottom: 15px;
	margin-bottom: 12px;
	margin-top: 30px;
}
.tgContent .service li h3::before{
	position: absolute;
	content: '';
	width: 24px;
	height: 4px;
	background: -webkit-gradient(linear,left top,right top,from(#ff9567),to(#f05e2d));
	background: linear-gradient(90deg,#ff9567,#f05e2d);
	border-radius: 3px;
	left: 50%;
	margin-left: -12px;
	bottom: 0;
}
.tgContent .service li p{
	height: 8em;
	line-height: 2em;
}
.tgContent .service li:hover{
	transform: scale(1.05);
}
.tgContent .service li a{
	width: 40px;
	height: 40px;
	margin:20px auto 0;
	display: block;
	background: url("../img/tg_a7.png")/*tpa=http://m.asodate.com/Public/Home/img/tg_a7.png*/ no-repeat center;
	background-size: 100%;
}
.partner{
	padding: 5% 0;
	background-color: #f5f9ff;
}
.partner-container{
	background: rgb(255, 255, 255);
	box-shadow: rgb(13 31 83 / 6%) 0px 15px 30px 20px;
	border-radius: 10px;
}
.partner-container .inner{
	width: 100%;
	padding: 30px 70px;
	
}
.partner-container .topWord{
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 15px;
	font-weight: 400;
	color: #7a86a4;
	line-height: 21px;
}
.orgrangeTxt2{
	color: #f97a7d;
}
.partner-container .topWord .left{
	display: flex;
	flex: 1;
	overflow: hidden;
}
.partner-container .topWord .left img{
	width: 53px;
	height: 53px;
	margin-right: 20px;
}
.partner-container .topWord .left .txt{
	flex: 1;
}
.partner-container .topWord .left h3{
	font-size: 20px;
	font-weight: 500;
	color: #0a1631;
	line-height: 28px;
}
.partner-container .topWord .left p{
	font-size: 14px;
	line-height: 2em;
}
.partner-container .topWord p{
	margin-bottom: 10px;
}
.echartBox{
	width: 100%;
	height: 400px;
}
.echartBox>img{
	width: 100%;
}
.swiper-button-next, .swiper-button-prev{
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-size: 30% 30%;
	background-color: #eef2fa;
}
.ourYs{
	padding: 5% 0;
}
.ourYs ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.ourYs li{
	width: 48%;
	height: 136px;
	margin-top: 15px;
	border-radius: 8px;
	
}
.ourYs li:hover{
	box-shadow:0px 6px 30px 14px rgba(13,31,83,0.06);
}
.ourYs li a{
	height: 136px;
	padding: 20px 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.ourYs li a img{
	width: 53px;
	height: 53px;
}
.ourYs li .txt{
	flex: 1;
	padding-left: 10px;
}
.ourYs li .txt h3{
	font-size: 20px;
	font-weight: 500;
	color: #101c36;
	line-height: 33px;
	font-family: PingFangSC-Medium,PingFang SC;
}
.ourYs li .txt p{
	font-size: 15px;
	color: #7a86a4;
	line-height: 21px;
	margin-top: 10px;
}
.tgContent .form {
	width: 100%;
	height: 757px;
	background: url("../img/tg_a13.png")/*tpa=http://m.asodate.com/Public/Home/img/tg_a13.png*/ no-repeat top;
	overflow: hidden;
	padding-top: 154px;
}
.tgContent .form .title{
	text-align: center;
	color: #fff;
	font-family: PingFangSC-Medium,PingFang SC;
	font-weight: 500;
	line-height: 35px;
	margin-bottom: 60px;
}
.tgContent .form .title h3{
	font-size: 30px;
}
.tgContent .form .title p{
	font-size: 16px;
	margin-top: 20px;
}
.tgContent .form .title span{
	display: block;
    width: 30px;
    height: 5px;
    background: #fff;
    border-radius: 3px;
    text-align: center;
    margin: 19px auto auto;
}
.tgContent .formBox{
	width: 642px;
	margin: 0 auto;
}
.tgContent .form li{
	display: flex;
	align-items: center;
	margin-bottom: 30px;
	justify-content: space-between;
}
.tgContent .form input,.tgContent .form textarea{
	width: 306px;
	height: 40px;
	border: 1px solid #ffc9b6;
	border-radius: 40px;
	outline: 0;
	padding: 0 15px;
	color: #fff6f3;
	font-size: 16px;
	background: none;
}
.tgContent .form input::placeholder,.tgContent .form textarea::placeholder{color: #fff;}
.tgContent .form li.width100 input,.tgContent .form li.width100 textarea{
	width: 100%;
}
.tgContent .form li.width100 textarea{
	height: 138px;
	border-radius: 8px;
	padding: 5px 15px;
}
.tgContent .form input:focus,.tgContent .form textarea:focus{
	border: 2px solid #fff;
}

.tgContent .form .formBox span{
	display: block;
	font-size: 13px;
	font-family: PingFangSC-Regular,PingFang SC;
	font-weight: 400;
	color: #fff;
	line-height: 18px;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
}
.tgContent .form .formBox button{
	display: block;
	width: 100%;
	height: 48px;
	background: #fff;
	border-radius: 25px;
	text-align: center;
	font-size: 15px;
	font-family: PingFangSC-Medium,PingFang SC;
	font-weight: 500;
	color: #f8784b;
	line-height: 48px;
	cursor: pointer;
	border: 0;
	outline: 0;
}

.tgContent .footer{
	background-color: #111;
	font-size: 14px;
	font-family: PingFangSC-Light,PingFang SC;
	font-weight: 300;
	color: #a0a0a0;
	line-height: 21px;
	letter-spacing: 1px;
}
.tgContent .footer .inner{
	width: 900px;
	margin: 0 auto;
}
.tgContent .footer .top{
	padding: 50px 0;
	display: flex;
	justify-content: space-between;
}
.tgContent .footer .top dt{
	margin-bottom: 15px;
	color: #fff;
	font-size: 20px;
	/* font-weight: bold; */
}
.tgContent .footer .top dd{
	font-size: 18px;
	/* font-weight: bold; */
}
.tgContent .footer .inner p{
	color: #646464;
	font-size: 13px;
}
.tgContent .footer a{
	color: #646464;
}
.weixinFix{
	z-index: 12;
	display: block;
	margin: 0;
	padding: 5px;
	overflow: hidden;
	border-radius: 7px;
	border: 1px #333;
	background: #FFF;
	position: fixed;
	left: 15px;
	right: auto;
	top: 30%;
	text-align: center;
	box-shadow: rgb(151, 152, 153) 5px 5px 20px;
}
.weixinFix .img{
	width: 180px!important;
}
.weixinFix .icon{
	display: none;
}
.weixinFix .closeIcon{
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
	width: 24px;
}
@media screen and (max-width: 960px){
	.tgContent .tabList,
	.tgContent .header .right p{
		display: none;
	}
	.tgContent .bannerImg{
		overflow: hidden;
	}
	.tgContent .bannerImg img{
		width: 140%;
		position: relative;
		left: -20%;
	}
	.tgContent .bannerImg .ljzx{
		width: 90px;
		font-size: 12px;
		height: 24px;
		line-height: 24px;
		margin-left: -65px;
		/* top: 70%; */
		bottom: 15%;
	}
	.tg_pubtit,.tgContent .form .title h3{
		font-size: 20px;
	}
	.tgContent .service li{
		width: 100%;
		margin-bottom: 20px;
		height: auto;
	}
	.partner-container .inner{
		padding: 15px;
	}
	.partner-container .topWord{
		display: block;
	}
	.ourYs ul{
		display: block;
	}
	.ourYs li{
		width: 100%;
		padding: 15px;
	}
	.tgContent .form{
		padding: 50px 0;
		background: #fe8b56;
	}
	.tgContent .form .title p{
		margin-top: 10px;
	}
	.tgContent .form{
		height: auto;
	}
	.tgContent .formBox{
		width: 100%;
		padding: 0 15px;
	}
	.tgContent .form li{
		display: block;
		margin-bottom: 20px;
	}
	.tgContent .form li input{
		display: block;
		margin-bottom: 20px;
		width: 100%;
	}
	.tgContent .form .title{
		margin-bottom: 30px;
	}
	.tgContent .footer .inner{
		width: 100%;
		padding: 0 15px;
	}
	.tgContent .footer{
		padding-bottom: 10px;
	}
	.tgContent .footer .top{
		display: block;
		padding: 15px 0;
	}
	.tgContent .footer .top dl{
		width: 100%;
		margin-bottom: 10px;
	}
	.ourYs li a{
		padding: 0;
	}
	.weixinFix .inner{
		display: none;
	}
	.weixinFix .icon{
		display: block;
		width: 40px;
		height: 40px;
	}
	.weixinFix.active .inner{
		display: block;
	}
	.weixinFix.active .icon{
		display: none;
	}
	.weixinFix .closeIcon{display: none;}
	.tgContent .footer .top dt{
		margin-bottom: 15px;
		color: #fff;
		font-size: 18px;
	}
	.tgContent .footer .top dd{
		font-size: 16px;
	}
}

