@charset "UTF-8";
@media only screen and (max-width: 1200px) {
*{
	box-sizing: border-box;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.wrap{
	width: 100%;
}
.rbtn::after {
	display: none;
}
.lzpic2{
	display: block;
}
.lzpic1{
	display: none;
}
.article {
	line-height: 24px;
	font-size: 14px;
}
.wrapper {
	padding: 50px 0;
}
.header {
	height: 50px;
	z-index: 105;
}
 
.product-list li .tit {
 	line-height: 25px;
	font-size: 18px;
	font-weight: 700;
  }

.product-list li .txt {
 
	line-height: 20px;
	font-size: 14px;
	color: #999;
  }


  .product-list li .tit1 {
	height: 40px;
	line-height: 20px;
   font-size: 16px;
   font-weight: 700;
 }

.product-list li .txt1 {

   line-height: 20px;
   font-size: 14px;
   color: #999;
 }

  
  



.header .language {
	margin: 0;
}
.header .language .tit {
	height: 50px;
	line-height: 50px;
	margin: 0;
	padding: 0 20px 0 30px;
	font-size: 14px;
}
.header .language .tit::after{
	top: 50%;
	margin-top: -10px;
}
.header .language .list {
	top: 40px;
	width: 100px;
}
.header .language li a:hover {
	background: none;
}
.header .search-box {
	margin: 0 50px 0 0;
	padding: 0;
}
.header .search-box::after{
	display: none;
}
.header .search-box .search-btn {
	width: 50px;
	height: 50px;
}
.header .search-box .search-bar {
	width: 100%;
	height: 50px;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 200;
	padding: 0;
}
.header .search-box .search-bar .close{
	display: none;
}
.header .search-box .search-bar .btn{
	width: 50px;
	height: 50px;
	float: right;
	border-left: solid 1px #e3e3e3;
}
.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 .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: #03328e;
	border-radius: 2px;
	position: absolute;
	left: 12px;
	top: 23px;
	z-index: 2;
	transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
}
.header .menu-btn span.line1 {
	top: 14px;
}
.header .menu-btn span.line3 {
	top: 32px;
}
.header .nav {
	width: 100%;
	height: auto;
	overflow: auto;
	position: absolute;
	float: none;
	left: 0;
	top: 50px;
	z-index: 105;
	background: #fff;
	margin: 0;
	padding: 0;
	text-align: left;
	display: none;
}
.header .nav > ul{
	display: block;
}
.header .nav .tit {
	display: none;
}
.header .nav > ul > li {
	width: 100%;
	float: none;
	margin: 0;
	position: relative;
}
.header .nav > ul > li:hover >a,
.header .nav > ul > li > a {
	width: 100%;
	height: 50px;
	line-height: 50px;
	padding: 0 20px;
	border-bottom: solid 1px #ccc;
	color: #333;
}
.header .nav > ul > li > a::after{
	display: none;
}
.header .nav > ul > li.on > a:hover,
.header .nav > ul > li.on > a {
	color: #03328e;
	border-bottom: solid 1px #03328e;
}
.header .nav > ul > li .arrow{
	width: 50px;
	height: 50px;
	background: url(../images/arrow16.png) no-repeat center;
	background-size: 16px auto;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	display: block;
}
.header .nav > ul > li.now .arrow{
	background-image: url(../images/arrow15.png);
}
.header .nav .sub {
	display: none;
	position: static;
	top: 111px;
	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%);
}
.header .nav .sub li{
	margin: 0;
	border-bottom: solid 1px #ddd;
}
.header .nav .sub li a:hover,
.header .nav .sub li a {
	display: block;
	height: 50px;
	line-height: 50px;
	background: #eee;
	color: #333;
	text-align: left;
	text-indent: 20px
}
.header .nav .close{
	height: 50px;
	display: block;
	background: url(../images/nav_bg2.png) no-repeat center;
	background-size: 20px auto;
}
.fixed-sidebar.shiftLeft{
	right: 260px;
}
.wrapper.shiftLeft {
	margin-left: -260px;
}
.wrapper.shiftLeft .header {
	left: -260px;
	z-index: 105;
}
.wrapper.shiftLeft .header .nav {
	right: 0;
}
.header .menu-btn.on span.line1,
.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);
}
.header .menu-btn.on span.line2,
.wrapper.shiftLeft .menu-btn span.line2 {
	opacity: 0;
}
.header .menu-btn.on span.line3,
.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);
}
.fixed-sidebar,
.wrapper,
.wrapper .header{
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
}
.footer {
	padding-top: 0;
	text-align: center;
}
.footer a {
	color: #c2c2c2;
}
.footer .link-list {
	display: none;
	float: none;
	padding-top: 0;
}
.footer .link-list .list {
	width: 100%;
	float: none;
	border-bottom: solid 1px #c2c2c2;
}
.footer .link-list .tit {
	color: #fff;
	height: 44px;
	line-height: 44px;
	font-size: 14px;
}
.footer .link-list ul {
	margin: 0;
	padding: 0 0 10px 0;
	display: none;
}
.footer .link-list li {
	margin-bottom: 0;
	line-height: 36px;
}
.footer .link-list li a,
.footer .link-list li a:hover {
	color: #c2c2c2;
}
.footer .share {
	float: none;
	display: inline-block;
	margin-top: 20px;
	text-align: center;
}
.footer .share .qrcodebox{
	display: inline-block;
	float: none;
}
.footer .share .social-share{
	float: none;
	width: 100%;
	text-align: center;
}
.footer .share .social-share a {
	margin: 0 10px;
	float: none;
	display: inline-block;
}
.footer .contact {
	margin: 20px 0 6px 0;
	display: inline-block;
	text-align: left;
	padding: 0 10px;
}
.footer .contact .box {
	display: block;
	float: none;
	margin: 0 0 10px 0;
	font-size: 14px;
}
.footer .contact .box i {
	width: 16px;
	display: inline-block;
	margin: -2px 8px 0 0;
}
.footer .contact .box i img{
	width: 100%;
}
.footer .contact .box a {
	font-size: 14px;
}
.footer .bottom {
	padding: 10px;
}
.footer .friendship a {
	margin: 0 6px;
}
.footer .friendship a:nth-child(2) {
	margin-left: 0;
}
.footer .friendship a:nth-child(2)::after {
	display: none;
}
.footer .friendship a::after {
	left: -8px;
}
.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);
	border-top: solid 1px #ddd;
	background: #fff;
}
.fixed-sidebar ul{
	float: left;
	width: 75%;
	border-radius: 0;
	box-shadow: 0 0 0 0 #fff;
}
.fixed-sidebar li {
	width: 33.3333%;
	float: left;
	margin: 0;
	border-right: solid 1px #ddd;
	box-sizing: border-box;
}
.fixed-sidebar li:first-child a ,
.fixed-sidebar li:last-child a {
	border-radius: 0 0 0 0;
}
.fixed-sidebar li:first-child{
	border-left: none;
}
.fixed-sidebar li:hover a,
.fixed-sidebar li a {
	height: 50px;
	padding-top: 4px;
	border-radius: 0;
	background: #fff;
}
.fixed-sidebar li:hover a .icon,
.fixed-sidebar li a .icon {
	height: 18px;
	line-height: 18px;
	-webkit-filter: grayscale(50%) brightness(50%);
	-moz-filter: grayscale(50%) brightness(50%);
	-ms-filter: grayscale(50%) brightness(50%);
	-o-filter: grayscale(50%) brightness(50%);
	filter: grayscale(50%) brightness(50%);
}
.fixed-sidebar li:hover a .txt{
 color: #999999;
}
.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;
}
.fixed-sidebar li .qrcode {
	width: 140px;
	height: 140px;
}
.fixed-sidebar .return-top:hover,
.fixed-sidebar .return-top{
	width: 25%;
	height: 50px;
	border-radius: 0;
	margin: 0;
	float: right;
	background-color: #fff;
	background-image: url(../images/fixedsidebar_icon42.png);
	border-right: solid 1px #ddd;

}
.banner .swiper-button-prev,
.banner .swiper-button-next {
	width: 30px;
	height: 30px;
	margin-top: -15px;
	display: none;
}
.banner .swiper-button-prev {
	left: 10px;
}
.banner .swiper-button-next {
	right: 10px;
}
.banner .swiper-pagination {
	bottom: 10px;
}
.banner .swiper-pagination-bullet {
	width: 40px;
	height: 3px;
	margin: 0 4px;
}
.main .pctitle .title {
	font-size: 20px;
}
.main .pctitle .line {
	margin: 10px auto;
}
.main .pctitle .slogan {
	font-size: 12px;
}
.main .pcmore {
	width: 120px;
	height: 40px;
	line-height: 40px;
}
.main .news,
.main .about,
.main .solution,
.main .product {
	padding: 30px 10px;
}
.main .product .content {
	max-width: 600px;
	margin: 30px auto 20px auto;
}
.main .product .box {
	margin-bottom: 10px;
}
.main .product .box .text {
	max-width: 200px;
	padding: 0 10px;
}
.main .product .box .tit,
.main .product .box .txt {
	height: 22px;
	line-height: 22px;
}
.main .product .box .tit {
	font-size: 18px;
}
.main .product .box .txt {
	height: 66px;
	line-height: 22px;
	font-size: 14px;
	margin: 10px 0 20px 0;
}
.main .about .wrap{
	max-width: 600px;
}
.main .about .pic,
.main .about .content {
	width: 100%;
	float: none;
	padding: 0;
}
.main .about .pic{
	margin-top: 30px;
}
.main .about .entit {
	font-size: 30px;
}
.main .about .title {
	font-size: 26px;
}
.main .about .text {
	margin: 30px 0;
}
.main .about .number{
	margin: 0 -5px;
}
.main .about .number .col {
	max-width: 33.3333%;
	width: 33.3333%;
	margin-left: 0;
	padding: 0 5px;
}
.main .about .number .col .p1 {
	font-size: 30px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.main .about .pcmore {
	margin: 30px 0 0 0;
}
.main .solution ul {
	margin: 30px -1px;
}
.main .solution ul li {
	padding: 1px;
}
.main .solution ul li a {
	height: auto;
}
.main .solution ul li .txt {
	font-size: 16px;
}
@media only screen and (max-width: 700px){
	.main .solution ul li{
		width: 50%;
	}
	.main .solution ul li:nth-child(3n+1) {
		clear: none;
	}
	.main .solution ul li:nth-child(2n+1) {
		clear: left;
	}
}
.main .news .swiper-container {
	margin-top: 30px;
	padding-bottom: 40px;
}
.main .news .swiper-slide .pic {
	height: auto;
}
.main .news .swiper-slide .tit,
.main .news .swiper-slide .date,
.main .news .swiper-slide .txt {
	height: 24px;
	line-height: 24px;
}
.main .news .swiper-slide .tit {
	font-size: 16px;
	margin: 14px 0 2px 0;
}
.main .news .swiper-slide .txt {
	height: 48px;
	-webkit-line-clamp:2;
	margin: 12px 0;
}
.guide-page {
	padding: 32px 10px 80px 10px;
	min-height: 100%;
	height: auto;
	position: relative;
}
.guide-page .logo {
	width: 200px;
	margin: 0 auto;
}
.guide-page .select {
	margin: 30px 0 20px 0;
}
.guide-page .select .wrap {
	max-width: 500px;
	padding: 0;
}
.guide-page .select .col {
	width: 100%;
	padding: 0 20px;
	margin: 10px 0;
}
.guide-page .select a::after {
	height: 120px;
}
.guide-page .select .text {
	padding: 0 40px 0 10px;
	bottom: 10px;
}
.guide-page .select .text .tit {
	font-size: 20px;
}
.guide-page .select .text .txt {
	margin-top: 4px;
}
.guide-page .select .arrow {
	width: 40px;
	height: 30px;
	background-size: 8px auto;
}
.guide-page .copy {
	bottom: 20px;
}
.container .banner .lzpic1,
.container .banner .lzpic2 {
	height: auto;
	background: none;
}
.container .banner .text .p1 {
	font-size: 24px;
}
.container .pctitle .entit {
	font-size: 20px;
}
.container .pctitle .title {
	font-size: 20px;
}
.column-menu{
	padding: 0 0 0 10px;
	position: relative;
	height: 44px;
}
.column-menu .crumbs {
	padding: 0 0 0 24px;
	height: 44px;
	line-height: 44px;
	font-size: 12px;
	background-position: 0 15px;
	float: none;
	overflow:hidden;
}
.column-menu .crumbs .tit{
	display: none;
}
.column-menu .crumbs span{
	padding: 0;
}
.column-menu .crumbs a {
	font-size: 12px;
}
.column-menu .menu .btn {
	display: block;
	width: 44px;
	height: 44px;
	background: url(../images/menu.png) no-repeat center;
	background-size: 24px auto;
}
.column-menu .menu ul{
	width: 100%;
	position: absolute;
	left: 0px;
	top: 44px;
	z-index: 90;
	background: #fff;
	text-align: center;
	/*border-top: solid 1px #eee;*/
	display: none;
}
.column-menu .menu li {
	float: none;
	margin: 0;
}
.column-menu .menu li a {
	line-height: 44px;
	height: 44px;
	display: block;
	border-bottom: solid 1px #eee;
	font-size: 14px;
}
.column-menu .menu li.on a {
	border-bottom: solid 2px #03328e;
	color: #03328e;
}
.column-menu .menu li a:hover {
	color: #333;
}
.paging {
	margin-top: 30px;
}
.paging li {
	margin: 0 1px;
}
.paging a {
	min-width: 44px;
	height: 40px;
	line-height: 38px;
	font-size: 14px;
}
.about-page .company ,
.about-page .profile {
	padding: 40px 10px;
}
.about-page .company .wrap,
.about-page .profile .wrap{
	max-width: 600px;
}
.about-page .company .content,
.about-page .profile .content{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
}
.about-page .company .pic,
.about-page .profile .pic,
.about-page .company .cont,
.about-page .profile .cont {
	width: 100%;
	display: block;
}
.about-page .company .pic,
.about-page .profile .pic{
	order: 2;
	margin-top: 30px;
}
.about-page .company .cont,
.about-page .profile .cont {
	padding: 0;
	order: 1;
}
.about-page .company .content {
	margin-top: 30px;
}
.about-page .company .cont .tit {
	font-size: 20px;
}
.about-page .company .cont .line {
	margin: 20px 0;
}
.about-page .profile .number {
	margin: 0 -5px 30px -5px;
}
.about-page .profile .number .col {
	padding: 0 5px;
}
.about-page .profile .number .num {
	font-size: 30px;
}
.about-page .profile .number .line {
	margin: 10px 0;
}
.popup-photo .close {
	width: 30px;
	height: 30px;
	background-size: 20px auto;
	top: -30px;
	right: 0;
}
.popup-photo .swiper-button-prev ,
.popup-photo .swiper-button-next {
	width: 30px;
	height: 30px;
}
.popup-photo .swiper-button-prev {
	left: 0;
}
.popup-photo .swiper-button-next {
	right: 0;
}
.about-page .culture {
	padding: 30px 10px;
}
.about-page .culture .introduction {
	margin: 30px 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
}
.about-page .culture .introduction .pic {
	width: 100%;
	order: 2;
}
.about-page .culture .introduction .cont {
	width: 100%;
	padding: 14px;
	order: 1;
}
.about-page .culture .introduction .slogan {
	font-size: 18px;
}
.about-page .culture .introduction .text {
	margin-top: 20px;
}
.about-page .culture .activity ul {
	margin: 0 -5px;
}
.about-page .culture .activity li {
	width: 50%;
	padding: 0 5px;
}
.about-page .culture .activity li:nth-child(3n+1) {
	clear: none;
}
.about-page .culture .activity li:nth-child(2n+1) {
	clear: left;
}
.about-page .honor {
	padding: 30px 10px;
}
.about-page .honor-list {
	margin-top: 30px;
}
.about-page .honor-list li {
	width: 50%;
}
.about-page .honor-list li:nth-child(4n+1) {
	clear: none;
}
.about-page .honor-list li:nth-child(2n+1) {
	clear: left;
}
.about-page .honor-list li a:hover .txt {
	border-bottom: solid 2px #03328e;
}
.about-page .honor-list li .txt {
	border-bottom: solid 2px #fff;
}
.about-page .history {
	padding: 30px 10px;
}
.about-page .history .gallery-top {
	margin: 30px 0;
}
.about-page .history .gallery-top .swiper-slide {
	padding: 2px;
}
.about-page .history .gallery-top .table{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
}
.about-page .history .gallery-top .pic {
	width: 100%;
	order: 2;
}
.about-page .history .gallery-top .cont {
	width: 100%;
	padding: 14px;
	order: 1;
}
.about-page .history .gallery-top .year {
	font-size: 26px;
}
.about-page .history .gallery-top .text {
	margin-top: 10px;
}
.about-page .history .gallery-thumbs .swiper-slide {
	width: 100px;
	background-size: 100% 15px;
	padding-top: 26px;
	font-size: 20px;
}
.single-page {
	padding: 30px 10px;
}
.single-page .article {
	margin-top: 30px;
}
.contact-page .contact {
	padding: 30px 10px;
}
.contact-page .contact .wrap{
	max-width: 600px;
}
.contact-page .contact .content {
	margin-top: 30px;
}
.contact-page .contact .cont {
	width: 100%;
	padding: 20px 10px;
	background-position: right 10px bottom 10px;
}
.contact-page .contact .cont .title {
	font-size: 20px;
}
.contact-page .contact .cont .title span {
	padding-bottom: 18px;
}
.contact-page .contact .cont .text {
	font-size: 14px;
	padding: 10px 0;
}
.contact-page .contact .cont .text p {
	margin: 10px 0;
	padding-left: 26px;
	background: no-repeat 0 6px;
	background-size: 16px auto;
}
.contact-page .contact .cont .text .p1 ,
.contact-page .contact .cont .text .p3 {
	background-position: 0 2px;
}
.contact-page .contact .map {
	width: 100%;
}
.contact-page .contact .map #allmap {
	height: 300px;
}
.contact-page .message {
	padding: 30px 10px;
}
.contact-page .message .wrap{
	max-width: 600px;
}
.contact-page .message .content {
	margin-top: 30px;
}
.contact-page .message .row {
	margin: 0;
}
.contact-page .message .col {
	padding: 0;
	width: 100%;
	margin-bottom: 20px;
}
.contact-page .message textarea,
.contact-page .message input[type="text"] {
	padding: 10px;
}
.contact-page .message textarea {
	height: 120px;
}
.contact-page .message .tips {
	margin: 14px 0;
}
.contact-page .message .btn {
	margin-top: 20px;
}
.recruitment-page {
	padding: 30px 10px;
}
.recruitment {
	margin-top: 30px;
}
.recruitment .head,
.recruitment .top {
	padding-right: 0px;
	line-height: 24px;
}
.recruitment .top,
.recruitment .head {
	font-size: 12px;
}
.recruitment .top .col,
.recruitment .head .col {
	padding: 10px 0;
}
.recruitment .top .col.col6,
.recruitment .head .col.col6{
	width: 34%;
	text-align: left;
	padding-left: 10px;
}
.recruitment .top .col,
.recruitment .head .col{
	width: 22%;
}
.recruitment li.on .top ,
.recruitment .top {
	background: none;
}
.recruitment .cont {
	padding: 10px 10px 20px 10px;
}
.recruitment .cont .text {
	line-height: 28px;
	padding-bottom: 24px;
	margin-bottom: 24px;
}
.news-page {
	padding: 10px 10px 30px 10px;
}
.news-list li a {
	padding: 20px 0;
}
@media only screen and (max-width: 800px){
	.news-list li .picc,.news-list li .picc1 {
		width: 130px;
	}
	.news-list li .date {
		display: none;
	}
	.news-list li .text,.news-list li .text1 {
		padding: 4px 0 0 140px;
	}
	.news-list li .tit,
	.news-list li .txt {
		height: 22px;
		line-height: 22px;
	}
	.news-list li .tit {
		font-size: 14px;
	}
	.news-list li .txt,.news-list li .txt1 {
		height: 44px;
		font-size: 12px;
		margin-top: 10px;
		-webkit-line-clamp: 2;
		line-height: 22px;
		overflow: hidden;
	}
}
.details-page .details {
	width: 100%;
	float: none;
	border: none;
	padding: 30px 10px;
}
.details-page .details .head {
	padding: 0 0 20px 0;
	text-align: center;
}
.details-page .details .title {
	font-size: 20px;
	margin-bottom:10px;
}
.details-page .details .info {
	float: none;
	margin: 20px 0;
}
.details-page .details .social-share {
	float: none;
	display: inline-block;
}
.details-page .details .article {
	padding: 30px 0;
	font-size: 16px;
}
.details-page .details .prevnext {
	margin-top: 20px;
}
.details-page .details .prevnext p {
	width: 100%;
	float: none;
}
.details-page .details .prevnext .next {
	float: none;
	text-align: left;
	margin-top: 10px;
}
.details-page .right {
	display: none;
}
.case-page {
	padding: 30px 10px;
}
.case-page .paging {
	margin-top: 20px;
}
.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 a:hover .text {
	background-position: right 5px center;
}
.case-list li .picc::after {
	height: 100px;
}
.case-list li .text {
	padding: 6px 20px 6px 6px;
	background-position: right 10px center;
}
.case-list li .tit {
	font-size: 12px;
}
.case-list li .txt {
	font-size: 14px;
}
.twocolumns {
	padding: 30px 10px;
}
.twocolumns .rightcont {
	padding: 0;
}
.twocolumns .crumbs {
	font-size: 12px;
}
.twocolumns .crumbs .tit{
	display: none;
}
.twocolumns .crumbs span {
	padding: 0 2px;
}
.twocolumns .crumbs a {
	font-size: 12px;
}
.twocolumns .paging {
	margin-top: 10px;
}
.sidebar {
	width: 100%;
	float: none;
	position: relative;
}
.sidebar .title {
	padding: 6px 10px;
	/*background-image: url(../images/menu2.png);*/
	background-repeat: no-repeat;
	background-size: 24px auto;
	background-position: right 10px center;
}
.sidebar .title .tit {
	font-size: 18px;
}
.sidebar .title .en {
	margin-top: 4px;
}
.sidebar > ul{
	/*display: none;*/
	/*width: 100%;
	position: absolute;
	top: 54px;
	left: 0;
	z-index: 90;*/
}
.sidebar > ul > li {
	margin-bottom: 2px;
}
.sidebar > ul > li > a {
	height: 50px;
	line-height: 50px;
	padding: 0 30px 0 20px;
	background-position: right 10px center;
	font-size: 16px;
	color: #333;
}
.sidebar > ul > li > a::after {
	left: 20px;
	right: 30px;
	bottom: 0;
}
.sidebar > ul > li.on > a{
	background-image: url(../images/arrow13.png);
	color: #333;
}
.sidebar > ul > li.on > a::after {
	opacity: 0;
	filter: alpha(opacity=0);
}
.sidebar li.on .sub {
	display: none;
}
.sidebar .sub {
	padding-bottom: 10px;
}
.sidebar .sub li {
	padding: 8px 0;
}
.sidebar .sub li a {
	padding: 0 20px;
}
.solution-list {
	margin-top: 30px;
}
.solution-list ul {
	margin: 0 -5px;
}
.solution-list li {
	padding: 0 5px;
	margin-bottom: 20px;
}
.solution-list li .tit,
.solution-list li .txt {
	height: 24px;
	line-height: 24px;
}
.solution-list li .tit {
	font-size: 16px;
	margin: 8px 0;
}
.solution-list li .txt {
	height: 48px;
}
.product-list{
	margin-bottom: 20px;
}
.product-list ul {
	margin: 0 -5px;
}
.product-list li {
	width: 50%;
	padding: 0 5px;
	margin-bottom: 10px;
}
.product-list li:nth-child(3n+1) {
	clear: none;
}
.product-list li:nth-child(2n+1) {
	clear: left;
}
.product-list li .text {
	padding: 10px 6px;
}
.product-details .hade {
	padding: 30px 10px;
}
.product-details .hade .wrap{
	max-width: 600px;
}
.product-details .hade .flex {
	display: block;
}
.product-details .introduction,
.product-details .photo {
	width: 100%;
	float: none;
}
.product-details .photo .right {
	padding-left: 0;
}
.product-details .photo .left {
	display: none;
}
.product-details .introduction {
	margin-top: 30px;
}
.product-details .introduction .title {
	font-size: 22px;
}
.product-details .introduction .list li {
	width: 100%;
}
.product-details .bodybox {
	padding: 30px 10px;
}
.product-details .details {
	padding: 10px;
}
.product-details .details .article {
	padding: 20px 0;
}
.product-details .related {
	padding: 30px 0 0 0;
}
.product-details .related .product-list li {
	width: 50%;
}
.product-details .related .product-list li:nth-child(3n+1) {
	clear: none;
}
.product-details .related .product-list li:nth-child(4n+1) {
	clear: none;
}






.main .panter .swiper-container {
	margin: 10px 0;
	padding: 30px 5px 0 5px;
  }
  

  .main .panter {
	padding: 30px 0 30px 0;
	
  }





























}/*手机版css*/
