* {
    margin: 0;
    padding: 0;
}

ul,
li,
ol {
    list-style-type: none;
}

img {
    border: none 0;
    vertical-align: middle;
}

button,
select,
input {
    font-family: "Microsoft Yahei";
}

ul,
li {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

em,
i {
    font-style: normal;
}

a {
    text-decoration: none;
    color: #545454;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix:before,
ul:before,
.width1132:before,
.width877:before,
.width223:before {
    content: '';
    clear: both;
}

.clearfix:after,
ul:after,
.width1132:after,
.width877:after,
.width223:after {
    content: '';
    clear: both;
    display: table;
}

body,
html {
    background-color: #fff;
    font-style: normal;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: transparent;
    color: #333;
    font: normal 12px/1.5 Arial, "Microsoft Yahei";
    overflow-y:scroll;
}

.width1132 {
    width: 1132px;
    margin: 0 auto;
}

.width877 {
    width: 877px;
}

.width223 {
    width: 223px;
}

.header {
    border-top: 5px solid #3f687e;
    background: #fff;
    background: -ms-linear-gradient(top, #ffffff 0%, #f9f9f9 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f9f9f9));
    background: -moz-linear-gradient(top, #ffffff, #f9f9f9);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f9f9f9');
    z-index: 2;
}

.header-hd {
    height: 91px;
}

.logo {
    display: inline-block;
    margin-top: 15px;
}

.header-mate {
    height: 30px;
    overflow: hidden;
    margin-top: 28px;
}

.header-mate a {
    float: left;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    font-family: '宋体';
    color: #686868;
}

.header-mate a.oa {
    padding: 0 18px 0 34px;
    background: url(/images/icon_oa.png) no-repeat left center;
}

.header-mate a.cy {
    padding-left: 34px;
    background: url(/images/icon_cy.png) no-repeat left center;
}

.header-mate a:hover {
    text-decoration: underline;
}

.header-mate em {
    float: left;
    height: 30px;
    line-height: 30px;
    font-family: '宋体';
    color: #686868;
    margin: 0 5px;
}

.header-bd {
    height: 37px;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #e9e6e7;
}

.header-nav li {
    position: relative;
    float: left;
    width: 161.5px;
    height: 37px;
    box-sizing: content-box;
}

.header-nav li:after {
    content: '';
    position: absolute;
    top: 13px;
    left: 0;
    display: inline-block;
    height: 12px;
    width: 1px;
    background-color: #9bb0bb;
}

.header-nav li:first-child:after {
    display: none;
}

.header-nav li > a {
    display: block;
    text-align: center;
    height: 37px;
    line-height: 37px;
    font-size: 16px;
    color: #1e74c2;
    border-radius: 4px;
}

.header-nav li > a:hover {
    background-color: #f5f5f5;
}
.header-nav li.on > a{
    background-color: #1e74c2;
    color: #fff;
}
.header-nav li.on:after {
    background-color: #1e74c2;
}
.header-secondnav {
    display: none;
    position: absolute;
    top: 37px;
    left: 11px;
    border: 1px solid #1a8fc9;
    border-radius: 4px;
    padding: 10px 0;
    background-color: #379ce2;
    box-shadow: 4px 4px 5px #607d8b;
    z-index: 2;
}

.header-nav li:hover .header-secondnav {
    display: block;
}

.header-secondnav a {
    position: relative;
    display: block;
     width: 196px !important;
    height: 32px;
    line-height: 32px;
    color: #fff;
    font-size: 16px;
}

.header-secondnav a i {
    margin: 0 5px 0 9px;
}
.header-secondnav a:before {
    content: '>';
    position: absolute;
    top: 0;
    right: 10px;
    font-family: "宋体" !important;
}
.header-secondnav a:after {
    content: '';
    position: absolute;
    top: 0;
    right: -12px;
    display: none;
    width: 12px;
    height: 45px;
    background: url(/images/icon_navbg.png) no-repeat;
}

.header-secondnav a:hover {
    background-color: #3290d2;
}

.header-secondnav a:hover:after {
    display: inline-block;
}

.indexsoll {
    position: relative;
    width: 100%;
    border-top: 1px solid #e4e7eb;
    border-bottom: 1px solid #e4e7eb;
    margin-bottom: 17px;
}

.indexsoll .hd {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    text-align: right;
    z-index: 1;
}

.indexsoll .hd ul li {
    display: inline-block;
    width: 12px;
    height: 12px;
    background-color: #fff;
    border-radius: 7px;
    cursor: pointer;
    margin: 0 3px;
    font-size: 0;
}

.indexsoll .hd ul li:hover,
.indexsoll .hd ul li.on {
    width: 41px;
    height: 12px;
    background-color: #e71d1d;
}

.indexsoll .bd li {
    position: relative;
}

.indexsoll .bd li .word {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 90px;
    margin-top: -45px;
}

.indexsoll .bd li .word p {
    text-align: center;
    font-size: 38px;
    color: #fff;
    line-height: 1.2;
    text-shadow: 0 1px 1px #333;
}

.indexsoll .bd img {
    width: 100%;
    min-width: 1132px;
}

.bodyer {}

.bodyer.type1 > .width1132 {
    padding-bottom: 42px;
    background: url(/images/boderbg.png) no-repeat left bottom;
}

.bodyer.type2 {
    padding-bottom: 42px;
    background-color: #f8f8fa;
}

.footer {
    height: 80px;
    background-color: #f0f0f0;
}

.logo2 {
    display: inline-block;
}

.footer-bd {
    margin-left: 40px;
}

.footer-bd p {
    color: #666;
    margin: 25px 0 5px 14px;
}

.footer-nav li {
    position: relative;
    float: left;
    padding: 0 15px;
}

.footer-nav li:after {
    content: '';
    position: absolute;
    top: 5px;
    right: 0;
    display: inline-block;
    width: 1px;
    height: 9px;
    background-color: #97acb7;
}

.footer-nav li a {
    color: #666;
}

.footer-nav li a:hover {
    text-decoration: underline;
}

.conter1 {
    width: 467px;
    height: 221px;
    padding: 25px;
    background: url(/images/listbg1.jpg) no-repeat;
}
.conter1 .conter5-list a{
    color: #545454;
    width: 390px;
}

.newtitle {
    height: 25px;
    line-height: 25px;
    overflow: hidden;
}

.newtitle span {
    float: left;
    font-size: 22px;
    color: #000;
}

.titmore {
    display: inline-block;
    height: 25px;
    line-height: 30px;
    color: #007373;
    font-weight: bold;
    padding-right: 12px;
    background: url(/images/icon_arrow1.png) no-repeat right 11px;
}

.conter1-p1 {
    width: 320px;
    margin-top: 25px;
    font-size: 14px;
    color: #333;
    line-height: 1.3;
}

.conter1-p1:after {
    content: '';
    display: block;
    width: 10px;
    height: 1px;
    margin-top: 8px;
    background-color: #464646;
}

.conter1-p2 {
    width: 435px;
    height: 53px;
    font-size: 14px;
    margin-top: 20px;
    color: #666;
    overflow: hidden;
    line-height: 1.3;
    color: #666;
}

.conter1-more {
    display: block;
    font-size: 14px;
    color: #ec1717;
    font-weight: bold;
    margin-top: 10px;
}

.statable {
    width: 272px;
    height: 221px;
    overflow: hidden;
    padding: 25px;
    background-color: #2587da;
}
.statable-tit{
    height: 25px;
    line-height: 25px;
    color: #fff;
}
.statable-tit span{
    font-size: 22px;
}
.conter2 {
    width: 273px;
    padding-top: 25px;
    height: 246px;
    margin-left: 18px;
    overflow: hidden;
}

.conter2-word {
    height: 105px;
    overflow: hidden;
    margin-top: 30px;
}

.conter2-word img {
    display: block;
    margin-bottom: 5px;
}

.conter2-word p {
    font-size: 14px;
    color: #000;
    line-height: 1.4;
}

.conter2-word p a {
    color: #000;
}

.redcolor {
    color: #c62b2b;
}

.graycolor {
    color: #00a3b2;
}

.conter2-img {
    width: 273px;
    height: 74px;
    margin-top: 15px;
}

.conter3 {
    width: 264px;
    height: 190px;
    padding: 25px 15px;
    overflow: hidden;
}

.conter3-word {
    overflow: hidden;
    margin-top: 23px;
}

.conter3-word:before {
    content: '';
    float: left;
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #b60127;
    margin: 4px 8px 0 0;
}

.conter3-word > div {
    float: left;
    width: 250px;
    font-size: 14px;
    line-height: 1.4;
    color: #000;
}

.conter3-word > div a {
    color: #000;
}

.conter4 {
    width: 223px;
    height: 240px;
    overflow: hidden;
}

.conter4.type2 {
    margin-top: 12px;
}

.conter4 a {
    position: relative;
    display: block;
    width: 233px;
    height: 80px;
}
.conter4 a:after{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 25px;
    display: inline-block;
    width: 17px;
    background: url(/images/imgarrow_w.png) no-repeat center center;
}
.conter4 a:last-child:after{
    background: url(/images/imgarrow_r.png) no-repeat center center;
}

.conter4 a:hover:after{
    right: 20px;
}

.conter5 {
    width: 583px;
    height: 215px;
    padding: 25px 5px 0 25px;
}

.conter5-list {
    margin-top: 12px;
}

.conter5-list li {
    position: relative;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    padding-left: 10px;
}

.conter5-list li:before {
    position: absolute;
    left: 0;
    content: '';
    float: left;
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #b60127;
    margin: 11px 8px 0 0;
}

.conter5-list li > a {
    float: left;
    display: inline-block;
    width: 500px;
    color: #000;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.conter5-list li > a:hover {
    text-decoration: underline;
}

.conter5-list li span {
    float: right;
    display: inline-block;
}

.imagetit {
    height: 162px;
    margin-bottom: 20px;
}

.imagetit p {
    font-size: 60px;
    font-family: 'Georgia';
    color: #fff;
    line-height: 162px;
    text-align: right;
}

.leftit {
    height: 58px;
    line-height: 58px;
    font-size: 18px;
    text-align: center;
    background: url(/images/listbg1.jpg);
    color: #000;
}

.leftnav li > a {
    display: block;
    height: 45px;
    line-height: 45px;
    background-color: #fff;
    border-top: 1px solid #e4e7eb;
    color: #000;
    font-size: 16px;
}
.leftnav li > a:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #a8a8a9;
    margin: 0 10px;
}

.leftnav li > a:hover {
    background-color: #f1f1f1;
}

.leftnav li > a.active{
    border-top: 2px solid #000;
    background-color: #0a87cd;
    color: #fff;
}
.leftnav li.on div{
    display: block;
}
.leftnav li.on > a:before {
    border-left: 5px solid #6ec6f6;
}

.leftnav li div {
    display: none;
    border-top: 1px solid #1964a3;
    padding: 10px 10px 10px 30px;
    background-color: #5696cc;
}

.leftnav li:hover div {
    display: block;
}

.leftnav li div a {
    position: relative;
    display: block;
    height: 25px;
    line-height: 25px;
    color: #b8dfff;
    font-size: 14px;
    padding-left: 8px;
}

.leftnav li div a:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    display: inline-block;
    width: 3px;
    height: 3px;
    background-color: #b8dfff;
}

.leftnav li div a:hover {
    color: #fff;
}

.leftnav li div a:hover:before {
    background-color: #fff;
}
.leftnav li div a.on {
    color: #fff;
}

.leftnav li div a.on:before {
    background-color: #fff;
}
.leftlist {
    margin-top: 10px;
    overflow: hidden;
}

.leftlist a {
    position: relative;
    display: block;
    width: 204px;
    height: 90px;
    margin-top: 10px;
}

.leftlist a span {
    position: absolute;
    top: 58px;
    right: 15px;
    left: 0;
    display: block;
    text-align: right;
    font-size: 14px;
    color: #fff;
}

.wordcontent {
    background-color: #fff;
    overflow: hidden;
}

.wordcontent .hd {
    height: 80px;
    overflow: hidden;
    background-color: #0a87cd;
}

.wordcontent .hd .tit {
    float: left;
    line-height: 80px;
    font-size: 28px;
    color: #fff;
    padding-left: 25px;
}

.breadnav {
    float: right;
    margin: 33px 25px 0 0;
    height: 20px;
    line-height: 20px;
}

.breadnav a {
    color: #fff;
}

.breadnav a:hover {
    text-decoration: underline;
}

.breadnav a.home {
    display: inline-block;
    width: 11px;
    height: 10px;
    background: url(/images/icon_home.png) no-repeat center center;
}

.breadnav em {
    font-family: "宋体" !important;
    color: #fff;
    padding: 0 5px;
}

.wordcontent .bd {
    border-top: 1px solid #e4e7eb;
}

.paging {
    text-align: center;
    margin: 60px 0;
}

.paging a {
    display: inline-block;
    width: 38px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    background-color: #f4f4f4;
    color: #aaaaaa;
    font-weight: bold;
    border-radius: 2px;
    border: 1px solid #e4e7eb;
}

.paging a.prev,
.paging a.next {
    width: 66px;
}

.paging a:hover {
    color: #000;
    background-color: #f0f0f0;
}

.paging a.on {
    background-color: #1290ca;
    color: #fff;
}

.imgcontent .hd {
    height: 40px;
}

.imgcontent .hd span {
    display: inline-block;
    width: 318px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    background-color: #0a87cd;
    color: #fff;
}

.imgcontent .hd i {
    display: inline-block;
    width: 20px;
    height: 40px;
}

.imgcontent .hd i.green {
    background-color: #2d9676;
}

.imgcontent .hd i.yellow {
    background-color: #fcca53;
}

.imgcontent .bd {
    background-color: #fff;
    margin-top: 5px;
    padding: 30px;
}

.imgcontent .bd li {
    width: 205px;
    margin: 10px;
}

.imgcontent .bd .imgd {
    position: relative;
    border: 1px solid #ccc;
}

.imgcontent .bd .imgd i {
    position: absolute;
    bottom: 0;
    right: 0;
    display: inline-block;
    width: 80px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    color: #fff;
}

.imgcontent .bd .imgd i.blue {
    background-color: #0a87cd;
}

.imgcontent .bd .imgd i.green {
    background-color: #2d9676;
}

.imgcontent .bd .imgd i.yellow {
    background-color: #fcca53;
}

.imgcontent .bd li .tit {
    display: block;
    color: #0a87cd;
    padding: 10px 0;
    font-size: 14px;
    color: #0a87cd;
}

.imgcontent .bd li .tit:hover {
    text-decoration: underline;
}

.imgcontent .bd ul li p {
    color: #333;
    line-height: 2;
}

.imgcontent .bd ul li p em {
    padding-right: 3px;
}

.content {
    background-color: #fff;
    overflow: hidden;
    margin-bottom: 100px;
}

.content .tit {
    text-align: center;
    min-height: 80px;
    background-color: #0a87cd;
    line-height: 80px;
    font-size: 22px;
    color: #fff;
}

.content .tit2 {
    min-height: 30px;
    font-size: 22px;
    padding: 20px;
    text-align: center;
    background-color: #0a87cd;
    color: #fff;
}

.content .state {
    height: 40px;
    background-color: #a2a4b4;
    padding: 0 40px;
    line-height: 40px;
    margin-top: 1px;
    text-align: center;
}

.content .time {
    font-size: 14px;
    color: #fff;
}

.content .cbd {
    padding: 40px;
}

.content .cbd p {
    text-indent: 2em;
    line-height: 2;
    font-size: 14px;
    color: #8e8e8e;
    padding: 10px 0;
}
.content .cbd .textype2 p {
    text-indent: 0em;
}
.content-roll {
    position: relative;
    width: 820px;
    height: 447px;
    margin: 10px 0;
}

.content-roll .bd {
    width: 820px;
    height: 447px;
}

.content-roll .bd li img {
    width: 820px;
    height: 447px;
}

.content-roll .prev,
.content-roll .next {
    position: absolute;
    top: 175px;
    display: inline-block;
    width: 55px;
    height: 88px;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.7) !important;
    z-index: 1;
    cursor: pointer;
}

.content-roll .prev {
    left: -10px;
    background: url(/images/arrow_l.png) no-repeat center center;
}

.content-roll .next {
    right: -10px;
    background: url(/images/arrow_r.png) no-repeat center center;
}

.content-roll .prev:hover,
.content-roll .next:hover {
    background-color: rgba(2, 79, 152, 0.8) !important;
}

.page {
    margin: 40px;
}

.page li {
    height: 35px;
    line-height: 35px;
    border-top: 1px solid #e4e7eb;
    overflow: hidden;
    padding: 0 10px;
}

.page li:first-child {
    border-top: 0;
}

.page li:hover {
    background-color: #f8f8f8;
}

.page li span {
    color: #8e8e8e;
    font-size: 13px;
}

.page li a {
    margin-left: 20px;
    color: #6f6f6f;
    font-size: 13px;
}

.page li a:hover {
    text-decoration: underline;
}

.page li em {
    color: #8e8e8e;
    float: right;
}

.listype1 {}

.listype1 dt {
    height: 40px;
    line-height: 40px;
    background-color: #f9f9f9;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #c8c8c8;
}

.listype1 dt span {
    float: left;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    color: #666;
}

.listype1 dt span.type1 {
    width: 72px;
}

.listype1 dt span.type2 {
    width: 585px;
    text-align: left;
    padding-left: 120px;
}

.listype1 dt span.type3 {
    width: 100px;
}

.listype1 dd {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #eee;
}

.listype1 dd:hover {
    background-color: #f0f8ff;
}

.listype1 dd em,
.listype1 dd a,
.listype1 dd i {
    float: left;
}

.listype1 dd em {
    color: #9c9c9c;
}

.listype1 dd span {
    float: right;
    display: inline-block;
    width: 100px;
    text-align: center;
    color: #9c9c9c;
}

.listype1 dd em {
    display: inline-block;
    width: 72px;
    text-align: center;
}

.listype1 dd a {
    display: inline-block;
    max-width: 690px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.listype1 dd a:hover {
    text-decoration: underline;
}

.listype1 dd i {
    display: inline-block;
    width: 39px;
    height: 16px;
    text-align: center;
    line-height: 16px;
    color: #fff;
    background-color: #f49000;
    margin: 11px 0 0 10px;
}
.top_advert {
    display: none;
    min-width: 1132px;
}
.top_advert img{
    width: 100%;
}<!--耗时1775468851.3768秒-->