﻿@charset "utf-8";

/* CSS Document */

body,
ul,
li,
div,
ol,
dl,
dt,
dd,
table,
tr,
td,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
textarea,
select,
option,
p,
a,
i,
em,
strong,
b,
cite,
span {
    margin: 0;
    padding: 0;
    font-family: "微软雅黑";
}

i,
em,
cite {
    font-style: normal
}

ul li,
ol li,
ul,
ol {
    list-style-type: none
}

input {
    vertical-align: middle
}

select,
input,
textarea {
    outline: none
}

a {
    text-decoration: none;
    color: #333
}

img {
    border: none
}

.fr {
    float: right
}

.fl {
    float: left
}

.clearit {
    clear: both;
    font-size: 0;
    height: 0
}

html {
    _text-overflow: ellipsis
}

body {
    font-family: "微软雅黑";
}


/*标题*/

.title_head {
    color: rgba(0, 0, 0, 1);
    font-size: 30px;
    text-align: center;
    margin-bottom: 50px;
    font-weight: normal;
}

.title_head span {
    padding: 0 22px;
    position: relative;
    font-size: 30px;
}

.title_head span::after {
    content: '';
    position: absolute;
    display: block;
    width: 3px;
    height: 20px;
    top: 54%;
    left: 0;
    transform: translateY(-50%);
    background: #1393D2;
}

.title_head span::before {
    content: '';
    position: absolute;
    display: block;
    width: 3px;
    height: 20px;
    top: 54%;
    right: 0;
    transform: translateY(-50%);
    background: #1393D2;
}

.banner_box {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom: 80px;
    font-size: 0;
}

.banner_box .banner {
    width: 100%;
}

.banner_box .kw {
    position: absolute;
    top: 45%;
    left: 50%;
    font-size: 62px;
    transform: translate(-50%, -50%);
    font-weight: bold;
    color: #fff;
}

.banner_box img.kw {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.banner_box p {
    position: absolute;
    width: 1190px;
    font-size: 18px;
    font-weight: 400;
    line-height: 48px;
    color: #fff;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.banner_box {
    margin-bottom: 0;
}

.main_content {
    width: 1280px;
    margin: 0 auto;
}

@media screen and ( min-width:1080px) and (max-width:1440px) {
    .banner_box p {
        font-size: 14px;
        width: 1000px;
        font-weight: 400;
        line-height: 28px;
    }
    .title_head span {
        font-size: 24px;
    }
}

@media only screen and (max-width:1366px) {
    .main_content {
        width: 1200px;
    }
}

@media only screen and (max-width:768px) {
    .main_content {
        width: 100%;
    }
    .banner_box,
    .banner_box .banner {
        width: 100%;
    }
    .banner_box .kw {
        width: 80%;
    }
    .banner_box {
        margin-bottom: 20px;
    }
    .banner_box {
        display: none;
    }
    .banner_phone {
        display: block;
        position: relative;
    }
    .banner_phone img {
        width: 100%;
    }
    .banner_phone .kw {
        width: 2.38rem;
        position: absolute;
        top: 18%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .banner_phone p {
        font-size: 0.24rem;
        color: #fff;
        width: 6.48rem;
        position: absolute;
        top: 52%;
        left: 50%;
        line-height: 0.48rem;
        transform: translate(-50%, -50%);
    }
    .title_head {
        margin-bottom: 20px;
    }
    .title_head span {
        font-size: 0.34rem;
    }
    .title_head span {
        padding: 0 12px;
    }
    .title_head span::before,
    .title_head span::after {
        width: 2px;
        height: 13px;
        top: 50%;
    }
    div.module_phone h1.FWtitle {
        float: none;
        padding-left: 0;
        margin-right: 0 !important;
        display: flex;
        justify-content: center;
        height: 1rem;
        align-items: center;
        margin-top: 0.5rem;
        margin-bottom: 0;
    }
    div.module_phone h1.FWtitle span {
        font-size: 0.3rem;
        font-weight: bold;
    }
    div.module_phone h1.FWtitle img {
        width: 0.7rem;
        margin: -0.1rem 0 0 0;
        position: static;
        display: block;
    }
    div.phone_content h1.FWtitle {
        display: flex;
        justify-content: center;
        height: 1rem;
        align-items: center;
        margin-top: 0.5rem;
        margin-bottom: 0;
        color: #54545C;
    }
    div.phone_content h1.FWtitle span {
        font-size: 0.3rem;
        font-weight: bold;
    }
    div.phone_content h1.FWtitle img {
        width: 0.7rem;
        margin: -0.1rem 0 0 0;
    }
}