@charset "utf-8";
@import "font.css";

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	overflow-x: hidden;
	-webkit-tap-highlight-color: transparent;
}
body {
	font-size: 15px;
	line-height: 1.8;
	margin: 0 auto;
	color: #666;
	background-color: #fff;
	font-family: 'Roboto', 'PingFang SC', 'Microsoft YaHei', Arial, sans-serif;
}
html, body, div, span, applet, object, iframe, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0px;
	border: 0;
	font-size: 100%;
	outline: none;
}
caption, h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	padding: 0px;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
ul, li, ol {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
strong {
	font-weight: bold;
}
table, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	margin: 0 auto !important;
}
img {
	border: 0;
}
input, textarea, select, option {
	background: none;
	outline: 0;
	font-family: "Microsoft Yahei", arial;
	padding: 0;
	margin: 0;
}
input {
	outline: none;
	font-family: "Microsoft Yahei", "Hiragino Sans GB", helvetica, arial;
}
input[type="text"], input[type="button"], input[type="submit"], input[type="reset"] {
	-webkit-appearance: none;
	border-radius: 0;
}
textarea {
	-webkit-appearance: none;
	border-radius: 0;
	outline: none;
}
::-moz-selection {
	background: #cc0810;
	color: #fff;
	text-shadow: none;
}
::selection {
	background: #cc0810;
	color: #fff;
	text-shadow: none;
}
select {
	outline: none;
}
select::-ms-expand {
	display: none;
}
a {
	text-decoration: none;
	blr: expression(this.onFocus=this.blur());
	cursor: pointer;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
a:link, a:visited {
	text-decoration: none;
}
a:active, a:hover {
	text-decoration: none;
}
.clearfix:before, .clearfix:after {
	display: table;
	content: "";
	line-height: 0;
}
.clearfix:after {
	clear: both;
}
.clear {
	clear: both;
}
.l {
	float: left;
	display: inline-block;
}
.r {
	float: right;
	display: inline-block;
}
.vt {
	vertical-align: top;
}
.vm {
	vertical-align: middle;
}
.inner {
	margin: 0px auto;
	width: 1200px;
}
.top a:visited {
	color: #333;
}
.top a:active, .top a:hover {
	color: #cc0810;
}
.fc {
	text-align: center;
}
.container {
	width: 1280px;
	position: relative;
	margin: 0px auto;
}
/* 等比填充 */
*[class*="rect-"] {
	position: relative;
	display: block;
	width: 100%;
	height: 0;
	overflow: hidden;
}
*[class*="rect-"] .full {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	*height: auto;
}
.rect-135 {
	padding-bottom: 13.5%;
}
.rect-32 {
	padding-bottom: 32%;
}
.rect-39 {
	padding-bottom: 39%;
}
.rect-40 {
	padding-bottom: 40%;
}
.rect-45 {
	padding-bottom: 45%;
}
.rect-46 {
	padding-bottom: 46%;
}
.rect-49 {
	padding-bottom: 49%;
}
.rect-55 {
	padding-bottom: 55%;
}
.rect-56 {
	padding-bottom: 56%;
}
.rect-64 {
	padding-bottom: 64%;
}
.rect-66 {
	padding-bottom: 66%;
}
.rect-67 {
	padding-bottom: 67%;
}
.rect-74 {
	padding-bottom: 74%;
}
.rect-75 {
	padding-bottom: 75%;
}
.rect-785 {
	padding-bottom: 78.5%;
}
.rect-883 {
	padding-bottom: 88.3%;
}
.rect-93 {
	padding-bottom: 93%;
}
.rect-125 {
	padding-bottom: 125%;
}
.sjj_nav {
	display: none;
}
.header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: #fff;
	box-shadow: 0 1px 5px 0 rgba(0,0,0,0.2);
	z-index: 9999;
}
.header .headerTop {
	width: 100%;
	height: 38px;
	color: #fff;
	letter-spacing: 0.5px;
	background: #3c3c3c;
	border-bottom: 1px #f1f1f1 solid;
	text-align: right;
}
.header .headerTop .Topr {
	float: right;
}
.header .headerTop li {
	float: left;
	color: #eee;
	font-size: 13px;
	line-height: 39px;
	position: relative;
}
.header .headerTop li img {
	width: 16px;
    vertical-align: middle;
    margin-bottom: 3px;
	margin-right: 8px;
}
/* .header .headerTop li::before {
	content: '';
	position: absolute;
	right: 0;
	top: 15px;
	width: 1px;
	height: 12px;
	background: #c2c1c0;
} */
.header .headerTop li a {
	margin: 0 5px;
	font-size: 14px;
	color: #eee;
}
.header .headerTop li:nth-child(2) a {
	display: block;
    background: #766045;
    height: 22px;
    margin-top: 9px;
    width: 22px;
    line-height: 22px;
    text-align: center;
}
.header .headerTop li a:hover {
	color: #e8ab6c;
}
.header .headerTop li span {
	font-size: 15px;
	color: #e8ab6c;
	font-weight: 500;
}
.header .headerNav {
	width: 100%;
	height: 90px;
	position: relative;
}
.header .headerNav .logo {
	position: absolute;
	height: 50px;
	left: 0;
	margin: 22px 0 0;
}
.header .headerNav .logo img {
	height: 50px;
}
.header .headerNav .nav {
    position: relative;
	margin-right: 20px;
}
.header .headerNav .nav > ul > li {
	display: inline-block;
}
.header .headerNav .nav > ul > li a {
	margin: 0 20px;
	line-height: 90px;
	font-size: 18px;
	color: #333;
	font-weight: bold;
	display: block;
	position: relative;
}
.header .headerNav .nav .nLi {
	float: left;
}
.header .headerNav .nav .nLi:hover {
	background: #fff;
}
.header .headerNav .nav .nLi:hover > a {
	color: #cc0810;
	font-weight: 600;
}
.header .headerNav .nav .nLi.active {
	background: #fff;
	color: #cc0810;
}
.header .headerNav .nav .nLi.active > a {
	color: #cc0810;
}
.header .headerNav .nav .sub {
	display: none;
	width: 112px;
	z-index: 9999;
	position: fixed;
	background: rgba(0, 0, 0, 0.6);
	line-height: 40px;
	margin-top: -2px;
	border-top: 3px solid #cc0810;
}
.header .headerNav .nav .sub li {
	zoom: 1;
	display: inline-block;
	margin: 0 25px;
}
.header .headerNav .nav .sub li:first-child {
	padding-top: 10px;
}
.header .headerNav .nav .sub li:last-child {
	padding-bottom: 10px;
}
.header .headerNav .nav .sub a {
	display: block;
	color: #fefefe;
	font-size: 15px;
	line-height: 40px;
	margin: 0;
}
.header .headerNav .nav .sub a:hover {
	color: #cc0810;
}
.header .headerNav .topslogan {
	float: right;
    padding: 12px 0 0;
}
.header .headerTop .nav2 {
	width: 40px;
	padding-top: 8px;
	text-align: center;
	float: right;
}
.header .headerTop .nav2 a {
	margin-left: 10px;
	display: block;
	width: 22px;
	float: right;
	line-height: 22px;
	font-size: 12px;
	height: 22px;
	color: #FFF;
	background: #D21E24;
	border-radius: 2px;
}
.header .headerTop .nav2 a:hover {
	color: #FFF;
	background: #FF7800;
}
.header .headerTop .nav2 a img {
	width: 14px;
	padding-top: 4px;
}
/* banner */
.banner {
	position: relative;
	overflow: hidden;
	margin: 129px auto 0;
	width: 100%;
}
.banner .bd {
	position: relative;
	z-index: 0;
	margin: 0 auto;
	overflow: hidden;
}
.banner .bd li {
	position: relative;
	text-align: center;
	overflow: hidden;
}
.banner .bd li img {
	vertical-align: top;
	width: 100%;
}
.banner .hd {
	position: absolute;
	bottom: 3%;
	text-align: center;
	width: 100%;
}
.banner .hd li {
	cursor: pointer;
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 12px;
	height: 12px;
	background: #fff;
	border-radius: 6px;
	margin: 0 5px;
	overflow: hidden;
	line-height: 999px;
}
.banner .hd .on {
	background: #cc0810;
}
.banner .prev, .banner .next {
	display: block;
	position: absolute;
	z-index: 1;
	top: 50%;
	margin-top: -32px;
	left: 8%;
	z-index: 1;
	width: 40px;
	height: 64px;
	background: url("../images/ad_ctr.png") 0 0 no-repeat;
	cursor: pointer;
	filter: alpha(opacity=50);
	opacity: 0.5;
	display: none;
}
.banner .next {
	left: auto;
	right: 8%;
	background-position: -40px 0;
}
.m_banner {
	display: none;
}
/* banner */
/*.banner{position:relative; overflow:hidden; height:560px; width:100%;}
.banner .bd{position:relative; z-index:0;margin: 0 auto; overflow: hidden;}
.banner .bd ul {width:100% !important;}
.banner .bd li {width:100% !important;height:560px;overflow:hidden;text-align:center;}
.banner .bd li img{vertical-align:top; width:100%;}
.banner .hd{ position: absolute; bottom:4%; text-align: center; width: 100%; }
.banner .hd li {cursor:pointer;display:inline-block;*display:inline;zoom:1; width:14px;height:14px; border-radius:7px; margin:0 6px;overflow:hidden;line-height:999px; background: #fff;}
.banner .hd li a{ display: block; }
.banner .hd .on{background:#cc0810;}
.banner .prev, .banner .next {display:block;position:absolute;z-index:1;top:50%;margin-top:-32px;left:3%;z-index:1;width:40px;height:64px;background:url(../images/ad_ctr.png) 0 0 no-repeat;cursor:pointer;filter:alpha(opacity=50);opacity:0.5;display:none;}
.banner .next {left:auto;right:3%;background-position:-40px 0;}

.banner .txt{ position: absolute; z-index: 999; top: 25%; left: 50%; text-align: left; width: 1300px ; margin-left: -650px;}
.banner .txt .t1{ font-size: 28px; color: #fff; font-weight: bold; }
.banner .txt .t1 span{text-shadow: #cc0810 3px 0 0, #cc0810 0 3px 0, #cc0810 -3px 0 0, #cc0810 0 -3px 0; }
.banner .txt .t2{font-size: 58px; color: #fff; font-weight: bold;}
.banner .txt .t2 a{ color: #fff; text-shadow: #cc0810 3px 0 0, #cc0810 0 3px 0, #cc0810 -3px 0 0, #cc0810 0 -3px 0;}
*/

.Innovating {
	width: 100%;
	position: relative;
	padding: 50px 0 60px;
}
.Innovating .Top {
	width: 100%;
	font-size: 28px;
	font-weight: bold;
	text-align: left;
	color: #222;
	line-height: 28px;
    padding-left: 15px;
    border-left: 5px solid #cc0810;
}
.Innovating .novating {
	width: 100%;
	margin-top: 30px;
	position: relative;
}
.Innovating .novating li {
	width: 32%;
	margin-right: 2%;
	float: left;
	position: relative;
	overflow: hidden;
	border-radius: 8px;
}
.Innovating .novating li:hover {
	box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
}
.Innovating .novating li:nth-child(3) {
	margin-right: 0;
}
.Innovating .novating li img {
	display: block;
	-webkit-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	transform-origin: 50% 50%;
}
.Innovating .novating li:hover img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.Innovating .novating li p {
	font-size: 22px;
	color: #fff;
	font-weight: bold;
	position: absolute;
	left: 6%;
	top: 12%;
}
.InProduct {
	width: 100%;
	position: relative;
}
.InProduct .Top {
	width: 100%;
	color: #222;
	font-size: 28px;
	font-weight: bold;
	text-align: left;
	line-height: 28px;
    padding-left: 15px;
    border-left: 5px solid #cc0810;
}
.InProduct .Product {
	width: 100%;
	margin-top: 30px;
	position: relative;
}
.InProduct .Product li {
	width: 15%;
	margin-right: 2%;
	float: left;
	position: relative;
	background: #f8f2ec;
	border-radius: 8px;
}
.InProduct .Product li:nth-child(6) {
	margin-right: 0;
}
.InProduct .Product li:hover {
	background: #cc0810;
	box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
}
.InProduct .Product li .Proico {
	position: absolute;
	padding: 15% 6%;
	width: 88%;
	top: 0;
	left: 0;
}
.InProduct .Product li .rect-125 img {
	opacity: 0;
	transition: 200ms;
}
.InProduct .Product li .Proico .ico {
	display: block;
	width: 53px;
	height: 45px;
	margin: 0 auto;
	position: relative;
}
.InProduct .Product li .Proico .ico img {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
}
.InProduct .Product li .Proico .ico .i1 {
	transition: 200ms;
}
.InProduct .Product li .Proico .ico .i2 {
	-webkit-transform: scale(0);
	transform: scale(0);
	opacity: 0;
	filter: alpha (opacity=0);
	transition: 200ms;
}
.InProduct .Product li:hover .Proico .ico .i2 {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	filter: alpha(opacity=100);
}
.InProduct .Product li:hover .Proico .ico .i1 {
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transform: scale (1.1);
	transform: scale(1.1);
}
.InProduct .Product li .Proico p {
	font-size: 18px;
	color: #333;
	font-weight: bold;
	margin-top: 15px;
	text-align: center;
}
.InProduct .Product li:hover .Proico p {
	color: #fff;
}
.InProduct .Product li:hover .rect-125 img {
	opacity: 1;
}
.composite {
	width: 100%;
	position: relative;
	padding: 60px 0 50px;
}
.composite .innews {
	width: 630px;
	float: right;
	position: relative;
}
.composite .innews .Top {
	width: 100%;
	font-size: 28px;
	font-weight: bold;
	text-align: left;
	color: #cc0810;
}
.composite .innews .news {
	width: 100%;
	position: relative;
}
.composite .innews .news .hd {
	position: absolute;
	top: -72px;
	right: 0;
}
.composite .innews .news .hd li {
	width: 150px;
	height: 40px;
	float: left;
	line-height: 40px;
	text-align: center;
	font-size: 17px;
	letter-spacing: 0.5px;
    background: #ebebeb;
	color: #333;
	font-weight: 600;
	cursor: pointer;
	margin-left: 10px;
}
.composite .innews .news .hd li:first-child {
	margin-left: 0;
}
.composite .innews .news .hd li a {
	font-size: 17px;
	color: #333;
}
.composite .innews .news .hd li.on {
	background: #cc0810;
	color: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.composite .innews .news .hd li.on a {
	color: #fff;
}
.composite .innews .news .newstop {
	width: 100%;
	display: inline-block;
	float: left;
}
.composite .innews .news .newstop .img {
	width: 33%;
	float: left;
	display: block;
	position: relative;
	overflow: hidden;
	border-radius: 8px;
}
.composite .innews .news .newstop:hover .img {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.composite .innews .news .newstop .img img {
	display: block;
	-webkit-transition: 1.5s ease-in-out;
	-o-transition: 1.5s ease-in-out;
	transition: 1.5s ease-in-out;
	transform-origin: 50% 50%;
}
.composite .innews .news .newstop:hover .img img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.composite .innews .news .newstop .newstopc {
	width: 64%;
	float: right;
}
.composite .innews .news .newstop .newstopc .tix {
	font-size: 18px;
	color: #333;
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	font-weight: bold;
}
.composite .innews .news .newstop:hover .newstopc .tix {
	color: #cc0810;
}
.composite .innews .news .newstop .newstopc .tic {
	font-size: 14px;
	color: #999;
	line-height: 28px;
	margin-bottom: 8px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.composite .innews .news .newstop .newstopc span {
	font-size: 14px;
	color: #333;
}
.composite .innews .news .bd li {
	width: 100%;
	display: inline-block;
	float: left;
	position: relative;
	padding-bottom: 27px;
    margin-bottom: 27px;
    border-bottom: 1px dotted #c6c1bd;
}
.composite .innews .news .bd li:last-child {
	padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}
.composite .innews .news .bd li .deta {
	height: 84px;
	width: 78px;
	border: 1px solid #f1f1f1;
	float: left;
	position: relative;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.composite .innews .news .bd li .deta .day {
	font-size: 30px;
	color: #333;
	position: relative;
	width: 100%;
	text-align: center;
	z-index: 1;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	background: #f1f1f1;
}
.composite .innews .news .bd li .deta .month {
	font-size: 14px;
	color: #333;
	padding-top: 4px;
	letter-spacing: 0.5px;
	position: relative;
	width: 100%;
	text-align: center;
	z-index: 1;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.composite .innews .news .bd li .newstopc {
	float: left;
	position: absolute;
	padding-left: 100px;
}
.composite .innews .news .bd li .newstopc .tix {
	font-size: 18px;
	color: #333;
	margin-bottom: 6px;
	line-height: 30px;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.composite .innews .news .bd li .newstopc .tic {
	font-size: 14px;
	color: #999;
	line-height: 1.8;
}
.composite .innews .news .bd li:hover .deta .day {
	color: #fff;
	background: #cc0810;
}
.composite .innews .news .bd li:hover .newstopc .tix {
	color: #cc0810;
	font-weight: bold;
}
.slidenews {
	position: relative;
	height: 33px;
	line-height: 28px;
	font-size: 28px;
	width: 615px;
	font-weight: bold;
	color: #222;
    padding-left: 15px;
	margin-bottom: 30px;
    border-left: 5px solid #cc0810;
}
.kf-flash {
	float: left;
	width: 615px;
	height: 364px;
	border: 1px solid #ddd;
	padding: 1px;
	background: #fff;
}
.kf-flash .slider_wrap {
	position: relative;
	width: 615px;
	height: 364px;
	overflow: hidden;
}
.kf-flash #slider_box {
	position: relative;
	width: 615px;
	height: 364px;
	overflow: hidden;
	float: left;
	z-index: 1;
}
.kf-flash #contentList li {
	float: left;
	position: relative;
	height: 364px;
}
.kf-flash #contentList li IMG {
	width: 615px;
	height: 364px;
}
.kf-flash #previewList {
	position: absolute;
	bottom: 13px;
	right: 14px;
	z-index: 99;
}
.kf-flash #previewList li {
	list-style: none;
	float: left;
	width: 12px;
	height: 12px;
	margin-right: 8px;
	overflow: hidden;
	background: url("../images/num.png") no-repeat -18px 0;
}
.kf-flash #previewList li:hover, #previewList li.active {
	color: #fff;
	background: url("../images/num.png") no-repeat 0 0;
}
.kf-flash .mask {
	height: 40px;
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 615px;
	FILTER: alpha(opacity=50);
	opacity: 0.5;
	background: #000;
}
.kf-flash .comt {
	color: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 40px;
	line-height: 41px;
    padding-left: 12px;
	overflow: hidden;
}
.kf-flash .comt a {
	color: #fff;
	font-size: 15px;
}

.about_kfpc{
    width: 100%;
	padding: 50px 0 60px;
    margin: 50px auto 0;
	background: url(../images/about_bg.jpg) no-repeat;
}
.about_kfpc_left{
    width: 590px;
    position: relative;
}
.about_kfpc_left_img{
    width: 540px;
    height: 400px;
    overflow: hidden;
    border-radius: 50px 0;
    position: absolute;
    top: 0;
    left: 12px;
}
.index_about_kfpc_left_img_icon{
    width: 190px;
    height: 264px;
    border-radius: 50px 0;
    position: absolute;
    top: 178px;
    right: 0;
}
.about_kfpc_right{
    width: 650px;
}
.about_kfpc_right_head {
    width: 100%;
    position: relative;
}
/* .about_kfpc_title{
    position: absolute;
    top: 0px;
    left: 0px;
} */
.about_kfpc_title > h2 {
	font-family: 'DIN Condensed';
	font-size: 30px;
    color: #cc0810;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}
.about_kfpc_title > span {
    color: #333;
	font-size: 28px;
	font-weight: 600;
    padding-left: 18px;
}
.about_kfpc_more {
    display: block;
    text-align: center;
    width: 120px;
    line-height: 45px;
    font-size: 16px;
    letter-spacing: 1px;
    color: #fff;
    background: rgba(156,126,72,0.6);
    border-radius: 6px;
    margin-top: 12px;
}
.about_kfpc_more > span {
    position: relative;
    padding-left: 26px;
}
.about_kfpc_more > span:before {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    background-image: url(../images/more_icon.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 5px;
    top: 4px;
}
.about_kfpc_segmentation_line {
    width: 3px;
    height: 28px;
    border-left: 5px solid #cc0810;
    margin: -40px 0 0;
}
.about_kfpc_texts {
    width: 100%;
    color: #666;
    float: right;
    margin-top: 30px;
    padding-bottom: 10px;
}
.about_kfpc_texts > p {
    font-size: 15px;
    line-height: 2;
}
.about_kfpc_big_tilte {
    width: 100%;
    margin-top: 60px;
}
.about_kfpc_big_tilte > span {
    display: block;
    width: 100%;
    font-size: 36px;
    color: rgba(156,126,72,0.6);
    font-family: KaiTi, FangSong, Simsun;
	font-weight: 400;
	text-shadow: 0 2px 1px rgba(255, 255, 255, 0.2);
    text-align: right;
}

.Picture {
	width: 100%;
	position: relative;
	background: #fafafa url(../images/newsbg.jpg) no-repeat 20px;
	padding: 60px 0;
}
.Picture .column {
	width: 49%;
	float: left;
	position: relative;
}
.Picture .column .Top {
	width: 100%;
	font-size: 28px;
	font-weight: bold;
	text-align: left;
	color: #cc0810;
	margin-bottom: 20px;
	line-height: 28px;
}
.Picture .column .img {
	display: block;
	position: relative;
	overflow: hidden;
	border-radius: 8px;
}
.Picture .column .img:hover {
	box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
}
.Picture .column .img img {
	display: block;
	-webkit-transition: 1.5s ease-in-out;
	-o-transition: 1.5s ease-in-out;
	transition: 1.5s ease-in-out;
	transform-origin: 50% 50%;
}
.Picture .column:hover .img img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.Picture .column p {
	font-size: 24px;
	color: #000;
	font-weight: bold;
	position: absolute;
	left: 6%;
	top: 12%;
}
.Picture .profession {
	width: 49%;
	float: right;
	position: relative;
}
.Picture .profession .Top {
	width: 100%;
	font-size: 28px;
	font-weight: bold;
	text-align: left;
	color: #cc0810;
	margin-bottom: 20px;
	line-height: 28px;
}
.Picture .profession .img {
	display: block;
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	-webkit-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
.Picture .profession .img:hover {
	box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
}
.Picture .profession .img img {
	display: block;
	-webkit-transition: 1.5s ease-in-out;
	-o-transition: 1.5s ease-in-out;
	transition: 1.5s ease-in-out;
	transform-origin: 50% 50%;
}
.Picture .profession:hover .img img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.Picture .profession p {
	font-size: 24px;
	color: #000;
	font-weight: bold;
	position: absolute;
	left: 6%;
	top: 12%;
}
.footer {
	width: 100%;
	position: relative;
	background: url(../images/fbg.png) repeat;
	padding: 60px 0 0;
}
.footer .footNav {
	width: 100%;
	position: relative;
    padding-bottom: 40px;
}
.footer .footNav dl:nth-child(5) {
	width: 25%;
}
.footer .footNav dl {
	width: 13.5%;
	float: left;
}
.footer .footNav dl:nth-child(6) {
	width: 12%;
}
.footer .footNav dl:nth-child(7) {
	width: 9%;
}
.footer .footNav dl dt {
	font-size: 16px;
	color: #fff;
	position: relative;
}
.footer .footNav dl dt::before {
	content: '';
	width: 70px;
	height: 1px;
	background: rgba(255, 255, 255, 0.3);
	position: absolute;
	left: 0;
	bottom: -10px;
}
.footer .footNav dl dt::after {
	content: '';
	width: 15px;
	height: 1px;
	background: rgba(255, 255, 255, 0.8);
	position: absolute;
	left: 0;
	bottom: -10px;
}
.footer .footNav dl dd {
	margin-top: 35px;
}
.footer .footNav dl dd img {
	border-radius: 5px;
}
.footer .footNav dl dd img.group {
    width: 80px;
    padding: 14px;
    background: rgba(255,255,255,0.15);
} 
.footer .footNav dl dd img.qrcode {
	max-width: 100px;
    margin-bottom: 1rem;
    background: rgba(0,0,0,0.15);
    padding: 5px;
}
.footer .footNav dl dd p {
	height: 30px;
	margin-bottom: 16px;
}
.footer .footNav dl dd p img {
	float: left;
}
.footer .footNav dl dd p span {
	line-height: 30px;
	font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
	float: left;
	margin-left: 10px;
}
.footer .footNav dl dd p:last-child {
	margin-bottom: 0;
}
.footer .footNav dl dd p:nth-child(1) span {
	font-size: 20px;
	color: #fff;
}
.footer .footNav dl dd a {
	font-size: 14px;
	font-size: 14px;
    color: rgba(255, 255, 255, 0.9);
	line-height: 32px;
	display: block;
}
.footer .footNav dl dd a:hover {
	color: #fff;
}
.footer .copy {
	background: rgba(0, 0, 0, 0.9) url(../images/foot_bg.png) repeat-y;
    padding: 3px 0 1px;
    font-size: 14px;
    letter-spacing: 0.5px;
    color: rgba(255, 255, 255, 0.8);
}
.footer .copy .copyl {
	float: left;
	font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
	line-height: 26px;
	margin: 10px 0 9px;
}
.footer .copy .copyl a {
	font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
}
.footer .copy .copyr {
	float: right;
	font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 45px;
}
.footer .copy .copyr a {
	font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
}
.footer .copy a:hover {
	color: #cc0810;
}
.about1 {
	background: url("../images/about1.jpg") no-repeat center;
	background-size: cover !important;
	padding: 130px 0;
	color: #fff;
	text-align: center;
}
.about1 .p1 {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 35px;
}
.about1 .p2 {
	font-size: 14px;
	line-height: 30px;
	padding: 0 6%;
}
.about2 {
	padding: 60px 0;
	background: #fcfcfc;
}
.about2 .Tit {
	font-size: 32px;
	color: #333;
	font-weight: bold;
	text-align: center;
	line-height: 1;
}
.about2 .Tic {
	font-size: 16px;
	color: #999;
	text-align: center;
	padding-top: 15px;
}
.Pagecont {
	width: 100%;
	position: relative;
	color: #fff;
	background: #cc0810;
	margin-top: 40px;
}
.Pagecont .img {
	width: 60%;
	position: relative;
	float: left;
	overflow: hidden;
}
.Pagecont .img img {
	width: 100%;
	height: auto;
	position: relative;
	transform: scaleX(1) scaleY(1);
	transition: all 0.8s ease 0s;
}
.Pagecont:hover .img img {
	transform: scaleX(1.1) scaleY(1.1);
}
.Pagecont .company {
	width: 34%;
	background: #cc0810;
	padding: 0 3%;
	float: right;
	position: relative;
}
.Pagecont .company .title {
	font-size: 26px;
	font-weight: bold;
	margin-top: 35px;
}
.Pagecont .company .sum {
	font-size: 16px;
	line-height: 30px;
	margin-top: 10px;
}
.Pagecont .company .p3 a {
	float: left;
	display: block;
	width: 150px;
	height: 40px;
	border: 2px solid #fff;
	text-align: center;
	line-height: 40px;
	font-size: 14px;
	color: #fff;
	margin-top: 35px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
}
.Pagecont .company .p3 a:hover {
	margin-left: 10px;
}
.about2 .abBox {
	margin-top: 40px;
}
.about2 .abBox1 {
	float: left;
	width: 49%;
	position: relative;
}
.about2 .abBox1 img {
	display: block;
	-webkit-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	transform-origin: 50% 50%;
}
.about2 .abBox1:hover img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.about2 .abBox1 .culture {
	width: 88%;
	padding: 6%;
	position: absolute;
	top: 0;
	left: 0%;
	color: #fff;
}
.about2 .abBox1 .culture .p1 {
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 20px;
}
.about2 .abBox1 .culture .p2 {
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 40px;
}
.about2 .abBox1 .culture .p3 a {
	float: left;
	display: block;
	width: 150px;
	height: 40px;
	border: 2px solid #fff;
	text-align: center;
	line-height: 40px;
	font-size: 14px;
	color: #fff;
	margin-top: 30px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
}
.about2 .abBox1 .culture .p3 a:hover {
	margin-left: 10px;
}
.about2 .abBox2 {
	float: right;
	width: 49%;
	position: relative;
}
.about2 .abBox2 .txt01 {
	position: relative;
}
.about2 .abBox2 .txt01 img {
	display: block;
	-webkit-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	transform-origin: 50% 50%;
}
.about2 .abBox2 .txt01:hover img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.about2 .abBox2 .txt01 .honor {
	width: 88%;
	padding: 16% 6%;
	position: absolute;
	top: 0;
	left: 0%;
	color: #fff;
}
.about2 .abBox2 .txt01 .honor .ico {
	width: 45px;
	height: 45px;
	background: url("../images/honico.png") center no-repeat;
	margin: 0 auto;
}
.about2 .abBox2 .txt01 .honor .p1 {
	font-size: 26px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	margin-top: 15px;
}
.about2 .abBox2 .txt02 {
	margin-top: 10px;
	position: relative;
}
.about2 .abBox2 .txt02 .prise {
	width: 100%;
	position: relative;
}
.about2 .abBox2 .txt02 .prise .p1 {
	position: relative;
	width: 100%;
}
.about2 .abBox2 .txt02 .prise .p1 p {
	position: absolute;
	width: 88%;
	padding: 3.5% 6%;
	top: 0;
	left: 0;
	font-size: 26px;
	font-weight: bold;
	color: #fff;
}
.about2 .abBox2 .txt02 .prise .p1 p a {
	color: #fff;
}
.about2 .abBox2 .txt02 .prise .p2 {
	width: 100%;
	position: relative;
	color: #fff;
}
.about2 .abBox2 .txt02 .prise .p2 .prisec {
	position: absolute;
	width: 62%;
	padding: 6.5%;
	top: 0;
	left: 0;
}
.about2 .abBox2 .txt02 .prise .p2 .prisec a {
	display: block;
	font-size: 16px;
	color: #fff;
	-webkit-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
.about2 .abBox2 .txt02 .prise .p2 .prisec a:hover {
	padding-left: 10px;
}
/* page_banner */
.Pagebanner {
	width: 100%;
	position: relative;
}
.Pagebanner .pagebanner {
	height: 300px;
    margin-top: 130px;
}
.page {
	width: 100%;
	position: relative;
}
.PageNav {
	width: 100%;
	position: relative;
}
.PageNav .sidebar {
	position: relative;
	border-bottom: 1px solid #e4e4e4;
	padding: 20px 0 0;
}
.PageNav .sidebar .leftTitle {
	float: left;
}
.PageNav .sidebar .leftTitle .TTit {
	font-size: 24px;
	font-weight: bold;
    line-height: 70px;
	color: #333;
}
.PageNav .sidebar .leftTitle .crumbs .fangzi {
	display: inline-block;
	width: 18px;
	height: 15px;
	background: url("../images/fangzi.jpg");
	margin-right: 5px;
	margin-bottom: -1px;
}
.PageNav .sidebar .leftTitle .crumbs a {
	display: inline-block;
	font-size: 17px;
	color: #555;
}
.PageNav .sidebar .NavList {
	float: right;
	margin-top: 10px;
}
.PageNav .sidebar .NavList li {
	position: relative;
	display: inline-block;
	color: #fff;
	width: auto;
	vertical-align: top;
}
.PageNav .sidebar .NavList li a {
	position: relative;
	font-size: 17px;
	font-weight: 600;
	height: 50px;
	line-height: 50px;
	padding: 0 30px;
	color: #333;
	display: block;
}
.PageNav .sidebar .NavList li:before {
	position: absolute;
	content: '';
	left: 50%;
	bottom: -10px;
	width: 0%;
	height: 3px;
	background-color: #cc0810;
	transition: all .3s;
}
.PageNav .sidebar .NavList li:hover:before {
	width: 80%;
	left: 10%;
	background-color: #cc0810;
}
.PageNav .sidebar .NavList li:hover a {
	color: #cc0810;
	font-weight: 600;
}
.PageNav .sidebar .NavList li.select:before {
	position: absolute;
	content: '';
	left: 10%;
	bottom: -10px;
	width: 80%;
	height: 3px;
	background-color: #cc0810;
}
.PageNav .sidebar .NavList li.select a {
	font-weight: 600;
	color: #cc0810
}
.PageNav .sidebar .NavList li a:after {
	content: "";
	position: absolute;
	width: 1px;
	height: 15px;
	display: block;
	background: #cc0810;
	top: 50%;
	margin-top: -7px;
	right: 0;
}
.PageNav .sidebar .NavList li:last-child a:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	display: none;
	background: none;
}
.PageNav .sidebar .NavList li a i {
	position: relative;
	margin-right: 10px;
}
.PageNav .sidebar .NavList li i img {
	height: 16px;
	display: inline-block;
}
.pageCon {
	width: 100%;
	position: relative;
	padding: 40px 0 60px;
}
.pageCon .con {
	font-size: 16px;
	line-height: 2;
	color: #333;
}
.pageCon .con img {
	max-width: 100%;
}
.PagePro .Prolist {
	position: relative;
	margin-top: -70px;
}
.PagePro .Prolist ul li {
	float: left;
	width: 19.2%;
	margin-right: 1%;
	background: #f9f9f9;
	text-align: center;
}
.PagePro .Prolist ul li:last-child {
	margin-right: 0;
}
.PagePro .Prolist ul li a {
	display: block;
	padding: 20px 0;
	line-height: 30px;
	font-size: 15px;
}
.PagePro .Prolist ul li.select, .PagePro .Prolist ul li:hover {
	background: #cc0810;
}
.PagePro .Prolist ul li.select a i, .PagePro .Prolist ul li:hover a {
	color: #fff;
}
.PagePro .Prolist ul li i {
	display: inline-block;
	padding-left: 50px;
	background-size: contain !important;
	font-style: normal;
	color: #333;
	font-size: 15px;
}
.PagePro .Prolist ul li:hover a i {
	color: #fff;
}
.PagePro .Prolist ul li:nth-child(1) i {
	background: url("../images/icon/img1.png") no-repeat center left;
}
.PagePro .Prolist ul li:nth-child(2) i {
	background: url("../images/icon/img2.png") no-repeat center left;
}
.PagePro .Prolist ul li:nth-child(3) i {
	background: url("../images/icon/img3.png") no-repeat center left;
}
.PagePro .Prolist ul li:nth-child(4) i {
	background: url("../images/icon/img4.png") no-repeat center left;
}
.PagePro .Prolist ul li:nth-child(5) i {
	background: url("../images/icon/img5.png") no-repeat center left;
}
.PagePro .Prolist ul li:nth-child(1):hover i, .PagePro .Prolist ul li.select:nth-child(1) i {
	background: url("../images/icon/img1h.png") no-repeat center left;
}
.PagePro .Prolist ul li:nth-child(2):hover i, .PagePro .Prolist ul li.select:nth-child(2) i {
	background: url("../images/icon/img2h.png") no-repeat center left;
}
.PagePro .Prolist ul li:nth-child(3):hover i, .PagePro .Prolist ul li.select:nth-child(3) i {
	background: url("../images/icon/img3h.png") no-repeat center left;
}
.PagePro .Prolist ul li:nth-child(4):hover i, .PagePro .Prolist ul li.select:nth-child(4) i {
	background: url("../images/icon/img4h.png") no-repeat center left;
}
.PagePro .Prolist ul li:nth-child(5):hover i, .PagePro .Prolist ul li.select:nth-child(5) i {
	background: url("../images/icon/img5h.png") no-repeat center left;
}
.PagePro .Prolist1 {
	padding: 15px 20px;
	background: #f9f9f9;
	margin: 25px 0;
	font-size: 14px;
}
.PagePro .Prolist1 .crumbs .fangzi {
	display: inline-block;
	width: 18px;
	height: 15px;
	background: url("../images/fangzi.jpg");
	margin-right: 5px;
	margin-bottom: -1px;
}
.PagePro .Prolist1 .crumbs a {
	display: inline-block;
	font-size: 14px;
	color: #555;
}
.PagePro .Prolist2 {
	width: 100%;
	position: relative;
	margin-bottom: 40px;
}
.PagePro .Prolist2 dl {
	background: #f7f7f7;
	border-bottom: 10px solid #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
}
.PagePro .Prolist2 dl dd {
	padding: 2%;
	border-right: 1px solid #e4e4e4;
	font-size: 15px;
	line-height: 1.8;
	width: 20%;
	display: block;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
	text-align: center;
}
.PagePro .Prolist2 dl dd:last-child {
	border-right: none
}
.PagePro .Prolist2 dl:nth-child(1) {
	background: #fff;
}
.PagePro .Prolist2 dl:nth-child(1) dd {
	text-align: center;
	padding: 15px 0;
	background: #e4e4e4;
	margin: 0 5px;
	font-size: 15px;
	font-weight: bold;
}
.PagePro {
	width: 100%;
	position: relative;
	padding: 40px 0 60px;
}

.proscreen {
    padding-bottom: 110px;
}
.proscreen ul li {
    width: 100%;
    margin-bottom: 1%;
}
.proscreen ul li.biztype {
	padding-bottom: 10px;
	border-bottom: 1px dotted #ccc;
}
.proscreen ul li.biztype-2 {
}
.proscreen ul li b {
    float: left;
    margin: 0 15px 0 5px;
	font-size: 16px;
	border: 1px solid #eee;
	padding: 2px 10px 0px;
}
.proscreen ul li span {
	display: block;
    float: left;
}
.proscreen ul li span a {
	display: inline;
	color: #555;
	float: left;
    letter-spacing: 1px;
	line-height: 26px;
	padding: 3px 10px 2px;
}
.proscreen ul li span a.cur {
	background: rgba(156,126,72,0.8);
	color: #fff;
}

.Prolistb {
	width: 100%;
	position: relative;
}
.Prolistb li {
	width: 23.5%;
	margin-right: 2%;
	float: left;
	margin-bottom: 2.5%;
}
.Prolistb li:nth-child(4n) {
	margin-right: 0;
}
.Prolistb li .img {
	position: relative;
	overflow: inherit;
	border: 2px solid rgba(156,126,72,0.3);
	transition: 0.3s all ease;
}
.Prolistb li:hover .img {
	border: 2px #cc0810 solid;
}
.Prolistb li .img img {
	display: block;
	-webkit-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	transform-origin: 50% 50%;
}
.Prolistb li:hover .img img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.Prolistb li p {
	color: #333;
	font-size: 18px;
	text-align: center;
    padding: 13px 0 11px;
	background: rgba(156,126,72,0.3);
	transition: 0.3s all ease;
}
.Prolistb li:hover p {
	background: #cc0810;
	color: #fff;
}
.downlist {
	width: 1300px;
	margin: 0 auto;
	padding: 0;
}
.picFocus {
	float: left;
	width: 500px;
	position: relative;
	overflow: hidden;
	zoom: 1;
	border: 3px solid rgba(156,126,72,0.3);
}
.picFocus .hd {
	width: 100%;
	padding-top: 5px;
	overflow: hidden;
}
.picFocus .hd ul {
	width: 88%;
	margin: 0 auto;
	overflow: hidden;
	zoom: 1;
}
.picFocus .hd ul li {
	padding-top: 5px;
	float: left;
	text-align: center;
	margin-right: 2%;
	width: 23.5%;
}
.picFocus .hd ul li:nth-child(4n) {
	margin-right: 0;
}
.picFocus .hd ul li img {
	width: 100%;
	border: 2px solid #ddd;
	cursor: pointer;
	margin-right: 8px;
	display: block;
}
.picFocus .hd ul li.on {
	background: url("images/icoUp.gif") no-repeat center 0;
}
.picFocus .hd ul li.on img {
	border-color: #cc0810;
}
.picFocus .bd li {
	vertical-align: middle;
}
.picFocus .bd img {
	width: 100%;
	display: flex;
}
.picFocus .prev {
	position: absolute;
	left: 0;
	bottom: 40px;
}
.picFocus .next {
	position: absolute;
	right: 0;
	bottom: 40px;
}
.floatl {
	float: left;
	width: 502px;
}
.floatr {
	width: 750px;
	float: right;
}
.floatr .title {
	font-size: 24px;
	font-weight: bold;
	color: #333;
	width: 100%;
	word-break: break-all;
	padding-bottom: 15px;
    margin-bottom: 25px;
	border-bottom: 2px solid rgba(156,126,72,0.5);
}
.floatr .title span {
	color: rgba(156,126,72,0.8);
	font-size: 18px;
	font-weight: 500;
	text-transform: uppercase;
	padding-left: 10px;
}
.floatr .title span:before {
	content: '/';
	margin: 0 12px 0 5px;
	color: #ccc;
	font-size: 16px;
	font-weight: 300;
}
.floatr .titmd {
	margin: 20px 0;
	font-size: 16px;
	color: #555;
}
.floatr .titmd .item {
    line-height: 2;
	clear: both;
}
.floatr .titmd .item b {
    display: block;
    width: 100px;
    float: left;
}
.floatr .titmd .item span {
    display: inline-block;
    float: left;
    width: 650px;
}
.floatr .table-list {
	width: 100%;
	border-top: 1px #ccc dashed;
}
.floatr .table-list tr {
	margin-bottom: 10px;
	width: 100%;
}
.floatr .table-list td {
	width: 100%;
	font-size: 14px;
	color: #666;
	line-height: 24px;
	padding: 5px 0;
}
.floatr .table-list td span {
	color: #333;
	font-weight: bold;
}
.floatr .table-list .input-text {
	width: 40px;
	height: 25px;
	text-align: center;
	color: #dd2328;
}
.floatr .table-list .button {
	width: 80px;
	height: 35px;
	text-align: center;
	background: #dd2328;
	border: none;
	text-align: center;
	color: #fff;
	cursor: pointer;
	margin-top: 5px;
	font-size: 14px;
}
.floatr .div-bz {
	font-size: 20px;
	margin-top: 20px;
	font-weight: bold;
	color: #cc0810;
}
.left02 {
	width: 100%;
	margin: 35px auto 0;
	border-top: 5px #f1f1f1 solid;
	padding-top: 25px;
	color: #555;
    text-align: right;
}
.left02 h3 {
	display: inline-block;
	font-size: 18px;
	padding: 0 0 10px;
}
.left02 p {
	display: inline-block;
	font-size: 15px;
	line-height: 2;
}
.left02 p em {
	font-style: normal;
	margin: 0 10px;
}
.left02 img {
	max-width: 100%;
}
.left02 table {
	border-collapse: collapse;
	width: 100%;
}
.left02 table, .left02 table tr {
	font-size: 16px;
	color: #444;
}
.left02 table, .left02 table th, .left02 table td {
	border: 1px solid #333;
	text-align: center;
	font-size: 16px;
}
.page .zsqylist {
	position: relative;
	width: 20%;
	float: left;
}
.page .zsqylist .Top {
	height: 65px;
	text-align: center;
	font-size: 20px;
	color: #333;
	font-weight: bold;
	background: #F1F5F9;
	border-top: 4px #cc0810 solid;
	border-bottom: 4px #fff solid;
	line-height: 65px;
}
.page .zsqylist ul li {
	float: left;
	width: 100%;
	background: #fafafa;
	text-align: center;
	border-bottom: 2px #fff solid;
}
.page .zsqylist ul li a {
	display: block;
	line-height: 55px;
	font-size: 17px;
}
.page .zsqylist ul li.select, .page .zsqylist ul li:hover {
	background: #cc0810;
}
.page .zsqylist ul li.select a i, .page .zsqylist ul li:hover a {
	color: #fff;
}
.page .zsqylist ul li i {
	display: inline-block;
	background-size: contain !important;
	font-style: normal;
	color: #333;
	font-size: 15px;
}
.page .zsqylist ul li:hover a i {
	color: #fff;
}
.page .zsqylist1 {
	padding: 15px 20px;
	background: #f9f9f9;
	margin: 25px 0;
	font-size: 14px;
}
.page .zsqylist1 .crumbs .fangzi {
	display: inline-block;
	width: 18px;
	height: 15px;
	background: url("../images/fangzi.jpg");
	margin-right: 5px;
	margin-bottom: -1px;
}
.page .zsqylist1 .crumbs a {
	display: inline-block;
	font-size: 14px;
	color: #555;
}
.page .zsqycon {
	width: 78%;
	float: right;
	font-size: 16px;
	line-height: 30px;
	color: #666;
}
.page .zsqycon img {
	max-width: 100%;
	margin: 5px 0;
}
.honorCon {
	width: 100%;
	position: relative;
	padding: 40px 0 0;
}
.honlistb {
	width: 100%;
	position: relative;
	margin-bottom: 33px;
}
.honlistb li {
	width: 32%;
	margin-right: 2%;
	float: left;
	margin-bottom: 2%;
}
.honlistb li:nth-child(3n) {
	margin-right: 0;
}
.honlistb li .img {
	position: relative;
	overflow: inherit;
	border: 2px #F8F2EC solid;
	transition: 0.3s all ease;
}
.honlistb li:hover .img {
	border: 2px #cc0810 solid;
}
.honlistb li .img img {
	display: block;
	-webkit-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	transform-origin: 50% 50%;
}
.honlistb li:hover .img img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.honlistb li p {
	background: #F8F2EC;
	line-height: 50px;
	text-align: center;
	color: #333;
	transition: 0.3s all ease;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.honlistb li:hover p {
	background: #cc0810;
	color: #fff;
}

.honlistc {
	width: 100%;
	position: relative;
	margin-bottom: 40px;
	border-top: 3px solid #cc0810;
}
.honlistc h3{
    color: #333;
	font-size: 24px;
	font-weight: bold;
	padding: 30px 0 20px;
}
.honlistc li {
	width: 32%;
	margin-right: 2%;
	float: left;
	margin-bottom: 2%;
}
.honlistc li:nth-child(3n) {
	margin-right: 0;
}
.honlistc li .img {
	position: relative;
	overflow: inherit;
	border: 2px #F8F2EC solid;
	transition: 0.3s all ease;
}
.honlistc li:hover .img {
	border: 2px #cc0810 solid;
}
.honlistc li .img img {
	display: block;
	-webkit-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	transform-origin: 50% 50%;
}
.honlistc li:hover .img img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.honlistc li p {
	background: #F8F2EC;
	line-height: 50px;
	text-align: center;
	color: #333;
	transition: 0.3s all ease;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.honlistc li:hover p {
	background: #cc0810;
	color: #fff;
}
.PageNews {
	padding: 40px 0 60px;
	background-color: #f9f9f9;
	position: relative;
}
.PageNews .Newslist li {
	width: 50%;
	float: left;
	margin-bottom: 40px;
}
.PageNews .Newslist li a {
	display: block;
	margin: 0 18px;
	background: #fff;
	padding: 35px 6.56% 55px 7.32%;
	position: relative;
    border: 1px solid #ececec;
	box-shadow: 5px 5px 0 rgb(0 0 0 / 2%);
	perspective: 300px;
	-webkit-perspective: 300px;
}
.PageNews .Newslist li a:before {
	content: "";
	width: 100%;
	height: 100%;
	background: #cc0810;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	opacity: 0;
	visibility: hidden;
	transform-origin: top center 0;
	transition: 0.54s;
	transform: rotateX(-60deg);
	-webkit-transform: rotateX(-60deg);
	-moz-transform: rotateX(-60deg);
}
.PageNews .Newslist li a:hover:before {
	opacity: 1;
	visibility: visible;
	transform: rotateX(0deg);
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	color: #fff;
}
.PageNews .Newslist li a time {
	display: block;
	color: #999;
	font-size: 15px;
	padding-left: 8px;
	line-height: 19px;
	border-left: 5px solid #cc0810;
	position: relative;
	z-index: 9;
}
.PageNews .Newslist li .news__text {
	margin: 15px 0;
	position: relative;
	z-index: 9;
}
.PageNews .Newslist li .news__text .img {
	display: block;
	line-height: 1;
	overflow: hidden;
	float: left;
	width: 30%;
	margin: 0 25px 0 0;
}
.PageNews .Newslist li .news__text .img img {
	display: block;
	width: 100%;
	height: auto;
	transition: 0.48s;
}
.PageNews .Newslist li .news__fix h3 {
	color: #232323;
	font-size: 18px;
	line-height: 1.2;
	margin-bottom: 15px;
	font-weight: bold;
	transition: 0.35s;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.PageNews .Newslist li .news__fix p {
	color: #666;
	font-size: 14px;
	line-height: 1.8;
	height: 75px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.PageNews .Newslist li .news__more {
	width: 55px;
	height: 55px;
	background: #cc0810;
	position: absolute;
	right: 0;
	bottom: 0;
	text-align: center;
	transition: 0.38s;
	z-index: 9;
}
.PageNews .Newslist li .news__more:before {
	content: "";
	width: 16px;
	height: 16px;
	background: url("../images/more.png") center no-repeat;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -8px;
	margin-top: -8px;
	transition: 0.38s;
}
.PageNews .Newslist li a:hover .news__text figure img {
	transform: scale(1.06);
	-webkit-transform: scale(1.06);
	-moz-transform: scale(1.06);
}
.PageNews .Newslist li a:hover .news__fix h3 {
	color: #fff;
}
.PageNews .Newslist li a:hover {
	box-shadow: 0 0 18px rgba(0, 0, 0, 0.13);
}
.PageNews .Newslist li a:hover time {
	color: #fff;
	border-left: 5px solid #fff;
}
.PageNews .Newslist li a:hover .news__more {
	background: #cc0810;
}
.PageNews .Newslist li a:hover .news__more:before {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
}
.PageNews .Newslist li a:hover .news__fix p {
	color: #fff;
}
.respon {
	padding: 40px 0 60px;
	position: relative;
}
.responlist li {
	padding: 2% 3%;
	border: 1px #fff solid;
	border-bottom-color: #f1f1f1;
	width: 93.8%;
	background: #fff;
}
.responlist li .news_box {
	position: relative;
}
.responlist li .imgbox {
	width: 24%;
	margin-right: 4%;
}
.responlist li .imgbox img {
	width: 100%;
}
.responlist li .info {
	width: 85%;
}
.responlist li .info .title {
	font-size: 24px;
	margin: 0 0 8px;
	color: #333;
}
.responlist li .info .p {
	font-size: 15px;
	color: #727272;
	line-height: 28px;
	height: 56px;
	overflow: hidden;
}
.responlist li .info ._tools {
	display: inline-block;
	border: 1px #efefef solid;
	border-radius: 20px;
	overflow: hidden;
	margin-top: 25px;
	height: 24px;
	line-height: 24px;
}
.responlist li .info ._tools span {
	display: inline-block;
	padding: 0 15px;
	border-left: 1px #e5e5e5 solid;
	margin-left: -1px;
	vertical-align: top;
	color: #666;
	font-size: 12px;
}
.responlist li .info ._tools ._vew:hover, .responlist li .info ._tools .bdsharebuttonbox:hover {
	background-color: #f8f8f8;
}
.responlist li .info ._tools .bdsharebuttonbox .bds_more {
	background: none;
	margin: 0;
	padding: 0;
	line-height: 24px;
	height: 24px;
}
.responlist li .info ._tools .bdsharebuttonbox .bds_count {
	background: none;
	width: auto;
	height: 24px;
	margin: 0;
	line-height: 24px;
	padding: 0 5px;
	display: none;
}
.responlist li .info ._tools .bdsharebuttonbox i {
	margin: 0;
}
.responlist .date {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -60px;
}
.responlist .date span {
	color: #3f3f3f;
	font-family: Arial;
	font-weight: bold;
	display: block;
}
.responlist .date .day {
	font-size: 70px;
	line-height: 52px;
}
.responlist .date .month {
	font-size: 20px;
	margin-top: 15px;
}
.responlist li:hover {
	border: 1px #cc0810 solid;
}
.responlist li:hover .date span {
	color: #cc0810;
}
.responlist li:hover .info .title {
	color: #cc0810;
}
.PageParty {
	padding: 40px 0 60px;
	background: #f9f9f9;
	position: relative;
}
.PageParty .partylist ul {
	width: 100%;
	height: auto;
	float: left;
	font-size: 12px;
	padding-top: 30px;
}
.PageParty .partylist li {
	width: 49%;
	height: auto;
	float: left;
	background-color: #FFFFFF;
	margin-bottom: 30px;
	color: #666666;
	box-sizing: border-box;
	border: 25px solid transparent;
	margin-right: 2%;
}
.PageParty .partylist li:hover .dynamic_time {
	background-color: #cc0810;
	transition: all 0.5s;
}
.PageParty .partylist li:nth-child(2n) {
	margin-right: 0;
}
.PageParty .partylist .dynamic_time {
	width: auto;
	height: auto;
	float: left;
	background-color: #aaaaaa;
	color: #FFFFFF;
	margin-top: 10px;
}
.PageParty .partylist .dynamic_time p {
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	font-size: 18px;
}
.PageParty .partylist .dynamic_time span {
	float: left;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 2px;
	margin-top: -5px;
	font-size: 10px;
}
.PageParty .partylist .date {
	width: 100%;
	height: auto;
	display: none;
	float: left;
}
.PageParty .partylist .dynamic_cont {
	width: auto;
	height: auto;
	padding-left: 100px;
}
.PageParty .partylist .dynamic_cont p {
	width: 100%;
	font-size: 15;
	color: #666;
	line-height: 28px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.PageParty .partylist .dynamic_cont .a {
	color: #494949;
}
.PageParty .partylist .dynamic_cont .dynamic_title {
	font-size: 18px;
	padding-bottom: 10px;
	padding-top: 3px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #333;
	font-weight: bold;
}
.PageParty .partylist li:hover .dynamic_cont .dynamic_title {
	color: #cc0810;
	transition: all 0.5s;
}
.NewsCon {
    background: #fff;
	padding: 40px;
    box-shadow: 6px 6px 0 rgb(0 0 0 / 2%);
    border: 1px solid #dfdfdf;
}
.pageNewsT {
	width: 100%;
	font-size: 22px;
	font-weight: 600;
	text-align: center;
	line-height: 1.5;
	color: #333;
	margin: 0 auto;
}
.pageNewsC {
	width: 100%;
	margin: 0 auto;
	font-size: 14px;
	color: #666;
	text-align: center;
	padding: 10px 0 20px;
	border-bottom: solid 1px #ddd;
}
.pageNewsD {
	width: 100%;
	margin: 0 auto;
	font-size: 16px;
	color: #333;
	line-height: 2;
	margin-top: 30px;
}
.pageNewsD p {
	padding: 0;
	margin: 0;
}
.pageNewsD img {
    width: expression(this.width > 800? 800: true) !important;
    max-width: 800px !important;
    height: auto !important;
    overflow: hidden;
    margin: 15px auto;
}
.pageNewsD table {
	border-collapse: collapse;
	width: 100%;
}
.pageNewsD table, .pageNewsD tr {
	font-size: 16px;
	color: #444;
}
.pageNewsD table, .pageNewsD th, .pageNewsD td {
	border: 1px solid black;
	text-align: center;
	font-size: 14px;
}
.join {
	position: relative;
	width: 100%;
	padding: 40px 0 60px;
}
.join .joinlist {
	margin-top: 40px;
}
.join .p1 {
	font-size: 30px;
	color: #333;
	font-weight: bold;
	text-align: center;
}
.join .p2 {
	font-size: 16px;
	color: #999;
	text-align: center;
}
.join .joinb01 {
	width: 50%;
	float: right;
}
.join .joinb01 .text01 {
	width: 100%;
	position: relative;
	float: left;
}
.join .joinb01 .text01 .img {
	width: 50%;
	position: relative;
	float: left;
	overflow: inherit;
}
.join .joinb01 .text01 .img img {
	display: block;
	-webkit-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	transform-origin: 50% 50%;
}
.join .joinb01 .text01:hover .img img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.join .joinb01 .text01 .img .tix {
	padding: 22% 0;
	text-align: center;
	position: relative;
}
.join .joinb01 .text01 .img .tix .a1 {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 15px;
	color: #fff;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}
.join .joinb01 .text01 .img .tix .a2 {
	font-size: 16px;
	color: #fff;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}
.join .joinb01 .text01 .textp1 {
	float: left;
	position: relative;
	background: #cc0810;
	box-sizing: border-box;
	color: #fff;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	z-index: 9;
	width: 50%;
}
.join .joinb01 .text01 .textp1 .tix {
	padding: 22% 0;
	text-align: center;
}
.join .joinb01 .text01 .textp1 .tix .a1 {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 15px;
	color: #fff;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}
.join .joinb01 .text01 .textp1 .tix .a2 {
	font-size: 16px;
	color: #fff;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}
.join .joinb01 .text02 {
	width: 100%;
	position: relative;
	float: left;
	overflow: hidden;
}
.join .joinb01 .text02 img {
	display: block;
	-webkit-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	transform-origin: 50% 50%;
}
.join .joinb01 .text02:hover img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.join .joinb01 .text02 .textp2 {
	position: absolute;
	top: 50%;
	right: 2%;
	left: 2%;
	color: #fff;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	margin-top: -87px;
	text-align: center;
	z-index: 9;
}
.join .joinb01 .text02 .textp2 .a1 {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 15px;
}
.join .joinb01 .text02 .textp2 .a2 {
	font-size: 16px;
	margin-bottom: 40px;
}
.join .joinb01 .text02 .textp2 .a3 a {
	display: block;
	text-align: left;
	padding-left: 30px;
	font-size: 14px;
	color: #000;
	box-sizing: border-box;
	margin: 0 auto;
	width: 162px;
	height: 40px;
	line-height: 42px;
	text-shadow: 1px 1px 2px rgba(255,255,255,0.3);
	background: url("../images/joinm.png") no-repeat center;
}
.join .joinb01 .text02 .textp2 .a3 a:hover {
	background: url("../images/joinmh.png") no-repeat center;
	color: #fff;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}
.join .joinb02 {
	width: 50%;
	float: left;
	position: relative;
}
.join .joinb02 .textp {
	position: absolute;
	right: 0;
	bottom: 0;
	height: 218px;
	padding: 10% 0% 5% 10%;
	left: 40%;
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	z-index: 9;
}
.join .joinb02 .textp .a1 {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 15px;
}
.join .joinb02 .textp .a2 {
	font-size: 16px;
	margin-bottom: 40px;
}
.join .joinb02 .textp .a3 a {
	display: block;
	text-align: left;
	padding-left: 30px;
	font-size: 14px;
	color: #000;
	box-sizing: border-box;
	width: 162px;
	height: 40px;
	line-height: 40px;
	background: url("../images/joinm.png") no-repeat center;
}
.join .joinb02 .textp .a3 a:hover {
	background: url("../images/joinmh.png") no-repeat center;
	color: #fff;
}
.PageJoin {
	width: 100%;
	padding: 40px 0 60px;
}
/*人才招聘 */
.PageJoin .Joinlist {
	position: relative;
	margin-top: 10px;
}
.PageJoin .Joinlist .jnlist {
	background: #cc0810;
}
.PageJoin .Joinlist .jnlist li {
	float: left;
	text-align: center;
	padding: 15px 0;
	font-size: 18px;
	color: #fff;
	width: 20%;
}
.PageJoin .Joinlist .jnlist li:nth-child(2), .PageJoin .Joinlist .jnlist li:nth-child(4) {
	width: 30%;
}
.PageJoin .Joinlist .joblist {
	width: 100%;
	position: relative;
	margin-top: 10px;
}
.PageJoin .Joinlist .joblist .list_dt {
	cursor: pointer;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: relative;
	border-bottom: 1px solid #ddd;
	background: #f9f9f9;
}
.PageJoin .Joinlist .joblist .list_dt p {
	float: left;
	text-align: center;
	padding: 20px 0;
	font-size: 15px;
	color: #333;
	width: 20%;
}
.PageJoin .Joinlist .joblist .list_dt p:nth-child(2), 
.PageJoin .Joinlist .joblist .list_dt p:nth-child(4) {
	width: 30%;
}
.PageJoin .Joinlist .joblist .list_dt p:last-child:after {
	content: '▼';
	font-size: 12px;
	color: #777;
	padding-left: 20px;
}
.PageJoin .Joinlist .joblist .list_dt:hover p:last-child:after {
	color: #fff;
}
.PageJoin .Joinlist .joblist #open {
	background: #cc0810;
}
.PageJoin .Joinlist .joblist #open p {
	color: #fff
}
.PageJoin .Joinlist .joblist .list_dt:hover {
	background: #cc0810;
}
.PageJoin .Joinlist .joblist .list_dt:hover p {
	color: #fff;
}
.PageJoin .Joinlist .joblist .list_dd {
	display: none;
	padding: 30px;
	font-size: 15px;
	line-height: 30px;
	color: #555;
	background: #f0f6fb;
}
/* 员工风采 */
.PageJoin .Joinlist1 .pic-item {
	position: relative;
	width: 23%;
	margin: 0 2.66% 23px 0;
	padding: 0;
	float: left;
}
.PageJoin .Joinlist1 .pic-item:nth-child(4n) {
	margin-right: 0;
}
.PageJoin .Joinlist1 .list-pic {
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 0;
	padding: 0;
	border: 0;
	overflow: hidden;
}
.PageJoin .Joinlist1 .list-pic img {
	width: 100%;
	height: auto;
	transition: all 0.6s;
}
.PageJoin .Joinlist1 .list-pic img:hover {
	transform: scale(1.1) !important;
}
.PageJoin .Joinlist1 .pic-item p {
	line-height: 50px;
	font-size: 15px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.contentUs {
	width: 100%;
	position: relative;
	background: #f9f9f9;
}
#map {
	float: left;
	width: 640px;
	height: 320px;
	border: #ddd solid 1px;
	font-size: 13px;
}
.conList {
	padding: 4% 4% 0;
	float: left;
	font-size: 16px;
	line-height: 30px;
}
.conList h2 {
	font-size: 26px;
	font-weight: 700;
	color: #cc0810;
	line-height: 1.5;
}
.conList span {
    display: block;
	color: #777;
	font-size: 14px;
	letter-spacing: 0.3px;
	margin-bottom: 20px;
}
.adrlist {
	position: relative;
	margin-top: 20px;
}
.adrlist li {
	width: 46%;
	float: left;
	height: auto;
	overflow: hidden;
	padding: 1.5%;
	background: #fcfcfc;
	margin-right: 2%;
	margin-bottom: 20px;
}
.adrlist li:nth-child(2n) {
	margin-right: 0;
}
.adrlist li h2 {
	font-size: 18px;
	color: #000;
	margin-bottom: 12px;
}
.adrlist li p {
	font-size: 16px;
	color: #666;
	line-height: 30px;
}
.CenTitle {
	padding: 10px 0;
	position: relative;
	z-index: 1;
}
.CenTitle.wire {
	padding-top: 40px;
	border-top: 3px solid #cc0810;
}
.CenTitle .name {
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	color: #555;
	line-height: 1;
	margin-bottom: 10px;
}
.CenTitleline, .CenTitle .line {
	width: 30px;
	height: 2px;
	background: #cc0810;
	overflow: hidden;
	margin: 0 auto;
}
.txtbox {
	text-justify: inter-ideograph;
	text-align: justify;
	word-wrap: break-word;
	clear: both;
	overflow: hidden;
	position: relative
}
.aboutTxt04 {
	padding-bottom: 40px;
	width: 90%;
	margin: 0 auto;
}
.aboutTxt04 .pic {
	padding: 30px;
}
.aboutTxt04 .pic img {
	display: block;
	width: 160px;
	margin: 0 auto 30px;
}
.aboutTxt04 .l {
	float: left;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	text-align: center;
	color: #fff;
	font-weight: bold;
	line-height: 18px;
	margin-left: 90px;
	background: #cc0810
}
.aboutTxt04 .l .box {
	padding-top: 30px;
	line-height: 1.5;
	font-size: 20px;
}
.aboutTxt04 .r {
	font-size: 18px;
	line-height: 2;
	/* float: right;
	width: 820px; */
	width: 100%;
}
.aboutTxt04 .r .list-paddingleft-2 li {
	float: left;
	width: 33.3333%;
	text-align: center;
}
.aboutTxt05 {
	padding-top: 30px;
}
.aboutTxt05 .ul {
	overflow: hidden;
	width: 90%;
	margin: 0 auto;
}
.aboutTxt05 li {
	float: left;
	width: 25%;
	margin: 0;
	text-align: center;
	font-size: 14px;
}
.aboutTxt05 li .txt {
	padding-top: 15px;
	font-size: 17px;
	color: #A5854F;
}
.aboutTxt05 li .box {
	width: 116px;
	height: 126px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	background: center no-repeat;
	margin: 0 auto;
}
.aboutTxt05 li .box .title {
	padding-top: 45px;
	font-size: 20px;
}
.aboutTxt05 .li1 .box {
	background-image: url("../images/pic_idea01.png");
}
.aboutTxt05 .li2 .box {
	background-image: url("../images/pic_idea02.png");
}
.aboutTxt05 .li3 .box {
	background-image: url("../images/pic_idea03.png");
}
.aboutTxt05 .li4 .box {
	background-image: url("../images/pic_idea04.png");
}
/* 创新技术 */
.chuangxin .hd {
	position: relative;
	width: 100%;
	margin-bottom: 20px;
}
.chuangxin .hd li {
	width: 25%;
	line-height: 70px;
	background: #f5f5f5;
	float: left;
	text-align: center;
	cursor: pointer;
	font-size: 18px;
	font-weight: bold;
	color: #333
}
.chuangxin .hd li.on {
	background: #cc0810;
	color: #fff;
}
.chuangxin .bd li p {
	font-size: 18px;
	color: #333;
	font-weight: bold;
	margin-bottom: 10px;
}
.chuangxin table {
	border-collapse: collapse;
	width: 100%;
}
.chuangxin table, .chuangxin tr {
	font-size: 16px;
	color: #444;
}
.chuangxin table, .chuangxin th, .chuangxin td {
	border: none;
	text-align: left;
	font-size: 16px;
	padding: 15px 20px;
}
.chuangxin table tr:nth-child(1n) td {
	background: #d0d8e8;
}
.chuangxin table {
	margin-top: 20px !important;
}
.chuangxin table tr {
	margin-bottom: 5px;
}
.chuangxin table tr:nth-child(2n) td {
	background: #fff;
}
.chuangxin table:last-child {
	margin-top: 0 !important;
}
/* 研发团队*/
.lmlac {
	position: relative;
}
.lmlac .tit {
	color: #cc0810;
	font-size: 32px;
	text-align: center;
	font-weight: bold;
	line-height: 1;
}
.mid-scol {
	width: 424px;
	height: 424px;
	position: absolute;
	left: 50%;
	top: 47%;
	transform: translate(-50%, -50%);
}
.scol02 {
	position: absolute;
	left: 0;
	top: 0;
}
.scol01 {
	transform: rotate(0);
	transition: all 0.5s ease;
}
.scol01.ad0 {
	transform: rotate(45deg);
	transition: all 0.5s ease;
}
.scol01.ad1 {
	transform: rotate(135deg);
	transition: all 0.5s ease;
}
.scol01.ad2 {
	transform: rotate(315deg);
	transition: all 0.5s ease;
}
.scol01.ad3 {
	transform: rotate(225deg);
	transition: all 0.5s ease;
}
.laewoa {
	padding-top: 30px;
	border-top: 3px #cc0810 solid;
	margin-top: 30px;
}
.laewoa .pic {
	width: 50%;
	float: left;
}
.laewoa .cont {
	width: 100%;
	float: right;
}
.laewoa .cont > .p1 {
	font-size: 28px;
	color: #ec5a02;
}
.laewoa .cont > .p2 {
	line-height: 25px;
	color: #666;
	margin-top: 15px;
}
.aplca {
	color: #666;
}
.aplca img {
	position: absolute;
	left: 0;
	top: 0;
}
.aplca .p3 {
	font-size: 22px;
	color: #cc0810;
}
.aplca .p4 {
	line-height: 25px;
	font-size: 18px;
	line-height: 40px;
}
.lawez {
	background: #f1f1f2;
	line-height: 30px;
	font-size: 16px;
	padding: 20px;
	overflow: hidden;
	margin-bottom: 15px;
}
.lawpic {
	width: 100%;
	position: relative;
}
.lawpic img {
	max-width: 100%;
}
/* 研发中心 */
.Pageyfzx {
	position: relative;
	width: 100%;
	background: #f7f7f7;
	padding: 60px 0;
}
.Pageyfzx .l {
	width: 35%;
    height: 230px;
    overflow: hidden;
}
.Pageyfzx .l img {
    margin-top: -60px;
}
.Pageyfzx .r {
	width: 65%;
}
.lazx {
	margin-bottom: 15px;
	padding-left: 6%;
}
.lazx .tit {
	font-size: 28px;
	color: #cc0810;
	font-weight: bold;
	line-height: 1.8;
}
.lazx .con {
	font-size: 16px;
	line-height: 30px;
	color: #666;
	margin-top: 20px;
}
.Number {
	display: none;
	width: 100%;
	position: relative;
}
.Number .Nuncon {
	width: 23%;
	margin: 0 1%;
	text-align: center;
	float: left;
}
.Number .Nuncon .Num .num1 {
	font-size: 30px;
	color: #cc0810;
	display: inline-block;
	vertical-align: unset;
	font-weight: 600;
}
.Number .Nuncon .Num span {
	font-size: 17px;
	color: #666;
}
.Number .Nuncon .Txt {
	font-size: 17px;
	color: #666;
}
.lawplex {
	display: none;
	position: relative;
	width: 100%;
	padding: 60px 0;
	background: #f7f7f7;
}
.lawplex .tit {
	font-size: 28px;
	line-height: 40px;
	color: #cc0810;
	font-weight: bold;
	text-align: center;
}
.lawplex .con {
	font-size: 16px;
	line-height: 26px;
	color: #666;
	text-align: center;
	margin-bottom: 40px;
}
.lmlzx {
	position: relative;
	width: 100%;
	padding: 50px 0 60px;
}
.lmlzx .titc {
	color: #cc0810;
	font-size: 28px;
	text-align: center;
	font-weight: bold;
	line-height: 1.8;
}
.lmlzx .titdoc {
	margin-top: 15px;
	line-height: 30px;
	font-size: 16px;
	color: #666;
	margin-bottom: 40px;
}
.lbcanl {
	position: relative;
	height: 540px;
}
.lmoml {
	width: 340px;
	position: absolute;
}
.lmoml .pic {
	overflow: hidden;
}
.lmoml .pic img {
	transition: all 0.5s ease;
}
.lmoml .tit {
	line-height: 45px;
	border-bottom: 1px solid #ccd6e3;
	font-weight: bold;
	text-transform: uppercase;
	color: #e8e8e8;
}
.lmoml .tit strong {
	color: #cc0810;
	font-size: 20px;
	margin-right: 10px;
}
.lmoml .pic {
	margin-top: 10px;
}
.lmoml .olac {
	color: #666;
	line-height: 1.8;
	margin-top: 10px;
	font-size: 16px;
}
.lmoml.ab01 {
	left: 0;
	top: 0;
}
.lmoml.ab02 {
	right: 0;
	top: 0;
}
.lmoml.ab03 {
	left: 0;
	top: 310px;
}
.lmoml.ab04 {
	right: 0;
	top: 310px;
}
.lmoml.ab05 {
	left: 50%;
	margin-left: -170px;
	bottom: 0;
}
.lawplex .pic {
	width: 100%;
	position: relative;
}
.lawplex .pic li {
	width: 18.4%;
	margin-right: 2%;
	float: left;
	margin-bottom: 1%;
}
.lawplex .pic li:nth-child(5n) {
	margin-right: 0;
}
.lawplex .pic li .img {
	position: relative;
	overflow: inherit;
	border: 2px #EBF4F6 solid;
	transition: 0.3s all ease;
}
.lawplex .pic li:hover .img {
	border: 2px #cc0810 solid;
}
.lawplex .pic li .img img {
	display: block;
	-webkit-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	transform-origin: 50% 50%;
}
.lawplex .pic li:hover .img img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.lawplex .pic li p {
	background: rgba(0, 0, 0, 0.3);
	line-height: 40px;
	text-align: center;
	color: #fff;
	transition: 0.3s all ease;
	font-size: 16px;
	position: absolute;
	width: 100%;
	bottom: 0;
}

.prenext {
	font-size: 14px;
	line-height: 40px;
	width: 100%;
	border-top: 1px solid #eaeaea;
	padding-top: 15px;
	margin: 40px auto 0;
}
.pre {
	float: left;
	width: 48%;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.next {
	float: right;
	width: 48%;
	text-align: right;
	white-space: nowrap; 
	overflow: hidden;
	text-overflow: ellipsis;
}
.pre a, .next a {
	font-size: 14px;
	color: #666;
}
.pre:hover a, .next:hover a {
	color: #cc0810;
}

@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.container {
		width: 98%;
		max-width: 98%;
	}
	.header .headerNav .nav > ul > li a {
		margin: 0 20px;
	}
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
	.container {
		width: 98%;
		max-width: 98%;
	}
	.header .headerNav .nav > ul > li a {
		margin: 0 10px;
		font-size: 16px;
	}
	.header .headerNav .nav .sub {
		line-height: 30px;
	}
	.header .headerNav .nav .sub a {
		font-size: 15px;
		line-height: 30px;
	}
	.InAbout {
		padding: 50px 0;
	}
	.InAbout .AboCentet .Profile .filecon .Tit {
		font-size: 18px;
	}
	.InAbout .AboCentet .company .comp .Tit {
		font-size: 18px;
	}
	.InAbout .AboCentet .company .comp {
		padding: 10px 6%;
	}
	.InAbout .AboCentet .company .comp .complist li {
		height: 40px;
	}
	.InAbout .AboCentet .company .comp .complist li a {
		font-size: 15px;
		line-height: 40px;
	}
	.InAbout .AboCentet .Profile .filecon .More::before {
		display: none
	}
	.InAbout .AboCentet .Profile .filecon .More::after {
		display: none
	}
	.InAbout .AboCentet .Profile .filecon .More {
		margin-top: 20px;
	}
	.Innovating {
		padding: 50px 0;
	}
	.Innovating .Top {
		font-size: 22px;
	}
	.Innovating .novating li p {
		font-size: 20px;
	}
	.InProduct .Top {
		font-size: 22px;
	}
	.InProduct .Product li .rect-66 {
		padding-bottom: 88%;
	}
	.composite {
		padding: 50px 0;
	}
	.composite .Innews .Top {
		font-size: 22px;
	}
	.composite .Innews .News .newsTop .newsTopc .tix {
		font-size: 16px;
		margin-bottom: 5px;
	}
	.composite .Innews .News .newsTop .newsTopc .tic {
		line-height: 26px;
		margin-bottom: 0;
	}
	.composite .Innews .News .bd li .newsTopc .tix {
		font-size: 16px;
		line-height: 45px;
	}
	.composite .Innews .News .bd li .deta {
		border-top: 45px solid #f7f7f7;
	}
	.composite .innews .Top {
		font-size: 22px;
	}
	.composite .innews .news .newstop .newstopc .tix {
		font-size: 16px;
		margin-bottom: 5px;
	}
	.composite .innews .news .newstop .newstopc .tic {
		line-height: 26px;
		margin-bottom: 0;
	}
	.composite .innews .news .bd li .newstopc {
		padding-left: 90px;
	}
	.composite .innews .news .bd li .newstopc .tix {
		font-size: 16px;
		margin-bottom: 5px;
	}
	.composite .innews .news .bd li .newstopc .tic {
		line-height: 26px;
	}
	.composite .innews .news .bd li {
		margin-top: 20px;
	}
	.Picture {
		padding: 50px 0;
	}
	.Picture .column .Top {
		font-size: 22px;
	}
	.Picture .profession .Top {
		font-size: 22px;
	}
	.footer {
		padding: 50px 0;
	}
	.footer .footNav dl:nth-child(1) {
		width: 31%;
	}
	.footer .footNav dl {
		width: 14%;
	}
	.footer .footNav dl:nth-child(6) {
		width: 13%;
	}
	.about2 {
		padding: 50px 0;
	}
	.about2 .Tit {
		font-size: 26px;
	}
	.Pagecont {
		margin-top: 30px;
	}
	.Pagecont .company .title {
		font-size: 22px;
		margin-top: 20px;
	}
	.Pagecont .company .sum {
		font-size: 15px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 5;
		-webkit-box-orient: vertical;
	}
	.Pagecont .company .p3 a {
		height: 35px;
		line-height: 35px;
		margin-top: 35px;
	}
	.about2 .abBox {
		margin-top: 30px;
	}
	.about2 .abBox1 .culture .p1 {
		font-size: 22px;
	}
	.about2 .abBox1 .culture .p2 {
		font-size: 15px;
	}
	.about2 .abBox1 .culture .p3 a {
		height: 35px;
		line-height: 35px;
		margin-top: 35px;
	}
	.about2 .abBox2 .txt01 .honor .p1 {
		font-size: 22px;
	}
	.about2 .abBox2 .txt02 .prise .p1 p {
		font-size: 22px;
	}
	.about2 .abBox2 .txt02 .prise .p2 .prisec a {
		float: left;
		width: 50%;
	}
	.about2 .abBox2 .txt02 .prise .p2 .prisec a:hover {
		padding-left: 0;
	}
	.CenTitle .name {
		font-size: 26px;
	}
	.aboutTxt04 .l {
		margin-left: 0;
	}
	.aboutTxt04 .r {
		width: 78%;
	}
	.honlistb li {
		width: 32.25%;
	}
	.honlistb li:nth-child(3n) {
		margin-right: 0;
	}
	.honlistb li:nth-child(4n) {
		margin-right: 1%;
	}
	.PageNav .sidebar .NavList li a {
		padding: 0 20px;
		font-size: 16px;
	}
	.PageNav .sidebar .leftTitle .crumbs a {
		font-size: 16px;
	}
	.Prolistb li {
		width: 32.25%;
	}
	.Prolistb li:nth-child(3n) {
		margin-right: 0;
	}
	.Prolistb li:nth-child(4n) {
		margin-right: 1%;
	}
	.Pageyfzx {
		padding: 50px 0;
	}
	.Pageyfzx .l img {
		width: 100%;
	}
	.lbcanl {
		height: auto;
	}
	.lazx .tit {
		font-size: 24px;
	}
	.lazx .con {
		font-size: 15px;
		line-height: 26px;
	}
	.lmlzx .titc {
		font-size: 24px;
	}
	.Number {
		margin-bottom: 0;
	}
	.lmlzx {
		padding: 50px 0;
	}
	.mid-scol {
		display: none;
	}
	.lmoml {
		position: relative;
		float: left;
		width: 31.333%;
		margin-right: 2%;
	}
	.lmoml:nth-child(3n) {
		margin-right: 0;
	}
	.lmoml.ab05 {
		left: 0;
		margin-left: 0;
		margin-top: 30px;
	}
	.lmoml.ab03 {
		margin-top: 30px;
	}
	.lawplex {
		padding: 50px 0;
	}
	.pageCon {
		padding: 50px 0;
	}
	.lmlac .tit {
		font-size: 24px;
	}
	.chuangxin .hd li {
		line-height: 50px;
		font-size: 17px;
	}
	.chuangxin table, th, td {
		padding: 8px 20px;
	}
	.responlist li .info .title {
		font-size: 20px;
	}
	.pageNewsT {
		font-size: 24px;
	}
	.join .p1 {
		font-size: 26px;
	}
	.join .joinb02 .textp .a1 {
		font-size: 24px;
	}
	.join .joinb01 .text01 .textp1 .tix .a1 {
		font-size: 24px;
	}
	.join .joinb01 .text01 .img .tix .a1 {
		font-size: 24px;
	}
	.join .joinb01 .text02 .textp2 .a1 {
		font-size: 24px;
	}
	.PageJoin .Joinlist1 .pic-item {
		width: 32%;
		margin: 0 2% 20px 0;
	}
	.PageJoin .Joinlist1 .pic-item:nth-child(3n) {
		margin-right: 0;
	}
	.PageJoin .Joinlist1 .pic-item:nth-child(4n) {
		margin-right: 2%;
	}
	.PageNews .Newslist li .news__fix p {
		height: 55px;
	}
	.downlist {
		width: 100%;
	}
	.picFocus {
		width: 50%;
	}
	.floatr {
		width: 46%;
	}
	.floatr .title {
		font-size: 20px;
		padding-bottom: 10px;
	}
	.floatr .titmd {
		margin: 10px 0;
	}
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
	.container {
		width: 98%;
		max-width: 98%;
	}
	.header .headerNav {
		height: 70px;
	}
	.header .headerNav .logo {
		height: 40px;
	}
	.header .headerNav .logo img {
		height: 40px;
	}
	.header .headerNav .nav {
		display: none;
	}
	.sp_nav {
		width: 50px;
		float: right;
		position: relative;
		cursor: pointer;
		height: 30px;
		margin-top: 20px;
	}
	.sp_nav span {
		display: block;
		background: #cc0810;
		width: 30px;
		height: 2px;
		position: absolute;
		left: 10px;
		transition: all ease 0.35s
	}
	.sp_nav span:nth-of-type(1) {
		top: 0px
	}
	.sp_nav span:nth-of-type(2) {
		top: 10px
	}
	.sp_nav span:nth-of-type(3) {
		top: 20px
	}
	.sp_nav_se span:nth-of-type(1) {
		top: 10px;
		transform: rotate(45deg)
	}
	.sp_nav_se span:nth-of-type(2) {
		width: 0
	}
	.sp_nav_se span:nth-of-type(3) {
		top: 10px;
		transform: rotate(-45deg)
	}
	.sjj_nav {
		position: fixed;
		z-index: 999;
		background: #fff;
		width: 100%;
		height: 100vh;
		font-size: 14px;
		line-height: 40px;
		top: -100%;
		left: 0;
		overflow: auto;
		overflow-x: hidden;
		transition: top ease 0.35s;
		border-top: 1px #ddd solid;
		display: block;
	}
	.sjj_nav .hotline {
		background-color: #cc0810;
		padding-left: 20px;
		height: 60px;
		line-height: 60px;
		font-size: 14px;
		color: #fff;
	}
	.sjj_nav .hotline span {
		font-size: 20px;
		font-weight: bold;
	}
	.nav_show {
		top: 111px
	}
	.sjj_nav > ul > li:first-child {
		overflow: hidden;
		border-top: 0
	}
	.sjj_nav > ul > li:first-child > a {
		float: left;
		width: 75%;
	}
	.sjj_nav > ul > li:first-child .language {
		float: right;
		width: 22%;
		overflow: hidden;
		line-height: 50px;
	}
	.sjj_nav > ul > li:first-child .language a {
		width: 48%;
		float: left;
		border-left: 1px #ddd solid;
		text-align: center;
		color: #999;
	}
	.sjj_nav ul li i {
		position: absolute;
		top: 5px;
		right: 0px;
		border-left: 1px #ddd solid;
		height: 30px;
		padding: 0px 7px 0 7px;
	}
	.sjj_nav ul li i svg {
		transform: rotate(-90deg);
		transition: all ease 0.35s
	}
	.sjj_nav ul li .sjj_nav_i_se svg {
		transform: rotate(0deg)
	}
	.sjj_nav ul li {
		border-top: 1px #ddd solid;
		margin-left: 20px;
		position: relative;
		line-height: 50px;
		font-size: 15px
	}
	.sjj_nav > ul > li:last-child {
		border-bottom: 1px #ddd solid;
	}
	.sjj_nav ul li ul {
		display: none
	}
	.sjj_nav ul li a {
		color: #666;
		width: 80%;
		display: block;
	}
	.sjj_nav ul li ul li a {
		color: #999;
		display: block;
		text-align: left;
	}
	.sjj_nav ul li i svg {
		width: 20px;
		height: 20px;
		fill: #555;
	}
	.sjj_nav ul li .sjj_nav_i_se svg {
		fill: #cc0810
	}
	.sjj_nav ul li ul li > ul {
		margin-left: 10px
	}
	.banner {
		padding-top: 111px;
	}
	.InAbout {
		padding: 50px 0;
	}
	.InAbout .AboCentet .Profile .filecon .Tit {
		font-size: 18px;
	}
	.InAbout .AboCentet .Profile .filecon .Titcon {
		font-size: 15px;
		line-height: 28px;
		margin-top: 5px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
	}
	.InAbout .AboCentet .company .comp .Tit {
		font-size: 18px;
	}
	.InAbout .AboCentet .company .comp {
		padding: 5px 6%;
	}
	.InAbout .AboCentet .company .comp .complist {
		margin-top: 3px;
	}
	.InAbout .AboCentet .company .comp .complist li {
		height: 28px;
	}
	.InAbout .AboCentet .company .comp .complist li a {
		font-size: 15px;
		line-height: 28px;
		text-align: center;
	}
	.InAbout .AboCentet .company .comp .complist .list {
		display: none;
	}
	.InAbout .AboCentet .Profile .filecon .More::before {
		display: none
	}
	.InAbout .AboCentet .Profile .filecon .More::after {
		display: none
	}
	.InAbout .AboCentet .Profile .filecon .More {
		margin-top: 15px;
	}
	.Innovating {
		padding: 50px 0;
	}
	.Innovating .Top {
		font-size: 22px;
	}
	.Innovating .novating li p {
		font-size: 20px;
	}
	.InProduct .Top {
		font-size: 22px;
	}
	.InProduct .Product li {
		width: 32%;
		margin-bottom: 1%;
	}
	.composite {
		padding: 50px 0;
	}
	.composite .Innews .Top {
		font-size: 22px;
	}
	.composite .Innews .News .newsTop .newsTopc .tix {
		font-size: 16px;
		margin-bottom: 5px;
	}
	.composite .Innews .News .newsTop .newsTopc .tic {
		line-height: 26px;
		margin-bottom: 0;
	}
	.composite .Innews .News .hd li {
		width: 110px;
	}
	.composite .Innews .News .bd li .newsTopc .tix {
		font-size: 16px;
		line-height: 45px;
	}
	.composite .Innews .News .bd li .deta {
		border-top: 45px solid #f7f7f7;
	}
	.composite .innews .Top {
		font-size: 22px;
	}
	.composite .innews .news .newstop .newstopc .tix {
		font-size: 16px;
		margin-bottom: 5px;
	}
	.composite .innews .news .newstop .newstopc .tic {
		line-height: 26px;
		margin-bottom: 0;
	}
	.composite .innews .news .hd li {
		width: 110px;
	}
	.composite .innews .news .bd li .newstopc {
		padding-left: 90px;
	}
	.composite .innews .news .bd li .newstopc .tix {
		font-size: 16px;
		margin-bottom: 5px;
	}
	.composite .innews .news .bd li .newstopc .tic {
		line-height: 26px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}
	.composite .innews .news .bd li {
		margin-top: 20px;
	}
	.Picture {
		padding: 50px 0;
	}
	.Picture .column .Top {
		font-size: 22px;
	}
	.Picture .profession .Top {
		font-size: 22px;
	}
	.footer {
		padding: 50px 0;
	}
	.footer .footNav dl:nth-child(1) {
		width: 35%;
	}
	.footer .footNav dl {
		width: 12%;
	}
	.footer .footNav dl:nth-child(6) {
		width: 13%;
	}
	.about2 {
		padding: 50px 0;
	}
	.about2 .Tit {
		font-size: 26px;
	}
	.Pagecont {
		margin-top: 30px;
	}
	.lbcanl {
		height: auto;
	}
	.Pagecont .company .title {
		font-size: 22px;
		margin-top: 20px;
	}
	.Pagecont .company .sum {
		font-size: 15px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
	}
	.Pagecont .company .p3 a {
		height: 35px;
		line-height: 35px;
		margin-top: 35px;
	}
	.about2 .abBox {
		margin-top: 30px;
	}
	.about2 .abBox1 .culture .p1 {
		font-size: 22px;
	}
	.about2 .abBox1 .culture .p2 {
		font-size: 15px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 4;
		-webkit-box-orient: vertical;
	}
	.about2 .abBox1 .culture .p3 a {
		height: 35px;
		line-height: 35px;
		margin-top: 35px;
	}
	.about2 .abBox2 .txt01 .honor .p1 {
		font-size: 22px;
	}
	.about2 .abBox2 .txt02 .prise .p1 p {
		font-size: 22px;
	}
	.about2 .abBox2 .txt02 .prise .p2 .prisec a {
		float: left;
		width: 50%;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
	}
	.about2 .abBox2 .txt02 .prise .p2 .prisec a:hover {
		padding-left: 0;
	}
	.CenTitle .name {
		font-size: 26px;
	}
	.aboutTxt04 .l {
		margin-left: 0;
	}
	.aboutTxt04 .r {
		width: 78%;
	}
	.page .zsqylist {
		width: 100%;
	}
	.page .zsqylist .Top {
		display: none;
	}
	.page .zsqylist ul li {
		width: 33.333%;
	}
	.page .zsqycon {
		width: 100%;
		margin-top: 30px;
	}
	.lawplex .pic li {
		width: 31.333%;
	}
	.honlistb li {
		width: 32.25%;
	}
	.honlistb li:nth-child(3n) {
		margin-right: 0;
	}
	.honlistb li:nth-child(4n) {
		margin-right: 1%;
	}
	.PageNav .sidebar .NavList li a {
		padding: 0 20px;
		font-size: 16px;
	}
	.PageNav .sidebar .leftTitle .crumbs a {
		font-size: 16px;
	}
	.Prolistb li {
		width: 32.25%;
	}
	.Prolistb li:nth-child(3n) {
		margin-right: 0;
	}
	.Prolistb li:nth-child(4n) {
		margin-right: 1%;
	}
	.Pageyfzx {
		padding: 50px 0;
	}
	.Pageyfzx .l img {
		width: 100%;
	}
	.lazx .tit {
		font-size: 24px;
	}
	.lazx .con {
		font-size: 15px;
		line-height: 26px;
	}
	.lmlzx .titc {
		font-size: 24px;
	}
	.Number {
		margin-bottom: 0;
	}
	.Number .Nuncon .icon img {
		width: 45px;
		height: 45px;
	}
	.Number .Nuncon .Num .num1 {
		font-size: 22px;
	}
	.Number .Nuncon .Num span {
		font-size: 15px;
	}
	.lmlzx {
		padding: 50px 0;
	}
	.mid-scol {
		display: none;
	}
	.lmoml {
		position: relative;
		float: left;
		width: 31.333%;
		margin-right: 2%;
	}
	.lmoml:nth-child(3n) {
		margin-right: 0;
	}
	.lmoml.ab05 {
		left: 0;
		margin-left: 0;
		margin-top: 30px;
	}
	.lmoml.ab03 {
		margin-top: 30px;
	}
	.lawplex {
		padding: 50px 0;
	}
	.pageCon {
		padding: 50px 0;
	}
	.lmlac .tit {
		font-size: 24px;
	}
	.chuangxin .hd li {
		line-height: 50px;
		font-size: 16px;
	}
	.chuangxin table, th, td {
		padding: 8px 20px;
	}
	.responlist li .info .title {
		font-size: 20px;
	}
	.pageNewsT {
		font-size: 24px;
	}
	.join .p1 {
		font-size: 26px;
	}
	.join .joinb02 .textp .a1 {
		font-size: 24px;
		margin-bottom: 0;
	}
	.join .joinb01 .text01 .textp1 .tix .a1 {
		font-size: 24px;
		margin-bottom: 0;
	}
	.join .joinb01 .text01 .img .tix .a1 {
		font-size: 24px;
		margin-bottom: 0;
	}
	.join .joinb01 .text02 .textp2 .a1 {
		font-size: 24px;
		margin-bottom: 0;
	}
	.join .joinb01 .text02 .textp2 .a2 {
		margin-bottom: 25px;
	}
	.join .joinb01 .text02 .textp2 {
		margin-top: -70px;
	}
	.PageJoin .Joinlist1 .pic-item {
		width: 32%;
		margin: 0 2% 20px 0;
	}
	.PageJoin .Joinlist1 .pic-item:nth-child(3n) {
		margin-right: 0;
	}
	.PageJoin .Joinlist1 .pic-item:nth-child(4n) {
		margin-right: 2%;
	}
	.PageNews .Newslist li .news__fix p {
		height: 55px;
	}
	.downlist {
		width: 100%;
	}
	.picFocus {
		width: 50%;
	}
	.floatr {
		width: 46%;
	}
	.floatr .title {
		font-size: 20px;
		padding-bottom: 10px;
	}
	.floatr .titmd {
		margin: 10px 0;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.container {
		width: 94%;
		max-width: 94%;
	}
	.header .headerTop {
		display: none;
	}
	.header .headerTop .Topr {
		float: none;
		width: 100%;
	}
	.header .headerTop .container {
		width: 98%;
	}
	.header .headerTop li {
		padding: 0 5px;
		font-size: 12px;
	}
	.header .headerTop li:nth-child(1) {
		padding-left: 0;
	}
	.header .headerTop li:nth-child(1) img {
		display: none;
	}
	.header .headerTop li span {
		font-size: 15px;
	}
	.header .headerTop li a {
		font-size: 12px;
	}
	.header .headerTop li:nth-child(3) {
		float: right;
	}
	.header .headerNav {
		height: 70px;
	}
	.header .headerNav .logo {
		height: 43px;
		margin: 15px 0 0;
	}
	.header .headerNav .logo img {
		height: 43px;
	}
	.header .headerNav .topslogan img {	
		height: 46px;
		margin-right: 10px;
	}
	.header .headerNav .nav {
		display: none;
	}
	.header .headerTop .nav2 {
		display: none;
	}
	.sp_nav {
		width: 50px;
		float: right;
		position: relative;
		cursor: pointer;
		height: 30px;
		margin-top: 25px;
	}
	.sp_nav span {
		display: block;
		background: #cc0810;
		width: 30px;
		height: 2px;
		position: absolute;
		left: 10px;
		transition: all ease 0.35s
	}
	.sp_nav span:nth-of-type(1) {
		top: 0px
	}
	.sp_nav span:nth-of-type(2) {
		top: 10px
	}
	.sp_nav span:nth-of-type(3) {
		top: 20px
	}
	.sp_nav_se span:nth-of-type(1) {
		top: 10px;
		transform: rotate(45deg)
	}
	.sp_nav_se span:nth-of-type(2) {
		width: 0
	}
	.sp_nav_se span:nth-of-type(3) {
		top: 10px;
		transform: rotate(-45deg)
	}
	.sjj_nav {
		position: fixed;
		z-index: 999;
		background: #fff;
		width: 100%;
		height: 100vh;
		font-size: 14px;
		line-height: 40px;
		top: -100%;
		left: 0;
		overflow: auto;
		overflow-x: hidden;
		transition: top ease 0.35s;
		border-top: 1px #ddd solid;
		display: block;
	}
	.sjj_nav .hotline {
		background-color: #cc0810;
		padding-left: 20px;
		height: 60px;
		line-height: 60px;
		font-size: 14px;
		color: #fff;
	}
	.sjj_nav .hotline span {
		font-size: 20px;
		font-weight: bold;
	}
	.nav_show {
		top: 69px;
	}
	.sjj_nav > ul > li:first-child {
		overflow: hidden;
		border-top: 0
	}
	.sjj_nav > ul > li:first-child > a {
		float: left;
		width: 75%;
	}
	.sjj_nav > ul > li:first-child .language {
		float: right;
		width: 22%;
		overflow: hidden;
		line-height: 50px;
	}
	.sjj_nav > ul > li:first-child .language a {
		width: 48%;
		float: left;
		border-left: 1px #ddd solid;
		text-align: center;
		color: #999;
	}
	.sjj_nav ul li i {
		position: absolute;
		top: 10px;
		right: 0;
		height: 30px;
		padding: 0 7px;
		border-left: 1px #ddd solid;
	}
	.sjj_nav ul li i svg {
		transform: rotate(-90deg);
		transition: all ease 0.35s
	}
	.sjj_nav ul li .sjj_nav_i_se svg {
		transform: rotate(0deg)
	}
	.sjj_nav ul li {
		border-top: 1px #ddd solid;
		margin-left: 20px;
		position: relative;
		line-height: 50px;
		font-size: 15px
	}
	.sjj_nav > ul > li:last-child {
		border-bottom: 1px #ddd solid;
	}
	.sjj_nav ul li ul {
		display: none
	}
	.sjj_nav ul li a {
		color: #666;
		width: 80%;
		display: block;
	}
	.sjj_nav ul li ul li a {
		color: #999;
		display: block;
		text-align: left;
	}
	.sjj_nav ul li i svg {
		width: 20px;
		height: 20px;
		padding-bottom: 5px;
		fill: #555;
	}
	.sjj_nav ul li .sjj_nav_i_se svg {
		fill: #cc0810
	}
	.sjj_nav ul li ul li > ul {
		margin-left: 10px
	}
	.banner {
		display: none;
	}
	/* banner */
	.m_banner {
		position: relative;
		overflow: hidden;
		margin: 0 auto;
		width: 100%;
		padding-top: 71px;
		display: block;
	}
	.m_banner .bd {
		position: relative;
		z-index: 0;
		margin: 0 auto;
		overflow: hidden;
	}
	.m_banner .bd li {
		position: relative;
		text-align: center;
		overflow: hidden;
	}
	.m_banner .bd li img {
		vertical-align: top;
		width: 100%;
	}
	.m_banner .hd {
		position: absolute;
		bottom: 3%;
		text-align: center;
		width: 100%;
	}
	.m_banner .hd li {
		cursor: pointer;
		display: inline-block;
		*display: inline;
		zoom: 1;
		width: 10px;
		height: 10px;
		background: #fff;
		border-radius: 5px;
		margin: 0 5px;
		overflow: hidden;
		line-height: 999px;
	}
	.m_banner .hd .on {
		background: #cc0810;
		width: 18px;
	}
	.kf-flash {
		display: none;
		width: 100% !important;
		height: auto !important;
	}
	.kf-flash .slider_wrap {
		width: 100% !important;
		height: auto !important;
	}
	.kf-flash #slider_box {
		width: 100% !important;
		height: auto !important;
	}
	.kf-flash #contentList li {
		height: auto !important;
	}
	.kf-flash #contentList li img {
		width: 100% !important;
		height: auto !important;
	}
	.kf-flash .mask {
		width: 100% !important;
		height: 36px;
	}
	.kf-flash .comt {	
		height: 36px;
		line-height: 37px;
	}
	.kf-flash .comt a {
		font-size: 13px;
	}
	.Pagebanner {
		display: none;
	}
	.slidenews {
		font-size: 20px;
		height: 24px;
		line-height: 24px;
		padding-left: 12px;
		margin-bottom: 5px;
	}
	.Innovating {
		display: none;
		padding: 40px 0;
	}
	.Innovating .Top {
		font-size: 22px;
	}
	.Innovating .novating li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 2%;
	}
	.Innovating .novating li:last-child {
		margin-bottom: 2%;
	}
	.Innovating .novating li p {
		font-size: 20px;
	}
	.InProduct .Top {
		font-size: 22px;
	}
	.InProduct .Product {
		margin-top: 20px;
	}
	.InProduct .Product li {
		width: 32%;
		margin-bottom: 3%;
	}
	.InProduct .Product li:nth-child(3n) {
		margin-right: 0;
	}
	.InProduct .Product li .rect-66 {
		padding-bottom: 90%;
	}
	.InProduct .Product li .Proico p {
		font-size: 15px;
		margin-top: 12px;
	}
	.composite {
		padding: 30px 0;
	}
	.composite .Innews {
		width: 100%;
	}
	.composite .Innews .Top {
		font-size: 22px;
	}
	.composite .Innews .News .newsTop .newsTopc .tix {
		font-size: 16px;
		margin-bottom: 5px;
	}
	.composite .Innews .News .newsTop .newsTopc .tic {
		line-height: 26px;
		margin-bottom: 0;
	}
	.composite .Innews .News .hd li {
		width: 110px;
	}
	.composite .Innews .News .bd li .newsTopc .tix {
		font-size: 16px;
		line-height: 45px;
	}
	.composite .Innews .News .bd li .deta {
		border-top: 45px solid #f7f7f7;
	}
	.composite .innews {
		width: 100%;
	}
	.composite .innews .Top {
		font-size: 22px;
	}
	.composite .innews .news .newstop .newstopc .tix {
		font-size: 16px;
		margin-bottom: 5px;
	}
	.composite .innews .news .newstop .newstopc .tic {
		line-height: 26px;
		margin-bottom: 0;
	}
	.composite .innews .news .hd {
		display: none;
		width: 100%;
	}
	.composite .innews .news .hd li {
		width: 25%;
		margin-left: 0;
	}
	.composite .innews .news .bd li .deta {
		height: 80px;
		width: 60px;
	}
	.composite .innews .news .bd li .deta .month {
		font-size: 12px;
		padding-top: 8px;
	}
	.composite .innews .news .bd li .deta .day {
		font-size: 26px;
	}
	.composite .innews .news .bd li .newstopc {
		padding-left: 75px;
	}
	.composite .innews .news .bd li .newstopc .tix {
		font-size: 16px;
		margin-bottom: 5px;
	}
	.composite .innews .news .bd li .newstopc .tic {
		line-height: 26px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}
	.composite .innews .news .bd li {
		padding-bottom: 20px;
		margin-top: 20px;
		margin-bottom: 0;
	}
	.about_kfpc {
		padding: 15px 0 20px;
		margin: 15px auto 0;
	}
	.about_kfpc_right {
		width: 100%;
	}
	.about_kfpc_title > h2 {
		font-size: 24px;
	}
	.about_kfpc_texts {
		margin-top: 10px;
	}
	.about_kfpc_big_tilte > span {
		font-size: 26px;
	}
	.about_kfpc_more {
		display: none;
	}
	.about_kfpc_left {
		display: none;
		width: 100%;
	}
	.about_kfpc_left_img {
		display: none;
	}
	.Picture .column {
		width: 48%;
		margin-right: 4%;
		margin-bottom: 20px;
	}
	.Picture .profession {
		width: 48%;
	}
	.Picture {
		padding: 20px 0 10px;
	}
	.Picture .column .Top {
		font-size: 18px;
	}
	.Picture .profession .Top {
		font-size: 18px;
	}
	.footer {
		text-align: center;
		padding: 0;
	}
	.footer .footNav {
		display: none;
	}
	.footer .footNav dl:nth-child(1) {
		width: 100%;
		display: block;
	}
	.footer .footNav dl {
		width: 12%;
		display: none;
	}
	.footer .footNav dl:nth-child(6) {
		width: 13%;
	}
	.copy {
		height: auto;
		padding: 20px 0;
	}
	.copy .copyl {
		margin: 0;
		width: 100%;
	}
	.footer .copy .copyl {
		font-size: 13px;
	}
	.footer .copy .copyl a {
		font-size: 13px;
	}
	.copy .copyr {
		display: none;
		line-height: 26px;
		width: 100%;
	}
	.lbcanl {
		height: auto;
	}
	.PageNav .sidebar .leftTitle {
		width: 100%;
		margin-top: 68px;
	}
	.PageNav .sidebar .leftTitle .TTit {
		font-size: 18px;
		line-height: 30px;
	}
	.PageNav .sidebar .leftTitle .crumbs a {
		font-size: 16px;
	}
	.PageNav .sidebar .NavList {
		margin-top: 10px;
		width: 100%;
	}
	.PageNav .sidebar .NavList li {
		background-color: #f7f7f7;
		width: 24%;
		margin-bottom: 4%;
	}
	.PageNav .sidebar .NavList li.select {
		margin-left: 1%;
	}
	.PageNav .sidebar .NavList li:first-child.select {
		margin-left: 0;
	}
	.PageNav .sidebar .NavList li.select:before {
		display: none;
	}
	.PageNav .sidebar .NavList li a:after {
		display: none;
	}
	.PageNav .sidebar .NavList li.select a {
		color: #cc0810;
	}
	.PageNav .sidebar .NavList li:hover:before {
		display: none;
	}
	.PageNav .sidebar .NavList li a {
		height: 40px;
		line-height: 40px;
		padding: 0;
		text-align: center;
		font-size: 16px;
	}
	.PageNav .sidebar .NavList li a i {
		margin-right: 5px;
	}
	.PageNav .sidebar .NavList li:hover a {
		color: #0771bb;
	}
	.about2 {
		padding: 25px 0;
	}
	.about2 .Tit {
		font-size: 24px;
	}
	.Pagecont {
		margin-top: 15px;
	}
	.Pagecont .img {
		width: 100%;
	}
	.Pagecont .company {
		width: 94%;
		padding: 30px 3%;
	}
	.Pagecont .company .title {
		font-size: 22px;
		margin-top: 0;
	}
	.Pagecont .company .sum {
		font-size: 15px;
		line-height: 1.8;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
	}
	.Pagecont .company .p3 a {
		height: 35px;
		line-height: 35px;
		margin-top: 20px;
	}
	.about2 .Tic {
		font-size: 15px;
	}
	.about2 .abBox1 {
		width: 100%;
	}
	.about2 .abBox2 {
		width: 100%;
		margin-top: 20px;
	}
	.about2 .abBox2 .txt01 .honor {
		padding: 9% 6%;
	}
	.about2 .abBox2 .txt02 {
		margin-top: 20px;
	}
	.about2 .abBox {
		margin-top: 20px;
	}
	.about2 .abBox1 .culture .p1 {
		font-size: 22px;
	}
	.about2 .abBox1 .culture .p2 {
		font-size: 15px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 4;
		-webkit-box-orient: vertical;
		margin-bottom: 0;
	}
	.about2 .abBox1 .culture .p3 a {
		height: 35px;
		line-height: 35px;
		margin-top: 35px;
	}
	.about2 .abBox2 .txt01 .honor .p1 {
		font-size: 22px;
	}
	.about2 .abBox2 .txt02 .prise .p1 p {
		font-size: 22px;
		padding: 2.5% 6%;
	}
	.about2 .abBox2 .txt02 .prise .p2 .prisec {
		float: left;
		font-size: 15px;
		height: 50px;
		line-height: 1.6;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
	}
	.page .zsqylist ul li i {
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
	}
	.page .zsqylist ul li a {
		line-height: 45px;
	}
	.about2 .abBox2 .txt02 .prise .p2 .prisec a:hover {
		padding-left: 0;
	}
	.CenTitle .name {
		font-size: 20px;
	}
	.aboutTxt04 {
		width: 100%;
		padding-bottom: 20px;
	}
	.aboutTxt04 .pic {
		padding: 10px;
	}
	.aboutTxt04 .pic img {
		margin: 0 auto 10px;
	}
	.aboutTxt04 .l {
		margin-left: 0;
		display: none;
	}
	.aboutTxt04 .r {
		width: 100%;
	}
	.aboutTxt04 .r ul li {
		font-size: 13px;
	}
	.aboutTxt05 .ul {
		width: 100%;
	}
	.aboutTxt05 .ul li {
		width: 50%;
		margin-bottom: 20px;
	}
	.aboutTxt05 .ul li .txt {
		font-size: 14px;
	}
	.page .zsqylist {
		width: 100%;
	}
	.page .zsqylist .Top {
		display: none;
	}
	.page .zsqylist ul li {
		width: 50%;
	}
	.page .zsqycon {
		width: 100%;
		margin-top: 30px;
	}
	.lawplex .pic li {
		width: 49%;
		margin-right: 2%;
	}
	.lawplex .pic li:nth-child(2n) {
		margin-right: 0;
	}
	.Pageyfzx .l {
		width: 100%;
	}
	.Pageyfzx .r {
		width: 100%;
	}
	.lazx {
		padding-left: 0;
		margin-top: 10px;
	}
	.Number .Nuncon .icon img {
		width: 45px;
		height: 45px;
	}
	.Number .Nuncon .Num .num1 {
		font-size: 16px;
	}
	.Number .Nuncon .Num span {
		font-size: 14px;
	}
	.Number .Nuncon .Txt {
		font-size: 16px;
	}
	.downlist {
		width: 100%;
	}
	.picFocus {
		width: 100%;
	}
	.floatr {
		width: 100%;
		margin-top: 15px;
	}
	.floatr .title {
		font-size: 20px;
		padding-bottom: 10px;
	}
	.honorCon {
		padding: 20px 0 0;
	}
	.honlistb {
		margin-bottom: 16px;
	}
	.honlistb li {
		width: 49%;
		margin-right: 2%;
		margin-bottom: 2%;
	}
	.honlistb li p {
		font-size: 14px;
		line-height: 35px;
		padding-top: 3px;
	}
	.honlistb li:nth-child(2n) {
		margin-right: 0;
	}
	.honlistb li:nth-child(2n+1) {
		margin-right: 2%;
	}
	.honlistc {
		margin-bottom: 15px;
	}
	.honlistc h3 {
		font-size: 20px;
		padding: 15px 0 10px;
	}
	.con .video {
		width: 100% !important;
		height: auto !important;
	}
	.PagePro {
		padding: 20px 0;
	}
	.proscreen {
		padding-bottom: 130px;
	}
	.proscreen ul li b {
		font-size: 14px;
		padding: 2px 8px 0px;
		margin: 0 8px 0 5px;
	}
	.proscreen ul li span a {
		font-size: 13px;
		line-height: 1.5;
		padding: 6px 5px 3px;
	}
	.proscreen ul li:last-child span {
		margin-left: 58px;
		position: absolute;
	}
	
	.Prolistb li {
		width: 49%;
		margin-right: 2%;
		margin-bottom: 2%;
	}
	.Prolistb li p {
		font-size: 14px;
		line-height: 12px;
		padding-top: 15px;
	}
	.Prolistb li:nth-child(2n) {
		margin-right: 0;
	}
	.Prolistb li:nth-child(4n) {
		margin-right: 0;
	}
	.floatr .titmd {
		font-size: 14px;
	}
	.floatr .titmd .item {
		padding-bottom: 5px;
	}
	.floatr .titmd .item b {
		font-size: 15px;
	}
	.floatr .titmd .item span {
		float: none;
		width: 100%;
		line-height: 1.8;
		padding-left: 8px;
	}
	.floatr .div-bz {
		display: none;
	}
	.left02 {
		padding-top: 15px;
		margin: 0 auto;
	}
	.left02 p {
		font-size: 14px;
	}
	.Pageyfzx {
		padding: 20px 0 0;
	}
	.Pageyfzx .l img {
		width: 100%;
	}
	.lazx .tit {
		font-size: 20px;
		text-align: center;
	}
	.lazx {
		margin-bottom: 25px;
	}
	.lazx .con {
		font-size: 15px;
		line-height: 1.9;
		margin-top: 10px;
	}
	.lmlzx .titc {
		font-size: 20px;
		text-align: center;
	}
	.lmlzx .titdoc {
		font-size: 15px;
		margin-bottom: 10px;
	}
	.Number {
		margin-bottom: 0;
	}
	.lmlzx {
		padding: 20px 0;
	}
	.mid-scol {
		display: none;
	}
	.lmoml {
		position: relative;
		float: left;
		width: 100%;
		margin-right: 0;
	}
	.lmoml .tit {
		text-align: center;
	}
	.lmoml .olac {
		display: none;
		font-size: 15px;
		padding-bottom: 10px;
	}
	.lmoml:nth-child(3n) {
		margin-right: 0;
	}
	.lmoml.ab03, .lmoml.ab04 {
		top: 0;
	}
	.lmoml.ab05 {
		left: 0;
		margin-left: 0;
	}
	.lmoml.ab03 {}
	.lawplex {
		padding: 20px 0;
	}
	.lawplex .con {
		font-size: 15px;
	}
	.pageCon {
		padding: 20px 0;
	}
	.pageCon .con {
		font-size: 15px;
		line-height: 1.8;
	}
	.lmlac .tit {
		font-size: 24px;
	}
	.chuangxin .hd li {
		line-height: 50px;
		font-size: 15px;
		width: 49%;
		margin-bottom: 2%;
		margin-right: 2%;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
	}
	.chuangxin .hd li:nth-child(2n) {
		margin-right: 0;
	}
	.chuangxin table, th, td {
		padding: 8px 20px;
	}
	.responlist li .info .title {
		font-size: 20px;
	}
	.responlist .date {
		display: none;
	}
	.responlist li .info {
		width: 100%;
	}
	.responlist li .imgbox {
		width: 35%;
	}
	.responlist li .info .title {
		font-size: 18px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}
	.responlist li .info .p {
		width: 100%;
		margin-top: 5%;
	}
	.responlist li .info ._tools {
		margin-top: 10px;
	}
	.PageNews {
		padding: 20px 0;
	}
	.pageNewsT {
		font-size: 18px;
	}
	.pageNewsC {
		padding: 5px 0 10px;
	}
	.NewsCon {
		padding: 20px;
	}
	.pageNewsD {
		font-size: 15px;
		line-height: 1.8;
		margin-top: 10px;
	}
	.pageNewsD img {
		width: 100%;
		margin: 15px auto 10px;
	}
	.prenext {
		padding-top: 10px;
		margin: 20px auto 0;
	}
	.pre, .next {
		width: 100%;
		height: 30px;
		overflow: hidden;
		white-space:nowrap;
		text-overflow:ellipsis;
	}
	.join {	
		padding: 20px 0;
	}
	.join .p1 {
		font-size: 20px;
	}
	.join .p2 {
		font-size: 15px;
		padding-top: 5px;
	}
	.join .joinlist {
		margin-top: 20px;
	}
	.join .joinb02 .textp .a1 {
		font-size: 20px;
		margin-bottom: 0;
	}
	.join .joinb01 .text01 .textp1 .tix .a1 {
		font-size: 20px;
		margin-bottom: 0;
	}
	.join .joinb01 .text01 .img .tix .a1 {
		font-size: 20px;
		margin-bottom: 0;
	}
	.join .joinb01 .text02 .textp2 .a1 {
		font-size: 20px;
		margin-bottom: 0;
	}
	.join .joinb01 .text02 .textp2 .a2 {
		margin-bottom: 20px;
	}
	.join .joinb01 .text02 .textp2 {
		margin-top: -60px;
	}
	.join .joinb02 {
		width: 100%;
	}
	.join .joinb01 {
		width: 100%;
	}
	.PageJoin .Joinlist1 .pic-item {
		width: 49%;
		margin: 0 2% 20px 0;
	}
	.PageJoin .Joinlist1 .pic-item:nth-child(2n) {
		margin-right: 0;
	}
	.PageJoin .Joinlist1 .pic-item:nth-child(4n) {
		margin-right: 0;
	}
	.PageNews .Newslist li .news__fix h3 {
		font-size: 16px;
		margin-bottom: 10px;
	}
	.PageNews .Newslist li .news__fix p {
		height: 42px;
		font-size: 13px;
		line-height: 1.7;
	}
	.PageNews .Newslist li {
		width: 100%;
		margin-bottom: 20px;
	}
	.PageNews .Newslist li a {
		margin: 0;
		padding: 20px 4% 40px 4%;
	}
	.PageNews .Newslist li .news__more {
		width: 40px;
		height: 40px;
	}
	#map {
		width: 100%;
		height: 220px;
	}
	.conList {
		width: 92%;
	}
	.adrlist li {
		width: 94%;
		padding: 3%;
		margin-right: 0;
	}
	.PageJoin .Joinlist .jnlist li:nth-child(2), .PageJoin .Joinlist .jnlist li:nth-child(4) {
		display: none;
	}
	.PageJoin .Joinlist .jnlist li {
		width: 50%;
		font-size: 16px;
		padding: 10px 0;
	}
	.PageJoin .Joinlist .joblist .list_dt p:nth-child(2), .PageJoin .Joinlist .joblist .list_dt p:nth-child(4) {
		display: none;
	}
	.PageJoin .Joinlist .joblist .list_dt p {
		width: 50%;
		padding: 10px 0;
	}
	.PageJoin .Joinlist .joblist .list_dd {
		padding: 20px;
	}
}