@charset "UTF-8";
@media only screen and (max-width: 1200px) {
*{
	box-sizing: border-box;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.col.small-col12{width: 100%; float: left;}
.col.small-col1{width: 8.33333333%;}
.col.small-col2{width: 16.66666667%;}
.col.small-col3{width: 25%;}
.col.small-col4{width: 33.33333333%;}
.col.small-col5{width: 41.66666667%;}
.col.small-col6{width: 50%;}
.col.small-col7{width: 58.33333333%;}
.col.small-col8{width: 66.66666667%;}
.col.small-col9{width: 75%;}
.col.small-col10{width: 83.33333333%;}
.col.small-col11{width: 91.66666667%;}
.rbtn::after {
	display: none;
}
.lzpic2{
	display: block;
}
.lzpic1{
	display: none;
}
.article {
	line-height: 24px;
	font-size: 14px;
}
.wrapper {
	padding: 50px 0 0 0;
}
.head-top {
	display: none;
}
.header {
	width: 100%;
	height: 50px;
	z-index: 105;
	position: fixed;
	top: 0;
	left: 0;
}
.header .wrap{
	width: 100%;
}
.header .logo{
	height: 34px;
	margin: 8px 0 0 10px;
}
.header .slogan {
	line-height: 20px;
	font-size: 12px;
	margin-left: 10px;
	padding-left: 10px;
	margin-top: 5px;
}
.header .hot,
.header .service{
	display: none;
}
.header .menu-btn {
	width: 50px;
	height: 50px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 3;
}
.header .menu-btn span {
	width: 28px;
	height: 3px;
	background: #a02827;
	border-radius: 2px;
	position: absolute;
	left: 12px;
	top: 23px;
	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: 14px;
}
.header .menu-btn span.line3 {
	top: 32px;
}
.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 30px 0;
}
.mainnav .tel{
	text-align: center;
	font-size: 18px;
	color: #a02827;
	display: block;
	margin-top: 30px;
}
.mainnav .tel a{
	font-size: 18px;
	color: #a02827;
	display: inline-block;
	background: url(../../static/images/tel.png) no-repeat 0 0;
	padding-left: 30px;
}
.mainnav .tit {
	display: block;
	font-size: 30px;
	font-weight: bold;
	color: #a02827;
	text-align: center;
	padding: 20px 0;
}
.mainnav .wrap{
	padding: 0;
	width: 100%;
}
.mainnav .wrap > ul{
	height: auto;
}
.mainnav .wrap > ul > li {
	width: 100%;
	float: none;
	height: auto;
	line-height: normal;
}
.mainnav .wrap > ul > li:hover >a,
.mainnav .wrap > ul > li > a {
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	padding: 0;
	border-bottom: solid 1px #ccc;
	color: #333;
	display: block;
	margin: 0;
}
.mainnav .wrap > ul > li > a span{
	height: 50px;
	line-height: 50px;
}
.mainnav .wrap > ul > li:hover > a span:first-child,
.mainnav .wrap > ul > li.on > a span:first-child{
	margin-top: 0px;
}
.mainnav .wrap > ul > li.now:hover > a span:first-child,
.mainnav .wrap > ul > li.now > a span:first-child{
	margin-top: -50px;
}
.mainnav .wrap > ul > li.on:hover > a,
.mainnav .wrap > ul > li.on > a {
	border-bottom: solid 1px #a02827;
}
.mainnav .wrap > ul > li.on > a::after,
.mainnav .wrap > ul > li:hover > a::after,
.mainnav:hover .wrap > ul > li > a:hover::after,
.mainnav:hover .wrap > ul > li.on > a::after {
	display: none;
}
.mainnav .sub {
	display: none;
	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%);
}
.mainnav .sub li{
	margin: 0;
	border-bottom: solid 1px #ddd;
}
.mainnav .sub li a:hover,
.mainnav .sub li a {
	display: block;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #eee;
	color: #333;
}
.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: 23px;
	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: 23px;
	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 {
	padding-top: 20px;
	text-align: center;
}
.footer .col {
	width: 100%;
	min-height: auto;
}
.footer .logo {
	margin-top: 10px;
}
.footer .tel {
	margin: 20px 0;
}
.footer .tel a {
	font-size: 22px;
}
.footer .share {
	display: inline-block;
}
.footer .share a:first-child ,
.footer .share a {
	margin: 0 10px;
}
.footer .share .i {
	width: 40px;
	height: 40px;
	margin: 0 auto;
}
.footer .share .t {
	margin-top: 4px;
}
.footer .share .qrcode {
	bottom: 70px;
}
.footer .contact {
	padding: 0 10px;
	border: none;
}
.footer .contact .row:last-child,
.footer .contact .row {
	margin: 20px 0;
}
.footer .contact .t {
	display: inline-block;
}
.footer .contact p {
	margin-top: 6px;
}
.footer .nav {
	padding: 0px;
	display: none;
}
.footer .nav .slogan {
	font-size: 16px;
	margin: 6px 0 20px 0;
	padding: 0 10px;
}
.footer .nav ul li {
	width: 25%;
}
.footer .friendship {
	padding: 10px;
	text-align: left;
	display: inline-block;
}
.footer .friendship a {
	margin: 0 5px;
}
.footer .bottom {
	padding: 5px 0;
	line-height: 20px;
}
.footer .bottom a {
	color: #fff;
}
.footer .bottom .copy ,
.footer .bottom .support {
	float: none;
	margin: 4px 0;
}
.banner .swiper-pagination {
	bottom: 4px;
}
.banner .swiper-pagination-bullet {
	width: 6px;
	height: 6px;
	margin: 0 2px;
}
.banner .swiper-pagination-bullet-active {
	width: 20px;
}
.main .pctitle.c .entit {
	margin-top: 0px;
}
.main .pctitle .titl {
	padding-left: 22px;
}
.main .pctitle .titl::after {
	width: 14px;
	height: 2px;
}
.main .pctitle .entit {
	font-size: 22px;
	margin: 0;
}
.main .pctitle .entit span {
	font-size: 16px;
	margin-left: 4px;
}
.main .pctitle .title {
	font-size: 20px;
}
.main .service {
	padding: 20px 0;
}
.main .service ul {
	margin: 10px -10px 0 -10px;
}
.main .service ul li {
	width: 50%;
	padding: 10px;
}
.main .service ul li:nth-child(4n+1) {
	clear: none;
}
.main .service ul li:nth-child(2n+1) {
	clear: left;
}
@media only screen and (max-width: 600px){
	.main .service ul li {
		padding: 5px;
	}
	.main .service ul li .box {
		padding: 10px 4px 4px 4px;
	}
	.main .service ul li .icon {
		height: 30px;
		line-height: 30px;
	}
	.main .service ul li .entit {
		font-size: 14px;
		margin-top: 10px;
	}
	.main .service ul li .tit {
		font-size: 18px;
	}
	.main .service ul li .white {
		margin-top: 10px;
		padding-bottom: 10px;
	}
	.main .service ul li .text {
		line-height: 20px;
		margin: 4px 0;
	}
	.main .service ul li .text p::after {
		width: 4px;
		height: 4px;
		top: 8px;
	}
}
.main .case {
	padding: 30px 0;
}
.main .case .bg1 {
	height: 260px;
}
.main .case .bg2 {
	height: 260px;
	top: 260px;
}
.main .case .tab span {
	font-size: 16px;
	margin: 0 8px;
}
.main .case .list ul {
	margin: 0 -5px;
}
.main .case .list li {
	width: 50%;
	padding: 5px;
}
.main .case .list li:nth-child(4n+1) {
	clear: none;
}
.main .case .list li:nth-child(2n+1) {
	clear: left;
}
.main .case .list li .text {
	padding: 10px 5px;
}
.main .case .list li .tit {
	font-size: 14px;
	line-height: 20px;
	height: 20px;
}
.main .case .list li a:hover .picc span {
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
}
.main .case .list li a:hover .text {
  bottom: -30px;
}
.main .case .list li a:hover .more {
  margin-top: 10px;
}
.main .about {
	padding: 30px 0;
}
.main .about .more {
	margin-top: 30px;
}
.main .about .col{
	width: 100%;
	padding: 0;
}
.main .about .list {
	margin-top: 30px;
	padding: 0;
}
.main .about .list .col {
	padding: 0;
	margin-bottom: 20px;
}
.main .about .list .col:last-child{
	margin-bottom: 0;
}
.main .about .list a:hover {
	top: 0;
}
.main .about .list .text {
	padding: 10px 6px;
}
.main .technology {
	padding: 30px 0;
}
.main .technology .col{
	width: 100%;
}
.main .technology .left {
	padding: 0;
	margin-bottom: 20px;
}
.main .technology .left .text {
	padding: 10px;
}
.main .technology .left .tit {
	font-size: 16px;
}
.main .technology .left .txt {
	margin: 10px 0;
}
.main .technology .list li {
	margin-bottom: 20px;
}
.main .technology .list li:last-child {
	margin-bottom: 0;
}
@media only screen and (max-width: 600px){
	.main .technology .list li .more{
		display: none;
	}
	.main .technology .list li .text {
		padding: 4px 0 0 144px;
	}
	.main .technology .list li .tit {
		font-size: 16px;
	}
}
.main .news {
	padding: 30px 0;
}
.main .news .content {
	margin-top: 30px;
}
.main .news .swiper-slide .tit {
	font-size: 16px;
	margin: 10px 0;
}
.main .news .swiper-slide .more {
	margin: 10px 0;
}
.colnum-menu{
	position: relative;
}
.colnum-menu .wrap{
	width: 100%;
	padding: 0 0 0 10px;
}
.colnum-menu .menu .btn {
	display: block;
	width: 45px;
	height: 45px;
	background: url(../../static/images/menu.png) no-repeat center;
	background-size: 24px auto;
}
.colnum-menu .menu ul{
	width: 100%;
	position: absolute;
	top: 45px;
	left: 0;
	z-index: 20;
	background: #fff;
	text-align: center;
	display: none;
}
.colnum-menu .menu li {
	float: none;
	margin: 0;
	border-bottom: solid 1px #eee;
}
.colnum-menu .menu li.on {
	border-bottom: solid 1px #a02827;
}
.colnum-menu .menu li.on a:hvoer,
.colnum-menu .menu li.on a{
	color: #a02827;
}
.colnum-menu .menu li a:hover {
	color: #151515;
}
.colnum-menu .menu li a {
	line-height: 50px;
	height: 50px;
}
.crumbs .tit{
	display: none;
}
.crumbs.sb {
	top: 12px;
}
.container .pctitle {
	line-height: 26px;
}
.container .pctitle .en {
	font-size: 24px;
}
.container .pctitle .en span {
	font-size: 20px;
}
.container .pctitle .tit {
	font-size: 20px;
}
.paging{
	margin-top: 20px;
}
.paging li.on a:hover,
.paging li.on a{
	background: #a02827;
	border: solid 1px #a02827;
	color: #fff;
}
.paging li a:hover,
.paging li a {
	display: block;
	width: 40px;
	height: 40px;
	line-height: 38px;
	border: solid 1px #e5e5e5;
}
.contact-page {
	padding: 30px 0 ;
}
.contact-page .address {
	padding: 30px 0 10px 0;
}
.contact-page .address .col{
	width: 100%;
	margin-bottom: 30px;
}
.contact-page .address .box {
	max-width: none;
}
.contact-page .message {
	margin-top: 30px;
}
.contact-page .message .title {
	font-size: 20px;
}
.contact-page .message .titll {
	font-size: 14px;
}
.contact-page .message .row {
	margin: 0;
}
.contact-page .message .row .col {
	width: 100%;
	padding: 0;
}
.contact-page .message input[type="text"],
.contact-page .message textarea {
	line-height: 22px;
	min-height: none;
	padding: 6px 10px;
	margin-bottom: 16px;
}
.contact-page .message textarea {
	height: 100px;
}
.contact-page .message .tips {
	margin: 16px 0;
}
.recruitment-page {
	padding: 30px 0;
}
.recruitment {
	margin-top: 30px;
}
.recruitment .head,
.recruitment .top {
	padding-right: 0px;
	padding-left: 10px;
	line-height: 24px;
}
.recruitment li.on .top,
.recruitment .top,
.recruitment .head {
	font-size: 14px;
}
.recruitment li.on .top,
.recruitment .top{
	background: none;
}
.recruitment .top .col,
.recruitment .head .col {
	padding: 12px 0;
}
.recruitment .top .col.small-col6,
.recruitment .head .col.small-col6{
	width: 40%;
}
.recruitment .top .col.small-col2,
.recruitment .head .col.small-col2{
	width: 20%;
}
.recruitment .cont {
	padding: 20px 10px;
}
.recruitment .cont .text {
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.recruitment .cont .bottom a,
.recruitment .cont .bottom {
	font-size: 14px;
}
.case-page {
	padding: 30px 0;
}
.case-list {
	margin-top: 30px;
}
.case-list ul {
	margin: 0 -5px;
}
.case-list li {
	width: 50%;
	padding: 0 5px;
	margin-bottom: 10px;
}
.case-list li:nth-child(3n+1) {
	clear: none;
}
.case-list li:nth-child(2n+1) {
	clear: left;
}
.case-list li .titl {
	height: 40px;
	line-height: 40px;
	font-size: 14px;
}
.case-list li .text {
	padding: 0 14px;
	bottom: -150%;
}
.case-list li .text .tit {
	font-size: 16px;
}
.case-list li .text .txt {
	margin: 16px 0;
}
.case-list li a:hover .titl {
  bottom: 0;
}
.case-list li a:hover .text {
  bottom: -100%;
}
.case-list li a:hover .titl
.case-list li a:hover .text{
	display: none;
}
.LookPicture .Look_next{width:50px;height:50px;right:0px;margin-top:-25px;}
.LookPicture .Look_next:before,.LookPicture .Look_next:after{width:25px;height:5px;border-radius:5px;-o-border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;}
.LookPicture .Look_next:before{top:25px;}
.LookPicture .Look_next:after{top:10px;}
.LookPicture .Look_next:hover{right:0}
.LookPicture .Look_before{width:50px;height:50px;left:30px;margin-top:-25px;}
.LookPicture .Look_before:before,.LookPicture .Look_before:after{width:25px;height:5px;border-radius:5px;-o-border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;}
.LookPicture .Look_before:before{top:25px;}
.LookPicture .Look_before:after{top:10px;}
.LookPicture .Look_before:hover{left:30px}

.news-page {
	padding: 22px 0 30px 0;
}
.news-list {
	margin: 22px 0 30px 0;
}
.news-list li a {
	padding: 20px 0;
}
.news-list li .more {
	display: none;
}
.news-list li .picc{
	width: 130px;
}
.news-list li .text {
	padding: 0px 0px 0 140px;
}
.news-list li .tit,
.news-list li .txt {
	height: 22px;
	line-height: 22px;
}
.news-list li .tit {
	font-size: 16px;
}
.news-list li .txt {
	height: 44px;
	font-size: 14px;
	margin-top: 10px;
}
.news-page .details .title {
	font-size: 18px;
	margin: 10px 0;
}
.news-page .details .article {
	margin: 20px 0;
	padding: 20px 0;
}
.news-page .prevnext a {
	font-size: 14px;
	line-height: 30px;
}
.news-page .prevnext .prev {
	background: url(../../static/images/arrow12.png) no-repeat 12px center #f6f6f6;
	padding: 0 20px 0 30px;
}
.news-page .prevnext .next {
	background: url(../../static/images/arrow13.png) no-repeat right 12px center #f6f6f6;
	padding: 0 30px 0 20px;
	margin-left: 10px;
}
.single-page{
	padding: 30px 0;
}
.about-page {
	padding: 30px 0 0 0;
}
.about-page .gtitle {
	font-size: 20px;
}
.about-page .gentit {
	font-size: 14px;
}
.about-page .advantage,
.about-page .culture,
.about-page .about {
	padding: 30px 0;
}
.about-page .about .wrap{
	max-width: 600px;
}
.about-page .about .pic {
	width: 100%;
	padding: 0 0 20px 20px;
	margin-top: 30px;
	float: none;
}
.about-page .about .pic::after {
	width: 350px;
	height: 200px;
}
.about-page .about .cont {
	width: 100%;
	float: none;
}
.about-page .culture ul {
	margin-top: 30px;
}
.about-page .culture ul li {
	width: 50%;
}
.about-page .culture ul li:nth-child(4n+1) {
	clear: none;
}
.about-page .culture ul li:nth-child(2n+1) {
	clear: left;
}
.about-page .culture ul li .icon {
	width: 100px;
	height: 100px;
}
.about-page .culture ul li .tit {
	font-size: 20px;
	margin: 10px 0;
}
.about-page .culture ul li .txt {
	font-size: 14px;
}
.about-page .advantage ul {
	margin: 30px -5px 0 -5px;
}
.about-page .advantage ul li {
	width: 100%;
	padding: 0 5px;
	margin-bottom: 10px;
}
.about-page .advantage ul li:nth-child(3n+1) {
	clear: none;
}
.about-page .advantage ul li:nth-child(2n+1) {
	clear: left;
}

.about-page .advantage ul li .picc::after {
  height: 100%;
}
.about-page .advantage ul li .text,
.about-page .advantage ul li .icon2 {
  opacity: 1;
  filter: alpha(opacity=100);
}
.about-page .advantage ul li .icon1 {
  opacity: 0;
  filter: alpha(opacity=0);
}
.about-page .advantage ul li .tit {
  color: #a02827;
}


.service-page .gtitle,
.supporting-page .gtitle {
	line-height: 10px;
}
.service-page .gtitle .en,
.supporting-page .gtitle .en {
	font-size: 24px;
}
.service-page .gtitle .tit,
.supporting-page .gtitle .tit {
	font-size: 18px;
}
.supporting-page .certificate {
	padding: 28px 0 30px 0;
}
.supporting-page .certificate .slogan {
	line-height: 20px;
	font-size: 14px;
	letter-spacing: 0px;
}
.supporting-page .certificate .content {
	margin-top: 30px;
}
.supporting-page .certificate .content .left,
.supporting-page .certificate .content .right {
	width: 120px;
}
.supporting-page .certificate .swiper-button-next,
.supporting-page .certificate .swiper-button-prev {
	width: 40px;
	height: 30px;
	margin-top: -50px;
}
.supporting-page .certificate .swiper-slide .tit,
.supporting-page .certificate .swiper-slide .entit {
	line-height: 24px;
}
.supporting-page .certificate .swiper-slide .tit {
	font-size: 16px;
}
.supporting-page .certificate .swiper-slide .entit {
	font-size: 14px;
}
.supporting-page .certificate .swiper-slide .entit::before,
.supporting-page .certificate .swiper-slide .entit::after {
	width: 14px;
}
.supporting-page .certificate .swiper-slide .entit::before {
	margin-right: 6px;
}
.supporting-page .certificate .swiper-slide .entit::after {
	margin-left: 6px;
}
@media only screen and (max-width: 600px){
	.supporting-page .certificate .content .left,
	.supporting-page .certificate .content .right{
		display: none;
	}
}
.supporting-page .equipment {
	padding: 30px 0;
}
.supporting-page .equipment .swiper-container {
	margin-top: 30px;
	padding-bottom: 40px;
}
.supporting-page .equipment .swiper-slide .tit {
	height: 40px;
	line-height: 40px;
}
.supporting-page .detect .wrap{
	max-width: 600px;
}
.supporting-page .detect .box {
	padding: 14px;
}
.supporting-page .detect .box:nth-child(even) .photo ,
.supporting-page .detect .box:nth-child(even) .cont,
.supporting-page .detect .cont,
.supporting-page .detect .photo {
	width: 100%;
	float: none;
}
.supporting-page .detect .cont {
	padding-top: 28px;
}
.supporting-page .detect hr {
	margin: 20px 0;
}
.supporting-page .detect .txt {
	line-height: 22px;
	font-size: 14px;
}
.supporting-page .detect .btn {
	margin-top: 20px;
}
.service-page .service-list {
  padding: 30px 0;
}
.service-page .service-list .tabbox > .swiper-container > .swiper-wrapper > .swiper-slide {
  padding: 20px;
}
.service-page .service-list .tabbox .swiper-slide .cont {
	width: 100%;
	float: none;
}
.service-page .service-list .tabbox .swiper-slide .number {
  font-size: 60px;
}
.service-page .service-list .tabbox .swiper-slide .number span {
  line-height: 60px;
}
.service-page .service-list .tabbox .swiper-slide .number span::after {
  right: -20px;
}
.service-page .service-list .tabbox .swiper-slide .txt {
  min-height: auto;
}
.service-page .service-list .tabbox .photo {
  padding-left: 0;
  margin-top: 20px;
}
.service-page .service-list .tabbox .photo .btn {
  left: 0;
  margin-left: 0;
  bottom: 0px;
}
.service-page .service-list .tabbox .photo .swiper-button-next,
.service-page .service-list .tabbox .photo .swiper-button-prev {
  width: 40px;
  height: 28px;
}
.service-page .factory {
  margin: 30px 0 0 0;
}
.service-page .factory .content {
  padding: 20px;
}
.service-page .factory .cont ,
.service-page .factory .photo {
	width: 100%;
	float: none;
}
.service-page .factory .cont {
  padding-top: 30px;
}
.service-page .factory hr {
  margin: 20px 0;
}
.service-page .introduction {
  padding: 30px 0;
}
.service-page .introduction .text {
  line-height: 22px;
  font-size: 14px;
  margin: 30px 0;
}
.service-page .introduction .number li {
  width: 50%;
  margin-bottom: 30px;
}
.service-page .introduction .number li:nth-child(5n+1) {
  clear: none;
}
.service-page .introduction .number li:nth-child(2n+1) {
  clear: left;
}
.service-page .introduction .number li .num {
  line-height: 30px;
  font-size: 30px;
}
.service-page .introduction .number li .num sup {
  font-size: 20px;
  margin-top: -20px;
}
.service-page .introduction .number li .txt {
  font-size: 14px;
  margin-top: 10px;
}
.service-page .process {
  padding: 30px 0;
}
.service-page .process ul {
  margin-top: 30px;
}
.service-page .process ul li {
  width: 50%;
  padding-right: 20px;
  background-position: right 0 top 20px;
  margin-bottom: 30px;
}
.service-page .process ul li:nth-child(2n+1){
	clear: left;
}
.service-page .process ul li:nth-child(even) {
  background: none;
}
.service-page .process ul li i {
  width: 60px;
  height: 60px;
}
.service-page .process ul li .p {
  height: 40px;
  line-height: 20px;
  font-size: 14px;
  margin: 10px 0;
}
.service-page .process ul li .n {
  width: 30px;
  min-height: 30px;
  line-height: 28px;
  font-size: 14px;
}
.service-page .case {
  padding: 30px 0;
}
.service-page .case .case-list {
  margin-top: 30px;
  margin-bottom: 20px;
}
.service-page .quality {
  padding: 30px 0;
}
.service-page .quality ul {
  padding: 0;
  margin-top: 30px;
}
.service-page .quality ul li {
  width: 50%;
  margin-bottom: 30px;
}
.service-page .quality ul li:nth-child(4n+1) {
  clear: none;
}
.service-page .quality ul li:nth-child(2n+1) {
  clear: left;
}
.service-page .quality ul li i {
  width: 80px;
}
.service-page .quality ul li p {
  font-size: 18px;
  margin-top: 10px;
}
.service-page .understand .rbtn {
  border: solid 2px #a02827;
  font-size: 16px;
}
.service-page .understand .rbtn span {
  line-height: 50px;
  height: 50px;
  padding: 0 80px 0 20px;
  background-position: right 20px center;
}
.service-page .understand .rbtn:hover span {
  background-position: right 10px center;
}























}/*手机版css*/
