﻿@charset "utf-8";
@font-face {
font-family:number;
src:url('../images/number.ttf'), url('../images/number.eot');
}
html, body {
	margin:0;
	padding:0;
	font-family:number, "Microsoft YaHei", '黑体', Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	font-size:18px;
	-webkit-font-smoothing:antialiased;
	-webkit-tap-highlight-color:rgba(0, 0, 0, 0);
	background-color:#fff;
	cursor:default;
}
img {
	border:0;
	backface-visibility: hidden;
    image-rendering: -webkit-optimize-contrast;
}
a {
	color:#000;
	text-decoration:none;
 transition:color .1s ease-in-out;
}
::selection {
 background:#3488ea;
 color:#fff;
}
ul, li, p {
	margin:0;
	padding:0;
	list-style:none;
}
input {
	border:#eee 2px solid;
	padding:8px;
	border-radius:4px;
	outline:none;
	color:#666;
	font-size:12px;
	background:transparent;
}
.clear {
	clear:both;
	height:0;
	overflow:hidden;
}
.btn {
	background-color:#0773fc;
	width:80px;
	height:34px;
	border-radius:4px;
	color:#fff;
	font-size:14px;
	line-height:34px;
	text-align:center;
	cursor:pointer;
 transition:background .2s ease-out;
}
.btn:hover {
	background-color:#6db53e;
}
.header {
	position:fixed;
	z-index:100;
	top:0;
	left:0;
	width:100%;
	background-color:#fff;
	box-shadow:0 2px 2px rgba(0, 0, 0, 0.05);
	border-radius:1px;
}
.header .top {
	position:relative;
	width:1300px;
	height:90px;
	margin:0 auto;
}
.header .line {
	height:2px;
	background-color:#f44336;
	background-image:linear-gradient(50deg, #fff, #f44336, #2196f3, #fff);
}
.header .logo {
	position:absolute;
	top:9px;
	width:470px;
}
.sobox {
	position:absolute;
	z-index:50;
	top:27px;
	right:100px;
	border-radius:4px;
	width:430px;
	height:34px;
	border:#c2c2c2 1px solid;
	background:#fff url(../images/so.png) no-repeat 10px / 16px;
	border-radius: 18px;
}
.sobox input {
	border:0;
	padding:2px 0 0 0;
	margin-left:45px;
	width:270px;
	height:32px;
	line-height:32px;
 *float:left;
}
.sobox .btn {
	float:right;
	margin:3px 3px 0 0;
	height:28px;
	line-height:28px;
	border-radius: 14px;
}
.header .nav {
	border:#e7e7e8 1px solid;
	border-width:1px 0;
	background-color:#fafafa;
}
.header .nav .ul {
	width:1300px;
	height:42px;
	margin:0 auto;
}
.header .nav .ul .li {
	position:relative;
	width:11.1%;
 *width:11%;
	line-height:40px;
	float:left;
	font-size:16px;
	color:#222;
	text-align:center;
 transition:color .2s ease-in-out;
}
.header .nav .ul .on, .header .nav .ul .li:hover {
	color:#f44336;
	cursor:pointer;
}
.header .nav .ul .on:before {
	position: absolute;
    content: "";
    width: 60px;
    height: 2px;
    left: 50%;
    top: -1px;
    transform: translateX(-50%);
    background: linear-gradient(-50deg, #fff, #f44336, #2196f3, #fff);
}
.header .nav .ul .first {
	width:8%;
}
.header .nav .ul .li:after {
	content:"";
	width:1px;
	height:10px;
	background-color:#bdbdbd;
	position:absolute;
	right:0;
	top:19px;
}
.header .nav .ul .last:after {
	display:none;
}
.header .nav .li .linav {
	position: absolute;
	top: 41px;
	left: 0;
	width: 100%;
	background: #fafafa;
	display: none;
	font-size: 14px;
	animation-duration: 0.1s;
	padding: 10px 0 20px 0;
	box-shadow:0 5px 10px rgba(0, 0, 0, 0.1);
	border-radius:1px;
}
.header .nav .li .linav a {
	line-height:28px;
	display:block;
	color:#444;
	font-size:15px;
}
.header .nav .li .linav a font {
	padding:10px 12px;
	line-height:15px;
	text-align:left;
	display:block;
}
.header .nav .li .linav a:hover {
	color:rgba(0, 0, 0, 0.5);
}
.header .nav .li:hover .linav {
	display:block;
}
.mmenui {
	width:18px;
	height:auto;
	position:fixed;
	z-index:120;
	top:27px;
	right:25px;
	display:none;
}
.banner {
	position:relative;
	width:100%;
	height:500px;
	overflow:hidden;
	background-color:#4d9265;
	background-image:linear-gradient(-90deg, #28679d, #63ac29);
	margin-top:136px;
}
.bansh {
	display:none;
}
.banner ul, .banner li {
	width:100%;
	height:500px;
}
.img-btn-list {
	width:100%;
	position:absolute;
	bottom:20px;
	left:0;
	text-align:center;
	z-index:20;
}
.img-btn-list>span {
	display:inline-block;
	width:8px;
	height:8px;
	border-radius:4px;
	margin:0 5px;
	background:rgba(255, 255, 255, .6);
 transition:all .3s;
}
.img-btn-list>span.current {
	width:40px;
}
.banli {
	height:500px;
	overflow:hidden;
	background:no-repeat top center / cover;
}
.banner .li1 {
 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/00.jpg', sizingMethod='scale');
	background-image:url(../images/00.jpg);
}
.banner .li2 {
 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/01.jpg', sizingMethod='scale');
	background-image:url(../images/01.jpg);
}
.section {
	width:1400px;
	margin:0 auto;
	padding-top:45px;
}
.tit {
	font-size:28px;
	text-align:center;
}
.tit font {
	position:relative;
 *font-size:28px;
}
.tit font:before, .tit font:after {
	content:"";
	width:300px;
	height:1px;
	background-color:#f44336;
	position:absolute;
	left:-330px;
	top:17px;
}
.tit font:after {
	left:auto;
	right:-330px;
}
.tits {
	color:#555;
	font-size:12px;
	text-align:center;
}
.item {
	width:96%;
	margin:0 2%;
	float:left;
}
.item .title {
	border-bottom:#e7e7e8 1px solid;
	padding-bottom:3px;
	margin-bottom:8px;
	color:#4488c6;
	position:relative;
}
.item .title font {
	font-weight:200;
	font-size:14px;
	color:#555;
}
.item .title span {
	float:right;
	font-size:14px;
	padding-right:20px;
	line-height:28px;
	color:#555;
}
.item .title span a {
	padding:0 5px;
}
.item .title span a:hover {
	color:#f44336;
}
.item .title .i {
	position:absolute;
	width:60px;
	left:200px;
	top:-10px;
}
.item .text {
	font-size:15px;
	color:#555;
	line-height:26px;
}
.pic img {
	width:100%;
	height:auto;
	border-radius:8px;
}
.form .l {
	margin:5px 5px 10px 5px;
	font-size:14px;
	color:#555;
}
.form .l span {
	width:25%;
	float:left;
}
.form .last {
	margin-top:2px;
}
.form .btn {
	margin-top:10px;
	border-radius: 16px;
	line-height:32px;
	height:32px;
}
.x2 .item {
	width:46%;
}
.news {
	padding:15px 0;
}
.news .hl {
    display: flex;
    align-items: center;
}
.news .hl:first-child {
	padding: 0 8% 10px 0;
	height:108px;
	text-align:justify;
}
.news .date {
	line-height: 1;
    text-align: center;
    font-size: 16px;
    padding-right: 30px;
    white-space: nowrap;
}
.news .date span {
	display:block;
	font-size:42px;
	color:#6db53e;
	background-image:-webkit-linear-gradient(-150deg, #13bcac, #6db53e);
	-webkit-background-clip:text;
	-webkit-text-fill-color:transparent;
}
.news .text {
	font-size:12px;
	color:#b1b1b1;
	line-height:22px;
	width: 90%;
}
.news .text div {
	color:#222;
	font-size:15px;
	padding-bottom:10px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
 transition:color .1s ease-in-out;
}
.news .text div:hover {
	color:#f44336;
}
.news .line {
	border-bottom:#e7e7e8 1px dotted;
	margin-bottom:10px;
}
.logos img {
	max-height:50px;
	max-width:150px;
	margin-right:25px;
	margin-top:10px;
}
.tels .text {
	font-size:14px;
}
.tels .text font {
	font-size:16px;
	color:#000;
}
.x3 .item {
	width:29.3%;
}
.foo .item {
	width:12.6%;
}
.foo .l {
	width:46%;
	padding-top:3px;
}
.foo .l .logo {
	width:300px;
}
.foo .l .qr {
	height:70px;
	backface-visibility: hidden;
}
.foo .text a {
	color:#555;
}
.foo .text a:hover {
	color:#f44336;
}
.footer {
	padding:0 0 20px 0;
	text-align:center;
}
.footer div {
	font-size:12px;
	color:#006bb4;
	padding-top:10px;
}
.sincoz {
	width:120px;
	height:auto;
	backface-visibility: hidden;
}
.hover .item {
	transition:transform 0.5s;
}
.hover .item:hover {
	transform:translateY(-7px);
}
.page-banner {
	width:100%;
	height:220px;
	overflow:hidden;
	background:no-repeat center / cover;
	background-color:#4d9265;
	background-image:linear-gradient(-90deg, #28679d, #63ac29);
	margin-top:136px;
}
.page-l {
	width:15%;
	float:left;
	position:relative;
}
.page-l .box {
	position:absolute;
	left:0;
	top:0;
	width:100%;
}
.page-l .box ul {
	padding:30px 20px 0 0;
}
.page-l .box ul li {
	font-size:15px;
	border-bottom:#e7e7e8 1px dotted;
	position:relative;
	padding: 12px 0 12px 40px;
	transition:all 0.2s ease-out;
	color:#000;
}
.page-l .box ul li .i, .article .page-l .list-t .i {
	color:#f44336;
	font-size:12px;
	position:absolute;
	left:15px;
	top:12px;
	transition:all 0.2s ease-out;
}
.article .page-l .list-t .i {
	top:1px;
}
.page-l .box ul li:hover {
	color:#f44336;
	cursor:pointer;
	padding-left:50px;
}
.page-l .box ul li:hover .i {
	left:25px;
}
.page-l .t, .page-r .t {
	border-bottom:#e7e7e8 1px solid;
	padding:10px 0;
	text-align:center;
	font-weight:bold;
	letter-spacing:1px;
	font-size:20px;
	-webkit-text-stroke: .2px #fff;
    color: #009688;
}
.page-r .t {
	width:130px;
}
.page-r {
	width:84.9%;
	min-height:450px;
	float:left;
	border-left:#e7e7e8 1px solid;
}
.page-r .title {
	padding-bottom:0;
	margin-bottom:0;
	height:46px;
}
.page-r .ts {
	position:absolute;
	top:13px;
	left:30px;
	color:#444;
	font-size:14px;
}
.page-r .title span {
	font-size:24px;
	font-weight:bold;
	color:#c8e6c9;
	line-height:normal;
	padding-right:40px;
	display:none;
}
.page-r .news {
	display: flex;
    align-items: center;
	width:94%;
	padding:40px 1% 40px 5%;
	border-bottom:#e8e9f0 1px solid;
	transition: all .3s;
}
.page-r .news .pic {
	width:248px;
	height:148px;
	float:left;
	border-radius:2px;
 transition:.5s;
}
.page-r .news .text {
	width:58%;
	color:#888;
	font-size:14px;
	line-height:26px;
	padding-right: 0;
}
.page-r .news .text div {
	padding-bottom:15px;
	font-size:16px;
}
.page-r .news .date {
	width:8%;
	padding-left:80px;
	font-size:15px;
}
.page-r .news .date span {
	line-height: 1.1em;
}
.page-r .news:hover {
	box-shadow:-1px 4px 4px rgba(0, 0, 0, 0.03);
	border-radius:1px;
}
.page-r .news:hover .text div {
	color:#f44336;
}
.page-r .news:hover .pic {
	transform:translateX(10px);
}
.page-full .page-r .title .ts {
	left:160px;
}
.page-full .news {
	width:98%;
	padding:40px 1% 40px 1%;
}
.page-full .news .text {
	width:63%;
}
#pager {
	padding:50px 5%;
	font-size:14px;
	width: max-content;
	margin:0 auto;
}
#pager ul.pages li {
	float:left;
	padding:0 8px;
	background-color:#eee;
	color:#888;
	margin:0 5px 0 0;
	border-radius:2px;
	line-height:28px;
}
#pager ul.pages li:hover {
	color:#fff;
	background-color:#29c06d;
}
#pager ul.pages li.pgEmpty {
	display:none;
}
#pager ul.pages li.pgCurrent {
	color:#fff;
	background-color:#0773fc;
}
.suspend {
	position:fixed;
	right:0;
	top:299px;
	z-index:150;
}
.imnav {
	position: fixed;
    right: 10px;
    top: 290px;
    z-index: 10001;
    width: 280px;
    background: #fff;
    box-shadow: rgba(0, 0, 0, .1) 0 0 17px 0, rgba(0, 0, 0, .12) 0 0 4px;
    border-radius: 12px;
    padding: 5px 0;
	display:none;
}
.imnav li {
	color: rgba(0, 0, 0, .8);
    padding: 15px 20px;
    border-bottom: rgba(0,0,0,.12) 1px solid;
	line-height:1;
	transition: all .3s;
	list-style:none;
}
.imnav li:hover {
	background: rgba(0, 0, 0, .05);
}
.imnav li:last-child {
    border: 0;
	pointer-events: none;
}
.imnav li:first-child {
    color: #004fec;
	font-size: 18px;
	pointer-events: none;
}
.imnav li span{
	font-size: 12px;
    display: block;
    opacity: .6;
    padding: 0 0 5px 0;
	color: #000;
}
.imnav li img{
    display: block;
	width: 80%;
}
.article .page-l {
	width:25%;
}
.article .page-l .list-t {
	font-size:15px;
	position:relative;
	padding:0 0 20px 40px;
}
.article .page-l ul {
	padding-top:45px;
}
.article .page-l ul li {
	font-size:13px;
	padding:0 15px;
	line-height:38px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	color: #555;
}
.article .page-l ul li:hover {
	padding-left:20px;
}
.article .page-r {
	width:74.9%;
}
.article .page-r .detail {
	padding:45px 50px 0 70px;
}
.article .page-r .detail .tit {
	font-size:24px;
	-webkit-text-stroke: .4px #fff;
	max-width: 70%;
    margin: 0 auto;
}
.article .page-r .detail .tits {
	color:#9e9e9e;
}
.article .page-r .detail .ln {
	width:56px;
	height:4px;
	border-radius:2px;
	margin:15px auto 15px auto;
	background:#ff534d;
	background: linear-gradient(-50deg, #fff, #f44336, #2196f3, #fff);
}
.article .page-r .detail .text {
	color:#555;
	padding:40px 0;
	line-height:30px;
	border-bottom:#e7e7e8 1px solid;
}
.article .page-r .detail .next {
	font-size:13px;
	border-bottom:0;
}
.article .page-r .detail .next a:hover {
	color:#f44336;
}
.lz-pl {
	position:absolute;
	right:60px;
	bottom:20px;
	display:none;
}
.lz-pt {
	font-size:28px;
	font-weight:bold;
	color:#c8e6c9;
	padding:50px 0 30px 4%;
	display:none;
}
.lz-bg1 {
 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/pb01.jpg', sizingMethod='scale');
	background-image:url(../images/pb01.jpg);
}
.lz-x6 .item {
	width:16.2%;
	margin:0 .2%;
}
.company .page-r {
	width: 84.9%;
}
.company .page-r .detail {
	padding: 25px 50px 0 70px;
}
.company .page-r .detail .text {
	padding: 10px 0 40px 0;
}
.service .page-l {
	width:22%;
}
.service .page-r {
	width:77.9%;
}
.law .news {
	display:block;
	width: 96%;
	margin: 20px 1%;
	float: left;
	background:#f9f9f9;
}
.law .news .text div {
	padding-bottom: 15px;
	border-bottom: #e8e9f0 1px solid;
	margin-bottom: 10px;
}
.law .news .text {
	width: 96%;
	margin: 0 auto;
}
.law .news .btn {
	margin: 20px 0 0 2%;
    height: 28px;
    line-height: 28px;
    font-weight: normal;
    font-size: 12px;
    border-radius: 14px;
}
.law .news:hover .btn {
	background: #555;
	color: #fff;
	border: #fff 1px solid;
}
.ipt {
	display: block;
	width: 100%;
	font-size: 14px;
	color: #bbb;
	height: 35px;
	padding: 5px 2% 2px 2%;
	margin: 0 auto;
	outline: none;
	font-family: inherit;
	margin-bottom: 20px;
	background: none;
}
.reservation {
	width:60%;
	margin: 20px auto 80px auto;
}
.reservation .ln {
	width: 56px;
	height: 4px;
	border-radius: 2px;
	margin: 15px auto 15px auto;
	background-color: #ff534d;
}
.reservation .intro {
	font-size:15px;
	padding:15px;
}
.reservation .btn {
	margin:20px auto 0 auto;
	width:100px;
}
.contact {
	width:100%;
	margin-bottom:20px;
}
.contact .news {
	width: 29.3%;
	text-align:center;
}
.contact .news:hover .text div {
    color: #222;
}
.contact .news .text {
	font-size:16px;
	word-break: break-all;
	color: #555;
}
.contact .news .text div {
	font-size:17px;
	font-weight:bold;
	-webkit-text-stroke: .2px #fff;
}
.contact .news .text div img {
	display: inline-block;
    margin: 0 15px 0 0;
    width: 16px;
    transform: translateY(2px);
}
.map {
	height:400px;
}
.job {
	width: 100%;
}
.job .tits {
	font-size:16px;
	line-height:26px;
	text-align:left;
	padding: 0 10%;
}
.tbl {
	width:100%;
	margin:20px auto;
	border: #eee 1px solid;
	border-bottom:0;
	background:#fff;
	border-bottom: #15b53d 1px solid;
}
.tbl .th {
	background-color:#85bb67;
}
.tbl .th td {
	color:#fff;
	font-size:15px;
}
.tbl td {
	vertical-align:middle;
	height:30px;
	overflow:auto;
	padding:10px .5%;
	line-height:16px;
	color:#555;
	text-align:center;
	border-bottom:#eee 1px solid;
	font-size:16px;
}
.tbl tr {
	transition:background 0.2s ease-out;
}
.tbl tr:not(.th):hover {
 background:#eee;
}
.editor .editor-upimg {
	max-width:100%;
	height:auto;
	display:block;
	margin:20px auto;
}
.editor u {
	text-decoration: none;
	border-bottom: #f89090 2px solid;
}
.editor strike {
	text-decoration-color: #f89090;
	text-decoration-style: wavy;
}
.editor blockquote {
	margin:10px 20%!important;
	padding:20px!important;
	font-size:14px;
	color:#666;
	background:#f5f5f5;
	border-left:#ddd 3px solid!important;
}
.editor .editor-tit {
	font-size:28px;
	font-weight:200;
	display:block!important;
	margin:20px auto;
	text-align:center;
	padding-bottom:10px;
	border-bottom:#ddd 1px solid;
	line-height:32px;
	clear:both;
	color:#000;
}
.editor .editor-lr {
	padding:20px 0;
	display:block;
	display:flex;
}
.editor .editor-lr .editor-l {
	background:#E3F2FD;
	width:49%;
	margin:0 1% 0 0;
	float:left;
}
.editor .editor-lr .editor-r {
	background:#E3F2FD;
	width:49%;
	margin:0 0 0 1%;
	float:left;
}
.editor .editor-lr .editor-t {
	font-size: 17px;
	padding: 15px 30px 10px 30px;
	border-bottom: #c7d7e2 1px solid;
	color:#4c708a;
	text-align:center;
}
.editor .editor-lr .editor-intro {
	padding: 15px 30px 20px 30px;
	color: #4c708a;
	font-size: 15px;
	font-weight:normal;
	line-height: 26px;
}
.editor a {
	color: #009688;
    text-decoration: underline;
    padding: 0 5px;
}
.editor .editor-paragraphtit {
	font-size: 24px;
	color: #002fa7;
	font-weight: normal;
	padding: 30px 0 16px 0;
	display: block;
}
.hps1 {
    pointer-events: none;
}
.hps0 a:hover {
    color: #f44336;
}
.copyright {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	padding: 21px;
	color: rgba(0, 0, 0, .6);
	border-top: #eee 1px solid;
}
.copyright a:first-child {
    color: rgba(0, 0, 0, .6);
	cursor:default;
}
.copyright a:last-child {
    display: inline-flex;
    align-items: center;
}
.copyright img {
	height: 28px;
	margin: 0 0 0 5px;
	transform: translateY(-1px);
}
.copyright span {
	display: inline-block;
    border-radius: 4px;
    font-size: 12px;
    padding: 0 6px;
    line-height: 18px;
    margin: 0 5px;
    color: #fff;
    border: 0;
    transform: scale(.88) translateY(1px);
    background: #1890FF;
    transition: all .2s ease-out;
}
.copyright span:hover {
	color: rgba(255, 255, 255, .9);
}
.page-r .editor {
    font-family: Helvetica, "Microsoft YaHei", '黑体', Arial, sans-serif;
}
.page-r .editor b, .page-r .editor strong {
	color:#000;
    -webkit-text-stroke: .2px #fff;
}
@media (max-width: 1500px) {
.header .top, .header .nav .ul {
 width:1200px;
}
.section {
 width:1300px;
}
.sobox {
 right:50px;
}
.banner, .banner ul, .banner li, .banli {
 height:420px;
}
.logos img {
 max-width:145px;
}
.lz-pt {
 font-size:26px;
}
.hps1 .text div {
 padding-bottom: 5px;
}
}
@media (max-width: 1400px) {
.header .top, .header .nav .ul {
 width:1100px;
}
.section {
 width:1200px;
}
.logos img {
 max-width:134px;
}
.banner, .banner ul, .banner li, .banli {
 height:380px;
}
.lz-pt {
 font-size:24px;
}
.hps1 .line {
 margin-bottom: 10px;
}
}
@media (max-width: 1240px) {
.header .top, .header .nav .ul {
 width:900px;
}
.section {
 width:1000px;
}
.sobox {
 right:0;
 width:310px;
}
.sobox input {
 width:150px;
}
.banner, .banner ul, .banner li, .banli {
 height:400px;
}
.hover .item:hover {
 transform:translateY(0);
}
.news .hl p {
    display: none;
}
.page-r {
 width:84%;
}
.page-r .news .text {
 width:40%;
}
.page-full .news .text {
 width:52%;
 padding-right:0;
}
.article .page-r {
 width:74%;
}
.company .page-r {
 width: 84.8%;
}
.service .page-l {
 width:25%;
}
.service .page-r {
 width:74.8%;
}
.law .news .text {
 width: 96%;
 padding-right:2%;
}
}
@media (max-width: 1000px) {
.header .top, .header .nav .ul {
 width:90%;
}
.section {
 width:96%;
 padding-top:30px;
}
.h1000 {
 display:none;
}
.header .logo {
 width:450px;
}
.sobox {
 width:260px;
}
.sobox input {
 width:100px;
}
.header .nav .ul .first {
 width:10%;
}
.header .nav .ul .li {
 width:12.5%;
 *width:12%;
}
.news .hl:first-child {
    height: auto;
}
.x3 .item {
 width:46%;
 *width:45%;
}
.x2 .item {
 *width:45%;
}
.news .text {
 width:100%;
}
.lz-x6 .item {
 width:46%;
 *width:45%;
 margin-bottom:5px;
}
.tels .item {
 width:50%;
 *width:49%;
}
.logos img {
 width: 18.8%;
 margin: 0;
 max-width: none;
}
.page-l .box ul {
 padding:30px 0 0 0;
}
.page-l .box ul li {
 padding-left: 20px;
}
.page-l .box ul li .i {
 left:0;
}
.page-r .news .text {
 padding-right:0;
}
.page-r .title span {
 font-size:20px;
 line-height:45px;
 padding-right:20px;
}
.lz-pt {
 font-size:20px;
}
.page-r .news .date {
    padding-left: 30px;
}
.page-full .news .text {
    width: 96%;
}
}
@media (max-width: 700px) {
.header {
 height:70px;
 overflow:hidden;
}
.header .top {
 height:70px;
}
.header .top {
 height:70px;
}
.header .logo {
 width:300px;
 top: 13px;
}
.header .nav .ul .li:after {
 display:none;
}
.header .nav {
 padding:10px 0;
}
.header .nav .ul {
 width:96%;
 height:auto;
}
.header .nav .ul .li {
 width:25%;
 *width:24%;
 font-size:15px;
 line-height:30px;
}
.sobox {
 width:80%;
 position:static;
 margin:20px auto 30px auto;
}
.sobox input {
 width:50%;
}
.sobox .btn {
    height: auto;
    line-height: 0;
    padding: 14px 0;
}
.btn {
	font-family:Helvetica;
}
.mmenui {
 display:block;
}
.banner, .page-banner {
 margin-top:70px;
}
.banner, .banner ul, .banner li, .banli, .page-banner {
 height:210px;
}
.tit {
 font-size:24px;
 overflow:hidden;
}
.x3 .item {
 width:96%;
 margin-bottom:15px;
}
.item .title span {
 padding-right:10px;
}
.s700 {
 display:block;
}
.h700 {
 display:none;
}
.x2 .item {
 width:96%;
}
.news .hl p {
    display: block;
}
.news .date {
 width:20%;
 font-size:16px;
}
.news .date span {
 font-size:38px;
 line-height: 1!important;
}
.news .text {
 width:78%;
}
.tels {
 margin-bottom:20px;
 text-align:center;
}
.tels .item {
 width:50%;
}
.tels .text {
 font-size:12px;
}
.tels .text font {
 font-size:14px;
}
.foo .item {
 width: 29.3%;
}
.foo .l {
 width:96%;
}
.suspend {
	display:none;
}
.page-l {
 width:100%;
}
.page-l .box {
 position:static;
}
.page-l .box ul {
 padding:0 0 10px 0;
}
.page-l .box ul li {
 width:48.7%;
 float:left;
 padding:5px 0;
 text-align:center;
 border:#e7e7e8 1px solid;
 margin:1px;
 line-height:normal;
 border-radius:2px;
}
.page-l .box ul li .i {
 display:none;
}
.page-l .box ul li:hover {
 padding-left:0;
}
.page-r {
 width:100%;
 border:0;
}
.page-r .title {
 text-align:center;
 margin-top:30px;
}
.page-r .title span, .page-r .ts {
 position:static;
 width:100%;
 padding:2px 0;
 float:none;
 line-height:20px;
}
.page-r .news {
 width:100%;
 padding:30px 0 20px 0;
 clear:both;
 flex-direction: column-reverse;
}
.page-r .news .pic {
 width:100%;
 height:auto;
}
.page-r .news .date {
 width:20%;
 padding:10px 0 25px 0;
}
.page-r .news .text {
 width:78%;
 padding:0;
 font-size:13px;
 line-height:22px;
}
.page-r .news .text div {
 padding:25px 0 10px 0;
 color:#222;
}
.page-r .news:hover .pic {
 transform:translateX(0);
}
.page-full .page-r .title {
 margin-top:0;
}
.page-full .page-r .title .t {
 border:0;
 text-align:left;
 width:100px;
}
.page-full .page-r .title span {
 float:right;
 width:60%;
 text-align:right;
}
.page-full .page-r .title .ts {
 float:left;
 width:100%;
 text-align:left;
}
.article .page-l, .article .page-r {
 width:100%;
}
.article .page-r .detail {
 padding:35px 0 0 0;
}
.article .page-r .detail .text {
 padding:20px 0;
}
.lz-bg1 {
 background-image:url(../images/00.jpg);
}
.lz-pt {
 padding-left:0;
 text-align:center;
}
.header .nav .li:hover .linav {
 display:none;
}
.service .page-l {
 width: 100%;
}
.law .news {
 width: 92%;
    padding: 0 3% 20px 3%;
}
.law .news .text {
 width: 96%;
 padding-right:2%;
}
.reservation {
 width: 90%;
 margin: 60px auto 80px auto;
}
.reservation .tit {
 overflow:visible;
}
.ipt {
 margin-bottom: 5px;
}
.job {
 width: 100%;
}
#pager {
 padding: 50px 0;
 font-family:Helvetica;
}
.editor .editor-upimg {
 width:100%!important;
}
.editor video {
 width:96%!important;
 margin:20px 2%!important;
}
.editor .editor-lr {
 display: block!important;
}
.editor .editor-lr .editor-r, .editor .editor-lr .editor-l {
 width: 100%!important;
 margin: 0!important;
 padding:0!important;
}
.page-banner {
 background-position-x: -293px;
}
.copyright a:first-child {
    display: none;
}
.copyright {
    display: block;
	text-align:center;
}
.copyright a:last-child {
    transform: none;
    display: flex;
    justify-content: center;
}
.copyright img {
    margin: 0;
}
.copyright span {
    margin: 0 0 0 5px;
	font-family:Helvetica;
}
}
@media (max-width: 390px) {
.page-banner {
 background-position-x: -320px;
}
}