﻿@charset "utf-8";

/* CSS Document */

.JieShao {
    height: 392PX;
    background: url(/Content/Areas/Common/images/ChanPin/JSbg1.jpg);
}

.JS_in {
    width: 1000px;
    margin: auto;
    padding: 0px 0 20px;
}

.JS_l {
    width: 411px;
    padding: 68px 0 108px 67px;
    float: left;
    background: url(/Content/Areas/Common/images/ChanPin/JSbg.jpg);
    height: 392px;
    box-sizing: border-box;
}

.JS_l img {
    width: 298px;
    height: 190px
}

.JS_r {
    width: 580px;
    float: right;
    padding-top: 40px;
}

.Name {
    height: 84px;
    line-height: 84px;
    margin-bottom: 20px
}

.Name .LOGO {
    float: left;
    margin-right: 25px;
    width: 110px;
}

.Name h2 {
    font-size: 26px;
    font-weight: normal;
    color: #122d58;
    float: left
}

.Name .yygw {
    margin-left: 15px;
    margin-top: 30px;
    width: 90px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    color: #fff;
    background: #557CB7;
    border-radius: 10px;
    display: inline-block;
}

.Name .yygw:hover {
    background: #254186;
}

.JS_r p {
    line-height: 28px;
    text-indent: 2em;
    font-size: 14px;
    color: #3f6db4
}

.main {
    background: #fff;
    overflow: hidden;
    padding-bottom: 40px
}

.main .icon li {
    width: 20%;
    float: left;
    text-align: center;
    margin-top: 40px
}

.icon li div {
    border-right: 1px dashed #cecece;
    text-align: center;
    height: 70px;
    padding-top: 20px
}

.icon li h3 {
    font-weight: normal;
    font-size: 20px;
    font-family: '微软雅黑';
    color: #333;
    line-height: 32px;
}

.main .icon li.nobd div {
    border: 0
}

.icon li p {
    border-right: 1px dashed #cecece;
    text-align: center;
    height: 70px;
    padding-top: 20px
}

.main .icon li.nobd p {
    border: 0
}

@media only screen and (max-width: 768px) {
    div.JieShao {
        background: none;
        height: auto;
    }
    div.JS_l {
        display: none;
        height: auto;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        padding: 20px
    }
    div.JS_l img {
        display: block;
        width: 100%;
        height: auto;
    }
    div.JS_r {
        width: 100%;
        float: none;
        padding: 10px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
    }
    div.JS_l img {
        box-shadow: 0 0 10px rgba(48, 64, 90, 0.7);
        -webkit-box-shadow: 0 0 5px rgba(48, 64, 90, 0.5);
        border-radius: 5px;
        border: 5px solid #557CB7;
        display: block;
    }
    div.JS_in {
        width: 100%;
        height: auto;
        padding: 42px 20px 0;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
    }
    div.main .icon li {
        width: 20%;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
    }
    div.main .icon li h3 {}
}

@media screen and (min-width: 1080px) and (max-width: 1440px) {
    .JS_in {
        width: 100%;
    }
    .JS_r {
        width: 488px;
        float: right;
        padding-top: 40px;
        padding-right: 20px;
        box-sizing: border-box;
    }
    .Name .LOGO {
        width: 80px;
        height: 80px;
    }
    .Name h2 {
        font-size: 24px;
    }
    .JS_r p {
        font-size: 12px;
    }
}

@media screen and (max-width: 768px) {
    div.main .icon li {
        width: 33.333333%;
    }
    ul.icon {
        width: 100% !important;
    }
}

@media only screen and (max-width: 640px) {
    div.JS_r {
        padding: 0 0 20px;
    }
    div.Name {
        height: auto;
        text-align: center;
        line-height: 0.3rem;
    }
    div.Name .yygw {
        margin: 0;
        height: auto;
    }
    div.Name .LOGO {
        display: none;
    }
    div.JS_in {
        padding: 22px 10px 0
    }
    div.Name h2 {
        float: none;
        font-size: 0.3rem;
        text-align: center;
    }
    div.main .icon li {
        width: 50%;
    }
    div.main .icon li h3 {}
}