﻿* {
    margin: 0;
    padding: 0;
}
ul,
li {
    list-style: none;
}

a {
    text-decoration: none;
}

.clearfix {
    zoom: 1;
}

.clearfix:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: " ";
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:#999;
}
body {
    background: url(../images/bg.png) no-repeat center 120px;
    background-size: 80%;    
    background-color: #f7f7f7;
    width: 100%;
    position: relative;
}

em {
    font-style: normal;
}

.main {
    width: 1000px;
    margin: 0 auto;
}

.header {
    background-color: #70c4f7;
    color: #fff;
}

.header-inner {
    width: 1000px;
    margin: 0 auto;
    height: 80px;
}

.logo {
    display: inline-block;
    background: url(../images/logo.png) no-repeat;
    width: 262px;
    height: 50px;
    margin-top: 20px;
}

.english {
    float: right;
    line-height: 90px;
    color: #fff;
    font-size: 16px;
}

.main {
    width: 1000px;
    margin: 0 auto;
}

.inquire {
    margin-top: 120px;
    margin-bottom: 100px;
}

.inquire .txt {
    width: 800px;
    height: 60px;
    padding-right: 180px;
    box-sizing: border-box;
    border: none;
    outline: none;
    -webkit-appearance: none;
    padding-left: 40px;
    border-radius: 6px;
    color: #999;
    font-size: 22px;
    box-shadow: 5px 5px 5px rgba(153,153,153,0.3);
    margin-left: 100px;
}

.inquire .btn {
    width: 132px;
    height: 60px;
    border: none;
    outline: none;
    -webkit-appearance: none;
    border-radius: 6px;
    background: url(../images/inquire.png) no-repeat;
    color: #fff;
    font-size: 22px;
    margin-left: -108px;
    vertical-align: top;
}

.inquire .num {
    display: inline-block;
    height: 40px;
    width: 40px;
    border-radius: 6px;
    color: #ccc;
    border: 1px solid #ccc;
    line-height: 40px;
    text-align: center;
    margin-left: -180px;
}

.steps {
    background: url(../images/link-arrow.png) no-repeat 520px 70px;
}

.steps-left {
    float: left;
}

.steps-left .step {
    margin: 10px 0;
}

.step span:first-child {
    display: inline-block;
    height: 42px;
    width: 42px;
    background-color: #999;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 42px;
    font-size: 18px;
    z-index: 1;
    position: relative;
}

.step span:first-child+span {
    display: inline-block;
    width: 430px;
    height: 35px;
    line-height: 35px;
    margin-left: -15px;
    font-size: 14px;
    color: #999;
    background: url(../images/bg-step.png) no-repeat;
    padding-left: 20px;
}

.steps-right {
    float: right;
    margin-top: 30px;
    margin-right: 50px;
}

.result {
    height: 128px;
    width: 136px;
    background: url(../images/bg-result1.png) no-repeat;
    display: inline-block;
    margin-right: -40px;
    color: #999;
    font-size: 14px;
    text-align: center;
    float: right;
}

.result-2 {
    background: url(../images/bg-result2.png) no-repeat;
    margin-top: -60px;
}

.result-3 {
    background: url(../images/bg-result3.png) no-repeat;
}


.ways {
    margin-left: 50px;
}

.way {
    width: 21%;
    float: left;
    margin-left: 80px;
    text-align: center;
}

.way .icon {
    background: url(../images/icon-phone.png) no-repeat center;
    background-color: #f7f7f7;
    width: 84px;
    height: 84px;
    border-radius: 50%;
    border: 1px solid #cccccc;
    margin: 0 auto;
}

.way .text {
    color: #808080;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 15px;
}

.way p {
    color: #999;
    font-size: 14px;
}


.way:first-child+div .icon {
    background: url(../images/icon-code.png) no-repeat center;
    background-color: #f7f7f7;
}

.way:first-child+div+div .icon {
    background: url(../images/icon-wechat.png) no-repeat center;
    background-color: #f7f7f7;
}

/* 轮播图 */

.swiper-container {
    margin: 60px 0;
}

.swiper-button-prev {
    background: url(../images/icon-left.png) no-repeat center;
    background-color: rgba(0, 0, 0, 0.3);
    left: 0;
    border-radius: 0 6px 6px 0;
}

.swiper-button-next {
    background: url(../images/icon-right.png) no-repeat center;
    background-color: rgba(0, 0, 0, 0.3);
    right: 0;
    border-radius: 6px 0 0 6px;
}

/* 轮播结束 */

.footer {
    padding: 20px 0;
    border-top: 1px solid #ccc;
    text-align: center;
    color: #999;
    font-size: 14px;
}

/* 弹窗 */

.mask {
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: none;
}

.icon-show{
    width:80px;
    height: 80px;
    border-radius: 50%;
    background: url(../images/icon-r.png) no-repeat center;
    margin: 0 auto;
    margin-top: -40px;
}

.show {
    width: 380px;
    height: 100px;
    background-color: #fff;
    border-radius: 6px 6px 0px 0px;
    position: fixed;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    box-sizing: border-box;
}


#show{
    /* text-align: center; */ 
    font-size: 18px;
    background-color: #fff;
    color: #999;
    margin-top: 30px;
    padding: 0 40px;
    background-color: #fff;
    border-radius: 6px 6px 0px 0px;
}

.btn-closebox{
    background: #fff;
    margin-top: -3px;
    padding: 20px 0; 
    border-radius: 0px 0px 6px 6px;
}

.btn-close{
    height: 34px;
    width: 120px;
    border-radius: 6px;
    border: 1px solid #999;
    margin: 0 auto;
    display: block;
    background-color: #dfdfdf;
    outline: none;
    -webkit-appearance: none;
    color: #6b6b6b;
    box-sizing: border-box;
    margin-top: 30px;
}

.beianicon {
    display: inline-block;
    margin-left: 6px;
    padding-left: 16px;
    height: 16px;
    line-height: 16px;
    background: url(http://www.86-315.cn/static/publicweb/images/beianicon.png) 0 0 no-repeat;
}