@charset "utf-8";
/* CSS Document */
body,html {margin:0; padding:0;  font:12px/180% "微软雅黑","Helvetica Neue", Arial, Helvetica, sans-serif;}
*{ margin: 0; padding: 0; -webkit-tap-highlight-color: transparent;}
body{ width:100%; min-width: 1450px; background-color:#fff;}
body a{outline:none; blr:expression(this.onFocus=this.blur());}
h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td {margin: 0;padding: 0; list-style:none;}
li {list-style: none; vertical-align: bottom;}
img {border: none; display: block;}
em,i {font-style: normal;}
a{text-decoration:none; color: #555;  }
.disable {display: none;}
.fl {float: left;}
.fr {float: right;}
.clearfix:after {content:""; height:0; display:block; clear:both; visibility:hidden;}
* html .clearfix {height:1%;}
* +html .clearfix {height:1%;}
.clearfix {display:block; clear:both;}
input,textarea{ resize:none; font-family:"微软雅黑"; outline:none;}
button{ font-family:"Arial"; outline: none; cursor: pointer;}

.wrapper{ position: relative; width: 1240px; margin: 0 auto;}
.wrapper01{ width: 1450px; margin: 0 auto;}

/*头部*/
.header{ box-sizing: border-box; min-width: 1240px; height: 60px; background: url(../images/bg.png) no-repeat center top;}
.logo{ float: left; margin-top: 6px;}
.nav{ float: left; margin-left: 35px;}
.nav li{ float: left; position: relative; border-right: 1px solid rgba(255, 255, 255, 0.1);}
.nav li:last-child{ border-right: none;}
.nav li > a{ display: block; font-size: 16px; color: #fff; width: 100px; line-height: 60px; text-align: center;}
.nav li > a.on{ background-color: #fd7005;}
.nav li div{ display: none; position: absolute; left: 0; top: 100%; width: 252px; background-color: rgba(253, 112, 5, 1); z-index: 9;}
.nav li div a{ display: block; font-size: 16px; line-height: 50px; padding: 0 25px; border-bottom: 1px solid rgba(255, 255, 255, 0.1); color: #fff;}
.nav li:hover a{ background-color: #fd7005;}
.nav li:hover div{ display: block;}
.nav li div a:hover{ background: #FF5500;}
.h_img{ float: right; border-left: 1px  rgba(255, 255, 255, 0.1) solid; height: 60px;}
.h_img a{ float: left; margin-left: 24px; margin-top: 18px;}
.h_login{ float: right; font-size: 16px;line-height: 60px;display:flex;width:145px;}
.h_login a{ color: #fff;display: block;width: 50%;text-align: center;}
.h_login a:hover{background: #ff5e00;}
.h_search{ float: right; margin: 20px 30px 0 0;}
.h_center{ float: right;}
.h_center a{width: 131px; display: block; font-size: 16px; color: #fff; line-height: 40px; height: 40px; padding: 10px 24px 10px 14px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.h_center a img{ display: inline-block; vertical-align: top; width: 36px; height: 36px; border: 2px #fe9b52 solid; border-radius: 50%; margin-right: 10px;}
.h_center a:hover,.h_center a.on{ background: #e85e02;}
.header input{ display: block; border: 0; width: 200px; float: right; height: 36px; line-height: 36px; border-radius: 4px; padding-left: 35px; box-sizing: border-box; margin: 12px 20px 0 0; background: #fff ; font-size: 16px; color: #333;}


/*banner*/
.banner{ position: relative; min-width: 1240px; height: 855px; overflow: hidden;}
.banner .swiper-slide a{ position: relative; display: block; height: 855px; background-position: center top; background-repeat: no-repeat;}
.banner .swiper-slide img{ position: absolute; left: 50%; top: 50%; margin: -64px 0 0 -64px;}
.banner .s_btn{ position: absolute; top: 395px; z-index: 3;}
.banner .prev{ left: 50px;}
.banner .next{ right: 50px;}
.b_btn{ position: fixed; z-index: 3;position:fixed;left:50%;margin-left:620px;top:75%;border-radius:5px;overflow:hidden;display: flex;flex-direction: column}
.b_btn a{ float: left; width: 120px; line-height: 50px; background: #FD8225; text-align: center; color: #fff; font-size: 16px; border-radius: 5px; margin-left: 30px;margin-bottom: 20px}
.b_btn a.on{ background: #fd7005;}
.b_btn a:hover{ background: #FF5500;}
.banner .swiper-pagination{ position: absolute; left: 0; right: 0; text-align: center; bottom: 20px;}
.banner .swiper-pagination span{ margin: 0 5px; width: 10px; height: 10px; opacity: 1.0; background: #fff;}
.banner .swiper-pagination .swiper-pagination-bullet-active{ background:rgba(251,241,94,1.00);}

/*项目推荐*/
.main{ padding: 25px 0 60px;}
.main .title{ border-bottom: 2px #f2f2f2 solid; height: 40px; line-height: 40px;}
.main .title h2{ float: left; text-align: center; font-size: 20px; color: #FE6902; font-weight: 400; border-bottom: 2px #FE6902 solid; width: 160px;}
.main .title a{ float: right; font-size: 16px; color: #333;}
.main .title a i{ font-family:"宋体"; font-weight: 600; color: #666; font-size: 18px; margin-left: 8px;}

.index_product li{ float: left; padding: 9px 9px 21px; border: 1px #f2f2f2 solid; overflow: hidden; width: 355px; margin: 40px 56px 0 0;}
.index_product li:hover {border: 1px #fe6902 solid;}
.index_product li:nth-child(3n+3){ margin-right: 0;}
.index_product h4{ display: block; line-height: 40px; font-size: 18px; font-weight: 400; color: #101010;}
.index_product img{ width: 355px; height: 200px;transition: all .3s linear;}
.index_product img:hover {transform: scale(1.03);}
.progress{ border-radius: 3px; background-color: #eee; margin-top: -2px; position: relative;}
.progress span{ display: block; position: relative; height: 6px; border-radius: 3px; background-color: #FEAD28;}
.progress i{ display: block; right: -21px; top: -33px; position: absolute; width: 42px; line-height: 24px; color: #fff; font-size: 12px; border-radius: 4px; background-color: #FEAD28; text-align: center;}
.progress i::after{ position: absolute; left: 16px; top: 100%; content: ""; border-top: 4px #FEAD28 solid; border-left: 4px solid transparent; border-right: 4px solid transparent; }
.index_product .list{ padding: 20px 5px 17px;}
.index_product .list p{ float: left; font-size: 13px; color: #808080; line-height: 21px; width: 125px;}
.index_product .list p b{ display:block; font-size: 20px; font-weight: 400; color: #FEAD28; line-height: 30px;}
.index_product .list p b em{ font-size: 13px;}
.index_product .list p:nth-child(2){ width: 95px; text-align: center;}
.index_product .list p:nth-child(2) b{ color: #808080;}
.index_product .list p:nth-child(3){ text-align: right;}
.index_product .btn a{ float: left; width: 166px; height: 35px; line-height: 35px; text-align: center; font-size: 13px; color: #fff; background: #FE720C; border-radius: 5px;}
.index_product .btn a:last-child{ float: right; background: #76C627;}
.index_product .btn a:hover{ background: #FEAD28;}
.index_product .btn a:last-child:hover{ background-color: #8ce059 !important;}

/*累计收入*/
.in_come{ min-width: 1240px; height: 810px; background: url(../images/img_01.jpg) no-repeat center top; overflow: hidden; color: #fff;}
.in_come .top{ text-align: center; padding-top: 100px; padding-bottom: 70px;}
.in_come .top p{ font-size: 25px; line-height: 50px;}
.in_come .top b{ display: block; font-size: 140px; font-weight: 400; line-height: 150px;}
.in_come .con li{ float: left; width: 14.28%; text-align: center; margin-bottom: 30px;}
.in_come .con i{ display: block; height: 80px; background-position:  center center; background-repeat: no-repeat;}
.in_come .con p{ font-size: 14px; line-height: 25px; padding-top: 12px;}
.in_come .con i{  display: block; font-size: 25px; font-weight: 400; line-height: 35px;}

/*捐款*/
.gift{ padding: 45px 0 35px;}
.gift > ul{ border: 1px #f2f2f2 solid; padding: 30px 0;}
.index_form{ float: left; width: 336px; padding: 0 35px; border-right: 1px #f0f0f0 solid;}
.index_form b{ display: block; font-size: 25px; color: #FEAD28; font-weight: 400; padding-top: 40px;  margin-bottom: 25px; line-height: 45px; text-align: center;}
.index_form select{ margin-bottom: 25px; display: block; border: 1px #eaeaea solid; padding: 12px 0; border-radius: 6px; padding-left: 12px; width: 159px; font-size: 14px; color: #666;}
.index_form button{ display: block; border: 0; width: 100%; height: 42px; background-color: #fe720c; border-radius: 5px; font-size: 16px; color: #fff;}
.index_form button:hover{ background: #FD8225;}
.index_form01 select{ width: 100%;}
.index_form01 h4{ display: block; font-size: 28px; color: #101010; font-weight: 400; line-height: 51px; margin-bottom: 40px;}
.index_form01 input{ display: block; box-sizing: border-box; width: 100%; height: 45px; line-height: 43px; font-size: 14px; color: #666; padding-left: 12px; border-radius: 6px; border: 1px #eaeaea solid; margin-bottom: 25px;}
.gift_list{ float: right; padding-right: 35px; width: 335px;}
.gift_list li{ margin-bottom: 17px; height: 25px; line-height: 25px; font-size: 14px; color: #ccc;}
.gift_list li > img{ float: left; width: 25px; height: 25px; border-radius: 50%; margin-right: 8px;}
.gift_list h4{ float: left; width: 88px; font-size: 14px; font-weight: 400; color: #101010;}
.gift_list h4 img{ display: inline-block; vertical-align: middle; margin-left: 5px;}
.gift_list h4 i{ display: inline-block; font-size: 10px; color: #FD8225; vertical-align: bottom; line-height: 15px;}
.gift_list p{ float: left; width: 140px; color: #666;}
.gift_list span{ overflow: hidden; display: block; text-align: right; width: 68px;}
.gift_list .more{ text-align: center; font-size: 16px; color: #808080; padding-top: 10px;}
.gift_list .more a{ color: #808080;}

/*资讯*/
.main .title em{ float: left; text-align: center; font-size: 20px; color: #333; font-weight: 400; width: 160px; cursor: pointer;}
.main .title em.on{ border-bottom: 2px #FE6902 solid; color: #FE6902;}

.index_news li{ border-bottom: 1px #e8e8e8 solid; padding: 30px 0;}
.index_news img{ float: left; width: 245px; height: 160px; margin-right: 25px;}
.index_news h4{ display: block; font-size: 20px; color: #101010; font-weight: 400; line-height: 46px; height: 46px; overflow: hidden;}
.index_news h4:hover{ color: #FE6902}
.index_news p{ font-size: 15px; color: #666; line-height: 28px; height: 29px; margin-top: 5px; overflow: hidden;}
.index_news span{ display: block; font-size: 14px; color: #999; margin-top: 20px;}

/*学生*/
.students li{ float: left; padding: 20px 25px; border: 1px #f2f2f2 solid; width: 543px; margin-top: 30px;}
.students li:nth-child(2n){ float: right;}
.students .img{ float: left; border-radius: 4px; overflow: hidden; margin-right: 20px;}
.students .img img{ width: 100px; height: 100px;}
.students .con{ float: left; width: 322px;}
.students h4{ display: block; font-size: 16px; color: #101010; font-weight: 400; line-height: 20px; height: 20px; margin-bottom: 5px;}
.students h4 a{ color: #101010}
.students h4 a:hover{ color: #FE6902}
.students h4 img{ display: inline-block; vertical-align: middle; margin-bottom: 3px; margin-left: 16px; margin-right: 8px; width: 16px;}
.students h4 i{ font-size: 13px; margin-right: 15px;}
.students p{ font-size: 13px; color: #333; line-height: 27px;}
.students .btn{ overflow: hidden;}
.students .btn a{ display: block; width: 98px; line-height: 33px; border: 1px #FE720C solid; background-color: #FE720C; border-radius: 5px; font-size: 13px; color: #fff; text-align: center;}
.students .btn a.on{ margin-top: 17px; color: #FE720C; background-color: transparent;}
.students .btn a:hover{ background: #FF5500; color: #fff;}

/*底部*/
.footer{ min-width: 1450px; height: 449px; background: url(../images/img_22.png) no-repeat center top;}
.f_top{ padding-top: 16px; height: 392px;}
.f_left{ float: left; width: 505px;}
.f_center{ float: left; margin-left: 95px; width: 420px;}
.f_right{ float: right;}
.f_top b{ margin-bottom: 10px; display: block; position: relative; font-size: 23px; color: #fff; line-height: 55px;}
.f_top b::after{ position: absolute; content: ""; left: 0; bottom: 0; width: 95px; border-bottom: 1px #fff solid;}
.f_left p{ font-size: 13px; color: #fff; line-height: 28px;}
.f_left p i{ font-size: 12px; margin: 0 9px;}
.search{ padding: 15px 0 20px;}
.search input{ display: block; border: 0; float: left; background-color: #fff; padding-left: 13px; width: 350px; height: 39px; line-height: 39px; font-size: 14px; color: #666; border-radius: 20px;}
.search button{ float: right; border: 0; width: 130px; height: 39px; border-radius: 20px; background-color: #fff; font-size: 14px; color: #FE720C;}
.f_link p{ float: left; width: 50%; font-size: 14px; line-height: 35px;}
.f_link p a{ color: #fff;}
.code div{ float: left; margin-left: 15px; background-color: #fff; padding: 3px; margin-top: 10px;}
.code div:first-child{ margin-left: 0;}
.code img{ width: 99px; height: 99px;}
.code p{ font-size: 12px; color: #666; padding-top: 5px; font-size: 13px; line-height: 14px; text-align: center; padding-bottom: 2px;}
.f_bottom{ border-top: 1px #ccc solid; line-height: 40px; font-size: 13px;}
.f_bottom a{ display: inline-block; color: #fff; margin-right: 30px;}
.f_bottom p a:last-child{ margin-right: 0;}
.footer a:hover{ text-decoration: underline;}

/*浮窗*/
.box{ position: fixed;left: 50%; margin-left: 620px; top: 30%; border-radius: 5px; overflow: hidden; background-color: #fff; padding: 4px; border: 1px #ddd solid; z-index: 9;}
.box img{ width: 102px; height: 102px;}
.box p{ text-align: center; font-size: 13px; color: #101010; line-height: 28px;}
.box i{ display:block; width: 100%; border-bottom: 1px #f6f6f6 solid; margin-bottom: 10px;}

/*当前位置*/
.location{ font-size: 16px; color: #333; line-height: 65px; height: 65px;}
.location a{ color:#333;}
.location a:hover{ color: #FD8225;}
.location p{ float: left;}
.location a.on{ float: right; width: 140px; line-height: 35px; margin-top: 15px; text-align: center; color: #fff; font-size: 16px; background: #FE6902; border-radius: 5px;}
.location a.on:hover{ background-color: #FD8225; color: #fff;}

/*项目详情*/
.p_img{ height: 266px; background-position: center bottom; background-repeat: no-repeat; }

.detial_product{ padding: 30px 0 100px}
.d_top{ margin-bottom: 45px; background-color: #f6f6f6; padding-right: 55px; overflow: hidden}
.d_top .img{ float: left; position: relative; margin-right: 60px; overflow: hidden;}
.d_top .img img{ width: 600px; height: 340px;}
.d_top .img i{ display: block;  position: absolute; left: 24px; bottom: 17px; width: 60px; height: 60px; border-radius: 50%; background-image: url(../images/img_04.svg); background-size: 100% 100%;}
.d_top .con{ overflow: hidden;}
.d_top h1{ display: block; font-size: 30px; color: #101010; line-height: 42px; margin-top: 24px;  font-weight: 400;}
.d_top p{ font-size: 13px; color: #808080; line-height: 23px;}
.d_top .progress{ margin-top: 23px;  background-color: #ddd;}
.d_top .progress em{ border-radius: 4px; position: absolute; right: -20px; top: -7px; width: 36px; line-height: 16px; text-align: center; border: 2px #fead28 solid; background-color: #fff; font-size: 12px; color: #fead28;}
.d_top .list{ padding: 15px 0 20px;}
.d_top .list p{ float: left; font-size: 13px; color: #808080; line-height: 33px; width: 180px;}
.d_top .list p b{ display: block; font-size: 20px; color: #FE6902; font-weight: 400; line-height: 20px;}
.d_top .list p:nth-child(3){ text-align: right;}
.d_top .list p:nth-child(2){ width: 165px; text-align: center; }
.d_top .list p:nth-child(2) b{ color:#808080;}
.d_top .list p i{ font-size: 13px;}
.d_top .btn{ padding-top: 22px;}
.d_top .btn a{ float: left; margin-right: 20px; width: 160px; line-height: 45px; background: #FE720C; text-align: center; border-radius: 5px; color: #fff; font-size: 16px;}
.d_top .btn a.on{ background: none; margin-right: 0; border: 1px #ddd solid; border-radius: 5px; color: #999; width: 158px; line-height: 43px;}
.d_top .btn a img{ display: inline-block; vertical-align: middle; width: 20px; margin: 0 16px 3px 0;}
.d_top .btn a:hover{ background: #FD8225}
.d_top .btn a.on:hover{ background: #fff;}

.d_left{ float: left; width: 835px; overflow: hidden;}
.d_right{ float: right; width: 375px; overflow: hidden;}

.r_main{ border-top: 2px #fe6902 solid; background-color: #f4f5f6; padding: 10px 22px 15px; margin-bottom: 30px;}
.r_main b{ display: block; font-size: 20px; color: #333; font-weight: 400; line-height: 50px;}
.c_question li{ font-size: 14px; color: #808080; line-height: 40px; height: 40px; overflow: hidden;}
.c_question li a{ color: #808080;}
.c_question li a:hover{ color:#FD8225}

.about{ font-size: 14px; color: #808080; line-height: 32px;}
.about a{ color: #2aaffe;}
.about a:hover{ text-decoration: underline;}

.d_p_tabs{ height: 45px; border-bottom: 2px #f2f2f2 solid;}
.d_p_tabs a{ float: left; width: 135px; line-height: 45px; font-size: 20px; color: #101010; text-align: center;}
.d_p_tabs a.on{ color: #FE6902; border-bottom: 2px #FE6902 solid;}
.d_p_reviews{ padding-top: 10px;}
.d_p_intro{ font-size: 16px; color: #333; line-height: 35px;}
.d_p_intro p{ text-indent: 2em; margin-top: 12px;}
.d_p_intro img{ width:100%; margin-top: 20px;}

.d_p_more{ padding-top: 16px; font-size: 16px; color: #2AAFFE; line-height: 32px; text-align: center;}
.d_p_more a{ color: #2AAFFE;}
.d_p_more a:hover{ text-decoration: underline;}

.gift_list01{ width: 100%; overflow: hidden; padding-right: 0;}
.gift_list01 .list li{ margin: 22px 0 0;}
.gift_list01 .list h4{ width: 115px;}
.gift_list01 .list p{ width: 540px;}
.gift_list01 .list span{ width: 100px;}

.d_p_message li{ padding: 14px 0; border-bottom: 1px #f0f0f0 solid;}
.d_p_message img{ float: left; width: 36px; height: 36px; border-radius: 50%; margin: 6px 13px 0 0;}
.d_p_message .con{ float: left; width: 550px; line-height: 23px; font-size: 16px; color: #666;}
.d_p_message h4{ display: block; font-size: 14px; font-weight: 400; color: #101010;}
.d_p_message span{ float: right; color: #999; font-size: 14px; line-height: 46px;}


/*新闻详情*/
.detial_news .title{ border-bottom: 1px #ddd solid; text-align: center; padding: 20px 0;}
.detial_news .title h1{ display: block; font-size: 35px; color: #000; font-weight: 400; line-height: 75px}
.detial_news .title p{ font-size: 13px; color: #808080; line-height: 35px;}
.detial_news .title p i{ margin-left: 15px;}
.detial_news .con{ padding: 30px 0; font-size: 15px; color: #333; line-height: 30px; border-bottom: 1px #ddd solid;}
/*.detial_news .con p{ text-indent: 2em;}*/
.detial_news .con img{ max-width: 100%; margin: 30px auto;}
.d_page{ padding: 35px 0 100px;}
.d_page li{ font-size: 15px; color: #999; line-height: 35px; height: 35px; overflow: hidden;}
.d_page li a{ color: #333;}
.d_page li a:hover{ color: #FD8225}

/*学生详情*/
.location01{ padding-top: 5px; line-height: 48px; height: 48px; margin-bottom: 20px;}
.location01 h2{ float: left; font-size: 20px; color: #101010; font-weight: 400;}
.location01 div{ float: right;}
.location01 div a,.location01 em{ position: relative; float: left; font-size: 16px; color: #101010; padding: 0 15px; cursor: pointer;}
.location01 div a::after,.location01 em::after{ display: none; position: absolute; content: ""; left: 0; right: 0; bottom: 0; border-bottom: 2px #FE6902 solid;}
.location01 div a:hover,.location01 div a.on,.location01 em:hover,.location01 em.on{ color: #FE6902;}
.location01 div a:hover::after,.location01 div a.on::after,.location01 em:hover::after,.location01 em.on::after{ display: block;}

.detial_student .title,.donation_form .title,.online .on_tab,.project_intro .title{ border-bottom: 2px #f2f2f2 solid; height: 45px;}
.detial_student .title h2,.donation_form .title h2,.online .on_tab a,.project_intro .title h2{ display: block; float: left; font-size: 20px; color: #FE6902; font-weight: 400; line-height: 45px; padding: 0 40px; border-bottom: 2px #FE6902 solid;}
.d_s_info{ padding: 55px 0 110px;}
.d_s_info img{ float: left; width: 200px; height: 200px; border-radius: 4px; margin-right: 45px;}
.d_s_info .con{ float: left; width: 520px;}
.d_s_info .con p{ float: left; font-size: 35px; height: 35px; font-size: 16px; color: #333; width: 100%; overflow: hidden;}
.d_s_info .con .fl{ width: 50%;}
.d_s_info .btn{ float: right;}
.d_s_info .btn a{ display: block; margin-top: 35px; width: 218px; height: 43px; line-height: 43px; border: 1px #FE720C solid; border-radius: 4px; text-align: center; font-size: 16px; color: #fff; background: #FE720C;}
.d_s_info .btn a.on{ background: #fff; color: #FE720C;}
.d_s_info .btn a:hover{ background: #FD8225; color: #fff;}

.st_intro{ padding: 20px 0 110px;}
.st_intro .img{ position: relative;}
.st_intro .img i{ position: absolute; left: 0; width: 100%; height: 240px; background-color: rgba(255,255,255,0.85); z-index: 1;}
.st_intro .img .top{ top: 0;}
.st_intro .img .bottom{ bottom: 0;}
.st_intro p{ font-size: 16px; color: #333; line-height: 30px; margin-top: 30px;}

.rule{ font-size: 15px; color: #101010; line-height: 27px;}
.rule p.on{ text-indent: 2em; font-size: 13px;}

/*未开发票*/
.center_img{ height: 266px; background: url(../images/img_27.png) no-repeat center bottom; overflow: hidden;}
.center_img .wrapper{ padding-top: 97px;}
.center_img .wrapper li{ background-color: rgba(255,255,255,0.9); border-radius: 10px 10px 0 0; padding: 0 45px 0 60px; height: 169px; overflow: hidden;}
.c_img{ float: left; padding-top: 55px;}
.c_img img{ display: block; width: 60px; height: 60px; border-radius: 50%; margin-right: 10px;}
.c_name{ float: left; padding-top: 55px;width: 188px}
.c_name b{ display: inline-block;max-width: 110px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;font-size: 18px; color: #333; line-height: 35px; height: 35px;}
.c_name b img{ display: inline-block; vertical-align: middle; width: 20px; margin-left: 8px; margin-bottom: 2px;}
.c_name b i{ display: inline-block; vertical-align: top; font-size: 10px; color: #FD8225; font-weight: normal; line-height: 43px;}
.c_name p{ font-size: 16px; color: #333; line-height: 22px;}
.c_edit{ float: left; padding-top: 69px;}
.c_edit a{ display: block; float: left; width: 98px; line-height: 33px; text-align: center; font-size: 13px; color: #666; border: 1px #ddd solid; border-radius: 5px;  margin-left: 13px;}
.c_edit a img{ display: inline-block; vertical-align: middle; margin: 0 5px 3px 0;}
.c_edit a:hover{ background: #fff;}
.c_list{ float: right; padding-top: 45px;}
.c_list div{  padding: 0 35px; border-right: 1px rgba(192,192,192,0.19) solid; height: 72px; text-align: center; font-size: 15px; color: #808080; line-height: 22px;}
.c_list div:last-child{ border-right: none;}
.c_list div b{ display: block; font-size: 30px; color: #FD8225; font-weight: normal; line-height: 39px; padding-top: 5px;}

/*未开发票*/
.invoice{ padding: 20px 0 75px;}
.invoice .tab{ height: 45px; border-bottom: 2px #f2f2f2 solid;}
.invoice .tab a{ float: left; width: 150px; line-height: 45px; font-size: 20px; color: #333; text-align: center;}
.invoice .tab a:hover,.invoice .tab a.on{ border-bottom: 2px #FD8225 solid; color: #FD8225;}

.invoice_list li{ float: left; width: 373px; border: 1px #FEAD28 solid; border-radius: 9px; margin: 40px 57px 0 0; overflow: hidden;}
.invoice_list li:nth-child(3n+3){ margin-right: 0;}
.invoice_list h4{ display: block; line-height: 50px; padding: 0 18px; font-size: 16px; color: #333; font-weight: normal; border-bottom: 1px #FEAD28 dashed;}
.invoice_list h4 img{ display: inline-block; vertical-align: middle; margin: 0 15px 3px 0;}
.invoice_list li div{ padding: 10px 18px; font-size: 14px; color: #686868; line-height: 33px; border-bottom: 1px #FEAD28 dashed;}
.invoice_list p{ height: 33px;}
.invoice_list i{ float: right; color: #333;}
.invoice_list em{ color:#FD8225}
.invoice_list a{ display: block; margin: 10px auto; border: 1px #fe720c solid; border-radius: 4px; font-size: 15px; color: #FE720C; width: 128px; line-height: 28px; text-align: center;}
.invoice_list a:hover{ color: #fff; background-color: #fe720c;}

/*我要捐款*/
.donation{ padding: 20px 0 100px;}
.donation_con{ padding: 50px 120px; font-size: 16px; color: #333; line-height: 35px;}
.donation_con p{ color: #333;}

.d_form{ padding: 20px 0 40px; max-width: 530px;}
.d_form li{ margin-top: 25px;}
.d_form b{ display: block; font-size: 16px; color: #333; font-weight: 400; line-height: 25px;}
.d_form b i{ display: inline-block; vertical-align: middle; font-size: 30px; color: #FE6902; font-weight: 400; margin-left: 60px;}
.t_input{ padding-left: 128px;}
.t_input label{ float: left; font-size: 16px; color: #333; line-height: 38px;}
.d_form li div{ overflow: hidden;}
.d_form input{ display: block; border: 0; padding: 0; width: 100%; box-sizing: border-box; font-size: 16px; color: #333; border-radius: 5px; padding-left: 8px; border: 1px #eaeaea solid; height: 38px; line-height: 36px; background-color: transparent; outline: none;}
.d_form select{ display: block; border: 0; padding: 9px 0; width: 100%; box-sizing: border-box; font-size: 16px; color: #333; border-radius: 5px; padding-left: 8px; border: 1px #eaeaea solid; height: 40px; background-color: transparent; outline: none;}
.t_radio{ padding-left: 128px;}
.t_radio a{ display: block; box-sizing: border-box; width: 100%; border: 1px #eaeaea solid; border-radius: 5px; background-color: #f9f9f9; line-height: 36px; text-align: center; overflow: hidden; margin-bottom: 15px; font-size: 16px; color: #333;}
.t_radio a input{ padding: 0; text-align: center; border: 0;}
.t_radio a:nth-child(1),.t_radio a:nth-child(2),.t_radio a:nth-child(3){ float: left; width: 32%; margin-right: 2%;}
.t_radio a:nth-child(3){ margin-right: 0;}
.t_radio a i{ display: block; padding: 9px 0; line-height: 25px;}
.t_radio a.on{ border-color:#FE720C; color: #FE720C;}
.t_radio a.on input{ color: #FE720C;}
.check{ padding-left: 128px; font-size: 14px; color: #333; line-height: 35px;}
.check p{ position: relative; padding-left: 32px;}
.check p a{ text-decoration: underline;}
.check em{ display: block; position: absolute; left: 0; top: 50%; margin-top: -9px; cursor: pointer; width: 18px; height: 18px; border-radius: 50%; background-image: url(../images/img_11.svg); background-size: 100% 100%;}
.check em.on{ background-image: url(../images/img_12.svg);}
.d_btn{ padding-left: 128px;}
.d_btn button{ display: block; border: 0; width: 336px; height: 42px; color: #fff; background: #fe720c; border-radius: 5px; font-size: 16px;cursor: pointer;}
.d_btn button:hover{ background: #FD8225}

.gift_list02{ padding-top: 10px; width: 100%; overflow: hidden; padding-right: 0; float: none;}

/*捐款查询*/
.donation_search ul{ padding: 50px 0 30px 340px;}
.donation_search li{ float: left; margin-right: 12px;}
.donation_search input{ border: 1px #eaeaea solid; display: block; width: 176px; padding-left: 8px; line-height: 43px; height: 45px; font-size: 14px; color: #333; border-radius: 5px;}
.donation_search button{ display: block; border: 0; height: 45px; width: 150px; background-color: #fe720c; border-radius: 5px; color: #fff; font-size: 14px;}
.donation_search button:hover{ background-color: #FD8225}

.search_list{ padding-bottom: 40px; overflow: hidden;}
.search_list h2{ display: block; font-size: 20px; color: #FE6902; line-height: 45px; height: 45px; border-bottom: 2px #f2f2f2 solid; margin-bottom: 40px;}
.search_list h2 i{ display: inline-block; vertical-align: top; padding: 0 30px; height: 45px; border-bottom: 2px #FE6902 solid; font-weight: 400;}
.search_list li{ margin-bottom: 40px; border: 1px #F2F2F2 solid; padding: 0 0 45px 25px; overflow: hidden;}
.search_list b{ display: block; font-size: 17px; color: #686868; line-height: 70px; font-weight: normal;}
.search_list img{ float: left;}
.search_list .con{ float: left; padding-left: 30px; overflow: hidden; font-size: 16px; color: #686868; line-height: 35px;}
.search_list .con i{ color:#fe720c;}
.s_btn{ float: right; padding-top: 35px;}
.s_btn a{ float: left; margin-right: 55px; width: 118px; height: 40px; line-height: 40px; text-align: center; border: 1px #fe720c solid; background-color: #fe720c; color: #fff; font-size: 14px; border-radius: 5px;}
.s_btn .btn02{ background: #fff; color: #fe720c;}
.s_btn .btn02:hover{ color: #fff; background-color: #fe720c}
.s_btn a:hover{ background: #FD8225;}

/*弹窗*/
.bg{ position: fixed; left: 0; top: 0; right: 0; bottom: 0; background-color: rgba(0,0,0,0.8); z-index: 10;}

.pay_box{ position: fixed; left: 50%; top: 50%; margin-left: -270px; transform: translateY(-50%); width: 540px; padding: 20px 0 40px; background-color: #fff; border-radius: 10px; z-index: 11;}
.pay_box .close{ position: absolute; right: -12px; top: -35px;}
.pay_box .close img{ width: 33px;}
.pay_box .d_form{ padding: 0 68px;}
.pay_box .d_form li{ margin-top: 17px;}
.pay_box .d_form button{ width:100%;}
.pay_box .d_form b i{ margin-left: 30px;}
.pay_box .d_form .t_input,.pay_box .d_form .t_radio,.pay_box .d_form .check,.pay_box .d_form .d_btn{ padding-left: 50px;}
.pay_box .d_form li.check{ margin-top: 5px;}

.pay_box h4{ display: block; font-size: 20px; color: #333; font-weight: 400; line-height: 40px; height: 40px; text-align: center;}
.pay_box h4 em{ margin-left: 15px; font-size: 13px; color: #666;}

.pay_box h3{ display: block; text-align: center; font-size: 30px; color: #333; font-weight: normal; line-height: 140px;}
.pay_way{ text-align: center; padding-bottom: 80px;}
.pay_way a{ display: inline-block; vertical-align: top; font-size: 0; text-align: center; margin: 0 25px;}
.pay_way a img{ width: 80px;}
.pay_way p{ font-size: 16px; color: #101010; line-height: 14px; padding-top: 20px;}

.pay_code{ padding-bottom: 50px;}
.pay_code img{ margin: 0 auto; width: 280px; height: 280px;}
.pay_code p{ text-align: center; font-size: 16px; color: #FD8225; padding-top: 20px;}

.words{ padding: 0 68px;}
.words li{ padding-left: 0 !important;}
.words button{ width: 100%; margin-top: 10px;}
.words textarea{ display: block; margin-bottom: 10px; border: 1px #BBB solid; border-radius: 5px; padding: 0 10px; line-height: 30px; height: 140px; font-size: 16px; color: #666; width: 100%; box-sizing: border-box;}

.pay_box06 .top{ padding-top: 10px; text-align: center; font-size: 16px; color: #333; line-height: 35px;}
.pay_box06 .top i{ color: #FE720C;}
.pay_box06 .top img{ display: inline-block; vertical-align: middle; width: 30px; margin: 0 10px 3px 0;}
.pay_box06 .img img{ margin: 0 auto; width: 260px; margin-top: 15px;}
.pay_box06 .img p{ text-align: center; font-size: 14px; color: #999; line-height: 30px;}
.pay_box06 .img b{ display: block; font-size: 16px; color: #333; text-align: center; font-weight: 400; padding-top: 5px; line-height: 45px;}
.pay_box06 .share{ text-align: center; font-size: 0;}
.pay_box06 .share a{ display: inline-block; vertical-align: top; margin: 0 15px;}
.pay_box06 .share img{ width: 65px;}
.pay_box06 .sh_btn{ padding: 20px 68px 0;}
.pay_box06 .sh_btn button{ display: block; border: 0; float: left; width: 48%; font-size: 16px; color: #fff; height: 38px; border-radius: 5px; background-color: #FE720C;}
.pay_box06 .sh_btn button:last-child{ float: right; background-color: #76c627}

.invoice_box{ padding: 0 0 40px;}
.invoice_box > div{ padding: 0 45px;}
.invoice_box h3{ line-height: 75px; padding-top: 10px;}
.invoice_box li{ margin-bottom: 20px;font-size: 16px; color: #333; line-height: 35px;}
.invoice_box label{ float: left; }
.invoice_box li p{ float: right;}
.invoice_box li div{ overflow: hidden; padding-left: 30px;}
.invoice_box select{ display: block; box-sizing: border-box; width: 100%; font-size: 14px; color: #101010; height: 35px; border: 1px #eaeaea solid; border-radius: 5px; padding: 7px 0; padding-left: 10px;}
.invoice_box input{ display: block; box-sizing: border-box; width: 100%; font-size: 14px; color: #101010; line-height: 33px; height: 35px; border: 1px #eaeaea solid; border-radius: 5px; padding-left: 10px;}
.invoice_box span{ display: block; text-align: center; font-size: 14px; color: #999;  padding: 10px 0 25px;}
.invoice_box button,.online_form button,.online_down button{ display: block; border: 0; margin: 0 auto; width: 70%; height: 40px; border-radius: 5px; background: #FE720C; font-size: 16px; color: #fff;}
.invoice_box button:hover,.online_form button:hover,.online_down button:hover{ background: #FD8225;}

.share_box{ background: none;}
.share_box .img img{ width: 390px;}
.share_box .img p{ color: #fff; padding: 12px 0;}

/*我要申请-在线申请*/
.online{ padding: 15px 0 100px;}
.online .on_tab a{ color: #333; border-bottom-color: transparent;}
.online .on_tab a.on{ color:#FE720C; border-bottom-color: #FE720C;}
.online_step{ padding: 70px 50px 100px;}
.online_step li{ position: relative; }
.online_step li.fl{ margin-right: 135px;}
.online_step li.fl:nth-child(4){ margin-right: 0;}
.online_step b{ display: block; font-weight: 400; border-radius: 50%; border: 1px #a8a8a8 solid; width: 118px; line-height: 118px; text-align: center; color: #a8a8a8; font-size: 16px;}
.online_step em{ position: absolute; left: -82px; top: 43px;  width: 30px; height: 33px; background-image: url(../images/img_38.png);}
.online_step a{ display: block; width: 160px; line-height: 45px; margin-top: 37px; text-align: center; color: #fff; font-size: 16px; border-radius: 5px; background-color: #FE720C;}
.online_step a:hover{ background: #FD8225}

.project_intro .con{ font-size: 16px; color: #333; line-height: 35px;}
.project_intro .con p{ text-indent: 2em;}
.project_intro .con b{  display: block; text-align: center; font-size: 33px; font-weight: 400; padding: 60px 0 25px;}
.project_intro .con img{ max-width: 100%; margin: 15px auto;}

/*在线申请-在线填表*/
.online_step01{ padding: 70px 0 70px 180px;}
.online_step li.on b{ color: #FE6902; border-color: #FE6902;}
.online_step li.on em{ background-image: url(../images/img_38a.png);}

.online_form li{ margin-top: 15px;}
.online_form label{ float: left; text-align: right; font-size: 16px; color: #333; width: 380px; line-height: 38px; padding-right: 19px;}
.online_form div{ float: left; width: 582px;}
.online_form input{ display: block; border: 1px #eaeaea solid; border-radius: 5px; box-sizing: border-box; width: 100%; height: 38px; line-height: 36px; padding-left: 13px; font-size: 16px; color: #101010;}
.online_form select{ display: block; border: 1px #eaeaea solid; border-radius: 5px; box-sizing: border-box; width: 100%; height: 38px; padding: 9px 0; padding-left: 13px; font-size: 16px; color: #101010;}
.online_form em{ display: block; float: left; padding-left: 26px; font-size: 16px; color: #101010; line-height: 38px; background: url(../images/img_11.svg) no-repeat left center; background-size: 18px auto; cursor: pointer; margin-right: 28px;}
.online_form em.on{ background-image: url(../images/img_12.svg);}
.online_form button,.online_down button{ width: 420px; margin-top: 40px;}

.online_form01 li{ margin-top: 70px;}
.online_form01 div a{ display: block; position: relative; overflow: hidden;}
.online_form01 div img{ width: 100%;}
.online_form01 div input{ position: absolute; right: 0; top: 0; height: 100%; opacity: 0;}

.online_form02 {text-align: center; padding: 40px 0 150px;}
.online_form02 span{ display: inline-block; height: 55px;}
.online_form02 span img{ float: left; width: 55px; height: 55px; margin-right: 30px;}
.online_form02 span p{ overflow: hidden; text-align: left; font-size: 16px; color: #FE720C; line-height: 20px; white-space: nowrap;}
.online_form02 span p i{ display: block; margin-top: 10px; color: #333;}
.online_form02 span p.on{ color: #76C627;}

.online_down{ padding: 0 180px 100px;}
.online_down li{ border-bottom: 1px #e8e8e8 solid; position: relative; padding-right: 140px;}
.online_down h4{ display: block; font-size: 16px; color: #333; line-height: 75px; height: 75px; overflow: hidden; font-weight: 400; padding-left: 30px; background: url(../images/img_17.svg) no-repeat left center; background-size: 24px auto;}
.online_down h4 a{ color: #333;}
.online_down h4 a:hover{ color: #FE720C;}
.online_down .down_btn{ position: absolute; right: 0; top: 50%; margin-top: -18px; width: 118px; line-height: 34px; border: 1px #FE6902 solid; border-radius: 5px; text-align: center; color: #FE6902; font-size: 16px;}
.online_down .down_btn:hover{ color: #fff; background: #FE6902;}

.bg{ position: fixed; left: 0; top: 0; right: 0; bottom: 0; background-color: rgba(0,0,0,0.5); z-index: 10;}
.video_box{ position: fixed; left: 50%; top: 50%; z-index: 12;transform: translate(-50%,-50%);}
.video_box .close{ position: absolute; top: -35px; right: -25px;width: 20px;}
.video video{ width: 730px;}

/*表单*/
.form_table{ margin: 0 auto; width: 754px; padding: 40px 0; color: #333;}
.form_table h1{ display: block; text-align: center; font-size: 30px; font-weight: normal; line-height: 50px; padding-bottom: 20px;}
.form_table .time{ font-size: 14px; line-height: 30px; height: 30px;}
.form_table .time i{ display:inline-block; vertical-align: middle; padding: 0 15px; border-bottom: 1px #666 solid; line-height: 25px;}
.form_table .time span{ float: right;}
.form_table table{ margin-top: 20px; width: 100%; border: 2px #666 solid; border-bottom-width: 1px; border-right-width: 1px; font-size: 14px; color: #333; line-height: 20px;}
.form_table td{ padding: 10px; border-bottom: 1px #666 solid; border-right: 1px #666 solid;}
.form_table .names{ max-width: 80px; width: 80px; text-align: center;}
.form_table .img{ padding: 0; width: 100px;}
.form_table .img img{ width: 100%;}
.form_table .apply{ min-height: 120px;}
.form_table .info{ min-height: 100px;}
.form_table .gz{ float: right; text-align: center; padding-right: 15px;}
.form_table td span{ float: left; padding-left: 22px; background: url(../images/img_44.png) no-repeat left center; margin-right: 50px; margin-bottom: 10px;}
.form_table td span.on{ background-image: url(../images/img_44a.png);}
.form_table .btn{ padding-top: 20px; text-align: center;}
.form_table .btn a{ display: inline-block; vertical-align: top; width: 100px; line-height: 35px; border: 1px #777 solid; border-radius: 5px; font-size: 14px; color: #333;}
