﻿header{
	width: 100%;
	position: relative;
	height: 977px;
}
.topstyle {
	width: 100%;
	padding: 20px 0;
	background: url(../images/topbg.png)no-repeat;
	background-size: 100% 100%;
}
.topheader{
    position: fixed;
    top: 0;
    width: 100%;
	cursor: pointer;
    z-index: 100;
	cursor: move;
}
.topstyleinfo>div.left {
	position: relative;
	height: 55px;
}

.topstyleinfo>div.left:first-child {
	width: 253px;
	margin-right: 280px;
	padding-left:40px;
}

.topstyleinfo>div.left:first-child>a {
	display: inline-block;
	width: 100%;
	height:52px;
	position: absolute;
	bottom: 0;
}

.topstyleinfo>div.left:first-child>a>img {
	margin-right: 10px;
	margin-top:12px;
}
.topstyleinfo>div.left:first-child>a>span{
	position: absolute;
	bottom: 0;
	line-height:11px;
}
.topstyleinfo>div.left:nth-child(2) {
	width:200px;
	height:50px;
	position: relative;
	margin-right: 167px;
}

.topstyleinfo>div.left:nth-child(2)>a {
	display: inline-block;
	width: 110px;
	height:60px;
}
.topstyleinfo>div.left:nth-child(2)>a>img{
	width:100%;
	height:100%;
}
.topstyleinfo>div.left:nth-child(3) {
	width: 300px;
}

.topstyleinfo>div.left:nth-child(3)>div {
	position: absolute;
	height: 42px;
	width: 220px;
	bottom: 0;
}

.topstyleinfo>div.left:nth-child(3)>div>div.left:first-child {
	position: absolute;
	left: 0;
	bottom: 0;
}

.topstyleinfo>div.left:nth-child(3)>div>div.left:nth-child(2) {
    position: absolute;
    right: 0;
    bottom: 0;
}

.banner {
	position: relative;
	height: 795px;
	width: 100%;
}

/* 导航 */
.nav {
	width: 100%;
	height:40px;
	position: relative;
	z-index: 10;
	background: url(../images/navimg.png)no-repeat;
	background-size: 100% 100%;
}
#cssmenu{
	height:40px;
	width: 1200px!important;
}
.nav>div>ul{
	display: inline-block;
	height:40px;
	width: 1200px;
}
.nav>div>ul>li{
	float: left;
	width: 120px;
	text-align: center;
	height: 100%;
	line-height:40px;
	padding: 0 5px;
	position: relative;
}
.nav ul>li:last-child{
	margin-right: 0px;
}
.nav ul>li>a{
	display: inline-block;
}
.nav ul>li>ul.second{
    display: none;
    position: absolute;
    width: 100%;
    left: 0;

}
.nav ul>li>a{
	display: inline-block;
	width: 100%;
	height: 100%;
	font-size: 18px!important;
}
.nav ul>li.active,
.nav ul>li:hover{
	background: #b90000;
}
.nav ul>li.active>a,
.nav ul>li:hover>a{
	color: white;
	font-weight: 800;
}
.nav ul>li>ul>li{
	height:40px;
	line-height:40px;
}
.nav ul>li>ul>li>a{
    display: inline-block;
    height:40px;
    line-height: 40px;
    background: #b90000;
    color: white;
    text-align: center;
    font-size: 15px!important;
}
.nav ul>li>ul>li:hover>a{
	background:white;
	color: #b90000;
}
/* banner */
.banner{
	position: absolute;
	width: 100%;
	top: 134px;
}
.swiper_demo1{
	position: relative;
	width: 100%;
}
.swiper_demo1 .swiper-slide>a{
	display: inline-block;
	width: 100%;
	height: 100%;
}
.swiper_demo1 .swiper-slide>a>img{
	width: 100%;
	height: 100%;
}
.swiper_demo1 .arrow{
	position: absolute;
	width: 100%;
	top:50%;
	left:0;
	transform: translateY(-50%);
}
.swiper_demo1 .arrow>div>div.arrow-left,
.swiper_demo1 .arrow>div>div.arrow-right{
	width: 60px;
	text-align: center;
	height: 60px;
	line-height: 58px;
	background: rgba(255,255,255,0.5);
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7fffffff,endcolorstr=#7fffffff);
	border-radius: 100%;
}
.swiper_demo1 .arrow>div>div.arrow-left>a,
.swiper_demo1 .arrow>div>div.arrow-right>a{
	display: inline-block;
	width: 100%;
	height: 100%;
}
.swiper_demo1 .arrow>div>div.arrow-left>a>img,
.swiper_demo1 .arrow>div>div.arrow-right>a>img{
	width: 35px;
}
.swiper_demo1 .arrow>div>div.arrow-left:hover,
.swiper_demo1 .arrow>div>div.arrow-right:hover{
	background: rgba(0,0,0,0.2);
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#33000000,endcolorstr=#33000000);
}