@charset "utf-8";

body {
    color: #333333;
    font-family: "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
    font-size: 16px;
    overflow-x: hidden;
}

body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, a, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
fieldset, button, input, textarea, /* form elements 表单元素 */
th, td,
figure, figcaption /*h5的标签*/
{ /* table elements 表格元素 */
    margin: 0;
    padding: 0;
    list-style: none;
}

a:hover, a:active, a:focus {
    text-decoration: none;
}

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    color: #fff;
    text-decoration: none;
}

.center li {
    list-style: disc;
    margin-left: 27px;
}

.center .number p {
    padding: 5px;
  /*   border: 1px solid #dcdcdc; */
    margin: 0;
    line-height: 2;
}







.title {
    /*border-bottom: 1px solid #dcdcdc;*/
}

.title h2 {
    margin-top: 30px;
    margin-bottom: 60px;
}

.center .time h4 {
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 50px;
}

.center h3 {
    font-size: 22px;
    margin-bottom: 20px;
    color: #000000;
}

.center .col-lg-8 ul li {
    margin-bottom: 46px;
}

.center .col-lg-8 p {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 1px;
}

.center .col-lg-4 {
    margin-top: 30px;
}

.center .col-lg-4 h3 {
    margin-bottom: 30px;
}

.center .col-lg-4 ul li {
    margin-bottom: 30px;
}

.center .col-lg-4 img {
    width: 100%;
}


.footer {
    width: 100%;
    background: #313131;
    color: #cecece;
    margin-top: 50px;
}

.footer .container {
    position: relative;

}

.footer .content {
    margin-top: 44px;
    margin-bottom: 45px;
}

.footer .return {
    position: absolute;
    right: 0;
    top: 20px;
    cursor: pointer;
}

.footer .row {
    margin: 0;
}

.footer .content ul {
    width: 45%;
    padding-left: 0;
    margin-bottom: 0;
}

.footer .content ul li {
    list-style: none;
    margin: 10px 0;
}

.footer .content ul li:first-of-type {
    margin-top: 0;
}

.footer .content ul li:last-of-type {
    margin-bottom: 0;
}

.footer .content ul li p {
    font-size: 14px;
    margin-bottom: 0;
}

.footer .friendship p {
    display: inline-block;
    margin-bottom: 0;
}

.footer .friendship a {
    text-decoration: none;
    color: #cecece;
    margin: 0 14px;

}

.friendship .micro-blog {
    margin-top: 52px;
}

.friendship .micro-blog a {
    margin-left: 0;
}

.tail {
    font-size: 12px;
    color: #cecece;
    line-height: 40px;
    border-top: 1px solid #434343;
    margin-bottom: 0;
}

.center .col-lg-4 ul li p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 70%;
}



@media screen and (min-width: 992px) and (max-width: 1200px) {
    .navbar-nav > li > a {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    /*.footer .friendship a {*/
    /*margin: 0 10px;*/
    /*}*/
}
h3 {
    margin: 0;
    font-size: 24px;
    padding-bottom: 10px;
    padding-left: 15px;
    border-bottom: 1px solid #bfbfbf;
    background: url("../img/sign.png") no-repeat 0 0;
}
.p-3 {

    padding: 30px !important;
    border: 1px solid #dcdcdc;
    margin: 0;
    /*margin-top: 70px;*/
}

.direction ul {
    padding-top: 0;
}

.direction ul li {
    margin-top: 26px;
     overflow:hidden;
 	text-overflow:ellipsis;
 	white-space:nowrap;
}

.direction ul li:first-of-type {
    margin-top: 0;
}

.direction ul li:last-of-type {
    margin-bottom: 0px;
}

.direction ul li a {
    color: #555555;
    font-size: 16px;
}

.direction p {
    font-size: 18px;
    margin-bottom: 10px;
    border: none;
}

.direction img {
    width: 100%;
    margin-top: 20px;
}
.direction ul li a:hover{
	color:#f08300!important;
}
.secondarys {
    top: 80px;
    left: 0px;
    background: #fff;
    padding: 18px 8px;
    width: 100%;
    display: none;
    box-shadow: 0px 0px 2px #888888;
}

.secondarys p a {
    display: block;
    padding: 6px 16px;
    font-size: 16px;
    color: #313131;
    text-align: center;
}

.secondarys p a:hover {
    background: #f08300;
    color: #fff;
    text-decoration: none;
}

.secondarys:before,
.secondarys:after {
    position: absolute;
    content: '';
    width: 14px;
    height: 14px;
    top: -8px;
    left: 37%;
    margin-left: -7px;
    overflow: hidden;
    pointer-events: none;
    -webkit-transform: rotate(225deg);
    -mz-transform: rotate(225deg);
    transform: rotate(225deg);
}

.secondarys:before {
    background: #fff;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .5)

}

.secondarys:after {
    top: -7px;
    background: #fff;
}

.secondarys p {
    margin-bottom: 0;
}
.secondarys ul li{
	width: 25%;
}

.secondarys ul li a{
	width: 100%;
    padding: 10px;
        display: inherit;
        color:#333
    }
.secondarys ul li a:hover{
	color:#ff8100
}
.secondarys ul li dl{
	margin: 0px
}
.mianbao{
	margin-top:20px
}
.mianbao a{
	color:#333;
	padding: 0 10px;
}
