@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%;}
.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;
}
.article {
	line-height: 24px;
	font-size: 1.4rem;
}
.wrapper {
	padding: 50px 0;
}
.header {
	height: 50px;
	z-index: 105;
	top: 0;
	left: 0;
	position: fixed;
}
.header .logo{
	height: 30px;
	margin-top: 10px;
}
.header .logo img{
	width: auto;
	height: 100%;
}
.header .slogan{
	display: none;
}
.header .language {
	margin: 0px 40px 0 0;
	background-position: center;
	padding: 0;
}
.header .language .tit.on,
.header .language .tit {
	width: 50px;
	height: 50px;
	display: block;
	padding: 0;
	background: none;
}
.header .language .tit span{
	display: none;
}
.header .language .list {
	top: 40px;
	width: 100px;
}
.header .language li a:hover {
	background: none;
}
.header .search-box {
	margin: 0;
	clear: none;
}
.header .search-box .search-btn {
	width: 50px;
	height: 50px;
	display: block;
	background: url(../images/search2.png) no-repeat center;
}
.header .search-box .search-bar {
	width: 100%;
	height: 50px;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 200;
	padding: 0;
	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 .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: #e50011;
	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;
}
.wrapper.shiftLeft {
	margin-left: -200px;
}
.wrapper.shiftLeft .header {
	left: -280px;
	z-index: 105;
}
.wrapper.shiftLeft .mainnav {
	right: 0;
}
.wrapper.shiftLeft .menu-btn span.line1 {
	top: 23px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
}
.wrapper.shiftLeft .menu-btn span.line2 {
	opacity: 0;
}
.wrapper.shiftLeft .menu-btn span.line3 {
	top: 23px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
}
.wrapper.shiftLeft .fixed-sidebar{
	right: 200px;
}
.wrapper,
.wrapper .header,
.wrapper .mainnav ,
.wrapper .fixed-sidebar{
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
}
.mainnav.fixed,
.mainnav {
	width: 280px;
	height: 100%;
	overflow: auto;
	position: fixed;
	left: auto;
	right: -280px;
	top: 0;
	bottom: 0;
	z-index: 200;
	background: #fff;
	margin: 0;
	padding: 0 0 20px 0;
}
.mainnav .wrap{
	width: 100%;
}
.mainnav .title {
	display: block;
	font-size: 30px;
	font-weight: bold;
	color: #e50011;
	text-align: center;
	padding: 20px 0;
}
.mainnav > ul > li {
	width: 100%;
	float: none;
	position: relative;
}
.mainnav > ul > li:hover >a,
.mainnav > ul > li > a {
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: left;
	padding: 0;
	border-bottom: solid 1px #bbb;
	color: #575757;
	background: none;
	text-indent: 20px;
}
.mainnav > ul > li.on > a:hover,
.mainnav > ul > li.on > a{
	background: none;
	color: #e50011;
	border-color: #e50011;
}
.mainnav > ul > li > a::before,
.mainnav > ul > li > a::after{
	display: none;
}
.mainnav > ul > li .btn{
	width: 50px;
	height: 50px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	display: block;
	background: url(../images/sub_btn1.png) no-repeat center;
}
.mainnav > ul > li.now .btn{
	background-image: url(../images/sub_btn2.png);
}
.mainnav .sub {
	position: static;
	top: 0;
	left: 0;
	padding: 0;
	transform: translate(0%, 0%);
	-webkit-transform: translate(0%,0%);
	-moz-transform: translate(0%,0%);
	-ms-transform: translate(0%,0%);
	-o-transform: translate(0%,0%);
}
.mainnav .sub .row {
	margin: 0;
}
.mainnav .sub .col:first-child ,
.mainnav .sub .col {
	border: none;
	background: no-repeat 14px 10px;
	padding: 10px 0;
}
.mainnav .sub .col:first-child a,
.mainnav .sub a {
	padding-left: 50px;
	line-height: 26px;
	margin-bottom: 10px;
	font-size: 1.6rem;
}
.mainnav .sub .tit {
	font-size: 1.6rem;
}
.mainnav .sub li {
	margin-bottom: 5px;
}
.mainnav .sub li a {
	font-size: 1.6rem;
 }
 .footer{
	text-align: center;
 }
.footer .content {
	padding: 0 20px;
}
.footer .content .wrap{
	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;
}
.footer .about {
	float: none;
	margin: 20px auto;
	max-width: 254px;
	text-align-last: left;
	order: 2;
}
.footer .contact {
	margin-top: 20px;
}
.footer .social-share .tit {
	line-height: 38px;
}
.footer .social-share a {
	margin: 0 4px;
}
.footer .qrcode {
	float: none;
	margin: 10px auto;
	order: 3;
}
.footer .link-list {
	padding: 0;
	order: 1;
}
.footer .link-list .list {
	font: none;
	width: 100%;
}
.footer .link-list .tit {
	height: 40px;
	line-height: 40px;
	padding: 0;
	margin: 0;
}
.footer .link-list .tit::before,
.footer .link-list .tit::after {
	width: 100%;
}
.footer .link-list .tit::after {
	width: 20%;
	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);
}
.footer .link-list .tit a {
 height: 40px;
	line-height: 40px;
	display: block;
}
.footer .link-list ul{
	padding: 10px 0;
	border-bottom: solid 1px #473745;
	display: none;
}
.footer .link-list li {
	padding: 0;
}
.footer .link-list li a {
	height: 30px;
	line-height: 30px;
	display: block;
}
.footer .link-list li a:hover {
	color: #adadad;
}
.footer .friendship,
.footer .copy {
	padding: 10px 0;
	font-size: 1.2rem;
}
.footer .friendship a,
.footer .copy a{
	font-size: 1.2rem;
}
.footer .friendship{
	text-align: left;
}
.footer .copy .l,
.footer .copy .r{
	text-align: center;
	float: none;
}
.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: none;
}
.fixed-sidebar li {
	width: 25%;
	float: left;
	margin: 0;
	border-left: solid 1px #eaeaea;
	border-top: none;
}
.fixed-sidebar li:first-child{
	border-left: none;
}
.fixed-sidebar li:hover> a,
.fixed-sidebar li > a  {
	height: 50px;
	padding-top: 4px;
	font-size: 1.2rem;
	 color: #666666;
	 background: #fff;
}
.fixed-sidebar li:hover>a i,
.fixed-sidebar li > a i {
	height: 18px;
	line-height: 18px;
	-webkit-filter: invert(0%) brightness(100%);
	-moz-filter: invert(0%) brightness(100%);
	-ms-filter: invert(0%) brightness(100%);
	-o-filter: invert(0%) brightness(100%);
	filter: invert(0%) brightness(100%);
}
.fixed-sidebar li > a p {
	margin-top: 4px;
}
.fixed-sidebar li .hide {
	top: auto;
	bottom: 50px;
	right: 50%;
	z-index: 50;
	-webkit-transform: translate(50%, 0);
	-moz-transform: translate(50%, 0);
	-ms-transform: translate(50%, 0);
	-o-transform: translate(50%, 0);
	transform: translate(50%, 0);
}
.fixed-sidebar li .phone {
	padding: 10px;
	margin: 0 0 10px 0;
}
.fixed-sidebar li .phone::after {
	content: " ";
	width: 8px;
	height: 13px;
	background: url(../images/sidebar_arrow1.png) no-repeat 0 0;
	position: absolute;
	right: 50%;
	top: auto;
	bottom: -10px;
	margin: 0 -6px 0 0;
	.-webkit-transform:rotate(90deg);
	-moz-transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	-o-transform:rotate(90deg);
	transform: rotate(90deg);
}
.banner .swiper-container-horizontal > .swiper-pagination-bullets,
.banner .swiper-pagination-custom,
.banner .swiper-pagination-fraction {
	bottom: 5px;
}
.banner .swiper-pagination-bullet {
	width: 6px;
	height: 6px;
	margin: 0 4px;
	border-radius: 3px;
}
.banner .swiper-pagination-bullet-active {
	width: 20px;
}
.pctitle {
	line-height: 24px;
	font-size: 2.2rem;
	padding-bottom: 20px;
}
.pctitle::before,
.pctitle::after {
	width: 150px;
}
.pctitle::after {
	width: 30px;
}
.pcmore {
	width: 160px;
	height: 50px;
	line-height: 50px;
}
.pcmore span {
	padding-right: 20px;
	background-position: right 20px center;
}
.pcmore:hover {
	border-color: #999999;
	color: #000;
}
.pcmore:hover span {
	background-image: url(../images/arrow4.png);
	background-position: right 20px center;
}
.pctitbg {
	right: 50%;
	height: 100px;
	margin-right: 40%;
}
.main .product{
	border-bottom: none;
}
.main .product .box {
	width: 50%;
	border-left: solid 1px #e9e9e9;
	border-bottom: solid 1px #e9e9e9;
}
.main .product .box::first-child {
	border-bottom: solid 1px #e9e9e9;
}
.main .product .box:nth-child(2n+1){
	clear: left;
}
.main .product .box a {
	height: 100px;
	line-height: 100px;
	border-bottom: solid 2px #FFF;
	text-align: left;
	padding-left: 8%;
}
.main .product .box i {
	margin: -4px 10px 0 0;
	width: 30px;
}
.main .product .box i img{
	max-width: 100%;
}
.main .product .box .tit {
	font-size: 1.4rem;
}
.main .technology li {
	width: 100%;
	margin-bottom: 20px;
}
.main .technology li .tit {
	bottom: 10px;
}
.main .about {
	margin-bottom: 40px;
	padding-top: 30px;
}
.main .about .content ,
.main .about .pic {
	width: 100%;
	font: none;
}
.main .about .pic {
	margin-top: 20px;
}
.main .about .text {
	margin: 30px 0;
}
.main .about .datashow li {
	line-height: 40px;
}
.main .about .datashow li .number {
	font-size: 2.4rem;
}
.main .about .datashow li .number sup {
	font-size: 2rem;
}
.main .about .datashow li .tit {
	font-size: 1.4rem;
}
.main .case {
	padding: 40px 0;
}
.main .case .row {
	margin: 0 -10px;
}
.main .case .col {
	padding: 10px;
}
.main .case .col .tit {
	height: 40px;
	line-height: 40px;
	padding: 0 14px;
}
.main .case .col .tit::after {
	right: 20px;
}
.main .case .pcmore {
	margin-top: 30px;
}
.main .news {
	margin: 20px 0 40px 0;
	padding-top: 20px;
}
.main .news ul {
	margin: 25px -10px 0 -10px;
}
.main .news li {
	width: 100%;
	padding: 10px;
}
.main .news li .pic {
	width: 140px;
	height: auto;
}
.main .news li .text {
	padding-left: 150px;
}
.main .news li .tit {
	height: 20px;
	line-height: 20px;
	font-size: 1.6rem;
}
.main .news li .txt {
	height: 40px;
	line-height: 20px;
	font-size: 1.4rem;
	margin: 8px 0;
}
.main .news li .date {
	line-height: 22px;
	font-size: 1.4rem;
}
.main .news .pcmore {
	margin-top: 30px;
}
.container .banner .lzpic2 {
	height: 200px;
}
.container .banner .tit {
	font-size: 2.2rem;
	padding-bottom: 20px;
}
.container .banner .tit::after {
	width: 40px;
	height: 2px;
}
.crumbs {
	height: 50px;
	line-height: 50px;
	padding-left: 0;
	background: none;
	font-size: 1.4rem;
	padding-right: 50px;
}
.crumbs a {
	font-size: 1.4rem;
}
.column-menu {
	position: relative;
}
.column-menu .menu .btn {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 80;
	display: block;
	width: 50px;
	height: 50px;
	background: url(../images/menu.png) no-repeat center #e50011;
	background-size: 32px auto;
}
.column-menu .menu ul{
	display: none;
	position: absolute;
	width: 100%;
	top: 50px;
	left: 0;
	z-index: 50;
	text-align: center;
	border-top: solid 1px #ddd;
}
.column-menu .menu li {
	float: none;
	margin: 0;
	background: #fff;
}
.column-menu .menu li.on a {
	color: #e50011;
	border-color: #e50011;
}
.column-menu .menu li a {
	display: block;
	height: 44px;
	line-height: 44px;
	border-bottom: solid 1px #ddd;
}
.contentl-r .pctitle2,
.pctitle2 {
	line-height: 24px;
	font-size: 2.2rem;
}
.pctitle2::after {
	height: 2px;
}
.paging {
	margin-top: 30px;
}
.paging li {
	margin: 0 2px;
}
.paging li a {
	width: 40px;
	height: 40px;
	line-height: 38px;
	font-size: 1.4rem;
}
.contentl-r {
  padding-bottom: 30px;
}
.contentl-c{
	padding: 30px 0;
}
.sidemenu {
	float: none;
	width: 100%;
  position: relative;
  margin-top: -20px;
}
.sidemenu .title {
  padding: 10px 14px;
  background: url(../images/menu.png) no-repeat right 10px center #e50011;
  background-size: 32px auto;
}
.sidemenu .title .tit {
  font-size: 1.8rem;
}
.sidemenu .title .en {
  font-size: 1.4rem;
}
.sidemenu .menu {
	display: none;
}
.sidemenu .menu li > a {
  line-height: 20px;
  padding: 12px;
  font-size: 1.6rem;
  background-position: right 10px center;
}
.sidemenu .menu .sub {
  padding: 0;
}
.sidemenu .menu .sub a {
  padding: 0 20px 0 40px;
  background-position: 20px center;
}
.sidemenu .support {
  display: none;
}
.r-content {
	padding: 0;
}
.about-page .tab {
	margin: 30px 0;
}
.about-page .tab li {
	width: 110px;
	height: 44px;
	line-height: 44px;
	font-size: 1.4rem;
	margin: 0 2px;
}
.about-page .recruitment,
.about-page .history,
.about-page .honor,
.about-page .introduction {
	padding: 40px 0;
}
.about-page .introduction .introduce .pic,
.about-page .introduction .introduce .text {
	float: none;
	width: 100%;
}
.about-page .introduction .introduce .pic {
	margin-top: 30px;
}
.about-page .introduction .introduce .pctitle2 {
	font-size: 2rem;
}
.about-page .introduction .videobox {
	margin-top: 24px;
}
.about-page .introduction .videobox .pic::after {
	width: 44px;
	height: 44px;
}
.about-page .honor .slogan {
	font-size: 1.4rem;
}
.about-page .honor .swiper-container {
	padding-bottom: 40px;
}
.about-page .honor .swiper-pagination .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	margin: 0 2px;
	border-radius: 5px;
}
.about-page .honor .swiper-slide a {
	padding: 14px;
	border-bottom: solid 2px #fff;
}
.about-page .honor .swiper-slide p {
	font-size: 1.4rem;
	margin-top: 14px;
}
.about-page .history .content {
	margin-top: 60px;
}
.about-page .history .swiper-slide .date {
	font-size: 2.2rem;
}
.about-page .history .swiper-slide .txt {
	line-height: 24px;
	font-size: 1.4rem;
}
.about-page .recruitment .info a ,
.about-page .recruitment .info {
	font-size: 1.4rem;
}
.about-page .recruitment .list .top {
	padding: 0;
}
.about-page .recruitment .list .top span:last-child ,
.about-page .recruitment .list .top span {
	width: 25%;
	line-height: 20px;
	font-size: 1.4rem;
	padding: 10px;
}
.about-page .recruitment .list li.on .top ,
.about-page .recruitment .list li .top {
	background: none;
}
.about-page .recruitment .list li .top span:last-child ,
.about-page .recruitment .list li .top span{
	font-size: 1.2rem;
}
.about-page .recruitment .list li .cont {
	padding: 14px;
	line-height: 22px;
	font-size: 1.4rem;
}
.product-text2 .text,
.product-text1 .text {
  line-height: 28px;
  font-size: 1.4rem;
}
.case-page,
.product-page {
  padding: 30px 10px;
}
.product-page .download-btn {
 	margin-top: 20px;
}
.product-list.fixed {
  padding: 10px;
  z-index: 200;
}
.product-list .pctitle3 {
	float: none;
  margin-top: 8px;
}
.product-list .head .r{
	float: none;
	margin-top: 20px;
	margin-left: -5px;
}
.product-list .head a {
  margin-left: 10px;
  font-size: 1.4rem;
}
.product-list .head .btn {
  width: 75px;
  margin-left: 5px;
  font-size: 1.4rem;
}
.product-list .head .share a,
.product-list .head .screen,
.product-list .head .down {
  padding-left: 20px;
  font-size: 1.4rem;
  background-size: 14px auto;
}
.product-list .head .share {
  margin: 0 0 0 10px;
}
.product-list .tablebox table th,
.product-list .tablebox table td {
  font-size: 1.4rem;
  line-height: 20px;
  padding: 10px;
}
.product-list .tablebox table tr th:nth-child(1),
.product-list .tablebox table tr td:nth-child(1) {
  padding: 0;
}
.product-list .tablebox input[type="checkbox"] {
  width: 16px;
  height: 16px;
}
.comparison {
  padding: 20px 10px;
}
.comparison table th,
.comparison table td {
  min-width: 200px;
  font-size: 1.4rem;
  line-height: 26px;
  padding: 10px;
}
.comparison .rbtn {
  width: 150px;
  margin: 30px auto 0 auto;
}
.comparison .rbtn span {
  height: 44px;
  line-height: 44px;
}
.case-page .tab span {
  min-width: 110px;
  height: 44px;
  line-height: 44px;
  padding: 0 10px;
}
.technology-page {
  padding: 30px 10px;
}
.technology-page .article {
  margin-top: 30px;
}
.technology-page .introduce {
  font-size: 1.4rem;
}
.technology-page .introduce .tel {
  font-size: 1.6rem;
}
.technology-page .photo .swiper-slide .txt {
  bottom: 0px;
  font-size: 1.4rem;
}
.technology-page .encapsulation {
  margin-top: 30px;
}
.technology-page .encapsulation .tab {
  overflow: hidden;
}
.technology-page .encapsulation .tab ul {
  margin: 0 -5px;
}
.technology-page .encapsulation .tab li {
  padding: 0 5px;
}
.technology-page .encapsulation .tab .box {
  padding: 20px 5px 5px 5px;
  height: 140px;
  border-bottom: solid 3px #f8f8f8;
}
.technology-page .encapsulation .tab .icon {
  width: 50px;
  height: 50px;
}
.technology-page .encapsulation .tab p {
  font-size: 1.4rem;
  margin-top: 10px;
}
@media only screen and (max-width: 650px){
	.technology-page .encapsulation .tab{
		overflow: auto;
		height: 140px;
	}
	.technology-page .encapsulation .tab li{
		width: 120px;
		float: none;
		display: inline-block;
		padding: 0;
	}
}
.technology-page .encapsulation .tablebox table th,
.technology-page .encapsulation .tablebox table td {
  font-size: 1.4rem;
  line-height: 26px;
  padding: 5px 10px;
  min-width: 120px;
}
.technology-page .cutting-list ul {
  margin: 0 -5px;
}
.technology-page .cutting-list li {
  padding: 0 5px;
  margin-bottom: 20px;
}
.technology-page .cutting-list li .txt {
  height: 26px;
  line-height: 26px;
  margin-top: 10px;
  font-size: 1.4rem;
}
.semiconductor-page {
  padding: 30px 10px;
}
.semiconductor-page .paging {
  margin-top: 10px;
}
.other-list ul {
  margin: 0 -5px;
}
.other-list li {
	width: 50%;
  padding: 0 5px;
  margin-bottom: 10px;
}
.other-list li:nth-child(3n+1) {
  clear: none;
}
.other-list li:nth-child(2n+1) {
  clear: left;
}
.other-list li a {
  font-size: 1.6rem;
}
.news-list li {
  margin-bottom: 20px;
}
.news-list li a {
  padding: 10px;
}
.news-list li .pic {
  width: 140px;
}
.news-list li .right {
	display: none;
}
.news-list li .text {
  padding: 0 0 0 150px;
}
.news-list li .tit,
.news-list li .txt {
  line-height: 26px;
}
.news-list li .tit {
  font-size: 1.8rem;
  height: 26px;
}
.news-list li .txt {
  height: 52px;
  font-size: 1.4rem;
  -webkit-line-clamp: 2;
}
.news-list li .line {
  width: 30px;
  height: 2px;
  margin: 10px 0;
}
@media only screen and (max-width: 500px){
	.news-list li .pic {
	  width: 120px;
	}
	.news-list li .line{
		display: none;
	}
	.news-list li .text {
	  padding: 0 0 0 130px;
	}
	.news-list li .tit{
		font-size: 1.6rem;
		margin-bottom: 6px;
	}
}
.news-page .detailed {
  padding: 30px 10px;
}
.news-page .detailed .title {
  font-size: 2rem;
}
.news-page .detailed .info {
  font-size: 1.4rem;
}
.news-page .prevnext a ,
.news-page .prevnext {
  font-size: 1.4rem;
}
.news-page .prevnext .l,
.news-page .prevnext .r {
  width: 100%;
  float: none;
}
.news-page .prevnext .r {
	text-align-last: left;
	margin-top: 10px;
}
.contact-page .contact {
  padding: 30px 0 20px 0;
}
.contact-page #allmap {
  height: 300px;
}
.contact-page .address .row {
  margin: 0 -10px;
}
.contact-page .address .col {
  padding: 0 10px;
}
.contact-page .address .box {
  margin-bottom: 30px;
  padding: 50px 10px 30px 10px;
  border-bottom: solid 3px #fff;
}
.contact-page .address .top {
  left: 20px;
}
.contact-page .address .title {
  font-size: 1.8rem;
  margin-bottom: 20px;
}
.contact-page .address p {
  font-size: 1.4rem;
}
.contact-page .address p a {
  font-size: 1.4rem;
}
.contact-page .message {
  padding: 30px 0;
}
.contact-page .message .tips {
  font-size: 1.4rem;
}
.contact-page .message .content {
  padding: 30px 10px;
}
.contact-page .message .content .col {
  padding: 0 10px;
  margin-bottom: 10px;
}
.contact-page .message .content input,
.contact-page .message .content textarea,
.contact-page .message .content select {
  height: 50px;
  padding: 16px;
  font-size: 1.4rem;
}
.contact-page .message .content textarea {
  height: 120px;
}
.contact-page .message .rbtn {
  width: 150px;
}
.contact-page .message .rbtn input,
.contact-page .message .rbtn button,
.contact-page .message .rbtn a {
  height: 50px;
  line-height: 50px;
  padding: 0;
}



































} /* Less than 1200 */
