﻿body{
    min-width:1280px;
    overflow-x: hidden;
}
#header img{
    width:100%;
}
#content{
	background: url('../images3/bg_02.jpg') 0 0 no-repeat;
	background-size: 100% 100%;
    background-position: center;
	max-height: 100%;
	/* height: 515px; */
	/* min-width:1440px; */
}

/* 第一个模块 **********************************************/
.one{
	/* min-width: 1366px; */
	margin: 0 auto;
    width: 1440px;
}
.one .imgleft{
    margin-left:30px;
}
.one_top{
    width:100%;
	background-color: rgba(255,255,255,.7);
    padding: 15px 20px 0 0px;
    /* max-width: 1440px; */
    /* width: 100%; */
    margin-top: 140px;
}
.one_top .image{
	width: 35%;
	height: auto;
}
.one_top .image img{
	width: 100%;
	height: 100%;
}
.one_top .text{
	width: 65%;
	margin-top: 20px;
    padding-left: 70px;
    height: 395px;
    overflow: auto;
    font-family: "微软雅黑";
    font-size: 18px;
    color: #666;
}
 /*滚动条样式*/
.text::-webkit-scrollbar {/*滚动条整体样式*/
    width: 14px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 14px;
}
.text::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 7px;
    -webkit-box-shadow: inset 0 0 5px rgba(191,191,191);
    background: rgba(191,191,191);
}
.text::-webkit-scrollbar-track {/*滚动条里面轨道*/
    /* -webkit-box-shadow: inset 0 0 5px rgba(255,255,255); */
    border-radius: 14px;
    background: #898989;
}

.one_top .text p{
	text-indent: 32px;
}
.one .news{
	line-height: 95px;
	height: 95px;
	background-color: rgba(255,255,255,.6);
	padding: 0;
	overflow: hidden;
}
/* 滚动区域 *********************************/
#donate_carousel {
    height:23px;
    overflow:hidden;
    margin-top: 40px;
}
.donate_bar {
    margin-left:30px;
    padding:0;
}
.donate_bar li {
    height:25px;
    list-style:none;
    margin:0;
    padding:0;
    line-height:25px;
}
.donate_bar span {
    font-size:22px;
    color:#666;
    text-decoration:underline;
/*  margin-left:40px; */
}
.donate_bar span:nth-child(1){
    width:483px;
    overflow: hidden;white-space: nowrap;text-overflow: ellipsis;
}
.donate_bar span:nth-child(2){
    width:373px;
    overflow: hidden;white-space: nowrap;text-overflow: ellipsis;
    margin-left:100px;
}
.donate_bar a {
    text-decoration:none;
    font-size:23px;
    color:#666;
    font-family:"微软雅黑";
}

/* 滚动区域 *********************************/
@media screen and (max-width:1680px) {
    .one{
        width: 1200px;
    }
    .one_top .text{
        height: 350px;
    }
     .one_top .text{
        font-size:16px;
    }
    .donate_bar a {
        text-decoration:none;
        font-size:21px;
        color:#666;
        font-family:"微软雅黑";
    }

}
@media screen and (max-width:1440px) {
    .one_top .text{
        font-size:14px;
    }
    .donate_bar a {
        text-decoration:none;
        font-size:21px;
        color:#666;
        font-family:"微软雅黑";
    }
}
@media screen and (max-width:1366px) {
    .one{
        width: 1200px;
    }
    .one_top .text{
        height: 300px;
/*         width:50%; */
    }
     .one_top .text{
        font-size:16px;
    }
    .donate_bar a {
        text-decoration:none;
        font-size:21px;
        color:#666;
        font-family:"微软雅黑";
    }

}

@media screen and (max-width:1280px) {
    .one{
        width: 100%;
    }
    .one_top .text{
        height: 270px;
    }
     .one_top .text{
        font-size:16px;
    }
    .donate_bar a {
        text-decoration:none;
        font-size:21px;
        color:#666;
    }

}





/* 第二个模块 **********************************************/

.two{
	width: 1440px;
	height: 1160px;
	margin: 0 auto;
	margin-top: 150px;
}
.two_content{
	height: 1160px;
    background-color: rgba(255,255,255,.7);
        padding-top: 55px;
        margin: 0 auto;
}
.two_content .heder_img{
	width: 111px;
	height: 53px;
	margin: 0 auto;
	/* margin-top: 57px; */
}
.heder1_img img{
	width: 111px;
	height: 53px;
    margin-left:45%;
}
.two_content .content{
	height: 40%;
	padding: 60px 50px 0 50px;
}
.content .content_jumu{
	width:348px;
	height: 393px;
	/* background: #ccc; */
	margin-left: 67px;
	float: left;
	position: relative;
}
.content_jumu .img{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 20;
}
.content_jumu img{
	width: 315px;
	height: 220px;

}
.content_jumu .jumu_text{
	width: 315px;
	height: 310px;
	position: absolute;
	bottom:0px;
	right: 0px;
	background: #fff;
	padding: 150px 20px 30px 20px;
	color: #666;
	font-family: "微软雅黑";
	font-size: 16px;
	overflow: auto;
    text-indent: 32px;
}
 /*滚动条样式*/
.jumu_text::-webkit-scrollbar {/*滚动条整体样式*/
    width: 8px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 8px;
}
.jumu_text::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(191,191,191);
    background: rgba(191,191,191);
}
.jumu_text::-webkit-scrollbar-track {/*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(255,255,255);
    border-radius: 0;
    background: rgba(255,255,255);
}

/* 分页 ***********************************************************/
.two_content .page_row{
	margin-top: 50px;
	 /* margin: 0 auto; */
    overflow: hidden;
    width: auto;
    text-align: center;
    margin-left: 42%;
}
.two_content .page_row div{
	width: 38px;
    height: 38px;
    border: 2px solid #46c1b5;
    text-align: center;
    line-height: 38px;
    font-size: 21px;
    color: #46c1b5;
    float: left;
    margin-left: 30px;
    cursor: pointer;
}
.active{
	color: #fff !important;
	background: #46c1b5;
}
.two_content .displayNone{
    display: none;
}
.two_content .displayBlock{
    display: block;
}
@media screen and (max-width:1680px) {
    .two{
        width: 1200px;
    }
    .content .content_jumu {
        width: 340px;
        height: 400px;
        /* background: #ccc; */
        margin-left: 19px;
        float: left;
        position: relative;
    }
    .page_row {
        margin-left: 23%;
    }
}
@media screen and (max-width:1440px){
    .content_jumu .jumu_text{
        font-size:14px;
    }
}

@media screen and (max-width:1366px){
   .two{
        width: 1200px;
        height: 1160px;
         margin-top: 150px;
         margin:0 auto;
    }
    .content .content_jumu {
        width: 325px;
        height: 400px;
        /* background: #ccc; */
        margin-left: 32px;
        float: left;
        position: relative;
    }
}
@media screen and (max-width:1280px){
    .two{
        width: 100%;
        height: 1160px;
        margin-top: 150px 0 0 0;
    }
    .content .content_jumu {
        width: 325px;
        height: 400px;
        /* background: #ccc; */
        margin-left: 44px;
        float: left;
        position: relative;
    }
}
/* 第三个模块 ***************************************************************************************************/
.three{
    width: 1440px;
    height: 787px;
    margin: 0 auto;
    margin-top: 148px;
}
.three_content{
    height: 787px;
    background-color: rgba(255,255,255,.7);
    padding-top: 55px;
    position: relative;
}
.three_content .heder_img{
    width: 111px;
    height: 53px;
    margin: 0 auto;
}
.heder_img img{
    width: 114px;
    height: 48px;
}
.page1_top{
    margin-top: 50px;
}
.page1_left_1{
    font-size:18px;
    font-family:"微软雅黑";
    color: #666;
    font-weight: bold;
}
.page1_right_1{
    font-size:16px;
    font-family:"微软雅黑";
    color: #666;
}
.page1_2{
    margin-top:40px;
    font-size:18px;
    font-family:"微软雅黑";
    color: #666;
    font-weight: bold;
}
/* 分页 ***************************************************************************************/
.three_content .page1_row{
    padding-top: 35px;
     /* margin: 0 auto; */
    overflow: hidden;
    width: auto;
    text-align: center;
    margin-left: 33%;
    position: absolute;
    bottom: 40px;
}
.three_content .page1_row div{
    width: 38px;
    height: 38px;
    border: 2px solid #46c1b5;
    text-align: center;
    line-height: 36px;
    font-size: 21px;
    color: #46c1b5;
    float: left;
    margin-left: 30px;
    cursor: pointer;
}
.three_content .displayNone{
    display: none;
}
.three_content .displayBlock{
    display: block;
}
@media screen and (max-width:1680px) {
    .three{
        width: 1200px;
    }

}
/* 复用样式 */
.marTop{
    margin-top:20px;
    font-size:16px;
    color:#666;
    font-family:"微软雅黑";
}
.marright{
   margin-right: 35px;
}
b{
    font-weight:bold !important;
}
.data{
    margin-top:40px;
    font-size:18px;
    font-family:"微软雅黑";
    color: #666;
    font-weight: bold;
}
.padd{
    padding-top:3px;
}


/*  *******************************************************************底部图片***********************************************************/
.img_bottom{
    margin-top:140px;
    margin-bottom: 80px;
}
.img_bottom img{
    width:100%;
}
.footer{
    font-family:"微软雅黑";
    font-size:18px;
    color:#fff;
    margin-bottom:100px;
}




/* 覆盖样式 */
.container-fluid{
	padding-left: 0;
	padding-right: 0;
}


// #page2{
// 	display: none;
// }
