.display-n {
    display: none;
}

.opacity-5 {
    opacity: 0.5;
}

.display-i-b {
    display: inline-block;
}

.t-d-u {
    text-decoration: underline;
}

.cursor-p {
    cursor: pointer;
}

.w-100-40 {
    width: 40%;
}

.w-100-50 {
    width: 50%;
}

.w-100-90 {
    width: 90%;
}

.w-100-100 {
    width: 100%;
}

.w-6rem {
    width: 6rem;
}

.w-36 {
    width: 36px;
}

.w-48 {
    width: 48px;
}

.w-150 {
    width: 150px !important;
}

.w-180 {
    width: 180px;
}

.w-200 {
    width: 200px;
}

.w-298 {
    width: 298px;
}

.w-500 {
    width: 500px;
}


.h-36 {
    height: 36px;
}

.h-48 {
    height: 48px;
}

.h-70 {
    height: 70px;
}

.h-280 {
    height: 280px;
}

.h-100-100 {
    height: 100%;
}

.color-33A4F6 {
    color: #33A4F6;
}

.color-fff {
    color: #fff;
}

.color-CE9090 {
    color: #CE9090;
}

.color-FFEDB5 {
    color: #FFEDB5;
}

.color-888888 {
    color: #888888;
}

.color-666 {
    color: #666666;
}

.color-AC2A2B {
    color: #AC2A2B;
}

.color-363636 {
    color: #363636;
}

.color-f34037 {
    color: #f34037;
}

.color-ffedb5 {
    color: #ffedb5;
}

.color-000000 {
    color: #000000;
}

.color-7A371D {
    color: #7A371D;
}

.color-C6302F {
    color: #C6302F;
}

.color-7C4444 {
    color: #7C4444;
}

.color-9B1D1D {
    color: #9B1D1D;
}

.color-C63230 {
    color: #C63230;
}

.f-w-b {
    font-weight: bold;
}

.f-w-n {
    font-weight: normal;
}

.f-z-14 {
    font-size: 14px;
}

.f-z-16 {
    font-size: 16px;
}

.f-z-17 {
    font-size: 17px;
}

.f-z-18 {
    font-size: 18px;
}

.f-z-20 {
    font-size: 20px;
}

.f-z-23 {
    font-size: 23px;
}

.f-z-24 {
    font-size: 24px;
}

.f-z-26 {
    font-size: 26px;
}

.f-z-28 {
    font-size: 28px;
}

.f-z-29 {
    font-size: 29px;
}

.f-z-32 {
    font-size: 32px;
}

.f-z-44 {
    font-size: 44px;
}

.center {
    text-align: center;
}

.center-l {
    text-align: left;
}

.b-g-FD8056-FC1E0D {
    background: linear-gradient(90deg, #FC1E0D, #FD8056) !important;
}

.b-r-100-50 {
    border-radius: 50%;
}

.m-auto {
    margin: 0 auto;
}

.m-10-0 {
    margin: 10px 0;
}

.m-0-3-0-10 {
    margin: 0 3px 0 10px;
}

.m-20-20-0 {
    margin: 20px 20px 0;
}

.m-5-0-20 {
    margin: 5px 0 20px;
}

.m-t-100-40 {
    margin-top: 40%;
}

.m-t-0 {
    margin-top: 0 !important;
}

.m-t-10 {
    margin-top: 10px;
}

.m-t-12 {
    margin-top: 12px;
}

.m-t-15 {
    margin-top: 15px;
}

.m-t-20 {
    margin-top: 20px !important;
}

.m-t-35 {
    margin-top: 35px !important;
}

.m-b-30 {
    margin-bottom: 30px !important;
}

.m-b-34 {
    margin-bottom: 34px !important;
}

.m-l-10 {
    margin-left: 10px;
}

.m-l-20 {
    margin-left: 20px;
}

.m-l-40 {
    margin-left: 40px;
}

.m-l-60 {
    margin-left: 60px;
}

.m-r-10 {
    margin-right: 10px;
}

.f-l {
    float: left;
}

.f-r {
    float: right;
}

.l-h-35 {
    line-height: 35px;
}

.l-h-38 {
    line-height: 38px;
}

.l-h-48 {
    line-height: 48px;
}

.l-h-56 {
    line-height: 56px;
}

.l-h-71 {
    line-height: 71px;
}

.p-b-0 {
    padding-bottom: 0 !important;
}

.p-t-20 {
    padding-top: 20px;
}

.p-d-0-30 {
    padding: 0 30px;
}

.p-d-0-35 {
    padding: 0 35px;
}

.p-d-30-30-0-0 {
    padding: 30px 30px 0 0;
}

.overflow-h {
    overflow: hidden;
}

.zc-bg {
    position: fixed;
    z-index: 99;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    top: 0;
}

/*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: 200px;
    display: block;
    float: left;
    margin: 15px 0 0 0px;
}

.header-2020 .hd_nav {
    float: left;
}

.header-2020 .hd_nav .nav_item {
    float: left;
    width: 124px;
}

.header-2020 .hd_nav .nav_item:first-child {
    width: 124px;
}

.header-2020 .hd_nav .nav_item .nav-link {
    line-height: 79px;
    display: block;
    position: relative;
    color: #333333;
    font-weight: 500;
    font-size: 16px;
    cursor: pointer;text-align: center;
    padding: 0;
}

.header-2020 .hd_extra {
    float: right;
    margin: 19px 0 0 0;
}

.header-2020 .hd_extra .ebtn {
    width: 90px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    display: inline-block;
    text-align: center;
    border: 1px solid #ff5252;
    background: linear-gradient(90deg, #0090ff, #0163ae);
    border-radius: 2px;
    margin: 0 10px;
}

.header-2020 .hd_extra .bg {
    background: none;
    color: #f41b1f;
    margin: 0;
}

.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: 348px;
    background-color: #fff;
    margin: 0 auto;
    overflow: hidden;
    border-color: rgba(230, 230, 230, .98);
    border-style: solid;
    border-width: 0 1px 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: #0090ff;
    position: relative;
}

.header-2020 .hd_nav .nav_item.current .nav-link:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, #0090ff, #0163ae);
    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(../images/00-menu-hover-bg.png) repeat-x;
}

.header-2020 .nav-slide-content .nav-slide-wapper .nav-slide-banner {
  float: left;
    width: 324px;
    height: 300px;
}
.header-2020 .nav-slide-content .nav-slide-wapper .nav-slide-banner .first_desc .div_img {
    width: 32px;
    height: 32px;
    display: inline-block;
}

.header-2020 .nav-slide-content .nav-slide-wapper .nav-slide-banner .first_desc .div_img1 {
    background: url(../images/icon-1.png) no-repeat center left;
}

.header-2020 .nav-slide-content .nav-slide-wapper .nav-slide-banner .first_desc .div_img2 {
    background: url(../images/icon-2.png) no-repeat center left;
}

.header-2020 .nav-slide-content .nav-slide-wapper .nav-slide-banner .first_desc .div_img3 {
    background: url(../images/icon-3.png) no-repeat center left;
}

.header-2020 .nav-slide-content .nav-slide-wapper .nav-slide-banner .first_desc .div_img4 {
    background: url(../images/icon-4.png) no-repeat center left;
}

.header-2020 .nav-slide-content .nav-slide-wapper .nav-slide-banner .first_desc {
    padding: 15px 0 15px 25px;
}

.header-2020 .nav-slide-content .nav-slide-wapper .nav-slide-banner .first_desc:hover {
    background-color: #f5f6f7;
}

.header-2020 .nav-slide-content .nav-slide-wapper .nav-slide-banner .first_desc .desc {
    display: inline-block;
    margin-left: 8px;
}

.header-2020 .nav-slide-content .nav-slide-wapper .nav-slide-banner .first_desc .desc span {
    font-size: 14px;
    font-weight: 600;
}

.header-2020 .nav-slide-content .nav-slide-wapper .nav-slide-banner .first_desc .desc span:hover {
    color: #F20D23;
}

.header-2020 .nav-slide-content .nav-slide-wapper .nav-slide-banner .first_desc .desc p {
    font-size: 12px;
    color: #bbbbbb;
    line-height: 20px;
}

.header-2020 .nav-slide-content .nav-slide-wapper .items {
    float: left;
}

.header-2020 .nav-slide-content .nav-slide-wapper .items .item_img {
    width: 180px;
    height: 280px;
    border-left: 1px solid #F0F0F0;
    padding-left: 15px;
    cursor: pointer;
    margin-top: 30px;
}

.header-2020 .nav-slide-content .nav-slide-wapper .items .item {
    float: left;
    width: 124px;
    height: 348px;
    padding: 20px 0 0 10px;
    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;
	text-align: center;
}

.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: #0090ff;
}

.header-2020 .nav-slide-content .nav-slide-wapper .items .item li i {
    display: inline-block;
    width: 30px;
    height: 16px;
    background: url(../images/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(../images/00-hot.png) no-repeat;
}

.header-2020 .demo {
    float: left;
    position: relative;
}

.header-2020 .demo-sub {
    display: none;
    position: absolute;
    right: 0;
    padding-top: 20px;
    z-index: 2;
}

.header-2020 .ys:hover .demo-sub {
    display: block;
}

.header-2020 .demo-sub .arrow {
    position: absolute;
    right: 40px;
    top: 10px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 11px solid #ED3C3F;
}

.header-2020 .demo-sub .inner {
    width: 800px;
    height: 580px;
    text-align: center;
    background: #fff;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    box-shadow: 0px 5px 20px 0px #31333533;
    border-radius: 20px;
    border: 1px solid #ED3C3F;
}

.header-2020 .demo-sub .title {
    font-size: 18px;
    color: #000000;
    margin: 25px 0;
    font-weight: bold;
}

.header-2020 .demo-sub .subtitle {
    margin-bottom: 15px;
    border-bottom: 1px solid #E6E6E6;
    overflow: hidden;
}

.header-2020 .demo-sub .subtitle span {
    display: inline-block;
    width: 50%;
    font-size: 16px;
    color: #000;
    font-weight: bold;
    padding-bottom: 8px;
    cursor: pointer;
}

.header-2020 .demo-sub .tab-div .on {
    color: #0090ff;
    border-bottom: 2px solid #0090ff;
}

.header-2020 .demo-sub .demo-table-wp {
    display: inline-block;
    width: 730px;
    transition: 0.5s all;
}

.header-2020 .demo-sub .demo-table-wp.item-2 {
    margin-left: 100px;
}

.header-2020 .demo-sub .demo-table-wp.on {
    margin-left: -835px;
}

.header-2020 .demo-sub .demo-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 12px;
    text-align: center;
}

.header-2020 .demo-sub .demo-table tr td {
    border: 1px solid #eaeefb;
}

.header-2020 .demo-sub .demo-table tr th {
    color: #888888;
    border: 1px solid #eaeefb;
}

.header-2020 .demo-sub .demo-table tr:nth-child(n+1) td:last-child a {
    color: #0090ff;
}

.header-2020 .demo-sub .demo-table th,
.header-2020 .demo-sub .demo-table td {
    padding: 10px 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-top: 5px;
    width: 100%;
    text-align: center;
}

.header-2020 .demo-sub .qrcode-list li {
    float: right;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    width: 15%;
}

.header-2020 .demo-sub .qrcode-list li:nth-child(-n+4):nth-child(n+2) {
    margin: 0 37px;
}

.header-2020 .demo-sub .qrcode-list li img {
    width: 105px;
    height: 105px;
    transition: 0.3s all;
}

.header-2020 .demo-sub .qrcode-list li:nth-child(3) {
    margin: 0 17px !important;
}

.header-2020 .demo-sub .qrcode-list li:hover img {
    width: 130px;
    height: 130px;
    margin: -20px -10px 0;
}

.header-2020 .demo-sub .qrcode-list li:hover p {
    color: red;
}

/*
头部结束*/
/*底部开始*/

/*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(../images/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: 290px;
    position: relative;
}

.footer .footer_link .ft-help-1 .logo {
    width: 152px;
    height: 50px;
    background: url(../images/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: 15px;
    margin-left: 10px;
}

.footer .footer_link .ft-help-1 .number {
    width: 191px;
    height: 40px;
    border: 1px solid #333539;
}

.footer .footer_link .ft-help-1 .number .img {
    width: 24px;
    height: 31px;
    float: left;
    background: url(../images/bottom-icon2.png) no-repeat left top;
    margin: 12px 0 0 15px;
}

.footer .footer_link .ft-help-1 .number .info {
    font-size: 12px;
    line-height: 40px;
    white-space: nowrap;
    text-align: center;
}

.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(../images/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(../images/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(../images/common/2wm.jpg) no-repeat center;
}

.footer .footer_link .ft-help-2 .qrcode .item-2 .img {
    background: url(../images/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(../images/bottom-icon02.pngg") 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(../images/bottom-icon01.pngg") 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, #0090ff, #0163ae);
    text-align: center;
    line-height: 44px;
    color: #fff;
    font-size: 14px;
    margin-top: 20px;
    cursor: pointer;
}

.footer .ft-menu {
    float: left;
}

.footer .ft-menu .menu-list {
    float: left;
    width: 130px;
}

.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: 230px;
}

.footer .ft-menu .menu-3 {
    width: 230px;
}

.footer .ft-menu .menu-4 {
    width: 100px;
}

.footer .footer_copy {
    text-align: center;
    padding-bottom: 36px;
    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: 10px;
    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;
}

.footer .ft-friend .icon-friend-sh {
    padding: 1px 20px;
    position: relative;
}

.footer .ft-friend .icon-friend-sh:after {
    position: absolute;
    content: '';
    border-top: 7px solid #999;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    top: 5px;
    cursor: pointer;
}

.footer .ft-friend #friend_div {
    display: none;
}

.footer .ft-friend.top #friend_div {
    display: inline-block !important;
}

.footer .ft-friend.top .icon-friend-sh:after {
    border-bottom: 7px solid #999;
    border-top: 0;
}

/*
底部结束*/
/*底部悬浮开始*/
.section-fixed-contact {
    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(../images/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(../images/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: #0090ff;
    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;
    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, #0090ff, #0163ae);
    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(../images/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(../images/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(../images/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, #0090ff, #0163ae);
}

.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, #0090ff, #0163ae);
    color: #FFFFFF;
}

.c_nav li.li4 a:hover i {
    background: url(../images/side_coo_02.png) center no-repeat;
}

.c_nav li.li4 i {
    background: url(../images/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, #0090ff, #0163ae);
    color: #FFFFFF;
}

.c_nav li.li5 a:hover i {
    background: url(../images/side_ewm_02.png) center no-repeat;
}

.c_nav li.li5 i {
    background: url(../images/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, #0090ff, #0163ae);
    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(../images/side_bg_arrow1.png) no-repeat;
    right: -8px;
    top: 70px;
}

.c_nav li.li5 .ewm_div .img_div {
    background: url(../images/ewm.jpg) center no-repeat;
    width: 119px;
    height: 119px;
    margin: 11px 11px auto;
}

.c_nav li.li6 .out {
    background: url(../images/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, #0090ff, #0163ae);
    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.li7 a {
    position: relative;
    transition: all 0.5s;
}

.c_nav li.li7 a:hover {
    background: linear-gradient(0deg, #0090ff, #0163ae);
    color: #FFFFFF;
}

.c_nav li.li7 a:hover i {
    background: url(../images/idea2.png) center no-repeat;
    background-size: 100%;
}

.c_nav li.li7 i {
    background: url(../images/idea1.png) center no-repeat;
    background-size: 100%;
}

.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: rotateInDownRight 1.5s 2.5s ease both;
    -moz-animation: rotateInDownRight 1.5s 2.5s ease both;
    position: relative;
}

.c_nav li.li7 {
    -webkit-animation: rotateInDownLeft 1.5s 3s ease both;
    -moz-animation: rotateInDownLeft 1.5s 3s ease both;
    cursor: pointer;
}

.c_nav li.li6 {
    -webkit-animation: rotateInDownRight 1.5s 3.5s ease both;
    -moz-animation: rotateInDownRight 1.5s 3.5s 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(../images/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(../images/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(../images/side_bg_arrow.png) no-repeat;
    right: -8px;
    top: 190px;
}

/*右侧悬浮结束*/
