﻿@charset "utf-8";

html, body {font-family: "微软雅黑";}
ul, ol {padding: 0;	margin: 0;}
li {list-style: none;}
a:hover {text-decoration: none;}


/*------------------------------------------------顶部*/
.header img {display: inline-block;}
.header .logo {height: 80px; margin: 10px 0;}
.header ul {float: right;}
.header ul li {display: inline-block;margin: 10px;}
.header ul li img {height: 80px;}

/*------------------------------------------------导航*/
.navbar {background: #329fd7; margin: 0; border: 0;	border-radius: 0; text-align: center;}
.navbar .navbar-collapse .navbar-nav {margin: 0 auto; width: 100%;}
.navbar .navbar-collapse .navbar-nav li {float: none; display: inline-block;}
.navbar .navbar-collapse .navbar-nav li a {color: #fff; font-size: 16px;}
.navbar .navbar-collapse .navbar-nav li a:hover {color: #8c8c8c;}
.navbar .navbar-header > button {border: 0;	padding: 0;}
.navbar .navbar-collapse .navbar-nav .dropdown .dropdown-menu {background: #329fd7; min-width: 0;}
.navbar .navbar-collapse .navbar-nav .dropdown .dropdown-menu li {margin-bottom: 5px;}

/*------------------------------------------------底部*/
.footer {background: #329fd7; padding: 20px 0; text-align: center;}
.footer .footer-img1 {margin-top: 10px;}
.footer .footer-text {text-align: center;}
.footer .footer-text p {color: #fff; margin-bottom: 20px; text-align: left;}
.footer .footer-img2 {text-align: center;}

/*------------------------------------------------置顶*/
.toTop {text-align: center; display: block; width: 35px; height: 35px; position: fixed; right: 30px; bottom: 10px; background: #329fd7; border-radius: 5px;}
.toTop span {color: #fff; line-height: 35px;}

/*------------------------------------------------媒体查询*/
@media only screen and (max-width: 768px) {
	.header {display: none;}
	.navbar .navbar-collapse .navbar-nav li {width: 100%; text-align: center;}
	#banner .carousel-control {display: none;}
	#banner .carousel-indicators li {width: 5px; height: 5px;}
	
	.footer {padding: 20px 0;margin-bottom: 15px;}
	.footer .footer-text {padding: 15px;}
	.footer .footer-img1 {margin-bottom: 20px;}
	
	.phone-none {display: none;}
	
	
	.toTop {display: none;}
}
@media only screen and (min-width: 1200px) {
	.container {width: 70%; margin: 0 auto;}
}


/*------------------------------------------------底部固定按钮*/

@media only screen and (min-width: 768px) {
.group_81 {
    display: none;
}
}

@media only screen and (max-width: 768px) {
.group_81 {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,.7);  
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding: 6px;
    z-index: 10;
}
.group_81 a {
    -webkit-box-flex: 1;
    flex: 1;
}
.group_81 a img {
    width: 100%;
}
}
