@charset "utf-8";
/* CSS Document */
body, div, p, ul, li,h2,h3,h1, i, em, span, dd, dt, dl, form, table, th, td, tr, input {
	border: 0 none;
    margin: 0 auto;
    padding: 0;
	list-style-type:none;
}
select{
	padding: 0;
	margin: 0;
}
hr { margin-top: 20px; margin-bottom: 20px; border: 0; border-top: 1px solid #eee;}
table{margin-top: 20px; margin-bottom: 20px;border: 1px solid #f6f6f6;font-family: Microsoft Yahei; border-collapse: collapse;background-color: #ffffff;font-size: 12px;}
th{  border: 1px solid #f6f6f6;text-align: left;padding-top: 4px;padding-bottom: 4px;padding-left: 10px;}
td{  border: 1px solid #f6f6f6;text-align: left;padding-top: 4px;padding-bottom: 4px;padding-left: 10px;}
html{
	font-family:"Microsoft Yahei","SimHei","SimSun", Geneva, sans-serif; 
	font-size: 12px; 
	color:#121212;
	background-color:#ffffff;
	height:100%; 
	width:100%;
}
a{ 
    text-decoration:none;
	color:#333333;
	outline:none;
	border: none;
}
a:hover{ text-decoration:none;}
img{ border:none;}
h2,h3,h4,i,b{
	font-weight: normal;
	font-style: normal;
}
input,textarea{ font-family:"Microsoft Yahei","SimHei","SimSun", Geneva, sans-serif; outline:none;}
.wrap{
	width: 100%;
	height: auto;
	min-width: 1200px;
	overflow: hidden;
}
.wraper{
	width: 1200px;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
}
.ofhd{ overflow: hidden; }
.fl{ float: left; }
.fr{ float: right; }
.cb{ clear: both; }

.header{
	background-color: #ffffff;
	height: 100px;
	position: fixed;
	z-index: 999;
	top: 0;
	overflow: visible;
	border-bottom: 8px #c5c5c5 solid;
}
.header .wraper{
	width: 1300px;
	overflow: visible; 
}
.logo{
	width: 460px;
	height: auto;
	overflow: hidden;
	float: left;
	margin-right: 50px;
}
.logo img{
	margin-top: 28px;
	transition:all 0.5s linear;
	-webkit-transition:all 0.5s linear; 
	-moz-transition:all 0.5s linear; 
}
.logo img:hover{
	cursor:pointer;
	-webkit-transform:scale(1.05);
	-moz-transform:scale(1.05); 
	-o-transform:scale(1.05);
	-ms-transform:scale(1.05);
	transform:scale(1.05);
	-webkit-transition: all 0.6s; 
	-moz-transition: all 0.6s; 
	transition: all 0.6s; 
}
/*导航*/
.nav{
	height:100px;
	float: left;
}
.nav ul{
	height:100px;
}
.nav li{
	float:left;
	display: inline-block;
	height:100px;
	margin-left: 0px;
	position: relative;
}

.nav li a{
	display: inline-block;
	width: 110px;
	line-height:100px;
	vertical-align:middle;
	font-size:16px;
	color:#000000;
	text-align:center;
	font-weight: bold;
}
.nav li a:hover{ 
	text-decoration:none;
	color:#d7d7d7;
}
.nav li a.sel{
	background-color: #ed1c24;
	color:#ffffff;
}
.nav a b{
	display: inline;
}

.nav li:hover:before,.nav li:hover:after,.nav li.this:before,.nav li.this:after{
	position: absolute;
	width: 0;
	height: 0;
	content: "";
	display: block;
	border: 4px #cc0000 solid;
	border-top-color: transparent;
	border-left-color: transparent;
	left: -8px;
	bottom: -8px;
	z-index: 9;
}
.nav li:hover:after,.nav li.this:after{
	border-right-color: #c5c5c5;
	border-bottom-color: #c5c5c5;
	left: 102px;
}
.nav li.this>a{
	background-color: #ed1c24;
	color: #ffffff;
}
.nav li:hover>a:after,.nav li.this>a:after{
	position: absolute;
	width: 110px;
	height: 8px;
	content: "";
	display: block;
	background-color: #cc0000;
	left: 0;
	bottom: -8px;
	z-index: 8;
}
.nav li .nav_zi{
	position: absolute;
	width: 144px;
	display:none;
	height: auto;
	padding-top: 8px;
	margin-left: -8px;
}

.nav li p{
    height: auto;
    overflow: hidden;
    padding: 6px 0;
    background-color: #ffffff;
}
.nav li p:before{
    
}
.nav li p a{
	display: block;
	width: 144px;
	text-align: center;
	margin: 0;
	height: 30px;
	line-height:30px;
	color: #000000;
	font-size: 14px;
	font-weight: normal;
}
.nav li p a:hover{
    color:#e1010b;
}

/*footer*/
.footer{
	background-color: #ededed;
}
.footer .wraper{
	position: relative;
	padding: 15px 0;
	padding-top: 40px;
}
.footer .fl{
	width: 260px;
	overflow: hidden;
}
.footer .fl p{
	overflow: hidden;
	font-size: 16px;
	color: #333333;
	line-height: 38px;
}
.footer .fl p:first-child{
	margin-bottom: 15px;
}
.footer .fl p img{
	vertical-align: middle;
	margin-right: 3px;
}
.footer .fc{
	width: 130px;
	overflow: hidden;
	float: left;
}

.footer .fc span{
	display: block;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	color: #333333;
}
.footer .wraper .fr{
	width: 810px;
	overflow: hidden;
}
.footer .fr dl{
	width: 110px;
	overflow: hidden;
	padding-left: 25px;
	float: left;
	line-height: 26px;
}
.footer .fr a{
	display: block;
}
.footer .fr dt a{
	display: block;
	font-size: 16px;
	color: #333333;
	padding-bottom: 5px;
}
.footer .fr dt a:hover{
	font-size: 17px;
	color: #000;
}
.footer .fr dd a{
	font-size: 14px;
	color: #666666;
}
.footer .fr dd a:hover{
	font-size: 15px;
	color: #000;
}
.footer_copy{
	background-color: #ededed;
	border-top: 2px #98b6d0 solid;
	text-align: center;
}
.footer_copy .wraper span{
	line-height: 44px;
	text-align: center;
	font-size: 16px;
	color: #666666;
	margin: 0 10px;
}

.swiper-ud .swiper-slide img{
    width: 100%;
	min-width: 1200px;
	height:auto;
	overflow: hidden;
	background-color: #ffffff;
	position: relative;
	z-index: 2;
}
.swiper-ud .swiper-button-next,.swiper-ud .swiper-button-prev {
    outline: none;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    background: none;
    text-align: center;
    line-height: 44px;
}
.swiper-ud .swiper-button-next:hover,.swiper-ud .swiper-button-prev:hover {
    opacity: 0.9;
}
.swiper-ud .swiper-button-next i,.swiper-ud .swiper-button-prev i{
    font-size: 60px;
    color: #ffffff;
}
.swiper-ud .swiper-button-next,.swiper-ud .swiper-container-rtl .swiper-button-prev {
    background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%…2L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E);
    right: 5%;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%…19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E);
    left: 5%;
}
.swiper-ud .swiper-pagination{
    bottom: 70px;
}
.swiper-ud .swiper-pagination-bullet {
    width: 40px;
    height: 8px;
    background: #ff0000;
	border-radius: 5px;
    /*opacity: .4;*/
}
.swiper-ud .slide-info{
    position: absolute;
    width: 100%;
    height: 40px;
    text-align: center;
    left: 0;
    bottom: 0;
    font-size: 18px;
    color: #ffffff;
}