@charset "UTF-8";
html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img {
    margin: 0;
    padding: 0;
}
fieldset,
img,
input,
button,
textarea {
    border: none;
    padding: 0;
    margin: 0;
    outline-style: none;
}
ul,
ol ,li{
    list-style: none;
}
input {
    padding-top: 0;
    padding-bottom: 0;
    font-family: "SimSun", "宋体";
}
select,
input {
    vertical-align: middle;
}
select,
input,
textarea {
    font-size: 12px;
    margin: 0;
}
textarea {
    resize: none;
}
/*  去掉图片低测默认的3像素空白缝隙*/
table{border-collapse: collapse;border-spacing:0;}
body {
    font-size: 16px;	
    color: #666;
	font-family: "微软雅黑";
	background: #fff;
}
.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}
a {
    color: #666;
    text-decoration: none;
}
a:hover{
    color: #c00;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    text-decoration: none;
    font-weight: normal;
    font-size: 100%;
}

s,
i,
em,
cite{
    font-style: normal;
    text-decoration: none;
}
input::placeholder,input,textarea{color: #999;font-size: 18px;}
/* 共用外边距 */
.mt10{ margin-top: 10px;}
.mt20{ margin-top: 20px;}
.mt50{ margin-top: 50px;}
.mt60{ margin-top: 60px;}
.mt30{ margin-top: 30px;}
.ml10{margin-left: 10px;}
.ml20{margin-left: 20px;}
.ml30{ margin-left: 30px;}
.ml40{ margin-left: 40px;}
.mb20{ margin-bottom: 20px;}
.font18_f60{color: #f60; font-size: 18px;font-family: Arial, Helvetica, sans-serif;}
/* 全局宽度 */
.box{
	width: 1200px;
	margin: 0 auto;
}
/* 顶部导航样式 */
.box .lan{
    position: absolute;right: 60px;color: #fff;font-size: 13px;padding-top: 10px;
}
.lan .item{
    color: #fff;
    padding: 0 16px;
}
.lan .lan_c{
    background:url('../img/c.png') no-repeat left center;
}
.lan .lan_e{
    background:url('../img/e.png') no-repeat left center;
}
.nav_box_first{
	width: 100%;
	height: 100px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	background: rgba(0,0,0,0.6);
	filter:~`"alpha(opacity:60)"`;
	zoom: 1;
}
.nav_box_second{
	width: 100%;
	height: 60px;
	position: absolute;
	top: 100px;
	left: 0;
	z-index: 3;
	background: rgba(255,255,255,0.6);
	filter:~`"alpha(opacity:60)"`;
	zoom: 1;
	display: none;
}
.nav_box_second a{
	padding-right: 40px;
	float: left;
	height: 60px;
	line-height: 60px;
}
.nav_box_second a:hover{
	color: #F60;
	font-weight: bold;
}
.nav_box_second .closeed{float: right; height: 30px; margin-top: 15px; cursor: pointer;}


.nav_box_first.noimg{	
	background: rgba(0,0,0,1);
	filter:~`"alpha(opacity:100)"`;
	zoom: 1;
}

.nav_box_first .top_city{
	width: 90px;
	height: 100px;
	float: left;
	position: relative;
}
.nav_box_first .top_city .top_city_box_bg{
	width: 100%;
	height: 36px;
	position: absolute;	
	background-color: #FFF;
	border-radius: 18px;
	opacity: 0.5;
	top: 32px;
	left: 0;	
}
.nav_box_first .top_city .top_city_box{
	width: 100%;
	height: 36px;
	position: absolute;	
	top: 32px;
	left: 0;
	background: url(../img/map.png) no-repeat 10px 9px;
}
.nav_box_first .top_city .top_city_box h3{
	width: calc(100% - 30px);
	height: 36px;
	color: #FFF;
	float: left;
	padding-left: 30px;
	line-height: 36px;
	background: url(../img/down.png) no-repeat 67px 16px;
	cursor: pointer;
}
.top_nav{
	height: 36px;
	margin-top: 32px;
	float: right;
}
.top_nav a{
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	color: #FFF;
	line-height: 36px;
	height: 36px;
	margin-left: 15px;
}
.top_nav a:hover,.top_nav a.active{
	float: left;
	border: 1px solid #df1313;
	padding-left: 14px;
	padding-right: 14px;
	line-height: 34px;
	height: 34px;
	margin-left: 15px;
	color: #df1313;
	border-radius: 17px;	
	
}
.top_mobile{
	float: right;
	height: 40px;
	margin-top: 29px;
	margin-left: 20px;
	cursor: pointer;
}
.top_mobile img{height: 40px;}
/* 顶部盒子 */
.index_top_box{
	width: 100%;
	height: 480px;
	position: relative;
}
.index_top_box.smallimg{
	height: 400px;
}
.index_top_box .logo{
	height:56px; 
	position: absolute;
	left: 100px;
	top: 20px;
}
.index_top_box .logo img{ height: 56px; border: none;}
/* 内页 */
.index_top_box_news{
	width: 100%;
	height: 460px;
	position: relative;
}
.index_flash_news{
	width: 100%;
	height: 460px;
	z-index: 1;
	top: 0;
	left: 0;
}
/* 无顶部图片 */
.index_top_box_noimg{
	width: 100%;
	height: 400px;
	position: relative;
}
/* 顶部切换图 */
.index_flash{
	width: 100%;
	height: 480px;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
}
.index_flash.smallimg{ height: 400px;}
.index_flash img{
	width: 100%;
	height: 100%;
}
.index_flash .swiper-container {
  width: 100%;
  height: 100%;
}
.index_flash .swiper-container .swiper-pagination-bullet{
	width: 65px;
	height: 5px;
	background-color: #fff;
	opacity: 0.5;
	border-radius: 0;
	bottom: 30px;
}
.index_flash .swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active{
	width: 65px;
	height: 5px;
	background-color: #fff;
	opacity: 0.9;
	border-radius: 0;
	bottom: 30px;
}
.index_flash .swiper-slide{
	width: 100%;
	height: 480px;
}
.index_flash .swiper-slide img{
	width: 100%;
	height: 480px;
	border: 0;
} 

/* 底部样式 */
.footer_box{
	width: 100%;
	height: 634px;
	background-color: #121921;
}
.footer{
	width: 100%;
	height: 604px;
	float: left;
	position: relative;
}
.footer_1{
	width: 1200px;
	height: 220px;
	position: absolute;
	top: 60px;
	background-color: #2a3038;
}
.footer_1 h2{
	width: 100%;
	height: 100px;
	position: absolute;
	text-align: center;
	color: #fff;
	font-family: "微软雅黑";
	font-size: 34px;
	font-weight: bold;
	line-height: 100px;
}
.footer_1 .input-1{
	width: 720px;
	height: 60px;
	background-color: #141b23;
	position: absolute;
	top: 116px;
	left: 240px;
}
.footer_1 .input-1 span{
	width: 145px;
	height: 60px;
	float: left;
	line-height: 60px;
	color: #999;
	text-align: right;
}
.footer_1 .input-1 .input-2{
	width: 425px;
	height: 60px;
	float: left;
	line-height: 60px;
	color: #999;
	border: none;
	background: none;
}
.footer_1 .input-1 .input-3{
	width: 150px;
	height: 60px;
	float: left;
	background: url(../img/t13.png) no-repeat;
}

.footer_2{
	width: 560px;
	height: 320px;
	position: absolute;
	bottom: 0;
	left: 0;
}
.footer_2 .logo{
	width: 332px;
	height: 146px;
	position: absolute;
	left: 0;
	top: 0;
	border-bottom: 1px solid #666;
}
.footer_2 .logo img{
	height: 56px;
	float: left;
	margin-top: 50px;
}
.footer_2 .wx{
	width: 110px;
	height: 150px;
	position: absolute;
	left: 426px;
	top: 123px;
}
.footer_2 .wx img{
	width: 110px;
	height: 110px;
	border: none;
}
.footer_2 .wx span{
	width: 110px;
	height: 40px;
	text-align: center;
	float: left;
	color: #666;
}
.footer_2 .txt{
	width: 548px;
	height: 147px;
	position: absolute;
	left: 0;
	bottom: 0;
	line-height: 40px;
	color: #666;
}
.footer_3{
	width: 600px;
	height: 286px;
	position: absolute;
	bottom: 0;
	right: 0;
}
.footer_3 h3{
	width: 100%;
	height: 55px;
	float: left;
	background: url(../img/t14.png) no-repeat bottom left;
	line-height: 55px;
	font-size: 24px;
	color: #FFF;
}
.footer_3 ul{
	width: 100%;
	float: left;
	height: 200px;
	margin-top: 20px;
}
.footer_3 ul li{
	width: 200px;
	height: 45px;
	line-height: 45px;
	color: #FFF;
	float: left;
}
.footer_3 ul li a,.footer_3 ul li a:visited{ color: #FFF;}
.bt_box{
	width: 100%;
	height: 59px;
	border-top: 1px solid #666;
	background-color: #121921;
}
.bt{
	width: 100%;
	height: 59px;
	float: left;
	color: #999;
	font-size: 16px;
	line-height: 59px;
}
.bt span{
	float: left;
}
.bt em{
	float: right;
}
.pages{
	width: 100%; height: 120px; float: left;
}