.banner {
    width: 100%;
    height: 590px;
}

.about .title {
    text-align: center;
    margin-bottom: 40px;
}

.about .title h2 {
    font-weight: bold;
    font-size: 20px;
    color: #3f3f3f;
}

.about .title em {
    font-size: 20px;
    color: #c00000;
}

.about_s {
    background: #F4F4F4;
    padding: 60px 0;
}

.about_s p {
    font-size: 15px;
    color: #3f3f3f;
    line-height: 2;
}

.advantage {
    padding: 60px 0;
}

.advantage img {
    display: block;
    width: 1200px;
    margin: 0 auto;
}

.lxwm {
    padding-bottom: 40px;
}

.lxwm .ings {
    float: left;
    width: 50%;
}

.lxwm .ings .imgs {
    width: 485px;
    height: 400px;
}

.lxwm .fr {
    float: right;
    width: 600px;
}

.lxwm .fr>span {
    display: block;
    font-size: 18px;
    color: #3f3f3f;
    font-weight: bold;
}

.lxwm .fr>p {
    font-size: 14px;
    color: #3f3f3f;
    margin-top: 5px;
    list-style: 28px;
}

.lxwm #map {
    width: 560px;
    height: 254px;
    display: block;
}

.product_js {
    background: #F4F4F4;
    overflow: hidden;
    padding: 40px 0;
}

.product_js p {
    margin-top: 15px;
    text-align: left;
    line-height: 2em;
    font-size: 14px;
    color: #666666;
}

.product .title {
    font-weight: normal;
    font-size: 26px;
    color: #3f3f3f;
    text-align: center;
    padding-top: 50px;
}

.product_zx .cpzx {
    display: block;
    width: 450px;
    float: left;
}

.product_zx .fl {
    float: left;
    width: 375px;
    padding-right: 30px;
    box-sizing: border-box;
}

.product_zx .fr {
    float: right;
    padding-right: 0;
    padding-left: 30px;
    box-sizing: border-box;
}

.product_zx .fl img {
    display: block;
    width: 100%;
}

.product_zx .fl .text a {
    font-size: 18px;
    color: #3f3f3f;
    font-weight: bold;
    display: block;
    line-height: 50px;
}

.product_zx .fr .text a {
    text-align: right;
}

.product_zx .fl .text {
    padding-left: 40px;
    box-sizing: border-box;
}

.product_zx .fl>div:nth-child(2) {
    margin-top: 20px;
}

.product_zx .fr .text {
    padding: 0;
    padding-right: 40px;
}

.product_zx .fl .text p {
    font-size: 12px;
    color: #666666;
    list-style: 2em;
}

.product_zx .fr .text p {
    text-align: right;
}

.product_hy {
    padding-bottom: 60px;
}

.product_hy dl {
    text-align: center;
    margin-top: 60px;
}

.product_hy dd {
    display: inline-block;
    margin: 0 16px;
}

.product_hy dd img {
    display: block;
    margin: 0 auto;
    width: 60px;
    height: 60px;
}

.product_hy dd span {
    display: block;
    text-align: center;
    margin-top: 10px;
}

.case .title {
    font-weight: normal;
    font-size: 26px;
    color: #3f3f3f;
    text-align: center;
    padding-top: 50px;
}

.case .case_fa {
    background: #F0F0F0;
}

.case .case_fa dl {
    overflow: hidden;
    margin-top: 30px;
    padding-bottom: 40px;
}

.case .case_fa dd {
    float: left;
    width: 292px;
    margin-right: 10px;
    transition: .3s;
}

.case .case_fa dd:last-child {
    margin-right: 0;
}

.case_fa dd a {
    display: block;
    background: #ffffff;
}

.case_fa dd .imgs {
    width: 100%;
    height: 160px;
    overflow: hidden;
}

.case_fa dd .text {
    padding: 30px;
    box-sizing: border-box;
}

.case_fa dd .text h3 {
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    font-weight: normal;
    color: #333333;
}

.case_fa dd .text p {
    font-size: 13px;
    line-height: 20px;
    color: #666666;
    margin-top: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
    height: 120px;
}

.case_fa dd:hover {
    box-shadow: 0 0 5px 5px rgba(3, 3, 3, 0.1);
}

.case_list dd {
    border-bottom: 1px solid #cccccc;
    padding: 60px 0;
}

.case_list dd:last-child {
    border-bottom: none;
}

.case_list .imgs {
    position: relative;
    width: 300px;
    height: 200px;
    overflow: hidden;
    float: left;
}

.case_list .imgs img {
    display: block;
    width: 100%;
}

.case_list .imgs span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px;
    color: #ffffff;
    font-weight: bold;
}

.case_list .text {
    width: 242px;
    float: left;
    margin-left: 50px;
}

.case_list .text img {
    height: 50px;
    margin: 0 auto;
    display: block;
}

.case_list .text h3 {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #3f3f3f;
    font-weight: bold;
    margin-top: 10px;
}

.case_list .text p {
    font-size: 12px;
    color: #666666;
    line-height: 1.7em;
    margin-bottom: 10px;
    margin-top: 15px;
}

.case_list dd:nth-child(even) .imgs {
    float: right;
}

.case_list dd:nth-child(even) .text {
    margin-left: 0;
    margin-right: 50px;
}

.news .title {
    text-align: center;
    padding: 40px 0;
}

.news .title h2 {
    font-size: 20px;
    color: #3f3f3f;
    font-weight: bold;
}

.news .title em {
    font-size: 20px;
    color: #c00000;
}

.news dl {
    width: 800px;
    margin: 0 auto;
}

.news dd {
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
}

.news dd .imgs {
    display: block;
    width: 110px;
    height: 85px;
    overflow: hidden;
    float: left;
}

.news dd .imgs img {
    display: block;
    width: 100%;
    transition: .6s;
}

.news dd .imgs:hover img {
    transform: scale(1.1);
}

.news dd .text {
    float: left;
    width: 670px;
    margin-left: 20px;
}

.news dd .text p {
    font-size: 12px;
    color: #999999;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 18px;
    margin-top: 4px;
}

.news dd .text a {
    font-size: 14px;
    height: 22px;
    line-height: 22px;
    color: #444444;
    display: block;
}

.news dd .text a:hover {
    text-decoration: underline;
}

.news dd .text .time {
    margin-top: 4px;
    line-height: 18px;
}

.news dd .text .time img {
    width: 24px;
}

.news dd .text .time span {
    float: left;
    font-size: 12px;
    color: #999999;
}

.news dd .text .time>div {
    float: right;
}

.news dd .text .time em {
    vertical-align: middle;
    color: #999999;
    font-size: 12px;
}

.lxwm_s {
    padding-top: 40px;
}

.yyys {
    width: 1200px;
    height: 601px;
    margin: 0 auto;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    margin-top: 60px;
    padding: 25px 0;
    margin-bottom: 45px;
}

.yyys .fl {
    float: left;
    width: 600px;
}

.yyys .fl h3 {
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    color: rgba(36, 104, 242, 1);
    padding: 34px 89px 43px 129px;
    margin-bottom: 36px;
}

.fl_label {
    text-align: center;
}

.fl_label>div {
    display: inline-block;
    width: 199px;
    height: 46px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(230, 230, 230, 1);
    color: rgba(36, 104, 242, 1);
    line-height: 46px;
    text-align: center;
    margin: 0 15px;
    margin-top: 24px;
}

.fl_label span {
    font-weight: 400;
    color: rgba(36, 104, 242, 1);
    line-height: 46px;
    font-size: 16px;
}

.yyys .fl>img {
    width: 336px;
    display: block;
    margin: 0 auto;
    max-height: 280px;
    margin-top: 6px;
}

.yyys .fr {
    width: 360px;
    margin-right: 60px;
    float: right;
}

.yyys .fr h3 {
    font-size: 26px;
    font-weight: normal;
    text-align: left;
    color: rgba(51, 51, 51, 1);
    padding: 15px 0 20px 0;
}

.yyys .form .inp span {
    display: block;
    font-size: 12px;
    color: #555555;
    margin-bottom: 6px;
    margin-top: 10px;
}

.yyys .form .inp input {
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
    border: 1px solid #e6e6e6;
    color: #bbb;
    width: 100%;
    display: block;
    padding-left: 6px;
    box-sizing: border-box;
}

.yyys .form .inp input:focus {
    outline: -webkit-focus-ring-color auto 1px;
}

.yyys .form .inp select {
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
    border: 1px solid #e6e6e6;
    color: #bbb;
    width: 100%;
    display: block;
    padding-left: 6px;
    box-sizing: border-box;
}

.yyys .form .inp select:focus {
    outline: -webkit-focus-ring-color auto 1px;
}

.yyys .form button {
    display: block;
    width: 100%;
    height: 50px;
    background: rgba(36, 104, 242, 1);
    border-radius: 4px;
    color: #fff;
    border: none;
    margin-top: 20px;
}

.details {
    padding-bottom: 50px;
}

.details .title {
    text-align: center;
    padding: 40px 0;
}

.details .title h2 {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: #333;
}

.details .title em {
    margin: 12px 0;
    font-size: 14px;
    text-align: center;
    color: #999;
    margin-top: 10px;
    display: block;
}

.details .content p {
    font-size: 14px;
    line-height: 20px;
}

.details .content {
    min-height: 400px;
}