<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
    margin: 0;
    padding: 0
}

dl,
dt,
dd,
ul,
ol,
li {
    list-style: none;
}

img {
    border: 0;
    vertical-align: top;
}

html,
body {
    width: 100%;
    height: 100%;
}

body,
button,
input,
select,
a:link{text-decoration:none;color:#333;}
a:visited{text-decoration:none;color:#333;}
a:hover{text-decoration:none;color:#ff0000;}
a:active{text-decoration:none;color:#ff0000;}
textarea {
    font-size: 14px;
    font-family: "SimSun";
}

.clearfix:before,
.clearfix:after {
    content: '.';
    display: block;
    overflow: hidden;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
    width: 0;
    height: 0
}

.clearfix:after {
    clear: both
}

.clearfix {
    zoom: 1;

}

em {
    font-style: normal;
}

@font-face {
    font-family: "iconfont";
    src: url('2018jjqgs_iconfont.eot');
    /* IE9*/
    src: url('2018jjqgs_iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('2018jjqgs_iconfont.woff') format('woff'), /* chrome, firefox */
    url('2018jjqgs_iconfont.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
    url('2018jjqgs_iconfont.svg#iconfont') format('svg');
    /* iOS 4.1- */
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-font-smoothing: antialiased;
    /*  -webkit-text-stroke-width: 0.2px;*/
    -moz-osx-font-smoothing: grayscale;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

.left {
    float: left;
}

.right {
    float: right;
}

.header {
    width: 100%;
    height: 510px;
    background: url(/picture/308/2311060957261313806.jpg) no-repeat center top;
    position: relative;
}

.subHeader {
    background: url(/picture/308/2311171532066253108.jpg) no-repeat center top;
}

.header_in {
    height: 72px;
    position: relative;
}

.header_in .white_bg {
    background: #FFF;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    filter: alpha(opacity=70);
    opacity: 0.7;
    z-index: 0;
}

.header_in h1 {
    position: relative;
    z-index: 50;
    margin-left: 14px;
    margin-top: 4px;
    float: left;
}

#nav {
    position: relative;
    z-index: 50;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    *float: left;
    font: 0/0 a;
    margin-left: 42px;
}

#nav li {
    display: inline-block;
    font: 20px/72px "Microsoft Yahei", \5FAE\8F6F\96C5\9ED1;

    *display: inline;
    *zoom: 1;
    vertical-align: top;
	font-weight:bold;
}

#nav li a {
    text-decoration: none;
    color: #3662ba;

    display: block;
    width: 93px;
    height: 100%;
    text-align: center;
}

#nav li a:hover,
#nav li a.on {
    background: #335db1;
    color: #FFF;
}

#nav li dl {
    position: absolute;
    background: #3662ba;
    background: rgba(54, 98, 186, 0.95);
    display: none;
    z-index: 500;
}

#nav li dl dd {
    position: relative;
}

#nav li dl dd a {
    color: #FFF;
    height: 30px;
    font: 13px/30px "SimSun", \5FAE\8F6F\96C5\9ED1;
}

#nav li dl dd div {
    position: absolute;
    left: 93px;
    top: 0;
}

#nav li dl dd div a {
    background: #3d6ccb;
    background: rgba(61, 108, 203, 0.95);
    width: 120px;
    height: 26px;
    font: 12px/26px "SimSun", \5FAE\8F6F\96C5\9ED1;
    padding: 0 6px;
    display: inline-block;
}

/*NAV END*/

.tip {
    width: 120px;
    height: 100%;
    float: right;
    position: relative;
    text-align: center;
    z-index: 500;
}

.tip .green_bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #5d961d;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.tip .tip_in {
    position: relative;
}

.tip .tip_in li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font: 0/0 a;
    cursor: pointer;
    vertical-align: top;

    position: relative;
    padding: 0 4px;
}

.tip .tip_in li a {
    text-decoration: none;
}

.tip_in i {
    font: 28px/72px "SimSun", \5FAE\8F6F\96C5\9ED1;
    color: #edffe1;
}

.tip_in li.email a,
.tip_in li.login a {
    position: relative;
}

.tip_in li.email a span,
.tip_in li.login a span {
    position: absolute;
    left: 50%;
    margin-left: -35px;
    top: 6px;
    display: none;
    width: 70px;
    height: 24px;
    border-radius: 4px;
    color: #FFF;
    font: 12px/24px "SimSun", \5FAE\8F6F\96C5\9ED1;
    background: #999;
    background: rgba(153, 153, 153, 0.75);
}

.tip_in li.email a:hover span,
.tip_in li.login a:hover span {
    display: block;
}

.tip_in .logged {
    width: 40px;
    height: 56px;
    padding-top: 16px;
    position: relative;
}

.tip_in .logged i {
    font-weight: normal;
    background: #5efffd;
    color: #80ad60;

    display: block;
    width: 40px;
    height: 40px;
    font: 28px/40px "SimSun", \5FAE\8F6F\96C5\9ED1;
    border-radius: 50%;
}

.tip_in .logged:hover i {
    background: #81fefc;
}

.tip_in .logged:hover ul {
    display: block;
}

.tip_in .logged ul {
    position: absolute;
    width: 100px;
    left: 50%;
    margin-left: -50px;
    top: 56px;
    display: none;
}

.tip_in .logged ul li.arrow {
    border: 6px solid transparent;
    border-bottom: 3px solid #719d53;
    position: absolute;
    width: 0;
    height: 0;
    font: 0/0 a;
    top: -9px;
    left: 50%;
    margin-left: -6px;
    padding: 0;
    background: none;
    z-index: 500;
}

.tip_in .logged ul li {
    display: block;
    *display: block;
    font: 14px/28px "Microsoft Yahei", \5FAE\8F6F\96C5\9ED1;
}

.tip_in .logged ul li.login_out a {
    background: #ff7c7c;
}

.tip_in .logged ul li a {
    display: block;
    background: #719d53;
    color: #FFF;
}

.tip_in .logged ul li a:hover {
    background: #80ae60;
}

.tip_in .logged ul li.login_out a:hover {
    background: #ff7474;
}

.tip .tip_in .search {
    width: 28px;
    height: 72px;
}

.tip .tip_in li a:hover i {
    color: #FFF;
}

.tip_in .search_on {
    position: absolute;
    top: 16px;
    right: 0;
    width: 32px;
    height: 32px;
    padding: 4px;
    border-radius: 20px;
    overflow: hidden;

    -webkit-transition: width 0.3s;
    transition: width 0.3s;
}

.tip_in .search_on form {
    position: relative;
}

.search_on .input_search {
    border: 0;
    background: none;
    width: 190px;
    height: 32px;
    float: right;
    color: #FFF;
    font: 14px/32px "SimSun", \5FAE\8F6F\96C5\9ED1;
    display: none;
    padding: 0;
    border-radius: 4px;
}

.search_on .button_search {
    position: absolute;
    background: none;
    border: 0;
    display: block;
    right: 0;
    top: 0;
    width: 32px;
    height: 32px;
    text-align: center;
    -webkit-appearance: none;
    cursor: pointer;
}

.search_on .button_search i {
    color: #edffe1;
    font: normal 28px/32px "SimSun", \5FAE\8F6F\96C5\9ED1;
}

.tip_in .search_on:hover {
    width: 200px;
    background: #76a553;
}

.tip_in .search_on:hover i {
    color: #FFF;
}

.tip_in .search_on:hover .input_search {
    display: block;
}

.login_pro {
    text-align: center;
    position: absolute;
    width: 100%;
    left: 0;
    top: 386px;

    display: none;
}

.login_pro li {
    width: 80px;
    height: 80px;
    padding: 0 10px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
}

.login_pro li a {
    display: block;
    width: 100%;
    height: 72px;
    padding-top: 8px;
    border-radius: 50%;
    box-shadow: 0 0 6px #666;
    color: #FFF;
    text-decoration: none;
    text-align: center;

    filter: alpha(opacity=95);
    opacity: 0.95;
}

.login_pro li a:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

.login_pro li.lp_a a {
    background: #fb5b29;
}

.login_pro li.lp_b a {
    background: #6770b9;
}

.login_pro li.lp_c a {
    background: #80ae60;
}

.login_pro li.lp_d a {
    background: #f11d74;
}

.login_pro li a i {
    font: normal 40px/44px "SimSun", \5FAE\8F6F\96C5\9ED1;
}

.login_pro li a span {
    display: block;
    font: 12px/14px "Microsoft Yahei", \5FAE\8F6F\96C5\9ED1;
    position: relative;
    margin-top: -4px;
}

/*HEADER END*/

.focus {
    clear: both;
    height: 285px;
    background: url(2018jjqgs_focusBg.gif) no-repeat center top;
}

.focus_in {
    height: 285px;
    margin-top: 3px;
    position: relative;
    overflow: hidden;
}

.focus_in #list_box {
    font-size: 0;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}

.focus_in #list_box .item {
    width: 12.5%;
    height: 100%;
    display: inline-block;
    float: left;
    *display: block;
    position: relative;
}

.focus_in #list_box .item a {
    display: block;
    cursor: pointer;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    color: #FFF;
    text-decoration: none;
    font: 16px/22px "SimSun", \5FAE\8F6F\96C5\9ED1;
    float: left;
    overflow: hidden;
}

.focus_in #list_box .item a:hover {
    filter: alpha(opacity=95);
    opacity: 0.95;
}

.focus_in #list_box .item a img {
    width: 100%;
    height: 100%;
    transition: all 3s;
    -moz-transition: all 3s;
    -webkit-transition: all 3s;
    -o-transition: all 3s;
}

.focus_in #list_box .item a:hover img {
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
}

.focus_in #list_box .item a .shade {
    position: absolute;
    width: 630px;
    height: 64px;
    right: 0;
    bottom: 42px;
    background: #56acf0;
    filter: alpha(opacity=60);
    opacity: 0.6;
}

.focus_in #list_box .item a span {
    cursor: pointer;
    display: block;
    padding: 0 15px;
    position: absolute;
    width: 600px;
    right: 0;
    bottom: 42px;
    text-align: center;
    font: 24px/64px "SimSun", \5FAE\8F6F\96C5\9ED1;

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.focus_in #list_box .item p {
    float: right;
    width: 345px;
    height: 100%;
    color: #333;
    font: 16px/28px "SimSun", \5FAE\8F6F\96C5\9ED1;
    text-align: right;
    position: relative;
}

.focus_in #list_box .item p span {
    display: block;
    padding: 20px 20px 0;
    text-align: left;
}

.focus_in #list_box .item p a {
    font: 14px/20px "SimSun", \5FAE\8F6F\96C5\9ED1;
    text-decoration: none;
    color: #ff665e;
    margin-right: 30px;
}

.focus_in #list_box .item p .triangle {
    border: 10px solid transparent;
    border-left: 10px solid #91c9f5;
    position: absolute;
    left: 0;
    bottom: 64px;
}

.banner_pager {
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 26px;
    right: 0;
    bottom: 0;
    text-align: center;
    z-index: 6;
    font: 0/0 a;
}

.banner_pager a {
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 2px solid #c9c0b6;
    margin: 0 3px;
    -webkit-transition: width .5s ease-out;
    transition: width .5s ease-out;
    background: none;
    cursor: pointer;
    border-radius: 6px;
}

.banner_pager .active {
    background: #d51414;
    border-color: #d51414;
}

.btn {
    /*display: none;*/
}

/*FOCUS_IMG END*/

.section02 {
    width: 100%;
    background: #FFF;
}

.news {
    width: 380px;
    position: relative;
    z-index: 100;
}

.news.left {
    padding-right: 30px;
}

.news .tag {
    border-bottom: 1px solid #eee;
}

.news h2 {
    color: #000;
    float: left;
    font: 18px/20px "Microsoft YaHei", \5FAE\8F6F\96C5\9ED1;
    padding-bottom: 8px;
    padding-right: 6px;
    border-bottom: 1px solid #157cc6;
    vertical-align: top;
    position: relative;
    margin-bottom: -1px;
}

.news h2 em {
    color: #333;
    font: 16px/20px "SimSun", \5FAE\8F6F\96C5\9ED1;
}

.news h2 strong {
    font: 0/0 a;
    border: 4px solid transparent;
    border-bottom: 4px solid #157cc6;

    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -2px;
}

/*
.news.right i {
    font: 36px/36px "SimSun",\5FAE\8F6F\96C5\9ED1;
}
*/

.news .tag span {
    color: #999;
    float: right;
    margin-top: 6px;
}

.news .tag span a {
    color: #999;
    text-decoration: none;
}

.news .hot {
    padding-left: 120px;
    padding-bottom: 10px;
    margin-top: 10px;
    min-height: 62px;
    _height: 62px;
    position: relative;
    border-bottom: 1px dashed #dfdfdf;
}

.hot_img{
   background: url("/picture/0/s_334dc95daef04fdbba3e3272070ed171.gif") no-repeat;
	position: absolute;
    left: 0;
    top: 0;
    width: 110px;
    height: 68px;
}

.news .hot img {
    position: absolute;
    left: 0;
    top: 0;
    width: 110px;
    height: 68px;

}

.news .hot h4 {
    font: 16px/18px "Microsoft YaHei", \5FAE\8F6F\96C5\9ED1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news .hot h4 a {
    color: #157cc6;
    text-decoration: none;
}

.news .hot h4 a:hover {
    text-decoration: underline;
}

.news .hot p {
    padding-top: 4px;
    color: #333;
    height: 40px;
    overflow: hidden;
    font: 13px/20px "SimSun", \5FAE\8F6F\96C5\9ED1;
}

.news .tag span a:hover {
    color: #666;
}

.news ul {
    padding-top: 4px;
}

.news li {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news li:hover {
    background: #F7F7F7;
}

.news i {
    color: #333;
    font: 10px/27px "Microsoft YaHei";
    margin-right: 2px;
}

.news a {
    color: #333;
    font: 14px/27px  "Microsoft YaHei";
    text-decoration: none;
}

/*NEWS END*/

.focus_img {
    width: 380px;
    height: 250px;
    margin-top: 2px;
}

.focus_img #YSlide {
    width: 380px;
    height: 250px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.focus_img .YSample {
    background: #FFF;
}

.focus_img .YSample img {
    width: 380px;
    height: 250px;
}

.focus_img .YSample strong {
    width: 100%;
    height: 40px;
    background: #000;
    position: absolute;
    bottom: 0;
    left: 0;

    filter: alpha(opacity=60);
    opacity: 0.6;
}

.focus_img .YSample span {
    display: block;
    padding: 0 10px;
    width: 467px;
    height: 40px;
    overflow: hidden;
    font: normal 16px/40px "SimSun";
    position: absolute;
    left: 0;
    bottom: 0;

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.focus_img .YSample span a {
    color: #FFF;
    text-decoration: none;
}

.focus_img .YSample span a i {
    color: #FFF;
    font: normal 24px/40px "SimSun";
    vertical-align: -2px;
}

.focus_img .YSample span a:hover {
    color: #FFF;
}

.focus_img .YSample:hover span {
    text-decoration: underline;
}

.focus_img #YSIndex {
    position: absolute;
    z-index: 6;
    top: 175px;
    right: 6px;
    display: inline-block;
    *display: inline;
}

#YSIndex a:link,
#YSIndex a:visited,
#YSIndex a:hover {
    display: inline-block;
    background-color: #d8d8d8;
    color: #FFF;
    margin-right: 5px;
    font: 0/0 a;
    width: 10px;
    height: 10px;
    border-radius: 5px;

    *display: block;
    *float: left;
}

#YSIndex a:hover,
#YSIndex a.current:link,
#YSIndex a.current:visited,
#YSIndex a.current:hover {
    width: 20px;
    background-color: #80ad60;
}

/*FOCUS END*/

/*SECTION02 END*/

.section03 {
    width: 100%;
    margin-top: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    background: #fff;
}

.section03 .news.left,
.section03 .news.right {
    width: 585px;
}

.section03 .news.left h2,
.section03 .news.right h2 {
    border: 0;
}

.section03 .news dl {
    position: relative;
    margin-top: 20px;
}

.section03 .news.left dl {
    padding-left: 70px;
}

.section03 .news.right dl {
    padding-left: 120px;
}

.section03 .news.right dl img {
    width: 110px;
    height: 61px;
}

.section03 .news dt {
    position: absolute;
    left: 0;
    top: 0;
}

.section03 .news.left dt {
    width: 60px;
}

.section03 .news.right dt {
    width: 110px;
	height:61px;
    background: url("/picture/0/s_334dc95daef04fdbba3e3272070ed171.gif") no-repeat;
}

.section03 .news.left dl .day,
.section03 .news.left dl .date {
    background-color: #157cc6;
    display: block;
    text-align: center;
    font-family: Arial;
    color: #fff;
}

.section03 .news.left dl .day {
    height: 42px;
    border-bottom: 1px solid #fff;
    font: 30px/42px \5FAE\8F6F\96C5\9ED1, "Microsoft YaHei";
}

.section03 .news.left dl .date {
    height: 28px;
    line-height: 28px;
    font-size: 10px;
}

.section03 .news.left dd {
    min-height: 61px;
    _height: 61px;
	width:515px;
}

.section03 .news dd h4 {
    font: 16px/18px "Microsoft YaHei", \5FAE\8F6F\96C5\9ED1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.section03 .news dd h4 a {
    color: #333;
    text-decoration: none;
}

.section03 .news dd h4 a:hover {
    text-decoration: underline;
}

.section03 .news dd P {
    margin-top: 5px;
    color: #333;
    height: 40px;
    font: 13px/20px \5FAE\8F6F\96C5\9ED1, "Microsoft YaHei";
    overflow: hidden;
}

.section04 {
    padding-bottom: 50px;
}

.section04 .news {
    width: 378px;
    border: 1px solid #f1f1f1;
    padding: 0;
}

.section04 .news h2 {
    padding-right: 0;
}

.section04 .news.left {
    margin-right: 30px;
}

.section04 .news .tag {
    border: 0;
    padding: 0 15px;
}

.section04 .news h2 {
    border: 0;
    border-top: 2px solid #1f82c8;
    margin: 0;
    margin-top: -1px;
    padding-top: 10px;
}

.section04 .news .tag span {
    margin-top: 8px;
}

.section04 .news .hot {
    margin: 3px 15px 0;
}

.section04 .news ul {
    padding: 5px 15px 5px;
}

.section04 .news li i {
    color: #80ad60;
}

.section04 .news a.more {
    background: #1b87d4;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 4px 6px;
    border-radius: 3px;
    margin-left: 15px;
    margin-bottom: 15px;

    color: #FFF;
    text-decoration: none;
    font: 13px/17px "Microsoft Yahei", \5FAE\8F6F\96C5\9ED1;
}

.section04 .news a.more:hover {
    background: #157cc6;
}

/*SECTION03*/

.section04 {
    margin-top: 30px;
}

.orther_news_box {
    margin-top: 30px;
}

.orther_news {
    width: 270.25px;
    padding-top: 15px;
    margin-right: 30px;
    background: #FFF;
    border-radius: 3px;
    overflow: hidden;
}

.orther_news.orther_news04 {
    margin-right: 0;
}

.orther_news .tag {
    margin: 0 15px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(2018jjqgs_red_line.png);
}

.orther_news.orther_news02 .tag {
    background: none;
}

#red .orther_news.orther_news02 .tag,
#blue .orther_news.orther_news02 .tag {
    background: none;
}

.orther_news h2 {
    text-align: center;
    color: #d51414;
    font: bold 18px/22px "SimSun", \5FAE\8F6F\96C5\9ED1;
}

.orther_news h2 i {
    font: 22px/22px "SimSun", \5FAE\8F6F\96C5\9ED1;
    vertical-align: -2px;
}

.orther_news h2 span {
    font: 13px/22px "SimSun", \5FAE\8F6F\96C5\9ED1;
    color: #727272;
}

.orther_news.orther_news02 h2 {
    font-size: 15px
}

.orther_news.orther_news02 h2 i {
    font-size: 16px;
}

.orther_news.orther_news02 h2 span {
    font-size: 12px
}

.orther_news h2 span a {
    text-decoration: none;
    color: #727272;
}

.orther_news h2 span a:hover {
    color: #666;
}

.orther_news ul {
    padding: 10px 15px 100px;
}

.orther_news.orther_news01 ul {
    background: url(2018jjqgs_ortherNews_bg01.jpg) no-repeat center bottom;
}

.orther_news.orther_news02 ul {
    background: url(2018jjqgs_ortherNews_bg02.jpg) no-repeat center bottom;
}

.orther_news.orther_news03 ul {
    background: url(2018jjqgs_ortherNews_bg03.jpg) no-repeat center bottom;
}

.orther_news.orther_news04 ul {
    background: url(2018jjqgs_ortherNews_bg04.jpg) no-repeat center bottom;
}

.orther_news li {
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font: 14px/30px "SimSun", \5FAE\8F6F\96C5\9ED1;
}

.orther_news li a:hover {
    background: #F7F7F7;
}

.orther_news li span {
    color: #727272;
}

.orther_news li a {
    color: #333;
    text-decoration: none;
}

/*SECTION03 END*/

.links {
    background: #fff;
    padding: 15px 0;
}

.links .container {
    overflow: hidden;
}

.links h2 {
    font: bold 18px/20px "Microsoft YaHei", \5FAE\8F6F\96C5\9ED1;
}

.links ul {
    padding-top: 6px;
}

.links li {
    float: left;
    padding-right: 8px;
}

.links li a {
    text-decoration: none;
    color: #333;
    font: 14px/24px "SimSun", \5FAE\8F6F\96C5\9ED1;
}

.links li a:hover {
    color: #000;
}
/*LINKS END*/

.footer {
    background: #303030;
    padding-top: 15px;
    padding-bottom: 20px;
}

.footer_in li {
    float: left;
}

.footer_in li.f_col01 {
    padding-right: 60px;
    border-right: 1px solid #c6c6c6;
}

.footer_in li.f_col02 {
    padding: 0 60px;
}

.footer_in li.f_col02 a {
    color: #FFF;
}

.footer_in li.f_col02 a:hover {
    color: #FFF;
}

.footer_in li.f_col03 {
    padding-left: 60px;
    float: right;
}

.footer_in li.f_col03 span a img {
    width: 52px;
    height: 64px;
}

.footer_in span {
    text-align: left;
    display: block;
    color: #FFF;
    font: 12px/24px "SimSun", \5FAE\8F6F\96C5\9ED1;
}
/*FOOTER END*/

.sub_content {
    background: url(2018jjqgs_subBg.gif) center center;
}

.sub_content_in {
    background: url(2018jjqgs_sub_bg.gif) no-repeat center bottom;
}

.sub_current {
    background: #eff0f2;
    font: 15px/42px \5FAE\8F6F\96C5\9ED1, "Microsoft YaHei";
}

.sub_current_in {
    width: 1000px;
    margin: 0 auto;
    padding-left: 200px;
}

.sub_current_in i {
    font: 19px/42px \5FAE\8F6F\96C5\9ED1, "Microsoft YaHei";
}

.sub_current,
.sub_current a {
    color: #999;
    text-decoration: none;
}

.article_current .sub_current_in {
    width: 1200px;
    padding-left: 0;
}

.sub_current em {
    color: #759611;
}

.sub_side_nav {
    width: 200px;
    height: 580px;
    padding-bottom: 15px;
    background: url(2018jjqgs_sideBg.png) no-repeat right top;
}

.sub_side_nav h2 {
    width: 100%;
    font-size: 20px;
    color: #000;
    text-align: left;
    padding: 0 0 10px 0;
}

.sub_side_nav h2 i {
    font: 22px/24px "Microsoft YaHei", \5FAE\8F6F\96C5\9ED1;
    vertical-align: -2px;
}

.sub_side_nav ul li {}

.sub_side_nav li i {
    -webkit-text-size-adjust: none;
    font-size: 10px;
    color: #eee;
}

.sub_side_nav li a {
    text-align: right;
    color: #666;
    display: inline-block;
    height: 47px;
    width: 150px;
    padding-right: 50px;
    border-bottom: 1px solid #d1d2d3;
    border-top: 1px solid #FFFFFF;
    text-decoration: none;
    background: url(2018jjqgs_dotBlack.png) no-repeat 160px center;

    font: 16px/47px "Microsoft YaHei", \5FAE\8F6F\96C5\9ED1;
}

.sub_side_nav .active a,
.sub_side_nav li a:hover {
    color: #FFF;
    background: #3662ba url(2018jjqgs_dotWhite.png) no-repeat 160px center;
    border-top: 1PX SOLID #3662ba;
}

.side_msg {
    padding-top: 25px;
}

.side_msg a {
    display: block;
    margin-bottom: 25px;
}

.side_msg .sub_ad02 {
    margin-bottom: 10px;
}

.side_msg p {
    padding-bottom: 4px;
}

.side_msg p strong {
    color: #ba7b16;
    font: bold 16px/22px \5FAE\8F6F\96C5\9ED1, "Microsoft YaHei";
}

.side_msg p span {
    display: block;
    font: 14px/22px \5FAE\8F6F\96C5\9ED1, "Microsoft YaHei";
}

/*SIDE END*/

.sub_columnList {
    width: 1000px;
    min-height: 595px;
    background: #FFF;
    padding-bottom: 25px;
}

.sub_column {
    background: #F9F9F9;
    padding: 10px 15px;
    margin-top: 25px;
    border-radius: 3px;
    box-shadow: 0 0 4px #DDD;
    margin-left: 25px;
}

.sub_column .tag {
    border-bottom: 1px solid #ebebeb;
    font: 0/0 a;
}

.sub_column ul {
    padding-top: 8px;
}

.sub_column li {
    height: 30px;
    background: url(2018jjqgs_dotBlack.png) no-repeat left center;
    padding-left: 14px;
    vertical-align: top;
}

.sub_column li:hover {
    background-color: #F1F1F1;
}

.sub_column li a {
    display: block;
    width: 867px;
    font: 15px/30px \5FAE\8F6F\96C5\9ED1, "Microsoft YaHei";
    text-decoration: none;
    color: #333;
    float: left;

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sub_column li span {
    float: right;
    font: 13px/30px \5FAE\8F6F\96C5\9ED1, "Microsoft YaHei";
    color: #727272;
}

.sub_column .tag h2 {
    border-bottom: 0;
    font: bold 18px/24px "Microsoft YaHei";
    display: inline-block;
    margin-right: 10px;
    padding-bottom: 7px;
    margin-bottom: -1px;
    color: #3662ba;

    *float: left;
}

.sub_column .tag span {
    float: right;
    font: 13px/18px "Microsoft YaHei";
    padding-top: 7px;
}

.sub_column .tag span a {
    color: #727272;
    text-decoration: none;
}

.sub_column .more a:hover,
.sub_column .tag span a:hover {
    color: #336;

}

/*COLUMN LIST END*/

.sub_newsList {
    width: 1000px;
    min-height: 595px;
    _height: 595px;
    background: #FFF;
}

.sub_newsList ul {
    padding-left: 25px;
}

.sub_newsList li {
    overflow: hidden;
    padding: 20px 0;
    border-bottom: 1px dotted #dbd4cd;
    padding-left: 80px;
}

.sub_newsList li .time {
    float: left;
    width: 60px;
    margin-left: -80px;
}

.sub_newsList li .day {
    height: 42px;
    border-bottom: 1px solid #fff;
    font: 30px/42px \5FAE\8F6F\96C5\9ED1, "Microsoft YaHei";
}

.sub_newsList li .date {
    height: 18px;
    line-height: 18px;
    font-size: 10px;
}

.sub_newsList li .day,
.sub_newsList li .date {
    background-color: #eff0f2;
    display: block;
    text-align: center;
    font-family: Arial;
    color: #666;
}

.sub_newsList li .conts h3 {
    font: bold 16px/28px \5FAE\8F6F\96C5\9ED1, "Microsoft YaHei";
    color: #757575;
}

.sub_newsList li .conts h3 a {
    color: #333;
    text-decoration: none;
}

.sub_newsList li .conts p {
    padding-top: 2px;
    font: 14px/22px \5FAE\8F6F\96C5\9ED1, "Microsoft YaHei";
    color: #707070;
}

.sub_newsList li .conts p .more {
    color: #b72e22;
}

.sub_introList li {
    padding-left: 0;
}

.sub_introList li .conts h3 a {
    color: #ba7b16;
    font: bold 24px/28px \5FAE\8F6F\96C5\9ED1, "Microsoft YaHei";
}

.sub_introList li .conts p {
    background: #F7F7F7;
    padding: 10px;
    border-radius: 3px;
    margin-top: 4px;
}

/*NEWSLIST END*/

.sub_photoList {
    width: 1000px;
    min-height: 595px;
    _height: 595px;
    background: #FFF;
    font: 0/0 a;
}

.sub_photoList li {
    width: 308.33px;
    *width: 308px;
    padding-left: 25px;
    padding-top: 25px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.sub_photoList li a {
    display: block;
    text-decoration: none;
}

.sub_photoList li a:hover {
    box-shadow: 0 0 4px #ccc;
}

.sub_photoList li img {
    width: 100%;
    height: 200px;
}

.sub_photoList li span {
    cursor: pointer;
    display: block;
    color: #333;
    font: 15px/36px \5FAE\8F6F\96C5\9ED1, "Microsoft YaHei";
    padding: 0 10px;
    background: #f1f1f1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*PHOTO LIST END*/

.pagination {
    float:left;
	width:100%;
	margin-left:200px;
	background-color:#FFFFFF;
}

.pagination ul {
    float:left;
	padding:12px 0px 12px 16px;
}

.pagination ul li {
    float:left;
	font-family:Tahoma;
	line-height:17px;
	margin-right:6px;
	border:1px solid #E9E9E9;
}

.pagination ul li a{
	float:left;
	padding:2px 4px 2px;
	color:#555;
}
.pagination ul li a:hover{
	color:#690;
	text-decoration:none;
	padding:2px 4px 2px;
}
.pagination ul li.thisclass,
.pagination ul li.thisclass a,.pagebox ul li.thisclass a:hover{
	background-color:#F8F8F8;
	padding:2px 4px 2px;
	font-weight:bold;
}
.pagination .pageinfo{
	line-height:21px;
	padding:12px 10px 12px 16px;
	color:#999;
}
.pagination .pageinfo strong{
	color:#555;
	font-weight:normal;
	margin:0px 2px;
}

/*PAGINATION END*/

.article_main {
    background: #eff0f2;
    padding-bottom: 40px;
}

.article_main .container {
    background: #FFF;
    box-shadow: 0 0 4px #ddd;
}

.article_intro {
    position: relative;
    border-bottom: 1px solid #CCC;
    color: #636363;
    font-size: 14px;
    line-height: 26px;
    padding: 10px 125px 30px 125px;
    text-align: center;
}

.article_intro h3 {
    font: 28px/34px \5FAE\8F6F\96C5\9ED1, "Microsoft YaHei";
    padding: 10px 0;
}

.article_intro p {
    display: block;
    color: #636363;
    font: 14px/26px \5FAE\8F6F\96C5\9ED1, "Microsoft YaHei";
}

.article_intro p i {
    color: #727272;
    margin-left: -26px;
    padding-right: 8px;
    font-size: 18px;
    vertical-align: -2px;
}

.article_intro .article_num {
    position: absolute;
    width: 100%;
    left: 0;
    color: #999;
    font: 12px/20px \5FAE\8F6F\96C5\9ED1, "Microsoft YaHei";
    bottom: 6px;
    *bottom: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.article_intro .article_num span {
    margin-right: 10px;
}

.article_intro .article_num i {
    vertical-align: -2px;
    font-style: normal;
    padding-right: 4px;
    font: 18px/20px \5FAE\8F6F\96C5\9ED1, "Microsoft YaHei";
}

.article_intro .article_num .article_time i {
    font-size: 20px;
}

.article_intro .article_num i img {
    height: 16px;
}

.ia-text {
    padding: 10px 125px;
    font: normal 16px/24px \5FAE\8F6F\96C5\9ED1, "Microsoft YaHei";
}

.ia-text p {
    font: normal 16px/24px \5FAE\8F6F\96C5\9ED1, "Microsoft YaHei";
    margin: 10px 0 0;
	line-height: 22pt;
    color: #333;
}

.ia-text img {
    max-width: 100%;
}

.ia-text video {
    max-width: 100%;
}

.readMore {
    margin-top: 15px;
    background: #f9f9f9;
    padding: 5px;
}

.readMore span {
    display: block;
    font-size: 14px;
    line-height: 16px;
    padding: 5px;
    font-weight: 600;
}

.readMore span a {
    color: #636363;
    font-weight: normal;
    text-decoration: none;
}

.readMore span a:hover {
    color: #333;
}

/*SUB END*/

.toolPage {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.toolPage img {
    width: 100%;
    height: 100%;
}

.yanzhengma {
    width: 68px;
    height: 24px;
}

.tool_footer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #303030;
}

.toolPage .home {
    position: absolute;
    left: 20px;
    top: 20px;
    height: 40px;
    text-decoration: none;
    z-index: 1000;
}

.toolPage .home img {
    width: auto;
    height: 100%;
}

.toolPage .home span {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    height: 40px;
    color: #f9f9f9;
    margin-left: 4px;
    font: bold 15px/40px 'Microsoft Yahei';
    cursor: pointer;
}

.toolPage .home:hover span {
    color: #FFF;
}

.toolPage .home:hover img {
    -webkit-animation: enlarge 1s linear;
    animation: enlarge 1s linear;
    
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.toolPage .member {
    position: absolute;
    right: 50px;
    top: 20px;
    height: 30px;
    text-decoration: none;
    z-index: 1000;
}

.toolPage .member .member_name {
    cursor: pointer;
    height: 32px;
}

.toolPage .member i {
    background: #ff5b89;
    color: #F7F7F7;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    text-align: center;
    width: 30px;
    height: 30px;
    font: 16px/30px "SimSun", \5FAE\8F6F\96C5\9ED1;
    border-radius: 50%;
}

.toolPage .member span {
    font: 14px/30px "Microsoft Yahei", \5FAE\8F6F\96C5\9ED1;
    color: #F7F7F7;
}

.toolPage .member ul {
    position: absolute;
    top: 30px;
    left: 50%;
    margin-left: -62px;
    width: 124px;
    display: none;
}

.toolPage .member ul li {
    text-align: left;
    color: #a2a7b5;
    position: relative;
    cursor: pointer;
}

.toolPage .member ul li.arrow {
    border: 6px solid transparent;
    border-bottom: 3px solid #2e3a58;
    position: absolute;
    width: 0;
    height: 0;
    font: 0/0 a;
    top: -9px;
    left: 50%;
    margin-left: -6px;
    padding: 0;
    background: none;
    z-index: 500;
}

.toolPage .member ul li a {
    display: block;
    background: #2e3a58;
    color: #c1c8d1;
    text-decoration: none;
    padding: 0 10px;
    font: 14px/32px "Microsoft Yahei", \5FAE\8F6F\96C5\9ED1;
}

.toolPage .member ul li.login_out a {
    background: #ff6076;
}

.toolPage .member ul li a:hover {
    color: #FFF;
    background: #36425c;
}

.toolPage .member ul li.login_out a:hover {
    background: #f7546b;
}

.lang_down {
    vertical-align: middle;
    margin-left: 3px;
    display: inline-block;
    width: 0;
    height: 0;
    overflow: hidden;
    border: 4px solid transparent;
    border-top: 4px solid #a2a7b5;
    font: 0/0 a;
}

.lp_area {
    width: 320px;
    height: auto;
    background-color: #fff;
    border: 1px solid #ccc;
    border-top: 2px solid #3e6bc6;
    padding: 10px;
    box-shadow: 0 0 10px #666;
    border-radius: 4px;

    position: absolute;
    left: 50%;
    margin-left: -171px;
    top: 50%;
    margin-top: -150px;
}

.lp_area h3 {
    margin: 0 16px 25px 16px;
    transition: none;
    font-size: 20px;
    color: #3e6bc6;
}

.lp_area .area {
    margin-bottom: 18px;
    position: relative;
}

.l {
    float: left;
}

.r {
    float: right;
}

.lp_area .area label {
    display: inline-block;
    color: #666;
    font-size: 12px;
    width: 40px;
    height: 30px;
    line-height: 30px;
    margin-right: 8px;
    text-align: right;
}

.lp_area .area input {
    margin: 0 16px 0 0;
    padding: 0 0 0 8px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 218px;
    height: 30px;
    line-height: 30px;
    box-shadow: none;
    transition: none;
    font-size: 12px;
}

.lp_area .area .captcha {
    width: 100px;
}

.lp_area .area .captcha_pic {
    width: 110px;
    height: 30px;
    position: absolute;
}

.lp_area .sub_tool {
    font-size: 12px;
}

.lp_area .sub_tool .forgot_password {
    color: #999;
    padding-left: 2px;
}

.lp_area .sub_tool .forgot_password .question {
    width: 8px;
    height: 12px;
    display: inline-block;
    margin-right: 5px;
    vertical-align: -2px;
    *display: inline;
    *zoom: 1;
}

.lp_area .sub_tool .reg {
    color: #339ad4;
    padding-right: 2px;
}

.lp_area .sub_tool .reg .chevron_right {
    width: 10px;
    height: 12px;
    display: inline-block;
    margin-right: 5px;
    vertical-align: -2px;
    *display: inline;
    *zoom: 1;
}

.lp_area .lp_btn_login {
    display: block;
    text-align: center;
    border: 0;
    width: 230px;
    height: 35px;
    float: none;
    color: #fff;
    border-radius: 4px;
    background: #3e6bc6;
    margin: 10px auto;
    cursor: pointer;
    
    font: bold 16px/35px \5FAE\8F6F\96C5\9ED1, "Microsoft YaHei";
}

.lp_area .lp_btn_login:hover {
    background-color: #8ec55f;
}

.lp_area .lp_btn_login .check_tick {
    width: 19px;
    height: 16px;
    display: inline-block;
    margin-right: 5px;
    vertical-align: -1px;
    *display: inline;
    *zoom: 1;
}

.msg_area {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 490px;
    background: #FFF;
    border: 1px solid #ccc;
    border-top: 2px solid #3e6bc6;
    padding: 10px;
    margin-left: -256px;
    margin-top: -200px;
    box-shadow: 0 0 10px #666;
    border-radius: 4px;
}

.msg_area h3 {
    text-align: center;
    margin-bottom: 20px;
    font: bold 20px/22px \5FAE\8F6F\96C5\9ED1, "Microsoft YaHei";
    color: #3e6bc6;
}

.msg_area .area label {
    color: #666;
    vertical-align: top;
    font: 14px/30px \5FAE\8F6F\96C5\9ED1, "Microsoft YaHei";
}

.msg_area .area {
    padding-bottom: 15px;
    text-align: center;
    vertical-align: middle;
}

.msg_area .radio_area {
    text-align: left;
    font: 14px/30px \5FAE\8F6F\96C5\9ED1, "Microsoft YaHei";
    padding-left: 21px;
    padding-bottom: 10px;
}

.msg_area .area input {
    width: 400px;
    height: 30px;
    padding-left: 10px;
    font: 14px/30px \5FAE\8F6F\96C5\9ED1, "Microsoft YaHei";
    border: 1px solid #DDD;
    border-radius: 3px;
}

.msg_area .area input.radio {
    width: auto;
    height: auto;
    border-radius: 0;
    border: 0;
}

.msg_area .checkBox {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.msg_area .check input {
    width: auto;
    height: 20px;
    padding-left: 0;
    margin-right: 6px;
    float: left;
    border: 0;
    margin-top: 1px;
}

.msg_area .check label {
    float: left;
    font: 14px/20px \5FAE\8F6F\96C5\9ED1, "Microsoft YaHei";
}

.msg_area .area textarea {
    width: 400px;
    height: 120px;
    padding-left: 10px;
    font: 14px/30px \5FAE\8F6F\96C5\9ED1, "Microsoft YaHei";
    border: 1px solid #DDD;
    border-radius: 3px;
}

.msg_area .sub_tool input {
    display: block;
    text-align: center;
    border: 0;
    width: 230px;
    height: 35px;
    float: none;
    color: #fff;
    border-radius: 4px;
    background: #3e6bc6;
    margin: 0 auto 10px;
    cursor: pointer;
    
    font: bold 16px/35px \5FAE\8F6F\96C5\9ED1, "Microsoft YaHei";
}

.msg_area .sub_tool input:hover {
    background: #8ec55f;
}

.msg_list {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 790px;
    background: #FFF;
    border: 1px solid #ccc;
    border-top: 2px solid #3e6bc6;
    padding: 10px;
    margin-left: -406px;
    margin-top: -256.5px;
    box-shadow: 0 0 10px #666;
    border-radius: 4px;
}

.msg_list h3 {
    text-align: center;
    padding-bottom: 15px;
    font: bold 20px/22px \5FAE\8F6F\96C5\9ED1, "Microsoft YaHei";
    color: #3e6bc6;
    border-bottom: 1px solid #DDD;
}

.msg_list_in li {
    
}

.msg_list_in li a {
    overflow: hidden;
    padding: 10px 0;
    border-bottom: 1px dotted #dbd4cd;
    padding-left: 80px;
    display: block;
    text-decoration: none;
}

.msg_list_in li a:hover {
    background: #F9F9F9;
}

.msg_list_in li .time {
    float: left;
    width: 60px;
    margin-left: -80px;
}

.msg_list_in li .day {
    height: 42px;
    border-bottom: 1px solid #fff;
    font: 30px/42px \5FAE\8F6F\96C5\9ED1, "Microsoft YaHei";
}

.msg_list_in li .date {
    height: 18px;
    line-height: 18px;
    font-size: 10px;
}

.msg_list_in li .day,
.msg_list_in li .date {
    background-color: #8ec55f;
    display: block;
    text-align: center;
    font-family: Arial;
    color: #FFF;
}

.msg_list_in li .conts p {
    font: 13px/20px \5FAE\8F6F\96C5\9ED1, "Microsoft YaHei";
    color: #707070;
}

.msg_list_in li .conts span{
    color: #999;
}

.msg_list_in li .conts .subject, .msg_list_in li .conts .subject span {
    color: #3e6bc6;
}

.msg_list_in li .conts .subject {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.msg_list_in li .conts .preview {
    max-height: 40px;
    _height: 40px;
    overflow: hidden;
}

.msg_list .pagination {
    margin: 10px 0 10px 0;
}

.msg_list .pagination ul {
    padding-left: 0;
}

@-webkit-keyframes enlarge {
    to {
        -webkit-transform:scale(1.1,1.1);
    }
}

@keyframes enlarge {
    to {
        transform:scale(1.1,1.1);
    }
}
/*enlarge*/</pre></body></html>