/*
@media only screen and (max-width: 767px){
	
}
@media only screen and (max-width: 575px){
	
}
@media only screen and (min-width: 576px){
	
}
@media only screen and (min-width: 768px){
	
}*/
@media only screen and (min-width: 1442px){
	.container{
		width: 1200px;
	}

}
@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,.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;
}
.mobile-navbar .header-right {
	margin-left: 0.2rem;
}
.mobile-navbar .header-right a,.mobile-navbar .welcome span {
	color: #fff;
}
.mobile-navbar .header-right .ico-user {
    background-image: url(../images/ico-user-white.png);
}
.mobile-navbar .header-right .ico-out-blue {
    background-image: url(../images/ico-out-white.png);
}
.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: 0.3rem;
}
.mobile-navbar-menu {
	width: 40%;
	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);*/
	height: auto;
	z-index:100;
}
.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;
}
.main-1 {
    margin-top:0.2rem;
}
.uinfo-box {
    margin-left: 0;
}


.footer-box {
	padding: 0.25rem 0;
	background-color: #f5f5f5;
}
.footer-wrap {
    flex-direction: column;
}
.footer-menu-wrap {
    width: 100%;
}
.footer-menu {
	flex-direction: column;
}
.footer-menu dl {
    margin-right: 0;
}
.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;
}
.footer-img-box {
	width: 100%;
    justify-content: center;
    margin-bottom: 0.1rem;
}
.copyright {
	padding-top: 0.1rem;
	font-size: 0.12rem;
	color: #999;
}
.copyright a {
	color: #999;
}
.main {
	padding-top: 0.6rem;
}
.main h2 {
	margin-bottom: 0;
}
.main-blog {
	padding-bottom: 0;
}
.main-artical {
	background-color: #fff;
}
.login-left {
	padding: 0;
}
.col-xs-12 {
	padding: 0;
}
.uimg-box { 
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    width: 100%;
}
.user-img {
    margin-left: 0;
}
.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;
}
.img-whole {
	padding: 0.2rem 0 0;
}
.blog-box{
	padding: 20px 15px;
}
.blog-wrap h2 {
    margin-bottom: 0.15rem;
}
.header-login {
	height: 0.5rem;
	padding: 0.5rem 0 0.4rem;
}
.logo-wrap {
	width: 1.3rem;
	margin: 0 auto;
}
.login-box {
	height: auto;
	margin-top: 0;
	padding-top: 0.8rem;
	background-image: none;
}
.login-page {
	width: 100%;
    min-height: auto;
    padding: 0 0.05rem 0.3rem;
    border: none;
}
.login-page h2, .register-page h2 {
	display: none;
	font-size: 0.18rem;
}
.logo-wrap {
	width:auto;
}
.logo-wrap a {
	display: flex;
	font-size: 16px;
	color: #f70;
}
.logo-wrap img {
	width: 0.8rem;
}
.logo-wrap i {
	margin-left: 0.05rem;
	margin-right: 0.05rem;
}
.logo-wrap .ico-arrow-l-white {
    background-image: url(../images/ico-arrow-l-orange.png);
}
.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.5rem;
	margin-top: 0;
}
.pinfo .form-box label {
    width: 0.5rem;
}
.form-box input.form-control,.user-info .form-control {
	width: calc(100% - 0.5rem);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0) !important;
}
.register-page .form-box label {
    width: 0.9rem;
    margin-right: 0.05rem;
    padding-left: 0;
    padding-right: 0;
    text-align: right;
	font-size: 0.12rem;
}
.register-page .treaty label {
    width: auto;
    font-size: 0.12rem;
}
.register-page input.login-sms {
    width: 1rem;
    padding: 6px;
}
.help-block,.reg-box a {
    font-size: 0.12rem;
}
.my-modal-video .modal-dialog {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
    top: 15%;
}
.my-modal-data .modal-dialog {
    width: 95%;
    overflow-x: scroll;
}
.modal-content {
    max-height: 640px;
}
.my-modal-data .ctrbox {
    flex-direction: column;
}
.my-modal-data .ctrbox .g2 {
    width: 100%;
}
.my-modal-data .ctrbox .g2 .pagination {
    display: flex;
    justify-content: center;
    align-items: center;
}

/*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 {
    width: 100%;
    margin-left: 0;
}
.about-item-person {
    width: 100%;
    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, .main-product-box h2 {
    margin-bottom: 0.1rem;
    font-size: 0.18rem;
	background: none;
}
.about-item-global {
    width: auto;
}
.about-item-layout {
    width: auto;
    height: 240px;
    padding-top: 1.4rem;
}
.about-contact-wrap {
    padding: 0.2rem 0.1rem 0;
}
.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 0.4rem;
}
.contact-service-list {
    width: 90%;
    padding: 0.2rem 0.15rem;
}
.contact-service-info {
    margin-top: 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);
}
.map-wrap {
    height: 2rem;
    margin: 0.2rem auto;
}
.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;
}
.main-product-text-l {
    padding-right: 0;
}

}
@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-banner {
		width: 100%;
		height: 210px;
		background: url(../images/banner.jpg) no-repeat center / cover;
	}

	.header-pc .container {
		display: flex;
		display: -webkit-flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}


	.logo-wrap {
		width:0.55rem;
	}
	.logo-wrap a {
	}
	.logo-wrap img {
	}
	.head-nav {
		width: calc(100% - 2.04rem);
		padding-top: 14px;
		line-height: 86px;
	}
	.logo-wrap i {
		margin-left: 0.05rem;
		margin-right: 0.05rem;
	}
	.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-end;
		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: #3B83C4;
		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;
	}
	.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;
	}
	.footer-bottom {
		padding: 30px 0 0;
		width: 100%;
		border-top: 1px solid #e8e9f1;
	}
	.footer-bottom a{
	}
	.footer-menu dt {
		font-size: 16px;
		font-weight: normal;
	}
	.footer-menu dd {
		line-height: 1.8;
		color: #7A7E8A;
	}
	.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: #7A7E8A;
	}
}
/*
@media (min-width: 1200px) {
	
}
@media only screen and (min-width: 1440px){
	
}
@media only screen and (min-width: 1680px){
	
}*/







