body {
    /* font-family: Microsoft YaHei; */
    font-family: Segoe UI;
}

body {
    max-width: 1902px;
    overflow: auto;
}

/* 图片投影 */
.img-boxShadown {
    transition: box-shadow 1s ease;
}

.img-boxShadown:hover {
    box-shadow: 8px 8px 6px rgba(141, 141, 141, 0.3);
}

.container {
    width: 1440px;
    margin: 0 auto;
    /* border: 1px solid red; */
}

.bannerContent {
    width: 100%;
    height: 1664px;
    background-image: url("../../images/web/banner.png");
    background-repeat: no-repeat;
    background-size: 100% 1664px;
    position: relative;
    overflow: hidden;
}

.bannerContent .container {
    /* border: 1px solid red; */
}

/* 右下角底部图片 */
.bottomPicture {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 663px;
    height: 445px;
    background-image: url("../../images/web/bottomPic.png");
    background-size: 663px 445px;
}

/* 头部 -s*/
.header {
    width: 100%;
    height: 80px;
    background-color: rgba(255, 255, 255, 0.5);
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 2;
}

.header .container {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* border: 1px solid red; */
}

/* 左侧内容 */
.header .left {
    width: 237px;
    height: 79px;
    margin-left: 30px;
    display: flex;
    align-items: center;
}

.header .left img {
    width: 181px;
    height: 61px;
}

/* 右侧内容 */
.header .right {
    width: auto;
    display: flex;
    margin-right: 30px;

}

.header .right li:not(:last-child) {
    width: 262px;
    height: 80px;
    /* border: 1px solid red; */
}

.header .right li a {
    color: #000;
    font-size: 20px;
    font-weight: 400;
    display: block;
    width: 262px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    cursor: pointer;
}

.header .list li:not(:last-child):hover,
.header .list li.active {
    background-color: #FF6601;
    /* color: #fff; */
}

.header .list li:not(:last-child):hover a,
.header .list li.active a {
    color: #fff;
}

.header .list li img.hidden {
    display: none;
}

.header .list li:last-child {
    width: 80px;
    height: 80px;
    /* background-image: url("../../images/web/language-chi.png");
    background-size: 80px 80px; */
    /* background-repeat: -10px; */
    /* background-position: 0px -5px; */
}

.header .list li:last-child a {
    width: 80px;
    height: 80px;
    background-image: url("../../images/web/language-chi.png");
    background-size: 80px 80px;
    background-repeat: -10px;
}


/* 头部 -e*/

/* 宣传标语 -s */
.bannerText {
    width: 892px;
    height: auto;
    /* margin-left: 375px; */
    /* margin-top: 233px; */
    margin: 233px auto 321px auto;
    text-align: center;
    /* letter-spacing: 1px; */
    /* border: 1px solid red; */
}

.bannerText .text1 {
    font-size: 60px;
    font-weight: 900;
    color: #FFFFFF;
    line-height: 80px;
}

/* 分隔线 */
.line {
    width: 131px;
    height: 4px;
    border-radius: 5px;
}

/* 分隔线 初始状态 */
.line.default {
    background-color: #fff;
}

/* 分隔线 黄色 */
.line.warning {
    background: #FF6601;
}

.bannerText .text2 {
    font-size: 28px;
    font-weight: 400;
    color: #fff;
}

.bannerText .line {
    margin: 47px auto;
}

/* 空白模块 -s */
.boxContent {
    width: 1410px;
    margin: 0px auto 0px auto;
    /* margin-top: 325px; */
    /* margin-left: 186px; */
    /* margin: 325px 194px auto 186px; */
    height: 692px;
    background-color: #fff;
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    box-sizing: border-box;
    padding: 48px 8px 45px 53px;
    display: flex;
    justify-content: space-between;
}

/* 左侧内容 */
.boxLeft {
    width: 704px;
    /* margin-right: 70px; */
}

.boxLeft .boxText1 {
    font-size: 30px;
    font-weight: bold;
    color: #1F3040;
}

.boxLeft .line {
    /* width: 131px;
    height: 4px;
    background: #FF6601;
    border-radius: 5px; */
    margin-top: 32px;
    margin-bottom: 32px;
}

.boxLeft .boxText2 {
    font-size: 16px;
    font-weight: 400;
    line-height: 40px;
    color: #000000;
}

/* 右侧内容 */
.boxRight {
    width: 620px;
    height: 554px;
    background-image: url("../../images/web/boxImg.png");
    background-size: 620px 554px;
    margin-top: 6px;
}


/* 空白模块 -e */

/* 宣传标语 -e */


/* 解决方案 -s */
.solution {
    width: 100%;
    height: 1326px;
    background: #F5F5F5;
    box-sizing: border-box;
    padding-top: 96px;
}

.solution .title1 {
    font-size: 30px;
    font-weight: bold;
    color: #000000;
    text-align: center;
}

.solution .line {
    margin: 37px auto 40px auto;
}

/* 文本 */
.solution .text1 {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    line-height: 40px;
    color: #989898;
    /* margin-bottom: 107px; */
}

/* 投影图片 */
.solution .boxPic {
    margin: 56px auto 115px auto;
    width: 1380px;
    box-sizing: border-box;
    /* padding: 30px 25px 30px 25px; */
    height: 738px;
    box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.16);
    display: flex;
    justify-content: space-between;
    border-radius: 10px;
    /* align-items: ; */
}

.solution .boxPic img {
    border-radius: 5px;
}

/* 左侧图片 */
.solution .boxLeft {
    width: 509px;
    height: 678px;
    float: left;
    /* background-image: url("../../images/web/boxImg1.png");
    background-repeat: no-repeat;
    background-size: 509px 678px;  */
    margin: 30px 0px 30px 25px;
    /* margin-right: 16px;  */
    /* border: 1px solid red; */
    box-sizing: border-box;
    border-radius: 5px;
}

.boxLeft img {
    width: 509px;
    height: 678px;
}

.solution .bPRight {
    width: 802px;
    height: 678px;
    float: right;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    flex-wrap: wrap;
    margin: 30px 25px 30px 0px;
    /* border: 1px solid red; */
}

.solution .bPRight .img1 {
    width: 802px;
    height: 350px;
    margin-bottom: 24px;
}

.solution .bPRight .img2 {
    width: 381px;
    height: 304px;
    /* margin-right: 20px; */
    /* float: left; */
}

.solution .bPRight .img3 {
    width: 401px;
    height: 304px;
    /* margin-right: 20px; */
    /* float: left; */
}

/* .solution .bPRight > img:nth-child(2){

} */
/* 解决方案 -e */

/* 管控系统 -s*/
.conSysTem {
    width: 100%;
    height: 911px;
    background-image: url(../../images/web/conSysTemBack.png);
    background-size: 100% 911px;
    box-sizing: border-box;
    /* padding-bottom: 165px; */
    overflow: hidden;
    display: flex;
    /* opacity: 0.81; */
    /* font-size: 0px; */
    /* padding: 123px 194px 165px 186px; */
}

.conSysTem .container {
    /* border: 1px solid red; */
    display: flex;
    justify-content: space-between;
}

/* 左侧内容 */
.conSysLeft {
    width: 635px;
    height: 434px;
    background-image: url("../../images/web/conLeftImg.png");
    background-size: 635px 434px;
    margin: 351px 71px auto 30px;
}

/* 右侧内容 */
.conSysRight {
    flex: 1;
    /* display: flex;
    flex-direction: column; */
    color: #FFFFFF;
    padding-top: 126px;
    padding-right: 30px;
    box-sizing: border-box;
}

.conSysRight .conRText1 {
    font-size: 30px;
    line-height: 40px;
}

.conSysRight .conRText1:nth-child(1) {
    margin-bottom: 30px;
    font-weight: bold;
}


.conSysRight .line {
    margin-top: 44px;
    margin-bottom: 44px;
}

.conSysRight .conRText2 {
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 36px;
    /* margin-bottom: 44px; */
}

/* .conSysRight .conRText2.active{

} */
.conSysRight .iconList {
    width: auto;
    display: flex;
    margin-top: 68px;
}

.conSysRight .iconList li,
.conSysRight .iconList li img {
    width: 129px;
    height: 129px;
}

.conSysRight .iconList li {
    margin-right: 62px;
}


/* 管控系统 -e*/

/* 地址 -s */
.information {
    width: 100%;
    height: 214px;
    background: #191F24;
}

.information .container {
    height: 214px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.information .tel {
    background-image: url("../../images/web/email-en.png");
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    padding: 0 12px;
}

.information .email {
    background-image: url("../../images/web/email-en.png");
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    padding: 0 12px;
}

.information .address {
    height: 48px;
    background-image: url("../../images/web/address-en.png");
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    padding: 0 12px;
}

.information .icon {
    margin-right: 12px;
    display: block;
}

.information .text {
    margin-right: 22px;
    line-height: 48px;
    white-space: nowrap;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}

.information .tel .text {
    width: 155px;
    text-align: center;
}

.information .address .text {
    width: 661px;
    text-align: center;
}

/* 地址 -e */

/* 底部版权 */
.copyright {
    width: 100%;
    height: 48px;
    line-height: 48px;
    background: #161616;
}

.copyright .text {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    /* margin-left: 642px; */
}


@media screen and (max-width: 1440px) {
    body {
        width: 1440px;
    }
}

/* 文档宽度小于1920像素 -s */
/* @media screen and (max-width:1920px){} */
/* @media screen and (max-width:1920px) and (min-width:1440px){
  body{
    overflow: auto;
  }

  .header .right{
    margin-right:10%;
    width: 41%;
  }
  .header .right li{
    width: 33.3%;
  }


  .bannerText{
    margin-left: 31%;
  }


  .boxContent{
    width: 80%;
  }

  .boxContent .boxRight{
    width: 35%;
  }

} */

/* @media screen and (max-width:1440px){
  html,body{
    width: 1440px;
    overflow: auto;
  }

  .header .right{
    margin-right:144px;
    width: auto;
  }
  .header .right li{
    width: 196.5px;
  }


  .boxContent{
    width: 1155px;
  }

  .boxContent .boxRight{
    width: 403px;
  }
} */
/* 文档宽度小于1920像素 -e */
