@charset "utf-8";

ul,
li,
dl,
dt,
dd,
ol {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong,
form,
input,
textarea,
label,
table,
tr,
td,
p,
header,
article,
footer,
nav,
section,
aside,
menu {
    margin: 0;
    padding: 0;
    -font-weight: normal
}

header,
article,
footer,
nav,
section,
aside,
menu {
    display: block;
}


img {
    border: none;
}

a:link,
a:visited {
    color: #fff;
    text-decoration: none;
    outline: none;
}

a:active,
a:hover {
    color: #1584a2;
    text-decoration: none;
}

a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

* {
    font-family: "苹方", "微软雅黑";
}

body {
    margin: 0;
    padding: 0;
    font-family: "苹方", "微软雅黑";
    min-width: 320px;
}

.fl {
    float: left !important;
}

.fr {
    float: right !important;
}

.cl {
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    width: 100%;
    overflow: hidden;
}

.fix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: "";
    clear: both;
    height: 0;
}

.fix {
    *zoom: 1;
}

/**============ Reset End ===============**/
/**header**/
.bannerBox {
    height: 800px;
    background: url("../images/banner.jpg") no-repeat;
    background-position: center;
    position: relative;
}
.bannerBoxAll {
    height: 830px;
    background: url("../images/listBanner_all.jpg") no-repeat;
    background-position: center;
    position: relative;
}

.ListBanner {
    min-width: 1200px;
    height: 394px;
    background: url("../images/listBanner.jpg") no-repeat center top;
}

.ListBanner1 {
    min-width: 1200px;
    height: 394px;
    background: url("../images/banner1.jpg") no-repeat center top;
}

.ListBanner2 {
    min-width: 1200px;
    height: 394px;
    background: url("../images/sjbanner.jpg") no-repeat center top;
}


.ListBanner_add {
    min-width: 1200px;
    height: 394px;
    background: url("../images/listBanner_add.jpg") no-repeat center top;
}
.ListBanner_us {
    min-width: 1200px;
    height: 394px;
    background: url("../images/listBanner_us.jpg") no-repeat center top;
}
.ListBanner_new {
    min-width: 1200px;
    height: 394px;
    background: url("../images/listBanner_new.jpg") no-repeat center top;
}
.listWarp{width: 1200px;  margin: auto; margin-top: 80px; margin-bottom:40px;}
.listheadBox {
    background: #1d1d1d
}

.headBox {
    width: 1200px;
    height: 110px;
    margin: auto;
    overflow: hidden;
}

.headBox .logoBox {
    width: 142px;
    height: 80px;
    margin-top: 20px;
}

.headBox .phone {
    margin-top: 40px;
    line-height: 28px;
    display: inline-block;
    color: #ffffff;
	font-size:20px;
}

.headBox .phone img {
    float: left;
    margin-right: 10px;
}

.navBox {
    height: 40px;
    background: #cca28d;
}

.navBox ul {
    display: flex;
    width: 1000px;
    margin: auto;
    justify-content: space-between;
    background: url("../images/db.png") no-repeat center;
}

.navBox>ul>li {
    width: 138px;
    float: left;
    position: relative;

}

.navBox>ul>li>a {
    display: block;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    background: #cca28d;
}

.navBox>ul>li:hover {
    border-bottom: 1px solid #666666;
}

.navBox>ul>li:hover>a {
    background: #cca28d;
	
}

.navBox>ul>li:hover div {
    display: block;
}

.navBox>ul>li>div {
    display: none;
    top: 41px;
    width: 138px;
    position: absolute;
    background: #cca28d;
}

.navBox>ul>li>div>a {
    display: block;
    line-height: 40px;
    border-bottom: 1px solid #666666;
    font-size: 16px;
    text-align: center;
    color: #fff;
}

.navBox>ul>li>div>a:hover {
    display: block;
    line-height: 40px;
    border-bottom: 1px solid #666666;
    font-size: 16px;
    text-align: center;
    color: #1584a2;
}


.liaojie {
    width: 480px;
    height: 70px;
    line-height: 70px;
    border-radius: 3px;
    margin: auto;
    margin-top: 450px;
    border: 1px solid #ffffff;
    font-size: 24px;
    text-align: center;
}

.liaojie a {
    color: #ffffff;
}

.serverBox {
    overflow: hidden;
    padding: 110px 0;
    background: #f0f0f0;
}

.serverBox .titleBox {
    text-align: center;
}

.serverBox .serverIconBox {
    width: 1200px;
    margin: auto;
    margin-top: 130px;
}

.serverBox .serverIconBox li {
    width: 50%;
    float: left;
    text-align: center;
}

.serverBox .serverIconBox li i {
    display: block;
    width: 210px;
    height: 210px;
    border-radius: 100%;
    margin: auto;
}

.serverBox .serverIconBox li strong {
    display: block;
    text-align: center;
    font-size: 18px;
    margin: 20px 0 0px 0;
	color:#000;
}

.serverBox .serverIconBox li span {
    display: block;
    text-align: center;
    font-size: 18px;
	color:#000;
}

.serverBox .serverIconBox li:nth-child(1) i {
    background: url("../images/server_icon01.png") no-repeat center, #37393e;
    transition: width 2s;
    -moz-transition: background 1s;
    /* Firefox 4 */
    -webkit-transition: background 1s;
    /* Safari 和 Chrome */
    -o-transition: background 1s;
    /* Opera */
}

.serverBox .serverIconBox li:nth-child(1):hover i {
    background: url("../images/server_icon_on_01.png") no-repeat center, #1584a2;
}

.serverBox .serverIconBox li:nth-child(1):hover strong {
    color: #1584a2;
}

.serverBox .serverIconBox li:nth-child(1):hover span {
    color: #1584a2;
}

.serverBox .serverIconBox li:nth-child(2) i {
    background: url("../images/server_icon02.png") no-repeat center, #37393e;
    transition: width 2s;
    -moz-transition: background 1s;
    /* Firefox 4 */
    -webkit-transition: background 1s;
    /* Safari 和 Chrome */
    -o-transition: background 1s;
    /* Opera */
}

.serverBox .serverIconBox li:nth-child(2):hover i {
    background: url("../images/server_icon_on_02.png") no-repeat center, #1584a2;
}

.serverBox .serverIconBox li:nth-child(2):hover strong {
    color: #1584a2;
}

.serverBox .serverIconBox li:nth-child(2):hover span {
    color: #1584a2;
}


.serverBox .serverIconBox li:nth-child(3) i {
    background: url("../images/server_icon03.png") no-repeat center, #37393e;
    transition: background 1s;
    -moz-transition: background 1s;
    /* Firefox 4 */
    -webkit-transition: background 1s;
    /* Safari 和 Chrome */
    -o-transition: background 1s;
    /* Opera */
}

.serverBox .serverIconBox li:nth-child(3):hover i {
    background: url("../images/server_icon_on_03.png") no-repeat center, #1584a2;
}

.serverBox .serverIconBox li:nth-child(3):hover strong {
    color: #1584a2;
}

.serverBox .serverIconBox li:nth-child(3):hover span {
    color: #1584a2;
}

.tallBox {
    height: 143px;
    background: url("../images/gg.jpg") no-repeat center center;
}

.tallBox a {
    display: block;
    height: 143px;
}

.tallBox1 {
    height: 143px;
    background: url("../images/gg1.jpg") no-repeat center center;
}

.tallBox1 a {
    display: block;
    height: 143px;
}

.serverTX {
    overflow: hidden;
    background: url("../images/server_bcg.jpg") no-repeat center top, #eeeeee;
    padding-bottom: 80px;
}

.serverTX h2 {
    text-align: center;
    margin-top: 120px;
}

.serverTX p.con {
    width: 1200px;
    margin: auto;
    font-size: 18px;
    line-height: 40px;
    -text-indent: 38px;
    margin-top: 80px;
}

.serverTX p.con span {
    color: #debb77;
}

.serverTX .serverTX_list {
    width: 1200px;
    margin: auto;
    margin-top: 100px;


}

.serverTX .serverTX_list li {
    position: relative;
    padding: 20px 40px 40px 360px;
    border-bottom: 3px solid #cca28d;
    margin-top: 30px;
	height:350px;

}

.serverTX .serverTX_list li div.left-box {
    width: 250px;
    height: 366px;
    position: absolute;
    left: 70px;
    top: 0px;
    background: #fcf8f1;
    -moz-box-shadow: 2px 12px 15px #999999;
    -webkit-box-shadow: 2px 12px 15px #999999;
    box-shadow: 2px 12px 15px #999999;
    border-radius: 20px;
    transition: background 2s;
    -moz-transition: background 1s;
    /* Firefox 4 */
    -webkit-transition: background 1s;
    /* Safari 和 Chrome */
    -o-transition: background 1s;
    text-align: center;
    border-radius: 20px;
    overflow: hidden;
}

.serverTX .serverTX_list li div.left-box a {}

.serverTX .serverTX_list li div.left-box:hover {
    background: #333333;
}

.serverTX .serverTX_list li h3 {
    margin-top: 10px;
}

.serverTX .serverTX_list li i {
    width: 42px;
    height: 42px;
    background: url("../images/num_bcg.png") no-repeat;
    display: block;
    line-height: 42px;
    text-align: center;
    float: left;
    font-size: 20px;
    color: #fff;
    font-style: normal;
    margin-right: 15px;
}

.serverTX .serverTX_list li strong {
    font-size: 24px;
}

.serverTX .serverTX_list li span {
    font-size: 16px;
    color: #999999;

}

.serverTX .serverTX_list li em {
    padding: 0 10px;
}

.serverTX .serverTX_list li p {
    font-size: 16px;
    color: #1d1d1d;
    line-height: 30px;
    margin-top: 40px;
    margin-bottom: 20px;
    -text-indent: 45px;
}

.serverTX .serverTX_list li .labBox {
    overflow:hidden;
    margin: 10px 0;
}

.serverTX .serverTX_list li .labBox a {
    display: block;
    width: 33.3333%;
    line-height: 60px;
    float: left;
    color: #000;
    font-size: 18px;
    transition: color 2s;
    -moz-transition: color 1s;
    /* Firefox 4 */
    -webkit-transition: color 1s;
    /* Safari 和 Chrome */
    -o-transition: color 1s;
}

.serverTX .serverTX_list li .labBox a:hover {
    color: #1584a2;
}

.more {
    text-align: right;
}

.more a {
    border: 1px solid #cca28d;
    color: #fff;
    border-radius: 5px;
    display: inline-block;
    font-size: 20px;
    padding: 5px 20px;
	background:#cca28d;
}


.usBox {
    min-width: 1200px;
    height: 830px;
    background: #37393e;
}

.usBox .us-T {
    width: 1200px;
    margin: auto;
    border-bottom: 2px solid #1584a2;
    overflow: hidden;
    padding: 40px 70px;
    padding-top: 0;
}

.usBox .us-T .u-ce {
    width: 47%;
}

.usBox .us-T h3 {
    text-align: center;
    margin-top: 50px;
}

.usBox .us-T h2 {
    margin-top: 60px;
}

.usBox .us-T h2 strong {
    font-size: 24px;
    color: #1584a2;
}

.usBox .us-T h2 em {
    color: #1584a2;
    padding: 0 10px;
}

.usBox .us-T h2 span {
    color: #1584a2;
    font-size: 16px;
}

.usBox .us-T p {
    font-size: 18px;
    color: #fff;
    line-height: 34px;
    -text-indent: 40px;
    margin-top: 70px;
	text-align:justify;
}

.usBox .us-T p span {
    color: #fff;
}

.num_attr {
    text-align: center;
    margin-top: 40px;
}



.serverADV {
    min-height: 1700px;
    background: url("../images/mapBcg.png") no-repeat center top;
    overflow: hidden;
}

.serverADV h2 {
    text-align: center;
    margin-top: 100px;
}


.wrapper {
    width: 1220px;
    margin: 0 auto;
    margin-top: 70px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 3rem;
}

.box {
    width: 15rem;
    height: 21.5rem;
    padding: 0 2rem 3rem;
    -webkit-transition: opacity 0.5s linear 0.3s,
        -webkit-transform 0.3s linear 0s,
        -webkit-filter 0.5s linear 0.3s;
    transition: opacity 0.5s linear 0.3s,
        -webkit-transform 0.3s linear 0s,
        -webkit-filter 0.5s linear 0.3s;
    transition: transform 0.3s linear 0s,
        filter 0.5s linear 0.3s,
        opacity 0.5s linear 0.3s;
    transition:
        transform 0.3s linear 0s,
        filter 0.5s linear 0.3s,
        opacity 0.5s linear 0.3s,
        -webkit-transform 0.3s linear 0s,
        -webkit-filter 0.5s linear 0.3s;
    /*transform-origin: top center;*/
}

.product {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 0.2rem;
    background-image: url(../images/advPic1.jpg);
    background-color: #fff;
    background-size: contain;
    background-repeat: no-repeat;
    box-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, 0.1);
    -webkit-transition: box-shadow 0.5s linear,
        height 0.1s linear 0s;
    transition:
        box-shadow 0.5s linear,
        height 0.1s linear 0s;
}

.name {
    display: block;
    padding: 4rem 0.5rem;
    color: #eeeeee;
    font-size: 18px;
    text-align: center;
    -webkit-transition: font-size 0.5s linear 0s;
    transition: font-size 0.5s linear 0s;
}

.description {
    height: 100px;
    position: absolute;
    top: 217px;
    left: 0;
    right: 0;
    display: block;
    padding: 1rem 1.5rem;
	font-size: 14px;

    opacity: 1;
    -webkit-transition: opacity 0.1s linear 0s;
    transition: opacity 0.1s linear 0s;
    background: #cca28d;
}

---.wrapper:hover .box:not(:hover) {
    -webkit-filter: blur(3px);
    filter: blur(3px);
    opacity: 0.5;
}

.box:hover {
    -webkit-transform: scale(1.2);
    -transform: scale(1.18);
    -webkit-transition: opacity 0.1s linear 0s,
        -webkit-transform 0.3s linear 0.3s,
        -webkit-filter 0.1s linear 0s;
    -transition: opacity 0.1s linear 0s,
        -webkit-transform 0.3s linear 0.3s,
        -webkit-filter 0.1s linear 0s;
    -transition: transform 0.3s linear 0.3s,
        filter 0.1s linear 0s,
        opacity 0.1s linear 0s;
    -transition:
        transform 0.3s linear 0.3s,
        filter 0.1s linear 0s,
        opacity 0.1s linear 0s,
        -webkit-transform 0.3s linear 0.3s,
        -webkit-filter 0.1s linear 0s;
}

.box:hover .product {

    -box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
    -webkit-transition: box-shadow 1s linear,
        height 0.3s linear 0.5s;
    -transition:
        box-shadow 1s linear,
        height 0.3s linear 0.5s;
}

.box:hover .description {
    -opacity: 1;
    -webkit-transition: opacity 0.3s linear 0.75s;
    transition: opacity 0.3s linear 0.75s;
}

.box:hover .name {
    color: #fff;
    font-size: 18px;
}



.newBox {
    width: 1210px;
    margin: auto;
    margin-top: 70px;
}

.newBox .zixunBox {
    width: 500px;
    height: 640px;
    float: left;
    background: #f9f2e5;
    -moz-box-shadow: 2px 12px 15px #999999;
    -webkit-box-shadow: 2px 12px 15px #999999;
    box-shadow: 2px 12px 15px #212121;
    padding: 40px;
}

.newBox h3 {
    font-size: 24px;
}

.newBox h3 strong {
    color: #231916;
}

.newBox h3 em {
    font-size: 16px;
    color: #999999;
    padding: 0 10px;
}

.newBox h3 span {
    font-size: 16px;
    color: #999999;
}

.newBox .newPicBox {
    width: 470px;
    height: 305px;
    margin: auto;
    position: relative;
    margin-top: 30px;
}

.newBox .newPicBox img {
    width: 100%;
    display: block;
}

.newBox .newPicBox span {
    position: absolute;
    background: #313131;
    line-height: 70px;
    text-align: center;
    color: #fff;
    z-index: 10;
    left: 0;
    right: 0;
    bottom: 0;
}

.newBox .newList {
    overflow: hidden;
    margin-top: 20px;
}

.newBox .newList ul {
    padding: 15px;
	margin-left:35px;
}

.newBox .newList span {
    float: left;
    margin-right: 10px;
    color: #8e8a84;
    font-size: 14px;
}

.newBox .newList a {
    font-size: 18px;
    color: #1d1d1d;
    line-height: 50px;
}



.caseBox {
    margin-top: -300px;
    background: #1584a2;
    overflow: hidden;
    padding-bottom: 50px;
}

.caseBox h2 {
    text-align: center;
    margin-top: 350px;
}









.caseBox .serverTX_list {
    width: 1200px;
    margin: auto;
    margin-top: 50px;


}

.caseBox .serverTX_list li {
    position: relative;
    padding: 20px 40px 20px 470px;
    -border-bottom: 3px solid #e6cc98;
    margin-top: 30px;
    .,

}

.caseBox .serverTX_list li div.left-box {
    width: 400px;
    height: 260px;
    position: absolute;
    left: 0px;
    top: 0px;
    background: #fcf8f1;
    transition: background 2s;
    -moz-transition: background 1s;
    /* Firefox 4 */
    -webkit-transition: background 1s;
    /* Safari 和 Chrome */
    -o-transition: background 1s;
    text-align: center;

    overflow: hidden;
}

.caseBox .serverTX_list li div.left-box a {}

.caseBox .serverTX_list li div.left-box:hover {
    background: #333333;
}

.caseBox .serverTX_list li div.left-box span {
    position: absolute;
    z-index: 10;
    display: block;
    text-align: center;
    font-size: 24px;
    color: #ffffff;
    top: 95px;
    line-height: 60px;
    left: 0;
    right: 0;
}

.caseBox .serverTX_list li h3 {
    border-bottom: 1px solid #fff;
    padding-bottom: 30px;
}

.caseBox .serverTX_list li i {
    width: 42px;
    height: 42px;
    background: url("../images/num_bcg.png") no-repeat;
    display: block;
    line-height: 42px;
    text-align: center;
    float: left;
    font-size: 20px;
    color: #fff;
    font-style: normal;
    margin-right: 15px;
}

.caseBox .serverTX_list li strong {
    font-size: 24px;
}

.caseBox .serverTX_list li span {
    font-size: 16px;
    color: #000;

}

.caseBox .serverTX_list li em {
    padding: 0 10px;
}

.caseBox .serverTX_list li p {
    font-size: 16px;
    color: #1d1d1d;
    line-height: 30px;
    margin-top: 40px;
    margin-bottom: 20px;
    -text-indent: 45px;
}

.caseBox .serverTX_list li .labBox {
    margin: 10px 0;
}

.caseBox .serverTX_list li .labBox a {
    display: block;
    width: 33.3333%;
    line-height: 60px;
    float: left;
    color: #debb77;
    font-size: 18px;
    transition: color 2s;
    -moz-transition: color 1s;
    /* Firefox 4 */
    -webkit-transition: color 1s;
    /* Safari 和 Chrome */
    -o-transition: color 1s;
}

.caseBox .serverTX_list li .labBox a:hover {
    color: #1d1d1d;
}

.caseBox .more {
    text-align: right;
}

.caseBox .more a {
    border: 1px solid #1584a2;
    background: #37393e;
    color: #fff;
    border-radius: 5px;
    display: inline-block;
    font-size: 20px;
    padding: 5px 20px;
}

.hz_logoBox {
    min-width: 1200px;
    height: 510px;
    background: url("../images/logoBcg.jpg") no-repeat center top;
    overflow: hidden;
}

.hz_logoBox h2 {
    font-size: 30px;
    text-align: center;
    margin: 60px 0 10px 0;
}

.hz_logoBox h3 {
    font-size: 16px;
    color: #0f0e0e;
    text-align: center;
}

.hz_logoBox ul {
    width: 1200px;
    margin: auto;
}

.hz_logoBox ul li {
    -width: 20%;
    float: left;
    margin-top: 50px;
}

.hz_logoBox ul li img {
    -width: 90%;
}

.footerBox {
    min-width: 1200px;
    height: 400px;
    background: #404040
}

.footerMain {
    width: 1200px;
    margin: auto;
}

.footerMain .footer-left {
    width: 600px;
    float: left;
    margin-top: 110px;
}

.footerMain .footer-right {
    width: 480px;
    float: right;
    margin-top: 110px;
    border-left: 1px solid #ffffff;
    padding-left: 80px;
    font-size: 18px;
    color: #fff;
    line-height: 35px;
}

.footerMain .logos {
    width: 210px;
    float: left;
    text-align: right;
}

.footerMain .serverList {
    width: 150px;
    float: left;
    margin-left: 70px;
    margin-top: 10px;
}

.footerMain .serverList dt {
    font-size: 24px;
    color: #fff;
    margin-bottom: 20px;
}

.footerMain .serverList dd {
    line-height: 35px;
}

.footerMain .serverList dd a {
    font-size: 18px;
    color: #ffffff;
}


.bottomBox {
    height: 110px;
    min-width: 1200px;
    background: #000000;
    color: #535656;
    line-height: 110px;
    font-size: 18px;
    text-align: center;
}

.server-left{width: 260px; background: #ffffff; float: left;}
.server-right{width:900px; float: right;}
.server-right h1{font-size:24px;color:#1584a2; border-left: 3px solid #cca28d; height: 24px;  line-height: 24px; padding-left:10px;}

.server-right .serverBlock{font-size:18px; color:#333333; margin-top: 40px; line-height: 40px;}
.server-right .serverBlock dt span{font-size:26px; float: left; margin-right: 10px;}
.server-right .serverBlock dd{font-size:16px; line-height: 30px; padding-left:36px;}
.server-right .serverUsBox{display: flex; justify-content: space-between; margin-top: 50px;}
.server-right .serverUsBox a{display: block; width: 383px; height: 120px;  line-height: 120px; font-size:24px; color:#333333; background: #ffffff; border-radius: 10px;}
.server-right .serverUsBox a img{float:left; margin: 30px 15px 0 80px;}

.listWarp2{width:1200px; margin:auto;  margin-top:100px;}
.listWarp2 ul{width:1200px; display:flex;justify-content:space-between; }

.listWarp2 ul li{width:260px; height:209px; background:rgba(255,255,255,0.5); }

.listWarp2 span{display:block; font-size:16px; color:#1d1d1d; text-align:center;}
.listWarp2 strong{display:block; width:144px; height:144px;margin:auto; display:flex; justify-content:center; align-items:center;}

.listWarp3 {width:1200px; margin:auto; display:flex; margin-top:3px; flex-wrap:wrap; justify-content:space-between; margin-bottom:40px;}
.listWarp3 img{margin-top:40px; display:block;}

.newList_zx{ overflow: hidden; }
.newList_zx li{position:relative; padding-left:350px; min-height:208px; overflow: hidden;margin-top:40px;}
.newList_zx .picBox{width:314px; height:208px; position:absolute; z-index: 1; left:0; top:0;}
.newList_zx li h2{font-size:24px; color:#1d1d1d; margin-top:10px;}
.newList_zx li h2 a{font-size:24px; color:#1d1d1d; margin-top:10px;}
.newList_zx li div{font-size:14px; color:#1d1d1d; padding:10px 0 20px 0;}
.newList_zx li p{font-size:14px;color:#1d1d1d; line-height:26px;}
.pageBox{display:flex; justify-content:center; margin-top:100px;}
ul.pagination {
    display: inline-block;
    padding: 0;
    margin: 0;
}

ul.pagination li {display: inline;}

ul.pagination li a {
    border:1px solid #000000;
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    margin:0 5px;
}

ul.pagination li a.active {
    background-color: #d6d6d6;
    color: white;
}

ul.pagination li a:hover:not(.active) {background-color: #ddd;}

/*二级页面*/
.understand {
    overflow: hidden;
    padding: 110px 0;
    background: #f0f0f0;
}

.understand .titleBox {
    text-align: center;
}
.understand .uncont{width:1200px;margin:auto; margin-top:115px;overflow: hidden;}
.understand .un-left{width:530px;float:left; text-align: justify;}
.understand .un-right{width:540px;float:right; margin-top:40px;}
.understand .un-right img{width:100%; display:block;}
.understand h3{font-size:24px; color:#333;border-left:5px solid #1584a2; height:28px; line-height:28px; padding-left:10px;}
.understand h3 span{font-size:16px;}
.understand p{font-size:18px; color:#37393e; line-height:35px; margin-top:30px;}
.understand p span{color:#1584a2;}
.understand .listMore{margin-top:50px;}
.understand .listMore a{display:inline-block; background:#1584a2; font-size:25px; border-radius:3px; padding:4px 20px;}
.unclass{width:1200px; margin:auto; overflow: hidden; margin-top:100px;}
.unclass ul{ width:1200px; display:flex; justify-content:space-between;}
.unclass ul li{width:240px;height:78px; border:1px solid #1584a2; border-radius:10px; display:flex; justify-content:center; align-items:center;}
.unclass ul li img{margin-right:10px;}

.dszs{height:900px; min-width:1200px; background:url("../images/dsz_bcg.jpg") no-repeat center/cover; overflow: hidden;}
.dszs p{width:720px;font-size:20px; color:#fff; line-height:36px; margin:auto; margin-top:240px; padding-right:300px;}

.weihuaBox{min-width:1200px; height:1098px; background:url("../images/listAll_pic1.jpg") no-repeat center/cover; overflow: hidden;}
.weihuaBox  p{width:1200px; margin:auto; margin-top:300px; font-size:18px; color:#231916; line-height:36px; }
.weihuaBoxPic{width:1200px; margin:auto; display:flex; justify-content:space-between; margin-top:90px;}
.serverGG{min-width:1200px; height:144px; background:url("../images/listAll_pic2.jpg") no-repeat center;}
.serverGG a{display:block; width:100%; height:100%;}
.lichengBox{min-width:1200px; height:1694px;background:url("../images/lcb.jpg") no-repeat center center; overflow: hidden;}
.lichengCentBox{width:1200px; margin:auto; margin-top:230px;}
.lichengCentBox .licheng-left{width:500px; float:left; text-align:center;}
.lichengCentBox .licheng-left img{margin-top:40px; width:500px; height:298px;}
.lichengCentBox .licheng-right{width:550px; float:right;}
.lichengCentBox .licheng-right {padding-top:40px;}
.lichengCentBox .licheng-right li{font-size:18px; color:#000; position:relative; margin-bottom:100px;}
.lichengCentBox .licheng-right li:after{
    content:" ";
    display:block;
    width:49px;
    height:49px;
    background:url("../images/licheng_Icon.png");
    position:absolute;
    z-index: 10;
    left:-80px;
    top:-10px;
}


.s-side {
  min-width: 200px;
  background-color: #ffffff;
}
.s-side .s-firstNav{ height:60px; line-height:60px;  overflow:hidden; border-bottom:1px solid #eeeeee;}
.s-side .s-firstNav .s-icon{margin:6px 5px 0 20px; float:left;}
.s-side .s-firstNav .fa-caret-right{margin:20px 20px 0 0;}
.s-side .s-firstItem i {
  font-size: 20px;
}
.s-side .s-firstItem span {
  display: inline-block;
  margin-left: 10px;
  font-size: 20px;
  text-shadow: 0px 0px 5px #EEEEEE;
  white-space: 10px;
}
.s-side .first {
}
.s-side .d-firstNav span {
  display: inline-block;
  margin-left: 10px;
  color:#1584a2;
  font-size:24px;
}
.s-side .d-firstNav i.fr {
  font-size: 25px;
  color:#1584a2;
}
.s-side .s-secondNav{
  height:60px;
  line-height:60px;
  padding-left:60px;
  border-bottom:1px solid #eeeeee;
}

.s-side .s-secondItem {
  height:60px;
  line-height:60px;
 
  border-bottom:1px solid #eeeeee;
}
.s-side .s-secondNav span,
.s-side .s-secondItem span{
    font-size:16px;
  color:#1584a2;
  float:left;

}
.s-side .s-secondNav i,
.s-side .s-secondItem i{
  color:#1584a2;
  float:right; margin:20px;
}
.s-side .s-secondNav a,
.s-side .s-secondItem a{
    overflow:hidden;
      padding-left:60px;
        display:block;
      color:#1584a2;
      position:relative;
}
.s-side .s-secondItem a:hover{
    background:#363636;
  color:#1584a2;
}

.s-side .s-secondItem a.active{
    background:#363636;
  color:#1584a2;
}
.s-side .s-secondItem a.active:after{
    display:block; content:"";
    height:25px; width:3px;
    background:#1584a2;
    position:absolute;
    z-index:1;
    left:40px; top:18px;
}

.s-side .s-secondItem a:hover:after{
    display:block; content:"";
    height:25px; width:3px;
    background:#1584a2;
    position:absolute;
    z-index:1;
    left:40px; top:18px;
}
.s-secondNav:hover,.d-firstNav:hover{

}
.s-side .d-secondDrop {

}
.s-side .d-secondDrop .s-thirdItem{ padding-left:80px; border-bottom:1px solid #eeeeee; position:relative; }
.s-side .d-secondDrop .s-thirdItem a{ line-height:60px; overflow:hidden; color:#1584a2; font-size:14px; position:relative;}
.s-side .d-secondDrop .s-thirdItem:hover{background:#363636; color:#1584a2;}
.s-side .d-secondDrop .s-thirdItem:hover:after{
    display:block; content:"";
    height:25px; width:3px;
    background:#1584a2;
    position:absolute;
    z-index:1;
    left:70px; top:18px;
}
.iconRotate {
  transform: rotate(90deg);
  transition: transform 0.5s;
}
.s-firstDrop,
.s-secondDrop {
  display: none;
}
.detail_title{font-size:30px; color:#333333; text-align:center;}
.detail_con{font-size:14px;color:#333; margin-top:50px; line-height:28px;}
.shreaBox{margin-top:40px; float:right;}

.xiangguanBox{display:flex; justify-content:space-between; margin-top:100px;}

xiangguanBox a { width:33%;}