.banner {
    width:100%;
}
.banner img {
    display: block;
    width: 100%;
}
.content {
    width: 1400px;
    margin: 0 auto;
}
.tabs {
    display: block;
    margin: 0 auto;
    margin-top: 26px;
    padding: 0 5%;
    text-align: center;
}
.tabs li {
    float: left;
    width: 210px;
    height: 55px;
    line-height: 55px;
    margin-right: 40px;
}
.tabs li:last-child {
    margin-right: 0;
}
.tabs li a {
    display: block;
    text-align: center;
    font-size: 40px;
    color: #fff;
    background-color: #3493ee;
}
.tabs li a.active,
.tabs li a:hover {
    color: #001282;
    background-color: #f6d545;
}
.shouye {
    margin-top: 85px;
}
.shouye .sy-t {
    text-align: center;
    font-size: 40px;
    margin-bottom: 29px;
}
.shouye .sy-p {
    text-align: center;
    font-size: 25px;
    color: #333;
    margin-bottom: 40px;
}
.shouye .sy-p a {
    color: #333;;
}
.shouye .sy-t a {
    color: #002177;
}
.sy-swiper {
    position:relative;
    width: 58%;
    height: 590px;
    padding: 1%;
    background-color: #3493ee;
    overflow: hidden;
}
.sy-swiper::after {
    content: '';
    position: absolute;
    right: -54px;
    top: 0;
    width: 54px;
    height: 58px;
    background: url(../images/icon-swiper.png) no-repeat center;
}
.sy-swiper .swiper-container {
    width: 100%;
}
.sy-swiper .swiper-slide {
    position: relative;
    overflow: hidden;
}
.sy-swiper .swiper-pagination {
    position: absolute;
    right: 23px;
    bottom: 20px;
    text-align: right;
    width: auto;
}
.sy-swiper .swiper-pagination-bullet {
    width: 14px;
    height: 13px;
    background-color: #fff;
    opacity: 1;
}
.sy-swiper .swiper-pagination-bullet-active {
    width: 21px;
    height: 13px;
    background-color: #f8ea03;
    border-radius: 21px;
    -webkit-border-radius: 21px;
    -moz-border-radius: 21px;
    -ms-border-radius: 21px;
    -o-border-radius: 21px;
}
.sy-swiper .swiper-slide a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.sy-swiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
}
.sy-swiper .swiper-slide a p {
    position: absolute;
    bottom: 20px;
    left: 20px;
    font-size: 24px;
    color: #fff;
    width: 75%;
}
.shouyemain {
    position: relative;
}
.sy-list {
    position: absolute;
    top: 29px;
    left: 58%;
    right: 0;
    bottom: 0;
    border-left: 5px solid #002177;
    background-color: #fff;
}
.sylist-t {
    padding: 0 20px;
    height: 75px;
    line-height: 75px;
    color: #fff;
    font-size: 40px;
    background: -webkit-linear-gradient(left,  #171f60 , #2d76cb); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right,  #171f60, #2d76cb); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right,  #171f60, #2d76cb); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right,#171f60 , #2d76cb);
}
.sylist-t a {
    float: right;
    font-size: 24px;
    color: #fff;
}

.sylist-main li {
    position: relative;
    border-bottom: 1px solid #d7d7d7;
}
.sylist-main li:last-child {
    border-bottom: none;
}
.sylist-main li a {
    position: relative;
    display: block;
    padding: 14px 0 13px 20px;
    font-size: 24px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
    
}
.sylist-main li:hover::before,
.sylist-main li.active:before{
    content: '';
    position: absolute;
    top: 0;
    left: -5px;
    bottom: 0;
    width: 5px;
    background-color: #fff;
}
.sylist-main li:hover a,
.sylist-main li.active a {
    color: #fff;
    background-color: #3493ee;
}
.jiabin-main {
    padding: 55px 4%;
    background: url(../images/jiabin_bg.jpg) no-repeat center;
    background-size: cover;
}
.jiabin-main .swiper-wrapper {
    height: auto;
}
.jiabin-main .swiper-button-next,
.jiabin-main .swiper-button-prev {
    width: 26px;
    height: 200px;
    margin-top: -100px;
    background: none;
    background-color: rgba(0, 0, 0, .5);
    
}
.jiabin-main .swiper-button-next {
    right: 0;
}
.jiabin-main .swiper-button-prev {
    left: 0;
}
.jiabin-main .swiper-button-prev::after {
    position: absolute;
    left: 50%;
    top:50%;
    content: '';
    width: 0;
    height: 0;
    border-top: 16px solid transparent;
    border-right: 16px solid rgba(255, 255, 255, .8);
    border-bottom: 16px solid transparent;
    transform:translate(-50%,-50%);
    -webkit-transform:translate(-50%,-50%);
    -moz-transform:translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
    -o-transform:translate(-50%,-50%);
}
.jiabin-main .swiper-button-next::after {
    position: absolute;
    left: 50%;
    top:50%;
    content: '';
    width: 0;
    height: 0;
    border-top: 16px solid transparent;
    border-left: 16px solid rgba(255, 255, 255, .8);
    border-bottom: 16px solid transparent;
    transform:translate(-50%,-50%);
    -webkit-transform:translate(-50%,-50%);
    -moz-transform:translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
    -o-transform:translate(-50%,-50%);
}
.jiabinli {
    text-align: center;
}
.jiabinli img {
    margin-bottom: 25px;
}
.jiabinli h3 {
    color: #172061;
    font-size: 39px;
    margin-bottom: 25px;
}
.jiabinli p {
    color: #172061;
    font-size: 18px;
}
.jiabin-list li {
    float: left;
    width: 25%;
    height: 350px;
    text-align: center;
    margin-top: 50px;
}
.jiabin-list li:first-child,
.jiabin-list li:nth-child(2),
.jiabin-list li:nth-child(3){
    width: 33.3%;
    margin-top: 0;
}
.jiabin-list li a {
    display: block;
    text-align: center;
}
.jiabin-list li a img {
    display: block;
    width: 171px;
    height: 198px;
    margin: 0 auto;
}
.jiabin-list li h3 {
    color: #172061;
    font-size: 39px;
    margin: 10px 0;
}
.jiabin-list li p {
    padding: 0 5%;
    line-height: 2;
    font-size: 18px;
}
.shunjian .swiper-container {
    /* width: 100%; */
    margin-left: auto;
    margin-right: auto;
}
.shunjian .swiper-slide {
    background-size: cover;
    background-position: center;
}
.shunjian-main {
    position: relative;
    margin:30px 45px;
    background-color: #fff;
    box-shadow: 2px 0 4px rgba(255, 255, 255, .7);
    border: 1px solid #b5b6b6;
    padding: 15px;
    height: 700px;
}
.gallery-top {
    height: 100%;
    width: 100%;
}
.gallery-thumbs {
    position: absolute;
    bottom: 30px;
    right: 75px;
    left: 75px;
    height: 20%;
    box-sizing: border-box;
    padding:  10px 0;
    /* background-color: rgba(255,255,255,.5); */
}
.gallery-thumbs .swiper-slide {
    width: 15%;
    height: 100%;
    opacity: 0.4;
    border: 1px solid #fff;
    
}
.gallery-thumbs .swiper-slide-active {
    opacity: 1;
}
.gallery-top .swiper-button-next,
.gallery-top .swiper-button-prev {
    top:inherit;
    bottom: 10%;
}
.gallery-top .swiper-button-next {
    right: 30px;
}
.gallery-top .swiper-button-prev {
    left: 30px;
}
.gallery-top a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 24px;
}
.gallery-top p {
    color: #d50000;
    position: absolute;
    top: 70%;
    bottom: 10px;
    left: 0;
    right: 0;
    z-index: 10;
    padding-top: 20px;
    padding-left: 60px;
    background-color: rgba(255,255,255,.5);
}
.module {
    margin-top: 72px;
}
.module-top {
    padding: 0 45px;
    height: 75px;
    line-height: 75px;
    color: #fff;
    font-size: 40px;
    background: -webkit-linear-gradient(left,  #171f60 , #2d76cb); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right,  #171f60, #2d76cb); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right,  #171f60, #2d76cb); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right,#171f60 , #2d76cb); 
}
.beijing-main {
    background-color: #fff;
    font-size: 24px;
    color: #302f2f;
    line-height: 1.6;
    text-indent: 2em;
    padding: 30px 45px 60px;
    box-shadow: 2px 0 4px rgba(255, 255, 255, .7);
}
.beijing-main p {
    margin-bottom: 50px;
}
.beijing-main p:last-child {
    margin-bottom: 0;
}
.luntan-main {
    background-color: #fff;
    padding: 30px 45px 0;
    box-shadow: 2px 0 4px rgba(255, 255, 255, .7);
}
.infolist {
    display: block;
    width: 100%;
}
.infolist li {
    float: left;
    width: 60%;
    margin-bottom: 50px;
}
.infolist li:nth-child(2n){
    width: 40%;
}
.infolist li span {
    float: left;
    height: 40px;
    line-height: 40px;
    display: inline-block;
}
.infolist li span.info-l {
    background-color: #3493ee;
    padding: 0 15px;
    color: #fff;
    margin-right: 20px;
    text-align: center;
    font-size: 30px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.infolist li span.info-r {
    color: #333;
    font-size: 24px;
}

.yicheng-main {
    background-color: #fff;
    padding: 30px 45px;
    box-shadow: 2px 0 4px rgba(255, 255, 255, .7);
}
.yicheng {
    float: left;
}
.yicheng-l {
    width: 50%;
}
.yicheng-r {
    width: 50%;
}
.yc1tit {
    margin-bottom: 35px;
}
.yc1tit span{
    display: inline-block;
    font-size: 24px;
    padding:  10px 16px;
    background-color: #2d76cb;
    color: #fff;
}
.yc1con1 {
    font-size: 20px;
    margin-bottom: 30px;
}
.yc1con1 p {
    margin-bottom: 20px;
    line-height: 1.6;
}
.yc1con1 .p0 {
    color: #000;
}
.yc1con1 .p1 {
    color: #2d76cb;
}
.yc1con1 .p0 span {
    font-weight: bold;
    margin-right: 25px;
}
.yc1con1 .p2 {
    text-indent: 4em;
    color: #000;
}
.yc1con1 .p2 span {
    font-weight: bold;
    margin-left: 25px;
}
/* .ycmain {
    margin-bottom: 60px;
}
.ycmain h3 {
    color: #d50000;
    font-size: 28px;
    margin-bottom: 30px;
}
.yc-list li {
    margin-bottom: 30px;
}
.yc-list li p {
    font-size: 24px;
    color: #181f60;
    line-height: 2;
}
.yc-list li a {
    display: block;
    font-size: 24px;
    line-height: 2;
    color: #181f60;
}
.yc-list li a span {
    font-weight: bold;
}
.yc-list li a h3 {
    font-size: 24px;
    color: #181f60;
    margin-top: 15px;
}
.yc-list li a:hover {
} */
.footer {
    padding: 70px 0 90px;
    text-align: center;
}
.footer p {
    line-height: 2;
    color: #171f61;
    font-size: 24px;
}
.footer p a {
    color: #171f61;
}
/*更多*/
.sub-crumb {
    padding: 80px 0 50px;
    font-size: 24px;
}
.sub-crumb a {
    color: #171f61;
}
.sub-main {
    padding: 40px 30px;
    background: #fff;
}
.sub-list a {
    display: block;
    padding: 14px 10px;
    font-size: 24px;
    color: #333;
    border-top: 1px solid #d7d7d7;
}
.sub-list a p {
    float: left;
    width: 90%;
}
.sub-list a:last-child {
    border-bottom: 1px solid #d7d7d7;
}
.sub-list a:hover {
    color: #fff;
    background-color: #3493ee;
}
.sub-list a span {
    float: right;
    font-size: 18px;
}
@media (max-width: 1400px) {
    
	.content {
        width: 100%;
    }
    .tabs li {
        width: 18%;
        margin-right: 2%;
    }
    .tabs li:last-child {
        margin-right: 0;
    }
    .tabs li a {
        font-size: 34px;
    }
    .shouye {
        margin-top: 65px;
    }
    .shouye .sy-t {
        font-size: 34px;
    }
    .shouye .sy-p {
        font-size: 20px;
    }
    .sylist-t {
        font-size: 34px;
    }
}
@media (max-width: 768px) {
    .sub-crumb {
        padding: 20px 10px;
        font-size: 16px;
    }
    .sub-main {
        padding: 10px;
        margin: 0 10px;
    }
    .sub-list a {
        display: block;
        padding: 10px;
        font-size: 14px;
    }
    .sub-list a span {
         font-size: 12px;
    }
    .sub-list a p {
        width: 80%;
    }
    .yc1con1 .p2 {
        text-indent: 20px;
    }
    .yc1con1 p {
        margin-bottom: 10px;
        font-size: 16px;
    }
	.banner {
        height: 200px;
        background: url(../images/bner.jpg) no-repeat center;
        background-size: cover;
    }
    .banner img {
        display: none;
    }
    .tabs li {
        width: 45%;
        margin-right: 5%;
        margin-bottom: 20px;
    }
    .tabs li:nth-child(2n){
        margin-right: 0;
    }
    .tabs li a {
        font-size: 28px;
    }
    .shouye {
        margin-top: 35px;
    }
    .shouye .sy-t {
        font-size: 24px;
    }
    .shouye .sy-p {
        font-size: 16px;
    }
    .sy-swiper {
        width: 100%;
        height: 300px;
    }
    .sy-swiper::after {
        height: 0;
    }
    .sy-swiper .swiper-slide p {
        bottom: 40px;
        font-size: 16px;
        width: 100%;
    }
    .sy-list {
        position: relative;
        top: inherit;
        left: inherit;
        right: inherit;
        bottom: inherit;
        border-left: none;
        /* margin-top: 30px; */
    }
    .sylist-t {
        font-size: 28px;
        height: 50px;
        line-height: 50px;
        padding: 0 10px;
    }
    .sylist-t a {
        font-size: 16px;
    }
    .sylist-main li a {
        font-size: 20px;
    }
    .module {
        margin-top: 25px;
    }
    .module-top {
        height: 50px;
        line-height: 50px;
        font-size: 28px;
        padding: 0 10px;
    }
    .luntan-main {
        padding: 10px;
    }
    .infolist li {
        float: none;
        width: 100%;
        margin-bottom: 20px;
    }
    .infolist li span.info-l {
        margin-right: 10px;
        font-size: 20px;
    }
    .infolist li span.info-r {
        font-size: 18px;
        display: block;
        width: 100%;
    }
    .infolist li:nth-child(2n){
        width: 100%;
    }
    .beijing-main {
        font-size: 16px;
        padding: 10px;
        line-height: 1.4;
    }
    .beijing-main p {
        margin-bottom: 20px;
    }
    .jiabin-main {
        padding: 10px;
    }
    .jiabin-list li {
        float: none;
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }
    .jiabin-list li:first-child, .jiabin-list li:nth-child(2), .jiabin-list li:nth-child(3) {
        width: 100%;
    }
    .jiabin-list li h3 {
        font-size: 24px;
        margin: 0;
    }
    .jiabin-list li p {
        padding: 0 2%;
        font-size: 16px;
        line-height: 1.4;
    }
    .shunjian-main {
        margin: 10px;
        height: 300px;
    }
    .gallery-top .swiper-button-next, .gallery-top .swiper-button-prev {
        top: 50%;
        bottom: inherit;
    }
    .gallery-top .swiper-button-next {
        right: 10px;
    }
    .gallery-top .swiper-button-prev {
        left: 10px;
    }
    .gallery-thumbs .swiper-slide {
        width: 50%;
    }
    .gallery-top p {
        top: 63%;
        padding-left: 10px;
        font-size: 14px;
        padding-top: 5px;
    }
    .gallery-thumbs {
        right: 16px;
        left: 16px;
    }
    .yicheng-main {
        padding: 10px;
    }
    .yicheng-l {
        float: none;
        width: 100%;
    }
    .yicheng-r {
        float: none;
        width: 100%;
    }
    .ycmain h3 {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .ycmain {
        margin-bottom: 30px;
    }
    .yc-list li {
        margin-bottom: 15px;
    }
    .yc-list li a,.yc-list li p,.yc-list li a h3 {
        font-size: 16px;
        line-height: 1.4;
        font-weight: bold;
    }
    .footer {
        padding: 25px 0;
    }
    .footer p {
        line-height: 1.6;
        font-size: 14px;
    }
}
