/*立即咨询按钮*/
.advisory-btn {
    -webkit-animation: bounceIn 1.5s infinite linear;
    -o-animation: bounceIn 1.5s infinite linear;
    animation: bounceIn 1.5s infinite linear;
    cursor: pointer;
    background-color: #3083f4;
    color: #FFFFFF;
    padding: 8px 15px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    display: block;
}
/*合作咨询模块*/
.module {
    margin: 10px auto;
}

.module .module-title {
    text-align: center;
    font-size: 35px;
    color: #3083f4;
    border-bottom: 1px solid #e0e0e0;
    padding: 10px 15px;
    margin-bottom: 30px;
}

.module .module-title .line {
    height: 3px;
    width: 150px;
    margin: auto;
    background: #959595;
    position: relative;
    margin-bottom: -13px;
}

/*实地考察*/
.study .study-box {
    background: #f1f1f1;
    margin: 20px 0;
    padding: 25px 50px;
}

.study .study-box .letter .letter-title {
    color: #000000;
    font-size: 28px;
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 1px dashed #bababa;
}

.study .study-box .letter .letter-content p:first-child {
    text-indent: 0;
}

.study .study-box .letter .letter-content p {
    font-weight: bold;
    font-size: 14px;
    margin: 8px 0;
    text-indent: 2em;
}

.study .study-box .letter .letter-content .sign {
    font-size: 14px;
    font-weight: bold;
}

.study .study-box .contact-box {
    margin-top: 20px;
    margin-right: 40px;
}

.study .study-box .contact-box {
    width: 398px;
    height: 279px;
    overflow: hidden;
    background: url("../images/study-right-bg.png") no-repeat;
}

.study .study-box .contact-box .top {
    width: 60%;
    margin: 35px auto;
    border-bottom: 1px solid #c8c8c8;
    padding: 15px;
}

.study .study-box .contact-box .top > .advisory-btn {
    width: 60%;
    margin: 0 auto;
    margin-bottom: 20px;
    border: 1px solid #26a1ac;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    -webkit-box-shadow: 1px 1px 2px 2px #ccc;
    -moz-box-shadow: 1px 1px 2px 2px #ccc;
    box-shadow: 1px 1px 2px 2px #ccc;
}

.study .study-box .contact-box .bottom {
    width: 60%;
    margin: 15px auto;
}

.study .study-box .contact-box .bottom .free-phone {
    margin-top: 15px;
    font-weight: bold;
    padding-left: 50px;
}

.study .study-box .contact-box .bottom .free-phone > .text {
    color: #000000;
    font-size: 16px;
}

.study .study-box .contact-box .bottom .free-phone > .phone {
    color: #107e8f;
    font-size: 24px;
}

/*合作流程*/
.process .process-box {
    padding: 0 15px;
}

.process .process-box .process-item {
    margin-right: 20px;
    margin-top: 20px;
    width: 270px;
    height: 320px;
    float: left;
    border: 1px solid #e5dfed;
    background: #f5f5f5;
    color: #4f4f4f;
    -webkit-box-shadow: 1px 1px 2px 2px #efebec;
    -moz-box-shadow: 1px 1px 2px 2px #efebec;
    box-shadow: 1px 1px 2px 2px #efebec;
}

.process .process-box .process-item > .pic,
.process .process-box .process-item > .text {
    padding: 20px;
    margin: 0 20px;
}

.process .process-box .process-item > .pic {
    font-size: 80px;
    text-align: center;
    border-bottom: 1px solid #eaeaea;
}

.process .process-box .process-item > .text {
    border-top: 1px solid #fefefe;
    text-align: center;
}

.process .process-box .process-item > .text > h3 {
    font-size: 23px;
}

.process .process-box .process-item > .text > p {
    font-size: 20px;
    text-align: left;
}

.process .process-box .process-item:hover {
    background-color: #3083f4;
    color: #FFFFFF;
    cursor: pointer;
}

.process .process-box .process-item:hover > .pic {
    border-color: #408ff9;
}

.process .process-box .process-item:hover > .text {
    border-color: #297ae8;
}

/*售后增值服务*/
.aftermarket .aftermarket-title {
    text-align: center;
    font-size: 35px;
}

.aftermarket .aftermarket-title > .en {
    font-size: 12px;
    color: #cccccc;
}

.aftermarket .aftermarket-title > .subtitle {
    font-size: 18px;
}

.aftermarket .aftermarket-box .aftermarket-item {
    position: relative;
    padding: 15px 0;
}

.aftermarket .aftermarket-box .aftermarket-round {
    position: absolute;
    top: calc(50% - 34px);
    left: 0;
    right: 0;
    margin: auto;
    width: 68px;
    height: 68px;
    line-height: 68px;
    font-size: 50px;
    text-align: center;
    background: #f0f0f0;
    border: 1px solid #cccccc;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    z-index: 2;
}

.aftermarket .aftermarket-box .aftermarket-line {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 1px;
    background: #cccccc;
    z-index: 1;

}

.aftermarket .aftermarket-box div:first-child .aftermarket-line {
    top: 50%;
}

.aftermarket .aftermarket-box div:last-child .aftermarket-line {
    bottom: 50%;
}

.aftermarket .aftermarket-box .aftermarket-pic,
.aftermarket .aftermarket-box .aftermarket-text {
    width: 447px;
    height: auto;
    overflow: hidden;
}

.aftermarket .aftermarket-box .aftermarket-text h3 {
    font-size: 22px;
    color: #4bcdd9;
}

.aftermarket .aftermarket-box .aftermarket-text {
    margin-top: 40px;
}

.aftermarket .aftermarket-box .aftermarket-text ul {
    margin-top: 15px;
}

.aftermarket .aftermarket-box .aftermarket-text li {
    color: #606060;
    font-size: 16px;
}

.aftermarket .aftermarket-box .aftermarket-pic > img {
    width: 100%;
}

/* ------------- */

.form .label {
    display: block;
    line-height: 32px;
    overflow: hidden;
    padding: 4px 3px;
    width: 100%;
    text-align: left;
    margin-bottom: 0;
}

.form .title {
    color: #444;
    float: left;
    font-size: 16px;
    padding-right: 8px;
    text-align: right;
    width: 150px;
}

.cpty span {
    color: #ff4040;
}

.form .txt {
    background: #fff none repeat scroll 0 0;
    color: #aaa;
    display: inline;
    float: left;
    font-size: 16px;
    height: 16px;
    line-height: 16px;
    margin-right: 10px;
    overflow: hidden;
    padding: 8px;
    width: 200px;
    box-sizing: content-box
}

.cpty span {
    color: #ff4040;
}

.form .submit {
    background-color: #56bd48;
    display: block;
    height: 40px;
    margin: 0 auto;
    color: #FFFFFF;
    width: 122px;
    text-align: center;
    font-size: 18px;
    line-height: 40px;
}
.form  input,textarea,
#dialog  input,textarea{
    background-color: #ffffff;
    border: 1px solid #cccccc;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}
.error {
    margin-left: 20px;
    color: red;
    font-size: 12px
}
/*immediately-consult*/
.immediately-consult {
    margin: 30px 0;
}

.immediately-consult .immediately {
    width: 100%;
    min-width: 1200px;
    padding: 10px 0;
    color: #FFFFFF;
    font-size: 24px;
    font-weight: bolder;
    background: url("../images/boxShadow.png") repeat-y;
    background-size: 100% 100%;
    text-align: center;
    position: relative;
}

.immediately-consult .immediately .telephone .advisory {
    height: 29px;
    line-height: 29px;
    padding-left: 40px;
    background: url("../images/telephone.png") no-repeat;

}

.immediately-consult .immediately .text {
    letter-spacing: 6px;
    /*width: 820px;*/
    margin: 10px 150px;
}

.immediately-consult .immediately .text .click {
    border: 2px solid #3083f4;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding: 0 15px;
    -webkit-animation: bounceIn 1.5s infinite linear;
    -o-animation: bounceIn 1.5s infinite linear;
    animation: bounceIn 1.5s infinite linear;
    display: block;
    float: left;
    position: relative;
    font-size: 28px;
    margin-right: 20px;
    bottom: 5px;
}

.xl-call-btn button ,
button.details_btn,
.immediately-consult .immediately .bottom {
    -webkit-animation: bounceIn 1.5s infinite linear;
    -o-animation: bounceIn 1.5s infinite linear;
    animation: bounceIn 1.5s infinite linear;
    margin-top: 15px;
}

.immediately-consult .immediately .bottom a {
    padding: 8px 30px;
    border: 2px solid #3083f4;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.immediately-consult .immediately .bottom a:link,
.immediately-consult .immediately .bottom a:active,
.immediately-consult .immediately .bottom a:visited {
    color: #3083f4;
}

.immediately-consult .immediately-bg {
    height: 64px;
    width: 100%;
    min-width: 1200px;
    background: url("../images/box-Shadow-bg.png") no-repeat;
    background-size: 100%;
}
