<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: 'timesRoman';
    src: url(fonttimesroman.eot);
    src: url(fonttimesroman.eotfont-spider) format('embedded-opentype'),  url(fonttimesroman.ttf) format('truetype') ;
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'fMdBt';
    src: url(fontfmdbt.eot);
    src: url(fontfmdbt.eotfont-spider) format('embedded-opentype'),  url(fontfmdbt.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}

@charset "utf-8";

/* åˆå§‹åŒ–CSS */

* {
    margin: 0;
    padding: 0;
}

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

fieldset,
img {
    border: none;
    vertical-align: middle;
}

address,
caption,
cite,
code,
dfn,
th,
var {
    font-style: normal;
    font-weight: normal;
}

ul,
ol {
    list-style: none;
}

li {
    list-style-type: none;
}

input {
    padding-top: 0;
    padding-bottom: 0;
    font-family: "SimSun", Arial, sans-serif;
}

select,
input {
    vertical-align: middle;
}

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

input[type="text"],
input[type="password"],
textarea {
    outline-style: none;
}

textarea {
    font-family: "SimSun", Arial, sans-serif;
    resize: none;
}

body {
    font: 12px "SimSun", Arial, sans-serif;
    color: #333;
    background: #fff;
}

a {
    text-decoration: none;
    color: inherit;
}

i,
em {
    font-style: normal;
}

.clearfix:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: "";
}

.clearfix {
    zoom: 1;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.auto {
    margin-left: auto;
    margin-right: auto;
}


/*html5*/

article,
aside,
footer,
header,
section,
footer,
nav,
figure,
main {
    display: block;
}


/*å°å·æ–‡å­—  scaleä»¥12å·å­—ä½“ä¸ºåŸºå‡† éœ€å†™å®žé™…å­—å·å¤§å°*/

.font_adjust {
    -webkit-text-size-adjust: none;
}

.font_scale8 {
    -webkit-transform: scale(0.66);
}

.font_scale10 {
    -webkit-transform: scale(0.83);
}

.font_lc {
    -webkit-transform-origin: left center;
}

.font_rc {
    -webkit-transform-origin: right center;
}

.font_up {
    text-transform: uppercase;
}


/*æ–‡å­—æˆªæ–­*/

.TXTovehid {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


/*transition*/

.tran200 {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.tran300 {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.tran400 {
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.tran500 {
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.tran1000 {
    -webkit-transition: all 1s linear;
    -moz-transition: all 1s linear;
    -ms-transition: all 1s linear;
    transition: all 1s linear;
}

.scaleimg:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.rotateY:hover {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.translateX:hover a {
    -webkit-transform: translateX(6px);
    -moz-transform: translateX(6px);
    -ms-transform: translateX(6px);
    transform: translateX(6px);
}


/*ç½‘é¡µé™å®šå®½åº¦*/

.con_1000 {
    position: relative;
    margin: 0 auto;
    width: 1000px;
}

.con_1000:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
}


/*å›¾ç‰‡æ‡’åŠ&nbsp;è½½loading*/

.scrollLoading {
    background: url(imagesloading.gif) no-repeat center center #ddd;
}

body {
    /*font-family: "microsoft yahei";*/
    font-size: 14px;
}

.w1180 {
    width: 1180px;
    margin: 0 auto;
}


/*index--header*/

.headerWrap {
    width: 100%;
    min-width: 1180px;
}

.header {
    height: 120px;
    width: 100%;
    min-width: 1180px;
    background: url(imagesheaderbg.jpg) no-repeat center top;
}

.header .logo {
    height: 120px;
    line-height: 120px;
}

.header .logo img {
    max-height: 120px;
}

.header .hNav {
    padding-top: 8px;
    height: 50px;
    line-height: 50px;
    text-align: right;
    font-family: "SimSun";
    font-size: 0;
}

.header .hNav li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    line-height: 50px;
}

.header .hNav li:before {
    content: "|";
    display: inline-block;
    margin: 0 12px;
    font-family: 'SimSun';
    font-size: 12px;
    color: #333;
    color: #dddddd;
    line-height: 50px;
}

.header .hNav li:first-child:before {
    display: none;
}

.header .hNav li a {
    font-size: 12px;
    color: #dddddd;
}

.header .hNav li a:hover {
    color: #fff;
}

.header .hForm {
    float: right;
    width: 294px;
    height: 34px;
    border-radius: 5px;
    background: #ffffff;
    line-height: 34px;
}

.header .hForm .text {
    width: 258px;
    float: left;
    font-size: 12px;
    font-family: "SimSun";
    height: 34px;
    line-height: 34px;
    background: none;
    border: none;
    text-indent: 16px;
}

.header .hForm .subm {
    width: 34px;
    height: 34px;
    float: left;
    cursor: pointer;
    background: url(imagessubmbg.png) no-repeat left center;
    border: none;
}


/*index--nav*/

.navWrap {
    width: 100%;
    min-width: 1180px;
    height: 46px;
    line-height: 46px;
    border-bottom: 1px solid #0873bd;
    background: #0873bd;
}

.nav {
    height: 46px;
    line-height: 46px;
    position: relative;
    z-index: 99;
}

.nav a {
    color: #fff;
}

.nav .nLi {
    float: left;
    position: relative;
    display: inline;
    width: 131px;
}

.nav .nLi h3 a {
    display: block;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
}

.nav .sub {
    display: none;
    width: 100%;
    left: 0;
    top: 46px;
    position: absolute;
    background: #0873bd;
    line-height: 30px;
    z-index: 99;
}

.nav .sub li {
    zoom: 1;
}

.nav .sub a {
    display: block;
    padding: 0 10px;
    text-align: center;
}

.nav .sub li:hover a {
    background: #0064a7;
}


/*index-banner*/

.banner {
    width: 100%;
    min-width: 1180px;
    height: 435px;
    overflow: hidden;
    position: relative;

}

.banner .hd {
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 100%;
    height: 15px;
    z-index: 1;
}

.banner .hd ul {
    margin: 0 auto;
    text-align: center;
    font-size: 0;
}

.banner .hd ul li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    background: #fff;
    box-sizing: border-box;
    border-radius: 50%;
    cursor: pointer;
}

.banner .hd ul li.on {
    background: #0058a8;
}

.banner .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.banner .bd ul {
    width: 100% !important;
    height: 435px;
    overflow: hidden;
}

.banner .bd ul li {
    width: 100% !important;
    min-width: 1180px !important;
    zoom: 1;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center top;
}

.banner .bd ul li a {
    width: 100%;
    height: 435px;
    display: block;
    min-width: 1180px;
}

.banner .prev,
.banner .next {
    position: absolute;
    left: 5%;
    top: 50%;
    margin-top: -20px;
    display: block;
    width: 32px;
    height: 40px;
    background: url(imagesslider-arrow.png) -110px 5px no-repeat;
    filter: alpha(opacity=50);
    opacity: 0.5;
    display: none;
}

.banner .next {
    left: auto;
    right: 5%;
    background-position: 8px 5px;
}

.banner .prev:hover,
.banner .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}


/*index--isect1*/

.isect1 {
    height: 354px;
    margin: 32px auto 36px auto;
    overflow: hidden;
}

.isect1 .isect1_1 {
    width: 777px;
    float: left;
}

.iTitle {
    height: 38px;
    line-height: 38px;
    border-bottom: 1px solid #d4d4d4;
    position: relative;
    color: #dadada;
    font-weight: normal;
    margin-bottom: 18px;
}

.iTitle span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.iTitle span.ch {
    font-size: 18px;
    color: #0064aa;
    line-height: 38px;
    border-bottom: 1px solid #0064aa;
    position: relative;
    z-index: 2;
    font-family: "Microsoft Yahei";
    font-weight: normal;
}

.iTitle span.en {
    font-family: "timesRoman";
    color: #333333;
    font-weight: normal;
}

.iTitle .imore {
    float: right;
    font-size: 12px;
    color: #999999;
    font-family: "timesRoman";
    text-transform: uppercase;
}

.isect1 .isect1_1 .textNews {
    width: 373px;
    float: left;
}

.iremNews {
    padding-bottom: 13px;
    margin-bottom: 4px;
    background: url(imageslibg.png) repeat-x left bottom;
}

.iremNews h5 {
    line-height: 16px;
    font-size: 14px;
    color: #333333;
    font-weight: bold;
}

.iremNews span {
    display: block;
    line-height: 27px;
    font-size: 12px;
    color: #bbbbbb;
}

.iremNews p {
    font-size: 12px;
    line-height: 24px;
    color: #999999;
    height: 48px;
    overflow: hidden;
}

.iremNews:hover h5 {
    color: #0064aa;
}

.iremNews:hover p {
    color: #666;
}

.list {
    width: 100%;
}

.list li {
    height: 37px;
    line-height: 37px;
    padding: 0 0 1px 16px;
    position: relative;
    background: url(imageslibg.png) repeat-x left bottom;
}

.list li:before {
    content: " ";
    width: 4px;
    height: 4px;
    background: #aaaaaa;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.list li .fl {
    max-width: 75%;
    font-size: 14px;
    color: #666666;
}

.list li .fr {
    font-size: 12px;
    color: #999999;
}

.list li:hover:before {
    background: #0064aa;
}

.list li:hover .fl {
    color: #0064aa;
    -webkit-transform: translateX(6px);
    -moz-transform: translateX(6px);
    -ms-transform: translateX(6px);
    transform: translateX(6px);
}

.isect1 .isect1_1 .picNews {
    position: relative;
    width: 384px;
    height: 297px;
    overflow: hidden;
    float: right;
}

.isect1 .isect1_1 .picNews .hd {
    height: 10px;
    overflow: hidden;
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 1;
}

.isect1 .isect1_1 .picNews .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.isect1 .isect1_1 .picNews .hd ul li {
    float: left;
    margin-left: 6px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
}

.isect1 .isect1_1 .picNews .hd ul li.on {
    background: #0058a8;
}

.isect1 .isect1_1 .picNews .hd ul li:first-child {
    margin-left: 0;
}

.isect1 .isect1_1 .picNews .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.isect1 .isect1_1 .picNews .bd li {
    position: relative;
    width: 384px;
    height: 297px;
    zoom: 1;
    vertical-align: middle;
}

.isect1 .isect1_1 .picNews .bd li a {
    display: block;
}

.isect1 .isect1_1 .picNews .bd li img {
    width: 100%;
    height: 100%;
}

.isect1 .isect1_1 .picNews .bd li p {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    box-sizing: border-box;
    background: url(imagesgray.png) repeat;
}

.isect1 .isect1_1 .picNews .bd li p a {
    width: 100%;
    display: block;
    font-family: 'Microsoft Yahei';
    font-size: 14px;
    color: #fff;
    text-align: center;
}

.isect1 .isect1_1 .picNews .prev,
.isect1 .isect1_1 .picNews .next {
    position: absolute;
    display: block;
    left: 0;
    top: 50%;
    margin-top: -25px;
    width: 24px;
    height: 46px;
    background: url(imagesslider-arrow.png) -114px 8px no-repeat #0058a8;
    filter: alpha(opacity=0);
    opacity: 0;
}

.isect1 .isect1_1 .picNews .next {
    left: auto;
    right: 0;
    background-position: 4px 8px;
}

.isect1 .isect1_1 .picNews .prev:hover,
.isect1 .isect1_1 .picNews .next:hover {
    filter: alpha(opacity=100) !important;
    opacity: 1 !important;
}

.isect1 .isect1_2 {
    width: 373px;
    float: right;
}

.noticeList {
    width: 100%;
}

.noticeList li {
    height: 49px;
    padding-bottom: 6px;
    background: url(imageslibg.png) repeat-x left bottom;
    margin-top: 7px;
}

.noticeList li:first-child {
    margin-top: -3px;
}

.noticeList li .date {
    width: 57px;
    float: left;
    height: 100%;
    position: relative;
}

.noticeList li .date:before {
    content: " ";
    width: 1px;
    height: 40px;
    background: #aaaaaa;
    position: absolute;
    right: 0;
    top: 5px;
}

.noticeList li .date span {
    display: block;
}

.noticeList li .date span.day {
    text-align: center;
    font-family: "fMdBt";
    font-size: 30px;
    line-height: 30px;
    color: #666666;
}

.noticeList li .date span.year {
    line-height: 17px;
    font-size: 12px;
    color: #666666;
    font-family: "fMdBt";
}

.noticeList li p {
    font-size: 14px;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    color: #666666;
    width: 307px;
    float: right;
}

.noticeList li:hover .date span.day,
.noticeList li:hover .date span.year,
.noticeList li:hover p {
    color: #0060a8;
}

.noticeList li:hover .date:before {
    background: #0060a8;
}


/*index--isect2*/

.isect2 {
    height: 100px;
    overflow: hidden;
    position: relative;
    margin-bottom: 25px;
}

.isect2 .hd {
    height: 18px;
    overflow: hidden;
    position: absolute;
    right: 20px;
    bottom: 10px;
    z-index: 1;
}

.isect2 .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.isect2 .hd ul li {
    float: left;
    margin-left: 7px;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    background: #fff;
    border-radius: 50%;
    font-family: 'Microsoft YaHei';
    font-size: 12px;
    color: #555;
    cursor: pointer;
}

.isect2 .hd ul li.on {
    background: #0058a8;
    color: #fff;
}

.isect2 .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.isect2 .bd li {
    zoom: 1;
    vertical-align: middle;
}

.isect2 .bd img {
    width: 100%;
    height: 100px;
    display: block;
}


/*index--isect3*/

.isect3 {
    height: 236px;
    margin-bottom: 36px;
}

.isect3_1 {
    width: 373px;
    float: left;
    margin-right: 30px;
}

.isect3_2 {
    width: 373px;
    float: left;
}

.isect3_3 {
    width: 373px;
    float: right;
}


/*index--isect4*/

.isect4 {
    height: 76px;
    margin-bottom: 25px;
}

.isect4 dt {
    width: 593px;
    height: 76px;
    float: left;
    background: url(imagesisect4_2.jpg) no-repeat;
    position: relative;
}

.isect4 dd {
    width: 180px;
    height: 100%;
    float: left;
    margin-left: 14px;
    border-radius: 3px;
}

.isect4 dt img,
.isect4 dd img {
    width: 100%;
    height: 100%;
}

.isect4_title {
    color: #fff;
    font-weight: bold;
    font-family: "SimSun";
    font-size: 18px;
    position: absolute;
    left: 160px;
    bottom: 15px;
}


/*index--isect5*/

.isect5 {
    height: 284px;
}

.isect5_1 {
    width: 777px;
    float: left;
    height: 284px;
    position: relative;
}

.slideTxtBox {
    width: 777px;
    text-align: left;
}

.slideTxtBox .hd {
    height: 38px;
    line-height: 38px;
    position: absolute;
    left: 284px;
    top: 0;
}

.slideTxtBox .hd ul {
    float: left;
}

.slideTxtBox .hd ul li {
    float: left;
    cursor: pointer;
    padding-left: 30px;
    position: relative;
    line-height: 38px;
    font-size: 12px;
    color: #999999;
}

.slideTxtBox .hd ul li:before {
    content: " ";
    width: 1px;
    height: 12px;
    background: #999999;
    position: absolute;
    left: 12px;
    top: 50%;
    margin-top: -6px;
}

.slideTxtBox .hd ul li:first-child:before {
    display: none;
}

.slideTxtBox .hd ul li.on {
    color: #0064aa;
}

.isect5_1 .list li {
    width: 360px;
    float: left;
}

.isect5_1 .list li.even {
    float: right;
}

.isect5_1 .list li:nth-child(2n) {
    float: right;
}

.isect5_2 {
    width: 373px;
    height: 274px;
    box-sizing: border-box;
    margin-top: 11px;
    border: 1px solid #d4d4d4;
    float: right;
}

.isect5_2 .title {
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-bottom: 1px solid #eeeeee;
    font-size: 18px;
    color: #0064aa;
    font-family: "Microsoft Yahei";
    font-weight: normal;
    background: url(imagestitlebg.jpg) repeat;
}

.isect5_2 .scrollImg {
    position: relative;
    width: 100%;
    height: 211px;
    overflow: hidden;
    margin: 20px 0 0 0;
    box-sizing: border-box;
}

.isect5_2 .scrollImg ul {
    margin: 0 auto;
    width: 278px;
    height: 168px;
}

.isect5_2 .scrollImg ul li {
    width: 248px;
    height: 168px;
    cursor: pointer;
    overflow: hidden;
    opacity: 0.5;
    position: relative;
}

.isect5_2 .scrollImg ul li.roundabout-in-focus {
    cursor: default;
    opacity: 1;
}

.isect5_2 .scrollImg ul li img {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}

.isect5_2 .scrollImg ul li span {
    display: block;
    width: 100%;
    height: 100%;
    background: url(imageswhitebg.png) repeat;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    display: block;
}

.isect5_2 .scrollImg ul li.roundabout-in-focus span {
    display: none;
}

.isect5_2 .scrollImg ul li.roundabout-in-focus {}

.isect5_2 .scrollImg .btn {
    height: 32px;
    margin-top: 10px;
    text-align: center;
    line-height: 32px;
}

.isect5_2 .scrollImg .btn a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 40px;
    height: 17px;
    margin: 0 8px;
}

.isect5_2 .scrollImg .btn a.btnPrev {
    background: url(imagesleftarr.png) no-repeat center;
}

.isect5_2 .scrollImg .btn a.btnNext {
    background: url(imagesrightarr.png) no-repeat center;
}

.isect5_2 .scrollImg .btn a.btnPrev:hover {
    background: url(imagesleftarron.png) no-repeat center;
}

.isect5_2 .scrollImg .btn a.btnNext:hover {
    background: url(imagesrightarron.png) no-repeat center;
}


/*index--isect6*/

.isect6 {
    height: 176px;
    margin: 30px auto 60px auto;
}

.isect6 .isect6_1 {
    width: 777px;
    float: left;
    height: 100%;
}

.isect6Title {
    height: 60px;
    text-align: center;
    font-weight: normal;
}

.isect6Title span {
    display: block;
}

.isect6Title span.ch {
    line-height: 25px;
    font-family: "Microsoft Yahei";
    font-size: 18px;
    color: #0064aa;
}

.isect6Title span.en {
    line-height: 19px;
    position: relative;
    font-size: 12px;
    color: #333333;
    text-transform: uppercase;
    font-family: "timesRoman";
}

.isect6Title span.en:before {
    content: " ";
    width: 100%;
    height: 1px;
    background: #619fca;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 1;
}

.isect6Title span em {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 0 14px;
    background: #fff;
    position: relative;
    z-index: 2;
}

.isect6 .isect6_1 .picScroll-left {
    width: 777px;
    overflow: hidden;
    position: relative;
    height: 112px;
}

.isect6 .isect6_1 .picScroll-left .bd {}

.isect6 .isect6_1 .picScroll-left .bd ul {
    overflow: hidden;
    zoom: 1;
}

.isect6 .isect6_1 .picScroll-left .bd ul li {
    float: left;
    overflow: hidden;
    text-align: center;
    margin-right: 31px;
    width: 373px;
    height: 112px;
}

.isect6 .isect6_1 .picScroll-left .bd ul li img {
    width: 100%;
    height: 100%;
}

.isect6 .isect6_1 .picScroll-left .prev,
.isect6 .isect6_1 .picScroll-left .next {
    display: block;
    width: 16px;
    height: 34px;
    position: absolute;
    top: 50%;
    z-index: 3;
    cursor: pointer;
    margin-top: -17px;
}

.isect6 .isect6_1 .picScroll-left .prev {
    left: -16px;
    background: url(imagesileftarr.png) no-repeat center;
}

.isect6 .isect6_1 .picScroll-left .next {
    right: -16px;
    background: url(imagesirightarr.png) no-repeat center;
}

.isect6 .isect6_1 .picScroll-left:hover .prev {
    left: 0;
}

.isect6 .isect6_1 .picScroll-left:hover .next {
    right: 0;
}

.isect6 .isect6_2 {
    width: 373px;
    float: right;
}

.isect6 .isect6_2 .ilink {
    width: 100%;
    height: 112px;
}

.isect6 .isect6_2 .ilink dl {
    height: 32px;
    width: 100%;
    position: relative;
    margin-top: 9px;
}

.isect6 .isect6_2 .ilink dl:first-child {
    margin-top: 0;
}

.isect6 .isect6_2 .ilink dl dt {
    width: 100%;
    height: 32px;
    cursor: pointer;
}

.isect6 .isect6_2 .ilink dl dt span {
    float: left;
    width: 333px;
    height: 32px;
    box-sizing: border-box;
    border: 1px solid #d4d4d4;
    border-right: none;
    line-height: 30px;
    padding-left: 20px;
    font-size: 12px;
    color: #666666;
}

.isect6 .isect6_2 .ilink dl dt em {
    width: 40px;
    height: 32px;
    float: left;
    background: #dceaf3;
}

.isect6 .isect6_2 .ilink dl dt em i {
    display: block;
    width: 100%;
    height: 100%;
    background: url(imagesdown.png) no-repeat center;
}

.isect6 .isect6_2 .ilink dl dd {
    width: 100%;
    box-sizing: border-box;
    background: #fff;
    position: absolute;
    left: 0;
    top: 32px;
    z-index: 2;
    background: #c9e3f4;
    display: none;
}

.isect6 .isect6_2 .ilink dl dd a {
    display: block;
    padding: 0 40px 0 20px;
    line-height: 30px;
    color: #666666;
}

.isect6 .isect6_2 .ilink dl dd a:hover {
    background: #0064aa;
    color: #fff;
}

.isect6 .isect6_2 .ilink dl.on dt em i {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}


/*index--footer*/

.footer {
    width: 100%;
    min-width: 1180px;
    padding: 32px 0 35px 0;
    background: #313334;
    font-size: 12px;
    color: #cccccc;
    line-height: 26px;
}

.footer .fl {
    max-width: 50%;
}

.footer .fl span {
    margin-right: 12px;
}

.footer .fr span {
    margin-left: 12px;
}

.footer .fr {
    max-width: 50%;
    text-align: right;
}

.footer a:hover {
    color: #fff;
}


/*index--float*/

.float {
    width: 52px;
    position: fixed;
    bottom: 10%;
    right: 3%;
    z-index: 9;
}

.float li {
    width: 52px;
    height: 52px;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
    margin-bottom: 2px;
    background-color: #313334;
    font-size: 12px;
    color: #ffffff;
    padding: 5px 12px;
    line-height: 20px;
    text-align: center;
}

.float li .codeImg {
    width: 112px;
    height: 112px;
    padding: 1px 15px 1px 1px;
    background: url(imagesfcodebg.png) no-repeat left top;
    position: absolute;
    left: -123px;
    top: -31px;
    display: none;
}

.float li .codeImg img {
    width: 100%;
    height: 100%;
    background: #fff;
}

.float li.goTop {
    background: #313334 url(imagesgotop.png) no-repeat center;
}

.float li:hover {
    background-color: #0873bd;
}


/*å­¦é™¢æ¦‚å†µ--æœºæž„è®¾ç½®*/

.nyWrap {
    margin-top: 40px;
}

.nyWrap .side {
    width: 240px;
    background: #f0f0f0;
    padding-bottom: 60px;
    display: table-cell;
    vertical-align: top;
}

.nyWrap .nyRight {
    width: 940px;
    display: table-cell;
    vertical-align: top;
}

.nyWrap .nyRight .nyContent {
    min-height: 450px;
    padding: 0 0 60px 40px;
}

.nyWrap .side .title {
    width: 240px;
    height: 115px;
    box-sizing: border-box;
    padding: 26px 20px 0 20px;
    background: url(imagesnytitle.png) no-repeat center;
}

.nyWrap .side .title span {
    display: block;
}

.nyWrap .side .title span.ch {
    line-height: 44px;
    font-size: 30px;
    font-family: "Microsoft Yahei";
    font-weight: bold;
    color: #ffffff;
}

.nyWrap .side .title span.en {
    line-height: 22px;
    font-size: 12px;
    color: #ccdbed;
    font-family: "timesRoman";
    text-transform: uppercase;
    font-weight: normal;
}

.nyWrap .side ul {
    width: 100%;
    border-bottom: 1px solid #ffffff;
}

.nyWrap .side ul li {
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #e1e1e1;
}

.nyWrap .side ul li a {
    display: block;
    width: 240px;
    box-sizing: border-box;
    padding: 0 78px 0 52px;
    height: 56px;
    line-height: 56px;
    font-size: 14px;
    color: #333333;
    position: relative;
    background-repeat: no-repeat;
    background-position: 161px center;
}

.nyWrap .side ul li a:before {
    content: " ";
    width: 14px;
    height: 1px;
    background: #006fc2;
    position: absolute;
    left: 20px;
    top: 50%;
    width: 0;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.nyWrap .side ul li.on a,
.nyWrap .side ul li:hover a {
    color: #0873bd;
    background-image: url(imagessideicon.png);
    background-color: #fff;
}

.nyWrap .side ul li.on a:before,
.nyWrap .side ul li:hover a:before {
    width: 14px;
}

.bread {
    width: 900px;
    height: 34px;
    border-bottom: 1px solid #d4d4d4;
    position: relative;
    margin-bottom: 30px;
}

.bread span {
    font-size: 18px;
    color: #006c30;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    font-family: "Microsoft Yahei";
    line-height: 34px;
    border-bottom: 1px solid #006c30;
}

.bread .path {
    float: right;
    line-height: 34px;
    font-size: 12px;
    color: #666666;
    padding-left: 25px;
    background: url(imageshome.png) no-repeat left center;
}

.bread .path a:hover {
    color: #006fc2;
}

.orgList {
    width: 900px;
}

.orgList dl {
    margin-bottom: 40px;
}

.orgList dl dt {
    width: 100%;
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-weight: bold;
    background: #dddddd;
    border-radius: 3px 3px 0 0;
    font-size: 16px;
    color: #444444;
    box-sizing: border-box;
    padding: 0 42px;
    position: relative;
    cursor: pointer;
}

.orgList dl dt i.icon {
    position: absolute;
    width: 42px;
    height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    background: url(imagesaddicon.png) no-repeat left center;
}

.orgList dl.on dt i.icon {
    background-image: url(imagessubicon.png);
}

.orgList dl.on dt {
    background: #0873bd;
    color: #ffffff;
}

.orgList dl dd {
    width: 100%;
    box-sizing: border-box;
    padding: 20px 30px 23px 30px;
    background: #f6f6f6;
    border: 1px solid #e4e3e4;
    font-size: 14px;
    line-height: 36px;
    color: #444444;
    text-align: justify;
    display: none;
}

.orgList dl dd * {
    max-width: 100% !important;
}


/*å­¦é™¢æ¦‚å†µ*/

.detail {
    font-size: 14px;
    line-height: 26px;
    color: #444444;
    text-align: justify;
}

.detail * {
    max-width: 100% !important;
}

.about {
    margin-bottom: 54px;
}


/*å¸ˆèµ„é˜Ÿä¼*/

.picList {
    width: 900px;
    padding-bottom: 10px;
}

.picList li {
    width: 146px;
    float: left;
    height: 204px;
    border-bottom: 2px solid #d4d4d4;
    background: #f0f0f0;
    margin: 0 42px 40px 0;
    position: relative;
}

.picList li:before {
    content: " ";
    width: 100%;
    height: 2px;
    background: #0064aa;
    position: absolute;
    left: 0;
    bottom: -2px;
    z-index: 2;
    width: 0;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.picList li.rLi {
    margin-right: 0;
}



.picList li .pic {
    width: 100%;
    height: 168px;
    overflow: hidden;
}

.picList li .pic img {
    width: 100%;
    height: 100%;
}

.picList li .text {
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 14px;
    color: #444444;
    font-weight: bold;
}

.picList li:hover .text {
    color: #0064aa;
}

.picList li:hover:before {
    width: 100%;
}


/*åˆ†é¡µ*/

.page {
    text-align: center;
    font-size: 0;
}

.page a,
.page span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    height: 28px;
    line-height: 28px;
    padding: 0 12px;
    border: 1px solid #d4d4d4;
    color: #666666;
    margin: 0 5px;
    font-size: 12px;
}

.page a:hover {
    background: #006fc2;
    border-color: #006fc2;
    color: #fff;
}


/*æ–°é—»åˆ—è¡¨*/

.list.nyList {
    margin-bottom: 50px;
    margin-top: -15px;
}

.list.nyList li {
    padding-left: 23px;
    height: 45px;
    line-height: 45px;
}

.list.nyList li:before {
    background: url(imageslibg1.png) no-repeat center;
    width: 11px;
    height: 8px;
    top: 50%;
    margin-top: -4px;
}

.list.nyList li:hover:before {
    background: url(imageslibg1on.png) no-repeat center;
}


/*ä»Žæ¸¸è°­*/

.picList.picList1 li {
    width: 274px;
    height: 222px;
    margin: 0 38px 40px 0;
}



.picList.picList1 li.rLi {
    margin-right: 0;
}

.picList.picList1 li .pic {
    height: 184px;
}

.picList.picList1 li .text {
    height: 38px;
    line-height: 38px;
    font-weight: normal;
}


/*ä¸‹è½½ä¸“åŒº*/

.list.nyList.download li {
    height: 45px;
    line-height: 45px;
}

.list.nyList.download .fr {
    width: 90px;
    height: 24px;
    margin-top: 12px;
    text-align: center;
    line-height: 24px;
    border-radius: 5px;
    background: #cccccc;
    font-size: 12px;
    color: #ffffff;
}

.list.nyList.download li:hover .fr {
    background: #0873bd;
}

.list.nyList.download li:hover .fl {}


/*æ–°é—»è¯¦æƒ…é¡µ*/

.passage {
    padding: 0 0 15px 0;
}

.passage .title {
    text-align: center;
    font-size: 24px;
    font-weight: normal;
    color: #1a1a1a;
    line-height: 35px;
    margin-bottom: 10px;
}

.passage .tips {
    text-align: center;
    line-height: 30px;
    font-size: 12px;
    color: #666666;
    margin-bottom: 30px;
}

.passage .tips span {
    margin: 0 16px;
}

.psgLink {
    border-top: 1px solid #ccc;
    margin-top: 50px;
    line-height: 40px;
    padding: 20px 0 80px 30px;
}

.psgLink p:hover a {
    color: #0f4797;
    text-decoration: underline;
}</pre></body></html>