html {
    font: 14px/24px "宋体", Arial, "Source Han Sans", "Microsoft YaHei", "Hiragino Sans GB", "PingFang SC", STHeiti, "WenQuanYi Micro Hei", Helvetica, sans-serif;
}

p {
    /*display: inline-block;
    width: 100%;*/
    max-height: 10000px;
}

body,
html,
div,
a,
span,
p,
ul,
li,
img,
h1,
h2,
h3,
h4,
h5,
h6,
input {
    margin: 0;
    padding: 0;
}

body {
    visibility: hidden;
    overflow-x: hidden;
}

img {
    border: 0 none;
}

a {
    text-decoration: none;
    vertical-align: top;
    cursor: pointer;
}

li {
    list-style: none;
}

.clearfix {
    display: block;
    *zoom: 1;
    height: 1%;
}

.clearfix:after {
    display: block;
    content: "\0020";
    clear: both;
    font-size: 0;
    height: 0;
    visibility: hidden;
}

.clearBefore:before {
    content: "";
    font-size: 0;
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
}

.clearAfter:after {
    content: "";
    font-size: 0;
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
}

.pagebox {
    padding-top: 49px;
}

.yiiPager {
    text-align: center;
    font-size: 0px;
}

.yiiPager li {
    width: 41px;
    height: 41px;
    font-size: 14px;
    display: inline-block;
    text-align: center;
}

.yiiPager li.previous,
.yiiPager li.next {
    width: 61px;
}

.yiiPager li a {
    color: #000000;
    display: block;
    line-height: 41px;
}

.yiiPager li.selected a {
    color: #ee7700;
}

.yiiPager li.previous:hover,
.yiiPager li.next:hover {
    background: none;
}

.yiiPager li:hover a {
    color: #ee7700;
}

.yiiPager li.previous:hover a,
.yiiPager li.next:hover a {
    color: #ee7700;
}

#head {
    position: relative;
    border-bottom: 1px solid #e8e8e8;
}
#head.head_fix{
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    z-index: 10;
    background: #ffffff;
}

#head.head_fix.active .head_inner{
    height: 80px;
}
#head.head_fix.active .logo img{
    display: none;
}
#head.head_fix.active .menu_list_left{
    right: 51px;
}
#head.head_fix.active .menu_list_right{
    left: 51px;
    padding-left: 0px;
}
#head.head_fix.active .h_menu{
        padding-top: 25px;
}
#head.head_fix.active .menu_list{
        top: 8px;
}
#head.head_fix.active .share_btn{
        padding-top: 22px;
}
#news_detail{
    padding-top: 119px;
}
#head .head_inner {
    padding-left: 50px;
    padding-right: 50px;
    height: 118px;
    /*transition: all 1s;
    -moz-transition: all 1s;	
    -webkit-transition: all 1s;
    -o-transition: all 1s;	*/
}

#head .logo,.main_menu_pomp .logo  {
    position: absolute;
    z-index: 150;
    top: 20px;
    left: 0px;
    right: 0px;
    width: 102px;
    margin: 0 auto;
    text-align: center;
}

#head .h_menu,.main_menu_pomp  .h_menu{
    float: left;
    padding-top: 44px;
    /*transition: all 2s;
    -moz-transition: all 2s;	
    -webkit-transition: all 2s;
    -o-transition: all 2s;*/
}
#head .h_menu{
    display: none;
}
#head .h_menu .menu_icon,.main_menu_pomp .h_menu .menu_icon {
    float: left;
    width: 38px;
    height: 30px;
    cursor: pointer;
    position: relative;
}

#head .h_menu .menu_icon .icon,.main_menu_pomp .h_menu .menu_icon .icon {
    height: 30px;
    width: 1px;
    position: absolute;
    top: 0;
    left: 19px;
    background: #000000;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    transiting-timing-function: swing;
    animation: effeOpacity 2s infinite;
    -moz-animation: effeOpacity 2s infinite;
    -o-animation: effeOpacity 2s infinite;
    -webkit-animation: effeOpacity 2s infinite;
    animation-delay: 1s;
    -moz-animation-delay: 1s;
    -o-animation-delay: 1s;
    -webkit-animation-delay: 1s;
    -o-animation-delay: 1s;
}

#head .h_menu .menu_icon .icon:before,.main_menu_pomp .h_menu .menu_icon .icon:before {
    content: "";
    height: 30px;
    width: 1px;
    position: absolute;
    top: 0;
    left: -15px;
    background: #000000;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    transiting-timing-function: swing;
    animation: effeOpacity 2s infinite;
    -moz-animation: effeOpacity 2s infinite;
    -o-animation: effeOpacity 2s infinite;
    -webkit-animation: effeOpacity 2s infinite;
}

#head .h_menu .menu_icon .icon:after,.main_menu_pomp .h_menu .menu_icon .icon:after {
    content: "";
    height: 30px;
    width: 1px;
    position: absolute;
    top: 0;
    left: 15px;
    background: #000000;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    transiting-timing-function: swing;
    -moz-animation: effeOpacity 2s infinite;
    -o-animation: effeOpacity 2s infinite;
    -webkit-animation: effeOpacity 2s infinite;
}

@keyframes effeOpacity {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.2;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes effeOpacity {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.2;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes effeOpacity {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.2;
    }
    100% {
        opacity: 1;
    }
}

@-o-keyframes effeOpacity {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.2;
    }
    100% {
        opacity: 1;
    }
}

#head .menu_list,.main_menu_pomp .menu_list {
    float: left;
    padding-left: 35px;
    /*transition: all 2s;
    -moz-transition: all 2s;	
    -webkit-transition: all 2s;	
    -o-transition: all 2s;*/
}
#head .menu_list_left,.main_menu_pomp .menu_list_left{
    position: absolute;
    right: 134px;
    top: 25px;
    width: 315px;
}
#head .menu_list_right,.main_menu_pomp .menu_list_right{
    position: absolute;
    left: 99px;
    top: 25px;
    width: 300px;
}
#head .menu_ele,.main_menu_pomp .menu_ele {
    float: left;
    padding: 0 10px;
    line-height: 30px;
}

#head .menu_ele p,.main_menu_pomp .menu_ele p {
    font-size: 18px;
    color: #666666;
    position: relative;
    /* font-family: "宋体"; */
}
.main_menu_pomp .menu_ele p{
    color: #ffffff;
}
#head .menu_ele p::after,.main_menu_pomp .menu_ele p::after {
    content: '';
    width: 0px;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    background: #f36924;
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
    -webkit-transition: width .2s, -webkit-transform .3s cubic-bezier(0.25, 0.46, 0.45, 0.9399999999999999);
    transition: width .2s, transform .3s cubic-bezier(0.25, 0.46, 0.45, 0.9399999999999999);
}

#head .menu_ele p:hover::after,.main_menu_pomp .menu_ele p:hover::after {
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    width: 100%;
}

#head .menu_ele p.active,.main_menu_pomp .menu_ele p.active  {
    color: #f36924;
}

#head .menu_ele p.active::after,.main_menu_pomp .menu_ele p.active::after {
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    width: 100%;
    /*border-bottom: 1px solid #000000;*/
}

#head .menu_ele p:hover,.main_menu_pomp .menu_ele p:hover {
    color: #f36924;
    /*border-bottom: 1px solid #000000;*/
}

#head .share_btn {
    float: right;
    padding-top: 39px;
}

#head .share_ele {
    float: left;
    padding-left: 10px;
}

#head .share_ele a {
    width: 42px;
    height: 42px;
    display: block;
}

#head .share_ele a div {
    width: 42px;
    height: 42px;
}

#head .share_ele a .donation {
    background: url(../images/donation.png) no-repeat center center;
}

#head .share_ele a .donation:hover {
    background-image: url(../images/donation_hover.png);
}

#head .share_ele a .sina {
    background: url(../images/share_sina.png) no-repeat center center;
}

#head .share_ele a .sina:hover {
    background-image: url(../images/share_sina_hover.png);
}

#head .share_ele a .weixin {
    background: url(../images/share_weixin.png) no-repeat center center;
}

#head .share_ele a .weixin:hover {
    background-image: url(../images/share_weixin_hover.png);
}

#head .share_ele a .fb {
    background: url(../images/share_fb.png) no-repeat center center;
}

#head .share_ele a .fb:hover {
    background-image: url(../images/share_fb.png);
}

#head .share_ele a .lin {
    background: url(../images/share_lin.png) no-repeat center center;
}

#head .share_ele a .lin:hover {
    background-image: url(../images/share_lin_hover.png);
}

#footer {
    position: relative;
    background: #004796;
}

#footer .footer01 {
    padding: 56px 0;
    text-align: center;
    border-bottom: 1px solid #e8e8e8;
}

#footer .footer01 .f_title p {
    color: #000000;
}

#footer .footer01 .f_title .p1 {
    font-size: 30px;
    line-height: 40px;
}

#footer .footer01 .f_title .p2 {
    font-size: 16px;
    line-height: 24px;
}

#footer .footer01 .p_addr {
    padding-top: 10px;
}

#footer .footer01 .p_addr p {
    font-size: 14px;
    line-height: 30px;
    color: #000000;
}

#footer .footer02_inner {
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 36px;
    padding-bottom: 36px;
}

#footer .f02_con {
    position: relative;
}

#footer .share_btn {
    float: left;
}

#footer .share_ele {
    float: left;
    padding-right: 10px;
}

#footer .share_ele a {
    width: 42px;
    height: 42px;
    display: block;
}

#footer .share_ele a div {
    width: 42px;
    height: 42px;
}

#footer .share_ele a .sina {
    background: url(../images/share_sina.png) no-repeat center center;
}

#footer .share_ele a .weixin {
    background: url(../images/share_weixin.png) no-repeat center center;
}

#footer .share_ele a .fb {
    background: url(../images/share_fb.png) no-repeat center center;
}

#footer .share_ele a .lin {
    background: url(../images/share_lin.png) no-repeat center center;
}

#footer .f_catalog {
    display: none;
    float: right;
    padding-top: 11px;
}

#footer .f_catalog p {
    float: left;
    padding-left: 24px;
    font-size: 14px;
    line-height: 22px;
}

#footer .f_catalog p a {
    color: #000000;
}

#footer .f_catalog p a:hover {
    text-decoration: underline;
}

#footer .copyRight {
    /* position: absolute; */
    left: 0;
    right: 0;
    width: 490px;
    margin: 0 auto;
    top: 11px;
}

#footer .copyRight p {
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    color: #ffffff;
    font-family: Arial, "宋体";
}

#footer .copyRight p a {
    color: #ffffff;
}

#footer .copyRight p a:hover {
    text-decoration: underline;
}

.com_title01 {
    background: #ffffff;
    padding-left: 140px;
    padding-top: 48px;
    padding-bottom: 48px;
}

.com_title01 .en {
    font-size: 30px;
    line-height: 50px;
    color: #000000;
}

.com_title01 .cn {
    font-size: 16px;
    line-height: 22px;
    color: #000000;
}

.com_title02 {
    padding-top: 68px;
    padding-bottom: 42px;
    text-align: center;
}

.com_title02 .p1 {
    font-size: 16px;
    line-height: 22px;
    color: #f36924;
}

.com_title02 .p2 {
    font-size: 24px;
    color: #000000;
    line-height: 38px;
}

.com_title02 .disc {
    margin: 0 auto;
    padding-top: 10px;
    width: 5px;
    height: 5px;
    background: url(../images/c_t2_disc.png) no-repeat center bottom;
}

#news {
    position: relative;
}

#distri {
    position: relative;
}

#contact {
    position: relative;
}

#about {
    position: relative;
}

#about .sec01 {
    position: relative;
    background: #7e643a;
    overflow: hidden;
}

#about .sec01 img {
    position: absolute;
    left: -2%;
    bottom: -9%;
    max-height: 80%;
}

#about .sec01 .con_text {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

#about .sec01 .con_text .table_cell {
    position: absolute;
    width: 100%;
    top: 29%;
}

#about .sec01 .con_text .table_cell p {
    font-size: 24px;
    line-height: 58px;
    text-align: center;
    color: #ffffff;
    font-weight: lighter;
    margin-top: 50px;
    opacity: 0;
    filter: alpha(opacity=0);
}

#about .sec01 .con_text .table_cell p br {
    display: none;
}

#about .sec01 .left_btn {
    width: 98px;
    padding-bottom: 81px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    text-align: center;
    cursor: pointer;
}

#about .sec01 .left_btn p {
    color: #ffffff;
    font-size: 14px;
}

#about .sec01 .left_btn .gundong {
    width: 34px;
    height: 44px;
    background: url(../images/gundong.png) no-repeat center center;
    position: absolute;
    animation: gunmove 1.5s infinite;
    -moz-animation: gunmove 1.5s infinite;
    -o-animation: gunmove 1.5s infinite;
    -webkit-animation: gunmove 1.5s infinite;
    -o-animation: gunmove 1.5s infinite;
    left: 50%;
    margin-left: -17px;
    bottom: 10px;
}

@keyframes gunmove {
    0% {
        margin-bottom: 20px;
        opacity: 1;
    }
    100% {
        margin-bottom: 0px;
        opacity: 0;
    }
}

@-webkit-keyframes gunmove {
    0% {
        bottom: 15%;
        opacity: 1;
    }
    100% {
        bottom: 13%;
        opacity: 0;
    }
}

@-moz-keyframes gunmove {
    0% {
        bottom: 15%;
        opacity: 1;
    }
    100% {
        bottom: 13%;
        opacity: 0;
    }
}

@-o-keyframes gunmove {
    0% {
        bottom: 15%;
        opacity: 1;
    }
    100% {
        bottom: 13%;
        opacity: 0;
    }
}

#about .section02,
#about .section03,
#about .section04,
#about .section05,
#about .section06,
#about .section07 {
    position: relative;
    padding-bottom: 100px;
    border-bottom: 1px solid #e8e8e8;
}

#about .section {
    overflow-x: hidden;
}

#about .sec02_text {
    float: left;
    width: 54%;
}

#about .sec02_text_inner {
    padding-right: 3%;
    padding-left: 7%;
}

#about .sec02_text_scroll {
    position: relative;
    /*height: 824px;*/
   height: auto;
   margin-top:20%;
}

#about .sec02_text p {
    font-size: 16px;
    line-height: 28px;
    color: #000000;
    padding-bottom: 33px;
}

#about .sec02_text p.h {
    font-size: 24px;
    line-height: 45px;
    padding-inline-start: 20px;
}

#about .sec02_pic {
    width: 46%;
    float: right;
}

#about .sec02_pic .person_pic img {
    max-width: 100%;
}

#about .sec02_pic p {
    font-size: 18px;
    line-height: 30px;
    color: #000000;
}

#about .sec02_pic .person_pic {
    padding-bottom: 20px;
}

#about .sec02_pic_inner {
    padding-left: 4%;
}

#about .sec03_con {
    position: relative;
}

#about .sec03_text {
    width: 50%;
    float: left;
}

#about .sec03_pic {
    width: 50%;
    float: left;
}

#about .sec03_text_inner {
    padding-right: 9%;
    padding-left: 31%;
    padding-top: 14%;
}

#about .sec03_text_scroll {
    position: relative;
    /*height: 827px;*/
}

#about .sec03_text_scroll p {
    font-size: 16px;
    line-height: 28px;
    color: #000000;
}
#about .s03_t_wrap .s03_t_title{
    padding-bottom: 30px;
}
#about .s03_t_wrap .s03_t_title p{
    font-size: 24px;
    line-height: 38px;
    color: #000000;
}
#about .s03_t_wrap .chart_img{
    position: relative;
    width: 271px;
    padding-right: 115px;
}
#about .s03_t_wrap .chart_img_rel{
    position: relative;
}
#about .s03_t_wrap .chart_img_rel .per{
    position: absolute;
    font-size: 24px;
    color: #ffffff;
}
#about .s03_t_wrap .chart_img_rel .per01{
    top: 21%;
    left: 20%;
}
#about .s03_t_wrap .chart_img_rel .per02{
    color: #004796;
    top: 16%;
    left: 63%;
}
#about .s03_t_wrap .chart_img_rel .per03{
    top: 48%;
    left: 76%;
}
#about .s03_t_wrap .chart_img_rel .per04{
    top: 75%;
    left: 62%;
}
#about .s03_t_wrap .chart_img_rel .per05{
    top: 76%;
    left: 33%;
}
#about .s03_t_wrap .chart_img_rel .per06{
    top: 57%;
    left: 10%;  
}

#about .s03_t_wrap .chart_img img{
    width: 100%;
}
#about .s03_t_wrap .chart_font{
    position: absolute;
    right: 0;
    top: 41px;
}
#about .s03_t_wrap .chart_font p{
    font-size: 16px;
    line-height: 32px;
    color: #000000;
    padding-left: 20px;
}
#about .s03_t_wrap .chart_font p.dis01{
    background:url(../images/a_chart_dis01.png) no-repeat left center;
}
#about .s03_t_wrap .chart_font p.dis02{
    background:url(../images/a_chart_dis02.png) no-repeat left center;
}
#about .s03_t_wrap .chart_font p.dis03{
    background:url(../images/a_chart_dis03.png) no-repeat left center;
}
#about .s03_t_wrap .chart_font p.dis04{
    background:url(../images/a_chart_dis04.png) no-repeat left center;
}
#about .s03_t_wrap .chart_font p.dis05{
    background:url(../images/a_chart_dis05.png) no-repeat left center;
}
#about .s03_t_wrap .chart_font p.dis06{
    background:url(../images/a_chart_dis06.png) no-repeat left center;
}
#about .s03_t_block02{
    padding-top: 40px;
}
#about .s03_t_block02 .list_ele{
    padding-bottom: 14px;
    padding-left: 136px;
    position: relative;
}
#about .s03_t_block02 .list_ele span{
    font-size: 16px;
    line-height: 22px;
    color: #004796;
    position: absolute;
    left: 0;
    top: 0;
}
#about .s03_t_block02 .list_ele p{
    font-size: 16px;
    line-height: 22px;
    color: #000000;
}
#about .sec03_pic img {
    width: 100%;
}

#about .section04 .detail {
    width: 777px;
    margin: 0 auto;
    padding-bottom: 47px;
    text-align: left;
}

#about .section04 .detail p {
    font-size: 16px;
    line-height: 28px;
    color: #000000;
}

#about .sec04_con01 {
    padding-bottom: 100px;
}

#about .sec04_01_left,
#about .sec04_02_left,
#about .sec04_02_right {
    float: left;
    width: 50%;
}

#about .sec04_01_right {
    float: right;
    width: 50%;
}

#about .sec04_01_left_inner {
    padding-left: 27%;
}

#about .sec04_01_left_inner .imgWrap {
    position: relative;
}

#about .sec04_01_left_inner .imgWrap img {
    width: 100%;
}

#about .sec04_01_left_inner .imgWrap .f_img {
    position: absolute;
    top: 0;
    left: 0;
}

#about .sec04_01_right_inner {
    padding-left: 9%;
    padding-top: 9%;
    padding-right: 27%;
}

#about .sec04_01_scroll {
    /*height: 390px;*/
}

#about .section04 .sec04_con p {
    font-size: 16px;
    line-height: 28px;
    color: #000000;
    padding-bottom: 20px;
}

#about .section04 .sec04_con p.num {
    color: #f36924;
    padding-bottom: 0px;
}

#about .section04 .sec04_con p.h {
    font-size: 24px;
    line-height: 38px;
}

#about .sec04_02_left_inner {
    padding-right: 6%;
    padding-left: 7%;
    padding-top: 20%;
}

#about .sec04_02_scroll {
    position: relative;
    height: 600px;
}

#about .sec04_02_right .imgwrap img {
    width: 100%;
}

#about .sec05_con {
    position: relative;
}

#about .sec05_content {
    position: relative;
    height: 421px;
}

#about .section05 .mCSB_horizontal>.mCSB_container {
    height: 100%;
}

#about .section05 .content_wrap {
    position: relative;
    height: 100%;
}

#about .sec05_content .ele {
    float: left;
    width: 419px;
    height: 100%;
    padding-right: 70px;
    padding-left: 70px;
}

#about .sec05_content .ele_con {
    height: 100%;
    position: relative;
}

#about .sec05_content .ele_con .h {
    font-size: 100px;
    line-height: 120px;
    color: #f36924;
    height: 134px;
}

#about .sec05_content .p_wrap p {
    /* text-indent: 2em; */
}

#about .sec05_content .p_wrap p.date {
    font-size: 16px;
    padding-bottom: 10px;
    color: #f36924;
}

#about .sec05_content .p_wrap p.date span {
    padding-bottom: 3px;
    border-bottom: 1px solid #f36924;
}

#about .sec05_content .p_wrap p {
    font-size: 16px;
    color: #000000;
    line-height: 28px;
}

#about .sec05_content .ele_con img {
    position: absolute;
    bottom: 29px;
    left: 0;
    max-width: 100%;
}

#about .sec05_year {
    padding-top: 30px;
}

#about .sec05_y_scroll {
    width: 895px;
    margin: 0 auto;
}

#about .sec05_y_rel {
    /* padding-bottom: 30px; */
}

#about .sec05_y_ele {
    float: left;
    width: 52px;
    height: 52px;
    margin: 0 14px;
}

#about .sec05_y_ele p {
    font-size: 14px;
    line-height: 52px;
    color: #000000;
    text-align: center;
    cursor: pointer;
}

#about .sec05_y_ele.active {
    background: url(../images/sec05_y_cir.png) no-repeat center center;
}

#about .sec05_y_ele.active p {
    color: #f36924;
}
#about .sec06_con_wrap{
    padding-top: 40px;
}
#about .sec06_con {
    text-align: center;
    width: 1300px;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
}

#about .sec06_con .map_pic {
    max-width: 100%;
}
#about .sec06_con .map_pic_mobile{
    display: none;
}
#about .sec06_con_effe {
        width: 357px;
        height: 61%;
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        top: 14%;
}
#about .sec06_con_effe .s06_local{
    position: absolute;
    width: 43%;
    left: 0;
    height: 71px;
    background: url(../images/a_s06_local_bg.png) repeat;
}
#about .sec06_con_effe .s06_local01{
    top: 0;
}
#about .sec06_con_effe .s06_local02{
    bottom: 92px;
}
#about .sec06_con_effe .s06_local03{
    bottom: 0px;
}
#about .sec06_con_effe .s6_font{
    position: absolute;
    top: 16px;
    left: 10px;
    width: 45%;
    color: #ffffff;
    text-align: left;
    line-height: 19px;
}
#about .sec06_con_effe .s06_local02 .s6_font{
    top: 10px;
}
#about .sec06_con_effe .s6_icon{
    position:absolute;
    right: 0;
    top: 0;
    width: 45%;
    height: 100%;
    background: url(../images/a_s6_icon.png) no-repeat center center;

}
#about .sec06_con_effe .s6_icon img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    animation: gunmove1 2s infinite;
    -moz-animation: gunmove1 2s infinite;
    -o-animation: gunmove1 2s infinite;
    -webkit-animation: gunmove1 2s infinite;
}
#about .sec06_con_effe .s06_local02 .s6_icon img{
     animation-delay: 0.4s;
    -moz-animation-delay: 0.4s;
    -o-animation-delay: 0.4s;
    -webkit-animation-delay: 0.4s;
    -o-animation-delay: 0.4s;
}
#about .sec06_con_effe .s06_local03 .s6_icon img{
    animation-delay: 0.8s;
    -moz-animation-delay: 0.8s;
    -o-animation-delay: 0.8s;
    -webkit-animation-delay: 0.8s;
    -o-animation-delay: 0.8s;
}
@keyframes gunmove1 {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    75% {
        transform: scale(1.8);
        opacity: 0;
    }
    76% {
        transform: scale(1.8);
        opacity: 0;
    }
    80% {
        transform: scale(1);
        opacity: 0;
    }
}

@-webkit-keyframes gunmove1 {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    75% {
        transform: scale(1.8);
        opacity: 0;
    }
    76% {
        transform: scale(1.8);
        opacity: 0;
    }
    80% {
        transform: scale(1);
        opacity: 0;
    }
}

@-moz-keyframes gunmove1 {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    75% {
        transform: scale(1.8);
        opacity: 0;
    }
    76% {
        transform: scale(1.8);
        opacity: 0;
    }
    80% {
        transform: scale(1);
        opacity: 0;
    }
}

@-o-keyframes gunmove1 {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    75% {
        transform: scale(1.8);
        opacity: 0;
    }
    76% {
        transform: scale(1.8);
        opacity: 0;
    }
    80% {
        transform: scale(1);
        opacity: 0;
    }
}
@keyframes e_flash {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.2;
    }
    10% {
        transform: scale(1);
        opacity: 1;
    }
}

@-webkit-keyframes e_flash {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.2;
    }
    10% {
        transform: scale(1);
        opacity: 1;
    }
}

@-moz-keyframes e_flash {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.2;
    }
    10% {
        transform: scale(1);
        opacity: 1;
    }
}

@-o-keyframes e_flash {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.2;
    }
    10% {
        transform: scale(1);
        opacity: 1;
    }
}


#about .sec07_con {
    position: relative;
    width: 960px;
    margin: 0 auto;
    text-align: center;
}

#about .sec07_con img {
    max-width: 100%;
}

#news .section {
    position: relative;
    padding-bottom: 100px;
    border-bottom: 1px solid #e8e8e8;
    overflow-x: hidden;
    padding-top: 60px;
}
#news .section02{
     padding-top: 0px;
}

#news .sec02_01 {
    position: relative;
    height: 699px;
    overflow: hidden;
}

#news .sec02-img {
    position: absolute;
    left:0;
    width:100%;
    height:100%;
    top:0;
    z-index: 0;
}

#news .sec02_01_font {
    position: relative;
    z-index: 1;
    padding-top: 15%;
    width: 480px;
    margin: 0 auto;
    text-align: center;
}

#news .sec02_01_font .h {
    font-size: 24px;
    line-height: 38px;
    color: #ffffff;
}

#news .sec02_01_font .CountDown {
    padding-top: 30px;
    height: 118px;
}

#news .sec02_01_font .c_d_ele {
    width: 25%;
    float: left;
    height: 100%;
}

#news .sec02_01_font .c_d_wrap {
    border-top: 1px solid #71767a;
    border-left: 1px solid #71767a;
    border-bottom: 1px solid #71767a;
    height: 100%;
}

#news .sec02_01_font .c_d_wrap_last {
    border-right: 1px solid #71767a;
}

#news .sec02_01_font .c_total {
    padding-top: 23px;
    font-size: 50px;
    line-height: 55px;
    color: #ffffff;
}

#news .sec02_01_font .c_n {
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
}

#news .sec02_01_font .share_btn {
    padding-top: 30px;
    width: 100%;
    height: auto;
    text-align: center;
}

#news .sec02_01_font .share_btn a {
    display: inline-block;
    width: 50px;
    height: 50px;
    margin: 0 5px;
}

#news .sec02_01_font .share_btn a div {
    width: 50px;
    height: 50px;
}

#news .sec02_01_font .share_btn a .s_b_sina {
    background: url(../images/s_b_sina.png) no-repeat center center;
}

#news .sec02_01_font .share_btn a .s_b_sina:hover {
    background-image: url(../images/s_b_sina_hover.png);
}

#news .sec02_01_font .share_btn a .s_b_weibo {
    background: url(../images/s_b_weibo.png) no-repeat center center;
}

#news .sec02_01_font .share_btn a .s_b_weibo:hover {
    background-image: url(../images/s_b_weibo_hover.png);
}

#news .sec02_01_font .share_btn a .s_b_fb {
    background: url(../images/s_b_fb.png) no-repeat center center;
}

#news .sec02_01_font .share_btn a .s_b_lin {
    background: url(../images/s_b_lin.png) no-repeat center center;
}

#news .sec02_01_font .share_btn a .s_b_lin:hover {
    background-image: url(../images/s_b_lin_hover.png);
}


#news .sec02_02_con {
    width: 1160px;
    margin: 0 auto;
}

#news .sec02_02 .title_block {
    padding-bottom: 12px;
    border-bottom: 1px solid #cccccc;
}

#news .sec02_02 .p_h_wrap {
    float: left;
}

#news .sec02_02 .p_h_wrap p {
    font-size: 16px;
    line-height: 32px;
    color: #000000;
}

#news .sec02_02 .p_h_wrap p span {
    font-size: 12px;
    display: inline-block;
    padding-left: 7px;
}

#news .sec02_02 .drop_down {
    float: right;
}

#news .sec02_02 .drop_wrap {
    float: left;
    padding-left: 14px;
}

#news .sec02_02 .drop_block {
    position: relative;
    border: 1px solid #cccccc;
    width: 178px;
    height: 38px;
}

#news .sec02_02 .drop_block select {
    width: 100%;
    height: 100%;
    border: none;
}

#news .sec02_02 .drop_block select option {
    text-indent: 1em;
}

#news .sec02_02 .con_block {
    padding-top: 20px;
}

#news .sec02_02 .con_ele {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e8e8e8;
}

#news .sec02_02 .con_rel {
    position: relative;
}

#news .sec02_02 .con_rel .time {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 16px;
    line-height: 24px;
    color: #666666;
}

#news .sec02_02 .con_rel p {
    padding-left: 126px;
    font-size: 16px;
    line-height: 24px;
    color: #666666;
    overflow: hidden;
    height: 24px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#news .sec02_02 .con_rel:hover .time {
    color: #000000;
}

#news .sec02_02 .con_rel:hover p {
    color: #000000;
    text-decoration: underline;
}

#news .sec03_con {
    position: relative;
    width: 100%;
    overflow: hidden;
}

#news .sec03_con .slider {
    position: relative;
}

#news .sec03_con .slid_ele {
    float: left;
    position: relative;
}

#news .sec03_con .side_pic {
    position: relative;
    cursor: pointer;
}

#news .sec03_con .side_pic img {
    width: 100%;
}

#news .sec03_con .side_font {
    padding-top: 10px;
    text-align: center;
}

#news .sec03_con .side_font .p1 {
    font-size: 20px;
    color: #000000;
    line-height: 24px;
}

#news .sec03_con .side_font .p2 {
    font-size: 14px;
    line-height: 24px;
    color: #000000;
}

#news .sec03_con .arrow03 {
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: url(../images/arrow_bg.png) repeat;
}

#news .sec03_con .arrow04 {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background: url(../images/arrow_bg.png) repeat;
}

#news .sec03_con .play_btn {
    position: absolute;
    width: 70px;
    height: 70px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(../images/play_img.png) no-repeat;
}

.videoshadow .videobg {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url(../images/shadow.png) repeat;
}

.videoshadow {
    position: fixed;
    z-index: 10000;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
}

.videobox {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #000;
    opacity: 0;
}

.videoboxw {
    position: absolute;
    width: 890px;
    height: 500px;
    margin: auto;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

.videobox .close {
    z-index: 100;
    position: absolute;
    top: 5px;
    right: 5px;
    width: 26px;
    height: 26px;
    background: url(../images/close.png) no-repeat;
    cursor: pointer;
}

.videobox #video_paly {
    background: url(../images/loading040.gif) no-repeat center center #000;
}

.videoshadow .videobox .controls {
    position: absolute;
    width: 100%;
    height: 50px;
    bottom: 0px;
    left: 0px;
    background: #000;
}

.videoshadow .videobox .controls .timeline {
    float: left;
    width: 100%;
    height: 16px;
    background: url(../images/bg_playbar.png) repeat;
    cursor: pointer;
}

.videoshadow .videobox .controls .timeline .jp-seek-bar {
    float: left;
    height: 16px;
    width: 100%;
    background: url(../images/bg_playbar.png) repeat;
}

.videoshadow .videobox .controls .timeline .jp-seek-bar .jp-play-bar {
    float: left;
    height: 16px;
    background: url(../images/timeline.png) no-repeat right;
}

.videoshadow .videobox .controls .jp-play {
    position: absolute;
    background: url(../images/jp-play.png) no-repeat;
    width: 11px;
    height: 14px;
    overflow: hidden;
    text-indent: -999px;
    cursor: pointer;
    left: 10px;
    bottom: 10px;
}

.videoshadow .videobox .controls .jp-pause {
    position: absolute;
    background: url(../images/jp-stop.png) no-repeat;
    width: 11px;
    height: 14px;
    overflow: hidden;
    text-indent: -999px;
    cursor: pointer;
    left: 10px;
    bottom: 10px;
}

.videoshadow .videobox .controls .jp-time {
    color: #fff;
    position: absolute;
    bottom: 7px;
    right: 35px;
}

.videoshadow .videobox .controls .jp-time div {
    float: left;
}

.videoshadow .videobox .controls .jp-full-screen {
    position: absolute;
    bottom: 11px;
    right: 10px;
    width: 13px;
    height: 13px;
    background: url(../images/big.png) no-repeat;
}

.videoshadow .videobox .controls .jp-restore-screen {
    position: absolute;
    bottom: 11px;
    right: 10px;
    width: 13px;
    height: 13px;
    background: url(../images/small.png) no-repeat;
}

.videoshadow .newsdetail {
    position: absolute;
    width: 960px;
    left: 50%;
    margin-left: -480px;
    top: 50%;
}

.jp-video-full .videoboxw {
    top: 0px;
    left: 0px;
    margin: 0;
    width: 100%;
    height: 100%;
}

#control {
    width: 100%;
    height: 100%;
}

.donations_pomop {
    display: none;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: url(../images/donations_bg.png) repeat;
}

.donations_pomop .d_p_con {
    position: absolute;
    top: 0;
    right: 0;
    width: 53%;
    height: 100%;
    background: #ffffff;
}

.donations_pomop .d_p_close {
    width: 122px;
    height: 62px;
    position: absolute;
    top: 20px;
    left: -122px;
    background: url(../images/left_close.png) no-repeat right center;
    cursor: pointer;
}

.donations_pomop .d_p_close:hover {
    background-image: url(../images/left_close_hover.png);
}

.donations_pomop .d_p_head {
    height: 99px;
    border-bottom: 1px solid #e8e8e8;
}

.donations_pomop .d_p_inner {
    padding: 0 40px;
}

.donations_pomop .d_p_title {
    float: left;
    font-size: 30px;
    line-height: 54px;
    padding-top: 25px;
    color: #000000;
}

.donations_pomop .d_p_search {
    float: right;
    padding-top: 28px;
}

.donations_pomop .d_p_search .form_wrap {
    width: 229px;
    height: 38px;
    border: 1px solid #e8e8e8;
    position: relative;
}

.donations_pomop .searchext {
    position: absolute;
    width: 236px;
    height: 100%;
    line-height: 38px;
    color: #000000;
    left: 0;
    top: 0;
    border: none;
    outline: none;
    background: none;
    text-indent: 12px;
}

.donations_pomop .searchbtn {
    position: absolute;
    width: 38px;
    height: 100%;
    right: 0;
    top: 0;
    border: none;
    outline: none;
    cursor: pointer;
    background: url(../images/searchbtn.png) no-repeat center center;
}

.donations_pomop .donations_wrap {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 80px;
}

.donations_pomop .donations_btn {
    width: 50%;
    float: left;
    height: 100%;
    background: #f36924;
}

.donations_pomop .donations_btn:hover {
    background: #d75717;
}

.donations_pomop .donations_btn2 {
    background: #004796;
}

.donations_pomop .donations_btn2:hover {
    background: #1b63b4;
}

.donations_pomop .donations_btn2:hover {
    color: #f36924;
}

.donations_pomop .donations_btn:hover {
    color: #004796;
}

.donations_pomop .donations_wrap p {
    line-height: 80px;
    text-align: center;
    font-size: 20px;
    color: #ffffff;
}

.donations_pomop .d_p_scroll_wrap {
    position: absolute;
    top: 100px;
    bottom: 80px;
    width: 100%;
}

.donations_pomop .d_p_scroll_wrap table {
    width: 100%;
}

.donations_pomop .d_p_scroll_wrap table tr td {
    padding-top: 12px;
    padding-left: 40px;
    padding-bottom: 12px;
    font-size: 16px;
    line-height: 24px;
    color: #666666;
    border-bottom: 1px solid #e8e8e8;
}

#news_detail .section {
    position: relative;
    padding-bottom: 100px;
    border-bottom: 1px solid #e8e8e8;
}

#news_detail .sec01_con {
    padding-left: 140px;
    padding-right: 140px;
}

#news_detail .sec01_con .title {
    width: 418px;
    float: left;
}

#news_detail .sec01_con h1 {
    font-size: 40px;
    line-height: 50px;
    font-weight: normal;
    color: #000000;
}

#news_detail .sec01_con .time {
    padding-top: 10px;
    font-size: 24px;
    line-height: 32px;
    color: #000000;
}

#news_detail .sec01_con .news_share {
    padding-top: 30px;
}

#news_detail .sec01_con .share_ele {
    float: left;
    padding-right: 10px;
}

#news_detail .sec01_con .share_ele a {
    width: 42px;
    height: 42px;
    display: block;
}

#news_detail .sec01_con .share_ele a div {
    width: 42px;
    height: 42px;
}

#news_detail .sec01_con .share_ele a .sina {
    background: url(../images/share_sina.png) no-repeat center center;
}

#news_detail .sec01_con .share_ele a .sina:hover {
    background-image: url(../images/share_sina_hover.png);
}

#news_detail .sec01_con .share_ele a .weixin {
    background: url(../images/share_weixin.png) no-repeat center center;
}

#news_detail .sec01_con .share_ele a .weixin:hover {
    background-image: url(../images/share_weixin_hover.png);
}

#news_detail .sec01_con .share_ele a .fb {
    background: url(../images/share_fb.png) no-repeat center center;
}

#news_detail .sec01_con .share_ele a .lin {
    background: url(../images/share_lin.png) no-repeat center center;
}

#news_detail .sec01_con .share_ele a .lin:hover {
    background-image: url(../images/share_lin_hover.png);
}

#news_detail .sec01_con .center_block {
    padding-left: 473px;
}

#news_detail .sec01_con .return {
    padding-bottom: 16px;
    border-bottom: 1px solid #e8e8e8
}

#news_detail .sec01_con .return p {
    font-size: 16px;
    color: #000000;
    display: inline-block;
}

#news_detail .sec01_con .return p:hover {
    color: #f37231;
}

#news_detail .sec01_con .detail_inner {
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e8e8e8;
}

#news_detail .sec01_con .detail_inner p {
    font-size: 16px;
    line-height: 32px;
    color: #000000;
    text-indent: 2em;
}

#news_detail .sec01_con .detail_inner img {
    max-width: 100%;
    max-height: 300px;
    width: auto;
    height: auto;
    display: block;
    margin: auto;
    padding-bottom: 26px;
}

#distri .section {
    overflow-x: hidden;
}

#distri .section02,
#distri .section03,
#distri .section04 {
    position: relative;
    padding-bottom: 100px;
    border-bottom: 1px solid #e8e8e8;
}

#distri .section02 {
    position: static;
}

#distri .sec01 {
    position: relative;
    background: #7e643a;
    overflow: hidden;
}

#distri .sec01 img {
    position: absolute;
    left: -2%;
    bottom: -9%;
    max-height: 80%;
}

#distri .sec01 .con_text {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

#distri .sec01 .con_text .table_cell {
    position: absolute;
    width: 100%;
    top: 29%;
}

#distri .sec01 .con_text .table_cell p {
    font-size: 24px;
    line-height: 58px;
    text-align: center;
    color: #ffffff;
    font-weight: lighter;
    opacity: 0;
    filter: alpha(opacity=0);
    margin-top: 50px;
}
#distri .sec01 .con_text .table_cell p strong{
	font-size: 36px;font-weight: 600;
}
#distri .sec01 .con_text .table_cell p br {
    display: none;
}

#distri .sec01 .left_btn {
    width: 98px;
    padding-bottom: 81px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    text-align: center;
    cursor: pointer;
}

#distri .sec01 .left_btn p {
    color: #ffffff;
    font-size: 14px;
}

#distri .sec01 .left_btn .gundong {
    width: 34px;
    height: 44px;
    background: url(../images/gundong.png) no-repeat center center;
    position: absolute;
    animation: gunmove 1.5s infinite;
    -moz-animation: gunmove 1.5s infinite;
    -o-animation: gunmove 1.5s infinite;
    -webkit-animation: gunmove 1.5s infinite;
    -o-animation: gunmove 1.5s infinite;
    left: 50%;
    margin-left: -17px;
    bottom: 10px;
}

#distri .sec02_pic {
    width: 1060px;
    margin: 0 auto;
    position: static;
}

#distri .sec02_pic img {
    display: block;
    width: 100%;
}

#distri .sec02_pic .s_p_btn {
    width: 122px;
    height: 122px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    cursor: pointer;
    background: url(../images/s_p_btn.png) no-repeat center center;
}

#distri .sec03_con {
    position: relative;
}

#distri .sec03_con .pic_show {
    width: 1124px;
    margin: 0 auto;
    position: relative;
    /*height: 546px;*/
}
#distri .sec03_con .pic_show .pic_box{
	 top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    display: none;
    opacity: 0;
    font-size: 0;
}
#distri .sec03_con .pic_show .pic_box .pic{
	position: relative;
	width: 88%;margin: auto ;height: 400px;overflow: hidden;
	
}
/*#distri .sec03_con .pic_show .pic_box .pic:after{
	content:'';position: absolute;top: 0;bottom: 0;left: 0;right: 0;
	opacity: 0;
	transition: all 0.4s;
	background: url(../images/sec2_icon.png) no-repeat 50%;
	background-color: rgba(0,0,0,0.25);
	
}*/
/*#distri .sec03_con .pic_show .pic_box .pic:hover:after{
	opacity: 1;
}*/
#distri .sec03_con .pic_show .pic_box .pic img{
	width: 100%;
	position: absolute;top: 0;bottom: 0;margin: auto;
}
#distri .sec03_con .pic_show .pic_box .info,#distri .sec03_con .pic_show .pic_box .block_img_p{
	width: 88%;margin:30px auto;
	font-size: 16px;
    line-height: 27px;
    color: #000000;
}
#distri .sec03_con .pic_show .pic_box .block_img_p .b_img{
	float: left;width:42%;
}
#distri .sec03_con .pic_show .pic_box .block_img_p .b_img img{width:100%;}
#distri .sec03_con .pic_show .pic_box .block_img_p .b_p{
	float: left;width:56%;margin-left:2%;
}
#distri .sec03_con .pic_show .pic_box .info p{
	padding-bottom: 20px;
}
#distri .sec03_con .pic_show .pic_box.active {
    display: block;
    opacity: 1;
}

#distri .sec03_con .l_btn {
    position: absolute;
    top: 0%;
    left: 56px;
    width: 145px;
    border-top: 1px solid #d3d3d3;
}

#distri .sec03_con .l_btn_ele {
    padding-top: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #d3d3d3;
}

#distri .sec03_con .l_btn_title p {
    text-align: center;
    font-size: 24px;
    color: #000000;
    line-height: 32px;
    padding-top: 10px;
    padding-bottom: 10px;
    cursor: pointer;
}

#distri .sec03_con .l_btn_ele.active .l_btn_title p {
    color: #f36924;
}

#distri .sec03_con .l_btn_hid {
    display: none;
}

#distri .sec03_con .l_btn_h {
    padding-bottom: 10px;
    cursor: pointer;
}

#distri .sec03_con .l_btn_h p {
    line-height: 55px;
    height: 55px;
    text-align: center;
    font-size: 16px;
    color: #000000;
    border: 1px solid transparent;
}

#distri .sec03_con .l_btn_h.curren p {
    border-color: #f36924;
    color: #f36924;
}

#distri .sec03_con .l_btn_h:hover p {
    border-color: #f36924;
    color: #f36924;
}

#distri .sec04_con .btn_wrap {}

#distri .sec04_con .btn_wrap .btn {
    width: 138px;
    height: 58px;
    line-height: 58px;
    text-align: center;
    font-size: 14px;
    border: 1px solid #7e643a;
    color: #7e643a;
    cursor: pointer;
}

#distri .sec04_con .btn_wrap .btn:hover {
    background: #7e643a;
    color: #ffffff;
}

#distri .sec04_con .gallery-images {
    width: 1356px;
    margin: 0 auto;
}

#distri .sec04_con .gallery-container {
    position: relative;
}

#distri .sec04_con .gallery-0 {
    width: 44%;
    float: left;
    margin: 0 1% 0 0;
    padding-top: 9%;
}

#distri .sec04_con .gallery-1 {
    width: 55%;
    float: right;
}

#distri .sec04_con .gallery-item {
    display: table;
    position: relative;
    z-index: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: translate3d 0, 0, 0;
    -moz-transition: translate3d 0, 0, 0;
    -ms-transition: translate3d 0, 0, 0;
    transition: translate3d 0, 0, 0;
}

#distri .sec04_con .gallery-item img {
    display: block;
    width: 100%;
}

#distri .sec04_con .gallery-item .p_shadow {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: url(../images/p_shadow.png) no-repeat;
    background-size: 100% 100%;
}

#distri .sec04_con .gallery-item .p_wrap {
    padding: 18px 16px;
}

#distri .sec04_con .gallery-item .p_shadow p {
    font-size: 16px;
    line-height: 28px;
    color: #ffffff;
}

#distri .sec04_con .gallery-item .p_shadow .p1 {
    font-size: 14px;
}

#distri .sec04_con .item-0 {
    display: block;
    float: right;
    width: 70%;
    margin: 0 0 2% 0;
}

#distri .sec04_con .item-1 {
    display: block;
    float: right;
    width: 100%;
    margin: 0 0 2% 0;
}

#distri .sec04_con .item-2 {
    display: block;
    float: right;
    width: 80%;
    margin: 0 0 2% 0;
}

#distri .sec04_con .item-3 {
    display: block;
    float: right;
    width: 70%;
    margin: 0 0 2% 0;
}

#distri .sec04_con .item-4 {
    display: block;
    width: 100%;
    margin: 0 0 2% 0;
}

#distri .sec04_con .item-4-1 {
    display: block;
    width: 35%;
}

#distri .sec04_con .item-4-2 {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 63%;
}

#distri .sec04_con .item-5 {
    display: block;
    width: 82%;
    margin: 0 0 2% 0;
}

#distri .sec04_con .item-6 {
    display: block;
    width: 61%;
    margin: 0 0 2% 0;
}

#distri .floor_pomop {
    display: none;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: url(../images/donations_bg.png) repeat;
}

#distri .floor_pomop .f_p_con {
    position: absolute;
    top: 0;
    right: 0;
    width: 70%;
    height: 100%;
    background: #ffffff;
}

#distri .floor_pomop .f_p_close {
    width: 122px;
    height: 62px;
    position: absolute;
    top: 20px;
    left: -122px;
    background: url(../images/left_close.png) no-repeat right center;
    cursor: pointer;
}

#distri .floor_pomop .f_p_close:hover {
    background-image: url(../images/left_close_hover.png);
}

#distri .floor_pomop .f_p_right_scroll {
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}


/*start*/

#distri .floor_pomop .ele {
    display: none;
}

#distri .floor_pomop .ele.active {
    display: block;
}
#distri .floor_pomop .imgWrap{
	position: relative;height: 302px;overflow: hidden;
}
#distri .floor_pomop .imgWrap img {
    width: 100%;
    position: absolute;top: 0;bottom: 0;margin: auto;
    display: block;
}

#distri .floor_pomop .p_conWrap {
    padding-top: 40px;
    padding-left: 30px;
    padding-right: 30px;
}


/*start*/

#distri .floor_pomop .f_p_title_wrap {
    padding-top: 15px;
    padding-left: 30px;
    padding-right: 30px;
}

#distri .floor_pomop .f_p_title_wrap .title {
    position: relative;
    height: 70px;
}

#distri .floor_pomop .f_p_title_wrap .title .h {
    font-size: 30px;
    line-height: 70px;
    color: #000000;
    float: left;
}

#distri .floor_pomop .f_p_title_wrap .donation_style {
    margin-top: 5px;
    float: right;
    margin-left: 15px;
    width: 138px;
    height: 58px;
    line-height: 58px;
    text-align: center;
    border: 1px solid #f36924;
    color: #f36924;
    font-size: 14px;
}

#distri .floor_pomop .f_p_title_wrap .donation_style:hover {
    background: #f36924;
    color: #ffffff;
}


/*end*/

#distri .floor_pomop .p_p {
    padding-top: 16px;
    padding-bottom: 36px;
    border-bottom: 1px solid #e8e8e8;
}

#distri .floor_pomop .p_p p {
    font-size: 16px;
    line-height: 27px;
    color: #000000;
    padding-bottom: 20px;
}

#distri .floor_pomop .block_img_p {
    padding-top: 50px;
    padding-bottom: 50px;
}

#distri .floor_pomop .b_img {
    float: left;
    width: 50%;
}

#distri .floor_pomop .c_julebu .b_img {
    float: none;
    width: 100%;
}

#distri .floor_pomop .b_img img {
    width: 100%;
    display: block;
}

#distri .floor_pomop .b_p {
    float: left;
    width: 50%;
}

#distri .floor_pomop .c_julebu .b_p {
    float: none;
    width: 100%;
}

#distri .floor_pomop .b_p_inner {
    padding-left: 18px;
}

#distri .floor_pomop .c_julebu .b_p_inner {
    padding-left: 0px;
    padding-top: 20px;
}

#distri .floor_pomop .b_p p {
    font-size: 16px;
    color: #000000;
    line-height: 22px;
    /*font-weight: bold;*/
}

#distri .floor_pomop .b_p .p1 {
    padding-top: 11px;
    color: #f36924;
    display: none;
}

#distri .floor_pomop .b_p .p2 {
    color: #f36924;
    font-size: 30px;
    line-height: 45px;
    display: none;
}


/*end*/

#contact .section02,
#contact .section03 {
    position: relative;
    padding-bottom: 100px;
    border-bottom: 1px solid #e8e8e8;
}

#contact .section02 {
    background: #ffffff url(../images/contact_sec02_bg.jpg) no-repeat right top;
}

#contact .section03 {
    background: #ffffff url(../images/contact_sec03_bg.jpg) no-repeat left center;
}

#contact .section01 {
    padding-top: 60px;
    position: relative;
    padding-bottom: 48px;
    border-bottom: 1px solid #e8e8e8;
}

#contact .section01 .com_title01 {
    /* float: left; */
    position: absolute;
}

#contact .sec01 {
    /* float: left; */
    padding-top: 61px;
    /* padding-left: 8%; */
    width: 1160px;
    margin: 0 auto;
}

#contact .sec01_ele {
    float: left;
    padding-right: 12px;
    padding-left: 12px;
}

#contact .sec01_ele_inner {
    padding-top: 29px;
    padding-left: 26px;
    padding-right: 26px;
    width: 208px;
    height: 143px;
    border: 1px solid #e8e8e8;
    background: #004796;
}

#contact .sec01_ele_inner .icon {
    height: 39px;
}

#contact .sec01_ele_inner .pWrap {
    padding-top: 8px;
}

#contact .sec01_ele_inner .pWrap p {
    font-size: 14px;
    line-height: 22px;
    color: #ffffff;
}

#contact .sec02_con {
    padding-top: 38px;
    width: 1160px;
    margin: 0 auto;
    border-top: 1px solid #cccccc;
}

#contact .sec02_con .filter_block {
    position: relative;
}

#contact .sec02_con .filter_total {
    float: left;
}

#contact .sec02_con .filter_ele {
    padding-bottom: 10px;
}

#contact .sec02_con .filter_cata {
    float: left;
}

#contact .sec02_con .filter_cata p {
    line-height: 44px;
    font-size: 14px;
    color: #000000;
}

#contact .sec02_con .filter_select {
    padding-left: 131px;
}

#contact .sec02_con .filter_select .ele {
    height: 38px;
    width: 98px;
    border: 1px solid #cccccc;
    text-align: center;
    line-height: 38px;
    position: relative;
    margin-right: 18px;
    margin-bottom: 10px;
    cursor: pointer;
    float: left;
}

#contact .sec02_con .filter_select .ele p {
    font-size: 14px;
    color: #000000;
}

#contact .sec02_con .filter_select .ele.active {
    border-color: #f36924;
    background: url(../images/filter_activea.png) no-repeat right top;
}

#contact .sec02_con .filter_select .ele.active p {
    color: #f36924;
}

#contact .sec02_con .filter_select .ele_input {
    height: 40px;
    margin-right: 18px;
    margin-bottom: 10px;
    float: left;
}

#contact .sec02_con .filter_select .ele_input p {
    font-size: 14px;
    color: #000000;
    line-height: 38px;
    display: block;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
}

#contact .sec02_con .filter_select .ele_input .input_wrap {
    float: left;
}

#contact .sec02_con .filter_select .ele_input input {
    border: 1px solid #cccccc;
    height: 38px;
    width: 98px;
    text-indent: 14px;
}

#contact .sec02_con .filter_search_wrap {
    padding-top: 43px;
    float: right;
}

#contact .sec02_con .filter_search {
    width: 138px;
    height: 58px;
    border: 1px solid #f36924;
    line-height: 58px;
    text-align: center;
    cursor: pointer;
}

#contact .sec02_con .filter_search p {
    color: #f36924;
    font-size: 14px;
}

#contact .sec02_con .filter_search:hover {
    background: #f36924;
}

#contact .sec02_con .filter_search:hover p {
    color: #ffffff;
}

#contact .sec02_con .content_exhibition {
    padding-top: 20px;
}

#contact .sec02_con .name_th {
    background: #f36924;
    padding-right: 18px;
}

#contact .sec02_con .name_th .td {
    height: 58px;
    line-height: 58px;
    float: left;
}

#contact .sec02_con .name_th .td p {
    padding-left: 18px;
    font-size: 16px;
    color: #ffffff;
}

#contact .sec02_con .td01 {
    width: 33.333%;
}

#contact .sec02_con .td02 {
    display: none;
}

#contact .sec02_con .td03 {
    width: 33.333%;
}

#contact .sec02_con .td04 {
    width: 33.333%;
}

#contact .sec02_con .con_table {
    position: relative;
}

#contact .sec02_con .table_ele {
    border-bottom: 1px solid #e8e8e8;
}

#contact .sec02_con .con_table .title_td {
    padding-right: 18px;
    cursor: pointer;
}

#contact .sec02_con .con_table .bg_icon {
    background: url(../images/pluse.png) no-repeat right center;
}

#contact .sec02_con .con_table .table_ele.active .bg_icon {
    background-image: url(../images/reduce.png);
}

#contact .sec02_con .con_table .td {
    float: left;
    height: 58px;
    line-height: 58px;
}

#contact .sec02_con .con_table .td p {
    padding-left: 18px;
    font-size: 16px;
    color: #666666;
}

#contact .sec02_con .con_table .table_ele.active .td p {
    color: #f36924;
    text-decoration: underline;
}

#contact .sec02_con .con_table .table_ele.active .td02 p {
    display: none
}

#contact .sec02_con .con_table .table_ele.active .td03 p {
    display: none
}

#contact .sec02_con .con_table .table_ele.active .td04 p {
    display: none
}

#contact .sec02_con .con_table .td p span {
    font-size: 12px;
    color: #999999;
}

#contact .sec02_con .con_table .block_hid {
    display: none;
}

#contact .sec02_con .con_table .inner_pdd {
    padding-top: 14px;
    padding-bottom: 44px;
    padding-left: 18px;
}

#contact .sec02_con .con_table .font_left {
    float: left;
    width: 50%;
}

#contact .sec02_con .con_table .c01_ele {
    float: left;
    padding-right: 48px;
}

#contact .sec02_con .con_table .c01_ele p {
    font-size: 16px;
    color: #000000;
}

#contact .sec02_con .con_table .c01_ele .p1 {
    font-size: 30px;
    line-height: 45px;
    color: #000000;
}


#contact .sec02_con .con_table .c01_ele.color_f36924 p {
    color: #f36924;
}

#contact .sec02_con .con_table .c01_ele .p1 span {
    font-size: 20px;
    color: #999999;
}

#contact .sec02_con .con_table .c02 {
    padding-top: 40px;
}

#contact .sec02_con .con_table .c02 p {
    font-size: 14px;
    color: #000000;
    line-height: 24px;
}

#contact .sec02_con .con_table .c03 {
    padding-top: 20px;
}

#contact .sec02_con .con_table .c03 .more {
    width: 137px;
    height: 58px;
    border: 1px solid #f36924;
    line-height: 58px;
    text-align: center;
}

#contact .sec02_con .con_table .c03 .more p {
    color: #f36924;
    font-size: 14px;
}

#contact .sec02_con .con_table .c03 .more:hover {
    background: #f36924;
}

#contact .sec02_con .con_table .c03 .more:hover p {
    color: #ffffff;
}

#contact .sec02_con .con_table .img_right {
    float: left;
    width: 50%;
    text-align: right;
}

#contact .sec02_con .con_table .img_right img {
    max-width: 100%;
}

#contact .sec03_con {
    /*padding-top: 38px;*/
    width: 1160px;
    margin: 0 auto;
    /*border-top: 1px solid #cccccc;*/
}

#contact .sec03_con .content_exhibition {
    padding-top: 20px;
}

#contact .sec03_con .name_th {
    background: #f36924;
}

#contact .sec03_con .name_th .td {
    height: 58px;
    line-height: 58px;
    float: left;
}

#contact .sec03_con .name_th .td p {
    padding-left: 18px;
    font-size: 16px;
    color: #ffffff;
}

#contact .sec03_con .td01 {
    width: 33.333%;
}

#contact .sec03_con .td02 {
    display: none;
}

#contact .sec03_con .td03 {
    width: 33.333%;
}

#contact .sec03_con .td04 {
    width: 33.333%;
}

#contact .sec03_con .con_table {
    position: relative;
}

#contact .sec03_con .table_ele {
    border-bottom: 1px solid #e8e8e8;
}

#contact .sec03_con .con_table .td {
    float: left;
    height: 58px;
    line-height: 58px;
}

#contact .sec03_con .con_table .td p {
    padding-left: 18px;
    font-size: 16px;
    color: #666666;
}

#contact .sec03_con .con_table .td p span {
    font-size: 12px;
    color: #999999;
}

#contact .sec03_con .con_table .table_ele:hover .td p {
    color: #000000;
}

#contact .sec03_con .con_table .table_ele:hover .td p span {
    color: #000000;
}

#contact .sec03_con .total_num {
    float: left;
    padding-top: 8px;
}

#contact .sec03_con .total_num p {
    font-size: 16px;
    line-height: 28px;
    color: #000000;
}

#contact .sec03_con .sec03_search {
    float: right;
}

#contact .sec03_con .input_btn {
    width: 229px;
    height: 38px;
    position: relative;
    border: 1px solid #cccccc;
}

#contact .sec03_con .input_text {
    height: 100%;
    width: 100%;
    border: none;
    text-indent: 14px;
    color: #000000;
    font-size: 14px;
    line-height: 38px;
}

#contact .sec03_con .btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 38px;
    height: 100%;
    cursor: pointer;
    border: none;
    outline: none;
    background: url(../images/c_s3_btn.png) no-repeat center center;
}

#adv {
    position: relative;
}

#adv .section {
    overflow-x: hidden;
}

#adv .section02,
#adv .section03,
#adv .section04,
#adv .section05,
#adv .section06 {
    position: relative;
    padding-bottom: 100px;
    border-bottom: 1px solid #e8e8e8;
}

#adv .sec01 {
    position: relative;
    overflow: hidden;
    background: #898c8f url(../images/adv_sec01_img.jpg) no-repeat;
    background-size: cover;
}

#adv .sec01 .con_text {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
}

#adv .sec01 .con_text .table_cell {
    position: absolute;
    width: 100%;
    top: 17%;
    overflow: hidden;
}

#adv .sec01 .con_text .table_cell p {
    font-size: 24px;
    line-height: 58px;
    text-align: center;
    color: #ffffff;
    font-weight: lighter;
    margin-top: 50px;
    opacity: 0;
    filter: alpha(opacity=0);
}

#adv .sec01 .con_text .table_cell p br {
    display: none;
}

#adv .sec01 .left_btn {
    width: 98px;
    padding-bottom: 81px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    text-align: center;
    cursor: pointer;
}

#adv .sec01 .left_btn p {
    color: #ffffff;
    font-size: 14px;
}

#adv .sec01 .left_btn .gundong {
    width: 34px;
    height: 44px;
    background: url(../images/gundong.png) no-repeat center center;
    position: absolute;
    animation: gunmove 1.5s infinite;
    -moz-animation: gunmove 1.5s infinite;
    -o-animation: gunmove 1.5s infinite;
    -webkit-animation: gunmove 1.5s infinite;
    -o-animation: gunmove 1.5s infinite;
    left: 50%;
    margin-left: -17px;
    bottom: 10px;
}

#adv .sec02_con {
    width: 1160px;
    margin: 0 auto;
}

#adv .sec02_text {
    float: left;
    width: 50%;
}

#adv .sec02_pic {
    float: left;
    width: 50%;
}

#adv .sec02_text_inner {
    padding-right: 45px;
}

#adv .sec02_pic_inner {
    padding-left: 45px;
}

#adv .sec02_text .h {
    font-size: 24px;
    line-height: 38px;
    color: #000000;
    padding-bottom: 20px;
}

#adv .sec02_text p {
    font-size: 16px;
    line-height: 32px;
    color: #000000;
}

#adv .sec02_pic img {
    max-width: 100%;
}

#adv .sec03_con {
    width: 1160px;
    margin: 0 auto;
    border-top: 1px solid #e8e8e8;
}

#adv .sec03_ele {
    border-bottom: 1px solid #e8e8e8;
}

#adv .sec03_ele .ele_show {
    padding-right: 18px;
    height: 58px;
    cursor: pointer;
}

#adv .sec03_ele .bg_icon {
    height: 58px;
    background: url(../images/pluse.png) no-repeat right center;
}

#adv .sec03_ele.active .bg_icon {
    background-image: url(../images/reduce.png)
}

#adv .sec03_ele .ele_show p {
    font-size: 16px;
    color: #000000;
    line-height: 58px;
}

#adv .sec03_ele .ele_show:hover p {
    color: #f36924;
}

#adv .sec03_ele.active .ele_show p {
    color: #f36924;
}

#adv .sec03_ele .ele_hid {
    display: none;
}

#adv .sec03_ele .ele_hid .padd_con {
    padding-bottom: 48px;
}

#adv .sec03_ele .ele_hid .text_block {
    float: left;
    width: 58%;
}

#adv .sec03_ele .ele_hid .text_block02 {
    width: 100%;
}

#adv .sec03_ele .ele_hid .text_block .h {
    /* font-size: 20px; */
    /* line-height: 38px; */
}

#adv .sec03_ele .ele_hid .text_block p {
    color: #000000;
    font-size: 16px;
    line-height: 24px;
}

#adv .sec03_ele .ele_hid .pic_block {
    width: 42%;
    float: left;
}

#adv .sec03_ele .ele_hid .pic_inner {
    padding-left: 40px;
    text-align: right;
}

#adv .sec03_ele .ele_hid .pic_inner img {
    max-width: 100%;
}

#adv .sec04_con {
    width: 1160px;
    margin: 0 auto;
    border-top: 1px solid #e8e8e8;
}

#adv .sec04_con .m_pic {
    padding-bottom: 49px;
}

#adv .sec04_con .m_pic_rel {
    position: relative;
}

#adv .sec04_con .m_pic_ele {
    width: 10%;
    height: 20%;
    position: absolute;
    cursor: pointer;
}
#adv .sec02_con.sec04_con .m_pic_ele:hover{
	opacity: 1;
}
#adv .sec02_con.sec04_con .m_pic_ele.twinkle{
	
	animation: twinkle 2s ease-out infinite;
    -moz-animation: twinkle 2s ease-out infinite;
    -o-animation: twinkle 2s ease-out infinite;
    -webkit-animation: twinkle 2s ease-out infinite;
}
@keyframes twinkle {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.3;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes twinkle {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.3;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes twinkle {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.3;
    }
    100% {
        opacity: 1;
    }
}

@-o-keyframes twinkle {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.3;
    }
    100% {
        opacity: 1;
    }
}

#adv .sec04_con .m_pic_ele_c {
    left: 20%;
    top: 28%;
}

#adv .sec04_con .m_pic_ele_b {
    left: 57%;
    top: 18%;
}

#adv .sec04_con .m_pic_ele_a {
    left: 69%;
    top: 52%;
}

#adv .sec04_con .m_p_e_bg {
    width: 100%;
    height: 100%;
}

#adv .sec04_con .m_pic_ele p {
    position: absolute;
    width: 100%;
    font-size: 18px;
    top: 40%;
    color: #ffffff;
    text-align: center;
}

#adv .sec04_con .m_pic .m_pic_bg {
    width: 100%;
    display: block;
}

#adv .sec04_con .many_ele {
    border-top: 1px solid #e8e8e8;
}

#adv .sec04_con .many_ele .ele {
    border-bottom: 1px solid #e8e8e8;
}

#adv .sec04_con .many_ele .ele_show {
    padding-right: 18px;
    cursor: pointer;
}

#adv .sec04_con .many_ele .ele_s_inner {
    height: 58px;
    background: url(../images/pluse.png) no-repeat right center;
}

#adv .sec04_con .many_ele .ele.active .ele_s_inner {
    background-image: url(../images/reduce.png);
}

#adv .sec04_con .many_ele .ele_s_inner p {
    line-height: 58px;
    font-size: 16px;
    color: #000000;
}

#adv .sec04_con .many_ele .ele.active .ele_s_inner p {
    color: #f36924;
}

#adv .sec04_con .many_ele .ele_show:hover .ele_s_inner p {
    color: #f36924;
}

#adv .sec04_con .many_ele .ele_hid {
    display: none;
}

#adv .sec04_con .many_ele .hid_padd {
    padding-bottom: 60px;
    text-align: right;
}

#adv .sec04_con .many_ele .hid_padd img {
    max-width: 100%;
}

#adv .sec05_con {
    width: 1160px;
    margin: 0 auto;
}

#adv .sec05_con .detail_p {
    padding-bottom: 46px;
    text-align: center;
}

#adv .sec05_con .detail_p p {
    font-size: 16px;
    line-height: 32px;
    color: #000000;
}

#adv .sec05_con .two_block .left {
    width: 50%;
    float: left;
}

#adv .sec05_con .two_block .right {
    width: 50%;
    float: left;
}

#adv .sec05_con .left_inner {
    padding-right: 19px;
}

#adv .sec05_con .right_inner {
    padding-left: 19px;
}

#adv .sec05_con .t_b_cont {
    border: 1px solid #e8e8e8;
}

#adv .sec05_con .t_b_cont .imgWrap img {
    display: block;
    width: 100%;
}

#adv .sec05_con .t_b_cont .font_block {
    height: 90px;
    display: table;
    width: 100%;
}

#adv .sec05_con .t_b_cont .t_cell {
    display: table-cell;
    padding: 0 20px;
    vertical-align: middle;
}

#adv .sec05_con .t_b_cont .t_cell p {
    font-size: 16px;
    line-height: 32px;
    color: #000000;
}

#adv .sec06_con01 {
    position: relative;
    height: 659px;
    background: url(../images/sec06_con01_img.jpg) no-repeat;
    background-size: cover;
}

#adv .sec06_con01 .font_block {
    display: table;
    width: 100%;
    height: 100%;
}

#adv .sec06_con01 .f_t_cell {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

#adv .sec06_con01 .f_t_cell p {
    font-size: 30px;
    line-height: 60px;
    color: #ffffff;
}

#adv .sec06_con01 .f_t_cell .p1 {
    /*font-size: 46px;*/
}

#adv .sec06_con02 {
    padding-top: 60px;
    width: 1160px;
    margin: 0 auto;
}

#adv .sec06_con02 .s06_01 {
    border-top: 1px solid #e8e8e8;
    border-left: 1px solid #e8e8e8;
}

#adv .sec06_con02 .s01_ele {
    width: 20%;
    float: left;
}

#adv .sec06_con02 .s01_inner {
    padding-top: 25px;
    padding-left: 20px;
    padding-right: 20px;
    height: 263px;
    border-right: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
}

#adv .sec06_con02 .s01_inner .num {
    height: 40px;
}

#adv .sec06_con02 .s01_inner .num p {
    font-size: 14px;
    line-height: 22px;
    color: #f36924;
}

#adv .sec06_con02 .s01_inner .p_wrap p {
    font-size: 16px;
    line-height: 32px;
    color: #000000;
}

#adv .sec06_con02 .s01_inner .p_wrap p.h {
    font-size: 24px;
    line-height: 33px;
    padding-bottom: 10px;
}

#adv .sec06_con02 .s06_02 {
    border-bottom: 1px solid #e8e8e8;
    border-left: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
}

#adv .sec06_con02 .s06_02_inner {
    padding: 20px 25px;
}

#adv .sec06_con02 .s06_02_title {
    padding-bottom: 10px;
}

#adv .sec06_con02 .s06_02_title p {
    font-size: 24px;
    line-height: 33px;
    color: #000000;
}

#adv .sec06_con02 .s06_02_ele {
    float: left;
}

#adv .sec06_con02 .s06_02_ele_01 {
    width: 60%;
}

#adv .sec06_con02 .s06_02_ele_02 {
    width: 40%;
}

#adv .sec06_con02 .s06_02_ele p {
    font-size: 16px;
    line-height: 32px;
    color: #000000;
}

.main_menu_pomp {
    display: none;
    opacity: 0;
    filter: alpha(opacity=0);
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #ffffff url(../images/d_sec01_bg.jpg) no-repeat center center;
    background-size: cover;
    z-index: 200;
    padding-bottom: 100px;
}

.main_menu_pomp .m_menu_foot {
    position: absolute;
    bottom: 120px;
    left: 0;
    right: 0;
    text-align: center;
}

.main_menu_pomp .m_menu_foot p {
    font-family: Arial, "宋体";
    color: #ffffff;
}

.main_menu_pomp .m_menu_foot p:first-child {
    display: none;
}

.main_menu_pomp .m_menu_foot p.p1 {
    display: none;
}

.main_menu_pomp .m_menu_foot a {
    color: #000000;
    text-decoration: underline;
    color: #ffffff;
}

.main_menu_close {
    cursor: pointer;
    position: absolute;
    width: 73px;
    height: 62px;
    background: url(../images/dona_pomp_close_white.png) no-repeat center center;
    top: 30px;
    left: 40px;
}

.main_menu_close:hover {
    background-image: url(../images/dona_pomp_close_hover.png)
}
.main_menu_close p{
    position: absolute;
    bottom: -34px;
    width: 100%;
    text-align: center;
    font-size: 15px;
    color: #ffffff;
    padding-top: 10px;
}
.main_menu_close:hover p{
    color: #f36924;
}
.main_menu_pomp .m_share {
    position: absolute;
    top: 42px;
    right: 40px;
}


/*start*/

.main_menu_pomp .m_share .share_ele {
    float: left;
    padding-left: 10px;
}

.main_menu_pomp .m_share .share_ele a {
    width: 42px;
    height: 42px;
    display: block;
}

.main_menu_pomp .m_share .share_ele a div {
    width: 42px;
    height: 42px;
}

.main_menu_pomp .m_share .share_ele a .donation {
    background: url(../images/donation.png) no-repeat center center;
}

.main_menu_pomp .m_share .share_ele a .donation:hover {
    background-image: url(../images/donation_hover.png);
}

.main_menu_pomp .m_share .share_ele a .sina {
    background: url(../images/share_sina_white.png) no-repeat center center;
}

.main_menu_pomp .m_share .share_ele a .sina:hover {
    background-image: url(../images/share_sina_hover.png);
}

.main_menu_pomp .m_share .share_ele a .weixin {
    background: url(../images/share_weixin_white.png) no-repeat center center;
}

.main_menu_pomp .m_share .share_ele a .weixin:hover {
    background-image: url(../images/share_weixin_hover.png);
}

.main_menu_pomp .m_share .share_ele a .fb {
    background: url(../images/share_fb.png) no-repeat center center;
}

.main_menu_pomp .m_share .share_ele a .lin {
    background: url(../images/share_lin_white.png) no-repeat center center;
}

.main_menu_pomp .m_share .share_ele a .lin:hover {
    background-image: url(../images/share_lin_hover.png);
}


/*end*/

.main_menu_pomp .m_menu_con {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 16%;
    width: 1079px;
    height: 80%;
    text-align: center;
}

.main_menu_pomp .m_menu_con img {
    max-width: 100%;
    max-height: 100%;
}

.main_menu_pomp .m_menu_ele {
    position: absolute;
    top: 14%;
    width: 100%;
}

.main_menu_pomp .p_w {
    opacity: 0;
    filter: alpha(opacity=0);
}

.main_menu_pomp .m_menu_ele p {
    color: #ffffff;
    font-size: 42px;
    line-height: 64px;
    cursor: pointer;
    display: inline-block;
    position: relative;
}

.main_menu_pomp .m_menu_ele p:hover {
    color: #f36924;
}

.dona_pomp {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    opacity: 0;
}

.dona_pomp_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(../images/sec2_img_bg.png) repeat
}

.dona_pomp .close {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 62px;
    height: 62px;
    background: url(../images/dona_pomp_close.png) no-repeat center center;
    cursor: pointer;
}

.dona_pomp .close:hover {
    background-image: url(../images/dona_pomp_close_hover.png);
}

.dona_pomp .dona_pomp_contain {
    position: absolute;
    width: 681px;
    height: 316px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 60px 65px;
    background: #ffffff;
}

.dona_pomp .dp_title {
    font-size: 27px;
    line-height: 45px;
    color: #000000;
}

.dona_pomp .dp_contain {
    padding-top: 16px;
}

.dona_pomp .form_wrap {
    float: left;
    width: 50%;
}

.dona_pomp .inputWrap {
    padding-bottom: 14px;
}

.dona_pomp .inputWrap_rel {
    position: relative;
    z-index: 2;
}

.dona_pomp .inputWrap_rel .note {
    position: absolute;
    left: 15px;
    top: 0;
    font-size: 14px;
    line-height: 48px;
    color: #666666;
}

.dona_pomp .inputWrap input,.dona_pomp .inputWrap select {
    width: 100%;
    height: 48px;
    text-indent: 15px;
    font-size: 14px;
    color: #000000;
    line-height: 48px;
    border: 1px solid #e8e8e8;
}

.dona_pomp .inputWrap input.active {
    color: #f36924;
}

.dona_pomp .btnWrap input {
    width: 100%;
    height: 48px;
    text-indent: 15px;
    font-size: 16px;
    color: #f36924;
    line-height: 48px;
    border: 1px solid #e8e8e8;
    outline: none;
    background: none;
    cursor: pointer;
}

.dona_pomp .btnWrap input:hover {
    background: #f36924;
    color: #ffffff;
}

.dona_pomp .tel_wrap {
    float: left;
    width: 50%;
}

.dona_pomp .tel_padd {
    padding-left: 30px;
}

.dona_pomp .tel_inner .tel_title {
    color: #000000;
    text-align: center;
    padding-top: 7%;
}

.dona_pomp .tel_inner {
    border-left: 1px solid #e8e8e8;
    padding-left: 20px;
    height: 245px;
}

.dona_pomp .tel_inner .p_wrap {
    padding-top:8%;
    padding-left: 5%;
    text-align: left;
}
.dona_pomp .tel_inner .p_wrap_p{
    position: relative;
    padding-bottom: 10px;
}
.dona_pomp .tel_inner .p_wrap_p lable{
    position: absolute;
    left: 0;
    top: 0;
    font-size: 16px;
    color: #000000;
}
.dona_pomp .tel_inner .p_wrap_p p {
   padding-left: 80px;
}
.dona_pomp .tel_inner p {
    font-size: 16px;
    color: #000000;
}

.dona_pomp .tel_inner p.tel_title{
    font-size: 18px;
}
#fixedHead {
    position: absolute;
    left: 0;
    top: 0;
    height: 60px;
    width: 100%;
    background: #004796;
    z-index: 100;
}

#fixedHead.active {
    position: fixed;
}

#fixedHead .f_h_left {
    float: left;
    padding-left: 124px;
    height: 60px;
}

#fixedHead .f_h_ele {
    float: left;
    padding: 0 10px;
}

#fixedHead .f_h_ele p {
    font-size: 16px;
    line-height: 60px;
    color: #ffffff;
    position: relative;
    cursor: pointer;
    /* font-family: "宋体"; */
}

#fixedHead .f_h_ele p::after {
    content: '';
    width: 0px;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    background: #f36924;
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
    -webkit-transition: width .2s, -webkit-transform .3s cubic-bezier(0.25, 0.46, 0.45, 0.9399999999999999);
    transition: width .2s, transform .3s cubic-bezier(0.25, 0.46, 0.45, 0.9399999999999999);
}

#fixedHead .f_h_ele p:hover::after {
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    width: 100%;
}

#fixedHead .f_h_ele.active p::after {
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    width: 100%;
    /*border-bottom: 1px solid #000000;*/
}

#fixedHead .f_h_ele.active p {
    color: #f36924;
}

#fixedHead .f_h_ele p:hover {
    color: #f36924;
    /*border-bottom: 1px solid #000000;*/
}

#fixedHead .f_h_right {
    float: right;
    height: 100%;
    width: 200px;
    background: #f36924;
}

#fixedHead .f_h_right:hover {
    background: #d75717;
}

#fixedHead .f_h_right p {
    font-size: 18px;
    line-height: 60px;
    text-align: center;
    cursor: pointer;
    color: #ffffff;
}

#m_top {
    position: fixed;
    bottom: 5%;
    right: 20px;
    /*display: none;*/
    z-index: 5;
}

#m_top .m_top_in {
    display: none;
    opacity: 0;
    width: 69px;
    cursor: pointer;
    height: 72px;
    background: url(../images/top.png) no-repeat center center;
}
#m_top .m_top_in p{
    position: absolute;
    top: 67px;
    width: 100%;
    color: #666666;
    text-align: center;
}
#m_top .m_top_in:hover {
    background-image: url(../images/top_hover.png);
}
#m_top .m_top_in:hover p{
    color: #f36924;

}


#donations_section {
    position: relative;
}
#donations_section .section {
    position: relative;
    padding-bottom: 100px;
    border-bottom: 1px solid #e8e8e8;
    overflow-x: hidden;
    padding-top: 60px;
}
#donations_section .sec01_02{
    padding-top: 68px;
    background: #ffffff url(../images/contact_sec02_bg.jpg) no-repeat right center;
    padding-bottom: 100px;
}
#donations_section .section01{
    padding-bottom: 0px;
}
#donations_section .sec01_02_con {
    width: 1160px;
    margin: 0 auto;
}
#donations_section .sec01_02_con .title_block {
    padding-bottom: 12px;
    border-bottom: 1px solid #cccccc;
}
#donations_section .sec01_02_con .p_h_wrap p {
    font-size: 16px;
    line-height: 32px;
    color: #000000;
}
#donations_section .con_block{
    padding-top: 20px;
}
#donations_section .sec01_scroll_wrap{
    height: 507px;
    overflow: hidden;
}
#donations_section .sec01_scroll{
    height: 100%;
}
#donations_section .con_block table {
    width: 100%;
}

#donations_section .con_block  table tr td {
    padding-top: 12px;
    padding-left: 40px;
    padding-bottom: 12px;
    font-size: 16px;
    line-height: 24px;
    color: #666666;
    border-bottom: 1px solid #e8e8e8;
}
#donations_section .sec02_more{
    padding-top: 20px;
    text-align: center;
}
#donations_section .sec02_more .more {
    width: 177px;
    height: 62px;
    display: inline-block;
    border: 1px solid #e8e8e8;
    margin: 0 10px;
}
#donations_section .sec02_more .more:hover {
    background: #f36924;
    border-color: #f36924;
}
#donations_section .sec02_more p {
    font-size: 16px;
    line-height: 62px;
    text-align: center;
    color: #666666;
    cursor: pointer;
}
#donations_section .sec02_more .more:hover p{
    color: #ffffff;
}

#donations_section .section02{
    padding-top: 0px;
        background: #ffffff url(../images/contact_sec03_bg.jpg) no-repeat left center;
}
#donations_section .sec02_con {
    /*padding-top: 38px;*/
    width: 1160px;
    margin: 0 auto;
    /*border-top: 1px solid #cccccc;*/
}
#donations_section .sec02_con .total_num {
    float: left;
    padding-top: 8px;
}
#donations_section  .sec02_con .total_num p {
    font-size: 16px;
    line-height: 28px;
    color: #000000;
}
#donations_section .sec02_con .sec02_scroll_wrap {
    padding-top: 20px;
    height: 520px;
    overflow: hidden;
}
#donations_section .sec02_con .sec02_scroll{
    height: 100%;
}
#donations_section  .sec02_con .s02_ele{
    float: left;
    font-size: 16px;
    line-height: 32px;
    padding: 10px 0px;
    width: 20%;
    text-align: center;
}














#donations_section .sec01 {
    position: relative;
    background: url(../images/news_s1_bg.jpg) no-repeat;
    background-size: cover;
}

#donations_section .sec01 .bg_effe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    overflow: hidden;
}

#donations_section .sec01 .bg_effe img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

#donations_section .sec01 .font_wrap {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

#donations_section .sec01 .font_wrap .m_img_bg {
    display: block;
    width: 100%;
}

#donations_section .sec01 .font_wrap .m_img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

#donations_section .sec01 .font_wrap .m_img_ele {
    position: absolute;
    opacity: 0;
}

#donations_section .sec01 .font_wrap .m_img_e_bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 0;
    height: 100%;
    z-index: -1;
    background: url(../images/video_bg.png) repeat;
}

#donations_section .sec01 .font_wrap .m_img_e_font {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0;
}

#donations_section .sec01 .font_wrap .table {
    width: 100%;
    height: 100%;
    display: table;
}

#donations_section .sec01 .font_wrap .table_cell {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

#donations_section .sec01 .font_wrap .table_cell p {
    color: #ffffff;
}

#donations_section .sec01 .font_wrap .m_img_ele img {
    width: 100%;
    display: block;
}

#donations_section .sec01 .font_wrap .m_img_ele01 {
    left: 3%;
    top: 8%;
    width: 8.5%;
}

#donations_section .sec01 .font_wrap .m_img_ele02 {
    left: 28.5%;
    top: 4%;
    width: 14%;
}

#donations_section .sec01 .font_wrap .m_img_ele03 {
    left: 59%;
    top: 8%;
    width: 8%;
}

#donations_section .sec01 .font_wrap .m_img_ele04 {
    left: 86%;
    top: 7%;
    width: 8%;
}

#donations_section .sec01 .font_wrap .m_img_ele05 {
    left: 16%;
    top: 33%;
    width: 19%;
}

#donations_section .sec01 .font_wrap .m_img_ele06 {
    left: 67%;
    top: 34%;
    width: 16%;
}

#donations_section .sec01 .font_wrap .m_img_ele07 {
    left: 4%;
    top: 75%;
    width: 17%;
}

#donations_section .sec01 .font_wrap .m_img_ele08 {
    left: 28%;
    top: 66%;
    width: 10%;
}

#donations_section .sec01 .font_wrap .m_img_ele09 {
    left: 61%;
    top: 71%;
    width: 9%;
}

#donations_section .sec01 .font_wrap .m_img_ele10 {
    left: 76%;
    top: 62%;
    width: 16%;
}

#donations_section .sec01 .font_block {
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 323px;
}

#donations_section .sec01 .font_block .p1 {
    font-size: 60px;
    color: #ffffff;
    line-height: 66px;
}

#donations_section .sec01 .font_block img {
    width: 100%;
    padding: 20px 0;
}

#donations_section .sec01 .font_block .p2 {
    font-size: 30px;
    line-height: 33px;
    color: #ffffff;
}

#donations_section .sec01 .readeMore {
    padding-top: 20px;
}

#donations_section .sec01 .readeMore .more {
    width: 156px;
    height: 57px;
    border: 1px solid #ffffff;
    line-height: 57px;
    text-align: center;
}

#donations_section .sec01 .readeMore .more:hover {
    background: #f36924;
    border-color: #f36924;
}

#donations_section .sec01 .readeMore .more p {
    color: #ffffff;
    font-size: 14px;
}