body>.layui-fluid{
    overflow: hidden;
}
.BodyContent {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 80px;
}

.header .headermask {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .85);
    opacity: 0;
    position: absolute;
    top: -80px;
    left: 0;
    right: 0;
    padding: 0;
    transition: all 0.3s
}

.Logo {
    display: inline-block;
    max-width: 100%;
    margin: 5px;
}

.Logo img {
    display: block;
    width: 100%;
}

.header > div {
    padding: 10px 0;
}

.headerContent {
    height: 100%;
    display: flex;
    align-items: center;
}

.headerNav {
    text-align: right;
}

.headerNav > li {
    display: inline-block;
}

.headerNav > li > a {
    font-size: 18px;
    color: white;
    padding: 5px 30px;
}

.headerBtn {
    width: 25px;
    height: 25px;
    float: right;
    cursor: pointer;
}

.headerBtn span {
    width: 100%;
    height: 3px;
    display: block;
    background-color: white;
    margin: 4px;
    transition: width 0.5s;
}

.headerBtn > .active > span:nth-child(2) {
    width: 70%;
}

.headerBtn > .active > span:nth-child(3) {
    width: 40%;
}

/*轮播*/
.CarouselBox {
    position: relative;
    top: 0px;
    left: 0;
    right: 0;
}

.BannerImg {
    width: 100%;
    display: block;
    margin: auto;
}

.CarouselList img {

    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    background-size: cover;
    overflow: hidden;
    left: 0;
    margin: auto;
}

.Carousel {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.swiper-button {
    width: 20px;
    height: 60px;
    background-color: rgba(0, 0, 0, .3);
    position: absolute;
    top: 50%;
    z-index: 888;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    cursor: pointer;
}

.swiper-prev {
    left: 15px;
}

.swiper-next {
    right: 15px;
}

.Carousel .swiper-button-disabled, .Business .swiper-button-disabled {
    opacity: 0.5;
}

.CarouselList {
    width: 100%;
    height: 100%;
}

.CarouselList > a {
    width: 100%;
    height: 100%;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

}

/*首页关于我们*/
.AboutUs {
    font-size: 118px;
    color: #f2f7fa;
    position: absolute;
    white-space: normal;
    padding-left: 45%;
    font-family: Impact;
    letter-spacing: 8px;
    padding-top: 15%;
}

.AboutContent {

    display: flex;
    align-items: center;
}

.AboutContentBox {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.AboutName {
    color: #282828;
    font-weight: bold;
    font-size: 24px;
    line-height: 43px;
}

.introduction {
    line-height: 26px;
    color: #919191;
    font-size: 14px;
    margin-top: 15px;
    text-indent: 2em;
}
.AboutImg img{
    width: 100%;
    max-width: 100%;
    display: block;
    margin: auto;
}
.AboutList {
    display: flex;
    align-items: center;
    float: left;
    margin: 15px;
}

.AboutList > div {
    display: inline-block;
}

.AboutLinkName {
    display: inline-block;
    font-weight: bold;
    font-size: 18px;
    color: #282828;
    vertical-align: middle;
    margin-left: 25px;
    line-height: 25px;
}

.AboutIntroduction {
    margin-top: 35px;
}

.AboutLinkName span {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    color: #919191;
    font-weight: normal;
    line-height: 18px;
}

/**业务介绍*/
.BusinessBox {
    position: relative;
}

.BusinessImg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100vh;
}

.BusinessImg > div {
    width: 100%;
    height: 100%;
    background-color: #CCCCCC;
    display: none;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.BusinessList, .BusinessBox {
    height: 100%;
}

.BusinessImg .active {
    display: block !important;
}

.BusinessContent {
    margin: auto;
}

.BusinessIcon {
    width: 170px;
    height: 170px;
    background-color: rgba(162, 232, 255, .21);
    display: flex;
    align-items: center;
    transform: rotate(45deg);
    position: relative;
    margin: 0 auto 90px;

}

.BusinessIcon:after {
    display: block;
    position: absolute;
    top: 10px;
    left: -10px;
    width: 170px;
    height: 170px;
    border: 1px white solid;
    content: "";
    z-index: -1;
}

.BusinessIcon:before {
    display: block;
    position: absolute;
    top: -10px;
    left: 10px;
    width: 170px;
    height: 170px;
    border: 1px white solid;
    content: "";
    z-index: -1;
}

.BusinessList .active {
    background-image: linear-gradient(139deg, #0edcda, #2094e7);
}

.BusinessList > div > .swiper-slide {
    height: 100%;
    display: flex;
    align-items: center;
}

.BusinessIcon img {
    width: 50%;
    margin: auto;
    display: block;
    transform: rotate(-45deg);
}

.BusinessName {
    text-align: center;
    color: white;
    font-size: 20px;
    width: 100%;
    margin-bottom: 30px;
}

.active .BusinessBrief, .active .BusinessHref {
    display: block;
}

.BusinessBrief {
    width: 80%;
    text-indent: 2em;
    color: #f0f0f0;
    font-size: 14px;
    height: 44px;
    overflow: hidden;
    line-height: 24px;
    margin: 0 auto 30px;
    display: none;
}

.BusinessHref {
    width: 100%;
    display: none;
}

.BusinessHref > a {
    display: block;
    width: 60%;
    height: 46px;
    line-height: 46px;
    border: 1px white solid;;
    border-radius: 15px;
    text-align: center;
    margin: auto;
    color: white;
    position: relative;
    overflow: hidden;
}

.BusinessList * {
    transition: all 0.5s;
}

.BusinessHref > a:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    background-image: linear-gradient(45deg, #ff9900, #ffb740);
    position: absolute;
    top: 50%;
    left: 00%;
    z-index: 1;
    opacity: 0;
    transition: all 0.3s;
}

.BusinessHref > a:hover:before {
    top: 0%;
    opacity: 1;
}


.BusinessHref > a > span {
    position: relative;
    z-index: 5;
}

/*新闻*/
.NewsUs {
    font-size: 118px;
    color: #f2f7fa;
    position: absolute;
    white-space: normal;
    padding-left: 5%;
    font-family: Impact;
    letter-spacing: 8px;
    top: 20%;

}

.Information > div {
    height: 100%;
    display: flex;
    align-items: center;
}

.NewsTitleBox {
    float: right;
}

.NewsSubject {
    font-size: 20px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 10px;
}

.NewsDess {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
}

.NewsTitleList {
    margin-bottom: 20px;
}

.NewsTitleList > li {
    line-height: 36px;


}

.NewsTitleList > li > a {
    color: #333333;
    display: block;
    padding-left: 8px;
}

.NewsTitleList .active a {
    background-color: #16b7e1;
    color: white;
}

.NewsTitleList .layui-icon {
    float: right;
    font-size: 14px;
    margin-right: 8px;
}

.NewsTitleList span {
    display: none;
}

.NewsTitleList .active span {
    display: block;
}

.NewsListBox {
    background-color: #f1f4f8;
    height: 100%;
    overflow: hidden;
}

.NewsListBox:before {
    width: 100%;
    height: 100%;
    content: '';
    background-image: url("../images/newbac_03.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.3s;
}

.NewsTitleMore {
    display: block;
    line-height: 36px;
}

.NewsListBox:hover:before {
    opacity: 1;
}

.NewsListBox:hover .NewTitle {
    color: white;
}

.NewsListBox:hover .NewContentBrief {
    color: white;
}

.NewsListBox:hover .NewDate {
    color: white;
}

.NewImg {
    width: 90%;
    margin: auto;
    height: 188px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.NewContent {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1000px;
    margin: auto;
}

.NewContent img{
    max-width: 100%;
    display: block;
    margin: auto;
}
.NewImg > img {
    max-width: 100%;
    display: block;
    margin: auto;
}

.NewTitle {
    width: 90%;
    margin: 20px auto 20px;
    color: #2f2f2f;
    font-size: 16px;
    height: 42px;
}

.NewContentBrief {
    width: 90%;
    margin: auto;
    font-size: 14px;
    color: #6c6c6c;
    padding-bottom: 15px;
    border-bottom: 1px #d2d2d2 solid;
    max-height: 150px;
    height: 150px;
    overflow: hidden;
}

.NewDate {
    width: 90%;
    margin: 10px auto;
    color: #6c6c6c;
    line-height: 36px;
}

.NewDate .layui-icon {
    float: right;
    font-size: 12px;
}

.NewsContentList {

}

.NewsContentList:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    /*background-color: ;*/
}

.ListNews {
    display: none;
}

.NewsContentBox .active {
    display: block;
}

.NewsBtn > div {
    margin: 20px 15px;
}

.NewsList .swiper-slide {

}

.NewsBtnBox {

    position: absolute;
    right: -5%;
}

.NewsBtn {
    width: 100%;
    background-color: #f1f4f8;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    height: 482px;

}

.NewsBtn > span {
    width: 100%;
    display: block;
    margin: 15px 30px;
    font-size: 18px;
}

.NewsList {
    overflow: hidden;

}

.NewsBtn .swiper-button-disabled {
    opacity: 0.5;
}

/*友情链接*/
.Links {
    background-color: #f1f4f9;
    padding: 25px 0;
}

.LinksBox {
    overflow: hidden;
}

.LinksBox a {
    border: 1px #cccccc solid;
    transition: all 0.5s;
    display: block;
}

.LinksBox a:hover {
    border: 1px red solid;
}

.LinksBox img {
    display: block;
    max-width: 100%;
    margin: auto;
}

/*底部*/
.Foot {
    width: 100%;
    background-image: url("../images/foot.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-color: rgb(17 53 105);
}

.FootContent {
    padding: 70px 15px;
    color: #d2d2d2;
    line-height: 36px;
    display: flex;
    align-items: center;
}

.FootContent a {
    color: #d2d2d2;
}

.FootName {
    font-size: 18px;
    font-weight: bold;
}

.FootLink a {
    margin: 0 25px;
}

.FootPhone {
    font-size: 18px;
}

.QRCode img {
    max-width: 50%;
    margin: auto;
}

.QRCode {
    text-align: center;
}

/*移动端导航*/
.MobileNav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: none;
    z-index: 9999;

}

.MoblieList {
    width: 60%;
    height: 100%;
    background-color: rgb(31 151 231);
    padding: 25px;
    position: absolute;
    top: 0;
    left: -50%;
}

.MoblieList > li {
    height: 46px;
    line-height: 46px;
    font-size: 18px;

}

.MoblieList > li a {
    color: white;
}

.MoblieList span {
    float: right;
    color: #CCCCCC;
}

.MobileNav > div {
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, .3);
    overflow: hidden;
}


/*关于我们单页*/
.SinglePageHeader {
    position: relative;
}
.PageBack img{
    width: 100%;
}
.PageBack {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
}

.ejnavtit {
    position: absolute;
    top: -75px;
    left: 0px;
    background-color: #09b7cf;
    width: 450px;
    height: 150px;
    background-image: linear-gradient(135deg, #09b7cf, #0176bb);
    color: white;
    text-align: right;

}

.ejnavtit > div {
    padding: 40px 35px 15px;
}

.ejnavtit h2 {
    font-weight: bold;
    font-size: 48px;
    color: #fff;
    text-transform: uppercase;
    font-family: Impact;
    line-height: 45px;
}

.ejnavtit h3 {
    line-height: 32px;
    font-size: 24px;
    color: #fff;
}

.SinglePageHeader {
    margin-top: 300px;
    border-bottom: 1px #cccccc solid;
}

.PageNav .PageNavList {
    text-align: right;
    line-height: 0;

}

.PageNav .PageNavList a {
    line-height: 57px;
    display: inline-block;
    padding: 0 22px;
    font-size: 16px;
    color: #282828;
    border-bottom: 2px solid transparent;
    transition: all 0.5s;
}

.PageNav .PageNavList .active {
    border-bottom: 2px red solid;
    color: red;
}

.PageNav .PageNavList a:hover {
    border-bottom: 2px red solid;
    color: red;
}

.AboutPageBox {
    display: flex;
    align-items: center;
}

.AboutPageTitle {
    color: #1178b7;
    font-size: 30px;
    margin-bottom: 40px;
}

/*产品列表页*/
.ProductListTitle {
    overflow: hidden;
    padding-bottom: 66px;
}

.TitleEnglish {
    font-size: 96px;
    color: #f0f0f0;
    font-family: Impact;
    font-weight: bold;
}

.TitleChinese {
    font-size: 29px;
    color: #5d5d5d;
    padding-left: 15%;
    margin-top: -40px;
    font-weight: bold;
}

.ProductListBox {
    overflow: hidden;
    position: relative;
}

.ProductBox {
    border: 1px #cccccc solid;
    line-height: 30px;
    margin-bottom: 25px;
}

.ProductBox .ImagesBlock {
    margin: auto;
    float: none;
}

.ProductTitle {
    font-size: 24px;
    color: #666666;
    font-weight: bold;
    margin: 15px auto;
}

.ProductLine {
    width: 80px;
    height: 3px;
    display: block;
    margin-bottom: 15px;
}

.ProductBrief {
    height: 150px;
    overflow: hidden;
    font-size: 14px;
    color: #666666;
}

.ProductBox > .layui-col-md7 {
    padding-right: 80px;
}

.ImagesContent {
    margin: 35px auto;
}

.ImagesContent img {
    max-height: 250px;
    margin: auto;
}

.porductContent, .ImagesContent {
    vertical-align: middle;
    display: inline-block;
    box-sizing: border-box;
    font-size: 0;
    float: none;
}

.productBtn {
    width: 60px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
}

.productBtn > a {
    display: block;
    text-align: center;
    vertical-align: middle;
    font-size: 18px;
    color: white;
    writing-mode: vertical-lr;
    line-height: 60px;
    height: 100%;
    letter-spacing: 9px;
}

.ProductBox:hover .productBtn {
    opacity: 1;
}

.ProductImgSwiper {
    overflow: hidden;
    position: relative;
}

.ProductImgSwiper img {
    cursor: pointer;
    margin: auto;
}

.ProductContent {
    height: auto;
    color: #666666;
    line-height: 30px;
}
.ProductContent img{
    max-width: 100%;
    display: block;
    margin: auto;
}
.ProductOther > div {
    line-height: 50px;

    margin-bottom: 10px;
}

.ProductLeft {

}

.ProductLeft:after {
    content: "";
    display: block;
    width: 100%;
    clear: both;
    height: 1px;
}

.ProductLeft > div {
    height: auto;
}

.ProductRight {

}

.ProductOther a {
    display: block;
    padding-left: 15px;
}

.ProductOther > div:hover a {
    background-color: #1b6d85 !important;
    color: white;
}

/* news */
.NewsListContent {
    overflow: hidden;
}
.NewsTitle{
    margin: auto;
    margin-bottom: 30px;
    width: 100%;
    max-width: 1000px;
}
.NewsTitle h3 {
    text-align: center;
    font-size: 24px;
}

.NewsTitle p {
    margin-top: 15px;
    text-align: center;
    font-size: 14px;
    color: #999999;
}

.NewsTitle span {
    margin: 0 10px;
}

.NewsContent {
    /*border: 1px #eeeeee solid;*/
    padding: 30px;
}

/*联系我们*/
.ContactInfo {

}

.ContactPhone {
    width: 85%;
    margin: auto;
    font-size: 24px;
    line-height: 66px;
}

.ContactPhone img {
    display: inline-block;
    width: 100%;
    max-width: 65px;
}

.add li {
    width: 46.8%;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    border: 1px solid #dfdfdf;
    padding: 45px 35px;
    margin-right: 2.3%;
    margin-bottom: 15px;
    font-size: 0;
    text-align: center
}

.add li span {
    display: inline-block;
    width: 77px;
    height: 77px;
    border-radius: 50%;
    border: 1px solid #e9e9e9;
    line-height: 77px;
    text-align: center;
    vertical-align: middle;
    font-size: 38px;
    color: #7c7c7c;
}

.add li div {
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    max-width: calc(100% - 79px);
    padding-left: 25px;
    text-align: left
}

.add li div i {
    font-style: normal;
    line-height: 27px;
    color: #acacac;
    font-size: 18px;
    display: block
}

.add li div p {
    line-height: 27px;
    color: #282828;
    font-size: 18px;
}

.add li:hover span {
    color: #f60f14
}

.MapIframe {

    border: none;
}

.JobBox {
    border-top: 1px #cccccc solid;
    padding-top: 30px;
}

.JobName {
    font-size: 24px;
    color: #3a4a5a;
}

.JobHref {
    font-size: 14px;
    color: #7a8a9a;
    line-height: 36px;
}

.JobLink a {
    border: 1px #7a8a9a solid;
    border-radius: 15px;
    padding: 15px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 5;
}

.JobLink a:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -100%;
    background: #1b6d85;
    transition: left 0.4s;
    z-index: 0;
}

.JobLink span {
    color: #1b6d85;
    position: relative;
    z-index: 5;
}

.JobLink a:hover span {
    color: white;
}

.JobLink a:hover:after {
    color: white;
    left: 0;
}

.JobBox > li {
    margin-top: 40px;
    border-bottom: 1px #CCCCCC solid;
    padding-bottom: 40px;
}

/*发展历程*/
.Course {
    line-height: 36px;
    color: rgb(153, 153, 153);
    overflow: hidden;
}
.CourseList {
    padding: 15px;
    border-left: 1px #cccccc solid;
    position: relative;
}
.Course .swiper-button-next,.Course .swiper-button-prev{
     height: 22px;
 }
.Course .swiper-wrapper{
   align-items: flex-end;
    bottom: 0;
}
.Course .swiper-button-next,.Course .swiper-container-rtl .swiper-button-prev{
    right: -20px;
}
.Course .swiper-button-prev,.Course .swiper-container-rtl .swiper-button-next{
    left: -20px;
}
.history-text{
    max-height: 600px;
    height: auto;
    margin-bottom: 60px;
    overflow: auto;
}
.history-text::-webkit-scrollbar
{
    width: 3px;
    height: 6px;
    background-color: #fefefe;
}
.histort-year{
    position: absolute;
    bottom: 10px;
    left: 0;
    font-size: 48px;
    color: #bbcada;
    font-family: Impact;
    padding-left: 35px;

}
/*企业文化*/
.CultureList{
    overflow: hidden;
    cursor: pointer;
}
.CultureTitle{
    padding: 25px 0;
    position: relative;
    z-index: 5;
    line-height: 66px;
    font-size: 30px;
    text-align: center;
    background-color: rgba(0,0,0,.5);
    color: white;
    transition: color 0.25s;
}
.CultureImg{
    z-index: 1;
    position: absolute;
    top: 0;
}
.CultureMask{
    width: 100%;height: 100%;
    background-color: rgba(0,0,0,.8);
}
.CultureList>div{

    overflow: hidden;
}
.CultureTitle>span{
    position: absolute;
    display: block;
    transition: all 0.25s;
}
.CultureTitle>span:nth-child(2){
    width: 0%;
    height: 2px;
    background-color: #0edcda;
    top: 0;left: 0;
}
.CultureTitle>span:nth-child(3){
    width: 2px;
    height: 0%;
    background-color: #0edcda;
    top: 0;right: 0;
}
.CultureTitle>span:nth-child(4){
    width: 0%;
    height: 2px;
    background-color: #0edcda;
    bottom: 0;right: 0;
}
.CultureTitle>span:nth-child(5){
    width: 2px;
    height: 0%;
    background-color: #0edcda;
    bottom: 0;left: 0;
}
.CultureTitle:hover{
    color: #0edcda;
}
.CultureTitle:hover span:nth-child(2){
   width: 100%;
}
.CultureTitle:hover span:nth-child(3){
   height: 100%;
}
.CultureTitle:hover span:nth-child(4){
   width: 100%;
}
.CultureTitle:hover span:nth-child(5){
    height: 100%;
}
/*领军人物*/
.LeaderList {
    border-bottom: 1px #CCCCCC solid;
    margin: auto;
}

.LeaderName {
    font-size: 24px;
    color: #0278d3;
    font-weight: bold;
}

.LeaderName:hover {
    color: #0278d3;
}

.LeaderDesc {
    color: #6a7a8a;
    font-size: 14px;
    text-indent: 2em;
    line-height: 26px;
    margin: 8px 0 0;
}

.HonorName {
    text-align: center;
    margin-top: 30px;
    height: 40px;
}

.HonorImg img {
    max-height: 100vh;
    max-width: 100%;
    display: block;
    margin: auto;
    cursor: pointer;
}


