@media only screen and (-webkit-min-device-pixel-ratio: 1) and (max-width: 1441px),
only screen and (max-width: 1441px) and (min-resolution: 1dppx),
only screen and (max-width: 1441px) and (min-resolution: 96dpi){
	.expo-item-img {
		height: 288px;
	}
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 1441px),
only screen and (max-width: 1441px) and (min-resolution: 1.5dppx),
only screen and (max-width: 1441px) and (min-resolution: 144dpi){
	 .container {
		max-width: 1100px;
	}
	.header-bottom {
		height: 80px;
	}
	.logo-wrap {
		width: 1.8rem;
	}
	.head-nav {
		line-height: 66px;
	}
	.main {
		/* padding-top: 115px; */
	}
	.expo-banner {
		height: 360px;
	}
	.friends-wrap {
		flex: 0 0 460px;
	}
	.friends-list-wrap {
		width: 460px;
	}
	.friends-list-img {
		width: 60px;
		height: 60px;
	}
	.merchants-item-img {
		width: 235px;
		height: 235px;
	}
	.img-mask {
		height: 235px;
	}
	.exhibitors-list .merchants-item-img {
		width: 310px;
	}
	.product-item-img {
		width: 192px;
		height: 192px;
	}
	.expo-product-list .img-mask {
		height: 192px;
	}
	.video-panel {
		width: 725px;
		height: 400px;
	}
	.live-wrap .video-panel {
		width: 690px;
		height: 474px;
	}
	.meet-wrap .live-right-panel {
		width: calc(100% - 740px);
	}
	.translate-white .translate-subtitle {
		max-height: 285px;
	}
	.meet-info {
		padding: 10px 15px;
	}
	.friends-list-wrap-row {
		width: 1000px;
	}
	.personal-feed-list li {
		flex: 0 0 230px;
		height: 230px;
	}
	.live-right-panel {
		width: calc(100% - 690px);
		height: 474px;
	}
	.expo-item-img {
		height: 288px;
	}
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 1441px),
only screen and (max-width: 1441px) and (min-resolution: 1.5dppx),
only screen and (max-width: 1441px) and (min-resolution: 144dpi),
only screen and (max-width: 1441px) and (device-aspect-ratio:16/9) {
    .expo-item-img {
		height: 238px;
	}
	.merchants-item-img,
	.exhibitors-list .merchants-item-img,
	.product-item-img{
		width: 100%;
	}
}
@media only screen and (max-width: 991px){
img {
	width: 100%;
	height:100%;
	object-fit: cover;
}
h2 {
	font-size: 0.18rem;
}
h3 {
	font-size: 0.16rem;
}
.header-pc,.foot-moble,.register-pc,.about-banner-bg {
	display: none;
}
.header-bottom {
    height: 0.6rem;
}
.header-mobile,.register-moble {
	display: block;
}
.container {
	width: 100%;
    padding-left: 0.1rem;
    padding-right: 0.1rem;
}
.arrow {
	top: 12px;
}
.arrow:after {
	border-top: 1px solid #787878;
	border-right: 1px solid #787878;
}
.sencond-nav li a {
	padding: 0;
}
.mobile-navbar {
	width: 100%;
	height: 0.6rem;
	display: flex;
	display: -webkit-flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	z-index: 3;
}
.mobile-nav {
	position: relative;
	box-sizing: border-box;
	width: .26rem;
	user-select: none;
	-webkit-user-select: none;
}
.menu-bars {
	user-select: none;
	-webkit-user-select: none;
}
.menu-bar {
	position: relative;
	display: block;
	background: #fff;
	height: .03rem;
	width: .26rem;
	top: 0;
	border-radius: .03rem;
	transition: background 400ms ease,transform 300ms ease,top 300ms ease;
	-webkit-transition: background 400ms ease,transform 300ms ease,top 300ms ease;
	-webkit-transform-origin: center center;
	transform-origin: center center;
	user-select: none;
	-webkit-user-select: none;
}
.menu-bar:nth-child(2) {
	margin: .05rem 0;
}
.mobile-nav.menu-active .menu-bar:nth-child(1) {
	top: .08rem;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.mobile-nav.menu-active .menu-bar:nth-child(2) {
	opacity: 0;
}
.mobile-nav.menu-active .menu-bar:nth-child(3) {
	top: -0.08rem;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.mobile-logo {
	width: 1.1rem;
}
.mobile-navbar-menu {
	width: 100%;
	position: absolute;
	background: #e1e1e1;
	padding: 0 .15rem;
	z-index: 2;
	top: 0.6rem;
	right: 0;
	bottom: 0;
	left: 0;
	box-sizing: border-box;
	overflow: hidden;
	overflow-y: auto !important;
	height: 0;
	transition: height .35s ease-in 200ms;
	-webkit-transition: height .35s ease-in 200ms;
	user-select: none;
}
.mobile-navbar-menu.touch {
	height: calc(100vh - 0.6rem);
}
.mobile-navbar-menu>li {
	width: 100%;
	text-align: left;
	height: auto;
	border-bottom: 1px solid #fff;
	opacity: 0;
	pointer-events: none;
	-webkit-transform: scale(1.2) translateY(-0.28rem);
	-ms-transform: scale(1.2) translateY(-0.28rem);
	transform: scale(1.2) translateY(-0.28rem);
	-webkit-transition: opacity .35s ease-out,-webkit-transform .35s ease-out;
	transition: opacity .35s ease-out,-webkit-transform .35s ease-out;
	transition: opacity .35s ease-out,transform .35s ease-out;
	transition: opacity .35s ease-out,transform .35s ease-out,-webkit-transform .35s ease-out;
	position: relative;
	list-style-type: none;
}

.mobile-navbar-menu.touch>li {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.mobile-navbar-menu.touch>li:nth-child(1) {
	-webkit-transition-delay: 100ms,100ms;
	transition-delay: 100ms,100ms;
}

.mobile-navbar-menu.touch>li:nth-child(2) {
	-webkit-transition-delay: 300ms,300ms;
	transition-delay: 300ms,300ms;
}

.mobile-navbar-menu.touch>li:nth-child(3) {
	-webkit-transition-delay: 350ms,350ms;
	transition-delay: 350ms,350ms;
}

.mobile-navbar-menu.touch>li:nth-child(4) {
	-webkit-transition-delay: 400ms,400ms;
	transition-delay: 400ms,400ms;
}

.mobile-navbar-menu.touch>li:nth-child(5) {
	-webkit-transition-delay: 450ms,450ms;
	transition-delay: 450ms,450ms;
}

.mobile-navbar-menu.touch>li:nth-child(6) {
	-webkit-transition-delay: 500ms,500ms;
	transition-delay: 500ms,500ms;
}

.mobile-navbar-menu.touch>li:nth-child(7) {
	-webkit-transition-delay: 550ms,550ms;
	transition-delay: 550ms,550ms;
}
.mobile-navbar-menu>li a {
	display: block;
	line-height: 0.5rem;
	font-size: .14rem;
	color: #2c2c2c;
}

.mobile-navbar-menu>li a.t {
	font-weight: bold;
}
.main-box {
	min-height: auto;
}
.navbanner {
	height: 1.8rem;
	margin-top: 0.6rem;
}
.flexslider .slides > li {
	height: 1.8rem;
}
.flex-direction-nav .flex-prev,.flex-direction-nav .flex-next {
	opacity: 0;
}
.flex-control-nav {
	bottom: 0.05rem;
}
.flex-control-paging li a {
	width: 12px;
	height: 12px;
	margin: 0 .1rem;
}
.flex-direction-nav {
	display: none;
}
.footer-box {
	padding: 0.25rem 0;
	background-color: #f5f5f5;
}
.footer-menu {
	flex-direction: column;
}
.footer-menu dt {
	margin-bottom: 0;
	border-bottom: 1px solid #fff;
	padding-bottom: 0.1rem;
}
.footer-menu dd {
	border-bottom: 1px solid #fff;
	padding: 0.1rem 0;
}
.footer-menu dd a {
	position: relative;
	display: block;
}
.copyright {
	padding-top: 0.1rem;
	font-size: 0.12rem;
	color: #999;
}
.copyright a {
	color: #999;
}
.copyright img {
	width: 20px;
	height: 20px;
}
.main {
	padding-top: 0.6rem;
}
.main h2 {
	margin-bottom: 0;
}
.main-blog {
	padding-bottom: 0;
}
.main-artical {
	background-color: #fff;
}
.about-box, .brand-box, .main-product-box,.brand-box{
    padding-top: 0.6rem;
}
.blog-box,.artical-box {
	margin-top: 0;
}
.artical-box {
	padding: 0.15rem 0 0;
}
.mainbox .artinfo {
	padding: 0;
}
.mainbox .art-content, .mainbox .nav-content {
	font-size: 0.14rem;
}
.art-head {
	margin-bottom: 0.15rem;
	padding-bottom: 0.06rem;
}
.mainbox .art-content p {
	margin-bottom: 0;
}
.art-content img {
	margin: .1rem 0;
}
.blog-box{
	padding: 20px 15px;
}
.header-login {
	height: 0.5rem;
	padding: 0.5rem 0 0.4rem;
}
.logo-wrap {
	width: 1.3rem;
	margin: 0 auto;
}
.login-box {
	height: auto;
	background-image: none;
}
.login-page {
	width: 100%;
	padding: 0 0.05rem;
	border: none;
}
.login-page h2, .register-page h2 {
	display: none;
	font-size: 0.18rem;
}
.form-item {
	margin-bottom: 0.24rem;
	border-color: transparent transparent #e0e0e0;
}
.form-item label {
	font-size: 0.16rem;
}
.form-item input {
	width: calc(100% - 0.2rem);
	height: 0.18rem;
	line-height: 0.18rem;
	padding: 0.1rem;
	font-size: 0.16rem;
}
.other-panel {
	margin-top: 0.2rem;
}
.btn {
	height: 0.42rem;
	border-radius: 0.5rem;
}
.form-title {
	text-align: left;
}
.register-page {
	width: 100%;
	padding: 0 0.05rem;
}
.register-box {
	padding-top:0.2rem;
}
.form-box input.form-control {
	height: 0.18rem;
}
/*about*/
.about-wrap {
    padding-bottom: 0.1rem;
}
.about-main {
    font-size: 0.14rem;
}
.about-item {
    flex-direction: column;
    margin-top: 0.2rem;
}
.about-item-img {
    flex: 0 0 100%;
    height: auto;
}
.about-item-intro {
    height: auto;
    padding: 0.15rem 0.1rem;
}
.about-item-profile,.about-item-chance {
    margin-left: 0;
}
.about-item-person {
    margin-right: 0;
}
.about-item-profile h2 {
    height: 0.26rem;
    background: url(../images/about-tit.png) no-repeat left / cover;
    background-size: 50% auto;
}
.about-main h2, .brand-box h2, .main-product-box h2 {
    margin-bottom: 0.1rem;
    font-size: 0.18rem;
}
.about-item-global {
    width: auto;
}
.about-item-layout {
    width: auto;
    height: 240px;
    padding-top: 1.4rem;
}
.about-service-wrap,.about-advantage-wrap,.about-contact-wrap {
    padding: 0.2rem 0.1rem 0;
}
.about-service-list {
    margin-top: 0.2rem;
}
.about-service-list li {
    flex: 0 0 100%;
    height: auto;
    margin-right: 0;
	margin-bottom: 0.15rem;
    padding: 0.4rem 0.3rem;
}
.about-advantage-wrap {
    padding-bottom: 2.8rem;
    overflow: hidden;
}
.about-advantage-list-two li:nth-of-type(1) {
    left: 0;
}

.about-culture-wrap {
    padding: 0.2rem 0;
}
.about-culture-wrap.container {
	padding: 0.2rem 0 0;
}
.about-culture-item {
	flex-direction: column;
    padding-bottom: 0.15rem;
    margin-bottom: 0.15rem;
}
.about-culture-item:nth-of-type(2n + 2){
	background-color: #fff;
}
.about-culture-item:nth-of-type(2n + 2) .about-culture-intro{
	margin-bottom: 0.1rem;
}
.about-culture-img {
    flex: 0 0 100%;
    height: auto;
}
.about-culture-intro {
    width: 100%;
    height: auto;
    padding: 0.15rem 0.1rem 0;
}
.about-culture-intro h2 {
    position: relative;
    width: 100%;
    height: 32px;
}
.tit-mission,.tit-vision,.tit-target,.tit-idea,.tit-value {
    background-size: 50%;
}
.about-contact-wrap, .main-product-item,.about-advantage-list {
	flex-direction: column;
}
.about-contact-item {
    margin-bottom: 0.15rem;
}
.about-contact-img {
    width: 2.4rem;
    height: 2.4rem;
}
.about-contact-info {
    margin-top: 0.15rem;
}
.about-contact-info dt {
    margin-bottom: 0.1rem;
    font-size: 0.18rem;
}
.about-contact-info dd {
    margin-bottom: 0.02rem;
}
.contact-service-wrap {
    height: auto;
    padding: 0.3rem 0;
}
.contact-service-list {
    width: 90%;
    padding: 0.2rem 0.15rem;
}
.contact-service-list:after {
    position: absolute;
    right: 70px;
    content: "";
    width: 0;
    bottom: -14px;
    height: 0;
    border: 15px solid transparent;
    border-left-color: rgba(255, 255, 255,.8);
    transform: rotate3d(0, 0, 1, 225deg);
}
.contact-service-info {
    margin-top: 0.15rem;
}
.contact-service-info li {
    margin-bottom: 0.08rem;
}
.brand-banner-bg, .main-product-banner-bg {
    height: 1.6rem;
}
.main-product-main {
    text-align: center;
}
.main-product-item {
    padding: 0.2rem 0.15rem;
}
.main-product-img {
    flex: 0 0 100%;
    height: auto;
}
.main-product-intro {
    width: 100%;
    padding: 0.2rem 0;
}
.brand-main {
    padding-top: 0.4rem;
    padding-bottom: 0.2rem;
}
.axis-wrap:before {
    width: 0.02rem;
}
.axis-date:after {
    display: none;
}
.axis-wrap li {
    margin-bottom: 0.2rem;
}
.axis-wrap li > div {
    flex: 0 0 46%;
}
.axis-date {
    font-size: 0.2rem;
}
.axis-date-left {
    padding-right: 0.1rem;
}
.axis-date-right {
    padding-left: 0.1rem;
}
.axis-text {
    width: auto;
    padding: 0.1rem;
    font-size: 0.14rem;
    border-radius: 0.03rem;
}
.axis-text-right {
    left: 0.15rem;
}
.axis-text-left {
    right: 0.15rem;
}
.about-advantage-list-box {
    padding: 0.6rem 0;
}
.about-advantage-list li {
    flex: 0 0 2.5rem;
    width: 2.5rem;
    height: 2.5rem;
    padding: 0.1rem;
    margin-left: 0;
    margin-right: 0;
}
.about-advantage-list h3 {
    margin-bottom: 0.1rem;
}
.about-advantage-list p {
    height: 1.68rem;
}
.about-advantage-list-two li:nth-of-type(2) {
    right: 0;
    bottom: -1.2rem;
}
.about-advantage-list-three {
    top: 2.4rem;
}
.about-advantage-list-three li:nth-of-type(1) {
    left: 0;
}
.about-advantage-list-three li:nth-of-type(2) {
    margin-top: 1.2rem;
    padding: 0;
}
.about-advantage-list-three li:nth-of-type(3) {
    right: 0;
    margin-top: 1.2rem;
}
.tag-number {
    bottom: -0.6rem;
    font-size: 0.7rem;
}
/*调查问卷*/
.questionnaire-box {
    padding-top: 0;
	background-color: #fff;
}
.questionnaire {
    width: 100%;
	padding: 0;
    box-shadow: none;
	font-size: 14px;
}
.questionnaire-info-item {
    width: 100%;
}
.questionnaire-info-item-label {
    width: 90px;
}
.user-info-item {
    width: auto;
}
.user-info-item-label {
    width: 130px;
}
.questionnaire dd {
    flex-wrap: wrap;
    border-top: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
}
.radiocheck {
    width: 50%;
    margin-right: 0;
    padding: 0.1rem;
    border-right: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}
.radiocheck-whole {
    width: 100%;
}
.questionnaire-textarea textarea {
	width: 100%;
}
.questionnaire dd.questionnaire-nobor {
    border: none;
}
.radiocheck-other .input_200 {
    width: 120px;
}
.app-hr-whole {
	border: none;
}
.app-hr-whole dd {
    flex: 0 0 50%;
    flex-wrap: nowrap;
    border: none;
}
.app-hr-whole .radiocheck {
    width: 30%;
	border: none;
}






}
@media only screen and (min-width: 992px){

	.container{
		padding-left: 0;
		padding-right: 0;
	}
	.header-top > .container {
		position: relative;
		margin: 0 auto;
	}
	.header-bottom {
		height: 100px;
	}
	.header-mobile,.register-moble {
		display: none;
	}
	.header-pc,.foot-moble,.register-pc{
		display: block;
	}
	.header-pc .container {
		/*display: flex;
		display: -webkit-flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;*/
	}
	.logo-wrap {
		/*width:2.26rem;*/
		width:auto;
	}
	.logo-wrap a {
		display: flex;
		font-size: 20px;
	}
	.logo-wrap img {
		width:3rem;
	}
	.logo-wrap i {
		margin-right: 10px;
	}
	.inner-header {
		max-width: 960px;
	}
	.slogan-blade {
		right: calc(50% + 80px);
		height: 80px;
	}
	.slogan-wrap {
		left: calc(50% - 140px);
		height: 80px;
	}
	.slogan {
		width: calc(100% - 430px);
	}
	#menu {
		display: none;
	}
	#nav-container {
		top: 0;
		right: 0;
		left: 0;
		display: block;
		height: 165px;
		min-height: 1px;
		width: 100%;
		max-width: 100%;
		background: transparent;
		margin: 0 auto;
		padding: 0;
		overflow: visible;
		opacity: 0;
		display:none;
		-webkit-transition: -webkit-transform .24s ease-in-out;
		transition: -webkit-transform .24s ease-in-out;
		transition: transform .24s ease-in-out;
		transition: transform .24s ease-in-out, -webkit-transform .24s ease-in-out;
	}
	.navbar-list {
		display: flex;
		display: -webkit-flex;
		flex-direction: row;
		justify-content: flex-start;
		align-items: flex-start;
	}
	ul.sub-menu {
		position: absolute;
		background-color: #fff;
		width: 280px;
		padding: 10px 0;
		border: solid 1px #f6f5f5;
		border-top: solid 2px #006499;
		overflow: visible;
	}
	.navbar-list li.has-children:after {
		content: '';
		position: absolute;
		bottom: -20px;
		left: 0;
		right: 0;
		z-index: 10;
		display: block;
		width: 0;
		height: 0;
		margin: 0 auto;
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		border-bottom: 10px solid transparent;
	}
	.navbar-list li.has-children.open:after {
		border-bottom: 10px solid #fff;
		-webkit-transition: border-color .2s ease-in-out;
		transition: border-color .2s ease-in-out;
	}
	.navbar-list li a {
		text-align: center;
		display: inline-block;
		font-size: 16px;
		color: #fff;
	}
	.navbar-list li a:after {
		display: block;
		position: absolute;
		background: #ff7700;
		content: '';
		height: 3px;
		left: 50%;
		bottom: 0;
		-webkit-transform: scaleX(0) translate3d(-50%, 0, 0);
		transform: scaleX(0) translate3d(-50%, 0, 0);
		-webkit-transform-origin: 0 0;
		-o-transform-origin: 0 0;
		transform-origin: 0 0;
		-webkit-transition: -webkit-transform .5s;
		-o-transition: -o-transform .5s;
		transition: transform .5s;
		width: -webkit-calc(102%);
		width: calc(102%);
	}
	.navbar-list li:hover a:after,.navbar-list li.hover a:after {
		-webkit-transform: scaleX(1) translate3d(-50%, 0, 0);
		transform: scaleX(1) translate3d(-50%, 0, 0);
	}
	.mega-wrap {
		position: absolute;
		top: 19px;
		left: 0;
		right: 0;
		z-index: 1000;
		width: calc(100% - 30px);
		max-width: 13.35rem;
		background-color: #fff;
		margin: 0 auto;
		padding: 25px;
	}
	.mega-wrap.no-sub-menu {
		left: 300px;
		max-width: 650px;
	}
	.gray-block {
		background-color: #eae8e8;
		margin-bottom: 0;
		padding: 20px;
	}
	.section-title {
		font-size: 24px;
		flex-wrap: wrap;
		line-height: 1.2;
	}
	.mega-product-nav {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	.mega-product-nav.split {
		-webkit-columns: 2;
		-moz-columns: 2;
		columns: 2;
		-webkit-column-gap: 25px;
		-moz-column-gap: 25px;
		column-gap: 25px;
	}
	.mega-product-nav li {
		display: inline-block;
		width: 100%;
		margin: 0;
	}
	.mega-product-nav li a {
		display: block;
		font-size: 15px;
		font-weight: 700;
		padding: 6px 10px;
		border: none;
		-webkit-transition: background-color .24s ease-in-out;
		transition: background-color .24s ease-in-out;
	}
	.mega-product-nav li a:hover {
		background-color:#ddd9d9;
		text-decoration:none;
	}
	.link-col {
		display: -webkit-box;
		display: flex;
		flex-wrap: wrap;
	}
	.panel-btn {
		position:relative;
		display: -webkit-box;
		display: flex;
		-webkit-box-align: center;
		align-items: center;
		width: 200px;
		font-size: 14px;
		font-weight: 700;
		text-decoration: none;
		color: #006499;
		margin: 25px 25px 0 0;
		padding: 12px 15px;
		border: solid 1px #dcdcdc;
		-webkit-transition: border-color .24s ease-in-out, color .24s ease-in-out;
		transition: border-color .24s ease-in-out, color .24s ease-in-out;
	}
	.panel-btn:hover {
		border: solid 1px #006499;
		text-decoration:none;
	}
	.panel-btn .ico-base{
		width:20px;
		height:20px;
		margin-right:6px;
	}
	.panel-btn .right-arrow:after{
		border-top: 2px solid #006499;
		border-right: 2px solid #006499;
	}
	.mega-wrap .link-col h5 {
		font-size: 16px;
		font-weight: 700;
		line-height: 1.4;
		text-align: center;
		margin-top: 25px;
		margin-bottom: 0;
	}
	.linebox .container {
		max-width: 960px;
	}
	.head-nav {
		width: calc(100% - 3rem);
		padding-top: 14px;
		line-height: 86px;
	}
	.footer-bottom {
		padding: 30px 0;
		width: 100%;
		background: #fff;
		border-top: 1px solid #e8e9f1;
	}
	.footer-bottom a{
		color: #323232;
	}
	.footer-menu dt {
		font-size: 16px;
		font-weight: normal;
	}
	.footer-menu dd {
		line-height: 1.8;
	}
	.footer-menu dd a {
		color: #787878;
	}
	.copyright {
		width: 100%;
		padding: .25rem 0;
		text-align: center;
		display: flex;
		display: -webkit-flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		border-top: 1px solid #e8e9f1;
	}
	.copyright p,.copyright a{
		font-size: 11px;
		color: #787878;
	}
	.copyright a{
		margin: 0 5px;
	}
	.copyright a:hover{
		color: #2c2c2c;
	}
	.copyright img {
		width: 20px;
		height: 20px;
	}
}
/*
@media (min-width: 1200px) {

}
@media only screen and (min-width: 1440px){

}
@media only screen and (min-width: 1680px){

}*/







