@charset "utf-8";
/* CSS Document */

* {
	padding: 0;
	margin: 0;}

body {
	font-family: "微软雅黑", Arial, "sans-serif";
	color: #333333;
	background-color: #ffffff;}

img {
	border: 0;}

ul li {
	list-style: none;}

a {
	color: #333333;
	text-decoration: none
;}

a:hover {
	color: #ff4400;
	text-decoration: none
;}

.clear {
	clear: both;}

.container {
	width: 1400px;
	margin: 0 auto;}

.f1 {
	float: left;}

/* header */
header {
	width: 100%;
	height: 270px;}

header .topbar {
	width: 100%;
	height: 30px;
	font-size: 12px;
	line-height: 30px;
	background-color: rgb(6, 20, 69);
	color: #ffffff;}

header .nihao {
	float: left;
	box-sizing: border-box;
	width: 1200px;}

header .add {
	float: left;
	box-sizing: border-box;
	width: 200px;
	text-align: right;}

header .add a {
	color: #ffffff;}

header .add a:hover {
	color: #ffffff;}

header .toplogo {
	background-color: rgb(6, 41, 113);
    height: 180px;
    background-image: url(../img/t1.jpg);
    background-repeat: no-repeat;
    background-position: center;
}

header .toplogo .logo {
	height: 180px;
	padding-top: 55px;
	float: left;
	width: 500px;
	padding-left: 25px;
	box-sizing: border-box;}

header .toplogo .kouhao {
	height: 180px;
	padding-top: 77px;
	float: left;
	width: 600px;
	box-sizing: border-box;
	padding-left: 100px;
}

header .toplogo .search {
	width: 300px;
	box-sizing: border-box;
	float: left;
	padding-top: 110px;
	position: relative;
	
	
}
.kouhao img{
	width: 268px;
}
header .toplogo .search .search_text {
	width: 245px;
	border-radius: 20px;
	height: 40px;
        padding-left:15px;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px white inset
}

header .toplogo .search .search_text:focus {
	outline: none;
	background-color: #FFFFFF;
}

header .toplogo .search .fr {
	width: 40px;
	height: 40px;
	position: absolute;
	left: 230px;
	top: 112px;
}

input[type=submit] {
	width: 24px;
	height: 40px;
	background: url(../img/fdj.jpg) no-repeat center;
	border: 0px;}

/*二级导航*/
.menu {
	width: 100%;
	background-color: rgb(6, 20, 69);
	height: 60px;
	box-sizing: border-box;
	}

.newnav {
	width: 100%;
	height: 60px;
	background-color: rgb(6, 20, 69);
	line-height: 60px;
	float: left;}

div.nav {
	margin: 0 auto;}

div.nav ul {
	margin: 0 auto;
	list-style: none;
	display: block;
	width: 1400px;
	height: 40px;	
	background-color: rgb(6, 20, 69);
	line-height:40px ;}

div.nav a {
	color: #FFFFFF;
	box-sizing: border-box;}

div.nav a:hover {
	color: #ff4400;}

div.nav ul li {
	float: left;
	width: 155px;
	height: 40px;
	box-sizing: border-box;}

div.nav ul li a:link,
div.nav ul li a:visited {
	/*单个菜单的具体属性*/
	display: block;
	width: 155px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-weight: bold;
	font-size: 16px;
	background-color: rgb(6, 20, 69);
        white-space: nowrap;
	    /*溢出的话,隐藏*/
	    overflow: hidden;
	    /*文本溢出时，是否....*/
	    text-overflow: ellipsis;
}
div.nav ul li a.first:link,
div.nav ul li a.first:visited {
	/*单个菜单的具体属性*/
	display: block;
	width: 155px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	font-weight: bold;
	font-size: 16px;
	background-color: rgb(6, 20, 69);
        white-space: nowrap;
	    /*溢出的话,隐藏*/
	    overflow: hidden;
	    /*文本溢出时，是否....*/
	    text-overflow: ellipsis;
}

div.nav ul li a:hover,
div.nav ul li a:active {
	 background-color: #ff4400;
	color: #FFFFFF;
}
div.nav ul li a.first:hover,
div.nav ul li a.first:active {
	 background-color: #ff4400;
	color: #FFFFFF;
}

div.nav ul li ul {
	/* 二级菜单整体设定   */
	display: none;
	/* 隐藏二级菜单列表*/
	position: absolute;
	/*二级菜单的位置固定*/
	z-index: 10;}

div.nav ul li:hover ul {
	display: block;
	/*二级菜单  将显示为块级元素*/
	width: auto;}

div.nav ul li ul li {
	float: none;
	/*消除二级菜单的浮动*/
	/* background-color: #fff; */
	width: auto;}
.sy:nth-child(1) {	
	width: 160px;	
}

/*轮播图*/
.lunbo {
	width: 100%;}

.content {
	width: 1400px;
	height: 470px;
	margin: 0 auto;
	position: relative;}

#item {
	width: 100%;
	height: 100%;}

.item {
	position: absolute;
	opacity: 0;
	transition: all 1s;
	z-index: -1;}

.item.active {
	opacity: 1;}

.item img {
	width: 100%;}

#btn-left {
	width: 30px;
	height: 69px;
	font-size: 30px;
	color: white;
	background-color: rgba(0, 0, 0, 0.4);
	line-height: 69px;
	padding-left: 5px;
	z-index: 10;
	/*始终显示在图片的上层*/
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-60%);
	/*使按钮向上偏移居中对齐*/
	cursor: pointer;
	opacity: 0;}

.lunbo:hover #btn-left {
	/*鼠标滑入，显示图标*/
	opacity: 1;}

#btn-right {
	width: 26px;
	height: 69px;
	font-size: 30px;
	color: white;
	background-color: rgba(0, 0, 0, 0.4);
	line-height: 69px;
	padding-left: 5px;
	z-index: 10;
	position: absolute;
	right: 0;
	top: 50%;
	cursor: pointer;
	opacity: 0;
	transform: translateY(-60%);}

.lunbo:hover #btn-right {
	opacity: 1;}

#circle {
	height: 20px;
	display: flex;
	position: absolute;
	bottom: 10px;
	right: 25px;}

.circle {
	width: 10px;
	height: 10px;
	border-radius: 10px;
	border: 2px solid white;
	background: rgba(0, 0, 0, 0.4);
	cursor: pointer;
	margin: 5px;}

.white {
	background-color: #FFFFFF;}

/*内容*/
.neirong {
	width: 100%;
	height: auto;}

.long {
	width: 1400px;
	margin: 5px auto 30px auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	box-sizing: border-box;
	height: 382px;}

.long-xw1 {
	width: 890px;
	flex-grow: 0;}
.long-xw2 {
	width: 480px;
	flex-grow: 0;}
.long-bt1 {
	width: 810px;
	box-sizing: border-box;
	float: left;
	border-bottom: 1px solid #ccc;
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	font-weight: bold;}
.long-bt2 {
	width: 400px;
	box-sizing: border-box;
	float: left;
	border-bottom: 1px solid #ccc;
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	font-weight: bold;}

.long-bt2 a {
	color: #000;}

.long-bt2 a:hover {
	color: #ff4400;}

.long-xwmore {
	width: 80px;
	box-sizing: border-box;
	float: left;
	height: 60px;
	line-height: 60px;
	text-align: right;
	border-bottom: 1px solid #ccc;}

.long-xwmore a {
	color: #ccc;
	font-size: 12px;}

.long-xwmore a:hover {
	color: #ff4400;}

.long-xwbt1 {
	width: 430px;
	float: left;}
.long-xwbt1 ul li{
float:left;
margin-top:20px;
margin-left:30px;
width:430px;
height:300px;
display:block;
}
.long-xwbt1 ul li:nth-child(2n+1){

}
.long-xwbt1 ul li:nth-child(2n){
margin-left:0px;
}
.long-xwbt1 ul li a{
width:430px;
height:300px;
}
.long-xwbt1 ul li img{
width:430px;
height:270px;
border:0;
display:block;
}
.long-xwbt1 ul li .longbt{
height:50px;
line-height:50px;
font-weight:bold;
}

.long-xwbt12 {
	width: 430px;
	float: right;}
.long-xwbt12 ul {
	display: block;
        margin-top:20px;
	width: 430px;
	height: 300px;}

.long-xwbt12 ul li {
	display: block;
	width: 430px;
	box-sizing: border-box;
	padding: 0;
	height: 40px;
	white-space: nowrap;
	/*溢出的话,隐藏*/
	overflow: hidden;
	/*文本溢出时，是否....*/
	text-overflow: ellipsis;
        font-size:14px;
}
.long-xwbt12 ul li .longbt {
	float: left;
	width: 325px;
	height: 40px;
	line-height: 40px;
	white-space: nowrap;
	/*溢出的话,隐藏*/
	overflow: hidden;
	/*文本溢出时，是否....*/
	text-overflow: ellipsis;
}


.long-xwbt12 ul li .time {
	float: left;
	width: 90px;
	height: 40px;
	text-align: right;
	line-height: 40px;}

.long-xwbt2 {
	width: 480px;
	float: left;}
.long-xwbt2 ul {
	display: block;
        margin-top:20px;
	width: 480px;
	height: 300px;}

.long-xwbt2 ul li {
	display: block;
	width: 480px;
	box-sizing: border-box;
	padding: 0;
	height: 40px;
	white-space: nowrap;
	/*溢出的话,隐藏*/
	overflow: hidden;
	/*文本溢出时，是否....*/
	text-overflow: ellipsis;
        font-size:14px;
}
.long-xwbt2 ul li .longbt {
	float: left;
	width: 390px;
	height: 40px;
	line-height: 40px;
	white-space: nowrap;
	/*溢出的话,隐藏*/
	overflow: hidden;
	/*文本溢出时，是否....*/
	text-overflow: ellipsis;
}


.long-xwbt2 ul li .time {
	float: left;
	width: 90px;
	height: 40px;
	text-align: right;
	line-height: 40px;}

.short {
	margin: 0 auto;
	width: 1400px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;}

.short-xw {
	width: 335px;
	box-sizing: border-box;
	height: auto;}

.short-bt {
	float: left;
	width: 250px;
	height: 50px;
	background-color: rgb(7, 41, 113);
	box-sizing: border-box;
	line-height: 50px;
	padding-left: 15px;
white-space: nowrap;
	/*溢出的话,隐藏*/
	overflow: hidden;
	/*文本溢出时，是否....*/
	text-overflow: ellipsis;
}

.short-xwmore {
	float: left;
	width: 85px;
	height: 50px;
	background-color: rgb(7, 41, 113);
	box-sizing: border-box;
	line-height: 50px;
	text-align: right;
	padding-right: 15px;}

.short-xwmore a,
.short-bt a {
	color: #FFFFFF;}

.short-xwmore a:hover,
.short-bt a:hover {
	color: #ff4400;}

.short-xwbt {
	width: 335px;
	box-sizing: border-box;
	float: left;}
.short-xwbt ul {
	display: block;
	height: 200px;
	border-left: 1px #ccc solid;
	border-right: 1px #ccc solid;
	border-bottom: 1px #ccc solid;
	box-sizing: border-box;}
.short-xwbt ul li{
	display: block;
	width: 335px;
	height: 40px;
	line-height: 40px;
        font-size:14px;
}
.shortbt{
	width: 220px;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	text-overflow: ellipsis ;
	white-space: nowrap;
	float: left;
	box-sizing: border-box;
	padding-left: 10px;
	box-sizing: border-box;
}
.short-xwbt ul li .time{
	width: 100px;
	height: 40px;
	line-height: 40px;
	float: right;
	padding-right: 10px;
	box-sizing: border-box;
	}
	.lianjie {
		margin: 0 auto;
		width: 1400px;
		display: flex;
		justify-content: space-between;
		height: 94px;
		padding-top: 26px;}
	
	.lianjie div {
		width: 108px;
		height: 67px;}
	
	.banqan {
		width: 100%;
		height: 105px;
		background-color: rgb(51, 51, 51);
		color: #FFF;
		text-align: center;
		line-height: 35px;
		padding-top: 40px;
                font-size: 14px;
		float: left;}
.item img{
width:1400px;
		height: 470px;
}
	.zw_banner{
	position: relative;
	width: 430px;
	height: 300px;
margin-top:20px;
	display: inline-block;
	overflow: hidden;}
.biaoti{
	width: 100%;
	height: 60px;
	line-height: 40px;
	position: absolute;
	z-index: 10;
	text-align: center;
	background: rgba(0,0,0,0.7);
	bottom: 4px;}
.biaoti a{
	color: #fff;}
.swiper-pagination-bullet{
	background: #fff;}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
	background-image: url(../img/lunboright.jpg);
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-size: 50px 50px;}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
	background-image: url(../img/lunboleft.jpg);
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-size: 50px 50px;}
.swiper-button-next, .swiper-button-prev{
	margin-top: -46px;}
.lunleft{
	width: 430px;
	height: 320px;
	display: inline-block;}
.device{width:100%;height:30px;position:absolute;top:50%;margin-top:-15px;z-index:20}

.clearfix{zoom:1;}
.clearfix:after{content:".";display:block;width:0;height:0;visibility:hidden;clear:both;}