*{
	margin:0;
	padding:0;
}
.hide {
    display: none;
}

.show {
    display: block;
}
.margin-TD50{
	margin:50px auto;
}
ul li,ol li {
    list-style: none;
    margin: 0;
    padding: 0;
}
a,a:hover,a:active,a:link{
   text-decoration: none;
}
.clearfix {
    display: block;
    zoom: 1;
}

.clearfix:after {
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    clear: both;
    visibility: hidden;
}
.font16{
	font-size:16px;
}
.color999{
	color:#dadada;
}

.margin30{
	margin:30px;
}
.margin10{
	margin:10px 0;
}
.margin-r10{
	margin-right:10px;
}
.margin-bottom-20{
	margin-bottom:20px;
}
.margin-T50{
	margin-top:50px;
}
.overflow2line{
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    width: 90%;
}
.overHide{
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.overHide-more{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.backup{
	display:inline-block;
	width:20px;
	height:20px;
	vertical-align:middle;
	background:url(../images/home.png) center bottom no-repeat;;
	background-size:cover;
	margin-bottom: 5px;
}
/* nav样式  --start--*/
@media only screen and (min-width: 1200px){
	.container {
		width:1024px !important;
	    padding-right: 15px !important;
	    padding-left: 15px !important;
	    margin-right: auto !important;
	    margin-left: auto !important;
	}
}
@media only screen and (min-width: 981px){
	#nav-small{
		display:none;
	}
	.nav-wrap {
	    width: 100%;
	    height: 65px;
	    /* box-shadow: 1px 1px 27px #999; */
	    position: fixed;
	    z-index:999999999;
	}
	.nav-wrap-shadow {
	    box-shadow: 1px 1px 27px #999;
	}
	.nav-before{
		background: rgba(255,255,255,0);
		color:#fff;
	}
	.nav-before .nav-a{
		color:#fff;
	}
	.nav-before .nav-a:hover,.nav-before .nav-a:active,.nav-before .nav-a.active{
		color:#fff;
		border-bottom:#fff 2px solid;
	}
	.logo-before{
		background:url(../images/logo-before.png) center bottom no-repeat;
		height: 50px;
	    width: 110px;
	    /* margin-top: 12px; */
	    margin-left: 15px;
	    margin-right: 20px;
	    background-size: 100%;
	}
	.nav-after{
		background: rgba(255,255,255,1);
	}
	.nav-after .nav-a{
		color:#777;
	}
	.nav-after .nav-a:hover,.nav-after .nav-a:active,.nav-after .nav-a.active{
		color:#777;
		border-bottom:#777 2px solid;
	}
	.logo-after{
		background:url(../images/logo-after.png) center bottom no-repeat;
	    height: 50px;
	    width: 110px;
	    /* margin-top: 12px; */
	    margin-left: 15px;
	    margin-right: 20px;
	    background-size: 100%;
	}
	.nav{
		margin-top:10px;
		font-size:16px;
	}
	.nav-a{
		color:#777;
	}
	.logo{
		display:inline-block;
	}
	.nav-list>li{
		float: left;
		padding:10px 40px;
	}
	.nav-list>li>a{
		position: relative;
		padding: 5px 0;
	}
	.nav-child{
		position: absolute;
		text-align: left;
		top:44px;
		/* left:-30px; */
		background:#3192fd;
		border-radius:2px;
		color:#fff;
		/* box-shadow: 1px 1px 10px 3px #ccc; */
	}
	.nav-child-triangle{
		position: absolute;
	    top: 35px;
	    width: 20px;
	    left: 18px;
	    height: 24px;
	    background: url(../images/triangle.png) no-repeat;
	    background-size: cover;
	}
	.nav-child-triangle1{
		position: absolute;
	    top: 35px;
	    width: 20px;
	    left: 18px;
	    height: 24px;
	    background: url(../images/triangle.png) no-repeat;
	    background-size: cover;
	}
	.nav-child li{
		border-bottom:1px dash #999;
		display:block;
		width:100%;
		line-height:2.6;
	}
	.nav-child li a{
		color:#fff;
		padding-left:15px;
	}
 	.nav-child li a:hover,.nav-child li a:active{
		color:#fff;
		background-color:#2280e9;
		border-radius:2px;
		/* font-size:101% !important; */
	}
}
@media only screen and (max-width: 980px){
	#nav-large{
		display:none;
	}
	#nav-small{
	    width: 100%;
	    height: 100px;
	    /* box-shadow: 1px 1px 10px #0000004d; */
	    position: fixed;
	    z-index:99;
		/* background-color: #9999993b; */
	}
	#nav-small .logo-after{
		background:url(../images/logo-after.png) center bottom no-repeat;
	    /* height: 50px;
	    width: 110px;
	    margin-top: 15px;
	    margin-left: 15px;
	    margin-right: 20px;
	    background-size: 100%; */
	    height: 0px;
	    width: 0px;
	    margin-top: 15px;
	    margin-left: 15px;
	    margin-right: 20px;
	    background-size: hide;
	}
	#nav-small .logo-before{
		background:url(../images/logo-before.png) center bottom no-repeat;
		height: 50px;
	    width: 110px;
	    margin-top: 15px;
	    margin-left: 15px;
	    margin-right: 20px;
	    background-size: 100%;
	}
	.menu-small{
		position: fixed;
	    right: 0;
		z-index:888;
		color:#999;
		margin:15px;
		top: 20px;
	}
	.menu-panel{
		position: fixed;
	    z-index: 9999;
	    background: #fff;
	    padding: 15px;
	    /* width: 150px; */
	    width: 100%;
	    right:0;
	    /* box-shadow: 5px 5px 14px 3px #888; */
	    box-shadow: 1px 1px 20px 1px #888;
	}
	.assetNav-a{
		color:#777;
	}
	.assetNav-a:hover,.assetNav-a:active{
		color:#000;
		background:none !important;
	}
}
/* 头部--end-- */
/* 内容--start-- */
.content{
	width:90%;
	margin-left:5%;
}
/* 内容--end-- */
/* footer--start-- */
.footer{
	height:auto;
	width:100%;
	padding:15px 0 0 0;
	color:#666;
	text-align:center;
	line-height:2;
	background:url(../images/footer.png) no-repeat;
	background-size:100%;
}
/* .footer-color{
	background-color:{238,238,238};
} */
.footer div{
	line-height:2;
}
.footer a{
	color:#fefefe;
}
.footer a:hover{
	text-decoration: underline;
}
.footer h4{
	color:#fff;
}
.copy{
	line-height:34px;
	padding-left: 0px;
	padding-right: 0px;
}
.footer-down{
	background:#000;
	color:#fff;
	margin-bottom:0;
}
.wechatTitle{
	display:inline-block;
	width:35px;
	height:35px;
	background:url(../images/wechat.png) center bottom no-repeat;
	position:relative;
}
.wechatImg{
	display:inline-block;
	/* position:relative; */
    top: 17px;
}
/* footer--end-- */
.function-button{
	position: fixed;
    right: 28px;
    bottom: 240px;
    width: 50px;
    cursor:pointer;
    z-index: 99;
}
.function-button span{
	font-size:20px;
} 
.goTop{
	display:block;

	width:50px;
	height:50px;
	background:url(../images/topArr.png) center bottom no-repeat;
	background-size: 100%;
	
}
.word-break{
	word-break: break-all;
	word-wrap:break-word;
}

/************************head start***********************/

.head_wrap {
    width: 100%;
    height: 100px;
    box-shadow: 1px 1px 15px #999;
}

.head_wrap .login_before,
.head_wrap .login_after {
    width: 100%;
    height: 100%;
}

.login_before div,
.login_after div {
    float: left;
}

.login_before .logo,
.login_after .logo {
    width: 90px;
    height: 100px;
    padding: 13px 0px;
    overflow: hidden;
    box-sizing: border-box;
}

.login_before .logo img,
.login_after .logo img {
    display: block;
    width: 83%;
    margin: 0;
}

.login_before h2 {
    color: #154ca8;
    line-height: 100px;
    margin: 0px;
}

.login_after .title_menu {
    height: 100px;
}

.login_after .title_menu h2 {
    color: #154ca8;
    height: 60px;
    line-height: 92px;
    margin: 0px;
}

.login_after .title_menu .menu,
.login_after .title_menu ul {
    height: 40px;
}

.login_after .menu ul li {
    float: left;
    width: 80px;
    heihgt: 40px;
    line-height: 40px;
    text-align: center;
}

.login_after ul li a {
    display: block;
    width: 80px;
    height: 40px;
    color: #154ca8;
    text-align: center;
    font-size: 16px;
}

.login_after ul li a.active {
    background: #154ca8;
    color: #fff;
    border-radius: 4px;
    text-decoration: none;
}
.radius5{
	border-radius: 5px;
}
.radius5-2{
	border-radius: 0 5px 5px 5px;
}
.login_after ul li a:hover {
    background: #154ca8;
    color: #fff;
    border-radius: 4px;
    text-decoration: none;
}

.login_after .user_loginout {
    float: right;
    width: 150px;
    height: 100px;
    padding: 20px 0px;
    box-sizing: border-box;
}

.login_after .loginout {
    width: 100%;
    height: 50%;
    text-align: center;
    padding: 0px 0px 0px 40px !important;
}

.login_after .loginout span {
    display: inline-block;
    color: #154ca8;
    text-align: center;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis
}

.login_after .loginout span:last-child {
    cursor: pointer;
}

.login_after .backen {
    padding: 0px 25px;
}

.login_after .backen span {
    width: 100%;
    line-height: 26px;
    margin-right: 0;
    border: 2px solid #154ca8;
    border-radius: 4px;
    box-sizing: border-box;
    cursor: pointer;
}

.login_after .backen span:hover {
    font-weight: bold;
}


/************************head end***********************/

.swiper-bg{
	width:40px;
	height:100px;
	background-color:rgba(250,250,250,0.5);
}
.swiper-bg-index{
	width:40px;
	height:100px;
	background-color:rgba(255,255,255,0.7);
}

@media(max-width: 768px){
	.footer{
		background-size:300%;
	}
	.margin-r10{
		margin-right:0px;
		margin-bottom:0px;
	}
	.margin-TD50{
		margin:30px auto;
	}
	.padding-none{
		padding:0;
	}
	.margin-T50{
		margin-top:10px;
	}
	.margin-left15{
		margin-left:15px !important;
	}
}