@charset "utf-8";
/* CSS Document */
body,td,th,input,textarea,select{
	font-size:12px;
	font-family:'微软雅黑', Arial, Tahoma;
	color:#333;
}
body,dl,dt,dd,p,h3{margin:0;}
img{border:0px none; vertical-align:middle;}
table{border-collapse:collapse;}
ul{display:block; margin:0; padding:0;}
li{list-style:none;}
a{color:#666666; text-decoration:none; outline:none;transition:all ease 0.3s; }
a:hover{color:#C6241F;}
.clear{ clear:both; height:0px !important; overflow:hidden;}
.wrap{width:960px;margin:0 auto;}
.fl{
	float:left;
	}
.fr{
	float:right;
	}
	
.head{
	height:80px;
	border-top:4px solid #114A99;
	overflow:hidden;
	}
.head .logo{
	display:block;
	width:136px;
	height:61px;
	float:left;
	margin-top:10px;
	}
.head .lan{
	float:left;
	margin:28px 0 0 15px;
	}
.head .lan img{
	margin-right:5px;
	}
.head .lan dt{
	float:left;
	height:22px;
	padding-right:5px;
	overflow:hidden;
	}
.head .lan dd{
	float:left;
	height:22px;
	overflow:hidden;
	}
.head .lan  a{
	display:inline-block;
	height:22px;
	padding-left:8px;
	border-left:1px solid #ddd;
	}
.t-taobao img{height: 23px;margin-right: 5px;}

.head .search-box{
	position: relative;
	height:36px;
	width:175px;
	margin-top:20px;
	transition:all ease 0.6s;
	border-radius:5px;
	overflow:hidden;
	}
.head .search-box input[type="text"]{
	padding-left:10px;
	height:35px;
	line-height:35px;
	width:130px;
	border:none;
	background:#f5f5f5;
	position:absolute;
	left:0px;
	transition:all 0.3s ease;
	overflow:hidden;
	}
.head .search-box input[type="submit"]{
	width:36px;
	height:36px;
	position:absolute;
	right:0px;
	top:0px;
	z-index:3;
	background:#114A99 url(../images/search.png) no-repeat center  center;
	border:none;
	cursor:pointer;
	}
.head .search-box:hover{
	box-shadow:3px 3px 6px rgba(0,0,0,0.4);
	}
.head .search-box input[type="text"]:focus{
	background-color:#eee;
	color:#333;
	}


.menu-wrap{
	height:34px;
	background-color:#114A99;
	}
.nav > li{
	float:left;
	position:relative;
	width:130px;
	height:34px;
	line-height:34px;
	}
.nav > li > a{
	display: inline-block;
	width:160px;
	height:34px;
	text-align:center;
	color:#fff;
	font-size:14px;
	}
.nav > li > a:hover,.nav > li > a.cur{
	background-color:#333;
	color:#fff;
	}
.nav  .submenu{
	display:none;
    position: absolute;
    top: 34px;
    left: 0;
	z-index:999;
	width:160px;
	text-align:center;
	background-color:#eee;
	border-bottom:2px solid #ccc;
	border-radius:0 0 5px 5px;
	padding-bottom:5px;
	overflow:hidden;
	}
.nav  .submenu li a{
	display:block;
	width:160px;
	height:34px;
	line-height:34px;
	}
.nav  .submenu li a:hover{
	background-color:#e1e1e1;
	color:#114A99;
	}
.banner{
	width:100%;
	overflow:hidden;
	height:400px;
	}
.ind-t{
	background-color:#eee;
	height:45px;
	line-height:45px;
	overflow:hidden;
	}
.ind-t .hd{
	float:left;
	font-size:14px;
	height:45px;
	background-color:#114A99;
	padding:0 10px;
	color:#fff;
	text-align:center;
	}
.ind-t ul{
	float:left;
	}
.ind-t ul li{
	float:left;
	text-align:center;
	}
.ind-t ul li a{
	display:inline-block;
	padding:0 8px;
	}
.ind-m{
	padding:30px 0;
	}
.ind-mnav{
	width:975px;
	}
.ind-mnav > li{
	float:left;
	margin-right:15px;
	position:relative;
	}
.ind-mnav > li > a{
	display:inline-block;
	width:310px;
	height:110px;
	border-radius:5px;
	overflow:hidden;
	}
.ind-mnav>  li > a:hover{
	box-shadow:5px 5px 10px rgba(0,0,0,0.7);
	}
.ind-mnav li div.con{
	display:none;
	width:288px;
	background:#fff url(../images/indmbg.jpg) repeat-x bottom left;
	position:absolute;
	bottom:110px;
	z-index:999;
	padding:10px;
	border-radius:5px 5px 0 0;
	border:1px solid #ddd;
	overflow-x:hidden;
	overflow-y:auto;
	}
.ind-pro div.con{
	height:260px;
	}
.ind-pro div.con ul li{
	margin-bottom:10px;
	}
.ind-pro div.con ul li a{
	display:block;
	height:80px;
	overflow:hidden;
	}
.ind-pro div.con ul li a img{
	width:80px;
	height:80px;
	border:1px solid #ddd;
	margin-right:15px;
	}
.ind-pro div.con ul li a span{
	display:inline-block;
	width:188px;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
	}
.ind-search div.con{
	height:90px;
	padding-top:60px;
	}
.ind-search input[type="text"]{
	padding-left:10px;
	width:100%;
	height:35px;
	line-height:35px;
	border:1px solid #ddd;
	background:#fff;
	transition:all 0.3s ease;
	box-sizing:border-box;
	border-radius:5px;
	overflow:hidden;
	margin-bottom:10px;
	}
.ind-search input[type="submit"]{
	width:100%;
	height:36px;
	background:#E50012 url(../images/search.png) no-repeat center  center;
	border:none;
	border-radius:5px;
	cursor:pointer;
	}
.ind-search  input[type="text"]:focus{
	color:#333;
	border:1px solid #ccc;
	box-shadow:5px 5px 10px rgba(0,0,0,0.7);
	}



	
/**********foot*************/
.foot{
	height:190px;
	color:#fff;
	background-color:#da251c;
	font-size:14px;
	}
.foot .fl{
	width:620px;
	margin-top:40px;
	}
.foot  a{
	color:#fff;
	}
.foot .ft-nav{
	margin-left:-10px;
	margin-bottom:15px;
	}
.foot .ft-nav a{
	margin-right:10px;
	padding-left:10px;
	border-left:1px solid #999;
	}
.foot a:hover{
	color:#fff;
	}
.foot .ft-nav a:first-child{
	border-left:none;
	}
.foot  .ft-contact{
	line-height:2em;
	}
.foot  .ft-contact span{
	margin-right:15px;
	}
.foot .fr{
	text-align:center;
	font-size:12px;
	margin-top:25px;
	}
.foot .fr img{
	width:115px;
	height:auto;
	margin-bottom:10px;
	}
.copy{
	color:#fff;
	background-color:#fff;
	text-align:left;
	line-height:2em;
	padding:15px 0;
	}
.copy-t{
	margin-left:300px;
	margin-right:20px;
	}
.copy-t img{
	width:65px;
	height:auto;
	}
.copy-f{
	margin-top:8px;
	}
.copy a{
	color:#fff;
	}
.copy a:hover{	
	color:#000;
}
/**********foot END*************/
/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/  
::-webkit-scrollbar  
{  
    width: 4px;  
    height: 8px;  
    background-color: #F5F5F5;  
}  
  
/*定义滚动条轨道 内阴影+圆角*/  
::-webkit-scrollbar-track  
{  
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);  
    border-radius: 10px;  
    background-color: #fff;  
}  
  
/*定义滑块 内阴影+圆角*/  
::-webkit-scrollbar-thumb  
{  
    border-radius: 10px;  
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.6);  
    background-color: #888;  
}  
