/*新闻页样式*/
.login-box h3 {
    padding: 20px 0;
    border-bottom: 1px solid #eee;
}

.login-box form {
    padding: 20px 0 90px 0;
}

.is-yzhimg {
    padding-bottom: 20px;
}

.tishi-box {
    padding: 0 12px;
    height: 26px;
    line-height: 28px;
    color: #ff3d00;
    font-size: 13px;
}

.tishi-box a {
    padding: 8px 0;
    display: block;
}

.tishi-box a img {
    display: block;
    width: 120px;
    height: 36px;
}

.is-checkbox {
    padding: 4px 0;
}

/*������ʽ*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "MicroSoft YaHei", sans-serif;
    /*padding-top: 70px;*/
    -webkit-tap-highlight-color: transparent;
}

@media (max-width: 768px) {
    body {
        padding-top: 52px;
    }
}

.width960 {
    margin: 0 auto;
    width: 960px;
}

@media (max-width: 768px) {
    .width960 {
        width: 100%;
    }
}

ul {
    list-style: none;
    padding: 0;
}

a {
    text-decoration: none;
    outline: none;
    color: #337ab7;
}

a:hover, a:focus {
    text-decoration: none;
    outline: none;
    border: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
}

.container {
    overflow: hidden;
}

.t-center {
    text-align: center;
}

.lh-34px {
    line-height: 34px;
}

.mg-tb20 {
    margin: 20px 0;
}

.pad-tb40 {
    padding: 40px 0;
}

.mg0 {
    margin: 0 !important;
}

.pad5 {
    padding: 5px 14px !important;
}

.block-center {
    margin: 0 auto !important;
}

.c-fff {
    color: #fff !important;
}

.c-666 {
    color: #333 !important;
}

.font12 {
    font-size: 12px;
}

.title {
    margin-bottom: 46px;
    text-align: center;
}

.title h3 {
    font-size: 26px !important;
    color: #333;
}

.title p {
    font-size: 16px !important;
    color: #999 !important;
}

.font-bold {
    font-weight: bold;
}

.them-color {
    color: #da1233 !important;
}

.them-bg {
    background: #da1233;
}

.no-border {
    border: none !important;
}

.no-padding {
    padding: 0 !important;
}

.red {
    color: red;
}

/*������ʽ*/
.my-navbar {
    background-color: #ff3d00;
    border: 1px solid #ff6433;
}

.my-navbar .navbar-brand {
    padding: 16px 15px;
    height: 60px;
}

.my-navbar .navbar-brand img {
    display: block;
    width: auto;
    height: 40px;
}

.my-navbar .navbar-nav a {
    margin-right: 4px;
    padding: 0px 15px;
    display: block;
    height: 100%;
    line-height: 70px;
    color: #fff !important;
    font-size: 16px;
    font-weight: bold;
}

.my-navbar .navbar-nav a:hover {
    background-color: #f97146 !important;
}

.my-navbar .navbar-nav .curr {
    background-color: #f97146;
}

.navbar-nav .into-box a {
    font-size: 14px !important;
    color: #fff !important;
    font-weight: 400 !important;
}

.navbar-nav .into-box a img {
    margin-left: 6px;
}

@media (max-width: 767px) {
    .my-navbar .navbar-brand {
        padding: 10px 15px;
        height: 40px;
    }

    .my-navbar .navbar-brand img {
        height: 30px;
    }

    .navbar-toggle {
        margin-top: 10px;
    }

    .navbar-nav {
        float: none;
    }

    .my-navbar .navbar-nav a {
        padding: 0px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        font-size: 14px;
    }

    .into-box a {
        float: none;
    }
}

.my-navbar .navbar-collapse {
    max-height: 800px;
}

.my-navbar button {
    background: none !important;
    border: none !important;
}

.navbar-toggle .icon-bar {
    background-color: #fff !important;
}

/*�ֲ�ͼ��ť*/
.carousel-control {
    background: none !important;
}

section {
    padding-bottom: 40px;
}

@media (max-width: 766px) {
    section {
        padding: 16px 0;
    }
}

.banner .item img {
    width: 100% !important;
    height: auto;
}

/*���ⰴť*/
button {
    padding: 8px 22px;
    outline: none;
    border: none;
    background-color: #ff3d00;
    color: #fff;
    border-radius: 6px;
}

.small-btn {
    padding: 2px 8px;
    background-color: #ff3d00;
    color: #fff !important;
    border-radius: 6px;
    font-size: 12px;
}

/*footer*/
.footer {
    padding: 26px 14px;
    color: #666;
    background: #eee;
}

.footer .col-md-12 p {
    margin-bottom: 16px;
}

.footer .col-md-12 p img {
    display: inline-block;
    height: 130px;
    width: auto;
}

.footer .col-md-12 p a {
    margin-right: 8px;
    margin-bottom: 6px;
    padding-right: 10px;
    display: inline-block;
    color: #666;
    border-right: 1px solid #666;
}

.footer .col-md-12 p a:last-child {
    border-right: none;
}

.footer .col-md-12 p a:hover {
    color: #333;
}

.footer .beian {
    padding-top: 42px;
    font-size: 12px;
    text-align: center;
}

.footer .beian a {
    font-size: 12px;
    color: #666;
}

/*�����*/
.big-title {
    padding: 10px 0 30px 0;
    text-align: center;
}

.big-title h3 {
    font-size: 28px;
}

.big-title p {
    color: #999;
}

/*����ҳ*/
/*��ҳ*/
.pager {
    margin: 34px 0;
    text-align: left;
}

.pager a {
    padding: 10px 16px !important;
    color: #666;
    border-radius: 6px !important;
}

.pager .text-center {
    display: inline-block;
    width: 33.33%;
    font-size: 12px;
    text-align: center;
}

.pager .text-center p {
    display: inline-block;
    margin: 0;
    margin-right: 2px;
    line-height: 40px;
    border: none;
}

.pager .previous a,
.pager .next a {
    width: 33.33%;
    text-align: center;
    font-size: 12px;
}

.pager li.active a {
    background: #da1233 !important;
    color: #fff;
}

.pager li a:hover {
    background: #da1233;
    color: #fff;
}

/*����ͼ*/
.thumbnail {
    border: none;
    text-align: center;
}

.thumbnail:hover {
    border: none;
}

.caption {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.caption h4 {
    margin-top: 16px;
    margin-bottom: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.caption p {
    margin-bottom: 0;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*��ý�����*/
.media {
    padding: 20px 0;
    margin-bottom: 22px;
    border-bottom: 1px solid #eee;
}

.media-left {
    margin-right: 12px;
    display: block;
    height: 100px;
    float: left;
    max-height: 100px;
    overflow: hidden;
}

.media-left img {
    display: block;
    height: auto;
    width: 100px;
}

.media-heading a {
    color: #337ab7;
    display: block;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}

.media .media-body p {
    color: #999;
    height: 40px;
    line-height: 20px;
    overflow: hidden;
}

/*��¼���ͷ��*/
.logined-img a {
    display: block;
    font-size: 13px !important;
}

.logined-img a img {
    margin-right: 4px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
}

/*ͷ���ϴ�*/
.header-show {
    position: relative;
    float: left;
    margin-bottom: 10px;
    margin-right: 6px;
    width: 204px;
    height: 204px;
    border: 1px dashed #bbb;
    overflow: hidden;
    padding: 10px;
}

.header-show img {
    width: 100%;
}

.header-show span {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 22px;
    color: red;
    display: none;
}

.filebtn {
    margin: 12px 0;
    display: block;
    width: 102px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    background-color: #3297ec;
    color: #fff;
    font-size: 12px;
    cursor: pointer;
}

.file {
    display: none !important;
}

/*ѡ�*/
.tab {
    padding: 10px 0;
}

.tab a {
    padding: 8px 22px;
    outline: none;
    border: none;
    background-color: #eee;
    color: #555;
    border-radius: 6px;
}

.tab a.curr {
    background-color: #da1233;
    color: #fff;
}

.tab-cont {
    display: none;
}

.borl-title {
    margin-bottom: 18px;
    padding-left: 8px;
    border-left: 4px solid #75c8e6;
    color: #75c8e6;
    font-weight: bold;
}

.uploadbox {
    margin: 20px auto;
    width: 100%;
    min-height: 20px;
    /*border: 1px solid #ccc;*/
}

.my-area div {
    margin-right: 4px;
}

@media (max-width: 768px) {
    .my-area div {
        margin-right: 0;
        padding-bottom: 12px !important;
    }
}

.modal-body {
    overflow: auto;
    height: 500px;
}

.modal-body h5,
.modal-body h4 {
    font-weight: bold;
}

.modal-body p {
    padding: 0 18px;
    line-height: 26px;
	font-size: 14px;
}

.modal-header {
    background-color: #ff3d00;
    color: #fff;
}

@media (max-width: 767px) {
    .modal {
        width: 100%;
    }

    .modal-body {
        height: 400px;
    }

    .modal-body p {
        font-size: 12px;
    }
}

.mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
}

#weixin {
    padding: 6px;
    border: 1px solid #eee;
}

#weixin img {
    display: block;
    width: 100%;
    height: 100%;
}

.show {
    display: block;
}

.hide {
    display: none;
}

.guding {
    width: 775px;
}

@media (max-width: 775px) {
    .guding {
        width: 100%;
    }
}

.modal-header .close {
    margin-top: -2px;
}

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}

.modal-title {
    margin: 0;
    line-height: 1.42857143;
}

.h4, h4 {
    font-size: 18px;
}

.h4, .h5, .h6, h4, h5, h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}
.modal-body h5, .modal-body h4 {
	font-weight: bold;
}
.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    display: table;
}

.modal-header .close {
    padding: 0;
    margin: 0;
}

@media (min-width: 576px) {
    .modal-dialog {
		max-width: 600px;
        margin: 30px auto;
    }
}
.modal-body h5, .modal-body h4 {
	font-weight: bold;
	font-size: 14px
}
.btn-default {
	color: #333;
	background-color: #fff;
	border-color: #ccc!important;
}
.btn-default:hover {
	background-color: #ccc;
}
.btn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}