html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
}

body {
    font-family: "Arial";
    color: #333;
    line-height: 1.5;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #666;
    text-decoration: none;
}

/*LOGO和导航*/
.webHeaderTable {
    display: block;
    height: 120px;
    width: 100%;
    min-width: 1200px;
    border: 0px solid red;
    /**TEMP**/
}

.webHeaderContent {
    margin: 0 auto;
    width: 1200px;
}

.corpTitle {
    float: left;
    margin-top: 30px;
    min-height: 40px;
    min-width: 300px;
    cursor: pointer;
}

.corpTitle span {
    margin: 0;
    padding: 0;
    font-size: 32px;
    font-weight: 600;
    font-family: "Arial";
    white-space: nowrap;

}

.navContent {
    float: right;
    margin-top: 16px;
    width: 670px;
    height: 90px;
}


.navContent a.item {
    float: left;
    position: relative;
    box-sizing: border-box;
    cursor: pointer;
    border-bottom: 2px solid #fff;

    height: 90px;
    min-width: 120px;
    line-height: 90px;
    text-align: center;
    font-size: 18px;
}

.navContent a.item:hover {
    color: #c40000;
    border-bottom: 2px solid #c40000;
    text-decoration: none;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/*Banner展示*/
.webBannerTable {
    display: block;
    width: 100%;
    height: 500px;
    min-width: 1200px;
    background-size: cover;
    background-image: url("../img/img2.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.simpleText {
    margin: 0 auto;
    padding-top: 242px;
    width: 1200px;
    font-size: 30px;
    color: #fff;
    text-align: center;
}

/**/
.itemTitle {
    font-size: 32px;
    color: #333;
    font-family: "Arial";
    font-weight: 600;
}

/*公司简介*/
.webAboutTable {
    display: block;
    width: 100%;
    min-width: 1200px;
}

.webAboutContent {
    margin: 0 auto;
    padding: 98px 0;
    width: 1200px;
}

.webAboutContent .bigTitle {
    display: block;
    text-align: center;
    width: 100%;
    height: auto;
}

.webAboutContent .abstract {
    padding-top: 36px;
    display: block;
    width: 100%;
    height: auto;
    font-size: 16px;
    line-height: 30px;
    color: #666;
    font-family: "Arial";
    text-indent: 2em;
}

.webAboutContent .lightModule {
    padding-top: 48px;
    display: block;
    overflow: hidden;
    width: 100%;
}

.webAboutContent .lightModule ul {
    overflow: hidden;
    margin: 0 auto;
    width: 1200px;
    list-style-type: none;
}

.webAboutContent .lightModule li {
    float: left;
    margin: 0;
    padding: 10px;
    width: 25%;
    text-align: center;
}


/*产业*/
.webBusinessTable {
    display: block;
    width: 100%;
    min-width: 1200px;
    background: #f7f7f7;
}

.webBusinessContent {
    position: relative;
    margin: 0 auto;
    padding: 98px 0;
    width: 1200px;
}

.webBusinessContent .bigTitle {
    display: block;
    text-align: center;
}

.webBusinessContent ul {
    padding-top: 36px;
    display: block;
    overflow: hidden;
    list-style-type: none;
}

.webBusinessContent li {
    float: left;
    margin: 0 5px;
    width: 230px;
    height: 415px;
}

.webBusinessContent li span {
    display: block;
    padding-top: 190px;
    width: 100%;
    height: 415px;
    font-size: 22px;
    color: #fff;
    text-align: center;
    cursor: pointer;
}

.webBusinessContent li span:hover {
    background: #000;
    opacity: 0.6;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}


/*新闻*/
.webNewsTable {
    display: block;
    width: 100%;
    min-width: 1200px;
}

.webNewsContent {
    margin: 0 auto;
    padding: 98px 0;
    width: 1200px;
}

.webNewsContent .bigTitle {
    display: block;
    text-align: center;
}

.webNewsContent ul {
    padding-top: 36px;
    display: block;
    overflow: hidden;
    list-style-type: none;
}

.webNewsContent li {
    display: block;
    width: 100%;
}

.webNewsContent li.title {
    font-family: "Arial";
    font-size: 22px;
    color: #333;
}

.webNewsContent li.content {
    font-family: "Arial";
    text-indent: 2em;
    font-size: 16px;
    color: #999;
}

/*底部*/
.webFooterTable {
    display: block;
    width: 100%;
    min-width: 1200px;
    background: url("../img/foot_bg.png") #1f2025;
}

.webFooterContent {
    margin: 0 auto;
    width: 1200px;
}

.webFooterContent .footerTop {
    display: flex;
    align-items: center;
    height: 233px;
    width: 100%;
}

.webFooterContent .ionAll {
    display: block;
    float: left;
    padding-left: 34px;
    font-size: 18px;
    color: #b3b3b3;
    font-family: "Arial";
    font-weight: 400;
}

.webFooterContent .ionTel {
    width: 220px;
    background: url("../img/ion_tel.png") no-repeat 0 2px;
}

.webFooterContent .ionMail {
    width: 300px;
    background: url("../img/ion_mail.png") no-repeat 0 3px;
}

.webFooterContent .ionAddr {
    width: 680px;
    background: url("../img/ion_addr.png") no-repeat 0 0px;
}

.webFooterContent .footerBottom {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 120px;
    width: 100%;
}

.webFooterContent .otherIcp {
    font-size: 14px;
    color: #b3b3b3;
    font-family: "Microsoft YaHei";
    font-weight: 400;
    text-align: center;
}


/*PAGE*/
.pageHeader {
    display: block;
    width: 100%;
    height: 300px;
    min-width: 1200px;
    background-size: cover;
    background-image: url("../img/p-0.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.pageTable {
    display: block;
    width: 100%;
    min-width: 1200px;
}

.pageContent {
    margin: 0 auto;
    padding: 98px 0;
    width: 1200px;
}

.pageTitle {
    display: block;
    text-align: center;
    width: 100%;
    height: auto;
}