@charset "UTF-8";

@media only screen and (max-width: 1200px) {
	* {
		box-sizing: border-box;
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	}

	.article {
		line-height: 24px;
		font-size: 14px;
	}

	.wrapper {
		padding-top: 50px;
		padding-bottom: 0px;
	}

	.header {
		height: 50px;
		z-index: 105;
	}

	.header .logo {
		width: 137px;
		height: 20px;
		margin: 15px 0 0 12px;
	}

	.header .searchBox {
		float: right;
		margin: 0 50px 0 0;
	}

	.header .searchBox .searchBtn {
		display: block;
		width: 50px;
		height: 50px;
		background: url(../images/searchBtn3.gif) no-repeat center;
	}

	.header .searchBox .searchBar {
		border-radius: 0px;
		margin-top: 0px;
		width: 100%;
		height: 50px;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 105;
		background: #000;
		display: none;
	}

	.header .searchBox .searchBar.on {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
	}

	.header .searchBox .searchBar input[type='text'] {
		height: 50px;
		padding: 0 16px;
		flex: 1;
	}

	.header .searchBox .searchBar button,
	.header .searchBox .searchBar input[type='button'] {
		width: 60px;
		height: 50px;
		float: right;
	}

	.header .searchBox .searchBar button:hover,
	.header .searchBox .searchBar input[type='button']:hover {
		background-color: #e62129;
	}

	.header .language {
		margin: 15px 6px 0 0;
		background: none;
		padding: 0;
	}

	.header .language:hover {
		color: #999999;
	}

	.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: #e62129;
		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 .nav {
		width: 200px;
		float: right;
		position: fixed;
		right: -200px;
		top: 0;
		bottom: 0;
		z-index: 105;
		background: #fff;
		margin: 0;
		overflow: auto;
	}

	.header .nav .tit {
		font-size: 30px;
		font-weight: bold;
		color: #e62129;
		text-align: center;
		padding: 20px 0;
		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;
		text-align: center;
		padding: 0;
		border-bottom: solid 1px #ccc;
		color: #333333;
	}

	.header .nav>ul>li>a:after {
		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%);
	}

	.header .nav .sub li {
		margin-top: 0;
	}

	.header .nav .sub li a {
		display: block;
		height: 50px;
		line-height: 50px;
		text-align: center;
		border-bottom: solid 1px #fff;
	}

	.header .nav .sub li a:hover {
		background: #d00008;
		transform: scale(1, 1);
		-webkit-transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		-o-transform: scale(1, 1);
		-moz-transform: scale(1, 1);
	}

	.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 {
		padding: 20px 12px 0 12px;
		box-sizing: border-box;
		text-align: center;
		position: relative;
	}

	.footer .contact {
		float: none;
		display: inline-block;
	}

	.footer .contact .phone {
		padding-left: 46px;
		background-size: 40px 40px;
		background-position: 0 2px;
		display: inline-block;
		text-align: left;
	}

	.footer .contact .phone .p2 {
		margin-top: 2px;
	}

	.footer .contact .phone .p2 a {
		font-size: 20px;
	}

	.footer .contact .subscribe {
		margin-top: 10px;
	}

	.footer .contact .subscribe .txt {
		letter-spacing: 2px;
	}

	.footer .contact .subscribe .inpu {
		margin-top: 5px;
	}

	.footer .contact .share {
		margin-top: 10px;
		height: 50px;
		overflow: hidden;
	}

	.footer .contact .share a:hover {
		opacity: .4;
	}

	.footer .linkList {
		border: none;
		margin: 0;
		float: none;
		padding: 0;
		border-top: solid 1px #434343;
		min-height: auto;
		height: auto;
	}

	.footer .linkList .list {
		width: 100%;
		float: none;
		min-height: auto;
		height: auto;
	}

	.footer .linkList .list .tit {
		height: 40px;
		line-height: 40px;
		font-weight: bold;
		border-bottom: solid 1px #434343;
		display: block;
	}

	.footer .linkList .list .line {
		display: none;
	}

	.footer .linkList .list ul {
		display: none;
		border-bottom: solid 1px #434343;
		padding: 5px 0;
	}

	.footer .linkList .list ul li {
		height: auto;
		line-height: auto;
	}

	.footer .linkList .list ul li a {
		height: 30px;
		line-height: 30px;
		display: block;
		font-size: 14px;
	}

	.footer .linkList .list ul li a:hover {
		color: #999999;
	}

	.footer .qrcode {
		float: none;
		margin: 10px auto;
	}

	.footer .qrcode .pic {
		margin: 0 auto;
	}

	.footer .qrcode .txt {
		margin-top: 0px;
	}

	.footer .copyright {
		margin-top: 0px;
	}

	.footer .copyright .wrap {
		padding: 6px 0;
	}

	.footer .copyright .logo {
		width: 102px;
		float: none;
		margin: 0 auto;
	}

	.footer .copyright .link {
		float: none;
		line-height: 30px;
		margin: 0 12px;
	}

	.footer .copyright .link span {
		padding: 0;
	}

	.footer .copyright .link a:hover {
		color: #999999;
	}

	.footer .copyright .copy {
		float: none;
		text-align: center;
		width: 100%;
	}

	.footer .copyright .copy a:hover {
		color: #666666;
	}

	.fixedSidebar {
		display: none;
	}

	.banner .pic1 {
		display: none;
	}

	.banner .pic2 {
		display: block;
	}

	.main .banner .swiper-pagination {
		bottom: 5px;
	}

	.main .banner .swiper-pagination .swiper-pagination-bullet {
		width: 20px;
	}

	.main .banner .swiper-button-next,
	.main .banner .swiper-button-prev {
		width: 34px;
		height: 34px;
		left: 12px;
		background-size: 6px auto;
		display: none;
	}

	.main .banner .swiper-button-next:hover,
	.main .banner .swiper-button-prev:hover {
		background-color: #e7e7e6;
	}

	.main .banner .swiper-button-next {
		left: auto;
		right: 12px;
	}

	.main .columnTitle {
		font-size: 22px;
	}

	.main .columnTitle span {
		width: 40px;
		height: 1px;
		margin: 10px auto 0 auto;
	}

	.main .product {
		padding: 30px 12px;
		box-sizing: border-box;
	}

	.main .product .conten {
		padding: 0;
	}

	.main .product .conten .next,
	.main .product .conten .prev {
		display: none;
	}

	.main .product .conten .swiper-container {
		padding: 0px;
		margin-top: 20px;
	}

	.main .product .conten .swiper-slide a {
		padding-bottom: 14px;
	}

	.main .product .conten .swiper-slide a:hover {
		background: #f9f9fb;
		box-shadow: 0 0px 0px 0px #d6d5d5;
	}

	.main .product .conten .swiper-slide .tit {
		font-size: 16px;
	}

	.main .product .conten .swiper-slide .txt {
		font-size: 14px;
	}

	.main .solution {
		padding-top: 30px;
	}

	.main .solution #thumbs {
		margin-top: 30px;
		width: 100%;
		padding: 0 12px;
	}

	.main .solution #gallery {
		margin-top: 20px;
	}

	.main .solution #gallery .swiper-slide {
		padding: 40px;
		box-sizing: border-box;
	}

	.main .solution #gallery .swiper-slide .cent {
		max-width: 600px;
		width: 100%;
		padding: 30px;
	}

	.main .solution #gallery .swiper-slide .cent .btn:hover {
		background: none;
		border: solid 1px #c9c9c9;
		color: #999999;
	}

	@media only screen and (max-width: 500px) {
		.main .solution #gallery .swiper-slide {
			padding: 14px;
		}

		.main .solution #gallery .swiper-slide .cent {
			padding: 10px;
		}

		.main .solution #gallery .swiper-slide .cent .tit {
			line-height: 30px;
			font-size: 20px;
		}

		.main .solution #gallery .swiper-slide .cent .line {
			margin: 10px 0;
		}

		.main .solution #gallery .swiper-slide .cent .btn {
			margin-top: 20px;
		}
	}

	.main .news {
		padding: 30px 12px;
		box-sizing: border-box;
	}

	.main .news .tab span {
		margin: 0;
	}

	@media only screen and (max-width: 400px) {
		.main .news .tab span {
			margin: 0;
			width: 33.333%;
			float: left;
			border-left: solid 1px #fff;
			box-sizing: border-box;
		}
	}

	.main .news .tabBox ul,
	.main .news .tabBox .left {
		max-width: 600px;
		width: 100%;
		float: none;
		margin: 0 auto;
	}

	.main .news .tabBox .left 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 .tabBox .left a:hover .text {
		background: none;
	}

	.main .news .tabBox .left a:hover .text .tit {
		color: #333333;
	}

	.main .news .tabBox .left a:hover .text .date {
		color: #999999;
	}

	.main .news .tabBox .left .pic {
		height: auto;
	}

	.main .news .tabBox .left .text {
		padding: 8px 12px;
	}

	.main .news .tabBox .left .text .tit {
		font-size: 16px;
	}

	.main .news .tabBox ul {
		margin-top: 20px;
	}

	.main .news .tabBox ul li {
		padding: 10px 0;
		background: url(../images/newsList_line.gif) repeat-x 0 bottom;
	}

	.main .news .tabBox ul li a {
		padding: 0;
	}

	.main .news .tabBox ul li a:hover {
		background: none;
		box-shadow: 0 0px 0px 0px #ebebeb;
	}

	.main .news .tabBox ul li .line {
		display: none;
	}

	.main .news .tabBox ul li a:hover .date {
		background: #f9f9fb;
		color: #181818;
	}

	.main .news .tabBox ul li a:hover .date span {
		color: #666666;
	}

	.main .news .tabBox ul li a:hover .text .tit {
		color: #333333;
	}

	.main .news .tabBox ul li a:hover .text .txt {
		color: #999999;
	}

	@media only screen and (max-width: 500px) {
		.main .news .tabBox ul li .date {
			width: 80px;
			height: 80px;
			padding: 20px 2px 0 12px;
			font-size: 20px;
		}

		.main .news .tabBox ul li .date span {
			font-size: 14px;
			margin-top: 2px;
		}

		.main .news .tabBox ul li .text {
			padding-left: 92px;
		}

		.main .news .tabBox ul li .text .tit {
			height: 30px;
			line-height: 30px;
			font-size: 16px;
		}

		.main .news .tabBox ul li .text .txt {
			height: 40px;
			line-height: 20px;
			margin-top: 6px;
		}
	}

	.main .service {
		padding: 30px 12px;
		box-sizing: border-box;
	}

	.main .service .content {
		margin-top: 30px;
	}

	.main .service .content .box {
		max-width: 380px;
		width: 100%;
		margin: 0 auto 20px auto;
		float: none;
	}

	.main .service .content .box:nth-child(3n+1) {
		margin-left: auto;
	}

	.main .service .content .box a {
		padding: 20px 12px;
		box-shadow: 0 3px 6px 1px #d3d2d4;
	}

	.main .service .content .box a:hover .icon1 {
		display: block;
	}

	.main .service .content .box a:hover .icon2 {
		display: none;
	}

	.main .service .content .box a:hover .txt {
		color: #333333;
	}

	.main .service .content .box .icon2,
	.main .service .content .box .icon1 {
		height: 50px;
	}

	.main .service .content .box .txt {
		margin-top: 16px;
	}

	.container {
		padding-bottom: 30px;
	}

	.container .banner {
		height: 150px;
	}

	.container .columnTitle {
		padding: 0 12px;
		box-sizing: border-box;
	}

	.container .columnTitle .title {
		padding: 10px 0;
		font-size: 20px;
		display: none;
	}

	.container .columnTitle .title span {
		width: 40px;
		height: 1px;
		margin-top: 5px;
	}

	.container .columnTitle .search {
		margin-top: 10px;
	}

	.container .columnTitle .search input[type='text'] {
		width: 160px;
		padding: 0 5px;
	}

	.container .columnTitle .search button,
	.container .columnTitle .search input[type='button'] {}

	.container .columnTitle .search button:hover,
	.container .columnTitle .search input[type='button']:hover {
		background-color: #444;
	}

	.container .sidebar {
		width: 100%;
		max-width: 500px;
		float: none;
		margin: 10px auto 20px auto;
		padding: 0 12px;
		box-sizing: border-box;
	}

	.container .sidebar.left {
		float: none;
	}

	.container .sidebar .title {
		height: 40px;
		line-height: 40px;
		padding: 0 30px 0 0;
		font-size: 16px;
		border-bottom: solid 1px #e62129;
		text-align: center;
	}

	.container .sidebar .title img {
		vertical-align: middle;
		margin: -2px 18px 0 0;
		width: 18px;
	}

	.container .sidebar .list {
		width: 49%;
		float: left;
		margin: 0 1% 0 0;
		position: relative;
	}

	.container .sidebar .list:nth-child(even) {
		margin: 0 0 0 1%;
	}

	.container .sidebar .list>ul {
		padding-bottom: 0px;
		display: none;
		width: 100%;
		position: absolute;
		left: 0;
		top: 40px;
		z-index: 90;
		background: #fff;
	}

	.container .sidebar .list>ul>li>a {
		height: 50px;
		line-height: 50px;
		font-size: 14px;
		padding: 0 10px;
		text-align: center;
	}

	.container .sidebar .list>ul>li>a:hover {
		color: #333333;
	}

	.container .sidebar .list>ul>li>ul {
		padding-bottom: 12px;
	}

	.container .sidebar .list>ul>li>ul li a {
		height: 30px;
		line-height: 30px;
		padding: 0 12px;
		text-align: center;
		box-sizing: border-box;
		background-position: 10px center;
		background: none;
	}

	.container .sidebar .list>ul>li>ul li.on a {
		background-image: none;
		background-color: #e62129;
		color: #fff;
	}

	.container .sidebar .list>ul>li>ul li a:hover {
		background-image: url(../images/sidebar_dot1.png);
		background: none;
		background-color: #fff;
		color: #777777;
	}

	.container .contLeft {
		max-width: 942px;
		width: 100%;
		float: none;
		margin: 0 auto;
	}

	.container .contRight {
		max-width: 918px;
		width: 100%;
		float: none;
		margin: 0 auto;
	}

	.container .columnMenu {
		width: 100%;
		height: 44px;
		position: relative;
		padding: 0 20px;
		box-sizing: border-box;
		margin-top: 30px;
	}

	.container .columnMenu .ui-navigator-wrapper {
		position: relative;
	}

	.container .columnMenu .next,
	.container .columnMenu .prev {
		width: 16px;
		height: 44px;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 2;
		background: url(../images/arrow14.png) no-repeat center #eee;
		background-size: 6px 20px;
		display: block;
	}

	.container .columnMenu .next {
		background-image: url(../images/arrow13.png);
		left: auto;
		right: 0;
	}

	.container .columnMenu .ui-navigator-list li a,
	.container .columnMenu .ui-navigator-fix {
		height: 44px;
		line-height: 44px;
		padding: 0 24px;
		font-size: 14px;
	}

	.container .columnMenu .ui-navigator-list li a:hover,
	.container .columnMenu .ui-navigator-fix:hover {
		color: #333333;
	}

	.container .paging {
		margin-top: 10px;
	}

	.container .paging li {
		margin: 0 2px;
	}

	.container .paging li a:hover,
	.container .paging li a {
		width: 36px;
		height: 36px;
		line-height: 36px;
		font-size: 14px;
		color: #bcbcbc;
		border: solid 1px #e6e6e6;
		border-radius: 2px;
		background: #fff;
	}

	.container .paging li.prev,
	.container .paging li.next,
	.container .paging li.dd,
	.container .paging li.home {
		display: none;
	}

	.solutionPage {
		padding: 0 12px;
		box-sizing: border-box;
	}

	.solutionPage .solutionList {
		margin-top: 30px;
	}

	.solutionPage .solutionList 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);
	}

	.solutionPage .solutionList li a:hover .tit {
		color: #333333;
	}

	@media only screen and (max-width: 950px) {
		.solutionPage .solutionList li {
			width: 50%;
			margin: 0 0 12px 0;
			padding: 0 5px 0 0;
			box-sizing: border-box;
		}

		.solutionPage .solutionList li:nth-child(even) {
			padding: 0 0 0 5px;
		}

		.solutionPage .solutionList li .pic {
			height: auto;
		}

		.solutionPage .solutionList li .text {
			padding: 10px;
		}

		.solutionPage .solutionList li .text .tit {
			height: 40px;
			line-height: 20px;
			font-size: 14px;
		}

		.solutionPage .solutionList li .text .date {
			height: 30px;
			line-height: 30px;
			font-size: 12px;
			margin-top: 5px;
			background-position: right 0px center;
		}
	}

	.solutionPage .details {
		margin-top: 20px;
		padding: 0 10px;
	}

	.productPage {
		padding: 0 12px;
		box-sizing: border-box;
	}

	.productPage .productCenter .list {
		max-width: 480px;
		width: 100%;
		float: none;
		margin: 0 auto 16px auto;
		min-height: auto;
	}

	.productPage .productCenter .list:nth-child(3n+1) {
		margin-left: auto;
	}

	.productPage .productCenter .list .pic {
		height: auto;
	}

	.productPage .productCenter .list .cont {
		padding: 0 12px;
		margin-top: 6px;
	}

	.productPage .productCenter .list .tit {
		height: 50px;
		line-height: 50px;
		font-size: 18px;
	}

	.productPage .productCenter .list .tit a {
		font-size: 18px;
	}

	.productPage .productCenter .list .txt {
		padding: 12px 0;
	}

	.productPage .productCenter .list ul {
		padding-bottom: 10px;
	}

	.productPage .productCenter .list ul li a {
		line-height: 26px;
		padding: 5px 0 5px 15px;
		font-size: 16px;
	}

	.productPage .productCenter .list ul li a:hover {
		color: #333333;
		background-image: url(../images/productCenter_list1.gif);
	}

	.productList li a:hover {
		box-shadow: 0 0px 0px 0px #d0cfcf;
	}

	.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);
	}

	.productList li a:hover .tit {
		color: #333333;
	}

	@media only screen and (max-width: 920px) {
		.productList li {
			width: 50%;
			margin: 0 0 12px 0;
			padding: 0 5px 0 0;
			box-sizing: border-box;
		}

		.productList li:nth-child(even) {
			padding: 0 0 0 5px;
		}

		.productList li .pic {
			height: auto;
		}

		.productList li .text {
			padding: 6px;
		}

		.productList li .text .tit {
			height: 20px;
			line-height: 20px;
			font-size: 16px;
		}

		.productList li .text .txt {
			height: 20px;
			line-height: 20px;
			font-size: 12px;
		}
	}

	.productPage .introduce,
	.productPage .photo {
		max-width: 434px;
		width: 100%;
		float: none;
		margin: 0 auto;
	}

	.productPage .photo #gallery .swiper-button-next,
	.productPage .photo #gallery .swiper-button-prev {
		width: 12px;
		height: 23px;
		left: 4px;
	}

	.productPage .photo #gallery .swiper-button-next {
		left: auto;
		right: 4px;
	}

	.productPage .photo #thumbs {
		margin-top: 6px;
	}

	.productPage .introduce {
		margin-top: 30px;
	}

	.productPage .introduce .title {
		line-height: 30px;
		font-size: 22px;
	}

	.productPage .introduce .text {
		margin: 12px 0 0 0;
		padding: 12px 0;
	}

	.productPage .introduce .share {
		margin-top: 10px;
		line-height: 30px;
	}

	.productPage .introduce .share a {
		width: 30px;
		height: 30px;
	}

	.productPage .introduce .share a.bds_sqq:hover {
		background-image: url(../images/share4.png);
	}

	.productPage .introduce .share a.bds_weixin:hover {
		background-image: url(../images/share5.png);
	}

	.productPage .introduce .share a.bds_tsina:hover {
		background-image: url(../images/share6.png);
	}

	.productPage .details {
		margin-top: 10px;
	}

	.productPage .details .tab span {
		width: 20%;
		text-align: center;
		height: 40px;
		line-height: 40px;
		font-size: 14px;
		margin-right: 0px;
		padding-right: 0px;
	}

	.productPage .details .article {
		padding: 14px 0;
	}

	.relatedProducts .title {
		font-size: 20px;
	}

	.relatedProducts .title span {
		height: 40px;
		line-height: 40px;
	}

	.relatedProducts .productList {
		margin-top: 30px;
	}

	.servicePage {
		padding: 0 12px;
		box-sizing: border-box;
	}

	@media only screen and (max-width: 920px) {
		.servicePage .afterSale {
			margin-top: 30px;
			padding: 20px;
		}

		.servicePage .afterSale .row {
			margin-bottom: 20px;
		}

		.servicePage .afterSale .row2 {
			width: 100%;
		}

		.servicePage .afterSale .tit {
			width: 80px;
			height: 40px;
			line-height: 40px;
			font-size: 14px;
		}

		.servicePage .afterSale .inpu {
			padding-left: 80px;
		}

		.servicePage .afterSale textarea,
		.servicePage .afterSale input[type='text'] {
			padding: 0 8px;
		}

		.servicePage .afterSale textarea {
			height: 200px;
		}

		.servicePage .afterSale .downloadBtn {
			border-radius: 4px;
			padding: 0 8px;
			margin-left: 80px;
		}

		.servicePage .afterSale .downloadBtn:hover {
			background: #f8f8f8;
			border: solid 1px #d2d2d2;
			color: #555555;
		}

		.servicePage .afterSale .submitBtn {
			width: 160px;
			height: 50px;
			margin-left: 80px;
			font-size: 16px;
		}

		.servicePage .afterSale .submitBtn:hover {
			background: #e62129;
		}
	}

	.servicePage .download {
		margin: 30px 0;
	}

	.servicePage .download .menu a {
		margin-right: 20px;
		font-size: 14px;
	}

	.servicePage .download .menu a:hover {
		color: #333333;
	}

	.servicePage .download .list li:hover {
		background: url(../images/download_line1.gif) repeat-x 0 0, url(../images/download_line1.gif) repeat-x 0 bottom;
	}

	.servicePage .download .list li:hover a {
		background: url(../images/download_line2.gif) repeat-y 0 0, url(../images/download_line2.gif) repeat-y right 0 top 0;
		border: none;
	}

	.servicePage .download .list li:hover .btn {
		background-color: #626262;
	}

	.servicePage .download .list li:hover .tit {
		color: #666666;
	}

	@media only screen and (max-width: 920px) {
		.servicePage .download .list {
			padding: 12px;
		}

		.servicePage .download .list li {
			margin: 0 0 20px 0;
		}

		.servicePage .download .list li a {
			padding: 12px;
		}

		.servicePage .download .list li .btn {
			width: 120px;
			height: 34px;
			line-height: 34px;
			text-indent: 14px;
			background-position: 14px center;
			top: 12px;
			right: 12px;
		}

		.servicePage .download .list li .tit {
			padding-right: 130px;
			font-size: 16px;
		}

		.servicePage .download .list li .info {
			margin-top: 20px;
		}

		.servicePage .download .list li .info .p1 {
			width: 33.333%;
		}

		.servicePage .download .list li .info .lg {
			margin-right: 18px;
		}
	}

	@media only screen and (max-width: 920px) {
		.servicePage .download .list {
			padding: 12px;
		}

		.servicePage .download .list li a {
			padding: 5px 12px;
		}

		.servicePage .download .list li .btn {
			top: 0;
			right: 0;
			position: static;
			margin-top: 14px;
		}

		.servicePage .download .list li .tit {
			padding-right: 0;
			font-size: 16px;
		}

		.servicePage .download .list li .info .p1 {
			width: 100%;
			margin-bottom: 5px;
		}

		.servicePage .download .list li .info .lg {
			margin-right: 18px;
		}
	}

	@media only screen and (max-width: 600px) {
		.servicePage .technology li {
			padding: 14px 0;
		}

		.servicePage .technology li .q {
			padding: 0 20px 0 24px;
			line-height: 22px;
			font-size: 16px;
			background-position: 0 2px;
		}

		.servicePage .technology li .a {
			padding: 0 20px 0 24px;
			font-size: 14px;
			margin-top: 12px;
		}

		.servicePage .technology li .a::after {
			right: 0px;
			top: 6px;
		}

		.servicePage .technology li .a span {
			line-height: 22px;
			height: 44px;
		}
	}

	.aboutPage {
		padding: 0 12px;
		box-sizing: border-box;
	}

	.aboutPage .companies .bigPic {
		margin-bottom: 20px;
	}

	.aboutPage .companies .title {
		line-height: 30px;
		font-size: 20px;
		margin-bottom: 12px;
	}

	.aboutPage .companies .tit {
		font-size: 18px;
	}

	.aboutPage .companies .tit span {
		margin-top: 10px;
	}

	@media only screen and (max-width: 800px) {
		.aboutPage .history {
			margin-top: 30px;
			padding-top: 20px;
		}

		.aboutPage .history .tab {
			padding: 0 48px;
		}

		.aboutPage .history .tab .next,
		.aboutPage .history .tab .prev {
			background: url(../images/arrow6.png) no-repeat;
			left: 5px;
		}

		.aboutPage .history .tab .next {
			left: auto;
			right: 5px;
			background-image: url(../images/arrow7.png);
		}

		.aboutPage .history .tab .prev:hover {
			background-image: url(../images/arrow6.png);
		}

		.aboutPage .history .tab .next:hover {
			background-image: url(../images/arrow7.png);
		}

		.aboutPage .history .tab .point2,
		.aboutPage .history .tab .point1 {
			left: 25px;
			top: 28px;
		}

		.aboutPage .history .tab .point2 {
			left: auto;
			right: 25px;
		}

		.aboutPage .history #thumbs .swiper-slide {
			font-size: 16px;
		}

		.aboutPage .history #gallery {
			margin-top: 10px;
		}

		.aboutPage .history #gallery .swiper-slide {
			padding: 20px;
		}

		.aboutPage .history #gallery .swiper-slide p {
			margin-bottom: 4px;
		}
	}

	.aboutPage .honorary {
		margin-top: 30px;
	}

	.aboutPage .honorary figure {
		width: 50%;
		margin: 0 0 20px 0;
		padding: 0 5px 0 0;
		box-sizing: border-box;
	}

	.aboutPage .honorary figure:nth-child(2),
	.aboutPage .honorary figure:nth-child(1) {
		width: 100%;
		margin-bottom: 14px;
		padding: 0;
	}

	.aboutPage .honorary figure:nth-child(2) {
		margin-left: 0px;
	}

	.aboutPage .honorary figure:nth-child(even) {
		padding: 0 0 0 5px;
	}

	.aboutPage .honorary figure:hover figcaption {
		color: #333333;
	}

	.aboutPage .honorary figure figcaption {
		line-height: 20px;
		font-size: 14px;
		margin-top: 6px;
		height: 20px;
		overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
		word-break: break-all;
	}

	.recruitmentPage {
		padding: 0 12px;
		box-sizing: border-box;
	}

	.recruitmentPage .recruitmentList {
		margin: 30px 0;
	}

	.recruitmentPage .recruitmentList li {
		padding: 12px;
		border-left: solid 2px #fff;
		margin-bottom: 20px;
	}

	.recruitmentPage .recruitmentList li.on {
		border-left: solid 2px #e62129;
	}

	.recruitmentPage .recruitmentList li .top {
		padding-right: 30px;
	}

	.recruitmentPage .recruitmentList li .top .tit {
		line-height: 28px;
		font-size: 18px;
	}

	.recruitmentPage .recruitmentList li .bottom .btn {
		display: block;
		margin-top: 24px;
	}

	.recruitmentPage .recruitmentList li .bottom .btn:hover {
		background: none;
		color: #e62129;
	}

	.contactPage {
		padding: 0 12px;
		box-sizing: border-box;
	}

	.contactPage .contact {
		margin-bottom: 20px;
		padding: 20px;
	}

	.contactPage .contact .title {
		line-height: 30px;
		font-size: 20px;
		padding-bottom: 14px;
	}

	.contactPage .contact .title span {
		font-size: 14px;
	}

	.contactPage .contact .address .box {
		width: 33.333%;
		padding: 30px 0 0 0;
	}

	.contactPage .contact .address .txt {
		margin-top: 24px;
	}

	.contactPage .contact .address .txt p {
		margin-bottom: 6px;
	}

	.contactPage .contact .allmap {
		height: 160px;
		margin-top: 14px;
	}

	@media only screen and (max-width: 800px) {
		.contactPage .contact {
			padding: 12px;
		}

		.contactPage .contact .title {
			line-height: 26px;
			font-size: 18px;
			padding-bottom: 12px;
		}

		.contactPage .contact .title span {
			display: block;
		}

		.contactPage .contact .address .box {
			width: 100%;
			padding: 10px 0 0 0;
		}

		.contactPage .contact .address .txt {
			margin-top: 10px;
		}

		.contactPage .contact .address .txt p {
			margin-bottom: 6px;
		}
	}

	.newsPage {
		padding: 0 12px;
		box-sizing: border-box;
	}

	.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 .text {
		padding: 0 14px 0 380px;
	}

	.newsPage .newsList li a:hover .text .tit {
		color: #333333;
	}

	.newsPage .newsList li a:hover .text .btn {
		background: url(../images/arrow1.png) no-repeat right 20px center #d4d4d4;
		color: #666666;
	}

	@media only screen and (max-width: 900px) {
		.newsPage .newsList {
			padding: 10px 12px;
			margin-bottom: 20px;
		}

		.newsPage .newsList li a {
			padding: 10px 0;
		}

		.newsPage .newsList li .pic {
			width: 180px;
			height: 109px;
		}

		.newsPage .newsList li a:hover .text,
		.newsPage .newsList li .text {
			padding: 0 0 0 190px;
		}

		.newsPage .newsList li .text .tit {
			height: 26px;
			line-height: 26px;
			font-size: 16px;
			margin-top: 0px;
		}

		.newsPage .newsList li .text .date {
			height: 20px;
			line-height: 20px;
			font-size: 14px;
			margin-top: 10px;
		}

		.newsPage .newsList li .text .txt {
			height: 44px;
			line-height: 22px;
			font-size: 14px;
			margin-top: 10px;
		}

		.newsPage .newsList li .text .btn {
			display: none;
		}
	}

	@media only screen and (max-width: 500px) {
		.newsPage .newsList {
			padding: 10px 10px;
		}

		.newsPage .newsList li a {
			padding: 10px 0;
		}

		.newsPage .newsList li .pic {
			width: 130px;
			height: 79px;
			margin-top: 2px;
		}

		.newsPage .newsList li a:hover .text,
		.newsPage .newsList li .text {
			padding: 0 0 0 140px;
		}

		.newsPage .newsList li .text .tit {
			height: 18px;
			line-height: 18px;
		}

		.newsPage .newsList li .text .date {
			height: 20px;
			line-height: 20px;
			margin-top: 4px;
			font-size: 12px;
		}

		.newsPage .newsList li .text .txt {
			height: 40px;
			line-height: 20px;
			margin-top: 2px;
		}

		.newsPage .newsList li .text .btn {
			display: none;
		}
	}

	.newsPage .details .prevnext a:hover {
		color: #333333;
	}

	@media only screen and (max-width: 800px) {
		.newsPage .details {
			margin-top: 20px;
			padding: 0 10px;
		}

		.newsPage .details .title {
			padding: 20px 0;
		}

		.newsPage .details .title .tit {
			line-height: 30px;
			font-size: 20px;
		}

		.newsPage .details .title .info {
			margin-top: 12px;
		}

		.newsPage .details .title .info span {
			margin: 0 14px;
		}

		.newsPage .details .article {
			padding: 20px 0;
			font-size: 14px;
			line-height: 28px;
		}

		.newsPage .details .prevnext {
			line-height: 20px;
			font-size: 14px;
			padding: 14px 0;
		}

		.newsPage .details .prevnext .l,
		.newsPage .details .prevnext .r {
			width: 100%;
		}

		.newsPage .details .prevnext .r {
			text-align: left;
			margin-top: 10px;
		}

		.newsPage .details .prevnext a {
			font-size: 14px;
		}
	}

	.pswp__ui--hidden .pswp__top-bar {
		opacity: 1;
	}

	.pswp img {
		max-width: 100%;
	}

	.pswp__img {
		bottom: 0;
		left: 0;
		right: 0;
		top: 0;
		margin: auto;
	}

	.pswp__img--placeholder {
		display: none;
	}

	.pswp__zoom-wrap {
		transform: scale(1) !important;
	}

}

/*手机版css*/