@charset "utf-8";


.search input#sub-btn {
	background: #005ED3;
}

nav {
	background: -moz-linear-gradient(top, #005ed3 0%, #003b84 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #005ed3), color-stop(100%, #003b84));
	background: -webkit-linear-gradient(top, #005ed3 0%, #003b84 100%);
	background: -o-linear-gradient(top, #005ed3 0%, #003b84 100%);
	background: -ms-linear-gradient(top, #005ed3 0%, #003b84 100%);
	background: linear-gradient(to bottom, #005ed3 0%, #003b84 100%);
}

.border-top {
	background: #0072ff;
}

.border-bot {
	background: #0072ff;
}


.menu>ul>li:hover {
	background: #005ed3;
}
.menu>ul>li>ul.normal-sub>li:hover{
	background: #005ED3;
}
.menu>ul>li>ul>li a:hover{
	background: #005ED3;
}
.menu>ul>li.active{
	background: #005ed3;
}

.carousel-indicators .active {
	background: #005ED3;
}


/*sy_product*/

.sy_product .sy_submenu a:hover,
.sy_product .sy_submenu a.active {
	background: #005ED3;
	border-color: #005ED3;
}


.sy_product .picScroll-left .bd .prev,
.picScroll-left .bd .next {
	background: #005ED3;
}


.content_list li p {
	color: #005ED3;
}


.sy_product .picScroll-right .bd ul li:hover {
	background: #005ED3;
}


.sy_product .picScroll-right .hd ul li.on {
	background: #005ED3;
}


/*sy_new*/

.new-box-p ul li a .new-txt span {
	color: #005ED3;
}

.new-box-p ul li:hover a .new-txt h3 {
	color: #005ED3;
}


.new-box-c ul li:hover a {
	background: #005ED3;
}


/*footer*/

footer .footer_tel .btn-tel {
	background: #005ED3;
}


footer .footer_tel b {
	color: #005ED3;
}
.ftbot {
	background: #005ED3;
}

/*手机端底部*/

#mob-bottom {
	border-top: 2px solid #005ED3;
}



/*全部-回到顶部*/

#clan-slider ul li a {
	border: 1px solid #005ED3;
	background-color: #005ED3;
	
}

#slider-chat {
	background-color: #005ED3;
}

#slider-qq {
	background-color: #005ED3;
}

#slider-phone {
	background-color: #005ED3;
}

#slider-wechat {
	background-color: #005ED3;
}

#slider-goTop {
	background-color: #005ED3;
}



#clan-slider .clan-slider-tips {
	border: 1px solid #005ED3;
	background-color: #005ED3;
}

#clan-slider .clan-slider-tips-wechat {
	background-color: #005ED3;
}


.btn-more:hover {
	background: #005ED3;
}



@media (max-width: 767px) {
	nav {
		background: #fff;
	}
	.menu>ul {
		background: #005ed3;
		box-shadow: 0 0 5px #002d65;
	}
	.menu>ul>li {
		border-bottom-color: #0072ff;
	}
	
}
