﻿@charset "UTF-8";
@media only screen and (max-width: 1200px) {
*{
	box-sizing: border-box;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.wrap p img{width:100%;}
.full-case-crumbs {
    height: 95px;
}
.page {
    margin: 0 auto;
    width: 300px;
}
.article {
	line-height: 24px;
	font-size: 14px;
}
.wrapper {
	padding-top: 50px;
	padding-bottom: 0px;
}
.header.min,
.header {
	height: 50px;
	z-index: 105;
}
.header.min .logo,
.header .logo {
	width: 195px;
	height: 45px;
	margin: 5px 0 0 10px;
}
.header .logo img {
    width: 140px;
}
.header .phone {
	display: none;
}
.header.min .searchBox,
.header .searchBox {
	margin-right: 50px;
	margin-top: 0px;
}
.header .searchBox .searchBtn {
	width: 50px;
	height: 50px;
	background-position: center;
}
.header .searchBox .searchBar {
	width: 100%;
	height: 50px;
	position: fixed;
	right: 0px;
	top: 0px;
	z-index: 101;
}
.header .searchBox .searchBar .inpu {
	width: 100%;
	height: 46px;
	padding-right: 50px;
}
.header .searchBox .searchBar .inpu input {
	height: 46px;
	line-height: 46px;
}
.header .searchBox .searchBar .btn {
	width: 50px;
	height: 46px;
	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: #0a43be;
	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 .phone{
	text-align: center;
	display: block;
	margin: 30px 0;
	width: 100%;
	padding: 0;
	border: none;
	color: #949494;
}
.header .nav .phone a{
	font-size: 18px;
	color: #0a43be;
	margin-top: 5px;
}
.header .nav .tit {
	display: block;
	font-size: 30px;
	font-weight: bold;
	color: #0a43be;
	text-align: center;
	padding: 20px 0;
}
.header .nav > ul > li {
	width: 100%;
	float: none;
	margin: 0;
}
.header.min .nav > ul > li:hover >a,
.header.min .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 #ccc;
	color: #333333;
}
.header .nav > ul > li.on > a {
	border-bottom: solid 1px #0a43be;
}
.header.min .nav .sub ,
.header .nav .sub {
	display: none;
	position: static;
	top: 0;
	left: 0;
	transform: translate(0%, 0%);
	-webkit-transform: translate(0%,0%);
	-moz-transform: translate(0%,0%);
	-ms-transform: translate(0%,0%);
	-o-transform: translate(0%,0%);
}
.header .nav .sub li{
	margin: 0;
	background: #ddd;
}
.header .nav .sub li a:hover,
.header .nav .sub li a {
	display: block;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #333;
	font-size: 14px;
	border-bottom: solid 1px #ccc;
}
.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 10px;
	box-sizing: border-box;
}
.footer .qrcode {
	width: 126px;
	height: 126px;
	float: none;
	margin: 0 auto;
}
.footer .linkList {
	width: 100%;
	max-width: 600px;
	text-align: center;
	margin: 10px auto 0 auto;
}
.footer .linkList a {
	width: 33.333%;
	line-height: 16px;
	font-size: 14px;
	margin: 0 0 12px 0;
}
.footer .linkList a:hover {
	color: #333333;
}
.footer .copyright {
	width: 100%;
	margin-top: 0px;
	text-align: center;
}
.footer .l {
	width: 100%;
	background: none;
	min-height: auto;
	padding-right: 0;
	float: none;
}
.footer .contact {
	float: left;
	width: 100%;
	background: none;
	min-height: auto;
	padding-left: 0;
	text-align: center;
	margin-top: 10px;
	float: none;
}
.footer .contact .tit {
	padding-left: 38px;
	font-size: 20px;
	display: inline-block;
	background-size: 32px auto;
}
.footer .contact .tit span {
	font-size: 12px;
}
.footer .contact .phone {
	font-size: 14px;
	margin-top: 12px;
}
.footer .contact .phone a {
	font-size: 20px;
}
.footer .address {
	max-width: 600px;
	width: 100%;
	float: none;
	margin: 16px auto 0 auto;
	display: none;
}
.footer .address p {
	margin-bottom: 10px;
}
.lzpic1{
	/*display: none;*/
}
.lzpic2{
	display: block;
}
.main .banner .swiper-pagination {
	bottom: 5px;
}
.main .banner .swiper-pagination .swiper-pagination-bullet {
	width: 22px;
}
.main .columnTitle .tit {
	line-height: 22px;
	font-size: 22px;
}
.main .columnTitle .en {
	margin-top: 4px;
}
.main .columnTitle .line {
	width: 24px;
	margin-top: 8px;
}
.main .service {
	padding: 30px 10px;
	box-sizing: border-box;
}
.main .service .top .all {
	width: 120px;
	height: 40px;
	line-height: 40px;
	text-indent: 12px;
	font-size: 16px;
	margin-top: 0px;
}
.main .service .top .all:hover {
	border: solid 1px #cccccc;
}
.main .service .top .all:hover span,
.main .service .top .all span {
	width: 100%;
	height: 100%;
	background: url(../img/arrow1.png) no-repeat right 12px center;
	background-size: 18px auto;
	color: #999999;
}
.main .service .top .all::after {
	display: none;
}
.main .service .serviceList {
	max-width: 340px;
	max-width: 600px;
	margin: 20px auto 0 auto;
}
.main .service .serviceList li {
	width: 50%;
	margin: 0 0 10px 0;
	padding: 0 5px 0 0;
	box-sizing: border-box;
}
.main .service .serviceList li:nth-child(even){
	padding: 0 0 0 5px;
}
.main .service .serviceList 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);
	opacity: 1;
	filter: alpha(opacity=100);
}
.main .service .serviceList li a:hover .tit {
	color: #000;
}
.main .service .serviceList li a:hover .tit .i1 {
	display: inline-block;
}
.main .service .serviceList li a:hover .tit .i2 {
	display: none;
}
.main .service .serviceList li a:hover .txt {
	color: #d0d0d0;
}
.main .service .serviceList li .pic {
	height: auto;
}
.main .service .serviceList li .pic .more {
	display: none;
}
.main .service .serviceList li .tit {
	height: 18px;
	line-height: 18px;
	font-size: 14px;
	margin-top: 6px;
}
.main .service .serviceList li .tit img {
	width: auto;
	height: 100%;
	margin-right: 4px;
}
.main .service .serviceList li .tit .i2 {
	display: none;
}
.main .service .serviceList li .txt {
	height: 20px;
	line-height: 20px;
	font-size: 12px;
}
.main .about {
	padding: 30px 10px;
	box-sizing: border-box;
}
.main .about .content {
	max-width: 600px;
	float: none;
	margin: 0 auto;
}
.main .about .content .text {
	line-height: 24px;
	padding: 16px 0;
}
.main .about .content .menu {
	padding: 30px 0;
}
.main .about .content .menu li {
	width: 25%;
	margin-right: 0;
	padding: 0 5px;
	box-sizing: border-box;
}
.main .about .content .menu li a:hover .icon1 {
	display: block;
}
.main .about .content .menu li a:hover .icon2 {
	display: none;
}
.main .about .content .menu li .icon1,
.main .about .content .menu li .icon2{
	max-width: 80px;
	margin: 0 auto;
}
.main .about .content .menu li .txt {
	line-height: 20px;
	font-size: 14px;
	margin-top: 10px;
}
.main .about .content .more:hover,
.main .about .content .more {
	width: 120px;
	height: 40px;
	line-height: 40px;
	text-indent: 12px;
	font-size: 16px;
	background: url(../img/arrow2.png) no-repeat right 12px center #0a43be;
	background-size: 18px auto;
}
.main .about .pic {
	max-width: 600px;
	float: none;
	margin: 20px auto 0 auto;
}
.main .case {
	padding: 30px 10px;
	box-sizing: border-box;
}
.main .case .swiper-pagination{
	margin-top: 6px;
}
.main .case .swiper-pagination .swiper-pagination-bullet {
	width: 16px;
	margin-left: 4px;
}
.main .case .swiper-container {
	margin-top: 20px;
}
.main .case .swiper-container .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 .case .swiper-container .swiper-slide a:hover .txt {
	color: #333333;
}
.main .case .swiper-container .swiper-slide .txt {
	height: 40px;
	line-height: 40px;
	font-size: 14px;
}
.main .news {
	padding: 30px 10px;
	box-sizing: border-box;
}
.main .news .top .tab .btn {
	margin-left: 6px;
	width: 100px;
	height: 40px;
	line-height: 40px;
	border: solid 1px #999999;
	font-size: 14px;
}
.main .news .top .tab .btn .icon1,
.main .news .top .tab .btn .icon2 {
	width: 20px;
	margin-right: 2px;
	display: inline-block;
}
.main .news .top .tab .btn .icon1 img,
.main .news .top .tab .btn .icon2 img {
	max-width: 100%;
	margin-top: -4px;
}
.main .news .top .tab .btn .icon2 {
	display: none;
}
.main .news .newsList {
	margin: 20px auto 0 auto;
	max-width: 460px;
}
.main .news .newsList li {
	width: 100%;
	margin: 0px 0 14px 0;
}
.main .news .newsList li:last-child{
	margin-bottom: 0;
}
.main .news .newsList li a {
	padding: 20px;
	background: #fff;
}
.main .news .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);
}
.main .news .newsList li a:hover .txt,
.main .news .newsList li a:hover .date {
	color: #333333;
}
.main .news .newsList li .date {
	line-height: 20px;
	font-size: 20px;
}
.main .news .newsList li .date::after {
	display: none;
}
.main .news .newsList li .year {
	font-size: 12px;
	margin-top: 2px;
}
.main .news .newsList li .pic {
	height: auto;
	margin: 10px 0;
}
.main .news .newsList li .txt {
	height: 48px;
	line-height: 24px;
	font-size: 16px;
}
.main .news .newsList li a:hover .arrow,
.main .news .newsList li .arrow {
	width: 22px;
	height: 14px;
	background: url(../img/arrow1.png) no-repeat right 0 center;
	margin-top: 20px;
}
.container .columnMenu {
	height: 50px;
	padding: 0 10px;
	box-sizing: border-box;
}
.container .columnMenu li {
	margin-right: 20px;
}
.container .columnMenu li.on a {
	border-bottom: solid 2px #a83837;
}
.container .columnMenu li a {
	height: 50px;
	line-height: 50px;
	font-size: 14px;
}
.container .columnMenu li a:hover {
	color: #777777;
}
.container .publicTitle .tit {
	line-height: 30px;
	font-size: 20px;
}
.container .paging {
	margin-top: 20px;
}
.container .paging ul li {
	margin: 0 2px;
}
.container .paging ul li.dian,
.container .paging ul li.prev,
.container .paging ul li.next,
.container .paging ul li.home{
	display: none;
}
.container .paging ul li a:hover{
	background-color: #fff;
	color: #bcbcbc;
	border: solid 1px #e6e6e6;
}
.container .prevnext {
	margin-top: 20px;
}
.container .prevnext a {
	width: 90px;
	height: 40px;
	line-height: 40px;
	margin: 0 6px 0 0;
}
.container .prevnext a:hover span {
	color: #999999;
}
.container .prevnext a::after {
	display: none;
}
.container .prevnext a span {
	text-indent: 36px;
	font-size: 14px;
	background: url(../img/arrow7.png) no-repeat 10px center;
	background-size: 16px auto;
}
.container .prevnext .prev:hover span {
	background-image: url(../img/arrow7.png);
}
.container .prevnext .next{
	margin: 0;
}
.container .prevnext .next span {
	background: url(../img/arrow1.png) no-repeat right 10px center;
	background-size: 16px auto;
	text-indent: 10px;
}
.container .prevnext .next:hover span {
	background-image: url(../img/arrow1.png);
}
.container .prevnext .return {
	width: 100px;
	background: none;
}
.container .prevnext .return span {
	background-image: url(../img/return1.png);
	background-size: 12px auto;
	text-indent: 30px;
}
.container .prevnext .return::after {
	display: none;
}
.container .prevnext .return:hover {
	border: solid 1px #dddddd;
}
.container .prevnext .return:hover span {
	background-image: url(../img/return1.png);
}
.aboutPage .introduce {
	padding: 30px 10px;
	box-sizing: border-box;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
}
.aboutPage .culture {
	padding: 30px 10px 10px 10px;
	box-sizing: border-box;
}
.aboutPage .culture ul {
	margin-top: 20px;
}
.aboutPage .culture ul li {
	width: 50%;
	padding: 0 10px 0 0;
	box-sizing: border-box;
	margin-bottom: 20px;
}
.aboutPage .culture ul li:nth-child(even){
	padding: 0 0 0 10px;
}
.aboutPage .culture ul li:hover .icon {
	background: #555555;
}
.aboutPage .culture ul li .icon {
	width: 80px;
	height: 18px;
	line-height: 18px;
	font-size: 18px;
}
.aboutPage .culture ul li .txt {
	margin-top: 10px;
	font-size: 12px;
}
.advantage {
	padding: 30px 10px;
	box-sizing: border-box;
}
.advantage .content {
	max-width: 800px;
	float: none;
	margin: 0 auto;
}
.advantage .content ul {
	margin-top: 18px;
}
.advantage .content ul li {
	padding: 14px 0;
}
.advantage .pic {
	max-width: 540px;
	float: none;
	margin: 20px auto 0 auto;
}
.aboutPage .cooperation{
	padding: 30px 10px;
	box-sizing: border-box;
}
.aboutPage .cooperation .list {
	margin-top: 30px;
}
.aboutPage .cooperation .list li {
	width: 20%;
	height: auto;
}
.aboutPage .cooperation .list li a:hover {
	box-shadow: 0px 0px 0px 0px #dfdfdf;
}
@media only screen and (max-width: 700px){
	.aboutPage .cooperation .list li {
		width: 25%;
	}
}
@media only screen and (max-width: 500px){
	.aboutPage .cooperation .list li {
		width: 33.333%;
	}
}
.servicePage .serviceList {
	max-width: 600px;
	padding: 30px 10px;
	box-sizing: border-box;
	margin: 0 auto;
}
.servicePage .serviceList li {
	width: 100%;
	margin-bottom: 14px;
}
.servicePage .serviceList li a {
	padding: 10px;
}
.servicePage .serviceList 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);
}
.servicePage .serviceList li a:hover .icon1 {
	display: block;
}
.servicePage .serviceList li a:hover .icon2 {
	display: none;
}
.servicePage .serviceList li a:hover .tit {
	color: #000;
}
.servicePage .serviceList li a:hover .txt {
	color: #b6b6b6;
}
.servicePage .serviceList li .text {
	width: 200px;
	padding-top: 32px;
	float: left;
}
.servicePage .serviceList li .text .icon2,
.servicePage .serviceList li .text .icon1 {
	height: 36px;
}
.servicePage .serviceList li .pic {
	width: 100%;
	height: auto;
	float: none;
	padding-left: 210px;
	box-sizing: border-box;
	overflow: visible;
}
@media only screen and (max-width: 600px){
	.servicePage .serviceList li .text {
		width: 140px;
		padding-top: 0px;
	}
	.servicePage .serviceList li .text .icon2,
	.servicePage .serviceList li .text .icon1 {
		height: 26px;
	}
	.servicePage .serviceList li .text .tit {
		line-height: 22px;
		font-size: 16px;
		margin: 12px 0 8px 0;
	}
	.servicePage .serviceList li .text .txt {
		line-height: 16px;
		font-size: 12px;
	}
	.servicePage .serviceList li .pic {
		padding-left: 150px;
	}
}
.servicePage .swiper-pagination .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	margin: 0 2px;
}
.servicePage .certificate {
	padding: 30px 10px;
	box-sizing: border-box;
}
.servicePage .certificate .wrap {
	padding: 10px;
	max-width: 600px;
}
.servicePage .certificate .info,
.servicePage .certificate .swiper-container {
	width: 100%;
}
.servicePage .certificate .swiper-container .swiper-pagination{
	bottom: 0;
}
.servicePage .certificate .info .title {
	font-size: 20px;
	margin-top: 20px;
}
.servicePage .certificate .info .en {
	font-size: 12px;
}
.servicePage .certificate .info .text {
	line-height: 24px;
	font-size: 14px;
	margin-top: 20px;
}
.servicePage .certificate .info .downBtn {
	height: 34px;
	line-height: 34px;
	font-size: 14px;
	margin: 20px 0 36px 0;
}
.servicePage .certificate .info .downBtn:hover {
	border: solid 1px #dddddd;
}
.servicePage .certificate .info .downBtn::after {
	display: none;
}
.servicePage .certificate .info .downBtn:hover span,
.servicePage .certificate .info .downBtn span {
	color: #555555;
	padding: 0 14px 0 40px;
	background: url(../img/download1.png) no-repeat 10px center;
}
.servicePage .certificate .info .consult {
	height: 60px;
	line-height: 60px;
	padding: 0 30px 0 60px;
	margin-bottom: 20px;
	background: url(../img/consult.png) no-repeat 20px center #0a43be;
	color: #fff;
}
.servicePage .certificate .info .consult:hover {
	background-color: #0a43be;
}
.servicePage .certificate .info .consult span {
	font-size: 20px;
	margin: -6px 0 0 4px;
}
.servicePage .conditions {
	padding: 30px 10px;
	box-sizing: border-box;
}
.servicePage .conditions .swiper-container {
	margin-top: 20px;
	padding-bottom: 20px;
}
.servicePage .conditions .swiper-slide:hover .pic img {
	opacity: .3;
}
.servicePage .conditions .swiper-slide:hover .pic .txt {
	opacity: 1;
}
.servicePage .conditions .swiper-slide:hover .text {
	border: solid 1px #a83837;
	background: #a83837;
	color: #fff;
}
.servicePage .conditions .swiper-slide .pic .txt {
	padding: 0 4px;
	line-height: 24px;
	font-size: 14px;
}
.servicePage .conditions .swiper-slide .text {
	height: auto;
	line-height: 22px;
	border: solid 1px #eeeeee;
	font-size: 14px;
	padding: 10px 5px;
}
.servicePage .process {
	padding: 30px 10px;
	box-sizing: border-box;
}
.servicePage .process .article {
	margin-top: 30px;
}
.servicePage .provide {
	padding: 30px 10px 20px 10px;
	box-sizing: border-box;
}
.servicePage .provide ul {
	margin-top: 20px;
}
.servicePage .provide ul li {
	width: 33.333%;
	margin-bottom: 10px;
}
.servicePage .provide ul li:nth-child(3n+1){
	background: none;
}
.servicePage .provide ul li .icon2,
.servicePage .provide ul li .icon1 {
	width: 60px;
	height: 60px;
}
.servicePage .provide ul li .icon2 {
	display: none;
}
.servicePage .provide ul li .txt {
	line-height: 20px;
	font-size: 14px;
	margin-top: 10px;
}
.servicePage .advantage {
	padding: 30px 10px;
	box-sizing: border-box;
}
.servicePage .advantage .wrap{
	max-width: 600px;
}
.servicePage .advantage .row {
	margin-top: 20px;
}
.servicePage .charge .swiper-slide .text {
	height: 50px;
	line-height: 50px;
	padding: 0;
}
.servicePage .cycle {
	padding: 30px 10px;
	box-sizing: border-box;
}
.servicePage .cycle .wrap{
	max-width: 500px;
}
.servicePage .cycle ul {
	margin-top: 20px;
}
.servicePage .cycle ul li {
	width: 100%;
	margin: 0 0 14px 0;
}
.servicePage .cycle ul li:last-child{
	margin-bottom: 0;
}
.servicePage .cycle ul li .bigtit {
	width: 120px;
	height: 120px;
	line-height: 120px;
	font-size: 24px;
}
.servicePage .cycle ul li .txt {
	padding: 30px 20px 0 140px;
}
.casePage {
	padding: 30px 10px;
	box-sizing: border-box;
}
.casePage .caseList{
	max-width: 600px;
	margin: 0 auto;
}
.casePage .caseList li {
	width: 50%;
	margin: 0 0 14px 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 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 .text {
	color: #333333;
}
.casePage .caseList li .pic {
	height: auto !important;
}
.casePage .caseList li .text {
	height: 50px;
	line-height: 50px;
	font-size: 14px;
}
.newsPage {
	padding: 30px 10px;
	box-sizing: border-box;
}
.newsPage .newsList li {
	margin-bottom: 14px;
}
.newsPage .newsList li a {
	padding: 12px;
}
.newsPage .newsList li a:hover {
	box-shadow: 0px 0px 0px 0px #eee;
}
.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 .tit {
	color: #333333;
}
.newsPage .newsList li a:hover .arrow {
	width: 22px;
	background-image: url(../img/arrow1.png);
}
.newsPage .newsList li .pic {
	width: 240px;
	height: 139px;
}
.newsPage .newsList li .text {
	padding: 0 0 0 250px;
}
.newsPage .newsList li .text .tit {
	height: auto;
	line-height: 20px;
	font-size: 16px;
}
.newsPage .newsList li .text .tit span.t {
	padding: 0px;
}
.newsPage .newsList li .text .tit span.d {
	width: 100%;
	text-align: left;
	float: none;
	display: block;
	margin-bottom: 2px;
}
.newsPage .newsList li .text .txt {
	height: 44px;
	line-height: 22px;
	font-size: 14px;
	margin-top: 12px;
}
.newsPage .newsList li .text .arrow {
	margin-top: 20px;
}
@media only screen and (max-width: 600px){
	.newsPage .newsList li a {
		padding: 10px;
	}
	.newsPage .newsList li .pic {
		width: 140px;
		height: 81px;
	}
	.newsPage .newsList li .text {
		padding: 0 0 0 150px;
	}
	.newsPage .newsList li .text .tit {
		font-size: 14px;
	}
	.newsPage .newsList li .text .tit span.t {
		padding: 0px;
	}
	.newsPage .newsList li .text .tit span.d {
		margin-bottom: 2px;
		font-size: 12px;
	}
	.newsPage .newsList li .text .txt {
		height: 40px;
		line-height: 20px;
		font-size: 12px;
		margin-top: 5px;
	}
	.newsPage .newsList li .text .arrow {
		display: none;
	}
}
.newsPage .newsDetails {
	padding: 20px 10px;
}
.newsPage .newsDetails .title {
	padding-bottom: 20px;
}
.newsPage .newsDetails .title .tit {
	line-height: 24px;
	font-size: 18px;
}
.newsPage .newsDetails .article {
	padding: 20px 0;
}
.recruitPage {
	padding: 30px 10px;
	box-sizing: border-box;
}
.recruitPage .recruitList {
	margin-top: 30px;
}
.recruitPage .recruitList li .top {
	padding: 12px 0;
	background: url(../img/arrow9.png) no-repeat right 10px center;
	background-size: 10px auto;
}
.recruitPage .recruitList li .top .tit {
	width: 100%;
	line-height: 24px;
	padding-left: 28px;
	font-size: 16px;
	background: url(../img/recruit1.png) no-repeat 6px 5px;
	background-size: 16px auto;
	margin-top: 0px;
}
.recruitPage .recruitList li .top .info {
	width: 100%;
	padding-left: 28px;
	box-sizing: border-box;
	margin-top: 10px;
}
.recruitPage .recruitList li .top .info .in{
	font-size: 12px;
}
.recruitPage .recruitList li .top .info .in span {
	margin-top: 4px;
}
.recruitPage .recruitList li .cont {
	line-height: 28px;
	padding: 0 12px;
}
.recruitPage .recruitList li .cont .text {
	padding: 12px 0px;
}
.contactPage .belief {
	padding: 30px 10px;
	box-sizing: border-box;
}
.contactPage .belief .wrap{
	max-width: 600px;
	margin: 0 auto;
}
.contactPage .belief .call {
	margin-top: 20px;
	padding: 20px 0;
}
.contactPage .belief .call .p {
	width: 100%;
	line-height: 24px;
	font-size: 14px;
	margin: 0 0 10px 0;
}
.contactPage .belief .call .p a {
	font-size: 14px;
}
.contactPage .belief .call .p .big {
	font-size: 20px;
	color: #0a43be;
}
.contactPage .belief .call .p .icon{
	width: 26px;
	display: inline-block;
}
.contactPage .belief .call .p img {
	max-width: 100%;
}
.contactPage .belief .address {
	margin-top: 30px;
}
.contactPage .belief .address .box {
	width: 100%;
	padding: 0;
	margin-bottom: 20px;
}
.contactPage .belief .address .box:last-child{
	margin-bottom: 0;
}
.contactPage .message {
	max-width: 640px;
	padding: 30px 10px;
	box-sizing: border-box;
	margin: 0 auto;
}
.contactPage .message .mass {
	width: 100%;
}
.contactPage .message .mass .inpuBox {
	margin-top: 20px;
}
.contactPage .message .mass .inpuBox textarea,
.contactPage .message .mass .inpuBox input[type='text'] {
	width: 100%;
	height: 50px;
	line-height: 48px;
	padding: 0 10px;
}
.contactPage .message .mass .inpuBox textarea {
	width: 100%;
	height: 100px;
	line-height: 20px;
	padding: 6px 10px;
}
.contactPage .message .mass .inpuBox input[type='button']:hover,
.contactPage .message .mass .inpuBox input[type='reset']:hover,
.contactPage .message .mass .inpuBox input[type='button'],
.contactPage .message .mass .inpuBox input[type='reset'] {
	width: 130px;
	background: #777777;
}
.contactPage .message .mass .inpuBox input[type='button']:hover,
.contactPage .message .mass .inpuBox input[type='button'] {
	background: #a83837;
}
.contactPage .message .map {
	width: 100%;
	margin-top: 30px;
}
.contactPage .message .map #allmap {
	height: 300px;
}
















}/*手机版css*/
