/*public css*/
/* body{width: 1430px;margin: 0 auto;} */

/* 兼容手机端 */
@media (max-width: 1430px) {
    body {
        width: 1430px;
    }
}
.body-bg{background-color: #F5F5F5}
* {
    list-style: none;
    text-decoration: none;
}

a {
    color: #333333
}

a:hover {
    color: #9d9d9d;
    text-decoration: none;
}

.wd {
    width: 1430px;
}

.wc {
    width: 1400px;
}

.mt {
    margin-top: 15px;
}

.bg {
    background-color: #ffffff
}

.ty {
    background-color: rgba(255, 255, 255, 0.5);
    box-shadow: 1px 1px 10px 2px #CCC;
    -webkit-box-shadow: 1px 1px 10px 2px #CCC;
    -moz-box-shadow: 1px 1px 10px 2px #CCC;
    padding: 15px;
}

.flash img {
    -webkit-transition: -webkit-transform 1s ease-out;
    -moz-transition: -moz-transform 1s ease-out;
    -o-transition: -o-transform 1s ease-out;
    -ms-transition: -ms-transform 1s ease-out;
}

.flash:hover img {
    webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    transform: rotateY(360deg);
}

.breadcrumb{padding: 12px; font-size: 14px}
.breadcrumb i{margin-right: 6px}

.box-with-shadow {
    background-color: #fff;
    box-shadow: 1px 1px 8px 2px #CCC;
    -webkit-box-shadow: 1px 1px 8px 2px #CCC;
    -moz-box-shadow: 1px 1px 8px 2px #CCC;
}

/*header css*/
.header-box {
    /* background: url("../images/header-bg.png") top center no-repeat; */
    /*background-image: url('../images/header-bg.png');*/
    background-repeat: no-repeat;
    background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    height: 100%;
    height: 470px;
}

.header-box .top-text {
    line-height: 46px;
}

.header-box .top-right {
    line-height: 46px;
    text-align: right
}

.header-box .logo {
    text-align: center;
    margin-top: 30px;
}

.header-box .logo img {
    margin: 0 auto;
    width: 150px;
    height: 150px
}

.header-box .logo .title {
    margin: 10px;
    color: #125CB1;
    font-size: 46px
}

.header-box .seach {
    text-align: center;
    margin-top: 50px;
}

.header-box .seach .form-control {
    height: 47px;
    width: 520px;
    padding: 6px 12px;
    font-size: 14px;
    background-color: rgba(255, 255, 255, 0.7);
    border: 0;
    border-radius: 4px;

}

.header-box .seach .btn-default-box {
    color: #333;
    background: linear-gradient(130deg, #3085F0, #0165CB);
}

.header-box .seach .btn {
    padding: 7px 20px;
    border: 0;
    color: #F5F5F5;
    font-size: 22px;

}

.header-box .hotword {
    text-align: center;
    margin-top: 13px;
}

.header-box .hotword span {
    font-size: 14px;
    color: #033975;
    font-weight: bold;
}

.header-box .hotword a {
    font-size: 14px;
    color: #033975;
    margin-left: 6px;
    letter-spacing: 1px;
    margin-right: 12px;
}

/*导航*/
.nav-bars {
    height: 68px;
    background-color: #125CB1;
    position: sticky;
    top: 0;
    z-index: 98;
}

/*header css end*/

/*新闻头条*/
.first-new {
    background: url("../images/first-new-bg.jpg") center no-repeat;
    padding-left: 125px;
}

.first-new .jumbotron {
    padding: 0;
    background: none;
}

.first-new .jumbotron h2 {
    font-size: 36px;
    font-weight: 500;
}

.first-new .jumbotron a {
    color: #125CB1;
}

.first-new .jumbotron a:hover {
    color: #098;
    text-decoration: none
}

/*大标题*/
.title-box {
    background: url("../images/title-bg.png") center no-repeat;
    font-size: 42px;
    font-weight: 600;
    text-align: center
}

.title-box .c1 {
    color: #d1201e
}

.title-box .c2 {
    color: #125CB1
}

/*信息公开*/
.publicity-box {}

.ioc-banner {
    border: 1px solid #daebfa;
    border-radius: 4px;
    background-color: #f4faff;
    text-align: center;
    height: 112px;
    padding: 15px;
    margin-top: 15px;
}

.ioc-banner h4 {
    margin-bottom: 0;
    font-size: 14px;
}

.ioc-banner img {
    width: 50px;
    height: 50px;
}

.ioc-banner a {
    color: #9d9d9d
}

.ioc-banner a:hover {
    color: #cccccc
}

.info-search {
    height: 100px;
    padding: 29px 20px 20px 90px;
    background: #edf6ff url("../images/search-bg.png") no-repeat left center;
    border-radius: 4px;
}

.info-search .input-group .form-control {
    height: 42px;
    width: 350px;
}

.input-group-addon {
    background-color: #8EC7FF;
    color: #d1201e
}

.info-search .btn {
    padding: 10px 20px
}

.info-new {}

.info-new .title {
    height: 50px;
    background: url("../images/t_bg.png") center repeat-x
}

.info_about {}

.info_about .abcole {
    text-align: center;
    padding: 15px;
    font-size: 16px;
    line-height: 24px;
}

.info_about .abcole a {
    color: #ffffff;
}

.info_about .abcole a:hover {
    color: #dedede
}

.info_about .c1 {
    background-color: #1bbcb4
}

.info_about .c2 {
    background-color: #6089c8
}

/*.go-home{background-color: #f0ad4e;position: relative;}
.go-home{width: 100%;height: 157px;position: relative;overflow: hidden;}
.go-home img{width: 100%;height: 157px;position:absolute;z-index:1;transition:transform 1s ease 3s;}
.go-home img:hover{transform: scale(1.1);}*/

.go-home {
    width: 100%;
    height: 157px;
    position: relative;
    overflow: hidden;
}

.go-home img {
    width: 100%;
    height: 157px;
    z-index: 1;
    transition: transform 1s ease 0s;
}

.go-home img:hover {
    transform: scale(1.1);
}

.go-home .am-gallery-title {
    font-size: 38px;
    color: #8EC7FF;
    position: absolute;
    bottom: 36px;
    width: 100%;
    background-color: rgba(0, 0, 0, .5);
    text-indent: 5px;
    height: 50px;
    line-height: 50px;
    text-align: center;
}


.server-ico {
    border: 1px solid #daebfa;
    border-radius: 4px;
    background-color: #f4faff;
    text-align: center;
    height: 340px;
    padding: 15px;
    margin-top: 30px;
}

.server-ico h4 {
    color: #125CB1;
    margin-bottom: 0;
    font-size: 24px;
}

.server-ico img {
    width: 150px;
    height: 150px;
}

.server-ico p {
    color: #9d9d9d;
    font-size: 14px;
    margin-top: 20px;
}

.server-ico span {
    font-size: 13px;
    padding: 8px;
    line-height: 42px
}

.server-ico a {
    color: #125CB1
}

.server-ico a:hover {
    color: #cccccc
}

.server-banner {
    font-size: 32px;
    padding-left: 50px;
    height: 90px;
    line-height: 90px;
}

.server-banner a {
    color: #125CB1
}

.server-banner a:hover {
    color: #6089c8
}

.s-bg1 {
    background: url("../images/w1.png") center no-repeat
}

.s-bg2 {
    background: url("../images/w2.png") center no-repeat
}

/*访谈*/
.interview-box {}

.interview-box img {
    width: 100%;
    margin-bottom: 15px
}

.interview-box p {
    width: 100%;
    font-weight: 400;
    font-size: 17px;
    line-height: 32px
}

.interview-box p span {
    font-weight: 600;
    color: #125CB1
}
.interview-box div{display: flex;}

.interview-box .ask{background: #0071E2;width: 32px;height: 32px;border-radius: 8px;color: #FFFFFF;display: flex;align-items: center;justify-content: center;}
.interview-box .ask-title{margin-left: 10px;}

.interview-box .answer{background: #FF8234;width: 32px;height: 32px;border-radius: 8px;color: #FFFFFF;display: flex;align-items: center;justify-content: center;}
.interview-box .answer-content{margin-left: 10px;}

.interview-banner {}

.interview-banner img {
    width: 100%;
    height: 96px;
}

/* 友情链接 */
.link-box {
    background-color: #f4faff;
    padding: 15px 0;
}

.link-box .dropup {
    width: 230px;
    margin: 0 auto;
}

.link-box .btn {
padding: 12px;
font-size: 16px;
width: 230px;
}

.link-box .btn-info {
    color: #ffffff;
    border: 0;
    

}
.link-box .dropdown-menu{
    width: 230px;
}

/* 页面底部 */
.footer-box{
    background-color: #125CB1;
    padding: 15px 0;
    line-height: 24px;
    border-top: #f4e1b6  2px solid;
    text-align: center;
    color: #ffffff;
}
.footer-box .footer-text{text-align: center;display: flex;justify-content: space-between;}
.footer-box img{/*margin-top: 30px;*/}
.footer-box .browse{color: #cccccc}
.footer-box .browse span{padding: 8px;}
.footer-box .browse b{color: #ff9900; font-size: 16px;font-weight: 400}
.footer-box a{color: #ffffcc}
.footer-box a:hover{color: #cccccc}
.footer-info{display: flex;justify-content: center;align-items: center;background-color: #053e7f;color: #fff;}
.footer-info img{display: block;margin: 10px;}
.footer-w{background: url(../images/pc_icon_16.png) no-repeat top right;margin-top: 15px;}
.footer-w a.sina{width: 40px;height: 40px;float: left;margin-left: 42px;}
.footer-w a.qq{width: 40px;height: 40px;float: left;margin-left: 25px;}
.footer-left{text-align: left;width: 70%;}
.footer-left .foot-title{margin-top: 18px;font-size: 16px;font-weight: normal;}
.footer-left .foot-content{font-size: 18px;font-weight: bold;}
.footer-right{text-align: right;display: flex;flex-direction: column;}
.footer-right > img:first-child{width: 200px;height: 200px;}
.footer-right .footer-wx{display: flex;flex-direction: row;text-align: center;align-items: center;justify-content: center;}
.footer-wx img{width: 30px;height: 30px;}
.footer-wx p,.footer-left p{margin: 0;}
.footer_tel{background: url("../images/pc_icon_15.png") no-repeat top center;text-align: right;padding: 30px 0 10px 0;font-size: 26px;font-weight: 700;border-bottom: 1px dotted #999897;}

    /**pages**/
.page-box{width: 100%;margin-bottom: 15px}
.page-box .bd{border: #f5f5f5 1px solid}
.page-box .bd-rd{border-radius: 6px}
.page-box .td{ height:58px; line-height:58px; position:relative;background-color: #f5f5f5;border-bottom: #ccc 2px solid;}
.page-box .td span{margin-right: 12px;font-size: 14px;}
.page-box .td a{color: #0b6cbc}
.page-box .td a:hover{color: #cccccc}
.page-box .td h4{ float:left; padding:0 20px; line-height:58px;  cursor:pointer; font-size: 18px; font-weight: 600; margin: 0}
.page-box .td h4.on{ height:58px;border-bottom: #2b85e4 2px solid;position: relative;}
.page-box .td h4.on:after {position: absolute;width: 0;height: 0;bottom: 0;left: 50%;margin-left: -5px;border: 6px solid transparent;content: "";z-index: 1;border-bottom-color: #098}
.page-box .td h4 i{margin-right: 10px; color: #0b6cbc}
.page-box .news ul { padding:6px 12px; zoom:1; }
.page-box .news ul li{ line-height:42px; font-size: 15px;border-bottom: 1px dotted #cccccc}
.page-box .news ul li i {margin-right:5px;color: #2b85e4}
.page-box .news li .date{ float:right; color:#999; font-size: 12px; }

/**left**/
.left-box{width: 100%}
.left-box h4{margin: 0; padding: 24px 24px; color: #ffffff; font-size: 24px;}
.left-box .uBox {margin: 0;padding: 2px;}
.left-box .uBox .nLi {margin: 8px; background-color: #ecf5ff}
.left-box .uBox .nLi a{ display:block; padding: 16px; color:#098; font-size:18px;font-weight:500;  }
.left-box .uBox .on a{ background:#fdf6ec; color:#098;   }
.left-box .uBox .nLi i{ color: #098; font-size: 14px; margin-right: 8px;}
.left-box h4 i{margin-right: 10px}

.left-box .sBox{padding: 8px}
.left-box .sBox img{margin: -1px 0; width: 100%; height: 100px}
.list_img{}
.list_img .thumbnail{padding: 12px}
.list_img .thumbnail img{height: 177px;width: 100%}
.list_img .thumbnail h4{text-align: center;margin-bottom: 0;font-weight: 400}
.bg1{background-color: #0b6cbc;}
.bg2{background-color: #dd6161;}
/**left end**/

/*list-wenhua*/
.culture-box{}
.culture-title{width: 100%;}
.culture-title h4{height:48px; line-height: 48px; font-size: 18px; border-bottom: 2px solid #cccccc;background:#fff;position: relative;margin: 0}
.culture-title h4 .on{height:48px; width: 80px;border-bottom: 2px solid #098; text-align: center}
.culture-title h4 .on i{color: #098}
.culture-title h4 .on:after {position: absolute;width: 0;height: 0;bottom: 0;left: 9%;margin-left: -5px;border: 8px solid transparent;content: "";z-index: 1;border-bottom-color: #098}
.culture-title .more {float: right;font-size: 13px;font-weight: 400;margin-right: 6px;}
.am-gallery-item {position: relative; margin-bottom: 15px;}
.am-gallery-item img {width: 100%;height:260px;}
.am-gallery-title {font-size: 1.4rem;color: #FFF;position: absolute;bottom: 0;width: 100%;background-color: rgba(0, 0, 0, .6);
    text-indent: 5px;height: 40px;line-height: 40px;text-align: center;}
.am-gallery-title2 {font-size: 1.4rem;color: #000;bottom: 0;width: 100%;text-indent: 5px;height: 40px;line-height: 40px;text-align: center;
    margin-top: 0px;overflow: hidden;font-weight: bold;}
.am-gallery-desc {display: none;}

/*搜索页面*/
.search-page{background-color: #FFFFFF;padding-bottom: 10px;}
.search-page .news ul { padding:6px 12px; zoom:1; }
.search-page .news ul li{ line-height:42px; font-size: 15px;border-bottom: 1px dotted #cccccc}
.search-page .news ul li i {margin-right:5px;color: #2b85e4}
.search-page .news li .date{ float:right; color:#999; font-size: 12px; }

/*内容页面*/
.page-article{padding: 5px 20px 20px 20px}
.page-article h3{ padding:0 15px; line-height: 40px;font-size: 24px;text-align: center; color: #2b2b2b}
.page-article .tag{text-align: center; padding:15px; color: #909399; border-bottom: 1px #cccccc dotted}
.page-article .tag span{padding: 0 10px; font-weight: 400}
.page-article .tag span i{margin-right: 6px}
.page-article .content{text-indent: 0;}
.page-article .content p{line-height: 32px; font-size: 16px;margin: 6px 0;text-align: justify;color: #82848a}
/*.page-article .content p img{text-align: center;margin: 15px; }*/
.page-article .title{border-bottom: 1px #cccccc solid;line-height: 42px;}

/*专题页面*/
.page-box .room{}
.body-classroom{background-color: #f7ecb5}
.body-classroom .wh{ width: 1200px;background-color: #fff;}
.body-classroom .bs{box-shadow: 15px 0 15px -15px rgba(0, 0, 0, 0.5),-15px 0 15px -15px rgba(0, 0, 0, 0.5);}
.body-classroom .pd0{padding: 0}
.room-head{height: 500px}
.room-head img{height: 500px;width: 100%}
.room-title{text-align: center;}
.room-title h3{height:60px;margin:0;padding-top:20px;background: url("../images/bg-title-big.png") no-repeat center center}
.room-title p{font-size: 18px;color: #7d0000;padding-bottom: 15px;border-bottom: 1px #f5f5f5 solid;margin-bottom: 0}
.page{}
.pagination{margin: 5px 0}
.back-index{line-height: 50px;font-size: 16px;font-weight: 400;margin-right: 30px;}
.room-list{width: 100%;}
.room-list ul { padding:12px; zoom:1; }
.room-list ul li{ line-height:60px; font-size: 18px;border-bottom: 1px dotted #cccccc;list-style-type: none;}
.room-list ul li i {margin-right:5px;color: #ff9900}
.room-list li .date{ float:right; color:#999; font-size: 12px; }
.room-list ul li a{color: #7d0000}
.room-list ul li a:hover{color: #999999}
.footer-room{background-color: #ab2323;text-align: center;padding: 30px;color: #f7ecb5;font-size: 18px;}

/**信箱**/
.message-left{background-color: #ffffff;padding: 30px; text-align: center}
.message-left .bot{ background-color: #ff9900;border-radius: 8px;padding: 15px;font-size: 18px;color: #fff}
.message-right{background-color: #FFFFFF; padding: 10px;}
.modalBox{width: 900px;}
.modalBox th{text-align: right;line-height: 46px}
.modalBox .form-required{ color: red;}

/** 右侧浮动栏 **/
.menus-list {
    position: fixed;
    right: 30px;
    top: 0;
    bottom: 0;
    height: 360px;
    margin: auto 0;
    width: 80px;
    z-index: 99;
    list-style: none;
}
.menus-list .menu-li {
    width: 80px;
    height: 70px;
    background: #6b6b6b;
    margin: 1px 0;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    font-size: 16px;
    position: relative;
}
.menus-list .menu-li:hover {
    background: #35c0a1;
    color: #fff;
}
.menus-list .menu-li i {
    font-size: 28px;
    margin-bottom: 7px;
}
.wxview{ position: absolute; top: 0; right: 80px; padding: 5px 5px; -moz-box-shadow:0px 0px 5px #C2C2C2; -webkit-box-shadow:0px 0px 5px #C2C2C2; box-shadow:0px 0px 5px #C2C2C2; height: 141px; box-sizing: border-box; background: #fff; z-index: 2; overflow: hidden; width: 141px; display: none;}
.wxview img{ display: block;}
.qqview,.telview{ width: 141px; height: 70px; position: absolute; right: 80px; top: 0; background: #fff; z-index: 2; box-sizing:border-box; padding: 5px 5px; -moz-box-shadow:0px 0px 5px #C2C2C2; -webkit-box-shadow:0px 0px 5px #C2C2C2; box-shadow:0px 0px 5px #C2C2C2; color: #666; font-size: 13px; display: none;}
.qqview p{ text-align: center; width: 100%;}
.qqview a{ width: 100%; height: 32px; background: #35c0a1; color: #fff; border-radius: 3px; display: block; margin: 2px auto 6px auto; line-height: 32px; text-align: center; font-size: 13px;}
.telview{color: #333; padding-top: 10px;}
.telview h4{ color: #35c0a1; font-family: Arial; font-size: 18px; margin-top: 10px;}
.gzhview{ position: absolute; top: 0; right: 80px; padding: 5px 5px; -moz-box-shadow:0px 0px 5px #C2C2C2; -webkit-box-shadow:0px 0px 5px #C2C2C2; box-shadow:0px 0px 5px #C2C2C2; height: 141px; box-sizing: border-box; background: #fff; z-index: 2; overflow: hidden; width: 141px; display: none;}
.gzhview img{ display: block;}

.contact{
    width: 200px;
    position: absolute;
    top: 0;
    right: 0;
}
.contact img{
    width: 21px;
    height: 22px;
    display: inline-block;
}
.phone{
    font-size: 22px;
    color: #132be5;
    font-weight: bold;
    font-family: Arial;
    margin-left: 10px;
    position: relative;
    top: 3px;
}
.phone-label{
    position: absolute;
    width: 100%;
    /* display: inline-block; */
    font-size: 18px;
    font-weight: 500;
    color: #444444;
    right: 0;
    bottom: -22px;
    text-align: center;
}
.wd2{
    width:20%;
}
.wd25{
    width:25%;
}

.div-org {
    border: 1px solid #daebfa;
    border-radius: 4px;
    background-color: #f4faff;
    text-align: center;
    padding: 15px;
    margin-top: 30px;
}

.div-org img{
    width: 60px;
    height: 60px;
}

.div-org a {
    color: #125CB1;
    font-weight: bold;
    font-size: 18px;
}

.div-org a:hover {
    color: #cccccc
}

.page{box-shadow: 0px 12px 20px 0px rgba(0, 0, 0, 0.1);max-height: 650px;overflow: hidden;margin-right: 10px;width: 31.7%;border-radius: 10px;margin-top: 10px;}
.flexDiv{display: flex;gap: 8px;flex-wrap: wrap;}

#aboutUs{}
#aboutUs .desc{display: flex}
#aboutUs .wechat{width: 171px;border: 1px solid #ECECEC;}
#aboutUs .wxInfo{display: flex;margin-top: 10px;justify-content: center;align-items: center;font-size: 12px;}
#aboutUs .wxImg{width: 30px;height: 30px;}
#aboutUs .wxWord{display: flex;justify-content: center;align-items: center;margin: 0;}
.m10{margin: 10px;}
.m20{margin: 20px;}
.m30{margin: 30px 0;}
.mb10{margin-bottom: 10px;}
.lh40{display: flex;line-height: 40px;}
.fontTitle{font-size: 18px;font-weight: bold;}
.fontCon{font-size: 18px;margin-left: 10px;}

.left-box .sBox .boxImg{height: 80px;margin-bottom: 10px;}
