﻿
@import url("https://at.alicdn.com/t/c/font_879824_zp42zh20exb.css");
*{
  -webkit-overflow-scrolling: touch;
}
.five-borde  .active-border{
    border-bottom: 1px #ddd dashed;
    padding-bottom: 15px;
}
.general-banner-box{
    overflow: hidden;
}
#ivs_player{text-align: center;}
#ivs_player iframe {
    width: 100%!important;
}
.iconfont {
    font-size: inherit;
    line-height: inherit;
    -webkit-text-stroke-width: 0;
}
.baner{
    
text-align: center;
}

.ImgCrop{
    overflow:hidden;
}
.ImgCrop>img{
    max-width:inherit;    width: inherit;
    max-height:inherit;
}
table{
    width: 100%;
}
.table{
    max-width: 100%!important;
}
td, th {
    max-width: 100%!important;
}
body {
    font-family: "Microsoft YaHei";
    background-color: #F6FDFF;
    overflow-x: hidden;
}

a,
a:hover,
a:focus {
    text-decoration: none;
    cursor: pointer;
    color:#316BB6;
    transition: all .5s;
}
a{
    color:#3675b6;
    transition:all .5s;
}
textarea {
    outline: 0;
}

ul {
    padding-left: 0;
    margin-bottom: 0;
    /*list-style: none;*/
}
img{
    max-width:100%;
    height:auto;
    width:auto;
    -webkit-transition: .4s;
    transition: .4s;
    -moz-transition: .4s;
}
img:hover{
    opacity:0.8;
    filter: alpha(opacity=80);
    -webkit-transition: .4s;
    transition: .4s;
    -moz-transition: .4s;
}
/*.container{*/
/*width:1170px;*/
/*}*/
.top-nav{
    background-color:#60A8FF;
}
.top-nav .navbar-nav > li > a{
    color:#fff;
    font-size:14px;
    border-radius: 3px;
}
.season-box p{
    color:#fff;
    margin-bottom:0;
    font-size: 14px;
    padding:5px 10px;
}
.nav > li > a:focus, .nav > li > a:hover{
    background-color:#417cc3;
}

.header-section{
    background:url("../images/header.png") no-repeat center;
    padding-bottom:20px;
}
.search-box{
    background-color:#fff;
    padding: 10px 15px;
    border-radius:10px;
    position: relative;
    margin-top: 20px;
    margin-bottom: 70px;
    box-shadow: 0 3px 8px rgba(205,205,205,0.42);
}
.search-box:before{
    content: '';
    width:98%;
    position: absolute;
    left:1%;
    bottom: -8px;
    height: 8px;
    border-bottom-left-radius:20px;
    border-bottom-right-radius:20px;
    background-color:#60A8FF;
}
.search-form-group{
    padding-right:100px;
    position: relative;
    border:1px solid #DEDEDE;
    border-radius:20px;
    margin-top: 5px;
}
.search-form-group>input{

    padding: 5px;
    padding-left: 20px;
    background-color:transparent;
    border:none;
    width:100%;    outline: none;
    height:40px;
    font-size: 14px;
    /* margin-top: 5px; */
}
.search-form-group .search-btn{
    position: absolute;
    right:0;
    top:0;
    width:100px;
    line-height:20px;
    height:40px;
    color:#fff;
    font-size:14px;
    border-radius: 20px;
    background: #60A8FF url(../images/sous.png) 16px no-repeat;
    text-align: center;
    padding-left: 34px;
    background-size: 25px;

}
.kuohao{
      font-size: 16px!important;
    margin-right: 0!important;
        vertical-align: middle!important;
}
.no-xian a{
border-left: none!important;
}
.search-form-group .search-btn button{
    border:0;
    background-color: transparent;
}
.search-form-group .search-btn i{
    margin-right: 5px;
    font-size: 24px;
    vertical-align: middle;
}
.big-banner{
    position:absolute;
    top: 74px;
    left:0;
    width: 100%;
    z-index:4;
    text-align: center;
}
.scroll-wrapper body{
    background: #fff;
}
.big-banner-box{
    /*min-height: 15px;*/
    display:none;
    overflow:hidden;
    position:relative;
    text-align: center;
}
.big-banner-box img:hover{
    opacity: 1;
}


.toggle-btn{
    display:inline-block;
    color:#fff;
    font-size:16px;
    text-align: center;
    background:url("../images/toggle-btn.png") no-repeat center;
    width: 114px;
    cursor: pointer;
    margin-top: 0px;
    z-index: 3;
}
.toggle-btn.active{
    margin-top:0;
    z-index: 3;
}
.owl-item > .item > a > .title,.owl-item > .item > a:hover > .title{
    background: rgba(255,255,255,0.85);
    padding:12px 10px;
}
.owl-item > .item > a > .title > span{
    width:100%;
    text-align: center;
    font-size:22px;
    color:#333333;
}
.general-box{
    margin:0 -10px;
}
.general-left,.general-right{
    padding:0 10px;
    float:left;
}
.general-left{
    width:70%;text-align: center;
}
.general-right{
    width: 30%;
}
.online-donation-total{
    background: url("../images/online-donation.png") no-repeat center;
    height: 100px;
    padding-left:100px;
    padding-top: 10px;
    background-size: cover;
    -ms-background-position-x:0px;
}
.online-donation-total>p{
    font-size: 16px;
    color:#fff;
    margin:0;
}
.online-donation-total>p>span{
    font-size: 18px;
}
.online-donation-total>p span.time{
    font-size: 13px;
}
.donating-box{
    background-color:#A9D1FF;
    padding:5px;
    /*padding-bottom: 10px;*/
}
.donating-box>h5{
    font-size: 18px;
    margin:0;
    color:#1250AD;
    padding:10px 5px;
    font-weight:normal;
}
.donating-box>h5 .more{
    float:right;
}
.donating-bg{
    background: url("../images/Donating-list.png") no-repeat center;
    height:200px;
    background-size:100% 100%;
    padding:15px 0;
}
.donating-list{
    height:100%;
}
.donating-list ul{
    padding: 0 15px;
}
.donating-list li{
    border-bottom: 1px dashed #8797AD;
    line-height:1.5;
    list-style:none;
}
.donating-list li a{
    font-size: 16px;
    color:#232323;
    overflow:hidden;
    display:block;
    padding:6px 5px;
}
.donating-list li a .name{
    text-align: left;
    float:left;
    display: inline-block;
}
.donating-list li a .money{
    text-align: right;
    display:inline-block;
    float:right;
}
.donating-list li a:hover span{
    color:#1753A7;
    transition: color .4s;
    -webkit-transition: color .4s;
    -moz-transition: color .4s;
}
.organization-list{
    margin:0 -5px;
    margin-top:22px;
}
.organization-list li{
    width: 50%;
    float:left;
    padding:0 5px;
    margin-bottom: 10px;
    list-style:none;
}

.organization-list li a img{
    height:44px;
}
.organization-list li a img:hover{
    opacity: 1;
}
.organization-list li a p{
    margin-bottom:0;
}
.organization-list li:nth-child(1) a p{
    color:#50A3EA;
}
.organization-list li:nth-child(2) a p{
    color:#CF9E56;
}
.organization-list li:nth-child(3) .cszy-box p{
    color:#44BDA0;
}
.organization-list li:nth-child(4) a p{
    color:#F27E65;
}
.organization-list li a{
    display:block;
    text-align: center;
    color:#fff;
    font-size: 18px;
    padding:5px 0;
}
.organization-list li a:hover{
    transform: scale(1.1);
}
.organization-list li:nth-child(1) a{
    background:url("../images/icon-bg/1.png") no-repeat center;
    background-size:cover;
}

.organization-list li:nth-child(2) a{
    background:url("../images/icon-bg/2.png") no-repeat center;
    background-size:cover;
}
.organization-list li:nth-child(3) .cszy-box{
    background:url("../images/icon-bg/3.png") no-repeat center;
    background-size:cover;
}
.organization-list li:nth-child(4) a{
    background:url("../images/icon-bg/4.png") no-repeat center;
    background-size:cover;
}
.cszy-box{
    text-align: center;
    font-size: 18px;
    padding: 5px 0;
    position: relative;
    overflow:hidden;
}
.cszy-box:before,.cszy-box:after{
    content:'';
    display:block;
    position: absolute;
    width:0%;
    height: 100%;
    z-index: 1;
    transition: all .5s;
}

.cszy-box:after{
    transform: rotate(-154deg);
    top:-20px;
    right: -130px;
    background-color:#C1F7E9;
}
.cszy-box:before{
    transform: rotate(26deg);
    top: 20px;
    left: -130px;
    background-color:#A9D1FF;
}
.cszy-box a{
    opacity: 0;
    filter: alpha(opacity=0);
}
.organization-list li .cszy-box a:hover{
    opacity: 1;
    filter: alpha(opacity=100);
}
.cszy-box:hover a{
    opacity: 1;
    filter: alpha(opacity=100);
}
.cszy-box:hover:before,.cszy-box:hover:after{
    width:200%;
    transition: all .5s;
}
.organization-list li a.csstar{
    position: absolute;
    bottom:0;
    left:0;
    color:#ffffff;
    width:50%;
    z-index: 2;
    height: 100%;
    padding-top:24px;
    padding-right:20px;
    text-align: center;
}
.organization-list li a.csmaxim{
    position: absolute;
    top:0;
    right:0;
    width:50%;
    z-index: 2;
    text-align:left;
    color:#60BEA8;
    height:100%;
    padding-bottom:24px;
    padding-left:14px;
}
.cszy-box .csstar span:nth-child(2){
    text-indent: 1.2em;
}
.cszy-box .csmaxim span:nth-child(2){
    text-indent: 1.2em;
}
.cszy-box p{
    margin-bottom:0;
}
.cszy-box a span{
    display:block;
}
.cszy-box img{
    height: 44px;
}

.frsj-general-box{
    margin:0 -5px;
    margin-top: 30px;
}
.frsj-general-box .general-left,.frsj-general-box .general-right{
    padding:0 5px;
}
.frsj-general-box .general-left{
    width:65%;
}
.frsj-general-box .general-right{
    width:35%;
}
.tab-change{
    background-color:#fff;
}
ul.nav-tabs.nav-modern > li{
    margin-top:-4px;
}
ul.nav-tabs.nav-modern > li > a{
    font-weight:700;
    color:#605E5E;
    font-size: 18px;
    padding:8px 20px;
    border:1px solid transparent;
    border-top:4px solid transparent;
}
ul.nav-tabs.nav-modern > li.active > a{

    border:1px solid #ECECEC;
    border-top:4px solid #1753A7;
    color:#1753A7;
    background:none;
    padding:8px 20px;
    top:0;
    border-bottom:1px solid #fff;
}
ul.nav-tabs.nav-modern > li.active > a:after,ul.nav-tabs.nav-modern > li.active > a:before{
    display:none;
}

ul.nav-tabs.nav-modern{
    border-top:4px solid #ECECEC;
    border-bottom:1px solid #ECECEC;
}
.tab-content{
    padding:10px 15px;
}
.brief{
    margin-bottom: 10px;
}
.brief .title{
    margin:0;
    margin-bottom: 10px;
}
.brief .title a{
    font-size: 17px;
    color:#605E5E;
}
.brief .title a:hover{
    color: #1753A7;
}
.brief p{
    height: auto;
    margin-bottom:0;
    font-size:12px;
    color:#333;
    text-indent:0;    font-family: "Microsoft YaHei";
}

ul.nowrapli li{
    list-style:disc inside;
}
ul.nowrapli  li a{
    display:inline-block;
    vertical-align: middle;
    font-size: 14px;
    color:#605E5E;
       margin-left: -5px;
}
ul.list-date li span.time{
    color:#605E5E;
}
.cs-panel{
    padding:10px;
    background-color:#fff;
    border-top:4px solid #1753A7;
}

.cs-panel .big-img img:hover{
    opacity: 1;
}
.cs-panel-title{
    margin-bottom:17px;
}
.cs-panel-title>h5{
    margin:0;
    font-size:18px;
    color:#605E5E;
    border-bottom: 1px solid #ECECEC;
    /* padding:8px 0; */
}
.institution-section .cs-panel-title>h5{
    padding:8px 0;
}
.cs-panel-title>h5 .iconfont{
    margin-right: 5px;
    font-size: 30px;
    vertical-align:middle;
}
.cs-panel-title>h5 .more{
    float:right;
    font-weight:normal;
    font-size: 16px;
    color:#777777;
    margin-top:5px;
}
.cs-panel ul.nowrapli{
    margin-top:12px;
}
.cs-panel ul.nowrapli li a{
    width:85%;
}

.project-section{
    background-color:#F1F9FF;
    padding:30px 0;
    padding-top:0;
}
.project-title{
    margin:10px 0;
}
.project-title>h5{
    color:#1753A7;
    font-size: 24px;
    margin:0;    line-height: 24px;
    padding-left:10px;
    position: relative;
}
.project-title>h5 .iconfont{
    margin-right: 5px;
    font-size:30px;
    vertical-align:text-bottom;
}
.project-title>h5:before{
    position: absolute;
    left:0;
    top:50%;
    content: '';
    height: 30px;
    margin-top: -16px;
    width: 4px;
    background-color:#1753A7;
}
.project-title>h5>a{
    float:right;
    color:#777777;
    font-size: 16px;
    margin-top: 6px;
    transition: color .4s;
    -webkit-transition: color .4s;
    -moz-transition: color .4s;
}
.project-title>h5>a:hover{
    color: #1753A7;
    transition: color .4s;
    -webkit-transition: color .4s;
    -moz-transition: color .4s;
}
.schedule{
    margin-top: 30px;
    padding-bottom: 10px;
}
.schedule-bar{
    width: 60%;
    float:left;
}
.schedule-button{
    width: 32%;
    float:left;
    right: -19px;
    position: relative;
}
.schedule-line{
    height: 16px;
    background-color: #eeeeee;
    border-radius: 8px;
    margin-top:10px;margin-left: 10px;
}
.owl-carousel .owl-item.active .schedule-line-num-bar{
    width:75%;
    background: -webkit-linear-gradient(#B3E8FF, #5BC1FB); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#B3E8FF, #5BC1FB); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#B3E8FF, #5BC1FB); /* Firefox 3.6 - 15 */
    background: linear-gradient(#B3E8FF, #5BC1FB); /* 脙娄脗聽芒鈧∶兟ッ⑩偓隆芒鈧犆兟吢∶⑩偓啪脙篓脗炉脗颅脙娄脗鲁芒鈧� */
    height: 16px;
    border-radius:20px;
    position: relative;
    -webkit-animation: animate-positive 3s;
    animation: animate-positive 3s;
}

@-webkit-keyframes animate-positive{
    0% { width: 0; }
}
@keyframes animate-positive{
    0% { width: 0; }
}


.schedule-line-num-bar:before{
    position: absolute;
    content:'';
    bottom:19px;
    right:-6px;
    display:block;
    border:7px solid transparent;
    border-top:7px solid #58b7f7;
}
.schedule-line-num{
    position: absolute;
    bottom:30px;
    right:0;
    margin-right:-40px;
    text-align: center;
    width: 51px;
    line-height:21px;
    color:#fff;
    font-size: 14px;
    background-color: #58b7f7;
    border-radius: 100px;
}
.project-infro{
    padding:0 10px;
    background-color:#fff;
    height: 224px;
    margin-bottom: 20px;
}
.no-height{
    height:auto!important;
}
.project-infro>h6{
    color:#333333;
    font-size:20px;
    margin:0;
        padding: 18px 0;
    position: relative;
    /* margin-bottom:5px; */
}
.project-infro>h6:before{
    position: absolute;
 bottom: -2px;
    left:0;
    background-color:#CCE3FF;
    height:4px;
    width:58px;
    content: '';
}
.project-infro>p{
    font-size: 14px;
    color:#333333;
    margin-bottom: 5px;
}
.details a{
    color: #333333;
}
.project-infro>p .money{
    font-size:26px;
    color:#FF6B6B;
}
.project-infro>p>i{
    color:#FF6B6B;
    font-style: normal;
}

.cs-title{
    margin:50px 0;
}

.project-list{
    margin:0 -15px;
    margin-top: -13px;
}
.project-list>li{
    text-align: center;
    list-style:none;
}

.project-list>li a{
    display:block;
    background-color: #ffffff;
    border-radius: 16px;
    border: solid 1px #dadada;
    padding:10px 0;

}
.project-list>li a:hover{
    transform: scale(1.1);
    border-color:#61AFE8;
    background-color:#F1F9FF;
    box-shadow:0 0 0 #E0ECFC;
}
.project-list>li a>p{
    margin-bottom:0;
    margin-top:10px;
}
.project-list>li a>.iconbox>img{
    height: 40px;
}
.project-panel{
    box-shadow: 0px 4px 9px 1px #e5ebf3;
        margin-bottom: 20px;
}
.infro-show-section{
    background-color:#EEF4F7;
}
.project-panel .imgbox>img{
    width: inherit;
    max-width:unset;
    max-height: unset;
    display: inherit;
 height:200px;
object-fit:cover;
}
.infro-show-title h5{
    color: #1753A7;
    font-size: 24px;line-height: 29px;
    margin: 0;
    padding-left:10px;
    position: relative;    margin-bottom: 12px;
}
.infro-show-title h5:before{
    position: absolute;
    left:0;
    top: 2px;
    content: '';
    height: 30px;
    width: 4px;
    background-color:#1753A7;
}
.infro-show-title h5 .iconfont{
    font-size: 30px;vertical-align: middle;
    vertical-align: text-bottom;    position: relative;
    top: 2px;
}
.infro-show-title h5>span{
    float:right;
    display: block;
    position: relative;
    top:9px;
    text-align: right;
}
.infro-show-title ul li{
    display:inline-block;
    background-color:#fff;
    font-size:14px;
    color:#777777;    float: left;
    padding:8px 10px;line-height: 18px;
    text-align: center;
    position: relative;
    background: url("../images/infro-show-a.png") no-repeat center;
    background-size: 100% 100%;
    vertical-align: middle;
}
.infro-show-title ul li.active{
    background: url("../images/infro-show-active.png") no-repeat center;
    background-size: 100% 100%;
    color:#fff;
}

.infro-show-panel ul.nowrapli{
    padding:10px;
    background-color:#fff;
}
.infro-show-panel{
    margin-bottom: 34px;
   /* margin-top: 10px*/
}
.general-banner{
    margin-bottom: 10px;
    transition: all .4s;
}
.general-banner:hover{
    transform: scale(1.03);
    transition: all .4s;
}
.general-banner img{
    width:100%;
}
.general-banner img:hover{
    opacity: 1;
}
.infro-show-panel ul.nowrapli li a{
    padding:3px 5px;
}

.institution-section{
    background-color: #F6FDFF;
    padding:30px 0;
}
.institution-address{
    width:33%;
    float:left;
    border:1px solid #CEE1ED;
}

.institution-address>li{
    width:50%;
    text-align: center;
    float:left;
    border-bottom:1px solid #CEE1ED;
    list-style:none;
}
.institution-address>li:nth-child(odd){
    border-right: 1px solid #CEE1ED;
}
.institution-address>li>a{
    font-size: 18px;
    color:#767676;
    display:block;
    background-color:#F4FAFF;
    padding:5px 0;
}

.institution-address>li.active>a{
    color:#fff;
    background-color:#60A8FF;
}
.zxdt .list-right-sidebox ul{
    display: none;
}
.zxdt .list-right-sidebox ul.active{
    display: block;
}
.list-right-side{
    float:left;
    width:67%;

}
ul.list-right-side{
    padding:4px 10px;
    background-color:#fff;
    display:none;
}
ul.list-right-side.active{
    display:block;
}
.project-section .donating-bg{
    background: url("../images/Donating-list-long.png") no-repeat center;
    height: 285px;
}
.infro-show-change-panel1,.infro-show-change-panel2{
    display:none;
}
.infro-show-change-panel1.active,.infro-show-change-panel2.active{
    display:block;
}


.Center-dynamics{
    width:33%;
    float:left;
    border: 1px solid #DCEAF3;
}
.Center-dynamics>li{
    border-bottom:1px solid #DCEAF3;
    list-style:none;
}
.Center-dynamics>li:last-child{
    border-bottom:0;
}
.Center-dynamics>li>a{
    font-size:18px;
    color:#767676;
    display:block;
    padding:20px 0;
    text-align: center;
    background-color: #F4FAFF;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
}
.Center-dynamics>li.active>a{
    color:#fff;
    background-color:#60A8FF;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
}
.institution-section .cs-panel{
    padding-top:0;
}



.sknew-box{
    background:url("../images/sknew.png") no-repeat center;
    background-size:100% 100%;
}
.sknew-left{
    text-align:right;
    width:50%;
    float:left;
    padding:0 30px;
}
.sknew-right{
    text-align:left;
    width:50%;
    float:left;
    padding:0 30px;
}

.sknew-box button{
    background-color: transparent;
    border: 0;
    font-size:34px;
    color:#fff;
    font-style: italic;
    padding:0;
}
.sknew-box button img{
    position: relative;
    top:-2px;
}
.sknew-box button:hover,.btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default{
    background:transparent!important;
    color:#fff!important;
}
.sknew-box .caret{
    border-right: 7.5px solid transparent;
    border-left: 7.5px solid transparent;
    border-bottom: 7.5px dashed;
}
.sknew-box .dropdown-menu{
    width:100%;
}
.sknew-left .dropdown-menu{
    text-align:right;
}
.sknew-right .dropdown-menu{
    text-align:left;
}
.sknew-box .dropdown-menu>li{
    display:inline-block;
}
.foot{
    padding:20px 0;
    background-color:#D1E7FF;
}
.foot .logo{
    padding:10px 0;
}
.copyright{
    border-left:4px solid #307AD2;
    padding:0;
    padding-left:10px;
    margin-top:10px;
}
.copyright>p{
    font-size: 14px;
    color:#333333;
    margin-bottom:10px;
}
.foot-title>h4{
    color:#333333;
    padding-left:10px;
    border-left:4px solid #307AD2;
}

.cs-panel .city-list{

}
.cs-panel .city-list>li{
    width:25%;
    padding:2.5px;
    float:left;
    margin-bottom:0;
}
.cs-panel .city-list>li>a{
    display:block;
    font-size: 20px;
    color:#fff;
    text-align: center;
    padding:22px 0;
    transition: background .4s;
    -webkit-transition: background .4s;
    -moz-transition: background .4s;
}
.cs-panel .city-list>li:nth-child(1)>a{
    background:url("../images/city-bg/1.png") no-repeat center;
}
.cs-panel .city-list>li:nth-child(2)>a{
    background:url("../images/city-bg/2.png") no-repeat center;
}
.cs-panel .city-list>li:nth-child(3)>a{
    background:url("../images/city-bg/3.png") no-repeat center;
}
.cs-panel .city-list>li:nth-child(4)>a{
    background:url("../images/city-bg/4.png") no-repeat center;
}
.cs-panel .city-list>li:nth-child(5)>a{
    background:url("../images/city-bg/5.png") no-repeat center;
}
.cs-panel .city-list>li:nth-child(6)>a{
    background:url("../images/city-bg/6.png") no-repeat center;
}
.cs-panel .city-list>li:nth-child(7)>a{
    background:url("../images/city-bg/7.png") no-repeat center;
}
.cs-panel .city-list>li:nth-child(8)>a{
    background:url("../images/city-bg/8.png") no-repeat center;
}
.cs-panel .city-list>li:nth-child(9)>a{
    background:url("../images/city-bg/9.png") no-repeat center;
}
.cs-panel .city-list>li:nth-child(10)>a{
    background:url("../images/city-bg/10.png") no-repeat center;
}
.cs-panel .city-list>li:nth-child(11)>a{
    background:url("../images/city-bg/11.png") no-repeat center;
}
.cs-panel .city-list>li:nth-child(12)>a{
    background:url("../images/city-bg/12.png") no-repeat center;
}
.cs-panel .city-list>li:nth-child(13)>a{
    background:url("../images/city-bg/13.png") no-repeat center;
}
.cs-panel .city-list>li:nth-child(14)>a{
    background:url("../images/city-bg/14.png") no-repeat center;
}
.cs-panel .city-list>li:nth-child(15)>a{
    background:url("../images/city-bg/15.png") no-repeat center;
}
.cs-panel .city-list>li:nth-child(16)>a{
    background:url("../images/city-bg/16.png") no-repeat center;
}
.cs-panel .city-list>li.active>a{
    background:#60A8FF;
}
.cs-panel .city-list>li:hover>a{
    background:#60A8FF;
    transition: background .4s;
    -webkit-transition: background .4s;
    -moz-transition: background .4s;
}

.zxdt{
        margin-top: 49px;
}
.ewm-code{

}
.ewm-code>a{
    display:inline-block;
    width:50%;
    text-align: center;
    float:left;
    font-size: 12px;
    color:#333333;
}
.ewm-code>a>p{
    margin:0;
    margin-top: 5px;
}
.icp-box{
    margin:0 -4px;
    margin-top: 10px;
}
.icp-box>a{
    display:inline-block;
    width:50%;
    float:left;
    padding:0 4px;
    text-align: center;
}
.icp-box>a>img:hover{
    opacity: 1;
}
.beian-box{
    margin-top: 20px;
}
.beian-box>p{
    font-size: 12px;
    color:#333333;
    margin-bottom: 15px;
}

.beian-box>p>img{
    margin-right:5px;
}
.uli12 li a:hover, .uli14 li a:hover{
    color: #1753A7;
}
.fixed-sidebar{
    position: fixed;
    right:30px;
    top:20%;
    z-index: 99999;
}
.fixed-sidebar li{
    /*width: 74px;*/
    /*height: 74px;*/
    margin-bottom:10px;
    list-style:none;
}
.fixed-sidebar li:first-child{
    height:auto;
}
.fixed-sidebar li>a{
    display:block;
    height:100%;
    overflow:hidden;
    text-align: center;
    background: #60A8FF;
    border-radius:16px;
}
.fixed-sidebar li>a .iconfont{
    font-size:34px;
}
.fixed-sidebar li>a .iconbox{
    color:#FDFAFA;
    line-height:normal;
}
.fixed-sidebar li>a p{
    color:#FDFAFA;
    font-size:14px;
    margin:0;
    background: #60A8FF;
    box-shadow: 0 0 9px -4px rgba(154,154,154,0.50);
    /*display:none;*/padding-top: 4px;
    padding-bottom: 2px;    line-height: 15px;
}

.fixed-sidebar li.xxgk>a p{
    font-size: 15px;
}


.fixed-sidebar li:first-child>a:hover img{
    display:block;
    opacity: 1;
}
.video-slider .item-video{
    height:383px;
}
.video-slider .owl-nav{
    display:none;
}
.video-slider .video_1{
    width:100%;
    height:384px;
}
.owl-nav.disabled{
    display:none;
}
.project-slider .owl-dots{
    text-align: center;
}
.project-slider .owl-dots button{
    border:none;
    background-color:transparent;
    padding:0;
        outline: none;
    background: none;
    border: none;
}
.project-slider .owl-dots button span{
    margin: 5px;
}
.project-slider .owl-dots .owl-dot.active span{
    background-color:#60A8FF;
}
.project-slider .owl-dots .owl-dot span{
    background-color:#ffffff;
    border-radius:50%;
    border:1px solid #60A8FF;
}
.institution-section .donating-bg{
    height:200px;
}
.Huge-img img{
    width: 100%;
}
.Article{
    background-color:#ffffff;
    box-shadow: 0 3px 2px rgba(2,28,51,0.12);
    margin-bottom: 40px;
}
.breadcrumb{
    background-color:transparent;
    margin-bottom:0;
    padding:8px 0;
}
.breadcrumb li{
    color:#333333;
    font-size:16px;
}
.breadcrumb a{
    color:#333333;
    font-size:16px;
}
.breadcrumb a:hover{
    color:#1753A7;
}
.page-header-3{
    margin:10px 0;
    border-bottom:0;
    border-top:1px solid #A9D1FF;
}
.page-header-3 h4{
    background-color:#ffffff;
    box-shadow: 0 3px 2px rgba(2,28,51,0.12);
    font-weight:normal;
}
.page-header-3 a{
    font-size: 18px;
    padding:8px;
    background:#A9D1FF;
    color:#1250AB;
}
.Article-title{
    padding:10px 0;
    border-bottom:1px dashed #D8D8D8;
    margin-bottom: 30px;
}
.Article-title>h5{
    font-size:16px;
    color:#1250AB;
}
.Article-title>h4{
    font-size:22px;
    color:#1250AB;
}
.Article-title>p.time{
    color:#9F9F9F;
    font-size:14px;
 margin-top: 20px;
}
.Article_content{
    border-top:0;
padding-top:0;
}

.donating-box.style2{
    padding:10px;
    box-shadow: 0 2px 5px #CBD6E4;
}
.donating-box.style2 h5{
    padding:0;
}
.donating-box.style2 h5 span{
    display:inline-block;
    padding:10px 0;
    border-bottom:2px solid #336BB9;
    font-size:18px;
}
.donating-box.style2 .donating-bg{
    background:#ffffff;
    padding:15px;
    height: auto;
}
.donating-box.style2 .donating-bg p{
    font-size: 13px;
}
.contribution-btn{
    margin:20px -8px;
}
.contribution-btn>li{
    padding:0 8px;
    width:50%;
    float:left;
    list-style: none;
}
.contribution-btn>li>a{
    display:block;
    border-radius:2px;
    font-size:16px;
    text-align: center;
    color:#ffffff;
    padding:6px 0;
}
.contribution-btn>li:nth-child(1)>a{
    background-color:#60A8FF;
}
.contribution-btn>li:nth-child(2)>a{
    background-color:#FF6074
}

.schedule-line-num-bar{
    width:75%;
    background: -webkit-linear-gradient(#B3E8FF, #5BC1FB); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#B3E8FF, #5BC1FB); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#B3E8FF, #5BC1FB); /* Firefox 3.6 - 15 */
    background: linear-gradient(#B3E8FF, #5BC1FB); /* 脙娄脗聽芒鈧∶兟ッ⑩偓隆芒鈧犆兟吢∶⑩偓啪脙篓脗炉脗颅脙娄脗鲁芒鈧� */
    height: 16px;
    border-radius:20px;
    position: relative;
    /*-webkit-animation: animate-positive 3s;*/
    /*animation: animate-positive 3s;*/
}

.project-panel .imgbox{
    position: relative;
    height:203px;
    overflow: hidden;
}


.project-panel .imgbox>h4{
    position: absolute;
    left:0;
    bottom:0;
    width:100%;
    font-size: 20px;
    color:#ffffff;
    background-color:rgba(60,60,60,0.7);
    filter: alpha(opacity=70);
    padding:8px;
    margin:0;
}

.project-slider .ImgCrop{
    height:208px;
}





.contribution-link-btn{
    text-align: center;
    padding:10px 0;
}
.contribution-link-btn>a{
    display: inline-block;
    color:#ffffff;
    font-size:18px;
    background-color:#FF6074;
    border-radius:20px;
    width:160px;
    text-align: center;
    padding:5px 5px;
}

.donating-box.style2 .donating-bg h5{
    font-size: 16px;
    font-weight: normal;
}

.margin-top-30{
    margin-top:30px!important;
}

#section1{
    position: relative;
    z-index: 2;
}
.schedule-bar.style2{
    width:100%;
}






/*脙娄脗聧脗聬脙娄脗卢脗戮脙娄脗娄脜鈥溍兟ッ偮嵜⑩偓垄*/
.beneficence-search{
    position: relative;
    padding-left:40px;
    padding-right:60px;
    border: 1px solid #DEDEDE;
    border-radius: 20px;
    margin:30px 0;
    box-shadow:0 2px 5px rgba(203,214,228,0.24);
}

.beneficence-search .search-icon{
    position:absolute;
    left:12px;
    top:0;
    line-height:40px;
    font-size:22px;
    color:#60A8FF;
    margin: 0;
}
.beneficence-search input{
    width:100%;
    border:0;
    background-color: transparent;
/*    line-height: 40px;*/
    height:40px;
}
.beneficence-search .search-btn{
    width: 100px;
    line-height: 40px;
    height: 40px;
    color: #fff;
    font-size: 14px;
    background-color: #60A8FF;
    border-radius: 20px;
    position: absolute;
    right:0;
    top:0;
}

.beneficence-search .search-btn button{
    border: 0;
    background-color: transparent;
    text-align: center;
    width:100%;
}
.beneficence-list{
    display:table;
    width:100%;
    text-align: center;
}
.beneficence-list>li{
    display:table-row;
    font-size: 16px;
    color:#666666;
}
.beneficence-list>li:nth-child(odd){
    background-color:#ffffff;
}
.beneficence-list>li:nth-child(even){
    background-color:#F0F6FD;
}
.beneficence-list>li.title{
    background-color:#A9D1FF;
}
.beneficence-list>li>span{
    display:table-cell;
    padding:10px;
    vertical-align: middle;
    white-space:normal;
    word-break:break-all;
}

.beneficence-list>li.title>span{
    word-break: keep-all;
}

.pagination{
    width:100%;
    text-align: center;
}
.pagination>li{
    display:inline-block;
    padding:2px;
}
.pagination>li>a{
    display:block;
    font-size:15px;
    color:#666666;
    padding:1px 8px;
    border-radius:4px;
    border:1px solid #C0D9F7;
    transition: all .4s;
}
.pagination>li>a:hover{
    background:#60A8FF;
    color:#ffffff;
    transition: all .4s;
}
.pagination>li.prev>a,.pagination>li.next>a{
    background:#60A8FF;
    color:#ffffff;
    transition: all .4s;
}

/*脙篓脗聛芒鈧澝兟偮趁偮幻兟γ嬧€犆⑩偓藴脙陇脗禄脗卢*/
.contact_us{
    padding:0 20px;
    background-color:#ffffff;
    box-shadow:0 4px 19px rgba(2,28,51,0.12);
    margin:30px 0;
}
.your-infro{
    float:left;
    width:75%;
}
.your-infro-title{
    margin:20px 0;
    margin-bottom: 30px;
    padding:0 40px;
}
.your-infro-title>h4{
    font-size: 38px;
    color:#60A8FF;
    overflow: hidden;
}
.your-infro-title>h4>b{
    float:left;
    font-weight:normal;
    margin-right:10px;
}
.your-infro-title>h4>span{
    font-size: 14px;
    color: #5E5E5E;
    float:left;
    display:inline-block;
    width:75%;
    line-height: 1.5;
}
.your-infro .form-group{
    margin-bottom:20px;
}
.your-infro .form-control{
    background-color:#F2F2F2;
    border:0;
}
.your-infro input.form-control{
    height: 30px;
    line-height: 30px;
}
.your-infro .control-label{
    width:98px;
    float:left;
}
.your-infro .form-control-box{
    /*width:75%;*/
    padding:0 15px;
    float:left;
    width:73%;
}
.autosize{
    resize: none;
}
.your-infro .submit-label{
    width:100%;
    padding:0 15px;
}
.your-infro .submit-label button{
    width:200px;
    background-color:#60A8FF;
    font-size: 18px;
    color:#ffffff;
    text-align: center;
    line-height: 36px;
    border-radius: 20px;
    height: 36px;
        border: none;
}
.our-infro{
    background-color:#60A8FF;
    width:25%;
    float: left;
    padding:10px 20px;
    position: relative;
    top:-30px;
    right:-60px;
}
.our-infro-title>h4{
    color:#ffffff;
    font-size: 22px;
    margin-top: 0;
}
.our-infro-list li{
    overflow: hidden;
    margin-bottom:15px;
}
.our-infro-list li .iconbox{
    float:left;
    font-size:28px;
    color:#ffffff;
    margin-right: 15px;
}
.our-infro-list li p{
    font-size:16px;
    color:#ffffff;
    margin:0;
}
.our-infro-list li h5{
    font-size:18px;
    color:#ffffff;
    margin:0;
}
.Slider-one .owl-dots.disabled{
  
}
.Slider-one  .owl-nav {
    position: absolute;
    top: 35%;
    width: 100%;
    overflow: inherit;
    height: 0px;
}
.Slider-one  .owl-nav [class*=owl-]{
    color: #fff;
    margin: 5px;
    padding: 5px 7px 0px 7px;
    background: rgba(0,0,0,0.2);
    display: inline-block;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 42px;
    -webkit-transform-style: preserve-3d;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}
.Slider-one .owl-nav .owl-prev{
    position: absolute;
    left:-90px;
}
.Slider-one .owl-nav .owl-next{
    position: absolute;
    right:-90px;
}
.jk-slider{
    box-shadow: 0px 4px 9px 1px #e5ebf3;
    border-radius:3px;
    margin: 20px 0;
}
.jk-slider .owl-nav [class*=owl-]{
    color: #E1E1E1;
    background:none;
    font-size:90px;
    border:none;
    box-shadow:none;
}
.jk-slider .item{
    background:#ffffff;
    padding:10px;
    border-radius:3px;
}

.project-infro>p.details{
    margin-top: 10px;
    color:#7E7E7E;
}
.details a, a:hover, a:focus{
    outline:none;
}
.jk-slider .project-panel{
    box-shadow:none;
}

.schedule-line-num-bar.will-already{
    background: -webkit-linear-gradient(#FFA1AD, #FF586D); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#FFA1AD, #FF586D); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#FFA1AD, #FF586D); /* Firefox 3.6 - 15 */
    background: linear-gradient(#FFA1AD, #FF586D); /* 脙娄脗聽芒鈧∶兟ッ⑩偓隆芒鈧犆兟吢∶⑩偓啪脙篓脗炉脗颅脙娄脗鲁芒鈧� */
}

.owl-carousel .owl-item.active .schedule-line-num-bar.will-already{
    background: -webkit-linear-gradient(#FFA1AD, #FF586D); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#FFA1AD, #FF586D); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#FFA1AD, #FF586D); /* Firefox 3.6 - 15 */
    background: linear-gradient(#FFA1AD, #FF586D); /* 脙娄脗聽芒鈧∶兟ッ⑩偓隆芒鈧犆兟吢∶⑩偓啪脙篓脗炉脗颅脙娄脗鲁芒鈧� */
}

.jk-type.nav-tabs{
    border-bottom: 0;
}
.jk-type.nav-tabs > li.active > a, .jk-type.nav-tabs > li.active > a:focus, .jk-type.nav-tabs > li.active > a:hover{
    background-color:#5DA5FA;
    color:#ffffff;
    position: relative;
    display: block;
}
.jk-type.nav-tabs > li > a{
    color:#596579;
    font-size: 22px;
    line-height: normal;
    padding:0 25px;
    border-radius:4px;
    margin:0 10px;
    outline:none;
    -moz-outline-style:none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.jk-type.nav-tabs > li > a:active,.jk-type.nav-tabs > li > a:focus{
    border:none;
    box-shadow: none;
}
.jk-type.nav-tabs > li.active > a:after, .jk-type.nav-tabs > li.active > a:focus:after, .jk-type.nav-tabs > li.active > a:hover:after{
    bottom: -12px;
    left: 50%;
    margin-left: -3px;
    transition: all .5s;
    content: '';
    border: 6px solid transparent;
    border-top: 6px solid #5DA5FA;
    width: 0;
    height: 0;
    position: absolute;

}

.jk-type.nav-tabs > li:before{
    content:'';
    display: block;
    width: 2px;
    height:20px;
    background:#CCE7F2;
    right:0;
    top:50%;
    margin-top:-10px;
    position: absolute;
}
.jk-type.nav-tabs > li:last-child:before{
    display: none;
}





.schedule-line-num-bar.will-already .schedule-line-num{
    background-color:#FF586D;
}
.schedule-line-num-bar.will-already:before{
    border-top-color: #FF586D;
}
.jk-type-content{
    padding:0;
}
.jk-slider2 .item{
    padding:0;
    background:none;
}
.jk-slider .project-infro>h6{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.jk-slider2 .owl-nav{
    display:block;
}
.jk-slider2 .project-infro>h6{
    font-size: 16px;
}
.donating-code{
    border:2px solid #60A8FF;
    margin:20px 0;
    margin-top:90px;
    padding:10px 20px;
}
.donating-code-ewm{
    float:left;
    position: relative;
    top:-70px;
    margin-right:10px;
}
.donating-code-ewm>li{
    float:left;
    text-align: center;
    padding:0 10px;
    width:50%;
}
.donating-code-ewm>li>p{
    margin-top:5px;
    color:#929292;
    font-size:14px;
}

.donating-code>.text>h5{
    font-size:30px;
    color: #60A8FF;
    margin:10px;
    margin-bottom: 15px;
}
.donating-code>.text>p{
    font-size: 16px;
    color:#5E5E5E;
    line-height:1.8;
}

.project-slider1 .project-infro>p.details{
    min-height:100px;
    line-height: 26px;
}
.project-slider1 .project-panel,.project-slider2 .project-panel{
    box-shadow: none;
}
.donating-picTextList{
    margin-top:20px;
}
.donating-picTextList .ImgCrop{
    height:200px;
    width:100%;
    float:none;
    margin-right:0;
}
.donating-picTextList.style2 .ImgCrop{
    width:200px;
    float:left;
    margin-right:10px;
}
ul.donating-picTextList li{
    margin-bottom:20px;
}
.donating-picTextList li a p{
    color:#666666;
    font-size: 14px;
    line-height:1.8;
}
ul.donating-picTextList li a:hover{
    background:transparent;
}
ul.donating-picTextList li a:hover img{
    opacity: 1;
}
.donating-picTextList li a .title{
    font-size:16px;
    color:#666666;
    margin:10px 0;
    height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.transfer-title>h4{
    color:#5DA5FA;
    font-size:30px;
}
.transfer-list{
    margin:10px -12px;
}
.transfer-list>li{
    padding:0 12px;
    margin-bottom:20px;
}

.transfer-list>li.active>a{
    border:2px solid #67ADFF;
}
.transfer-list>li:nth-child(1)>a{
    background:url("../images/transfer1.png") no-repeat top right;
    background-color: #ffffff;
}
.transfer-list>li:nth-child(2)>a{
    background:url("../images/transfer2.png") no-repeat top right;
    background-color: #ffffff;
}
.transfer-list>li:nth-child(3)>a{
    background:url("../images/transfer3.png") no-repeat top right;
    background-color: #ffffff;
}
.transfer-list>li:nth-child(4)>a{
    background:url("../images/transfer4.png") no-repeat top right;
    background-color: #ffffff;
}
.transfer-list>li>a{
    display:block;
    border-radius:8px;
    padding:10px 15px;
    box-shadow:0 4px 9px #E5EBF3;
    border:2px solid transparent;
    transition: all .5s;
}
.transfer-list>li>a:hover{
    border:2px solid #67ADFF;
    transition: all .5s;
}
.transfer-list>li p{
    color:#596579;
    font-size:16px;
    margin:0;
    line-height:1.8;
}
.transfer-list>li a p.red{
    color:#FF6074;
}
.transfer-list>li p.CATP{

}
.tips-text{
    margin:20px 0;
    margin-top:10px;
}
.tips-text>p{
    font-size:16px;
    color:#666666;
}

/*脙娄脣鈥犆⑩偓藴脙篓脗娄脗聛脙娄脗聧脗聬脙娄脗卢脗戮脙篓脗炉脗娄脙娄脝鈥櫭⑩偓娄*/
.donating-tips{
    padding:20px;
    background-color:#ffffff;
    border:2px solid #5DA5FA;
    border-radius:4px;
}
.donating-tips-title{
    margin-bottom:20px;
}
.donating-tips-title>h5{
    color:#5DA5FA;
    font-size:20px;
}
.donating-tips-text p{
    color:#7C7D80;
    font-size:16px;
    padding-left:50px;
    position: relative;
    margin-bottom:30px;
}
.donating-tips-text p:last-child{
    margin-bottom:0;
}
.donating-tips-text p.blue{
    color:#5DA5FA;
}
.donating-tips-text p a{
    color:#FF6074;
}
.donating-tips-text>p>img{
    width:35px;
    position: absolute;
    left:0;
    top:-5px;
}
.Donation-intention{
    padding:0 30px;
    padding-bottom:30px;
}
.Donation-intention-content{
    box-shadow: 0 4px 19px rgba(2,28,51,0.12);
    background-color:#ffffff;
    padding:20px;
    border-bottom-left-radius:10px;
    border-bottom-right-radius:10px;
}
.Donation-intention-title>h5{
    color:#FF6074;
    font-size:23px;
}

.Donation-intention .your-infro{
    width:90%;
}
.Donation-intention input.form-control{
    max-width:300px;
}

.Donation-intention .help-block{
    color:#666666;
    font-size:14px;
    margin-bottom:0;
}
.yzm-img{
    position: absolute;
    left:450px;
    top:0;
}
/* .invoice{
    font-size:;
} */
.invoice input{
    margin-right:10px;
}
.Donation-intention  .submit-label{
    text-align: center;
}
.video-slider .ImgCrop{
    height:400px;
}
.jk-slider1 .ImgCrop{
    height: 420px;
}
.jk-slider1 .owl-dots .owl-dot{
    border:none;
    background: none;
    padding:0 4px
}
.jk-slider1 .owl-dots .owl-dot span{
    background: #ccc;
}
.jk-slider1 .owl-dots .owl-dot.active span{
    background: #5DA5FA;

}
ul.output-transfer-list>li>a{
    background: #ffffff !important;
}

.donating-picTextList .imgbox{
    float:left;
    margin-right:15px;
    width: 200px;
    height: 200px;
    overflow:hidden;
}
.donating-picTextList .imgbox img{
    width:auto;
    height:inherit;
    max-width: inherit;
}
.league{

}
.league li{
    display:table;
    width:25%;
    float:left;
    padding:0 2px;
}
.league li a{
    display:table-cell;
    text-align: center;
    vertical-align:middle;
    height:50px;
}

.donation-Situation{
    text-align: center;
    padding:20px;
}
.donation-Situation img{
    max-width:200px;
}
.donation-Situation p span{
    color:rgb(251,128,73);
}
.donation-Situation p i{
    margin-right:5px;
}

/*2.22盲驴庐忙鈥澛�*/
.search-box .navbar-nav{
    float:none;
    text-align: center;
}

.search-box .navbar-nav > li > a{
    padding:0 5px;
}
.search-box .navbar-nav > li > a:hover{
    color:#ffffff;
    background:#3675b6;
    border-radius: 3px;
}
.season-box p{
    color: #3675b6;
    text-align: center;
}
.contact_us_cs-panel{
    margin-bottom:50px;
}
.contact_us_cs-panel .cs-panel-title>h5{
    font-size:22px;
}
.contact_us_cs-panel .brief p{
    font-size:16px;
}
.fixed-sidebar li:first-child a{
    background:none;
}
@media (max-width: 580px){
    .infro-show-title h5>span{
        overflow: hidden;
    }
    .infro-show-title h5>span>ul li{
        /*float: left;*/
        padding:8px 4px;  
    }
    .contact_us_cs-panel{
        margin-bottom:10px;
    }
    .contact_us .your-infro-title{
        margin:10px 0;
    }
    .contact_us .your-infro .form-control-box{
        width:100%;
    }

    .search-box .navbar-nav{
        display:none;
    }
  
}

.index-copyright{
    margin-top:35px;
}
.frsj-general-box .cs-panel .big-img.ImgCrop{
    height:144px;
}

.Foreword{
    background-color:#ffffff;
    padding:10px;
}
.Foreword .imgbox{
    float:left;
    margin-right:10px;
}
.Foreword .text p{
    line-height:1.5;
}

#section3,#section4{
    display:none;
}

.normal-slider .owl-dots .owl-dot{
    border:none!important;
    padding:0;
    background: none!important;
    margin-bottom: 10px;
    outline: none;
}
.normal-slider .owl-dots .owl-dot span{
    background: #ccc;

}
.normal-slider .owl-dots .owl-dot.active span{
    background: #023a9b;
}
@media (max-width: 620px){
    .donating-picTextList .ImgCrop>img{
        max-width: 100%;
        max-height: inherit;
        height: auto!important;
    }
}
@media (max-width: 580px){
    #section3{
        display:block;
    }
    .project-infro{
        height: auto;
    }
    .fixed-sidebar li{
            width: 52px;
    }
    .fixed-sidebar li>a .iconfont {
        font-size: 24px;
    }
    .pagination>li.prev, .pagination>li.next {
        display: inline-block;
    }
}
@media (min-width: 1200px){
    .container{
        width:1170px;
        width: 1170px\9;
    }
      .margin-btom{
        margin-bottom: 60px;
    }
    .project-slider .owl-dots {
    position: relative;
    bottom: 18px;
}

}
@media (max-width: 1200px) and (min-width:992px){
    .big-banner{
        top: 97px;
    }
    .margin-btom{
        margin-bottom: 60px;
    }

}
@media (max-width: 991px){
    .jk-type.nav-tabs > li > a{
        padding: 0 19px;
    }
    .yzm-img {
        position: absolute;
        left: 345px;
        top: 28px;
    }
    .big-banner{
        top: 118px;
    }
    .project-slider .owl-dots {
    text-align: center;
    position: relative;
    bottom: 5px;
}
}
@media (max-width: 767px){
    #container {
        width: 100%;
        overflow: hidden;
    }
    .fixed-sidebar{
        top: 10%;
    }
    .Article_content img {
        width: 100%!important;
        height: auto!important;
    }
    .big-banner {
        top: initial;
        bottom: -20px!important;
    }
    .frsj-general-box .cs-panel .big-img.ImgCrop{
        height:auto!important;
        
    }
    .frsj-general-box .cs-panel .big-img.ImgCrop img{
        width: 100%!important;
    }
    .header-section, .project-section {
        padding-bottom: 10px;
        width: 100%!important;
    }
    .fixed-sidebar li{
        width: 56px;
}
.fixed-sidebar li>a .iconfont {
    font-size: 24px;
}
.search-box .navbar-nav {
    margin-top: 15px;
}
.search-box .navbar-nav {
    margin-bottom: 0px;
}
.big-banner {
    top: 195px!important;
}
}
@media (max-width: 743px){
    .jk-type.nav-tabs > li > a{
        padding: 0 9px;
    }
}
@media (max-width: 622px){
    .jk-type.nav-tabs > li > a{
        padding: 0 3px;
    }
        .jk-type-list li {
    width: 50%;
}
}
@media (max-width: 600px){
    .yzm-img {
        position: absolute;
        left: 70%;
        top: 28px;
    }
}
@media (max-width: 581px){
    .big-banner {
        top: 143px!important;
    }
}
@media (max-width: 550px){
    .jk-type.nav-tabs > li > a{
        padding: 0 14px;
    }
    .jk-type li{
        width: 33%;
    }

}
@media (max-width: 500px){
.project-slider .owl-dots {
    text-align: center;
    position: relative;
    bottom: 18px;
}
}
@media (max-width: 486px){
.infro-show-title ul li{
        font-size: 12px;
}
}
@media (max-width:448px){
    .jk-type.nav-tabs > li > a{
        font-size: 18px;
    }
    .infro-show-title ul li{
        font-size: 12px;
}
.infro-show-title h5>span{
    width: 102%;    float: left;    margin-top: 10px;
}
.infro-show-title{
    overflow: hidden;
}
td, th{
        max-width: 385px!important;
}
.table{
        max-width: 385px!important;
}
}
@media (max-width:420px){
td, th{
        max-width: 270px!important;
}
.table{
        max-width: 365px!important;
}
}
@media (max-width:400px){
    .jk-type.nav-tabs > li > a{
        padding: 0 7px;
    }
}
@media (max-width:387px){
    .beneficence-search{
        margin-left: -15px!important;
        margin-right: -15px!important;
    }
}
@media (max-width:377px){
    .cs-panel-title>h5{
        font-size: 16px;
    }
    .cs-panel-title>h5 .more{
        font-size: 13px;margin-top: 9px;
    }
}
@media (max-width:369px){
    .infro-show-title h5>span>ul li{
        float: left;    font-size: 12px;
    }
}
@media (max-width:358px){
    .beneficence-search{
        margin-left: -15px!important;
        margin-right: -15px!important;
    }
    .beneficence-search .search-btn{
        width: 69px;
    }
    ul.nav-tabs.nav-modern > li > a{
            padding: 8px 11px;
    }
}
@media (max-width:350px){
    .jk-type.nav-tabs > li > a{
        padding: 0 3px;
    }
   .jk-type-list.nav-tabs > li > a{
        font-size: 20px!important;
   }
}
@media (max-width:338px){
    .cs-panel-title>h5{
        font-size: 14px;
    }
    .cs-panel-title>h5 .more{
        font-size: 12px;margin-top:8px;
    }
    .project-slider .owl-dots {
    text-align: center;
    position: relative;
    bottom: 21px;
}
.jk-type-list.nav-tabs > li > a{
        font-size: 18px!important;
   }
}
@media (max-width:332px){
    .jk-type.nav-tabs > li > a {
        padding: 0 0px;
    }
}
@media (max-width:326px){
    .beneficence-search{
        margin-left: -15px!important;
        margin-right: -15px!important;padding-left: 33px;
    }
    .beneficence-search .search-btn{
        width: 69px;
    }
}
.owl-item .item {
    position: relative;overflow: hidden;
}
.general-box .general-left{
    text-align: left;
}
.infro-show-title ul li a{
    color: #777777;
}
.infro-show-title ul li.active a{
    color: #fff;
}
.form-group em {
    display: none;
}
.checkbox-inline + .checkbox-inline, .radio-inline + .radio-inline{
    margin-right: 10px!important;
    margin-left: 0!important;
}
.owl-dots .owl-dot{
    outline: none;
    background: none;
    border: none;
}
.owl-dots .owl-dot span{
    width: 8px!important;
    height: 8px!important;
}
.jk-type-list.nav-tabs {
    border-bottom: 0;
}
.jk-type-list.nav-tabs > li.active > a, .jk-type-list.nav-tabs > li.active > a:focus, .jk-type-list.nav-tabs > li.active > a:hover {
    background-color: #5DA5FA;
    color: #ffffff;
    position: relative;
    display: block;
}
.jk-type-list.nav-tabs > li > a {
    color: #596579;
    font-size: 22px;
    line-height: normal;
    padding: 0 25px;
    border-radius: 4px;
    margin: 0 10px;
    outline: none;
    -moz-outline-style: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.jk-type-list.nav-tabs > li.active > a:after, .jk-type-list.nav-tabs > li.active > a:focus:after, .jk-type-list.nav-tabs > li.active > a:hover:after {
    bottom: -12px;
    left: 50%;
    margin-left: -3px;
    transition: all .5s;
    content: '';
    border: 6px solid transparent;
    border-top: 6px solid #5DA5FA;
    width: 0;
    height: 0;
    position: absolute;
}
.jk-type-list.nav-tabs > li:before {
    content: '';
    display: block;
    width: 2px;
    height: 20px;
    background: #CCE7F2;
    right: 0;
    top: 50%;
    margin-top: -10px;
    position: absolute;
}
.jk-type-list.nav-tabs > li:last-child:before{
    display: none;
}
