.title{
	margin: 30px 0;
}
.title>div>span{
    display: inline-block;
    width: 44%;
    height: 1px;
    background: #666666;
    vertical-align: middle;
}
.title>div>a{
	display: inline-block;
	width: 11%;
	text-align: center;
	color: #666666;
	font-size: 28px;
}
.title>div>a:hover{
	color:  #b90000;
}
.title>div:last-child{
	color: #666666;
	letter-spacing: 4px;
}
.floor1_info_text{
	margin-bottom: 20px;
}
.floor1_info_text>ul{
	display:inline-block;
	width:100%;
}
.floor1_info_text>ul>li{
	float:left;
}
.floor1_info_text>ul>li>a{
	color: #333333;
	font-size: 28px;
	vertical-align: sub;
}
.floor1_info_text>ul>li.select>a{
	display:inline-block;
	color: #333333;
	font-size: 28px;
	font-weight: 800;
	vertical-align: sub;   
}

.floor1_info_text>ul>li:before{
       display: inline-block;
    content: "";
    width: 18px;
    height: 18px;
    position: relative;
    left: 0px;
    top: 4px;
    margin-left: 10px;
    margin-right: 3px;
    background: url(../images/1.png)no-repeat;
    background-size: 100% 100%;
}
.floor1_info_text>ul>li:first-child:before{
	display:none;
}
.floor1_info_text>ul>li:nth-child(2):hover:before{
	-webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.floor1_info_content{
	background: #eeeeee;
	padding: 30px 21px;
}
.floor1_info_content>div.con{
	height: 192px;
    overflow-y: auto;
}
.floor1_info_content>p{
    font-size: 16px;
    text-indent: 2em;
    line-height: 33px;
    text-align: justify;
}
.floor2_luobo{
	background: white;
	height: 434px!important;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.floor2_luobo>.bd{
	height: 434px!important;
}
.floor2_luobo>.bd ul>li{
	margin-right: 20px;
}
.floor2_luobo>.bd ul>li{
	width: 386.6666666666667px!important;
	height: 434px!important;
}
.floor2_luobo>.bd ul>li>a{
	display: inline-block;
	width: 100%;
	height: 100%;
	position: relative;
}
.floor2_luobo>.bd ul>li>a>div:first-child,
.floor2_luobo>.bd ul>li>a>div>img{
	width: 100%;
	height: 100%;
	transition: all 1s ease 0s;
	-webkit-transform: all 1s ease 0s;
	overflow: hidden;
}
.floor2_luobo>.bd ul>li:hover>a>div>img{
	transform: scale(1.1);
	transition: all 2s ease 0s;
	-webkit-transform: scale(1.1);
	-webkit-transition: all 2s ease 0s;
}
.floor2_luobo>.bd ul>li>a>div:last-child{
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 0;
	overflow: hidden;
	background: rgba(0,0,0,0.5);
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7f000000,endcolorstr=#7f000000);
}
.floor2_luobo>.bd ul>li:hover>a>div:last-child{
	display: block;
	height: 80px;
	text-align: center;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.floor2_luobo>.bd ul>li:hover>a>div:last-child>div{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%)translateY(-50%);
}
.floor2_luobo>.bd ul>li:hover>a>div:last-child>div>p{
	font-size: 18px;
	color: white;
	margin: 5px 0;
}
.floor2_luobo>.hd>a.next{
	cursor: pointer;
	display: inline-block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	width: 40px;
	height: 70px;
	background: url(../images/3.png)no-repeat;
	background-size: 100% 100%;
}
.floor2_luobo>.hd>a.prev{
	cursor: pointer;
	display: inline-block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 40px;
	height: 70px;
	background: url(../images/4.png)no-repeat;
	background-size: 100% 100%;
}
.floor3{
	margin-bottom: 20px;
}
.floor3_style>div.left:first-child{
	width: 55%;
	margin-right: 3%;
}
.floor3_style>div.left:first-child>p{
	font-size: 30px;
	margin-bottom: 20px;
}
.floor3_style>div.left:nth-child(2){
	width:42%;
}
.floor3_style>div.left:first-child>div{
	height: 130px;
	overflow: hidden;
}
.floor3_style>div.left:first-child>div>p{
	color: #666666;
	line-height: 33px;
	text-align: justify;
}
.floor3_right .container-top{
	margin-bottom: 20px;
}
.floor3_right .container-top>ul{
	height: 44px;
	border-bottom: 2px solid #dbdcdf;
}
.floor3_right .container-top>ul,
.floor3_right .container-top>ul>li>a{
	display: inline-block;
	width: 100%;
}
.floor3_right .container-top>ul>li{
	float: left;
	height: 44px;
	margin-right: 20px;
}
.floor3_right .container-top>ul>li>a{
	display: inline-block;
	width: 100%;
	height: 100%;
}
.floor3_right .container-top>ul>li.select{
	border-bottom: 2px solid #b90000;
}
.floor3_right .container-top>ul>li:last-child{
	margin-right: 0px;
}
.floor3_right .container-top>ul>li>a{
	font-size: 18px;
}
.floor3_right .container-bottom{
	height: 130px;
	overflow: hidden;
}
.floor3_right .container-bottom>div.con>ul>li>a{
	display: inline-block;
	margin-left: 15px;
}
.floor3_right .container-bottom>div.con>ul>li{
	margin-bottom:13px;
}
.floo4_top>div.floor4_first{
    width: 100%;
    height: 20px;
    margin-bottom: 3px;
}
.floo4_top>div.floor4_first>span:first-child,
.floo4_top>div.floor4_first>span:last-child,
.floor4_second>div.left:first-child,
.floor4_second>div.left:nth-child(3){
	display: inline-block;
	width:calc((100% - 1200px)/2);
	height: 100%;
	background: #d8d8d8;
	float: left;
}
.floo4_top>div.floor4_first>span:nth-child(2){
	display: inline-block;
	height: 100%;
	width:1200px;
	float: left;
}
.floo4_top>div.floor4_first>span:nth-child(2)>span:first-child,
.floor4_second>div.left:nth-child(2) ul>li:first-child{
	margin-left: 3px;
}
.floo4_top>div.floor4_first>span:nth-child(2)>span,
.floor4_second>div.left:nth-child(2) ul>li{
	display: inline-block;
	width: calc((100% - 3px)/3);
	height:100%;
	float: left;
	position: relative;
}
.floo4_top>div.floor4_first>span:nth-child(2)>span:first-child,
.floor4_second>div.left:nth-child(2) ul>li:first-child{
	background: #cacaca;
}
.floo4_top>div.floor4_first>span:nth-child(2)>span:nth-child(2),
.floor4_second>div.left:nth-child(2) ul>li:nth-child(2){
	background: #fef500;
}
.floo4_top>div.floor4_first>span:nth-child(2)>span:last-child,
.floor4_second>div.left:nth-child(2) ul>li:nth-child(3){
	background: #1f294f;
}
.floo4_top>div.floor4_second{
	width: 100%;
	height:92px;
}
.floo4_top>div.floor4_second>div{
	width: 100%;
	height: 100%;
}
#lists{
	width: 100%;
	height: 100%;
	position: relative;
}
#lists>ul{
	width: 100%;
	height: 100%;
}
.floor4_second>div.left:nth-child(2) ul>li>div{
	position: absolute;
	width: 100%;
	text-align: center;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
#lists>ul>li>div>p:first-child{
	font-size: 24px;
}
#lists>ul>li>div>p:last-child{
	font-size: 12px;
}
#lists>ul>li:last-child>div>p{
	color: white;
}
#lists>ul>li.select>div>p{
	color:#b90000;
	font-weight: 800;
}
#items>div>div.con{
	height: 400px;
	margin-top: 10px;
}
#items>div>div.con:nth-child(2){
	background: #f6f9ff;
	padding:25px;
}
#items>div>div.con:nth-child(2) .bd ul>li>div{
	margin: 0 15px;
	width: 353.3333333333333px!important;
	background: #f2f2f2;
	border-radius: 5px;
	margin-bottom: 30px;
	float: left;
}
#items>div>div.con:nth-child(2) .bd ul>li{
	display: inline-block;
	width: 100%;
	height: 100%;
}
#items>div>div.con:nth-child(2) .bd ul>li>div>a{
	display: inline-block;
	width: 100%;
	padding:15px;
}
#items>div>div.con:nth-child(2) .bd ul>li>div>a>p{
	font-size: 28px;
}
#items>div>div.con:nth-child(2) .bd ul>li>div>a>div.text_info{
	margin:8px 0;
}
#items>div>div.con:nth-child(2) .bd ul>li>div>a>div.text_info>span>span{
	font-size: 15px;
}
#items>div>div.con:nth-child(2) .bd ul>li>div>a>div.time>span{
	color: #999999;
}
#items>div>div.con:nth-child(2) .bd ul>li>div>a>div.time>span::before{
    display: inline-block;
    content: "";
    width: 20px;
    height: 20px;
    background: url(../images/5.png)no-repeat;
    background-size: 100% 100%;
    margin-right: 5px;
    margin-bottom: -4px;
}
#items>div>div.con:nth-child(2) .bd ul>li>div:hover{
	background: #fef500;
}
#items>div>div.con:nth-child(2) .bd ul>li>div:hover>a>p{
	color: #b90000;
}
#items>div>div.con:nth-child(2) .bd ul>li>div:hover>a span{
	color: #b90000!important;
}
#items>div>div.con:nth-child(2) .bd ul>li>div:hover>a>div.time>span::before{
    background: url(../images/6.png)no-repeat;
    background-size: 100% 100%;
}
.floor4_demo{
	position: relative;
	width: 100%;
	height: 350px;
}
.floor4_demo .arrows{
	position: absolute;
	bottom: 0;
	height: 32px;
	left: 50%;
	transform: translateX(-50%);
}
.floor4_demo .hd{
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.floor4_demo .hd>ul>li{
	display: inline-block;
	width: 10px;
	height: 10px;
	background: #2271b2;
	border-radius: 100%;
	margin: 0 5px;
	cursor: pointer;
}
.floor4_demo .hd>ul>li.on{
	background: #263d7b;
}
.floor4_demo .arrows .arrows-left>a,
.floor4_demo .arrows .arrows-right>a{
	display: inline-block;
	width: 100%;
	cursor: pointer;
}
.floor4_demo .arrows .arrows-left>a>img{
	 -webkit-transform: rotate(180deg);
	  -moz-transform: rotate(180deg);
	  -o-transform: rotate(180deg);
	  -ms-transform: rotate(180deg);
	  transform: rotate(180deg);
}
#items>div>div.con:nth-child(3){
	background: #f6f9ff;
	padding:40px 120px;
}
#items>div>div.con:nth-child(3)>div.left>div:first-child>span{
	color: #1f294f;
	font-size: 24px;
}
#items>div>div.con:nth-child(3)>div.left:first-child{
	width: 360px;
	margin-right: 40px;
	height: 216px;
}
#items>div>div.con:nth-child(3)>div.left:nth-child(2){
	width: 500px;
	height: 216px;
}
/* 表单 */
#items>div>div.con:nth-child(3)>div.left:nth-child(2)>form>div{
	margin-bottom: 10px;
}
#items>div>div.con:nth-child(3)>div.left:nth-child(2)>form>div:last-child{
	margin-bottom: 0px;
}
#items>div>div.con:nth-child(3)>div.left:nth-child(2) input{
	background: #f8f8f8;
	height: 40px;
	line-height: 40px;
	border: 1px solid #000000;
	padding:0 15px;
}
#items>div>div.con:nth-child(3)>div.left:nth-child(2)>form>div:first-child>input:first-child{
	width: 180px;
}
#items>div>div.con:nth-child(3)>div.left:nth-child(2)>form>div:first-child>input:last-child{
	width: 220px;
}
#items>div>div.con:nth-child(3)>div.left:nth-child(2) textarea{
	width: 100%;
	height: 110px;
	background: #f8f8f8;
	border: 1px solid #000000;
	padding:15px;
}
#items>div>div.con:nth-child(3)>div.left:first-child>div:nth-child(2){
	margin-top: 5px;
	margin-bottom: 10px;
}
#items>div>div.con:nth-child(3)>div.left:first-child>div:nth-child(2)>div{
	margin-bottom: 10px;
}
#items>div>div.con:nth-child(3)>div.left:nth-child(2)>form>div:last-child>div.left:first-child>div.left{
	width: 130px;
	height: 40px;
	background: #f8f8f8;
	line-height: 40px;
}
#items>div>div.con:nth-child(3)>div.left:nth-child(2)>form>div:last-child>div.left:first-child>div.left:nth-child(2){
	border: 1px solid #000000;
	text-align: center;
	max-width: 100%;
	max-height: 100%;
	margin: 0 10px;
}
#items>div>div.con:nth-child(3)>div.left:nth-child(2)>form>div:last-child>div.left:first-child>div>input{
	width: 100%;
}
#items>div>div.con:nth-child(3)>div.left:nth-child(2)>form>div:last-child>div.left:nth-child(2){
	border: 1px solid #000000;
	width: 130px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #00b0af;
}
#items>div>div.con:nth-child(3)>div.left:nth-child(2)>form>div:last-child>div.left:nth-child(2)>button{
	color: white;
}
#items>div>div.con:nth-child(3)>div.left:nth-child(2)>form>div:last-child>div.left:nth-child(2):hover{
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	background: #b90000;
}
