.r-content{
	position: relative;
	width: 73.33%;
	margin: 0 0 0 auto;
	z-index: 3;
}
.qa{
	background-color: #f6f6f6;
	padding-bottom: 80px;
}
.qa .box1{
	position: relative;
}
.abs-nav{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}
.abs-nav.active{
	position: fixed;
	top: 100px;
}
.abs-nav .l-content{
	width: 20%;
	background-color: rgba(255, 255, 255, 1);
}
.abs-nav .abs-nav-t{
	height: 80px;
	background: rgba(0,102, 181, 1);
	display: flex;
	align-items: center;
	padding: 0 0 0 30px;
	font-size: 18px;
	font-family: GothamRounded;
	font-weight: 500;
	color: rgba(255,227,0,1);
	line-height: 1;
	text-transform: uppercase;
}
.abs-nav .abs-nav-t .iconfont{
	font-size: 22px;
	margin-right: 10px;
}
.abs-nav .l-content ul{
	padding: 10px 0 120px;
}
.abs-nav .l-content li{
	position: relative;
	padding: 0 32px;
}
.abs-nav .l-content li:before,
.abs-nav .l-content li:before{
	position: absolute;
	content: "";
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 3px;
	height: 30px;
	background: rgba(0,102, 181, 1);
	opacity: 0;
}
.abs-nav .l-content li.active:before,
.abs-nav .l-content li:hover:before{
	opacity: 1;
}
.abs-nav .l-content li a{
	display: block;
	padding: 15px 0;
	border-bottom: 1px solid rgba(230, 230, 230, 1);
	font-size: 16px;
	font-family: GothamRounded;
	font-weight: normal;
	color: #444444;
	line-height: 30px;
}
.abs-nav .l-content li:hover a,
.abs-nav .l-content li.active a{
	color: #004083;
}
.top-input{
	height: 58px;
	background: #FFFFFF;
	box-shadow: 0px 5px 25px 0px rgba(27,69,146,0.1);
	border-radius: 29px;
	display: flex;
	align-items: center;
	padding-left: 30px;
}
.top-input .iconfont{
	color: rgba(153, 153, 153, 1);
	font-size: 20px;
	margin-right: 14px;
}
.top-input input{
	flex: 1;
	width: 100%;
	margin-right: 14px;
	height: 100%;
	border: none;
	outline: none;
	font-size: 16px;
	font-family: GothamRounded;
	font-weight: normal;
	color: #333;
	line-height: 30px;
}
.top-input input::placeholder{
	color: #999;
}
.top-input .submit{
	width: 130px;
	height: 58px;
	background: rgba(0,102, 181, 1);
	border-radius: 0px 29px 29px 0px;
	cursor: pointer;
	text-align: center;
	font-size: 16px;
	font-family: GothamRounded;
	font-weight: 500;
	color: rgba(255,227,0,1);
	line-height: 58px;
	text-transform: uppercase;
}
.qa .box1 .r-content .box-c{
	margin-top: 50px;
}
.qa .box1 .r-content .box-c .list li{
	padding: 0 50px 0 46px;
	background-color: #fff;
}
.qa .box1 .r-content .box-c .list li:not(:last-child){
	margin-bottom: 20px;
}
.qa .box1 .r-content .box-c .list li.active{
	background-color: rgba(0,102, 181, 1);
}
.qa .box1 .r-content .box-c .list .li-t{
	padding: 25px 0 25px;
	display: flex;
	justify-content: space-between;
	cursor: pointer;
}
.qa .box1 .r-content .box-c .list .li-t-l{
	flex: 1;
	margin-right: 80px;
	font-size: 18px;
	font-family: GothamRounded;
	font-weight: normal;
	color: #000000;
	line-height: 24px;
}
.qa .box1 .r-content .box-c .list li.active .li-t-l{
	color: #fff;
}
.qa .box1 .r-content .box-c .list .li-t-r{
	width: 30px;
	height: 30px;
	border: 2px solid #004083;
	border-radius: 50%;
	color: #004083;
	line-height: 22px;
	text-align: center;
	font-size: 26px;
}
.qa .box1 .r-content .box-c .list li.active .li-t-r{
	color: #fff;
	border-color: #fff;
}
.qa .box1 .r-content .box-c .list .li-t-r::before{
	content: "+";
}
.qa .box1 .r-content .box-c .list li.active .li-t .li-t-r::before{
	content: "-";
}
.qa .box1 .r-content .box-c .list .li-b{
	border-top: 1px solid rgba(233, 233, 233, .2);
	font-size: 15px;
	font-family: GothamRounded;
	font-weight: 300;
	color: #fff;
	line-height: 24px;
	padding: 23px 0 30px;
	display: none;
}
.qa .box1 .r-content .pagination{
	margin-top: 60px;
}
.t-v{
	background-color: #f6f6f6;
}
.t-v .box1{
	position: relative;
	padding-bottom: 100px;
}
.t-v-title{
	font-size: 30px;
	font-family: Myriad Pro;
	font-weight: bold;
	color: rgba(0,102,181,1);
	line-height: 1.33;
}
.t-v .box1 .box-c{
	margin-top: 45px;
}
.t-v .box1 .box-c .list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 35px;
}
.t-v .box1 .box-c .list li{
	width: 48.54%;
	margin-bottom: 30px;
}
.t-v .box1 .box-c .list li video{
	display: block;
	width: 100%;
	object-fit: cover;
}
.t-v .box1 .box-c .list li .text-title{
	font-size: 18px;
	font-family: GothamRounded;
	font-weight: normal;
	color: #333333;
	line-height: 1;
	text-transform: uppercase;
	text-align: center;
	margin-top: 25px;
}
.t-v .box1 .box-c .more,
.t-v .box2 .box-c .more{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 30px;
	margin-top: 27px;
	width: 220px;
	height: 52px;

	font-size: 16px;
	font-family: GothamRounded;
	font-weight: normal;

	line-height: 36px;
	border-radius: 8px;
		background-color: rgba(0,102, 181, 1);
	color: rgba(255,227,0,1);
	
}
.t-v .box1 .box-c .more:hover,
.t-v .box2 .box-c .more:hover{

		color: rgba(0,102, 181, 1);
			background: rgba(255,227,0,1);
}
.t-v .box1 .box-c .more .iconfont{
	font-size: 22px;
}
.t-v .box2{
	background-color: rgba(234, 234, 234, 1);
	padding: 75px 0 100px;
}
.t-v .box2 .box-c{
	margin-top: 35px;
}
.t-v .box2 .box-c .list{
	border-radius: 0 0 5px 5px;
	overflow: hidden;
}
.t-v .box2 .box-c li{
	background-color: rgba(244, 244, 244, 1);
}
.t-v .box2 .box-c li:nth-child(2n){
	background-color: #fff;
}
.t-v .box2 .box-c li:hover{
	background-color: rgba(0, 102, 181, 1);
}
.t-v .box2 .box-c li a{
	padding: 24px 30px;
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.t-v .box2 .box-c li .div1{
	width: 60%;
	display: flex;
	font-size: 16px;
	font-family: GothamRounded;
	font-weight: normal;
	color: #333333;
	line-height: 26px;
}
.t-v .box2 .box-c li .div1 .icon-pdf-{
	font-size: 22px;
	margin-right: 8px;
}
.t-v .box2 .box-c li .div2,
.t-v .box2 .box-c li .div3{
	font-size: 18px;
	font-family: GothamRounded;
	font-weight: normal;
	color: #777777;
	line-height: 26px;
	width: 15%;
	text-align: center;
}
.t-v .box2 .box-c li .div4{
	color: #333333;
}
.t-v .box2 .box-c li .div4 .iconfont{
	font-size: 24px;
}
.t-v .box2 .box-c li:hover .div1,
.t-v .box2 .box-c li:hover .div2,
.t-v .box2 .box-c li:hover .div3,
.t-v .box2 .box-c li:hover .div4{
	color: #fff;
}
.t-v .box2 .box-c .more{
	margin-top: 40px;
}
.t-v .box3{
	padding: 70px 0 100px;
	background-color: rgba(246, 246, 246, 1);
}
.t-v .box3 .box-c{
	margin-top: 35px;
}
.t-v .box3 .box-c .form .input{
	display: flex;
	align-items: center;
	height: 52px;
	background: #FFFFFF;
	border: 1px solid #DCDCDC;
	border-radius: 4px;
	padding: 0 20px;
	margin-bottom: 15px;
}
.t-v .box3 .box-c .form .input .iconfont{
	font-size: 22px;
	color: #333;
	margin-right: 20px;
}
.t-v .box3 .box-c .form .input input,
.t-v .box3 .box-c .form .input textarea{
	flex: 1;
	width: 100%;
	height: 100%;
	border: none;
	outline: none;
	resize: none;
	background-color: transparent;
	font-size: 18px;
	font-family: GothamRounded;
	font-weight: normal;
	color: #333;
	line-height: 32px;
}
.t-v .box3 .box-c .form .input input::placeholder,
.t-v .box3 .box-c .form .input textarea::placeholder{
	color: #888;
}
.t-v .box3 .box-c .form .input.textarea{
	align-items: flex-start;
	height: 200px;
}
.t-v .box3 .box-c .form .input.textarea .iconfont{
	margin-top: 15px;
}
.t-v .box3 .box-c .form .input.textarea textarea{
	padding-top: 10px;
}
.t-v .box3 .box-c .form .submit{
	width: 220px;
	height: 52px;
	background:  rgba(0,102,181,1);
	border-radius: 4px;
	font-size: 16px;
	font-family: GothamRounded;
	font-weight: normal;
	color: rgba(255,227,0,1);
	line-height: 52px;
	text-align: center;
	cursor: pointer;
	
}
@media (max-width:1280px) {
	.abs-nav .l-content{
		width: 25%;
	}
}
@media (max-width:1199px) {
	.abs-nav{
		position: relative !important;
		top: 0 !important;
		margin-bottom: 50px;
	}
	.abs-nav .l-content{
		width: 100%;
	}
	.r-content{
		width: 100%;
	}
	.abs-nav .l-content ul{
		padding-bottom: 40px;
	}
	.qa .box1 .r-content .pagination{
		margin-top: 40px;
	}
	.qa{
		padding-bottom: 50px;
	}
	.t-v-title{
		font-size: 28px;
	}
	.t-v .box1{
		padding-bottom: 60px;
	}
	.t-v .box2,.t-v .box3{
		padding: 60px 0;
	}
}
@media (max-width:1024px) {
	.t-v-title{
		font-size: 26px;
	}
}
@media (max-width:768px) {
	.t-v .box1{
		padding-bottom: 50px;
	}
	.t-v .box2,.t-v .box3{
		padding: 50px 0;
	}
	.qa .box1 .r-content .box-c .list li{
		padding: 0 20px;
	}
	.qa .box1 .r-content .box-c .list .li-t{
		padding: 10px 0;
	}
	.qa .box1 .r-content .box-c .list .li-t-l{
		font-size: 16px;
		margin-right: 20px;
	}
	.qa .box1 .r-content .box-c .list .li-b{
		padding: 13px 0 20px;
	}
	.qa .box1 .r-content .pagination,.t-v .box2 .box-c,
	.t-v .box3 .box-c{
		margin-top: 30px;
	}
	.qa{
		padding-bottom: 40px;
	}
	.abs-nav .abs-nav-t{
		height: 50px;
		line-height: 50px;
	}
	.abs-nav .l-content li a{
		padding: 8px 0;
	}
	.abs-nav .l-content li{
		padding: 0 20px;
	}
	.abs-nav .l-content ul{
		padding-bottom: 20px;
	}
	.abs-nav{
		margin-bottom: 30px;
	}
	.top-input{
		height: 40px;
		padding-left: 10px;
	}
	.top-input .submit{
		height: 40px;
		line-height: 40px;
	}
	.top-input input{
		font-size: 14px;
	}
	.top-input .iconfont{
		font-size: 16px;
		margin-right: 5px;
	}
	.top-input .submit{
		width: 80px;
		font-size: 14px;
	}
	.t-v-title{
		font-size: 24px;
	}
	.t-v .box1 .box-c .list{
		margin-top: 30px;
	}
	.t-v .box1 .box-c .list li .text-title{
		font-size: 16px;
		margin-top: 15px;
	}
	.t-v .box2 .box-c li a{
		padding: 15px;
	}
	.t-v .box2 .box-c li .div1{
		font-size: 14px;
	}
	.t-v .box2 .box-c li .div2, .t-v .box2 .box-c li .div3{
		font-size: 14px;
	}
	.t-v .box2 .box-c li .div1 .icon-pdf-{
		font-size: 16px;
		margin-right: 4px;
	}
	.t-v .box1 .box-c .more, .t-v .box2 .box-c .moree{
		margin-top: 30px;
		height: 40px;
	}
	.t-v .box2 .box-c .more{
		margin-top: 30px;
	}
}
@media (max-width:500px) {
	.abs-nav{
		margin-bottom: 20px;
	}
	.t-v .box1 .box-c{
		margin-top: 30px;
	}
	.t-v-title{
		font-size: 22px;
	}
	.t-v .box1 .box-c .list{
		margin-top: 20px;
	}
	.t-v .box1{
		padding-bottom: 40px;
	}
	.t-v .box2,.t-v .box3{
		padding: 40px 0;
	}
	.t-v .box2 .box-c li .div2, .t-v .box2 .box-c li .div3{
		display: none;
	}
	.t-v .box2 .box-c li .div1{
		flex: 1;
		margin-right: 15px;
	}
	.t-v .box3 .box-c .form .submit{
		line-height: 40px;
		height: 40px;
	}
	.t-v .box1 .box-c .list li{
		width: 100%;
	}
	.t-v .box1 .box-c .more{
		margin-top: 0;
	}
	.t-v .box3 .box-c .form .input{
		height: 40px;
		padding: 0 15px;
	}
	.t-v .box3 .box-c .form .input .iconfont{
		margin-right: 10px;
		font-size: 16px;
	}
	.t-v .box3 .box-c .form .input input, .t-v .box3 .box-c .form .input textarea{
		font-size: 16px;
	}
	.t-v .box3 .box-c .form .input.textarea{
		height: 150px;
	}
	.t-v .box3 .box-c .form .input.textarea textarea{
		padding-top: 7px;
	}
	.qa .box1 .r-content .pagination, .t-v .box2 .box-c, .t-v .box3 .box-c{
		margin-top: 25px;
	}
}