﻿body
{
    margin: 0 auto; 
	background: #f6f6f8;
    font-size: 12px;
    font-family: 'Microsoft YaHei',tahoma,arial,sans-serif;/* '\5b8b\4f53', */
}
ul, li, ol, p, h6, h5, h4, h3, h2, h1, form, dt, dd, dl
{
    margin: 0;
    padding: 0;
}
a
{
    color: #000;
    text-decoration: none;
}
a:hover
{
    /*position: relative;
    top: -1px;*/
    color: #ff0000;
}
table
{
    font-size: 12px;
    color: #333333;
    line-height: 22px;
}
img
{
    border: none;
}
li
{
    list-style: none;
}
*
{
    padding: 0px;
    margin: 0px;
}
*li
{
    list-style: none;
}
.clearfix:after
{
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
}
.clearfix
{
    _zoom: 1;
}
/*采用 clearfix 此方法时，IE8以下必须声明 DOCTYPE*/
.clear_both
{
    clear: both;
}

/*通用样式*/
.mt3
{
    margin-top: 3px;
}
.mt5
{
    margin-top: 5px;
}
.mt10
{
    margin-top: 10px;
}
.mt15
{
    margin-top: 15px;
}
.mt20
{
    margin-top: 20px;
}
.f_b
{
    font-weight: bold;
}
.f_red
{
    color: #F00;
}

.wrap
{
    width: 1200px;
    margin: 0 auto;
    text-align: left;
}
.wrap_no_bg
{
    width: 1200px;
    margin: 0 auto;
    text-align: left;
}
.div_all
{
    width: 1200px;
    margin: 0 auto;
    margin-top: 5px;
    background: #FFF;
}
.none
{
    display: none;
}
/*顶部*/
.header_top
{
    width: 100%;
    min-width: 1200px;
    color: #666;
    background: #0685e6;
    border-bottom: 1px solid #fff;
    line-height: 40px;
    height: 40px;
}
.header_top_left
{
    float: left;
}
.header_top_left a
{
    color: #fff;
    margin-right: 10px;
}
.header_top_right
{
    float: right;
    _padding-top: 5px;
}
.header_top_right img
{
    margin-right: 3px;
}
.header_top_right a
{
    color: #fff;
    margin: 0 4px;
    _margin: 0 1px;
}
.header_top_right a span
{
    color: #fff;
}
.top_qr_code
{
    width: 384px;
    position: relative;
    z-index: 90;
}
.top_qr_code .TabTitle
{
    clear: both;
    overflow: hidden;
    color: #46649a;
}
.top_qr_code .TabTitle li
{
    float: left;
    height: 40px;
    line-height: 40px;
    display: block;
}
.top_qr_code .TabTitle .active
{
    background: #fff;
    color: #333;
    text-align: center;
    border-left: 1px #0685e6 solid;
    border-right: 1px #0685e6 solid;
}
.top_qr_code .TabTitle .active a span
{
    color: #0685e6;
}
.top_qr_code .TabTitle .normal
{
    /*border-left: 1px #0685e6 solid;
    border-right: 1px #0685e6 solid;*/
    color: #333;
}
.top_qr_code .TabContent
{
    text-align: center;
    z-index: 100;
    position: absolute;
    left: 0;
    top: 40px;
}
.top_qr_code .TabContent .qr_cord_img
{
    width: 512px;
    margin-left: -65px;
    height: 151px;
    background: #FFF;
    border: 1px solid #0685e6;
    border-top: none;
    overflow: hidden;
    background: url(https://www.lyrc.cc/Images/Index/20210907qr_code.gif) no-repeat center;
}
.top_qr_code .TabContent .qr_cord_img a
{
    display: block;
    width: 512px;
    height: 151px;
}
/*logo+广告*/
.header
{
    background: #fff;
}


.header_left
{
    float: left;
    width: 400px;
    padding: 20px 0;
}
.header_left .logo img
{
    width: 400px;
    height: 60px;
}
.header_center
{
    float: left;
    width: 100px;
    margin-left: 50px;
}
.header_center img
{
    width: 80px;
    height: 80px;
}

.header_right
{
    float: right;
}
/*导航*/
.nav
{
}
.nav-item
{
    float: left;
    display: inline-block;
    position: relative;
}
.nav-item .nav-item-link
{
    color: #333;
    display: block;
    position: relative;
    line-height: 100px;
    height: 100px;
    padding: 0px 20px;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 3px solid #fff;
}

.nav-item .nav-item-link:hover
{
    color: #0685e6;
    border-bottom: 3px solid #0685e6;
    top: 0;
}

.nav-item .nav-item-link.current, .nav-item .nav-item-link.current:hover
{
    border-bottom: 3px solid #0685e6;
    color: #0685e6;
}

.nav-more .nav-item-link
{
    padding: 0 25px !important;
    background-image: url(/company/images/header/menu1.png);
    background-position: 60px;
    background-repeat: no-repeat;
    background-size: 8px;
}

.nav-sub-list
{
    display: none;
    z-index: 99;
    position: absolute;
    background: #fff;
    box-shadow: 0px 5px 6px #ddd;
    left: -10px;
    right: -10px;
    bottom: -100px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.nav-more:hover .nav-sub-list
{
    display: block;
}

.nav-more:hover .nav-item-link
{
    background-image: url(/company/images/header/menu2.png);
}

.nav-sub-item
{
}

.nav-sub-item-link
{
    display: block;
    height: 37px;
    line-height: 37px;
    text-align: center;
    color: #333;
    font-size: 14px;
    font-weight: bold;
    border-bottom: 3px solid #fff;
}

.nav-sub-top
{
    text-align: center;
    position: relative;
    height: 8px;
    border-top: 1px solid #ddd;
}

.nav-sub-top-icon
{
    display: block;
    position: absolute;
    top: -12px;
    left: 0;
    right: 0;
    text-align: center;
}

.nav-sub-top img
{
    width: 16px;
    display: inline-block;
    background: #fff;
}

/* 悬浮导航 */
.header_fixed{width:100%; position: fixed; _position:absolute; height: 45px;top:0px;left:0px; z-index:1000000000;background: #0685e6;display:none;}
.header_fixed_cont{width:1200px; margin:0 auto; position:relative}
.header_fixed_close a{color:#fff;}
.header_fixed_close { position:absolute;right:-40px;top:13px;}
.header_fixed_list{width:1080px;height:45px; overflow:hidden; float:left}
.header_fixed_list li{  float:left; line-height:45px; font-size:14px;}
.header_fixed_list li a{color:#fff; display:block; float:left;padding-left:10px; padding-right:10px; font-size:15px}
.header_fixed_list li a:hover{color:#fff; text-decoration:none}
.header_fixed_login{width:135px; position:absolute;right:0px;top:0px;}
.header_fixed_login_l{height:25px; line-height:25px; text-align:center; color:#fff; float:left; margin-left:2px; background:#00b2fc}
.header_fixed_login_box{width:65px; position:absolute;left:0px;top:25px; background:#005e9d;}
.header_fixed_login_dl{position:relative; cursor:pointer; display:inline-block;padding-left:15px; padding-right:15px;}
.header_fixed_login_a{ display:block; text-align:center;color:#fff; line-height:30px; }
.header_fixed_login_a:hover{background:#1c99ef;color:#fff; text-decoration:none}
.header_fixed_reg_box{width:64px; position:absolute;left:-5px;top:25px; background:#00b2fc;border:1px solid #00b2fc;}
.header_fixed_login_after{width:125px;height:25px; line-height:25px; float:left; position:relative;}
.header_fixed_login_after_cont{ background:#00b2fc  url(../images/yun_h_icon.gif) no-repeat 110px center;color:#fff; padding-left:10px; cursor:pointer}
.header_fixed_login_after_name{ width:92px;height:25px; line-height:25px; display:block; overflow:hidden}
.header_fixed_reg_box_ye{width:123px; position:absolute;left:0px; background:#00b2fc;border:1px solid #00b2fc}
.header_fixed_reg_box_ye .header_fixed_login_a{ border-top:1px solid #4fcafd;color:#fff}
.header_fixed_list_cur{ background:#00b2fc}
.header_fixed_list li a:hover{background:#00b2fc;}
/*底部帮助*/
.footer
{
    width: 100%;
    min-width: 1200px;
    margin-top: 10px;
    padding-top: 28px;
    padding-bottom: 25px;
    border-top: 1px solid #CCC;
    background: #f0f0f0;
}
.footer .footer_menu
{
    width: 1200px;
    height: auto;
    border-left: 1px solid #dadada;
    border-right: 1px solid #FFF;
    margin-top: 10px;
    overflow: hidden;
    position: relative;
}
.footer .footer_menu dl
{
    width: 142px;
    height: auto;
    padding-left: 50px;
    border-left: 1px solid #FFF;
    border-right: 1px solid #dadada;
    float: left;
}
.footer .footer_menu dt
{
    color: #676767;
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 10px;
}
.footer .footer_menu dd
{
    margin-top: 6px;
    font-size: 14px;
    padding-left: 10px;
    background: url(/Assets/images/index/news_icon.jpg) no-repeat left;
}
.footer .footer_menu dd a
{
    color: #686e6f;
}
.footer .footer_menu dd a:hover
{
    color: #f00;
}
.footer .footer_menu .phone
{
    width: 178px;
    height: auto;
    float: left;
    border-left: 1px solid #FFF;
    border-right: 1px solid #dadada;
    padding: 0 25px;
}
.footer .siteinfo
{
    width: 100%;
    margin: 0 auto;
    line-height: 28px;
    padding: 10px 0;
    margin-top: 10px;
    border-bottom: 1px solid #dadada;
    text-align: center;
}
.footer .copyright
{
    text-align: center;
    line-height: 25px;
    padding-top: 10px;
    width: 100%;
    border-top: 1px solid #fff;
    text-align: center;
}
.footer .copyright .copy
{
    font-family: Arial;
}
