@charset "UTF-8";
@media only screen and (max-width: 1200px) {
*{
	box-sizing: border-box;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.col.sm-col12{width: 100%; float: left;}
.col.sm-col1{width: 8.33333333%;}
.col.sm-col2{width: 16.66666667%;}
.col.sm-col3{width: 25%;}
.col.sm-col4{width: 33.33333333%;}
.col.sm-col5{width: 41.66666667%;}
.col.sm-col6{width: 50%;}
.col.sm-col7{width: 58.33333333%;}
.col.sm-col8{width: 66.66666667%;}
.col.sm-col9{width: 75%;}
.col.sm-col10{width: 83.33333333%;}
.col.sm-col11{width: 91.66666667%;}
.rbtn::after {
	display: none;
}
.lzpic2{
	display: block;
}
.lzpic1{
	display: none;
}
.wrapper {
	padding: 50px 0;
}
.header {
	height: 50px;
	z-index: 105;
}
.header.top{
	top: -60px;
}
.header .logo {
	height: 30px;
	margin-top: 10px;
}
.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: #2d6bbc;
	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 .nav {
	width: 260px;
	height: 100%;
	overflow: auto;
	float: right;
	position: fixed;
	right: -260px;
	top: 0;
	bottom: 0;
	z-index: 105;
	background: #fff;
	margin: 0;
	padding: 0 0 20px 0;
}
.header .nav .tit {
	display: block;
	font-size: 30px;
	font-weight: bold;
	color: #2d6bbc;
	text-align: center;
	padding: 20px 0;
}
.header .nav > ul > li {
	width: 100%;
	float: none;
	margin: 0;
}
.header .nav > ul > li:hover > a,
.header .nav > ul > li > a {
	width: 100%;
	height: 60px;
	line-height: 60px;
	text-align: left;
	padding: 0 20px;
	border-bottom: solid 1px #ccc;
	color: #333;
	background: none;
}
.header .nav > ul > li.on > a,
.header .nav > ul > li.on > a:hover{
	background: none;
	border-color: #2d6bbc;
	color: #2d6bbc;
}
.header .nav > ul > li .arrow{
	width: 60px;
	height: 60px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	display: block;
	background: url(../images/arrow1.png) no-repeat center;
}
.header .nav > ul > li.now .arrow{
	transform: rotate(180deg);
	-webkit-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	-o-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
}
.header .nav .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%);
}
.header .nav .sub li{
	margin: 0;
}
.header .nav .sub li a:hover,
.header .nav .sub li a {
	display: block;
	height: 50px;
	line-height: 50px;
	text-align: left;
	background: #eee;
	color: #666;
	padding: 0 20px;
	text-indent: 10px;
	border-bottom: solid 1px #ccc;
}
.wrapper.shiftLeft {
	margin-left: -200px;
}
.wrapper.shiftLeft .header {
	left: -260px;
	z-index: 105;
}
.wrapper.shiftLeft .header .nav {
	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 .header .nav {
	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 .titll {
	text-align: center;
}
.footer .titll::after {
	margin: 4px auto 0 auto;
}
.footer .link-list {
	float: none;
	width: 100%;
	border: none;
	min-height: auto;
}
.footer .link-list .list {
	width: 100%;
	float: none;
}
.footer .link-list .titll{
	height: 40px;
	line-height: 40px;
	border-bottom: solid 1px #333;
}
.footer .link-list .titll::after{
	display: none;
}
.footer .link-list ul {
	margin-top: auto;
	text-align: center;
	padding: 8px 0;
	display: none;
}
.footer .link-list li {
	line-height: auto;
	margin-bottom: 0;
}
.footer .link-list li a {
	height: 30px;
	line-height: 30px;
	color: #888;
}
.footer .right {
	float: none;
	width: 100%;
	padding-left: 0;
}
.footer .contact {
	float: none;
	max-width: none;
	margin: 20px 0;
	text-align: center;
	display: inline-block;
}
.footer .contact .tel,
.footer .contact .mail,
.footer .contact .address,
.footer .contact .share {
	padding-left: 30px;
	margin-bottom: 10px;
	text-align: left;
}
.footer .attention {
	float: none;
}
.footer .attention i {
	margin: 0 auto;
}
.footer .l,
.footer .r{
	float: none;
}
.footer .bottom {
	padding: 10px 0;
	margin-top: 30px;
}
.footer .support{
	margin-top: 5px;
}
.fixed-sidebar {
	width: 100%;
	right: 0;
	top: auto;
	bottom: 0;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
}
.fixed-sidebar li {
	width: 20%;
	float: left;
	margin: 0;
	border-left: solid 1px #eee;
	box-sizing: border-box;
}
.fixed-sidebar li:first-child{
	border-left: none;
}
.fixed-sidebar li a,
.fixed-sidebar li:hover a {
	background: #fff;
	border: none;
	height: 50px;
	padding-top: 4px;
}
.fixed-sidebar li a .icon {
	height: 18px;
	line-height: 18px;
}
.fixed-sidebar li a p,
.fixed-sidebar li:hover p {
	color: #999;
	font-size: 1.2rem;
}
.fixed-sidebar li a i,
.fixed-sidebar li:hover i {
	-webkit-filter: brightness(100%) grayscale(0%);
	-moz-filter: brightness(100%) grayscale(0%);
	-ms-filter: brightness(100%) grayscale(0%);
	-o-filter: brightness(100%) grayscale(0%);
	filter: brightness(100%) grayscale(0%);
	height: 20px;
	line-height: 20px;
}
.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: 120px;
	height: 120px;
	padding: 5px;
}
.banner .swiper-pagination-bullet {
	width: 6px;
	height: 6px;
	border-radius: 6px;
}
.banner .swiper-pagination-bullet-active {
	width: 30px;
}
.main .pctitle .entit {
	font-size: 4rem;
}
.main .pctitle .title {
	font-size: 2rem;
	margin-top: 8px;
}
.main .product .tab{
	display: grid;
	grid-template-columns: repeat(3,1fr);
}
@media only screen and (max-width: 600px){
	.main .product .tab{
		grid-template-columns: repeat(2,1fr);
	}
	.main .product .tab span{
		font-size: 1.4rem;
	}
}
.main .product .tab span {
	margin: 0 3px 6px 3px;
}
.main .product .list .swiper-slide{
	width: 150px;
}
.main .product .list .swiper-slide a {
	padding-bottom: 10px;
}
.main .product .list .swiper-slide .tit,
.main .product .list .swiper-slide .txt {
	font-size: 1.4rem;
}
.main .product .list .swiper-slide .tit {
	margin-top: 10px;
}
.main .about {
	padding: 40px 0;
}
.main .about .pic {
	width: 100%;
	height: auto;
	position: static;
}
.main .about .pic img{
	width: 100%;
	display: block;
}
.main .about .cont {
	width: 100%;
	float: none;
	min-height: auto;
	padding:  0 20px 20px 20px;
}
.main .about .cont .entit {
	font-size: 3rem;
}
.main .about .cont .entit .p1 {
	font-size: 4rem;
}
.main .about .cont .title {
	font-size: 1.6rem;
}
.main .about .cont .btn {
	margin-top: 30px;
}
.main .about .linkbox{
	width: 100%;
	text-align: center;
	position: static;
	transform: translate(0,-50%);
	-webkit-transform:translate(0,-50%);
	-moz-transform:translate(0,-50%);
	-ms-transform:translate(0,-50%);
	-o-transform:translate(0,-50%);
}
.main .about .linkbox a {
	margin: 0 5px;
	display: inline-block;
}
.main .news {
	padding: 40px 0;
}
.main .news .wrap{
	max-width: 600px;
}
.main .news a .tit {
	font-size: 1.6rem;
}
.main .news .left {
	width: 100%;
	float: none;
}
.main .news .left a {
	padding: 10px;
}
.main .news .left a:hover {
	top: 0;
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1);
}
.main .news .left .date {
	margin: 10px 0;
}
.main .news .list {
	padding: 0;
	margin-top: 10px;
}
.main .news .list li a {
	padding: 20px 10px;
}
.main .news .list li a::before {
	left: 10px;
	right: 10px;
}
.main .news .list li .date {
	width: 60px;
	font-size: 1.2rem;
	padding-top: 5px;
}
.main .news .list li .date span {
	line-height: 40px;
	font-size: 4rem;
}
.main .news .list li .text {
	padding: 0 0 0 70px;
}
.main .news .list li .txt {
	margin-top: 8px;
}
.main .attraction {
	padding: 40px 0;
	background-attachment: scroll;
}
.main .attraction .text {
	margin: 40px 0;
	font-size: 1.4rem;
}
.crumbs {
	line-height: 40px;
	height: 40px;
}
.column-menu {
	display: grid;
}
.column-menu.g2{
	grid-template-columns: repeat(2,1fr);
}
.column-menu.g3{
	grid-template-columns: repeat(3,1fr);
}
.column-menu.g4{
	grid-template-columns: repeat(4,1fr);
}
.column-menu.g5{
	grid-template-columns: repeat(5,1fr);
}
.column-menu a {
	display: block;
	height: 36px;
	line-height: 36px;
	padding: 0;
	margin: 0;
	font-size: 1.4rem;
}
.paging a:hover,
.paging li a {
	width: 40px;
	height: 40px;
	line-height: 38px;
	border: solid 1px #e5e5e5;
	background: #fff;
	color: #333;
}
.paging li.on a:hover,
.paging li.on a{
	border-color: #2d6bbc;
	background: #2d6bbc;
	color: #fff;
}
.about-page {
	padding: 40px 0;
}
.about-page .company {
	margin-top: 50px;
}
.about-page .company .pic {
	width: 100%;
	float: none;
	padding: 0 0 0 10px;
}
.about-page .company .pic::after {
	right: 20px;
	bottom: -10px;
	top: -10px;
}
.about-page .company .content {
	width: 100%;
	float: none;
	padding: 0;
	margin-top: 40px;
}
.about-page .company .entit {
	font-size: 4rem;
}
.about-page .company .entit small {
	font-size: 3.6rem;
}
.about-page .company .title {
	font-size: 1.8rem;
}
.about-page .company .text {
	line-height: 30px;
}
.about-page .honor-list,
.about-page .employee-list {
	margin: 30px 0;
}
.employee-list ul {
	margin: 0 -5px;
}
.employee-list li {
	width: 50%;
	padding: 0 5px;
	margin-bottom: 10px;
}
.employee-list li:nth-child(3n+1) {
	clear: none;
}
.employee-list li:nth-child(2n+1) {
	clear: left;
}
.employee-list li .text {
	padding: 0 8px;
}
.employee-list li .date,
.employee-list li .tit {
	font-size: 1.4rem;
}
.employee-list li .date {
	display: none;
}
.employee-list li .tit {
	padding-right: 0;
}
.honor-list ul {
	margin: 0 -5px;
}
.honor-list li {
	width: 50%;
	padding: 0 5px;
	margin-bottom: 20px;
}
.honor-list li:nth-child(4n+1) {
	clear: none;
}
.honor-list li:nth-child(2n+1) {
	clear: left;
}
.honor-list li .pic {
	padding: 4px;
}
.honor-list li .tit {
	margin-top: 10px;
}
.about-page .history {
	margin-top: 40px;
}
.about-page .history .gallery-top .swiper-slide {
	padding: 14px;
}
.about-page .history .gallery-top .pic,
.about-page .history .gallery-top .text {
	width: 100%;
	float: none;
}
.about-page .history .gallery-top .text {
	padding: 20px 0 0 0;
}
.about-page .history .gallery-top .year {
	font-size: 2rem;
}
.about-page .history .gallery-top .txt {
	margin-top: 10px;
}
.about-page .history .gallery-thumbs {
	margin-top: 20px;
}
.about-page .history .gallery-thumbs .swiper-slide {
	font-size: 2rem;
	background-size: 100% 14px;
	padding-top: 24px;
}
.single-page {
	padding: 40px 0;
}
.single-page .contant {
	margin-top: 40px;
}
.news-page {
	padding: 40px 0;
}
.news-page .news-list {
	margin: 40px 0;
}
.news-list li {
	margin-bottom: 20px;
}
.news-list li a:hover {
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}
.news-list li .picc {
	width: 186px;
}
.news-list li .cont {
	padding: 10px 0 10px 200px;
	min-height: auto;
}
.news-list li .date {
	height: 22px;
	line-height: 20px;
	padding: 0 10px;
}
.news-list li .tit {
	height: 20px;
	line-height: 20px;
	font-size: 1.6rem;
	margin: 10px 0;
}
.news-list li .txt {
	height: 48px;
	line-height: 24px;
}
.news-list li .btn {
	display: none;
}
@media only screen and (max-width: 600px){
	.news-list li .picc {
		width: 130px;
	}
	.news-list li .cont {
		padding: 10px 0 10px 140px;
	}
}
.news-page .details .head {
	padding: 20px 10px;
}
.news-page .details .title {
	font-size: 1.8rem;
}
.news-page .details .article {
	padding: 30px 10px 10px 10px;
}
.news-page .share,
.news-page .prevnext {
	float: none;
	margin: 30px 0;
}
.news-page .share{
	margin-bottom: 0;
}
.recruitment-page {
	padding: 40px 0;
}
.recruitment-page .welfare {
	margin-top: 40px;
}
.recruitment-page .welfare .cont {
	font-size: 1.6rem;
}
.recruitment-page .recruitment{
	overflow-x: auto;
}
.recruitment-page .recruitment ul,
.recruitment-page .recruitment .head{
	min-width: 600px;
}
.recruitment-page .recruitment .head,
.recruitment-page .recruitment .top {
	font-size: 1.6rem;
	line-height: 24px;
	padding: 5px;
}
.recruitment-page .recruitment .head .col,
.recruitment-page .recruitment .top .col {
	padding: 0 2px;
}
.recruitment-page .recruitment li.now .top,
.recruitment-page .recruitment li .top {
	background: #f3f3f3;
	font-size: 1.4rem;
}
.recruitment-page .recruitment li .cont {
	padding: 10px;
	font-size: 1.4rem;
	line-height: 24px;
}
.recruitment-page .address {
	font-size: 1.4rem;
	margin-top: 40px;
}
.product-menu {
	padding: 30px 0;
	display: grid;
}
.product-menu.g2{
	grid-template-columns: repeat(2,1fr);
}
.product-menu.g3{
	grid-template-columns: repeat(3,1fr);
}
.product-menu.g4{
	grid-template-columns: repeat(4,1fr);
}
.product-menu.g5{
	grid-template-columns: repeat(5,1fr);
}
.product-menu a {
	display: block;
	margin: 0 5px 30px 5px;
}
.product-menu a .icon {
	width: 50px;
	height: 50px;
}
.product-menu a p {
	font-size: 1.4rem;
	margin-top: 10px;
}
.product-list ul {
	margin: 0 -5px;
}
.product-list li {
	width: 100%;
	float: none;
	padding: 0 5px;
	margin-bottom: 30px;
}
.product-list li a::before,
.product-list li a::after {
	height: 2px;
}
.product-list li .picc {
	width: 200px;
	height: 200px;
}
.product-list li .cont {
	padding: 0 0 10px 220px;
}
.product-list li .tit {
	font-size: 1.6rem;
}
.product-list li .txt {
	margin: 10px 0;
	line-height: 24px;
}
.product-list li .btn {
	display: none;
}
@media only screen and (max-width: 650px){
	.product-list li .picc {
		width: 100%;
		height: auto;
		float: none;
	}
	.product-list li .cont {
		padding: 20px 0;
	}
}
.product-page .introduction .pic {
	width: 100%;
	float: none;
	text-align: center;
}
.product-page .introduction .cont {
	width: 100%;
	float: none;
	margin-top: 30px;
}
.product-page .introduction .title {
	font-size: 2rem;
}
.product-page .introduction .title small {
	font-size: 1.4rem;
}
.product-page .introduction .btn {
	margin-top: 20px;
}
.product-page .details .title {
	padding: 20px 10px;
}
.product-page .details .article {
	padding: 20px 10px;
}
.product-page .details .article .row {
	margin-bottom: 20px;
}
.product-page .details .article .titl {
	font-size: 1.6rem;
}
.product-page .details .article .titl span {
	border-bottom: solid 2px #2d6bbc;
}
.contact-page{
	padding: 40px 0;
}
.contact-page .address a ,
.contact-page .address {
	font-size: 1.6rem;
}
.contact-page .address .col {
	margin-bottom: 22px;
	line-height: 30px;
}
.contact-page .address .tit {
	min-width: 110px;
	background: no-repeat 0 5px;
}
.contact-page .map {
	margin: 40px 0;
}
.contact-page .message {
	padding: 30px 20px;
	margin: 0;
}
.contact-page .message .hello {
	font-size: 1.4rem;
}
.contact-page .message .row {
	margin: 0 -5px;
}
.contact-page .message .row .col {
	padding: 0 5px;
}
.contact-page .message input[type="text"],
.contact-page .message textarea {
	font-size: 1.4rem;
	padding: 10px;
}
.contact-page .message textarea {
	height: 120px;
}
.contact-page .message .tips {
	font-size: 1.4rem;
	margin: 10px 0;
}














} /* Less than 1200 */
