<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
.container {
    width: 1080px
}

header .logo {
    width: 475px;
    height: 103px;
    background: url(../img/logo.png) center center no-repeat;
    overflow: hidden
}

header .home {
    width: 176px;
    height: 80px;
    position: relative;
    top: 25px;
    right: 15px;
    font-size: 13px
}

header .home .fl:hover, header .home .fr:hover {
    color: #2888E2
}

header .home .fl {
    height: 25px;
    display: block;
    padding-left: 25px;
    background: url(../img/icon-home.png) left center no-repeat;
    line-height: 25px;
    color: #666;
    text-decoration: none
}

header .home .fr {
    height: 25px;
    display: block;
    padding-left: 25px;
    background: url(../img/icon-star.png) left center no-repeat;
    line-height: 25px;
    color: #666;
    text-decoration: none
}

header {
    min-width: 1000px;
    background: url(../img/bg-header.png) repeat-x
}

nav {
    min-width: 1000px;
    background: url(../img/bg-nav.png) repeat-x
}

nav ul li {
    float: left;
    padding-right: 23px;
}

nav ul li a:visited, nav ul li a:focus {
    color: #626262
}

nav ul li a {
    /*width: 79px;*/
	padding:0 2px;
    height: 45px;
    line-height: 45px;
    display: block;
    text-align: center;
    color: #626262;
    font-size: 15px;
    font-family: Microsoft YaHei
}

nav ul li a:hover {
    color: #2888E2;
    text-decoration: none
}

nav ul li.line {
    width: 2px;
    height: 45px;
    line-height: 45px;
    color: #626262
}

nav ul li form {
    position: relative;
    margin-top: 10px
}

nav ul li .search:focus {
    background: #f7f7f7;
    outline: 0
}

nav ul li .search {
    width: 150px;
    height: 26px;
    padding: 0 30px 0 10px;
    margin-left: 10px;
    border-radius: 5px;
    background: #fafafa;
    border: 0;
    font-size: 13px;
    color: #aaa
}

nav ul li form:focus button {
    outline: 0;
    background: url(../img/icon-search.png) center center no-repeat
}

nav ul li button {
    width: 24px;
    height: 20px;
    background: url(../img/icon-search.png) center center no-repeat;
    border: 0;
    border-left: 1px solid #ccc;
    position: absolute;
    right: 5px;
    top: 3px
}

.focusBox {
    position: relative;
    width: 1439px;
    height: 431px;
    overflow: hidden
}

.focusBox .pic img {
    width: 1439px;
    height: 431px;
    display: block
}

.focusBox a {
    cursor: pointer
}

.focusBox .hd {
    overflow: hidden;
    zoom: 1;
    position: absolute;
    bottom: 18px;
    right: 28px;
    z-index: 3
}

.focusBox .hd li {
    float: left;
    line-height: 15px;
    text-align: center;
    font-size: 12px;
    height: 15px;
    cursor: pointer;
    overflow: hidden;
    margin-left: 9px
}

.focusBox .hd li div {
    line-height: 15px;
    font-size: 12px;
    width: 40px;
    height: 5px;
    margin-top: 5px;
    overflow: hidden;
    background: #919191;
    filter: alpha(opacity=80);
    opacity: .8;
    -webkit-transition: All .5s ease;
    -moz-transition: All .5s ease;
    -o-transition: All .5s ease
}

.focusBox .hd .on div {
    background: #FFF45C;
    filter: alpha(opacity=100);
    opacity: 1
}

.focusBox .prev, .focusBox .next {
    width: 45px;
    height: 99px;
    position: absolute;
    top: 91px;
    z-index: 3;
    filter: alpha(opacity=20);
    -moz-opacity: .2;
    opacity: .2;
    -webkit-transition: All .5s ease;
    -moz-transition: All .5s ease;
    -o-transition: All .5s ease
}

.focusBox .prev:hover, .focusBox .next:hover {
    filter: alpha(opacity=60);
    -moz-opacity: .6;
    opacity: .6
}

@media (max-width: 1430px) {
    .focusBox {
        min-width: 1000px;
        width: 100%;
        height: auto
    }

    .focusBox .pic img {
        width: 100%;
        height: auto
    }

    .focusBox .tempWrap {
        margin: 0 auto
    }
}

@media (max-width: 1370px) and (min-width: 1200px) {
    .focusBox .pic img {
        width: 100%;
        height: 320px
    }
}

.shadow1 {
    width: 100%;
    height: 13px;
    min-width: 1000px;
    background: #fff url(../img/bg-shadow.png) center bottom no-repeat
}
.platforms ul {
    display: flex;
}
.platforms ul li {
    flex: 1;
    position: relative;
    /*width: 237px;*/
    height: 230px;
    margin-top: 30px;
    margin-left: 10px;
    margin-right: 10px
}

.platforms .img-circle img {
    width: 60px;
    height: 60px;
    border-radius: 30px
}

.platforms .img-circle {
    display: block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    margin: 0 auto
}

.platforms h2 {
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-family: "Microsoft YaHei";
    font-size: 18px;
    font-weight: 500;
    color: #333
}

.platforms .text {
    height: 105px;
    border-top: 1px solid #DEE2EB;
    border-bottom: 1px solid #DEE2EB;
    line-height: 25px;
    font-size: 12px;
    font-family: "宋体";
    color: #333;
    overflow: hidden
}

.platforms .more {
    position: absolute;
    display: block;
    width: 39px;
    height: 11px;
    right: 0;
    bottom: 18px;
    background: url(../img/icon-more1.png) center center no-repeat
}

.news &gt; .container {
    position: relative;
    height: 30px
}

.news &gt; .container .line {
    width: 990px;
    position: absolute;
    top: 14px;
    border-top: 1px solid #DEE2EB
}

.news &gt; .container h2 {
    position: absolute;
    top: 0;
    left: 50%;
    width: 70px;
    height: 20px;
    display: inline;
    margin-left: -35px;
    z-index: 2;
    padding: 5px 10px;
    background: #fff;
    text-align: center;
    font-size: 16px;
    color: #7f7f7f;
    font-weight: 500
}

.news &gt; .container a {
    position: absolute;
    right: 0;
    top: 4px;
    z-index: 2;
    background: #fff;
    border: 1px solid #DEE2EB;
    padding: 2px 5px;
    color: #333;
    font-size: 12px;
    text-decoration: none
}

.news .news-info {
    width: 100%;
    min-width: 1000px;
    background: #F7F7F7
}

.news .news-info .fl {
    width: 610px;
    height: 260px;
    margin-top: 18px;
    margin-bottom: 18px
}

.news .news-info .fl img {
    width: 610px;
    height: 260px
}

.news .news-info .fr {
    width: 435px;
    margin-top: 18px
}

.news .news-info .fr h3 a {
    height: 20px;
    line-height: 20px;
    color: #204984;
    font-size: 14px;
    font-family: "Microsoft YaHei"
}

.news .news-info .fr p {
    height: 85px;
    margin-top: 5px;
    border-bottom: 1px solid #dee2eb;
    text-indent: 2em;
    color: #333;
    font-size: 12px;
    font-family: "宋体";
    line-height: 26px;
    position: relative
}

.news .news-info .fr .more {
    color: #b50431;
    position: absolute;
    right: 3px;
    bottom: 6px
}

.news .news-info .fr ul {
    margin-top: 10px
}

.news .news-info .fr ul li {
    height: 27px;
    line-height: 27px;
    color: #333;
    font-size: 12px;
    font-family: "宋体"
}

.news .news-info .fr ul a {
    margin-left: 5px;
    color: #333;
    text-decoration: none
}

.news .news-info .fr ul a:hover {
    color: #2888E2
}

.news .news-info .fr ul span {
    float: right;
    color: #333;
    font-size: 12px;
    font-family: "宋体"
}

.shenbao {
    width: 610px;
    height: 245px;
    margin-top: 18px;
    margin-bottom: 18px
}

.vedio {
    width: 435px;
    height: 245px;
    margin-top: 18px;
    margin-bottom: 18px
}

footer {
    width: 100%;
    min-width: 1000px;
    margin-top: 10px;
    background: url(../img/bg-footer.png) repeat-x
}

.rainier {
    width: 100%;
    height: 203px;
    min-width: 1000px
}

.rainier .container section h2 {
    height: 44px;
    line-height: 44px;
    text-align: center;
    color: #333;
    font-size: 14px
}

.rainier ul {
    height: 120px;
    margin-top: 15px;
    border-right: 1px dotted #b7b7b7
}

.rainier ul li {
    height: 20px;
    line-height: 20px;
    font-size: 12px
}

.rainier ul li a {
    color: #333
}

.rainier ul li a:hover {
    color: #2888e2
}

.rainier .container .aboutus h2 {
    text-align: left
}

.rainier .aboutus {
    width: 80px
}

.rainier .friendlink {
    width: 255px;
    margin-left: 30px
}

.rainier .address {
    width: 350px;
    margin-left: 30px
}

.rainier .erweima {
    width:310px;
    margin-left:25px
}

.rainier .erweima ul {
    border-right: 0;
    display: flex;
}

.rainier .erweima ul li {
    /*float:left;*/
    /* background: url(../img/img-erweima.png) center center no-repeat */
    margin-top: 5px;
}
.rainier .erweima ul li:first-child{
    margin-left:0;
}

.rainier .erweima ul li{
    margin-left:10px;
}
.rainier .erweima ul li span{
	display: block;
	text-align: center;
	    line-height: 30px;
    color: #333;
    font-weight: bold;
}

.copyright {
    width: 100%;
    height: 60px;
    min-width: 1000px;
    background: #0a427d
}

.copyright .container {
    position: relative;
    height: 50px;
    top: 10px
}

.copyright p {
    text-align: center;
    font-size: 12px;
    color: #e0e0e0;
    font-family: "Microsoft YaHei";
    line-height: 20px
}

.copyright p a {
    color: #e0e0e0;
    text-decoration: none
}

.header-img {
    width: 100%;
    height: 222px;
    min-width: 1000px
}

.content2 {
    margin-top: 25px
}

.content2 aside {
    width: 250px;
    min-height: 250px
}

aside .aside-top {
    background: #f1f1f1;
    border-bottom: 3px solid #cdcdcd
}

aside .aside-top h2 {
    height: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 18px;
    color: #333;
    font-family: "Microsoft YaHei";
    letter-spacing: 2px
}

aside .aside-top span {
    display: block;
    width: 56px;
    height: 22px;
    margin-top: 20px;
    line-height: 11px;
    font-size: 8px;
    font-weight: 700;
    color: #333
}

aside dt {
    border-bottom: 2px solid #cdcdcd
}

aside dl dt a:visited, aside dl dt a:focus {
    color: #333
}

aside dl dt a {
    display: block;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #666;
    font-size: 16px;
    font-family: "Microsoft YaHei"
}

aside dl dt a:hover {
    background: #2686d7;
    color: #fff;
    text-decoration: none
}

dt .lm_sub {
    background: #2686d7;
    color: #fff;
    text-decoration: none
}

dd &gt; .sublm {
    border-bottom: 1px dashed #ccc
}

dd &gt; .sublm_sub {
    background: #2686d7;
    color: #fff;
    text-decoration: none
}

aside dl dd a:visited, aside dl dd a:focus {
    color: #333
}

aside dl dd a {
    display: block;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    color: #333;
    font-family: "Microsoft YaHei"
}

aside dl dd a:hover {
    background: #2686d7;
    color: #fff !important;
    text-decoration: none
}

aside .aside-bottom a {
    display: block;
    height: 50px;
    margin-top: 10px;
    padding-left: 100px;
    background: #2686d7 url(../img/icon-woshou.png) 30px center no-repeat;
    line-height: 50px;
    border-radius: 5px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 2px;
    -webkit-box-shadow: 0 3px 5px #bdbdbd;
    -moz-box-shadow: 0 3px 5px #bdbdbd;
    box-shadow: 0 3px 5px #bdbdbd
}

aside .aside-bottom a:hover {
    color: #FF9600;
    text-decoration: none
}

.contentArt {
    width: 695px;
    margin-left: 20px
}

.breadcrumb {
    background: url(../img/icon-home1.png) left center no-repeat
}

.breadcrumb ul {
    margin-left: 30px
}

.breadcrumb ul li {
    height: 30px;
    float: left;
    font-size: 14px;
    line-height: 30px
}

.breadcrumb ul li a {
    color: #333
}

.breadcrumb ul li a:hover {
    color: #2888e2;
    text-decoration: none
}

.contentArt article {
    min-height: 200px;
    margin-bottom: -15px;
    border: 1px solid #e2e2e2
}

.contentArt article h2 {
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 5px;
    padding: 7px;
    border-bottom: 1px solid #e2e2e2;
    line-height: 30px;
    font-size: 18px;
    color: #666;
    text-align: center
}

.contentArt article p img {
    display: block;
    margin: 10px auto
}

.contentArt article p {
    margin-left: 10px;
    margin-right: 10px;
    text-indent: 2em;
    font-size: 14px;
    color: #666;
    font-family: "Microsoft YaHei";
    line-height: 25px;
    padding-top: 10px;
    text-align: justify
}

.contentLi {
    width: 695px;
    margin-left: 20px
}

.contentLi article {
    border: 1px solid #e2e2e2
}

.liebiao {
    margin-top: 20px;
    min-height: 400px
}

.liebiao li {
    border-bottom: 1px dashed #e0e0e0;
    margin-left: 20px;
    margin-right: 20px;
    padding: 10px 0
}

.liebiao h4 {
    background: rgba(0, 0, 0, 0) url(../img/icon-liebiao.gif) no-repeat scroll 0 4px;
    color: #585858;
    font-size: 12px;
    padding-left: 15px;
    font-weight: 400
}

.liebiao h4 a {
    color: #666
}

* + html .liebiao h4 a {
    float: left
}

.liebiao h4 a:hover {
    color: #2888e2;
    text-decoration: none
}

.liebiao h4 span {
    float: right;
    font-weight: 400
}

.liebiao p {
    font-size: 12px;
    line-height: 20px;
    margin-top: 15px;
    margin-left: 15px
}

.liebiao li &gt; a {
    height: 40px;
    color: #727272
}

.liebiao li &gt; a:hover {
    color: #2888e2;
    text-decoration: none
}

.page {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 12px;
    color: #666
}

.page a {
    border: 1px solid #ccc;
    color: #727272;
    padding: 2px 4px;
    background: #f1f1f1;
    cursor: pointer
}

.page a:hover {
    color: #2888e8;
    text-decoration: none
}

.contentSearch article {
    border: 1px solid #e2e2e2
}

.content ul {
    min-height: 450px;
    margin-left: 20px;
    margin-right: 20px
}

.breadcrumb {
    margin-left: 10px;
    margin-right: 10px
}

article &gt; object {
    display: block;
    margin: 10px auto
}

.dropdown {
    font-family: Montserrat, sans-serif
}

.dropdown li {
}

.dropdown &gt; li.selected &gt; a {
    background-color: #f2f2f2
}

.dropdown li a {
    display: block;
    padding: 10px 10px 10px 15px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    color: #333
}

.dropdown &gt; li.selected &gt; ul li.selected {
    color: #3067ba
}

.dropdown li &gt; ul li {
    padding: 0 0 0 15px
}

.dropdown li &gt; ul li a {
    color: #333;
    font-size: 14px;
    padding: 10px 0 10px 15px
}

.dropdown li &gt; ul li &gt; ul li {
    padding: 0
}

.dropdown li &gt; ul li &gt; ul li a:hover {
    color: red
}

.tit {
    width: 650px;
    height: 70px;
    border-bottom: 1px solid #d8d8d8;
    margin: 0 auto
}

.title {
    width: 630px;
    height: 70px;
    display: inline-block;
    font-family: "Microsoft YaHei";
    line-height: 100px;
    margin-left: 10px;
    font-size: 18px
}

.headerimg {
    clear: both
}

.share {
    height: 130px;
    margin: 10px 0 0 20px
}

.share_tit {
    height: 50px
}

.share_tit span {
    display: inline-block;
    height: 50px;
    width: 42px;
    line-height: 70px;
    font-family: "Microsoft YaHei";
    margin-left: 10px
}

.share_tit span:first-child {
    margin-left: 50px
}

.share_tit div {
    height: 70px
}

.share_tit div ul {
}

.share_tit div ul li:first-child {
    margin-left: 30px
}

.share_tit div ul li {
    width: 60px;
    height: 60px;
    list-style: none;
    float: left;
    cursor: pointer
}

.lxwm {
    float: left;
    width: 695px;
    color: #666
}

.content2 .lxwm a {
    color: #666
}

.content2 .lxwm .content-1 {
    width: 650px;
    height: 35px;
    margin: 0 auto;
    border-bottom: 1px solid #d8d8d8
}

.content2 .lxwm .content-1 .co {
    width: 630px;
    height: 35px;
    display: inline-block;
    font-family: "Microsoft YaHei";
    line-height: 30px;
    font-size: 18px
}

.content2 .lxwm .content-2 {
    width: 650px;
    height: 230px;
    border-bottom: 1px solid #d8d8d8;
    margin: 0 auto;
    margin-top: 20px
}

.content2 .lxwm .content-2 ul li {
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    letter-spacing: 1px
}

.content2 .lxwm .content-2 ul li .left {
    display: inline-block;
    width: 70px;
    height: 30px;
    text-align: justify;
    text-align-last: justify
}

.content2 .lxwm .content-2 ul li .right {
    margin-left: 5px
}

.content2 .lxwm .content-3 {
    width: 650px;
    height: 160px;
    border-bottom: 1px solid #d8d8d8;
    margin: 0 auto;
    margin-top: 20px
}

.content2 .lxwm .content-3 table {
    font-size: 12px;
    color: #666
}

.content2 .lxwm .content-4 {
    width: 650px;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #d8d8d8;
    margin: 0 auto
}

.content2 .lxwm .content-4 .co {
    width: 630px;
    height: 50px;
    display: inline-block;
    font-family: "Microsoft YaHei";
    line-height: 50px;
    font-size: 18px
}

.content2 .lxwm .content-5 {
    width: 650px;
    min-height: 180px;
    border-bottom: 1px solid #d8d8d8;
    margin: 0 auto;
    margin-top: 20px
}

.content2 .lxwm .content-5 ul li {
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    letter-spacing: 1px
}

.content2 .lxwm .content-5 ul li .left {
    display: inline-block;
    height: 30px;
    text-align: left !important;
    text-align-last: left !important;
}

.content2 .lxwm .content-5 ul li .right {
    margin-left: 5px
}

.ryzz {
    float: left;
    width: 695px
}

.content2 .ryzz .content-1 {
    width: 650px;
    height: 400px;
    margin: 0 auto
}

.content2 .ryzz .content-1 .honor {
    width: 650px;
    height: 350px;
    margin-top: 25px
}

.content2 .ryzz .content-1 .honor img {
    width: 650px;
    height: 350px
}

.content2 .ryzz .content-1 .honor_show img {
    width: 650px;
    height: 350px
}

.content2 .ryzz .content-1 .honor_show ul li {
    float: left;
    width: 200px;
    height: 200px
}

.content2 .ryzz .content-1 .honor_show ul li span {
    font-size: 14px;
    font-weight: 700;
    color: #333;
    display: inline-block;
    width: 200px;
    height: 10px;
    margin-top: 15px;
    text-align: center
}

.content2 .ryzz .content-1 .honor_show ul li img {
    width: 200px;
    height: 150px
}

.content2 .ryzz .content-2 {
    width: 693px;
    height: 453px;
    margin: 0 auto;
    margin-bottom: 100px
}

.qyjg {
    float: left;
    width: 695px
}

.content2 .qyjg .content-1 {
    width: 650px;
    height: 500px;
    margin: 0 auto;
    margin-top: 30px
}

.content2 .qyjg .content-1 img {
    width：650px;
    height: 470px
}

.content2 .yghd .content-1 {
    width: 650px;
    min-height: 1000px;
    margin: 0 auto
}

.content2 .yghd .content-1 .pic-show {
    width: 650px;
    height: 230px;
    border-bottom: 1px solid #d8d8d8;
    margin-top: 20px
}

.content2 .yghd .content-1 img {
    width: 650px;
    height: 200px;
    display: block;
    margin: 0 auto
}

.content2 .yghd .content-1 p {
    font-family: "宋体";
    color: #666;
    font-size: 14px;
    text-align: center;
    line-height: 30px
}

.tit {
    width: 650px;
    height: 70px;
    border-bottom: 1px solid #d8d8d8;
    margin: 0 auto
}

.gsjs {
    width: 630px;
    height: 70px;
    display: inline-block;
    font-family: "Microsoft YaHei";
    line-height: 100px;
    margin-left: 10px;
    font-size: 18px
}

.img-gsjs {
    margin: 25px 0 10px 22px;
    clear: both
}

.gsjs-cantainer {
    width: 650px;
    background-color: #f2f2f2;
    margin: 20px auto
}

.kong {
    height: 30px;
    background-color: #f2f2f2
}

.gsjs-cantainer_2 {
    width: 610px;
    margin: 0 auto;
    border-top: 3px solid #fff
}

.gsjs-cantainer_2 h1 {
    height: 52px;
    line-height: 62px;
    font-family: "Microsoft YaHei";
    font-size: 17px;
    margin-left: 10px
}

.gsjs-cantainer_2 p {
    text-indent: 2em;
    font-size: 15px;
    font-family: "Microsoft YaHei";
    line-height: 25px
}

.img-gslc {
    clear: both
}

.gslc-nr {
    width: 660px;
    background: url(../img/icon-9.png) center bottom no-repeat;
    margin: 0 0 10px 20px
}

.gslc-nr span {
    font: 700 45px Arial;
    color: #00b6ec;
    display: inline-block;
    width: 120px;
    height: 60px;
    line-height: 50px;
    float: left
}

.gslc-case {
    width: 460px;
    float: left;
    margin-bottom: 15px
}

.contentArt .gslc-nr p {
    padding-top: 5px;
    display: table-cell;
    float: left;
    width: 520px;
    font-size: 13px;
    font-family: "Microsoft YaHei";
    line-height: 20px;
    vertical-align: middle;
    letter-spacing: .1px;
    text-indent: 0;
    margin-left: 0;
    margin-right: 0
}

.gslc-jj {
    width: 650px;
    background-color: #ededed;
    border-radius: 8px;
    margin: 0 auto
}

.contentArt .gslc-jj p {
    display: inline-block;
    font-family: "Microsoft YaHei";
    font-size: 13px;
    margin: 10px 35px;
    line-height: 15px;
    text-indent: 0
}

.rcjh {
    width: 650px;
    height: 340px;
    border-bottom: 1px solid #d8d8d8;
    margin: 35px 0 20px 20px
}

.rcjh span {
    display: block;
    float: left
}

.rcjh-nr {
    float: left;
    width: 405px;
    height: 300px;
    margin-top: 12px;
    text-align: justify
}

.rcjh-nr p {
    display: block;
    width: 405px;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    line-height: 25px;
    vertical-align: middle;
    text-indent: 2em;
    letter-spacing: .1px
}

.rcjh-lb {
    width: 650px;
    margin: 5px 0 2px 20px;
    clear: both
}

.rcjh-lb a {
    text-decoration: none;
    display: block;
    height: 52px;
    line-height: 62px;
    font-family: "Microsoft YaHei";
    font-size: 18px;
    color: #2684d6
}

.rcjh-lb p {
    text-indent: 2em;
    display: block;
    float: left;
    width: 650px;
    font-size: 13px;
    font-family: "Microsoft YaHei";
    line-height: 25px;
    vertical-align: middle;
    letter-spacing: .1px
}

.rcjh-lb span {
    display: inline-block;
    width: 650px;
    height: 210px;
    border-bottom: 1px solid #d8d8d8;
    margin: 20px 0 30px
}

.rcjh-zp {
    clear: both;
    width: 650px;
    margin: 0 auto
}

.rcjh-tit {
    width: 650px;
    height: 23px;
    border-bottom: 1px solid #d8d8d8;
    margin: 0 auto;
    font-family: "Microsoft YaHei";
    font-size: 15px
}

.rcjh-more {
    width: 650px;
    margin-top: 20px
}

.rcjh-more div {
    margin-bottom: 22px;
    display: inline-block;
    padding: 1px 8px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 5px;
    background-color: #1a73c6;
    color: #fff;
    font-family: "Microsoft YaHei";
    font-size: 14px
}

.rcjh-more ul {
    width: 650px
}

.rcjh-more ul li {
    width: 650px;
    height: 27px;
    border-bottom: 1px solid #d8d8d8;
    margin-top: 10px
}

.rcjh-more ul li span {
    display: inline-block;
    width: 240px;
    height: 27px;
    line-height: 27px;
    font-family: "Microsoft YaHei";
    font-size: 15px
}

.rcjh-more ul li a {
    text-decoration: none;
    cursor: pointer;
    color: #000;
    float: right;
    display: inline-block;
    width: 30px;
    height: 27px;
    line-height: 27px;
    font-family: "Microsoft YaHei";
    font-size: 13px
}

.rcjh-more a:hover {
    color: red
}

.rcjh-4 {
    display: inline-block;
    width: 671px;
    height: 200px;
    margin-top: 60px
}

.gswh {
    width: 680px;
    height: 1020px;
    background-image: url(../img/gswh-1.png);
    margin: 0 auto;
    color: #986009;
    position: relative
}

.gswh-1 {
    width: 502px;
    height: 60px;
    font-family: "Microsoft YaHei";
    font-size: 17px;
    line-height: 25px;
    text-indent: 2em;
    letter-spacing: .5px;
    position: relative;
    top: 250px;
    margin-left: 10px
}

.gswh-2 {
    color: #986009;
    width: 441px;
    /* height: 60px; */
    font-family: "Microsoft YaHei";
    font-size: 17px;
    line-height: 25px;
    letter-spacing: 1px;
    position: relative;
    top: 312px;
    left: 220px;
}

.gswh-3 {
    width: 400px;
    height: 60px;
    font-family: "Microsoft YaHei";
    font-size: 17px;
    line-height: 25px;
    text-indent: 2em;
    letter-spacing: 1px;
    position: relative;
    top: 413px;
    left: 0;
}

.gswh-4 {
    color: #986009;
    width: 300px;
    height: 60px;
    font-family: "Microsoft YaHei";
    font-size: 17px;
    line-height: 25px;
    letter-spacing: 1px;
    position: relative;
    top: 445px;
    left: 455px
}

.gswh-5 {
    color: #986009;
    width: 300px;
    height: 22px;
    font-family: "Microsoft YaHei";
    font-size: 17px;
    line-height: 22px;
    letter-spacing: 1px;
    position: relative;
    top: 445px;
    left: 280px
}

.gswh-6 {
    text-align: justify;
    color: #333;
    width: 360px;
    height: 60px;
    font-family: "Microsoft YaHei";
    font-size: 17px;
    line-height: 25px;
    letter-spacing: .5px;
    position: relative;
    top: 449px;
    left: 280px
}

.gswh-7 {
    color: #986009;
    width: 300px;
    height: 22px;
    font-family: "Microsoft YaHei";
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 1px;
    position: relative;
    top: 695px;
    left: 425px
}

.zxysa {
    width: 652px;
    padding: 25px 20px;
    border: 1px solid #e2e2e2
}

.zxysa h3, .zxysa p, .jszc h3 {
    font-size: 18px;
    font-family: arial
}

.zxysa h3 {
    line-height: 40px;
    color: #676767;
    border-bottom: 1px solid #dedede
}

.zxysa p {
    line-height: 52px;
    color: #656565
}

.zxysa p span {
    font-size: 14px;
    color: #333
}

.zxysa ul li {
    padding: 0 5px 30px;
    border-bottom: 1px solid #e2e2e2;
    font-family: arial;
    _padding: 0 0 30px
}

#video1 {
    display: inline-block
}

.lxfs ul.child {
    padding-bottom: 5px
}

.lxfs ul.child li, .lxfs ul.child li span {
    border: 0;
    line-height: 24px;
    font-size: 14px;
    color: #666;
    line-height: 25px
}

.lxfs ul.child li span {
    display: inline-block;
    width: 65px
}

.lxfs ul.child li img {
    margin-top: -40px;
    width: 640px;
    _width: 600px
}

.lxfs ul h3 {
    border-bottom: 0
}

.lxfs h3.gszb {
    font-size: 14px;
    font-weight: 700;
    color: #666;
    line-height: 46px
}

.lxfs ul li {
    border-bottom: 0;
    padding-bottom: 0
}

.lxfs ul li.jszc h3 {
    line-height: 34px;
    border-bottom: 1px solid #dedede;
    margin-bottom: 10px
}

.lxfs ul li.jszc ul li {
    line-height: 30px;
    font-size: 14px;
    font-family: arial
}

.lxfs ul li.jszc ul li.manyi {
    font-size: 28px;
    color: #1975c2;
    font-weight: 700;
    line-height: 42px
}

.lxfs ul li.sqfu {
    margin-top: 10px
}

.lxfs ul li.sqfu h3 {
    color: #1973c1;
    text-indent: 10px
}

.lxfs ul li.sqfu h3 span {
    font-size: 12px;
    padding-left: 5px
}

.lxfs ul li.sqfu ul {
    background: #e5e5e5;
    border-radius: 7px;
    padding: 5px 0 20px 14px
}

.lxfs ul li.sqfu ul li {
    font-size: 14px;
    line-height: 24px;
    color: #666;
    letter-spacing: 2px;
    overflow: hidden;
    padding-right: 40px
}

.lxfs ul li.sqfu ul li.list {
    text-indent: 10px;
    text-indent: 15px;
    background: url(../img/bg-list.png) no-repeat 6px center
}

.lxfs ul li.shfu ul li, .lxfs ul li.xtwhry ul li, .lxfs ul li.xtglypx ul li, .lxfs ul li.jspx ul li, .lxfs ul li.xspx ul li {
    letter-spacing: 3px
}

.lxfs ul li.xtwhry ul li, .lxfs ul li.xtglypx ul li, .lxfs ul li.jspx ul li, .lxfs ul li.xspx ul li {
    _letter-spacing: 2px
}

.lxfs ul li.chengli {
    margin: 30px 0 15px 10px
}

.lxfs ul li.chengli p, .lxfs ul li.xiangying p, .lxfs ul li.fwcn p {
    letter-spacing: 2px;
    _letter-spacing: 1px;
    font-size: 14px;
    color: #676767
}

.lxfs ul li.chengli p {
    text-indent: 2em;
    line-height: 24px
}

.lxfs ul li.xiangying {
    padding: 10px 0
}

.lxfs ul li.xiangying h3 {
    color: #1973c1;
    font-size: 14px;
    line-height: 26px;
    background: url(../img/bg-h3.jpg) left center repeat-x
}

.lxfs ul li.xiangying h3 span {
    background: #fff;
    padding: 0 5px 0 16px
}

.lxfs ul li.xiangying p, .lxfs ul li.fwcn p {
    line-height: 26px;
    text-indent: 30px
}

.lxfs ul li.fwcn h3 {
    line-height: 30px;
    border-bottom: 1px solid #dedede
}

.lxfs ul li.fwcn p {
    padding-bottom: 214px;
    background: url(../img/bg-fwcn.jpg) no-repeat center bottom;
    text-align: justify
}

.xzzx ul li {
    padding: 0
}

.xzzx h3 {
    height: 30px;
    line-height: 30px;
    overflow: hidden
}

.xzzx ul.noBorder li {
    border: 0
}

.xzzx ul li.xaizai h3 {
    border: 0
}

.tit-2 {
    width: 650px;
    height: 40px;
    margin: 0 auto
}

.jrwm {
    margin: 20px 0 40px 25px
}

.hasMoreTab {
    font-family: "Microsoft YaHei";
    width: 700px
}

.hasMoreTab .con {
    width: 650px
}

.hasMoreTab .hd {
    width: 650px;
    margin: 0 auto;
    line-height: 60px;
    height: 60px;
    position: relative;
    padding-right: 10px
}

.hasMoreTab .hd .more {
    float: right;
    width: 650px
}

.hasMoreTab .hd ul {
    list-style: none;
    z-index: 5;
    position: absolute;
    height: 30px;
    zoom: 1
}

.hasMoreTab .hd li {
    box-shadow: 2px 2px 3px #4d4d4d;
    font-weight: 700;
    font-size: 13px;
    color: #fff;
    text-align: center;
    margin-left: 15px;
    width: 115px;
    height: 30px;
    line-height: 30px;
    float: left;
    cursor: pointer;
    background-color: #e7e7e7;
    border-radius: 5px
}

.hasMoreTab .hd li a {
    color: #666;
    text-decoration: none
}

.hasMoreTab .hd li.on {
    height: 30px;
    line-height: 30px;
    background: #2686d7;
    color: #fff
}

.hasMoreTab .hd li.on a {
    color: #fff
}

.hasMoreTab .bd {
    width: 650px;
    margin: 20px 0 30px 25px;
    clear: both;
    position: relative;
    box-shadow: 0 3px 4px rgba(0, 0, 0, .15)
}

.hasMoreTab .bd h2 {
    font-size: 14px
}

.hasMoreTab .bd p {
    color: #999
}

.hasMoreTab .bd ul a {
    color: #3E78B3
}

table {
    font-size: 13px;
    margin: 0 0 20px;
    display: block;
    border-spacing: 0;
    border-color: grey
}

tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit
}

.zpzhiwei {
    width: 650px;
    margin: 0 auto !important
}

.zpzhiwei tr {
    border-top: 2px solid #fff;
    height: 36px
}

.zpzhiwei a {
    text-decoration: none;
    color: #000
}

table {
    height: 100% !important;
    margin: 10px auto !important
}

.jrwm_table td, th {
    display: table-cell;
    vertical-align: inherit;
    padding-left: 7px;
    height: 40px
}

.bshare-custom {
    margin-top: 40px;
    margin-bottom: 20px
}

#flvplayer {
    margin-top: 20px;
    margin-bottom: 20px
}

.one_case .news-info .pic, .news .news-info .pic img {
    width: 210px;
    height: 305px;
    overflow: hidden;
    float: left
}

.one_case .news-info .center {
    width: 580px;
    height: 301px;
    border-top: 3px solid #ff6a04;
    border-bottom: 1px solid #818793;
    float: left
}

.news-info_nr {
    width: 480px;
    height: 300px;
    margin: 0 auto
}

.news-info_tit {
    line-height: 40px;
    text-align: center;
    border-bottom: 1px dashed #000
}

.outBox .hd {
    position: relative;
    height: 40px;
    text-align: center;
    border-bottom: 1px dashed #000
}

.outBox .hd li {
    position: relative;
    z-index: 99;
   
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    line-height: 17px;
    padding: 0px 4px;
    margin-right: 10px;
    margin-top: 12px;
    display: inline-block;
}

.outBox .hd li.on {
    background: #3599F9;
    border: 1px solid #3599F9;
}

.outBox .hd li.on a {
    color: #fff;
}

.outBox .hd a {
    text-decoration: none;
    text-align: center;
    color: #224986;
    font-size: 13px
}

.news-info_tit a {
    text-decoration: none;
    text-align: center;
    color: #224986;
    font-size: 13px
}

.news-info_lb {
    width: 440px;
    height: 200px;
    margin: 0 auto;
    margin-top: 10px
}

.news-info_more {
    margin: 7px auto;
    width: 440px;
    height: 30px
}

.txtMarquee-top {
    width: 460px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    font-size: 12px;
    color: #ff7902
}

.txtMarquee-top .infoList li {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    display: block;
    height: 24px;
    line-height: 24px
}

.txtMarquee-top .infoList li .date {
    float: right;
    color: #999
}

.news-info_more a {
    margin: 0 auto;
    display: block;
    width: 110px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    background-color: #ff7902;
    color: #fff;
    text-align: center;
    text-decoration: none
}

.pic_content {
    float: left;
    width: 236px;
    height: 176px;
    position: relative;
    overflow: hidden;
    margin-left: 10px
}

.case_two li {
    float: left;
    width: 236px;
    height: 176px;
    margin-left: 14px
}

.pic_content img {
    width: 236px;
    height: 176px
}

.pic_content .pic_tit {
    display: inline-block;
    width: 236px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    position: absolute;
    bottom: -30px;
    left: 0;
    background: rgba(0, 0, 0, .3);
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#4C000000, endcolorstr=#4C000000);
    color: #fff
}

.word a {
    color: #fff;
    font-family: "Microsoft YaHei";
    font-size: 14px;
    width: 236px;
    height: 30px;
    position: absolute;
    top: 170px;
    line-height: 30px;
    text-align: center;
    transition: top .2s ease-in-out;
    -moz-transition: top .2s ease-in-out;
    -webkit-transition: top .2s ease-in-out;
    -o-transition: top .2s ease-in-out;
    z-index: 2
}

.pic_content:hover .bg {
    bottom: 10px;
    opacity: .6;
    filter: alpha(opacity=60)
}

.pic_content:hover .word a {
    cursor: pointer;
    text-decoration: none;
    top: 145px
}

.news_title {
    width: 1000px;
    height: 35px;
    margin: 0 auto;
    clear: both;
    position: relative;
    margin: 15px 0
}

.news_title h2 {
    position: absolute;
    font-size: 17px;
    font-family: "Microsoft YaHei";
    color: #214883;
    left: 50%;
    width: 130px;
    height: 20px;
    display: inline;
    margin-left: -75px;
    z-index: 2;
    padding: 2px 10px;
    background: #fff;
    text-align: center
}

.news_title .line {
    width: 1000px;
    position: absolute;
    top: 14px;
    border-top: 1px solid #b9b9b9
}

.one_case {
    width: 1000px;
    margin: 0 auto;
    font-family: "宋体"
}

.one_case .one_left {
    width: 490px;
    height: 270px
}

.one_case .one_rig {
    width: 490px;
    height: 270px
}

.one_case .one_case_tit {
    height: 35px;
    margin: 10px 0
}

.one_case .one_left .tit_text {
    display: block;
    width: 40px;
    height: 35px;
    line-height: 35px;
    background: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 700
}

.one_case .one_rig .tit_text {
    display: block;
    width: 80px;
    height: 35px;
    line-height: 35px;
    background: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 700
}

.one_case .one_case_tit .case_line {
    display: block;
    width: 450px;
    height: 1px;
    zoom: 1;
    background: #b9b9b9;
    margin-top: 17px
}

.one_case .one_case_tit .case_line1 {
    display: block;
    width: 410px;
    height: 1px;
    zoom: 1;
    background: #b9b9b9;
    margin-top: 17px
}

.one_case .onele_left {
    height: 205px;
    position: relative
}

.one_case .onele_left h4 {
    height: 50px;
    margin-bottom: 10px;
    font-size: 13px;
    color: #214883;
    line-height: 20px;
    border-bottom: 1px dashed #c7c7c7
}

.one_case .onele_left h4 a {
    color: #214883
}

.one_case .onele_left p {
    font-size: 12px;
    color: #212121;
    line-height: 25px;
    letter-spacing: 2px;
    text-indent: 2em
}

.more {
    color: #8c0919;
    font-size: 13px;
    position: absolute;
    bottom: 0;
    right: 15px
}

.one_case .onele_right {
    height: 205px
}

.one_case .onele_right li {
    display: block;
    height: 30px
}

.one_case .onele_right li a {
    color: #565656;
    font-size: 12px
}

.one_case .onele_right li span {
    color: #ff6700;
    font-size: 12px;
    line-height: 30px
}

.two_case {
    width: 1000px;
    height: 170px;
    background: #f5f5f5;
    padding: 15px 0
}

.two_case .every {
    width: 305px;
    height: 170px;
    margin-left: 20px
}

.two_case .every .every_tit {
    width: 305px;
    height: 34px;
    border-bottom: 1px dashed #b6b6b6;
    margin-bottom: 15px
}

.two_case .every .every_tit img {
    float: left
}

.two_case .every .every_tit h5 {
    float: left;
    padding-top: 4px;
    color: #204a86;
    font-size: 12px
}

.two_case .every p {
    width: 300px;
    color: #181818;
    font-size: 12px;
    text-indent: 2em;
    line-height: 25px;
    position: relative
}

.two_case .every a {
    color: #8c0919;
    position: absolute;
    right: 10px;
    bottom: 0
}

.zxys {
    float: left;
    width: 695px
}

.content2 .zxys .content-1 {
    width: 650px;
    min-height: 800px;
    margin: 0 auto
}

.content2 .zxys .content-1 .video-content {
    width: 650px;
    border-bottom: 1px solid #d8d8d8;
    overflow: hidden;
    padding: 15px 0 20px
}

.content2 .zxys .content-1 .video-content .video-element {
    float: left
}

.content2 .zxys .content-1 .video-content .video-element a {
    color: #666
}

.content2 .zxys .content-1 .video-content .video-element a:hover {
    color: #2888e2
}

.content2 .zxys .content-1 .video-content .video {
    width: 200px;
    margin: 5px 7px
}

.content2 .zxys .content-1 .video-content .shadow {
    width: 200px;
    height: 150px;
    z-index: 2;
    position: absolute
}

.content2 .zxys .content-1 .video-content .video img {
    width: 200px;
    height: 150px;
    box-shadow: 2px 5px 3px #666
}

.content2 .zxys .content-1 .video-content .video-element span {
    font-size: 12px;
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    width: 200px;
    height: 35px;
    line-height: 35px
}

.contentArt article object {
    display: block;
    margin: 10px auto
}

header {
    background: url(../img/bg-header.png) repeat-x;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#f2f2f2));
    background-image: -moz-linear-gradient(#fafafa, #f2f2f2);
    background-image: -webkit-linear-gradient(#fafafa, #f2f2f2);
    background-image: -o-linear-gradient(#fafafa, #f2f2f2);
    background-image: -ms-linear-gradient(#fafafa, #f2f2f2);
    background-image: linear-gradient(#fafafa, #f2f2f2)
}

nav {
    background: url(../img/bg-nav.png) repeat-x;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ddd));
    background-image: -moz-linear-gradient(#fff, #ddd);
    background-image: -webkit-linear-gradient(#fff, #ddd);
    background-image: -o-linear-gradient(#fff, #ddd);
    background-image: -ms-linear-gradient(#fff, #ddd);
    background-image: linear-gradient(#fff, #ddd)
}

nav .search {
    -webkit-box-shadow: inset 1px 1px 3px #CCC, inset -1px -1px 3px #F3F3F3;
    -moz-box-shadow: inset 1px 1px 3px #CCC, inset -1px -1px 3px #F3F3F3;
    box-shadow: inset 1px 1px 3px #CCC, inset -1px -1px 3px #F3F3F3;
    -webkit-transition: all .2s ease 0s;
    -moz-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    -ms-transition: all .2s ease 0s;
    transition: all .2s ease 0s
}

nav .search:focus {
    -webkit-box-shadow: inset 1px 1px 3px #bbb, inset -1px -1px 3px #F0F0F0;
    -moz-box-shadow: inset 1px 1px 3px #bbb, inset -1px -1px 3px #F0F0F0;
    box-shadow: inset 1px 1px 3px #bbb, inset -1px -1px 3px #F0F0F0
}

nav ul li a {
    -webkit-transition: all .2s ease 0s;
    -moz-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    -ms-transition: all .2s ease 0s;
    transition: all .2s ease 0s
}

.focusBox .hd li div {
    -webkit-box-shadow: inset 1px 1px 2px #CCC, inset -1px -1px 2px #DDD;
    -moz-box-shadow: inset 1px 1px 2px #CCC, inset -1px -1px 2px #DDD;
    box-shadow: inset 1px 1px 2px #CCC, inset -1px -1px 2px #DDD
}

.platforms .img-circle {
    -webkit-transition: all .4s ease-in-out 0s;
    -moz-transition: all .4s ease-in-out 0s;
    -o-transition: all .4s ease-in-out 0s;
    -ms-transition: all .4s ease-in-out 0s;
    transition: all .4s ease-in-out 0s
}

.platforms .img-circle:hover {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg)
}

aside dl dt a:hover {
    -webkit-transition: all .2s ease-in-out 0s;
    -moz-transition: all .2s ease-in-out 0s;
    -o-transition: all .2s ease-in-out 0s;
    -ms-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s;
}

.contentArt table td {
    padding: 5px;
}

.contentArt table td p {
    text-indent: 0em !important;
    margin:0 !important;
}


.shenbao .focusBoxA {
    float: left;
    position: relative;
    width: 610px;
    height: 245px;
    overflow: hidden;
    font: 12px/1.5 Verdana, Geneva, sans-serif;
    text-align: left;
}

.shenbao .focusBoxA .pic img {
    width: 610px !important;
    height: 245px !important;
    display: block;
}

.shenbao .focusBoxA .num {
    position: absolute;
    z-index: 3;
    bottom: 7px;
    right: 8px;
}

.shenbao .focusBoxA .num li {
    float: left;
    position: relative;
    width: 40px;
    height: 10px;
    overflow: hidden;
    text-align: center;
    margin-right: 5px;
    cursor: pointer;
}

.shenbao .focusBoxA .num li a, .focusBoxA .num li span {
    font-family: serif;
    position: absolute;
    width: 38px;
    height: 5px;
    z-index: 2;
    display: block;
    color: white;
    top: 0;
    left: 0;
    text-decoration: none;
}

.shenbao .focusBoxA .num li span {
    z-index: 1;
    border: 1px solid #dfdfdf;
    background: #dfdfdf;
}

.shenbao .focusBoxA .num li.on a, .focusBoxA .num a:hover {
    border: 1px solid #FFF45C;;
    background: #FFF45C;;
}

.two_case .every .every_tit h5 a {
    float: left;
    padding-top: 4px;
    color: #204a86;
    font-size: 12px;
    position: inherit !important;
    text-decoration: none;
}
</pre></body></html>