@charset "utf-8";
/*清除默认的浏览器样式*/
html{
    color:#000;
    min-width: 1080px;
    height:100%;
}

body{
    text-align: center;
    font:normal normal 14px/20px 'Microsoft Yahei';
    background-color: #fff;
    overflow-x:hidden;
    color:#333;
    height: 100%;
}

*{
    margin:0;
    padding:0;
}

a{
    text-decoration: none;
    /* -webkit-transition: color 0.5s;
    transition: color 0.5s; */
    cursor:pointer;
    /*color:#fff;*/
    color: #fff;
}

img{
    border:none;
}

a:hover{

}

ul,ol{
    list-style: none;
}

input{
    font-family:'Microsoft Yahei';
    outline:none;
    box-shadow: none;
    padding-left: 5px;
    border:1px solid #cccccc;
    line-height:1;

}

input:-webkit-autofill{
    -webkit-box-shadow: 0 0 0px 1000px white inset;

}

input:focus{
    border:1px solid #6dc0e0;
}

/*站长统计*/
a[title=站长统计]{
    display:none;
}

/*一些公用的样式类*/
.clearfix:after{/*清除浮动*/
    visibility:hidden;
    display:block;
    font-size:0;
    content: " ";
    clear:both;
    height:0;
}

.clearfix{
    *zoom:1;
}

.f_left{/*左浮动*/
    float: left;
}

.f_right{/*右浮动*/
    float: right;
}

.relative{
    position: relative;
}

/*--------------------字体设置---------------------*/
.font_mini{/*小字体*/
    font-size:12px !important;
}

.font_middle{/*中字体*/
    font-size:16px !important;
}

.font_large{/*大字体*/
    font-size: 18px !important;
}

.font_huge{/*超大字体*/
    font-size:20px !important;
}

/*--------------------颜色设置---------------------*/
.main_color{/*主色调*/
    /*color:#f35e3e !important;*/
    color: #db3b28 !important;
}
.main_bgColor{
    background-color:#db3b28 !important;
}
.main_bgColor1{
    background-color:#e64633 !important;
}
.main_bgColor2{
    background-color:#cc2d1a !important;
}

.main_blue{/*常用蓝色*/
    color:#46428c !important;
}

.main_orange{/*常用橙色*/
    color:#ffc923 !important;
}

.main_white{/*常用白色*/
    color:#fff !important;
}

.main_gray_light{/*浅灰*/
    color:#999 !important;
}

.main_gray_middle{/*中灰*/
    color:#666 !important;
}

.main_gray_dark { /*深灰*/
    color: #333 !important;
}

.main_green{/*绿色*/
    color:#1f871f !important;
}

.bgWhite{
    background-color: #Fff;
}

.foot_bgColor{
    background-color: #f3f3f3 !important;
}
.icon{
    display: inline-block;
    vertical-align: middle;

}

/*--------------------通用相关基础组件---------------------*/
.btn{/*公用按钮样式*/
    display: inline-block;
    height: 25px;
    width: 85px;
    line-height: 25px;
    text-align: center;
    font-size: 14px;
    outline: none;
    border: none;
    position: relative;
    overflow: hidden;

}

.btn:after {
    content: "";
    background: rgba(255,255,255,0.3);
    display: block;
    position: absolute;
    border-radius: 50%;
    padding-top: 240%;
    padding-left: 240%;
    margin-top: -120%;
    margin-left: -120%;
    opacity: 0;
    transition: all 1s
}

.btn:active:after {
    padding-top: 0;
    padding-left: 0;
    margin-top: 0;
    margin-left: 0;
    opacity: 1;
    transition: 0s
}


.btn:hover{/*按钮鼠标hover后的样式*/
    opacity:0.8;
}

.btn.disabled{/*按钮不可用的时候的样式*/
    background-color:#dcdcdc !important;
    color:#fff !important;
    /*border:1px solid #dcdcdc !important;*/
}

.btn.disabled:hover{/*按钮不可用时候鼠标以上去的效果*/
    background-color:#dcdcdc !important;
    color:#fff !important;
}

.HY_wrap{/*公用容器*/
    width:1180px;
    /*height: 100%;*/
    margin: 0 auto;
    /*box-shadow: 0 0 4px #aaa;*/
}


/*公用的表单样式*/
.lrFormItem{

}

.lrFormItem > .label{
    float: left;
}

.lrFormItem > .inputWrap{
}

/*公用的错误提示*/
.lrErrlog{
    color:#ff6600;
    height:25px;
    line-height:25px;
    text-align: left;
    clear:both;
}

.lrErrlog:before{
    content:'';
    width:15px;
    height:15px;
    display: inline-block;
    background: url("web_ic_warning.png")/*tpa=http://www.huiyuanjinfu.cn/images/web_ic_warning.png*/ no-repeat 0 0;
    vertical-align: middle;
    background-size:cover;
    margin-right: 5px;
}


/*顶部样式*/
.HY_header{

}

.HY_header .top_bar{
    height:40px;
    line-height:40px;
    overflow: hidden;
    color:#fff;
    background-color: #000;
    font-size:12px;
}

.HY_header .top_bar .left{
    float: left;
}

.HY_header .top_bar .left .icon-phone{
    width:15px;
    height:15px;
    margin-right:4px;
    background: url("phone.png")/*tpa=http://www.huiyuanjinfu.cn/images/phone.png*/ no-repeat 0 0;
    background-size:cover;
}

.HY_header .top_bar .right{
    float: right;
}

.HY_header .top_bar .right .item{
    display: block;
    float: right;
    padding-left:20px;
    transition: color 0.3s;
    color: #fff;
}

.HY_header .top_bar .right .item:hover{
    /*color:#46428c;*/
    color:#db3b28;
}
.HY_header .top_nav{
    height: 90px;
    background-color: #fff;
    /*background-color: rgba(0, 0, 0, 0.6);*/
    overflow: hidden;
    position: relative;
    z-index: 0;
    width: 100%;
}

.HY_header .top_nav .logo_area{
    float: left;
    width:280px;
    height: 44px;
}

.HY_header .top_nav .logo_area img{
    /*width:100%;*/
    /*height:100%;*/
}

.HY_header .top_nav .nav_list{
    float: right;
    overflow: hidden;
    line-height:90px;
}

.HY_header .top_nav.fix_nav{
    position: fixed;
    top: -130px;
    z-index: 1002;
    box-shadow: 0px 0px 20px #c9c9c9;
    transition: all .5s;
}
.HY_header .fix_nav.fix_nav_show{
    top:0;
}
.HY_header .top_nav .nav_list .nav_item{
    display: block;
    text-align: center;
    width:100px;
    float: right;
    font-size: 14px;
    margin:0 20px;
    color: #000;
}
.HY_header .top_nav .nav_list .nav_item a{
    /*color: #fff;*/
    color: #000;
}


.HY_header .top_nav .nav_list .nav_item:hover,
.HY_header .top_nav .nav_list .nav_item.active{
    height:88px;
    color:#f35e3e;
    border-bottom: 2px solid #f35e3e;
}
.HY_header .top_nav .nav_list .nav_item:hover a,
.HY_header .top_nav .nav_list .nav_item.active a{
    color:#f35e3e;
}


/*底部样式*/
/*foot*/
.HY_footer2{
    height: 60px;
    line-height: 60px;
    /*margin-top: 70px;*/
}
.HY_footer2 p{
    color: #888888;
}

/*内容区域固定*/
.HY_content_wrap{
    min-height: calc(100% - 130px - 61px);
}
.HY_content_wrap:after{
    content: '';
    margin-bottom: -60px;
}


/*公用信息*/
.lazy_wrap{/*公用容器*/
    width:936px;
    height: 100%;
    margin: 0 auto;
}

.common-footer{
    background-color: #fff;
    /*margin-top: 42px;*/
}
.f-left{
    float: left;
}
.f-kefu{
    width: 280px;
    text-align: left;
    overflow: hidden;
}
.f-kefu-title{
    /*background: url(/images/xx-phone.png) left center no-repeat;*/
    height: 30px;
    line-height: 30px;
    /*padding-left: 40px;*/
}
.f-kefu-tel{
    font-size: 18px;
    font-weight: bold;
    margin: 20px 0 30px 0;
    padding-left: 40px;
}
.f-kefu-btn{
    border: 1px solid #ccc;
    padding: 8px 30px;
    border-radius: 35px;
    display: inline-block;
    margin-left: 40px;

}
.common_info{
    /* background-color: #4d4d4d; */
    color:#828282;
    padding: 40px 0;
}

.common_info a{
    color:#828282;
}

.common_info  .contruct_us{
    /*width: 500px;*/
    width: 330px;
}

.common_info  .contruct_us > .d2_code{
    width: 120px;
    text-align: center;
    margin-right: 30px;
}

.common_info  .contruct_us > .d2_code > .title{
    font-size: 14px;
    margin-top: 9px;
    text-align: center;
    color: #333;
}

.common_info  .contruct_us > .contruct_ways{
    margin-left: 230px;
    text-align: left;
    /* margin-top:85px; */
    /* color:#666; */
    /* text-align: center; */
}

.common_info .contruct_ways ._download  .downloadIcon{
    overflow:hidden;
}
.common_info .contruct_ways ._download .downloadIcon .d2_code{
    width:150px;
    height:150px;
    box-shadow:0 0 5px #aaa;
    display:block;
    position:absolute;
    z-index:999;
    /* display:none; */
    left: 800px;
    bottom:40px;
    transition:left 0.5s;
}

.common_info .contruct_ways ._download .downloadIcon .d2_code img{
    width:100%;
    height:100%;
}

.common_info .contruct_ways ._download .downloadIcon:hover .d2_code{
    left:0;
}

.common_info  .contruct_us > .contruct_ways > p{
    line-height: 30px;
    position:relative;
}

.common_info  .contruct_us > .contruct_ways > p span.font_huge{
    font-size:20px;
    color:#333;
    font-weight:bold;
}

.common_info  .contruct_us > .contruct_ways > p._download{
    line-height:40px;
}

.common_info  .contruct_us > .contruct_ways > p  .downloadIcon{
    display:inline-block;
    vertical-align:middle;
    width:112px;
    height:30px;
    background-image:url("download_sprite.png")/*tpa=http://www.huiyuanjinfu.cn/images/download_sprite.png*/;
    margin-right:10px;
}

.common_info  .contruct_us > .contruct_ways > p  .downloadIcon.ios{
    background-position:0 0 ;
}

.common_info  .contruct_us > .contruct_ways > p  .downloadIcon.android{
    background-position:-112px 0 ;
}

.common_info .helper{
    /*margin-right: 600px;*/
    width: 580px;
}

.common_info .helper .help_item{
    float: left;
    width: 160px;
    text-align: left;
    color: #666;
    margin-left: 30px;
}

.common_info .helper .help_item > .title{
    font-size:16px;
    margin-bottom: 15px;
    color: #333;
    font-weight: bold;
}


.common_info .helper .help_item > .content{

}

.common_info .helper .help_item > .content > p{
    line-height:30px;
    height:30px;
}

.common_info .helper .help_item > .content > p > a{
    display:inline-block;
    margin-right:10px;
}

.common_info .helper .help_item > .content > p > a:hover{
    color:#ff721f;
}

.common_info .helper .help_item > .content > p > span.div_line{
    font-size:10px;
    margin-right:10px;
}

/*公用底部*/
.common_footer{
    background-color: #333;
    color: #fff;
    padding:20px 0 10px 0;
}

.common_footer a{
    color:#fff
}
.footer-bottom{
    border-top: 1px solid #ddd;
    padding-top: 30px;
    margin-top: 30px;
    min-height: 80px;
}
.footer-bottom p{
    color: #999;
    margin-top: 20px;
}
.footer-bottom > ul{
    margin-top: 10px;
}

.footer-bottom > ul > li{
    display: inline-block;
    /* border:1px solid #828282; */
    height: 40px;
    margin: 0 20px;
    width:100px;
}

.footer-bottom > ul > li img{
    height: 100%;
}
.footer-bottom .foot_icon .icon{
    margin: 0 30px;
}

/*footer新增地图样式*/
.common-footer .x-map{
    background: url("foot_map.jpg")/*tpa=http://www.huiyuanjinfu.cn/images/foot_map.png*/no-repeat;
    width: 420px;
    height:300px;
}
.x-contruct{
    margin-top: 40px;
}
.x-contruct p{
    text-align: left;
    margin-bottom: 10px;
}
.x-contruct p em.f-tel{
    font-size: 18px;
    font-weight: bold;
    font-style: inherit;
    margin-left: 27px;
}
.x-contruct p span{
    vertical-align: text-bottom;
    margin-right: 10px;
}

.x-item{
    margin-top: 66px;
}
.x-item ul{

}
.x-item ul>li{
    float: left;
    /* width: 48px; */
    /*margin: 0 17px;*/
}
.x-item ul>li em{
    font-style: inherit;
    padding: 0 13px;
}
.x-code{
    margin-top: 40px;
}
.f-kefu-title{
    /*background: url(/images/xx-phone.png) left center no-repeat;*/
    height: 30px;
    line-height: 30px;
    /*padding-left: 40px;*/
}
.f-kefu-title span{
    display: inline-block;
    background: url("xx-phone.png")/*tpa=http://www.huiyuanjinfu.cn/images/xx-phone.png*/ left center no-repeat;
    width: 18px;
    height:18px;
}
.f-kefu-address{

    height: 30px;
    line-height: 30px;
    /*padding-left: 40px;*/
}
.f-kefu-address>span{
    display: inline-block;
    background: url("z-address.png")/*tpa=http://www.huiyuanjinfu.cn/images/z-address.png*/ left center no-repeat;
    width: 18px;
    height:18px;
}
.f-kefu-email{

    height: 30px;
    line-height: 30px;
    /*padding-left: 40px;*/
}
.f-kefu-email>span{
    display: inline-block;
    /*background: url(/images/z-email.png) left center no-repeat;*/
    width: 18px;
    height:18px;
}
.f-map{
    margin-left: -50px;
}
.f-help{
    margin-left: 65px;
}