@charset "utf-8";
/* CSS Document */
/* banner */
.banner_windows{ width: 100%; margin-top: 60px; background: url(../images/windows/banner_bg.jpg) no-repeat center center; background-size: 100% 100%; height: 410px;}
.banner_windows h1{ text-align: center; color: #171717; font-size: 27px; font-weight: bold; padding: 20px 0 10px;}
.banner_windows p{ text-align: left; font-size: 10px; line-height: 24px;color: #626262; padding: 0 0 0 10px;}
.banner_windows .banner_windows_img{ width: 282px; margin: 0 auto; padding-top: 20px;}
.banner_windows .banner_windows_img img{ width: 100%;}
.banner_windows  a{width: 200px; height: 40px; background: linear-gradient(232deg, #3B97FF, #5659FF); border-radius: 20px; display: block; color: #fff; line-height: 40px; text-align: center; font-size: 16px; letter-spacing: 1px; margin-top: 22px; margin: 22px auto 0; }
.banner_windows  a i{ width: 20px ; display: inline-block; height: 20px; margin-right: 10px; vertical-align: middle; align-items: center;}
.banner_windows  a i img{ width: 100%; display: block; height: auto;}










/* 产品特色*/
.product {
    width: 100%;
    background: linear-gradient(180deg, #3B97FF, #4649FF);
    padding: 0px 0 20px;
}

.product .title {
    text-align: center;
    color: #fff;
    font-size: 16px;
    padding-top: 20px;
    padding-bottom: 10px;
}

.product .title h2 {
}

.product ul {
    width: 360px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.product ul li {
    width: 179px;
    height: 30px;
    margin-bottom: 1px;
}

.product ul li img {
    width: 30px;
    height: 30px;
    background: #fff;
    margin-right: 1px;
    display: block;
    float: left;
}

.product ul li p {
    background: #fff;
    color: #333;
    width: 148px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    float: right;
    text-indent: 18px;
}