
body{
	font-family:"Microsoft YaHei";
}
/*
a{
	transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
}
a span{
	transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
}*/

.hidden{
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;          /* for IE */
	-o-text-overflow: ellipsis;      /* for Opera */
	-icab-text-overflow: ellipsis;   /* for iCab */
	-khtml-text-overflow: ellipsis;  /* for Konqueror Safari */
	-moz-text-overflow: ellipsis;    /* for Firefox,mozilla */
	-webkit-text-overflow: ellipsis; /* for Safari,Swift*/
}
#head,#foot,#main,.section-wrap,.arr{
	min-width: 1300px;
}
.w_1200{
	width: 1200px;
	margin: 0 auto;
}
.w_1400{
	width: 1400px;
	margin: 0 auto;
}
.le{
	float: left;
}
.ri{
	float: right;
}




/*head部分*/

#head{	
	width: 100%;
	height: 85px;
	z-index: 999;
	position: relative;
	
}
.head{
	position: relative;
	height:85px;
	width: 100%;
	background:#fff;
}

.head .logo{
	position: absolute;
	left: 50px; 
	top:15px;
}
.language{
	position: absolute;
	right: 120px;
	height:32px;
	line-height: 32px;
	padding:27px 0 25px;
	top: 0;
}
.language a{
	border-radius: 50%;
	background: #da281f;
	display: inline-block;
	width: 32px; 
	height: 32px;
	line-height: 32px;
	text-align: center;
	color: #fff;
	margin-right:30px; 
}

.search{
	width: 120px;
	height: 85px;
	text-align:center;
	background: #da281f;
	position: absolute;
	right: 0;
	top: 0;
}
.search a{
	display:block;
	width: 100%;
	height: 100%;
}
.search img{
	position: absolute;
	top:32px;
	left: 50%;
	margin-left:-7px;
	z-index: 0; 
	display: inline-block;
}
.head .nav ul{
	text-align: center;
}
.head .nav li{
	line-height: 85px;
	height: 85px;
	display: inline-block;
}
.head .nav li:hover .nav_bg ,.head .nav li .current{
	background: url(../img/nav_a_bg.png)no-repeat right center;
}
.head .nav li:hover  span ,.head .nav li .current span{
	background: url(../img/nav_a_bg.png)no-repeat left center;
	color: #fff;
}
.head .nav li .nav_bg{
	padding-right: 40px;
	display: block;
	color: #000;
}
.head .nav li .nav_bg span{
	padding-left: 40px;
	margin-left: -40px;
	display:block;
	font-weight:bold;
	font-size: 18px;
}
.nav .m{  
	position:relative; 
	z-index:1; 
}
.nav .sub{
	display:none; /*默认隐藏*/  
	position:absolute; 
	left:-40px; 
	top:85px; 
	z-index:999; 
	width:155px; 
	color: #fff;
	text-align: center;
	}
.nav .sub dd{ 
	text-align:center;  
	font-size: 14px; 
	padding-right:18px;
	height: 50px;
	line-height: 50px;
	margin-top:10px; 
	background: url(../img/sub_nav_bg1.png)no-repeat right center;   
	}
.nav .sub dd:hover{ 
	background: url(../img/sub_nav_bg.png)no-repeat right center;   
	}
.nav .sub dd a{ 
	display:block;  
	color: #fff;
	background: #0060a2;  
	}
.nav .sub dd:hover a{ 
	background: #0097fe;
 	
}



/*footer*/
 
#foot{
 	position: relative;
}
#foot .foot_top{
	padding-top: 50px;
	padding-bottom: 50px;
	border-top:1px solid #b8b8b8;
	text-align:center;
}
#foot .foot_top dl{
	display: inline-block;
	padding: 0 45px;
	vertical-align: top;
	text-align: left;
}
#foot .foot_top dt{
	font-size: 16px;
	font-weight: bold;
	color: #000;
	padding-bottom: 20px;
}
#foot .foot_top dt i{
	width: 30px;
	height: 3px;
	background: #da281f;
	display:inline-block;
	vertical-align: middle;
	margin-right: 20px
}
#foot .foot_top dd{
	padding-left: 50px;
	font-size: 14px;
	color: #333;
	line-height: 2.4;
}


#foot .foot_btm{
	background: #0060a2;
 	height: 40px;
 	width: 100%;
  	line-height: 40px;
  	text-align: center;
}
#foot .foot_btm li{
	display: inline-block;
	padding-right: 30px;
	color: #fff;
}
#foot .foot_btm li a{
	color: #fff;
}

.fr_com{
	position:fixed;
	z-index:99999;
	right:0;
	top:50%;
	margin-top:100px;
	width:50px;
	text-align:center;
}
.fr_com li{
	padding-bottom:1px;
}
.fr_com li a{
	display:block;
	width:100%;
	height:50px;
	background:#da281f;
	border-radius:3px;
	color:#CBCBCB;
	line-height:50px;
}
.fr_com li a img{
	display: inline-block;
	    margin: 10px auto;
}
.fr_com li a.fr_1{
	height:40px;
	color:#fff;
	cursor:pointer;
	line-height:40px;
}
.fr_com li a.fr_2{
	height:40px;
	color:#fff;
	cursor:pointer;
	line-height:40px;
	width:180px;
	transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
}
.fr_com li a.fr_2 .fr_img ,.fr_com li a.fr_3 .fr_img{
	float: left;
	width: 50px;
	height: 40px;
	line-height:45px;
}
.fr_com li a.fr_2:hover {
	margin-left:-130px;
}
.fr_com li a.fr_3:hover {
	margin-left:-180px;
}
.fr_com li a.fr_3{
	height:40px;
	color:#fff;
	cursor:pointer;
	line-height:40px;
	width:230px;
	transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
}
.zssp_m{
	display:none;
}

/*分页样式*/
.quotes {
    clear: both;
    padding: 3px;
    text-align: center;
    margin-bottom: 30px;
}
.quotes ul li {
    border: 1px solid #CCCCCC;
    color: #666666;
    display: inline;
    margin-right: 4px;
    padding: 4px 7px;
    text-decoration: none;
}
.quotes .thisclass {
    background: #f7f7f7;
}