@charset "utf-8";
/*下面的一行html样式使整个页面变灰色*/
/* html {-webkit-filter: grayscale(100%);filter:progid:DXImageTransform.Microsoft.BasicImage(graysale=1);} */
.index-headerbox {
    height: 40px;
    box-shadow: none;
    border: none;
}

.index-banner {
    background: url(../img/ythsybanner.png) center no-repeat;
    height: 368px;
    padding-top: 120px;
    box-sizing: border-box;
}

.index-banner .logo {
    background: url(../img/ythsylogo.png) center no-repeat;
    width: 100%;
    height: 69px;
    /* margin-left:400px; */
    margin-top: 2px;
}

.index-banner .search {
    background: #FFFFFF;
    border: 1px solid #fbf5d9;
    box-shadow: 0 1px 4px 0 rgba(9, 86, 169, 0.33);
    border-radius: 30px;
    height: 46px;
    overflow: hidden;
    width: 600px;
    margin: auto;
    /* margin-left:440px; */
    margin-top: 10px;
}

.index-banner .search input {
    width: 460px;
    height: 44px;
    line-height: 44px;
    background: url(../img/icon_ss.png) left center no-repeat;
    padding: 0;
    padding-left: 28px;
}

.index-banner .search .textbox {
    float: left;
    border: none;
    box-shadow: none;
    margin-left: 20px;
}

.index-banner .search button {
    color: #fff;
    float: left;
    background: #4481D4;
    background: linear-gradient(135deg, #f8ccbc 0%, #b92427 100%);
    font-size: 16px;
    border: none;
    width: 118px;
    height: 44px;
    cursor: pointer;
}

.index-banner .search button:hover {
    opacity: .8;
    filter: alpha(opacity=80);
}

.index-banner .hot {
    font-size: 14px;
    color: #666;
    width: 600px;
    text-indent: 48px;
    margin: 18px auto;
    text-align: left;
    overflow: hidden;
    height: 22px;
    text-overflow: ellipsis;
    margin-left: 460px;
    margin-top: 10px;
}

.index-banner .hot a {
    margin: 0 8px;
    cursor: pointer;
}

.index-banner .hot a:hover {
    text-decoration: underline;
}


.index-headerbox {
    height: 40px;
    box-shadow: none;
    border: none;
}

.index-banner-jy {
    background: url(../img/a2.png) center no-repeat;
    height: 368px;
    padding-top: 90px;
    box-sizing: border-box;
}

.index-banner-jy .logo {
    background: url(../img/b2.png) center no-repeat;
    width: 100%;
    height: 69px;
    /* margin-left:400px; */
    margin-top: 20px;
}

.index-banner-jy .search {
    background: #FFFFFF;
    /* 	border: 1px solid #d60024; */
    border: 1px solid #79C0FF;
    box-shadow: 0 1px 4px 0 rgba(9, 86, 169, 0.33);
    border-radius: 30px;
    height: 46px;
    overflow: hidden;
    width: 600px;
    margin: auto;
    /* margin-left:380px; */
    margin-top: 1px;
}

.index-banner-jy .search input {
    width: 460px;
    height: 44px;
    line-height: 44px;
    background: url(../img/icon_ss.png) left center no-repeat;
    padding: 0;
    padding-left: 28px;
}

.index-banner-jy .search .textbox {
    float: left;
    border: none;
    box-shadow: none;
    margin-left: 20px;
}

.index-banner-jy .search button {
    color: #fff;
    float: left;
    background: #4481D4;
    background: linear-gradient(135deg, #6ec5ee, #bd3f32);
    /* background: linear-gradient(135deg,#fdd819,#e80505); */
    font-size: 16px;
    border: none;
    width: 118px;
    height: 44px;
    cursor: pointer;
}

.index-banner-jy .search button:hover {
    opacity: .8;
    filter: alpha(opacity=80);
}

.index-banner-jy .hot {
    font-size: 14px;
    color: #666;
    width: 600px;
    text-indent: 48px;
    margin: 18px auto;
    text-align: left;
    overflow: hidden;
    height: 22px;
    text-overflow: ellipsis;
    margin-left: 460px;
    margin-top: 10px;
}

.index-banner-jy .hot a {
    margin: 0 8px;
    cursor: pointer;

}

.index-banner-jy .hot a:hover {
    text-decoration: underline;
}


/*导航*/

.index-nav {
    background: url(../img/nav_bg1.png) center no-repeat;
    height: 102px;
    margin-top: -32px;
    color: #18388c;
    font-size: 26px;
}

.index-nav ul {
    width: 1002px;
    margin: auto;
    overflow: hidden;
    padding-top: 12px;
    height: 70px;
    line-height: 52px;
    /*样式居中修改*/
    display: flex;          /* 开启Flex，li自动横向排列 */
    justify-content: center;/* li在ul内水平居中（关键） */
    align-items: center;    /* li在ul内垂直居中（可选，保持视觉整齐） */
    padding-left: 0;        /* 移除ul默认左内边距，避免li整体偏右 */
}

.index-nav li {
    float: left;
    /* margin: 0 39px; */
    margin: 0 20px !important;
    position: relative;
    cursor: pointer;
    height: 100%;
}

.index-nav li:hover:before,
.index-nav li.active:before {
    content: '';
    display: block;
    background: #fff;
    border-radius: 3px;
    height: 4px;
    position: absolute;
    right: 0;
    left: 0;
    top: 44px;
}

.index-nav li a {
    display: block;
    height: 100%;
}

/*导航*/

.indexjy-nav {
    background: url(../img/c1.png) center no-repeat;
    height: 102px;
    margin-top: -32px;
    color: #18388c;
    font-size: 22px;
}

.indexjy-nav ul {
    width: 1002px;
    margin: auto;
    overflow: hidden;
    padding-top: 12px;
    height: 70px;
    line-height: 52px;
    /*样式居中修改*/
    display: flex;          /* 开启Flex，li自动横向排列 */
    justify-content: center;/* li在ul内水平居中（关键） */
    align-items: center;    /* li在ul内垂直居中（可选，保持视觉整齐） */
    padding-left: 0;        /* 移除ul默认左内边距，避免li整体偏右 */
}

.indexjy-nav li {
    /*float: left;*/
    /* margin: 0 39px; */
    margin: 0 9px;
    position: relative;
    cursor: pointer;
    height: 100%;
}

.indexjy-nav li:hover:before,
.indexjy-nav li.active:before {
    content: '';
    display: block;
    background: #fff;
    border-radius: 3px;
    height: 4px;
    position: absolute;
    right: 0;
    left: 0;
    top: 44px;
}

.indexjy-nav li a {
    display: block;
    height: 100%;
}


/*内容*/

.index-content {
    width: 1200px;
    margin: auto;
    padding-bottom: 30px;
}

.index-content:after {
    content: ' ';
    clear: both;
    display: block;
}

@media screen and (max-width: 1200px) {
    .index-content {
        width: 1002px;
    }
}

.index-content .title {
    border-bottom: 1px solid #E6E6E6;
    overflow: hidden;
    height: 45px;
    line-height: 44px;
}

.index-content .title h3 {
    float: left;
    font-weight: normal;
    font-size: 14px;
    margin-left: 20px;
}

.index-content .title .zhengwu {
    /* width: 40px; */
    font-size: 18px;
    /* color: #e74c3c;
    border-bottom: 3px solid #e74c3c; */
    /* display: inline-block; */
    height: 45px;
    float: left;
    font-weight: bold;
}

.index-content .title .yaowen {
    /* margin-left: -5px;
    float: left;
    line-height: 50px;
    font-weight: bold; */

    /* width: 40px; */
    font-size: 18px;
    /* color: #e74c3c;
    border-bottom: 3px solid #e74c3c; */
    /* display: inline-block; */
    height: 45px;
    float: left;
    font-weight: bold;
}


.index-content .title a {
    float: right;
    color: #333333;
}

.index-content .title a:hover {
    text-decoration: underline;
}

.index-content .list li {
    overflow: hidden;
    color: #333333;
    height: 36px;
    line-height: 36px;
    margin-bottom: 2px;
    cursor: pointer;
}

.index-content .list li:before {
    content: '';
    float: left;
    background: #333;
    width: 4px;
    height: 4px;
    margin-top: 16px;
    margin-right: 10px;
}

.index-content .list li a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 400px;
    display: inline-block;
}

@media screen and (max-width: 1200px) {
    .index-content .list li a {
        max-width: 301px;
    }
}

.index-content .list li span {
    float: right;
}

.index-content .list li:hover {
    color: #e74c3c;
}

.index-content .list li:hover:before {
    background: #e74c3c;
}


/*快捷方式*/

.index-kj {
    overflow: hidden;
    box-shadow: 0 -10px 22px 0 rgba(239, 243, 255, 1);
    border-radius: 10px 10px 0 0;
    margin-top: 10px;
}

.index-kj .bg1 {
    background: url(../img/daiyushenqing.png) center 25px no-repeat;
}

.index-kj .bg2 {
    background: url(../img/tuixiudaiyu.png) center 25px no-repeat;
}

.index-kj .bg3 {
    background: url(../img/renyuantiaozhuan1.png) center 25px no-repeat;
}

.index-kj .bg4 {
    background: url(../img/feiyongjiaona.png) center 25px no-repeat;
}

.index-kj .bg5 {
    background: url(../img/jiuyechuangye.png) center 25px no-repeat;
}

.index-kj .bg6 {
    background: url(../img/laodongjiufen.png) center 25px no-repeat;
}

.index-kj .bg7 {
    background: url(../img/xinxixiugai.png) center 25px no-repeat;
}

.index-kj .bg8 {
    background: url(../img/butielingqu.png) center 25px no-repeat;
}

.index-kj li {
    float: left;
    width: 12.5%;
    height: 120px;
    text-align: center;
    padding-top: 75px;
    color: #333333;
    cursor: pointer;
}

.index-kj li:hover {
    opacity: .8;
    filter: alpha(opacity=80);
}


/*推荐业务*/

.index-tjyw {
    overflow: hidden;
    margin-top: 16px;
    margin-bottom: 20px;
}

.index-zchd {
    overflow: hidden;
    margin-top: 7px;
    margin-bottom: 7px;
}

.index-tjyw .title {
    float: left;
    color: #fff;
    background: #1E6BD5;
    background: linear-gradient(90deg, #d35434 0%, #b82127 100%);
    border-radius: 4px;
    width: 130px;
    height: 180px;
    padding: 24px 18px 0;
    box-sizing: border-box;
    margin-top: 10px;
}

.index-tjyw .title .t1 {
    font-size: 20px;
}

.index-tjyw .title .t2 {
    margin-top: 79px;
}

.index-tjyw .easyui-tabs {
    float: right;
    width: 1030px;
}

@media screen and (max-width: 1200px) {
    .index-tjyw .easyui-tabs {
        width: 832px;
    }
}

.index-tjyw .easyui-tabs .tabs-header {
    border: none;
    border-bottom: 1px solid #E6E6E6;
    background: none;
    padding: 0;
    height: 42px;
}

.index-tjyw .easyui-tabs .tabs-header .tabs {
    border: none;
    padding-left: 20px;
}

.index-tjyw .easyui-tabs .tabs-header .tabs li {
    margin-right: 40px;
}

.index-tjyw .easyui-tabs .tabs-header .tabs li a {
    border: none;
    background: none;
    padding: 0;
    filter: none;
}

.index-tjyw .easyui-tabs .tabs-header .tabs-title {
    font-size: 16px;
    color: #3C4667;
    line-height: 42px;
}

.index-tjyw .easyui-tabs .tabs-header .tabs-selected {
    border-bottom: 3px solid #e74c3c;
    height: 42px;
}

.index-tjyw .easyui-tabs .tabs-header .tabs-selected .tabs-title {
    font-size: 18px;
    color: #e74c3c;
    font-weight: normal;
    display: block;
}

.index-tjyw .easyui-tabs .tabs-panels {
    border: none;
    padding-top: 8px;
    position: relative;
    overflow: visible;
}

.index-tjyw .easyui-tabs .tabs-panels li {
    float: left;
    background: #EFF3F7;
    border-radius: 4px;
    height: 44px;
    width: 190px;
    color: #3C4667;
    text-align: center;
    cursor: pointer;
    margin-top: 20px;
    margin-right: 20px;
    line-height: 44px;
}

.index-tjyw .easyui-tabs .tabs-panels li.mg0 {
    margin-right: 0;
}

.index-tjyw .easyui-tabs .tabs-panels li:hover {
    color: #fff;
    background: #226ED6;
    background: linear-gradient(90deg, #d35434 0%, #b82127 100%);
}

.index-tjyw .huan {
    background: url(../img/icon_hyp.png) left center no-repeat;
    position: absolute;
    top: -42px;
    height: 42px;
    line-height: 42px;
    text-indent: 22px;
    color: #333333;
    right: 0;
    cursor: pointer;
}

.index-tjyw .huan:hover {
    text-decoration: underline;
}


/*政务要闻*/

.index-zwyw {
    float: left;
    width: 583px;
    margin-bottom: 26px;
}

@media screen and (max-width: 1200px) {
    .index-zwyw {
        width: 484px;
    }
}

.index-zwyw .top-news {
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 27px;
}

.index-zwyw .top-news img {
    float: left;
    width: 200px;
    margin-right: 10px;
    height: 118px;
}

.index-zwyw .top-news .text {
    float: right;
    width: 373px;
}

@media screen and (max-width: 1200px) {
    .index-zwyw .top-news .text {
        width: 274px;
    }
}

.index-zwyw .top-news h4 {
    font-weight: normal;
    font-size: 16px;
    color: #333333;
    letter-spacing: 1px;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
    margin: 0;
    margin-bottom: 15px;
    font-weight: bold;
}

.index-zwyw .top-news p {
    overflow: hidden;
    height: 60px;
    color: #333333;
    letter-spacing: 1.2px;
    line-height: 20px;
}


/*通知公告*/

.index-tzgg {
    float: right;
    width: 583px;
}

@media screen and (max-width: 1200px) {
    .index-tzgg {
        width: 484px;
    }
}

.index-tzgg .list {
    margin-top: 14px;
}

.index-wblj {
    /* width: 100%;
    height: 150px;
    padding-top: 10px;  */
}

.index-wblj1 {
    background: url(../images/zyz.png) left no-repeat;
    height: 120px;
    padding-top: 10px;
    box-sizing: border-box;
}

.index-wblj2 {
    background: url(../images/wblj2.png) left no-repeat;
    height: 120px;
    padding-top: 10px;
    box-sizing: border-box;

}

.index-wblj li {
    float: left;
    padding: 5px;
}