﻿body {
	width: 100%;
	min-width: 1200px;
	margin:0 auto;
	font-family:"microsoft yahei";
	color:#555;
	font-size:12px;
	background:#fff;
}
div, dl, ul, li, span, p, img, h1, h2, dl, p, em, h6 {
	margin:0px;
	padding:0px;
	list-style:none;
	border:0px;
}
.clear {
	clear:both;
	height:0px;
	overflow:hidden;
}
.fl {
	float:left;
}
.fr {
	float:right;
}
.cp img {
	border:1px solid #ccc;
	background-color:#fff;
	padding:2px;
	background-color:#fff;
}
.cp a:hover img {
	border:1px solid #cb0000;
	background-color:#fff;
	padding:2px;
}
a {
	color:#555;
	text-decoration: none;
	cursor:pointer;
}
.trans1 img {
	transition:all 0.8s linear;
	-webkit-transition:all 0.8s linear;
	-moz-transition:all 0.8s linear;
	-ms-transition:all 0.8s linear;
}
.trans1 img:hover {
	transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
}
.trans2 img {
	transition:all 0.5s linear;
	-webkit-transition:all 0.5s linear;
	-moz-transition:all 0.5s linear;
	-ms-transition:all 0.5s linear;
}
.trans2 img:hover {
	transform: scale(1.2);
	-o-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-wbkit-transform: scale(1.2);
}
a:hover {
	text-decoration: none;
	color:#cb0000;
}
.box, .head_all {
	width:1200px;
	height:auto;
	margin:0 auto;
}
.box:after, head_all:after {
	display: block;
	clear: both;
	content: "";
}
/*顶部*/
.top_all {
	width:100%;
	font-size: 13px;
	min-width:1200px;
	color:#fff;
	background:#cb0000 url(../imgs/20200228193339_32078558.jpg)repeat;
	line-height:45px;
}
.top_all .fr a {
	color:#fff;
	font-size: 13px;
}
.top_all .fr a:hover {
	color:#e9d100;
}
.top_all .fr span {
	padding:0 15px;
}
/*抬头*/
  .head_all {
	margin-top: 25px;
	position: relative;
}
.head_all .logo {
	padding-top: 10px;
}
.head_all .logo img {
	height: 90px;
}
.head_all .head_w {
	font-size:50px;
	line-height: 45px;
	font-weight: bold;
	color: #222;
	margin-left:5px;
	padding:25px 30px 0 0;
	background: url(../imgs/20200108171046_1195888088.png)210px 8px no-repeat;
}
.head_all .head_w p {
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1.2px;
	color: #999;
	font-family:"arial";
	font-weight:normal;
	line-height:35px;
}
.head_all .head_f {
	margin-top:20px;
}
.head_all .head_f p {
	font-size:34px;
	color: #333;
	font-weight:bold;
	line-height:32px;
	padding:6px 0 10px 0;
	border-bottom: 1px solid #f0f0f0;
}
.head_all .head_f dl {
	display: block;
	line-height: 28px;
	color:#555;
	font-size:17px;
	letter-spacing:1.6px;
	margin-top:2px;
}
.head_all .head_f span {
	color: #cb0000;
}
.head_all .head_p {
	background: url(../imgs/20200108171549_253372537.png)0 38px no-repeat;
    padding: 55px 0 0 50px;
    line-height: 34px;
}
.head_all .head_p p {
	display: block;
	font-size: 33px;
	float: left;
	color: #333;
	font-family: "arial";
	font-weight: bold;
}
.head_all .head_p dl {
	display: block;
	font-size: 16px;
	float: left;
}
/*导航*/
.topdbg {
	width:100%;
	background:#fff;
	height:60px;
	margin-top: 30px;
	border-top: 1px solid #ddd;
}
.nav {
	position:relative;
}
/*一级菜单*/
.menu {
}
.menu li {
	float:left;
	position:relative;
	text-align: center;
	width: 150px;
	background: url(../imgs/20200108171622_1784805742.png) top right no-repeat;
}
 .menu li:nth-of-type(1):after {
display: block;
content: "";
position: absolute;
left: 0;
top: 0;
width: 1px;
height: 60px;
background: url(../imgs/20200108171622_1784805742.png) center right no-repeat;
}
.menu li a {
	display:block;
	position: relative;
	z-index: 2;
	line-height:60px;
	font-size:16px;
	color:#333;
	text-decoration:none;
}
.menu li:hover a {
	font-weight: bold;
	line-height:60px;
}
/*二级菜单*/

  .NavCeshi.page {
	position: relative;
}
.nav > ul > .block {
	background:#f5f5f5;
	height:60px;
	display: block;
	position: absolute;
	top: 0;
}
.erji_menu {
	display: none;
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 1111;
	top: 60px;
}
.erji_menu ul li a {
	display: block;
	text-align: center;
	font-weight: normal !important;
	font-size: 14px;
	color: #555 !important;
	line-height:40px !important;
	height: 40px;
	border-bottom:1px solid #ededed;
	background: #f9f9f9;
	-webkit-transition:0.3s all ease-in-out;
	transition:0.3s all ease-in-out;
}
.erji_menu ul li a:hover {
	background:#f5f5f5;
}
.navcurrent a {
	background:#f5f5f5;
}
.rightarrowpointer {
	display:none;
}
/*幻灯片*/
.banner {
	overflow: hidden;
	height:600px;
	width: 100%;
	position:relative;
}
.banner-box {
	min-width:1200px;
	height:600px;
	overflow: hidden;
	position:relative;
	margin:0 auto;
}
.banner-box .bd {
	width:100% !important;
}
.banner-box ul {
	display: block;
	width: 100%;
	min-width: 1200px;
}
.banner-box .bd li {
	display: block;
	width:100% !important;
	min-width: 1200px;
	height:600px;
	background-position: center;
	background-repeat: no-repeat;
}
.banner-box .bd li a {
	display:block;
	background-size:auto;
}
.banner-btn {
	width: 100%;
	top: 0;
	left: 0;
	margin-left: 0;
	height: 600px;
	overflow: hidden;
}
.banner-btn a {
	display:block;
	width:49px;
	height:104px;
	position:absolute;
	top:250px;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity:0;
	opacity:0;
	transition:0.3s all ease-in-out
}
.banner-btn a.prev {
	left:-50px;
	background:url(../uploadfile/image/20200108/20200108171815_207052670.png) no-repeat 0 0;
}
.banner-btn a.next {
	right:-50px;
	background:url(../uploadfile/image/20200108/20200108171815_207052670.png) no-repeat -49px 0;
}
.banner-box .hd {
	position:absolute;
	bottom:25px;
	width: 100%;
	display: block;
}
.banner-box .hd ul {
	width: 1200px;
	margin: 0 auto;
	text-align: center;
}
.banner-box .hd ul li {
	width:20px;
	height:20px;
	border-radius:20px;
	text-indent:-9999px;
	background:#ccc;
	cursor:pointer;
	display:inline-block;
	margin:0 5px;
	transition:0.3s all ease-in-out;
	text-align: center;
	position: relative;
	z-index: 1111;
}
.banner-box .hd ul li.on {
	background: #c20000;
	width: 32px;
}
.banner-box:hover .banner-btn a.prev {
	left:20px;
	filter:alpha(opacity=40);
	-moz-opacity:.4;
	-khtml-opacity:.4;
	opacity:.4;
}
.banner-box:hover .banner-btn a.next {
	right: 20px;
	filter:alpha(opacity=40);
	-moz-opacity:.4;
	-khtml-opacity:.4;
	opacity:.4;
}
.banner-box .banner-btn a.prev:hover, .banner-box:hover .banner-btn a.next:hover {
	filter:alpha(opacity=80);
	-moz-opacity:.8;
	-khtml-opacity:.8;
	opacity:.8;
}
/*搜索*/
#search_all {

	width: 100%;
    min-width: 1200px;
    height: 70px;
    background: #fff;
    border-bottom: 3px solid #f1f1f1;
}
.search {
	width:1200px;
	margin:0 auto;
}
.search a {
	font-size:15px;
	color:#555;
}
.search a:hover {
	color:#cb0000;
}
.searchl {
	font-size:15px;
	line-height:70px;
}
.searchl span {
	font-weight: bold;
}
.searchr {
	width:350px;
	margin:16px 0;
	border: 1px solid #ddd;
	border-radius: 20px;
}
.searchr input {
	outline: none;
}
.search_kong {
	width:350px;
	float:right;
	overflow:hidden;
	height:40px;
}
.search_2 {
	float:left;
	width:240px;
	height:40px;
	line-height:40px;
}
.search_tu {
	float:right;
	height:40px;
	width:58px;
}
/*服务*/
  .service_all {
	width: 100%;
	padding: 55px 0 55px 0;
	min-width: 1200px;
	background: #f5f5f5 url(../imgs/20200109094539_1256218392.jpg) top center no-repeat;
}
.service_t {
	width: auto;
	text-align: center;
}
.service_t .title {
	display:inline-block;
	margin: 0 auto;
}
.service_t .title:before {
	display: block;
	content: "";
	float: left;
	width: 40px;
	height:67px;
	background: url(../imgs/20200108171910_1504321319.png) left no-repeat;
}
.service_t .title:after {
	display: block;
	content: "";
	float: right;
	width: 40px;
	height: 67px;
	background: url(../imgs/20200108171932_1775193645.png) right no-repeat;
}
.service_t .title dl {
	display: inline-block;
	position: relative;
	font-weight: bold;
	line-height: 60px;
	color: #222;
	text-align: center;
	float: left;
	font-size:42px;
}
.service_t .title dl:before {
	display: block;
	content: "";
	position: absolute;
	width: 100%;
	height: 21px;
	left: 0;
	right: 0;
	top:11px;/* background: rgba(249,249,249,0.5);*/
}
.service_t i {
	display: block;
	font-style: normal;
	margin-top: -5px;
	letter-spacing: 0.5px;
	font-size: 14px;
	text-transform: uppercase;
	color: #999;
	font-family: "arial";
	line-height: 14px;
}
.service_t span {
	color: #cb0000;
}
.service_t p {
	position: relative;
	display: block;
	width: 26px;
	margin: 0 auto;
	animation: arrow 2s infinite;
	-moz-animation: arrow 2s infinite;
	-ms-animation: arrow 2s infinite;
	-o-animation: arrow 2s infinite;
	-webkit-animation: arrow 2s infinite;
}
@-webkit-keyframes arrow {
0% {
top:10px;
}
50% {
top:15px;
}
100% {
top:10px;
}
}
@-moz-keyframes arrow {
0% {
top:10px;
}
50% {
top:15px;
}
100% {
top:10px;
}
}
 @-ms-keyframes arrow {
0% {
top:10px;
}
50% {
top:15px;
}
100% {
top:10px;
}
}
@-o-keyframes arrow {
0% {
top:10px;
}
50% {
top:15px;
}
100% {
top:10px;
}
}
.service_b {
	margin-top: 40px;
}
.service_b li {
	display: block;
	font-size: 15px;
	line-height: 25px;
	color: #555;
	text-align: center;
	position: relative;
	width: 349px;
	padding-top: 50px;
}
.service_b li p {
	display: block;
	font-size: 22px;
	font-weight: bold;
	color: #222;
	padding-bottom: 10px;
	line-height: 50px;
	margin: 20px 0 13px 0;
	background: url(../imgs/20200226155121_983893519.png) center bottom no-repeat;
}
.service_b dl {
	font-size: 22px;
	color: #fff;
	padding-top: 40px;
	line-height: 36px;
}
 .service_b li:nth-of-type(2) {
width: 502px;
height: 502px;
padding-top: 0;
line-height: 30px;
background: url(../imgs/20200228194252_1755679278.png) bottom center no-repeat;
}
.service_b li strong {
	display: block;
}
/*产品展示*/
  .prod_all {
	margin-top: 55px;
}
.prod_l {
	width: 270px;
	background: #cb0000 url(../imgs//20200228193339_32078558.jpg)repeat;
	padding-bottom:160px;
	margin-top: 40px;
	position: relative;
}
.list_t {
	padding: 0 25px 20px 25px;
	color: #fff;
}
.list_t dl {
	font-family: "Levenim MT", Times, serif;
	font-size: 27px;
	line-height: 30px;
	text-transform: uppercase;
	color: #fff;
	padding: 25px 0 5px 0;
}
.list_t p {
	font-size: 20px;
	margin-bottom: 10px;
}
.list_t i {
	display: block;
	float: left;
	font-size: 20px;
	font-style: normal;
}
.list_t i:after {
	width: 93px;
	height: 1px;
	background: #fff;
	margin:12px 0 0 5px;
	display: block;
	float: right;
	content: "";
}
.list_t a {
	display: block;
	float: left;
	font-size:22px;
	font-style: normal;
	width: 22px;
	height:22px;
	border: 1px solid #fff;
	line-height: 22px;
	text-align: center;
	color: #fff;
}
.list_t a:hover {
	color: #ffc600;
}
.list_c {
	width: 180px;
	margin: 0 auto;
	background: #fff;
	padding:17px 15px 5px 15px;
	height:472px;
	overflow-y: scroll;
	overflow-x: hidden;
}
.markermenu ul li {
	background: #f5f5f5;
	margin-bottom: 10px;
	padding-left: 10px;
	font-family: "microsoft yahei";
}
.markermenu ul li a {
	font-size: 15px !important;
	padding:0 !important;
	color: #555 !important;
	font-weight: normal !important;
	font-family:none;
}
.markermenu ul li a:hover {
	color: #cb0000 !important;
	font-weight: bold;
}
 .markermenu ul li a::before {
float: left;
width:8px;
height:8px;
border: 2px solid #ddd;
border-radius:50%;
display: block;
content: "";
margin: 16px 5px 0 0;
}
 .markermenu ul li:hover a::before {
background:#fff;
border-color: #cb0000;
}
.blackwhite li a {
	text-align: center !important;
	padding: 0 !important;
}
.blackwhite li a:hover {
	font-size: 14px;
}
.rightarrowpointer {
	display: none;
}
.rightarrowpointer {
	display: none;
}
.list_b {
	width: 270px;
	height: 100px;
	padding-top:60px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
	color: #fff;
	font-size:33px;
	background:url(../imgs/20200108135101_337293217.png)center center no-repeat;
}
.list_b p {
	font-family: "Levenim MT", Times, serif;
	display: block;
	line-height: 55px;
	background: rgba(194, 0, 0, 0.8) url(../imgs/20200228193339_32078558.jpg)repeat;
}
.prod_r {
	width: 890px;
	margin-top: 40px;
}
#colee {
	height: 805px;
	overflow: hidden;
}
.prod_r ul {
	display:none !important;/* 隐藏调用中自动生成的换行 */
}
.prod_r ul li {
	border: 1px solid #ddd;
	

	
	height:250px;
	width:283px;
	
	float: left;
	margin: 8px;
}
 .prod_r tr td:nth-of-type(3) {
margin-right: 0;
}
 .prod_r tr td:nth-of-type(1) {
margin-left: 0;
}
.prod_r td a {
	display:block;
}
 .prod_r td a:nth-of-type(1):before {
content: "";
display: block;
position: absolute;
top: 0;
z-index: 999;
width: 380px;
height: 212px;
overflow:hidden;
background:url(../imgs/20200108135337_999506740.png) no-repeat;
background-position:-280px 0;
}
 .prod_r td:hover a:nth-of-type(1):before {
content: "";
display: block;
-webkit-transition: all 0.5s linear;
-moz-transition: all 0.5s linear;
transition:all 0.5s linear;
background-position:100px 0;
}
.prod_r td span {
	display: block;
	border-top: 1px solid #ddd;
	line-height:40px;
	padding:0 !important;
}
.prod_r td span a {
	font-size: 14px;
	color: #555;
	line-height:40px;
}
.prod_r td:hover span a {
	color: #fff;
	background:#cb0000 url(../imgs/20200228194356_159848975.jpg)repeat;
}
/*优势*/
  .adv_all {
	width: 100%;
	min-width: 1200px;
	margin-top: 60px;
	padding: 55px 0 60px 0;
	background: url(../imgs/20200226154938_1263506841.jpg) center top no-repeat;
}
.adv_all .service_t .title dl {
	color: #fff;
}
.adv_all .service_t .title dl:before {
	display:none;
}
.adv_all .service_t i {
	color: #fff;
}
.adv_b {
	margin-top: 40px;
	background: url(../imgs/20200107195905_704671862.jpg) center repeat-y;
	padding: 45px 0 35px 0;
}
.adv_b .box {
	background: url(../imgs/20200107202747_712542251.jpg)center top no-repeat;
}
.adv_b li {
	display: block;
	width: 600px;
	position: relative;
}
.adv_b li .font {
	width: 560px;
	font-size: 15px;
	line-height:32px;
	text-align: justify;
	padding: 10px 0;
}
.adv_b li .font p {
	font-size:30px;
	color: #222;
	line-height:70px;
}
.adv_b li .font p b {
	color: #cb0000;
}
.adv_b li .nubmer {
	position: absolute;
	background: #fff;
	padding:5px 0;
	left: 460px;
	top: 205px;
	width:60px;
	border: 1px solid #ddd;
	text-align:center;
	line-height: 35px;
	font-size:14px;
	font-family:"arial";
	text-transform: uppercase;
}
.adv_b li .nubmer a {
	font-size:12px;
}
.adv_b li .nubmer dl {
	font-size: 35px;
	font-weight: bold;
	line-height: 50px;
	display: block;
	border-bottom: 1px solid #ddd;
	width:40px;
	margin:0 auto;
	color:#cb0000;
}
 .adv_b li:nth-of-type(2) img, .adv_b li:nth-of-type(4) img {
display: block;
float: right;
}
 .adv_b li:nth-of-type(2) .nubmer, .adv_b li:nth-of-type(4) .nubmer {
left: 500px;
}
 .adv_b li:nth-of-type(3), .adv_b li:nth-of-type(4) {
margin-top: 55px;
}
.adv_b li strong {
	font-size: 16px;
	color: #222;
}
/*工程案例*/
  .case_all {
	margin-top: 55px;
	
}
.case_c {
	margin-top: 40px;
}
.case_1 li {
	position:relative;
	width: 280px;
	height: 210px;
	 overflow: hidden; 
	display: block;
	margin-bottom:10px;
	float: left;
	margin: 5px;
}
.case_1 li img {
	display: block;
	width: 280px;
	height: 210px;
}
.case_1 li p {
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	width: 100%;
	height: 210px;
	line-height: 210px;
	
	color: #fff;
	font-size: 18px;
	
}
.case_1 li:hover p {
	top: 230px;
}
.case_2 {
	width: 620px;
	height:430px;
	position: relative;
	overflow: hidden;
	margin-left: 10px;
}
.case_2 img {
	width: 620px;
}
.case_2 li p {
	position: absolute;
	top: 430px;
	left: 0;
	text-align: center;
	width: 100%;
	line-height: 60px;
	background: rgba(194, 0, 0, 0.8);
	color: #fff;
	font-size: 22px;
	transition:all 0.5s linear;
	-webkit-transition:all 0.5s linear;
	-moz-transition:all 0.5s linear;
	-ms-transition:all 0.5s linear;
}
.case_2 li:hover p {
	display: block;
	top: 370px;
}
.case_b {
	margin-top: 30px;
	border: 3px solid #eee;
	padding: 0 40px;
}
.case_b_l {
	width: 220px;
	border-right: 3px solid #eee;
}
.case_b_l a {
	font-size: 30px;
	color: #333;
	line-height: 45px;
	display: block;
	padding: 30px 0;
	font-weight: bold;
	color: #cb0000;
}
.case_b_l a strong {
	display: block;
	font-family: "arial";
	color: #eaeaea;
}
.case_b_l a span {
	display: block;
	width: 35px;
	height: 35px;
	margin-top: 10px;
	border: 1px solid #cb0000;
	text-align: center;
	line-height: 35px;
}
.case_b_r {
	padding-top: 35px;
}
.case_b_r li {
	display: inline-block;
	padding: 0 50px 0 0;
	font-size: 18px;
	line-height: 45px;
	margin-left: 50px;
}
/*简介*/
  .about_all {
	width: 100%;
	height:600px;
	margin-top: 55px;
	min-width: 1200px;
	position: relative;
	background: #f9f9f9;
}
.about_bg {
	width: 100%;
	min-width: 1200px;
	height: 500px;
	background: url(../imgs/20200108095840_1985867065.jpg)fixed center no-repeat;
}
.about_w {
	width: 1200px;
	position: absolute;
	height: 200px;
	overflow: hidden;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
	top: 400px;
	width:auto;
	background: #fff;
}
.about_w .fl {
	width: 200px;
	letter-spacing: 5px;
	height:155px;
	padding-top:45px;
	font-size: 50px;
	background: #cb0000 url(../imgs/20200228193339_32078558.jpg)repeat;
	font-weight:bold;
	color:#fff;
	text-align:center;
	line-height:55px;
}
.about_w .fl a {
	color: #fff;
	font-size: 50px;
}
.about_w .fl:hover a {
	color: #e9d100;
}
.about_w .fr {
	width: 900px;
	padding:0 50px;
}
.about_w .fr dl {
	color: #333;
	padding-top:30px;
	font-size:35px;
}
.about_w .fr p {
	font-size: 15px;
	line-height: 28px;
	padding-top: 10px;
}
.about_w .fr a {
	font-size: 15px;
}
/*车间*/
 .workshop {
	width: 100%;
	min-width: 1200px;
	padding:40px 0 50px 0;
	background: #f9f9f9;
}
.workshop td td td br {
	display: none !important;
}
.workshop td td td {
	padding:5px !important;
}
.workshop td td td img {
	padding:10px 10px 0 10px !important;
	border:1px solid #dedede;
	border-bottom:none;
	background:#fff;
}
.workshop td td td div {
	border:1px solid #dedede;
	line-height:58px;
	height:58px;
	overflow:hidden;
background:#fff url../imgs/20200108172027_402542616.png) bottom no-repeat;
	border-top:none;
	transition:all linear 0.2s;
}
.workshop td td td:hover div {
	background:#fff url(../imgs/20200108172141_437235853.png) bottom no-repeat;
}
.workshop td td td div a {
	position: relative;
	z-index: 3;
	text-align:left !important;
	display:inherit;
	padding-left:10px;
	font-size:14px;
	padding-top:5px;
}
.workshop td td td:hover div a {
	color:#cb0000;
}
#colee_left {
	width:1200px;
	margin: 0 auto;
	overflow:hidden;
}
/*新闻*/
.news {
	width:100%;
	padding-top: 60px;
	background:#fff;
	text-align:center;
}
.news .prod_t .title {
	width:762px;
}
.news .prod_t .title dl {
	width: 415px;
}
.news_d {
	margin-top:40px;
}
.news_dl {
	width: 350px;
	padding:25px;
	background:#f9f9f9;
	height:530px;
	position:relative;
}
.news_dlt {
	height:50px;
	padding:40px 30px;
	position: relative;
	background:#fff;
	text-align:left;
}
.news_dlt p {
	font-size: 26px;
	line-height: 30px;
	color:#343434;
}
.news_dlt p i {
	color:#cb0000;
	font-weight:bold;
	font-style:normal;
}
.news_dlt span {
	font-size: 14px;
	line-height: 25px;
	color:#999999;
	font-family:Arial, Helvetica, sans-serif;
}
.news_dlt a {
	display: block;
	width:28px;
	height:28px;
	position: absolute;
	top:48px;
	right:30px;
	border-radius: 100%;
}
.news_dlm {
	margin-top:30px;
	width:100%;
	overflow: hidden;
	height:250px;
	border:1px solid #f1f1f1;
}
.news_dlw a {
	display: block;
}
.news_dlw a p {
	font-size: 18px;
	color:#343434;
	line-height:35px;
	padding-top:12px;
}
.news_dlw a t {
	display: block;
	font-size:14px;
	font-weight:100;
	color:#999;
	line-height:30px;
}
.news_dlw a span {
	font-size: 14px;
	font-family: arial;
	line-height: 30px;
	position: relative;
	text-align: right;
	color: #999;
	display: block;
	width: 100%;
	height: 30px;
	font-style: normal;
	margin-top: 25px;
}
.news_dlw a span:after {
	content: '';
	width: 65px;
	height: 1px;
	top: 14px;
	background: #ccc;
	display: block;
	position: absolute;
	-webkit-transition:0.3s all ease;
	transition:0.3s all ease;
}
.news_dlw a:hover span:after {
	background: #cb0000;
	width: 100px
}
.news_dlw {
	text-align:left;
}
.news_dr {
	width: 780px;
	height:580px;
}
.news_tit a {
	font-size: 28px;
	color: #fff;
	display: block;
	line-height: 30px;
	position: relative;
}
.news_tit a .en {
	font-size: 14px;
	font-family: arial, microsoft yahei;
	display: block;
	line-height:25px;
	font-weight: 100;
	text-transform: capitalize;
}
.news_r2_cont_i strong {
	font-size: 18px;
	font-weight: normal;
	color: #343434;
	white-space: nowrap;
	overflow: hidden;
	width: 100%;
	display: block;
	line-height: 50px;
	padding: 10px 0 0;
	text-overflow: ellipsis;
	text-align:left;
}
.news_r2_cont_i p {
	font-size: 14px;
	font-weight: 100;
	color: #777;
	line-height: 28px;
	text-align: justify;
}
.news_r2_cont_i i:after {
	content: '';
	width: 65px;
	height: 1px;
	top: 14px;
	background: #ccc;
	display: block;
	position: absolute;
	-webkit-transition:0.3s all ease;
	transition:0.3s all ease;
}
.news_r2_cont_i * {
	-webkit-transition:0.3s all ease;
	transition:0.3s all ease
}
.news_r2_cont_i:hover i:after {
	background: #0f63bd;
	width: 100px
}
.news_r2_cont_i:hover strong {
	color: #cb0000;
}
.news_r2_cont_i {
	width: 325px;
	float: left;
	margin-right: 50px
}
.news_r2_cont_i i {
	font-size: 14px;
	font-family: arial;
	line-height: 30px;
	position: relative;
	text-align: right;
	color: #999;
	display: block;
	width: 100%;
	height: 30px;
	font-style: normal;
	margin-top: 25px;
}
.news_r2_cont_i i em {
	font-size: inherit;
	font-style: normal;
	font-family: inherit;
	float: right;
}
.news_row2 {
	padding:30px 35px;
	width: 710px;
	height: 215px;
	background: #f9f9f9;
	position: relative;
}
.news_row2 .news_tit a, .news_row3 .news_tit a {
	color: #343434
}
.news_row2 .news_tit a .color, .news_row3 .news_tit a .color {
	color: #cb0000;
	font-size: inherit;
	font-weight: bold;
}
.news_row2 .news_tit a .en, .news_row3 .news_tit a .en {
	color: #999
}
.news_row3 {
	padding:20px 25px;
	width: 730px;
	height: 245px;
	background: #f9f9f9;
	position: relative;
	margin-top:20px;
}
.news_row3 .fr {
	width: 400px
}
.news_row3 .fl {
	border:1px solid #f1f1f1;
}
.news_r2_cont {
	overflow: hidden;
}
.news_r2_cont_tit {
	position: absolute;
	width: 96%;
	top: 50px;
	text-align: right;
	left: 0;
}
.news_r2_cont_tit li {
	width: 10px;
	height: 10px;
	background: #dedede;
	display: inline-block;
	border-radius: 50px;
	-webkit-transition:0.3s all ease;
	transition:0.3s all ease;
	margin-right: 3px;
	cursor: pointer
}
.news_r2_cont_tit li.cur {
	width: 30px;
	background: #cb0000
}
.news_r3_cont_i clone {
	height: 80px !important;
}
news_r3_cont {
	position: relative;
}
.news_r3_cont_i p {
	background: url(../imgs/20200226160328_132309157.png) no-repeat 4px center;
	font-size: 16px;
	color: #333;
	font-weight: normal;
	padding-left: 40px;
	line-height: 38px;
	text-align:left;
}
.news_r3_cont_i p:hover {
	color:#cb0000;
}
.news_r3_cont_i span.small {
	background: url(../imgs/20200226160228_445023272.png) no-repeat 4px center;
	font-size: 14px;
	color: #999;
	padding-left: 40px;
	display: block;
	line-height: 32px;
	font-weight: 100;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news_r3_cont_i {
	display: block;
	padding: 15px 0 0px;
}
.news_r3_cont_tit {
	position: absolute;
	width: 98%;
	top: -42px;
	text-align: right;
	left: 0;
	display: none;
}
.news_r3_cont_tit li {
	width: 10px;
	height: 10px;
	background: #dedede;
	display: inline-block;
	border-radius: 50px;
	-webkit-transition:0.3s all ease;
	transition:0.3s all ease;
	margin-right: 3px;
	cursor: pointer
}
.news_r3_cont_tit li.cur {
	width: 30px;
	background: #cb0000
}
.news_tit {
	text-align:left;
}
.news_div_item_pic {
	width: 348px;
	height: 250px;
	border: 1px solid #f1f1f1;
	position: absolute;
	top: 180px;
}
.news_div_item_pic img {
	width: 348px;
	height: 250px;
}
.news_div_item_content {
	position: absolute;
	top: 460px;
}
.news_div_item_title {
	padding-bottom:15px;
}
.news_div_item_a {
	font-size: 18px !important;
	color: #343434;
}
.news_div_item_body {
	text-align: left;
	font-size: 14px;
	color: #999;
}
.news_div_item_date {
	position: absolute;
	top: 540px;
	right: 25px;
	width:350px;
}
.news_div_item_year, .news_div_item_month, .news_div_item_day {
	float:left;
	color: #999;
}
.news_div_item_date:after {
	content: '';
	width: 65px;
	height: 1px;
	top: 10px;
	background: #ccc;
	display: block;
	position: absolute;
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
}
.news_dl:hover .news_div_item_date:after {
	background: #cb0000;
	width: 100px
}
.news_div_item_year {
	margin-left:270px;
}
/*links*/
.links {
	width:100%;
	overflow:hidden;
	background:#cb0000 url(../imgs/20200228193339_32078558.jpg)repeat;
	height:74px;
	min-width: 1200px;
	margin-top:55px;
}
.linksW {
	width:1200px;
	margin:0 auto;
	overflow:hidden;
}
.links_l {
	float:left;
	width:230px;
	overflow:hidden;
}
.links_l_l {
	float:left;
	background:#f5f5f5;
	height:70px;
	width:176px;
	text-align:right;
	font-size:20px;
	line-height:20px;
	padding-top:4px;
	padding-right:10px;
}
.links_l_l span {
	font-family:Arial, Helvetica, sans-serif;
	font-size:50px;
	font-weight:bold;
	text-transform:uppercase;
	color:#e0e0e0;
	line-height:50px;
}
.links_l_r {
	float:right;
	width:0;
	height:0;
	border-right: 44px solid transparent;
	border-top: 74px solid #f5f5f5;
}
.links_r {
	float:right;
	width:936px;
	font-size:14px;
	color:#fff;
	overflow:hidden;
	line-height:24px;
	margin-top:25px;
}
.links_r a {
	font-size:14px;
	color:#fff !important;
}
/*footer*/
.footer {
	width:100%;
	overflow:hidden;
	padding:30px 0;
	background:#333;
	color:#929292;
	font-size:14px;
	min-width: 1200px;
}
.footer a {
	color:#929292;
	font-size:14px;
	line-height:28px;
}
.footerW {
	width:1200px;
	margin:0 auto;
	padding-top:20px;
}
.footer_s {
	float:left;
	width:360px;
}
.footer_si {
	padding-left:61px;
	margin:25px 0;
	margin-left:3px;
	overflow:hidden;
}
.footer_si01 {
	background:url(../imgs/20200108173150_1946444085.png) no-repeat left center;
}
.footer_si02 {
	background:url(../imgs/20200108173300_2104848680.png) no-repeat left center;
}
.footer_si_m {
	font-size:18px;
	color:#fff;
	line-height:30px;
}
.footer_si_s {
	font-size:14px;
}
.footer_line {
	float:left;
	width:1px;
	height:165px;
	background:#767676;
	margin-right:35px;
	overflow:hidden;
}
.footer_dh {
	float:left;
	margin-left:25px;
	width:110px;
	overflow:hidden;
}
.footer_dh_m {
	font-size:16px;
	color:#fff;
	padding-bottom:15px;
	line-height:30px;
}
.footer_dh_d {
	width:104px;
	overflow:hidden;
}
.footer_dh_fl a {
	display: block;
	font-size:14px;
	line-height:28px;
	width:104px;
	overflow:hidden;
	display:block;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#showtyepname {
	display:none;
}
.footer_r {
	float:right;
	width:250px;
	overflow:hidden;
}
.footer_rl {
	float:left;
	width:110px;
	overflow:hidden;
}
.footer_rr {
	float:right;
}
.footer_rl_m {
	font-size:16px;
	color:#fff;
	padding-bottom:15px;
	line-height:30px;
	text-align: center;
}
.footer_rl_i {
	width:110px;
}
.footer_rl_i img {
	width:110px;
}
.footer a:hover {
	color:#ffe500;
}
.footer_si_n {
	font-size: 16px;
}
/*copy*/
.copy {
	width:100%;
	overflow:hidden;
	text-align:center;
	line-height:26px;
	font-size:15px;
	color:#929292;
	background:#333;
	min-width: 1200px;
}
.copy a {
	color:#929292;
	font-size:15px;
}
.copy a:hover {
	color:#ffe500;
}
.copyW {
	width:1200px;
	margin:0 auto;
	padding:30px 0;
	overflow:hidden;
	border-top:solid 1px #767676;
}
/* 客服样式*/
.y-kefu-box {
	position: fixed;
	right: 0;
	top: 20%;
	z-index: 9999;
	font-size: 13px;
}
.y-kefu-box img {
	display: block;
	width: 100%;
	height: auto;
}
.y-kefu-box01 .icon {
	display: block;
	background: url(../imgs/20200226155525_1096196745.png) no-repeat;
	margin: 0 auto 6px;
}
.y-kefu-box01 {
	width: 54px;
	color: #666;
	text-align: center;
}
.y-kefu-box01 .kf-close-btn {
	width: 28px;
	height: 28px;
	background-position: -5px -114px;
	position: relative;
	cursor: pointer;
}
.y-kefu-box01 .kf-close-btn:before {
	content: '';
	display: block;
	width: 1px;
	height: 12px;
	background-color: #cb0000;
	position: absolute;
	bottom: -12px;
	left: 13px;
	z-index: 1;
}
.y-kefu-box01 .show-status>a, .y-kefu-box01 .show-status>div {
	display: block;
	width: 52px;
	padding: 8px 0 12px;
	background-color: #fff;
	border-left: solid 1px #efefef;
	border-top: solid 1px #efefef;
	border-right: solid 1px #efefef;
	border-bottom: solid 1px #efefef;
	position: relative;
}
.y-kefu-box01 .show-status {
	position: relative;
}
.y-kefu-box01 .show-status .kf-zixun {
	background-color: #cb0000;
	border-color: #cb0000;
	color: #fff;
	margin: 10px 0 7px;
}
.y-kefu-box01 .kf-zixun {
	border-radius: 2px;
}
.y-kefu-box01 .kf-zixun i {
	width: 21px;
	height: 22px;
	background-position: -5px -5px;
}
.y-kefu-box01 .kf-mobile {
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}
.y-kefu-box01 .kf-mobile>i {
	width: 18px;
	height: 18px;
	background-position: -5px -32px;
}
.y-kefu-box01 .kf-mobile:hover>i {
	background-position: -30px -32px;
}
.y-kefu-box01 .kf-weChat>i {
	width: 22px;
	height: 19px;
	background-position: -5px -55px;
}
.y-kefu-box01 .kf-weChat:hover>i {
	background-position: -30px -55px;
}
.y-kefu-box01 .kf-email {
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
}
.y-kefu-box01 .kf-email>i {
	width: 18px;
	height: 14px;
	background-position: -5px -80px;
}
.y-kefu-box01 .kf-email:hover>i {
	background-position: -30px -80px;
}
.y-kefu-box01 .back-top i {
	width: 13px;
	height: 11px;
	background-position: -5px -98px;
}
.y-kefu-box01 .back-top:hover i {
	background-position: -30px -98px;
}
.y-kefu-box01 .kf-email, .y-kefu-box01 .back-top {
	border-bottom: solid 1px #efefef;
}
.y-kefu-box01 .back-top {
	margin-top: 20px;
	border-radius: 2px;
	left: 55px;
}
.y-kefu-box01 .hver:hover {
	background-color: #cb0000;
	border-color: #cb0000;
}
.y-kefu-box01 .hver:hover>p {
	color: #fff;
}
.y-kefu-box01 .kf-zixun1 {
	border-radius: 2px;
}
.y-kefu-box01 .kf-zixun1 i {
	width: 21px;
	height: 22px;
	background-position: -5px -151px;
}
.y-kefu-box01 .kf-zixun1:hover>i {
	background-position: -30px -151px;
}
.y-kefu-box01 .mobile-infos, .y-kefu-box01 .y-ewm-box, .y-kefu-box01 .y-email-infos {
	background-color: #fff;
	border: solid 1px #efefef;
	position: absolute;
	right: 90px;
	z-index: 2;
	border-radius: 2px;
	display: none;
}
/*咨询热线*/
.y-kefu-box01 .mobile-infos {
	width: 260px;
	text-align: left;
	top: 0;
}
.y-kefu-box01 .mobile-infos>div {
	padding: 20px 0 20px 45px;
	position: relative;
}
.y-kefu-box01 .mobile-infos>div i {
	width: 15px;
	height: 15px;
	background-position: -52px -32px;
	position: absolute;
	top: 22px;
	left: 20px;
	z-index: 2;
}
.y-kefu-box01 .mobile-infos .online1 {
	border-bottom: solid 1px #efefef;
}
.y-kefu-box01 .mobile-infos span {
	color:#b9b9b9;
}
.y-kefu-box01 .mobile-infos p {
	color: #c20000;
	font-size: 18px;
}
y-kefu-box .right {
	width: 12px;
	height: 12px;
	position: absolute;
	right: -12px;
	top: 24px;
}
y-kefu-box .right-arrow1, y-kefu-box .right-arrow2 {
	width: 0;
	height: 0;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	border-top: 6px transparent dashed;
	border-right: 6px transparent dashed;
	border-bottom: 6px transparent dashed;
	border-left: 6px white solid;
	overflow: hidden;
}
y-kefu-box .right-arrow1 {
	left: 1px;
	border-left: 6px #efefef solid;
}
y-kefu-box .right-arrow2 {
	border-left: 6px white solid;
}
/*二维码*/
.y-kefu-box01 .y-ewm-box {
	width: 151px;
	height: 178px;
	top: -60px;
}
.y-kefu-box01 .y-ewm-box>div {
	width: 151px;
	height: 178px;
}
.y-kefu-box01 .y-ewm-box img {
	width:115px;
	height:114px;
	margin: 20px auto 10px;
}
.y-kefu-box01 .y-ewm-box .y-ewm-img1 {
	width: 150px;
	border-right: solid 1px #efefef;
}
.y-kefu-box01 .y-ewm-box .right {
	top: 84px;
}
/*email*/
.y-kefu-box01 .y-email-infos {
	padding: 28px 20px 28px 45px;
	color:#b9b9b9;
	text-align: left;
	bottom: 0;
}
.y-kefu-box01 .y-email-infos p {
	color: #c20000;
	font-size: 16px;
}
.y-kefu-box01 .y-email-infos>i {
	width: 18px;
	height: 13px;
	background-position: -52px -80px;
	position: absolute;
	left: 15px;
	top: 30px;
}
.y-kefu-box01 .y-email-infos .right {
	top: 55px;
}
.y-kefu-box01 .hide-status {
	width: 54px;
	height: 65px;
	background-color:#e9d100;
	position: absolute;
	top: 37px;
	left: 55px;
	z-index: 9;
}
.y-kefu-box01 .hide-status .kf-zixun {
	padding: 10px 0 7px;
	color: #fff;
	cursor: pointer;
}

.ddsubmenustyle,.ddsubmenustyle ul
{
font:normal 13px Verdana;
margin:0;
padding:0;
position:absolute;
left:0;
top:0;
list-style-type:none;
background:#ff4400;
border:1px solid #2d9fff;
border-bottom-width:0;
visibility:hidden;
z-index:100;
width:120px;
}

.ddsubmenustyle li a
{
display:block;
_width:120px;
width:120px;
height:35px;
line-height:35px;
color:black;
background-color:lightyellow;
text-decoration:none;
padding-left:4px;
border-bottom:1px solid #2d9fff;
}

* html .ddsubmenustyle li a
{
display:inline-block;
}

.ddsubmenustyle li a:hover
{
background-color:black;
color:white;
}

.downarrowpointer
{
padding-left:4px;
border:0;
}

.rightarrowpointer
{
position:absolute;
padding-top:3px;
right:2px;
border:0;
}

.ddiframeshim
{position:absolute;
z-index:100;
background:transparent;
border-width:0;
width:0;
height:0;
display:block;
}

.mattblackmenu ul
{
margin:0;
padding:0;
font:bold 12px Verdana;
list-style-type:none;
border-bottom:1px solid gray;
background:#414141;
overflow:hidden;
width:100
}

.mattblackmenu li
{
display:inline;
margin:0;
}

.mattblackmenu li a
{
float:left;
display:block;
text-decoration:none;
margin:0;
padding:6px 8px;
border-right:1px solid white;
color:white;
background:#414141;
}

.mattblackmenu li a:visited
{
color:white;
}

.mattblackmenu li a:hover
{
background:black;
}

.mattblackmenu a.selected
{
background:black;
}

.markermenu
{
_width:164px;
width:164px;clear:left;
            }

.markermenu ul
{
    list-style-type:none;
margin:0;
padding:0;
}

.markermenu ul li a
{
    background:none;
    font-family:Lucida Grande,Trebuchet MS,Verdana,Helvetica,sans-serif;
font-weight:bold;
font-size:13px;
color:#0;
display:block;
width:auto;
height:43px;
line-height:43px;
padding-left:5px;
text-decoration:none;
}

* html .markermenu ul li a
{
    _width:23px;
width:23px;
}

.markermenu ul li a:visited,.markermenu ul li a:active
{
    color:#0;
}
.markermenu ul li a:hover,.markermenu ul li a.selected
{
    color:#2d9fff;
}

.blackwhite li a
{
    background:white;
}

.blackwhite li a:hover
{
    background:#2d9fff;
    color:#fff;
}
.prorig{ float:right;
width:890px;

margin-top:40px;}
.prorig ul{}
.prorig ul li{     border: 1px solid #ddd;
  
    padding: 0 !important;
    height: 250px;
    width: 283px;
    display: block;
    float: left;
    margin: 4px;}

.prorig ul li span{     display: block;
    border-top: 1px solid #ddd;
    line-height: 40px;
    padding: 0 !important;
	text-align: center;}
	
.prorig ul li span a{    font-size: 14px;
    color: #555;
    line-height: 40px;}
.yslle{ float:left;}
.yslrig{ float:right;}
.toptop{ margin-top:50px;}
.botbot{ margin-bottom: 80px;
    margin-top: 40px;}
.font{ width: 560px;font-size: 15px; line-height:32px;text-align: justify; padding: 10px 0;}
.font p{ font-size:30px; color: #222; line-height:70px;}
.font p b{color: #cb0000;}
.nubmer{ position: absolute; background: #fff; padding:5px 0;left: 460px; top: 205px; width:60px; border: 1px solid #ddd; text-align:center; line-height: 35px;  font-size:14px;font-family:"arial"; text-transform: uppercase;}
.nubmer a{font-size:12px;}
.nubmer dl { font-size: 35px;font-weight: bold; line-height: 50px; display: block; border-bottom: 1px solid #ddd; width:40px; margin:0 auto; color:#cb0000;}
.pglist {
	padding: 20px 0 30px;
	width: 100%;
	text-align: center;
	clear: both;
}
.pglist a {
	color: #666;
	padding: 0 15px;
	margin: 0 3px;
	background: #fff;
	border: 1px solid #ddd;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
.pglist * {
	display: inline-block;
	vertical-align: middle;
	line-height: 34px;
	padding-bottom: 1px;
}
.pglist a:hover, .pglist .hover {
	display: inline-block;
	color: #fff;
	background: #137c32;
	border-color: #137c32;
}