@CHARSET "UTF-8";
/*-------------样式初始化-----------------*/
body, div, iframe, ul, ol, li, a, p, span, label, pre, table, th, td, form, input, button, select, textarea{
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-style: normal;
    font-family: 'Microsoft Yahei',Helvetica,sans-serif;
    font-size: 14px;
    color: #333;
    background: none;
}
ol, ul, li{
    list-style: none
}
img{
    border: 0;
    margin: 0;
    padding: 0;
    vertical-align: top;
}
a, a:link, a:visited, a:hover, a:active{
    text-decoration: none;
    cursor: pointer;
}
.clear {
    clear: both;
}

header,#main-container,footer{
    width: 100%;
    min-width: 1300px;
}
.center_content{
    width: 1250px;
    margin: 0 auto;
}
.red{
    color: #fc3636 !important;
}
label.red{
    color: #fc3636 !important;
    position: relative;
    top: 1px;
    font-size: 16px;
}
a:hover {
    color: #333;
}


.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1; /*IE/7/6*/
}
.fl{
    float: left;
}
.fr{
    float: right;
}
/*重置select样式*/
select {
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
}
input {
    padding-top: 0;
    padding-bottom: 0;
}
s, i, em {
    font-style: normal;
    text-decoration: none;
}
.layui-textarea{
    resize: none;
}
.auto-item{
    padding: 12px 18px;
    font-size: 14px;
}
/*-------------头部样式-----------------*/

.top_bar{
    width: 100%;
    height: 36px;
    background-color: #454545;
}
/*-------------城市切换-----------------*/
#city_select{
    color: white;
    height: 36px;
    position: relative;
    width: 160px;
    float: left;
}
#cityScript,#city_value{
    color: white;
    line-height: 36px;
    display: inline-block;
    height: 36px;
    font-size: 12px;
}
#cityScript{
    cursor: pointer;
}
#hello{
    float: left;
    color: white;
    line-height: 36px;
    height: 36px;
    font-size: 12px;
}
#exit{
    color: #ffd927;
    font-size: 12px;
}
.tip_msg{
    margin-top: -8px;
    margin-bottom: 8px;
    text-indent: 8px;
}
.shade{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9999999;
    display: none;
}
.shade .shade_bg{
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.4);
}
#city_select_form{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 360px;
    height: 474px;
    margin-top: -237px;
    margin-left: -180px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 50px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 0 50px rgba(0,0,0,0.3);
    box-shadow: 0 0 50px rgba(0,0,0,0.3);
    border-radius: 4px;
}
#city_select_form .form_top{
    text-align: center;
    padding: 20px 0;
    background: url("../img/top_bg.png") no-repeat;
    background-size: 100% 100%;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
#city_select_form .form_top img{
    margin-right: 5px;
}
#city_select_form .form_top div{
    font-size: 24px;
    line-height: 50px;
    font-weight: bold;
}
#city_select_form .form_top p{
    font-size: 19px;
    line-height: 35px;
    font-weight: bold;
}
#city_select_form .form_title{
    position: relative;
    text-align: center;
    height: 50px;
    margin: 0 30px;
}
#city_select_form .form_title span{
    font-size: 20px;
    line-height: 50px;
    font-weight: bold;
    position: relative;
    background-color: #fff;
    padding: 0 10px;
}
#city_select_form .form_title hr{
    margin: 0;
    position: absolute;
    top: 25px;
    width: 100%;
}
#city_select_form .layui-form-item .layui-input-inline{
    width: auto;
    margin-right: 0;
}
#city_select_form .layui-form-item{
    margin: 0px 30px 16px;
}
#city_select_form .layui-form-item .layui-form-radio div{
    font-size: 16px;
    font-weight: bold;
}
#city_select_form .layui-form-item .layui-form-radio i{
    display: none;
}
#city_select_form .layui-form-item .layui-form-radio{
    border: 1px solid #d2d2d2;
    line-height: 30px;
    margin: 0;
    width: 80px;
    height: 60px;
    padding: 26px 30px;
    text-align: center;
}
#city_select_form .layui-form-item .layui-form-radioed{
    padding: 25px 29px;
    border: 2px solid #f8d650;
    background: url("../img/radio_b.png") no-repeat 118px 90px;
}
#city_select_form .layui-form-select dl dd.layui-this{
    background-color: #ffde44;
    color: #333;
}
#city_select_form .form_btn{
    text-align: center;
    margin-top: 18px;
}
#city_select_form .form_btn button{
    outline: none;
    border: 1px solid #FFD927;
    line-height: 36px;
    padding: 0 80px;
    margin: 0 5px;
    cursor: pointer;
    background-color: #FFD927;
    border-radius: 18px;
}
#city_select_form .form_btn button:hover {
    background-color: rgba(255, 217, 39, 0.7);
}
#city_select_form .form_btn button:active {
    background-color: rgba(255, 217, 39, 1);
}
/*-------------服务热线 -----------------*/
.top_right{
    float: right;
    line-height: 36px;
}
.top_right li{
    float: left;
    color: white;
    margin-left: 20px;
    height: 36px;
    position: relative;
    font-size: 12px;
    cursor: pointer;
}
.top_right li>img{
    margin-top: 4px;
}
.top_right li div{
    display: none;
    position: absolute;
    top: 36px;
    left: 0;
    z-index: 10000;
    width: 200px;
    padding: 20px;
    background-color: #fff;
    text-align: center;
    -webkit-box-shadow: 0 3px 5px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 3px 5px rgba(0,0,0,0.3);
    box-shadow: 0 3px 5px rgba(0,0,0,0.3);
}
.top_right li div img{
    width: 100%;
}
.top_right li div span{
    font-weight: bold;
    font-size: 14px;
    margin-top: 5px;
}
.top_right li:hover div{
    display: block;
}
.top_right li a{
    padding: 0 8px;
    color: white;
    font-size: 12px;
    line-height: 36px;
    display: inline-block;
    height: 36px;
    position: relative;
}
.top_right li a img{
    margin-top: 7px;
    margin-right: 3px;
}
.top_right li a .layui-badge{
    padding: 0;
    border-radius: 100%;
    position: absolute;
    display: inline-block;
    width: 16px;
    height: 15px;
    line-height: 14px;
    top: 5px;
    left: 8px;
    text-align: center;
}
/*-------------导航条-----------------*/
.nav_bar{
    width: 1250px;
    margin: 0 auto;
    height: 90px;
}
.logo{
    width: 480px;
    padding-top: 5px;
    padding-bottom: 5px;
    height: 80px;
    font-size: 28px;
    font-weight: 100;
    color: #626262;
    float: left;
    line-height: 80px;
}
.logo a{
    display: inline-block;
    height: 60px;
    vertical-align: top;
    padding: 10px 5px;
}
.logo a:hover{
    background-color: rgba(255, 217, 39, 0.2);
}
.logo strong{
    font-size: 30px;
    letter-spacing: 2px;
    margin: 0 5px 0 2px;
    line-height: 60px;
    color: #454545;
}
.logo .slogan{
    margin-top: -2px;
}
nav{
    width: 596px;
    float: right;
}
nav>ul>li{
    width: 110px;
    height: 90px;
    margin: 0 5px;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
nav>ul>li:last-child{
    margin-right: 0;
}
nav>ul>li:first-child{
    margin-left: 0;
}
nav>ul>li:hover{
    border: 1px solid #e5e5e5;
    border-top: 0;
}
nav>ul>li.nav_xz{
    border: 1px solid #e5e5e5;
    border-top: 0;
}
nav>ul>li.nav_xz>a{
    border-top: 4px solid #ffd927;
    padding-top: 16px;
    background-color: rgba(255, 217, 39, 0.2);
}
nav>ul>li:hover ul{
    display: block;
}
nav>ul>li:hover>a{
    border-top: 4px solid #ffd927;
    padding-top: 16px;
}
nav>ul>li>a{
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 18px;
    line-height: 70px;
    font-weight: 600;
    color: #555;
    padding-top: 20px;
}
nav>ul>li>ul{
    display: none;
    position: relative;
    z-index: 9999;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 3px 6px rgba(0,0,0,0.3);
    box-shadow: 0 3px 6px rgba(0,0,0,0.3);
}
nav>ul>li>ul li a{
    display: inline-block;
    width: 100%;
    line-height: 36px;
    text-align: center;
    margin: 3px 0;
}
nav>ul>li>ul li:hover{
    background-color: #f6f6f6;
}
nav>ul>li>ul li.li_xz{
    background-color: #ffd927;
}

/*-------------底部-----------------*/
.mobile_con{
    width: 1250px;
    height:  55px;
    margin: 0 auto;
    position: relative;
}
.mobile{
    width: 168px;
    height: 345px;
    background: url("https://managerimage.xiangbaoche.cn/83f6db29e8872813b97f9c548f5c02f4.png?v=596847") no-repeat;
}
.mobile img{
    position: absolute;
    top: 185px;
    left: 35px;
    width: 100px;
}
.footer_top{
    background-color: #585757;
    height: 50px;
    line-height: 50px;
}
.footer_top_con{
    width: 1080px;
    padding-left: 170px;
    margin: 0 auto;
}
.footer_top_con ul li{
    float: left;
    width: 125px;
    text-align: center;
    font-size: 16px;
}
.footer_top_con ul li:last-child{
    width: 80px;
    background-color: #ffd927;
}
.footer_top_con ul li a{
    color: #d3d3d3;
}
.footer_top_con ul li a:hover{
    color: #ffd927;
}
.footer_top_con ul li .top{
    font-size: 30px;
    color: #555 !important;
    line-height: 50px;
    width: 100%;
    display: inline-block;
    vertical-align: top;
}
.bot{
    width: 100%;
    background-color: #454545;
    padding-bottom: 55px;
}
.bot_con{
    width: 1040px;
    padding-left: 210px;
    margin: 0 auto;
    padding-top: 15px;
    position: relative;
}
.bot_nav{
    width: 420px;
    float: left;
}
.bot_nav>ul>li{
    float: left;
    width: 130px;
}
.bot_nav>ul>li a{
    color: #aaa;
}
.bot_nav>ul>li a:hover{
    color: #ffd927;
}
.bot_nav>ul>li>a{
    font-size: 16px;
    line-height: 30px;
}
.bot_nav>ul>li li{
    line-height: 30px;
}
.bot_nav>ul>li li a{
    font-size: 12px;
}
.bot_contact{
    width: 320px;
    float: left;
}
.bot_contact .contact_title{
    font-size: 18px;
    color: #ffd927;
    line-height: 35px;
    letter-spacing: 2px;
    text-indent: 5px;
}
.bot_contact .contact_title span{
    font-size: 16px;
    color: #ffd927;
    font-weight: lighter;
    letter-spacing: 0;
}
.bot_contact .contact_phone{
    font-size: 28px;
    color: #ffd927;
    font-weight: bold;
    line-height: 40px;
    text-indent: 3px;
}
.bot_contact ul{
    padding-left: 20px;
    margin-top: 10px;
}
.bot_contact ul li{
    list-style: disc;
    color: #aaa;
    line-height: 25px;
    font-size: 14px;
}
.bot_zixun{
    width: 300px;
    float: left;
}
.bot_zixun p{
    font-size: 18px;
    color: #ddd;
    letter-spacing: 1px;
    line-height: 30px;
}
.bot_zixun p span{
    color: #ffd927;
    font-size: 18px;
}
.bot_zixun form{
    margin-top: 5px;
    margin-bottom: 8px;
    height: 40px;
}
.bot_zixun form input{
    width: 200px;
    line-height: 35px;
    border: 1px solid #ffd927;
    padding: 0 10px;
    color: #ddd;
    outline: none;
    float: left;
    height: 35px;
}
.bot_zixun form button{
    width: 75px;
    line-height: 35px;
    background-color: #ffd927;
    border: 1px solid #ffd927;
    cursor: pointer;
    float: left;
    outline: none;
}
.bot_zixun form button:hover{
    background-color: rgba(255, 217, 39, 0.9);
}
.bot_zixun form button:active{
    background-color: rgba(255, 217, 39, 1);
}
.bot_zixun li{
    float: left;
    width: 75px;
    text-align: center;
    margin-right: 25px;
}
.bot_zixun li img{
    width: 100%;
}
.bot_zixun li p{
    font-size: 12px;
}
.sug_a{
    position: absolute;
    top:215px;
    right: 60px;
}
.sug_a a{
    color: #ffd927;
    font-size: 13px;
}
.motor_enter{
    position: absolute;
    top:170px;
    left: 210px;
}
.motor_enter_title{
    color: #ffd927;
    line-height: 36px;
    font-size: 14px;
}
.motor_enter form{
    position: relative;
}
.motor_enter form .carteam_type{
    position: absolute;
    top: -38px;
    left: 140px;
    color: #ffd927;
}
.motor_enter form .carteam_type .layui-form-radio>i{
    font-size: 16px;
}
.motor_enter form .carteam_type .layui-form-radio div{
    color: #ffd927;
}
.motor_enter form .carteam_type .layui-form-radio>i:hover,.motor_enter form .carteam_type .layui-form-radioed>i{
    color: #ffd927;
}
.motor_enter form .layui-inline{
    float: left;
    width: 110px;
}
.motor_enter form .layui-form-select dl dd.layui-this{
    background-color: #ffde44;
    color: #333;
}
.motor_enter form .layui-inline .layui-form-select input{
    background-color: #454545;
}
.motor_enter form .layui-inline .layui-form-select .layui-input:hover{
    border: 1px solid #ffd927 !important;
}
.motor_enter form .layui-inline .layui-form-select .layui-input:focus{
    border: 1px solid #ffd927 !important;
}
.motor_enter form input{
    line-height: 36px;
    border: 1px solid #ffd927;
    padding: 0 10px;
    color: #ddd;
    outline: none;
    height: 36px;
    font-size: 12px;
}
.motor_enter form .other_input{
    width: 600px;
}
.motor_enter form .other_input input{
    float: left;
    line-height: 34px;
    height: 34px;
}
.motor_enter form button{
    width: 100px;
    line-height: 34px;
    background-color: #ffd927;
    border: 1px solid #ffd927;
    cursor: pointer;
    float: left;
    outline: none;
}
.motor_enter form button:hover{
    background-color: rgba(255, 217, 39, 0.9);
}
.motor_enter form button:active{
    background-color: rgba(255, 217, 39, 1);
}
.copyright{
    min-width: 1300px;
    text-align: center;
    background-color: #454545;
    color: #888;
    padding-bottom: 20px;
    font-size: 12px;
}
.layui-layer-tips .layui-layer-content {
    background-color: #fff !important;
    color: #333 !important;
    border: 1px solid #ffd927;
    -webkit-box-shadow: 1px 1px 3px rgba(255, 217, 39, .2) !important;
    -moz-box-shadow: 1px 1px 3px rgba(255, 217, 39, .2) !important;
    box-shadow: 1px 1px 3px rgba(255, 217, 39, .2) !important;
}
.layui-layer-msg .layui-layer-content {
    color: #fff !important;
}
.layui-layer-tips i.layui-layer-TipsB{
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 20px !important;
    border-width: 1px !important;
    width: 10px !important;
    height: 10px !important;
    border-top-color: #ffd927 !important;
    border-left-color: #ffd927 !important;
    border-style: solid !important;
    z-index: 2 !important;
    top: -6px !important;
    background-color: white !important;
    border-right-color: #fff !important;
}
.layui-layer-tips i.layui-layer-TipsT{
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 20px !important;
    border-width: 1px !important;
    width: 10px !important;
    height: 10px !important;
    border-bottom-color: #ffd927 !important;
    border-right-color: #ffd927 !important;
    border-style: solid !important;
    z-index: 2 !important;
    bottom: -6px !important;
    background-color: white !important;
}
.layui-form-select input{
    background-color: #fcfcfc;
}
.asterisk{
    width: 20px;
    color: #f73636;
    font-size: 24px;
    display: inline-block;
    float: left;
    height: 30px;
    overflow: hidden;
    line-height: 40px;
}
.layui-breadcrumb a:hover {
    color: #999!important;
    text-decoration: underline;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color:    #bbb;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #bbb;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #bbb;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #bbb;
}

.laydate-theme-molv .layui-laydate-header i, .laydate-theme-molv .layui-laydate-header span{
    color: #666 !important;
}

.exceed .exceed_tip{
    color: red;
    line-height: 25px;
    padding: 10px 25px;
    font-size: 16px;
}
.exceed ul{
    border-bottom: 1px solid #ccc;
    padding: 0 25px;
}
.exceed ul li{
    padding: 15px 5px;
}
.exceed ul li .li_left{
    float: left;
    width: 100px;
    margin-right: 30px;
    text-align: center;
}
.exceed ul li .li_left p{
    margin-top: 6px;
    font-size: 13px;
}
.exceed ul li .li_right{
    float: left;
    width: 170px;
}
.exceed ul li .li_right h1{
    font-size: 20px;
    margin-bottom: 15px;
    margin-top: 5px;
}
.exceed ul li .li_right h1 span{
    color: #666;
    margin-left: 15px;
}
.exceed ul li .li_right p{
    line-height: 25px;
    font-size: 16px;
    margin-bottom: 5px;
}
.exceed ul li .li_right p img{
    margin-right: 5px;
}
.exceed ul li:first-child{
    border-bottom: 1px solid #ccc;
}

.layui-layer-title{
    font-weight: bold;
}



.wrap{
    width: 1200px;
    margin: auto;
}
body{
    background-color: #F5F7F7;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.layui-layer-title .consult,
.layui-layer-title .comment{
    float: left;
    display: inline-block;
    width: 22px;
    height: 22px;
    margin-top: 9px;
    margin-right: 10px;
    background: url(../../img/consult.png) no-repeat center center;
}
.layui-layer-title .comment{
    background-image: url(../../img/comment.png);
}
.layui-layer-title p{
    float: left;
}