ul li{
	list-style: none;
}
.page_nav_wrap{
	position: relative;
	width: 100%;
	height: 60px;
	border-bottom: 1px solid #eeeeee;
}
.mg_auto{
	width: 1100px;
	margin:0 auto;
	    border-bottom: 1px solid #eeeeee;
}

.page_nav .title{
	width: 200px;
	font-size:22px;
	text-indent: 20px;
	line-height: 60px;
	font-weight: bold;
	color: #d80d18;
	float: left;
	background: url(../images/page_nav_sign.png) 0 0 no-repeat;
}

.page_nav .page_nav_box{
	position: relative;
	height: 60px;
	float: right;
}
.profl{
	width: 1100px;
	margin:0 auto;
	line-height: 70px;
}
.profl a{
	margin-right: 15px;
	text-decoration: none;
	color:#000;
}
.profl a:hover{
	color:#d80d18;
}
.page_nav .page_nav_box .page_nav_hover{
	display:inline-block;
	padding: 8px 20px;
	color: #666;
	text-decoration: none;
	border: 1px solid #ccc;
	text-align: center;
	float: right;
	margin-top: 12px;
	transition: all 0.5s;
}
.page_nav .page_nav_box .page_nav_hover:hover{
	background: #d80d18;
	color:#fff;
}
.page_nav .page_nav_box .cur{
	color: #fff;
	border: 1px solid #d80d18;
	background: #d80d18
}

.page_nav .page_nav_box .page_nav_show{
	display: none;
	position: absolute;
	right: 0px;
	top: 59px;
	z-index: 9;
}

.page_nav .page_nav_box .page_nav_show ul li{
	width: 220px;
}

.page_nav .page_nav_box .page_nav_show ul li a{
	display: block;
	line-height: 45px;
	text-align: center;
	background: #333;
	border-bottom: 1px solid #444;
	color: #ccc;
	font-size: 14px;
	transition: all 0.5s;
}

.page_nav .page_nav_box .page_nav_show ul li a:hover{
	background: #d80d18;
	color: #fff;
}

.page_pro_list2 .pro_class_name{
	line-height: 60px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 25px;
	font-size: 16px;
}

.page_pro_list2 .box{
	margin-bottom: 40px;
}

.page_pro_list2 .box .list_box ul li{
	width: 364px;
	float: left;
	margin-right: 40px;
	margin-bottom: 40px;
	transition: all 0.5s;
}
.page_pro_list2 .box .list_box ul li:nth-child(2n){
	margin-right: 0px;
}
.page_pro_list2 .box .list_box ul li:hover{
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#ccc',Direction=0, Strength=15);/*for ie6,7,8*/ 
	-moz-box-shadow:0px 0px 15px #ccc;/*firefox*/ 
	-webkit-box-shadow:0px 0px 15px #ccc;/*webkit*/ 
	box-shadow:0px 0px 25px #ccc;/*opera或ie9*/ 
}

.page_pro_list2 .box .list_box ul li.last{
	margin-right: 0px;
}


.page_pro_list2 .box .list_box ul li .img_box{
	width: 100%;
	height: 234px;
	line-height: 248px;
	border: 1px solid #ccc;
}

.page_pro_list2 .box .list_box ul li .img_box img{
	max-width: 100%;
	height: 194px;
	margin:20px;
	width: 323px;
}


.page_pro_list2 .box .list_box ul li .img_box img{

}

.page_pro_list2 .box .list_box ul li .info{
	width: 100%;
	text-align: center;
	padding-top: 0px;
	transition: all 0.5s;
	height: 80px;
}

.page_pro_list2 .box .list_box ul li .info .title{
	font-size: 22px;
	line-height: 80px;
	height: 80px;
	font-weight: bold;
	transition: all 0.5s;
	overflow: hidden;
}
.page_pro_list2 .box .list_box ul li .info .title a{
	text-decoration: none;
	color:#000;
}
.page_pro_list2 .box .list_box ul li .info .des{
	height: 40px;
	line-height: 22px;
	overflow: hidden;
	color: #999;
	transition: all 0.5s;
}



.page_pro_list2 .box .list_box ul li:hover .info{
	background: #d80d18;
}

.page_pro_list2 .box .list_box ul li:hover .info .title a{
	color: #fff;
}

.page_pro_list2 .box .list_box ul li:hover .info .des{
	color: #fff;
}

.page_pro_list2 .box .news-list-more{
	padding-top: 30px;
	border-top: 1px dashed #ccc;
}


.page_pro_list2 .box .news-list-more a{
	display: block;
	height: 40px;
	line-height: 40px;
	border: 1px solid #ccc;
	color: #666;
	font-size: 16px;
	border-radius: 25px;
	width: 150px;
	text-align: center;
	margin: 0 auto;	
	transition: all 0.5s;
}

.page_pro_list2 .box .news-list-more a:hover{
	background: #e60012;
	color: #fff;
	border: 1px solid #e60012;
}


/* page_pro_float_wrap
----------------------------------------------------------------------------------*/
.page_pro_float_wrap{
	height: 50px;
	width: 50px;
	position: fixed;
	background: url(../../img/page_pro_float_btn.jpg) 0 0 no-repeat;
	left: 0px;
	top: 45%;
}

.page_pro_float_wrap:hover{
	background: url(../../img/page_pro_float_btn.jpg) 0 -50px no-repeat;
}

.page_pro_float_wrap .page_pro_float{
	display: none;
	position: absolute;
	width: 200px;
	left: 50px;
	top: 0px;
}

.page_pro_float_wrap .page_pro_float li{
	width: 200px;
}

.page_pro_float_wrap .page_pro_float li a{
	display: block;
	line-height: 40px;
	background: #333;
	text-align: center;
	color: #999;
	border-bottom: 1px solid #444;
	transition: all 0.5s;
}

.page_pro_float_wrap .page_pro_float li a:hover{
	color: #fff;
	background: #d80d18;
}

/*.page_pro_detail*/

.page_pro_detail{
}

.page_pro_detail .page_tab_style1 .hd{
	margin-bottom: 0px;
}

.page_pro_detail .top_box .text p{
	font-size: 15px;
	line-height: 28px;
}

/*page_pro_brand_sign*/
.page_pro_brand_sign{
	padding: 25px;
	border-bottom: 1px solid #eeeeee;
	text-align: center;
	height: 50px;
}

.page_pro_brand_sign img{
	height: 100%;
	width: auto;
}

/* page_news_list
----------------------------------------------------------------------------------*/
.page_news_list{
	padding-bottom: 40px;
	}

.page_news_list .list_box ul li{
	width:100%;
	height:190px;
	background:#f5f5f5;
	margin-bottom:30px;
	transition: all 0.5s;
	}

.page_news_list .list_box ul li:hover{
	background: #eeeeee;
	}

.page_news_list .list_box ul li .img_box{
	width:300px;
	height:190px;
	overflow: hidden;
	float:left;
	}

.page_news_list .list_box ul li .img_box img{
	width:300px;
	height:190px;
	transition: all 0.5s;
	}

.page_news_list .list_box ul li:hover .img_box img{
	transform: scale(1.2,1.2);
    -ms-transform: scale(1.2,1.2);    /* IE 9 */
    -webkit-transform: scale(1.2,1.2);    /* Safari 和 Chrome */
    -o-transform: scale(1.2,1.2);    /* Opera */
    -moz-transform: scale(1.2,1.2);    /* Firefox */
	}

.page_news_list .list_box ul li .info{
	width:620px;
	float:left;
	margin-left:25px;
	}

.page_news_list .list_box ul li .info a{
	display:block;
	}

.page_news_list .list_box ul li .info .title{
	height:40px;
	margin-top:15px;
	font-size:20px;
	line-height:40px;
	overflow:hidden;
	}

.page_news_list .list_box ul li .info .title:hover{
	color:#13749f;
	}

.page_news_list .list_box ul li .info .dec{
	height:70px;
	line-height:24px;
	color:#666;
	overflow:hidden;
	}

.page_news_list .list_box ul li .info .more{
	margin-top:15px;
	color:#999;
	}

.page_news_list .list_box ul li .info .more:hover{
	color:#000;
	}

.page_news_list .list_box ul li .time{
	height:80px;
	width:80px;
	padding:10px;
	float:right;
	margin-right:20px;
	margin-top:50px;
	border:1px solid #ccc;
	}

.page_news_list .list_box ul li .time .y_box, .page_news_list .list_box ul li .time .d_box{
	font-size:20px;
	line-height:40px;
	border-bottom:1px solid #ccc;
	text-align:center;
	color:#ccc;
	font-weight:bold;
	}

.page_news_list .list_box ul li .time .d_box{
	border:0px;
	}

/*page_download
--------------------------------------------------------------------*/

.page_download .list_box ul li{
	float: left;
	width:320px;
	padding: 15px;
	border-bottom: 1px solid #eeeeee;
	margin-right: 25px;
	margin-bottom: 25px;
	background: #fff;
	transition: all 0.5s;
}

.page_download .list_box ul .last{
	margin-right: 0px;
}

.page_download .list_box ul li:hover{
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#ccc',Direction=0, Strength=30);/*for ie6,7,8*/ 
    -moz-box-shadow:0px 0px 30px #ccc;/*firefox*/ 
    -webkit-box-shadow:0px 0px 30px #ccc;/*webkit*/ 
    box-shadow:0px 0px 30px #ccc;/*opera或ie9*/ 

}

.page_download .list_box ul li .img_box{
	float: left;
	width: 90px;
	height: 90px;
	border: 1px solid #ccc;
	overflow: hidden;
}

.page_download .list_box ul li .img_box img{
	width: 90px;
	height: 90px;
	transition: all 0.5s;
}

.page_download .list_box ul li .info{
	float: right;
	width: 210px;
}

.page_download .list_box ul li .info .title a{
	line-height: 30px;
	font-size: 16px;
	color: #000;
}

.page_download .list_box ul li .info .des{
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	color: #999;
	margin-bottom: 5px;
	overflow: hidden;
}

.page_download .list_box ul li .info .btn a {
	display: block;
	height: 20px;
	line-height: 20px;
	width: 60px;
	background: #999;
	color: #eeeeee;
	text-align: center;
	transition: all 0.5s;
}

.page_download .list_box ul li:hover .info .btn a {
	color: #fff;
	background: #d80d18;
}

/*page_con
------------------------------------------------------------------------*/
.page_con{
	padding-bottom: 40px;
}

.page_con .ditu{
	margin: 30px 0px;
	width: 100%;
	height: 300px;
}

.page_con .zone .right_box{
	border-left: 1px solid #eeeeee;
}

/*page_members
---------------------------------------------------------------------------*/
.page_members{
	width: 600px;
	background: #fff;
	margin: 60px auto;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#ccc',Direction=0, Strength=25);/*for ie6,7,8*/ 
    -moz-box-shadow:0px 0px 25px #ccc;/*firefox*/ 
    -webkit-box-shadow:0px 0px 25px #ccc;/*webkit*/ 
    box-shadow:0px 0px 25px #ccc;/*opera或ie9*/ 
    transition: all .3s linear;
    z-index:9999;
}

.page_members .title{
	font-size: 20px;
	line-height: 50px;
	padding-top: 15px;
}

.page_members .dec{
	color: #999;
	margin-bottom: 25px;
}

.page_members .dec a{
}

.page_members .members_menu{
	text-align: center;
}

.page_members .members_menu a{
	display: inline-block;
	padding: 5px 15px;
	margin: 10px;
	border: 1px solid #eeeeee;
	color: #666;
	transition: all 0.5s;
}

.page_members .members_menu a:hover{
	background: #e60010;
	color: #fff;
	border: 1px solid #e60010;
}

.page_members .members_menu a.cur{
	background: #e60010;
	color: #fff;
	border: 1px solid #e60010;
}

.qt_class{
	display:none;
}

.list_box{
	margin-top: 30px;
}
.page_style1 .top_box .title{
	line-height: 60px;
	font-size: 18px;
	border-bottom: 2px solid #eeeeee;
	margin-bottom: 30px;
}

.page_style1 .btn_zone{
	text-align: center;
	padding: 30px 0px;
}

.page_style1 .right_box .img_box{
	height: 250px;
	width: 420px;
	border: 1px solid #ccc
}

/* .page_list_style1(内页列表样式1)
---------------------------------------------------------------*/
.page_list_style1_wrap{
	margin-bottom: 20px;
}

.page_list_style1_wrap .name{
	line-height: 50px;
	background: #434343;
	margin-bottom: 30px;
	text-indent: 15px;
	font-size: 15px;
	color: #fff;
}

.page_list_style1 li{
	float: left;
	width: 520px;
	padding-bottom: 15px;
	margin-bottom: 30px;
	border-bottom: 1px solid #ccc;
}
.page_list_style1 li img{
height: 120px;
}
.page_list_style1 .box2{
	float: right;
}

.page_list_style1 li .img_box{
	float: left;
	width: 200px;
}

.page_list_style1 li .info{
	float: right;
	width: 300px;
}

.page_list_style1 li .info .title{
	line-height: 40px;
	font-size: 16px;
	color: #000;
	font-weight: bold;
}

.page_list_style1 li .info .des{
	line-height: 22px;
	font-size: 12px;
	color: #999;
	height: 48px;
	overflow: hidden;
}


/*.page_btn
---------------------------------------------------------------*/
.page_btn a{
	display: block;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	border: 1px solid #ccc;
	border-radius: 25px;
	transition: all 0.5s;
	padding:0px 60px;
	float: left;
	text-decoration: none;
	color:#000;
}

.page_btn a:hover{
	background: #d80d18;
	border: 1px solid #d80d18;
	color: #fff;
}

/* page_tab_style1
----------------------------------------------------------------*/
.page_tab_style1 .hd{
	height: 50px;
	background: #434343;
	margin-bottom: 50px;
}

.page_tab_style1 .hd ul li{
	cursor: pointer;
	display: block;
	width: 100px;
	line-height: 50px;
	float: left;
	text-indent: 15px;
	font-size: 15px;
	color: #eeeeee;
}

.page_tab_style1 .hd ul li.on{
	color: #fff;
	background: #d80d18;
}

/* page_solution_list
----------------------------------------------------------------------------------*/
.page_style2 .top_box{
	padding: 40px 0px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}

.page_style2 .top_box .list_box ul li{
	width: 118px;
	padding: 20px 0px;
	margin-right: 20px;	
	margin-bottom: 20px;
	float: left;
	border: 1px solid #eeeeee;
	border-bottom: 5px solid #eeeeee;
	transition: all 0.5s;
}

.page_style2 .top_box .list_box ul li:hover{
	border-color: #d80d18;
}

.page_style2 .top_box .list_box ul li.cur{
	border-color: #d80d18;
}

.page_style2 .top_box .list_box ul li.last{
	margin-right: 0px;	
}

.page_style2 .top_box .list_box ul li .img_box{
	width: 50px;
	height: 50px;
	margin: 0 auto;
}

.page_style2 .top_box .list_box ul li .name{
	font-size: 16px;
	line-height: 40px;
	text-align: center;
}

.page_style2 .list_box .name{
	line-height: 60px;
	font-size: 18px;
	font-weight: bold;
}

/* page_pro_brand
----------------------------------------------------------------------------------*/
.page_pro_brand_wrap{
	height:700px;
	background: url(../../img/page_pro_brand_bg.jpg) bottom center no-repeat;
}

.page_pro_brand .title{
	padding: 50px 0px;
	line-height: 80px;
	font-size: 30px;
	text-align: center;
	color: #e60012;
}

.page_pro_brand .list_box .box{
	width: 340px;
	height: 200px;
	float:left;
	margin-right: 40px;
	margin-bottom: 100px;
}

.page_pro_brand .list_box .box3{
	margin-right: 0px;
}


.page_pro_brand .list_box .box .img_box{
	width: 338px;
	height: 198px;
	border: 1px solid #ccc;
	overflow: hidden;
	transition: all 0.5s;
}

.page_pro_brand .list_box .box .img_box:hover{
	border: 1px solid #e60012;
}

/* page_pro_list2
----------------------------------------------------------------------------------*/
.page_pro_list2 .pro_class_name{
	line-height: 60px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 25px;
	font-size: 16px;
}

.page_pro_list2 .box{
	margin-bottom: 40px;
}



.page_pro_list2 .box .list_box ul li:hover{
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#ccc',Direction=0, Strength=15);/*for ie6,7,8*/ 
	-moz-box-shadow:0px 0px 15px #ccc;/*firefox*/ 
	-webkit-box-shadow:0px 0px 15px #ccc;/*webkit*/ 
	box-shadow:0px 0px 25px #ccc;/*opera或ie9*/ 
}

.page_pro_list2 .box .list_box ul li.last{
	margin-right: 0px;
}



.page_pro_list2 .box .news-list-more a{
	display: block;
	height: 40px;
	line-height: 40px;
	border: 1px solid #ccc;
	color: #666;
	font-size: 16px;
	border-radius: 25px;
	width: 150px;
	text-align: center;
	margin: 0 auto;	
	transition: all 0.5s;
}

.page_pro_list2 .box .news-list-more a:hover{
	background: #e60012;
	color: #fff;
	border: 1px solid #e60012;
}


/* page_pro_float_wrap
----------------------------------------------------------------------------------*/
.page_pro_float_wrap{
	height: 50px;
	width: 50px;
	position: fixed;
	background: url(../../img/page_pro_float_btn.jpg) 0 0 no-repeat;
	left: 0px;
	top: 45%;
}

.page_pro_float_wrap:hover{
	background: url(../../img/page_pro_float_btn.jpg) 0 -50px no-repeat;
}

.page_pro_float_wrap .page_pro_float{
	display: none;
	position: absolute;
	width: 200px;
	left: 50px;
	top: 0px;
}

.page_pro_float_wrap .page_pro_float li{
	width: 200px;
}

.page_pro_float_wrap .page_pro_float li a{
	display: block;
	line-height: 40px;
	background: #333;
	text-align: center;
	color: #999;
	border-bottom: 1px solid #444;
	transition: all 0.5s;
}

.page_pro_float_wrap .page_pro_float li a:hover{
	color: #fff;
	background: #d80d18;
}

/*.page_pro_detail*/

.page_pro_detail{
}
.grid_66 {
    width:460px;
    float: left;
}
.grid_42{
	float: left;
	width:560px;
}
.grid_13{
	float: left;
}
.grid_13:nth-child(1){
	margin-right: 20px;
}
