@charset "utf-8";
/* CSS Document */
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;
}
.img img{
	transition: all 1.2s ease 0s;
}
a:hover .img img{
	transform: scale(1.3);
}
#head,#main,#foot{
    width:100%;
	min-width:1120px;
}
.w_1120{
	width:1120px;
	margin:0 auto;
}

#head{
	background:url(../images/t_bg.png) repeat-x top #fff;
	border-bottom:1px solid #464545;
	position:relative;
	z-index:999;
}
#head .h_top{
	height:40px;
	line-height:40px;
	color:#fff;
	font-size:14px;
}
#head .h_top span{
	float:left;
}
#head .h_top p{
	float:right;
	padding-left:30px;
	background:url(../images/t_ico.png) no-repeat left center;
}
#head .head{
	position:relative;
	height:106px;
}
#head .head .logo{
	position:absolute;
	left:0;
	top:30px;
}
#head .head .nav{
	position:absolute;
	height:36px;
	line-height:36px;
	right:20px;
	top:38px;
}
#head .head .nav li{
	float:left;
	width:118px;
	text-align:center;
	position:relative;
	padding-bottom:31px;
}
#head .head .nav li a{
	display:block;
	color:#191716;
	font-size:16px;
	display:inline-block;
	padding:0 10px;
	position:relative;
	transition: color 250ms ease 0s;
}
#head .head .nav li a span{
	display:none;
}
#head .head .nav li a:hover ,#head .head .nav li a.a_hover ,#head .head .nav li.onn a{
	color:#DC241C;
}
/*#head .head .nav li a:hover p{
	display:none;
}
#head .head .nav li a:hover span{
	display:block;
}*/
#head .head .nav li a:before {
    background-color:#DC241C;
    bottom: 0px;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    transition: all 250ms cubic-bezier(0.77, 0, 0.175, 1) 0s;
    width: 0;
}
#head .head .nav li a:hover:before ,#head .head .nav li a.a_hover:before ,#head .head .nav li.onn a:before{
	background-color:#DC241C;
	width:100%;
	*width:auto;
	*background:none;
} 
#head .nav li .sub{
	position:absolute;
	left:-29px;
	width:180px;
	top:69px;
	display:none;
	background:url(../images/s_bg.png);
}

#head .nav li .sub dt{
	border-bottom:1px solid #999;
}
#head .nav li .sub dt:last-child{
	border-bottom:none;
}
#head .nav li .sub dt a{
	display:block;
	font-size:12px;
	color:#333 !important;
	font-weight:100;
	font-size:14px;
	text-align:center;
	line-height:22px;
	padding:10px 0;
}
#head .nav li .sub dt a:before{
	background:none !important;
}
#head .nav li .sub dt a:hover{
	color:#DB241B !important;
}


.sb-search {
	position: relative;
	margin-top:41px;
	width: 0%;
	min-width:25px;
	height:32px;
	float: right;
	overflow: hidden;
	-webkit-transition: width 0.3s;
	-moz-transition: width 0.3s;
	transition: width 0.3s;
	-webkit-backface-visibility: hidden;
}

.sb-search-input {
	position: absolute;
	top: 0;
	right:0px;
	border: none;
	outline: none;
	height: 30px;
	line-height:30px;
	z-index: 10;
	font-family: inherit;
	font-size:13px;
	color: #000;
}
.sb-search-open .sb-search-input{
	width:80%;
	padding:0 10px;
	background: #f1f1f1;
}

.sb-search-input::-webkit-input-placeholder {
	color: #000;
}

.sb-search-input:-moz-placeholder {
	color: #000;
}

.sb-search-input::-moz-placeholder {
	color: #000;
}

.sb-search-input:-ms-input-placeholder {
	color: #000;
}

.sb-icon-search,
.sb-search-submit  {
	width: 20px;
	height: 20px;
	display: block;
	position: absolute;
	right: 5px;
	top:5px;
	padding: 0;
	margin: 0;
	line-height: 20px;
	text-align: center;
	cursor: pointer;
}

.sb-search-submit {
	background: #fff; /* IE needs this */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
    filter: alpha(opacity=0); /* IE 5-7 */
    opacity: 0;
	color: transparent;
	border: none;
	outline: none;
	z-index: -1;
}

.sb-icon-search {
	background:url(../images/s_ico.png) no-repeat center center;
	z-index: 90;
	font-size: 22px;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
}



/* Open state */
.sb-search.sb-search-open,
.no-js .sb-search {
	width:300px;
}

.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
	z-index: 11;
}

.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
	z-index: 90;
}

#foot{
	background:url(../images/f_bg.png) center top;
	padding-top:34px;
	color:#fff;
}
#foot a{
	color:#fff;
}
#foot a:hover{
	color:#D61B14;
}
#foot .foot{
	padding-bottom:30px;
}
#foot .foot .f1_l{
	float:left;
	width:462px;
	font-size:13px;
}
#foot .foot .f1_l h3{
	font-size:17px;
	line-height:32px;
	font-weight:bold;
}
#foot .foot .f1_l p{
	line-height:22px;
	padding:5px 0 5px 29px;
	background:url(../images/f_ico.png) no-repeat;
}
#foot .foot .f1_l p.p1{
	background-position:0 10px;
}
#foot .foot .f1_l p.p2{
	background-position:0 -88px;
}
#foot .foot .f1_l p.p3{
	background-position:0 -183px;
}
#foot .foot .f1_l p.p4{
	background-position:0 -255px;
}
#foot .foot dl{
	float:left;
	width:232px;
}
#foot .foot dl dt{
	line-height:20px;
	padding:6px 0;
}
#foot .foot dl dt a{
	font-size:15px;
}
#foot .foot dl.dl3{
	width:190px;
}
#foot .foot_d{
	height:32px;
	line-height:32px;
	padding:15px 0;
	border-top:1px solid #1D1D1D;
	background:#000;
}
#foot .foot_d .f_cpr{
	text-align:right;
	background:url(../images/f_logo.png) no-repeat left center;
}

.ind_tt{
	padding:0px 0 25px;
	text-align:center;
}
.ind_tt h3{
	font-size:50px;
	font-weight:bold;
	color:#464545;
	height:60px;
	line-height:60px;
	padding-bottom:16px;
	background:url(../images/tt_bg.png) no-repeat center bottom;
}
.ind_tt h3 span{
	font-size:30px;
	text-transform:uppercase;
}
.ind_tt p{
	font-size:15px;
	color:#959393;
	line-height:30px;
	padding-top:10px;
}


.gettop{
	width:50px;
	height:59px;
	display:block;
	background:url(../images/gettop.png) no-repeat;
}

.rflod{
	position:fixed;
	width:118px;
	background:#000;
	top:50%;
	margin-top:-200px;
	right:0;
	z-index:99999;
}
.rflod p{
	padding:15px 0 10px;
	border-bottom:1px solid #fff;
	font-size:14px;
	color:#fff;
	line-height:22px;
	text-align:center;
}
.rflod p a{
	color:#fff;
}
.rflod p a:hover{
	color:#D61B14;
}
.rflod i{
	width:32px;
	height:32px;
	display:block;
	margin:0 auto;
	background:url(../images/r_ico.png) no-repeat;
	margin-bottom:5px;
}
.rflod .p1 i{
	background-position:0 0;
}
.rflod .p2 i{
	background-position:right 0;
}
.rflod .ewm{
	padding:5px;
}
.rflod .ewm img{
	width:108px;
	height:108px;
	display:block;
}