﻿/*顶部*/
.top-left,.top-right{
	width: 100%;
	height: 35px;
	line-height: 35px;
	text-align: center;
}
.top-right>a,.top-right>span{
	display: inline-block;
	color: #666;
}
.top-solid{
	width: 1px;
	height: 13px;
	background-color: #b8b8b8;
	vertical-align: middle;
}
.mine{
	margin-right: 20px;
}
.mine>img{
	margin-right: 10px;
}
.top-solid{
	margin: 0 10px;
}

/*顶部搜索*/
.search{
	width: 100%;
}
.logo{
	text-align: center;
}
.logo>a,.search-main,.search-car{
	height: auto;
}
.logo>a{
	line-height: 70px;
}
.logo>a>img{
	display: inline-block;
}
.search-input{
	width: 100%;
	position: relative;
}
.search-btn{
	width: 100%;
	padding-left: 0;
}
.search-input,.search-btn{
	height: 40px;
	margin-top: 15px;
}
.search-input>input{
	width: 100%;
	height: 100%;
	border: 2px solid #4e96ee;
	padding: 0 50px 0 20px;
	border-radius: 4px;
}
.search-input>a{
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	position: absolute;
	top: 0;
	right: 0;
    background-color:#4e96ee;
}
.search-btn>a{
	display: block;
	width: 100%;
	height: 40px;
	text-align: center;
	line-height: 40px;
	border-radius: 4px;
	background-color: #4e96ee;
	color: #fff;
}
.search-btn1>a{
	display: block;
	width: 100%;
	height: 40px;
	text-align: center;
	line-height: 40px;
	border-radius: 4px;
	background-color: #4e96ee;
	color: #fff;
}

.search-car{
	width: 100%;
	height: 70px;
	text-align: right;
}
.search-car>a{
	display: inline-block;
	width: 140px;
	height: 40px;
	margin-top: 15px;
	border-radius: 4px;
	border: 1px solid #ccc;
	text-align: center;
	line-height: 40px;
	color: #666;
}
.search-car>a>img{
	margin-right: 5px;
}
.supNum{
	display: inline-block;
	font-size: 10px;
	padding: 1px 3px;
	color: #fff;
	border-radius: 20px;
	background-color: #ff3025;
	vertical-align: super;
	line-height: 1;
	margin-left: 5px;
}

/*PC导航*/
.nav{
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
}
.nav-main>ul>li{
	margin-right: 50px;
	position: relative;
}
.nav-main>ul>li>a{
	padding: 15px 0;
	color: #111;
}
.downMenu>li>a{
	display: block;
	color: #111;
	background: url(../images/to.png) right center no-repeat;
	transition: all .3s;
}
.nav-main>ul>.active>a,.nav-main>ul>li>a:hover,.downMenu>li>a:hover,.downMenu>.active>a{
	color: #4e96ee;
}
.downMenu>li>a:hover,.downMenu>.active>a{
	padding-left: 20px;
	background: url(../images/to1.png) right center no-repeat;
}

.nav-main>span{
	padding: 15px 0;
}
.nav-main>span>img{
	margin-right: 5px;
}

.downMenu{
	display: none;
	position: absolute;
	top: 100%;
	z-index: 100;
	
	background-color: #fff;
	border: 1px solid #e1e1e1;
	border-radius: 6px;
    box-shadow: 10px 5px 10px rgba(0,0,0,.3)
}
.downMenu>li{
padding: 0 10px 0 0;
border-bottom:1px solid #f2f2f2;
position: relative;
}
.downMenu>li:last-child{
border:none;
}
.downMenu1{
	width: 160px;
	left: -40px;
}
.downMenu2{
	width: 340px;
	left: -130px;
}
.downMenu>li>a{
	padding: 15px 10px;
}

/*手机导航*/
.phone{
	width: 0;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
}
.phone-bg{
	display: none;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #000;
	opacity: 0.6;
	filter: alpha(opacity=60);
	z-index: -10;
}
.phone-box{
	width: 0;
	padding: 30px 0;
	height: 100%;
	overflow-y: auto;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #fff;
	overflow-x: hidden;
}
.phone-nav{
	width: 100%;
}
.phone-nav a{
	color: #111;
}
.phone-nav .active>a{
	color: #4e96ee;
}
.phone-nav>ul>li>a{
	display: inline-block;
	width: 100%;
	padding: 10px 15px;
	border-bottom: 1px solid #ececec;
}
.phone-nav>ul>li:last-child>a{
	border: none;
}
.phoneDown{
	display: none;
	padding-bottom: 10px;
	border-bottom: 1px solid #ececec;
}
.phoneDown>li>a{
	padding: 10px 15px 0 30px;
}
.phone-btn{
	width: 30px;
	height: 30px;
	background-color: #3f87e6;
	position: fixed;
	top: 20px;
	left: 10px;
	padding: 4px 5px;
	border-radius: 4px 4px 4px 4px;
	cursor: pointer;
	z-index: 9999;
}
.phone-solid{
	display: block;
	width: 100%;
	height: 2px;
	background-color: #fff;
	margin: 4px 0;
}


/*轮播图*/
.carousel-indicators{
	bottom: 0;
}
.carousel-indicators li{
	width: 6px;
	height: 6px;
	border: 2px solid #dfe1ee;
	margin: 0;
}
.carousel-indicators .active{
	width: 6px;
	height: 6px;
	border: 2px solid #fff;
	background-color: transparent;
}

.carousel-caption{
	bottom: auto;
	top: 50%;
	text-align: left;
	transform: translateY(-50%);
	text-shadow: none;
}
.banner-main{
	width: 100%;
	height: auto;
}
.banner-main>p{
	padding: 10px 0;
}
.banner-main>a{
	display: block;
	width: 100px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	color: #fff;
	background-color: #3f87e6;
	border-radius: 50px;
}

.carousel-inner>.item>a>img, .carousel-inner>.item>img{
	min-height: 150px;
}


.banner>img{
	min-height: 120px;
}

/*底部*/
.footer-title{
	padding-bottom: 10px;
}
.footer-left>ul>li{
	padding-right: 70px;
}
.footer-nav>li>a{
	color: #dfdfdf;
	padding: 5px 0;
}
.footer-nav>li>a:hover{
	color: #fff;
}

.footer-code{
	padding: 10px 0;
}
.footer-icon>span{
	margin-left: 5px;
}

.bottom{
	border-top: 1px solid #535559;
}
.bottom-left,.bottom-right{
	padding: 15px 0;
}
.bottom-right{
	text-align: left;
}


/*手机底部*/

.tel-null{
	width: 100%;
	height: 60px;
}
.tel-footer{
	width: 100%;
	height: 60px;
	position: fixed;
	bottom: -1px;
	left: 0;
	z-index: 1000;
	border-top: 1px solid #e6e6e6;
}
.tel-footer-img{
	width: 100%;
	height: 100%;
	padding: 10px 0;
	text-align: center;
}
.tel-footer-img>a>img{
	display: inline-block;
	max-height: 40px;
}




.main{
	padding: 30px 0;
}

.about-top{
	border-bottom: 1px solid #e6e6e6;
}
.about-top>span{
	position: relative;
	padding-bottom: 15px;
}
.about-top>span:after{
	content: "";
	display: block;
	width: 52px;
	height: 2px;
	background-color: #4e96ee;
	position: absolute;
	bottom: 0;
	left: 0;
}


/*分页*/
.page{
	width: 100%;
	padding: 50px 0;
	text-align: center;
}
.page>ul{
	display: inline-block;
}

.page>ul>li{
	margin: 0 3px;
}
.page>ul>li>a{
	padding: 3px 6px;
	color: #333;
	border: 1px solid #e6e6e6;
	border-radius: 3px;
}
.page>ul>li>span{
	padding: 3px 0;
}
.page>ul>li>a:hover{
	background-color: #2f8ce6;
	border: 1px solid #2f8ce6;
	color: #fff;
}


/* 路径导航 */
.path{
	padding-bottom: 15px;
}
.path>ul>li>a{
	color: #666;
}
.path>ul>li>a:hover{
	color: #4e96ee;
}
.path>ul>li>span{
	margin: 0 5px;
	top: 0;
	vertical-align: middle;
}
