@CHARSET "UTF-8";

.key_tag {
	text-decoration: underline;
}

/*导航栏样式*/
.nav {
	height: 56px;
	width: 1188px;
	margin: 0 auto;
}

.nav li {
	line-height: 56px;
	height: 56px;
	text-align: center;
	width: 164px;
	float: left;
	position: relative;
	z-index: 999;
}

.nav li a {
	display: block;
	line-height: 56px;
	color: #fff;
	height: 56px;
	font-size: 14px;
}

.nav li a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #BC1A3A;
}

.nav .sec {
	height: 0;
	background: #423c3c;
	color: #fff;
	overflow: hidden;
	z-index: 9999;
	position: absolute;
	top: 48px;
	left: 0px;
}

.nav .sec a {
	background: #423c3c;
	color: #fff;
	height: 38px;
	line-height: 38px;
	width: 164px;
	font-size: 14px;
}

.nav .sec a:hover {
	background: #BC1A3A;
	text-decoration: none;
}


/* banner */
.banner{ overflow:hidden; width:100%;}
#flashs{ position:relative; height:550px; overflow:hidden;}
#flashs .btn{ width: 100%;position: absolute;left: 0;bottom: 35px;text-align: center;z-index: 998;}
#flashs .btn span{display: inline-block;*display: inline;*zoom: 1;vertical-align: middle;width: 60px;height: 3px;background: #cccccc;margin: 0 5px;cursor: pointer;}
#flashs .btn span.on {background: #BC1A3A;}

#flashs .bot{ display:block; position:absolute; width:73px; height:74px; top:50%; margin-top:-29px;display: none;}
#flashs .bot1{ background:url(../images/hover_left.png) no-repeat center; left:5%; z-index: 2;}
#flashs .bot2{ background:url(../images/hover_right.png) no-repeat center; right:5%; z-index: 2;}
#flashs:hover .bot{display: block;}


.htit {
	text-align: center;
	margin: 35px auto 0;
}

.htit span {
	text-transform: uppercase;
	font-size: 25px;
	color: #BC1A3A;
	display: block;
}

.htit h3 {
	margin: 0;
	position: relative;
	display: inline-block;
	font-size: 30px;
	color: #333;
	line-height: 34px;
}

.htit h3::before,
.htit h3::after {
	content: "";
	position: absolute;
	top: 50%;
	z-index: 1;
	width: 220px;
	height: 2px;
	background: #730200;
}

.htit h3::before {
	right: -234px;
}

.htit h3::after {
	left: -234px;
}

.fla {
	width: 448px;
	overflow: hidden;
	margin: 30px auto 0 auto;
}

.fla .vl {
	line-height: 53px;
	font-size: 16px;
	text-align: center;
	margin: 0 15px 2px 0;
	float: left;
}

.fla a {
	width: 207px;
	height: 53px;
	text-decoration: none;
	display: block;
	border: 1px solid #ececec;
	color: #fff;
	background: #bc1a3a;
}
.fla a:hover{	background: #730200;}
.fla .on a {
	text-decoration: none;
}

.cpbox{ width:1300px; margin:0 auto; overflow:hidden;}
.cpbox li{ width:24.04%; margin:10px 0.2604% 0 0.2604%; float:left;border: 1px solid #ececec;}
.cpbox li .tu{ overflow:hidden; margin:1.6949%;text-align: center;}
.cpbox li .tu img{  }
.cpbox li .tu a{ -webkit-transition:All 2s ease-in-out; -moz-transition:All 0.4s ease-in-out; -o-transition:All 0.4s ease-in-out; transition:All 0.4s ease-in-out;}
.cpbox li .tu a:hover{ text-decoration:none; display:block; transform:scale(1.15); -webkit-transform:scale(1.15); -moz-transform:scale(1.15); -o-transform:scale(1.15);-ms-transform:scale(1.15);}
.cpbox li .ti{ margin:0 1.6949% 1.6949% 1.6949%; text-align:center; line-height:46px;}
.cpbox li .ti a{ display:block; text-decoration:none; background: #ececec; font-size: 13px;}
.cpbox li .ti:hover a{ color: #fff;background: #730200;}

/*幻灯片样式2*/
#focus {
	width: 255px;
	height: 188px;
	overflow: hidden;
	position: relative;
}

#focus ul {
	height: 188px;
	position: absolute;
}

#focus ul li {
	float: left;
	width: 255px;
	height: 188px;
	overflow: hidden;
	position: relative;
	background: #000;
}

#focus ul li a img {
	height: 188px;
	width: 255px;
}

#focus ul li div {
	position: absolute;
	overflow: hidden;
}

#focus .btnBg {
	position: absolute;
	width: 255px;
	height: 20px;
	left: 0;
	bottom: 0;
	background: #000;
}

#focus .btn {
	position: absolute;
	width: 255px;
	height: 10px;
	padding: 5px 10px;
	right: 0;
	bottom: 0;
	text-align: right;
}

#focus .btn span {
	display: inline-block;
	_display: inline;
	_zoom: 1;
	width: 25px;
	height: 10px;
	_font-size: 0;
	margin-left: 5px;
	cursor: pointer;
	background: #fff;
}

#focus .btn span.on {
	background: #fff;
}






/*新闻列表*/
.news_list {}

.news_list li {
	line-height: 27px;
	position: relative;
	padding-left: 10px;
}

.news_list li a {
	line-height: 27px;
	color: #666;
}

.news_list li a:hover {
	text-decoration: none;
	color: #bc1a3a;
}

.news_list li span {
	color: #999;
	z-index: 0;
	line-height: 27px;
	position: absolute;
	right: 0px;
	top: 0px;
}

.news_list li h3 {
	font-size: 14px;
}

.news_list li div {
	line-height: 24px;
}




.news_list2 {}

.news_list2 li {
	line-height: 25px;
	position: relative;
	border-bottom: 1px solid #666666;
	margin-bottom: 10px;
}

.news_list2 li a {
	line-height: 25px;
	color: #ffffff;
	font-size: 14px;
}

.news_list2 li a:hover {
	text-decoration: none;
	color: #bc1a3a;
}

.news_list2 li span {
	color: #ffffff;
	z-index: 0;
	line-height: 25px;
	display: block;
	font-size: 12px;
}

.news_list2 li dt {
	color: #ddd;
	font-size: 12px;
	line-height: 22px;
	height: 44px;
	overflow: hidden;
}


/*产品里列表*/

/*滚动*/
#demo {
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
}

#indemo {
	float: left;
	width: 800%
}

#demo1 {
	float: left;
}

#demo2 {
	float: left;
}

#m_demo {
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
}

#m_indemo {
	float: left;
	width: 800%
}

#m_demo1 {
	float: left;
}

#m_demo2 {
	float: left;
}


.product_list {}

.product_list li {
	float: left;
	margin-left: 15px;
	margin-right: 15px;
	padding-bottom: 15px;
	_display: inline;
}

.product_list li a.img {
	padding: 1px;
	border: 1px solid #e0e1dc;
}

.product_list li a.img img {
	width: 237px;
	height: 200px;
}

.product_list li h3 {
	text-align: center;
	padding-top: 5px;
}

.product_list li h3 a {
	font-weight: normal;
}

.product_list li a.img {
	display: block;
}

.product_list li a.img:hover {
	border-color: #bc1a3a;
}

.roll_product {
	float: left;
}



.product_list1 {}

.product_list1 li {
	float: left;
	margin-left: 15px;
	margin-right: 15px;
	padding-bottom: 15px;
	_display: inline;
	width: 282px;
	height: 290px;
	border: 1px solid #cccccc;
}

.product_list1 li a.com-img {
	width: 250px;
	margin: 0 auto;
	margin-top: 40px;
}

.product_list1 li a.com-img img {
	width: 250px;
	height: 200px;
}

.product_list1 li h3 {
	text-align: left;
	color: #5a5a5a;
	display: block;
	width: 250px;
	margin: 0 auto;
	margin-top: 20px;
}

.product_list1 li h3 a {
	font-weight: normal;
	color: #5a5a5a;
	font-size: 14px;
}

.product_list1 li a.com-img {
	display: block;
}

.product_list1 li a.com-img:hover {
	border-color: #bc1a3a;
}

.product_list1 li:hover {
	border-color: #bc1a3a;
}

.product_list1 li:hover h3 a {
	font-weight: normal;
	color: #bc1a3a;
	font-size: 14px;
}

.product_list2 li {
	float: left;
	margin-left: 15px;
	margin-right: 15px;
	padding-bottom: 15px;
	_display: inline;
}

.product_list2 li a.com-img {
	width: 250px;
	margin: 0 auto;
	margin-top: 40px;
}

.product_list2 li a.com-img img {
	width: 250px;
	height: 192px;
}

.product_list2 li h3 {
	text-align: center;
	color: #5a5a5a;
	display: block;
	width: 250px;
	margin: 0 auto;
	line-height: 45px;
}

.product_list2 li h3 a {
	color: #5a5a5a;
	font-size: 15px;
}

.product_list2 li a.com-img {
	display: block;
}

.product_list2 li a.com-img:hover {
	border-color: #bc1a3a;
}

.product_list2 li:hover {
	border-color: #bc1a3a;
}

.product_list2 li:hover h3 a {
	color: #bc1a3a;
	font-size: 15px;
}

.product_list2 li:hover h3 {
	border-color: #bc1a3a;
}

.product_list2 li span {
	display: block;
	margin-top: 5px;
}

/*内页设置*/
.header, .main, .footer, .slideBox, .page_banner {
    margin: 0 auto;
    /* width: 100%; */
    text-align: left;
    position: relative;
}
.page_banner img{ width: 100%;}
.text_18 {
    font-size: 18px;
    line-height: 40px;
}
.textC {
    text-align: center;
}
.pr15 {
    padding-right: 15px;
}
.pb15 {
    padding-bottom: 15px;
}

.pt25 {
    padding-top: 25px;
}
.grid_95 {
    width: 950px;
}
.grid_23 {
    width: 230px;
}
.floatR {
    float: right;
}
.inline {
    display: inline;
}
.register {
    margin: 0 auto;
    width: 1200px;
    padding-bottom: 30px;
    padding-top: 10px;
    background: #fff;
    margin-top: -105px;
}
.alltitle {
	margin: 15px 30px;
	border-bottom: 10px solid #eee;
	height: 60px;
	line-height: 50px;
	color:#7c7c7c;
}
.alltitle a:link, .alltitle a:visited {
	color:#7c7c7c;
}
.alltitle a:hover {
	color:#bc1a3a;
	text-decoration: underline;
}
.alltitle h3 {
	font-weight: normal;
	font-size: 22px;
	color: #bc1a3a;
}
/* classify_01侧栏样式  
--------------------------------------------------------------------*/
.classify{
	position:relative;
	margin-bottom:25px;
}
.ins_title{
	position: relative;
	width: 100%;
	height:170px;
	background-color: #004290;
	}
.classify h3{
	background: #bc1a3a;
	font-size: 30px;
	font-weight: normal;
	color: #fff;
	padding-left:25px;
	padding-top:35px;
	height: 165px;
}
.classify h3 i{
	background-color: #fff;
	height: 3px;
	width: 50px;
	margin-top:10px;
	margin-bottom:20px;
	display:block;
	}
.classify h3 span{
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	color: #fff;
	font-family: Arial;
	}
.ins_title .tiezhi.con01{
	top:-35px;
	left:-45px;
	}
.ins_title .tiezhi.con02{
	bottom:-35px;
	right:-50px;
	}

.classify ul{
	background:#fff;
	padding-top:35px;
	padding-bottom:35px;
	}
.classify li{
	width:100%;
	line-height:50px;
	position:relative;
}
.classify li a{
	position: relative;
	display: block;
	text-indent: 20px;
	font-size: 16px;
	color: #333;
	width: 200px;
	margin:0 auto;
	background: url(../images/ins_nav_icon.png) -20px center no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ddd;
}
.classify ul li{
	background-color: #fff;
}
.classify ul li.current{
	background-color: #bc1a3a;
	color:#fff;
	border:none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eee;
}
.classify ul li.current a{
	color:#fff;
	border:none;
	background: url(../images/ins_nav_icon.png) 20px center no-repeat;
	text-indent:35px;
	}
.classify ul li:hover{
	background-color: #bc1a3a;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eee;
	}
.classify ul li:hover a{
	color:#fff;
	border:none;
	background: url(../images/ins_nav_icon.png) 20px center no-repeat;
	text-indent:35px;
	}	

.main {
    background: #f5f5f5;
    padding: 20px 20px 30px;
}
.main_cen {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
.main_left {
	margin-top: -189px;
	background: #fff;
	float: left;
}
.main_right {
	margin-top: -95px;
	background: #fff;
	float: right;
	padding-bottom: 20px;
}
.aboutTwo {
	padding-left: 30px;
	padding-right: 30px;
}
.aboutTwo p {
	font-size: 14px;
	line-height: 26px;
}
/*新闻css*/
.news {
	padding-left: 30px;
	padding-right: 30px;
}
.news_first {
	margin-bottom: 15px;
	padding-bottom: 25px;
	border-bottom: 1px dashed #ddd;
}
.news_img {
	width: 320px;
	float: left;
}
.news_img a {
	text-align: center;
	height: 200px;
	display: block;
	overflow: hidden;
}
.news_img a img {
	webkit-transition: all 0.4s linear -1ms;
	-moz-transition: all 0.4s linear -1ms;
	-ms-transition: all 0.4s linear -1ms;
	-o-transition: all 0.4s linear -1ms;
	transition: all 0.4s linear -1ms;
	width: auto;
	height: 200px;
}
.news_img a:hover img {
	transform: scale(1.2);
	-ms-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
}
.news_info {
	width: 100%;
}
.news_info h2 a {
	display: block;
	font-size: 18px;
	color: #333;
	line-height: 33px;
}
.news_info h2 a:hover {
	color: #bc1a3a;
}
.news_info p {
	color: #aaa;
	font-size: 12px;
}
.news_info p a {
	display: block;
	width: 150px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	background: #666;
	color: #fff;
	font-size: 12px;
}
.news_info p a:hover {
	background: #bc1a3a;
}
.news_info span {
	margin-bottom: 15px;
	margin-top: 10px;
	display: block;
	font-size: 14px;
	color: #888;
	overflow: hidden;
}
.news li {
	height: 40px;
	line-height: 25px;
	margin-bottom: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	border-bottom: 1px dashed #ddd;
}
.news li a {
	display: block;
	float: left;
	height: 25px;
	overflow: hidden;
	max-width: 780px;
	font-size: 14px;
	color: #666;
}
.news li a:hover {
	color: #003894;
}
.news li span {
	float: right;
	font-size: 12px;
	color: #aaa;
}
.news_de {
	padding-left: 30px;
	padding-right: 30px;
}
.news_de article p,.news_de .text p{  font-size: 14px; line-height: 32px;}
.Paging {
	margin-bottom: 20px;
	margin-top: 20px;
}
.Paging .assist{
	font-size: 15px;
	color: #666;
}

/*联系我们+留言*/
.register{
	margin: 0 auto;
	width: 1200px;
	padding-bottom: 30px;
	padding-top: 10px;
	background: #fff;
	margin-top: -105px;
}
.contact{
	padding-left: 30px;
	padding-right: 30px;
}
.contact_left{
	float: left;
	width: 500px;
	 
	padding-bottom: 20px;
	padding-top: 20px;
}
.contact_left h2{
	color: #333;
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 20px;
}
.contact_left p{
	font-size: 14px;
	color: #666;
	margin-bottom: 10px;
}
.contact_left div p{
	text-align: center;
	width: 200px;
	line-height: 45px;
	display: inline-block;
	margin-right: 10px;
}
.contact_left div p img{
	display: block;
}

.contact_right{
	float: right;
	width: 342px;
	padding-bottom: 20px;
	padding-top: 32px;	
}
.contact_messages h2{
	color: #333;
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 20px;
}
.contact_messages .input{
	width: 100%;
	height: 55px;
	font-size: 14px;
	padding-left: 15px;
	background: #fff;
	outline:none;
	font-family: "微软雅黑", "黑体";
	border: 1px solid #ddd;
}
.contact_messages .textarea{
	width: 100%;
	height: 125px;
	font-size: 14px;
	padding-top: 10px;
	font-family: "微软雅黑", "黑体";
	padding-left: 15px;
	background: #fff;
	outline:none;
	border: 1px solid #ddd;
}
.contact_messages li{
	margin-bottom: 15px;
}
.contact_messages li a{
	background: #666;
	color: #fff;
	border: none;
	font-weight: normal;
	height: 55px;
	line-height: 55px;
	font-size: 16px;
	font-family: "微软雅黑", "黑体";
	display: block;
	text-align: center;
}
.contact_messages li a:hover{
	background: #bc1a3a;
}

.contact_messages p{ font-size: 16px; color: #333; line-height: 34px;}
.contact_messages p a{color: #333;}

/*案例*/
.case_list {
	padding: 15px;
}
.case_list li {
	float: left;
	padding: 0px;
	margin-bottom: 30px;
	margin-right: 15px;
	margin-left: 15px;
	width: 30%;
	webkit-transition: all 0.4s linear -1ms;
	-moz-transition: all 0.4s linear -1ms;
	-ms-transition: all 0.4s linear -1ms;
	-o-transition: all 0.4s linear -1ms;
	transition: all 0.4s linear -1ms;
}
.case_list li a {
	display: block;
	overflow: hidden;
	padding: 8px;
}
.case_list li .case_img {
	margin-bottom: 2px;
	background: #fff;
	text-align: center;
	border: 1px solid #ececec;
}
.case_list li .case_img a {
	background: url(../images/case_more_icon.png) center center no-repeat;
}
.case_list li:hover .case_img a img {
	transform: scale(1.2);
	-ms-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
}
.case_list li img {
	height: 230px;
	webkit-transition: all 0.4s linear -1ms;
	-moz-transition: all 0.4s linear -1ms;
	-ms-transition: all 0.4s linear -1ms;
	-o-transition: all 0.4s linear -1ms;
	transition: all 0.4s linear -1ms;
}
.case_txt a {
	width: 100%;
	font-size: 14px;
	text-align: center;
	line-height: 45px;
	background: #fff;
	display: block;
	padding: 0!important;
}
.case_list li:hover .case_txt a {
	background: #bc1a3a;
	color: #fff;
}
/*案例详情*/
.case_de {
	padding-left: 30px;
	padding-right: 30px;
}
.case_de h2.case_de_title {
	font-size: 24px;
	margin-bottom: 20px;
	text-align: center;
}
.focusBox {
	position: relative;
	width: 850px;
	/* height: 450px; */
	overflow: hidden;
}
.focusBox .pic_case {
	position: relative;
	z-index: 0;
}
.focusBox .pic_case li {
	padding: 0px;
	background: none;
	text-align: center;
}
.focusBox .pic_case img {
	max-width: 100%;

}
.focusBox .hd {
	width: 100%;
	position: absolute;
	bottom: 10px;
	text-align: center;
	font-size: 0;
	z-index: 1;
}
.focusBox .hd li {
	margin: 0 5px;
	background: url(../images/dot.png) no-repeat 0 -16px;
	height: 16px;
	overflow: hidden;
	width: 16px;
	cursor: pointer;
	display: inline-block;
*display:inline;
	zoom: 1;
	_background: url(../images/dot8.png) no-repeat 0 -16px;
}
.focusBox .hd .on {
	background-position: 0 0;
}
.focusBox .prev, .focusBox .next {
	width: 60px;
	height: 90px;
	margin: -60px 0 0;
	display: none;
	background: url(../images/ad_ctr.png) no-repeat 0 0;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	text-indent: -9999px;
	filter: alpha(opacity=20);
	opacity: 0.2;
}
.focusBox .prev {
	left: 0;
}
.focusBox .next {
	background-position: 0 -90px;
	right: 0;
}
.focusBox .prev:hover, .focusBox .next:hover {
	filter: alpha(opacity=50) !important;
	opacity: 0.5 !important;
}
.case_de_img {
	margin-bottom: 30px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 30px;
}
.case_de_info {
	margin-bottom: 30px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 30px;
}

/* 分页样式 */
.page {
        padding: 40px;
        line-height: 28px;
        text-align: center;
         
}

.page a {
        display: inline-block;
        margin: 0 2px;
        padding: 0 12px;
        border: 1px solid #ddd;
         
        color: #333;
        vertical-align: top;
}
.page a:hover, .page .current {
        border: 1px solid #fd0902;
        background: #fd0902;
        color: #fff;
}
.page span {
        display: inline-block;
        margin: 0 2px;
        padding: 0 12px;
        border: 1px solid #ddd;
         
        color: #333;
        vertical-align: top;
}
 
 
.page  li { display:inline
    
}
.page  .active span{background:#fd0902;color:#ffffff}

