* {
	margin: 0;
	padding: 0;
}

html,
body {
	width: 100%;
	height: auto;
	min-width: 1250px;

}

video {
	width: 100%;
	height: 100%;
	background-color: #000;
}

input[type="radio"] {
	border: 0px;
	/* 如果要去掉边框，可以设置为0 */
	border-radius: 50%;
	/* 使得radio呈现圆形 */
	width: 16px;
	/* 设置radio的宽度 */
	height: 16px;
	/* 设置radio的高度 */
	outline: none;
	/* 去掉聚焦时的边框 */
	box-shadow: none;
	/* 去掉阴影效果 */
	background-color: #fff;
	/* 设置背景颜色 */
	margin: 0;
	/* 可以根据需要调整margin */
	padding: 0;
	/* 可以根据需要调整padding */
}

.pageModel {
	width: 100%;
	height: auto;
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	transform: translate(0);
}

.pageModel_content {
	margin: auto;
	font-size: 12px;
	/*width: 100%;*/
	width: 1200px;
	min-width: 1100px;
	position: relative;
	overflow: hidden;
}


.title_box {
	width: auto;
	margin: auto;
	text-align: center;
	color: #3C4467;
	font-family: AlibabaPuHuiTi;
	font-size: 38px;
	font-weight: bold;
	line-height: normal;
	letter-spacing: 0em;
}

.title_img {
	width: 109px;
	height: 16px;
	margin: auto;
	background-image: url("../images/python/t.png");
	background-repeat: no-repeat;
	background-size: 100%;
	margin-top: 5px;
}

.title_describe {
	width: 100%;
	line-height: 28px;
	color: #3C4467;
	font-size: 18px;
	margin-top: 20px;
	text-align: left;
	color: #3C4467;
	font-family: AlibabaPuHuiTi;
	font-weight: normal;
}

.assistant_title {
	display: flex;
	width: auto;
	margin: auto;
	color: #3C4467;
	font-size: 34px;
	font-weight: 500;
	position: relative;
	justify-content: center;
}

.assistant_title::after {
	content: "";
	width: 35px;
	height: 60px;
	display: block;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-image: url('../images/contact/tbgr.png');
}

.assistant_title::before {
	content: "";
	width: 36px;
	height: 60px;
	display: block;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-image: url('../images/contact/tbgl.png');
}

.model1 {
	height: 840px;
}

.model1_content {
	width: 88%;
	height: 520px;
	margin: auto;
	margin-top: 80px;
	background-color: #3C4467;
}

.model2 {
	margin: auto;
	height: auto;
	z-index: 9;
	width: 100%;
	max-width: 1600px;
}

.model2_bg {
	width: 100%;
	height: 600px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	top: 0;
}

.model2_content {
	width: 100%;
	height: auto;
	margin-top: 80px;
	margin-bottom: 80px;
	display: flex;
	justify-content: space-between;
}

.model2_img {
	width: 54%;
	height: auto;
}

.model2_img img {
	width: 100%;
	height: auto;
}

.model2_text {
	width: 42%;
	height: 100%;
}

.model2_text_item {
	width: 100%;
	color: #FFFFFF;
	line-height: 37px;
	font-size: 20px;
	text-indent: 1em;
	position: relative;
}

.model2_text_item span:first-child {
	display: block;
	position: absolute;
	top: 7px;
	width: 14px;
	height: 20px;
	background-image: url('../images/contact/2ic.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
}


.model3 {
	margin: auto;
	height: 820px;
	z-index: 9;
	width: 100%;
	max-width: 1600px;
}

.model3_content {
	width: 100%;
	height: 500px;
	margin-top: 80px;
	display: flex;
	justify-content: space-between;
}

.model3_swiper {
	width: 57%;
	height: 100%;
}


.model3_text {
	width: 40%;
	height: 100%;
	font-size: 26px;
	line-height: 48px;
	color: #3C4467;
	font-weight: 500;
}

.model3_text img {
	width: 50px;
	height: auto;
}

.model3_text p {
	margin: 40px 0px;
}

.model3_text b {
	color: #FF7617;
	font-size: 46px;
	font-style: italic;
	margin: 0px 16px;
}

.model3_swiper_content {
	width: 80%;
	height: 500px;
	border-radius: 10px;
	overflow: initial;
}

.model3_swiper_content .swiper-slide {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	border-radius: 10px;
}

.model4 {
	margin: auto;
	height: 1800px;
	z-index: 9;
}

.model4_content {
	height: 600px;
	margin-top: 50px;
}

.model4 .swiper {
	width: 100%;
	margin: auto;
	height: 100%;
	overflow: hidden;
	margin-top: 50px;
}

.model4 .swiper-wrapper {
	width: 100%;
	margin: auto;
}

.model4 .swiper-pagination-bullet {
	width: 130px;
	height: 5px;
	border-radius: 50px;
	transition: all 0.2s;
}

.model4 .swiper-pagination-bullet-active {
	background-color: #F48B09;
}

.model4 .swiper-slide {
	display: flex;
	justify-content: center;
	margin-top: 50px;
}

.model4 .personnel_item {
	width: 100%;
	height: auto;
	position: relative;
	margin: 0px 20px;
}

.model4 .personnel_img {
	width: 100%;
	height: 160px;
	background: linear-gradient(135deg, #FFD080 -5%, #FF824D 106%);
	position: relative;
	border-radius: 0px 78px 25px 78px;
}

.model4 .personnel_img img {
	width: 102%;
	height: auto;
	/* height: 100%; */
	object-fit: cover;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

.model4 .content_Box {
	width: 100%;
	height: 360px;
	background: #FFF0E1;
	margin-top: -90px;
	padding-top: 110px;
	border-radius: 0px 0px 30px 30px;
}

.model4 .personnel_title {
	width: 80%;
	height: 36px;
	margin: auto;
	display: flex;
	align-items: center;
	background: #FC653B;
	border-radius: 40px;
}

.model4 .personnel_title span {
	font-size: 20px;
	/* background: linear-gradient(180deg, #FF7944 9%, #F94D32 87%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent; */
	font-weight: bold;
	color: #FFFFFF;
	font-family: AlibabaPuHuiTi;
}

.model4 .personnel_title span:nth-child(2) {
	margin-right: 16px;
}

.model4 .personnel_title_igm {
	width: 16px;
	height: 14px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	background-image: url('../images/contact/4icon.png');
	margin-left: 30px;
	margin-right: 20px;
}

.model4 .personnel_text {
	width: 80%;
	margin: auto;
	font-size: 16px;
	line-height: 25px;
	margin-top: 12px;
	color: #555;
	font-weight: 500;
}



.model4 .personnel_items {
	width: 88%;
	height: auto;
	margin: auto;
	position: relative;
	margin: 0px 0.5%;
	cursor: pointer;
}

.model4 .personnel_img_boxs {
	width: 100%;
	height: 190px;
	background-color: #FFD080;
	position: relative;
	overflow: hidden;
	border-radius: 0px 45px 15px 70px;
}

.model4 .personnel_img_boxs .personnel_img_texts {
	width: 100%;
	display: flex;
	justify-content: center;
}

.model4 .personnel_img_boxs .personnel_img_texts span {
	line-height: 40px;
	font-size: 18px;
	color: #000;
	font-weight: bold;
}

.model4 .personnel_img_boxs .personnel_img_texts span:last-child {
	margin-left: 10px;
}

.model4 .personnel_imgs {
	width: 100%;
	height: calc(100% - 40px);
	background-color: #FF9B5D;
	position: relative;
	border-radius: 0px 45px 0px 70px;
}

.model4 .personnel_imgs img {
	width: 100%;
	/*height: 100%;*/
	/* height: 100%; */
	/*object-fit: cover;*/
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

.model4 .personnel_titles {
	width: auto;
	min-height: 25px;
	margin: auto;
	display: flex;
	align-items: center;
	background: linear-gradient(270deg, rgba(252, 113, 60, 0) 2%, rgba(253, 124, 64, 0.94) 33%, #FF8C44 99%);
	border-radius: 10px;
	margin-top: 8px;
	z-index: 10;
	position: inherit;
}

.model4 .personnel_items:hover .content_Boxs {
	display: block;
}

.model4 .personnel_titles span {
	font-size: 14px;
	color: #fff;
	font-weight: bold;
}

.model4 .personnel_title_igms {
	width: 10px;
	height: 15px;
	background-color: #fff;
	margin: 0px 5px 0px 10px;
}

.model4 .content_Boxs {
	width: 100%;
	height: 460px;
	/* background: linear-gradient(180deg, rgba(255, 234, 221, 0.6) 83%, rgba(255, 255, 255, 0.6) 103%); */
	background-color: #FFF0E1;
	margin-top: -90px;
	padding-top: 100px;
	border-radius: 0px 30px 30px 30px;
}

.model4 .personnel_texts {
	width: 80%;
	margin: auto;
	font-size: 14px;
	line-height: 25px;
	margin-top: 0px;
	color: #3C4467;
}

.model5 {
	height: 900px;
	overflow: initial;
}

.model5 .content_box {
	width: 100%;
	height: 540px;
	margin-top: 60px;
	overflow: initial;
}

/* 智库顾问轮播样式 */
.model5 .swiper-button-prev,
.model5 .swiper-button-next {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background: #FF9E44;
	display: flex;
	color: #fff;
	top: 48%;
}

.model5 .swiper-wrapper {
	width: 100%;
	margin: auto;
}

.model5 .swiper-pagination-bullet {
	width: 60px;
	height: 5px;
	border-radius: 50px;
	transition: width 0.5s;
}

.model5 .swiper-pagination-bullet-active {
	background-color: #F48B09;
	width: 140px;
}

.model5 .swiper-3d .swiper-slide-shadow-right,
.model5 .swiper-3d .swiper-slide-shadow-left {
	background-image: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
	backdrop-filter: blur(1px);
}
.model5 .swiper-slide{
	opacity: 0.6;
}
.model5 .swiper-slide-active{
	opacity: 1;
}

.model5 .content_box_item {
	width: 82%;
	height: 540px;
	position: relative;
	margin: auto;
	border-radius: 30px;
	box-sizing: border-box;
	overflow: hidden;
	box-shadow: 0px 4px 10px 0px #9AB1D0;
	/* background-size: cover; */
	/* background-repeat: no-repeat; */
	/* background-position: center; */
	background-color: #0d4da1;
	/* border: 3px solid; */
	/* border-image: linear-gradient(142deg, #FFFFFF 9%, rgba(255, 255, 255, 0.5) 89%) 3; */

}

.model5 .content_box_item img {
	width: auto;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	object-fit: cover;
}

.model6 {
	height: auto;
	padding-bottom: 50px;
}

.model6_content {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-around;
	margin: auto;
	margin-top: 60px;
}

.model6_content_text {
	width: 40%;
	height: 690px;
	background-color: rgba(255, 255, 255, 0.15);
}

.model6_content_text label {
	width: 100%;
	display: block;
}

.model6_content_text label span {
	width: 100%;
	font-size: 18px;
	display: block;
	padding: 16px 30px;
	color: #FFFFFF;
	cursor: pointer;
	position: relative;
}

.model6_content_text label:last-child span::after {
	border-bottom: 0px dashed #fff;
}

.model6_content_text label span::after {
	content: "";
	width: calc(100% - 60px);
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	border-bottom: 1px dashed #fff;
}

.model6_content_text input {
	display: none;
}

.model6_content_text label input:checked+span {
	background: linear-gradient(100deg, #FF7E22 7%, #FFB15E 74%);
	transform: translateY(-1px);
	font-size: 18px;
}

.model6_content_text label input:checked+span::after {
	content: "▶";
	border-bottom: 0px dashed #fff;
	width: auto;
	height: auto;
	top: 50%;
	right: -16px;font-size: 28px;
	left: inherit;
	bottom: inherit;
	transform: translateY(-50%);
	color: #FFB05D;
}


.model6_content_img {
	width: 40%;
	height: auto;
	/* background-color: #ffaa7f; */
	position: relative;
}
.model6_content_img img{
	width: 100%;
	height: auto;
	object-fit: cover;
	position: relative;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.model7{
	height: 1260px;
}
.model7_content{
	width: 100%;
	height: auto;
	margin-top: 70px;
	position: relative;
	z-index: 9;
}
.model7_content video{
	width: 90%;
	height: 540px;
	display: block;
	margin: auto;
}
.model7_bg{
	width: 100%;
	height: 200px;
	background-image: url('../images/contact/7bg.png');
	background-position: center;
	background-size: cover;
	position: absolute;
	left: 0;
	bottom: 0;
}
.model7_imgBox{
	width: 100%;
	display: flex;
	justify-content: space-between;
	position: absolute;
	bottom: -380px;
}
.model7_imgBox img{
	width: 32%;
	height: 290px;
	object-fit: cover;
}
#mobanwang_com li:hover ul{
	display: block !important;
}