@charset "gb2312";
@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: 50px 0 0 0;
}
.head-top {
	display: none;
}
.header {
	height: 50px;
	z-index: 105;
	top: 0;
	left: 0;
	position: fixed;
	padding: 0;
}
.header .logo{
	height: 32px;
	margin-top: 9px;
}
.header .slogan {
	padding-left: 10px;
	margin-left: 10px;
	margin-top: 4px;
	line-height: 20px;
	display: none;
}
.header .slogan .p1 {
	font-size: 16px;
}
.header .search-box {
	margin: 0 40px 0 0;
}
.header .search-box .search-btn {
	display: block;
}
.header .search-box .search-bar {
	width: 100%;
	height: 50px;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 200;
	padding: 0px;
	border-radius: 0;
	display: none;
}
.header .search-box .search-bar .btn{
	width: 50px;
	height: 50px;
}
.header .search-box .search-bar .inpu{
	height: 50px;
	padding: 0 50px 0 0;
}
.header .search-box .search-bar .inpu input {
	background: #fff;
	height: 50px;
	line-height: 50px;
}
.header .search-box .hot{
	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: #d2523e;
	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;
}
.header .menu-btn.on span.line1 {
	top: 23px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	background-color:#d2523e;
}
.header .menu-btn.on span.line2 {
	opacity: 0;
	background-color:#d2523e;
}
.header .menu-btn.on span.line3 {
	top: 23px;
	background-color:#d2523e;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
}
.nav {
	width: 100%;
	position: fixed;
	z-index: 200;
	top: 50px;
	display: none;
}
.nav .wrap{
	width: 100%;
}
.nav .wrap > ul {
	float: none;
}
.nav .wrap > ul > li {
	float: none;
}
.nav .wrap > ul > li:hover > a,
.nav .wrap > ul > li > a {
	height: 44px;
	line-height: 44px;
	padding: 0 20px;
	font-size: 15px;
	color: #333;
	background-color:#FFF;
	border-bottom: solid 1px #eee;
}
.nav .wrap > ul > li.on > a,
.nav .wrap > ul:hover > li.on > a ,
.nav .wrap > ul:hover > li.on > a:hover {
	background-color: #d2523e;
	color:#FFF;
}
.nav .wrap > ul > li.now >a{
	color: #d2523e;
		background-color: #d2523e;
	color:#FFF;
}
.nav .wrap > ul > li .arrow {
	display: block;
	width: 50px;
	height: 50px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 5;
	background: url(../images/arrow2.png) no-repeat center;
}
.nav .wrap > ul > li.now .arrow{
	background-image: url(../images/arrow1.png);
}
.nav .buoy {
	display: none;
}
.nav .sub {
	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);
	text-align: left;
}
.nav .sub li {
	margin-top: 0;
}
.nav .sub li a {
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #333;
	padding: 0 30px;
	background: #eee;
	text-align: left;
	border-bottom: solid 1px #ddd;
}
.nav .sub li a:hover {
	border-bottom: solid 1px #ddd;
}
.nav .tel {
	margin-top: 0;
	float: none;
	text-align: center;
	padding: 10px 0;	
	background-color:#FFF;
}
.nav .tel i,
.nav .tel a {
	display: inline-block;
	color:#333;
	text-align:center;
	padding:10px 30px;
}
.footer {
	padding-top: 0;
	text-align: center;
}
.footer a:hover {
	color: #777;
}
.footer .link-list {
	width: 100%;
	float: none;
	text-align: center;
}
.footer .link-list .tit {
	display: block;
	line-height: 40px;
	height: 40px;
}
.footer .link-list .list {
	width: 100%;
	float: none;
	border-bottom: solid 1px #333;
}
.footer .link-list ul {
	margin-top: 0px;
	display: none;
	padding: 0 0 10px 0;
}
.footer .link-list li {
	line-height: none;
	padding: 0;
	margin: 0;
}
.footer .link-list li a{
	height: 34px;
	line-height: 34px;
	display: block;
}
.footer .qrcodebox {
	float: none;
	margin: 20px 0;
}
.footer .qrcodebox i {
	margin: 12px auto;
}
.footer .r {
	text-align: center;
	float: none;
}
.footer .address {
	margin: 20px 0;
}
.footer .bottom {
	padding: 10px 0;
	margin-top: 20px;
}
.footer .bottom .social-share,
.footer .bottom .copy {
	float: none;
}
.footer .bottom .social-share{
	display: inline-block;
	margin-top: 10px;
}
.banner .swiper-pagination {
	bottom: 10px;
}
.pctitle .title {
	font-size: 22px;
}
.pctitle .title::before,
.pctitle .title::after {
	margin: 0 10px;
}
.pctitle .entit {
	font-size: 14px;
	margin-top: 4px;
}
.pctitle .tit {
	font-size: 18px;
	height: 44px;
	line-height: 44px;
	border-radius: 44px 44px 0 44px;
}
.main .product {
	padding: 30px 0;
}
.main .product .tab {
	margin: 30px 0;
}
.main .product .tab span {
	margin: 0;
	height: 38px;
	line-height: 38px;
	padding: 0 12px;
	font-size: 14px;
	margin:5px 0;
}
.main .upset {
	padding-top: 30px;
}
.main .upset .content {
	margin-top: 30px;
}
.advantage {
	padding: 30px 0;
}
.advantage .content {
	margin-top: 10px;
	overflow: hidden;
}
.advantage .content::after {
	width: 316px;
	height: 100%;
	top: 130px;
	left: 50%;
	margin-left: -158px;
	background: url(../images/advantage_line.png) no-repeat;
	background-size: 100%;
}
.advantage .row {
	margin: 30px 0;
}
.advantage .row .pic {
	max-width: 363px;
}
.advantage .row .pic:hover > img {
	transform: scale(1, 1) rotate(0deg);
	-webkit-transform: scale(1, 1) rotate(0deg);
	-ms-transform: scale(1, 1) rotate(0deg);
	-o-transform: scale(1, 1) rotate(0deg);
	-moz-transform: scale(1, 1) rotate(0deg);
}
.advantage .row .pic span {
	right: 0;
	bottom: 0;
	position: static;
	max-width: 70%;
	margin: 10px auto 0 auto;
}
.advantage .row .picbox {
	/*width: 38.46153846%;*/
	width: 30%;
}
.advantage .row .cont {
	width: 61.53846154%;
	padding-left: 10px;
}
.advantage .row .cont .number {
	font-size: 40px;
}
.advantage .row .cont .tit {
	font-size: 20px;
	margin: 10px 0;
}
.advantage .row .cont .txt {
	font-size: 14px;
}
.advantage .row:nth-child(even) .cont {
	text-align: right;
	padding: 0 10px 0 0;
}
.main .solution {
	padding: 30px 0;
}
.main .solution .col a:hover > img {
	transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	opacity: .5;
}
.main .solution .col i {
	width: 60px;
	height: 60px;
	line-height:60px;
	font-size:30px;
	}
.main .solution .col p {
	font-size: 16px;
	margin: 12px 0 0 0;
}
.main .solution .col .more {
	display: none;
}
@media only screen and (max-width: 650px){
	.main .solution .col5,
	.main .solution .col7 {
		width: 100%;
	}
}
.main .process {
	padding: 30px 0;
}
.main .process .head {
	float: none;
	width: 100%;
	text-align: center;
}
.main .process .head .title {
	font-size: 22px;
}
.main .process .head .entit {
	font-size: 14px;
}
.main .process .head .tab span {
	height: 42px;
	line-height: 40px;
	display: inline-block;
	margin: 0 4px;
}
.main .process .list {
	float: none;
	width: 100%;
	margin: 30px -3px 0 -3px;
}
.main .process .list li {
	width: 33.3333%;
	padding: 0 3px;
	margin-bottom: 6px;
}
.main .process .list li .box {
	padding: 20px 5px;
}
.main .process .list li i {
	width: 50px;
	height: 50px;
	line-height:50px;
	font-size:25px;
}
.main .process .list li p {
	font-size: 14px;
}
.main .outlets .pctitle {
	top: 30px;
}
.main .outlets .lzpic1,
.main .outlets .lzpic2 {
	height: auto;
}
.main .about {
	padding: 30px 0;
}
.main .about .table{
	display: block;
}
.main .about .pic,
.main .about .cont {
	width: 100%;
	padding: 0;
	display: block;
}
.main .about .cont .bigtxt {
	font-size: 100px;
}
.main .about .pic {
	margin-top: 30px;
}
.main .about .title {
	font-size: 24px;
}
.main .about .slogan {
	font-size: 16px;
	margin: 10px 0 20px 0;
}
.main .about ul {
	width: 100%;

}
.main .about ul li i {
	height: 36px;
	line-height: 36px;
    font-size:30px;
}
.main .team {
	padding: 30px 0 10px 0;
}
.main .team .team-list {
	margin-top: 30px;
}
.product-list ul{
	margin: 0 -5px;
}
.product-list li {
	width: 50%;
	padding: 0 5px;
	margin-bottom: 18px;
}
.product-list li:nth-child(4n+1) {
  clear: none;
}
.product-list li:nth-child(2n+1) {
  clear: left;
}
.product-list li .tit {
	font-size: 14px;
	padding: 10px 5px;
}

.product-list2 ul{
	margin: 0 -5px;
}
.product-list2 li {
	 display: none;
}
.product-list2 li:nth-child(4n+1) {
  clear: none;
}
.product-list2 li:nth-child(2n+1) {
  clear: left;
}
.product-list2 li .tit {
	font-size: 14px;
	padding: 10px 5px;
}
.team-list ul{
	margin: 0 -5px;
}
.team-list li {
	width: 50%;
	padding: 0 5px;
}
.team-list li:nth-child(4n+1) {
	clear: none;
}
.team-list li:nth-child(2n+1) {
	clear: left;
}
.team-list li a:hover img {
	transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
}
.team-list li a:hover .tit {
	color: #666;
	background: #fff;
}
.team-list li .pic {
	height: auto;
}
.team-list li .tit {
	height: 50px;
	line-height: 50px;
}
.container .banner .lzpic1,
.container .banner .lzpic2 {
	height: 300px;
}
.container .banner .lzpic2 p{
   line-height:300px;
   text-align:center;
   font-size:30px;
   font-weight:600; 
   color:#FFF;
   text-shadow:0px 0px 2px #333;
}
.container .banner .lzpic2 p i{
    font-size:18px;
    font-style:normal;
    font-weight:300; 
    padding-left:20px;
}
.container .pctitle .title {
	font-size: 22px;
}
.column-menu {
	height: 50px;
	line-height: 50px;
	position: relative;
	z-index: 90;
}
.column-menu .wrap{
	width: 100%;
}
.column-menu .crumbs {
	padding-left: 30px;
	float: none;
	background-position: 10px center;
}
.column-menu .menu .btn {
	display: block;
	width: 50px;
	height: 50px;
	background: url(../images/menu.png) no-repeat center;
	background-size: 25px auto;
}
.column-menu .menu ul{
	display: none;
	width: 100%;
	position: absolute;
	left: 0;
	top: 50px;
	z-index: 90;
	background: #fff;
	text-align: center;
}
.column-menu .menu li {
	float: none;
	margin-left: 0;
}
.column-menu .menu li.on a {
	border-bottom: solid 1px #d2523e;
}
.column-menu .menu li a {
	line-height: 50px;
	height: 50px;
	border-bottom: solid 1px #ddd;
}
.paging {
	margin: 40px 0;
}
.paging li {
	margin: 0 2px;
}
.paging li a {
	width: 40px;
	height: 40px;
}
.pctab a,
.pctab span {
	min-width: 100px;
	padding: 0 10px;
	height: 40px;
	line-height: 38px;
	margin-left: 2px;
	margin-right: 2px;
}
.about-page .about {
	margin: 30px 0;
}
.about-page .about .wrap{
	max-width: 600px;
}
.about-page .about .pic,
.about-page .about .cont {
	width: 100%;
	float: none;
}
.about-page .about .pic {
	margin-top: 20px;
}
.about-page .about .title {
	font-size: 24px;
}
.about-page .about .text {
	margin-top: 30px;
}
.about-page .advantage {
	padding-top: 30px;
}
.solution-list .row {
	padding: 20px 0;
}
.solution-list .row .wrap{
	max-width: 600px;
}
.solution-list .row:nth-child(even) .pic,
.solution-list .row .pic {
	width: 100%;
	float: none;
}
.solution-list .row:nth-child(even) .cont ,
.solution-list .row .cont {
	width: 100%;
	float: none;
	padding: 20px 0 0 0;
}
.solution-list .row .icon {
	width: 50px;
	height: 50px;
}
.solution-list .row .tit {
	margin: 10px 0;
}
.solution-list .row .tit,
.solution-list .row .tit a {
	font-size: 20px;
}
.solution-list .row .txt {
	margin: 10px 0;
}
.service-page .process ,
.service-page .guarantee ,
.service-page .team {
	padding: 30px 0;
}
.service-page .team .team-list {
	margin-top: 30px;
}
.service-page .process .pctab {
	margin: 25px 0 20px 0;
}
.service-page .process .list ul {
	margin: 0 -5px;
}
.service-page .process .list li {
	width: 50%;
	padding: 0 5px;
	margin-bottom: 10px;
}
.service-page .process .list li:nth-child(6n+1) {
	clear: none;
}
.service-page .process .list li:nth-child(2n+1) {
	clear: left;
}
.service-page .process .list li .box a{
      font-size:14px;
}
.visit-page {
	padding-top: 30px;
}
.visit-page .paging {
	margin-top: 20px;
}
.visit-list ul {
	margin: 0 -5px;
}
.visit-list.four li,
.visit-list li {
	width: 50%;
	padding: 0 5px;
}
.visit-list.four li:nth-child(4n+1),
.visit-list li:nth-child(3n+1) {
	clear: none;
}
.visit-list.four li:nth-child(2n+1),
.visit-list li:nth-child(2n+1) {
	clear: left;
}
.visit-list li a:hover span.il::after {
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
}
.visit-list li a:hover span.il::before {
	width: 30px;
	height: 30px;
}
.visit-list li .txt {
	height: 30px;
	line-height: 30px;
	font-size: 18px;
}
.product-page .pctab {
	margin: 30px 0;
}
.product-page .pctab span,
.product-page .pctab a {
	height: 40px;
	line-height: 40px;
	min-width: auto;
	font-size: 14px;
}
.product-page .paging {
	margin-top: 20px;
}
.product-head {
	padding: 30px 0;
}
.product-head .wrap{
	max-width: 600px;
}
.product-head .td,
.product-head .table{
	display: block;
}
.product-head .td {
	width: 100%;
}
.product-head .cont {
	padding: 30px 0 0 0;
}
.product-head .title {
	line-height: 30px;
	font-size: 22px;
}
.product-head hr {
	margin: 14px 0;
}
.product-head .text {
	font-size: 14px;
}
.product-head .text .row {
	margin-bottom: 10px;
}
.product-head .text .tit {
	padding-right: 4px;
}
.product-head .text .i {
	margin-right: 10px;
}
.product-head .tel .n a {
	font-size: 20px;
}
.product-head .tel .n span{
	font-size: 18px;
}
.product-details {
	padding: 30px 0;
}
.product-details .tab span {
	height: 50px;
	line-height: 50px;
	font-size: 15px;
}
.product-details .article {
	padding: 20px 10px;
}
.product-details .trial {
  padding: 30px 10px;
}
.product-details .trial .title {
  font-size: 22px;
}
.product-details .trial .slogan {
	font-size: 14px;
  margin: 20px 0 30px 0;
}
.product-details .trial .inpubox {
  padding: 0;
}
.product-details .trial textarea,
.product-details .trial input[type="text"] {
  height: 40px;
  padding: 10px;
}
.product-details .trial textarea {
  height: 140px;
}
.contact-page .contact {
	padding: 30px 0;
}
.contact-page .contact .content,
.contact-page .contact .message {
	width: 100%;
	max-width: 600px;
	float: none;
	margin: 0 auto;
	padding: 0;
}
.contact-page .contact .content .title {
	font-size: 22px;
}
.contact-page .contact .content hr {
	margin: 14px 0;
}
.contact-page .contact .content .text p {
	margin-bottom: 10px;
}
.contact-page .contact .message {
	margin-top: 40px;
}
.contact-page .contact .message textarea,
.contact-page .contact .message input[type="text"] {
	height: 40px;
	padding: 10px;
}
.contact-page .contact .message textarea {
	height: 80px;
}
.contact-page #allmap {
	height: 300px;
}
.contact-page .outlets {
	padding: 30px 0;
}
.contact-page .outlets ul {
	margin-top: 30px;
}
.contact-page .outlets li:nth-child(4),
.contact-page .outlets li:nth-child(3),
.contact-page .outlets li {
	width: 50%;
	border-left: solid 1px #FFF;
	padding: 20px 10px;
}
.contact-page .outlets li:nth-child(2),
.contact-page .outlets li:nth-child(1) {
	padding-top: 0;
}
.contact-page .outlets li:nth-child(4n+1) {
	clear: none;
	border-left: solid 1px #eee;
}
.contact-page .outlets li:nth-child(2n+1) {
	clear: left;
	border: none;	
}
.contact-page .outlets li .tit {
	font-size: 16px;
}
.contact-page .outlets li .txt {
	font-size: 14px;
	margin-top: 10px;
}
.honor-page {
	padding: 30px 0;
}
.honor-page .paging{
	margin: 30px 0;
}
.honor-list {
	margin: 30px 0 20px 0;
}
.honor-list ul {
	margin: 0 -5px;
}
.honor-list li {
	width: 50%;
	padding: 0 5px;
	margin-bottom: 10px;
}
.honor-list li:nth-child(3n+1) {
	clear: none;
}
.honor-list li:nth-child(2n+1) {
	clear: left;
}
.honor-list li a {
	padding: 10px;
}
.honor-list li a::after {
	height: 2px;
}
.honor-list li .pic {
	height: 120px;
	line-height: 120px;
}
.honor-list li .txt {
	font-size: 14px;
	margin-top: 10px;
}
.single-page {
	padding: 30px 0;
}
.single-page .article {
	margin-top: 30px;
}
.news-page{
	padding: 30px 0;
}
.news-page .head .title {
	font-size: 20px;
}
.news-page .head .date {
	margin: 12px 0;
}
.news-page .article {
	padding: 20px 0;
	margin: 6px 0 30px 0;
}
.prevnext a {
	width: 120px;
	font-size: 16px;
}
.prevnext .next {
	margin: 0;
	float: right;
}
.prevnext .return {
	display: none;
}























}/*手机版css*/
