@charset "utf-8";
/* * {
    margin: 0;
    padding: 0;
    box-sizing: content-box;
} */

/* li {
    list-style: none;
}

img {
    border: 0;
}

a {
    text-decoration: none;
    color: #000;
    outline: none;
} */

/* body {
    min-width: 1300px;
    font-family: "Microsoft yahei", "宋体";
    background: #f1f1f1;
} */

/* input {
    outline: none;
} */

.fl {
    float: left;
}

.fr {
    float: right;
}

.dn {
    display: none;
}

.wrap {
    width: 1300px;
    margin: 0 auto;
}

.clear {
    clear: both;
}

/* img {
    max-width: 100%;
} */

html {
    overflow-y: scroll;
}

::-webkit-input-placeholder {
    color: #fff;
}

:-moz-placeholder {
    color: #fff;
}

::-moz-placeholder {
    color: #fff;
}

:-ms-input-placeholder {
    color: #fff;
}

/*head */
.head {
    max-width: 1920px;
    margin: 0 auto;
    height: 200px;
    position: relative;
}

.head .head-slide {
    width: 100%;
    overflow: hidden;
    position: absolute;
    max-width: 1920px;
    height: 200px;
    left: 0;
    top: 0;
}

.head .head-slide .bd {
    position: absolute;
    left: 50%;
    width: 1920px;
    margin-left: -960px;
}

.head .head-slide .bd img {
    width: 1920px;
    height: 200px;
}

.head.head-in {
    height: 220px;
    background: url(../images/common/bg-head.png) center no-repeat;
}

.head .wrap {
    position: relative;
    z-index: 2;
}

.head-t {
    overflow: hidden;
    padding: 0 50px;
}

.head-t .logo {
    padding-top: 16px;
}

.head-t .head-link {
    padding-top: 34px;
    height: 34px;
    line-height: 34px;
}

.head-t .head-link .search {
    display: inline-block;
    vertical-align: middle;
    border-radius: 17px;
    position: relative;
    width: 34px;
    height: 34px;
    background: url(../images/common/bg-head-link.png);
}
.head-t .head-link .search:hover{
    width: 180px;
    padding-left: 20px;
}

.head-t .head-link .search .ss {
    border: none;
    background: none;
    display: none;
    height: 34px;
    line-height: 34px;
    color: #fff;
}

.head-t .head-link .search .btn {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}



/*nav */
.nav {
    height: 50px;
    line-height: 50px;
    background: #2f5da4;
}

.nav .wrap {
    position: relative;
}

.nav ul {
    padding: 0 20px;
}

.nav ul li {
    float: left;
}

.nav ul li a {
    font-size: 18px;
    color: #fff;
    padding: 0px 50px;
    display: block;
    font-weight: bold;
    position: relative;
}

.nav ul li:hover {
    background: #073e94;
}

/*.nav ul li.on>a { background: #073e94; }*/
.nav ul li:hover dl {
    display: block;
}

.nav ul li a .tri {
    width: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 9px solid transparent;
    border-top: 9px solid #073e94;
    position: absolute;
    left: 50%;
    margin-left: -12px;
    bottom: -18px;
    display: none;
    z-index: 5;
}

.nav ul li:hover .tri {
    display: block;
}

.nav dl {
    display: none;
    position: absolute;
    width: 1298px;
    left: 0;
    top: 50px;
    z-index: 2;
    overflow: hidden;
    background: url(../images/common/bg-subnav.png);
    padding: 10px 0;
    border: 1px solid #3c5a96;
    border-top: none !important;
}

.nav dd {
    line-height: 40px;
    width: 240px;
    float: left;
    line-height: 46px;
    margin: 0 8px;
}

.nav dl dd a {
    font-weight: normal;
    font-size: 16px;
    color: #333;
}

.nav ul li dd a:hover {
    background: none;
    color: #073e94;
}

/*main-in*/
.main-in {
    width: 1200px;
    padding: 0 50px;
    margin: 0 auto;
    /* background: #fff; */
}

.now {
}

.now .wrap {
    overflow: hidden;
    padding-bottom: 10px;
    border-bottom: 1px solid #d9d9d9;
    width: 1200px;
}

.now-l {
    padding-top: 30px;
    float: left;
    font-size: 14px;
    color: #666;
}

.now-l span {
    float: left;
    color: #333;
    padding-left: 26px;
    background: url(../images/common/now.png) left center no-repeat;
}

.now-l a {
    color: #666;
}

.now-r {
    float: right;
    font-size: 16px;
    color: #4c4c4c;
    padding-top: 25px;
}

.inner {
    padding-top: 40px;
    min-height: 500px;
}

.inner .wrap {
    overflow: hidden;
    width: 1200px;
}

.subnav {
    width: 240px;
    float: left;
}

.subnav .lanmu {
    line-height: 60px;
    height: 60px;
    background: #2f5da4;
}

.subnav .lanmu span {
    padding-left: 16px;
    font-size: 18px;
    color: #fff;
}

.subnav ul {
    padding: 15px 0;
}

.subnav ul li {
    width: 225px;
    height: 44px;
    line-height: 44px;
    margin: 30px 15px;
    position: relative;
}

.subnav ul li a {
    font-size: 16px;
    color: #333;
    padding-left: 24px;
    background: url(../images/common/subnav-li.png) left center no-repeat;
    position: relative;
    z-index: 2;
    display: block;
    line-height: 130%;
}

.subnav ul li .line {
    height: 85px;
    width: 1px;
    background: #d9d9d9;
    position: absolute;
    left: -7.5px;
    top: -25px;
}

.subnav ul li.on, .subnav ul li:hover {
}

.subnav ul li.on a, .subnav ul li:hover a {
    color: #2f5da4;
    font-weight: bold;
    background: url(../images/common/subnav-li-on.png) left center no-repeat;
}

.inner-r {
    width: 910px;
    float: right;
}

/*list*/
.inner-r .list ul li {
    overflow: hidden;
    height: 36px;
    line-height: 36px;
    padding-left: 20px;
    background: url(../images/common/list-icon.png) left 17px no-repeat;
}

.inner-r .list ul li a {
    float: left;
    width: 776px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    color: #333;
}

.inner-r .list ul li a:hover {
    color: #2f5da4;
}

.inner-r .list ul li span {
    float: right;
    font-size: 14px;
    color: #808080;
}

.inner-r .switch {
    text-align: center;
    margin: 50px 0;
}

/*pic-list*/
.inner-r .pic-list ul {
    overflow: hidden;
    width: 950px;
}

.inner-r .pic-list ul li {
    width: 280px;
    margin-right: 34px;
    margin-bottom: 15px;
    float: left;
}

.inner-r .pic-list ul li .pic {
    width: 280px;
    height: 180px;
    overflow: hidden;
    border: 1px solid #d9d9d9;
}

.inner-r .pic-list ul li img {
    display: block;
    width: 280px;
    height: 180px;
    background-size: 100% 100%;
    webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.inner-r .pic-list ul li:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.inner-r .pic-list ul li p {
    font-size: 16px;
    text-align: center;
    line-height: 44px;
}

.inner-r .pic-list ul li p a {
    color: #333;
}

.inner-r .pic-list ul li p a:hover {
    color: #2f5da4;
}

/*info*/
.info .title {
    text-align: center;
    border-bottom: 1px solid #d9d9d9;
}

.info .title h3 {
    font-size: 24px;
    color: #333;
    line-height: 36px;
}

.info .time {
    padding: 20px 0;
    font-size: 12px;
    color: #999;
}

.info .artical {
    margin: 30px 0;
}

.info .artical p {
    font-size: 16px;
    color: #222;
    line-height: 34px !important;
    text-indent: 2em;
}

.info .artical img {
    margin: 0px auto;
    max-width: 100%;
}

.info .pn {
    padding: 0 25px;
    border-top: 1px solid #d9d9d9;
    padding: 30px 0 50px;
    font-size: 15px;
}

.info .pn span {
    color: #333;
}

.info .pn a {
    color: #666;
}

.info .pn a:hover {
    color: #2f5da4;
}

.leader-list ul li {
    overflow: hidden;
    font-size: 0;
    margin-bottom: 25px;
}

.leader-list ul li + li {
    padding-top: 25px;
    border-top: 1px dashed #ccc;
}

.leader-list ul li .pic {
    float: left;
    width: 120px;
    height: 160px;
}

.leader-list ul li .pic img {
    width: 120px;
    height: 160px;
}

.leader-list ul li .js {
    padding-left: 140px;
}

.leader-list ul li .js .title {
    font-size: 18px;
}

.leader-list ul li .js .title a {
    color: #333;
    font-weight: bold;
}

.leader-list ul li .js .title a:hover {
    color: #2f5da4;
}

.leader-list ul li .js .zhiwu {
    font-size: 16px;
    margin: 10px 0;
}

.leader-list ul li .js p {
    font-size: 14px;
    line-height: 22px;
    color: #666;
    text-indent: 2em;
}

/*list-index*/
.bmjj{ width:240px; min-height:300px; margin-bottom:15px;}
.f-l{ float:left;}
.bmjj .lanmu {  line-height: 60px; height: 60px; background: #2f5da4;  }
.bmjj .lanmu span { padding-left: 65px; font-size: 24px; color: #fff;}
.bmjj_text{padding: 5px 10px 20px 15px; border:1px solid #d9d9d9;}
.bmjj_text p{ font-size:14px; color:#4c4c4c; line-height:32px; }

.list_div{ width:910px; min-height:100px; float:left; padding-bottom:15px;}
.list_div .lanmu{ width:100%; height:50px; border-bottom:1px solid #2f5da4;}
.list_div .lanmu span{ width:136px; height:50px; background:url(../images/common/list_lm_bg.png) no-repeat; float:left; font-size:18px;  font-weight:bold; line-height:50px; color:#fff; padding-left:20px;}
.list_div .more{ float:right; font-size:14px; color:#999; line-height:50px; padding-right:25px;}
.list_div ul{ padding:15px 0 15px 0;}
.list_div ul li a { float: left; width: 700px; overflow: hidden; -ms-text-overflow: ellipsis; text-overflow: ellipsis; white-space: nowrap; font-size: 16px; color: #4c4c4c; }
.list_div ul li a:hover { color: #2f5da4; }
.list_div ul li span { float: right; font-size: 16px; color: #4c4c4c; padding-right:25px; }

/*wzdt*/
.m234410 table{
    border: 1px solid #b8cced;
}
.m234410 table tr {
    height: 30px;
    line-height: 30px;
}
.m234410 table tr td{
    border: 1px solid #b8cced;
}
.m234410 table tr td a font {
    font-size: 15px !important;
}

a.f_8_{
    display: inline-block;
}

a.f_8_:link {
    TEXT-DECORATION: none;
}

a.f_8_:visited {
    COLOR: #222222;
}

a.f_8_:hover {
    FONT-SIZE: 9pt;
    COLOR: #cc2222;
    FONT-FAMILY: 宋体;
}

.first234410 {
    font-family: 宋体;
    background-color: #ffffff;
}

.ahover234410 {
    font-size: 9pt;
    color: #cc2222;
    font-family: 宋体;
}

.leaderfont234410 {
    font-size: 9pt;
    color: #555555;
    font-family: 宋体;
}

.secondlevelstyle234410 {
    font-size: 9pt;
    color: #222222;
    font-family: 宋体;
    text-decoration: none;
}

.firstlevelstyle234410 {
    margin: 0px 10px;
    text-align: center;
    color: #222222;
    font-family: 宋体;
    font-size: 9pt;
    font-weight: bold;
    text-decoration: none;
}

.avisited234410 {
    color: #222222;
}

.secondtrstyle234410 {
    height: 60px !important;
    background-color: #ffffff;
}

.firsttrstyle234410 {
    height: 60px !important;
    background-color: #f1f8fd;
}
td.td1{
    min-width: 100px;
}