html {font-size: 100%;font-size: 100px;position: relative;overflow-y: scroll;font-family:"Noto Sans SC", "Microsoft YaHei", Arial,sans-serif;}
body {
	margin: 0;
	padding: 0;
	font-size: 0.14rem;
	font-family:"PingFangSC", "Microsoft YaHei", Arial,sans-serif;
	color: #444;
	overflow: -Scroll;
	overflow-x: hidden;
	background:#fff;
}
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td, figure {
	margin: 0;
	padding: 0;	
}
th, td{vertical-align: middle;}
ul, li, ol {list-style: none;}
a{text-decoration: none;color: #444;font-family:"Noto Sans SC", "Microsoft YaHei", Arial,sans-serif;}
a:hover {text-decoration: none;color: #fa6a67;outline: none;}
img { -webkit-box-sizing: border-box; box-sizing: border-box; vertical-align: middle; border: 0;}
.clear {clear: both;}
.clearfix:after, .clearfix:before {display: table;content: "";line-height: 0;}
.clearfix:after {clear: both;}
.fl {float: left;}
.fr {float: right;}
.box {width: 90%;margin: 0 auto;}
.fixedImg {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

/* 全局滚动条样式 */
::-webkit-scrollbar { width: 8px; position:absolute; right:0; top:0;}
::-webkit-scrollbar-track { background-color:#fff; -webkit-border-radius: 2em; -moz-border-radius: 2em; border-radius: 2em; }
::-webkit-scrollbar-thumb { -webkit-border-radius: 2em; -moz-border-radius: 2em; border-radius: 2em; width:8px;
background: -webkit-linear-gradient(bottom, #9a14ca, #fd057d);background: -o-linear-gradient(bottom, #9a14ca, #fd057d);background: -moz-linear-gradient(bottom, #9a14ca, #fd057d);background: linear-gradient(bottom, #9a14ca, #fd057d);}

/*PC端首页开始*/
/*头部*/
.mobbox,.nav{
	display: none;
}
.header{
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
}
.header:before{
	content: "";
	width: 100%;
	height: 0;
	background: #fff;
	z-index: -1;
	-webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: absolute;
    left: 0;
    top: 0;
}
.hd:before{
	height: 100%;
	box-shadow: 0 0 5px rgb(0 0 0 / 30%);
}
.header_l{
	float: left;
	margin: 0.25rem 0;
}
.plogo{
	width: 150px;
	height: 42px;
}
.blogo{
	display: none;
	width: 150px;
	height: 42px;
	-webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.hd .plogo{
	display: none;
	-webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.hd .blogo{
	display: block;
	-webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.header_r{
	float: right;
	width: 40%;	
	margin: 0.35rem 0;
}
.header_r li{
	float: left;
	margin: 0 3%;
}
.header_r li a{
	font-size: 0.16rem;
	color: #333;
}
.header_r .on{
	color: #fa6b67;
}

/* banner */
.slick-list { 
	overflow: hidden; 
	width: 100%; 
	height: 100%; 
}
.slick-track { 
	position: relative; 
	left: 0; 
	top: 0; 
	display: block; 
	zoom: 1; 
}
.slick-track:before, .slick-track:after { 
	content: ""; 
	display: table; 
}
.slick-track:after { 
	clear: both;
}
.banner{ 
	width: 100%;
	height: 100vh;
	position: relative; 
	z-index: 10;
}
.bannerbox{ 
	width: 100%;
	margin:0 auto;
}
.item{ 
	float: left; 
	position: relative;
}
.item .bteimg{ 
	display: block; 
	line-height: 1; 
	overflow: hidden; 
	width:44%; 
	float: left;
	position: relative;
	flex: none; 
	height: 100vh;
}
.item .bteimg figure{ 
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	-webkit-transform: scale(1.1) translate3d(0,0,0);
	transform: scale(1.1) translate3d(0,0,0);
	animation-duration: 1s;
	animation-timing-function: ease-in-out;
	animation-name: projectOut;
	animation-fill-mode: forwards;
}
.item.slick-current{ 
	animation: brightnessIn 1s; 
	-webkit-animation: brightnessIn 1s;
}
.btext{ 
	position: relative;
	flex: none;
	width: 56%;
	height: 100vh;
	float: right;
	transition: all .35s ease;
	-ms-transition: all .35s ease;
	-webkit-transition: all .35s ease;
	overflow: hidden; 
}
.item:nth-child(1) .btext{ 
	background:#fffaf3
}
.item:nth-child(2) .btext{
	background:#fff;
}
.item:nth-child(3) .btext{ 
	background:#f9fbff;
}
.bwr{ 
	margin-top: 30vh;
	margin-left: 10%;
}
.bwt{ 
	position:absolute; 
	line-height:1.2rem; 
	left:10%; 
	font-size:0.14rem; 
	color:#666; 
	font-family: Arial; 
	bottom:0;
}
.btext .slide-tx {
	font-size: 0.14rem;
	color: #666;
	font-weight: normal;
	margin-top: 5px;
}
.btext .slide-m{ 
	width: 135px;
	margin-top:0.6rem; 
	position:relative; 
	float: left; 
	overflow: hidden;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-o-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	opacity: 0;
	-webkit-transition: all 1.5s;
	-moz-transition: all 1.5s;
	-o-transition: all 1.5s;
	-ms-transition: all 1.5s;
	transition: all 1.5s; 
	background-size: contain;
}
.btext .slide-m:before{
	content: "";
	cursor: pointer; 
}
.btext .slide-m a{
	font-size:0.16rem;  
	color:#000;
	padding-left:0.4rem;    
	float: left;
	line-height: 30px;
	font-family: "PingFang SC", "Microsoft YaHei", Arial,sans-serif;
}
.item.slick-current .btext .slide-m{
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	-o-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
	opacity: 1;
}
.btext .slide-m a:before{ 
	content: ""; 
	width: 120px; 
	height: 10px; 
	background:#fa6a67; 
	position: absolute; 
	left: 0.6rem; 
	top: 50%; 
	margin-top:-0.5px; 
	transition: 0.45s; 
	z-index:-1;
}
.btext .slide-m a:hover:before{
	content: ""; 
	width: 100%; 
	height: 3px; 
	background:#fd057d; 
	position: absolute; 
	left: 0.2rem; 
	top: 50%; 
	margin-top:-1.5px;
	z-index:-1; 
}
.btext p{ 
	display: block; 
	color: #333; 
	font-size: 0.5rem; 
	font-weight: bold; 
	letter-spacing: 2px;
}
.btext .ti{ 
	font-size: 0.36rem; 
}
.btext p span{ 
	display: inline-block; 
	opacity: 0; 
	filter: blur(10px); 
	-webkit-filter: blur(10px); 
	transform: translateY(-16px); 
	min-width: 18px;
}
.item.slick-current .btext p span{ 
	opacity: 1; 
	filter: blur(0px); 
	-webkit-filter: blur(0px); 
	transform: translateY(0px);
}
.bannerbox .slick-dots{ 
	position: absolute; 
	left: 69px; 
	top: 50%; 
	width: 20px; 
	transform: translateY(-50%); 
	-webkit-transform: translateY(-50%); 
	-moz-transform: translateY(-50%);
 	z-index:9999;
 }
.bannerbox .slick-dots li{ 
	display: block; 
	width: 20px; 
	text-align: center; 
	margin-top: 45px; 
	cursor: pointer; 
	padding-bottom: 12px; 
	position: relative; 
	line-height: 0;
}
.bannerbox .slick-dots li:before{ 
	content: ""; 
	width: 100%; 
	height: 2px; 
	background: #fd057d; 
	position: absolute; 
	right: 0; 
	bottom: 0; 
	width: 0; 
	transition: 0.45s;
}
.bannerbox .slick-dots li.slick-active:before{ 
	width: 100%; 
	right: auto; 
	left: 0;
}
.bannerbox .slick-dots li.slick-active span{ 
	color: #fd057d;
}
.bannerbox .slick-dots li:first-child{ 
	margin-top: 0;
}
.bannerbox .slick-dots li span{ 
	display: block; 
	line-height: 1; 
	color: #fff; 
	font-size: 14px; 
	text-align: center; 
	transition: 0.35s;
}
.vides{ 
	width: 100%; 
	height: 100%; 
	position: absolute; 
	left: 0; 
	top: 0; 
	z-index: 0; 
	object-fit: cover;
}

/*产品*/
.product{
	width: 100%;
	position: relative;
}
.product_s{
	width: 100%;
	height: 440px;
}

.s_left{
	width: 50%;
	height: 100%;
	background: url(../images/p1.jpg) top center no-repeat;
	float: left;
	position: relative;
	perspective: 600px;
	-webkit-perspective: 600px;
	cursor: pointer;
}
.inei{
	padding: 0.6rem 0 0 6%;
	position: relative;
}
.inei_w{
	width: 6rem;
}
.inei_num{
	float: left;
	color: #999;
	position: relative;
	margin-right: 0.2rem;
	padding-bottom: 0.45rem;
}
.inei_num:before{
	content: "";
	width: 1px;
	height: 0.34rem;
	position: absolute;
	left: 50%;
	bottom: 0;
	background: #424343;
}
.inei_neirong{
	overflow: hidden;
	position: relative;
	z-index: 9;
}
.inei_neirong h3{
	font-size: 0.36rem;
	color: #fff;
	font-weight: normal;
	margin-bottom: 0.3rem;
}
.inei_neirong p{
	font-size: 0.16rem;
	line-height: 0.3rem;
	color: #7d8181;
	margin-bottom: 0.2rem;
}
.inei_g{
	width: 100%;
}
.inei_g li{
	width: 20%;
	float: left;
	text-align: left;
	font-size: 0.14rem;
	line-height: 0.3rem;
	color: #fff;
}
.inei_neirong .jiantou{
	width: 27px;
	height: 8px;
	background: url(../images/jiantou.png) top center no-repeat;
	background-size: 100%;
	margin-top: 0.6rem;
	-webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.s_right{
	width: 50%;
	height: 100%;
	float: right;
}
.s_right1{
	width: 50%;
	height: 100%;
	float: left;
	position: relative;
	perspective: 1000px;
	-webkit-perspective: 1000px;
	cursor: pointer;
}
.s_right1 .inei_w1{
	width: 90%;
}
.s_right1 h3{
	font-size: 0.36rem;
	color: #000;
	font-weight: normal;
	margin-bottom: 0.3rem;
}
.s_right1 li{
	width: 50%;
	float: left;
	text-align: left;
	font-size: 0.14rem;
	line-height: 0.3rem;
	color: #666;
}
.s_right2{
	width: 50%;
	height: 100%;
	float: left;
	position: relative;
	perspective: 1000px;
	-webkit-perspective: 1000px;
	cursor: pointer;
	background: #f9f9f9;
}
.s_right2 .inei_w2{
	width: 90%;
}
.s_right2 h3{
	font-size: 0.36rem;
	color: #000;
	font-weight: normal;
	margin-bottom: 0.3rem;
}
.s_right2 li{
	width: 50%;
	float: left;
	text-align: left;
	font-size: 0.14rem;
	line-height: 0.3rem;
	color: #666;
}
.product_x{
	width: 100%;
	height: 440px;
}
.x_left{
	width: 50%;
	height: 100%;
	float: left;
}
.x_left1{
	width: 50%;
	height: 100%;
	float: left;
	position: relative;
	perspective: 1000px;
	-webkit-perspective: 1000px;
	cursor: pointer;
	background: url(../images/p2.jpg) no-repeat center;
}
.x_left1 .inei_w1{
	width: 90%;
}
.x_left1 h3{
	font-size: 0.36rem;
	color: #000;
	font-weight: normal;
	margin-bottom: 0.3rem;
}
.x_left1 li{
	width: 50%;
	float: left;
	text-align: left;
	font-size: 0.14rem;
	line-height: 0.3rem;
	color: #666;
}
.x_left2{
	width: 50%;
	height: 100%;
	float: left;
	position: relative;
	perspective: 1000px;
	-webkit-perspective: 1000px;
	cursor: pointer;
	background: #f9f9f9;
}
.x_left2 .inei_w2{
	width: 90%;
}
.x_left2 h3{
	font-size: 0.36rem;
	color: #000;
	font-weight: normal;
	margin-bottom: 0.3rem;
}
.x_left2 li{
	width: 50%;
	float: left;
	text-align: left;
	font-size: 0.14rem;
	line-height: 0.3rem;
	color: #666;
}
.iner_tu{
	position: absolute;
	bottom: 0.2rem;
	right: 0.5rem;
}
.x_right{
	width: 50%;
	height: 100%;
	float: right;
	background: -webkit-linear-gradient(130deg, #fd057d, #9a14ca);
    background: -o-linear-gradient(130deg, #fd057d, #9a14ca);
    background: -moz-linear-gradient(130deg, #fd057d, #9a14ca);
    background: linear-gradient(130deg, #fd057d, #9a14ca);
}
.x_right .inei_w{
	font-size: 0.34rem;
	color: #fff;
	position: relative;
	padding-left: 0.6rem;
	font-weight: bold;
}
.x_right .inei{
	padding: 1rem 0 0 6%;
	position: relative;
}
.x_right .inei_w:before{
	content: "";
	width: 0.4rem;
	height: 0.04rem;
	position: absolute;
	left: 0;
	top: 50%;
	background: #fff;
}
.x_right .inei_info h4{
	font-size: 0.26rem;
	color: #fff;
	font-weight: bold;
	background: url(../images/p3.png) center left no-repeat;
	padding-left: 1.1rem;
	margin-top: 0.5rem;
}
.x_right .inei_info h5{
	font-size: 0.26rem;
	color: #fff;
	font-weight: bold;
	padding-left: 1.1rem;
	margin-top: 0.3rem;
}
.s_left:before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transform-origin: top center 0;
    transition: 0.54s;
    transform: rotateX(-60deg);
    -webkit-transform: rotateX(-60deg);
    -moz-transform: rotateX(-60deg);
    background: -webkit-linear-gradient(130deg, #fd057d, #9a14ca);
    background: -o-linear-gradient(130deg, #fd057d, #9a14ca);
    background: -moz-linear-gradient(130deg, #fd057d, #9a14ca);
    background: linear-gradient(130deg, #fd057d, #9a14ca);
}
.s_left:hover:before{
    opacity: 1;
    visibility: visible;
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    color: #fff;
}
.s_left:hover .inei .inei_w .inei_num, .s_left:hover, .s_left:hover .inei .inei_w .inei_neirong p{
	color: #fff;
}
.s_left:hover .inei .inei_w .inei_num:before{
	background: #fff;
}
.s_left:hover .inei .inei_w .jiantou{
	background: url(../images/jiantou1.png) top center no-repeat;
}
.s_right1:before,
.s_right2:before,
.x_left1:before,
.x_left2:before{
	content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transform-origin: left center 0;
    transition: 0.54s;
    transform: rotateY(60deg);
    -webkit-transform: rotateY(60deg);
    -moz-transform: rotateY(60deg);
    background: -webkit-linear-gradient(130deg, #fd057d, #9a14ca);
    background: -o-linear-gradient(130deg, #fd057d, #9a14ca);
    background: -moz-linear-gradient(130deg, #fd057d, #9a14ca);
    background: linear-gradient(130deg, #fd057d, #9a14ca);
}
.s_right1:hover:before,
.s_right2:hover:before,
.x_left1:hover:before,
.x_left2:hover:before{
	opacity: 1;
    visibility: visible;
    transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    color: #fff;
}
.s_right1:hover .inei .inei_w1 .inei_num, .s_right1:hover .inei .inei_w1 .inei_neirong h3, .s_right1:hover .inei .inei_w1 .inei_neirong p, .s_right1:hover .inei .inei_w1 .inei_neirong .inei_g li,
.s_right2:hover .inei .inei_w2 .inei_num, .s_right2:hover .inei .inei_w2 .inei_neirong h3, .s_right2:hover .inei .inei_w2 .inei_neirong p, .s_right2:hover .inei .inei_w2 .inei_neirong .inei_g li,
.x_left1:hover .inei .inei_w1 .inei_num, .x_left1:hover .inei .inei_w1 .inei_neirong h3, .x_left1:hover .inei .inei_w1 .inei_neirong p, .x_left1:hover .inei .inei_w1 .inei_neirong .inei_g li,
.x_left2:hover .inei .inei_w2 .inei_num, .x_left2:hover .inei .inei_w2 .inei_neirong h3, .x_left2:hover .inei .inei_w2 .inei_neirong p, .x_left2:hover .inei .inei_w2 .inei_neirong .inei_g li
{
	color: #fff;
}
.s_right1:hover .inei .inei_w1 .inei_num:before, 
.s_right2:hover .inei .inei_w2 .inei_num:before, 
.x_left1:hover .inei .inei_w1 .inei_num:before,
.x_left2:hover .inei .inei_w2 .inei_num:before{
	background: #fff;
}
.s_right1:hover .inei .inei_w1 .jiantou,
.s_right2:hover .inei .inei_w2 .jiantou,
.x_left1:hover .inei .inei_w1 .jiantou,
.x_left2:hover .inei .inei_w2 .jiantou{
	background: url(../images/jiantou1.png) top center no-repeat;
}

/*公司介绍*/
.about{
	width: 100%;
	height: 3rem;
	background: url(../images/ab_bg.jpg) center no-repeat;
}
.ab_neirong{
	width: 75%;
}
.ab_neirong h3{
	font-size: 0.34rem;
	color: #fff;
	font-weight: bold;
	padding-left: 1.1rem;
    margin-top: 0.7rem;
    letter-spacing: 2px;
    background: url(../images/p3.png) center left no-repeat;
}
.ab_neirong p{
    font-size: 0.16rem;
    color: #fff;
    line-height: 0.32rem;
    padding-left: 1.1rem;
    margin-top: 0.4rem;
}

/*新闻资讯*/
.news{
	width: 100%;
	margin: 0 auto;
}
.news_tit{
	width: 100%;
	margin: 0 auto;
	padding: 0.6rem 0 0.4rem 0;
}
.news_tit h4{
	font-size: 0.36rem;
    color: #000;
    font-weight: bold;
    padding-bottom: 0.1rem;
}
.news_tit p{
	font-size: 0.15rem;
    color: #666;
}
.news .in_Ne {
    width: 100%;
    position: relative;
}

.news .in_Ne1,.news .in_Ne2 {
    display: none;
}

.news .in_Ne .swiper-slide {
    width: 33.333%;
    float: left;
}

.news .in_Ne .swiper-slide a {
    margin: 2%;
    display: block;
    width: 84%;
    background: #f9f9f9;
    padding: 6%;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    position: relative;
    perspective: 300px;
    -webkit-perspective: 300px;
}

.news .in_Ne .swiper-slide a:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transform-origin: top center 0;
    transition: 0.54s;
    transform: rotateX(-60deg);
    -webkit-transform: rotateX(-60deg);
    -moz-transform: rotateX(-60deg);
    background: -webkit-linear-gradient(130deg, #fd057d, #9a14ca);
    background: -o-linear-gradient(130deg, #fd057d, #9a14ca);
    background: -moz-linear-gradient(130deg, #fd057d, #9a14ca);
    background: linear-gradient(130deg, #fd057d, #9a14ca);
}
.news .in_Ne .swiper-slide h2 {
    font-size: 0.16rem;
    color: #333;
    margin-top: 0.25rem;
    line-height: 0.24rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news .in_Ne .swiper-slide p {
    font-size: 0.14rem;
    line-height: 0.26rem;
    height: 0.52rem;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 0.2rem;
    color: #666;
}

.news .in_Ne .swiper-slide dd {
    background: url(../images/news_jiantou.png) center left no-repeat;
    width: 0.42rem;
    height: 0.05rem;
    margin-top: 0.45rem;
}

.news .in_Ne .swiper-slide:hover a:before {
    opacity: 1;
    visibility: visible;
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    color: #fff;
}
.news .in_Ne .swiper-slide:hover h2, .news .in_Ne .swiper-slide:hover p {
    color: #fff;
}
.news .in_Ne .swiper-slide:hover dd {
    background: url(../images/news_jiantou1.png) center left no-repeat;
}
.news .in_Nem {
    width: 1.8rem;
    margin: 0.5rem auto 0.6rem;
    position: relative;
}
.news .in_Nem li {
    width: 33.333%;
    float: left;
}
.news .in_Nem li .swiper-prev {
    position: relative;
    float: left;
    outline: none;
}

.news .in_Nem li .newsjiantou_zuo{
    background: url(../images/nzjiantou.png) center center no-repeat;
    width: 30px;
    height: 30px;
    background-size: 100%;
    cursor: pointer;
    display: block;
}
.news .in_Nem li .swiper-next {
    position: relative;
    float: right;
    outline: none;
}
.news .in_Nem li .newsjiantou_you{
    background: url(../images/nyjiantou.png) center center no-repeat;
    width: 30px;
    height: 30px;
    background-size: 100%;
    cursor: pointer;
    display: block;
}
.news .in_Nem li dd {
    text-align: center;
    position: relative;
}
.news .in_Nem li dd.news_more{
    background: url(../images/nmore.png) center center no-repeat;
    width: 20px;
    height: 20px;
    background-size: 100%;
    cursor: pointer;
    display: block;
    margin: 0.05rem auto 0;
}
.news .in_Nem li .newsjiantou_zuo:hover{
	background: url(../images/nzjiantou1.png) center center no-repeat;
	background-size: 100%;
	width: 30px;
    height: 30px;
    transition: 0.5s;
}
.news .in_Nem li .newsjiantou_you:hover{
	background: url(../images/nyjiantou1.png) center center no-repeat;
	background-size: 100%;
	width: 30px;
    height: 30px;
    transition: 0.5s;
}
.news .in_Nem li dd.news_more:hover{
	background: url(../images/nmore1.png) center center no-repeat;
	background-size: 100%;
	width: 20px;
    height: 20px;
    transition: 0.5s;
}
.abo_list{
	display: none;
}

/*底部*/
.footer{
	width: 100%;
	background: #222;
	margin: 0 auto;
	padding: 0.4rem 0 0;
}
.footer_left{
	float: left;
	width: 28%;
}
.footer_left_logo{
	width: 100%;
	position: relative;
}
.flls{
    display: block;
    width: 80%;
    position: absolute;
    top: -10px;
    left: 10%;
    z-index: 1;
}
.flls img{
    width: 80%;
    display: block;
    margin: 0 auto;
}
.footer_left_logo h3{
    font-size: 0.4rem;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 30px 0;
    position: relative;
    z-index: 2;
}
.footer_left_logo p{
	font-size: 0.17rem;
    color: #b8b8b8;
    text-align: center;
    position: relative;
    z-index: 2;
    line-height: 0.3rem;
}
.footer_right{
	float: right;
	width: 70%;
}
.fr_s{
	padding: 0.2rem 0;
    border-top: 1px #323232 solid;
    border-bottom: 1px #323232 solid;
    width: 100%;
}
.fr_sl{
    float: left;
}
.sl_box{
	width: 100%;
}
.sl_box li{
	width: 50%;
    float: left;
    color: #aeaeae;
    font-size: 0.14rem;
    line-height: 0.3rem;
}
.sl_box a{
	color: #aeaeae;
}
.sl_fa{
	width: 100%;
    margin-top: 0.15rem;
}
.sl_fa dd{
	float: left;
    color: #aeaeae;
    font-size: 0.14rem;
    line-height: 0.3rem;
    margin-right: 0.2rem;
}
.sl_fa a{
	float: left;
    color: #aeaeae;
    font-size: 0.14rem;
    line-height: 0.3rem;
    margin-right: 0.2rem;
}
.fr_x{
	padding: 0.15rem 0;
    font-size: 0.14rem;
    color: #aeaeae;
    line-height: 0.3rem;
}
.fr_x a{
    font-size: 0.14rem;
    color: #aeaeae;
    line-height: 0.3rem;
    margin: 0 5px;
    display: inline-block;
}
.fr_rwm{
    float: right;
}
.footer_sjdb{
	position: fixed;
    z-index: 400;
    width: 100%;
    background: #262a2b;
    color: #FFFFFF;
    height: 60px;
    line-height: 60px;
    bottom: 0;
    left: 0;
    display: none;	
}

/*PC端首页结束*/


/*通用样式*/
.headerziye{
    width: 100%;
    position: relative;
    z-index: 10;
    transition: transform 0.5s ease 0s;
    height: 82px;
}
.headerbox{
	width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 12;
    background: #fff;
    box-shadow: 0 0 5px rgb(0 0 0 / 30%);
}
.headerbox .blogo{
	display: block;
    float: left;
    margin: 0.15rem 0;
}
.headerbox .header_l{
	margin: 0.1rem 0;
	float: left;
}

/*产品方案开始*/
.mainbanner{
    width: 100%;
    transition: all 0.5s ease 0s;
    z-index: 1;
}
.pbanner{
	width: 100%;
    position: relative;
    overflow: hidden;
}
.pbimg{
	position: relative;
    width: 100%;
}
.pbimg img{
	width: 100%;
    display: block;
}
.pneirong{
    position: absolute;
    left: 6%;
    top: 50%;
    margin-top: -170px;
    color: #fff;
    z-index: 2;
}
.pneirong h2{
    font-size: 42px;
    line-height: 80px;
}
.pneirong .line{
    display: block;
    width: 40px;
    height: 4px;
    background-color: #fff;
    margin-top: 17px;
}
.pneirong .font{
	font-size: 32px;
    line-height: 50px;
    display: block;
    margin-top: 38px;
}
.pneirong .down-ico{
	margin-top: 70px;
	display: block;
    width: 43px;
    height: 43px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.4);
    cursor: pointer;
    position: relative;
    overflow: hidden;
}
.pneirong .down-ico i{
	display: block;
    width: 100%;
    height: 100%;
    background: url(../images/down-ico.png) no-repeat center;
    animation: downico 1.5s ease-out infinite;
    -webkit-animation:downico 1.5s ease-out infinite;
    position: relative;
}
@keyframes downico{
	0%{
		top: 0;
		opacity: 1;
	}
	35%{
		top: 50%;
		opacity: 0;
	}
	65%{
		top: -50%;
		opacity: 0;
	}
	100%{
		top: 0;
		opacity: 1;
	}
}
.products{
    width: 100%;
    background: #f6f6f6;
}
.pro_main{
	padding: 0 4%;
    padding-bottom: 0.6rem;
}
.pro_main .pro_ms{
    font-size: 0.5rem;
    line-height: 0.7rem;
    color: #000;
    padding-top: 1rem;
    padding-bottom: 0.8rem;
}
.pro_list{
	width: 100%;
}
.pro_list li{
    float: left;
    width: 33.333%;
    position: relative;
    perspective: 1000px;
    -webkit-perspective: 1000px;
    cursor: pointer;
}
.pro_list .pro_img{
	width: 100%;
    overflow: hidden;
}
.pro_list .pro_img img{
    width: 100%;
    transition: .3s linear;
    -moz-transition: .3s linear;
    -webkit-transition: .3s linear;
}
.pro_list .pro_tit{
    padding-left: 6%;
    height: 3rem;
}
.pro_list .pro_tit h1{
	padding-top: 0.4rem;
    color: #000;
    font-size: 0.32rem;
    line-height: 1;
    font-weight: normal;
}
.pro_list .pro_tit p{
    padding-top: 0.2rem;
    padding-bottom: 0.3rem;
    color: #aaa;
    font-size: 0.14rem;
    line-height: 1.4;
    font-weight: normal;
    width: 80%;
}
.pro_list .pro_tit dl{
	margin-bottom: 10%;
}
.pro_list .pro_tit dd{
    display: inline-block;
    padding-bottom: 0.15rem;
    width: 49%;
    color: #666;
    font-size: 0.14rem;
    line-height: 1;
    font-weight: normal;
}
.pro_list li:nth-of-type(1) dd{
		width: 23%;
	}
.pro_list li:hover{
	background:#fff;
}
.pro_list li:hover .pro_img img{
    transition: .3s linear;
    -moz-transition: .3s linear;
    -webkit-transition: .3s linear;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

/*erp*/
.pros_main{
	width: 70%;
	margin: 0 auto;	
	background: #f6f6f6;
}
.pros_main h2{
	text-align: center;
	font-size: 0.36rem;
	color: #000;
	padding: 8% 0 2%;
}
.pros_main h4{
	text-align: center;
	font-size: 0.16rem;
	color: #666;
	font-weight: normal;
}
.pros_main .info{
    padding: 10% 0 0;
}
.pros_main .info:nth-of-type(5){
	padding: 10% 0 10%;
}
.pros_main .info p{
	font-size: 0.16rem;
	line-height: 0.28rem;
	color: #666;
}
.info_l{
	float: left;
	width: 45%;
}
.info_l .sjtu,.info_r .sjtu{
	display: none;
}
.info_l h3{
    font-size: 0.3rem;
    color: #333;
    margin-bottom: 36px;
}
.info_l p{
	margin-bottom: 0.2rem;
}
.info_l p:nth-of-type(1){
	margin-bottom: 0.3rem;
}
.info_l h5{
	font-size: 0.18rem;
    color: #000;
    margin-bottom: 0.1rem;
}
.info_r{
	float: right;
	width: 45%;
}
.info_tu{
	margin-top: 8%;
}
.info_r img{
	width: 98%;
}

.info_l img{
	width: 98%;
}
.info_r h3{
    font-size: 0.3rem;
    color: #333;
    margin-bottom: 36px;
}
.info_r p{
	margin-bottom: 0.2rem;
}
.info_r p:nth-of-type(1){
	margin-bottom: 0.3rem;
}
.info_r h5{
	font-size: 0.18rem;
    color: #000;
    margin-bottom: 0.1rem;
}

.pros_main .info_yd{
    padding: 10% 0 0;
}
.pros_main .info_yd:nth-of-type(5){
	padding: 10% 0 10%;
}
.pros_main .info_yd p{
	font-size: 0.16rem;
	line-height: 0.28rem;
	color: #666;
}
.info_yd .info_l{
	float: left;
	width: 45%;
}
.info_yd .info_l .sjtu,.info_r .sjtu{
	display: none;
}
.info_yd .info_l h3,.info_yd .info_r h3{
    font-size: 0.3rem;
    color: #333;
    margin: 1rem 0 0.36rem;
}
.info_yd .info_l p,.info_yd .info_r p{
	margin-bottom: 0.2rem;
}
.info_yd .info_l p:nth-of-type(1),.info_yd .info_r p:nth-of-type(1){
	margin-bottom: 0.3rem;
}
.info_yd .info_l h5,.info_yd .info_r h5{
	font-size: 0.18rem;
    color: #000;
    margin-bottom: 0.1rem;
}
.info_yd .info_r{
	float: right;
	width: 45%;
}
.info_yd .info_tu{
	margin-top: 8%;
}
.info_yd .info_r img,.info_yd .info_l img{
	width: 98%;
}

.pros_main .info_zc{
    padding: 10% 0 0;
}
.pros_main .info_zc:nth-of-type(2){
	padding: 10% 0 10%;
}
.pros_main .info_zc p{
	font-size: 0.16rem;
	line-height: 0.28rem;
	color: #666;
}
.info_zc .info_l{
	float: left;
	width: 45%;
}
.info_zc .info_l .sjtu,.info_r .sjtu{
	display: none;
}
.info_zc .info_l h3{
    font-size: 0.3rem;
    color: #333;
    margin: 1rem 0 0.36rem;
}
.info_zc .info_r h3{
	font-size: 0.3rem;
    color: #333;
    margin: 0 0 0.36rem;
}
.info_zc .info_l p,.info_zc .info_r p{
	margin-bottom: 0.2rem;
}
.info_zc .info_l p:nth-of-type(1){
	margin-bottom: 0.3rem;
}
.info_zc .info_l h5,.info_zc .info_r h5{
	font-size: 0.18rem;
    color: #000;
    margin-bottom: 0.1rem;
}
.info_zc .info_r{
	float: right;
	width: 45%;
}
.info_zc .info_tu{
	margin-top: 8%;
}
.info_zc:nth-of-type(2) .info_tu{
	margin-top: 18%;
}
.info_zc .info_r img,.info_zc .info_l img{
	width: 98%;
}




/*服务中心*/
.service{
	width: 100%;
    background: #f6f6f6;
}
.ser_main{
	width: 78%;
	margin: 0 auto;
	padding: 1rem 0;
}
.ser_main h3{
	font-size: 0.38rem;
	line-height: 0.45rem;
	color: #333;
	text-align: center;
}
.ser_main p{
	color: #666;
    font-size: 0.16rem;
    line-height: 0.3rem;
    margin-top: 0.3rem;
    text-align: center;
}
.ser_list{
	width: 100%;
	margin: 0.35rem 0;	
}
.ser_list li{
	float: left;
    width: 22%;
    position: relative;
    perspective: 1000px;
    -webkit-perspective: 1000px;
    cursor: pointer;
    background: #fff;
    margin: 0.11rem;
    padding: 0.7rem 0 0.4rem;
    transition: transform .3s, box-shadow .3s;
}
.ser_list img{
	width: 50%;
	max-width: 100px;
	margin: 0 auto 0.3rem;
	display: block;
}
.ser_list h5{
	font-size: 0.18rem;
	line-height: 0.4rem;
	color: #666;
	text-align: center;
	font-weight: normal;
}
.ser_list p{
	color: #666;
    font-size: 0.16rem;
    line-height: 0.3rem;
    margin-top: 0.1rem;
    text-align: center;
}
.ser_list .line{
	width: 30px;
	height: 0.02rem;
	background: #fa6b67;
	margin: 0.4rem auto 0;
}
.ser_list li:hover{
	transform: translateY(-10px);
    box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);
}

/*下载中心*/
.down_list li{
	width: 100%;
	cursor: pointer;
    background: #fff;
    margin: 0.05rem;
    padding: 0.15rem 0 0.15rem 0.35rem;
    transition: transform .3s, box-shadow .3s;
}
.down_list li:first-child{
	margin-top: 0.3rem;
}
.down_list li .downico{
	float: right;
	width: 28px;
	height: 28px;
    background: url(../images/down.png) center right no-repeat;
    background-size: 100%;
    margin: -0.33rem 0.6rem 0 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.down_list li h2{
	font-size: 0.16rem;
	color: #333;
	line-height: 0.38rem;
}

/*新闻资讯*/
.news{
    width: 100%;
    background: #f6f6f6;
}
.news_main{
	width: 90%;
	margin: 0 auto;
	padding: 0.8rem 0;
}
.news_list{
	width: 100%;
}
.news_list li{
	float: left;
    width: 31.7%;
    position: relative;
    perspective: 1000px;
    -webkit-perspective: 1000px;
    cursor: pointer;
    background: #fff;
    margin: 0.15rem 0.11rem;
    transition: transform .3s, box-shadow .3s;
}
.news_list .news_li{
	width: 100%;
}
.news_list .news_li img{
	width: 100%;
	margin-bottom: 0.15rem;
}
.news_list .news_li h5{
	padding: 0 0.3rem;
	font-size: 0.18rem;
	line-height: 0.4rem;
	color: #666;
	font-weight: normal;
}
.news_list .news_li p{
	padding: 0 0.3rem 0.3rem;
	color: #666;
    font-size: 0.14rem;
    line-height: 0.3rem;
}
.news_list .news_li .jiantou{
    width: 0.42rem;
    height: 0.05rem;
    background: url(../images/news_jiantou.png) center left no-repeat;
    background-size: 100%;
    margin: 0 0 0.35rem 0.35rem;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.news_list li:hover{
	transform: translateY(-10px);
    box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);
}
.news_list li:hover .news_li .jiantou{
	background: url(../images/news_jiantou2.png) center left no-repeat;
}
.news_list li:hover .news_li h5{
	color: #fa6b67;
}
.ndetail_main{
	width: 78%;
	margin: 0 auto;	
}
.ndetail_main .info{
    padding: 5% 5% 10%;
    background: #fff;
}
.ndetail_main .info h3{
    font-size: 0.26rem;
    color: #333;
    padding: 20px 0;
    border-bottom: 1px solid #e0e0e0;
}
.ndetail_main .info p{
    font-size: 0.16rem;
    line-height: 0.3rem;
    color: #666;
    padding: 10px 0;
}
.ndetail_main .info p:nth-of-type(1){
	padding: 30px 0 0;
}
.ndetail_main .info p:last-of-type(1){
	padding: 0 0 30px;
}
.ndetail_main .info img{
	max-width: 50%;
}
.ndetail_main .info .back{
    padding: 5px 10px;
    height: 40px;
    width: 120px;
    float: right;
    margin-top: 30px;
    cursor: pointer;
    background: #f0f0f0;
    perspective: 600px;
    -webkit-perspective: 600px;
    cursor: pointer;
    border-radius: 6px;
}
.ndetail_main .info .back p{
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    padding: 0;
    color: #666;
}
.ndetail_main .info .back:before{
	content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transform-origin: top center 0;
    transition: 0.54s;
    transform: rotateX(-60deg);
    -webkit-transform: rotateX(-60deg);
    -moz-transform: rotateX(-60deg);
    background: -webkit-linear-gradient(130deg, #fca476,#f77b55);
    background: -o-linear-gradient(130deg, #fca476,#f77b55);
    background: -moz-linear-gradient(130deg, #fca476,#f77b55);
    background: linear-gradient(130deg, #fca476,#f77b55);
    border-radius: 6px;
}
.ndetail_main .info .back:hover:before{
	opacity: 1;
    visibility: visible;
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
}
.ndetail_main .info .back:hover p{
	color: #fff;
}

/*关于我们*/
.abouts{
    width: 100%;
    background: #f6f6f6;
}
.abo_main{
	width: 90%;
	padding: 1rem 4%;
}
.abo_main .abo_l{
	float: left;
	width: 58%;
}
.abo_l .abo_tit{
    font-size: 0.38rem;
    font-weight: 700;
    color: #000;
    padding-top: 0.1rem;
    padding-bottom: 0.3rem;
}
.abo_l .abo_ms p{
	color: #666;
    font-size: 0.16rem;
    line-height: 0.3rem;
    text-indent: 2em;
}
.abo_l .abo_list{
	width: 100%;
}
.abo_l .abo_list li{
	width: 30%;
	margin: 0.3rem 0.1rem;
	text-align: center;
	color: #666;
	float: left;
}
.abo_l .abo_list span{
	font-size: 36px;
    font-weight: bold;
    color: #2668f4;
}
.abo_main .abo_r{
	float: right;
}
.abo_bg{
    width: 100%;
    padding: 0.8rem 0;
    overflow: hidden;
}
.abo_bg .abo_box{
	width: 90%;
	margin: 0 auto;
}
.abo_box .abo_test{
	width: 100%;
    position: relative;
}
.abo_box .abo_test .abo_title{
	line-height: 0.7rem;
    font-weight: 700;
    color: #fff;
    text-align: center;
    font-size: 0.38rem;
}
.abo_box .abo_test .abo_test_list{
	width: 90%;
	margin: 0 auto;
}
.abo_box .abo_test .abo_test_list li{
	width: 23%;
	margin: 0.5rem 0.63rem;
	text-align: center;
	float: left;
}
.abo_box .abo_test .abo_test_list img{
	width: 20%;
	max-width: 80px;
	margin: 0 auto 0.3rem;
	display: block;
}
.abo_box .abo_test .abo_test_list h5{
	font-size: 0.18rem;
	line-height: 0.4rem;
	color: #fff;
	text-align: center;
	font-weight: normal;
}
.abo_box .abo_test .abo_test_list p{
	color: #fff;
    font-size: 0.16rem;
    line-height: 0.3rem;
    margin-top: 0.1rem;
    text-align: center;
}


/*联系*/
.contacts{
	width: 100%;
    background: #fff;
}
.contacts_main{
	width: 90%;
	margin: 0 auto;
}
.con_lianxi{
    padding-top: 1rem;
    padding-bottom: 0.8rem;
    border-bottom: 1px solid #ececec;
}
.con_lianxi li{
	width: 33.333%;
    float: left;
    font-size: 0.18rem;
}
.con_lianxi .tit{
    font-size: 0.16rem;
    color: #999;
}
.contacts_zixun{
	background: url(../images/con_bg.jpg) no-repeat;
	/*background-size: 100%;*/
	height: 510px;
}
.contacts_zixun h3{
	font-size: 0.46rem;
    line-height: 0.7rem;
    color: #fff;
    padding: 1rem 0 0.2rem;
}
.contacts_zixun h4{
    color: #fff;
    padding-top: 0.23rem;
    font-size: 0.3rem;
    font-weight: normal;
}
.contacts_zixun h5{
	font-size: 0.18rem;
	padding: 0.23rem 0;
	color: #fff;
	font-weight: normal;
}
.contacts_zixun li{
	float: left;
	font-size: 0.18rem;
	color: #fff;
}
.contacts_zixun li:nth-of-type(1){
	font-size: 0.4rem;
	padding-right:15% ;
}
.contacts_zixun li:nth-of-type(2),.contacts_zixun li:nth-of-type(3){
   	margin: 0.1rem 0.4rem;
    width: 13%;
    cursor: pointer;
}
.contacts_zixun .con_tb{
	display: inline-block;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #fff;
    line-height: 38px;
    text-align: center;
    float: left;
}
.contacts_zixun img{
    width: 26px;
    vertical-align: middle;
    margin-bottom: 2px;
}
.contacts_zixun .con_wz{
    display: inline-block;
    width: 104px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    background: #fff;
    border-radius: 20px;
    vertical-align: middle;
    margin: 0.06rem 0.1rem;
}
.contacts_zixun .con_wz p{
	color: #000;
	font-size: 0.15rem;
}
.contacts_zixun .con_ewm{
	width: 50%;
	margin: 0.15rem 0 0;
	display: none;
}
.contacts_zixun li:hover .con_wz p{
	color: #fff;
}
.contacts_zixun li:hover .con_wz{
	background: #fa6b67;
}
.contacts_zixun li:nth-of-type(3):hover .con_ewm{
	display: block;
}
.contacts_map{
	width: 100%;
    height: 500px;
    position: relative;
}
.anchorBL{
	display: none;
}
.contacts_sjmap{
	display: none;
}


/*404页面*/
.bg-404{
	background: url(../images/404.jpg) center no-repeat;
	height: 100vh;
}
.error .ebox{
	width: 432px;
	margin: 15% auto 0;
}
.error .ebox h2{
	margin-top: 10%;
	font-size: 0.2rem;
	text-align: center;
}
.error .ebox .back{
    padding: 5px 10px;
    height: 40px;
    width: 145px;
    margin: 0 auto;
    margin-top: 30px;
    cursor: pointer;
    background: #f0f0f0;
    perspective: 600px;
    -webkit-perspective: 600px;
    cursor: pointer;
    border-radius: 6px;
}
.error .ebox .back p{
    font-size: 16px;
    line-height: 40px;
    margin-left: 15%;
    margin-right: 8%;
    padding: 0;
    color: #666;
    display:inline;
}
.error .ebox .back:before{
	content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transform-origin: top center 0;
    transition: 0.54s;
    transform: rotateX(-60deg);
    -webkit-transform: rotateX(-60deg);
    -moz-transform: rotateX(-60deg);
    background: -webkit-linear-gradient(130deg, #fd057d, #9a14ca);
    background: -o-linear-gradient(130deg, #fd057d, #9a14ca);
    background: -moz-linear-gradient(130deg, #fd057d, #9a14ca);
    background: linear-gradient(130deg, #fd057d, #9a14ca);
    border-radius: 6px;
}
.error .ebox .back:hover:before{
	opacity: 1;
    visibility: visible;
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
}
.error .ebox .back:hover p{
	color: #fff;
}
.error .ebox .jiantou{
    vertical-align: middle;
    padding-bottom: 3px;
    margin-left: 8px;
}


/*隐私协议*/
.xybox{
	width: 90%;
	margin: 0 auto;
}
.xybox h1{
	font-size: 0.24rem;
	color: #000;
	line-height: 0.48rem;
	text-align: center;
	margin-top: 50px;
}
.xybox h5{
	font-size: 0.12rem;
	color: #666;
	line-height: 0.24rem;
	text-align: right;
}
.xybox strong{
	font-size: 0.16rem;
	line-height: 0.32rem;
	color: #000;
	text-align: left;
}
.xybox b{
	text-decoration: underline;
}
.xybox p{
	font-size: 0.16rem;
	line-height: 0.32rem;
	color: #000;
	text-align: left;
}

/*响应式*/
@media(max-width:1440px){
	.header_r{
		width: 45%;
	}
	.flls{
		top: 17px;
	}
	.footer_left_logo p{
		font-size: 0.15rem;
	}
	.pro_list li:nth-of-type(1) dd{
		width: 24%;
	}
	.pro_list li:nth-of-type(1) dd:nth-of-type(13){
		width: 100%;
	}
	.news_list li{
		margin: 0.15rem 0.1rem;
	}
	.abo_box .abo_test .abo_test_list li{
		margin: 0.5rem 0.57rem;
	}
	.contacts_zixun .con_wz{
		margin: 0.06rem;
	}
}

@media(max-width:1366px){
	.header_r{
		width: 45%;
	}
	.flls{
		top: 20px;
	}
	.footer_left_logo p{
		font-size: 0.15rem;
	}
	.pro_list li:nth-of-type(1) dd:nth-of-type(13){
		width: 26%;
	}
	.ser_list li{
		width: 22.9%;
	}
	.news_list li{
	    width: 31.5%;
	}
	.abo_box .abo_test .abo_test_list li{
		margin: 0.5rem 0.56rem;
	}
	.contacts_zixun li:nth-of-type(2), .contacts_zixun li:nth-of-type(3){
		width: 15%;
	}
	.contacts_zixun .con_wz{
		margin: 0.06rem 0.15rem;
	}
}
@media(max-width:1280px){
	.header_r{
		width: 49%;
	}
	.ab_neirong{
		width: 77%;
	}
	.footer_left_logo p{
		font-size: 0.14rem;
	}
	.fr_sl{
		width: 87%;
	}
	.pro_list li:nth-of-type(1) dd:nth-of-type(13){
		width: 27%;
	}
	.ser_list li{
		width: 22.7%;
	}
	.abo_box .abo_test .abo_test_list li{
		margin: 0.5rem 0.53rem;
	}
	.contacts_zixun li:nth-of-type(2), .contacts_zixun li:nth-of-type(3){
		width: 16%;
	}
}

@media(max-width: 768px){
	.header,.headerziye{
		display: none;
	}
	.mobbox{
		display: block;
		height: 60px;		
		width: 100%;
		z-index: 1000;
		background: #fff;
		position: fixed;
	}
	.main{
		width: 89%;
		margin: 0 auto;
	}
	.main .mob-left{
		float: left;
		padding-top: 15px;
	}
	.main .mob-left img{
		height: 30px;
	}
	.daohang{
		float: right;
		padding-top: 20px;
	}
	.container{
		width: 89%;
		/*padding-top: 40px;*/
	}
	.diyi{
		background-color: #f8c33c;
		width: 18px;
		height: 2px;
		display: block;
		margin-bottom: 5px;
		transition: all 0.5s;
	}
	.dier{
		background-color: #fa6b67;
		width: 28px;
		height: 2px;
		display: block;
		margin-bottom: 5px;
	}
	.disan{
		background-color: #23c7b4;
		width: 24px;
		height: 2px;
		display: block;
		transition: all 0.5s;
	}
	.ggong .diyi{
		transform: rotateZ(45deg);
		-webkit-transform: rotateZ(45deg);
		width: 22px;
	}
	.ggong .dier{
		display: none;
	}
	.ggong .disan{
		transform: rotateZ(-45deg);
		-webkit-transform: rotateZ(-45deg);
	}
	.nav{
		background-color: #fff;
		width: 100%;
		height: 368px;
		display: none;
		z-index: 100;
		position: fixed;
		top: 60px;
		left: 0;
	}
	.nav .on{
		color: #fa6b67;
		font-size: 18px;
	}
	.nav li{
		border-top: 1px solid #f2f2f2;
	}
	.nav li a{
		line-height: 60px;
		font-size: 16px;
		padding: 0 20px;
		display: block;
	}
	.nav li a:before{
	    width: 0;
	    height: 2px;
	    position: absolute;
	    left: 50%;
	    bottom: 0;
	    z-index: 10;
	    transform: translateX(-50%);
	    -webkit-transform: translateX(-50%);
	    background: #fa6b67;
	    content: "";
	    transition: all 0.3s;
	    -webkit-transition: all 0.3s;
	}
	.item .bteimg{ 
		width: 100%; 
		height:50vh;
	}
	.banner{
		height: 82vh;
		margin-top: 0.6rem;
	}
	.btext{ 
		width: 100%; 
		height:32vh; 
		background:#fdfcf8;
	}
	.bwr{
		margin-top:5vh;
		margin-bottom:5vh; 
		margin-left:6%; 
	}
	.site_menu span{ 
		background: #fff; 
	}
	.header.scoll .site_menu span{ 
		background: #333; 
	}
	.btext p{ 
		font-size: 0.26rem;
	}
	.btext .ti{ 
		font-size: 0.2rem; 
	}
	.btext .slide-tx{ 
		font-size: 0.14rem; 
	}
	.btext .slide-m{
		margin-top: 0.3rem;
	}
	.btext .slide-m a{ 
		font-size: 0.16rem; 
	}
	.bwt{
		display: none;
	}
	.bannerbox .slick-dots{  
		display: none !important;
	}

	.s_left{
		width: 100%;
		height: 4.4rem;
	}
	.inei{
		padding: 0.4rem 0 0 6%;
	}
	.inei_w{
		width: 95%;
	}
	.inei_neirong h3{
		font-size: 0.3rem;
	}
	.inei_neirong p{
		font-size: 0.15rem;
	}
	.inei_g li{
		width: 25%;
	}
	.inei_g li:nth-of-type(13){
		width: 100%;
	}
	.inei_neirong .jiantou{
		margin-top: 0.3rem;
	}
	.s_right{
		float: initial;
	}
	.s_right,.s_right1,.s_right2,.x_left,.x_left1,.x_left2{
		width: 100%;
		height: 3.3rem;
	}
	.s_right1 .inei_g li,.inei_w1 .inei_g li{
		width: 33%;
	}
	.s_right2 .inei_g li,.inei_w2 .inei_g li{
		width: 50%;
	}
	.iner_tu{
		right: 0.01rem;
	}
	.iner_tu img{
		width: 60%;
	}
	.x_left{
		float: none;
	}
	.x_right{
		display: none;
	}
	.x_left2 .inei_neirong .jiantou{
		margin-top: 0.1rem;
	}
	.about{
		height: 3.7rem;
	}
	.ab_neirong{
		width: 100%;
	}
	.ab_neirong h3{
		font-size: 0.26rem;
		background-size: 8%;
		padding-left: 0.4rem;
	}
	.ab_neirong p{
		padding-left: 0;
		font-size: 0.15rem;
	}
	.news .box{
		display: none;
	}
	.abo_list{
		display: block;
		width: 100%;
	}
	.abo_list li{
		width: 27%;
		margin: 0.3rem 0.1rem;
		text-align: center;
		color: #fff;
		float: left;
	}
	.abo_list span{
		font-size: 36px;
	    font-weight: bold;
	    color: #fff;
	}
	.footer_left,.sl_fa,.fr_rwm{
		display: none;
	}
	.footer_right{
		width: 100%;
	}
	.sl_box li{
		width: 100%;
		float: none;
	}
	.fr_x{
		padding: 0.15rem 0 0.7rem;
	}
	.footer_sjdb{
		display: block;
	}
	.footer_sjdb .dpai {
	    float: left;
	    width: 50%;
	    text-align: center;
	    position: relative;
	}
	.footer_sjdb *{
		color: #fff;
	}
	.footer_sjdb .dpai a {
	    display: block;
	    text-align: center;
	}
	.footer_sjdb .dpai i {
	    margin-top: 17px;
	    display: inline-block;
	    width: 26px;
	    height: 26px;
	    float: left;
	    margin-left: 55px;
	}
	.icon-lianxi {
	    background: url(../images/footer-icon1.gif) no-repeat center/cover;
	}
	.footer_sjdb .dpai a span {
	    display: inline-block;
	    font-size: 12px;
	    color: #fff;
	    float: left;
	    margin-left: 10px;
	}
	.footer_sjdb .dpai {
	    float: left;
	    width: 50%;
	    text-align: center;
	    position: relative;
	}
	.footer_sjdb .dpai a {
	    display: block;
	    text-align: center;
	}
	.icon-dianhua {
	    display: block;
	    background: url(../images/footer-icon2.gif) no-repeat center/cover;
	}
	.footer_sjdb .dpai i {
	    margin-top: 17px;
	    display: inline-block;
	    width: 26px;
	    height: 26px;
	    float: left;
	    margin-left: 55px;
	}


	/*产品中心*/
	.mainbanner{
		margin-top: 0.6rem;
	}
	.pbimg img{
		width: auto;
		height: 32vh;
	}
	.pneirong{
		top: 101%;
	}
	.pneirong h2{
		font-size: 20px;
    	line-height: 40px;
	}
	.pneirong .font{
		font-size: 18px;
    	line-height: 50px;
    	margin-top: 0;
	}
	.pneirong .down-ico{
		display: none;
	}
	.pro_main .pro_ms,.abo_l .abo_tit,.abo_box .abo_test .abo_title{
		font-size: 0.24rem;
	    line-height: 1.6;
	    padding-top: 0.6rem;
	    padding-bottom: 0.4rem;
	}
	.pro_list li{
		width: 100%;
	}
	.pro_list li:nth-of-type(2) .pro_tit,.pro_list li:nth-of-type(3) .pro_tit,.pro_list li:nth-of-type(4) .pro_tit,.pro_list li:nth-of-type(5) .pro_tit{
		height: 2.2rem;
	}
	.pro_list .pro_tit h1{
		font-size: 0.18rem;
	    padding: 0.3rem 0 0.1rem;
	}
	.pro_list .pro_tit p{
	    padding-top: 0.1rem;
	    padding-bottom: 0.15rem;
	    width: 100%;
	}
	.pro_list li:nth-of-type(1) dd:nth-of-type(13){
		width: 100%;
	}
	.pro_list .pro_tit{
	    height: 2.5rem;
	    padding-left: 2%;
	}
	.pro_list li:nth-of-type(2) .pro_tit dd,.pro_list li:nth-of-type(4) .pro_tit dd{
		width: 32%;
	}

	/*产品详情*/
	.pros_main{
		width: 86%;
	}
	.pros_main h2{
	    font-size: 0.24rem;
	    line-height: 1.6;
	    padding-top: 0.6rem;
	}
	.pros_main h4{
		font-size: 0.14rem;
		padding-top: 0.05rem;
	}
	.info_l,.info_r{
		width: 100%;
	}
	.info_l h3,.info_r h3{
		font-size: 0.18rem;
		margin-bottom: 0.1rem;
		margin-top: 0.2rem;
	}
	.info_l h3:nth-of-type(1){
		margin-top: 0;
	}
	.info .sjtu{
		display: block;
		margin-bottom: 0.2rem;
	}
	.info_l p,.info_r p{
		margin-bottom: 0.1rem;
	}
	.info_l h5,.info_r h5{
		margin: 0.1rem 0 0.03rem;
		font-size: 0.15rem;
	}
	.pros_main .info p{
		font-size: 0.15rem;
	}
	.info_tu{
		display: none;
	}
	/*移动办公*/
	.info_yd .info_l,.info_yd .info_r,.info_zc .info_l,.info_zc .info_r{
		width: 100%;
	}
	.info_yd .info_l h3,.info_yd .info_r h3,.info_zc .info_l h3,.info_zc .info_r h3{
		font-size: 0.18rem;
		margin-bottom: 0.1rem;
		margin-top: 0.2rem;
	}
	.info_yd .info_l h3:nth-of-type(1),.info_zc .info_l h3:nth-of-type(1){
		margin-top: 0;
	}
	.info_yd .info_l .sjtu,.info_yd .info_r .sjtu,.info_zc .info_l .sjtu,.info_zc .info_r .sjtu{
		display: block;
		margin-bottom: 0.2rem;
	}
	.info_yd .info_l p,.info_yd .info_r p,.info_zc .info_l p,.info_zc .info_r p{
		margin-bottom: 0.1rem;
	}
	.info_yd .info_l h5,.info_yd .info_r h5,.info_zc .info_l h5,.info_zc .info_r h5{
		margin: 0.1rem 0 0.03rem;
		font-size: 0.15rem;
	}
	.pros_main .info_yd p,.pros_main .info_zc p{
		font-size: 0.15rem;
	}
	.info_yd .info_tu,.info_zc .info_tu{
		display: none;
	}
	

	/*服务中心*/
	.ser_main{
		width: 100%;
		padding: 0 0 0.3rem;
	}
	.ser_main h3{
		font-size: 0.24rem;
	    line-height: 1.6;
	    padding-top: 0.6rem;
	}
	.ser_main p{
		font-size: 0.14rem;
		margin-top: 0.05rem;
	}
	.ser_list li{
		width: 44%;
		padding: 0.3rem 0;
		margin: 0.11rem 0.1rem;
	}
	.ser_list h5{
		line-height: 0;
	}
	.ser_list p{
		display: none;
	}

	/*新闻资讯*/
	.news_main{
		width: 95%;
	}
	.news_list li{
	    width: 100%;
	    margin: 0.1rem 0;
	}
	.ndetail_main{
		width: 100%;
	}
	.ndetail_main .info{
		padding: 5% 5% 28%;
	}
	.ndetail_main .info img{
		max-width: 95%;
	}
	.ndetail_main .info .back{
		background: #fa6b67;
	    height: 30px;
    	width: 90px;
	}
	.ndetail_main .info .back p{
		color: #fff;
		line-height: 30px;
		font-size: 0.14rem;
	}

	/*关于我们*/
	.abo_main{
		padding: 0 4%;
	}
	.abo_main .abo_l{
		width: 100%;
	}
	.abo_l .abo_ms p{
		font-size: 0.14rem;
    	line-height: 0.28rem;
	}
	.abo_main .abo_r{
		display: none;
	}
	.abo_l .abo_list li{
		width: 29%;
		font-size: 0.13rem;
		margin: 0.3rem 0.07rem;
	}
	.abo_l .abo_list span{
		font-size: 0.3rem;
	}
	.abo_box .abo_test .abo_test_list li{
		margin: 0.3rem 0;
		width: 100%;
	}

	/*联系我们*/
	.con_lianxi{
		padding: 0.5rem 0 3rem;
		border: none;
	}
	.con_lianxi li{
		width: 100%;
		margin: 0;
	    padding: 0.2rem 0;
	    border-bottom: 1px solid #ececec;
	}
	.contacts_map{
		display: none;
	}
	.contacts_sjmap{
		display: block;
	}
	.contacts_sjmap img{
		width: 100%;
	}
	.contacts_zixun{
		height: 480px;
	}
	.contacts_zixun h3{
		font-size: 0.24rem;
	    line-height: 1.6;
	    padding: 0.4rem 0 0;
	}
	.contacts_zixun h4{
		font-size: 0.22rem;
	}
	.contacts_zixun h5{
		font-size: 0.16rem;
	}
	.contacts_zixun li:nth-of-type(1){
		width: 100%;
	}
	.contacts_zixun li:nth-of-type(2), .contacts_zixun li:nth-of-type(3){
		width: 50%;
		margin: 0.4rem 0;
	}
	.contacts_zixun .con_wz{
	    margin: 0.06rem 0.1rem;
	}
	.bg-404{
		background-size: auto 100%;
	}
	.error .ebox{
		margin: 60% auto 0;
	}
	.error .ebox .ierror{
		width: 50%;
		margin-left: 18%;
	}
	.error .ebox h2{
		font-size: 0.14rem;
	}
	.error .ebox .back p{
		font-size: 0.12rem;
	}
}
