﻿/*2020新版首页*/
.header-2020 {
    background-color: #fff;
    height: 79px;
    font-size: 14px;
    border-bottom: 1px solid rgba(230, 230, 230, .98);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    transition: all 0.5s;
}

.header-2020.header-2020-fixed {
    top: -80px;
    transition: all 0.5s;
}

.header-2020 .hd_logo {
    width: 168px;
    height: 40px;
    background: url(../img/logo.png) no-repeat;
    display: block;
    float: left;
    margin: 20px 0 0 10px;
}

.header-2020 .hd_nav {
    float: left;
    margin-left: 38px;
}

.header-2020 .hd_nav .nav_item {
    float: left;
    width: 158px;
}

.header-2020 .hd_nav .nav_item:first-child {
    width: 146px;
}

.header-2020 .hd_nav .nav_item:first-child .nav-link {
    text-align: center;
    padding: 0;
}

.header-2020 .hd_nav .nav_item .nav-link {
    line-height: 79px;
    display: block;
    position: relative;
    color: #333333;
    font-weight: 500;
    font-size: 16px;
    padding-left: 20px;
    cursor: pointer;
}

.header-2020 .hd_extra {
    float: right;
    margin: 19px 0 0 0;
}

.header-2020 .hd_extra .ebtn {
    width: 130px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background: linear-gradient(90deg, #f20d23, #E73619);
    display: inline-block;
    text-align: center;
}

.header-2020 .nav-slide-content {
    position: absolute;
    right: 0;
    left: 0;
    top: 80px;
    background-color: #fff;
    overflow: hidden;
    z-index: 1;
}

.header-2020 .nav-slide-content .nav-slide-wapper {
    width: 1200px;
    height: 200px;
    background-color: #fff;
    margin: 0 auto;
    overflow: hidden;
    border-color: rgba(230, 230, 230, .98);
    border-style: solid;
    border-width: 0 0 0 1px;
    margin-top: -100%;
    opacity: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
    -moz-transition-timing-function: cubic-bezier(1, 0, 0, 1);
    transition-timing-function: cubic-bezier(1, 0, 0, 1);
}

.header-2020 .hd_nav .nav_item.current .nav-link {
    color: #F20D23;
    position: relative;
}

.header-2020 .hd_nav .nav_item.current .nav-link:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, #f20d23, #E73619);
    bottom: -1px;
    left: 0;
    z-index: 99
}

.header-2020 .nav-slide-content.active .nav-slide-wapper {
    margin-top: 0;
    opacity: 1;
    -webkit-transition: margin-top 0.5s ease;
    -moz-transition: margin-top ease 0.5s;
    transition: margin-top 0.5s ease;
}

.header-2020 .nav-slide-content.active .nav-slide-wapper .item.curr {
    background: url(../img/00-menu-hover-bg.png) repeat-x;
}

.header-2020 .nav-slide-content .nav-slide-wapper .nav-slide-banner {
    float: left;
    width: 270px;
    height: 180px;
    margin: 15px 30px 0;
}

.header-2020 .nav-slide-content .nav-slide-wapper .nav-slide-banner .bd {
    height: 150px;
    overflow: hidden;
}

.header-2020 .nav-slide-content .nav-slide-wapper .nav-slide-banner .bd li {
    float: left;
}

.header-2020 .nav-slide-content .nav-slide-wapper .nav-slide-banner .bd li a {
    font-size: 0;
    display: block;
}

.header-2020 .nav-slide-content .nav-slide-wapper .nav-slide-banner .hd {
    width: 100%;
    text-align: center;
    height: 20px;
    margin-top: 5px;
}

.header-2020 .nav-slide-content .nav-slide-wapper .nav-slide-banner .hd li {
    font-size: 0;
    width: 8px;
    height: 8px;
    background: linear-gradient(90deg, #f20d23, #E73619);
    opacity: 0.2;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
    cursor: pointer;
}

.header-2020 .nav-slide-content .nav-slide-wapper .nav-slide-banner .hd li.on {
    width: 18px;
    height: 8px;
    background: linear-gradient(90deg, #f20d23, #E73619);
    border-radius: 6px;
    opacity: 1;
}

.header-2020 .nav-slide-content .nav-slide-wapper .items {
    float: left;
}

.header-2020 .nav-slide-content .nav-slide-wapper .items .item {
    float: left;
    width: 158px;
    height: 200px;
    padding: 20px 0 0 20px;
    box-sizing: border-box;
    border-left: 1px solid #F0F0F0;
}

.header-2020 .nav-slide-content .nav-slide-wapper .items .item li {
    line-height: 40px;
    font-size: 14px;
}

.header-2020 .nav-slide-content .nav-slide-wapper .items .item li a {
    display: block;
    position: relative;
}

.header-2020 .nav-slide-content .nav-slide-wapper .items .item li a:hover {
    color: #F20D23;
}

.header-2020 .nav-slide-content .nav-slide-wapper .items .item li i {
    display: inline-block;
    width: 30px;
    height: 16px;
    background: url(../img/00-new.png) no-repeat;
    margin-left: 5px;
    position: absolute;
    top: 12px;
}

.header-2020 .nav-slide-content .nav-slide-wapper .items .item li .icon2 {
    display: inline-block;
    width: 30px;
    height: 16px;
    background: url(../img/00-hot.png) no-repeat;
}

.header-2020 .demo {
    float: left;
    position: relative;
}

.header-2020 .demo-sub {
    display: none;
    position: absolute;
    top: 40px;
    right: 0;
    padding-top: 10px;
    z-index: 2;
}

.header-2020 .demo:hover .demo-sub {
    display: block;
}

.header-2020 .demo-sub .arrow {
    position: absolute;
    right: 59px;
    top: 0;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 10px solid #ED3C3F;
}

.header-2020 .demo-sub .inner {
    width: 600px;
    height: 580px;
    border: 3px solid #ED3C3F;
    text-align: center;
    background: #fff;
}

.header-2020 .demo-sub .title {
    font-size: 32px;
    margin-bottom: 15px;
    margin-top: 20px;
}

.header-2020 .demo-sub .subtitle {
    font-size: 20px;
    margin-bottom: 10px;
}

.header-2020 .demo-sub .subtitle.red {
    color: #ED3C3F;
}

.header-2020 .demo-sub .subtitle.blue {
    color: #3DBAF7;
}

.header-2020 .demo-sub .demo-table-wp {
    padding: 0 30px;
}

.header-2020 .demo-sub .demo-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
    text-align: center;
    margin-bottom: 20px;
}

.header-2020 .demo-sub .demo-table tr {
    border: 1px solid #ddd;
}

.header-2020 .demo-sub .demo-table th,
.header-2020 .demo-sub .demo-table td {
    padding: 6px 14px;
}

.header-2020 .demo-sub .demo-table td a {
    color: #666;
}

.header-2020 .demo-sub .demo-table td a:hover {
    color: #ec5051;
}

.header-2020 .demo-sub .qrcode-list {
    padding: 0 50px;
}

.header-2020 .demo-sub .qrcode-list li {
    float: left;
    width: 25%;
    text-align: center;
    font-size: 14px;
}

.header-2020 .demo-sub .qrcode-list li img {
    width: 98px;
    height: 98px;
}

/*
头部结束*/
/*底部开始*/

/*foot*/
.footer {
    color: #999;
    font-size: 14px;
    background: #222;
}

.footer a {
    color: #999;
}

.footer a:hover {
    color: #aaa;
}

.footer .footer_service {
    background: #272727;
    padding: 40px 0;
}

.footer .footer_service li {
    float: left;
    width: 300px;
}

.footer .footer_service li i {
    float: left;
    width: 50px;
    height: 50px;
    background: url(../img/bottom-icon.png) no-repeat;
}

.footer .footer_service li.item-1 i {
    background-position: 0 0;
}

.footer .footer_service li.item-2 i {
    background-position: -60px 0;
}

.footer .footer_service li.item-3 i {
    background-position: -120px 0;
}

.footer .footer_service li.item-4 i {
    background-position: -180px 0;
}

.footer .footer_service li.item-4 .text .h3 {
    font-size: 14px;
    color: #999;
}

.footer .footer_service li.item-4 .h4 {
    font-size: 23px;
    color: #fff;
}

.footer .footer_service li .text {
    padding-left: 70px;
}

.footer .footer_service li .text .h3 {
    font-size: 18px;
    color: #fff;
}

.footer .footer_link {
    padding-top: 44px;
    overflow: hidden;
}

.footer .footer_link .ft-help-1 {
    float: left;
    width: 333px;
    position: relative;
}

.footer .footer_link .ft-help-1 .logo {
    width: 152px;
    height: 50px;
    margin-bottom: 10px;
    background: url(../img/bottom-logo.png) no-repeat left top;
    margin-left: 20px;
}

.footer .footer_link .ft-help-1 .company {
    font-size: 16px;
    color: #fff;
    margin-bottom: 15px;
    margin-top: 35px;
}

.footer .footer_link .ft-help-1 .number {
    width: 191px;
    height: 62px;
    border: 1px solid #333539;
}

.footer .footer_link .ft-help-1 .number .img {
    width: 24px;
    height: 31px;
    float: left;
    background: url(../img/bottom-icon2.png) no-repeat left top;
    margin: 12px 0 0 15px;
}

.footer .footer_link .ft-help-1 .number .info {
    margin-left: 53px;
    margin-top: 10px;
    font-size: 13px;
    white-space: nowrap;
}

.footer .footer_link .ft-help-1 .number .info h3 {
    color: #fff;
    margin-bottom: 2px;
}

.footer .footer_link .ft-help-1 .stage h3 {
    padding: 15px 0;
}

.footer .footer_link .ft-help-1 .stage .links a {
    float: left;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background: url(../img/bottom-icon2.png) no-repeat;
}

.footer .footer_link .ft-help-1 .stage .links a.item-1 {
    background-position: 0px -41px;
}

.footer .footer_link .ft-help-1 .stage .links a.item-2 {
    background-position: -30px -41px;
}

.footer .footer_link .ft-help-1 .stage .links a.item-3 {
    background-position: -60px -41px;
}

.footer .footer_link .ft-help-1 .stage .links a.item-4 {
    background-position: -90px -41px;
}

.footer .footer_link .ft-help-1 .stage .links a.item-5 {
    background-position: -120px -41px;
}

.footer .footer_link .ft-help-2 {
    display: none;
    float: left;
    width: 250px;
}

.footer .footer_link .ft-help-2 .contact {
    margin-bottom: 24px;
}

.footer .footer_link .ft-help-2 .contact i {
    width: 50px;
    height: 50px;
    border-radius: 100px;
    float: left;
    background: rgba(255, 255, 255, .05) url(../img/bottom-mobile.png) no-repeat center;
}

.footer .footer_link .ft-help-2 .contact .text {
    margin-left: 63px;
}

.footer .footer_link .ft-help-2 .contact .text h3 {
    font-size: 14px;
    color: #999;
}

.footer .footer_link .ft-help-2 .contact .text p {
    font-size: 23px;
    color: #fff;
}

.footer .footer_link .ft-help-2 .qrcode {
    margin-right: -20px;
}

.footer .footer_link .ft-help-2 .qrcode .item {
    float: left;
    text-align: center;
    margin-left: 60px;
}

.footer .footer_link .ft-help-2 .qrcode .item .img {
    width: 110px;
    height: 110px;
    background: url(/inc/img/2wm.jpg) no-repeat center;
}

.footer .footer_link .ft-help-2 .qrcode .item-2 .img {
    background: url(../img/2wm-wechat.jpg) no-repeat center;
}

.footer .footer_link .ft-help-2 .qrcode .item p {
    line-height: 44px;
    color: #999;
}

.footer .footer_link .ft-help-2 h4 {
    font-size: 24px;
    font-weight: 500px;
    color: #fff;
    margin-bottom: 20px;
}

.footer .footer_link .ft-help-2 .input {
    width: 238px;
    height: 42px;
    border: 1px solid rgba(255, 255, 255, .7);
    padding: 5px;
    box-sizing: border-box;
    margin-bottom: 10px;
}

.footer .footer_link .ft-help-2 .input:nth-child(1) div {
    vertical-align: middle;
    padding: 5px;
    background: url("../img/bottom-icon02.png") no-repeat;
    display: inline-block;
    background-position-y: 8px;
    background-position-x: 4px;
    height: 22px;
    width: 14px;
}

.footer .footer_link .ft-help-2 .input:nth-child(2) div {
    vertical-align: middle;
    padding: 5px;
    background: url("../img/bottom-icon01.png") no-repeat;
    display: inline-block;
    background-position-y: 4px;
    background-position-x: 4px;
    height: 22px;
    width: 14px;
}

.footer .footer_link .ft-help-2 .input input {
    background: transparent;
    width: 190px;
    border: 0;
    color: #fff;
    height: 30px;
    line-height: 30px;
}

.footer .footer_link .ft-help-2 .btn {
    width: 130px;
    height: 44px;
    background: linear-gradient(90deg, #f20d23, #E73619);
    text-align: center;
    line-height: 44px;
    color: #fff;
    font-size: 14px;
    margin-top: 20px;
    cursor: pointer;
}

.footer .ft-menu {
    float: left;
    width: 610px;
}

.footer .ft-menu .menu-list {
    float: left;
    width: 216px;
}

.footer .ft-menu .menu-list dt {
    font-size: 20px;
    color: #ccc;
    margin-bottom: 13px;
}

.footer .ft-menu .menu-list a {
    display: block;
    line-height: 30px;
}

.footer .ft-menu .menu-1 {
    width: 222px;
}

.footer .ft-menu .menu-2 {
    width: 198px;
}

.footer .ft-menu .menu-3 {
    width: 189px;
}

.footer .footer_copy {
    text-align: center;
    padding-bottom: 56px;
    padding-top: 43px;
}

.footer .footer_copy p {
    line-height: 2;
    color: #737373;
}

.footer .footer_copy p span {
    margin: 0 10px;
}

.footer .ft-solution {
    text-align: center;
    margin-bottom: 39px;
    border-top: 1px solid #353535;
    border-bottom: 1px solid #353535;
    padding: 23px 0;
}

.footer .ft-solution .item {
    display: inline-block;
    margin: 0 25px;
}

.footer .ft-solution span.item {
    color: #fff;
}

.footer .ft-friend {
    padding: 0 0 8px;
}

.footer .ft-friend a {
    margin: 0 9px;
}

/*
底部结束*/
/*底部悬浮开始*/
.section-fixed-contact {
    display: none;
    position: fixed;
    z-index: 55;
    left: 0;
    right: 0;
    bottom: 0;
    height: 98px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    background: linear-gradient(-79deg, #f15119, #da1b1b);
    transition: all 0.5s;
}

.section-fixed-contact.section-fixed-contact-display {
    bottom: -98px;
    transition: all 0.5s;
}

.section-fixed-contact .container {
    position: relative;
}

.section-fixed-contact .text {
    float: left;
    line-height: 54px;
    padding-top: 23px;
    font-size: 18px;
    color: #FFFFFF;
    margin-left: 60px;
}

.section-fixed-contact .text i {
    width: 25px;
    height: 25px;
    display: inline-block;
    background: url(../img/contact.png) no-repeat center;
    vertical-align: -6px;
    margin-right: 10px;
}

.section-fixed-contact .text .num {
    color: #F81528;
    font-size: 36px;
    vertical-align: top;
    margin: 0 10px;
}

.section-fixed-contact .btns {
    float: right;
    padding-top: 25px;
}

.section-fixed-contact .btns a {
    margin-left: 10px;
}

.section-fixed-contact .btns .btn-red-shadow {
    vertical-align: top;
}

.section-fixed-contact .btns .btn-red-line {
    vertical-align: top;
    height: 48px;
    line-height: 48px;
    width: 158px;
    margin-left: 10px;
}

.section-fixed-contact .close {
    width: 24px;
    height: 24px;
    position: absolute;
    right: -80px;
    top: 10px;
    background: url(../img/close.png) no-repeat center;
}

.section-fixed-contact .orange {
    color: #FB6703;
}

.section-fixed-contact .red-number {
    color: #FFFFFF;
    font-size: 36px;
    font-style: italic;
    display: inline-block;
    vertical-align: -5px;
    font-weight: 700;
    margin: 0 10px;
}

.section-fixed-contact .form {
    float: left;
    padding: 27px 0;
}

.section-fixed-contact .form .input {
    width: 200px;
    height: 46px;
    background: #FFFFFF;
    float: left;
    margin-right: 10px;
}

.section-fixed-contact .form .input input {
    padding: 8px 10px;
    height: 30px;
    border: 0;
    width: calc(100% - 20px);
    font-size: 14px;
}

.section-fixed-contact .form .btn {
    float: left;
    width: 150px;
    height: 46px;
    background: linear-gradient(-90deg, #FB8732, #F6C418);
    font-size: 16px;
    text-align: center;
    line-height: 46px;
    color: #FFFFFF;
    cursor: pointer;
}

.section-fixed-contact .btns .btn-red-shadow2 {
    width: 140px;
    height: 46px;
    background: #ffffff;
    color: #f20d23;
    display: block;
    text-align: center;
    line-height: 46px;
    font-size: 18px;
}

.section-fixed-contact .btns .btn-red-shadow2:hover {
    background: linear-gradient(-90deg, #e73619, #da0b26);
    color: #FFFFFF;
}

@media screen and (max-width: 1457px) {
    .section-fixed-contact .close {
        right: -30px;
        top: 5px;
    }
}

/*
底部悬浮结束*/
/*左侧悬浮开始*/
.left_suspension {
    position: fixed;
    z-index: 99999;
    bottom: 30%;
}

.left_hide {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
    cursor: pointer;
}

.go_info {
    position: absolute;
    width: 175px;
    height: 50px;
    bottom: 20px;
    left: 23px;
}

/*左侧悬浮结束*/
/*右侧悬浮开始*/
.c_nav {
    position: fixed;
    right: 10px;
    z-index: 9999;
    width: 72px;
    top: 50%;
    margin-top: -158px;
}

.c_nav li {
    float: right;
}

.c_nav li a {
    background: #FFFFFF;
    box-shadow: 0px 5px 10px 0px #d4c5c54f;
    display: block;
    width: 62px;
    height: 62px;
    border-radius: 5px;
    border: #FF0000 1px solid;
    font-size: 12px;
    text-align: center;
    margin-bottom: 9px;
    line-height: 1;
}

.c_nav li a i {
    display: inline-block;
    width: 22px;
    height: 22px;
    padding: 11px 0 9px 0;
    transition: all 0.5s;
}

.c_nav li.li1 a {
    background: linear-gradient(0deg, #f20d23, #f85f2a);
    color: #fff;
    transition: all 0.5s;
    height: 120px;
}

.c_nav li.li1 a p {
    letter-spacing: 3px;
    line-height: 24px;
    font-size: 16px;
}

.c_nav li.li1 i {
    background: url('../img/side_icon_01.png') center no-repeat;
    width: 40px;
    height: 40px;
}

.c_nav li.li2 a {
    overflow: hidden;
    position: relative;
    transition: all 0.5s;
}

.c_nav li.li2 .hides {
    width: 230px;
    height: 70px;
    position: absolute;
    left: 0px;
    top: -5px;
    background: url(../img/side_tel_02.png) 20px center no-repeat;
    padding: 0 15px;
    text-align: left;
    display: none;
    text-indent: 50px;
}

.c_nav li.li2 .hides h2 {
    font-size: 12px;
    color: #fff;
    line-height: 1;
    padding: 17px 0 7px 0;
}

.c_nav li.li2 .hides p {
    font-size: 24px;
    color: #fff;
    font-family: "Arial";
    line-height: 1;
}

.c_nav li.li2 i {
    background: url('../img/side_tel_01.png') center no-repeat;
}

.c_nav li a:hover i {
    transform: rotate(360deg);
}

.c_nav li.li2 a:hover {
    background: linear-gradient(0deg, #f20d23, #f85f2a);
}

.c_nav li.li2 a:hover .hides {
    display: block;
}

.c_nav li.li2 a:hover .shows {
    display: none;
}

.c_nav li.li2 a:hover {
    width: 230px;
}

.c_nav li.li4 a:hover {
    background: linear-gradient(0deg, #f20d23, #f85f2a);
    color: #FFFFFF;
}

.c_nav li.li4 a:hover i {
    background: url('../img/side_coo_02.png') center no-repeat;
}

.c_nav li.li4 i {
    background: url('../img/side_coo_01.png') center no-repeat;
}

.c_nav li.li5 a {
    position: relative;
    transition: all 0.5s;
}

.c_nav li.li5 a:hover {
    background: linear-gradient(0deg, #f20d23, #f85f2a);
    color: #FFFFFF;
}

.c_nav li.li5 a:hover i {
    background: url('../img/side_ewm_02.png') center no-repeat;
}

.c_nav li.li5 i {
    background: url('../img/side_ewm_01.png') center no-repeat;
}

.c_nav li.li5 .img {
    width: 108px;
    padding: 15px;
    border-radius: 5px;
    background: #0cd579;
    position: absolute;
    left: 180px;
    top: -48px;
}

.c_nav li.li5 .img img {
    width: 108px;
    height: 108px;
    display: block;
}

.c_nav li.li5 .img p {
    font-size: 16px;
    color: #fff;
    margin-top: 8px;
    letter-spacing: 2px;
}

.c_nav li.li5:hover .ewm_div {
    display: block;
}

.c_nav li.li5 .ewm_div {
    display: none;
    height: 160px;
    width: 140px;
    position: absolute;
    right: 84px;
    min-height: 90px;
    border-radius: 3px;
    box-shadow: 0px 5px 10px 0px rgba(25, 33, 49, 0.18);
    text-align: center;
    background: linear-gradient(0deg, #f20d23, #f85f2a);
    font-size: 13px;
    color: #ffffff;
    line-height: 30px;
    top: -51px;
}

.c_nav li.li5 .ewm_div .arrow {
    position: absolute;
    width: 9px;
    height: 18px;
    background: url(../img/side_bg_arrow1.png) no-repeat;
    right: -8px;
    top: 70px;
}

.c_nav li.li5 .ewm_div .img_div {
    background: url(../img/ewm.jpg) center no-repeat;
    width: 119px;
    height: 119px;
    margin: 11px 11px auto;
}

.c_nav li.li6 .out {
    background: url(../img/side_icon_05.png) center no-repeat #FFFFFF;
}

.c_nav li.li6 .top_return {
    box-shadow: 0px 5px 10px 0px #d4c5c54f;
    display: block;
    width: 62px;
    height: 30px;
    border-radius: 5px;
}

.c_nav li.li6 .over {
    display: none;
    background: linear-gradient(0deg, #f20d23, #f85f2a);
    line-height: 35px;
    color: #ffffff;
    text-align: center;
}

.c_nav li.li6:hover .over {
    display: block;
}

.c_nav li.li6:hover .out {
    display: none;
}

.c_nav li.li1 {
    -webkit-animation: rotateInDownRight 1.5s 0.5s ease both;
    -moz-animation: rotateInDownRight 1.5s 0.5s ease both;
}

.c_nav li.li2 {
    -webkit-animation: rotateInDownLeft 1.5s 1.5s ease both;
    -moz-animation: rotateInDownLeft 1.5s 1.5s ease both;
}

.c_nav li.li4 {
    -webkit-animation: rotateInDownRight 1.5s 2s ease both;
    -moz-animation: rotateInDownRight 1.5s 2s ease both;
}

.c_nav li.li5 {
    -webkit-animation: rotateInDownLeft 1.5s 2.5s ease both;
    -moz-animation: rotateInDownLeft 1.5s 2.5s ease both;
    position: relative;
}

.c_nav li.li6 {
    -webkit-animation: rotateInDownRight 1.5s 3s ease both;
    -moz-animation: rotateInDownRight 1.5s 3s ease both;
    cursor: pointer;
}

.c_nav .d-daili {
    border: 0 none;
    top: 38px;
    width: 320px;
    border-radius: 5px 5px 0px 0px;
}

.c_nav .d-daili .arrow {
    top: 170px;
    right: -7px;
}

.c_nav .d-daili .inner-box {
    padding: 0;
}

.c_nav .d-daili .daili-title {
    height: 95px;
    background: url(../img/bg_input.jpg) no-repeat center top;
    border-radius: 5px 5px 0px 0px;
    color: #FFFFFF;
    text-align: center;
}

.c_nav .d-daili .daili-title div {
    padding-top: 21px;
}

.c_nav .d-daili .daili-title span {
    font-size: 20px;
}

.c_nav .d-daili .daili-title p {
    font-size: 16px;
}

.c_nav .d-daili .daili-form {
    padding: 20px;
    border: 1px solid #E0E1E5;
}

.c_nav .d-daili .daili-form .input-row {
    position: relative;
}

.c_nav .d-daili .daili-form .input-icon {
    position: absolute;
    left: 7px;
    top: 9px;
    width: 24px;
    height: 24px;
    background: url(../img/icon_input.png) no-repeat;
}

.c_nav .d-daili .daili-form .input-icon.icon-company {
    background-position: 0 0;
}

.c_nav .d-daili .daili-form .input-icon.icon-man {
    background-position: -48px 0;
}

.c_nav .d-daili .daili-form .input-icon.icon-tel {
    background-position: -72px 0;
}

.c_nav .d-daili .daili-form .input {
    margin-bottom: 10px;
    width: 100%;
    height: 44px;
    border: 1px solid rgba(238, 238, 238, 1);
    border-radius: 2px;
    padding-left: 36px;
    box-sizing: border-box;
    font-size: 14px;
}

.c_nav .d-daili .daili-form .btn-row {
    text-align: center;
    font-size: 16px;
    padding-top: 7px;
}

.c_nav .d {
    display: none;
    width: 320px;
    background: #fff;
    position: absolute;
    right: 84px;
    min-height: 90px;
    border-radius: 3px;
    box-shadow: 0px 5px 10px 0px rgba(25, 33, 49, 0.18);
}

.c_nav .d .arrow {
    position: absolute;
    width: 9px;
    height: 18px;
    background: url(../img/side_bg_arrow.png) no-repeat;
    right: -8px;
    top: 190px;
}

/*右侧悬浮结束*/
