@charset "utf-8";

.contain {
    width: 1200px;
    margin: 0 auto;
}

.simple-article h1,
.simple-article h2,
.simple-article h3,
.simple-article h4,
.simple-article h5,
.simple-article h6 {
    font-weight: bold;
}

.simple-article h1 {
    font-size: 34px;
    line-height: 1.3em;
    margin-bottom: 5px;
}

.simple-article h2 {
    font-size: 30px;
    line-height: 1.2em;
    margin-bottom: 10px;
}

.simple-article h3 {
    font-size: 26px;
    line-height: 1.6em;
    margin-bottom: 10px;
}

.simple-article h4 {
    font-size: 22px;
    line-height: 1.25em;
    margin-bottom: 10px;
}

.simple-article h5 {
    font-size: 18px;
    line-height: 1.6em;
    margin-bottom: 10px;
}

.simple-article h6 {
    font-size: 14px;
    line-height: 1.5em;
    margin-bottom: 10px;
}

.simple-article a {
    display: inline-block;
}

.simple-article blockquote {
    display: block;
    font-family: Georgia, "Times New Roman", Times, serif;
    padding: 10px 20px 10px 45px;
    color: #666;
    line-height: 160%;
    margin-bottom: 15px;
}


/* ????”¨ */

.simple-article blockquote em {
    color: #999;
    text-align: right;
    display: block;
}

.dropcap {
    float: left;
    padding: 10px 10px 5px 0;
    font-weight: bold;
}


/* é|–?-—????2‰ */

.simple-article hr {
    border: 1px solid #ddd;
    border-width: 0 0 1px 0;
    height: 1px;
    font-size: 0;
    margin: 25px 0;
    clear: both;
    *margin: 17px 0;
}

.simple-article .br {
    font-size: 0;
}


/*-------------------------------------
   List
-------------------------------------*/

.simple-article li ul,
.simple-article li ol {
    margin: 0;
}

.simple-article ul,
.simple-article ol {
    margin: 0 0 15px 0;
    padding-left: 1.5em;
    line-height: 180%;
    _margin-left: 5px;
}

.simple-article ul {
    list-style-type: disc;
}

.simple-article ul.square {
    list-style: square;
}

.simple-article ul.circle {
    list-style: circle;
}

.simple-article ol {
    list-style-type: decimal;
    *padding-left: 1.8em;
}

.simple-article dl {
    margin: 0 0 1.5em 0;
}

.simple-article dl dt {
    font-weight: bold;
}

.simple-article dd {
    margin-left: 1.5em;
}


/*-------------------------------------
   2. table
-------------------------------------*/

.simple-article table {
    border-collapse: collapse;
    border-spacing: 0;
    overflow: hidden;
    width: fit-content;
    margin-bottom: 15px;
}

.simple-article table th {
    font-weight: bold;
}

.simple-article table th,
.simple-article table td {
    border: 1px solid #DDDDDD;
    line-height: 18px;
    padding: 8px;
    /*text-align: left;*/
    vertical-align: top;
}

.simple-article table colgroup+thead tr:first-child th,
.simple-article table colgroup+thead tr:first-child td,
.simple-article table thead:first-child tr:first-child th,
.simple-article table thead:first-child tr:first-child td {
    border-top: 0 none;
}

.simple-article table thead tr th,
.simple-article table thead tr td {
    *border-top: 0 none;
}

.simple-article .table-striped tbody tr:nth-child(2n+1) td,
.simple-article .table-striped tbody tr:nth-child(2n+1) th {
    background-color: #F9F9F9;
}

.simple-article table th {
    background: #EBEBEB;
}

.simple-article .table-bordered {
    -moz-border-colors: none;
    border-collapse: separate;
    border-color: #DDDDDD #DDDDDD #DDDDDD;
    border-style: solid solid solid none;
    border-width: 1px 1px 1px 0;
}

.simple-article .table-bordered th,
.table-bordered td {
    border-left: 1px solid #DDDDDD;
}

.simple-article .table-row thead th {
    background: #ebebeb;
}

.simple-article .table-row tbody th {
    background: #f5f5f5;
}

.simple-article .table-col {
    border-top-width: 0;
}

.simple-article .table-col tbody th {
    background: #ebebeb;
}

.simple-article ul li {
    list-style: inside
}


/*Alignment*/

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.625em;
}

.alignright {
    clear: both;
    display: inline;
    float: right;
    margin-left: 1.625em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}


/*-------------------------------------
   page 翻页器end
-------------------------------------*/

.simple-article video,
.simple-article .wp-video {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}


/* 小屏幕导航 */

.p_transition {
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
}

.small_nav_btn {
    position: fixed;
    top: 10px;
    right: 10px;
    height: 30px;
    z-index: 102;
    display: none;
    width: 30px;
    height: 30px;
    background: url(../images/m_menu1.png) no-repeat center;
}

.small_nav_btn.active {
    background: url(../images/m_menu2.png) no-repeat center;
}

.small_nav .wapper .btn i {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    cursor: pointer;
    border-left: 1px solid #e5e5e5;
    background: url(../images/h_content_dot.png) no-repeat center;
    background-size: 13px;
}

.small_nav .wapper .btn.active i {
    -webkit-transform: rotate(180deg);
    transform: rorate(180deg);
    border-left: 0;
    border-right: 1px solid #e5e5e5;
}

.small_nav .show a {
    text-indent: 30px;
    line-height: 40px;
}

.scale img {
    transition: all 0.2s;
}

.scale:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.small_nav .wapper {
    position: relative;
}

.small_nav {
    position: fixed;
    width: 100%;
    top: 50px;
    left: 0;
    text-align: center;
    background: #fff;
    z-index: 7;
    display: none;
    overflow: auto;
}
.small_nav .btn{
    background: inherit;
    display:block;
    padding: 0;
    cursor: inherit;
}
.small_nav a {
    font-size: 13px;
    display: block;
    color: #fff;
    border-bottom: 1px solid #eee;
    line-height: 50px;
    text-align: left;
    text-indent: 15px;
    position: relative;
}

.small_nav .show {
    background: #0da4c2;
    display: none;
}

.map img {
    max-width: inherit;
}


/*内页banner*/

.inside_banner {
    height: 400px;
}


/*自适应图片*/

.autoimg {
    position: relative;
    /*float: left;
  height: 210px;
  width: 28.33333333333333%;*/
    overflow: hidden;
}

.autoimg:after {
    content: '';
    /*padding-top: 61.76%;*/
}

.autoimg img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: inherit;
}

.owl-stage {
    transition: 0.75s all !important;
}

input:-ms-input-placeholder,
input::-moz-placeholder,
input:-moz-placeholder,
input::-webkit-input-placeholder {
    color: #999;
}

.swiper-button-prev:after,
.swiper-button-next:after {
    display: none !important
}

.swiper-button-prev:focus,
.swiper-button-next:focus {
    outline: inherit !important;
}

.swiper-pagination {
    z-index: 2 !important;
}

.paging {
    text-align: center;
    padding: 50px 0;
}

.paging li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
}

.paging li.style {
    height: 30px;
    border-radius: 4px;
    width: 30px;
    font-size: 12px;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    color: #333;
}

.paging li.style a {
    border: 1px solid #dcdcdc;
}

.paging li.active a,
.paging li.style a:hover {
    background: #c1402b;
    color: #fff;
}

.paging li.style a {
    color: #333;
    border-radius: 4px;
    background: #fff;
    display: block;
}

.paging li.active a {
    background: #c1402b;
    border: 1px solid #c1402b;
    color: #fff;
}

.paging li.prev a {
    height: 100%;
    background: url(../images/paging_1.png) no-repeat center;
}

.paging li.prev:hover a {
    background: url(../images/paging_11.png) no-repeat center #c1402b;
}

.paging li.next a {
    height: 100%;
    background: url(../images/paging_2.png) no-repeat center;
}

.paging li.next:hover a {
    background: url(../images/paging_22.png) no-repeat center #c1402b;
}

.share .social-share .social-share-icon {
    border: 0;
    margin: 0 0 0 60px;
    width: 30px;
    height: 30px;
}

.share .social-share .icon-wechat {
    background: url(../images/share1.png) no-repeat center;
}

.share .social-share .icon-weibo {
    background: url(../images/share2.png) no-repeat center;
}

.share .social-share .social-share-icon:before {
    display: none;
}

.bg_white {
    background: #fff;
}

.rela {
    position: relative;
}

.scrollBar::-webkit-scrollbar-track-piece {
    /*//滚动条凹槽的颜色，还可以设置边框属性*/
    background-color: #f8f8f8;
}

.scrollBar::-webkit-scrollbar {
    /*//滚动条的宽度*/
    width: 9px;
    height: 9px;
}

.scrollBar::-webkit-scrollbar-thumb {
    /*//滚动条的设置*/
    background-color: #dddddd;
    background-clip: padding-box;
    min-height: 28px;
}

.scrollBar::-webkit-scrollbar-thumb:hover {
    background-color: #bbb;
}

.business-box {
    width: 100%;
    background-color: #fff;
    margin: auto;
    position: relative;
    /* height: 1138px */
}

.font-grey {
    color: #b2b2b2
}

.require-height {
    padding-bottom: 100px;
}

.business-bg-index {
    background: url('../images/business-index.jpg') 50% 0 no-repeat;
    width: 100%;
    border: 0;
    height: 260px
}

.business-bg-require {
    background: url('../images/business-require.jpg') 50% 0 no-repeat;
    width: 100%;
    border: 0;
    height: 260px
}

.business-box-toufang {
    width: 460px;
    height: auto;
    border-radius: 10px;
    background-color: #fff;
    border: solid 1px #ececec;
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    margin: auto
}

.apply-require-box {
    height: auto
}

.business-box .business-box-toufang form .title,
.apply-require-box .title {
    text-align: center;
    line-height: 32px
}

.business-box .business-box-toufang form .title .tit,
.apply-require-box .title .tit {
    height: 31px;
    font-size: 24px;
    text-align: center;
    color: #000;
    margin-top: 46px;
    margin-bottom: 37px
}

.apply-require-box .title .tit {
    margin-bottom: 0
}

.business-box .business-box-toufang form .title .desc,
.apply-require-box .title .desc {
    height: 19px;
    text-align: center;
    color: #666;
    margin-top: 13px;
    margin-bottom: 37px
}

.business-process {
    width: 400px;
    height: 60px;
    margin: 0 30px;
    background: url('../images/business-index-icon.jpg') center center no-repeat;
    background-size: 400px 60px
}

.business-process-require {
    width: 400px;
    height: 60px;
    margin: 0 30px;
    background: url('../images/business-require-icon.jpg') center center no-repeat;
    background-size: 400px 60px
}

.business-box-form {
    margin: 39px 30px 0 30px
}

.business-box-form ul li {
    width: 100%;
    height: 48px;
    margin-bottom: 10px;
    line-height: 48px;
    color: #666;
    overflow: hidden;
    border-radius: 5px
}

.business-box-form ul li.user-infomation {
    height: 52px
}

.business-box-form ul li input {
    border: 1px solid #f5f5f5!important;
    width: 100%;
    height: 48px;
    color: #000;
    line-height: 48px;
    border-radius: 5px;
    background-color: #f5f5f5;
    padding: 0 20px;
    font-size: 14px
}

.business-box-form ul li.userIdentify {
    height: 20px;
    line-height: 20px;
    margin-bottom: 20px
}

.opt {
    padding-right: 5px;
    float: left
}

.identify {
    padding-right: 19px
}

.identify-ask {
    width: 14px;
    height: 14px;
    margin-top: 3px;
    cursor: pointer;
    background: url('../images/tips.jpg') no-repeat;
    background-size: 100%
}

.identify-icon {
    position: absolute;
    top: -3px;
    left: 5px;
    color: #fff;
    font-size: 10px;
    z-index: 1
}

.identify-tips {
    position: absolute;
    top: 203px;
    right: -67px;
    z-index: 2;
    width: 270px;
    height: 36px;
    line-height: 36px;
    background-color: #fffbe3;
    border: solid 1px #ece7c8;
    font-size: 12px;
    color: #434343;
    border-radius: 5px;
    padding-left: 11px;
    display: none
}

.arrow1 {
    position: absolute;
    top: 9px;
    left: -7px;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-width: 7px;
    border-color: #fffbe3;
    border-left-width: 0;
    border-style: dashed;
    border-right-style: solid;
    border-top-color: transparent;
    border-bottom-color: transparent
}

.arrow2 {
    position: absolute;
    top: 9px;
    left: -8px;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-width: 7px;
    border-color: #ece7c8;
    border-left-width: 0;
    border-style: dashed;
    border-right-style: solid;
    border-top-color: transparent;
    border-bottom-color: transparent
}

.magic-radio {
    display: none
}

.opt label {
    font-size: 14px;
    font-weight: normal;
    color: #666;
    padding-left: 20px;
    cursor: pointer;
    background: url('../images/radio.png') no-repeat
}

label.userChecked {
    background-position: left bottom
}

.address,
.unitPrice {
    background-color: #f5f5f5;
    display: inline-block;
    margin: 0 auto
}

.area,
.unitPrice {
    position: relative
}

.business-box-form ul li.address select,
.business-box-form ul li.unitPrice select {
    width: 115px;
    height: 32px;
    line-height: 32px;
    margin-top: 8px;
    background-color: #f5f5f5;
    border: 0;
    float: left;
    // padding-left: 15px;
    text-align: center
}

.business-box-form ul li.address select {
    padding-left: 20px
}

.business-box-form ul li.address input {
    width: 69%;
    float: right;
    border: 0
}

.business-box-form ul li.unitPrice input {
    width: 69%;
    float: right;
    border: 0
}

.business-box-form ul li.unitPrice select {
    width: 90px;
    float: right;
    margin-right: 20px
}

.business-box-form ul li.unitPrice input {
    float: left
}

.areaUnit,
.priceUnit {
    height: 20px;
    color: #bbb;
    position: absolute;
    top: 0;
    right: 20px
}

.business-box-form ul li.user-infomation {
    height: 60px;
    padding: 5px;
    color: #000
}

.user-title-phone {
    margin-top: 5px;
    height: 19px
}

.business-box-form ul li.payMonth-info,
.business-box-form ul li.housePhoto-info,
.business-box-form ul li.user-info {
    line-height: 42px
}

.business-box-form ul li.user-info {
    height: 30px
}

.business-box-form ul li .payMonth-title,
.housePhoto-title,
.user-title,
.user-title-phone {
    height: 19px;
    color: #000
}

.user-title-requirement {
    height: 19px;
    font-size: 14px;
    color: #000;
    margin-top: 20px
}

.business-box-form ul li .payMonth-desc,
.housePhoto-desc {
    height: 16px;
    font-size: 12px;
    color: #777
}

.business-box-form ul li.radioBox input {
    width: 15%;
    float: left;
    display: none
}

.business-box-form ul li.radioBox {
    padding: 0
}

.business-box-form ul li.radioBox label {
    width: 72px;
    height: 48px;
    text-align: center;
    color: #666;
    border-radius: 4px;
    background-color: #fff;
    border: solid 1px #e2e2e2;
    cursor: pointer;
    position: relative;
    font-weight: normal;
    display: inline-block;
    *display: inline;
    *zoom: 1
}

.business-box-form ul li.radioBox label.monthChecked {
    border: solid 1px #c1402b;
    color: #c1402b
}

.business-box-form ul li.radioBox label.lastBox {
    margin-right: 0
}

.business-box-form ul li.housePhoto {
    height: 60px
}

.business-box-form ul li.housePhoto .housePhoto-upload {
    width: 96px;
    height: 60px;
    border-radius: 4px;
    border: dashed 1px #e2e2e2;
    position: relative;
    cursor: pointer;
    cursor: pointer;
    background: url('../images/upload_img.jpg') center center no-repeat;
    overflow: hidden;
    display: block
}

.business-box-form ul li.housePhoto .housePhoto-upload input {
    position: absolute;
    cursor: pointer;
    font-size: 0;
    right: 0;
    top: 0;
    opacity: 0;
    filter: alpha(opacity=0)
}

.business-box-form ul li.verifyCode {
    border-radius: 5px;
    background-color: #f5f5f5;
    margin-bottom: 0!important
}

.business-box-form ul li.mobile {
    border-radius: 5px;
    background-color: #f5f5f5
}

.business-box-form ul li.comment {
    border-radius: 4px;
    background-color: #f5f5f5
}

.business-box-form ul li.verifyCode .toufang-sendMsg {
    border: 0;
    padding: 0;
    float: right;
    color: #c1402b;
    background-color: #f5f5f5;
    margin-top: -47px;
    margin-right: 20px;
    font-size: 12px;
    position: relative
}

.business-box-form ul li.comment {
    height: 96px
}

.business-box-form ul li.comment textarea {
    height: 96px;
    width: 398px;
    color: #000;
    resize: none;
    font: 14px/1.5em "Helvetica Neue", "Hiragino Sans GB", "Microsoft YaHei", "å¾®è½¯é›…é»‘", "é»‘ä½“", Arial, sans-serif;
    line-height: 20px;
    border: 1px solid #f5f5f5;
    background: #f5f5f5;
    border-radius: 5px;
    padding: 15px 20px
}

.business-box-form ul li.voice-verify-info {
    margin: 0!important;
    height: 18px;
    line-height: 18px
}

.business-box-form ul li.voice-verify-info .voice-verify-code {
    color: #666;
    font-size: 12px;
    float: right;
    display: none
}

.business-box-form ul li .voice-verify-code a {
    font-size: 12px;
    text-decoration: none;
    color: #c1402b
}

.business-box-form ul li.item-button {
    margin: 20px 0 40px 0
}
.blue-theme-btn:hover{
    color: #fff;
}
.business-box-form ul li.item-button button {
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 4px;
    color: #fff;
    font-size: 14px
}

.dialog-default {
    border-radius: 8px;
    background: #FFF
}

.business-box-zhaofang {
    width: 460px;
    border-radius: 10px;
    background-color: #fff;
    border: solid 1px #ececec;
    right: 0;
    margin: -200px auto 0;
}

.business-box .business-box-zhaofang form .title {
    text-align: center;
    line-height: 32px
}

.business-box .business-box-zhaofang form .title .tit {
    font-size: 24px;
    text-align: center;
    color: #000;
    margin-top: 46px
}

.business-box .business-box-zhaofang form .title .desc {
    text-align: center;
    color: #666;
    margin-top: 13px;
    margin-bottom: 37px
}

.business-box .business-box-zhaofang .box-bottom {
    width: 100%;
    height: 70px;
    background-color: #f5f5f5;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    text-align: center;
    margin-top: 45px;
    line-height: 75px;
    font-size: 16px;
    color: #777
}

.business-box .business-box-zhaofang .box-bottom .phonecall {
    font-size: 16px;
    color: #c1402b
}

.business-box-form ul li.verifyCode .zhaofang-sendMsg {
    border: 0;
    padding: 0;
    float: right;
    color: #c1402b;
    background-color: #f5f5f5;
    margin-top: -47px;
     margin-right: 20px; 
    font-size: 12px;
    position: relative
}

.sendOver-requirement {
    height: 30px!important;
    border: none!important;
    padding: 0!important;
    float: right!important;
    color: #c1402b!important;
    background-color: #f5f5f5;
    margin-top: -47px!important;
    margin-right: 20px!important;
    position: relative
}

.countdown-requirement {
    color: #a7a7a7!important;
    width: 78px!important;
    float: right!important;
    height: 100%!important;
    text-decoration: none!important;
    font-size: 12px!important;
    text-align: center!important;
    margin-right: 0!important;
    padding-top: 0!important;
    margin-top: -48px!important;
    position: relative
}

.phcolor {
    color: #999
}

.dialog-tip {
    margin-left: 17px;
    margin-top: -1px
}

.comment-tip {
    top: 405px!important
}

.identify-ask-tip {
    margin-left: -1px!important
}

input::-ms-clear {
    display: none
}

input::-ms-reveal {
    display: none
}

.blue-theme-btn {
    display: block;
    text-align: center;
    color: #fff;
    cursor: pointer;
    margin-left: auto;
    margin-right: auto;
    height: 48px;
    border-radius: 4px;
    background-color: #c1402b;
    font-size: 14px;
    font-weight: 600;
    line-height: 48px;
}

.dialog .dialog-btn-close {
    position: absolute;
    display: block;
    width: 14px;
    height: 14px;
    right: 6px;
    top: 6px;
    background: #fff;
    opacity: .4;
    filter: alpha(opacity=40);
    cursor: pointer;
    background: url(../images/dialog_icon.png) no-repeat -20px 2px;
}

.dialog-overlay {
    position: fixed;
    _position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .3;
    filter: alpha(opacity=30);
    *zoom: 1;
    background-color: rgba(0, 0, 0, 0.2);
}

.ui-autocomplete {
    border: 1px solid #e5e5e5;
    z-index: 3;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    height: 250px;
    overflow: auto;
    cursor: default;
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    outline: 0;
}

.ui-menu-item {
    background: #fff;
    line-height: 30px;
    padding: 0 10px;
}

.ui-menu-item:hover {
    background: #c1402b;
    color: #fff;
}





.clear1 {
     zoom:1;
}
.clear1:after {
     content:"";
     display:block;
     clear:both;
}
.header .logo{
  float: left;
  height: 70px;
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content:center;
}
.header .logo img{
  max-height: 100%;
}

.header .nav1{
    margin-right: 25px;
}
.header .nav1>.nav-item{
  float: left;
  position: relative;
  padding: 0 25px;
}

.header .nav1>.nav-item>a{
  font-size: 16px;
  color: #333;
  text-align: center;
  display: block;
  font-weight: bold;
  line-height: 70px;
  position: relative;
}
.header .nav1>.nav-item>a:after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    transition: 0.3s all;
    height: 3px;
    background: #c1402b;
}
.header .nav1>.nav-item.active>a:after,
.header .nav1>.nav-item>a:hover:after{
    width: 100%;
}
.header .nav1>.nav-item.active>a,
.header .nav1>.nav-item>a:hover{
  color: #c1402b;
}
.header .nav1>.nav-item .show{
  position: absolute;
  border-radius: 8px;
  z-index: 2;
  opacity: 0;
  overflow: hidden;
  transform: translate(0,-20px);
  visibility: hidden;
  transition: 0.15s all;
  width: 200px;
  text-align: center;
  left: 50%;
  margin-left: -100px;
  background: rgba(255,255,255,1);

  box-shadow: 0 0 20px rgba(0,0,0,0.1);
}
.header .nav1>.nav-item:hover>.show{
  opacity: 1;
  visibility: visible;
  transform: translate(0,0);
}
.header .nav1>.nav-item .show .nav-item{
  position: relative;
}
.header .nav1>.nav-item .show .nav-item>a{
  line-height: 30px;
  text-align: center;
  position: relative;
  margin: 10px 0;
  color: #333;
  display: block;
  transition: 0.3s all;
}
.header .nav1>.nav-item .show .nav-item>a:hover:after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 3px;
    height: 100%;
    background: #c1402b;
}
.header .nav1>.nav-item .show .show .nav-item>a{
  line-height: 40px;
}
.header .nav1>.nav-item .show .nav-item:hover>a{
  background: rgba(193,64,43,0.1);
  color: #c1402b;
}
.header .nav1>.nav-item .show .show>.nav-item:first-child a{
  border-radius: 8px 8px 0 0
}
.header .nav1>.nav-item .show .show>.nav-item:last-child a{
  border-radius:  0 0 8px 8px;
}
.header .nav1>.nav-item .show .show a{
  background: rgba(255,255,255,0.8);
}
.header .nav1>.nav-item .show .show a:hover{
  background: rgba(255,255,255,0.8);
  color: #b41f2a;
}
.header .nav1>.nav-item .show .show a:after{
  display: none;
}
.header .nav1>.nav-item .show .nav-item:hover>a:after{
  opacity: 1;
}


.header .nav1>.nav-item .show .show{
  position: absolute;
  left: 100%;
  padding-left: 10px;
  width: max-content;
  min-width: 140px;
    transform: translate(0,0);
  opacity: 0;
  margin-left: 0;
  visibility: hidden;
  background: none;
  transition: 0.3s all;
  top: 0;
}
.header .nav1>.nav-item .show .nav-item:hover>.show{
  opacity: 1;
  visibility: visible;
}
.header .search1{
  float: left;
  position: relative;
}
.header .search1 .to_search{
  width: 30px;
  height: 30px;
  margin-top: 20px;
  display: block;
  background: url(../images/images/search.svg) no-repeat center;
}
.header .search1 .show1{
  position: absolute;
  right: 0;
  top: 15px;
  z-index: 2;
  display: none;
  width: 275px;
  border-radius: 50px;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0,0,0,0.1);
  background: #fff;
}
.header .search1 .show1 input{
  width: 225px;
  float: left;
  line-height: 50px;
  height: 50px;
  font-size: 14px;
  padding: 0;
  border: 0;
  text-indent: 15px;
}
.header .search1 .show1 a{
  float: right;
  width: 50px;
  height: 50px;
  background: url(../images/images/search.svg) no-repeat center;
}
.header .contain1{
  position: relative;
}
.header{
    box-sizing: border-box;
}

.footer1{
    background: #313131;
}
.footer1 .top1{
    padding: 30px 0;
    display: flex;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    justify-content: space-between;
}
.footer1 .top1 .nav1{
    line-height: 54px;
    color: #fff;
    padding-right: 30px;
}
.footer1 .top1 .nav1 a{
    color: #fff;
    font-size: 17px;
    margin-left: 80px;
}
.footer1 .top1 .nav1 a:hover{
    color: #c1402b;
}
.footer1 .mid1{
    padding: 50px 0;
    display: flex;
    justify-content: space-between;
}
.footer1 .mid1 .p1{
    font-size: 16px;
    line-height: 40px;
    color: #fff;
}
.footer1 .mid1 .img1{
    display: flex;
    text-align: center;
}
.footer1 .mid1 .img1 p{
    color: #fff;
    font-size: 16px;
    margin-top: 15px;
}
.footer1 .mid1 .img1 li{
    margin-right: 80px;
}
.footer1 .mid1 .img1 li:last-child{
    margin-right: 0;
}
.footer1 .copyright .contain1{
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
}
.footer1 .copyright{
    border-top: 1px solid rgba(255,255,255,0.1);
}
.footer1 .copyright p{
    font-size: 16px;
    line-height: 50px;
    color: #fff;
}
.footer1 .copyright .to_show1{
    position: relative;
}
.footer1 .copyright .to_show1>a{
    width: 180px;
    line-height: 48px;
    box-sizing: border-box;
    display: block;
    text-align: center;
    font-size: 16px;
    color: #fff;
    border: 1px solid rgba(255,255,255,0.5);
}
.footer1 .copyright .to_show1 .show1{
    position: absolute;
    bottom: 100%;
    border-radius: 4px;
    width: 100%;
    line-height: 50px;
    background: #434343;
    opacity: 0;
    visibility: hidden;
    max-height: 300px;
    overflow: auto;
    text-align: center;
}
.footer1 .copyright .to_show1:hover .show1{
    opacity: 1;
    visibility: visible;
}
.footer1 .copyright .to_show1 .show1 a{
    color: #fff;
    display: block;
    font-size: 16px;
}
.right_bar{
    position: fixed;
    right: 20px;
    bottom: 10%;
    width: 90px;
    background: #fff;
    border-radius: 90px;
    text-align: center;
    z-index: 2;
    box-shadow: 0 0 20px 2px rgba(0,0,0,0.1);
}
.right_bar .ico{
    width: 114px;
    height: 71px;
    top: -57px;
    position: absolute;
    left: 50%;
    margin-left: -63px;
    display: block;
    background: url(../images/images/f_ico.png) no-repeat center;
}
.right_bar li{
    padding: 40px 0;
    position: relative;
}
.right_bar li i{
    width: 36px;
    height: 28px;
    display: block;
    margin: 0 auto 10px;
}
.right_bar li .ico1{
    background: url(../images/images/r_ico1.png) no-repeat center;
}
.right_bar li:hover .ico1{
    background: url(../images/images/r_ico1q.png) no-repeat center;
}
.right_bar li .icotop{
    background: url(../images/images/r_ico2.svg) no-repeat center;
}
.right_bar li:hover .icotop{
    background: url(../images/images/r_ico2q.svg) no-repeat center;
}
.right_bar li:first-child:after{
    content: "";
    width: 50px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -25px;
    height: 1px;
    background: rgba(0,0,0,0.08);
}
.right_bar li:first-child{
    padding-bottom: 20px;
}
.right_bar li:last-child{
    padding-top: 20px;
}

.right_bar li .show1{
    position: absolute;
    right: 90px;
    padding: 10px;
    top: 0;
    opacity: 0;
    transition: 0.3s all;
    visibility: hidden;
    border-radius: 10px;
    box-shadow: 0 0 20px 2px rgba(0,0,0,0.1);
    background: #fff;
}
.right_bar li:hover .show1{
    opacity: 1;
    visibility: visible;
}
.right_bar li:hover a{
    color: inherit;
}
.right_bar li .show1 img{
    vertical-align: top;
}
.header .login{
    float: left;
    margin-left: 20px;
}
.header .login .a1{
    color: #333;
    font-size: 16px;
    line-height: 70px;
    float: left;
    font-size: 17px;
    margin-left: 15px;
}
.header .login .a1:hover{
    color: #c1402b;
}

.header .login .line1{
    float: left;
    margin-left: 15px;
    color: #f2f2f5;
    line-height: 70px;
}

.m_detail .input_tk .input p{
  font-size: 14px;
  margin-right: 10px;
  vertical-align: top;
  line-height: 40px;
}
.m_detail .input_tk .input input{
  width: 400px;
  border: 1px solid #e5e5e5;
  line-height: 40px;
  text-indent: 10px;
  font-size: 14px;
  box-sizing: border-box;
  height: 40px;
  vertical-align: top;
}
.m_detail .input_tk .input textarea{
  width: 400px;
  border: 1px solid #e5e5e5;
  font-size: 14px;
  box-sizing: border-box;
  height: 100px;
  padding: 10px;
}
.m_detail .input_tk .btn1{
    margin-left: 110px;
    width: 100px;
    line-height: 40px;
    background: #4594f9;
    text-align: center;
    color: #fff;
}


.collect_add{
  
    width: 1200px;
    margin: 0 auto 50px;
    display: flex;
    justify-content: flex-end;
}
.addCard{
      width: 98px;
      margin-top: 10px;
    height: 40px;
    background-color: #e35e5e;
    border-radius: 6px;
    text-align: center;
    color: #fff;
}

.header .end1{
    border-top: 1px solid rgba(0,0,0,0.1);
}
.header .end1 .nav2{
}
.header .end1 .nav2 a{
    line-height: 70px;
    font-size: 16px;
    float: left;
    margin-right: 20px;
}
.header .end1 .nav2 a:hover{
    color: #c1402b;
    font-weight: bold;
}

.header .end1 .nav2 a:last-child{
    margin-right: 0;
}
.header .end1 .search2{
    background: #f7f7f7;
    margin-top: 10px;
}
.header .end1 .search2 input{
  width: 225px;
  float: left;
  line-height: 50px;
  height: 50px;
  font-size: 14px;
    background: #f7f7f7;
  padding: 0;
  border: 0;
  text-indent: 15px;
}
.header .end1 .search2 a{
  float: right;
  width: 50px;
  height: 50px;
  background: url(../images/images/search.svg) no-repeat center;
}
.login_bg{
    margin-top: 71px;
}

.yzm_mask{
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    display: none;
    top: 0;
    background: rgba(0,0,0,0.3);
    z-index: 222;
}
.yzm_show .top{
    display: flex;
    line-height: 43px;
    background: #f8f8f8;
    border-bottom: 1px solid #eee;
    padding: 0 8px 0 16px;
    justify-content: space-between;
}
.yzm_show .top .close{
    cursor: pointer;
    width: 30px;
    text-align: center;
}
.yzm_show{
    width: 350px;
    display: none;
    max-width: 100%;
    position: fixed;
    left: 50%;
    margin-left: -175px;
    background: #fff;
    z-index: 223;
    top: 50%;
    transform: translate(0,-50%);
}
.yzm_show .main{
    padding: 16px;
}
.yzm_show .main .input{
    display: flex;
    position: relative;
    justify-content: space-between;
}
.yzm_show .main input{
    width: calc( 100% - 130px );
    border: 1px solid #eee;
    line-height: 40px;
    height: 40px;
    padding: 0 10px 0 30px;
    box-sizing: border-box;
}
.yzm_show .main .input i{
    width: 30px;
    height: 40px;
    position: absolute;
    left: 0;
    top:0;
    background: url(../images/yzm.png) no-repeat center;
}
.yzm_show .btnq{
    width: 100%;
    line-height: 38px;
    display: block;
    text-align: center;
    margin-top: 10px;
    background: #c1402b;
    color: #fff;

}



























