body{
    margin: 0;
    padding: 0;
    font-family: "Microsoft YaHei", "微软雅黑", "Arial Narrow", "HELVETICA", "serif";
    background-color: #f7f8f8;
}
ul, li,ol,button,input,dl,dd,h1,h2,h3,h4,h5,h6,p{
    margin: 0;
    list-style-type:none;
    padding: 0;
}
*{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
img{
    vertical-align: bottom;
}
a{text-decoration: none;outline: none;transition: all 0.3s;}
a:hover{text-decoration: none;}
a:active{color: #2697ec;}
.clearfix{*zoom:1;}
.clearfix:before,.clearfix:after{display:table;line-height:0;content:"";}
.clearfix:after{clear: both;}
.box{max-width: 1200px; margin: 0 auto;position: relative;}
.container-fluid{padding: 0;}
input,button,select,label{outline: none;transition: all 0.3s;}
.am-container{
    max-width: 100%;
}
.am-topbar{
    margin-bottom: 0;
}
.am-topbar>.am-container{
    position: relative;
}
.am-topbar-brand{
    padding: 0;
    position: relative;
    z-index: 29;
}
.am-topbar-brand>a{
    display: inline-block;
}
.am-topbar-brand img{
    vertical-align: top;
    max-width: 60%;
}
.menu-open .icon-menu{ display: inline-block; height: 100%; }
.menu-open .icon-menu>img{ max-height: 100%; }
.menu-open .icon-menu>img:active{ opacity: 0.6; }
.header-back .back{  position: absolute;  left: 1.5rem;  top:1.2rem;bottom: 1.2rem; display: block;border: none;background: none;}
.header-back .back .icon-back{ display: inline-block; height: 100%; }
.header-back .back .icon-back>img{ max-height: 100%; }
.header-back .back .icon-back>img:active{ opacity: 0.6; }
.header-back>.am-container>h1{
    width: 100%;
    text-align: center;
}
.header-back>.am-container>h1>img{
    width: 50%;
}

.banner{
    position: relative;
}
.banner img{
    max-width: 100%;
}
.banner .swiper-pagination-bullet{background: #FFF;opacity: 1;}
.banner .swiper-pagination-bullet:focus{outline: none;}
.banner .swiper-pagination-bullet.swiper-pagination-bullet-active{background: #f7ab00;opacity: 1;}

.index-menu .box span{ display: block;color: #000;font-size: 1.6rem; line-height: 3.6rem;}
.index-menu .box img{max-width: 100%;}

.am-footer{
    background: #24374A; color: #FFFFFF;
    font-size: 1.2rem;
    padding: 1.5rem 2rem;
    text-align: left;
}
.slide{
    position: fixed;
    right: -60%;
    top:0;
    height: 100%;
    z-index: 202;
    width: 60%;
    overflow: hidden;
    /*transition: all 0.3s;*/
    max-width: 300px;
}
.slide-box{
    position: absolute;left: 0;top:0;right:0;bottom:0;
    background-color: #1E3246;
    z-index: 202;
}
.slide-box>.icon-close{
    display: block;
    height: 2rem;
    margin: 1rem 0 1rem 1rem;
    text-align: left;
    padding: 3rem 1.5rem 2rem 2rem;
}
.slide-box>.icon-close>img{
    width: 2rem;
    height: 2rem;
    vertical-align: top;
}
.slide-box>.slide-nav{
    height: 100%;
    background-color: #1E3246;
    overflow-y: scroll;
    padding-left: 3rem;
    padding-right: 2rem;
}
.slide-box>.slide-nav>li{
}
.slide-box>.slide-nav>li:last-child{
}
.slide-box>.slide-nav>li.active>a{
    background: #14247d;
}
.slide-box>.slide-nav>li.active>dl{
    visibility: visible;
    height: auto;
    padding: 1rem 0 1rem 0;
}
.slide-box>.slide-nav>li>a{
    padding: 1.5rem 0 2rem 0;
    font-size: 1.8rem;
    color: #FFF;
    line-height: 1;
    display: block;
    position: relative;
}
.slide-box>.slide-nav>li.active>a:after{
    content: " ";
    position: absolute;
    left: 2rem;bottom:-0.6rem;
    font-size: 0;
    line-height: 0;
    border-width: 0.6rem;
    border-color: #14247d;
    border-bottom-width: 0;
    border-style: dashed;
    border-top-style: solid;
    border-left-color: transparent;
    border-right-color: transparent;
}

.slide-box>.slide-nav>li>dl{
    visibility: hidden;
    height: 0;
    overflow: hidden;
    width: 100%;
    transition: height,visibility 0.5s;
}
.slide-box>.slide-nav>li>dl>dd{
    height: 2.6rem;
}
.slide-box>.slide-nav>li>dl>dd>a{
    color: #FFF;
    font-size: 1.4rem;
    display: block;
    position: relative;
    line-height: 3.5rem;
    text-indent: 1.2rem;
}
.slide-box>.slide-nav>li>dl>dd>a:after{
    content: " ";
    position: absolute;
    left: 0;top:0;
    width: 2rem;
    height: 2.6rem;
    line-height: 2.6rem;
    text-indent: 0;
    background: url(../img/menu-arrow.png) no-repeat left center;
    background-size: auto 50%;
}

.page{
    background: #E6FAFA;
    padding:1.5rem 2rem;
}
.bread{
    height: 5rem;
    border-bottom: 0.4rem solid #ddddde;
    line-height: 5rem;
    margin-bottom: 0.8rem;
}
.bread>h3{
    font-weight: normal;
    font-size: 1.8rem;
    height: 5rem;
    display: inline-block;
    border-bottom: 0.4rem solid #2f72c2;
}
.category{
    overflow-x: hidden;
}
.category>ul{
    margin-right: -4%;
}
.category>ul>li{
    line-height: 4rem;
    text-align: center;
    display: inline-block;
    width: 47%;
    margin-right: 2%;
}
.category>ul>li>a{
    background: #2f72c2;
    color: #FFF;
    font-size: 1.6rem;
    display: block;
}
.category>ul>li>a.active,.category>ul>li>a:hover{
    background: #f7ab00;
}

.story-list{}
.story-item{
    padding: 2rem 0;
    border-bottom: 1px solid #ddddde;
    position: relative;
}
.story-item .story-intro{
    margin-right: 1.6rem;
}
.story-item .story-intro>h4{
    font-size: 1.6rem;
    font-weight: 600;
    color: #38a2ee;
    line-height: 1;
    overflow: hidden;white-space: nowrap;text-overflow: ellipsis;
    margin-bottom: 0.6rem;
}
.story-item .story-intro>.text{
    font-size: 1.2rem;
    font-weight: 300;
    color: #9fa0a0;
    line-height: 1.5;
    overflow: hidden;
    height: 3.8rem;
}
.story-item .story-arrow{
    position: absolute;
    top:2rem;bottom:2rem;
    right:0;
    background: url(../img/story-arrow.png) no-repeat left center;
    background-size:100% auto ;
    width: 1.4rem;
}

.story-item.thumb{
}
.story-item.thumb .story-thumb{
    position: absolute;
    top:2rem;bottom:2rem;
    left:0;
    max-width: 28%;
}
.story-item.thumb .story-thumb>img{
    max-height: 100%;
    max-width: 100%;
}
.story-item.thumb .story-intro{
    margin-left: 10rem;
}
.list-more{
    background: #33ccff;
    line-height: 6rem;
    text-align: center;
    font-size: 1.8rem;
    color: #FFF;
    margin-top: 1rem;
    transition: background 0.5s;
}
.list-more:hover,.list-more:active{
    background: #20c2f8;
}
.list-more.disable{
    opacity: 0.5;
}

.slide-mask { position: fixed; top: 0; width: 100%; height: 100%; background-color: #182736; z-index: 100; display: none; filter: alpha(opacity=10);-moz-opacity: 0.1;opacity: 0.1; }
.sidebar-open .slide { right:0; z-index: 201;}
.sidebar-open .slide-mask { display: block; }

.big-bread{
    background-color: #2f72c2;
    padding: 1.5rem;
}
.big-bread>h4{
    color: #FFF;
    font-weight: 300;
    font-size: 1.8rem;
    line-height: 2.2rem;
}
.big-bread>p{
    font-size:1.8rem;
    font-weight:bold;
    display: block;
    line-height: 2rem;
    color: #00c6ff;
    text-transform: uppercase;
}

.news-list{
    margin: -1rem -2rem 0;
}

.news-list .news-item{
    margin-bottom: 0.8rem;
    position: relative;
    padding: 1.5rem 2.5rem 1.5rem 1.5rem;
    background-color: #FFF;
}
.news-list .news-item .news-date{
    height: 6.4rem;
    width: 6.4rem;
    margin-right: 1.8rem;
    cursor: default;
    text-align: center;
    color: #FFF;
    position: absolute;
    background-color: #5890f2;
    left: 1.5rem;top:1.5rem;
    transition: background 0.3s;
}
.news-list .news-item:first-child .news-date{
    background: #5890f2;
}
.news-list .news-item .news-date>.date-day{
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 3.5rem;
    display: inline-block;
    margin-top: 0.5rem;
}
.news-list .news-item .news-date>.date-text{
    font-size: 1.2rem;
}
.news-list .news-item .news-intro{
    height: 6.4rem;
    margin-left: 8.2rem;
}
.news-list>.news-item .news-intro>h4{
    font-size: 1.6rem;
    font-weight: bold;
    width: 100%;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;
    line-height: 1.2;
    color: #595757;
}
.news-list .news-item .news-intro>h4>a:hover{
    color: #5890f2;
}
.news-list .news-item .news-intro>p{
    color: #727171;
    cursor: default;
    font-size: 1.2rem;
    margin-top: 0.4rem;
    width: 100%;
    line-height: 1.5;
    overflow: hidden;
    height: 3.8rem;
}
.news-list>.news-item .item-arrow{
    position: absolute;
    top:2rem;bottom:2rem;
    right:0.6rem;
    background: url(../img/story-arrow.png) no-repeat left center;
    background-size:100% auto ;
    width: 1.4rem;
}
.news-detail{

}
.news-detail>h1{
    font-size: 1.6rem;
    font-weight: 500;
    color: #000;
    text-align: center;
    line-height: 3rem;
}
.news-detail>div.intro{
    font-size: 1.2rem;
    font-weight: 300;
    color: #9fa0a0;
    text-align: center;
    line-height: 2rem;
    margin-bottom: 1rem;
}
.news-detail>div.intro>span{
    margin-right: 0.4rem;
    white-space: nowrap;
}
.news-detail>div.news-content{
    font-size: 1.4rem;
    font-weight: 400;
    color: #595757;
    line-height: 1.8;
}

.page-banner{
    position: relative;
}
.banner-title{
    padding: 2.5rem 0 1rem 2.6rem;
    background:#E6FAFA;
    z-index: 50;
}
.banner-title>h4{
    color: #1446B4;
    font-size: 2.4rem;
    line-height: 1.8;
}
.banner-title>p{
    font-size:1.6rem;
    font-weight:bold;
    display: block;
    line-height: 1.8rem;
    color: #C8C9CA;
    text-transform: uppercase;
}

.banner-box>.banner-text{
    line-height: 1.8;
    font-size: 1.6rem;
    max-height: 11rem;
    overflow: hidden;
    text-overflow: ellipsis;
}
.banner-box>span.icon-more{
    display: block;
    width: 4rem;
    height: 4rem;
    margin: 1rem 0;
    background: url(../img/icon-more.png?t=1) no-repeat center top;
    background-size: 80% auto;
}
.banner-box.open>.banner-text{
    height: auto;
    max-height:none;
}
.banner-box.open>span.icon-more{
    background-image: url(../img/icon-more-up.png?t=1);
}
.page-banner.cat_14 .banner-box{
    background-image: url(../img/project-banner2.jpg);
}
.page-banner.cat_14 .banner-box{
    background-color: #f7ab00;
}
.page-banner.cat_14 .banner-box>span.icon-more{
    background-image: url(../img/cloud-more.png?t=1);
}
.page-banner.cat_14 .banner-box.open>span.icon-more{
    background-image: url(../img/cloud-more-up.png?t=1);
}
.page-banner.cat_16 .banner-box{
    background-color: #4ec070;
}
.page-banner.cat_16 .banner-box>span.icon-more{
    background-image: url(../img/cloud-more.png?t=1);
}
.page-banner.cat_16 .banner-box.open>span.icon-more{
    background-image: url(../img/cloud-more-up.png?t=1);
}

.project-list{}
.project-list>.project-item{ margin-bottom: 1.8rem; position: relative;}
.project-list>.project-item .project-img>img{ width: 100%;height: 14.05rem; object-fit: cover}
.project-list>.project-item .item-box:active .project-intro{ box-shadow: 1px 1px 15px #FFF;}

.contact{}
.icon-address{
    background: url(../img/icon-address.png) no-repeat left top;
    display: inline-block;
    width: 17px; height: 24px;
    margin-right: 6px;
    vertical-align: middle;
}
.contact>h3,.contact-body>h3{
    font-size: 30px;font-weight: bold;color: #2f72c2; line-height: 50px;
}
.page .block{ height: 27px;margin: 15px auto 15px;background-color: #f8f8f8;width: 100%;}

.contact-body{}
.contact-body>h4{ font-size: 18px;font-weight: bold;color: #2f72c2; line-height: 32px;}
.contact-body>p.address{ font-size: 14px;color: #595757; line-height: 30px; text-indent: 0;}
.contact-body .contact-tel>.icon{
    background-image: url(../img/icon-tel-black.png);
    width: 34px; height: 34px;
}
.contact-body .bdMap{
    margin: 10px 0 40px;background-color: #f8f8f8;
}
.contact-body .qrcode{
    text-align: center;
}
.contact-body .qrcode img{
    max-width: 200px;
}
.contact-body .icon-list{
    float: right;
    padding-top: 30px;
}
.contact-body .icon-list>a{
    display: inline-block;
    margin-right: 10px;
}
.contact-body .qrcode>p{
    display: inline-block;
    text-align: center;
    font-size: 1.4rem;color: #000000;
    margin-right: 40px;
    vertical-align: top;
}
.contact-body .qrcode>p>span{
    display: block;
    margin-top: 5px;
}
.project-detail>.detail-intro>h1{
    font-size: 1.8rem;
    font-weight: normal;
    color: #2f72c2;
}
.project-detail>.detail-intro>.page-body{
    margin-bottom: 1.5rem;
}
.project-images{

}
.project-images>div{
    margin-bottom: 0.4rem;
}
.project-images img{
    max-width: 100%;
}
.message-title{
    text-align: center;
    margin-bottom: 2rem;
}
.message-title>.line{
    background-color: #2f72c2;
    width:4rem;
    height: 2px;
    display: inline-block;
}
.message-title>h3{
    font-size: 2.4rem;
    color: #000000;
    font-weight: 300;
    line-height: 4rem;
}
.message-title>p{
    font-size: 1.4rem;
    color: #9fa0a0;
    font-weight: bold;
    text-transform: uppercase;
}
.message-form{}
.form-col{
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 300;
    color: #595757;
}
.form-col.flex>.form-item{
    width: 90%;
    margin-bottom: 0.8rem;
}
.form-col.flex>.form-item:last-child{
    margin-bottom: 0;
}
.form-item{
    display: inline-table;
    vertical-align: middle;
    width: 100%;
}
.form-item>.label{
    width: 80px;
    display: table-cell;
    text-align: right;
    height: 28px;
    line-height: 28px;
    overflow: hidden;
    vertical-align: top;
}
.form-item>.label>span{
    color: #ff0000;
}
.form-item>.form-input{
    display: table-cell;
    vertical-align: top;
    overflow: hidden;
    padding-bottom: 0;
    width: auto;
}
.form-item>.form-input>input{
    background-color: #FFF;
    border: 1px solid #dcdcdc;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    text-indent: 6px;
    color:#595757;
    width:100%;
}
.form-item>.form-input>textarea{
    background-color: #FFF;
    border: 1px solid #dcdcdc;
    line-height: 1.6;
    font-size: 14px;
    font-weight: 300;
    color:#595757;
    width:100%;
    padding-left: 6px;
}
.form-item>.form-input>input:focus{
    box-shadow: 0 0 1px 1px #2f72c2 inset;
}
input::-webkit-input-placeholder {
    font-size: 14px;
    color:#9C9999;
    font-weight: 300;
}
.form-item>.form-input>label{
    height: 28px;
    line-height: 28px;
    margin-right: 18px;
    margin-left: 2px;
    margin-bottom: 0;
}
.form-item>.form-input>label>input{
    margin-right: 5px;
}
.form-btn{
    padding-left: 1rem;
    margin-bottom: 3rem;
    margin-top: 1rem;
}
.form-btn>button{
    width: 48%;
    line-height: 5rem;
    font-size: 1.6rem;
    font-weight: 400;
    color: #FFF;
    background-color: #2f72c2;
    border: none;
    display: inline-block;
    cursor: pointer;
    transition: all 0.3s;
}
.form-btn>button:hover{
    background-color: #4291ef;
}
.form-btn>button[type="reset"]{
    background-color: #67b857;
    float: right;
}
.form-btn>button[type="reset"]:hover{
    background-color: #68d253;
}

.cloud-list{
    padding-top: 2rem;
}
.cloud-list>.cloud-item{
    margin-bottom: 1.6rem;
    overflow: hidden;
}
.cloud-list>.cloud-item>.item-box{
    text-align: center;
    transition: all 0.3s;
    cursor: pointer;
}
.cloud-list>.cloud-item>.item-box .cloud-intro{
    width: 100%;
    background-color: #FFF;
    text-align: center;
    transition: all 0.3s;
    padding-top: 2rem;
    padding-bottom: 1rem;
}
.cloud-list>.cloud-item>.item-box .cloud-intro>a{
    display: block;
    text-align: center;
    font-size: 1.8rem;
    color: #000;
}
.cloud-list>.cloud-item>.item-box .cloud-intro>p.address{
    color: #898989;
    padding: 0 1rem;
}

.cloud-list>.cloud-item>.item-box .cloud-intro>p.phone{
    color: #f7ab00;
    font-size: 1.8rem;
    line-height: 3rem;
    margin-top: 1rem;
}
.cloud-list>.cloud-item>.item-box .cloud-intro>p.phone>span{
    line-height: 3.4rem;
    display: inline-block;
    vertical-align: middle;
}
.cloud-list>.cloud-item>.item-box .cloud-intro>p.phone>span.phone{
    font-size: 2.6rem;
}
.cloud-list>.cloud-item>.item-box .cloud-intro>p.phone>span.phone>a{
    color: #f7ab00;
}
.cloud-list>.cloud-item>.item-box:hover{
    box-shadow: 1px 1px 10px #ddd;
}
.cloud-list>.cloud-item .cloud-img{
    height: 15rem;
    overflow: hidden;
}
.cloud-list>.cloud-item .cloud-img img{
    width: 100%;
    min-height: 100%;
    max-height: 100%;
    object-fit: cover;
}
.cloud-list>.cloud-item .cloud-html{
    display: none;
    background-color: #F2F2F2;
    padding: 2.1rem 2.5rem;
}
.cloud-list>.cloud-item .cloud-html img{
    max-width: 100%;
}

.project-detail{
    position: relative;
}
.project-detail>.detail-info{
    text-align: center;
}
.project-detail>.detail-info>.qrcode{
    max-width: 20rem;
    max-height: 20rem;
    margin: 0 auto;
}
.project-detail>.detail-info>.qrcode>img{
    max-width: 20rem;
    max-height: 20rem;
}
.project-detail>.detail-info>.info-title{
    font-size: 1.6rem;
    color: #000000;
    line-height: 3rem;
    margin-top: 0.5rem;
}
.project-detail>.detail-info>.info-sub{
    font-size: 1.4rem;
    color: #898989;
    line-height:2.4rem;
}
.project-detail>.detail-info>h4{
    font-size: 1.8rem;
    color: #000000;
    line-height:4rem;
    font-weight: normal;
}
.project-detail>.detail-info>.contact-info>p{
    line-height:2.8rem;
}
.project-detail>.detail-info>.contact-info>p a{
    color: #000000;
    display: inline-block;
    vertical-align: middle;
}
.project-detail>.detail-info>.contact-info>p .icon-tel{
    display: inline-block;
    width: 15px;
    background: url(../img/icon-tel_v2.png) no-repeat left top;
    height: 16px;
    vertical-align: middle;
}
.project-detail>.detail-info>.contact-info>p .icon-address{
    background: url(../img/icon-address_v2.png) no-repeat left top;
    height: 19px;
    margin-right: 0;
}
.project-detail>.detail-info>.contact-info>p .icon-web{
    display: inline-block;
    vertical-align: middle;
    width: 17px;
    background: url(../img/icon-web.png) no-repeat left center;
    height: 28px;
    margin-right: 0;
}
.project-detail>.detail-info>.address-map{
    border: 0.4rem solid #FFF;
    margin-bottom: 2rem;
}
.project-detail>.detail-info>.address-map>img{
    width: 100%;
    object-fit: cover;
}
.project-detail>.detail-intro{
}
.project-detail>.detail-intro>h1{
    line-height: 2;
    margin-bottom: 1rem;
    font-weight: bold;
    background: url("../img/title-bg.png") no-repeat left top;
    background-size: 100% 100%;
    padding-left: 0.5rem;
    color: #FFF;
}
.project-detail>.detail-intro>h1.h1-2{
    background: none;
    color: #2f72c2;text-align: center;
}
.project-detail>.detail-intro>.project-images{
}
.project-images>.gallery-top{
    margin-bottom: 6px;
}
.project-images>.gallery-top>.swiper-wrapper>.swiper-slide{
    background-repeat: no-repeat;
    background-size: 100%;
}
.project-images>.gallery-thumbs{
    margin-bottom: 6px;
}
.project-images>.gallery-thumbs>.swiper-wrapper>.swiper-slide{
    height: 140px;
    vertical-align: middle;
}
.project-images>.gallery-thumbs>.swiper-wrapper>.swiper-slide>img{
    width: 100%;
    max-height: 100%;
    object-fit: cover;
    cursor: pointer;
}
.project-images>.gallery-thumbs>.swiper-wrapper>.swiper-slide>img:hover{
    box-shadow: 1px 1px 10px #ddd;
}

.page-body.zc{
    position: relative;
    padding-top: 50px;
}
.zc>.zc-intro{
    color: #000;
}
.zc>.zc-intro>h4{
    font-size: 24px;
    line-height: 50px;
}
.zc>.zc-intro>p{
    line-height: 1.8;
    text-indent: 2em;
}
.zc>.zc-list{
    margin-top: 20px;
}
.zc>.zc-list>ul{
}
.zc>.zc-list>ul>li{
    height: 50px;
    line-height: 50px;
    font-size: 1.4rem;
    border-bottom: 1px solid #dcdddd;
    padding: 17px 0 17px 6px;
}
.zc>.zc-list>ul>li>a{
    height: 16px;
    line-height: 16px;
    display: block;
    border-left: 3px solid #dcdddd;
    text-indent: 8px;
    width: 100%;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;
    color: #595757;
}
.zc>.zc-list>ul>li>a:hover,.zc>.zc-list>ul>li>a.active{
    border-left: 4px solid #e60012;
    color: #e60012;
}

.zc-detail{}
.zc-detail>h1{
    color: #e60012;
    font-size: 30px;
    font-weight: 500;
}
.zc-detail>p{
    color: #595757;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
}
.zc-detail>.news-content{
    border-top: 1px solid #dcdddd;
    margin-top: 55px;
}
.zc-detail>.news-content>p{
    line-height: 2.2;
}

.delay-0{}
.delay-1{animation-delay:0s;-webkit-animation-delay:0s;}
.delay-2{animation-delay:0.3s;-webkit-animation-delay:0.3s;}
.delay-3{animation-delay:0.6s;-webkit-animation-delay:0.6s;}
.delay-4{animation-delay:0.9s;-webkit-animation-delay:0.9s;}
.delay-5{animation-delay:1.2s;-webkit-animation-delay:1.2s;}
.delay-6{animation-delay:1.5s;-webkit-animation-delay:1.5s;}
.delay-7{animation-delay:1.8s;-webkit-animation-delay:1.8s;}
.delay-8{animation-delay:2.1s;-webkit-animation-delay:2.1s;}
.delay-9{animation-delay:2.4s;-webkit-animation-delay:2.4s;}
.delay-10{animation-delay:2.7s;-webkit-animation-delay:2.7s;}
.delay-11{animation-delay:3s;-webkit-animation-delay:3s;}
.delay-12{animation-delay:3.3s;-webkit-animation-delay:3.3s;}

.layui-layer-loading .layui-layer-content{
    margin: 0 auto;
}

.message-list{

}
.msg-item{
    margin-bottom: 1.2rem;
    border: 1px solid #f4f4f4;
}
.msg-item>.msg-title{
    line-height: 3.6rem;
    background-color: #f4f4f4;
    padding-left: 1.8rem;
    position: relative;
}
.msg-item>.msg-title>.msg-sub-title{
    font-size: 1.6rem;
    color: #2f72c2;
}
.msg-item>.msg-title>.msg-title-right{
    text-align: left;
}
.msg-item>.msg-title>.msg-title-right>span{
    display: inline-block;
    font-size: 1.4rem;
    color: #595757;
    width: 48%;
}
.msg-item>.msg-title>.msg-title-right>span.msg-god{
    background: url(../img/msg-god.png?t=1) no-repeat left center;
    color: #898989;
    padding-left: 2.5rem;
    width: auto;
    float: right;
    margin-right: 1.5rem
}
.msg-item>.msg-body{
    padding: 4rem 3rem;
}
.msg-item>.msg-body>.msg-text{
    font-size: 1.4rem;
    line-height: 2;
    border-bottom: 1px dashed #f4f4f4;
    padding-bottom: 2.3rem;
    margin-bottom: 1.5rem;
}
.msg-item>.msg-body>.msg-reply{
    font-weight: bold;
    font-size: 1.4rem;
}
.msg-item>.msg-body>.msg-reply>span{
    color: #898989;
    display: inline-block;
}
.msg-item>.msg-body>.msg-reply>p{
    color: #000000;
    display: inline-block;
}

.go-top{
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    z-index: 40;
    width: 4rem;height: 4rem;
    background: rgba(0,0,0,0.8);
    border-radius: 50%;
    text-align: center;
}
.go-top>a{
    display: inline-block;
    width: 4rem;
    height: 4rem;
    color: #FFF;
    line-height: 4rem;
}

.project-menu{
    padding: 1.2rem 0;
}
.project-menu>ul>li{
    display: inline-block;vertical-align: top;
    margin-right: 0;
    width: 32%;
}
.project-menu>ul>li>a{
    display: block;
    width: 100%;
    line-height: 4rem;
    background-color: #ccc;
    color: #0a0a0a;
    font-weight: bold;
    font-size: 1.4rem;
    white-space: nowrap;
    text-align: center;
}
.project-menu>ul>li>a:hover,.project-menu>ul>li.active>a{
    background-color: #F0B400;
    color: #FFF;
}
.project-menu>ul>li:nth-child(2)>a:hover,.project-menu>ul>li.active:nth-child(2)>a{
    background-color: #00B464;
}
.project-menu>ul>li:nth-child(3)>a:hover,.project-menu>ul>li.active:nth-child(3)>a{
    background-color: #1446B4;
}
.project-text{
    margin: 2rem auto 2rem;
    line-height: 2; font-size: 16px;
    color: #595757;
    text-indent: 3rem;
}
.mobile-index-page{
    position: absolute;
    left: 0;top:0;right:0;bottom:0;
    width: 100%;
    padding: 0 2rem 2rem 2rem;
    box-sizing: border-box;
    z-index: 100;
    overflow-x: hidden;
}
.mobile-index-page>.index-menu{
    position: absolute;
    width: 100%;
    text-align: center;
    top: 27.85rem;
    left: 0;
    right: 0;
    z-index: 101;
}
.mobile-index-page>.index-menu>ul>li>a>span{
    font-size: 1.4rem;
}
.menu-open{
    background-color: #1E3246;
    height: 5rem;
    width: 100%;
    text-align: right;
    padding-right: 1.65rem;
    float: none;
    display: flex;align-items: center;
    margin: 0;
    justify-content: flex-end;
}
.menu-open>img{
    width: 2.1rem;
    height: 1.95rem;
    vertical-align: middle;
}
.home-slide-nav{
    margin: 0 auto;
    width: 31.8rem;
    justify-content: space-between;
    display: flex;
    flex-direction: row;
}
.home-slide-nav .nav-img{
    width: 4.55rem;
    height: 9.85rem;
}
.home-slide-nav>.box:nth-child(even){
    margin-top: 2.5rem;
}
.an-delay-300{
    animation-delay: 300ms;
}
.an-delay-600{
    animation-delay: 600ms;
}
.an-delay-900{
    animation-delay: 900ms;
}
.an-delay-1200{
    animation-delay: 1200ms;
}
.an-delay-1500{
    animation-delay: 1500ms;
}
.an-delay-1800{
    animation-delay: 1800ms;
}
.an-delay-2100{
    animation-delay: 2100ms;
}
.an-delay-2400{
    animation-delay: 2400ms;
}
.an-delay-2700{
    animation-delay: 2700ms;
}
.an-delay-3000{
    animation-delay: 30000ms;
}
.home-slide-nav>.box:nth-child(1){
    animation-delay: 600ms;
}
.home-slide-nav>.box:nth-child(2){
    animation-delay: 900ms;
}
.home-slide-nav>.box:nth-child(3){
    animation-delay: 1200ms;
}
.home-slide-nav>.box:nth-child(4){
    animation-delay: 1500ms;
}
.home-slide-nav>.box:nth-child(5){
    animation-delay: 1800ms;
}
.mobile-index-page img{
    max-width: 100%;
}
.mobile-index-page img:hover{
    opacity: 0.8;
}
.index-big-img{
    width: 100%;
    margin-bottom: 1rem;
}
.index-home-menu{
    display: flex;flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}
.index-home-menu>.menu-img{
}
.index-home-menu>.menu-img.img-1{
    width: 65.5%;
}
.index-home-menu>.menu-img.img-2{
    width: 31%;
}
.index-home-menu>.menu-img.img-3{
    width: 31%;
    position: absolute;
    right: 0;
    bottom:0;
}
.project-banner{
    background-color: #E6FAFA;
}
.project-banner img{
    max-width: 100%;
}
.project-intro{
    text-align: center;
}
.project-intro>span{
    display: inline-block;vertical-align: middle;
    text-align: center;
    line-height: 1.5rem;
    font-size: 1.5rem;
}
.project-intro>span.project-title{
    padding: 0 0.9rem;
    color: #1E3246;
}
.icon-more-left,.icon-more-right{
    width: 1.85rem;height: 0.85rem;
    background-size: 100% auto;
    background-position: left top;
    background-repeat: no-repeat;
}
.icon-more-left{
    background-image: url("../img/more-right.png");
}
.icon-more-right{
    background-image: url("../img/more-left.png");
}
