/* head   头部样式  
--------------------------------------------------------------------*/
.header_wrap{
	height:150px;
    }

.header{
	width: 100%;
	height: 50px;
	background: #eeeeee;
}

.header_fixed{
	position: fixed;
	top: 0px;
	z-index: 9;
	transition: all 0.5s;
}

.header_top_wrap{
	position: relative;
	width: 100%;
	height: 100px;
	background: #fff;
	border-bottom: 1px solid #eeeeee;
}

.header_top_right .box{
	position: relative;
	margin-left: 30px;
	margin-top: 40px;
	float: right;
}

.header_top_right .box_hover{
	display: block;
	height: 20px;
	width: 20px;
	transition: all 0.5s;
}

.header_top_right .box1 .l_box{
	display: none;
	position: absolute;
	z-index: 999;
	left: -40px;
	top: 20px;
	width: 100px;
	height: 64px;
	padding-top: 5px;
	background: url(../../img/header_laugage_bg.png) top center no-repeat;
}

.header_top_right .box1 .l_box a{
	display: block;
	line-height: 30px;
	width: 100%;
	color: #ccc;
	background: #000;
	text-align: center;
	transition: all 0.5s;
	margin-bottom: 2px;
}

.header_top_right .box1 .l_box a:hover{
	background: #db1e28;
	color: #fff;
}

.header_top_right .box1 .box_hover{
	background: url(../../img/ind_icon.png) -40px 0 no-repeat;
}

.header_top_right .box1 .box_hover:hover{
	background: url(../../img/ind_icon.png) -40px -20px no-repeat;
}

.header_top_right .box2 .box_hover{
	background: url(../../img/ind_icon.png) -20px 0 no-repeat;
}

.header_top_right .box2 .box_hover:hover{
	background: url(../../img/ind_icon.png) -20px -20px no-repeat;
}

.header_top_right .box3 .box_hover{
	float: left;
	background: url(../../img/ind_icon.png) 0 0 no-repeat;
}

.header_top_right .box3{
	overflow: hidden;
	height: 25px;
	width: 140px;
	margin-left: 0px;
}

.header_top_right .box3 .search_input{
	float: right;	
}

.header_top_right .box3 .search_input input{
	border: none;
	border-bottom: 1px solid #ccc;
	line-height: 20px;
}

.header_top_right .box3 .box_hover:hover{
	background: url(../../img/ind_icon.png) 0 -20px no-repeat;
}

.header_login_box{
	width: 800px;
}

.header_login_box .title{
	font-size: 25px;
	line-height: 60px;
	padding: 20px 0px;
	color: #db1e28;
}

.header_login_box .input_box .input{
	height: 50px;
	line-height: 70px;
	margin-bottom: 30px;
}

.header_login_box .btn{
	width: 340px;
	margin: 0 auto;
}

.header_login_box .btn a{
	width: 150px;
	font-size: 15px;
	display: block;
	line-height: 40px;
	text-align: center;
	background: #000;
	color: #ccc;
	transition: all 0.5s;
}

.header_login_box .btn a:hover{
	color: #fff;
	background: #db1e28;
}

.header_login_box .btn .btn_1{
	float: left;
	
}

.header_login_box .btn .btn_2{
	float: right;
	background: #f5f5f5;
	color: #666;
}

.header_login_box .des{
	line-height: 40px;
	color: #999;	
	margin-top: 30px;
	font-size: 14px;
}

.header_login_box .des a{
	margin-right: 5px;	
}

.header_login_box .tip{
	line-height: 40px;
	color: #999;	
	font-size: 14px;
}

/*ind_title
-----------------------------------------------------------------*/
.ind_title_style1{
}

.ind_title_style1 .title{
	float: left;
	line-height: 100px;
	color: #a0a0a0;
}

.ind_title_style1 .title .en{
	font-size: 16px;
	color: #a0a0a0;
	padding-left: 10px;
}

.ind_title_style1 .title .ch{
	font-size: 28px;
	color: #000;
	padding-right: 10px;
}

.ind_title_style1 .btn{
	display: inline-block;
	width: 100px;
	float: right;
}

.ind_title_style1 .btn a{
	display: block;
	width: 100px;
	height: 25px;
	line-height: 25px;
	margin-top: 38px;
	font-size: 16px;
	border: 1px solid #a0a0a0;
	text-align: center;
	color: #a0a0a0;
	transition: all 0.5s;
	border-radius:25px;
	-moz-border-radius:25px; /* Old Firefox */
}

.ind_title_style1 .btn a:hover{
	color: #fff;
	background: #db1e28;
}


/*ind_title
-----------------------------------------------------------------*/
.ind_title_style2{
}

.ind_title_style2 .title{
	float: left;
	line-height: 100px;
	color: #eeeeee;
	width: 300px;
}

.ind_title_style2 .title .en{
	font-size: 16px;
	color: #eeeeee;
	padding-left: 10px;
}

.ind_title_style2 .title .ch{
	font-size: 28px;
	color: #fff;
	padding-right: 10px;
}

.ind_title_style2 .btn{
	display: inline-block;
	width: 100px;
	float: right;
}

.ind_title_style2 .btn a{
	display: block;
	width: 100px;
	height: 25px;
	line-height: 25px;
	margin-top: 38px;
	font-size: 16px;
	border: 1px solid #a0a0a0;
	text-align: center;
	color: #eeeeee;
	transition: all 0.5s;
	border-radius:25px;
	-moz-border-radius:25px; /* Old Firefox */
}

.ind_title_style2 .btn a:hover{
	color:#db1e28 ;
	background:#fff;
}

/*ind_system
-----------------------------------------------------------------*/
.ind_system_wrap{
	padding-bottom: 40px;
}

.ind_system .list_box ul li{
	width: 275px;
	float: left;
}

.ind_system .list_box ul li .img_box{
	width: 275px;
	height: 200px;
	overflow: hidden;
}

.ind_system .list_box ul .style1 .des{
	position: relative;
	height: 212px;
	width: 275px;
	background: url(../../img/ind_sysemt_bg.png) 0 0 no-repeat;
	margin-top: -12px;
	z-index:99;
}

.ind_system .list_box ul .style1 .des .icon_box{
	width: 75px;
	height: 50px;
	margin: 0 auto;
	padding-top: 60px;
}

.ind_system .list_box ul .style1 .des .name{
	line-height: 40px;
	font-size: 16px;
	text-align: center;
}

.ind_system .list_box ul .style2 .des{
	position: relative;
	height: 212px;
	width: 275px;
	background: url(../../img/ind_sysemt_bg.png) 0 -212px no-repeat;
	margin-bottom: -12px;
	z-index:99;
}

.ind_system .list_box ul .style2 .des .icon_box{
	width: 75px;
	height: 45px;
	margin: 0 auto;
	padding-top: 60px;
}

.ind_system .list_box ul .style2 .des .name{
	line-height: 40px;
	font-size: 16px;
	text-align: center;
}

/* ind_solution_wrap
-----------------------------------------------------------------*/
.ind_solution_wrap{
	height: 600px;
	background: url(../../img/ind_solution_bg.jpg) top center no-repeat fixed;
}

.ind_solution .list_box ul li{
	width: 160px;
	height: 195px;
	float: left;
	margin-right: 28px;
	margin-bottom: 28px;
	background: url(../../img/tou/tou_20.png) 0 0 repeat;
	overflow: hidden;
	transition: all 0.5s
}

.ind_solution .list_box ul li:hover{
	background: #d80d18;
}

.ind_solution .list_box ul .last{
	margin-right: 0px;
}

.ind_solution .list_box ul .cur .img_box{
	height: 60px;
	width: 60px;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 5px;
}

.ind_solution .list_box ul .cur{
	transition: all 0.5s;
}

.ind_solution .list_box ul .cur .btn{
	height: 23px;
	width: 80px;
	padding-top: 10px;
	margin: 0 auto;
}

.ind_solution .list_box ul li .img_box{
	height: 80px;
	width: 80px;
	margin: 0 auto;
	padding: 20px 0px;
	transition: all 0.5s;
}

.ind_solution .list_box ul li .img_box img{
	height: 100%;
	width: auto;
	transition: all 0.5s;
}

.ind_solution .list_box ul li .name .ch{
	font-size: 18px;
	line-height: 30px;
	color: #fff;
	text-align: center;
}

.ind_solution .list_box ul li .name .en{
	font-size: 12px;
	line-height: 15px;
	color: #fff;
	text-align: center;
}

.ind_solution .list_box ul li .btn{
	height: 23px;
	width: 80px;
	padding-top: 40px;
	margin: 0 auto;
	transition: all 0.5s;
}

.ind_solution .list_box ul li .btn a{
	display: block;
	height: 23px;
	line-height: 23px;
	width: 100%;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 20px;
	text-align: center;
	transition: all 0.5s;
}

.ind_solution .list_box ul li .btn a:hover{
	color: #d80d18;
	border: 1px solid #fff;
	background: #fff;
}

/* ind_pro_wrap
-----------------------------------------------------------------*/
.ind_pro_wrap{
	width: 100%;
}

.ind_pro .left_box .ind_pro_nav{
	width: 100%;
}

.ind_pro .left_box .ind_pro_nav ul{
	padding: 15px;
}

.ind_pro .left_box .ind_pro_nav ul li a{
	display: block;
	line-height: 48px;
	font-size: 20px;
	text-decoration: none;
	color: #eeeeee;
	transition: all 0.5s;
}

.ind_pro .left_box .ind_pro_nav ul li a:hover{
	color: #fff;
	background: #d80d18;
	text-indent: 5px;
	font-size: 22px;
}

.ind_pro .left_box .ind_pro_btn{
	transition: all 0.5s;
}

.ind_pro .left_box .ind_pro_btn:hover{
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#959595',Direction=0, Strength=30);/*for ie6,7,8*/ 
	-moz-box-shadow:0px 5px 15px #959595;/*firefox*/ 
	-webkit-box-shadow:0px 5px 15px #959595;/*webkit*/ 
	box-shadow:0px 10px 30px #959595;/*opera或ie9*/ 
}

.ind_pro .right_box .list_box ul li{
	position: relative;
	width: 260px;
	height: 290px;
	float: left;
	margin-left: 20px;
	margin-bottom: 20px;
	background: #FFF;
	transition: all 0.5s;
}
.ind_pro .right_box .list_box ul li img{
	max-width: 100%;
}
.ind_pro .right_box .list_box ul li:hover .name{
	background: #CF1C1C!important;
	
}
.ind_pro .right_box .list_box ul li:hover .name a{
	color:#fff!important;
}
.ind_pro .right_box .list_box ul li .img_box{
	position: relative;
	height: 185px;
	width: 260px;
	margin: 0 auto;
	padding-bottom: 17px;
	overflow: hidden;
}
.ind_pro .right_box .list_box ul li .img_box img{
	width: 260px;
	height: 200px;
}
.ind_pro .right_box .list_box ul li .sign{
	position: absolute;
	top: 0px;
	left: 115px;
	display: none;
}

.ind_pro .right_box .list_box ul li .info{
	width: 100%;
	line-height: 100px;
	border-top: 1px solid #eeeeee;
	cursor: pointer;
}

.ind_pro .right_box .list_box ul li .info .name{
	font-size: 16px;
	line-height: 30px;
	padding:15px;
	color: #000;
	text-align: center;
	background: #eeeeee;
}
.ind_pro .right_box .list_box ul li .info .name a{
	text-decoration: none;
	font-size: 18px;
	color:#000;
}
.ind_pro .right_box .list_box ul li .info .des{
	font-size: 12px;
	color: #999;
	line-height: 20px;
	text-align: center;
}


.ind_pro .right_box .list_box ul .cur:hover{
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#959595',Direction=0, Strength=30);/*for ie6,7,8*/ 
	-moz-box-shadow:0px 5px 15px #959595;/*firefox*/ 
	-webkit-box-shadow:0px 5px 15px #959595;/*webkit*/ 
	box-shadow:0px 10px 30px #959595;/*opera或ie9*/ 
}


.ind_pro .right_box .list_box ul .cur .info{
	border-top: 1px solid #d80d18;
	background: #d80d18;
	transition: all 0.5s;
}

.ind_pro .right_box .list_box ul .cur .info .name a{
	color: #fff;
	transition: all 0.5s;
}

.ind_pro .right_box .list_box ul .cur .info .des{
	color: #fff;
	transition: all 0.5s;
}

/*ind_case_wrap
----------------------------------------------------------*/
.ind_case_wrap{
	height: 620px;
}

.ind_case .list_box ul li{
	position: relative;
	width: 260px;
	height: 215px;
	margin-right: 20px;
	margin-bottom: 20px;
	float: left;
	overflow: hidden;
	transition: all 0.5s ;
}

.ind_case .list_box ul .last{
	margin-right: 0px;
}

.ind_case .list_box ul li .img_box{
	position: relative;
	width: 260px;
	height: 155px;
	overflow: hidden;
}

.ind_case .list_box ul li .img_box img{
	width: 260px;
	height: 155px;
}

.ind_case .list_box ul li .img_box .case_box_alpha{
	position: absolute;
	top: 155px;
	height: 155px;
	width: 260px;
	background: url(../../img/ind_case_bg.png) 0 0 repeat;
	transition: all 0.5s ;
}

.ind_case .list_box ul li:hover .img_box .case_box_alpha{
	top: 0px;
}

.ind_case .list_box ul li .title a{
	display: block;
	line-height: 60px;
	text-align: center;
	background: #eeeeee;
	transition: all 0.5s;
	font-size: 16px;
}

.ind_case .list_box ul li .title a:hover{
	background: #d80d18;
	color: #fff;
}

.ind_case .list_box ul li .more{
	position: absolute;
	width: 40px;
	height: 40px;
	left: 110px;
	top: -40px;
}

.ind_case .list_box ul li:hover .more{
	transition: all 0.7s ;
	top: 52px;
}

.ind_case .list_box ul li .more a{
	display: block;
	height: 40px;
	width: 40px;
	background: url(../../img/ind_case_more.png) 0 0 no-repeat;
}

/* ind_news_wrap
----------------------------------------------------------------*/
.ind_news_wrap{
	height: 610px;
	width: 100%;
	background: #eeeeee;
}

.ind_news .news_list .left_box{	
}

.ind_news .news_list .left_box .info{
	height: 125px;
	width: 480px;
	padding: 0px 20px;
	background: #fff;
}

.ind_news .news_list .left_box .info .title a{
	line-height: 50px;
	font-size: 16px;
	color: #e62129;
	font-weight: bold;
}

.ind_news .news_list .left_box .info .des{
	height: 70px;
	font-size: 12px;
	line-height: 22px;
	color: #676767;
}

.ind_news .news_list .left_box .cur .info{
	background: #d80d18;
	transition: all 0.5s;
}

.ind_news .news_list .left_box .cur .info .title a{
	color: #fff;
	transition: all 0.5s;
}

.ind_news .news_list .left_box .cur .info .des{
	color: #fff;
	transition: all 0.5s;
}

.ind_news .news_list .right_box ul li{
	width: 530px;
	height: 105px;
	padding: 10px;
	background: #fff;
	margin-bottom: 25px;
	cursor: pointer;
}

.ind_news .news_list .right_box ul li .img_box{
	width: 180px;
	height: 105px;
	float: left;
}

.ind_news .news_list .right_box ul li .info{
	width: 330px;
	float: right;
}

.ind_news .news_list .right_box ul li .info .title{
	font-size: 14px;
	line-height: 30px;
	font-weight: bold;
}

.ind_news .news_list .right_box ul li .info .des{
	height: 50px;
	line-height: 22px;
}

.ind_news .news_list .right_box ul li .info .time{
	color: #999;
}

.ind_news .news_list .right_box ul .cur{
	background: #d80d18;
	transition: all 0.5s;
}

.ind_news .news_list .right_box ul .cur .info .title{
	color: #fff;
	transition: all 0.5s;
}

.ind_news .news_list .right_box ul .cur .info .des{
	color: #fff;
	transition: all 0.5s;
}

.ind_news .news_list .right_box ul .cur .info .time{
	color: #fff;
	transition: all 0.5s;
}


/* 底部样式
----------------------------------------------------------------*/
.footer_wrap{
	width:100%;
	position:relative;
	background:#434343;
	color:#b5b5b5;
	height: 60px;
	line-height: 60px;
	}

.footer a{
	color: #b5b5b5;
	}

.footer .left_box{
	width: 800px;
	float: left;
	}

.footer .right_box{
	width: 200px;
	float: right;
	text-align: right;
	}

.footer p{
	display: inline;
	margin-right: 15px;
	line-height: 60px;
	color: #b5b5b5;
	}

.footer a{
	color: #b5b5b5;
	}

/* page_nav_wrap
----------------------------------------------------------------*/
.page_nav_wrap{
	position: relative;
	width: 100%;
	height: 60px;
	border-bottom: 1px solid #eeeeee;
}

.page_nav .title{
	width: 200px;
	font-size: 18px;
	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;
}

.page_nav .page_nav_box .page_nav_hover{
	display:inline-block;
	padding: 8px 20px;
	color: #666;
	border: 1px solid #ccc;
	text-align: center;
	float: right;
	margin-top: 12px;
	transition: all 0.5s;
}

.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_class_style
----------------------------------------------------------------*/
.page_class_style{
	margin-top: 50px;
}


.page_class_style .list_box ul li{
	width: 340px;
	margin-right: 40px;
	margin-bottom: 40px;
	float: left;
}

.page_class_style .list_box ul li.last{
	margin-right: 0px;
}

.page_class_style .list_box ul li .img_box{
	width: 340px;
	height: 180px;
	background: #000;
}

.page_class_style .list_box ul li .img_box img{
	width: 340px;
	height: 180px;
}

.page_class_style .list_box ul li .info{
	width: 298px;
	padding: 0px 20px;
	border: 1px solid #ccc;
}

.page_class_style .list_box ul li .info .title a{
	display: block;
	line-height: 50px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

.page_class_style .list_box ul li .info .dec{
	height: 50px;
	line-height: 24px;
	font-size: 14px;
	text-align: center;
	color: #666;
	overflow: hidden;
}

.page_class_style .list_box ul li .info .btn a{
	display: block;
	width: 100px;
	height: 30px;
	line-height: 30px;
	margin: 25px auto;
	text-align: center;
	background: #d80d18;
	border: 1px solid #d80d18;
	color: #fff;
	border-radius: 25px;
	transition: all 0.5s;
}

/* 内页版式1
----------------------------------------------------------------*/
.page_style1 .top_box .title{
	line-height: 60px;
	font-size: 18px;
	border-bottom: 2px solid #eeeeee;
	margin-bottom: 30px;
}

.page_style1 .btn_zone{
	width: 300px;
	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;
}

.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{
	width: 260px;
	float: left;
	margin-right: 0px;
	margin-bottom: 40px;
	transition: all 0.5s;
}

.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: 258px;
	height: 154px;
	line-height: 148px;
}

.page_pro_list2 .box .list_box ul li .img_box img{
	width: 258px;
	height: 154px;
}


.page_pro_list2 .box .list_box ul li .img_box img{

}

.page_pro_list2 .box .list_box ul li .info{
	width: 240px;
	padding: 10px;
	padding-top: 0px;
	transition: all 0.5s;
}

.page_pro_list2 .box .list_box ul li .info .title{
	font-size: 15px;
	line-height: 40px;
	height: 40px;
	font-weight: bold;
	transition: all 0.5s;
	overflow: hidden;
}

.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;
}
.grid_20 {
    width: 250px;
    float: left;
    background: #000;
}
.grid_90 {
    width: 850px;
    float: left;
}
.list_box{
	margin-top:30px!important;
}


.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;
}

.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{
	width: 750px;
	margin-bottom: 40px;
	transition: all 0.5s;
	border: 1px solid #ccc;
}

.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: 358px;
	line-height: 148px;
	float: left;
	height: 234px;
}

.page_pro_list2 .box .list_box ul li .img_box img{
	width: 358px;
	height: 234px;
}


.page_pro_list2 .box .list_box ul li .img_box img{

}

.page_pro_list2 .box .list_box ul li .info{
	width: 370px;
	padding: 10px;
	padding-top: 0px;
	float: left;
	transition: all 0.5s;
}

.page_pro_list2 .box .list_box ul li .info .title{
	font-size: 18px;
	line-height: 80px;
	font-weight: bold;
	transition: all 0.5s;
	height: 80px;
	overflow: hidden;
}

.page_pro_list2 .box .list_box ul li .info .des{
	height: 110px;
	text-align:left;
	line-height: 22px;
	overflow: hidden;
	margin-top: 30px;
	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: #000;
	font-size: 16px;
	text-align: left;
}

.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;
}