@charset "utf-8";

.container_hander {
	width: 100%;
	max-width: 1920px;
	height: auto;
	transition: 0.3s linear;
	/*display: table;*/
	margin: 0 auto;
	z-index: 999;
}
.n-hc { transition: 0.3s linear;
    height: 0px;
    -webkit-transition: linear .3s;
    -moz-transition: linear .3s;
    -o-transition: linear .3s;
	/* background: rgba(242,242,242, 0.9) !important;
	background-image: -moz-linear-gradient(top, #8fa1ff, #3757fa); Firefox */
    /* background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ff4f02), color-stop(1, #8f2c00));  Saf4+, Chrome 
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c6ff00', endColorstr='#538300', GradientType='0')*/
    /*background: -webkit-linear-gradient(top,#ffffff,#f5f5f5 0 );*/
    background: -moz-linear-gradient(top,#ffffff,#f5f5f5);
    background: -webkit-gradient(linear, top, bottom,from(#ffffff),to(#f5f5f5));
    background: linear-gradient(top,#ffffff,#f5f5f5);
    background: -ms-linear-gradient(top,#ffffff,#f5f5f5);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#ffffff, endColorstr=#f5f5f5);
}
.conter_hander{ width:1200px; height:auto; display:table; margin:0 auto;}
.banner_bottom{ width:100%; height:20px; display:table; margin:0 auto;background-color: rgb(255,255,255);}

.header-auto {
	width: 100%;
	height: 51px;
	min-height: auto;
	font-family: "Sim Sun";
	font-size: 14px;
	background-color: rgb(249,249,249);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgb(233,233,233);

}
.corporate {float: left;display: table;line-height:51px;font-size: 10pt;color: rgb(58,55,55);
}
.link {float: right;display: table;line-height:51px; color:  rgb(58,55,55);
}
.link a {font-size: 10pt;display: inline-block;padding: 0 10px;color:  rgb(58,55,55);transition: color 500ms ease-in 0ms;
}
.link a:hover {color: rgb(0,131,252);text-decoration: none;
}
.header_bg {
    position: relative;
    display: block;
    width: 100%;
    height: 130px;
    margin: 0 auto;
}
.header_rf {
	position: absolute; 
	z-index: 1;
	width:39%;
	height: 94px;
	background-image: url(../images/nav_2.jpg);
	background-repeat: repeat-x;
}
.header {width: 1200px;height:96px; display: table;margin: 0 auto;
/*	
	display: block;
	width: 1200px;
	height:98px;
	float:right;
	margin-right: 40px;
	background-color: rgb(35,47,62);*/

}
.header-top {width: 100%;height: auto; position: fixed; transition: 0.3s linear; z-index: 999;
	/*background-size: 100% 100%;
 filter : progid:DXImageTransform.Microsoft.AlphaImageLoader ( enabled=bEnabled, sizingMethod=sSize, src=sURL );
	background-size: cover;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/footer.jpg', sizingMethod='scale');
padding-top:4px;*//* sizingMethod参数还可以是image,crop */
}
.header_two{
	width: 100%;
	height: auto;
	/*position: absolute;*/
	transition: 0.3s linear; background-color:#FFF;
	/*z-index: 999;background-image: url(../images/hand.jpg);
	background-repeat: repeat-x;*/
}
.logo{float: left; margin:30px 0 0 0px; position: relative;z-index: 100;
}

.tel{
	float: right;
	/*background: url(../images/tel.png) left center no-repeat;*/
	margin-top: 28px;
    line-he/ight: 24px;
	padding: 0px 0px 0 30px;
	color: rgb(255,0,0);
	font-size: 26px;
	text-align: center;
	font-family: "Helvetica Neue", Helvetica, STHeiTi, Arial, sans-serif;
}
.tel span{
	line-height: 26px; margin-left:25px;
	display: table;
	font-size: 12pt;
	text-align: center;
	color: rgb(23,20,4);
	font-family: "Helvetica Neue", Helvetica, STHeiTi, Arial, sans-serif;
	font-weight: normal;
}

.header_ewm{ float:left; margin:10px 0 10px 50px;
	/*position: absolute;*/
	top: 60px;
	display: table;
	font-size: 14pt;
	text-align: left;
	color: rgb(120,120,120);
	font-family: "Helvetica Neue", Helvetica, STHeiTi, Arial, sans-serif;
	 background-color:rgb(241,241,241);border-radius: 15px;-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	box-shadow:0px 12px 8px -12px rgb(179,179,179);
}
.header_ewm strong
{ /*right:0px;*/
	/*position: absolute;*/
	display: table;
	font-size: 16pt;
	text-align: right;
	color: rgb(51,51,51);
	font-weight: bolder;
	padding: 10px 20px;line-height: 36px;
}
.nav * a:hover {
	background-color: rgb(255,255,255); 鼠标经过时的红色背景，可自定义 
}
.menu{
	width: 100%;
	height: 50px;
	padding: 0px;
	/*box-shadow: 0px 12px 8px -12px #fff;
background-color: rgb(13,142,255);*/
	background-color: rgb(51,97,253);
		border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C00;
}
.nav{
	width: 1200px;
	height: 49px;
	margin: 0 auto;
	position: relative;
	z-index: 2400;
	clear: both;
	
	/*	transition: color 500ms ease-in 0ms;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
 */
/*box-shadow:0px 12px 8px -12px rgb(179,179,179);*/

}

.nav li{float: left;background-image: url(../images/nav-2.jpg);background-repeat: no-repeat;background-position: left center;
}
.nav li a{height:49px;line-height: 49px;color: rgb(177,10,10);font-size: 16px;font-family: "Microsoft YaHei";text-align: center;display: block;text-decoration: none;
}
.nav li a.tit {width:160px;display: inline-block;color: rgb(255,255,255);line-height: 49px;font-size: 16px;font-family: "Microsoft YaHei";
}
.nav li a.tit1 {
	width: 160px;
	display: inline-block;
	color: rgb(255,255,255);
	line-height: 49px;
	font-size: 16px;
	font-family: "Microsoft YaHei";

	background-image: url(../images/nav-1.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.nav li a.tit1:hover {
	width: 160px;
	display: inline-block;
	text-decoration: none;
	color: rgb(51,51,51);
	font-weight: normal;
	font-family: "Microsoft YaHei";
	font-size: 16px;
	line-height: 49px;

}
.nav li a.tit:hover {width: 160px;
	display: inline-block;
	text-decoration: none;
	color: rgb(51,51,51);
	font-weight: normal;
	font-family: "Microsoft YaHei";
	font-size: 16px;
	line-height: 49px;
	
	background-color: rgb(250,250,250);
		background-image: url(../images/nav.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#webjx {
    width: 26.header_ewm0px;
    height: 49px;
    float: right;

    color: rgb(255,255,255);
    font-size: 18px;
    font-weight: normal;
    text-decoration: none;
    line-height: 49px;
    text-align: right;
    font-family: "Helvetica Neue", Helvetica, STHeiTi, Arial, sans-serif; 
}
.copy@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}
.container {
	width: 100%;
	height: auto;
	display: table;
	margin: 0 auto;
	max-width: 1920px;
	margin: 0 auto;
}
.conter_footer {
	width: 1200px;
	height:90px;
	display: table;
	margin: 0 auto;	
}


/*.nav li a:focus { -moz-outline-style: none; }
*/
.footer {
	width: 100%;
	height: auto;
	display:table;
	/*background: url(../images/footer.jpg) no-repeat #0f151b;
	background-size: 100% 100%;
 filter : progid:DXImageTransform.Microsoft.AlphaImageLoader ( enabled=bEnabled, sizingMethod=sSize, src=sURL );
	background-size: cover;
 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/footer.jpg', sizingMethod='scale');*/
	/* sizingMethod参数还可以是image,crop */
}
.footer_bg {
	width: 100%;
	height: 259px;
	display: table;
	margin: 0 auto;
	overflow: hidden;
	background:url(../images/footer_bg.jpg) no-repeat center;
}
.footer_adv {
	width: 1100px;
	height: 220px;
	display: table;
	margin: 0 auto;
	overflow: hidden;
}
.ft_footer {color: rgb(255,255,255);
	line-height: 120px;
	margin: 0px;	
}
.ft_footer a{color: rgb(255,255,255);	
}
.footer_adv h2{ font-size:26px; color:#ffdf4f;margin-top:20px;}

.footer_adv ul li{ float:left; color:#fff; margin-right:150px; margin-top:15px;}

.footer_adv ul li table tr td{ font-size:16px; font-weight:bold; color:#fff; vertical-align:top; line-height:40px;}


#footer p {
    color: rgb(255,255,255);
    text-align: center;
    text-indent: 0;
    line-height: 100%;
    margin: 15px 0;
    padding: 0;
}
.copy {
	width: 100%;
	padding: 0px;
	text-align: center;
	color: rgb(255,255,255);
	font-size: 14px;
	font-family: "Helvetica Neue", Helvetica, STHeiTi, Arial, sans-serif; background-color:rgb(33,70,215);
}
.copy a {
	color: rgb(255,255,255);
	text-decoration: none;
}
.copy a:hover {
	color: rgb(153,153,153);
	text-decoration: none;
}
.ft_footer_link {
	line-height: 60px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
}
.ft_footer_link a {
	color:rgb(255,255,255);
	margin: 0px 36px;
	text-decoration: none;
}
.ft_footer_link a:hover {
	color: rgb(255,204,0);
}
