/* CSS Document */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre,
form, fieldset, input, textarea, p, blockquote, th, td {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

fieldset, img {
    border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var, i {
    font-weight: normal;
    font-style: normal;
}

ol, ul, dl, dd {
    list-style: none;
    zoom: 1;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-size: 100%;
}

q:before, q:after {
    content: '';
}

abbr, acronym {
    border: 0;
}

.clearbox {
    border: none;
    border-top: 1px solid transparent !important;
    clear: both;

    font-size: 0;
    height: 0;
    line-height: 0;
    margin-top: -1px !important;
    visibility: hidden;
}

/*-- All --*/

body {
    color: #6D6D6D;
    text-align: center;
}

a {
    color: #6D6D6D;
    text-decoration: none;
    outline: none;
}

a:hover {
    color: #3F97E9;
    text-decoration: underline;
}

/*-- Public --*/

.fl {
    float: left !important;
    _display: inline;
}

.fr {
    float: right !important;
    _display: inline;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

body {
    width: 100%;
    min-width: 1200px;
}

.siteWidth {
    max-width: 1400px;
    min-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    text-align: left;
    position: relative;
}

/* #content{ width:1120px; position:relative; z-index:0; margin:0 auto; overflow:hidden;  background:#fff; padding:40px; text-align:left; margin-bottom: 40px;  } */

#header {
    position: relative;
    width: 100%;
    height: 324px;
    top: 0;
    min-width: 100%;
    background: url(../images/body.jpg) center no-repeat;
    background-size: 100% 100%;
}

#header .siteWidth .logo-box {
    overflow: visible;
    height: 90px;
    margin: 40px 0 0;
}

#header .logo {
    display: block;
    width: 499px;
    height: 90px;
    float: left;
    background: url(../images/ganw-logo.png) no-repeat;
}

#header .logo-dy {
    width: 120px;
    height: 36px;
    background-color: #d9b31a;
    border-radius: 18px;
    line-height: 36px;
    text-align: center;
    float: right;
    color: #fff;
    font-size: 18px;
    margin-top: 28px;
}

#header .siteWidth .gx-msg {
    margin-top: 200px;
    background: url(../images/msg-logo.png) 87% 0 no-repeat;
}

#header .siteWidth .gx-msg .title {
    font-size: 70px;
    line-height: 50px;
    color: #ffffff;
    text-align: center;
    height: 63px;
}

#header .siteWidth .gx-msg .intro {
    font-size: 40px;
    color: #ffffff;
    text-align: center;
    height: 44px;
    margin-top: 58px;
}

#header .siteWidth .gx-msg .intro em {
    color: #f6df73;
}

/* 产品概况 */

#content {
    clear: both;
}

/* box-A */

.box-A {
    height: 769px;
    background: #f6f6f6;
    position: relative;
}

.box-A #cas {
    position: absolute;
    width: 100%;
    height: 200px;
    bottom: 0;
    left: 0;
    right: 0;
}

.box-A #cas-round {
    width: 1200px;
    height: 700px;
    margin: auto;
    position: relative;
    top: 30px;
    z-index: 5;
}

/* box-B */

.box-B {
    background: url(../images/jjfa-bg2.jpg) center -333px;
    margin-bottom: 20px;
}

.box-B .hd {
    margin-top: 50px;
    padding-bottom: 60px;
}

.box-B .hd p {
    font-size: 16px;
    line-height: 28px;
    color: #ffffff;
    text-align: center;
}

.box-B .hd .top-p {
    font-size: 34px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 25px;
}

.box-B .side-box .hd2 ul {
    width: 759px;
    height: 66px;
    border-radius: 4px;
    border: solid 1px #fff;
    margin: auto;
    line-height: 67px;
    margin-bottom: 45px;
}

.box-B .side-box .hd2 ul li {
    font-size: 30px;
    color: #ffffff;
    text-align: center;
    font-weight: 700;
    width: 33%;
    float: left;
    cursor: pointer;
}

.box-B .side-box .hd2 ul .on {
    color: #fba100;
}

.box-B .bd .Applicability-box li {
    width: 20%;
    float: left;
    padding: 40px 0 100px;
}

.box-B .bd .Security-box li {
    width: 25%;
    float: left;
    padding: 40px 0 100px;
}

.box-B .bd ul li i {
    display: block;
    width: 82px;
    height: 82px;
    margin: auto;
    background: url(../images/jjfa-icon.png) 50% 8px no-repeat;
    margin-bottom: 10px;
}

.box-B .bd ul li p {
    font-size: 16px;
    line-height: 23px;
    color: #ffffff;
    text-align: center;
}

.box-B .bd .Applicability-box .li2 i {
    background-position-y: -213px;
}

.box-B .bd .Applicability-box .li3 i {
    background-position-y: -437px;
}

.box-B .bd .Applicability-box .li4 i {
    background-position-y: -657px;
}

.box-B .bd .Applicability-box .li5 i {
    background-position-y: -870px;
}

.box-B .bd .Security-box .li1 i {
    background-position-y: -1086px;
}

.box-B .bd .Security-box .li2 i {
    background-position-y: -1309px;
}

.box-B .bd .Security-box .li3 i {
    background-position-y: -1532px;
}

.box-B .bd .Security-box .li4 i {
    background-position-y: -1760px;
}

.box-B .bd .Functional-box li {
    width: 33.3%;
    float: left;
    padding: 20px 0;
}

.box-B .bd .Functional-box .li5, .box-B .bd .Functional-box .li6, .box-B .bd .Functional-box .li7 {
    width: 33.3%;
}

.box-B .bd .Functional-box li .msg {
    width: 80%;
    margin: auto;
    font-size: 14px;
    margin-top: 20px;
    height: 95px;
    text-align: left;
}

.box-B .bd .Functional-box li i {
    background: url(../images/Functional-icon.png) 50% 4px no-repeat;
}

.box-B .bd .Functional-box .li2 i {
    background-position-y: -131px;
}

.box-B .bd .Functional-box .li3 i {
    background-position-y: -261px;
}

.box-B .bd .Functional-box .li4 i {
    background-position-y: -386px;
}

.box-B .bd .Functional-box .li5 i {
    background-position-y: -508px;
}

.box-B .bd .Functional-box .li6 i {
    background-position-y: -629px;
}

.box-B .bd .Functional-box .li7 i {
    background-position-y: -756px;
}

/* box-C */

.box-C {
    background-color: #fff;
}

.box-C .hd {
    padding-top: 50px;
    padding-bottom: 25px;
}

.box-C .hd p {
    font-size: 16px;
    line-height: 28px;
    color: #595959;
    text-align: center;
}

.box-C .hd .top-p {
    font-size: 34px;
    line-height: 24px;
    color: #333;
    margin-bottom: 25px;
}

.dx-img {
    margin: 20px auto;
    max-width: 1400px;
    min-width: 1200px;
    overflow: hidden;
}

.dx-img ul {
    margin-right: -2%;
    overflow: hidden;
}

.dx-img ul li {
    position: relative;
    width: 18%;
    margin-right: 1.8%;
    float: left;
    margin-bottom: 20px;
    /*border: solid 1px #e2e2e2;*/
    padding-left: 10px;
}
.dx-img ul li:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    background-color: #ec0000;
}
.dx-img ul li img {
    width: 80%;
    margin: auto;
    display: block;
    padding: 8px 0;
}

#banner {
    position: relative;
}

#banner .inner .hd {
    display: none;
}

#banner .inner .bd ul li {
    position: relative;
}

#banner .inner .bd ul li .con {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.4);
}

#banner .inner .bd ul li .con a {
    font-size: 18px;
    color: #fff;
}
#banner .inner .bd ul li img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
#banner .inner .bd, #banner .inner .bd li {
    height: 500px;
}

#banner .inner .prev, #banner .inner .next {
    display: inline-block;
    width: 59px;
    height: 108px;
    position: absolute;
    top: 48%;
    opacity: 0.3;
}

#banner .inner .prev {
    background: url(../images/prev.png) center no-repeat #a9a5ae;
    left: 0px;
}

#banner .inner .next {
    background: url(../images/next.png) center no-repeat #a9a5ae;
    right: 0px;
}

#banner .inner .prev:hover {
    opacity: 1;
}

#banner .inner .next:hover {
    opacity: 1;
}

.item {
    background: rgb(193, 220, 230);
    border-radius: 50%;
}

.circle {
    border: 1px solid #a7d2f0;;
    border-radius: 50%;
    height: 334px;
    width: 334px;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0;
    margin: auto;
    background-color: #ffffff;
    z-index: 5;
}

.circle2 {
    border: 1px dashed #eaf0f2;
    border-radius: 50%;
    height: 530px;
    width: 530px;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0;
    margin: auto;
    background-color: #fcfcfc;
    z-index: 3;
}

.circle3 {
    border: 1px dashed #b9e0e6;
    border-radius: 50%;
    height: 670px;
    width: 670px;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0;
    margin: auto;
    background-color: #f5f5f5;
}

.circle4 {
    border: 1px dashed #b9e0e6;
    border-radius: 50%;
    height: 250px;
    width: 240px;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0;
    margin: auto;
    z-index: 8;
    background: url(../images/c4-bg.png) no-repeat;
}

.circle4 p {
    font-size: 26px;
    line-height: 43px;
    color: #ffffff;
    margin: 82px 0;
    text-align: center;
}

#centre {
    top: 145px;
    left: 145px;
}

#point {
    top: 543px;
    left: 420px;
    height: 34px;
    width: 34px;
    position: absolute;
    z-index: 3;
}

#point2 {
    top: 188px;
    left: 345px;
    height: 55px;
    width: 55px;
    position: absolute;
    z-index: 3;
}

#point3 {
    top: 90px;
    left: 815px;
    height: 34px;
    width: 34px;
    position: absolute;
}

#point4 {
    top: 490px;
    left: 288px;
    height: 28px;
    width: 28px;
    position: absolute;
}

.item-msg {
    position: absolute;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    z-index: 10;
    cursor: pointer;
}

.item-msg:hover, .animation-box .on {
    border: solid 1px #ed9408;
    background-color: #fff;
}

.item-msg p {
    width: 114px;
    height: 114px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 50%;
}

.item-msg:hover p, .animation-box .on p {
    border: solid 1px #f49f0c;
    background-color: #fff;
}

.item-msg p i {
    width: 99px;
    height: 99px;
    background-color: #ffffff;
    border: solid 1px #7cbae6;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 50%;
    text-align: center;
}

.item-msg:hover p i, .animation-box .on p i {
    background: url(../images/msgi-hover.png) 50% 35px no-repeat #fba100;
    border-color: #fba100;
}

.item-msg:hover p i span, .animation-box .on p i span {
    display: none;
}

.item-msg p i span {
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    padding: 25px 0;
    display: inline-block;
}

.item-msg:hover p i span, .animation-box .on p i span {
    color: #fff;
}

.item-msg .msg-box {
    position: absolute;
    width: 314px;
    font-size: 16px;
    line-height: 24px;
    color: #fefefe;
    padding: 25px 20px;
    border-radius: 4px;
    background-color: #f39d0b;
    border: solid 1px #e38603;
    text-align: left;
    display: none;
}

#msg1 .msg-box i, #msg4 .msg-box i, #msg5 .msg-box i {
    position: absolute;
    top: 38px;
    right: -16px;
    margin-left: -3px;
    border-width: 8px;
    border-color: transparent;
    border-style: dashed;
    border-left-color: #ff9900;
    border-left-style: solid;
    display: block;
    font-size: 0;
    line-height: 0;
    width: 0;
}

#msg2 .msg-box i, #msg3 .msg-box i {
    position: absolute;
    top: 38px;
    left: -13px;
    margin-left: -3px;
    border-width: 8px;
    border-color: transparent;
    border-style: dashed;
    border-right-color: #ff9900;
    border-right-style: solid;
    display: block;
    font-size: 0;
    line-height: 0;
    width: 0;
}

#msg1 {
    top: 64px;
    left: 420px;
}

#msg1 .msg-box {
    right: 144px;
    top: 22px;
}

#msg1:hover .msg-box, .animation-box .on .msg-box {
    display: block;
}

#msg2 {
    top: 135px;
    left: 740px;
}

#msg2 .msg-box {
    left: 144px;
    top: 22px;
}

#msg2:hover .msg-box, .animation-box .on .msg-box {
    display: block;
}

#msg2:hover p i, .animation-box #msg2.on p i {
    background-position-y: -104px;
}

#msg3 {
    top: 410px;
    left: 755px;
}

#msg3 .msg-box {
    left: 144px;
    top: 22px;
}

#msg3:hover .msg-box, .animation-box .on .msg-box {
    display: block;
}

#msg3:hover p i, .animation-box #msg3.on p i {
    background-position-y: -244px;
}

#msg4 {
    top: 530px;
    left: 475px;
}

#msg4 .msg-box {
    right: 144px;
    top: 22px;
}

#msg4:hover .msg-box, .animation-box .on .msg-box {
    display: block;
}

#msg4:hover p i, .animation-box #msg4.on p i {
    background-position-y: -388px;
}

#msg5 {
    top: 315px;
    left: 285px;
}

#msg5 .msg-box {
    right: 144px;
    top: 22px;
}

#msg5:hover .msg-box, .animation-box .on .msg-box {
    display: block;
}

#msg5:hover p i, .animation-box #msg5.on p i {
    background-position-y: -532px;
}

.box-C2 .bd {
    padding: 30px 0px 0px;
}

.box-C2 .bd ul {
    margin-top: 50px;
}

.box-C2 .bd li {
    width: 22%;
    height: 340px;
    background: #fff;
    border-radius: 5px;
    float: left;
    margin: 0 1% 30px;
    border: 1px solid #eee;
}

.box-C2 .bd li .hdl {
    height: 110px;
    background: #ff84a7;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    line-height: 24px;
    position: relative;
    padding-top: 45px;
}

.box-C2 .bd li .hdl i {
    position: absolute;
    display: block;
    width: 80px;
    height: 80px;
    background: url(../images/characteristic-item-icons.png) 0 0 no-repeat;
    background-size: 100%;
    border: #fff solid 2px;
    top: -50px;
    left: 34%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.box-C2 .bd .row1 .li2 i {
    background-position-y: -191px;
}

.box-C2 .bd .row1 .li3 i {
    background-position-y: -383px;
}

.box-C2 .bd .row1 .li4 i {
    background-position-y: -598px;
}

.box-C2 .bd .row2 .li2 i {
    background-position-y: -811px;
}

.box-C2 .bd .row2 .li3 i {
    background-position-y: -1025px;
}

.box-C2 .bd .row2 .li4 i {
    background-position-y: -1239px;
}

.box-C2 .bd .row2 .li1 i {
    background-position-y: -1452px;
}

.box-C2 .bd .li2 .hdl {
    background-color: #94aff2;
}

.box-C2 .bd .li3 .hdl {
    background-color: #6bb4df;
}

.box-C2 .bd .li4 .hdl {
    background-color: #f1ac46;
}

.box-C2 .bd .row2 .li2 .hdl {
    background-color: #8992f3;
}

.box-C2 .bd .row2 .li3 .hdl {
    background-color: #60cecc;
}

.box-C2 .bd .row2 .li4 .hdl {
    background-color: #c2bd54;
}

.box-C2 .bd .row2 .li1 .hdl {
    background-color: #d492f6;
}

.box-C2 .bd li .bdl {
    padding: 10px 15px;
    font-size: 14px;
    color: #666;
    line-height: 26px;
    border-top: none;
    height: 210px;
    text-indent: 2em;
    overflow-y: auto;
}

.box-C2 .intro p {
    font-size: 16px;
    color: #333;
}

.box-C2 .detail {
    margin-top: 130px;
    margin-right: -14px; /* overflow: hidden; */
    position: relative;
}

.box-C2 .detail li {
    width: 310px;
    height: 220px;
    border: 1px solid #eee;
    margin-right: 12px;
    background: #fff;
    float: left; /* overflow: hidden; */
    padding: 70px 40px 0;
    position: relative;
}

.box-C2 .detail li i {
    position: absolute;
    display: block;
    background: url(../images/shxy.png) center no-repeat;
    width: 189px;
    height: 190px;
    left: 27%;
    top: -126px;
}

.box-C2 .detail .li2 i {
    background: url(../images/jjxy.png) center no-repeat;
}

.box-C2 .detail .li3 i {
    background: url(../images/glxy.png) center no-repeat;
}

.box-C2 .detail li p {
    font-size: 14px;
    color: #666;
    line-height: 28px;
    text-indent: 2em;
}

.box-C2 .detail li p span {
    color: #ffae1e;
}

.box-C2 .detail li.last {
    float: right;
}

.box-C2 .detail .pic {
    text-align: center;
    height: 316px;
}

.box-C2 .detail .info {
    overflow: hidden;
    padding-top: 75px;
    line-height: 34px;
    font-size: 14px;
}

.box-C2 .detail .info p {
    text-indent: 2em;
    padding-top: 32px;
}

.box-C2 .expand-item {
    width: 1200px;
    padding: 60px 0;
    clear: both;
    margin: auto;
}

.box-C2 .expand-item .title {
    height: 28px;
    line-height: 28px;
    background: url(../images/box-B2-line.png) center no-repeat;
    margin-bottom: 40px;
}

.box-C2 .expand-item .title h3 {
    font-size: 24px;
    color: #425761;
    width: 120px;
    margin: auto;
    text-align: center;
}

.box-C2 .expand-item .box1 {
    height: 100px;
    background-color: #ffffff;
    border: solid 1px #dadada;
}

.box-C2 .expand-item .box1 .left-box, .box-C2 .expand-item .box1 .left-box li, .box-C2 .expand-item .box1 .right-box li {
    float: left;
}

.box-C2 .expand-item .box1 .left-box li {
    margin: 26px 0 0 40px;
    text-indent: 12px;
    float: left;
    line-height: 50px;
}

.box-C2 .expand-item .box1 .left-box li i {
    width: 50px;
    height: 50px;
    background-color: #cccccc !important;
    display: inline-block;
    border-radius: 50%;
    float: left;
}

.box-C2 .expand-item .box1 .left-box .police i {
    background: url(../images/police-icon.png) 50% no-repeat;
}

.box-C2 .expand-item .box1 .left-box .gather i {
    background: url(../images/gather-icon.png) 50% no-repeat;
}

.box-C2 .expand-item .box1 .left-box .office i {
    background: url(../images/office-icon.png) 50% no-repeat;
}

.box-C2 .expand-item .box1 .left-box .leader i {
    background: url(../images/leader-icon.png) 50% no-repeat;
}

.box-C2 .expand-item .box1 .right-box {
    float: right;
}

.box-C2 .expand-item .box1 .right-box li {
    margin: 35px 40px 0 0;
    text-indent: 12px;
    float: left;
    line-height: 32px;
}

.box-C2 .expand-item .box1 .right-box li i {
    width: 30px;
    height: 32px;
    display: inline-block;
    float: left;
}

.box-C2 .expand-item .box1 .right-box .computer i {
    background: url(../images/computer-icon.png) 50% no-repeat;
}

.box-C2 .expand-item .box1 .right-box .pad i {
    background: url(../images/pad-icon.png) 50% no-repeat;
}

.box-C2 .expand-item .box1 .right-box .phone i {
    background: url(../images/phone-icon.png) 50% no-repeat;
}

.box-C2 .expand-item .box1 .right-box .jwt i {
    background: url(../images/jwt-icon.png) 50% no-repeat;
}

.box-C2 .expand-item .box2 {
    height: 150px;
    background-color: #f8f8f8;
    border: solid 1px #dadada;
    border-top: none;
    margin-bottom: 7px;
}

.box-C2 .expand-item .box2 .left-box {
    width: 44%;
    border-right: 1px solid #dadada;
    height: 100px;
    float: left;
    padding: 25px 3%;
}

.box-C2 .expand-item .box2 .right-box {
    width: 39.5%;
    height: 100px;
    float: left;
    padding: 25px 5%;
}

.box-C2 .expand-item .box2 h3 {
    font-size: 20px;
    line-height: 30px;
    color: #0e0e0e;
    margin-bottom: 20px;
}

.box-C2 .expand-item .box2 li {
    float: left;
    font-size: 14px;
    color: #464646;
}

.box-C2 .expand-item .box2 li em {
    margin: 0 7px;
}

.box-C2 .expand-item .box3 {
    height: 252px;
    background-color: #ffffff;
    border: solid 1px #dadada;
    margin-bottom: 7px;
}

.box-C2 .expand-item .box3 div {
    float: left;
}

.box-C2 .expand-item .box3 .ul1 {
    width: 160px;
    height: 253px;
    background-color: #1a8cc6;
}

.box-C2 .expand-item .box3 .ul1 i {
    display: block;
    width: 46px;
    height: 46px;
    margin: 75px auto 20px;
    background: url(../images/tymk-icon.png)
}

.box-C2 .expand-item .box3 .ul1 p {
    font-size: 18px;
    line-height: 30px;
    color: #ffffff;
    text-align: center;
    font-weight: 700;
}

.box-C2 .expand-item .box3 .ul2 {
    width: 143px;
    height: 253px;
    border-right: 1px solid #dadada;
}

.box-C2 .expand-item .box3 div h3 {
    height: 45px;
    background-color: #9ac1e9;
    line-height: 45px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    margin-bottom: 15px;
}

.box-C2 .expand-item .box3 div ul li {
    text-align: center;
    font-size: 12px;
    line-height: 30px;
    color: #686868;
}

.box-C2 .expand-item .box3 .ul3 {
    width: 243px;
    height: 253px;
    border-right: 1px solid #dadada;
}

.box-C2 .expand-item .box3 .ul3 ul {
    padding: 0 34px;
}

.box-C2 .expand-item .box3 .ul3 ul li {
    width: 60px;
    text-align: left;
    float: left;
    padding-right: 30px;
}

.box-C2 .expand-item .box3 .ul3 ul .li2, .box-C2 .expand-item .box3 .ul3 ul .li4, .box-C2 .expand-item .box3 .ul3 ul .li6, .box-C2 .expand-item .box3 .ul3 ul .li8 {
    width: 85px;
    padding: 0;
}

.box-C2 .expand-item .box3 .ul4 {
    width: 239px;
    height: 253px;
    border-right: 1px solid #dadada;
}

.box-C2 .expand-item .box3 .ul4 ul {
    padding: 0 25px;
}

.box-C2 .expand-item .box3 .ul4 ul li {
    width: 84px;
    text-align: left;
    float: left;
    padding-right: 20px;
}

.box-C2 .expand-item .box3 .ul4 ul .li2, .box-C2 .expand-item .box3 .ul4 ul .li4, .box-C2 .expand-item .box3 .ul4 ul .li6 {
    padding: 0
}

.box-C2 .expand-item .box3 .ul5 {
    width: 144px;
    height: 253px;
    border-right: 1px solid #dadada;
}

.box-C2 .expand-item .box3 .ul6 {
    width: 265px;
}

.box-C2 .expand-item .box3 .ul6 ul {
    padding: 0 24px;
}

.box-C2 .expand-item .box3 .ul6 ul li {
    width: 98px;
    text-align: left;
    float: left;
    padding-right: 20px;
}

.box-C2 .expand-item .box3 .ul6 ul .li2, .box-C2 .expand-item .box3 .ul6 ul .li4, .box-C2 .expand-item .box3 .ul6 ul .li6, .box-C2 .expand-item .box3 .ul6 ul .li8 {
    padding: 0;
}

.box-C2 .expand-item .box4 .left-box, .box-C2 .expand-item .box4 .right-box {
    width: 595px;
    height: 225px;
    border: solid 1px #dadada;
    float: left;
}

.box-C2 .expand-item .box4 .right-box {
    float: right;
}

.box-C2 .expand-item .box4 div h3 {
    height: 60px;
    width: 100%;
    line-height: 60px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    margin-bottom: 20px;
}

.box-C2 .expand-item .box4 div h3 span {
    display: inline-block;
    padding-left: 35px;
}

.box-C2 .expand-item .box4 .left-box h3 {
    background-color: #0b9df3;
}

.box-C2 .expand-item .box4 .right-box h3 {
    background-color: #9ac1e9;
}

.box-C2 .expand-item .box4 .left-box h3 span {
    background: url(../images/gxh-icon.png) 0 50% no-repeat;
}

.box-C2 .expand-item .box4 .right-box h3 span {
    background: url(../images/jchx-icon.png) 0 50% no-repeat;
}

.box-C2 .expand-item .box4 .left-box ul li {
    font-size: 12px;
    line-height: 32px;
    color: #5c5c5c;
    float: left;
    width: 160px;
}

.box-C2 .expand-item .box4 .left-box ul {
    padding: 0 25px;
}

.box-C2 .expand-item .box4 .left-box ul .li4, .box-C2 .expand-item .box4 .left-box ul .li8, .box-C2 .expand-item .box4 .left-box ul .li12 {
    width: 60px;
}

.box-C2 .expand-item .box4 .right-box ul {
    padding: 0 25px;
}

.box-C2 .expand-item .box4 .right-box ul li {
    font-size: 12px;
    line-height: 40px;
    color: #5c5c5c;
    float: left;
    width: 100px;
}

.box-C2 .expand-item .box4 .right-box ul .li10 {
    width: 140px;
}

.box-C2 .expand-item .box4 .right-box ul .li10 {
    width: 140px;
}

@media only screen and (max-width: 1400px) {

    #header .siteWidth .gx-msg {
        background: url(../images/msg-logo.png) 94% 0 no-repeat;
    }

    .box-A .special li {
        margin: 0 30px;
    }

    .box-B2 .characteristic li .intro {
        margin: 50px 40px 50px 0;
    }

    .box-B2 .characteristic .li2 .intro, .box-B2 .characteristic .li4 .intro, .box-B2 .characteristic .li6 .intro {
        margin: 50px 0 50px 40px;
    }

    .box-E .UpgradeServices .li1, .box-E .UpgradeServices .li2, .box-E .UpgradeServices .li3, .box-E .UpgradeServices .li4 {
        width: 300px;
    }

}
@media only screen and (max-width: 768px) {
    #header{height: 150px}
    .siteWidth, .dx-img{ max-width: 100%; min-width: 100%}
    #header .logo{ width: 200px; height: 49px; background-size: 100% 100%}
    #header .logo-dy{ width: 100px; font-size: 14px}
    .box-A #cas-round, .box-B .side-box .hd2 ul{ width: 100%}
    .box-B .hd .top-p, .box-B .side-box .hd2 ul li, .box-C .hd .top-p{ font-size: 16px}
    .box-B .hd p, .box-C .hd p{ font-size: 14px}
    .box-B .bd .Functional-box li,
    .box-B .bd .Functional-box .li5,
    .box-B .bd .Functional-box .li6,
    .box-B .bd .Functional-box .li7,
    .box-B .bd .Security-box li,
    .box-B .bd .Applicability-box li{ width: 50%}
    .box-B .bd .Functional-box li{ height: 290px; overflow: hidden}
    #banner .inner .bd, #banner .inner .bd li{ height: 240px}
    .box-C2 .bd li{ width: 47%}
}





















