.topbg{
	width: 100%;
	padding: 30px 0;
/* 	background: url(../images/topbg.png)no-repeat; */
	background-size: 100% 100%;
}
.topbg>.container>div.left>a,
.topbg>.container>div.left>a>img{
	display: inline-block;
	width: 457px;
	height: 61px;
}
.left{
	float: left;
}
.right{
	float: right;
}
.topbg>.container>div.right{
	height: 61px;
	position: relative;
	width: 300px;
}
.topbg>.container>div.right>div>div>span{
	font-size: 12px;
	color: white;
}
.topbg>.container>div.right>div{
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}
.topbg>.container>div.right>div>form>input{
	border: none;
	height: 35px;
	line-height: 35px;
	width: 224px;
	padding: 0px;
}
.topbg>.container>div.right>div>form{
	margin-top: 5px;
}
.topbg>.container>div.right>div>div{
	text-align: right;
}
.topbg>.container>div.right>div>form>a{
	width: 75px;
	text-align: center;
	background: #DA251D;
	height: 35px;
	line-height: 35px;
	color: white!important;
	    margin-left: -5px;
}
/* 导航 */
.navs {
	width: 100%;
	height: 54px;
	background:#DA251D;
}

#cssmenu,
#cssmenu>ul {
	width: 100%;
	height: 54px;
	line-height: 54px;
}

#cssmenu>ul>li {
	float: left;
	text-align: center;
	width: 8%;
	height: 60px;
	line-height: 60px;
	display: inline-block;
	position: relative;
	font-size: 18px;
	border-left: 1px solid #FFFFFF;
}
#cssmenu>ul>li:first-child{
	border: none!important;
}
#cssmenu>ul>li:hover{
	background-color: #03CFD6;
}
#cssmenu>ul>li>a::after{
	    display: inline-block;
	    content: "";
	    position: absolute;
	    width: 2px;
	    height: 26px;
	   /* background: url(../images/line.png)no-repeat; */
	    right: 0;
	    top: 50%;
	    transform: translateY(-50%);
}
#cssmenu>ul>li:first-child>a::after{
	    margin-left: 16px!important;
}
#cssmenu>ul>li:first-child>a::before{
	display: inline-block;
	content: "";
	position: absolute;
	width: 2px;
	height: 40px;
/* 	background: url(../images/line.png)no-repeat; */
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
#cssmenu>ul>li>ul{
	padding: 0;
	margin: 0;
	position: relative;
	z-index: 100;
}
/* #cssmenu>ul>li>ul>li:hover{
	background-color: #BA1615;
} */
.has-sub{
	font-size: 15px;
}
#cssmenu>ul>li>a{
	    height: 51px!important;
	    line-height: 51px!important;
}
#cssmenu>ul>li>a.active,
#cssmenu>ul>li:hover>a{
	width: 100%;
	height: 100%;
	background-size: 100% 100%;
	font-size: 18px!important;
}
/* #cssmenu>ul>li:hover>ul>li:hover{
	background: #03CFD6 !important;
	height: 81px;
	
} */
#cssmenu>ul>li:hover>ul>li>a {
	background: #019A9F !important;
	height: 81px;
	line-height: 81px;
	color: white;
}

#cssmenu>ul>li:hover>ul>li>a {
	border-bottom: 1px solid white;
	height: auto !important;
	line-height: normal;
	padding: 10px 0;
}

#cssmenu>ul>li:hover>ul>li {
	height: auto !important;
	line-height: normal;
	
}

#cssmenu>ul>li a {
	display: inline-block;
	width: 100%;
	color: white !important;
	text-decoration: none !important;
	position: relative;
}
.second li{
	list-style: none;
	    list-style: none!important;
}
/* //新增css */
.right_style{
	width:270px;
	height: 51px;
	display: flex;
}
.right_style_text{
	padding-left: 11px;
	height: 100%;
}
.right_style_text_type1{
	/* height: 12px; */
	font-size: 14px;
	font-family: Alibaba PuHuiTi !important;
	font-weight: 400;
	color: #666666;
	float: left;
	
}
.right_style_text_type2{
	/* height: 21px; */
	font-size: 28px;
	font-family: Alibaba PuHuiTi !important;
	font-family: Arial;
	font-weight: bold;
	color: #DA251D;
	float: left;
}
.lunbo {
	position: relative;
	z-index: 0;
}