﻿.font-kaiti {
	font-family: '楷体';
}

.font-songti {
	font-family: '宋体';
}
.font-fangsong {
	font-family: '仿宋';
}
.font-heiti {
	font-family: '黑体';
}
.text-shadow-0_1 {
	text-shadow: 0 1px #000;
}

@font-face {
  font-family: 'OldSong';
  src: url('../font/OldSong.woff') format('woff'),
    url('') format('ttf'),
    url('') format('svg'),
    url('../font/OldSong.eot') format('eot')
}
.font-oldsong {
	font-family: "OldSong";
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
blockquote,
h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0px;
	padding: 0px;
}

body {
	-webkit-text-size-adjust: none;
	overdata-x: hidden;
	padding-top: 0px;
	_padding-top: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	color: #333;;
}

a {
	text-decoration: none;
	
	
	outline: none;-moz-outline-style: none;
}

a:hover {
	text-decoration: none;
	
}

img {
	border: 0px;
	
}

html button::-moz-focus-inner {
	border-color: transparent !important;
}

input,
button,
textarea,
select,
optgroup,
option {
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
}

ul,
li,
dl,
dt,
dd,
ol {
	display: block;
	list-style: none;
}

fieldset,
img {
	border: 0;
}

iframe {
	background-image: none;
}

input,
textarea {
	outline: none;
}

.clear {
	clear: both;
	height: 0px;
}


.red {
	color: #ffc001
}

.w100 {
	width: 100%;
	overflow: hidden;
	position: relative;
	text-align: center;
}


html {
	-webkit-text-size-adjust: none;
	font-size: 12px;
	overdata-x: hidden;
}

.txt {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

center {
	text-align: center;
	line-height: 60px;
}

em {
	font-style: normal;
}

i,
em {
	font-style: normal;
}













.typename-box2 {
	margin-bottom: 50px;
}
.type-name2 {
	font-size: 34px;
	line-height: 45px;
}

.type-desc-en2 {
	font-size: 22px;
	line-height: 40px;
}
.desc-en2-line {
	font-size: 18px;
}
.desc-en2-info {
	margin: 0 15px;
}

.youshi-type-desc {
	color: #666666;
	width: 170px;
    height: 36px;
    line-height: 36px;
	font-size: 15px;
	border: 1px solid #666666;
	margin: 20px auto;
}
@media (max-width: 1200px) {
	.typename-box2 {margin-bottom: 40px;}
	.type-name2 {font-size: 28px;}
	.type-desc-en2 {font-size: 20px;}
	.desc-en2-line {font-size: 16px; }
}
@media (max-width: 992px) {
	.typename-box2 {margin-bottom: 30px;}
	.type-name2 {font-size: 25px; line-height: 1.6;}
	.type-desc-en2 {font-size: 18px; line-height: 1.6;}
	.desc-en2-line {font-size: 14px;}
}
@media (max-width: 768px) {
	.typename-box2 {margin-bottom: 20px;}
	.type-name2 {font-size: 20px;}
	.type-desc-en2 {font-size: 16px;}
	.desc-en2-line {display: none;}
}
@media (max-width: 666px) {
	.typename-box2 {margin-bottom: 15px;}
	.type-name2 {font-size: 18px;}
	.type-desc-en2 {font-size: 15px;}
}
@media (max-width: 480px) {
	.typename-box2 {margin-bottom: 10px;}
	.type-name2 {font-size: 16px;}
	.type-desc-en2 {font-size: 14px;}
}








.msg-form-box-bg {
	padding: 10px 0;
}
.form-box {
	
}
.form-title {
	margin-bottom: 10px;
	font-size: 24px;
	font-family: "宋体";
	font-weight: bold;
	text-align: center;
}
.form-row {
	position:relative; 
	margin: 15px 0;
}
.form-label {
	float: left;
	line-height: 40px;
	margin-right: 10px;
	font-weight: bold;
	font-size: 14px;
}

.form-input-bg {
	line-height: 20px; 
	overflow: hidden;
}

.form-input, .form-textarea, .form-select {
	background-color: transparent;
	display: block;
	padding: 0 5px;
	height: 40px;
	border: 1px solid #DEDEDE;
	box-sizing: border-box;
	width: 100%;
	line-height: 25px;
	font-size: 12px;
	border-radius: 2px;
}

.form-textarea { 
	height: 100px;
}


.form-tips-bg {
	padding-top: 10px;
	
}
.form-tips-start {position: relative; top:3px; color: #E00;}

.cfff .form-tips-start {
	color: #fff;
}

.form-tips-title {
	font-size: inherit;
}

.form-tips-info {
	font-size: inherit;
	margin-top: 20px;
	line-height: 2;
	color: #666;
}

.form-btn-box {
	text-align:center; 
	margin-top: 30px;
}
.form-btn {
	border: 0;
	width: 154px;
	cursor: pointer;
	
}

@media (max-width: 768px) {
	.form-tips-bg {
		padding-top: 20px;
	}
	.form-label {
		line-height: 33px;
	}
	.form-input, .form-select {
		height: 34px;
		line-height: 20px;
	}
	.form-textarea {
		line-height: 20px;
	}
	.form-btn-box {
	}
}
@media (max-width: 560px) {
	.form-box {
		margin-top: 20px;
	}
}
@media (max-width: 480px) {
	.form-box {
		margin-top: 15px;
	}
	.form-label {
		font-size: 14px;
	}
	.form-tips-bg {
		font-size: 14px;
		padding: 0;
	}
	.form-tips-info {margin-top: 10px; line-height: 1.5}
	.form-input, .form-textarea {box-shadow: none;}
	.form-btn-box {
	}
	.form-btn {
		line-height: 39px;
	}
}



.msg-page-box {
}
.msg-page-bg {
	padding: 80px 30px;
}
.msg-page-right {
	width: 50%;
	float: left;
	margin-right: 80px;
}

.msg-right-bg {
	margin-top: 38px;
}
.msg-listarc-link {
	border-bottom-style: dashed;
}


.msg-form-row {
	margin: 15px 0;
}
.msg-form-row-item {
	width: 33.333333%;
	float: left;
}
.msg-form-row-bg {
	margin: 5px 0;
}
.msg-form-label {
	width: 60px;
	text-align: right;
	display: none;
}

.msg-form-input, .msg-form-textarea, .msg-form-select {
	
	padding: 15px 30px;
	height: 60px;
	border: 0;
	background-color: #ECECEC;
	font-size: 16px;
	color: #999;
}
.msg-form-textarea {
	height: 174px;
}
.msg-form-btn-box {
	
}

@media (max-width: 768px) {
	.msg-page-right {
		width: auto;
		float: none;
		margin-right: 0;
	}
	.msg-right-bg {
		margin-top: 0;
	}
	.msg-page-bg {
		padding: 30px 10px;
	}
	.msg-form-row {
		margin: 12px 0;
	}
	.msg-form-row-item {
		float: none;
		width: auto;
		margin: 8px 0;
	}
	.msg-form-input, .msg-form-textarea, .msg-form-select {
		padding: 12px 20px;
	}
	.msg-form-input, .msg-form-select {
		height: 50px;
	}
	.msg-form-textarea {
		height: 120px;
	}
}
@media (max-width: 480px) {
	.msg-form-row {
		margin: 10px 0;
	}
	.msg-form-label {
		width: 40px;
		font-size: 14px;
	}
}



@media (max-width: 768px) {
	.home-page-box {
		padding: 60px 0;
	}
}
@media (max-width: 480px) {
	.home-page-box {
		padding: 50px 0;
	}
}



.list-banner-image-box {
	
	padding-bottom: 46.875%;
}
.about-banner-image-box {
	padding-bottom: 41.6666666667%;
}
.list-banner-image {
	display: block;
	width: 100%;
	object-fit: cover;
}
.list-banner-image:hover {
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}

.list-banner-info-box {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}
.list-banner-info {
	padding-bottom: 8%;
	text-align: center;
	color: #fff;
}
.list-banner-title {
	font-size: 40px;
	font-family: '宋体';
	font-weight: bold;
}
.list-banner-short {
	margin-top: 10px;
	font-size: 24px;
	font-family: '宋体';
	font-weight: bold;
}
.list-banner-desc {
	margin-top: 35px;
	font-size: 16px;
	color: #ccc;
	font-family: '黑体';
}
@media (max-width: 768px) {
	
	.list-banner-image-box {
		
	}
	.list-banner-title {
		font-size: 25px;
	}
	.list-banner-short {
		margin-top: 5px;
		font-size: 18px;
	}
	.list-banner-desc {
		margin-top: 10px;
		font-size: 14px;
	}
}
@media (max-width: 480px) {
	.list-banner-info-box {
		top: 50%;
		bottom: auto;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.list-banner-info {
		padding-bottom: 0;
	}
	.list-banner-desc {
		display: none;
	}
}





.type-entitle, .type-subtitle {font-size: 32px; color: #333333; line-height: 1.6;}
.type-subtitle {font-weight: normal; margin-bottom: 30px;}
.cfff .type-entitle {color: #fff;}
.cfff .type-subtitle {color: #fff;}

.type-subtitle .type-desc {margin-top: 20px;}
.type-subtitle .type-more {font-size: 22px; font-weight: bold;}
@media (max-width: 1200px) {
	.type-entitle, .type-subtitle {font-size: 28px;}
	.type-subtitle {margin-bottom: 25px;}
}
@media (max-width: 768px) {
	.type-entitle, .type-subtitle {font-size: 22px; text-align: center;}
	.type-subtitle {margin-bottom: 20px;}
	.type-subtitle .type-desc {float: none; margin-top: 0;}
	.type-subtitle .type-more {display: none;}
}
@media (max-width: 480px) {
	.type-entitle, .type-subtitle {font-size: 20px;}
	.type-subtitle {margin-bottom: 15px;}
}
@media (max-width: 414px) {
	.type-entitle, .type-subtitle {font-size: 18px;}
	.type-subtitle {margin-bottom: 10px;}
}
@media (max-width: 380px) {
	.type-entitle, .type-subtitle {font-size: 16px;}
	.type-subtitle {margin-bottom: 8px;}
}





.tiancheng-list-ul {
	padding: 50px 0 10px;
}
.tiancheng-list-li {
	width: 25%;
	float: left;
	text-align: center;
}

.tiancheng-list-link {
	margin: 10px;
	display: block;
	position: relative;
}
.tiancheng-list-image-bg {
	padding: 0 19%;
}
.tiancheng-list-image-box {
	padding-bottom: 100%;
	position: relative;
}

.tiancheng-list-image {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-ms-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s;
}
.tiancheng-list-image:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.tiancheng-list-title-box {
	padding-top: 25px;
}

.tiancheng-list-link:hover .tiancheng-list-title-box {

}

.tiancheng-list-short {
	font-size: 17px;
	letter-spacing: 2px;
	color: #666;
}

.tiancheng-list-title {
	margin-top: 10px;
	font-size: 20px;
	line-height: 1.5;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #000;
}

@media (max-width: 1200px) {
	.tiancheng-list-ul {
		white-space: nowrap;
		overflow: auto;
		margin: 0 -15px;
		padding-top: 20px;
	}
	.tiancheng-list-ul::-webkit-scrollbar {
		display: none;
	}
	.tiancheng-list-li {
		float: none;
		display: inline-block;
		width: 40%;
	}
	.tiancheng-list-image {
		
	}
	.tiancheng-list-short {
		font-size: 16px;
	}
	.tiancheng-list-title {
		font-size: 19px;
	}
}
@media (max-width: 992px) {
	.tiancheng-list-link {margin: 10px;}
	.tiancheng-list-image-bg {
		padding: 0 5%;
	}
	.tiancheng-list-short {
		font-size: 15px;
	}
	.tiancheng-list-title {
		font-size: 18px;
	}
}
@media (max-width: 768px) {
	.tiancheng-list-li {
		width: auto;
	}
	.tiancheng-list-image-bg {
		width: 220px;
		margin: 0 auto;
	}
	
	.tiancheng-list-image {
		
	}
	.tiancheng-list-title-box {
		padding-top: 20px ;
	}
	.tiancheng-list-title {
		margin-top: 8px;
		font-size: 14px;
	}
}

@media (max-width: 480px) {
	.tiancheng-page-body-bg {
		padding: 0 -15px;
	}
	.tiancheng-list-ul {
		padding-left: 30px;
	}
	.tiancheng-list-li {
		min-width: 40%;
	}
	.tiancheng-list-image-bg {
		width: 160px;
	}
	.tiancheng-list-link {margin: 8px;}
	.tiancheng-list-image {
		
	}
}

@media (max-width: 380px) {
	.tiancheng-list-link {margin: 5px;}
	.tiancheng-list-image {
		
	}
}





.about-page-body-bg {
	padding: 115px 0;
}

.about-page-left {
	float: left;
	width: 372px;
	margin-right: 150px;
}
.about-page-logo {
}

.about-page-right {
	position: relative;
	overflow: hidden;
}

.about-page-right-bg {
	padding: 60px;
	border-top: 5px solid #866537;
}

.about-page-content {
	font-size: 16px;
	overflow: hidden;
	color: #666666;
	line-height: 35px;
	text-align: justify;
	
}
.cfff .about-page-content {
	color: #fff;
}
.about-page-content img {
	max-width: 100%;
}
.about-page-ul {}
.about-page-li {
	width:46%;
	margin:15px 2%;
	float:left;
	padding:30px 0;
}
.about-page-li3 {width:96%;padding-top:70px;border-top:1px dashed #E6E6E6;}
.about-page-link {display: block;position: relative;overflow: hidden;}
.about-page-image-box {
	overflow: hidden;
}
.about-page-image {
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}


.page-more-line {
	position: relative;
	display: inline-block;
}
.about-page-more {
	padding: 0 20px;
}
.page-more-left, .page-more-right {
	display: block;
	position: absolute;
	width: 10px;
	height: 16px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.page-more-left {
	left: 0;
}
.page-more-right {
	right: 0;
}
.page-more-icon {
	display: block;
}

@media (max-width:1200px){
	
	.about-page-left {
		margin-left: 100px;
	}
	.about-page-image-box {
		padding-bottom: 460px;
	}
	.about-page-right {}
}

@media (max-width:992px){
	.about-page-left {
		width: 300px;
		margin-left: 50px;
	}
	.about-page-content {padding: 0;font-size: 16px;}
}

@media (max-width:888px){
	.about-page-body-bg {
		padding: 30px 0;
	}
	.about-page-left {
		float: none; width: auto;
		margin: 0 auto;
		text-align: center;
	}
	.about-page-logo {
		max-width: 300px;
	}
	.about-page-right { padding-top: 20px;}
	
}

@media (max-width:768px){
	.about-page-body-bg {
		padding: 20px 0;
	}
	.about-page-logo {
		max-width: 260px;
	}
	.about-page-image-box {
		padding-bottom: 56%;
		
	}
	.about-page-content  {font-size: 15px; line-height: 1.8; height: auto;}
	
}

@media (max-width:620px){
	.about-page-body {font-size:12px;line-height:20px;}
}

@media (max-width: 480px){
	.about-page-body-bg {
		padding-bottom: 0;
	}
	.about-page-logo {
		max-width: 180px;
	}
	.about-page-content  {font-size: 14px;}

}
@media (max-width: 414px){
	.about-page-right {padding-bottom: 0;}

}
@media (max-width: 380px){
}
@media (max-width: 360px){
	
}




.data-page-body-bg {
	padding: 95px 0 35px;
}
.data-type-name {
	
}
@media (min-width: 769px) {
	.data-type-name {
		font-size: 30px;
	}
}
.data-page-left {
	float: right;
	width: 603px;
	margin-left: 100px;
}
.data-page-image-box {
	padding-bottom: 60.5306799337%;
}

.data-page-right {
	position: relative;
}
.data-page-right-bg {
	padding: 60px;
	border-top: 5px solid #866537;
}
.data-list-ul {display: block; margin-top: 50px; overflow: hidden;}
.data-list-li { width: 33.33333%; float: left;}
.data-list-bg { padding: 0 5px;}
.data-list-li:first-child .data-list-bg {border: 0;}
.data-list-title-row {display: block;}
.data-list-title {font-size: 56px;}
.data-list-short { font-size: 18px; }
.data-list-desc {
	font-size: 18px;
	padding-left: 5px;
}


.data-page-content {
	margin-top: 50px;
	font-size: 18px;
	overflow: hidden;
	line-height: 2;
}
.cfff .data-page-content {
	color: #fff;
}
.data-page-content img {
	max-width: 100%;
}


@media (max-width:1200px){
	
	.data-page-left {width: 400px;}
	.data-page-image-box {
		padding-bottom: 460px;
	}
	.data-page-right {}
	.data-list-ul {margin-top: 30px; margin-right: -120px; padding: 20px 30px;}
	.data-list-title {font-size: 40px;}
}


@media (max-width:992px){
	.data-page-content {padding: 0; }
}

@media (max-width:888px){
	.data-page-body-bg {
		padding-top: 0;
		padding-bottom: 0;
	}
	.data-page-left {float: none; width: auto; margin-left: 0;}
	.data-page-right { padding: 10px 0;}
	
	.data-list-ul {margin-right: 0; margin-top: 20px;}
}


@media (max-width:768px){
	.data-page-image-box {
		padding-bottom: 56%;
		
	}
	.data-page-content  {margin-top: 20px;line-height: 1.6; height: auto;}

	.data-list-ul {padding: 0;}
}


@media (max-width:620px){
	.data-page-body {font-size:12px;line-height:20px;}
}

@media (max-width: 480px){
	.data-page-content  {padding: 5px 0;}

	.data-list-li {float: left;}
	.data-list-title-row {
		text-align: center;
	}
	.data-list-title {font-size: 30px; display: block;}
	.data-list-short {margin-top: 5px; display: block;}
	.data-list-desc {margin-top: 5px; font-size: 13px; text-align: center; }
	
	.data-page-content {
		margin-top: 10px;
	}
}
@media (max-width: 414px){
	.data-page-right {padding-bottom: 0;}
	
	.data-list-ul {margin: 10px -8px 0;}
	.data-list-title {font-size: 26px;}
	.data-list-desc {font-size: 12px; }
}
@media (max-width: 380px){
}
@media (max-width: 360px){
	.data-list-desc {height: 34px; line-height: 17px; }
	
}







.youshi-page-body-bg {
	padding: 0 0 50px;
}
@media (min-width: 769px) {
	.youshi-type-name {
		font-size: 36px;
	}
}
.youshi-page-bg {padding: 20px 0;}
.youshi-list-ul {
	margin: 0 -15px;
	padding-bottom: 30px;
}
.youshi-list-li {
	overflow: hidden;
	width: 25%;
	float: left;
	text-align: center;
}
.youshi-list-bg {
	display: block;
	margin: 15px;
	padding: 85px 10px;
	background-color: #EEECE5;
}
.youshi-list-hover {
	
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-ms-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s;
}
.youshi-list-hover:hover {
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	transform: translateY(-10px);
}
.youshi-list-icon {
	height: 75px;
	display: block;
	margin: 0 auto;
}
.youshi-list-info {
	margin-top: 25px;
}

.honor-title-box {
	padding: 10px;
	background-color: #f5f5f5;
}


.youshi-list-title {
	font-size: 26px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 30px;
}

.youshi-list-short {
	margin-top: 10px;
	line-height: 20px;
	color: #999;
	text-transform: uppercase;
}

.youshi-list-desc {
	line-height: 30px;
	height: 60px;
	overflow: hidden;
	font-size: 16px;
}

@media (max-width: 992px) {
	.youshi-list-ul {padding-left: 0;}
	.youshi-list-bg {margin: 10px;}
	.youshi-list-info {}
}
@media (max-width: 768px) {
	.youshi-list-ul {
		margin: 0 -10px;
		padding-bottom: 20px;
	}
	.youshi-list-li {
		width: 50%;
	}
	.youshi-list-bg {
		margin: 10px;
	}
	.youshi-list-line-bg {margin: 0 10px;}
	.youshi-list-info {}
	.youshi-list-title { font-size: 16px; margin-bottom: 8px;}
	.youshi-list-short {
		height: 40px;
	}
	.youshi-list-desc {line-height: 25px; font-size: 14px; height: 75px;}
}
@media (max-width: 480px) {
	.youshi-page-body-bg {
		padding-bottom: 0;
	}
	.youshi-page-bg {padding-top: 10px; padding-bottom: 0;}
	.youshi-list-ul {
		margin: 0 -5px;
		padding-bottom: 10px;
	}
	.youshi-list-li { display: block;}
	.youshi-list-bg {
		margin: 5px;
	}
	.youshi-list-bg {
		padding: 50px 5px;
	}
	.youshi-list-info {margin-top: 10px; }
	.youshi-list-short {
		font-size: 13px;
	}
	.youshi-list-desc { height: auto;}
}




.fazhan-page-bg {padding: 30px 0 100px;}
.fazhan-swiper-page-bg {
	margin-top: 20px;
}
.fazhan-page-line {
	display: block;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	
	
	margin-top: 15px;
}

.fazhan-list-ul {
	padding-top: 40px;
	font-size: 0;
	
	display: flex;
}
.fazhan-list-li {
	
	
	width: 10%;
	float: left;
	display: inline-block;
	position: relative;
}
.fazhan-list-li1 {
	margin-left: 0;
}
.fazhan-list-link {
	display: block;
	
	margin: 0 -20%;
}
@media (max-width: 1500px) {
	.fazhan-list-ul {
		padding: 0 2%;
	}
}


.fazhan-list-info {
	position: relative;
	white-space: normal;
}

.fazhan-list-info-odd {
	padding-bottom: 220px;
}
.fazhan-list-info-even {
	padding-top: 220px;
}
.fazhan-list-title {
	font-size: 30px;
	color: #866537;
}
.fazhan-list-desc {
	margin-top: 10px;
	font-size: 16px;
	line-height: 23px;
	color: #666;
	text-align: justify;
}


@media (max-width: 1200px) {
	.fazhan-list-ul {
		padding-top: 0;
	}
}
@media (max-width: 992px) {
	.fazhan-list-ul {
		padding-top: 0;
	}
	.fazhan-list-link {}
}
@media (max-width: 768px) {
	.fazhan-page-bg {padding: 0;}
	.fazhan-page-line {
		display: none;
	}
	.fazhan-page-line2 {
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		width: 40px;
		background-size: 100% 100%;
	}
	.fazhan-list-ul {
		padding-top: 20px;
		padding-left: 46px;
		padding-right: 0;
		display: block;
	}
	.fazhan-list-li {width: auto; float: none; display: block;}
	.fazhan-list-link {margin: 20px;}
	.fazhan-list-info {
		padding: 0;
	}
	.fazhan-list-title {
		
		font-size: 25px;
	}
}
@media (max-width: 480px) {
	.fazhan-list-ul {
		padding-top: 10px;
	}
	.fazhan-list-li {width: auto; display: block;}
	.fazhan-list-link {margin: 10px;}
	
	
	.fazhan-list-info {
		padding: 0;
	}
	.fazhan-list-title, .fazhan-list-desc, .fazhan-list-line-shu {
		position: static;
	}
	.fazhan-list-desc {
		margin-top: 8px;
		height: auto;
	}
}
@media (max-width: 380px) {
	.fazhan-list-ul {
		padding-top: 0;
	}
}





.chengjiu-page-body-bg {
	
	padding: 30px 0 120px;
}
.chengjiu-list-ul {
	
}
.chengjiu-list-link {
	display: block;
	
	margin: 0 10px;
	background-color: #fff;
	
	position: relative;
	cursor: pointer;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-mz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.chengjiu-list-bg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left:0;
	
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-mz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 50% 0;
	-moz-transform-origin: 50% 0;
	-ms-transform-origin: 50% 0;
	-o-transform-origin: 50% 0;
	transform-origin: 50% 0;
}


.chengjiu-list-bg-image {
	display: none;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
}
.chengjiu-list-info-box {
	z-index: 1;
}
.chengjiu-list-icon-box {
	padding: 25% 30px;
	z-index: 1;
}
.chengjiu-list-icon {
	display: block;
	height: 50px;
	margin: 0 auto;
}
.chengjiu-list-coding {
	width: 50px;
	height: 50px;
	border: 2px solid #CAC1BA;
	color: #CAC1BA;
	margin: 0 auto;
	font-size: 30px;
	text-align: center;
	line-height: 50px;
	margin-top: -26px;
	background-color: #fff;
}
.chengjiu-list-info {
	padding: 15% 30px 20%;
}
.chengjiu-list-title {
	font-size: 22px;
	line-height: 40px;
	height: 160px;
	font-weight: normal;
}
.chengjiu-list-short {
	margin-top: 10px;
	line-height: 20px;
	font-size: 12px;
	height: 140px;
	color: #999;
}

.chengjiu-list-link:hover .chengjiu-list-bg {
	
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	transform: scaleY(1);
}
.chengjiu-list-link:hover .chengjiu-list-bg-image {
	display: block;
}
.chengjiu-list-link:hover {
	color: #fff;
}

@media (max-width: 768px) {
	.chengjiu-swiper-page-bg {
		padding: 0 50px;
	}
}
@media (max-width: 480px) {
	.chengjiu-page-body-bg {
		padding: 20px 0;
	}
	.chengjiu-page-right-desc {
		text-align: justify;
	}
	.chengjiu-list-link {
		
	}
	.chengjiu-list-info {
		
		padding: 10% 25px 25%;
	}
	.chengjiu-list-title {
		height: auto;
		font-size: 20px;
		line-height: 35px;
		min-height: 105px;
		font-weight: bold;
	}
	.chengjiu-list-short {
		height: auto;
		min-height: 80px;
	}
}




.zhengshu-page-box {
	background-color: #FCFCFC;
}
.zhengshu-page-left {
	width: 44.5%;
	float: left;
	margin-right: 0.65%;
}

.zhengshu-page-right-bg, .zhengshu-swiper-page-bg, .swiper-zhengshu, .zhengshu-list-ul, .zhengshu-list-li, .zhengshu-list-link {
	height: 100%;
	box-sizing: border-box;
}
.zhengshu-page-right-bg {
	
	background-position: bottom center;
	background-size: auto 100%;
	position: relative;
}

.zhengshu-list-ul-bg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left:0;
}
.zhengshu-list-ul-bg-item {
	width: 20%;
	float: left;
	height: 100%;
}
.zhengshu-list-ul-bg-item-1 {
	background-color: #DED6C3;
}
.zhengshu-list-ul-bg-item-2 {
	background-color: #FAF5E1;
}
@media (max-width: 1200px) {
	.zhengshu-list-ul-bg-item {
		width: 25%;
	}
	.zhengshu-list-ul-bg-item-5 {
		display: none;
	}
}
@media (max-width: 992px) {
	.zhengshu-list-ul-bg-item {
		width: 33.33333333333%;
	}
	.zhengshu-list-ul-bg-item-4 {
		display: none;
	}
}
@media (max-width: 480px) {
	.zhengshu-list-ul-bg-item {
		width: 50%;
	}
	.zhengshu-list-ul-bg-item-3 {
		display: none;
	}
}

.zhengshu-page-right-bg-image {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left:0;
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: cover;
}

.zhengshu-swiper-page-bg {
	margin: 0;
	
	padding-left: 0;
	padding-right: 0;
}
.swiper-zhengshu {
}
.swiper-zhengshu-line-zhezhao {
	position: absolute;
	top: 0;
	bottom: 0;
	height: 100%;
	width: 25px;
	background-color: #FCFCFC;
	z-index: 10;
}
.swiper-zhengshu-line-zhezhao1 {
	left: 0;
}
.swiper-zhengshu-line-zhezhao2 {
	right: 0;
	width: 22px;
	display: none;
}
.zhengshu-list-ul {
	padding: 1px;
	
	position: relative;
}
.zhengshu-list-li {
	width: 20%;
}
.zhengshu-list-link {
	
	border-left: 0;
	display: block;
	padding-bottom: 100px;
}
.zhengshu-list-info {
	padding: 50px 20% 260px;
	color: #866537;
	min-height: 260px;
}
.zhengshu-list-title {
	
	font-size: 36px;
	line-height: 1.8;
}
.zhengshu-list-desc {
	margin-top: 30px;
	
	font-size: 22px;
	line-height: 50px;
}

@media (min-width: 769px) {
	.zhengshu-page-right {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		width: 50%;
	}
}

@media (max-width: 992px){
	.zhengshu-list-info {
		padding: 30px 25px 160px;
	}
}
@media (max-width: 768px){
	.zhengshu-page-left {
		width: auto;
		float: none;
	}
	.zhengshu-page-right {
		height: 300px;
		margin: 0 -15px;
	}
	.zhengshu-page-right-bg {
		padding-right: 0;
	}
	.swiper-zhengshu-line-zhezhao2 {
		display: block;
	}
	.zhengshu-page-right-desc {
		text-align: justify;
	}
	
	.zhengshu-list-title {
		font-size: 28px;
	}
	.zhengshu-list-desc {
		font-size: 20px;
		line-height: 1.8;
	}
}
@media (max-width: 480px){
	.zhengshu-list-info {
		padding-top: 10px;
		padding-bottom: 120px;
	}
	.zhengshu-list-title {
		font-size: 26px;
	}
	.zhengshu-list-desc {
		margin-top: 20px;
		font-size: 18px;
	}
	
	.zhengshu-swiper-button-prev, .zhengshu-swiper-button-next {
		width: 36px;
		height: 36px;
		margin-top: -18px;
	}
}




.yuanjing-page-box {
	
}
.yuanjing-page-body {
	background-color: #444;
	position: relative;
}
.yuanjing-page-left {
	float: left;
	width: 50%;
}
.yuanjing-page-image-box {
	padding-bottom: 62.5%;
}

.yuanjing-page-right {
	position: absolute;
	right: 0;
	width: 50%;
	bottom: 0;
	top: 0;
}
.yuanjing-page-right-bg {
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
	top: 0;
	padding: 50px;
	color: #fff;
}
.yuanjing-page-right-desc {
	height: 100%;
	overflow: auto;
	line-height: 30px;
	font-size: 15px;
}

@media (max-width: 1200px) {
	.yuanjing-page-right-bg {
		padding: 30px;
	}
	.yuanjing-page-right-desc {
		font-size: 15px;
		line-height: 1.6;
	}
}
@media (max-width: 992px) {
	.yuanjing-page-right-bg {
		padding: 20px;
	}
	.yuanjing-page-right-desc {
		font-size: 14px;
	}
}
@media (max-width: 888px) {
	.yuanjing-page-right-bg {
		padding: 15px;
	}
	.yuanjing-page-right-desc {
		font-size: 14px;
		line-height: 1.5;
	}
}
@media (max-width: 768px) {
	.yuanjing-page-left {
		float: none;
		width: auto;
	}
	.yuanjing-page-right {
		position: static;
		width: auto;
	}
	.yuanjing-page-right-bg {
		position: static;
	}
	.yuanjing-page-right-bg {
		
	}
}




.pro-list-li {
	width: 25%;
	float: left;
}
.pro-list-li1 {
	width: 50%;
}
.pro-list-link {
	display: block;
	position: relative;
}

.pro-list-image-box {
	
	position: relative;
}

.pro-list-image {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-ms-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s;
}
.pro-list-image:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.pro-list-info {
	background-color: rgba(0,0,0,.3);
	color: #fff;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.pro-list-info-bg {
	padding: 20px 20px 20px 10px;
	position: absolute;
	bottom: 0;
	left: 0;
}
.pro-list-info-bg1 {
	padding: 30px 30px 30px 20px;
	top: 0;
	left: 0;
}
.pro-list-title {
	font-size: 30px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.pro-list-more {
	margin-top: 10px;
	padding-left: 15px;
	text-decoration: underline;
}


.pro-list-icon-box {
	position: absolute;
	display: block;
	top: 5%;
	right: 5%;
	
	max-width: 60%;
}

.pro-list-icon-box1 {
	top: 15%;
	bottom: -10%;
}
.pro-list-icon-box3 {
	top: -5%;
	bottom: 10%;
}

.pro-list-icon {
	display: block;
	max-width: 100%;
	max-height: 100%;
}

@media (max-width: 1200px) {
	.pro-list-image {
		
	}
}
@media (max-width: 992px) {
	.pro-list-link {}
}
@media (max-width: 768px) {
	.pro-list-li {
		width: 50%;
	}
	
	.pro-list-image {
		
	}
	.pro-list-info {
		padding: 5px;
	}
	.pro-list-title {
		font-size: 14px;
	}
}

@media (max-width: 480px) {
	.pro-list-link {}
	.pro-list-image {
		
	}
}

@media (max-width: 380px) {
	.pro-list-link {}
	.pro-list-image {
		
	}
}



.wenhua-page-left {
	float: left;
    width: 50%;
}

.wenhua-page-left-bg {
	padding-top: 20px;
}
.wenhua-page-image-box, .wenhua-page-video-box {
	
	overflow: hidden;
	padding-bottom: 56.25%;
}
.wenhua-page-videoPlayIcon-box {
	background-size: 120px auto;
}
@media (max-width: 768px) {
	.wenhua-page-videoPlayIcon-box {
		background-size: 80px auto;
	}
}
.wenhua-right-image-box {
	
	overflow: hidden;
}
.wenhua-page-type-span {
	display: block;
	line-height: 1.5;
}
.wenhua-page-type-span2 {
	font-size: 90%;
}
.wenhua-right-type-bg {
	
	width: 315px;
	
}
.wenhua-page-image {
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}
.wenhua-page-image1 {
	display: block;
	width: 64.8958333333%;
	float: right;
}
.wenhua-page-image2 {
	
	margin-top: 40px;
	
	max-width: 310px;
}
@media (min-width: 993px) {
	.wenhua-page-image1 {
		position: absolute;
		right: 0;
		bottom: 0;
	}
	
	.wenhua-page-image-info {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		
		
		padding: 12% 11% 0;
	}
	.wenhua-page-right {
		width: 50%;
		float: right;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 50%;
	}
	.wenhua-page-image3 {
		position: absolute;
		right: 0;
		bottom: 0;
		
		width: 57%;
	}
}

.wenhua-left-image-info {
	
	padding: 11.4583333333% 16.6666666667% 0;
}


.wenhua-page-right-up, .wenhua-page-right-down {
	
}

.wenhua-page-right-bg {
	padding: 10%;
}
.wenhua-page-info {
	
}

.wenhua-page-title {
	font-size: 38px;
}

.wenhua-page-desc {
	line-height: 35px;
	text-align: justify;
	color: #555;
}
.cfff .wenhua-page-desc {
	color: #ccc;
}

.wenhua-video-btn {
	float: right;
	width: 60px;
	padding: 20px;
	text-align: center;
	background-color: #866537;
	color: #fff;
	cursor: pointer;
}
.wenhua-video-icon {
	display: block;
	margin: 0 auto;
	width: 40px;
	height: 40px;
}

.wenhua-video-title {
	line-height: 20px;
}

.wenhua-page-desc3 {
	width: 320px;
}

@media (max-width: 1540px){
	.wenhua-page-image-info {
		padding: 8% 9% 0;
	}
}
@media (max-width: 1440px){
	.wenhua-page-image-info {
		padding: 7% 6% 0;
	}
	.wenhua-page-desc {
		font-size: 15px;
		line-height: 30px;
	}
}
@media (max-width: 1200px){
	.wenhua-page-image-info {
		padding: 6% 7% 0;
	}
	.wenhua-page-desc {
		font-size: 14px;
		line-height: 25px; 
	}
}

@media (max-width:992px){
	.wenhua-page-left {
		width: auto;
		float: none;
	}
	.wenhua-page-image-box {
		padding-bottom: 0;
	}
	.wenhua-page-right {
		position: static;
		width: auto;
		float: none;
	}
	.wenhua-page-desc {
		font-size: 16px;
		line-height: 35px;
	}
	
	.wenhua-page-type-span {
		display: block;
	}
	.wenhua-page-image3 {
		display: block;
		float: none;
		margin: 0 auto;
		width: auto;
	}
	.wenhua-page-desc3 {
		width: auto;
	}
}

@media (max-width:888px){
	.wenhua-page-left {float: none; width: auto;}
	
}

@media (max-width:768px){
	.wenhua-right-type-bg {
		width: auto;
		float: none;
	}
	.wenhua-page-image-box {
		
	}
	.wenhua-page-image-info {
		padding: 60px 30px;
	}
	.wenhua-page-image-info.wenhua-right-image-info2 {
		padding-bottom: 0;
	}
	.wenhua-left-image-info {
		padding-bottom: 0;
	}
	.wenhua-right-image-bg {
		text-align: center;
	}
	.wenhua-page-desc {
		margin-top: 10px;
		font-size: 15px;
		line-height: 30px;
	}
	.wenhua-page-image1 {
		width: 80%;
	}
	.wenhua-page-image2 {
		display: block;
		max-width: 130px;
		margin: 40px auto 0;
	}
}

@media (max-width:620px){
	.wenhua-page-body {font-size:12px;line-height:20px;}
}

@media (max-width: 480px){
	.wenhua-page-image-info {
		padding: 50px 25px;
	}
	.wenhua-page-image3-box {
		margin: 0 -15px;
	}
}
@media (max-width: 414px){
	.wenhua-page-right {}

}
@media (max-width: 380px){
}
@media (max-width: 360px){
	
}




.home-news-page-body {}
.swiper-home-news {
	margin-right: -14.6%;
}
.news-swiper-page-bg {
	padding: 0;
	margin: 0;
}
.home-news-list-ul {
	font-size: 0;
	white-space: nowrap;
}
.home-news-list-ul::-webkit-scrollbar {
	display: none;
}

.home-news-list-li {
	width: 28.8%;
	display: inline-block;
	font-size: 16px;
	white-space: normal;
}

.home-news-list-link {
	display: block;
	background: #ffffff;
	-webkit-background-image: linear-gradient(to bottom right, #fff, #E6E6E6);
	-moz-background-image: linear-gradient(to bottom right, #fff, #E6E6E6);
	-ms-background-image: linear-gradient(to bottom right, #fff, #E6E6E6);
	-o-background-image: linear-gradient(to bottom right, #fff, #E6E6E6);
	background-image: linear-gradient(to bottom right, #fff, #E6E6E6);
}

.home-news-list-image-box {
	padding-bottom: 50%;
}

.home-news-list-image {
	
}

.home-news-li-info {
	
	padding: 50px 40px 150px;
	overflow: hidden;
}

.home-news-li-time {
	color: #999;
	letter-spacing: -1px;
	line-height: 20px;
}

.home-news-li-title {
	margin-top: 25px;
	font-size: 22px;
	line-height: 30px;
	height: 60px;
}

.home-news-li-desc {
	margin-top: 35px;
	display: block;
	color: #555;
	line-height: 35px;
	height: 110px;
	font-size: 110%;
	font-weight: 600;
}
.home-news-li-more {
	margin-top: 25px;
	font-size: 15px;
}


@media (max-width: 1200px) {
	.home-news-list-ul {
		overflow: auto;
	}
	.home-news-list-li {
		width: 40%;
	}
}
@media (max-width: 768px) {
	.swiper-home-news {
		margin-right: 0;
	}
	.home-news-list-ul {
		margin-top: 20px;
		display: block;
	}
	.home-news-list-link {
	}
	.home-news-li-info {
		padding: 35px 35px 100px;
	}
	.home-news-li-title {
		font-size: 18px;
		line-height: 28px;
		height: 56px;
	}
	.home-news-li-desc {
		margin-top: 30px;
		font-size: 100%;
		line-height: 30px;
		height: 120px;
		-webkit-line-clamp: 4;
	}
}

@media (max-width: 666px) {
	.home-news-list-li {
		width: 60%;
	}
}

@media (max-width: 480px) {
	.home-news-page-body {
		margin: 0 -15px;
	}
	.home-news-list-ul {
		width: auto;
		float: none;
		padding-left: 20px;
	}
	.home-news-list-li {
		width: 66%;
	}
	.home-news-list-link {
	}
	.home-news-li-info {
		padding: 30px 30px 70px;
	}
	.home-news-li-time {
		color: #aaa;
	}
	.home-news-li-title {
		margin-top: 15px;
		line-height: 25px;
		height: 50px;
	}
	.home-news-li-desc {
		margin-top: 25px;
		line-height: 25px;
		height: 100px;
	}
}







.nav-child-box {
	
	background-color: #fff;
}

.nav-child-box.fixed {
	position: fixed;
	width: 100%;
	top: 110px;
	left: 0;
	z-index: 88;
	
}

.nav-child-box.fixed .wrap {
	padding: 0;
}

.nav-child-box.fixed .nav-child-link {
	margin: 0;
	border-right: 1px solid #f1f1f1;
	border-bottom: 1px solid #f1f1f1;
}

.nav-child-box.fixed .nav-child-li:first-child a {
	border-left: 1px solid #f1f1f1;
}

.nav-child-ul {
	overflow: hidden;
	
}

.nav-child-li {
	float: left;
	width: 25%;
	text-align: center;
	border-left: none;
	box-sizing: border-box;
}

.nav-child-link {
	
	
	display: block;
	color: #373737;
	font-size: 15px;
	padding: 15px 0;
	line-height: 30px;
}

.nav-child-link:hover,
.nav-child-li.cur a {
	background-image: url(../image/leftTypeBg.jpg);
	color: #fff;
}

@media only screen and (max-width:800px) {
	.nav-child-li {
		line-height: 50px;
	}
}

@media only screen and (max-width:768px) {
	.nav-child-box .wrap {
		padding: 0;
	}
	.nav-child-li {
		width: 50%;
	}

	.nav-child-link {
		font-size: 14px;
		padding: 10px 0;
		border-right: 1px solid #f6f6f6;
	}
}

@media (max-width: 480px) {
	.nav-child-box .wrap {
		padding: 0;
	}

	.nav-child-link {
		padding: 10px 0;
	}
}




.listimg-left {
	float: left;
    width: 200px;
}
.left-typename-box {
    color: #fff;
}
.listimg-left-typename {
    margin: 0;
	font-weight: normal;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
.left-type-icon {
	display: block;
	height: 17px;
	margin-right: 5px;
}
.left-type-name {
    font-size: 20px;
}
.listimg-left-ul {
	background-color: #fff;
}
.listimg-left-li {
    font-weight: normal;
    background-position: right center;
    background-repeat: no-repeat;
}
.listimg-left-link {
	display: block;
	line-height: 30px;
	padding: 25px 10px;
    font-size: 16px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	border-top: 1px solid #EEEEEE;
	font-family: '宋体';
	font-weight: bold;
}

.listimg-left-icon {
	display: block;
	height: 17px;
	margin-right: 13px;
	display: none;
}
.listimg-left-text {
    font-size: inherit;
}

.listimg-left-li.cur .listimg-left-link {
	color: #fff;
	background-image: url(../image/leftTypeBg.jpg)
}
.listimg-left-li.cur .listimg-left-icon {
	display: block;
}
.listimg-left-li.cur .left-type-icon {
    display: block;
}

.left-child-ul {
	background-color: #F8F8F8;
	padding: 20px;
	display: none;
}
.listimg-left-li.cur .left-child-ul {
	display: block;
}
.left-child-link {
	display: block;
	padding: 10px;
	line-height: 20px;
	text-align: center;
	font-size: 16px;
	font-family: '宋体';
	font-weight: bold;
}

.left-child-li.cur .left-child-link, .left-child-link:hover {
	color: #866537;
}

.listimg-left-image {
	display: block;
	    width: 100%;
	    height: auto;
}

.listimg-left-contact {
	position: relative;
}
.listimg-left-contact-info {
    background-color: #5ca3f9;
    text-align: center;
    color: #fff;
    padding: 20px;
    margin-bottom: 20px;
}
.listimg-left-contact-title {
}

.listimg-left-contact-icon {
	vertical-align: middle;
    margin-right: 5px;
}
.listimg-left-contact-tel {
	display: block;
    font-size: 26px;
    font-weight: bold;
    margin-top: 10px;
    line-height: 1;
}
@media (max-width: 768px) {
	.listimg-left {
		width: auto;
		float: none;
		
		margin-bottom: 10px;
	}
	.left-typename-box {display: none;}
	
	.listimg-left-ul {background-color: transparent;}
	.listimg-left-li {
		float: left;
		
		width: 33.3333333333%;
		padding: 0;
		margin: 0;
		text-align: center;
		border: 0;
	}
	.listimg-left-link {
		padding: 10px 0;
		box-shadow: 0 0 5px #dedede;
		margin: 5px;
		white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: 15px;
		background-color: #fff;
	}
	.left-child-ul, .listimg-left-li.cur .left-child-ul {
		display: none;
	}
}

@media (max-width: 480px) {
	.listimg-left {
		
	}
	.listimg-left-li {width: 50%;}
	.listimg-left-link {
		font-size: 13px; 
		margin: 3px;
		height: 36px;
		line-height: 16px;
		padding: 5px 0; 
		display: flex; 
		-webkit-justify-content: center;
		-moz-justify-content: center;
		-ms-justify-content: center;
		-o-justify-content: center;
		justify-content: center;
		-webkit-align-items: center;
		-moz-align-items: center;
		-ms-align-items: center;
		-o-align-items: center;
		align-items: center;
	}
}



.pagesize {
	text-align: center;
	padding: 30px 0;
}

.pagesize li {
	display: inline-block;
}

.pagesize a,
.pagesize select {
	display: inline-block;
	padding: 0 12px;
	margin-right: 5px;
	margin-bottom: 5px;
	color: #707070;
	font-size: 14px;
	line-height: 32px;
	
	border: 1px solid #dedede;
	border-radius: 3px;
	text-align: center;
}

.pagesize a:hover,
.pageBox a:active,
.pagesize .cur {
	background: #ffc001;
	color: #FFFFFF;
	border-color: #ffc001;
	text-decoration: none;
}

.pagesize a.cur {
	color: #fff;
}

@media (max-width: 768px) {
	.pagesize {
		padding: 10px 0;
	}
}

@media (max-width: 480px) {
	.pagesize {
		padding: 5px 0 0;
	}

	.pagesize a {
		padding: 0 9px;
		line-height: 24px;
		height: auto;
		font-size: 12px;
		margin-bottom: 5px;
	}
}







.partner-list-li {
	float: left;
	width: 16.66666666667%;
}

.partner-list-link {
	margin: 10px;
	cursor: unset;
	display: block;
	box-shadow: 0 0 2px #dedede;
}

.partner-list-image-box {
	position: relative;
	padding-bottom: 50%;
	background-color: #fff;
}

.partner-list-image {
	display: block;
	position: absolute;
	width: auto;
	height: auto;
	max-width: 90%;
	max-height: 90%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.partner-list-more-box {
	margin-top: 30px;
}

.partner-list-more {
	display: block;
	width: 160px;
	line-height: 40px;
	color: #fff;
	background: #076ce0;
	border-radius: 5px;
	margin: 0 auto;
	text-align: center
}

.partner-list-more:hover {
	color: #fff;
}

@media (max-width: 992px) {
	.partner-list-li {
		
	}
	.partner-list-link {
		margin: 12px ;
	}
}

@media (max-width: 768px) {
	.partner-list-ul {
		padding: 0;
	}
	.partner-list-li {
		width: 33.33333333%;
	}

	.partner-list-more {
		width: 120px;
		height: 36px;
		font-size: 14px;
		line-height: 36px;
	}

	.partner-list-link {
		margin: 10px;
	}
}

@media (max-width: 480px) {
	.partner-list-li {
		width: 50%;
	}

	.partner-list-link {
		margin: 5px;
	}
	.partner-list-more-box {
		margin-top: 10px;
	}
}





.pro-page-body {
	
}

.list-tiancheng-li {
	width: 50%;
	float: left;
}

.list-tiancheng-link {
	display: block;
	margin: 15px;
	position: relative;
}
.list-tiancheng-bg {
}

.list-tiancheng-left{
	float: left;
	width: 56%;
}
.list-tiancheng-image-box{
	padding-bottom: 96%;
}
.list-tiancheng-image:hover {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}


.list-tiancheng-right {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 44%;
	overflow: hidden;
	background-color: rgba(246,246,248, .95);
}
.list-tiancheng-right-bg {
    overflow: hidden;
	padding: 45px 45px 0;
}

.list-tiancheng-title{
	font-size: 22px;
    color: #000;
}
.list-tiancheng-desc {
	margin-top: 20px;
    line-height: 30px;
	font-size: 18px;
	height: 150px;
	color: #666;
}

.list-tiancheng-more {
	font-size: 16px;
	margin-top: 60px;
	color: #866537;
}


.list-tiancheng-right:hover {
	background-color: #f6f8f8;
	
	background-color: #f8f8f8;
}


@media (max-width: 1200px) {
	.list-tiancheng-right-bg {
		padding: 20px 20px 0;
	}
	.list-tiancheng-desc {
		margin-top: 10px;
		line-height: 25px;
		max-height: 100px;
	}
}
@media (max-width: 992px) {
	.list-tiancheng-right-bg {
		padding: 15px 15px 0;
	}
	.list-tiancheng-title {font-size: 16px;}
	.list-tiancheng-desc {margin-top: 5px; line-height: 22px; max-height: 96px;}
}
@media (max-width: 768px) {
	.list-tiancheng-ul {
	}
	.list-tiancheng-left, .list-tiancheng-right {float: none; width: auto; }
	.list-tiancheng-right {
		position: static;
		
	}
	.list-tiancheng-right-bg {
		padding: 15px;
	}
	.list-tiancheng-desc { 
		font-size: 13px; line-height: 20px; height: 56px; max-height: none;
		-webkit-line-clamp: 3;
	}
	.list-tiancheng-more {
		margin-top: 10px;
		font-size: 14px;
	}
	
}
@media (max-width: 480px)  {
	.list-tiancheng-link {
		margin: 5px;
	}
	.list-tiancheng-bg {}
	.list-tiancheng-image {xs}
	.list-tiancheng-right-bg {padding: 12px;}
	.list-tiancheng-title {font-size: 15px; }
	.list-tiancheng-desc {  }
}
@media (max-width: 380px)  {
	.list-tiancheng-image {height: 165px;}
}




.wenhua2-page-body-bg {
	padding: 11% 0;
}
.wenhua2-lage-left {
	max-width: 30%;
}
.wenhua2-typename-box {
	font-size: 32px;
}
.wenhua2-type-name-en {
}
.wenhua2-type-name {
	margin-top: 10px;
	
	
}
.wenhua2-type-subname {
	margin-top: 10px;
	font-size: 24px;
	color: #555;
}
.wenhua2-type-info {
	font-size: 16px;
	color: #666;
	line-height: 35px;
	
}
.wenhua2-lage-right {
	float: right;
	
	width: 63%;
	
	position: absolute;
	right: 0;
	bottom: 0;
	text-align: right;
}
.wenhua2-page-image {
	vertical-align: top;
	
}
@media (max-width: 992px) {
	.wenhua2-page-box {
		background-image: none !important;
	}
	.wenhua2-page-bg {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
	}
	.wenhua2-page-body-bg {
		position: relative;
	}
	.wenhua2-lage-left {
		
		max-width: none;
		padding: 0;
	}
	.wenhua2-typename-box {
		font-size: 28px;
	}
	.wenhua2-type-name-en {
	}
	.wenhua2-type-name {
	}
	.wenhua2-type-subname {
		font-size: 20px;
	}
	.wenhua2-type-info {
		line-height: 30px;
	}
	.wenhua2-lage-right {
		position: relative;
		right: auto;
		bottom: auto;
		width: auto;
		float: right;
		max-width: 600px;
		margin: 20px auto 0;
		padding: 0;
	}
}
@media (max-width: 768px) {
	.wenhua2-page-box {
		padding-top: 30px;
		padding-bottom: 0;
	}
	.wenhua2-page-body-bg {
		padding: 0 10px;
	}
	.wenhua2-typename-box {
		font-size: 26px;
	}
	.wenhua2-type-subname {
		font-size: 18px;
	}
	.wenhua2-type-info {
		font-size: 15px;
		line-height: 28px;
	}
}
@media (max-width: 480px) {
	.wenhua2-typename-box {
		font-size: 24px;
	}
	.wenhua2-type-info {
		font-size: 14px;
		line-height: 25px;
	}
}
@media (max-width: 425px) {
	.wenhua2-typename-box {
		font-size: 22px;
	}
}



.lishi-sub-name {
	margin-top: 20px; 
	font-size: 25px;
	line-height: initial;
}

.lishi-page-left {
	
	width: 47.9166666667%;
	margin-right: 3.1944444444%;
}
.lishi-page-image-box {
	padding-bottom: 470px;
}
.lishi-page-image {
	object-fit: cover;
}

.list-lishi-ul {
	margin: -10px;
}
.list-lishi-li {
	width: 50%;
	float: left;
}
.list-lishi-link {
	margin: 10px;
	display: block;
	text-align: center;
	padding: 55px 0;
	background-color: #EEECE5;
}
.list-lishi-icon {
	height: 70px;
	display: block;
	margin: 0 auto;
}
.list-lishi-title {
	margin-top: 15px;
	font-size: 24px;
	line-height: 30px;
}

.lishi-page-info {
	margin: 0 auto;
	max-width: 1156px;
	padding-top: 60px;
	font-size: 16px;
	line-height: 2;
	color: #666;
	
}
@media (max-width: 1200px){
	.lishi-page-info {
		padding-top: 50px;
	}
}
@media (max-width: 992px){
	.lishi-page-info {
		padding-top: 40px;
	}
}
@media (max-width: 768px){
	.lishi-sub-name {
		margin-top: 10px;
	}
	.lishi-page-left {
		width: auto;
		float: none;
		margin-right: 0;
	}
	.lishi-page-image-box {
		padding-bottom: 68.115942029%;
	}
	.list-lishi-ul {
		margin-top: 10px;
		margin-bottom: 0;
	}
	.list-lishi-link {
		padding: 45px 0;
	}
	.list-lishi-title {
		font-size: 20px;
	}
	.lishi-page-info {
		padding-top: 30px;
		font-size: 15px;
		text-align: justify;
	}
}
@media (max-width: 480px){
	.lishi-type-name {
		font-size: 18px;
	}
	.lishi-sub-name {
		margin-top: 10px;
		font-size: 15px;
		line-height: 1.5;
	}
	.list-lishi-ul {
		margin: 5px -5px;
	}
	.list-lishi-link {
		margin: 5px;
		padding: 40px 0;
	}
	.list-lishi-title {
		font-size: 18px;
	}
	.lishi-page-info {
		padding-top: 5px;
		font-size: 14px;
	}
}



.zhanting-page-left {
	width: 50%;
	float: right;
}

.zhanting-page-right {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 50%;
}

.zhanting-page-right-bg {
	height: 100%;
}

.zhanting-page-right-info {
	width: 720px;
	max-width: 100%;
	float: right;
	height: 100%;
	position: relative;
}
.zhanting-page-right-info-bg {
	
	position: absolute;
	max-width: 600px;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.zhanting-page-right-desc {
	margin-top: 30px;
	padding: 0 20px;
	line-height: 35px;
	text-align: justify;
}
@media(max-width: 1200px) {
	.zhanting-page-right-desc {
		line-height: 30px;
	}
}
@media(max-width: 992px) {
	.zhanting-page-right-desc {
		margin-top: 10px;
		line-height: 25px;
	}
}
@media(max-width: 888px) {
	.zhanting-page-left {
		width: auto;
		float: none;
	}
	.zhanting-page-right, .zhanting-page-right-info-bg {
		position: static;
		width: auto;
	}
	.zhanting-page-right-info {
		float: none;
		width: auto;
	}
	.zhanting-page-right-info-bg {
		padding: 30px;
		max-width: none;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
	}
	.zhanting-page-right-desc {
		padding: 0;
	}
}
@media(max-width: 768px) {
	.zhanting-page-right-info-bg {
		padding: 25px;
	}
}
@media(max-width: 480px) {
	.zhanting-page-right-info-bg {
		padding: 20px;
	}
}




.dashi-page-body-bg {
	padding: 80px 0;
}
.dashi-page-right {
	width: 52%;
	float: right;
}
.dashi-page-right-bg {
	
}
@media (min-width: 992px) {
	.dashi-type-name {
		font-size: 46px;
	}
}
.dashi-page-desc {
	margin-top: 25px;
	font-size: 16px;
	line-height: 2;
	color: #aaa;
}
.dashi-page-desc strong {
	font-size: 150%;
	color: #fff;
	font-family: '宋体';
	margin-bottom: 8px;
	display: block;
}
@media (max-width: 992px) {
	.dashi-page-body-bg {
		padding: 60px 0;
	}
	.dashi-page-right {
		width: auto;
		float: none;
	}
	.dashi-page-desc {
		line-height: 1.8;
	}
}
@media (max-width: 768px) {
	.dashi-page-body-bg {
		padding: 50px 0;
	}
	.dashi-page-desc {
		font-size: 15px;
	}
	.dashi-page-desc strong {
		text-align: center;
	}
}
@media (max-width: 480px) {
	.dashi-page-box {
		background-position: right center;
	}
	.dashi-page-body-bg {
		padding: 20px 0;
	}
	.dashi-page-desc {
		margin-top: 20px;
		font-size: 14px;
		line-height: 1.6;
	}
	.dashi-page-desc br {
		display: block;
		content: " ";
		padding-top: 10px;
	}
	.dashi-page-desc strong {
		margin-top: 0;
	}
}



.zhenyan-page-left {
	width: 50%;
	float: left;
}
.zhenyan-page-right {
	
}

.zhenyan-page-image-box {
	padding-bottom: 75%;
}

.zhenyan-page-right-bg {
	height: 100%;
}

.zhenyan-page-right-info {
	max-width: 720px;
	height: 100%;
	position: relative;
}
.zhenyan-page-right-info-bg {
	
}

.zhenyan-page-right-desc {
	margin-top: 30px;
	line-height: 35px;
}

@media (min-width: 889px) {
	.zhenyan-page-right {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		width: 50%;
	}
	.zhenyan-page-right-info-bg {
		position: absolute;
		top: 50%;
		right: 0;
		width: 600px;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}

@media (max-width: 1440px){
	.zhenyan-page-right-info-bg {
		width: auto;
		padding: 0 50px;
	}
}
@media (max-width: 1200px) {
	.zhenyan-page-right-desc {
		margin-top: 15px;
		font-size: 15px;
		line-height: 30px;
	}
}
@media (max-width: 992px) {
	.zhenyan-page-right-desc {
		line-height: 25px;
		font-size: 14px;
	}
}
@media (max-width: 888px) {
	.zhenyan-page-left {
		width: auto;
		float: none;
	}
	.zhenyan-page-right-info {
		max-width: none;
	}
	.zhenyan-page-right-info-bg {
		padding: 30px;
	}
	.zhenyan-page-right-desc {
		margin-top: 10px;
		text-align: justify;
	}
}
@media (max-width: 768px) {
	.zhenyan-page-right {
		
	}
	.zhenyan-page-right-info-bg {
		padding: 20px;
	}
}





.contact-page-body {
	
}
.contact-page-body-bg {
	padding: 100px 0;
}
.contact-page-left {float: left; width: 45%;}


.contact-page-right {
	overflow: hidden;
	float: right;
	width: 50%;
}

.contacnt-info-bg {
	padding: 50px;
	background-color: #fff;
	float: left;
}
@media (min-width: 769px) {
	.lianxifangshi-info-bg {
		padding: 75px;
	}
}
.contacnt-info-logo{
	display: block;
	margin: 0 auto;
	height: 120px;
}
.contacnt-info {line-height: 30px; }

.contacnt-info strong {
	font-size: 120%;
}


@media (min-width: 769px) {
	.contacnt-info-logo-box {
		margin-bottom: 30px;
	}
}

@media (max-width: 1200px) {
	.contacnt-list-image {height: 70px;}

	.contact-page-right {
		width: auto;
		float: none;
	}
	.contacnt-info-bg {
		float: none;
		margin: 0 auto;
		max-width: 480px;
	}
}
@media (max-width: 992px) {
	.contact-page-left-bg {padding: 0 20px 0 0;}
}
@media (max-width: 768px) {
	.contact-page-body-bg {
		padding: 80px 0;
	}
	.contacnt-info-bg {
		padding: 50px 10px;
	}
	.contact-page-left {float: none; width: auto;}
	.contact-page-left-bg {padding: 0;}
}
@media (max-width: 480px) {
	.contact-page-body-bg {
		padding: 70px 0;
	}
	.contacnt-info-bg {
		padding: 50px 5px;
	}
	.contacnt-info {line-height: 25px;}
}



.contact-page-body-bg {
	padding: 0;
}
.contact-page-image-box {
	padding-bottom: 62.5%
}
.contact-page-image-bg {
	max-width: 530px;
	margin: 0 auto;
}
.contacnt-list-ul {
	margin-top: 30px;
	display: flex;
	flex-wrap: wrap;
}
.contacnt-list-li {
	width: 46%;
	float: left;
	margin: 10px 2%;
}
.contacnt-list-li {
	border-bottom: 1px solid #aaa;
}
.contacnt-list-link {
	display: block;
	
}
.contacnt-list-info {
	padding-bottom: 15px;
}
.contacnt-list-title {
	font-size: 18px;
	color: #000;
}
.contacnt-list-desc {
	margin-top: 15px;
	font-size: 16px;
	color: #888;
}
.contacnt-list-desc-row { 
	margin-top: 5px;
}
.contacnt-list-desc-value {
	word-break: break-word;
}
@media (max-width: 480px) {
	.contacnt-info-bg {
		padding: 30px 15px;
	}
	.contacnt-list-ul {
		margin-top: 15px;
		padding: 0 10px;
	}
	.contacnt-list-li {
		width: 48%;
		margin: 5px 1%;
	}
	.contacnt-list-info {
		padding-bottom: 10px;
	}
	.contacnt-list-title {
		font-size: 16px;
	}
	.contacnt-list-desc {
		margin-top: 10px;
		font-size: 14px;
	}
}
@media (max-width: 425px) {
	.contact-type-name {
		font-size: 22px;
	}
	.contacnt-list-title {
		font-size: 14px;
	}
	.contacnt-list-desc {
		
		font-size: 12px;
	}
}
@media (max-width: 380px) {
	.contact-type-name {
		font-size: 20px;
	}
}




.map-box {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.map-box img {
	max-width: none;
}

#dituContent {
	width: 100%;
	height: 100%;
	border: #ccc solid 0;
}

@media (max-width: 1200px) {
	.map-box {
	}
}

@media (max-width: 992px) {
	.map-box {
	}
}

@media (max-width: 768px) {
	.map-box {
		
	}
	.BMap_bubble_content {font-size: 14px;}
}

@media (max-width: 480px) {
	.map-box {
		margin-top: 15px;
		height: 200px;
	}
	.BMap_bubble_content {font-size: 13px;}
}






.contact-address-bg {
	margin-top: -30px;
	color: #000;
	text-align: center;
	display: flex;
	justify-content: center;
}

.contact-item {
	float: left;
	width: 50%;
}

.contact-item-bg {
	text-align: center;
	
	position: relative;
	
	
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	padding: 10px;
}


.contact-item-icon {
	height: 40px;
	display: block;
	margin: 0 auto;
}

.contact-item-info {
	margin-top: 20px;
	line-height: 20px;
	color: #866537;
	font-size: 16px;
	white-space: nowrap;
}

.contact-item-title {
}

.contact-item-desc {
	overflow: hidden;
}


.page-body-image {
	display: block;
	margin: 0 auto;
}


.contact-address-row {
	text-align: center;
}

.contact-address-row-bg {
	display: inline-block;
	font-size: 16px;
	color: #866537;
	text-align: left;
}

@media (max-width: 1200px) {
	.contact-item-bg {
		
	}

	.contact-item-title {
		
	}
}

@media (max-width:992px) {
	.page-body-bg {
		
	}
	.contact-item {}
	.contact-item-bg {
		
	}
	.contact-item-info, .contact-address-row-bg {
		font-size: 13px;
	}
}

@media (max-width:768px) {
	.contact-address-bg {
		margin-top: 30px;
	}
	.contact-item {
	}
	.contact-item-bg {
		padding: 5px;
	}
	.contact-item-info {
		margin-top: 10px;
	}
	.contact-item-desc {margin-top: 10px; }
	.contact-address-row {padding: 0 20px;}
}

@media (max-width:480px) {
	.contact-address-bg {
		margin-top: 15px;
		
	}
	
	.page-body-bg  {padding: 0;}
	.contact-item {
	}
	.contact-item-bg {
	}

	.contact-item-info {
		height: auto;
	}
	.contact-item-desc {height: auto;}
}




.jianyi-page-body {
	
}
.jianyi-page-left {
	float: left;
	width: 59.027777777777%;
}
.jianyi-page-right {
	overflow: hidden;
	
	
	max-width: 100%;
}
.jianyi-type-name {
	
}
@media(min-width: 769px) {
	.jianyi-type-name {
		font-size: 26px;
	}
}
.jianyi-page-right-bg {
	padding: 70px;
	padding: 80px 70px;
	background-color: #fff;
}


.jianyi-page-left {
	
}
.jianyi-left-page-bg {
	color: #fff;
}


.jianyi-info-left {
	margin-right: 20px;
}

.jianyi-info-title {
	width: 24px;
	width: 30px;
	font-size: 30px;
	text-align: center;
	font-weight: bold;
	float: right;
	margin-left: 10px;
}
.jianyi-info-desc {
	overflow: hidden;
	text-align: center;
	width: 24px;
	font-size: 24px;
}
.jianyi-info-image-box-bg {
	padding: 30px 60px 0;
	margin-right: 150px;
	text-align: center;
}

.jianyi-info-image {
	max-height: 500px;
}


.jianyi-ewm-box {

}

.jianyi-ewm-image {
	display: block;
	margin: 0 auto;
	max-width: 200px;
}
.jianyi-form-info {
	margin-top: 50px;
    font-size: 24px;
    font-family: "宋体";
    font-weight: bold;
    text-align: center;
	line-height: 1.8;
	max-width: 390px;
	margin: 0 auto;
}
.jianyi-form-desc {
	margin-top: 10px;
}

@media (max-width: 1200px) {
	.jianyi-list-image {height: 70px;}
	.jianyi-list-desc {line-height: 20px; }
}
@media (max-width: 992px) {
	.jianyi-page-left-bg {padding: 0 20px 0 0;}
	.jianyi-page-left {
		float: none;
		width: auto;
	}
	.jianyi-info-image-box-bg {
		padding: 20px 20px 0;
	}
	.jianyi-page-right-bg {
		margin-top: 20px;
	}
	.jianyi-form-info {
		margin-top: 40px;
		font-size: 22px;
	}
}
@media (max-width: 768px) {
	.jianyi-page-body-bg {
		padding: 30px 0;
	}
	.jianyi-info-title {
		font-size: 26px;
		margin-left: 5px;
	}
	.jianyi-info-desc {
		font-size: 20px;
	}
	.jianyi-info-image-box-bg {
		padding-top: 0;
		margin-right: 0;
	}

	.jianyi-page-right-bg {padding: 50px;}
	.jianyi-page-left {float: none; width: auto;}
	.jianyi-page-left-bg {padding: 0;}
	.jianyi-form-info {
		margin-top: 30px;
		font-size: 20px;
	}
}
@media (max-width: 480px) {
	.jianyi-page-right-bg {padding: 30px;}
	.jianyi-form-info {
		margin-top: 20px;
		
	}
	.jianyi-info {line-height: 25px;}
}




.jianyi-success-bg {
	padding: 80px 0;
}
.jianyi-success-icon {
	display: block;
	margin: 0 auto;
}
.jianyi-success-title {
	margin-top: 40px;
	font-size: 24px;
}
.jianyi-success-desc {
	margin-top: 20px;
	font-size:20px;
}
.jianyi-success-more-box {
	margin-top: 60px;
}



.search-page-body-bg {
	padding: 30px 0;
	max-width: 660px;
	margin: 0 auto;
}
.search-form-bg {
	background-color: #fff;
	padding: 15px 20px;
}

.search-submit {
	border: 0;
	width: 30px;
	height: 30px;
	cursor: pointer;
	float: right;
	
	background-image: url(../image/searchIcon.png);
	background-color: transparent;
	background-size: 22px 24px;
}
.search-input-box {
}
.search-key {
	width: 100%;
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
	color: #666;
	border: 0;
	font-size: 16px;
}
.search-key::placeholder {
	color: #999;
}

.search-page-info {
	margin-top: 30px;
}
.search-page-tips {
	font-size: 16px;
	color: #666;
}



.pro-page-body {
	
}

.search-list-type-name {
	font-size: 16px;
}
.search-list-ul {
	margin-top: 30px;
}

.search-list-li {

}
.search-list-link {
	display: block;
	position: relative;
	background-color: #EEECE5;
	margin: 10px 0;
}
.search-list-left{
	float: left;
	
	width: 120px;
}
.search-list-right {
	
}
.search-list-right-bg {
    overflow: hidden;
	
	padding: 65px 50px 0;
}
.search-list-image-box {
	
	padding-bottom: 133.3333333333333%;
}
.search-list-short {
	line-height: 28px;
	
	font-size: 25px;
}

.search-list-title {
	margin-top: 40px;
	font-size: 16px;
	color: #866537;
}

.search-list-right:hover {
}

@media (max-width: 1200px) {
	.search-list-right-bg {
		
	}
	.search-list-desc {
		margin-top: 10px;
		line-height: 25px;
		max-height: 100px;
	}
}
@media (max-width: 992px) {
	.search-list-title {font-size: 16px;}
	.search-list-desc {margin-top: 5px; line-height: 22px; max-height: 96px;}
}
@media (max-width: 768px) {
	.search-page-body-bg {
		
	}
	.search-form-bg {
		padding: 10px 15px;
	}
	.search-key {
		font-size: 15px;
		padding-left: 0;
	}
	.search-submit {
		background-size: 18px 20px;
	}
	.search-page-info{
		margin-top: 20px;
	}
	.search-list-ul {
		margin-top: 20px;
	}
	
	.search-list-left {
		
	}
	.search-list-right {
		position: static;
		background-size: 80px auto;
	}
	.search-list-right-bg {
		padding: 60px 40px 0;
	}
	.search-list-desc {
		font-size: 13px; line-height: 20px; height: 56px; max-height: none;
		-webkit-line-clamp: 3;
	}
}
@media (max-width: 480px)  {
	.search-list-left {
		width: 100px;
	}
	.search-list-bg {}
	.search-list-image {}
	.search-list-right-bg {
		padding: 50px 20px 0;
	}
	.search-list-short {
		font-size: 20px;
	}
	.search-list-title {
		margin-top: 20px;
		font-size: 13px;
	}
}
@media (max-width: 380px)  {
	.search-list-image {}
}




.tuijian-news-ul {}
.home-tuijian-news-ul {
	padding: 10px 0;
}

.tuijian-news-li {
	
}

.tuijian-news-link {
	display: block;
	position: relative;
	overflow: hidden;
	padding: 25px 0;
}
.tuijian-news-link-bg {
	
}


.tuijian-news-left {
	overflow: hidden;
	
	width: 57.143%;
}

.tuijian-news-image-box {
	
	padding-bottom: 473px;
}
.tuijian-news-list-image {
	object-fit: cover;
}


.tuijian-news-right-bg {
	
	overflow: hidden;
	
	padding-left: 60px;
}

.tuijian-news-title {
	font-size: 30px;
	line-height: 40px;
	height: 80px;
}
.tuijian-news-right-row {
	margin-top: 35px;
}
.tuijian-news-time {
	color: #767676;
	line-height: 21px;
	font-size: 15px;
}

.tuijian-news-desc {
    font-size: 18px;
    color: #666;
	height: 175px;
    
	overflow:hidden;
	
    line-height: 35px;
	font-family: '黑体';
}
.tuijian-news-desc-more {
	color: #866537;
	border: 1px solid transparent;
}

.tuijian-list-more-row {
	margin-top: 75px;
}



.tuijian-news-desc-more:hover {
	font-weight: bold;
}
@media (max-width:1200px){
	.tuijian-news-image-box {
		padding-bottom: 396px;
	}
	.tuijian-news-right-bg {
		padding-left: 40px;
	}
	.tuijian-news-title {
		font-size: 26px;
		line-height: 38px;
		height: 76px;
	}
	.tuijian-news-right-row {
		margin-top: 25px;
	}
	.tuijian-news-desc {
		font-size: 16px; 
		line-height: 30px; 
		height: 150px;
	}
	.tuijian-list-more-row {
		margin-top: 50px;
	}
}

@media (max-width:992px){
	.tuijian-news-image-box {
		padding-bottom: 345px;
	}
	.tuijian-news-right-bg {
		padding-left: 20px;
	}
	.tuijian-news-title-box {}
	.tuijian-news-title {font-size: 22px; line-height: 35px; height: 70px;}
	.tuijian-news-right-row {
		margin-top: 20px;
	}
	.tuijian-news-desc {
		font-size: 15px;
		line-height: 25px;
		height: 125px;
	}
	.tuijian-list-more-row {
		margin-top: 40px;
	}
}

@media (max-width:768px){
	.tuijian-news-ul {
		
	}
	.tuijian-news-li {
		
	}
	.tuijian-news-link {
		margin: 10px;
		padding: 0;
	}
	.tuijian-news-left {
		width: auto;
		float: none;
		margin-right: 0;
	}
	.tuijian-news-image-box {
		
	}
	.tuijian-news-title-box {}
	.tuijian-news-title {font-size: 20px;height: auto;}
	.tuijian-news-time {font-size: 13px;}
	.tuijian-news-right-bg {
		padding: 20px;
	}
	.tuijian-news-day {font-size: 22px;}
	.tuijian-news-image-box {
		padding-bottom: 57.5%;
	}
	.tuijian-news-right-row {
		margin-top: 15px; 
	}
	.tuijian-news-desc {
		font-size: 14px;
		height: auto; 
	}
	.tuijian-list-more-row {
		margin-top: 30px;
	}
}
@media (max-width:666px){
	.tuijian-news-title-box {}
	.tuijian-news-image {height: 100px; width: 160px;}
	.tuijian-news-desc {
		line-height: 25px;
	}
}
@media (max-width:560px){
	.tuijian-news-image {height: 80px; width: 120px;}
	.tuijian-news-desc {
		
	}
}

@media (max-width:480px){
	.tuijian-news-ul {
		margin: 0 -3px;
	}
	.tuijian-news-link {margin: 3px;}
	.tuijian-news-image {width: 100px; height: 66px; }
	.tuijian-news-left {
	}
	.tuijian-news-right-bg {
		padding: 15px 15px 0;
	}
	.tuijian-news-left-bg {width: 75px; height: 80px;}
	.tuijian-news-day {padding-top: 15px;}
	.tuijian-news-year-moon {font-size: 13px; margin-top: 5px;}
	.tuijian-news-title {font-size: 16px; line-height: 25px;}
	.tuijian-news-right-row {
		margin-top: 5px; 
	}
	.tuijian-news-desc {
		font-size: 14px;
		line-height: 20px;
	}
	.tuijian-list-more-row {
		margin-top: 20px;
		text-align: center;
	}
}




.list-news-page-bg {
	background-repeat: repeat;
	background-size: auto;
}
.list-news-page-box {
	
	padding-top: 0;
}
.listarc-ul {}
.home-listarc-ul {
	padding: 10px 0;
}

.listarc-li {
	width:33.33333333%;
	float: left;
}

.listarc-li.last, .listarc-li:nth-of-type(3n+3) {
	margin-right:0;
}

.listarc-link {
	display: block;
	position: relative;overflow: hidden;
	
	margin: 10px;
	
	padding: 20px;
	border: 1px solid #733533;
	position: relative;
	background-color: #F3EDE0;
}

.home-listarc-link {
	padding: 15px 0;
}

.listarc-bg-icon {
	position: absolute;
    width: 18px;
    height: 18px;
    background-size: 100%;
    background-image: url(../image/listNewsIcon.png);
}
.listarc-bg-icon1 {
    top: -1px;
    left: -1px;
    transform: rotate(270deg);
}
.listarc-bg-icon2 {
    top: -1px;
    right: -1px;
}
.listarc-bg-icon3 {
    bottom: -1px;
    left: -1px;
    transform: rotate(180deg);
}
.listarc-bg-icon4 {
    bottom: -1px;
    right: -1px;
    transform: rotate(90deg);
}

.listarc-image-box {
	padding-bottom: 56.1027837259%;
}

.listarc-info {
	
	overflow: hidden;
	padding: 30px;
}
.listarc-time {
	color: #999;
	letter-spacing: -1px;
	line-height: 20px;
	font-size: 16px;
}

.listarc-title {
	margin-top: 20px;
	font-size: 22px;
	line-height: 30px;
	height: 60px;
}

.listarc-desc {
	margin-top: 20px;
	display: block;
	color: #555;
	line-height: 30px;
	height: 60px;
	font-weight: 600;
	font-size: 15px;
}
.listarc-more-row {
	margin-top: 60px;
}

.list-xuexi-more-row {
	margin-top: 30px;
}

.listarc-more {
	width: auto;
	padding: 0 20px;
	line-height: 36px;
	font-size: 16px;
	background-size: 100% 100%;
}

@media (max-width:1200px){
	.listarc-info {
		padding: 25px;
	}
	.listarc-title {
		font-size: 20px;
		line-height: 28px;
		height: 56px;
	}
	.listarc-desc {
		line-height: 25px;
		height: 50px;
	}
	.listarc-more-row {
		margin-top: 50px;
	}
}
@media (max-width:992px){
	.listarc-title {font-size: 18px;}
	.listarc-title {
		font-size: 18px;
		line-height: 24px;
		height: 48px;
	}
	.listarc-desc {
		line-height: 22px;
		height: 44px;
	}
	.listarc-more-row {
		margin-top: 40px;
	}
	.listarc-more {
		font-size: 15px;
	}
	.list-xuexi-more-row {
		margin-top: 25px;
	}
}
@media (max-width:768px){
	.listarc-ul {
		padding-top: 10px;
		margin: 0;
	}
	.listarc-li {
		width: 50%;
	}
	.listarc-link {
		padding: 15px;
	}
	.listarc-title-box {}
	.listarc-title {
		padding: 0;
		font-size: 18px;
	}
	.listarc-time {
		font-size: 14px;
	}
	
	.listarc-day {font-size: 22px;}
	.listarc-desc {
		
	}
	.list-xuexi-more-row {
		margin-top: 20px;
	}
}
@media (max-width:666px){
	.listarc-link {
		margin: 8px;
	}
	.listarc-info {
		padding: 20px;
	}
	.listarc-title {
		margin-top: 15px;
	}
	.listarc-desc {
		margin-top: 15px;
		font-size: 14px;
	}
	.listarc-more-row {
		margin-top: 30px;
	}
}
@media (max-width:560px){
	
}
@media (max-width:480px){
	.listarc-ul {
		margin:0 -5px;
	}
	.listarc-li {
		
	}
	.listarc-link {
		margin: 5px;
	}
	.listarc-info {
		
		padding: 15px 0;
	}
	.listarc-time {
		font-family: '黑体';
		font-weight: normal;
		letter-spacing: 0;
	}
	.listarc-title {
		margin-top: 10px;
		font-size: 14px;
		line-height: 20px;
		height: 37px;
	}
	
	.listarc-desc {
		margin-top: 12px;
		font-size: 13px;
		line-height: 18px;
		height: 32px;
		font-weight: normal;
		font-family: '黑体';
	}
	.listarc-more-row {
		margin-top: 15px;
	}
	.list-xuexi-more-row {
		margin-top: 15px;
	}
	.listarc-more {
		font-size: 14px;
		padding: 0 10px;
		line-height: 28px;
	}
}




.xuexi-video-ul {}
.home-xuexi-video-ul {
	padding: 10px 0;
}

.xuexi-video-li {
	
}

.xuexi-video-link {
	display: block;
	position: relative;
	overflow: hidden;
}
.xuexi-video-link-bg {
	background-color: #EEE4DA;
}

.xuexi-list-video-box {
	
}

.xuexi-video-right {
	overflow: hidden;
	float: right;
	width: 42.857%;
}

.xuexi-video-left {
	overflow: hidden;
	
}

.xuexi-video-image-box {
	padding-bottom: 57.5%;
}

.xuexi-video-right-bg {
	
	overflow: hidden;
	padding: 110px 30px 0;
	text-align: center;
}

.xuexi-video-icon {
	display: block;
	margin: 0 auto;
	max-height: 115px;
}
.xuexi-video-title-box {
	margin-top: 50px;
}
.xuexi-video-title {
	font-size: 36px;
}

.xuexi-video-short {
	margin-top: 20px;
    font-size: 13px;
}

.xuexi-video-title:hover, .xuexi-video-desc:hover, .xuexi-video-time:hover {
	color: #866537;
}
@media (max-width:1200px){
	.xuexi-video-right-bg {
		padding: 60px 40px 0;
	}
	.xuexi-video-icon {
		max-height: 140px;
	}
	.xuexi-video-title-box {
		margin-top: 30px;
	}
}

@media (max-width:992px){
	.xuexi-video-right-bg {
		padding: 30px 30px 0;
	}
	.xuexi-video-icon {
		max-height: 120px;
	}
	.xuexi-video-title-box {}
	.xuexi-video-title {font-size: 26px;}
	.xuexi-video-short {
		margin-top: 10px;
	}
}

@media (max-width:768px){
	.xuexi-video-ul {
		
	}
	.xuexi-video-li {
	}
	.xuexi-video-link {
		margin: 10px;
		padding: 0;
	}
	.xuexi-video-right {
		width: auto;
		float: none;
	}
	.xuexi-video-image-box {
		
		padding-bottom: 75%;
	}
	.xuexi-video-title-box {}
	.xuexi-video-title {padding: 0;font-size: 14px;}
	.xuexi-video-desc-more {
		display: none;
	}
	.xuexi-video-time {font-size: 13px;}
	.xuexi-video-right-bg {
		padding: 50px 20px;
	}
	.xuexi-video-day {font-size: 22px;}
	.xuexi-video-right-row {
		margin-top: 8px; 
	}
	.xuexi-video-title {font-size: 22px;}
	.xuexi-video-short {
		font-size: 12px;
	}
}
@media (max-width:666px){
	.xuexi-video-title-box {}
	.xuexi-video-image {height: 100px; width: 160px;}
	.xuexi-video-desc {
		line-height: 18px; height: 108px;
	}
}
@media (max-width:560px){
	.xuexi-video-image {height: 80px; width: 120px;}
	.xuexi-video-desc {
		
	}
}

@media (max-width:480px){
	.xuexi-video-ul {
		margin: 0 -3px;
	}
	.xuexi-video-link {margin: 3px;}
	.xuexi-video-image {width: 100px; height: 66px; }
	.xuexi-video-left {
	}
	.xuexi-video-right-bg {
		padding: 30px 10px;
	}
	.xuexi-video-left-bg {width: 75px; height: 80px;}
	.xuexi-video-day {padding-top: 15px;}
	.xuexi-video-year-moon {font-size: 13px; margin-top: 5px;}
	.xuexi-video-right-row {
		margin-top: 5px; 
	}
	.xuexi-video-desc {
		font-size: 12px;
		line-height: 16px;
		height: 126px;
		-webkit-line-clamp: 7;
	}
}





.list-xuexi-ul {
	margin: 0 -10px;
	padding-top: 60px;
}
.list-xuexi-info {
	padding: 40px 30px;
}
.list-xuexi-link:hover {
	
	background-image: url(../image/listXuexiBg.jpg);
	color: #fff;
}
.list-xuexi-link:hover .listarc-time, .list-xuexi-link:hover .listarc-title {
	color: inherit;
}
@media(max-width: 992px) {
	.list-xuexi-ul {
		padding-top: 40px;
	}
	.list-xuexi-info {
		padding: 35px 30px;
	}
}
@media(max-width: 768px) {
	.list-xuexi-ul {
		padding-top: 30px;
	}
}
@media(max-width: 480px) {
	.list-xuexi-ul {
		padding-top: 15px;
	}
	.list-xuexi-li {
		width: auto;
	}
	.list-xuexi-info {
		padding: 30px 25px;
	}
	.list-xuexi-title {
		font-size: 18px;
		height: auto;
		line-height: 25px;
	}
}




.job-list {
	padding: 15px 0;
}

.job-detail-title {
	font-size: 18px;
}

.job-item-title {
	font-size: 16px;
}

@media (max-width: 768px) {
	.job-list {
		padding: 0 5px 10px;
	}

	.job-detail-title {
		font-size: 14px;
		color: #000;
	}

	.job-attr-box {
		font-size: 12px;
		color: #666;
		margin: 5px 0;
		line-height: 18px;
	}

	.job-item-title {
		font-size: 14px;
		color: #000;
	}

	.job-item-info {
		font-size: 12px;
		color: #666;
		margin: 5px 0;
		line-height: 18px;
	}
}











.listimg-ul-flex {
}
.listimg-ul {
	margin: -10px;
}
.listimg-li {
	width: 25%;
	float: left;
	overflow: hidden;
	text-align: center;
}
.listimg-link {
	margin: 10px;
	display: block;
	position: relative;
}

.listimg-image-box {
	overflow: hidden;
	position: relative;
	padding-bottom: 125%;
}

.listimg-image {
	display: block;
	width: 100%;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-ms-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.listimg-image:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.listimg-info {
	padding: 8px;
	
	background-color: #fff;
	padding: 20px;
}

.listimg-title {
	font-size: 18px;
	line-height: 1.6;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.listimg-desc {
	margin-top: 5px;
	font-size:16px;
	color: #666;
	line-height: 25px;
}

@media (max-width: 1200px) {
	.listimg-image {
		
	}
}
@media (max-width: 992px) {
		.listimg-link {margin: 10px;}
}
@media (max-width: 768px) {
	.listimg-li {
		width: 50%;
	}
	
	.listimg-image {
		
	}
	.listimg-info {
		padding: 10px;
	}
	.listimg-title {
		font-size: 16px;
	}
	.listimg-desc {
		font-size: 13px;
		line-height: 20px;
	}
}

@media (max-width: 480px) {
	.listimg-link {margin: 8px;}
	.listimg-image {
		
	}
}

@media (max-width: 380px) {
	.listimg-link {margin: 5px;}
	.listimg-image {
		
	}
}



.listcase-li {
	width: 33.3333333%;
	float: left;
	position: relative;
	overflow: hidden;
	transition: all ease 300ms;
}

.listcase-link {
	margin: 12px;
	background: #eee;
	
	display: block;
	overflow: hidden;
}

.listcase-title {
	width: 100%;
	height: 64px;
	line-height: 64px;
	text-align: center;
	font-size: 16px;
	transition: all ease 300ms;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	position: relative;
	font-weight: normal;
}

@media (min-width: 769px) {
	.listcase-link:hover {
		background: #dedede;
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
		border-color: transparent;
	}

	.listcase-link:hover .listcase-title {
		color: #333;
	}
	.listcase-link:hover .list-image {
		-webkit-transform: scale(1.05);
		-moz-transform: scale(1.05);
		-ms-transform: scale(1.05);
		-o-transform: scale(1.05);
		transform: scale(1.05);
	}
}

@media (max-width: 992px) {
}

@media (max-width: 768px) {
	.listcase-link {margin: 10px;}
	.listcase-title {line-height: 30px; height: auto; font-size: 14px;}
}

@media (max-width: 666px) {
}
@media (max-width: 560px) {
}
@media (max-width: 480px) {
	.listcase-li {
		width: 50%;
	}
	.listcase-link {margin: 5px;}
}





.listpro-ul {
	
}

.listpro-li {
	width: 33.33333333%;
	position: relative;
	float: left;
}



.listpro-link {
	margin: 22px;
	border: 1px solid #e5e5e5;
}

.listpro-left {
	width: 100%;
	
	position: relative;
	overflow: hidden;
}


.listpro-image {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 260px;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-ms-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s;
}
.listpro-image:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.listpro-right {
	
	
	
	position: relative;
	padding: 10px 40px 10px 10px;
	background-color: #fff;
}

.listpro-link:hover .listpro-right {
	background-color: rgba(199,0,0, 1);
	color: #fff;
}

.listpro-title {
	font-size: 16px;
	line-height:40px;
	text-align: center;
	font-weight: normal;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: inherit;
}

.listpro-title-line {
	width: 30px;
	height: 3px;
	margin-bottom: 15px;
}

.listpro-attr {
	padding: 5px 0;
}

.attr-item {
	display: inline-block;
	margin-right: 20px;
}

.attr-title {
	color: inherit;
}

.listpro-info {
	margin: 25px 0;
	line-height: 23px;
	display: none;
}

.listpro-button-box {
	
	text-align: center;
	width: 60px;
	position: absolute;
	right: 0;
	bottom: 0;
	top: 0;
	background-image: url(404.png);
	background-position: right;
	background-repeat: no-repeat;
	background-size: contain;
}

.listpro-button {
	display: inline-block;
	padding: 2px 2px 2px 4px;
	line-height: 28px;
	width: 28px;
	height: 30px;
	font-size: 25px;
	color: #B8914E;
	text-align: center;
	
	margin: 0 auto;
	font-size: 0;
	display: none;
}

@media (max-width: 1200px) {
	.listpro-image {height: 190px;}
}

@media (max-width: 992px) {
	.listpro-info {
		line-height: 22px;
		font-size: 13px;
		margin: 10px 0;
	}
}

@media (max-width: 768px) {

	.listpro-ul {
		padding: 0;
	}

	.listpro-li {
		width: 50%;
	}

	.listpro-right {
		
		padding: 8px 20px 8px 8px;
		color: #666;
	}

	.listpro-link:hover .listpro-right {
		background-color: rgba(184, 145, 78, .75);
		color: #fff;
	}

	.listpro-image {
		height: 220px;
	}

	.listpro-title {
		font-size: 14px;
		margin-bottom: 0;
		line-height: 30px;
	}

	.listpro-title-line {
		margin-bottom: 5px;
	}

	.listpro-info {
		margin: 5px 0;
		font-size: 12px;
		line-height: 17px;
		height: 51px;
		overflow: hidden;
	}

	.listpro-button-box {
		width: 36px;
	}

	

	.listpro-link:hover .listpro-button {
		background-color: #fff;
		color: #B8914E;
	}
}

@media (max-width: 560px) {
	.listpro-left {}

	.listpro-image {
		height: 160px;
	}
	.listpro-right {
		padding: 5px;
	}
	.listpro-info {
		height: 68px;
		margin-top: 0;
	}

	.listpro-button-box {
		display: none;
	}
	.listpro-button {
		margin-bottom: 3px;
	}
}

@media (max-width: 480px) {
	.listpro-link {
		margin: 5px;
	}
	.listpro-title {
		line-height: 25px;
		font-size: 13px;
	}
	.listpro-button {
		width: 25px;
		height: 25px;
		font-size: 18px;
		line-height: 23px;
		padding: 0;
	}

	.listpro-image {
		height: 150px;
	}
}

@media (max-width: 380px) {

	.listpro-image {
		height: 130px;
	}
}






.back-btn-row {
	margin-bottom: 20px;
}
.back-btn {
	font-family: '宋体';
	font-weight: bold;
	font-size: 18px;
	color: #866537;
}
@media (max-width: 768px) {
	.back-btn {
		font-size: 15px;
	}
}
@media (max-width: 480px) {
	.back-btn {
		font-size: 14px;
	}
}



.case-list-li {
	float: left;
	width: 50%;
}

.case-list-li {
	width: 33.333333%;
}

.case-list-li.last {
	
}

.case-list-link {
	display: block;
	margin: 0 15px;
	padding: 0 15px;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-ms-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s;
	cursor: unset;
}

.case-list-link {
	padding: 0;
}



.case-list-image-box {
	overflow: hidden;
	padding-bottom: 62.5%;
	position: relative;
}

.case-list-image {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-ms-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s;
}
.case-list-image:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.case-list-info {
	padding: 15px 0;
}

.case-list-title {
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #233;
}

.case-list-link:hover .case-list-title {
	color: #ffc001;
}

.case-list-time {
	margin-top: 5px;
	color: #999;
}

.case-list-desc {
	color: #666;
	margin-top: 10px;
	line-height: 23px;
	height: 46px;
	overflow: hidden;
}

.case-list-box {
	margin-top: -30px;
}
.case-case-type {
	padding-bottom: 20px;
}

.case-list-type {
	margin-top: 12px;
}

.list-type-name {
	display: inline-block;
    position: relative;
	max-width: 100%;
    line-height: 26px;
    padding: 0 8px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    color: #999;
    font-size: 12px;
    word-break: keep-all;
    overflow: hidden;
}

.list-type-more {
	max-width: 100%;
    float: right;
    display: block;
    position: relative;
	line-height: 28px;
	height: 28px;
	width: 40px;
    overflow: hidden;
	font-size: 20px;
	color: #aaa;
	background-image: url(404.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 26px 13px;
}
@media (max-width: 1200px) {
	.case-list-link {margin: 10px; padding: 0 10px;}
}
@media (max-width: 992px) {
	.case-list-li {width: 50%; }
	.case-list-info {padding: 10px;}
}
@media (max-width: 768px) {
	.case-list-box {
		margin-top: -20px;
	}
	
	
	.case-list-info {padding: 8px;}
	.case-list-title {font-size: 14px;}
	.case-list-desc {margin-top: 5px; line-height: 18px; height: 51px; font-size: 13px;}
}
@media (max-width: 480px) {
	.case-case-type {padding-bottom: 5px;}
	.case-list-box {
		margin-top: -10px;
	}
	.case-list-link {padding: 0; margin: 5px;}
	.case-list-info {padding:8px 5px;}
}






.detail-title-box {
    position: relative;
	text-align: center;
}
.detail-news-title {
    font-size: 36px;
    font-weight: normal;
    line-height: 30px;
    margin-bottom: 15px;
	font-family: '宋体';
	font-weight: bold;
    
}

.detail-title-time {
	color: #adadad;
	font-size: 14px;
	margin-bottom: 20px;
}
.detail-title-line {
    border: 1px solid #f0efef;
    border-bottom: none;
    margin: 20px 0;
}
.detail-body {
    line-height: 30px;
	color: #676767;
	min-height: 300px;
}

.detail-body img {max-width: 100%;}

.detail-body ul, .about-info-content ul, .page-content ul {
	padding-left: 40px;
}
.detail-body li, .about-info-content li, .page-content li {
	display: list-item;
	list-style: disc;
}

.detail-body video {
	width: 800px;
	height: 500px;
	max-width: 100%;
	background-color: #000;
}
@media (max-width: 1200px){
	.detail-body video {
		height: auto;
	}
}

@media (max-width: 768px) {
	.detail-news-title { font-size: 18px; margin-bottom: 12px; line-height: 25px; }
	.detail-title-box {text-align: center;}
}
@media (max-width: 480px) {
	.detail-news-title { font-size: 16px; margin-bottom: 8px; }
	.detail-title-time { margin-bottom: 8px; }
	.detail-title-line {margin: 8px 0;}
	.detail-time {padding: 5px 0; display: none;}
	.detail-body { line-height: 25px; font-size: 13px;}
}




.img-typename-box {border-bottom:1px solid #dedede;}
.img-typename {line-height:40px;font-weight:normal;margin-bottom:-1px;border-bottom:1px solid #333;display:inline-block;font-size:16px;}

.img-desc-box {padding:15px 0 30px; overflow: hidden;}
.desc-left {float:left;width:410px;}
.desc-image-box {
	
	 padding-bottom: 100%;
}
.desc-image {
	object-fit: contain;
}

.desc-right {margin-left:500px; margin-top: 10px;}

.desc-title {
	font-weight:normal;
	margin-bottom: 30px;
	font-size: 30px;
	font-weight: bold;
}
.desc-bd {color:#666;min-height:90px;line-height:30px; font-size: 16px; }

@media (min-width:1200px){
	.desc-bd {min-height:90px;}
}

.desc-button-box {margin-top:20px;}
.desc-icon {margin-right: 3px;margin-top: 9px;height:20px;}
.desc-button {
	border:1px solid #233;
	border-radius:5px;
	color:#233;
	line-height: 38px;
	font-size: 16px;
    cursor: pointer;
    padding: 0 20px;
    border-radius: 3px;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 5px;
}
.image-bshare {overflow: hidden;}
.img-detail {padding:20px 0; overflow: hidden;}
.detail-image-ul {padding:20px 0;}
.detail-image-li {text-align:center;}
.detail-image-li img {max-width:100%;margin:5px 0;display:block;}


.arc-typename-box {
	
}
.arc-typename {
	line-height:40px;
	font-size: 25px;
	font-family: '宋体';
	font-weight: bold;
}

.detail-bd {padding:20px 0; line-height: 2;
 color: #333;
 font-size: 18px;}
.detail-bd img {max-width: 100%;}
@media (max-width:1200px){
	.desc-left {width: 380px;}
	.desc-right {margin-left:410px;}
}
@media (max-width:992px){
	.desc-left {width:360px;}
	.desc-right {margin-left:390px;}
	.desc-title {margin-bottom: 15px;}
}
@media (max-width:920px){
	.desc-left {width:320px;}
	.desc-right {margin-left:340px;}
	.desc-title {font-size: 18px;}
}
@media (max-width:888px){
	.desc-left {width:auto; float: none;}
	.desc-right {margin-left:0;}
}
@media (max-width:768px){
	.desc-left {width:320px;}
	.desc-right {margin-left:350px;}
}
@media (max-width:768px){
	.img-desc-box {padding:0;}
	.desc-left {width:auto;float:none;}
	.desc-image {}
	.desc-right {margin-left:0;
		
	}
	.desc-title {padding: 10px 0;margin:0;font-size:16px; font-weight: bold;}
	.desc-bd {line-height:1.5;font-size:12px;min-height:auto;}
	.desc-button-box {margin-top:10px;}
	.desc-button {line-height:30px;padding:0 10px;font-size:14px;}
	.desc-icon {height:18px;margin:6px 0;}
	
	.image-bshare {display: none;}
	
	.img-detail {padding:10px 0 0;}
	.arc-typename {line-height:30px;font-size:14px;}
	.detail-image-ul {padding:8px 0;}
	.detail-image-li img {margin:3px 0;}
	.detail-bd {padding:10px 5px; line-height: 1.6; font-size: 14px;}
}
@media (max-width: 480px){
	.desc-image {}
	.desc-right {margin-top: 0;}
	
}







.bus-list-entitle, .bus-list-subtitle { color: #333333; }
.bus-list-entitle { font-size: 28px; margin-bottom: 10px; }
.bus-list-subtitle {font-weight: normal; font-size: 24px; margin-bottom: 30px; }
.bus-list-link {display: block; margin: 50px 0;}
.bus-list-left { width: 870px; max-width: 100%;}
.bus-list-left.odd  {float: right;}
.bus-list-left.even  {float: left;}
.bus-list-image { width: 100%; }
.bus-list-info {position: relative; }
.bus-list-info-bg { 
	position: absolute; top: 50%; background-color: #fff; padding: 60px 35px; box-shadow: 0 0 10px #dedede;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.bus-list-info-bg.odd {
	left: 0;
	margin-left: 10px;
}
.bus-list-info-bg.even {
	right: 0;
	margin-right: 10px;
}
.bus-list-content {
 max-width: 390px;
}
.bus-list-desc {
	font-size: 14px;
	line-height: 30px;
	display: inline-block;
	color: #8c8c8c;
}
.bus-list-more-row {
	margin-top: 50px;
}
.bus-list-more {
	display: block;
	width: 128px;
    line-height: 43px;
	background: #ffc001;
	color: #fff;
	text-align: center;
}
@media (max-width: 768px) {
	.bus-list-link {margin: 30px 0;}
	.bus-list-left.odd, .bus-list-left.even { float: none;}
	.bus-list-info-bg {position: static; transform: none; padding: 30px;}
	.bus-list-info-bg.odd, .bus-list-info-bg.even {margin: 0;}
	.bus-list-entitle {font-size: 20px;}
	.bus-list-subtitle {font-size: 18px; margin-bottom: 10px;}
	.bus-list-more-row {margin-top: 20px;}
}
@media (max-width: 560px) {
	.bus-list-link {margin: 0 0 20px;}
	.bus-list-info-bg {padding: 20px;}
	.bus-list-entitle {font-size: 18px;}
	.bus-list-subtitle {font-size: 16px; }
	.bus-list-desc {line-height: 25px;}
	.bus-list-more-row {margin-top: 10px;}
	.bus-list-more { width: 100px; line-height: 32px; font-size: 13px;}
}





.team-list-ul {
	padding-top: 30px;
}
.team-list-li {
	width: 25%;
	float: left;
}
.team-list-link {
	display: block;
	margin: 10px;
}
.team-list-image-box {
	padding-bottom: 133.333333333%;
}
.team-list-image {
	
}

.team-list-info {
	padding: 10px;
	text-align: center;
	color: #999;
}
.team-list-title {
	font-size: 16px;
	color: #666;
	white-space: normal;
	overflow: hidden;
	text-overflow: ellipsis;
}
.team-list-short {
	margin-top: 15px;
	white-space: normal;
	overflow: hidden;
	text-overflow: ellipsis;
}
.team-list-desc {
	line-height: 25px;
	margin-top: 15px;
	
}
@media (max-width: 1200px) {
	.team-list-image {height: 260px;}
}
@media (max-width: 992px) {
	.team-list-image {height: 220px;}
}
@media (max-width: 888px) {
	.team-list-image {height: 180px;}
}
@media (max-width: 768px) {
	.team-list-ul {
		padding-top: 20px;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-box;
		display: -webkit-flex;
		display: box;
		display: flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	
	.team-list-image {height: 220px;}
	.team-list-title {margin-top: 10px;}
	.team-list-short {margin-top: 10px;}
	.team-list-desc {margin-top: 10px; font-size: 13px; line-height: 20px; height: 57px;}
}
@media (max-width: 560px) {
	.team-list-li { width: 100%; float: none; }
	.team-list-link {margin: 5px;}
	.team-list-image {height: 190px;}
	.team-list-title {margin-top: 8px;}
	.team-list-short {margin-top: 8px;}
	.team-list-desc {margin-top: 8px; }
}
@media (max-width: 480px) {
	.team-list-ul {
		padding-top: 10px;
	}
	.team-list-image {height: 160px;}
	.team-list-title {margin-top: 6px; font-size: 15px;}
	.team-list-short {margin-top: 6px;}
	.team-list-desc {margin-top: 6px; }
}
@media (max-width: 414px) {
	.team-list-image {height: 150px;}
	.team-list-title { font-size: 14px;}
}




.youshi-ul {
	overflow: hidden;
	padding: 10px 0;
}
.youshi-li {
	width: 25%;
	float: left;
	transition: .5s;
}
.list-youshi-li {
	width: 33.3333333%;
}
.youshi-link {
	cursor: unset;
}
.youshi-li-bg {
	padding: 0 10px;
	text-align: center;
}


.youshi-icon {
	display: block;
	height: 115px;
	max-width: 100%;
	margin: 0 auto;
	
}

.youshi-title {
	font-size: 18px;
	display: block;
	
	color: #000;
	margin: 15px 0;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	text-align: center;
}

.youshi-desc {
	font-size: 14px;
	height: 72px;
	overflow: hidden;
	color: #666;
	display: block;
	line-height: 24px;
}


@media screen and (max-width: 767px) {

	.youshi-li {
		width: 48%;
		margin: 1%;
	}
	
	.youshi-li-bg {
		padding: 0;
	}

	.youshi-desc {
		height: 60px;
		font-size: 13px;
		line-height: 20px;
	}

	.youshi-ul {
		padding: 0;
	}

	.youshi-icon {height: 65px;}
	
	.youshi-title {
		font-size: 14px;
		margin: 10px 0;
	}
	

}

@media (max-width: 480px) {
	.youshi-icon {
		margin: 0 auto;
		height: 50px;
	}
	.youshi-title {
		margin: 5px 0;
		text-align: center;
	}

	.youshi-desc {
		line-height: 18px;
		font-size: 12px;
	}

	.youshi-more {
		width: 35px;
		height: 35px;
		margin-top: 5px;
	}

	.youshi-li em {
		display: none;
	}

}





.news-list-li {
	width: 50%;
}

.news-list-link {
	display: block;
	border: 1px solid #ddd;
	margin: 10px;
	padding: 28px;
	transition: all 0.2s linear 0s;
}

.news-list-title {
	font-size: 18px;
	vertical-align: top;
	color: #333;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.news-list-info {
	overflow: hidden;
}

.news-list-desc {
	font-size: 14px;
	margin-top: 5px;
	line-height: 25px;
	height: 50px;
	color: #999;
	text-align: justify;
}

.news-list-time {
	display: block;
	width: 75px;
	height: 90px;
	padding-right: 15px;
	border-right: 1px solid #ddd;
	line-height: 20px;
	margin-right: 30px;
	color: #666;
}
.news-list-time-up {
	margin-top: 13px;
	color: #666;
	display: block;
	font-size: 48px;
	line-height: 48px;
}
.news-list-link:hover {
	border: 1px solid #0195df;
	-webkit-box-shadow: 0 15px 15px rgba(0, 0, 0, 0.1);
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
	-webkit-transform: translate3d(0, -2px, 0);
	transform: translate3d(0, -2px, 0);
}
.news-list-li:hover .news-list-title {
	color: #0195df;
}
.news-page-more {
	width: 180px;
	height: 36px;
	line-height: 36px;
	margin: 0 auto;
	margin-top: 40px;
	display: block;
	text-align: center;
	background: #444;
	color: #fff;
}
.news-page-more:hover {
	background: #0195df;
	color: #fff;
	text-indent: 10px;
}

@media (max-width: 1200px) {
	.news-list-link {padding: 15px;}
}

@media (max-width: 768px) {
	.news-list-item {
		float: none;
		width: auto;
	}
}
@media (max-width: 480px){
	.news-list-li {margin-right: 0; float: none; width: auto; padding-right: 0;}
	.news-list-link {margin: 5px; padding-top: 10px; padding-bottom: 10px; height: auto;}
	.news-list-time {
		width: 60px;
		height: 75px;
		padding-right: 10px;
		margin-right: 10px;
	}
	.news-list-time-up {margin-top: 3px;}
	.news-list-title {font-size: 15px;}
	.news-list-desc {font-size: 13px; line-height: 17px; height: 49px;}
	
	.news-page-more {margin-top: 20px;}
}






.tab-type-title {border-bottom: 2px solid transparent;}
.tab-type-item.cur .tab-type-title {
	color: #076ce0;
	 border-color: #076ce0;
}
.tab-body-item {display: none;}
.tab-body-item.cur {display: block;}




.hezuo-desc {
	max-width: 800px;
	margin: 0 auto;
	text-align: center;
	line-height: 36px;
}





.typename-line {
	
}









.gaoceng-list-li {
	
	width: 32%;
	float: left;
}
.gaoceng-list-link {
	display: block;
	
	margin: 10px;
}
.gaoceng-list-image-box {
	padding-bottom: 125%;
}
.gaoceng-list-info {
	background-color: #f8f8f8;
	padding: 10px;
	text-align: center;
}
.gaoceng-list-title {
	font-size: 16px;
}
@media (max-width: 768px) {
	.gaoceng-list-link {
		margin: 5px;
	}
}





.fengcai-list-li {
	
	width: 47%;
	float: left;
}
.fengcai-list-link {
	display: block;
	cursor: unset;
	margin: 10px;
}










.honor-list-li {
	float: left;
	width: 25%;
	
}

.honor-list-li.swiper-slide {
	margin-bottom: 0;
}

.honor-list-link {
	margin: 10px;
	border: 1px solid #dedede;
	cursor: unset;
}

.honor-list-image-bg {
	padding: 17px;
	background-image: url(404.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.honor-list-image-box {
	padding-bottom: 70.75%;
	position: relative;
}


.honor-list-image {
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
}

.honor-list-more {
	display: block;
	width: 200px;
	height: 50px;
	font-size: 16px;
	line-height: 50px;
	color: #fff;
	background: #253569;
	border-radius: 5px;
	margin: 0 auto;
	text-align: center;
}

.honor-list-more:hover {
	color: #fff;
}

@media (min-width: 1400px) {
	.honor-list-page-body {
		margin: 0 -40px;
	}
}

@media (max-width: 992px) {
	.honor-list-li {
		width: 25%;
	}

	.honor-list-link {
		margin: 10px;
	}
}

@media (max-width: 768px) {
	.honor-list-page-box {
		background-color: #f8f8f8;
		padding: 20px 0;
	}

	.honor-list-page-body {
		padding: 30px;
	}

	.honor-list-ul {
		padding: 0;
	}

	.honor-list-more {
		width: 120px;
		height: 36px;
		font-size: 14px;
		line-height: 36px;
	}

	.honor-list-link {
		margin: 8px;
	}
}

@media (max-width: 480px) {
	.honor-list-page-body {
		padding: 0 30px 10px;
	}

	.honor-list-li {
		width: 50%;
	}

	.honor-list-link {
		margin: 5px;
	}
}




.zizhi-page-bg {
	padding-top: 50px;
}

.zizhi-list-li {
	float: left;
	width: 25%;
	
}

.zizhi-list-li.swiper-slide {
	margin-bottom: 0;
}

.zizhi-list-link {
	margin: 10px;
	border: 1px solid #dedede;
	cursor: unset;
}

.zizhi-list-image-bg {
	padding: 25px 17px;
	background-image: url(404.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.zizhi-list-image-box{
	padding-bottom: 136.5%;
}


.zizhi-list-image {
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
}

.zizhi-list-more {
	display: block;
	width: 200px;
	height: 50px;
	font-size: 16px;
	line-height: 50px;
	color: #fff;
	background: #253569;
	border-radius: 5px;
	margin: 0 auto;
	text-align: center;
}

.zizhi-list-more:hover {
	color: #fff;
}

@media (min-width: 1400px) {
	.zizhi-list-page-body {
		margin: 0 -40px;
	}
}

@media (max-width: 992px) {
	.zizhi-list-li {
		width: 25%;
	}

	.zizhi-list-link {
		margin: 10px;
	}
}

@media (max-width: 768px) {
	.zizhi-list-page-box {
		background-color: #f8f8f8;
		padding: 20px 0;
	}

	.zizhi-list-page-body {
		padding: 30px;
	}

	.zizhi-page-bg {
		padding-top: 15px;
	}
	.zizhi-list-li {
		width: 33.33333333%;
	}


	.zizhi-list-more {
		width: 120px;
		height: 36px;
		font-size: 14px;
		line-height: 36px;
	}

	.zizhi-list-link {
		margin: 8px;
	}
	.zizhi-list-image-bg {
		padding: 19px 12px;
	}

	.swiper-button-prev,
	.swiper-container-rtl .swiper-button-next {
		left: 0;
	}

	.swiper-button-next,
	.swiper-container-rtl .swiper-button-prev {
		right: 0;
	}
}

@media (max-width: 480px) {
	.zizhi-list-page-body {
		padding: 0 30px 10px;
	}
	.zizhi-page-bg {
		padding-top: 10px;
	}
	.zizhi-list-li {
		
		width: 33.33333333%;
	}

	.zizhi-list-link {
		margin: 5px;
	}
}
@media (max-width: 380px) {
	.zizhi-list-image-bg {
		padding: 19px 10px;
	}
}









.history-page-box {
	
}
.history-list-ul {
	padding-top: 30px;
	
	margin: 0 auto;
}
.history-list-li {
	overflow: hidden;
}

.history-list-link {
	display: block;
	cursor: unset;
}

.history-list-left {
	width: 110px;
}

.history-list-right {
	margin-left: 110px;
	overflow: hidden;
	padding-bottom: 40px;
}


.history-list-info-box {
	margin-left: 70px;
}
.history-list-time-box {
	padding: 5px 0 20px;
	text-align: right;
	color: #666;
	font-weight: bold;
}

.history-list-year {
    font-weight: normal;
    text-decoration: none;
    font-style: normal;
	font-size: 26px;
	line-height: 25px;
	margin-bottom: 10px;
	display: inline;
}

.history-list-moon-day {
	font-size: 18px;
    font-weight: normal;
    text-decoration: none;
    font-style: normal;
	line-height: 36px;
	display: inline;
}


.history-list-line-box {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    color: #f2f2f2;
	
}
.history-list-line {
    position: absolute;
    width: 2px;
    background: #dedede;
    height: 1000px;
    top: 0;
    left: 50%;
    margin-left: -1px;
    display: inline-block;
}
.history-list-line-bg {
    margin: 0 22px;
    display: inline-block;
    vertical-align: middle;
}
.line-circle-out {
    position: absolute;
    left: 50%;
    border-radius: 50%;
	top: 0;
    margin-left: -50px;
    line-height: 15px;
    text-align: center;
    position: absolute;
    left: 50%;
	border: 5px solid #B9A769;
	background-color: #fff;
	margin-left: -12px;
	border: 2px solid #EBEBEB;
}

.line-circle-in {
	position: relative;
    width: 90px;
    height: 90px;
    width: 20px;
    height: 20px;
    
    border-radius: 50%;
}

.history-list-link:hover .history-list-time-box, .history-list-li.cur .history-list-time-box {
	color: rgba(7,108,224,1);
}
.history-list-link:hover .line-circle-out, .history-list-li.cur .line-circle-out {
	border-color: rgba(7,108,224,.3);
}
.history-list-link:hover .line-circle-in, .history-list-li.cur .line-circle-in {
	background-color: rgba(7,108,224,.9);
}
.history-list-link:hover .history-list-info, .history-list-li.cur .history-list-info {
	color: rgba(7,108,224,1);
}

.history-image {
	width: 100%;
	height: 100%;
    border-radius: 50%;
}

.history-list-info {
	margin-left: 100px;
}

.history-title-box {
	padding: 10px;
	background-color: #f5f5f5;
}



.history-list-title {
	font-size: 18px;
	margin-bottom: 15px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.history-list-desc {
	font-size: 16px;
	line-height: 30px;
	height: 60px;
	overflow: hidden;
}


@media (max-width: 768px) {
	.history-list-left {width: 100px;}
	
	.history-list-right {margin-left: 70px;}
	.history-list-moon-day {font-size: 20px;}
	.history-list-info-box {margin-left: 20px;}
	.history-list-line-bg {margin: 0 10px;}
	.history-list-info {margin-left: 50px;}
	.history-list-title { font-size: 15px; margin-bottom: 8px;}
	.history-list-desc {line-height: 20px; font-size: 13px;}
}

@media (max-width: 480px) {
	.history-list-left {width: auto;}
	.history-list-year {margin-bottom: 0; font-size: 14px; line-height: 1.5;}
	.history-list-moon-day {line-height: 1.5;}
	
	.history-list-right {margin-left: 50px;}
	.line-circle-out {border-width: 3px; margin-left: -31px;}
	.line-circle-in { width: 15px; height: 15px;}
	.history-list-line {left: -10px;}
	.history-list-info-box {margin-left: 30px;}
	.history-list-info {margin-left: 16px;}
	.history-list-title {line-height: 1.5; margin-bottom: 0; font-size: 14px;}
	.history-list-desc { font-size: 12px;height: auto;}
	.history-list-right {padding-bottom: 20px;}
}







.listarc-tuijian-ul {
	padding: 10px 0;
}

.listarc-tuijian-li {
	float: left;
	width: 33.33333333%;
}

.listarc-tuijian-li.last {
	
}

.listarc-tuijian-link {
	display: block;
	margin: 0 10px;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-ms-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s;
	cursor: unset;
	background-color: #efefef;
	border-radius: 10px;
	overflow: hidden;
}

.case-list-link {
	padding: 0;
}



.listarc-tuijian-image-box {
	overflow: hidden;
}

.listarc-tuijian-image {
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-ms-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s;
}
.listarc-tuijian-image:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.listarc-tuijian-info {
	padding: 10px;
}

.listarc-tuijian-title {
	font-size: 15px;
	line-height: 20px;
	font-weight: normal;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #233;
	text-align: center;
}

.listarc-tuijian-link:hover .listarc-tuijian-title {
	color: #1e50ae;
}

.listarc-tuijian-time {
	margin-top: 5px;
	color: #999;
}

.listarc-tuijian-desc {
	color: #666;
	margin-top: 10px;
	line-height: 23px;
	height: 46px;
	overflow: hidden;
}

.listarc-tuijian-box {
	margin-top: -30px;
}
.tuijian-case-type {
	padding-bottom: 20px;
}

.listarc-tuijian-type {
	margin-top: 12px;
}

.list-type-name {
	display: inline-block;
    position: relative;
	max-width: 100%;
    line-height: 26px;
    padding: 0 8px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    color: #999;
    font-size: 12px;
    word-break: keep-all;
    overflow: hidden;
}

.list-type-more {
	max-width: 100%;
    float: right;
    display: block;
    position: relative;
	line-height: 28px;
	height: 28px;
	width: 40px;
    overflow: hidden;
	font-size: 20px;
	color: #aaa;
	background-image: url(404.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 26px 13px;
}
@media (max-width: 1200px) {
	.listarc-tuijian-link {margin: 10px; }
}
@media (max-width: 992px) {
	
	.listarc-tuijian-info {padding: 10px;}
}
@media (max-width: 768px) {
	.listarc-tuijian-box {
		margin-top: -20px;
	}
	.listarc-tuijian-li {
		width: auto;
		float: none;
	}
	
	.listarc-tuijian-info {padding: 8px;}
	.listarc-tuijian-title {font-size: 13px;}
	.listarc-tuijian-desc {margin-top: 5px; line-height: 18px; height: 51px; font-size: 13px;}
}

@media (max-width: 480px) {
	.tuijian-case-type {padding-bottom: 5px;}
	.listarc-tuijian-box {
		margin-top: -10px;
	}
	.listarc-tuijian-link {padding: 0; margin: 5px;}
	.listarc-tuijian-info {
		
	}
	.listarc-tuijian-title {font-size: 12px;}
}