@charset "UTF-8";
@media only screen and (max-width: 1200px) {
*{
	box-sizing: border-box;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.col.sm-col12{width: 100%; float: left;}
.col.sm-col1{width: 8.33333333%;}
.col.sm-col2{width: 16.66666667%;}
.col.sm-col3{width: 25%;}
.col.sm-col4{width: 33.33333333%;}
.col.sm-col5{width: 41.66666667%;}
.col.sm-col6{width: 50%;}
.col.sm-col7{width: 58.33333333%;}
.col.sm-col8{width: 66.66666667%;}
.col.sm-col9{width: 75%;}
.col.sm-col10{width: 83.33333333%;}
.col.sm-col11{width: 91.66666667%;}
.rbtn::after {
	display: none;
}
.lzpic2{
	display: block;
}
.lzpic1{
	display: none;
}
.article {
	line-height: 24px;
	font-size: 14px;
}
.wrapper {
	padding: 70px 0 51px 0;
}
.header {
	height: 70px;
	z-index: 105;
	top: 0;
	left: 0;
	position: fixed;
	padding: 0;
}
.header .logo {
	height: 50px;
	margin-top: 10px;
}
.header .logo img {
	height: 100%;
	display: block;
}
.header .slogan {
	line-height: 1.4rem;
	font-size: 1.2rem;
	margin-top: 14px;
}
.header .tel {
	display: none;
}
.header .menu-btn {
	width: 50px;
	height: 70px;
	display: block;
	position: absolute;
	right: 2.5%;
	top: 0;
	z-index: 3;
}
.header .menu-btn span {
	width: 28px;
	height: 3px;
	background: #267dc0;
	border-radius: 2px;
	position: absolute;
	right: 0;
	top: 34px;
	z-index: 2;
	transition: 0.8s;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-ms-transition: 0.8s;
	-o-transition: 0.8s;
}
.header .menu-btn span.line1 {
	top: 24px;
}
.header .menu-btn span.line3 {
	top: 44px;
}
.mainnav {
	width: 260px;
	height: 100%;
	overflow: auto;
	float: right;
	position: fixed;
	right: -260px;
	top: 0;
	bottom: 0;
	z-index: 105;
	background: #fff;
	margin: 0;
	padding: 0 0 20px 0;
	text-align: center;
}
.mainnav .tit {
	display: block;
	font-size: 30px;
	font-weight: bold;
	color: #267dc0;
	padding: 20px 0;
}
.mainnav > ul{
	width: 100%;
}
.mainnav > ul > li {
	float: none;
	width: 100%;
	border-left: none;
	text-align: left;
	border-bottom: solid 1px #ddd;
}
.mainnav > ul > li > a:hover,
.mainnav > ul > li > a {
	height: 50px;
	line-height: 50px;
	font-size: 1.6rem;
	color: #333;
	background: none;
	text-indent: 2rem;
}
.mainnav > ul > li .arrow {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 20;
	width: 50px;
	height: 50px;
	background: url(/statics/xinwangwei/images/arrow2.png) no-repeat center;
	background-size: 20px auto;
	display: block;
}
.mainnav > ul > li.now .arrow{
	background-image: url(/statics/xinwangwei/images/arrow3.png);
}
.mainnav > ul > li.on ,
.mainnav > ul > li.on {
	border-bottom: solid 1px #267dc0;
}
.mainnav > ul > li.on > a,
.mainnav > ul > li.on > a:hover{
	color: #267dc0;
	background: none;
}
.mainnav .sub {
	min-width: 100%;
	width: 100%;
	position: static;
	top: 0;
	left: 0;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	display: none;
}
.mainnav .sub li {
	border-top: solid 1px #ddd;
}
.mainnav .sub li a:hover,
.mainnav .sub li a {
	height: 50px;
	line-height: 50px;
	color: #333;
	background: #eee;
	text-align: left;
	text-indent: 3rem;
}
.mainnav .tel {
	display: inline-block;
	background: url(/statics/xinwangwei/images/tel.png) no-repeat 0 center;
	text-align: left;
	padding-left: 32px;
	color: #666;
	margin-top: 20px;
}
.mainnav .tel a {
	display: block;
	font-size: 2.2rem;
	color: #267dc0;
	font-weight: bold;
}
.wrapper.shiftLeft {
	margin-left: -260px;
}
.wrapper.shiftLeft .header {
	left: -260px;
	z-index: 105;
}
.wrapper.shiftLeft .mainnav {
	right: 0;
}
.wrapper.shiftLeft .menu-btn span.line1 {
	top: 34px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
}
.wrapper.shiftLeft .menu-btn span.line2 {
	opacity: 0;
}
.wrapper.shiftLeft .menu-btn span.line3 {
	top: 34px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
}
.wrapper,
.wrapper .header,
.wrapper .mainnav {
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
}
.footer {
	text-align: center;
}
.footer .wrap {
	width: 100%;
}
.footer .row {
	padding: 20px 10px;
}
.footer .qrcodebox,
.footer .contact,
.footer .left {
	width: 100%;
	float: none;
	padding: 0;
	border: none;
}
.footer .titll {
	margin: 14px 0;
}
.footer .service .col {
	display: inline-block;
	float: none;
	width: auto;
	margin: 0 10px;
	text-align: left;
}
.footer .contact{
	margin-top: 20px;
}
.footer .contact .cont {
	margin-top: 10px;
	display: inline-block;
	text-align: left;
}
.footer .qrcodebox{
	margin: 20px 0 0 0;
}
.footer .qrcodebox .qrcode {
	float: none;
	display: inline-block;
}
.footer .qrcodebox .txt {
	padding-top: 0px;
}
.footer .bottom {
	margin-top: 0px;
	padding: 4px 10px;
	margin-left: -8%;
	margin-right: -8%;
}
.footer .bottom .support,
.footer .bottom .copy {
	float: none;
}
.banner .swiper-pagination {
	bottom: 10px;
	padding: 0 8px;
}
.banner .swiper-pagination-bullet-active {
	width: 34px;
}
.layertop .search {
	float: none;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.layertop .search input[type="text"] {
	width: 100%;
	flex: 1;
}
.layertop .carousel {
	max-width: 100%;
	float: none;
}
main {
	padding: 2px 5px;
}
.pctitle .tit {
	font-size: 2rem;
}
.pctitle .en {
	font-size: 1.6rem;
}
.brand-carousel .swiper-slide {
  width: auto;
}
.main .qualification {
	width: 100%;
	float: none;
	padding: 10px;
	margin-bottom: 10px;
}
.main .about {
	width: 100%;
	float: none;
}
.main .about .cont {
	padding: 10px;
}
.main .about .entit {
	font-size: 2em;
}
.main .about .title {
	font-size: 2rem;
}
.main .guide {
	padding: 10px;
}
.main .guide .title {
	width: 2.4rem;
	font-size: 2rem;
}
.main .guide .entit {
	font-size: 1.6rem;
	padding-top: 6px;
}
.main .guide .list {
	padding-left: 50px;
}
.main .guide .list li {
	width: 33.333333%;
	font-size: 1.2rem;
	background-position: 2px 20px;
	background-size: 12px auto;
	padding-left: 16px;
	margin-bottom: 20px;
}
.main .guide .list li:hover i {
  margin-top: 0px;
}
.main .guide .list li:nth-child(3n+1) {
	background: none;
}
.main .guide .list li i {
	max-width: 70px;
}
.main .guide .list li p {
	margin-top: 6px;
}
.main .product {
	padding: 10px;
}
.main .product .head .pctitle {
	float: none;
}
.main .product .head .pcmore {
	bottom: auto;
	top: 24px;
}
.main .product .tab {
	padding: 0px;
	margin-top: 20px;
}
.main .product .tab .swiper-slide {
  margin-left: 20px;
}
.main .product .tabbox {
	margin: 20px auto 0 auto;
	max-width: 600px;
}
.main .product .list1,
.main .product .list2,
.main .product .photo {
	width: 100%;
	float: none;
	margin: 0;
	padding: 0;
}
.main .product .photo {
	margin-bottom: 10px;
}
.main .product .list1{
	margin-bottom: 0;
}
.main .product .list1 ul,
.main .product .list2 ul{
	margin: 0 -5px;
}
.main .product .list1 li,
.main .product .list2 li{
	width: 50%;
	padding: 0 5px;
	margin-bottom: 10px;
}
.main .service {
	padding: 30px 14px;
}
.main .service .slogan {
	float: none;
}
.main .service .slogan .p1 {
	font-size: 1.8rem;
}
.main .service .slogan .p1 span {
	font-size: 2.2rem;
}
.main .service .slogan .p2 {
	font-size: 1.6rem;
}
.main .service .tel {
	float: none;
	margin-top: 30px;
}
.main .keywords ul {
	padding: 10px 0;
}
.main .keywords li {
	width: 33.3333%;
}
.main .keywords li:nth-child(3n+1){
	clear: left;
}
.main .keywords li:nth-child(3n+1)::after {
	display: none;
}
.main .friendship .tab span {
	padding: 0 10px;
}
.main .friendship .tabbox {
	padding: 10px 5px;
}
.main .friendship .list li {
	margin: 4px 10px;
}
.newslayer {
	max-width: 600px;
	margin: 0 auto;
}
.newslayer .col {
	float: none;
	margin-bottom: 10px;
	padding: 0;
}
.newslayer .list {
	padding: 10px;
}
.paging li.num{
	display: none;
}
.sidebar {
	width: 100%;
	float: none;
}
.sidebar .title {
	padding: 10px 20px;
}
.sidebar .title .tit {
	font-size: 2rem;
}
.sidebar .recommend,
.sidebar .contact{
	display: none;
}
.column-menu .title{
	position: relative;
}
.column-menu .title .btn{
	width: 32px;
	height: 32px;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -16px;
	z-index: 5;
	cursor: pointer;
	background: url(/statics/xinwangwei/images/column-menu1.png) no-repeat center;
	background-size: 100% auto;
	display: block;
}
.column-menu .title .btn.on{
	background-image: url(/statics/xinwangwei/images/column-menu2.png);
}
.column-menu>ul{
	display: none;
}
.contentrbox {
	padding-left: 0;
}
.contentrbox .contentr {
	padding: 10px;
}
.contentrbox .columntitle .tit {
	font-size: 2rem;
}
.contentrbox .columntitle .en {
	font-size: 1.2rem;
}
.product-list ul {
	margin: 0 -4px;
}
.product-list li {
	width: 50%;
	padding: 0 4px;
	margin-bottom: 8px;
}
.product-list li .filter {
	height: 20px;
}
.product-list li .tit {
	height: 30px;
	line-height: 30px;
}
.product-page .introduction{
	max-width: 600px;
	margin: 0 auto;
}
.product-page .photo,
.product-page .introduction .content {
	width: 100%;
	float: none;
}
.product-page .introduction .content{
	margin-top: 20px;
}
.product-page .introduction .content .title {
	font-size: 2.2rem;
}
.product-page .details .tab span {
	padding: 0 10px;
}
.product-page .details .article {
	padding: 20px 0;
}
.product-page .details .article .tit {
	line-height: 24px;
}
.product-page .hotlist .product-list ul {
	margin: 0 -2px;
}
.product-page .hotlist .product-list li {
	width: 50%;
	padding: 0 2px;
}
.download-list li a {
	padding: 0 0 0 40px;
	background-image: none;
}
.download-list li a:hover {
	background-image: none;
}
.problem-list li a {
	padding: 0 0 0 30px;
	background-position: 5px center;
}
.problem-list li a .more {
	display: none;
}
.news-list li:first-child a {
	padding-top: 0;
}
.news-list li a {
	padding: 10px 0;
}
.news-list li .picc {
	width: 140px;
	height: 76px;
	border-radius: 6px;
	margin-top: 4px;
}
.news-list li .text {
	padding: 0 0 0 150px;
}
.news-list li .tit {
	margin: 4px 0;
}
.news-list li .more {
	display: none;
}
.news-page .hotlist {
	padding: 10px;
}
.news-page .hotlist .title {
	height: 3rem;
	line-height: 3rem;
}
.news-page .hotlist .product-list {
	margin-top: 10px;
}
.news-page .hotlist .product-list li {
	width: 50%;
}
.news-page .details {
	padding-top: 10px;
}
.news-page .prevnext a {
	width: 100%;
	float: none;
}
.news-page .prevnext .next {
	float: none;
	text-align: left;
	padding-right: 0;
	padding-left: 15px;
	background-position: 0 center;
}
.news-page .related-news ul {
	margin: 10px 0 0 0;
}
.news-page .related-news ul li {
	width: 100%;
	float: none;
	padding: 5px 0;
}
.news-page .related-news ul li a {
	padding: 0 80px 0 15px;
}
.apps-list ul {
	margin: 0 -5px;
}
.apps-list li {
	width: 100%;
	padding: 0 5px;
	margin-bottom: 10px;
}
.apps-list li a {
	border-radius: 4px;
	box-shadow: 0 3px 8px 1px rgba(0, 0, 0, 0.2);
}
.apps-list li .picc {
	border-radius: 4px;
}
.apps-list li .text {
	padding: 8px;
}
.apps-list li .more{
	display: none;
}
.apps-page .apps-content {
	padding: 10px;
}
.apps-page .apps-list-row {
	padding: 12px 0 10px 0;
}
.apps-page .apps-list-row .description {
	margin: 10px 0;
}
.apps-page .details {
	padding: 0;
}
.apps-page .introduction .pic {
	float: none;
	margin: 0 auto;
	width: auto;
}
.apps-page .introduction .text {
	padding: 0;
	margin-top: 20px;
}
.related-apps {
  padding: 0 10px;
}
.certificate-list ul {
	margin: 0 -3px;
}
.certificate-list li {
	width: 33.333333%;
	padding: 0 3px;
}
.certificate-list li:nth-child(5n+1) {
	clear: none;
}
.certificate-list li:nth-child(3n+1) {
	clear: left;
}
.certificate-list li .pic {
	padding: 8px;
}
.certificate-list li .txt {
	height: 4rem;
	line-height: 4rem;
}
@media only screen and (max-width: 500px) {
	.certificate-list li:nth-child(3n+1) {
		clear: none;
	}
	.certificate-list li:nth-child(2n+1) {
		clear: left;
	}
	.certificate-list li{
		width: 50%;
	}
}
.about-page .recruitment {
	padding: 10px 0;
}
.about-page .recruitment .slogan {
	font-size: 1.6rem;
}
.recruitment-list .head,
.recruitment-list .top {
	padding: 4px;
}
.recruitment-list .top {
	background-position: right 5px center;
}
.recruitment-list .cont {
	padding: 6px;
}
.marketing-page .marketing {
	padding: 14px 10px;
}
.marketing-page .marketing .picleft {
	float: none;
	margin: 0 auto 20px auto;
	text-align: center;
}
.pcmessage {
	padding: 20px 10px;
}
.pcmessage .title {
	font-size: 2.2rem;
	margin-bottom: 20px;
}
.pcmessage .row {
	margin: 0 -5px;
}
.pcmessage .row .col {
	padding: 0 5px;
	margin-bottom: 14px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.pcmessage .tit {
	line-height: 46px;
	padding-right: 10px;
}
.pcmessage .inpu,
.pcmessage .verification {
	padding-left: 0;
	flex: 1;
}
.pcmessage textarea,
.pcmessage input[type="text"] {
	padding: 1rem;
}
.pcmessage textarea {
	height: 4.6rem;
}
.pcmessage .verification{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-content: center;
	flex-grow: 3;
}
.pcmessage .verification input[type="button"],
.pcmessage .verification button,
.pcmessage .verification .pic ,
.pcmessage .verification input[type="text"] {
	width: auto;
	float: none;
	flex: 1;
	width: 33.3333%;
}
.pcmessage .verification .pic {
	margin: 0 5px;
}
.sample-page .download {
	padding: 14px 10px;
}
.sample-page .download .title {
	font-size: 2.2rem;
}
.sample-page .download ul {
	margin: 16px 0 0 0;
}
.sample-page .download li {
	width: 100%;
	float: none;
	margin-bottom: 14px;
	padding: 0;
}
.sample-page .download li a {
	padding: 10px 30px 10px 50px;
	background-position: right 10px center;
	background-size: 20px auto;
}
.sample-page .download li a:hover {
	background-position: right 5px center;
}
.sample-page .download li a .icon {
	width: 30px;
	left: 10px;
}
@media only screen and (max-width: 750px){
	.contact-page .contact-content {
		padding: 20px 10px 10px 10px;
	}
	.contact-page .message,
	.contact-page .contact {
		width: 100%;
		float: none;
	}
	.contact-page .contact .cont {
		margin-top: 10px;
	}
	.contact-page .message{
		margin-top: 30px;
	}
	.contact-page .message .text {
		margin: 16px 0;
	}
	.contact-page .message textarea {
		height: 80px;
	}
	.contact-page .message .verification {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		align-content: center;
		flex-grow: 3;
	}
	.contact-page .message .verification input[type="button"],
	.contact-page .message .verification button ,
	.contact-page .message .verification .pic,
	.contact-page .message .verification input[type="text"] {
		width: auto;
		float: none;
		flex: 1;
		width: 33.3333%;
	}
	.contact-page .message .verification .pic {
		margin: 0 5px;
	}
}
.map-content .row {
	margin-bottom: 20px;
	padding: 0;
}
.map-content .row .tit {
	height: 32px;
	line-height: 32px;
	font-size: 14px;
}
.map-content .row ul li{
	width: 25%;
}
.map-content .row ul li a {
	width: 100%;
	height: 32px;
	line-height: 32px;
	font-size: 14px;
}
.map-content .row ul li a:hover {
	color: #666;
}
@media only screen and (max-width: 600px){
	.map-content .row ul li {
		width: 50%;
	}
}
.fixed-sidebar {
	width: 100%;
	right: 0;
	top: auto;
	bottom: 0;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
}
.fixed-sidebar li {
	width: 25%;
	float: left;
	margin: 0;
	border-left: solid 1px #fff;
	display: none;
}
.fixed-sidebar li.bl{
	display: block;
}
.fixed-sidebar li:first-child{
	border-left: none;
}
.fixed-sidebar li:first-child a,
.fixed-sidebar li:last-child a{
	border-radius: 0;
}
.fixed-sidebar li:hover a {
	background: #267dc0;
}
.fixed-sidebar li a {
	height: 50px;
	padding-top: 4px;
}
.fixed-sidebar li a i {
	height: 20px;
	line-height: 20px;
	margin-bottom: 4px;
}
.fixed-sidebar li .hide {
	height: auto;
	line-height: auto;
	top: auto;
	bottom: 50px;
	right: auto;
	left: 50%;
	transform: translate(-50%,0);
	-webkit-transform:translate(-50%,0);
	-moz-transform:translate(-50%,0);
	-ms-transform:translate(-50%,0);
	-o-transform:translate(-50%,0);
	display: none;
}
.fixed-sidebar li .phone {
	display: none;
}
.popup-reservation .reservation {
	max-width: 600px;
	width: 95%;
}
.popup-reservation .reservation .content {
	padding: 20px 10px;
}
.popup-reservation .reservation .tips {
	font-size: 1.6rem;
}
.popup-reservation .reservation .tips a {
	font-size: 1.6rem;
}
.popup-reservation .reservation .row {
	margin-bottom: 10px;
}
.popup-reservation .reservation .row .inpu {
	padding-right: 10%;
}
.popup-reservation .reservation .row .inpu span {
	right: 5%;
}
.label-content {
	padding: 10px;
}
.label-list li {
	padding: 10px;
}
.label-list li .txt {
	margin: 8px 0 14px 0;
}
.label-list li .kword a {
	margin: 0 4px 4px 0;
}








}/*ÊÖ»ú°æcss*/
