﻿@charset "utf-8";

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html {
    height: 100%;
    background-color: #fbe7ac;
}

body {
    min-height: 100%;
    color: #1b1b1b;
}


body, ul, li, input, img, a, dl, dt, dd, textarea, button, input, select {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-family: Arial, Helvetica, "微软雅黑";
    font-weight: normal;
}

img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
    border: 0;
}


/*common style start*/
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.pointer {
    cursor: pointer;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}


.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.block-center {
    margin-left: auto;
    margin-right: auto;
}

button {
    border: none;
    cursor: pointer;
}

.bg-red a:link {
    color: #ddd;
    text-decoration: none;
}

.bg-red a:hover {
    color: #fff;
}

.bg-red a:visited {
    color: #ddd;
}
.text-white{color:#FFF;}
.text-gray {
    color: #666;
    font-size: 16px;
    margin-left: 10px;
}
.text-red{
	color:#d50808;
}


.container {
    width: 1118px; /*本次项目设计宽度*/
    margin: 0 auto;
}

.bg-red {
    background-color: #700009;
    min-width: 1118px;
}

.top-bar {
    height: 57px;
    color: #ababab;
    text-decoration: none;
    padding-left: 14px;
}

    .top-bar ul li {
        list-style: none;
        float: left;
        line-height: 57px;
        margin-right: 5px;
    }

        .top-bar ul li a {
            margin-right: 5px;
            font-size: 15px;
        }

.banner {
    background: url(../img/banner.jpg) no-repeat center ;
    height: 619px;
    min-width: 1118px;
}

.bg-paper {
    background: url(../img/bg-paper.png) repeat center top #FFF;
    min-width: 1118px;
    padding: 65px 0 30px 0;
	max-width: 1920px;
    margin: 0 auto;
	position:relative;
}
.bg-building
{
    background: url(../img/bg-building2.jpg)no-repeat center top;
    min-width: 1118px;
    padding: 65px 0 30px 0;
	max-width: 1920px;
    margin: 0 auto;
	position:relative;
	line-height:30px;
	height:783px;
}
.bg-building p{
	margin-bottom:15px;
}

.block-half-container {
    width: 50%;
    float: left;
}

.block-half {
   width: 95%;
   min-height:200px;
    margin: 0 auto;
}

.img-title {
    
   
    font-size: 30px;
	letter-spacing:1px;
	line-height:30px;
    font-weight: bold;
    margin-bottom: 25px;
}

.bg-paper a,.bg-pure-yellow a {
    line-height: 30px;
    font-size: 16px;
	font-weight:bold;
}

    .bg-paper a:link,.bg-pure-yellow a:link{
        color: #1b1b1b;
        text-decoration: none;
    }

    .bg-paper a:visited ,.bg-pure-yellow a:visited{
        color: #1b1b1b;
    }

    .bg-paper a:hover,.bg-pure-yellow a:hover {
        color: #d50808;
    }

.bg-pure-yellow {
    
    min-width: 1118px;
	max-width:1920px;
	margin:0 auto;
    background:#fbe7ac;
    padding: 65px 0;
	position:relative;
}





.footer {
    color: #CCC;
    line-height: 65px;
}


.publish-date{
	float:right;
	color:#7d7d7d;
}
.card-desc{
	margin-bottom:25px;
	line-height:30px;
}
.arrow-d{
	position:absolute;
	top:0;
	left:50%;
	margin-left:-22px;
	width:43px;
	height:21px;
	
}
.arrow-d.y{
	background:url(../img/arrow-d-yellow.png) no-repeat center;
}
.arrow-d.w{
	background:url(../img/arrow-d-white.png) no-repeat center;
}
.three-block{
	/*width:33.33%;*/
	width:25%;
	float:left;
}
.point-block{
	width:96.5%;
	margin:0 auto;
	background:#eeeeee;
	border-bottom:5px solid #ea2b21;
	padding:10px;
	height:454px;
	position:relative;
}
.point-block img{
	width:339px;
	height:255px;
	margin-bottom:30px;
}
.point-block  .desc{
	line-height:28px;
	
}
.point-block a{
	color:#a40000 !important;
	margin-top:20px;
	/*position:absolute;*/
	right:10px;
	bottom:10px;
}
.four-block-container{
	width:25%;
	float:left;
	margin-top:30px;
}
.four-block{
	background:#EEE;
	
	width:94%;
	margin:0 auto;
	border-top:4px solid #ea2b21;
	padding:15px 10px 30px;
}
.four-block .title{
	text-align:center;
	color:#1b1b1b;
	margin-top:15px;
}
.four-block .title a{
	text-align:center;
	color:#1b1b1b;
	text-decoration:none;
}

.carousel-container{
	
	margin:0 auto;
}