* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	outline: none;
}

@font-face {
	font-family: "Comfortaa-Light";
	font-display: swap;
	src: url('Comfortaa-Light.ttf');
}

@font-face {
	font-family: "Comfortaa-Regular";
	font-display: swap;
	src: url('Comfortaa-Regular.ttf');
}

@font-face {
	font-family: "Jost-Regular";
	font-display: swap;
	src: url('Jost-Regular.ttf');
}

body,
div,
ul,
li,
a,
dl,
dd,
dt,
input,
textarea,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
img {
	margin: 0;
	padding: 0;
}

html,
body {
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-o-text-size-adjust: none;
	text-size-adjust: none;
	font-family: "Comfortaa-Regular";
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

input,
textarea,
select,
button,
area {
	appearance: button;
	-moz-appearance: button;
	-webkit-appearance: button;
	outline: none;
	font-size: 14px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: "Comfortaa-Regular";
}

ul,
li,
dl,
dd,
dt {
	list-style: none;
}

a {
	color: #011023;
	text-decoration: none;
	-webkit-transition: all ease-in .2s;
	-ms-transition: all ease-in .2s;
	-moz-transition: all ease-in .2s;
	-o-transition: all ease-in .2s;
	transition: all ease-in .2s;
}

img {
	border: 0;
	display: block;
	font-size: 0;
}

body {
	color: #011023;
	font-size: 14px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background: #fff;
}

.flex {
	display: flex;
	justify-content: baseline;
	align-items: center;
}

.clearfix {
	*zoom: 1;
}

.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
	overflow: hidden;
}

.box {
	overflow: hidden;
}

.main_top {
	width: 100%;
	overflow: hidden;
	background-image: url(../main_top.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}

.section {
	width: 88%;
	margin: auto;
	max-width: 1350px;
}

.insidesection {
	width: 88%;
	margin: auto;
	max-width: 1230px;
}

.header {
	width: 100%;
	overflow: hidden;
	transition: 0.4s;
	top: 45px;
	left: 0;
	position: absolute;
	z-index: 50;
}

.header .logo {
	float: left;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 608px;
	height: 125px;
	margin-left: 3%;
}

.header .logo a {
	width: 100%;
	display: block;
}

.header .logo a img {
	max-width: 100%;
}

.lang {
	width: 308px;
	right: 255px;
	top: 38.5px;
	text-align: center;
	font-size: 28px;
	line-height: 48px;
	color: #fff;
	position: absolute;
	background-image: url(../lang.png);
	background-size: 100% 100%;
}

.lang a {
	display: inline-block;
	margin: 0 8px;
	color: #fff;
}

.lang a em {
	font-style: normal;
}

.lang a:hover {
	color: #ec7132;
}

.lang.on {
	background-image: url(../lang_on.png);
}

.m_menu {
	width: 241px;
	height: 102px;
	position: absolute;
	right: 0;
	top: 11px;
	transition: 0.4s;
	z-index: 99;
	color: #fff;
	font-size: 28px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: "Jost-Regular";
	background-image: url(../icon_menu.png);
	background-size: 100% 100%;
	cursor: pointer;
}

.m_menu.on {
	background-image: url(../icon_menu_on.png);
}

.menu {
	position: fixed;
	display: none;
	background: #011023;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 999;
}

.navbar {
	width: 94%;
	position: fixed;
	top: 240px;
	left: 3%;
	z-index: 50;
}

.nav-list {
	width: 35%;
	left: 3%;
	top: 240px;
	position: fixed;
}

.nav-item {
	position: relative;
}

.nav-link {
	color: #fff;
	font-size: 48px;
	line-height: 1;
	margin-bottom: 60px;
	opacity: 0.5;
	display: block;
	font-family: 'Jost-Regular';
	transition: background-color 0.3s ease, color 0.3s ease;
}

.nav-item:hover .nav-link {
	opacity: 1;
}

.sub-nav-list {
	display: none;
	position: fixed;
	top: 250px;
	width: 30%;
	left: 38%;
	list-style: none;
	padding: 0 30px;
	margin: 0;
	z-index: 1011023;
	border-left: 2px solid #ec7132;
}

.sub-nav-item {
	margin-bottom: 30px;
}

.sub-nav-link {
	color: #fff;
	text-decoration: none;
	font-size: 28px;
	font-family: 'Comfortaa-Regular';
	padding: 5px 10px;
	display: block;
	opacity: 0.5;
	transition: background-color 0.3s ease, color 0.3s ease;
}

.sub-nav-item:hover .sub-nav-link {
	opacity: 1;
}

.sub-sub-nav-list {
	display: none;
	position: fixed;
	top: 250px;
	width: 27%;
	left: 68%;
	list-style: none;
	padding: 10px;
	margin: 0;
	z-index: 1011023;
	padding: 0 30px;
	border-left: 2px solid #ec7132;
}

.sub-sub-nav-item {
	margin-bottom: 30px;
}

.sub-sub-nav-item a {
	color: #fff;
	opacity: 0.5;
	text-decoration: none;
	font-size: 18px;
	padding: 5px 10px;
	display: block;
	transition: background-color 0.3s ease, color 0.3s ease;
}

.sub-sub-nav-item:hover a {
	opacity: 1;
}

.txt {
	font-family: 'Comfortaa-Light';
	font-size: 18px;
	line-height: 28px;
}

.index-title {
	width: 100%;
	overflow: hidden;
	margin-bottom: 60px;
}

.index-title h2 {
	font-size: 48px;
	font-family: 'Jost-Regular';
	margin-bottom: 5px;
}

.index-title h2 span {
	color: #ec7132
}

.index-title em {
	display: inline-block;
	width: 12%;
	height: 6px;
	margin-top: 50px;
	background: #ec7132;
}

.banner-content {
	width: 100%;
	padding-top: 375px;
	overflow: hidden;
}

.banner-content h1 {
	font-size: 48px;
	text-align: center;
	animation-delay: 0.4s;
	color: #fff;
	font-family: 'Jost-Regular';
	margin: 0 auto 35px auto;
	max-width: 855px;
}

.banner-content h2 {
	font-size: 18px;
	text-align: center;
	animation-delay: 0.4s;
	color: #fff;
	margin-bottom: 40px;
	font-family: 'Comfortaa-Regular';
}

.about-content .about-title {
	text-align: center;
}

.about-content a {
	display: inline-block;
	font-size: 18px;
	text-align: center;
	animation-delay: 0.4s;
	color: #fff;
	margin: 145px 0 260px 0;
	font-family: 'Comfortaa-Regular';
	position: relative;
	padding: 0 85px;
	cursor: pointer;
}

.more_icon01,
.more_icon02 {
	width: 65px;
	height: 75px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-size: 100%;
	font-family: 'Comfortaa-Regular';
	font-size: 32px;
	transition: ease .5s;
	color: #fff;
	position: absolute;
	top: 50%;
	margin-top: -37.5px;
}

.more_icon01 {
	padding-right: 10px;
	background-image: url(../icon02.png);
}

.more_icon02 {
	padding-left: 10px;
	background-image: url(../icon04.png);
}

.about-content .more_icon01 {
	left: 0;
}

.company_developments_recent ul li .content a:hover .more_icon01,
.product_list dl dd a:hover .more_icon01,
.about-content a:hover .more_icon01,
.more_icon01:hover {
	color: #ec7132;
	background-image: url(../icon03.png);
}

.company_developments_recent ul li .content a:hover .more_icon02,
.product_list dl dd a:hover .more_icon02,
.more_icon02:hover {
	color: #ec7132;
	background-image: url(../icon05.png);
}

.about-content .txt {
	width: 76.38%;
	color: #fff;
	float: right;
}

.product_list {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	padding: 140px 0 40px 0;
	color: #fff;
}

.product_list h2 {
	font-size: 48px;
	font-family: 'Jost-Regular';
}

.product_list dl {
	width: 100%;
	margin: 70px 0;
	display: flex;
	flex-wrap: wrap;
}

.product_list dl dt {
	width: 48%;
}

.product_list dl dt img {
	max-width: 100%;
	margin: 0 auto;
	transform: translateZ(0px);
	transition: transform 0.5s ease 0s;
}

.product_list dl dt a:hover img {
	transform: scale(1.05, 1.05);
}

.product_list dl dd {
	width: 52%;
	padding: 20px 0;
	display: flex;
	align-items: center;
	position: relative;
}

.product_list dl dd a {
	color: #fff;
	display: block;
}

.product_list dl dd h3 {
	font-size: 28px;
}

.product_list dl:nth-child(odd) {
	flex-direction: row;
}

.product_list dl:nth-child(odd) dd a {
	text-align: right;
	padding-left: 130px;
}

.product_list dl:nth-child(odd) dd span {
	left: 0;
}

.product_list dl:nth-child(even) {
	flex-direction: row-reverse;
}

.product_list dl:nth-child(even) dd a {
	padding-right: 200px;
}

.product_list dl:nth-child(even) dd span {
	right: 0;
}

.main_mild {
	background: #011023;
}

.company_developments_recent {
	width: 100%;
	padding-top: 30px;
	overflow: hidden;
}

.company_developments_recent h2 {
	font-size: 28px;
	margin-bottom: 60px;
}

.company_developments_recent ul {
	width: 100%;
}

.company_developments_recent ul li {
	width: 54%;
	color: #fff;
	margin-bottom: 180px;
}

.company_developments_recent ul li .content {
	position: relative;
	overflow: hidden;
}

.company_developments_recent ul li .content a {
	color: #fff;
	display: block;
	min-height: 75px;
	position: relative;
}

.company_developments_recent ul li:nth-child(odd) {
	float: left;
}

.company_developments_recent ul li:nth-child(odd) .txt {
	max-width: 660px;
}

.company_developments_recent ul li:nth-child(odd) .content a {
	padding-right: 150px;
}

.company_developments_recent ul li:nth-child(odd) .content span {
	right: 0;
}

.company_developments_recent ul li:nth-child(even) {
	float: right;
}

.company_developments_recent ul li:nth-child(even) h2 {
	text-align: right;
}

.company_developments_recent ul li:nth-child(even) .txt {
	max-width: 624px;
}

.company_developments_recent ul li:nth-child(even) .content a {
	padding-left: 150px;
}

.company_developments_recent ul li:nth-child(even) .content span {
	left: 0;
}

.business_list {
	width: 100%;
	overflow: hidden;
}

.business_list ul {
	width: 90%;
}

.business_list ul li {
	width: 90%;
	position: relative;
	padding-right: 150px;
}

.business_list ul li a.title {
	opacity: 0.5;
	font-size: 18px;
}

.business_list ul li:hover a.title {
	opacity: 1;
}

.business_list ul li .more_icon02 {
	opacity: 0;
	right: 0;
}

.business_list ul li:hover .more_icon02 {
	opacity: 1;
}

.index_business {
	padding: 20px 0 80px 0;
	color: #fff;
}

.index_business a.title {
	color: #fff;
}

.index_business ul li {
	margin: 45px 0;
}

.business_list ul li:hover a.title {
	font-size: 28px;
}

.inner_business {
	padding: 150px 0 250px 0;
	color: #011023;
}

.inner_business ul li {
	margin-bottom: 67px;
}

.inner_business ul {
	padding: 70px 0 150px 0;
	overflow: hidden;
}

.business_detail {
	width: 100%;
	overflow: hidden;
	padding: 100px 0 200px 0;
	position: relative;
}

.business_detail .txt {
	width: 80%;
	margin: 100px 0;
}

.business_detail_icon {
	display: inline-block;
	padding-bottom: 20px;
	border-bottom: 17px solid #ec7132;
}

.business_detail_icon img {
	max-width: 100%;
}

.business_scope {
	width: 100%;
	overflow: hidden;
	padding: 250px 0 310px 0;
	background-image: url(../business_scope.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
}

.business_scope .section {
	position: relative;
}

.business_scope .box,
.technical_advantages .box {
	position: relative;
	z-index: 20;
}

.business_scope img {
	position: absolute;
	right: 0;
	top: -100px;
	z-index: 10;
	width: 27%;
}

.business_scope .txt {
	width: 82%;
}

.technical_advantages {
	width: 100%;
	overflow: hidden;
	padding: 310px 0 250px 0;
	background-image: url(../technical_advantages.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
}

.technical_advantages .section {
	position: relative;
}

.technical_advantages img {
	position: absolute;
	left: 0;
	z-index: 10;
	top: -130px;
	width: 27%;
}

.technical_advantages .index-title {
	text-align: right;
}

.technical_advantages .txt {
	width: 65%;
	float: right;
	text-align: right;
}

.num-box {
	width: 100%;
	overflow: hidden;
	padding: 180px 0 200px 0;
}

.num-box ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.num-box ul li {
	margin: 20px 0;
	position: relative;
}

.num-box ul li .num {
	text-align: center;
}

.num-box ul li .counter {
	font-size: 48px;
	font-weight: 600;
	font-family: 'Jost-Regular';
}

.num-box ul li em {
	font-style: normal;
	font-size: 48px;
	position: relative;
	display: inline-block;
	margin-left: 10px;
}

.num-box ul li .txt {
	opacity: 0.5;
}

.num-box ul li:nth-child(1),
.num-box ul li:nth-child(3) {
	width: 23%;
}

.num-box ul li:nth-child(2) {
	padding: 0 115px;
	width: 35%;
}

.num-box ul li:nth-child(2):before,
.num-box ul li:nth-child(2)::after {
	content: '';
	width: 1px;
	position: absolute;
	height: 77%;
	background: rgba(255, 255, 255, 0.41);
	z-index: 10;
	bottom: 0;
}

.num-box ul li:nth-child(2):before {
	left: 0;
}

.num-box ul li:nth-child(2)::after {
	right: 0;
}

.indexnum-box {
	background: #011023;
}

.indexnum-box ul li {
	color: #fff;
}

.innernum-box {
	background: #fff;
}

.innernum-box ul li {
	color: #011023;
}

/*banner*/
.inner_banner {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.banner-wrap {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 115px;
	z-index: 20;
	color: #fff;
}

.banner-wrap .section {
	position: relative;
	overflow: hidden;
}

.banner-wrap h1 {
	font-size: 48px;
	width: 70%;
	font-family: 'Jost-Regular';
	margin-bottom: 40px;
}

.banner-wrap h1 a {
	color: #fff;
}

.banner-wrap h2 {
	width: 52%;
	font-size: 28px;
	float: right;
	text-align: right;
	font-family: 'Comfortaa-Regular';
}

.inner-banner-img {
	height: 780px;
	width: 100%;
	overflow: hidden;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.inner_about {
	width: 100%;
	overflow: hidden;
	padding: 100px 0;
	position: relative;
}

.inner_about .index-title {
	margin-bottom: 80px;
}

.inner_about .txt {
	width: 80%;
	float: right;
}

.Company_Distribution {
	width: 100%;
	overflow: hidden;
}

.Company_Distribution .title {
	text-align: center;
	margin: 80px 0 120px 0;
}

.Company_Distribution span {
	display: inline-block;
	font-size: 28px;
	text-align: center;
	animation-delay: 0.4s;
	margin: 80px 0;
	font-family: 'Comfortaa-Regular';
	position: relative;
	padding: 0 105px;
	cursor: pointer;
}

.Company_Distribution span img {
	width: 75px;
	height: 65px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
}

.Company_Distribution .box img {
	max-width: 100%;
}

.Institutions-logo .index-title {
	text-align: right;
}

.cooperating_panter {
	width: 100%;
	overflow: hidden;
}

.logo_panter {
	width: 100%;
	overflow: hidden;
	padding: 130px 0;
}

.logo_panter .box {
	margin-top: 90px;
}

.logo_panter .box img {
	max-width: 100%;
	margin: auto;
}

.inner_more {
	text-align: right;
}

.more_icon3 {
	display: inline-block;
	line-height: 76px;
	font-size: 18px;
	position: relative;
	padding-left: 76px;
}

.more_icon3:hover {
	color: #ec7132;
	margin-right: 15px;
}

.more_icon3:before {
	content: '';
	width: 66px;
	height: 76px;
	position: absolute;
	left: 0;
	top: 0;
	background-image: url(../icon07.png);
	background-size: 100%;
	z-index: 10;
}

.product_query {
	width: 100%;
	overflow: hidden;
	padding: 90px 0 0 0;
}

.product_represented {
	width: 100%;
	overflow: hidden;
}

.product_represented .index-title {
	text-align: center;
}

.product_represented ul {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	padding: 20px 0 80px 0;
}

.product_represented ul li {
	width: 31.333%;
	margin: 10px 1%;
}

.product_represented ul li img {
	max-width: 100%;
	transform: translateZ(0px);
	transition: transform 0.5s ease 0s;
}

.product_represented ul li a:hover img {
	transform: scale(1.05, 1.05);
}

.product_query_list {
	padding: 50px 0;
	width: 100%;
}

.product_query_list dl {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	padding: 20px 0;
}

.product_query_list dl dt {
	width: 32%;
	margin-right: 5%;
}

.product_query_list dl dt img {
	width: 100%;
	transform: translateZ(0px);
	transition: transform 0.5s ease 0s;
}

.product_query_list dl dt a:hover img {
	transform: scale(1.05, 1.05);
}

.product_query_list dl dd {
	width: 62%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.product_query_list dl dd .product_title {
	font-size: 28px;
	margin: 50px 0;
}

.product_query_modCpPic {
	width: 100%;
	overflow: hidden;
}

.product_title:hover {
	color: #ec7132
}

.product_query_txt {
	width: 100%;
	overflow: hidden;
	margin: 150px 0;
}

.product_query_txt .index-title {
	text-align: center;
}

.search-box {
	width: 100%;
	z-index: 99;
	background: #fff;
	position: relative;
	padding-left: 195px;
	margin-top: 60px;
}

.search-box span {
	font-size: 48px;
	font-family: 'Jost-Regular';
	position: absolute;
	left: 0;
	line-height: 75px;
	top: 0;
}

.search-box form {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.search-box form .search {
	border: none;
	outline: none;
	width: 85%;
	font-size: 18px;
	color: #333333;
	box-sizing: border-box;
	padding: 0 10px;
	background: #e2e2e3;
	line-height: 75px;
}

.search-box form .submit {
	width: 15%;
	height: 75px;
	border: none;
	outline: none;
	background-color: #fff;
	background-image: url(../submit.png);
	background-repeat: no-repeat;
	background-position: right center;
}

.product_detail {
	width: 100%;
	overflow: hidden;
	padding: 100px 0 200px 0;
	position: relative;
}

.product_detail .box {
	margin-top: 100px;
}

.product_detail .box img {
	max-width: 100%;
}

.product_detail .txt {
	width: 92%;
	margin: 100px 4%;
}

.product_detail table {
	width: 100%;
	margin: 20px 0;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	border-collapse: collapse;
}

.product_detail table td {
	border-left: 2px solid #fff;
	border-top: 2px solid #fff;
	line-height: 24px;
	font-size: 16px;
	padding: 12px 10px;
	background: #fff;
	text-align: center;
	vertical-align: middle;
	background-color: #e7f0f7;
}

.product_detail table tr.firstRow td {
	background-color: #011023;
	color: #fff;
	font-size: 18px;
}

.product_detail .prop {
	width: 100%;
	overflow: hidden;
}

.product_detail .prop img {
	max-width: 100%;
	margin: auto;
}

.mpa_title h4 {
	font-size: 28px;
	color: #ec7132;
}

.mpa_title em {
	display: inline-block;
	width: 425px;
	height: 5px;
	margin-top: 20px;
	background: #ec7132;
}

.mpa_list {
	width: 100%;
	overflow: hidden;
	position: relative;
	margin: 150px 0;
}

.mpa_list_a {
	display: block;
	width: 90%;
	margin: 20px auto;
}

.mpa_list_a img {
	width: 100%;
	transform: translateZ(0px);
	transition: transform 0.5s ease 0s;
}

.mpa_list_a:hover img {
	transform: scale(1.05, 1.05);
}

.mpa_list_a h5 {
	width: 100%;
	text-align: center;
	font-size: 18px;
	margin-top: 60px;
}

.mpa_list_a:hover h5 {
	color: #ec7132;
}

.exhibition_swiper {
	width: 100%;
	overflow: hidden;
	position: relative;
	margin: 205px 0 70px 0;
}

.exhibition_section {
	position: relative;
}

.exhibition_swiper_slide {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row-reverse;
}

.exhibition_swiper_txt {
	width: 35%;
}

.exhibition_swiper_txt h3 {
	font-family: 'Jost-Regular';
	font-size: 48px;
	text-align: right;
	margin-bottom: 30px;
}

.exhibition_swiper_txt .txt {
	max-width: 340px;
	float: right;
	text-align: left;
}

.exhibition_swiper_contact {
	width: 63%;
	margin-right: 2%;
}

.exhibition_swiper_ul {
	width: 100%;
}

.exhibition_swiper_ul li {
	overflow: hidden;
	padding-left: 70px;
	position: relative;
	margin-bottom: 50px;
	min-height: 50px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-size: 18px;
}

.exhibition_swiper_ul li img {
	max-width: 50px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -25px;
	z-index: 10;
}

.exhibition_swiper_ul li h5 {
	font-size: 28px;
	color: #ec7132;
	margin-top: 15px;
}

.button-prev,
.button-next {
	opacity: 0.5;
	width: 66px;
	margin-top: -38px;
}

.button-next img,
.button-prev img {
	width: 100%;
}

.button-prev {
	left: 50px;
}

.button-next {
	right: 50px;
}

.button-prev:after,
.button-next:after {
	display: none;
}

.button-prev:hover,
.button-next:hover {
	opacity: 1;
}

.academic_conference {
	width: 100%;
	overflow: hidden;
	position: relative;
	padding: 100px 0 200px 0;
}

.academic_conference .index-title {
	text-align: center;
}

.academic_conference_re {
	width: 100%;
	overflow: hidden;
	padding: 50px 0 100px 0;
}

.academic_conference_em em {
	display: inline-block;
	width: 170px;
	height: 5px;
	background: #ec7132;
}

.academic_conference_em h5 {
	font-size: 24px;
	margin-top: 10px;
	opacity: 0.5;
}

.academic_conference_list {
	width: 100%;
	overflow: hidden;
}

.academic_conference_list li {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}

.academic_conference_list .txt {
	width: 47%;
}

.academic_conference_list .time {
	width: 25%;
	font-size: 28px;
	color: #ec7132;
	display: flex;
	align-items: center;
	justify-content: center;
}

.academic_conference_list .inner_more {
	width: 20%;
}

.academic_conference_bottom .academic_conference_list li {
	margin: 100px 0;
}

.news_detail {
	width: 100%;
	overflow: hidden;
	padding: 160px 0;
	position: relative;
}

.news_detail h3 {
	font-size: 28px;
	color: #ec7132;
}

.news_detail dl {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	margin-top: 60px;
}

.news_detail dl dt {
	width: 50%;
	margin-left: 7%;
	overflow: hidden;
}

.news_detail dl dt img {
	max-width: 100%;
}

.news_detail dl dd {
	width: 43%;
	overflow: hidden;
}

.news_detail .content {
	width: 90%;
	float: right;
	margin-top: 100px;
}

.contact_address {
	width: 100%;
	overflow: hidden;
	padding-top: 140px;
	position: relative;
}

.contact_address .box {
	padding-top: 75px;
}

.contact_address ul {
	float: right;
}

.contact_address ul li {
	overflow: hidden;
	padding-left: 70px;
	position: relative;
	margin-bottom: 50px;
	min-height: 50px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-size: 18px;
}

.contact_address ul li img {
	max-width: 50px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -25px;
	z-index: 10;
}

.contact_address .map {
	width: 100%;
}

.contact_form {
	width: 100%;
	overflow: hidden;
	padding: 80px 0;
	position: relative;
}

.contact_form ul {
	width: 100%;
	padding: 60px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.contact_form ul li {
	margin-bottom: 160px;
	position: relative;
}

.contact_form ul li.border01:before {
	content: '';
	width: 80%;
	height: 5px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #ec7132;
	z-index: 10;
}

.contact_form ul li.border02:before {
	content: '';
	width: 100%;
	height: 5px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #ec7132;
	z-index: 10;
}

.contact_form ul li.w50 {
	width: 37.5%;
}

.contact_form ul li.w100 {
	width: 100%;
}

.contact_form ul li input {
	line-height: 50px;
	width: 100%;
	font-size: 18px;
	padding-bottom: 15px;
	color: #011023;
	font-weight: 300;
	background: #fff;
	border: 1px solid #fff;
	position: relative;
}

.contact_form ul li textarea {
	width: 100%;
	padding: 0px 45px;
	font-size: 18px;
	background: #fff;
	border: 1px solid #fff;
	position: relative;
}

.contact_form ul li i {
	font-style: normal;
	color: #f31213;
	position: absolute;
	right: 15px;
	top: 0;
	width: 10px;
	height: 100%;
	z-index: 10;
	display: flex;
	align-items: center;
	justify-content: center;
}

.contact_form ul li input::placeholder {
	color: #808791;
}

.contact_form ul li textarea::placeholder {
	color: #011023;
}

.contact_form ul li.border03:before {
	content: '';
	width: 5px;
	height: 28%;
	position: absolute;
	left: 0;
	top: 0;
	background: #ec7132;
	z-index: 10;
}

.contact_form ul li.border03::after {
	content: '';
	width: 5px;
	height: 28%;
	position: absolute;
	right: 0;
	bottom: 0;
	background: #ec7132;
	z-index: 10;
}

.contact_form ul li .button {
	width: 40%;
	max-width: 130px;
	display: block;
	color: #ffffff;
	border: 0;
	line-height: 20px;
	font-size: 18px;
	padding: 10px 15px;
	background: #ec7132;
	margin: auto;
}

.contact_form input::placeholder {
	color: #828282;
}

.contact_form ul li img.formimg {
	position: absolute;
	left: 0;
	max-width: 50px;
	top: 0%;
	z-index: 10;
}

.contact_form ul li img.so_im {
	margin: auto;
}

.list_box {
	width: 100%;
	overflow: hidden;
}

.list_bg {
	width: 100%;
	position: relative;
}

.list_bg h1 {
	width: 100%;
	font-size: 3.4vw;
	position: absolute;
	left: 0;
	bottom: 17%;
	color: #011023;
	z-index: 10;
}

.list_bg img {
	width: 100%;
}

.list_libox {
	width: 100%;
	overflow: hidden;
}

.list_libox ul {
	width: 100%;
	overflow: hidden;
}

.list_libox ul li {
	position: relative;
	margin-bottom: 60px;
}

.list_libox ul li:last-child {
	margin-bottom: 0;
}

.list_libox ul li h4 {
	font-size: 28px;
	color: #ec7132;
}

.list_libox ul li h3 {
	font-size: 48px;
	color: #011023;
	margin: 15px 0;
	font-family: 'Jost-Regular';
}

.list_libox ul li .txt {
	max-width: 560px;
	padding: 40px 105px 40px 0;
	border-bottom: 1px solid #313d4c;
}

.list_libox ul li .inner_more {
	position: absolute;
	right: 0;
	bottom: 30%;
	z-index: 10;
}

.list_libox ul li:last-child .txt {
	border: 0;
}

.recruitment_box .list_libox {
	padding: 210px 0;
}

.news_query .list_libox,
.news_box .list_libox {
	padding: 100px 0;
}

.news_query .list_libox ul {
	margin-bottom: 100px;
}

.news_box .list_libox ul li .inner_more {
	opacity: 0;
	transition: 0.3s;
}

.news_box .list_libox ul li:hover .inner_more {
	opacity: 1;
}

.recruitment_detail {
	width: 100%;
	overflow: hidden;
	position: relative;
	padding: 100px 0;
}

.recruitment_intro {
	margin-top: 140px;
	width: 60%;
	font-size: 18px;
}

.recruitment_intro h5 {
	display: inline-block;
	padding: 38px 0;
	font-size: 28px;
	color: rgba(1, 16, 35, 0.5);
	position: relative;
	margin-bottom: 40px;
}

.recruitment_intro h5:before {
	content: '';
	width: 425px;
	height: 5px;
	position: absolute;
	left: 0;
	top: 0;
	background: #ec7132;
	z-index: 10;
}

.recruitment_intro .txt {
	margin: 100px 0;
	color: #231815;
}

.recruitment_email {
	text-align: center;
	width: 100%;
	overflow: hidden;
	padding: 80px 0;
}

.recruitment_email h4 {
	font-size: 28px;
	font-weight: bold;
}

.recruitment_email a {
	display: inline-block;
	font-size: 18px;
	text-align: center;
	animation-delay: 0.4s;
	margin: 80px 0;
	font-family: 'Comfortaa-Regular';
	position: relative;
	padding: 0 60px;
	cursor: pointer;
	color: #011023;
}

.recruitment_email a img {
	width: 40px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -20px;
	z-index: 10;
}

.recruitment_email a:hover {
	color: #ec7132;
}

.qt-pagination {
	width: 94%;
	margin: auto;
	overflow: hidden;
	padding: 30px 0;
	text-align: center;
}

.qt-pagination a {
	margin: 0 3px;
	font-size: 20px;
	line-height: 40px;
	display: inline-block;
	text-align: center;
}

.qt-pagination .pages {
	font-size: 30px;
}

.qt-pagination .pages,
.qt-pagination a:hover {
	color: #ec7132;
}

.indexfooter {
	background: #011023;
	color: #fff;
}

.indexfooter .foot-menu ul li a {
	color: #fff;
}

.innerfooter {
	background: #fff;
	color: #011023;
}

.innerfooter .foot-menu ul li a {
	color: #011023;
}

/*footer*/
.footer {
	width: 100%;
	overflow: hidden;
	padding-bottom: 80px;
	position: relative;
}

.footer-logo {
	width: 100%;
}

.footer-logo a {
	display: block;
	width: 12%;
	margin: 0px auto;
}

.footer-logo img {
	width: 100%;
}

.foot-menu {
	width: 100%;
	padding: 0 60px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	overflow: hidden;
}

.foot_contlis {
	overflow: hidden;
}

.foot_contlis h3 {
	font-size: 18px;
	text-align: center;
	margin-bottom: 25px;
}

.foot-menu ul li {
	font-size: 18px;
	text-align: center;
	margin: 18px 0;
}

.foot-menu ul li a {
	opacity: 0.5;
}

.foot-menu ul li a:hover {
	opacity: 1;
}

.Follow-link {
	overflow: hidden;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 100px 0 20px 0;
}

.Follow-link h3 {
	font-size: 2.3vw;
	font-weight: bold;
	text-transform: uppercase;
}

.foot-link {
	width: 36%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.foot-link a {
	width: 14%;
	display: inline-block;
}

.foot-link a img {
	max-width: 100%;
	transition: 0.4s;
}

.inlinkimg img {
	filter: invert(1);
}

.foot-link a:hover img {
	opacity: 0.6;
}

.footer-copyright {
	width: 100%;
	padding: 15px 0;
	font-size: 16px;
	color: #011023;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
	z-index: 50;
}

.footer-copyright a {
	color: #011023;
}

.footer-copyright a:hover {
	color: #ec7132;
}

.foot-Support {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.foot-Support .img {
	width: 60px;
	display: flex;
}

.foot-Support .img img {
	width: 100%;
}

@media (max-width:1740px) {
	.button-prev {
		left: 10px;
	}

	.button-next {
		right: 10px;
	}
}

@media (max-width:1620px) {
	.header .logo {
		width: 480px;
	}

	.lang {
		top: 41.5px;
		width: 260px;
		right: 220px;
		font-size: 18px;
	}

	.m_menu {
		width: 210px;
		height: 89px;
		top: 18px;
		font-size: 26px;
	}

	.banner-content h2,
	.about-content a,
	.txt,
	.business_list ul li a.title,
	.foot-menu ul li,
	.sub-sub-nav-item a,
	.more_icon3,
	.exhibition_swiper_ul li,
	.contact_address ul li,
	.recruitment_email a {
		font-size: 17px;
	}

	.banner-wrap h2,
	.product_list dl dd h3,
	.sub-nav-link,
	.product_query_list dl dd .product_title,
	.Company_Distribution span,
	.list_libox ul li h4,
	.exhibition_swiper_ul li h5,
	.academic_conference_list .time,
	.news_detail h3,
	.recruitment_intro h5,
	.recruitment_email h4,
	.company_developments_recent h2 {
		font-size: 26px;
	}

	.academic_conference_em h5 {
		font-size: 22px;
	}

	.num-box ul li em,
	.banner-content h1,
	.product_list h2,
	.index-title h2,
	.num-box ul li .counter,
	.nav-link,
	.banner-wrap h1,
	.search-box span,
	.list_libox ul li h3,
	.exhibition_swiper_txt h3 {
		font-size: 45px;
	}

	.num-box ul li:nth-child(2) {
		padding: 0 100px;
		width: 35%;
	}

	.exhibition_section {
		padding: 0 80px;
	}
}

@media (max-width:1420px) {
	.header .logo {
		width: 389px;
		height: 80px;
	}

	.lang {
		width: 230px;
		right: 180px;
		font-size: 18px;
		top: 18px;
	}

	.m_menu {
		width: 170px;
		height: 72px;
		top: 4px;
		font-size: 22px;
	}

	.num-box ul li em,
	.banner-content h1,
	.product_list h2,
	.index-title h2,
	.num-box ul li .counter,
	.nav-link,
	.banner-wrap h1,
	.search-box span,
	.list_libox ul li h3,
	.exhibition_swiper_txt h3 {
		font-size: 40px;
	}

	.more_icon01,
	.more_icon02 {
		width: 56px;
		height: 65px;
		margin-top: -32.5px;
		font-size: 25px;
	}

	.more_icon3 {
		padding-left: 71px;
		line-height: 62px;
	}

	.more_icon3:before {
		width: 54px;
		height: 62px;
	}

	.about-content a {
		padding: 0 73px;
	}

	.product_list dl:nth-child(odd) dd a {
		text-align: right;
		padding-left: 70px;
	}

	.product_list dl:nth-child(even) dd a {
		padding-right: 140px;
	}

	.company_developments_recent ul li:nth-child(odd) .content a {
		padding-right: 95px;
	}

	.company_developments_recent ul li:nth-child(even) .content a {
		padding-left: 95px;
	}

	.button-prev,
	.button-next {
		width: 54px;
		margin-top: -36px;
	}

	.inner-banner-img {
		height: 640px;
	}
}

@media (max-width:1200px) {
	.Company_Distribution span img {
		width: 55px;
		height: 48px;
	}

	.Company_Distribution span {
		padding: 0 86px;
		margin: 49px 0;
	}

	.news_box .list_libox ul li .inner_more {
		opacity: 1;
	}

	.banner-content {
		padding-top: 300px;
	}

	.banner-content h1 {
		margin-bottom: 100px;
	}

	.banner-content h2 {
		margin-bottom: 30px;
	}

	.about-content a {
		margin: 40px 0 110px 0;
	}

	.product_list dl {
		margin: 30px 0 115px 0;
	}

	.company_developments_recent ul li {
		margin-bottom: 135px;
	}

	.index_business ul li {
		margin: 40px 0;
	}

	.business_scope {
		padding: 190px 0 250px 0;
	}

	.technical_advantages {
		padding: 250px 0 190px 0;
	}

	.num-box ul li:nth-child(2) {
		padding: 0 66px;
		width: 42%;
	}

	.num-box {
		padding: 140px 0 160px 0;
	}

	.foot-menu {
		padding: 0 30px;
	}

	.num-box ul li em,
	.banner-content h1,
	.product_list h2,
	.index-title h2,
	.num-box ul li .counter,
	.nav-link,
	.banner-wrap h1,
	.search-box span,
	.list_libox ul li h3,
	.exhibition_swiper_txt h3 {
		font-size: 35px;
	}

	.banner-wrap h2,
	.product_list dl dd h3,
	.sub-nav-link,
	.product_query_list dl dd .product_title,
	.Company_Distribution span,
	.list_libox ul li h4,
	.exhibition_swiper_ul li h5,
	.academic_conference_list .time,
	.news_detail h3,
	.recruitment_intro h5,
	.recruitment_email h4,
	.company_developments_recent h2 {
		font-size: 22px;
	}

	.inner-banner-img {
		height: 550px;
	}

	.inner_business ul li {
		margin-bottom: 70px;
	}

	.contact_form ul li {
		margin-bottom: 110px;
	}

	.recruitment_box .list_libox {
		padding: 150px 0;
	}

	.exhibition_swiper {
		margin: 155px 0 50px 0;
	}

	.Company_Distribution .title {
		text-align: center;
		margin: 55px 0 80px 0;
	}

	.logo_panter {
		padding: 70px 0;
	}

	.product_represented ul {
		padding: 40px 0;
	}

	.product_query_list dl {
		padding: 60px 0 100px 0;
	}

	.more_icon01,
	.more_icon02 {
		width: 48px;
		height: 55px;
		margin-top: -27.5px;
		font-size: 22px;
	}

	.more_icon3 {
		padding-left: 65px;
		line-height: 55px;
	}

	.more_icon3:before {
		width: 48px;
		height: 55px;
	}
}

@media (max-width:999px) {
	.mpa_title h4 {
		font-size: 20px;
	}

	.mpa_title em {
		display: inline-block;
		width: 35%;
		height: 3px;
	}

	.search-box {
		padding-left: 140px;
		margin-top: 15px;
	}

	.search-box form .submit {
		background-color: #ec7132;
		background-position: center center;
		background-size: 50%;
	}

	.search-box span {
		line-height: 55px;
	}

	.search-box form .search,
	.search-box form .submit {
		line-height: 55px;
		height: 55px;
	}

	.exhibition_swiper_ul li img {
		max-width: 36px;
		margin-top: -18px;
	}

	.exhibition_swiper_ul li {
		overflow: hidden;
		padding-left: 50px;
		position: relative;
		margin-bottom: 30px;
		min-height: 40px;
	}

	.button-prev,
	.button-next {
		width: 40px;
		margin-top: -23px;
	}

	.inner-banner-img {
		height: 420px;
	}

	.banner-wrap {
		bottom: 10%;
	}

	.foot-menu {
		padding: 0;
	}

	.banner-content h2,
	.about-content a,
	.txt,
	.business_list ul li a.title,
	.foot-menu ul li,
	.sub-sub-nav-item a,
	.more_icon3,
	.exhibition_swiper_ul li,
	.contact_address ul li,
	.recruitment_email a {
		font-size: 16px;
	}

	.header {
		top: 0;
	}

	.header .logo {
		width: 315px;
	}

	.m_menu {
		width: 142px;
		height: 60px;
		top: 10px;
		font-size: 20px;
	}

	.lang {
		width: 54px;
		font-size: 20px;
		line-height: 42px;
		background-image: url(../icon15.png);
		top: 20px;
		right: 155px;
	}

	.lang a.en,
	.lang span,
	.lang a em.e02 {
		display: none;
	}
}

@media (max-width:768px) {
	.m_menu {
		width: 118px;
		height: 50px;
		top: 15px;
		font-size: 18px;
	}

	.lang {
		width: 40px;
		font-size: 18px;
		line-height: 32px;
		background-image: url(../icon15.png);
		top: 23px;
		right: 125px;
	}
}

@media (max-width:658px) {
	.inner-banner-img {
		height: 340px;
	}

	.header .logo {
		width: 190px;
		height: 70px;
	}

	.menu {
		overflow: auto;
	}

	.m_menu {
		width: 75px;
		height: 32px;
		top: 19px;
		font-size: 14px;
	}

	.navbar {
		top: 120px;
	}

	.nav-list {
		width: 100%;
		left: 0;
		top: 0;
		position: relative;
	}

	.nav-link {
		margin-bottom: 30px;
	}

	.sub-nav-item {
		margin-bottom: 15px;
	}

	.sub-sub-nav-item {
		margin-bottom: 10px;
	}

	.sub-nav-list,
	.sub-sub-nav-list {
		width: 97%;
		left: 3%;
		top: 0;
		position: relative;
	}

	.sub-sub-nav-list,
	.sub-nav-list {
		padding: 0 10px;
	}

	.lang {
		width: 35px;
		font-size: 14px;
		line-height: 28px;
		background-image: url(../icon15.png);
		top: 22px;
		right: 85px;
	}

	.about-content .txt,
	.business_list ul,
	.business_scope .txt,
	.technical_advantages .txt,
	.num-box ul li:nth-child(1),
	.num-box ul li:nth-child(3),
	.num-box ul li:nth-child(2),
	.foot_contlis,
	.company_developments_recent ul li,
	.inner_about .txt {
		width: 100%;
	}

	.num-box ul li:nth-child(1),
	.num-box ul li:nth-child(3),
	.num-box ul li:nth-child(2) {
		margin: 24px 0;
	}

	.foot_contlis {
		margin: 15px 0;
	}

	.num-box ul li:nth-child(2):before,
	.num-box ul li:nth-child(2)::after {
		width: 100%;
		position: absolute;
		height: 1px;
	}

	.indexnum-box ul li {
		margin: 0;
		padding: 20px 24px;
	}

	.num-box ul li:nth-child(2):before {
		left: 0;
		top: 0;
	}

	.num-box ul li:nth-child(2)::after {
		left: 0;
		bottom: 0;
	}

	.num-box ul li:nth-child(2) {
		padding: 20px 24px;
	}

	.business_list ul li {
		padding-right: 50px;
	}

	.section {
		width: 100%;
		padding: 0 22px;
	}

	.banner-content h1,
	.product_list h2,
	.index-title h2,
	.nav-link,
	.banner-wrap h1,
	.list_libox ul li h3,
	.exhibition_swiper_txt h3 {
		font-size: 26px;
		line-height: 26px;
	}

	.num-box ul li em {
		font-size: 30px;
	}

	.banner-wrap h2 {
		font-size: 14px;
	}

	.product_list dl dd h3,
	.sub-nav-link,
	.product_query_list dl dd .product_title,
	.Company_Distribution span,
	.list_libox ul li h4,
	.exhibition_swiper_ul li h5,
	.academic_conference_list .time,
	.news_detail h3,
	.recruitment_intro h5,
	.recruitment_email h4,
	.company_developments_recent h2 {
		font-size: 16px;
	}

	.banner-content h2,
	.about-content a,
	.txt,
	.business_list ul li a.title,
	.foot-menu ul li,
	.sub-sub-nav-item a,
	.exhibition_swiper_ul li,
	.contact_address ul li,
	.recruitment_email a {
		font-size: 14px;
	}

	.more_icon3 {
		font-size: 13px;
	}

	.txt {
		line-height: 22px;
	}

	.banner-content {
		padding-top: 170px;
	}

	.more_icon01,
	.more_icon02 {
		width: 32px;
		height: 37px;
		margin-top: -18.5px;
		font-size: 14px;
	}

	.more_icon3 {
		padding-left: 40px;
		line-height: 37px;
	}

	.more_icon3:before {
		width: 28px;
		height: 32px;
	}

	.about-content a {
		padding: 0 35px;
	}

	.product_list dl {
		margin: 45px 0;
	}

	.product_list dl dd,
	.product_list dl dt {
		width: 100%;
		margin: 10px 0;
	}

	.product_list dl:nth-child(odd) dd a {
		padding-left: 45px;
		text-align: left;
	}

	.product_list dl:nth-child(even) dd a {
		padding-right: 45px;
		text-align: right;
	}

	.company_developments_recent ul li .content a {
		min-height: 37px;
	}

	.company_developments_recent ul li {
		margin-bottom: 55px;
	}

	.company_developments_recent h2 {
		margin-bottom: 30px;
	}

	.company_developments_recent ul li:nth-child(odd) .content a {
		padding-right: 55px;
	}

	.company_developments_recent ul li:nth-child(even) .content a {
		padding-left: 55px;
	}

	.business_list ul li {
		width: 100%;
	}

	.index_business ul li {
		margin: 20px 0;
	}

	.business_list ul li:hover a.title {
		font-size: 16px;
	}

	.index-title {
		margin-bottom: 35px;
	}

	.index-title em {
		width: 28%;
		height: 3px;
		margin-top: 30px;
	}

	.business_scope,
	.technical_advantages {
		padding: 90px 0;
	}

	.num-box {
		padding: 90px 0;
	}

	.technical_advantages img,
	.business_scope img {
		top: 0;
		width: 27%;
	}

	.technical_advantages img {
		left: 3%;
	}

	.business_scope img {
		right: 3%;
	}

	.foot_contlis h3 {
		font-size: 16px;
		margin-bottom: 15px;
	}

	.Follow-link {
		margin: 60px 0 40px 0;
	}

	.Follow-link h3 {
		font-size: 19px;
	}

	.footer {
		padding-bottom: 50px;
	}

	.banner-wrap h1 {
		margin-bottom: 20px;
	}

	.product_represented ul {
		padding: 20px 0;
	}

	.product_query_list dl {
		padding: 20px 0;
	}

	.product_query_list dl dd .product_title {
		margin: 5px 0 10px 0;
	}

	.product_query_txt {
		margin: 60px 0;
	}

	.inner_business ul {
		padding: 20px 0 70px 0;
		overflow: hidden;
	}

	.inner_business ul li {
		margin-bottom: 30px;
	}

	.inner_business,
	.business_detail {
		padding: 60px 0 120px 0;
	}

	.business_detail_icon {
		width: 40%;
		padding-bottom: 10px;
		border-bottom: 6px solid #ec7132;
	}

	.business_detail .txt {
		width: 100%;
		margin: 50px 0;
	}

	.contact_address {
		padding-top: 60px;
	}

	.contact_address .box {
		padding-top: 15px;
	}

	.contact_address ul li {
		padding-left: 45px;
		min-height: 35px;
		margin-bottom: 25px;
	}

	.contact_address ul li img {
		max-width: 28px;
		top: 3px;
		margin-top: 0;
	}

	.contact_form ul {
		padding: 20px 0;
	}

	.contact_form ul li {
		margin-bottom: 20px;
	}

	.contact_form ul li.border01:before,
	.contact_form ul li.border02:before {
		content: '';
		width: 100%;
		height: 3px;
	}

	.contact_form ul li img.so_im {
		margin: auto;
		max-width: 35px;
	}

	.contact_form ul li textarea {
		padding: 0px 10px;
		font-size: 16px;
	}

	.contact_form ul li.border03::after,
	.contact_form ul li.border03:before {
		width: 3px;
	}

	.recruitment_box .list_libox {
		padding: 55px 0;
	}

	.list_libox ul li {
		margin-bottom: 25px;
		padding-bottom: 70px;
	}

	.list_libox ul li .txt {
		max-width: 100%;
		padding: 15px 0 25px 0;
		border-bottom: 1px solid #313d4c;
	}

	.list_libox ul li .inner_more {
		position: absolute;
		bottom: 5%;
	}

	.recruitment_intro {
		width: 100%;
		margin-top: 55px;
	}

	.contact_form ul li.w50 {
		width: 100%;
	}

	.contact_form ul li img.formimg {
		max-width: 30px;
	}

	.contact_form ul li input {
		line-height: 33px;
		font-size: 16px;
		padding-bottom: 15px;
	}

	.recruitment_detail {
		padding: 50px 0;
	}

	.recruitment_intro .txt {
		margin: 40px 0;
	}

	.recruitment_intro h5 {
		padding: 15px 0;
		margin-bottom: 0px;
	}

	.recruitment_intro h5:before {
		width: 50%;
		height: 3px;
	}

	.recruitment_email {
		padding: 40px 0;
	}

	.news_query .list_libox,
	.news_box .list_libox {
		padding: 50px 0;
	}

	.recruitment_email a {
		margin: 40px 0;
		padding: 0 60px;
	}

	.button-prev,
	.button-next {
		width: 30px;
		margin-top: -17px;
	}

	.exhibition_swiper_txt,
	.exhibition_swiper_contact {
		width: 100%;
		margin: 10px 0;
	}

	.exhibition_swiper_txt h3 {
		text-align: center;
		margin-bottom: 18px;
	}

	.exhibition_section {
		padding: 0 50px;
	}

	.exhibition_swiper_ul li {
		margin-bottom: 12px;
	}

	.exhibition_swiper_ul li img {
		max-width: 30px;
		margin-top: -15px;
	}

	.exhibition_swiper {
		margin: 50px 0;
	}

	.inner_about,
	.news_detail,
	.academic_conference,
	.academic_conference_re {
		padding: 50px 0;
	}

	.inner_about .index-title {
		margin-bottom: 30px;
	}

	.academic_conference_bottom .academic_conference_list li {
		margin: 50px 0;
	}

	.academic_conference_em h5 {
		font-size: 20px;
	}

	.academic_conference_em em {
		width: 30%;
		height: 3px;
	}

	.academic_conference_list .txt,
	.academic_conference_list .time,
	.academic_conference_list .inner_more {
		width: 100%;
	}

	.academic_conference_list .time {
		margin: 10px 0;
		display: block;
		text-align: left;
	}

	.news_detail .content {
		width: 100%;
		float: right;
		margin-top: 40px;
	}

	.news_detail dl dd,
	.news_detail dl dt {
		width: 100%;
		margin: 10px 0;
	}

	.news_detail dl {
		margin-top: 35px;
	}

	.Company_Distribution span img {
		width: 40px;
		height: 35px;
	}

	.Company_Distribution span {
		padding: 0 60px;
		margin: 22px 0;
	}

	.Company_Distribution .title {
		text-align: center;
		margin: 35px 040px 0;
	}

	.logo_panter {
		padding: 50px 0;
	}

	.logo_panter .box {
		margin-top: 40px;
	}

	.innernum-box ul li .txt {
		text-align: center;
	}

	.product_query_list dl dt,
	.product_query_list dl dd {
		width: 100%;
		margin: 10px 0;
	}

	.search-box {
		padding-left: 75px;
	}

	.product_query {
		padding: 50px 0 0 0;
	}

	.search-box span {
		font-size: 20px;
		line-height: 45px;
	}

	.search-box form .search,
	.search-box form .submit {
		line-height: 45px;
		height: 45px;
	}

	.product_detail .box {
		margin-top: 50px;
	}

	.product_detail {
		padding: 50px 0;
	}

	.mpa_title h4 {
		font-size: 18px;
		color: #ec7132;
	}

	.product_detail .txt {
		width: 92%;
		overflow: hidden;
		margin: 50px 4%;
	}

	.mpa_list {
		margin: 50px 0;
	}

	.mpa_list_a h5 {
		font-size: 16px;
		margin-top: 25px;
	}
}