.wapper { width: 1280px; margin-left: auto; margin-right: auto; }

.header { position: fixed; top: 0; left: 0; width: 100%; height: 100px; line-height: 100px; background: #FFFFFF; z-index: 200; }
.fixed{box-shadow: 2px 1px 6px rgba(0,0,0,.1);}
.header .head_main .logo { float: left; display: block; height: 60px; margin-top: 20px; }
.header .head_main .logo img { display: block; height: 100%; }
.header .head_main .head_right { float: right; display: flex; justify-content: center; }
.header .head_main .head_right .nav_list { position: relative; display: flex; padding-right: 20px; }
.header .head_main .head_right .nav_list li { margin: 0 30px; font-size: 16px; position: relative; }
.header .head_main .head_right .nav_list li .nav_a { display: block; padding: 0; font-size: 18px; position: relative; transition: all .3s; -webkit-transition: all .3s; -moz-transition: all .3s; -o-transition: all .3s; }
.header .head_main .head_right .nav_list li .nav_a:after { content: ''; display: block; width: 0; height: 2px; position: absolute; bottom: 30px; left: 50%; transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -webkit-transform: translateX(-50%); transition: all .3s; -webkit-transition: all .3s; -moz-transition: all .3s; -o-transition: all .3s; }
.header .head_main .head_right .nav_list li .nav_second { position: absolute; top: 72px; left: 50%; margin-left: -50px; width: 100px; border-radius: 5px; display: none; }
.header .head_main .head_right .nav_list li .nav_second a { background: rgba(0, 0, 0, 0.5); height: 34px; line-height: 34px; display: block; margin-top: 5px; text-align: center; color: #FFFFFF; font-size: 14px; transition: all .4s; }
.header .head_main .head_right .nav_list li .nav_second a:first-child { margin-top: 0; }
.header .head_main .head_right .nav_list li.on .nav_a { color: #DA000F; }
.header .head_main .head_right .nav_list li.on .nav_a:after { background: #DA000F; width: 100%; }
.header .head_main .head_right .nav_list:after { content: ''; height: 15px; width: 1px; background: #333333; position: absolute; right: 0; top: 50%; margin-top: -7px; }
.header .head_main .head_right .head_share { padding-left: 25px;display: flex; }
.header .head_main .head_right .head_share a { margin: 0 15px;width: 30px;display: block; }
.header .head_main .head_right .head_share .sh_wb{background: url(../images/icon_weibo.png) no-repeat;background-position: center center;}
.header .head_main .head_right .head_share .sh_tt{background: url(../images/icon_toutiao.png) no-repeat;background-position: center center;}
.header .head_main .head_right .head_share .sh_wechat{background: url(../images/icon_wechat.png) no-repeat;background-position: center center;position: relative;margin-right: 0;}
.header .head_main .head_right .head_share .sh_wechat img{position: absolute;top: 100px;left: 50%;width: 100px;height: 100px;margin-left: -50px;z-index: 100;display: none;}
.footer { position: relative; }
.footer .bg_footer { position: absolute; bottom: 0; left: 0; width: 100%; z-index: 100; }
.footer .ft_top { background-color: #DA000F; padding: 100px 0; }
.footer .ft_top .wapper{position: relative;z-index: 200;}
.footer .ft_top .ft_left { float: left; width: 250px; }
.footer .ft_top .ft_left .logo_bt { margin-bottom: 27px; }
.footer .ft_top .ft_left .logo_bt img { max-width: 100%; }
.footer .ft_top .ft_left .item { margin-bottom: 15px; padding-left: 34px; line-height: 23px; position: relative; color: #FFFFFF; }
.footer .ft_top .ft_left .item img { position: absolute; top: 0; left: 0; }
.footer .ft_top .ft_left .phone { font-size: 22px; }
.footer .ft_top .ft_right { float: right; }
.footer .ft_top .ft_right img { width: 133px; display: block; }
.footer .ft_top .ft_right p { line-height: 1; text-align: center; margin-top: 15px; color: #FFFFFF; }
.footer .ft_top .ft_center { float: right; }
.footer .ft_top .ft_center ul { display: flex; }
.footer .ft_top .ft_center ul li { margin-right: 110px; }
.footer .ft_top .ft_center ul li .title { font-size: 18px; margin-bottom: 20px; line-height: 1; }
.footer .ft_top .ft_center ul li a { display: block; color: #FFFFFF; line-height: 2; text-align: left; }
.footer .ft_bt { background: #90000A; position: relative; z-index: 102; height: 35px; line-height: 35px; font-size: 12px; }
.footer .ft_bt .link { float: left; }
.footer .ft_bt .link a { color: #FFFFFF; margin: 0 20px; }
.footer .ft_bt .copy { float: right; color: #FFFFFF; }

.nav-box { position: fixed; top: 0; left: 0; width: 100%; height: 55px; z-index: 200; background: #FFFFFF; display: none; }

.nav-box .hd { padding: 0 20px; height: 100%; }

.nav-box h1 { padding: 0; display: block; height: 39px; margin-top: 8px; }

.nav-box h1 img { display: block; height: 100%; }

.nav-box .caidan { float: right; height: 17px; margin-top: 19px; }

.nav-box .yd-cd { display: none; position: fixed; top: 0; bottom: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.8); left: 0; right: 0; z-index: 1000; overflow: hidden; padding: 25px 30px 30px; }

.nav-box .yd-cd .guanbi { margin-bottom: 30px; }

.nav-box .yd-cd .guanbi div { line-height: 25px; }

.nav-box .yd-cd .guanbi div a:first-child { color: #2F92D3; }

.nav-box .yd-cd .guanbi div a:last-child { color: #B3BBCC; }

.nav-box .yd-cd .guanbi div i { color: #FFFFFF; margin: 0 10px; }

.nav-box .yd-cd .guanbi img { width: 25px; float: right; }

.nav-box .head_ul .nav { width: 100%; height: auto; display: none; padding: 0; background: none; position: static; }

.nav-box .head_ul li { float: none; height: auto; margin: 0; width: 100%; position: relative; }

.nav-box .head_ul li > a { text-align: left; display: block; width: 100%; padding-bottom: 0; height: 50px; line-height: 50px; color: #fff; padding-right: 50px; position: relative; border-bottom: 1px solid rgba(255, 255, 255, 0.6); }

.nav-box .head_ul li.active { border: none; }

.nav-box .head_ul li .a_xiala { display: block; position: absolute; right: 0; top: 0; width: 50px; height: 50px; background: url(../images/icon-xia123.png) center no-repeat; background-size: 50%; z-index: 2000; }

.nav-box .head_ul li .a_xiala.a_xiala2 { background: url(../images/icon-shang123.png) center no-repeat; background-size: 50%; }

.nav-box .head_ul li .nav_left { width: 100%; height: auto; display: none; padding: 0; background: none; padding-left: 25px; position: static; margin: 0; }

.nav-box .head_ul li .nav_left a { height: 40px; line-height: 40px; text-align: left; font-size: 14px; display: block; float: none; color: #999; border-bottom: 1px solid rgba(255, 255, 255, 0.6); margin: 0; }

.nav-box .head_ul li .nav_left a:last-child { border-bottom: none; }
.win_wechat{position: fixed;top: 0;left: 0;width: 100%;height: 100%;background: rgba(0,0,0,.6);z-index: 201;display: none;}
.con_wechat{position: fixed;top: 50%;left: 50%;width: 400px;height: 400px;margin-top: -200px;margin-left: -200px;z-index: 202;display: none;}
.con_wechat img{display: block;width: 100%;height: 100%;}
@media screen and (max-width: 1200px) { .header { display: none; }
  .nav-box { display: block; box-shadow: 0px 0px 5px rgba(0,0,0,.07);} }

/*# sourceMappingURL=public.css.map */

/*搜索新增*/
.search_box{
	position: relative;
	background: url(../images/icon-search.png) no-repeat;
	background-position: center center;
	background-size: 30px 30px;
	width: 40px;
	margin-left: 15px;
	cursor: pointer;
}
.seah_block{
	display: none;
	position: absolute;
	top: 98px;
	right: 0;
	width: 260px;
	background: #ffffff;
	padding: 30px 15px;
	z-index: 9999;
}
.seah_block .ip{
	display: block;
	width: 100%;
	height: 40px;
	line-height: 38px;
	border: 1px solid #ddd;
	padding: 0 5px;
}
.seah_block .sh_btn{
	display: block;
	width: 120px;
	height: 36px;
	line-height: 36px;
	background: #DA000F;
	color: #ffffff;
	text-align: center;
	border: 0;
	outline: none;
	margin: 20px auto 0;
}









