.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: 22px;
	color: #010101;
	line-height: 44px;
	letter-spacing: 2px;
}

.main_info {
	font-family: "Adobe Heiti Std";
	font-size: 21px;
	color: #4d4d4d;
	margin-bottom: 50px;
	margin-top: 20px;
	line-height: 2;
	letter-spacing: 2px;
}
.main_in {
	font-size: 24px;font-weight: bold;margin-top: 30px;
}
.content {
	width: 1080px;
	margin: 0 auto;
	padding: 50px 0;
}

.c_right{
	flex: 1;
	margin-top: 140px;
	position: relative;
}
.c_right-2{
	flex: 1;
	margin-top: 10px;
	position: relative;
}
.tu_right{
	display: flex;
	align-items: flex-start;
	margin-top: 30px;
}
.tu_left{
	display: flex;
	align-items: flex-start;
	margin-top: 30px;
}
.tu_rightaa {
	display: none;
}
.c_name{
	margin-bottom: 40px;
}

.content_word{
	  background-color: rgb(71, 15, 102);
	  width: 620px;
	   padding: 0 30px;
	  height: 239px;
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  color: #fff;
	  font-size: 18px;
	  line-height: 2;
	  letter-spacing:2;
	  position: relative;
	  left: -100px;
}
.c_name_chnw {
	width: 120%;
}
.c_name_chn {
	font-size: 24px;
	color: rgb(22, 22, 22);
	  font-family: "Adobe Heiti Std";
	  font-weight: bold;
}
.tu_left .c_right .c_name_chn {
	text-align: right;
	margin-right: 100px;
}
.tu_right  .c_right .c_name_chn {
	text-align: left;
	
}
.c_name_chna,.tu_left .c_right .c_name_chn ,.tu_right .c_right .c_name_chn{
	    line-height: 39px;
	    /* margin-bottom: -31px; */
}
.c_img{
	width: 500px;
	height: 500px;
}
.c_name_eng {
	color: #161616;
	font-size: 14px;
	text-transform: uppercase;
	margin-top: 10px;
}

/* 右侧 */
.c_name2{
	text-align: right;
	margin-bottom: 40px;
	height: auto;
	margin-top: 25px;
}
.content_word2{
	background-color: rgb(71, 15, 102);
	    width: 620px;
	    padding: 0 30px;
	    height: 239px;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	    color: #fff;
	    font-size: 18px;
	    line-height: 2;
	    position: absolute;
	    right: -100px;
}
 


/* 800 - 1200  */
@media screen and (max-width: 1600px) and  (min-width: 800px) {
	.logo {
		width: 160px;
		height: auto;
	}
 
.tu_left{
	 
	display: flex; 
}
.tu_rightaa {
	display: none !important; 
}
	.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;
	}
	.tu_left .c_right .c_name_chn {
		text-align: right;
		right: 0 !important;
		margin-left: -100px;
		margin-right: 0 !important;
	}
	.c_name_chn {
		width: 100% !important;
	}
	 
	
}
/* 小于800 */
@media screen and (max-width: 800px) {
	 
	.c_img{
		width: 100% !important;
	}
	.abshxhax{
	    display: block;
	}
	.content {
		padding: 0 !important;
	}
	.c_name_chn {
		width: 100% !important;
	}
	.tu_left{
		display: none !important; 
	}
	.tu_rightaa {
		display: block;
	} 
	.c_right {
		margin-top: 0 !important;
	}
	.tu_rightaa .c_name_chn ,.tu_right .c_name_chn{
		font-size: 20px !important;
	}
	.tu_rightaa .c_name2 ,.tu_right .c_name2 {
		display: block !important; 
		margin-bottom: 0 !important;
	}
	.main_in {
		font-size: 20px !important;
	}
	.c_name_chna {
		margin-left: 0;
		line-height: auto;
		width:auto;
		margin-bottom: 0;
	}
	.tu_left .c_right .c_name_chn {
		text-align: left !important;
		margin-right: 0 !important;
	}
	.c_name_chnw{
		width: 100%;
	}
	.c_name{
		
		margin-left: inherit !important; 
	}
	.content_word{
		height: auto;
		margin-top: 10px;
		position:initial !important; 
		/* left: initial !important; */
		width: calc(100% - 60px) !important;
	}
	.c_name2{
		margin-left: inherit !important; 
		text-align: left;
		width: 100% !important;
		margin-top: 0;
	}
	.content_word2{
		margin-top: 10px;
		position:initial !important; 
		/* left: initial !important; */
		 padding: 20px 30px; 
		width: calc(100% - 60px) !important;
	}
	.tu_right ,.tu_rightaa{
		margin-top: 0 !important;
		flex-direction: column !important;
	}
	.tab_fa {
		margin: 0;
	}
	.main_title {
		line-height: 30px;
		font-size: 22px !important;
	}
	.main_info {
		margin-bottom: 0;
		font-size: 16px;
		line-height: 25px !important;
		letter-spacing: 0;
	}
}