/*整体开始*/
html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img {
    margin: 0;
    padding: 0;
}

fieldset,
img {
    border: none;
}

/*为了照顾ie6 链接图片有边框*/
ul,
ol {
    list-style: none;
}

input {
    padding-top: 0;
    padding-bottom: 0;
    font-family: "SimSun", "宋体";
}

select,
input {
    vertical-align: middle;
}

select,
input,
textarea {
    font-size: 12px;
    margin: 0;
}

textarea {
    resize: none;
}

table {
    border-collapse: collapse;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

body {
    font-size: 12px;
    color: #000;
    font-family: "Microsoft YaHei", "微软雅黑", "SimHei", "黑体", "SimSun", "宋体";
}

a {
    color: #000;
    text-decoration: none;
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

video embed,
video object,
video iframe {
    width: 100%;
    height: auto;
}

* {
    margin: 0px;
    padding: 0px;
}

div {
    display: block;
}

html {
    color: #666;
}

html,
body {
    width: 100%;
}

.sz_banner {
    width: 100%;
    position: relative;
}

.swiper-container {
    width: 100%;
    position: relative;
}
.gd{
    position: absolute;
    right: 5.5%;
    bottom: 5%;
    z-index: 999;
}
.gd a{
    color: #fff;
}

.swiper-container .swiper-slide img {
    width: 100%;
    max-width: 100%;
    display: block;
}

.sz_prev {
    width: 53px;
    height: 53px;
    position: absolute;
    top: 50%;
    left: 100px;
    background: url(../images/sz_l.png) no-repeat;
    z-index: 99;
    cursor: pointer;
}

.sz_next {
    width: 53px;
    height: 53px;
    position: absolute;
    top: 50%;
    right: 100px;
    background: url(../images/sz_r.png) no-repeat;
    z-index: 99;
    cursor: pointer;
}



/*导航*/
.fz_xpdh {
    display: none;
}

.sz_header {
    background: #2b479b;
    width: 100%;
    height: 80px;
}

.sz_header1 {
    width: 1200px;
    height: 80px;
    margin: 0 auto;
}

.sz_header1 .xcfz_logo {
    width: 300px;
    float: left;
    margin-top: 20px;
}

.sz_subnav {
    width: 500px;
    height: 40px;
    margin-top: 20px;
    float: right;
    /*overflow:hidden;*/
}

.sz_bsdt {
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    color: #fff;
    background: url(../images/sz_bsdt.png) left center no-repeat;
    padding-left: 35px;
    text-shadow: 4px 2px 4px #333;
    margin-right: 40px;
    float: left;
}

.sz_bsdt .bsdt {
    display: none
}

.sz_bsdt:hover .bsdt {
    display: block;
}

.sz_tsg {
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    color: #fff;
    background: url(../images/sz_tsg.png) left center no-repeat;
    padding-left: 50px;
    margin-right: 35px;
    float: left;
}

.sz_tsg a,
.sz_bsdt a {
    color: #fff;
    text-shadow: 4px 2px 4px #333;
}

.sz_yw {
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    float: left;
}

.sz_yw a {
    color: #fff;
}

.input-search {
    position: relative;
    width: 112px;
    overflow: hidden;
    border-radius: 5px;
    border: 1px solid #fff;
    float: left;
    margin-top: 10px;
    margin-left: 35px;
}

.input-search-btn {
    width: 24px;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    padding: 0 10px;
    background: 0 0;
    border: none;
    border-radius: 0 200px 200px 0;
    background: url(../images/sz_search.png) no-repeat center;
    cursor: pointer;
}

.input-search .form-control {
    border-radius: 5px;
    border: 0;
    width: 88px;
    background: none;
    border: 0;
    outline: none;
    color: #fff;
}

.sz_nav {
    width: 100%;
    height: 50px;
}

.sz_nav .sz_nav1 {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.sz_nav ul {
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: space-around;
}

.sz_nav ul li.on {
    width: 300px;
    color: #2b479b;
}

.sz_nav ul li:hover {
    color: #2b479b;
}

.sz_nav li {
    flex: 1;
    color: #fff;
    font-size: 16px;
    z-index: 2;
    display: flex;
    justify-content: center;
}

.sz_jx1 {
    display: none;
    position: absolute;
    left: 460px;
    top: 35px;
}

.sz_nav li .sz_jx2 {
    width: 555px;
    border-top: 2px solid #2b479b;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 276px;
    padding: 20px;
    box-sizing: border-box;
    display: none;
    top: 50px;
}

.sz_jx2 a {
    font-size: 14px;
    color: #fff;
    margin-right: 20px;
    line-height: 30px;
    display: inline-block;
}

.sz_jx2 a:hover {
    text-decoration: underline;
}

.sz_gk1 {
    display: none;
    position: absolute;
    top: 35px;
    left: 149px;
}

.sz_sz1 {
    width: 100%;
    overflow: hidden;
}

.sz_sz1 h3 {
    width: 40px;
    height: 60px;
    line-height: 30px;
    float: left;
    text-align: center;
    color: #fff;
    font-weight: bolder;
    margin-top: 10px;
    font-size: 18px;
}

.sz_sz1 p {
    width: 768px;
    float: left;
    margin-left: 30px;
    border-bottom: 2px solid #fff;
    padding-bottom: 10px;
}

.sz_sz1 p a {
    font-size: 14px;
    color: #fff;
    margin-right: 20px;
    line-height: 30px;
    /*display:inline-block;
    float:left;*/
    white-space: nowrap;
}

.sz_sz1 p a:hover {
    text-decoration: underline;
}

.sz_n {
    display: block;
    float: left;
    height: 50px;
    line-height: 50px;
    z-index: 2;
    cursor: pointer;
    color: #000;
    font-size: 18px;
    font-weight: 600;
}



.sz_cg1 {
    margin-left: 35px;
    display: none;
}


.sz_gk2,
.sz_jg2 ,
.sz_cg2{
    width: 150px;
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 50px;
    border-top: 2px solid #2b479b;
    background: #fff;
    box-sizing: border-box;
    display: none;
}


.sz_gk2 a ,
.sz_jg2 a,
.sz_cg2 a {
    width: 100%;
    height: 40px;
    font-size: 14px;
    color: #000;
    margin-right: 40px;
    line-height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sz_gk2 a:hover,
.sz_jg2 a:hover ,
.sz_cg2 a:hover {
    color:#2b479b ;
}
.sz_gk2 a:hover,
.sz_jg2 a:hover ,
.sz_cg2 a:hover {
    color:#fff ;
    background-color:#2b479b ;
}



/*新闻中心*/
.swgf_news {
    width: 100%;
    background: url(../images/news_back.jpg) top center no-repeat;
    padding-top: 20px;
    padding-bottom: 25px;
}

.swgf_news .swgf_news1 {
    width: 1200px;
    margin: 0 auto;
}

.nr {
    width: 100%;
    overflow: hidden;
}

.left {
    width: 48%;
    height: 100%;
    overflow: hidden;
    position: relative;
    float: left;
}

.swiper-container1 {
    width: 100%;
    height: 400px;
}

.swiper-container1 .swiper-slide {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.swiper-container1 .swiper-slide img {
    width: 100%;
    height: 100%;
}

.swiper-container1 .swiper-slide p {
    width: 100%;
    height: 48px;
    line-height: 48px;
    padding-left: 30px;
    padding-right: 90px;
    box-sizing: border-box;
    background: #354e99;
    color: #fff;
    position: absolute;
    bottom: 0;
    font-size: 16px;
    text-align: center;
}

.swiper-container1 .swiper-pagination {
    width: 20%;
    left: 80%;
    bottom: 15px;
    z-index: 9999;
}

.swiper-container1 .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #fff;
    opacity: 0.8;
}

.swiper-container1 .swiper-pagination-bullet-active {
    background: #b8e0fd;
}

.news_r {
    width: 48%;
    float: right;
    box-sizing: border-box;
}

.news_r ul li {
    width: 100%;
    font-size: 14px;
    font-weight: normal;
    height: 45px;
    line-height: 45px;
    position: relative;
    background: #fff;
    margin-top: 10px;
    padding-right: 10px;
    box-sizing: border-box;
}

.news_r ul li a {
    margin-left: 10px;
    display: block;
    float: left;
    width: 80%;
    overflow: hidden;
    height: 45px;
    line-height: 45px;
    color: #333;
    background: url(../images/sz_icon.png) left center no-repeat;
    padding-left: 16px;
}

.news_r ul li a:hover {
    color: #344e99;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.news_r ul li span {
    float: right;
    color: #aaa;
    display: block;
    width: 15%;
    height: 45px;
    line-height: 45px;
    text-align: right;
}

.news_tit {
    width: 100%;
    border-bottom: 1px solid #e2e6ea;
    height: 45px;
    line-height: 45px;
    margin-bottom: 30px;
}

.news_tit1,
.news_tit2 {
    float: left;
}

.news_tit h2 {
    float: right;
    color: #949494;
    float: right;
}

.news_tit h2:hover a {
    text-decoration: underline;
}

.news_tit1 span,
.news_tit2 span {
    font-size: 27px;
    font-weight: bold;
    text-align: left;
}

.news_tit1 span i,
.news_tit2 span i {
    color: #354e99;
    font-style: normal;
}

.news_tit1 h1,
.news_tit2 h1 {
    width: 60px;
    height: 4px;
    background: #115f95;
    margin: 0 auto;
    margin-top: -8px;
    margin-left: 24px;
    display: block;
}

/*一线传声*/
.sz_yxcs {
    width: 100%;
    padding-top: 30px;
    background: url(../images/yxcs_back.jpg) top center no-repeat;
}

.sz_yxcs .sz_yxcs1 {
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;
}

.yxcs_l {
    width: 32%;
    float: left;
}

.yxcs_r {
    width: 32%;
    margin-left: 2%;
}

.yxcs_l ul li {
    width: 100%;
    font-size: 15px;
    font-weight: normal;
    height: 45px;
    line-height: 45px;
    position: relative;
    margin-top: 10px;
    padding-right: 10px;
    box-sizing: border-box;
    border-bottom: 1px solid #e2e6ea;
}

.yxcs_l ul li a {
    display: block;
    float: left;
    width: 80%;
    overflow: hidden;
    height: 45px;
    line-height: 45px;
    color: #333;
}

.yxcs_l ul li a:hover {
    color: #344e99;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.yxcs_l ul li span {
    float: right;
    color: #aaa;
    display: block;
    width: 15%;
    height: 45px;
    line-height: 45px;
    text-align: right;
    font-size: 12px;
}

.news_tit p {
    width: 2px;
    height: 20px;
    margin: 15px 20px;
    background: #bbbbbb;
    float: left;
}

.yxcs_nr1 ul li {
    width: 100%;
    font-size: 15px;
    font-weight: normal;
    height: 45px;
    line-height: 45px;
    position: relative;
    margin-top: 10px;
    padding-right: 10px;
    box-sizing: border-box;
    border-bottom: 1px solid #e2e6ea;
}

.yxcs_nr1 ul li a {
    display: block;
    float: left;
    width: 80%;
    overflow: hidden;
    height: 45px;
    line-height: 45px;
    color: #333;
}

.yxcs_nr1 ul li a:hover {
    color: #344e99;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.yxcs_nr1 ul li span {
    float: right;
    color: #aaa;
    display: block;
    width: 15%;
    height: 45px;
    line-height: 45px;
    text-align: right;
    font-size: 12px;
}

.yxcs_nr3 {
    display: none;
}

.news_tit4 h1 {
    display: none;
}

/*专题*/
.kxy_cgzh {
    width: 100%;
    background: #f1f5f9;
    padding-top: 30px;
}

.kxy_cgzh .kxy_cgzh1 {
    width: 1200px;
    margin: 0 auto;
}

.cg_pic {
    overflow: hidden;
    /*隐藏溢出*/
    width: 100%;
    height: 301px;
    margin: 0 auto;
}

.cg_pic ul li {
    float: left;
    height: 301px;
    width: 16%;
}

.cg_pic ul li:last-child {
    margin-right: 0px;
}

.cg_pic ul li:nth-child(1) {
    width: 36%;
}

.cg_txt {
    height: 301px;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.cg_txt p {
    width: 100%;
    height: 100%;
    padding: 10px;
    box-sizing: border-box;
    color: #fff;
    font-size: 16px;
    writing-mode: vertical-rl;
    float: right;
    writing-mode: vertical-lr;
    text-orientation: upright;
    float: right;
    position: absolute;
    top: 0;
}

.cg_txt img {
    position: absolute;
    height: 100%;
    width: 100%;
    right: 0;
}

.cg_nr {
    width: 100%;
    height: 100%;
}

.cg_nr a {
    width: 100%;
    height: 100%;
    display: block;
}

.cg_nr1 {
    width: 100%;
    float: right;
    height: 100%;
    padding: 50px 20px;
    box-sizing: border-box;
    position: relative;
    display: flex;
    justify-content: center;
    /* 水平居中 */
    align-items: center;
}

.cg_nr1 p {

    font-size: 22px;
    text-align: center;
    color: #fff;
    z-index: 1;
}

.cg_nr1 img {
    width: 100%;
    height: 100%;
    position: absolute;
}

.cgzh_pic1 {
    display: none;
}

/*友情链接*/
.sz_yqlj {
    width: 100%;
    height: 46px;
    line-height: 46px;
    background: #aec9fa;
}

.sz_yqlj .sz_yqlj1 {
    width: 1200px;
    margin: 0 auto;
    color: #152aaf;
    font-size: 16px;
}

.sz_yqlj a {
    color: #152aaf;
    font-size: 14px;
    margin-right: 20px;
}

/*底部*/
/*底部*/
.swgf_bottom {
    width: 100%;
    background: url(../images/bot_back.jpg) top center no-repeat;
}

.swgf_bottom .swgf_bottom1 {
    width: 1200px;
    margin: 0 auto;
}

.bot_t {
    width: 100%;
    overflow: hidden;
}

.bot_tl {
    float: left;
    padding: 35px 0px 25px 0px;
}

.bot_logo {
    width: 485px;
    overflow: hidden;
    margin-bottom: 60px;
}

.bot_logo img {
    float: left;
    margin-right: 5px;
}

.bot_logo img:first-child {
    width: 10%;
}

.bot_logo img:last-child {
    width: 80%;
}

.bot_tl h1 {
    font-size: 22px;
    margin-top: 40px;
    margin-bottom: 35px;
    color: #fff;
}

.bot_tl p {
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    color: #fff;
}

.bot_tr {
    float: right;
    overflow: hidden;
    margin-top: 40px;
    padding: 30px 0px 30px 50px;
    border-left: 1px solid #7889b3;
}

.bot_tr .ewm1 {
    float: left;
    width: 87px;
    margin-left: 20px;
}

.ewm1 img {
    width: 100%;
}

.ewm1 p {
    font-size: 12px;
    text-align: center;
    color: #fff;
    margin-top: 4px;
}

.bot_b {
    width: 100%;
    overflow: hidden;
    background: #0a2060;
    height: 50px;
    line-height: 50px;
}

.bot_b p {
    font-size: 14px;
    color: #fff;
    text-align: center;
}

/*作品展示*/
.yxzp {
    width: 100%;
    padding: 30px 0px;
    background: url(../images/zt_back.jpg) top center no-repeat;
}

.yxzp .yxzp1 {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.lw_sdtk1 {
    width: 585px;
    height: 330px;
    float: left;
    position: relative;
    overflow: hidden;
}

.lw_sdtk1 a {
    color: #fff;
}

.lw_sdtk1 img {
    width: 100%;
    transition: transform 0.5s;
}

.lw_sdtk1:hover img {
    transform: scale(1.1, 1.1);
}

.lw_sdtk2 {
    width: 585px;
    height: 330px;
    float: left;
    margin-left: 30px;
}

.lw_sdtk2 ul li {
    width: 255px;
    height: 330px;
    position: relative;
    overflow: hidden;
    float: left;
}

.zpzs_tu {
    margin-left: 30px;
}

.lw_sdtk2 ul li a {
    color: #fff;
}

.lw_sdtk2 ul li img {
    max-height: 100%;
    /* 确保图片不会超过容器宽度 */
    width: auto;
    transition: transform 0.5s;
}

.lw_sdtk2 ul li:hover img {
    transform: scale(1.1, 1.1);
}

.lw_sdtk3 {
    width: 275px;
    height: 330px;
    float: left;
    margin-left: 30px;
    position: relative;
    overflow: hidden;
}

.lw_sdtk3 a {
    color: #fff;
}

.lw_sdtk3 img {
    width: 100%;
    height: 100%;
    transition: transform 0.5s;
}

.lw_sdtk3:hover img {
    transform: scale(1.1, 1.1);
}

.lw_sdtk1 p,
.lw_sdtk2 p,
.lw_sdtk3 p {
    width: 100%;
    height: 40px;
    font-size: 14px;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 0;
    line-height: 40px;
    text-align: center;
}

@media (min-width: 1920px) {
    .swgf_news {
        background-size: cover;
    }

    .sz_yxcs {
        background-size: cover;
    }

    .kxy_cgzh {
        background-size: cover;
    }

    .swgf_bottom {
        background-size: cover;
    }

}

@media (min-width: 640px) and (max-width:1200px) {
    body {
        width: 1200px;
    }
}

/*手机版*/
@media screen and (max-width: 640px) {

    /*手机版导航*/
    .fz_xpdh {
        display: block;
        position: absolute;
        top: 0;
    }

    .sp_header {
        height: 50px;
        overflow: hidden;
        background: rgba(255, 255, 255, 0.8);
        position: fixed;
        z-index: 10;
        width: 100%;
    }

    .sp_logo {
        padding: 10px;
        float: left;
        height: 50px
    }

    .sp_logo img {
        margin: auto;
        max-height: 30px;
    }

    .sp_nav {
        width: 50px;
        float: right;
        position: relative;
        cursor: pointer;
        height: 30px;
        margin-top: 15px
    }

    .sp_nav span {
        display: block;
        background: #2b479b;
        width: 30px;
        height: 2px;
        position: absolute;
        left: 10px;
        transition: all ease 0.35s
    }

    .sp_nav span:nth-of-type(1) {
        top: 0px
    }

    .sp_nav span:nth-of-type(2) {
        top: 10px
    }

    .sp_nav span:nth-of-type(3) {
        top: 20px
    }

    .sp_nav_se span:nth-of-type(1) {
        top: 10px;
        transform: rotate(45deg)
    }

    .sp_nav_se span:nth-of-type(2) {
        width: 0
    }

    .sp_nav_se span:nth-of-type(3) {
        top: 10px;
        transform: rotate(-45deg)
    }

    .sjj_nav {
        position: fixed;
        z-index: 999999;
        background: #fff;
        width: 100%;
        height: calc(100% - 104px);
        font-size: 14px;
        line-height: 40px;
        top: -100%;
        left: 0;
        overflow: auto;
        overflow-x: hidden;
        transition: top ease 0.35s;
        display: block;
    }

    .nav_show {
        top: 50px
    }

    .sjj_nav>ul>li:first-child {
        overflow: hidden;
        border-top: 0
    }

    .sjj_nav>ul>li:first-child>a {
        float: left;
        width: calc(100% - 70px)
    }

    .sjj_nav>ul>li:first-child .language {
        float: right;
        width: 70px;
        overflow: hidden;
        line-height: 30px;
        margin-top: 5px
    }

    .sjj_nav>ul>li:first-child .language a {
        width: 35px;
        float: left;
        border-left: 1px #ddd solid;
        text-align: center;
        color: #999;
    }

    .sjj_nav ul li i {
        position: absolute;
        top: 5px;
        right: 0px;
        border-left: 1px #ddd solid;
        height: 30px;
        padding: 0px 7px 0 7px;
    }

    .sjj_nav ul li i svg {
        transform: rotate(-90deg);
        transition: all ease 0.35s
    }

    .sjj_nav ul li .sjj_nav_i_se svg {
        transform: rotate(0deg)
    }

    .sjj_nav ul li {
        border-top: 1px #ddd solid;
        margin-left: 20px;
        position: relative;
        line-height: 40px;
        font-size: 14px
    }

    .sjj_nav>ul>li:last-child {
        border-bottom: 1px #ddd solid;
    }

    .sjj_nav ul li ul {
        display: none
    }

    .sjj_nav ul li a {
        color: #333;
        width: 80%
    }

    .sjj_nav ul li ul li a {
        color: #666;
        display: block;
        text-align: left;
    }

    .sjj_nav ul li i svg {
        width: 20px;
        height: 20px;
        fill: #555;
    }

    .sjj_nav ul li .sjj_nav_i_se svg {
        fill: #2b479b;
    }

    .sjj_nav ul li ul li>ul {
        margin-left: 10px
    }

    /*电脑版导航*/
    .sz_nav {
        display: none;
    }

    .sz_header {
        display: none;
    }

    .swiper-container {
        padding-top: 50px;
    }

    .sz_prev {
        width: 26px;
        height: 26px;
        left: 20px;
        background-size: 100% 100%;
        top: 55%;
    }

    .sz_next {
        width: 26px;
        height: 26px;
        right: 20px;
        background-size: 100% 100%;
        top: 55%;
    }

    .swiper-container .swiper-slide {
        overflow: hidden;
    }

    .swiper-container .swiper-slide img {
        width: 150%;
        max-width: 150%;
        margin-left: -25%;
    }

    /*新闻*/
    .swgf_news {
        background: none;
    }

    .swgf_news .swgf_news1 {
        width: 92%;
    }

    .left {
        width: 100%;
    }

    .swiper-container1 {
        height: 258px;
    }

    .news_r {
        width: 100%;
        margin-top: 20px;
    }

    .news_tit1 span,
    .news_tit2 span {
        font-size: 18px;
    }

    .news_tit1 h1,
    .news_tit2 h1 {
        width: 40px;
        margin-left: 16px;
    }

    .news_tit {
        margin-bottom: 10px;
    }

    /*一线传声*/
    .sz_yxcs {
        background: none;
        padding-top: 0px;
    }

    .sz_yxcs .sz_yxcs1 {
        width: 92%;
    }

    .yxcs_l {
        width: 100%;
    }

    .yxcs_r {
        margin-top: 30px;
        margin-left: 0;
    }

    /*专题*/
    .kxy_cgzh {
        background: none;
    }

    .kxy_cgzh .kxy_cgzh1 {
        width: 92%;
    }

    .cg_pic {
        height: 245px;
    }

    .cg_pic ul li {
        height: 245px;
    }

    .cg_nr1 p {
        font-size: 14px;
    }

    .cg_txt {
        height: 245px;
    }

    .cg_txt p {
        font-size: 12px;
    }

    /*友情链接*/
    .sz_yqlj .sz_yqlj1 {
        width: 92%;
    }

    .sz_yqlj {
        height: 48px;
        line-height: 24px;
        padding: 10px 0px;
    }

    /*底部*/
    .swgf_bottom {
        background: #2b479b;
    }

    .swgf_bottom .swgf_bottom1 {
        width: 92%;
    }

    .bot_logo {
        width: 100%;
        margin-bottom: 30px;
    }

    .bot_tr {
        width: 100%;
        margin-top: 0px;
        padding: 0px;
        border-left: none;
        margin-bottom: 20px;
    }

    .bot_tr .ewm1 {
        float: left;
        width: 23%;
        margin-left: 2%;
    }

    .cg_nr1 {
        overflow: hidden;
    }

    .sz_f {
        width: 90%;
        height: 30px;
        margin-top: 5px;
        margin-bottom: 5px;
        border: 1px solid #999;
        border-radius: 10px;
        position: relative;
    }

    .sz_f input {
        border-radius: 5px;
        border: 0;
        width: 80%;
        height: 30px;
        background: none;
        position: absolute;
        top: 0;
        left: 5px;
        border: 0;
        outline: none;
    }

    .sz_f button {
        width: 24px;
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        padding: 0 10px;
        background: 0 0;
        border: none;
        border-radius: 0 200px 200px 0;
        background: url(../images/sz_search1.png) no-repeat center;
    }

    /*校园风光*/
    .yxzp .yxzp1 {
        width: 92%;
    }

    .lw_sdtk1 {
        width: 100%;
        height: 260px;
    }

    .lw_sdtk2 {
        width: 100%;
        height: 260px;
        margin-left: 0px;
        margin-top: 10px;
    }

    .lw_sdtk3 {
        width: 100%;
        height: 260px;
        margin-top: 10px;
        margin-left: 0px;
    }

    .lw_sdtk2 ul li {
        width: 48%;
        height: 140px;
        float: left;
    }

    .zpzs_tu {
        margin-top: 0px;
        margin-left: 4%;
    }

    .yxzp {
        background: none;
    }





}