
@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%;}
.sm-order1{order: 1; }
.sm-order2{order: 2; }
.sm-order3{order: 3; }
.sm-order4{order: 4; }
.sm-order5{order: 5; }
.sm-order6{order: 6; }
.sm-order7{order: 7; }
.sm-order8{order: 8; }
.sm-order9{order: 9; }
.rbtn::after {
	display: none;
}
.lzpic2{
	display: block;
}
.lzpic1{
	display: none;
}
.wrapper {
	padding-top: 50px;
}
.header {
	height: 50px;
	z-index: 105;
	padding: 0;
	padding: 0 50px 0 3%;
}
.header.top {
	top: -60px;
}
.header .logo {
	height: 28px;
	margin-top: 11px;
}
.header .rightbtn {
	margin-top: 10px;
	line-height: 30px;
	border-radius: 30px;
}
.header .search-box .search-btn {
	width: 40px;
	height: 30px;
	background-position: center;
}
.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;
}
.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 .language .tit {
	height: 30px;
	line-height: 30px;
	padding: 0 26px 0 10px;
	font-size: 1.4rem;
	background-position: right 10px center;
}
.header .language li a:hover {
	background: 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: #00aa9c;
	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-y: auto;
	position: fixed;
	right: -260px;
	top: 0;
	bottom: 0;
	z-index: 105;
	background: #fff;
	margin: 0;
	padding: 0;
	padding: 0 0 20px 0;
	text-align: left;
}
.header .nav .tit {
	display: block;
	font-size: 30px;
	font-weight: bold;
	color: #00aa9c;
	text-align: center;
	padding: 20px 0;
}
.header .nav > ul{
	display: block;
}
.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;
	padding: 0;
	border-bottom: solid 1px #ccc;
	font-size: 1.8rem;
	color: #333;
	text-indent: 20px;
}
.header .nav > ul > li.on > a,
.header .nav > ul > li.on:hover > a{
	color: #00aa9c;
	border-color: #00aa9c;
}
.header .nav > ul > li .arrow{
	width: 60px;
	height: 60px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	display: block;
	background: url(../image/arrow1.png) no-repeat center;
}
.header .nav > ul > li.now .arrow{
	background-image: url(../image/arrow2.png);
}
.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%);
	border: none;
	padding: 0;
	background: #eee;
}
.header .nav .sub li a:hover ,
.header .nav .sub li a {
	display: block;
	height: 50px;
	line-height: 50px;
	text-align: left;
	font-size: 1.6rem;
	color: #333;
	padding: 0;
	text-indent: 30px;
	background: none;
	border-bottom: solid 1px #ddd;
}
.header .nav .m3 .sub{ min-width:150px; padding-left:0; padding-top:10px; padding-bottom:10px;}
.header .nav .m3 .sub .imgs{ display:none;}
.header .nav .m3 .sub .cons{ padding-left:0; border-left:0;}
.header .nav .m3 .sub .cons dd{ float:none; width:100%;}
.header .nav .m3 .sub .cons dd a{ text-indent:30px;}
.header .nav .m3 .sub .cons dd .h4 a{ margin-top:10px; text-indent:20px;}
.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{
	text-align: center;
}
.footer::after {
	display: none;
}
.footer .right ,
.footer .link-list {
	width: 100%;
	float: none;
	padding: 0;
}
.footer .link-list .list {
	width: 100%;
	float: none;
	border-bottom: solid 1px #ddd;
}
.footer .link-list .tit {
	font-size: 1.8rem;
	height: 44px;
	line-height: 44px;
	color: #333;
	display: block;
}
.footer .link-list ul {
	margin-top: 0;
	display: none;
	padding: 0 0 10px 0;
}
.footer .link-list li {
	line-height: normal;
	margin: 0;
}
.footer .link-list li a {
	height: 40px;
	line-height: 40px;
	display: block;
}
.footer .link-list li a:hover {
	color: #696a6b;
}
.footer .right {
	max-width: 400px;
	text-align: left;
	margin: 20px auto;
}
.footer .logo {
	display: block;
}
.footer .contact {
	line-height: 20px;
	font-size: 1.4rem;
}
.footer .contact a {
	font-size: 1.4rem;
}
.footer .share a {
	margin: 0 10px 0 0;
}
.footer .bottom {
	font-size: 1.4rem;
	line-height: 24px;
	padding: 10px 0;
}
.footer .bottom a {
	font-size: 1.4rem;
}
.footer .bottom a:hover {
	color: #666;
}
.footer .bottom .l,
.footer .bottom .r{
	float: none;
}
.nav-block {
	right: 0;
	width: 60px;
	bottom: 280px;
	font-size: 1.2rem;
}
.return-top {
	background-position: center 10px;
	padding: 56px 0 10px 0;
}
.return-top:hover {
	background-color: #00aa9c;
}
.pctitle .title {
	font-size: 2.2rem;
}
.pctitle .slogan {
	line-height: 22px;
	font-size: 1.4rem;
}
.pctitle .line {
	width: 150px;
}
.main .banner .text .p1 {
	font-size: 4rem;
}
.main .banner .text .p2 {
	font-size: 1.6rem;
}
.main .solution {
	padding: 50px 0 1px 0;
}
.main .solution ul {
	padding: 0;
	margin: 50px -5px 0 -5px;
}
.main .solution ul li {
	width: 50%;
	padding: 0 5px;
}
.main .solution ul li:nth-child(5n+1) {
	clear: none;
}
.main .solution ul li:nth-child(2n+1) {
	clear: left;
}
.main .solution ul li i {
	width: 67px;
}
.main .solution ul li p {
	font-size: 1.4rem;
}
.main .videolayer {
}
.main .videolayer::after {
	width: 66px;
	height: 66px;
}
.main .application .pctitle {
	margin: 50px 0;
}
.main .application .content {
	display: block;
}
.main .application .right ,
.main .application .left {
	width: 100%;
	float: none;
	padding: 0;
	min-height: auto;
	display: block;
}
.main .application .tab {
	max-width: none;
	float: none;
}
.main .application .tab ul {
	padding: 10px;
}
.main .application .tab li {
	padding: 10px;
}
.main .application .tab li span {
	font-size: 1.4rem;
	line-height: 20px;
	padding: 14px 5px;
}
.main .application .tab li i {
	margin: -4px 6px 0 0;
	width: 18px;
}
.main .application .list li {
	padding: 0 5px;
	display: block;
}
.main .application .list li .tit {
	font-size: 1.4rem;
	margin: 20px 0;
	overflow:hidden;
	display:-webkit-box;
	-webkit-line-clamp:3;
	-webkit-box-orient:vertical;
	word-break:break-all
}
.main .application .list li .rbtn:hover ,
.main .application .list li:hover .rbtn ,
.main .application .list li .rbtn {
	min-width: 100px;
	height: 40px;
	line-height: 38px;
	padding: 0 5px;
	border: solid 1px #c2c2c2;
	font-size: 1.4rem;
	color: #6a6a6a;
	opacity: 1;
	filter: alpha(opacity=100);
	top: 0;
}
.main .marketing {
	padding: 50px 0;
}
.main .marketing .content {
	margin-top: 50px;
}
.container .banner.sm-full .lzpic2 {
	height: 300px;
}
.container .banner .text .p1 {
	font-size: 3rem;
}
.container .banner .text .p2 {
	font-size: 1.8rem;
}
.container .banner .text .p3 { font-size:3rem; line-height:1.8;}
.container .banner .text .p4 { font-size:1.8rem; line-height:1.6;}
.container .pctitle .title {
	font-size: 2.2rem;
}
.container .pctitle .slogan {
	line-height: 22px;
	font-size: 1.4rem;
}
.container .swiper-button-prev,
.container .swiper-button-next {
	width: 30px;
	height: 30px;
	margin-top: -15px;
	background-size: 6px auto;
}
.container .sidebar {
	display: none;
}
.container .contentleft{
	padding: 0;
}
.column-menu{
	position: relative;
}
.column-menu .menu {
	float: left;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 80;
}
.column-menu .menu .btn{
	display: block;
	width: 50px;
	height: 50px;
	background: url(../image/menu.png) no-repeat center;
	background-size: 30px auto;
}
.column-menu .menu > ul {
	position: absolute;
	left: 0;
	top: 50px;
	z-index: 90;
	background: #fff;
	width: 100vw;
	border-top: solid 1px #eee;
	text-align: center;
	display: none;
}
.column-menu .menu > ul > li {
	float: none;
	margin: 0;
}
.column-menu .menu > ul > li:hover > a ,
.column-menu .menu > ul > li > a {
	height: 50px;
	line-height: 50px;
	color: #666;
	border-bottom: solid 1px #eee;
}
.column-menu .menu > ul > li.on > a {
	border-bottom: solid 1px #00aa9c;
	color: #00aa9c;
}
.column-menu .menu > ul > li.more > a {
	padding: 0;
	background-position: right 12px center;
}
.column-menu .menu > ul > li.more.now > a {
	background-image: url(../image/arrow4.png);
}
.column-menu .menu .sub {
	position: static;
	top: 0;
	height: auto;
	border-top: none;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.05);
	background: #eee;
}
.column-menu .menu .sub ul {
	position: static;
	left: 0;
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
}
.column-menu .menu .sub li {
	float: none;
	padding: 0;
}
.column-menu .menu .sub li a:hover ,
.column-menu .menu .sub li a {
	height: 50px;
	line-height: 50px;
	color: #888;
	border-bottom: solid 1px #ddd;
}
.column-menu .crumbs {
	line-height: 50px;
	padding-left: 20px;
}
.column-menu .crumbs .tit{
	display: none;
}
.paging .text {
	min-width: 80px;
	padding: 0 10px;
}
.prevnext p {
	margin: 10px 0;
}
a.anchor{
	top: -60px;
}
.about-page .about {
	padding: 50px 0;
}
.about-page .about .videobox {
	width: 100%;
	max-width: 600px;
	float: none;
	margin: 0 auto;
	padding: 0 50px 50px 0;
}
.about-page .about .videobox .video {
	max-width: 500px;
}
.about-page .about .content {
	width: 100%;
	float: none;
	padding-top: 20px;
	margin-top: 40px;
}
.about-page .about .content .title {
	line-height: 30px;
	font-size: 2rem;
}
.about-page .about .content .entit {
	margin-top: -20px;
	padding-left: 120px;
}
.about-page .about .content .text {
	margin-top: 40px;
	line-height: 30px;
	font-size: 1.4rem;
}
.about-page .culture {
	padding: 40px 3%;
}
.about-page .culture .content {
	margin-top: 40px;
}
.about-page .culture .content .swiper-button-prev,
.about-page .culture .content .swiper-button-next {
	bottom: 30%;
	top: auto;
}
.about-page .culture .content .swiper-button-prev {
	-webkit-transform: translate(-190px, 0);
	-moz-transform: translate(-190px, 0);
	-ms-transform: translate(-190px, 0);
	-o-transform: translate(-190px, 0);
	transform: translate(-190px, 0);
}
.about-page .culture .content .swiper-button-next {
	-webkit-transform: translate(190px, 0);
	-moz-transform: translate(190px, 0);
	-ms-transform: translate(190px, 0);
	-o-transform: translate(190px, 0);
	transform: translate(190px, 0);
}
.about-page .culture .content .swiper-slide {
	max-width: 350px;
	width: 100%;
	padding-right: 50px;
}
.about-page .culture .content .swiper-slide .cont {
	padding: 30px 20px;
}
.about-page .culture .content .swiper-slide .tit {
	font-size: 2rem;
}
.about-page .culture .content .swiper-slide .txt {
	line-height: 20px;
	font-size: 1.2rem;
	margin-top: 14px;
}
.about-page .culture .content .swiper-slide .number {
	font-size: 6rem;
	margin-right: -20px;
	margin-top: 0px;
}
.about-page .culture .content .swiper-slide .pic {
	margin-right: -70px;
	margin-top: -30px;
}
.about-page .history {
	min-height: auto;
	padding: 50px 0 400px 0;
	background-size: 1200px auto;
}
.about-page .history .content {
	margin-top: 50px;
}
.about-page .history .top .swiper-slide {
	font-size: 1.6rem;
}
.about-page .history .gallery-top{
	padding: 0 10px;
}
.about-page .history .gallery-top .swiper-slide {
	max-width: 350px;
	width: 100%;
}
.about-page .history .gallery-top .swiper-slide .year {
	font-size: 10rem;
}
.about-page .history .gallery-top .swiper-slide .cont {
	margin-top: -50px;
}
.about-page .history .gallery-top .swiper-slide .pic {
	width: 100%;
	float: none;
	padding: 0 10px 10px 0;
}
.about-page .history .gallery-top .swiper-slide .pic::after {
	top: 10px;
	left: 10px;
}
.about-page .history .gallery-top .swiper-slide .text {
	width: 100%;
	float: none;
	font-size: 1.6rem;
	padding-left: 0;
	margin-top: 20px;
}
.about-page .history .gallery-top .swiper-slide .text li {
	margin-bottom: 10px;
	padding-left: 14px;
}
.about-page .history .gallery-top .swiper-slide .text li::after {
	width: 6px;
	height: 6px;
	top: 12px;
}
.about-page .factory .content {
	padding: 0;
}
.about-page .marketing {
	padding: 50px 0 200px 0;
	min-height: auto;
	background-size: 1200px auto;
}
.about-page .marketing .content {
	margin-top: 50px;
}
.human-resources .developing {
	padding: 50px 0;
}
.human-resources .developing .row {
	padding: 0;
	margin-bottom: 50px;
}
.human-resources .developing .row:nth-child(even) .pic ,
.human-resources .developing .pic {
	width: 100%;
	max-width: 500px;
	float: none;
	padding: 0 0 20px 20px;
	margin: 0 auto;
}
.human-resources .developing .pic::after {
	top: 20px;
	right: 20px;
}
.human-resources .developing .row:nth-child(even) .cont ,
.human-resources .developing .cont {
	width: 100%;
	float: none;
	margin-top: 40px;
}
.human-resources .developing .title {
	font-size: 2rem;
}
.human-resources .developing .entit {
	line-height: 30px;
	font-size: 3rem;
	padding-left: 100px;
	margin-top: -20px;
	margin-bottom: 30px;
}
.human-resources .environment {
	padding: 50px 0;
}
.human-resources .environment .content {
	margin-top: 40px;
}
.human-resources .environment .content li {
	width: 50px;
}
.human-resources .environment .content li.on .text {
	bottom: 10px;
	padding: 0 10px;
}
.human-resources .environment .content img {
	width: 1200px;
	min-width: 1200px;
}
@media only screen and (max-width: 600px){
	.human-resources .environment .content img {
		width: 600px;
		min-width: 600px;
	}
}
.human-resources .environment .content .text {
	padding: 0 10px;
	font-size: 1.2rem;
}
.human-resources .environment .content .text .tit {
	font-size: 2rem;
	margin-bottom: 10px;
}
.human-resources .environment .content .text .txt {
	min-width: 400px;
}
.human-resources .staff {
	padding: 50px 0;
}
.human-resources .staff .wrap{
	max-width: 600px;
}
.human-resources .staff .left {
	width: 100%;
	float: none;
	padding: 0 0 20px 0;
}
.human-resources .staff .right {
	width: 100%;
	float: none;
	padding: 0;
}
.human-resources .staff .right li {
	width: 100%;
}
.human-resources .staff .box .text {
	padding: 0 10px 10px 10px;
}
.human-resources .staff .box .tit {
	font-size: 2rem;
}
.recruitment-page {
	padding: 50px 0;
}
.recruitment-list li .title {
	padding: 10px 40px 10px 10px;
	background-position: right 10px center;
}
.recruitment-list li .info {
	padding: 10px;
}
@media only screen and (max-width: 600px){
	.recruitment-list li .info .col{
		width: 100%;
	}
}
.recruitment-list li .article {
	padding: 10px;
}
.recruitment-list li .contact {
	line-height: 24px;
	padding: 20px 10px;
}
.recruitment-list li .contact .rbtn {
	margin: 0 0 20px 0;
}
.recruitment-list li .contact p{
	clear: both;
}
.application-page {
	padding-top: 50px;
}
.application-page .safety {
	margin-top: 50px;
	display: block;
}
.application-page .safety .cont {
	width: 100%;
	display: block;
	font-size: 1.4rem;
}
.application-page .safety .cont .tit {
	font-size: 2rem;
	margin-bottom: 30px;
}
.application-page .safety .pic {
	width: 100%;
	padding: 0;
	margin-top: 30px;
	text-align: center;
	display: block;
}
.application-page .field {
	/*margin: 50px 0;*/
}
.application-page .field .title {
	font-size: 2rem;
	color: #000;
}
.application-page .field ul {
	margin: 30px -5px 0 -5px;
}
.application-page .field ul li {
	width: 50%;
	padding: 0 5px;
}
.application-page .field ul li:nth-child(4n+1) {
	clear: none;
}
.application-page .field ul li:nth-child(2n+1) {
	clear: left;
}
.application-page .field ul li .tit {
	height: 50px;
	line-height: 50px;
	font-size: 1.4rem;
}
.application-page .parameter {
	padding: 50px 0;
	display: block;
}
.application-page .parameter .cont {
	width: 100%;
	line-height: 30px;
	font-size: 1.4rem;
	display: block;
}
.application-page .parameter .cont .row {
	margin-bottom: 40px;
	display: block;
}
.application-page .parameter .cont .tit {
	font-size: 2rem;
}
.application-page .parameter .cont .txt {
	display: block;
	margin-top: 20px;
	padding-left: 0;
}
.application-page .parameter .cont ul li {
	width: 50%;
}
.application-page .parameter .cont ul li:nth-child(3n+1) {
	clear: none;
}
.application-page .parameter .cont ul li:nth-child(2n+1) {
	clear: left;
}
.application-page .parameter .pic {
	width: 100%;
	display: block;
	text-align: center;
	margin-top: 30px;
}
.ability-page .pctitle .slogan {
	margin-top: 30px;
}
.ability-page .honor ,
.ability-page .quality ,
.ability-page .ability,
.ability-page .produce {
	padding: 50px 0;
}
.ability-page .honor .content ,
.ability-page .quality .content ,
.ability-page .ability .content,
.ability-page .produce .content {
	margin-top: 50px;
}
.ability-page .ability .content .box,
.ability-page .produce .content .box {
	padding: 20px;
}
.ability-page .ability .content .tit,
.ability-page .produce .content .tit {
	font-size: 2rem;
}
.ability-page .ability .content .txt,
.ability-page .produce .content .txt {
	margin-top: 20px;
}
.ability-page .quality .row {
	padding: 20px;
	display: block;
}
.ability-page .quality-swiper-box .quality-cont {
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 1.6rem;
  line-height: 1.4em;
}
.ability-page .quality-swiper-box .box {
  font-size: 1.6rem;
}
.ability-page .quality-swiper-box .box .txt {
  margin-top: 8px;
}
.ability-page .quality-swiper-box .img-box {
	border-width: .2rem;
}
.ability-page .quality-swiper-box .swiper-pagination {
  margin-top: 8px;
  margin-bottom: 10px;
}
.ability-page .quality .row:nth-child(even) .pic ,
.ability-page .quality .row .pic ,
.ability-page .quality .row:nth-child(even) .cont ,
.ability-page .quality .row .cont {
	width: 100%;
	float: none;
	padding: 0;
}
.ability-page .quality .row:nth-child(even) .pic ,
.ability-page .quality .row .pic {
	margin-bottom: 30px;
	text-align: center;
}
.ability-page .quality .row .cont .tit {
	font-size: 2rem;
	margin-bottom: 20px;
}
.ability-page .quality .row .cont .p1 {
	line-height: 30px;
	font-size: 1.6rem;
}
.ability-page .quality .row .cont .p2,
.ability-page .quality .row .cont .p3 {
	margin: 20px 0;
}
.ability-page .honor .content {
	padding: 40px 20px;
}
.ability-page .supply .pctitle {
	padding: 30px 0;
}
.ability-page .supply .content {
	padding: 40px 0;
}
.ability-page .supply .content .box {
	padding: 20px;
}
.ability-page .supply .content .tit {
	font-size: 2rem;
}
.ability-page .supply .content .txt {
	margin-top: 20px;
}
.ability-page .cooperation {
	padding: 20px 0;
}
.ability-page .cooperation ul li {
	width: 33.333%;
	padding: 10px;
}
.ability-page .cooperation ul li:nth-child(6n+1) {
	clear: none;
}
.ability-page .cooperation ul li:nth-child(3n+1) {
	clear: left;
}
.ability-page .cooperation ul li a {
	height: 60px;
	line-height: 60px;
}
.news-page.pg90 {
	padding: 30px 0 50px 0;
}
.news-page .morebtn {
	width: 150px;
	height: 44px;
	line-height: 42px;
	margin-top: 20px;
}
.news-page .morebtn:hover {
	border-color: #ccc;
	color: #888888;
}
.news-page .company,
.news-page .industry,
.news-page .videobox {
	padding: 50px 0;
}
.news-page .company .headlines .swiper-pagination {
	width: 100%;
	bottom: 10px;
	text-align: center;
}
.news-page .company .headlines .swiper-pagination .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	margin: 0 4px;
}
.news-page .company .headlines .swiper-slide .pic {
	position: static;
	right: 0;
}
.news-page .company .headlines .swiper-slide .pic img {
	display: block;
}
.news-page .company .headlines .swiper-slide .pic a {
	background: none;
}
.news-page .company .headlines .swiper-slide .pic a:hover {
	transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
}
.news-page .company .headlines .swiper-slide .cont {
	width: 100%;
	float: none;
	padding: 20px 20px 40px 20px;
}
.news-page .company .headlines .swiper-slide .tit {
	line-height: 30px;
	height: 60px;
	font-size: 1.8rem;
}
.news-page .company .headlines .swiper-slide .tit a {
	font-size: 1.8rem;
}
.news-page .company .headlines .swiper-slide .txt {
	margin: 20px 0;
}
.news-page .company ul {
	margin: 40px -10px 0 -10px;
}
.news-page .company ul li {
	width: 50%;
	padding: 0 10px;
	margin-bottom: 20px;
}
.news-page .company ul li:nth-child(3n+1) {
	clear: none;
}
.news-page .company ul li:nth-child(2n+1) {
	clear: left;
}
.news-page .company ul li a {
	padding: 20px;
}
.news-page .company ul li .tit {
	font-size: 1.8rem;
}
.news-page .company ul li .date {
	font-size: 2rem;
	margin: 10px 0;
}
.news-page .industry ul {
	margin: 40px -10px 0 -10px;
}
.news-page .industry ul li {
	padding: 0 10px;
	margin-bottom: 30px;
}
.news-page .industry ul li .tit {
	margin: 14px 0;
}
@media only screen and (max-width: 700px){
	.news-page .industry ul li,
	.news-page .company ul li{
		width: 100%;
	}
}
.news-page .videobox .morebtn {
	margin-top: 40px;
}
.news-page .videobox .swiper-button-prev {
	left: 10px;
	margin-top: -44px;
}
.news-page .videobox .swiper-button-next {
	right: 10px;
	margin-top: -44px;
}
.video-page {
	padding: 50px 0;
}
.video-page .video-list {
	margin-top: 50px;
}
.video-list ul{
	margin: 0 -5px;
}
.video-list li {
	width: 50%;
	margin-bottom: 20px;
	padding: 0 5px;
}
.video-list li:nth-child(3n+1) {
	clear: none;
}
.video-list li:nth-child(2n+1) {
	clear: left;
}
.video-list .swiper-slide .pic,
.video-list li .pic {
	margin-bottom: 14px;
}
.video-list .swiper-slide .pic::after,
.video-list li .pic::after {
	width: 33px;
	height: 33px;
}
.video-list .swiper-slide .tit,
.video-list li .tit {
	font-size: 1.6rem;
}
.news-list li a {
	padding: 20px 0;
}
.news-list li .pic {
	width: 200px;
}
.news-list li .text {
	padding-right: 220px;
}
.news-list li .tit {
	font-size: 1.6rem;
}
.news-list li .date {
	font-size: 1.6rem;
	margin: 10px 0;
}
.news-list li .btn {
	display: none;
}
.news-page .paging {
	margin-top: 40px;
}
@media only screen and (max-width: 650px){
	.news-list li .pic{
		width: 100%;
		float: none;
	}
	.news-list li .text {
		padding: 0;
		margin-top: 20px;
	}
}
.news-details {
	padding: 50px 0;
}
.news-details .details .title {
	font-size: 2rem;
}
.news-details .details .info {
	font-size: 1.4rem;
}
.news-details .details .article {
	margin: 30px 0;
	padding: 30px 0;
	font-size: 1.4rem;
}
.news-details .prevnext {
	float: none;
}
.news-details .return {
	float: none;
	margin-top: 30px;
}
.share-fixed{
	display: none;
}
.contact-page {
	padding: 50px 0;
}
.contact-page .row {
	margin: 0 -10px;
}
.contact-page .row .col {
	padding: 0 10px;
}
.contact-page .title {
	font-size: 2.2rem;
}
.contact-page .contact .thank {
	margin: 20px 0 30px 0;
}
.contact-page .map {
	margin: 40px 0;
}
.contact-page #allmap,
.contact-page iframe {
	height: 400px;
}
.contact-page .branch .tab {
	margin-top: 30px;
	max-width: 100%;
	overflow-x: auto;
}
.contact-page .branch .tab li {
	margin-right: 30px;
}
.contact-page .branch .add {
	margin: 24px 0;
}
.contact-page .branch .row .col {
	margin: 10px 0;
}
.contact-page .message {
	margin-top: 40px;
}
.contact-page .message .row .col {
	margin-bottom: 10px;
}
.contact-page .message input[type="text"],
.contact-page .message textarea {
	padding: 10px;
}
.contact-page .message textarea {
	height: 100px;
}
.contact-page .message .btn input,
.contact-page .message .btn button,
.contact-page .message .btn a {
	width: 140px;
	height: 50px;
	line-height: 50px;
	margin-right: 10px;
}
.single-page{
	padding: 50px 0;
}
.siteMap {
	padding: 30px 0;
}
.siteMap .row {
	margin-bottom: 30px;
}
.siteMap .row .tit {
	height: 40px;
	line-height: 40px;
	font-size: 1.6rem;
}
.siteMap .row ul li{
	width: 25%;
}
.siteMap .row ul li a {
	height: 34px;
	line-height: 34px;
	font-size: 1.4rem;
}
@media only screen and (max-width: 600px){
	.siteMap .row ul li {
		width: 50%;
	}
}

/*产品*/
.main .product .pctitle {
	margin: 50px 0 36px 0;
}
.product .morebtn {
	width: 150px;
	height: 44px;
	line-height: 42px;
	margin-top: 20px;
}
.product .morebtn:hover {
	border-color: #ccc;
	color: #888888;
}
.main .product ul{ padding-bottom:1%;}
.main .product ul li { width:49%; margin-bottom:2%;}
.main .product ul li:nth-child(2n+0){ margin-right:0;}
.main .product ul li .bgs{ background-position:center top 36%;}
.main .product ul li .bgs i{ margin-top:33%;}
/*首页新闻*/
.news_bg .pctitle{ margin: 50px 0 36px 0;}
.news_bg .morebtn {
	width: 150px;
	height: 44px;
	line-height: 42px;
	margin-top: 20px;
}
.news_bg .morebtn:hover {
	border-color: #ccc;
	color: #888888;
}
@media only screen and (max-width: 600px){
/*产品*/
.main .product ul li .txts .p{ font-size:14px;}
.main .product ul li .txts .h4{ font-size:18px;}
/*首页新闻*/
.news_bg .ul li{ float:none; width:100%; margin-right:0;}
.news_bg .ul li .boxs{ max-width:560px;}
}
@media only screen and (max-width: 420px){
/*产品*/
.main .product .pctitle {margin: 40px 0 16px 0;}
.main .product ul li .imgs{ margin-bottom:88px;}
.main .product ul li .txts .p{ font-size:13px;height:28px; line-height:28px;}
.main .product ul li .txts .h4{ font-size:16px; height:28px; line-height:28px; margin-top:12px;}
.main .product ul li .txts{ height:88px;}
.main .product ul li .bgs{ background-size:auto 40px; background-position:center top 30%;}
.main .product ul li .bgs i{ margin-top:27.5%;}
/*首页新闻*/
.news_bg .pctitle{ margin: 40px 0 16px 0;}
.news_bg .ul li .h3{ font-size:16px; margin-top:15px;}
.news_bg .ul li .p{ font-size:13px; line-height:24px; height:48px; margin-top:8px;}
.news_bg .ul li .date{ font-size:13px; line-height:24px; margin-bottom:20px; margin-top:8px;}
}
@media only screen and (max-width: 380px){
/*产品*/
.main .product ul li .imgs{ margin-bottom:68px;}
.main .product ul li .txts .p{ font-size:12px;height:24px; line-height:24px;}
.main .product ul li .txts .h4{ font-size:15px; height:24px; line-height:24px; margin-top:10px;}
.main .product ul li .txts{ height:68px;}

}

/*产品中心*/
/*.product_nav ul li .childer{width: calc(100% - 140px);width: -webkit-calc(100% - 140px); width: -moz-calc(100% - 140px);}*/
.product_nav ul li .childer a{ margin-right:16px;}
.product_nav ul li .childer dl dd{ margin-right:30px;}
/*.product_nav ul li label{ width:140px;}*/
.product_pos{ font-size:16px; margin-top:38px;}
.product_pos a{ font-size:16px;}
.product_pos span{ font-size:14px;}
.product_pos em{ font-size:14px;}
.product_pos em b{ font-size:20px;}
.container .product-page .ul{ padding-bottom:1%; margin-top:38px;}
.container .product-page .ul li { width:49%; }
.container .product-page .ul li:nth-child(2n+0){ margin-right:0;}
.container .product-page .ul li .bgs{ background-position:center top 36%;}
.container .product-page .ul li .bgs i{ margin-top:33%;}
.youshi_ul ul li{ width:49%;}
.youshi_ul ul li:nth-child(2n+0){ margin-right:0;}
.youshi_ul ul li .bgs{ padding-top:50px;}
/*产品详细*/
.productDetails .information{ padding-top:20px; padding-bottom:20px;}
.productDetails .product_one_l{ width:470px;}
.productDetails .product_one_l .pro_big2{ margin-bottom:15px;}
.productDetails .information .conten{ padding-left:3%;}
.productDetails .information .conten .content_timgr{ width:470px; height:353px;}
.productDetails .information .conten .content_timgr img{ width:1000px; height:750px;}
.productDetails .information .h2{ margin-top:1%; font-size:26px;}
.productDetails .information .txt{ margin-top:3%; padding-top:3%; line-height:24px; font-size:14px; min-height:200px;}
.feedback_div .inputs2{ height:42px; line-height:42px; }
.product_t{ font-size:24px;}
@media only screen and (max-width: 1100px){
/*产品详细*/
.productDetails .information .conten .content_timgr{ display:none!important;}
.productDetails .product_one_l #drag_img{ display:none!important;}
.productDetails .information{ padding:20px; padding-left:0; padding-right:0;}
.productDetails .information .h2{ margin-top:4%; font-size:26px;}
.productDetails .information .txt{ margin-top:3%;}
}
@media only screen and (max-width: 960px){
/*产品详细*/
.productDetails .product_one_l{ width:100%; float:none;}
.productDetails .information .conten{ min-height:inherit; padding-left:0; margin-top:2%;}
.productDetails .information .txt{ min-height:inherit;}
.productDetails .information .bnts{ margin-top:5%;}
.productDetails .information .bnts .a{ height:44px; line-height:44px; font-size:16px;}


.feedback_div label{ margin-bottom:2%;}
.feedback_div .inputs2{ text-indent:16px;}
.feedback_div .textarea{ padding-left:16px;}
}
@media only screen and (max-width: 780px){
/*产品中心*/
.product_nav{ margin-top:20px; margin-bottom:40px;}
.product_nav ul li{ font-size:14px; padding-bottom:12px; padding-top:12px;}
.product_nav ul li .childer a{ margin-right:15px; font-size:14px;}
.product_nav ul li .childer dl dd{ margin-right:15px;}
.container .product-page .ul li .txts .h4{ font-size:18px;}
.container .product-page .ul li .bgs{background-position: center top 34%;}


}
@media only screen and (max-width: 640px){
/*产品中心*/
.product_nav ul li{ font-size:13px;}
/*.product_nav ul li .childer{width: calc(100% - 120px);width: -webkit-calc(100% - 120px); width: -moz-calc(100% - 120px);}*/
.product_nav ul li .childer a{ margin-right:12px; font-size:13px;}
.product_nav ul li .childer dl dd{ margin-right:12px;}
.product_nav ul li .childer dl dd .p a{ font-size:13px;}
/*.product_nav ul li label{ width:120px;}*/
.product_nav ul li .childer{width: calc(100% - 0px);width: -webkit-calc(100% - 0px); width: -moz-calc(100% - 0px);}
.product_nav ul li label{ float:none; width:100%; display:block;}

.product_pos{ font-size:14px; margin-top:28px;}
.product_pos a{ font-size:13px;}
.product_pos span{ font-size:13px;}
.product_pos em{ font-size:13px;}
.product_pos em b{ font-size:18px;}
.container .product-page .ul{ margin-top:28px;}
.container .product-page .ul li .txts .p{ font-size:14px;}
.container .product-page .ul li .txts .h4{ font-size:16px;}
.yema{ line-height:40px;}
.yema a{ width:40px; height:40px;}
.youshi_ul ul li{ width:100%; margin-right:0;}
.youshi_ul ul li .p{ min-height:inherit;}
.youshi_ul ul li .bgs{ padding-top:30px;}
.youshi_ul ul li .h4{ margin-top:5px; font-size:22px;}
.container .banner .text .p3 { font-size:2.6rem; line-height:1.6;}
.container .banner .text .p4 { font-size:1.6rem; line-height:1.5;}
/*产品详细*/
.productDetails .information{ padding:10px; padding-left:0; padding-right:0;}
.productDetails .information .h2{ font-size:24px; margin-top:5%;}
.productDetails .information .bnts .a{ height:36px; line-height:36px; font-size:14px; width:150px;}
.productDetails .information .bnts .a.bgs2{ background-position:left 30px center; text-indent:60px;}
.feedback_div .bnts2{ height:40px; }
.product_t{ font-size:20px;}
.product_two .product_two_con{ font-size:14px; line-height:26px;}
.product_two .product_two_con .h4{ font-size:16px;}
}
@media only screen and (max-width: 480px){
/*产品中心*/
.product_nav{ margin-top:10px; margin-bottom:20px;}
.product_nav ul li{ font-size:12px; padding-top:8px; padding-bottom:8px;}
.product_nav ul li .childer{/*width: calc(100% - 90px);width: -webkit-calc(100% - 90px); width: -moz-calc(100% - 90px);*/line-height:24px;}
.product_nav ul li .childer a{ margin-right:8px; font-size:12px;}
.product_nav ul li .childer dl dd{ margin-right:8px;}
.product_nav ul li .childer dl dd span{ line-height:24px; height:24px;}
.product_nav ul li .childer dl dd .p{ top:24px;}
.product_nav ul li .childer dl dd .p a{ font-size:12px;}
.product_nav ul li label{ /*width:90px;*/ line-height:24px; height:24px;}
.product_pos{ font-size:13px; margin-top:18px;}
.product_pos a{ font-size:12px;}
.product_pos span{ font-size:12px;}
.product_pos em b{ font-size:16px;}
.product_pos em{ margin-top:10px; float:none; display:block; text-align:right; font-size:12px;}
.container .product-page .ul{ margin-top:18px;}
.yema{ font-size:16px;}
.yema a.prev{ margin-right:10px;}
.yema a.next{ margin-left:10px;}
.youshi_ul ul li .h4{ font-size:20px; line-height:30px; margin-bottom:10px;}
.container .product-page .ul li .txts .h4{ font-size:15px;}
.container .product-page .ul li .txts .p{ font-size:13px;height:28px; line-height:28px;}
.container .product-page .ul li .bgs{background-position: center top 32%;}
.container .banner .text .p3 { font-size:2.2rem; }
.container .banner .text .p4 { font-size:1.4rem; }
/*产品详细*/
.productDetails .information .h2{ font-size:20px; line-height:30px;}
.productDetails .information .txt{ font-size:13px; line-height:22px;}

.feedback_div .divs{ float:none; width:100%; margin-bottom:3%;}
.feedback_div label.bgs2{ margin-bottom:2%;}
.feedback_div .inputs2{ height:40px; line-height:40px; text-indent:14px; }
.feedback_div .textarea{ padding:2%; padding-left:14px;}
.product_t{ font-size:18px;}
.product_two .product_two_con{ font-size:13px; line-height:22px;}
.product_two .product_two_con .h4{ font-size:15px;}
}
@media only screen and (max-width: 420px){
/*产品中心*/
/*.product_nav ul li .childer{width: calc(100% - 80px);width: -webkit-calc(100% - 80px); width: -moz-calc(100% - 80px);}
.product_nav ul li label{ width:80px;}*/
.container .product-page .ul li .imgs{ margin-bottom:80px;}
.container .product-page .ul li .txts .p{ font-size:12px;height:44px; line-height:22px;-webkit-line-clamp: 2; }
.container .product-page .ul li .txts .h4{ font-size:14px; height:56px; line-height:28px; margin-top:12px;}
.container .product-page .ul li .txts{ height:80px;}
.container .product-page .ul li .bgs{ background-size:auto 40px; background-position:center top 30%;}
.container .product-page .ul li .bgs i{ margin-top:27.5%;}
/*产品详细*/
.feedback_div label{ font-size:13px;}
.feedback_div .inputs2{ font-size:13px; height:36px; line-height:36px;}
.feedback_div .textarea{ font-size:13px;}
.feedback_div .bnts2{ height:36px;  font-size:14px;}
}

} /* Less than 1200 */
