body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
	margin: 0;
	padding: 0;
}
address,
cite,
dfn,
em,
var,
i {
	font-style: normal;
}

small {
	font-size: 12px;
}

ul,
ol,
li {
	list-style: none;
}

legend {
	color: #000;
}

fieldset,
img {
	border: 0;
	vertical-align: middle;
}
button,
input,
select,
textarea {
	font-size: 100%;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a,
input:focus {
	outline: 0;
	text-decoration: none !important;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
	display: block;
}

.clearfix:after {
	content: " ";
	font-size: 0;
	height: 0;
	display: block;
	clear: both;
	visibility: hidden;
}

.clearfix {
	zoom: 1;
}
html,
body {
	font-family: Arial, 'Times New Roman', 'Microsoft YaHei', SimHei;
	font-size: 12px;
	color: #333;
	-webkit-tap-highlight-color: transparent;
	overflow-x: hidden;
}
@media (min-width:320px ) {
	body, button, html, input, select, textarea{
		font-size: 12px;
	}
}
@media (min-width:375px ) {
	body, button, html, input, select, textarea{
		/*font-size: 14px;*/
	}
}
@media (min-width: 414px) {
	body, button, html, input, select, textarea {
	    /*font-size: 15.5px;*/
	}
}
@media (min-width: 480px) {
	body, button, html, input, select, textarea {
	    /*font-size: 18px;*/
	}
}
@media (min-width: 640px) {
	body, button, html, input, select, textarea {
/*	    font-size: 24px;*/
	}
}
@media (min-width: 768px) {
	body, button, html, input, select, textarea {
	    /*font-size: 30px;*/
	   /*font-size: 12px;*/
	}
}
@media (min-width: 960px) {
	body, button, html, input, select, textarea {
	    /*font-size: 36px;*/
	}
}

/*友情链接*/
.footer-link{
	text-align: center;
	padding: 15px;
}
.footer-link a{
	margin: 0 5px;
	display: inline-block;
	color: #999;
}
.footer-link a:hover{
	color: #22a7d9;
}
.footer-link span{
	margin: 0 5px;
	display: inline-block;
	color: #999;
}
@media (max-width:767px){
.footer-link{
	display:none;
}
}

.navbar-top{
	padding: 8px 0;
}
.navbar-top p{
	display: inline-block;
}
.navbar-top .text{
	font-size: 12px;
}
.navbar-top .nav{
	display: inline-block;
	margin-right: 10px;
}
.navbar-top .nav li{
	display: inline-block;
	padding: 0 15px 0 10px;
	border-right: 1px solid #22a7d9;
}
.navbar-top .nav li:last-child{
	/*border: none;*/
}
.navbar-top .nav li a{
	color: #333;
	font-size: 12px;
	line-height: 1;
	padding: 0;
	background: none;
}


.navbar{
	border-radius: 0;
	margin-bottom: 0;
	position: relative;
	z-index: 99;
}
.navbar-fixed-top{
	position: fixed;
}
.navbar-fixed-top + .banner{
	margin-top: 60px;
}
.navbar-fixed-top + .masthead{
	margin-top: 60px;
}
.navbar-brand{
	height: 60px;
	padding: 10px 10px;
        
}
.navbar-brand .logo{
	height: 100%;
}
.navbar-home{
	height: 60px;
	float: right;
	display: flex;
	align-items: center;
}
.navbar-home .glyphicon{
	color: #fff;
	font-size: 1.4rem;
	margin-top: -2px;
}
.navbar-toggle{
	height: 60px;
	border: none;
    margin: 0 10px;
}
.navbar-toggle .icon-bar{
	width: 1.83rem;
	height: 0.25rem;
    background-color: #fff;
}
.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 0.33rem;
}
.navbar .nav{
	margin: 0 -15px;
    border-bottom: 1px solid rgba(255,255,255,0.2);
}
.navbar .nav>li>a{
	position: relative;
	font-size: 15px;
	color: #fff;
	height: 4rem;
	line-height: 4rem;
	padding: 0 0 0 3rem;
    background-color: #282830 !important;
    border-top: 1px solid rgba(255,255,255,0.2) !important;
}
.navbar .nav>li.active>a{
	background: rgba(0,0,0,0.1);
}
.navbar .nav>li.dropdown > a:after{
	display: inline-block;
	content: "";
	width: 8px;
	height: 6px;
	margin-left: 3px;
    border-top: 4px solid #fff;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
	vertical-align: middle;
}
.navbar .nav>li.dropdown.open > a:after{
	top: 22px;
	transform: rotate(135deg);
}
.navbar .nav > li.dropdown > .dropdown-menu{
	margin: 0;
	padding: 0;
}
.navbar .nav > li.dropdown > .dropdown-menu li a{
	color: #fff;
	display: block;
	height: 4rem;
	line-height: 4rem;
	font-size: 14px;
	padding: 0 0 0 5rem;
	background: none;
	border-top: 1px solid rgba(255,255,255,0.2);
}
.navbar-collapse{
	position: fixed;
	top: 60px;
	left: 0;
	right: 0;
	max-height: initial !important;
	background: #282830;
}
/*底部导航*/
.bottom-nav{
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 9999;
	background: #282830;
}
.bottom-nav .nav{
	display: flex;
}
.bottom-nav .nav>li{
	flex: 1;
	text-align: center;
}
.bottom-nav .nav>li>a{
	color: #fff;
	font-size: 14px;
	background: no-repeat;
}
.bottom-nav .nav>li>a>.fa,
.bottom-nav .nav>li>a>.glyphicon{
	display: block;
	margin: 0 auto;
	font-size: 20px;
	margin-bottom: 10px;
}
.bottom-nav .nav>li>a> .icon{
	display: block;
	height:20px;
	margin-bottom: 10px;
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: center;
}
.bottom-nav .nav>li>a> .icon-commenting{
	background-image: url(../images/icon-commenting.png);
}
.bottom-nav .nav>li>a> .icon-customer{
	background-image: url(../images/icon-customer.png);
}


@media (min-width:768px ) {
	.navbar-header{
		position: relative;
		z-index: 9;
	}
	.navbar-close{
		display: none;
	}
	.navbar-home{
		display: none;
	}
	.navbar-collapse{
		opacity: 1;
		position: static;
		width: auto;
		background: none;
		transform: translateX(0);
	}
	.navbar .nav{
		border: none !important;
	}
	.navbar .nav>li>a{
		height: 60px;
		line-height: 60px;
		font-size: 15px;
		padding: 0 16px;
		background: none !important;
		border: none !important;
	}
	.navbar .nav>li.dropdown > a:after{
		/*display: none;*/
	}
	.navbar .nav>li>a:link{
		background: no-repeat;
	}
	.navbar .nav>li>a:hover{
		/*background: #212020 !important;*/
	}
	.navbar .nav > li:hover a{
		/*background: #212020 !important;*/
	}
	.navbar .nav>.active>a{
		color: #F38851;
		font-weight: bold;
		background: none;
	}
	.navbar .nav > li > ul {
		width: 160px;
		min-width: initial;
		border: none;
	}
	.navbar .nav > li:hover > ul{
		display: block;
	}

	.navbar .nav > li.dropdown > .dropdown-menu li a{
		color: #fff;
		width: 160px;
		text-align: left;
		display: block;
		height: 40px;
		line-height: 40px;
		font-size: 14px;
		padding: 0 15px;
		text-indent: 0;
		border: none !important;
	}
	.navbar .nav > li.dropdown > .dropdown-menu li a:hover{
		background: #282830 !important;
	}

}

/*页脚*/
.footer{
	/*padding: 40px 0 30px 0;*/
	background: #282823;
}
.footer-nav{
	padding: 30px 0;
}
.footer-nav .nav-item{
	color: #fff;
	text-align: center;
	padding: 10px 0;
        width:33.3%;
}
.footer-nav .nav-item h3{
	font-size: 16px;
	padding-bottom: 15px;
}
.footer-nav .nav-item ul li{
	padding-bottom: 8px;
}
.footer-nav .nav-item ul li a{
	color: #999;
	font-size: 14px;
	line-height: 1;
}
.footer-nav .nav-item ul li a:hover{
	color: #22a7d9;
}
.footer-nav .nav-contact{
	text-align: center;
}
.footer-nav .nav-contact .tel{
	color: #22a7d9;
	font-size: 19px;
	padding: 0;
}
.footer-nav .nav-contact .tips{
	color: #999;
	font-size: 14px;
	margin: 0 0 10px 0;
}
.footer-nav .nav-contact a{
	padding: 0 10px;
}
.footer-nav .nav-contact .fa{
	font-size: 26px;
}
.footer-nav .nav-contact .fa-wechat{
	color: #83b944;
}
.footer-nav .nav-contact .fa-qq{
	color: #22a7d9;
}
.footer-nav .nav-contact .fa-weibo{
	color: #f96868;
}
.footer-copyright{
	color: #999;
	padding: 15px;
	font-size: 14px;
	text-align: center;
	border-top: 1px solid rgba(255,255,255,0.1);
}
.footer-copyright span{
	padding: 0 15px;
}
@media (min-width:768px ) {
	.footer{
		/*padding: 80px 0 70px 0;*/
	}
	.nav-contact{
		padding-top: 0;
	}
	
}


/*刊头*/
.masthead{
	display: flex;
	height: 140px;
	align-items: center;
}
.masthead-title{
	color: #fff;
    margin: 0 auto;
    text-align: center;
    font-size: 2rem;
    line-height: 1.5;
    font-weight: 400;
    margin-bottom: 12px;
}
.masthead-text {
	display: none;
	color: #666;
    text-align: center;
    font-size: 12px;
}
.masthead-text:first-of-type{
	display: block;
}
@media (min-width:768px){
	.masthead{
		height: 450px;
                margin-top:0px;
	}
	.masthead-title{
	    font-size: 34px;
	    font-weight: bold;
	}
	.masthead-text {
	    font-size: 16px;
	    display: block;
	}
}


.section-head {
	padding: 10px 0 30px 0px;
	text-align: center;
}
.section-head h2{
	font-size: 28px;
	font-weight: normal;
	margin-bottom: 15px;
}
.section-head p{
	font-size: 13px;
	opacity: 1;
}
@media (min-width:768px){
	.section-head {
		padding: 28px 0;
	}
	.section-head h2{
		font-size: 36px;
		font-weight: 100;
	}
	.section-head p{
		font-size: 16px;
	}
}


.pagination>li{
	display: inline-block;
	line-height: 31px;
	height: 31px;
	margin: 0 5px;
	vertical-align: middle;
}
.pagination>li>a.disabled, .pagination>li>span.disabled{
	color: #333;	
}
.pagination>li>a.current, .pagination>li>span.current{
	color: #fff;
	background: #337ab7;	
}