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

/**************************************/
/*              框架布局              */
/**************************************/

/*body { background: url(../images/bg_body.jpg) repeat-x left top;font-family:"microsoft yahei","宋体","Arial","sans-serif"; font-size: 12px; }*/
button, input[type="submit"], input[type="button"], input[type="reset"] { font-family: "microsoft yahei","宋体","Arial","sans-serif"; }
a { color: #c92121; }
.width_wrap { width: 1180px; margin: auto; }

.fl { float: left; margin-bottom:10px;}
.fr { float: right; }
.datime li{ margin-left:20px;}
.box { margin: 0 0 30px; }
.box_content { padding:0 50px 20px 50px;;}
.box_left { float: left; width: 75%; padding-right: 10px; min-height: 500px; border-right: 1px solid #CCC; }
.box_left h2{ margin-bottom:10px;}
.box_right { float: left; width: 25%; padding-left: 20px; }
h3.list_title { margin: 0 0 15px; font-size: 14px; }
h3.list_title a { color: #c92121; }
.gqt{width:825px;margin: 0 auto; line-height:25px; font-size:14px;}



/**************************************/
/*              公用头部              */
/**************************************/

/*顶通*/

.topbar { height: 30px; line-height: 30px; border-bottom: 1px solid #b9deec; background: url(../images/bg_topbar.jpg) repeat-x left top; }
.topbar li { float: left; padding: 0 5px 0 0; }
.topbar li a { color: #aaa; }
.topbar .user_info form { float: left; }
.topbar .user_info label { padding: 0 0 0 5px; }
.topbar .user_info input { width: 100px; padding: 2px; border: 1px solid #dfdfdf; }
.topbar .user_info a { margin: 0 0 0 10px; color: #333; }

/*LOGO部分*/
.main_header { height: 110px; }
.main_header h2 a { display: block; width: 240px; height: 68px; padding: 20px 0 0; background: url(../images/logo_caifx.jpg) no-repeat center center; text-indent: -9999px; }
.main_header .search { *width: 175px; height: 36px; padding: 0 0 0 5px; margin: 38px 0 0; background: url(../images/header_search.jpg) no-repeat left center; }
.main_header .search .search1 { height: 100%; background: url(../images/header_search.jpg) no-repeat right center; }

.main_header .search .input { width: 100px; padding: 5px 2px; border: none; background: none; }
.main_header .search .button { width: 65px; height: 100%; border: none; background: none; color: #fff; }
.main_header .icon { height: 40px; margin: 35px 0 0; padding: 0 20px; }
.main_header .account { width: 266px; height: 47px; line-height: 47px; overflow: hidden; margin: 31px 0 0; background: url(../images/header_button.jpg) no-repeat center center; }
.main_header .account a { float: left; display: inline-block; height: 100%; color: #fff; text-align: center; font-size: 14px; }
.main_header .account .real { width: 120px; }
.main_header .account .virtual { width: 146px; }

/*主导航*/
.mainnav { height: 50px; line-height: 50px; border-bottom: 1px solid #fff; background: url(../images/bg_mainnav.jpg) repeat-x left center; }
.mainnav li { float: left; }
.mainnav li a { display: block; width: 110px; height: 100%; text-align: center; color: #fff; font-size: 16px; }
.mainnav li a:hover { color: #dd3014; }
.mainnav li.current a { background: url(../images/mainnav_current.jpg) no-repeat center bottom; }

/*第二导航*/
.sec_nav ul { float: left; padding: 25px 10px 15px; }
.sec_nav .part1 { width: 330px; }
.sec_nav .part1 a.group { width:65px; }
.sec_nav .part1 a { width:58px; }
.sec_nav .part2 { width: 330px; }
.sec_nav .part2 a { width:58px; }
.sec_nav .part3 { width: 270px; }
.sec_nav .part3 a.group { width:55px; }
.sec_nav .part3 a { width:60px; }
.sec_nav li { height: 26px; line-height: 26px; }
.sec_nav li i { display: inline-block; width: 0; height: 0; line-height: 0; border-top: 4px dashed transparent; border-bottom: 4px dashed transparent; border-left: 4px solid #dd3014; border-right: 4px dashed transparent; }
.sec_nav li a { display: inline-block;  color: #333; }
.sec_nav li a.group { display: inline-block; margin: 0px; color: #dd3014; }
.sec_nav li a:hover { color: #0099d2; }
.sec_nav li a.group:hover { color: #dd3014; }


/*友情链接*/
.friend_link li { float: left; height: 24px; line-height: 24px; padding: 0 0 0 10px; margin: 0 10px 10px 0; background: url(../images/list_title2.jpg) no-repeat left center; }
.friend_link li a { display: inline-block; height: 24px; padding: 0 12px 0 2px; background: url(../images/list_title2.jpg) no-repeat right center; color: #333; }
.friend_link li a:hover { color: #dd3014; }
.friend_link li.add { width: 84px; padding: 0; background: url(../images/add_link.jpg) no-repeat left center; }
.friend_link li.add a { width: 84px; padding: 0; background: none; text-indent: 25px; _text-indent: 12px; }



/**************************************/
/*              公用底部              */
/**************************************/

.footer { padding: 10px 0 70px; text-align: center; }
.footer .warning { line-height: 24px; padding: 50px 0 0; background: url(../images/icon_warning.jpg) no-repeat center top; color: #dd3014; }
.footer .nav { margin: 40px 0 15px; color: #333; font-size: 14px; }
.footer .nav a { color: #333; }
.footer .nav a:hover { color: #dd3014; }
.footer .nav span { padding: 0 10px; }
.footer .copyright { line-height: 24px; color: #aaa; }



/**************************************/
/*              公用组件              */
/**************************************/

/*重点区块*/
.box_heavy { border:0; }
.box_heavy_title { margin-bottom:20px; float:left;  width:968px;height: 40px; line-height: 40px; padding: 0 10px; background: url(../images/box_title_bg.jpg) repeat-x left top;}
.box_heavy_title i { float: right; display: inline-block; width: 200px; height: 40px; background: url(../images/box_title_corner.jpg) no-repeat right top; }
.box_heavy_title a.tab_title { display: inline-block; line-height: 52px; padding: 0 0 0 45px; background: url(../images/box_title_text.jpg) no-repeat left top; text-align: center; }
.box_heavy_title a.tab_title span { display: inline-block; padding: 0 55px 0 10px; background: url(../images/box_title_text.jpg) no-repeat right top; font-weight: normal; font-size: 18px; }
.nav_title, .nav_title a { color: #333; font-size: 16px; font-weight: normal; line-height:50px;}


/*辅助区块*/
.box_light {box-shadow: 1px 1px 20px 0px #888888; border:#CCCCCC 1px solid;
                }
.box_light_title { padding: 20px; }
.box_light_title a { color: #dd3014; font-weight: normal; }
.box_light_title a.other {  color: #6d6d6d;
    font-size: 28px;
    font-weight: normal;
    border-left: 3px solid #c92121;
    padding: 7px; }

/*tab切换*/
.switch_tab { display: none; }
.current_tab { display: block; }

/*悬浮固定组件*/
.fixed_widget .fixed { position: fixed; _position: absolute; }
.fixed_widget .to_top { right: 25px; bottom: 100px; display:none; }
.fixed_widget .to_top a { width: 54px; height: 54px; display: block; background:url(../images/gotoup.jpg) no-repeat;  opacity: 0.3; filter: alpha(opacity=30); }
.fixed_widget .to_top a:hover { opacity: 1; filter: alpha(opacity=100); }
.fixed_widget .to_top a.home { background:url(../images/backtohome.png) no-repeat; margin-bottom:10px; }
.fixed_widget .service { width: 170px; height:205px; padding: 12px; background: url(../images/fixed_call.jpg) no-repeat left top; right: 0; top: 200px; }
.zp{ margin-top:10px; width:195px; padding: 12px; }
.zp img{ margin-right:30px; float:right;}



.fixed2{position: fixed; _position: absolute;width: 170px; height:130px; padding: 12px;  left: 0; top: 500px; }
.fixed_widget .service strong { display: block; line-height: 20px; font-size: 18px; font-weight: normal; color: #dd3014; }
.fixed_widget .service span { display: block; margin: 25px 0 10px; text-align: center; color: #2093ce; font-size: 16px; }
.fixed_widget .service li { float: left; display: block; padding:2px; }
.fixed_widget .qq { width: 94px; height: 94px; left: 0; top: 220px; }
.fixed_widget .qq a { display: block; width: 94px; height: 94px; line-height: 140px; background: url(../images/fixed_qq.jpg) no-repeat center center; text-align: center; color: #fff; font-size: 14px; }
.fixed_widget .class { width: 252px; height: 152px; background: url(../images/fixed_class.jpg) no-repeat left top; right: 0; bottom: 0px; }
.fixed_widget .class h3 { height: 30px; line-height: 30px; padding: 1px 10px 0; font-size: 14px; color: #fff; font-weight: normal; }
.fixed_widget .class h3 .close { float: right; font-size: 18px; color: #fff; }
.fixed_widget .class .text { padding: 10px 15px; }
.fixed_widget .class .text p { padding: 0 0 0 45px; }
.fixed_widget .class .text a { color: #dd3014; }

.book1{ margin-bottom:10px;}
.book1 li{border-bottom: medium none;
    color: #AAAAAA;
    float: left;
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 0;
    padding-bottom: 0;
    width: 40%;}




/**************************************/
/*              动画效果              */
/**************************************/

a { transition: color .3s; -moz-transition: color .3s; -webkit-transition: color .3s; }

@keyframes fadein {
    0% { opacity: 0; }
    100% { opacity: 1; }
}

@-webkit-keyframes fadein {
    0% { opacity: 0; }
    100% { opacity: 1; }
}

@-moz-keyframes fadein {
    0% { opacity: 0; }
    100% { opacity: 1; }
}

@keyframes movein_left {
    0% { opacity: 0; transform: translate(-30px,0px); }
    100% { opacity: 1; transform: translate(0px,0px); }
}

@-webkit-keyframes movein_left {
    0% { opacity: 0; -webkit-transform: translate(-30px,0px); }
    100% { opacity: 1; -webkit-transform: translate(0px,0px); }
}

@-moz-keyframes movein_left {
    0% { opacity: 0; -moz-transform: translate(-30px,0px); }
    100% { opacity: 1; -moz-transform: translate(0px,0px); }
}

@keyframes shake {
    0% { }
    20% { transform: rotate(3deg); transform-origin: 50% 50%; }
    40% { transform: rotate(-3deg); transform-origin: 50% 50%; }
    60% { transform: rotate(1deg); transform-origin: 50% 50%; }
    80% { transform: rotate(-1deg); transform-origin: 50% 50%; }
    100% { }
}

@-webkit-keyframes shake {
    0% { }
    20% { -webkit-transform: rotate(3deg); -webkit-transform-origin: 50% 50%; }
    40% { -webkit-transform: rotate(-3deg); -webkit-transform-origin: 50% 50%; }
    60% { -webkit-transform: rotate(1deg); -webkit-transform-origin: 50% 50%; }
    80% { -webkit-transform: rotate(-1deg); -webkit-transform-origin: 50% 50%; }
    100% { }
}

@-moz-keyframes shake {
    0% { }
    20% { -moz-transform: rotate(3deg); -moz-transform-origin: 50% 50%; }
    40% { -moz-transform: rotate(-3deg); -moz-transform-origin: 50% 50%; }
    60% { -moz-transform: rotate(1deg); -moz-transform-origin: 50% 50%; }
    80% { -moz-transform: rotate(-1deg); -moz-transform-origin: 50% 50%; }
    100% { }
}




.l12{
    background: url("http://i0.jrjimg.cn/forex/bgx.gif") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
}

.l12 {
    background-position: 0 -322px;
    height: 30px;
    margin-top: 8px;
    margin-left:30px;
    width:930px;
}


.l12 li 
{
	float: left;
    height: 30px;
    width: 11%;
}

.l12 .cur {
    background: url("http://i0.jrjimg.cn/forex/ico.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.l12 .cur {
    background-position: 100% -490px;
    padding-bottom: 14px;
}



.l12 .cur a {
    background-color: #9AC0E2;
    color: #FFFFFF;
    font-weight: bold;
}
.l12 .flag11 
{
	background:url("../imagehb/usd-s.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	background-position: 14px 2px;
}

.l12 .flag15 
{
	background:url("../imagehb/ur-s.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    background-position: 14px 2px;
}


.l12 .flag12 
{
	background:url("../imagehb/uk-s.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    background-position: 14px 2px;
}

.l12 .flag16 
{
	background:url("../imagehb/jp-s.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    background-position: 14px 2px;
}

.l12 .flag13 
{
	background:url("../imagehb/au-s.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    background-position: 14px 2px;
}

.l12 .flag18 
{
	background:url("../imagehb/sw-s.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    background-position: 14px 2px;
}

.l12 .flag19 
{
	background:url("../imagehb/ca-s.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    background-position: 14px 2px;
}

.l12 .flag20
{
	background:url("../imagehb/nzd-s.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    background-position: 14px 2px;
}
.l12 .flag21
{
	background:url("../imagehb/cny-s.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    background-position: 14px 2px;
}

.l12 .flag11, .l12 .flag12, .l12 .flag13, .l12 .flag14, .l12 .flag15, .l12 .flag16, .l12 .flag17, .l12 .flag18, .l12 .flag19,  .l12 .flag20,  .l12 .flag21 {
    color: #000000;
    line-height: 25px;
    padding-left: 50px;
}
.l12 li a {
    display: block;
}

.article {
    color: #333333;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 29px;
    word-break: break-all;
}

.read li p {
    margin-top:10px;
    text-indent:20px;
    margin-bottom:10px;
    color:#808080;
}
.left_nav{width:200px; height:460px; position:fixed; left:0; top: 200px; z-index:1000;}
.left_nav a{display:block}


.caifx-footer{
    background-color: #333333;
    border-top: 5px solid #c92121;
    color: #999999;
}
.caifx-footer-main{
     overflow: hidden;
    padding: 0 6%;
}

.ft {
    background: #333333 none repeat scroll 0 0;
    margin-top: 30px;
    z-index: 1000;
}
.ft-inner {
    border-bottom: 1px solid #72777b;
    margin: 0 auto;
    position: relative;
    width: 1150px;
}
.ft-helper {
    border-right: 1px solid #72777b;
    float: left;
    padding: 27px 0;
}
.ft-helper dl {
    color: #fff;
    float: left;
    line-height: 24px;
    margin-right: 50px;
    width: 101px;
}
.ft-helper dt {
    font-size: 14px;
    font-weight: bold;
    line-height: 28px;
}
.ft-helper a {
    color: #fff;
    display: block;
    font-size: 14px;
}
.ft a:hover {
    text-decoration: underline;
}
.ft-service {
    border-right: 1px solid #72777b;
    float: left;
    height: 160px;
    padding: 33px 50px 21px;
}
.ft-service .icon-ft-tishi {
    margin-right: 5px;
}
.ft-service dl {
    width: 250px;
}
.ft-service dt {
    height: 19px;
    line-height: 19px;
}
.ft-service p {
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    margin-top: 7px;
}
.ft-service p strong {
    font-family: "Arial";
    font-size: 20px;
    font-weight: bold;
}
.ft-service p em {
    font-weight: bold;
}
.ft-serv-handle {
    margin-top: 8px;
}
.ft-serv-handle .icon-hdSprite {
    cursor: pointer;
    margin-right: 7px;
}
.ft-record {
    padding: 20px 0;
}
.ft-wap {
    float: right;
    padding: 0 0 0 35px;
}
.ft-wap .icon-ft-phone {
    margin-right: 30px;
}
.ft-wap dl {
    color: #fff;
    float: left;
    padding-top: 15px;
}
.ft-wap dt {
    font-size: 14px;
    margin-bottom: 5px;
    text-align: center;
}
.ft-identity {
    color: #fff;
    text-align: center;
}
.ft-identity a {
    color: #fff;
}
.ft-approve {
    height: 36px;
    margin: 0 auto;
    padding: 0 0 20px;
    width: 530px;
    text-align:center;
}
.ft-approve a {
    margin-left: 15px;
}
.icon-approve {
    background-image: url("../images/icon_approve.jpg");
    background-repeat: no-repeat;
    float: left;
    overflow: hidden;
    text-indent: -9999px;
}
.approve-0 {
    background-position: -1188px 0;
    height: 36px;
    width: 130px;
}
.approve-1 {
    background-position: -946px 0;
    height: 36px;
    width: 112px;
}
.approve-2 {
    background-position: -279px 0;
    height: 36px;
    width: 99px;
}
.approve-3 {
    background-position: -492px 0;
    height: 36px;
    width: 112px;
}
.icon-hdSprite {
    background-image: url("../images/icon_hdSprite1.png");
    background-repeat: no-repeat;
    float: left;
    overflow: hidden;
    text-indent: -9999px;
}
.icon-ft-erweima {
    background-position: -120px -60px;
    height: 91px;
    width: 91px;
}
.icon-ft-email {
    background-position: -91px 0;
    height: 30px;
    width: 30px;
}
.icon-ft-qqweibo {
    background-position: -121px 0;
    height: 30px;
    width: 30px;
}
.icon-ft-sina {
    background-position: -151px 0;
    height: 30px;
    width: 30px;
}
.icon-ft-weixin {
    background-position: -181px 0;
    height: 30px;
    width: 30px;
}
.icon-ft-weixin.cur {
    background-position: -181px -30px;
    height: 30px;
    width: 30px;
}
.icon-ft-qun {
    background: rgba(0, 0, 0, 0) url("../images/icon-qun.jpg") no-repeat scroll 0 0;
    float: left;
    height: 30px;
    margin-right: 7px;
    overflow: hidden;
    width: 30px;
}
.icon-ft-qun-cur {
    background: rgba(0, 0, 0, 0) url("images/icon-qun.jpg") no-repeat scroll 0 -30px;
    float: left;
    height: 30px;
    overflow: hidden;
    width: 30px;
}
.icon-ft-tishi {
    background-position: -287px 0;
    height: 19px;
    width: 19px;
}
.icon-ft-phone {
    background-position: -219px 0;
    height: 135px;
    width: 68px;
}
.icon-ft-email:hover {
    background-position: -91px -30px;
    height: 30px;
    width: 30px;
}
.icon-ft-qqweibo:hover {
    background-position: -121px -30px;
    height: 30px;
    width: 30px;
}
.icon-ft-sina:hover {
    background-position: -151px -30px;
    height: 30px;
    width: 30px;
}
.icon-ft-weixin:hover {
    background-position: -181px -30px;
    height: 30px;
    width: 30px;
}
.icon-ft-qun:hover {
    background: rgba(0, 0, 0, 0) url("../images/icon-qun.jpg") no-repeat scroll 0 -30px;
    float: left;
    height: 30px;
    overflow: hidden;
    width: 30px;
}
.ft-color-zyts {
    color:#e96906;
    text-align:center;
    padding-bottom:20px;
	max-width:1150px;
	margin:0 auto;
}


.contact-weixin,.contact-sina,.contact-tencent{
    background: url("../images/ft_sns.png") no-repeat;
    width: 50px;
    height: 50px;
    display: block;
    margin-right: 10px;
}
.contact-weixin:hover,.contact-sina:hover,.contact-tencent:hover{
    cursor: pointer;
}
.contact-weixin{
    background-position: 0 0;
}
.contact-sina{
    background-position: -51px 0;
}
.contact-tencent{
    background-position: -102px 0;
}
.contact-weixin:hover{
    background-position: 0 -51px;
}
.contact-sina:hover{
    background-position: -51px -51px;
}
.contact-tencent:hover{
    background-position: -102px -51px;
}
.contact-phone-h3,.contact-qq-h3{
    background: url("../images/icons_pic.png") no-repeat;
    display: inline-block;
    float: left;
    height: 40px;
    margin-right: 10px;
    width: 40px;
}
.contact-phone-h3{
    background-position: 0 0;
}
.contact-qq-h3{
    background-position: 0 -45px;
}
.contact-phone{
    font-size: 18px;
}

ul.book.clearfix&gt;li span{
	display:block;
}
/**************************************/
/*          交易系统内容页框架          */
/**************************************/
.xiangqing {display:block; border-top:#FFDECE 1px solid; line-height:20px;
}
.xiangqing h2{style="border-bottom:#C3C3C3 1px solid; line-height:50px;
}
.zhengwen {line-height:30px; padding-top:30px; border-top:#E7E7E7 1px solid; margin-top:20px;
}
.zhengwen img{margin-bottom:10px; max-width:1000px;
}
.zhengwen p{ color: #333; font-size: 14px; line-height: 20px; margin-bottom: 19px; word-break:break-all;
}
.kuan1080 {width:1080px; height:270px;
}
.kuan1080_01{float:left; border:#E1E1E1 1px solid; width:380px; height:260px; text-align:center;
}
.kuan1080_02{line-height:240px; width:auto; float:none; margin-top:5px;
}
.zuoer01{float:right; border:#E1E1E1 1px solid; width:680px; height:260px; margin-left:3px; padding-left:5px;
}
.zuoer02{float:right; width:660px; height:250px; text-align:left;
}
.zuoer03{line-height:30px; margin-bottom:10px; margin-top:10px;
}
.zuoer04{border-bottom:#DDDDDD ridge 1px; line-height:35px;
}
.zuoerzhongyao{float:left; margin-top:15px; margin-left:5px;
}
.zuoerli01{float:left; margin-left:20px;display:block; text-align:center;width:160px; height:40px; line-height:40px; border:none;border-radius: 3px; background:#1D3A3A; font-size:16px; color:#FFF; font-family:微软雅黑; font-weight:normal;
}
.zuoerli02{float:left; margin-left:20px;
}
.zuoerli02 a{display:block; text-align:center;width:160px; height:40px; line-height:40px; border:none;border-radius: 3px; background:#9900FF; font-size:16px; color:#FFF; font-family:微软雅黑; font-weight:normal;
}
.zuoerli03{float:left; margin-left:20px;
}
.zuoerli03 a{display:block; text-align:center;width:160px; height:40px; line-height:40px; border:none;border-radius: 3px; background:#3366FF; font-size:16px; color:#FFF; font-family:微软雅黑; font-weight:normal;
}
/**************************************/
/*          交易商内容页框架          */
/**************************************/
.jysbox{width:1080px; height:270px;
}
.jysbox-left{float:left; border:#E1E1E1 1px solid; width:380px; height:260px; text-align:center;
}
.jysbox-left01{line-height:240px; width:auto; float:none; margin-top:5px;
}
.jysbox-right{float:right; border:#E1E1E1 1px solid; width:680px; height:260px; margin-left:3px; padding-left:5px;
}
.jysbox-right01{float:right; width:660px; height:250px; text-align:left;
}
.jysbox-title{line-height:30px; margin-bottom:10px; margin-top:10px;
}
.jys-xijie{border-bottom:#DDDDDD ridge 1px; line-height:35px;
}
.jys-hg{line-height:35px;
}
.jys-zy{float:left; margin-top:15px; margin-left:5px;
}
.jys-zy-li01{float:left; margin-left:20px;display:block; text-align:center;width:160px; height:40px; line-height:40px; border:none;border-radius: 3px; background:#1D3A3A; font-size:16px; color:#FFF; font-family:微软雅黑; font-weight:normal;
}
.jys-zy-li02{ float:left; margin-left:20px;
}
.jys-zy-li02 a{ display:block; text-align:center;width:160px; height:40px; line-height:40px; border:none;border-radius: 3px; background:#9900FF; font-size:16px; color:#FFF; font-family:微软雅黑; font-weight:normal;
}
.jys-zy-li03{float:left; margin-left:20px;
}
.jys-zy-li03 a{display:block; text-align:center;width:160px; height:40px; line-height:40px; border:none;border-radius: 3px; background:#3366FF; font-size:16px; color:#FFF; font-family:微软雅黑; font-weight:normal;
}
.jiben{width:100%; height:230px;
}
.jiben-lf{float:left; border:#E1E1E1 1px solid; width:536px; height:220px; padding-left:8px;
}
.jiben-lf span{line-height:40px; width:100%; float:left;
}
.jiben-right{float:right; border:#E1E1E1 1px solid; width:536px; height:220px; margin-left:5px; padding-left:8px;
}
.jiben-right span{line-height:40px; width:100%; float:left;
}
.package{ width:100%; margin:0 auto;
}
.package h4{padding-top:15px; width:100%; border-bottom:#DFDFDF 1px solid; padding-bottom:10px;
}
.package p{ color: #333; font-size: 14px; line-height: 26px; margin-bottom: 15px; word-break:break-all;
}
.zhuyao { width:100%;
}
.zhuyao span{color:red; font-size:14px;
}
.zhuyao img{margin-bottom:10px; max-width:1080px;
}
.width_wrap a:hover{color:#009900;}
.container { width:100%; margin:0;
}</pre></body></html>