﻿@charset "utf-8";
/* CSS Document    made by lonewalker*/
/**/
*{margin:0;padding:0;}
body{font-size:14px;font-family:"微软雅黑";color:#fff;min-width:1200px;}
h1,h2,h3,h4,h5,h6{text-align:left;}
i{font-style:normal;}
b{font-weight:normal;}
ul,ol{list-style:none;}
img{border:none;}
a{text-decoration:none;color:#333;}
table{border-collapse:collapse;}
a,img,textarea,button,input:focus{outline:none;}
.autor{margin:0 auto;width:1200px;}
.wrapper{width:100%;min-width:1200px;}
.fl{float:left;}
.fr{float:right;}
.left{text-align:left;}
.right{text-align:right;}
.align{text-align:center;}
.both{clear:both;}
.clearfix:after{content:"";display:block;height:0;line-height:0;visibility:hidden;clear:both;}
.clearfix{*zoom:1;}
.pa{position:absolute;}
.pr{position:relative;}
.clip{overflow:hidden;}
.block{display:block;}
.none{display:none;}
.inline{display:inline-block;}
.kuai{padding:30px 0 40px 0;}
/**/
/*head开始*/
	/*欢迎开始*/
.comm_wel{
	height:46px;
	line-height:46px;
	font-size:12px;
	color:#636363;
	border-bottom:1px solid #eee;
}
.comm_wel > div > span{
	float:left;
	display:block;
	padding:0 22px;
	border-right:1px solid #eee;
	background:url(../images/zhuye.png) no-repeat left 16px;
}
.index_wel_right{
	border-right:1px solid #eee;	
}
.index_wel_right > li{
	float:left;
	width:70px;
	padding-left:46px;
	border-left:1px solid #eee;
	background:url(../images/index_shoucang.png) no-repeat 22px 17px;
}
.index_wel_right > .index_wel02{
	background:url(../images/index_lxwm.png) no-repeat 22px 17px;
}
.index_wel_right > .index_wel03{
	background:url(../images/index_ditu.png) no-repeat 22px 17px;
}
.comm_wel a{
	color:#636363;
}
	/*欢迎结束*/
	/*logo开始*/
.comm_logo_wrap{
	padding-top:5px;
	height:135px;
}
.comm_logo > h1{
	text-align:center;
	padding-right:20px;
	padding-top:22px;
}
.comm_logo > p{
	width:580px;
	margin-top:40px;
	padding-top:6px;
	padding-left:18px;
	border-left:1px solid #eee;
	height:56px;
	font-size:28px;
	line-height:38px;
	color:#333;
	font-weight:bold;
}
.comm_logo > p > span{
	display:block;
	font-size:11px;
	line-height:20px;
	color:#666;
	font-weight:normal;
	text-transform: uppercase;
}
.comm_logo_lxfs{
	padding-left:95px;
	background:url(../images/tel.png) no-repeat left 32px;
	line-height:30px;
	font-size:26px;
	color:#ef1c22;
	padding-right:100px;
	min-height:120px;
	font-weight:bold;
}
.comm_logo_lxfs > span{
	color:#333;
	display:block;
	font-size:15px;
	padding-top:36px;
	padding-bottom:5px;
	line-height:26px;
	font-weight:normal;
}
.comm_logo > span{
	display:block;
	margin-top:20px;
	margin-right:10px;
}

	/*logo结束*/
	/*导航开始*/
.comm_nav_wrap{
	height:54px;
	line-height:54px;
/*	background:url(../images/nav_bg.jpg) no-repeat center top;*/
	background:#c10000;
	position:relative;
	z-index:1000;
}
.comm_nav_wrap > ul > li{
	width:170px;
	float:left;
	height:54px;
	text-align:center;
	position:relative;
}
.comm_nav_wrap > ul > li > span{
	position:absolute;
	right:15px;
	top:-16px;
	color:#ef1c22;
	font-size:14px;
	line-height:20px;
	display:none;
	animation: myfirst 2s linear infinite alternate;
}
@keyframes myfirst
{
    0%{top:-18px;}
    100%{top:10px;}
}
.comm_nav_wrap > ul > li:nth-of-type(4) > span,.comm_nav_wrap > ul > li:nth-of-type(8) > span{
	display:block;
}
.comm_nav_wrap > ul > li a{
	display:block;
	color:#fff;
	font-size:15px;
}
.comm_nav_wrap > ul > li > s{
	display:none;
	position:absolute;
	bottom:0;
	left:55px;
	width:60px;
	height:8px;
	background:url(../images/nav_bg02.png) no-repeat center top;
}
.comm_nav_wrap > ul > .comm_nav_crt > s{
	display:block;
}
.comm_nav_wrap > ul > li > a{
	background:url(../images/nav_bg01.png) no-repeat left 20px;
}
.comm_nav_wrap > ul > li:nth-of-type(1) > a{
	background:none;
}
.comm_nav_wrap > ul > .comm_nav_crt a{
	color:#fff;
}
.comm_nav_wrap > ul > li a:hover{
/*	color:#ffff00;*/
}
.comm_nav_wrap > ul > li:hover .comm_nav_sub{
	display:block;
}
.comm_nav_wrap > ul > li:hover > s{
	display:block;
}
.comm_nav_sub{
	width:100%;
	text-align:center;
	left:0;
	top:52px;
	display:none;
}
.comm_nav_sub > li{
	height:50px;
	border-top:1px solid #fff;
	position:relative;
}
.comm_nav_subn{
	position:absolute;
	left:149px;
	top:0;
	width:100%;
	display:none;
}
.comm_nav_wrap > ul > li li:hover .comm_nav_subn{
	display:block;
}
.comm_nav_wrap > ul > li li a{
	background:#c10000;
	line-height:50px;
}
.comm_nav_wrap > ul > li li a:hover{
/*	color:#ffff00;*/
}
.comm_nav_sub > li{
	height:50px;
}
	/*导航结束*/
/*banner开始*/
.comm_banner_wrap{
	width:100%;
	position:relative;
	height:600px;
}
.comm_banner_wrap > div{
	position:absolute;
	left:0;
	top:0;
	height:600px;
	width:100%;
	display:none;
}
.comm_banner_one{
/*	z-index:1;*/
	background:url(../images/banner01.jpg) no-repeat center top;
}
.comm_banner_two{
	background:url(../images/banner02.jpg) no-repeat center top;
}
.comm_banner_three{
	background:url(../images/banner03.jpg) no-repeat center top;
}
.comm_banner_four{
	background:url(../images/banner04.jpg) no-repeat center top;
}
.comm_banner_wrap > ul{
	width:100%;
	height:24px;
	position:absolute;
	left:0;
	top:550px;
	z-index:20;
/*	text-align:right;*/
}
.comm_banner_wrap > ul > li{
	display:inline-block;
	width:22px;
	height:22px;
	margin-right:10px;
/*	border-radius:50%;*/
	background:#fff;
	background:rgba(255,255,255,.8);
	border:1px solid #f98904;
	cursor:pointer;
	color:#f98904;
	font-size:14px;
	line-height:22px;
	text-align:center;
}
.comm_banner_wrap > ul > .comm_banner_current{
	background:#f98904;
	color:#fff;
}
	/* banner结束 */
	/*关键词开始*/
.comm_gjc_wrap{
	height:74px;
}
.comm_gjc_left{
	line-height:74px;
	color:#414950;
}
.comm_gjc_left > a{
	color:#414950;
	padding:0 6px;
}
.comm_gjc_right{
	padding-top:24px;
}
.inp01{
	float:left;
	width:178px;
	height:26px;
	line-height:26px;
	padding-left:5px;
	border:1px solid #ef1c22;
}
.searchgo{
	float:left;
	text-align:center;
	width:38px;
	height:28px;
	line-height:28px;
	color:#fff;
	background:#ef1c22;
	cursor:pointer;
	border:none;
}
	/*关键词结束*/
/*head结束*/
/*foot开始*/
	/*友情链接开始*/
.comm_yqlj_wrap{
	height:74px;
	background:#f5f5f5;
	border-top:1px solid #dedede;
}
.comm_yqlj{
	line-height:74px;
	color:#333;
}
.comm_yqlj > a{
	color:#333;
	padding:0 6px;
}
	/*友情链接结束*/
	/*版权等开始*/
.foot_wrap{position:relative;z-index:999;padding:40px 0;background:#0e0e0e;}
.footer ul{width:260px;padding-left:30px;background:url(../images/foot_yuan.png) no-repeat left 24px;}
.footer li{line-height:38px;color:#898989;font-size:13px;}
.footer .li_crt{line-height:60px;color:#fff;font-size:20px;font-weight:bold;}
.footer li a{color:#898989;font-size:13px;}
.copyright{line-height:80px;font-size:13px;color:#898989;text-align:center;background:#0e0e0e;}
.copyright a{color:#898989;}
.bottom_logo{padding:10px 60px 0 0;color:#898989;line-height:36px;}
    /*版权等结束*/
/*foot结束*/
/*固定定位开始*/
.comm_fiexd{
	width:76px;
	height:365px;
	position:fixed;
	right:0;
	top:50%;
	margin-top:-50px;
	z-index:999999999;
}
.index_fiexd_li{
	position:relative;
	left:0;
	top:0;
	margin-bottom:1px;
	background:#ef1c22;
	height:72px;
	width:100px;
	cursor:pointer;
}
.index_fiexd_lit{
	position:relative;
	left:0;
	top:0;
	margin-bottom:1px;
	background:#ef1c22;
	height:72px;
	width:200px;
}
.index_fiexd_li > a{
	display:block;
	color:#fff;
}
.index_fiexd_s{
	display:block;
	width:40px;
	height:40px;
	margin-left:18px;
	background:url(../images/fix.png) no-repeat left top;
}
.index_fiexd_s02{
	background-position:left -35px;
}
.index_fiexd_s03{
	background-position:-56px top;
}
.index_fiexd_s04{
	background-position:-56px -78px;
}
.index_fiexd_p{
	padding-left:12px;
}
.index_fiexd_pt{
	padding-left:19px;
}
.index_fiexd_n{
	left:76px;
	top:0;
	line-height:72px;
}
.index_fiexd_i{
	left:-120px;
	top:-14px;
	display:none;
}
/*固定定位结束*/