@charset "UTF-8";
@media only screen and (max-width: 1200px) {
*{
	box-sizing: border-box;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.lzpic1{
	display: none;
}
.lzpic2{
	display: block;
}
.article {
	line-height: 24px;
	font-size: 14px;
}
.wrapper {
	padding: 0px;
}
.header {
	height: 50px;
	z-index: 105;
}
.header.dark .logo2,
.header.dark .logo,
.header .logo2,
.header .logo {
	width: 104px;
	height: 30px;
	margin: 10px 0 0 10px;
}
.header.dark .language,
.header .language {
	margin-top: 0;
}
.header .language .btn {
	width: 50px;
	height: 50px;
}
.header .language .list {
	top: 40px;
}
.header .language li a:hover {
	color: #333;
}
.header.dark .searchBox,
.header .searchBox {
	margin: 0 50px 0 0;
}
.header .searchBox .close {
	display: none;
}
.header .searchBox .searchBtn {
	width: 50px;
	height: 50px;
}
.header .searchBox .searchBar {
	width: 100%;
	height: 50px;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 101;
	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);
}

.header .searchBox .searchBar .inpu {
	width: 100%;
	height: 50px;
	padding-right: 50px;
}
.header .searchBox .searchBar .inpu input {
	height: 50px;
	line-height: 50px;
}
.header .searchBox .searchBar .btn {
	width: 50px;
	height: 50px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}
.header .menuBtn {
	width: 50px;
	height: 50px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 3;
}
.header .menuBtn span {
	width: 28px;
	height: 3px;
	background: #fff;
	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 .menuBtn span.line1 {
	top: 14px;
}
.header .menuBtn span.line3 {
	top: 32px;
}
.header.dark .menuBtn span{
	background: #333;
}
.header.dark .nav,
.header .nav {
	width: 200px;
	float: right;
	position: fixed;
	right: -200px;
	top: 0;
	bottom: 0;
	z-index: 105;
	background: #091114;
	margin: 0;
	overflow: auto;
}
.header .nav .tit {
	display: block;
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	padding: 20px 0;
}
.header .nav > ul > li {
	width: 100%;
	float: none;
	margin: 0;
}
.header.dark .nav > ul > li > a,
.header .nav > ul > li:hover >a,
.header .nav > ul > li > a {
	width: 100%;
	height: 60px;
	line-height: 60px;
	text-align: center;
	padding: 0;
	border-bottom: solid 1px #999;
	color: #bbb;
	font-size: 14px;
}
.header .nav > ul > li.on > a {
	border-bottom: solid 1px #fff;
	color: #fff;
}
.header .nav > ul > li.on > a::after,
.header .nav > ul > li:hover > a::after,
.header .nav:hover > ul > li > a:hover::after,
.header .nav:hover > ul > li.on > a::after {
	width: 0;
	display: none;
}
.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%);
	padding: 0;
}
.header .nav .sub li{
	background: #313131;
	border-bottom: solid 1px #3b3b3b;
}
.header .nav .sub li a {
	display: block;
	height: 50px;
	line-height: 50px;
	text-align: center;
}
.header .nav .sub li a:hover {
	background: none;
}
.wrapper.shiftLeft {
	margin-left: -200px;
}
.wrapper.shiftLeft .header {
	left: -200px;
	z-index: 105;
}
.wrapper.shiftLeft .header .nav {
	right: 0;
}
.wrapper.shiftLeft .menuBtn 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 .menuBtn span.line2 {
	opacity: 0;
}
.wrapper.shiftLeft .menuBtn 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 {
	position: static;
	padding-top: 0;
}
.footer .tit {
	line-height: 26px;
	font-size: 16px;
}
.footer .linkList {
	float: none;
}
.footer .linkList .tit{
	height: 44px;
	line-height: 44px;
	display: block;
}
.footer .linkList .list {
	width: 100%;
	float: none;
	text-align: center;
	border-bottom: solid 1px #666;
}
.footer .linkList ul {
	margin-top: 0px;
	display: none;
	padding-bottom: 10px;
}
.footer .linkList li {
	height: 30px;
	line-height: 30px;
	margin-bottom: 0;
}
.footer .linkList li a:hover {
	color: #616264;
}
.footer .follow {
	float: none;
	text-align: center;
	margin-top: 10px;
}
.footer .follow .tit{
	text-align: center;
}
.footer .follow .mail {
	display: inline-block;
	margin-top: 10px;
}
.footer .follow .mail input[type="text"] {
	width: 200px;
	height: 40px;
	line-height: 40px;
	padding: 0 40px 0 20px;
	border-radius: 40px 0 0 40px;
	margin-right: -20px;
}
.footer .follow .mail input[type="button"] {
	width: 110px;
	height: 40px;
	border-radius: 40px;
}
.footer .follow .mail input[type="button"]:hover {
	background-image: url(../images/btn_bg1.jpg);
}
.footer .follow .share {
	float: none;
	margin-top: 12px;
	text-align: center;
	text-align: center;
}
.footer .follow .share a {
	margin: 0 5px;
	display: inline-block;
	float: none;
}
.footer .follow .share a:hover {
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
}
.footer .copyright {
	line-height: 20px;
	font-size: 12px;
	padding: 10px 0;
	margin-top: 20px;
	text-align: center;
}
.footer .copyright .l,
.footer .copyright .r{
	float: none;
}
.footer .copyright a {
	font-size: 12px;
}
.footer .copyright a:hover {
	color: #616264;
}
.banner .swiper-pagination {
	bottom: 10px;
}
.banner .swiper-pagination .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	border-radius: 8px;
	margin: 0 4px;
}
.banner .swiper-pagination .swiper-pagination-bullet-active {
	width: 30px;
}
.banner .swiper-button-next,
.banner .swiper-button-prev {
	width: 40px;
	height: 40px;
	left: 0px;
	background-size: auto 100%;
}
.banner .swiper-button-next {
	left: auto;
	right: 0px;
}
.banner .swiper-button-next:hover ,
.banner .swiper-button-prev:hover {
	background-position: center;
}
.seemore {
	height: 34px;
	line-height: 34px;
	border-radius: 34px;
}
.seemore:hover {
	background-image: url(../images/btn_bg1.jpg);
}
.seemore span {
	background-position: right 10px center;
	padding: 0 24px 0 14px;
}
.seemore.k {
	padding: 1px;
}
.seemore.k.hv span,
.seemore.k:hover span {
	background-image: url(../images/arrow6.png);
	background-color: #fff;
	color: #023a8b;
}
.seemore.k span {
	height: 32px;
	line-height: 30px;
	border-radius: 34px;
}
.main .product {
	padding: 30px 10px;
	box-sizing: border-box;
}
.main .product .wrap{
	max-width: 600px;
	margin: 0 auto;
}
.main .product .swiper-slide .pic {
	width: auto;
	float: none;
}
.main .product .swiper-slide .cont {
	padding: 10px;
}
.main .product .swiper-slide .tit {
	height: 20px;
	line-height: 20px;
	font-size: 18px;
}
.main .product .swiper-slide .tit::after {
	display: none;
}
.main .product .swiper-slide .txt {
	margin-top: 6px;
	line-height: 24px;
	font-size: 14px;
	height: auto;
}
.main .product .swiper-slide .txt p {
	margin-bottom: 4px;
}
.main .product .swiper-slide .seemore {
	margin: 10px 0;
}
.main .product .wrap {
	position: relative;
}
.main .product .btn {
	left: auto;
	right: 0;
	bottom: 0;
}
.main .product .swiper-button-next,
.main .product .swiper-button-prev {
	width: 40px;
	height: 40px;
	background-size: 8px auto;
}
.main .case {
	padding: 30px 10px;
	box-sizing: border-box;
}
.main .case .bg {
	display: none;
}
.main .case .list,
.main .case .content {
	width: 100%;
	max-width: 600px;
	float: none;
	margin: 0 auto;
}
.main .case .content .title {
	font-size: 20px;
	padding: 0 0 6px 0;
}
.main .case .content .title span {
	font-size: 20px;
}
.main .case .content .title span .hot {
	width: 30px;
	height: 30px;
	line-height: 30px;
	top: -14px;
	right: -40px;
	font-size: 12px;
}
.main .case .content .text {
	line-height: 22px;
	margin: 10px 0;
}
.main .case .list{
	clear: both;
	padding-top: 20px;
}
.main .case .list li {
	width: 50%;
	margin: 0 0 10px 0;
	padding: 0 5px 0 0;
	box-sizing: border-box;
}
.main .case .list li:nth-child(even){
	padding: 0 0 0 5px;
}
.main .case .list li a:hover img {
	transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
}
.main .case .list li .filter {
	background-size: auto 100px;
}
.main .case .list li .txt {
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	font-size: 14px;
}
.main .about {
	padding: 30px 10px;
	box-sizing: border-box;
}
.main .about .wrap {
	padding: 20px 0;
}
.main .about .title {
	font-size: 20px;
}
.main .about .swiper-container {
	margin-top: 20px;
}
.main .about .swiper-slide {
	padding: 0 10px;
}
.main .about .swiper-slide .text {
	line-height: 24px;
}
.main .about .swiper-pagination .swiper-pagination-bullet {
	margin: 1px 2px 0 2px;
}
.main .about .swiper-pagination .swiper-pagination-bullet-active {
	height: 3px;
	margin-top: 0;
}
.main .contact {
	background-position: center bottom;
}
.main .contact .content ,
.main .contact .pic {
	max-width: 600px;
	width: 100%;
	float: none;
	margin: 0 auto;
}
.main .contact .content {
	padding: 0;
	top: 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);
	position: static;
	padding: 10px;
	box-sizing: border-box;
}
.main .contact .title {
	font-size: 20px;
}
.main .contact .text {
	margin: 20px 0;
}
.main .contact .text p {
	margin-bottom: 6px;
}
.main .contact .seemore{
	margin-bottom: 20px;
}
.main .news {
	padding: 30px 10px;
	box-sizing: border-box;
}
.main .news .l{
	float: none;
}
.main .news .title {
	font-size: 20px;
	margin: 6px 0 20px 0;
	float: left;
}
.main .news .btn{
	float: right;
}
.main .news .swiper-container {
	width: 100%;
}
.main .news .swiper-slide a:hover .pic img {
	transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
}
.main .news .swiper-slide a:hover .tit {
	color: #333333;
}
.main .news .swiper-slide .date {
	height: 34px;
	line-height: 34px;
	background-size: 14px auto;
	background-position: 0 center;
	padding-left: 20px;
}
.main .news .swiper-slide .tit {
	height: 40px;
	line-height: 20px;
	font-size: 14px;
	margin: 4px 0 8px 0;
}
.main .news .swiper-slide .txt {
	font-size: 12px;
}
.container .banner .wrap {
	bottom: 10px;
	padding: 0 10px;
	box-sizing: border-box;
}
.container .banner .crumbs {
	font-size: 14px;
}
.container .banner .crumbs a {
	font-size: 14px;
}
.container .banner .crumbs span {
	padding: 0 4px;
}
.container .columnMenu {
	height: 50px;
	position: relative;
}
.container .columnMenu .tit {
	display: block;
	height: 50px;
	line-height: 50px;
	background: url(../images/menu.png) no-repeat right 10px center;
	background-size: 24px auto;
	font-size: 16px;
		color: #616264;
		text-align: left;
		text-indent: 20px;
}
.container .columnMenu ul {
	width: 100%;
	position: absolute;
	top: 50px;
	left: 0;
	z-index: 2;
	background: #eee;
	display: none;
}
.container .columnMenu li {
	margin: 0;
	float: none;
	display: block;
}
.container .columnMenu li a {
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	display: block;
	border-bottom: solid 1px #ddd;
}
.container .columnMenu li a:hover {
	color: #616264;
}
.container .paging {
	margin-top: 30px;
}
.container .paging li a:hover ,
.container .paging li a {
	width: 40px;
	height: 40px;
	line-height: 38px;
	border: solid 1px #dddddd;
	border-left: none;
	color: #888888;
	background-image: none;
}
.container .paging li.on a{
	background-image: url(../images/btn_bg1.jpg);
	background-size: 280px auto;
	color: #fff;
	border: none;
}
.container .paging .text{
	display: none;
}
.container .paging .prev a:hover,
.container .paging .prev a {
	width: 44px;
	border: solid 1px #dddddd;
	border-radius: 4px 0 0 4px;
}
.container .paging .prev a:hover span {
	background-image: url(../images/paging1.png);
}
.container .paging .next a:hover,
.container .paging .next a {
	width: 44px;
	border-radius: 0 4px 4px 0;
}
.container .paging .next a:hover span {
	background-image: url(../images/paging2.png);
}
.aboutPage .title {
	font-size: 20px;
}
.aboutPage .profile {
	padding: 30px 10px;
	box-sizing: border-box;
}
.aboutPage .profile .content ,
.aboutPage .profile .pic {
	width: 100%;
	max-width: 600px;
	float: none;
	margin: 0 auto;
}
.aboutPage .profile .content {
	margin-top: 20px;
}
.aboutPage .profile .line {
	width: 40px;
	height: 4px;
	background-size: 100px auto;
	margin: 14px 0;
}
.aboutPage .competence {
	padding: 50px 10px;
	box-sizing: border-box;
}
.aboutPage .competence .text {
	margin-top: 20px;
}
.newsPage {
	padding: 30px 10px;
	box-sizing: border-box;
}
.newsPage .newsList li a {
	padding: 14px 0;
}
.newsPage .newsList li a:hover .tit {
	color: #222222;
}
.newsPage .newsList li a:hover .pic img {
	transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
}
.newsPage .newsList li a:hover .p1,
.newsPage .newsList li a:hover .p2 {
	opacity: 1;
	filter: alpha(opacity=100);
}
.newsPage .newsList li .pic {
	width: 122px;
	height: 80px;
}
.newsPage .newsList li .date {
	width: 50px;
	height: 80px;
	padding-top: 20px;
}
.newsPage .newsList li .date .p1 {
	font-size: 14px;
}
.newsPage .newsList li .date .p2 {
	font-size: 16px;
}
.newsPage .newsList li .date .seemore {
	display: none;
}
.newsPage .newsList .text {
	padding: 0px 60px 0 132px;
}
.newsPage .newsList .textb {
	padding: 0px 60px 0 132px;
}

.newsPage .newsList .tit {
	height: 40px;
	line-height: 20px;
	font-size: 14px;
}
.newsPage .newsList .txt {
	height: 40px;
	line-height: 20px;
	font-size: 12px;
	margin-top: 4px;
}
.newsPage .newsList .txtb {
	line-height: 20px;
	font-size: 12px;
	margin-top: 4px;
}
.newsPage .details {
	max-width: 992px;
	width: 100%;
	float: none;
	margin: 0 auto;
	background: #fff;
	padding: 20px 10px;
}
.newsPage .details .title {
	line-height: 28px;
	font-size: 20px;
}
.newsPage .details .date {
	line-height: 22px;
	margin: 10px 0;
}
.newsPage .details .share a {
	margin-right: 8px;
}
.newsPage .details .article {
	padding: 14px 0;
	margin-top: 20px;
}
.newsPage .details .prevnext {
	margin-top: 10px;
	font-size: 14px;
}
.newsPage .details .prevnext a {
	font-size: 14px;
}
.newsPage .details .prevnext a:hover {
	color: #555555;
}
.newsPage .details .prevnext p {
	margin-bottom: 4px;
}
.sidebar {
	display: none;
}
.casePage {
	padding: 30px 10px;
	box-sizing: border-box;
}
.casePage .caseList{
	max-width: 600px;
	margin: 0 auto;
}
.casePage .caseList li {
	width: 50%;
	margin: 0 0 20px 0;
	padding: 0 5px 0 0;
	box-sizing: border-box;
}
.casePage .caseList li:nth-child(even) {
	padding: 0 0 0 5px;
}
.casePage .caseList li a:hover .pic img {
	transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
}
.casePage .caseList li a:hover .tit {
	color: #111111;
}
.casePage .caseList li a:hover .seemore span {
	background-image: url(../images/arrow6.png);
	background-color: #fff;
	color: #023a8b;
}
.casePage .caseList li .pic {
	height: auto;
}
.casePage .caseList li .tit {
	height: 20px;
	line-height: 20px;
	font-size: 16px;
	margin: 10px 0 6px 0;
}
.casePage .caseList li .txt {
	height: 60px;
	line-height: 20px;
	font-size: 14px;
}
.casePage .caseList li .seemore {
	margin-top: 10px;
}
.casePage .paging {
	margin-top: 0;
}
.productPage {
	padding: 30px 10px;
	box-sizing: border-box;
}
.productPage .productList{
	max-width: 600px;
	margin: 0 auto;
}
.productPage .productList li {
	width: 50%;
	margin: 0 0 10px 0;
	padding: 0 5px 0 0;
	box-sizing: border-box;
}
.productPage .productList li:nth-child(even){
	padding: 0 0 0 5px;
}
.productPage .productList li a:hover {
	box-shadow: 0 0 0 0 #d4d4d4;
}
.productPage .productList li a:hover .pic img {
	transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
}
.productPage .productList li .pic {
	height: auto;
}
.productPage .productList li .text {
	padding: 10px;
}
.productPage .productList li .tit {
	font-size: 16px;
}
.productPage .productList li .txt {
	height: 60px;
	line-height: 20px;
	font-size: 14px;
	margin-top: 10px;
}
.productPage .paging{
	margin-top: 20px;
}
.productPage .introduce {
	padding: 0 10px;
	box-sizing: border-box;
}
.productPage .introduce .centent ,
.productPage .introduce .photo {
	width: 100%;
	max-width: 600px;
	height: auto;
	float: none;
	margin: 0 auto;
}
.productPage .introduce .swiper-button-next,
.productPage .introduce .swiper-button-prev {
	width: 30px;
	height: 30px;
}
.productPage .introduce .swiper-button-prev:hover {
	background-image: url(../images/arrow7.png);
}
.productPage .introduce .swiper-button-next:hover {
	background-image: url(../images/arrow8.png);
}
.productPage .introduce .centent {
	padding: 10px 0;
}
.productPage .introduce .title {
	line-height: 30px;
	font-size: 20px;
}
.productPage .introduce .text {
	padding: 12px 0 6px 0;
	margin: 10px 0;
}
.productPage .introduce .text p {
	margin-bottom: 4px;
}
.productPage .introduce .share{
	margin-bottom: 10px;
}
.productPage .introduce .share a {
	margin-right: 8px;
}
.productPage .introduce .share a:hover {
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
}
.productPage .details {
	margin-top: 20px;
	padding: 0 10px 30px 10px;
}
.productPage .details .tab {
	height: 40px;
}
.productPage .details .tab li {
	margin: 0 20px 0 0;
}
.productPage .details .tab li.on span {
	border-bottom: solid 2px #023a8b;
}
.productPage .details .tab span {
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
}
.productPage .details .tab span:hover {
	color: #111111;
}
.productPage .details .tabBox {
	margin-top: 20px;
}
.productPage .details .downloads,
.productPage .details .features {
	line-height: 30px;
	font-size: 14px;
}
.productPage .details .specifications td {
	font-size: 14px;
	padding: 10px;
}
.productPage .details .downloads li:nth-child(even) a:hover,
.productPage .details .downloads li:nth-child(even) a {
  background-color: #fff;
}
.productPage .details .downloads li a:hover,
.productPage .details .downloads li a {
  line-height: 24px;
  font-size: 14px;
  padding: 6px 10px 6px 40px;
  background: url(../images/downloads.png) no-repeat 6px center #f4f2f2;
  background-size: 16px auto;
}
.productPage .details .downloads li a:hover {
  color: #666;
}
.contactPage .title {
	font-size: 20px;
}
.contactPage .tips {
	line-height: 22px;
	font-size: 14px;
	margin-top: 4px;
}
.contactPage .contact {
	padding: 30px 10px;
	box-sizing: border-box;
}
.contactPage .contact .col {
	display: block;
	max-width: 426px;
	width: 100%;
	padding: 20px 10px;
	margin: 20px auto 0 auto;
	background: no-repeat center;
}
.contactPage .contact .col:hover {
	background: none;
}
.contactPage .contact .col:hover .icon {
	background-image: url(../images/contact_icon1.png);
}
.contactPage .contact .col:hover .tit{
	color: #222222;
}
.contactPage .contact .col:hover .txt,
.contactPage .contact .col:hover .txt a {
	color: #444444;
}
.contactPage .contact .col .icon {
	width: 40px;
	height: 40px;
}
.contactPage .contact .col .tit {
	line-height: 24px;
	font-size: 16px;
	margin-top: 4px;
}
.contactPage .contact .col .line {
	margin: 8px auto;
}
.contactPage .contact .col .txt {
	line-height: 22px;
	font-size: 14px;
}
.contactPage .contact .col .txt a {
	font-size: 14px;
}
.contactPage .maessage {
	padding: 30px 10px;
	box-sizing: border-box;
}
.contactPage .maessage .wrap {
	padding: 30px 10px;
	max-width: 600px;
	width: 100%;
	margin: 0 auto;
}
.contactPage .maessage .tips {
	margin-bottom: 20px;
}
.contactPage .maessage .inpu {
	width: 100%;
	margin-bottom: 14px;
}
.contactPage .maessage .tit {
	height: 40px;
	line-height: 40px;
	font-size: 16px;
}
.contactPage .maessage textarea,
.contactPage .maessage input[type="text"] {
	height: 44px;
	line-height: 44px;
	padding: 0 10px;
	font-size: 16px;
}
.contactPage .maessage textarea {
	height: 100px;
	padding: 10px 20px;
	line-height: 22px;
}
.contactPage .maessage .btn {
	padding-top: 20px;
}
.contactPage .maessage .btn a,
.contactPage .maessage .btn button,
.contactPage .maessage .btn input {
	width: 140px;
	height: 44px;
	line-height: 44px;
	border-radius: 44px;
	font-size: 16px;
}
.contactPage .maessage .btn a:hover,
.contactPage .maessage .btn button:hover,
.contactPage .maessage .btn input:hover {
	background-image: url(../images/btn_bg1.jpg);
}
.main .contactew {
	padding:30px 10px;
	box-sizing:border-box;
}
.main .contactew .videoBox,.main .contactew .content {
	max-width:600px;
	width:100%;
	float:none;
	margin:0 auto;
}
.main .contactew .content .text {
	margin:30px 0;
}
.main .contactew .content ul li {
	width:50%;
	margin-bottom:20px;
}
.main .contactew .content ul li:hover .icon .img1 {
	opacity:1;
}
.main .contactew .content ul li:hover .icon .img2 {
	opacity:0;
}
.main .contactew .content ul li:hover .txt {
	color:#333333;
}
.main .contactew .content ul li .icon {
	width:50px;
	height:50px;
}
.main .contactew .content ul li .txt {
	padding:4px 0 0 60px;
}
.main .contactew .content ul li .txt .p1 {
	line-height:20px;
	font-size:16px;
}
.main .contactew .content ul li .txt .p2 {
	line-height:20px;
	font-size:12px;
}
.main .contactew .videoBox {
	margin-top:10px;
}
.main .contactew .videoBox .pic .icon {
	width:50px;
	height:50px;
}
}/*手机版css*/
