@charset "utf-8";

/*top*/
.top_p {
	width: 100%;
	height: 30px;
	margin: 0 auto;
	background-color: #e82828;
}

.top_p .top_b {
	width: 1200px;
	height: 30px;
	color: #fff;
	margin: 0 auto
}

.top_p .top_b .top_t {
	float: left;
	font-size: 12px;
	line-height: 30px;
}

.top_p .top_b .fr {
	float: right;
	font-size: 12px;
	line-height: 30px;
	color: #fff
}

.top_p .top_b .fr a {
	font-size: 12px;
	line-height: 30px;
	color: #fff
}

.top_l {
	width: 100%;
	height: 150px;
}

.top_l .top_logo {
	width: 1200px;
	height: 150px;
	margin: 0 auto;
	overflow: hidden
}

.top_l .top_logo .logo {
	float: left;
	height: 100px;
}

.top_l .top_logo .tel {
	float: right;
	height: 100px
}

.nav {
	width: 100%;
	height: 50px;
	background-color: #fff;
	clear: both;
	border-bottom: solid 5px #e82828
}

.nav_park {
	width: 1200px;
	margin: 0 auto
}

.mainnav li {
	width: 120px;
	height: 50px;
	float: left;
	position: relative;
}

.mainnav li a {
	display: block;
	width: 120px;
	line-height: 50px;
	text-align: center;
	font-size: 14px;
	color: #333;
}

.mainnav li a:hover {
	background: #e82828;
	text-decoration: none;
	color: #fff;
	line-height: 50px;
}

.mainnav li ul {
	background-color: #fff;
	overflow: hidden;
	z-index: 9999;
	display: none;
	position: absolute;
	width: 420px;
	padding: 15px 10px;
	border-top: solid 5px #e82828
}

.mainnav li ul li {
	width: 210px;
	height: 36px;
	float: left;
	border-bottom: dashed 1px #999
}

.mainnav li ul li a:hover {
	background-color: #fff;
	color: #e82828;
	overflow: hidden;
	line-height: 36px;
}

.mainnav li ul li>a {
	color: #4c4c4c;
	width: 210px;
	line-height: 36px;
}

.mainnav li:hover ul {
	display: block;
}

.clear {
	clear: both;
}

#kinMaxShow {
	visibility: hidden;
	width: 100%;
	height: 496px;
	overflow: hidden;
}

.product {
	width: 100%;
}

.product_box {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

.product_box .tit {
	width: 1200px;
	margin: 0 auto;
	padding: 50px 0 20px 0
}

.product_box ul {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden
}

.product_box ul li {
	float: left;
	width: 275px;
	height: 205px;
	margin: 10px 20px 10px 0;
	overflow: hidden;
	position: relative;
	padding: 4px;
	border: solid 1px #999
}

.product_box ul li a {
	width: 275px;
	height: 205px;
	overflow: hidden;
}

.product_box ul li a .p1 {
	width: 100%;
	height: 100%;
}

.product_box ul li:nth-child(4n) {
	margin-right: 0;
}

.product_box ul li span {
	position: absolute;
	left: 0;
	bottom: -100%;
	width: 285px;
	background-color: rgba( 232, 40, 40,0.5 );
	box-sizing: border-box;
	transition: all 0.5s linear;
	display: block;
	text-align: center;
	font-size: 14px;
	line-height: 24px;
	color: #fff;
	padding: 5px 0 10px 0
}

.product_box ul li span p {
	font-size: 12px;
	line-height: 12px;
}

.product_box ul li :hover span {
	bottom: 0px;
}

.product_box  .kk {
	margin-bottom: 10px;
	padding: 40px 0;
	text-align: center;
}

.product_box  .kk a {
	display: inline-block;
	width: 150px;
	height: 40px;
	background: #333;
	font-size: 16px;
	color: #fff;
	text-align: center;
	line-height: 40px;
	margin: 0 auto;
}

.product_box  .kk a:hover {
	background: #e82828;
}

.a_b {
	width: 100%
}

.a_n_b {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

.about {
	width: 400px;
	height: 400px;
	float: left;
}

.about .about_title {
	width: 400px;
	height: 50px;
	background-color: #e82828;
	color: #fff;
}

.about .about_title .about_1 {
	font-size: 18px;
	line-height: 50px;
	float: left;
	margin-left: 20px;
}

.about .about_title .about_2 {
	font-size: 14px;
	line-height: 50px;
	float: right;
	margin-right: 20px;
}

.about .about_title .about_2 a {
	color: #fff;
}

.about .about_text {
	border: solid 1px #ccc;
	border-top: none;
	width: 358px;
	height: 309px;
	padding: 20px;
	font-size: 14px;
	line-height: 28px;
	color: #333;

}

.news {
	width: 770px;
	height: 400px;
	float: right;
}

.news .news_title {
	width: 770px;
	height: 50px;
	background-color: #e82828;
	color: #fff;
}

.news .news_title .news_1 {
	font-size: 18px;
	line-height: 50px;
	float: left;
	margin-left: 20px;
}

.news .news_title .news_2 {
	font-size: 14px;
	line-height: 50px;
	float: right;
	margin-right: 20px;
}

.news .news_title .news_2 a {
	color: #fff;
}

.news .news_box {
	width: 748px;
	height: 309px;
	border: solid 1px #ccc;
	border-top: none;
	padding: 20px;
}

.news-scroll {
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
	height: 170px
}

.news-scroll ul {
	position: absolute
}

.scroll-item {
	height: 170px;
	position: relative
}

.scroll-item .date {
	display: block;
	text-align: left;
	font-size: 12px;
	line-height: 24px;
	color: #666
}

.scroll-item .date span:first-child {
	color: #333
}

.scroll-item .content {
	float: left;
	width: 728px;
}

.scroll-item .content :hover h2 {
	color: #e82828
}

.scroll-item .content h2 {
	color: #000;
	font-size: 18px;
	line-height: 36px;
	font-weight: 700
}

.scroll-item .content .text {
	color: #666;
	font-size: 14px;
	line-height: 28px;
	text-indent: 2em;
}

.scroll-item .content .look {
	color: #fff;
	font-size: 14px;
	line-height: 24px;
	width: 60px;
	height: 24px;
	text-align: center;
	background-color: #2e2e2e;
	display: block;
	position: absolute;
	bottom: 0;
}

.scroll-item .content .look:hover {
	background-color: #e82828;
}

.news-scroll .control {
	position: absolute;
	right: 20px;
	bottom: 0;
	width: 90px;
	height: 24px;
}

a.agrayleft {
	color: #fff;
	cursor: default;
}

a.aleft {
	float: left;
}

a.aright {
	float: right;
}

a.abtn {
	display: block;
	overflow: hidden;
	width: 40px;
	height: 24px;
}

.news .news_box .news_list {
	width: 728px;
	overflow: hidden;
}

.news .news_box .news_list li {
	border-bottom: dashed 1px #ccc;
	overflow: hidden;
	margin-top: 10px;
}

.news .news_box .news_list li a {
	float: left;
	font-size: 14px;
	color: #333;
	line-height: 28px;
}

.news .news_box .news_list li span {
	float: right;
	font-size: 12px;
	line-height: 28px;
	color: #999;
}

.case_bg {
	width: 100%;
	padding: 50px 0;
}

.case_box {
	width: 1200px;
	margin: 0 auto;
}

.case_box .case_title {
	height: 45px;
}

.case_box .case_title .case_p1 {
	float: left;
}

.case_box .case_title .case_p2 {
	float: left;
}

.case_box .case_title a {
	float: right;
	font-size: 14px;
	color: #333;
	line-height: 42px
}

.case_box .case_title a:hover {
	color: #d42021
}

.runlist {
	width: 1200px;
	margin-top: 40px;
	overflow: hidden
}

#ISL_Cont_1 {
	float: left;
	width: 1080px;
	overflow: hidden;
	height: 350px;
	margin-left: 10px
}

#ISL_Cont_1 p {
	margin: 0px auto;
}

#Leftarr {
	float: left;
	width: 50px;
	height: 50px;
	cursor: pointer;
	display: inline;
	margin: 150px 0;
}

#Rightarr {
	float: right;
	width: 50px;
	height: 50px;
	cursor: pointer;
	display: inline;
	margin: 150px 0;
}

.movead {
	zoom: 1;
	width: 1200px;
	margin: 0 auto;
	position: relative;
	z-index: 11;
	overflow: hidden;
}

.movead .pl {
	float: left;
	width: 248px;
	height: 348px;
	margin: 0 10px;
	overflow: hidden;
	text-align: center;
	border: solid 1px #b2b2b2;
	background-color: #fff;
	overflow: hidden
}

.movead .pl img {
	display: block;
	CURSOR: pointer;
	width: 240px;
	height: 300px;
}

.movead .picbox {
	display: block;
	width: 240px;
	height: 300px;
	margin: 4px
}

.movead .pl .pl1 {
}

.movead .pl .pl1 .a1 {
	font-size: 14px;
	color: #333;
	line-height: 40px;
	display: block
}

.movead .pl:hover {
	background-color: #e82828;
}

.movead .pl:hover .pl1 .a1 {
	color: #fff
}

.footer {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 30px;
	width: 100%;
	background-color: #333;
	color: #fff;
	overflow: hidden
}

.footer .container {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

.footer .row1 {
	float: left;
	width: 50%;
	font-size: 14px;
	line-height: 30px;
	padding-bottom: 20px
}

.row1 .tel {
	width: 100%;
	text-align: left
}

.footer .row2 {
	float: left;
	width: 50%;
	text-align: right;
	font-size: 14px
}

.footer .row2 span {
	display: inline-block;
}

.footer .row2 .link {
	margin: 10px 0;
	width: 168px;
	height: 20px;
	outline: 0;
	border: 1px solid #0075c1;
	background-color: #333;
	color: #fff;
	line-height: 20px;
	font-size: 12px;
	cursor: pointer
}

.copy {
	width: 100%;
	background-color: #222;
	color: #fff;
	overflow: hidden
}

.copy .container {
	width: 1200px;
	margin: 0 auto;
	text-align: center;
	font-size: 14px;
	line-height: 24px;
	padding: 10px 0;
	overflow: hidden;
}

/*left*/
.main {
	padding: 50px 0;
	background-color: #fff;
}

.main .container {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden
}

.main .container .main_left {
	float: left
}

.main .main_left .product-class {
	width: 230px;
	overflow: hidden;
}

.main .main_left .product-class .product-title {
	width: 230px;
	height: 50px;
	background-color: #e82828;
	color: #fff;
	font-size: 18px;
	line-height: 50px;
	text-align: center
}

.main .main_left .product-class .product-nav li {
	width: 228px;
	height: 39px;
	border: solid 1px #e82828;
	border-top: none;
	text-align: center;
}

.main .main_left .product-class .product-nav li a {
	font-size: 14px;
	line-height: 39px;
	display: block;
	color: #000
}

.main .main_left .product-class .product-nav li:hover {
	background-color: #e82828;
	border: solid 1px #e82828;
	border-top: none;
}

.main .main_left .product-class .product-nav li:hover a {
	color: #fff
}

.main .msg {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 20px;
	padding: 20px 10px;
	width: 230px;
	background-color: #e82828;
	color: #fff;
	font-size: 14px;
	line-height: 1.5
}

.main .msg span {
	display: block
}

.main .msg .tel {
	font-size: 14px
}
/*right*/
.main .container .main_right {
	float: right
}

.main .container .main_right .content,.main_right .heading {
	width: 940px
}

.main .container .main_right .heading {
	height: 45px;
	background-color: #e82828;
	overflow: hidden
}

.main .container .main_right .heading span {
	float: left;
	font-size: 18px;
	line-height: 45px;
	color: #fff;
	margin-left: 20px
}

.main .container .main_right .heading .bre-nav {
	float: right;
	color: #fff;
	font-size: 14px;
	line-height: 45px;
	margin-right: 20px;
}

.main .container .main_right .heading .bre-nav a {
	font-size: 14px;
	color: #fff
}

.main .container .main_right .content {
	font-size: 14px;
	line-height: 24px;
	margin-top: 30px;
	color: #333
}

#cpzs2 {
	width: 920px;
	margin: 30px auto;
	overflow: hidden;
	padding: 0 10px;
}

#cpzs2 ul {
	overflow: hidden
}

#cpzs2 .product {
	width: 215px;
	height: 200px;
	float: left;
	text-align: center;
	margin-right: 20px;
}

#cpzs2 .product:nth-child(4n) {
	margin-right: 0
}

#cpzs2 .product a {
	width: 213px;
	height: 148px;
	float: left;
	text-align: center;
	border: 1px #e82828 solid;
	margin: 0 auto;
}

#cpzs2 .product a .product_1 {
	width: 203px;
	height: 138px;
	overflow: hidden;
	margin: 4px;
	border: solid 1px #e82828
}

#cpzs2 .product img {
	width: 100%;
	height: 100%
}

#cpzs2 .product a:hover {
	background: #e82828;
}

#cpzs2 .product a span {
	width: 205px;
	height: 40px;
	font-size: 14px;
	color: #333;
	line-height: 40px;
	text-align: center;
	display: block;
	margin-top: 5px;
}

#cpzs2 .product a:hover span {
	color: #e82828;
}

.main .page {
	margin-top: 30px;
}

.main .page a {
	display: inline-block;
	margin: 0 5px;
	width: 60px;
	height: 25px;
	border-radius: 4px;
	text-align: center;
	font-size: 9pt;
	line-height: 23px;
	background-color: #e82828;
	color: #fff;
}

.main .next-page,.main .pre-page {
	display: inline-block;
	margin: 0 5px;
	width: 60px;
	height: 25px;
	border-radius: 4px;
	text-align: center;
	font-size: 9pt;
	line-height: 23px;
	background-color: #e82828
}

.article {
	margin-top: 30px;
	width: 880px;
	color: #333
}

.article h1 {
	text-align: center;
	font-size: 24px;
	line-height: 1.8;
}

.subtitle {
	text-align: center;
	font-size: 14px;
	line-height: 2;
	color: #999
}

.subtitle span {
	margin-right: 10px
}

.article .content {
	margin-top: 20px;
	font-size: 14px;
	line-height: 28px;
	color: #333;
	display: block;
}

.article .content div {
	color: #333
}

.article .other-article {
	margin: 20px 0;
	color: #333;
	font-size: 14px;
	line-height: 2
}

.article .other-article span {
	display: block
}

.article .other-article span a:hover {
	text-decoration: underline
}

.article .back {
	display: block;
	margin: 0 auto;
	width: 138px;
	height: 35px;
	border-radius: 4px;
	background-color: #e82828;
	color: #fff;
	text-align: center;
	line-height: 35px
}

.article .prev-article {
	color: #e82828
}

.article .next-article {
	color: #e82828
}

.main_right .news2 {
	padding-top: 30px;
	width: 940px;
	overflow: hidden
}

.main_right .news2 ul li {
	width: 940px;
	height: 80px;
	margin-bottom: 20px;
	overflow: hidden;
	background: url(../images/news2_hui.png)
}

.main_right .news2 ul li .news2_dates {
	float: left;
	width: 80px;
	height: 80px;
	text-align: center;
	color: #333;
}

.main_right .news2 ul li .news2_dates h1 {
	font-size: 24px;
	font-weight: normal;
	line-height: 36px;
	margin-top: 10px;
}

.main_right .news2 ul li .news2_dates p {
	line-height: 24px;
	font-size: 14px;
}

.main_right .news2 ul li .news2_content {
	float: left;
	width: 820px;
	height: 40px;
	padding: 10px 20px;
	color: #333;
}

.main_right .news2 ul li .news2_content span {
	font-size: 18px;
	line-height: 34px;
}

.main_right .news2 ul li .news2_content p {
	font-size: 14px;
	line-height: 24px;
}

.main_right .news2 ul li:hover {
	background: url(../images/news2_red.png);
	color: e82828
}

.main_right .news2 ul li:hover .news2_dates {
	color: #e82828
}

.main_right .news2 ul li:hover .news2_content {
	color: #e82828
}
