.tab_box {
	padding: 20px 0;
}

.tab_fa {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-right: 40px;

}

.tab_item {
	font-size: 14px;
	font-family: "Adobe Heiti Std";
	color: rgba(56, 56, 56, 0.902);
	background: #fff;
	color: #383838;
	padding: 10px 0px;
	border-radius: 2px;
	cursor: pointer;
	margin-left: 150px;
	font-weight: bold;
	border-bottom: 2px solid #fff;
}

.tab_item:hover {
	transition: 0.3s;
	border-bottom: 2px solid rgb(71, 15, 102);
	color: rgb(71, 15, 102);

}

.tab_item:not(:first-child) {}

.tab_active {
	color: rgb(71, 15, 102);
	border-bottom: 2px solid rgb(71, 15, 102);
}

.tab_one {
	display: flex;
	border-bottom: 2px solid #f0f0f0;
}

.main_title {
	font-family: "Adobe Heiti Std";
	font-size: 42px;
	color: #010101;
	line-height: 70px;
	letter-spacing: 2px;
}

.main_info {
	font-family: "Adobe Heiti Std";
	font-size: 21px;
	color: #4d4d4d;
	margin-top: 30px;
	margin-bottom: 50px;
	line-height: 2;
	letter-spacing: 2px;
}

.content {
	width: 1080px;
	margin: 0 auto;
	padding: 50px 0;
}
.xiadan{
	width: 147px;
	height: 41px;
	cursor: pointer;
}
.chakan_xiadan{
	width: 147px;
	height: 41px;
	cursor: pointer;
	text-align: center;
	font-size: 14px;
	color: #fff;
	line-height: 41px;
	letter-spacing: 2px;
	border-radius: 20px;
	background: rgb(71, 15, 101);;
	
}
.c_right{
	flex: 1;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}



.tu_left{
	display: flex;
	align-items: flex-end;
	margin-top: 40px;
}
.c_name{
	width: 100%;
	text-align: right;
}

.content_word{
	  color: #333;
	  font-size: 18px;
	  line-height: 2;
	  margin: 10px 0 30px 20px;
	  letter-spacing: 2px;
}
.tu_leftdfgghh {
	display: none !important;
}
.c_name_chn {
	font-size: 24px;
	color: rgb(22, 22, 22);
	  font-family: "Adobe Heiti Std";
	  font-weight: bold;
	  letter-spacing: 2px;
	  margin-top: 20px;
	  margin-bottom: 20px;
}

.c_img{
	width: 520px;
	height: 300px;
}
.c_name_eng {
	color: #161616;
	font-size: 14px;
	text-transform: uppercase;
	margin-top: 10px;
}

/* 右侧 */
.c_right2{
	
	flex: 1;
	position: relative;
	display: flex;
	flex-direction: column;
	margin: 60px 100px;
	align-items: flex-start;
}
 .tu_right .c_name2{
	  
}
.content_word2{
	color: #333;
	font-size: 18px;
	line-height: 2;
	margin: 10px 20px 30px 0;
	letter-spacing: 2px;
}
.tu_right{
	display: flex;
	align-items:flex-end;
	margin-top: 40px;
}
.youshi{
	text-align: center;
	  font-size:24px;
	  color: rgb(1, 1, 1);
	  font-weight: bold;
	  margin: 60px 0;
}
/* 800 - 1200  */
@media screen and (max-width: 1600px) and  (min-width: 800px) {
	.logo {
		width: 160px;
		height: auto;
	}
	
	.header {
		width: 100%;
		height: 60px;
		display: flex;
		align-items: center;
		justify-content: space-between;
		position: fixed;
		opacity: 0.8;
		top: 0;
		border-bottom: 2px solid rgba(255, 255, 255, 0.122);
	}

	.nav_item {
		font-size: 14px;
		color: #fff;
	}

	.nav_item:not(:first-child) {
		margin-left: 40px;
	}

	.banner_word {
		position: absolute;
		top: 200px;
		left: 50px;
	}

	.chn {
		font-size: 30px;
		font-family: 'Adobe 黑体 Std';
		color: rgb(255, 255, 255);
		letter-spacing: 2px;
	}

	.eng {
		font-family: 'Adobe 黑体 Std';
		font-size: 12px;
		color: rgba(255, 255, 255, 0.95);
		margin-top: 40px;
	}

	.gz_form_box {
		display: block;
		position: absolute;
		top: 200px;
		right: 50px;
		background: #fff;
		z-index: 9;
		padding: 40px 40px;
		transition: 0.3s;
	}

	.hwgz_title {
		display: inline-block;
		font-weight: 500;
		letter-spacing: 2px;
		font-size: 16px;
		transition: 0.3s;
		font-family: "Adobe Heiti Std";
		color: #1b1b1b;
		padding-bottom: 10px;
		border-bottom: 2px solid rgb(71, 15, 102);
	}

	.dingwei {
		width: 15px;
		height: 21px;
		position: absolute;
		left: 0;
		top: 15px;
		transition: 0.3s;
	}

	.gz_inp_fa {
		position: relative;
		margin-top: 20px;
		transition: 0.3s;
	}

	.zhuizong_inp {
		width: 250px;
		height: 30px;
		padding: 10px 0;
		text-indent: 30px;
		border-bottom: 1px solid #d1d1d1;
		color: rgb(71, 15, 102);
		transition: 0.3s;
	}
	.youshi{
		margin: 60px 0 !important;
	}
	.tu_leftdfgghh {
		display: none !important;
	}
}
/* 小于800 */
@media only screen  and (max-width: 800px) {
	.youshi{
		margin: 20px !important;
		font-size: 20px !important;
	}
	.tu_left {
		display: none !important;
	}
	.tu_leftdfgghh {
		display: block !important;
	}
	 .c_right2 {
	 	margin: 0;
	 }
	 .tu_right {
		 margin-top: 00px ;
	 }
	.c_name{
		text-align: left;
	}
	.tu_right{
		display: inherit !important;
	}
	.c_img{
		width: 100% !important;
		margin-top: 10px !important;
	}
	.c_name_chn{
		margin: 10px 0 !important;
		font-size: 20px !important;
	}
	.content_word{
		line-height: 25px !important;
		margin :0;
		font-size: 16px !important;
		
	}
	.content {
		padding: 0 !important;
	}
	.content_word2{
		margin: 10px 0;
		font-size: 16px ;
		line-height: 25px !important;
	}
	.chakan_xiadan{
		margin:  0 auto;
	}
	.main_title {
		font-size: 22px !important;
		line-height: 30px !important;
	}
	.main_info {
		font-size: 16px !important;
		line-height: 25px !important;
	}
}

