@charset "utf-8"; /*reset.css*/
* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

html, body, div, form, p, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, fieldset, input, textarea, blockquote, th, td {
    margin: 0;
    padding: 0;
    border: 0 none;
    font-family: inherit;
}

address, caption, cite, code, dfn, em, strong, th, var, i {
    font-style: normal;
    font-weight: normal;
}

h1, h2, h3, h4, h5, h6, div, p, li, dt, dd {
    word-break: break-all;
    word-wrap: break-word;
}

h1, h2, h3, h4, h5, h6, strong, b {
    font-size: 100%;
    font-weight: normal;
}

table, iframe {
    width: 100%;
}

th, td, img, input, select, textarea {
    vertical-align: middle;
}

ul, ol {
    list-style: none outside none;
}

fieldset, img {
    border: medium none;
}

caption, th {
    text-align: left;
}

q:before, q:after {
    content: "";
}

abbr, acronym, input {
    border: 0 none;
}

a:link, a:hover, a:visited, a:active {
    text-decoration: none;
}

a {
    color: #000;
}

input, textarea, select, button {
    outline: none;
}

textarea {
    resize: none;
    word-break: break-all;
    word-wrap: break-word;
}

legend {
    display: none;
}

/*reset html5*/
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0 none;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* Be used to clear float */
.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

* html .clear {
    height: 1%;
    display: inline-block;
}

* + html .clear {
    height: 1%;
    display: inline-block;
}

.Clear {
    display: block;
}

/*自定义*/
.bd {
    display: block;
}

.dib {
    display: inline-block;
}

.none {
    display: none;
}

.hidden {
    overflow: hidden;
}

.fl {
    float: left;
    display: inline
}

.fr {
    float: right;
    display: inline
}

.tl {
    text-align: left
}

.tc {
    text-align: center
}

.tr {
    text-align: right
}

.bc {
    margin-left: auto;
    margin-right: auto
}

.relative {
    position: relative
}

.absolute {
    position: absolute
}

img {
    display: block;
    width: 100%;
}

.wb {
    background-color: #fff;
}

body {
    font-family: "Microsoft YaHei", Arial;
    font-size: 14px;
    background-color: #f4f4f4;
}

.index_bg {
    background-color: #fff;
}

.wrap {
    width: 1200px;
    margin: 0 auto;
}

.header {
    line-height: 32px;
    border-bottom: 1px solid #f4f4f4;
}

.h_left_info span:first-child {
    padding-right: 26px;
}

.citys {
    padding-left: 10px;
    cursor: pointer;
    color: #d71e00;
}

.city_wrap {
    position: absolute;
    top: 30px;
    right: -100px;
}

.city_info {
    width: 303px;
    height: 150px;
    padding: 10px;
    border-radius: 10px;
    background-color: #4a4f57;
}

.city_info span {
    padding: 0 9px;
    cursor: pointer;
    -webkit-transition: color .5s ease;
    -moz-transition: color .5s ease;
    -ms-transition: color .5s ease;
    transition: color .5s ease;
    color: #eaeaea;
}

.city_info span:hover {
    color: #000;
}

.header, .h_right a {
    font-size: 12px;
    color: #898989;
}

.h_right a:hover {
    color: #cb010e;
}

.logo {
    width: 139px;
    margin: 24px auto 15px;
}

.nav {
    width: 100%;
    padding: 26px 0;
}

.nav a { /*margin: 0 25px; 添加导航修改 20180810*/
    margin: 0 24px;
    font-size: 22px;
    font-weight: 100;
    color: #616161;
}

.nav a:hover {
    color: #cb010e;
}

.nav .oNav {
    color: #cb010e;
}

.swiper-container {
    width: 100%;
    min-width: 1200px;
}

.order {
    position: absolute;
    left: 50%;
    margin-left: -600px;
    top: 0;
    width: 260px;
    height: 100%;
    z-index: 9;
}

.order_wrap {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 260px;
    border-radius: 20px;
    background-color: #fcfcfc;
}

.order_form {
    padding: 43px 36px 21px;
}

.list {
    margin-bottom: 19px;
}

.list label {
    float: left;
    display: block;
    width: 42px;
    line-height: 30px;
    color: #585858;
}

.list input, .list select {
    width: 146px;
    height: 30px;
    border: 1px solid #d0d0d0;
    padding: 0 10px;
}

.list .layui-form-select {
    float: left;
    width: 146px;
}

.order_btn {
    display: block;
    width: 193px;
    height: 42px;
    border: 0 none;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    background-color: #cc000b;
    font-size: 18px;
    color: #fff;
}

.tels {
    line-height: 47px;
    text-align: center;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background-color: #d9d9d9;
    font-size: 18px;
    color: #cb000c;
}

.titles {
    margin: 45px 0 25px;
    text-align: center;
    font-size: 22px;
    color: #d71e00;
}

.titles span {
    font-size: 14px;
    color: #9d9d9d;
}

.item_list {
    width: 180px;
    margin: 0 30px;
}

.item_list span {
    display: block;
    font-size: 20px;
    color: #4c4c4c;
}

.item_list p {
    color: #4c4c4c;
}

.swiper-container-o {
    width: 100%;
    overflow: hidden;
}

.swiper-container-o .swiper-slide {
    text-align: center;
}

.swiper-container-o .swiper-slide span {
    display: block;
    padding-top: 10px;
    padding-bottom: 3px;
    font-size: 20px;
    /*color: #d71e00;*/
}

.swiper-container-o .swiper-slide p {
    font-size: 16px;
    color: #595959;
}

.swiper-container-o .swiper-slide a {
    display: block;
    width: 117px;
    height: 34px;
    line-height: 34px;
    margin: 10px auto 20px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    background-color: #fd242c;
    font-size: 16px;
    color: #f3f3f3;
}

.swiper-container-o .swiper-slide img {
    height: 288px;
}

.swiper-container-o .swiper-button-prev {
    left: -40px;
    background: url('../images/prev.png') no-repeat;
}

.swiper-container-o .swiper-button-next {
    right: -40px;
    background: url('../images/next.png') no-repeat;
}

.footer {
    padding: 60px 0 75px;
    text-align: center;
    background-color: #242424;
    color: #898989;
}

.menu a {
    margin: 0 40px;
    color: #898989;
}

.footer p {
    padding-top: 10px;
}

.top_right {
    padding-top: 46px;
    text-align: right;
}

.top_right p {
    font-size: 18px;
    color: #cb000c;
}

.top_right .nav a:last-child {
    margin-right: 0;
}

.cont_left {
    float: left;
    width: 878px;
    overflow: hidden;
}

.cont_right {
    float: right;
    width: 290px;
    padding: 35px 20px 55px;
    margin-top: 60px;
    overflow: hidden;
}

.submenu {
    height: 60px;
    line-height: 65px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.submenu a {
    font-size: 12px;
    color: #898989;
}

.odiv {
    margin-bottom: 33px;
    padding: 35px 50px 40px;
    border-bottom: 1px solid #d71e00;
}

.odiv h3 {
    padding-bottom: 35px;
    text-align: center;
    font-size: 24px;
}

.odiv img {
    width: auto;
    max-width: 100%;
    margin: 0 auto;
}

/*layui 修改*/
.f_list label {
    float: left;
    width: 124px;
    text-align: right;
    line-height: 38px;
    color: #595959;
}

.f_list > input, .times input, .f_list select {
    width: 230px;
    height: 38px;
    border: 1px solid #8a8a8a;
    padding: 0 10px;
}

.radios {
    margin-left: 45px;
}

.layui-form-radio {
    padding-right: 0;
    color: #595959;
}

.layui-form-radio > i:hover, .layui-form-radioed > i {
    color: #ef3333;
}

.times {
    color: #8a8a8a;
}

.times input {
    width: 96px;
}

.layui-select-disabled .layui-disabled {
    border-color: #8a8a8a !important;
    color: #7e7e7e !important;
}

.f_select .layui-form-select {
    width: 124px;
}

.f_select .layui-input-inline {
    width: auto;
}

.f_address input {
    width: 328px;
}

.btn {
    display: block;
    width: 195px;
    height: 42px;
    margin: 45px auto 0;
    background-color: #cc000b;
    font-size: 18px;
}

.msg {
    padding-left: 48px;
    font-size: 12px;
    color: #7e7e7e;
}

.range div {
    width: 190px;
    margin-right: 35px;
}

.range div:nth-child(2) {
    width: 215px;
}

.range div:nth-child(3) {
    width: 265px;
}

.range h5 {
    line-height: 35px;
    color: #cc000b;
}

.range p {
    line-height: 35px;
    font-size: 12px;
    color: #656565;
}

.wages div {
    width: 385px;
}

.wages div:first-child {
    margin-right: 5px;
}

.wages div p {
    width: 100%;
    line-height: 24px;
    padding: 0 26px;
    margin-bottom: 5px;
    background-color: #f4f4f4;
    font-size: 12px;
    color: #656565;
}

.wages div:first-child {
    text-align: right;
}

.msg2 {
    padding-top: 13px;
    text-align: center;
    font-size: 12px;
    color: #cc000b;
}

.wx h3 {
    font-size: 18px;
    font-weight: lighter;
    color: #000;
}

.wx p {
    line-height: 32px;
}

.wx img {
    width: 170px;
    margin: 0 auto 28px;
}

.call {
    padding-top: 40px;
    border-top: 1px solid #d6d6d6;
}

.call h3 {
    padding-bottom: 15px;
    font-size: 18px;
    color: #000;
}

.call p {
    font-size: 46px;
    font-weight: bold;
    color: #cb000c;
}

.time_info input:nth-child(1) {
    float: left;
    width: 96px;
}

.time_info input:nth-child(2) {
    float: left;
    width: 78px;
    margin-left: 8px;
}

.lines {
    width: 100%;
    border-top: 1px dashed #d9d9d9;
    margin: 44px 0 26px;
}

.price th {
    height: 46px;
    border-left: 1px solid #fff;
    text-align: center;
    background-color: #639ef6;
    font-size: 16px;
    color: #fff;
}

.price td {
    height: 50px;
    text-align: center;
    border-top: 4px solid #fff;
    border-left: 1px solid #fff;
    background-color: #ff7800;
    font-size: 16px;
    color: #fff;
}

.scope div {
    width: 236px;
    text-align: center;
    margin-left: 35px;
}

.scope div:first-child {
    margin-left: 0;
}

.scope img {
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.scope h5 {
    padding: 10px 0 5px;
    font-size: 18px;
}

.scope p {
    line-height: 26px;
}

.house_wrap .layui-form-select {
    width: 130px;
    margin-right: 12px;
}

.house_wrap .house2 input {
    width: 130px;
    margin-right: 8px;
}

.times2 {
    color: #8a8a8a;
}

.times2 input {
    display: inline-block;
}

.times2 input:nth-child(1) {
    width: 95px;
    height: 38px;
    padding: 0 10px;
    margin-right: 5px;
    border: 1px solid #8a8a8a;
}

.times2 input:nth-child(2), .times2 input:nth-child(3) {
    width: 74px;
}

.popup {
    position: fixed;
    right: 40px;
    top: 50%;
    z-index: 999;
}

.popup > div {
    width: 56px;
    height: 56px;
    margin-bottom: 10px;
}

#goTops {
    cursor: pointer;
}

.p_wrap {
    position: relative;
    -webkit-transition: background-color .5s ease;
    -moz-transition: background-color .5s ease;
    -ms-transition: background-color .5s ease;
    transition: background-color .5s ease;
    background-color: #d36363;
}

.p_wrap strong {
    display: none;
    padding: 5px 10px 0;
    text-align: center;
    font-size: 16px;
    color: #fff;
}

.p_info {
    position: absolute;
    right: 80px;
    top: -30px;
    width: 170px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    border: 1px solid #ccc;
    background-color: #fff;
}

.p_info:before {
    content: " ";
    position: absolute;
    right: -12px;
    top: 50px;
    width: 13px;
    height: 16px;
    background: url('../images/arrow.png') no-repeat;
    background-size: 100% 100%;
}

.p_info1 {
    width: 400px;
    border: 1px solid #ccc;
    border-top: 4px solid #ff6800;
    padding: 10px 20px;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, .15);
    box-shadow: 0 3px 8px rgba(0, 0, 0, .15);
    line-height: 28px;
    font-size: 14px;
    color: #666;
}

.p_info1 > div {
    padding: 5px 0 10px;
    border-bottom: 1px solid #ccc;
}

.p_info1 img {
    float: left;
    width: 57px;
}

.kf_info {
    padding-left: 10px;
}

.kf_info h5 {
    font-size: 18px;
    color: #ff6800;
}

.p_nub i {
    float: left;
    display: block;
    width: 175px;
}

.p_info2 {
    width: 220px;
    border: 1px solid #ccc;
    border-top: 4px solid #ff6800;
    padding: 10px 20px;
    text-align: center;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, .15);
    box-shadow: 0 3px 8px rgba(0, 0, 0, .15);
    line-height: 28px;
    font-size: 14px;
    color: #666;
}

.p_wrap:hover {
    background-color: #fd242c;
}

.p_wrap:hover span {
    display: none;
}

.p_wrap:hover strong {
    display: block;
}

.p_wrap:hover .p_info {
    opacity: 1;
    visibility: visible;
}

/* .p_info {	position: absolute;	right: 56px;	top: 66px;	width: 170px;	opacity: 0;	visibility: hidden;	-webkit-transition: all .3s ease;	-moz-transition: all .3s ease;	-ms-transition: all .3s ease;	transition: all .3s ease;}.p_wrap > img {	-webkit-transition: background-color .5s ease;	-moz-transition: background-color .5s ease;	-ms-transition: background-color .5s ease;	transition: background-color .5s ease;	background-color: #cbcbcb;}.p_wrap > img:hover {background-color: #fd242c;}.p_wrap:hover .p_info {	opacity: 1;	visibility: visible;}.p_wrap1 .p_info {top: 0;} */
.flows {
    padding-bottom: 70px;
}

.flows::before {
    content: " ";
    position: absolute;
    left: 0;
    top: 39px;
    width: 100%;
    height: 1px;
    background-color: #e6e6e6;
    z-index: -1;
}

.flow_list {
    width: 20%;
    color: #8b939f;
}

.icons {
    width: 79px;
    margin: 0 auto;
}

.icons span {
    position: absolute;
    left: 0;
    top: 0;
    width: 79px;
    height: 79px;
    text-align: center;
    line-height: 79px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
    background-color: #fd242c;
    font-size: 30px;
    color: #fff;
    opacity: 0;
}

.flow_list:hover span {
    opacity: 1;
}

.flow_list h5 {
    font-size: 24px;
}

.flow_list p {
    font-size: 18px;
}

.login_wrap {
    width: 100%;
    min-width: 1200px;
    height: 865px;
    padding-top: 190px;
    background: url('../images/bg1.jpg') no-repeat center center;
    background-size: 100% 100%;
}

.logins {
    width: 520px;
    margin: 0 auto;
    padding: 30px 112px 50px;
    border-radius: 10px;
    background-color: #fcfcfc;
}

.logins h3 {
    text-align: center;
    padding-bottom: 33px;
    font-size: 24px;
    color: #5e5e5e;
}

.logins .layui-form-item input {
    width: 100%;
    height: 44px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    border-color: #ddd;
    background-color: #f4f4f4;
}

.logins .layui-form-item {
    margin-bottom: 30px;
}

.logins .btn {
    width: 100%;
    margin-top: 30px;
    border-radius: 10px;
}

.logins p {
    text-align: right;
    padding-top: 30px;
    font-size: 18px;
    color: #6b6b6b;
}

.logins p a {
    color: #cb000c;
}

.logins p a:hover {
    text-decoration: underline;
}

.codes {
    padding: 0 5px;
    color: #9c676b;
    cursor: pointer;
}

.other_footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.other_footer .footer {
    padding-bottom: 56px;
    background: rgba(0, 0, 0, 0);
    color: #fff;
}

.other_footer .footer a {
    color: #fff;
}

.register {
    background: url('../images/bg2.jpg') no-repeat center center;
    background-size: 100% 100%;
}

.s4_cont > div {
    float: left;
    width: 600px;
    height: 300px;
}

.s4_list > div {
    float: left;
    width: 300px;
    height: 100%;
}

.s4_info {
    padding: 90px 38px 0;
    text-align: center;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
    background-color: #f3f3f3;
    color: #000;
}

.s4_info h3 {
    font-size: 22px;
}

.s4_info p {
    line-height: 30px;
    text-align: left;
    font-size: 14px;
}

.others {
    padding-top: 50px;
}

.s4_list:hover .s4_info {
    background-color: #fd242c;
    color: #fff;
}

.code_wrap {
    width: 95px;
}

.other_style {
    margin-bottom: 50px;
}

.other_style .cont_left {
    float: right;
    margin-top: 60px;
}

.other_style .cont_right {
    float: left;
    margin-top: 0;
    padding: 0;
}

.sidebar_a {
    padding-bottom: 25px;
    border-bottom: 1px solid #d6d6d6;
}

.sidebar_a a {
    display: block;
    line-height: 66px;
    padding-left: 54px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
    font-size: 16px;
    color: #5f5f5f;
}

.sidebar_a a:hover {
    background-color: #ca010b;
    color: #fff;
}

.sidebar_a .s_on a {
    background-color: #ca010b;
    color: #fff;
}

.contact_wrap {
    padding: 45px 0 50px;
}

.contact_wrap h3 {
    padding-bottom: 10px;
    text-align: center;
    font-size: 18px;
}

.contact_wrap img {
    width: 170px;
    margin: 0 auto 10px;
}

.call2 {
    position: relative;
    padding-left: 75px;
    font-size: 17px;
}

.call2 i {
    position: absolute;
    left: 38px;
    top: 10px;
    width: 33px;
    height: 28px;
    background-size: 100% 100%;
}

.call2 strong {
    padding-left: 5px;
    font-size: 36px;
    color: #cb000c;
}

.txt_wrap h1 {
    padding-left: 32px;
    line-height: 80px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 20px;
    color: #121212;
}

.list_wrap {
    padding: 25px 115px 25px 60px;
}

.list_wrap li {
    position: relative;
}

.list_wrap li:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.list_wrap i {
    position: absolute;
    left: -10px;
    top: 50%;
    margin-top: -26px;
    -webkit-transition: color .5s ease;
    -moz-transition: color .5s ease;
    -ms-transition: color .5s ease;
    transition: color .5s ease;
    font-size: 20px;
}

.list_wrap a {
    float: left;
    display: block;
    width: 600px;
    line-height: 52px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: color .5s ease;
    -moz-transition: color .5s ease;
    -ms-transition: color .5s ease;
    transition: color .5s ease;
    font-size: 16px;
    color: #121212;
}

.list_wrap span {
    -webkit-transition: color .5s ease;
    -moz-transition: color .5s ease;
    -ms-transition: color .5s ease;
    transition: color .5s ease;
    float: right;
    display: block;
    line-height: 52px;
    font-size: 16px;
}

.list_wrap li:hover i {
    color: #ca010b;
}

.list_wrap li:hover a {
    color: #ca010b;
}

.list_wrap li:hover span {
    color: #ca010b;
}

.txt_info {
    padding: 35px 50px 30px 45px;
    line-height: 34px;
    font-size: 16px;
    color: #121212;
}

/* .txt_info p {padding-bottom: 35px;} */
.txt_info img {
    max-width: 100%;
    width: auto;
    margin: 0 auto;
}

.shade {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    z-index: 999;
}

.makes .order_wrap {
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -200px;
    width: 400px;
    z-index: 9999;
}

.makes .list input, .list select, .makes .list .layui-form-select {
    width: 280px;
}

.makes .order_btn {
    margin: 0 auto;
}

.close {
    position: absolute;
    right: -40px;
    top: -40px;
    cursor: pointer;
}

.page {
    padding: 0px 0 20px 0;
    clear: both;
    text-align: center;
}

.page li {
    display: inline;
    margin: 2px;
}

.page a {
    padding: 6px 14px;
    background: #e90500;
    color: #fff;
}

.page li a:link, .page li a:visited {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
}

.page li a:hover, .page li.on a {
    background: #bd0400;
}