﻿/*首页*/
/*首页*/
@charset "utf-8";
/* banner */
.banner{width: 100%;overflow:hidden;}
.c-banner{
	width: 100%;
        position: relative;
}
.c-banner img{
	width: 100%;
}
.c-banner .banner ul{
	list-style: none;
}
.c-banner .banner ul li{
	position: absolute
	display: block;
	opacity: 0;
}
.c-banner .banner ul li:nth-child(1){
	opacity: 1;
	display: block;
}
.c-banner .banner ul li img{
	width: 100%;
	position: absolute;
	top: 0px;
}
.c-banner .banner ul li:first-child img{
	position: relative;
}
.c-banner .nexImg,.c-banner .preImg{
	padding: 25px 10px 25px 10px;
	position: absolute;
	top: 50%;
	margin-top: -53px;
	background: #000000;
	opacity: 0.5;
	border-radius: 5px;
	z-index: 10;
	
}
.c-banner .nexImg:hover,.c-banner .preImg:hover{
	opacity: 0.8;
}
.c-banner .nexImg{
	right: 0px;
}
.c-banner .nexImg img,.c-banner .preImg img{
	
	
}
.c-banner .jumpBtn{
	width: 100%;
	position: absolute;
	bottom: 20px;
	text-align: center;
}
.c-banner .jumpBtn ul{
	margin-bottom: 0px;
	padding: 0px;
}

.c-banner .jumpBtn ul li{
	width: 30px;
	height: 30px;
	border-radius: 50%;
	display: inline-block;
	background-color: white;
	opacity: 0.9;
	margin-left: 10px;
}
.c-banner .jumpBtn ul li:first-child{
	margin-left: 0px;
}
@media screen and (max-width:1920px) {
	.c-banner{
		width: 100%;
		height:auto;
		overflow: hidden;
	}
	.c-banner .banner ul li img{
		width: 100%;
		height:auto;
		position: absolute;
	}
}
.contenta{
	width   : 269px;
	height  : auto;
	background-color: #e9e9e9;
	border-bottom:solid 1px #1277f3;
	border-left: solid 1px #1277f3;
	border-right: solid 1px #1277f3;
}
/*以上css可不用，仅作为展示外观样式*/
.list{
	width :218px;
	margin: 0 auto;
}
.list ul{
	list-style: none;
}
.list>ul>li{
	width : 100%;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-o-transition: .3s ease;
	transition: .3s ease;
	padding: 2px;
}
.list>ul>li p[class=title]{
	width      : 100%;
	text-align : center;
	background:url(../images/cpnav.jpg)top center no-repeat;
	height: 44px;
	line-height: 44px;
	padding    : 0;
	border     : none;
	position   : relative;
	font-size  : 12px;	
}
.list>ul>li>ul>li>p>a{
	font-size: 12px;
}
.list>ul>li p[class=title]>a{color: #ffffff;}
.list>ul>li p[class=title]>span{
	position: absolute;
	right: 10%;
}
.list-se{
	overflow: hidden;
	display: none;
}
.list>ul>li>ul>li>p{
	color     :#ffffff;
}
.list>ul>li>ul>li{
	right   : -100%;
	-webkit-transition: right .5s;
	-moz-transition   : right .5s;
	-o-transition     : right .5s;
	transition        : right .5s;
	padding: 1px 0;
}
.list>ul>li>ul>li>p{
	background  : url(../images/cpnava.jpg)top center no-repeat;
	color       : #000000;
	height      : 35px;
	-webkit-box-sizing :border-box;
	        box-sizing :border-box;
	padding-left:35px;
	line-height : 35px;
	-webkit-transition   : border .5s; 
			 transition  : border .5s;
	-webkit-transition   : background .3s;
			 transition  : background .3s;
	overflow: hidden;
}
.list-s>li>p:hover{
}

