* {
	margin: 0;
	padding: 0;
	list-style: none;
	box-sizing: border-box;
	font-family: "微软雅黑";
}

html,
body {
	margin: 0 auto;
}

body {
	overflow-x: hidden;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
header,
section,
footer {
	margin: 0;
	padding: 0
}

body,
button,
input,
select,
textarea {
	font: 12px/1.5 "微软雅黑";
	color: #333;
}

em {
	font-style: normal;
	font-size: 12px;
}

i {
	font-style: normal;
	font-size: 12px;
}

a {
	text-decoration: none;
}

.clear {
	clear: both;
}

.clear:after {
	display: block;
	content: "";
	clear: both;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

img {
	border: 0;
	display: inline-block;
	vertical-align: middle;
}

.transtion {
	transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

body {
	position: relative;
}


/**/

.slideBox {
	height: 454px;
}


/**/

.header-box {
	height: 110px;
	margin: 0 auto;
	background: rgba(255, 251, 253, 0.749);
	box-shadow: 0px 3px 3px 0px rgba(192, 192, 192, 0.3);
	z-index: 9999;
	position: fixed;
	top: 0;
	width: 100%;
	min-width: 1340px;
}

.header {
	width: 1400px;
	margin: auto;
}

.yu {
	float: right;
	width: 100px;
	background: #fff;
	text-align: center;
	line-height: 30px;
	font-size: 16px;
	margin-right: 40px;
}

.yu a {
	color: #666666;
}

.yu a.on {
	color: #c10141;
}

.yu span {
	color: #c10141;
}



.logo a {
	display: block;
	height: 100%;
}

.logo a img {
	width: 100%;
	height: 100%;
}


.nav {
	margin-top: 20px;
}

.nav ul::after {
	content: '';
	display: block;
	clear: both;
}

.nav ul li {
	width: 132px;
	float: left;
	text-align: center;
	position: relative;
	height: 50px;
	line-height: 50px;
}

.nav ul li.sm {
	width: 330px;
}

.nav ul li::before {
	content: '';
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 1px;
	height: 20px;
	background: #c1baba;
}

.nav ul li:nth-child(4)::before {
	width: 0;
}

.nav ul li:nth-child(5)::before {
	width: 0;
}

.nav ul li:last-child::before {
	width: 0;
}

.nav ul li a {
	display: block;
	color: #333333;
	font-size: 18px;
}

.nav ul li a:hover {
	color: #d3424d;
}

.nav ul li a.on {
	color: #d3424d;
}

.banner {
	position: relative;
	overflow: hidden;
}

.banner img {
	width: 100%;
	height: 750px;
}

.banner .hd {
	position: absolute;
	bottom: 30px;
	width: 100%;
}

.banner .hd ul {
	width: 100%;
	text-align: center;
}

.banner .hd ul li {
	width: 20px;
	height: 20px;
	display: inline-block;
	margin-left: 20px;
	border-radius: 50%;
	background: #fff;
	cursor: pointer;
}

.banner .hd ul li.on {
	background: #d3424d;
}

.index_about_box {
	background: url("index_aboutBg.png") no-repeat;
	background-position: right bottom;
}

.index_about {
	width: 1340px;
	margin: auto;
	margin-top: 70px;
}

.index_title {
	text-align: center;
}

.index_title h3 {
	font-family: Arial;
	color: #333333;
	font-size: 45px;
	line-height: 40px;
}

.index_title p {
	font-size: 30px;
	font-family: 微软雅黑;
	color: #333333;
}

.index_title p span {
	color: #d3424e;
}

.index_about_main {
	margin-top: 50px;
	padding-bottom: 130px;
	position: relative;
}

.index_abouts {
	display: block;
	padding-top: 50px;
}

.index_about_img {
	width: 500px;
	height: 560px;
	position: relative;
	overflow: hidden;
	float: left;
}

.index_about_img img {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}

.index_about_center {
	float: right;
	width: 780px;
}

.index_about_title {
	color: #d1434d;
	font-size: 24px;
	font-weight: bold;
}

.hr {
	width: 80px;
	border-bottom: 1px solid #d1434d;
	margin-top: 20px;
}

.index_about_text {
	color: #666666;
	font-size: 16px;
	margin-top: 30px;
	line-height: 2.3;
}

.index_about_list {
	height: 220px;
	border-bottom: 1px solid #e6e6e6;
	border-top: 1px solid #e6e6e6;
	position: absolute;
	bottom: 130px;
	background: #fff;
	z-index: 999;
}

.index_about_list a {
	display: block;
	float: left;
}

.index_qiy {
	float: left;
	width: 0px;
	height: 300px;
	position: relative;
	opacity: 0;
	transition: all 1s;
}

.index_qiy.on {
	opacity: 1;
	width: 280px;
}

.index_qiy img {
	position: absolute;
	max-width: 100%;
	max-height: 100%;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}

.index_qiy_texts,
.index_qiy_text {
	float: left;
	padding: 70px;
	padding-top: 90px;
	text-align: center;
	color: #666666;
	font-size: 18px;
	height: 220px;
}

.index_qiy_text {
	background: url("sod01.png") no-repeat center center;
}

.index_qiy_texts {
	background: url("sod02.png") no-repeat center center;
}

.index_qiy_text {
	border-right: 1px solid #e6e6e6;
}

.index_qiy_tit {
	color: #999999;
	font-size: 14px;
	text-transform: uppercase;
}

.index_hr {
	background: url("tiao.png") no-repeat center;
	background-size: auto 100%;
	height: 143px;
	text-align: center;
	line-height: 145px;
	color: #fff;
	font-size: 42px;
	font-family: "微软雅黑";
	margin-top: 30px;
}

.index_hr img {
	margin-left: 400px;
}

.index_pro {
	width: 1340px;
	margin: auto;
	margin-top: 70px;
}

.slideGroup {
	margin-top: 50px;
}

.parHd {
	text-align: center;
}

.parHd ul li {
	display: inline-block;
	margin-right: 50px;
}

.parHd ul li:last-child {
	margin-right: 0;
}

.parHd ul li a {
	display: block;
	padding: 0 30px;
	line-height: 50px;
	font-size: 22px;
	color: #666666;
	border: 1px solid #d9d9d9;
	border-radius: 5px;
}

.parHd ul li a:hover {
	background: #d3424d;
	color: #fff;
	border-color: #d3424d;
}

.parHd ul li.on a {
	background: #d3424d;
	color: #fff;
	border-color: #d3424d;
}

.slideBox ul li {
	width: 420px;
	float: left;
	margin-right: 26px;
}

.slideBox ul li a {
	display: block;
}



.index-banner03-cckkxxqq:hover {
	background-color: #d3424d;
	color: #FFFFFF;
}

.index_pro_img {
	width: 100%;
	height: 340px;
	background: #e5e0da;
	position: relative;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.slideBox {
	margin-top: 50px;
	/* position: relative; */
}

.slideBox .sPrev {
	width: 60px;
	height: 60px;
	border: 2px solid #d3424d;
	border-radius: 50%;
	color: #d3424d;
	transition: all 0.2s;
	line-height: 56px;
	text-align: center;
	font-size: 32px;
	position: absolute;
	left: -90px;
	top: 0;
	bottom: 0;
	margin: auto;
}

.slideBox .sPrev:hover {
	background: #d3424d;
	color: #fff;
}

.slideBox .sNext {
	width: 60px;
	height: 60px;
	border: 2px solid #d3424d;
	border-radius: 50%;
	transition: all 0.2s;
	color: #d3424d;
	line-height: 56px;
	text-align: center;
	font-size: 32px;
	position: absolute;
	right: -90px;
	top: 0;
	bottom: 0;
	margin: auto;
}

.slideBox .sNext:hover {
	background: #d3424d;
	color: #fff;
}

.index_pro_img img {
	position: absolute;
	max-width: 90%;
	max-height: 90%;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}

.index_pro_text {
	margin-top: 10px;
	line-height: 54px;
	text-align: center;
	color: #333333;
	font-size: 18px;
	position: relative;
	transition: all 0.5s;
	background: #eaeaea;
}

.slideBox ul li:hover .index_pro_text {
	background: #d3424d;
	color: #fff;
}

.index_news {
	width: 1340px;
	margin: auto;
	margin-top: 120px;
}

.index_news_main {
	margin-top: 50px;
	margin-bottom: 80px;
}

.index_news_img {
	float: left;
	width: 578px;
	height: 375px;
	position: relative;
}

.index_news_img a {
	display: block;
	width: 100%;
	height: 100%;
}

.index_news_img img {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}

.index_news_list {
	float: right;
	width: 710px;
}

.index_news_list ul li {
	margin-bottom: 25px;
}

.index_news_list ul li a {
	display: block;
	color: #333333;
	font-size: 18px;
}

.index_news_list ul li a:hover {
	color: #d3424d;
}

.index_news_list ul li a span {
	margin-right: 10px;
}

.index_news_list ul li:nth-child(1) {
	border-bottom: 1px #d9d9d9 solid;
	padding-bottom: 20px;
}

.index_news_time {
	float: left;
	width: 74px;
	text-align: center;
	padding-top: 20px;
}

.index_news_time h3 {
	color: #d3424d;
	font-size: 26px;
	font-weight: 100;
	font-family: "苹方 中等";
}

.index_news_time p {
	color: #d3424d;
	font-size: 18px;
}

.index_news_center {
	float: right;
	width: 600px;
}

.index_news_title {
	color: #333333;
	font-size: 18px;
}

.index_news_title span {
	float: right;
	color: #999999;
	font-size: 16px;
}

.index_news_text {
	color: #666666;
	font-size: 16px;
	line-height: 2.3;
}

.index_nesbg {
	float: left;
	width: 20px;
}

.index_time {
	float: right;
	color: #999999;
	font-size: 16px;
}


/*内页*/

.map_box {
	background: #ebebeb;
}

.map {
	margin: auto;
	line-height: 40px;
	color: #6c6c6c;
	font-size: 14px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 50px;
}

.map a {
	color: #6c6c6c;
}

.map img {
	margin-right: 10px;
}

.pro {
	width: 1340px;
	margin: auto;
	position: relative;
}

.left_nav {
	float: left;
	width: 230px;
	position: absolute;
	top: -25px;
	padding: 10px;
	background: #fff;
}

.left_nav_box {
	background: #fcf6f5;
	padding-bottom: 1px;
	margin-bottom: 20px;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.left_title {
	/*background: url("left_tit.png") no-repeat center/cover;*/
	background: #d1434d;
	color: #ffffff;
	text-align: center;
	font-size: 22px;
	line-height: 55px;
}

.left_list {
	margin-top: 20px;
}

.left_list ul li {
	margin-bottom: 20px;
	padding: 0 16px;
}

.left_list ul li a {
	/*background: url("left_navbg01.png") no-repeat;*/
	background-size: 100% 100%;
	display: block;
	line-height: 46px;
	text-align: center;
	color: #333;
	font-size: 18px;
}

.left_list ul li a:hover {
	background: url("left_navbg.png") no-repeat center/cover;
	color: #ffffff;
}

.left_list ul li a.on {
	background: url("left_navbg.png") no-repeat center/cover;
	color: #ffffff;
}

.left_case {
	/*background: url(case_tit.png) no-repeat center/cover;*/
	background: #ffcbc2;
	color: #d1434d;
	text-align: center;
	font-size: 24px;
	line-height: 55px;
	padding-left: 10px;
}

.case_list {
	padding-left: 10px;
}

.case_list table td {
	padding: 10px 4px;
	color: #666666;
	font-size: 14px;
}

.case_list table tr td:nth-child(2) {
	padding-left: 10px;
}

.pro_list {
	float: right;
	width: 1075px;
	min-height: 870px;
}

.pro_list ul li {
	width: 338px;
	margin-right: 30px;
	margin-bottom: 40px;
	float: left;
}

.pro_list ul li:nth-child(3n) {
	margin-right: 0;
}

.pro_list ul li a {
	display: block;
}

.pro_img {
	height: 275px;
	position: relative;
	box-shadow: 0px 1px 3px 0px rgba(98, 98, 98, 0.2);
	background: #e5e0da;
}

.pro_img img {
	max-width: 90%;
	max-height: 90%;
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	top: 0;
	margin: auto;
}

.pro_title {
	text-align: center;
	margin-top: 10px;
	color: #333333;
	font-size: 16px;
	background: #eaeaea;
	line-height: 40px;
	position: relative;
	overflow: hidden;
	height: 40px;
}

.pro_title span {
	z-index: 10;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.pro_title p {
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: #d1434d;
	z-index: 1;
	transition: all 0.5s;
}

.pro_list ul li:hover .pro_title {
	color: #fff;
}

.pro_list ul li:hover p {
	left: 0;
}

.top_nav_box {
	background: url("top_nav.png") no-repeat;
	background-size: 100% 100%;
	margin-bottom: 40px;
}

.top_nav {
	width: 1340px;
	margin: auto;
}

.top_nav_list {
	float: left;
}

.top_nav_list ul li {
	display: inline-block;
}

.top_nav_list ul li a {
	display: block;
	padding: 0 30px;
	line-height: 60px;
	color: #fff;
	font-size: 20px;
}

.top_nav_list ul li a.on {
	color: #d1434d;
	background: #fff;
}

.top_nav_list ul li:hover a {
	color: #d1434d;
	background: #fff;
}

.top_map {
	line-height: 60px;
	text-align: right;
	color: #d1434d;
	font-size: 16px;
}

.top_map a {
	color: #d1434d;
}

.title h3 {
	color: #d1434d;
	font-size: 38px;
	text-transform: uppercase;
	text-align: center;
	font-family: Arial;
}

.title p {
	color: #333333;
	font-size: 28px;
	text-align: center;
}

.gsjj {
	margin-top: 50px;
	color: #666666;
	font-size: 16px;
	line-height: 2.3;
}

.about_list {
	margin-top: 30px;
	text-align: center;
}

.about_list ul li {
	display: inline-block;
	margin-right: 230px;
}

.about_list ul li:nth-child(3n) {
	margin-right: 0;
}

.about_list ul li div {
	width: 155px;
	height: 155px;
	text-align: center;
	line-height: 155px;
	background: url("about_list.png") no-repeat;
	background-size: 100% 100%;
	color: #d1434d;
	font-size: 50px;
}

.about_list ul li p {
	color: #666666;
	font-size: 16px;
	margin-top: 20px;
}

.dszc_box {
	background: url("dszc.png") no-repeat;
	background-size: 100% 100%;
	padding-bottom: 60px;
	margin-top: 70px;
	margin-bottom: 40px;
}

#jyln {
	margin-top: 40px;
	margin-bottom: 40px;
}

.dszc {
	width: 1340px;
	margin: auto;
	padding-top: 40px;
}

.dszc_main {
	margin-top: 50px;
}

.dszc_main h3 {
	margin-left: 500px;
	color: #666666;
	font-size: 28px;
	margin-bottom: 40px;
	font-weight: 100;
}

.dszc_text {
	background: url("dszzcbg.png") no-repeat;
	background-size: 100% 100%;
	padding-right: 40px;
	position: relative;
	min-height: 344px;
}

.dszc_img {
	position: absolute;
	width: 417px;
	height: 417px;
	left: 30px;
	top: -100px;
}

.dszc_img img {
	max-width: 100%;
	max-height: 100%;
}

.dszc_center {
	padding-top: 50px;
}

.dszc_center>p {
	color: #d1434d;
	margin-left: 500px;
	font-size: 20px;
	margin-bottom: 30px;
}

.dszc_mst {
	color: #666666;
	font-size: 16px;
	line-height: 1.7;
	margin-left: 500px;
}

.wh_main {
	width: 1340px;
	margin: auto;
	margin-top: 70px;
}

.wh_img {
	width: 40%;
	float: left;
	height: 550px;
	position: relative;
}

.wh_img img {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}

.wh_text {
	float: right;
	width: 60%;
}

.wh_text_top {
	padding: 36px;
	background: #d1434d;
	color: #fff;
}

.wh_text_top>p {
	font-size: 24px;
	margin-bottom: 30px;
}

.wh_top_main {
	font-size: 16px;
	line-height: 2.3;
}

.wh_text_bottom {
	background: #ffeeef;
	padding: 36px;
	color: #666666;
	font-size: 16px;
	line-height: 1.7;
}

.jy_main {
	margin-top: 40px;
	text-align: center;
}

.jy_main img {
	max-width: 100%;
}

.jg_main {
	margin-top: 40px;
	text-align: center;
	margin-bottom: 80px;
}

.jg_main img {
	max-width: 100%;
}

.news_cenner {
	float: right;
	width: 1075px;
	margin-bottom: 50px;
	min-height: 625px;
}

.news_top_list {
	/*background: url("news_bg.png") no-repeat;*/
	background-position: left;
	height: 285px;
	position: relative;
}

.news_top_list .bd {
	margin-left: 20px;
}

.news_top_list .bd ul li {
	height: 245px;
	background: #fef4f4;
	/*padding: 34px;*/
}

.news_top_list .bd ul li a {
	display: block;
	margin: 20px 10px;
}

.news_img {
	width: 290px;
	height: 220px;
	overflow: hidden;
	position: relative;
	float: left;
}

.news_img img {
	position: absolute;
	max-width: 100%;
	max-height: 100%;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	transition: all 0.5s;
}

.news_top_list .bd ul li:hover .news_img img {
	transform: scale(1.2);
}

.news_top_mian {
	float: right;
	width: 660px;
}

.news_top_mian p {
	color: #333;
	font-size: 20px;
	margin-bottom: 20px;
}

.news_top_list .bd ul li:hover .news_top_mian p {
	color: #d1434d;
	font-weight: bolder;
}

.layui-laypage a:hover {
	color: #d1434d;
}

.news_top_mian div {
	color: #666666;
	font-size: 16px;
	line-height: 1.7;
}

.news_top_mian div.time {
	color: #6c6c6c;
	font-size: 14px;
	line-height: 40px;
}

.news_top_list .hd {
	position: absolute;
	bottom: 40px;
	right: 0px;
	height: 40px;
}

.news_top_list .hd a {
	display: inline-block;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: #d6555d;
	background: #ffe2dd;
	transition: all 0.5s;
	font-size: 24px;
}

.news_top_list .hd a:hover {
	background: #d1434d;
	color: #fbf0f1;
}

.news_list {
	margin-top: 40px;
}

.news_list ul li {
	margin-bottom: 30px;
	border-bottom: 1px solid #e0e0e0;
	position: relative;
}

.news_list ul li::before {
	content: '';
	display: block;
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 30px;
	height: 1px;
	background: #d1434d;
}

.news_list ul li a {
	display: block;
}

.news_list ul li a p {
	color: #333333;
	font-size: 18px;
	margin-bottom: 20px;
}

.news_list ul li:hover a p {
	color: #d1434d;
	font-weight: bolder;
}

.news_list ul li a p span {
	float: right;
	color: #999999;
	font-size: 16px;
	font-weight: 100;
}

.news_list ul li a div {
	color: #666666;
	font-size: 16px;
	margin-bottom: 30px;
}

.liuy_main {
	background: url("liuyBg.png") no-repeat center/cover;
	padding-bottom: 120px;
}

.liuy_text {
	width: 786px;
	background: rgba(255, 255, 255, 0.8);
	margin: auto;
	padding-top: 30px;
}

.main>h3 {
	color: #d1434d;
	font-size: 20px;
	text-align: center;
	margin-bottom: 20px;
}

.main {
	color: #4c4c4c;
	font-size: 16px;
	text-align: justify;
	line-height: 170%;
	min-height: 625px;
}

.main a {
	color: #4c4c4c;
	font-size: 16px;
}

.main img {
	max-width: 100%;
}

.fen {
	font-size: 14px;
	color: #808080;
	margin-bottom: 20px;
	text-align: center;
}

.fneg {
	margin-bottom: 20px;
	border-bottom: 1px solid #dedede;
}

.main .fen .bdsharebuttonbox.bdshare-button-style0-16 {
	display: inline;
}

.bdsharebuttonbox.bdshare-button-style0-16 a {
	float: none;
}

.hrs {
	border-top: 1px solid #eee;
	margin-top: 20px;
}

p.prevsd {
	line-height: 30px;
	color: #000;
	font-size: 16px;
}

p.prevsd a {
	color: #4c4c4c;
}

p.prevsd:hover a {
	font-weight: bold;
}

.case_main {
	text-align: center;
	margin-bottom: 40px;
}

.case_main ul li {
	display: inline-block;
	width: 24%;
	vertical-align: bottom;
}

.case_main ul li div {
	margin: auto;
	width: 66px;
	height: 66px;
	border: 1px solid #d1434d;
	border-radius: 50% 50%;
	line-height: 64px;
}

.case_main ul li p {
	color: #666666;
	font-size: 18px;
	margin-top: 20px;
	min-height: 154px;
}

.news_test {
	color: #b2b2b2;
	font-size: 14px;
	text-align: center;
	margin-bottom: 30px;
	margin-top: 10px;
}

.float-contact {
	z-index: 3000;
}


/*表单*/

#Table1 {
	margin: auto;
}

#Table1 tr td {
	padding-bottom: 15px;
}

#Table1 tr td input {
	width: 306px;
	font-family: "微软雅黑";
	font-size: 14px;
	text-indent: 5px;
	height: 38px;
	line-height: 38px;
	border-width: 1px;
	border-style: solid;
	border-color: #a7a7a7;
	border-image: initial;
	border-radius: 5px;
	outline: none;
	background: rgba(255, 255, 255, 0);
}

#Table1 tr td #txtcode {
	width: 150px;
}

#Table1 tr td div.box div {
	display: inline;
}

#Table1 tr td #txtmessage_6 {
	height: 120px;
	width: 306px;
	font-family: "微软雅黑";
	font-size: 14px;
	text-indent: 5px;
	border-width: 1px;
	border-style: solid;
	border-color: #a7a7a7;
	border-image: initial;
	border-radius: 5px;
	outline: none;
	background: rgba(255, 255, 255, 0);
}

#txtmessage_4 {
	width: 100px;
	height: 40px;
	text-align: center;
	border-color: #a7a7a7;
	outline: none;
	background: rgba(255, 255, 255, 0);
}

#imgValidateCode {
	margin-top: 6px;
}

#Table1 tr td input#butOk {
	cursor: pointer;
	background: #d1434d;
	color: #fff;
	width: 200px;
}


/*分页*/

.pageClass {
	clear: both;
	text-align: center;
	padding: 30px 0;
}

.pageClass a {
	display: inline-block;
	border: 1px solid #DEDEDE;
}

.pageClass a span {
	font-size: 14px;
	display: inline-block;
	padding: 7px 19px;
	color: #707070;
}

.pageClass strong {
	display: inline-block;
}

.pageClass strong span {
	display: inline-block;
	font-size: 14px;
	background: #d1434d;
	color: #fff;
	text-align: center;
	padding: 8px 19px;
}


/*底部*/

.foot {
	background: #515151;
}

.footer {
	width: 1340px;
	margin: auto;
	position: relative;
	padding-bottom: 40px;
	padding-top: 50px;
}

.foot_list {
	float: left;
}

.foot_list ul li a {
	color: #f8f8f8;
	font-size: 14px;
	display: block;
}

.foot_list ul li {
	margin-bottom: 10px;
}

.foot_list>ul>li {
	margin-right: 48px;
	width: 100px;
	display: inline-block;
	vertical-align: top;
}

.foot_list>ul>li>a {
	margin-bottom: 20px;
}

.foot_list>ul>li>a {
	font-size: 16px;
}

.foot_main {
	float: left;
	width: 232px;
}

.foot_main .foot_case {
	font-size: 16px;
	margin-bottom: 15px;
}

.foot_main p {
	color: #eaeaea;
	font-size: 14px;
}

.foot_main .foot_title {
	font-size: 26px;
}

.ma {
	float: right;
	width: 120px;
	height: 120px;
}

.ma div img {
	width: 100%;
}

.ma p {
	color: #eaeaea;
	font-size: 14px;
	text-align: center;
}

.foot_bottom {
	background: #4b4b4b;
	line-height: 40px;
	text-align: center;
	color: #e5e5e5;
	font-size: 14px;
}

.foot_bottom a {
	color: #e5e5e5;
}


/* 分页修改 */

.layui-laypage {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	margin: 60px 0 80px;
	font-size: 0;
	width: 100%;
	text-align: center;
}


/* pc中午表格修改 */

.main .liuy_main .layui-form td.tableft {
	text-align: right;
	padding-bottom: 15px;
}

.main .liuy_main .layui-form .layui-form-select .layui-input {
	padding-right: 30px;
	cursor: pointer;
	width: 100px;
	height: 40px;
	text-align: center;
	border-color: #a7a7a7;
	outline: none;
	background: rgba(255, 255, 255, 0);
	margin-bottom: 15px;
}

.main .liuy_main .layui-form .layui-form-select .layui-edge {
	position: absolute;
	right: 213px;
	top: 38%;
	margin-top: -3px;
	cursor: pointer;
	border-width: 6px;
	border-top-color: #c2c2c2;
	border-top-style: solid;
	transition: all .3s;
	-webkit-transition: all .3s;
	transform-origin: 6px 3px;
}

.main .liuy_main .layui-form .layui-form-select dl {
	/* display: none; */
	text-align: left;
	position: absolute;
	left: 0;
	top: 40px;
	padding: 5px 0;
	z-index: 999;
	min-width: 101px;
	border: 1px solid #d2d2d2;
	max-height: 197px;
	overflow-y: auto;
	background-color: #fff;
	border-radius: 2px;
	box-shadow: 0 2px 4px rgb(0 0 0 / 12%);
	box-sizing: border-box;
}


/* 在线客服 */

#onlineServiceWelt.right {
	left: auto;
	right: 0;
	border-radius: 10px 0 0 10px;
	height: 330px !important;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
	background-color: #d1434d;
}

#onlineServiceWelt dl dd {
	font-size: 17px !important;
	float: right !important;
	margin-left: 0 !important;
}

#onlineServiceWelt dl dt {
	width: 24px;
	height: 24px;
}

#onlineServiceWelt dl dt img {
	width: 100%;
	height: 100%;
}




















* {
	padding: 0;
	margin: 0;
	list-style: none;
	font-family: "microsoft yahei";
}

a {
	text-decoration: none;

}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

a {
	color: #333;
}


.margin-c {
	width: 1340px;
	margin: 0 auto;
}

.index-head {
	width: 100%;
	height: 90px;
	background-color: rgba(255, 255, 255, 0.75);
	position: fixed;
	top: 0;
	z-index: 999999;
}

.index-top {
	width: 100%;
	height: 750px;
}

.index-banner {
	width: 100%;
	height: 750px;
	overflow: hidden;
	position: relative;
}

.logo {
	width: 200px;
	height: 55px;
	margin-top: 18px;
	float: left;
	margin-right: 120px;
}

.index-nav {
	float: left;
}

.index-nav ul li .on {
	color: #d3424d;
}

.index-head-right .on {
	color: #d3424d;
}

.index-nav li {
	float: left;
	line-height: 90px;
}


.index-nav li:last-child a {
	width: 119px;
}

.index-nav li a {
	color: #333333;
	font-size: 18px;
	display: block;
	/* float: left; */
	width: 120px;
}

.index-nav li a:hover {
	color: #d3424d;
}

.index-nav li ul {
	display: block;
}

.index-head-right {
	line-height: 90px;
	float: right;
	font-size: 18px;
}

.index-head-right img {
	width: 24px;
	height: 24px;
	margin-right: 10px;
}

.index-banner .hd {
	position: absolute;
	bottom: 30px;
	width: 100%;
	z-index: 999;
	font-size: 0;
}

.index-banner .hd ul {
	width: 100%;
	text-align: center;
}

.index-banner .hd li {
	width: 20px;
	height: 20px;
	display: inline-block;
	margin-left: 20px;
	border-radius: 50%;
	background: #fff;
	cursor: pointer;
}


.index-banner .hd .on {
	background-color: #d3424d;
}

.index-banner02-title-e {
	color: #333333;
}

.index-banner02-title-e h3 {
	text-align: center;
	font-family: Arial;
	color: #333333;
	font-size: 45px;
	line-height: 40px;
	font-weight: 400;
}

.index-banner02-title {
	text-align: center;
	font-size: 30px;
	color: #333333;
}

.index-banner02-title span {
	color: #d3424e;
}

.index-banner02-content {
	margin-top: 50px;
	position: relative;
	overflow: hidden;
}

.index-banner02-content-left {
	width: 500px;
	height: 560px;
	position: relative;
	overflow: hidden;
	float: left;
}

.index-banner02-content-left img {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}

.index-banner02-content-right {
	float: right;
	width: 780px;
}

.index-banner02-content-rights {
	display: block;
	padding-top: 50px;
}


.index-banner02-content-right-title {
	color: #d1434d;
	font-size: 24px;
	font-weight: bold;
}

.hr {
	width: 80px;
	border-bottom: 1px solid #d1434d;
	margin-top: 20px;
}

.index-banner02-content-right-text {
	color: #666666;
	font-size: 16px;
	margin-top: 30px;
	line-height: 2.3;
}

.index-banner02 {
	overflow: hidden;
	margin-top: 70px;
	background: url(index_aboutBg.png) no-repeat;
	background-position: right bottom;
	padding-bottom: 130px;
	position: relative;
	margin-bottom: 30px;
}

.index-banner02-foot {
	position: absolute;
	width: 1325px;
	right: 0px;
	height: 220px;
	border-bottom: 1px solid #e6e6e6;
	border-top: 1px solid #e6e6e6;
	bottom: 130px;
	background: #fff;
	z-index: 999;
}

.index_qiy.on {
	opacity: 1;
	width: 280px;
}

.index_qiy {
	float: left;
	width: 0px;
	height: 300px;
	position: relative;
	opacity: 0;
	transition: all 1s;
}

.index_qiy img {
	position: absolute;
	max-width: 100%;
	max-height: 100%;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}

.index-banner02-foot a {
	display: block;
	float: left;
}

.index_qiy_text {
	border-right: 1px solid #e6e6e6;
	background: url(sod01.png) no-repeat center center;
	float: left;
	padding: 70px;
	padding-top: 90px;
	text-align: center;
	color: #666666;
	font-size: 18px;
	height: 60px;
}

.index_qiy_texts {
	border-right: 1px solid #e6e6e6;
	background: url(sod02.png) no-repeat center center;
	float: left;
	padding: 70px;
	padding-top: 90px;
	text-align: center;
	color: #666666;
	font-size: 18px;
	height: 60px;
}

.index_qiy_tit {
	color: #999999;
	font-size: 14px;
	text-transform: uppercase;
}

.index-banner03 {
	width: 100%;
	height: 940px;
	background-image: url(index-banner04.png);
	overflow: hidden;
	position: relative;
}

.index-banner03 .index-banner02-title-e h3 {
	color: #FFFFFF;
	margin-top: 70px;
}

.index-banner03 .index-banner02-title {
	color: #FFFFFF;
}

.index-banner03 .margin-c {
	margin-top: 55px;
}

.index-banner03-item {
	border: 1px solid #eee;
	border-radius: 5px;
	float: left;
	padding: 15px 40px 15px;
	color: #FFFFFF;
	font-size: 18px;
}

.slideGroup .hd .on {
	background-color: #FFFFFF;
	color: #d1434d;
	border: none;
}



.slideGroup .hd .on a .index-banner03-item {
	color: #d1434d;
}

.slideGroup .hd {
	text-align: center;
}

.slideGroup .hd li {
	float: left;
	border-radius: 5px;
}

.slideGroup .hd li a {
	display: block;
	overflow: hidden;
	float: left;
	border-radius: 5px;
}

.slideGroup .hd li:nth-child(1) {
	margin-left: 365px;
	margin-right: 35px;
}

.slideGroup .hd li:nth-child(2) {
	margin-right: 35px;
}

.slideGroup .hd {
	overflow: hidden;
}


/* .slideGroup .bd  {
	margin-top: 50px;
	width: 100%;
	height: 525px;
} */

.slideGroup .bd li {
	background-color: #FFFFFF;
	width: 100%;
	height: 525PX;
	position: relative;
}

.index-banner03-left {
	float: left;
	overflow: hidden;
	margin-left: 70px;
	margin-top: 70px;
}

.index-banner03-left-content-span {
	display: block;
	width: 5px;
	height: 18px;
	background-color: #d1434d;
	float: left;
	margin-right: 15px;
	margin-top: 6px;
}

.index-banner03-left-content-text {
	width: 575px;
	float: left;
	color: #666666;
	font-size: 16px;
	line-height: 200%;
}

.index-banner03-cckkxxqq {
	display: block;
	width: 140px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	border-radius: 5px;
	border: 1px solid #666;
	position: absolute;
	bottom: 117px;
	left: 70px;
	color: #666666;
	font-size: 18px;
}

.cckkxxqq03-span1 {
	width: 3px;
	height: 8px;
	background-color: #d1434d;
	position: absolute;
	top: 20px;
	left: -2px;
}

.cckkxxqq03-span2 {
	width: 3px;
	height: 8px;
	background-color: #d1434d;
	position: absolute;
	top: 20px;
	right: -2px;
}

.index-bann03-title {
	font-weight: 600;
	color: #333333;
	font-size: 24px;
	margin-bottom: 35px;
}

.index-banner03-right {
	width: 515px;
	height: 404px;
	float: right;
	margin-right: 62px;
	margin-top: 60px;
	position: relative;
	border: 1px solid #EEEEEE;
}

.index-banner03-right img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	max-width: 90%;
	max-height: 90%;
}

.index-banner03 .sPrev {
	display: block;
	position: absolute;
	width: 50px;
	height: 50px;
	top: 220px;
	left: 190px;
	opacity: 0.5;
}

.index-banner03 .sNext {
	display: block;
	position: absolute;
	width: 50px;
	height: 50px;
	top: 220px;
	right: 190px;
	opacity: 0.5;
}

.slideGroup .bd {
	margin-top: 50px;
}


.index-banner04 {
	width: 100%;
	/* height: 550px; */
	background-color: #fdfdfd;
	padding-top: 80px;
	overflow: hidden;
	position: relative;
}

.index-banner04-item-head {
	width: 386px;
	height: 300px;
	margin-left: 18px;
	margin-top: 18px;
}

.index-banner04-item-head img {
	width: 100%;
	height: 100%;
}

.index-banner04-lb {
	width: 1350px !important;
}

.index-banner04-lb .bd {
	overflow: hidden;
}

.index-banner04-lb .bd li {
	width: 426px;
	height: 400px;
	background-color: #FFFFFF;
	border: 1px solid #EEEEEE;
	margin-right: 30px;
	margin-top: 5px;
	transition: 0.4s;
}

.index-banner04-lb .bd li:hover {
	color: #d1434d;
	box-shadow: 0 2px 5px 5px #eee;
}

.index-banner04 .prev {
	position: absolute;
	width: 50px;
	height: 50px;
	left: 190px;
	top: 385px;
	/* border: 1px solid #999; */
	text-align: center;
	line-height: 50px;
	border-radius: 50%;
	font-size: 24px;
	color: #999;
}

.index-banner04 .prev img {
	width: 100%;
	height: 100%;
}

.index-banner04 .hd {
	font-size: 0;
}

.index-banner04 .next {
	position: absolute;
	width: 50px;
	height: 50px;
	/* border: 1px solid #666666; */
	right: 190px;
	top: 385px;
	/* border: 1px solid #999; */
	text-align: center;
	line-height: 50px;
	border-radius: 50%;
	font-size: 24px;
	color: #999;
}

.index-banner04 .next img {
	width: 100%;
	height: 100%;
}

.index-banner04-item-text {
	margin: 0 auto;
	margin-top: 30px;
	text-align: center;
	width: 80%;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 18px;
}

.index-banner04-lb .bd li:hover .index-banner04-item-text {
	color: #d1434d;
}


.index-banner04 .tempWrap {
	margin-top: 50px;
	height: 425px;
	padding-left: 10px !important;
	padding-right: 10px !important;
	padding-top: 10px !important;
}

.index-banner04 .tempWrap ul {
	overflow: visible !important;
}

.index-banner05 {
	width: 100%;
	/* height: 900px; */
	background-color: #fdfdfd;
	padding-top: 75px;
	padding-bottom: 80px;
}

.index-banner05-list {
	overflow: hidden;
	margin-top: 50px;
	/* padding-bottom: 5px; */
	padding: 10px;
}

.index-banner05-item:nth-child(1) {
	margin-left: 280px;
	margin-right: 30px;
}

.index-banner05-item:nth-child(2) {
	margin-right: 30px;
}

.index-banner05-item:hover {
	box-shadow: 0 2px 5px 5px #eee;
	background-color: #FFFFFF;
}

.index-banner05-item {
	width: 426px;
	height: 520px;
	border: 1px solid #EEEEEE;
	float: left;
	position: relative;
	transition: 0.4s;
}

.index-banner05-item-head {
	width: 386px;
	height: 250px;
	margin: 20px 20px 30px;
	position: relative;
	overflow: hidden;
}

.index-banner05-item-time {
	width: 105px;
	height: 30px;
	background-color: rgba(0, 0, 0, 0.6);
	text-align: center;
	color: #FFFFFF;
	font-size: 16px;
	position: absolute;
	left: 0;
	bottom: 0;
	line-height: 30px;
}

.index-banner05-item-head img {
	/* width: 100%; */
	max-width: 100%;
	/* height: 100%; */
}

.index-banner05-item-span {
	width: 3px;
	height: 21px;
	display: inline-block;
	background-color: #d1434d;
	float: left;
	margin-right: 18px;
}

.index-banner05-item-content {
	overflow: hidden;
}

.index-banner05-item-title {
	display: inline-block;
	color: #333333;
	font-size: 18px;
	font-weight: 600;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	float: left;
	width: 100%;
	margin-bottom: 24px;
}

.index-banner05-item-text {
	margin: 0 20px;
	line-height: 1.5;
	color: #666666;
	font-size: 16px;
	margin-bottom: 28px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.index-banner05-item .index-banner05-item-foot {
	left: 0;
}

.index-banner05-item .index-banner05-item-foot1 {
	left: 0;
}

.index-banner05-item-foot {
	margin-left: 20px;
	width: 120px;
	height: 40px;
	position: absolute;
	bottom: 30px;
	left: 30px;
	opacity: 1;
	transition: 0.4s;
}

.index-banner05-item-foot1 {
	margin-left: 20px;
	width: 120px;
	height: 40px;
	opacity: 0;
	position: absolute;
	bottom: 30px;
	left: 30px;
	transition: 0.4s;
}


.index-banner05-item:hover .index-banner05-item-foot1 {
	opacity: 1;
}

.index-banner05-item:hover .index-banner05-item-foot {
	opacity: 0;
}




.news-item .index-banner05-item-foot {
	margin-left: 20px;
	width: 120px;
	height: 40px;
	position: absolute;
	bottom: 15px;
	left: 0px;
}

.news-item .index-banner05-item-foot1 {
	margin-left: 20px;
	width: 120px;
	height: 40px;
	/* display: none; */
	opacity: 0;
	position: absolute;
	bottom: 15px;
	left: 0px;
}

.index-banner05-foot {
	width: 200px;
	height: 58px;
	text-align: center;
	line-height: 58px;
	color: #FFFFFF;
	background-color: #d1434d;
	margin: 0 auto;
	margin-top: 50px;
}

.index-banner05-foot a {
	display: block;
	font-size: 18px;
	color: #FFFFFF;
}

.index-banner05-foot img {
	margin-right: 20px;
	width: 22px;
	height: 22px;
}

.index-banner06 {
	width: 100%;
	height: 165px;
	background-image: url(index-banner06.png);
	line-height: 160px;
	color: #FFFFFF;
	font-size: 48px;
}

.index-banner06 .left-img {
	width: 47px;
	height: 34px;
	margin-right: 12px;
}

.index-banner06 .left {
	font-size: 36px;
	margin-right: 30px;
	font-family: 宋体;
}

.index-banner06-right {
	display: inline-block;
	float: right;
	width: 168px;
	height: 56px;
	border: 1px solid #eee;
	text-align: center;
	line-height: 56px;
	color: #ffffff;
	font-size: 16px;
	margin-top: 53px;
}

.index-banner06-right a {
	display: block;
	color: #ffffff;
}

.index-banner06-right .right-img {
	margin-left: 10px;
	width: 25px;
	height: 9px;
}

.foot {
	background: #515151;
}

.footer {
	width: 1340px;
	margin: auto;
	position: relative;
	padding-bottom: 40px;
	padding-top: 50px;
	overflow: hidden;
}

.foot_list {
	float: left;
}

.foot_list ul li a {
	color: #f8f8f8;
	font-size: 14px;
	display: block;
}

.foot_list ul li {
	margin-bottom: 10px;
}

.foot_list>ul>li {
	margin-right: 48px;
	width: 100px;
	display: inline-block;
	vertical-align: top;
}

.foot_list>ul>li>a {
	margin-bottom: 20px;
}

.foot_list>ul>li>a {
	font-size: 16px;
}

.foot_main {
	float: left;
	width: 232px;
}

.foot_main .foot_case {
	font-size: 16px;
	margin-bottom: 15px;
}

.foot_main p {
	color: #eaeaea;
	font-size: 14px;
}

.foot_main .foot_title {
	font-size: 26px;
}

.ma {
	float: right;
	width: 120px;
	height: 120px;
}

.ma div img {
	width: 100%;
}

.ma p {
	color: #eaeaea;
	font-size: 14px;
	text-align: center;
}

.foot_bottom {
	background: #4b4b4b;
	line-height: 40px;
	text-align: center;
	color: #e5e5e5;
	font-size: 14px;
}

.foot_bottom a {
	color: #e5e5e5;
}


/* 分页修改 */

.layui-laypage {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	margin: 60px 0 80px;
	font-size: 0;
	width: 100%;
	text-align: center;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
	background-color: #d1434d;
}

.info-banner {
	position: relative;
}

.info-banner img {
	width: 100%;
	height: auto;
}

.left_nav {
	float: left;
	width: 230px;
	position: absolute;
	top: -25px;
	padding: 10px;
	background: #fff;
}

.relative {
	position: relative;
}

.left_nav_box {
	background: #fcf6f5;
	padding-bottom: 1px;
	margin-bottom: 20px;
	box-shadow: 0 0 15px rgb(0 0 0 / 20%);
}

.left_title {
	background: #d1434d;
	color: #ffffff;
	text-align: center;
	font-size: 22px;
	line-height: 55px;
}

.left_list {
	margin-top: 20px;
}

.left_list ul li {
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 0 16px;
}

.cccppp .left_list ul li {
	border-bottom: 2px dashed #d1434d;
}

.cccppp .left_list ul li ul li {
	border: none;
}

.left_list ul li a {
	background-size: 100% 100%;
	display: block;
	line-height: 46px;
	text-align: center;
	color: #333;
	font-size: 18px;
}

.left_list ul li a:hover {
	background: url(bgired.png) no-repeat center/cover;
	color: #ffffff;
}

.clear {
	clear: both;
}

.left_case {
	background: #ffcbc2;
	color: #d1434d;
	text-align: center;
	font-size: 24px;
	line-height: 55px;
	padding-left: 10px;
}


.case_list {
	padding-left: 10px;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.case_list table td {
	padding: 10px 4px;
	color: #666666;
	font-size: 14px;
}

img {
	border: 0;
	display: inline-block;
	vertical-align: middle;
}

.case_list table tr td:nth-child(2) {
	padding-left: 10px;
}

.news_cenner {
	/* float: right; */
	margin-left: 265px;
	width: 1075px;
	margin-bottom: 50px;
	overflow: visible;
	min-height: 600px;
}

.map {
	margin: auto;
	line-height: 40px;
	color: #6c6c6c;
	font-size: 14px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 40px;
}

.map a {
	color: #6c6c6c;
}

.map img {
	margin-right: 10px;
}

.news-list {
	overflow: visible;
}


.news-list .layui-laypage {
	margin: 0;
}

.news-item {
	width: 336px;
	height: 458px;
	margin-right: 30px;
	margin-bottom: 40px;
	border: 1px solid #EEEEEE;
	float: left;
	position: relative;
	transition: 0.4s;
}

.news-item:nth-child(3n) {
	margin-right: 0;
}

.news-item-hade {
	width: 300px;
	height: 200px;
	position: relative;
	margin: 20px;
	overflow: hidden;
}

.news-item-hade img {
	width: 100%;
	/* max-width: 100%; */
	height: 100%;
}

.news-time {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 105px;
	height: 30px;
	line-height: 30px;
	color: #FFFFFF;
	background-color: rgba(0, 0, 0, 0.6);
	font-size: 16px;
	text-align: center;
}

.news-item-title-span {
	width: 3px;
	height: 21px;
	background-color: #d1434d;
	display: inline-block;
	margin-right: 13px;
	margin-bottom: -4px;
}

.news-item-title {
	font-weight: 600;
	font-size: 18px;
	color: #333333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.news-item-text {
	line-height: 2;
	font-size: 16px;
	color: #666666;
	margin: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.news-item:hover .index-banner05-item-foot {
	/* display: none; */
	opacity: 0;
}

.news-item:hover .index-banner05-item-foot1 {
	/* display: block; */
	opacity: 1;
}

.news-item:hover {
	box-shadow: 0 2px 5px 5px #eee;
	background-color: #FFFFFF;
}

.main {
	color: #4c4c4c;
	font-size: 16px;
	text-align: justify;
	line-height: 170%;
	min-height: 625px;
}

.main>h3 {
	color: #d1434d;
	font-size: 20px;
	text-align: center;
	margin-bottom: 20px;
	font-weight: 400;
}

.fen {
	font-size: 14px;
	color: #808080;
	margin-bottom: 20px;
	text-align: center;
}

.main .fen .bdsharebuttonbox.bdshare-button-style0-16 {
	display: inline;
}

.fneg {
	margin-bottom: 20px;
	border-bottom: 1px solid #dedede;
}

.hrs {
	border-top: 1px solid #eee;
	margin-top: 20px;
}

p.prevsd {
	line-height: 30px;
	color: #000;
	font-size: 16px;
}

p.prevsd a {
	color: #4c4c4c;
}


.ccpp-list {
	overflow: visible;
}

.ccpp-item:nth-child(3n) {
	margin-right: 0;
}

.ccpp-item {
	width: 336px;
	/* height: 340px; */
	height: auto;
	margin-right: 30px;
	margin-bottom: 30px;
	border: 1px solid #EEEEEE;
	float: left;
	transition: 0.4s;
}

.ccpp-item-img {
	width: 100%;
	height: 270px;
}

.ccpp-item-img img {
	width: 100%;
	height: 100%;
}

.ccpp-item-foot {
	border-top: 1px solid #eee;
	width: 100%;
	height: 69px;
	line-height: 69px;
	text-align: center;
	font-size: 16px;
	color: #333333;
	background-color: #FFFFFF;
	/* transform: 0.4s; */
	transition: 0.4s;
}


.kkyyccgg .ccpp-item-foot {
	margin-top: -10px;
	border-top: none;
}

.kkyyccgg .ccpp-item-img {
	position: relative;
}

.kkyyccgg .ccpp-item-img img {
	width: 90%;
	height: 90%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.kkyyccgg .ccpp-item:hover .ccpp-item-foot {
	background-color: #FFFFFF;
	color: #d1434d;
}

.kkyyccgg .ccpp-item:hover {
	box-shadow: 0 2px 5px 5px #eee;
}

.ccpp-item:hover .ccpp-item-foot {
	color: #FFFFFF;
	background-color: #d1434d;

}

.yftd .ccpp-item-img {
	width: 298px;
	height: 230px;
	margin: 20px;
}

.rczp {
	overflow: hidden;
}

.rczp-hade {
	width: 1075px;
	height: 70px;
	background-color: #f0f0f0;
}

.rczp-hade span {
	display: inline-block;
	width: 19%;
	line-height: 70px;
	text-align: center;
	font-size: 18px;
	color: #333333;
}

.rczp-item {
	width: 1075px;
	height: 70px;
	border-bottom: 1px solid #EEEEEE;
}

.rczp .layui-laypage {
	margin-top: 60px;
}

.rczp-item span {
	display: inline-block;
	width: 19%;
	line-height: 70px;
	text-align: center;
	font-size: 18px;
	color: #333333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.rczp-item:hover .last-child {
	color: #d1434d;
}






.index-nav li:nth-child(1) a {
	width: 80px;
}

.index-nav li {
	font-size: 16px;
	color: #005099;
	/* font-weight: 600; */
	float: left;
	/* width: 120px; */
	text-align: center;
	height: 90px;
	line-height: 90px;
	/* margin-right: 15px; */
}

.index-nav li a {
	/* font-weight: 600; */
	/* color: #005099; */
	display: block;
	/* width: 130px; */
	/* height: 60px; */
	height: 90px;
	line-height: 90px;
}

.index-nav li li a {
	color: ##333333;
}

.index-nav li li:hover {
	background-color: rgba(255, 255, 255, 0.75);
}

.index-nav li li:hover a {
	color: #d1434d;
}

.index-nav li li {
	background-color: rgba(255, 255, 255, 0.55);
	width: 119px;
	height: 40px;
	font-size: 16px;
	font-weight: 400;
	line-height: 40px;
	display: none;
	float: none;
	overflow: hidden;
}

.index-nav li li a {
	display: block;
	width: 120px;
	float: none;
	line-height: 40px;
	text-align: center;
	height: 60px;
	background-color: rgba(255, 255, 255, 0.55);
}

.index-nav li li a:nth-child(1) {
	width: 120px;
}

.index-nav li:nth-child(1) li {
	width: 80px !important;
}

.index-nav li li a:last-child {
	width: 120px;
}

.index-nav li:hover li {
	display: block;
}

.index-nav li a:hover {
	/* background-color: #d1434d; */
	color: #d1434d;
}

.index-nav li .on {
	/* background-color: #d1434d; */
	color: #d1434d;
}
